/* LOCKED tokens — Cadence Chiropractic & Contrast Suite (base system: wellness, bespoke-tuned)
   Recovery-forward identity: deep plum-berry brand + warm sand neutral, with a soft
   gold accent reserved for small decorative use. Distinct from all prior wellness
   palettes (teals, sages, dusty roses). Variable NAMES match _shared/base.css;
   only values changed. All body/UI text verified AA (≥4.5:1). */
@import url('https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,500;9..144,600&family=Inter:wght@400;500;600&display=swap');
:root{
  --bg:#fbf8f5; --surface:#ffffff; --ink:#3a3035; --ink-strong:#2a1f28; --muted:#6a5d63;
  --line:#ece2e6;
  --brand:#6d2150; --brand-dark:#511539; --brand-tint:#f3e3ec; --on-brand:#ffffff;
  --accent:#c08a4a;
  --hero-bg:radial-gradient(1000px 480px at 12% -10%,#f3e3ec,transparent),#f6efe9;
  --header-bg:rgba(251,248,245,.85); --footer-bg:#f3ece8;
  --band-bg:#2a1f28; --on-band:#f6efe9; --on-band-muted:#c4b3bd;

  --font-heading:'Fraunces',Georgia,serif; --font-body:'Inter',system-ui,sans-serif;
  --fs-base:17px; --lh-body:1.7; --fw-body:400; --fw-head:600; --lh-head:1.12; --ls-head:-.01em;
  --fs-lead:1.22rem; --fs-h1:clamp(2.5rem,5.4vw,4rem); --fs-h2:clamp(1.8rem,3.6vw,2.6rem); --fs-h3:1.32rem;

  --container:1120px; --gutter:26px; --section-y:104px; --hero-y:112px; --nav-h:76px;
  --space-3:12px; --space-4:18px; --space-5:28px; --space-6:34px; --space-7:64px;
  --btn-pad:15px 30px;
  --radius:16px; --radius-lg:22px; --radius-pill:999px;
  --shadow:0 10px 30px rgba(42,31,40,.07); --shadow-lg:0 22px 50px rgba(42,31,40,.14);
  --dur:220ms; --ease:cubic-bezier(.22,.61,.36,1);
}
/* Primary buttons use deep plum-berry (white text ~10.6:1 AAA). */
.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 in brand plum (~10:1); icons brand-on-tint (~8.6:1). Gold accent reserved for small decorative use. */
.eyebrow{color:var(--brand)}
.card .ic{background:var(--brand-tint);color:var(--brand)}
