/* Rapid Prototyping hero: one industrial scene, with the existing copy retained. */
.rapid-page .rapid-hero {
  background:
    linear-gradient(90deg, rgba(3, 20, 37, .26) 0%, rgba(3, 20, 37, .1) 50%, rgba(3, 20, 37, .02) 100%),
    url('../assets/images/rapid-prototyping-hero-industrial.png') center / cover no-repeat;
}

.rapid-hero-grid {
  grid-template-columns: minmax(0, 45%) minmax(0, 55%);
}

@media (min-width: 901px) {
  .rapid-hero .container.rapid-hero-grid {
    width: min(1520px, calc(100% - 96px));
  }
}

.rapid-hero-copy {
  position: relative;
  z-index: 1;
  min-width: 0;
  max-width: 480px;
}

.rapid-hero h1 {
  max-width: 480px;
}

.rapid-hero-copy > p {
  max-width: 440px;
}

.rapid-proof {
  max-width: 450px;
  gap: 12px;
}

.rapid-proof span {
  flex: 1 1 0;
  min-width: 0;
}

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

  .rapid-hero-copy,
  .rapid-hero h1,
  .rapid-hero-copy > p,
  .rapid-proof {
    max-width: none;
  }
}
