/* LOCKED tokens — Salon SPAtoria (base system: retail, bespoke-tuned)
   Spa palette: deep aqua-teal brand + warm sand accent on a soft, calm ground.
   Variable NAMES match _shared/base.css; only values changed.
   Contrast verified for AA (brand-on-white 5.14, body 11.6, muted 5.6,
   brand-on-tint 4.63, brand-on-hero 4.84). Accent (sand) is decorative only. */
@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@500;600;700&family=Inter:wght@400;500;600&display=swap');
:root{
  --bg:#ffffff; --surface:#ffffff; --ink:#2f3b39; --ink-strong:#13302d; --muted:#5b6b68;
  --line:#e2ebe9;
  --brand:#1f7a72; --brand-dark:#155a54; --brand-tint:#ecf5f3; --on-brand:#ffffff;
  --accent:#c9a36a;
  --hero-bg:radial-gradient(900px 460px at 88% -10%,#dff0ed,transparent),
            radial-gradient(720px 380px at 0% 0%,#f3ebdc,transparent),#f4f9f8;
  --header-bg:rgba(255,255,255,.86); --footer-bg:#f1f7f5;
  --band-bg:#13302d; --on-band:#ffffff; --on-band-muted:#a9c4bf;

  --font-heading:'Space Grotesk',system-ui,sans-serif; --font-body:'Inter',system-ui,sans-serif;
  --fs-base:17px; --lh-body:1.62; --fw-body:400; --fw-head:700; --lh-head:1.05; --ls-head:-.03em;
  --fs-lead:1.22rem; --fs-h1:clamp(2.6rem,6vw,4.4rem); --fs-h2:clamp(1.9rem,4vw,2.8rem); --fs-h3:1.34rem;

  --container:1140px; --gutter:24px; --section-y:96px; --hero-y:108px; --nav-h:74px;
  --space-3:11px; --space-4:17px; --space-5:27px; --space-6:32px; --space-7:60px;
  --btn-pad:15px 30px;
  --radius:16px; --radius-lg:24px; --radius-pill:999px;
  --shadow:0 10px 30px rgba(19,48,45,.08); --shadow-lg:0 24px 56px rgba(31,122,114,.18);
  --dur:200ms; --ease:cubic-bezier(.16,.84,.34,1);
}
/* Primary buttons use the deep aqua-teal (white text passes AA: ~5.1:1).
   Override the shared gradient so white-on-accent never appears. */
.btn{background:var(--brand);color:var(--on-brand)}
.btn:hover{background:var(--brand-dark);color:var(--on-brand)}
.btn.ghost{background:transparent;color:var(--brand)}
.btn.ghost:hover{background:var(--brand-tint)}
/* Eyebrow + card icons in brand teal; warm-sand accent reserved for small decorative trims. */
.eyebrow{color:var(--brand)}
.card .ic{background:var(--brand-tint);color:var(--brand)}
