.artist-albums-section{font-family:var(--font-body)}
.artist-albums-section .eyebrow,.artist-albums-intro{font-size:12px}
.artist-albums-intro{line-height:1.6;color:var(--muted);max-width:320px}
.artist-albums-layout{display:grid;grid-template-columns:minmax(190px,240px) minmax(0,1fr);gap:clamp(28px,4vw,64px);align-items:start}
.artist-album-tabs{display:flex;flex-direction:column;gap:8px;min-width:0}
.artist-album-tab{display:grid;grid-template-columns:minmax(0,1fr) 18px;align-items:center;gap:16px;min-height:72px;padding:15px 16px;border:0;border-radius:3px;background:var(--surface);box-shadow:none;min-width:0;transition:background-color 180ms ease,color 180ms ease}
.artist-album-tab-copy{display:flex;flex-direction:column;gap:5px;min-width:0}
.artist-album-tab-copy strong{font-family:var(--font-body);font-size:15px;line-height:1.3;font-weight:650;text-transform:none;letter-spacing:0}
.artist-album-tab-copy>span{font-size:12px;line-height:1.4;color:var(--muted)}
.artist-album-tab-arrow{display:grid;place-items:center;color:var(--muted)}
.artist-album-tab-arrow .ui-icon{width:16px;height:16px}
.artist-album-tab:hover{background:#292827}
.artist-album-tab[aria-selected="true"]{background:var(--accent);color:var(--on-accent)}
.artist-album-tab[aria-selected="true"] :is(.artist-album-tab-arrow,.artist-album-tab-copy>span){color:inherit}
.artist-album-tab:focus-visible{outline:2px solid var(--accent);outline-offset:3px}
.artist-album-panels{min-width:0}
.artist-album-panel{margin-top:38px;scroll-margin-top:calc(var(--header-height,88px) + 28px)}
.artist-album-panel:first-child,[data-albums-enhanced="true"] .artist-album-panel{margin-top:0}
.artist-album-heading{display:flex;justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:22px;min-height:72px}
.artist-album-heading h3{font-size:clamp(27px,2.4vw,36px);line-height:1.05}
.artist-album-heading p{font-family:var(--font-body);font-size:14px;line-height:1.6;color:var(--muted);margin-top:10px;max-width:600px}
.artist-album-count{font-size:12px;line-height:1.5;white-space:nowrap;color:var(--muted);padding-top:5px}
.artist-album-gallery{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));align-items:start;gap:14px}
.artist-album-gallery--video{grid-template-columns:repeat(2,minmax(0,1fr))}
.artist-album-video{min-width:0;background:var(--surface)}
.artist-album-video video{display:block;width:100%;height:auto;aspect-ratio:16/9;object-fit:contain}
.artist-album-gallery .media-gallery-item{min-width:0;aspect-ratio:1;box-shadow:none!important;background:var(--surface);border-radius:2px;overflow:hidden}
.artist-album-gallery .media-gallery-item img{width:100%;height:100%;aspect-ratio:1;object-fit:cover;object-position:center;transform:none;filter:none;transition:transform 260ms ease,opacity 220ms ease}
.artist-album-gallery .media-gallery-item:hover img{opacity:.88}
.artist-album-gallery .media-gallery-item:focus-visible{outline:2px solid var(--accent);outline-offset:3px}
@media(hover:hover) and (pointer:fine){[data-image-effect="zoom"] .artist-album-gallery .media-gallery-item:hover img{transform:scale(1.035)}}
@media(max-width:1000px) and (min-width:761px){.artist-albums-layout{grid-template-columns:190px minmax(0,1fr);gap:24px}.artist-album-gallery{gap:10px}.artist-album-tab{padding:13px 12px;gap:10px}.artist-album-heading{flex-wrap:wrap;gap:8px}}
@media(max-width:760px){
  .artist-albums-layout{grid-template-columns:minmax(0,1fr);gap:28px}
  .artist-album-tabs{gap:7px}
  .artist-album-tab{min-height:58px;padding:12px 14px}
  .artist-album-tab-copy{flex-direction:row;justify-content:space-between;align-items:center;gap:12px}
  .artist-album-tab-copy strong{font-size:14px}
  .artist-album-tab-copy>span{white-space:nowrap}
  .artist-album-heading{gap:14px;margin-bottom:18px;min-height:0}
  .artist-album-heading h3{font-size:28px}
  .artist-album-heading p{font-size:13px}
  .artist-album-gallery{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
}
@media(max-width:420px){.artist-album-count{display:none}}
@media(max-width:760px){.artist-album-gallery--video{grid-template-columns:1fr}}
@media(prefers-reduced-motion:reduce){.artist-album-tab,.artist-album-gallery .media-gallery-item img{transition:none;transform:none!important}}
[data-motion="reduced"] .artist-album-tab,[data-motion="reduced"] .artist-album-gallery .media-gallery-item img{transition:none;transform:none!important}
@media(forced-colors:active){.artist-album-tab{border:1px solid ButtonText}.artist-album-tab[aria-selected="true"]{background:Highlight;color:HighlightText}.artist-album-tab:focus-visible{outline-color:Highlight}}
