/* Anan Murmuration - particle canvas behind the Introducing Ana band.
   The JS inserts the canvas as the band section's first child; Elementor
   columns/widgets are position:relative, so they paint above it, and the
   lantern sky (also re-parented into the band, after this canvas) floats
   over the swarm. */

.anan-murm-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}
