/* LOCKED tokens — Haven A Boutique Salon (base system: retail, bespoke-tuned)
   Tuned to a calm-sanctuary salon palette: warm terracotta/clay brand + soft
   bronze accent over a cream canvas. Deliberately distinct from the other salons
   in flight (Cypress, Jeanna's plum, iSpa eucalyptus-teal+rose-gold).
   Variable NAMES match _shared/base.css; only values changed.
   Contrast AA-verified: body 14.2:1, white-on-brand 5.18:1, eyebrow 5.18:1. */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&family=Inter:wght@400;500;600&display=swap');
:root{
  --bg:#ffffff; --surface:#fdf9f4; --ink:#33291f; --ink-strong:#241b12; --muted:#6e5f50;
  --line:#ece1d5;
  --brand:#a85638; --brand-dark:#823f27; --brand-tint:#f3e4da; --on-brand:#ffffff;
  --accent:#b88a5e;
  --hero-bg:radial-gradient(960px 480px at 88% -12%,#f3e4da,transparent),
            radial-gradient(680px 360px at 0% 2%,#f7efe5,transparent),#fcf7f1;
  --header-bg:rgba(253,249,244,.86); --footer-bg:#f7efe5;
  --band-bg:#2a2017; --on-band:#ffffff; --on-band-muted:#c9bba9;

  --font-heading:'Cormorant Garamond',Georgia,serif; --font-body:'Inter',system-ui,sans-serif;
  --fs-base:17px; --lh-body:1.65; --fw-body:400; --fw-head:600; --lh-head:1.06; --ls-head:-.01em;
  --fs-lead:1.22rem; --fs-h1:clamp(2.8rem,6vw,4.7rem); --fs-h2:clamp(2rem,4vw,3rem); --fs-h3:1.4rem;

  --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:14px; --radius-lg:22px; --radius-pill:999px;
  --shadow:0 10px 30px rgba(42,32,23,.08); --shadow-lg:0 22px 52px rgba(168,86,56,.16);
  --dur:200ms; --ease:cubic-bezier(.16,.84,.34,1);
}
/* Retail base ships a gradient .btn with no contrast guarantee; override to solid
   --brand terracotta (white text = 5.18:1, AA pass). */
.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 + links in brand clay (5.18:1). Soft bronze --accent (3.07:1 on white) is
   reserved for decorative card-icon glyphs only — never body/link text. */
.eyebrow{color:var(--brand)}
.card .ic{background:var(--brand-tint);color:var(--brand)}
