:root {
  --paper: var(--theme-page);
  --surface: var(--theme-surface);
  --surface-warm: var(--theme-surface-raised);
  --surface-muted: var(--theme-surface-muted);
  --ink: var(--theme-text);
  --muted: var(--theme-muted);
  --muted-soft: var(--theme-muted-strong);
  --line: var(--theme-border);
  --line-strong: var(--theme-border-strong);
  --accent: var(--theme-accent);
  --accent-strong: var(--theme-accent-strong);
  --navy: var(--theme-info);
  --forest: var(--theme-success);
  --teal: var(--theme-link);
  --gold: var(--theme-warning);
  --shadow: var(--theme-shadow-sm);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  line-height: 1.45;
  overflow-x: clip;
}

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

.page-shell {
  width: min(1240px, calc(100% - 32px));
  margin: 0 auto;
  padding: 32px 0 56px;
}

.hero-section {
  display: grid;
  gap: 14px;
  border-bottom: 1px solid var(--line);
  padding: 24px 0 28px;
}

.hero-section h1 {
  max-width: 900px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 6rem;
  line-height: 0.96;
  letter-spacing: 0;
}

.hero-section p {
  max-width: 600px;
  margin: 0;
  color: var(--muted);
}

.language-grid,
.article-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.language-grid {
  margin-top: 18px;
}

.language-grid .language-card,
.article-card {
  display: grid;
  gap: 14px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 16px;
  background: var(--surface);
}

.language-grid .language-card strong,
.article-card h3 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.45rem;
  line-height: 1.08;
  letter-spacing: 0;
}

.language-grid .language-card span,
.article-card span {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 820;
  text-transform: uppercase;
}

.language-grid .language-card em {
  color: var(--accent-strong);
  font-size: 0.78rem;
  font-style: normal;
  font-weight: 820;
  text-transform: uppercase;
}

.latest-section {
  display: grid;
  gap: 14px;
  margin-top: 32px;
}

.latest-section h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.2rem;
  letter-spacing: 0;
}

.article-card a {
  display: grid;
  gap: 8px;
}

.article-card p {
  margin: 0;
  color: var(--muted);
}

@media (max-width: 820px) {
  .hero-section h1 {
    font-size: 3rem;
  }

  .language-grid,
  .article-list {
    grid-template-columns: 1fr;
  }
}

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

a:hover,
a:focus-visible {
  color: var(--accent-strong);
}

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

button,
input {
  font: inherit;
}

img {
  display: block;
  max-width: 100%;
}

.shell,
.topline {
  width: min(1240px, calc(100% - 32px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid var(--line);
  background: var(--theme-header-bg);
  backdrop-filter: blur(14px);
}

.topline {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 7px 0;
  color: var(--muted);
  font-size: 0.78rem;
}

.topline nav {
  display: flex;
  gap: 14px;
  font-weight: 760;
}

.mastnav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 14px 0;
}

.mastnav__tools {
  display: grid;
  grid-template-columns: auto minmax(280px, 420px);
  gap: 12px;
  align-items: end;
}

.mastnav__preferences {
  display: flex;
  align-items: stretch;
  gap: 8px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.brand__mark {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 2px solid var(--ink);
  background: var(--ink);
  color: var(--paper);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.55rem;
  font-weight: 800;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.15rem;
  line-height: 0.9;
}

.brand small {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 740;
  text-transform: uppercase;
}

.edition-nav,
.language-tabs {
  display: flex;
  gap: 8px;
}

.edition-nav a,
.language-tabs__link {
  display: grid;
  min-width: 52px;
  min-height: 40px;
  place-items: center;
  border: 1px solid var(--line);
  background: var(--surface);
  font-weight: 820;
}

.edition-nav a {
  min-width: 0;
  padding: 0 10px;
}

.edition-nav a[aria-current="page"],
.language-tabs__link--active {
  border-color: var(--ink);
  background: var(--ink);
  color: var(--paper);
}

.reader-theme-toggle {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  gap: 6px;
  padding: 0 10px;
  border: 1px solid var(--line);
  background: var(--surface);
  color: var(--ink);
  cursor: pointer;
  font-size: 0.82rem;
  font-weight: 820;
}

.reader-theme-toggle:hover {
  border-color: var(--line-strong);
  background: var(--surface-muted);
}

.reader-theme-toggle:focus-visible {
  outline: 3px solid var(--theme-focus);
  outline-offset: 2px;
}

.language-search {
  display: grid;
  position: relative;
  width: min(100%, 420px);
}

.language-tabs__link {
  padding: 6px 8px;
}

.language-tabs__link small {
  display: none;
}

.search-box {
  display: grid;
  gap: 5px;
}

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

.search-box input {
  width: 100%;
  min-height: 42px;
  border: 1px solid var(--line);
  background: var(--surface);
  color: var(--ink);
  padding: 0 12px;
}

.search-results {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  z-index: 40;
  display: grid;
  gap: 8px;
  width: min(560px, 92vw);
  max-height: min(360px, calc(100vh - 180px));
  overflow: auto;
  border: 1px solid var(--line);
  background: var(--paper);
  box-shadow: var(--shadow);
  padding: 8px;
}

.search-results__close {
  justify-self: end;
  border: 1px solid var(--line);
  background: var(--surface);
  color: var(--ink);
  padding: 6px 10px;
  font: inherit;
  font-size: 0.78rem;
  font-weight: 760;
  cursor: pointer;
}

.search-results__close:focus-visible,
.search-results__close:hover {
  border-color: var(--teal);
}

.search-hit {
  display: grid;
  gap: 2px;
  min-height: 74px;
  border-left: 3px solid var(--teal);
  background: var(--surface);
  padding: 8px 10px;
}

.search-hit--suggestion {
  min-height: 54px;
  border-left-color: var(--accent);
}

.search-hit__meta,
.story-meta,
.eyebrow,
.site-footer {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 760;
}

.search-hit strong {
  font-size: 0.92rem;
  line-height: 1.2;
}

.search-results__section {
  margin: 4px 2px 0;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 840;
  text-transform: uppercase;
}

.search-hit span:last-child,
.search-results__empty {
  color: var(--muted);
  font-size: 0.82rem;
}

.root-intro,
.edition,
.article,
.search-page,
.not-found {
  padding: 34px 0 58px;
}

.root-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 44px;
  align-items: end;
  min-height: 58vh;
}

.root-intro h1,
.edition-heading h1,
.page-head h1,
.article h1 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  line-height: 0.98;
  letter-spacing: 0;
}

.root-intro h1 {
  max-width: 760px;
  font-size: 5.4rem;
}

.edition-heading {
  display: grid;
  gap: 8px;
  padding-bottom: 20px;
}

.edition-heading h1 {
  font-size: 4.8rem;
}

.root-intro p:not(.eyebrow),
.edition-heading p,
.page-head p,
.article__dek {
  max-width: 680px;
  color: var(--muted);
  font-size: 1.08rem;
}

.root-gateway {
  display: grid;
  gap: 42px;
  padding: 32px 0 64px;
}

.root-hero {
  display: grid;
  grid-template-columns: minmax(0, 8fr) minmax(300px, 4fr);
  gap: 28px;
  align-items: stretch;
  border-top: 3px solid var(--ink);
  border-bottom: 1px solid var(--line);
  padding: 26px 0 22px;
}

.root-hero .eyebrow {
  grid-column: 1 / -1;
}

.root-hero h1 {
  max-width: 860px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.2rem, 6.4vw, 6.8rem);
  line-height: 0.92;
  letter-spacing: 0;
}

.root-hero__copy {
  display: grid;
  gap: 18px;
  align-content: end;
}

.root-hero__copy p {
  max-width: 430px;
  margin: 0;
  color: var(--muted);
  font-size: 1.05rem;
}

.root-language-callout {
  display: grid;
  gap: 10px;
  align-self: end;
  border-left: 1px solid var(--line);
  padding-left: 20px;
}

.root-language-callout > span {
  color: var(--accent-strong);
  font-size: 0.76rem;
  font-weight: 850;
  text-transform: uppercase;
}

.root-language-callout a {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 3px;
  border: 1px solid var(--line);
  background: var(--surface);
  padding: 12px 14px;
}

.root-language-callout a.primary-language {
  border-color: var(--ink);
  background: var(--ink);
  color: var(--paper);
}

.root-language-callout strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.45rem;
  line-height: 1;
}

.root-language-callout small {
  color: inherit;
  font-size: 0.78rem;
  font-weight: 760;
}

.language-gateway,
.root-preview,
.coverage-areas,
.root-context {
  display: grid;
  gap: 16px;
}

.language-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--ink);
  border-left: 1px solid var(--line);
}

.language-card {
  min-height: 250px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(180deg, transparent, color-mix(in srgb, var(--theme-text) 3%, transparent)),
    var(--surface);
}

.language-card a {
  display: grid;
  align-content: space-between;
  gap: 18px;
  height: 100%;
  padding: 18px;
}

.language-card span {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  background: var(--ink);
  color: var(--paper);
  font-weight: 850;
}

.language-card small,
.language-card strong {
  color: var(--accent-strong);
  font-size: 0.76rem;
  font-weight: 850;
  text-transform: uppercase;
}

.language-card h3 {
  max-width: 320px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.55rem, 2.6vw, 2.35rem);
  line-height: 1.03;
  letter-spacing: 0;
}

.root-preview-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.root-preview-item {
  min-height: 150px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--surface);
}

.root-preview-item a {
  display: grid;
  gap: 8px;
  height: 100%;
  padding: 14px;
}

.root-preview-item h3,
.coverage-grid h3,
.root-context h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.08;
}

.root-preview-item h3 {
  font-size: 1.18rem;
}

.root-preview-item time,
.root-preview-item span {
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 780;
  text-transform: uppercase;
}

.root-preview-item span {
  color: var(--accent-strong);
}

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

.coverage-grid article {
  min-height: 180px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--surface);
  padding: 16px;
}

.coverage-grid h3 {
  color: var(--navy);
  font-size: 1.32rem;
}

.coverage-grid p {
  margin: 10px 0 0;
  color: var(--muted);
}

.root-context {
  position: relative;
  grid-template-columns: minmax(0, 4fr) minmax(0, 8fr);
  gap: 22px;
  border-top: 2px solid var(--ink);
  padding-top: 18px;
}

.root-context p {
  max-width: 560px;
  color: var(--muted);
}

.root-context dl {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.root-context dl div {
  display: grid;
  gap: 4px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--surface);
  padding: 12px;
}

.root-context dt {
  color: var(--accent-strong);
  font-weight: 850;
}

.root-context dd {
  margin: 0;
  color: var(--muted);
  font-size: 0.88rem;
}

.article__dek {
  max-width: 100%;
}

.eyebrow {
  margin: 0;
  color: var(--accent);
  text-transform: uppercase;
}

.language-launcher {
  display: grid;
  border-top: 2px solid var(--ink);
}

.language-launcher a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 72px;
  border-bottom: 1px solid var(--line);
}

.language-launcher span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  background: var(--ink);
  color: var(--paper);
  font-weight: 850;
}

.not-found {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 42px;
  align-items: stretch;
  min-height: 58vh;
}

.not-found__body {
  display: grid;
  align-content: center;
  gap: 18px;
  border-top: 3px solid var(--ink);
  border-bottom: 1px solid var(--line);
  padding: 28px 0;
}

.not-found h1 {
  max-width: 780px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.2rem, 8vw, 7.4rem);
  line-height: 0.9;
  letter-spacing: 0;
}

.not-found__body p:not(.eyebrow) {
  max-width: 660px;
  margin: 0;
  color: var(--muted);
  font-size: 1.08rem;
}

.not-found__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 4px;
}

.button-link {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  border: 1px solid var(--line);
  background: var(--surface);
  padding: 9px 12px;
  font-weight: 820;
}

.button-link--primary {
  border-color: var(--ink);
  background: var(--ink);
  color: var(--paper);
}

.button-link--primary:hover,
.button-link--primary:focus-visible {
  color: var(--paper);
}

.not-found__rail {
  display: grid;
  align-content: end;
  gap: 18px;
  border-left: 1px solid var(--line);
  background: var(--surface);
  padding: 22px;
}

.not-found__rail > span {
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 840;
  text-transform: uppercase;
}

.not-found__rail strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.65rem;
  line-height: 1.05;
}

.not-found__rail nav {
  display: grid;
  border-top: 1px solid var(--line);
}

.not-found__rail a {
  display: flex;
  min-height: 54px;
  align-items: center;
  gap: 12px;
  border-bottom: 1px solid var(--line);
  font-weight: 820;
}

.not-found__rail a span {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  background: var(--ink);
  color: var(--paper);
  font-size: 0.76rem;
  font-weight: 850;
}

.home {
  display: grid;
  gap: 28px;
  padding: 24px 0 64px;
}

.home > *,
.topic-choice,
.topic-choice > *,
.home-topline > *,
.secondary-stack > *,
.latest-rail--home > *,
.section-band > *,
.section-head > *,
.briefing-list > *,
.feature-layout > *,
.feature-support > *,
.section-desk__grid > * {
  min-width: 0;
}

.home-topline {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 18px;
  align-items: start;
  border-top: 3px solid var(--ink);
  padding-top: 18px;
}

.home-topline > .empty-state {
  grid-column: span 6;
}

.lead-story--home .story-summary,
.secondary-stack h2,
.secondary-stack p,
.secondary-stack .story-meta,
.latest-rail--home .latest-item strong,
.latest-rail--home .latest-item span,
.feature-layout h3,
.feature-layout p,
.feature-layout .story-meta,
.section-desk h4,
.section-desk p {
  overflow-wrap: anywhere;
  hyphens: auto;
}

.lead-story--home {
  grid-column: span 6;
  border-bottom: 1px solid var(--line-strong);
  background: transparent;
  box-shadow: none;
}

.lead-story__link {
  display: grid;
  align-content: start;
  gap: 14px;
}

.lead-story--home .lead-story__media img {
  aspect-ratio: 16 / 10;
  border-bottom: 1px solid var(--line);
  max-height: 340px;
  object-fit: cover;
}

.lead-story--home .lead-story__body {
  align-content: start;
  gap: 12px;
  padding: 0;
}

.lead-story--home h2 {
  max-width: 760px;
  font-size: clamp(2.3rem, 4.2vw, 4.45rem);
  line-height: 0.98;
}

.story-summary {
  display: block;
  max-width: 680px;
  color: var(--muted);
  font-size: 1.06rem;
}

.secondary-stack {
  grid-column: span 3;
  display: grid;
  gap: 0;
  border-top: 1px solid var(--line);
}

.secondary-story {
  border-bottom: 1px solid var(--line);
  background: transparent;
}

.secondary-story a {
  display: grid;
  gap: 8px;
  padding: 14px 0;
}

.secondary-story img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  background: var(--surface-muted);
}

.secondary-story h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.55rem;
  line-height: 1.06;
}

.secondary-story p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.latest-rail--home {
  grid-column: span 3;
  border-top: 3px solid var(--accent);
  background: var(--surface);
}

.rail-head {
  display: grid;
  grid-template-columns: 1fr;
  align-items: start;
  gap: 6px;
  border-bottom: 1px solid var(--line);
  padding: 14px 13px;
}

.latest-rail--home .rail-head h2 {
  padding: 0;
  border: 0;
  font-size: 1.12rem;
}

.rail-head span {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 8px;
  padding-top: 0;
  text-align: left;
}

.latest-rail--home .rail-head a {
  display: inline-flex;
  min-height: auto;
  border: 0;
  padding: 0;
  color: var(--accent-strong);
  font-size: 0.76rem;
  font-weight: 850;
  text-transform: uppercase;
}

.latest-rail--home .latest-item {
  gap: 5px;
  padding: 11px 13px;
}

.latest-rail--home .latest-item strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1rem;
  line-height: 1.12;
}

.sponsor-slot {
  min-width: 0;
}

.sponsor-slot--top {
  width: min(1240px, calc(100% - 32px));
  margin: 12px auto 0;
}

.sponsor-slot--rail {
  border-top: 1px solid var(--line);
  padding: 13px;
}

.sponsor-slot--native {
  margin-top: -8px;
}

.sponsor-slot--footer {
  width: min(1240px, calc(100% - 32px));
  margin: 18px auto 0;
}

.sponsor-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 10px;
  height: 100%;
  border: 1px solid var(--line);
  border-top: 3px solid var(--accent);
  background: var(--surface);
  padding: 13px;
}

.sponsor-slot--top .sponsor-card,
.sponsor-slot--native .sponsor-card,
.sponsor-slot--footer .sponsor-card {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
}

.sponsor-card__media img {
  width: 100%;
  max-height: 110px;
  object-fit: cover;
  background: var(--surface-muted);
}

.sponsor-card__content {
  display: grid;
  gap: 5px;
  min-width: 0;
}

.sponsor-label {
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 860;
  text-transform: uppercase;
}

.sponsor-title {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.22rem;
  line-height: 1.06;
  overflow-wrap: anywhere;
}

.sponsor-body {
  color: var(--muted);
  font-size: 0.9rem;
  overflow-wrap: anywhere;
}

.sponsor-cta {
  justify-self: start;
  border: 1px solid var(--ink);
  padding: 5px 8px;
  font-size: 0.78rem;
  font-weight: 830;
  text-transform: uppercase;
  white-space: nowrap;
}

.reader-notes {
  position: relative;
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(180px, 260px) minmax(0, 1fr);
  gap: 12px;
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--line);
  background: transparent;
  padding: 13px 0;
}

.reader-notes__glossary-link,
.root-context__glossary-link {
  position: absolute;
  inset: 0;
  z-index: 1;
  cursor: pointer;
}

.reader-notes h2 {
  margin: 0;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 850;
  text-transform: uppercase;
}

.reader-notes dl {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  border-left: 1px solid var(--line);
}

.reader-notes dl div {
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr);
  gap: 9px;
  border-right: 1px solid var(--line);
  padding: 0 12px;
}

.reader-notes dt {
  color: var(--ink);
  font-weight: 850;
}

.reader-notes dd {
  margin: 0;
  color: var(--muted);
  font-size: 0.88rem;
}

.editorial-visual {
  display: grid;
  min-height: 210px;
  place-items: end start;
  overflow: hidden;
  border: 1px solid var(--line);
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--accent) 16%, transparent), transparent 42%),
    linear-gradient(90deg, color-mix(in srgb, var(--navy) 16%, transparent) 1px, transparent 1px),
    linear-gradient(0deg, color-mix(in srgb, var(--navy) 12%, transparent) 1px, transparent 1px),
    var(--surface-warm);
  background-size: auto, 26px 26px, 26px 26px, auto;
  padding: 16px;
}

.editorial-visual--lead {
  min-height: 360px;
}

.editorial-visual span {
  max-width: 220px;
  color: var(--accent-strong);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
  line-height: 1;
}

.briefing-band {
  display: grid;
  gap: 16px;
  border-top: 2px solid var(--ink);
  padding-top: 16px;
}

.section-head--editorial {
  align-items: start;
  margin-bottom: 0;
}

.section-head--editorial > p {
  max-width: 510px;
  margin: 0;
  color: var(--muted);
  font-size: 0.96rem;
}

.briefing-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.briefing-list article {
  min-height: 190px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--surface);
}

.briefing-list a {
  display: grid;
  gap: 9px;
  height: 100%;
  padding: 15px;
}

.briefing-list h3,
.feature-primary h3,
.analysis-card h3,
.section-column h4 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.08;
}

.briefing-list h3 {
  font-size: 1.28rem;
}

.editorial-feature {
  display: grid;
  gap: 16px;
}

.feature-layout {
  display: grid;
  grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
  gap: 18px;
}

.feature-primary {
  border-bottom: 1px solid var(--line-strong);
}

.feature-primary a {
  display: grid;
  gap: 11px;
}

.feature-primary img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  background: var(--surface-muted);
}

.feature-primary h3 {
  font-size: 2.05rem;
}

.feature-primary p,
.analysis-card p,
.section-column p {
  margin: 0;
  color: var(--muted);
}

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

.analysis-card {
  min-height: 178px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--surface);
}

.analysis-card a {
  display: grid;
  gap: 8px;
  height: 100%;
  padding: 14px;
}

.analysis-card h3 {
  font-size: 1.24rem;
}

.analysis-card p {
  font-size: 0.9rem;
}

.section-desk {
  display: grid;
  gap: 16px;
}

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

.guide-home-band,
.guide-index {
  display: grid;
  gap: 18px;
}

.guide-index {
  padding-top: 32px;
  padding-bottom: 48px;
}

.guide-index__heading {
  max-width: 760px;
}

.guide-index__heading h1 {
  margin: 6px 0 10px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.2rem, 5vw, 4.8rem);
  line-height: 0.98;
}

.guide-index__heading > p:last-child,
.guide-page-intro > p {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.6;
}

.guide-hub-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.guide-hub-card {
  min-height: 190px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--surface);
}

.guide-hub-card:first-child {
  grid-column: span 2;
}

.guide-hub-card a {
  display: grid;
  align-content: start;
  gap: 10px;
  height: 100%;
  padding: 18px;
  color: var(--ink);
}

.guide-hub-card a:hover {
  background: var(--paper-warm);
}

.guide-hub-card h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
  line-height: 1.1;
}

.guide-hub-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.45;
}

.guide-hub-card__count {
  margin-top: auto;
  color: var(--accent-strong);
  font-size: 0.7rem;
  font-weight: 820;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.guide-hub-card__start {
  display: grid;
  gap: 5px;
  padding-top: 10px;
  border-top: 1px solid var(--line);
}

.guide-hub-card__start span {
  color: var(--accent-strong);
  font-size: 0.68rem;
  font-weight: 820;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.guide-hub-card__start strong {
  font-size: 0.88rem;
  line-height: 1.35;
}

.guide-page-intro {
  display: grid;
  gap: 12px;
}

.guide-topic-list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.guide-topic-list a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 6px 9px;
  border: 1px solid var(--line);
  background: var(--surface);
  color: var(--accent-strong);
  font-size: 0.78rem;
  font-weight: 760;
}

.guide-topic-list a span {
  display: grid;
  min-width: 20px;
  min-height: 20px;
  place-items: center;
  background: var(--paper);
  color: var(--muted);
  font-size: 0.7rem;
}

.section-column {
  display: grid;
  align-content: start;
  gap: 12px;
  border-top: 3px solid var(--navy);
  background: var(--surface);
  padding: 13px;
}

.section-column:nth-child(even) {
  border-top-color: var(--forest);
}

.section-column__head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
}

.section-column h3 {
  margin: 0;
  font-size: 0.8rem;
  font-weight: 850;
  text-transform: uppercase;
}

.section-column__head a {
  color: var(--accent-strong);
  font-size: 0.72rem;
  font-weight: 850;
  text-transform: uppercase;
}

.section-column article a {
  display: grid;
  gap: 8px;
}

.section-column h4 {
  font-size: 1.28rem;
}

.section-column p {
  font-size: 0.9rem;
}

.section-column__latest {
  display: grid;
  gap: 0;
  border-top: 1px solid var(--line);
}

.section-column__latest a {
  border-bottom: 1px solid var(--line);
  padding: 8px 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.98rem;
  line-height: 1.12;
}

.newsletter-signup {
  display: grid;
  grid-template-columns: minmax(0, 5fr) minmax(320px, 7fr);
  gap: 18px;
  align-items: start;
  border-top: 2px solid var(--ink);
  border-bottom: 1px solid var(--line);
  background: var(--surface);
  padding: 18px;
}

.newsletter-signup--home {
  margin-top: -6px;
}

.newsletter-signup--article {
  margin-top: 34px;
}

.newsletter-signup h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.6rem, 2.4vw, 2.3rem);
  line-height: 1.05;
  letter-spacing: 0;
}

.newsletter-signup p {
  max-width: 520px;
  margin: 0;
  color: var(--muted);
}

.newsletter-signup > div {
  display: grid;
  gap: 9px;
}

.newsletter-form {
  display: grid;
  gap: 10px;
}

.newsletter-form__email {
  display: grid;
  gap: 5px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 760;
}

.newsletter-form__email input {
  width: 100%;
  min-height: 46px;
  border: 1px solid var(--line);
  background: var(--paper);
  color: var(--ink);
  padding: 0 12px;
}

.newsletter-form fieldset {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  margin: 0;
  border: 1px solid var(--line);
  padding: 10px 12px 12px;
}

.newsletter-form legend {
  padding: 0 4px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 760;
}

.newsletter-form fieldset label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 32px;
  font-size: 0.9rem;
  font-weight: 760;
}

.newsletter-form input[type="checkbox"] {
  width: 16px;
  height: 16px;
  accent-color: var(--accent);
}

.newsletter-form button {
  min-height: 46px;
  border: 1px solid var(--ink);
  background: var(--ink);
  color: var(--paper);
  padding: 0 14px;
  font-weight: 850;
  cursor: pointer;
}

.newsletter-form button:hover,
.newsletter-form button:focus-visible {
  background: var(--accent-strong);
}

.newsletter-form small {
  color: var(--muted);
  font-size: 0.78rem;
}

.newsletter-form__website {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.news-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(260px, 0.62fr) minmax(270px, 0.52fr);
  gap: 18px;
  align-items: start;
  border-top: 3px solid var(--ink);
  padding-top: 18px;
}

.topic-choice {
  display: flex;
  align-items: baseline;
  gap: 18px;
  margin: 24px 0 22px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 10px 0;
}

.topic-choice > span {
  flex: 0 0 auto;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 820;
  text-transform: uppercase;
}

.topic-choice__links {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 4px 14px;
}

.topic-choice__links a {
  display: inline-flex;
  align-items: baseline;
  gap: 5px;
  min-height: 28px;
  color: var(--ink);
  font-size: 0.98rem;
  font-weight: 820;
}

.topic-choice__links a:hover,
.topic-choice__links a:focus-visible {
  color: var(--accent-strong);
}

.topic-choice.topic-choice--home {
  margin: 0 0 18px;
  border: 0;
  padding: 0;
}

.lead-story,
.side-story,
.story-card,
.latest-rail,
.empty-state,
.search-index-list article {
  background: var(--surface);
}

.lead-story {
  display: grid;
  box-shadow: var(--shadow);
}

.lead-story__media img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background: var(--surface-muted);
}

.lead-story__body {
  display: grid;
  gap: 10px;
  padding: 16px;
}

.lead-story h2,
.side-story h2,
.story-card h2,
.latest-rail h2,
.search-index-list h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.08;
}

.lead-story h2 {
  font-size: 2.7rem;
}

.lead-story.lead-story--home h2 {
  max-width: min(100%, 760px);
  min-width: 0;
  font-size: clamp(1.3rem, 2.2vw, 3.45rem);
  line-height: 0.98;
  overflow-wrap: break-word;
  word-break: normal;
  -webkit-hyphens: auto;
  hyphens: auto;
  hyphenate-character: "-";
}

.lead-story.lead-story--home .story-summary {
  max-width: min(100%, 680px);
  min-width: 0;
  overflow-wrap: break-word;
  word-break: normal;
  -webkit-hyphens: auto;
  hyphens: auto;
  hyphenate-character: "-";
}

.lead-story p,
.side-story p,
.story-card p,
.search-index-list p {
  margin: 0;
  color: var(--muted);
}

.side-stack {
  display: grid;
  gap: 12px;
}

.empty-state {
  min-height: 260px;
  border-left: 4px solid var(--teal);
  padding: 18px;
}

.empty-state h2 {
  margin: 0 0 8px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
  line-height: 1.08;
}

.empty-state p {
  margin: 0;
  color: var(--muted);
}

.side-story {
  border-top: 4px solid var(--teal);
  padding: 14px;
}

.side-story h2 {
  margin-top: 8px;
  font-size: 1.55rem;
}

.latest-rail {
  display: grid;
  gap: 0;
  border-top: 4px solid var(--accent);
}

.latest-rail h2 {
  padding: 12px;
  font-size: 1.1rem;
  border-bottom: 1px solid var(--line);
}

.latest-rail a {
  display: grid;
  gap: 4px;
  padding: 12px;
  border-bottom: 1px solid var(--line);
}

.latest-rail span {
  color: var(--accent);
  font-size: 0.75rem;
  font-weight: 820;
  text-transform: uppercase;
}

.section-band {
  margin-top: 32px;
  border-top: 2px solid var(--ink);
  padding-top: 14px;
}

.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 14px;
}

.section-head h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
}

.section-head a {
  color: var(--accent-strong);
  font-weight: 820;
}

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

.story-card {
  border-bottom: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.story-card a {
  display: grid;
  gap: 10px;
  padding: 12px;
}

.story-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  background: var(--surface-muted);
}

.story-card h2 {
  font-size: 1.35rem;
}

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

.section-list a {
  display: flex;
  min-height: 62px;
  align-items: center;
  justify-content: space-between;
  border: 1px solid var(--line);
  background: var(--surface);
  padding: 12px;
}

.section-list span {
  font-weight: 820;
}

.article {
  max-width: 880px;
  min-width: 0;
  overflow-wrap: anywhere;
}

.article__header,
.page-head {
  display: grid;
  gap: 12px;
  max-width: 100%;
  min-width: 0;
  margin-bottom: 22px;
}

.article h1,
.page-head h1 {
  font-size: 3rem;
  max-width: 100%;
  min-width: 0;
  overflow-wrap: anywhere;
  hyphens: auto;
}

.article__dek {
  max-width: 100%;
  min-width: 0;
  overflow-wrap: anywhere;
  hyphens: auto;
}

.story-meta {
  max-width: 100%;
  min-width: 0;
  overflow-wrap: anywhere;
}

.tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.tag-row a,
.tag-row span {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  border: 1px solid var(--line);
  background: var(--surface);
  color: var(--accent-strong);
  padding: 3px 9px;
  font-size: 0.8rem;
  font-weight: 780;
}

.article-share {
  display: flex;
  min-height: 34px;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 24px;
}

.article-share [hidden] {
  display: none;
}

.article-share__label {
  margin-right: 2px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 820;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.article-share a,
.article-share button {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--surface);
  color: var(--ink);
  padding: 4px 10px;
  cursor: pointer;
  font-size: 0.78rem;
  font-weight: 780;
}

.article-share a:hover,
.article-share button:hover {
  border-color: var(--accent);
  color: var(--accent-strong);
}

.article-share__status {
  min-width: 1px;
  color: var(--accent-strong);
  font-size: 0.78rem;
  font-weight: 780;
}

.article__image {
  margin: 0 0 30px;
}

.article__image img {
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
}

.article__image figcaption {
  display: grid;
  gap: 4px;
  padding: 10px 12px 12px;
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.article__image-credit {
  font-size: 0.78rem;
}

.article__image-credit a {
  color: inherit;
}

.article__content {
  display: grid;
  gap: 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.2rem;
}

.article__content p {
  margin: 0;
}

.article__content .article-update {
  display: grid;
  gap: 18px;
}

.article__content .article-update h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.2rem;
  line-height: 1.55;
}

.article__sources {
  display: grid;
  gap: 10px;
  margin-top: 28px;
}

.article__source-note {
  margin: 0;
  max-width: 72ch;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.5;
}

.article__content a,
.entity-link {
  color: var(--accent);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.article__footer {
  display: grid;
  gap: 10px;
  margin-top: 34px;
  border-top: 2px solid var(--ink);
  padding-top: 16px;
}

.article__context {
  display: grid;
  gap: 12px;
  margin-top: 32px;
  border-left: 4px solid var(--teal);
  background: var(--surface);
  padding: 16px 18px;
}

.article__context-heading {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: baseline;
  justify-content: space-between;
}

.article__context-heading h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.45rem;
}

.article__context-heading a {
  color: var(--accent-strong);
  font-size: 0.78rem;
  font-weight: 850;
  text-transform: uppercase;
}

.article__context-body {
  display: grid;
  gap: 12px;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.55;
}

.article__context-body p {
  margin: 0;
}

.page-head__action a {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  border: 1px solid var(--line);
  background: var(--paper);
  padding: 6px 10px;
  font-size: 0.82rem;
  font-weight: 820;
}

.page-head__action {
  margin: 0;
}

.article__related,
.article__story-links {
  display: grid;
  gap: 12px;
  margin-top: 34px;
  border-top: 2px solid var(--ink);
  padding-top: 16px;
}

.article__related h2,
.article__story-links h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.55rem;
}

.related-list {
  display: grid;
  gap: 10px;
}

.related-list a {
  display: grid;
  gap: 5px;
  border-left: 3px solid var(--teal);
  background: var(--surface);
  padding: 12px;
}

.related-list--story a {
  border-left-color: var(--accent);
}

.related-list span {
  color: var(--accent);
  font-size: 0.75rem;
  font-weight: 820;
  text-transform: uppercase;
}

.related-list strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.2rem;
  line-height: 1.12;
}

.related-list p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.entity-page {
  display: grid;
  gap: 22px;
}

.entity-index {
  display: grid;
  gap: 18px;
}

.entity-filter {
  display: grid;
  gap: 6px;
  max-width: 520px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 760;
}

.entity-filter input {
  min-height: 42px;
  border: 1px solid var(--line);
  background: var(--surface);
  color: var(--ink);
  padding: 0 12px;
}

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

.entity-index__grid article a {
  display: grid;
  gap: 8px;
  height: 100%;
  border-left: 4px solid var(--teal);
  background: var(--surface);
  padding: 14px;
}

.entity-index__grid span,
.entity-index__grid small {
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 820;
  text-transform: uppercase;
}

.entity-index__grid strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.28rem;
  line-height: 1.12;
}

.entity-index__grid p {
  margin: 0;
  color: var(--muted);
}

.entity-timeline {
  display: grid;
  gap: 12px;
}

.entity-timeline article a {
  display: grid;
  gap: 7px;
  border-left: 4px solid var(--teal);
  background: var(--surface);
  padding: 14px;
}

.entity-timeline span {
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 820;
  text-transform: uppercase;
}

.entity-timeline strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
  line-height: 1.12;
}

.entity-timeline p {
  margin: 0;
  color: var(--muted);
}

.search-filter-panel {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 12px;
  align-items: end;
  border: 1px solid var(--line);
  border-top: 3px solid var(--ink);
  background: var(--surface);
  padding: 14px;
}

.search-filter-panel label {
  display: grid;
  gap: 5px;
  grid-column: span 2;
  min-width: 0;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 760;
}

.search-filter-panel label:first-child {
  grid-column: span 4;
}

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

.search-filter-panel input:focus,
.search-filter-panel select:focus {
  border-color: var(--accent);
  outline: 0;
}

.search-filter-actions {
  display: flex;
  grid-column: 1 / -1;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.search-filter-panel .button-link {
  justify-content: center;
  min-height: 48px;
  white-space: nowrap;
  cursor: pointer;
}

.mobile-article-nav {
  display: none;
}

.article__sources h2,
.article__footer h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.4rem;
}

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

.legal-page {
  display: grid;
  max-width: 880px;
  gap: 22px;
  padding: 34px 0 58px;
}

.legal-page__updated {
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 760;
}

.legal-page__content {
  display: grid;
  gap: 20px;
}

.legal-section {
  display: grid;
  gap: 10px;
  border-top: 1px solid var(--line);
  padding-top: 16px;
}

.legal-section h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.6rem;
  line-height: 1.1;
}

.legal-section p,
.legal-section ul {
  margin: 0;
  color: var(--muted);
}

.legal-section ul {
  display: grid;
  gap: 8px;
  padding-left: 20px;
}

.advertise-page {
  max-width: 1040px;
}

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

.advertise-panel {
  background: var(--surface);
  padding: 16px;
}

.advertise-contact {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  border-top: 2px solid var(--ink);
  border-bottom: 1px solid var(--line);
  background: var(--surface);
  padding: 18px;
}

.advertise-contact h2,
.advertise-contact p {
  margin: 0;
}

.advertise-contact h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
  line-height: 1.05;
}

.advertise-contact p:not(.eyebrow) {
  color: var(--muted);
}

.advertise-contact a {
  border: 1px solid var(--ink);
  padding: 10px 12px;
  font-weight: 850;
}

.source-list {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.source-list a {
  display: grid;
  gap: 3px;
  border-left: 3px solid var(--teal);
  background: var(--surface);
  padding: 10px 12px;
  font-weight: 780;
}

.source-list small {
  overflow-wrap: anywhere;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 520;
}

.search-page {
  display: grid;
  max-width: 1152px;
  gap: 18px;
}

.search-results-meta {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 8px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 760;
  padding: 10px 0;
}

.search-results-meta strong {
  color: var(--ink);
  font-size: 1rem;
}

.search-index-list {
  display: grid;
  gap: 12px;
}

.search-index-list article a {
  display: grid;
  gap: 8px;
  border-left: 4px solid var(--teal);
  padding: 14px;
}

.search-index-list article.archive-card--visual a {
  grid-template-columns: 176px minmax(0, 1fr);
  gap: 14px;
}

.archive-card__thumbnail {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  align-self: start;
  object-fit: cover;
  background: var(--surface-muted);
}

.archive-card__body {
  display: grid;
  align-content: start;
  gap: 8px;
  min-width: 0;
}

.search-index-list h2 {
  font-size: 1.6rem;
}

.search-empty {
  margin-top: 12px;
}

.search-suggestion-groups {
  margin: 18px 0 0;
  border-top: 1px solid var(--line);
  padding-top: 16px;
}

.search-suggestion-groups h2 {
  margin: 0 0 10px;
  font-size: 0.9rem;
  text-transform: uppercase;
  color: var(--muted);
}

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

.search-suggestion-grid h3 {
  margin: 0 0 8px;
  font-size: 0.84rem;
  text-transform: uppercase;
  color: var(--muted);
}

.facet-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 18px 0 0;
}

.facet-grid h2 {
  margin: 0 0 8px;
  font-size: 0.84rem;
  text-transform: uppercase;
  color: var(--muted);
}

.facet-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.facet-list a {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  gap: 8px;
  border: 1px solid var(--line);
  background: var(--surface);
  padding: 4px 9px;
  color: var(--accent-strong);
  font-size: 0.82rem;
  font-weight: 780;
}

.facet-list span {
  color: var(--muted);
  font-size: 0.72rem;
}

.pager {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 22px;
  flex-wrap: wrap;
}

.pager__pages {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  flex-wrap: wrap;
}

.pager a,
.pager span,
.pager button {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  border: 1px solid var(--line);
  background: var(--surface);
  padding: 8px 12px;
  font-weight: 820;
}

.pager button {
  color: inherit;
  cursor: pointer;
}

.pager a[aria-current="page"] {
  border-color: var(--teal);
  background: var(--teal);
  color: var(--theme-on-accent);
}

.source-profile dl {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 4px 0 0;
}

.source-profile dl div {
  border: 1px solid var(--line);
  background: var(--surface);
  padding: 10px;
}

.source-profile dt {
  color: var(--muted);
  font-size: 0.74rem;
  font-weight: 780;
  text-transform: uppercase;
}

.source-profile dd {
  margin: 4px 0 0;
  font-weight: 850;
}

.briefing-archive,
.briefing-detail {
  display: grid;
  max-width: 980px;
  gap: 22px;
}

.briefing-archive__list {
  display: grid;
  gap: 12px;
}

.briefing-archive__list article a {
  display: grid;
  gap: 8px;
  border-left: 4px solid var(--accent);
  background: var(--surface);
  padding: 16px;
}

.briefing-archive__list span,
.briefing-archive__list small {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 820;
  text-transform: uppercase;
}

.briefing-archive__list h2,
.briefing-detail__section h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.08;
}

.briefing-archive__list h2 {
  font-size: 1.7rem;
}

.briefing-archive__list p {
  margin: 0;
  color: var(--muted);
}

.briefing-detail__body {
  display: grid;
  gap: 20px;
}

.briefing-detail__intro,
.briefing-detail__closing {
  max-width: 760px;
  margin: 0;
  font-size: 1.08rem;
  line-height: 1.65;
}

.briefing-detail__section {
  display: grid;
  gap: 10px;
  border-top: 1px solid var(--line);
  padding-top: 16px;
}

.briefing-detail__section h2 {
  font-size: 1.6rem;
}

.briefing-detail__section p {
  max-width: 760px;
  margin: 0;
  color: var(--ink);
  line-height: 1.6;
}

.briefing-detail__section ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.briefing-detail__section li {
  display: grid;
  gap: 3px;
  border-left: 3px solid var(--teal);
  background: var(--surface);
  padding: 10px 12px;
}

.briefing-detail__section li a {
  font-weight: 820;
}

.briefing-detail__section li span {
  color: var(--muted);
  font-size: 0.82rem;
}

.site-footer {
  border-top: 1px solid var(--line);
  margin-top: 30px;
  padding: 24px 0;
}

.site-footer__inner {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  font-weight: 780;
}

.site-footer p {
  margin: 0;
}

.site-footer span {
  display: block;
  max-width: 420px;
  margin-top: 4px;
  color: var(--muted);
  font-weight: 520;
}

@media (max-width: 980px) {
  .news-grid,
  .newsletter-signup,
  .root-intro,
  .root-hero,
  .root-context,
  .feature-layout,
  .not-found {
    grid-template-columns: 1fr;
  }

  .story-grid,
  .section-list,
  .facet-grid,
  .language-card-grid,
  .root-preview-list,
  .coverage-grid,
  .entity-index__grid,
  .briefing-list,
  .section-desk__grid,
  .guide-hub-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .search-filter-panel label,
  .search-filter-panel label:first-child {
    grid-column: span 1;
  }

  .home-topline {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .lead-story--home {
    grid-column: span 6;
  }

  .reader-notes {
    grid-column: span 6;
    grid-template-columns: 1fr;
  }

  .reader-notes dl {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-left: 0;
  }

  .reader-notes dl div {
    border-top: 1px solid var(--line);
    border-right: 0;
    padding: 9px 0;
  }

  .secondary-stack,
  .latest-rail--home {
    grid-column: span 3;
  }

  .root-intro h1,
  .root-hero h1,
  .edition-heading h1 {
    font-size: 4rem;
  }

  .article h1,
  .page-head h1 {
    font-size: 3.4rem;
  }

  .topic-choice {
    display: grid;
    gap: 8px;
  }

  .not-found__rail {
    border-left: 0;
    border-top: 1px solid var(--line);
  }
}

@media (max-width: 680px) {
  .site-header {
    position: static;
    backdrop-filter: none;
  }

  .shell,
  .topline {
    width: min(100% - 24px, 1240px);
  }

  .topline,
  .mastnav,
  .mastnav__tools,
  .site-footer__inner {
    display: grid;
  }

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

  .edition-nav {
    flex: 1;
    justify-content: stretch;
  }

  .edition-nav a {
    flex: 1;
  }

  .story-grid,
  .section-list,
  .facet-grid,
  .language-card-grid,
  .root-preview-list,
  .coverage-grid,
  .entity-index__grid,
  .root-context dl,
  .search-suggestion-grid,
  .source-profile dl,
  .home-topline,
  .briefing-list,
  .feature-support,
  .section-desk__grid,
  .guide-hub-grid {
    grid-template-columns: 1fr;
  }

  .guide-hub-card:first-child {
    grid-column: auto;
  }

  .search-filter-panel {
    grid-template-columns: 1fr;
  }

  .search-filter-panel label,
  .search-filter-panel label:first-child,
  .search-filter-actions {
    grid-column: 1;
  }

  .search-filter-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .article {
    padding-bottom: 96px;
  }

  .home {
    gap: 26px;
    padding-top: 24px;
  }

  .lead-story--home,
  .secondary-stack,
  .latest-rail--home,
  .reader-notes {
    grid-column: auto;
  }

  .lead-story--home h2,
  .weekly-briefing h2 {
    font-size: 2rem;
  }

  .sponsor-slot--top,
  .sponsor-slot--footer {
    width: min(100% - 24px, 1240px);
  }

  .sponsor-slot--top .sponsor-card,
  .sponsor-slot--native .sponsor-card,
  .sponsor-slot--footer .sponsor-card,
  .advertise-page__grid,
  .advertise-contact {
    grid-template-columns: 1fr;
  }

  .advertise-contact a {
    justify-self: start;
    overflow-wrap: anywhere;
  }

  .editorial-visual--lead {
    min-height: 250px;
  }

  .reader-notes dl {
    grid-template-columns: 1fr;
  }

  .section-head--editorial {
    display: grid;
  }

  .language-search {
    width: 100%;
  }

  .topic-choice__links {
    gap: 2px 12px;
  }

  .search-index-list article.archive-card--visual a {
    grid-template-columns: 112px minmax(0, 1fr);
    gap: 10px;
  }

  .search-index-list article.archive-card--visual h2 {
    font-size: 1.2rem;
  }

  .search-index-list article.archive-card--visual p,
  .search-index-list article.archive-card--visual .tag-row {
    display: none;
  }

  .root-intro {
    min-height: auto;
  }

  .root-gateway {
    gap: 30px;
    padding-top: 22px;
  }

  .root-hero {
    grid-template-columns: 1fr;
    gap: 16px;
    padding-top: 20px;
  }

  .root-language-callout {
    border-left: 0;
    border-top: 1px solid var(--line);
    padding: 16px 0 0;
  }

  .language-card {
    min-height: 210px;
  }

  .root-context {
    grid-template-columns: 1fr;
  }

  .not-found {
    min-height: auto;
  }

  .root-intro h1,
  .root-hero h1,
  .edition-heading h1,
  .article h1,
  .page-head h1 {
    font-size: 2.65rem;
    line-height: 1.03;
  }

  .lead-story h2 {
    font-size: 2rem;
  }

  .mobile-article-nav {
    position: fixed;
    right: 12px;
    bottom: 12px;
    left: 12px;
    z-index: 30;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1px;
    border: 1px solid var(--line-strong);
    background: var(--line-strong);
    box-shadow: var(--theme-shadow-lg);
  }

  .mobile-article-nav a {
    display: grid;
    min-height: 48px;
    place-items: center;
    background: var(--surface);
    color: var(--ink);
    font-size: 0.82rem;
    font-weight: 820;
  }
}

@media (max-width: 360px) {
  .edition-nav {
    min-width: 0;
  }

  .edition-nav a {
    min-width: 0;
    padding-inline: 4px;
    font-size: 0.78rem;
  }

  .reader-theme-toggle {
    width: 40px;
    flex: 0 0 40px;
    justify-content: center;
    padding: 0;
  }

  .reader-theme-toggle [data-reader-theme-label] {
    display: none;
  }
}
