/* --- Filigrane Global "BOUFFE CLUB" --- */
/* Ce style ajoute l'identité visuelle BC en arrière-plan de toutes les pages */

body::after {
    content: 'BC';
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-15deg);
    font-size: 40vw;
    font-weight: 900;
    color: rgba(137, 54, 18, 0.035); /* Subtilement visible sur tous les fonds */
    z-index: 0;
    pointer-events: none;
    text-transform: uppercase;
    font-style: italic;
    letter-spacing: -2vw;
    font-family: 'Plus Jakarta Sans', sans-serif;
    white-space: nowrap;
    user-select: none;
    line-height: 1;
}

body::before {
    content: 'BOUFFE CLUB';
    position: fixed;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-15deg);
    font-size: 5vw;
    font-weight: 900;
    color: rgba(137, 54, 18, 0.02);
    z-index: -1;
    pointer-events: none;
    text-transform: uppercase;
    letter-spacing: 0.5vw;
    font-family: 'Plus Jakarta Sans', sans-serif;
    white-space: nowrap;
    user-select: none;
}
