/* Fire Beast — The Energy Lab — shared editorial stylesheet
   Reskinned to match the Fire Beast Premium Design System (firebeast.css) */

@import url('https://fonts.googleapis.com/css2?family=Anton&family=Syne:wght@500;600;700;800&family=Inter:wght@400;500;600;700;800&display=swap');

:root{
  --fire-red: #e31c24;
  --fire-orange: #ef5323;
  --fire-gradient: linear-gradient(236.9deg, #e31c24 30.1%, #010101 92.4%);
  --fire-glow: 0 0 40px rgba(227, 28, 36, 0.3);

  --bg: #070302;
  --paper: #000000;
  --paper-alt: #0d0d0d;
  --ink: #ffffff;
  --ink-soft: rgba(255, 255, 255, 0.72);
  --muted: rgba(255, 255, 255, 0.5);
  --subtle: rgba(255, 255, 255, 0.35);
  --line: rgba(255, 255, 255, 0.1);

  --accent: var(--fire-orange);
  --accent-deep: var(--fire-red);
  --accent-soft: rgba(227, 28, 36, 0.08);
  --gold: #e0a233;
  --green: #3fb56a;
  --green-soft: rgba(63, 181, 106, 0.08);
  --red: #ff4d4d;
  --red-soft: rgba(255, 77, 77, 0.08);
  --blue: #4d9be0;
  --blue-soft: rgba(77, 155, 224, 0.08);

  --radius: 4px;
  --serif: 'Anton', sans-serif;
  --sans: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --mono: 'Syne', sans-serif;
}

*{ box-sizing: border-box; }
html{ scroll-behavior: smooth; }

body{
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

img{ max-width: 100%; display:block; }

a{ color: var(--fire-orange); text-decoration: none; border-bottom: 1px solid rgba(239, 83, 35, 0.35); }
a:hover{ border-bottom-color: var(--fire-orange); }

/* ---------- Header ---------- */
.site-header{
  display:flex; align-items:center; justify-content:space-between;
  max-width: 880px; margin: 0 auto; padding: 34px 24px 20px;
  border-bottom: 1px solid var(--line);
}
.brand{ display:flex; align-items:center; gap:10px; font-family: var(--mono); font-weight:700; font-size: 19px; letter-spacing: 0.02em; text-transform: uppercase; }
.brand .flame{ font-size: 20px; }
.brand-name{ color: var(--ink); }
.site-header .tag{
  font-family: var(--mono); font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--muted);
}

/* ---------- Article shell ---------- */
main{ max-width: 880px; margin: 0 auto; padding: 0 24px; }

.eyebrow-row{
  display:flex; flex-wrap:wrap; gap: 10px; align-items:center;
  margin: 32px 0 18px;
  font-family: var(--mono); font-size: 12px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--fire-orange);
}
.eyebrow-row .pill{
  border: 1px solid var(--line); border-radius: 999px; padding: 4px 12px; color: var(--ink-soft);
  background: var(--paper);
}
.eyebrow-row .dot{ color: var(--muted); }

h1.headline{
  font-family: var(--serif); font-weight: 400; letter-spacing: 0.01em; text-transform: uppercase;
  font-size: clamp(2.1rem, 4.6vw, 3.2rem); line-height: 1; margin: 0 0 18px; color: var(--ink);
}
h1.headline em{ font-style: normal; color: var(--fire-red); }

.dek{
  font-family: var(--sans); font-weight: 500; font-size: 1.28rem; line-height: 1.5; color: var(--ink-soft);
  margin: 0 0 26px; max-width: 66ch;
}

.meta-line{
  display:flex; flex-wrap:wrap; gap: 18px; align-items:center;
  font-size: 14px; color: var(--muted); padding-bottom: 28px; margin-bottom: 30px;
  border-bottom: 1px solid var(--line);
}
.meta-line strong{ color: var(--ink-soft); }

/* ---------- Stat grid ---------- */
.stat-grid{
  display:grid; grid-template-columns: repeat(4, 1fr); gap: 1px;
  background: var(--line); border: 1px solid var(--line); border-radius: var(--radius);
  overflow: hidden; margin: 0 0 34px;
}
.stat-grid.cols-2{ grid-template-columns: repeat(2, 1fr); }
.stat-card{ background: var(--paper); padding: 20px 18px; }
.stat-card .num{ font-family: var(--serif); font-weight: 400; font-size: 1.9rem; color: var(--fire-red); line-height: 1; }
.stat-card .label{ margin-top: 8px; font-size: 12.5px; color: var(--ink-soft); line-height: 1.4; }

@media (max-width: 640px){
  .stat-grid{ grid-template-columns: repeat(2, 1fr); }
}

/* ---------- Big number panel (headline stat) ---------- */
.hero-stat{
  border: 1px solid var(--fire-red); border-radius: var(--radius); padding: 28px 30px; margin: 0 0 36px;
  background: var(--paper);
  box-shadow: var(--fire-glow);
}
.hero-stat .num{ font-family: var(--serif); font-size: 3.6rem; font-weight: 400; color: var(--fire-red); line-height: 1; }
.hero-stat .label{ margin-top: 6px; font-weight: 700; color: var(--ink); font-family: var(--mono); text-transform: uppercase; font-size: 15px; letter-spacing: 0.02em; }
.hero-stat .note{ margin-top: 10px; font-size: 14.5px; color: var(--ink-soft); }

/* ---------- Body copy ---------- */
.content{ padding-bottom: 10px; }
.content p{ margin: 0 0 22px; color: var(--ink-soft); }
.content h2{
  font-family: var(--serif); font-weight: 400; font-size: 1.7rem; letter-spacing: 0.01em; text-transform: uppercase;
  margin: 48px 0 18px; color: var(--ink); scroll-margin-top: 20px;
}
.content h2 .n{ color: var(--fire-orange); font-family: var(--mono); font-size: 1rem; margin-right: 10px; vertical-align: middle; }
.content h3{ font-family: var(--mono); font-weight: 700; font-size: 1.05rem; margin: 30px 0 12px; color: var(--ink); text-transform: uppercase; letter-spacing: 0.02em; }
.content strong{ color: var(--ink); font-weight: 700; }

/* ---------- Callouts ---------- */
.callout{
  border-radius: var(--radius); padding: 20px 22px; margin: 26px 0;
  border: 1px solid var(--line); background: var(--paper);
}
.callout .kicker{ font-family: var(--mono); font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 8px; display:block; }
.callout.info{ border-color: var(--blue); background: var(--blue-soft); }
.callout.info .kicker{ color: var(--blue); }
.callout.warn{ border-color: var(--gold); background: rgba(224, 162, 51, 0.08); }
.callout.warn .kicker{ color: var(--gold); }
.callout.good{ border-color: var(--green); background: var(--green-soft); }
.callout.good .kicker{ color: var(--green); }
.callout.brand{ border: 1px solid var(--fire-red); background: var(--accent-soft); box-shadow: var(--fire-glow); }
.callout.brand .kicker{ color: var(--fire-orange); }
.callout p:last-child{ margin-bottom: 0; }
.callout p{ color: var(--ink-soft); }

/* ---------- Quotes ---------- */
blockquote.pull{
  margin: 34px 0; padding: 4px 0 4px 26px; border-left: 3px solid var(--fire-red);
}
blockquote.pull p{
  font-family: var(--sans); font-style: normal; font-weight: 600; font-size: 1.35rem; line-height: 1.5; color: var(--ink);
  margin: 0 0 10px;
}
blockquote.pull cite{ font-family: var(--mono); font-size: 12px; letter-spacing: 0.06em; text-transform: uppercase; color: var(--muted); font-style: normal; }

/* ---------- Tables ---------- */
.table-wrap{ overflow-x: auto; margin: 28px 0; border: 1px solid var(--line); border-radius: var(--radius); }
table{ width: 100%; border-collapse: collapse; font-size: 14.5px; background: var(--paper); }
thead th{
  text-align: left; font-family: var(--mono); font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--muted); padding: 12px 16px; border-bottom: 1px solid var(--line);
}
tbody td{ padding: 12px 16px; border-bottom: 1px solid var(--line); color: var(--ink-soft); vertical-align: top; }
tbody tr:last-child td{ border-bottom: none; }
tbody td:first-child{ color: var(--ink); font-weight: 600; }
.tag-low{ color: var(--green); font-weight:600; }
.tag-mod{ color: var(--gold); font-weight:600; }
.tag-high{ color: var(--red); font-weight:600; }

/* ---------- Checklists ---------- */
.check-grid{ display:grid; grid-template-columns: 1fr 1fr; gap: 18px; margin: 28px 0; }
@media (max-width: 640px){ .check-grid{ grid-template-columns: 1fr; } }
.check-box{ border-radius: var(--radius); padding: 20px 22px; border: 1px solid var(--line); background: var(--paper); }
.check-box h4{ margin:0 0 14px; font-family: var(--mono); font-size: 13px; letter-spacing: 0.06em; text-transform: uppercase; }
.check-box.yes h4{ color: var(--green); }
.check-box.no h4{ color: var(--red); }
.check-box ul{ margin:0; padding:0; list-style:none; }
.check-box li{ padding: 9px 0; border-bottom: 1px solid var(--line); font-size: 14.5px; color: var(--ink-soft); }
.check-box li:last-child{ border-bottom:none; }
.check-box.yes li::before{ content:"✓ "; color: var(--green); font-weight:700; }
.check-box.no li::before{ content:"✕ "; color: var(--red); font-weight:700; }

/* ---------- Timeline ---------- */
.timeline{ margin: 30px 0; border-left: 1px solid var(--line); padding-left: 26px; }
.timeline .step{ position: relative; margin-bottom: 26px; }
.timeline .step::before{
  content:""; position:absolute; left:-31px; top:6px; width:10px; height:10px; border-radius:50%;
  background: var(--fire-red); border: 2px solid var(--paper); box-shadow: 0 0 0 2px var(--fire-red);
}
.timeline .when{ font-family: var(--mono); font-size: 12px; color: var(--fire-orange); text-transform: uppercase; letter-spacing: 0.06em; }
.timeline .step h4{ margin: 4px 0 6px; font-size: 1.02rem; color: var(--ink); }
.timeline .step p{ margin:0; color: var(--ink-soft); font-size: 14.5px; }

/* ---------- Comparison columns ---------- */
.vs-wrap{ display:grid; grid-template-columns: 1fr auto 1fr; gap: 20px; align-items:center; margin: 30px 0; }
.vs-wrap .vs-mid{ font-family: var(--mono); font-style:normal; text-transform: uppercase; color: var(--muted); font-size: 1rem; }
@media (max-width: 640px){ .vs-wrap{ grid-template-columns: 1fr; } .vs-wrap .vs-mid{ text-align:center; } }
.vs-card{ border-radius: var(--radius); padding: 22px; border: 1px solid var(--line); background: var(--paper); }
.vs-card h3{ margin-top:0; color: var(--ink); }
.vs-card .big{ font-family: var(--serif); font-size: 2rem; color: var(--fire-red); font-weight:400; }

/* ---------- FAQ ---------- */
.faq-item{ border-bottom: 1px solid var(--line); padding: 20px 0; }
.faq-item:first-child{ border-top: 1px solid var(--line); }
.faq-item summary{ cursor: pointer; font-weight: 700; font-size: 15.5px; list-style:none; display:flex; justify-content:space-between; gap:12px; color: var(--ink); }
.faq-item summary::-webkit-details-marker{ display:none; }
.faq-item summary::after{ content:"+"; color: var(--fire-orange); font-family: var(--mono); font-size: 18px; }
.faq-item[open] summary::after{ content:"–"; }
.faq-item p{ margin: 12px 0 0; color: var(--ink-soft); font-size: 15px; }

/* ---------- Product card ---------- */
.product-card{
  border: 1px solid var(--fire-red); border-radius: var(--radius); padding: 26px; margin: 32px 0;
  background: var(--paper); text-align:center;
  box-shadow: var(--fire-glow);
}
.product-card .price{ font-family: var(--serif); font-size: 2.6rem; color: var(--fire-red); font-weight:400; }
.product-card .pname{ font-weight: 800; font-size: 1.15rem; margin: 6px 0 4px; font-family: var(--mono); text-transform: uppercase; letter-spacing: 0.02em; color: var(--ink); }
.product-card .pdesc{ color: var(--muted); font-size: 13.5px; letter-spacing: 0.03em; text-transform: uppercase; margin-bottom: 16px; }
.chips{ display:flex; flex-wrap:wrap; gap:8px; justify-content:center; margin-bottom: 14px; }
.chip{ font-family: var(--mono); font-size: 11.5px; border: 1px solid var(--line); border-radius: 999px; padding: 5px 12px; color: var(--ink-soft); }
.product-card .avail{ font-size: 13px; color: var(--muted); }

/* ---------- Sidebar-style sections rendered inline ---------- */
.inline-panels{ display:grid; grid-template-columns: 1fr 1fr; gap: 18px; margin: 30px 0; }
@media (max-width: 640px){ .inline-panels{ grid-template-columns: 1fr; } }
.panel{ border: 1px solid var(--line); border-radius: var(--radius); padding: 18px 20px; background: var(--paper); }
.panel h4{ margin: 0 0 12px; font-size: 12px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--muted); font-family: var(--mono); }
.panel .row{ display:flex; justify-content:space-between; padding: 8px 0; border-bottom: 1px solid var(--line); font-size: 14px; }
.panel .row:last-child{ border-bottom: none; }
.panel .row .v{ font-weight: 700; color: var(--ink); }

/* ---------- Bottom line box ---------- */
.bottom-line{
  border-radius: var(--radius); padding: 26px 28px; margin: 40px 0;
  background: var(--fire-gradient); color: var(--ink);
}
.bottom-line .kicker{ font-family: var(--mono); font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: #fff; display:block; margin-bottom: 10px; opacity: 0.85; }
.bottom-line p{ margin: 0 0 14px; color: #fff; }
.bottom-line p:last-child{ margin-bottom: 0; }

/* ---------- Footer ---------- */
.article-footer{
  margin-top: 40px; padding-top: 20px; border-top: 1px solid var(--line);
  display:flex; justify-content:space-between; flex-wrap:wrap; gap: 10px;
  font-family: var(--mono); font-size: 12px; color: var(--muted);
}
.site-footer{
  max-width: 880px; margin: 60px auto 0; padding: 30px 24px 50px;
  border-top: 1px solid var(--line); display:flex; justify-content:space-between; align-items:center; flex-wrap:wrap; gap:10px;
}
.site-footer .brand{ font-size: 16px; }
.site-footer .links{ display:flex; gap: 16px; font-size: 13.5px; color: var(--muted); }
.site-footer a{ color: var(--muted); border-bottom: none; }
.site-footer a:hover{ color: var(--fire-orange); }
