/* Restore the original desktop reading model: a sticky chapter title on the
   left and chapter content that travels through the right-hand column. */
.method-sticky-page .method-fornax {
  color: #fff;
  background: #111419;
}

@media (min-width: 901px) {
  .method-sticky-page main {
    overflow: visible;
  }

  .method-sticky-page .method-path-section {
    padding-block: 0;
  }

  .method-sticky-page .method-path-section > .wrap {
    display: grid;
    grid-template-columns: clamp(20rem, 26vw, 25rem) minmax(0, 1fr);
    column-gap: clamp(2rem, 2.35vw, 3rem);
    align-items: start;
  }

  .method-sticky-page .method-path-section .method-path-head {
    position: sticky;
    top: calc(76px + 8vh);
    grid-column: 1;
    grid-row: 1 / span 8;
    align-self: start;
    display: flex;
    height: calc(100vh - 76px - 16vh);
    margin: 0;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 2rem;
  }

  .method-sticky-page .method-path-section .method-path-head > div,
  .method-sticky-page .method-path-section .method-path-head > p {
    width: 100%;
    max-width: 25rem;
  }

  .method-sticky-page .method-path-section .method-path-head h2 {
    font-size: clamp(3rem, 5.2vw, 5.75rem);
    line-height: .96;
  }

  .method-sticky-page .method-path-section > .wrap > :not(.method-path-head) {
    grid-column: 2;
    min-width: 0;
    box-sizing: border-box;
    padding-left: clamp(2.5rem, 5vw, 5.625rem);
    border-left: 1px solid #e4e7eb;
  }

  .method-sticky-page .method-path-section .method-overview,
  .method-sticky-page .method-path-section .knowledge-flow,
  .method-sticky-page .method-path-section .fornax-system,
  .method-sticky-page .method-path-section .flywheel {
    min-height: calc(100vh - 76px);
    padding-block: clamp(4.5rem, 8vw, 8rem);
    align-content: center;
  }

  .method-sticky-page .method-path-section .knowledge-principles,
  .method-sticky-page .method-path-section .fornax-uses,
  .method-sticky-page .method-path-section .flywheel-results {
    min-height: 52vh;
    margin-top: 0;
    padding-top: clamp(4rem, 7vw, 7rem);
    padding-bottom: clamp(4rem, 7vw, 7rem);
    align-content: center;
    border-top: 1px solid #e4e7eb;
  }

  .method-sticky-page .method-path-section .fornax-uses {
    align-items: center;
    justify-content: flex-start;
  }

  .method-sticky-page .method-fornax > .wrap > :not(.method-path-head) {
    border-color: #343942;
  }

}

@media (max-width: 900px) {
  .method-sticky-page .method-path-section .method-path-head {
    position: relative;
    top: auto;
    height: auto;
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .method-sticky-page {
    scroll-behavior: auto;
  }
}

/* Overview and expert-network hierarchy: the chapter name is the primary display title. */
.method-sticky-page #overall-path .method-kicker,
.method-sticky-page #expert-network .method-kicker {
  margin-bottom: 1.25rem;
  color: rgb(10, 10, 10);
  font-size: 40px;
  font-weight: 200;
  line-height: 1.08;
  letter-spacing: -.035em;
}

.method-sticky-page #overall-path .method-path-head h2,
.method-sticky-page #expert-network .method-path-head h2 {
  color: rgb(10, 10, 10);
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 1.45 !important;
  letter-spacing: 0 !important;
}

.method-sticky-page #overall-path .method-path-head > p,
.method-sticky-page #expert-network .method-path-head > p {
  font-size: 14px !important;
}

@media (max-width: 900px) {
  .method-sticky-page #overall-path .method-kicker,
  .method-sticky-page #expert-network .method-kicker {
    font-size: clamp(2rem, 10.25vw, 40px);
  }
}

/* Method chapter hierarchy requested for the platform and reuse sections. */
.method-sticky-page #fornax-platform .method-kicker,
.method-sticky-page #reuse-flywheel .method-kicker {
  margin-bottom: 1.25rem;
  color: rgb(10, 10, 10);
  font-size: 40px;
  font-weight: 200;
  line-height: 1.08;
  letter-spacing: -.035em;
}

.method-sticky-page #fornax-platform .method-path-head h2,
.method-sticky-page #reuse-flywheel .method-path-head h2 {
  color: rgb(10, 10, 10);
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 1.5 !important;
  letter-spacing: 0 !important;
}

.method-sticky-page #fornax-platform .method-path-head > p,
.method-sticky-page #reuse-flywheel .method-path-head > p {
  color: var(--method-muted) !important;
  font-size: 14px !important;
}

@media (min-width: 901px) {
  .method-sticky-page #overall-path > .wrap > :not(.method-path-head),
  .method-sticky-page #expert-network > .wrap > :not(.method-path-head),
  .method-sticky-page #fornax-platform > .wrap > :not(.method-path-head),
  .method-sticky-page #reuse-flywheel > .wrap > :not(.method-path-head) {
    border-left-color: rgb(229, 231, 235);
  }
}

/* Results intro reads as one left-aligned title block above the cards. */
.method-sticky-page .method-proof .method-path-head {
  display: block;
  margin-bottom: clamp(3rem, 5vw, 5rem);
}

.method-sticky-page .method-proof .method-path-head > div,
.method-sticky-page .method-proof .method-path-head > p {
  width: 100%;
  max-width: none;
}

.method-sticky-page .method-proof .method-path-head h2 {
  max-width: none;
  margin: 0;
  font-size: 40px !important;
  font-weight: 200 !important;
  line-height: 1.15 !important;
  letter-spacing: -.035em !important;
  white-space: nowrap;
}

.method-sticky-page .method-proof .method-path-head > p {
  margin-top: 1.5rem;
  font-size: 14px !important;
  text-align: left;
}

.method-sticky-page .proof-grid {
  border-color: rgb(229, 231, 235);
}

.method-sticky-page .proof-card {
  display: flex;
  flex-direction: column;
}

.method-sticky-page .proof-card > a {
  align-self: flex-end;
  margin-top: auto;
  text-align: right;
}

@media (max-width: 900px) {
  .method-sticky-page #fornax-platform .method-kicker,
  .method-sticky-page #reuse-flywheel .method-kicker,
  .method-sticky-page .method-proof .method-path-head h2 {
    font-size: clamp(2rem, 10.25vw, 40px) !important;
  }

  .method-sticky-page .method-proof .method-path-head h2 {
    white-space: normal;
  }
}
