/* Theme: kfcmenu — loud warm brand energy: condensed uppercase, red on cream,
   gold accents, stripe bands (from KFCMENUPRICECOZA). */
body.theme-kfcmenu{
  --bg:#f7f3ed; --surface:#ffffff; --ink:#1a1a1a; --muted:#5f5f5f;
  --brand:#e4002b; --brand-ink:#fff; --accent:#b3001f;
  --line:#e5ded4; --radius:14px; --shadow:0 2px 10px rgba(26,26,26,.08);
  --font-body:'Poppins','Segoe UI',sans-serif;
  --font-head:'Barlow Condensed','Arial Narrow',sans-serif;
  --gold:#f2b21b;
}
.theme-kfcmenu h1,.theme-kfcmenu h2,.theme-kfcmenu h3,.theme-kfcmenu .site-brand{
  text-transform:uppercase;letter-spacing:.01em;line-height:1.08;font-weight:800}
.theme-kfcmenu .site-header{background:#1a1a1a;border-bottom:0;
  box-shadow:0 2px 12px rgba(0,0,0,.25)}
.theme-kfcmenu .site-brand{color:#fff;font-size:24px}
.theme-kfcmenu .site-brand::first-letter{color:#e4002b}
.theme-kfcmenu .site-nav a{color:#fff;font-family:var(--font-head);
  text-transform:uppercase;font-size:16px;letter-spacing:.04em}
.theme-kfcmenu .site-nav a:hover{background:rgba(255,255,255,.1);color:#fff}
.theme-kfcmenu .hero{position:relative;
  background:radial-gradient(1200px 500px at 85% -10%, rgba(255,255,255,.14), transparent 60%),
  linear-gradient(160deg,#e4002b 55%,#b3001f);padding-bottom:74px}
.theme-kfcmenu .hero::after{content:'';position:absolute;left:0;right:0;bottom:0;height:14px;
  background:repeating-linear-gradient(90deg,#fff 0 48px,#e4002b 48px 96px)}
.theme-kfcmenu .hero .kicker{background:#1a1a1a;color:#fff;border-radius:999px;
  padding:6px 14px;font-family:var(--font-head);letter-spacing:.1em}
.theme-kfcmenu .story-card,.theme-kfcmenu .featured-card{border:0;border-radius:14px}
.theme-kfcmenu .eyebrow{color:#b3001f}
.theme-kfcmenu .contact button,.theme-kfcmenu .calc button{border-radius:999px;
  font-family:var(--font-head);text-transform:uppercase;letter-spacing:.05em;
  font-size:1.05rem;background:#e4002b}
.theme-kfcmenu .contact button:hover,.theme-kfcmenu .calc button:hover{background:#b3001f}
.theme-kfcmenu .article-body h2{border-top:3px solid #e4002b;padding-top:12px}
.theme-kfcmenu .article-body th{background:#1a1a1a;color:#f2b21b}
.theme-kfcmenu .tldr{background:#1a1a1a;color:#fff;border:0}
.theme-kfcmenu .tldr .box-title{color:#f2b21b}
.theme-kfcmenu .chart-bar,.theme-kfcmenu .chart-dot{fill:#e4002b}
.theme-kfcmenu .chart-line{stroke:#e4002b}
.theme-kfcmenu .chart-value{fill:#b3001f}
.theme-kfcmenu .promo{border-left:6px solid #f2b21b}
.theme-kfcmenu .faq summary::after{color:#e4002b}
.theme-kfcmenu .site-footer{background:#1a1a1a;color:#cfcfcf;position:relative}
.theme-kfcmenu .site-footer::before{content:'';position:absolute;left:0;right:0;top:0;
  height:12px;background:repeating-linear-gradient(90deg,#f2b21b 0 42px,#1a1a1a 42px 84px)}
.theme-kfcmenu .section-head{border-bottom-color:#e4002b}

/* mobile drawer — match this theme's header */
.theme-kfcmenu{--drawer-bg:#1a1a1a;--drawer-ink:#ffffff;--drawer-line:rgba(255,255,255,.16)}
