:root {
  color-scheme: dark;
  --bg: #070b13;
  --bg-soft: #0c1220;
  --panel: rgba(17, 24, 39, 0.82);
  --panel-strong: rgba(24, 33, 49, 0.96);
  --paper: #f7f2e8;
  --ink: #f4f7fb;
  --text: #edf4ff;
  --muted: #a7b5c9;
  --muted-2: #738299;
  --line: rgba(255, 255, 255, 0.13);
  --line-strong: rgba(255, 255, 255, 0.22);
  --accent: #7dd3fc;
  --accent-2: #f6d365;
  --accent-3: #c4b5fd;
  --success: #9ae6b4;
  --radius-xl: 34px;
  --radius-lg: 24px;
  --radius-md: 17px;
  --shadow: 0 28px 90px rgba(0, 0, 0, 0.44);
  --max: 1240px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  min-height: 100vh;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  background:
    radial-gradient(circle at 7% -8%, rgba(125, 211, 252, 0.19), transparent 35rem),
    radial-gradient(circle at 96% 2%, rgba(246, 211, 101, 0.13), transparent 34rem),
    linear-gradient(180deg, var(--bg) 0%, #0a0f1c 46%, #060910 100%);
  color: var(--text);
  line-height: 1.62;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.2;
  background-image:
    linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(to bottom, black, transparent 74%);
}

body::after {
  content: "";
  position: fixed;
  inset: auto 0 0;
  height: 16rem;
  pointer-events: none;
  background: linear-gradient(to top, rgba(7, 11, 19, 0.92), transparent);
}

a { color: inherit; text-decoration: none; }
a:hover { color: var(--accent); }
img { max-width: 100%; display: block; }
button, input { font: inherit; }
button { -webkit-tap-highlight-color: transparent; }
code { color: var(--accent-2); }

.skip-link {
  position: absolute;
  left: 1rem;
  top: -10rem;
  background: #fff;
  color: #000;
  padding: .75rem 1rem;
  border-radius: 999px;
  z-index: 50;
}

.skip-link:focus { top: 1rem; }

.reading-progress {
  position: fixed;
  inset: 0 0 auto;
  height: 3px;
  z-index: 60;
  background: transparent;
}

.reading-progress span {
  display: block;
  width: 0%;
  height: 100%;
  background: linear-gradient(90deg, var(--accent), var(--accent-2));
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
  padding: 18px 0 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: .85rem;
  min-width: 260px;
}

.brand img {
  border-radius: 16px;
  box-shadow: 0 0 0 1px var(--line), 0 16px 42px rgba(125, 211, 252, 0.2);
}

.brand strong {
  display: block;
  font-size: 1.06rem;
  font-weight: 850;
  letter-spacing: -.012em;
  line-height: 1.2;
}

.brand small {
  display: block;
  color: var(--muted);
  font-size: .78rem;
  line-height: 1.34;
  max-width: 48ch;
}

.top-nav {
  display: flex;
  align-items: center;
  gap: .32rem;
  padding: .35rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(10, 15, 28, .72);
  box-shadow: 0 10px 28px rgba(0,0,0,.18);
}

.top-nav a {
  color: var(--muted);
  padding: .6rem .88rem;
  border-radius: 999px;
  font-size: .9rem;
  line-height: 1;
  white-space: nowrap;
}

.top-nav a:hover { background: rgba(255,255,255,.08); color: var(--text); }

main {
  position: relative;
  z-index: 1;
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
}

.hero-section {
  display: grid;
  grid-template-columns: minmax(0, 1.46fr) minmax(300px, .66fr);
  gap: 1.05rem;
  padding: clamp(34px, 7vw, 88px) 0 18px;
}

.hero-copy,
.edition-card,
.page-hero,
.brief-box,
.related-block,
.newsletter-block,
.reader-features article,
.topic-shelf,
.topic-index-card {
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  background: linear-gradient(135deg, rgba(17, 24, 39, .82), rgba(17, 24, 39, .45));
  box-shadow: var(--shadow);
}

.hero-copy {
  min-height: 520px;
  padding: clamp(28px, 5vw, 58px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  position: relative;
}

.hero-copy::before {
  content: "";
  position: absolute;
  inset: 1rem 1rem auto auto;
  width: min(42vw, 430px);
  height: min(42vw, 430px);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(125, 211, 252, .2), transparent 69%);
}

.hero-copy::after {
  content: "OU DAILY";
  position: absolute;
  right: clamp(18px, 5vw, 58px);
  top: clamp(18px, 5vw, 58px);
  color: rgba(255,255,255,.08);
  font-size: clamp(3rem, 8vw, 7rem);
  font-weight: 950;
  letter-spacing: -.04em;
  line-height: .9;
}

.eyebrow,
.edition-card__label,
.topic-kicker {
  color: var(--accent-2);
  font-size: .76rem;
  font-weight: 850;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.hero-copy h1,
.page-hero h1,
.article-header h1 {
  position: relative;
  z-index: 1;
  margin: .35rem 0 1.05rem;
  font-size: clamp(2.55rem, 6.8vw, 6.2rem);
  line-height: .99;
  letter-spacing: -.045em;
  max-width: 11.8ch;
  text-wrap: balance;
  overflow-wrap: anywhere;
}

.hero-copy p:not(.eyebrow),
.page-hero p,
.article-header p,
.info-copy p {
  position: relative;
  z-index: 1;
  color: #c8d6ea;
  max-width: 78ch;
  font-size: clamp(1rem, 1.5vw, 1.18rem);
  line-height: 1.68;
}

.hero-tools {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  gap: .74rem;
  margin-top: 1.3rem;
}

.search-box {
  flex: 1 1 340px;
  display: flex;
  align-items: center;
  gap: .78rem;
  background: rgba(255,255,255,.085);
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: .34rem .5rem .34rem 1rem;
}

.search-box span {
  color: var(--muted);
  font-weight: 800;
  font-size: .86rem;
}

.search-box input {
  width: 100%;
  color: var(--text);
  background: transparent;
  border: 0;
  outline: 0;
  padding: .82rem .72rem;
}

.hero-tools button,
.topic-chip,
.story-card__actions button,
.primary-link,
.edition-card a,
.view-tools button,
.newsletter-form button {
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255,255,255,.085);
  color: var(--text);
  cursor: pointer;
  padding: .82rem 1rem;
  transition: transform .18s ease, background .18s ease, color .18s ease, border-color .18s ease;
}

.hero-tools button:hover,
.topic-chip:hover,
.story-card__actions button:hover,
.primary-link:hover,
.edition-card a:hover,
.view-tools button:hover,
.newsletter-form button:hover {
  background: var(--text);
  color: #0c101a;
  transform: translateY(-1px);
}

.trust-strip {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: .65rem;
  margin-top: 1.15rem;
}

.trust-strip span {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.065);
  border-radius: 999px;
  color: var(--muted);
  padding: .5rem .72rem;
  font-size: .84rem;
}

.trust-strip strong { color: var(--text); }

.edition-card {
  padding: 1.45rem;
  min-height: 520px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background:
    linear-gradient(180deg, rgba(246, 211, 101, .17), rgba(125, 211, 252, .085)),
    rgba(16, 23, 36, .76);
}

.edition-card strong {
  font-size: clamp(2.1rem, 4vw, 3.45rem);
  line-height: 1;
  letter-spacing: -.04em;
}

.edition-card p { margin: 0; color: var(--muted); }
.edition-lead { font-size: 1.25rem; line-height: 1.35; font-weight: 850; }
.edition-actions { display: flex; flex-wrap: wrap; gap: .65rem; }
.edition-actions a { width: fit-content; }

.topic-rail {
  display: flex;
  gap: .65rem;
  overflow: auto;
  padding: 1rem 0 1.2rem;
  scrollbar-width: none;
}

.topic-rail::-webkit-scrollbar { display: none; }
.topic-chip { white-space: nowrap; color: var(--muted); }
.topic-chip.is-active { background: var(--text); color: #0c101a; }

.top-strip {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: .78rem;
  margin: .9rem 0 2.1rem;
}

.top-strip a {
  min-height: 142px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: rgba(255,255,255,.055);
  color: #dbe8fb;
  padding: 1rem;
  font-weight: 780;
  line-height: 1.28;
  transition: transform .18s ease, background .18s ease;
}

.top-strip a span { color: var(--accent); font-size: .82rem; }
.top-strip a small { color: var(--muted-2); font-weight: 750; }
.top-strip a:hover { transform: translateY(-2px); background: rgba(255,255,255,.1); }

.grid-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1.2rem;
  margin: 2.2rem 0 1rem;
}

.grid-heading h2 {
  margin: 0;
  font-size: clamp(1.9rem, 4vw, 3.3rem);
  line-height: 1.05;
  letter-spacing: -.035em;
}

.grid-heading p { color: var(--muted); margin: 0; max-width: 48ch; }

.view-tools {
  display: flex;
  justify-content: flex-end;
  gap: .5rem;
  margin: -0.2rem 0 1rem;
}

.view-tools button {
  color: var(--muted);
  padding: .58rem .82rem;
  font-size: .86rem;
}

.view-tools button.is-active { background: var(--text); color: #0c101a; }

.story-grid {
  columns: 3 302px;
  column-gap: 1rem;
  padding-bottom: 3rem;
}

.story-grid.is-list {
  columns: initial;
  display: grid;
  grid-template-columns: 1fr;
}

.story-card {
  break-inside: avoid;
  display: inline-block;
  width: 100%;
  margin: 0 0 1rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: rgba(15, 22, 34, .82);
  box-shadow: 0 18px 52px rgba(0,0,0,.24);
  overflow: hidden;
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}

.story-grid.is-list .story-card {
  display: grid;
  grid-template-columns: minmax(190px, 0.32fr) 1fr;
  align-items: stretch;
}

.story-card:hover {
  transform: translateY(-3px);
  border-color: rgba(125, 211, 252, .38);
  background: rgba(21, 31, 47, .94);
}

.story-card[hidden] { display: none; }
.story-card--lead { background: linear-gradient(180deg, rgba(125,211,252,.17), rgba(15,22,34,.86)); }
.story-card--lead h2 { font-size: clamp(1.8rem, 3vw, 2.7rem); line-height: 1.05; letter-spacing: -.03em; }
.story-card--wide .story-card__image { aspect-ratio: 16 / 7.8; }
.story-card--tall .story-card__image { aspect-ratio: 4 / 4.4; }

.story-card__image {
  position: relative;
  display: block;
  aspect-ratio: 16 / 10;
  background: rgba(255,255,255,.05);
  overflow: hidden;
}

.story-grid.is-list .story-card__image { aspect-ratio: auto; min-height: 100%; }
.story-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.story-card:hover .story-card__image img { transform: scale(1.04); }

.story-card__topic {
  position: absolute;
  left: .82rem;
  top: .82rem;
  padding: .42rem .68rem;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 999px;
  background: rgba(0,0,0,.44);
  backdrop-filter: blur(12px);
  font-size: .74rem;
  line-height: 1;
  font-weight: 850;
}

.story-card__body { padding: 1.08rem; }
.story-card__meta { display: flex; flex-wrap: wrap; align-items: center; gap: .52rem; color: var(--muted); font-size: .78rem; line-height: 1.35; }
.story-card__meta span:not(.source-badge) + span::before { content: "•"; margin-right: .52rem; color: rgba(255,255,255,.28); }

.source-badge {
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 999px;
  background: rgba(255,255,255,.06);
  color: #c6d3e7;
  padding: .2rem .45rem;
  font-size: .68rem;
  line-height: 1.1;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: .05em;
}

.source-badge--official { color: #09111e; background: var(--accent-2); border-color: rgba(246,211,101,.7); }
.source-badge--editorial { color: #09111e; background: var(--accent); border-color: rgba(125,211,252,.7); }
.source-badge--podcast { color: #1b1232; background: var(--accent-3); border-color: rgba(196,181,253,.7); }

.story-card h2 {
  margin: .68rem 0 .58rem;
  font-size: 1.36rem;
  line-height: 1.16;
  letter-spacing: -.018em;
  overflow-wrap: anywhere;
}

.story-card p { margin: 0 0 .95rem; color: #bac8da; line-height: 1.58; }
.story-card__tags { display: flex; flex-wrap: wrap; gap: .42rem; margin: .55rem 0 1rem; }
.tag { color: #dceafe; background: rgba(125,211,252,.1); border: 1px solid rgba(125,211,252,.18); border-radius: 999px; padding: .3rem .54rem; font-size: .72rem; line-height: 1.1; }

.story-card__actions { display: flex; flex-wrap: wrap; align-items: center; gap: .5rem; }
.story-card__actions a, .story-card__actions button { font-size: .82rem; padding: .56rem .74rem; }
.pill-link { background: rgba(255,255,255,.1); border: 1px solid var(--line); border-radius: 999px; }
.pill-link.ghost { color: var(--muted); background: transparent; }
.story-card__actions button.is-saved { background: var(--accent-2); color: #111827; }

.empty-state {
  text-align: center;
  color: var(--muted);
  border: 1px dashed var(--line);
  border-radius: var(--radius-lg);
  padding: 2rem;
}

.newsletter-block {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, .95fr);
  gap: 1.2rem;
  align-items: center;
  padding: clamp(22px, 4vw, 38px);
  margin: .5rem 0 2.2rem;
  background:
    linear-gradient(135deg, rgba(125,211,252,.11), rgba(246,211,101,.09)),
    rgba(17,24,39,.72);
}

.newsletter-block h2 { margin: .3rem 0 .5rem; font-size: clamp(1.8rem, 4vw, 3.2rem); line-height: 1.05; letter-spacing: -.035em; }
.newsletter-block p { color: var(--muted); margin: 0; max-width: 62ch; }
.newsletter-form { display: flex; gap: .65rem; align-items: end; flex-wrap: wrap; }
.newsletter-form label { flex: 1 1 240px; display: grid; gap: .35rem; color: var(--muted); font-weight: 750; }
.newsletter-form input { width: 100%; color: var(--text); background: rgba(255,255,255,.08); border: 1px solid var(--line); border-radius: 999px; outline: 0; padding: .92rem 1rem; }
.newsletter-form small { flex-basis: 100%; color: var(--success); }

.topic-shelves { padding: .6rem 0 2.6rem; }
.topic-shelf {
  display: grid;
  grid-template-columns: minmax(260px, .85fr) minmax(0, 1.15fr);
  gap: 1rem;
  padding: clamp(18px, 3vw, 28px);
  margin: .88rem 0;
  background: rgba(255,255,255,.052);
}

.topic-shelf__intro h3 { margin: .28rem 0 .45rem; font-size: clamp(1.25rem, 2.4vw, 2rem); line-height: 1.16; letter-spacing: -.02em; }
.topic-shelf__intro p { margin: 0; color: var(--muted); }
.topic-shelf__cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: .75rem; }
.topic-shelf__cards a { border: 1px solid var(--line); border-radius: var(--radius-md); background: rgba(255,255,255,.06); padding: .92rem; font-weight: 780; line-height: 1.34; }
.topic-shelf__cards a span { display: block; color: var(--accent); font-size: .76rem; margin-bottom: .45rem; }

.reader-features {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: .9rem;
  margin: 0 0 3rem;
}

.reader-features article { padding: 1.1rem; border-radius: var(--radius-lg); background: rgba(255,255,255,.052); }
.reader-features span { color: var(--accent); font-weight: 900; }
.reader-features h2 { font-size: 1.1rem; margin: .65rem 0 .35rem; line-height: 1.2; }
.reader-features p { color: var(--muted); margin: 0; font-size: .92rem; }

.page-hero.compact {
  padding: clamp(32px, 6vw, 64px);
  margin: 2rem 0;
}

.page-hero h1 { max-width: 13ch; }
.topic-hero h1 { max-width: 14ch; }
.keyword-cloud { display: flex; flex-wrap: wrap; gap: .5rem; margin-top: 1rem; }
.keyword-cloud span, .topic-index-card em {
  display: inline-flex;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: #dceafe;
  background: rgba(255,255,255,.065);
  padding: .42rem .66rem;
  font-style: normal;
  font-size: .82rem;
}

.topic-index-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-bottom: 3rem;
}

.topic-index-card {
  display: flex;
  min-height: 280px;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.2rem;
  background: rgba(255,255,255,.052);
}

.topic-index-card > span { color: var(--accent); font-weight: 850; }
.topic-index-card h2 { margin: .7rem 0 .5rem; font-size: 1.45rem; line-height: 1.15; letter-spacing: -.02em; }
.topic-index-card p { color: var(--muted); margin: 0 0 1rem; }
.topic-index-card div { display: flex; flex-wrap: wrap; gap: .4rem; }
.topic-index-card em { font-size: .72rem; padding: .32rem .48rem; }

.article-layout { max-width: 960px; margin: 0 auto; padding: clamp(28px, 6vw, 78px) 0; }
.breadcrumbs { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: .55rem; color: var(--muted); margin-bottom: 1.1rem; font-size: .9rem; }
.breadcrumbs strong { color: var(--text); }
.article-header { text-align: center; }
.article-header h1 { max-width: 14ch; margin-left: auto; margin-right: auto; font-size: clamp(2.4rem, 5.7vw, 5.4rem); }
.article-header p { margin-left: auto; margin-right: auto; }
.article-meta { display: flex; justify-content: center; flex-wrap: wrap; gap: .75rem; color: var(--muted); font-size: .9rem; line-height: 1.35; }
.article-meta span:not(.source-badge) + span::before { content: "•"; margin-right: .75rem; color: rgba(255,255,255,.35); }
.topic-kicker { display: inline-block; margin-bottom: .5rem; }
.article-media { margin: 2rem 0; border: 1px solid var(--line); border-radius: var(--radius-xl); overflow: hidden; box-shadow: var(--shadow); background: rgba(255,255,255,.05); }
.article-media img { width: 100%; aspect-ratio: 16 / 8; object-fit: cover; }
.article-media figcaption { color: var(--muted); font-size: .85rem; padding: .7rem 1rem; border-top: 1px solid var(--line); }
.brief-box, .related-block { padding: clamp(20px, 4vw, 36px); margin: 1rem 0; }
.article-brief { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(260px, .75fr); gap: 1.2rem; }
.brief-box h2, .related-block h2 { margin: .25rem 0 .75rem; line-height: 1.16; letter-spacing: -.025em; }
.brief-box p { color: #c8d6ea; }
.source-panel { border: 1px solid var(--line); border-radius: var(--radius-lg); background: rgba(255,255,255,.055); padding: 1rem; }
.source-panel h3 { margin-top: 0; }
.source-panel dl { display: grid; gap: .78rem; margin: 0; }
.source-panel div { display: grid; grid-template-columns: 96px 1fr; gap: .7rem; }
.source-panel dt { color: var(--muted-2); font-size: .8rem; }
.source-panel dd { margin: 0; color: var(--text); overflow-wrap: anywhere; }
.takeaway-list { display: grid; gap: .7rem; padding-left: 1.2rem; color: #cbd8eb; }
.primary-link { display: inline-flex; align-items: center; gap: .45rem; margin-top: .75rem; margin-right: .55rem; }
.primary-link.secondary { background: transparent; }
.related-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: .8rem; }
.related-grid a { border: 1px solid var(--line); background: rgba(255,255,255,.06); border-radius: var(--radius-md); padding: 1rem; font-weight: 780; line-height: 1.34; }
.related-grid a span { display: block; color: var(--accent); font-size: .75rem; margin-bottom: .5rem; }

.info-copy { max-width: 78ch; }
.info-copy p { margin: 1rem 0; }
.info-copy code { background: rgba(255,255,255,.08); border: 1px solid var(--line); border-radius: 8px; padding: .08rem .3rem; }

.site-footer {
  position: relative;
  z-index: 1;
  width: min(var(--max), calc(100% - 32px));
  margin: 2rem auto 0;
  padding: 2rem 0 3.2rem;
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  color: var(--muted);
  border-top: 1px solid var(--line);
}

.site-footer p { max-width: 84ch; margin: .35rem 0 0; font-size: .88rem; line-height: 1.55; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: .9rem; white-space: nowrap; }

@media (max-width: 1080px) {
  .top-strip { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .reader-features { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .topic-index-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .related-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 900px) {
  .site-header { position: relative; align-items: flex-start; flex-direction: column; }
  .brand { min-width: 0; }
  .top-nav { width: 100%; overflow: auto; justify-content: flex-start; }
  .hero-section { grid-template-columns: 1fr; padding-top: 22px; }
  .hero-copy, .edition-card { min-height: auto; }
  .newsletter-block, .topic-shelf, .article-brief { grid-template-columns: 1fr; }
  .topic-shelf__cards { grid-template-columns: 1fr; }
  .site-footer { flex-direction: column; }
  .footer-links { justify-content: flex-start; }
}

@media (max-width: 680px) {
  main, .site-header, .site-footer { width: min(100% - 20px, var(--max)); }
  .hero-copy { padding: 1.25rem; }
  .hero-copy h1, .page-hero h1, .article-header h1 { letter-spacing: -.025em; line-height: 1.06; }
  .hero-copy::after { display: none; }
  .hero-tools, .newsletter-form { flex-direction: column; align-items: stretch; }
  .search-box { flex-basis: auto; }
  .top-strip { grid-template-columns: 1fr; }
  .story-grid { columns: 1; }
  .story-grid.is-list { display: block; }
  .story-grid.is-list .story-card { display: inline-block; }
  .story-grid.is-list .story-card__image { aspect-ratio: 16 / 10; }
  .grid-heading { align-items: flex-start; flex-direction: column; }
  .view-tools { justify-content: flex-start; }
  .reader-features, .topic-index-grid, .related-grid { grid-template-columns: 1fr; }
  .article-meta { flex-direction: column; gap: .3rem; }
  .article-meta span:not(.source-badge) + span::before { content: ""; margin: 0; }
  .source-panel div { grid-template-columns: 1fr; gap: .1rem; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}
