/* Theme: mobileburn — print newspaper tech desk: warm paper, Georgia
   headlines, black rules, molten-orange accent (from MOBILEBURNCOM). */
body.theme-mobileburn{
  --bg:#f6f4ef; --surface:#ffffff; --ink:#121518; --muted:#687078;
  --brand:#ffffff; --brand-ink:#121518; --accent:#d9381d;
  --line:#d9dad7; --radius:4px; --shadow:none;
  --font-body:'Inter',Arial,sans-serif; --font-head:Georgia,'Times New Roman',serif;
  --heat:#ff4f2e;
}
.theme-mobileburn h1{letter-spacing:-2px}
.theme-mobileburn h2{letter-spacing:-1px}
.theme-mobileburn .site-header{border-bottom:1px solid var(--line)}
.theme-mobileburn .site-brand{font-family:'Inter',sans-serif;letter-spacing:-1.4px;font-weight:900}
.theme-mobileburn .site-brand::after{content:'';display:inline-block;width:8px;height:8px;
  background:#ff4f2e;margin-left:4px}
.theme-mobileburn .site-nav a{border-radius:0;font-size:13px;font-weight:700}
.theme-mobileburn .site-nav a:hover{background:transparent;color:#d9381d}
.theme-mobileburn .hero{background:#fff;color:#121518;border-bottom:2px solid #121518;
  padding:44px 0 46px}
.theme-mobileburn .hero .kicker{color:#ff4f2e}
.theme-mobileburn .hero h1{font-size:clamp(2.2rem,4.6vw,3.6rem);line-height:.98}
.theme-mobileburn .lede{color:#555d63}
.theme-mobileburn .hero-art img{border-radius:0}
.theme-mobileburn .eyebrow{color:#ff4f2e;letter-spacing:.14em}
.theme-mobileburn .story-card,.theme-mobileburn .featured-card{border:0;border-radius:0;
  box-shadow:none;background:#fff}
.theme-mobileburn .story-card:hover{transform:none}
.theme-mobileburn .story-card:hover .card-media img{transform:scale(1.025)}
.theme-mobileburn .card-media img{transition:transform .4s;border-radius:0}
.theme-mobileburn .section-head{border-bottom:2px solid #121518}
.theme-mobileburn .contact button,.theme-mobileburn .calc button{background:#ff4f2e;
  border-radius:0;font-weight:800;font-size:13px}
.theme-mobileburn .contact button:hover,.theme-mobileburn .calc button:hover{background:#d9381d}
.theme-mobileburn .article-body th{background:#121518;color:#f6f4ef}
.theme-mobileburn .tldr,.theme-mobileburn .toc,.theme-mobileburn .chart,
.theme-mobileburn .calc,.theme-mobileburn .promo,.theme-mobileburn .faq details,
.theme-mobileburn .read-next-card{border-radius:0;box-shadow:none}
.theme-mobileburn .chart-bar,.theme-mobileburn .chart-dot{fill:#ff4f2e}
.theme-mobileburn .chart-line{stroke:#ff4f2e}
.theme-mobileburn .promo{border-left:4px solid #ff4f2e}
.theme-mobileburn .site-footer{background:#0e1012}

/* mobile drawer — match this theme's header */
.theme-mobileburn{--drawer-bg:var(--surface);--drawer-ink:var(--ink);--drawer-line:var(--line)}
