
/* Skip rendering work for off-screen sections until near viewport (no visual change) */
#news, #publications, #team, #contact, footer{
  content-visibility:auto;
  contain-intrinsic-size:auto 1200px;
}
/* Promote elements that animate transform to their own layer only where needed */
.hero-x2 #x2c{will-change:transform}
/* Reduce paint area of the cursor spotlight */
.x-spot{will-change:left,top}
@media (prefers-reduced-motion:reduce){
  .x-spot,.x-cursor-dot,.x-cursor-ring{display:none!important}
}
