/* =============================================
   BEYOND THE HYPE — Minimal Editorial (scoped)
   ============================================= */
.bth-page {
  --bg:        #0A0A0A;
  --bg-2:      #131313;
  --line:      #232323;
  --line-soft: #1A1A1A;
  --ink:       #F2F2EE;
  --ink-2:     #D0D0CB;
  --ink-3:     #888884;
  --mute:      #4E4E48;
  --accent:    #E8C161;
  --accent-soft: rgba(232, 193, 97, 0.10);
  --bth-max:   1200px;
  --bth-read:  680px;
  --bth-gutter: 32px;
  --bth-sans:  "Geist", ui-sans-serif, system-ui, -apple-system, "Helvetica Neue", Arial, sans-serif;
  --bth-serif: "Newsreader", "Source Serif Pro", Georgia, serif;
  --bth-mono:  "JetBrains Mono", ui-monospace, "SF Mono", Menlo, monospace;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--bth-sans);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
.bth-page * { box-sizing: border-box; }
.bth-page a { color: inherit; text-decoration: none; }
.bth-page ::selection { background: var(--accent); color: #000; }

.bth-page .bth-progress { position: fixed; top: 0; left: 0; right: 0; height: 3px; z-index: 100; pointer-events: none; background: rgba(255,255,255,0.04); }
.bth-page .bth-progress-bar { height: 100%; background: var(--accent); width: 0%; transition: width 80ms linear; box-shadow: 0 0 8px var(--accent); }

.bth-page .wrap { max-width: var(--bth-max); margin-inline: auto; padding-inline: var(--bth-gutter); }

.bth-page .backlink { padding-top: 40px; }
.bth-page .backlink a { font-family: var(--bth-mono); font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink-3); display: inline-flex; align-items: center; gap: 8px; transition: color 140ms ease; }
.bth-page .backlink a:hover { color: var(--ink); }
.bth-page .backlink svg { display: inline-block; }

.bth-page .article-head { padding-top: 56px; padding-bottom: 56px; max-width: 90%; }
.bth-page .head-tag { font-family: var(--bth-mono); font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--accent); margin-bottom: 28px; display: inline-flex; align-items: center; gap: 12px; }
.bth-page .head-tag .bar { width: 24px; height: 1px; background: currentColor; opacity: 0.5; }
.bth-page .article-head h1 { font-family: var(--bth-sans); font-weight: 500; font-size: clamp(40px, 5.4vw, 64px); line-height: 1.04; letter-spacing: -0.03em; margin: 0; text-wrap: balance; color: var(--ink); }
.bth-page .article-head h1 em { font-family: var(--bth-serif); font-style: italic; font-weight: 400; letter-spacing: -0.015em; color: var(--ink-2); }
.bth-page .article-meta { margin-top: 40px; display: flex; flex-wrap: wrap; gap: 16px 24px; align-items: center; font-size: 13.5px; color: var(--ink-3); }
.bth-page .article-meta .author { display: flex; align-items: center; gap: 12px; color: var(--ink-2); white-space: nowrap; }
.bth-page .article-meta .avatar { width: 32px; height: 32px; border-radius: 50%; background: linear-gradient(135deg, #1F1F1F, #0A0A0A); border: 1px solid var(--line); display: grid; place-items: center; font-size: 11px; font-weight: 600; color: var(--ink); }
.bth-page .article-meta .author b { color: var(--ink); font-weight: 500; }
.bth-page .article-meta .item { display: inline-flex; align-items: center; gap: 8px; white-space: nowrap; padding-left: 24px; position: relative; }
.bth-page .article-meta .item::before { content: ""; position: absolute; left: 0; top: 50%; width: 3px; height: 3px; border-radius: 50%; background: var(--mute); transform: translateY(-50%); }
.bth-page .article-meta .item:first-of-type { padding-left: 0; }
.bth-page .article-meta .item:first-of-type::before { display: none; }

.bth-page .hero-banner { margin-top: 16px; margin-bottom: 88px; display: grid; grid-template-columns: minmax(280px, 5fr) minmax(0, 7fr); gap: 32px; align-items: stretch; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.bth-page .hero-themes { padding: 32px 24px 28px 0; display: flex; flex-direction: column; gap: 0; }
.bth-page .hero-themes-head { font-family: var(--bth-mono); font-size: 10.5px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--ink-3); margin-bottom: 28px; display: inline-flex; align-items: center; gap: 10px; }
.bth-page .hero-themes-head .pulse { width: 6px; height: 6px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 8px var(--accent); }
.bth-page .theme { display: grid; grid-template-columns: 40px 1fr; gap: 16px; padding: 18px 0; border-top: 1px solid var(--line); align-items: start; }
.bth-page .theme:last-of-type { border-bottom: 1px solid var(--line); }
.bth-page .theme-icon { width: 36px; height: 36px; border-radius: 50%; background: var(--accent-soft); border: 1px solid rgba(232, 193, 97, 0.22); color: var(--accent); display: grid; place-items: center; }
.bth-page .theme-body .lbl { font-family: var(--bth-mono); font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ink-3); margin-bottom: 4px; }
.bth-page .theme-body .title { font-family: var(--bth-sans); font-weight: 500; font-size: 15px; line-height: 1.3; letter-spacing: -0.012em; color: var(--ink); }
.bth-page .theme-body .desc { margin-top: 6px; font-size: 13px; line-height: 1.5; color: var(--ink-3); max-width: 32ch; }
.bth-page .hero-themes-foot { margin-top: auto; padding-top: 18px; display: flex; justify-content: space-between; align-items: center; font-family: var(--bth-mono); font-size: 10.5px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink-3); }
.bth-page .hero-themes-foot .ctx { color: var(--accent); }
.bth-page .hero-cover { position: relative; background: var(--bg-2); overflow: hidden; min-height: 360px; }
.bth-page .hero-cover img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.bth-page .hero-cover::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,0) 55%, rgba(0,0,0,0.5) 100%); pointer-events: none; }
.bth-page .hero-cover .cover-badge { position: absolute; left: 18px; bottom: 16px; z-index: 2; font-family: var(--bth-mono); font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ink); display: inline-flex; align-items: center; gap: 10px; padding: 7px 12px; background: rgba(10, 10, 10, 0.6); backdrop-filter: blur(6px); border: 1px solid rgba(255,255,255,0.10); border-radius: 999px; }
.bth-page .hero-cover .cover-badge .pulse { width: 5px; height: 5px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 6px var(--accent); }

.bth-page .article { display: grid; grid-template-columns: 200px minmax(0, 1fr); gap: 80px; padding-bottom: 80px; }
.bth-page .toc-rail { position: sticky; top: 110px; align-self: start; height: max-content; }
.bth-page .toc-label { font-family: var(--bth-mono); font-size: 10.5px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ink-3); margin-bottom: 20px; }
.bth-page .toc { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 12px; }
.bth-page .toc li { font-size: 13px; line-height: 1.4; color: var(--ink-3); cursor: pointer; display: grid; grid-template-columns: 28px 1fr; gap: 8px; transition: color 140ms ease; }
.bth-page .toc li .n { font-family: var(--bth-mono); font-size: 10.5px; color: var(--mute); padding-top: 2px; }
.bth-page .toc li:hover { color: var(--ink-2); }
.bth-page .toc li.active { color: var(--ink); }
.bth-page .toc li.active .n { color: var(--accent); }

.bth-page .prose { max-width: none; min-width: 0; counter-reset: section; }
.bth-page .prose > p { max-width: var(--bth-read); }
.bth-page .prose .standfirst { font-family: var(--bth-serif); font-size: 26px; line-height: 1.5; color: var(--ink); letter-spacing: -0.005em; margin: 0 0 64px; text-wrap: pretty; font-weight: 400; }
.bth-page .section { counter-increment: section; margin-bottom: 64px; padding-top: 56px; position: relative; scroll-margin-top: 110px; }
.bth-page .section + .section, .bth-page .section:not(:first-of-type) { margin-top: 72px; padding-top: 64px; }
.bth-page .section h2 { font-family: var(--bth-sans); font-weight: 500; font-size: 42px; line-height: 1.1; letter-spacing: -0.028em; margin: 0 0 32px; color: var(--ink); text-wrap: balance; position: relative; display: flex; flex-wrap: wrap; align-items: baseline; gap: 0 22px; }
.bth-page .section .section-num { font-family: var(--bth-mono); font-size: 16px; font-weight: 500; letter-spacing: 0.08em; color: var(--accent); line-height: 1; white-space: nowrap; align-self: baseline; padding-top: 4px; }
.bth-page .section h3 { font-family: var(--bth-sans); font-weight: 500; font-size: 18px; line-height: 1.3; letter-spacing: -0.012em; margin: 32px 0 14px; color: var(--ink); }
.bth-page .prose p { font-family: var(--bth-serif); font-size: 19px; line-height: 1.7; color: var(--ink); margin: 0 0 26px; text-wrap: pretty; letter-spacing: -0.003em; }
.bth-page .section > p:first-of-type { font-size: 20px; line-height: 1.65; }
.bth-page .prose p strong { color: var(--ink); font-weight: 600; }
.bth-page .prose p em { font-family: var(--bth-serif); font-style: italic; }
.bth-page .prose a { color: var(--ink); border-bottom: 1px solid var(--ink-3); padding-bottom: 1px; transition: border-color 140ms ease, color 140ms ease; }
.bth-page .prose a:hover { color: var(--accent); border-bottom-color: var(--accent); }

.bth-page .quote { margin: 44px 0; padding: 0 0 0 28px; border-left: 2px solid var(--accent); }
.bth-page .quote blockquote { font-family: var(--bth-serif); font-style: italic; font-weight: 400; font-size: 22px; line-height: 1.5; color: var(--ink); letter-spacing: -0.005em; margin: 0; text-wrap: pretty; }
.bth-page .quote cite { display: block; margin-top: 20px; font-style: normal; font-family: var(--bth-mono); font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink-3); line-height: 1.5; }
.bth-page .quote cite b { color: var(--ink); font-weight: 500; }
.bth-page .quote cite a { color: var(--ink-2); border-bottom: 1px solid var(--mute); padding-bottom: 1px; transition: color 140ms ease, border-color 140ms ease; }
.bth-page .quote cite a:hover { color: var(--accent); border-bottom-color: var(--accent); }

.bth-page .benefits { margin: 36px 0 40px; display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.bth-page .benefit { padding: 28px 24px 28px 0; border-right: 1px solid var(--line); }
.bth-page .benefit:last-child { border-right: none; padding-right: 0; }
.bth-page .benefit:not(:first-child) { padding-left: 24px; }
.bth-page .benefit .num { font-family: var(--bth-mono); font-size: 10.5px; letter-spacing: 0.14em; color: var(--ink-3); margin-bottom: 18px; }
.bth-page .benefit h4 { font-family: var(--bth-sans); font-weight: 500; font-size: 16px; line-height: 1.25; letter-spacing: -0.012em; margin: 0 0 8px; color: var(--ink); }
.bth-page .benefit p { font-family: var(--bth-sans); font-size: 13.5px; line-height: 1.5; color: var(--ink-3); margin: 0; }

.bth-page .failures { margin: 36px 0; display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--line); border: 1px solid var(--line); }
.bth-page .failure { padding: 32px 28px; background: var(--bg); display: flex; flex-direction: column; gap: 14px; }
.bth-page .failure .meta { font-family: var(--bth-mono); font-size: 10.5px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ink-3); display: flex; align-items: center; gap: 10px; }
.bth-page .failure .meta .x { width: 8px; height: 8px; border-radius: 50%; background: #C84B2D; box-shadow: 0 0 8px rgba(200,75,45,0.4); }
.bth-page .failure h4 { font-family: var(--bth-sans); font-weight: 500; font-size: 22px; line-height: 1.2; letter-spacing: -0.018em; margin: 0; color: var(--ink); text-wrap: balance; }
.bth-page .failure p { font-family: var(--bth-sans); font-size: 14px; line-height: 1.55; color: var(--ink-3); margin: 0; }

.bth-page .reflist { margin: 32px 0 40px; padding: 24px 0 0; border-top: 1px solid var(--line); display: flex; flex-direction: column; }
.bth-page .reflist .ref { display: grid; grid-template-columns: 100px 1fr 24px; gap: 24px; padding: 18px 0; border-bottom: 1px solid var(--line-soft); font-family: var(--bth-sans); font-size: 15px; line-height: 1.55; color: var(--ink-2); align-items: start; text-decoration: none; transition: color 140ms ease; }
.bth-page .reflist .ref:last-child { border-bottom: none; }
.bth-page .reflist a.ref { color: var(--ink-2); }
.bth-page .reflist a.ref:hover { color: var(--ink); }
.bth-page .reflist a.ref:hover .lbl { color: var(--accent); }
.bth-page .reflist a.ref:hover .arr { color: var(--accent); transform: translateX(2px); }
.bth-page .reflist .ref .lbl { font-family: var(--bth-mono); font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink-3); padding-top: 3px; transition: color 140ms ease; }
.bth-page .reflist .ref .arr { color: var(--mute); padding-top: 4px; justify-self: end; transition: color 140ms ease, transform 140ms ease; }

.bth-page .cta-block { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 80px 0; text-align: center; }
.bth-page .cta-eyebrow { font-family: var(--bth-mono); font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--accent); margin-bottom: 20px; }
.bth-page .cta-block h2 { font-family: var(--bth-sans); font-weight: 400; font-size: clamp(28px, 3.8vw, 44px); line-height: 1.1; letter-spacing: -0.025em; margin: 0 auto 32px; max-width: 22ch; text-wrap: balance; color: var(--ink); }
.bth-page .cta-block h2 em { font-family: var(--bth-serif); font-style: italic; color: var(--accent); }
.bth-page .cta-actions { display: inline-flex; gap: 10px; flex-wrap: wrap; justify-content: center; }
.bth-page .bth-btn { padding: 12px 22px; border-radius: 999px; font-family: var(--bth-sans); font-size: 13.5px; font-weight: 500; display: inline-flex; align-items: center; gap: 8px; white-space: nowrap; transition: transform 140ms ease, background 140ms ease, border-color 140ms ease; border: 1px solid transparent; cursor: pointer; }
.bth-page .bth-btn:hover { transform: translateY(-1px); }
.bth-page .bth-btn-primary { background: var(--ink); color: #000; }
.bth-page .bth-btn-primary:hover { background: var(--accent); color: #000; }
.bth-page .bth-btn-ghost { color: var(--ink); border-color: var(--line); }
.bth-page .bth-btn-ghost:hover { border-color: var(--ink-3); color: var(--ink); }

.bth-page .related { padding: 80px 0; }
.bth-page .related-head { display: flex; justify-content: space-between; align-items: end; margin-bottom: 32px; gap: 16px; flex-wrap: wrap; }
.bth-page .related-head h2 { font-family: var(--bth-sans); font-weight: 500; font-size: 24px; line-height: 1.2; letter-spacing: -0.018em; margin: 0; color: var(--ink); }
.bth-page .related-head .all { font-family: var(--bth-mono); font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink-3); display: inline-flex; align-items: center; gap: 8px; }
.bth-page .related-head .all:hover { color: var(--ink); }
.bth-page .related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.bth-page .rcard { display: flex; flex-direction: column; cursor: pointer; transition: opacity 140ms ease; color: var(--ink); }
.bth-page .rcard .thumb { aspect-ratio: 16/10; background: var(--bg-2); border: 1px solid var(--line); border-radius: 4px; overflow: hidden; margin-bottom: 18px; position: relative; }
.bth-page .rcard .thumb img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 400ms ease; }
.bth-page .rcard:hover .thumb img { transform: scale(1.03); }
.bth-page .rcard .date { font-family: var(--bth-mono); font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ink-3); margin-bottom: 10px; }
.bth-page .rcard h3 { font-family: var(--bth-sans); font-weight: 500; font-size: 17px; line-height: 1.3; letter-spacing: -0.012em; margin: 0 0 14px; color: var(--ink); text-wrap: balance; }
.bth-page .rcard .read { margin-top: auto; font-family: var(--bth-mono); font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ink-2); display: inline-flex; align-items: center; gap: 8px; transition: color 140ms ease; }
.bth-page .rcard:hover .read { color: var(--accent); }

.bth-page .keyterms { margin: 0 0 64px; padding: 28px 32px; background: var(--bg-2); border: 1px solid var(--line); border-left: 2px solid var(--accent); }
.bth-page .keyterms-head { font-family: var(--bth-mono); font-size: 10.5px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--accent); display: flex; align-items: center; gap: 12px; margin-bottom: 20px; }
.bth-page .keyterms-head .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 8px var(--accent); }
.bth-page .keyterms-head .hint { margin-left: auto; color: var(--ink-3); font-weight: 400; }
.bth-page .keyterms dl { margin: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 18px 32px; }
.bth-page .keyterms .term { display: grid; grid-template-columns: 110px 1fr; gap: 16px; align-items: baseline; padding: 4px 0; }
.bth-page .keyterms dt { font-family: var(--bth-mono); font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink); font-weight: 500; }
.bth-page .keyterms dd { margin: 0; font-family: var(--bth-serif); font-size: 14.5px; line-height: 1.55; color: var(--ink-2); }

.bth-page .players-intro { margin-bottom: 28px !important; }
.bth-page .players { margin: 0 0 16px; display: flex; flex-direction: column; gap: 36px; }
.bth-page .players-block { display: flex; flex-direction: column; gap: 16px; }
.bth-page .players-label { font-family: var(--bth-mono); font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ink-3); }
.bth-page .players-row { display: flex; flex-wrap: wrap; gap: 10px; }
.bth-page .chip { display: inline-flex; align-items: center; gap: 10px; padding: 10px 18px; border: 1px solid var(--line); border-radius: 999px; font-family: var(--bth-sans); font-size: 14px; color: var(--ink); background: var(--bg-2); transition: border-color 140ms ease, color 140ms ease, background 140ms ease; text-decoration: none; }
.bth-page .chip:hover { border-color: var(--accent); color: var(--accent); }
.bth-page .chip-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--accent); }
.bth-page .players-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.bth-page .person { background: var(--bg); padding: 18px 20px; display: flex; flex-direction: column; gap: 4px; transition: background 140ms ease; text-decoration: none; }
.bth-page .person:hover { background: var(--bg-2); }
.bth-page .person-name { font-family: var(--bth-sans); font-size: 15px; font-weight: 500; color: var(--ink); letter-spacing: -0.012em; }
.bth-page .person-aff { font-family: var(--bth-mono); font-size: 10.5px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ink-3); }

/* Global guards so grid/flex children can shrink properly on small screens */
.bth-page .prose,
.bth-page .article > *,
.bth-page .hero-themes,
.bth-page .hero-cover,
.bth-page .related-grid > *,
.bth-page .players-grid > *,
.bth-page .benefits > *,
.bth-page .failures > * { min-width: 0; }
.bth-page img { max-width: 100%; height: auto; }

/* Laptop / large tablet (≤1200) — tighten article column gap before sidebar drops */
@media (max-width: 1200px) {
  .bth-page .article { gap: 56px; }
  .bth-page .section h2 { font-size: 38px; }
  .bth-page .prose .standfirst { font-size: 24px; }
}

/* Tablet landscape (≤1024) — sidebar removed, hero still side-by-side */
@media (max-width: 1024px) {
  .bth-page .article { grid-template-columns: 1fr; gap: 0; padding-bottom: 64px; }
  .bth-page .toc-rail { display: none; }
  .bth-page .article-head { max-width: 100%; padding-top: 44px; padding-bottom: 44px; }
  .bth-page .hero-banner { gap: 24px; margin-bottom: 64px; }
  .bth-page .hero-cover { min-height: 320px; }
  .bth-page .hero-themes { padding-right: 0; }
  .bth-page .hero-themes-foot { flex-wrap: wrap; gap: 6px 14px; }
  .bth-page .section h2 { font-size: 34px; }
  .bth-page .prose .standfirst { font-size: 22px; }
  .bth-page .players-grid { grid-template-columns: repeat(2, 1fr); }
  .bth-page .cta-block { padding: 64px 0; }
  .bth-page .related { padding: 64px 0; }
}

/* Small tablet / large phone (≤880) — hero stacks */
@media (max-width: 880px) {
  .bth-page .hero-banner { grid-template-columns: 1fr; gap: 0; border-top: none; margin-bottom: 56px; }
  .bth-page .hero-themes { padding: 24px 0 8px; order: 2; }
  .bth-page .hero-cover { min-height: 0; aspect-ratio: 16 / 10; order: 1; }
  .bth-page .hero-themes-foot { padding-top: 14px; }
  .bth-page .related-grid { grid-template-columns: 1fr 1fr; }
  .bth-page .benefits { grid-template-columns: 1fr 1fr; }
  .bth-page .benefit:nth-child(2n) { border-right: none; padding-right: 0; }
  .bth-page .benefit:nth-child(n+3) { border-top: 1px solid var(--line); padding-top: 24px; }
  .bth-page .benefits .benefit:not(:first-child) { padding-left: 0; }
  .bth-page .benefits .benefit { padding-left: 0; padding-right: 24px; }
  .bth-page .article-meta { gap: 12px 20px; font-size: 12.5px; }
  .bth-page .article-meta .item { padding-left: 18px; }
}

/* Phone (≤720) */
@media (max-width: 720px) {
  .bth-page { --bth-gutter: 20px; }
  .bth-page .backlink { padding-top: 28px; }
  .bth-page .article-head { padding-top: 32px; padding-bottom: 32px; }
  .bth-page .article-head h1 { font-size: 34px; line-height: 1.08; }
  .bth-page .head-tag { margin-bottom: 18px; gap: 10px; font-size: 10.5px; }
  .bth-page .article-meta { font-size: 12px; gap: 10px 16px; margin-top: 28px; }
  .bth-page .article-meta .item { padding-left: 14px; }
  .bth-page .article-meta .author { white-space: normal; }
  .bth-page .article { padding-bottom: 48px; }
  .bth-page .hero-banner { margin-bottom: 44px; }
  .bth-page .hero-themes-head { font-size: 9.5px; margin-bottom: 20px; }
  .bth-page .theme { grid-template-columns: 34px 1fr; gap: 14px; padding: 16px 0; }
  .bth-page .theme-icon { width: 32px; height: 32px; }
  .bth-page .theme-body .title { font-size: 14.5px; }
  .bth-page .theme-body .desc { font-size: 12.5px; }
  .bth-page .prose p, .bth-page .prose > p { font-size: 17px; line-height: 1.65; margin-bottom: 22px; }
  .bth-page .section > p:first-of-type { font-size: 17.5px; line-height: 1.6; }
  .bth-page .prose .standfirst { font-size: 19px; line-height: 1.55; margin-bottom: 48px; }
  .bth-page .benefits { grid-template-columns: 1fr; }
  .bth-page .benefit { border-right: none; border-bottom: 1px solid var(--line); padding: 22px 0; }
  .bth-page .benefit:last-child { border-bottom: none; }
  .bth-page .benefit:not(:first-child) { padding-left: 0; }
  .bth-page .benefit:nth-child(n+3) { border-top: none; padding-top: 22px; }
  .bth-page .failures { grid-template-columns: 1fr; }
  .bth-page .failure { padding: 24px 22px; }
  .bth-page .failure h4 { font-size: 19px; }
  .bth-page .related { padding: 56px 0; }
  .bth-page .related-grid { grid-template-columns: 1fr; gap: 28px; }
  .bth-page .related-head { margin-bottom: 24px; }
  .bth-page .related-head h2 { font-size: 21px; }
  .bth-page .keyterms { padding: 20px 22px; margin-bottom: 48px; }
  .bth-page .keyterms dl { grid-template-columns: 1fr; gap: 14px; }
  .bth-page .keyterms .term { grid-template-columns: 90px 1fr; gap: 12px; }
  .bth-page .players-grid { grid-template-columns: 1fr; }
  .bth-page .section { padding-top: 36px; margin-bottom: 48px; }
  .bth-page .section:not(:first-of-type) { margin-top: 48px; padding-top: 44px; }
  .bth-page .section h2 { font-size: 26px; gap: 0 14px; margin-bottom: 22px; }
  .bth-page .section .section-num { font-size: 12px; }
  .bth-page .section h3 { font-size: 16.5px; margin: 26px 0 10px; }
  .bth-page .quote { padding: 0 0 0 20px; margin: 32px 0; }
  .bth-page .quote blockquote { font-size: 17.5px; line-height: 1.55; }
  .bth-page .quote cite { font-size: 10.5px; margin-top: 14px; }
  .bth-page .reflist .ref { grid-template-columns: 1fr 24px; gap: 12px; padding: 16px 0; font-size: 14.5px; }
  .bth-page .reflist .ref .lbl { grid-column: 1 / -1; }
  .bth-page .cta-block { padding: 48px 0; }
  .bth-page .cta-eyebrow { font-size: 10.5px; margin-bottom: 16px; }
  .bth-page .cta-block h2 { margin-bottom: 24px; }
  .bth-page .bth-btn { padding: 11px 18px; font-size: 13px; }
}

/* Small phone (≤480) — tighter spacing & smaller type */
@media (max-width: 480px) {
  .bth-page { --bth-gutter: 16px; }
  .bth-page .backlink { padding-top: 24px; }
  .bth-page .backlink a { font-size: 10px; letter-spacing: 0.12em; }
  .bth-page .article-head { padding-top: 24px; padding-bottom: 24px; }
  .bth-page .article-head h1 { font-size: 28px; line-height: 1.1; letter-spacing: -0.025em; }
  .bth-page .article-meta { font-size: 11.5px; gap: 8px 12px; margin-top: 22px; }
  .bth-page .article-meta .item { padding-left: 12px; }
  .bth-page .article-meta .item::before { width: 2px; height: 2px; }
  .bth-page .article-meta .author { gap: 10px; }
  .bth-page .article-meta .avatar { width: 28px; height: 28px; font-size: 10px; }
  .bth-page .hero-banner { margin-bottom: 32px; margin-top: 8px; }
  .bth-page .hero-cover { aspect-ratio: 4 / 3; }
  .bth-page .hero-cover .cover-badge { left: 12px; bottom: 12px; font-size: 9px; padding: 6px 10px; }
  .bth-page .hero-themes-foot { font-size: 9.5px; letter-spacing: 0.1em; }
  .bth-page .theme { grid-template-columns: 30px 1fr; gap: 12px; padding: 14px 0; }
  .bth-page .theme-icon { width: 28px; height: 28px; }
  .bth-page .theme-icon svg { width: 14px; height: 14px; }
  .bth-page .theme-body .title { font-size: 14px; }
  .bth-page .theme-body .desc { font-size: 12px; max-width: none; }
  .bth-page .prose p, .bth-page .prose > p { font-size: 16px; line-height: 1.65; margin-bottom: 20px; }
  .bth-page .section > p:first-of-type { font-size: 16.5px; }
  .bth-page .prose .standfirst { font-size: 17.5px; line-height: 1.5; margin-bottom: 36px; }
  .bth-page .section { padding-top: 28px; margin-bottom: 36px; }
  .bth-page .section:not(:first-of-type) { margin-top: 36px; padding-top: 32px; }
  .bth-page .section h2 { font-size: 22px; gap: 0 10px; margin-bottom: 18px; }
  .bth-page .section .section-num { font-size: 11px; }
  .bth-page .quote { padding-left: 14px; margin: 24px 0; }
  .bth-page .quote blockquote { font-size: 16px; line-height: 1.55; }
  .bth-page .quote cite { font-size: 10px; }
  .bth-page .cta-block { padding: 40px 0; }
  .bth-page .cta-actions { flex-direction: column; align-items: stretch; width: 100%; gap: 8px; }
  .bth-page .bth-btn { width: 100%; justify-content: center; padding: 12px 16px; font-size: 13px; }
  .bth-page .related { padding: 40px 0; }
  .bth-page .related-head h2 { font-size: 19px; }
  .bth-page .rcard h3 { font-size: 15.5px; }
  .bth-page .rcard .date { font-size: 10.5px; }
  .bth-page .keyterms { padding: 16px 14px; margin-bottom: 36px; }
  .bth-page .keyterms-head { font-size: 9.5px; gap: 8px; margin-bottom: 16px; }
  .bth-page .keyterms .term { grid-template-columns: 1fr; gap: 4px; }
  .bth-page .keyterms dt { font-size: 10px; letter-spacing: 0.12em; }
  .bth-page .keyterms dd { font-size: 13.5px; }
  .bth-page .chip { padding: 8px 14px; font-size: 12.5px; }
  .bth-page .failure { padding: 20px 16px; }
  .bth-page .failure h4 { font-size: 17px; }
  .bth-page .failure p { font-size: 13px; }
  .bth-page .reflist .ref { padding: 14px 0; font-size: 13.5px; }
  .bth-page .reflist .ref .lbl { font-size: 10px; }
  .bth-page .head-tag { font-size: 10px; letter-spacing: 0.12em; margin-bottom: 16px; }
  .bth-page .head-tag .bar { width: 16px; }
  .bth-page .bth-progress { height: 2px; }
}

/* Very small phone (≤360) — last-resort tightening */
@media (max-width: 360px) {
  .bth-page .article-head h1 { font-size: 25px; }
  .bth-page .section h2 { font-size: 20px; }
  .bth-page .prose .standfirst { font-size: 16.5px; }
  .bth-page .article-meta { font-size: 11px; gap: 6px 10px; }
  .bth-page .article-meta .item { padding-left: 10px; }
}

/* =============================================
   FANCY BLACK FOOTER
   ============================================= */
.fancy-footer {
  background: linear-gradient(180deg, #0a0a0a 0%, #000000 100%);
  position: relative;
  overflow: hidden;
}
.fancy-footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(139, 92, 246, 0.5), rgba(236, 72, 153, 0.5), transparent);
}
.footer-glow {
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  filter: blur(150px);
  opacity: 0.15;
  pointer-events: none;
}
.footer-glow-1 {
  background: #8B5CF6;
  top: -200px;
  left: -100px;
}
.footer-glow-2 {
  background: #EC4899;
  bottom: -200px;
  right: -100px;
}
@media (max-width: 767.98px) {
  .footer-glow {
    width: 240px;
    height: 240px;
    filter: blur(72px);
  }
  .footer-glow-1 {
    top: -100px;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
  }
  .footer-glow-2 {
    bottom: -100px;
    right: 50%;
    left: auto;
    transform: translateX(50%);
  }
}
.footer-logo-section {
  border-right: 1px solid rgba(255,255,255,0.1);
  padding-right: 40px;
}
@media (max-width: 991px) {
  .footer-logo-section {
    border-right: none;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    padding-right: 0;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
.footer-brand-name {
  font-size: 1.5rem;
  font-weight: 700;
  background: linear-gradient(135deg, #fff 0%, rgba(255,255,255,0.7) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-top: 15px;
}
.footer-tagline {
  font-size: 1rem;
  color: rgba(255,255,255,0.5);
  margin-top: 10px;
  letter-spacing: 0.5px;
}
.footer-col-title {
  font-size: 0.95rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: rgba(255,255,255,0.9);
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
}
.footer-col-title::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 20px;
  height: 2px;
  background: linear-gradient(90deg, #8B5CF6, #EC4899);
  border-radius: 2px;
  transition: width 0.3s ease;
}
.footer-col:hover .footer-col-title::after {
  width: 40px;
}
.fancy-footer .footer-menu {
  margin: 0;
  padding: 0;
}
.fancy-footer .footer-menu li {
  margin-bottom: 12px;
}
.fancy-footer .footer-menu a {
  color: rgba(255,255,255,0.5);
  font-size: 1.05rem;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
}
.fancy-footer .footer-menu a:hover {
  color: #fff;
  transform: translateX(5px);
}
.fancy-footer .footer-menu a::before {
  content: '';
  position: absolute;
  left: -15px;
  top: 50%;
  width: 0;
  height: 1px;
  background: linear-gradient(90deg, #8B5CF6, transparent);
  transition: width 0.3s ease;
}
.fancy-footer .footer-menu a:hover::before {
  width: 10px;
}
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.08);
  padding-top: 30px;
  margin-top: 50px;
}
.footer-social-link {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255,255,255,0.05);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  border: 1px solid rgba(255,255,255,0.1);
}
.footer-social-link:hover {
  background: linear-gradient(135deg, rgba(139, 92, 246, 0.3), rgba(236, 72, 153, 0.3));
  border-color: rgba(139, 92, 246, 0.5);
  transform: translateY(-3px);
}
.footer-social-link img, .footer-social-link svg {
  width: 18px;
  height: 18px;
  opacity: 0.7;
  transition: opacity 0.3s ease;
}
.footer-social-link:hover img, .footer-social-link:hover svg {
  opacity: 1;
}
.footer-copyright {
  color: rgba(255,255,255,0.3);
  font-size: 1rem;
}
.footer-living-intel {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  background: linear-gradient(135deg, rgba(139, 92, 246, 0.15), rgba(236, 72, 153, 0.15));
  border: 1px solid rgba(139, 92, 246, 0.3);
  border-radius: 20px;
  color: #d8b4fe;
  font-size: 1rem;
  font-weight: 500;
  margin-top: 20px;
  transition: all 0.3s ease;
}
.footer-living-intel:hover {
  background: linear-gradient(135deg, rgba(139, 92, 246, 0.25), rgba(236, 72, 153, 0.25));
  border-color: rgba(139, 92, 246, 0.5);
  color: #fff;
  transform: scale(1.02);
}
.footer-living-intel svg {
  width: 16px;
  height: 16px;
}
