/* LOCKED tokens — LTD Brewing Co. (base system: food, bespoke-tuned)
   Craft-brewery taproom identity: industrial charcoal + hop-green + copper,
   deliberately distinct from the maroon/terracotta food default and all prior
   food sites. Variable NAMES match _shared/base.css; only values changed.
   Body & button contrast verified for AA (>=4.5:1). */
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@500;600;700&family=Mulish:wght@400;500;600;700&display=swap');
:root{
  --bg:#f4f3ef; --surface:#ffffff; --ink:#262c29; --ink-strong:#161b18; --muted:#525b55;
  --line:#dcded7;
  --brand:#2f6f3e; --brand-dark:#1f5029; --brand-tint:#dde9dd; --on-brand:#ffffff;
  --accent:#9c5215;
  --hero-bg:radial-gradient(1000px 460px at 85% -12%,#dde9dd,transparent),linear-gradient(180deg,#1f2623,#2b332e);
  --header-bg:rgba(244,243,239,.90); --footer-bg:#1c211e;
  --band-bg:#161b18; --on-band:#f4f3ef; --on-band-muted:#aeb6ad;

  --font-heading:'Oswald',Impact,system-ui,sans-serif; --font-body:'Mulish',system-ui,sans-serif;
  --fs-base:17px; --lh-body:1.66; --fw-body:400; --fw-head:700; --lh-head:1.08; --ls-head:.005em;
  --fs-lead:1.22rem; --fs-h1:clamp(2.6rem,5.6vw,4.2rem); --fs-h2:clamp(1.9rem,3.8vw,2.7rem); --fs-h3:1.34rem;

  --container:1120px; --gutter:24px; --section-y:96px; --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:8px; --radius-lg:14px; --radius-pill:6px;
  --shadow:0 8px 26px rgba(22,27,24,.10); --shadow-lg:0 20px 48px rgba(22,27,24,.20);
  --dur:200ms; --ease:cubic-bezier(.2,.7,.2,1);
}
/* Hero sits on a dark charcoal gradient — force light text inside it. */
.hero{color:var(--on-band)}
.hero h1{color:var(--on-band)}
.hero .lead{color:var(--on-band-muted)}
.hero .eyebrow{color:#8fd29a}
/* Copper accent reserved for eyebrows/icons; hop-green brand carries the CTAs. */
.eyebrow{color:var(--accent)}
.card .ic{background:var(--brand-tint);color:var(--brand-dark)}
/* Footer sits on dark charcoal — lighten its text + links for AA. */
.site-footer{color:#c4cbc3}
.site-footer a{color:#c4cbc3}
.site-footer a:hover{color:#8fd29a}
