.initiatives-page {
  background: var(--ink);
}

/* Denser editorial copy and a neutral contrast field over the moving object. */
.station-copy {
  background: rgba(7, 23, 26, 0.95);
  box-shadow: 0 24px 90px rgba(0, 0, 0, 0.3);
}

.station-lead {
  color: #edf2ef;
  font-size: 21px;
  line-height: 1.64;
}

.station-data dd {
  color: #e4eae7;
  font-size: 17px;
  line-height: 1.55;
}

@media (max-width: 820px) {
  .entry-lead,
  .station-lead {
    font-size: 18px;
  }

  .station-data dd {
    font-size: 16px;
  }
}

.initiatives-page .desktop-nav [aria-current="page"] {
  color: var(--lime);
}

.initiatives-page .zone-indicator {
  left: auto;
  right: var(--page-pad);
  text-align: right;
}

.project-zone {
  position: relative;
  min-height: 150svh;
  padding-inline: var(--page-pad);
}

.initiative-entry {
  min-height: 145svh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: var(--header-h);
}

.initiative-entry h1 {
  margin: 0;
  font-family: "Archivo Black", Impact, sans-serif;
  font-size: 108px;
  line-height: 0.9;
}

.entry-lead {
  max-width: 670px;
  margin: 34px 0 0;
  font-size: 21px;
}

.entry-count {
  position: absolute;
  right: var(--page-pad);
  bottom: 22svh;
  display: flex;
  align-items: flex-end;
  gap: 14px;
  color: var(--lime);
  font-family: "IBM Plex Mono", monospace;
  text-transform: uppercase;
}

.entry-count strong {
  font-family: "Archivo Black", Impact, sans-serif;
  font-size: 86px;
  line-height: 0.75;
}

.entry-count span {
  font-size: 11px;
  line-height: 1.35;
}

.project-station {
  min-height: 220svh;
  display: flex;
  align-items: center;
}

.station-copy {
  width: min(680px, 54vw);
  margin-left: auto;
  padding: 42px 48px 48px;
  background: rgba(7, 23, 26, 0.82);
  border-left: 4px solid var(--cyan);
  backdrop-filter: blur(12px);
}

.station-school .station-copy {
  margin-left: 0;
  border-left-color: var(--lime);
}

.station-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 68px;
  font-family: "IBM Plex Mono", monospace;
  font-size: 11px;
  text-transform: uppercase;
}

.project-status {
  padding: 6px 8px;
  color: var(--ink);
  border-radius: 3px;
}

.status-open {
  background: var(--lime);
}

.status-upcoming {
  background: var(--sky);
}

.project-station h2,
.archive-transfer h2 {
  margin: 0;
  font-family: "Archivo Black", Impact, sans-serif;
  font-size: 64px;
  line-height: 0.98;
}

.project-station .program-subtitle {
  margin: 14px 0 0;
  color: var(--lime);
  font-family: "IBM Plex Mono", monospace;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
}

.station-lead {
  max-width: 590px;
  margin: 28px 0 36px;
  font-size: 19px;
}

.station-data {
  margin: 0 0 38px;
}

.station-data div {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 20px;
  padding: 16px 0;
  border-top: 1px solid rgba(245, 247, 242, 0.22);
}

.station-data dt {
  color: var(--sky);
  font-family: "IBM Plex Mono", monospace;
  font-size: 11px;
  text-transform: uppercase;
}

.station-data dd {
  margin: 0;
  font-size: 15px;
}

.station-index {
  position: absolute;
  left: var(--page-pad);
  bottom: 24svh;
  display: flex;
  align-items: center;
  gap: 14px;
  color: var(--coral);
  font-family: "Archivo Black", Impact, sans-serif;
  font-size: 72px;
}

.station-school .station-index {
  left: auto;
  right: var(--page-pad);
  color: var(--lime);
}

.station-index i {
  width: 110px;
  height: 2px;
  background: currentColor;
}

.archive-transfer {
  min-height: 130svh;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  color: var(--ink);
  background: rgba(245, 247, 242, 0.72);
}

.archive-transfer .signal-label {
  color: #63351f;
}

.archive-transfer > p:not(.signal-label) {
  max-width: 620px;
  margin: 28px 0 34px;
  font-size: 20px;
}

@media (max-width: 820px) {
  .initiatives-page .zone-indicator {
    display: none;
  }

  .initiative-entry {
    min-height: 135svh;
    justify-content: flex-end;
    padding-bottom: 28svh;
  }

  .initiative-entry h1 {
    font-size: 54px;
  }

  .entry-lead {
    font-size: 17px;
  }

  .entry-count {
    left: var(--page-pad);
    right: auto;
    bottom: 12svh;
  }

  .entry-count strong {
    font-size: 64px;
  }

  .project-station {
    min-height: 230svh;
    align-items: flex-end;
    padding-bottom: 22svh;
  }

  .station-copy,
  .station-school .station-copy {
    width: 100%;
    margin: 0;
    padding: 30px 24px 34px;
  }

  .station-meta {
    margin-bottom: 42px;
  }

  .project-station h2,
  .archive-transfer h2 {
    font-size: 40px;
  }

  .station-data div {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .station-index,
  .station-school .station-index {
    top: 28svh;
    bottom: auto;
    left: var(--page-pad);
    right: auto;
    font-size: 52px;
  }

  .archive-transfer {
    min-height: 115svh;
  }
}

.station-copy {
  background: rgba(7, 23, 26, 0.95);
  box-shadow: 0 24px 90px rgba(0, 0, 0, 0.3);
}

.station-lead {
  color: #edf2ef;
  font-size: 21px;
  line-height: 1.64;
}

.station-data dd {
  color: #e4eae7;
  font-size: 17px;
  line-height: 1.55;
}

@media (max-width: 820px) {
  .entry-lead,
  .station-lead {
    font-size: 18px;
  }

  .station-data dd {
    font-size: 16px;
  }
}
