/* LOCKED tokens — Cy's Bar and Grill (base system: food, bespoke-tuned)
   Classic neighborhood bar: vintage red + warm cream + deep navy. Distinct from
   the food system's terracotta/maroon and from Heartbreakers (same town).
   Variable NAMES match _shared/base.css; only values changed. Contrast verified AA. */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@600;700;800&family=Mulish:wght@400;500;600&display=swap');
:root{
  --bg:#fbf6ee; --surface:#ffffff; --ink:#2b2622; --ink-strong:#16202e; --muted:#5f574e;
  --line:#e7ddcd;
  --brand:#b02a30; --brand-dark:#8a1f24; --brand-tint:#f6e2dd; --on-brand:#fff7f1;
  --accent:#1f3a5f;
  --hero-bg:radial-gradient(1000px 480px at 86% -14%,#f6e2dd,transparent),#f4ead8;
  --header-bg:rgba(251,246,238,.90); --footer-bg:#16202e;
  --band-bg:#16202e; --on-band:#fdf2e7; --on-band-muted:#aebacb;

  --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,32,46,.09); --shadow-lg:0 20px 48px rgba(22,32,46,.18);
  --dur:200ms; --ease:cubic-bezier(.2,.7,.2,1);
}
/* Eyebrow + card icons in deep navy accent; brand red carries the CTAs.
   White on brand red = 6.16:1 AA, so no .btn color override needed. */
.eyebrow{color:var(--accent)}
.card .ic{background:#e8eef6;color:var(--accent)}
/* Footer is navy here — tune footer link colors for contrast on dark. */
.site-footer{color:var(--on-band-muted)}
.site-footer a{color:var(--on-band-muted)}
.site-footer a:hover{color:var(--on-brand)}
