.artistas-hero{
    position:relative;
    width:100%;
    min-height:clamp(460px,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,.72) 44%,rgba(0,0,0,.18) 78%,rgba(0,0,0,.04) 100%),var(--artistas-hero-image);
    background-position:center;
    background-repeat:no-repeat;
    background-size:cover;
}

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

.artistas-hero-row{
    position:relative;
    z-index:1;
    min-height:clamp(460px,41.6667vw,800px);
    padding-top:clamp(4rem,8vw,8rem);
    padding-bottom:clamp(4rem,8vw,8rem);
}

.artistas-hero-copy{
    max-width:860px;
}

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

.artistas-hero-copy h1{
    margin-bottom:1.25rem;
    font-size:clamp(3rem,6vw,5.8rem);
    letter-spacing:-.06em;
}

.artistas-hero-copy p{
    max-width:760px;
    margin-bottom:0;
    color:rgba(255,255,255,.74);
    font-size:clamp(1.05rem,1.7vw,1.3rem);
    line-height:1.65;
}

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

.artistas-intro h2{
    max-width:500px;
    margin-top:1.5rem;
    font-size:clamp(2rem,3.6vw,3.4rem);
}

.artistas-intro-text{
    margin-bottom:0;
    font-family:var(--global-font-heading);
    font-size:clamp(1.55rem,2.8vw,2.65rem);
    font-weight:600;
    line-height:1.12;
    letter-spacing:-.04em;
}

.artistas-catalogo{
    width:100%;
    overflow:hidden;
    background:var(--global-black);
}

.artista-card{
    height:100%;
    border-right:1px solid rgba(255,255,255,.13);
    border-bottom:1px solid rgba(255,255,255,.13);
}

.artista-card-link{
    display:flex;
    flex-direction:column;
    height:100%;
    color:var(--global-white);
    background:#171717;
    transition:background var(--global-transition);
}

.artista-card-link:hover{
    color:var(--global-white);
    background:#222;
}

.artista-card-image{
    position:relative;
    aspect-ratio:4/5;
    margin:0;
    overflow:hidden;
    background:#0a0a0a;
}

.artista-card-image::after{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(180deg,transparent 55%,rgba(0,0,0,.22) 100%);
    pointer-events:none;
}

.artista-card-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    filter:grayscale(1) contrast(1.08);
    transition:transform 700ms ease,filter 500ms ease;
}

.artista-card-link:hover .artista-card-image img{
    transform:scale(1.035);
    filter:grayscale(1) contrast(1.16);
}

.artista-card-content{
    flex:1;
    padding:clamp(1.5rem,2.4vw,2.5rem);
}

.artista-card-genero{
    display:block;
    margin-bottom:.75rem;
    color:rgba(255,255,255,.52);
    font-size:.68rem;
    font-weight:700;
    letter-spacing:.13em;
    text-transform:uppercase;
}

.artista-card-content h2{
    margin-bottom:.85rem;
    font-size:clamp(1.7rem,2.4vw,2.7rem);
    line-height:1;
}

.artista-card-content p{
    max-width:480px;
    margin-bottom:0;
    color:rgba(255,255,255,.62);
    line-height:1.65;
}

.artista-card-content i{
    display:inline-block;
    font-size:1.55rem;
    transition:transform var(--global-transition);
}

.artista-card-link:hover .artista-card-content i{
    transform:translate(4px,-4px);
}

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

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

.artistas-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){

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

}

@media (min-width:992px){
    .artista-card:nth-child(3n){
        border-right:0;
    }
}

@media (min-width:768px) and (max-width:991.98px){
    .artistas-catalogo .col-md-6:nth-child(2n) .artista-card{
        border-right:0;
    }
}

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

    .artistas-hero-row{
        min-height:600px;
        padding-top:4rem;
        padding-bottom:4rem;
    }

    .artistas-hero-copy h1{
        font-size:clamp(2.8rem,14vw,4.4rem);
    }

    .artista-card{
        border-right:0;
    }

    .artista-card-image{
        aspect-ratio:4/5;
    }

    .artista-card-content{
        padding:1.5rem;
    }
}

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

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