:root {
  color-scheme: light;
  --paper: #f5f4f1;
  --paper-deep: #e7e5e1;
  --ink: #1d1c1a;
  --muted: #66615b;
  --line: rgba(29, 28, 26, 0.18);
  --accent: #76263c;
  --accent-dark: #541628;
  --white: #ffffff;
  --radius: 3px;
  --header-height: 74px;
  --page-gutter: clamp(1.25rem, 4vw, 4rem);
  --section-space: clamp(5rem, 10vw, 9.5rem);
  --display: "Arial Black", "Franklin Gothic Heavy", Arial, sans-serif;
  --body: "Segoe UI", Arial, sans-serif;
  --ease-out: cubic-bezier(.23, 1, .32, 1);
  --ease-in-out: cubic-bezier(.77, 0, .175, 1);
  --ease-drawer: cubic-bezier(.32, .72, 0, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: var(--header-height); }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--body); font-size: 16px; line-height: 1.6; overflow-x: hidden; }
img { max-width: 100%; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }

.skip-link { position: fixed; top: .75rem; left: .75rem; z-index: 200; padding: .75rem 1rem; background: var(--white); color: var(--ink); transform: translateY(-150%); }
.skip-link:focus-visible { transform: translateY(0); }

.site-header { position: fixed; z-index: 100; inset: 0 0 auto; height: var(--header-height); display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding: 0 var(--page-gutter); border-bottom: 1px solid transparent; color: var(--white); transition: background-color 240ms var(--ease-out), border-color 240ms var(--ease-out), color 180ms ease, backdrop-filter 240ms var(--ease-out); }
.site-header.is-solid, .site-header.is-nav-open { background: rgba(244, 239, 230, .94); border-bottom-color: rgba(29, 28, 26, .12); color: var(--ink); backdrop-filter: blur(12px); }
.brand { display: inline-flex; align-items: baseline; gap: .5rem; text-decoration: none; line-height: 1; white-space: nowrap; transition: transform 180ms var(--ease-out); }
.brand-name { font-family: var(--display); font-size: clamp(1.05rem, 2vw, 1.35rem); letter-spacing: -.03em; text-transform: uppercase; }
.brand-type { color: var(--accent); font-size: .68rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: clamp(1rem, 2vw, 2rem); }
.site-nav > a:not(.social-link) { position: relative; font-size: .78rem; font-weight: 700; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.site-nav > a:not(.social-link)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -.4rem; height: 1px; background: var(--accent); transition: right 220ms var(--ease-out); }
.site-nav > a:not(.social-link):hover::after, .site-nav > a:not(.social-link):focus-visible::after { right: 0; }
.social-link { display: inline-grid; place-items: center; width: 1.4rem; height: 1.4rem; color: var(--accent); }
.social-link svg { width: 100%; height: 100%; fill: currentColor; }
.nav-toggle { display: none; border: 0; background: transparent; color: var(--ink); }
.site-header:not(.is-solid):not(.is-nav-open) .brand-type { color: #f0a9b8; }
.site-header:not(.is-solid):not(.is-nav-open) .social-link { color: var(--white); }
.site-header:not(.is-solid):not(.is-nav-open) .site-nav > a:not(.social-link)::after { background: var(--white); }
.site-header:not(.is-solid):not(.is-nav-open) .nav-toggle { color: var(--white); }

.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: .5rem; padding: .8rem 1.25rem; border: 1px solid transparent; border-radius: var(--radius); font-weight: 800; letter-spacing: .035em; line-height: 1; text-decoration: none; cursor: pointer; transition: background-color 180ms ease, color 180ms ease, border-color 180ms ease, transform 160ms var(--ease-out); }
.button:active { transform: scale(.97); }
.button:focus-visible, button:focus-visible, a:focus-visible, input:focus-visible, textarea:focus-visible { outline: 3px solid rgba(118, 38, 60, .35); outline-offset: 3px; }
.button-small { min-height: 40px; padding: .65rem 1rem; background: var(--accent); color: var(--white); font-size: .78rem; }
.button-light { background: var(--white); color: var(--ink); }
.button-light:hover { background: var(--paper); }
.button-ghost-light { border-color: rgba(255, 255, 255, .75); color: var(--white); }
.button-ghost-light:hover { background: rgba(255, 255, 255, .12); }
.button-outline { border-color: var(--accent); background: transparent; color: var(--accent); }
.button-outline:hover { background: var(--accent); color: var(--white); }
.button-dark { background: var(--ink); color: var(--white); }
.button-dark:hover { background: var(--accent-dark); }
.button-outline-dark { border-color: var(--ink); background: transparent; color: var(--ink); }
.button-outline-dark:hover { background: var(--ink); color: var(--white); }
.text-link { display: inline-flex; align-items: center; gap: .55rem; color: var(--accent); font-weight: 800; text-underline-offset: .3em; }

.hero { position: relative; min-height: 100svh; display: flex; align-items: flex-end; isolation: isolate; overflow: hidden; color: var(--white); }
.hero-media, .hero-overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-media { z-index: -3; object-fit: cover; object-position: 50% 54%; animation: hero-breathe 16s var(--ease-in-out) infinite alternate; will-change: transform; }
.hero-overlay { z-index: -2; background: linear-gradient(180deg, rgba(0, 0, 0, .08) 8%, rgba(0, 0, 0, .15) 48%, rgba(0, 0, 0, .34) 100%); }
.hero::before { content: ""; position: absolute; z-index: -1; inset: 28% 42% -25% -18%; border-radius: 50%; background: radial-gradient(circle, rgba(118, 38, 60, .5), rgba(118, 38, 60, 0) 68%); opacity: .72; animation: hero-glow 8s var(--ease-in-out) infinite alternate; pointer-events: none; }
.hero-content { width: min(47rem, calc(100% - 2 * var(--page-gutter))); margin: 0 var(--page-gutter) clamp(6rem, 13vh, 9rem); }
.hero h1 { max-width: 11ch; margin: 0; font-family: var(--display); font-size: clamp(3rem, 6.15vw, 5.25rem); letter-spacing: -.035em; line-height: .93; text-wrap: balance; text-shadow: 0 2px 28px rgba(0, 0, 0, .18); animation: hero-enter 900ms var(--ease-out) both; }
.hero-accent { color: #f0a9b8; }
.hero p { max-width: 34rem; margin: 1.25rem 0 0; font-size: clamp(.98rem, 1.6vw, 1.12rem); line-height: 1.5; text-shadow: 0 1px 16px rgba(0, 0, 0, .28); animation: hero-enter 900ms 90ms var(--ease-out) both; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 1.6rem; animation: hero-enter 900ms 160ms var(--ease-out) both; }
.hero-actions .button-light { border-color: var(--accent); background: var(--accent); color: var(--white); }
.hero-actions .button-light:hover { border-color: var(--accent-dark); background: var(--accent-dark); }
.hero-scroll { position: absolute; right: var(--page-gutter); bottom: 2rem; display: inline-flex; align-items: center; gap: .8rem; color: var(--white); font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-decoration: none; text-transform: uppercase; }
.hero-scroll span { width: 2.5rem; height: 1px; background: currentColor; transform-origin: right center; animation: street-line 2.4s var(--ease-in-out) infinite; }
.hero-orbit { position: absolute; z-index: 2; right: clamp(2rem, 6vw, 7rem); top: clamp(7rem, 18vh, 12rem); width: clamp(7rem, 10vw, 10rem); aspect-ratio: 1; display: grid; place-items: center; border-radius: 50%; color: var(--white); filter: drop-shadow(0 .5rem 1.4rem rgba(0, 0, 0, .25)); pointer-events: none; }
.hero-orbit::before { content: ""; position: absolute; inset: 18%; border: 1px solid rgba(255, 255, 255, .6); border-radius: inherit; background: rgba(118, 38, 60, .72); backdrop-filter: blur(5px); animation: orbit-pulse 3.2s var(--ease-in-out) infinite alternate; }
.hero-orbit svg { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; animation: orbit-spin 18s linear infinite; }
.hero-orbit text { fill: currentColor; font-family: var(--body); font-size: 10px; font-weight: 900; letter-spacing: 1.9px; }
.hero-orbit > span { position: relative; font-family: Georgia, serif; font-size: clamp(1.7rem, 3vw, 2.7rem); font-style: italic; font-weight: 800; }

.quick-facts { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); background: var(--accent); color: var(--white); }
.quick-fact { min-height: 8.5rem; display: flex; flex-direction: column; justify-content: center; gap: .25rem; padding: 1.5rem var(--page-gutter); border-right: 1px solid rgba(255, 255, 255, .22); }
.quick-fact:last-child { border-right: 0; }
.quick-fact strong { font-family: var(--display); font-size: clamp(1.15rem, 2vw, 1.75rem); letter-spacing: -.025em; line-height: 1.05; }
.quick-fact span { color: rgba(255, 255, 255, .72); font-size: .78rem; }
.quick-fact strong { animation: fact-breathe 4.8s var(--ease-in-out) infinite alternate; }
.quick-fact:nth-child(2) strong { animation-delay: -1.2s; }
.quick-fact:nth-child(3) strong { animation-delay: -2.4s; }
.quick-fact:nth-child(4) strong { animation-delay: -3.6s; }

.brand-marquee { overflow: hidden; border-bottom: 1px solid var(--line); background: #efe3e6; color: var(--accent-dark); }
.brand-marquee-track { display: flex; width: max-content; align-items: center; gap: clamp(1.2rem, 3vw, 3rem); padding: .78rem 0; font-family: var(--display); font-size: clamp(.78rem, 1.25vw, 1.05rem); letter-spacing: .06em; white-space: nowrap; animation: marquee-flow 24s linear infinite; }
.brand-marquee-track i { color: var(--accent); font-size: .68em; font-style: normal; transform: rotate(45deg); }

.section { padding: var(--section-space) var(--page-gutter); }
.section-kicker { display: flex; align-items: center; gap: .65rem; margin-bottom: 1.3rem; color: var(--accent); font-size: .72rem; font-weight: 900; letter-spacing: .19em; text-transform: uppercase; }
.section-kicker::before { content: ""; width: .48rem; aspect-ratio: 1; border-radius: 50%; background: currentColor; animation: kicker-pulse 2.2s var(--ease-in-out) infinite; }
.section h2, .visit-section h2 { margin: 0; font-family: var(--display); font-size: clamp(2.35rem, 5.2vw, 5.5rem); letter-spacing: -.035em; line-height: .96; text-wrap: balance; }
.story-grid { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(20rem, .92fr); gap: clamp(3rem, 8vw, 8rem); align-items: center; }
.story-copy { max-width: 48rem; }
.story-copy p { max-width: 45rem; margin: 2rem 0 2rem; color: #45413d; font-size: clamp(1.04rem, 1.35vw, 1.2rem); line-height: 1.78; }
.ratio-portrait { aspect-ratio: 3 / 4; overflow: hidden; }
.ratio-portrait > img { display: block; width: 100%; height: 100%; object-fit: cover; }
.story-figure { margin: 0; background: var(--paper-deep); }
.story-figure img { object-position: 50% 50%; transition: transform .7s cubic-bezier(.2, .7, .2, 1); }
.story-visual { position: relative; padding: 0 0 clamp(3.5rem, 7vw, 6rem) clamp(2rem, 5vw, 5rem); }
.story-detail { position: absolute; left: 0; bottom: 0; width: clamp(9rem, 31%, 14rem); aspect-ratio: 3 / 4; margin: 0; overflow: hidden; border: .55rem solid var(--paper); background: var(--paper-deep); animation: detail-float 5.5s var(--ease-in-out) infinite alternate; }
.story-detail img { display: block; width: 100%; height: 100%; object-fit: cover; }
.story-note { position: absolute; right: 0; bottom: .75rem; width: min(16rem, 55%); margin: 0; padding-top: .8rem; border-top: 1px solid var(--line); color: var(--muted); font-size: .78rem; line-height: 1.5; }

.menu-section { position: relative; isolation: isolate; overflow: hidden; background: var(--ink); color: var(--white); }
.menu-section::before { content: ""; position: absolute; z-index: -1; top: 11%; right: -18rem; width: 42rem; aspect-ratio: 1; border: 1px solid rgba(217, 168, 183, .18); border-radius: 50%; box-shadow: inset 0 0 0 5rem rgba(118, 38, 60, .05), inset 0 0 0 10rem rgba(118, 38, 60, .04); animation: menu-orbit 24s linear infinite; pointer-events: none; }
.menu-section .section-kicker { color: #c89aaa; }
.menu-intro-label { margin: 0 0 1rem; color: #d9a8b7; font-size: 1rem; font-weight: 700; }
.section-heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(15rem, 26rem); gap: 2rem; align-items: end; margin-bottom: clamp(3rem, 7vw, 6rem); }
.section-heading > p { margin: 0 0 .5rem; color: currentColor; opacity: .67; line-height: 1.7; }
.menu-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(1rem, 3vw, 3rem); }
.menu-column { border-top: 1px solid rgba(255, 255, 255, .25); padding-top: 1rem; }
.menu-column:nth-child(2) { margin-top: clamp(2rem, 5vw, 5rem); }
.menu-column:nth-child(3) { margin-top: clamp(.75rem, 2vw, 2rem); }
.menu-photo { position: relative; background: #292725; }
.menu-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(110deg, transparent 28%, rgba(255, 255, 255, .14) 45%, transparent 62%); opacity: 0; transform: translateX(-75%); animation: photo-light 9s var(--ease-in-out) infinite; pointer-events: none; }
.menu-column:nth-child(2) .menu-photo::after { animation-delay: -3s; }
.menu-column:nth-child(3) .menu-photo::after { animation-delay: -6s; }
.menu-photo img { transition: transform .7s cubic-bezier(.2, .7, .2, 1); }
.menu-column:nth-child(2) .menu-photo img { object-position: 64% 50%; }
.menu-copy { padding-top: 1.4rem; }
.menu-tag { margin: 0; color: #d9a8b7; font-size: .78rem; font-weight: 700; }
.menu-copy h3 { margin: .35rem 0 1.25rem; font-family: var(--display); font-size: clamp(1.5rem, 2.3vw, 2.3rem); letter-spacing: -.03em; }
.menu-list { margin: 0; padding: 0; list-style: none; }
.menu-list li { display: grid; grid-template-columns: 1fr auto; gap: 1rem; padding: .8rem 0; border-top: 1px solid rgba(255, 255, 255, .16); }
.menu-list span { color: rgba(255, 255, 255, .76); }
.menu-list strong { font-size: .94rem; }
.menu-artifact { display: grid; grid-template-columns: minmax(16rem, .72fr) minmax(0, 1.28fr); gap: clamp(2.5rem, 8vw, 8rem); align-items: center; margin-top: clamp(5rem, 10vw, 10rem); padding: clamp(2rem, 5vw, 5rem); background: var(--accent-dark); }
.menu-poster-preview { position: relative; display: block; width: min(100%, 30rem); justify-self: center; padding: 0; border: 0; background: transparent; color: var(--ink); cursor: zoom-in; }
.menu-poster-preview img { display: block; width: 100%; height: auto; box-shadow: .8rem .8rem 0 rgba(0, 0, 0, .22); transition: transform .35s cubic-bezier(.22, 1, .36, 1); }
.menu-poster-preview:focus-visible img { transform: translate(-.25rem, -.25rem); }
.menu-poster-preview span { position: absolute; right: .75rem; bottom: .75rem; padding: .65rem .8rem; background: var(--white); font-size: .72rem; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.artifact-label { margin: 0 0 1rem; color: #d9a8b7; font-size: .9rem; font-weight: 700; }
.menu-artifact-copy h3 { max-width: 12ch; margin: 0 0 2rem; font-family: var(--display); font-size: clamp(2.1rem, 4vw, 4.4rem); letter-spacing: -.035em; line-height: .98; text-wrap: balance; }
.menu-artifact-copy > p:last-child { max-width: 38rem; margin: 1.5rem 0 0; color: rgba(255, 255, 255, .66); }
.menu-notes { margin: 0; padding: 0; border-top: 1px solid rgba(255, 255, 255, .22); list-style: none; }
.menu-notes li { display: flex; justify-content: space-between; gap: 1rem; padding: .75rem 0; border-bottom: 1px solid rgba(255, 255, 255, .16); }
.menu-notes span { color: rgba(255, 255, 255, .78); }
.menu-notes strong { text-align: right; }

.image-interlude { position: relative; min-height: min(74svh, 52rem); display: flex; align-items: flex-end; overflow: hidden; isolation: isolate; color: var(--white); }
.image-interlude > img { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 48%; animation: interlude-drift 15s var(--ease-in-out) infinite alternate; will-change: transform; }
.image-interlude::after { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(180deg, rgba(0, 0, 0, .06), rgba(0, 0, 0, .36)); }
.image-interlude-copy { width: min(100%, 54rem); margin: 0 var(--page-gutter) clamp(3rem, 8vw, 6rem); }
.image-interlude-copy span { display: inline-block; margin-bottom: 1rem; padding: .45rem .65rem; background: var(--accent); font-size: .75rem; font-weight: 800; }
.image-interlude-copy p { max-width: 12ch; margin: 0; font-family: var(--display); font-size: clamp(2.8rem, 7vw, 6rem); letter-spacing: -.035em; line-height: .92; text-wrap: balance; }

.gallery-section { background: var(--paper); }
.gallery-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(.55rem, 1.3vw, 1.25rem); }
.gallery-item { position: relative; margin: 0; padding: 0; border: 0; background: var(--paper-deep); cursor: zoom-in; }
.gallery-item::before { display: none; }
.gallery-item::after { content: "+"; position: absolute; right: .75rem; bottom: .75rem; width: 2.25rem; height: 2.25rem; display: grid; place-items: center; border-radius: 50%; background: rgba(255, 253, 248, .9); color: var(--ink); font-size: 1.35rem; opacity: 0; transform: translateY(.4rem); transition: opacity .25s ease, transform .25s ease; }
.gallery-item > span { position: absolute; z-index: 2; left: .75rem; right: auto; bottom: .75rem; max-width: calc(100% - 4.4rem); padding: .35rem .45rem; background: rgba(29, 28, 26, .86); color: var(--white); font-size: .8rem; font-weight: 800; line-height: 1.25; text-align: left; }
.gallery-item img { transition: transform .6s cubic-bezier(.2, .7, .2, 1); }
.gallery-item:focus-visible img { transform: scale(1.035); }
.gallery-item:focus-visible::after { opacity: 1; transform: translateY(0); }
.gallery-lede { max-width: 27rem; }

.reviews-section { display: grid; grid-template-columns: minmax(17rem, .72fr) minmax(0, 1.28fr); gap: clamp(3rem, 8vw, 8rem); background: var(--paper-deep); }
.reviews-intro { align-self: start; position: sticky; top: calc(var(--header-height) + 2rem); }
.review-label { margin: 0 0 1rem; color: var(--accent); font-weight: 800; }
.rating-line { display: flex; align-items: center; gap: 1rem; margin-top: 2rem; }
.rating-score { font-family: var(--display); font-size: 3rem; letter-spacing: -.035em; line-height: 1; }
.stars { color: var(--accent); letter-spacing: .08em; }
.rating-line .stars { display: inline-block; animation: stars-breathe 2.8s var(--ease-in-out) infinite alternate; }
.rating-line small { display: block; margin-top: .2rem; color: var(--muted); }
.review { position: relative; padding: 2rem 0; border-top: 1px solid var(--line); transition: transform 220ms var(--ease-out), border-color 220ms ease; }
.review::after { content: "“"; position: absolute; right: .25rem; top: .35rem; color: rgba(118, 38, 60, .1); font-family: Georgia, serif; font-size: 5rem; line-height: 1; transform: rotate(-8deg); animation: quote-float 5s var(--ease-in-out) infinite alternate; pointer-events: none; }
.review:last-child { border-bottom: 1px solid var(--line); }
.review header { display: flex; align-items: center; gap: .85rem; }
.review header img { width: 3rem; height: 3rem; border-radius: 50%; object-fit: cover; background: var(--paper); }
.review h3 { margin: 0; font-size: 1rem; }
.review header .stars { display: block; font-size: .72rem; }
.review blockquote { max-width: 45rem; margin: 1.3rem 0; display: -webkit-box; overflow: hidden; font-size: clamp(1.15rem, 2vw, 1.55rem); line-height: 1.5; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.review a { color: var(--accent); font-size: .82rem; font-weight: 800; text-underline-offset: .3em; }
.reviews-list { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(15rem, .88fr); gap: 0 clamp(2rem, 5vw, 5rem); align-items: start; }
.review:first-child { grid-row: 1 / span 2; align-self: stretch; display: flex; flex-direction: column; justify-content: center; padding-right: clamp(1rem, 3vw, 3rem); border-bottom: 1px solid var(--line); }
.review:first-child blockquote { display: block; overflow: visible; font-size: clamp(1.65rem, 3.1vw, 3rem); line-height: 1.18; -webkit-line-clamp: initial; }
.review:nth-child(2), .review:nth-child(3) { grid-column: 2; }

.visit-section { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); min-height: 48rem; background: var(--white); }
.visit-details { padding: var(--section-space) var(--page-gutter); }
.visit-label { margin: 0 0 1rem; color: var(--accent); font-weight: 800; }
.visit-columns { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 2rem; margin-top: 3rem; padding-top: 2rem; border-top: 1px solid var(--line); }
.visit-columns h3 { margin: 0 0 .75rem; color: var(--accent); font-size: .72rem; letter-spacing: .16em; text-transform: uppercase; }
.visit-columns address { margin-bottom: 1rem; font-style: normal; }
.hours-list { margin: 0; }
.hours-list div { display: grid; grid-template-columns: 1fr auto; gap: 1rem; }
.hours-list dt, .hours-list dd { margin: 0; }
.hours-list dd { text-align: right; }
.visit-actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 2.5rem; }
.visit-features { display: flex; flex-wrap: wrap; gap: .55rem; margin: 1.5rem 0 0; padding: 0; list-style: none; }
.visit-features li { padding: .45rem .65rem; border: 1px solid var(--line); color: var(--muted); font-size: .78rem; transition: transform 180ms var(--ease-out), background-color 180ms ease, color 180ms ease; }
.map-wrap { min-height: 32rem; background: var(--paper-deep); }
.map-wrap iframe { display: block; width: 100%; height: 100%; min-height: 100%; border: 0; }

.site-footer { display: grid; grid-template-columns: 1fr auto; gap: 3rem; padding: 3.5rem var(--page-gutter); background: var(--accent-dark); color: var(--white); }
.footer-brand { display: flex; align-items: baseline; gap: .7rem; }
.footer-brand .brand-name { font-size: clamp(1.8rem, 4vw, 3.5rem); }
.footer-brand .brand-type { color: #d7b6c0; }
.footer-links { display: flex; align-items: center; justify-content: flex-end; gap: 1.25rem; }
.footer-links a:not(.social-link) { font-size: .78rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.footer-links .social-link { color: var(--white); }
.footer-meta { grid-column: 1 / -1; display: flex; flex-wrap: wrap; gap: .7rem 2rem; padding-top: 1.5rem; border-top: 1px solid rgba(255, 255, 255, .2); color: rgba(255, 255, 255, .68); font-size: .84rem; }
.footer-meta a { color: inherit; }
.mobile-action-bar { display: none; }

.booking-dialog { width: min(48rem, calc(100% - 2rem)); max-height: calc(100svh - 2rem); padding: clamp(1.5rem, 4vw, 3.5rem); border: 0; border-radius: var(--radius); background: var(--paper); color: var(--ink); box-shadow: 0 2rem 6rem rgba(0, 0, 0, .28); }
.booking-dialog[open] { animation: dialog-enter 260ms var(--ease-out) both; }
.booking-dialog::backdrop { background: rgba(17, 14, 15, .72); backdrop-filter: blur(4px); }
.modal-close { position: absolute; top: 1rem; right: 1rem; width: 2.75rem; height: 2.75rem; border: 1px solid var(--line); border-radius: 50%; background: transparent; color: var(--ink); font-size: 1.65rem; line-height: 1; cursor: pointer; }
.booking-intro { max-width: 34rem; }
.booking-intro h2 { margin: 0; font-family: var(--display); font-size: clamp(2.4rem, 6vw, 4.5rem); letter-spacing: -.035em; line-height: .97; }
.booking-intro > p:last-child { color: var(--muted); }
.booking-form { margin-top: 2rem; }
.field-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.booking-form label { display: grid; gap: .35rem; color: var(--muted); font-size: .78rem; font-weight: 800; letter-spacing: .04em; }
.booking-form input, .booking-form textarea { width: 100%; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); color: var(--ink); padding: .75rem .85rem; font-size: 1rem; }
.booking-form > label { margin-top: 1rem; }
.booking-form .button { margin-top: 1.25rem; }
.form-status { min-height: 1.6em; margin: 1rem 0 0; color: var(--accent); font-weight: 700; }

.lightbox { position: fixed; z-index: 300; inset: 0; display: none; grid-template-columns: minmax(3rem, 1fr) minmax(0, 56rem) minmax(3rem, 1fr); align-items: center; gap: 1rem; padding: clamp(1rem, 3vw, 2.5rem); background: rgba(15, 13, 13, .94); color: var(--white); }
.lightbox.is-open { display: grid; }
.lightbox.is-open figure { animation: lightbox-enter 240ms var(--ease-out) both; }
.lightbox figure { grid-column: 2; margin: 0; max-height: calc(100svh - 5rem); display: grid; justify-items: center; gap: .75rem; }
.lightbox figure img { display: block; width: auto; max-width: 100%; max-height: calc(100svh - 8rem); object-fit: contain; }
.lightbox figcaption { font-size: .88rem; text-align: center; }
.lightbox-close { position: absolute; top: 1rem; right: 1rem; width: 3rem; height: 3rem; border: 1px solid rgba(255, 255, 255, .35); border-radius: 50%; background: rgba(0, 0, 0, .18); color: var(--white); font-size: 1.8rem; cursor: pointer; }
.lightbox-nav { width: 3rem; height: 3rem; justify-self: center; border: 1px solid rgba(255, 255, 255, .35); border-radius: 50%; background: transparent; color: var(--white); font-size: 1.4rem; cursor: pointer; }
.lightbox-prev { grid-column: 1; }
.lightbox-next { grid-column: 3; }
.lightbox.is-menu .lightbox-nav { visibility: hidden; }

.reveal { opacity: 1; transform: none; }
.reveal.is-visible { animation: reveal-up .72s var(--ease-out) both; }
.menu-grid .reveal:nth-child(2), .gallery-grid .reveal:nth-child(2), .reviews-list .reveal:nth-child(2) { animation-delay: 70ms; }
.menu-grid .reveal:nth-child(3), .gallery-grid .reveal:nth-child(3), .reviews-list .reveal:nth-child(3) { animation-delay: 140ms; }
.gallery-grid .reveal:nth-child(4) { animation-delay: 70ms; }
.gallery-grid .reveal:nth-child(5) { animation-delay: 140ms; }
.gallery-grid .reveal:nth-child(6) { animation-delay: 210ms; }

@keyframes reveal-up { from { opacity: .45; transform: translateY(1.4rem) scale(.985); } to { opacity: 1; transform: translateY(0) scale(1); } }
@keyframes hero-enter { from { opacity: 0; transform: translateY(1.8rem); filter: blur(3px); } to { opacity: 1; transform: translateY(0); filter: blur(0); } }
@keyframes hero-breathe { from { transform: scale(1.015) translate3d(0, 0, 0); } to { transform: scale(1.075) translate3d(-.7%, -.45%, 0); } }
@keyframes hero-glow { from { opacity: .5; transform: translate3d(-3%, 2%, 0) scale(.96); } to { opacity: .84; transform: translate3d(4%, -3%, 0) scale(1.06); } }
@keyframes orbit-spin { to { transform: rotate(360deg); } }
@keyframes orbit-pulse { from { opacity: .76; transform: scale(.94); } to { opacity: 1; transform: scale(1.04); } }
@keyframes street-line { 0%, 100% { transform: scaleX(.45); opacity: .55; } 50% { transform: scaleX(1); opacity: 1; } }
@keyframes fact-breathe { from { opacity: .78; transform: translateY(1px); } to { opacity: 1; transform: translateY(-2px); } }
@keyframes marquee-flow { to { transform: translateX(-50%); } }
@keyframes kicker-pulse { 0%, 100% { opacity: .4; transform: scale(.72); } 50% { opacity: 1; transform: scale(1); } }
@keyframes detail-float { from { transform: translate3d(0, .35rem, 0) rotate(-.35deg); } to { transform: translate3d(0, -.45rem, 0) rotate(.45deg); } }
@keyframes menu-orbit { to { transform: rotate(360deg); } }
@keyframes photo-light { 0%, 68% { opacity: 0; transform: translateX(-75%); } 76% { opacity: .8; } 88%, 100% { opacity: 0; transform: translateX(75%); } }
@keyframes interlude-drift { from { transform: scale(1.025) translate3d(0, 0, 0); } to { transform: scale(1.09) translate3d(1.2%, -.5%, 0); } }
@keyframes stars-breathe { from { opacity: .7; transform: scale(.98); } to { opacity: 1; transform: scale(1.035); } }
@keyframes quote-float { from { opacity: .5; transform: translateY(.15rem) rotate(-8deg); } to { opacity: 1; transform: translateY(-.3rem) rotate(-4deg); } }
@keyframes dialog-enter { from { opacity: 0; transform: translateY(1.2rem) scale(.96); filter: blur(2px); } to { opacity: 1; transform: translateY(0) scale(1); filter: blur(0); } }
@keyframes lightbox-enter { from { opacity: 0; transform: scale(.96); filter: blur(2px); } to { opacity: 1; transform: scale(1); filter: blur(0); } }

@media (hover: hover) and (pointer: fine) {
  .brand:hover { transform: translateY(-1px); }
  .button:hover { transform: translateY(-2px); }
  .story-figure:hover img { transform: scale(1.025); }
  .menu-column:hover .menu-photo img { transform: scale(1.035); }
  .menu-poster-preview:hover img { transform: translate(-.25rem, -.25rem) rotate(-.45deg); }
  .gallery-item:hover img { transform: scale(1.045); }
  .gallery-item:hover::after { opacity: 1; transform: translateY(0) rotate(90deg); }
  .review:hover { transform: translateX(.45rem); border-color: rgba(118, 38, 60, .42); }
  .visit-features li:hover { transform: translateY(-2px); background: var(--accent); color: var(--white); }
}

.button:active, .gallery-item:active, .menu-poster-preview:active, .lightbox-nav:active, .lightbox-close:active, .modal-close:active { transform: scale(.97); }

@media (max-width: 900px) {
  .nav-toggle { display: flex; align-items: center; gap: .65rem; padding: .5rem 0; cursor: pointer; }
  .nav-toggle-label { font-size: .72rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
  .nav-toggle-lines { display: grid; gap: 5px; }
  .nav-toggle-lines i { display: block; width: 1.25rem; height: 1px; background: currentColor; transition: transform .25s ease; }
  .nav-toggle[aria-expanded="true"] .nav-toggle-lines i:first-child { transform: translateY(3px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] .nav-toggle-lines i:last-child { transform: translateY(-3px) rotate(-45deg); }
  .site-nav { position: absolute; top: var(--header-height); left: 0; right: 0; display: grid; visibility: hidden; align-items: stretch; gap: 0; padding: .75rem var(--page-gutter) 1.25rem; background: var(--paper); border-bottom: 1px solid var(--line); box-shadow: 0 1rem 2rem rgba(29, 28, 26, .08); opacity: 0; pointer-events: none; transform: translateY(-.65rem) scale(.985); transform-origin: top right; transition: opacity 180ms ease, transform 220ms var(--ease-drawer), visibility 0s linear 220ms; }
  .site-nav.is-open { visibility: visible; opacity: 1; pointer-events: auto; transform: translateY(0) scale(1); transition: opacity 180ms ease, transform 220ms var(--ease-drawer), visibility 0s; }
  .site-nav > a:not(.social-link) { padding: .9rem 0; border-bottom: 1px solid var(--line); }
  .site-nav .social-link { margin: 1rem 0; }
  .site-nav .button { width: 100%; }
  .quick-facts { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .quick-fact { min-height: 7.5rem; border-bottom: 1px solid rgba(255, 255, 255, .22); }
  .quick-fact:nth-child(2) { border-right: 0; }
  .quick-fact:nth-child(3), .quick-fact:nth-child(4) { border-bottom: 0; }
  .story-grid { grid-template-columns: 1fr; }
  .story-copy { max-width: none; }
  .story-visual { width: min(100%, 38rem); justify-self: end; }
  .menu-grid { grid-template-columns: 1fr; gap: 4rem; }
  .menu-column { display: grid; grid-template-columns: minmax(12rem, .8fr) minmax(0, 1.2fr); gap: 1.5rem; }
  .menu-column:nth-child(2), .menu-column:nth-child(3) { margin-top: 0; }
  .menu-copy { padding-top: 0; }
  .menu-artifact { grid-template-columns: minmax(14rem, .72fr) minmax(0, 1.28fr); gap: 2.5rem; }
  .reviews-section { grid-template-columns: 1fr; }
  .reviews-intro { position: static; }
  .visit-section { grid-template-columns: 1fr; }
  .map-wrap { min-height: 34rem; }
  .site-footer { grid-template-columns: 1fr; }
  .footer-links { justify-content: flex-start; flex-wrap: wrap; }
}

@media (max-width: 640px) {
  :root { --header-height: 68px; --page-gutter: 1.1rem; --section-space: 5rem; }
  body { padding-bottom: 60px; }
  .brand-name { font-size: 1rem; }
  .brand-type { font-size: .58rem; }
  .hero-media { object-position: 54% 50%; }
  .hero-orbit { top: 6.8rem; right: 1.15rem; width: 6.6rem; }
  .hero-orbit text { font-size: 9px; letter-spacing: 1.6px; }
  .hero-content { width: auto; margin-bottom: 7.25rem; }
  .hero h1 { max-width: 9ch; font-size: clamp(2.7rem, 12.5vw, 3.85rem); }
  .hero p { max-width: 28rem; font-size: .95rem; }
  .hero-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .hero-actions .button { padding-inline: .7rem; }
  .hero-scroll { left: var(--page-gutter); right: auto; bottom: 2rem; }
  .quick-fact { min-height: 6.8rem; padding: 1rem var(--page-gutter); }
  .quick-fact strong { font-size: 1.12rem; }
  .quick-fact span { font-size: .7rem; line-height: 1.35; }
  .brand-marquee-track { padding-block: .68rem; animation-duration: 19s; }
  .section-heading { grid-template-columns: 1fr; gap: 1.25rem; }
  .story-grid { gap: 3rem; }
  .story-visual { width: 100%; padding-left: 2rem; padding-bottom: 4.5rem; }
  .story-detail { width: 35%; border-width: .4rem; }
  .story-note { width: 55%; bottom: .4rem; font-size: .72rem; }
  .menu-column { display: block; }
  .menu-copy { padding-top: 1.25rem; }
  .menu-artifact { grid-template-columns: 1fr; gap: 2.5rem; margin-inline: calc(-1 * var(--page-gutter)); padding: 2.25rem var(--page-gutter); }
  .menu-poster-preview { width: 82%; }
  .menu-artifact-copy h3 { font-size: 2.5rem; }
  .image-interlude { min-height: 58svh; }
  .image-interlude > img { object-position: 52% center; }
  .gallery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .5rem; }
  .gallery-item::after { opacity: 1; transform: none; width: 1.9rem; height: 1.9rem; font-size: 1rem; }
  .gallery-item > span { left: .65rem; right: auto; bottom: .65rem; max-width: calc(100% - 3.35rem); padding: .28rem .38rem; font-size: .68rem; }
  .reviews-section { gap: 3rem; }
  .reviews-list { grid-template-columns: 1fr; }
  .review:first-child { grid-row: auto; padding-right: 0; }
  .review:first-child blockquote { font-size: 1.65rem; }
  .review:nth-child(2), .review:nth-child(3) { grid-column: 1; }
  .review blockquote { font-size: 1.15rem; }
  .visit-columns { grid-template-columns: 1fr; }
  .visit-actions { display: grid; }
  .map-wrap { min-height: 30rem; }
  .site-footer { gap: 2rem; padding-bottom: 4rem; }
  .footer-links { gap: 1rem; }
  .footer-meta { display: grid; gap: .45rem; }
  .field-grid { grid-template-columns: 1fr; }
  .lightbox { grid-template-columns: 1fr 1fr; grid-template-rows: 1fr auto; gap: .75rem; padding: 4rem 1rem 1rem; }
  .lightbox figure { grid-column: 1 / -1; grid-row: 1; max-height: calc(100svh - 9rem); }
  .lightbox figure img { max-height: calc(100svh - 12rem); }
  .lightbox-prev { grid-column: 1; grid-row: 2; }
  .lightbox-next { grid-column: 2; grid-row: 2; }
  .mobile-action-bar { position: fixed; z-index: 90; inset: auto 0 0; display: grid; grid-template-columns: repeat(3, 1fr); height: 60px; padding-bottom: env(safe-area-inset-bottom); background: var(--accent-dark); color: var(--white); box-shadow: 0 -1px 0 rgba(255, 255, 255, .18); }
  .mobile-action-bar a, .mobile-action-bar button { display: grid; place-items: center; border: 0; border-right: 1px solid rgba(255, 255, 255, .18); background: transparent; color: inherit; font-size: .72rem; font-weight: 900; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; cursor: pointer; }
  .mobile-action-bar > :last-child { border-right: 0; }
}

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