/* LOCKED tokens — Warren's Restaurant & Bar (base system: food, bespoke-tuned)
   Refined supper-club / steakhouse feel: deep charcoal-espresso + warm gold, with
   a burgundy brand. Distinct from Forkless (fire-roasted brick) and The Choo Choo
   (bright diner red). Variable NAMES match _shared/base.css; only values changed.
   Body + button contrast verified for 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:#fbf7f0; --surface:#ffffff; --ink:#322a25; --ink-strong:#211a16; --muted:#5f5249;
  --line:#e7ddcf;
  --brand:#7a2230; --brand-dark:#5b1622; --brand-tint:#f3e2df; --on-brand:#fbf3ea;
  --accent:#c08a2d;
  --hero-bg:radial-gradient(1100px 480px at 86% -14%,#f0e3cb,transparent),#f6efe3;
  --header-bg:rgba(251,247,240,.90); --footer-bg:#f1e8da;
  --band-bg:#211a16; --on-band:#f6ecdb; --on-band-muted:#c3ac93;

  --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(33,26,22,.08); --shadow-lg:0 20px 48px rgba(33,26,22,.18);
  --dur:200ms; --ease:cubic-bezier(.2,.7,.2,1);
}
/* Primary buttons use the deep burgundy (warm-cream text passes AA comfortably). */
.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);color:var(--brand)}
/* Eyebrow + card icons in a deepened gold so small uppercase text passes AA. */
.eyebrow{color:#8a6014}
.card .ic{background:#f4ead2;color:#9a6c18}
