/* LOCKED tokens — Heartbreakers Bar & Grill (base system: food, bespoke-tuned)
   Bold late-night bar & grill identity: heart-red brand on a near-black charcoal
   with warm cream ground. Distinct from prior food sites (navy Al & Alma's,
   brick-red Forkless, diner-red Choo Choo, plum King House). A warm gold accent
   is reserved for decorative SVG fills only. Variable NAMES match _shared/base.css;
   only values changed. Contrast verified for WCAG AA (>=4.5:1). */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@600;700;800&family=Mulish:wght@400;500;600&display=swap');
:root{
  --bg:#fbf6f1; --surface:#ffffff; --ink:#2a232b; --ink-strong:#16131a; --muted:#5f5560;
  --line:#eaded6;
  --brand:#c81d3a; --brand-dark:#9c1129; --brand-tint:#fbe9ec; --on-brand:#fff7f3;
  --accent:#c98a2b;
  --hero-bg:radial-gradient(1000px 460px at 85% -12%,#fbe1e5,transparent),#f7ece4;
  --header-bg:rgba(251,246,241,.90); --footer-bg:#f3e7dd;
  --band-bg:#16131a; --on-band:#f7ece4; --on-band-muted:#b6a9ae;

  --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(22,19,26,.09); --shadow-lg:0 20px 48px rgba(22,19,26,.18);
  --dur:200ms; --ease:cubic-bezier(.2,.7,.2,1);
}
/* Primary buttons: heart-red brand, cream text passes AA (~5.38:1). */
.btn{background:var(--brand);color:var(--on-brand)}
.btn:hover{background:var(--brand-dark);color:var(--on-brand)}
.btn.ghost{background:transparent;color:var(--brand)}
.btn.ghost:hover{background:var(--brand-tint)}
/* Eyebrow + card icons in brand red (5.3:1 / 4.87:1). Gold --accent reserved
   for decorative SVG fills (heart glow, beer/glass highlights) only. */
.eyebrow{color:var(--brand)}
.card .ic{background:var(--brand-tint);color:var(--brand)}
