/* LOCKED tokens — The Whiskey Jar Pub & Eatery (base system: food, bespoke-tuned)
   Pub palette: whiskey amber/caramel accent over dark-wood/charcoal. The deep
   espresso-wood brown carries buttons + bands (warm-cream text passes AA); the
   warm amber is reserved for eyebrows/icons/decorative SVG. Deliberately DISTINCT
   from the other food sites (King House plum, Forkless brick-red, Surfside teal).
   Variable NAMES match _shared/base.css; only values changed. AA verified. */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@600;700;800&family=Mulish:wght@400;500;600&display=swap');
:root{
  --bg:#fbf4ea; --surface:#fffdf9; --ink:#33271c; --ink-strong:#241a11; --muted:#6b5640;
  --line:#e9ddc9;
  --brand:#3a2a1c; --brand-dark:#241a11; --brand-tint:#f2e6d2; --on-brand:#fdf6ea;
  --accent:#b5701a;
  --hero-bg:radial-gradient(1000px 460px at 85% -12%,#f2e3c8,transparent),#f5ead6;
  --header-bg:rgba(251,244,234,.90); --footer-bg:#efe2cc;
  --band-bg:#241a11; --on-band:#fdf3e2; --on-band-muted:#cdb89c;

  --font-heading:'Playfair Display',Georgia,serif; --font-body:'Mulish',system-ui,sans-serif;
  --fs-base:17px; --lh-body:1.66; --fw-body:400; --fw-head:700; --lh-head:1.06; --ls-head:-.01em;
  --fs-lead:1.22rem; --fs-h1:clamp(2.6rem,5.6vw,4.3rem); --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:12px; --radius-lg:18px; --radius-pill:999px;
  --shadow:0 8px 26px rgba(36,26,17,.10); --shadow-lg:0 20px 48px rgba(36,26,17,.18);
  --dur:200ms; --ease:cubic-bezier(.2,.7,.2,1);
}
/* Primary buttons use the deep espresso-wood brand (warm-cream text passes AA ~12: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)}
/* Bright amber --accent #b5701a is reserved for decorative SVG fills only — as
   small TEXT it fails AA, so eyebrow + card-icon text use a deeper whiskey
   caramel #8a5414 (5.73:1 on bg, 5.07:1 on the #f3e6cf icon chip). */
.eyebrow{color:#8a5414}
.card .ic{background:#f3e6cf;color:#8a5414}
