/* LOCKED tokens — Angel Food Bakery (base system: food, bespoke-tuned)
   Tuned to a cheerful scratch bakery: berry/raspberry-pink + cream + warm gold.
   Distinct from the default food terracotta/maroon. Variable NAMES match
   _shared/base.css; only values changed. Contrast verified for AA:
   body ink/bg 13.5:1, muted/bg 6.5:1, brand/bg 5.3:1, on_brand/brand (btn) 5.3: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:#fffaf4; --surface:#ffffff; --ink:#3a2630; --ink-strong:#2a1822; --muted:#6e5560;
  --line:#f1dfe8;
  --brand:#b53a6e; --brand-dark:#8e2a55; --brand-tint:#f7e2ec; --on-brand:#fff7fb;
  --accent:#caa23a;
  --hero-bg:radial-gradient(1000px 460px at 85% -12%,#fbe1ec,transparent),#fdeef3;
  --header-bg:rgba(255,250,244,.90); --footer-bg:#fbeef4;
  --band-bg:#2a1822; --on-band:#fdeef5; --on-band-muted:#cda9bb;

  --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,24,34,.08); --shadow-lg:0 20px 48px rgba(42,24,34,.16);
  --dur:200ms; --ease:cubic-bezier(.2,.7,.2,1);
}
/* Primary buttons use berry-pink; white text passes AA (~5.3: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 + icons in brand pink (gold accent reserved for small decorative use,
   it doesn't pass body contrast on cream so it's never used for text on bg). */
.eyebrow{color:var(--brand)}
.card .ic{background:var(--brand-tint);color:var(--brand)}
