.articles-section { background: var(--navy); }
.fantasy-utility { padding: 28px 0; border-bottom: 1px solid var(--line); background: var(--paper); }
.fantasy-utility-inner { display: flex; flex-direction: column; gap: 20px; }
.fantasy-utility .kicker { margin-bottom: 7px; }
.fantasy-utility-status { margin: 0; color: var(--ink); font: 800 clamp(25px,6vw,36px)/1 var(--display); letter-spacing: -.045em; }
.fantasy-utility .hero-actions { margin: 0; }
.articles-heading h1 { color: var(--white); font-size: clamp(44px,10vw,72px); }
.articles-footer-link { display: flex; justify-content: center; margin-top: 34px; }
.button-on-dark { border-color: rgba(255,255,255,.55); color: var(--white); }
.button-on-dark:hover { border-color: var(--green); color: var(--white); }
.news-archive-hero { padding: 74px 0 64px; background: var(--paper); }
.news-archive-heading { max-width: 900px; }
.news-archive-heading h1 { margin-bottom: 22px; font-size: clamp(54px,12vw,96px); }
.news-archive-heading h1 span { color: var(--green); }
.news-archive-heading > p:not(.kicker) { max-width: 720px; color: var(--muted); font-size: clamp(17px,3vw,21px); }
.news-archive-heading .text-link { display: inline-block; margin-top: 25px; font-weight: 800; }
.articles-heading .kicker { color: #77e7a8; }
.articles-heading h2 { color: var(--white); }
.articles-heading p:not(.kicker) { color: #aebdc2; }
.article-grid { display: grid; gap: 16px; }
.article-card { min-width: 0; display: flex; flex-direction: column; overflow: hidden; border: 1px solid rgba(255,255,255,.15); border-radius: 18px; background: var(--paper-2); box-shadow: 0 18px 45px rgba(0,0,0,.18); }
.article-card-visual { min-height: 210px; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-end; padding: 22px; overflow: hidden; position: relative; color: var(--white); background: linear-gradient(145deg,#087c43,#0c382a); text-decoration: none; }
.article-card-visual::before { content: ""; position: absolute; width: 170px; height: 170px; right: -55px; top: -65px; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; box-shadow: 0 0 0 28px rgba(255,255,255,.035), 0 0 0 58px rgba(255,255,255,.025); }
.article-card-review .article-card-visual { background: linear-gradient(145deg,#071923,#087c43); }
.article-card-predictions .article-card-visual { background: linear-gradient(145deg,#071923,#153844); }
.article-card-number { position: relative; font: 800 clamp(52px,15vw,76px)/.9 var(--display); letter-spacing: -.08em; }
.article-card-visual-label { position: relative; margin-top: 11px; color: #ccf7dd; font-size: 10px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.article-card-image { padding: 0; display: block; background: #26180f; }
.article-card-image::before { display: none; }
.article-card-image img { width: 100%; height: 230px; display: block; object-fit: cover; object-position: center 28%; transition: transform .35s ease; }
.article-card:hover .article-card-image img { transform: scale(1.025); }
.article-card-copy { min-height: 270px; display: flex; flex-direction: column; padding: 23px; }
.article-card-date { display: block; margin: 0 0 7px; color: var(--muted); font-size: 10px; font-weight: 700; letter-spacing: .06em; }
.article-card-meta { margin: 0 0 12px; color: var(--green-dark) !important; font-size: 9px !important; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.article-card h3 { font-size: 26px; line-height: 1.08; }
.article-card h3 a { text-decoration: none; }
.article-card-copy > p:not(.article-card-meta) { margin: 14px 0 22px; color: var(--muted); font-size: 13px; }
.article-card-link { margin-top: auto; color: var(--green-dark); font-size: 12px; font-weight: 800; text-decoration: none; }
.article-card-link span { margin-left: 8px; }

.editorial-hero { background: radial-gradient(circle at 82% 20%,rgba(8,184,90,.11),transparent 35%); }
.article-published { margin: 0 0 9px !important; color: var(--muted) !important; font-size: 11px !important; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.article-published + .kicker { margin-top: 0; }
.editorial-badge strong { color: var(--green); font-size: 46px; letter-spacing: -.07em; }
.article-reading-width { max-width: 820px; }
.article-intro { max-width: 860px; }
.article-standfirst { margin: 0; max-width: 780px; color: var(--ink) !important; font: 700 clamp(21px,4vw,29px)/1.38 var(--display); letter-spacing: -.025em; }
.interview-page-section { background: var(--navy); }
.interview-page-feature { max-width: 1040px; margin-inline: auto; }
.interview-page-copy h2 { margin-bottom: 26px; }
.article-return { border-top: 1px solid var(--line); background: var(--paper-2); }
.article-return h2 { max-width: 700px; font-size: clamp(34px,9vw,54px); }
.article-return p:not(.kicker) { max-width: 680px; color: var(--muted); }

.review-hero { background: radial-gradient(circle at 84% 18%,rgba(240,160,0,.12),transparent 34%); }
.review-badge { background: linear-gradient(145deg,var(--navy),#0b382b); }
.review-hero-art { overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: #211612; box-shadow: var(--shadow); }
.review-hero-art img { width: 100%; height: auto; display: block; }
.review-opening > p:not(.article-standfirst) { color: #3e4a50; font-size: 17px; }
.review-opening > .article-standfirst { margin-bottom: 24px; color: var(--green-dark) !important; font-size: 12px; letter-spacing: .13em; text-transform: uppercase; }
.review-opening > p:nth-of-type(2) { color: var(--ink); font: 800 clamp(29px,6vw,42px)/1.1 var(--display); letter-spacing: -.045em; }
.review-stat-grid { display: grid; gap: 10px; margin-top: 34px; }
.review-stat-grid article { padding: 19px; border: 1px solid var(--line); border-radius: 13px; background: var(--paper); }
.review-stat-grid span, .review-stat-grid small { display: block; color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.review-stat-grid strong { display: block; margin: 7px 0 3px; font: 800 22px/1.15 var(--display); }
.review-article { padding-block: 4px; }
.review-section { padding: 48px 0; border-bottom: 1px solid var(--line); }
.review-section:first-child { padding-top: 6px; }
.review-section:last-child { border-bottom: 0; }
.review-section h2 { max-width: 760px; margin-bottom: 25px; font-size: clamp(35px,8vw,52px); }
.review-section > p:not(.kicker) { color: #3e4a50; font-size: 17px; line-height: 1.7; }
.review-section .article-beat { margin: 25px 0; padding: 18px 20px; border-left: 4px solid var(--green); color: var(--ink) !important; background: var(--paper-2); font: 800 21px/1.4 var(--display) !important; letter-spacing: -.02em; }
.prediction-watch-list { display: grid; gap: 8px; margin: 24px 0; }
.prediction-watch-list p { margin: 0; padding: 14px 16px; border-radius: 10px; color: #3e4a50; background: #ece8df; font-size: 14px; }
.prediction-watch-list strong { color: var(--green-dark); font-family: var(--display); }
.review-section-final { padding-bottom: 18px; }
.review-section .article-closing { margin-top: 30px; color: var(--ink) !important; font: 800 clamp(26px,5vw,38px)/1.25 var(--display) !important; letter-spacing: -.04em; }

@media (min-width: 720px) {
  .fantasy-utility-inner { flex-direction: row; align-items: center; justify-content: space-between; }
  .article-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .article-card-visual { min-height: 230px; }
  .review-stat-grid { grid-template-columns: repeat(3,1fr); }
  .interview-page-feature .interview-image { width: min(calc(100% - 84px),520px); }
}

@media (min-width: 960px) {
  .article-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .article-card-visual, .article-card-image img { min-height: 245px; height: 245px; }
  .article-card-copy { min-height: 292px; }
  .interview-page-feature { display: grid; grid-template-columns: minmax(300px,.78fr) minmax(0,1.22fr); align-items: start; }
  .interview-page-feature .interview-page-image { width: auto; max-width: none; margin: 0; border-radius: 0; position: sticky; top: 112px; }
  .interview-page-feature .interview-page-image img { min-height: 670px; height: calc(100vh - 150px); max-height: 850px; object-fit: cover; }
  .interview-page-feature .interview-page-copy { padding: 52px 48px 58px; }
}

@media (prefers-reduced-motion: reduce) {
  .article-card-image img { transition: none; }
}
