/* LOCKED tokens — Delano Dental (base system: wellness, bespoke-tuned)
   Tuned to a fresh aqua-mint dental brand on a cool off-white, with a soft warm
   coral accent for small decorative SVG details only. Deliberately DISTINCT from
   the Carlson deep-teal, Long Lake lake-blue, and Mound sage wellness palettes.
   Variable NAMES match _shared/base.css; only values changed. Contrast AA-verified. */
@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:#f7faf9; --surface:#ffffff; --ink:#2b3a3a; --ink-strong:#152625; --muted:#556462;
  --line:#e2e9e6;
  --brand:#0a716c; --brand-dark:#06524e; --brand-tint:#dcf1ee; --on-brand:#ffffff;
  --accent:#e8896a;
  --hero-bg:radial-gradient(1000px 480px at 12% -10%,#dcf1ee,transparent),#eef6f4;
  --header-bg:rgba(247,250,249,.85); --footer-bg:#eef6f4;
  --band-bg:#102220; --on-band:#eef6f4; --on-band-muted:#a9bdb9;

  --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(21,38,37,.06); --shadow-lg:0 22px 50px rgba(21,38,37,.12);
  --dur:220ms; --ease:cubic-bezier(.22,.61,.36,1);
}
/* Primary buttons use the aqua-teal brand; white text passes AA (~5.85: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 + card icons in brand aqua-teal (both pass AA on their backgrounds).
   The warm coral accent is reserved for small decorative SVG details only. */
.eyebrow{color:var(--brand)}
.card .ic{background:var(--brand-tint);color:var(--brand)}
