/* ==========================================================================
   El Jardín — Oakdale, CA
   Warm, hand-crafted, garden-green design system. No frameworks.
   ========================================================================== */

:root {
  --c-green: #144126;
  --c-green-deep: #0d2e1b;
  --c-green-dusk: #1b5232;
  --c-brick: #8a3020;
  --c-brick-deep: #6d2416;
  --c-ink: #161616;
  --c-ink-green: #101710;
  --c-cream: #f7e8c8;
  --c-paper: #fbf1da;
  --c-terra: #b65a3a;
  --c-terra-deep: #9c4526;
  --c-gold: #e8b54b;
  --c-gold-soft: #f0c86e;
  --c-red: #b63a2e;
  --c-cream-dim: rgba(247, 232, 200, 0.78);
  --c-ink-dim: rgba(22, 22, 22, 0.72);

  --f-display: "Fraunces", "Georgia", serif;
  --f-body: "Alegreya Sans", "Trebuchet MS", sans-serif;
  --f-label: "Alegreya Sans SC", "Alegreya Sans", sans-serif;
  --f-hand: "Caveat", cursive;

  --wrap: 1180px;
  --wrap-tight: 940px;
  --shadow-lift: 0 18px 40px -18px rgba(13, 46, 27, 0.45);
  --grain: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='180' height='180' filter='url(%23n)' opacity='0.55'/%3E%3C/svg%3E");
}

/* ---- Reset-lite ---- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--f-body);
  font-size: 1.1rem;
  line-height: 1.62;
  color: var(--c-ink);
  background: var(--c-cream);
}
img { max-width: 100%; height: auto; display: block; }
h1, h2, h3, h4 { font-family: var(--f-display); line-height: 1.08; margin: 0 0 0.5em; font-weight: 700; }
/* Fraunces' soft/wonky axes give big headings a hand-lettered warmth */
h1, h2, .mobile-menu__links a { font-variation-settings: "SOFT" 55, "WONK" 1; }
p { margin: 0 0 1em; }
a { color: inherit; }
ul { padding: 0; margin: 0; list-style: none; }
button { font: inherit; cursor: pointer; }
:focus-visible { outline: 3px solid var(--c-gold); outline-offset: 3px; border-radius: 2px; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
}

.visually-hidden {
  position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}
.skip-link {
  position: absolute; left: 1rem; top: -4rem; z-index: 200;
  background: var(--c-gold); color: var(--c-ink); font-weight: 700;
  padding: 0.6rem 1.1rem; border-radius: 0 0 10px 10px; text-decoration: none;
  transition: top 0.2s ease;
}
.skip-link:focus { top: 0; }

.wrap { width: min(var(--wrap), calc(100% - 2.5rem)); margin-inline: auto; }
.wrap--tight { width: min(var(--wrap-tight), calc(100% - 2.5rem)); margin-inline: auto; }

/* ---- Type helpers ---- */
.overline {
  display: inline-flex; align-items: center; gap: 0.6rem;
  font-family: var(--f-label);
  font-size: 0.88rem; font-weight: 800; letter-spacing: 0.24em; text-transform: lowercase;
}
.overline::before { content: ""; width: 2.2rem; height: 2px; background: currentColor; opacity: 0.55; }
.hand { font-family: var(--f-hand); font-weight: 600; }

/* ---- Buttons ---- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem;
  font-family: var(--f-label); font-weight: 800; text-decoration: none; text-align: center;
  padding: 0.8rem 1.7rem; border-radius: 999px; border: 2px solid transparent;
  font-size: 1.02rem; line-height: 1.2; letter-spacing: 0.06em; text-transform: lowercase;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease, color 0.18s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0); }
.btn--gold {
  background: var(--c-gold); color: var(--c-ink);
  box-shadow: 0 10px 22px -12px rgba(232, 181, 75, 0.9);
  outline: 1.5px dashed rgba(22, 22, 22, 0.4); outline-offset: -6px;
}
.btn--gold:hover { background: var(--c-gold-soft); outline-color: rgba(22, 22, 22, 0.4); }
.btn--gold:focus-visible { outline: 3px solid var(--c-green); outline-offset: 3px; }
.btn--outline-cream { border-color: var(--c-cream); color: var(--c-cream); }
.btn--outline-cream:hover { background: var(--c-cream); color: var(--c-green); }
.btn--outline-green { border-color: var(--c-green); color: var(--c-green); }
.btn--outline-green:hover { background: var(--c-green); color: var(--c-cream); }
.btn--red { background: var(--c-red); color: var(--c-cream); }
.btn--red:hover { background: #a03227; }
.btn--header { padding: 0.6rem 1.25rem; font-size: 0.92rem; }

/* ---- Ordering platform pills (Grubhub / DoorDash logos) ---- */
.order-pills { display: inline-flex; align-items: center; gap: 0.55rem; flex-wrap: wrap; }
.pill-order {
  display: inline-flex; align-items: center; justify-content: center;
  background: #fffdf6; border-radius: 999px; padding: 0.62rem 1.15rem;
  box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.45);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.pill-order:hover { transform: translateY(-2px); box-shadow: 0 14px 24px -10px rgba(0, 0, 0, 0.5); }
.pill-order img { display: block; width: auto; max-width: none; }
.pill-order--gh img { height: 16px; }
.pill-order--dd img { height: 13px; }
.order-pills--sm .pill-order { padding: 0.42rem 0.85rem; }
.order-pills--sm .pill-order--gh img { height: 13px; }
.order-pills--sm .pill-order--dd img { height: 11px; }

.text-link {
  display: inline-flex; align-items: center; gap: 0.45rem;
  color: inherit; font-weight: 700; text-decoration: none;
  border-bottom: 2px solid var(--c-gold); padding-bottom: 2px;
}
.text-link:hover { color: var(--c-terra); }

/* ==========================================================================
   Top strip + header
   ========================================================================== */
.topstrip {
  display: flex; justify-content: space-between; align-items: center; gap: 1rem;
  background: var(--c-ink-green); color: var(--c-cream-dim);
  font-family: var(--f-label); letter-spacing: 0.05em; text-transform: lowercase;
  font-size: 0.9rem; padding: 0.45rem 1.4rem;
}
.topstrip__item { display: inline-flex; align-items: center; gap: 0.45rem; color: inherit; text-decoration: none; }
.topstrip__item svg { width: 0.9rem; height: 0.9rem; flex: none; color: var(--c-gold); }
a.topstrip__item:hover { color: var(--c-gold); }

.site-header {
  position: sticky; top: 0; z-index: 100;
  background: var(--c-brick);
  transition: box-shadow 0.25s ease, background-color 0.25s ease;
}
[id] { scroll-margin-top: 120px; }
.site-header.is-scrolled { box-shadow: 0 10px 30px -12px rgba(46, 18, 10, 0.55); background: var(--c-brick-deep); }
.site-header__inner {
  width: min(var(--wrap), calc(100% - 2rem)); margin-inline: auto;
  display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 1.2rem;
  min-height: 66px;
}
.site-nav--left { justify-self: start; }
.site-header__right { justify-self: end; display: flex; align-items: center; gap: 0.9rem; }
.site-header__right .site-nav ul { gap: 0.9rem; }
/* awning valance trim along the header's bottom edge (behind the logo ticket) */
.header-awning { position: absolute; left: 0; right: 0; top: 100%; line-height: 0; pointer-events: none; z-index: 1; }
/* The brand sits in a centered cream "ticket" that hangs below the bar */
.brand-tab {
  position: relative; z-index: 5; align-self: flex-start; justify-self: center;
  background: var(--c-cream);
  background-image: var(--grain); background-size: 180px;
  padding: 0.9rem 1.3rem 1.15rem;
  margin-top: 0;
  border-radius: 0 0 18px 18px;
  box-shadow: 0 16px 28px -14px rgba(10, 22, 14, 0.7);
  text-decoration: none;
  transition: transform 0.2s ease;
}
.brand-tab:hover { transform: translateY(2px); }
.brand-tab img { width: clamp(108px, 11vw, 152px); height: auto; }

.site-nav ul { display: flex; align-items: center; gap: 1.35rem; }
.site-nav a {
  color: var(--c-cream); text-decoration: none;
  font-family: var(--f-label); font-weight: 800; font-size: 1.06rem;
  letter-spacing: 0.09em; text-transform: lowercase;
  padding: 0.35rem 0.1rem; position: relative;
  display: inline-flex; align-items: center; gap: 0.4rem;
}
/* hand-drawn swash underline */
.site-nav a::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: -3px; height: 7px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 7' preserveAspectRatio='none'%3E%3Cpath d='M1.5 5.2C15 1.6 45 1.6 58.5 4' fill='none' stroke='%23E8B54B' stroke-width='2.6' stroke-linecap='round'/%3E%3C/svg%3E") center / 100% 100% no-repeat;
  opacity: 0; transform: scaleX(0.55); transform-origin: left center;
  transition: opacity 0.2s ease, transform 0.24s ease;
}
.site-nav a:hover::after, .site-nav a[aria-current="page"]::after { opacity: 1; transform: scaleX(1); }
.site-nav__dot { color: var(--c-gold); font-size: 0.7rem; opacity: 0.85; }

/* Menu dropdown panel */
.site-nav .caret { width: 0.6rem; height: 0.4rem; opacity: 0.7; transition: transform 0.22s ease; }
.site-nav__drop { position: relative; }
.site-nav__drop:hover .caret, .site-nav__drop:focus-within .caret { transform: rotate(180deg); }
.nav-panel {
  position: absolute; top: 100%; left: -0.8rem;
  width: min(29rem, calc(100vw - 2rem));
  padding-top: 15px; /* hover bridge across the gap */
  transform: translateY(8px);
  opacity: 0; visibility: hidden; pointer-events: none; z-index: 60;
  transition: opacity 0.2s ease, transform 0.22s ease, visibility 0s linear 0.2s;
}
.site-nav__drop:hover .nav-panel, .site-nav__drop:focus-within .nav-panel {
  opacity: 1; visibility: visible; pointer-events: auto;
  transform: translateY(0); transition-delay: 0s;
}
.nav-panel__card {
  position: relative; background: var(--c-cream);
  background-image: var(--grain); background-size: 180px;
  border-radius: 16px; border-top: 4px solid var(--c-gold);
  box-shadow: 0 26px 48px -18px rgba(10, 26, 16, 0.65);
  padding: 1.15rem 1.15rem 0.35rem;
}
.nav-panel__card::before {
  content: ""; position: absolute; top: -10px; left: 2.6rem; width: 16px; height: 16px;
  background: var(--c-gold); transform: rotate(45deg); border-radius: 3px;
}
.nav-panel__img {
  position: absolute; right: -1.5rem; top: -2.4rem; width: 116px; height: auto;
  transform: rotate(8deg); pointer-events: none;
  filter: drop-shadow(0 12px 14px rgba(10, 26, 16, 0.45));
}
.nav-panel__cols { display: grid; grid-template-columns: 1fr 1fr; gap: 0.1rem 0.8rem; }
.nav-panel__cols a { display: block; padding: 0.5rem 0.6rem; border-radius: 10px; text-decoration: none; }
.nav-panel__cols a::after { display: none; }
.nav-panel__cols a:hover { background: rgba(20, 65, 38, 0.09); }
.nav-panel__cols strong { display: block; font-family: var(--f-display); font-weight: 700; color: var(--c-green); font-size: 1.02rem; line-height: 1.25; }
.nav-panel__cols span { font-family: var(--f-hand); font-weight: 600; color: var(--c-terra); font-size: 1.05rem; line-height: 1.1; }
.site-nav .nav-panel__foot {
  display: flex; justify-content: space-between; align-items: center; gap: 0.7rem;
  margin-top: 0.7rem; padding: 0.75rem 0.6rem;
  border-top: 1px dashed rgba(22, 22, 22, 0.28);
  color: var(--c-ink); font-weight: 700; font-size: 0.9rem; text-decoration: none;
}
.site-nav .nav-panel__foot::after { display: none; }
.site-nav .nav-panel__foot:hover { color: var(--c-terra); }

.icon-pill {
  display: inline-flex; align-items: center; justify-content: center;
  width: 2.4rem; height: 2.4rem; border-radius: 50%;
  border: 2px solid rgba(247, 232, 200, 0.4); color: var(--c-cream);
  transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}
.icon-pill svg { width: 1rem; height: 1rem; }
.icon-pill:hover { background: var(--c-cream); color: var(--c-green); border-color: var(--c-cream); }

.nav-toggle {
  display: none; background: none; border: 2px solid rgba(247, 232, 200, 0.4);
  border-radius: 10px; padding: 0.5rem 0.55rem;
}
.nav-toggle__bars { display: grid; gap: 4px; }
.nav-toggle__bars i { display: block; width: 20px; height: 2px; background: var(--c-cream); border-radius: 2px; transition: transform 0.25s ease, opacity 0.25s ease; }
.nav-toggle[aria-expanded="true"] .nav-toggle__bars i:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] .nav-toggle__bars i:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] .nav-toggle__bars i:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

.mobile-menu {
  position: fixed; inset: 0; z-index: 90; padding: 8.2rem 2rem 2.5rem;
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='96' height='96'%3E%3Cg fill='%23F7E8C8' fill-opacity='.05'%3E%3Ccircle cx='24' cy='16.5' r='5'/%3E%3Ccircle cx='24' cy='31.5' r='5'/%3E%3Ccircle cx='16.5' cy='24' r='5'/%3E%3Ccircle cx='31.5' cy='24' r='5'/%3E%3Ccircle cx='72' cy='64.5' r='5'/%3E%3Ccircle cx='72' cy='79.5' r='5'/%3E%3Ccircle cx='64.5' cy='72' r='5'/%3E%3Ccircle cx='79.5' cy='72' r='5'/%3E%3C/g%3E%3C/svg%3E"),
    linear-gradient(180deg, var(--c-green-deep), var(--c-green));
  background-size: 96px 96px, auto;
  color: var(--c-cream); overflow-y: auto;
}
.mobile-menu::after {
  content: ""; position: fixed; right: -12%; bottom: -6%; width: 300px; height: 480px;
  background: url("../img/cutout-michelada.webp") center bottom / contain no-repeat;
  opacity: 0.15; pointer-events: none;
}
.mobile-menu > * { position: relative; z-index: 1; }
.mobile-menu__garland { margin: 0 -2rem 1.6rem; line-height: 0; opacity: 0.9; }
.mobile-menu__links { display: grid; gap: 0.4rem; margin-bottom: 2rem; }
.mobile-menu__links a {
  font-family: var(--f-display); font-size: clamp(2rem, 8vw, 2.8rem); font-weight: 900;
  color: var(--c-cream); text-decoration: none; display: inline-flex; align-items: baseline; padding: 0.2rem 0;
}
.mobile-menu__links a:hover { color: var(--c-gold); }
.mm-note { margin-left: 0.85rem; font-family: var(--f-hand); font-weight: 600; font-size: clamp(1.2rem, 4.5vw, 1.5rem); color: var(--c-gold); white-space: nowrap; }
.mobile-menu__ctas { display: grid; gap: 0.8rem; max-width: 22rem; }
.mobile-menu__note { margin-top: 2rem; color: var(--c-cream-dim); font-size: 0.9rem; }
/* staggered entrance when the overlay opens */
.mobile-menu:not([hidden]) .mobile-menu__links li { animation: mm-in 0.45s cubic-bezier(0.2, 0.7, 0.3, 1) both; }
.mobile-menu:not([hidden]) .mobile-menu__links li:nth-child(1) { animation-delay: 0.04s; }
.mobile-menu:not([hidden]) .mobile-menu__links li:nth-child(2) { animation-delay: 0.1s; }
.mobile-menu:not([hidden]) .mobile-menu__links li:nth-child(3) { animation-delay: 0.16s; }
.mobile-menu:not([hidden]) .mobile-menu__links li:nth-child(4) { animation-delay: 0.22s; }
.mobile-menu:not([hidden]) .mobile-menu__ctas { animation: mm-in 0.5s 0.28s cubic-bezier(0.2, 0.7, 0.3, 1) both; }
@keyframes mm-in { from { opacity: 0; transform: translateY(18px); } }

/* ==========================================================================
   Bands (section backgrounds) + grain
   ========================================================================== */
:root {
  --bg-green: radial-gradient(120% 90% at 70% 10%, var(--c-green-dusk) 0%, var(--c-green) 55%, var(--c-green-deep) 100%);
  --bg-terra: linear-gradient(160deg, var(--c-terra) 0%, var(--c-terra-deep) 70%, var(--c-red) 115%);
  --bg-deep: radial-gradient(110% 100% at 30% 0%, #123a22 0%, var(--c-green-deep) 60%, #0a2013 100%);
}
.band { position: relative; }
.band > .wrap, .band > .wrap--tight { position: relative; z-index: 2; }
.band--green { background-color: var(--c-green); background-image: var(--bg-green); color: var(--c-cream); }
.band--cream { background-color: var(--c-cream); color: var(--c-ink); }
.band--paper { background-color: var(--c-paper); color: var(--c-ink); }
.band--terra { background-color: var(--c-terra); background-image: var(--bg-terra); color: var(--c-cream); }
.band--deep { background-color: var(--c-green-deep); background-image: var(--bg-deep); color: var(--c-cream); }

/* ---- Brand pattern backgrounds (single full-frame layer per section) ----
   flor  = garden flowers, for green/terra bands (El Jardín = the garden)
   tile  = talavera diamond lattice, echoes the hand-tiled tables, for cream
   scale = fish-scale arcs for the Del Mar seafood band
   doily = punched papel-picado medallions for deep CTA bands            */
.band--green.pat-flor {
  background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='96' height='96'%3E%3Cg fill='%23F7E8C8' fill-opacity='.055'%3E%3Ccircle cx='24' cy='16.5' r='5'/%3E%3Ccircle cx='24' cy='31.5' r='5'/%3E%3Ccircle cx='16.5' cy='24' r='5'/%3E%3Ccircle cx='31.5' cy='24' r='5'/%3E%3Ccircle cx='72' cy='64.5' r='5'/%3E%3Ccircle cx='72' cy='79.5' r='5'/%3E%3Ccircle cx='64.5' cy='72' r='5'/%3E%3Ccircle cx='79.5' cy='72' r='5'/%3E%3C/g%3E%3Cg fill='%23E8B54B' fill-opacity='.09'%3E%3Ccircle cx='24' cy='24' r='2.6'/%3E%3Ccircle cx='72' cy='72' r='2.6'/%3E%3C/g%3E%3C/svg%3E"),
    var(--bg-green);
  background-size: 96px 96px, auto;
}
.band--terra.pat-flor {
  background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='96' height='96'%3E%3Cg fill='%23F7E8C8' fill-opacity='.055'%3E%3Ccircle cx='24' cy='16.5' r='5'/%3E%3Ccircle cx='24' cy='31.5' r='5'/%3E%3Ccircle cx='16.5' cy='24' r='5'/%3E%3Ccircle cx='31.5' cy='24' r='5'/%3E%3Ccircle cx='72' cy='64.5' r='5'/%3E%3Ccircle cx='72' cy='79.5' r='5'/%3E%3Ccircle cx='64.5' cy='72' r='5'/%3E%3Ccircle cx='79.5' cy='72' r='5'/%3E%3C/g%3E%3Cg fill='%23E8B54B' fill-opacity='.09'%3E%3Ccircle cx='24' cy='24' r='2.6'/%3E%3Ccircle cx='72' cy='72' r='2.6'/%3E%3C/g%3E%3C/svg%3E"),
    var(--bg-terra);
  background-size: 96px 96px, auto;
}
.band--cream.pat-tile, .band--paper.pat-tile {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='56' height='56'%3E%3Cpath d='M28 1 55 28 28 55 1 28Z' fill='none' stroke='%23B65A3A' stroke-opacity='.10' stroke-width='1.5'/%3E%3Ccircle cx='28' cy='28' r='1.8' fill='%23B65A3A' fill-opacity='.13'/%3E%3C/svg%3E");
  background-size: 56px 56px;
}
.band--terra.pat-scale {
  background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48'%3E%3Cg fill='none' stroke='%23F7E8C8' stroke-opacity='.09' stroke-width='1.5'%3E%3Cpath d='M0 16a12 12 0 0 1 24 0a12 12 0 0 1 24 0'/%3E%3Cpath d='M-12 40a12 12 0 0 1 24 0a12 12 0 0 1 24 0a12 12 0 0 1 24 0'/%3E%3C/g%3E%3C/svg%3E"),
    var(--bg-terra);
  background-size: 48px 48px, auto;
}
.band--deep.pat-doily {
  background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cg fill='none' stroke='%23F7E8C8' stroke-opacity='.055'%3E%3Ccircle cx='40' cy='40' r='16' stroke-dasharray='2 5'/%3E%3Ccircle cx='40' cy='40' r='24' stroke-dasharray='1 6'/%3E%3Ccircle cx='120' cy='120' r='16' stroke-dasharray='2 5'/%3E%3Ccircle cx='120' cy='120' r='24' stroke-dasharray='1 6'/%3E%3C/g%3E%3Cg fill='%23E8B54B' fill-opacity='.06'%3E%3Ccircle cx='40' cy='40' r='3'/%3E%3Ccircle cx='120' cy='120' r='3'/%3E%3C/g%3E%3C/svg%3E"),
    var(--bg-deep);
  background-size: 160px 160px, auto;
}
.band--grain::before {
  content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background-image: var(--grain); opacity: 0.07; background-size: 180px;
}
.band--green.band--grain::before, .band--terra.band--grain::before, .band--deep.band--grain::before { opacity: 0.1; }

/* Solid-color fades above a divider so gradient/pattern backgrounds always
   meet the next divider in one exact color (no seams at any zoom). */
.fade-b-green::after, .fade-b-deep::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 140px;
  z-index: 1; pointer-events: none;
}
.fade-b-green::after { background: linear-gradient(180deg, rgba(20, 65, 38, 0) 0%, #144126 92%); }
.fade-b-deep::after { background: linear-gradient(180deg, rgba(13, 46, 27, 0) 0%, #0d2e1b 92%); }
.fade-b-terra::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 140px;
  z-index: 1; pointer-events: none;
  background: linear-gradient(180deg, rgba(156, 69, 38, 0) 0%, #9c4526 92%);
}

.fine { font-size: 0.88rem; }
.fine a { color: inherit; }

/* ==========================================================================
   Dividers — each sits at the TOP of its section, filled with the color of
   the PREVIOUS section, overlapping 1px upward so no hairline can appear.
   ========================================================================== */
:root { --divp-h: 64px; --divw-h: clamp(42px, 7vw, 92px); }
@media (max-width: 720px) { :root { --divp-h: 52px; } }
.divider {
  display: block; width: 100%; line-height: 0;
  position: absolute; top: -1px; left: 0; right: 0; z-index: 3;
  pointer-events: none;
}
.divider svg { display: block; width: 100%; }
.divider--wave svg { height: var(--divw-h); }
.divider--pattern svg { height: var(--divp-h); }
/* Sections that carry a top divider reserve room for it (rules below
   intentionally come after the per-section padding declarations). */

/* Ribbon banner divider (centered, overlaps the seam) */
.ribbon-seam { position: relative; height: 0; z-index: 6; }
.ribbon-seam svg {
  position: absolute; left: 50%; top: 0; transform: translate(-50%, -50%);
  width: min(460px, 78vw); height: auto; display: block;
  filter: drop-shadow(0 10px 18px rgba(22, 22, 22, 0.25));
}

/* ==========================================================================
   Hero
   ========================================================================== */
.hero { overflow: hidden; padding: clamp(2.5rem, 6vw, 5rem) 0 0; }
.hero__grid {
  display: grid; grid-template-columns: minmax(0, 6.2fr) minmax(0, 5.4fr);
  gap: clamp(1.5rem, 4vw, 3.5rem); align-items: center;
  padding-bottom: clamp(2.5rem, 5vw, 4.5rem);
}
.hero__overline { color: var(--c-gold); margin-bottom: 1.1rem; }
.hero__title {
  font-size: clamp(2.7rem, 6.4vw, 4.9rem); font-weight: 900; letter-spacing: -0.01em;
  margin-bottom: 1.1rem; text-wrap: balance;
}
.hero__title em {
  font-style: italic; color: var(--c-gold); font-weight: 700;
  position: relative; white-space: nowrap;
}
.hero__title em svg {
  position: absolute; left: 2%; right: 2%; bottom: -0.12em; width: 96%; height: 0.22em;
  color: var(--c-terra);
}
.hero__lede { font-size: clamp(1.05rem, 1.6vw, 1.2rem); max-width: 34rem; color: var(--c-cream-dim); }
.hero__ctas { display: flex; flex-wrap: wrap; gap: 0.9rem; margin: 1.6rem 0 1.4rem; }
.hero__quicklinks { display: flex; flex-wrap: wrap; gap: 1.4rem; font-size: 0.95rem; }
.hero__quicklinks a { color: var(--c-cream); text-decoration: none; font-weight: 700; display: inline-flex; gap: 0.45rem; align-items: center; }
.hero__quicklinks a:hover { color: var(--c-gold); }
.hero__quicklinks svg { width: 1rem; height: 1rem; color: var(--c-gold); }

.hero__chips { display: flex; flex-wrap: wrap; gap: 0.6rem; margin-top: 1.7rem; }
.chip {
  display: inline-flex; align-items: center; gap: 0.4rem;
  border: 1px solid rgba(247, 232, 200, 0.35); color: var(--c-cream-dim);
  font-size: 0.83rem; font-weight: 600; padding: 0.35rem 0.85rem; border-radius: 999px;
}
.chip strong { color: var(--c-gold); font-weight: 800; }

/* Plate composition */
.hero__stage { position: relative; min-height: clamp(320px, 38vw, 520px); }
.hero__arch {
  position: absolute; inset: 4% 6% 0 10%;
  background: radial-gradient(120% 100% at 50% 20%, rgba(232, 181, 75, 0.34), rgba(232, 181, 75, 0.08) 60%, transparent 75%);
  border: 2px solid rgba(232, 181, 75, 0.35);
  border-radius: 45% 45% 8px 8px / 58% 58% 8px 8px;
}
.hero__plate {
  position: relative; z-index: 2; width: 108%; max-width: none; margin-left: -4%;
  transform: rotate(-3deg);
  filter: drop-shadow(0 34px 30px rgba(10, 26, 16, 0.55));
}
.hero__drink {
  position: absolute; z-index: 3; left: -6%; bottom: -8%; width: 26%;
  transform: rotate(5deg);
  filter: drop-shadow(0 22px 22px rgba(10, 26, 16, 0.5));
}
.hero__sticker {
  position: absolute; z-index: 4; left: 2%; bottom: -13%;
  font-family: var(--f-hand); font-size: clamp(1.15rem, 1.9vw, 1.5rem); color: var(--c-gold);
  transform: rotate(-6deg); white-space: nowrap;
}
.hero__seal {
  position: absolute; z-index: 4; right: -2%; top: -5%;
  width: clamp(92px, 10vw, 128px); height: auto;
  animation: seal-spin 26s linear infinite;
  filter: drop-shadow(0 8px 16px rgba(10, 26, 16, 0.45));
}
@keyframes seal-spin { to { transform: rotate(360deg); } }

/* ==========================================================================
   Section headers & ornaments
   ========================================================================== */
.section-head { max-width: 46rem; margin-bottom: clamp(1.8rem, 3.5vw, 2.8rem); }
.section-head--center { margin-inline: auto; text-align: center; }
.section-head--center .overline { justify-content: center; }
.section-head--center .overline::before { display: none; }
.section-head .overline { color: var(--c-terra); }
.band--green .section-head .overline, .band--deep .section-head .overline, .band--terra .section-head .overline { color: var(--c-gold); }
.section-head h2 { font-size: clamp(2rem, 4.4vw, 3.2rem); font-weight: 900; text-wrap: balance; }
.section-head p { color: var(--c-ink-dim); font-size: 1.08rem; }
.band--green .section-head p, .band--deep .section-head p, .band--terra .section-head p { color: var(--c-cream-dim); }

.flourish { display: flex; justify-content: center; margin-bottom: 0.9rem; color: var(--c-terra); }
.band--green .flourish, .band--deep .flourish, .band--terra .flourish { color: var(--c-gold); }
.flourish svg { width: 120px; height: 22px; }

/* Leaf sprigs flanking centered overlines (mask = takes the text color) */
.section-head--center .overline::before, .section-head--center .overline::after {
  content: ""; display: inline-block; width: 2.6rem; height: 1.05rem;
  background: currentColor; opacity: 0.75;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 44 17'%3E%3Cpath d='M0 9.5h12' stroke='%23000' stroke-width='1.6'/%3E%3Cpath d='M15 9.5C17 4 21.5 2.4 25 4.2c-1 4.4-5.5 6.6-10 5.3Z'/%3E%3Cpath d='M25 8.4c2.4-4.6 6.6-5.6 9.8-3.6-1.2 4-5.4 5.8-9.8 3.6Z' opacity='.85'/%3E%3Cpath d='M15 10.5c2 5.5 6.5 7.1 10 5.3-1-4.4-5.5-6.6-10-5.3Z' opacity='.7'/%3E%3Cpath d='M34 9.5h10' stroke='%23000' stroke-width='1.6'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 44 17'%3E%3Cpath d='M0 9.5h12' stroke='%23000' stroke-width='1.6'/%3E%3Cpath d='M15 9.5C17 4 21.5 2.4 25 4.2c-1 4.4-5.5 6.6-10 5.3Z'/%3E%3Cpath d='M25 8.4c2.4-4.6 6.6-5.6 9.8-3.6-1.2 4-5.4 5.8-9.8 3.6Z' opacity='.85'/%3E%3Cpath d='M15 10.5c2 5.5 6.5 7.1 10 5.3-1-4.4-5.5-6.6-10-5.3Z' opacity='.7'/%3E%3Cpath d='M34 9.5h10' stroke='%23000' stroke-width='1.6'/%3E%3C/svg%3E") center / contain no-repeat;
}
.section-head--center .overline::after { transform: scaleX(-1); }

/* Double-rule + diamond flourish under centered section titles */
.section-head--center h2::after {
  content: ""; display: block; width: min(190px, 50vw); height: 11px;
  margin: 0.65rem auto 0; background: var(--c-terra); opacity: 0.85;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 190 11'%3E%3Cpath d='M0 4.5h74M116 4.5h74M0 8h74M116 8h74' stroke='%23000' stroke-width='1.4'/%3E%3Cpath d='M95 0l7.5 5.5L95 11l-7.5-5.5Z'/%3E%3Ccircle cx='81' cy='5.5' r='1.6'/%3E%3Ccircle cx='109' cy='5.5' r='1.6'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 190 11'%3E%3Cpath d='M0 4.5h74M116 4.5h74M0 8h74M116 8h74' stroke='%23000' stroke-width='1.4'/%3E%3Cpath d='M95 0l7.5 5.5L95 11l-7.5-5.5Z'/%3E%3Ccircle cx='81' cy='5.5' r='1.6'/%3E%3Ccircle cx='109' cy='5.5' r='1.6'/%3E%3C/svg%3E") center / contain no-repeat;
}
.band--green .section-head--center h2::after, .band--deep .section-head--center h2::after, .band--terra .section-head--center h2::after { background: var(--c-gold); }

/* ---- Section texture: warm aged-paper / dim-room vignettes ---- */
.band--cream, .band--paper { box-shadow: inset 0 0 150px rgba(128, 78, 40, 0.09); }
.band--green, .band--deep { box-shadow: inset 0 0 180px rgba(0, 0, 0, 0.33); }
.band--terra { box-shadow: inset 0 0 160px rgba(58, 20, 8, 0.28); }

/* ---- Full-frame photographic section backgrounds (from the asset folder) ---- */
.bg-order {
  background-image: linear-gradient(rgba(11, 30, 19, 0.93), rgba(11, 30, 19, 0.89)), url("../img/interior-booths.webp") !important;
  background-size: cover !important; background-position: center;
}
.bg-cta {
  background-image: linear-gradient(rgba(9, 28, 17, 0.9), rgba(9, 28, 17, 0.87)), url("../img/drink-flight.webp") !important;
  background-size: cover !important; background-position: center 30%;
}
.bg-menu-hero {
  background-image: linear-gradient(rgba(12, 34, 21, 0.9), rgba(12, 34, 21, 0.86)), url("../img/stock-fajitas.webp") !important;
  background-size: cover !important; background-position: center;
}
.bg-about-hero {
  background-image: linear-gradient(rgba(12, 34, 21, 0.88), rgba(12, 34, 21, 0.84)), url("../img/facade-night.webp") !important;
  background-size: cover !important; background-position: center 60%;
}
.bg-contact-hero {
  background-image: linear-gradient(rgba(12, 34, 21, 0.9), rgba(12, 34, 21, 0.86)), url("../img/patio-margarita.webp") !important;
  background-size: cover !important; background-position: center 40%;
}
.bg-drinks {
  background-image: linear-gradient(rgba(11, 30, 19, 0.92), rgba(11, 30, 19, 0.88)), url("../img/bar-glasses.webp") !important;
  background-size: cover !important; background-position: center 30%;
}

/* ---- Fiesta panel backgrounds (single cropped panels, never contact sheets) ---- */
.bg-fiesta-contact, .bg-fiesta-gallery {
  background-color: var(--c-cream);
  background-repeat: no-repeat, no-repeat;
  background-position: top center;
}
.bg-fiesta-contact {
  background-image: linear-gradient(180deg, rgba(247, 232, 200, 0.55) 0%, rgba(247, 232, 200, 0.9) 52%, #f7e8c8 78%), url("../img/fiesta-courtyard.webp");
  background-size: auto, 100% auto;
}
.bg-fiesta-gallery {
  background-image: linear-gradient(180deg, rgba(247, 232, 200, 0.62) 0%, rgba(247, 232, 200, 0.93) 55%, #f7e8c8 82%), url("../img/fiesta-banners.webp");
  background-size: auto, 100% auto;
}
.bg-fiesta-reviews {
  background-color: var(--c-paper);
  background-image: linear-gradient(rgba(251, 241, 218, 0.955), rgba(251, 241, 218, 0.955)), url("../img/fiesta-quatrefoil.webp");
  background-size: auto, cover;
}
.bg-fiesta-faq {
  background-color: var(--c-paper);
  background-image: linear-gradient(rgba(251, 241, 218, 0.88), rgba(251, 241, 218, 0.9)), url("../img/fiesta-confetti.webp");
  background-size: auto, 480px;
  background-repeat: no-repeat, repeat;
}
.bg-fiesta-sea {
  background-color: var(--c-terra);
  background-image: linear-gradient(rgba(156, 69, 38, 0.52), rgba(156, 69, 38, 0.64)), url("../img/fiesta-confetti-terra.webp");
  background-size: auto, 560px;
  background-repeat: no-repeat, repeat;
}
.bg-fiesta-combos {
  background-color: var(--c-cream);
  background-image: linear-gradient(rgba(247, 232, 200, 0.9), rgba(247, 232, 200, 0.92)), url("../img/fiesta-talavera.webp");
  background-size: auto, cover;
}

/* ---- Dish parade (marquee of house-plate cutouts) ---- */
.dish-parade { overflow: hidden; padding: 1.7rem 0 2rem; }
.dish-parade__title { text-align: center; color: var(--c-terra); font-size: 1.4rem; margin: 0 0 0.7rem; }
/* "Cantina stage" variant — plates march across the fiesta stage panel */
.dish-parade--stage {
  background-color: var(--c-green-deep);
  background-image: linear-gradient(rgba(9, 28, 17, 0.42), rgba(9, 28, 17, 0.55)), url("../img/fiesta-cantina.webp");
  background-size: auto, cover;
  background-position: center;
  border-top: 3px solid var(--c-gold);
  padding: 2.1rem 0 2.4rem;
}
.dish-parade--stage .dish-parade__title { color: var(--c-gold); }
.dish-parade--stage figcaption { color: var(--c-cream) !important; }
.dish-parade--stage img { filter: drop-shadow(0 16px 14px rgba(0, 0, 0, 0.55)); }
.dish-parade__track {
  display: flex; align-items: flex-end; gap: clamp(2.2rem, 4.5vw, 4rem);
  width: max-content; animation: parade 75s linear infinite;
}
.dish-parade:hover .dish-parade__track { animation-play-state: paused; }
.dish-parade figure { margin: 0; text-align: center; flex: none; }
.dish-parade img {
  height: clamp(92px, 12vw, 150px); width: auto;
  filter: drop-shadow(0 14px 12px rgba(70, 34, 12, 0.3));
}
.dish-parade figcaption { font-family: var(--f-hand); font-weight: 600; color: var(--c-terra); font-size: 1.18rem; margin-top: 0.45rem; }
@keyframes parade { to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) {
  .dish-parade { overflow-x: auto; }
  .dish-parade__track { animation: none; }
}

/* ---- Bar lineup (drink cutouts on a shelf) ---- */
.bar-lineup {
  position: relative; display: flex; align-items: flex-end; justify-content: center;
  gap: clamp(0.5rem, 1.6vw, 1.3rem); padding-bottom: 1.9rem;
}
.bar-lineup::before {
  content: ""; position: absolute; left: 6%; right: 6%; bottom: 1.1rem; height: 18px;
  background: radial-gradient(50% 100% at 50% 50%, rgba(0, 0, 0, 0.55), transparent 75%);
}
.bar-lineup::after {
  content: ""; position: absolute; left: 3%; right: 3%; bottom: 1.7rem; height: 3px;
  background: linear-gradient(90deg, transparent, rgba(232, 181, 75, 0.8) 18%, rgba(232, 181, 75, 0.8) 82%, transparent);
  border-radius: 2px;
}
.bar-lineup img { position: relative; z-index: 1; width: auto; filter: drop-shadow(0 16px 14px rgba(0, 0, 0, 0.55)); }
.bar-lineup figcaption, .bar-lineup__note {
  position: absolute; right: 2%; top: -1.4rem; transform: rotate(4deg);
  font-family: var(--f-hand); font-weight: 600; color: var(--c-gold); font-size: clamp(1.15rem, 1.8vw, 1.45rem);
}

/* ---- Menu-page photo snapshots (generated food photography) ---- */
.menu-cat__snap {
  position: absolute; right: 3%; bottom: 2.5rem; z-index: 2; pointer-events: none;
  width: clamp(150px, 17vw, 225px);
  border: 7px solid #fffdf6; border-radius: 10px;
  box-shadow: 0 18px 30px -14px rgba(22, 22, 22, 0.5);
  transform: rotate(3deg);
}
.menu-cat__snap--b { right: 20%; bottom: 3.5rem; transform: rotate(-4deg); width: clamp(130px, 14vw, 195px); }
.menu-cat__snap--top { bottom: auto; top: clamp(4.2rem, 8vw, 6.5rem); }
.has-snap { padding-bottom: clamp(10rem, 18vw, 13rem); }

/* ==========================================================================
   Menu board (carousel + feature panel)
   ========================================================================== */
.board-section {
  padding: clamp(3.2rem, 6vw, 5.5rem) 0 clamp(3.5rem, 7vw, 6rem);
  /* Full-frame brand background (single image) under a cream wash for legibility */
  background: linear-gradient(rgba(247, 232, 200, 0.82), rgba(247, 232, 200, 0.74)),
    url("../img/bg-picado.webp") center / cover no-repeat;
}
/* Image-backed section meets the next divider in one exact color */
.fade-b-cream::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 120px;
  z-index: 1; pointer-events: none;
  background: linear-gradient(180deg, rgba(247, 232, 200, 0) 0%, #f7e8c8 88%);
}
.fade-b-paper::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 120px;
  z-index: 1; pointer-events: none;
  background: linear-gradient(180deg, rgba(251, 241, 218, 0) 0%, #fbf1da 88%);
}
.board {
  display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
  background:
    radial-gradient(140% 120% at 20% 0%, #26261f 0%, var(--c-ink) 55%, #0e0e0c 100%);
  border-radius: 26px;
  border: 10px solid var(--c-green-deep);
  outline: 2px solid rgba(232, 181, 75, 0.5); outline-offset: -14px;
  box-shadow: var(--shadow-lift);
  color: var(--c-cream); overflow: hidden;
  padding: clamp(1.4rem, 3vw, 2.6rem);
  gap: clamp(1.2rem, 3vw, 2.4rem);
}
.board__stage { position: relative; display: grid; place-items: center; min-height: 300px; }
.board__stage img {
  grid-area: 1 / 1; width: 92%;
  opacity: 0; transform: scale(0.94) rotate(-2deg);
  transition: opacity 0.45s ease, transform 0.45s ease;
  filter: drop-shadow(0 26px 26px rgba(0, 0, 0, 0.55));
}
.board__stage img.is-active { opacity: 1; transform: scale(1) rotate(0deg); }
.board__caption {
  position: absolute; left: 50%; bottom: -0.4rem; transform: translateX(-50%) rotate(-2deg);
  font-family: var(--f-hand); font-size: clamp(1.25rem, 2vw, 1.6rem); color: var(--c-gold);
  white-space: nowrap;
}
.board__menu h3 {
  font-family: var(--f-hand); font-weight: 600; color: var(--c-gold);
  font-size: clamp(1.6rem, 2.6vw, 2.1rem); margin-bottom: 0.4rem;
  transform: rotate(-1deg);
}
.board__list { display: grid; }
.board__item {
  display: block; width: 100%; text-align: left; background: none; border: 0;
  color: var(--c-cream); padding: 0.85rem 0.6rem;
  border-bottom: 1px dashed rgba(247, 232, 200, 0.25);
  border-radius: 8px;
  transition: background-color 0.2s ease;
}
.board__item:last-child { border-bottom: 0; }
.board__item:hover { background: rgba(247, 232, 200, 0.07); }
.board__item.is-active { background: rgba(232, 181, 75, 0.12); }
.board__item-name {
  display: flex; align-items: baseline; gap: 0.6rem;
  font-family: var(--f-display); font-weight: 700; font-size: 1.18rem;
}
.board__item-name::after { content: ""; flex: 1; border-bottom: 2px dotted rgba(247, 232, 200, 0.35); transform: translateY(-4px); }
.board__item.is-active .board__item-name { color: var(--c-gold); }
.board__item-desc { display: block; font-size: 0.92rem; color: var(--c-cream-dim); margin-top: 0.15rem; }
.board__foot { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem; margin-top: 1.4rem; padding: 0 0.6rem; }
.board__foot .fine { font-size: 0.85rem; color: var(--c-cream-dim); margin: 0; }

/* ==========================================================================
   Seafood band
   ========================================================================== */
.sea-section { padding: clamp(3rem, 6vw, 5rem) 0 clamp(3.4rem, 7vw, 5.6rem); }
.sea-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(1.6rem, 4vw, 3.4rem); align-items: center; }
.sea-fig { position: relative; margin: 0; }
.sea-fig img { transform: rotate(2deg); filter: drop-shadow(0 30px 28px rgba(90, 26, 12, 0.5)); }
.sea-fig figcaption {
  position: absolute; right: 4%; bottom: -6%; transform: rotate(-4deg);
  font-family: var(--f-hand); font-size: clamp(1.2rem, 2vw, 1.5rem); color: var(--c-cream);
}
.sea-list { display: flex; flex-wrap: wrap; gap: 0.6rem; margin: 1.4rem 0 1.8rem; }
.sea-list li {
  border: 1px solid rgba(247, 232, 200, 0.45); border-radius: 999px;
  padding: 0.45rem 1rem; font-weight: 700; font-size: 0.95rem;
  background: rgba(22, 22, 22, 0.12);
}
.sea-list li.is-hot::after { content: " 🌶"; }

/* ==========================================================================
   Story teaser (editorial)
   ========================================================================== */
.story-section { padding: clamp(5rem, 9vw, 7.5rem) 0 clamp(3.2rem, 6vw, 5rem); }
.story-grid { display: grid; grid-template-columns: minmax(0, 5.4fr) minmax(0, 6fr); gap: clamp(2rem, 5vw, 4rem); align-items: center; }
.story-media { position: relative; }
.story-media__arch {
  width: 86%; border-radius: 50% 50% 12px 12px / 34% 34% 12px 12px;
  overflow: hidden; border: 8px solid var(--c-green);
  box-shadow: var(--shadow-lift);
}
.story-media__arch img { width: 100%; height: 100%; object-fit: cover; }
.story-media__polaroid {
  position: absolute; right: -2%; bottom: -9%; width: 46%;
  background: #fff; padding: 3.5% 3.5% 9%;
  transform: rotate(5deg); box-shadow: 0 18px 34px -14px rgba(22, 22, 22, 0.5);
}
.story-media__polaroid span {
  position: absolute; left: 0; right: 0; bottom: 1.5%; text-align: center;
  font-family: var(--f-hand); font-size: clamp(0.95rem, 1.6vw, 1.3rem); color: var(--c-ink);
}
.story-stats {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 0.5rem;
  position: relative; padding: 1.4rem 1.6rem; margin: 1.8rem 0 1.6rem; max-width: 33rem;
}
/* corner brackets */
.story-stats::before, .story-stats::after,
.story-stats > .bracket::before, .story-stats > .bracket::after {
  content: ""; position: absolute; width: 26px; height: 26px; border: 3px solid var(--c-terra);
}
.story-stats::before { top: 0; left: 0; border-right: 0; border-bottom: 0; border-radius: 6px 0 0 0; }
.story-stats::after { top: 0; right: 0; border-left: 0; border-bottom: 0; border-radius: 0 6px 0 0; }
.story-stats > .bracket { position: absolute; inset: 0; pointer-events: none; }
.story-stats > .bracket::before { bottom: 0; left: 0; border-right: 0; border-top: 0; border-radius: 0 0 0 6px; }
.story-stats > .bracket::after { bottom: 0; right: 0; border-left: 0; border-top: 0; border-radius: 0 0 6px 0; }
.story-stat { text-align: center; }
.story-stat strong { display: block; font-family: var(--f-display); font-weight: 900; font-size: clamp(1.7rem, 3vw, 2.3rem); color: var(--c-green); }
.story-stat span { font-size: 0.85rem; color: var(--c-ink-dim); }

/* ==========================================================================
   Ordering tickets
   ========================================================================== */
.order-section { padding: clamp(3.4rem, 7vw, 6rem) 0; }
.order-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(1.1rem, 2.5vw, 1.8rem); margin-top: 1rem; }
.ticket {
  position: relative; background: var(--c-cream); color: var(--c-ink);
  border-radius: 18px; padding: 1.9rem 1.7rem 1.7rem;
  box-shadow: 0 22px 38px -20px rgba(6, 20, 12, 0.8);
  display: flex; flex-direction: column; gap: 0.4rem;
  background-image: var(--grain); background-size: 180px;
}
.ticket::before, .ticket::after {
  content: ""; position: absolute; top: 50%; width: 26px; height: 26px; border-radius: 50%;
  background: var(--ticket-notch, var(--c-green)); transform: translateY(-50%);
}
.ticket::before { left: -14px; }
.ticket::after { right: -14px; }
.ticket__tag {
  align-self: flex-start; font-family: var(--f-label); font-size: 0.86rem; font-weight: 800; letter-spacing: 0.18em;
  text-transform: lowercase; color: var(--c-cream); background: var(--c-terra);
  border-radius: 6px; padding: 0.22rem 0.7rem; margin-bottom: 0.7rem;
}
.ticket h3 { font-size: 1.55rem; font-weight: 900; margin-bottom: 0.3rem; }
.ticket p { color: var(--c-ink-dim); font-size: 0.98rem; flex: 1; }
.ticket .btn, .ticket .text-link { align-self: flex-start; }
.order-section__art { position: relative; }
.order-section__takeout {
  position: absolute; right: -1%; top: -4.6rem; width: clamp(150px, 17vw, 240px);
  transform: rotate(6deg); z-index: 3;
  filter: drop-shadow(0 20px 22px rgba(6, 20, 12, 0.55));
}

/* ==========================================================================
   Gallery filmstrip
   ========================================================================== */
.gallery-section { padding: clamp(3.2rem, 6.5vw, 5.4rem) 0 clamp(2.6rem, 5vw, 4rem); overflow: hidden; }
.filmstrip {
  display: flex; gap: clamp(1.1rem, 2.4vw, 1.9rem);
  overflow-x: auto; scroll-snap-type: x mandatory;
  padding: 1.6rem max(calc((100vw - var(--wrap)) / 2), 1.25rem) 2.2rem;
  scrollbar-width: thin; scrollbar-color: var(--c-terra) transparent;
}
.filmstrip::-webkit-scrollbar { height: 8px; }
.filmstrip::-webkit-scrollbar-thumb { background: var(--c-terra); border-radius: 4px; }
.filmstrip__frame {
  flex: 0 0 auto; width: clamp(230px, 26vw, 320px); scroll-snap-align: center;
  background: #fff; padding: 0.8rem 0.8rem 2.6rem; position: relative;
  box-shadow: 0 16px 30px -14px rgba(22, 22, 22, 0.4);
  transform: rotate(var(--tilt, -2deg));
  transition: transform 0.25s ease;
}
.filmstrip__frame:nth-child(even) { --tilt: 2deg; }
.filmstrip__frame:hover { transform: rotate(0deg) translateY(-6px); }
.filmstrip__frame img { aspect-ratio: 4 / 5; object-fit: cover; width: 100%; }
.filmstrip__frame figcaption {
  position: absolute; left: 0; right: 0; bottom: 0.55rem; text-align: center;
  font-family: var(--f-hand); font-size: 1.15rem; color: var(--c-ink);
}
.gallery-hint { text-align: center; font-size: 0.9rem; color: var(--c-ink-dim); }
.gallery-hint svg { width: 1.4rem; height: 0.85rem; vertical-align: -2px; color: var(--c-terra); }

/* ==========================================================================
   Reviews (Google themes — no fabricated quotes)
   ========================================================================== */
.reviews-section { padding: clamp(2.4rem, 5vw, 4rem) 0 clamp(3rem, 6vw, 5rem); }
.reviews-grid { display: grid; grid-template-columns: minmax(0, 4.4fr) minmax(0, 7fr); gap: clamp(1.8rem, 4vw, 3.2rem); align-items: center; }
.rating-card {
  background: var(--c-green); color: var(--c-cream); border-radius: 22px;
  padding: 2.2rem 2rem; text-align: center; box-shadow: var(--shadow-lift);
  position: relative; overflow: hidden;
}
.rating-card::after {
  content: "\2740"; position: absolute; right: -1.4rem; bottom: -2.4rem;
  font-size: 9rem; color: rgba(232, 181, 75, 0.14); line-height: 1;
}
.rating-card__num { font-family: var(--f-display); font-weight: 900; font-size: 4.4rem; line-height: 1; color: var(--c-gold); }
.rating-card__stars { color: var(--c-gold); font-size: 1.3rem; letter-spacing: 0.2em; margin: 0.4rem 0 0.3rem; }
.rating-card p { color: var(--c-cream-dim); font-size: 0.95rem; margin-bottom: 1.2rem; }
.rating-card__alt {
  display: inline-block; margin: -0.3rem 0 1.2rem; padding: 0.3rem 0.9rem;
  border: 1px solid rgba(232, 181, 75, 0.4); border-radius: 999px;
  font-size: 0.9rem; position: relative; z-index: 1;
}
.rating-card__alt strong { color: var(--c-gold); }
.rating-card__links { display: flex; flex-direction: column; align-items: center; gap: 0.7rem; position: relative; z-index: 1; }
.rating-card__links .text-link { color: var(--c-gold); }
.review-theme { border-left: 4px solid var(--c-gold); padding: 0.35rem 0 0.35rem 1.2rem; margin-bottom: 1.15rem; }
.review-theme:last-child { margin-bottom: 0; }
.review-theme h3 { font-size: 1.3rem; font-weight: 700; margin-bottom: 0.25rem; }
.review-theme p { color: var(--c-ink-dim); margin: 0; font-size: 1rem; }

/* ==========================================================================
   FAQ
   ========================================================================== */
.faq-section { padding: clamp(2.4rem, 5vw, 4rem) 0 clamp(3.6rem, 7vw, 6rem); }
.faq { border-top: 2px solid rgba(22, 22, 22, 0.15); }
.faq details { border-bottom: 2px solid rgba(22, 22, 22, 0.15); }
.faq summary {
  list-style: none; display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  padding: 1.15rem 0.3rem; cursor: pointer;
  font-family: var(--f-display); font-weight: 700; font-size: 1.22rem;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "+"; flex: none; display: grid; place-items: center;
  width: 1.9rem; height: 1.9rem; border-radius: 50%;
  border: 2px solid var(--c-terra); color: var(--c-terra);
  font-family: var(--f-body); font-weight: 700; font-size: 1.2rem;
  transition: transform 0.25s ease, background-color 0.2s ease, color 0.2s ease;
}
.faq details[open] summary::after { content: "–"; background: var(--c-terra); color: var(--c-cream); }
.faq summary:hover { color: var(--c-terra); }
.faq .faq__body { padding: 0 0.3rem 1.3rem; color: var(--c-ink-dim); max-width: 46rem; }

/* ==========================================================================
   CTA banner + location
   ========================================================================== */
.cta-section { padding: clamp(3.6rem, 7vw, 6rem) 0 clamp(3rem, 6vw, 5rem); overflow: hidden; }
.cta-banner { display: grid; grid-template-columns: minmax(0, 6fr) minmax(0, 5.4fr); gap: clamp(1.6rem, 4vw, 3rem); align-items: center; }
.cta-banner h2 { font-size: clamp(2.3rem, 5vw, 3.6rem); font-weight: 900; text-wrap: balance; }
.cta-banner__photo { position: relative; border-radius: 20px; overflow: hidden; box-shadow: var(--shadow-lift); transform: rotate(2deg); }
.cta-banner__photo img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; }
.cta-banner__photo::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(13, 46, 27, 0.25) 0%, transparent 35%, transparent 70%, rgba(13, 46, 27, 0.45) 100%);
}

.location-grid { display: grid; grid-template-columns: minmax(0, 6.6fr) minmax(0, 4.8fr); gap: clamp(1.4rem, 3vw, 2.4rem); margin-top: clamp(2.4rem, 5vw, 4rem); }
.map-frame { position: relative; border-radius: 20px; overflow: hidden; border: 4px solid rgba(247, 232, 200, 0.25); box-shadow: var(--shadow-lift); min-height: 340px; }
.map-frame iframe { position: relative; z-index: 2; display: block; width: 100%; height: 100%; min-height: 340px; border: 0; }
/* Shows only if the embed fails to load (offline, blocked, etc.) */
.map-frame__fallback {
  position: absolute; inset: 0; z-index: 1;
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 0.5rem;
  background: linear-gradient(160deg, var(--c-green), var(--c-green-deep));
  color: var(--c-cream); text-decoration: none; text-align: center; padding: 1.5rem;
}
.map-frame__fallback svg { width: 2.2rem; height: 2.2rem; color: var(--c-gold); }
.map-frame__fallback strong { font-family: var(--f-display); font-size: 1.3rem; }
.map-frame__fallback span { color: var(--c-cream-dim); font-size: 0.95rem; }
.location-card { background: rgba(247, 232, 200, 0.07); border: 1px solid rgba(247, 232, 200, 0.22); border-radius: 20px; padding: 1.9rem 1.8rem; display: flex; flex-direction: column; gap: 1.1rem; }
.location-card h3 { font-size: 1.5rem; margin: 0; }
.location-row { display: flex; gap: 0.9rem; align-items: flex-start; }
.location-row svg { width: 1.15rem; height: 1.15rem; flex: none; color: var(--c-gold); margin-top: 0.2rem; }
.location-row p { margin: 0; color: var(--c-cream-dim); }
.location-row strong { color: var(--c-cream); display: block; }
.location-row a { color: var(--c-cream); }
.location-row a:hover { color: var(--c-gold); }
.location-card .btn { align-self: flex-start; }

/* ==========================================================================
   Footer
   ========================================================================== */
.site-footer { background: var(--c-ink-green); color: var(--c-cream-dim); position: relative; }
.picado--footer { line-height: 0; margin-top: -1px; }
.footer-marquee { overflow: hidden; border-block: 1px solid rgba(247, 232, 200, 0.14); margin-top: 0.6rem; }
.footer-marquee__track {
  display: flex; white-space: nowrap; width: max-content;
  font-family: var(--f-display); font-style: italic; font-size: 1.05rem;
  color: rgba(247, 232, 200, 0.5);
  padding: 0.55rem 0; animation: marquee 42s linear infinite;
}
@keyframes marquee { to { transform: translateX(-50%); } }
.site-footer__inner {
  width: min(var(--wrap), calc(100% - 2.5rem)); margin-inline: auto;
  display: grid; grid-template-columns: minmax(0, 4fr) minmax(0, 2.6fr) minmax(0, 2.6fr) minmax(0, 3fr);
  gap: clamp(1.8rem, 4vw, 3rem); padding: clamp(2.6rem, 5vw, 4rem) 0 2.2rem;
}
.site-footer__brand img { width: clamp(170px, 16vw, 220px); margin-bottom: 1rem; }
.site-footer__brand p { font-size: 0.98rem; max-width: 21rem; }
.site-footer__social { display: flex; gap: 0.7rem; margin-top: 1.1rem; }
.site-footer__social a {
  display: grid; place-items: center; width: 2.5rem; height: 2.5rem; border-radius: 50%;
  border: 1px solid rgba(247, 232, 200, 0.3); color: var(--c-cream);
  transition: background-color 0.2s ease, color 0.2s ease;
}
.site-footer__social a:hover { background: var(--c-gold); color: var(--c-ink); border-color: var(--c-gold); }
.site-footer__social svg { width: 1.15rem; height: 1.15rem; }
.site-footer__col h2 {
  font-size: 1.12rem; letter-spacing: 0.16em; text-transform: lowercase;
  color: var(--c-gold); font-family: var(--f-label); font-weight: 800; margin-bottom: 0.9rem;
  font-variation-settings: normal;
}
.site-footer__col p { font-size: 0.98rem; }
.site-footer__fine { font-size: 0.85rem; opacity: 0.75; }
.footer-link { display: block; color: var(--c-cream); text-decoration: none; font-weight: 700; margin-top: 0.55rem; }
.footer-link:hover { color: var(--c-gold); }
.site-footer__order { display: flex; flex-direction: column; align-items: flex-start; gap: 0.8rem; }
.site-footer__sitemap { display: flex; flex-wrap: wrap; gap: 0.4rem 1.1rem; margin-top: 0.9rem; }
.site-footer__sitemap a { color: var(--c-cream-dim); text-decoration: none; font-size: 0.9rem; }
.site-footer__sitemap a:hover { color: var(--c-gold); }
.site-footer__legal {
  border-top: 1px solid rgba(247, 232, 200, 0.14);
  display: flex; flex-wrap: wrap; justify-content: space-between; gap: 0.4rem 1.5rem;
  width: min(var(--wrap), calc(100% - 2.5rem)); margin-inline: auto;
  padding: 1.1rem 0 1.4rem; font-size: 0.85rem;
}
.site-footer__legal p { margin: 0; }
.site-footer__legal a { color: var(--c-cream); }

/* ==========================================================================
   Feature pages (molcajete / fajitas)
   ========================================================================== */
.steam { position: absolute; top: 2%; left: 52%; width: 0; z-index: 3; pointer-events: none; }
.steam i {
  position: absolute; bottom: 0; width: 16px; height: 16px; border-radius: 50%;
  background: rgba(247, 232, 200, 0.4); filter: blur(7px);
  animation: steam-up 3.4s ease-in infinite;
}
.steam i:nth-child(2) { left: -26px; animation-delay: 1.2s; }
.steam i:nth-child(3) { left: 22px; animation-delay: 2.1s; }
@keyframes steam-up {
  0% { transform: translateY(0) scale(0.7); opacity: 0; }
  25% { opacity: 0.85; }
  100% { transform: translateY(-110px) scale(1.7); opacity: 0; }
}
.page-hero.page-hero--big h1 { font-size: clamp(3.4rem, 9vw, 6.2rem); }
.feature-chips { display: flex; flex-wrap: wrap; gap: 0.6rem; margin-top: 1.5rem; }
.menu-cross {
  margin-top: 1.8rem; font-family: var(--f-hand); font-weight: 600;
  font-size: 1.35rem; color: var(--c-terra);
}
.menu-cross a { color: var(--c-green); text-decoration-color: var(--c-gold); text-decoration-thickness: 2px; text-underline-offset: 3px; }
.menu-cross a:hover { color: var(--c-terra); }
.nav-panel__pop {
  margin-top: 0.5rem; padding: 0.4rem 0.6rem 0;
  border-top: 1px dashed rgba(22, 22, 22, 0.28);
  font-family: var(--f-hand); font-weight: 600; font-size: 1.08rem; color: var(--c-terra);
}
.site-nav .nav-panel__pop a { color: var(--c-green); font-family: inherit; font-size: inherit; letter-spacing: 0; text-transform: none; padding: 0; display: inline; }
.site-nav .nav-panel__pop a::after { display: none; }
.site-nav .nav-panel__pop a:hover { color: var(--c-terra); }

/* ==========================================================================
   Sub-page hero
   ========================================================================== */
.page-hero { padding: clamp(2.6rem, 5vw, 4.2rem) 0 clamp(2.2rem, 4.5vw, 3.6rem); }
.page-hero h1 { font-size: clamp(2.6rem, 6vw, 4.2rem); font-weight: 900; margin-bottom: 0.5rem; text-wrap: balance; }
.page-hero__lede { max-width: 38rem; color: var(--c-cream-dim); font-size: 1.12rem; }
.page-hero .overline { color: var(--c-gold); margin-bottom: 0.9rem; }
.page-hero__ctas { display: flex; flex-wrap: wrap; gap: 0.9rem; margin-top: 1.5rem; }

/* ==========================================================================
   Menu page
   ========================================================================== */
.menu-note {
  display: flex; gap: 0.8rem; align-items: flex-start;
  background: rgba(232, 181, 75, 0.16); border: 1px solid rgba(182, 90, 58, 0.35);
  border-radius: 14px; padding: 0.95rem 1.2rem; max-width: 46rem; margin-top: 1.6rem;
}
.menu-note svg { width: 1.2rem; height: 1.2rem; flex: none; color: var(--c-terra); margin-top: 0.2rem; }
.menu-note p { margin: 0; font-size: 0.95rem; color: var(--c-cream); }
.band--cream .menu-note p, .band--paper .menu-note p { color: var(--c-ink-dim); }

.menu-cat { padding: clamp(2.4rem, 5vw, 3.6rem) 0; }
.menu-cat + .menu-cat { border-top: 0; }
.menu-cat__head { display: flex; align-items: baseline; gap: 1.2rem; flex-wrap: wrap; margin-bottom: 0.4rem; }
.menu-cat__head h2 { font-size: clamp(1.9rem, 3.6vw, 2.6rem); font-weight: 900; margin: 0; }
.menu-cat__head .hand { color: var(--c-terra); font-size: 1.35rem; }
.menu-cat__intro { color: var(--c-ink-dim); max-width: 44rem; margin-bottom: 1.6rem; }
.menu-items { columns: 2; column-gap: clamp(2rem, 5vw, 4rem); }
.menu-item { break-inside: avoid; padding: 0.65rem 0; }
.menu-item__name {
  display: flex; flex-wrap: wrap; align-items: baseline; gap: 0.35rem 0.6rem;
  font-family: var(--f-display); font-weight: 700; font-size: 1.16rem;
}
.menu-item__name::after { content: ""; flex: 1; order: 1; border-bottom: 2px dotted rgba(22, 22, 22, 0.3); transform: translateY(-4px); min-width: 1.5rem; }
.menu-item__price {
  flex: none; order: 2; font-family: var(--f-display); font-weight: 700;
  font-size: 1.02rem; color: var(--c-terra); font-variant-numeric: tabular-nums; white-space: nowrap;
}
.menu-item__name .pop {
  flex: none; font-family: var(--f-body); font-size: 0.68rem; font-weight: 800; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--c-cream); background: var(--c-red);
  padding: 0.14rem 0.5rem; border-radius: 999px; transform: translateY(-2px);
}
.menu-item__desc { font-size: 0.95rem; color: var(--c-ink-dim); margin: 0.15rem 0 0; }
.menu-cat__art { position: relative; height: 0; }
.menu-cat__art img { position: absolute; right: -2%; top: -5.4rem; width: clamp(150px, 16vw, 230px); transform: rotate(5deg); filter: drop-shadow(0 18px 20px rgba(22, 22, 22, 0.3)); z-index: 1; pointer-events: none; }
/* Keep menu copy above the decorative cutout art / photos so nothing covers the text */
.menu-cat__head, .menu-cat__intro, .menu-items, .menu-cross { position: relative; z-index: 3; }
.menu-divider { display: flex; justify-content: center; color: var(--c-terra); }
.menu-divider svg { width: min(360px, 70vw); height: 26px; }

/* ==========================================================================
   About page
   ========================================================================== */
.about-block { padding: clamp(2.8rem, 5.5vw, 4.6rem) 0; }
.about-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(2rem, 5vw, 4rem); align-items: center; }
.about-grid--flip > :first-child { order: 2; }
.about-fig { margin: 0; position: relative; }
.about-fig img { border-radius: 18px; box-shadow: var(--shadow-lift); }
.about-fig--arch img { border-radius: 48% 48% 14px 14px / 30% 30% 14px 14px; border: 8px solid var(--c-green); }
.about-fig figcaption { margin-top: 0.7rem; font-family: var(--f-hand); font-size: 1.25rem; color: var(--c-terra); text-align: center; }
.amenities { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0.9rem 1.4rem; margin-top: 1.4rem; }
.amenities li { display: flex; gap: 0.7rem; align-items: flex-start; font-weight: 600; }
.amenities svg { width: 1.2rem; height: 1.2rem; flex: none; color: var(--c-green); margin-top: 0.25rem; }
.band--green .amenities svg, .band--deep .amenities svg { color: var(--c-gold); }

/* ==========================================================================
   Contact page
   ========================================================================== */
.contact-section { padding: clamp(2.8rem, 5.5vw, 4.6rem) 0 clamp(3.4rem, 6vw, 5.4rem); }
.contact-grid { display: grid; grid-template-columns: minmax(0, 6.4fr) minmax(0, 5fr); gap: clamp(1.8rem, 4vw, 3rem); align-items: start; }
.form-card {
  background: #fffdf6; border-radius: 22px; padding: clamp(1.6rem, 3.4vw, 2.6rem);
  box-shadow: var(--shadow-lift); border-top: 8px solid var(--c-green);
}
.form-card h2 { font-size: 1.9rem; font-weight: 900; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.1rem; }
.form-field { display: flex; flex-direction: column; gap: 0.35rem; }
.form-field--full { grid-column: 1 / -1; }
.form-field label { font-weight: 700; font-size: 0.95rem; }
.form-field label .req { color: var(--c-red); }
.form-field input, .form-field select, .form-field textarea {
  font: inherit; color: var(--c-ink);
  border: 2px solid rgba(22, 22, 22, 0.2); border-radius: 12px;
  padding: 0.7rem 0.9rem; background: #fff;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.form-field input:focus, .form-field select:focus, .form-field textarea:focus {
  outline: none; border-color: var(--c-green); box-shadow: 0 0 0 4px rgba(20, 65, 38, 0.15);
}
.form-field textarea { resize: vertical; min-height: 8.5rem; }
.form-hp { position: absolute; left: -9999px; top: auto; width: 1px; height: 1px; overflow: hidden; }
.form-status { border-radius: 14px; padding: 1rem 1.2rem; margin-bottom: 1.4rem; font-weight: 600; }
.form-status--ok { background: rgba(20, 65, 38, 0.12); border: 2px solid var(--c-green); color: var(--c-green); }
.form-status--err { background: rgba(182, 58, 46, 0.1); border: 2px solid var(--c-red); color: var(--c-red); }
.form-status ul { list-style: disc; padding-left: 1.3rem; margin-top: 0.4rem; font-weight: 500; }
.contact-aside { display: flex; flex-direction: column; gap: 1.4rem; }
.info-card { background: var(--c-green); color: var(--c-cream); border-radius: 20px; padding: 1.7rem 1.6rem; }
.info-card--terra { background: linear-gradient(150deg, var(--c-terra), var(--c-terra-deep)); }
.info-card h3 { margin-bottom: 0.8rem; font-size: 1.35rem; }
.info-card p { color: var(--c-cream-dim); margin-bottom: 0.7rem; }
.info-card a.footer-link { margin-top: 0.2rem; }
.contact-map { margin-top: clamp(2.2rem, 4.5vw, 3.4rem); }

/* ==========================================================================
   Divider padding compensation (after all section padding rules so it wins)
   ========================================================================== */
.has-div--p { padding-top: calc(var(--divp-h) + clamp(2.4rem, 5vw, 4rem)); }
.has-div--w { padding-top: calc(var(--divw-h) + clamp(2.4rem, 5vw, 4rem)); }

/* ==========================================================================
   Lunch specials promo
   ========================================================================== */
.lunch-ticket {
  position: relative; display: grid; grid-template-columns: 1.15fr 0.85fr;
  gap: clamp(1.6rem, 4vw, 3rem); background: var(--c-green); color: var(--c-cream);
  border-radius: 22px; padding: clamp(1.8rem, 4vw, 3rem);
  box-shadow: var(--shadow-lift); overflow: hidden;
}
.lunch-ticket::before {
  content: ""; position: absolute; inset: 13px; border: 2px dashed rgba(232, 181, 75, 0.5);
  border-radius: 14px; pointer-events: none;
}
.lunch-ticket__body { position: relative; z-index: 1; }
.lunch-ticket .overline { color: var(--c-gold); }
.lunch-ticket h2 { color: var(--c-cream); font-size: clamp(2rem, 4.2vw, 2.9rem); margin: 0.2rem 0 0.6rem; }
.lunch-clock {
  display: inline-flex; align-items: center; gap: 0.45rem; font-family: var(--f-label);
  letter-spacing: 0.08em; text-transform: uppercase; font-size: 0.8rem; font-weight: 800;
  color: var(--c-green); background: var(--c-gold); padding: 0.4rem 0.9rem; border-radius: 999px;
}
.lunch-clock svg { width: 15px; height: 15px; }
.lunch-chips { display: flex; flex-wrap: wrap; gap: 0.5rem; margin: 1.15rem 0; }
.lunch-chips span {
  font-family: var(--f-label); font-size: 0.82rem; letter-spacing: 0.04em; color: var(--c-cream);
  background: rgba(247, 232, 200, 0.12); border: 1px solid rgba(247, 232, 200, 0.25);
  padding: 0.3rem 0.75rem; border-radius: 999px;
}
.lunch-tiers { position: relative; z-index: 1; display: flex; flex-direction: column; gap: 0.7rem; justify-content: center; }
.lunch-tier {
  display: flex; align-items: baseline; justify-content: space-between; gap: 1rem;
  background: rgba(247, 232, 200, 0.08); border: 1px solid rgba(247, 232, 200, 0.18);
  border-radius: 12px; padding: 0.7rem 1.1rem;
}
.lunch-tier span { font-family: var(--f-label); text-transform: uppercase; letter-spacing: 0.05em; font-size: 0.88rem; line-height: 1.15; }
.lunch-tier b { font-family: var(--f-display); font-weight: 800; font-size: 1.85rem; color: var(--c-gold); line-height: 1; white-space: nowrap; }
.lunch-tier--supreme { background: rgba(232, 181, 75, 0.16); border-color: rgba(232, 181, 75, 0.45); }
.lunch-note { margin-top: 1.1rem; font-size: 0.85rem; color: var(--c-ink-dim); text-align: center; }

/* ==========================================================================
   Instagram feed
   ========================================================================== */
.ig-head { display: flex; align-items: center; justify-content: center; gap: 1rem; flex-wrap: wrap; margin-bottom: 1.7rem; }
.ig-avatar { width: 56px; height: 56px; border-radius: 50%; background: var(--c-green); display: grid; place-items: center; border: 3px solid var(--c-gold); flex: none; }
.ig-avatar svg { width: 28px; height: 28px; color: var(--c-cream); }
.ig-handle { font-family: var(--f-display); font-weight: 800; font-size: 1.3rem; color: var(--c-ink); line-height: 1.1; }
.ig-handle span { display: block; font-family: var(--f-label); font-size: 0.78rem; letter-spacing: 0.06em; text-transform: uppercase; color: var(--c-ink-dim); font-weight: 600; }
.ig-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(0.5rem, 1.2vw, 0.9rem); }
.ig-tile { position: relative; display: block; aspect-ratio: 1; border-radius: 12px; overflow: hidden; box-shadow: 0 8px 20px -12px rgba(22, 22, 22, 0.5); }
.ig-tile img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.ig-tile::after { content: ""; position: absolute; inset: 0; background: linear-gradient(transparent 52%, rgba(13, 46, 27, 0.78)); opacity: 0; transition: opacity 0.35s ease; }
.ig-tile__icon { position: absolute; right: 0.6rem; bottom: 0.6rem; width: 22px; height: 22px; color: #fff; opacity: 0; transform: translateY(6px); transition: transform 0.35s ease, opacity 0.35s ease; z-index: 1; }
.ig-tile:hover img, .ig-tile:focus-visible img { transform: scale(1.06); }
.ig-tile:hover::after, .ig-tile:focus-visible::after, .ig-tile:hover .ig-tile__icon, .ig-tile:focus-visible .ig-tile__icon { opacity: 1; transform: none; }

/* ---- contact: big phone call-to-action ---- */
.contact-phone {
  display: inline-flex; align-items: center; gap: 0.6rem; margin: 0.4rem 0 0.2rem;
  font-family: var(--f-display); font-weight: 800; font-size: clamp(2rem, 5vw, 2.8rem);
  color: var(--c-green); line-height: 1; text-decoration: none;
}
.contact-phone svg { width: clamp(1.5rem, 3.5vw, 2rem); height: clamp(1.5rem, 3.5vw, 2rem); color: var(--c-terra); }
.contact-phone:hover { color: var(--c-terra); }

/* ---- vegetarian tag ---- */
.veg-tag {
  flex: none; font-family: var(--f-body); font-size: 0.64rem; font-weight: 800; letter-spacing: 0.08em;
  text-transform: uppercase; color: #2f6b34; background: #e4f0dd; padding: 0.14rem 0.5rem;
  border-radius: 999px; transform: translateY(-2px);
}

/* ==========================================================================
   Reveal animation
   ========================================================================== */
.js .reveal { opacity: 0; transform: translateY(26px); transition: opacity 0.7s ease, transform 0.7s ease; }
.js .reveal.is-in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .js .reveal { opacity: 1; transform: none; }
}

/* ==========================================================================
   Responsive
   ========================================================================== */
@media (max-width: 1080px) {
  .topstrip__hours { display: none; }
  .site-nav ul { gap: 1rem; }
  .hero__grid { grid-template-columns: 1fr; }
  .hero__stage { min-height: 0; margin-top: 1.4rem; max-width: 620px; margin-inline: auto; width: 100%; }
  .hero__plate { width: 100%; margin-left: 0; }
  .hero__seal { top: -9%; right: 0; }
  .board { grid-template-columns: 1fr; }
  .board__stage { min-height: 0; }
  .sea-grid, .reviews-grid, .cta-banner, .location-grid, .about-grid, .contact-grid { grid-template-columns: 1fr; }
  .about-grid--flip > :first-child { order: 0; }
  .order-grid { grid-template-columns: 1fr 1fr; }
  .order-grid .ticket:last-child { grid-column: 1 / -1; }
  .order-section__takeout { top: -3.4rem; }
  .site-footer__inner { grid-template-columns: 1fr 1fr; }
  .cta-banner__photo { max-width: 480px; }
  .menu-cat__art img { top: -4rem; }
  .lunch-ticket { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
  body { font-size: 1.02rem; }
  .topstrip { justify-content: center; }
  .topstrip__item:first-child { display: none; }
  .site-nav { display: none; }
  .nav-toggle { display: inline-flex; }
  .ig-grid { grid-template-columns: repeat(2, 1fr); }
  .ig-head { flex-direction: column; text-align: center; gap: 0.7rem; }
  .icon-pill { display: none; }
  .brand-tab { padding: 0.6rem 0.85rem 0.8rem; }
  .site-header__inner { min-height: 56px; gap: 0.6rem; }
  /* left nav is display:none — logo tab left, ordering pills + burger right */
  .site-header__inner { grid-template-columns: auto 1fr; }
  .brand-tab { grid-column: 1; justify-self: start; }
  .site-header__right { grid-column: 2; justify-self: end; }
  .brand-tab img { width: 118px; }
  .btn--header { padding: 0.5rem 0.9rem; font-size: 0.88rem; }
  /* header ordering pills: legible stacked pair on small screens */
  .site-header__right .order-pills { flex-direction: column; align-items: stretch; gap: 0.35rem; }
  .site-header__right .pill-order { padding: 0.32rem 0.75rem; }
  .site-header__right .pill-order--gh img { height: 11px; }
  .site-header__right .pill-order--dd img { height: 10px; }
  .menu-cat__snap { display: none; }
  .has-snap { padding-bottom: clamp(2.4rem, 5vw, 3.6rem); }
  .bar-lineup { margin-top: 1.6rem; gap: 2.5vw; }
  .bar-lineup img { height: auto !important; max-height: 175px; max-width: 18%; }
  .hero { padding-top: 1.4rem; }
  .hero__ctas .btn { flex: 1 1 100%; }
  /* plate leads, headline follows */
  .hero__copy { order: 2; }
  .hero__stage { order: 1; max-width: 100%; margin-top: 0.4rem; margin-bottom: 2.6rem; }
  .hero__sticker { bottom: -11%; }
  .menu-items { columns: 1; }
  .story-grid { grid-template-columns: 1fr; }
  .story-media { max-width: 480px; margin-inline: auto; margin-bottom: 2.4rem; }
  .order-grid { grid-template-columns: 1fr; }
  .order-grid .ticket:last-child { grid-column: auto; }
  .ticket::before { left: auto; right: -14px; top: -14px; transform: none; }
  .ticket::after { right: 40%; top: auto; bottom: -14px; transform: none; }
  .order-section__takeout { position: static; width: 60%; max-width: 240px; margin: 0 auto 1.2rem; display: block; transform: rotate(4deg); }
  .story-media__polaroid { right: 2%; }
  .story-stats { grid-template-columns: 1fr; gap: 1rem; padding: 1.6rem 1.2rem; }
  .filmstrip { padding-inline: 1.25rem; }
  .site-footer__inner { grid-template-columns: 1fr; }
  .form-grid { grid-template-columns: 1fr; }
  .menu-cat__art { display: none; }
  .board { border-width: 7px; }
  .cta-banner__photo { transform: none; }
}
