:root {
  --color-espresso: #201813;
  --color-toasted-brown: #64452c;
  --color-burnt-orange: #cf8440;
  --color-butter: #e3ae55;
  --color-warm-cream: #f2e7d3;
  --color-pale-sand: #faf5ec;
  --color-ink: #2a221b;
  --color-muted: #7f7065;
  --color-leaf: #4a6b4c;
  --color-leaf-light: #a3bd97;
  --color-line: rgba(42, 34, 27, .18);
  --color-line-light: rgba(242, 231, 211, .24);
  --font-sans: 'Helvetica Neue', 'Avenir Next', 'Segoe UI', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  --font-display: Georgia, 'Palatino Linotype', 'Book Antiqua', 'Times New Roman', serif;
  --max-width: 1220px;
  --page-pad: clamp(18px, 3.7vw, 58px);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--color-pale-sand); color: var(--color-ink); font-family: var(--font-sans); font-size: 17px; line-height: 1.52; }
body, button, a { -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 3px; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
:focus-visible { outline: 2px solid var(--color-burnt-orange); outline-offset: 3px; }

.skip-link { position: fixed; left: 14px; top: -100px; z-index: 100; padding: 10px 14px; background: var(--color-butter); color: var(--color-espresso); font-weight: 700; text-decoration: none; }
.skip-link:focus { top: 14px; }
.site-header { position: sticky; top: 0; z-index: 20; background: var(--color-espresso); border-bottom: 1px solid var(--color-line-light); }
.local-strip { display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 30px; padding: 5px var(--page-pad); background: var(--color-butter); color: var(--color-espresso); font-size: 11px; font-weight: 700; letter-spacing: .03em; }
.local-strip a { text-decoration: none; }
.local-strip a:hover { text-decoration: underline; }
.nav { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 26px; max-width: var(--max-width); min-height: 70px; margin: 0 auto; padding: 12px var(--page-pad); }
.brand { display: inline-flex; align-items: center; gap: 12px; color: var(--color-warm-cream); text-decoration: none; white-space: nowrap; }
.brand-logo { display: block; width: auto; height: 42px; }
.brand-place { padding-left: 12px; border-left: 1px solid var(--color-line-light); color: var(--color-butter); font-family: var(--font-sans); font-size: 11px; font-weight: 600; letter-spacing: .08em; }
.nav-links { display: flex; align-items: center; gap: 28px; }
.nav-link { color: rgba(242, 231, 211, .76); font-family: var(--font-sans); font-size: 14px; font-weight: 600; letter-spacing: .02em; text-decoration: none; }
.nav-link:hover, .nav-link.is-current { color: var(--color-warm-cream); }
.nav-link.is-current { text-decoration: underline; text-underline-offset: 6px; text-decoration-color: var(--color-burnt-orange); }
.nav-home { padding: 8px 13px; border: 1px solid var(--color-line-light); border-radius: 9999px; }
.nav-home:hover, .nav-home.is-current { border-color: var(--color-butter); }

.button,
.nav-toggle,
.mobile-cta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 12px 24px;
  border: 1px solid transparent;
  border-radius: 9999px;
  background: var(--color-espresso);
  color: var(--color-warm-cream);
  font-family: var(--font-sans);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: .01em;
  text-decoration: none;
  cursor: pointer;
  transition: background-color .18s ease, color .18s ease, border-color .18s ease;
}
.button:hover, .button:focus-visible { background: var(--color-toasted-brown); }
.button-orange { background: var(--color-burnt-orange); color: #fdf7ee; }
.button-orange:hover, .button-orange:focus-visible { background: #b97135; }
.button-dark { background: transparent; border-color: rgba(242, 231, 211, .55); color: var(--color-warm-cream); }
.button-dark:hover, .button-dark:focus-visible { background: var(--color-warm-cream); border-color: var(--color-warm-cream); color: var(--color-espresso); }
.button-small { min-height: 42px; padding: 9px 20px; font-size: 14px; }
.nav-toggle { display: none; background: transparent; border-color: var(--color-line-light); color: var(--color-warm-cream); }
.nav-toggle:hover, .nav-toggle:focus-visible { border-color: var(--color-butter); }

.text-link { display: inline-flex; align-items: center; gap: 9px; font-family: var(--font-sans); font-size: 15px; font-weight: 600; text-decoration: none; }
.text-link:hover { color: var(--color-burnt-orange); }
.text-link-light { color: var(--color-warm-cream); }
.text-link-light:hover { color: var(--color-butter); }

.section { padding: 74px var(--page-pad); }
.section-dark { background: var(--color-espresso); color: var(--color-warm-cream); }
.section-brown { background: var(--color-toasted-brown); color: var(--color-warm-cream); }
.section-cream { background: var(--color-warm-cream); }
.section-sand { background: var(--color-pale-sand); }
.hero { position: relative; min-height: clamp(720px, calc(100svh - 100px), 900px); padding: 0; overflow: hidden; background: #1b120d; color: var(--color-warm-cream); isolation: isolate; }
.hero-copy, .section-heading, .feature-grid, .menu-list, .review-grid, .visit-callout, .site-footer, .page-intro > *, .menu-page, .visit-page, .contact-section > * { width: 100%; max-width: var(--max-width); margin-left: auto; margin-right: auto; }
.hero-media { position: absolute; inset: 0; z-index: 0; overflow: hidden; pointer-events: none; }
.hero-media::after { position: absolute; inset: 0; z-index: 1; content: ""; background: radial-gradient(circle at 76% 38%, rgba(207, 132, 64, .18), transparent 30%), linear-gradient(90deg, rgba(27, 18, 13, .97) 0%, rgba(27, 18, 13, .9) 48%, rgba(27, 18, 13, .7) 100%); }
.hero-backdrop { width: 100%; height: 100%; object-fit: cover; opacity: .2; filter: saturate(.72) contrast(1.06); transform: scale(1.025); }
.hero-stage { position: relative; z-index: 3; display: grid; grid-template-columns: 1fr; align-items: center; width: 100%; max-width: var(--max-width); min-height: inherit; margin: 0 auto; padding: clamp(72px, 9vh, 112px) var(--page-pad) clamp(105px, 12vh, 136px); }
.hero-copy { max-width: 780px; margin: 0; }
.eyebrow { margin: 0 0 17px; color: var(--color-butter); font-family: var(--font-sans); font-size: 12px; font-weight: 600; letter-spacing: .09em; text-transform: uppercase; }
.eyebrow-dark { color: var(--color-burnt-orange); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-weight: 500; }
h1 { margin-bottom: 24px; font-family: var(--font-display); font-size: clamp(60px, 7vw, 96px); font-weight: 400; letter-spacing: -.025em; line-height: .94; }
.hero-copy h1 { display: flex; flex-direction: column; max-width: 9.5ch; margin-bottom: 30px; font-size: clamp(61px, 6.9vw, 106px); line-height: .86; }
.hero-copy h1 span, .hero-copy h1 em { display: block; white-space: nowrap; }
.hero-copy h1 span:first-child { font-size: .72em; }
.hero-copy h1 em { margin-top: .08em; color: #e8a15f; }
h1 em, h2 em { font-family: var(--font-display); font-style: italic; font-weight: 400; letter-spacing: -.015em; }
h2 { margin-bottom: 16px; font-family: var(--font-display); font-size: clamp(46px, 5.8vw, 76px); font-weight: 400; letter-spacing: -.02em; line-height: .98; }
h3 { font-family: var(--font-display); font-size: 29px; letter-spacing: -.01em; line-height: 1.08; }
.hero-lede { max-width: 540px; margin-bottom: 32px; color: rgba(242, 231, 211, .8); font-size: clamp(17px, 1.55vw, 21px); line-height: 1.45; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 20px; }
.hero-proof { position: absolute; right: var(--page-pad); bottom: 18px; left: var(--page-pad); z-index: 4; display: flex; justify-content: space-between; gap: 24px; max-width: calc(var(--max-width) - (var(--page-pad) * 2)); margin: 0 auto; padding: 12px 0 0; border-top: 1px solid var(--color-line-light); list-style: none; color: rgba(242, 231, 211, .66); font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.hero-fall-field { position: absolute; inset: 0; z-index: 2; overflow: hidden; }
.hero-fall { position: absolute; top: -140px; left: var(--left); width: var(--size); height: auto; opacity: var(--opacity, .5); object-fit: contain; will-change: transform; animation: hero-fall var(--duration) linear var(--delay) infinite; }
.hero-fall-01 { --left: 7%; --size: 104px; --duration: 18s; --delay: -4s; --drift: 22px; --opacity: .5; }
.hero-fall-02 { --left: 19%; --size: 80px; --duration: 23s; --delay: -17s; --drift: -17px; --opacity: .48; }
.hero-fall-03 { --left: 32%; --size: 68px; --duration: 20s; --delay: -8s; --drift: 14px; --opacity: .52; }
.hero-fall-04 { --left: 44%; --size: 50px; --duration: 17s; --delay: -13s; --drift: -12px; --opacity: .46; }
.hero-fall-05 { --left: 56%; --size: 130px; --duration: 25s; --delay: -5s; --drift: 20px; --opacity: .48; }
.hero-fall-06 { --left: 69%; --size: 114px; --duration: 22s; --delay: -19s; --drift: -24px; --opacity: .46; }
.hero-fall-07 { --left: 82%; --size: 62px; --duration: 19s; --delay: -11s; --drift: 15px; --opacity: .52; }
.hero-fall-08 { --left: 92%; --size: 48px; --duration: 16s; --delay: -7s; --drift: -10px; --opacity: .42; }
.hero-fall-09 { --left: 63%; --size: 74px; --duration: 26s; --delay: -23s; --drift: 18px; --opacity: .43; }
.hero-fall-10 { --left: 14%; --size: 120px; --duration: 24s; --delay: -21s; --drift: -19px; --opacity: .45; }
.hero-fall-11 { --left: 50%; --size: 70px; --duration: 21s; --delay: -2s; --drift: 13px; --opacity: .5; }
.hero-fall-12 { --left: 77%; --size: 52px; --duration: 18s; --delay: -15s; --drift: -14px; --opacity: .44; }
@keyframes hero-fall {
  0% { transform: translate3d(0, -120px, 0) rotate(0deg); }
  25% { transform: translate3d(18px, calc(25vh + 20px), 0) rotate(85deg); }
  50% { transform: translate3d(-16px, calc(50vh + 55px), 0) rotate(175deg); }
  75% { transform: translate3d(12px, calc(75vh + 90px), 0) rotate(265deg); }
  100% { transform: translate3d(0, calc(100vh + 160px), 0) rotate(360deg); }
}
figcaption { font-family: var(--font-sans); font-size: 12px; letter-spacing: .02em; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 34px; }
.split-heading > :first-child { margin: 0; }
.section-intro { max-width: 360px; margin: 0; color: var(--color-muted); font-size: 18px; line-height: 1.4; }
.split-heading-light .section-intro { color: rgba(242, 231, 211, .72); }
.feature-section { padding-top: 72px; padding-bottom: 80px; }
.feature-grid { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(260px, .7fr); gap: 16px; }
.feature-image { position: relative; margin: 0; overflow: hidden; border-radius: 14px; }
.feature-image img { width: 100%; height: clamp(300px, 30vw, 500px); aspect-ratio: 1.35 / 1; object-fit: cover; border-radius: 14px; }
.feature-image figcaption { position: absolute; right: 18px; bottom: 16px; left: 18px; padding: 0; color: var(--color-warm-cream); text-shadow: 0 1px 12px rgba(0, 0, 0, .45); }
.feature-card { display: flex; flex-direction: column; justify-content: space-between; min-height: 280px; padding: 26px; background: var(--color-espresso); color: var(--color-warm-cream); border-radius: 14px; }
.feature-card-top { display: flex; justify-content: space-between; align-items: start; gap: 15px; }
.label { color: var(--color-burnt-orange); font-family: var(--font-sans); font-size: 12px; font-weight: 600; letter-spacing: .09em; text-transform: uppercase; }
.section-dark .label, .section-brown .label { color: var(--color-butter); }
.menu-row > b, .box-card > b { color: var(--color-butter); font-family: var(--font-sans); font-size: 15px; font-weight: 700; white-space: nowrap; }
.feature-card p { max-width: 340px; margin: 30px 0; color: rgba(242, 231, 211, .8); font-size: 17px; line-height: 1.44; }
.menu-preview-section { padding-top: 72px; padding-bottom: 82px; }
.menu-list { border-top: 1px solid var(--color-line); }
.menu-row { display: grid; grid-template-columns: 44px minmax(0, 1fr) auto; gap: 16px; align-items: start; min-height: 84px; padding: 18px 0; border-bottom: 1px solid var(--color-line); text-decoration: none; transition: background-color .15s ease; }
a.menu-row:hover { background: rgba(207, 132, 64, .07); }
.menu-number { color: var(--color-burnt-orange); font-family: var(--font-sans); font-size: 13px; font-weight: 600; }
.menu-row strong { display: block; margin-bottom: 6px; font-size: 18px; font-weight: 700; letter-spacing: -.01em; }
.menu-row small { display: block; max-width: 700px; color: var(--color-muted); font-size: 15px; line-height: 1.4; }
.menu-row > .heat { margin-top: 5px; }
.reviews-section { padding-top: 73px; padding-bottom: 64px; }
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.review-card { display: flex; flex-direction: column; justify-content: space-between; min-height: 210px; margin: 0; padding: 22px; border: 1px solid var(--color-line-light); }
.review-card blockquote { margin: 0; color: var(--color-warm-cream); font-family: var(--font-display); font-size: 22px; line-height: 1.18; }
.review-card figcaption { color: rgba(242, 231, 211, .62); }
.source-note { margin: 25px 0 0; color: rgba(242, 231, 211, .66); font-family: var(--font-sans); font-size: 12px; }
.source-note a { color: var(--color-butter); }
.visit-callout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 30px; align-items: end; padding-top: 61px; padding-bottom: 66px; }
.visit-callout h2 { max-width: 340px; margin-bottom: 0; }
.visit-details { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; align-items: end; }
.visit-details p { margin: 0; color: var(--color-muted); font-size: 15px; }
.visit-details strong { color: var(--color-ink); font-weight: 600; }

.page-intro { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) minmax(220px, .5fr); gap: 40px; align-items: end; min-height: 440px; padding: 60px var(--page-pad) 57px; overflow: hidden; }
.page-intro > :not(.page-intro-figure) { position: relative; z-index: 1; }
.page-intro h1 { margin-bottom: 0; font-size: clamp(57px, 8vw, 104px); }
.page-intro-copy { max-width: 330px; margin: 0; color: rgba(242, 231, 211, .8); font-size: 17px; line-height: 1.44; }
.page-intro-figure { position: absolute; inset: 0; z-index: 0; max-width: none; margin: 0; background: var(--color-espresso); }
.page-intro-figure img { width: 100%; height: 100%; aspect-ratio: auto; object-fit: cover; border-radius: 0; }
.page-intro-figure::after { position: absolute; inset: 0; content: ""; background: linear-gradient(180deg, rgba(32, 24, 19, .42) 0%, rgba(32, 24, 19, .58) 55%, rgba(32, 24, 19, .9) 100%); }
.page-intro-figure figcaption { position: absolute; right: var(--page-pad); bottom: 20px; color: rgba(242, 231, 211, .72); font-family: var(--font-sans); font-size: 12px; font-weight: 600; letter-spacing: .07em; text-transform: uppercase; }
.menu-tabs { display: flex; flex-wrap: wrap; gap: clamp(16px, 2.6vw, 36px) clamp(22px, 3.4vw, 42px); padding: 22px var(--page-pad) 16px; border-bottom: 1px solid var(--color-line); background: var(--color-pale-sand); }
.menu-tabs a { color: var(--color-muted); font-family: var(--font-display); font-size: clamp(17px, 2.1vw, 25px); letter-spacing: -.01em; text-decoration: none; transition: color .15s ease; }
.menu-tabs a:hover, .menu-tabs a:focus-visible { color: var(--color-burnt-orange); }
.menu-tabs a.is-active { color: var(--color-espresso); }
.menu-tabs a.is-active::after { position: relative; top: -4px; left: 6px; display: inline-block; width: 6px; height: 6px; border-radius: 50%; background: var(--color-burnt-orange); content: ""; }
.menu-page { padding-top: 70px; padding-bottom: 80px; }
.menu-group { margin-bottom: 78px; scroll-margin-top: 100px; }
.menu-group:last-child { margin-bottom: 0; }
.menu-group-heading { display: grid; grid-template-columns: 45px minmax(0, 1fr); gap: 16px; align-items: start; margin-bottom: 25px; }
.menu-group-heading .eyebrow { margin-top: 6px; }
.menu-group-heading h2 { margin: 0; font-size: clamp(36px, 4.8vw, 56px); }
.menu-photo-rail { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin: 0 0 30px; }
.menu-photo { min-width: 0; margin: 0; overflow: hidden; background: var(--color-warm-cream); border: 1px solid var(--color-line); border-radius: 14px; }
.menu-photo img { width: 100%; height: 235px; object-fit: cover; border-radius: 0; }
.menu-photo-caption { display: flex; justify-content: space-between; gap: 12px; padding: 11px 14px 13px; color: var(--color-muted); font-family: var(--font-sans); font-size: 12px; font-weight: 600; }
.menu-photo-caption span:first-child { color: var(--color-burnt-orange); }
.menu-list-full .menu-row { min-height: 81px; }
.box-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.box-grid-three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.fact-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.contact-grid-two { grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: 820px; }
.contact-grid-four { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.box-card { min-height: 245px; padding: 25px; background: var(--color-espresso); color: var(--color-warm-cream); border-radius: 14px; }
.box-card h3 { margin: 34px 0 12px; }
.box-card p { max-width: 370px; min-height: 58px; margin-bottom: 28px; color: rgba(242, 231, 211, .78); font-size: 16px; line-height: 1.4; }
.box-card-orange { background: var(--color-burnt-orange); color: #f8efe0; }
.box-card-orange .label, .box-card-orange > b { color: var(--color-espresso); }
.box-card-orange p { color: rgba(248, 239, 224, .86); }
.menu-order-cta { display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.menu-order-cta h2 { margin-bottom: 0; }

.heat { display: inline-flex; align-items: center; gap: 5px; }
.heat i { width: 6px; height: 6px; border-radius: 50%; background: var(--color-burnt-orange); }
.heat-legend { display: flex; flex-wrap: wrap; align-items: center; gap: 10px 26px; width: 100%; max-width: var(--max-width); margin: 0 auto; padding: 14px var(--page-pad) 0; color: var(--color-muted); font-family: var(--font-sans); font-size: 12px; }
.extras-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: 10px 26px; max-width: 760px; margin: 22px 0 0; padding-top: 20px; border-top: 1px solid var(--color-line); }
.extras-grid span { color: var(--color-muted); font-size: 15px; }
.kitchen-photos { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; max-width: var(--max-width); margin: 46px auto 0; }
.kitchen-photos figure { position: relative; margin: 0; border-radius: 14px; overflow: hidden; background: var(--color-espresso); }
.kitchen-photos img { display: block; width: 100%; height: 100%; min-height: 250px; aspect-ratio: auto; object-fit: cover; border-radius: 0; filter: saturate(.96); }
.kitchen-photos figcaption { position: absolute; left: 14px; bottom: 12px; padding: 6px 12px; background: rgba(32, 24, 19, .8); color: var(--color-warm-cream); font-family: var(--font-sans); font-size: 11px; font-weight: 600; letter-spacing: .07em; text-transform: uppercase; border-radius: 999px; }
.drinks-note { display: block; max-width: 760px; margin: 60px auto 0; padding: 26px 28px; border: 1px dashed var(--color-line); border-radius: 14px; }
.drinks-note .eyebrow { margin-bottom: 10px; }
.drinks-note p { margin: 0; max-width: 520px; color: var(--color-muted); font-size: 16px; line-height: 1.45; }
.fact-card { display: flex; flex-direction: column; min-height: 200px; margin: 0; padding: 22px; background: var(--color-pale-sand); color: var(--color-ink); border: 1px solid var(--color-line); border-radius: 14px; }
.fact-card .label { margin-bottom: 24px; color: var(--color-burnt-orange); }
.fact-card h3 { margin: 0 0 10px; font-size: 26px; }
.fact-card p { margin: 0 0 18px; color: var(--color-muted); font-size: 15px; line-height: 1.45; }

.visit-intro { padding-bottom: 64px; }
.visit-page { padding-top: 75px; padding-bottom: 80px; }
.visit-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 80px; max-width: 920px; margin: 0 auto; }
.visit-main h2 { margin: 0 0 22px; font-size: clamp(46px, 7vw, 84px); }
.visit-main > p { color: var(--color-muted); font-size: 17px; margin-bottom: 28px; }
.hours-list { margin: 0; border-top: 1px solid var(--color-line); }
.hours-list div { display: flex; justify-content: space-between; gap: 20px; padding: 13px 0; border-bottom: 1px solid var(--color-line); font-size: 15px; }
.hours-list dt { color: var(--color-muted); }
.hours-list dd { margin: 0; font-weight: 600; text-align: right; }
.hours-list .hours-note dd { font-weight: 400; color: var(--color-muted); }
.small-note { margin: 20px 0 0; color: var(--color-muted); font-family: var(--font-sans); font-size: 12px; }
.contact-section { padding-top: 72px; padding-bottom: 78px; }
.contact-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; max-width: var(--max-width); }
.contact-card { display: flex; flex-direction: column; min-height: 180px; padding: 21px; border: 1px solid var(--color-line-light); color: var(--color-warm-cream); text-decoration: none; border-radius: 14px; transition: border-color .15s ease; }
.contact-card strong { margin: 27px 0 auto; font-size: clamp(17px, 2vw, 22px); font-weight: 500; letter-spacing: -.015em; overflow-wrap: anywhere; }
.contact-card > span:last-child { color: var(--color-butter); font-family: var(--font-sans); font-size: 13px; font-weight: 600; }
.contact-card:hover { border-color: var(--color-butter); }

.site-footer { display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 28px; padding: 28px var(--page-pad) 33px; background: var(--color-espresso); color: var(--color-warm-cream); }
.footer-brand { display: flex; align-items: center; }
.footer-brand .brand-logo { height: 38px; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 16px; }
.footer-links a { color: rgba(242, 231, 211, .72); font-family: var(--font-sans); font-size: 13px; font-weight: 600; text-decoration: none; }
.footer-links a:hover { color: var(--color-butter); }
.footer-small { margin: 0; color: rgba(242, 231, 211, .48); font-family: var(--font-sans); font-size: 12px; text-align: right; }
.mobile-cta { display: none; }

@media (max-width: 860px) {
  .nav { min-height: 62px; }
  .js-ready .nav-toggle { display: inline-flex; }
  .js-ready .nav-links { position: absolute; top: 100%; right: var(--page-pad); left: var(--page-pad); display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 9px; background: var(--color-toasted-brown); border: 1px solid var(--color-line-light); }
  .js-ready .nav-links.is-open { display: flex; }
  .nav-link { padding: 12px 10px; }
  .nav-links .button { margin-top: 5px; }
  .hero { min-height: clamp(650px, calc(100svh - 89px), 780px); }
  .hero-media::after { background: linear-gradient(180deg, rgba(27, 18, 13, .97) 0%, rgba(27, 18, 13, .88) 64%, rgba(27, 18, 13, .76) 100%); }
  .hero-stage { min-height: inherit; padding-top: 74px; padding-bottom: 116px; }
  .hero-copy { max-width: 680px; }
  .hero-copy h1 { margin-bottom: 24px; font-size: clamp(57px, 10.4vw, 82px); }
  .hero-lede { max-width: 570px; margin-bottom: 26px; font-size: 18px; }
  .visit-callout { grid-template-columns: 1fr; gap: 35px; }
  .visit-details { max-width: 700px; }
  .site-footer { grid-template-columns: 1fr; gap: 18px; }
  .footer-links { justify-content: start; }
  .footer-small { text-align: left; }
}

@media (max-width: 640px) {
  body { padding-bottom: 58px; }
  .local-strip { justify-content: flex-end; min-height: 27px; padding-top: 4px; padding-bottom: 4px; }
  .local-strip > span { display: none; }
  .brand-place { display: none; }
  .brand-logo { height: 34px; }
  .footer-brand .brand-logo { height: 30px; }
  .section { padding-top: 54px; padding-bottom: 58px; }
  h1 { font-size: clamp(52px, 14vw, 72px); }
  h2 { font-size: clamp(39px, 12vw, 56px); }
  .hero { min-height: clamp(620px, calc(100svh - 89px), 740px); }
  .hero-stage { padding-top: 56px; padding-bottom: 148px; }
  .hero-copy h1 { margin-bottom: 22px; font-size: clamp(39px, 11.2vw, 52px); line-height: .9; }
  .hero-copy h1 span:first-child { font-size: .8em; }
  .hero-lede { margin-bottom: 23px; font-size: 16px; }
  .hero-actions { align-items: flex-start; gap: 16px; }
  .hero-proof { bottom: 78px; gap: 10px; font-size: 8px; letter-spacing: .07em; }
  .hero-proof li { max-width: 31%; }
  .hero-proof li:nth-child(2) { text-align: center; }
  .hero-proof li:last-child { text-align: right; }
  .hero-fall:nth-child(even) { display: none; }
  .hero-fall-03, .hero-fall-07, .hero-fall-11 { --size: 60px; }
  .section-heading { display: block; margin-bottom: 25px; }
  .section-heading .section-intro { margin-top: 21px; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-image img { height: 340px; aspect-ratio: 1.18 / 1; }
  .feature-card { min-height: 230px; padding: 21px; }
  .menu-row { grid-template-columns: 31px minmax(0, 1fr) auto; gap: 10px; min-height: 0; padding: 16px 0; }
  .menu-row strong { font-size: 17px; }
  .menu-row small { font-size: 13px; }
  .menu-row > b { font-size: 13px; }
  .review-grid { grid-template-columns: 1fr; gap: 10px; }
  .review-card { min-height: 165px; padding: 18px; }
  .review-card blockquote { font-size: 21px; }
  .visit-details { grid-template-columns: 1fr 1fr; gap: 20px 13px; }
  .visit-details .button { grid-column: 1 / -1; width: 100%; }
  .page-intro { display: block; padding-top: 48px; padding-bottom: 51px; }
  .page-intro-copy { margin-top: 31px; }
  .menu-tabs { gap: 14px 22px; padding-top: 18px; padding-bottom: 12px; }
  .menu-tabs a { font-size: 18px; }
  .heat-legend { gap: 8px 18px; padding-top: 12px; font-size: 11px; }
  .menu-page { padding-top: 51px; padding-bottom: 61px; }
  .menu-group { margin-bottom: 55px; }
  .menu-group-heading { margin-bottom: 18px; }
  .menu-group-heading h2 { font-size: 44px; }
  .menu-photo-rail { grid-template-columns: repeat(3, minmax(198px, 1fr)); margin-right: calc(var(--page-pad) * -1); overflow-x: auto; padding-right: var(--page-pad); padding-bottom: 8px; scroll-snap-type: x mandatory; scrollbar-width: thin; }
  .menu-photo { scroll-snap-align: start; }
  .box-grid, .box-grid-three, .visit-grid, .contact-grid, .fact-grid { grid-template-columns: 1fr; gap: 11px; }
  .box-card { min-height: 215px; }
  .box-card h3 { margin-top: 25px; }
  .drinks-note { margin-top: 44px; padding: 20px; }
  .kitchen-photos { grid-template-columns: 1fr; gap: 12px; }
  .kitchen-photos img { min-height: 200px; }
  .fact-card { min-height: 0; }
  .menu-order-cta { display: block; }
  .menu-order-cta .button { width: 100%; margin-top: 27px; }
  .visit-page { padding-top: 54px; padding-bottom: 61px; }
  .visit-grid { gap: 47px; }
  .visit-main h2 { font-size: 54px; }
  .contact-section .section-heading { margin-bottom: 26px; }
  .contact-card { min-height: 154px; }
  .site-footer { padding-bottom: 27px; }
  .mobile-cta { position: fixed; right: 0; bottom: 0; left: 0; z-index: 19; display: block; padding: 8px 13px; background: var(--color-espresso); border-top: 1px solid var(--color-line-light); }
  .mobile-cta a { display: flex; align-items: center; justify-content: center; width: 100%; min-height: 50px; background: var(--color-burnt-orange); color: #fdf7ee; font-family: var(--font-sans); font-size: 15px; text-decoration: none; }
}

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