/* Browser comment revisions: clearer package rates and a complete EVOLVE 90 view. */

.stage-rate {
  display: grid;
  grid-template-columns: auto auto;
  align-items: baseline;
  justify-content: start;
  column-gap: 4px;
}

.stage-rate .rate-prefix {
  grid-column: 1 / -1;
  margin-bottom: 5px;
  color: #8dbfff;
  font-size: 9px;
  font-weight: 760;
  letter-spacing: .02em;
}

.chooser-row > .chooser-rate {
  min-width: 88px;
  display: grid;
  grid-template-columns: auto auto;
  justify-content: end;
  align-items: baseline;
  column-gap: 2px;
  text-align: right;
  line-height: 1;
}

.chooser-rate > span {
  grid-column: 1 / -1;
  margin-bottom: 4px;
  color: var(--muted);
  font-size: 8px;
  font-weight: 720;
  letter-spacing: .01em;
}

.chooser-rate > b {
  color: var(--ink);
  font-size: clamp(15px, 1.5vw, 20px);
  font-weight: 820;
  letter-spacing: -.045em;
}

.chooser-rate > small {
  color: var(--muted);
  font-size: 8px;
  font-weight: 720;
  letter-spacing: 0;
}

.evolve-poster {
  min-height: clamp(430px, 42vw, 560px);
}

.evolve-title-block {
  max-width: 650px;
}

.evolve-title-block h2 {
  margin-top: clamp(42px, 6vw, 78px);
}

.evolve-title-block .evolve-description {
  max-width: 360px;
  margin: 34px 0 0;
  display: block;
  color: #fff;
  font-size: clamp(14px, 1.35vw, 18px);
  font-weight: 700;
  letter-spacing: -.02em;
  line-height: 1.35;
  text-transform: none;
}

.evolve-title-block .evolve-inclusions {
  max-width: 440px;
  margin: 16px 0 0;
  display: block;
  color: rgba(255, 255, 255, .78);
  font-size: clamp(10px, .9vw, 12px);
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.55;
  text-transform: none;
}

.evolve-speakers {
  overflow: visible;
}

.evolve-system,
.evolve-system-angle,
.evolve-system-front {
  width: auto;
  height: 88%;
  max-width: none;
  bottom: 5%;
}

.evolve-system-angle {
  right: 32%;
  transform: rotate(-1deg);
}

.evolve-system-front {
  right: 7%;
}

.evolve-price {
  flex-wrap: wrap;
  align-content: center;
}

.evolve-price .evolve-price-label {
  width: 100%;
  color: #8e9cad;
  font-size: 8px;
  font-weight: 700;
}

.partners-copy .partners-directory-note {
  color: rgba(255, 255, 255, .72);
}

/* Keep the full hero promise readable without letting it dominate compact desktops. */
@media (min-width: 521px) and (max-width: 1100px) {
  .hero-copy {
    width: min(680px, 72vw);
  }

  .hero h1 {
    max-width: 650px;
    font-size: clamp(52px, 6vw, 62px);
    line-height: .94;
    letter-spacing: -.06em;
  }
}

@media (max-width: 520px) {
  .hero h1 {
    font-size: clamp(40px, 10.5vw, 48px);
    line-height: .96;
    letter-spacing: -.055em;
  }
}


@media (max-width: 700px) {
  .chooser-row > .chooser-rate {
    min-width: 76px;
  }

  .chooser-rate > span,
  .chooser-rate > small {
    font-size: 7px;
  }
}

@media (max-width: 620px) {
  .evolve-poster {
    min-height: 430px;
  }

  .evolve-title-block {
    width: 58%;
    padding: 20px;
  }

  .evolve-title-block h2 {
    margin-top: 40px;
  }

  .evolve-title-block .evolve-description {
    margin-top: 26px;
    font-size: 12px;
  }

  .evolve-title-block .evolve-inclusions {
    margin-top: 12px;
    font-size: 9px;
    line-height: 1.45;
  }

  .evolve-system,
  .evolve-system-angle,
  .evolve-system-front {
    height: 84%;
    bottom: 4%;
  }

  .evolve-system-angle {
    right: 23%;
  }

  .evolve-system-front {
    right: 1%;
  }
}

@media (max-width: 390px) {
  .chooser-row > .chooser-rate {
    min-width: 70px;
  }

  .chooser-rate > b {
    font-size: 14px;
  }

  .evolve-title-block {
    width: 55%;
    padding-right: 4px;
  }

  .evolve-system-angle {
    right: 20%;
  }
}

/* One clear event-rental path, with Pro shown as a smaller renter-only note. */
.rental-split {
  min-height: 0;
  grid-template-columns: 1fr;
}

.rental-split .standard-path {
  min-height: 158px;
}

.rental-split .pro-path {
  min-height: 76px;
  padding: 13px 28px;
  display: grid;
  grid-template-columns: 190px minmax(220px, 1fr) auto;
  grid-template-rows: auto auto;
  align-items: center;
  column-gap: 24px;
  border-top: 1px solid var(--line);
  border-left: 0;
}

.rental-split .pro-path > p {
  grid-column: 1;
  grid-row: 1;
  margin: 0 0 2px;
}

.rental-split .pro-path h3 {
  grid-column: 1;
  grid-row: 2;
  font-size: 22px;
}

.rental-split .pro-path > span {
  grid-column: 2;
  grid-row: 1 / 3;
  margin: 0;
}

.rental-split .pro-path a {
  grid-column: 3;
  grid-row: 1 / 3;
  min-height: 34px;
  margin: 0;
}

@media (max-width: 620px) {
  .rental-split {
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .rental-split .standard-path {
    min-height: 118px;
  }

  .rental-split .pro-path {
    min-height: 66px;
    padding: 10px 12px;
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-rows: auto auto;
    column-gap: 12px;
  }

  .rental-split .pro-path > span {
    display: none;
  }

  .rental-split .pro-path h3 {
    font-size: 19px;
    white-space: normal;
  }

  .rental-split .pro-path a {
    grid-column: 2;
    grid-row: 1 / 3;
    min-height: 28px;
    margin: 0;
  }
}

