:root {
  --red: #8f3028;
  --red-dark: #6d211c;
  --red-deep: #321713;
  --cream: #fbf3e5;
  --cream-deep: #eee0cd;
  --gold: #d2a05b;
  --green: #5a2b21;
  --green-dark: #3b1b17;
  --ink: #2c211c;
  --muted: #75665d;
  --white: #fffdfa;
  --line: rgba(62, 37, 26, .13);
  --line-light: rgba(255, 255, 255, .18);
  --shadow: 0 24px 70px rgba(58, 30, 22, .14);
  --sans: "Trebuchet MS", "Segoe UI", Arial, sans-serif;
  --display: Georgia, "Times New Roman", serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--cream); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.55; }
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; }

.topbar { min-height: 33px; background: var(--red-deep); color: rgba(255, 255, 255, .72); font-size: 11px; letter-spacing: .04em; }
.topbar__inner { min-height: inherit; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.topbar a { color: var(--gold); font-weight: 700; }
.status-dot, .open-badge i { display: inline-block; width: 7px; height: 7px; margin-right: 7px; border-radius: 50%; background: #77c17e; box-shadow: 0 0 0 4px rgba(119, 193, 126, .14); }
.status-dot.is-closed, .open-badge i.is-closed { background: #f2b25e; box-shadow: 0 0 0 4px rgba(242, 178, 94, .13); }

.site-header { position: sticky; top: 0; z-index: 20; background: rgba(251, 245, 236, .92); border-bottom: 1px solid rgba(62, 37, 26, .08); backdrop-filter: blur(18px); }
.nav-wrap { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { position: relative; display: inline-flex; align-items: center; gap: 10px; padding: 4px 10px; border: 1px solid rgba(210, 160, 91, .34); border-radius: 4px; background: linear-gradient(135deg, #70462f 0%, #4a2b21 52%, #6b432f 100%); box-shadow: inset 0 1px 0 rgba(255,255,255,.13), 0 8px 18px rgba(53, 25, 18, .13); color: var(--red); overflow: hidden; }
.brand::after { position: absolute; z-index: 0; inset: 0; background: repeating-linear-gradient(172deg, transparent 0 8px, rgba(255,255,255,.04) 9px, transparent 10px 18px); content: ""; pointer-events: none; }
.brand-logo { display: block; width: 225px; height: 58px; object-fit: contain; object-position: center; }
.brand-logo { position: relative; z-index: 1; }
.brand-mark { width: 39px; height: 39px; display: grid; place-items: center; border: 1.5px solid currentColor; border-radius: 50%; }
.brand-mark svg { width: 27px; height: 27px; }
.brand-copy { display: grid; gap: 3px; line-height: .9; }
.brand-copy strong { font: 800 24px/1 var(--display); letter-spacing: .02em; }
.brand-copy span { color: var(--ink); font-size: 9px; font-weight: 800; letter-spacing: .19em; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; gap: 29px; color: #5d4f47; font-size: 12px; font-weight: 800; }
.main-nav a { transition: color .2s ease, transform .2s ease; }
.main-nav a:not(.nav-cta):hover, .main-nav a:not(.nav-cta):focus-visible { color: var(--red); }
.nav-cta { display: inline-flex; align-items: center; gap: 11px; padding: 12px 17px; border-radius: 3px; background: var(--red); color: var(--white) !important; box-shadow: 0 9px 18px rgba(178, 58, 46, .2); }
.nav-cta:hover, .nav-cta:focus-visible { transform: translateY(-2px); background: var(--red-dark); }
.nav-toggle { display: none; width: 43px; height: 43px; padding: 10px; border: 1px solid var(--line); border-radius: 50%; background: transparent; }
.nav-toggle span { display: block; width: 20px; 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 { position: relative; isolation: isolate; min-height: 700px; overflow: hidden; background: var(--red-deep); color: var(--white); }
.hero::before { position: absolute; z-index: -2; inset: 0; background: radial-gradient(circle at 84% 32%, rgba(210, 160, 91, .22), transparent 22%), linear-gradient(115deg, #321713 0%, #551f1a 59%, #762b24 100%); content: ""; }
.hero::after { position: absolute; z-index: -1; right: -14%; bottom: -28%; width: 52vw; height: 52vw; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; box-shadow: 0 0 0 32px rgba(255,255,255,.035), 0 0 0 64px rgba(255,255,255,.025); content: ""; }
.hero__glow { position: absolute; z-index: -1; border-radius: 50%; filter: blur(2px); opacity: .28; }
.hero__glow--one { right: 29%; top: 12%; width: 250px; height: 250px; background: var(--gold); filter: blur(100px); }
.hero__glow--two { left: -80px; bottom: -60px; width: 280px; height: 280px; background: var(--green); filter: blur(110px); }
.hero__grid { min-height: 700px; display: grid; grid-template-columns: minmax(0, .95fr) minmax(410px, .9fr); align-items: center; gap: clamp(35px, 6vw, 100px); padding-block: 70px 82px; }
.hero__copy { max-width: 600px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 17px; color: var(--red); font-size: 10px; font-weight: 800; letter-spacing: .19em; text-transform: uppercase; }
.eyebrow span { width: 25px; height: 1px; background: currentColor; }
.eyebrow--light { color: var(--gold); }
.eyebrow--gold { color: var(--gold); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--display); }
h1, h2 { letter-spacing: -.045em; }
.mobile-break { display: none; }
h1 { max-width: 650px; margin-bottom: 24px; font-size: clamp(58px, 7.4vw, 98px); font-weight: 700; line-height: .93; }
h1 em, h2 em { color: var(--gold); font-style: normal; }
.hero__lead { max-width: 485px; margin-bottom: 31px; color: rgba(255, 255, 255, .76); font-size: 17px; }
.hero__actions { display: flex; align-items: center; flex-wrap: wrap; gap: 11px; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 15px; padding: 12px 19px; border: 1px solid transparent; border-radius: 3px; font-size: 11px; font-weight: 800; letter-spacing: .02em; transition: transform .2s ease, background .2s ease, box-shadow .2s ease, color .2s ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button--gold { background: var(--gold); color: var(--red-deep); box-shadow: 0 12px 25px rgba(232, 163, 61, .18); }
.button--gold:hover, .button--gold:focus-visible { background: #f2b653; }
.button--outline-light { border-color: rgba(255, 255, 255, .42); color: var(--white); }
.button--outline-light:hover, .button--outline-light:focus-visible { background: rgba(255, 255, 255, .1); }
.button--dark { background: var(--red); color: var(--white); }
.button--dark:hover, .button--dark:focus-visible { background: var(--red-dark); }
.button--outline-dark { border-color: var(--red); color: var(--red); }
.button--outline-dark:hover, .button--outline-dark:focus-visible { background: var(--red); color: var(--white); }
.button--full { width: 100%; border: 0; }
.hero__trust { display: flex; align-items: center; flex-wrap: wrap; gap: 13px; margin-top: 44px; color: rgba(255, 255, 255, .66); font-size: 11px; }
.hero__trust strong { color: var(--white); }
.rating-stars { color: var(--gold); font-size: 13px; letter-spacing: 2px; }
.hero__visual { position: relative; justify-self: end; width: min(100%, 500px); padding: 12px 0 45px 22px; }
.hero-image-frame { position: relative; overflow: hidden; height: min(570px, 61vw); min-height: 440px; border: 7px solid rgba(255,255,255,.91); background: #777; box-shadow: 26px 26px 0 rgba(232, 163, 61, .29), 0 30px 70px rgba(25, 9, 5, .3); }
.hero-image-frame::after { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 60%, rgba(31, 9, 5, .35)); content: ""; pointer-events: none; }
.hero-image-frame img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 48%; filter: saturate(.94) contrast(1.02); }
.image-note { position: absolute; z-index: 1; right: 14px; bottom: 14px; padding: 6px 9px; background: rgba(31, 18, 13, .76); color: rgba(255,255,255,.84); font-size: 9px; font-weight: 700; letter-spacing: .04em; }
.hero-stamp { position: absolute; z-index: 2; left: -5px; bottom: 7px; width: 120px; height: 120px; display: grid; place-content: center; transform: rotate(-9deg); border: 1px solid var(--gold); border-radius: 50%; outline: 1px solid rgba(232,163,61,.45); outline-offset: -7px; background: var(--green); color: var(--white); text-align: center; box-shadow: 0 12px 25px rgba(31, 21, 13, .2); }
.hero-stamp span { font: 700 32px/.95 var(--display); color: var(--gold); }
.hero-stamp small { font-size: 9px; font-weight: 800; line-height: 1.15; letter-spacing: .12em; text-transform: uppercase; }
.hero-location { position: absolute; z-index: 2; right: -19px; top: 44px; display: flex; align-items: center; gap: 10px; padding: 11px 14px; background: var(--white); color: var(--ink); box-shadow: 0 15px 30px rgba(31, 10, 6, .2); font-size: 11px; }
.hero-location strong, .hero-location small { display: block; }
.hero-location strong { font-size: 11px; }
.hero-location small { margin-top: 2px; color: var(--muted); font-size: 9px; }
.pin-icon { color: var(--red); font-size: 22px; line-height: 1; }
.hero-scroll { position: absolute; left: max(32px, calc((100vw - 1180px) / 2)); bottom: 22px; display: flex; align-items: center; gap: 9px; color: rgba(255,255,255,.45); font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.hero-scroll span { width: 28px; height: 1px; background: currentColor; }

.quick-facts { background: var(--green); color: var(--white); }
.quick-facts__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.quick-fact { min-height: 98px; display: flex; align-items: center; gap: 13px; padding: 17px 20px; border-right: 1px solid rgba(255,255,255,.13); }
.quick-fact:first-child { padding-left: 0; }
.quick-fact:last-child { border-right: 0; }
.quick-fact--accent { color: var(--gold); }
.fact-icon { display: grid; place-items: center; width: 30px; height: 30px; border: 1px solid currentColor; border-radius: 50%; font-size: 14px; }
.quick-fact small, .quick-fact strong { display: block; }
.quick-fact small { margin-bottom: 2px; color: rgba(255,255,255,.53); font-size: 9px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.quick-fact strong { font-size: 11px; }

.section { padding-block: 118px; }
.section-heading--split { display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 55px; margin-bottom: 58px; }
h2 { margin-bottom: 0; font-size: clamp(46px, 5.7vw, 72px); font-weight: 700; line-height: .98; }
.section-intro { max-width: 445px; margin: 0 0 4px; color: var(--muted); font-size: 15px; }
.feature-grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 19px; align-items: start; }
.feature-card { overflow: hidden; background: var(--white); box-shadow: 0 14px 35px rgba(77, 48, 31, .08); }
.feature-card--large { margin-top: 0; }
.feature-card__image { position: relative; height: 245px; overflow: hidden; background: #ddd; }
.feature-card--large .feature-card__image { height: 245px; }
.feature-card__image::before { position: absolute; z-index: 2; left: 13px; bottom: 13px; width: 31px; height: 31px; border: 2px solid rgba(255,255,255,.85); border-radius: 50%; background: rgba(64,29,24,.82) url("assets/photos/bayet-favicon-ai.png") center / 25px 25px no-repeat; box-shadow: 0 5px 14px rgba(32,14,8,.28); content: ""; }
.feature-card__image::after { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 62%, rgba(34, 17, 11, .23)); content: ""; }
.feature-card__image img { width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform .45s ease; }
.feature-card:hover .feature-card__image img { transform: scale(1.04); }
.feature-card:nth-child(2) .feature-card__image img { object-position: center 43%; }
.feature-card:nth-child(3) .feature-card__image img { object-position: center 54%; }
.feature-card:nth-child(4) .feature-card__image img { object-position: center 47%; }
.feature-card--logo .feature-card__image { display: grid; place-items: center; background: var(--green); }
.feature-card--logo .feature-card__image::before { display: none; }
.feature-card--logo .feature-card__image img { width: 100%; height: 100%; padding: 22px; object-fit: contain; object-position: center; }
.feature-card--closing { display: grid; place-items: end start; min-height: 400px; padding: 27px; background: var(--red); color: var(--white); }
.feature-card--closing .card-kicker { color: var(--gold); }
.feature-card--closing h3 { max-width: 240px; margin-bottom: 8px; color: var(--white); font-size: 29px; line-height: 1; }
.feature-card--closing p:not(.card-kicker) { max-width: 245px; margin-bottom: 18px; color: rgba(255,255,255,.72); font-size: 12px; }
.feature-card--closing a { color: var(--gold); font-size: 11px; font-weight: 800; }
.feature-card__image > span { position: absolute; z-index: 1; top: 14px; right: 14px; display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid rgba(255,255,255,.7); border-radius: 50%; color: white; font: 700 12px var(--display); }
.feature-card__body { min-height: 155px; padding: 23px 23px 26px; }
.card-kicker, .menu-tag, .footer-label { margin-bottom: 7px; color: var(--red); font-size: 9px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.feature-card h3 { margin-bottom: 8px; font-size: 28px; line-height: 1; }
.feature-card p:last-child { margin: 0; color: var(--muted); font-size: 12px; }

.menu-section { position: relative; overflow: hidden; background: var(--red-deep); color: var(--white); }
.menu-pattern { position: absolute; right: -120px; bottom: -280px; width: 660px; height: 660px; border: 1px solid rgba(255,255,255,.11); border-radius: 50%; box-shadow: 0 0 0 36px rgba(255,255,255,.04), 0 0 0 72px rgba(255,255,255,.03); }
.menu-layout { position: relative; display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(55px, 9vw, 135px); padding-block: 116px; }
.menu-intro { max-width: 380px; }
.menu-intro h2 { margin-bottom: 25px; }
.menu-intro > p:not(.eyebrow):not(.menu-note) { margin-bottom: 29px; color: rgba(255,255,255,.68); font-size: 14px; }
.menu-note { max-width: 290px; margin: 18px 0 0; color: rgba(255,255,255,.43); font-size: 10px; line-height: 1.4; }
.menu-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 13px; }
.menu-card { position: relative; min-height: 195px; display: flex; flex-direction: column; justify-content: space-between; padding: 23px 23px 20px; border: 1px solid var(--line-light); background: rgba(255,255,255,.05); transition: background .2s ease, transform .2s ease; }
.menu-card:hover { transform: translateY(-3px); background: rgba(255,255,255,.09); }
.menu-card--featured { border-color: rgba(232,163,61,.75); background: rgba(232,163,61,.1); }
.menu-number { color: var(--gold); font: 700 13px var(--display); }
.menu-card h3 { margin-bottom: 7px; font-size: 27px; line-height: 1; }
.menu-card p:not(.menu-tag) { max-width: 220px; margin: 0; color: rgba(255,255,255,.57); font-size: 11px; }
.menu-tag { color: var(--gold); }
.menu-arrow { position: absolute; right: 20px; bottom: 18px; color: rgba(255,255,255,.42); font-size: 18px; }

.review-section { background: var(--green); color: var(--white); }
.review-layout { min-height: 300px; display: grid; grid-template-columns: .65fr 1.2fr auto; align-items: center; gap: 55px; padding-block: 55px; }
.review-score { display: grid; justify-items: start; padding-right: 45px; border-right: 1px solid rgba(255,255,255,.18); }
.score-number { font: 700 clamp(72px, 8vw, 105px)/.82 var(--display); color: var(--gold); letter-spacing: -.06em; }
.score-stars { margin-top: 21px; color: var(--gold); font-size: 19px; letter-spacing: 3px; }
.score-label { margin-top: 6px; color: rgba(255,255,255,.55); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.review-copy { max-width: 500px; }
.review-copy h2 { margin-bottom: 17px; }
.review-copy > p:last-child { max-width: 370px; margin: 0; color: rgba(255,255,255,.65); font-size: 13px; }

.story-layout { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: clamp(65px, 11vw, 145px); }
.story-image { position: relative; padding: 0 0 22px 22px; }
.story-image::before { position: absolute; z-index: -1; left: 0; bottom: 0; width: calc(100% - 22px); height: calc(100% - 22px); background: var(--gold); content: ""; }
.story-image img { width: 100%; height: 455px; object-fit: cover; object-position: center 54%; }
.image-note--dark { right: auto; bottom: 34px; left: 36px; background: rgba(64,29,24,.78); }
.story-copy { max-width: 475px; }
.story-copy h2 { margin-bottom: 25px; }
.story-copy > p:not(.eyebrow) { color: var(--muted); font-size: 14px; }
.story-links { display: flex; flex-wrap: wrap; gap: 27px; margin-top: 27px; }
.story-links a { padding-bottom: 5px; border-bottom: 1px solid var(--red); color: var(--red); font-size: 11px; font-weight: 800; }
.story-links a span { margin-left: 5px; }

.section--soft { background: var(--cream-deep); }
.visit-layout { display: grid; grid-template-columns: .8fr 1fr 1fr; gap: 24px; align-items: stretch; }
.visit-copy { padding: 14px 32px 10px 0; }
.visit-copy h2 { margin-bottom: 29px; }
.visit-address { margin-bottom: 27px; font-size: 16px; font-weight: 800; line-height: 1.45; }
.visit-address span { color: var(--muted); font-size: 11px; font-weight: 400; }
.visit-actions { display: flex; flex-wrap: wrap; gap: 9px; }
.visit-actions .button { min-height: 43px; padding-inline: 15px; }
.hours-card, .map-card { background: var(--white); box-shadow: 0 15px 40px rgba(77,48,31,.07); }
.hours-card { padding: 28px 25px 22px; }
.hours-card__head { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; padding-bottom: 19px; border-bottom: 1px solid var(--line); }
.hours-card h3 { margin: 0; font-size: 25px; line-height: 1; }
.open-badge { flex: none; padding: 6px 8px; border-radius: 2px; background: rgba(47,93,58,.1); color: var(--green); font-size: 9px; white-space: nowrap; }
.open-badge i { width: 6px; height: 6px; margin-right: 4px; box-shadow: none; }
.hours-list { padding-top: 9px; }
.hours-list > div { display: flex; align-items: center; justify-content: space-between; padding: 5px 0; color: var(--muted); font-size: 11px; }
.hours-list > div.is-today { margin-inline: -8px; padding-inline: 8px; background: var(--cream); color: var(--red); font-weight: 800; }
.hours-list strong { color: var(--ink); font-size: 11px; }
.hours-list .is-today strong { color: var(--red); }
.map-card { position: relative; min-height: 367px; overflow: hidden; }
.map-placeholder { height: 100%; min-height: inherit; display: grid; place-content: center; justify-items: center; gap: 8px; padding: 30px; background: radial-gradient(circle at 35% 35%, rgba(232,163,61,.2), transparent 17%), linear-gradient(140deg, #e3d8c3 0%, #d4c4a9 100%); color: var(--ink); text-align: center; }
.map-placeholder::before, .map-placeholder::after { position: absolute; border: 1px solid rgba(64, 29, 24, .12); border-radius: 50%; content: ""; }
.map-placeholder::before { width: 300px; height: 300px; }
.map-placeholder::after { width: 170px; height: 170px; }
.map-placeholder > * { position: relative; z-index: 1; }
.map-pin { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 50% 50% 50% 0; transform: rotate(-45deg); background: var(--red); color: white; font-size: 23px; box-shadow: 0 8px 16px rgba(178,58,46,.28); }
.map-pin::first-letter { transform: rotate(45deg); }
.map-placeholder strong { margin-top: 7px; font: 700 24px/1 var(--display); }
.map-placeholder span:not(.map-pin) { color: var(--muted); font-size: 11px; }
.map-placeholder button { margin-top: 6px; padding: 10px 13px; border: 0; border-radius: 2px; background: var(--green); color: var(--white); font-size: 10px; font-weight: 800; }
.map-card iframe { width: 100%; height: 100%; min-height: 367px; border: 0; }

.request-section { position: relative; overflow: hidden; padding-block: 110px; background: var(--red); color: var(--white); }
.request-section::after { position: absolute; right: -80px; bottom: -240px; width: 530px; height: 530px; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; box-shadow: 0 0 0 34px rgba(255,255,255,.04), 0 0 0 68px rgba(255,255,255,.03); content: ""; }
.request-layout { position: relative; z-index: 1; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: clamp(55px, 10vw, 140px); }
.request-copy { max-width: 430px; }
.request-copy h2 { margin-bottom: 23px; }
.request-copy > p:not(.eyebrow):not(.request-note) { color: rgba(255,255,255,.72); font-size: 14px; }
.instagram-link { display: flex; align-items: center; gap: 9px; margin-top: 25px; color: var(--gold); font-size: 12px; font-weight: 800; }
.instagram-link > span:last-child { margin-left: auto; }
.instagram-icon { width: 23px; height: 23px; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 7px; font-size: 18px; line-height: 1; }
.request-note { margin-top: 33px; color: rgba(255,255,255,.46); font-size: 10px; }
.request-form { padding: 31px; background: var(--white); color: var(--ink); box-shadow: 18px 20px 0 rgba(64,29,24,.24); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.request-form label { display: block; margin-bottom: 14px; color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .04em; }
.request-form input, .request-form select, .request-form textarea { width: 100%; display: block; margin-top: 6px; padding: 11px 12px; border: 1px solid var(--line); border-radius: 2px; outline: none; background: var(--cream); color: var(--ink); font-size: 12px; font-weight: 400; }
.request-form input:focus, .request-form select:focus, .request-form textarea:focus { border-color: var(--red); box-shadow: 0 0 0 3px rgba(178,58,46,.1); }
.request-form textarea { resize: vertical; }
.form-feedback { min-height: 19px; margin: 12px 0 0; color: var(--green); font-size: 11px; font-weight: 800; }
.form-feedback.is-error { color: var(--red); }
.form-legal { margin: 9px 0 0; color: var(--muted); font-size: 9px; line-height: 1.35; }

.site-footer { background: var(--red-deep); color: rgba(255,255,255,.7); }
.footer-main { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 40px; padding-block: 55px; }
.brand--footer { color: var(--gold); }
.brand--footer .brand-copy span { color: rgba(255,255,255,.74); }
.footer-brand > p { margin: 16px 0 0; color: rgba(255,255,255,.42); font-size: 11px; }
.footer-main > div:not(.footer-brand) { padding-top: 4px; }
.footer-label { color: var(--gold); }
.footer-main p:not(.footer-label) { margin-bottom: 0; font-size: 11px; line-height: 1.8; }
.footer-main a { font-size: 11px; line-height: 1.9; }
.footer-main a:hover, .footer-bottom a:hover, .footer-bottom button:hover { color: var(--gold); }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-block: 17px; border-top: 1px solid rgba(255,255,255,.13); color: rgba(255,255,255,.38); font-size: 9px; }
.footer-bottom > div { display: flex; flex-wrap: wrap; gap: 22px; }
.footer-bottom button { padding: 0; border: 0; background: transparent; color: inherit; font-size: inherit; }
.legal-drawer { scroll-margin-top: 95px; background: #351915; color: rgba(255,255,255,.64); }
.legal-grid { display: grid; grid-template-columns: .8fr 1fr 1fr; gap: 40px; padding-block: 58px; }
.legal-grid h2 { color: var(--white); font-size: 43px; }
.legal-grid p { font-size: 10px; line-height: 1.7; }
.legal-placeholder { color: var(--gold); }

.cookie-notice { position: fixed; z-index: 30; right: 22px; bottom: 22px; width: min(390px, calc(100% - 44px)); display: flex; align-items: center; gap: 17px; justify-content: space-between; padding: 16px 17px; border: 1px solid rgba(255,255,255,.13); background: rgba(64,29,24,.97); color: var(--white); box-shadow: var(--shadow); transition: opacity .25s, transform .25s; }
.cookie-notice.is-hidden { opacity: 0; transform: translateY(20px); pointer-events: none; }
.cookie-notice strong { color: var(--gold); font-size: 11px; }
.cookie-notice p { max-width: 245px; margin: 4px 0 0; color: rgba(255,255,255,.66); font-size: 10px; line-height: 1.35; }
.cookie-notice button { flex: none; padding: 9px 11px; border: 1px solid var(--gold); border-radius: 2px; background: transparent; color: var(--gold); font-size: 10px; font-weight: 800; }
.mobile-actions { display: none; }

@media (max-width: 1020px) {
  .container { width: min(100% - 44px, 900px); }
  .main-nav { gap: 18px; }
  .hero__grid { gap: 35px; grid-template-columns: minmax(0, 1fr) minmax(340px, .82fr); }
  .hero-location { right: -4px; }
  .quick-fact { padding-inline: 12px; }
  .quick-fact:first-child { padding-left: 0; }
  .quick-fact strong { font-size: 10px; }
  .visit-layout { grid-template-columns: .85fr 1fr 1fr; }
}

@media (max-width: 820px) {
  .nav-toggle { display: block; }
  .main-nav { position: absolute; z-index: 24; top: 100%; right: 0; left: 0; display: grid; align-content: start; justify-items: start; gap: 0; height: calc(100dvh - 100%); overflow-y: auto; padding: 12px 22px 25px; border-bottom: 1px solid var(--line); background: var(--cream); box-shadow: 0 20px 35px rgba(52,32,23,.12); transform: translateY(-110%); transition: transform .25s ease; }
  .main-nav.is-open { transform: translateY(0); }
  .main-nav a { width: 100%; padding: 15px 0; border-bottom: 1px solid var(--line); }
  .main-nav .nav-cta { width: auto; margin-top: 13px; padding: 12px 17px; border: 0; }
  .hero__grid { grid-template-columns: 1fr .85fr; }
  .hero__visual { width: 100%; padding-left: 12px; }
  .hero-image-frame { min-height: 390px; }
  .quick-facts__grid { grid-template-columns: repeat(2, 1fr); }
  .quick-fact, .quick-fact:first-child { padding: 17px 15px; border-bottom: 1px solid rgba(255,255,255,.13); }
  .quick-fact:nth-child(2) { border-right: 0; }
  .quick-fact:nth-child(3), .quick-fact:nth-child(4) { border-bottom: 0; }
  .section-heading--split, .story-layout, .request-layout { grid-template-columns: 1fr; gap: 32px; }
  .feature-grid { grid-template-columns: 1fr 1fr; }
  .feature-card--large { grid-row: auto; margin-top: 0; }
  .feature-card--large .feature-card__image { height: 205px; min-height: 0; }
  .feature-card__image { height: 205px; }
  .review-layout { grid-template-columns: .6fr 1fr; gap: 30px; }
  .review-layout > .button { grid-column: 2; justify-self: start; }
  .visit-layout { grid-template-columns: 1fr 1fr; }
  .visit-copy { grid-column: 1 / -1; padding-right: 0; }
  .map-card { min-height: 330px; }
  .request-copy { max-width: 530px; }
  .footer-main, .legal-grid { grid-template-columns: 1.5fr 1fr 1fr; }
}

@media (max-width: 620px) {
  body { padding-bottom: 67px; }
  .container { width: calc(100% - 36px); }
  .topbar { position: relative; z-index: 21; display: block; height: 31px; min-height: 31px; background-color: var(--red-deep); }
  .topbar__inner { height: 31px; min-height: 31px; font-size: 9px; }
  .topbar__inner a { max-width: 145px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .site-header { position: sticky; top: 0; background: var(--cream); backdrop-filter: none; }
  .nav-wrap { min-height: 72px; }
  .brand-mark { width: 35px; height: 35px; }
  .brand-mark svg { width: 24px; height: 24px; }
  .brand-logo { width: 185px; height: 48px; }
  .brand-copy strong { font-size: 21px; }
  body:has(.nav-toggle.is-open) .mobile-actions { display: none; }
  body:has(.nav-toggle.is-open) .cookie-notice { opacity: 0; pointer-events: none; }
  .hero, .hero__grid { min-height: auto; }
  .hero__grid { display: flex; flex-direction: column; align-items: stretch; gap: 28px; padding-block: 56px 46px; }
  .hero::after { right: -60%; bottom: -4%; width: 120vw; height: 120vw; }
  h1 { max-width: 340px; font-size: clamp(48px, 13.5vw, 60px); line-height: .94; }
  .mobile-break { display: block; }
  .hero__lead { max-width: 340px; margin-bottom: 24px; font-size: 14px; line-height: 1.5; }
  .hero__actions { gap: 8px; }
  .hero__actions .button { flex: 1 1 0; min-width: 0; padding-inline: 10px; gap: 8px; font-size: 10px; }
  .hero__trust { gap: 9px; margin-top: 28px; font-size: 10px; }
  .rating-stars { font-size: 12px; letter-spacing: 1px; }
  .hero__visual { align-self: center; width: min(100%, 360px); padding: 0 0 35px 8px; }
  .hero-image-frame { height: 340px; min-height: 0; box-shadow: 14px 14px 0 rgba(210,160,91,.29), 0 24px 55px rgba(25,9,5,.3); }
  .hero-location { right: -4px; top: 20px; padding: 9px 11px; }
  .hero-stamp { left: -4px; bottom: 0; width: 90px; height: 90px; }
  .hero-stamp span { font-size: 24px; }
  .hero-stamp small { font-size: 8px; }
  .hero-scroll { display: none; }
  .quick-facts__grid { grid-template-columns: 1fr 1fr; }
  .quick-fact, .quick-fact:first-child { min-height: 83px; padding: 13px 7px; gap: 8px; }
  .fact-icon { width: 25px; height: 25px; flex: none; font-size: 11px; }
  .quick-fact small { font-size: 8px; }
  .quick-fact strong { font-size: 9px; line-height: 1.25; }
  .section { padding-block: 79px; }
  .section-heading--split { margin-bottom: 35px; }
  h2 { font-size: clamp(43px, 13vw, 61px); }
  .section-intro { font-size: 13px; }
  .feature-grid { grid-template-columns: 1fr; gap: 17px; }
  .feature-card--large { grid-row: auto; }
  .feature-card--large .feature-card__image, .feature-card__image { height: 265px; min-height: 0; }
  .feature-card__body { min-height: 0; padding: 19px 19px 22px; }
  .feature-card--closing { min-height: 265px; }
  .feature-card h3 { font-size: 25px; }
  .menu-layout { display: block; padding-block: 79px; }
  .menu-intro { margin-bottom: 42px; }
  .menu-cards { grid-template-columns: 1fr; }
  .menu-card { min-height: 170px; }
  .review-layout { display: block; padding-block: 65px; }
  .review-score { display: inline-grid; padding: 0 28px 23px 0; margin-bottom: 30px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.18); }
  .review-copy h2 { margin-bottom: 17px; font-size: clamp(28px, 8vw, 38px); line-height: 1.1; }
  .review-copy h2 br { display: none; }
  .review-layout > .button { margin-top: 28px; }
  .story-layout { gap: 52px; }
  .story-image { padding-left: 13px; }
  .story-image::before { width: calc(100% - 13px); height: calc(100% - 13px); }
  .story-image img { height: 360px; }
  .image-note--dark { bottom: 25px; left: 20px; }
  .visit-layout { grid-template-columns: 1fr; gap: 17px; }
  .visit-copy { grid-column: auto; }
  .hours-card { padding: 23px 19px 17px; }
  .hours-card h3 { font-size: 23px; }
  .map-card { min-height: 295px; }
  .map-card iframe { min-height: 295px; }
  .request-section { padding-block: 78px; }
  .request-layout { gap: 40px; }
  .request-form { padding: 22px 18px; box-shadow: 10px 12px 0 rgba(64,29,24,.24); }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 32px 24px; padding-block: 45px; }
  .footer-brand { grid-column: 1 / -1; }
  .legal-grid { grid-template-columns: 1fr; gap: 0; padding-block: 45px; }
  .legal-grid > div { margin-bottom: 25px; }
  .footer-bottom { display: block; padding-block: 15px 85px; }
  .footer-bottom > div { margin-top: 13px; gap: 15px; }
  .cookie-notice { right: 12px; bottom: 79px; width: calc(100% - 24px); }
  .mobile-actions { position: fixed; z-index: 25; right: 0; bottom: 0; left: 0; height: 67px; display: grid; grid-template-columns: 1fr 1.3fr 1fr; align-items: stretch; background: rgba(50,23,19,.98); box-shadow: 0 -10px 28px rgba(53,25,18,.17); color: rgba(255,255,255,.72); }
  .mobile-actions a { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 4px; height: 100%; border-right: 1px solid rgba(255,255,255,.12); font-size: 9px; font-weight: 800; letter-spacing: .02em; text-align: center; }
  .mobile-actions a:last-child { border-right: 0; }
  .mobile-actions__accent { background: var(--gold); color: var(--red-deep); }
  .mobile-icon { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.7; }
}

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