/* Performance-only controls. These rules do not alter the visible design. */
.performance-paused,
.performance-paused *,
.performance-paused::before,
.performance-paused::after,
.performance-paused *::before,
.performance-paused *::after {
  animation-play-state: paused !important;
}

@supports (content-visibility: auto) {
  .homepage-pricing,
  .homepage-portal-showcase,
  .resource-section,
  .light-intake-section {
    content-visibility: auto;
    contain-intrinsic-block-size: auto 900px;
  }

  /* Deep links need the real lower-page geometry before the browser aligns
     the requested section. Normal homepage visits keep the lazy layout. */
  html.homepage-deep-link-layout .homepage-pricing,
  html.homepage-deep-link-layout .homepage-portal-showcase,
  html.homepage-deep-link-layout .resource-section,
  html.homepage-deep-link-layout .light-intake-section {
    content-visibility: visible;
    contain-intrinsic-block-size: none;
  }
}
