/* LOCKED tokens — Schram Vineyards Winery & Brewery (base system: food, bespoke-tuned)
   Tuned from the food system's terracotta/maroon to an elegant WINERY palette:
   wine burgundy brand + vineyard green (eyebrow/icons) + gold accent + cream canvas.
   Variable NAMES match _shared/base.css; only values changed. All contrast AA-verified
   (body + buttons + eyebrow + icons + band >= 4.5:1). Gold accent is reserved for
   decorative SVG/hairlines only — green carries text-on-cream duty so it clears 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:#33272a; --ink-strong:#2a1419; --muted:#6a5358;
  --line:#ecdfd8;
  --brand:#6e1e2c; --brand-dark:#511420; --brand-tint:#f1e2e0; --on-brand:#fdf3ef;
  --accent:#9a6b14;
  --hero-bg:radial-gradient(1000px 460px at 85% -12%,#f1e2e0,transparent),#f6ebe2;
  --header-bg:rgba(251,246,238,.88); --footer-bg:#f2e7dd;
  --band-bg:#3a1620; --on-band:#fdf2ea; --on-band-muted:#cbab9f;

  --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(42,20,25,.08); --shadow-lg:0 20px 48px rgba(42,20,25,.16);
  --dur:200ms; --ease:cubic-bezier(.2,.7,.2,1);
}
/* Primary buttons: wine burgundy with cream text (~10.2: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 vineyard green (7.1:1 / 6.5:1 on cream) — green is the
   text-safe secondary; the gold --accent stays decorative (SVG/hairlines only). */
.eyebrow{color:#2f5d3a}
.card .ic{background:#e7efd9;color:#2f5d3a}
