/* LOCKED tokens — Garage Bar & Bowl (base system: food, bespoke-tuned)
   Retro garage-and-bowling identity: a bold burnt-orange brand on a warm cream
   ground, deep charcoal bands (the "garage" + bowling-alley night), and a
   reserved retro-teal accent used only as decorative SVG fill (bowling pins,
   lane stripes). Distinct from the other food sites (lake-teal Surfside,
   brick-red Forkless, diner-red Choo Choo, charcoal/gold supper-club Warren's).
   Variable NAMES match _shared/base.css; only values changed.
   Contrast verified for AA (see garage-bar-bowl.design.json). */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@600;700;800&family=Mulish:wght@400;500;600&display=swap');
:root{
  --bg:#fdf7f0; --surface:#ffffff; --ink:#322a24; --ink-strong:#1c1714; --muted:#665a50;
  --line:#ece0d4;
  --brand:#c2410c; --brand-dark:#9a3208; --brand-tint:#fdeee4; --on-brand:#fff7ef;
  --accent:#0e8a85;
  --hero-bg:radial-gradient(1000px 460px at 85% -12%,#fbe5d6,transparent),#f8ede0;
  --header-bg:rgba(253,247,240,.88); --footer-bg:#f3e7d8;
  --band-bg:#1c1714; --on-band:#fdf2e7; --on-band-muted:#c2b3a4;

  --font-heading:'Playfair Display',Georgia,serif; --font-body:'Mulish',system-ui,sans-serif;
  --fs-base:17px; --lh-body:1.66; --fw-body:400; --fw-head:700; --lh-head:1.06; --ls-head:-.01em;
  --fs-lead:1.22rem; --fs-h1:clamp(2.6rem,5.6vw,4.3rem); --fs-h2:clamp(1.9rem,3.8vw,2.7rem); --fs-h3:1.34rem;

  --container:1120px; --gutter:24px; --section-y:96px; --hero-y:104px; --nav-h:74px;
  --space-3:11px; --space-4:17px; --space-5:27px; --space-6:32px; --space-7:58px;
  --btn-pad:15px 30px;
  --radius:12px; --radius-lg:18px; --radius-pill:999px;
  --shadow:0 8px 26px rgba(28,23,20,.08); --shadow-lg:0 20px 48px rgba(28,23,20,.16);
  --dur:200ms; --ease:cubic-bezier(.2,.7,.2,1);
}
/* Primary buttons use the burnt-orange brand; warm-cream text passes AA (~5.5:1). */
.btn{background:var(--brand);color:var(--on-brand)}
.btn:hover{background:var(--brand-dark)}
.btn.ghost{background:transparent;color:var(--brand)}
.btn.ghost:hover{background:var(--brand-tint)}
/* Eyebrow uses the burnt-orange brand (~4.95:1 on cream) — passes AA. */
.eyebrow{color:var(--brand)}
/* Card icons: burnt-orange on the orange tint (4.57:1). */
.card .ic{background:var(--brand-tint);color:var(--brand)}
