/* ===================== CUSTOM CURSOR ===================== */
.luxury-cursor {
  width: 20px;
  height: 20px;
  border: 1px solid white;
  border-radius: 50%;
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  transform: translate(-50%, -50%);
  mix-blend-mode: difference;
  z-index: 9999;
}

/* ===================== PAGE TRANSITION ===================== */
.page-transition {
  position: fixed;
  inset: 0;
  background: #000;
  z-index: 9998;
  transform: translateY(0%);
}