/* LOCKED tokens — All That Glitters / Leanne Kampfe (base system: retail, bespoke-tuned)
   Elegant jewelry brand: rose-gold + blush + warm grey. Distinct from prior jewelers
   (Infinity charcoal+gold, Wayzata navy+silver). Variable NAMES match _shared/base.css;
   only values changed. Contrast verified for AA (see leanne-kampfe.design.json). */
@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:#fffafb; --ink:#41323a; --ink-strong:#241a1f; --muted:#6b5a62;
  --line:#efe3e6;
  --brand:#8c4a55; --brand-dark:#6e3942; --brand-tint:#f6e9ec; --on-brand:#ffffff;
  --accent:#b76e79;
  --hero-bg:radial-gradient(900px 460px at 90% -10%,#f6e9ec,transparent),
            radial-gradient(700px 380px at 0% 0%,#fbeef0,transparent),#fcf7f8;
  --header-bg:rgba(255,255,255,.86); --footer-bg:#faf2f4;
  --band-bg:#2b2228; --on-band:#ffffff; --on-band-muted:#c9b9bf;

  --font-heading:'Cormorant Garamond',Georgia,serif; --font-body:'Inter',system-ui,sans-serif;
  --fs-base:17px; --lh-body:1.62; --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: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(43,34,40,.08); --shadow-lg:0 24px 56px rgba(140,74,85,.18);
  --dur:200ms; --ease:cubic-bezier(.16,.84,.34,1);
}
/* Retail base ships a gradient .btn whose contrast isn't guaranteed; override to solid
   --brand so white text passes AA (6.51:1), matching the larson/gold-standard approach. */
.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 in deep rose --brand (6.51:1). Rose-gold --accent (3.80:1) is reserved for
   decorative card-icon glyphs on the tint surface only — never body text. */
.eyebrow{color:var(--brand)}
.card .ic{background:var(--brand-tint);color:var(--brand)}
