/* Global custom cursor — same across every page (matches homepage) */
*, *::before, *::after {
  cursor: url(/images/cursor.png?v=1) 8 8, auto !important;
}
