/* Mobile Scroll Performance Overrides */
@media (max-width: 900px) {
  *, *::before, *::after {
    -webkit-backdrop-filter: none !important;
    backdrop-filter: none !important;
  }
  body, main, .se-card, .gc, .gc__art-bg {
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
  }
  section, .se-card, .gc {
    content-visibility: auto;
    contain-intrinsic-size: 600px;
  }
  .se-skel, [class*="pulse"], [class*="glow"], [class*="shimmer"] {
    animation: none !important;
  }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
@media (hover: none) and (pointer: coarse) {
  html, body { -webkit-overflow-scrolling: touch; }
}
