.artists-page{background:var(--artists-bg);min-height:100vh;color:var(--artists-text);isolation:isolate;position:relative;overflow:hidden}.artists-page *,.artists-page :before,.artists-page :after{box-sizing:border-box}.artists-hero{z-index:2;background:radial-gradient(circle at 78% 25%, color-mix(in srgb, var(--artists-accent) 10%, transparent), transparent 30%);flex-direction:column;justify-content:flex-end;min-height:70vh;padding:9rem 3vw 4rem;display:flex;position:relative;overflow:hidden}.artists-hero .section-label{border-bottom:1px solid var(--artists-border);color:var(--artists-text-secondary);letter-spacing:.16em;justify-content:space-between;margin-bottom:3.5rem;padding-bottom:.9rem;font-size:.48rem;display:flex}.artists-hero-content{grid-template-columns:minmax(0,1fr) minmax(260px,.38fr);align-items:end;gap:clamp(3rem,6vw,7rem);display:grid}.artists-hero-content>*{min-width:0}.artists-kicker{color:var(--artists-accent);letter-spacing:.17em;margin:0 0 1.3rem;font-size:.5rem}.artists-hero h1{letter-spacing:-.055em;max-width:760px;margin:0;font-size:clamp(3.5rem,5.8vw,6.2rem);font-weight:600;line-height:.84}.artists-hero-copy{max-width:400px}.artists-hero-copy p{color:var(--artists-text-secondary);margin:0 0 1.8rem;font-size:.78rem;line-height:1.8}.artists-hero-copy span{border-top:1px solid var(--artists-border);color:var(--artists-text-secondary);letter-spacing:.15em;padding-top:.9rem;font-size:.45rem;display:block}.artists-roster{z-index:2;background:0 0;padding:2.5rem 2.5vw 6rem;position:relative}.artists-roster-top{border-bottom:1px solid var(--artists-border);color:var(--artists-text-secondary);letter-spacing:.14em;justify-content:space-between;margin-bottom:1.2rem;padding-bottom:.8rem;font-size:.44rem;display:flex}.artists-grid{grid-template-columns:repeat(6,minmax(0,1fr));align-items:stretch;gap:.85rem;width:100%;display:grid}.artist-card{min-width:0;color:inherit;text-decoration:none;display:block;position:relative}.artist-card-revealed{border:1px solid var(--artists-border);background:var(--artists-card);isolation:isolate;position:relative;overflow:hidden}.artist-fire-border{z-index:30;pointer-events:none;-webkit-mask-composite:xor;padding:8px;position:absolute;inset:0;overflow:hidden;-webkit-mask-image:linear-gradient(#000 0 0),linear-gradient(#000 0 0);mask-image:linear-gradient(#000 0 0),linear-gradient(#000 0 0);-webkit-mask-position:0 0,0 0;mask-position:0 0,0 0;-webkit-mask-size:auto,auto;mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.artist-fire-video{object-fit:fill;pointer-events:none;mix-blend-mode:screen;opacity:.96;filter:hue-rotate(330deg)saturate(2.15)brightness(1.08)contrast(1.35);transform-origin:50%;width:100%;height:100%;transition:opacity .35s,filter .35s;display:block;position:absolute;inset:0;transform:scale(1.02)}.artist-card-revealed:hover .artist-fire-video{opacity:1;filter:hue-rotate(330deg)saturate(2.3)brightness(1.16)contrast(1.4)}.artist-card-revealed:after{content:"";z-index:31;pointer-events:none;border:1px solid #d2121261;position:absolute;inset:0;box-shadow:inset 0 0 5px #c8000017}.artist-card-image{z-index:2;aspect-ratio:4/5;background:color-mix(in srgb, var(--artists-card) 92%, #000 8%);width:calc(100% - 16px);margin:8px 8px 0;line-height:0;position:relative;overflow:hidden}.artist-card-image img{object-fit:cover;filter:brightness(.93)contrast(1.04);width:100%;height:100%;transition:transform .5s,filter .5s;display:block}.artist-card-revealed:hover .artist-card-image img{filter:brightness(.2)contrast(1.08);transform:scale(1.03)}.artist-image-placeholder{background:color-mix(in srgb, var(--artists-card) 92%, #000 8%);place-items:center;width:100%;height:100%;display:grid}.artist-image-placeholder span{color:#333;letter-spacing:.18em;font-size:.46rem}.artist-card-overlay{z-index:8;opacity:0;background:linear-gradient(#0000007a 0%,#000000c2 48%,#000000f0 100%);align-items:flex-end;padding:.7rem;transition:opacity .3s;display:flex;position:absolute;inset:0}.artist-card-revealed:hover .artist-card-overlay{opacity:1}.artist-card-overlay span{color:#fff;letter-spacing:.13em;font-size:.38rem;line-height:1}.artist-card-info{z-index:2;background:var(--artists-card);grid-template-columns:18px minmax(0,1fr);gap:.5rem;min-height:66px;padding:.65rem .6rem;display:grid;position:relative}.artist-card-info>span{color:var(--artists-text-secondary);font-size:.34rem}.artist-card-info h2{color:var(--artists-text);letter-spacing:-.02em;margin:0 0 .25rem;font-size:clamp(.7rem,.85vw,.92rem);line-height:1}.artist-card-info p{color:var(--artists-text-secondary);letter-spacing:.1em;text-transform:uppercase;margin:0;font-size:.31rem;line-height:1.25}.artist-card-locked{border:1px solid var(--artists-border);background:var(--artists-card);position:relative;overflow:hidden}.artist-locked-visual{aspect-ratio:4/6.15;background:radial-gradient(circle at 50% 40%, color-mix(in srgb, var(--artists-card) 88%, var(--artists-text) 12%), var(--artists-card) 70%);flex-direction:column;width:100%;height:100%;min-height:0;padding:.65rem;display:flex;position:relative}.artist-locked-number{color:color-mix(in srgb, var(--artists-text) 28%, transparent);letter-spacing:.1em;font-size:.34rem}.artist-locked-center{flex-direction:column;flex:1;justify-content:center;align-items:center;display:flex;position:relative}.artist-locked-center>img{pointer-events:none;-webkit-user-select:none;user-select:none;object-fit:contain!important;opacity:.92!important;filter:drop-shadow(0 0 12px #ffffff14)!important;width:clamp(54px,4.6vw,82px)!important;max-width:none!important;height:auto!important;margin:0 auto!important;display:block!important}.artist-locked-center:before,.artist-locked-center:after{content:none!important;display:none!important}.artist-locked-center span,.artist-locked-center strong{display:none}.artist-locked-bottom{text-align:center;color:color-mix(in srgb, var(--artists-text) 24%, transparent);letter-spacing:.13em;font-size:.3rem}@media (max-width:1250px){.artists-grid{grid-template-columns:repeat(5,minmax(0,1fr))}}@media (max-width:1050px){.artists-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (max-width:800px){.artists-hero{min-height:auto;padding:8rem 1.5rem 4rem}.artists-hero-content{grid-template-columns:1fr;gap:2.5rem}.artists-roster{padding:2rem 1.5rem 5rem}.artists-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.artist-fire-border{padding:7px}.artist-card-image{width:calc(100% - 14px);margin:7px 7px 0}}@media (max-width:600px){.artists-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem}.artists-roster{padding:2rem 1rem 5rem}.artists-hero{padding:8rem 1rem 4rem}.artists-hero h1{font-size:clamp(3rem,13vw,4.4rem)}.artist-fire-border{padding:6px}.artist-card-image{width:calc(100% - 12px);margin:6px 6px 0}.artist-card-info{grid-template-columns:17px minmax(0,1fr);min-height:66px;padding:.6rem .55rem}.artist-card-info h2{font-size:.75rem}.artist-card-info p{font-size:.31rem}}@media (prefers-reduced-motion:reduce){.artist-fire-video{display:none}}.artists-page:before{content:"";z-index:0;pointer-events:none;opacity:var(--artists-texture-opacity);mix-blend-mode:multiply;position:absolute;inset:0}.artists-page[data-artists-texture=none]:before{display:none}.artists-page[data-artists-texture=grain]:before{background-image:radial-gradient(circle,#00000059 0 .6px,#0000 .75px);background-size:6px 6px}.artists-page[data-artists-texture=paper]:before{background-image:repeating-linear-gradient(0deg,#0000000f 0 1px,#0000 1px 5px),repeating-linear-gradient(90deg,#00000009 0 1px,#0000 1px 9px)}.artists-dalmatian-layer{z-index:1;pointer-events:none;position:absolute;inset:0;overflow:hidden}.artists-dalmatian-spot{--spot-scale:1;background:var(--artists-spots-color);opacity:0;width:120px;height:92px;transform:translate(-50%, -50%) scale(calc(var(--spot-scale) * .4)) rotate(-12deg);filter:blur(.2px);border-radius:61% 39% 52% 48%/45% 58% 42% 55%;animation:12s ease-in-out infinite shvdowDalmatianSpot;position:absolute}.artists-dalmatian-spot:nth-child(2n){transform:translate(-50%, -50%) scale(calc(var(--spot-scale) * .4)) rotate(19deg);border-radius:42% 58% 67% 33%/58% 35% 65% 42%}.artists-dalmatian-spot:nth-child(3n){border-radius:68% 32% 38% 62%/39% 66% 34% 61%}@keyframes shvdowDalmatianSpot{0%,12%{opacity:0;transform:translate(-50%, -50%) scale(calc(var(--spot-scale) * .28)) rotate(-10deg)}24%,58%{opacity:var(--artists-spots-opacity);transform:translate(-50%, -50%) scale(var(--spot-scale)) rotate(4deg)}76%,to{opacity:0;transform:translate(-50%, -50%) scale(calc(var(--spot-scale) * 1.12)) rotate(12deg)}}.artists-page[data-spots-size=small] .artists-dalmatian-spot{width:78px;height:62px}.artists-page[data-spots-size=medium] .artists-dalmatian-spot{width:120px;height:92px}.artists-page[data-spots-size=large] .artists-dalmatian-spot{width:180px;height:138px}.artists-page[data-spots-speed=slow] .artists-dalmatian-spot{animation-duration:18s}.artists-page[data-spots-speed=medium] .artists-dalmatian-spot{animation-duration:12s}.artists-page[data-spots-speed=fast] .artists-dalmatian-spot{animation-duration:7s}@media (max-width:800px){.artists-page[data-spots-size=large] .artists-dalmatian-spot{width:140px;height:108px}.artists-page[data-spots-size=medium] .artists-dalmatian-spot{width:100px;height:78px}}@media (prefers-reduced-motion:reduce){.artists-dalmatian-spot{opacity:calc(var(--artists-spots-opacity) * .45);animation:none}}.artists-page{background:var(--artists-bg)!important;color:var(--artists-text)!important}.artists-page .artists-hero,.artists-page .artists-roster{color:var(--artists-text)!important;background-color:#0000!important}.artists-page h1,.artists-page h2,.artists-page h3,.artists-page strong,.artists-page .artists-hero h1,.artists-page .artist-card-info h2{color:var(--artists-text)!important}.artists-page p,.artists-page .artists-hero-copy p,.artists-page .artist-card-info p,.artists-page .section-label,.artists-page .artists-roster-top,.artists-page .artists-hero-copy span,.artists-page .artist-card-info>span,.artists-page .artist-locked-number,.artists-page .artist-locked-bottom{color:var(--artists-text-secondary)!important}.artists-page .artists-kicker{color:var(--artists-accent)!important}.artists-page .artists-hero .section-label,.artists-page .artists-roster-top,.artists-page .artists-hero-copy span,.artists-page .artist-card-revealed,.artists-page .artist-card-locked{border-color:var(--artists-border)!important}.artists-page .artist-card-revealed,.artists-page .artist-card-locked,.artists-page .artist-card-info{background:var(--artists-card)!important}.artists-page .artist-card-image,.artists-page .artist-image-placeholder{background:color-mix(in srgb, var(--artists-card) 92%, #000 8%)!important}.artists-page .artist-locked-visual{background:radial-gradient(circle at 50% 40%, color-mix(in srgb, var(--artists-card) 82%, var(--artists-text) 18%), var(--artists-card) 72%)!important}.artists-page .artists-hero,.artists-page .artists-roster{z-index:2;position:relative}.artists-dalmatian-layer{z-index:1}.artists-page .artist-card-overlay span{color:#fff!important}.artists-page .artist-fire-border{z-index:30}.artists-page .artist-card-revealed:after{z-index:31}
