*{box-sizing:border-box}

html{scroll-behavior:smooth}

body.artists-page{
    margin:0;
    background:var(--theme-bg);
    color:var(--theme-text);
    font-family:Arial,Helvetica,sans-serif;
    overflow-x:hidden;
}

body.artists-page a{
    color:inherit;
    text-decoration:none;
}

body.artists-page img{
    display:block;
    max-width:100%;
}

.artists-page .site-header{
    background:color-mix(in srgb, var(--theme-bg) 94%, transparent);
    color:var(--theme-text);
    border-bottom-color:var(--theme-border);
    backdrop-filter:blur(14px);
    -webkit-backdrop-filter:blur(14px);
}

.artists-page .site-header.scrolled{
    background:color-mix(in srgb, var(--theme-bg) 96%, transparent);
    color:var(--theme-text);
    border-bottom-color:var(--theme-border);
}

.artists-page .header-nav a,
.artists-page .site-header .year-select,
.artists-page .mobile-menu-btn{
    color:var(--theme-text);
}

.artists-page .site-header .year-select,
.artists-page .mobile-menu-btn{
    border-color:var(--theme-border);
    background:transparent;
}

.artists-page .site-header .header-centered-logo img{
    filter:brightness(0) !important;
}

.artists-intro{
    padding:154px 0 54px;
    background:var(--theme-bg);
}

.artists-intro-grid{
    display:grid;
    grid-template-columns:minmax(0,1.45fr) minmax(320px,.55fr);
    gap:54px;
    align-items:end;
}

.artists-kicker,
.artist-info span,
.artist-info p,
.artist-info strong,
.artists-count{
    font-size:11px;
    line-height:1.3;
    letter-spacing:.12em;
    text-transform:uppercase;
}

.artists-kicker{
    color:var(--theme-primary);
    letter-spacing:.22em;
    font-size:10px;
}

.artists-intro h1{
    margin:18px 0 0;
    font-size:188px;
    line-height:.74;
    letter-spacing:-.09em;
    font-weight:900;
}

.artists-intro-side{
    max-width:430px;
    justify-self:end;
    padding-bottom:20px;
}

.artists-intro-side p{
    margin:0;
    color:color-mix(in srgb, var(--theme-text) 64%, transparent);
    font-size:17px;
    line-height:1.75;
}

.artists-divider{
    height:1px;
    background:var(--theme-border);
    margin-top:30px;
}

.artists-toolbar{
    width:min(100%,460px);
    margin:86px 0 0 auto;
}

.artists-search{
    position:relative;
    display:block;
    margin:0;
}

.artists-count{
    color:color-mix(in srgb, var(--theme-text) 58%, transparent);
}

.artists-search input{
    width:100%;
    height:38px;
    border:0;
    border-bottom:1px solid var(--theme-border);
    border-radius:0;
    background:transparent;
    color:var(--theme-text);
    padding:0 26px 0 0;
    font:inherit;
    font-size:15px;
    outline:none;
}

.artists-search input::placeholder{
    color:color-mix(in srgb, var(--theme-text) 48%, transparent);
}

.artists-search input:focus{
    border-color:var(--theme-primary);
}

.artists-search span{
    position:absolute;
    right:2px;
    top:50%;
    transform:translateY(-50%);
    width:12px;
    height:12px;
    border:1px solid var(--theme-text);
    border-radius:50%;
    pointer-events:none;
}

.artists-search span:after{
    content:"";
    position:absolute;
    width:5px;
    height:1px;
    right:-4px;
    bottom:0;
    background:var(--theme-text);
    transform:rotate(45deg);
    transform-origin:left center;
}

.artists-count{
    margin-top:12px;
    text-align:right;
    font-size:10px;
    letter-spacing:.18em;
}

.artists-list-section{
    padding:46px 0 118px;
    background:var(--theme-bg);
}

.artists-grid{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:18px;
}

.artist-card{
    display:block;
    min-width:0;
    color:var(--theme-text);
}

.artist-card[hidden]{
    display:none;
}

.artist-photo{
    position:relative;
    aspect-ratio:4 / 5;
    overflow:hidden;
    background:color-mix(in srgb, var(--theme-dark) 12%, var(--theme-bg));
}

.artist-photo img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:transform .7s var(--ease), filter .7s var(--ease);
}

.artist-card:hover .artist-photo img{
    transform:scale(1.035);
    filter:saturate(1.06);
}

.artist-photo:after{
    content:"";
    position:absolute;
    inset:0;
    border:1px solid color-mix(in srgb, var(--theme-dark) 9%, transparent);
    pointer-events:none;
}

.artist-placeholder{
    position:absolute;
    inset:0;
    display:flex;
    align-items:center;
    justify-content:center;
    background:
        linear-gradient(135deg, color-mix(in srgb, var(--theme-primary) 28%, var(--theme-bg)), var(--theme-bg));
}

.artist-placeholder span{
    width:78px;
    height:78px;
    border:1px solid color-mix(in srgb, var(--theme-dark) 24%, transparent);
    display:flex;
    align-items:center;
    justify-content:center;
    color:var(--theme-text);
    font-size:38px;
    line-height:1;
    font-weight:500;
}

.artist-info{
    display:grid;
    grid-template-columns:34px minmax(0,1fr) 34px;
    gap:14px;
    align-items:start;
    padding:16px 0 0;
}

.artist-info span{
    color:var(--theme-primary);
}

.artist-info h2{
    margin:0;
    font-size:clamp(22px,2vw,30px);
    line-height:1;
    letter-spacing:-.045em;
    font-weight:500;
    overflow-wrap:anywhere;
}

.artist-info p{
    margin:9px 0 0;
    color:color-mix(in srgb, var(--theme-text) 52%, transparent);
    overflow-wrap:anywhere;
}

.artist-info strong{
    width:34px;
    height:34px;
    border:1px solid var(--theme-border);
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:400;
    transition:background-color .25s var(--ease), color .25s var(--ease), border-color .25s var(--ease);
}

.artist-card:hover .artist-info strong{
    background:var(--theme-primary);
    border-color:var(--theme-primary);
    color:var(--theme-light);
}

.artists-empty{
    max-width:720px;
    border-top:1px solid var(--theme-border);
    border-bottom:1px solid var(--theme-border);
    padding:46px 0;
}

.artists-empty span{
    display:block;
    margin-bottom:18px;
    color:var(--theme-primary);
    font-size:11px;
    letter-spacing:.12em;
    text-transform:uppercase;
}

.artists-empty h2{
    margin:0;
    font-size:38px;
    line-height:1.05;
    letter-spacing:-.045em;
    font-weight:500;
}

.artists-empty p{
    margin:16px 0 0;
    max-width:520px;
    font-size:16px;
    line-height:1.7;
}

.artists-empty-search{
    margin-top:24px;
}

.reveal{
    opacity:0;
    transform:translateY(24px);
    transition:opacity .7s var(--ease), transform .7s var(--ease);
}

.reveal.visible{
    opacity:1;
    transform:none;
}

@media(max-width:1199.98px){
    .artists-intro h1{
        font-size:150px;
    }

    .artists-grid{
        grid-template-columns:repeat(3,minmax(0,1fr));
    }
}

@media(max-width:991.98px){
    .artists-intro{
        padding-top:120px;
    }

    .artists-intro-grid{
        grid-template-columns:1fr;
        gap:26px;
    }

    .artists-intro-side{
        justify-self:start;
        max-width:680px;
        padding-bottom:0;
    }

    .artists-intro h1{
        font-size:112px;
    }

    .artists-divider{
        margin-top:28px;
    }

    .artists-toolbar{
        width:100%;
        margin-top:38px;
    }

    .artists-grid{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }
}

@media(max-width:575.98px){
    .artists-intro{
        padding-top:104px;
    }

    .artists-intro h1{
        font-size:62px;
        line-height:.86;
        letter-spacing:-.065em;
    }

    .artists-search input{
        height:44px;
    }

    .artists-grid{
        grid-template-columns:1fr;
    }

    .artist-info{
        grid-template-columns:30px minmax(0,1fr) 34px;
    }

    .artists-list-section{
        padding-bottom:82px;
    }
}
