/* ==== Fort MU — Falling Pumpkins (GSAP3) ==== */
.fm-fall{
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 99990;   /* pod pająkami */
  overflow: hidden;
}

.fm-fall-dot{
  position: absolute;
  width: 34px;
  height: 34px;
  /* <— najważniejsze: ścieżka jedna „kropka-kropka” z /css do /img */
  background: url('../img/pumpkin.png') no-repeat 50% 50% / 100% 100%;
  will-change: transform;
  opacity: .95;
}

@media (prefers-reduced-motion: reduce){
  .fm-fall { display:none !important; }
}
