.home-paths-intro > p {
  color: var(--home-muted);
  font-size: 1rem;
  line-height: 1.7;
}

@media (max-width: 1023px) {
  .home-hero {
    grid-template-columns: 1fr;
  }

  .home-hero__portrait {
    min-height: 36rem;
  }

  .home-hero__margin-note {
    display: none;
  }

  .home-proof {
    grid-template-columns: 1fr;
  }

  .home-proof__photo {
    min-height: 30rem;
  }

  .home-paths-intro {
    grid-template-columns: 1fr 1fr;
  }

  .home-paths-intro > p {
    grid-column: 2;
  }

  .home-path__heading {
    grid-template-columns: 0.65fr 1.35fr;
  }

  .home-path__heading > .home-text-link {
    grid-column: 2;
  }

  .home-course-layout {
    grid-template-columns: 1fr;
  }

  .home-course-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    border-top: 0;
  }

  .home-course-row {
    min-height: 10rem;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-content: space-between;
    border-top: 1px solid rgba(21, 35, 29, 0.2);
  }

  .home-course-row__price {
    grid-column: 2;
  }

  .home-course-row__arrow {
    grid-column: 3;
  }

  .home-path--workshop {
    grid-template-columns: 1fr;
  }

  .home-workshop-stage {
    min-height: 38rem;
  }

  .home-practice {
    grid-template-columns: 1fr;
  }

  .home-practice__copy {
    max-width: 48rem;
  }

  .home-practice__gallery {
    min-height: 42rem;
  }

  .home-tools {
    grid-template-columns: 1fr;
  }

  .home-tools__intro > .home-text-link {
    margin-top: 1rem;
  }

  .home-tools__checks {
    grid-column: auto;
  }

  .home-built-products {
    grid-template-columns: 1fr;
  }

  .home-built-products h2 {
    max-width: 15ch;
  }

  .home-consultation {
    grid-template-columns: 1fr;
  }

  .home-consultation__image {
    min-height: 34rem;
  }

  .home-letter {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .home-proof__stats {
    grid-template-columns: 1fr;
  }

  .home-path__heading {
    grid-template-columns: 1fr;
  }

  .home-path__heading > .home-text-link {
    grid-column: auto;
  }

  .home-course-list {
    grid-template-columns: 1fr;
  }

  .home-course-row {
    min-height: auto;
  }

  .home-tools__pow-body {
    grid-template-columns: 1fr;
  }

  .home-tools__checks {
    grid-template-columns: 1fr;
  }

  .home-seo-note {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 639px) {
  .home-editorial {
    padding-top: 7rem;
  }

  .home-shell {
    width: min(100% - 1rem, 90rem);
  }

  .home-hero {
    min-height: auto;
    border-radius: 0.85rem;
  }

  .home-hero__copy {
    padding: 3.25rem 1.1rem 2rem;
  }

  .home-kicker {
    align-items: flex-start;
    flex-wrap: wrap;
    font-size: 0.58rem;
  }

  .home-kicker p {
    width: calc(100% - 2rem);
  }

  .home-hero__title {
    margin-top: 3.5rem;
    font-size: clamp(2.75rem, 14vw, 4.1rem) !important;
  }

  .home-hero__actions,
  .home-button {
    width: 100%;
  }

  .home-hero__proof {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .home-hero__portrait {
    min-height: 32rem;
  }

  .home-hero__portrait figcaption {
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }

  .home-proof__photo {
    min-height: 24rem;
  }

  .home-proof__content {
    padding: 1.4rem;
  }

  .home-proof__content > h2,
  .home-path__heading h2,
  .home-workshop-content > h2,
  .home-practice__copy > h2,
  .home-tools__intro h2,
  .home-consultation__content h2,
  .home-letter__copy h2 {
    font-size: clamp(2.35rem, 12vw, 3.5rem) !important;
  }

  .home-paths-intro {
    grid-template-columns: 1fr;
    margin-top: 4rem;
  }

  .home-paths-intro > p {
    grid-column: auto;
  }

  .home-path {
    margin-top: 4rem;
  }

  .home-course-feature {
    min-height: 31rem;
  }

  .home-course-feature__footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .home-path--workshop {
    min-height: auto;
  }

  .home-workshop-stage {
    min-height: 30rem;
  }

  .home-workshop-content {
    padding: 1.4rem;
  }

  .home-next-workshop dl {
    grid-template-columns: 1fr;
  }

  .home-next-workshop > div:last-child {
    align-items: flex-start;
    flex-direction: column;
  }

  .home-workshop-line {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .home-workshop-line > svg {
    display: none;
  }

  .home-practice {
    margin-top: 5rem;
  }

  .home-practice__gallery {
    min-height: 30rem;
  }

  .home-practice__image--main {
    inset: 0 2rem 3.5rem 0;
  }

  .home-practice__image--detail {
    width: 50%;
    height: 38%;
    border-width: 0.4rem;
  }

  .home-tools {
    margin-top: 5rem;
    padding: 0.75rem;
  }

  .home-tools__intro {
    padding: 1rem 0.5rem 1.5rem;
  }

  .home-tools__pow-body {
    padding: 1.25rem;
  }

  .home-tools__pow-action {
    align-items: flex-start;
    flex-direction: column;
  }

  .home-built-products {
    padding: 1.4rem;
  }

  .home-consultation {
    margin-top: 5rem;
  }

  .home-consultation__image {
    min-height: 22rem;
  }

  .home-consultation__content {
    padding: 1.4rem;
  }

  .home-consultation__content .home-button {
    width: 100%;
  }

  .home-letter {
    padding: 3rem 1.25rem 1.25rem;
  }

  .home-letter__note {
    inset: 0 0 auto;
    width: auto;
    height: 2rem;
    flex-direction: row;
    writing-mode: initial;
    transform: none;
  }

  .home-letter__copy {
    padding-left: 0;
  }
}
