@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400&display=swap");

:root {
  --ink: #132c8c;
  --muted: rgba(19, 44, 140, 0.68);
  --line: rgba(19, 44, 140, 0.16);
  --paper: #ffffff;
  --white: #ffffff;
  --soft: #f6f7fb;
  --surface: #ffffff;
  --surface-muted: #ffffff;
  --surface-soft: #ffffff;
  --surface-accent: #fff8db;
  --surface-dark: #132c8c;
  --navy: #132c8c;
  --navy-deep: #0b1d5f;
  --yellow: #edce1f;
  --yellow-soft: #fff8db;
  --red: #d84b3f;
  --blue: #3a63d8;
  --max: 1480px;
  --gutter: 32px;
  --radius: 4px;
  --pill-radius: 999px;
  --space-1: 8px;
  --space-2: 12px;
  --space-3: 16px;
  --space-4: 24px;
  --space-5: 32px;
  --surface-pad: 24px;
  --surface-pad-sm: 18px;
  --shadow-color: rgba(11, 29, 95, 0.055);
  --soft-shadow: none;
  --shadow: none;
  --hover-shadow: none;
  --hairline: 1px solid var(--line);
  --font-sans: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  --font-display: Montserrat, ui-sans-serif, system-ui, sans-serif;
  --font-mono: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--font-sans);
  color: var(--ink);
  background: var(--paper);
  line-height: 1.6;
}

a { color: inherit; text-decoration: none; }
p { margin: 0 0 1rem; }

main { counter-reset: none; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 1px 0 var(--line);
  backdrop-filter: blur(18px);
}

.nav-shell {
  max-width: var(--max);
  margin: 0 auto;
  padding: 16px var(--gutter);
  display: flex;
  align-items: center;
  gap: 24px;
  justify-content: space-between;
}

.brand {
  display: flex;
  align-items: center;
  gap: 14px;
  font-weight: 600;
  letter-spacing: 0;
  color: var(--navy);
  min-width: 220px;
}

.logo-brand {
  flex: 0 0 auto;
}

.project-logo {
  display: block;
  width: auto;
  height: clamp(48px, 5.2vw, 68px);
  max-width: min(390px, 42vw);
  object-fit: contain;
}

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

.brand-mark {
  width: 56px;
  height: 38px;
  display: grid;
  place-items: center;
  color: var(--navy);
  background: var(--yellow);
  box-shadow: var(--soft-shadow);
  font-weight: 700;
}

.brand-text {
  display: grid;
  gap: 1px;
  line-height: 1.05;
}

.brand-text strong {
  display: block;
  font-size: 0.92rem;
  white-space: nowrap;
}

.brand small {
  display: block;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 700;
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  padding: 10px;
  border: 0;
  background: var(--surface);
  box-shadow: inset 0 0 0 1px var(--line);
  gap: 4px;
}

.nav-toggle span {
  display: block;
  height: 2px;
  width: 100%;
  background: var(--navy);
}

.site-nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.site-nav a {
  padding: 8px 4px;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0;
}

.site-nav a:hover,
.site-nav a.active {
  color: var(--navy);
  background: transparent;
}

.nav-cta {
  margin-left: 8px;
  padding: 8px 14px !important;
  color: var(--navy) !important;
  background: var(--yellow);
  border: var(--hairline);
  box-shadow: var(--soft-shadow);
  border-radius: var(--pill-radius);
}

.hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  max-width: var(--max);
  margin: 0 auto;
  padding: 112px var(--gutter) 92px;
  display: grid;
  grid-template-columns: minmax(0, 0.72fr);
  gap: 48px;
  align-items: end;
}

.hero::before {
  content: "";
  position: absolute;
  top: 0;
  right: var(--gutter);
  bottom: 0;
  width: min(420px, 28vw);
  background: var(--yellow);
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
  opacity: 0.1;
  z-index: -1;
}

.hero::before {
  display: none;
}

.hero > * {
  position: relative;
  z-index: 1;
}

.hero-simple {
  position: relative;
  overflow: hidden;
  grid-template-columns: minmax(0, 0.86fr);
  align-items: start;
}

.hero-simple::after {
  display: none;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  color: var(--navy);
  font-family: var(--font-mono);
  font-size: 0.78rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0;
}

.eyebrow::before {
  display: none;
}

h1, h2, h3 {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: 0;
}

h1 {
  font-family: var(--font-display);
  color: var(--navy);
  font-size: clamp(4rem, 6.2vw, 6.6rem);
  max-width: 1050px;
  font-weight: 300;
  line-height: 0.98;
  letter-spacing: 0;
}

h1 em,
.page-title em,
.section h2 em {
  font-style: italic;
  font-weight: inherit;
}

.page-title {
  font-family: var(--font-display);
  font-size: clamp(3.4rem, 5.8vw, 6rem);
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0;
}

.hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 28px;
  margin-bottom: 54px;
  color: rgba(19, 44, 140, 0.42);
  font-family: var(--font-mono);
  font-size: 0.72rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0;
}

.hero-meta span:first-child {
  color: var(--yellow);
}

.subtitle {
  margin-top: 32px;
  font-size: 1.32rem;
  color: var(--navy);
  font-weight: 400;
}

.subtitle span {
  display: inline-block;
  margin-right: 10px;
  color: var(--yellow);
  font-size: 1.9em;
  font-weight: 300;
  line-height: 1;
}

.theme-line {
  display: block;
  width: fit-content;
  margin-top: 30px;
  padding: 0 0 0 14px;
  color: var(--navy);
  background: transparent;
  border: 0;
  border-left: 3px solid var(--yellow);
  border-radius: 0;
  box-shadow: none;
  font-size: 1rem;
  font-weight: 600;
}

.lede {
  margin-top: 28px;
  max-width: 790px;
  color: var(--muted);
  font-size: 1.04rem;
}

.status-pill {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 24px;
  padding: 10px 14px;
  color: var(--navy);
  border: 0;
  font-weight: 600;
}

.status-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--yellow);
}

.hero-panel {
  color: var(--white);
  padding: 28px;
  --component-shadow: var(--shadow);
}

.media-hero {
  position: relative;
  min-height: 500px;
  overflow: hidden;
  --component-shadow: var(--shadow);
  --component-border: 2px solid var(--navy);
}

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

.media-caption {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  padding: 18px;
  --component-bg: rgba(255, 255, 255, 0.92);
}

.media-caption span,
.media-card span {
  display: block;
  margin-bottom: 8px;
  color: var(--muted);
  font-family: var(--font-mono);
  font-size: 0.74rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0;
}

.media-caption strong {
  display: block;
  color: var(--navy);
  font-size: 1.06rem;
  line-height: 1.25;
}

.poster-strip {
  height: clamp(220px, 26vw, 360px);
  overflow: hidden;
  background:
    radial-gradient(circle at 8px 8px, rgba(19, 44, 140, 0.12) 0 3px, transparent 3px) 0 0 / 72px 72px,
    linear-gradient(rgba(19, 44, 140, 0.08) 1px, transparent 1px) 0 0 / 25% 50%,
    linear-gradient(90deg, rgba(19, 44, 140, 0.08) 1px, transparent 1px) 0 0 / 25% 100%,
    #f8f8f8;
  border-top: var(--hairline);
  border-bottom: var(--hairline);
}

.poster-strip-compact {
  height: clamp(180px, 18vw, 270px);
}

.poster-grid {
  position: relative;
  max-width: var(--max);
  height: 100%;
  margin: 0 auto;
}

.poster-block,
.poster-line,
.poster-dot {
  position: absolute;
  display: block;
}

.poster-block {
  background: var(--yellow);
  opacity: 0.9;
}

.poster-block.block-a {
  right: 0;
  top: 0;
  width: 28%;
  height: 48%;
}

.poster-block.block-b {
  left: 38%;
  bottom: 0;
  width: 22%;
  height: 22%;
  opacity: 0.55;
}

.poster-block.block-c {
  right: 3%;
  bottom: 0;
  width: 8px;
  height: 42%;
  background: var(--navy);
  opacity: 0.68;
}

.poster-line {
  background: var(--navy);
}

.poster-line.line-a {
  left: 12%;
  top: 0;
  width: 8px;
  height: 78%;
}

.poster-line.line-b {
  right: 22%;
  top: 42%;
  width: 28%;
  height: 8px;
}

.poster-line.line-b::before {
  content: "";
  position: absolute;
  left: -40%;
  top: -78px;
  width: 48%;
  height: 2px;
  background: rgba(19, 44, 140, 0.24);
  transform: rotate(20deg);
  transform-origin: right center;
}

.poster-dot {
  width: 16px;
  height: 16px;
  background: #dc2f34;
}

.poster-dot.dot-a { left: 49%; top: 24%; }
.poster-dot.dot-b { right: 7%; bottom: 5%; opacity: 0.72; }
.poster-dot.dot-c {
  left: 17%;
  bottom: 18%;
  width: 12px;
  height: 12px;
  background: #8e99c8;
}

.media-section {
  padding-top: 58px;
  padding-bottom: 58px;
}

.media-grid {
  display: grid;
  grid-template-columns: 1.15fr 1fr 0.85fr;
  gap: 16px;
  align-items: stretch;
}

.media-card {
  overflow: hidden;
}

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

.media-card div {
  padding: 18px;
}

.media-card h3 {
  color: var(--navy);
  font-size: 1.05rem;
  line-height: 1.25;
}
.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 11px 18px;
  border: var(--hairline);
  background: var(--button-bg, var(--surface));
  color: var(--button-color, var(--navy));
  font-weight: 600;
  border-radius: var(--pill-radius);
  box-shadow: var(--button-shadow, var(--soft-shadow));
}

.button.primary { --button-bg: var(--yellow); }
.button.text-link {
  min-height: auto;
  padding: 0 0 3px;
  background: transparent;
  border: 0;
  border-bottom: 1px solid currentColor;
  border-radius: 0;
  box-shadow: none;
  font-weight: 500;
}
.button.dark {
  --button-bg: var(--surface-dark);
  --button-color: var(--yellow);
  --button-shadow: none;
}
.button.alert { color: var(--navy); }

/* Visual component system */
.surface,
.surface-muted,
.surface-soft,
.surface-accent,
.surface-dark,
.status-pill,
.media-caption,
.hero-panel,
.card,
.media-hero,
.media-card,
.partner-logo-card,
.quote-panel,
.mini-index a,
.mini-index div,
.checklist li,
.table-wrap,
.step,
.timeline-row,
.notice-box,
.authority-card,
.fact-item {
  border-radius: var(--radius);
}

.surface,
.surface-muted,
.surface-soft,
.surface-accent,
.surface-dark,
.status-pill,
.media-caption,
.card,
.hero-panel,
.media-hero,
.media-card,
.partner-logo-card,
.quote-panel,
.mini-index a,
.mini-index div,
.checklist li,
.table-wrap,
.step,
.timeline-row,
.notice-box,
.authority-card,
.fact-item {
  background: var(--component-bg, var(--surface));
  box-shadow: var(--component-shadow, var(--soft-shadow));
  border: var(--component-border, var(--hairline));
}

.surface-muted {
  --component-bg: var(--surface-muted);
}

.surface-soft,
.card.blue {
  --component-bg: var(--surface);
}

.surface-accent,
.card.yellow,
.notice-box {
  --component-bg: var(--surface-accent);
}

.surface-dark,
.quote-panel,
.hero-panel {
  --component-bg: var(--surface-dark);
  --component-border: 1px solid var(--surface-dark);
  color: var(--white);
}

.card,
.authority-card,
.notice-box {
  padding: var(--surface-pad);
}

.stack-top-sm { margin-top: var(--space-3); }
.stack-top { margin-top: var(--space-4); }
.stack-bottom { margin-bottom: var(--space-4); }

a.card,
.button,
.partner-logo-card,
.mini-index a {
  transition: box-shadow 180ms ease, transform 180ms ease, background-color 180ms ease;
}

a.card:hover,
.button:hover,
.partner-logo-card:hover,
.mini-index a:hover {
  transform: translateY(-1px);
  box-shadow: var(--hover-shadow);
}

.section {
  max-width: var(--max);
  margin: 0 auto;
  padding: 72px var(--gutter);
}

.section.compact {
  padding-top: 28px;
  padding-bottom: 34px;
}

.section.band {
  max-width: none;
  padding-inline: 0;
  background: var(--surface);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.72),
    inset 0 -1px 0 var(--line);
}

.section.band-light {
  max-width: none;
  padding-inline: 0;
  background: #f7f7f7;
  border-top: var(--hairline);
  border-bottom: var(--hairline);
}

.section.band > .inner,
.section.band-light > .inner,
.section.tint > .inner {
  max-width: var(--max);
  margin: 0 auto;
  padding-inline: var(--gutter);
}

.editorial-hero {
  padding-top: 118px;
  padding-bottom: 92px;
}

.editorial-section {
  padding-top: 94px;
  padding-bottom: 104px;
}

.editorial-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.62fr) minmax(320px, 0.38fr);
  gap: clamp(48px, 8vw, 120px);
  align-items: start;
}

.display-quote {
  max-width: 760px;
  margin-bottom: 60px;
  color: var(--navy);
  font-size: clamp(2.15rem, 3.3vw, 4rem);
  line-height: 1.18;
  font-weight: 300;
}

.display-quote em {
  font-style: italic;
}

.article-copy p:not(.display-quote) {
  max-width: 760px;
  color: rgba(19, 44, 140, 0.68);
  font-size: 1.04rem;
  line-height: 1.85;
}

.theme-note {
  padding-top: 22px;
  border-top: 2px solid var(--navy);
}

.theme-note span {
  display: block;
  margin-bottom: 18px;
  color: var(--yellow);
  font-family: var(--font-mono);
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0;
}

.theme-note h2 {
  margin-bottom: 18px;
  color: var(--navy);
  font-size: 1.12rem;
  line-height: 1.35;
  font-weight: 700;
}

.theme-note p {
  color: rgba(19, 44, 140, 0.62);
  font-size: 0.98rem;
}

.section.tint {
  position: relative;
  max-width: none;
  padding-inline: 0;
  background: var(--surface-dark);
  color: var(--white);
}

.section.tint h2 { color: var(--yellow); }

.section.tint .section-head h2::before {
  color: rgba(237, 206, 31, 0.78);
}

.section.tint .section-head p,
.section.tint .muted {
  color: rgba(255, 248, 219, 0.82);
}

.section.tint .card h3 {
  color: var(--navy);
}

.section.tint .card p {
  color: var(--muted);
}

.section.tint.fellowship-overview {
  background: var(--navy);
  color: var(--white);
}

.section.tint.fellowship-overview h2,
.section.tint.fellowship-overview .section-head h2 {
  color: var(--yellow);
}

.section.tint.fellowship-overview .section-head h2::before {
  color: rgba(237, 206, 31, 0.78);
}

.section.tint.fellowship-overview .section-head p,
.section.tint.fellowship-overview .muted {
  color: rgba(255, 255, 255, 0.84);
}

.section.tint.fellowship-overview .support-list {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 22px;
}

.section.tint.fellowship-overview .support-card {
  min-height: 420px;
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 0;
  overflow: hidden;
  background: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.42);
  box-shadow: none;
}

.section.tint.fellowship-overview .support-card::before {
  display: none;
}

.section.tint.fellowship-overview .support-card img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  height: auto;
  object-fit: cover;
}

.section.tint.fellowship-overview .support-card h3 {
  margin: 24px 22px 14px;
  color: var(--navy);
  font-size: 1.32rem;
  line-height: 1.08;
}

.section.tint.fellowship-overview .support-card p {
  display: block;
  margin: 0 22px 28px;
  color: rgba(19, 44, 140, 0.68);
  font-size: 0.96rem;
  line-height: 1.45;
}

.section-head {
  display: grid;
  grid-template-columns: minmax(220px, 0.35fr) minmax(0, 0.65fr);
  gap: 32px;
  margin-bottom: 30px;
  padding-top: 8px;
  border-top: var(--hairline);
}

.section h2 {
  color: var(--navy);
  font-size: 2.35rem;
}

.section-head h2::before {
  display: none;
  content: "";
}

.section-head p,
.muted { color: var(--muted); }

.grid { display: grid; gap: 16px; }
.grid.two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid.three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid.four { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.grid.five { grid-template-columns: repeat(5, minmax(0, 1fr)); }

.cycle-grid {
  gap: 24px;
}

.cycle-grid .card {
  min-height: 0;
  padding: 18px 0 0;
  background: transparent;
  border: 0;
  border-top: 3px solid var(--yellow);
  box-shadow: none;
}

.cycle-grid .card h3 {
  color: rgba(19, 44, 140, 0.44);
  font-family: var(--font-mono);
  font-size: 0.72rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0;
}

.cycle-grid .card p {
  color: var(--navy);
  font-size: 1.02rem;
  font-weight: 600;
  line-height: 1.35;
}

.research-list {
  counter-reset: research-area;
  gap: 0 34px;
}

.research-list .card {
  counter-increment: research-area;
  min-height: 0;
  display: grid;
  grid-template-columns: 50px 1fr;
  align-items: baseline;
  gap: 18px;
  padding: 26px 0 22px;
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(19, 44, 140, 0.1);
  box-shadow: none;
}

.research-list .card::before {
  content: counter(research-area, decimal-leading-zero);
  display: block;
  color: var(--yellow);
  font-size: 2.05rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0;
}

.research-list .card h3 {
  margin: 0;
  font-size: 1rem;
  line-height: 1.25;
}

.card {
  position: relative;
}

.card.marked::before {
  display: none;
}

.research-list .card.marked::before {
  display: block;
}

.card h3 {
  color: var(--navy);
  font-size: 1.08rem;
  margin-bottom: 10px;
}

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

.support-grid {
  align-items: stretch;
}

.support-card {
  overflow: hidden;
  padding: 0;
}

.support-card img {
  display: block;
  width: 100%;
  height: 112px;
  object-fit: cover;
}

.support-card h3,
.support-card p {
  margin-inline: 18px;
}

.support-card h3 {
  margin-top: 18px;
}

.support-card p {
  margin-bottom: 20px;
  font-size: 0.9rem;
  line-height: 1.45;
}

.inline-logo {
  display: block;
  width: min(260px, 100%);
  height: auto;
  margin-bottom: 18px;
}

.org-grid {
  grid-template-columns: minmax(240px, 0.86fr) minmax(280px, 1.14fr);
  align-items: stretch;
}

.program-admin-card {
  display: flex;
  min-height: 220px;
  flex-direction: column;
  justify-content: center;
}

.program-card-logo {
  width: min(380px, 100%);
  margin-bottom: 24px;
}

.partner-card {
  grid-column: 1 / -1;
}

.partner-logo-grid {
  display: grid;
  grid-template-columns: repeat(10, minmax(0, 1fr));
  gap: 8px;
  margin-top: 14px;
}

.partner-network {
  position: relative;
  padding-top: 42px;
  padding-bottom: 46px;
  background: var(--surface);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.82),
    inset 0 -1px 0 var(--line);
}

.partner-network .section-head {
  grid-template-columns: minmax(220px, 0.28fr) minmax(0, 0.72fr);
  margin-bottom: 10px;
}

.partner-note {
  max-width: 980px;
  margin-top: 14px;
  font-size: 0.88rem;
}

.partner-logo-card {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  color: var(--navy);
  --component-shadow: none;
}

.partner-logo-card:hover {
  box-shadow: var(--hover-shadow);
}

.partner-logo-card img {
  width: 100%;
  height: 42px;
  object-fit: contain;
  object-position: center;
}

.partner-logo-card span {
  display: none;
}

.card .date,
.meta {
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 500;
}

.badge {
  display: inline-flex;
  width: fit-content;
  padding: 4px 8px;
  margin-bottom: 12px;
  background: var(--yellow);
  color: var(--navy);
  font-size: 0.76rem;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: var(--pill-radius);
}

.badge.red { background: var(--yellow-soft); color: var(--navy); box-shadow: inset 0 0 0 1px var(--line); }

.editorial-split {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.55fr);
  gap: 28px;
  align-items: stretch;
}

.quote-panel {
  padding: 34px;
}

.quote-panel p {
  font-size: 2.15rem;
  line-height: 1.15;
  font-weight: 600;
}

.mini-index {
  display: grid;
  gap: 8px;
}

.mini-index a,
.mini-index div {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 16px;
  color: var(--navy);
  font-weight: 600;
  --component-shadow: none;
}

.checklist {
  counter-reset: checklist;
  display: grid;
  gap: 0;
  padding: 0;
  margin: 0;
  list-style: none;
}

.checklist li {
  counter-increment: checklist;
  position: relative;
  display: grid;
  grid-template-columns: 46px 1fr;
  align-items: baseline;
  gap: 14px;
  padding: 17px 0;
  font-weight: 500;
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(19, 44, 140, 0.1);
  box-shadow: none;
}

.checklist li::before {
  content: counter(checklist, decimal-leading-zero);
  position: static;
  width: auto;
  height: auto;
  color: var(--yellow);
  background: transparent;
  border-radius: 0;
  font-size: 1.55rem;
  font-weight: 300;
  line-height: 1;
}

.table-wrap {
  overflow-x: auto;
}

table {
  width: 100%;
  border-collapse: collapse;
  min-width: 680px;
}

th, td {
  padding: 16px;
  text-align: left;
}

th {
  background: var(--surface-accent);
  font-size: 0.84rem;
  text-transform: uppercase;
  letter-spacing: 0;
}

.stepper {
  counter-reset: step;
  display: grid;
  gap: 12px;
}

.step {
  counter-increment: step;
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 16px;
  align-items: start;
  padding: 18px;
}

.step::before {
  content: counter(step, decimal-leading-zero);
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  background: var(--yellow);
  font-weight: 700;
  border-radius: var(--pill-radius);
}

.timeline {
  display: grid;
  gap: 8px;
}

.timeline-row {
  display: grid;
  grid-template-columns: minmax(190px, 0.35fr) 1fr;
  gap: 16px;
  padding: 16px 18px;
  --component-shadow: none;
}

.timeline-row strong { color: var(--navy); }

.notice-box {
  --component-shadow: var(--soft-shadow);
}

.authority-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.62fr) minmax(0, 1fr);
  gap: 18px;
  align-items: stretch;
}

.authority-card {
  position: relative;
}

.authority-card::after {
  display: none;
}

.authority-card h2 {
  color: var(--navy);
  font-size: 2.25rem;
}

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

.fact-item {
  min-height: 132px;
  padding: var(--surface-pad-sm);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.fact-item span {
  color: var(--muted);
  font-family: var(--font-mono);
  font-size: 0.78rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0;
}

.fact-item strong {
  color: var(--navy);
  font-size: 1.12rem;
  line-height: 1.15;
}

.institutional-band {
  position: relative;
}

.institutional-band::before {
  display: none;
}

.section-code {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  color: var(--muted);
  font-family: var(--font-mono);
  font-size: 0.74rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0;
}

.section-code::before {
  display: none;
}

.site-footer {
  margin-top: 0;
  background: var(--navy);
  color: var(--white);
}

.footer-shell {
  max-width: var(--max);
  margin: 0 auto;
  padding: 72px var(--gutter) 58px;
  display: grid;
  grid-template-columns: minmax(320px, 1.35fr) minmax(180px, 0.82fr) minmax(160px, 0.68fr) minmax(240px, 0.86fr);
  gap: clamp(44px, 6vw, 100px);
  align-items: start;
}

.footer-shell p,
.footer-shell a {
  color: rgba(255, 255, 255, 0.9);
}

.footer-project-logo {
  display: block;
  width: min(360px, 100%);
  height: auto;
  margin-bottom: 28px;
}

.footer-brand p {
  max-width: 430px;
  margin-bottom: 22px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.92rem;
  line-height: 1.75;
}

.footer-brand .footer-registration {
  color: rgba(255, 255, 255, 0.78);
  font-family: var(--font-mono);
  font-size: 0.8rem;
  line-height: 1.65;
}

.footer-column h3 {
  margin: 0 0 28px;
  color: var(--white);
  font-family: var(--font-mono);
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1;
  text-transform: uppercase;
}

.footer-links {
  display: grid;
  gap: 18px;
}

.footer-links a,
.footer-contact a {
  display: block;
  width: fit-content;
  font-size: 0.94rem;
  font-weight: 400;
  line-height: 1.45;
}

.footer-links a:hover,
.footer-contact a:hover {
  color: var(--white);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.footer-contact {
  display: grid;
  gap: 18px;
  align-content: start;
}

.footer-contact h3 {
  margin-bottom: 10px;
}

.footer-bottom {
  max-width: var(--max);
  margin: 0 auto;
  padding: 28px var(--gutter) 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.footer-bottom p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.82rem;
}

.article-body { max-width: 850px; }
.article-body p { font-size: 1.06rem; }

@media (max-width: 1080px) {
  :root { --gutter: 24px; }

  .nav-toggle {
    display: grid;
    place-items: center;
  }

  .site-nav {
    display: none;
    width: 100%;
    padding-top: 14px;
    justify-content: flex-start;
  }

  .site-nav.open {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nav-shell { flex-wrap: wrap; }

  .hero,
  .section-head,
  .footer-shell,
  .editorial-split,
  .media-grid,
  .authority-grid,
  .org-grid,
  .partner-network .section-head {
    grid-template-columns: 1fr;
  }

  .hero {
    gap: 38px;
  }

  .hero::before {
    display: none;
  }

  h1 {
    font-size: 3.45rem;
  }

  .page-title {
    font-size: 3.35rem;
  }

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

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

  .section.tint.fellowship-overview .support-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .partner-logo-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

@media (max-width: 1180px) {
  .site-editorial .footer-shell,
  .home-editorial .footer-shell {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  :root { --gutter: 16px; }

  .nav-shell { padding: 14px 16px; }
  .brand { min-width: 0; }
  .project-logo { height: 52px; max-width: 62vw; }
  .brand-text strong { white-space: normal; }
  .brand small { display: none; }
  .hero { padding: 52px 16px 34px; }
  .brand-strip .inner { justify-content: flex-start; }
  .hero-simple::after { display: none; }
  .section { padding: 42px 16px; }
  .media-hero,
  .media-hero img { min-height: 360px; }
  .media-caption { left: 12px; right: 12px; bottom: 12px; padding: 14px; }
  .media-card img { height: 190px; }
  .grid.five,
  .grid.four,
  .grid.three,
  .grid.two { grid-template-columns: 1fr; }
  .section.tint.fellowship-overview .support-list { grid-template-columns: 1fr; }
  .section.tint.fellowship-overview .support-card { min-height: 0; }
  .partner-logo-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .partner-logo-card { min-height: 58px; padding: 8px; }
  .partner-logo-card img { height: 34px; }
  .program-facts { grid-template-columns: 1fr; }
  .timeline-row { grid-template-columns: 1fr; }
  h1 { font-size: 2.45rem; }
  .page-title { font-size: 2.55rem; }
}

/* Home page: institutional editorial direction */
.home-editorial {
  --home-ink: #161616;
  --home-muted: #5f6268;
  --home-line: #d9dade;
  --home-soft: #f3f3f1;
  --home-blue: #132c8c;
  color: var(--home-ink);
  background: #fdfdfc;
}

.home-editorial .site-header {
  background: rgba(253, 253, 252, 0.96);
  box-shadow: 0 1px 0 rgba(22, 22, 22, 0.14);
}

.home-editorial .site-nav a {
  color: #3f4145;
  font-size: 0.7rem;
  font-weight: 500;
}

.home-editorial .site-nav a:hover,
.home-editorial .site-nav a.active {
  color: #000;
}

.home-editorial .nav-cta,
.home-editorial .button.primary {
  color: #fff !important;
  background: #111;
  border-color: #111;
  border-radius: 2px;
  box-shadow: none;
}

.home-editorial .button.primary:hover {
  background: var(--home-blue);
  border-color: var(--home-blue);
}

.home-editorial .button.text-link,
.home-editorial .editorial-link {
  color: var(--home-ink);
  font-weight: 500;
  text-decoration: none;
  border-bottom: 1px solid var(--home-ink);
}

.home-editorial .button.text-link:hover,
.home-editorial .editorial-link:hover {
  color: var(--home-blue);
  border-color: var(--home-blue);
}

.editorial-hero {
  max-width: var(--max);
  margin: 0 auto;
  padding: clamp(72px, 8vw, 132px) var(--gutter) 0;
}

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

.home-editorial .hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 30px;
  margin-bottom: 50px;
  color: #777a80;
  font-size: 0.7rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0;
}

.home-editorial .hero-meta span:first-child {
  color: var(--home-blue);
}

.editorial-hero h1 {
  max-width: 1040px;
  margin: 0;
  color: var(--home-ink);
  font-family: var(--font-display);
  font-size: clamp(3.4rem, 6.1vw, 6.5rem);
  font-weight: 300;
  line-height: 1.02;
}

.editorial-hero h1 em,
.editorial-title-row h2 em {
  font-weight: 300;
  font-style: italic;
}

.editorial-hero .subtitle {
  margin: 54px 0 0;
  color: var(--home-blue);
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 2vw, 2rem);
  font-weight: 300;
  line-height: 1.35;
}

.editorial-hero .subtitle span {
  margin-right: 18px;
  color: #8a8d93;
}

.editorial-hero .lede {
  max-width: 760px;
  margin: 44px 0 0;
  color: var(--home-muted);
  font-size: clamp(1.06rem, 1.4vw, 1.3rem);
  line-height: 1.75;
}

.editorial-hero .actions {
  margin: 34px 0 64px;
  gap: 22px;
}

.editorial-hero-media {
  position: relative;
  margin: 0;
  overflow: hidden;
  background: #e9e9e6;
}

.editorial-hero-media img {
  display: block;
  width: 100%;
  aspect-ratio: 2 / 1;
  object-fit: cover;
  object-position: center 48%;
}

.editorial-hero-media figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 520px;
  padding: 18px 24px;
  color: #fff;
  background: rgba(15, 15, 15, 0.86);
  font-size: 0.82rem;
  line-height: 1.45;
}

.hero-deadlines {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-bottom: 1px solid var(--home-line);
}

.hero-deadlines div {
  min-height: 116px;
  padding: 24px 28px;
  border-right: 1px solid var(--home-line);
}

.hero-deadlines div:first-child {
  border-left: 1px solid var(--home-line);
}

.hero-deadlines span,
.cycle-list span,
.cycle-list small {
  display: block;
  color: #7a7d82;
  font-size: 0.7rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0;
}

.hero-deadlines strong {
  display: block;
  margin-top: 10px;
  color: var(--home-ink);
  font-size: 1rem;
  font-weight: 500;
}

.home-editorial .section {
  padding-top: clamp(82px, 8vw, 128px);
  padding-bottom: clamp(82px, 8vw, 128px);
}

.editorial-kicker {
  margin-bottom: 28px;
  color: #808287;
  font-size: 0.7rem;
  font-weight: 500;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 0;
}

.editorial-intro-grid,
.application-editorial,
.fellowship-editorial {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  gap: clamp(56px, 9vw, 144px);
  align-items: start;
}

.editorial-intro h2,
.about-adw-editorial h2,
.application-editorial h2,
.fellowship-editorial h2,
.platform-editorial h2,
.news-editorial h2,
.partner-editorial h2 {
  margin: 0;
  color: var(--home-ink);
  font-family: var(--font-display);
  font-size: clamp(2.35rem, 3.6vw, 3.9rem);
  font-weight: 300;
  line-height: 1.08;
}

.editorial-copy {
  max-width: 700px;
}

.editorial-copy p,
.application-editorial p,
.fellowship-main > p,
.platform-grid p,
.editorial-title-row > p {
  color: var(--home-muted);
  font-size: 1.06rem;
  line-height: 1.72;
}

.platform-editorial h2 {
  font-size: clamp(2.4rem, 3.35vw, 3.65rem);
  line-height: 1.08;
}

.editorial-copy .editorial-link,
.fellowship-main .editorial-link,
.platform-grid .editorial-link,
.research-editorial > .editorial-link {
  display: inline-block;
  margin-top: 22px;
}

.cycle-editorial {
  max-width: none !important;
  background: var(--home-soft);
  border-top: 1px solid var(--home-line);
  border-bottom: 1px solid var(--home-line);
}

.cycle-editorial > * {
  max-width: calc(var(--max) - (var(--gutter) * 2));
  margin-left: auto;
  margin-right: auto;
}

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

.cycle-list > div {
  padding-top: 20px;
  border-top: 2px solid var(--home-ink);
}

.cycle-list strong {
  display: block;
  margin-top: 14px;
  color: var(--home-ink);
  font-size: 1.03rem;
  font-weight: 500;
  line-height: 1.45;
}

.cycle-list small {
  margin-top: 8px;
  text-transform: none;
  letter-spacing: 0;
  line-height: 1.45;
}

.editorial-title-row {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  gap: clamp(48px, 8vw, 120px);
  align-items: start;
}

.research-editorial .editorial-title-row h2 {
  max-width: 860px;
  margin: 0;
  color: var(--home-ink);
  font-family: var(--font-display);
  font-size: clamp(2.7rem, 4.6vw, 5rem);
  font-weight: 300;
  line-height: 1.08;
}

.research-index {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0 46px;
  margin: 76px 0 22px;
}

.research-index div {
  min-height: 94px;
  padding: 26px 0;
  border-top: 1px solid var(--home-line);
  color: var(--home-ink);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.45;
}

/* Image-led research areas shared by the home page and program pages. */
.research-area-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 54px 28px;
  margin: 64px 0 30px;
}

.research-area-card {
  display: block;
  min-width: 0;
}

.research-area-card figure {
  aspect-ratio: 3 / 2;
  margin: 0;
  overflow: hidden;
  background: #e9e9e6;
}

.research-area-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.94) contrast(1.02);
  transition: transform 360ms ease;
}

.research-area-card:hover img {
  transform: scale(1.015);
}

.research-area-card:focus-visible {
  outline: 2px solid #171717;
  outline-offset: 6px;
}

.research-area-copy {
  padding-top: 20px;
}

.research-area-copy h3,
.site-editorial .research-area-copy h3 {
  max-width: 25ch;
  margin: 0 0 11px;
  color: #171717;
  font-family: var(--font-display);
  font-size: clamp(1.12rem, 1.35vw, 1.4rem);
  font-weight: 500;
  line-height: 1.3;
}

.research-area-copy p,
.site-editorial .research-area-copy p {
  max-width: 34em;
  margin: 0;
  color: #5e6269;
  font-family: var(--font-body);
  font-size: 0.94rem;
  line-height: 1.65;
}

@media (max-width: 1080px) {
  .research-area-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .research-area-gallery {
    grid-template-columns: 1fr;
    gap: 42px;
    margin-top: 38px;
  }

  .research-area-card figure {
    aspect-ratio: 4 / 3;
  }

  .research-area-copy {
    padding-top: 16px;
  }

  .research-area-copy h3,
  .site-editorial .research-area-copy h3 {
    font-size: 1.18rem;
  }
}

/* Research-area editorial directory and long-form profiles. */
.research-areas-page {
  --research-ink: #171717;
  --research-muted: #5e6269;
  --research-line: #d9dade;
  --research-accent: #132c8c;
}

.research-areas-hero,
.research-area-directory,
.research-area-detail,
.research-fit-note {
  width: min(100%, var(--max));
  margin-inline: auto;
  padding-inline: var(--gutter);
}

.research-areas-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.72fr);
  gap: clamp(48px, 9vw, 150px);
  padding-top: clamp(84px, 10vw, 156px);
  padding-bottom: clamp(72px, 9vw, 132px);
  color: var(--research-ink);
}

.research-areas-heading h1 {
  max-width: 13ch;
  margin: 30px 0 0;
  font-family: var(--font-display);
  font-size: clamp(3.2rem, 6vw, 6.6rem);
  font-weight: 300;
  line-height: 1.02;
}

.research-areas-heading h1 em {
  font-weight: 300;
}

.research-areas-intro {
  align-self: end;
  max-width: 620px;
}

.research-areas-intro .lede {
  color: var(--research-ink);
  font-size: clamp(1.2rem, 1.7vw, 1.65rem);
  line-height: 1.5;
}

.research-areas-intro > p:last-child {
  margin-top: 30px;
  color: var(--research-muted);
  font-size: 1rem;
  line-height: 1.75;
}

.research-area-directory {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding-bottom: clamp(72px, 8vw, 122px);
}

.research-area-directory a {
  display: flex;
  min-height: 148px;
  padding: 26px 28px 24px 0;
  flex-direction: column;
  justify-content: space-between;
  border-top: 1px solid var(--research-line);
  transition: color 180ms ease, border-color 180ms ease;
}

.research-area-directory a:nth-child(3n + 2),
.research-area-directory a:nth-child(3n + 3) {
  padding-left: 28px;
  border-left: 1px solid var(--research-line);
}

.research-area-directory a:hover,
.research-area-directory a:focus-visible {
  color: var(--research-accent);
  border-top-color: var(--research-accent);
}

.research-area-directory span {
  max-width: 30ch;
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4;
}

.research-area-directory small {
  color: var(--research-muted);
  font-size: 0.78rem;
}

.research-area-detail {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(380px, 0.98fr);
  gap: clamp(48px, 7vw, 112px);
  align-items: start;
  padding-top: clamp(76px, 9vw, 136px);
  padding-bottom: clamp(76px, 9vw, 136px);
  border-top: 1px solid var(--research-line);
  scroll-margin-top: 108px;
}

.research-area-detail.reverse figure {
  order: 2;
}

.research-area-detail figure {
  position: sticky;
  top: 116px;
  aspect-ratio: 4 / 3;
  margin: 0;
  overflow: hidden;
  background: #ececea;
}

.research-area-detail figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.research-area-detail-copy {
  color: var(--research-ink);
}

.research-area-detail-copy h2 {
  max-width: 18ch;
  margin: 26px 0 38px;
  font-family: var(--font-display);
  font-size: clamp(2.3rem, 3.8vw, 4.15rem);
  font-weight: 300;
  line-height: 1.08;
}

.research-area-detail-copy p {
  color: var(--research-muted);
  font-size: 1rem;
  line-height: 1.78;
}

.research-area-detail-copy .area-definition {
  color: var(--research-ink);
  font-size: clamp(1.05rem, 1.35vw, 1.25rem);
  line-height: 1.7;
}

.research-area-detail-copy h3 {
  margin: 42px 0 12px;
  color: var(--research-ink);
  font-family: var(--font-display);
  font-size: 0.78rem;
  font-weight: 600;
  text-transform: uppercase;
}

.area-topics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 38px;
  border-top: 1px solid var(--research-line);
}

.area-topics span {
  min-height: 64px;
  padding: 17px 12px 16px 0;
  border-bottom: 1px solid var(--research-line);
  color: var(--research-ink);
  font-size: 0.86rem;
  line-height: 1.45;
}

.area-topics span:nth-child(even) {
  padding-left: 18px;
  border-left: 1px solid var(--research-line);
}

.research-area-detail-copy .area-outcomes {
  margin-top: 34px;
  font-size: 0.9rem;
}

.area-outcomes strong {
  display: block;
  margin-bottom: 5px;
  color: var(--research-ink);
  font-family: var(--font-display);
  font-weight: 600;
}

.research-fit-note {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
  gap: clamp(48px, 9vw, 150px);
  padding-top: clamp(78px, 9vw, 130px);
  padding-bottom: clamp(82px, 10vw, 150px);
  border-top: 1px solid var(--research-line);
  color: var(--research-ink);
}

.research-fit-note h2 {
  max-width: 14ch;
  margin: 26px 0 0;
  font-family: var(--font-display);
  font-size: clamp(2.4rem, 4vw, 4.4rem);
  font-weight: 300;
  line-height: 1.08;
}

.research-fit-note p {
  color: var(--research-muted);
  font-size: 1.05rem;
  line-height: 1.8;
}

.research-fit-note .button {
  margin-top: 26px;
}

@media (max-width: 900px) {
  .research-areas-hero,
  .research-area-detail,
  .research-fit-note {
    grid-template-columns: 1fr;
  }

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

  .research-area-directory a:nth-child(3n + 2),
  .research-area-directory a:nth-child(3n + 3) {
    padding-left: 0;
    border-left: 0;
  }

  .research-area-directory a:nth-child(even) {
    padding-left: 24px;
    border-left: 1px solid var(--research-line);
  }

  .research-area-detail.reverse figure,
  .research-area-detail figure {
    position: static;
    order: 0;
  }
}

@media (max-width: 600px) {
  .research-areas-hero {
    padding-top: 66px;
    padding-bottom: 62px;
  }

  .research-areas-heading h1 {
    font-size: 3rem;
  }

  .research-area-directory {
    grid-template-columns: 1fr;
  }

  .research-area-directory a,
  .research-area-directory a:nth-child(even),
  .research-area-directory a:nth-child(3n + 2),
  .research-area-directory a:nth-child(3n + 3) {
    min-height: 112px;
    padding: 20px 0;
    border-left: 0;
  }

  .research-area-detail {
    gap: 36px;
  }

  .research-area-detail figure {
    aspect-ratio: 4 / 3;
  }

  .research-area-detail-copy h2 {
    margin: 20px 0 28px;
    font-size: 2.35rem;
  }

  .area-topics {
    grid-template-columns: 1fr;
  }

  .area-topics span:nth-child(even) {
    padding-left: 0;
    border-left: 0;
  }
}

.fellowship-editorial {
  max-width: none !important;
  padding-left: max(var(--gutter), calc((100vw - var(--max)) / 2 + var(--gutter))) !important;
  padding-right: max(var(--gutter), calc((100vw - var(--max)) / 2 + var(--gutter))) !important;
  color: #fff;
  background: #151515;
}

.fellowship-editorial .editorial-kicker {
  color: #9ea1a6;
}

.fellowship-editorial h2,
.fellowship-editorial .fellowship-main > p,
.fellowship-editorial .support-row strong {
  color: #fff;
}

.fellowship-editorial .fellowship-main > p {
  margin-top: 34px;
  color: #c9cacf;
}

.fellowship-editorial aside {
  margin: 34px 0 12px;
  padding: 20px 22px;
  color: #d9dadd;
  background: #242424;
  border-left: 2px solid #fff;
  font-size: 0.88rem;
  line-height: 1.65;
}

.fellowship-editorial .editorial-link {
  color: #fff;
  border-color: #fff;
}

.support-components {
  padding-top: 4px;
}

.support-row {
  display: grid;
  grid-template-columns: 24px minmax(150px, 0.42fr) minmax(0, 0.58fr);
  gap: 18px;
  padding: 24px 0;
  border-top: 1px solid #3c3c3c;
}

.support-row > .ui-icon {
  width: 20px;
  height: 20px;
  margin-top: 2px;
  color: #fff;
  stroke-width: 1.5;
}

.support-row strong {
  font-size: 0.98rem;
  font-weight: 500;
}

.support-row span {
  color: #aeb0b5;
  font-size: 0.9rem;
  line-height: 1.55;
}

.application-editorial .button {
  margin-top: 26px;
}

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

.application-list li {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  gap: 12px;
  padding: 22px 0;
  border-top: 1px solid var(--home-line);
  color: var(--home-ink);
  font-size: 1rem;
  font-weight: 500;
}

.application-list li > .ui-icon {
  width: 19px;
  height: 19px;
  margin-top: 3px;
  color: var(--home-blue);
  stroke-width: 1.6;
}

.application-list li:last-child {
  border-bottom: 1px solid var(--home-line);
}

.platform-editorial {
  max-width: none !important;
  padding-left: max(var(--gutter), calc((100vw - var(--max)) / 2 + var(--gutter))) !important;
  padding-right: max(var(--gutter), calc((100vw - var(--max)) / 2 + var(--gutter))) !important;
  background: var(--home-soft);
  border-top: 1px solid var(--home-line);
  border-bottom: 1px solid var(--home-line);
}

.platform-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(360px, 0.85fr);
  gap: clamp(48px, 7vw, 112px);
  align-items: center;
}

.platform-grid figure {
  margin: 0;
}

.platform-grid img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  filter: grayscale(1);
}

.platform-grid p {
  margin-top: 30px;
}

.platform-lines {
  margin: 32px 0 10px;
}

.platform-lines span {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  padding: 16px 0;
  border-top: 1px solid var(--home-line);
  color: var(--home-ink);
  font-size: 0.94rem;
}

.platform-lines .ui-icon {
  width: 17px;
  height: 17px;
  margin-top: 2px;
  color: var(--home-blue);
}

.partner-editorial .editorial-title-row {
  grid-template-columns: minmax(0, 3fr) minmax(340px, 2fr);
  gap: clamp(48px, 7vw, 112px);
  align-items: end;
  margin-bottom: 54px;
}

.partner-editorial .partner-logo-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  margin-top: 0;
  background: #fff;
  border-top: 1px solid var(--home-line);
  border-left: 1px solid var(--home-line);
}

.partner-editorial .partner-logo-card {
  min-height: 118px;
  padding: 22px 26px;
  background: #fff;
  border: 0;
  border-right: 1px solid var(--home-line);
  border-bottom: 1px solid var(--home-line);
  border-radius: 0;
  box-shadow: none;
}

.partner-editorial .partner-logo-card:hover {
  transform: none;
  background: #f6f6f4;
}

.partner-editorial .partner-logo-card img {
  width: min(76%, 190px);
  height: 54px;
  object-fit: contain;
  filter: grayscale(1);
  opacity: 0.78;
}

.partner-editorial .partner-logo-card:hover img {
  filter: none;
  opacity: 1;
}

.partner-editorial .partner-logo-card span {
  display: none;
}

.partner-editorial .partner-note {
  max-width: 920px;
  margin-top: 28px;
  color: #777a80;
  font-size: 0.78rem;
  line-height: 1.6;
}

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

.news-editorial .editorial-title-row {
  align-items: end;
  margin-bottom: 44px;
}

.news-editorial .editorial-link {
  justify-self: end;
}

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

.news-list a {
  display: grid;
  grid-template-columns: 118px 160px minmax(0, 1fr) 150px;
  gap: 28px;
  align-items: center;
  padding: 24px 0;
  border-bottom: 1px solid var(--home-line);
}

.news-list figure {
  aspect-ratio: 3 / 2;
  margin: 0;
  overflow: hidden;
  background: #e8e8e5;
}

.news-list figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1) contrast(1.04);
}

.media-placeholder {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 4px;
  padding: 16px;
  color: #fff;
  background: #202020;
}

.media-placeholder b {
  font-family: var(--font-display);
  font-size: clamp(1.4rem, 2.2vw, 2.2rem);
  font-weight: 400;
  line-height: 1;
}

.media-placeholder small {
  color: #c8c9cd;
  font-size: 0.68rem;
  text-transform: uppercase;
}

.site-editorial .news-card {
  padding-top: 0;
}

.site-editorial .news-card > figure {
  aspect-ratio: 4 / 3;
  margin: 0 0 24px;
  overflow: hidden;
  background: #e8e8e5;
}

.site-editorial .news-card > figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1) contrast(1.04);
}

.reviewer-network {
  background: #f3f3f1;
  border-top: 1px solid var(--page-line);
  border-bottom: 1px solid var(--page-line);
}

.reviewer-disclaimer {
  margin-top: 14px !important;
  font-size: 0.82rem !important;
  line-height: 1.58 !important;
}

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

.reviewer-profile img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center top;
  background: #dededb;
  filter: grayscale(1);
}

.reviewer-profile > div {
  padding-top: 18px;
}

.site-editorial .reviewer-profile h3 {
  margin: 0 0 6px;
  font-size: 1.1rem;
}

.site-editorial .reviewer-profile p {
  margin: 0;
  font-size: 0.78rem;
}

.site-editorial .reviewer-profile .reviewer-title {
  min-height: 4.8em;
  color: var(--page-ink);
  font-size: 0.82rem;
  line-height: 1.55;
}

.site-editorial .reviewer-profile .reviewer-meta {
  margin-top: 14px;
  padding-top: 12px;
  color: #777a80;
  border-top: 1px solid var(--page-line);
  font-size: 0.7rem;
  line-height: 1.5;
}

.reviewer-source {
  margin-top: 42px;
}

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

.scholar-preview-grid .media-placeholder {
  aspect-ratio: 16 / 9;
  margin-bottom: 20px;
}

.site-editorial .scholar-preview-grid h3 {
  margin: 0 0 8px;
  font-size: 1.18rem;
}

.site-editorial .scholar-preview-grid p {
  margin: 0;
  font-size: 0.9rem;
}

@media (max-width: 1080px) {
  .reviewer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.news-list a:hover strong {
  color: var(--home-blue);
}

.news-list time,
.news-list span {
  color: #74777c;
  font-size: 0.78rem;
}

.news-list span {
  text-align: right;
}

.news-list strong {
  color: var(--home-ink);
  font-size: 1rem;
  font-weight: 500;
}

.about-adw-editorial {
  border-top: 1px solid var(--home-line);
}

.home-editorial .site-footer {
  background: #111;
}

@media (max-width: 1080px) {
  .editorial-intro-grid,
  .application-editorial,
  .fellowship-editorial,
  .editorial-title-row,
  .platform-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .cycle-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 42px;
  }

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

  .partner-editorial .partner-logo-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .partner-editorial .editorial-title-row {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .partner-editorial .partner-logo-card {
    min-height: 96px;
    padding: 18px;
  }

  .news-editorial .editorial-link {
    justify-self: start;
  }
}

@media (max-width: 640px) {
  .editorial-hero {
    padding-top: 58px;
  }

  .home-editorial .hero-meta {
    margin-bottom: 34px;
    gap: 8px 18px;
  }

  .editorial-hero h1 {
    font-size: 2.85rem;
    line-height: 1.02;
  }

  .editorial-hero .subtitle {
    margin-top: 34px;
    font-size: 1.18rem;
  }

  .editorial-hero .subtitle span {
    display: block;
    margin: 0 0 6px;
  }

  .editorial-hero .lede {
    margin-top: 28px;
    font-size: 1rem;
  }

  .editorial-hero .actions {
    margin-bottom: 42px;
  }

  .editorial-hero-media img {
    aspect-ratio: 4 / 5;
    object-position: 52% center;
  }

  .editorial-hero-media figcaption {
    left: 0;
    right: auto;
    max-width: 88%;
    padding: 12px 14px;
    font-size: 0.72rem;
  }

  .hero-deadlines,
  .cycle-list,
  .research-index {
    grid-template-columns: 1fr;
  }

  .hero-deadlines div {
    min-height: 0;
    padding: 18px 0;
    border-right: 0;
    border-top: 1px solid var(--home-line);
  }

  .hero-deadlines div:first-child {
    border-left: 0;
  }

  .home-editorial .section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .editorial-intro h2,
  .about-adw-editorial h2,
  .application-editorial h2,
  .fellowship-editorial h2,
  .platform-editorial h2,
  .news-editorial h2,
  .partner-editorial h2,
  .research-editorial .editorial-title-row h2 {
    font-size: 2.25rem;
  }

  .cycle-list {
    gap: 32px;
  }

  .research-index {
    margin-top: 46px;
  }

  .research-index div {
    min-height: 0;
  }

  .support-row {
    grid-template-columns: 24px minmax(0, 1fr);
    gap: 8px;
  }

  .support-row span {
    grid-column: 2;
  }

  .partner-editorial .partner-logo-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .partner-editorial .partner-logo-card {
    min-height: 78px;
    padding: 12px;
  }

  .partner-editorial .partner-logo-card img {
    width: 82%;
    height: 40px;
  }

  .partner-editorial .partner-logo-card:last-child {
    grid-column: 2;
  }

  .news-list a {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .news-list span {
    text-align: left;
  }
}

/* Shared editorial system for all program pages */
.site-editorial {
  --page-ink: #171717;
  --page-muted: #5e6269;
  --page-line: #d9dade;
  --page-soft: #f3f3f1;
  --page-blue: #132c8c;
  color: var(--page-ink);
  background: #fdfdfc;
}

.site-editorial .site-header {
  background: rgba(253, 253, 252, 0.96);
  box-shadow: 0 1px 0 rgba(23, 23, 23, 0.14);
}

.site-editorial .site-nav a {
  color: #404247;
  font-size: 0.7rem;
  font-weight: 500;
}

.site-editorial .site-nav a:hover,
.site-editorial .site-nav a.active {
  color: #000;
}

.site-editorial .nav-cta,
.site-editorial .button.primary {
  color: #fff !important;
  background: #111;
  border-color: #111;
  border-radius: 2px;
  box-shadow: none;
}

.site-editorial .button {
  min-height: 42px;
  color: var(--page-ink);
  background: transparent;
  border: 1px solid var(--page-ink);
  border-radius: 2px;
  box-shadow: none;
  font-size: 0.86rem;
  font-weight: 500;
}

.site-editorial .button:hover {
  color: #fff;
  background: var(--page-blue);
  border-color: var(--page-blue);
  transform: none;
}

.site-editorial .button.text-link {
  min-height: auto;
  padding: 0 0 3px;
  color: var(--page-ink);
  background: transparent;
  border: 0;
  border-bottom: 1px solid currentColor;
  border-radius: 0;
}

.site-editorial .hero.hero-simple,
.site-editorial .hero.hero-simple.editorial-hero {
  display: block;
  max-width: var(--max);
  margin: 0 auto;
  padding: clamp(86px, 9vw, 150px) var(--gutter) clamp(68px, 7vw, 112px);
  overflow: visible;
}

.site-editorial .hero-simple::after,
.site-editorial .hero::before,
.site-editorial .poster-strip {
  display: none;
}

.site-editorial .hero-simple > div,
.site-editorial .hero-simple.editorial-hero > div {
  max-width: 1120px;
}

.site-editorial .eyebrow,
.site-editorial .hero-meta,
.site-editorial .section-code,
.site-editorial .date,
.site-editorial .meta,
.site-editorial .badge {
  color: #777b82;
  font-family: var(--font-sans);
  font-size: 0.72rem;
  font-weight: 500;
  line-height: 1.35;
  text-transform: uppercase;
  letter-spacing: 0;
}

.site-editorial .eyebrow {
  display: block;
  margin-bottom: 38px;
}

.site-editorial .page-title,
.site-editorial .hero-simple .page-title {
  max-width: 1050px;
  margin: 0;
  color: var(--page-ink);
  font-family: var(--font-display);
  font-size: clamp(3.2rem, 5.8vw, 6.1rem);
  font-weight: 300;
  line-height: 1.02;
  letter-spacing: 0;
}

.site-editorial .page-title em {
  font-weight: 300;
  font-style: italic;
}

.site-editorial .hero-simple .subtitle {
  margin-top: 40px;
  color: var(--page-blue);
  font-family: var(--font-display);
  font-size: clamp(1.2rem, 2vw, 1.85rem);
  font-weight: 300;
  line-height: 1.35;
}

.site-editorial .hero-simple .lede {
  max-width: 780px;
  margin-top: 38px;
  color: var(--page-muted);
  font-family: var(--font-sans);
  font-size: clamp(1.02rem, 1.3vw, 1.18rem);
  font-weight: 400;
  line-height: 1.72;
  letter-spacing: 0;
}

.site-editorial .hero-simple .lede + .lede {
  margin-top: 18px;
}

.site-editorial .inner-page-visual {
  position: relative;
  max-width: calc(var(--max) - (var(--gutter) * 2));
  margin: 0 auto;
  overflow: hidden;
  background: var(--page-soft);
}

.site-editorial .inner-page-visual img {
  display: block;
  width: 100%;
  aspect-ratio: 2.25 / 1;
  object-fit: cover;
}

.site-editorial .inner-page-visual figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 520px;
  padding: 15px 20px;
  color: #fff;
  background: rgba(15, 15, 15, 0.88);
  font-size: 0.76rem;
  line-height: 1.45;
}

.site-editorial .section {
  padding-top: clamp(76px, 7vw, 116px);
  padding-bottom: clamp(76px, 7vw, 116px);
}

.site-editorial .section.compact {
  padding-top: 68px;
  padding-bottom: 72px;
}

.site-editorial .section.band,
.site-editorial .section.band-light {
  background: var(--page-soft);
  border-top: 1px solid var(--page-line);
  border-bottom: 1px solid var(--page-line);
  box-shadow: none;
}

.site-editorial .section-head,
.site-editorial .partner-network .section-head {
  display: grid;
  grid-template-columns: minmax(250px, 0.38fr) minmax(0, 0.62fr);
  gap: clamp(44px, 7vw, 112px);
  margin-bottom: 46px;
  padding-top: 0;
  border-top: 0;
  align-items: start;
}

.site-editorial .section-head + .section-head {
  margin-top: 76px;
  padding-top: 58px;
  border-top: 1px solid var(--page-line);
}

.site-editorial .section h2,
.site-editorial .section-head h2,
.site-editorial .authority-card h2,
.site-editorial .notice-box h2 {
  margin: 0;
  color: var(--page-ink);
  font-family: var(--font-display);
  font-size: clamp(2.1rem, 3.2vw, 3.5rem);
  font-weight: 300;
  line-height: 1.08;
  letter-spacing: 0;
}

.site-editorial .section h3,
.site-editorial .card h3,
.site-editorial .media-card h3,
.site-editorial .step h3 {
  color: var(--page-ink);
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.38;
  letter-spacing: 0;
}

.site-editorial .section p,
.site-editorial .section li,
.site-editorial .article-body p,
.site-editorial .section-head p,
.site-editorial .muted {
  color: var(--page-muted);
  font-family: var(--font-sans);
  font-size: 1.02rem;
  line-height: 1.72;
  letter-spacing: 0;
}

.site-editorial .article-body {
  max-width: 760px;
}

.site-editorial .article-body p {
  margin-bottom: 1.35em;
}

.site-editorial .display-quote {
  color: var(--page-ink);
  font-size: clamp(2.2rem, 3.6vw, 4.2rem);
  line-height: 1.12;
}

.site-editorial .theme-note {
  border-top-color: var(--page-ink);
}

.site-editorial .theme-note span {
  color: var(--page-blue);
}

.site-editorial .grid {
  gap: 0 34px;
}

.site-editorial .card,
.site-editorial .card.blue,
.site-editorial .card.yellow,
.site-editorial .authority-card,
.site-editorial .fact-item,
.site-editorial .org-grid .card,
.site-editorial .partner-card {
  position: relative;
  min-height: 0;
  padding: 24px 0 30px;
  color: var(--page-ink);
  background: transparent;
  border: 0;
  border-top: 1px solid var(--page-line);
  border-radius: 0;
  box-shadow: none;
}

.site-editorial .card:hover {
  transform: none;
  box-shadow: none;
}

.site-editorial .card > .ui-icon,
.site-editorial .step > .ui-icon,
.site-editorial .notice-box > .ui-icon,
.site-editorial .mini-index a > .ui-icon {
  width: 21px;
  height: 21px;
  margin-bottom: 24px;
  color: var(--page-blue);
  stroke-width: 1.55;
}

.site-editorial .card > p:last-child {
  margin-bottom: 0;
}

.site-editorial .grid .card:not(:has(h3)):not(:has(img)) {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  font-size: 0.98rem;
  line-height: 1.55;
}

.site-editorial .grid .card:not(:has(h3)):not(:has(img)) > .ui-icon {
  margin: 1px 0 0;
}

.site-editorial .cycle-grid .card,
.site-editorial .program-facts .fact-item {
  border-top: 2px solid var(--page-ink);
}

.site-editorial .cycle-grid .card h3,
.site-editorial .fact-item span {
  color: #7a7d82;
  font-family: var(--font-sans);
  font-size: 0.72rem;
  font-weight: 500;
  line-height: 1.35;
  text-transform: uppercase;
}

.site-editorial .program-facts {
  gap: 0 28px;
}

.site-editorial .authority-grid {
  gap: clamp(48px, 8vw, 120px);
}

.site-editorial .authority-card .inline-logo,
.site-editorial .org-grid .inline-logo {
  max-width: 300px;
  max-height: 90px;
  object-fit: contain;
  object-position: left center;
}

.site-editorial .notice-box {
  position: relative;
  padding: 24px 26px 24px 64px;
  color: var(--page-muted);
  background: #ececea;
  border: 0;
  border-left: 2px solid var(--page-ink);
  border-radius: 0;
  box-shadow: none;
}

.site-editorial .notice-box > .ui-icon {
  position: absolute;
  top: 26px;
  left: 24px;
  margin: 0;
  color: var(--page-ink);
}

.site-editorial .notice-box p:last-child {
  margin-bottom: 0;
}

.site-editorial .checklist {
  display: block;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.site-editorial .checklist li {
  position: relative;
  display: grid;
  grid-template-columns: 26px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  padding: 18px 0;
  color: var(--page-ink);
  background: transparent;
  border: 0;
  border-top: 1px solid var(--page-line);
  border-radius: 0;
  box-shadow: none;
}

.site-editorial .checklist li::before {
  content: none;
}

.site-editorial .materials-checklist {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 34px;
  margin-top: 32px;
}

.site-editorial .materials-checklist li {
  min-height: 92px;
  grid-template-columns: 30px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  padding: 23px 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.48;
}

.site-editorial .materials-checklist li:nth-last-child(-n + 2) {
  border-bottom: 1px solid var(--page-line);
}

.site-editorial .materials-checklist .ui-icon {
  width: 22px;
  height: 22px;
  margin-top: 1px;
  color: var(--page-ink);
  stroke-width: 1.45;
}

.site-editorial .materials-intro {
  max-width: 48rem;
  margin: 0;
}

.site-editorial .materials-meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 34px;
  margin-top: 34px;
}

.site-editorial .materials-meta > div {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 14px;
  padding-top: 22px;
  border-top: 2px solid var(--page-ink);
}

.site-editorial .materials-meta .ui-icon {
  width: 21px;
  height: 21px;
  margin-top: 4px;
  color: var(--page-blue);
}

.site-editorial .materials-meta p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.62;
}

.site-editorial .materials-meta strong {
  color: var(--page-ink);
  font-weight: 600;
}

.site-editorial .materials-meta a {
  color: var(--page-ink);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.site-editorial .materials-meta span {
  color: #74777d;
}

.site-editorial .checklist li:last-child {
  border-bottom: 1px solid var(--page-line);
}

.site-editorial .checklist .ui-icon {
  width: 19px;
  height: 19px;
  margin-top: 4px;
  color: var(--page-blue);
  stroke-width: 1.6;
}

.site-editorial .stepper {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0 28px;
}

.site-editorial .step {
  min-height: 150px;
  padding: 24px 0;
  background: transparent;
  border: 0;
  border-top: 1px solid var(--page-line);
  border-radius: 0;
  box-shadow: none;
}

.site-editorial .step::before {
  display: none;
}

.site-editorial .timeline {
  border-top: 1px solid var(--page-ink);
}

.site-editorial .timeline-row {
  display: grid;
  grid-template-columns: minmax(200px, 0.32fr) minmax(0, 0.68fr);
  gap: 30px;
  padding: 22px 0;
  color: var(--page-ink);
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--page-line);
  border-radius: 0;
  box-shadow: none;
}

.site-editorial .timeline-row strong {
  color: var(--page-ink);
  font-weight: 500;
}

.site-editorial .timeline-row span {
  color: var(--page-muted);
}

.site-editorial .table-wrap {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.site-editorial table {
  border-top: 1px solid var(--page-ink);
}

.site-editorial th,
.site-editorial td {
  padding: 19px 0;
  color: var(--page-ink);
  background: transparent;
  border-bottom: 1px solid var(--page-line);
  font-size: 0.96rem;
  line-height: 1.5;
}

.site-editorial th:last-child,
.site-editorial td:last-child {
  width: 120px;
  text-align: right;
}

.site-editorial .mini-index {
  border-top: 1px solid var(--page-ink);
}

.site-editorial .mini-index a,
.site-editorial .mini-index div {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  padding: 18px 0;
  color: var(--page-ink);
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--page-line);
  border-radius: 0;
  box-shadow: none;
}

.site-editorial .mini-index a > .ui-icon {
  margin: 0;
}

.site-editorial .media-grid {
  gap: 26px;
}

.site-editorial .media-card {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.site-editorial .media-card img {
  filter: grayscale(1);
}

.site-editorial .media-card div {
  padding: 18px 0 0;
}

.site-editorial .media-card span {
  color: #777b82;
  font-size: 0.72rem;
  text-transform: uppercase;
}

.site-editorial .badge,
.site-editorial .badge.red {
  display: inline-block;
  padding: 0;
  color: var(--page-blue);
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.site-editorial .grid.four article.card {
  display: flex;
  flex-direction: column;
  min-height: 360px;
}

.site-editorial .grid.four article.card .button {
  width: fit-content;
  margin-top: auto;
}

.site-editorial .site-footer {
  background: #111;
}

.footer-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.footer-socials a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 36px;
  padding: 8px 11px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.22);
  font-size: 0.72rem;
  line-height: 1;
  transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.footer-socials a:hover {
  color: #111;
  background: #fff;
  border-color: #fff;
}

.footer-socials svg {
  width: 16px;
  height: 16px;
  stroke-width: 1.7;
}

.footer-socials .brand-icon {
  display: inline-grid;
  width: 16px;
  height: 16px;
  place-items: center;
  color: #fff;
  background: currentColor;
  font-family: Arial, sans-serif;
  font-size: 0;
  font-weight: 700;
  line-height: 1;
}

.footer-socials .brand-icon::after {
  content: "in";
  color: #111;
  font-size: 10px;
}

.footer-socials a:hover .brand-icon {
  color: #111;
}

.footer-socials a:hover .brand-icon::after {
  color: #fff;
}

.applications-closed .nav-cta,
.applications-upcoming .nav-cta {
  color: #111;
  background: #ececea;
  border-color: #d5d5d2;
}

.applications-closed .actions .button.primary,
.applications-upcoming .actions .button.primary {
  color: #111;
  background: #ececea;
  border-color: #d5d5d2;
}

.site-editorial .lucide,
.home-editorial .lucide {
  flex: 0 0 auto;
  stroke-width: 1.6;
}

@media (max-width: 1080px) {
  .site-editorial .section-head,
  .site-editorial .partner-network .section-head,
  .site-editorial .authority-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

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

@media (max-width: 640px) {
  .site-editorial .hero.hero-simple,
  .site-editorial .hero.hero-simple.editorial-hero {
    padding: 60px var(--gutter) 52px;
  }

  .site-editorial .eyebrow {
    margin-bottom: 26px;
  }

  .site-editorial .page-title,
  .site-editorial .hero-simple .page-title {
    font-size: 2.65rem;
    line-height: 1.04;
  }

  .site-editorial .hero-simple .lede {
    margin-top: 26px;
    font-size: 1rem;
    line-height: 1.68;
  }

  .site-editorial .inner-page-visual {
    margin-inline: var(--gutter);
  }

  .site-editorial .inner-page-visual img {
    aspect-ratio: 4 / 3;
  }

  .site-editorial .inner-page-visual figcaption {
    left: 0;
    right: auto;
    max-width: 88%;
    padding: 11px 13px;
    font-size: 0.7rem;
  }

  .site-editorial .section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .site-editorial .section h2,
  .site-editorial .section-head h2,
  .site-editorial .authority-card h2,
  .site-editorial .notice-box h2 {
    font-size: 2rem;
  }

  .site-editorial .section p,
  .site-editorial .section li,
  .site-editorial .article-body p,
  .site-editorial .section-head p,
  .site-editorial .muted {
    font-size: 0.98rem;
    line-height: 1.68;
  }

  .site-editorial .stepper,
  .site-editorial .timeline-row {
    grid-template-columns: 1fr;
  }

  .site-editorial .step {
    min-height: 0;
  }

  .site-editorial .timeline-row {
    gap: 6px;
  }

  .site-editorial .notice-box {
    padding: 54px 20px 22px;
  }

  .site-editorial .notice-box > .ui-icon {
    top: 20px;
    left: 20px;
  }

  .site-editorial table,
  .site-editorial tbody,
  .site-editorial tr {
    display: block;
    width: 100%;
    min-width: 0;
  }

  .site-editorial thead {
    display: none;
  }

  .site-editorial tr {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 18px;
    padding: 18px 0;
    border-bottom: 1px solid var(--page-line);
  }

  .site-editorial td,
  .site-editorial td:last-child {
    width: auto;
    padding: 0;
    border: 0;
    text-align: left;
  }

  .site-editorial td:last-child {
    color: var(--page-blue);
    font-weight: 600;
  }
}

/* Keep research-gallery typography above generic inner-page heading rules. */
.site-editorial .section .research-area-copy h3 {
  max-width: 25ch;
  margin: 0 0 11px;
  color: var(--page-ink);
  font-size: clamp(1.12rem, 1.35vw, 1.4rem);
  font-weight: 500;
  line-height: 1.3;
}

.site-editorial .section .research-area-copy p {
  max-width: 34em;
  margin: 0;
  color: var(--page-muted);
  font-size: 0.94rem;
  line-height: 1.65;
}

@media (max-width: 640px) {
  .site-editorial .section .research-area-copy h3 {
    font-size: 1.18rem;
  }

  .site-editorial .section .research-area-copy p {
    font-size: 0.95rem;
  }

  .site-editorial .materials-checklist,
  .site-editorial .materials-meta {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .site-editorial .materials-checklist li {
    min-height: 0;
  }

  .site-editorial .materials-checklist li:nth-last-child(2) {
    border-bottom: 0;
  }

  .site-editorial .materials-meta {
    gap: 28px;
  }

  .reviewer-grid,
  .scholar-preview-grid {
    grid-template-columns: 1fr;
  }

  .reviewer-grid {
    gap: 40px;
  }

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