:root {
  --paper: #f2d212;
  --ink: #11120f;
  --muted: #55574f;
  --line: #c6c7be;
  --yellow: #f2d212;
  --yellow-dark: #d1b500;
  --white: #fdfdf9;
  --shell: min(1180px, calc(100% - 40px));
  --header-height: 72px;
  --ease-out: cubic-bezier(.16, 1, .3, 1);
  --z-header: 20;
  --z-menu: 19;
  --z-dock: 18;
  --z-modal: 40;
}

* { 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: "Bahnschrift", "Arial Narrow", "Aptos", Arial, sans-serif; font-size: 16px; line-height: 1.6; overflow-x: hidden; }
body.modal-open { overflow: hidden; }
img { max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
h1, h2, h3 { text-wrap: balance; }
p { text-wrap: pretty; }

.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; left: 16px; top: 12px; z-index: 100; transform: translateY(-140%); background: var(--yellow); color: var(--ink); padding: 10px 14px; font-weight: 700; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: fixed; inset: 0 0 auto; z-index: var(--z-header); height: var(--header-height); display: flex; align-items: center; justify-content: space-between; padding: 0 clamp(18px, 4vw, 48px); color: var(--white); background: transparent; border-bottom: 1px solid transparent; backdrop-filter: none; -webkit-backdrop-filter: none; transition: background .35s var(--ease-out), border-color .35s var(--ease-out); }
.site-header.is-scrolled { background: rgba(17, 18, 15, .96); border-color: #33342f; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: inherit; text-decoration: none; font-weight: 800; letter-spacing: -.03em; }
.brand img { width: 42px; height: 42px; display: block; }
.desktop-nav { display: flex; align-items: center; gap: clamp(20px, 3vw, 42px); }
.desktop-nav a, .footer-links a { color: inherit; text-decoration: none; font-weight: 700; font-size: .92rem; }
.desktop-nav a { position: relative; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; background: var(--yellow); transition: right .28s var(--ease-out); }
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after { right: 0; }
.header-actions { display: flex; align-items: center; gap: 8px; }
.social-link { width: 44px; height: 44px; display: inline-grid; place-items: center; color: inherit; }
.social-link svg { width: 20px; height: 20px; fill: currentColor; display: block; }
.social-link:hover, .social-link:focus-visible { color: var(--yellow); }
.menu-toggle { width: 46px; height: 46px; display: none; align-content: center; gap: 5px; padding: 10px; border: 0; background: transparent; color: inherit; cursor: pointer; }
.menu-toggle > span:not(.sr-only) { width: 24px; height: 2px; background: currentColor; display: block; transition: transform .25s var(--ease-out), opacity .2s ease; }
.menu-toggle[aria-expanded="true"] > span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.mobile-menu { position: fixed; inset: var(--header-height) 0 auto; z-index: var(--z-menu); padding: 22px; background: var(--ink); color: var(--white); border-bottom: 4px solid var(--yellow); }
.mobile-menu a { display: block; padding: 13px 4px; text-decoration: none; font-size: 1.3rem; font-weight: 800; border-bottom: 1px solid #3d3e38; }

.hero { position: relative; min-height: 100svh; display: grid; align-items: end; overflow: hidden; color: var(--white); background: #20211f; }
.hero-image, .hero-scrim { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-image { display: block; object-fit: cover; object-position: 50% 52%; transform: scale(1.025); animation: hero-settle 1.25s var(--ease-out) both; }
.hero-scrim { background: linear-gradient(to bottom, rgba(0,0,0,.04), rgba(0,0,0,.20)); }
.hero-content { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: flex-end; width: var(--shell); margin-inline: auto; padding: calc(var(--header-height) + 44px) 0 clamp(40px, 7vh, 76px); text-align: right; }
.hero-meta { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 18px; }
.hero-kicker, .hero-location, .menu-label, .signature-index { margin: 0; font-size: .78rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.hero-kicker { color: var(--yellow); }
.hero-location { padding-bottom: 4px; border-bottom: 2px solid var(--yellow); letter-spacing: .05em; }
.hero h1 { max-width: 8ch; margin: 0; font-size: clamp(4.2rem, 9vw, 5.9rem); line-height: .84; letter-spacing: -.035em; text-transform: uppercase; }
.hero-copy { max-width: 550px; margin: 28px 0 0; font-size: clamp(1rem, 2vw, 1.22rem); line-height: 1.5; }
.hero-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 12px; margin-top: 28px; }
.hero-status { display: flex; align-items: center; justify-content: flex-end; gap: 9px; margin: 22px 0 0; font-size: .88rem; font-weight: 700; }
.status-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--yellow); box-shadow: 0 0 0 4px rgba(242, 210, 18, .2); }
.status-dot.is-closed { background: #b8bab2; box-shadow: 0 0 0 4px rgba(255, 255, 255, .14); }

.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; padding: 12px 21px; border: 2px solid currentColor; text-decoration: none; font-weight: 800; line-height: 1; white-space: nowrap; transition: transform .2s var(--ease-out), background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button:active { transform: translateY(0) scale(.98); }
.button-primary { background: var(--yellow); border-color: var(--yellow); color: var(--ink); }
.button-primary:hover { background: var(--yellow-dark); border-color: var(--yellow-dark); }
.button-ghost { color: var(--white); background: rgba(0,0,0,.16); border-color: var(--white); }
.button-ghost:hover { background: var(--white); color: var(--ink); }
.button-dark { background: var(--ink); color: var(--white); border-color: var(--ink); }
.button-dark:hover { background: var(--yellow); border-color: var(--yellow); color: var(--ink); }
.text-link { display: inline-flex; gap: 14px; align-items: center; margin-top: 28px; color: inherit; font-weight: 800; text-underline-offset: 5px; }

.section { padding: clamp(78px, 10vw, 138px) 0; }
.section-shell { width: var(--shell); margin-inline: auto; }
.story-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(320px, .75fr); gap: clamp(48px, 9vw, 130px); align-items: center; }
.story-copy h2, .section-heading h2, .review-intro h2, .visit-copy h2, .menu-intro h2, .signature-copy h2 { margin: 0; max-width: 13ch; font-size: clamp(2.55rem, 5.5vw, 5.7rem); line-height: .98; letter-spacing: -.035em; }
.story-copy > p:not(.eyebrow) { max-width: 60ch; margin: 24px 0 0; color: #33342f; }
.eyebrow { margin: 0 0 16px; color: #655600; font-size: .76rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.ratio-3x4 { aspect-ratio: 3 / 4; overflow: hidden; display: block; }
.ratio-3x4 img { width: 100%; height: 100%; display: block; object-fit: cover; }
.story-media { margin: 0; border: 1px solid var(--ink); }

.facts { padding-block: 0; }
.facts-layout { display: grid; grid-template-columns: 2fr .7fr .7fr; align-items: stretch; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.facts-lead, .fact-detail { margin: 0; padding: clamp(28px, 4vw, 52px); }
.facts-lead { font-size: clamp(2rem, 4.4vw, 4.5rem); font-weight: 900; line-height: .98; letter-spacing: -.035em; }
.fact-detail { display: flex; flex-direction: column; justify-content: center; border-left: 1px solid var(--ink); }
.fact-detail strong { font-size: 1.18rem; }
.fact-detail span { color: var(--muted); }

.signature-section { margin-top: clamp(80px, 11vw, 150px); }
.signature-feature { min-height: min(820px, 90svh); display: grid; grid-template-columns: .82fr 1.18fr; }
.signature-feature:nth-child(even) { grid-template-columns: 1.15fr .85fr; }
.signature-dark { background: var(--ink); color: var(--white); }
.signature-yellow { background: var(--yellow); color: var(--ink); }
.signature-copy { padding: clamp(44px, 8vw, 120px); display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.signature-copy h2 { max-width: 9ch; margin-top: 18px; }
.signature-copy > p:not(.signature-index):not(.signature-note) { max-width: 50ch; margin: 28px 0 0; font-size: 1.07rem; }
.signature-note { margin: 28px 0 0; padding-top: 18px; border-top: 1px solid currentColor; font-weight: 800; letter-spacing: .03em; }
.signature-media { min-height: 580px; margin: 0; overflow: hidden; }
.signature-media img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .8s var(--ease-out); }
.signature-feature:hover .signature-media img { transform: scale(1.018); }

.menu-section { background: var(--white); }
.menu-intro { display: grid; grid-template-columns: 1.25fr .75fr; gap: clamp(40px, 8vw, 110px); align-items: end; margin-bottom: clamp(54px, 8vw, 90px); }
.menu-intro h2 { max-width: none; margin-top: 12px; }
.menu-intro > div:last-child > p { max-width: 54ch; margin: 0; color: var(--muted); font-size: 1.06rem; }
.menu-label { color: #655600; }
.menu-ledger { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--ink); border-left: 1px solid var(--ink); }
.menu-group { min-width: 0; padding: clamp(26px, 4vw, 46px); border-right: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.menu-group header { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; padding-bottom: 18px; border-bottom: 4px solid var(--ink); }
.menu-group h3 { margin: 0; font-size: clamp(1.7rem, 3vw, 2.5rem); letter-spacing: -.03em; }
.menu-group header span { color: var(--muted); font-size: .78rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; white-space: nowrap; }
.menu-group dl { margin: 14px 0 0; }
.menu-group dl div { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 16px; padding: 11px 0; border-bottom: 1px solid var(--line); }
.menu-group dl div:last-child { border-bottom: 0; }
.menu-group dt { font-weight: 700; }
.menu-group dt small { display: block; color: var(--muted); font-size: .76rem; font-weight: 500; }
.menu-group dd { margin: 0; text-align: right; font-variant-numeric: tabular-nums; white-space: nowrap; }
.menu-extras { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 28px; border-block: 1px solid var(--ink); }
.menu-extras div { display: flex; flex-direction: column; gap: 5px; padding: 24px; border-right: 1px solid var(--ink); }
.menu-extras div:last-child { border-right: 0; }
.menu-extras span { color: var(--muted); font-size: .9rem; }
.text-button { display: inline-flex; margin-top: 26px; padding: 10px 0 7px; border: 0; border-bottom: 3px solid var(--ink); background: transparent; color: var(--ink); font-weight: 800; cursor: pointer; }
.text-button:hover { border-color: var(--yellow-dark); }

.section-heading { display: grid; grid-template-columns: 1.25fr .75fr; gap: 40px; align-items: end; margin-bottom: clamp(38px, 6vw, 72px); }
.section-heading h2 { max-width: none; }
.section-heading p { max-width: 55ch; margin: 0; color: var(--muted); font-size: 1.05rem; }
.gallery-section { padding-top: clamp(88px, 10vw, 136px); }
.gallery-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.gallery-item { display: block; padding: 0; border: 0; background: none; cursor: zoom-in; overflow: hidden; }
.gallery-item img { transition: transform .5s var(--ease-out), filter .5s ease; }
.gallery-item:hover img, .gallery-item:focus-visible img { transform: scale(1.025); filter: contrast(1.04); }

.reviews-section { padding-block: clamp(64px, 7vw, 96px); border-top: 1px solid var(--ink); }
.review-masthead { display: grid; grid-template-columns: minmax(280px, .38fr) minmax(0, .62fr); gap: clamp(30px, 5vw, 72px); align-items: stretch; margin-bottom: clamp(32px, 4vw, 46px); }
.rating-card { display: flex; min-height: 220px; flex-direction: column; align-items: flex-start; justify-content: flex-end; padding: clamp(24px, 3vw, 36px); background: var(--yellow); border: 1px solid var(--ink); }
.rating-source { margin: 0 auto auto 0; font-size: .78rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.rating-line { display: flex; align-items: baseline; gap: 15px; margin: 0; }
.rating-line strong { font-size: clamp(4rem, 6vw, 5rem); line-height: .82; letter-spacing: -.035em; }
.rating-line span { color: var(--ink); letter-spacing: .08em; }
.rating-card > p:nth-of-type(3) { margin: 18px 0 10px; font-weight: 700; }
.rating-card a { font-size: .88rem; font-weight: 800; text-underline-offset: 4px; }
.review-intro { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.review-intro h2 { max-width: 14ch; font-size: clamp(3rem, 4.5vw, 4.1rem); }
.review-intro > p { max-width: 52ch; margin: 18px 0; color: var(--muted); font-size: 1rem; }
.review-themes { display: flex; flex-wrap: wrap; gap: 9px; }
.review-themes span { padding: 7px 12px; border: 1px solid var(--ink); border-radius: 999px; font-size: .82rem; font-weight: 800; }
.review-showcase { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); border: 1px solid var(--ink); }
.review-featured { position: relative; min-height: 520px; display: flex; flex-direction: column; justify-content: space-between; padding: clamp(30px, 4vw, 48px); overflow: hidden; background: var(--ink); color: var(--white); }
.review-featured::before { content: "“"; position: absolute; right: 24px; top: -54px; color: var(--yellow); font-size: 15rem; font-weight: 900; line-height: 1; opacity: .95; }
.review-person { position: relative; z-index: 1; display: flex; align-items: center; gap: 16px; }
.review-person img, .review-compact img { flex: 0 0 auto; width: 56px; height: 56px; border-radius: 50%; object-fit: cover; }
.review-person .review-author { margin: 0 0 2px; }
.stars { margin: 0; color: #675600; font-size: .82rem; letter-spacing: .08em; }
.review-featured .stars { color: var(--yellow); }
.review-featured blockquote { position: relative; z-index: 1; max-width: 17ch; margin: 40px 0; font-size: clamp(1.9rem, 3vw, 3rem); font-weight: 800; line-height: 1.08; letter-spacing: -.03em; }
.review-author { font-weight: 800; }
.review-link { position: relative; z-index: 1; align-self: flex-start; color: var(--white); font-size: .9rem; font-weight: 800; text-underline-offset: 5px; }
.review-rail { display: grid; grid-template-rows: repeat(4, minmax(0, 1fr)); border-left: 1px solid var(--ink); }
.review-compact { display: grid; grid-template-columns: 48px minmax(0, 1fr); gap: 16px; align-items: start; padding: clamp(18px, 2vw, 24px); border-bottom: 1px solid var(--line); }
.review-compact:last-child { border-bottom: 0; }
.review-compact img { width: 48px; height: 48px; }
.review-compact blockquote { max-width: 44ch; margin: 5px 0 8px; font-size: clamp(.96rem, 1.2vw, 1.08rem); font-weight: 700; line-height: 1.38; letter-spacing: -.012em; }
.review-compact .review-author { display: inline; margin: 0 12px 0 0; font-size: .88rem; }
.review-compact a { color: var(--muted); font-size: .78rem; font-weight: 800; text-underline-offset: 3px; }

.visit-section { padding-top: 40px; }
.visit-layout { display: grid; grid-template-columns: .75fr 1.25fr; grid-template-areas: "photo photo" "copy map"; border: 1px solid var(--ink); }
.visit-photo { grid-area: photo; position: relative; height: clamp(320px, 40vw, 520px); margin: 0; overflow: hidden; border-bottom: 1px solid var(--ink); }
.visit-photo img { width: 100%; height: 100%; display: block; object-fit: cover; }
.visit-photo figcaption { position: absolute; right: 20px; bottom: 20px; max-width: 280px; padding: 12px 15px; background: var(--yellow); color: var(--ink); font-size: .86rem; font-weight: 800; }
.visit-copy { grid-area: copy; padding: clamp(32px, 6vw, 76px); display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.visit-copy h2 { margin-bottom: 20px; }
.visit-note { max-width: 42ch; margin: 0 0 26px; color: var(--muted); }
.visit-copy address { font-style: normal; font-size: 1.08rem; }
.hours { width: 100%; margin: 30px 0 20px; }
.hours div { display: grid; grid-template-columns: 1fr auto; gap: 18px; padding: 10px 0; border-bottom: 1px solid var(--line); }
.hours dt { font-weight: 700; }
.hours dd { margin: 0; text-align: right; }
.visit-amenities { display: grid; gap: 7px; margin: 0 0 28px; padding: 0; list-style: none; color: var(--muted); font-size: .88rem; }
.visit-amenities li::before { content: "✓"; margin-right: 9px; color: #655600; font-weight: 900; }
.map-wrap { grid-area: map; min-height: 540px; border-left: 1px solid var(--ink); }
.map-wrap iframe { width: 100%; height: 100%; min-height: 540px; display: block; border: 0; }

.site-footer { border-top: 1px solid var(--ink); padding: 52px 0; }
.footer-layout { display: grid; grid-template-columns: 1.35fr 1fr auto auto; gap: 40px; align-items: center; }
.footer-brand { display: flex; align-items: center; gap: 18px; }
.footer-brand img { width: 64px; height: 64px; }
.footer-brand p { margin: 0; font-size: 1.2rem; font-weight: 900; line-height: 1.15; text-transform: uppercase; }
.footer-brand span { font-size: .72rem; letter-spacing: .12em; }
.footer-layout p { margin: 0; }
.footer-hours { margin-top: 9px !important; color: var(--muted); font-size: .82rem; line-height: 1.45; }
.footer-links { display: grid; gap: 5px; }
.footer-social { display: flex; }
.mobile-dock { display: none; }

.lightbox { width: min(1120px, calc(100vw - 32px)); max-width: none; height: min(90svh, 900px); max-height: none; padding: 0; border: 1px solid #474842; background: #121310; color: var(--white); overflow: hidden; z-index: var(--z-modal); }
.lightbox::backdrop { background: rgba(0, 0, 0, .82); }
.lightbox[open] { display: grid; grid-template-columns: 64px minmax(0, 1fr) 64px; align-items: center; }
.lightbox figure { min-width: 0; min-height: 0; max-height: 86svh; margin: 0; display: grid; place-items: center; }
.lightbox figure img { max-width: 100%; max-height: 82svh; width: auto; height: auto; display: block; object-fit: contain; }
.lightbox figcaption { padding: 10px 20px; color: #d5d5ce; text-align: center; }
.lightbox-close, .lightbox-nav { border: 0; background: transparent; color: var(--white); cursor: pointer; }
.lightbox-close { position: absolute; top: 10px; right: 12px; z-index: 2; width: 50px; height: 50px; font-size: 2rem; }
.lightbox-nav { width: 64px; height: 84px; font-size: 3rem; }
.lightbox-nav[hidden] { visibility: hidden; display: block; }

.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(20px); transition: opacity .65s ease, transform .65s var(--ease-out); }
.js .reveal.is-visible { opacity: 1; transform: none; }
:focus-visible { outline: 3px solid var(--yellow); outline-offset: 4px; }

@keyframes hero-settle { from { opacity: .82; transform: scale(1.07); } to { opacity: 1; transform: scale(1.025); } }

@media (min-width: 921px) {
  .hero-location { font-size: .84rem; }
  .hero h1 { font-size: clamp(5.2rem, 10.2vw, 6.5rem); }
  .hero-copy { max-width: 600px; font-size: 1.28rem; }
  .hero-actions .button { min-height: 54px; padding-inline: 24px; }
  .hero-status { font-size: 1rem; }
  .story { padding-bottom: 42px; }
  .facts-lead, .fact-detail { padding-block: 14px; }
  .facts-lead { font-size: 3.5rem; }
  .menu-section { padding-block: 76px; }
  .menu-intro { margin-bottom: 38px; }
  .menu-group { padding: 26px; }
  .menu-extras div { padding-block: 14px; }
  .signature-feature { min-height: 640px; }
  .signature-copy { padding-block: 64px; }
  .reviews-section { padding-block: 64px; }
  .review-masthead { grid-template-columns: 250px minmax(0, 1fr); gap: 48px; margin-bottom: 28px; }
  .rating-card { min-height: 190px; padding: 26px; }
  .rating-line strong { font-size: 4.2rem; }
  .rating-card > p:nth-of-type(3) { margin-top: 14px; }
  .review-intro h2 { max-width: 16ch; font-size: 3.6rem; }
  .review-intro > p { margin: 12px 0; }
  .review-showcase { grid-template-columns: .95fr 1.05fr; }
  .review-featured { min-height: 420px; padding: 34px 38px; }
  .review-featured blockquote { max-width: 18ch; margin: 28px 0; font-size: 2.35rem; }
  .review-rail { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-rows: repeat(2, minmax(0, 1fr)); }
  .review-compact { grid-template-columns: 42px minmax(0, 1fr); gap: 12px; padding: 18px; }
  .review-compact:nth-child(odd) { border-right: 1px solid var(--line); }
  .review-compact:nth-child(n+3) { border-bottom: 0; }
  .review-compact img { width: 42px; height: 42px; }
  .review-compact blockquote { margin-block: 4px 6px; font-size: .9rem; line-height: 1.34; }
  .review-compact .review-author { font-size: .8rem; }
  .review-compact a { font-size: .72rem; }
  .visit-layout { grid-template-columns: .9fr 1.1fr; }
  .visit-photo { height: 420px; }
  .visit-copy { padding: 44px 48px; }
  .visit-copy h2 { max-width: none; margin-bottom: 16px; font-size: clamp(3.8rem, 5vw, 4.6rem); line-height: .94; }
  .visit-note { margin-bottom: 18px; }
  .hours { margin: 20px 0 16px; }
  .visit-amenities { margin-bottom: 22px; }
  .map-wrap, .map-wrap iframe { min-height: 480px; }
}

@media (max-width: 920px) {
  :root { --shell: min(100% - 32px, 760px); }
  .desktop-nav { display: none; }
  .menu-toggle { display: grid; }
  .story-grid { grid-template-columns: 1fr; }
  .story-copy { max-width: 680px; }
  .story-media { width: min(100%, 620px); }
  .facts-layout { grid-template-columns: 1.5fr .75fr .75fr; }
  .signature-feature, .signature-feature:nth-child(even) { min-height: 0; grid-template-columns: 1fr; }
  .signature-yellow .signature-media { order: 2; }
  .signature-media { min-height: 520px; }
  .menu-extras { grid-template-columns: repeat(2, 1fr); }
  .menu-extras div:nth-child(2) { border-right: 0; }
  .menu-extras div:nth-child(-n+2) { border-bottom: 1px solid var(--ink); }
  .gallery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
  .review-showcase { grid-template-columns: 1fr; }
  .review-featured { min-height: 460px; }
  .review-rail { border-top: 1px solid var(--ink); border-left: 0; }
  .visit-layout { grid-template-columns: 1fr; grid-template-areas: "photo" "copy" "map"; }
  .visit-photo { height: clamp(320px, 48vw, 600px); }
  .map-wrap { min-height: 520px; border-left: 0; border-top: 1px solid var(--ink); }
  .map-wrap iframe { min-height: 520px; }
  .footer-layout { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px) {
  :root { --shell: calc(100% - 28px); --header-height: 66px; }
  body { padding-bottom: 62px; }
  .site-header { padding-inline: 14px; }
  .brand { gap: 8px; font-size: .92rem; }
  .brand img { width: 38px; height: 38px; }
  .header-actions > .social-link { display: none; }
  .hero-image { object-position: 24% 52%; }
  .hero-content { padding-bottom: 92px; }
  .hero-meta { align-items: flex-start; flex-direction: column; gap: 9px; }
  .hero-location { font-size: .72rem; }
  .hero h1 { font-size: clamp(4.05rem, 18.5vw, 5.05rem); }
  .hero-copy { max-width: 34ch; margin-top: 20px; font-size: 1.06rem; }
  .hero-actions { display: none; }
  .hero-status { margin-top: 18px; font-size: .94rem; }
  .button { min-height: 52px; padding-inline: 20px; }
  .section { padding: 78px 0; }
  .story-grid { gap: 42px; }
  .story-copy h2, .section-heading h2, .review-intro h2, .visit-copy h2, .menu-intro h2, .signature-copy h2 { font-size: clamp(2.4rem, 12vw, 3.6rem); }
  .facts-layout { grid-template-columns: 1fr 1fr; }
  .facts-lead { grid-column: 1 / -1; padding: 30px 0; }
  .fact-detail { border-top: 1px solid var(--ink); border-left: 0; padding: 24px 0; }
  .fact-detail:last-child { border-left: 1px solid var(--ink); padding-left: 20px; }
  .signature-copy { padding: 56px 22px; }
  .signature-media { min-height: 390px; }
  .menu-intro, .section-heading { grid-template-columns: 1fr; gap: 24px; }
  .menu-ledger { grid-template-columns: 1fr; }
  .menu-group { padding: 28px 20px; }
  .menu-group dl div { gap: 10px; }
  .menu-group dd { font-size: .9rem; }
  .menu-extras { grid-template-columns: 1fr; }
  .menu-extras div, .menu-extras div:nth-child(2) { border-right: 0; border-bottom: 1px solid var(--ink); }
  .menu-extras div:last-child { border-bottom: 0; }
  .gallery-grid { grid-template-columns: 1fr; gap: 14px; }
  .review-masthead { grid-template-columns: 1fr; gap: 26px; margin-bottom: 32px; }
  .rating-card { min-height: 180px; }
  .review-intro > p { margin-block: 16px; }
  .review-featured { min-height: 410px; padding: 26px 22px; }
  .review-featured::before { right: 10px; top: -34px; font-size: 10rem; }
  .review-featured blockquote { margin: 38px 0; font-size: clamp(1.8rem, 8vw, 2.6rem); }
  .review-compact { grid-template-columns: 44px minmax(0, 1fr); gap: 13px; padding: 19px 18px; }
  .review-compact img { width: 44px; height: 44px; }
  .review-compact blockquote { font-size: .96rem; }
  .visit-photo { height: 330px; }
  .visit-photo figcaption { right: 12px; bottom: 12px; left: 12px; max-width: none; }
  .visit-copy { padding: 38px 22px; }
  .hours div { grid-template-columns: 1fr; gap: 0; }
  .hours dd { text-align: left; }
  .map-wrap, .map-wrap iframe { min-height: 470px; }
  .footer-layout { grid-template-columns: 1fr; gap: 28px; }
  .site-footer { padding-bottom: 40px; }
  .mobile-dock { position: fixed; inset: auto 0 0; z-index: var(--z-dock); height: 62px; display: grid; grid-template-columns: 1fr 1fr; background: var(--ink); color: var(--white); border-top: 1px solid #383936; }
  .mobile-dock a { display: grid; place-items: center; text-decoration: none; font-weight: 800; }
  .mobile-dock a + a { background: var(--yellow); color: var(--ink); }
  .lightbox[open] { grid-template-columns: 46px minmax(0, 1fr) 46px; }
  .lightbox-nav { width: 46px; }
}

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

@media (prefers-reduced-transparency: reduce) {
  .site-header { background: #171814; backdrop-filter: none; -webkit-backdrop-filter: none; }
}
