/*
 * Desktop first-paint performance contract.
 *
 * This file is loaded only for desktop-class viewports from public/index.html.
 * It does not alter the approved visual design. It lets the browser defer
 * layout/paint work for expensive lower homepage surfaces until they approach
 * the viewport, while preserving an intrinsic placeholder to avoid layout
 * jumps during scrolling.
 */
@media (min-width: 916px) {
  .joy-home-advertising,
  .joy-infra-module,
  .hermes-home-film {
    content-visibility: auto;
    contain-intrinsic-size: auto 900px;
  }
}
