:root {
  --ink: #171713;
  --paper: #f3f0e8;
  --white: #fffdf8;
  --signal: #ef4b37;
  --acid: #dce85d;
  --blue: #315a70;
  --line: rgba(23, 23, 19, 0.22);
  --muted: #6d6b63;
  --display: "Barlow Condensed", sans-serif;
  --serif: "Newsreader", serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--serif);
  font-size: 18px;
  line-height: 1.45;
}
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }

.site-header {
  min-height: 78px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 0 3.2vw;
  border-bottom: 1px solid var(--line);
  background: var(--paper);
  position: relative;
  z-index: 20;
}
.wordmark {
  width: max-content;
  font-family: var(--display);
  font-size: 33px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
}
.wordmark b { color: var(--signal); }
.site-nav { display: flex; gap: 30px; font-family: var(--display); font-weight: 600; text-transform: uppercase; font-size: 15px; }
.site-nav a, .header-cta { border-bottom: 2px solid transparent; padding: 5px 0; }
.site-nav a:hover, .site-nav a:focus-visible, .header-cta:hover, .header-cta:focus-visible { border-color: var(--signal); }
.header-cta { justify-self: end; font-family: var(--display); font-size: 15px; font-weight: 700; text-transform: uppercase; }
.menu-button { display: none; }

.breaking-bar {
  min-height: 42px;
  padding: 8px 3.2vw;
  display: flex;
  align-items: center;
  gap: 14px;
  background: var(--ink);
  color: var(--white);
  font-family: var(--display);
  font-size: 14px;
  text-transform: uppercase;
}
.breaking-bar strong { color: var(--acid); }
.breaking-place { color: #aaa99f; }
.countdown { margin-left: auto; }
.live-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--signal); box-shadow: 0 0 0 4px rgba(239, 75, 55, 0.2); }

.lead-story {
  min-height: calc(100vh - 120px);
  max-height: 860px;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.35fr);
  border-bottom: 1px solid var(--line);
}
.lead-copy { align-self: center; padding: 7vh 6vw 8vh 6.5vw; }
.kicker, .section-number, .story-meta, .event-status, .article-label, .article-meta, .source-label {
  font-family: var(--display);
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
}
.kicker { color: var(--signal); }
.lead-copy h1 {
  margin: 8px 0 22px;
  font-family: var(--display);
  font-size: clamp(76px, 10vw, 154px);
  line-height: 0.75;
  font-weight: 800;
  text-transform: uppercase;
}
.standfirst { max-width: 600px; font-size: 23px; line-height: 1.35; }
.lead-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 28px; margin-top: 34px; }
.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 11px 20px;
  border: 1px solid var(--ink);
  font-family: var(--display);
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
}
.button-dark { background: var(--ink); color: var(--white); }
.button:hover, .button:focus-visible { background: var(--signal); border-color: var(--signal); color: var(--white); }
.text-link { font-family: var(--display); font-weight: 700; text-transform: uppercase; font-size: 15px; border-bottom: 1px solid currentColor; }
.text-link span { display: inline-block; margin-left: 5px; }
.lead-visual { margin: 0; min-width: 0; position: relative; overflow: hidden; background: var(--blue); }
.lead-visual img { height: 100%; object-fit: cover; filter: saturate(0.85) contrast(1.04); }
.lead-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 60%, rgba(0, 0, 0, 0.42)); pointer-events: none; }
.lead-visual figcaption { position: absolute; z-index: 2; left: 24px; right: 24px; bottom: 18px; display: flex; justify-content: space-between; color: white; font-family: var(--display); font-size: 13px; text-transform: uppercase; }
.date-stamp { position: absolute; z-index: 2; top: 24px; right: 24px; width: 118px; padding: 16px; background: var(--acid); font-family: var(--display); text-transform: uppercase; }
.date-stamp span, .date-stamp small { display: block; font-size: 13px; }
.date-stamp strong { display: block; font-size: 32px; line-height: 1; }

.section-shell { padding: 90px 3.2vw 110px; }
.section-heading { display: grid; grid-template-columns: 70px 1fr auto; align-items: end; padding-bottom: 20px; border-bottom: 3px solid var(--ink); }
.section-heading h2, .calendar-intro h2, .manifesto-copy h2, .briefing-section h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(48px, 6vw, 86px);
  line-height: 0.92;
  text-transform: uppercase;
}
.section-heading a { font-family: var(--display); font-weight: 700; font-size: 14px; text-transform: uppercase; }
.section-number { color: var(--signal); margin: 0; }
.story-grid { display: grid; grid-template-columns: 1.35fr 1fr 1fr; gap: 22px; padding-top: 24px; }
.story { min-width: 0; }
.story-image { display: block; aspect-ratio: 4 / 3; overflow: hidden; background: #d6d3c9; position: relative; }
.story-image img { height: 100%; object-fit: cover; transition: transform 500ms ease; }
.story a.story-image:hover img { transform: scale(1.025); }
.ratio-tall { aspect-ratio: 3 / 4; }
.story-meta { margin: 14px 0 9px; display: flex; justify-content: space-between; gap: 10px; color: var(--muted); }
.story-meta span { color: var(--signal); }
.story h3 { margin: 0 0 10px; font-family: var(--display); font-size: 29px; line-height: 0.98; text-transform: uppercase; }
.story h3 a:hover { color: var(--signal); }
.story p { margin: 0; font-size: 17px; color: #4f4d47; }
.story-location { position: absolute; left: 12px; bottom: 12px; padding: 5px 8px; background: var(--paper); font-family: var(--display); font-size: 13px; font-weight: 700; text-transform: uppercase; }
.story-brief { min-height: 320px; padding: 22px; display: flex; flex-direction: column; grid-column: span 2; background: var(--blue); color: white; }
.brief-topline { padding-bottom: 14px; border-bottom: 1px solid rgba(255,255,255,.4); font-family: var(--display); font-size: 13px; text-transform: uppercase; }
.story-brief blockquote { margin: 34px 0; font-size: 27px; line-height: 1.1; }
.story-brief p { color: rgba(255,255,255,.75); }
.story-brief .text-link { margin-top: auto; align-self: flex-start; color: var(--acid); }

.calendar-section { display: grid; grid-template-columns: minmax(280px, 0.72fr) 1.4fr; background: var(--ink); color: var(--white); }
.calendar-intro { padding: 90px 5vw 80px 6.5vw; border-right: 1px solid rgba(255,255,255,.2); }
.calendar-intro p:last-child { max-width: 420px; color: #b7b4aa; font-size: 19px; }
.event-list { padding: 36px 3.2vw; }
.event-row { display: grid; grid-template-columns: 115px 1fr 30px; align-items: center; min-height: 132px; border-bottom: 1px solid rgba(255,255,255,.2); }
.event-row time { font-family: var(--display); }
.event-row time strong { display: block; font-size: 31px; line-height: 1; }
.event-row time span { color: #99978f; font-size: 14px; text-transform: uppercase; }
.event-row h3 { margin: 3px 0; font-family: var(--display); font-size: 30px; line-height: 1; text-transform: uppercase; }
.event-row p { margin: 0; color: #aaa89f; font-size: 16px; }
.event-status { color: var(--acid); }
.event-arrow { justify-self: end; font-size: 25px; }
.event-row:hover h3 { color: var(--acid); }
.event-next { border-top: 5px solid var(--signal); }

.manifesto-section { display: grid; grid-template-columns: 0.85fr 1.15fr; min-height: 700px; }
.manifesto-image { min-height: 560px; }
.manifesto-image img { height: 100%; object-fit: cover; }
.manifesto-copy { padding: 90px 7vw; align-self: center; }
.manifesto-lead { max-width: 780px; font-size: 29px; line-height: 1.2; }
.manifesto-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 34px; max-width: 720px; color: var(--muted); }

.briefing-section { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: end; padding: 70px 6.5vw; background: var(--acid); }
.briefing-form label { display: block; margin-bottom: 9px; font-family: var(--display); font-size: 14px; font-weight: 700; text-transform: uppercase; }
.input-row { display: grid; grid-template-columns: 1fr auto; border-bottom: 3px solid var(--ink); }
.input-row input { min-width: 0; border: 0; padding: 14px 4px; background: transparent; color: var(--ink); outline: 0; }
.input-row input::placeholder { color: #75792d; }
.input-row button { border: 0; padding: 10px 14px; background: var(--ink); color: white; font-family: var(--display); font-weight: 700; text-transform: uppercase; cursor: pointer; }
.form-status { font-size: 15px; }

.site-footer { min-height: 210px; padding: 44px 3.2vw 30px; display: grid; grid-template-columns: 1fr 1fr 1fr auto; gap: 30px; align-items: start; background: var(--ink); color: var(--white); }
.wordmark-footer { color: white; }
.site-footer p { margin: 0; color: #aaa89f; }
.site-footer div { display: flex; flex-direction: column; gap: 7px; font-family: var(--display); text-transform: uppercase; font-size: 14px; }
.site-footer small { color: #88867f; }

/* Archive */
.archive-hero { padding: 80px 6.5vw 54px; border-bottom: 1px solid var(--line); }
.archive-hero h1 { max-width: 980px; margin: 8px 0 22px; font-family: var(--display); font-size: clamp(70px, 11vw, 156px); line-height: .8; text-transform: uppercase; }
.archive-hero > p:last-child { max-width: 680px; font-size: 23px; }
.filter-bar { display: flex; gap: 10px; padding: 18px 3.2vw; border-bottom: 1px solid var(--line); overflow-x: auto; }
.filter-bar button { border: 1px solid var(--ink); border-radius: 0; padding: 7px 13px; background: transparent; font-family: var(--display); font-size: 14px; font-weight: 700; text-transform: uppercase; cursor: pointer; white-space: nowrap; }
.filter-bar button[aria-pressed="true"] { background: var(--ink); color: white; }
.archive-list { padding: 0 3.2vw 100px; }
.archive-item { display: grid; grid-template-columns: 160px minmax(250px, .65fr) 1fr 30px; gap: 26px; align-items: center; padding: 24px 0; border-bottom: 1px solid var(--line); }
.archive-item time { font-family: var(--display); font-weight: 700; text-transform: uppercase; }
.archive-item img { aspect-ratio: 16/10; height: 100%; object-fit: cover; }
.archive-item h2 { margin: 0; font-family: var(--display); font-size: 34px; line-height: 1; text-transform: uppercase; }
.archive-item p { margin: 0; color: var(--muted); }
.archive-item:hover h2 { color: var(--signal); }

/* Articles */
.article-main { max-width: 1500px; margin: 0 auto; }
.article-hero { padding: 64px 6.5vw 40px; }
.article-label { color: var(--signal); }
.article-hero h1 { max-width: 1100px; margin: 10px 0 22px; font-family: var(--display); font-size: clamp(64px, 9vw, 126px); line-height: .82; text-transform: uppercase; }
.article-deck { max-width: 820px; font-size: 27px; line-height: 1.25; }
.article-meta { display: flex; gap: 24px; color: var(--muted); }
.article-hero-image { margin: 0 3.2vw; position: relative; }
.article-hero-image img { aspect-ratio: 16/8; max-height: 720px; object-fit: cover; }
.article-hero-image figcaption { padding: 8px 0; display: flex; justify-content: space-between; color: var(--muted); font-size: 13px; }
.article-layout { display: grid; grid-template-columns: 210px minmax(0, 760px) 260px; justify-content: center; gap: 50px; padding: 70px 3.2vw 110px; }
.article-aside { font-family: var(--display); font-size: 14px; text-transform: uppercase; }
.article-aside strong { display: block; padding-bottom: 9px; border-bottom: 2px solid var(--ink); }
.article-aside a { display: block; padding: 9px 0; border-bottom: 1px solid var(--line); }
.article-body > p:first-child::first-letter { float: left; margin: 6px 9px 0 0; font-family: var(--display); font-size: 78px; line-height: .65; color: var(--signal); }
.article-body p { margin: 0 0 24px; font-size: 20px; line-height: 1.55; }
.article-body h2 { margin: 54px 0 16px; font-family: var(--display); font-size: 43px; line-height: 1; text-transform: uppercase; }
.article-body blockquote { margin: 42px -80px; padding: 28px 0; border-top: 4px solid var(--ink); border-bottom: 1px solid var(--ink); font-size: 34px; line-height: 1.17; }
.article-body ul { padding-left: 20px; }
.article-body li { margin-bottom: 12px; }
.fact-box { padding: 22px; background: var(--acid); align-self: start; position: sticky; top: 20px; }
.fact-box h2 { margin: 0 0 16px; font-family: var(--display); font-size: 24px; text-transform: uppercase; }
.fact-box dl { margin: 0; }
.fact-box dt { margin-top: 13px; font-family: var(--display); font-size: 12px; font-weight: 700; text-transform: uppercase; }
.fact-box dd { margin: 2px 0 0; }
.sources { margin-top: 54px; padding-top: 20px; border-top: 3px solid var(--ink); }
.sources a { text-decoration: underline; }
.next-story { display: grid; grid-template-columns: 1fr 1fr; min-height: 430px; background: var(--blue); color: white; }
.next-story img { height: 100%; object-fit: cover; }
.next-story div { align-self: center; padding: 60px 7vw; }
.next-story h2 { margin: 10px 0 20px; font-family: var(--display); font-size: 52px; line-height: .95; text-transform: uppercase; }

.reveal { opacity: 0; transform: translateY(16px); transition: opacity 650ms ease, transform 650ms ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1050px) {
  .story-grid { grid-template-columns: 1.4fr 1fr; }
  .story-brief { min-height: 420px; }
  .article-layout { grid-template-columns: minmax(0, 720px) 240px; }
  .article-aside { display: none; }
}

@media (max-width: 760px) {
  body { font-size: 17px; }
  .site-header { min-height: 66px; grid-template-columns: 1fr auto; padding: 0 18px; }
  .wordmark { font-size: 29px; }
  .menu-button { display: block; border: 0; padding: 8px 0; background: transparent; font-family: var(--display); font-weight: 700; text-transform: uppercase; }
  .site-nav { display: none; position: absolute; top: 66px; left: 0; right: 0; padding: 20px; flex-direction: column; gap: 14px; background: var(--paper); border-bottom: 1px solid var(--ink); }
  .site-nav.is-open { display: flex; }
  .header-cta { display: none; }
  .breaking-bar { padding: 10px 18px; gap: 9px; }
  .breaking-place { display: none; }
  .countdown { font-size: 12px; }
  .lead-story { min-height: auto; max-height: none; grid-template-columns: 1fr; }
  .lead-copy { padding: 56px 22px 42px; }
  .lead-copy h1 { font-size: 82px; }
  .standfirst { font-size: 20px; }
  .lead-visual { min-height: 52vh; }
  .date-stamp { width: 104px; top: 14px; right: 14px; }
  .lead-visual figcaption { left: 14px; right: 14px; }
  .lead-visual figcaption span:last-child { display: none; }
  .section-shell { padding: 64px 18px 76px; }
  .section-heading { grid-template-columns: 42px 1fr; }
  .section-heading a { display: none; }
  .story-grid { grid-template-columns: 1fr; gap: 46px; }
  .story-brief { grid-column: auto; }
  .ratio-tall { aspect-ratio: 4/3; }
  .calendar-section { grid-template-columns: 1fr; }
  .calendar-intro { padding: 62px 22px 32px; border-right: 0; }
  .event-list { padding: 12px 18px 50px; }
  .event-row { grid-template-columns: 86px 1fr 20px; min-height: 122px; }
  .event-row h3 { font-size: 24px; }
  .manifesto-section, .briefing-section, .next-story { grid-template-columns: 1fr; }
  .manifesto-image { min-height: 420px; }
  .manifesto-copy { padding: 62px 22px; }
  .manifesto-lead { font-size: 24px; }
  .manifesto-columns { grid-template-columns: 1fr; gap: 4px; }
  .briefing-section { gap: 35px; padding: 55px 22px; }
  .input-row { grid-template-columns: 1fr; }
  .input-row button { min-height: 48px; }
  .site-footer { grid-template-columns: 1fr; min-height: 360px; padding: 42px 22px; }
  .archive-hero { padding: 58px 22px 38px; }
  .archive-hero h1 { font-size: 78px; }
  .filter-bar { padding: 14px 18px; }
  .archive-list { padding: 0 18px 70px; }
  .archive-item { grid-template-columns: 90px 1fr 20px; gap: 14px; }
  .archive-item img { display: none; }
  .archive-item p { display: none; }
  .archive-item h2 { font-size: 25px; }
  .article-hero { padding: 52px 22px 30px; }
  .article-hero h1 { font-size: 64px; }
  .article-deck { font-size: 22px; }
  .article-meta { flex-wrap: wrap; gap: 8px 20px; }
  .article-hero-image { margin: 0; }
  .article-hero-image img { aspect-ratio: 4/3; }
  .article-hero-image figcaption { padding: 8px 18px; }
  .article-layout { grid-template-columns: 1fr; padding: 48px 22px 76px; }
  .article-body p { font-size: 18px; }
  .article-body blockquote { margin: 38px 0; font-size: 28px; }
  .fact-box { position: static; }
  .next-story div { padding: 50px 22px; }
  .next-story img { max-height: 350px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .story-image img { transition: none; }
}