/* Desktop section rhythm fix.
   Keep the ghost labels, real headings, and section starts on one consistent
   vertical system without touching the cards or the rest of the page layout. */
@media (min-width: 701px) {
  .product-section,
  .industries-section {
    padding-top: clamp(64px, 5.5vw, 72px);
  }

  .product-section .ghost-section-text {
    top: -24px;
  }

  .industries-header .ghost-section-text {
    top: -30px;
  }

  .impact-interactive-section .impact-header .ghost-section-text {
    top: -58px;
  }

  .build-section {
    padding-top: clamp(50px, 4.5vw, 64px);
  }

  .build-section .ghost-section-text {
    top: -8px;
  }

  .contact-section {
    padding-top: clamp(156px, 13vw, 168px);
  }

  .contact-section .ghost-section-text {
    top: clamp(36px, 3vw, 44px);
  }

  .contact-headline {
    margin-top: 28px;
  }
}
