/* Subtropic page polish — isolated from the global portfolio system */

.theme-subtropic .section-alt {
  background: var(--paper-alt);
}

.impact-hero--subtropic .impact-hero__backdrop img {
  padding: 0;
  object-position: center 54%;
}

.impact-hero--subtropic .impact-hero__copy--centered {
  width: min(900px, 100%);
}

.impact-hero--subtropic .impact-hero__copy--centered h1 {
  max-width: 11ch;
  font-size: clamp(3.4rem, 6.7vw, 6.8rem);
  letter-spacing: -.035em;
  text-wrap: balance;
}

.impact-hero--subtropic .impact-hero__copy--centered .lede {
  max-width: 52ch;
  line-height: 1.58;
  text-wrap: pretty;
}

.subtropic-vinyl-lockup {
  width: clamp(118px, 13vw, 164px);
  margin: 0 auto 22px;
}

.subtropic-vinyl-mark {
  filter: drop-shadow(0 14px 28px rgba(0, 0, 0, .46));
}

.subtropic-stages {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.subtropic-stage-card {
  min-width: 0;
  padding: clamp(28px, 4vw, 52px) clamp(18px, 3vw, 38px);
  border-right: 1px solid var(--line);
}

.subtropic-stage-card:last-child {
  border-right: 0;
}

.subtropic-stage-card h2 {
  margin: 13px 0 18px;
  font-size: clamp(2rem, 3vw, 2.85rem);
  line-height: 1.05;
  text-wrap: balance;
}

.subtropic-stage-card .lede {
  margin-bottom: 0;
  font-size: clamp(.98rem, 1.25vw, 1.08rem);
  line-height: 1.65;
}

.theme-subtropic .text-link {
  text-underline-offset: .28em;
}

@media (max-width: 900px) {
  .impact-hero--subtropic .impact-hero__backdrop img {
    padding: 0 !important;
    object-position: center 52%;
  }

  .impact-hero--subtropic .impact-hero__copy {
    padding: 46px 24px 58px;
  }

  .subtropic-vinyl-lockup {
    width: clamp(112px, 24vw, 146px);
    margin-bottom: 18px;
  }

  .impact-hero--subtropic .impact-hero__copy--centered h1 {
    font-size: clamp(3.1rem, 10vw, 5.3rem);
  }
}

@media (max-width: 760px) {
  .subtropic-stages {
    grid-template-columns: 1fr;
  }

  .subtropic-stage-card {
    padding: 30px 4px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .subtropic-stage-card:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 640px) {
  .impact-hero--subtropic {
    min-height: max(690px, 100svh);
  }

  .impact-hero--subtropic .impact-hero__backdrop img {
    object-position: center 50%;
  }

  .impact-hero--subtropic .impact-hero__copy {
    padding: 38px 20px 46px;
  }

  .impact-hero--subtropic .impact-hero__copy--centered h1 {
    max-width: 10ch;
    margin: 14px 0 18px;
    font-size: clamp(3rem, 14vw, 4.5rem);
  }

  .impact-hero--subtropic .impact-hero__copy--centered .lede {
    max-width: 34ch;
    font-size: 1rem;
    line-height: 1.55;
  }

  .subtropic-vinyl-lockup {
    width: min(122px, 31vw);
    margin-bottom: 16px;
  }
}
