/* LOCKED tokens — iSpa Nails (base system: retail, bespoke-tuned)
   Tuned to a calm, upscale spa palette: eucalyptus teal brand + soft rose-gold
   accent, with an elegant Cormorant Garamond display serif over Inter body.
   Variable NAMES match _shared/base.css; only values changed. Contrast AA-verified. */
@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:#fdfdfc; --ink:#22312f; --ink-strong:#10211f; --muted:#566863;
  --line:#e6ece9;
  --brand:#0f6e6a; --brand-dark:#0a514e; --brand-tint:#dff0ee; --on-brand:#ffffff;
  --accent:#c08457;
  --hero-bg:radial-gradient(960px 480px at 88% -12%,#dff0ee,transparent),
            radial-gradient(680px 360px at 2% 4%,#f5ece4,transparent),#f7faf9;
  --header-bg:rgba(255,255,255,.86); --footer-bg:#f2f7f5;
  --band-bg:#10211f; --on-band:#ffffff; --on-band-muted:#b7c9c5;

  --font-heading:'Cormorant Garamond',Georgia,serif; --font-body:'Inter',system-ui,sans-serif;
  --fs-base:17px; --lh-body:1.64; --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,4vw,3rem); --fs-h3:1.4rem;

  --container:1140px; --gutter:24px; --section-y:94px; --hero-y:104px; --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(16,33,31,.07); --shadow-lg:0 22px 52px rgba(16,33,31,.16);
  --dur:200ms; --ease:cubic-bezier(.16,.84,.34,1);
}
/* Retail base ships a gradient .btn with no contrast guarantee; override to solid
   --brand (white text = 6.07: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 teal (6.07:1). Rose-gold --accent (3.14:1 on white) is
   reserved for decorative card-icon glyphs only — never body/link text. */
.eyebrow{color:var(--brand)}
.card .ic{background:#f5ece4;color:var(--accent)}
