.artists-page,body:has(.artists-page) .site-header,body:has(.artists-page) .site-footer{scroll-snap-align:start}html:has(.artists-page){scroll-behavior:smooth;scroll-snap-type:y mandatory}body:has(.artists-page) .site-header{position:sticky;z-index:50;top:0}.artists-page{--artist-header-height: 62px;width:100%;background:var(--canvas)}.artist-feature{position:relative;isolation:isolate;display:grid;min-height:calc(100svh - var(--artist-header-height));overflow:hidden;scroll-snap-align:start;scroll-snap-stop:always;scroll-margin-top:var(--artist-header-height);background:var(--artwork-mat)}.artist-feature:after{position:absolute;z-index:0;inset:0;background:linear-gradient(to top,rgb(24 21 18 / .56),transparent 62%),linear-gradient(to right,rgb(17 18 16 / .82) 0%,rgb(17 18 16 / .64) 24%,rgb(17 18 16 / .2) 48%,transparent 72%);content:"";pointer-events:none}.artist-feature__hero{position:absolute;z-index:-1;inset:0;width:100%;height:100%;object-fit:cover}.artist-feature__content{position:relative;z-index:1;display:grid;gap:var(--space-5);align-content:center;align-self:stretch;width:min(calc(100% - var(--space-10) * 2),var(--page-width));margin:0 auto;padding:clamp(6rem,13vh,8rem) 0 clamp(7.5rem,14vh,9rem);color:var(--surface);transform:translateY(8.5svh)}.artist-feature__identity{display:grid;gap:var(--space-3);align-content:start;max-width:29rem;min-width:0}.artist-feature__portrait{display:block;width:5.75rem;height:5.75rem;border:1px solid rgb(255 249 239 / .52);border-radius:var(--radius-md);object-fit:cover}.artist-feature__identity-copy{display:grid;gap:var(--space-2)}.artist-feature__identity h2{margin:0;color:inherit;font:var(--weight-regular) clamp(2rem,3vw,2.75rem) / 1.04 var(--display);letter-spacing:-.012em}.artist-feature__identity p{max-width:27rem;margin:0;color:#fff9efe6;font:var(--weight-regular) .9375rem/1.5 var(--ui)}.artist-feature__story{display:flex;flex-wrap:wrap;gap:var(--space-2) var(--space-3);align-items:center;max-width:34rem}.artist-feature__story-status{color:#fff9efad;font:var(--weight-regular) .75rem/1.35 var(--ui)}.artist-feature__story-icon{display:grid;width:2.25rem;height:2.25rem;border:1px solid currentColor;border-radius:50%;font-size:.7rem;place-items:center}.artist-feature__artworks{display:grid;grid-template-columns:repeat(3,10.75rem);gap:var(--space-4);width:fit-content;max-width:100%;min-width:0}.artist-feature__artworks--1{grid-template-columns:10.75rem}.artist-feature__artworks--2{grid-template-columns:repeat(2,10.75rem)}.artist-artwork{display:grid;gap:var(--space-2);min-width:0;color:var(--surface);text-decoration:none}.artist-artwork__image{display:grid;aspect-ratio:6 / 5;overflow:hidden;border:1px solid rgb(255 249 239 / .42);border-radius:var(--radius-sm);background:#18151261;place-items:center}.artist-artwork__image img{display:block;width:100%;height:100%;object-fit:cover}.artist-artwork__caption{display:grid;gap:.125rem;min-width:0;font-family:var(--ui)}.artist-artwork__caption strong{overflow:hidden;font-size:.8125rem;font-weight:var(--weight-bold);line-height:1.25;text-overflow:ellipsis;white-space:nowrap}.artist-feature__next{position:absolute;z-index:2;bottom:var(--space-5);left:50%;transform:translate(-50%)}.artist-feature__next svg{width:1.25rem;height:1.25rem;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.75}.artists-page.is-player-open .artist-feature__next{bottom:6.75rem}.artist-player{position:fixed;z-index:45;right:0;bottom:0;left:0;padding:10px clamp(16px,5vw,72px) calc(10px + env(safe-area-inset-bottom));border-top:1px solid var(--border);background:var(--surface);box-shadow:0 -10px 28px #3f352e1f;color:var(--ink)}.artist-player[hidden]{display:none}.artist-player__inner{display:grid;grid-template-columns:64px minmax(180px,.7fr) 48px minmax(220px,1.3fr) auto;gap:16px;align-items:center;width:100%;max-width:1456px;margin:0 auto}.artist-player__portrait{width:64px;height:48px;object-fit:cover}.artist-player__current{display:grid;min-width:0}.artist-player__current strong,.artist-player__current span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.artist-player__current strong{color:var(--ink);font-family:var(--display);font-size:18px;line-height:1.2}.artist-player__current span,.artist-player__meta{color:var(--muted);font:var(--weight-regular) .75rem/1.35 var(--ui)}.artist-player__progress input{display:block;width:100%;accent-color:var(--sage-dark);cursor:pointer}.artist-player__progress input:focus-visible{outline:3px solid var(--color-accent);outline-offset:4px}.artist-player__meta{display:grid;justify-items:end;min-width:92px}@media(max-width:760px){.artist-feature:after{background:linear-gradient(to top,rgb(24 21 18 / .8),transparent 72%),linear-gradient(to right,rgb(17 18 16 / .72),rgb(17 18 16 / .22) 82%,transparent)}.artist-feature__content{gap:var(--space-4);width:calc(100% - var(--space-8));padding:clamp(3.5rem,8vh,5rem) 0 clamp(5.5rem,11vh,6.5rem);transform:translateY(3svh)}.artist-feature__identity{gap:var(--space-2)}.artist-feature__portrait{width:4rem;height:4rem}.artist-feature__identity h2{font-size:1.625rem}.artist-feature__identity p{display:-webkit-box;overflow:hidden;font-size:.75rem;line-height:1.35;-webkit-box-orient:vertical;-webkit-line-clamp:2}.artist-feature__artworks,.artist-feature__artworks--1,.artist-feature__artworks--2{grid-template-columns:repeat(2,minmax(0,8rem));gap:var(--space-2);width:fit-content;max-width:none}.artist-feature__artworks--1 .artist-artwork{grid-column:1 / span 1}.artist-feature__artworks--1{grid-template-columns:minmax(0,8rem)}.artist-artwork__caption strong{font-size:.6875rem}.artist-feature__next{bottom:var(--space-4)}.artist-player{padding:9px 16px calc(9px + env(safe-area-inset-bottom))}.artist-player__inner{grid-template-columns:54px minmax(0,1fr) 48px;gap:12px}.artist-player__portrait{width:54px;height:44px}.artist-player__progress,.artist-player__meta{grid-column:1 / -1}.artist-player__meta{grid-template-columns:1fr auto;justify-items:start;margin-top:-8px}}@media(max-width:600px){.artist-player__portrait{display:none}.artist-player__inner{grid-template-columns:minmax(0,1fr) 48px;gap:9px 12px}}@media(prefers-reduced-motion:reduce){html:has(.artists-page){scroll-behavior:auto}}
