/* ── ARTICLE HERO OVERRIDES ── */
.hero { padding: 48px 24px 40px; }
.hero-inner { max-width: 760px; }
.hero-eyebrow { font-size: 10px; padding: 4px 12px; margin-bottom: 16px; }
.hero h1 { font-size: clamp(26px, 5vw, 52px); line-height: 1.05; }
.hero-meta {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  font-size: 12px;
  color: rgba(253,250,244,0.4);
  font-family: 'Instrument Mono', monospace;
}
.breadcrumb { margin-bottom: 14px; }

/* ── ARTICLE LAYOUT ── */
.article-wrap { max-width: 760px; margin: 0 auto; padding: 0 24px 80px; }
.article-hero-img { width: 100%; max-height: 420px; object-fit: cover; display: block; }

/* ── TABLE OF CONTENTS ── */
.toc { background: var(--white); border: 1px solid var(--border); border-radius: 14px; padding: 22px 26px; margin: 36px 0 40px; box-shadow: var(--shadow); }
.toc-title { font-size: 10px; font-weight: 700; letter-spacing: 2.5px; text-transform: uppercase; color: var(--muted); margin-bottom: 12px; font-family: 'Instrument Mono', monospace; }
.toc ol { list-style: none; counter-reset: toc; }
.toc ol li { counter-increment: toc; display: flex; align-items: baseline; gap: 10px; padding: 5px 0; border-bottom: 1px solid var(--border); }
.toc ol li:last-child { border-bottom: none; }
.toc ol li::before { content: counter(toc, decimal-leading-zero); font-family: 'Instrument Mono', monospace; font-size: 10px; color: var(--gold); flex-shrink: 0; }
.toc ol li a { font-size: 13px; font-weight: 500; color: var(--ink2); text-decoration: none; transition: color 0.15s; }
.toc ol li a:hover { color: var(--gold); }

/* ── ARTICLE SECTIONS ── */
.article-section { padding: 36px 0; border-bottom: 1px solid var(--border); scroll-margin-top: 20px; }
.article-section:last-of-type { border-bottom: none; }
.article-section h2 { font-family: 'Syne', sans-serif; font-weight: 800; font-size: clamp(20px, 3.5vw, 28px); color: var(--ink); margin-bottom: 18px; padding-bottom: 12px; border-bottom: 2px solid var(--gold); display: inline-block; line-height: 1.2; }
.article-section h3 { font-family: 'Syne', sans-serif; font-weight: 700; font-size: 18px; color: var(--ink); margin: 24px 0 12px; }
.article-section p { font-size: 15px; color: var(--ink2); line-height: 1.85; margin-bottom: 16px; }
.article-section p:last-child { margin-bottom: 0; }
.article-section p strong { color: var(--ink); font-weight: 600; }
.article-section a { color: var(--grass); font-weight: 600; text-decoration: none; border-bottom: 1px solid rgba(42,107,58,0.3); }
.article-section a:hover { border-color: var(--grass); }

/* ── CALLOUTS ── */
.callout { border-radius: 12px; padding: 18px 22px; margin: 20px 0; font-size: 14px; line-height: 1.75; }
.callout-gold { background: rgba(193,127,42,0.08); border: 1px solid rgba(193,127,42,0.25); color: var(--ink2); }
.callout-grass { background: rgba(42,107,58,0.07); border: 1px solid rgba(42,107,58,0.2); color: var(--ink2); }
.callout-ink { background: var(--ink); border-radius: 14px; padding: 22px 26px; color: rgba(253,250,244,0.75); font-size: 14px; line-height: 1.75; }
.callout strong { color: var(--ink); font-weight: 700; }
.callout-ink strong { color: var(--gold-light); }

/* ── STAT CHIPS (article version) ── */
.stat-row { display: flex; gap: 12px; flex-wrap: wrap; margin: 20px 0; }
.stat-chip { background: var(--white); border: 1px solid var(--border); border-radius: 10px; padding: 14px 18px; text-align: center; box-shadow: var(--shadow); flex: 1; min-width: 100px; }
.stat-chip .sv { font-family: 'Syne', sans-serif; font-weight: 800; font-size: 24px; color: var(--gold); display: block; line-height: 1; margin-bottom: 4px; }
.stat-chip .sl { font-size: 11px; color: var(--muted); text-transform: uppercase; letter-spacing: 1px; font-weight: 600; }

/* ── DATA TABLE ── */
.data-table { width: 100%; border-collapse: collapse; margin: 20px 0; font-size: 13px; background: var(--white); border-radius: 12px; overflow: hidden; box-shadow: var(--shadow); }
.data-table thead tr { background: var(--ink); color: var(--white); }
.data-table th { padding: 12px 16px; text-align: left; font-size: 10px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; font-family: 'Instrument Mono', monospace; }
.data-table td { padding: 11px 16px; border-bottom: 1px solid var(--border); color: var(--ink2); vertical-align: top; }
.data-table tbody tr:last-child td { border-bottom: none; }
.data-table tbody tr:hover { background: var(--bg2); }
.data-table td strong { color: var(--ink); }

/* ── PULL QUOTE ── */
.pull-quote { border-left: 3px solid var(--gold); padding: 16px 22px; margin: 24px 0; background: var(--white); border-radius: 0 10px 10px 0; box-shadow: var(--shadow); }
.pull-quote p { font-family: 'Syne', sans-serif; font-size: 16px; font-weight: 600; color: var(--ink); line-height: 1.5; margin: 0; }

/* ── STAGE FLOW ── */
.stage-flow { display: flex; align-items: center; gap: 0; flex-wrap: wrap; margin: 20px 0; background: var(--white); border: 1px solid var(--border); border-radius: 14px; overflow: hidden; box-shadow: var(--shadow); }
.sf-item { flex: 1; min-width: 100px; padding: 16px 12px; text-align: center; border-right: 1px solid var(--border); position: relative; }
.sf-item:last-child { border-right: none; }
.sf-num { font-family: 'Syne', sans-serif; font-weight: 800; font-size: 22px; color: var(--gold); display: block; line-height: 1; margin-bottom: 4px; }
.sf-label { font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: 1px; color: var(--ink2); }
.sf-sub { font-size: 10px; color: var(--muted); margin-top: 3px; }

/* ── RELATED ARTICLES ── */
.related-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 12px; margin-top: 20px; }
.related-card { background: var(--white); border: 1px solid var(--border); border-radius: 12px; padding: 0; overflow: hidden; text-decoration: none; transition: all 0.18s; display: block; }
.related-card:hover { border-color: rgba(193,127,42,0.3); transform: translateY(-2px); box-shadow: 0 6px 24px rgba(26,20,16,0.1); }
.rc-cat { font-size: 9px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--gold); margin-bottom: 6px; }
.rc-img { width: 100%; height: 130px; object-fit: cover; display: block; }
.rc-img-placeholder { width: 100%; height: 130px; background: linear-gradient(135deg, var(--ink) 0%, #2D2420 100%); display: block; }
.rc-body { padding: 14px 16px 16px; }
.rc-title { font-family: 'Syne', sans-serif; font-weight: 700; font-size: 14px; color: var(--ink); line-height: 1.3; margin-bottom: 6px; }
.rc-desc { font-size: 12px; color: var(--muted); line-height: 1.5; }

/* ── BROADCASTER CARDS (watch guide articles) ── */
.bc-row { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 12px; margin: 20px 0; }
.bc-card { background: var(--white); border: 1px solid var(--border); border-radius: 12px; overflow: hidden; box-shadow: var(--shadow); }
.bc-top { height: 3px; }
.bc-top.free { background: var(--grass); }
.bc-top.paid { background: var(--gold); }
.bc-body { padding: 16px 18px; }
.bc-type { font-size: 9px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 5px; }
.bc-type.free { color: var(--grass); }
.bc-type.paid { color: var(--gold); }
.bc-name { font-family: 'Syne', sans-serif; font-weight: 800; font-size: 18px; margin-bottom: 4px; }
.bc-platform { font-size: 11px; color: var(--muted); margin-bottom: 10px; }
.bc-detail { font-size: 12px; color: var(--muted); line-height: 1.6; margin-bottom: 12px; }
.bc-cta { display: block; text-align: center; padding: 9px; border-radius: 7px; font-size: 12px; font-weight: 700; text-decoration: none; transition: all 0.18s; border: none; background: var(--grass); color: white !important; }
.bc-cta:hover { background: var(--grass-light); color: white !important; }
.bc-cta.paid-cta { background: var(--gold); color: var(--ink) !important; }
.bc-cta.paid-cta:hover { background: var(--gold-light); color: var(--ink) !important; }

/* ── ARTICLE CTA ── */
.article-cta { background: var(--ink); border-radius: 14px; padding: 28px; margin-top: 40px; display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; text-decoration: none; transition: transform 0.18s; }
.article-cta:hover { transform: translateY(-2px); }
.article-cta-text .ac-label { font-size: 10px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: rgba(253,250,244,0.4); margin-bottom: 4px; }
.article-cta-text .ac-title { font-family: 'Syne', sans-serif; font-weight: 800; font-size: 18px; color: var(--white); line-height: 1.2; }
.article-cta-arrow { font-size: 22px; color: rgba(253,250,244,0.4); }

/* ── ARTICLE SHARE ── */
.article-share { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; padding: 22px 0; border-top: 1px solid var(--border); margin-top: 40px; }
.as-label { font-size: 10px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--muted); font-family: 'Instrument Mono', monospace; white-space: nowrap; }
.as-buttons { display: flex; gap: 8px; flex-wrap: wrap; }
.as-btn { display: flex; align-items: center; justify-content: center; width: 38px; height: 38px; border-radius: 50%; background: var(--bg2); border: 1px solid var(--border); color: var(--ink2); text-decoration: none; transition: all 0.18s; flex-shrink: 0; }
.as-btn svg { width: 16px; height: 16px; fill: currentColor; }
.as-btn:hover { border-color: transparent; color: #fff; transform: translateY(-2px); box-shadow: 0 4px 12px rgba(0,0,0,0.15); }
.as-facebook:hover { background: #1877F2; }
.as-x:hover { background: #000; }
.as-linkedin:hover { background: #0A66C2; }
.as-reddit:hover { background: #FF4500; }
.as-messenger:hover { background: #0084FF; }
.as-whatsapp:hover { background: #25D366; }
.as-email:hover { background: var(--grass); }

/* ── RESPONSIVE ── */
@media (max-width: 600px) {
  .hero { padding: 28px 16px 24px; }
  .article-wrap { padding: 0 16px 60px; }
  .stat-row { gap: 8px; }
  .stage-flow { flex-direction: column; }
  .sf-item { width: 100%; border-right: none; border-bottom: 1px solid var(--border); }
  .sf-item:last-child { border-bottom: none; }
  .article-share { gap: 10px; }
  .as-btn { width: 36px; height: 36px; }
}
