/* LOCKED tokens — Creative Hair (base system: retail, bespoke-tuned)
   Warm copper + cream palette with a teal decorative accent — a salon identity
   distinct from Salon SPAtoria, Parlour, and all prior salon/retail runs.
   Variable NAMES match _shared/base.css; only values changed. Contrast verified AA. */
@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@500;600;700&family=Inter:wght@400;500;600&display=swap');
:root{
  --bg:#fbf6f0; --surface:#ffffff; --ink:#3a322c; --ink-strong:#241d18; --muted:#5f554d;
  --line:#ece2d6;
  --brand:#a14e22; --brand-dark:#7d3a16; --brand-tint:#f6e7da; --on-brand:#ffffff;
  --accent:#0f7d72;
  --hero-bg:radial-gradient(900px 460px at 90% -10%,#f6e7da,transparent),
            radial-gradient(700px 380px at 0% 0%,#dff0ed,transparent),#fbf6f0;
  --header-bg:rgba(251,246,240,.86); --footer-bg:#f6efe6;
  --band-bg:#241d18; --on-band:#ffffff; --on-band-muted:#c9beb2;

  --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(36,29,24,.08); --shadow-lg:0 24px 56px rgba(161,78,34,.18);
  --dur:200ms; --ease:cubic-bezier(.16,.84,.34,1);
}
/* Primary buttons use solid copper (white text passes AA: ~5.8:1) instead of the
   retail gradient, which would not guarantee AA across the magenta stop. */
.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 copper brand (AA-legible); teal accent reserved for small decorative use. */
.eyebrow{color:var(--brand)}
.card .ic{background:var(--brand-tint);color:var(--brand)}
