body[data-page="story"] { --page-accent: var(--clay); }

.revised-story-hero h1 { max-width: 1160px; }
.revised-story-hero .page-hero-lede { max-width: 790px; }
.revised-story-hero .story-hero-visual {
  aspect-ratio: 9 / 5;
  height: auto;
  min-height: 0;
}
.revised-story-hero .story-hero-visual img {
  height: auto;
  object-fit: contain;
  transform: none;
  width: 100%;
}

.origin-condensed .origin-chapters article { min-height: 410px; }
.origin-condensed .origin-chapters h3 { max-width: 640px; }

.campaign-section {
  background: var(--paper);
  display: grid;
  gap: 9vw;
  grid-template-columns: 0.82fr 1.18fr;
}
.campaign-intro { align-self: start; position: sticky; top: 130px; }
.campaign-intro h2 {
  font-size: clamp(2.8rem, 4.5vw, 5.2rem);
  letter-spacing: -0.075em;
  line-height: 0.93;
  margin: 0;
  max-width: 760px;
}
.campaign-intro > p:last-child {
  font-size: 18px;
  line-height: 1.55;
  margin: 38px 0 0;
  max-width: 590px;
}
.campaign-methods { border-top: 1px solid var(--line); }
.campaign-methods article {
  align-items: start;
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 34px;
  grid-template-columns: 42px 1fr;
  padding: 46px 0 52px;
}
.campaign-methods article > span {
  color: #77736b;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  padding-top: 8px;
}
.campaign-methods h3 {
  font-size: clamp(2rem, 3.35vw, 4rem);
  letter-spacing: -0.06em;
  line-height: 0.98;
  margin: 0 0 18px;
  max-width: 680px;
}
.campaign-methods p {
  font-size: 16px;
  line-height: 1.55;
  margin: 0;
  max-width: 610px;
}
.campaign-conclusion {
  border-left: 4px solid var(--ink);
  font-size: clamp(1.9rem, 3.6vw, 4.2rem);
  font-weight: 650;
  grid-column: 1 / -1;
  letter-spacing: -0.055em;
  line-height: 1.05;
  margin: 30px 0 0 32%;
  max-width: 870px;
  padding-left: 30px;
}

.career-story { background: var(--forest); color: var(--paper); }
.career-heading {
  align-items: end;
  display: grid;
  gap: 8vw;
  grid-template-columns: 1.2fr 0.8fr;
}
.career-heading .kicker { grid-column: 1 / -1; margin-bottom: -2vw; }
.career-heading h2 {
  font-size: clamp(3.2rem, 6.7vw, 7.4rem);
  letter-spacing: -0.08em;
  line-height: 0.91;
  margin: 0;
  max-width: 900px;
}
.career-heading > p:last-child {
  color: #c3c1ba;
  font-size: 18px;
  line-height: 1.55;
  margin: 0 0 7px;
  max-width: 520px;
}
.career-images {
  display: grid;
  gap: 18px;
  grid-template-columns: 1.15fr 0.85fr 0.7fr;
  margin-top: 110px;
}
.career-images figure { margin: 0; }
.career-images figure:nth-child(1) { height: 520px; }
.career-images figure:nth-child(2) { height: 430px; margin-top: 120px; }
.career-images figure:nth-child(3) { height: 350px; margin-top: 40px; }
.career-images img { filter: grayscale(1) contrast(1.2); }
.career-images .image-color img { filter: saturate(0.78) contrast(1.08); }
.career-images figcaption {
  color: #a8a59e;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
  margin-top: 12px;
  text-transform: uppercase;
}
.career-copy {
  font-size: clamp(1.5rem, 2.4vw, 2.5rem);
  letter-spacing: -0.04em;
  line-height: 1.35;
  margin: 140px 0 0 auto;
  max-width: 860px;
}

.systems-story {
  background: var(--clay);
  display: grid;
  gap: 9vw;
  grid-template-columns: 1.15fr 0.85fr;
}
.systems-statement h2 {
  font-size: clamp(3rem, 5.8vw, 6.6rem);
  letter-spacing: -0.078em;
  line-height: 0.92;
  margin: 0;
  max-width: 880px;
}
.systems-detail { align-self: end; border-top: 1px solid rgba(20, 20, 17, 0.35); padding-top: 34px; }
.systems-detail p { font-size: 18px; line-height: 1.55; margin: 0 0 24px; max-width: 610px; }
.systems-detail .text-link { margin-top: 18px; }

@media (max-width: 900px) {
  .campaign-section, .career-heading, .systems-story { grid-template-columns: 1fr; }
  .campaign-intro { position: static; }
  .campaign-conclusion { margin-left: 12%; }
  .career-heading .kicker { grid-column: auto; margin-bottom: -3vw; }
  .career-images { grid-template-columns: 1fr; }
  .career-images figure:nth-child(1), .career-images figure:nth-child(2), .career-images figure:nth-child(3) { height: 420px; margin-top: 0; }
  .systems-detail { margin-left: 24%; }
}

@media (max-width: 560px) {
  body[data-page="story"] .section { padding-bottom: 100px; padding-top: 100px; }
  .revised-story-hero .hero-actions { width: 100%; }
  .campaign-section, .career-story, .systems-story { padding-inline: 22px; }
  .campaign-intro h2 { font-size: clamp(2.7rem, 12.8vw, 4.2rem); }
  .campaign-methods article { gap: 14px; grid-template-columns: 30px 1fr; padding: 36px 0 40px; }
  .campaign-methods h3 { font-size: 2.15rem; }
  .campaign-methods p { font-size: 15px; }
  .campaign-conclusion { font-size: 2.15rem; margin-left: 0; padding-left: 20px; }
  .career-heading .kicker { margin-bottom: 0; }
  .career-heading h2, .systems-statement h2 { font-size: clamp(2.8rem, 13vw, 4.4rem); }
  .career-images { margin-top: 70px; }
  .career-images figure:nth-child(1), .career-images figure:nth-child(2), .career-images figure:nth-child(3) { height: 380px; }
  .career-copy { margin-top: 90px; }
  .systems-detail { margin-left: 0; }
}

@media (max-width: 360px) {
  .revised-story-hero h1 {
    font-size: 2.85rem;
    line-height: 0.96;
  }
  .revised-story-hero .page-hero-lede {
    font-size: 1rem;
    margin-top: 24px;
  }
  .revised-story-hero .hero-actions { margin-top: 26px; }
}
