:root {
  --red: #c9151b;
  --red-dark: #8d0e13;
  --ink: #141414;
  --muted: #666a70;
  --line: #dedede;
  --paper: #ffffff;
  --soft: #f5f5f2;
  --navy: #172133;
  --gold: #b27a12;
  --blue: #1d66b2;
  --green: #167a4b;
  --teal: #0a7773;
  --purple: #7043a5;
  --pink: #c13d6f;
  --shadow: 0 14px 30px rgba(20, 20, 20, 0.08);
  font-family: Arial, "Helvetica Neue", sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--soft);
  color: var(--ink);
  font-size: 16px;
  line-height: 1.5;
  overflow-x: hidden;
}

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

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100;
  transform: translateY(-140%);
  border-radius: 6px;
  padding: 10px 12px;
  background: var(--navy);
  color: #fff;
  font-weight: 900;
  transition: transform 160ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.live-update-banner {
  position: fixed;
  top: 12px;
  left: 50%;
  z-index: 90;
  transform: translate(-50%, -140%);
  border: none;
  border-radius: 999px;
  padding: 10px 20px;
  background: var(--navy);
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  box-shadow: var(--shadow);
  cursor: pointer;
  transition: transform 200ms ease;
}

.live-update-banner.visible {
  transform: translate(-50%, 0);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

main:focus {
  outline: none;
}

[hidden] {
  display: none !important;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

button,
input {
  font: inherit;
}

.container {
  width: calc(100% - 32px);
  max-width: 1180px;
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: var(--paper);
  box-shadow: 0 1px 0 var(--line);
}

.utility-bar {
  background: var(--navy);
  color: #fff;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0;
}

.utility-inner,
.utility-left,
.utility-links,
.masthead-inner,
.nav-scroll,
.breaking-inner,
.meta-row,
.section-heading,
.panel-heading,
.search-field {
  display: flex;
  align-items: center;
}

.utility-inner {
  justify-content: space-between;
  min-height: 34px;
  gap: 18px;
}

.utility-left,
.utility-links {
  gap: 14px;
}

.utility-links a {
  opacity: 0.82;
}

.utility-links a:hover {
  opacity: 1;
}

.live-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ffcb45;
  box-shadow: 0 0 0 3px rgba(255, 203, 69, 0.18);
}

.date {
  color: #ced6e1;
}

.masthead {
  background: linear-gradient(90deg, var(--red-dark), var(--red));
  color: #fff;
}

.masthead-inner {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) 44px;
  min-height: 96px;
  gap: 20px;
  min-width: 0;
}

.masthead-inner .brand {
  grid-column: 2;
  justify-self: center;
}

.masthead-inner .search-toggle {
  grid-column: 3;
  justify-self: end;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.brand-mark {
  display: grid;
  place-items: center;
  flex: 0 0 58px;
  width: 58px;
  height: 58px;
  background: #fff;
  color: var(--red);
  border: 3px solid rgba(255, 255, 255, 0.42);
  border-radius: 6px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
  font-weight: 800;
}

.brand-copy {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.brand-copy strong {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 3rem;
  line-height: 0.95;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.brand-copy small {
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.82);
}

.icon-button {
  display: inline-grid;
  place-items: center;
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  cursor: pointer;
}

.icon-button:hover,
.icon-button:focus-visible {
  background: rgba(255, 255, 255, 0.18);
  outline: none;
}

.icon-button svg,
.search-field svg {
  width: 21px;
  height: 21px;
}

.category-nav {
  background: #fff;
  border-bottom: 1px solid var(--line);
}

.nav-scroll {
  min-height: 46px;
  gap: 22px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  overflow-x: auto;
  scrollbar-width: thin;
  white-space: nowrap;
}

.nav-scroll li {
  flex: 0 0 auto;
}

.nav-scroll a {
  position: relative;
  padding: 14px 0 12px;
  font-size: 0.88rem;
  font-weight: 800;
  text-transform: uppercase;
}

.nav-scroll a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 3px;
  background: transparent;
}

.nav-scroll a:hover::after,
.nav-scroll a.active::after {
  background: var(--red);
}

.search-panel {
  display: none;
  background: #fff;
  border-bottom: 1px solid var(--line);
}

.search-panel.open {
  display: block;
}

.search-inner {
  padding: 18px 0;
}

.search-inner label {
  display: block;
  margin-bottom: 8px;
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 800;
  text-transform: uppercase;
}

.search-field {
  min-height: 48px;
  gap: 10px;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--soft);
}

.search-field input {
  flex: 1;
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
}

.search-field button {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 0;
  background: transparent;
  color: var(--muted);
  cursor: pointer;
}

.breaking {
  background: #fff;
  border-bottom: 1px solid var(--line);
}

.breaking-inner {
  min-height: 52px;
  gap: 14px;
  overflow: hidden;
}

.ticker {
  display: flex;
  gap: 36px;
  min-width: max-content;
  max-width: 100%;
  color: var(--navy);
  font-size: 0.92rem;
  font-weight: 700;
  animation: ticker 90s linear infinite;
}

.ticker:hover,
.ticker:focus-within {
  animation-play-state: paused;
}

.ticker a,
.ticker span {
  flex: 0 0 auto;
}

.ticker a {
  color: inherit;
  white-space: nowrap;
}

@keyframes ticker {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.lead-layout {
  display: grid;
  grid-template-columns: minmax(0, 2.2fr) minmax(300px, 0.82fr);
  align-items: start;
  gap: 22px;
  padding: 28px 0 30px;
}

.story-card,
.latest-panel,
.opinion-card {
  min-width: 0;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.clickable-story {
  cursor: pointer;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.clickable-story:hover,
.clickable-story:focus-visible {
  border-color: rgba(201, 21, 27, 0.45);
  box-shadow: 0 16px 34px rgba(20, 20, 20, 0.12);
  transform: translateY(-1px);
  outline: none;
}

.story-card img {
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.story-link-block {
  display: block;
  height: 100%;
  color: inherit;
}

.hero-story {
  --hero-media-height: 450px;
  --hero-copy-height: 220px;
  min-height: 0;
  background: #fff;
  position: relative;
}

.hero-story .story-link-block {
  display: grid;
  grid-template-rows: var(--hero-media-height) var(--hero-copy-height);
}

.hero-media {
  height: var(--hero-media-height);
  margin: 0;
  overflow: hidden;
  background: #111827;
}

.hero-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-media.media-fallback {
  background:
    linear-gradient(135deg, rgba(201, 21, 27, 0.88), rgba(18, 30, 48, 0.92)),
    repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.14) 0 2px, transparent 2px 16px);
}

.hero-carousel-frame {
  position: relative;
}

.hero-carousel-control {
  position: absolute;
  top: calc(var(--hero-media-height) / 2);
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: 50%;
  background: rgba(15, 23, 42, 0.66);
  color: #fff;
  cursor: pointer;
  transform: translateY(-50%);
  transition: background 160ms ease, transform 160ms ease;
}

.hero-carousel-control:hover,
.hero-carousel-control:focus-visible {
  background: rgba(201, 21, 27, 0.88);
  transform: translateY(-50%) scale(1.04);
  outline: none;
}

.hero-carousel-control.previous {
  left: 14px;
}

.hero-carousel-control.next {
  right: 14px;
}

.hero-carousel-control svg {
  width: 24px;
  height: 24px;
}

.hero-carousel-dots {
  position: absolute;
  top: calc(var(--hero-media-height) - 22px);
  left: 50%;
  z-index: 2;
  display: inline-flex;
  gap: 6px;
  transform: translateX(-50%);
}

.hero-carousel-dots span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.6);
}

.hero-carousel-dots .active {
  width: 18px;
  border-radius: 999px;
  background: #fff;
}

.story-body {
  min-width: 0;
  padding: 16px;
}

.hero-story .story-body {
  margin: 0 auto;
  max-width: none;
  min-height: var(--hero-copy-height);
  overflow: hidden;
  padding: 18px 22px 20px;
  text-align: left;
  width: 100%;
}

.hero-story .meta-row {
  justify-content: flex-start;
}

.hero-story h1 {
  display: -webkit-box;
  margin-bottom: 8px;
  max-width: none;
  overflow: hidden;
  font-size: 2.75rem;
  line-height: 1.06;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.hero-story p {
  display: -webkit-box;
  max-width: none;
  overflow: hidden;
  font-size: 0.95rem;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.meta-row {
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 10px;
  color: var(--muted);
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
}

.section-tag {
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  padding: 2px 7px;
  border-radius: 4px;
  color: #fff;
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.section-tag.red {
  background: var(--red);
}

.section-tag.blue {
  background: var(--blue);
}

.section-tag.gold {
  background: var(--gold);
}

.section-tag.dark {
  background: var(--navy);
}

.section-tag.green {
  background: var(--green);
}

.section-tag.purple {
  background: var(--purple);
}

.section-tag.teal {
  background: var(--teal);
}

.section-tag.pink {
  background: var(--pink);
}

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

h1,
h2,
h3 {
  line-height: 1.12;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}

h1 {
  margin-bottom: 12px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 3.35rem;
}

.story-card h2,
.story-card h3,
.list-story h3,
.headline-row h3,
.feature-strip h3,
.business-grid h3 {
  margin-bottom: 0;
}

.story-body p,
.list-story p,
.feature-strip p {
  margin-bottom: 0;
  color: var(--muted);
  overflow-wrap: anywhere;
}

.latest-panel,
.opinion-card {
  padding: 16px;
}

.panel-heading {
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 12px;
  border-bottom: 3px solid var(--ink);
}

.panel-heading span {
  color: var(--red);
  font-size: 0.75rem;
  font-weight: 900;
  text-transform: uppercase;
}

.panel-heading h2 {
  margin: 0;
  font-size: 1rem;
  text-transform: uppercase;
}

.latest-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.latest-list li {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 10px;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
}

.latest-list li:last-child {
  border-bottom: 0;
}

.latest-list time {
  color: var(--red);
  font-size: 0.78rem;
  font-weight: 900;
}

.latest-list a {
  display: -webkit-box;
  overflow: hidden;
  font-weight: 800;
  line-height: 1.25;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.public-story-card {
  min-width: 0;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: var(--shadow);
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.public-story-card:hover,
.public-story-card:focus-within {
  border-color: rgba(201, 21, 27, 0.45);
  box-shadow: 0 16px 34px rgba(20, 20, 20, 0.12);
  transform: translateY(-1px);
}

.public-story-link {
  display: grid;
  height: 100%;
  color: inherit;
}

.public-story-link:focus-visible {
  outline: 3px solid var(--blue);
  outline-offset: 3px;
}

.story-media {
  min-height: 0;
  margin: 0;
  overflow: hidden;
  background: #172133;
  aspect-ratio: 16 / 9;
}

.story-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.story-media.media-fallback,
.hero-media.media-fallback {
  background:
    linear-gradient(135deg, rgba(201, 21, 27, 0.9), rgba(23, 33, 51, 0.95)),
    repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.12) 0 2px, transparent 2px 18px);
}

.public-story-copy {
  min-width: 0;
  padding: 14px;
}

.public-story-copy h2,
.public-story-copy h3 {
  margin: 0 0 8px;
  font-family: Arial, "Helvetica Neue", sans-serif;
  font-weight: 900;
}

.public-story-copy p {
  display: -webkit-box;
  margin: 0;
  overflow: hidden;
  color: var(--muted);
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.public-story-card--section-lead .story-media {
  aspect-ratio: 16 / 9;
}

.public-story-card--section-lead .public-story-copy h3 {
  font-size: 1.45rem;
}

.public-story-card--compact {
  box-shadow: none;
}

.public-story-card--compact .public-story-link {
  padding: 12px;
}

.public-story-card--compact .public-story-copy {
  padding: 0;
}

.public-story-card--compact .public-story-copy h3 {
  font-size: 1.02rem;
  line-height: 1.2;
}

.public-story-card--compact .public-story-copy p {
  display: none;
}

.section-zone {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
  gap: 16px;
}

.section-zone-list {
  display: grid;
  gap: 12px;
  align-content: start;
}

.section-page {
  padding: 30px 0 46px;
}

.section-page-header {
  max-width: 820px;
  margin-bottom: 22px;
}

.section-page-header h1 {
  margin: 10px 0 8px;
  font-size: 3rem;
  text-transform: uppercase;
}

.section-page-header p {
  margin: 0;
  color: var(--muted);
  font-size: 1.05rem;
}

.section-lead {
  margin-bottom: 24px;
}

.public-story-card--section-hero .public-story-link {
  grid-template-columns: minmax(0, 1.22fr) minmax(320px, 0.78fr);
}

.public-story-card--section-hero .story-media {
  aspect-ratio: auto;
  min-height: 330px;
}

.public-story-card--section-hero .public-story-copy {
  display: grid;
  align-content: center;
  padding: 22px;
}

.public-story-card--section-hero h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.15rem;
  line-height: 1.08;
}

.section-story-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.public-story-card--grid .public-story-copy h3 {
  font-size: 1.12rem;
}

.section-more {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}

.section-more button {
  min-height: 42px;
  border: 0;
  border-radius: 6px;
  padding: 0 18px;
  background: var(--navy);
  color: #fff;
  font-weight: 900;
  cursor: pointer;
}

.section-more button:hover,
.section-more button:focus-visible {
  background: var(--red);
  outline: none;
}

.published-story {
  min-height: 180px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.published-story:hover,
.published-story:focus-within {
  border-color: rgba(201, 21, 27, 0.45);
  box-shadow: 0 16px 34px rgba(20, 20, 20, 0.12);
  transform: translateY(-1px);
}

.published-story-link {
  display: grid;
  height: 100%;
  padding: 16px;
  color: inherit;
}

.published-story-link:focus-visible {
  outline: 3px solid var(--blue);
  outline-offset: 3px;
}

.published-story h3 {
  margin: 12px 0 10px;
  font-size: 1.15rem;
}

.published-story p {
  margin: 0;
  color: var(--muted);
}

.published-story small {
  display: block;
  margin-top: 12px;
  color: var(--muted);
  font-weight: 800;
}

.content-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 28px;
  padding-bottom: 36px;
}

.section-block {
  margin-bottom: 34px;
}

.section-heading {
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
  border-top: 4px solid var(--ink);
  padding-top: 12px;
}

.section-heading h2 {
  margin: 0;
  font-size: 1.9rem;
  text-transform: uppercase;
}

.section-heading a {
  color: var(--red);
  font-size: 0.8rem;
  font-weight: 900;
  text-transform: uppercase;
}

.news-list {
  display: grid;
  gap: 14px;
}

.list-story {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 16px;
  padding: 12px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.list-story.no-media {
  grid-template-columns: minmax(0, 1fr);
}

.list-story img {
  height: 130px;
  object-fit: cover;
  border-radius: 6px;
}

.list-story h3 {
  font-size: 1.25rem;
}

.magazine-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.magazine img {
  aspect-ratio: 4 / 3;
}

.homepage-empty {
  color: var(--muted);
}

.author-row {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 12px;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
}

.author-row:last-child {
  border-bottom: 0;
}

.author-row img {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  object-fit: cover;
}

.author-row strong {
  display: block;
  color: var(--muted);
  font-size: 0.75rem;
  text-transform: uppercase;
}

.author-row a {
  display: block;
  margin-top: 3px;
  font-weight: 900;
  line-height: 1.22;
}

.wide-band {
  margin: 12px 0 38px;
  padding: 34px 0;
  background: var(--navy);
  color: #fff;
}

.economy-layout {
  display: grid;
  gap: 18px;
}

.section-heading.inverted {
  margin: 0;
  border-top-color: rgba(255, 255, 255, 0.55);
}

.section-heading.inverted a {
  color: #ffcb45;
}

.business-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.business-grid article {
  min-height: 170px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
}

.business-grid h3 {
  margin-top: 18px;
  font-size: 1.15rem;
}

.lower-sections {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 28px;
  padding-bottom: 42px;
}

.headline-row {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 14px;
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
}

.headline-row span {
  color: var(--red);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.45rem;
  font-weight: 900;
}

.headline-row h3 {
  font-size: 1.15rem;
}

.feature-strip {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 16px;
  padding: 12px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.feature-strip img {
  height: 160px;
  object-fit: cover;
  border-radius: 6px;
}

.site-footer {
  background: #101010;
  color: #fff;
  padding: 34px 0;
}

.article-page {
  padding: 32px 0 56px;
}

.article-shell {
  max-width: 860px;
}

.preview-banner {
  margin-bottom: 18px;
  border: 1px solid rgba(178, 122, 18, 0.35);
  border-radius: 8px;
  padding: 10px 12px;
  background: #fff7e1;
  color: #7a4b00;
  font-size: 0.86rem;
  font-weight: 900;
}

.article-hero {
  padding-bottom: 22px;
  border-bottom: 1px solid var(--line);
}

.back-link {
  display: inline-flex;
  margin-bottom: 18px;
  color: var(--red);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.article-standfirst {
  max-width: 760px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 1.12rem;
}

.article-image {
  display: block;
  width: 100%;
  margin: 24px 0;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center;
  border-radius: 8px;
}

.article-figure {
  margin: 24px 0;
}

.article-figure .article-image,
.article-figure .article-video,
.article-figure .article-video-link {
  margin: 0;
}

.article-figure figcaption {
  display: grid;
  gap: 4px;
  padding-top: 8px;
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.35;
}

.article-figure figcaption small {
  color: #6b7280;
  font-weight: 800;
}

.article-video {
  display: block;
  width: 100%;
  margin: 24px 0;
  aspect-ratio: 16 / 9;
  border: 0;
  border-radius: 8px;
  background: #111827;
}

.article-video-link {
  margin: 24px 0;
}

.article-body {
  display: grid;
  gap: 16px;
  max-width: 760px;
  font-size: 1.05rem;
}

.article-body .article-image,
.article-body .article-figure,
.article-body .article-video,
.article-body .article-video-link {
  width: 100%;
  margin: 8px 0;
}

.article-body p {
  margin: 0;
}

.article-body h2,
.article-body h3,
.article-body blockquote,
.article-body ul,
.article-body ol {
  margin: 0;
}

.article-body h2 {
  font-family: var(--serif);
  font-size: 1.65rem;
  line-height: 1.18;
}

.article-body h3 {
  font-family: var(--serif);
  font-size: 1.32rem;
  line-height: 1.22;
}

.article-body ul,
.article-body ol {
  display: grid;
  gap: 8px;
  padding-left: 24px;
}

.article-body blockquote {
  border-left: 4px solid var(--red);
  padding-left: 16px;
  color: var(--ink-soft);
  font-style: italic;
}

.article-body .text-small {
  font-size: 0.88em;
}

.article-body .text-large {
  font-size: 1.18em;
}

.article-footer {
  display: grid;
  gap: 16px;
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
}

.source-button {
  display: inline-flex;
  justify-self: start;
  min-height: 42px;
  align-items: center;
  border-radius: 6px;
  padding: 0 14px;
  background: var(--red);
  color: #fff;
  font-weight: 900;
}

.article-sources {
  margin: 0;
  padding-left: 20px;
  color: var(--muted);
}

.article-sources a {
  color: var(--red);
  font-weight: 800;
}

.article-empty {
  padding: 42px 0;
}

.article-byline {
  margin-bottom: 12px;
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 800;
}

.article-byline a {
  color: var(--red);
}

.topic-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.topic-links a,
.topic-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 34px;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0 12px;
  background: #fff;
  color: var(--navy);
  font-size: 0.82rem;
  font-weight: 900;
}

.topic-links a:hover,
.topic-links a:focus-visible,
.topic-pill:hover,
.topic-pill:focus-visible {
  border-color: rgba(201, 21, 27, 0.45);
  color: var(--red);
  outline: none;
}

.topic-pill small {
  color: var(--muted);
  font-size: 0.75rem;
}

.related-section {
  margin-top: 42px;
  padding-top: 26px;
  border-top: 1px solid var(--line);
}

.related-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.related-card {
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
}

.related-card a {
  display: grid;
  gap: 10px;
  height: 100%;
  padding: 12px;
}

.related-card img {
  aspect-ratio: 16 / 10;
  border-radius: 6px;
  object-fit: cover;
}

.related-card h3 {
  margin: 0;
  font-size: 1rem;
}

.related-card p {
  display: -webkit-box;
  margin: 0;
  overflow: hidden;
  color: var(--muted);
  font-size: 0.9rem;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.audience-page {
  padding: 32px 0 56px;
}

.audience-shell {
  display: grid;
  gap: 22px;
}

.audience-header {
  display: grid;
  gap: 10px;
  max-width: 780px;
}

.audience-header h1 {
  margin: 0;
}

.audience-header p {
  margin: 0;
  color: var(--muted);
  font-size: 1.05rem;
}

.audience-search {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(180px, 240px) auto;
  gap: 12px;
  align-items: end;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 14px;
  background: #fff;
}

.audience-search label {
  display: grid;
  gap: 7px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.audience-search input,
.audience-search select,
.audience-search button {
  min-height: 44px;
  border-radius: 6px;
}

.audience-search input,
.audience-search select {
  width: 100%;
  min-width: 0;
  border: 1px solid var(--line);
  padding: 0 12px;
  background: var(--soft);
  color: var(--ink);
}

.audience-search button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 0;
  padding: 0 16px;
  background: var(--red);
  color: #fff;
  font-weight: 900;
  cursor: pointer;
}

.audience-search button svg {
  width: 18px;
  height: 18px;
}

.topic-strip,
.topic-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.topic-grid {
  align-items: flex-start;
}

.audience-result-heading {
  margin-top: 6px;
}

.audience-result-heading span {
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 900;
}

.audience-results {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.audience-results .public-story-card {
  min-height: 100%;
}

.audience-results .public-story-link {
  height: auto;
}

.audience-card-topics {
  margin: 0;
  padding: 0 14px 14px;
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 430px);
  gap: 28px;
  align-items: start;
}

.footer-brand .brand-mark {
  width: 48px;
  height: 48px;
  flex-basis: 48px;
  font-size: 1.5rem;
}

.footer-brand .brand-copy strong {
  font-size: 1.5rem;
}

.site-footer p,
.newsletter-form small {
  color: rgba(255, 255, 255, 0.7);
}

.newsletter-form label {
  display: block;
  margin-bottom: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.newsletter-form div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 116px;
  gap: 8px;
}

.newsletter-form input,
.newsletter-form button {
  min-height: 46px;
  border-radius: 6px;
}

.newsletter-form input {
  min-width: 0;
  border: 1px solid rgba(255, 255, 255, 0.22);
  padding: 0 12px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.newsletter-form button {
  border: 0;
  background: var(--red);
  color: #fff;
  font-weight: 900;
  cursor: pointer;
}

.newsletter-form small {
  display: block;
  margin-top: 8px;
}

@media (max-width: 980px) {
  .lead-layout,
  .content-layout,
  .section-zone,
  .public-story-card--section-hero .public-story-link,
  .lower-sections,
  .audience-results,
  .related-grid {
    grid-template-columns: 1fr;
  }

  .audience-results {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .brand-copy strong {
    font-size: 2.45rem;
  }

  h1 {
    font-size: 2.25rem;
  }

  .business-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .section-story-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .latest-panel {
    order: 3;
  }

  .hero-story {
    --hero-media-height: 330px;
    --hero-copy-height: 190px;
    min-height: auto;
  }

  .hero-story .story-link-block {
    grid-template-rows: var(--hero-media-height) var(--hero-copy-height);
  }

  .hero-story h1 {
    font-size: 2rem;
  }

  .hero-media,
  .hero-media img {
    height: var(--hero-media-height);
  }
}

@media (max-width: 720px) {
  .container {
    width: calc(100% - 24px);
  }

  .utility-inner {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    padding: 8px 0;
  }

  .utility-links {
    display: none;
  }

  .masthead-inner {
    min-height: 82px;
    gap: 12px;
  }

  .brand-mark {
    width: 46px;
    height: 46px;
    flex-basis: 46px;
    font-size: 1.55rem;
  }

  .brand-copy strong {
    font-size: 1.85rem;
  }

  .brand-copy small {
    display: none;
  }

  .nav-scroll {
    display: flex;
    gap: 0;
    overflow-x: auto;
  }

  .nav-scroll a {
    padding: 14px 12px 12px 0;
  }

  .breaking-inner {
    align-items: flex-start;
    flex-direction: column;
    padding: 12px 0;
  }

  .ticker {
    animation-duration: 75s;
  }

  h1 {
    font-size: 1.42rem;
  }

  .section-heading h2 {
    font-size: 1.45rem;
  }

  .lead-layout {
    gap: 16px;
    padding-top: 18px;
  }

  .business-grid,
  .magazine-grid,
  .section-story-grid,
  .footer-grid,
  .audience-search,
  .audience-results,
  .related-grid {
    grid-template-columns: 1fr;
  }

  .section-page {
    padding-top: 22px;
  }

  .section-page-header h1 {
    font-size: 2rem;
  }

  .public-story-card--section-hero .story-media {
    min-height: 220px;
  }

  .public-story-card--section-hero h2 {
    font-size: 1.45rem;
  }

  .list-story,
  .feature-strip {
    grid-template-columns: 1fr;
  }

  .list-story img,
  .feature-strip img {
    height: auto;
    aspect-ratio: 16 / 9;
  }

  .newsletter-form div {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  html,
  body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }

  .container {
    width: calc(100% - 72px);
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
  }

  .container *,
  .site-header *,
  .site-footer * {
    min-width: 0;
    max-width: 100%;
  }

  .masthead-inner {
    justify-content: stretch;
  }

  .icon-button {
    width: 40px;
    height: 40px;
    flex-basis: 40px;
  }

  .search-toggle {
    display: none;
  }

  .hero-story {
    --hero-media-height: 220px;
    --hero-copy-height: 140px;
    min-height: auto;
  }

  .hero-story .story-link-block {
    grid-template-rows: var(--hero-media-height) var(--hero-copy-height);
  }

  .hero-media,
  .hero-media img {
    height: var(--hero-media-height);
  }

  .hero-story .story-body {
    max-width: none;
    padding: 14px;
    text-align: left;
  }

  .hero-story h1 {
    font-size: 1.05rem;
    line-height: 1.12;
  }

  .hero-story p {
    font-size: 0.84rem;
    -webkit-line-clamp: 1;
  }

  .hero-story .meta-row {
    justify-content: flex-start;
  }

  .brand {
    gap: 9px;
    flex: 1 1 auto;
  }

  .story-body,
  .hero-story .story-body,
  .latest-panel,
  .opinion-card {
    padding: 14px;
  }

  .brand-copy strong {
    font-size: 1.18rem;
  }

  h1 {
    font-size: 1.08rem;
  }

  .story-card,
  .latest-panel,
  .opinion-card,
  .published-story,
  .list-story,
  .feature-strip {
    width: 100%;
    max-width: 100%;
  }

  .ticker {
    width: 100%;
    min-width: 0;
    display: grid;
    gap: 10px;
    animation: none;
  }

  .ticker span {
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  .ticker span:nth-child(n + 3) {
    display: none;
  }

  .latest-list li {
    grid-template-columns: 46px minmax(0, 1fr);
  }
}
