:root {
  --green: #003b28;
  --green-dark: #002519;
  --maize: #dfa51d;
  --pink: #d92b73;
  --red: #97171a;
  --purple: #4b075b;
  --cream: #f5eddf;
  --paper: #fff9ee;
  --ink: #082f21;
  --muted: #6e726c;
  --white: #fffdf8;
  --border: rgba(24, 53, 42, .16);
  --shadow: 0 24px 60px rgba(7, 32, 22, .16);
  --radius: 1.25rem;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: "DM Sans", Arial, sans-serif; line-height: 1.6; overflow-x: hidden; }
body.dialog-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { cursor: pointer; }
img { max-width: 100%; }
.container { width: min(calc(100% - 2.5rem), var(--max)); margin-inline: auto; }
.section { padding: clamp(5rem, 9vw, 8rem) 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; top: -5rem; left: 1rem; z-index: 200; background: var(--maize); color: var(--green-dark); padding: .75rem 1rem; border-radius: 0 0 .5rem .5rem; }
.skip-link:focus { top: 0; }
.eyebrow { margin: 0 0 1rem; color: var(--maize); font-size: .76rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.flower-label::before, .flower-label::after { content: "✿"; color: var(--pink); margin-inline: .5rem; }
.flower-label::before { margin-left: 0; }
.eyebrow.pink { color: var(--pink); }
.eyebrow.pink-light { color: #ff81b8; }
.eyebrow.gold { color: var(--maize); }
h1, h2, h3 { font-family: "Fraunces", Georgia, serif; line-height: 1.05; margin-top: 0; }
h2 { font-size: clamp(2.6rem, 6vw, 5rem); letter-spacing: -.045em; }
h2 em, h1 em { color: var(--maize); font-style: italic; font-weight: 600; }
.button { border: 2px solid transparent; border-radius: 999px; display: inline-flex; justify-content: center; align-items: center; min-height: 3.3rem; padding: .8rem 1.35rem; font-size: .78rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; transition: transform .2s, background .2s, color .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(0,0,0,.16); }
.button:focus-visible, a:focus-visible, .menu-tabs button:focus-visible { outline: 3px solid var(--pink); outline-offset: 3px; }
.button-gold { background: var(--maize); color: var(--green-dark); }
.button-pink { background: var(--pink); color: white; }
.button-outline { border-color: rgba(255,255,255,.65); color: white; background: transparent; }
.button-gold-outline { border-color: var(--maize); color: var(--maize); background: rgba(0,0,0,.14); }
.button-outline-dark { border-color: var(--green); color: var(--green); background: transparent; }
.button-small { min-height: 2.65rem; padding: .55rem 1rem; }
.button-full { width: 100%; }
.button:disabled { opacity: .45; cursor: not-allowed; transform: none; box-shadow: none; }

.site-header { position: absolute; inset: 0 0 auto; z-index: 20; color: white; }
.site-header.scrolled { position: fixed; background: rgba(9, 39, 28, .96); box-shadow: 0 8px 30px rgba(0,0,0,.15); backdrop-filter: blur(12px); }
.nav-wrap { width: min(calc(100% - 2.5rem), 1320px); min-height: 5.4rem; margin: auto; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.2); }
.brand { display: inline-flex; align-items: center; gap: .75rem; }
.brand-logo { display: block; width: 106px; height: 76px; object-fit: cover; object-position: 50% 48%; border-radius: .25rem; mix-blend-mode: screen; }
.brand-mark { width: 2.8rem; aspect-ratio: 1; display: grid; place-items: center; border: 2px solid var(--maize); border-radius: 50%; color: var(--maize); font-family: Georgia, serif; font-weight: 700; }
.site-nav { display: flex; align-items: center; gap: clamp(1rem, 2vw, 2rem); }
.site-nav > a { font-size: .75rem; font-weight: 700; letter-spacing: .04em; }
.site-nav > a:hover { color: var(--maize); }
.menu-toggle { display: none; border: 0; background: transparent; padding: .5rem; }
.menu-toggle > span:not(.sr-only) { display: block; width: 1.6rem; height: 2px; background: white; margin: .32rem 0; transition: .2s; }
.header-reserve { display: none; }

.hero { min-height: 100svh; position: relative; display: flex; align-items: center; color: white; background: var(--green-dark); overflow: hidden; }
.hero-photo, .hero-overlay, .hero-pattern { position: absolute; inset: 0; }
.hero-photo { background: var(--green-dark) url("../assets/images/hero-al-pastor.jpg?v=20260814-2") center / cover no-repeat; }
.photo-placeholder { display: grid; place-items: center; overflow: hidden; isolation: isolate; }
.photo-placeholder::before { content: ""; position: absolute; inset: 0; opacity: .28; background: repeating-radial-gradient(circle at 20% 30%, transparent 0 20px, rgba(255,255,255,.13) 21px 23px, transparent 24px 44px); }
.photo-placeholder > span { position: relative; z-index: 1; text-align: center; padding: .65rem .85rem; border: 1px solid rgba(255,255,255,.45); background: rgba(9,39,28,.55); color: white; font-size: .67rem; font-weight: 700; letter-spacing: .14em; }
.photo-placeholder small { letter-spacing: .02em; font-weight: 400; opacity: .8; }
.hero-overlay { background: linear-gradient(90deg, rgba(0,37,25,.99) 0%, rgba(0,37,25,.9) 45%, rgba(0,37,25,.22) 80%), linear-gradient(0deg, rgba(0,37,25,.72), transparent 55%); }
.hero-pattern { width: 28rem; height: 28rem; inset: auto -9rem -8rem auto; border: 2px solid rgba(240,185,45,.3); border-radius: 43% 57% 46% 54%; box-shadow: 0 0 0 2rem rgba(240,185,45,.035), 0 0 0 5rem rgba(231,54,130,.025); transform: rotate(18deg); }
.hero-content { position: relative; z-index: 2; padding-top: 7rem; }
.hero h1 { max-width: 820px; margin-bottom: 1.5rem; font-size: clamp(3.5rem, 8.8vw, 8rem); font-weight: 700; letter-spacing: -.045em; text-transform: uppercase; text-shadow: 0 4px 28px rgba(0,0,0,.28); }
.hero h1 em { color: var(--maize); font-style: normal; }
.hero-actions .button { min-width: 210px; justify-content: space-between; }
.hero-copy { max-width: 590px; margin: 0 0 2rem; font-size: clamp(1rem, 1.6vw, 1.23rem); color: rgba(255,255,255,.82); }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; }
.scroll-cue { position: absolute; z-index: 3; bottom: 2rem; right: max(1.25rem, calc((100% - var(--max)) / 2)); color: rgba(255,255,255,.7); font-size: .7rem; letter-spacing: .15em; text-transform: uppercase; }
.scroll-cue span { color: var(--maize); margin-left: .6rem; }

.favorites { background-color: var(--cream); background-image: radial-gradient(rgba(151,23,26,.055) 1px, transparent 1px); background-size: 22px 22px; }
.section-heading { max-width: 760px; margin-bottom: 3rem; }
.section-heading h2 { margin-bottom: 1rem; }
.section-heading > p:last-child { color: var(--muted); max-width: 620px; }
.favorite-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.3rem; }
.food-card { background: rgba(255,249,238,.88); border: 1px solid rgba(151,23,26,.1); border-radius: var(--radius); overflow: hidden; box-shadow: 0 15px 50px rgba(26,64,49,.08); }
.food-photo { display: block; width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.photo-tacos { background: linear-gradient(145deg, #a83c24, #ed8e24); }
.photo-birria { background: linear-gradient(145deg, #603322, #ba552d); }
.photo-burrito { background: linear-gradient(145deg, #2e6d49, #d29b36); }
.food-card-body { padding: 1.5rem; position: relative; }
.food-card-body .number { position: absolute; top: 1.4rem; right: 1.4rem; color: rgba(18,59,43,.2); font-family: "Fraunces", Georgia, serif; font-size: 1.8rem; }
.food-card h3 { margin-bottom: .7rem; font-size: 1.55rem; }
.food-card p { color: var(--muted); min-height: 3.3rem; }
.price { display: inline-block; color: var(--pink); font-size: .67rem; font-weight: 700; letter-spacing: .12em; }

.menu-section { color: white; background: linear-gradient(135deg, var(--green-dark), var(--green)); position: relative; }
.menu-section::before { content: ""; position: absolute; inset: 0; opacity: .06; background: radial-gradient(circle at 20% 20%, var(--maize) 0 2px, transparent 3px), radial-gradient(circle at 80% 60%, var(--pink) 0 2px, transparent 3px); background-size: 34px 34px, 48px 48px; }
.menu-section .container { position: relative; }
.menu-intro { display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 3rem; }
.menu-intro h2 { margin-bottom: 0; }
.menu-intro > p, .menu-intro > div:last-child > p { color: rgba(255,255,255,.68); max-width: 520px; }
.menu-download-actions { display: flex; flex-wrap: wrap; gap: .65rem; margin-top: 1.25rem; }
.menu-download-actions .button { min-height: 2.8rem; }
.menu-tabs { display: flex; gap: .6rem; overflow-x: auto; padding: 2.3rem 0 1.4rem; border-bottom: 1px solid rgba(255,255,255,.18); }
.menu-tabs button { border: 0; border-radius: 999px; padding: .7rem 1.1rem; background: transparent; color: rgba(255,255,255,.58); font-size: .72rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; white-space: nowrap; }
.menu-tabs button[aria-selected="true"] { background: var(--maize); color: var(--green-dark); }
.menu-panel { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2.2rem; padding: 2.5rem 0 1rem; }
.menu-panel[hidden] { display: none; }
.menu-panel article { display: flex; justify-content: space-between; gap: 1rem; border-bottom: 1px solid rgba(255,255,255,.16); }
.menu-panel-note { grid-column: 1 / -1; margin: 0; color: var(--maize); font-size: .78rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.menu-panel h3 { margin-bottom: .4rem; font-size: 1.35rem; }
.menu-panel p { color: rgba(255,255,255,.62); font-size: .9rem; }
.menu-panel article > span { color: var(--maize); white-space: nowrap; }
.menu-note { color: rgba(255,255,255,.48); font-size: .72rem; }

.story { color: white; background: var(--green-dark); }
.story-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(3rem, 7vw, 7rem); }
.story-collage { min-height: 560px; position: relative; }
.story-photo { position: absolute; inset: 0 10% 7% 0; width: auto; height: auto; object-fit: cover; border-radius: 48% 52% 46% 54% / 40% 44% 56% 60%; background: linear-gradient(145deg, var(--green), #a57630); }
.stamp { position: absolute; z-index: 2; right: 0; bottom: 0; width: 9.5rem; aspect-ratio: 1; border-radius: 50%; background: var(--pink); color: white; display: grid; place-content: center; text-align: center; transform: rotate(7deg); box-shadow: var(--shadow); }
.stamp strong, .stamp small { text-transform: uppercase; font-size: .58rem; letter-spacing: .12em; }
.stamp span { font-size: 2rem; line-height: 1; }
.story-copy h2 { margin-bottom: 1.5rem; }
.story-copy .lead { font-family: "Fraunces", Georgia, serif; font-size: 1.3rem; }
.story-copy p:not(.eyebrow) { color: rgba(255,255,255,.72); }
.text-link { display: inline-flex; gap: .7rem; margin-top: 1rem; color: var(--pink); font-weight: 700; }

.drinks { background: radial-gradient(circle at 20% 15%, #721270, transparent 35%), linear-gradient(135deg, #3d064d, var(--purple)); color: white; position: relative; overflow: hidden; }
.drinks-burst { position: absolute; width: 34rem; aspect-ratio: 1; border-radius: 50%; top: -18rem; left: -16rem; border: 2px solid rgba(240,185,45,.35); box-shadow: 0 0 0 3rem rgba(240,185,45,.03), 0 0 0 6rem rgba(231,54,130,.03); }
.drinks-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(3rem, 8vw, 8rem); position: relative; }
.drinks-copy h2 { color: var(--maize); }
.drinks-copy p:not(.eyebrow) { color: rgba(255,255,255,.7); margin-bottom: 2rem; }
.drinks-showcase { display: grid; gap: 1rem; }
.drinks-photo { display: block; width: 100%; aspect-ratio: 16/9; object-fit: cover; border: 1px solid rgba(255,255,255,.13); border-radius: 1rem; box-shadow: 0 22px 55px rgba(15,0,20,.28); }
.drink-list article { display: grid; grid-template-columns: 2rem 1fr auto; gap: 1rem; align-items: center; padding: 1.25rem; border: 1px solid rgba(255,255,255,.08); border-radius: .8rem; background: rgba(28,0,36,.22); }
.drink-list { display: grid; grid-template-columns: 1fr 1fr; gap: .8rem; }
.drink-list h3 { margin: 0 0 .25rem; font-size: 1.35rem; }
.drink-list p { margin: 0; color: rgba(255,255,255,.55); font-size: .82rem; }
.drink-list article > span:last-child { color: #ff81b8; font-size: .66rem; font-weight: 700; letter-spacing: .09em; }
.drink-number { color: var(--maize); font-family: "Fraunces", Georgia, serif; }

.gallery { background: var(--cream); }
.gallery-heading { display: flex; justify-content: space-between; align-items: end; gap: 2rem; margin-bottom: 2.5rem; }
.gallery-heading h2 { margin-bottom: 0; }
.gallery-heading > p { max-width: 380px; color: var(--muted); }
.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 270px; gap: 1rem; }
.gallery-item { position: relative; margin: 0; overflow: hidden; border: 0; border-radius: 1rem; background: linear-gradient(145deg, var(--green), #a86835); box-shadow: 0 12px 30px rgba(20,47,37,.11); }
.gallery-item img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.gallery-item:hover img { transform: scale(1.035); }
.gallery-item:nth-child(2) { background: linear-gradient(145deg, #bd542c, var(--maize)); }
.gallery-item:nth-child(3) { background: linear-gradient(145deg, var(--purple), var(--pink)); }
.gallery-item:nth-child(4) { background: linear-gradient(145deg, #264e36, #bc8940); }
.gallery-item:nth-child(5) { background: linear-gradient(145deg, #8b284e, var(--green)); }
.gallery-wide { grid-column: span 2; }

.visit { background: linear-gradient(135deg, #002519, #00432e); color: white; }
.visit-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(3rem, 7vw, 7rem); align-items: center; }
.visit-info h2 { margin-bottom: 2.2rem; }
.info-block, .hours { padding: 1rem 0; border-top: 1px solid rgba(255,255,255,.16); }
.info-block > span, .hours > span { color: var(--maize); font-size: .66rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.info-block p { margin: .35rem 0 0; }
.placeholder-text { color: #ff9bc5; font-weight: 700; }
.address-link { display: inline-block; transition: color .2s, transform .2s; }
.address-link:hover { color: var(--maize); transform: translateX(3px); }
.address-link b { margin-left: .35rem; }
.hours p { display: flex; justify-content: space-between; margin: .6rem 0 0; color: rgba(255,255,255,.75); }
.hours b { color: #ff9bc5; }
.hours > small { display: block; margin-top: .8rem; color: rgba(255,255,255,.5); }
.contact-lines p { display: grid; grid-template-columns: 4.5rem 1fr; gap: .8rem; }
.contact-lines strong { color: rgba(255,255,255,.55); font-size: .72rem; text-transform: uppercase; }
.contact-lines a { color: #ff9bc5; font-weight: 700; overflow-wrap: anywhere; }
.amenities { display: flex; flex-wrap: wrap; gap: .6rem; margin-top: 1rem; }
.amenities span { padding: .45rem .7rem; border: 1px solid rgba(223,165,29,.3); border-radius: 999px; color: var(--maize); font-size: .68rem; font-weight: 700; }
.visit-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 1.5rem; }
.map-placeholder { min-height: 540px; position: relative; display: grid; place-content: center; justify-items: center; text-align: center; border-radius: var(--radius); color: white; background: linear-gradient(135deg, #e8dfc8, #aab6a4); transition: transform .25s, box-shadow .25s; overflow: hidden; }
.map-placeholder:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.map-placeholder::before { background: repeating-linear-gradient(35deg, rgba(18,59,43,.18) 0 2px, transparent 2px 45px), repeating-linear-gradient(125deg, rgba(86,40,111,.12) 0 2px, transparent 2px 65px); opacity: 1; }
.map-placeholder > strong, .map-placeholder > small { position: relative; z-index: 2; background: var(--green-dark); padding: .25rem .55rem; }
.map-placeholder > small { margin-top: -.1rem; color: rgba(255,255,255,.7); }
.map-placeholder .map-pin { position: relative; z-index: 2; margin-bottom: .5rem; width: 3rem; height: 3rem; display: grid; place-items: center; border-radius: 50% 50% 50% 0; transform: rotate(-45deg); background: var(--pink); border: 0; font-size: 0; }
.map-pin::after { content: ""; width: .8rem; height: .8rem; border-radius: 50%; background: white; }

.closing-cta { padding: clamp(5rem, 10vw, 9rem) 0; text-align: center; color: white; background: var(--green) radial-gradient(circle at center, rgba(240,185,45,.16), transparent 38%); }
.closing-cta h2 { font-size: clamp(3rem, 8vw, 7rem); }
.site-footer { padding: 4.5rem 0 6rem; background: #001d14; color: white; border-top: 1px solid rgba(223,165,29,.25); }
.brand-logo-footer { width: 175px; height: 135px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .7fr .9fr 1fr; gap: 3rem; }
.footer-brand { margin-bottom: 1rem; }
.footer-grid p { color: rgba(255,255,255,.55); font-size: .85rem; }
.footer-grid h2 { color: var(--maize); font-family: "DM Sans", Arial, sans-serif; font-size: .7rem; letter-spacing: .13em; text-transform: uppercase; }
.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; gap: .55rem; }
.footer-grid a:not(.brand) { color: rgba(255,255,255,.72); font-size: .82rem; }
.social-name { color: rgba(255,255,255,.72); font-size: .82rem; }
.newsletter-placeholder { border: 1px dashed rgba(255,255,255,.3); padding: .75rem; color: #ff81b8; font-size: .65rem; font-weight: 700; }
.footer-bottom { display: flex; justify-content: space-between; gap: 1rem; margin-top: 3rem; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,.13); color: rgba(255,255,255,.38); font-size: .7rem; }

.mobile-actions { display: none; }
.reservation-dialog { width: min(94vw, 580px); max-height: 92vh; padding: 0; border: 0; border-radius: 1.35rem; color: var(--ink); background: var(--paper); box-shadow: 0 30px 90px rgba(0,0,0,.4); }
.reservation-dialog::backdrop { background: rgba(3,19,13,.78); backdrop-filter: blur(5px); }
.reservation-dialog form { padding: 0 2rem 2rem; }
.dialog-close { position: absolute; top: 1rem; right: 1rem; z-index: 3; width: 2.4rem; height: 2.4rem; border: 0; border-radius: 50%; background: rgba(18,59,43,.09); color: var(--green); font-size: 1.5rem; }
.reservation-brand { padding: 1.35rem 2rem; display: flex; align-items: center; gap: .7rem; color: white; background: var(--green); }
.reservation-brand p { margin: 0; font-size: .78rem; font-weight: 700; letter-spacing: .06em; }
.reservation-progress { padding: 1.4rem 2rem .5rem; display: flex; align-items: center; justify-content: center; }
.reservation-progress span { width: 1.8rem; height: 1.8rem; border-radius: 50%; display: grid; place-items: center; background: #d8dbd6; font-size: .72rem; font-weight: 700; }
.reservation-progress span.active { background: var(--pink); color: white; }
.reservation-progress i { width: 3.5rem; height: 2px; background: #d8dbd6; }
.reservation-step { padding-top: 1rem; }
.reservation-step h2 { margin-bottom: .5rem; font-size: clamp(2rem, 8vw, 3rem); }
.reservation-step > p:not(.eyebrow) { margin-top: 0; color: var(--muted); font-size: .85rem; }
.guest-picker { display: flex; justify-content: space-between; align-items: center; padding: .85rem 0; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.guest-picker label, .field, .time-picker legend { font-size: .75rem; font-weight: 700; }
.guest-picker > div { display: flex; align-items: center; gap: 1rem; }
.guest-picker button { width: 2.2rem; height: 2.2rem; border: 1px solid var(--border); border-radius: 50%; background: white; }
.guest-picker output { min-width: 1rem; text-align: center; font-weight: 700; }
.field { display: grid; gap: .4rem; margin: 1rem 0; }
.field > small, .field > span { color: var(--pink); font-size: .65rem; font-weight: 600; }
.field input, .field textarea, .field select { width: 100%; border: 1px solid var(--border); border-radius: .65rem; background: white; padding: .8rem; color: var(--ink); }
.time-picker { margin: 1rem 0 1.3rem; padding: 0; border: 0; }
.time-picker legend small { margin-left: .35rem; color: var(--pink); font-size: .6rem; letter-spacing: .04em; text-transform: uppercase; }
.time-picker div { display: grid; grid-template-columns: repeat(4, 1fr); gap: .5rem; margin-top: .5rem; }
.time-picker button { border: 1px solid var(--border); border-radius: .6rem; background: white; padding: .7rem .3rem; }
.time-picker button.selected { border-color: var(--pink); background: var(--pink); color: white; }
.availability-note { margin: -.25rem 0 1.2rem !important; padding: .7rem .8rem; border-left: 3px solid var(--maize); background: rgba(223,165,29,.09); color: #65541f !important; }
.schedule-hint { margin: .8rem 0 0 !important; padding: .7rem .8rem; border-radius: .6rem; background: rgba(0,59,40,.07); color: var(--green) !important; font-weight: 700; }
.schedule-hint.closed { background: rgba(217,43,115,.09); color: #8f1d4c !important; }
.group-note { margin: -.25rem 0 1rem !important; font-size: .78rem !important; }
.group-note a { color: var(--pink); font-weight: 700; }
.reservation-policy { margin: 1rem 0; text-align: left; border: 1px solid var(--border); border-radius: .7rem; padding: .75rem; }
.reservation-policy summary { cursor: pointer; color: var(--green); font-weight: 700; }
.reservation-policy p { margin-bottom: 0; color: var(--muted); font-size: .78rem; }
.form-error { margin: .8rem 0 0 !important; padding: .7rem .8rem; border-radius: .6rem; background: rgba(181,30,56,.1); color: #8f172c !important; font-weight: 700; }
.step-actions { display: grid; grid-template-columns: auto 1fr; gap: .7rem; margin-top: 1.3rem; }
.reservation-success { text-align: center; padding-top: 2rem; }
.success-mark { display: grid; place-items: center; width: 4.5rem; height: 4.5rem; margin: 0 auto 1rem; border-radius: 50%; background: var(--maize); color: var(--green); font-size: 2rem; font-weight: 700; }
.integration-note { padding: .9rem; border-radius: .7rem; background: rgba(231,54,130,.08); color: #7b2b50 !important; }

.reveal, .reveal.visible { opacity: 1; transform: none; }

@media (max-width: 920px) {
  .site-header { position: fixed; background: rgba(9,39,28,.96); }
  .nav-wrap { display: grid; grid-template-columns: auto 1fr auto; gap: .75rem; }
  .menu-toggle { display: block; order: 1; }
  .brand { order: 2; justify-self: center; }
  .header-reserve { display: inline-flex; order: 3; min-height: 2.7rem; padding-inline: .9rem; }
  .site-nav { position: absolute; top: 5.4rem; left: 0; right: 0; display: none; padding: 1.2rem; background: var(--green-dark); box-shadow: 0 16px 30px rgba(0,0,0,.25); }
  .site-nav.open { display: grid; }
  .site-nav > a { padding: .65rem .4rem; font-size: .9rem; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(2) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] > span:nth-child(3) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(4) { transform: translateY(-7px) rotate(-45deg); }
  .favorite-grid { grid-template-columns: 1fr 1fr; }
  .food-card:last-child { grid-column: 1 / -1; }
  .menu-panel { grid-template-columns: 1fr; gap: .5rem; }
  .story-grid, .drinks-layout, .visit-grid { grid-template-columns: 1fr; }
  .drink-list { grid-template-columns: 1fr 1fr; }
  .story-collage { min-height: 500px; }
  .map-placeholder { min-height: 430px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 620px) {
  .container { width: min(calc(100% - 1.5rem), var(--max)); }
  .section { padding: 4.5rem 0; }
  .nav-wrap { width: calc(100% - 1.5rem); min-height: 4.7rem; }
  .site-nav { top: 4.7rem; }
  .brand-logo { width: 88px; height: 62px; }
  .header-reserve { min-height: 2.5rem; padding-inline: .7rem; font-size: .63rem; }
  .hero { min-height: 92svh; padding-bottom: 2rem; }
  .hero-content { padding-top: 6rem; }
  .hero h1 { font-size: clamp(3.2rem, 16vw, 5.3rem); }
  .hero-photo { background-position: 68% center; }
  .hero-overlay { background: linear-gradient(90deg, rgba(0,37,25,.97), rgba(0,37,25,.62)), linear-gradient(0deg, rgba(0,37,25,.82), transparent); }
  .scroll-cue { display: none; }
  .hero-actions { display: grid; }
  .favorite-grid { grid-template-columns: 1fr; }
  .food-card:last-child { grid-column: auto; }
  .menu-intro { grid-template-columns: 1fr; gap: 1rem; }
  .menu-tabs { margin-right: -.75rem; }
  .story-collage { min-height: 390px; }
  .story-photo { right: 5%; }
  .stamp { width: 7.5rem; }
  .drink-list article { grid-template-columns: 1.6rem 1fr; }
  .drink-list article > span:last-child { grid-column: 2; }
  .drink-list { grid-template-columns: 1fr 1fr; }
  .gallery-heading { display: block; }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 185px; }
  .gallery-wide { grid-column: 1 / -1; }
  .visit-actions { display: grid; }
  .map-placeholder { min-height: 330px; }
  .footer-grid { grid-template-columns: 1fr; gap: 2rem; }
  .brand-logo-footer { width: 150px; height: 115px; }
  .footer-bottom { display: grid; padding-bottom: 2rem; }
  .mobile-actions { position: fixed; z-index: 30; inset: auto .55rem .55rem; display: grid; grid-template-columns: 1fr 1fr 1.15fr; padding: .35rem; border: 1px solid rgba(255,255,255,.13); border-radius: 999px; background: rgba(9,39,28,.96); color: white; box-shadow: 0 15px 35px rgba(0,0,0,.32); backdrop-filter: blur(12px); }
  .mobile-actions a, .mobile-actions button { min-height: 2.8rem; display: grid; place-items: center; border: 0; border-radius: 999px; background: transparent; color: white; font-size: .64rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
  .mobile-actions button { background: var(--maize); color: var(--green-dark); }
  .site-footer { padding-bottom: 7.5rem; }
  .reservation-dialog { max-height: 96vh; }
  .reservation-dialog form { padding-inline: 1.2rem; }
  .reservation-brand { padding-left: 1.2rem; }
  .time-picker div { grid-template-columns: 1fr 1fr; }
  .step-actions { grid-template-columns: 1fr; }
}

@media (max-width: 430px) {
  .drink-list { grid-template-columns: 1fr; }
}

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