/* KatangaVox 3.0: bright civic editorial refresh */

:root,
[data-theme="light"] {
  --font-display: "Zodiak", Georgia, serif;
  --font-body: "Satoshi", "Helvetica Neue", sans-serif;
  --color-bg: #ffffff;
  --color-surface: #ffffff;
  --color-surface-2: #f5f7f5;
  --color-surface-offset: #edf1ee;
  --color-border: #d5ddd7;
  --color-divider: #e2e7e3;
  --color-text: #1c211d;
  --color-text-muted: #596159;
  --color-text-faint: #7b8179;
  --color-text-inverse: #fffdf8;
  --color-primary: #b91f36;
  --color-primary-hover: #94172a;
  --color-primary-active: #71101f;
  --color-primary-highlight: #f4d8dc;
  --color-green: #166341;
  --color-navy: #263b56;
  --color-gold: #c68818;
  --space-7: 1.75rem;
  --radius-sm: 0.35rem;
  --radius-md: 0.7rem;
  --radius-lg: 1.1rem;
  --shadow-sm: 0 1px 2px rgba(51, 42, 28, 0.07);
  --shadow-md: 0 10px 28px rgba(51, 42, 28, 0.09);
  --shadow-lg: 0 24px 60px rgba(51, 42, 28, 0.13);
}

[data-theme="dark"] {
  --color-bg: #202923;
  --color-surface: #29342d;
  --color-surface-2: #344239;
  --color-surface-offset: #3c4a41;
  --color-border: #6f7b72;
  --color-divider: #4f5c53;
  --color-text: #f5f0e7;
  --color-text-muted: #c6cec7;
  --color-text-faint: #9ca79f;
  --color-text-inverse: #202923;
  --color-primary: #f05a6d;
  --color-primary-hover: #ff7889;
  --color-primary-active: #d33f53;
  --color-primary-highlight: #59303a;
  --color-green: #75bd91;
  --color-navy: #a9bdd8;
  --color-gold: #efc46d;
}

body {
  background-color: var(--color-bg);
  background-image: none;
  line-height: 1.65;
}

[data-theme="dark"] body {
  background-color: var(--color-bg);
  background-image: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  letter-spacing: -0.025em;
}

.site-header {
  background: color-mix(in srgb, var(--color-bg) 92%, transparent);
  border-bottom: 1px solid color-mix(in srgb, var(--color-text) 14%, transparent);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.site-header.scrolled {
  box-shadow: var(--shadow-sm);
}

.header-inner {
  padding-block: var(--space-2);
}

.logo-img {
  height: 50px;
}

.mobile-logo {
  width: auto;
  height: 40px;
}

[data-theme="dark"] .logo-img {
  filter: brightness(1.18) saturate(1.05);
}

.nav-links {
  gap: var(--space-6);
}

.nav-links a {
  font-family: var(--font-body);
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: none;
  color: var(--color-text-muted);
}

.nav-links a::after {
  bottom: -0.4rem;
  height: 2px;
  border-radius: var(--radius-full);
}

.lang-toggle,
.theme-toggle,
.nav-toggle,
.mobile-nav-close {
  border: 1px solid color-mix(in srgb, var(--color-text) 18%, transparent);
  border-radius: var(--radius-full);
}

.ticker-bar,
[data-theme="dark"] .ticker-bar {
  background: var(--color-green);
  color: #fffdf8;
  border: 0;
}

.ticker-label {
  background: #f5e8ce;
  color: #203127;
  padding: var(--space-3) var(--space-5);
  letter-spacing: 0.09em;
}

.ticker-track {
  padding-block: var(--space-3);
}

.movement-masthead {
  position: relative;
  display: flex;
  overflow: hidden;
  min-height: clamp(580px, 78vh, 860px);
  align-items: flex-end;
  isolation: isolate;
  background: #17251d;
}

.movement-masthead-bg {
  position: absolute;
  z-index: -2;
  inset: 0;
}

.movement-masthead-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 52%;
}

.movement-masthead::after {
  position: absolute;
  z-index: -1;
  content: "";
  inset: 0;
  background:
    linear-gradient(90deg, rgba(10, 20, 14, 0.88) 0%, rgba(10, 20, 14, 0.58) 48%, rgba(10, 20, 14, 0.12) 78%),
    linear-gradient(0deg, rgba(9, 16, 12, 0.72) 0%, transparent 52%);
}

.movement-masthead-content {
  width: 100%;
  padding-block: clamp(var(--space-16), 9vw, var(--space-24));
  color: #fff;
}

.movement-masthead-kicker {
  display: inline-block;
  margin-bottom: var(--space-5);
  padding-bottom: var(--space-2);
  border-bottom: 2px solid #fff;
  font-size: var(--text-xs);
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.movement-masthead-title {
  max-width: 8ch;
  color: #fff;
  font-size: clamp(5rem, 12vw, 10.5rem);
  line-height: 0.78;
  letter-spacing: -0.065em;
}

.movement-masthead-title em {
  color: #fff;
  font-style: normal;
}

.movement-masthead-deck {
  max-width: 48ch;
  margin-top: var(--space-8);
  color: rgba(255, 255, 255, 0.88);
  font-size: var(--text-lg);
  font-weight: 600;
  line-height: 1.45;
}

.hero {
  border-bottom: 0;
  background: var(--color-surface);
}

.hero--editorial {
  display: block;
  min-height: 0;
  padding-block: clamp(var(--space-12), 7vw, var(--space-24));
}

.editorial-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(400px, 1.06fr);
  gap: clamp(var(--space-8), 5vw, var(--space-16));
  align-items: center;
}

.editorial-hero-copy h2 {
  max-width: 11ch;
  margin: var(--space-5) 0;
  color: var(--color-text);
  font-size: clamp(3.5rem, 5.4vw, 6.4rem);
  line-height: 0.9;
  letter-spacing: -0.06em;
}

.ticker-scroll-area {
  -webkit-mask-image: linear-gradient(to right, #000 0%, #000 96%, transparent 100%);
  mask-image: linear-gradient(to right, #000 0%, #000 96%, transparent 100%);
}

.editorial-hero-copy > p:not(.hero-eyebrow) {
  max-width: 54ch;
  color: var(--color-text-muted);
  font-size: var(--text-lg);
  line-height: 1.5;
}

.editorial-hero-copy .btn {
  margin-top: var(--space-2);
}

.editorial-hero-visual {
  position: relative;
  overflow: hidden;
  margin: 0;
  aspect-ratio: 760 / 428;
  border-radius: var(--radius-lg);
  background: var(--color-surface-offset);
  box-shadow: var(--shadow-lg);
}

.editorial-hero-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.editorial-hero-visual figcaption {
  position: absolute;
  right: var(--space-4);
  bottom: var(--space-4);
  padding: var(--space-2) var(--space-3);
  color: #fff;
  background: rgba(18, 37, 27, 0.78);
  border-radius: var(--radius-sm);
  font-size: var(--text-xs);
  backdrop-filter: blur(8px);
}

.hero-bg {
  left: 47%;
}

.hero-bg img {
  filter: saturate(0.88) contrast(0.96) brightness(1.08);
  object-position: 54% 38%;
}

.hero-bg::after {
  background:
    linear-gradient(90deg, var(--color-surface) 0%, var(--color-surface) 6%, rgba(255, 253, 248, 0.98) 22%, rgba(255, 253, 248, 0.72) 48%, rgba(255, 253, 248, 0.08) 76%),
    linear-gradient(0deg, rgba(28, 33, 29, 0.12), transparent 45%);
}

[data-theme="dark"] .hero-bg::after {
  background:
    linear-gradient(90deg, var(--color-surface) 0%, var(--color-surface) 8%, rgba(41, 52, 45, 0.96) 24%, rgba(41, 52, 45, 0.68) 52%, rgba(41, 52, 45, 0.08) 78%),
    linear-gradient(0deg, rgba(20, 28, 23, 0.18), transparent 45%);
}

.hero::after {
  display: none;
}

.hero-content {
  padding-block: clamp(var(--space-16), 10vw, var(--space-24));
}

.hero-content .container {
  position: relative;
}

.hero-eyebrow {
  color: var(--color-green);
  background: transparent;
  border-bottom: 1px solid currentColor;
  padding: 0 0 var(--space-2);
  margin-bottom: var(--space-6);
  letter-spacing: 0.08em;
}

.hero-title {
  color: var(--color-text);
  font-size: clamp(4rem, 8vw, 8.5rem);
  line-height: 0.86;
  letter-spacing: -0.065em;
  text-transform: none;
  text-shadow: none;
  max-width: 7ch;
}

.hero-title em {
  color: var(--color-primary);
  -webkit-text-stroke: 0;
  text-shadow: none;
}

.hero-desc {
  color: var(--color-text-muted);
  border-left: 0;
  padding-left: 0;
  font-size: var(--text-base);
  font-weight: 500;
  line-height: 1.65;
  max-width: 51ch;
}

.btn {
  border-width: 1px;
  border-radius: var(--radius-full);
  padding: var(--space-3) var(--space-6);
  font-family: var(--font-body);
  font-weight: 700;
  letter-spacing: 0.01em;
  text-transform: none;
}

.btn-primary {
  background: var(--color-primary);
  border-color: var(--color-primary);
  color: #fff;
}

.btn-primary:hover,
.btn-white:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
}

.btn-outline {
  background: color-mix(in srgb, var(--color-surface) 86%, transparent);
  color: var(--color-text);
  border-color: color-mix(in srgb, var(--color-text) 25%, transparent);
}

.btn-outline:hover {
  background: var(--color-green);
  border-color: var(--color-green);
  color: #fff;
}

.lead-publication {
  padding-block: clamp(var(--space-12), 7vw, var(--space-24));
  background: var(--color-bg);
}

.lead-publication-card {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.75fr);
  overflow: hidden;
  background: var(--color-surface);
  border: 1px solid color-mix(in srgb, var(--color-text) 12%, transparent);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
}

.lead-publication-copy {
  padding: clamp(var(--space-8), 6vw, var(--space-16));
  align-self: center;
}

.lead-publication-copy h2 {
  max-width: 12ch;
  margin: var(--space-5) 0;
  color: var(--color-text);
  font-size: clamp(2.6rem, 5vw, 5.4rem);
  line-height: 0.98;
}

.lead-publication-copy > p {
  color: var(--color-text-muted);
  font-size: var(--text-lg);
  line-height: 1.5;
}

.lead-publication-meta {
  display: flex;
  gap: var(--space-4);
  margin: var(--space-6) 0 var(--space-5);
  color: var(--color-text-faint);
  font-size: var(--text-xs);
  font-weight: 700;
}

.text-link {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  color: var(--color-primary);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 0.3em;
}

.lead-publication-visual {
  position: relative;
  min-height: 460px;
  overflow: hidden;
}

.lead-publication-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.82) contrast(0.98);
}

.lead-publication-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(145deg, rgba(22, 99, 65, 0.14), rgba(185, 31, 54, 0.18));
}

.lead-publication-visual span {
  position: absolute;
  z-index: 2;
  right: var(--space-6);
  bottom: var(--space-6);
  color: #fff;
  font-family: var(--font-display);
  font-size: clamp(2.5rem, 5vw, 5.4rem);
  font-weight: 700;
  line-height: 0.78;
  text-align: right;
  text-shadow: 0 4px 24px rgba(0, 0, 0, 0.35);
}

.section {
  padding-block: clamp(var(--space-16), 8vw, var(--space-24));
}

.section-eyebrow {
  color: var(--color-green);
  letter-spacing: 0.08em;
}

.section-eyebrow::before {
  width: 28px;
  height: 2px;
  background: var(--color-green);
}

.section-title {
  max-width: 16ch;
  color: var(--color-text);
  font-size: clamp(2.5rem, 4.6vw, 4.8rem);
  line-height: 1;
  letter-spacing: -0.045em;
  text-transform: none;
}

.section-subtitle {
  border-top: 0;
  padding-top: 0;
  color: var(--color-text-muted);
  font-size: var(--text-base);
  font-weight: 500;
  line-height: 1.65;
}

.topics-section {
  background: var(--color-surface);
  border-block: 1px solid color-mix(in srgb, var(--color-text) 10%, transparent);
}

.topics-section::before {
  color: var(--color-green);
  opacity: 0.08;
}

.topics-grid {
  gap: var(--space-4);
  border: 0;
}

.topic-card {
  min-height: 220px;
  padding: var(--space-5);
  background: var(--color-bg);
  border: 1px solid color-mix(in srgb, var(--color-text) 12%, transparent);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
}

.topic-card::before {
  color: var(--color-primary);
}

.topic-card::after {
  content: "DOSSIER";
  color: var(--color-text-faint);
}

.topic-card:hover,
.topic-card:focus-visible {
  color: #fff;
  background: var(--color-green);
  border-color: transparent;
  transform: translateY(-3px);
  box-shadow: var(--shadow-lg);
}

.topic-name {
  font-family: var(--font-body);
  text-transform: none;
}

.topic-icon {
  color: var(--color-green);
}

.featured-grid {
  gap: var(--space-5);
  border: 0;
}

.article-card,
.article-card:nth-child(2),
.article-card:not(:last-child) {
  overflow: hidden;
  background: var(--color-surface);
  border: 1px solid color-mix(in srgb, var(--color-text) 12%, transparent);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
}

.article-card:hover {
  border-color: color-mix(in srgb, var(--color-green) 42%, transparent);
  box-shadow: var(--shadow-md);
  transform: translateY(-3px);
}

.featured-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: auto;
}

.featured-grid .article-card:first-child {
  grid-column: auto;
}

.article-card--visual {
  min-height: 100%;
}

.article-card--visual .article-body {
  min-height: 330px;
  padding: var(--space-8);
}

.article-card-image {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: var(--color-surface-2);
  border-bottom: 1px solid color-mix(in srgb, var(--color-text) 10%, transparent);
}

.article-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 420ms cubic-bezier(0.16, 1, 0.3, 1), filter 240ms ease;
}

.article-card--visual:nth-child(2) .article-card-image img {
  object-position: center;
}

.article-card--visual:nth-child(3) .article-card-image img {
  object-position: center 20%;
  filter: grayscale(0.38) contrast(1.03);
}

.article-card--visual:hover .article-card-image img,
.article-card--visual:focus-visible .article-card-image img {
  transform: scale(1.035);
}

.article-topic-label {
  display: inline-block;
  margin-bottom: var(--space-5);
  color: var(--color-green);
  font-size: var(--text-xs);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.article-img img {
  filter: saturate(0.82) contrast(0.98);
}

.article-topic-tag {
  top: var(--space-4);
  left: var(--space-4);
  border-radius: var(--radius-full);
  background: var(--color-green);
  letter-spacing: 0.05em;
}

.article-title {
  text-transform: none;
  line-height: 1.08;
  letter-spacing: -0.025em;
}

.heritage-strip {
  background: #edf3ed;
  color: #1c2a22;
}

[data-theme="dark"] .heritage-strip {
  background: #18231c;
  color: #f5f0e7;
}

.heritage-inner {
  grid-template-columns: minmax(210px, 0.58fr) minmax(220px, 0.46fr) minmax(420px, 1.15fr);
}

.heritage-date-block {
  border-right: 1px solid rgba(28, 42, 34, 0.2);
}

.heritage-date,
.heritage-title,
.heritage-generation strong,
.legacy-portrait figcaption,
.legacy-portrait figcaption a,
.legacy-quote p,
.legacy-principles span,
.legacy-record summary,
.legacy-record a {
  color: currentColor;
}

.heritage-years,
.heritage-generation span,
.legacy-kicker {
  color: var(--color-primary);
}

.heritage-generation {
  border-top-color: rgba(28, 42, 34, 0.18);
}

.heritage-generation small,
.legacy-quote cite {
  color: color-mix(in srgb, currentColor 62%, transparent);
}

.legacy-portrait {
  border: 0;
  border-radius: var(--radius-md);
  background: #d6d8d3;
  box-shadow: var(--shadow-md);
}

.legacy-portrait figcaption,
.legacy-portrait figcaption a {
  color: #fff;
}

.legacy-portrait img {
  filter: grayscale(0.7) contrast(1.04);
}

.legacy-essay .heritage-body {
  color: color-mix(in srgb, currentColor 76%, transparent);
}

.legacy-forward {
  border-left-color: var(--color-green);
  color: currentColor !important;
}

.legacy-quote {
  border: 0;
  border-radius: var(--radius-md);
  border-left: 4px solid var(--color-primary);
  background: color-mix(in srgb, var(--color-surface) 80%, transparent);
}

.legacy-quote p {
  text-transform: none;
}

.legacy-principles {
  border: 1px solid rgba(28, 42, 34, 0.18);
  border-radius: var(--radius-md);
  overflow: hidden;
}

.legacy-principles span {
  border-right-color: rgba(28, 42, 34, 0.18);
}

.legacy-record {
  border-color: rgba(28, 42, 34, 0.18);
  color: color-mix(in srgb, currentColor 76%, transparent);
}

.mission-strip {
  background: var(--color-green);
  border-block: 0;
}

.mission-strip::before {
  color: rgba(255, 255, 255, 0.08);
}

.mission-inner--text {
  grid-template-columns: minmax(0, 820px);
}

.mission-title {
  font-size: clamp(2.8rem, 5vw, 5rem);
  text-transform: none;
  line-height: 0.98;
}

.mission-body {
  border-left: 0;
  padding-left: 0;
}

.mission-image {
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  filter: saturate(0.78) contrast(0.98);
}

.btn-white {
  background: #fff;
  border-color: #fff;
  color: var(--color-green);
}

.pillars-grid {
  gap: var(--space-5);
  border: 0;
}

.pillar-card {
  min-height: 320px;
  padding: var(--space-8);
  background: var(--color-surface);
  border: 1px solid color-mix(in srgb, var(--color-text) 12%, transparent);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
}

.pillar-card:last-child {
  border: 1px solid color-mix(in srgb, var(--color-text) 12%, transparent);
}

.pillar-card:hover {
  background: var(--color-green);
  box-shadow: var(--shadow-md);
  transform: translateY(-3px);
}

.pillar-number {
  color: var(--color-primary);
  opacity: 0.2;
}

.pillar-title {
  font-family: var(--font-display);
  text-transform: none;
}

.editorial-programme {
  background: #efe7d8;
}

[data-theme="dark"] .editorial-programme {
  background: var(--color-surface);
}

.programme-header {
  display: flex;
  justify-content: space-between;
  gap: var(--space-8);
  align-items: end;
  margin-bottom: var(--space-10);
}

.programme-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-5);
}

.programme-item {
  min-height: 260px;
  padding: var(--space-7, 1.75rem);
  background: var(--color-surface);
  border: 1px solid color-mix(in srgb, var(--color-text) 10%, transparent);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
}

.programme-item > span {
  color: var(--color-primary);
  font-weight: 700;
}

.programme-item h3 {
  margin: var(--space-12) 0 var(--space-4);
  font-size: var(--text-xl);
  line-height: 1.05;
}

.programme-item p {
  color: var(--color-text-muted);
}

.follow-panel {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: var(--space-8);
  margin-top: var(--space-10);
  padding: var(--space-8);
  background: var(--color-green);
  color: #fff;
  border-radius: var(--radius-lg);
}

.follow-panel .section-eyebrow,
.follow-panel h3 {
  color: #fff;
}

.follow-panel .section-eyebrow::before {
  background: #fff;
}

.follow-panel h3 {
  margin-top: var(--space-3);
  font-size: var(--text-xl);
}

.follow-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: var(--space-3);
}

.follow-links a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: var(--space-2) var(--space-4);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: var(--radius-full);
  font-weight: 700;
}

.follow-links a:hover {
  background: #fff;
  color: var(--color-green);
}

.site-footer {
  background: #183326;
  color: #f6f1e7;
}

.site-footer .footer-col-title,
.site-footer .footer-links a {
  color: #f6f1e7;
}

.social-link {
  border: 1px solid rgba(246, 241, 231, 0.48);
  border-radius: var(--radius-full);
}

.mobile-nav-drawer {
  background: var(--color-bg);
  border-left: 0;
}

.mobile-nav-links a {
  font-family: var(--font-display);
  font-weight: 600;
  text-transform: none;
  border-bottom: 1px solid color-mix(in srgb, var(--color-text) 15%, transparent);
}

@media (max-width: 1024px) {
  .nav-links {
    gap: var(--space-4);
  }

  .nav-links a {
    font-size: var(--text-xs);
  }

  .heritage-inner {
    grid-template-columns: minmax(220px, 0.6fr) minmax(0, 1fr);
  }

  .editorial-hero-grid {
    grid-template-columns: 1fr;
  }

  .editorial-hero-copy {
    max-width: 780px;
  }

  .editorial-hero-visual {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .hero--editorial {
    min-height: 0;
    padding-block: var(--space-10) var(--space-12);
  }

  .hero-bg {
    left: 0;
    bottom: 42%;
  }

  .hero-bg::after,
  [data-theme="dark"] .hero-bg::after {
    background: linear-gradient(to top, var(--color-surface) 0%, rgba(255, 253, 248, 0.92) 32%, rgba(255, 253, 248, 0.06) 78%);
  }

  [data-theme="dark"] .hero-bg::after {
    background: linear-gradient(to top, var(--color-surface) 0%, rgba(41, 52, 45, 0.94) 32%, rgba(41, 52, 45, 0.08) 78%);
  }

  .editorial-hero-grid {
    gap: var(--space-8);
  }

  .editorial-hero-copy h2 {
    font-size: clamp(3.35rem, 14vw, 6rem);
  }

  .lead-publication-card,
  .programme-grid,
  .featured-grid {
    grid-template-columns: 1fr;
  }

  .lead-publication-visual {
    min-height: 320px;
    order: -1;
  }

  .heritage-date-block {
    border-left: 3px solid var(--color-primary);
  }

  .legacy-essay {
    border-top-color: rgba(28, 42, 34, 0.18);
  }

  .programme-header,
  .follow-panel {
    align-items: flex-start;
    flex-direction: column;
  }

  .follow-links {
    justify-content: flex-start;
  }

  .pillar-card,
  .pillar-card:last-child {
    border: 1px solid color-mix(in srgb, var(--color-text) 12%, transparent);
  }
}

@media (max-width: 480px) {
  .movement-masthead {
    min-height: 70vh;
  }

  .movement-masthead-bg img {
    object-position: 58% center;
  }

  .movement-masthead::after {
    background:
      linear-gradient(0deg, rgba(9, 16, 12, 0.9) 0%, rgba(9, 16, 12, 0.36) 74%, rgba(9, 16, 12, 0.12) 100%);
  }

  .movement-masthead-title {
    font-size: clamp(4.4rem, 24vw, 6.2rem);
  }

  .editorial-hero-copy .btn {
    justify-content: center;
    width: 100%;
  }

  .lead-publication-copy {
    padding: var(--space-7, 1.75rem) var(--space-5);
  }

  .lead-publication-meta {
    align-items: flex-start;
    flex-direction: column;
    gap: var(--space-2);
  }

  .topics-header {
    align-items: flex-start;
  }

  .follow-links a {
    flex: 1 1 calc(50% - var(--space-3));
    justify-content: center;
  }
}
