/* 
  Custom Cursor styles are now handled dynamically in assets/custom-cursor.js 
  to support the multi-dot trail animation.
*/

@media (hover: none), (pointer: coarse), (max-width: 1024px) {
  .custom-cursor-wrapper {
    display: none !important;
  }
}
