@font-face { font-family: "DM Serif Display"; font-style: normal; font-weight: 400; font-display: swap; src: url("/assets/fonts/dm-serif-display-latin-400-normal-v5.3.0.woff2") format("woff2"); }
@font-face { font-family: "DM Serif Display"; font-style: italic; font-weight: 400; font-display: swap; src: url("/assets/fonts/dm-serif-display-latin-400-italic-v5.3.0.woff2") format("woff2"); }
@font-face { font-family: "DM Sans"; font-style: normal; font-weight: 100 1000; font-display: swap; src: url("/assets/fonts/dm-sans-latin-wght-normal-v5.3.0.woff2") format("woff2"); }

:root {
  color-scheme: light;
  --canvas: #f4f1e9;
  --paper: #fcfaf5;
  --white: #fff;
  --ink: #172d36;
  --navy: #102c3b;
  --navy-soft: #214555;
  --muted: #5b676a;
  --stone: #e7e7dd;
  --line: #d1d4cc;
  --olive: #496754;
  --clay: #406a70;
  --max: 1280px;
  --pad: clamp(1.4rem, 5.6vw, 2rem);
  --display: "DM Serif Display", Georgia, serif;
  --body: "DM Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 6rem; background: var(--canvas); }
body { margin: 0; color: var(--ink); background: var(--canvas); font-family: var(--body); font-size: 1rem; line-height: 1.65; -webkit-font-smoothing: antialiased; }
.has-mobile-actions { padding-bottom: calc(5.25rem + env(safe-area-inset-bottom)); }
img { display: block; width: 100%; max-width: 100%; height: auto; }
figure { margin: 0; }
a { color: inherit; text-decoration-thickness: .06em; text-underline-offset: .25em; }
button, a { -webkit-tap-highlight-color: transparent; }
button, input { font: inherit; }
:focus-visible { outline: 2px solid var(--clay); outline-offset: 5px; }
::selection { color: var(--white); background: var(--navy-soft); }
[hidden] { display: none !important; }
main:focus { outline: 0; }
.sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; white-space: nowrap !important; border: 0 !important; }
.skip-link { position: fixed; z-index: 1000; inset: 0 auto auto 1rem; padding: .7rem 1rem; color: var(--white); background: var(--navy); transform: translateY(-140%); }
.skip-link:focus { transform: translateY(.75rem); }
.shell { width: min(calc(100% - 2 * var(--pad)), var(--max)); margin-inline: auto; }
.site-header { position: relative; z-index: 20; color: var(--white); background: var(--navy); border-bottom: 1px solid rgb(255 255 255 / 14%); }
.header-inner { min-height: 4.75rem; display: flex; align-items: center; gap: .65rem; }
.brand { min-width: 0; display: inline-flex; align-items: center; gap: .65rem; color: var(--white); text-decoration: none; }
.brand-mark { width: 2.35rem; height: 1.8rem; object-fit: contain; }
.brand-name { display: grid; line-height: 1; }
.brand-name strong { font-family: var(--display); font-size: 1.16rem; font-weight: 400; letter-spacing: .045em; text-transform: uppercase; }
.brand-name small { display: block; margin-top: .3rem; color: #c7d6d8; font-size: .48rem; font-weight: 500; letter-spacing: .11em; white-space: nowrap; text-transform: uppercase; }
.site-header :focus-visible, .site-footer :focus-visible, .section-blue :focus-visible, .photo-dialog :focus-visible { outline-color: var(--white); }
.main-nav { margin-left: auto; display: flex; align-items: center; gap: .25rem; }
.nav-link { min-width: 2.75rem; min-height: 2.75rem; display: inline-flex; align-items: center; justify-content: center; padding: .5rem .45rem; color: #d8e2e2; font-size: .73rem; font-weight: 500; line-height: 1.2; text-decoration: none; }
.nav-link:hover, .nav-link[aria-current="page"] { color: var(--white); text-decoration: underline; text-underline-offset: .45rem; text-decoration-thickness: 1px; }
.nav-about, .nav-visit-long, .site-header .header-order { display: none; }
.nav-visit-short { display: inline; }
.button, .button:visited, .button-link { min-height: 3.25rem; display: inline-flex; align-items: center; justify-content: center; gap: .5rem; padding: .85rem 1.25rem; border: 1px solid transparent; border-radius: 3px; font-size: .85rem; font-weight: 600; line-height: 1.2; text-align: center; text-decoration: none; cursor: pointer; transition: background-color 160ms, color 160ms, border-color 160ms; }
.button-primary, .button-sun, .button-grab { color: var(--white); background: var(--navy); border-color: var(--navy); }
.button-primary:hover, .button-sun:hover, .button-grab:hover { background: var(--navy-soft); border-color: var(--navy-soft); }
.button-ivory { color: var(--navy); background: var(--paper); border-color: var(--paper); }
.button-ivory:hover { background: var(--stone); border-color: var(--stone); }
.button-ghost { color: var(--white); background: transparent; border-color: #71858b; }
.button-ghost:hover { background: var(--navy-soft); border-color: var(--white); }
.button-outline, .button-light, .button-link { color: var(--navy); background: transparent; border-color: #a5b0ac; }
.button-outline:hover, .button-light:hover, .button-link:hover { background: var(--white); border-color: var(--navy); }
.action-row { display: flex; flex-wrap: wrap; gap: .65rem; }
.text-link { min-height: 2.75rem; display: inline-flex; align-items: center; color: var(--navy); font-size: .86rem; font-weight: 600; text-underline-offset: .35em; }
.text-link-light { color: var(--white); }
.content-links { display: flex; flex-wrap: wrap; gap: .4rem 1.4rem; margin-top: 1.5rem; }
.eyebrow { display: flex; align-items: center; gap: .7rem; margin: 0 0 1.15rem; color: var(--clay); font-size: .65rem; font-weight: 600; letter-spacing: .17em; line-height: 1.5; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 1.5rem; flex-shrink: 0; height: 1px; background: currentColor; opacity: .7; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { color: var(--navy); font-family: var(--display); font-weight: 400; letter-spacing: -.025em; line-height: 1.04; }
h1 em, h2 em { color: var(--clay); font-weight: 400; }
.hero { background: var(--paper); }
.hero-grid { display: grid; grid-template-areas: "copy" "photo" "actions"; width: min(100%, 1600px); margin-inline: auto; }
.hero-media { grid-area: photo; position: relative; min-width: 0; overflow: hidden; }
.hero-media .photo-button, .hero-media picture, .hero-media img { display: block; width: 100%; height: 100%; }
.hero-media .photo-button { height: clamp(17rem, 85vw, 32rem); }
.hero-media img { object-fit: cover; object-position: center 58%; }
.hero-caption { position: absolute; left: 1rem; bottom: 1rem; max-width: calc(100% - 5.5rem); padding: .5rem .65rem; color: var(--white); background: rgb(16 44 59 / 88%); font-size: .6rem; letter-spacing: .015em; }
.hero-copy { grid-area: copy; padding: 1.65rem var(--pad) 1.3rem; }
.hero .eyebrow { margin-bottom: .75rem; font-size: .59rem; }
.hero h1 { margin: 0; font-size: clamp(2.85rem, 12.2vw, 4.8rem); line-height: 1; letter-spacing: -.035em; }
.hero-lede { max-width: 24rem; margin: .9rem 0 0; color: var(--muted); font-size: .84rem; line-height: 1.55; }
.hero-actions { grid-area: actions; padding: 1.25rem var(--pad) 1.5rem; }
.hero .action-row { flex-wrap: nowrap; gap: .6rem; }
.hero .action-row .button { flex: 1; font-size: .77rem; padding-inline: .7rem; }
.hero-status { display: flex; align-items: center; gap: .5rem; margin: .85rem 0 0; color: var(--muted); font-size: .69rem; line-height: 1.5; }
.status-dot { width: .35rem; height: .35rem; flex-shrink: 0; border-radius: 50%; background: var(--olive); }
.status-line[data-state="open"], .visit-status[data-state="open"] { color: var(--olive); }
.quick-strip { background: var(--paper); border-bottom: 1px solid var(--line); }
.quick-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); }
.quick-item { position: relative; min-width: 0; padding: 1.25rem 1.5rem 1.25rem 0; text-decoration: none; }
.quick-item:nth-child(2) { padding-left: 1.1rem; border-left: 1px solid var(--line); }
.quick-item:nth-child(3) { grid-column: 1 / -1; border-top: 1px solid var(--line); }
.quick-label, .quick-item strong { display: block; }
.quick-label { margin-bottom: .4rem; color: var(--muted); font-size: .58rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.quick-item strong { color: var(--navy); font-size: .77rem; font-weight: 500; line-height: 1.4; }
.quick-arrow { position: absolute; top: 50%; right: .25rem; color: var(--clay); font-size: .9rem; transform: translateY(-50%); }
.quick-item:hover strong { text-decoration: underline; text-underline-offset: .2em; }
.section, .page-section { padding-block: 4.75rem; }
.section-heading { max-width: 43rem; margin-bottom: 2.25rem; }
.section-heading h2, .split-copy h2, .visit-card h2 { margin: 0; font-size: clamp(2.75rem, 11.7vw, 4.4rem); }
.section-heading > p:not(.eyebrow), .split-copy > p:not(.eyebrow), .visit-card > p:not(.eyebrow) { max-width: 35rem; margin: 1.2rem 0 0; color: var(--muted); font-size: .94rem; }
.food-grid { display: grid; gap: 3rem; }
.food-card { min-width: 0; }
.food-card-media { overflow: hidden; background: var(--stone); }
.food-card-media .photo-button, .food-card-media picture, .food-card-media img { width: 100%; height: 100%; }
.food-card-media .photo-button { aspect-ratio: 4 / 5; }
.food-card-media img { object-fit: cover; transition: transform 420ms ease; }
.food-card-media:hover img { transform: scale(1.025); }
.food-card-body { position: relative; padding: 1.35rem 0 0 2.25rem; }
.food-number { position: absolute; left: 0; top: 1.65rem; color: var(--clay); font-size: .64rem; }
.food-card-body h3 { margin: 0; font-size: 1.7rem; }
.food-card-body h3 a { text-decoration: none; }
.food-card-body h3 a:hover { text-decoration: underline; }
.food-card-body p { margin: .6rem 0 0; color: var(--muted); font-size: .84rem; }
.food-card[id] { scroll-margin-top: 7rem; }
.rail-hint { margin: -.9rem 0 1.2rem; color: var(--muted); font-size: .69rem; }
.rail-hint span { color: var(--clay); margin-left: .5rem; }
.food-rail { display: flex; gap: 1.25rem; overflow-x: auto; scroll-snap-type: x mandatory; scroll-padding-inline: var(--pad); margin-inline: calc(-1 * var(--pad)); padding: 0 var(--pad) 1rem; scrollbar-width: thin; scrollbar-color: #a5b0ac transparent; }
.food-rail .food-card { flex: 0 0 82vw; scroll-snap-align: center; }
.menu-footer { margin-top: 2.5rem; padding-top: 1.65rem; border-top: 1px solid var(--line); }
.menu-footer > p { color: var(--muted); font-size: .9rem; }
.section-blue { padding: 0; background: var(--navy); }
.split { display: grid; }
.section-blue .split { width: min(100%, 1800px); color: var(--white); }
.portrait { background: #0b2432; }
.portrait .photo-button, .portrait picture, .portrait img { width: 100%; height: 100%; }
.portrait .photo-button { aspect-ratio: 4 / 3; }
.portrait img { object-fit: cover; }
.section-blue .split-copy { padding: 3rem var(--pad) 3.5rem; }
.section-blue .eyebrow { color: #c7d6c8; }
.section-blue h2 { color: var(--white); }
.section-blue h2 em { color: #c7d6c8; }
.section-blue .split-copy > p:not(.eyebrow) { color: #d4dfe0; font-size: .95rem; line-height: 1.75; }
.owner-meta { display: flex; align-items: baseline; gap: 1rem; margin-top: 1.8rem; }
.owner-meta strong { color: var(--white); font-family: var(--display); font-size: 2.2rem; font-style: italic; font-weight: 400; }
.owner-meta span { color: #c7d6d8; font-size: .59rem; letter-spacing: .13em; text-transform: uppercase; }
.section-gallery { background: var(--canvas); }
.grill-layout { display: grid; gap: 2rem; }
.grill-layout .section-heading { margin: 0; }
.grill-layout .text-link { margin-top: 1.15rem; }
.grill-photo { min-width: 0; }
.grill-photo .photo-button { aspect-ratio: 1; }
.grill-photo picture, .grill-photo img { width: 100%; height: 100%; }
.grill-photo img { object-fit: cover; object-position: center 55%; }
.grill-photo figcaption { padding-top: .8rem; color: var(--muted); font-size: .72rem; }
.location-intro { padding-block: 2rem 3rem; background: var(--paper); }
.location-intro h1 { margin-bottom: 1.25rem; font-size: clamp(2.9rem,12vw,4.8rem); }
.location-intro .visit-layout { gap: 2.5rem; }
.location-intro .visit-card > p { max-width: 35rem; }
.location-details { display: grid; gap: 2rem; min-width: 0; }
.copy-address { margin-top: .85rem; padding: 0; background: none; border: 0; text-decoration: underline; cursor: pointer; }
.entrance-photo .photo-button { aspect-ratio: 30 / 13; }
.entrance-photo picture, .entrance-photo img { width: 100%; height: 100%; }
.entrance-photo img { object-fit: cover; }
.entrance-photo figcaption { padding-top: .75rem; color: var(--muted); font-size: .75rem; }
.section-soft { background: var(--paper); }
.visit-layout { display: grid; gap: 3rem; }
.visit-status { margin: 1.7rem 0 0; color: var(--navy); font-size: .94rem; font-weight: 600; }
.address { max-width: 39rem; margin: .85rem 0 1.7rem; color: var(--muted); font-size: .94rem; font-style: normal; }
.hours-table { width: 100%; align-self: center; border-collapse: collapse; border-block: 1px solid var(--line); }
.hours-table caption { padding-bottom: 1.15rem; color: var(--navy); font-family: var(--display); font-size: 2rem; text-align: left; }
.hours-table th, .hours-table td { padding: 1rem 0; border-bottom: 1px solid var(--line); font-size: .85rem; text-align: left; }
.hours-table th { color: var(--navy); font-weight: 500; }
.hours-table td { color: var(--muted); text-align: right; }
.faq { background: var(--canvas); }
.faq-list { display: grid; border-top: 1px solid var(--line); }
.faq-item { padding: 1.6rem 0; border-bottom: 1px solid var(--line); }
.faq-item h3 { margin: 0; font-family: var(--body); font-size: .95rem; font-weight: 600; letter-spacing: 0; line-height: 1.4; }
.faq-item p { margin: .7rem 0 0; color: var(--muted); font-size: .88rem; }
.page-hero { background: var(--stone); }
.page-hero-grid { display: grid; width: min(100%,1800px); margin-inline: auto; }
.page-hero-media { min-width: 0; background: var(--stone); }
.page-hero-media .photo-button, .page-hero-media picture, .page-hero-media img { width: 100%; height: 100%; }
.page-hero-media .photo-button { aspect-ratio: 4 / 5; }
.page-hero-media img { object-fit: cover; }
.page-hero-counter .photo-button { aspect-ratio: 30 / 13; }
.page-hero-owner .photo-button { aspect-ratio: 4 / 3; }
.page-hero-owner img { object-position: center 28%; }
.page-hero-menu { display: grid; grid-template-columns: 62fr 38fr; grid-template-rows: repeat(2,minmax(0,1fr)); gap: 3px; aspect-ratio: 1; overflow: hidden; }
.page-hero-menu figure { min-width: 0; min-height: 0; overflow: hidden; }
.page-hero-menu .menu-mosaic-main { grid-row: 1 / -1; }
.page-hero-menu .photo-button, .page-hero-menu picture, .page-hero-menu img { width: 100%; height: 100%; aspect-ratio: auto; }
.page-hero-menu img { object-fit: cover; }
.page-hero-menu .menu-mosaic-secondary .photo-button-label { width: 2.75rem; height: 2.75rem; padding: 0; }
.page-hero-menu .menu-mosaic-secondary .photo-button-label-text { display: none; }
.page-hero-copy, .page-hero > .shell { padding-block: 2rem 3.5rem; }
.page-hero-copy { grid-row: 1; padding-inline: var(--pad); }
.breadcrumb { margin: 0 0 2.25rem; color: var(--muted); font-size: .68rem; }
.breadcrumb ol { display: flex; flex-wrap: wrap; gap: .5rem; margin: 0; padding: 0; list-style: none; }
.breadcrumb li + li::before { content: "/"; margin-right: .5rem; color: var(--muted); }
.breadcrumb a { color: var(--navy); }
.page-hero h1, .not-found h1 { max-width: 15ch; margin: 0; font-size: clamp(3rem,12.8vw,4.5rem); }
.page-intro { max-width: 37rem; margin: 1.35rem 0 1.8rem; color: var(--muted); font-size: .95rem; }
.page-section { border-top: 1px solid var(--line); }
.service-photo { margin-top: 2.5rem; overflow: hidden; background: var(--stone); }
.service-photo .photo-button, .service-photo picture, .service-photo img { width: 100%; height: 100%; }
.service-photo .photo-button { aspect-ratio: 4 / 5; }
.service-photo img { object-fit: cover; }
.service-list { display: flex; flex-wrap: wrap; gap: .5rem 1.25rem; margin: 1.6rem 0 0; padding: 1.1rem 0 0; border-top: 1px solid var(--line); list-style: none; }
.service-list li { color: var(--navy); font-size: .82rem; }
.question-list { margin: 1.6rem 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.question-list li { position: relative; padding: 1rem 0 1rem 2rem; border-bottom: 1px solid var(--line); font-size: .91rem; }
.question-list li::before { content: "?"; position: absolute; left: 0; color: var(--clay); font-family: var(--display); font-size: 1.3rem; line-height: 1.4; }
.notice { margin-top: 2.4rem; padding: 1.15rem 0; color: var(--muted); border-block: 1px solid var(--line); font-size: .85rem; }
.dietary-section .shell { display: grid; gap: .25rem 2.5rem; }
.dietary-section .section-heading { margin-bottom: 1.5rem; }
.prose { max-width: 48rem; }
.prose h2 { margin: 2.5rem 0 .8rem; font-size: 2.2rem; }
.prose h2:first-child { margin-top: 0; }
.prose p { color: var(--muted); }
.prose-lead h2 { margin-top: 0; font-size: clamp(2.75rem,9vw,3.8rem); }
.prose-lead > p:not(.eyebrow) { font-size: .98rem; line-height: 1.8; }
.owner-page-layout { display: grid; gap: 2.4rem; }
.detail-card { align-self: start; padding: 1.75rem; background: var(--stone); }
.fact-list { margin: 0; }
.fact-list div { display: grid; grid-template-columns: minmax(5rem,.7fr) minmax(0,1.3fr); gap: 1rem; padding: 1rem 0; border-top: 1px solid #b9c4be; }
.fact-list dt { color: var(--muted); font-size: .64rem; letter-spacing: .08em; text-transform: uppercase; }
.fact-list dd { margin: 0; color: var(--navy); font-size: .86rem; }
.step-grid { counter-reset: delivery-step; display: grid; gap: 2rem; margin: 0; padding: 0; list-style: none; }
.step-grid li { counter-increment: delivery-step; min-width: 0; padding-top: 1.25rem; border-top: 1px solid var(--line); }
.step-grid li::before { content: "0" counter(delivery-step); display: block; margin-bottom: 1.25rem; color: var(--clay); font-family: var(--display); font-size: 2.8rem; line-height: 1; }
.step-grid h3 { margin: 0; font-size: 1.65rem; }
.step-grid p { margin: .7rem 0 0; color: var(--muted); font-size: .9rem; }
.center-action { margin-top: 2rem; }
.not-found { min-height: 65vh; display: grid; align-items: center; padding-block: 5rem; }
.not-found p:not(.eyebrow) { margin: 1.2rem 0 2rem; color: var(--muted); }
.site-footer { padding-block: 3.5rem 2rem; color: #c7d6d8; background: var(--navy); }
.footer-invitation { position: relative; padding-bottom: 2.8rem; margin-bottom: 2.8rem; border-bottom: 1px solid #3b5360; }
.footer-invitation .eyebrow { color: #c7d6c8; }
.footer-invitation > p:not(.eyebrow) { margin: 0; max-width: 9ch; color: var(--white); font-family: var(--display); font-size: clamp(3.5rem,15vw,5rem); line-height: 1.03; letter-spacing: -.035em; }
.footer-invitation em { color: #c7d6c8; }
.footer-invitation > a { display: grid; place-items: center; margin-top: 1.5rem; width: 3.2rem; height: 3.2rem; border: 1px solid #8da3a8; border-radius: 50%; text-decoration: none; color: var(--white); font-size: 1.5rem; }
.footer-invitation > a:hover { background: var(--navy-soft); }
.footer-grid { display: grid; gap: 2rem; }
.footer-grid p { margin: 0; font-size: .82rem; }
.footer-grid strong, .footer-brand { color: var(--white); }
.footer-brand { margin-bottom: .65rem !important; font-family: var(--display); font-size: 1.45rem !important; font-weight: 400; }
.footer-links { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: .2rem 1rem; margin: 0; padding: 0; list-style: none; }
.footer-links a { display: inline-flex; align-items: center; min-height: 2.75rem; color: #dce5e5; font-size: .79rem; text-decoration: none; }
.footer-links a:hover { text-decoration: underline; }
.footer-wordmark { margin: 2rem 0 1rem; color: #c7d6c8; font-family: var(--display); font-size: clamp(2rem,12.9vw,11rem); letter-spacing: -.035em; line-height: 1; text-align: center; }
.footer-legal { display: flex; flex-wrap: wrap; gap: .5rem 1.25rem; align-items: center; justify-content: space-between; margin-top: 1.5rem; padding-top: 1.4rem; border-top: 1px solid #3b5360; color: #b3c6cb; font-size: .66rem; }
.footer-legal p { margin: 0; }
.footer-legal a { color: inherit; }
.mobile-actions { position: fixed; z-index: 50; inset: auto 0 0; display: grid; grid-template-columns: 1.7fr 1fr 1fr; gap: .25rem; padding: .7rem .85rem calc(.7rem + env(safe-area-inset-bottom)); background: rgb(252 250 245 / 98%); border-top: 1px solid var(--line); box-shadow: 0 -4px 20px rgb(16 44 59 / 5%); }
.mobile-actions a { min-height: 3.15rem; display: inline-flex; align-items: center; justify-content: center; padding: .5rem; color: var(--navy); border-radius: 3px; font-size: .77rem; font-weight: 600; text-decoration: none; }
.mobile-actions .button-grab, .mobile-actions .button-primary { color: var(--white); background: var(--navy); }
.mobile-actions a:hover { background: var(--stone); color: var(--navy); }
.photo-button { position: relative; display: block; color: var(--white); cursor: zoom-in; text-decoration: none; }
.photo-button-label { position: absolute; z-index: 2; right: .8rem; bottom: .8rem; display: inline-flex; align-items: center; justify-content: center; gap: .5rem; min-height: 2.75rem; padding: .65rem .85rem; border: 1px solid rgb(255 255 255 / 45%); border-radius: 3px; color: var(--white); background: rgb(16 44 59 / 85%); font-family: var(--body); font-size: .65rem; font-weight: 500; line-height: 1; }
.photo-button-label > span:first-child { font-size: 1.1rem; font-weight: 400; }
.hero-media .photo-button-label { inset: 1rem 1rem auto auto; width: 2.75rem; height: 2.75rem; padding: 0; }
.hero-media .photo-button-label-text { display: none; }
.photo-button:hover .photo-button-label { background: var(--navy); }
.photo-dialog-open { overflow: hidden; }
.photo-dialog { position: fixed; inset: 0; width: 100%; max-width: none; height: 100%; height: 100dvh; max-height: none; padding: 0; margin: 0; border: 0; color: var(--white); background: rgb(7 20 29 / 98%); }
.photo-dialog::backdrop { background: #07141d; }
.photo-dialog-frame { display: flex; flex-direction: column; justify-content: center; min-height: 100%; padding: max(1rem,env(safe-area-inset-top)) max(.5rem,env(safe-area-inset-right)) max(1rem,env(safe-area-inset-bottom)) max(.5rem,env(safe-area-inset-left)); }
.photo-dialog-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 0 .5rem .75rem; }
.photo-dialog-title { margin: 0; font-family: var(--display); font-size: 1.2rem; color: var(--white); }
.photo-dialog-close, .photo-dialog-nav, .photo-dialog-zoom { min-width: 2.75rem; min-height: 2.75rem; display: inline-flex; align-items: center; justify-content: center; border: 1px solid #6e8590; border-radius: 3px; color: var(--white); background: transparent; cursor: pointer; font-size: .8rem; }
.photo-dialog-close, .photo-dialog-zoom { padding: .5rem .8rem; gap: .6rem; }
.photo-dialog-close:hover, .photo-dialog-nav:hover, .photo-dialog-zoom:hover { background: var(--navy-soft); }
.photo-dialog-stage { position: relative; display: grid; grid-template-columns: 2.75rem minmax(0,1fr) 2.75rem; gap: .75rem 0; align-items: center; }
.photo-dialog-image { grid-column: 1 / -1; grid-row: 1; width: auto; height: auto; max-width: 100%; max-height: calc(100dvh - 12rem); object-fit: contain; justify-self: center; }
.photo-dialog-nav { grid-row: 2; }
.photo-dialog-prev { grid-column: 1; }
.photo-dialog-next { grid-column: 3; }
.photo-dialog-caption { margin: .85rem auto 0; max-width: 50rem; padding-inline: .5rem; color: #d7e1e4; font-size: .83rem; text-align: center; }
.photo-dialog-count { margin: 0 auto 0 0; padding-inline: .5rem; color: #adbfc8; font-size: .65rem; }
.photo-dialog-frame[data-zoomed="true"] .photo-dialog-stage { display: block; height: calc(100dvh - 10rem); overflow: auto; overscroll-behavior: contain; }
.photo-dialog-frame[data-zoomed="true"] .photo-dialog-image { width: var(--photo-zoom-width); max-width: none; max-height: none; height: auto; margin-inline: auto; }
.photo-dialog-zoom[aria-pressed="true"] { color: var(--navy); background: var(--paper); border-color: var(--paper); }
.photo-dialog-frame[data-loading="true"] .photo-dialog-image { opacity: .4; }
.photo-dialog-frame[data-loading="true"] .photo-dialog-stage::after { content: "Loading photo…"; position: absolute; top: 50%; left: 50%; padding: .6rem 1rem; color: white; background: var(--navy); font-size: .8rem; transform: translate(-50%,-50%); }

@media (min-width: 700px) {
  .nav-about { display: inline-flex; }
  .header-inner { min-height: 5.5rem; }
  .brand-mark { width: 3rem; height: 2rem; }
  .brand-name strong { font-size: 1.4rem; }
  .brand-name small { font-size: .56rem; }
  .main-nav { gap: 1.25rem; }
  .nav-link { font-size: .82rem; }
  .hero h1 { font-size: 5rem; }
  .hero-copy { padding-top: 2.5rem; }
  .hero-lede { max-width: 30rem; font-size: 1rem; }
  .hero .action-row { max-width: 28rem; }
  .hero .action-row .button { font-size: .85rem; }
  .quick-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .quick-item { padding: 1.5rem 1.8rem 1.5rem 0; }
  .quick-item:nth-child(2), .quick-item:nth-child(3) { grid-column: auto; padding-left: 1.5rem; border-top: 0; border-left: 1px solid var(--line); }
  .quick-arrow { right: .75rem; }
  .food-grid:not(.food-rail) { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 3rem 1.75rem; }
  .food-rail .food-card { flex-basis: 48vw; }
  .food-card-body { padding-left: 0; }
  .food-number { position: static; display: block; margin-bottom: .6rem; }
  .food-card-body h3 { font-size: 1.65rem; }
  .faq-list { grid-template-columns: repeat(2,minmax(0,1fr)); column-gap: 3.5rem; }
  .page-hero h1 { font-size: 4.5rem; }
  .page-hero-menu { aspect-ratio: 4 / 3; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 2rem; }
  .footer-nav { grid-column: 1 / -1; }
  .footer-links { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .footer-invitation > p:not(.eyebrow) { max-width: calc(100% - 6rem); font-size: 3.5rem; }
  .footer-invitation > a { position: absolute; right: 0; bottom: 3rem; margin: 0; width: 4rem; height: 4rem; }
  .photo-dialog-frame { padding-inline: max(1.5rem,env(safe-area-inset-left)) max(1.5rem,env(safe-area-inset-right)); }
  .photo-dialog-stage { grid-template-columns: 3.5rem minmax(0,1fr) 3.5rem; gap: 1rem; }
  .photo-dialog-image { grid-column: 2; max-height: calc(100dvh - 9rem); }
  .photo-dialog-nav { grid-row: 1; }
}
@media (min-width: 1000px) {
  :root { --pad: clamp(2rem,5vw,5.5rem); }
  html { scroll-padding-top: 7rem; }
  .has-mobile-actions { padding-bottom: 0; }
  .site-header { position: sticky; top: 0; }
  .header-inner { min-height: 6rem; }
  .brand-mark { width: 3.65rem; height: 2.1rem; }
  .brand-name strong { font-size: 1.6rem; }
  .brand-name small { font-size: .59rem; letter-spacing: .15em; }
  .main-nav { gap: 1.5rem; }
  .nav-visit-long { display: inline; }
  .nav-visit-short { display: none; }
  .site-header .header-order { display: inline-flex; min-height: 2.9rem; margin-left: .5rem; color: var(--navy); background: var(--paper); font-size: .78rem; }
  .hero-grid { grid-template-columns: 46% 54%; grid-template-rows: minmax(0,1fr) minmax(0,1fr); grid-template-areas: "copy photo" "actions photo"; height: clamp(640px, calc(100svh - 6rem), 780px); }
  .hero-media { min-height: 0; }
  .hero-media .photo-button { height: 100%; }
  .hero-media img { object-position: center 54%; }
  .hero-copy { align-self: end; padding: 4rem 2rem 0 var(--pad); }
  .hero-actions { align-self: start; padding: 2rem 2rem 4rem var(--pad); }
  .hero .eyebrow { font-size: .65rem; margin-bottom: 1.35rem; }
  .hero h1 { font-size: clamp(3.9rem,5.8vw,6rem); }
  .hero-lede { max-width: 24rem; margin-block: 1.6rem 0; font-size: 1rem; }
  .hero-status { margin-top: 1.25rem; font-size: .72rem; }
  .hero-caption { left: 1.5rem; bottom: 1.5rem; font-size: .7rem; }
  .section, .page-section { padding-block: 6.5rem; }
  .section-heading { margin-bottom: 3rem; }
  .section-heading h2, .split-copy h2, .visit-card h2 { font-size: clamp(3.75rem,5vw,5rem); }
  .section-heading > p:not(.eyebrow), .split-copy > p:not(.eyebrow), .visit-card > p:not(.eyebrow) { font-size: 1rem; }
  .food-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 3.5rem 2.5rem; }
  .food-grid.food-rail { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 2.25rem; overflow: visible; margin: 0; padding: 0; }
  .food-card-body { padding: 1.5rem 0 0 2.25rem; }
  .food-number { position: absolute; top: 1.9rem; }
  .food-card-body h3 { font-size: 1.85rem; }
  .food-card-body p { font-size: .88rem; }
  .rail-hint { display: none; }
  .menu-footer { display: flex; align-items: center; justify-content: space-between; gap: 2rem; margin-top: 3.5rem; }
  .menu-footer > p { max-width: 26rem; margin: 0; }
  .section-blue { padding: 0; }
  .split { grid-template-columns: 1fr 1fr; align-items: center; gap: 4rem; }
  .section-blue .split { gap: 0; }
  .portrait { align-self: stretch; min-height: 38rem; }
  .portrait .photo-button { aspect-ratio: auto; }
  .section-blue .split-copy { padding: 5rem var(--pad); }
  .grill-layout { grid-template-columns: .9fr 1.1fr; gap: 5rem; align-items: center; }
  .grill-photo .photo-button { aspect-ratio: 4 / 5; }
  .location-intro { padding-block: 2.5rem 5rem; }
  .location-intro h1 { font-size: clamp(3.4rem,4.8vw,5rem); }
  .location-intro .visit-layout { gap: 5rem; align-items: start; }
  .visit-layout { grid-template-columns: 1.2fr .8fr; gap: 6rem; }
  .page-hero-grid { grid-template-columns: 46% 54%; align-items: stretch; }
  .page-hero-copy { grid-column: 1; padding: 2.5rem var(--pad) 4rem; align-self: center; }
  .page-hero-media { grid-column: 2; grid-row: 1; min-height: 0; height: clamp(600px,65vw,720px); }
  .page-hero-media .photo-button { aspect-ratio: auto; }
  .page-hero h1 { font-size: clamp(3.5rem,4.8vw,5rem); }
  .page-hero-menu { aspect-ratio: auto; min-height: 37rem; }
  .page-hero-location { grid-template-columns: 1fr; }
  .page-hero-location .page-hero-copy { width: min(100%, calc(var(--max) + 2 * var(--pad))); justify-self: center; }
  .page-hero-location .page-hero-media { grid-column: 1; grid-row: 2; min-height: 0; }
  .page-hero-location .photo-button { aspect-ratio: 30 / 13; }
  .page-intro { font-size: 1rem; }
  .page-hero > .shell { padding-block: 2.5rem 4.5rem; }
  .page-hero > .shell h1 { max-width: 20ch; }
  .service-photo { margin-top: 0; }
  .owner-page-layout { grid-template-columns: minmax(0,1.25fr) minmax(0,.75fr); gap: 5rem; }
  .step-grid { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 3rem; }
  .dietary-section .shell { grid-template-columns: 1fr 1fr; }
  .dietary-section .section-heading { grid-row: 1 / 3; }
  .dietary-section .notice { grid-column: 1 / -1; }
  .site-footer { padding-top: 5rem; }
  .footer-invitation { padding-bottom: 4rem; margin-bottom: 3.5rem; }
  .footer-invitation > p:not(.eyebrow) { font-size: clamp(5rem,7vw,7rem); }
  .footer-invitation > a { bottom: 4rem; width: 5rem; height: 5rem; font-size: 2rem; }
  .footer-grid { grid-template-columns: 1.2fr .8fr 1fr; gap: 3rem; }
  .footer-nav { grid-column: auto; }
  .footer-links { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .footer-wordmark { margin-top: 4rem; font-size: min(12.9vw,11rem); }
  .mobile-actions { display: none !important; }
}
@media (max-width: 359px) {
  :root { --pad: 1.1rem; }
  .brand { gap: .45rem; }
  .brand-mark { width: 1.8rem; }
  .brand-name strong { font-size: 1.03rem; }
  .brand-name small { font-size: .43rem; }
  .main-nav { gap: 0; }
  .nav-link { padding-inline: .3rem; font-size: .7rem; }
  .hero h1 { font-size: 2.65rem; }
  .hero .action-row .button { font-size: .7rem; padding-inline: .45rem; }
  .footer-invitation > a { width: 2.75rem; height: 2.75rem; }
}
@media (max-width: 999px) and (max-height: 740px) {
  .hero-copy { padding-block: 1.3rem 1.1rem; }
  .hero h1 { font-size: clamp(2.65rem,11vw,4.8rem); }
  .hero-media .photo-button { height: clamp(16rem, 42svh, 25rem); }
  .hero-lede { font-size: .8rem; margin-top: .7rem; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}
@media (forced-colors: active) {
  .button, .photo-button-label, .mobile-actions a { border: 1px solid ButtonText; }
}
@media print {
  .site-header, .mobile-actions, .site-footer, .photo-button-label, .photo-dialog { display: none !important; }
  body { padding-bottom: 0 !important; color: #000; background: #fff; }
  .hero-copy { padding: 2rem; color: #000; }
  .hero-media::after { display: none; }
  .hero h1, h1 em, h2 em, .hero-lede, .hero-status { color: #000; }
  .hero-grid, .split, .food-grid.food-rail, .page-hero-grid { display: block; }
  .hero-media { display: none; }
  .section, .page-section { padding-block: 2rem; }
  a { text-decoration: underline; }
}
