:root {
  color-scheme: light;
  --ink: #1c1a15;
  --ink-strong: #161310;
  --muted: #5a564b;
  --line: #cdc4b1;
  --paper: #e8e2d4;
  --surface: #faf7ef;
  --navy: #0f2236;
  --navy-2: #33455a;
  --cream: #eadfce;
  --gold: #9a7434;
  --gold-soft: #f1e6d4;
  --teal: var(--gold);
  --teal-dark: #6f5128;
  --teal-soft: var(--gold-soft);
  --green: #5fae6e;
  --green-soft: #e1eddc;
  --blue: #48617a;
  --blue-soft: #e5e8e7;
  --amber: #a4642a;
  --amber-soft: #f1e6d4;
  --rose: #9e352d;
  --rose-soft: #f0ddd8;
  --shadow: 0 16px 40px rgba(22, 19, 16, 0.09);
  --max: 1180px;
  --vh: 1vh;
}

* {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  min-width: 0;
}

html {
  scroll-behavior: smooth;
  text-size-adjust: 100%;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: "IBM Plex Sans", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

a:focus-visible,
button:focus-visible {
  outline: 3px solid rgba(158, 240, 232, 0.86);
  outline-offset: 3px;
}

button {
  font: inherit;
}

.site-header {
  position: sticky;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 64px;
  padding: 12px clamp(18px, 4vw, 42px);
  color: var(--cream);
  background: var(--navy);
  border-bottom: 1px solid rgba(234, 223, 206, 0.18);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: max-content;
  font-family: "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(234, 223, 206, 0.36);
  border-radius: 2px;
  background: rgba(234, 223, 206, 0.08);
  color: #cdbf9a;
  font-size: 11px;
}

.nav-links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: clamp(12px, 2vw, 26px);
  color: #9fb2c4;
  font-family: "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

.nav-links a:hover {
  color: var(--cream);
}

.hero {
  position: relative;
  display: grid;
  align-items: end;
  min-height: clamp(620px, calc(var(--vh) * 72), 840px);
  overflow: hidden;
  color: var(--cream);
  background: var(--navy);
}

.hero img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  opacity: 0.32;
  filter: saturate(0.8) contrast(1.04);
}

.hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(15, 34, 54, 0.97) 0%, rgba(15, 34, 54, 0.88) 43%, rgba(15, 34, 54, 0.42) 100%),
    linear-gradient(0deg, rgba(15, 34, 54, 0.9) 0%, rgba(15, 34, 54, 0.18) 64%);
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(var(--max), calc(100% - 36px));
  margin: 0 auto;
  padding: 92px 0 clamp(146px, 16vh, 178px);
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--gold);
  font-size: 12px;
  font-family: "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: #cdbf9a;
}

.edition-line {
  margin-bottom: 18px;
  color: #9fb2c4;
  font-family: "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
  overflow-wrap: anywhere;
}

h1 {
  max-width: 720px;
  margin-bottom: 20px;
  color: #fbf7ef;
  font-family: Newsreader, Georgia, "Times New Roman", serif;
  font-size: clamp(48px, 7vw, 96px);
  font-weight: 650;
  line-height: 0.96;
  letter-spacing: 0;
  text-wrap: balance;
}

h2 {
  margin-bottom: 14px;
  color: var(--ink-strong);
  font-family: Newsreader, Georgia, "Times New Roman", serif;
  font-size: clamp(32px, 4vw, 58px);
  font-weight: 650;
  line-height: 1.03;
  letter-spacing: 0;
  text-wrap: balance;
}

h3 {
  margin-bottom: 12px;
  color: var(--ink-strong);
  font-size: 21px;
  font-weight: 650;
  line-height: 1.18;
  letter-spacing: 0;
  text-wrap: balance;
}

h4 {
  margin: 0 0 8px;
  color: var(--ink-strong);
  font-size: 13px;
  font-family: "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  font-weight: 700;
  line-height: 1.25;
  text-transform: uppercase;
}

.hero-copy {
  max-width: 560px;
  margin-bottom: 28px;
  color: #b9c6d3;
  font-size: 20px;
  line-height: 1.45;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button,
.tab-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border: 1px solid transparent;
  border-radius: 3px;
  padding: 0 18px;
  font-family: "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  white-space: normal;
}

.button.primary {
  background: var(--cream);
  color: var(--navy);
}

.button.secondary {
  border-color: rgba(234, 223, 206, 0.35);
  color: var(--cream);
  background: rgba(234, 223, 206, 0.08);
}

.hero-metrics {
  position: absolute;
  z-index: 3;
  left: 50%;
  bottom: 22px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: min(var(--max), calc(100% - 36px));
  transform: translateX(-50%);
  border: 1px solid rgba(234, 223, 206, 0.2);
  border-radius: 4px;
  background: rgba(15, 34, 54, 0.9);
}

.hero-metrics div {
  min-width: 0;
  padding: 18px;
  border-right: 1px solid rgba(234, 223, 206, 0.16);
}

.hero-metrics div:last-child {
  border-right: 0;
}

.hero-metrics strong {
  display: block;
  color: #fbf7ef;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1;
}

.hero-metrics span {
  display: block;
  margin-top: 8px;
  color: #9fb2c4;
  font-size: 13px;
  font-family: "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  font-weight: 600;
  overflow-wrap: normal;
}

.ticker {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  padding: 14px max(18px, calc((100vw - var(--max)) / 2));
  background: var(--navy);
  color: var(--cream);
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.ticker::-webkit-scrollbar {
  display: none;
}

.ticker span {
  flex: 0 0 auto;
  scroll-snap-align: start;
  border: 1px solid rgba(234, 223, 206, 0.18);
  border-radius: 2px;
  padding: 9px 12px;
  color: #9fb2c4;
  font-family: "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}

.band {
  padding: clamp(56px, 8vw, 96px) clamp(18px, 4vw, 42px);
}

.section-heading {
  width: min(var(--max), 100%);
  margin: 0 auto 30px;
}

.section-heading p:not(.eyebrow) {
  max-width: 760px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.55;
}

.section-heading.compact {
  margin-bottom: 22px;
}

.briefing-grid,
.signals-grid,
.issue-layout,
.brief-grid,
.questions-panel,
.timeline-grid,
.radar-grid {
  display: grid;
  width: min(var(--max), 100%);
  margin: 0 auto;
  gap: 18px;
}

.briefing-grid {
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.9fr);
  align-items: stretch;
}

.lead-brief,
.signal-card,
.issue-lead,
.brief-card,
.questions-panel,
.horizon-panel,
.radar-panel,
.timeline-grid article,
.radar-grid article,
.module-card {
  border: 1px solid var(--line);
  border-radius: 4px;
  background: var(--surface);
  box-shadow: none;
}

.lead-brief {
  min-height: 410px;
  padding: clamp(24px, 4vw, 42px);
  background:
    linear-gradient(135deg, rgba(154, 116, 52, 0.1), rgba(250, 247, 239, 0) 52%),
    var(--surface);
}

.lead-signal-card {
  border-top: 4px solid var(--gold);
}

.article-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 26px;
  color: var(--muted);
  font-size: 12px;
  font-family: "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  font-weight: 700;
  text-transform: uppercase;
}

.lead-brief h3 {
  max-width: 760px;
  font-family: Newsreader, Georgia, "Times New Roman", serif;
  font-size: clamp(30px, 4vw, 48px);
  font-weight: 650;
  line-height: 1.02;
}

.lead-brief p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.6;
}

.briefing-points {
  display: grid;
  gap: 12px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.briefing-points li {
  position: relative;
  padding-left: 24px;
  color: var(--ink);
  font-size: 15px;
  font-weight: 750;
  line-height: 1.45;
}

.briefing-points li::before {
  content: "";
  position: absolute;
  top: 0.58em;
  left: 0;
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: var(--teal);
  box-shadow: 0 0 0 5px var(--teal-soft);
}

.signal-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.signal-list span {
  border-radius: 3px;
  padding: 10px 12px;
  background: var(--teal-soft);
  color: var(--teal-dark);
  font-size: 13px;
  font-family: "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  font-weight: 700;
  text-transform: uppercase;
}

.pulse-stack {
  display: grid;
  gap: 14px;
}

.module-card {
  padding: 22px;
}

.module-card p,
.signal-card p {
  color: var(--muted);
  line-height: 1.5;
}

.module-label {
  display: inline-flex;
  margin-bottom: 14px;
  border-radius: 3px;
  padding: 8px 10px;
  background: var(--teal-soft);
  color: var(--teal-dark);
  font-size: 12px;
  font-family: "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  font-weight: 700;
  text-transform: uppercase;
}

.module-label.amber {
  background: var(--amber-soft);
  color: var(--amber);
}

.module-label.blue {
  background: var(--blue-soft);
  color: var(--blue);
}

.module-label.rose {
  background: var(--rose-soft);
  color: var(--rose);
}

.module-label.dark {
  background: #e7eceb;
  color: var(--ink-strong);
}

.signals-band {
  background: var(--paper);
}

.signals-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
}

.signal-card {
  min-height: 300px;
  padding: 24px;
}

.signal-card.featured {
  display: grid;
  grid-column: span 2;
  align-content: start;
  min-height: 390px;
  padding: clamp(26px, 4vw, 42px);
  background:
    linear-gradient(135deg, rgba(72, 97, 122, 0.14), rgba(154, 116, 52, 0.09) 58%, rgba(250, 247, 239, 0) 100%),
    var(--surface);
}

.signal-card.featured h3 {
  max-width: 760px;
  font-family: Newsreader, Georgia, "Times New Roman", serif;
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 650;
  line-height: 1.02;
}

.signal-card p {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.55;
}

.mini-list {
  display: grid;
  gap: 10px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.mini-list li {
  border-left: 3px solid var(--teal);
  padding-left: 12px;
  color: var(--ink);
  font-size: 15px;
  font-weight: 760;
  line-height: 1.45;
}

.issue-band {
  background: #e5e8e0;
}

.issue-layout {
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
  align-items: stretch;
}

.issue-lead {
  padding: clamp(26px, 4vw, 42px);
  background:
    linear-gradient(135deg, rgba(154, 116, 52, 0.11), rgba(250, 247, 239, 0) 56%),
    var(--surface);
}

.issue-lead h3 {
  max-width: 820px;
  font-family: Newsreader, Georgia, "Times New Roman", serif;
  font-size: clamp(30px, 4vw, 48px);
  font-weight: 650;
  line-height: 1.03;
}

.issue-lead p,
.brief-card p,
.timeline-grid p,
.radar-grid p {
  color: var(--muted);
  line-height: 1.55;
}

.brief-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 24px;
}

.brief-columns div {
  border: 1px solid var(--line);
  border-radius: 4px;
  padding: 16px;
  background: rgba(250, 247, 239, 0.68);
}

.source-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.source-row::before {
  content: "SOURCES";
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  color: var(--muted);
  font-size: 10px;
  font-family: "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.source-row a,
.timeline-grid a,
.radar-grid a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  border: 1px solid rgba(154, 116, 52, 0.24);
  border-radius: 3px;
  padding: 0 10px;
  background: var(--teal-soft);
  color: var(--teal-dark);
  font-size: 12px;
  font-family: "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  font-weight: 700;
  text-transform: uppercase;
}

.brief-stack {
  display: grid;
  gap: 14px;
}

.brief-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 18px;
}

.brief-card {
  padding: 22px;
}

.brief-note {
  display: grid;
  gap: 14px;
  margin: 16px 0 0;
}

.brief-note div {
  border-top: 1px solid var(--line);
  padding-top: 12px;
}

.brief-note dt {
  margin-bottom: 6px;
  color: var(--ink-strong);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.brief-note dd {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
}

.question-callout {
  border-left: 3px solid var(--rose);
  margin-top: 18px;
  padding-left: 12px;
  color: var(--ink) !important;
  font-weight: 760;
}

.question-callout span {
  display: block;
  margin-bottom: 5px;
  color: var(--rose);
  font-size: 11px;
  font-family: "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.questions-panel {
  margin-top: 18px;
  padding: clamp(22px, 4vw, 34px);
  background:
    linear-gradient(135deg, rgba(158, 53, 45, 0.08), rgba(72, 97, 122, 0.08) 55%, rgba(250, 247, 239, 0) 100%),
    var(--surface);
}

.compact-list {
  margin-top: 10px;
}

.horizon-panel,
.radar-panel {
  width: min(var(--max), 100%);
  margin: 18px auto 0;
  padding: clamp(22px, 4vw, 34px);
}

.horizon-panel {
  background: var(--surface);
}

.horizon-followup,
.radar-questions {
  margin-top: 18px;
  border-top: 1px solid var(--line);
  padding-top: 20px;
}

.horizon-followup h3,
.radar-questions h3 {
  margin-bottom: 14px;
}

.radar-panel {
  background: var(--ink-strong);
  color: #ffffff;
}

.radar-panel h2,
.radar-panel h3 {
  color: #ffffff;
}

.radar-panel .eyebrow {
  color: #9ef0e8;
}

.radar-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  width: 100%;
}

.timeline-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  width: 100%;
}

.timeline-grid article,
.radar-grid article {
  padding: 18px;
}

.timeline-grid time {
  display: block;
  margin-bottom: 10px;
  color: var(--teal);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.radar-grid article {
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.06);
}

.radar-grid p {
  color: rgba(255, 255, 255, 0.72);
}

.radar-panel .brief-note div {
  border-top-color: rgba(255, 255, 255, 0.16);
}

.radar-panel .brief-note dt {
  color: #9ef0e8;
}

.radar-panel .brief-note dd {
  color: rgba(255, 255, 255, 0.74);
}

.draft-opening {
  border-left: 3px solid #9ef0e8;
  margin-top: 16px;
  padding-left: 12px;
  color: rgba(255, 255, 255, 0.86) !important;
  font-weight: 760;
}

.radar-questions {
  border-top-color: rgba(255, 255, 255, 0.16);
}

.radar-questions .question-list li {
  border-color: rgba(255, 255, 255, 0.14);
  color: #ffffff;
  background: rgba(255, 255, 255, 0.06);
}

.radar-grid a {
  border-color: rgba(158, 240, 232, 0.18);
  background: rgba(158, 240, 232, 0.1);
  color: #9ef0e8;
}

.question-list {
  display: grid;
  gap: 12px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
  counter-reset: question;
}

.question-list li {
  position: relative;
  min-height: 52px;
  padding: 14px 14px 14px 52px;
  border: 1px solid var(--line);
  border-radius: 4px;
  color: var(--ink);
  line-height: 1.45;
  counter-increment: question;
}

.question-list li::before {
  content: counter(question);
  position: absolute;
  left: 14px;
  top: 14px;
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  background: var(--teal);
  color: var(--surface);
  font-size: 12px;
  font-family: "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  font-weight: 700;
}

.footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  gap: 18px;
  padding: 24px clamp(18px, 4vw, 42px);
  background: var(--navy);
  color: #9fb2c4;
  font-size: 13px;
  font-family: "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  font-weight: 600;
}

.footer-brand {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
  align-items: center;
}

.footer a {
  color: #cdbf9a;
}

.footer-disclaimer {
  display: grid;
  gap: 2px;
  margin: 0;
  color: #6e8298;
  font-size: 10.5px;
  line-height: 1.75;
  letter-spacing: 0.08em;
  text-align: right;
  text-transform: uppercase;
}

.footer-disclaimer span {
  white-space: nowrap;
}

@keyframes lift {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 980px) {
  .site-header {
    position: absolute;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 12px;
  }

  .nav-links {
    order: 3;
    width: 100%;
    justify-content: flex-start;
    gap: 8px;
    overflow-x: auto;
    padding-bottom: 4px;
    scrollbar-width: none;
  }

  .nav-links::-webkit-scrollbar {
    display: none;
  }

  .nav-links a {
    flex: 0 0 auto;
    border: 1px solid rgba(234, 223, 206, 0.2);
    border-radius: 2px;
    padding: 8px 10px;
    background: rgba(234, 223, 206, 0.08);
  }

  .hero {
    min-height: 760px;
  }

  .hero-content {
    width: min(100% - 36px, var(--max));
    padding-top: 150px;
    padding-bottom: 210px;
    transform: none;
  }

  .briefing-grid,
  .signals-grid,
  .issue-layout,
  .brief-grid,
  .questions-panel,
  .timeline-grid,
  .radar-grid {
    grid-template-columns: 1fr;
  }

  .signal-card.featured {
    grid-column: span 1;
  }

}

@media (max-width: 660px) {
  .site-header {
    min-height: 64px;
    padding-inline: 16px;
  }

  .brand {
    font-size: 13px;
  }

  .hero {
    min-height: 760px;
  }

  .hero img {
    object-position: 62% center;
  }

  .hero-content {
    padding-top: 148px;
    padding-bottom: 230px;
  }

  h1 {
    font-size: clamp(36px, 11vw, 44px);
    line-height: 1.02;
  }

  .hero-copy {
    font-size: clamp(16px, 4.3vw, 18px);
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .hero-metrics {
    grid-template-columns: 1fr;
    bottom: 16px;
  }

  .hero-metrics div {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 16px;
    padding: 12px 14px;
    border-right: 0;
    border-bottom: 1px solid rgba(234, 223, 206, 0.16);
  }

  .hero-metrics div:last-child {
    border-bottom: 0;
  }

  .lead-brief {
    min-height: 0;
  }

  .signal-card {
    min-height: 0;
  }

  .brief-columns {
    grid-template-columns: 1fr;
  }

  .footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-disclaimer {
    text-align: left;
  }

  .footer-disclaimer span {
    white-space: normal;
  }
}

@media (max-width: 420px) {
  .site-header {
    padding-inline: 12px;
  }

  .brand-mark {
    width: 34px;
    height: 34px;
  }

  .nav-links {
    font-size: 12px;
  }

  .hero {
    min-height: 790px;
  }

  .hero-content {
    width: calc(100% - 28px);
    padding-bottom: 250px;
  }

  .hero-metrics {
    width: calc(100% - 28px);
  }

  .band {
    padding-inline: 14px;
  }

  .article-topline {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }
}

@media (max-height: 620px) and (orientation: landscape) {
  .hero {
    min-height: 680px;
  }

  .hero-content {
    padding-top: 126px;
    padding-bottom: 170px;
  }

  .hero-metrics {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1500px) {
  .hero img {
    object-position: center 45%;
  }

  .hero-content,
  .hero-metrics,
  .ticker,
  .section-heading,
  .briefing-grid,
  .signals-grid,
  .issue-layout,
  .brief-grid,
  .questions-panel,
  .timeline-grid,
  .radar-grid {
    max-width: 1240px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
