:root {
  --news-ink: #11151a;
  --news-muted: #606a73;
  --news-line: #d6dadd;
  --news-blue: #175ee6;
  --news-media-width: 860px;
  --news-image-max-height: 640px;
}

.news-page { overflow-x: clip; background: #f4f5f3; color: var(--news-ink); }
.news-page main { overflow: hidden; }
.news-page img, .news-page video { display: block; width: 100%; }
.news-page time { font-variant-numeric: tabular-nums; }
.news-issue[hidden] { display: none; }

.news-page--light .content-header { min-height: 68px; padding: 0 28px; display: flex; align-items: center; justify-content: space-between; position: sticky; z-index: 20; top: 0; border-bottom: 1px solid #d9e1ee; background: rgba(255,255,255,.96); color: #102341; box-shadow: 0 4px 20px rgba(28, 57, 99, .04); }
.news-page--light .content-header > a:last-child { padding-bottom: 4px; border-bottom: 1px solid currentColor; font-size: 13px; }
.news-page--light .site-header { color: #102341; border-bottom-color: #d9e1ee; background: rgba(255,255,255,.96); box-shadow: 0 4px 20px rgba(28, 57, 99, .04); }
.news-page--light .site-header .brand, .news-page--light .site-header a { color: inherit; }
.news-page--light .site-header .nav-link::after { background: #2568d8; }

.issue-hero { padding-top: 68px; background: #0b0f13; color: #fff; }
.issue-heading { width: min(calc(100% - 80px), var(--news-media-width)); padding-bottom: 46px; text-align: center; }
.issue-meta { display: flex; justify-content: space-between; gap: 30px; padding-bottom: 22px; border-bottom: 1px solid rgba(255,255,255,.24); color: #89a8e4; font-family: var(--font-label); font-size: 10px; font-weight: 600; }
.issue-heading h1 { max-width: 980px; margin: 34px auto 0; font-family: var(--font-display); font-size: clamp(50px, 5.8vw, 82px); line-height: 1.06; }
.issue-summary { max-width: 760px; margin: 30px auto 0; color: rgba(255,255,255,.68); font-size: 16px; line-height: 1.85; }
.issue-cover { margin: 0; }
.issue-cover img { width: min(calc(100% - 80px), var(--news-media-width)); max-height: var(--news-image-max-height); height: auto; margin: 0 auto; object-fit: contain; }
.issue-cover figcaption { width: min(calc(100% - 80px), var(--news-media-width)); }
.issue-cover figcaption, .article-wide-media figcaption { padding-top: 13px; padding-bottom: 13px; color: #5e6e80; font-size: 10px; }
.issue-hero-light { background: #e6eaed; color: var(--news-ink); }
.issue-hero-light .issue-meta { border-color: rgba(17,21,26,.22); color: #4e6eaf; }
.issue-hero-light .issue-summary { color: #55616b; }
.issue-hero-light .issue-cover figcaption { color: #69747d; }
.issue-hero-accent { background: #163e77; }

.issue-content { background: #f4f5f3; }
.article-lead, .article-section { width: min(calc(100% - 80px), var(--news-media-width)); padding-top: 62px; padding-bottom: 62px; display: block; }
.article-index, .article-side > p, .article-video-grid > div > p:first-child { margin: 0; color: #5271ad; font-family: var(--font-label); font-size: 10px; font-weight: 600; }
.article-index { margin-bottom: 24px; }
.article-prose { max-width: none; }
.article-prose p { margin: 0; color: #414b54; font-size: 16px; line-height: 1.95; }
.article-prose p + p { margin-top: 22px; }
.article-prose .lead-paragraph { color: var(--news-ink); font-family: var(--font-display); font-size: 25px; line-height: 1.58; }
.article-prose blockquote { margin: 38px 0 0; padding: 24px 0 24px 28px; border-left: 3px solid var(--news-blue); color: var(--news-ink); font-family: var(--font-display); font-size: 22px; line-height: 1.6; }
.article-wide-media { margin: 0; padding-top: 24px; background: #eaf0f7; }
.article-wide-media img { width: min(calc(100% - 80px), var(--news-media-width)); max-height: var(--news-image-max-height); height: auto; margin: 0 auto; object-fit: contain; }
.article-wide-media figcaption { width: min(calc(100% - 80px), var(--news-media-width)); }
.article-wide-media figcaption { display: flex; gap: 28px; }
.article-wide-media figcaption span { color: #83a5e3; }
.article-side { margin-bottom: 28px; }
.article-side h2 { margin: 12px 0 0; font-family: var(--font-display); font-size: clamp(29px, 3vw, 40px); line-height: 1.16; }
.article-side h2 br { display: none; }
.article-section + .article-section { padding-top: 0; }

.article-video-band { padding: 72px 0; border-top: 1px solid #d9e1ee; border-bottom: 1px solid #d9e1ee; background: #f8fafc; color: #102341; }
.article-video-grid { width: min(calc(100% - 80px), var(--news-media-width)); display: block; }
.article-video-grid h2 { margin: 16px 0 0; font-family: var(--font-display); font-size: clamp(34px, 3.5vw, 48px); line-height: 1.1; }
.article-video-grid > div > p:last-child { max-width: 720px; margin: 24px 0 0; color: #586779; font-size: 14px; line-height: 1.85; }
.article-video-embeds { margin-top: 42px; display: grid; grid-template-columns: 1fr; gap: 38px; }
.article-video-embed { margin: 0; overflow: hidden; border: 1px solid #d4deed; background: #fff; box-shadow: 0 14px 36px rgba(28, 57, 99, .07); }
.article-video-embed iframe { width: 100%; display: block; aspect-ratio: 16 / 9; border: 0; background: #eef2f8; }
.article-video-embed figcaption { min-height: 58px; padding: 16px 20px; display: grid; grid-template-columns: 42px minmax(0, 1fr) auto; align-items: center; gap: 14px; border-top: 1px solid #dce4f0; color: #17345f; font-size: 15px; line-height: 1.5; }
.article-video-embed figcaption span { color: #2568d8; font-family: var(--font-label); font-size: 12px; font-weight: 700; letter-spacing: .08em; }
.article-video-embed figcaption strong { font-weight: 600; }
.article-video-embed figcaption small { color: #66778f; font-size: 12px; }
.article-video-embed a { min-height: 46px; padding: 10px 20px; display: flex; align-items: center; justify-content: space-between; gap: 14px; color: #185cc8; border-top: 1px solid #dce4f0; background: #f3f7fd; font-size: 13px; line-height: 1.45; }
.article-video-embed a b { color: #185cc8; font-size: 20px; font-weight: 400; }
.article-video-embed a:hover, .article-video-embed a:focus-visible { background: #e7f0fc; }
.article-video-embed a:focus-visible { outline: 2px solid #185cc8; outline-offset: -3px; }

.article-split-media { width: min(calc(100% - 80px), 860px); padding-bottom: 20px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.article-split-media img, .article-split-media video { width: 100%; height: auto; aspect-ratio: 16 / 10; object-fit: cover; background: #0b0f13; }
.article-split-media figcaption { grid-column: 1 / -1; color: #737d85; font-size: 10px; }

.news-detail-back { padding: 30px 40px; border-top: 1px solid var(--news-line); background: #fff; text-align: center; }
.news-detail-back a { color: #365d9f; font-size: 13px; font-weight: 600; }

@media (max-width: 900px) {
  .article-lead, .article-section, .article-video-grid { width: min(calc(100% - 56px), 860px); }
}

@media (max-width: 760px) {
  .news-page--light .content-header { min-height: 60px; padding: 0 18px; }
  .news-page--light .site-header { background: rgba(255,255,255,.98); }
  .issue-hero { padding-top: 46px; }
  .issue-heading { width: var(--shell); padding-bottom: 38px; }
  .issue-meta { padding-bottom: 16px; }
  .issue-heading h1 { margin-top: 26px; font-size: 39px; line-height: 1.12; }
  .issue-heading h1 br { display: none; }
  .issue-summary { margin-top: 24px; font-size: 14px; line-height: 1.8; }
  .issue-cover img, .issue-cover figcaption { width: var(--shell); }
  .article-lead, .article-section { width: var(--shell); padding-top: 50px; padding-bottom: 50px; }
  .article-prose p { font-size: 15px; line-height: 1.95; }
  .article-prose .lead-paragraph { font-size: 23px; line-height: 1.58; }
  .article-prose blockquote { margin-top: 38px; padding: 22px 0 22px 22px; font-size: 21px; }
  .article-wide-media img, .article-wide-media figcaption { width: var(--shell); }
  .article-side h2 { font-size: 36px; }
  .article-video-band { padding: 54px 0; }
  .article-video-grid, .article-split-media { width: var(--shell); }
  .article-video-grid h2 { font-size: 38px; }
  .article-video-embeds { gap: 24px; }
  .article-video-embed figcaption { min-height: 0; padding: 14px 16px; grid-template-columns: 30px 1fr; gap: 10px; }
  .article-video-embed figcaption small { grid-column: 2; }
  .article-video-embed a { padding: 10px 16px; }
  .article-split-media { grid-template-columns: 1fr; gap: 14px; }
  .article-split-media img, .article-split-media video { height: auto; min-height: 0; }
  .article-split-media figcaption { grid-column: 1; }
}
