/* Ambient site background FX — layer behind content */

.site-bg-fx {
    position: fixed;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    overflow: hidden;
}

.site-bg-fx__canvas {
    display: block;
    width: 100%;
    height: 100%;
}

@media (prefers-reduced-motion: reduce) {
    .site-bg-fx {
        display: none !important;
    }
}
