:root {
  --blue: #0b43d8;
  --deep: #08256e;
  --ink: #101827;
  --yellow: #ffd92f;
  --paper: #f8f7f1;
  --white: #fff;
  --coral: #ff6a4d;
  --line: #c9d1e5;
  --muted: #586174;
  --max: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Verdana, Geneva, sans-serif; line-height: 1.62; }
img { display: block; width: 100%; height: 100%; object-fit: cover; }
a { color: inherit; text-decoration-thickness: 2px; text-underline-offset: 4px; }
a:hover { color: var(--blue); }
button, input { font: inherit; }
.skip { position: absolute; left: 1rem; top: -5rem; z-index: 100; background: var(--yellow); padding: .7rem 1rem; font-weight: 700; }
.skip:focus { top: 1rem; }
.site-header { border-bottom: 2px solid var(--ink); background: var(--paper); }
.mast { width: min(var(--max), calc(100% - 32px)); margin: auto; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; min-height: 104px; }
.brand { font-size: clamp(1.55rem, 3vw, 2.7rem); line-height: 1; font-weight: 900; letter-spacing: 0; text-decoration: none; color: var(--blue); }
.brand em { color: var(--ink); font-style: normal; }
.edition { justify-self: start; display: flex; gap: .55rem; align-items: center; font-size: .72rem; font-weight: 800; text-transform: uppercase; }
.edition::before { content: ""; width: 12px; height: 12px; background: var(--yellow); border: 2px solid var(--ink); border-radius: 50%; }
.search-toggle { justify-self: end; border: 2px solid var(--ink); border-radius: 50%; width: 48px; height: 48px; background: var(--yellow); cursor: pointer; font-weight: 900; font-size: 1.3rem; }
.search-toggle:hover, .search-toggle:focus-visible { background: var(--blue); color: white; }
.primary-nav { border-top: 1px solid var(--line); }
.primary-nav ul { width: min(var(--max), calc(100% - 32px)); margin: 0 auto; padding: 0; display: flex; list-style: none; justify-content: center; gap: clamp(1rem, 4vw, 3.8rem); }
.primary-nav a { display: block; padding: .75rem 0; font-size: .83rem; font-weight: 800; text-transform: uppercase; text-decoration: none; }
.search-panel { background: var(--deep); color: white; border-bottom: 6px solid var(--yellow); }
.search-panel[hidden] { display: none; }
.search-inner { width: min(850px, calc(100% - 32px)); margin: auto; padding: 1.4rem 0 1.7rem; }
.search-row { display: flex; gap: .65rem; }
.search-row input { flex: 1; min-width: 0; border: 0; border-radius: 999px; padding: .9rem 1.2rem; }
.search-row button { border: 0; border-radius: 999px; background: var(--yellow); padding: .7rem 1.2rem; font-weight: 800; cursor: pointer; }
.search-results { display: grid; gap: .55rem; margin-top: .9rem; }
.search-results a { color: white; font-weight: 700; }
.deck { width: min(var(--max), calc(100% - 32px)); margin: 2rem auto 4rem; }
.deck-label { display: flex; align-items: center; gap: .8rem; margin-bottom: 1rem; font-size: .78rem; text-transform: uppercase; font-weight: 900; }
.deck-label::after { content: ""; height: 2px; background: var(--ink); flex: 1; }
.lead-layout { display: grid; grid-template-columns: minmax(0, 1.62fr) minmax(260px, .78fr); gap: 1.5rem; align-items: start; }
.lead-story { position: relative; height: 760px; overflow: hidden; border-radius: 42px 42px 10px 42px; background: var(--deep); color: white; }
.lead-story::after { content: ""; position: absolute; inset: 35% 0 0; background: linear-gradient(transparent, rgba(4, 14, 47, .94)); }
.lead-story img { position: absolute; inset: 0; }
.lead-copy { position: absolute; z-index: 1; left: clamp(1.4rem, 4vw, 3.5rem); right: clamp(1.4rem, 5vw, 4.5rem); bottom: clamp(1.4rem, 4vw, 3.2rem); }
.kicker { display: inline-block; background: var(--yellow); color: var(--ink); border-radius: 999px; padding: .32rem .72rem; font-size: .68rem; text-transform: uppercase; font-weight: 900; text-decoration: none; }
.lead-copy h1 { max-width: 800px; font-size: clamp(2rem, 4.2vw, 4.2rem); line-height: 1.02; margin: .75rem 0 1rem; letter-spacing: 0; overflow-wrap: anywhere; }
.lead-copy p { max-width: 680px; margin: 0; font-size: 1.02rem; }
.lead-copy .story-link { display: inline-block; margin-top: 1.15rem; color: white; font-weight: 900; }
.side-stack { display: grid; grid-template-rows: auto auto; gap: 1.5rem; }
.side-story { display: grid; min-height: 0; grid-template-rows: 1fr auto; border-top: 8px solid var(--yellow); }
.side-story:nth-child(2) { border-color: var(--coral); }
.side-image { height: 210px; overflow: hidden; border-radius: 10px 40px 10px 10px; }
.side-copy { padding: 1rem .2rem 0; }
.side-copy h2 { font-size: clamp(1.3rem, 2vw, 1.75rem); line-height: 1.12; margin: .4rem 0 .7rem; }
.side-copy p { margin: 0; color: var(--muted); font-size: .9rem; }
.side-copy a { font-weight: 900; }
.ticker { margin: 2rem 0; border-block: 2px solid var(--ink); overflow: hidden; }
.ticker p { margin: 0; padding: .65rem 0; white-space: nowrap; font-size: .83rem; font-weight: 900; text-transform: uppercase; }
.ticker span { color: var(--blue); margin: 0 1.2rem; }
.story-run { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: 1.5rem; align-items: stretch; }
.run-image { min-height: 410px; border-radius: 50% 10px 10px 50%; overflow: hidden; }
.run-list { border-top: 2px solid var(--ink); }
.run-item { display: grid; grid-template-columns: 58px 1fr; gap: 1rem; padding: 1.3rem 0; border-bottom: 1px solid var(--line); }
.run-item strong { font-size: 2rem; line-height: 1; color: var(--blue); }
.run-item h2 { margin: 0 0 .4rem; font-size: clamp(1.25rem, 2.4vw, 2rem); line-height: 1.14; }
.run-item p { margin: 0; color: var(--muted); }
.run-item a { font-weight: 900; }
.category-band { background: var(--yellow); border-block: 2px solid var(--ink); }
.category-band .inner { width: min(var(--max), calc(100% - 32px)); margin: auto; display: grid; grid-template-columns: 1fr 1fr 1fr; }
.category-band a { padding: 1.5rem 1rem; text-align: center; font-weight: 900; text-decoration: none; border-right: 1px solid var(--ink); }
.category-band a:last-child { border-right: 0; }
.category-band a:hover { background: white; color: var(--ink); }
.site-footer { background: var(--ink); color: white; }
.footer-inner { width: min(var(--max), calc(100% - 32px)); margin: auto; padding: 2.4rem 0; display: flex; justify-content: space-between; gap: 2rem; align-items: end; }
.footer-inner .brand { color: var(--yellow); }
.footer-inner p { max-width: 560px; margin: .7rem 0 0; color: #cfd5e2; font-size: .85rem; }
.footer-links { display: flex; gap: 1.2rem; flex-wrap: wrap; font-size: .8rem; }
.article-shell { width: min(1120px, calc(100% - 32px)); margin: 2.3rem auto 5rem; }
.article-head { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr); gap: 3rem; align-items: center; }
.article-head > * { min-width: 0; }
.article-head h1 { margin: .7rem 0 1rem; font-size: clamp(2.2rem, 5vw, 4.8rem); line-height: 1.02; letter-spacing: 0; overflow-wrap: anywhere; }
.article-head .dek { font-size: 1.12rem; color: var(--muted); }
.byline { display: flex; gap: .7rem; flex-wrap: wrap; font-size: .78rem; font-weight: 800; text-transform: uppercase; }
.article-hero { aspect-ratio: 4 / 5; overflow: hidden; border-radius: 45% 45% 10px 10px; border: 3px solid var(--ink); box-shadow: 14px 14px 0 var(--yellow); }
.article-layout { display: grid; grid-template-columns: 180px minmax(0, 720px); gap: 2rem; justify-content: center; margin-top: 4rem; }
.article-rail { font-size: .78rem; }
.article-rail strong { display: block; text-transform: uppercase; margin-bottom: .5rem; }
.article-rail a { display: block; margin: .45rem 0; }
.article-body { font-family: Verdana, Geneva, sans-serif; font-size: 1.02rem; }
.article-body > p:first-child { font-size: 1.2rem; line-height: 1.62; }
.article-body h2 { margin: 2.8rem 0 .9rem; font-size: clamp(1.7rem, 3vw, 2.5rem); line-height: 1.15; color: var(--deep); }
.article-body h3 { margin: 2rem 0 .6rem; font-size: 1.3rem; line-height: 1.25; }
.article-body h4 { margin: 1.5rem 0 .45rem; font-size: 1rem; text-transform: uppercase; color: var(--blue); }
.article-body p { margin: 0 0 1.15rem; }
.article-body ul, .article-body ol { margin: 0 0 1.4rem; padding-left: 1.5rem; }
.article-body li { margin: .45rem 0; }
.article-body blockquote { margin: 2rem 0; padding: 1.2rem 1.4rem; border-left: 8px solid var(--yellow); background: white; font-size: 1.12rem; font-weight: 700; }
.article-end { margin-top: 3rem; padding-top: 1.3rem; border-top: 2px solid var(--ink); font-size: .85rem; }
.category-shell { width: min(var(--max), calc(100% - 32px)); margin: 2.8rem auto 5rem; }
.category-title { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 2rem; border-bottom: 2px solid var(--ink); padding-bottom: 1.4rem; }
.category-title h1 { font-size: clamp(2.4rem, 6vw, 5.8rem); line-height: .98; margin: 0; color: var(--blue); }
.category-title p { max-width: 430px; margin: 0; color: var(--muted); }
.category-list { margin-top: 1rem; }
.category-item { display: grid; grid-template-columns: 170px minmax(0, 1fr) auto; gap: 1.5rem; align-items: center; padding: 1.5rem 0; border-bottom: 1px solid var(--line); }
.category-item img { aspect-ratio: 4 / 3; border-radius: 28px 8px 28px 8px; }
.category-item h2 { margin: 0 0 .55rem; line-height: 1.15; }
.category-item p { margin: 0; color: var(--muted); }
.category-item .arrow { width: 46px; height: 46px; display: grid; place-items: center; border: 2px solid var(--ink); border-radius: 50%; text-decoration: none; font-size: 1.4rem; font-weight: 900; }
.loading { padding: 4rem 0; text-align: center; font-weight: 700; }
@media (max-width: 820px) {
  .mast { grid-template-columns: 1fr auto; min-height: 84px; }
  .edition { display: none; }
  .brand { justify-self: start; }
  .primary-nav ul { justify-content: flex-start; overflow-x: auto; gap: 1.3rem; }
  .primary-nav a { white-space: nowrap; }
  .lead-layout, .story-run, .article-head { grid-template-columns: 1fr; }
  .lead-story { height: 620px; }
  .side-stack { grid-template-columns: 1fr 1fr; grid-template-rows: auto; }
  .side-story { min-height: 430px; }
  .run-image { min-height: 330px; border-radius: 45% 45% 10px 10px; }
  .article-head { gap: 2rem; }
  .article-hero { max-width: 620px; width: 86%; margin: auto; aspect-ratio: 5 / 4; border-radius: 46% 46% 10px 10px; }
  .article-layout { grid-template-columns: 1fr; margin-top: 3rem; }
  .article-rail { display: none; }
  .category-title { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .deck { margin-top: 1.1rem; }
  .lead-story { min-height: 520px; border-radius: 28px 28px 8px 28px; }
  .lead-copy h1 { font-size: 2.25rem; }
  .lead-copy p { font-size: .9rem; }
  .side-stack { grid-template-columns: 1fr; }
  .side-story { min-height: 0; }
  .side-image { height: auto; aspect-ratio: 16 / 10; }
  .story-run { display: flex; flex-direction: column; }
  .run-image { min-height: 270px; }
  .run-item { grid-template-columns: 42px 1fr; }
  .run-item strong { font-size: 1.5rem; }
  .category-band .inner { grid-template-columns: 1fr; }
  .category-band a { border-right: 0; border-bottom: 1px solid var(--ink); }
  .category-band a:last-child { border-bottom: 0; }
  .footer-inner { align-items: start; flex-direction: column; }
  .article-shell { margin-top: 1.4rem; }
  .article-head h1 { font-size: 2rem; }
  .article-head { gap: 1.5rem; }
  .article-hero { width: calc(100% - 18px); max-width: calc(100% - 18px); box-shadow: 8px 8px 0 var(--yellow); }
  .article-body { font-size: .98rem; }
  .category-item { grid-template-columns: 92px 1fr; gap: 1rem; }
  .category-item .arrow { display: none; }
  .category-item p { font-size: .85rem; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
