:root {
  --paper: #ffffff;
  --page: #f2f4f8;
  --ink: #18202b;
  --muted: #586272;
  --rule: #d5dce6;
  --soft: #e9eef4;
  --accent: #1d4ed8;
  --accent-alt: #dc2626;
  --max: 1000px;
  --measure: 68ch;
  --text-sm: 0.92rem;
  --text-md: 1rem;
  --text-lg: 1.12rem;
  --text-xl: 1.3rem;
}

* { box-sizing: border-box; }
html, body {
  margin: 0;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}
body {
  background:
    radial-gradient(circle at top left, color-mix(in srgb, var(--accent) 14%, transparent), transparent 26%),
    radial-gradient(circle at top right, color-mix(in srgb, var(--accent-alt) 12%, transparent), transparent 22%),
    var(--page);
  color: var(--ink);
  font-family: "Manrope", Arial, sans-serif;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}
a {
  color: inherit;
  text-decoration: none;
}
p {
  margin: 0 0 1rem;
}
img {
  display: block;
  max-width: 100%;
}
.site-shell {
  width: min(100%, var(--max));
  margin: 0 auto;
  padding: 10px 18px 40px;
  background: var(--paper);
  overflow-x: clip;
}
.site-shell,
.masthead,
.main-nav,
.home-lead,
.news-strip,
.section-grid,
.article-layout,
.article-list,
.list-card,
.section-card,
.main-story,
.rail,
.article-card,
.article-side,
.list-copy {
  min-width: 0;
}
.masthead {
  border-top: 4px solid var(--accent);
  border-bottom: 1px solid var(--rule);
  padding: 8px 0 12px;
}
.masthead-top {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  color: var(--muted);
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin: 10px 0 8px;
  font-family: "Lora", Georgia, serif;
  font-size: clamp(1.85rem, 4.4vw, 3.25rem);
  font-weight: 700;
  letter-spacing: 0.01em;
  color: var(--accent);
}
.brand-mark {
  width: clamp(72px, 8.8vw, 96px);
  height: clamp(72px, 8.8vw, 96px);
  flex: 0 0 auto;
}
.brand-text {
  display: inline-block;
  line-height: 0.92;
}
.main-nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 16px;
  padding-top: 8px;
  border-top: 1px solid var(--soft);
  font-size: var(--text-sm);
}
.main-nav a {
  color: var(--muted);
  white-space: nowrap;
  padding: 5px 0;
  border-bottom: 2px solid transparent;
}
.main-nav a.active,
.main-nav a:hover {
  color: var(--accent);
  border-bottom-color: var(--accent);
}
main {
  padding-top: 16px;
}
.eyebrow,
.kicker {
  margin: 0 0 8px;
  color: var(--accent);
  font-size: 0.73rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.home-lead {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.5fr) minmax(0, 0.78fr);
  gap: 18px;
  align-items: start;
}
.rail {
  display: grid;
  gap: 14px;
}
.rail-story,
.briefing {
  padding-bottom: 14px;
  border-bottom: 1px solid var(--rule);
}
.rail-story h2,
.main-story h1,
.section-card h2,
.page-head h1,
.list-copy h2,
.article-card h1 {
  margin: 0 0 8px;
  font-family: "Lora", Georgia, serif;
  font-weight: 700;
  line-height: 1.12;
}
.rail-story h2 { font-size: 1.14rem; }
.main-story h1 { font-size: clamp(2rem, 3.6vw, 2.85rem); }
.rail-story h2 a:hover,
.main-story h1 a:hover,
.section-card h2 a:hover,
.section-feature h3 a:hover,
.list-copy h2 a:hover,
.strip-story h3 a:hover {
  color: var(--accent);
}
.briefing h2 {
  margin: 0 0 10px;
  font-size: 1.08rem;
  line-height: 1.4;
  color: var(--accent);
}
.summary,
.rail-story p,
.briefing p,
.strip-story p,
.section-card li,
.list-copy p,
.standfirst,
.article-card p {
  color: var(--muted);
  line-height: 1.68;
  font-size: var(--text-md);
}
.article-inline-figure {
  margin: 18px 0 22px;
}
.article-inline-figure img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border: 1px solid color-mix(in srgb, var(--accent) 18%, var(--rule));
}
.article-inline-figure figcaption {
  margin-top: 8px;
  color: var(--muted);
  font-size: 0.84rem;
  line-height: 1.45;
}
.main-story-image,
.story-image,
.article-visual,
.strip-thumb {
  display: block;
}
.main-story-image img,
.story-image img,
.article-visual img,
.strip-thumb img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  box-shadow: 0 0 0 1px color-mix(in srgb, var(--accent) 16%, transparent);
}
.main-story-image {
  margin-bottom: 12px;
  border-bottom: 1px solid color-mix(in srgb, var(--accent) 22%, var(--rule));
  padding-bottom: 12px;
}
.topic-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  padding-top: 10px;
}
.hub-list {
  display: grid;
  gap: 8px;
  padding-top: 10px;
}
.topic-list a {
  border: 1px solid color-mix(in srgb, var(--accent) 28%, var(--rule));
  padding: 7px 10px;
  font-size: 0.8rem;
  color: var(--accent);
  background: color-mix(in srgb, var(--accent) 10%, white);
}
.hub-list a {
  border-left: 3px solid var(--accent);
  padding: 4px 0 4px 10px;
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.4;
}
.topic-kicker {
  margin-top: 12px;
}
.topic-list a:hover,
.footer-links a:hover,
.breadcrumb a:hover,
.kicker a:hover {
  color: var(--accent);
}
.topic-list a:hover {
  background: color-mix(in srgb, var(--accent) 18%, white);
}
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  color: var(--muted);
  font-size: 0.84rem;
  margin-bottom: 12px;
}
.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  margin-top: 10px;
}
.footer-links a {
  color: var(--muted);
}
.network-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid var(--soft);
}
.network-links a {
  color: var(--muted);
  font-size: 0.88rem;
}
.news-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 20px;
  padding-top: 16px;
  border-top: 2px solid var(--accent);
}
.strip-story {
  padding-bottom: 14px;
  border-bottom: 1px solid var(--rule);
}
.strip-story h3 {
  margin: 8px 0 0;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.04rem;
  line-height: 1.22;
}
.section-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px 22px;
  margin-top: 22px;
}
.section-card {
  padding: 16px 0 0;
  border-top: 2px solid var(--accent);
}
.section-feature {
  display: grid;
  gap: 8px;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid color-mix(in srgb, var(--accent) 20%, var(--rule));
}
.section-feature-image img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  box-shadow: 0 0 0 1px color-mix(in srgb, var(--accent) 16%, transparent);
}
.section-feature h3 {
  margin: 0;
  font-family: "Lora", Georgia, serif;
  font-size: 1.16rem;
  line-height: 1.2;
}
.section-feature p {
  margin: 0;
  color: var(--muted);
  line-height: 1.62;
  font-size: var(--text-sm);
}
.section-card-head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: baseline;
  margin-bottom: 10px;
}
.section-card ul,
.article-side ul {
  margin: 0;
  padding-left: 18px;
}
.section-card li,
.article-side li {
  margin-bottom: 10px;
  line-height: 1.45;
}
.listing {
  display: grid;
  gap: 16px;
}
.page-head {
  max-width: 760px;
  padding-bottom: 10px;
  border-bottom: 1px solid color-mix(in srgb, var(--accent) 20%, var(--rule));
}
.section-lead {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(0, 0.8fr);
  gap: 18px;
  align-items: start;
}
.section-lead-story {
  display: grid;
  gap: 12px;
  padding-bottom: 14px;
  border-bottom: 1px solid color-mix(in srgb, var(--accent) 18%, var(--rule));
}
.section-lead-image img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}
.section-lead-copy h2 {
  margin: 0 0 8px;
  font-family: "Lora", Georgia, serif;
  font-size: clamp(1.65rem, 2.5vw, 2.28rem);
  line-height: 1.12;
}
.section-lead-copy p:last-child {
  margin: 0;
}
.section-rail {
  display: grid;
  gap: 12px;
}
.section-rail-story {
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr);
  gap: 10px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--rule);
}
.section-rail-thumb img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
.section-rail-story h3 {
  margin: 0;
  font-family: "Lora", Georgia, serif;
  font-size: 1rem;
  line-height: 1.24;
}
.article-list {
  display: grid;
  gap: 16px;
}
.list-card {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  padding-bottom: 16px;
  border-bottom: 1px solid color-mix(in srgb, var(--accent) 14%, var(--rule));
}
.list-copy {
  max-width: var(--measure);
}
.list-copy h2 {
  font-size: 1.34rem;
  line-height: 1.18;
}
.article-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.78fr) minmax(0, 280px);
  gap: 24px;
  align-items: start;
}
.article-card {
  min-width: 0;
  max-width: 680px;
}
.article-hero {
  display: block;
  margin-bottom: 16px;
  padding-bottom: 14px;
  border-bottom: 1px solid color-mix(in srgb, var(--accent) 20%, var(--rule));
}
.article-hero-copy {
  max-width: 62ch;
  margin-bottom: 14px;
}
.article-card h1 {
  font-size: clamp(2rem, 3.2vw, 2.85rem);
  line-height: 1.08;
}
.article-visual {
  margin-bottom: 0;
  padding-bottom: 0;
}
.meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 16px;
  color: var(--muted);
  font-size: 0.9rem;
  padding-bottom: 10px;
  margin-bottom: 12px;
  border-bottom: 1px solid var(--rule);
}
.standfirst {
  font-size: var(--text-lg);
  line-height: 1.65;
}
.article-marker {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 10px;
  margin-bottom: 14px;
  color: var(--muted);
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.article-marker span {
  padding: 4px 8px;
  border: 1px solid color-mix(in srgb, var(--accent) 18%, var(--rule));
  background: color-mix(in srgb, var(--accent) 6%, white);
}
.article-side {
  display: grid;
  gap: 14px;
}
.side-card {
  padding-top: 10px;
  border-top: 2px solid var(--accent);
}
.side-card h2 {
  margin: 0 0 10px;
  font-family: "Lora", Georgia, serif;
  font-size: 1.14rem;
}
.site-footer {
  margin-top: 26px;
  padding-top: 16px;
  border-top: 1px solid color-mix(in srgb, var(--accent) 18%, var(--rule));
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.55;
}
.sitemap-grid {
  margin-top: 6px;
}
.sitemap-latest {
  margin-top: 6px;
}

.layout-ledger .main-story {
  border-left: 1px solid var(--rule);
  border-right: 1px solid var(--rule);
  padding: 0 18px;
}
.layout-ledger .section-grid {
  gap: 24px 26px;
}
.layout-ledger .section-lead {
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 0.9fr);
}
.layout-scoreboard .masthead {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px 22px;
  align-items: end;
}
.layout-scoreboard .masthead-top {
  grid-column: 1 / -1;
}
.layout-scoreboard .brand {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.2rem);
}
.layout-scoreboard .main-nav {
  justify-content: flex-end;
  border-top: 0;
  padding-top: 0;
}
.layout-scoreboard .home-lead {
  grid-template-columns: minmax(0, 1.35fr) minmax(0, 0.92fr);
  grid-template-areas:
    "main right"
    "left right";
}
.layout-scoreboard .main-story { grid-area: main; }
.layout-scoreboard .rail-left { grid-area: left; }
.layout-scoreboard .rail-right { grid-area: right; }
.layout-scoreboard .section-card-head {
  align-items: center;
  padding-bottom: 8px;
  border-bottom: 1px solid color-mix(in srgb, var(--accent) 16%, var(--rule));
}
.layout-scoreboard .section-lead {
  grid-template-columns: minmax(0, 1fr);
}
.layout-scoreboard .section-rail {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.layout-scoreboard .article-hero {
  background: linear-gradient(180deg, color-mix(in srgb, var(--accent) 7%, white), white 40%);
  padding: 12px;
}

.layout-magazine .brand {
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.layout-magazine .home-lead {
  grid-template-columns: minmax(0, 1.45fr) minmax(0, 0.9fr);
  grid-template-areas:
    "main right"
    "main left";
}
.layout-magazine .main-story { grid-area: main; }
.layout-magazine .rail-left { grid-area: left; }
.layout-magazine .rail-right { grid-area: right; }
.layout-magazine .main-story-image img {
  aspect-ratio: 4 / 3;
}
.layout-magazine .section-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.layout-magazine .section-card:first-child {
  grid-column: 1 / -1;
}
.layout-magazine .section-lead {
  grid-template-columns: minmax(0, 1.65fr) minmax(0, 0.7fr);
}
.layout-magazine .article-visual img {
  aspect-ratio: 4 / 3;
}

.layout-review .masthead-top {
  border-bottom: 1px solid var(--soft);
  padding-bottom: 8px;
}
.layout-review .brand {
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.layout-review .home-lead {
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.4fr);
  grid-template-areas:
    "right main"
    "left main";
}
.layout-review .main-story { grid-area: main; }
.layout-review .rail-left { grid-area: left; }
.layout-review .rail-right { grid-area: right; }
.layout-review .main-story {
  background: linear-gradient(180deg, color-mix(in srgb, var(--accent) 6%, white), white 32%);
  padding: 14px;
}
.layout-review .section-lead {
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.2fr);
}
.layout-review .section-lead-story {
  order: 2;
}
.layout-review .section-rail {
  order: 1;
}
.layout-briefing .masthead {
  border-top-width: 6px;
}
.layout-briefing .home-lead {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr) minmax(0, 0.85fr);
}
.layout-briefing .briefing {
  background: color-mix(in srgb, var(--accent) 7%, white);
  padding: 14px;
  border: 1px solid color-mix(in srgb, var(--accent) 16%, var(--rule));
}
.layout-briefing .news-strip {
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr) minmax(0, 1fr);
}
.layout-briefing .section-lead-copy,
.layout-briefing .article-hero-copy {
  background: color-mix(in srgb, var(--accent) 6%, white);
  padding: 14px;
  border: 1px solid color-mix(in srgb, var(--accent) 16%, var(--rule));
}

.layout-bulletin .brand {
  font-size: clamp(2rem, 4.2vw, 3.1rem);
}
.layout-bulletin .main-nav {
  justify-content: flex-start;
}
.layout-bulletin .news-strip {
  grid-template-columns: minmax(0, 1.2fr) repeat(2, minmax(0, 1fr));
}
.layout-bulletin .section-card {
  background: linear-gradient(180deg, color-mix(in srgb, var(--accent) 4%, white), white 38%);
  padding-left: 10px;
  padding-right: 10px;
}
.layout-bulletin .section-feature-image img {
  aspect-ratio: 21 / 9;
}
.layout-bulletin .section-lead {
  grid-template-columns: minmax(0, 1fr);
}
.layout-bulletin .article-hero {
  border-top: 3px solid var(--accent);
  padding-top: 14px;
}

@media (max-width: 980px) {
  .home-lead,
  .news-strip,
  .article-layout,
  .section-lead,
  .article-hero {
    grid-template-columns: 1fr;
  }
  .section-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .main-story h1 {
    max-width: 15ch;
  }
  .list-card {
    grid-template-columns: 1fr;
  }
  .article-card {
    max-width: none;
  }
  .topic-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .layout-scoreboard .masthead,
  .layout-bulletin .masthead {
    grid-template-columns: 1fr;
  }
  .layout-scoreboard .brand,
  .layout-bulletin .brand {
    justify-content: center;
  }
  .brand-mark {
    width: 66px;
    height: 66px;
  }
  .layout-scoreboard .main-nav,
  .layout-bulletin .main-nav {
    justify-content: center;
    border-top: 1px solid var(--soft);
    padding-top: 8px;
  }
  .layout-scoreboard .section-rail {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .site-shell {
    padding: 12px 14px 28px;
  }
  .masthead-top {
    flex-direction: column;
    align-items: flex-start;
  }
  .section-grid {
    grid-template-columns: 1fr;
  }
  .topic-list {
    grid-template-columns: 1fr;
  }
  .hub-list {
    grid-template-columns: 1fr;
  }
  .layout-ledger .main-story {
    border-left: 0;
    border-right: 0;
    padding: 0;
  }
}