/* LOCKED tokens — Minnetonka Dental (base system: wellness, bespoke-tuned)
   Calm dental identity: soft cool-grey canvas + a clean teal brand with a warm
   terracotta accent reserved for tiny decorative use. Deliberately distinct from
   the wellness default (sage/honey green-teal) and from every prior wellness
   palette in this workflow. Variable NAMES match _shared/base.css; only values
   changed. All body/button/footer/band/eyebrow text pairs verified >= 4.5:1 (AA)
   via a Python WCAG check. */
@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:#f5f7f8; --surface:#ffffff; --ink:#33424a; --ink-strong:#16282e; --muted:#566169;
  --line:#dde4e7;
  --brand:#0f7d83; --brand-dark:#0a5a5f; --brand-tint:#dff0f0; --on-brand:#ffffff;
  --accent:#964a2c;
  --hero-bg:radial-gradient(1000px 480px at 12% -10%,#dbeeee,transparent),#eaf3f3;
  --header-bg:rgba(245,247,248,.85); --footer-bg:#eef2f3;
  --band-bg:#16282e; --on-band:#eef4f4; --on-band-muted:#a9bcbe;

  --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(22,40,46,.06); --shadow-lg:0 22px 50px rgba(22,40,46,.12);
  --dur:220ms; --ease:cubic-bezier(.22,.61,.36,1);
}
/* Primary buttons use the teal brand (white text passes AA: ~4.9: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);color:var(--brand-dark)}
/* Eyebrows + card icon glyphs use the DEEP teal so small uppercase text clears AA
   on the cool-grey bg (7.4:1) and on the teal tint chip (6.76:1). The terracotta
   accent is reserved for small decorative marks only. */
.eyebrow{color:var(--brand-dark)}
.card .ic{background:var(--brand-tint);color:var(--brand-dark)}
.brand .dot{color:var(--accent)}
