/* LOCKED tokens — The Parlour Salon & Spa (base system: retail, bespoke-tuned)
   Vintage-glam parlour: deep emerald brand + antique-gold accent on a warm
   ivory canvas. Variable NAMES match _shared/base.css; only values changed.
   Distinct from cypress-salon (rose/wine), haven-salon (terracotta),
   jeannas-salon (plum/berry), and Salon SPAtoria (same batch). AA verified. */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@600;700&family=Inter:wght@400;500;600&display=swap');
:root{
  --bg:#fbf8f3; --surface:#ffffff; --ink:#2c302c; --ink-strong:#152019; --muted:#56605a;
  --line:#e7e2d7;
  --brand:#0f5132; --brand-dark:#0a3a24; --brand-tint:#e3efe7; --on-brand:#ffffff;
  --accent:#87640f;
  --hero-bg:radial-gradient(900px 460px at 88% -10%,#e3efe7,transparent),
            radial-gradient(680px 360px at 2% 0%,#f6edd9,transparent),#fbf8f3;
  --header-bg:rgba(251,248,243,.86); --footer-bg:#f4efe5;
  --band-bg:#152019; --on-band:#ffffff; --on-band-muted:#bcc6bd;

  --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:700; --lh-head:1.06; --ls-head:-.01em;
  --fs-lead:1.22rem; --fs-h1:clamp(2.8rem,6vw,4.6rem); --fs-h2:clamp(2rem,4.2vw,3rem); --fs-h3:1.42rem;

  --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:20px; --radius-pill:999px;
  --shadow:0 10px 30px rgba(21,32,25,.08); --shadow-lg:0 24px 56px rgba(15,81,50,.16);
  --dur:200ms; --ease:cubic-bezier(.16,.84,.34,1);
}
/* Buttons use solid deep emerald (white text ~7.5:1 AA) instead of the retail
   gradient, so CTA text always passes. Gold accent is reserved for eyebrow,
   icons, and small decorative use. */
.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{color:var(--accent)}
.card .ic{background:#f3ead3;color:var(--accent)}
.brand .dot{color:var(--accent)}
