body, html {
    margin: 0;
    padding: 0;
    height: 100%;
    overflow: hidden;
    font-family: Arial, sans-serif;
}

#bg-video {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(100%); /* Blanco y negro */
    z-index: -1;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

/* SC gigante */
#sc-text {
    font-size: 10rem; /* AÚN MÁS GRANDE */
    letter-spacing: 0.5rem;
    text-shadow: 0 0 35px rgba(0,0,0,0.9);
}

/* Texto principal */
#coming-text {
    text-shadow: 0 0 25px rgba(0,0,0,0.8);
}