.hero-cloud-canvas {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  transition: opacity 700ms ease;
  contain: strict;
}

.hero-cloud-canvas.is-ready {
  opacity: 1;
}

@media (prefers-reduced-motion: reduce) {
  .hero-cloud-canvas {
    display: none;
  }
}
