.hero-orb {
  position: absolute;
  z-index: 1;
  inset: 0;
  pointer-events: none;
  opacity: .92;
}

.orb-container,
.orb-container canvas {
  display: block;
  width: 100%;
  height: 100%;
  filter: blur(4px);
}

@media (max-width: 640px) {
  .hero-orb {
    opacity: .82;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-orb {
    opacity: .58;
  }
}
