/* Phase 9.6 — Artist Hub: category/artists news + artists archive */

.sym-artist-hub-v96{
    width:min(1320px,calc(100vw - 40px));
    margin:clamp(20px,4vw,52px) auto clamp(70px,8vw,120px);
    color:#0b1015;
    font-family:Manrope,Inter,system-ui,sans-serif;
}

.sym-artist-hub-v96,
.sym-artist-hub-v96 *{
    box-sizing:border-box;
}

.sym-artist-hub-v96 a{
    color:inherit;
    text-decoration:none!important;
}

.sym-artist-hub-v96-head{
    margin-bottom:28px;
}

.sym-artist-hub-block{
    margin-top:30px;
}

.sym-artist-hub-section-head{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:16px;
    margin:0 0 16px;
}

.sym-artist-hub-section-head h2{
    margin:0;
    color:#0b1015;
    font-size:24px;
    line-height:1;
    font-weight:820;
    letter-spacing:.04em;
    text-transform:uppercase;
}

.sym-artist-hub-section-head h2::first-letter{
    color:#12e6ad;
}

.sym-artist-hub-section-head a{
    display:inline-flex;
    align-items:center;
    min-height:28px;
    padding:6px 12px;
    border:1px solid rgba(18,230,173,.25);
    border-radius:999px;
    background:rgba(255,255,255,.35);
    color:#0b312a;
    font-size:11px;
    font-weight:800;
    transition:.18s ease;
}

.sym-artist-hub-section-head a:hover{
    background:#12e6ad;
    border-color:#12e6ad;
    color:#04110e;
}

.sym-artist-hub-artists{
    padding:24px;
    border:1px solid rgba(10,24,36,.10);
    border-radius:28px;
    background:
        radial-gradient(circle at 88% 0%,rgba(18,230,173,.20),transparent 36%),
        linear-gradient(135deg,#fff,rgba(226,255,247,.64));
    box-shadow:0 18px 46px rgba(20,36,55,.10);
}

.sym-artist-hub-artists-grid{
    display:grid;
    grid-template-columns:repeat(8,minmax(0,1fr));
    gap:22px 18px;
    align-items:start;
}

.sym-artist-hub-card{
    min-width:0;
    text-align:center;
}

.sym-artist-hub-card__avatar{
    width:112px;
    height:112px;
    display:grid;
    place-items:center;
    margin:0 auto 10px;
    overflow:hidden;
    border-radius:999px;
    border:2px solid rgba(18,230,173,.65);
    background:
        radial-gradient(circle at 28% 20%,rgba(18,230,173,.32),transparent 40%),
        linear-gradient(135deg,rgba(255,255,255,.88),rgba(226,255,247,.55));
    box-shadow:0 16px 36px rgba(20,36,55,.13),0 0 0 8px rgba(18,230,173,.06);
    transition:.18s ease;
}

.sym-artist-hub-card__avatar:hover{
    transform:translateY(-3px) scale(1.02);
    box-shadow:0 20px 46px rgba(20,36,55,.18),0 0 0 9px rgba(18,230,173,.11);
}

.sym-artist-hub-card__avatar img{
    width:100%;
    height:100%;
    display:block;
    object-fit:cover;
}

.sym-artist-hub-card__avatar span{
    color:#12e6ad;
    font-size:34px;
    font-weight:950;
}

.sym-artist-hub-card h3{
    margin:0;
    font-size:14px;
    line-height:1.05;
    font-weight:850;
    letter-spacing:-.015em;
}

.sym-artist-hub-card p{
    margin:5px 0 0;
    color:rgba(11,16,21,.55);
    font-size:11px;
    line-height:1.1;
    font-weight:700;
}

@media(max-width:1120px){
    .sym-artist-hub-artists-grid{
        grid-template-columns:repeat(6,minmax(0,1fr));
    }
}

@media(max-width:820px){
    .sym-artist-hub-v96{
        width:min(100% - 24px,720px);
        margin-top:24px;
    }

    .sym-artist-hub-artists-grid{
        grid-template-columns:repeat(4,minmax(0,1fr));
    }
}

@media(max-width:560px){
    .sym-artist-hub-artists{
        padding:18px;
        border-radius:22px;
    }

    .sym-artist-hub-artists-grid{
        grid-template-columns:repeat(2,minmax(0,1fr));
        gap:20px 14px;
    }

    .sym-artist-hub-card__avatar{
        width:96px;
        height:96px;
    }
}

/* Artist Hub refinements v9.6.1 */
.sym-artist-hub-v96 .sym-news-v94-eyebrow{
    color:#009f98;
}

.sym-artist-hub-v96 .sym-news-v94-head h1,
.sym-artist-hub-v96 .sym-artist-hub-card h3,
.sym-artist-hub-v96 .sym-artist-hub-card h3 a{
    letter-spacing:normal!important;
}
