:root {
  --news-ash: #07090b;
  --news-char: #111416;
  --news-panel: #171a1d;
  --news-gold: #d8b66f;
  --news-champagne: #ecdcb9;
  --news-cyan: #68c8c1;
  --news-green: #7cdea0;
  --news-red: #d85a52;
  --news-bone: #f2eee4;
  --news-muted: #c3b8a4;
  --news-text: #e0d9cc;
  --news-line: rgba(224, 211, 183, .24);
  --news-line-soft: rgba(224, 211, 183, .12);
  --news-display: "Cinzel", Georgia, serif;
  --news-body: "Cormorant Garamond", Georgia, serif;
}

html {
  min-width: 320px;
  background: var(--news-ash);
  scroll-behavior: smooth;
}

body.news-page {
  min-width: 320px;
  margin: 0;
  overflow-x: clip;
  color: var(--news-text);
  background: var(--news-ash);
  font-family: var(--news-body);
  font-size: 18px;
  line-height: 1.58;
  letter-spacing: 0;
}

.news-page *,
.news-page *::before,
.news-page *::after {
  box-sizing: border-box;
  letter-spacing: 0;
}

.news-page a:focus-visible,
.news-page button:focus-visible,
.news-page input:focus-visible {
  outline: 2px solid var(--news-cyan);
  outline-offset: 3px;
}

.news-page [hidden] {
  display: none !important;
}

.news-shell {
  width: min(1240px, calc(100% - 48px));
  margin-inline: auto;
}

.news-topbar {
  position: relative;
  z-index: 20;
  border-bottom: 1px solid var(--news-line);
  background: var(--news-ash);
}

.news-topbar__inner {
  min-height: 76px;
  display: flex;
  align-items: center;
  gap: 26px;
}

.news-topbar .na-brand {
  flex: 0 0 auto;
}

.news-topbar nav {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 4px;
  margin-left: auto;
  overflow-x: auto;
  scrollbar-width: none;
}

.news-topbar nav::-webkit-scrollbar {
  display: none;
}

.news-topbar nav a,
.news-language a {
  min-height: 42px;
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  padding: 0 11px;
  color: var(--news-text);
  font-family: var(--news-display);
  font-size: 11px;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
}

.news-topbar nav a[aria-current="page"],
.news-topbar nav a:hover,
.news-language a[aria-current="page"],
.news-language a:hover {
  color: var(--news-champagne);
  box-shadow: inset 0 -1px 0 var(--news-gold);
}

.news-language {
  display: flex;
  flex: 0 0 auto;
  border-left: 1px solid var(--news-line);
}

.news-language a {
  width: 38px;
  padding: 0;
}

.news-eyebrow,
.news-kicker,
.news-tier,
.news-meta,
.news-source-label,
.news-story-meta,
.news-section-heading__index {
  color: var(--news-muted);
  font-family: var(--news-display);
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
}

.news-lead {
  position: relative;
  min-height: 560px;
  display: grid;
  align-items: end;
  isolation: isolate;
  overflow: hidden;
  border-bottom: 1px solid var(--news-line);
  background: var(--news-char);
}

.news-lead__image,
.news-lead__veil {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.news-lead__image {
  z-index: -2;
  object-fit: cover;
  object-position: center 42%;
  animation: news-lead-arrive 1000ms ease-out both;
}

.news-lead__veil {
  z-index: -1;
  background: rgba(5, 8, 10, .69);
}

.news-lead__content {
  padding-block: 92px 54px;
}

.news-lead .news-eyebrow {
  display: inline-flex;
  margin: 0 0 42px;
  padding-left: 12px;
  border-left: 2px solid var(--news-cyan);
  color: var(--news-cyan);
}

.news-story-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  line-height: 1.4;
}

.news-story-meta--light {
  color: var(--news-champagne);
}

body.news-page.news-page .news-lead h1 {
  max-width: 18ch;
  margin: 13px 0 0;
  color: var(--news-bone);
  font-family: var(--news-display);
  font-size: 54px !important;
  font-weight: 600;
  line-height: 1.06;
  text-transform: uppercase;
}

.news-lead h1 a {
  color: inherit;
  text-decoration: none;
}

.news-lead__dek {
  max-width: 720px;
  margin: 20px 0 0;
  color: var(--news-bone);
  font-size: 22px;
  line-height: 1.45;
}

.news-lead__action,
.news-text-link,
.news-archive-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--news-champagne);
  font-family: var(--news-display);
  font-size: 11px;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
}

.news-lead__action {
  margin-top: 30px;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--news-gold);
}

.news-lead__action svg,
.news-text-link svg,
.news-archive-link svg,
.news-icon-link svg,
.news-search svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  transition: transform 180ms ease;
}

.news-lead__action:hover svg,
.news-text-link:hover svg,
.news-archive-link:hover svg,
.news-icon-link:hover svg {
  transform: translateX(4px);
}

.news-edition-bar {
  border-bottom: 1px solid var(--news-line);
  background: var(--news-panel);
}

.news-edition-bar__inner {
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.news-edition-bar p,
.news-edition-bar nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
  margin: 0;
}

.news-edition-bar strong,
.news-edition-bar a {
  color: var(--news-champagne);
  font-family: var(--news-display);
  font-size: 11px;
  text-decoration: none;
  text-transform: uppercase;
}

.news-edition-bar p span {
  color: var(--news-muted);
  font-size: 15px;
}

.news-edition-bar nav a + a {
  padding-left: 18px;
  border-left: 1px solid var(--news-line);
}

.news-index {
  padding-block: 86px 100px;
}

.news-section + .news-section {
  margin-top: 100px;
}

.news-xai-bridge {
  padding-block: 64px;
  border-top: 1px solid var(--news-line);
  border-bottom: 1px solid var(--news-line);
  background: var(--news-panel);
}

.news-xai-bridge__inner {
  display: grid;
  grid-template-columns: minmax(280px, 1.2fr) minmax(280px, 1fr) minmax(220px, .65fr);
  gap: 48px;
  align-items: end;
}

.news-xai-bridge .news-eyebrow {
  margin: 0 0 18px;
  color: var(--news-cyan);
}

body.news-page.news-page .news-xai-bridge h2 {
  max-width: 18ch;
  margin: 0;
  color: var(--news-bone);
  font-family: var(--news-display);
  font-size: 30px !important;
  font-weight: 500;
  line-height: 1.2;
  text-transform: uppercase;
}

.news-xai-bridge__inner > div:nth-child(2) > p {
  margin: 0;
  color: var(--news-muted);
  font-size: 19px;
}

.news-xai-bridge__inner > div:nth-child(2) > a {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 22px;
  padding-bottom: 7px;
  color: var(--news-champagne);
  border-bottom: 1px solid var(--news-gold);
  font-family: var(--news-display);
  font-size: 10px;
  text-decoration: none;
  text-transform: uppercase;
}

.news-xai-bridge__inner > div:nth-child(2) svg {
  width: 18px;
  height: 18px;
}

.news-xai-bridge dl {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  margin: 0;
  border: 1px solid var(--news-line);
  background: var(--news-line);
}

.news-xai-bridge dl > div {
  min-width: 0;
  display: grid;
  gap: 8px;
  padding: 20px 16px;
  background: var(--news-char);
}

.news-xai-bridge dt {
  color: var(--news-muted);
  font-family: var(--news-display);
  font-size: 9px;
  text-transform: uppercase;
}

.news-xai-bridge dd {
  margin: 0;
  color: var(--news-bone);
  font-family: var(--news-display);
  font-size: 26px;
}

.news-section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 420px);
  align-items: end;
  gap: 40px;
  margin-bottom: 34px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--news-line);
}

.news-section-heading > div {
  display: flex;
  align-items: baseline;
  gap: 18px;
}

.news-section-heading__index {
  margin: 0;
  color: var(--news-cyan);
}

body.news-page.news-page .news-section-heading h2 {
  margin: 0;
  color: var(--news-bone);
  font-family: var(--news-display);
  font-size: 34px !important;
  font-weight: 500;
  line-height: 1.1;
  text-transform: uppercase;
}

.news-section-heading > p {
  margin: 0;
  color: var(--news-muted);
  font-size: 18px;
  line-height: 1.45;
}

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

.news-feature {
  min-width: 0;
  display: grid;
  grid-template-rows: auto 1fr;
  border-bottom: 1px solid var(--news-line);
  background: var(--news-char);
}

.news-feature__image {
  aspect-ratio: 16 / 9;
  display: block;
  overflow: hidden;
  background: var(--news-panel);
}

.news-feature__image img,
.news-desk-card__image img,
.news-archive-row__image img,
.news-article-hero__image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.news-feature__image img,
.news-desk-card__image img,
.news-archive-row__image img {
  transition: transform 360ms ease, filter 360ms ease;
}

.news-feature:hover img,
.news-feature:focus-within img,
.news-desk-card:hover img,
.news-desk-card:focus-within img,
.news-archive-row:hover img,
.news-archive-row:focus-within img {
  transform: scale(1.025);
  filter: contrast(1.05);
}

.news-feature__copy {
  display: flex;
  flex-direction: column;
  padding: 26px 0 24px;
}

body.news-page.news-page .news-feature h3,
body.news-page.news-page .news-desk-card h3,
body.news-page.news-page .news-archive-row h3 {
  margin: 12px 0 0;
  color: var(--news-bone);
  font-family: var(--news-display);
  font-weight: 500;
  line-height: 1.24;
  text-transform: uppercase;
}

body.news-page.news-page .news-feature h3 {
  font-size: 26px !important;
}

.news-feature h3 a,
.news-desk-card h3 a,
.news-archive-row h3 a {
  color: inherit;
  text-decoration: none;
}

.news-feature__copy > p:last-of-type {
  margin: 16px 0 24px;
  color: var(--news-muted);
}

.news-text-link {
  align-self: flex-start;
  margin-top: auto;
}

.news-desk-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--news-line);
}

.news-desk-card {
  position: relative;
  min-width: 0;
  display: grid;
  grid-template-columns: 154px minmax(0, 1fr);
  min-height: 230px;
  border-bottom: 1px solid var(--news-line);
}

.news-desk-card:nth-child(odd) {
  padding-right: 28px;
  border-right: 1px solid var(--news-line);
}

.news-desk-card:nth-child(even) {
  padding-left: 28px;
}

.news-desk-card__image {
  height: 154px;
  margin-block: 28px;
  overflow: hidden;
  background: var(--news-panel);
}

.news-desk-card__copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
  padding: 28px 46px 28px 24px;
}

body.news-page.news-page .news-desk-card h3 {
  font-size: 19px !important;
}

.news-desk-card__copy > p:last-of-type {
  display: -webkit-box;
  overflow: hidden;
  margin: 10px 0 0;
  color: var(--news-muted);
  font-size: 16px;
  line-height: 1.4;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.news-icon-link {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--news-champagne);
  text-decoration: none;
}

.news-desk-card .news-icon-link {
  position: absolute;
  right: 8px;
  bottom: 24px;
}

.news-desk-card:nth-child(odd) .news-icon-link {
  right: 36px;
}

.news-archive-band {
  padding-block: 84px 96px;
  border-top: 1px solid rgba(104, 200, 193, .42);
  background: #0c1013;
}

.news-section-heading--archive .news-section-heading__index {
  color: var(--news-gold);
}

.news-discovery {
  display: grid;
  grid-template-columns: minmax(250px, 1fr) minmax(90px, auto);
  align-items: center;
  gap: 18px;
  margin-bottom: 28px;
}

.news-search {
  min-height: 48px;
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid var(--news-line);
  padding: 0 15px;
  color: var(--news-muted);
  background: var(--news-ash);
}

.news-search input {
  width: 100%;
  min-width: 0;
  border: 0;
  padding: 0;
  color: var(--news-bone);
  background: transparent;
  font: 16px/1.2 var(--news-display);
  text-transform: none;
}

.news-search input::placeholder {
  color: var(--news-muted);
  opacity: 1;
}

.news-search input:focus {
  outline: 0;
}

.news-discovery__status {
  min-width: 90px;
  color: var(--news-muted);
  font-family: var(--news-display);
  font-size: 10px;
  text-align: right;
  text-transform: uppercase;
}

.news-discovery.is-loading .news-discovery__status::after {
  content: "···";
  color: var(--news-cyan);
}

.news-archive-list {
  border-top: 1px solid var(--news-line);
}

.news-archive-row {
  position: relative;
  min-width: 0;
  display: grid;
  grid-template-columns: 184px minmax(0, 1fr) 48px;
  align-items: center;
  gap: 24px;
  min-height: 150px;
  border-bottom: 1px solid var(--news-line-soft);
}

.news-archive-row__image {
  aspect-ratio: 16 / 9;
  display: block;
  overflow: hidden;
  background: var(--news-panel);
}

.news-archive-row__copy {
  min-width: 0;
  padding-block: 22px;
}

body.news-page.news-page .news-archive-row h3 {
  margin-top: 8px;
  font-size: 20px !important;
}

.news-archive-row__copy > p:last-of-type {
  display: -webkit-box;
  overflow: hidden;
  margin: 8px 0 0;
  color: var(--news-muted);
  font-size: 16px;
  line-height: 1.35;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.news-archive-row > .news-icon-link {
  justify-self: end;
}

.news-archive-link {
  min-height: 52px;
  margin-top: 30px;
  border-bottom: 1px solid var(--news-line);
}

.news-archive-link b {
  min-width: 34px;
  margin-left: auto;
  color: var(--news-cyan);
  font-weight: 500;
  text-align: right;
}

.news-archive-header {
  padding-block: 82px 54px;
  border-bottom: 1px solid var(--news-line);
  background: var(--news-char);
}

.news-archive-header .news-eyebrow {
  margin: 0;
  color: var(--news-cyan);
}

body.news-page.news-page .news-archive-header h1 {
  margin: 16px 0 0;
  color: var(--news-bone);
  font-family: var(--news-display);
  font-size: 48px !important;
  font-weight: 600;
  line-height: 1.1;
  text-transform: uppercase;
}

.news-archive-header__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  margin-top: 24px;
  color: var(--news-muted);
  font-family: var(--news-display);
  font-size: 11px;
  text-transform: uppercase;
}

.news-archive-band--page {
  border-top: 0;
}

.news-pagination {
  min-height: 68px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 20px;
  margin-top: 34px;
  border-top: 1px solid var(--news-line);
  border-bottom: 1px solid var(--news-line);
}

.news-pagination > a:last-child,
.news-pagination > span:last-child {
  justify-self: end;
}

.news-pagination > a,
.news-pagination > span,
.news-pagination div a {
  min-width: 38px;
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--news-muted);
  font-family: var(--news-display);
  font-size: 10px;
  text-decoration: none;
  text-transform: uppercase;
}

.news-pagination > span {
  opacity: .42;
}

.news-pagination div {
  display: flex;
  gap: 3px;
}

.news-pagination div a[aria-current="page"] {
  color: var(--news-ash);
  background: var(--news-gold);
}

.news-button {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--news-line);
  border-radius: 0;
  padding: 0 15px;
  color: var(--news-champagne);
  background: var(--news-char);
  box-shadow: none;
  font-family: var(--news-display);
  font-size: 11px;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
}

.news-button:hover {
  border-color: var(--news-gold);
  background: var(--news-ash);
}

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

.news-article-hero__grid {
  min-height: 600px;
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr);
  align-items: stretch;
}

.news-article-hero__copy {
  align-self: center;
  padding: 70px 54px 70px 0;
}

.news-article-hero__image {
  min-width: 0;
  min-height: 520px;
  border-left: 1px solid var(--news-line);
  background: var(--news-char);
}

body.news-page.news-page .news-article-hero h1 {
  max-width: 18ch;
  margin: 12px 0 0;
  color: var(--news-champagne);
  font-family: var(--news-display);
  font-size: 50px !important;
  font-weight: 600;
  line-height: 1.04;
  text-transform: uppercase;
}

.news-article-hero__dek {
  max-width: 700px;
  margin: 20px 0 0;
  color: var(--news-bone);
  font-size: 21px;
  line-height: 1.5;
}

.news-article-main {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 310px;
  gap: 72px;
  padding-block: 72px 96px;
}

.news-article-body p {
  margin: 0 0 24px;
  color: var(--news-text);
  font-size: 21px;
  line-height: 1.7;
}

.news-article-body p:first-child::first-letter {
  float: left;
  margin: 5px 10px 0 0;
  color: var(--news-champagne);
  font-family: var(--news-display);
  font-size: 62px;
  line-height: .8;
}

.news-wire,
.news-story,
.news-methodology {
  margin-top: 48px;
  padding: 30px 0;
  border-top: 1px solid var(--news-line);
  border-bottom: 1px solid var(--news-line);
}

body.news-page.news-page .news-wire h2,
body.news-page.news-page .news-story h2,
body.news-page.news-page .news-methodology h1,
body.news-page.news-page .news-methodology h2 {
  margin: 0 0 20px;
  color: var(--news-champagne);
  font-family: var(--news-display);
  font-size: 28px !important;
  font-weight: 500;
  line-height: 1.2;
  text-transform: uppercase;
}

.news-story .news-article-body {
  margin-top: 24px;
}

.news-wire ul,
.news-source-list {
  margin: 0;
  padding-left: 22px;
}

.news-wire li,
.news-source-list li {
  margin: 0 0 16px;
}

.news-wire a,
.news-footer a,
.news-source-list a,
.news-method-links a {
  color: var(--news-champagne);
}

.news-sidebar {
  align-self: start;
  border-top: 1px solid var(--news-line);
}

.news-sidebar section {
  padding: 24px 0;
  border-bottom: 1px solid var(--news-line);
}

.news-sidebar h2 {
  margin: 0 0 14px;
  color: var(--news-champagne);
  font-family: var(--news-display);
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}

.news-sidebar p {
  margin: 0;
  font-size: 16px;
}

.news-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.news-tags span {
  border-bottom: 1px solid var(--news-line);
  color: var(--news-muted);
  font-family: var(--news-display);
  font-size: 10px;
  text-transform: uppercase;
}

.news-methodology {
  max-width: 820px;
  margin: 0 auto;
  padding-block: 80px 100px;
  border-bottom: 0;
}

body.news-page.news-page .news-methodology h1 {
  font-size: 48px !important;
}

.news-methodology section {
  margin-top: 48px;
}

.news-methodology p,
.news-methodology li {
  font-size: 19px;
}

.news-footer {
  border-top: 1px solid var(--news-line);
  background: var(--news-char);
}

.news-footer__inner {
  min-height: 130px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.news-footer p {
  margin: 0;
}

@keyframes news-lead-arrive {
  from {
    opacity: .55;
    transform: scale(1.025);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@media (max-width: 980px) {
  .news-topbar__inner {
    min-height: 126px;
    align-items: flex-start;
    flex-wrap: wrap;
    padding-top: 12px;
  }

  .news-topbar nav {
    order: 3;
    width: 100%;
    margin: 0;
  }

  .news-language {
    margin-left: auto;
  }

  .news-feature-grid,
  .news-desk-grid,
  .news-article-hero__grid,
  .news-article-main {
    grid-template-columns: 1fr;
  }

  .news-xai-bridge__inner {
    grid-template-columns: 1fr 1fr;
  }

  .news-xai-bridge dl {
    grid-column: 1 / -1;
  }

  .news-desk-card:nth-child(odd),
  .news-desk-card:nth-child(even) {
    padding-inline: 0;
    border-right: 0;
  }

  .news-desk-card:nth-child(odd) .news-icon-link,
  .news-desk-card .news-icon-link {
    right: 8px;
  }

  .news-discovery {
    grid-template-columns: 1fr;
  }

  .news-discovery__status {
    min-height: 16px;
    text-align: left;
  }

  .news-article-hero__copy {
    padding: 60px 0 42px;
  }

  .news-article-hero__image {
    min-height: 420px;
    border-top: 1px solid var(--news-line);
    border-left: 0;
  }

  .news-article-main {
    gap: 48px;
  }
}

@media (max-width: 680px) {
  .news-shell {
    width: min(100% - 28px, 1240px);
  }

  .news-topbar nav a {
    padding-inline: 9px;
  }

  .news-lead {
    min-height: 520px;
  }

  .news-lead__image {
    object-position: 58% center;
  }

  .news-lead__content {
    padding-block: 64px 38px;
  }

  .news-lead .news-eyebrow {
    margin-bottom: 34px;
  }

  body.news-page.news-page .news-lead h1,
  body.news-page.news-page .news-article-hero h1,
  body.news-page.news-page .news-methodology h1,
  body.news-page.news-page .news-archive-header h1 {
    font-size: 34px !important;
  }

  .news-lead__dek,
  .news-article-hero__dek,
  .news-article-body p {
    font-size: 18px;
  }

  .news-edition-bar__inner,
  .news-footer__inner {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    padding-block: 18px;
  }

  .news-edition-bar nav {
    width: 100%;
  }

  .news-index,
  .news-archive-band {
    padding-block: 60px 72px;
  }

  .news-xai-bridge {
    padding-block: 52px;
  }

  .news-xai-bridge__inner {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .news-xai-bridge dl {
    grid-column: auto;
  }

  .news-section + .news-section {
    margin-top: 72px;
  }

  .news-section-heading {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  body.news-page.news-page .news-section-heading h2 {
    font-size: 27px !important;
  }

  .news-feature-grid {
    gap: 40px;
  }

  .news-feature__copy {
    padding-top: 22px;
  }

  body.news-page.news-page .news-feature h3 {
    font-size: 22px !important;
  }

  .news-desk-card {
    grid-template-columns: 104px minmax(0, 1fr);
    min-height: 170px;
  }

  .news-desk-card__image {
    height: 104px;
    margin-block: 24px;
  }

  .news-desk-card__copy {
    padding: 24px 42px 24px 18px;
  }

  .news-desk-card__copy > p:last-of-type {
    -webkit-line-clamp: 1;
  }

  .news-archive-row {
    grid-template-columns: 100px minmax(0, 1fr) 32px;
    gap: 14px;
    min-height: 122px;
  }

  .news-archive-row__copy {
    padding-block: 16px;
  }

  body.news-page.news-page .news-archive-row h3 {
    font-size: 17px !important;
    line-height: 1.3;
  }

  .news-archive-row__copy > p:last-of-type {
    display: none;
  }

  .news-archive-row .news-story-meta {
    font-size: 8px;
  }

  .news-archive-header {
    padding-block: 58px 42px;
  }

  .news-pagination {
    grid-template-columns: auto 1fr auto;
    gap: 8px;
  }

  .news-pagination div {
    justify-content: center;
  }

  .news-article-hero__image {
    min-height: 300px;
  }

  .news-article-main {
    padding-block: 46px 72px;
  }
}

/* News specificity bridge v1.1: preserve editorial hierarchy over legacy rules. */
body.news-page.news-page:not(#na-reading-floor) main :is(p, li, dd, blockquote) {
  color: var(--news-text) !important;
  font-size: 22px !important;
  font-weight: 500 !important;
  line-height: 1.72 !important;
}

body.news-page.news-page:not(#na-reading-floor) :is(
  .news-topbar nav a, .news-language a, .news-lead__action,
  .news-text-link, .news-archive-link, .news-edition-bar a,
  .news-pagination, .news-button
) {
  font-size: 16px !important;
}

body.news-page.news-page:not(#na-reading-floor) main :is(
  .news-eyebrow, .news-kicker, .news-tier, .news-meta,
  .news-source-label, .news-story-meta, .news-section-heading__index,
  .news-discovery__status, .news-tags span
) {
  font-size: 15px !important;
  line-height: 1.48 !important;
}

body.news-page.news-page:not(#na-reading-floor) main :is(
  .news-lead__dek, .news-article-hero__dek
) {
  font-size: 23px !important;
  line-height: 1.6 !important;
}

body.news-page.news-page:not(#na-reading-floor) main :is(
  .news-section-heading > p,
  .news-feature__copy > p:last-of-type,
  .news-desk-card__copy > p:last-of-type,
  .news-archive-row__copy > p:last-of-type,
  .news-sidebar p
) {
  font-size: 20px !important;
  line-height: 1.68 !important;
}

body.news-page.news-page:not(#na-reading-floor) :is(.news-footer p, .news-footer a) {
  font-size: 15px !important;
  line-height: 1.58 !important;
}

@media (max-width: 680px) {
  body.news-page.news-page:not(#na-reading-floor) main :is(p, li, dd, blockquote) {
    font-size: 20px !important;
    line-height: 1.7 !important;
  }

  body.news-page.news-page:not(#na-reading-floor) main :is(
    .news-lead__dek, .news-article-hero__dek, .news-article-body p
  ) {
    font-size: 20px !important;
  }

  body.news-page.news-page:not(#na-reading-floor) main :is(
    .news-section-heading > p,
    .news-feature__copy > p:last-of-type,
    .news-desk-card__copy > p:last-of-type,
    .news-sidebar p
  ) {
    font-size: 19px !important;
  }
}

@media (max-width: 420px) {
  .news-desk-card__copy > p:last-of-type {
    display: none;
  }

  .news-archive-row {
    grid-template-columns: 88px minmax(0, 1fr) 28px;
    gap: 11px;
  }

  .news-archive-row .news-story-meta span:last-child {
    display: none;
  }
}

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

  .news-lead__image {
    animation: none;
  }

  .news-feature__image img,
  .news-desk-card__image img,
  .news-archive-row__image img,
  .news-lead__action svg,
  .news-text-link svg,
  .news-archive-link svg,
  .news-icon-link svg {
    transition: none;
  }

  .news-feature:hover img,
  .news-feature:focus-within img,
  .news-desk-card:hover img,
  .news-desk-card:focus-within img,
  .news-archive-row:hover img,
  .news-archive-row:focus-within img,
  .news-lead__action:hover svg,
  .news-text-link:hover svg,
  .news-archive-link:hover svg,
  .news-icon-link:hover svg {
    transform: none;
  }
}

/* News reading comfort authority v1.1. */
body.news-page.news-page {
  color: var(--news-text);
  font-size: 22px;
  font-weight: 500;
  line-height: 1.72;
}

body.news-page.news-page :where(
  .news-topbar nav a,
  .news-language a,
  .news-lead__action,
  .news-text-link,
  .news-archive-link,
  .news-edition-bar a,
  .news-pagination,
  .news-button
) {
  min-height: 44px;
  font-size: 16px !important;
  font-weight: 600;
  line-height: 1.3;
}

body.news-page.news-page :where(
  .news-eyebrow,
  .news-kicker,
  .news-tier,
  .news-meta,
  .news-source-label,
  .news-story-meta,
  .news-section-heading__index,
  .news-discovery__status,
  .news-tags span
) {
  font-size: 15px !important;
  font-weight: 600;
  line-height: 1.45;
}

body.news-page.news-page :where(
  .news-lead__dek,
  .news-article-hero__dek
) {
  font-size: 23px !important;
  font-weight: 500;
  line-height: 1.58;
}

body.news-page.news-page :where(
  .news-article-body p,
  .news-methodology p
) {
  font-size: 22px !important;
  font-weight: 500;
  line-height: 1.72;
}

body.news-page.news-page :where(
  .news-section-heading > p,
  .news-feature__copy > p:last-of-type,
  .news-desk-card__copy > p:last-of-type,
  .news-archive-row__copy > p:last-of-type,
  .news-sidebar p
) {
  font-size: 20px !important;
  font-weight: 500;
  line-height: 1.66;
}

body.news-page.news-page .news-sidebar h2 {
  font-size: 19px !important;
  line-height: 1.35;
}

body.news-page.news-page .news-search input {
  min-height: 48px;
  font-size: 18px;
  font-weight: 500;
}

body.news-page.news-page .news-footer p,
body.news-page.news-page .news-footer a {
  font-size: 15px !important;
  line-height: 1.55;
}

body.news-page.news-page:not(#na-reading-floor):not(#na-news-data-floor)
  .news-edition-bar__inner strong {
  font-size: 15px !important;
  line-height: 1.45 !important;
}

body.news-page.news-page :where(
  .news-status--positive,
  .is-live,
  [data-state="healthy"]
) {
  color: var(--news-green);
}

@media (max-width: 680px) {
  body.news-page.news-page {
    font-size: 20px;
    line-height: 1.7;
  }

  body.news-page.news-page :where(
    .news-topbar nav a,
    .news-language a,
    .news-lead__action,
    .news-text-link,
    .news-archive-link,
    .news-edition-bar a,
    .news-pagination,
    .news-button
  ) {
    font-size: 15px !important;
  }

  body.news-page.news-page :where(
    .news-eyebrow,
    .news-kicker,
    .news-tier,
    .news-meta,
    .news-source-label,
    .news-story-meta,
    .news-archive-row .news-story-meta,
    .news-section-heading__index,
    .news-discovery__status,
    .news-tags span
  ) {
    font-size: 15px !important;
    line-height: 1.45;
  }

  body.news-page.news-page :where(
    .news-lead__dek,
    .news-article-hero__dek,
    .news-article-body p,
    .news-methodology p
  ) {
    font-size: 20px !important;
    line-height: 1.7 !important;
  }

  body.news-page.news-page :where(
    .news-section-heading > p,
    .news-feature__copy > p:last-of-type,
    .news-desk-card__copy > p:last-of-type,
    .news-sidebar p
  ) {
    font-size: 19px !important;
  }
}
