.hero-line,
.heading-line {
  display: block;
}

.hero-line {
  white-space: nowrap;
}

.hero h1 {
  font-size: clamp(48px, 4.8vw, 68px);
  letter-spacing: .02em;
}

@media (max-width: 900px) {
  .hero {
    display: flex;
    flex-direction: column;
  }

  .hero-copy {
    display: contents;
  }

  .hero .eyebrow {
    order: 1;
  }

  .hero h1 {
    order: 2;
    width: 100%;
  }

  .hero .hero-visual {
    order: 3;
    width: 100%;
  }

  .hero-copy > p {
    order: 4;
  }

  .hero-actions {
    order: 5;
  }

  .hero-points {
    order: 6;
  }
}

@media (max-width: 640px) {
  .hero {
    gap: 0;
    padding: 22px 0 62px;
  }

  .hero h1 {
    margin: 15px 0 4px;
    font-size: clamp(35px, 9.2vw, 40px);
    line-height: 1.22;
    letter-spacing: .01em;
  }

  .hero-visual {
    min-height: 320px;
    margin: 0 0 14px;
  }

  .icon-stage {
    width: min(235px, 64vw);
    padding: 8px;
  }

  .ring-one {
    width: 305px;
    height: 305px;
  }

  .ring-two {
    width: 270px;
    height: 270px;
  }

  .float-stat {
    min-width: 125px;
    padding: 8px 10px;
    border-radius: 14px;
  }

  .float-stat small {
    font-size: 8px;
  }

  .float-stat strong {
    font-size: 13px;
  }

  .float-stat span {
    font-size: 8px;
  }

  .stat-analysis {
    left: 0;
    bottom: 30px;
  }

  .stat-oracle {
    top: 35px;
    right: 0;
  }

  .petal-one {
    top: 18px;
  }

  .petal-two {
    bottom: 28px;
  }

  .hero-copy > p {
    margin-top: 4px;
  }

  .hero-actions {
    margin-top: 24px;
  }

  .section-heading h2 {
    font-size: clamp(26px, 7.1vw, 31px);
    line-height: 1.55;
    letter-spacing: -.025em;
  }

  .section-heading .heading-line {
    white-space: nowrap;
  }
}
