:root {
  --news-black: #000;
  --news-surface: #0b0d10;
  --news-white: #f7f9fb;
  --news-muted: #c8d2dc;
  --news-pink: #ec3e82;
  --news-yellow: #f1c84b;
  --news-line: #2d3540;
}

html { scroll-padding-top: 122px; }
body { margin: 0; background: var(--news-black); color: var(--news-white); font-family: 'Manrope', Arial, sans-serif; font-size: 16px; line-height: 1.65; }
body *, body *::before, body *::after { box-sizing: border-box; }
body img { display: block; max-width: 100%; }
.news-pink { color: var(--news-pink); }

.news-hero { border-bottom: 1px solid var(--news-pink); background: #000; }
.news-hero-grid { min-height: 570px; display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(340px, .85fr); gap: 72px; align-items: center; padding: 66px 0; }
.news-kicker { display: flex; align-items: center; gap: 12px; margin: 0 0 20px; color: var(--news-yellow); font-size: 11px; font-weight: 800; text-transform: uppercase; }
.news-kicker::before { width: 34px; height: 2px; content: ''; background: var(--news-pink); }
.news-hero h1 { max-width: 780px; margin: 0; font-size: 68px; line-height: .98; letter-spacing: 0; text-transform: uppercase; overflow-wrap: anywhere; }
.news-standfirst { max-width: 690px; margin: 24px 0 0; color: #d9e2e9; font-size: 18px; line-height: 1.55; }
.news-meta { display: flex; flex-wrap: wrap; gap: 8px 22px; margin-top: 28px; color: #9eafbd; font-size: 11px; font-weight: 800; text-transform: uppercase; }
.news-meta span { display: inline-flex; align-items: center; gap: 7px; }
.news-visual { position: relative; align-self: stretch; min-height: 430px; border-left: 1px solid var(--news-line); }
.news-visual img { width: 100%; height: 100%; object-fit: cover; }
.news-visual-fallback img { padding: 45px; object-fit: contain; }
.news-visual-label { position: absolute; right: -1px; bottom: 26px; max-width: 240px; padding: 13px 16px; border: 1px solid var(--news-yellow); background: #000; color: var(--news-yellow); font-size: 11px; font-weight: 800; text-transform: uppercase; }

.news-layout { display: grid; grid-template-columns: 170px minmax(0, 720px) 230px; gap: 48px; justify-content: center; padding: 74px 0 92px; }
.news-year { position: sticky; top: 138px; align-self: start; padding-top: 16px; border-top: 3px solid var(--news-yellow); }
.news-year strong { display: block; font-size: 42px; line-height: 1; }
.news-year span { display: block; margin-top: 8px; color: var(--news-muted); font-size: 11px; font-weight: 700; text-transform: uppercase; }
.news-body { min-width: 0; }
.news-body section { padding: 0; border: 0; background: transparent; }
.news-body h2 { margin: 52px 0 16px; color: var(--news-white); font-size: 32px; line-height: 1.15; letter-spacing: 0; }
.news-body section:first-child h2 { margin-top: 0; }
.news-body p, .news-body li { color: #dbe4eb; font-size: 17px; }
.news-body ul { padding-left: 22px; }
.news-body strong { color: #fff; }
.news-callout { margin: 36px 0; padding: 25px 28px; border-left: 4px solid var(--news-pink); background: var(--news-surface); color: #fff; font-size: 22px; font-weight: 800; line-height: 1.35; }
.news-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 34px; }
.news-button { min-height: 46px; display: inline-flex; align-items: center; justify-content: center; padding: 0 17px; border: 1px solid var(--news-pink); background: var(--news-pink); color: #fff !important; font-size: 12px; font-weight: 800; text-decoration: none !important; text-transform: uppercase; }
.news-button:hover, .news-button:focus-visible { border-color: #fff; background: #fff; color: #000 !important; }
.news-button-secondary { border-color: var(--news-line); background: #000; }
.news-button-yellow { border-color: var(--news-yellow); background: var(--news-yellow); color: #050505 !important; }
.news-rail { position: sticky; top: 138px; align-self: start; padding: 20px; border: 1px solid var(--news-pink); background: var(--news-surface); }
.news-rail small { color: var(--news-yellow); font-weight: 800; text-transform: uppercase; }
.news-rail h3 { margin: 10px 0 8px; color: #fff; font-size: 18px; line-height: 1.2; }
.news-rail p { margin: 0 0 18px; color: var(--news-muted); font-size: 12px; }

.news-archive { padding: 68px 0 76px; border-top: 1px solid var(--news-pink); background: var(--news-surface); }
.news-eyebrow { margin: 0 0 14px; color: var(--news-pink); font-size: 12px; font-weight: 800; text-transform: uppercase; }
.news-section-title { margin: 0; color: #fff; font-size: 42px; line-height: 1.05; letter-spacing: 0; text-transform: uppercase; }
.news-archive-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 28px; }
.news-card { min-height: 165px; display: flex; flex-direction: column; justify-content: space-between; padding: 22px; border: 1px solid var(--news-line); background: #000; color: #fff !important; text-decoration: none !important; }
.news-card:hover, .news-card:focus-visible { border-color: var(--news-pink); }
.news-card time { color: var(--news-pink); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.news-card b { max-width: 280px; font-size: 20px; line-height: 1.2; }

@media (max-width: 1000px) {
  .news-hero-grid { grid-template-columns: 1fr; }
  .news-visual { min-height: 350px; border-left: 0; border-top: 1px solid var(--news-line); }
  .news-layout { grid-template-columns: minmax(0, 720px) 230px; }
  .news-year { display: none; }
}

@media (max-width: 760px) {
  .news-hero-grid { min-height: 0; gap: 34px; padding: 52px 0 36px; }
  .news-hero h1 { font-size: clamp(38px, 12vw, 46px); }
  .news-standfirst { font-size: 15px; }
  .news-visual { min-height: 300px; }
  .news-layout { grid-template-columns: 1fr; padding: 50px 0 64px; }
  .news-rail { position: static; }
  .news-body p, .news-body li { font-size: 16px; }
  .news-archive-grid { grid-template-columns: 1fr; }
  .news-section-title { font-size: 34px; }
}
