/* LOCKED tokens — Ace Spirits (base system: retail, bespoke-tuned)
   Upscale whiskey & craft-beer boutique: copper + charcoal + warm amber on a
   soft cream/near-black palette. Variable NAMES match _shared/base.css; only
   values changed. Contrast verified for AA (see ace-spirits.design.json). */
@import url('https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,500;9..144,600;9..144,700&family=Inter:wght@400;500;600&display=swap');
:root{
  --bg:#ffffff; --surface:#fbf8f4; --ink:#2c241d; --ink-strong:#1c1611; --muted:#6a5d50;
  --line:#e9e1d6;
  --brand:#9a4d1c; --brand-dark:#733715; --brand-tint:#f4e7da; --on-brand:#ffffff;
  --accent:#c8841f;
  --hero-bg:radial-gradient(900px 480px at 88% -12%,#f4e7da,transparent),
            radial-gradient(680px 360px at 2% 4%,#efe6d8,transparent),#fbf8f4;
  --header-bg:rgba(251,248,244,.86); --footer-bg:#f4efe7;
  --band-bg:#1c1611; --on-band:#ffffff; --on-band-muted:#c8b7a4;

  --font-heading:'Fraunces',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:-.02em;
  --fs-lead:1.22rem; --fs-h1:clamp(2.5rem,5.6vw,4.1rem); --fs-h2:clamp(1.85rem,3.9vw,2.7rem); --fs-h3:1.32rem;

  --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:58px;
  --btn-pad:15px 30px;
  --radius:14px; --radius-lg:20px; --radius-pill:10px;
  --shadow:0 10px 28px rgba(28,22,17,.08); --shadow-lg:0 22px 52px rgba(28,22,17,.16);
  --dur:200ms; --ease:cubic-bezier(.16,.84,.34,1);
}
/* Buttons use solid copper (not amber) so white CTA text passes AA. */
.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 + icons in copper; warm amber is AA-large only, reserved for SVG/hairlines. */
.eyebrow{color:var(--brand)}
.card .ic{background:var(--brand-tint);color:var(--brand)}
