/* LOCKED tokens — Mainstreet Bar & Grill (base system: food, bespoke-tuned)
   Classic main-street tavern identity: deep navy + warm tavern red + warm cream.
   Intentionally distinct from the food system's maroon/terracotta and from all
   prior food mockups (pub-green, etc.). Variable NAMES match _shared/base.css;
   only values changed. Contrast verified for AA (see run-dir _contrast). */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@600;700;800&family=Mulish:wght@400;500;600&display=swap');
:root{
  --bg:#fbf6ec; --surface:#ffffff; --ink:#2a2620; --ink-strong:#16263f; --muted:#5b5347;
  --line:#e8ddc9;
  --brand:#16263f; --brand-dark:#0f1b2e; --brand-tint:#dce4ee; --on-brand:#ffffff;
  --accent:#b3312a;
  --hero-bg:radial-gradient(1000px 460px at 85% -12%,#dce4ee,transparent),#f3ecdc;
  --header-bg:rgba(251,246,236,.90); --footer-bg:#f1e8d6;
  --band-bg:#0f1b2e; --on-band:#ffffff; --on-band-muted:#b6c2d4;

  --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(15,27,46,.08); --shadow-lg:0 20px 48px rgba(15,27,46,.16);
  --dur:200ms; --ease:cubic-bezier(.2,.7,.2,1);
}
/* Primary CTA uses the warm tavern RED (white text passes AA: ~6.2:1) so the
   "View menu" button always pops against the navy/cream palette. */
.btn{background:var(--accent);color:#ffffff}
.btn:hover{background:#8f231d;color:#ffffff}
.btn.ghost{background:transparent;color:var(--brand);box-shadow:inset 0 0 0 1.5px var(--brand)}
.btn.ghost:hover{background:var(--brand-tint);color:var(--brand)}
/* Eyebrow in tavern red (5.75:1); nav/links + card icons in deep navy brand. */
.eyebrow{color:var(--accent)}
.card .ic{background:var(--brand-tint);color:var(--brand)}
