@media (max-width: 75rem) {
  :root {
    --container-width: 72rem;
  }

  .hero {
    min-height: 57rem;
  }

  .hero__collage {
    left: 1rem;
    transform: scale(0.9);
    transform-origin: left bottom;
  }

  .section-header,
  .markets__layout,
  .intro__grid {
    gap: 2rem;
  }

  .intro__visuals {
    grid-template-columns: minmax(0, 1fr) 8.5rem;
  }
}

@media (max-width: 62rem) {
  .hero {
    min-height: auto;
    padding-bottom: 7rem;
    padding-top: 9.5rem;
  }

  .hero__headline {
    margin-top: 7rem;
  }

  .hero__collage {
    bottom: -2rem;
    left: 50%;
    transform: translateX(-50%) scale(0.82);
    transform-origin: center bottom;
  }

  .section-header,
  .intro__grid,
  .markets__layout {
    grid-template-columns: 1fr;
  }

  .product-group,
  .process__steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .process__steps::before {
    display: none;
  }

  .markets__visuals {
    min-height: 28rem;
  }
}

@media (max-width: 46rem) {
  :root {
    --container-gutter: 1rem;
  }

  .hero {
    padding-top: 8rem;
  }

  .hero__headline {
    border-radius: 1.5rem;
    margin-top: 5.5rem;
    padding: 2rem 1.25rem;
  }

  .hero h1 {
    font-size: clamp(2.1rem, 11vw, 3.1rem);
  }

  .hero__copy {
    font-size: 0.95rem;
  }

  .hero__collage {
    display: none;
  }

  .section {
    padding: 4.5rem 0;
  }

  .section-header {
    margin-bottom: 2rem;
  }

  .section-header h2,
  .intro__copy h2 {
    font-size: clamp(2rem, 10vw, 2.8rem);
  }

  .intro__visuals,
  .intro__badges,
  .product-group,
  .process__steps {
    grid-template-columns: 1fr;
  }

  .intro__visual-card--large {
    min-height: 22rem;
  }

  .intro__visual-card--small {
    min-height: 12rem;
  }

  .product-card {
    grid-template-rows: 13rem 1fr;
    min-height: 26rem;
  }

  .product-card__footer {
    align-items: start;
    flex-direction: column;
  }

  .markets__visuals {
    min-height: 24rem;
  }

  .markets__brand-panel {
    top: 1rem;
    right: 0.5rem;
    bottom: 3rem;
    left: 0.5rem;
  }

  .markets__card--featured {
    height: 15rem;
    width: 11rem;
  }

  .markets__card--secondary {
    height: 6rem;
    left: 1rem;
    width: 8rem;
  }

  .markets__list-item {
    grid-template-columns: 1fr;
  }
}
