/*
 * red-particles (CSS) — companion to red-particles.js. Load both in Webflow.
 *
 * The element fills the sticky scrubber stage. No z-index: as a lifted
 * container child it renders AFTER the <video> (above it), while the synced
 * overlay's z-index:1 keeps it on top of the embers. See red-particles.js.
 */

[data-fx-particles] {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}

[data-fx-particles] canvas {
  display: block;
  width: 100%;
  height: 100%;
}
