:root {
  color-scheme: light;
  --paper: #faf9f5;
  --paper-shade: #f0eeea;
  --ink: #292524;
  --muted: #605b59;
  --brand: #762d3b;
  --line: #d8d1cb;
  --display: 'Bitter', Georgia, serif;
  --body: 'DM Sans', Arial, sans-serif;
  --radius: 3px;
  /* Layers: document 0, header 10, skip link 20. Dialogs use the native top layer. */
  --header-height: 72px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-height) + 20px); }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--body); font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.is-locked { position: fixed; width: 100%; overflow: hidden; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
a { color: inherit; text-decoration: none; }
button { color: inherit; }
button:disabled { cursor: default; }
img, svg { display: block; max-width: 100%; }
button, a, input, select, textarea { touch-action: manipulation; }
:focus-visible { outline: 3px solid var(--brand); outline-offset: 5px; }
::selection { color: var(--paper); background: var(--brand); }
h1, h2, h3, p { margin: 0; }
h1, h2, h3 { text-wrap: balance; }
h1, h2, .footer-brand { font-family: var(--display); font-weight: 600; letter-spacing: -.045em; }
h2 { font-size: clamp(36px, 4.7vw, 66px); line-height: 1.13; }
h3 { font-size: 22px; line-height: 1.25; font-weight: 600; }
address { font-style: normal; }
[hidden] { display: none !important; }
.wrap { width: min(100% - 120px, 1264px); margin-inline: auto; }
.section { padding-block: 88px; }
.skip-link { position: fixed; z-index: 20; top: 8px; left: 12px; padding: 10px 20px; background: var(--paper); color: var(--brand); transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
.site-header { position: fixed; z-index: 10; top: 0; left: 0; width: 100%; height: var(--header-height); padding-inline: 44px; display: flex; align-items: center; justify-content: space-between; gap: 24px; background: var(--paper); border-bottom: 1px solid rgb(118 45 59 / .12); transition: background-color 240ms ease, border-color 240ms ease, color 180ms ease; }
.site-header.is-over-hero { color: var(--paper); background-color: transparent; border-bottom-color: transparent; }
.site-header.is-over-hero .wordmark { color: var(--paper); text-shadow: 0 1px 8px rgb(0 0 0 / .5); }
.site-header.is-over-hero .desktop-nav a, .site-header.is-over-hero .social-link { color: var(--paper); text-shadow: 0 1px 6px rgb(0 0 0 / .5); }
.site-header.is-over-hero .menu-toggle { border-color: rgb(255 255 255 / .72); }
.site-header.is-over-hero :focus-visible { outline-color: var(--paper); }

.wordmark { display: flex; flex-direction: column; align-items: center; font-family: var(--display); color: var(--brand); line-height: 1.12; flex-shrink: 0; letter-spacing: -.04em; padding: 7px 0; }
.wordmark span { font-size: 17px; font-weight: 600; }
.wordmark strong { font-size: 25px; font-weight: 700; }
.desktop-nav { display: flex; gap: 25px; align-items: center; margin-left: auto; }
.desktop-nav a { font-size: 14px; padding: 15px 0; white-space: nowrap; }
.header-actions, .socials { display: flex; align-items: center; }
.header-actions { gap: 20px; }
.socials { gap: 2px; }
.social-link { width: 44px; height: 44px; display: grid; place-items: center; border-radius: var(--radius); }
.social-link svg { width: 20px; height: 20px; fill: currentColor; }
.menu-toggle { width: 44px; height: 44px; border: 1px solid var(--line); background: transparent; border-radius: var(--radius); display: grid; place-items: center; }
.icon-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.icon { width: 1em; height: 1em; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; vertical-align: -.125em; }
.button .icon, .text-link .icon { width: 19px; height: 19px; }
.hamburger { width: 19px; height: 10px; border-block: 1.5px solid currentColor; }
.hero { min-height: 100svh; position: relative; display: grid; align-items: end; isolation: isolate; overflow: hidden; }
.hero-image, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-image { object-fit: cover; object-position: 50% 50%; z-index: -2; }
.hero-shade { z-index: -1; background: linear-gradient(180deg, rgb(0 0 0 / .08), rgb(0 0 0 / .28)); }
.hero-content { padding-top: calc(var(--header-height) + 48px); padding-bottom: 64px; color: var(--paper); }
.eyebrow { font-size: 12px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.hero .eyebrow { margin-bottom: 19px; text-shadow: 0 1px 8px rgb(0 0 0 / .55); }
.hero h1 { font-size: clamp(66px, 8.1vw, 116px); line-height: 1.05; max-width: 850px; text-shadow: 0 2px 16px rgb(0 0 0 / .35); }
.hero h1 span { display: block; }
.hero-description { font-size: 19px; line-height: 1.55; margin-top: 24px; text-shadow: 0 1px 8px rgb(0 0 0 / .6); }
.hero-buttons { display: flex; gap: 12px; margin-top: 30px; }
.button { min-height: 52px; padding: 13px 24px; border: 1px solid transparent; border-radius: var(--radius); display: inline-flex; align-items: center; justify-content: center; gap: 25px; font-size: 14px; font-weight: 600; line-height: 1.4; white-space: nowrap; transition: transform .18s, background-color .18s, color .18s; }
.button span, .text-link span { font-size: 20px; line-height: 1; }
.button > .icon { transition: transform .18s; }
.button-light { background: var(--paper); color: var(--brand); }
.button-glass { background: rgb(0 0 0 / .22); color: var(--paper); border-color: rgb(255 255 255 / .75); }
.button-brand { background: var(--brand); color: var(--paper); }
.hero :focus-visible { outline-color: var(--paper); }
.visit-strip { border-bottom: 1px solid var(--line); background: var(--paper); }
.visit-strip-inner { display: grid; grid-template-columns: 1.15fr 1fr .85fr; }
.visit-strip-inner > a { display: grid; grid-template-columns: 1fr auto; align-content: center; gap: 3px 12px; padding: 24px 32px; min-width: 0; }
.visit-strip-inner > a:first-child { padding-left: 0; }
.visit-strip-inner > a:last-child { padding-right: 0; }
.visit-strip-inner > a + a { border-left: 1px solid var(--line); }
.strip-label { text-transform: uppercase; letter-spacing: .14em; font-size: 10px; font-weight: 600; color: var(--muted); grid-column: 1 / -1; }
.visit-strip strong { font-size: 16px; font-weight: 500; }
.visit-strip strong > span:not(.strip-stars) { margin-left: 12px; }
.strip-arrow { width: 20px; height: 20px; align-self: center; color: var(--brand); }
.strip-stars { font-size: 13px; color: var(--brand); letter-spacing: 2px; margin-left: 10px; }
.strip-review-count { font-size: 12px; align-self: center; color: var(--muted); }
.feature-section { background: var(--brand); color: var(--paper); padding-block: 58px; }
.feature-grid { display: grid; grid-template-columns: minmax(0,1.18fr) minmax(0,1fr); align-items: center; gap: clamp(40px,6vw,86px); }
.feature-figure { margin: 0; min-width: 0; }
.feature-photo { aspect-ratio: 1462 / 1089; overflow: hidden; background: #602332; }
.feature-photo img { display: block; width: 100%; height: 100%; object-fit: cover; }
.feature-figure figcaption { display: flex; justify-content: space-between; gap: 15px; padding-top: 14px; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; color: #f0dce1; }
.feature-copy .eyebrow { margin-bottom: 20px; font-size: 11px; }
.feature-copy h2 { font-size: clamp(38px,4.5vw,64px); line-height: 1.08; }
.feature-copy > p:not(.eyebrow) { font-size: 16px; line-height: 1.65; color: #f2e1e5; margin-top: 22px; max-width: 42ch; }
.feature-price { display: flex; justify-content: space-between; align-items: center; gap: 16px; border-block: 1px solid #b57e8b; padding-block: 17px; margin-block: 28px; font-size: 14px; }
.feature-price > span { line-height: 1.5; }
.feature-price small { font-size: 11px; color: #f2e1e5; }
.feature-price strong { font-family: var(--display); font-size: 29px; white-space: nowrap; font-weight: 600; }
.feature-price strong small { font-family: var(--body); font-weight: 400; }
.feature-section :focus-visible { outline-color: var(--paper); }
.about { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1fr); align-items: center; column-gap: clamp(60px, 9vw, 142px); }
.about-photo { max-width: 460px; }
.portrait { display: block; position: relative; aspect-ratio: 3 / 4; overflow: hidden; width: 100%; flex-shrink: 0; background: var(--paper-shade); }
.portrait img { width: 100%; height: 100%; display: block; object-fit: cover; }
.about-copy h2 { margin-bottom: 25px; }
.about-copy > .eyebrow { color: var(--brand); margin-bottom: 20px; }
.about-copy .intro { font-size: 22px; line-height: 1.5; margin-bottom: 22px; color: var(--brand); }
.about-copy > p:not(.intro):not(.eyebrow) { color: var(--muted); margin-bottom: 17px; max-width: 52ch; }
.photo-footnote { font-size: 12px; margin-top: 14px; color: var(--muted); }
.service-line { display: flex; flex-wrap: wrap; list-style: none; gap: 10px 22px; padding: 18px 0; margin: 24px 0 0; border-block: 1px solid var(--line); font-size: 13px; font-weight: 500; color: var(--brand); }
.service-line li + li { border-left: 1px solid var(--line); padding-left: 22px; }
.text-link { display: inline-flex; align-items: center; gap: 20px; min-height: 44px; padding: 8px 0; border: none; border-bottom: 1px solid currentColor; border-radius: 0; background: transparent; font-size: 14px; font-weight: 600; color: var(--brand); }
.text-link span { transition: transform .18s; }
.about-copy .text-link { margin-top: 15px; }
.section-heading { margin-bottom: 38px; }
.section-heading > p { color: var(--muted); font-size: 16px; max-width: 38ch; }
.section-heading .eyebrow { color: var(--brand); margin-bottom: 13px; }
.menu-heading, .gallery-heading { display: flex; align-items: end; justify-content: space-between; gap: 35px; }
.menu-section { background: var(--paper-shade); border-bottom: 1px solid var(--line); }
.menu-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 24px; align-items: start; }
.menu-card { min-width: 0; }
.menu-card-heading { display: flex; justify-content: space-between; align-items: baseline; gap: 10px; margin-top: 21px; }
.menu-card h3 { font-family: var(--display); font-size: 28px; letter-spacing: -.035em; }
.menu-card-heading > span { font-size: 11px; color: var(--brand); letter-spacing: .12em; }
.menu-card > p { color: var(--muted); font-size: 15px; margin-top: 10px; min-height: 50px; max-width: 32ch; }
.dish-list { list-style: none; margin: 18px 0 0; padding: 0; font-size: 15px; line-height: 1.5; }
.dish-list li { display: grid; grid-template-columns: minmax(0,1fr) auto; align-items: start; column-gap: 18px; padding-block: 13px; border-top: 1px solid var(--line); }
.dish-list li:last-child { border-bottom: 1px solid var(--line); }
.dish-list .price { font-variant-numeric: tabular-nums; white-space: nowrap; color: var(--brand); font-weight: 600; }
.menu-card > .menu-note { min-height: 0; font-size: 11px; line-height: 1.5; margin-top: 13px; max-width: none; }
.menu-bottom { display: flex; align-items: center; justify-content: space-between; border-top: 1px solid var(--line); margin-top: 44px; padding-top: 22px; gap: 20px; }
.menu-bottom p { font-size: 13px; color: var(--muted); }
.gallery-section { border-top: 1px solid var(--line); }
.gallery-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 24px; align-items: start; }
.gallery-item { border: 0; background: none; padding: 0; text-align: left; min-width: 0; width: 100%; }
.gallery-item .portrait img { transition: transform .45s cubic-bezier(.22,1,.36,1); }
.photo-caption { display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 13px 0 4px; font-size: 14px; line-height: 1.5; }
.photo-caption > span { font-size: 22px; color: var(--brand); }
.reviews-section { background: var(--paper-shade); }
.review-heading { display: flex; align-items: center; justify-content: space-between; gap: 35px; padding-bottom: 30px; border-bottom: 1px solid var(--line); }
.rating-summary { display: flex; gap: 22px; align-items: center; }
.rating-summary > strong { color: var(--brand); font-family: var(--display); font-size: 76px; line-height: 1; font-weight: 600; letter-spacing: -.05em; }
.rating-summary p { margin-top: 10px; font-size: 12px; color: var(--muted); line-height: 1.5; }
.reviews-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); }
.review { padding: 5px 34px 0; display: flex; flex-direction: column; align-items: start; }
.review:first-child { padding-left: 0; }
.review:last-child { padding-right: 0; }
.review + .review { border-left: 1px solid var(--line); }
.stars { color: var(--brand); font-size: 17px; letter-spacing: 2px; line-height: 1; }
blockquote { font-size: 18px; margin: 23px 0 27px; line-height: 1.6; }
.review-person { display: flex; align-items: center; gap: 12px; margin-top: auto; font-size: 14px; font-weight: 500; }
.review-person img { width: 40px; height: 40px; border-radius: 50%; }
.review-link { font-size: 12px; gap: 16px; margin-top: 16px; }
.catering-strip { display: grid; grid-template-columns: 180px minmax(0,1fr) auto; align-items: center; gap: 38px; padding: 36px; margin-top: 74px; border: 1px solid var(--line); border-left: 4px solid var(--brand); }
.catering-strip > img { display: block; width: 100%; height: auto; }
.catering-copy .eyebrow { color: var(--brand); font-size: 10px; margin-bottom: 12px; }
.catering-copy h2 { font-size: 34px; line-height: 1.15; }
.catering-copy > p:not(.eyebrow) { color: var(--muted); font-size: 14px; margin-top: 13px; }
.visit-section { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.25fr); gap: 68px; align-items: stretch; }
.visit-copy .eyebrow { color: var(--brand); margin-bottom: 18px; }
.visit-copy h2 { font-size: clamp(37px,3.6vw,52px); margin-bottom: 28px; }
.visit-copy address { display: flex; align-items: flex-start; gap: 9px; line-height: 1.8; margin-bottom: 13px; }
.visit-copy .info-icon { width: 18px; height: 18px; margin-top: 5px; color: var(--brand); }
.phone-link { display: inline-flex; align-items: center; gap: 9px; color: var(--brand); font-size: 21px; line-height: 1.6; border-bottom: 1px solid currentColor; }
.hours { margin: 30px 0; max-width: 365px; }
.hours h3 { display: flex; align-items: center; gap: 8px; font-family: var(--body); font-size: 15px; margin-bottom: 13px; }
.hours dl { margin: 0; font-size: 14px; }
.hours dl > div { display: flex; gap: 20px; justify-content: space-between; padding-block: 9px; border-bottom: 1px solid var(--line); }
.hours dd { margin: 0; white-space: nowrap; }
.special-hours { color: var(--muted); font-size: 12px; margin-top: 12px; }
.map-frame { position: relative; min-height: 575px; width: 100%; background: var(--paper-shade); border: 1px solid var(--line); overflow: hidden; }
.map-frame iframe { position: absolute; inset: 0; display: block; border: 0; width: 100%; height: 100%; transform-origin: top left; }
.site-footer { padding-top: 56px; background: var(--brand); color: var(--paper); }
.footer-top { display: grid; grid-template-columns: 1.2fr 1fr .6fr; gap: 50px; align-items: start; }
.footer-brand { font-size: clamp(33px, 3.7vw, 52px); line-height: 1.15; }
.footer-contact { font-size: 14px; }
.footer-contact p { margin-bottom: 18px; font-weight: 500; }
.footer-contact address { color: #f0dce1; margin-bottom: 10px; }
.footer-top nav { display: flex; flex-direction: column; gap: 8px; align-items: start; font-size: 14px; }
.footer-top nav > a, .footer-book { padding-block: 5px; }
.footer-book { display: inline-flex; align-items: center; gap: 7px; border: 0; padding-inline: 0; background: transparent; }
.footer-book .icon { width: 15px; height: 15px; }
.footer-top .socials { margin-left: -10px; margin-top: 8px; }
.footer-bottom { margin-top: 45px; border-top: 1px solid #b57e8b; display: flex; justify-content: space-between; padding: 23px 0; color: #f0dce1; font-size: 12px; gap: 18px; }
.footer-bottom a { display: inline-flex; align-items: center; gap: 5px; padding-block: 5px; }
.footer-bottom .icon { width: 14px; height: 14px; }
.site-footer :focus-visible { outline-color: var(--paper); }
dialog { padding: 0; border: 0; color: var(--ink); background: var(--paper); overscroll-behavior: contain; }
dialog::backdrop { background: rgb(0 0 0 / .55); }
.dialog-head { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 24px 30px; border-bottom: 1px solid var(--line); }
.dialog-head h2 { font-size: 30px; }
.close-button { border: 1px solid var(--line); border-radius: var(--radius); background: transparent; display: grid; place-items: center; width: 44px; height: 44px; line-height: 1; flex-shrink: 0; }
.close-button .icon { width: 19px; height: 19px; }
.nav-dialog { margin: 0 0 0 auto; width: 480px; max-width: 100%; height: 100dvh; max-height: 100dvh; }
.dialog-label { font-family: var(--display); color: var(--brand); font-size: 19px; }
.nav-dialog nav { display: flex; flex-direction: column; padding: 30px; gap: 8px; }
.nav-dialog nav a { font-family: var(--display); font-size: 31px; letter-spacing: -.035em; padding: 4px 0; }
.nav-dialog-bottom { border-top: 1px solid var(--line); margin: 20px 30px; padding-top: 25px; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 18px; }
.booking-dialog { width: min(650px, calc(100% - 40px)); max-width: none; max-height: min(90dvh, 950px); border-radius: var(--radius); }
.booking-dialog[open] { display: flex; flex-direction: column; }
.booking-dialog .dialog-head { flex: 0 0 auto; }
.booking-body { padding: 25px 30px 30px; overflow-y: auto; min-height: 0; }
.booking-intro { color: var(--muted); margin-bottom: 25px; font-size: 15px; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 18px; }
.field { min-width: 0; display: flex; flex-direction: column; gap: 7px; }
.field.full { grid-column: 1 / -1; }
.field label { font-size: 14px; font-weight: 500; }
.field label span { font-size: 12px; font-weight: 400; color: var(--muted); }
input, select, textarea { width: 100%; max-width: 100%; min-width: 0; min-height: 46px; border: 1px solid #aba39d; border-radius: var(--radius); padding: 10px 12px; background: #fff; color: var(--ink); font-size: 16px; line-height: 1.5; }
input[type="date"] { appearance: none; -webkit-appearance: none; }
textarea { resize: vertical; }
textarea::placeholder, input::placeholder { color: #6b6460; opacity: 1; }
input[aria-invalid="true"], select[aria-invalid="true"] { border-color: var(--brand); border-width: 2px; }
.field-error { color: #91252e; font-size: 12px; line-height: 1.5; }
.field-error:empty { display: none; }
.form-submit { width: 100%; margin-top: 25px; }
#booking-review h3 { font-family: var(--display); font-size: 25px; margin-bottom: 18px; }
#booking-review > p { color: var(--muted); font-size: 15px; }
#booking-summary { background: var(--paper-shade); margin: 24px 0 0; padding: 20px; font-size: 14px; }
#booking-summary > div { display: grid; grid-template-columns: 82px minmax(0,1fr); gap: 20px; margin-block: 6px; }
#booking-summary dt { color: var(--muted); }
#booking-summary dd { margin: 0; overflow-wrap: anywhere; }
.edit-details { margin-top: 20px; }
.lightbox { margin: auto; width: min(1400px, 96vw); max-width: none; max-height: 96dvh; background: #242120; color: var(--paper); overflow: hidden; }
.lightbox-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 16px 20px; font-size: 14px; }
.viewer-actions { display: flex; align-items: center; gap: 12px; flex-shrink: 0; }
.zoom-button { display: inline-flex; align-items: center; gap: 8px; border: 1px solid #79716d; background: transparent; color: var(--paper); padding: 9px 12px; min-height: 44px; border-radius: var(--radius); font-size: 12px; white-space: nowrap; }
.zoom-button .icon { width: 16px; height: 16px; }
.lightbox.is-zoomed .lightbox-stage { display: block; overflow: auto; max-height: calc(96dvh - 134px); padding-inline: 0; }
.lightbox.is-zoomed #lightbox-image { max-width: none; max-height: none; width: auto; height: auto; margin-inline: auto; }
.lightbox.is-zoomed .lightbox-arrow { display: none; }
.lightbox .close-button { border-color: #79716d; }
.lightbox-stage { position: relative; display: flex; align-items: center; justify-content: center; min-height: 160px; padding-inline: 64px; }
#lightbox-image { display: block; width: auto; height: auto; max-height: calc(96dvh - 134px); max-width: 100%; object-fit: contain; }
.lightbox-arrow { position: absolute; top: 50%; transform: translateY(-50%); width: 44px; height: 52px; color: var(--paper); background: #3b3431; border: 1px solid #79716d; border-radius: var(--radius); }
.lightbox-arrow .icon { width: 24px; height: 24px; }
.previous { left: 10px; }
.next { right: 10px; }
.lightbox :focus-visible { outline-color: var(--paper); }
#lightbox-status { min-height: 38px; padding: 10px 20px; text-align: center; font-size: 12px; color: #e2ddd7; }
@media (hover: hover) and (pointer: fine) {
  .desktop-nav a:hover { color: var(--brand); }
  .social-link:hover, .menu-toggle:hover { color: var(--brand); background: var(--paper-shade); }
  .site-header.is-over-hero .desktop-nav a:hover { color: var(--paper); }
  .site-header.is-over-hero .social-link:hover, .site-header.is-over-hero .menu-toggle:hover { color: var(--paper); background: rgb(255 255 255 / .14); }
  .button:hover { transform: translateY(-2px); }
  .button:hover > .icon { transform: translate(3px,-3px); }
  .button-light:hover { background: #eae6e1; }
  .button-glass:hover { background: rgb(0 0 0 / .3); }
  .button-brand:hover { background: #602332; }
  .visit-strip a:hover strong { color: var(--brand); }
  .text-link:hover span, .text-link:hover .icon { transform: translate(2px, -2px); }
  .site-footer .social-link:hover { background: #602332; color: var(--paper); }
  .site-footer nav > a:hover, .footer-book:hover, .footer-bottom a:hover { text-decoration: underline; text-underline-offset: 4px; }
  .close-button:hover { background: var(--paper-shade); }
  .nav-dialog nav a:hover { color: var(--brand); }
  .zoom-button:hover { background: #3b3431; }
  .lightbox .close-button:hover { background: #3b3431; }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wrap { width: calc(100% - 64px); }
  .site-header { padding-inline: 26px; }
  .desktop-nav { gap: 15px; }
  .desktop-nav a { font-size: 12px; }
  .header-actions { gap: 8px; }
  .section { padding-block: 66px; }
  .visit-strip-inner > a { padding: 20px 18px; }
  .visit-strip strong { font-size: 13px; }
  .visit-strip strong > span:not(.strip-stars) { margin-left: 3px; }
  .strip-review-count { grid-column: 1 / -1; }
  .feature-section { padding-block: 42px; }
  .feature-grid { gap: 34px; }
  .feature-copy .eyebrow { font-size: 10px; margin-bottom: 14px; }
  .feature-copy > p:not(.eyebrow) { font-size: 14px; margin-top: 16px; }
  .feature-price { margin-block: 20px; font-size: 12px; }
  .feature-price strong { font-size: 24px; }
  .feature-price strong small { display: block; text-align: right; }
  .feature-figure figcaption { font-size: 8px; }
  .about { gap: 40px; }
  .about-copy .intro { font-size: 18px; }
  .about-copy > p:not(.intro):not(.eyebrow) { font-size: 14px; }
  .service-line { gap: 8px 13px; font-size: 12px; }
  .service-line li + li { padding-left: 13px; }
  .menu-heading > p, .gallery-heading > p { max-width: 29ch; font-size: 14px; }
  .menu-grid { gap: 20px; }
  .menu-card h3 { font-size: 24px; }
  .menu-card-heading { min-height: 60px; align-items: start; }
  .menu-card > p { font-size: 13px; min-height: 64px; }
  .dish-list { font-size: 13px; }
  .dish-list li { gap: 10px; }
  .menu-card > .menu-note { font-size: 10px; }
  .gallery-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .review { padding-inline: 23px; }
  blockquote { font-size: 16px; }
  .rating-summary > strong { font-size: 64px; }
  .rating-summary { gap: 16px; }
  .catering-strip { grid-template-columns: 132px minmax(0,1fr); gap: 20px 28px; padding: 26px; margin-top: 58px; }
  .catering-strip > img { grid-row: 1 / 3; }
  .catering-copy h2 { font-size: 30px; }
  .catering-strip > .button { justify-self: start; grid-column: 2; }
  .visit-section { gap: 36px; grid-template-columns: .9fr 1.1fr; }
  .map-frame { min-height: 540px; }
  .footer-top { gap: 25px; }
}
@media (max-width: 767px) {
  :root { --header-height: 66px; }
  html { scroll-padding-top: 84px; }
  .wrap { width: calc(100% - 40px); }
  .section { padding-block: 54px; }
  .site-header { padding-inline: 17px; gap: 8px; }
  .wordmark span { font-size: 14px; }
  .wordmark strong { font-size: 23px; }
  .desktop-nav { display: none; }
  .header-actions { gap: 8px; }
  .social-link { width: 40px; height: 44px; }
  .social-link svg { width: 19px; height: 19px; }
  .menu-toggle { width: 42px; }
  .hero-image { object-position: 38% 50%; }
  .hero-content { padding-top: 135px; padding-bottom: 48px; }
  .hero .eyebrow { font-size: 10px; letter-spacing: .13em; margin-bottom: 19px; }
  .hero h1 { font-size: clamp(45px, 12.5vw, 74px); line-height: 1.08; letter-spacing: -.045em; }
  .hero-description { font-size: 16px; line-height: 1.6; margin-top: 22px; }
  .hero-buttons { margin-top: 27px; gap: 10px; }
  .button { padding: 13px 18px; gap: 20px; min-height: 51px; }
  .hero-buttons .button { flex: 1; font-size: 13px; gap: 12px; }
  .visit-strip-inner { grid-template-columns: 1fr 1fr; }
  .visit-strip-inner > a { padding: 15px 0; gap: 3px 8px; }
  .visit-strip-inner > a:first-child { grid-column: 1 / -1; border-bottom: 1px solid var(--line); }
  .visit-strip-inner > a:nth-child(2) { border-left: 0; padding-right: 15px; }
  .visit-strip-inner > a:last-child { padding-left: 18px; }
  .visit-strip strong { font-size: 13px; }
  .visit-strip strong > span:not(.strip-stars) { display: block; margin-left: 0; font-size: 12px; color: var(--muted); }
  .strip-label { font-size: 9px; }
  .strip-review-count { grid-column: 1 / -1; font-size: 11px; }
  .strip-stars { font-size: 11px; margin-left: 8px; letter-spacing: 1px; }
  .feature-section { padding-block: 30px 40px; }
  .feature-grid { grid-template-columns: 1fr; gap: 27px; }
  .feature-figure figcaption { font-size: 9px; padding-top: 11px; }
  .feature-copy .eyebrow { margin-bottom: 14px; font-size: 10px; }
  .feature-copy h2 { font-size: 45px; }
  .feature-copy > p:not(.eyebrow) { font-size: 15px; margin-top: 18px; }
  .feature-price { margin-block: 23px; padding-block: 15px; }
  .feature-copy .button { width: 100%; }
  .about { grid-template-columns: 1fr; gap: 34px; }
  .about-photo { max-width: none; }
  .about-copy h2 { margin-bottom: 20px; }
  .about-copy .intro { font-size: 20px; margin-bottom: 20px; }
  .about-copy > p:not(.intro):not(.eyebrow) { font-size: 15px; }
  .about-copy > .eyebrow { margin-bottom: 14px; font-size: 10px; }
  .about-copy h2 { font-size: 41px; }
  .about-copy .text-link { margin-top: 10px; }
  .section-heading { margin-bottom: 27px; }
  .section-heading > p { font-size: 15px; margin-top: 13px; }
  .section-heading .eyebrow { font-size: 10px; margin-bottom: 11px; }
  .menu-heading, .gallery-heading { display: block; }
  .menu-grid, .gallery-grid { grid-template-columns: 1fr; }
  .menu-grid { gap: 34px; }
  .menu-card-heading { margin-top: 19px; }
  .menu-card h3 { font-size: 28px; }
  .menu-card > p { min-height: 0; max-width: none; font-size: 15px; }
  .dish-list { margin-top: 16px; font-size: 15px; }
  .dish-list li { padding-block: 12px; }
  .menu-bottom { margin-top: 34px; padding-top: 18px; }
  .gallery-grid { gap: 16px; }
  .photo-caption { padding-bottom: 5px; font-size: 13px; }
  .review-heading { flex-direction: column; align-items: start; gap: 22px; padding-bottom: 24px; }
  .rating-summary > strong { font-size: 70px; }
  .rating-summary { gap: 23px; }
  .reviews-grid { grid-template-columns: 1fr; gap: 30px; }
  .review, .review:first-child, .review:last-child { padding: 0; }
  .review + .review { border-left: 0; border-top: 1px solid var(--line); padding-top: 30px; }
  blockquote { margin-block: 19px 22px; font-size: 18px; }
  .review-link { margin-top: 10px; }
  .catering-strip { grid-template-columns: 110px minmax(0,1fr); gap: 23px 20px; padding: 24px 18px; margin-top: 44px; }
  .catering-copy .eyebrow { font-size: 9px; margin-bottom: 10px; }
  .catering-copy h2 { font-size: 25px; line-height: 1.18; }
  .catering-copy > p:not(.eyebrow) { font-size: 13px; }
  .catering-strip > .button { grid-column: 1 / -1; width: 100%; }
  .visit-section { grid-template-columns: 1fr; gap: 38px; }
  .visit-copy h2 { font-size: 42px; }
  .visit-copy address { font-size: 15px; }
  .visit-copy .button { width: 100%; }
  .hours { max-width: none; margin-block: 25px; }
  .map-frame { min-height: 420px; height: 420px; }
  .site-footer { padding-top: 48px; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 30px 22px; }
  .footer-brand { grid-column: 1 / -1; font-size: 40px; }
  .footer-contact { font-size: 12px; }
  .footer-contact p { max-width: 18ch; }
  .footer-top nav { font-size: 13px; padding-left: 12px; }
  .footer-bottom { font-size: 11px; margin-top: 34px; padding-block: 19px; align-items: center; }
  .dialog-head { padding: 17px 20px; }
  .nav-dialog nav { padding: 23px 25px; gap: 10px; }
  .nav-dialog nav a { font-size: 28px; }
  .nav-dialog-bottom { margin-inline: 25px; }
  .booking-dialog { margin: 0; width: 100%; height: 100dvh; max-height: 100dvh; border-radius: 0; }
  .dialog-head h2 { font-size: 27px; }
  .booking-body { padding: 22px 20px 32px; }
  .form-grid { gap: 17px 14px; }
  .lightbox { width: 100%; max-height: 100dvh; }
  .lightbox-toolbar { padding: 13px 14px; }
  .lightbox-stage { padding-inline: 0; }
  #lightbox-image { max-height: calc(100dvh - 135px); }
  .lightbox-arrow { top: auto; bottom: 10px; transform: none; background: rgb(36 33 32 / .86); }
  .previous { left: 12px; } .next { right: 12px; }
}
@media (max-width: 359px) {
  .site-header { padding-inline: 12px; }
  .header-actions { gap: 3px; }
  .social-link { width: 35px; }
  .wordmark span { font-size: 12px; }
  .hero-buttons .button { padding-inline: 12px; gap: 7px; }
  .form-grid { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}

