.future-page {
  overflow: clip;
}

.future-page h1,
.future-page h2,
.future-page h3 {
  text-wrap: balance;
}

.future-page p {
  text-wrap: pretty;
}

.project-eyebrow {
  margin: 0 0 1rem;
  color: var(--brass-dark);
  font-family: var(--font-sans);
  font-size: .76rem;
  font-weight: 700;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.chapter-number {
  display: inline-flex;
  align-items: center;
  gap: .75rem;
  margin-bottom: 1.15rem;
  color: var(--brass-dark);
  font-family: var(--font-sans);
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .1em;
}

.chapter-number::after {
  display: block;
  width: 2.75rem;
  height: 1px;
  content: "";
  background: var(--brass);
}

.future-hero {
  min-height: min(48rem, 86vh);
  color: var(--ivory-50);
  background: var(--wine-950);
}

.future-hero__copy {
  display: flex;
  min-height: min(48rem, 86vh);
  flex-direction: column;
  justify-content: center;
  padding-block: clamp(4rem, 8vw, 7rem);
  padding-inline: clamp(1.5rem, 5vw, 6rem);
}

.future-hero__copy .project-eyebrow,
.future-hero__copy .chapter-number {
  color: var(--brass-light);
}

.future-hero h1 {
  max-width: 9ch;
  margin: 0;
  color: var(--ivory-50);
  font-size: clamp(3.2rem, 7vw, 7rem);
  font-weight: 500;
  line-height: .9;
  letter-spacing: -.045em;
}

.future-hero__tagline {
  max-width: 25ch;
  margin: 2rem 0 0;
  color: var(--brass-light);
  font-size: clamp(1.35rem, 2.5vw, 2.2rem);
  line-height: 1.2;
}

.future-hero__lead {
  max-width: 38rem;
  margin: 2rem 0 0;
  font-size: 1.06rem;
  line-height: 1.78;
}

.future-hero__visual {
  position: relative;
  min-height: min(48rem, 86vh);
  overflow: hidden;
  border-left: 1px solid var(--brass);
}

.future-hero__visual img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.future-section {
  padding-block: clamp(4.5rem, 9vw, 8.5rem);
  background: var(--ivory-50);
}

.future-section--tint {
  background: var(--ivory-100);
}

.future-section--wine {
  color: var(--ivory-50);
  background: var(--wine-950);
}

.future-heading {
  max-width: 17ch;
  margin: 0;
  color: var(--wine-800);
  font-size: clamp(2.4rem, 5vw, 5rem);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -.03em;
}

.future-heading--wide {
  max-width: 23ch;
}

.future-lead {
  max-width: 52rem;
  color: var(--ink-muted);
  font-size: clamp(1.05rem, 1.35vw, 1.25rem);
  line-height: 1.8;
}

.editorial-copy {
  font-size: 1.05rem;
  line-height: 1.85;
}

.future-quote {
  margin: 2.5rem 0 0;
  padding: 1.6rem 0 0 2rem;
  color: var(--brass-dark);
  border-top: 1px solid var(--brass);
  border-left: 0;
  font-size: clamp(1.35rem, 2.15vw, 1.95rem);
  line-height: 1.4;
}

.future-quote i {
  margin-right: .8rem;
  font-size: 1rem;
}

.audience-grid {
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.audience-panel {
  height: 100%;
  padding: clamp(1.75rem, 3.5vw, 3rem);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.audience-panel > span {
  display: block;
  margin-bottom: 2rem;
  color: var(--brass-dark);
  font-family: var(--font-sans);
  font-size: 1.28rem;
  font-weight: 700;
  letter-spacing: .1em;
}

.audience-panel h3 {
  max-width: 24ch;
  margin: 0 0 1rem;
  color: var(--wine-800);
  font-size: clamp(1.45rem, 2vw, 2rem);
  font-weight: 500;
  line-height: 1.15;
}

.audience-panel p {
  max-width: 38rem;
  margin: 0;
  color: var(--ink-muted);
  line-height: 1.75;
}

.future-goal {
  padding: clamp(2rem, 4vw, 3.5rem);
  border-top: 1px solid var(--brass);
  border-bottom: 1px solid var(--brass);
}

.future-goal p:last-child {
  color: var(--wine-800);
  font-size: clamp(1.4rem, 2.4vw, 2.15rem);
  line-height: 1.4;
}

.directions-intro {
  position: sticky;
  top: 2rem;
}

.directions-image,
.process-visual {
  position: relative;
  min-height: 31rem;
  overflow: hidden;
  border: 1px solid var(--line);
}

.directions-image img,
.process-visual img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.direction-list {
  border-top: 1px solid var(--line);
}

.direction-row {
  display: grid;
  grid-template-columns: 5.75rem minmax(0, 1fr);
  gap: clamp(1rem, 2.6vw, 2rem);
  padding-block: clamp(1.75rem, 3vw, 2.5rem);
  border-bottom: 1px solid var(--line);
}

.direction-row__index {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  color: var(--brass-dark);
  font-family: var(--font-sans);
  font-size: .76rem;
  font-weight: 700;
  letter-spacing: .08em;
}

.direction-row__index i {
  display: inline-flex;
  width: 2.8rem;
  height: 2.8rem;
  align-items: center;
  justify-content: center;
  color: var(--wine-800);
  border: 1px solid var(--brass);
  border-radius: 50%;
  font-size: 1rem;
}

.direction-row h3 {
  margin: 0 0 .8rem;
  color: var(--wine-800);
  font-size: clamp(1.55rem, 2.4vw, 2.2rem);
  font-weight: 500;
}

.direction-row p {
  margin: 0;
  color: var(--ink-muted);
  line-height: 1.75;
}

.process-list {
  counter-reset: process;
}

.process-step {
  position: relative;
  padding: 0 0 2.2rem 4.5rem;
  counter-increment: process;
}

.process-step::before {
  position: absolute;
  top: 0;
  left: 0;
  display: grid;
  width: 3rem;
  height: 3rem;
  place-items: center;
  content: counter(process);
  color: var(--brass-dark);
  border: 1px solid var(--brass);
  border-radius: 50%;
  font-family: var(--font-sans);
  font-weight: 700;
}

.process-step:not(:last-child)::after {
  position: absolute;
  top: 3rem;
  bottom: 0;
  left: 1.5rem;
  width: 1px;
  content: "";
  background: var(--line);
}

.process-step h3 {
  margin: 0 0 .55rem;
  color: var(--wine-800);
  font-size: 1.35rem;
  font-weight: 600;
}

.process-step p {
  margin: 0;
  color: var(--ink-muted);
  line-height: 1.75;
}

.process-visual {
  min-height: 37rem;
}

.outcomes-heading {
  max-width: 22ch;
  margin: 0;
  color: var(--brass-light)!important;
  font-size: clamp(2.5rem, 5vw, 5rem);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -.025em;
}

.outcome-item {
  height: 100%;
  padding: clamp(1.25rem, 2.4vw, 2rem);
  border-left: 1px solid var(--brass-line);
}

.outcome-item > i {
  color: var(--brass-light);
  font-size: 1.3rem;
}

.outcome-item h3 {
  margin: 1rem 0 .75rem;
  color: var(--brass-light);
  font-size: 1.4rem;
  font-weight: 500;
}

.outcome-item p {
  margin: 0;
  line-height: 1.7;
}

.outcomes-statement {
  max-width: 62rem;
  padding-top: 2rem;
  color: var(--brass-light);
  border-top: 1px solid var(--brass-line);
  font-size: clamp(1.35rem, 2.3vw, 2rem);
  line-height: 1.45;
}

.future-cta {
  padding: clamp(2.5rem, 5vw, 5rem);
  background: var(--ivory-100);
  border: 1px solid var(--brass);
}

.future-cta h2 {
  max-width: 20ch;
  margin: 0;
  color: var(--wine-800);
  font-size: clamp(2.5rem, 5vw, 4.9rem);
  font-weight: 500;
  line-height: 1;
}

.future-cta p {
  color: var(--ink-muted);
  font-size: 1.06rem;
  line-height: 1.8;
}

.future-cta .btn {
  min-height: 3.35rem;
  padding-inline: 1.5rem;
  border-radius: 0;
  font-family: var(--font-sans);
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.future-back-link {
  color: var(--wine-800);
  font-family: var(--font-sans);
  font-size: .8rem;
  font-weight: 700;
  letter-spacing: .07em;
  text-transform: uppercase;
}

@media (max-width: 991.98px) {
  .future-hero,
  .future-hero__copy,
  .future-hero__visual {
    min-height: auto;
  }

  .future-hero__visual {
    min-height: 32rem;
    border-top: 1px solid var(--brass);
    border-left: 0;
  }

  .directions-intro {
    position: static;
  }

  .directions-image,
  .process-visual {
    min-height: 30rem;
  }
}

@media (max-width: 575.98px) {
  .future-hero__visual,
  .directions-image,
  .process-visual {
    min-height: 23rem;
  }

  .direction-row {
    grid-template-columns: 4rem minmax(0, 1fr);
  }

  .process-step {
    padding-left: 4rem;
  }

  .future-quote {
    padding-left: 0;
  }

  .future-cta {
    padding: 2rem 1.25rem;
  }

  .future-cta .btn {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}
