:root {
  --paper: #f2f2ef;
  --paper-bright: #fcfcfa;
  --ink: #211b1c;
  --muted: #625b5c;
  --line: #c9c7c2;
  --accent: #7f2029;
  --accent-dark: #54151b;
  --surface-dark: #241c1e;
  --max: 1260px;
  --gutter: clamp(1.25rem, 5vw, 4.5rem);
  --display: "Arial Narrow", "Aptos Display", "Segoe UI", sans-serif;
  --body: "Aptos", "Segoe UI", Arial, sans-serif;
  --ease-out: cubic-bezier(.16,1,.3,1);
  --ease-in-out: cubic-bezier(.65,0,.35,1);
  --ease-drawer: cubic-bezier(.32,.72,0,1);
}

* { box-sizing: border-box; }
html { background: var(--surface-dark); scroll-behavior: smooth; scroll-padding-top: 5rem; scrollbar-color: var(--accent) var(--surface-dark); }
html::-webkit-scrollbar { width: 14px; }
html::-webkit-scrollbar-track { background: var(--surface-dark); }
html::-webkit-scrollbar-thumb { background: var(--accent); border: 3px solid var(--surface-dark); }
html::-webkit-scrollbar-thumb:hover { background: #a13a44; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--body); font-size: 1rem; line-height: 1.55; overflow-x: hidden; }
body.is-locked { overflow: hidden; }
img { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
button { color: inherit; }
:focus-visible { outline: 3px solid #d69a36; outline-offset: 4px; }
.visually-hidden { 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; z-index: 100; top: 1rem; left: 1rem; padding: .75rem 1rem; background: var(--paper-bright); transform: translateY(-200%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: fixed; z-index: 20; top: 0; left: 0; right: 0; height: 5.25rem; display: flex; align-items: center; justify-content: space-between; padding: 0 var(--gutter); color: var(--paper-bright); background: rgba(36,28,30,.88); border-bottom: 1px solid rgba(252,252,250,.25); backdrop-filter: blur(10px); transition: height 320ms var(--ease-out), background-color 320ms var(--ease-out); }
.site-header.is-condensed { height: 4.25rem; background: rgba(36,28,30,.96); }
.scroll-progress { position: absolute; left: 0; bottom: -1px; width: 100%; height: 3px; background: #e2a7ab; transform: scaleX(0); transform-origin: left; will-change: transform; }
.brand { display: inline-flex; align-items: center; gap: .7rem; text-decoration: none; font-family: var(--display); font-size: .95rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.brand img { width: 2.75rem; height: 2.75rem; object-fit: cover; }
.header-actions { display: flex; align-items: center; gap: .25rem; }
.icon-link { width: 2.75rem; height: 2.75rem; display: inline-grid; place-items: center; text-decoration: none; }
.icon-link, .menu-trigger, .close-button { transition: transform 180ms var(--ease-out), opacity 180ms var(--ease-out); }
.icon-link svg { width: 1.15rem; height: 1.15rem; fill: currentColor; stroke: currentColor; stroke-width: 1.8; }
.icon-link svg path { stroke: none; }
.menu-trigger { min-height: 2.75rem; display: inline-flex; align-items: center; gap: .8rem; padding: 0 0 0 .8rem; border: 0; background: transparent; text-transform: uppercase; letter-spacing: .12em; font-size: .78rem; font-weight: 800; cursor: pointer; }
.menu-lines { width: 1.8rem; height: .75rem; border-top: 2px solid currentColor; border-bottom: 2px solid currentColor; }

.hero { position: relative; min-height: 100svh; display: flex; align-items: flex-end; isolation: isolate; color: var(--paper-bright); background: var(--ink); }
.hero-media, .hero-media img, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-media { z-index: -2; }
.hero-media img { object-fit: cover; object-position: 55% 48%; animation: hero-drift 18s var(--ease-in-out) infinite alternate; will-change: transform; }
.hero-shade { z-index: -1; overflow: hidden; background: linear-gradient(180deg, rgba(22,18,18,.18) 0%, rgba(22,18,18,.08) 34%, rgba(22,18,18,.30) 100%); }
.hero-shade::after { content: ""; position: absolute; inset: -15% -35%; background: linear-gradient(108deg, transparent 36%, rgba(255,231,206,.15) 50%, transparent 64%); transform: translate3d(-48%,0,0); animation: warm-light 11s linear infinite; }
.hero-orbit { position: absolute; z-index: 1; top: clamp(7rem, 15vh, 10rem); right: var(--gutter); width: clamp(7.5rem, 11vw, 10rem); aspect-ratio: 1; display: grid; place-items: center; color: var(--paper-bright); opacity: .9; }
.hero-orbit svg { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; animation: orbit-turn 18s linear infinite; }
.hero-orbit path { fill: none; }
.hero-orbit text { fill: currentColor; font-family: var(--body); font-size: 7px; font-weight: 800; letter-spacing: 1.4px; }
.hero-orbit > span { width: 42%; aspect-ratio: 1; display: grid; place-items: center; border: 1px solid rgba(252,252,250,.72); border-radius: 50%; font-family: var(--display); font-size: 1rem; font-weight: 800; animation: seal-pulse 3.8s var(--ease-in-out) infinite; }
.hero-steam { position: absolute; z-index: 1; right: clamp(7rem, 15vw, 13rem); bottom: 24%; width: 7rem; height: 8rem; pointer-events: none; }
.hero-steam i { position: absolute; bottom: 0; width: 2px; height: 5rem; background: rgba(252,252,250,.52); border-radius: 50%; opacity: 0; transform-origin: bottom; animation: steam-rise 4.8s var(--ease-in-out) infinite; }
.hero-steam i:nth-child(1) { left: 18%; animation-delay: -1.4s; }
.hero-steam i:nth-child(2) { left: 49%; height: 6rem; animation-delay: -3.1s; }
.hero-steam i:nth-child(3) { left: 78%; height: 4.25rem; animation-delay: -.3s; }
.hero-content { width: min(56rem, calc(100% - 2 * var(--gutter))); padding: 10rem 0 clamp(6rem, 11vh, 8rem); margin-left: var(--gutter); }
.eyebrow { margin: 0 0 1.1rem; font-size: .75rem; line-height: 1.2; font-weight: 800; text-transform: uppercase; letter-spacing: .18em; }
.eyebrow.accent { color: var(--accent); }
.hero h1 { max-width: 11ch; margin: 0; font-family: var(--display); font-size: clamp(3.15rem, 7vw, 6rem); line-height: .9; letter-spacing: -.035em; text-transform: uppercase; text-wrap: balance; }
.hero-intro { max-width: 34rem; margin: 1.6rem 0 0; font-size: clamp(1.05rem, 2vw, 1.3rem); }
.hero-actions, .visit-actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 2rem; }
.button { min-height: 3.4rem; display: inline-flex; align-items: center; justify-content: center; padding: .8rem 1.35rem; border: 1px solid transparent; border-radius: 0; text-decoration: none; font-size: .78rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; cursor: pointer; transition: background-color 200ms var(--ease-out), color 200ms var(--ease-out), border-color 200ms var(--ease-out), transform 200ms var(--ease-out); }
.button:active, .menu-trigger:active, .icon-link:active, .close-button:active, .lightbox-nav:active, .gallery-item:active, .visit-strip a:active, .mobile-action-bar a:active { transform: scale(.97); }
.button-primary { color: var(--paper-bright); background: var(--accent); border-color: var(--accent); }
.button-ghost { color: var(--paper-bright); border-color: rgba(251,249,245,.72); background: rgba(33,27,28,.12); }
.button-dark { background: var(--ink); color: var(--paper-bright); border-color: var(--ink); }
.button-outline { background: transparent; color: var(--ink); border-color: var(--ink); }
.hero-scroll { position: absolute; right: var(--gutter); bottom: 2.15rem; min-height: 2.75rem; display: flex; align-items: center; gap: .85rem; color: inherit; text-decoration: none; font-size: .72rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.hero-scroll i { display: block; width: 3.25rem; height: 1px; background: currentColor; transform-origin: right; animation: breathe 2.8s ease-in-out infinite; }
@keyframes breathe { 50% { transform: scaleX(.55); opacity: .65; } }

@keyframes hero-drift { from { transform: scale(1.035) translate3d(-.5%,0,0); } to { transform: scale(1.085) translate3d(.7%,-.6%,0); } }
@keyframes warm-light { 0%, 16% { transform: translate3d(-48%,0,0); opacity: 0; } 32% { opacity: 1; } 54%, 100% { transform: translate3d(48%,0,0); opacity: 0; } }
@keyframes orbit-turn { to { transform: rotate(360deg); } }
@keyframes seal-pulse { 50% { transform: scale(1.1); opacity: .72; } }
@keyframes steam-rise { 0% { transform: translate3d(0,1.5rem,0) scaleY(.45) rotate(-8deg); opacity: 0; } 30% { opacity: .7; } 75% { opacity: .25; } 100% { transform: translate3d(.8rem,-2.5rem,0) scaleY(1.15) rotate(13deg); opacity: 0; } }

.visit-strip { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); background: var(--accent); color: var(--paper-bright); }
.visit-strip-item { min-width: 0; min-height: 7.5rem; display: flex; flex-direction: column; justify-content: center; gap: .8rem; padding: 1.35rem var(--gutter); border-right: 1px solid rgba(252,252,250,.28); color: inherit; text-decoration: none; }
.visit-strip-item:last-child { border-right: 0; }
.visit-strip-item > span { font-size: .72rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.visit-strip-item strong { display: grid; gap: .1rem; font-family: var(--display); font-size: clamp(1.15rem, 2vw, 1.65rem); line-height: 1; text-transform: uppercase; }
.visit-strip-item small { font-family: var(--body); font-size: .72rem; font-weight: 500; line-height: 1.3; letter-spacing: 0; text-transform: none; opacity: .82; }

.motion-ribbon { overflow: hidden; padding: .9rem 0 .8rem; background: var(--surface-dark); color: #f2c4c7; border-top: 1px solid rgba(252,252,250,.12); border-bottom: 1px solid rgba(252,252,250,.12); }
.motion-ribbon-track { width: max-content; display: flex; white-space: nowrap; animation: ribbon-flow 25s linear infinite; will-change: transform; }
.motion-ribbon span { padding-right: 1.4rem; font-family: var(--display); font-size: clamp(1rem, 1.6vw, 1.3rem); font-weight: 800; letter-spacing: .09em; }
@keyframes ribbon-flow { to { transform: translate3d(-50%,0,0); } }

.section { width: min(var(--max), 100%); margin: 0 auto; padding: clamp(5.5rem, 10vw, 9rem) var(--gutter); }
.food-heading h2, .gallery-heading h2, .reviews-heading h2, .visit-copy h2 { margin: 0; font-family: var(--display); font-size: clamp(2.7rem, 6vw, 5.5rem); line-height: .95; letter-spacing: -.035em; text-transform: uppercase; text-wrap: balance; }
.food-section { padding-top: clamp(6.5rem, 11vw, 10rem); padding-bottom: clamp(6rem, 11vw, 10rem); }
.food-heading { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(18rem, .85fr); align-items: end; gap: clamp(2rem, 8vw, 8rem); margin-bottom: clamp(3rem, 7vw, 5.5rem); }
.food-heading h2 { max-width: 7ch; }
.food-heading p { max-width: 34rem; margin: 0 0 .35rem; color: var(--muted); font-size: 1.08rem; text-wrap: pretty; }
.food-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); align-items: start; gap: clamp(.8rem, 2vw, 1.5rem); }
.portrait-frame { position: relative; aspect-ratio: 3 / 4; overflow: hidden; background: #d9d7d2; }
.portrait-frame img { width: 100%; height: 100%; object-fit: cover; transition: transform 700ms var(--ease-out); }
.food-card .portrait-frame { animation: plate-float 7s var(--ease-in-out) infinite; }
.food-card:nth-child(2) .portrait-frame { animation-delay: -4.4s; }
.food-card:nth-child(3) .portrait-frame { animation-delay: -2.2s; }
.food-card:nth-child(2).reveal { transition-delay: 70ms; }
.food-card:nth-child(3).reveal { transition-delay: 140ms; }
.food-card-copy span { transition: transform 240ms var(--ease-out), color 240ms var(--ease-out); }
@keyframes plate-float { 50% { transform: translate3d(0,-.55rem,0); } }
.food-card-copy { display: flex; justify-content: space-between; gap: 1rem; align-items: baseline; padding: 1rem 0 0; border-top: 1px solid var(--line); }
.food-card-copy span { color: var(--accent); font-size: .72rem; font-weight: 800; }
.food-card h3 { margin: 0; font-family: var(--display); font-size: clamp(1.35rem, 2.5vw, 2rem); line-height: 1; letter-spacing: -.02em; text-transform: uppercase; text-wrap: balance; }
.food-footer { display: flex; justify-content: space-between; align-items: center; gap: 2rem; margin-top: 2.25rem; padding-top: 1.25rem; border-top: 1px solid var(--line); }
.food-footer p { margin: 0; color: var(--muted); font-size: .88rem; }
.text-link { min-height: 2.75rem; display: inline-flex; gap: .55rem; align-items: center; padding: .55rem 0; color: inherit; border-bottom: 1px solid currentColor; text-decoration: none; font-size: .8rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.text-link span { color: #d89aa0; }

.story-section { width: 100%; max-width: none; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(24rem, .85fr); align-items: start; gap: clamp(4rem, 7vw, 6rem); padding: clamp(5rem, 6.5vw, 6rem) max(var(--gutter), calc((100vw - var(--max)) / 2)); background: var(--surface-dark); color: var(--paper-bright); }
.story-copy { max-width: 38rem; padding-top: clamp(2rem, 4vw, 4rem); }
.story-lead { max-width: 34ch; margin: 0 0 1.25rem; color: #d7a4a8; font-size: .9rem; font-weight: 800; line-height: 1.45; }
.story-title { max-width: 11ch; margin: 0 0 2rem; font-family: var(--display); font-size: clamp(3.6rem, 5vw, 5.5rem); line-height: .94; letter-spacing: -.035em; text-transform: none; text-wrap: balance; }
.story-copy > p:not(.story-lead) { margin: 0 0 2rem; color: #ded7d5; font-size: clamp(1rem, 1.2vw, 1.05rem); line-height: 1.66; text-wrap: pretty; }
.story-media { width: min(100%, 29rem); position: relative; isolation: isolate; justify-self: end; padding-bottom: 3.5rem; }
.story-media::before { content: ""; position: absolute; z-index: -1; top: -2.5rem; right: -3.25rem; width: 65%; aspect-ratio: 1; border: 1px solid rgba(224,158,165,.52); border-radius: 50%; animation: orbit-turn 22s linear infinite; }
.story-media::after { content: ""; position: absolute; z-index: 2; top: 36%; right: -1.2rem; width: 3.5rem; aspect-ratio: 1; background: var(--accent); border-radius: 50%; opacity: .78; animation: story-disc 6s var(--ease-in-out) infinite; pointer-events: none; }
.story-image { width: 100%; animation: story-breathe 13s var(--ease-in-out) infinite alternate; }
.service-list { position: absolute; z-index: 3; right: 1.5rem; bottom: 0; left: -3.5rem; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); margin: 0; padding: 1rem 1.25rem; overflow: hidden; background: var(--accent); color: var(--paper-bright); list-style: none; }
.service-list::after { content: ""; position: absolute; inset: 0 auto 0 -35%; width: 28%; background: linear-gradient(105deg, transparent, rgba(255,255,255,.18), transparent); transform: skewX(-18deg); animation: service-shine 7s linear infinite; pointer-events: none; }
.service-list li { min-width: 0; padding: .55rem .75rem; }
.service-list li:nth-child(even) { border-left: 1px solid rgba(252,252,250,.28); }
.service-list li:nth-child(n+3) { border-top: 1px solid rgba(252,252,250,.28); }
.service-list span, .service-list strong { display: block; }
.service-list span { margin-bottom: .25rem; color: #f0c2c5; font-size: .68rem; font-weight: 800; text-transform: uppercase; }
.service-list strong { font-size: .84rem; font-weight: 700; line-height: 1.35; }
@keyframes story-disc { 50% { transform: translate3d(0,-1.4rem,0) scale(.84); opacity: .5; } }
@keyframes story-breathe { to { transform: scale(1.025); } }
@keyframes service-shine { 0%, 35% { transform: translate3d(0,0,0) skewX(-18deg); opacity: 0; } 48% { opacity: 1; } 68%, 100% { transform: translate3d(560%,0,0) skewX(-18deg); opacity: 0; } }

.gallery-section { width: 100%; max-width: none; padding-top: clamp(5rem, 8vw, 7rem); padding-bottom: clamp(5rem, 8vw, 7rem); background: var(--paper-bright); }
.gallery-heading, .gallery-grid { width: min(var(--max), 100%); margin-left: auto; margin-right: auto; }
.gallery-heading { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(18rem, .75fr); align-items: start; gap: clamp(3rem, 7vw, 6rem); margin-bottom: clamp(3rem, 5vw, 4rem); }
.gallery-heading h2 { max-width: 14ch; }
.gallery-heading p { min-width: 0; max-width: 24rem; display: grid; gap: .2rem; margin: clamp(1.5rem, 4vw, 3.5rem) 0 0; text-align: left; }
.gallery-heading strong { font-family: var(--display); font-size: 1.45rem; text-transform: uppercase; }
.gallery-heading span { color: var(--muted); font-size: .8rem; }
.gallery-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(1rem, 1.5vw, 1.25rem); align-items: stretch; }
.gallery-item { width: 100%; padding: 0; border: 0; cursor: zoom-in; }
.gallery-item::after { content: ""; position: absolute; inset: -25% auto -25% -38%; width: 22%; background: linear-gradient(105deg, transparent, rgba(255,255,255,.28), transparent); transform: skewX(-16deg); opacity: 0; pointer-events: none; }
.gallery-item:nth-child(2)::after, .gallery-item:nth-child(4)::after, .gallery-item:nth-child(6)::after { animation: gallery-glint 8.5s linear infinite; }
.gallery-item:nth-child(4)::after { animation-delay: -5.7s; }
.gallery-item:nth-child(6)::after { animation-delay: -2.8s; }
.gallery-item:nth-child(2).reveal, .gallery-item:nth-child(5).reveal { transition-delay: 55ms; }
.gallery-item:nth-child(3).reveal, .gallery-item:nth-child(6).reveal { transition-delay: 110ms; }
.gallery-item:nth-child(n) { grid-column: auto; }
@keyframes gallery-glint { 0%, 46% { transform: translate3d(0,0,0) skewX(-16deg); opacity: 0; } 55% { opacity: 1; } 68%, 100% { transform: translate3d(700%,0,0) skewX(-16deg); opacity: 0; } }

.reviews-section { width: 100%; max-width: none; position: relative; isolation: isolate; overflow: hidden; display: grid; grid-template-columns: minmax(18rem, .72fr) minmax(0, 1.28fr); gap: clamp(3rem, 8vw, 8rem); background: var(--accent); color: var(--paper-bright); }
.reviews-section::before { content: ""; position: absolute; z-index: -1; left: -10rem; bottom: -19rem; width: 38rem; aspect-ratio: 1; border: 1px solid rgba(252,252,250,.18); border-radius: 50%; box-shadow: 0 0 0 5rem rgba(252,252,250,.035), 0 0 0 10rem rgba(252,252,250,.025); animation: orbit-turn 34s linear infinite reverse; }
.reviews-heading { align-self: start; position: sticky; top: 6.5rem; }
.reviews-heading h2 { max-width: 8ch; }
.rating-summary { display: flex; align-items: center; gap: 1rem; margin-top: 2.2rem; }
.rating-summary strong { font-family: var(--display); font-size: 4.5rem; line-height: .8; }
.rating-summary span { display: grid; gap: .2rem; font-size: .8rem; }
.rating-summary b { color: #f0c263; letter-spacing: .08em; transform-origin: left center; animation: star-glow 3.2s var(--ease-in-out) infinite; }
@keyframes star-glow { 50% { transform: scale(1.08); opacity: .72; } }
.reviews-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid rgba(252,252,250,.35); }
.review { padding: 2rem 0; border-bottom: 1px solid rgba(252,252,250,.35); }
.review-featured { grid-column: 1 / -1; padding: 2.5rem 0 3rem; }
.review-compact { padding-right: clamp(1rem, 3vw, 2.5rem); }
.review-compact + .review-compact { padding-right: 0; padding-left: clamp(1rem, 3vw, 2.5rem); border-left: 1px solid rgba(252,252,250,.35); }
.review-top { display: flex; align-items: center; gap: .9rem; }
.review-top img { width: 3rem; height: 3rem; border-radius: 50%; object-fit: cover; background: var(--paper-bright); }
.review-top h3 { margin: 0 0 .15rem; font-size: 1rem; }
.review-top span { color: #f0c263; letter-spacing: .07em; }
.review-top i { color: rgba(252,252,250,.4); font-style: normal; }
.review blockquote { max-width: 44rem; margin: 1.2rem 0; font-family: var(--display); font-size: clamp(1.25rem, 2.2vw, 1.9rem); line-height: 1.32; letter-spacing: -.01em; text-wrap: pretty; }
.review-featured blockquote { font-size: clamp(1.8rem, 3.3vw, 3rem); line-height: 1.15; }
.review > a { min-height: 2.75rem; display: inline-flex; align-items: center; font-size: .75rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; text-underline-offset: .35rem; }

.visit-section { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); background: var(--paper-bright); }
.visit-copy { padding: clamp(5.5rem, 9vw, 8rem) var(--gutter); }
.visit-copy h2 { max-width: 10ch; }
.visit-details { display: grid; grid-template-columns: 1fr 1fr; gap: 1.7rem 2rem; margin: 3rem 0 0; padding: 2rem 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.visit-details span { color: var(--accent); font-size: .7rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.visit-details p { margin: .45rem 0 0; }
.visit-details a, .footer-contact a, .menu-bottom > a { min-height: 2.75rem; display: inline-flex; align-items: center; }
.before-you-go { margin-top: 2rem; }
.before-you-go h3 { margin: 0 0 .8rem; font-family: var(--display); font-size: 1.35rem; text-transform: uppercase; }
.before-you-go ul { display: flex; flex-wrap: wrap; gap: .55rem; margin: 0; padding: 0; list-style: none; }
.before-you-go li { padding: .5rem .7rem; background: #e7e6e2; font-size: .78rem; }
.map-wrap { min-height: 44rem; background: #d4d3cf; }
.map-wrap iframe { display: block; width: 100%; height: 100%; min-height: 44rem; border: 0; filter: saturate(.72) contrast(1.03); }

.site-footer { display: grid; grid-template-columns: 1.25fr 1fr .75fr auto; gap: 2rem; align-items: start; padding: 4.5rem var(--gutter) 2rem; background: var(--ink); color: var(--paper-bright); }
.footer-brand { display: flex; align-items: center; gap: 1rem; }
.footer-brand img { width: 4rem; height: 4rem; object-fit: cover; }
.footer-brand div { display: grid; }
.footer-brand strong { font-family: var(--display); font-size: 1.5rem; text-transform: uppercase; }
.footer-brand span, .footer-contact, .footer-note { color: #bdb3ac; font-size: .85rem; }
.footer-contact p { margin: 0 0 .7rem; }
.footer-contact a { color: var(--paper-bright); }
.footer-links { display: grid; gap: .55rem; }
.footer-links a { width: fit-content; text-decoration: none; }
.footer-social { display: flex; }
.footer-note { grid-column: 1 / -1; margin: 2rem 0 0; padding-top: 1.2rem; border-top: 1px solid #4b4242; }
.mobile-action-bar { display: none; }

dialog { padding: 0; border: 0; }
dialog::backdrop { background: rgba(22,18,18,.78); backdrop-filter: blur(4px); }
.close-button { width: 3rem; height: 3rem; display: grid; place-items: center; padding: 0; border: 1px solid currentColor; background: transparent; color: inherit; font-size: 2rem; line-height: 1; cursor: pointer; }
.site-menu { width: 100%; max-width: none; height: 100%; max-height: none; margin: 0; background: var(--ink); color: var(--paper-bright); }
.site-menu[open] { display: block; }
.menu-panel { min-height: 100%; display: grid; grid-template-rows: auto 1fr auto; padding: clamp(1.5rem, 5vw, 4rem) var(--gutter); }
.menu-top { display: flex; justify-content: space-between; align-items: center; }
.menu-top p { margin: 0; font-size: .75rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.menu-panel nav { display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding: 3rem 0; }
.menu-panel nav a { color: inherit; text-decoration: none; font-family: var(--display); font-size: clamp(2.8rem, 9vw, 6rem); line-height: .98; letter-spacing: -.035em; text-transform: uppercase; }
.menu-bottom { display: flex; justify-content: space-between; align-items: end; border-top: 1px solid #4b4242; padding-top: 1.2rem; color: #c7bdb7; }
.menu-bottom p { margin: 0; text-align: right; }

.booking-dialog { width: min(58rem, calc(100% - 2rem)); max-height: calc(100% - 2rem); background: var(--paper-bright); color: var(--ink); }
.booking-panel { position: relative; padding: clamp(1.5rem, 5vw, 4rem); }
.booking-panel > .close-button { position: absolute; top: 1rem; right: 1rem; }
.booking-heading { max-width: 37rem; padding-right: 3.5rem; }
.booking-heading h2 { margin: 0; font-family: var(--display); font-size: clamp(2.7rem, 6vw, 5rem); line-height: .9; text-transform: uppercase; }
.booking-heading > p:last-child { color: var(--muted); }
#booking-form { margin-top: 2rem; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.2rem; }
#booking-form label { display: grid; gap: .4rem; margin-bottom: 1.2rem; font-size: .75rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
#booking-form label span { color: var(--muted); font-weight: 500; }
#booking-form input, #booking-form select, #booking-form textarea { width: 100%; border: 1px solid var(--line); border-radius: 0; background: var(--paper-bright); padding: .82rem .9rem; color: var(--ink); text-transform: none; letter-spacing: 0; }
#booking-form textarea { resize: vertical; }
.booking-handoff { padding: 2rem 0 0; border-top: 1px solid var(--line); }
.booking-handoff p { max-width: 32rem; font-size: 1.15rem; }
.text-button { margin: 1rem 0 0; padding: 0; border: 0; border-bottom: 1px solid currentColor; background: transparent; cursor: pointer; }

.lightbox { width: 100%; max-width: none; height: 100%; max-height: none; margin: 0; background: #171313; color: var(--paper-bright); overflow: hidden; }
.lightbox[open] { display: grid; grid-template-columns: 4.5rem 1fr 4.5rem; place-items: center; }
.lightbox figure { max-width: min(76vw, 68rem); max-height: 84vh; display: grid; grid-template-rows: minmax(0, 1fr) auto; margin: 0; }
.lightbox figure img { width: 100%; height: 100%; max-height: 78vh; object-fit: contain; }
.lightbox figcaption { display: flex; justify-content: space-between; gap: 1rem; padding-top: .8rem; color: #c9beba; font-size: .75rem; letter-spacing: .08em; text-transform: uppercase; }
.lightbox-close { position: fixed; z-index: 2; top: 1.25rem; right: 1.25rem; }
.lightbox-nav { width: 3rem; height: 3rem; display: grid; place-items: center; border: 1px solid #615756; background: transparent; color: inherit; font-size: 1.4rem; cursor: pointer; transition: color 200ms var(--ease-out), background-color 200ms var(--ease-out), transform 200ms var(--ease-out); }

.reveal { opacity: 1; transform: none; }
.has-js .reveal { opacity: 0; transform: translateY(1.8rem) scale(.985); transition: opacity 700ms var(--ease-out), transform 700ms var(--ease-out); }
.has-js .reveal.is-visible { opacity: 1; transform: translateY(0); }
.has-js .gallery-item.reveal.is-visible:active { transform: scale(.97); transition-duration: 120ms; }

dialog[open]::backdrop { animation: backdrop-enter 240ms var(--ease-out) both; }
.site-menu[open] .menu-panel { animation: menu-enter 460ms var(--ease-drawer) both; }
.site-menu[open] .menu-panel nav a { animation: nav-enter 440ms var(--ease-out) both; }
.site-menu[open] .menu-panel nav a:nth-child(2) { animation-delay: 55ms; }
.site-menu[open] .menu-panel nav a:nth-child(3) { animation-delay: 110ms; }
.site-menu[open] .menu-panel nav a:nth-child(4) { animation-delay: 165ms; }
.booking-dialog[open] .booking-panel, .lightbox[open] figure { animation: dialog-enter 340ms var(--ease-out) both; }
@keyframes backdrop-enter { from { opacity: 0; } }
@keyframes menu-enter { from { opacity: 0; transform: translate3d(0,2rem,0); } }
@keyframes nav-enter { from { opacity: 0; transform: translate3d(0,1.4rem,0); } }
@keyframes dialog-enter { from { opacity: 0; transform: scale(.95); } }

@media (hover: hover) and (pointer: fine) {
  .button:hover { transform: translateY(-3px); }
  .button-primary:hover { background: var(--accent-dark); border-color: var(--accent-dark); }
  .button-ghost:hover { background: var(--paper-bright); color: var(--ink); }
  .food-card:hover img, .gallery-item:hover img { transform: scale(1.055); }
  .food-card:hover .food-card-copy span { color: var(--accent-dark); transform: rotate(12deg) scale(1.18); }
  .visit-strip a { transition: background-color 220ms var(--ease-out), transform 220ms var(--ease-out); }
  .visit-strip a:hover { background: var(--accent-dark); transform: translate3d(0,-.2rem,0); }
  .menu-panel nav a { transition: color 220ms var(--ease-out), transform 220ms var(--ease-out); }
  .menu-panel nav a:hover { color: #dc8c91; transform: translate3d(.45rem,0,0); }
  .lightbox-nav:hover { color: var(--ink); background: var(--paper-bright); }
  .text-link span { transition: transform 200ms var(--ease-out); }
  .text-link:hover span { transform: translate3d(.2rem,-.2rem,0); }
}

@media (min-width: 900px) {
  .visit-section { min-height: 50rem; }
  .visit-copy { padding-block: clamp(3rem, 4vw, 3.5rem); }
  .visit-copy h2 { max-width: none; font-size: clamp(3.25rem, 4.2vw, 4rem); }
  .visit-details { gap: 1.25rem 2rem; margin-top: 2rem; padding-block: 1.25rem; }
  .before-you-go, .visit-actions { margin-top: 1.5rem; }
  .map-wrap, .map-wrap iframe { min-height: 50rem; }
}

@media (min-width: 900px) and (max-height: 850px) {
  .site-header { height: 4.5rem; }
  .site-header.is-condensed { height: 4rem; }
  .hero-content { padding-top: 6.5rem; padding-bottom: 2.5rem; }
  .hero h1 { max-width: 10.5ch; font-size: clamp(3.5rem, 8.5vh, 4.6rem); }
  .eyebrow { margin-bottom: .75rem; }
  .hero-intro { margin-top: 1rem; font-size: 1.05rem; }
  .hero-actions { margin-top: 1.25rem; }
  .hero-actions .button { min-height: 3rem; padding-block: .65rem; }
  .hero-scroll { bottom: 1.25rem; }
  .hero-orbit { top: 5.75rem; width: 7rem; }
  .hero-steam { bottom: 18%; }
}

@media (max-width: 1199px) {
  .story-section { grid-template-columns: minmax(0, 1fr) minmax(20rem, .9fr); gap: clamp(2.5rem, 5vw, 3.5rem); padding-top: 5rem; padding-bottom: 5rem; }
  .story-copy { padding-top: 2rem; }
  .story-title { font-size: clamp(3.4rem, 6vw, 4.5rem); }
  .story-media { width: min(100%, 27rem); }
  .service-list { right: 1rem; left: -1.5rem; }
}

@media (max-width: 899px) {
  .hero-steam { right: 10%; bottom: 20%; }
  .reviews-section, .visit-section { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .gallery-item:nth-child(n) { grid-column: auto; }
  .visit-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .visit-strip-item:nth-child(2) { border-right: 0; }
  .visit-strip-item:nth-child(-n+2) { border-bottom: 1px solid rgba(252,252,250,.28); }
  .food-heading { grid-template-columns: 1fr; gap: 1.4rem; }
  .food-heading p { margin: 0; }
  .story-section { grid-template-columns: 1fr; gap: 3rem; padding: 4.5rem var(--gutter); }
  .story-copy { max-width: 42rem; padding-top: 0; }
  .story-title { max-width: 11ch; }
  .story-media { width: min(100%, 34rem); justify-self: center; }
  .service-list { right: 1.25rem; left: -1.25rem; }
  .reviews-heading { position: static; }
  .map-wrap, .map-wrap iframe { min-height: 32rem; }
  .site-footer { grid-template-columns: 1fr 1fr; }
  .footer-note { grid-column: 1 / -1; }
}

@media (max-width: 719px) {
  :root { --gutter: 1.25rem; }
  body { padding-bottom: 4.25rem; }
  .site-header { height: 4.6rem; }
  .site-header.is-condensed { height: 4rem; }
  .brand span, .header-actions > .icon-link { display: none; }
  .brand img { width: 2.5rem; height: 2.5rem; }
  .hero-content { width: calc(100% - 2 * var(--gutter)); padding-bottom: 7rem; }
  .hero-orbit { top: 6rem; right: 1rem; width: 6.5rem; opacity: .78; }
  .hero-steam { display: none; }
  .hero h1 { max-width: 10ch; }
  .hero-intro { max-width: 25rem; }
  .hero-actions .button { flex: 1 1 calc(50% - .4rem); padding-left: .7rem; padding-right: .7rem; }
  .hero-scroll { left: var(--gutter); right: auto; bottom: 2rem; }
  .visit-strip { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .visit-strip::-webkit-scrollbar { display: none; }
  .visit-strip-item { min-width: 74vw; min-height: 6.75rem; padding-left: var(--gutter); padding-right: var(--gutter); border-right: 1px solid rgba(252,252,250,.28); border-bottom: 0 !important; scroll-snap-align: start; }
  .motion-ribbon { padding: .75rem 0 .7rem; }
  .motion-ribbon-track { animation-duration: 20s; }
  .section { padding-top: 5.5rem; padding-bottom: 5.5rem; }
  .food-grid { grid-template-columns: 1fr; gap: 2.4rem; }
  .food-card { width: 100%; }
  .food-footer { align-items: flex-start; flex-direction: column; gap: .8rem; }
  .story-section { gap: 2.75rem; padding-top: 4.5rem; padding-bottom: 4.5rem; }
  .story-title { max-width: none; margin-bottom: 1.5rem; font-size: clamp(2.8rem, 11vw, 3.75rem); }
  .story-copy > p:not(.story-lead) { margin-bottom: 2rem; }
  .story-media { width: 100%; padding-bottom: 0; }
  .story-media::before { top: -1.5rem; right: -2rem; width: 58%; }
  .story-media::after { right: -.55rem; width: 2.6rem; }
  .service-list { width: calc(100% - 1.25rem); position: relative; right: auto; bottom: auto; left: auto; margin: -2rem 0 0 auto; padding: .85rem .75rem; }
  .service-list li { padding: .5rem .65rem; }
  .gallery-section { padding-top: 4.5rem; padding-bottom: 4.5rem; }
  .gallery-heading { grid-template-columns: 1fr; gap: 1rem; margin-bottom: 2.5rem; }
  .gallery-heading p { margin: 0; text-align: left; }
  .gallery-grid { grid-template-columns: 1fr; gap: .8rem; }
  .gallery-item { width: 100%; }
  .rating-summary strong { font-size: 3.8rem; }
  .reviews-list { grid-template-columns: 1fr; }
  .review-featured { grid-column: auto; }
  .review-compact, .review-compact + .review-compact { padding: 2rem 0; border-left: 0; }
  .review blockquote, .review-featured blockquote { font-size: 1.45rem; line-height: 1.28; }
  .visit-details { grid-template-columns: 1fr; }
  .visit-actions .button { width: 100%; }
  .map-wrap, .map-wrap iframe { min-height: 28rem; }
  .site-footer { grid-template-columns: 1fr; }
  .footer-note { grid-column: 1; }
  .mobile-action-bar { position: fixed; z-index: 15; right: 0; bottom: 0; left: 0; height: 4.25rem; display: grid; grid-template-columns: 1fr 1fr; background: var(--surface-dark); color: var(--paper-bright); border-top: 1px solid #5b4f50; }
  .mobile-action-bar a { display: grid; place-items: center; color: inherit; text-decoration: none; font-size: .78rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
  .mobile-action-bar a + a { background: var(--accent); }
  .menu-bottom { align-items: start; flex-direction: column; gap: .8rem; }
  .menu-bottom p { text-align: left; }
  .form-grid { grid-template-columns: 1fr; gap: 0; }
  .booking-dialog { width: 100%; max-height: 100%; height: 100%; margin: 0; }
  .booking-panel { min-height: 100%; }
  .lightbox[open] { grid-template-columns: 1fr; }
  .lightbox figure { max-width: calc(100vw - 2rem); max-height: 80vh; }
  .lightbox-nav { position: fixed; bottom: 1.25rem; z-index: 2; }
  .lightbox-nav.previous { left: 1.25rem; }
  .lightbox-nav.next { right: 1.25rem; }
}

@media (max-width: 339px) {
  .service-list { grid-template-columns: 1fr; }
  .service-list li:nth-child(even) { border-left: 0; }
  .service-list li:nth-child(n+2) { border-top: 1px solid rgba(252,252,250,.28); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .hero-media img, .story-image, .food-card .portrait-frame, .rating-summary b { transform: none !important; }
  .hero-steam, .story-media::after, .gallery-item::after { display: none; }
  .motion-ribbon-track { width: 100%; justify-content: center; transform: none !important; }
  .motion-ribbon-track span:not(:first-child) { display: none; }
  .has-js .reveal { opacity: 1; transform: none; }
}
