/* LOCKED tokens — Hendrix & Siena (base system: food, bespoke-tuned)
   Concept: modern family Italian-American — deep plum + antique gold on a warm
   cream. Deliberately distinct from the maroon/terracotta food default and from
   every prior food site in this workflow (LTD's charcoal+green, the bakery's
   warm browns, etc.). Variable NAMES match _shared/base.css; only values changed.
   Contrast verified for WCAG AA (Python check): body/button/footer/band/eyebrow
   text pairs all >= 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:#fbf6ef; --surface:#ffffff; --ink:#352630; --ink-strong:#241019; --muted:#6a5560;
  --line:#ecdcdf;
  --brand:#5b2540; --brand-dark:#42182e; --brand-tint:#f3e2ec; --on-brand:#fff7f1;
  --accent:#8a5e12;
  --hero-bg:radial-gradient(1000px 460px at 85% -12%,#f3e2ec,transparent),#f6ece6;
  --header-bg:rgba(251,246,239,.88); --footer-bg:#f3e6ee;
  --band-bg:#241019; --on-band:#fbeee9; --on-band-muted:#cbb0bd;

  --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(36,16,25,.08); --shadow-lg:0 20px 48px rgba(36,16,25,.16);
  --dur:200ms; --ease:cubic-bezier(.2,.7,.2,1);
}
/* Primary buttons use deep plum (on-brand cream text passes AA: ~11: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 + card icons in antique gold (darkened to #8a5e12 so the small
   uppercase eyebrow passes AA on cream and on the icon chip). */
.eyebrow{color:var(--accent)}
.card .ic{background:#f6ecd9;color:var(--accent)}
