/* =========================================================================
   COMAL — "Lotería / Mercado Poster"  ·  sample site by Ahead Kitchen
   -------------------------------------------------------------------------
   A festive Mexican-market-poster system: bold CONDENSED uppercase display
   (Anton) over a warm friendly body (Hanken Grotesk), ticket-strip framing,
   numbered lotería tiles, hand-stamped badges, star/✦ motifs. Deliberately
   NOT the clean-editorial skeleton the sibling samples share (no accent-word
   serif headline + two pills + facts row + "OUR STORY" photo split).

   Palette — verified AA (web-ui-kit/contrast.py), ratios noted inline:
     oat/cream page · warm paper cards · ember-orange accent ·
     marigold + lime pops · olive + charcoal poster grounds.
   The primary CTA is CHARCOAL INK on EMBER (#221E1B on #E8762B → 5.56:1) —
   the classic poster black-on-orange (white-on-ember FAILS AA, so we don't).
   ========================================================================= */

:root {
  /* ---- color ---- */
  --oat:        #F4E9D4;   /* page ground (warm cream) */
  --oat-2:      #EEDFC2;   /* alt band, slightly deeper */
  --paper:      #FBF5E8;   /* card / panel paper */
  --ground:     #221E1B;   /* charcoal poster ground */
  --ground-2:   #2C2723;   /* charcoal, a touch lighter (insets) */
  --olive:      #3C4A1E;   /* deep olive band */

  --ember:      #E8762B;   /* ember-orange — the accent */
  --ember-deep: #B8470E;   /* deeper ember (white text passes: 5.32:1) */
  --marigold:   #E89A2B;   /* marigold pop */
  --lime:       #C7D14B;   /* olive-lime pop */

  --ink:        #221E1B;   /* charcoal ink on light */
  --ink-soft:   #46551F;   /* olive-brown soft ink on oat (6.77:1) */
  --muted:      #7A4416;   /* warm brown muted on oat (6.55:1) */
  --line:       rgba(34, 30, 27, .22);
  --line-soft:  rgba(34, 30, 27, .14);
  --star:       #A8330E;   /* deep rust star — AA on paper(6.15) & oat(5.06) */

  --on-ground:  #F4E9D4;   /* text on charcoal (13.75:1) */
  --on-olive:   #F4E9D4;   /* text on olive (7.97:1) */
  --cta-ink:    #221E1B;   /* CHARCOAL on ember CTA */
  --on-accent:  #221E1B;   /* charcoal on ember chips */

  /* tokens menu-nav.js / shared CSS read */
  --accent:     var(--ember);
  --card:       var(--paper);
  --ink-faint:  #6E5A3A;   /* attribution muted on paper (5.2:1) */

  /* ---- type ---- */
  --display: "Anton", "Archivo Narrow", Impact, sans-serif;
  --sans:    "Hanken Grotesk", system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  --fs-h2:   clamp(2rem, 5.5vw, 3.4rem);

  /* ---- layout / rhythm ---- */
  /* Sticky-stack heights — these MUST equal the REAL rendered box heights
     (incl. borders), because every sticky `top:` and section `scroll-margin-top`
     below is COMPOSED from them. Measured headless at the desktop breakpoint:
     nav-stacked header (2 rows + 3px border) = 142px, menu-tabs strip = 65px,
     category chip-nav = 63px. The header is a CONSTANT height (no shrink-on-
     scroll), so these never change at runtime — the offsets stay exact. Mobile
     overrides --header-h in the ≤720px block. */
  --header-h:  142px;                       /* real height of the stacked masthead */
  --tabs-h:    65px;                        /* menu-picker tab strip (incl. border) */
  --chipnav-h: 63px;                        /* category chip nav (incl. border) */
  --stack-gap: 16px;                        /* breathing room below the sticky stack */
  --gutter:   clamp(1.1rem, 4vw, 2rem);
  --pad-x:    var(--gutter);
  --maxw:     1180px;
  --section-y: clamp(3rem, 8vw, 5.5rem);   /* the shared section rhythm token */
  --gap:      1rem;
  --radius:   16px;
  --shadow:   0 22px 46px -28px rgba(34, 30, 27, .55);
  --shadow-lift: 0 30px 60px -26px rgba(34, 30, 27, .62);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  margin: 0;
  font-family: var(--sans);
  font-size: clamp(1rem, .55vw + .9rem, 1.075rem);
  line-height: 1.62;
  color: var(--ink);
  background: var(--oat);
  /* faint poster "paper" grain — warm dots, very low contrast */
  background-image: radial-gradient(rgba(34,30,27,.035) 1px, transparent 1.4px);
  background-size: 16px 16px;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;        /* belt-and-braces against any 390px bleed */
}

img { max-width: 100%; display: block; }
a { color: var(--ember-deep); }

.wrap { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: var(--gutter); }

.icon { width: 1.5rem; height: 1.5rem; flex: 0 0 auto; }

/* a small inline star/✦ motif used across the poster */
.spark { display: inline-block; color: var(--ember); line-height: 0; vertical-align: middle; }
.spark svg { width: 1em; height: 1em; }

:focus-visible { outline: 3px solid var(--ember-deep); outline-offset: 2px; border-radius: 4px; }

/* =========================================================================
   SAMPLE BANNER — a lime ticket across the very top
   ========================================================================= */
.sample-banner {
  background: var(--lime);
  color: var(--ink);                        /* 9.96:1 */
  font-size: .82rem; font-weight: 600; text-align: center;
  padding: .5rem var(--gutter); letter-spacing: .01em;
  border-bottom: 2px solid var(--ground);
}
.sample-banner b { font-weight: 800; }

/* =========================================================================
   HEADER / NAV — nav-stacked (logo over a centered link row), poster masthead
   ========================================================================= */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: var(--oat);
  border-bottom: 3px solid var(--ground);
  box-shadow: 0 2px 0 0 var(--ember);       /* a thin ember rule under the masthead */
}
/* CONSTANT header height — the inner band is exactly --header-h minus the 3px
   bottom border, so the rendered header is always --header-h. It never resizes
   on scroll or press; that keeps every sticky offset below it exact. */
.header__inner { height: calc(var(--header-h) - 3px); }

/* wordmark — condensed masthead */
.wordmark { display: inline-flex; flex-direction: column; align-items: center; gap: .12rem;
  text-decoration: none; color: var(--ink); -webkit-tap-highlight-color: transparent; }
.wordmark__name { font-family: var(--display); font-weight: 400; letter-spacing: .04em;
  font-size: clamp(1.9rem, 6vw, 2.5rem); line-height: .9; text-transform: uppercase; }
.wordmark__dot { color: var(--ember); }
.wordmark__tag { font-family: var(--sans); font-weight: 700; text-transform: uppercase;
  letter-spacing: .26em; font-size: .58rem; color: var(--muted); }

/* nav links — uppercase poster labels; the underline is a background gradient
   (drawn on the link itself, no fixed-height pseudo-element) that grows on
   hover / current-page. */
.nav a:not(.btn) { font-family: var(--sans); text-transform: uppercase; letter-spacing: .12em;
  font-size: .82rem; font-weight: 700; color: var(--ink); text-decoration: none;
  padding: .35rem .1rem; -webkit-tap-highlight-color: transparent;
  background-image: linear-gradient(var(--ember), var(--ember));
  background-repeat: no-repeat; background-position: 0 100%; background-size: 0% 2px;
  transition: background-size .18s ease, color .15s ease; }
.nav a:not(.btn):hover,
.nav a:not(.btn)[aria-current="page"] { background-size: 100% 2px; }
.nav a:not(.btn)[aria-current="page"] { color: var(--ember-deep); }

/* nav toggle (mobile) */
.nav-toggle { display: none; appearance: none; background: none; border: 0; padding: 0; cursor: pointer;
  color: var(--ink); line-height: 0; -webkit-tap-highlight-color: transparent; }
.nav-toggle .icon { width: 1.7rem; height: 1.7rem; }
.nav-toggle__close { display: none; }
.nav-close { display: none; }
.site-header[data-open] .nav-toggle__open  { display: none; }
.site-header[data-open] .nav-toggle__close { display: inline-block; }

[data-nav-panel]:focus { outline: none; }
.nav a, .nav-toggle, .nav .btn { -webkit-tap-highlight-color: transparent; }
.nav a:focus:not(:focus-visible),
.nav .btn:focus:not(:focus-visible),
.nav-toggle:focus:not(:focus-visible) { outline: none; }
html.nav-locked, html.nav-locked body { overflow: hidden; }

/* DESKTOP nav-stacked: logo on its own row, centered link row beneath.
   The inner band is a FIXED height (--header-h − border) from .header__inner;
   we only center the two rows within it — no padding-driven growth, so the
   masthead can't change size on scroll. */
@media (min-width: 721px) {
  .site-header[data-nav-layout="stacked"] .header__inner {
    display: flex; flex-direction: column; align-items: center; justify-content: center;
    gap: .5rem; padding-block: 0;
  }
  .nav { display: flex; align-items: center; justify-content: center; gap: 1.5rem; flex-wrap: wrap; }
}

/* sticky-header anchor offset */
:where(section[id], [id].menu-section, [id].menu-panel) { scroll-margin-top: calc(var(--header-h) + 14px); }

/* MOBILE nav — curtain (full-screen drop), via nav.js + data-nav-lock */
@media (max-width: 720px) {
  /* Real mobile header = 64px single row + 3px bottom border = 67px. --header-h
     is the FULL box height (so sticky offsets match); .header__inner resolves to
     calc(67px − 3px) = 64px from the base rule. */
  :root { --header-h: 67px; }
  .header__inner { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }

  .nav-enhanced .nav-toggle { display: inline-flex; align-items: center; justify-content: center;
    min-width: 46px; min-height: 46px; }

  /* curtain: a full-width charcoal poster panel drops from the top */
  .nav-enhanced .nav {
    position: fixed; inset: 0; z-index: 60;
    display: flex; flex-direction: column; align-items: center; justify-content: center; gap: .2rem;
    padding: 4.5rem 1.5rem 2rem;
    background: var(--ground);
    background-image:
      radial-gradient(circle at 18% 12%, rgba(232,118,43,.16), transparent 42%),
      radial-gradient(circle at 84% 88%, rgba(199,209,75,.12), transparent 46%);
    transform: translateY(-100%); visibility: hidden;
    transition: transform .3s cubic-bezier(.4,0,.2,1), visibility 0s linear .3s;
    border-bottom: 4px solid var(--ember);
  }
  .site-header[data-open] .nav {
    transform: translateY(0); visibility: visible;
    transition: transform .3s cubic-bezier(.4,0,.2,1);
  }
  .nav-enhanced .nav a:not(.btn) {
    display: flex; align-items: center; justify-content: center; width: 100%; max-width: 18rem;
    min-height: 52px; color: var(--on-ground); font-size: 1.35rem; letter-spacing: .16em;
    background-image: none; }
  .nav-enhanced .nav a:not(.btn)[aria-current="page"] { color: var(--lime); }
  .nav-enhanced .nav .btn { margin-top: .9rem; width: 100%; max-width: 18rem; min-height: 52px; }

  .nav-close { position: absolute; top: 12px; right: 1.1rem; width: 46px; height: 46px;
    display: none; align-items: center; justify-content: center; z-index: 2;
    appearance: none; background: none; border: 0; padding: 0; cursor: pointer; color: var(--on-ground); line-height: 0; }
  .site-header[data-open] .nav-close { display: inline-flex; }
  .site-header[data-open] .nav-toggle { display: none; }
  .nav-close .icon { width: 1.8rem; height: 1.8rem; }

  @media (prefers-reduced-motion: reduce) { .nav-enhanced .nav { transition: none; } }
}

/* =========================================================================
   BUTTONS — poster ticket buttons (sharp, bordered, stamped hard-shadow)
   ========================================================================= */
.btn {
  --b: var(--ground);
  display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
  font-family: var(--sans); font-weight: 800; text-transform: uppercase; letter-spacing: .08em;
  font-size: .9rem; line-height: 1; text-decoration: none; cursor: pointer;
  padding: .92rem 1.4rem; min-height: 48px;
  border: 2.5px solid var(--b); border-radius: 10px;
  -webkit-tap-highlight-color: transparent;
  transition: transform .12s ease, box-shadow .12s ease, background .15s ease, color .15s ease;
}
.btn:active { transform: translateY(1px); }

/* primary = CHARCOAL INK on EMBER (5.56:1), hard poster shadow */
.btn--primary { background: var(--ember); color: var(--cta-ink); border-color: var(--ground);
  box-shadow: 4px 4px 0 0 var(--ground); }
.btn--primary:hover { box-shadow: 6px 6px 0 0 var(--ground); transform: translate(-1px,-1px); }
.btn--primary:active { box-shadow: 2px 2px 0 0 var(--ground); transform: translate(2px,2px); }

/* ghost on light */
.btn--ghost { background: transparent; color: var(--ink); border-color: var(--ground); }
.btn--ghost:hover { background: var(--ground); color: var(--oat); }

/* on dark grounds */
.btn--on-dark { background: transparent; color: var(--oat); border-color: var(--oat); }
.btn--on-dark:hover { background: var(--oat); color: var(--ground); }

.btn--lg { font-size: .98rem; padding: 1.05rem 1.7rem; min-height: 54px; }

/* =========================================================================
   POSTER TYPE PRIMITIVES
   ========================================================================= */
.kicker { display: inline-flex; align-items: center; gap: .5rem;
  font-family: var(--sans); font-weight: 800; text-transform: uppercase; letter-spacing: .18em;
  font-size: .72rem; padding: .42rem .8rem; border: 2px solid currentColor; border-radius: 999px; }

.eyebrow { display: inline-flex; align-items: center; gap: .5rem;
  font-family: var(--sans); font-weight: 800; text-transform: uppercase; letter-spacing: .2em;
  font-size: .74rem; color: var(--ember-deep); margin: 0 0 .7rem; }
.eyebrow .spark { color: var(--ember); }

.poster-h { font-family: var(--display); font-weight: 400; text-transform: uppercase;
  letter-spacing: .01em; line-height: .92; margin: 0; color: var(--ink); font-size: var(--fs-h2); }
.poster-h em { font-style: normal; color: var(--ember-deep); }

.section-head { max-width: 46rem; margin-bottom: clamp(1.6rem, 4vw, 2.6rem); }
.section-head p { margin: .8rem 0 0; color: var(--ink-soft); font-size: 1.05rem; }

/* =========================================================================
   TICKER STRIP — a recurring poster element (marquee of words)
   ========================================================================= */
.ticker { background: var(--ground); color: var(--oat); overflow: hidden; white-space: nowrap;
  border-top: 3px solid var(--ember); border-bottom: 3px solid var(--ember); }
.ticker__row { display: inline-flex; align-items: center; gap: 0;
  padding: .7rem 0; animation: ticker-move 32s linear infinite; }
.ticker__row span { font-family: var(--display); font-weight: 400; text-transform: uppercase;
  letter-spacing: .06em; font-size: 1.05rem; padding: 0 1.5rem; position: relative; }
.ticker__row span::after { content: "✦"; position: absolute; right: -.2em; color: var(--ember);
  font-size: .8em; top: 50%; transform: translateY(-50%); }
@keyframes ticker-move { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .ticker__row { animation: none; } }

/* =========================================================================
   HERO — full-bleed POSTER. Bold condensed type over a locked photo, inside
   a poster frame (inner rule + corner stars + a ticket-strip of badges).
   NOT the accent-word template.
   ========================================================================= */
.hero { position: relative; background: var(--ground); padding: clamp(.9rem, 3vw, 1.6rem); }
.hero__poster { position: relative; overflow: hidden; border-radius: 6px;
  min-height: clamp(560px, 86vh, 760px); display: flex; align-items: stretch;
  outline: 3px solid var(--oat); outline-offset: -16px; }
.hero__img { position: absolute; inset: 0; }
.hero__img img { width: 100%; height: 100%; object-fit: cover; }
/* scrim — REQUIRED so no raw text on photo (POLISH-3). A strong diagonal poster
   wash: dark on the left where the headline sits, a warm rise from the bottom. */
.hero__scrim { position: absolute; inset: 0;
  background:
    linear-gradient(102deg, rgba(34,30,27,.9) 0%, rgba(34,30,27,.76) 38%, rgba(34,30,27,.36) 66%, rgba(34,30,27,.12) 100%),
    linear-gradient(0deg, rgba(34,30,27,.6), transparent 42%); }

.hero__inner { position: relative; z-index: 2; align-self: center;
  padding: clamp(2rem, 6vw, 4rem) clamp(1.4rem, 5vw, 3.4rem);
  max-width: 46rem; color: var(--oat); }

/* corner stars on the poster frame */
.hero__poster::before, .hero__poster::after {
  content: "✦"; position: absolute; z-index: 3; color: var(--lime); font-size: 1.5rem; line-height: 1; }
.hero__poster::before { top: 22px; left: 24px; }
.hero__poster::after  { bottom: 22px; right: 26px; }

.hero__kicker { color: var(--lime); border-color: var(--lime); margin-bottom: 1.2rem; }

.hero h1 { font-family: var(--display); font-weight: 400; text-transform: uppercase;
  margin: 0; line-height: .86; letter-spacing: .005em;
  font-size: clamp(3.2rem, 13vw, 7.5rem); text-shadow: 0 4px 0 rgba(0,0,0,.28); }
.hero h1 .l1, .hero h1 .l3 { display: block; }
.hero h1 .l2 { display: block; color: var(--ember); position: relative; width: max-content; max-width: 100%; padding-bottom: .04em; }
/* a hand-drawn lime swash under the ember word */
.hero h1 .l2::after { content: ""; position: absolute; left: 0; right: 0; bottom: -.02em; height: .1em;
  background: var(--lime); border-radius: 999px; transform: rotate(-.6deg); }

.hero__lede { margin: 1.5rem 0 0; max-width: 34rem; font-size: clamp(1.02rem, 1.6vw, 1.18rem);
  line-height: 1.55; color: #F3E6CF; }

.hero__cta { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 1.9rem; }

/* hero facts → NOT a tiny facts row: a TICKET STRIP of stamped badges */
.hero__strip { display: flex; flex-wrap: wrap; gap: .7rem; margin-top: 1.8rem; }
.ticket { position: relative; display: inline-flex; align-items: center; gap: .55rem;
  background: var(--oat); color: var(--ink); font-weight: 700; font-size: .82rem;
  padding: .6rem 1rem; border-radius: 8px; box-shadow: 3px 3px 0 0 rgba(0,0,0,.35); }
.ticket svg { width: 1.05rem; height: 1.05rem; color: var(--ember-deep); }
.ticket b { font-weight: 800; }
/* perforation notches on the ticket sides */
.ticket::before, .ticket::after { content: ""; position: absolute; top: 50%; width: 11px; height: 11px;
  background: var(--ground); border-radius: 50%; transform: translateY(-50%); }
.ticket::before { left: -6px; } .ticket::after { right: -6px; }

/* =========================================================================
   LA CARTA — signature dishes as numbered LOTERÍA TILES (replaces "OUR STORY")
   ========================================================================= */
.carta { background: var(--oat-2); padding: var(--section-y) 0; border-top: 3px solid var(--ground); }
.loteria-grid { display: grid; gap: clamp(.9rem, 2.4vw, 1.4rem); grid-template-columns: repeat(3, 1fr); }
.lcard { position: relative; display: flex; flex-direction: column;
  background: var(--paper); border: 3px solid var(--ground); border-radius: 14px;
  overflow: hidden; text-decoration: none; color: var(--ink);
  box-shadow: var(--shadow); transition: transform .16s ease, box-shadow .16s ease; }
.lcard:hover { transform: translateY(-4px); box-shadow: var(--shadow-lift); }
.lcard__no { position: absolute; top: 10px; left: 10px; z-index: 3;
  width: 38px; height: 38px; border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  background: var(--ember); color: var(--cta-ink); border: 2.5px solid var(--ground);
  font-family: var(--display); font-size: 1.15rem; line-height: 1; box-shadow: 2px 2px 0 0 rgba(0,0,0,.3); }
.lcard__tag { position: absolute; top: 12px; right: 10px; z-index: 3;
  background: var(--ground); color: var(--lime); font-weight: 800; text-transform: uppercase;
  letter-spacing: .08em; font-size: .62rem; padding: .3rem .55rem; border-radius: 5px; }
.lcard__img { aspect-ratio: 5/4; }
.lcard__img img { width: 100%; height: 100%; object-fit: cover; }
.lcard__body { padding: .85rem .95rem 1rem; display: flex; flex-direction: column; gap: .3rem;
  border-top: 3px solid var(--ground); }
.lcard__name { font-family: var(--display); font-weight: 400; text-transform: uppercase; letter-spacing: .01em;
  font-size: clamp(1.15rem, 2.4vw, 1.5rem); line-height: .98; }
.lcard__desc { margin: 0; font-size: .9rem; color: var(--ink-soft); line-height: 1.4; }
.lcard__price { margin-top: .25rem; align-self: flex-start; font-family: var(--display);
  font-size: 1.05rem; color: var(--ember-deep); font-variant-numeric: tabular-nums; }

/* =========================================================================
   REGLAS DE LA CASA — house rules as a ticket strip of stamped cards
   ========================================================================= */
.reglas { background: var(--ground); color: var(--on-ground); padding: var(--section-y) 0;
  border-top: 3px solid var(--ember); }
.reglas .eyebrow { color: var(--lime); }
.reglas .poster-h { color: var(--oat); }
.reglas .poster-h em { color: var(--marigold); }
.reglas .section-head p { color: #E7D7B7; }
.reglas__grid { display: grid; gap: clamp(.9rem, 2.4vw, 1.3rem);
  grid-template-columns: repeat(4, 1fr); margin-top: 1.8rem; }
.regla { position: relative; background: var(--paper); color: var(--ink);
  border-radius: 12px; padding: 1.2rem 1.1rem 1.3rem; border: 2.5px solid var(--ground);
  box-shadow: 4px 4px 0 0 rgba(0,0,0,.4); }
.regla__no { font-family: var(--display); font-size: 1.5rem; color: var(--ember-deep); line-height: 1; }
.regla h3 { font-family: var(--display); font-weight: 400; text-transform: uppercase; letter-spacing: .01em;
  font-size: 1.18rem; margin: .35rem 0 .4rem; line-height: 1; }
.regla p { margin: 0; font-size: .9rem; color: var(--ink-soft); line-height: 1.45; }
.reglas__sig { margin: 1.8rem 0 0; font-family: var(--display); text-transform: uppercase;
  letter-spacing: .04em; color: var(--marigold); font-size: 1.15rem; }

/* =========================================================================
   FEATURE BAND — full-bleed salsa poster (stat tickets)
   ========================================================================= */
.feature { position: relative; min-height: clamp(420px, 62vh, 600px); display: flex; align-items: center;
  overflow: hidden; border-top: 3px solid var(--ground); border-bottom: 3px solid var(--ground); }
.feature__img { position: absolute; inset: 0; }
.feature__img img { width: 100%; height: 100%; object-fit: cover; }
.feature__scrim { position: absolute; inset: 0;
  background: linear-gradient(95deg, rgba(34,30,27,.9) 0%, rgba(34,30,27,.7) 45%, rgba(34,30,27,.28) 100%); }
.feature__inner { position: relative; z-index: 2; color: var(--oat); padding-block: clamp(2.4rem,6vw,4rem); }
.feature__inner .eyebrow { color: var(--lime); }
.feature .poster-h { color: var(--oat); max-width: 16ch; }
.feature .poster-h em { color: var(--ember); }
.feature__inner p { max-width: 46ch; margin: 1rem 0 0; color: #F1E3CB; font-size: 1.06rem; }
.feature__stats { display: flex; flex-wrap: wrap; gap: .7rem; margin-top: 1.8rem; }
.feature__stat { background: var(--oat); color: var(--ink); border-radius: 10px;
  padding: .8rem 1.1rem; box-shadow: 3px 3px 0 0 rgba(0,0,0,.35); text-align: center; min-width: 88px; }
.feature__stat b { display: block; font-family: var(--display); font-size: 1.9rem; color: var(--ember-deep); line-height: 1; }
.feature__stat span { display: block; font-size: .72rem; font-weight: 700; text-transform: uppercase;
  letter-spacing: .08em; color: var(--muted); margin-top: .25rem; }

/* =========================================================================
   GALLERY — gallery-marquee (auto-scroll strip) + lightbox (gallery.js)
   ========================================================================= */
.gallery { background: var(--oat); padding: var(--section-y) 0; }
.marquee { position: relative; overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
          mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent); }
.marquee--static { overflow-x: auto; scrollbar-width: thin; -webkit-mask-image: none; mask-image: none; }
.marquee__track { display: flex; gap: var(--gap, 1rem); margin: 0; padding: 0; list-style: none; width: max-content; }
.marquee--animated .marquee__track { animation: ph-marquee var(--marquee-speed, 70s) linear infinite; }
.marquee--animated:hover .marquee__track,
.marquee--animated:focus-within .marquee__track { animation-play-state: paused; }
.marquee__item { flex: 0 0 auto; }
.ph-btn { display: block; padding: 0; border: 0; background: none; cursor: zoom-in; border-radius: 12px; }
.ph-btn img { width: clamp(230px, 30vw, 330px); aspect-ratio: 4/3; object-fit: cover;
  border-radius: 12px; border: 3px solid var(--ground);
  box-shadow: var(--shadow); transition: box-shadow var(--ph-ease, .3s ease); }
/* hover = box-shadow ONLY (the track already animates transform; POLISH-7) */
.marquee--animated .ph-btn:hover img { box-shadow: var(--shadow-lift); }
@keyframes ph-marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .marquee--animated .marquee__track { animation: none; } }

/* lightbox (built by gallery.js) */
html.ph-lock, html.ph-lock body { overflow: hidden; }
.ph-lightbox[aria-hidden="true"] { display: none; }
.ph-lightbox { position: fixed; inset: 0; z-index: 100; display: flex; align-items: center; justify-content: center; }
.ph-lightbox__backdrop { position: absolute; inset: 0; background: rgba(20,17,15,.92); }
.ph-lightbox__dialog { position: relative; display: flex; align-items: center; justify-content: center; gap: .5rem; max-width: min(94vw, 1100px); }
.ph-lightbox__figure { margin: 0; }
.ph-lightbox__prev, .ph-lightbox__next { position: absolute; top: 50%; transform: translateY(-50%); z-index: 2; }
.ph-lightbox__prev { left: .5rem; } .ph-lightbox__next { right: .5rem; }
.ph-lightbox__img { max-width: 84vw; max-height: 80vh; width: auto; height: auto; border-radius: 8px; display: block;
  border: 3px solid var(--oat); }
.ph-lightbox__cap { color: var(--oat); font-family: var(--sans); font-size: .9rem; text-align: center; margin-top: .7rem; opacity: .92; }
.ph-lightbox__btn { background: rgba(244,233,212,.16); color: var(--oat); border: 0; cursor: pointer; width: 46px; height: 46px;
  border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; }
.ph-lightbox__btn:hover { background: rgba(244,233,212,.3); }
.ph-lightbox__btn svg { width: 1.4rem; height: 1.4rem; }
.ph-lightbox__close { position: absolute; top: -3.2rem; right: 0; }
@media (max-width: 600px) { .ph-lightbox__close { top: -2.8rem; } .ph-lightbox__img { max-width: 92vw; } }

/* =========================================================================
   ORDER HUB — on a charcoal ground, ticket-style provider rows
   ========================================================================= */
.order-hub { background: var(--ground); color: var(--on-ground); padding: var(--section-y) 0;
  border-top: 3px solid var(--ember); }
.order-hub .eyebrow { color: var(--lime); }
.order-hub .poster-h { color: var(--oat); }
.order-hub .poster-h em { color: var(--ember); }
.order-strip { display: grid; gap: clamp(1.4rem, 4vw, 2.6rem); grid-template-columns: 1fr 1fr; align-items: center; }
.order-strip__cta p { color: #E7D7B7; max-width: 40ch; margin: .9rem 0 0; }
.order-strip__buttons { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 1.6rem; }
.order-apps { list-style: none; margin: 0; padding: 0; display: grid; gap: .7rem; grid-template-columns: 1fr 1fr; }
.order-app { display: flex; align-items: center; gap: .8rem; text-decoration: none;
  background: var(--paper); color: var(--ink); border: 2.5px solid var(--ground); border-radius: 12px;
  padding: .85rem .95rem; box-shadow: 3px 3px 0 0 rgba(0,0,0,.4);
  transition: transform .12s ease, box-shadow .12s ease; min-height: 64px; }
.order-app:hover { transform: translate(-1px,-1px); box-shadow: 5px 5px 0 0 rgba(0,0,0,.4); }
.order-app__icon { flex: 0 0 auto; width: 42px; height: 42px; border-radius: 9px; background: var(--ember);
  color: var(--cta-ink); display: inline-flex; align-items: center; justify-content: center; border: 2px solid var(--ground); }
.order-app__icon svg { width: 1.3rem; height: 1.3rem; }
.order-app__name { display: block; font-family: var(--display); font-weight: 400; text-transform: uppercase;
  letter-spacing: .02em; font-size: 1.05rem; line-height: 1; }
.order-app__meta { display: block; font-size: .8rem; color: var(--muted); margin-top: .2rem; }

/* =========================================================================
   REVIEWS — reviews-stack (offset / rotated pile of note cards), no JS
   ========================================================================= */
.reviews-band { background: var(--oat); padding: var(--section-y) 0; }
.reviews-stack { list-style: none; margin: 0; padding: clamp(.5rem, 2vw, 1.2rem) 0;
  display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(1.1rem, 2.8vw, 1.9rem); }
.rev-stack__card { position: relative; background: var(--paper);
  border: 3px solid var(--ground); border-radius: 16px;
  padding: clamp(1.3rem, 2.8vw, 1.9rem); box-shadow: 5px 6px 0 0 rgba(34,30,27,.32);
  transition: transform .18s ease; }
.rev-stack__card:nth-child(1) { transform: rotate(-1.5deg); }
.rev-stack__card:nth-child(2) { transform: rotate(1.2deg); margin-top: clamp(1rem, 3vw, 2.2rem); }
.rev-stack__card:nth-child(3) { transform: rotate(1deg); }
.rev-stack__card:nth-child(4) { transform: rotate(-1.1deg); margin-top: clamp(1rem, 3vw, 2.2rem); }
.rev-stack__card:hover, .rev-stack__card:focus-within { transform: rotate(0) translateY(-3px); z-index: 2; }
/* big decorative corner ✦ instead of a quote mark, in keeping with the poster */
.rev-stack__card::before { content: "✦"; position: absolute; top: .25rem; right: .55rem;
  font-size: 2.4rem; line-height: 1; color: color-mix(in srgb, var(--ember) 40%, transparent); pointer-events: none; }
.rev-stack__card .review__stars { color: var(--star); display: inline-flex; gap: .12em; }
.rev-stack__card .review__star { width: 1.1em; height: 1.1em; }
.rev-stack__quote { font-family: var(--sans); font-weight: 600; font-size: 1.12rem; line-height: 1.5;
  margin: .7rem 0 .95rem; color: var(--ink); }
.rev-stack__by { display: flex; flex-wrap: wrap; gap: .5rem; align-items: baseline; font-size: .84rem;
  color: var(--ink-faint); margin: 0; }
.rev-stack__author { font-family: var(--display); font-weight: 400; text-transform: uppercase;
  letter-spacing: .03em; font-size: 1rem; color: var(--ink); }
@media (max-width: 620px) {
  .reviews-stack { grid-template-columns: 1fr; gap: clamp(.9rem, 4vw, 1.4rem); }
  .rev-stack__card { transform: none !important; margin-top: 0 !important; }
}
@media (prefers-reduced-motion: reduce) {
  .rev-stack__card { transform: none !important; margin-top: 0 !important; transition: none; }
}

/* =========================================================================
   CONNECT — follow / share, ticket buttons on olive
   ========================================================================= */
.connect { background: var(--olive); color: var(--on-olive); padding: var(--section-y) 0;
  border-top: 3px solid var(--ground); }
.connect__inner { display: grid; gap: clamp(1.4rem, 4vw, 2.6rem); grid-template-columns: 1.1fr 1fr; align-items: center; }
.connect .eyebrow { color: var(--lime); }
.connect .poster-h { color: var(--oat); }
.connect .poster-h em { color: var(--marigold); }
.connect__copy p { color: #E7E8CF; max-width: 40ch; margin: .9rem 0 0; }
.connect__actions { display: flex; flex-wrap: wrap; gap: .8rem; justify-content: flex-start; }
.connect__btn { display: inline-flex; align-items: center; gap: .6rem; position: relative;
  background: var(--paper); color: var(--ink); border: 2.5px solid var(--ground); border-radius: 12px;
  padding: .85rem 1.2rem; font-weight: 800; text-decoration: none; cursor: pointer; min-height: 52px;
  box-shadow: 3px 3px 0 0 rgba(0,0,0,.35); transition: transform .12s ease, box-shadow .12s ease; }
.connect__btn:hover { transform: translate(-1px,-1px); box-shadow: 5px 5px 0 0 rgba(0,0,0,.35); }
.connect__btn .icon { width: 1.4rem; height: 1.4rem; color: var(--ember-deep); }
.connect__done { font-size: .78rem; color: var(--ember-deep); font-weight: 800; margin-left: .2rem; }

/* =========================================================================
   VISIT — hours table + address panel, ticket-framed
   ========================================================================= */
.visit { background: var(--oat-2); padding: var(--section-y) 0; border-top: 3px solid var(--ground); }
.visit__grid { display: grid; gap: clamp(1.2rem, 3vw, 2rem); grid-template-columns: 1.1fr 1fr; align-items: start; }
.visit__card { background: var(--paper); border: 3px solid var(--ground); border-radius: 16px;
  padding: clamp(1.3rem, 3vw, 1.9rem); box-shadow: var(--shadow); }
.hours-table { width: 100%; border-collapse: collapse; }
.hours-table caption { text-align: left; }
.hours-table td { padding: .55rem 0; border-bottom: 1px dotted var(--line); font-size: .98rem; }
.hours-table .day { font-weight: 700; }
.hours-table .time { text-align: right; font-variant-numeric: tabular-nums; color: var(--ink-soft); }
.hours-table tr:last-child td { border-bottom: 0; }
.hours-table tr.is-today td { color: var(--ember-deep); font-weight: 800; }
.hours-table tr.is-today .day::after { content: " · TODAY"; font-family: var(--display); font-size: .85em; letter-spacing: .05em; }
.visit__note { margin-top: 1.1rem; color: var(--muted); font-size: .92rem; }
.visit__panel h3 { font-family: var(--display); font-weight: 400; text-transform: uppercase;
  font-size: clamp(1.6rem, 4vw, 2.2rem); margin: 0 0 1rem; line-height: 1; }
.loc-lines { list-style: none; margin: 0 0 1.4rem; padding: 0; display: grid; gap: .9rem; }
.loc-lines li { display: flex; align-items: flex-start; gap: .7rem; }
.loc-lines .icon { color: var(--ember-deep); margin-top: .15rem; }
.loc-lines a { color: var(--ink); text-decoration: none; font-weight: 600; }
.loc-lines a:hover { color: var(--ember-deep); text-decoration: underline; }
.visit__buttons { display: flex; flex-wrap: wrap; gap: .7rem; }

/* =========================================================================
   MENU PAGES — shared menu hero + tabs + chips + menu-boxed panels
   ========================================================================= */
.menu-hero { position: relative; background: var(--ground); color: var(--oat);
  padding: clamp(2.4rem, 7vw, 4.2rem) 0 clamp(2rem, 5vw, 3rem);
  border-bottom: 3px solid var(--ember); overflow: hidden; }
.menu-hero::before { content: "✦ ✦ ✦"; position: absolute; top: 14px; right: 22px; color: var(--lime);
  letter-spacing: .5em; font-size: 1.1rem; opacity: .9; }
.menu-hero .eyebrow { color: var(--lime); }
.menu-hero h1 { font-family: var(--display); font-weight: 400; text-transform: uppercase; margin: 0;
  font-size: clamp(2.6rem, 9vw, 5rem); line-height: .9; }
.menu-hero p { margin: 1rem 0 0; max-width: 52ch; color: #EBDCBE; font-size: 1.06rem; }

/* full-bleed image variant of the menu hero (drinks) */
.menu-hero--img { padding: 0; min-height: clamp(360px, 50vh, 480px); display: flex; align-items: flex-end; }
.menu-hero--img .menu-hero__img { position: absolute; inset: 0; }
.menu-hero--img .menu-hero__img img { width: 100%; height: 100%; object-fit: cover; }
.menu-hero--img .menu-hero__scrim { position: absolute; inset: 0;
  background: linear-gradient(0deg, rgba(34,30,27,.92) 6%, rgba(34,30,27,.5) 50%, rgba(34,30,27,.4) 100%); }
.menu-hero--img .wrap { position: relative; z-index: 2; padding-bottom: clamp(1.6rem, 4vw, 2.4rem); }

/* menu-picker sticky tab strip */
.menu-tabs { position: sticky; top: var(--header-h); z-index: 30;
  display: flex; gap: .5rem; padding: .6rem var(--gutter); overflow-x: auto; scrollbar-width: none;
  background: var(--oat); border-bottom: 2px solid var(--ground); }
.menu-tabs::-webkit-scrollbar { display: none; }
.menu-tabs a { flex: 0 0 auto; white-space: nowrap; padding: .55rem 1rem; border-radius: 999px;
  text-decoration: none; color: var(--ink); font-family: var(--sans); font-weight: 800;
  text-transform: uppercase; letter-spacing: .08em; font-size: .8rem;
  border: 2.5px solid var(--ground); min-height: 44px; display: inline-flex; align-items: center; }
.menu-tabs a:hover { background: var(--oat-2); }
.menu-tabs a[aria-current="page"] { background: var(--ember); color: var(--cta-ink); box-shadow: 2px 2px 0 0 var(--ground); }

/* menu-nav category chips (menu-nav.js) — sticks directly below header + tabs.
   top = header + tab-strip heights, composed from the real-height tokens so it
   parks flush under the tab strip with no overlap/gap. */
.menu-nav { position: sticky; top: calc(var(--header-h) + var(--tabs-h)); z-index: 25;
  background: color-mix(in srgb, var(--oat) 96%, transparent); backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--line); padding: .55rem 0; }
.menu-nav .wrap { display: flex; gap: .4rem; overflow-x: auto; scrollbar-width: none; }
.menu-nav .wrap::-webkit-scrollbar { display: none; }
.menu-nav a { flex: 0 0 auto; white-space: nowrap; padding: .4em 1em; border-radius: 999px;
  text-decoration: none; font-family: var(--sans); font-size: .8rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: .06em; color: var(--muted);
  min-height: 44px; display: inline-flex; align-items: center; }
.menu-nav a:hover { background: color-mix(in srgb, var(--ember) 16%, transparent); color: var(--ink); }
.menu-nav a.is-active { background: var(--ember); color: var(--cta-ink); }
.menu-nav__arrow { flex: 0 0 auto; width: 44px; height: 44px; display: none; align-items: center; justify-content: center;
  align-self: center; margin: 0 var(--pad-x); border: 2px solid var(--ground); border-radius: 999px;
  background: var(--oat); color: var(--ember-deep); cursor: pointer; -webkit-tap-highlight-color: transparent; }
.menu-nav--scrollable { display: flex; align-items: stretch; }
.menu-nav--scrollable .wrap { flex: 1 1 auto; min-width: 0; order: 0; }
.menu-nav--scrollable .menu-nav__arrow { display: inline-flex; }
.menu-nav__arrow--prev { order: -1; margin-right: .35rem; }
.menu-nav__arrow--next { order: 1; margin-left: .35rem; }
.menu-nav__arrow svg { width: 22px; height: 22px; }
.menu-nav__arrow:hover:not(:disabled) { background: var(--oat-2); }
.menu-nav__arrow:disabled { opacity: .3; cursor: default; }
@media (prefers-reduced-motion: reduce) { .menu-nav .wrap { scroll-behavior: auto; } }

/* QR-landing action bar */
.menu-act { background: var(--lime); border-bottom: 2px solid var(--ground); }
.menu-act__inner { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between;
  gap: 1rem; padding-block: .9rem; }
.menu-act__copy { font-weight: 700; color: var(--ink); }
.menu-act__copy b { font-weight: 800; }
.menu-act__actions { display: flex; flex-wrap: wrap; gap: .6rem; }
.menu-act .btn { min-height: 46px; padding: .7rem 1.1rem; }

/* MENU BODY — menu-boxed: bordered category panels (poster boards), stacked in a
   SINGLE column. Section panels MUST stack in document/menu order so the sticky
   chip nav's scroll-spy (which scans sections top-to-bottom) tracks the section
   you're reading — a 2-column grid of PANELS puts two categories at the same
   vertical top, which the linear spy can't disambiguate (it highlighted the wrong
   chip after every jump). Density comes from 2-up DISH ROWS inside each wide panel
   (below), the same shape as the menu-page exemplar — not from columned panels. */
.menu-body { padding: var(--section-y) 0; }
.menu-boxed { display: grid; gap: clamp(1rem, 2.6vw, 1.5rem); grid-template-columns: 1fr; }
.menu-panel { margin: 0; padding: 1.3rem 1.4rem 1.5rem; background: var(--paper);
  border: 3px solid var(--ground); border-radius: 16px; box-shadow: var(--shadow);
  /* Land below the WHOLE sticky stack (header + tab strip + chip nav) plus a
     breathing gap, so a chip jump drops the panel's top edge + heading just
     under the bars — never clipped behind them. Composed from real-height
     tokens, not a magic number, so it stays correct if the header changes. */
  scroll-margin-top: calc(var(--header-h) + var(--tabs-h) + var(--chipnav-h) + var(--stack-gap));
  position: relative; }
.menu-panel::before { content: "✦"; position: absolute; top: 12px; right: 16px; color: var(--ember);
  font-size: 1.1rem; line-height: 1; }
.menu-panel .menu-section__head { display: flex; align-items: center; gap: .8rem; margin-bottom: 1rem; flex-wrap: wrap; }
.menu-panel .menu-section__head h2 { font-family: var(--display); font-weight: 400; text-transform: uppercase;
  letter-spacing: .01em; font-size: clamp(1.5rem, 3.6vw, 2rem); color: var(--ink); margin: 0; line-height: 1; }
.menu-panel .menu-section__head .rule { flex: 1; height: 3px; background: var(--ground); min-width: 1.5rem; }
.menu-section__note { margin: 0 0 1rem; color: var(--ink-soft); font-size: .92rem; line-height: 1.45; }
/* Dish rows go TWO-up inside each full-width panel on wider screens (keeps the
   poster boards compact now that panels are single-column), collapsing to one
   column on narrow viewports. Column-gap separates the two columns. */
.menu-list { display: grid; grid-template-columns: 1fr 1fr; column-gap: clamp(1.6rem, 4vw, 3rem); row-gap: 0; }
.menu-row { padding: .6rem 0; border-bottom: 1px dotted var(--line); }
.menu-row:last-child { border-bottom: 0; }
/* In a 2-col row grid, the visual last row of EACH column should also drop its
   rule; :last-child only covers the final DOM row, so keep a subtle rule on the
   left column's tail — acceptable and reads as a clean two-column menu. */
.menu-row__top { display: flex; align-items: baseline; gap: .5rem; }
.menu-row__name { font-family: var(--display); font-weight: 400; text-transform: uppercase; letter-spacing: .01em;
  font-size: 1.12rem; line-height: 1.05; min-width: 0; color: var(--ink); }
.menu-row__dots { flex: 1; border-bottom: 1px dotted var(--muted); transform: translateY(-3px); opacity: .55; min-width: .8rem; }
.menu-row__price { font-family: var(--display); font-weight: 400; color: var(--ember-deep);
  font-variant-numeric: tabular-nums; white-space: nowrap; font-size: 1.05rem; }
.menu-row__desc { margin: .25rem 0 0; font-size: .88rem; color: var(--ink-soft); line-height: 1.4; max-width: 56ch; }

/* multi-price columns (1 / ×3, cup / pint, etc.) */
.menu-row__prices { display: inline-flex; gap: .9rem; white-space: nowrap; }
.menu-row__prices--2 > * { min-width: 2.6rem; text-align: right; }
.menu-row__prices.single > * { text-align: right; }
.menu-cols { display: inline-flex; gap: .9rem; margin-left: auto; align-self: center;
  font-family: var(--sans); font-weight: 800; text-transform: uppercase; letter-spacing: .06em;
  font-size: .62rem; color: var(--muted); }
.menu-cols > span { min-width: 2.6rem; text-align: right; }

/* diet tags */
.tag { display: inline-block; font-family: var(--sans); font-weight: 800; text-transform: uppercase;
  letter-spacing: .05em; font-size: .58rem; padding: .14rem .42rem; border-radius: 5px; vertical-align: middle;
  border: 1.5px solid currentColor; }
.tag-veg   { color: #4B6B1E; }
.tag-gf    { color: #8A5A12; }
.tag-spicy { color: var(--ember-deep); }

/* =========================================================================
   FOOTER — charcoal poster footer
   ========================================================================= */
.site-footer { background: var(--ground); color: var(--on-ground); padding: var(--section-y) 0 2rem;
  border-top: 4px solid var(--ember); }
.footer__grid { display: grid; gap: clamp(1.4rem, 4vw, 2.4rem); grid-template-columns: 2fr 1fr 1fr; }
.footer__brand .wordmark__name { font-family: var(--display); font-weight: 400; text-transform: uppercase;
  font-size: 2.2rem; color: var(--oat); line-height: .9; letter-spacing: .03em; }
.footer__brand p { margin: .8rem 0 1.1rem; color: #D9C9A8; max-width: 38ch; font-size: .95rem; }
.footer__social { display: flex; gap: .6rem; }
.footer__social a { width: 44px; height: 44px; border-radius: 10px; display: inline-flex; align-items: center; justify-content: center;
  border: 2px solid var(--oat); color: var(--oat); transition: background .15s, color .15s; }
.footer__social a:hover { background: var(--ember); color: var(--cta-ink); border-color: var(--ember); }
.footer__social .icon { width: 1.35rem; height: 1.35rem; }
.footer__col h4 { font-family: var(--display); font-weight: 400; text-transform: uppercase; letter-spacing: .05em;
  font-size: 1.1rem; margin: 0 0 .8rem; color: var(--marigold); }
.footer__col ul { list-style: none; margin: 0; padding: 0; display: grid; gap: .5rem; }
.footer__col a { color: #E7D7B7; text-decoration: none; font-size: .94rem; }
.footer__col a:hover { color: var(--lime); }
.footer__base { display: flex; flex-wrap: wrap; justify-content: space-between; gap: .6rem;
  margin-top: clamp(1.6rem, 4vw, 2.4rem); padding-top: 1.3rem; border-top: 1px solid rgba(244,233,212,.22);
  font-size: .8rem; color: #C9B894; }
.sample-tag { color: var(--lime); font-weight: 700; }

/* =========================================================================
   ORDER SHEET (ordering-options) — poster bottom-sheet
   ========================================================================= */
.order-sheet { position: fixed; inset: 0; z-index: 90; display: flex; align-items: flex-end; justify-content: center; }
.order-sheet[aria-hidden="true"] { display: none; }
.order-sheet__scrim { position: absolute; inset: 0; background: rgba(20,17,15,.6); }
.order-sheet__panel { position: relative; z-index: 2; width: 100%; max-width: 560px;
  background: var(--paper); border: 3px solid var(--ground); border-bottom: 0;
  border-radius: 20px 20px 0 0; padding: 1.2rem clamp(1rem,4vw,1.6rem) 1.6rem;
  max-height: 88vh; overflow-y: auto; box-shadow: 0 -20px 50px -20px rgba(0,0,0,.5); }
@media (min-width: 640px) { .order-sheet { align-items: center; }
  .order-sheet__panel { border-bottom: 3px solid var(--ground); border-radius: 20px; } }
.order-sheet__head { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-bottom: 1rem; }
.order-sheet__title { font-family: var(--display); font-weight: 400; text-transform: uppercase; letter-spacing: .01em;
  font-size: clamp(1.5rem, 5vw, 2rem); margin: 0; color: var(--ink); }
.order-sheet__close { appearance: none; background: var(--oat); border: 2.5px solid var(--ground); border-radius: 10px;
  width: 46px; height: 46px; display: inline-flex; align-items: center; justify-content: center; cursor: pointer; color: var(--ink); }
.order-toggle { display: flex; gap: .5rem; background: var(--oat-2); padding: .35rem; border-radius: 12px;
  border: 2px solid var(--ground); margin-bottom: 1rem; }
.order-toggle__tab { flex: 1; appearance: none; background: none; border: 0; cursor: pointer; border-radius: 9px;
  padding: .7rem; font-family: var(--sans); font-weight: 800; text-transform: uppercase; letter-spacing: .06em;
  font-size: .82rem; color: var(--muted); min-height: 46px; }
.order-toggle__tab[aria-selected="true"] { background: var(--ember); color: var(--cta-ink); box-shadow: 2px 2px 0 0 var(--ground); }
.order-list { list-style: none; margin: 0; padding: 0; display: grid; gap: .65rem; }
.order-row__link { display: flex; align-items: center; gap: .8rem; text-decoration: none; color: var(--ink);
  background: var(--oat); border: 2.5px solid var(--ground); border-radius: 12px; padding: .8rem .9rem; min-height: 64px;
  transition: transform .12s ease, box-shadow .12s ease; }
.order-row__link:hover { transform: translate(-1px,-1px); box-shadow: 4px 4px 0 0 rgba(0,0,0,.35); }
.order-row__icon { flex: 0 0 auto; width: 42px; height: 42px; border-radius: 9px; background: var(--ember);
  color: var(--cta-ink); display: inline-flex; align-items: center; justify-content: center; border: 2px solid var(--ground); }
.order-row__icon svg { width: 1.3rem; height: 1.3rem; }
.order-row__name { display: block; font-family: var(--display); font-weight: 400; text-transform: uppercase;
  letter-spacing: .02em; font-size: 1.05rem; line-height: 1; color: var(--ink); }
.order-row__meta { display: block; font-size: .8rem; color: var(--muted); margin-top: .2rem; }

/* =========================================================================
   RESPONSIVE
   ========================================================================= */
@media (max-width: 980px) {
  .reglas__grid { grid-template-columns: repeat(2, 1fr); }
  .order-strip, .connect__inner, .visit__grid { grid-template-columns: 1fr; }
  .footer__grid { grid-template-columns: 1fr 1fr; }
  .footer__brand { grid-column: 1 / -1; }
}

@media (max-width: 720px) {
  /* --header-h is smaller on mobile (67px); the sticky tops recompose from the
     height tokens automatically. Restated here only for clarity — same formula. */
  .menu-tabs { top: var(--header-h); }
  .menu-nav { top: calc(var(--header-h) + var(--tabs-h)); }
}

@media (max-width: 760px) {
  /* Narrow viewports: dish rows go single-column so names + prices don't cramp. */
  .menu-list { grid-template-columns: 1fr; column-gap: 0; }
}

@media (max-width: 640px) {
  .order-apps { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  /* LOTERÍA tiles stay 2-up on mobile (image grid — POLISH-1), type shrinks */
  .loteria-grid { grid-template-columns: 1fr 1fr; gap: .7rem; }
  .lcard__no { width: 32px; height: 32px; font-size: 1rem; }
  .lcard__body { padding: .65rem .7rem .8rem; }
  .lcard__name { font-size: 1.05rem; }
  .lcard__desc { font-size: .8rem; }
  .feature__stat { min-width: 0; flex: 1 1 28%; }
  .footer__grid { grid-template-columns: 1fr 1fr; }
  .footer__base { flex-direction: column; }
}

@media (max-width: 420px) {
  .hero__strip .ticket { font-size: .76rem; padding: .5rem .8rem; }
}
