:root {
  --red: #b23a2e;
  --red-dark: #7f2b24;
  --red-deep: #59241f;
  --cream: #fbf5ec;
  --cream-deep: #f4e9d7;
  --gold: #e8a33d;
  --green: #2f5d3a;
  --ink: #2f2723;
  --muted: #766a61;
  --white: #fffdfa;
  --line: rgba(60, 37, 26, 0.14);
  --shadow: 0 22px 60px rgba(63, 34, 22, 0.13);
  --sans: "DM Sans", Arial, sans-serif;
  --display: "Fraunces", Georgia, serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.55; overflow-x: hidden; }
body:has(.nav-toggle.is-open) { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
.container { width: min(1180px, calc(100% - 64px)); margin-inline: auto; }

.topline { background: var(--red-deep); color: rgba(255,255,255,.78); font-size: 12px; letter-spacing: .01em; }
.topline__inner { min-height: 32px; display: flex; align-items: center; justify-content: space-between; }
.topline a { color: var(--gold); font-weight: 700; }
.status-dot, .open-badge i { display: inline-block; width: 7px; height: 7px; margin-right: 6px; border-radius: 50%; background: #73b67d; box-shadow: 0 0 0 3px rgba(115,182,125,.16); }

.site-header { position: sticky; top: 0; z-index: 20; background: rgba(251,245,236,.93); border-bottom: 1px solid rgba(60,37,26,.08); backdrop-filter: blur(16px); }
.nav-wrap { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; color: var(--red); }
.brand-logo { width: 207px; height: 93px; display: block; object-fit: cover; object-position: center; background: #fff; }
.site-header .brand-logo { mix-blend-mode: multiply; }
.brand-mark { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; }
.brand-mark svg { width: 27px; height: 27px; }
.brand-copy { display: grid; line-height: 1; gap: 4px; }
.brand-copy strong { font: 800 26px/1 var(--display); letter-spacing: -.04em; }
.brand-copy span { color: var(--ink); font-size: 9px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; gap: 28px; color: #594b43; font-size: 13px; font-weight: 700; }
.main-nav a { transition: color .2s ease; }
.main-nav a:hover, .main-nav a:focus-visible { color: var(--red); }
.nav-button { padding: 12px 17px; display: inline-flex; gap: 12px; align-items: center; color: var(--white) !important; background: var(--red); border-radius: 4px; box-shadow: 0 8px 18px rgba(178,58,46,.2); }
.nav-toggle { display: none; width: 42px; height: 42px; padding: 10px; border: 1px solid var(--line); border-radius: 50%; background: transparent; }
.nav-toggle span { display: block; width: 19px; height: 1.5px; margin: 4px auto; background: var(--red); transition: transform .2s, opacity .2s; }
.nav-toggle.is-open span:first-child { transform: translateY(5.5px) rotate(45deg); }
.nav-toggle.is-open span:nth-child(2) { opacity: 0; }
.nav-toggle.is-open span:last-child { transform: translateY(-5.5px) rotate(-45deg); }

.hero { min-height: min(690px, calc(100vh - 32px)); position: relative; display: flex; align-items: center; isolation: isolate; overflow: hidden; background: var(--red-deep); color: var(--white); }
.hero__backdrop { position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(48,20,15,.9) 0%, rgba(48,20,15,.62) 45%, rgba(48,20,15,.22) 100%); }
.hero__image-wrap { position: absolute; z-index: -2; inset: 0 0 0 39%; overflow: hidden; }
.hero__image { width: 100%; height: 100%; object-fit: cover; object-position: center; filter: saturate(.94); animation: hero-in 1.2s ease both; }
.hero__image--illustration { object-position: center; filter: none; }
.hero__content { min-height: 600px; display: flex; align-items: center; justify-content: space-between; padding-block: 96px 80px; }
.hero__text { max-width: 625px; }
.eyebrow { display: flex; align-items: center; gap: 11px; margin: 0 0 19px; color: var(--red); font-size: 11px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow span { display: inline-block; width: 25px; height: 1px; background: currentColor; }
.eyebrow--light { color: var(--gold); }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--display); font-weight: 700; letter-spacing: -.045em; }
h1 { max-width: 640px; margin-bottom: 24px; font-size: clamp(54px, 7vw, 96px); line-height: .98; }
h1 em, h2 em { color: var(--gold); font-style: normal; }
.hero__lead { max-width: 440px; margin-bottom: 31px; color: rgba(255,255,255,.75); font-size: 17px; }
.hero__actions, .location-actions { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.button { min-height: 49px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; padding: 13px 20px; border: 1px solid transparent; border-radius: 3px; font-size: 12px; font-weight: 700; letter-spacing: .03em; transition: transform .2s, background .2s, box-shadow .2s; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button--primary { background: var(--gold); color: var(--red-deep); box-shadow: 0 12px 22px rgba(232,163,61,.18); }
.button--primary:hover, .button--primary:focus-visible { background: #f4b94f; }
.button--ghost { border-color: rgba(255,255,255,.36); color: var(--white); }
.button--ghost:hover, .button--ghost:focus-visible { background: rgba(255,255,255,.1); }
.button--dark { background: var(--red); color: var(--white); }
.button--outline-dark { border-color: var(--red); color: var(--red); }
.button--light { min-height: 40px; padding: 9px 15px; background: var(--gold); color: var(--red-deep); }
.button--full { width: 100%; border: 0; }
.phone-icon { font-size: 19px; transform: rotate(-45deg); }
.hero__trust { display: flex; align-items: center; gap: 13px; margin-top: 49px; color: rgba(255,255,255,.64); font-size: 12px; }
.hero__trust strong { color: var(--white); font-size: 15px; }
.rating-stars { color: var(--gold); font-size: 15px; letter-spacing: 1px; }
.hero__stamp { width: 132px; height: 132px; position: relative; display: grid; place-content: center; gap: 1px; margin-right: 10px; border: 1px solid rgba(232,163,61,.72); border-radius: 50%; color: var(--gold); text-align: center; transform: rotate(9deg); }
.stamp__ring { position: absolute; inset: 7px; border: 1px dashed rgba(232,163,61,.6); border-radius: 50%; }
.hero__stamp strong { font: 700 37px/1 var(--display); letter-spacing: -.08em; }
.hero__stamp strong span { margin-left: 3px; font: 400 16px/1 var(--sans); }
.stamp__small { position: relative; font-size: 9px; letter-spacing: .13em; text-transform: uppercase; }
.scroll-cue { position: absolute; right: 31px; bottom: 36px; display: flex; align-items: center; gap: 13px; color: rgba(255,255,255,.58); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; writing-mode: vertical-rl; }
.scroll-cue__line { width: 1px; height: 38px; background: var(--gold); }

.section { padding: 120px 0; }
.menu-section { background: var(--cream); }
.section-heading--split { display: flex; align-items: end; justify-content: space-between; gap: 48px; margin-bottom: 54px; }
h2 { margin-bottom: 0; font-size: clamp(42px, 5vw, 65px); line-height: 1.02; }
.section-heading__aside { width: min(340px, 100%); color: var(--muted); font-size: 14px; }
.text-link { display: inline-flex; align-items: center; gap: 12px; margin-top: 15px; padding-bottom: 4px; border-bottom: 1px solid var(--gold); color: var(--red); font-size: 12px; font-weight: 700; }
.text-link span { font-size: 16px; transition: transform .2s; }
.text-link:hover span { transform: translate(3px, -3px); }
.menu-filter { display: flex; gap: 8px; margin-bottom: 30px; overflow-x: auto; scrollbar-width: none; }
.menu-filter::-webkit-scrollbar { display: none; }
.filter-button { flex: 0 0 auto; padding: 9px 14px; border: 1px solid var(--line); background: transparent; color: var(--muted); border-radius: 30px; font-size: 12px; font-weight: 700; transition: .2s; }
.filter-button:hover, .filter-button.is-active { border-color: var(--red); background: var(--red); color: var(--white); }
.menu-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.menu-card { overflow: hidden; background: var(--white); border: 1px solid rgba(60,37,26,.09); box-shadow: 0 8px 24px rgba(63,34,22,.04); transition: transform .25s, box-shadow .25s; }
.menu-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.menu-card.is-hidden { display: none; }
.menu-card--wide { grid-column: span 2; display: grid; grid-template-columns: .9fr 1.1fr; }
.menu-card__image { height: 195px; position: relative; overflow: hidden; background: var(--cream-deep); }
.menu-card--wide .menu-card__image { height: 100%; min-height: 210px; }
.menu-card__image::after { position: absolute; inset: 0; content: ""; background: linear-gradient(180deg, transparent 60%, rgba(50,28,18,.2)); pointer-events: none; }
.menu-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.menu-card--featured .menu-card__image img { object-fit: cover; object-position: center; }
.menu-card:hover .menu-card__image img { transform: scale(1.04); }
.menu-card__image--warm img { filter: saturate(1.1) sepia(.1); }
.menu-card__image--green img { filter: saturate(.85) hue-rotate(8deg); }
.menu-card__tag { position: absolute; left: 13px; bottom: 13px; z-index: 1; padding: 5px 9px; background: var(--gold); color: var(--red-deep); font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.menu-card__body { padding: 19px 20px 22px; }
.menu-card__title { display: flex; align-items: baseline; justify-content: space-between; gap: 10px; }
.menu-card h3 { margin: 0; color: var(--red-deep); font: 700 22px/1.1 var(--display); letter-spacing: -.035em; }
.menu-card__title > span { color: var(--red); font-size: 12px; font-weight: 700; white-space: nowrap; }
.menu-card p { max-width: 280px; margin: 9px 0 0; color: var(--muted); font-size: 12px; line-height: 1.55; }
.menu-note { display: flex; align-items: center; gap: 8px; margin: 24px 0 0; color: var(--muted); font-size: 11px; }
.menu-note > span:first-child, .contact-note > span:first-child { width: 17px; height: 17px; flex: 0 0 17px; display: inline-grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; font-size: 10px; }
.menu-note__text { min-width: 0; }
.menu-note a { color: var(--red); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 2px; }
.full-menu { margin-top: 68px; padding-top: 68px; border-top: 1px solid var(--line); }
.full-menu__heading { display: flex; align-items: end; justify-content: space-between; gap: 36px; margin-bottom: 31px; }
.full-menu__heading .eyebrow { margin-bottom: 11px; }
.full-menu__heading h3 { margin: 0; color: var(--red-deep); font: 700 clamp(33px, 4vw, 49px)/1 var(--display); letter-spacing: -.045em; }
.full-menu__heading h3 em { color: var(--red); font-style: normal; }
.full-menu__heading > p { max-width: 335px; margin: 0; color: var(--muted); font-size: 13px; }
.full-menu__catalog { column-count: 2; column-gap: 18px; }
.full-menu__section { break-inside: avoid; margin: 0 0 18px; border: 1px solid rgba(60,37,26,.1); background: var(--white); box-shadow: 0 7px 20px rgba(63,34,22,.04); }
.full-menu__section summary { position: relative; display: flex; align-items: center; gap: 11px; min-height: 59px; padding: 17px 49px 17px 19px; cursor: pointer; color: var(--red-deep); list-style: none; font: 700 21px/1.1 var(--display); }
.full-menu__section summary::-webkit-details-marker { display: none; }
.full-menu__section summary small { margin-left: auto; color: var(--muted); font: 700 10px/1 var(--sans); letter-spacing: .03em; }
.full-menu__section summary b { position: absolute; right: 19px; top: 50%; width: 19px; height: 19px; display: grid; place-items: center; border: 1px solid var(--gold); border-radius: 50%; color: var(--red); font: 400 17px/15px var(--sans); transform: translateY(-50%); transition: transform .2s; }
.full-menu__section[open] summary { border-bottom: 1px solid var(--line); }
.full-menu__section[open] summary b { transform: translateY(-50%) rotate(45deg); }
.full-menu__items { padding: 0 19px; }
.full-menu__item { display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; padding: 13px 0; border-bottom: 1px solid rgba(60,37,26,.1); }
.full-menu__item:last-child { border-bottom: 0; }
.full-menu__item h4 { margin: 0; color: var(--ink); font-size: 13px; line-height: 1.3; }
.full-menu__item p { margin: 4px 0 0; color: var(--muted); font-size: 11px; line-height: 1.45; }
.full-menu__item strong { flex: 0 0 auto; color: var(--red); font-size: 12px; white-space: nowrap; }
.full-menu__source { margin: 23px 0 0; color: var(--muted); font-size: 11px; }
.full-menu__source a { color: var(--red); font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }

.special-strip { background: var(--green); color: var(--cream); }
.special-strip__inner { display: grid; grid-template-columns: repeat(3, 1fr); }
.special-strip__inner > div { min-height: 108px; display: grid; grid-template-columns: auto 1fr; column-gap: 12px; align-content: center; border-right: 1px solid rgba(255,255,255,.17); }
.special-strip__inner > div:first-child { padding-left: 0; }
.special-strip__inner > div:not(:first-child) { padding-left: 36px; }
.special-strip__inner > div:last-child { border: 0; }
.strip-icon { grid-row: span 2; align-self: center; color: var(--gold); font-size: 25px; }
.special-strip strong { font-size: 13px; }
.special-strip small { color: rgba(255,255,255,.66); font-size: 11px; }

.story-section { background: var(--cream-deep); }
.story-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, .9fr); align-items: center; gap: 105px; }
.story-visual { min-height: 545px; position: relative; }
.story-visual__main { width: 80%; height: 465px; overflow: hidden; background: #d4b899; }
.story-visual__main img, .story-visual__small img { width: 100%; height: 100%; object-fit: cover; }
.story-visual__small { position: absolute; right: 0; bottom: 0; width: 42%; height: 235px; padding: 7px; background: var(--cream-deep); }
.visual-caption { position: absolute; left: 20px; bottom: 35px; display: inline-block; padding: 14px 16px; background: var(--gold); color: var(--red-deep); font: 700 17px/1.05 var(--display); transform: rotate(-4deg); }
.visual-caption em { font: 400 11px/1 var(--sans); letter-spacing: .1em; }
.story-copy__lead, .location-copy__lead { margin: 28px 0 14px; color: var(--red-deep); font: 700 19px/1.4 var(--display); }
.story-copy > p:not(.eyebrow):not(.story-copy__lead) { max-width: 460px; color: var(--muted); font-size: 14px; }
.story-points { display: grid; gap: 17px; margin: 31px 0 20px; }
.story-points > div { display: grid; grid-template-columns: 31px 1fr; column-gap: 11px; }
.story-points span { grid-row: span 2; color: var(--red); font-size: 11px; font-weight: 700; }
.story-points strong { font-size: 13px; }
.story-points small { color: var(--muted); font-size: 11px; }
.text-link--dark { color: var(--green); border-color: var(--green); }

.gallery-section { padding: 86px 0; background: var(--red); color: var(--white); }
.gallery-heading { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 30px; }
.gallery-heading .eyebrow { margin: 0; }
.gallery-heading > p:last-child { max-width: 275px; margin: 0; color: rgba(255,255,255,.7); font-size: 13px; }
.gallery-grid { display: grid; grid-template-columns: 1.45fr 1fr 1fr; gap: 12px; }
.gallery-item { height: 255px; position: relative; margin: 0; overflow: hidden; background: var(--red-deep); }
.gallery-item--large { height: 310px; }
.gallery-item::after { position: absolute; inset: 0; content: ""; background: linear-gradient(180deg, transparent 45%, rgba(32,15,11,.62)); }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.gallery-item:hover img { transform: scale(1.05); }
.gallery-item figcaption { position: absolute; z-index: 1; left: 19px; bottom: 16px; color: var(--white); font: 700 17px/1 var(--display); }

.location-section { background: var(--cream); padding-bottom: 100px; }
.location-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: center; }
.location-copy h2 { color: var(--red-deep); }
.location-copy h2 em { color: var(--red); }
.location-copy__lead { max-width: 405px; color: var(--muted); font: 400 15px/1.6 var(--sans); }
.address-block { display: flex; align-items: center; gap: 14px; margin: 31px 0; }
.address-icon { width: 39px; height: 39px; display: grid; place-items: center; border: 1px solid var(--gold); border-radius: 50%; color: var(--red); font-size: 22px; }
.address-block div { display: grid; gap: 2px; font-size: 13px; }
.address-block span { color: var(--muted); font-size: 12px; }
.location-actions .button { min-height: 45px; }
.hours-card { padding: 28px 31px 24px; background: var(--white); border-top: 4px solid var(--red); box-shadow: var(--shadow); }
.hours-card__top { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding-bottom: 19px; border-bottom: 1px solid var(--line); color: var(--red-deep); font: 700 21px var(--display); }
.open-badge { padding: 6px 9px; color: var(--green); background: rgba(47,93,58,.1); font: 700 10px/1 var(--sans); letter-spacing: .03em; white-space: nowrap; }
.open-badge i { width: 6px; height: 6px; margin: 0 5px 1px 0; box-shadow: none; }
.open-badge.is-closed { color: var(--red); background: rgba(178,58,46,.1); }
.open-badge.is-closed i { background: var(--red); }
.hours-list { padding: 12px 0 4px; }
.hours-list > div { display: flex; justify-content: space-between; padding: 7px 0; color: var(--muted); font-size: 13px; }
.hours-list strong { color: var(--ink); font-weight: 700; }
.hours-list .is-closed strong { color: var(--red); }
.hours-card__note { display: flex; gap: 8px; padding-top: 18px; border-top: 1px solid var(--line); color: var(--muted); font-size: 10px; }
.hours-card__note span { color: var(--gold); }
.map-wrap { height: 350px; margin-top: 85px; overflow: hidden; border: 8px solid var(--white); box-shadow: var(--shadow); }
.map-wrap iframe { width: 100%; height: 100%; border: 0; filter: saturate(.75) sepia(.12); }

.contact-section { padding: 110px 0; background: var(--red-deep); color: var(--white); }
.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; align-items: start; gap: 100px; }
.contact-intro h2 { font-size: clamp(48px, 5.7vw, 74px); }
.contact-intro > p:not(.eyebrow) { max-width: 380px; margin: 28px 0 28px; color: rgba(255,255,255,.72); font-size: 14px; }
.contact-phone { max-width: 390px; display: flex; align-items: center; gap: 13px; padding: 17px 0; border-top: 1px solid rgba(255,255,255,.22); border-bottom: 1px solid rgba(255,255,255,.22); }
.contact-phone__icon { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold); font-size: 21px; transform: rotate(-45deg); }
.contact-phone > span:nth-child(2) { display: grid; gap: 1px; }
.contact-phone small { color: rgba(255,255,255,.57); font-size: 10px; text-transform: uppercase; letter-spacing: .12em; }
.contact-phone strong { color: var(--gold); font-size: 19px; }
.contact-phone__arrow { margin-left: auto; color: var(--gold); font-size: 18px; }
.contact-note { display: flex; align-items: center; gap: 9px; margin-top: 21px; color: rgba(255,255,255,.54); font-size: 10px; }
.contact-form { padding: 34px; background: var(--cream); color: var(--ink); box-shadow: 0 24px 65px rgba(0,0,0,.16); }
.form-heading { display: grid; gap: 4px; margin-bottom: 25px; color: var(--red-deep); font: 700 24px/1.15 var(--display); }
.form-heading small { color: var(--muted); font: 400 12px/1.5 var(--sans); }
.contact-form label { display: grid; gap: 7px; margin-bottom: 17px; color: var(--muted); font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; min-height: 45px; padding: 10px 12px; border: 1px solid var(--line); border-radius: 0; outline: 0; background: var(--white); color: var(--ink); font-size: 13px; letter-spacing: 0; text-transform: none; resize: vertical; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--red); box-shadow: 0 0 0 3px rgba(178,58,46,.1); }
.contact-form .button { margin-top: 3px; }
.form-status { min-height: 18px; margin: 12px 0 0; color: var(--green); font-size: 12px; }

.site-footer { background: #321c17; color: rgba(255,255,255,.72); }
.footer-main { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.25fr; gap: 40px; padding: 68px 0 56px; }
.brand--footer { padding: 7px 10px; background: var(--cream); border-radius: 3px; }
.footer-brand > p { margin: 18px 0 0; color: rgba(255,255,255,.5); font-size: 12px; }
.footer-column { display: grid; align-content: start; gap: 8px; font-size: 12px; }
.footer-column h3 { margin: 0 0 8px; color: var(--gold); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.footer-column a:hover { color: var(--gold); }
.footer-column span { color: rgba(255,255,255,.5); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding: 18px 0 22px; border-top: 1px solid rgba(255,255,255,.13); color: rgba(255,255,255,.38); font-size: 10px; }
.footer-bottom div { display: flex; gap: 20px; }
.footer-bottom a:hover { color: var(--gold); }
.legal-panels { padding-bottom: 32px; }
.legal-panels details { border-top: 1px solid rgba(255,255,255,.13); }
.legal-panels summary { padding: 14px 0; cursor: pointer; color: rgba(255,255,255,.55); font-size: 11px; }
.legal-panels p { max-width: 700px; color: rgba(255,255,255,.44); font-size: 11px; }
.legal-panels a { color: var(--gold); }
.cookie-banner { position: fixed; z-index: 50; right: 20px; bottom: 20px; width: min(560px, calc(100% - 40px)); display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 18px 20px; background: var(--white); box-shadow: 0 15px 60px rgba(0,0,0,.2); border-left: 4px solid var(--gold); }
.cookie-banner[hidden] { display: none; }
.cookie-banner strong { color: var(--red-deep); font: 700 16px var(--display); }
.cookie-banner p { max-width: 350px; margin: 3px 0 0; color: var(--muted); font-size: 10px; line-height: 1.4; }
.cookie-actions { display: grid; justify-items: center; gap: 5px; }
.cookie-actions a { color: var(--red); font-size: 10px; white-space: nowrap; }
[data-reveal] { opacity: 1; transform: none; transition: opacity .7s ease, transform .7s ease; }
[data-reveal].is-visible { opacity: 1; transform: none; }
@keyframes hero-in { from { transform: scale(1.04); opacity: .7; } to { transform: scale(1); opacity: 1; } }

@media (max-width: 1000px) {
  .container { width: min(100% - 42px, 760px); }
  .main-nav { gap: 17px; }
  .hero__image-wrap { left: 29%; }
  .hero__stamp { margin-right: 0; }
  .story-grid, .location-grid, .contact-grid { gap: 55px; }
  .footer-main { grid-template-columns: 1.5fr 1fr 1fr; }
  .footer-column:last-child { grid-column: 2 / -1; }
}

@media (max-width: 720px) {
  .container { width: calc(100% - 36px); }
  .topline__inner { min-height: 29px; font-size: 10px; }
  .topline__inner > span { display: none; }
  .topline__inner a { width: 100%; text-align: center; }
  .nav-wrap { min-height: 70px; }
  .brand-logo { width: 207px; height: 93px; }
  .nav-toggle { display: block; position: relative; z-index: 2; }
  .main-nav { position: absolute; z-index: 1; top: 93px; right: 0; left: 0; height: calc(100dvh - 122px); max-height: calc(100dvh - 122px); display: grid; align-content: start; gap: 0; overflow-y: auto; padding: 13px 18px 40px; background: var(--cream); border-bottom: 1px solid var(--line); box-shadow: 0 20px 32px rgba(63,34,22,.12); opacity: 0; pointer-events: none; transform: translateY(-10px); transition: opacity .25s, transform .25s; }
  .main-nav.is-open { opacity: 1; pointer-events: auto; transform: none; }
  .main-nav a { padding: 13px 2px; border-bottom: 1px solid var(--line); }
  .main-nav .nav-button { justify-content: center; margin-top: 14px; border: 0; }
  .hero { min-height: 670px; align-items: end; }
  .hero__image-wrap { inset: 0; }
  .hero__backdrop { background: linear-gradient(180deg, rgba(48,20,15,.24) 0%, rgba(48,20,15,.8) 55%, rgba(48,20,15,.97) 100%); }
  .hero__content { min-height: 0; align-items: end; padding-block: 105px 58px; }
  h1 { font-size: clamp(51px, 15vw, 74px); }
  .hero__lead { max-width: 340px; font-size: 15px; }
  .hero__trust { margin-top: 30px; }
  .hero__stamp, .scroll-cue { display: none; }
  .section { padding: 78px 0; }
  .section-heading--split, .gallery-heading { display: block; }
  .section-heading--split { margin-bottom: 37px; }
  .section-heading__aside { margin-top: 23px; }
  h2 { font-size: clamp(41px, 12vw, 57px); }
  .menu-filter { margin-right: -18px; padding-right: 18px; }
  .menu-grid { grid-template-columns: 1fr 1fr; gap: 12px; }
  .menu-card--featured, .menu-card--wide { grid-column: span 2; }
  .menu-card--wide { display: block; }
  .menu-card--wide .menu-card__image { height: 190px; min-height: 0; }
  .menu-card__image { height: 145px; }
  .menu-card__body { padding: 14px 13px 16px; }
  .menu-card h3 { font-size: 18px; }
  .menu-card__title { display: block; }
  .menu-card__title > span { display: block; margin-top: 5px; }
  .menu-card p { font-size: 11px; }
  .full-menu { margin-top: 49px; padding-top: 53px; }
  .full-menu__heading { display: block; margin-bottom: 25px; }
  .full-menu__heading > p { margin-top: 14px; }
  .full-menu__catalog { column-count: 1; }
  .full-menu__section summary { min-height: 55px; padding: 15px 45px 15px 15px; font-size: 19px; }
  .full-menu__section summary b { right: 15px; }
  .full-menu__items { padding: 0 15px; }
  .full-menu__item { gap: 10px; padding: 12px 0; }
  .full-menu__item h4 { font-size: 12px; }
  .full-menu__item p { font-size: 10px; }
  .special-strip__inner { grid-template-columns: 1fr; padding-block: 12px; }
  .special-strip__inner > div, .special-strip__inner > div:not(:first-child) { min-height: 65px; padding: 9px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.17); }
  .story-grid, .location-grid, .contact-grid { grid-template-columns: 1fr; gap: 58px; }
  .story-visual { min-height: 440px; }
  .story-visual__main { height: 365px; }
  .story-visual__small { height: 185px; }
  .gallery-section { padding: 72px 0; }
  .gallery-heading > p:last-child { margin: 15px 0 25px; }
  .gallery-grid { grid-template-columns: 1fr 1fr; }
  .gallery-item--large { grid-column: span 2; height: 240px; }
  .gallery-item { height: 170px; }
  .location-section { padding-bottom: 70px; }
  .map-wrap { height: 270px; margin-top: 58px; border-width: 5px; }
  .hours-card { padding: 23px 20px 19px; }
  .hours-card__top { font-size: 19px; }
  .contact-section { padding: 78px 0; }
  .contact-form { padding: 22px 18px; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 35px 20px; padding: 52px 0 42px; }
  .footer-brand { grid-column: span 2; }
  .footer-column:last-child { grid-column: auto; }
  .footer-bottom { display: grid; gap: 12px; }
  .footer-bottom div { gap: 14px; flex-wrap: wrap; }
  .cookie-banner { display: grid; gap: 13px; }
  .cookie-actions { display: flex; justify-content: space-between; }
}

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