.initiative-detail-page {
  --program-accent: var(--cyan);
  --program-soft: var(--sky);
  background: var(--ink);
}

/* The narrative is the foreground; the prototype remains visible without eating it. */
.reason-copy {
  background: rgba(7, 23, 26, 0.95);
  box-shadow: 0 24px 90px rgba(0, 0, 0, 0.3);
}

.reason-copy > p:not(.signal-label) {
  color: #edf2ef;
  font-size: 21px;
  line-height: 1.64;
}

.process-heading {
  padding: 30px 32px 34px;
  background: rgba(7, 23, 26, 0.94);
  border-top: 3px solid var(--program-accent);
}

.process-steps li > div {
  max-width: 690px;
  padding: 32px 34px 36px;
  background: rgba(7, 23, 26, 0.9);
  border-left: 3px solid transparent;
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.18);
  transition: border-color 240ms ease, background-color 240ms ease;
}

.process-steps li.is-active > div {
  background: rgba(7, 23, 26, 0.97);
  border-left-color: var(--program-accent);
}

.process-steps h3 {
  font-size: 42px;
}

.process-steps p {
  max-width: 650px;
  color: #dce3e1;
  font-size: 21px;
  line-height: 1.65;
}

@media (max-width: 820px) {
  .detail-hero .hero-summary {
    font-size: 18px;
  }

  .process-heading {
    padding: 26px 24px 20svh;
  }

  .process-steps li > div {
    padding: 24px 22px 28px;
  }

  .process-steps h3 {
    font-size: 32px;
  }

  .process-steps p {
    font-size: 18px;
  }
}

.initiative-detail-page[data-theme="school"] {
  --program-accent: var(--lime);
  --program-soft: var(--lime-soft);
}

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

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

.detail-zone {
  position: relative;
  padding-inline: var(--page-pad);
}

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

.detail-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  margin-bottom: 30px;
  color: var(--program-soft);
  font-family: "IBM Plex Mono", monospace;
  font-size: 12px;
  text-transform: uppercase;
}

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

.detail-hero h1 {
  max-width: 1050px;
  margin: 0;
  font-family: "Archivo Black", Impact, sans-serif;
  font-size: 92px;
  line-height: 0.94;
}

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

.detail-hero .hero-summary {
  max-width: 680px;
  margin: 34px 0;
  font-size: 21px;
}

.detail-hero .primary-action {
  background: var(--program-accent);
}

.detail-marker {
  position: absolute;
  right: var(--page-pad);
  bottom: 20svh;
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--program-accent);
  font-family: "IBM Plex Mono", monospace;
  font-size: 11px;
  text-transform: uppercase;
}

.detail-marker i {
  width: 100px;
  height: 2px;
  background: currentColor;
}

.detail-reason {
  min-height: 190svh;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.72fr);
  gap: 12vw;
  align-items: center;
}

.detail-reason h2,
.detail-process h2,
.detail-outcome h2,
.detail-cta h2 {
  margin: 0;
  font-family: "Archivo Black", Impact, sans-serif;
  font-size: 62px;
  line-height: 1;
}

.reason-copy {
  padding: 38px 42px;
  background: rgba(7, 23, 26, 0.82);
  border-left: 4px solid var(--program-accent);
  backdrop-filter: blur(12px);
}

.reason-copy > p:not(.signal-label) {
  margin: 28px 0 0;
  font-size: 19px;
}

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

.audience-list li {
  padding: 20px 0;
  border-top: 1px solid rgba(245, 247, 242, 0.26);
}

.audience-list span {
  display: block;
  margin-bottom: 7px;
  color: var(--program-soft);
  font-family: "IBM Plex Mono", monospace;
  font-size: 11px;
  text-transform: uppercase;
}

.detail-process {
  min-height: 100svh;
  display: grid;
  grid-template-columns: minmax(300px, 0.75fr) minmax(0, 1.25fr);
  gap: 10vw;
  padding: 20svh var(--page-pad);
  padding-bottom: 20svh;
  background: rgba(7, 23, 26, 0.64);
}

.process-heading {
  position: sticky;
  top: calc(var(--header-h) + 10svh);
  height: max-content;
  text-shadow: 0 2px 18px var(--ink);
}

.process-progress {
  width: min(360px, 100%);
  height: 3px;
  margin: 38px 0 12px;
  background: rgba(245, 247, 242, 0.2);
}

.process-progress i {
  display: block;
  width: 0;
  height: 100%;
  background: var(--program-accent);
}

.process-status {
  color: var(--program-accent);
  font-family: "IBM Plex Mono", monospace;
  font-size: 12px;
  text-transform: uppercase;
}

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

.process-steps li {
  min-height: 92svh;
  display: grid;
  grid-template-columns: 62px 1fr;
  align-content: center;
  opacity: 0.32;
  transition: opacity 240ms ease;
}

.process-steps li.is-active {
  opacity: 1;
}

.process-steps li > span {
  color: var(--program-soft);
  font-family: "IBM Plex Mono", monospace;
  font-size: 12px;
}

.process-steps h3 {
  margin: 0;
  font-family: "Archivo Black", Impact, sans-serif;
  font-size: 38px;
  line-height: 1.05;
}

.process-steps p {
  max-width: 600px;
  margin: 18px 0 0;
  color: var(--steel);
  font-size: 19px;
}

.detail-outcome {
  min-height: 150svh;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10vw;
  align-items: center;
  color: var(--ink);
  background: rgba(245, 247, 242, 0.9);
}

.detail-outcome .signal-label {
  color: var(--deep);
}

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

.outcome-list li {
  position: relative;
  padding: 18px 0 18px 34px;
  border-top: 1px solid rgba(4, 69, 76, 0.3);
}

.outcome-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 26px;
  width: 10px;
  height: 10px;
  background: var(--program-accent);
}

.detail-cta {
  min-height: 110svh;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

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

.detail-cta .primary-action {
  background: var(--program-accent);
}

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

  .detail-hero {
    min-height: 145svh;
    justify-content: flex-end;
    padding-bottom: 28svh;
  }

  .detail-hero h1 {
    font-size: 48px;
  }

  .detail-hero .hero-summary {
    font-size: 17px;
  }

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

  .detail-reason {
    min-height: 210svh;
    grid-template-columns: 1fr;
    gap: 60svh;
    align-content: center;
  }

  .detail-reason h2,
  .detail-process h2,
  .detail-outcome h2,
  .detail-cta h2 {
    font-size: 38px;
  }

  .reason-copy {
    padding: 28px 24px 32px;
  }

  .detail-process {
    min-height: auto;
    display: block;
    padding-top: 16svh;
  }

  .process-heading {
    position: relative;
    top: 0;
    padding-bottom: 20svh;
  }

  .process-steps li {
    min-height: 82svh;
    grid-template-columns: 42px 1fr;
  }

  .process-steps h3 {
    font-size: 30px;
  }

  .process-steps p {
    font-size: 17px;
  }

  .detail-outcome {
    min-height: 160svh;
    grid-template-columns: 1fr;
    align-content: center;
  }

  .detail-cta {
    min-height: 105svh;
  }
}

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

.reason-copy > p:not(.signal-label) {
  color: #edf2ef;
  font-size: 21px;
  line-height: 1.64;
}

.process-heading {
  padding: 30px 32px 34px;
  background: rgba(7, 23, 26, 0.94);
  border-top: 3px solid var(--program-accent);
}

.process-steps li > div {
  max-width: 690px;
  padding: 32px 34px 36px;
  background: rgba(7, 23, 26, 0.9);
  border-left: 3px solid transparent;
}

.process-steps li.is-active > div {
  background: rgba(7, 23, 26, 0.97);
  border-left-color: var(--program-accent);
}

.process-steps h3 {
  font-size: 42px;
}

.process-steps p {
  max-width: 650px;
  color: #dce3e1;
  font-size: 21px;
  line-height: 1.65;
}

@media (max-width: 820px) {
  .detail-hero .hero-summary {
    font-size: 18px;
  }

  .process-heading {
    padding: 26px 24px 20svh;
  }

  .process-steps li > div {
    padding: 24px 22px 28px;
  }

  .process-steps h3 {
    font-size: 32px;
  }

  .process-steps p {
    font-size: 18px;
  }
}
