/* ------------------------------------------------------------------ */
/*  Breathing Lines — Full-viewport subtle background overlay          */
/* ------------------------------------------------------------------ */

.breathing-lines-overlay {
    position: fixed;
    inset: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;          /* Let clicks pass through */
    user-select: none;
    overflow: hidden;
}

svg.breathing-lines-overlay  {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
