:root {
  --ink: #17231e;
  --ink-deep: #111914;
  --cream: #f3eee4;
  --cream-deep: #ddd3c1;
  --orange: #ed6a38;
  --yellow: #f4c957;
  --moss: #94a57c;
  --muted: #617068;
  --line: rgba(23, 35, 30, .16);
  --line-light: rgba(243, 238, 228, .2);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, "Segoe UI", Helvetica, Arial, sans-serif;
  --mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  font-family: var(--sans);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--cream); }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
p, h1, h2, h3 { margin-top: 0; }
p { line-height: 1.65; }
h1, h2, h3 { font-weight: 500; letter-spacing: -.06em; }
button { font: inherit; cursor: pointer; }
::selection { color: var(--cream); background: var(--orange); }

.skip-link { position: fixed; z-index: 100; top: 8px; left: 14px; transform: translateY(-140%); padding: 9px 13px; color: var(--cream); background: var(--ink); transition: transform .2s ease; }
.skip-link:focus { transform: translateY(0); }
.test-banner { position: relative; z-index: 60; display: flex; min-height: 43px; align-items: center; justify-content: space-between; gap: 20px; padding: 7px clamp(18px, 4vw, 66px); color: var(--cream); background: var(--ink-deep); font-size: 10px; }
.test-banner div { display: flex; flex-wrap: wrap; align-items: center; gap: 9px; }.test-banner strong { color: var(--yellow); font: 700 9px var(--mono); letter-spacing: .08em; text-transform: uppercase; }.test-banner span { color: rgba(243,238,228,.64); }.test-banner a { border-bottom: 1px solid rgba(243,238,228,.38); color: var(--yellow); font: 9px var(--mono); text-transform: uppercase; }

.site-header { position: sticky; top: 0; z-index: 50; display: flex; min-height: 75px; align-items: center; justify-content: space-between; padding: 12px clamp(18px, 4vw, 66px); border-bottom: 1px solid transparent; background: rgba(243,238,228,.86); backdrop-filter: blur(14px); transition: background .2s ease, border-color .2s ease, min-height .2s ease; }
.site-header.is-scrolled { min-height: 65px; border-color: var(--line); background: rgba(243,238,228,.96); }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 13px; font-weight: 800; letter-spacing: .12em; }.brand-dot { width: 14px; height: 14px; border-radius: 50%; background: var(--orange); box-shadow: 9px -7px 0 -5px var(--ink); }
.main-nav { display: flex; align-items: center; gap: clamp(18px, 2.8vw, 38px); font-size: 12px; font-weight: 650; }.main-nav > a { transition: color .2s ease; }.main-nav > a:hover, .main-nav > a.active { color: var(--orange); }.nav-cta { padding: 11px 14px; border: 1px solid var(--ink); font: 700 10px var(--mono); letter-spacing: .05em; text-transform: uppercase; }.nav-cta:hover { color: var(--cream) !important; background: var(--ink); }
.menu-toggle { display: none; position: relative; width: 44px; height: 44px; border: 1px solid var(--line); background: transparent; }.menu-toggle span { position: absolute; left: 12px; width: 19px; height: 1px; background: var(--ink); transition: transform .2s ease; }.menu-toggle span:first-child { transform: translateY(-4px); }.menu-toggle span:last-child { transform: translateY(4px); }.menu-toggle[aria-expanded="true"] span:first-child { transform: rotate(45deg); }.menu-toggle[aria-expanded="true"] span:last-child { transform: rotate(-45deg); }

.hero { display: grid; min-height: calc(100svh - 118px); grid-template-columns: 1.04fr .96fr; }.hero-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(60px, 10vw, 140px) clamp(20px, 6vw, 104px); }.eyebrow { margin-bottom: 26px; color: var(--orange); font: 700 10px var(--mono); letter-spacing: .11em; text-transform: uppercase; }.hero h1 { margin-bottom: 29px; font: 500 clamp(72px, 9.5vw, 152px)/.79 var(--serif); }.hero h1 em, h2 em { color: var(--orange); font-style: italic; }.hero-lead { max-width: 490px; margin-bottom: 36px; color: var(--muted); font-size: clamp(16px, 1.45vw, 20px); }.hero-actions { display: flex; flex-wrap: wrap; gap: 18px; align-items: center; }.button { display: inline-flex; min-height: 53px; align-items: center; justify-content: center; gap: 24px; padding: 0 20px; font-size: 12px; font-weight: 700; transition: transform .2s ease, background .2s ease; }.button:hover { transform: translateY(-2px); }.button-dark { color: var(--cream); background: var(--ink); }.button-dark:hover { background: var(--orange); }.button-light { color: var(--ink); background: var(--cream); }.button-light:hover { color: var(--cream); background: var(--orange); }.text-button { display: inline-flex; gap: 17px; padding-bottom: 6px; border-bottom: 1px solid var(--ink); font: 700 11px var(--mono); letter-spacing: .04em; text-transform: uppercase; }.hero-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 9px; margin-top: 65px; color: var(--muted); font: 9px var(--mono); letter-spacing: .08em; text-transform: uppercase; }.hero-meta i { width: 3px; height: 3px; border-radius: 50%; background: var(--orange); }
.hero-art { position: relative; overflow: hidden; min-height: 600px; background: var(--yellow); }.sun { position: absolute; top: 10%; right: 10%; width: min(42vw, 580px); aspect-ratio: 1; border-radius: 50%; background: var(--orange); }.arch { position: absolute; border: 1px solid rgba(23,35,30,.45); border-bottom: 0; border-radius: 999px 999px 0 0; }.arch-large { width: 70%; height: 81%; bottom: 0; left: 16%; }.arch-small { width: 47%; height: 54%; bottom: 0; left: 28%; background: rgba(243,238,228,.12); }.coffee-cup { position: absolute; z-index: 2; right: 24%; bottom: 13%; width: clamp(170px, 20vw, 275px); height: clamp(140px, 15vw, 205px); border-radius: 15px 15px 46% 46%; color: var(--cream); background: var(--ink); box-shadow: 16px 15px 0 rgba(23,35,30,.2); }.coffee-cup span { position: absolute; top: 38%; left: 39%; font: 500 clamp(45px, 5vw, 75px)/1 var(--serif); }.coffee-cup i { position: absolute; top: 18%; right: -19%; width: 30%; height: 45%; border: clamp(10px, 1.4vw, 18px) solid var(--ink); border-left: 0; border-radius: 0 50% 50% 0; }.scribble { position: absolute; z-index: 3; top: 12%; left: 11%; font: italic clamp(18px, 2.5vw, 31px)/.9 var(--serif); transform: rotate(-10deg); }.art-note { position: absolute; right: 6%; bottom: 5%; color: var(--ink); font: 9px var(--mono); letter-spacing: .08em; text-transform: uppercase; }

.section { padding: clamp(82px, 10vw, 150px) clamp(20px, 6vw, 104px); }.serial { display: flex; align-items: center; gap: 9px; color: var(--muted); font: 9px var(--mono); letter-spacing: .09em; text-transform: uppercase; }.serial span:first-child { color: var(--orange); }.serial i { width: 34px; height: 1px; background: var(--orange); }.manifesto { background: #e5ddcf; }.manifesto-grid { display: grid; grid-template-columns: 1.05fr .7fr; gap: clamp(50px, 12vw, 180px); margin-top: 67px; align-items: end; }.manifesto h2, .section-head h2, .insta-copy h2, .visit-teaser h2, .story-copy h2, .principle-grid h2 { margin-bottom: 0; font: 500 clamp(51px, 7vw, 100px)/.85 var(--serif); }.manifesto-grid p { color: var(--muted); font-size: 17px; }.under-link { display: inline-flex; gap: 30px; margin-top: 20px; padding-bottom: 8px; border-bottom: 1px solid var(--ink); font: 700 10px var(--mono); letter-spacing: .06em; text-transform: uppercase; }.under-link span { color: var(--orange); }
.mood-strip { display: grid; grid-template-columns: repeat(3, 1fr); background: var(--ink); color: var(--cream); }.mood-strip > div { position: relative; min-height: 330px; padding: 32px clamp(20px, 4vw, 55px); border-right: 1px solid var(--line-light); overflow: hidden; }.mood-strip > div:last-child { border-right: 0; }.mood-strip span { color: var(--yellow); font: 10px var(--mono); }.mood-strip strong { position: relative; z-index: 1; display: block; margin-top: 95px; font: 500 clamp(34px, 3.8vw, 61px)/.85 var(--serif); }.mood-strip i { position: absolute; right: -5%; bottom: -23%; color: rgba(243,238,228,.08); font: normal 190px/1 var(--serif); }
.menu-teaser { background: var(--cream); }.section-head { display: grid; grid-template-columns: 1fr .55fr; gap: 30px; align-items: end; margin-top: 61px; }.section-head p { max-width: 400px; margin: 0 0 8px auto; color: var(--muted); }.taste-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: 64px; }.taste-card { position: relative; min-height: 315px; overflow: hidden; padding: 21px; transition: transform .2s ease; }.taste-card:hover { transform: translateY(-5px); }.taste-card span { font: 9px var(--mono); text-transform: uppercase; }.taste-card h3 { position: relative; z-index: 1; margin: 125px 0 8px; font: 500 clamp(29px, 3vw, 45px)/.85 var(--serif); }.taste-card p { margin: 0; font-size: 12px; }.taste-card i { position: absolute; right: 20px; bottom: 18px; font-style: normal; }.morning { background: #efb84c; }.coffee { color: var(--cream); background: #914b32; }.evening { color: var(--cream); background: #334238; }.seasonal { background: var(--moss); }.taste-card::after { content: ""; position: absolute; width: 160px; height: 160px; top: -40px; right: -45px; border: 1px solid currentColor; border-radius: 50%; opacity: .38; box-shadow: 0 0 0 22px transparent, 0 0 0 45px rgba(255,255,255,.08); }
.instagram-feature { display: grid; grid-template-columns: .78fr 1fr; gap: clamp(35px, 8vw, 120px); align-items: center; color: var(--cream); background: #2b4137; }.insta-copy p { max-width: 420px; color: rgba(243,238,228,.7); }.insta-copy .serial { margin-bottom: 32px; color: rgba(243,238,228,.62); }.insta-copy .serial i { background: var(--yellow); }.insta-copy .serial span:first-child { color: var(--yellow); }.insta-copy h2 em { color: var(--yellow); }.insta-copy .button { margin-top: 22px; }.embed-frame { overflow: hidden; border-radius: 5px; background: #fff; box-shadow: 0 22px 60px rgba(0,0,0,.18); }.embed-frame iframe { display: block; width: 100%; height: 665px; border: 0; }.hero-embed { max-width: 470px; justify-self: end; }.hero-embed iframe { height: 625px; }
.visit-teaser { display: grid; grid-template-columns: 1fr .8fr; gap: 30px; align-items: end; background: var(--orange); }.visit-teaser h2 em { color: var(--cream); }.visit-teaser > div:last-child { justify-self: end; }.visit-teaser p:not(.eyebrow) { margin-bottom: 25px; color: rgba(23,35,30,.78); font: 17px var(--serif); }.visit-teaser .button-dark { min-width: 250px; }

.site-footer { display: grid; grid-template-columns: 1.2fr .6fr .6fr; gap: 48px; padding: 67px clamp(20px, 6vw, 104px) 28px; color: var(--cream); background: var(--ink-deep); }.site-footer .brand { color: var(--cream); }.footer-brand p { margin: 22px 0 0; color: rgba(243,238,228,.55); font-size: 13px; }.site-footer > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; gap: 11px; font-size: 12px; }.footer-label { margin-bottom: 8px; color: var(--yellow); font: 9px var(--mono); letter-spacing: .1em; text-transform: uppercase; }.site-footer a:hover { color: var(--yellow); }.legal { grid-column: 1 / -1; margin: 21px 0 0; padding-top: 24px; border-top: 1px solid rgba(243,238,228,.17); color: rgba(243,238,228,.46); font: 9px/1.6 var(--mono); letter-spacing: .04em; }

/* inner pages */
.page-hero { position: relative; overflow: hidden; padding: clamp(75px, 12vw, 165px) clamp(20px, 6vw, 104px) clamp(85px, 11vw, 150px); background: #e5ddcf; }.page-hero::after { content: ""; position: absolute; right: -8%; bottom: -27%; width: min(58vw, 720px); aspect-ratio: 1; border: 1px solid rgba(23,35,30,.19); border-radius: 50%; box-shadow: 0 0 0 40px rgba(23,35,30,.035), 0 0 0 80px rgba(23,35,30,.025); }.page-hero h1 { position: relative; z-index: 1; max-width: 1050px; margin: 0; font: 500 clamp(72px, 10.5vw, 158px)/.78 var(--serif); }.page-hero h1 em { color: var(--orange); }.page-hero > p:last-of-type { position: relative; z-index: 1; max-width: 550px; margin: 34px 0 0 auto; color: var(--muted); font-size: 16px; }.menu-index { position: relative; z-index: 1; display: flex; flex-wrap: wrap; gap: 17px 27px; margin-top: 65px; font: 9px var(--mono); letter-spacing: .07em; text-transform: uppercase; }.menu-index a { padding-bottom: 6px; border-bottom: 1px solid var(--line); }.menu-index a:hover { color: var(--orange); }.menu-sections { padding: 0 clamp(20px, 6vw, 104px); }.menu-row { position: relative; display: grid; grid-template-columns: 56px .85fr .9fr .38fr; gap: 25px; min-height: 420px; align-items: center; padding: 64px 0; border-bottom: 1px solid var(--line); }.menu-row.reverse { direction: rtl; }.menu-row.reverse > * { direction: ltr; }.menu-num { color: var(--orange); font: 10px var(--mono); }.menu-row h2 { margin: 0; font: 500 clamp(42px, 5.3vw, 76px)/.83 var(--serif); }.menu-description p { color: var(--muted); }.menu-description ul { margin: 24px 0 0; padding: 0; list-style: none; font-size: 12px; }.menu-description li { padding: 9px 0; border-bottom: 1px solid var(--line); }.menu-description li::before { content: "•"; padding-right: 10px; color: var(--orange); }.menu-orb { display: grid; width: min(17vw, 215px); aspect-ratio: 1; place-items: center; justify-self: end; border-radius: 50%; font: 500 clamp(55px, 8vw, 100px) var(--serif); }.orb-sun { background: var(--yellow); }.orb-coffee { color: var(--cream); background: #6f3a2a; }.orb-moon { color: var(--cream); background: var(--ink); }.orb-season { background: var(--moss); }.note-section { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 63px clamp(20px, 6vw, 104px); color: var(--cream); background: var(--ink); }.note-section > div { max-width: 650px; }.note-section span { color: var(--yellow); font: 9px var(--mono); letter-spacing: .09em; text-transform: uppercase; }.note-section p { margin: 13px 0 0; color: rgba(243,238,228,.75); }.note-section .button { min-width: 220px; color: var(--ink); background: var(--yellow); }
.space-hero { color: var(--cream); background: var(--ink); }.space-hero .eyebrow { color: var(--yellow); }.space-hero h1 em { color: var(--yellow); }.space-hero > p:last-of-type { color: rgba(243,238,228,.68); }.space-hero::after { border-color: rgba(243,238,228,.12); box-shadow: 0 0 0 40px rgba(243,238,228,.025), 0 0 0 80px rgba(243,238,228,.018); }.story-section { display: grid; grid-template-columns: 1.05fr .75fr; gap: clamp(45px, 10vw, 150px); align-items: center; background: #d8cdbb; }.story-art { position: relative; min-height: 500px; overflow: hidden; background: #9eb191; }.story-wall { position: absolute; inset: 0; background: linear-gradient(90deg, transparent 49.8%, rgba(23,35,30,.35) 50%, transparent 50.2%), linear-gradient(rgba(23,35,30,.18) 1px, transparent 1px); background-size: 100% 100%, 100% 54px; }.story-window { position: absolute; top: 11%; left: 16%; width: 55%; height: 51%; border: 11px solid var(--cream); background: var(--yellow); }.story-window i { position: absolute; background: var(--cream); }.story-window i:first-child { top: 48%; left: 0; width: 100%; height: 9px; }.story-window i:last-child { top: 0; left: 48%; width: 9px; height: 100%; }.story-table { position: absolute; right: 6%; bottom: 0; width: 70%; height: 35%; border-radius: 50% 50% 0 0; background: #703e30; }.story-table::before { content: ""; position: absolute; top: -38%; left: 39%; width: 19%; height: 61%; border-radius: 45% 45% 10% 10%; background: var(--cream); box-shadow: 19px 0 0 -7px #703e30; }.story-plant { position: absolute; right: 15%; top: 18%; color: var(--ink); font: normal 135px var(--serif); transform: rotate(12deg); }.story-copy p { color: var(--muted); font-size: 16px; }.ritual-section { display: grid; grid-template-columns: repeat(3, 1fr); padding: 0 clamp(20px, 6vw, 104px); color: var(--cream); background: var(--orange); }.ritual-section > div { min-height: 285px; padding: 35px 0; border-right: 1px solid rgba(23,35,30,.25); }.ritual-section > div:not(:first-child) { padding-left: 32px; }.ritual-section > div:last-child { border-right: 0; }.ritual-section span { color: rgba(23,35,30,.7); font: 10px var(--mono); }.ritual-section h3 { margin: 77px 0 8px; font: 500 clamp(32px, 4vw, 53px)/.85 var(--serif); }.ritual-section p { max-width: 255px; margin: 0; color: rgba(23,35,30,.72); font-size: 13px; }.principle-section { background: var(--cream); }.principle-grid { display: grid; grid-template-columns: 1fr .65fr; gap: 80px; align-items: end; margin-top: 62px; }.principle-grid p { color: var(--muted); font-size: 16px; }.cta-small { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 35px clamp(20px, 6vw, 104px); color: var(--cream); background: var(--ink); }.cta-small p { margin: 0; color: rgba(243,238,228,.7); font-size: 13px; }.cta-small a { color: var(--yellow); font: 10px var(--mono); text-transform: uppercase; }
.gallery-hero { background: #f2d26d; }.gallery-intro { display: flex; align-items: center; justify-content: space-between; gap: 25px; padding: 24px clamp(20px, 6vw, 104px); border-bottom: 1px solid var(--line); }.gallery-intro p { margin: 0; font-size: 13px; }.gallery-intro a { border-bottom: 1px solid var(--ink); }.gallery-intro span { color: var(--muted); font: 9px var(--mono); text-transform: uppercase; }.instagram-gallery { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(24px, 5vw, 74px); padding: clamp(70px, 10vw, 130px) clamp(20px, 13vw, 205px); background: #ded6c8; }.instagram-gallery .embed-frame { max-width: 470px; justify-self: center; }.instagram-gallery .offset { margin-top: clamp(35px, 8vw, 115px); }.gallery-outro { display: flex; align-items: end; justify-content: space-between; gap: 30px; padding: clamp(70px, 10vw, 130px) clamp(20px, 6vw, 104px); color: var(--cream); background: var(--ink); }.gallery-outro span { color: var(--yellow); font: 9px var(--mono); text-transform: uppercase; }.gallery-outro h2 { margin: 18px 0 0; font: 500 clamp(47px, 6vw, 91px)/.85 var(--serif); }.gallery-outro h2 em { color: var(--yellow); }
.visit-hero { display: grid; grid-template-columns: .9fr 1fr; gap: clamp(40px, 8vw, 130px); align-items: center; padding: clamp(75px, 11vw, 150px) clamp(20px, 6vw, 104px); background: #d9cfbf; }.visit-hero h1 { margin: 0; font: 500 clamp(66px, 8.4vw, 130px)/.78 var(--serif); }.visit-hero h1 em { color: var(--orange); }.visit-hero > div > p:not(.eyebrow) { max-width: 500px; margin: 31px 0 0; color: var(--muted); }.map-card { position: relative; min-height: 470px; overflow: hidden; background: #a8b999; }.map-grid { position: absolute; inset: -15%; transform: rotate(-12deg); background: linear-gradient(90deg, transparent 44%, rgba(23,35,30,.32) 44% 48%, transparent 48% 55%, rgba(23,35,30,.32) 55% 60%, transparent 60%), linear-gradient(transparent 45%, rgba(23,35,30,.32) 45% 50%, transparent 50% 58%, rgba(23,35,30,.32) 58% 62%, transparent 62%); background-size: 245px 175px; }.map-pin { position: absolute; top: 43%; left: 46%; display: grid; width: 76px; height: 76px; place-items: center; border-radius: 50% 50% 50% 0; color: var(--cream); background: var(--orange); font: 500 40px var(--serif); transform: rotate(-45deg); }.map-pin::first-letter { transform: rotate(45deg); }.map-street { position: absolute; right: 8%; bottom: 13%; font: 700 clamp(28px, 3vw, 49px)/.9 var(--serif); letter-spacing: -.06em; }.map-city { position: absolute; left: 7%; top: 9%; font: 9px var(--mono); letter-spacing: .13em; }.map-card a { position: absolute; left: 7%; bottom: 8%; padding-bottom: 7px; border-bottom: 1px solid var(--ink); font: 700 10px var(--mono); text-transform: uppercase; }.visit-details { display: grid; grid-template-columns: repeat(3, 1fr); padding: 0 clamp(20px, 6vw, 104px); background: var(--cream); }.visit-details article { min-height: 310px; padding: 36px 30px 36px 0; border-right: 1px solid var(--line); }.visit-details article:not(:first-child) { padding-left: 30px; }.visit-details article:last-child { border: 0; }.visit-details span { color: var(--orange); font: 9px var(--mono); letter-spacing: .09em; text-transform: uppercase; }.visit-details h2 { margin: 74px 0 19px; font: 500 clamp(32px, 3vw, 48px)/.85 var(--serif); }.visit-details p { color: var(--muted); font-size: 13px; }.final-note { position: relative; overflow: hidden; padding: clamp(88px, 11vw, 150px) clamp(20px, 6vw, 104px); color: var(--cream); background: var(--orange); }.final-note::after { content: "П"; position: absolute; right: -2%; bottom: -19%; color: rgba(23,35,30,.09); font: 500 520px/.8 var(--serif); }.final-note > * { position: relative; z-index: 1; }.final-note .eyebrow { color: rgba(23,35,30,.75); }.final-note h2 { margin-bottom: 24px; font: 500 clamp(52px, 7vw, 106px)/.83 var(--serif); }.final-note h2 em { color: var(--cream); }.final-note > p:not(.eyebrow) { max-width: 580px; color: rgba(23,35,30,.76); }.final-note .button { margin-top: 19px; }

[data-reveal] { opacity: 0; transform: translateY(20px); transition: opacity .6s ease, transform .6s ease; }.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 960px) {
  .hero, .instagram-feature, .story-section, .visit-hero { grid-template-columns: 1fr; }.hero-art { min-height: 540px; }.hero-copy { padding-bottom: 80px; }.hero-art .sun { width: min(70vw, 580px); }.hero-art .coffee-cup { right: 26%; }.hero-embed { justify-self: center; }.manifesto-grid, .section-head, .principle-grid { grid-template-columns: 1fr; gap: 35px; }.section-head p { margin-left: 0; }.taste-grid { grid-template-columns: 1fr 1fr; }.instagram-feature { gap: 55px; }.insta-copy { max-width: 650px; }.visit-teaser { grid-template-columns: 1fr; }.visit-teaser > div:last-child { justify-self: start; }.menu-row { grid-template-columns: 46px .9fr 1fr; }.menu-orb { display: none; }.site-footer { grid-template-columns: 1.2fr .7fr; }.site-footer > div:last-of-type { grid-column: 2; }.visit-details { grid-template-columns: 1fr; }.visit-details article, .visit-details article:not(:first-child) { min-height: 200px; padding: 31px 0; border-right: 0; border-bottom: 1px solid var(--line); }.visit-details h2 { margin-top: 32px; }
}

@media (max-width: 680px) {
  .test-banner { align-items: flex-start; flex-direction: column; gap: 4px; padding: 8px 16px; }.test-banner a { margin-top: 2px; }.site-header { min-height: 65px; padding-inline: 16px; }.menu-toggle { display: block; }.main-nav { position: fixed; top: 108px; right: 0; left: 0; display: flex; visibility: hidden; height: calc(100svh - 108px); flex-direction: column; align-items: stretch; gap: 0; padding: 18px; opacity: 0; background: var(--cream); transform: translateY(-12px); transition: opacity .2s ease, transform .2s ease, visibility .2s; }.main-nav.is-open { visibility: visible; opacity: 1; transform: translateY(0); }.main-nav > a:not(.nav-cta) { display: flex; min-height: 60px; align-items: center; border-bottom: 1px solid var(--line); font: 500 31px var(--serif); }.main-nav .nav-cta { justify-content: center; margin-top: 22px; }.hero { min-height: auto; }.hero-copy { padding: 76px 18px 66px; }.hero h1, .page-hero h1, .visit-hero h1 { font-size: clamp(65px, 18vw, 94px); }.hero-lead { font-size: 16px; }.hero-actions { align-items: stretch; flex-direction: column; }.button { width: 100%; }.text-button { align-self: flex-start; }.hero-meta { margin-top: 48px; }.hero-art { min-height: 450px; }.coffee-cup { width: 170px; height: 132px; }.coffee-cup span { font-size: 50px; }.scribble { font-size: 22px; }.section { padding: 76px 18px; }.manifesto-grid { margin-top: 40px; }.manifesto h2, .section-head h2, .insta-copy h2, .visit-teaser h2, .story-copy h2, .principle-grid h2 { font-size: clamp(45px, 13vw, 70px); }.mood-strip { grid-template-columns: 1fr; }.mood-strip > div { min-height: 220px; border-right: 0; border-bottom: 1px solid var(--line-light); }.mood-strip strong { margin-top: 46px; }.taste-grid { grid-template-columns: 1fr; margin-top: 38px; }.taste-card { min-height: 240px; }.taste-card h3 { margin-top: 82px; }.hero-embed, .instagram-gallery .embed-frame { max-width: 100%; }.embed-frame iframe, .hero-embed iframe { height: 570px; }.visit-teaser .button-dark { min-width: 0; }.site-footer { grid-template-columns: 1fr 1fr; gap: 35px; padding: 54px 18px 22px; }.footer-brand { grid-column: 1 / -1; }.site-footer > div:last-of-type { grid-column: 2; }.legal { font-size: 8px; }.page-hero { padding: 73px 18px 83px; }.page-hero > p:last-of-type { margin-left: 0; }.menu-index { margin-top: 44px; }.menu-sections { padding-inline: 18px; }.menu-row, .menu-row.reverse { display: grid; grid-template-columns: 36px 1fr; gap: 17px; min-height: 0; padding: 53px 0; direction: ltr; }.menu-row .menu-description { grid-column: 2; }.menu-row h2 { font-size: clamp(43px, 12vw, 68px); }.note-section { align-items: stretch; flex-direction: column; padding: 51px 18px; }.story-section { gap: 45px; }.story-art { min-height: 370px; }.story-window { border-width: 8px; }.story-plant { font-size: 96px; }.ritual-section { grid-template-columns: 1fr; padding-inline: 18px; }.ritual-section > div, .ritual-section > div:not(:first-child) { min-height: 205px; padding: 28px 0; border-right: 0; border-bottom: 1px solid rgba(23,35,30,.25); }.ritual-section h3 { margin-top: 43px; }.principle-grid { margin-top: 40px; }.cta-small { align-items: flex-start; flex-direction: column; }.gallery-intro { align-items: flex-start; flex-direction: column; padding: 20px 18px; }.instagram-gallery { grid-template-columns: 1fr; gap: 28px; padding: 66px 18px; }.instagram-gallery .offset { margin-top: 0; }.gallery-outro { align-items: flex-start; flex-direction: column; padding: 76px 18px; }.map-card { min-height: 390px; }.map-pin { width: 62px; height: 62px; font-size: 31px; }.map-street { font-size: 33px; }.final-note { padding: 78px 18px; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; } [data-reveal] { opacity: 1; transform: none; } }
