/* LOCKED tokens — The King House Restaurant & Bar (base system: food, bespoke-tuned)
   A refined "King House" palette: deep royal plum/aubergine brand with a warm
   antique-gold accent on a soft ivory ground — upscale, chef-driven, a little
   regal, and DISTINCT from the other food sites (brick-red, diner-red,
   charcoal/gold, lake-teal). Variable NAMES match _shared/base.css; only values
   changed. All text/button pairs verified ≥ 4.5:1 (see the-king-house.design.json). */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@600;700;800&family=Mulish:wght@400;500;600&display=swap');
:root{
  --bg:#fbf6f2; --surface:#ffffff; --ink:#36262e; --ink-strong:#2a1620; --muted:#6a5660;
  --line:#ecdde3;
  --brand:#6e2347; --brand-dark:#511733; --brand-tint:#f3e1e9; --on-brand:#fff4ea;
  --accent:#c9962b;
  --hero-bg:radial-gradient(1000px 460px at 85% -12%,#f3e1e9,transparent),#f6ece6;
  --header-bg:rgba(251,246,242,.88); --footer-bg:#f3e6ec;
  --band-bg:#2a1620; --on-band:#fbeede; --on-band-muted:#cdb3bf;

  --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(42,22,32,.08); --shadow-lg:0 20px 48px rgba(42,22,32,.16);
  --dur:200ms; --ease:cubic-bezier(.2,.7,.2,1);
}
/* Primary buttons use the deep plum brand with warm ivory text (~9.7:1 AA). */
.btn{background:var(--brand);color:var(--on-brand)}
.btn:hover{background:var(--brand-dark);color:var(--on-brand)}
.btn.ghost{background:transparent;color:var(--brand)}
.btn.ghost:hover{background:var(--brand-tint)}
/* The bright --accent gold (#c9962b) fails AA as small text on the ivory/tint
   grounds, so it is reserved for decorative SVG fills only. Eyebrow + card-icon
   text use a darkened antique gold that passes AA on both bg and brand-tint. */
.eyebrow{color:#875510}
.card .ic{background:#f6ecd9;color:#875510}
