/* The blog accent uses --royal (red) to match the cream-compact site. The design
   was ported from an orange/rose-gold theme, so every former var(--orange) accent
   (cover/eyebrow badges, num titles, count pills, widget titles, list accents and
   the section glows) now points at red; the per-category colours (learn=blue,
   interesting=purple, news=green) and the rank-bar colours are kept distinct.
   .wrap is only defined in the un-enqueued home-page.css, so it is re-homed below
   for both the single post and the index to stop their grids going full-bleed. */
.ebl-blog-post .wrap { max-width: 1355.2px; margin: 0 auto; padding: 0 31.68px; }
/* Blog-INDEX container. home-page.css (where the global .wrap = 1584px lives) is
   NOT enqueued on the index either, so without this the .v1-section content
   (latest cards, category filter, archive list + sidebar) runs full-bleed. Match
   the site-standard width used on every other page (.wrap = 1584 / 28.8px gutter)
   so only the cover hero stays full-width. */
.ebl-blog .wrap { max-width: 1742.4px; margin: 0 auto; padding: 0 31.68px; }
/* Blog-index Newer/Older pager. main.css was its SOLE source
   (.blog-pagination{display:flex;color:#fff} + .blog-pagination>a{font-size:24px;
   margin:0 10px;font-weight:600;text-transform:uppercase}); with boosting-main
   stripped on the F3 index, re-home it in the F3 vocabulary. (The old color:#fff
   was a latent bug — white pager text on the white .v1-section — that the strip
   plus this rule's dark colour fixes.) */
.ebl-blog .blog-pagination { display: flex; gap: 22px; justify-content: center; margin-top: 2rem; }
.ebl-blog .blog-pagination a { display: inline-flex; align-items: center; gap: 7.7px; font-family: var(--font-ui); font-size: 14.3px; font-weight: 600; letter-spacing: calc(0.08em * var(--tracking)); text-transform: uppercase; color: var(--ink-soft); transition: color 160ms ease; }
.ebl-blog .blog-pagination a:hover { color: var(--royal); }
/* ==================================================
   ELOBOOSTLEAGUE · BLOG
   Builds on homepage.css (tokens, header, footer, buttons).
   Sections: shared blog hero + primitives, index v1/v2/v3,
   post-page prose, post v1/v2/v3.
   ================================================== */

/* ---------- shared eyebrow badge (red accent pill) ---------- */
.eb-badge {
  display: inline-flex;
  align-items: center;
  gap: 8.8px;
  font-family: var(--font-ui);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: calc(0.18em * var(--tracking));
  text-transform: uppercase;
  color: var(--royal-deep);
  background: color-mix(in srgb, var(--royal) 14%, #fff);
  border: 1px solid color-mix(in srgb, var(--royal) 38%, transparent);
  border-radius: 3.3px;
  padding: 6.6px 12.1px;
}
.eb-badge svg { width: 14.3px; height: 14.3px; color: var(--royal); }
.on-dark .eb-badge {
  color: var(--royal);
  background: color-mix(in srgb, var(--royal) 18%, transparent);
  border-color: color-mix(in srgb, var(--royal) 45%, transparent);
}

/* ---------- numbered section head ---------- */
.num-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  flex-wrap: wrap;
  padding: 19.8px 0 17.6px;
  border-bottom: 1px solid var(--line);
  margin-bottom: 33px;
}
.num-head-l { display: flex; flex-direction: column; gap: 13.2px; }
.num-eyebrow { display: inline-flex; align-items: center; gap: 12.1px; }
.num-chip {
  font-family: var(--font-ui);
  font-size: 12.1px;
  font-weight: 700;
  letter-spacing: calc(0.08em * var(--tracking));
  color: var(--royal-deep);
  background: color-mix(in srgb, var(--royal) 13%, #fff);
  border: 1px solid color-mix(in srgb, var(--royal) 32%, transparent);
  border-radius: 3.3px;
  padding: 3.3px 8.8px;
}
.num-eyebrow-text {
  display: inline-flex;
  align-items: center;
  gap: 7.7px;
  font-family: var(--font-ui);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: calc(0.18em * var(--tracking));
  text-transform: uppercase;
  color: var(--ink-muted);
}
.num-eyebrow-text svg { width: 14.3px; height: 14.3px; color: var(--royal); }
.num-title {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(26.4px, 3vw, 39.6px);
  letter-spacing: -0.01em;
  text-transform: uppercase;
  line-height: 1;
  color: var(--ink);
}
.num-title em { font-style: normal; color: var(--royal); }
.count-pill {
  font-family: var(--font-ui);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: calc(0.12em * var(--tracking));
  text-transform: uppercase;
  color: var(--ink-soft);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 3.3px;
  padding: 9.9px 14.3px;
  display: inline-flex;
  align-items: center;
  gap: 9.9px;
  box-shadow: var(--shadow-soft);
}
.count-pill svg { width: 14.3px; height: 14.3px; color: var(--royal); }
.count-pill strong { color: var(--royal); font-weight: 800; }

/* ==================================================
   BLOG HERO (dark, gradient) — shared by indexes
   ================================================== */
.blog-hero {
  position: relative;
  background:
    radial-gradient(1100px 528px at 92% -30%, rgba(22, 89, 172, 0.16), transparent 55%),
    radial-gradient(990px 550px at -10% 120%, rgba(8, 31, 66, 0.5), transparent 60%),
    linear-gradient(150deg, var(--royal) 0%, var(--royal-deep) 52%, var(--navy) 100%);
  color: #fff;
  overflow: hidden;
}
.blog-hero::before {
  content: '';
  position: absolute; inset: 0; z-index: 1;
  background-image: radial-gradient(rgba(255,255,255,0.05) 1.1px, transparent 1.1px);
  background-size: 28.6px 28.6px;
  mask-image: linear-gradient(180deg, rgba(0,0,0,0.7), transparent 75%);
  pointer-events: none;
}
.blog-hero-inner {
  position: relative; z-index: 2;
  max-width: 1452px; margin: 0 auto;
  padding: 72.6px 26.4px 77px;
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 44px;
  align-items: center;
}
@media (max-width: 920px) { .blog-hero-inner { grid-template-columns: 1fr; gap: 33px; } }
.blog-hero h1 {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(50.6px, 7vw, 101.2px);
  letter-spacing: -0.04em;
  line-height: 0.92;
  margin: 22px 0 19.8px;
}
.blog-hero h1 em { font-style: normal; color: var(--royal); }
.blog-hero-lead {
  font-size: clamp(16.5px, 1.6vw, 20.9px);
  font-weight: 500;
  color: rgba(255,255,255,0.78);
  line-height: 1.5;
  max-width: 572px;
}
.blog-hero-lead em { font-style: normal; color: #fff; }

/* rank crest strip on the hero right */
.crest-strip { display: flex; align-items: flex-end; justify-content: flex-end; gap: 19.8px; }
@media (max-width: 920px) { .crest-strip { justify-content: flex-start; gap: 24.2px; } }
.crest-item { display: flex; flex-direction: column; align-items: center; gap: 9.9px; }
.crest-item img {
  width: 68.2px; height: 68.2px; object-fit: contain;
  filter: drop-shadow(0 8.8px 15.4px rgba(0,0,0,0.45));
  transition: transform 300ms var(--ease-out);
}
.crest-item:hover img { transform: translateY(-5.5px) scale(1.06); }
.crest-item span {
  font-family: var(--font-ui);
  font-size: 9.9px;
  font-weight: 600;
  letter-spacing: calc(0.14em * var(--tracking));
  text-transform: uppercase;
  color: rgba(255,255,255,0.55);
}
@media (max-width: 560px) { .crest-item:nth-child(n+4) { display: none; } }

/* ==================================================
   SHARED POST CARD (bx-card)
   ================================================== */
.bx-card {
  position: relative;
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r);
  overflow: hidden;
  box-shadow: var(--shadow-soft);
  transition: transform 260ms var(--ease-out), border-color 260ms ease, box-shadow 260ms ease;
}
.bx-card:hover { transform: translateY(-4.4px); border-color: var(--royal-soft); box-shadow: var(--shadow-pop); }
.bx-thumb { position: relative; aspect-ratio: 16 / 9; overflow: hidden; background: var(--navy); }
.bx-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform 700ms var(--ease-out); }
.bx-card:hover .bx-thumb img { transform: scale(1.06); }
.bx-thumb::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(0deg, rgba(5,15,34,0.5) 0%, transparent 55%);
}
.bx-body { padding: 17.6px 19.8px 19.8px; display: flex; flex-direction: column; gap: 9.9px; flex: 1; }
.bx-cat {
  display: inline-flex; align-items: center; gap: 6.6px;
  font-family: var(--font-ui);
  font-size: 10.45px;
  font-weight: 700;
  letter-spacing: calc(0.16em * var(--tracking));
  text-transform: uppercase;
  color: var(--royal-deep);
}
.bx-cat::before { content: ''; width: 6.6px; height: 6.6px; border-radius: 50%; background: var(--royal); }
.bx-cat.c-learn { color: #1f7ac8; } .bx-cat.c-learn::before { background: #1f7ac8; }
.bx-cat.c-interesting { color: #6a4fc0; } .bx-cat.c-interesting::before { background: #6a4fc0; }
.bx-cat.c-news { color: #1f8a5b; } .bx-cat.c-news::before { background: #1f8a5b; }
.bx-cat.c-tips { color: var(--royal-deep); } .bx-cat.c-tips::before { background: var(--royal); }
.bx-title {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 19.8px;
  letter-spacing: -0.01em;
  line-height: 1.22;
  color: var(--ink);
  text-wrap: balance;
}
.bx-card:hover .bx-title { color: var(--royal); }
.bx-excerpt { font-size: 14.85px; line-height: 1.6; color: var(--ink-soft); flex: 1; }
.bx-meta {
  display: flex; align-items: center; gap: 8.8px;
  font-family: var(--font-ui);
  font-size: 10.45px;
  font-weight: 500;
  letter-spacing: calc(0.06em * var(--tracking));
  text-transform: uppercase;
  color: var(--ink-muted);
  margin-top: 2.2px;
}
.bx-meta .dot { width: 3.3px; height: 3.3px; border-radius: 50%; background: var(--ink-muted); }
.bx-read { margin-left: auto; color: var(--royal-deep); font-weight: 600; display: inline-flex; align-items: center; gap: 5.5px; }
.bx-read svg { width: 13.2px; height: 13.2px; }

/* ==================================================
   INDEX V1 · KNOWLEDGE BASE (editorial)
   ================================================== */
.v1-section { padding: 59.4px 0; }
.v1-section.tint { background: var(--bg-soft); border-top: 1px solid var(--line-soft); border-bottom: 1px solid var(--line-soft); }

/* featured row: 1 big + 2 stacked */
.v1-feature {
  display: grid;
  grid-template-columns: 1.55fr 1fr;
  gap: 17.6px;
}
@media (max-width: 880px) { .v1-feature { grid-template-columns: 1fr; } }
.v1-hero-card {
  position: relative;
  border-radius: var(--r);
  overflow: hidden;
  min-height: 506px;
  display: flex;
  align-items: flex-end;
  color: #fff;
  background: var(--navy);
  box-shadow: var(--shadow-pop);
}
.v1-hero-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 800ms var(--ease-out); }
.v1-hero-card:hover img { transform: scale(1.04); }
.v1-hero-card::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(0deg, rgba(4,11,26,0.95) 0%, rgba(4,11,26,0.45) 42%, rgba(4,11,26,0.05) 72%);
}
.v1-hero-body { position: relative; z-index: 2; padding: 35.2px; display: flex; flex-direction: column; gap: 14.3px; }
.v1-hero-body .bx-cat { color: var(--royal); }
.v1-hero-body .bx-cat::before { background: var(--royal); }
.v1-hero-title {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(28.6px, 3vw, 41.8px);
  letter-spacing: -0.02em;
  line-height: 1.06;
  color: #fff;
  text-wrap: balance;
}
.v1-hero-excerpt { font-size: 15.95px; line-height: 1.6; color: rgba(255,255,255,0.82); max-width: 660px; }
.v1-hero-meta {
  display: flex; align-items: center; gap: 9.9px;
  font-family: var(--font-ui); font-size: 11px; letter-spacing: calc(0.08em * var(--tracking));
  text-transform: uppercase; color: rgba(255,255,255,0.6); margin-top: 4.4px;
}
.v1-hero-meta .read { color: var(--royal); font-weight: 700; }
.v1-hero-meta .dot { width: 3.3px; height: 3.3px; border-radius: 50%; background: rgba(255,255,255,0.4); }

.v1-side { display: flex; flex-direction: column; gap: 17.6px; }
.v1-side-card {
  position: relative;
  flex: 1;
  border-radius: var(--r);
  overflow: hidden;
  min-height: 198px;
  display: flex;
  align-items: flex-end;
  color: #fff;
  background: var(--navy);
  box-shadow: var(--shadow-soft);
}
.v1-side-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 700ms var(--ease-out); }
.v1-side-card:hover img { transform: scale(1.05); }
.v1-side-card::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(0deg, rgba(4,11,26,0.92) 0%, rgba(4,11,26,0.3) 55%, transparent 80%);
}
.v1-side-body { position: relative; z-index: 2; padding: 19.8px 22px; display: flex; flex-direction: column; gap: 7.7px; }
.v1-side-body .bx-cat { color: var(--royal); }
.v1-side-body .bx-cat::before { background: var(--royal); }
.v1-side-title {
  font-family: var(--font-display);
  font-weight: 700; font-size: 20.9px; letter-spacing: -0.01em; line-height: 1.18; color: #fff;
}
.v1-side-meta { font-family: var(--font-ui); font-size: 10.45px; letter-spacing: calc(0.08em * var(--tracking)); text-transform: uppercase; color: rgba(255,255,255,0.62); }
.v1-flag {
  position: absolute; top: 15.4px; left: 15.4px; z-index: 3;
  font-family: var(--font-ui); font-size: 9.9px; font-weight: 800; letter-spacing: calc(0.14em * var(--tracking));
  text-transform: uppercase; color: #fff;
  background: linear-gradient(135deg, var(--royal), var(--royal-deep));
  border-radius: 2.2px; padding: 4.4px 8.8px;
  box-shadow: 0 4px 12px -3px rgba(22,89,172,0.6);
}

/* category filter pills */
.v1-filter { display: flex; flex-wrap: wrap; gap: 7.7px; }
.cat-pill {
  font-family: var(--font-ui);
  font-size: 12.1px;
  font-weight: 600;
  letter-spacing: calc(0.08em * var(--tracking));
  text-transform: uppercase;
  color: var(--ink-soft);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 3.3px;
  padding: 6.6px 15.4px;
  cursor: pointer;
  transition: all 180ms ease;
}
.cat-pill:hover { border-color: var(--royal-soft); color: var(--royal); background: var(--royal-tint); }
.cat-pill.is-active { background: var(--navy); border-color: var(--navy); color: #fff; }

/* "Filter by category" band — condensed ~50% in height (UI batch 4). This band is
   only the eyebrow/title + the pill row, so it doesn't need the full editorial
   section rhythm the article sections use. Scoped to .v1-section.tint so the
   "All articles" header (which shares .num-head) keeps its taller spacing. */
.v1-section.tint { padding: 15.4px 0; }
.v1-section.tint .num-head { padding: 2.2px 0 8.8px; margin-bottom: 11px; }
.v1-section.tint .num-head-l { gap: 6.6px; }
.v1-section.tint .num-title { font-size: clamp(22px, 2.4vw, 28.6px); }

/* archive list + sidebar */
.v1-archive { display: grid; grid-template-columns: 1fr 374px; gap: 30.8px; align-items: start; }
@media (max-width: 980px) { .v1-archive { grid-template-columns: 1fr; } }
.v1-list { display: flex; flex-direction: column; gap: 13.2px; }
.list-row {
  display: grid;
  grid-template-columns: 101.2px 1fr auto;
  gap: 19.8px;
  align-items: center;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 15.4px 19.8px 15.4px 15.4px;
  transition: all 220ms var(--ease-out);
}
.list-row:hover { border-color: var(--royal-soft); box-shadow: var(--shadow-soft); transform: translateX(3.3px); }
.list-row.accent-blue { border-left: 3px solid var(--royal); background: var(--royal-tint); }
.list-row.accent-orange { border-left: 3px solid var(--royal); background: color-mix(in srgb, var(--royal) 7%, #fff); }
.list-thumb { width: 101.2px; height: 72.6px; border-radius: 4.4px; overflow: hidden; background: var(--navy); flex-shrink: 0; }
.list-thumb img { width: 100%; height: 100%; object-fit: cover; }
.list-main { min-width: 0; display: flex; flex-direction: column; gap: 5.5px; }
.list-title { font-family: var(--font-display); font-weight: 700; font-size: 19.8px; letter-spacing: -0.01em; line-height: 1.2; color: var(--ink); }
.list-row:hover .list-title { color: var(--royal); }
.list-excerpt { font-size: 14.3px; color: var(--ink-soft); line-height: 1.5; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; }
.list-meta { font-family: var(--font-ui); font-size: 10.45px; letter-spacing: calc(0.06em * var(--tracking)); text-transform: uppercase; color: var(--ink-muted); margin-top: 2.2px; }
.list-chev { width: 33px; height: 33px; border-radius: 50%; border: 1px solid var(--line); display: inline-flex; align-items: center; justify-content: center; color: var(--ink-muted); flex-shrink: 0; transition: all 200ms ease; }
.list-row:hover .list-chev { background: var(--royal); border-color: var(--royal); color: #fff; }
.list-chev svg { width: 15.4px; height: 15.4px; }
@media (max-width: 560px) { .list-row { grid-template-columns: 1fr auto; } .list-thumb { display: none; } }

/* sidebar widgets */
.side-stack { display: flex; flex-direction: column; gap: 17.6px; position: sticky; top: 83.6px; }
.ebl-rd .widget { background: #fff; border: 1px solid var(--line); border-radius: var(--r); padding: 22px; box-shadow: var(--shadow-soft); }
.ebl-rd .widget-head { display: flex; align-items: center; justify-content: space-between; gap: 11px; margin-bottom: 17.6px; }
.ebl-rd .widget-eyebrow { font-family: var(--font-ui); font-size: 9.9px; font-weight: 600; letter-spacing: calc(0.16em * var(--tracking)); text-transform: uppercase; color: var(--ink-muted); }
.ebl-rd .widget-title { font-family: var(--font-display); font-weight: 800; font-size: 22px; text-transform: uppercase; letter-spacing: -0.01em; color: var(--ink); margin-top: 4.4px; }
.ebl-rd .widget-title em { font-style: normal; color: var(--royal); }
.toggle-mini { display: inline-flex; border: 1px solid var(--line); border-radius: 4.4px; overflow: hidden; }
.toggle-mini button { font-family: var(--font-ui); font-size: 10.45px; font-weight: 700; letter-spacing: calc(0.08em * var(--tracking)); padding: 5.5px 11px; border: none; background: #fff; color: var(--ink-muted); cursor: pointer; }
.toggle-mini button.is-on { background: var(--navy); color: #fff; }

/* rank distribution bars */
.dist-row { display: grid; grid-template-columns: 22px 70.4px 1fr 50.6px; gap: 9.9px; align-items: center; padding: 6.6px 0; }
.dist-row img { width: 22px; height: 22px; object-fit: contain; }
.dist-name { font-size: 13.75px; font-weight: 600; color: var(--ink-soft); }
.dist-track { height: 9.9px; border-radius: 5.5px; background: var(--bg-deep); overflow: hidden; }
.dist-fill { height: 100%; border-radius: 5.5px; width: 0; transition: width 1.1s var(--ease-out); }
.dist-pct { font-family: var(--font-ui); font-size: 12.1px; font-weight: 600; color: var(--ink-soft); text-align: right; font-variant-numeric: tabular-nums; }
.ebl-rd .widget-foot { display: flex; align-items: center; justify-content: space-between; margin-top: 15.4px; padding-top: 14.3px; border-top: 1px solid var(--line-soft); font-family: var(--font-ui); font-size: 10.45px; letter-spacing: calc(0.12em * var(--tracking)); text-transform: uppercase; color: var(--ink-muted); }
.ebl-rd .widget-foot b { color: var(--ink); }

/* season progress widget */
.season-meta { font-family: var(--font-ui); font-size: 11px; letter-spacing: calc(0.08em * var(--tracking)); text-transform: uppercase; color: var(--ink-muted); margin-bottom: 11px; }
.season-bar { height: 11px; border-radius: 6.6px; background: var(--bg-deep); overflow: hidden; margin-bottom: 11px; }
.season-bar i { display: block; height: 100%; width: 0; border-radius: 6.6px; background: linear-gradient(90deg, var(--royal), #4f93e6); transition: width 1.2s var(--ease-out); }
.season-scale { display: flex; align-items: center; justify-content: space-between; font-family: var(--font-ui); font-size: 11px; font-weight: 600; letter-spacing: calc(0.06em * var(--tracking)); text-transform: uppercase; color: var(--ink-muted); }
.season-scale .pct { color: var(--royal); }

/* topics widget */
.topic-row { display: flex; align-items: center; justify-content: space-between; gap: 11px; padding: 12.1px 14.3px; border: 1px solid var(--line); border-radius: 4.4px; margin-bottom: 8.8px; transition: all 180ms ease; cursor: pointer; }
.topic-row:hover { border-color: var(--royal-soft); background: var(--royal-tint); }
.topic-row span { font-size: 14.85px; font-weight: 600; color: var(--ink); }
.topic-count { font-family: var(--font-ui); font-size: 11.55px; font-weight: 700; color: var(--royal-deep); background: color-mix(in srgb, var(--royal) 12%, #fff); border: 1px solid color-mix(in srgb, var(--royal) 30%, transparent); border-radius: 3.3px; padding: 2.2px 9.9px; }

/* older posts button */
.older-wrap { display: flex; justify-content: center; padding: 48.4px 0 8.8px; }

/* ==================================================
   INDEX V2 · TIER LIST (ranked grid)
   ================================================== */
.v2-hero {
  position: relative;
  background:
    radial-gradient(880px 462px at 50% -40%, rgba(22,89,172,0.18), transparent 60%),
    linear-gradient(165deg, var(--royal) 0%, var(--navy) 100%);
  color: #fff;
  overflow: hidden;
  text-align: center;
}
.v2-hero::before {
  content: ''; position: absolute; inset: 0; z-index: 1;
  background-image: radial-gradient(rgba(255,255,255,0.045) 1.1px, transparent 1.1px);
  background-size: 26.4px 26.4px;
  mask-image: linear-gradient(180deg, rgba(0,0,0,0.6), transparent 80%);
}
.v2-hero-inner { position: relative; z-index: 2; max-width: 880px; margin: 0 auto; padding: 70.4px 26.4px 61.6px; }
.v2-hero h1 { font-family: var(--font-display); font-weight: 800; font-size: clamp(44px, 6vw, 81.4px); letter-spacing: -0.04em; line-height: 0.95; margin: 19.8px 0 17.6px; }
.v2-hero h1 em { font-style: normal; color: var(--royal); }
.v2-hero p { font-size: clamp(16.5px, 1.6vw, 19.8px); color: rgba(255,255,255,0.78); line-height: 1.55; max-width: 616px; margin: 0 auto 28.6px; }
.v2-search { display: flex; max-width: 572px; margin: 0 auto; background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.22); border-radius: 4.4px; overflow: hidden; backdrop-filter: blur(6.6px); }
.v2-search svg { width: 19.8px; height: 19.8px; color: rgba(255,255,255,0.6); align-self: center; margin-left: 17.6px; }
.v2-search input { flex: 1; background: none; border: none; outline: none; color: #fff; font-family: var(--font-body); font-size: 16.5px; padding: 16.5px 15.4px; }
.v2-search input::placeholder { color: rgba(255,255,255,0.5); }
.v2-search button { font-family: var(--font-ui); font-size: 12.1px; font-weight: 700; letter-spacing: calc(0.1em * var(--tracking)); text-transform: uppercase; color: var(--navy); background: linear-gradient(135deg, var(--gold), var(--gold-deep)); border: none; padding: 0 24.2px; cursor: pointer; }

/* podium / top 3 */
.v2-wrap { max-width: 1452px; margin: 0 auto; padding: 0 26.4px; }
.podium { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17.6px; margin: -44px auto 0; position: relative; z-index: 5; }
@media (max-width: 820px) { .podium { grid-template-columns: 1fr; } }
.podium-card {
  position: relative;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r);
  overflow: hidden;
  box-shadow: var(--shadow-pop);
  display: flex;
  flex-direction: column;
  transition: transform 260ms var(--ease-out), box-shadow 260ms ease;
}
.podium-card:hover { transform: translateY(-5.5px); box-shadow: 0 26px 60px -20px rgba(8,31,66,0.35); }
.podium-rank {
  position: absolute; top: 13.2px; left: 13.2px; z-index: 3;
  width: 37.4px; height: 37.4px; border-radius: 4.4px;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-display); font-weight: 800; font-size: 19.8px; color: #fff;
  background: linear-gradient(135deg, var(--royal), var(--royal-deep));
  box-shadow: 0 6px 14px -4px rgba(22,89,172,0.6);
}
.podium-card:first-child .podium-rank { background: linear-gradient(135deg, var(--gold), var(--gold-deep)); color: var(--navy); }
.podium-thumb { aspect-ratio: 16/10; overflow: hidden; background: var(--navy); }
.podium-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform 700ms var(--ease-out); }
.podium-card:hover .podium-thumb img { transform: scale(1.06); }
.podium-body { padding: 17.6px 19.8px 19.8px; display: flex; flex-direction: column; gap: 8.8px; flex: 1; }
.podium-title { font-family: var(--font-display); font-weight: 700; font-size: 19.8px; line-height: 1.2; letter-spacing: -0.01em; color: var(--ink); text-wrap: balance; }
.podium-card:hover .podium-title { color: var(--royal); }

/* main grid */
.v2-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17.6px; }
@media (max-width: 1000px) { .v2-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .v2-grid { grid-template-columns: 1fr; } }
.v2-grid .bx-card.hidden { display: none; }

.v2-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 17.6px; flex-wrap: wrap; margin-bottom: 26.4px; }
.v2-tabs { display: flex; flex-wrap: wrap; gap: 7.7px; }

/* load more */
.loadmore-wrap { display: flex; flex-direction: column; align-items: center; gap: 15.4px; padding: 44px 0 8.8px; }
.loadmore-meta { font-family: var(--font-ui); font-size: 11px; letter-spacing: calc(0.12em * var(--tracking)); text-transform: uppercase; color: var(--ink-muted); }
.loadmore-meta b { color: var(--royal-deep); }

/* ==================================================
   INDEX V3 · DOSSIER (compact dashboard)
   ================================================== */
.v3-top {
  background: linear-gradient(120deg, var(--navy-deep) 0%, var(--royal-deep) 100%);
  color: #fff;
}
.v3-top-inner { max-width: 1452px; margin: 0 auto; padding: 44px 26.4px 37.4px; display: flex; align-items: flex-end; justify-content: space-between; gap: 26.4px; flex-wrap: wrap; }
.v3-top h1 { font-family: var(--font-display); font-weight: 800; font-size: clamp(37.4px, 4.5vw, 57.2px); letter-spacing: -0.03em; line-height: 1; margin: 15.4px 0 0; }
.v3-top h1 em { font-style: normal; color: var(--royal); }
.v3-stats { display: flex; gap: 28.6px; }
.v3-stat { display: flex; flex-direction: column; gap: 3.3px; }
.v3-stat b { font-family: var(--font-display); font-weight: 800; font-size: 33px; color: var(--royal); line-height: 1; }
.v3-stat span { font-family: var(--font-ui); font-size: 9.9px; font-weight: 600; letter-spacing: calc(0.14em * var(--tracking)); text-transform: uppercase; color: rgba(255,255,255,0.55); }

.v3-layout { display: grid; grid-template-columns: 1fr 396px; gap: 30.8px; align-items: start; max-width: 1452px; margin: 0 auto; padding: 48.4px 26.4px 70.4px; }
@media (max-width: 1000px) { .v3-layout { grid-template-columns: 1fr; } }

.v3-filterbar { display: flex; align-items: center; gap: 8.8px; flex-wrap: wrap; margin-bottom: 19.8px; padding-bottom: 19.8px; border-bottom: 1px solid var(--line); }
.v3-filterbar .fb-label { font-family: var(--font-ui); font-size: 10.45px; font-weight: 600; letter-spacing: calc(0.16em * var(--tracking)); text-transform: uppercase; color: var(--ink-muted); margin-right: 4.4px; }

/* dossier rows */
.dossier-list { display: flex; flex-direction: column; }
.dossier-row {
  display: grid;
  grid-template-columns: 44px 70.4px 1fr auto;
  gap: 17.6px;
  align-items: center;
  padding: 17.6px 8.8px;
  border-bottom: 1px solid var(--line);
  transition: background 180ms ease, padding 200ms var(--ease-out);
}
.dossier-row:hover { background: var(--bg-soft); padding-left: 15.4px; padding-right: 15.4px; }
.dossier-row:first-child { border-top: 1px solid var(--line); }
.dossier-idx { font-family: var(--font-ui); font-size: 14.3px; font-weight: 700; color: var(--ink-muted); font-variant-numeric: tabular-nums; }
.dossier-row:hover .dossier-idx { color: var(--royal); }
.dossier-thumb { width: 70.4px; height: 52.8px; border-radius: 4.4px; overflow: hidden; background: var(--navy); }
.dossier-thumb img { width: 100%; height: 100%; object-fit: cover; }
.dossier-main { min-width: 0; }
.dossier-cathead { display: flex; align-items: center; gap: 11px; margin-bottom: 4.4px; }
.dossier-title { font-family: var(--font-display); font-weight: 700; font-size: 18.7px; letter-spacing: -0.01em; line-height: 1.18; color: var(--ink); }
.dossier-row:hover .dossier-title { color: var(--royal); }
.dossier-sub { font-size: 13.75px; color: var(--ink-soft); margin-top: 3.3px; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; }
.dossier-side { display: flex; align-items: center; gap: 15.4px; }
.dossier-read { font-family: var(--font-ui); font-size: 11px; font-weight: 600; letter-spacing: calc(0.06em * var(--tracking)); text-transform: uppercase; color: var(--ink-muted); white-space: nowrap; }
.dossier-go { width: 33px; height: 33px; border-radius: 4.4px; border: 1px solid var(--line); display: inline-flex; align-items: center; justify-content: center; color: var(--ink-muted); transition: all 200ms ease; }
.dossier-row:hover .dossier-go { background: var(--royal); border-color: var(--royal); color: #fff; }
.dossier-go svg { width: 15.4px; height: 15.4px; }
@media (max-width: 600px) { .dossier-row { grid-template-columns: 33px 1fr auto; } .dossier-thumb { display: none; } .dossier-read { display: none; } }

/* v3 sidebar */
.v3-side { display: flex; flex-direction: column; gap: 17.6px; position: sticky; top: 83.6px; }
.spotlight {
  position: relative;
  border-radius: var(--r);
  overflow: hidden;
  min-height: 286px;
  display: flex;
  align-items: flex-end;
  color: #fff;
  background: var(--navy);
  box-shadow: var(--shadow-pop);
}
.spotlight img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.spotlight::after { content: ''; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(4,11,26,0.95) 0%, rgba(4,11,26,0.3) 60%, transparent 85%); }
.spotlight-body { position: relative; z-index: 2; padding: 24.2px; display: flex; flex-direction: column; gap: 9.9px; }
.spotlight-body .bx-cat { color: var(--royal); }
.spotlight-body .bx-cat::before { background: var(--royal); }
.spotlight-title { font-family: var(--font-display); font-weight: 800; font-size: 24.2px; line-height: 1.1; letter-spacing: -0.01em; color: #fff; }

.tagcloud { display: flex; flex-wrap: wrap; gap: 8.8px; }
.tagcloud a { font-family: var(--font-ui); font-size: 12.1px; font-weight: 600; letter-spacing: calc(0.04em * var(--tracking)); color: var(--ink-soft); background: var(--bg-soft); border: 1px solid var(--line); border-radius: 3.3px; padding: 7.7px 13.2px; transition: all 170ms ease; }
.tagcloud a:hover { border-color: var(--royal-soft); color: var(--royal); background: var(--royal-tint); }

.newsletter { background: linear-gradient(150deg, var(--royal) 0%, var(--royal-deep) 100%); color: #fff; border: none; }
.newsletter .widget-title { color: #fff; }
.newsletter .widget-title em { color: var(--gold); }
.newsletter p { font-size: 14.3px; line-height: 1.55; color: rgba(255,255,255,0.8); margin: 8.8px 0 15.4px; }
.newsletter form { display: flex; flex-direction: column; gap: 9.9px; }
.newsletter input { background: rgba(255,255,255,0.12); border: 1px solid rgba(255,255,255,0.25); border-radius: 4.4px; padding: 13.2px 15.4px; color: #fff; font-family: var(--font-body); font-size: 15.4px; outline: none; }
.newsletter input::placeholder { color: rgba(255,255,255,0.55); }

/* ==================================================
   SHARED POST PROSE (content-first reading)
   ================================================== */
.prose { font-family: var(--font-body); color: var(--ink); }
/* inter-element rhythm — also targets the .p3-content wrapper's children, since
   the single post nests its body in .p3-content for the sticky-rail flex layout */
.prose > * + *, .p3-content > * + * { margin-top: 24.2px; }
.p3-body.prose > .p3-content { margin-top: 0; }
.prose p { font-size: 19.25px; line-height: 1.75; color: #1d2b3b; }
.prose p:first-child { font-size: 20.9px; }
.prose a { color: var(--royal); text-decoration: underline; text-decoration-color: var(--royal-soft); text-underline-offset: 3.3px; transition: color 160ms ease; }
.prose a:hover { color: var(--royal-deep); text-decoration-color: var(--royal); }
.prose h2 {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(26.4px, 2.6vw, 35.2px);
  letter-spacing: -0.02em;
  line-height: 1.12;
  color: var(--ink);
  margin-top: 50.6px;
  scroll-margin-top: 88px;
}
.prose h3 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 23.1px;
  letter-spacing: -0.01em;
  color: var(--ink);
  margin-top: 37.4px;
  scroll-margin-top: 88px;
}
/* h4/h5/h6 — editor sub-headings deeper than h3. .prose only specced h2/h3;
   with main.css stripped (its bare h1-5{font-weight:600;margin-bottom:18px}) an
   editor h4+ would fall to UA serif near body size. Keep them in the F3 display
   vocabulary so a 3rd/4th-level heading still reads as a heading. (.prose>*+*
   already supplies the inter-block top margin.) */
.prose h4 { font-family: var(--font-display); font-weight: 700; font-size: 20.9px; letter-spacing: -0.01em; line-height: 1.2; color: var(--ink); margin-top: 30.8px; scroll-margin-top: 88px; }
.prose h5 { font-family: var(--font-display); font-weight: 700; font-size: 18.15px; color: var(--ink); margin-top: 26.4px; }
.prose h6 { font-family: var(--font-ui); font-weight: 700; font-size: 13.2px; letter-spacing: calc(0.08em * var(--tracking)); text-transform: uppercase; color: var(--ink-soft); margin-top: 24.2px; }
.prose ul, .prose ol { padding-left: 4.4px; display: flex; flex-direction: column; gap: 12.1px; list-style: none; }
.prose ul li, .prose ol li { position: relative; padding-left: 33px; font-size: 18.15px; line-height: 1.65; color: #1d2b3b; }
.prose ul li::before {
  content: ''; position: absolute; left: 4.4px; top: 12.1px;
  width: 8.8px; height: 8.8px; border-radius: 2.2px; transform: rotate(45deg);
  background: var(--royal);
}
.prose ol { counter-reset: li; }
.prose ol li { counter-increment: li; }
.prose ol li::before {
  content: counter(li); position: absolute; left: 0; top: 1.1px;
  width: 24.2px; height: 24.2px; border-radius: 4.4px;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-ui); font-size: 12.1px; font-weight: 700; color: #fff;
  background: var(--royal);
}
.prose li b, .prose p b { font-weight: 700; color: var(--ink); }
.prose figure { margin: 35.2px 0; }
.prose figure img { width: 100%; border-radius: var(--r); display: block; box-shadow: var(--shadow-soft); }
.prose figcaption { font-family: var(--font-ui); font-size: 12.1px; letter-spacing: calc(0.06em * var(--tracking)); text-transform: uppercase; color: var(--ink-muted); margin-top: 11px; text-align: center; }
.prose blockquote {
  margin: 37.4px 0;
  padding: 4.4px 0 4.4px 28.6px;
  border-left: 3px solid var(--royal);
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 25.3px;
  line-height: 1.4;
  letter-spacing: -0.01em;
  color: var(--ink);
}
.prose blockquote cite { display: block; margin-top: 13.2px; font-family: var(--font-ui); font-size: 12.1px; font-style: normal; font-weight: 600; letter-spacing: calc(0.1em * var(--tracking)); text-transform: uppercase; color: var(--ink-muted); }
.prose .voiceline { color: var(--royal); font-weight: 600; }
/* table + hr — editor blocks main.css was the sole source for (table{border-
   collapse:collapse}, hr{border-top:1px solid #ccc}). Without these a posted
   table reverts to UA separate-borders (doubled/gapped cells) and an <hr> to the
   UA 3D bevel. Re-home both in the F3 vocabulary. */
.prose table { border-collapse: collapse; width: 100%; font-size: 16.5px; }
.prose th, .prose td { border: 1px solid var(--line); padding: 8.8px 13.2px; text-align: left; }
.prose th { background: var(--bg-soft); font-weight: 700; color: var(--ink); }
.prose hr { border: 0; border-top: 1px solid var(--line); height: 0; margin: 37.4px 0; }

/* callout / CTA inside prose */
.callout {
  display: flex; gap: 17.6px; align-items: flex-start;
  background: var(--royal-tint);
  border: 1px solid var(--royal-soft);
  border-radius: var(--r);
  padding: 22px 24.2px;
  margin: 37.4px 0;
}
.callout-icon { width: 44px; height: 44px; border-radius: 8.8px; background: linear-gradient(135deg, var(--royal), var(--royal-deep)); color: #fff; display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; }
.callout-icon svg { width: 22px; height: 22px; }
.callout b { font-family: var(--font-display); font-weight: 700; font-size: 18.7px; color: var(--ink); display: block; margin-bottom: 4.4px; }
.callout p { font-size: 15.4px !important; line-height: 1.6; color: var(--ink-soft); }
.callout-cta { margin: 44px 0; }
.cta-banner {
  position: relative; overflow: hidden;
  background: linear-gradient(135deg, var(--navy) 0%, var(--royal-deep) 100%);
  border-radius: var(--r);
  padding: 30.8px 33px;
  display: flex; align-items: center; justify-content: space-between; gap: 22px; flex-wrap: wrap;
  color: #fff;
}
.cta-banner::after { content: ''; position: absolute; right: -44px; top: -44px; width: 198px; height: 198px; border-radius: 50%; background: radial-gradient(circle, rgba(22,89,172,0.4), transparent 70%); }
.cta-banner-text { position: relative; z-index: 2; }
.cta-banner b { font-family: var(--font-display); font-weight: 800; font-size: 24.2px; letter-spacing: -0.01em; display: block; }
.cta-banner span { font-size: 15.4px; color: rgba(255,255,255,0.78); }
.cta-banner .btn { position: relative; z-index: 2; flex-shrink: 0; }

/* breadcrumb */
.crumb { display: flex; align-items: center; gap: 9.9px; font-family: var(--font-ui); font-size: 12.1px; font-weight: 500; letter-spacing: calc(0.04em * var(--tracking)); color: var(--ink-muted); flex-wrap: wrap; }
.crumb a { color: var(--ink-soft); transition: color 160ms ease; }
.crumb a:hover { color: var(--royal); }
.crumb svg { width: 13.2px; height: 13.2px; opacity: 0.5; }
.crumb .here { color: var(--ink); }

/* post category tag */
.post-cat {
  display: inline-flex; align-items: center; gap: 7.7px;
  font-family: var(--font-ui); font-size: 11px; font-weight: 700;
  letter-spacing: calc(0.16em * var(--tracking)); text-transform: uppercase;
  color: var(--royal-deep);
  background: color-mix(in srgb, var(--royal) 12%, #fff);
  border: 1px solid color-mix(in srgb, var(--royal) 32%, transparent);
  border-radius: 3.3px; padding: 5.5px 12.1px;
}
.post-cat svg { width: 13.2px; height: 13.2px; color: var(--royal); }

/* meta row */
.post-meta-row { display: flex; align-items: center; gap: 15.4px; flex-wrap: wrap; }
.post-author { display: flex; align-items: center; gap: 11px; }
.post-author-av { width: 41.8px; height: 41.8px; border-radius: 50%; object-fit: cover; background: var(--navy); border: 2px solid #fff; box-shadow: var(--shadow-soft); }
.post-author-name { font-family: var(--font-body); font-weight: 700; font-size: 15.4px; color: var(--ink); line-height: 1.2; }
.post-author-role { font-family: var(--font-ui); font-size: 9.9px; letter-spacing: calc(0.1em * var(--tracking)); text-transform: uppercase; color: var(--ink-muted); }
.post-meta-dot { width: 3.3px; height: 3.3px; border-radius: 50%; background: var(--ink-muted); }
.post-meta-item { font-family: var(--font-ui); font-size: 11.55px; font-weight: 500; letter-spacing: calc(0.06em * var(--tracking)); text-transform: uppercase; color: var(--ink-muted); display: inline-flex; align-items: center; gap: 6.6px; }
.post-meta-item svg { width: 14.3px; height: 14.3px; opacity: 0.6; }

/* related posts footer (shared) */
.related { background: var(--bg-soft); border-top: 1px solid var(--line-soft); padding: 61.6px 0; }
.related-head { font-family: var(--font-display); font-weight: 800; font-size: 28.6px; letter-spacing: -0.02em; text-transform: uppercase; color: var(--ink); margin-bottom: 26.4px; }
.related-head em { font-style: normal; color: var(--royal); }
.related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17.6px; }
@media (max-width: 880px) { .related-grid { grid-template-columns: 1fr; } }

/* ==================================================
   POST V1 · CLASSIC CENTERED READER
   ================================================== */
.p1-wrap { max-width: 836px; margin: 0 auto; padding: 0 26.4px; }
.p1-head { padding: 44px 0 6.6px; }
.p1-title { font-family: var(--font-display); font-weight: 800; font-size: clamp(35.2px, 4.4vw, 57.2px); letter-spacing: -0.03em; line-height: 1.04; color: var(--ink); margin: 19.8px 0 22px; text-wrap: balance; }
.p1-hero-img { margin: 33px 0 8.8px; }
.p1-hero-img img { width: 100%; border-radius: var(--r); display: block; box-shadow: var(--shadow-pop); }
.p1-hero-cap { font-family: var(--font-ui); font-size: 11.55px; letter-spacing: calc(0.06em * var(--tracking)); text-transform: uppercase; color: var(--ink-muted); margin-top: 11px; text-align: center; }
.p1-body { padding: 26.4px 0 66px; }
.p1-divider { height: 1.1px; background: var(--line); margin: 33px 0; }
.p1-share { display: flex; align-items: center; gap: 11px; padding: 24.2px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); margin-top: 39.6px; }
.p1-share-label { font-family: var(--font-ui); font-size: 11px; font-weight: 600; letter-spacing: calc(0.14em * var(--tracking)); text-transform: uppercase; color: var(--ink-muted); margin-right: auto; }
.share-btn { width: 41.8px; height: 41.8px; border-radius: 4.4px; border: 1px solid var(--line); background: #fff; color: var(--ink-soft); display: inline-flex; align-items: center; justify-content: center; cursor: pointer; transition: all 180ms ease; }
.share-btn:hover { border-color: var(--royal-soft); background: var(--royal-tint); color: var(--royal); transform: translateY(-2.2px); }
.share-btn svg { width: 17.6px; height: 17.6px; }

/* ==================================================
   POST V2 · READING WITH STICKY TOC
   ================================================== */
.read-progress { position: fixed; top: 0; left: 0; height: 3.3px; width: 0; background: linear-gradient(90deg, var(--royal), var(--gold)); z-index: 200; transition: width 80ms linear; }
.p2-head-wrap { background: var(--bg-soft); border-bottom: 1px solid var(--line); }
.p2-head { max-width: 1298px; margin: 0 auto; padding: 41.8px 26.4px 37.4px; }
.p2-title { font-family: var(--font-display); font-weight: 800; font-size: clamp(33px, 4vw, 52.8px); letter-spacing: -0.03em; line-height: 1.05; color: var(--ink); margin: 17.6px 0 22px; max-width: 946px; text-wrap: balance; }
.p2-layout { max-width: 1298px; margin: 0 auto; padding: 48.4px 26.4px 66px; display: grid; grid-template-columns: 264px 1fr; gap: 52.8px; align-items: start; }
@media (max-width: 920px) { .p2-layout { grid-template-columns: 1fr; gap: 30.8px; } }
.p2-aside { position: sticky; top: 83.6px; display: flex; flex-direction: column; gap: 24.2px; }
@media (max-width: 920px) { .p2-aside { position: static; } }
.toc-label { font-family: var(--font-ui); font-size: 10.45px; font-weight: 600; letter-spacing: calc(0.16em * var(--tracking)); text-transform: uppercase; color: var(--ink-muted); margin-bottom: 13.2px; }
.toc-list { display: flex; flex-direction: column; gap: 2.2px; border-left: 2px solid var(--line); }
.toc-list a { font-size: 14.85px; font-weight: 500; color: var(--ink-soft); padding: 7.7px 0 7.7px 17.6px; margin-left: -2.2px; border-left: 2px solid transparent; transition: all 160ms ease; line-height: 1.35; }
.toc-list a:hover { color: var(--royal); }
.toc-list a.is-active { color: var(--royal); font-weight: 700; border-left-color: var(--royal); }
.p2-sharebox { display: flex; flex-direction: column; gap: 11px; padding-top: 22px; border-top: 1px solid var(--line); }
.p2-hero-img { margin-bottom: 15.4px; }
.p2-hero-img img { width: 100%; border-radius: var(--r); display: block; box-shadow: var(--shadow-soft); }
.p2-content { max-width: 792px; }

/* ==================================================
   POST V3 · IMMERSIVE HERO READER
   ================================================== */
.p3-hero {
  position: relative;
  min-height: 572px;
  display: flex;
  align-items: flex-end;
  color: #fff;
  overflow: hidden;
  background: var(--navy);
}
.p3-hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.p3-hero::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(0deg, rgba(3,9,22,0.96) 0%, rgba(3,9,22,0.6) 40%, rgba(3,9,22,0.15) 75%, rgba(3,9,22,0.4) 100%);
}
.p3-hero-inner { position: relative; z-index: 2; width: 66%; max-width: 1298px; margin: 0 auto; padding: 0 26.4px 61.6px; }
.p3-crumb { color: rgba(255,255,255,0.7); margin-bottom: 19.8px; }
.p3-crumb a { color: rgba(255,255,255,0.85); }
.p3-crumb a:hover { color: #fff; }
.p3-crumb .here { color: #fff; }
.p3-crumb svg { opacity: 0.6; }
.p3-title { font-family: var(--font-display); font-weight: 800; font-size: clamp(37.4px, 4.6vw, 66px); letter-spacing: -0.02em; line-height: 1.08; color: #fff; margin: 28.6px 0 28.6px; text-wrap: balance; }
.p3-meta { display: flex; align-items: center; gap: 15.4px; flex-wrap: wrap; }
.p3-meta .post-author-name { color: #fff; }
.p3-meta .post-author-role { color: rgba(255,255,255,0.6); }
.p3-meta .post-meta-item { color: rgba(255,255,255,0.7); }
.p3-meta .post-meta-dot { background: rgba(255,255,255,0.4); }
.p3-body-wrap { background: #fff; }
/* Post body = 66%-width column aligned with the hero, laid out as [sticky share
   rail | content]. The rail is a real flex sibling now (single.php wraps the
   article in .p3-content), so position:sticky makes it scroll along. */
.p3-body { width: 66%; max-width: 1298px; margin: 0 auto; padding: 61.6px 26.4px 88px; display: flex; gap: 44px; align-items: flex-start; }
.p3-content { flex: 1 1 auto; min-width: 0; }
.p3-rail { position: sticky; top: 110px; align-self: flex-start; flex-shrink: 0; display: flex; flex-direction: column; gap: 11px; }
@media (max-width: 1000px) {
  .p3-hero-inner, .p3-body { width: auto; max-width: 902px; }
  .p3-body { flex-direction: column; gap: 0; padding-top: 44px; }
  .p3-rail { position: static; top: auto; flex-direction: row; margin-bottom: 33px; padding-bottom: 26.4px; border-bottom: 1px solid var(--line); }
}
.p3-rail-label { writing-mode: vertical-rl; font-family: var(--font-ui); font-size: 9.9px; font-weight: 600; letter-spacing: calc(0.18em * var(--tracking)); text-transform: uppercase; color: var(--ink-muted); margin-bottom: 6.6px; }
@media (max-width: 1000px) { .p3-rail-label { writing-mode: horizontal-tb; align-self: center; margin: 0 6.6px 0 0; } }

/* ==================================================
   INDEX V1B · SPOTLIGHT COVER
   ================================================== */
.cover-hero {
  position: relative;
  min-height: 660px;
  display: flex;
  align-items: flex-end;
  color: #fff;
  overflow: hidden;
  background: var(--navy);
}
.cover-hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.cover-hero::after {
  content: ''; position: absolute; inset: 0;
  background:
    linear-gradient(0deg, rgba(4,11,26,0.96) 0%, rgba(4,11,26,0.55) 42%, rgba(4,11,26,0.1) 78%),
    radial-gradient(990px 440px at 88% 8%, rgba(22,89,172,0.14), transparent 60%);
}
.cover-hero-inner { position: relative; z-index: 2; max-width: 1742.4px; margin: 0 auto; width: 100%; padding: 0 31.68px 70.4px; }
.cover-flag {
  display: inline-flex; align-items: center; gap: 8.8px;
  font-family: var(--font-ui); font-size: 11px; font-weight: 800; letter-spacing: calc(0.18em * var(--tracking));
  text-transform: uppercase; color: #fff;
  background: linear-gradient(135deg, var(--royal), var(--royal-deep));
  border-radius: 3.3px; padding: 6.6px 12.1px; box-shadow: 0 6px 16px -4px rgba(22,89,172,0.6);
}
.cover-flag svg { width: 14.3px; height: 14.3px; }
.cover-title {
  font-family: var(--font-display); font-weight: 800;
  font-size: clamp(41.8px, 5.5vw, 79.2px); letter-spacing: -0.035em; line-height: 0.96;
  margin: 22px 0 19.8px; max-width: 1034px; text-wrap: balance;
}
.cover-title em { font-style: normal; color: var(--royal); }
.cover-excerpt { font-size: clamp(16.5px, 1.5vw, 19.8px); line-height: 1.55; color: rgba(255,255,255,0.82); max-width: 682px; margin-bottom: 28.6px; }
.cover-meta { display: flex; align-items: center; gap: 17.6px; flex-wrap: wrap; }
.cover-meta .post-author-name { color: #fff; }
.cover-meta .post-author-role { color: rgba(255,255,255,0.6); }
.cover-meta .post-meta-item { color: rgba(255,255,255,0.72); }
.cover-meta .post-meta-dot { background: rgba(255,255,255,0.4); }
.cover-stats { display: flex; gap: 28.6px; margin-left: auto; }
@media (max-width: 760px) { .cover-stats { margin-left: 0; } }
.cover-stat { display: flex; flex-direction: column; gap: 2.2px; }
.cover-stat b { font-family: var(--font-display); font-weight: 800; font-size: 26.4px; color: var(--royal); line-height: 1; }
.cover-stat span { font-family: var(--font-ui); font-size: 9.9px; font-weight: 600; letter-spacing: calc(0.14em * var(--tracking)); text-transform: uppercase; color: rgba(255,255,255,0.55); }

/* 3-up latest row */
.latest-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17.6px; }
@media (max-width: 920px) { .latest-row { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .latest-row { grid-template-columns: 1fr; } }

/* ==================================================
   INDEX V1C · EDITORIAL BROADSHEET
   ================================================== */
/* numbered top-list on the dark hero (replaces crest strip) */
.hero-toplist { display: flex; flex-direction: column; gap: 2.2px; }
.hero-toplist .tl-label { font-family: var(--font-ui); font-size: 9.9px; font-weight: 600; letter-spacing: calc(0.18em * var(--tracking)); text-transform: uppercase; color: rgba(255,255,255,0.5); margin-bottom: 13.2px; }
.tl-row { display: grid; grid-template-columns: 28.6px 1fr; gap: 14.3px; align-items: center; padding: 13.2px 0; border-top: 1px solid rgba(255,255,255,0.14); transition: padding 200ms var(--ease-out); }
.tl-row:last-child { border-bottom: 1px solid rgba(255,255,255,0.14); }
.tl-row:hover { padding-left: 6.6px; }
.tl-num { font-family: var(--font-display); font-weight: 800; font-size: 24.2px; color: var(--royal); line-height: 1; }
.tl-text { min-width: 0; }
.tl-text b { display: block; font-family: var(--font-body); font-weight: 600; font-size: 16.5px; color: #fff; line-height: 1.25; }
.tl-text span { font-family: var(--font-ui); font-size: 9.9px; letter-spacing: calc(0.1em * var(--tracking)); text-transform: uppercase; color: rgba(255,255,255,0.5); }

/* horizontal lead story */
.lead-story {
  display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 0;
  background: #fff; border: 1px solid var(--line); border-radius: var(--r); overflow: hidden;
  box-shadow: var(--shadow-soft); transition: box-shadow 260ms ease, transform 260ms var(--ease-out);
}
.lead-story:hover { box-shadow: var(--shadow-pop); transform: translateY(-3.3px); }
@media (max-width: 820px) { .lead-story { grid-template-columns: 1fr; } }
.lead-story-img { position: relative; min-height: 352px; overflow: hidden; background: var(--navy); }
.lead-story-img img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 800ms var(--ease-out); }
.lead-story:hover .lead-story-img img { transform: scale(1.04); }
.lead-story-body { padding: 41.8px 39.6px; display: flex; flex-direction: column; gap: 15.4px; justify-content: center; }
.lead-story-title { font-family: var(--font-display); font-weight: 800; font-size: clamp(26.4px, 2.8vw, 39.6px); letter-spacing: -0.02em; line-height: 1.06; color: var(--ink); text-wrap: balance; }
.lead-story:hover .lead-story-title { color: var(--royal); }
.lead-story-excerpt { font-size: 16.5px; line-height: 1.65; color: var(--ink-soft); }
.lead-story-meta { display: flex; align-items: center; gap: 11px; font-family: var(--font-ui); font-size: 11px; letter-spacing: calc(0.08em * var(--tracking)); text-transform: uppercase; color: var(--ink-muted); margin-top: 2.2px; }
.lead-story-meta .read { color: var(--royal-deep); font-weight: 700; }
.lead-story-meta .dot { width: 3.3px; height: 3.3px; border-radius: 50%; background: var(--ink-muted); }

/* archive: left category rail + 2-col card grid */
.v1c-railwrap { display: grid; grid-template-columns: 242px 1fr; gap: 33px; align-items: start; }
@media (max-width: 900px) { .v1c-railwrap { grid-template-columns: 1fr; } }
.cat-rail { position: sticky; top: 83.6px; display: flex; flex-direction: column; gap: 4.4px; }
@media (max-width: 900px) { .cat-rail { position: static; flex-direction: row; flex-wrap: wrap; } }
.cat-rail .cr-label { font-family: var(--font-ui); font-size: 10.45px; font-weight: 600; letter-spacing: calc(0.16em * var(--tracking)); text-transform: uppercase; color: var(--ink-muted); margin-bottom: 8.8px; }
@media (max-width: 900px) { .cat-rail .cr-label { width: 100%; } }
.cr-item {
  display: flex; align-items: center; justify-content: space-between; gap: 11px;
  font-family: var(--font-body); font-size: 15.4px; font-weight: 600; color: var(--ink-soft);
  padding: 12.1px 15.4px; border-radius: var(--r); border: 1px solid transparent; cursor: pointer;
  transition: all 170ms ease; background: none;
}
.cr-item:hover { background: var(--bg-soft); color: var(--ink); }
.cr-item.is-active { background: var(--navy); color: #fff; border-color: var(--navy); }
.cr-item small { font-family: var(--font-ui); font-size: 11px; font-weight: 700; color: var(--ink-muted); }
.cr-item.is-active small { color: var(--gold); }
.v1c-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 17.6px; }
@media (max-width: 600px) { .v1c-grid { grid-template-columns: 1fr; } }
.v1c-grid .bx-card.hidden { display: none; }

/* ==================================================
   POST V3B · SPLIT HERO
   ================================================== */
.p3b-hero { display: grid; grid-template-columns: 1fr 1fr; min-height: 616px; }
@media (max-width: 860px) { .p3b-hero { grid-template-columns: 1fr; min-height: 0; } }
.p3b-panel {
  position: relative; display: flex; flex-direction: column; justify-content: center;
  gap: 19.8px; padding: 70.4px clamp(30.8px, 5vw, 79.2px); color: #fff;
  background:
    radial-gradient(770px 418px at 0% 0%, rgba(22,89,172,0.16), transparent 60%),
    linear-gradient(150deg, var(--royal) 0%, var(--royal-deep) 55%, var(--navy) 100%);
}
.p3b-panel::before {
  content: ''; position: absolute; inset: 0;
  background-image: radial-gradient(rgba(255,255,255,0.05) 1.1px, transparent 1.1px); background-size: 26.4px 26.4px;
  mask-image: linear-gradient(180deg, rgba(0,0,0,0.6), transparent 80%); pointer-events: none;
}
.p3b-panel > * { position: relative; z-index: 1; }
.p3b-title { font-family: var(--font-display); font-weight: 800; font-size: clamp(35.2px, 3.6vw, 57.2px); letter-spacing: -0.03em; line-height: 1.02; text-wrap: balance; }
.p3b-art { position: relative; overflow: hidden; background: var(--navy); min-height: 352px; }
.p3b-art img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.p3b-art::after { content: ''; position: absolute; inset: 0; background: linear-gradient(110deg, rgba(8,31,66,0.5) 0%, transparent 30%); }
.p3b-crumb { color: rgba(255,255,255,0.7); }
.p3b-crumb a { color: rgba(255,255,255,0.85); }
.p3b-crumb a:hover { color: #fff; }
.p3b-crumb .here { color: #fff; }
.p3b-meta .post-author-name { color: #fff; }
.p3b-meta .post-author-role { color: rgba(255,255,255,0.6); }
.p3b-meta .post-meta-item { color: rgba(255,255,255,0.72); }
.p3b-meta .post-meta-dot { background: rgba(255,255,255,0.4); }

/* ==================================================
   POST V3C · CENTERED SPOTLIGHT LONG-READ
   ================================================== */
.p3c-hero {
  position: relative; min-height: 506px; display: flex; align-items: center; justify-content: center;
  text-align: center; color: #fff; overflow: hidden; background: var(--navy);
}
.p3c-hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.p3c-hero::after {
  content: ''; position: absolute; inset: 0;
  background:
    radial-gradient(120% 90% at 50% 50%, rgba(3,9,22,0.55) 0%, rgba(3,9,22,0.85) 70%, rgba(3,9,22,0.95) 100%),
    linear-gradient(0deg, rgba(3,9,22,0.7), transparent 60%);
}
.p3c-inner { position: relative; z-index: 2; max-width: 902px; padding: 77px 26.4px; display: flex; flex-direction: column; align-items: center; gap: 19.8px; }
.p3c-kicker { display: inline-flex; align-items: center; gap: 13.2px; font-family: var(--font-ui); font-size: 11px; font-weight: 700; letter-spacing: calc(0.2em * var(--tracking)); text-transform: uppercase; color: var(--royal); }
.p3c-kicker::before, .p3c-kicker::after { content: ''; width: 30.8px; height: 1.1px; background: color-mix(in srgb, var(--royal) 60%, transparent); }
.p3c-title { font-family: var(--font-display); font-weight: 800; font-size: clamp(37.4px, 5vw, 70.4px); letter-spacing: -0.03em; line-height: 1; text-wrap: balance; }
.p3c-meta { display: flex; align-items: center; justify-content: center; gap: 15.4px; flex-wrap: wrap; margin-top: 4.4px; }
.p3c-meta .post-author-name { color: #fff; }
.p3c-meta .post-author-role { color: rgba(255,255,255,0.6); }
.p3c-meta .post-meta-item { color: rgba(255,255,255,0.72); }
.p3c-meta .post-meta-dot { background: rgba(255,255,255,0.4); }
.p3c-scroll { margin-top: 11px; font-family: var(--font-ui); font-size: 9.9px; font-weight: 600; letter-spacing: calc(0.18em * var(--tracking)); text-transform: uppercase; color: rgba(255,255,255,0.5); display: inline-flex; flex-direction: column; align-items: center; gap: 6.6px; }
.p3c-scroll svg { width: 17.6px; height: 17.6px; }
@media (prefers-reduced-motion: no-preference) { .p3c-scroll svg { animation: p3c-bob 1.8s ease-in-out infinite; } }
@keyframes p3c-bob { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(4.4px); } }
.p3c-body { max-width: 792px; margin: 0 auto; padding: 66px 26.4px 70.4px; }
.p3c-body.prose > p:first-of-type::first-letter {
  float: left; font-family: var(--font-display); font-weight: 800; font-size: 83.6px; line-height: 0.74;
  padding: 6.6px 15.4px 0 0; color: var(--royal);
}
.p3c-byline { display: flex; align-items: center; justify-content: center; gap: 13.2px; padding-bottom: 33px; margin-bottom: 8.8px; border-bottom: 1px solid var(--line); }


/* season-bar end tinted to site royal (was EBL light-blue #4f93e6) */
.season-bar i { background: linear-gradient(90deg, var(--royal), color-mix(in srgb, var(--royal) 45%, #fff)); }

/* ==================================================
   FONT HIERARCHY CORRECTION
   League stays on big hero/section/post headings + numeric stats; small titles,
   names, subtitles and reading text use Barlow. Appended last so it overrides
   the per-element --font-display at equal specificity.
   ================================================== */
.bx-title,
.v1-side-title,
.list-title,
.ebl-rd .widget-title,
.podium-title,
.dossier-title,
.spotlight-title,
.prose h3,
.prose h4,
.prose h5,
.prose blockquote,
.callout b,
.cta-banner b { font-family: var(--font-body); }
