:root {
  --green-950: #0b2b1d;
  --green-900: #123c2b;
  --green-800: #1c523a;
  --pistachio: #b9ce91;
  --pistachio-soft: #dbe7c3;
  --raspberry: #c93d65;
  --raspberry-soft: #f3c2cf;
  --cream: #f6f0e3;
  --cream-deep: #e9ddc7;
  --ink: #17231b;
  --white: #fffdfa;
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --shadow: 0 24px 70px rgba(11, 43, 29, .13);
  --radius: 1.2rem;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: var(--sans); font-size: 16px; line-height: 1.65; overflow-x: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
svg { width: 1.2rem; fill: none; stroke: currentColor; stroke-width: 1.8; }

.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: .5rem; left: .5rem; z-index: 1000; transform: translateY(-150%); background: var(--white); color: var(--green-950); padding: .75rem 1rem; border-radius: .5rem; }
.skip-link:focus { transform: none; }
:focus-visible { outline: 3px solid var(--raspberry); outline-offset: 4px; }

.site-header { position: absolute; inset: 0 0 auto; z-index: 20; display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding: 1.4rem clamp(1.1rem, 5vw, 5rem); color: var(--white); }
.brand { display: inline-flex; flex-direction: column; text-decoration: none; line-height: 1; }
.brand-kicker { margin-left: .18rem; font-size: .62rem; letter-spacing: .28em; text-transform: uppercase; font-weight: 700; }
.brand-name { font-family: var(--serif); font-size: clamp(1.65rem, 3vw, 2.15rem); font-style: italic; }
.main-nav { display: flex; align-items: center; gap: clamp(1rem, 2vw, 2rem); font-size: .82rem; font-weight: 700; letter-spacing: .06em; }
.main-nav a { text-decoration: none; }
.main-nav a:not(.nav-route) { position: relative; padding-block: .75rem; }
.main-nav a:not(.nav-route)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: .55rem; height: 1px; background: currentColor; transition: right .25s ease; }
.main-nav a:hover::after { right: 0; }
.nav-route { padding: .75rem 1.1rem; border: 1px solid rgba(255,255,255,.55); border-radius: 999px; transition: background .2s, color .2s; }
.nav-route:hover { background: var(--white); color: var(--green-950); }
.nav-toggle { display: none; min-width: 48px; min-height: 48px; background: transparent; color: inherit; border: 0; padding: .7rem; }
.nav-toggle > span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: currentColor; }

.hero { min-height: min(920px, 100svh); display: grid; grid-template-columns: 1.03fr .97fr; background: var(--green-900); color: var(--white); overflow: hidden; }
.hero-copy { display: flex; flex-direction: column; justify-content: center; padding: 9rem clamp(1.2rem, 6vw, 7rem) 5rem; position: relative; z-index: 2; }
.eyebrow { margin: 0 0 1.2rem; font-size: .72rem; line-height: 1; letter-spacing: .21em; text-transform: uppercase; font-weight: 800; }
.hero h1 { max-width: 820px; margin: 0; font-family: var(--serif); font-size: clamp(3.4rem, 7.4vw, 7.6rem); line-height: .91; letter-spacing: -.055em; font-weight: 500; text-wrap: balance; }
.hero h1 em { color: var(--pistachio); font-weight: 400; }
.hero-lead { max-width: 610px; margin: 2rem 0 2.1rem; color: rgba(255,255,255,.78); font-size: clamp(1rem, 1.5vw, 1.18rem); }
.hero-actions, .visit-actions { display: flex; flex-wrap: wrap; gap: .8rem; }
.cta-primary, .cta-secondary { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: .65rem; padding: .78rem 1.2rem; border-radius: 999px; text-decoration: none; font-weight: 800; font-size: .88rem; transition: transform .2s ease, box-shadow .2s ease, background .2s, color .2s; }
.cta-primary { background: var(--pistachio); color: var(--green-950); box-shadow: 0 12px 30px rgba(0,0,0,.14); }
.cta-secondary { border: 1px solid rgba(255,255,255,.38); color: var(--white); }
.cta-primary:hover, .cta-secondary:hover { transform: translateY(-2px); }
.cta-secondary:hover { background: rgba(255,255,255,.09); }
.cta-instagram { border-color: rgba(185,206,145,.72); color: var(--pistachio); }
.cta-instagram:hover { background: var(--pistachio); color: var(--green-950); }
.cta-instagram .instagram-dot { fill: currentColor; stroke: none; }
.trust-row { display: flex; align-items: center; flex-wrap: wrap; gap: .5rem; margin-top: 2.25rem; font-size: .82rem; color: rgba(255,255,255,.72); }
.trust-row strong { color: var(--white); font-size: 1rem; }
.stars { color: #efc756; letter-spacing: .1em; }

.hero-visual { position: relative; min-width: 0; background: var(--raspberry-soft); padding: clamp(5.5rem, 9vw, 8rem) clamp(1rem, 3vw, 3rem) 2.5rem; }
.hero-visual::before { content: ""; position: absolute; inset: 0; opacity: .26; background: radial-gradient(circle at 18% 22%, #fff 0 2px, transparent 2.5px) 0 0/32px 32px; }
.hero-frame { position: relative; z-index: 1; width: min(78%, 580px); height: 100%; margin-inline: auto; border-radius: 48% 48% 1.5rem 1.5rem; overflow: hidden; box-shadow: 0 30px 80px rgba(83,19,38,.27); }
.hero-frame img { width: 100%; height: 100%; object-fit: cover; }
.flavor-note { position: absolute; z-index: 3; min-width: 125px; padding: .7rem .9rem; background: var(--white); color: var(--green-950); box-shadow: 0 12px 32px rgba(0,0,0,.12); transform: rotate(-3deg); }
.flavor-note span { display: block; font-size: .6rem; letter-spacing: .12em; text-transform: uppercase; }
.flavor-note strong { font-family: var(--serif); font-size: 1.25rem; font-style: italic; }
.flavor-note--one { left: 2%; top: 34%; }
.flavor-note--two { right: 1%; bottom: 22%; transform: rotate(4deg); }
.roundel { position: absolute; z-index: 3; top: 12%; right: 4%; width: 86px; aspect-ratio: 1; display: grid; place-content: center; text-align: center; border: 1px solid var(--green-950); border-radius: 50%; color: var(--green-950); font-size: .58rem; font-weight: 800; line-height: 1.05; letter-spacing: .14em; transform: rotate(8deg); }
.roundel span { color: var(--raspberry); font-size: 1rem; }

.marquee { position: relative; overflow: hidden; border-block: 1px solid rgba(11,43,29,.14); background: var(--pistachio-soft); color: var(--green-950); }
.marquee::before, .marquee::after { content: ""; position: absolute; z-index: 2; top: 0; bottom: 0; width: clamp(1rem, 5vw, 5rem); pointer-events: none; }
.marquee::before { left: 0; background: linear-gradient(90deg, var(--pistachio-soft), transparent); }
.marquee::after { right: 0; background: linear-gradient(-90deg, var(--pistachio-soft), transparent); }
.marquee-track { --marquee-gap: clamp(1rem, 2.3vw, 2.2rem); display: flex; width: max-content; will-change: transform; backface-visibility: hidden; animation: drift 68s linear infinite; }
.marquee-group { display: flex; flex-shrink: 0; align-items: center; gap: var(--marquee-gap); min-width: max-content; padding: 1.05rem calc(var(--marquee-gap) / 2); }
.marquee-group span { font-family: var(--serif); font-size: clamp(1rem, 1.25vw, 1.25rem); font-style: italic; letter-spacing: -.01em; }
.marquee-group i { width: .42rem; height: .42rem; flex: 0 0 auto; border-radius: 50%; background: var(--raspberry); }
@keyframes drift {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(-25%, 0, 0); }
}

.section { padding: clamp(5rem, 10vw, 9rem) clamp(1.2rem, 6vw, 6rem); }
.section h2 { margin: 0; max-width: 900px; font-family: var(--serif); font-weight: 500; font-size: clamp(2.6rem, 6vw, 5.7rem); line-height: .98; letter-spacing: -.045em; text-wrap: balance; }
.intro { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(2rem, 8vw, 8rem); }
.intro-copy { max-width: 720px; }
.intro-copy p { color: #415046; }
.intro-copy .large-copy { margin-top: 0; color: var(--green-950); font-family: var(--serif); font-size: clamp(1.55rem, 2.8vw, 2.55rem); line-height: 1.25; }
.feature-strip { grid-column: 1/-1; display: grid; grid-template-columns: repeat(3,1fr); margin-top: 2rem; border-top: 1px solid rgba(11,43,29,.18); }
.feature-strip article { padding: 2rem 2rem 0 0; }
.feature-strip article + article { padding-left: 2rem; border-left: 1px solid rgba(11,43,29,.18); }
.feature-strip span { color: var(--raspberry); font-size: .7rem; font-weight: 800; }
.feature-strip h3 { margin: .6rem 0 .35rem; font-family: var(--serif); font-size: 1.7rem; font-weight: 500; }
.feature-strip p { margin: 0; color: #5d695f; }

.signature { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(2rem, 8vw, 8rem); align-items: center; background: var(--pistachio-soft); }
.image-card { position: relative; overflow: hidden; border-radius: var(--radius); box-shadow: var(--shadow); }
.image-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.8,.2,1); }
.image-card:hover img { transform: scale(1.025); }
.image-source { position: absolute; left: .75rem; bottom: .75rem; padding: .35rem .58rem; background: rgba(11,43,29,.76); color: var(--white); border-radius: .35rem; font-size: .62rem; }
.signature-image { min-height: 560px; }
.signature-image img { position: absolute; inset: 0; }
.signature-copy p:not(.eyebrow) { max-width: 520px; margin: 1.6rem 0 2rem; color: #4d5d52; }
.text-link { display: inline-flex; gap: .7rem; align-items: center; text-decoration: none; font-weight: 800; border-bottom: 1px solid currentColor; padding-bottom: .2rem; }
.text-link span { transition: transform .2s; }
.text-link:hover span { transform: translate(3px,3px); }

.menu-section { background: var(--green-950); color: var(--white); }
.menu-intro { display: grid; grid-template-columns: 1.15fr .85fr; gap: 3rem; align-items: end; }
.menu-intro > p { max-width: 520px; margin: 0; color: rgba(255,255,255,.65); }
.menu-tabs { display: flex; gap: .5rem; flex-wrap: wrap; margin: 3rem 0 2rem; }
.menu-tabs button { min-height: 48px; padding: .7rem 1rem; border: 1px solid rgba(255,255,255,.24); border-radius: 999px; background: transparent; color: var(--white); cursor: pointer; transition: background .2s, color .2s; }
.menu-tabs button[aria-selected="true"] { background: var(--pistachio); color: var(--green-950); border-color: var(--pistachio); font-weight: 800; }
.menu-panel { border-top: 1px solid rgba(255,255,255,.18); }
.menu-list { display: grid; grid-template-columns: repeat(2, 1fr); }
.menu-list > div { display: flex; justify-content: space-between; gap: 1rem; padding: 1.5rem 0; border-bottom: 1px solid rgba(255,255,255,.14); }
.menu-list > div:nth-child(odd) { padding-right: 2rem; }
.menu-list > div:nth-child(even) { padding-left: 2rem; border-left: 1px solid rgba(255,255,255,.14); }
.menu-item-copy { display: flex; flex-direction: column; gap: .25rem; min-width: 0; }
.menu-list span { font-family: var(--serif); font-size: 1.45rem; line-height: 1.12; }
.menu-list small { color: rgba(255,255,255,.58); }
.menu-price { flex: 0 0 auto; align-self: center; color: var(--pistachio); font-size: .95rem; font-variant-numeric: tabular-nums; white-space: nowrap; }
.menu-note { margin: 1.2rem 0 0; color: rgba(255,255,255,.55); font-size: .78rem; }

.gallery-section { background: var(--white); }
.gallery-heading { display: flex; justify-content: space-between; align-items: end; gap: 2rem; margin-bottom: 3rem; }
.instagram-link { font-weight: 800; text-decoration: none; border-bottom: 1px solid; }
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); grid-auto-rows: 310px; gap: .85rem; }
.gallery-card { position: relative; overflow: hidden; border: 0; padding: 0; background: var(--cream-deep); cursor: zoom-in; border-radius: .7rem; }
.gallery-card--wide { grid-column: span 2; }
.gallery-card--tall { grid-row: span 2; }
.gallery-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s cubic-bezier(.2,.8,.2,1), filter .5s; }
.gallery-card span { position: absolute; left: .8rem; bottom: .8rem; padding: .4rem .65rem; border-radius: 999px; background: rgba(246,240,227,.9); color: var(--green-950); font-size: .7rem; font-weight: 800; opacity: 0; transform: translateY(8px); transition: .25s; }
.gallery-card:hover img { transform: scale(1.035); filter: saturate(1.08); }
.gallery-card:hover span, .gallery-card:focus-visible span { opacity: 1; transform: none; }
.photo-credit { margin: 1rem 0 0; color: #6a746d; font-size: .72rem; }

.reviews { display: grid; grid-template-columns: .65fr 1.35fr; gap: clamp(2rem, 9vw, 9rem); background: var(--raspberry); color: var(--white); }
.review-score { display: flex; align-items: center; gap: 1rem; align-self: start; }
.review-score > span { font-family: var(--serif); font-size: clamp(5rem, 11vw, 10rem); line-height: .8; letter-spacing: -.08em; }
.review-score p { margin: .2rem 0 0; font-size: .75rem; }
.review-content h2 { max-width: 840px; }
.review-tags { display: flex; gap: .5rem; flex-wrap: wrap; margin: 2rem 0; }
.review-tags span { border: 1px solid rgba(255,255,255,.38); border-radius: 999px; padding: .45rem .8rem; font-size: .72rem; }
.light { color: var(--white); }

.visit { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; background: var(--cream); }
.visit-photo { min-height: 620px; border-radius: .8rem; }
.visit-card { display: flex; flex-direction: column; justify-content: center; padding: clamp(2rem, 5vw, 5rem); background: var(--green-900); color: var(--white); border-radius: .8rem; }
.visit-card h2 { font-size: clamp(2.8rem, 5vw, 5rem); }
.visit-details { margin: 2rem 0; border-top: 1px solid rgba(255,255,255,.18); }
.visit-details > div { display: grid; grid-template-columns: 130px 1fr; gap: 1rem; padding: 1rem 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.visit-details span { color: var(--pistachio); font-size: .68rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.visit-details p { margin: 0; }
.visit-details a { text-decoration: none; }
.visit-details small { color: rgba(255,255,255,.55); }
.contact-links { display: flex; align-items: flex-start; flex-direction: column; gap: .7rem; }
.phone-link { line-height: 1.5; }
.instagram-button { min-height: 44px; display: inline-flex; align-items: center; gap: .55rem; padding: .55rem .75rem; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; background: var(--pistachio); color: var(--green-950); font-size: .78rem; font-weight: 800; box-shadow: 0 8px 24px rgba(0,0,0,.12); transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.instagram-button:hover { transform: translateY(-2px); background: var(--white); box-shadow: 0 12px 28px rgba(0,0,0,.18); }
.instagram-button:focus-visible { outline: 3px solid var(--white); outline-offset: 3px; }
.instagram-button span { color: inherit; font-size: .78rem; letter-spacing: 0; text-transform: none; }
.instagram-button svg { width: 19px; height: 19px; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-width: 1.8; }
.instagram-button .instagram-dot { fill: currentColor; stroke: none; }
.instagram-button .instagram-arrow { width: 16px; height: 16px; margin-left: .15rem; }
.cream { background: var(--cream); }
.cream-outline { border-color: rgba(255,255,255,.42); }
.payment-note { margin: 1.2rem 0 0; color: rgba(255,255,255,.54); font-size: .7rem; }

.site-footer { display: grid; grid-template-columns: 1fr auto; gap: 1rem 3rem; align-items: end; padding: 4rem clamp(1.2rem, 6vw, 6rem); background: var(--green-950); color: var(--white); }
.footer-brand { grid-row: span 2; align-self: center; }
.footer-links { display: flex; justify-content: flex-end; flex-wrap: wrap; gap: 1.3rem; font-size: .78rem; }
.footer-links a { text-decoration: none; }
.site-footer p { margin: 0; text-align: right; color: rgba(255,255,255,.63); }
.site-footer .footer-small { font-size: .7rem; }

.lightbox { width: min(92vw, 900px); max-height: 90vh; padding: 0; border: 0; background: transparent; overflow: visible; }
.lightbox::backdrop { background: rgba(4,18,12,.88); backdrop-filter: blur(8px); }
.lightbox img { width: 100%; max-height: 86vh; object-fit: contain; border-radius: .7rem; }
.lightbox-close { position: absolute; top: -3rem; right: 0; width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; background: rgba(0,0,0,.2); color: white; font-size: 1.6rem; cursor: pointer; }

.legal-page { max-width: 850px; margin: 0 auto; padding: 7rem 1.3rem; }
.legal-page h1 { font-family: var(--serif); font-size: clamp(3rem, 8vw, 5.5rem); line-height: 1; }
.legal-page h2 { margin-top: 2.5rem; font-family: var(--serif); font-size: 1.8rem; }
.legal-page .notice { padding: 1rem 1.2rem; border-left: 4px solid var(--raspberry); background: var(--white); }
.legal-back { display: inline-block; margin-bottom: 3rem; font-weight: 800; }

@media (max-width: 980px) {
  .hero { grid-template-columns: 1fr; min-height: auto; }
  .hero-copy { min-height: 700px; padding-top: 8rem; }
  .hero-visual { min-height: 720px; }
  .intro, .signature, .reviews, .visit { grid-template-columns: 1fr; }
  .intro { gap: 2rem; }
  .feature-strip { grid-template-columns: 1fr; }
  .feature-strip article + article { padding-left: 0; border-left: 0; border-top: 1px solid rgba(11,43,29,.18); }
  .menu-intro { grid-template-columns: 1fr; align-items: start; }
  .gallery-grid { grid-template-columns: repeat(2,1fr); }
  .gallery-card--tall { grid-row: auto; }
  .review-score { margin-bottom: 1.5rem; }
}

@media (max-width: 760px) {
  .site-header { padding: 1rem 1.1rem; }
  .nav-toggle { display: block; cursor: pointer; }
  .main-nav { position: absolute; top: 100%; left: 1rem; right: 1rem; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: .8rem; background: rgba(11,43,29,.97); border: 1px solid rgba(255,255,255,.14); border-radius: 1rem; box-shadow: var(--shadow); }
  .main-nav.is-open { display: flex; }
  .main-nav a { min-height: 48px; display: flex; align-items: center; padding-inline: .8rem; }
  .nav-route { margin-top: .3rem; justify-content: center; }
  .hero-copy { min-height: auto; padding: 7.5rem 1.1rem 3.5rem; }
  .hero h1 { font-size: clamp(3.2rem, 16vw, 5.2rem); }
  .hero-lead { margin: 1.5rem 0 1.75rem; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .trust-row { margin-top: 1.6rem; }
  .hero-visual { min-height: 520px; padding: 4.5rem .5rem 1.5rem; }
  .hero-frame { width: 86%; border-radius: 44% 44% 1rem 1rem; }
  .flavor-note { min-width: 108px; padding: .55rem .7rem; }
  .flavor-note strong { font-size: 1.08rem; }
  .flavor-note--one { left: 1%; }
  .flavor-note--two { right: 1%; }
  .roundel { right: 2%; width: 74px; }
  .section { padding: 4.5rem 1.1rem; }
  .signature { gap: 3rem; }
  .signature-image { min-height: 0; aspect-ratio: 4 / 3; }
  .menu-tabs { gap: .45rem; margin: 2rem 0 1.25rem; }
  .menu-tabs button { min-height: 44px; padding: .6rem .85rem; font-size: .78rem; }
  .menu-list { grid-template-columns: 1fr; }
  .menu-list > div { padding-block: 1.15rem; }
  .menu-list > div:nth-child(odd), .menu-list > div:nth-child(even) { padding-inline: 0; border-left: 0; }
  .menu-list span { font-size: 1.3rem; }
  .gallery-heading { align-items: start; flex-direction: column; }
  .gallery-grid { grid-template-columns: 1fr; grid-auto-rows: 330px; }
  .gallery-card--wide { grid-column: auto; }
  .gallery-card span { opacity: 1; transform: none; }
  .reviews { gap: 2.5rem; }
  .review-score > span { font-size: clamp(4.7rem, 24vw, 6.5rem); }
  .visit { gap: .75rem; }
  .visit-photo { min-height: 360px; }
  .visit-card { padding: 2.2rem 1.2rem; }
  .visit-details > div { grid-template-columns: 1fr; gap: .25rem; }
  .visit-actions { flex-direction: column; }
  .site-footer { grid-template-columns: 1fr; align-items: start; }
  .footer-brand { grid-row: auto; margin-bottom: 1rem; }
  .footer-links { justify-content: flex-start; }
  .site-footer p { text-align: left; }
}

@media (max-width: 420px) {
  .brand-name { font-size: 1.72rem; }
  .hero h1 { font-size: clamp(3rem, 15.5vw, 4rem); }
  .hero-actions { gap: .6rem; }
  .cta-primary, .cta-secondary { min-height: 48px; padding-inline: 1rem; font-size: .82rem; }
  .hero-visual { min-height: 490px; }
  .section h2 { font-size: clamp(2.35rem, 12vw, 3.1rem); }
  .gallery-grid { grid-auto-rows: 310px; }
  .visit-card h2 { font-size: clamp(2.55rem, 13vw, 3.5rem); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .marquee-track { transform: none !important; }
}
