:root {
  --ink: #1a1714;
  --ink-soft: #25211d;
  --paper: #f4efe4;
  --paper-soft: #fbf7ee;
  --orange: #cf542b;
  --orange-deep: #a63822;
  --sage: #b8bd86;
  --mustard: #d8aa55;
  --muted: #716a61;
  --white: #fffdf7;
  --line: rgba(26, 23, 20, .16);
  --display: "Barlow Condensed", Impact, sans-serif;
  --sans: "Inter", ui-sans-serif, system-ui, sans-serif;
  --max: 1220px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 76px; }
body { margin: 0; overflow-x: hidden; background: var(--paper); color: var(--ink); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
main { overflow: hidden; }
img { display: block; width: 100%; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
::selection { background: var(--orange); color: var(--white); }
#la-carte, #taniere, #receptions, #horaires, #avis { scroll-margin-top: 0; }

.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 1000; top: -5rem; left: 1rem; padding: .8rem 1rem; background: var(--paper); color: var(--ink); }
.skip-link:focus { top: 1rem; }

/* Navigation */
.site-header {
  position: fixed;
  z-index: 100;
  inset: 0 0 auto;
  height: 74px;
  padding: 0 max(1.25rem, calc((100vw - var(--max)) / 2));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  border-bottom: 1px solid rgba(255,255,255,.1);
  background: rgba(23, 20, 17, .88);
  color: var(--white);
  backdrop-filter: blur(16px);
  transition: background .25s ease, box-shadow .25s ease;
}
.site-header.is-scrolled { background: rgba(23,20,17,.98); box-shadow: 0 12px 30px rgba(0,0,0,.22); }
.brand { display: flex; align-items: center; gap: .55rem; min-width: max-content; }
.brand-copy { display: grid; justify-items: center; }
.brand-copy strong { display: grid; font: 900 1.38rem/.72 var(--display); letter-spacing: .015em; text-transform: uppercase; }
.brand-copy strong i { color: var(--orange); font-style: normal; }
.brand-copy strong b { color: var(--white); font: inherit; }
.brand-copy small { margin-top: .38rem; color: #d4a85a; font-size: .51rem; font-weight: 800; letter-spacing: .22em; text-transform: uppercase; }
.brand-fox { width: 64px; height: 56px; max-width: none; object-fit: contain; object-position: center; filter: drop-shadow(0 4px 8px rgba(0,0,0,.2)); }
nav { display: flex; align-items: center; gap: clamp(.8rem, 2.1vw, 2rem); font-size: .68rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
nav > a:not(.nav-order) { position: relative; padding: 1.5rem 0; }
nav > a:not(.nav-order)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 1.1rem; height: 2px; background: var(--orange); transition: right .2s ease; }
nav > a:not(.nav-order):hover::after { right: 0; }
.nav-order { min-height: 43px; padding: .75rem 1rem; display: inline-flex; align-items: center; gap: .6rem; background: var(--orange); color: var(--white); transition: background .2s ease, transform .2s ease; }
.nav-order:hover { background: #e36738; transform: translateY(-2px); }
.nav-toggle { display: none; width: 44px; height: 44px; padding: 9px; border: 1px solid rgba(255,255,255,.25); background: transparent; }
.nav-toggle > span:not(.sr-only) { display: block; width: 20px; height: 1px; margin: 5px auto; background: currentColor; }

/* Global type and buttons */
.kicker { margin: 0 0 1rem; display: flex; align-items: center; gap: .75rem; color: var(--mustard); font-size: .69rem; font-weight: 800; letter-spacing: .19em; text-transform: uppercase; }
.kicker::before { content: ""; width: 38px; height: 8px; flex: 0 0 auto; background: currentColor; -webkit-mask: url("assets/generated/hero-sage-strokes-final.webp") center / contain no-repeat; mask: url("assets/generated/hero-sage-strokes-final.webp") center / contain no-repeat; }
.kicker.dark { color: var(--orange-deep); }
.kicker.light { color: #f0d987; }
h1, h2, h3 { margin: 0; font-family: var(--display); font-weight: 900; letter-spacing: -.02em; line-height: .88; text-transform: uppercase; }
h1 em, h2 em { color: var(--orange); font-style: normal; }
h1 { font-size: clamp(4rem, 7vw, 6.8rem); }
h2 { font-size: clamp(3.3rem, 6vw, 5.6rem); }
.button { min-height: 48px; padding: .8rem 1.15rem; display: inline-flex; align-items: center; justify-content: center; gap: 1rem; border: 1px solid transparent; color: var(--white); font-size: .68rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-3px); }
.button-orange { background: var(--orange); }
.button-orange:hover { background: #e36738; }
.button-outline { border-color: rgba(255,255,255,.42); background: rgba(20,17,14,.18); }
.button-outline:hover { background: var(--paper); color: var(--ink); }
.button-dark, .button-ink { background: var(--ink); }
.button-dark:hover, .button-ink:hover { background: #342d27; }
.button-sage { background: var(--sage); color: var(--ink); }
.button-sage:hover { background: #d0d59b; }

/* Hero */
.hero { position: relative; min-height: max(720px, 100svh); height: 100svh; overflow: hidden; background: var(--ink); color: var(--white); }
.hero-photo { position: absolute; inset: 74px 0 auto; height: 61%; background: url("assets/interieur.jpg") 50% center / cover no-repeat; }
.hero-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(18,15,12,.36), rgba(18,15,12,.02) 62%), linear-gradient(0deg, rgba(18,15,12,.28), transparent 50%); }
.hero-shape { position: absolute; z-index: 2; left: 0; bottom: -2px; width: 100%; height: 68%; }
.hero-shape path { fill: var(--ink); }
.hero-tail { position: absolute; z-index: 3; right: -7%; top: 32%; width: min(65vw, 930px); max-width: none; pointer-events: none; transform: rotate(-2deg); transform-origin: center; filter: drop-shadow(0 16px 25px rgba(0,0,0,.14)); }
.hero-paw { position: absolute; z-index: 3; right: max(2.5rem, calc((100vw - var(--max)) / 2)); bottom: 4.8rem; width: clamp(92px, 9vw, 130px); opacity: .2; transform: rotate(-13deg); mix-blend-mode: screen; }
.hero-content { position: absolute; z-index: 4; left: max(1.5rem, calc((100vw - var(--max)) / 2)); bottom: clamp(4.7rem, 8vh, 6.3rem); width: min(510px, calc(100% - 3rem)); }
.hero-content h1 { max-width: 510px; font-size: clamp(4rem, 5.35vw, 5.15rem); text-shadow: 0 2px 18px rgba(0,0,0,.16); }
.hero-content h1 em { display: block; }
.hero-flourish { width: 180px; height: auto; margin: .9rem 0 .65rem; opacity: .88; }
.hero-lead { max-width: 440px; margin: 0 0 1.15rem; color: #cfc5b9; font-size: .82rem; line-height: 1.6; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .7rem; }
.hero-meta { margin-top: 1.35rem; display: flex; flex-wrap: wrap; align-items: center; gap: .7rem; }
.rating, .status-chip { min-height: 43px; padding: .62rem .8rem; display: flex; align-items: center; border: 1px solid rgba(255,255,255,.13); background: rgba(255,255,255,.035); color: #c8beb1; font-size: .7rem; }
.rating b { margin-right: .55rem; color: var(--mustard); letter-spacing: .08em; }
.status-chip { display: grid; grid-template-columns: auto auto; gap: .1rem .55rem; }
.status-chip strong { color: var(--white); font-size: .68rem; letter-spacing: .05em; text-transform: uppercase; }
.status-chip small { grid-column: 2; color: #9c9389; font-size: .61rem; }
.status-dot { grid-row: 1 / 3; width: 8px; height: 8px; border-radius: 50%; background: var(--mustard); box-shadow: 0 0 0 5px rgba(216,170,85,.1); }
.status-dot.is-open { background: #8eb36e; box-shadow: 0 0 0 5px rgba(142,179,110,.12); }
.scroll-cue { position: absolute; z-index: 5; left: 50%; bottom: 1.5rem; display: grid; justify-items: center; gap: .45rem; color: #8f877e; font-size: .56rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; transform: translateX(-50%); }
.scroll-cue span { width: 1px; height: 25px; background: linear-gradient(var(--orange), transparent); }

/* Menu */
.menu-section { position: relative; padding: clamp(5.5rem, 8vw, 7.2rem) max(1.5rem, calc((100vw - var(--max)) / 2)); overflow: hidden; background-color: var(--paper); background-image: radial-gradient(rgba(26,23,20,.055) .65px, transparent .65px); background-size: 18px 18px; }
.menu-ghost { position: absolute; z-index: 0; left: clamp(-155px,-8vw,-70px); top: 25%; width: clamp(230px,22vw,340px); opacity: .16; pointer-events: none; transform: rotate(-8deg); }
.section-title { position: relative; max-width: 760px; }
.section-title.centered { margin: 0 auto clamp(3.5rem, 6vw, 5.5rem); text-align: center; }
.section-title.centered .kicker { justify-content: center; }
.section-title.centered .kicker::after { content: ""; width: 38px; height: 8px; flex: 0 0 auto; background: currentColor; -webkit-mask: url("assets/generated/hero-sage-strokes-final.webp") center / contain no-repeat; mask: url("assets/generated/hero-sage-strokes-final.webp") center / contain no-repeat; }
.section-title h2 { font-size: clamp(3.4rem, 5.7vw, 5.2rem); }
.section-title > p:last-child { max-width: 620px; margin: 1.3rem auto 0; color: var(--muted); font-size: .9rem; line-height: 1.75; }
.menu-section .section-title, .reviews-section .section-title { max-width: 1100px; }
.menu-section .section-title.centered { margin-bottom: 3.2rem; }
.reviews-section .section-title.centered { margin-bottom: 3rem; }
.menu-section .section-title > .kicker, .reviews-section .section-title > .kicker,
.menu-section .section-title > p:last-child { display: none; }
.menu-section .section-title h2, .reviews-section .section-title h2 { position: relative; width: max-content; max-width: 100%; margin-inline: auto; }
.menu-section .section-title h2::before, .menu-section .section-title h2::after,
.reviews-section .section-title h2::before, .reviews-section .section-title h2::after { content: ""; position: absolute; top: 50%; width: 64px; height: 18px; background-position: center; background-size: contain; background-repeat: no-repeat; transform: translateY(-50%) rotate(-2deg); }
.menu-section .section-title h2::before, .reviews-section .section-title h2::before { left: -88px; background-image: url("assets/generated/hero-sage-strokes-final.webp"); }
.menu-section .section-title h2::after, .reviews-section .section-title h2::after { right: -88px; background-image: url("assets/generated/section-orange-strokes-final.webp"); transform: translateY(-50%) rotate(3deg); }
.reviews-section .section-title h2 { white-space: nowrap; font-size: clamp(3rem, 4.6vw, 4.8rem); }
.menu-showcase { position: relative; z-index: 1; width: min(1060px,100%); margin-inline: auto; display: grid; }
.menu-feature { min-height: 205px; display: grid; grid-template-columns: 95px 1fr minmax(300px, 470px); gap: clamp(1.5rem, 3.5vw, 3.4rem); align-items: center; padding: 1rem 0; border-top: 1px solid var(--line); }
.menu-feature:last-child { border-bottom: 1px solid var(--line); }
.menu-index { color: var(--orange); font: 900 clamp(4rem, 7vw, 6rem)/1 var(--display); letter-spacing: -.04em; }
.menu-overline { margin: 0 0 .35rem; color: var(--orange-deep); font-size: .65rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.menu-feature h3 { font-size: clamp(2rem, 3.4vw, 3rem); }
.menu-feature-copy > p:not(.menu-overline) { max-width: 440px; margin: .75rem 0; color: var(--muted); font-size: .84rem; line-height: 1.65; }
.menu-feature-copy strong { color: var(--orange); font: 800 1.2rem/1 var(--display); }
.menu-feature figure { height: 175px; margin: 0; overflow: hidden; background: var(--ink); box-shadow: 8px 8px 0 rgba(207,84,43,.1); }
.menu-feature img { height: 100%; object-fit: cover; filter: saturate(.88) contrast(1.04); transition: transform .6s ease; }
.menu-feature:hover img { transform: scale(1.035); }
.menu-cta { width: min(1060px,100%); margin: 2rem auto 0; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.menu-cta p { max-width: 620px; margin: 0; color: var(--muted); font-size: .8rem; line-height: 1.6; }

/* Story */
.story-section { position: relative; padding: clamp(5rem, 8vw, 7.5rem) max(1.5rem, calc((100vw - var(--max)) / 2)); overflow: hidden; background-color: var(--orange); background-image: radial-gradient(rgba(255,255,255,.09) .55px, transparent .7px); background-size: 13px 13px; color: var(--white); }
.brush { position: absolute; left: -2%; right: -2%; height: 72px; background: var(--paper); -webkit-mask: url("assets/brush-edge.svg") center / 100% 100% no-repeat; mask: url("assets/brush-edge.svg") center / 100% 100% no-repeat; }
.brush-top { top: -32px; }
.brush-bottom { bottom: -32px; transform: rotate(180deg); }
.story-inner { position: relative; z-index: 1; width: min(var(--max), 100%); margin: auto; display: grid; grid-template-columns: .86fr 1.14fr; gap: clamp(3rem, 7vw, 7rem); align-items: center; }
.story-copy h2 em { color: var(--ink); }
.story-copy > p:not(.kicker) { max-width: 510px; margin: 1.4rem 0 1.7rem; color: #ffe8db; font-size: .92rem; line-height: 1.75; }
.story-values { margin-bottom: 1.7rem; display: flex; flex-wrap: wrap; gap: .55rem; }
.story-values span { padding: .62rem .75rem; border: 1px solid rgba(255,255,255,.28); color: #fff1e8; font-size: .66rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.story-values b { margin-right: .45rem; color: var(--ink); }
.story-photo { position: relative; margin: 0; transform: rotate(1.3deg); box-shadow: 18px 20px 0 rgba(91,29,17,.22); }
.story-photo::before { content: ""; position: absolute; z-index: 2; inset: 10px; border: 1px solid rgba(255,255,255,.45); pointer-events: none; }
.story-photo img { aspect-ratio: 4 / 3; object-fit: cover; }
.story-photo figcaption { position: absolute; z-index: 3; left: 1.2rem; bottom: 1.2rem; padding: .55rem .7rem; background: var(--ink); color: var(--white); font-size: .58rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }

/* Events */
.events-section { padding: clamp(5.5rem, 8vw, 8rem) max(1.5rem, calc((100vw - var(--max)) / 2)); background-color: var(--ink); background-image: radial-gradient(rgba(255,255,255,.045) .6px, transparent .6px); background-size: 17px 17px; color: var(--white); }
.events-inner { width: min(var(--max), 100%); margin: auto; display: grid; grid-template-columns: 1.08fr .92fr; gap: clamp(3rem, 7vw, 6rem); align-items: center; }
.events-photo { position: relative; margin: 0; }
.events-photo::after { content: ""; position: absolute; inset: 0; border: 1px solid rgba(255,255,255,.22); transform: translate(12px,12px); }
.events-photo > img:first-child { aspect-ratio: 4 / 3; object-fit: cover; filter: saturate(.78) contrast(1.05); }
.events-photo .events-fox-mark { position: absolute; z-index: 2; left: 2.6rem; bottom: -7.2rem; width: 225px; max-width: none; opacity: .96; transform: rotate(-4deg); filter: saturate(1.15) contrast(1.18) drop-shadow(0 0 1px rgba(207,84,43,.9)); pointer-events: none; }
.events-copy h2 em { color: var(--orange); }
.events-copy > p:not(.kicker) { max-width: 600px; margin: 1.4rem 0 2rem; color: #c8beb3; font-size: clamp(.94rem, .9vw, 1.02rem); line-height: 1.75; }
.event-list { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3,1fr); list-style: none; border-block: 1px solid rgba(255,255,255,.17); }
.event-list li { min-width: 0; min-height: 230px; padding: 1.55rem 1rem 1.45rem; display: grid; grid-template-rows: 92px auto 1fr; align-content: start; gap: .65rem; border-right: 1px solid rgba(255,255,255,.17); }
.event-list li:last-child { border-right: 0; }
.event-icon { width: 104px; height: 78px; display: grid; place-items: center; margin: 0 auto; color: #e05a2a; }
.event-icon svg { width: 100%; height: 100%; overflow: visible; stroke: currentColor; stroke-width: 2.7; stroke-linecap: round; stroke-linejoin: round; vector-effect: non-scaling-stroke; }
.event-list strong { min-height: 2.16em; color: var(--white); font: 800 clamp(1rem, 1vw, 1.12rem)/1.08 var(--display); text-transform: uppercase; }
.event-list small { color: #aaa096; font-size: clamp(.72rem, .68vw, .8rem); line-height: 1.55; }
.events-actions { margin-top: 2rem; display: flex; flex-wrap: wrap; align-items: center; gap: clamp(1.5rem, 2.2vw, 2.4rem); }
.events-actions .button { min-height: 58px; padding-inline: 1.65rem; font-size: .75rem; }
.simple-link { padding-block: .8rem; border-bottom: 1px solid rgba(255,255,255,.3); color: #e1d7cc; font-size: .74rem; font-weight: 750; letter-spacing: .11em; text-transform: uppercase; }
.events-note { display: block; margin-top: 1.35rem; color: #9f958b; font-size: .72rem; line-height: 1.6; }

/* Reviews */
.reviews-section { padding: clamp(5.5rem, 8vw, 8rem) max(1.5rem, calc((100vw - var(--max)) / 2)); background: var(--paper-soft); }
.reviews-carousel { width: min(1096px, 100%); margin-inline: auto; padding: 0 8px 10px; overflow: hidden; }
.reviews-grid { width: 100%; margin: 0; display: flex; gap: 1rem; transition: transform .72s cubic-bezier(.22,.7,.25,1); will-change: transform; }
.reviews-grid blockquote { min-height: 235px; flex: 0 0 calc((100% - 2rem) / 3); margin: 0; padding: 1.6rem; display: flex; flex-direction: column; border: 1px solid var(--line); background: rgba(255,255,255,.35); box-shadow: 7px 7px 0 rgba(207,84,43,.07); }
.stars { color: var(--sage); letter-spacing: .16em; }
.reviews-grid p { margin: 1.4rem 0; color: #37312b; font-size: .9rem; line-height: 1.7; }
.reviews-grid footer { margin-top: auto; color: var(--orange-deep); font: 800 .78rem/1 var(--display); letter-spacing: .08em; text-transform: uppercase; }
.reviews-rating { width: max-content; margin: 2rem auto 0; padding: .8rem 1rem; display: flex; align-items: center; gap: .7rem; border: 1px solid var(--line); background: var(--paper); }
.reviews-rating b { color: var(--orange); font: 900 1.15rem/1 var(--display); }
.reviews-rating span { color: var(--muted); font-size: .7rem; }
.reviews-rating i { color: var(--orange); font-style: normal; }

/* Visit */
.visit-section { position: relative; padding: clamp(5rem, 8vw, 7rem) max(1.5rem, calc((100vw - var(--max)) / 2)); overflow: hidden; background: #13110f; color: var(--white); }
.visit-paw { position: absolute; z-index: 0; right: clamp(2.5rem, 4vw, 5rem); top: 1.5rem; width: clamp(120px, 12vw, 220px); opacity: .12; transform: rotate(15deg); mix-blend-mode: screen; }
.visit-inner { position: relative; z-index: 1; width: min(var(--max),100%); margin: auto; display: grid; grid-template-columns: .78fr .92fr 1.1fr; gap: clamp(1.5rem, 3.6vw, 3.6rem); align-items: center; }
.visit-contact h2 em { color: var(--orange); }
.address-link { margin-top: 1.7rem; padding: 1.1rem 0; display: grid; grid-template-columns: 34px 1fr auto; gap: 1rem; align-items: center; border-block: 1px solid rgba(255,255,255,.14); }
.address-link > span, .address-link > i { color: var(--orange); font-size: 1.35rem; font-style: normal; }
.address-link strong { font-size: .82rem; line-height: 1.6; }
.contact-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.contact-row a { padding: 1rem 0; display: grid; gap: .35rem; border-bottom: 1px solid rgba(255,255,255,.14); }
.contact-row small { color: #827970; font-size: .6rem; letter-spacing: .12em; text-transform: uppercase; }
.contact-row strong { font-size: .78rem; }
.map-card { position: relative; min-height: 285px; overflow: hidden; display: grid; align-content: end; padding: 1.25rem; border: 8px solid #25211d; background-color: #d9d8b7; background-image: linear-gradient(22deg,transparent 47%,rgba(255,255,255,.75) 48% 51%,transparent 52%),linear-gradient(126deg,transparent 46%,rgba(164,166,134,.55) 47% 50%,transparent 51%),radial-gradient(circle at 25% 30%,rgba(255,255,255,.45) 0 2px,transparent 3px); background-size: 100% 100%,100% 100%,18px 18px; color: var(--ink); box-shadow: 8px 8px 0 rgba(207,84,43,.14); }
.map-card iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; filter: saturate(.82) contrast(.98); }
.map-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg,transparent 52%,rgba(218,216,183,.28) 60%,#d9d8b7 94%); }
.map-card > * { position: relative; z-index: 2; }
.map-card strong { margin-left: 48%; font: 800 .9rem/1.05 var(--display); text-transform: uppercase; }
.map-card small { margin: .6rem 0 0 48%; color: #635f51; font-size: .58rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.map-pin { position: absolute; z-index: 3; left: 49%; top: 36%; width: 30px; height: 30px; border: 8px solid var(--orange); border-radius: 50% 50% 50% 0; background: var(--paper); transform: rotate(-45deg); box-shadow: 0 5px 12px rgba(65,57,45,.25); }
.map-road { position: absolute; z-index: 1; height: 6px; border: 2px solid rgba(255,255,255,.82); border-radius: 50%; transform-origin: left center; }
.road-one { left: -12%; top: 29%; width: 130%; transform: rotate(18deg); }
.road-two { left: 18%; top: 84%; width: 100%; transform: rotate(-52deg); }
.road-three { left: 4%; top: 58%; width: 78%; transform: rotate(-8deg); }
.hours-card { padding: clamp(1.6rem, 2.5vw, 2.4rem); border: 1px solid rgba(255,255,255,.13); background: #201c18; box-shadow: 10px 10px 0 rgba(207,84,43,.16); }
.hours-heading { padding-bottom: 1rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; border-bottom: 1px solid rgba(255,255,255,.14); font-size: .68rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.hours-heading b { padding: .4rem .55rem; background: var(--orange); font-size: .56rem; }
.hours-card dl { margin: .5rem 0 0; }
.hours-card dl > div { min-height: 43px; padding: .6rem 0; display: grid; grid-template-columns: 110px 1fr; align-items: center; border-bottom: 1px solid rgba(255,255,255,.09); }
.hours-card dt { font: 800 .9rem/1 var(--display); text-transform: uppercase; }
.hours-card dd { margin: 0; display: flex; justify-content: flex-end; gap: 1.4rem; color: #b6ada3; font-size: .7rem; }
.hours-card > p { margin: 1rem 0 0; color: #b8afa5; font-size: .78rem; font-weight: 500; line-height: 1.6; }
.hours-card > p a { color: var(--paper); font-weight: 750; text-decoration: underline; text-decoration-color: rgba(207,84,43,.72); text-underline-offset: 3px; }

/* Closing CTA and footer */
.order-cta { position: relative; min-height: 340px; padding: clamp(3rem, 5vw, 4.5rem) max(1.5rem, calc((100vw - var(--max)) / 2)); display: grid; grid-template-columns: minmax(330px,.9fr) 1fr auto; align-items: center; gap: clamp(2rem,4vw,4rem); overflow: hidden; background-color: var(--orange); background-image: radial-gradient(rgba(255,255,255,.08) .55px,transparent .7px); background-size: 13px 13px; color: var(--white); }
.order-cta h2 em { color: var(--ink); }
.order-cta > * { position: relative; z-index: 2; }
.cta-food { width: min(520px,42vw); max-width: none; align-self: end; margin: 0 0 -4.5rem -3rem; filter: drop-shadow(0 18px 24px rgba(80,25,10,.22)); }
.site-footer { position: relative; padding: clamp(3rem, 5vw, 4.5rem) max(1.5rem, calc((100vw - var(--max)) / 2)) 1.4rem; overflow: hidden; border-top: 4px solid var(--orange); background-color: var(--ink); background-image: radial-gradient(rgba(255,255,255,.035) .55px, transparent .7px); background-size: 15px 15px; color: #9d958b; }
.footer-main { width: min(var(--max), 100%); margin-inline: auto; display: grid; grid-template-columns: minmax(280px, 1.25fr) .7fr 1fr; gap: clamp(2.5rem, 6vw, 6rem); align-items: start; }
.footer-identity > p { max-width: 330px; margin: 1.2rem 0 0; color: #8f877e; font-size: .78rem; line-height: 1.65; }
.footer-brand { width: max-content; display: flex; align-items: center; gap: .9rem; color: var(--white); }
.footer-brand span { display: grid; }
.footer-brand strong { font: 900 2.05rem/.78 var(--display); letter-spacing: -.025em; text-transform: uppercase; }
.footer-brand strong i { color: var(--orange); font-style: normal; }
.footer-brand small { margin-top: .65rem; color: var(--mustard); font-size: .62rem; font-weight: 800; letter-spacing: .22em; text-align: center; text-transform: uppercase; }
.footer-brand img { width: 92px; height: 82px; object-fit: contain; object-position: center; filter: drop-shadow(0 6px 12px rgba(0,0,0,.24)); }
.footer-heading { display: block; margin-bottom: 1rem; color: var(--mustard); font-size: .65rem; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.footer-links { display: grid; gap: .8rem; color: #d4cbc0; font-size: .7rem; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.footer-links a { width: max-content; border-bottom: 1px solid transparent; transition: color .2s ease, border-color .2s ease; }
.footer-links a:hover { border-color: var(--orange); color: var(--white); }
.footer-social-links { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .7rem; }
.footer-social-links a { min-height: 52px; padding: .75rem .9rem; display: flex; align-items: center; gap: .7rem; border: 1px solid rgba(255,255,255,.14); background: rgba(255,255,255,.035); color: var(--white); font-size: .68rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; transition: border-color .2s ease, background .2s ease, transform .2s ease; }
.footer-social-links a:hover { border-color: var(--orange); background: rgba(207,84,43,.13); transform: translateY(-2px); }
.footer-social-links svg { width: 21px; height: 21px; flex: 0 0 auto; fill: currentColor; stroke: currentColor; stroke-width: 1.7; }
.footer-social-links a:first-child svg { stroke: none; }
.footer-social-links a:last-child svg { fill: none; }
.footer-bottom { width: min(var(--max), 100%); margin: clamp(2.5rem, 4vw, 3.5rem) auto 0; padding-top: 1.25rem; display: flex; justify-content: space-between; gap: 1rem 2rem; border-top: 1px solid rgba(255,255,255,.1); color: #766f67; font-size: .62rem; line-height: 1.5; }
.footer-bottom p { margin: 0; }
.footer-bottom a { color: #a9a097; transition: color .2s ease; }
.footer-bottom a:hover { color: var(--white); }

/* Mockup fidelity pass */
.menu-heart { color: var(--orange); font-size: 1.55rem !important; }
.menu-cta { justify-content: center; }
.button-menu { border-color: var(--sage); color: #7f845a; background: rgba(255,255,255,.18); }
.button-menu:hover { background: var(--sage); color: var(--ink); }
.kicker::before { width: 68px; height: 12px; }
.section-title.centered .kicker::after { width: 68px; height: 12px; }
.menu-ghost { left: clamp(-135px, -6vw, -90px); top: 14%; width: clamp(430px, 30vw, 590px); opacity: .32; transform: rotate(-3deg); filter: grayscale(1) brightness(.72) contrast(1.05); }
.menu-section .section-title h2::before,
.menu-section .section-title h2::after { width: clamp(175px, 12vw, 250px); height: 44px; background-size: 100% 100%; }
.menu-section .section-title h2::before { left: clamp(-305px, -15vw, -225px); }
.menu-section .section-title h2::after { right: clamp(-305px, -15vw, -225px); }

.story-section { padding: clamp(4.5rem, 6vw, 5.8rem) 0; background: var(--paper); }
.story-section::before { content: ""; position: absolute; z-index: 0; inset: -9% 0; background-color: var(--orange); -webkit-mask: url("assets/generated/story-orange-swash.png") center / 100% 100% no-repeat; mask: url("assets/generated/story-orange-swash.png") center / 100% 100% no-repeat; pointer-events: none; }
.story-section .brush { display: none; }
.story-inner { width: min(1760px, 100%); box-sizing: border-box; padding-inline: clamp(5.5rem, 7vw, 9rem); grid-template-columns: minmax(310px, .68fr) minmax(0, 1.32fr); gap: clamp(2.75rem, 4.5vw, 5rem); }
.story-copy { position: relative; isolation: isolate; min-width: 0; padding: 0 0 0 clamp(1.25rem, 1.6vw, 2rem); }
.story-copy::before { display: none; }
.story-copy h2 { font-size: clamp(3.2rem, 4.8vw, 4.7rem); }
.story-copy h2 em { color: var(--white); }
.story-copy > p:not(.kicker):not(.story-note) { max-width: 600px; margin: 1.25rem 0 .85rem; color: var(--white); font-size: clamp(1rem, .9vw, 1.1rem); font-weight: 500; line-height: 1.72; }
.story-note { margin: 0 0 1.4rem; color: var(--white); font-size: clamp(.86rem, .78vw, .98rem); font-weight: 750; line-height: 1.55; }
.story-photo { width: 100%; max-width: 100%; overflow: hidden; transform: none; box-shadow: none; line-height: 0; }
.story-photo::before { display: none; }
.story-photo img { display: block; width: 100%; aspect-ratio: 16 / 9; object-fit: cover; object-position: center 9%; }

.events-section { padding-block: clamp(5rem, 7vw, 6.8rem); }
.events-copy h2 { font-size: clamp(3.3rem, 5vw, 4.8rem); }
.events-underline { width: 190px; margin: .75rem 0 .9rem; opacity: .86; }
.reviews-section { position: relative; overflow: hidden; padding-block: clamp(4.5rem, 6vw, 6rem); }
.reviews-section .section-title h2::before,
.reviews-section .section-title h2::after { display: block; width: clamp(210px, 14vw, 290px); height: 56px; background-size: 100% 100%; }
.reviews-section .section-title h2::before { left: clamp(-360px, -17vw, -270px); }
.reviews-section .section-title h2::after { right: clamp(-360px, -17vw, -270px); }
.reviews-section::before, .reviews-section::after { content: ""; position: absolute; top: 55%; width: clamp(145px, 10vw, 205px); height: 32px; background-position: center; background-size: contain; background-repeat: no-repeat; pointer-events: none; }
.reviews-section::before, .reviews-section::after { display: none; }
.reviews-grid blockquote { min-height: 205px; padding: 1.5rem; }
.review-controls { margin: 1.3rem auto 0; display: flex; align-items: center; justify-content: center; gap: 1rem; }
.review-dots { display: flex; align-items: center; justify-content: center; gap: .55rem; }
.review-dots button { width: 12px; height: 12px; padding: 0; border: 1px solid rgba(207,84,43,.5); border-radius: 50%; background: transparent; cursor: pointer; transition: background .2s ease, border-color .2s ease, transform .2s ease; }
.review-dots button:hover, .review-dots button:focus-visible { border-color: var(--orange); transform: scale(1.2); outline: none; }
.review-dots button.is-active { border-color: var(--orange); background: var(--orange); }
.review-arrow { width: 42px; height: 36px; padding: 0; display: grid; place-items: center; border: 1px solid rgba(207,84,43,.32); background: rgba(255,255,255,.24); color: var(--orange-deep); cursor: pointer; transition: background .2s ease, border-color .2s ease, color .2s ease, transform .2s ease; }
.review-arrow span { margin-top: -2px; font-size: 1.25rem; line-height: 1; }
.review-arrow:hover, .review-arrow:focus-visible { border-color: var(--orange); background: var(--orange); color: var(--white); outline: none; transform: translateY(-2px); }

.visit-section { padding-block: clamp(3.8rem, 5vw, 4.8rem); }
.visit-contact h2 { color: var(--white); font-size: clamp(1.8rem, 2.4vw, 2.35rem); letter-spacing: .01em; text-align: center; }
.visit-underline { width: 190px; margin: .6rem auto .7rem; opacity: .85; }
.address-link { margin-top: .4rem; padding-block: .85rem; gap: .8rem; }
.map-card { min-height: 228px; display: block; padding: 0; border: 7px solid #25211d; background: #d9d8b7; box-shadow: 8px 8px 0 rgba(207,84,43,.14); }
.map-card::after { display: none; }
.map-card > * { position: absolute; }
.map-art { z-index: 1; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.map-label { z-index: 2; left: 65.5%; top: 43%; width: 27%; display: grid; gap: .32rem; transform: translateY(-50%); }
.map-label strong { margin: 0; font: 800 clamp(.66rem, 1vw, .82rem)/1.05 var(--display); text-transform: uppercase; }
.map-label small { margin: 0; color: #635f51; font-size: .48rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.hours-card { padding: 0; border: 0; background: transparent; box-shadow: none; }
.hours-card dl > div { min-height: 37px; padding-block: .45rem; grid-template-columns: 105px 1fr; }

.order-cta { min-height: 285px; padding-block: clamp(2.4rem, 4vw, 3.2rem); grid-template-columns: minmax(300px,.85fr) minmax(0,1.1fr) minmax(220px,auto); }
.order-cta h2 { color: var(--ink); font-size: clamp(3rem, 4.3vw, 4.2rem); }
.order-cta h2 em { color: inherit; }
.order-cta > div { min-width: 0; }
.order-cta .kicker { position: relative; left: auto; width: max-content; max-width: 100%; margin: 0 0 1rem; padding-bottom: 1.8rem; justify-content: flex-start; color: #f5dc89; font-size: clamp(1.2rem, 1.4vw, 1.55rem); letter-spacing: .15em; white-space: nowrap; transform: none; }
.order-cta .kicker::before { display: none; }
.order-cta .kicker::after { content: ""; position: absolute; left: 50%; bottom: 0; width: clamp(190px, 15vw, 265px); min-width: 0; max-width: none; height: clamp(20px, 1.5vw, 24px); flex: none; background: url("assets/generated/hero-sage-strokes-final.webp") center / 100% 100% no-repeat; -webkit-mask: none; mask: none; transform: translateX(-50%) rotate(-1deg); }
.order-cta > .button { min-width: 220px; }
.cta-food { z-index: 3; width: min(445px,38vw); margin: 0 0 -3rem -2.5rem; }

/* Reveal */
.reveal { opacity: 0; transform: translateY(20px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .reveal { opacity: 1; transform: none; transition: none; } }

@media (min-width: 981px) {
  html { scroll-padding-top: 112px; }
  .site-header {
    height: 112px;
    padding-inline: clamp(2.5rem, 3.1vw, 4rem);
    border-bottom: 0;
    background-color: rgba(23,20,17,.97);
    background-image: radial-gradient(rgba(255,255,255,.035) .55px, transparent .7px);
    background-size: 15px 15px;
  }
  .site-header::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -9px;
    height: 13px;
    background: #171411;
    -webkit-mask: url("assets/brush-edge.svg") center bottom / 100% 100% no-repeat;
    mask: url("assets/brush-edge.svg") center bottom / 100% 100% no-repeat;
    pointer-events: none;
  }
  .brand { gap: .75rem; }
  .brand-copy strong { font-size: 3rem; }
  .brand-copy small { margin-top: .52rem; font-size: .78rem; }
  .brand-fox { width: 108px; height: 92px; margin-left: .2rem; }
  nav { width: min(62vw, 1260px); justify-content: space-between; gap: 1.5rem; font-size: .92rem; }
  nav > a:not(.nav-order) { padding-block: 2.4rem; }
  nav > a:not(.nav-order)::after { bottom: 1.85rem; }
  .nav-order { min-width: clamp(198px, 13.8vw, 282px); min-height: 66px; padding-inline: 1.5rem; font-size: .88rem; }

  .hero-photo { top: 112px; }
  .hero-photo::after {
    background: linear-gradient(90deg, rgba(18,15,12,.24), rgba(18,15,12,.08) 62%), linear-gradient(0deg, rgba(18,15,12,.22), rgba(18,15,12,.04) 70%);
  }
  .hero-shape { height: 87%; }
  .hero-shape path { stroke: none; }
  .hero-tail { right: -2%; top: 36%; width: min(58vw, 920px); transform: rotate(-2deg); transform-origin: center; }
  .hero-paw { right: clamp(7rem, 10.5vw, 13.5rem); bottom: 2.4rem; width: clamp(185px, 12vw, 245px); opacity: .25; }
  .hero-content { left: clamp(4rem, 5.5vw, 7.2rem); bottom: clamp(3.2rem, 5.5vh, 4.3rem); width: min(850px, calc(100% - 8rem)); }
  .hero-content h1 { max-width: 850px; font-size: clamp(5.8rem, 5.9vw, 7.45rem); }
  .hero-flourish { width: 420px; margin: 1.15rem 0 .9rem; }
  .hero-actions .button { min-width: clamp(320px, 23vw, 470px); min-height: clamp(70px, 6vw, 100px); padding-inline: 2rem; font-size: clamp(.84rem, .9vw, 1.04rem); }

  .story-section { padding-inline: 0; padding-block: clamp(5rem, 7vw, 7rem); }
  .story-inner { width: min(2048px, 100%); padding-inline: clamp(10.5rem, 13vw, 15rem); }
  .story-copy h2 { font-size: clamp(3.6rem, 4vw, 5.1rem); }
  .story-copy > p:not(.kicker):not(.story-note) { max-width: 520px; font-size: 1rem; }

  .visit-section { padding-inline: clamp(3rem, 5vw, 6rem); }
  .visit-inner { width: min(1580px, 100%); grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(2rem, 3vw, 3.5rem); align-items: stretch; }
  .visit-contact { min-width: 0; padding-block: clamp(1rem, 1.6vw, 1.6rem); display: flex; flex-direction: column; }
  .visit-contact .address-link { margin-top: auto; }
  .visit-contact .contact-row { margin-top: auto; }
  .map-card { min-width: 0; min-height: 100%; height: 100%; }
  .hours-card { min-width: 0; display: flex; flex-direction: column; }
  .hours-card dl { flex: 1; display: flex; flex-direction: column; }
  .hours-card dl > div { flex: 1; }
}

@media (max-width: 980px) {
  .site-header { height: 66px; padding-inline: 1rem; }
  .nav-toggle { display: block; }
  nav { position: absolute; top: 100%; left: 0; right: 0; padding: 1rem; display: grid; gap: .15rem; background: var(--ink); border-top: 1px solid rgba(255,255,255,.1); transform: scaleY(0); transform-origin: top; opacity: 0; pointer-events: none; transition: transform .2s ease, opacity .2s ease; }
  nav.is-open { transform: scaleY(1); opacity: 1; pointer-events: auto; }
  nav > a:not(.nav-order) { padding: .9rem .4rem; border-bottom: 1px solid rgba(255,255,255,.08); }
  nav > a:not(.nav-order)::after { display: none; }
  .nav-order { margin-top: .5rem; }
  .hero { min-height: max(760px,100svh); height: auto; }
  .hero-photo { top: 66px; height: 60%; }
  .hero-shape { height: 67%; }
  .hero-tail { top: 34%; right: clamp(-190px, -22vw, -75px); width: min(120vw, 820px); }
  .hero-content { left: 1.5rem; bottom: 5rem; }
  .menu-feature { grid-template-columns: 85px 1fr 310px; gap: 1.5rem; }
  .story-inner, .events-inner, .visit-inner { grid-template-columns: 1fr; }
  .story-inner { width: 100%; padding-inline: clamp(7.5rem, 16vw, 9rem); }
  .story-copy, .events-copy { max-width: 720px; }
  .story-photo { width: min(720px,100%); }
  .events-photo { order: 2; }
  .events-copy { order: 1; }
  .reviews-grid blockquote { min-height: 180px; flex-basis: 100%; }
  .map-card { min-height: 250px; }
  .order-cta { grid-template-columns: minmax(280px,.9fr) 1fr; }
  .order-cta .kicker { width: max-content; font-size: 1.1rem; }
  .order-cta .kicker::after { width: clamp(175px, 22vw, 220px); height: 22px; }
  .order-cta .cta-food { grid-row: 1 / 3; }
  .order-cta > .button { grid-column: 2; justify-self: start; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-social { grid-column: 1 / -1; }
  .footer-social-links { width: min(430px, 100%); }
}

@media (max-width: 680px) {
  html { scroll-padding-top: 66px; }
  #la-carte, #taniere, #receptions, #horaires { scroll-margin-top: 0; }
  .brand-copy { display: grid; }
  .brand-copy strong { font-size: 1.08rem; }
  .brand-copy small { font-size: .43rem; }
  .brand-fox { width: 46px; height: 40px; }
  h1 { font-size: clamp(3.3rem, 15.5vw, 4.25rem); }
  h2 { font-size: clamp(3.1rem, 15vw, 4.5rem); }
  .hero { min-height: max(760px, 100svh); }
  .hero-photo { height: 57%; background-position: 58% center; }
  .hero-shape { height: 67%; width: 100%; left: 0; }
  .hero-tail { top: 34%; right: clamp(-190px, -22vw, -75px); width: min(125vw, 820px); opacity: .98; transform: rotate(-3deg); }
  .hero-paw { right: 1rem; bottom: 2.2rem; width: 78px; opacity: .15; }
  .hero-content { left: 1.2rem; bottom: 3.3rem; width: calc(100% - 2.4rem); }
  .hero-content h1 { max-width: 360px; font-size: clamp(3rem, 13.5vw, 3.65rem); }
  .hero-flourish { width: 148px; margin-block: .7rem .5rem; }
  .hero-lead { max-width: 330px; font-size: .76rem; }
  .hero-actions { display: grid; }
  .hero-actions .button { width: min(190px,100%); }
  .scroll-cue { display: none; }
  .menu-section, .events-section, .reviews-section, .visit-section { padding-inline: 1rem; }
  .story-section { padding-inline: 0; }
  .menu-ghost { left: -88px; top: 16%; width: 250px; opacity: .14; }
  .section-title.centered { text-align: left; }
  .section-title.centered .kicker { justify-content: flex-start; }
  .section-title.centered .kicker::after { display: none; }
  .menu-section .section-title h2::before, .menu-section .section-title h2::after,
  .reviews-section .section-title h2::before, .reviews-section .section-title h2::after { display: none; }
  .menu-section .section-title h2, .reviews-section .section-title h2 { width: auto; margin-inline: 0; white-space: normal; }
  .section-title > p:last-child { margin-left: 0; }
  .menu-feature { min-height: 0; padding: 1.7rem 0; grid-template-columns: 60px 1fr; gap: 1rem; }
  .menu-index { font-size: 3.6rem; }
  .menu-feature figure { grid-column: 1 / -1; height: 220px; }
  .menu-cta { align-items: stretch; flex-direction: column; }
  .menu-cta .button { width: 100%; }
  .story-section { padding-block: 5.5rem; }
  .story-inner { gap: 2.5rem; padding-inline: 3.25rem; }
  .story-copy { padding: 0; }
  .story-copy > p:not(.kicker):not(.story-note) { font-size: .96rem; }
  .story-note { font-size: .86rem; }
  .story-values { display: grid; }
  .story-photo { transform: none; }
  .event-list { grid-template-columns: 1fr; }
  .event-list li { min-height: 0; padding: 1.35rem .25rem; grid-template-columns: 92px 1fr; grid-template-rows: auto auto; align-items: center; gap: .35rem 1rem; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.13); }
  .event-list li:last-child { border-bottom: 0; }
  .event-icon { grid-row: 1 / 3; width: 88px; height: 66px; margin: 0; }
  .event-list strong { min-height: 0; }
  .event-list small { grid-column: 2; }
  .events-actions { align-items: stretch; flex-direction: column; }
  .events-actions .button { width: 100%; }
  .events-photo { margin-bottom: 3.5rem; }
  .events-photo .events-fox-mark { left: 4rem; bottom: -4.8rem; width: 165px; opacity: .96; }
  .reviews-rating { width: 100%; justify-content: center; }
  .reviews-section::before, .reviews-section::after { display: none; }
  .visit-paw { right: .75rem; top: 1rem; width: 90px; opacity: .08; }
  .map-card { min-height: 230px; }
  .map-label { left: 65%; width: 29%; }
  .hours-card { padding: 1.25rem; }
  .hours-heading { align-items: flex-start; flex-direction: column; }
  .hours-card dl > div { grid-template-columns: 90px 1fr; }
  .hours-card dd { align-items: flex-end; flex-direction: column; gap: .25rem; }
  .contact-row { grid-template-columns: 1fr; }
  .order-cta { min-height: 0; padding-block: 1.5rem 3.5rem; grid-template-columns: 1fr; align-content: center; gap: 1rem; text-align: center; }
  .order-cta .cta-food { grid-row: auto; width: 112%; max-width: none; margin: 0 -6% -1rem; justify-self: center; }
  .order-cta .kicker { width: max-content; margin-inline: auto; font-size: 1rem; letter-spacing: .11em; }
  .order-cta .kicker::after { width: 165px; height: 20px; }
  .order-cta > div { justify-self: center; }
  .order-cta > .button { grid-column: auto; justify-self: stretch; }
  .order-cta .button { width: 100%; }
  .site-footer { padding-inline: 1.2rem; }
  .footer-main { grid-template-columns: 1fr; gap: 2.2rem; }
  .footer-social { grid-column: auto; }
  .footer-social-links { grid-template-columns: 1fr; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
}

/* Responsive hardening: phones, tablets, notches and touch screens */
body.nav-open { overflow: hidden; }

@media (max-width: 980px) {
  .site-header {
    padding-left: max(1rem, env(safe-area-inset-left));
    padding-right: max(1rem, env(safe-area-inset-right));
  }

  .nav-toggle {
    position: relative;
    flex: 0 0 44px;
    cursor: pointer;
  }
  .nav-toggle > span:not(.sr-only) {
    position: absolute;
    left: 11px;
    width: 20px;
    margin: 0;
    transition: top .2s ease, transform .2s ease, opacity .16s ease;
  }
  .nav-toggle > span:nth-child(1) { top: 14px; }
  .nav-toggle > span:nth-child(2) { top: 21px; }
  .nav-toggle > span:nth-child(3) { top: 28px; }
  .nav-toggle[aria-expanded="true"] > span:nth-child(1) { top: 21px; transform: rotate(45deg); }
  .nav-toggle[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
  .nav-toggle[aria-expanded="true"] > span:nth-child(3) { top: 21px; transform: rotate(-45deg); }

  nav {
    max-height: calc(100dvh - 66px);
    padding: .8rem max(1rem, env(safe-area-inset-right)) max(1rem, env(safe-area-inset-bottom)) max(1rem, env(safe-area-inset-left));
    overflow-y: auto;
    overscroll-behavior: contain;
    visibility: hidden;
    transform: translateY(-.65rem);
    transform-origin: top;
  }
  nav.is-open { visibility: visible; transform: none; }
  nav > a:not(.nav-order) { min-height: 48px; display: flex; align-items: center; }
  .nav-order { min-height: 50px; justify-content: space-between; }

  .story-inner { padding-inline: clamp(2rem, 5vw, 3rem); }
  .story-section::before { inset: -5% -12%; }
  .story-photo { width: 100%; }
  .reviews-grid blockquote { font-size: 1rem; }
}

@media (min-width: 681px) and (max-width: 820px) {
  .menu-feature {
    grid-template-columns: 74px minmax(0, 1fr);
    gap: 1.25rem;
    padding-block: 1.6rem;
  }
  .menu-feature figure { grid-column: 2; height: 230px; }
  .story-inner { gap: 3rem; }
  .story-copy { max-width: 650px; }
}

@media (max-width: 680px) {
  body { font-size: 16px; }
  .site-header { padding-left: max(1rem, env(safe-area-inset-left)); padding-right: max(1rem, env(safe-area-inset-right)); }
  .brand { min-width: 0; }
  .button { min-height: 52px; padding-inline: 1.15rem; font-size: .72rem; }

  .hero {
    min-height: max(560px, 100svh);
    height: 100svh;
  }
  .hero-photo { height: 62%; background-position: 56% center; }
  .hero::before {
    content: "";
    position: absolute;
    z-index: 2;
    inset: 0;
    background: var(--ink);
    clip-path: ellipse(100% 52% at 50% 100%);
    pointer-events: none;
  }
  .hero-shape { display: none; }
  .hero-tail {
    top: 46%;
    right: -3vw;
    width: min(48vw, 200px);
    opacity: .96;
    transform: rotate(-6deg);
  }
  .hero-paw { right: max(1rem, env(safe-area-inset-right)); bottom: 1.4rem; width: 72px; }
  .hero-content {
    left: max(1.2rem, env(safe-area-inset-left));
    bottom: max(clamp(2.4rem, 8svh, 4rem), env(safe-area-inset-bottom));
    width: min(360px, calc(100% - max(2.4rem, env(safe-area-inset-left) + env(safe-area-inset-right))));
  }
  .hero-content h1 { font-size: clamp(2.65rem, 12.5vw, 3.55rem); line-height: .88; }
  .hero-flourish { width: clamp(142px, 45vw, 175px); }
  .hero-actions .button { width: min(205px, 100%); }

  .menu-section, .events-section, .reviews-section, .visit-section { padding-inline: max(1.25rem, env(safe-area-inset-left)); }
  .menu-section { padding-block: 3.75rem 4.5rem; }
  .section-title.centered { margin-bottom: 3.4rem; }
  .menu-section .section-title h2,
  .reviews-section .section-title h2 { font-size: clamp(2.85rem, 13.2vw, 3.45rem); line-height: .9; }
  .menu-section .section-title h2::before,
  .menu-section .section-title h2::after,
  .reviews-section .section-title h2::before,
  .reviews-section .section-title h2::after {
    display: block;
    top: auto;
    bottom: -1.45rem;
    width: clamp(72px, 23vw, 92px);
    height: 18px;
    transform: none;
  }
  .menu-section .section-title h2::before,
  .reviews-section .section-title h2::before { left: 0; }
  .menu-section .section-title h2::after,
  .reviews-section .section-title h2::after { right: 0; }
  .menu-section .section-title.centered,
  .reviews-section .section-title.centered { text-align: center; }
  .menu-section .section-title h2 {
    width: max-content;
    max-width: calc(100% - 150px);
    margin-inline: auto;
  }
  .menu-section .section-title h2::before,
  .menu-section .section-title h2::after {
    top: 50%;
    bottom: auto;
    width: clamp(56px, 16vw, 68px);
    height: 18px;
    transform: translateY(-50%);
  }
  .menu-section .section-title h2::before { left: -76px; }
  .menu-section .section-title h2::after { right: -76px; }
  .reviews-section .section-title h2 {
    width: min(290px, calc(100% - 60px));
    max-width: none;
    margin-inline: auto;
    font-size: clamp(2.05rem, 9.8vw, 2.55rem);
  }
  .reviews-section .section-title h2::before,
  .reviews-section .section-title h2::after {
    top: 50%;
    bottom: auto;
    width: clamp(34px, 10vw, 42px);
    height: 20px;
  }
  .reviews-section .section-title h2::before {
    left: clamp(-51px, -12vw, -44px);
    transform: translateY(-50%) rotate(-2deg);
  }
  .reviews-section .section-title h2::after {
    right: clamp(-51px, -12vw, -44px);
    transform: translateY(-50%) rotate(3deg);
  }
  .menu-feature { grid-template-columns: 52px minmax(0, 1fr); gap: 1rem; padding-block: 1.75rem; }
  .menu-index { font-size: clamp(3.25rem, 15vw, 3.75rem); }
  .menu-overline { font-size: .7rem; line-height: 1.35; }
  .menu-feature h3 { font-size: clamp(2rem, 10vw, 2.6rem); }
  .menu-feature-copy > p:not(.menu-overline) { font-size: .95rem; line-height: 1.65; }
  .menu-feature-copy strong { font-size: 1.3rem; }
  .menu-feature figure { height: clamp(195px, 60vw, 235px); }
  .menu-cta { margin-top: 1.5rem; }

  .story-section { padding-block: 4.25rem 4.75rem; }
  .story-section::before {
    inset: -9% 0;
    -webkit-mask-size: auto 100%;
    mask-size: auto 100%;
  }
  .story-inner { gap: 1.8rem; padding-inline: max(2rem, env(safe-area-inset-left)); }
  .story-copy { padding: 0; }
  .story-copy h2 { font-size: clamp(2.7rem, 12.2vw, 3.2rem); line-height: .9; }
  .story-copy h2::after {
    content: "";
    display: block;
    width: min(155px, 48vw);
    height: 17px;
    margin-top: .85rem;
    background: url("assets/generated/hero-sage-strokes-final.webp") left center / 100% 100% no-repeat;
    opacity: .9;
  }
  .story-copy > p:not(.kicker):not(.story-note) {
    margin-block: 1rem .85rem;
    font-size: .96rem;
    line-height: 1.62;
  }
  .story-note { margin-bottom: 1.2rem; font-size: .9rem; }
  .story-copy .button { min-width: min(240px, 100%); }
  .story-photo {
    width: calc(100% - .75rem);
    justify-self: center;
    padding: .35rem;
    overflow: visible;
    background: var(--paper-soft);
    box-shadow: 11px 12px 0 rgba(26,23,20,.24);
    transform: rotate(-.8deg);
  }
  .story-photo img { aspect-ratio: 16 / 10; }

  .events-section { padding-block: 4.75rem; }
  .events-copy h2 { font-size: clamp(3rem, 14vw, 3.7rem); }
  .events-copy > p:not(.kicker) { font-size: 1rem; line-height: 1.72; }
  .event-list li {
    grid-template-columns: 78px minmax(0, 1fr);
    gap: .4rem .85rem;
    padding-block: 1.25rem;
  }
  .event-icon { width: 72px; height: 58px; }
  .event-list strong { font-size: 1.1rem; }
  .event-list small { font-size: .88rem; line-height: 1.5; }
  .events-actions { gap: 1rem; }
  .events-actions .button { min-height: 54px; }
  .simple-link { min-height: 48px; display: flex; align-items: center; justify-content: center; }
  .events-note { font-size: .84rem; }
  .events-photo .events-fox-mark { left: 2rem; width: min(48vw, 175px); }

  .reviews-section { padding-block: 4.5rem; }
  .reviews-section .section-title.centered { margin-bottom: 3.5rem; }
  .reviews-carousel { padding-inline: 6px; }
  .reviews-grid blockquote { min-height: 225px; padding: 1.35rem; }
  .reviews-grid p { font-size: 1rem; line-height: 1.65; }
  .reviews-grid footer { font-size: .88rem; }
  .review-controls { margin-top: 1.2rem; }
  .review-arrow { width: 46px; height: 44px; }
  .review-dots button { width: 13px; height: 13px; }
  .reviews-rating { min-height: 52px; padding: .75rem .8rem; gap: .5rem; }
  .reviews-rating b { font-size: 1.25rem; }
  .reviews-rating span { font-size: .72rem; }

  .visit-section { padding-block: 4.25rem; }
  .visit-inner { gap: 1.65rem; }
  .visit-contact h2 { font-size: clamp(2.1rem, 10.5vw, 2.7rem); }
  .visit-underline { width: min(210px, 65vw); }
  .address-link { grid-template-columns: 30px minmax(0, 1fr) auto; }
  .address-link strong { font-size: .92rem; }
  .contact-row small { font-size: .68rem; }
  .contact-row strong { font-size: .9rem; }
  .map-card { min-height: clamp(250px, 76vw, 300px); }
  .hours-card { padding: 1rem; border: 1px solid rgba(255,255,255,.11); }
  .hours-heading { align-items: center; flex-direction: row; font-size: .64rem; }
  .hours-heading b { flex: 0 0 auto; }
  .hours-card dl > div { min-height: 48px; grid-template-columns: minmax(76px, .75fr) 1.45fr; }
  .hours-card dt { font-size: 1rem; }
  .hours-card dd { font-size: .78rem; }
  .hours-card > p { font-size: .88rem; }

  .order-cta {
    padding: 2.25rem max(1.25rem, env(safe-area-inset-right)) max(3.25rem, env(safe-area-inset-bottom));
  }
  .order-cta .cta-food { width: min(116%, 460px); margin-bottom: -.5rem; }
  .order-cta .kicker {
    width: auto;
    margin-inline: auto;
    font-size: clamp(1.05rem, 5.1vw, 1.3rem);
    line-height: 1.25;
    white-space: normal;
  }
  .order-cta .kicker::after { width: min(210px, 72vw); }
  .order-cta h2 { font-size: clamp(3.05rem, 13vw, 3.75rem); }
  .order-cta > .button { min-height: 54px; }

  .site-footer {
    padding-left: max(1.25rem, env(safe-area-inset-left));
    padding-right: max(1.25rem, env(safe-area-inset-right));
    padding-bottom: max(1.4rem, env(safe-area-inset-bottom));
  }
  .footer-brand { width: 100%; max-width: 310px; gap: .65rem; }
  .footer-brand strong { font-size: 1.85rem; }
  .footer-brand img { width: 80px; height: 76px; }
  .footer-identity > p { font-size: .9rem; }
  .footer-heading { font-size: .72rem; }
  .footer-links { font-size: .8rem; }
  .footer-social-links a { min-height: 54px; font-size: .76rem; }
  .footer-bottom { font-size: .72rem; }
}

@media (max-width: 360px) {
  .brand-copy strong { font-size: 1rem; }
  .brand-fox { width: 42px; height: 38px; }
  .story-inner { padding-inline: 1.45rem; }
  .menu-section .section-title h2 { max-width: calc(100% - 122px); }
  .menu-section .section-title h2::before,
  .menu-section .section-title h2::after { width: 48px; }
  .menu-section .section-title h2::before { left: -60px; }
  .menu-section .section-title h2::after { right: -60px; }
  .hours-card { padding-inline: .8rem; }
  .hours-card dl > div { grid-template-columns: 72px minmax(0, 1fr); }
  .hours-card dd { font-size: .8rem; }
  .order-cta { padding-inline: 1rem; }
}

@media (max-width: 980px) and (max-height: 620px) and (orientation: landscape) {
  .hero { min-height: max(360px, 100svh); height: 100svh; }
  .hero-photo { height: 100%; }
  .hero-shape { height: 100%; }
  .hero-tail { top: 10%; right: -6%; width: min(58vw, 600px); }
  .hero-content { left: max(1.5rem, env(safe-area-inset-left)); bottom: max(.8rem, env(safe-area-inset-bottom)); width: 48%; }
  .hero-content h1 { font-size: clamp(2.35rem, 5.8vw, 3.2rem); }
  .hero-flourish { width: 135px; margin-block: .45rem .35rem; }
  .hero-actions .button { min-height: 46px; }
  .hero-paw { display: none; }
}

@media (hover: none) and (pointer: coarse) {
  .button:hover, .nav-order:hover, .menu-feature:hover img,
  .footer-social-links a:hover, .review-arrow:hover { transform: none; }
  .button, .nav-order, .nav-toggle, .review-arrow, .review-dots button,
  .footer-social-links a { -webkit-tap-highlight-color: transparent; }
}
