    /* ===== MEMBER CARD ===== */
.member-card{
    margin-top:40px;
    display:flex;
    justify-content:center;
    align-items:center;
    gap:40px;
    flex-wrap:wrap;
}
#visor{
    width:320px;
    border-radius:10px;
    border:1px solid rgba(255,255,255,.15);
    box-shadow:0 0 25px rgba(255,255,255,.08);
}
#member-info{
    max-width:400px;
    text-align:left;
}
#member-name{
    font-size:42px;
    letter-spacing:4px;
    margin-bottom:10px;
    font-family:'Cinzel', serif;
}
#member-role{
    font-size:22px;
    color:#9f9f9f;
    margin-bottom:20px;
    letter-spacing:3px;
}
#member-text{
    font-size:24px;
    line-height:1.6;
    color:#cfcfcf;
}
*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}
html{
    scroll-behavior:smooth;
}
body{
    background:black;
    overflow-x:hidden;
    color:white;
    font-family:'Cormorant Garamond', serif;
}
/* ===== VIDEO ===== */
#video-fondo{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    object-fit:cover;
    z-index:-999;
}
body::before{
    content:"";
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,.55);
    z-index:-998;
}
/* ===== NAV ===== */
nav{
    width:100%;
    background:rgba(0,0,0,.85);
    border-bottom:1px solid rgba(255,255,255,.08);
    position:fixed;
    top:0;
    z-index:1000;
    backdrop-filter:blur(5px);
}
nav ul{
    display:flex;
    justify-content:center;
    gap:50px;
    list-style:none;
    padding:15px 0;
}
nav a{
    text-decoration:none;
    color:#d6d1cb;
    letter-spacing:3px;
    font-size:18px;
    font-family:'Cinzel', serif;
    transition:.3s;
}
nav a:hover{
    color:#fff;
    text-shadow:0 0 10px #fff;
}
/* ===== LOGO ===== */
.logo-superior{
    width:100%;
    display:flex;
    justify-content:center;
    align-items:center;
    margin-top:120px;
}
.logo-superior img{
    width:1500px;
    max-width:90%;
    height:auto;
    display:block;
}
/* ===== HERO ===== */
.portada{
    width:90%;
    margin:auto;
    margin-top:40px;
    background-size:cover;
    background-position:center;
    position:relative;
    display:flex;
    justify-content:center;
    align-items:flex-end;
    overflow:hidden;
    border-radius:10px;
}
.hero-content{
    text-align:center;
    margin-bottom:50px;
}
.hero-content h1{
    font-size:90px;
    font-family:'Cinzel', serif;
    letter-spacing:8px;
    color:#f1f1f1;
    margin-bottom:20px;
    text-shadow:0 0 25px rgba(255,255,255,.2);
}
.hero-content p{
    font-size:28px;
    letter-spacing:8px;
    color:#b8b8b8;
}
/* ===== GENERAL ===== */
section{
    width:100%;
    max-width:1200px;
    margin:auto;
    padding:90px 30px;
    border-top:1px solid rgba(255,255,255,.07);
}
/* ===== SEPARADORES ESTILO DOOM METAL ===== */
.section-title{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:25px;
    text-align:center;
    margin-bottom:50px;
    font-size:55px;
    font-family:'Cinzel', serif;
    letter-spacing:5px;
    color:#ececec;
}
/* LINEAS */
.section-title::before,
.section-title::after{
    content:"";
    width:180px;
    height:1px;
    background:linear-gradient(
        to right,
        transparent,
        rgba(255,255,255,.35),
        transparent
    );
}
/* EFECTO */
.section-title::before{
    box-shadow:120px 0 0 rgba(255,255,255,.15);
}
.section-title::after{
    box-shadow:-120px 0 0 rgba(255,255,255,.15);
}
/* MOBILE */
@media(max-width:768px){
    .section-title{
        font-size:34px;
        gap:15px;
    }
    .section-title::before,
    .section-title::after{
        width:70px;
    }
}
/* ===== BAND PHOTO ===== */
.foto-banda{
    width:700px;
    max-width:90%;
    display:block;
    margin:40px auto;
    border-radius:10px;
    filter:brightness(55%) grayscale(40%);
}
/* ===== BIO ===== */
.bio{
    text-align:center;
}
.bio p{
    max-width:900px;
    margin:auto;
    font-size:30px;
    line-height:1.6;
    color:#c9c9c9;
    margin-bottom:40px;
}
.linea-metal{
    margin:50px auto;
    width:70%;
    border:1px solid rgba(255,255,255,.2);
}
/* ===== MEMBERS ===== */
.members-container{
    text-align:center;
}
button{
    background:black;
    color:white;
    border:1px solid rgba(255,255,255,.2);
    padding:14px 25px;
    margin:10px;
    font-size:18px;
    cursor:pointer;
    transition:.3s;
    font-family:'Cinzel', serif;
}
button:hover{
    background:white;
    color:black;
    box-shadow:0 0 15px white;
}
#visor{
    margin-top:30px;
    width:250px;
    max-width:90%;
    border-radius:10px;
    border:1px solid rgba(255,255,255,.2);
}
/* ===== MUSIC ===== */
.music-box{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:60px;
    flex-wrap:wrap;
}
.album img{
    width:320px;
    border:1px solid rgba(255,255,255,.1);
    box-shadow:0 0 30px rgba(255,255,255,.05);
}
.music-info{
    max-width:500px;
}
.music-info span{
    letter-spacing:3px;
    font-size:18px;
    color:#9e9e9e;
}
.music-info h2{
    font-size:48px;
    margin:10px 0;
    font-family:'Cinzel', serif;
    color:#fff;
}
.music-info p{
    font-size:24px;
    margin-bottom:30px;
}
audio{
    width:100%;
    margin-bottom:25px;
    filter:invert(1);
}
.platforms{
    display:flex;
    gap:20px;
    flex-wrap:wrap;
}
.platforms a{
    padding:14px 30px;
    border:1px solid rgba(255,255,255,.15);
    text-decoration:none;
    color:#d8d8d8;
    transition:.3s;
    font-size:20px;
}
.platforms a:hover{
    background:#fff;
    color:#000;
}
/* ===== NEWS ===== */
.news-grid{
    display:flex;
    flex-direction:column;
    align-items:center;
    gap:40px;
}

/* ===== FOOTER ===== */
footer{
    border-top:1px solid rgba(255,255,255,.08);
    padding:70px 20px;
    text-align:center;
}
footer h2{
    font-size:34px;
    font-family:'Cinzel', serif;
    letter-spacing:7px;
    margin-bottom:35px;
}
footer p{
    font-size:24px;
    color:#b9b9b9;
    margin-top:10px;
}
.socials{
    margin-top:30px;
}
.socials a{
    color:#d4d4d4;
    margin:0 15px;
    text-decoration:none;
    font-size:24px;
}
/* ===== MOBILE ===== */
@media(max-width:768px){
    .hero-content h1{
        font-size:55px;
    }
    .hero-content p{
        font-size:18px;
        letter-spacing:4px;
    }
    .section-title{
        font-size:38px;
    }
    .bio p{
        font-size:24px;
    }
    .music-info h2{
        font-size:36px;
    }
    nav ul{
        gap:20px;
        flex-wrap:wrap;
    }
}
.cd img{
    width:500px;
    height:400px;
    object-fit:cover;
}
.show img{
    max-width:100%;
    width:700px;
    height:auto;
    object-fit:contain;
}
/* ===== SOCIALS ===== */
.socials{
    margin-top:30px;
    display:flex;
    justify-content:center;
    gap:25px;
    flex-wrap:wrap;
}
.socials a{
    color:#d4d4d4;
    text-decoration:none;
    font-size:22px;
    display:flex;
    align-items:center;
    gap:10px;
    transition:.3s;
    border:1px solid rgba(255,255,255,.15);
    padding:12px 20px;
    font-family:'Cinzel', serif;
}
.socials a:hover{
    color:white;
    border-color:white;
    box-shadow:0 0 15px rgba(255,255,255,.25);
    transform:translateY(-3px);
}
.socials i{
    font-size:28px;
}   
.copyright{
    text-align:center;
    color:#888;
    margin-top:100px;
    font-size:50px;
}
small{
    font-size:35px !important;
    font-weight:900 !important;
    color:white;
    display:block;
    margin-top:10px;
}
.hero-title{
    font-size:50px;
    font-weight:700;
    letter-spacing:6px;
    color:rgb(150, 6, 6);
    opacity:0;
    animation:cinematicFade 6s ease forwards;
    letter-spacing:4px;
}

@keyframes cinematicFade {
    0%{
        opacity:0%;
        transform:translateY(40px);
        filter:blur(12px);
    }
    100%{
        opacity:1;
        transform:translateY(0);
        filter:blur(0);
    }
}
.flyer{
    width:300px;
    border-radius:10px;
    cursor:pointer;
    transition:0.3s;
}
.flyer:hover{
    transform:scale(1.15);
    box-shadow:0 0 30px red;
    z-index:999;
    position:relative;
}
section,
div,
.container,
.card,
.news-card{
    background: transparent !important;
    backdrop-filter: none !important;
    border: none !important;
    box-shadow: none !important;
}
r{
    display:none;
}
footer,
section{
    border-top:none !important;
    border-bottom:none !important;
}
.flyer{
    cursor:pointer;
    transition:all 0.4s ease;
}

.flyer:hover{
    transform:scale(1.03);
}

.flyer.fullscreen{
    position:fixed;
    top:0;
    left:0;
    width:100vw !important;
    height:100vh !important;
    object-fit:contain;
    background:black;
    z-index:99999;
    padding:20px;
}
.news-video{
    width:900px;
    max-width:90%;
    border-radius:10px;
    margin:40px auto;
    display:block;
}
