.artist-experience {
    min-height: 100vh;
    padding-bottom: 128px;
    background:
        linear-gradient(180deg, rgba(3, 6, 19, .2), #030613 82%),
        url("/assets/img/background.png") top center / cover no-repeat fixed,
        #030613;
}

.artist-experience::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    background:
        radial-gradient(circle at 12% 22%, rgba(255, 63, 168, .12), transparent 28rem),
        radial-gradient(circle at 88% 38%, rgba(61, 157, 244, .1), transparent 30rem);
}

.artist-experience :focus-visible {
    outline: 3px solid rgba(101, 190, 255, .95);
    outline-offset: 3px;
}

.site-header {
    position: relative;
}

body.is-navigating main {
    opacity: .58;
    transition: opacity .16s ease;
}

body.is-navigating .site-header::before {
    content: "";
    position: absolute;
    z-index: 90;
    left: 0;
    bottom: -1px;
    width: 42%;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--pink), var(--blue), transparent);
    box-shadow: 0 0 14px rgba(255, 63, 168, .7);
    animation: navigation-progress .8s ease-in-out infinite alternate;
}

main[tabindex="-1"]:focus {
    outline: none;
}

@keyframes navigation-progress {
    from { transform: translateX(-70%); }
    to { transform: translateX(210%); }
}

.skip-link {
    position: fixed;
    z-index: 100;
    top: 12px;
    left: 12px;
    padding: 12px 18px;
    border-radius: 10px;
    background: #fff;
    color: #080b19;
    font-weight: 900;
    transform: translateY(-160%);
}

.skip-link:focus {
    transform: translateY(0);
}

.artist-main {
    width: min(1760px, calc(100% - 72px));
    margin: 0 auto;
}

.artist-main > :not(.site-footer) {
    width: min(1540px, 100%);
    margin-right: auto;
    margin-left: auto;
}

.catalog-hero {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(520px, .85fr);
    align-items: end;
    gap: clamp(40px, 6vw, 100px);
    min-height: 520px;
    padding: 92px 30px 66px;
}

.catalog-hero-copy,
.catalog-stat-grid {
    position: relative;
    z-index: 1;
}

.catalog-eyebrow {
    margin: 0 0 12px;
    color: #ff79be;
    font-size: .76rem;
    font-weight: 950;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.catalog-eyebrow > span {
    display: inline-block;
    width: 24px;
    height: 2px;
    margin-right: 9px;
    vertical-align: middle;
    background: linear-gradient(90deg, var(--pink), var(--blue));
    box-shadow: 0 0 12px var(--pink);
}

.catalog-hero h1 {
    margin: 0 0 22px;
    font-size: clamp(4rem, 7vw, 7.4rem);
    line-height: .9;
    letter-spacing: -.065em;
}

.catalog-hero h1 span {
    color: transparent;
    background: linear-gradient(100deg, #ff56af 10%, #bd5cff 56%, #62bfff);
    -webkit-background-clip: text;
    background-clip: text;
    filter: drop-shadow(0 0 22px rgba(255, 63, 168, .18));
}

.catalog-hero-copy > p:last-child {
    max-width: 720px;
    margin: 0;
    color: #c6cad9;
    font-size: clamp(1.08rem, 1.6vw, 1.38rem);
    line-height: 1.65;
}

.catalog-stat-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.catalog-stat-grid article,
.glass-panel,
.artist-stat-strip,
.catalog-browser {
    border: 1px solid rgba(255, 255, 255, .11);
    background:
        linear-gradient(145deg, rgba(25, 27, 51, .78), rgba(8, 11, 27, .72));
    box-shadow: 0 25px 80px rgba(0, 0, 0, .34), inset 0 1px 0 rgba(255, 255, 255, .055);
    backdrop-filter: blur(22px);
}

.catalog-stat-grid article {
    display: flex;
    flex-direction: column;
    min-height: 142px;
    padding: 22px;
    border-radius: 18px;
}

.catalog-stat-grid article:nth-child(1) {
    border-color: rgba(255, 63, 168, .24);
}

.catalog-stat-grid article:nth-child(2) {
    border-color: rgba(147, 43, 230, .28);
}

.catalog-stat-grid article:nth-child(3) {
    border-color: rgba(61, 157, 244, .25);
}

.catalog-stat-grid span,
.artist-stat-strip span {
    display: block;
    margin-bottom: 20px;
    color: #9fa5ba;
    font-size: .72rem;
    font-weight: 850;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.catalog-stat-grid span {
    min-height: 2.6em;
    line-height: 1.3;
}

.catalog-stat-grid strong {
    display: block;
    overflow: hidden;
    font-size: clamp(1.75rem, 2.5vw, 2.65rem);
    line-height: 1.05;
    text-overflow: ellipsis;
}

.catalog-stat-grid .stat-name {
    font-size: clamp(1.15rem, 1.6vw, 1.55rem);
}

.stat-loading {
    width: 70%;
    min-height: 38px;
    border-radius: 8px;
    color: transparent;
    background: linear-gradient(100deg, rgba(255,255,255,.05) 30%, rgba(255,255,255,.14) 50%, rgba(255,255,255,.05) 70%);
    background-size: 220% 100%;
    animation: shimmer 1.45s infinite;
}

.catalog-browser {
    min-height: 620px;
    margin-bottom: 80px;
    padding: clamp(24px, 4vw, 54px);
    border-radius: 26px;
}

.browser-heading,
.panel-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 30px;
}

.browser-heading {
    margin-bottom: 28px;
}

.browser-heading h2,
.panel-heading h2,
.glass-panel h2,
.related-section h2 {
    margin: 0;
    font-size: clamp(1.8rem, 3vw, 2.7rem);
    letter-spacing: -.035em;
}

.result-count {
    margin: 0;
    color: #d4d6e0;
    font-weight: 850;
}

.result-count::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-right: 10px;
    border-radius: 50%;
    background: var(--pink);
    box-shadow: 0 0 14px var(--pink);
}

.catalog-tools {
    position: sticky;
    z-index: 8;
    top: 12px;
    display: grid;
    gap: 15px;
    margin: 0 -8px 42px;
    padding: 8px;
    border-radius: 19px;
    background: rgba(6, 9, 23, .85);
    backdrop-filter: blur(22px);
}

.artist-search {
    display: flex;
    align-items: center;
    gap: 13px;
    min-height: 58px;
    padding: 0 18px;
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 14px;
    background: rgba(255, 255, 255, .045);
    transition: border-color .2s, box-shadow .2s;
}

.artist-search:focus-within {
    border-color: rgba(255, 63, 168, .55);
    box-shadow: 0 0 0 4px rgba(255, 63, 168, .08), 0 0 30px rgba(255, 63, 168, .08);
}

.artist-search svg {
    width: 23px;
    height: 23px;
    flex: 0 0 23px;
    fill: #aeb3c6;
}

.artist-search input {
    width: 100%;
    border: 0;
    outline: 0;
    background: transparent;
    color: #fff;
    font: inherit;
    font-size: 1rem;
}

.artist-search input::placeholder {
    color: #858a9e;
}

.artist-search kbd {
    padding: 3px 8px;
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 6px;
    color: #9095a8;
    background: rgba(255,255,255,.05);
}

.alphabet-nav {
    display: flex;
    gap: 6px;
    padding: 2px 0 5px;
    overflow-x: auto;
    scrollbar-width: thin;
}

.alphabet-nav a {
    display: grid;
    place-items: center;
    flex: 1 0 39px;
    min-width: 39px;
    height: 39px;
    border: 1px solid rgba(255, 255, 255, .09);
    border-radius: 10px;
    color: #d9dbe5;
    background: rgba(255, 255, 255, .035);
    font-size: .79rem;
    font-weight: 900;
    transition: .18s ease;
}

.alphabet-nav a:first-child {
    flex-basis: 52px;
}

.alphabet-nav a:hover,
.alphabet-nav a:focus-visible {
    border-color: rgba(255, 63, 168, .5);
    color: #fff;
    background: rgba(255, 63, 168, .13);
    box-shadow: 0 0 18px rgba(255, 63, 168, .13);
}

.alphabet-nav a[aria-disabled="true"] {
    opacity: .27;
    pointer-events: none;
}

.artist-letter-group {
    scroll-margin-top: 190px;
}

.artist-letter-group + .artist-letter-group {
    margin-top: 54px;
}

.letter-heading {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 17px;
}

.letter-heading::after {
    content: "";
    height: 1px;
    flex: 1;
    background: linear-gradient(90deg, rgba(255, 63, 168, .32), rgba(255,255,255,.05), transparent);
}

.letter-heading h2 {
    display: grid;
    place-items: center;
    width: 53px;
    height: 53px;
    margin: 0;
    border: 1px solid rgba(255, 63, 168, .35);
    border-radius: 15px;
    color: #ff75bc;
    background: linear-gradient(145deg, rgba(255, 63, 168, .15), rgba(147, 43, 230, .08));
    box-shadow: inset 0 1px rgba(255,255,255,.08), 0 0 25px rgba(255, 63, 168, .08);
    font-size: 1.45rem;
}

.letter-heading span {
    color: #8f94a8;
    font-size: .78rem;
    font-weight: 850;
    text-transform: uppercase;
}

.artist-card-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.artist-card {
    display: flex;
    align-items: center;
    gap: 15px;
    min-width: 0;
    min-height: 90px;
    padding: 12px 14px;
    border: 1px solid rgba(255, 255, 255, .085);
    border-radius: 16px;
    background: linear-gradient(130deg, rgba(255,255,255,.055), rgba(255,255,255,.018));
    transition: transform .2s ease, border-color .2s ease, background .2s ease, box-shadow .2s ease;
}

.artist-card:hover {
    transform: translateY(-3px);
    border-color: rgba(255, 63, 168, .3);
    background: linear-gradient(130deg, rgba(255, 63, 168, .1), rgba(61, 157, 244, .045));
    box-shadow: 0 17px 38px rgba(0,0,0,.24), 0 0 22px rgba(255,63,168,.07);
}

.artist-card-art {
    display: grid;
    place-items: center;
    flex: 0 0 62px;
    width: 62px;
    height: 62px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.11);
    border-radius: 13px;
    color: #fff;
    background: linear-gradient(135deg, rgba(255,63,168,.85), rgba(147,43,230,.72), rgba(61,157,244,.68));
    font-size: 1.35rem;
    font-weight: 950;
}

.artist-card-art img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.artist-card-copy {
    display: block;
    min-width: 0;
    flex: 1;
}

.artist-card-copy strong,
.artist-card-copy small {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.artist-card-copy strong {
    margin-bottom: 7px;
    font-size: 1rem;
}

.artist-card-copy small {
    color: #969bad;
    font-size: .77rem;
}

.artist-card-arrow {
    color: #777d93;
    font-size: 1.2rem;
    transition: transform .2s, color .2s;
}

.artist-card:hover .artist-card-arrow {
    transform: translateX(3px);
    color: var(--pink);
}

.catalog-loading {
    padding: 32px 0;
    text-align: center;
}

.catalog-loading[hidden] {
    display: none;
}

.loading-ring {
    display: block;
    width: 42px;
    height: 42px;
    margin: 0 auto 16px;
    border: 3px solid rgba(255,255,255,.1);
    border-top-color: var(--pink);
    border-right-color: var(--blue);
    border-radius: 50%;
    animation: spin .8s linear infinite;
}

.catalog-loading strong {
    font-size: 1.1rem;
}

.catalog-loading p {
    color: #9398aa;
}

.skeleton-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin-top: 30px;
}

.skeleton-grid span {
    height: 90px;
    border-radius: 16px;
    background: linear-gradient(100deg, rgba(255,255,255,.035) 30%, rgba(255,255,255,.095) 50%, rgba(255,255,255,.035) 70%);
    background-size: 220% 100%;
    animation: shimmer 1.45s infinite;
}

.catalog-state {
    max-width: 560px;
    margin: 70px auto;
    text-align: center;
}

.catalog-state[hidden] {
    display: none;
}

.state-icon {
    display: grid;
    place-items: center;
    width: 70px;
    height: 70px;
    margin: 0 auto 20px;
    border: 1px solid rgba(255, 63, 168, .35);
    border-radius: 50%;
    color: #ff77be;
    background: rgba(255, 63, 168, .1);
    box-shadow: 0 0 36px rgba(255, 63, 168, .13);
    font-size: 1.25rem;
    font-weight: 950;
}

.catalog-state h1,
.catalog-state h2 {
    margin: 0 0 10px;
    font-size: clamp(2rem, 5vw, 3.4rem);
}

.catalog-state p {
    margin: 0 auto 24px;
    color: #aeb2c3;
    line-height: 1.6;
}

.neon-button,
.glass-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    min-height: 49px;
    padding: 0 21px;
    border-radius: 12px;
    color: #fff;
    font-weight: 900;
    cursor: pointer;
}

.neon-button {
    border: 0;
    background: linear-gradient(135deg, #ff459e, #a837e6 65%, #447ee7);
    box-shadow: 0 16px 38px rgba(255, 63, 168, .24), inset 0 1px rgba(255,255,255,.2);
}

.glass-button {
    border: 1px solid rgba(255,255,255,.18);
    background: rgba(9, 12, 28, .62);
    backdrop-filter: blur(14px);
}

.glass-button svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
}

.neon-button:hover,
.glass-button:hover {
    transform: translateY(-1px);
    filter: brightness(1.08);
}

/* Artist detail */
.artist-profile {
    margin-bottom: 80px;
}

.artist-detail-hero {
    position: relative;
    min-height: 610px;
    margin: 34px 0 22px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 28px;
    background: #0a0d1d;
    box-shadow: 0 35px 110px rgba(0,0,0,.48), 0 0 70px rgba(147,43,230,.08);
}

.artist-hero-image,
.artist-hero-shade {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.artist-hero-image {
    object-fit: cover;
    filter: saturate(.88) contrast(1.06);
}

.artist-hero-shade {
    background:
        linear-gradient(90deg, rgba(3, 6, 19, .95) 0%, rgba(3, 6, 19, .7) 48%, rgba(3, 6, 19, .2) 100%),
        linear-gradient(0deg, rgba(3, 6, 19, .96), transparent 60%);
}

.artist-hero-content {
    position: relative;
    z-index: 1;
    min-height: 610px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    padding: clamp(28px, 5vw, 70px);
}

.back-link {
    position: absolute;
    top: clamp(25px, 4vw, 48px);
    left: clamp(28px, 5vw, 70px);
    display: inline-flex;
    gap: 10px;
    color: #d3d5df;
    font-weight: 800;
}

.back-link:hover {
    color: var(--pink);
}

.artist-identity {
    display: flex;
    align-items: center;
    gap: clamp(22px, 3vw, 38px);
}

.artist-avatar {
    display: grid;
    place-items: center;
    flex: 0 0 clamp(112px, 11vw, 164px);
    width: clamp(112px, 11vw, 164px);
    height: clamp(112px, 11vw, 164px);
    overflow: hidden;
    padding: 4px;
    border-radius: 25px;
    color: #fff;
    background: linear-gradient(135deg, var(--pink), var(--violet), var(--blue));
    box-shadow: 0 0 54px rgba(255,63,168,.23), 0 22px 50px rgba(0,0,0,.4);
    font-size: 2.6rem;
    font-weight: 950;
}

.artist-avatar img {
    width: 100%;
    height: 100%;
    border-radius: 21px;
    object-fit: cover;
}

.artist-identity h1 {
    margin: 0 0 18px;
    max-width: 970px;
    font-size: clamp(3.5rem, 7.5vw, 8.5rem);
    line-height: .88;
    letter-spacing: -.065em;
    text-shadow: 0 10px 45px rgba(0,0,0,.55);
}

.artist-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.artist-tags span {
    padding: 7px 12px;
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 99px;
    color: #e6e7ed;
    background: rgba(7,10,24,.52);
    font-size: .78rem;
    font-weight: 800;
    backdrop-filter: blur(12px);
}

.artist-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 30px;
}

.artist-hero-actions .play-triangle {
    border-top-width: 6px;
    border-bottom-width: 6px;
    border-left-width: 10px;
}

.artist-stat-strip {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-bottom: 22px;
    overflow: hidden;
    border-radius: 20px;
}

.artist-stat-strip article {
    min-width: 0;
    padding: 24px 27px;
}

.artist-stat-strip article + article {
    border-left: 1px solid rgba(255,255,255,.08);
}

.artist-stat-strip span {
    margin-bottom: 10px;
}

.artist-stat-strip strong {
    display: block;
    overflow: hidden;
    font-size: 1.28rem;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.artist-stat-strip article:nth-child(1) strong { color: #ff75bc; }
.artist-stat-strip article:nth-child(2) strong { color: #c681ff; }
.artist-stat-strip article:nth-child(4) strong { color: #75c6ff; }

.artist-detail-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(310px, 390px);
    align-items: start;
    gap: 22px;
}

.artist-detail-main,
.artist-sidebar {
    display: grid;
    gap: 22px;
}

.glass-panel {
    padding: clamp(25px, 3.4vw, 44px);
    border-radius: 22px;
}

.biography-panel .biography-copy,
.fallback-copy {
    margin: 22px 0 0;
    color: #c1c5d3;
    font-size: 1.04rem;
    line-height: 1.78;
}

.fallback-copy {
    padding: 18px;
    border: 1px dashed rgba(255,255,255,.13);
    border-radius: 13px;
    background: rgba(255,255,255,.025);
}

.panel-heading {
    margin-bottom: 25px;
}

.track-sort {
    display: flex;
    align-items: center;
    gap: 10px;
}

.track-sort label {
    color: #9ba0b2;
    font-size: .8rem;
    font-weight: 800;
}

.track-sort select {
    min-height: 42px;
    padding: 0 34px 0 13px;
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 10px;
    color: #fff;
    background: #15182b;
    font: inherit;
    font-size: .84rem;
    font-weight: 800;
}

.track-list {
    display: grid;
    gap: 8px;
}

.catalog-track {
    display: grid;
    grid-template-columns: 28px 56px minmax(150px, 1fr) minmax(100px, .5fr) 88px 48px;
    align-items: center;
    gap: 14px;
    min-height: 76px;
    padding: 9px 14px;
    border: 1px solid transparent;
    border-radius: 13px;
    background: rgba(255,255,255,.032);
    transition: background .18s, border-color .18s;
}

.catalog-track:hover {
    border-color: rgba(255,63,168,.16);
    background: rgba(255,63,168,.055);
}

.catalog-track > img {
    width: 56px;
    height: 56px;
    border-radius: 10px;
    object-fit: cover;
    background: rgba(255,255,255,.05);
}

.track-number,
.catalog-track time,
.track-genre,
.track-plays {
    color: #8d92a5;
    font-size: .76rem;
}

.track-title {
    min-width: 0;
}

.track-title strong,
.track-title span {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.track-title strong {
    margin-bottom: 6px;
    font-size: .92rem;
}

.track-title span {
    color: #8d92a5;
    font-size: .74rem;
}

.track-plays strong {
    color: #cdd0db;
}

.inline-empty {
    padding: 40px 20px;
    border: 1px dashed rgba(255,255,255,.12);
    border-radius: 14px;
    text-align: center;
}

.inline-empty p {
    margin: 8px 0 0;
    color: #969bad;
}

.social-panel h2,
.recent-panel h2 {
    font-size: 1.5rem;
}

.artist-social-links {
    display: grid;
    gap: 8px;
    margin-top: 20px;
}

.artist-social-links a {
    display: grid;
    grid-template-columns: 36px 1fr auto;
    align-items: center;
    gap: 11px;
    min-height: 51px;
    padding: 7px 12px;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 11px;
    background: rgba(255,255,255,.03);
    font-size: .86rem;
    font-weight: 800;
}

.artist-social-links a:hover {
    border-color: rgba(255,63,168,.25);
    background: rgba(255,63,168,.075);
}

.social-mark {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border-radius: 9px;
    color: #fff;
    background: linear-gradient(135deg, rgba(255,63,168,.82), rgba(100,90,238,.82));
    font-size: .67rem;
    letter-spacing: -.04em;
}

.social-mark svg {
    width: 19px;
    height: 19px;
    fill: currentColor;
}

.highlight-panel > img {
    width: 100%;
    aspect-ratio: 16 / 10;
    margin: 7px 0 15px;
    border-radius: 14px;
    object-fit: cover;
    background: rgba(255,255,255,.05);
}

.highlight-panel > div {
    display: flex;
    justify-content: space-between;
    gap: 14px;
}

.highlight-panel > div span {
    color: #ff75bc;
    font-size: .78rem;
    font-weight: 800;
}

.recent-panel ol {
    margin: 18px 0 0;
    padding: 0;
    list-style: none;
}

.recent-panel li {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    padding: 12px 0;
    border-top: 1px solid rgba(255,255,255,.07);
    font-size: .81rem;
}

.recent-panel li span {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.recent-panel time {
    flex: 0 0 auto;
    color: #83889c;
}

.related-section {
    margin-top: 56px;
}

.related-section .panel-heading > a {
    color: #ff75bc;
    font-weight: 900;
}

.related-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-top: 22px;
}

.related-grid > a {
    display: flex;
    align-items: center;
    gap: 14px;
    min-width: 0;
    padding: 13px;
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 16px;
    background: rgba(19,22,42,.72);
    backdrop-filter: blur(15px);
}

.related-grid > a:hover {
    border-color: rgba(255,63,168,.3);
    transform: translateY(-2px);
}

.related-grid img {
    width: 62px;
    height: 62px;
    flex: 0 0 62px;
    border-radius: 12px;
    object-fit: cover;
}

.related-grid a > span:nth-child(2) {
    min-width: 0;
    flex: 1;
}

.related-grid strong,
.related-grid small {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.related-grid small {
    margin-top: 6px;
    color: #9297aa;
}

.detail-state {
    min-height: 560px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

@keyframes shimmer {
    to { background-position: -220% 0; }
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

@media (max-width: 1180px) {
    .catalog-hero {
        grid-template-columns: 1fr;
        min-height: 0;
    }

    .catalog-stat-grid {
        max-width: 850px;
    }

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

    .artist-detail-layout {
        grid-template-columns: minmax(0, 1fr) 310px;
    }

    .catalog-track {
        grid-template-columns: 25px 52px minmax(130px, 1fr) 80px 45px;
    }

    .catalog-track .track-genre {
        display: none;
    }
}

@media (max-width: 900px) {
    .artist-experience {
        padding-bottom: 190px;
    }

    .artist-main {
        width: min(100% - 28px, 1760px);
    }

    .catalog-hero {
        padding: 70px 4px 45px;
    }

    .catalog-hero h1 {
        font-size: clamp(3.6rem, 13vw, 6rem);
    }

    .catalog-browser {
        padding: 24px;
    }

    .catalog-tools {
        top: 6px;
    }

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

    .artist-detail-hero,
    .artist-hero-content {
        min-height: 530px;
    }

    .artist-identity h1 {
        font-size: clamp(3.4rem, 10vw, 6.5rem);
    }

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

    .artist-stat-strip article:nth-child(3) {
        border-left: 0;
        border-top: 1px solid rgba(255,255,255,.08);
    }

    .artist-stat-strip article:nth-child(4) {
        border-top: 1px solid rgba(255,255,255,.08);
    }

    .artist-detail-layout {
        grid-template-columns: 1fr;
    }

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

    .artist-sidebar > :last-child:nth-child(odd) {
        grid-column: 1 / -1;
    }

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

}

@media (max-width: 620px) {
    .artist-experience {
        padding-bottom: 206px;
    }

    .artist-main {
        width: min(100% - 28px, 1760px);
    }

    .catalog-hero {
        padding-top: 56px;
    }

    .catalog-hero h1 {
        font-size: clamp(3.25rem, 18vw, 5rem);
    }

    .catalog-stat-grid {
        grid-template-columns: 1fr 1fr;
    }

    .catalog-stat-grid article {
        min-height: 118px;
        padding: 17px;
    }

    .catalog-stat-grid article:last-child {
        grid-column: 1 / -1;
    }

    .catalog-stat-grid span {
        margin-bottom: 12px;
    }

    .catalog-browser {
        margin-bottom: 45px;
        padding: 17px 12px 25px;
        border-radius: 20px;
    }

    .browser-heading,
    .panel-heading {
        align-items: flex-start;
        flex-direction: column;
        gap: 14px;
    }

    .catalog-tools {
        margin-bottom: 30px;
    }

    .artist-search kbd {
        display: none;
    }

    .alphabet-nav a {
        flex-grow: 0;
    }

    .artist-card-grid {
        grid-template-columns: 1fr;
    }

    .artist-letter-group + .artist-letter-group {
        margin-top: 42px;
    }

    .artist-card {
        min-height: 82px;
    }

    .artist-card-art {
        width: 56px;
        height: 56px;
        flex-basis: 56px;
    }

    .artist-detail-hero {
        min-height: 620px;
        margin-top: 15px;
        border-radius: 20px;
    }

    .artist-hero-content {
        min-height: 620px;
        justify-content: flex-end;
        padding: 25px 20px 30px;
    }

    .back-link {
        top: 25px;
        left: 20px;
    }

    .artist-hero-shade {
        background: linear-gradient(0deg, rgba(3,6,19,.98) 10%, rgba(3,6,19,.65) 64%, rgba(3,6,19,.2));
    }

    .artist-identity {
        align-items: flex-start;
        flex-direction: column;
        gap: 20px;
    }

    .artist-avatar {
        width: 100px;
        height: 100px;
        flex-basis: 100px;
        border-radius: 20px;
    }

    .artist-avatar img {
        border-radius: 16px;
    }

    .artist-identity h1 {
        font-size: clamp(3.2rem, 16vw, 5.1rem);
    }

    .artist-hero-actions {
        width: 100%;
    }

    .artist-hero-actions .neon-button,
    .artist-hero-actions .glass-button {
        flex: 1 1 auto;
    }

    .artist-stat-strip {
        grid-template-columns: 1fr;
    }

    .artist-stat-strip article + article {
        border-top: 1px solid rgba(255,255,255,.08);
        border-left: 0;
    }

    .glass-panel {
        padding: 24px 18px;
        border-radius: 18px;
    }

    .track-sort {
        width: 100%;
        justify-content: space-between;
    }

    .catalog-track {
        grid-template-columns: 46px minmax(0, 1fr) auto;
        gap: 11px;
        padding: 8px;
    }

    .catalog-track .track-number,
    .catalog-track .track-genre,
    .catalog-track .track-plays {
        display: none;
    }

    .catalog-track > img {
        width: 46px;
        height: 46px;
    }

    .artist-sidebar,
    .related-grid {
        grid-template-columns: 1fr;
    }

    .artist-sidebar > :last-child:nth-child(odd) {
        grid-column: auto;
    }

    .related-section .panel-heading > a {
        align-self: flex-start;
    }
}

@media (prefers-reduced-motion: reduce) {
    .artist-experience *,
    .artist-experience *::before,
    .artist-experience *::after {
        scroll-behavior: auto !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
    }
}
