:root {
  --paper: #e8e5df;
  --paper-deep: #d8d2c7;
  --ink: #211b18;
  --muted: #675f58;
  --espresso: #7b3f2e;
  --espresso-deep: #7b3f2e;
  --accent: #7b3f2e;
  --line: #c4bbae;
  --white: #f7f3ea;
  --display: Georgia, "Times New Roman", serif;
  --body: Arial, Helvetica, sans-serif;
  --header-height: 72px;
  --page-pad: clamp(18px, 4vw, 64px);
  --section-space: clamp(80px, 11vw, 160px);
  --control-size: 44px;
  --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);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--paper); }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--body); line-height: 1.55; }
body.modal-open { width: 100%; overflow: hidden; }
body.nav-open { overflow: hidden; }
body.is-motion-paused * { animation-play-state: paused !important; }
body.instant-ui .modal, body.instant-ui .lightbox, body.instant-ui .menu-modal, body.instant-ui .mobile-menu, body.instant-ui .mobile-menu nav a { transition: none !important; }
img, video { max-width: 100%; }
img { display: block; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
h1, h2, h3 { text-wrap: balance; }
p { text-wrap: pretty; }

.skip-link { position: fixed; left: 16px; top: 12px; z-index: 100; padding: 12px 16px; background: var(--white); color: var(--ink); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: fixed; inset: 0 0 auto; z-index: 30; min-height: var(--header-height); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 24px; padding: 0 var(--page-pad); color: var(--white); border-bottom: 1px solid rgb(255 255 255 / .24); transition: background-color 220ms ease, color 220ms ease, border-color 220ms ease; }
.site-header.is-scrolled { color: var(--ink); background: rgb(232 229 223 / .94); border-color: var(--line); backdrop-filter: blur(14px); }
.scroll-progress { position: absolute; left: 0; right: 0; bottom: -1px; height: 2px; background: var(--accent); transform: scaleX(0); transform-origin: left center; will-change: transform; }
.wordmark { justify-self: start; font-family: var(--display); font-size: 30px; line-height: 1; letter-spacing: -.04em; text-decoration: none; }
.desktop-nav { display: flex; align-items: center; gap: clamp(22px, 3vw, 46px); white-space: nowrap; }
.desktop-nav a, .footer-links a { font-size: 13px; font-weight: 700; text-decoration: none; }
.desktop-nav a { position: relative; padding: 24px 0; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 19px; height: 1px; background: currentColor; transition: right .25s ease; }
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after, .desktop-nav a[aria-current="location"]::after { right: 0; }
.header-actions { justify-self: end; display: flex; align-items: center; gap: 8px; }
.social-link { width: var(--control-size); height: var(--control-size); display: inline-grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; text-decoration: none; transition: transform .2s ease, color .2s ease, background-color .2s ease; }
.social-link:hover { transform: translateY(-2px); background: var(--accent); color: var(--white); }
.social-link:active { transform: translateY(0) scale(.98); }
.social-link svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.social-link .social-dot { fill: currentColor; stroke: none; }
.social-link .facebook-mark { fill: currentColor; stroke: none; }
.menu-toggle { display: none; width: var(--control-size); height: var(--control-size); border: 1px solid currentColor; border-radius: 50%; background: transparent; align-items: center; justify-content: center; flex-direction: column; gap: 6px; }
.menu-toggle span { width: 17px; height: 1px; background: currentColor; }

.mobile-menu { position: fixed; inset: 0; z-index: 50; width: 100%; height: 100svh; overflow: auto; display: grid; align-content: start; gap: 42px; padding: 24px var(--page-pad) 48px; color: var(--white); background: var(--espresso); transform: translateY(-102%); visibility: hidden; transition: transform 420ms var(--ease-drawer), visibility 420ms; }
.mobile-menu.is-open { transform: translateY(0); visibility: visible; }
.mobile-menu__close { justify-self: end; height: 44px; padding: 0 18px; color: var(--white); background: transparent; border: 1px solid rgb(255 255 255 / .7); }
.mobile-menu nav { display: grid; gap: 6px; }
.mobile-menu nav a { font-family: var(--display); font-size: clamp(38px, 11vw, 60px); line-height: 1.12; text-decoration: none; opacity: 0; transform: translateY(18px); transition: opacity 220ms var(--ease-out), transform 280ms var(--ease-out); }
.mobile-menu.is-open nav a { opacity: 1; transform: translateY(0); }
.mobile-menu.is-open nav a:nth-child(2) { transition-delay: 40ms; }
.mobile-menu.is-open nav a:nth-child(3) { transition-delay: 80ms; }
.mobile-menu.is-open nav a:nth-child(4) { transition-delay: 120ms; }
.mobile-menu.is-open nav a:nth-child(5) { transition-delay: 160ms; }
.mobile-menu p { margin: 20px 0 0; color: rgb(247 243 234 / .88); }

.hero { position: relative; min-height: 100svh; display: flex; align-items: flex-end; overflow: hidden; color: var(--white); background: var(--espresso); }
.header-sentinel { position: absolute; left: 0; top: 24px; width: 1px; height: 1px; pointer-events: none; }
.hero__fallback, .hero__video, .hero__scrim { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero__fallback, .hero__video { z-index: 0; object-fit: cover; object-position: 50% 50%; }
.hero__video { opacity: 0; }
.hero.is-video-ready .hero__video { opacity: 1; }
.hero__scrim { z-index: 1; background: linear-gradient(to bottom, rgb(24 16 13 / .10), rgb(24 16 13 / .34)); }
.hero__content { position: relative; z-index: 4; width: 100%; padding: calc(var(--header-height) + 52px) var(--page-pad) clamp(52px, 8vw, 84px); }
.hero__eyebrow { margin: 0 0 15px; font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.hero__eyebrow span { margin: 0 .45em; }
.hero h1 { max-width: 760px; margin: 0; font-family: var(--display); font-size: clamp(68px, 9vw, 96px); font-weight: 400; line-height: .92; letter-spacing: -.04em; }
.hero__closing { width: 100%; display: flex; align-items: flex-end; justify-content: space-between; gap: 28px; margin-top: 28px; padding-top: 20px; border-top: 1px solid rgb(255 255 255 / .46); }
.hero__copy { max-width: 320px; margin: 0; font-size: clamp(16px, 1.5vw, 20px); line-height: 1.35; }

.quick-facts { display: grid; grid-template-columns: 1.15fr repeat(3, 1fr); color: var(--white); background: var(--espresso); border-top: 1px solid rgb(255 255 255 / .18); }
.quick-facts > * { min-width: 0; display: grid; gap: 4px; padding: 24px var(--page-pad); border-right: 1px solid rgb(255 255 255 / .18); text-decoration: none; }
.quick-facts > *:last-child { border-right: 0; }
.quick-facts span { color: rgb(247 243 234 / .88); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.quick-facts strong { font-family: var(--display); font-size: clamp(19px, 1.7vw, 27px); font-weight: 400; line-height: 1.15; }
.quick-facts b { color: var(--white); font-size: .72em; }
.quick-facts small { font-family: var(--body); font-size: 11px; font-weight: 400; }
.quick-facts a:hover strong { text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 5px; }

.button { min-height: 50px; min-width: 132px; display: inline-flex; align-items: center; justify-content: center; padding: 0 22px; border: 1px solid transparent; font-size: 13px; font-weight: 700; text-decoration: none; white-space: nowrap; transition: transform 160ms var(--ease-out), background-color 180ms ease, color 180ms ease, border-color 180ms ease; }
.button:active { transform: translateY(1px) scale(.97); }
.button--light { color: var(--ink); background: var(--white); border-color: var(--white); }
.button--light:hover { color: var(--white); background: var(--accent); border-color: var(--accent); }
.button--outline-light { color: var(--white); background: rgb(20 20 20 / .16); border-color: rgb(255 255 255 / .72); }
.button--outline-light:hover { color: var(--ink); background: var(--white); }
.button--dark { color: var(--white); background: var(--accent); border-color: var(--accent); }
.button--dark:hover { color: var(--accent); background: transparent; }

.section { padding: var(--section-space) var(--page-pad); }
.story { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(320px, .8fr); gap: clamp(54px, 10vw, 150px); align-items: center; }
.story__copy { max-width: 760px; }
h2 { margin: 0; font-family: var(--display); font-size: clamp(44px, 6vw, 76px); font-weight: 400; line-height: 1; letter-spacing: -.035em; }
.story__copy > p { max-width: 65ch; margin: 30px 0 0; color: var(--muted); font-size: clamp(16px, 1.4vw, 19px); }
.story__copy > p + p { margin-top: 16px; }
.story__facts { display: flex; flex-wrap: wrap; gap: 10px 24px; margin: 34px 0 0; padding: 24px 0 0; border-top: 1px solid var(--line); list-style: none; font-size: 13px; font-weight: 700; }
.about__media, .menu-card__media, .gallery-card { aspect-ratio: 3 / 4; overflow: hidden; }
.about__media { position: relative; margin: 0; }
.about__media img, .menu-card__media img, .gallery-card img { width: 100%; height: 100%; display: block; object-fit: cover; }
.about__media img { object-position: 53% 50%; }
.about__media::after { content: ""; position: absolute; inset: -35%; pointer-events: none; background: linear-gradient(112deg, transparent 42%, rgb(255 242 214 / .28) 50%, transparent 58%); transform: translate3d(-42%, 0, 0); mix-blend-mode: screen; animation: image-light-pass 9s var(--ease-in-out) infinite; }

@keyframes image-light-pass {
  0%, 18% { transform: translate3d(-42%, 0, 0); opacity: 0; }
  36%, 62% { opacity: 1; }
  82%, 100% { transform: translate3d(42%, 0, 0); opacity: 0; }
}

.kinetic-strip { overflow: hidden; color: var(--white); background: var(--espresso); border-top: 1px solid rgb(255 255 255 / .22); border-bottom: 1px solid rgb(255 255 255 / .22); }
.kinetic-strip__track { width: max-content; display: flex; animation: kinetic-marquee 21s linear infinite; will-change: transform; }
.kinetic-strip__group { display: flex; align-items: center; flex-shrink: 0; gap: clamp(24px, 3vw, 48px); padding: 20px clamp(24px, 3vw, 48px); font-family: var(--display); font-size: clamp(24px, 2.7vw, 42px); line-height: 1; white-space: nowrap; }
.kinetic-strip__group i { color: rgb(247 243 234 / .72); font-family: var(--body); font-size: .3em; font-style: normal; }

@keyframes kinetic-marquee { to { transform: translate3d(-50%, 0, 0); } }

.ambient-type { position: relative; overflow: hidden; isolation: isolate; }
.ambient-type::before { content: attr(data-ambient-word); position: absolute; z-index: 0; left: -.05em; top: 72%; color: rgb(247 243 234 / .075); font-family: var(--display); font-size: clamp(140px, 26vw, 420px); font-weight: 400; line-height: .72; letter-spacing: -.055em; white-space: nowrap; pointer-events: none; transform: translate3d(-2%, -50%, 0); animation: ambient-type-drift 16s var(--ease-in-out) infinite alternate; will-change: transform; }
.ambient-type > * { position: relative; z-index: 1; }
.ambient-type--reverse::before { left: auto; right: -.04em; animation-direction: alternate-reverse; }
.ambient-type--footer::before { top: 82%; font-size: clamp(120px, 19vw, 300px); color: rgb(247 243 234 / .055); }

@keyframes ambient-type-drift {
  from { transform: translate3d(-2%, -50%, 0); }
  to { transform: translate3d(2%, -50%, 0); }
}

.signatures { color: var(--white); background: var(--espresso); }
.signature-layout { display: grid; grid-template-columns: minmax(320px, .72fr) minmax(0, 1.28fr); gap: clamp(52px, 8vw, 120px); align-items: center; }
.signature-content { max-width: 560px; }
.signatures__intro h2 { max-width: 560px; }
.signatures__intro p { max-width: 43ch; margin: 28px 0 0; color: rgb(247 243 234 / .88); }
.signature-gallery { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(180px, .65fr); gap: 18px; align-items: start; }
.signature-main { position: relative; aspect-ratio: 4 / 5; margin: 0; overflow: hidden; background: var(--espresso-deep); }
.signature-main img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: 50% 56%; }
.signature-main figcaption { position: absolute; left: 18px; bottom: 18px; padding: 10px 13px; color: var(--ink); background: var(--white); font-size: 12px; font-weight: 700; }
.signature-menu { margin-top: 48px; border-top: 1px solid rgb(255 255 255 / .36); }
.signature-menu div { display: grid; grid-template-columns: 1fr auto; gap: 18px; padding: 17px 0; border-bottom: 1px solid rgb(255 255 255 / .24); }
.signature-menu span, .signature-menu strong { font-size: 14px; }
.signature-menu strong { font-variant-numeric: tabular-nums; }
.signature-thumbs { display: grid; grid-template-columns: 1fr; gap: 18px; }
.signature-thumbs figure { margin: 0; }
.signature-thumbs figure { overflow: hidden; }
.signature-thumbs img { width: 100%; height: auto; aspect-ratio: 3 / 4; display: block; object-fit: cover; transform: scale(1.025); animation: image-breathe-a 7.5s var(--ease-in-out) infinite alternate; will-change: transform; }
.signature-thumbs figure:nth-child(2) img { animation-name: image-breathe-b; animation-duration: 9s; }
.signature-thumbs figure:first-child img { object-position: 50% 50%; }
.signature-thumbs figcaption { margin-top: 10px; color: rgb(247 243 234 / .88); font-size: 12px; }

@keyframes image-breathe-a { to { transform: scale(1.055) translate3d(0, -1.2%, 0); } }
@keyframes image-breathe-b { to { transform: scale(1.055) translate3d(0, 1.2%, 0); } }

.menu-section { background: var(--paper-deep); }
.section-heading { max-width: 820px; }
.section-heading p { max-width: 56ch; margin: 22px 0 0; color: var(--muted); font-size: 17px; }
.menu-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(20px, 2.4vw, 34px); margin-top: 64px; }
.menu-card { min-width: 0; }
.menu-card__media { position: relative; }
.menu-card__media img { object-position: 50% 48%; transition: transform 520ms var(--ease-out), filter 300ms ease; }
.menu-card:nth-child(2) .menu-card__media img { object-position: 52% 48%; }
.menu-card:nth-child(3) .menu-card__media img { object-position: 47% 50%; }
.menu-card__body { padding: 26px 0 0; }
.menu-card h3 { margin: 0; font-family: var(--display); font-size: 36px; font-weight: 400; letter-spacing: -.035em; }
.menu-card__body > p { min-height: 50px; margin: 10px 0 22px; color: var(--muted); font-size: 14px; }
.menu-list { margin: 0; }
.menu-list div { display: grid; grid-template-columns: 1fr auto; gap: 12px; padding: 9px 0; border-bottom: 1px solid var(--line); }
.menu-list dt, .menu-list dd { margin: 0; font-size: 14px; }
.menu-list dd { font-weight: 700; font-variant-numeric: tabular-nums; }
.menu-action { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 50px; padding-top: 24px; border-top: 1px solid var(--line); }
.menu-action p { margin: 0; color: var(--muted); font-size: 13px; }
.text-link { display: inline-flex; align-items: center; gap: 10px; padding: 8px 0; color: var(--ink); background: transparent; border: 0; border-bottom: 1px solid currentColor; font-weight: 700; text-decoration: none; cursor: pointer; }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translate(3px, -3px); }

.gallery .section-heading { margin-bottom: 60px; }
.gallery-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(20px, 2vw, 24px); }
.gallery-card { position: relative; width: 100%; padding: 0; border: 0; background: var(--paper-deep); cursor: zoom-in; }
.gallery-card::after { content: "+"; position: absolute; right: 12px; bottom: 12px; width: 42px; height: 42px; display: grid; place-items: center; color: var(--white); background: rgb(20 20 20 / .56); border: 1px solid rgb(255 255 255 / .7); border-radius: 50%; font-size: 22px; opacity: 0; transform: scale(.88) rotate(-18deg); transition: opacity 180ms ease, transform 240ms var(--ease-out); }
.gallery-card:focus-visible::after { opacity: 1; transform: scale(1) rotate(0); }
.gallery-card img { transition: transform 560ms var(--ease-out), filter 280ms ease; }
.gallery-card:active { transform: scale(.985); }
.gallery-card:nth-child(1) img { object-position: 52% 50%; }
.gallery-card:nth-child(2) img { object-position: 50% 48%; }
.gallery-card:nth-child(3) img { object-position: 50% 52%; }
.gallery-card:nth-child(4) img { object-position: 58% 50%; }
.gallery-card:nth-child(5) img { object-position: 50% 42%; }
.gallery-card:nth-child(6) img { object-position: 48% 50%; }

.reviews { color: var(--white); background: var(--espresso-deep); }
.reviews__summary { display: flex; align-items: end; justify-content: space-between; gap: 28px; padding-bottom: 34px; border-bottom: 1px solid rgb(255 255 255 / .24); }
.reviews__summary h2 { font-size: clamp(44px, 6vw, 76px); }
.reviews-score { display: flex; align-items: center; gap: 16px; margin: 0; color: rgb(247 243 234 / .88); }
.reviews-score strong { color: var(--white); font-family: var(--display); font-size: clamp(58px, 6vw, 82px); font-weight: 400; line-height: .8; letter-spacing: -.035em; }
.reviews-score span { font-size: 12px; line-height: 1.5; }
.reviews-score b { color: var(--white); letter-spacing: .08em; }
.reviews-grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr; margin-top: 48px; }
.review { min-width: 0; padding: 4px clamp(24px, 3vw, 46px) 0; border-left: 1px solid rgb(255 255 255 / .24); }
.review:first-child { padding-left: 0; border-left: 0; }
.review__author { display: flex; align-items: center; gap: 14px; }
.review__author img { width: 46px; height: 46px; border-radius: 50%; object-fit: cover; }
.review__author h3 { margin: 0; font-size: 14px; }
.review__author p { margin: 2px 0 0; color: var(--white); font-size: 13px; letter-spacing: .08em; }
.review blockquote { min-height: 112px; margin: 24px 0 26px; font-family: var(--display); font-size: clamp(19px, 1.6vw, 25px); line-height: 1.3; letter-spacing: -.015em; }
.review > a { color: rgb(247 243 234 / .88); font-size: 13px; font-weight: 700; text-underline-offset: 5px; }

.visit { display: grid; grid-template-columns: minmax(300px, .68fr) minmax(0, 1.32fr); gap: clamp(48px, 8vw, 120px); align-items: stretch; }
.visit__details { align-self: center; }
.visit__details h2 { max-width: 540px; }
.visit address { margin-top: 36px; font-style: normal; font-size: 18px; }
.hours { max-width: 470px; margin: 34px 0; padding-top: 22px; border-top: 1px solid var(--line); }
.hours div { display: flex; justify-content: space-between; gap: 20px; padding: 6px 0; }
.hours span, .hours strong { font-size: 14px; }
.hours strong { text-align: right; font-variant-numeric: tabular-nums; }
.hours p { margin: 14px 0 0; color: var(--muted); font-size: 13px; }
.visit__map { position: relative; min-height: 640px; background: var(--paper-deep); }
.visit__map iframe { width: 100%; height: 100%; min-height: 640px; display: block; border: 0; }
.map-card { position: absolute; z-index: 2; top: 18px; left: 18px; width: min(310px, calc(100% - 36px)); padding: 20px; color: var(--ink); background: rgb(247 243 234 / .96); box-shadow: 0 14px 42px rgb(43 29 24 / .16); backdrop-filter: blur(12px); }
.map-card h3 { margin: 0; font-family: var(--display); font-size: 28px; font-weight: 400; line-height: 1; letter-spacing: -.03em; }
.map-card p { margin: 10px 0 0; color: var(--muted); font-size: 13px; line-height: 1.45; }
.map-card__rating strong { color: var(--ink); }
.map-card__rating span { color: var(--accent); }
.map-card a { display: inline-block; margin-top: 14px; font-size: 13px; font-weight: 700; text-underline-offset: 4px; }

.site-footer { display: grid; grid-template-columns: minmax(200px, 1fr) auto auto auto; gap: clamp(32px, 5vw, 70px); align-items: end; padding: 70px var(--page-pad); color: var(--white); background: var(--espresso); border-top: 1px solid rgb(255 255 255 / .18); }
.wordmark--footer { display: inline-block; font-size: 54px; }
.site-footer p { margin: 20px 0 0; color: rgb(247 243 234 / .88); font-size: 13px; }
.footer-links { display: grid; gap: 9px; }
.footer-hours { display: grid; grid-template-columns: repeat(2, auto); gap: 28px; }
.footer-hours p { margin: 0; }
.footer-hours strong { color: var(--white); font-size: 12px; }
.footer-socials { display: flex; gap: 8px; }

.modal { position: fixed; inset: 0; z-index: 80; display: grid; place-items: center; padding: 20px; visibility: hidden; opacity: 0; transition: opacity 180ms ease, visibility 180ms; }
.modal.is-open { visibility: visible; opacity: 1; }
.modal__backdrop { position: absolute; inset: 0; background: rgb(24 16 13 / .9); }
.modal__close { min-height: 44px; padding: 0 17px; color: inherit; background: transparent; border: 1px solid currentColor; cursor: pointer; }
.lightbox { position: relative; z-index: 1; width: min(1200px, 100%); height: min(90svh, 900px); display: grid; grid-template-columns: 56px 1fr 56px; align-items: center; color: var(--white); opacity: 0; transform: translateY(10px) scale(.985); transition: opacity 220ms ease, transform 280ms var(--ease-out); }
.modal.is-open .lightbox { opacity: 1; transform: translateY(0) scale(1); }
.lightbox .modal__close { position: absolute; right: 0; top: 0; z-index: 2; background: rgb(24 16 13 / .76); }
.lightbox figure { max-width: 100%; max-height: 100%; margin: 0; display: grid; place-items: center; }
.lightbox figure img { max-width: 100%; max-height: calc(90svh - 62px); width: auto; height: auto; object-fit: contain; }
.lightbox figcaption { margin-top: 10px; color: rgb(247 243 234 / .75); font-size: 13px; text-align: center; }
.lightbox__nav { width: 46px; height: 46px; color: var(--white); background: transparent; border: 1px solid rgb(255 255 255 / .56); border-radius: 50%; cursor: pointer; }
.lightbox__nav--prev { justify-self: start; }
.lightbox__nav--next { justify-self: end; }

.menu-modal { position: relative; z-index: 1; width: min(1120px, 100%); max-height: 92svh; overflow: auto; padding: clamp(22px, 4vw, 52px); color: var(--ink); background: var(--paper); opacity: 0; transform: translateY(12px) scale(.985); transition: opacity 220ms ease, transform 280ms var(--ease-out); }
.modal.is-open .menu-modal { opacity: 1; transform: translateY(0) scale(1); }
.menu-modal__header { display: flex; align-items: start; justify-content: space-between; gap: 24px; }
.menu-modal h2 { font-size: clamp(38px, 5vw, 64px); }
.menu-modal > p { margin: 16px 0 34px; color: var(--muted); }
.menu-pages { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; align-items: start; }
.menu-pages figure { margin: 0; }
.menu-pages img { width: 100%; height: auto; }
.menu-pages figcaption { margin-top: 10px; font-size: 13px; font-weight: 700; }

.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(20px); transition: opacity 620ms var(--ease-out), transform 720ms var(--ease-out); }
.js .reveal.is-visible { opacity: 1; transform: translateY(0); }
.js .about__media.reveal, .js .signature-main.reveal, .js .gallery-card.reveal { clip-path: inset(0 0 12% 0); transition: opacity 620ms var(--ease-out), transform 720ms var(--ease-out), clip-path 900ms var(--ease-out); }
.js .about__media.reveal.is-visible, .js .signature-main.reveal.is-visible, .js .gallery-card.reveal.is-visible { clip-path: inset(0 0 0 0); }
.gallery-card:nth-child(2), .gallery-card:nth-child(5) { transition-delay: 45ms; }
.gallery-card:nth-child(3), .gallery-card:nth-child(6) { transition-delay: 90ms; }

@media (hover: hover) and (pointer: fine) {
  .button:hover { transform: translateY(-2px); }
  .menu-card:hover .menu-card__media img { transform: scale(1.045); filter: saturate(1.06); }
  .gallery-card:hover::after { opacity: 1; transform: scale(1) rotate(0); }
  .gallery-card:hover img { transform: scale(1.045); filter: saturate(1.05); }
  .gallery-card:nth-child(odd):hover img { transform: scale(1.045) rotate(.35deg); }
  .gallery-card:nth-child(even):hover img { transform: scale(1.045) rotate(-.35deg); }
}

:focus-visible { outline: 3px solid var(--accent); outline-offset: 4px; box-shadow: 0 0 0 2px var(--white); }

@media (min-width: 901px) {
  .signature-main { height: calc(100% - 29px); aspect-ratio: auto; align-self: start; }
}

@media (max-width: 900px) {
  :root { --header-height: 64px; }
  .site-header { grid-template-columns: 1fr auto; }
  .desktop-nav { display: none; }
  .header-actions > .social-link { display: none; }
  .menu-toggle { display: flex; }
  .quick-facts { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .quick-facts > * { border-bottom: 1px solid rgb(255 255 255 / .18); }
  .quick-facts > *:nth-child(2) { border-right: 0; }
  .quick-facts > *:nth-child(n + 3) { border-bottom: 0; }
  .story, .visit { grid-template-columns: 1fr; }
  .story { gap: 48px; }
  .about__media { width: min(560px, 100%); justify-self: end; }
  .signature-layout { grid-template-columns: 1fr; gap: 56px; }
  .signature-content { max-width: 720px; }
  .signature-gallery { grid-template-columns: minmax(0, 1.35fr) minmax(200px, .65fr); }
  .menu-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
  .menu-card h3 { font-size: 28px; }
  .menu-card__body > p { min-height: 68px; }
  .gallery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .reviews-grid { overflow-x: auto; grid-template-columns: repeat(3, minmax(320px, 72vw)); scroll-snap-type: x mandatory; padding-bottom: 16px; }
  .review { scroll-snap-align: start; }
  .visit__map, .visit__map iframe { min-height: 520px; }
  .site-footer { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 767px) {
  :root { --section-space: 84px; }
  .quick-facts { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; }
  .quick-facts > * { flex: 0 0 min(72vw, 260px); border-right: 1px solid rgb(255 255 255 / .18); border-bottom: 0; scroll-snap-align: start; }
  .hero__content { padding-bottom: 42px; }
  .hero h1 { font-size: clamp(60px, 19vw, 76px); }
  .hero__closing { align-items: stretch; flex-direction: column; gap: 18px; margin-top: 24px; padding-top: 17px; }
  .hero__copy { max-width: 320px; font-size: 17px; }
  .hero__closing .button { max-width: 280px; }
  .kinetic-strip__group { gap: 20px; padding: 17px 20px; font-size: 26px; }
  .ambient-type::before { font-size: clamp(132px, 39vw, 180px); }
  .ambient-type::before { top: 76%; }
  .ambient-type--footer::before { top: 88%; font-size: 118px; }
  .button { width: 100%; }
  .story { display: flex; flex-direction: column; }
  .story__copy { width: 100%; }
  .about__media { width: 100%; }
  h2 { font-size: clamp(42px, 13vw, 60px); }
  .signature-layout { gap: 48px; }
  .signature-gallery { grid-template-columns: 1fr; }
  .signature-main { aspect-ratio: 4 / 5; }
  .signature-thumbs { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
  .signature-menu div { padding: 14px 0; }
  .menu-grid { grid-template-columns: 1fr; gap: 58px; margin-top: 46px; }
  .menu-card__body > p { min-height: 0; }
  .menu-action { align-items: flex-start; flex-direction: column; }
  .gallery-grid { grid-template-columns: 1fr; gap: 14px; }
  .gallery-card { width: 100%; }
  .reviews__summary { align-items: flex-start; flex-direction: column; }
  .reviews-score strong { font-size: 68px; }
  .reviews-grid { margin-right: calc(var(--page-pad) * -1); }
  .review blockquote { min-height: 0; }
  .visit__map { margin: 0 calc(var(--page-pad) * -1); }
  .visit__map, .visit__map iframe { min-height: 480px; }
  .site-footer { grid-template-columns: 1fr; align-items: start; }
  .footer-links { grid-template-columns: repeat(2, max-content); gap: 26px; }
  .footer-hours { grid-template-columns: 1fr; gap: 0; }
  .footer-socials { margin-top: 6px; }
  .lightbox { grid-template-columns: 48px 1fr 48px; }
  .lightbox .modal__close { right: 6px; top: 6px; }
  .menu-pages { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .js .reveal { opacity: 1; transform: none; }
  .about__media::after { display: none; animation: none !important; }
  .signature-thumbs img, .kinetic-strip__track, .ambient-type::before { animation: none !important; transform: none; }
  .ambient-type::before { transform: translate3d(0, -50%, 0); }
}
