/* LOCKED tokens — Lakeshore Interiors (base system: retail, bespoke-tuned)
   Tuned to an elegant interiors palette: warm greige/taupe brand, deep charcoal
   ink, and a brass accent reserved for small decorative use. Distinct from the
   other retail sites (Jeanna's plum, Spike's barn-green). Variable NAMES match
   _shared/base.css; only values changed. Contrast verified for AA. */
@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:#fffefb; --ink:#34302b; --ink-strong:#211d18; --muted:#6b6157;
  --line:#e9e2d8;
  --brand:#4a4137; --brand-dark:#332c24; --brand-tint:#efeae2; --on-brand:#ffffff;
  --accent:#a07a3c;
  --hero-bg:radial-gradient(1000px 480px at 88% -12%,#efeae2,transparent),
            radial-gradient(720px 380px at 0% 0%,#f6f1e9,transparent),#faf7f2;
  --header-bg:rgba(255,255,255,.86); --footer-bg:#f6f3ee;
  --band-bg:#211d18; --on-band:#ffffff; --on-band-muted:#c4bbac;

  --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:600; --lh-head:1.06; --ls-head:-.01em;
  --fs-lead:1.22rem; --fs-h1:clamp(2.7rem,6vw,4.6rem); --fs-h2:clamp(2rem,4.2vw,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:12px; --radius-lg:18px; --radius-pill:6px;
  --shadow:0 10px 30px rgba(33,29,24,.07); --shadow-lg:0 22px 52px rgba(33,29,24,.16);
  --dur:200ms; --ease:cubic-bezier(.16,.84,.34,1);
}
/* Retail base ships a gradient .btn whose contrast isn't guaranteed; override to
   solid --brand (white text = 9.99:1). */
.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 + links + card icons use --brand (9.99:1 / 8.34:1). The brass --accent
   (3.93:1 on white) is reserved for small decorative SVG/hairline use only. */
.eyebrow{color:var(--brand)}
.card .ic{background:var(--brand-tint);color:var(--brand)}
.brand .dot{color:var(--accent)}
