/* LOCKED tokens — Ruby's Roost Bakery and Coffee (base system: food, bespoke-tuned)
   A warm, cheerful bakery palette: ruby/berry brand, soft cream backgrounds, and a
   warm caramel accent. Variable NAMES match _shared/base.css; only values changed.
   All body/UI contrast verified >= 4.5:1 for 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:#fdf6f4; --surface:#ffffff; --ink:#3a2826; --ink-strong:#2a1518; --muted:#6e5450;
  --line:#f0ddd6;
  --brand:#a52546; --brand-dark:#7e1733; --brand-tint:#f9e1e2; --on-brand:#fff5f3;
  --accent:#9a5a12;
  --hero-bg:radial-gradient(1000px 460px at 85% -12%,#f9e1e2,transparent),#fbeee2;
  --header-bg:rgba(253,246,244,.90); --footer-bg:#f7e6dd;
  --band-bg:#2a1518; --on-band:#fdf0ef; --on-band-muted:#d4b3ac;

  --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,21,24,.08); --shadow-lg:0 20px 48px rgba(42,21,24,.16);
  --dur:200ms; --ease:cubic-bezier(.2,.7,.2,1);
}
/* Eyebrow in warm caramel accent (>=5.1:1 on cream). */
.eyebrow{color:var(--accent)}
/* Card icons use the ruby brand on a warm caramel tint (>=5.8:1). */
.card .ic{background:#f7e6d4;color:var(--brand)}
