/* Keep visual motion on the compositor and avoid expensive repainting while scrolling. */
.site-header {
  background: rgba(255, 255, 255, .96);
  backdrop-filter: none;
}

.hero-glow {
  filter: none;
}

.hero-orbit,
.logo-track,
.industry-shape {
  will-change: transform;
}

.industry-card {
  contain: layout paint style;
}

.showcase-trophies {
  content-visibility: auto;
  contain-intrinsic-size: 580px;
}
