.home-hero{
    position:relative;
    display:flex;
    align-items:center;
    width:100%;
    min-height:clamp(520px,41.6667vw,800px);
    overflow:hidden;
    color:var(--global-white);
    background-color:var(--global-black);
    background-image:linear-gradient(90deg,rgba(0,0,0,.92) 0%,rgba(0,0,0,.78) 38%,rgba(0,0,0,.2) 72%,rgba(0,0,0,.05) 100%),var(--home-hero-image);
    background-position:center;
    background-repeat:no-repeat;
    background-size:cover;
}

.home-hero::after{
    content:"";
    position:absolute;
    inset:0;
    border-bottom:1px solid rgba(255,255,255,.18);
    pointer-events:none;
}

.home-hero-container{
    position:relative;
    z-index:1;
    width:100%;
}

.home-hero-row{
    min-height:clamp(520px,41.6667vw,800px);
    padding-top:clamp(3rem,6vw,6rem);
    padding-bottom:clamp(3rem,6vw,6rem);
}

.home-hero-logo{
    width:min(100%,250px);
}

.home-hero-logo img{
    width:100%;
    height:auto;
    filter:grayscale(1) contrast(1.08);
}

.home-hero-copy{
    max-width:720px;
}

.home-hero-copy .global-kicker{
    margin-bottom:1.25rem;
    color:rgba(255,255,255,.78);
}

.home-hero-copy h1{
    margin-bottom:1rem;
    font-size:clamp(3rem,6vw,6rem);
    letter-spacing:-.065em;
}

.home-hero-copy p{
    max-width:630px;
    margin-bottom:2rem;
    color:rgba(255,255,255,.74);
    font-size:clamp(1rem,1.6vw,1.25rem);
    line-height:1.65;
}

.home-manifesto{
    border-bottom:1px solid var(--global-gray-200);
}

.home-manifesto-text{
    margin-bottom:0;
    font-family:var(--global-font-heading);
    font-size:clamp(1.65rem,3vw,3rem);
    font-weight:600;
    line-height:1.08;
    letter-spacing:-.045em;
}

.home-artistas-list{
    border-top:1px solid rgba(255,255,255,.25);
}

.home-artista-item{
    display:block;
    padding:2.5rem 0;
    color:inherit;
    border-bottom:1px solid rgba(255,255,255,.12);
}

.home-artista-item h3{
    margin:0 0 .75rem;
}

.home-artista-item p{
    max-width:620px;
    margin:0;
}

.home-artista-item i{
    font-size:1.6rem;
}

.home-produccion-cover{
    position:relative;
    display:flex;
    align-items:center;
    justify-content:center;
    aspect-ratio:1;
    overflow:hidden;
    color:var(--global-white);
    background:var(--global-black);
}

.home-produccion-cover::before,
.home-produccion-cover::after{
    content:"";
    position:absolute;
    border:1px solid rgba(255,255,255,.28);
    border-radius:50%;
}

.home-produccion-cover::before{
    width:72%;
    aspect-ratio:1;
    transition:transform 500ms ease;
}

.home-produccion-cover::after{
    width:38%;
    aspect-ratio:1;
}

.home-produccion-cover:hover::before{
    transform:rotate(40deg) scale(1.08);
}

.home-produccion-mark{
    position:relative;
    z-index:1;
    font-family:var(--global-font-heading);
    font-size:clamp(2.2rem,5vw,4rem);
    font-weight:900;
    letter-spacing:-.08em;
}

.home-produccion-number{
    position:absolute;
    right:1.25rem;
    bottom:1rem;
    color:rgba(255,255,255,.45);
    font-size:.72rem;
}

.home-produccion-info{
    padding-top:1.25rem;
}

.home-produccion-info span{
    display:block;
    margin-bottom:.35rem;
    color:var(--global-gray-600);
    font-size:.68rem;
    font-weight:700;
    letter-spacing:.12em;
    text-transform:uppercase;
}

.home-produccion-info h3{
    margin-bottom:0;
    font-size:1.45rem;
}

.home-produccion-info a{
    display:grid;
    place-items:center;
    width:44px;
    height:44px;
    border:1px solid var(--global-black);
    transition:color var(--global-transition),background var(--global-transition);
}

.home-produccion-info a:hover{
    color:var(--global-white);
    background:var(--global-black);
}

.home-presentaciones{
    padding:0;
    color:var(--global-white);
    background:var(--global-black);
}

.home-presentaciones-heading{
    height:100%;
    padding:var(--global-section-space) clamp(1.25rem,5vw,5rem) var(--global-section-space) 0;
    border-right:1px solid rgba(255,255,255,.2);
}

.home-presentaciones-heading h2{
    margin-bottom:1.6rem;
    font-size:clamp(2rem,4vw,3.8rem);
}

.home-presentaciones-heading p{
    max-width:480px;
    margin-bottom:2rem;
    color:rgba(255,255,255,.6);
}

.home-presentaciones-list{
    height:100%;
}

.home-presentacion-item{
    min-height:180px;
    padding:2rem 0 2rem clamp(1.5rem,5vw,5rem);
    border-bottom:1px solid rgba(255,255,255,.2);
}

.home-presentacion-item:last-child{
    border-bottom:0;
}

.home-presentacion-item time{
    display:flex;
    align-items:flex-end;
    gap:.5rem;
}

.home-presentacion-item time strong{
    font-family:var(--global-font-heading);
    font-size:3rem;
    line-height:.85;
}

.home-presentacion-item time span,
.home-presentacion-item > .row > div:nth-child(2) > span{
    color:rgba(255,255,255,.5);
    font-size:.67rem;
    font-weight:700;
    letter-spacing:.12em;
    text-transform:uppercase;
}

.home-presentacion-item h3{
    margin:.4rem 0 0;
    font-size:clamp(1.5rem,3vw,2.8rem);
}

.home-noticia-visual{
    display:flex;
    align-items:flex-end;
    min-height:clamp(320px,44vw,620px);
    padding:2rem;
    color:var(--global-white);
    background:var(--global-black);
}

.home-noticia-visual span{
    font-family:var(--global-font-heading);
    font-size:clamp(2.5rem,6vw,5.5rem);
    font-weight:900;
    line-height:.8;
    letter-spacing:-.08em;
}

.home-noticia-content{
    padding-top:1.5rem;
}

.home-noticia-meta,
.home-noticia-item span{
    display:block;
    margin-bottom:1rem;
    color:var(--global-gray-600);
    font-size:.68rem;
    font-weight:700;
    letter-spacing:.12em;
    text-transform:uppercase;
}

.home-noticia-content h3{
    max-width:800px;
    margin-bottom:1rem;
    font-size:clamp(1.8rem,3.2vw,3.2rem);
}

.home-noticia-content p{
    max-width:650px;
    color:var(--global-gray-600);
}

.home-noticias-list{
    border-top:1px solid var(--global-black);
}

.home-noticia-item{
    padding:2rem 0;
    border-bottom:1px solid var(--global-gray-200);
}

.home-noticia-item h3{
    margin-bottom:0;
    font-size:clamp(1.55rem,3vw,2.5rem);
    line-height:1.08;
}

.home-noticia-item a{
    display:grid;
    place-items:center;
    width:42px;
    height:42px;
    margin-left:auto;
    border:1px solid var(--global-black);
}

.home-contacto-logo{
    width:min(100%,240px);
    height:auto;
    display:inline-block;
    filter:grayscale(1);
}

.home-contacto h2{
    margin:1rem 0 1.25rem;
    max-width:760px;
}

.home-contacto-texto{
    max-width:640px;
    margin-bottom:0;
    color:rgba(255,255,255,.68);
    font-size:1.05rem;
    line-height:1.75;
}

@media (max-width:991.98px){

    .home-contacto-logo{
        width:190px;
        margin-bottom:1rem;
    }

}

@media (max-width:991.98px){
    .home-hero{
        background-image:linear-gradient(90deg,rgba(0,0,0,.92) 0%,rgba(0,0,0,.72) 60%,rgba(0,0,0,.35) 100%),var(--home-hero-image);
    }

    .home-hero-logo{
        width:min(100%,190px);
    }

    .home-presentaciones-heading{
        padding-right:0;
        border-right:0;
        border-bottom:1px solid rgba(255,255,255,.2);
    }

    .home-presentacion-item{
        padding-left:0;
    }
}

@media (max-width:767.98px){
    .home-hero{
        min-height:auto;
        background-image:linear-gradient(180deg,rgba(0,0,0,.72) 0%,rgba(0,0,0,.92) 100%),var(--home-hero-image);
        background-position:62% center;
    }

    .home-hero-row{
        min-height:620px;
        align-content:center;
        padding-top:4rem;
        padding-bottom:4rem;
    }

    .home-hero-logo{
        width:120px;
        margin-bottom:1rem;
    }

    .home-hero-copy h1{
        font-size:clamp(2.6rem,12vw,4.2rem);
    }

    .home-artista-item{
        padding:2rem 0;
    }

    .home-artista-item p{
        display:none;
    }

    .home-presentacion-item{
        min-height:140px;
        padding-top:1.5rem;
        padding-bottom:1.5rem;
    }

    .home-presentacion-item time{
        display:block;
    }

    .home-presentacion-item time strong{
        display:block;
        margin-bottom:.4rem;
        font-size:2.2rem;
    }

    .home-noticia-visual{
        min-height:340px;
    }
}

/* ==========================================================
   COLORES DE ENCABEZADOS SEGÚN CONTRASTE
========================================================== */

.home-hero h1,
.home-hero h2,
.home-hero h3,
.home-hero h4,
.home-hero h5,
.home-hero h6,
.home-presentaciones h1,
.home-presentaciones h2,
.home-presentaciones h3,
.home-presentaciones h4,
.home-presentaciones h5,
.home-presentaciones h6,
.home-contacto h1,
.home-contacto h2,
.home-contacto h3,
.home-contacto h4,
.home-contacto h5,
.home-contacto h6{
    color:var(--global-heading-dark-bg);
}
