.experience-home .hero-home {
  min-height: calc(100svh - 112px);
}

.experience-home .hero-stage {
  width: min(1120px, calc(100% - 96px));
}

.js .experience-home [data-reveal],
.js .experience-home [data-reveal].reveal-pending {
  opacity: 1;
  filter: none;
  transform: none;
}

@media (width <= 1180px) {
  .experience-home .hero-stage {
    width: min(1120px, calc(100% - 64px));
  }
}

@media (width <= 1040px) {
  .experience-home .hero-home {
    min-height: calc(100svh - 71px);
  }

  .experience-home .hero-stage {
    width: min(1120px, calc(100% - 48px));
  }
}

@media (min-width: 761px) and (max-width: 1040px) {
  .experience-home .proof-bar-item:nth-child(3) {
    border-top: 0;
  }
}

@media (width <= 820px) {
  .experience-home .hero-stage {
    width: min(1120px, calc(100% - 32px));
  }
}

@media (min-width: 821px) and (max-height: 850px) {
  .experience-home .hero-home {
    min-height: calc(100svh - 112px);
    padding: 1.5rem 0;
  }

  .experience-home .hero .eyebrow {
    margin-bottom: .65rem;
  }

  .experience-home .hero h1 {
    font-size: clamp(2.75rem, 4.2vw, 3.85rem);
    line-height: .94;
  }

  .experience-home .hero-stage .hero-sales-proof {
    margin-top: 1rem;
  }

  .experience-home .hero-stage .hero-sales-proof-value span {
    margin-bottom: .2rem;
    font-size: .75rem;
  }

  .experience-home .hero-stage .hero-sales-proof-value strong {
    font-size: clamp(4.5rem, 8vw, 7.25rem);
    line-height: .8;
  }

  .experience-home .hero-stage .hero-sales-proof-label {
    margin-top: .5rem;
    font-size: 1.05rem;
  }

  .experience-home .hero-lead {
    max-width: 75ch;
    margin-top: 1rem;
    font-size: 1rem;
    line-height: 1.45;
  }

  .experience-home .hero-actions {
    margin-top: 1rem;
  }

  .experience-home .hero-actions .button {
    min-height: 46px;
    padding: .65rem 1rem;
  }
}

@media (min-width: 821px) and (max-height: 620px) {
  .experience-home .hero-home {
    padding-block: .75rem;
  }

  .experience-home .hero .eyebrow {
    margin-bottom: .4rem;
  }

  .experience-home .hero h1 {
    font-size: clamp(2.5rem, 3.8vw, 3.35rem);
    line-height: .92;
  }

  .experience-home .hero-stage .hero-sales-proof {
    margin-top: .65rem;
  }

  .experience-home .hero-stage .hero-sales-proof-value strong {
    font-size: clamp(4.1rem, 7vw, 6rem);
  }

  .experience-home .hero-stage .hero-sales-proof-label {
    margin-top: .3rem;
    font-size: 1rem;
  }

  .experience-home .hero-lead {
    margin-top: .65rem;
    font-size: .94rem;
    line-height: 1.35;
  }

  .experience-home .hero-actions {
    margin-top: .65rem;
  }

  .experience-home .hero-actions .button {
    min-height: 44px;
    padding-block: .55rem;
  }
}

@media (width <= 520px) and (height <= 760px) {
  .experience-home .hero-home {
    min-height: calc(100svh - 71px);
    padding-block: 1rem;
  }

  .experience-home .hero .eyebrow {
    margin-bottom: .5rem;
  }

  .experience-home .hero h1 {
    font-size: clamp(1.8rem, 9vw, 2.1rem);
    line-height: .96;
  }

  .experience-home .hero-stage .hero-sales-proof {
    margin-top: .75rem;
  }

  .experience-home .hero-stage .hero-sales-proof-value span {
    margin-bottom: .15rem;
    font-size: .68rem;
  }

  .experience-home .hero-stage .hero-sales-proof-value strong {
    font-size: clamp(3rem, 17vw, 3.5rem);
    line-height: .8;
  }

  .experience-home .hero-stage .hero-sales-proof-label {
    margin-top: .4rem;
    font-size: .9rem;
  }

  .experience-home .hero-lead {
    margin-top: .7rem;
    font-size: .9rem;
    line-height: 1.4;
  }

  .experience-home .hero-actions {
    gap: .5rem;
    margin-top: .7rem;
  }

  .experience-home .hero-actions .button {
    min-height: 44px;
    padding: .55rem .7rem;
    font-size: .9rem;
  }
}
