/* Visual hierarchy for the home page.
   Keep the primary focus on releases and the live radio; keep artist portraits secondary. */
.home-artists-section{padding-top:78px;padding-bottom:18px}
.home-artists-section .section-head{margin-bottom:20px}
.home-artists-section .home-section-intro{max-width:560px;font-size:13px;margin:-6px 0 20px}
.home-artists-section .artist-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:12px}
.home-artists-section .artist-card{padding:9px;border-radius:15px;min-width:0}
.home-artists-section .artist-avatar{aspect-ratio:1;border-radius:11px;font-size:34px}
.home-artists-section .artist-card h3{font-size:15px;line-height:1.05;margin:9px 1px 2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.home-artists-section .artist-card p{font-size:9px;line-height:1.2;margin:0 1px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.home-artists-section .artist-card:after{right:8px;bottom:8px;width:22px;height:22px;font-size:11px}
/* Give the release section a little more visual weight without making it oversized. */
.home-release-section{margin-top:88px}
.home-release-section h2{max-width:680px}
/* Keep secondary promotional blocks quieter than the music catalogue. */
.home-news-section{padding-top:82px}
.home-news-section .news-grid article{min-height:230px;padding:24px}
.artist-banner{margin-top:70px}
.subscribe{margin-top:70px}
@media(max-width:1100px){
  .home-artists-section .artist-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}
}
@media(max-width:850px){
  .home-artists-section{padding-top:62px}
  .home-artists-section .artist-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:9px}
  .home-artists-section .artist-card{padding:8px}
  .home-artists-section .artist-avatar{border-radius:10px}
  .home-release-section{margin-top:68px}
  .home-news-section{padding-top:64px}
}
@media(max-width:520px){
  .home-artists-section{padding-top:52px}
  .home-artists-section .artist-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}
  .home-artists-section .artist-card{padding:7px;border-radius:13px}
  .home-artists-section .artist-avatar{border-radius:9px;font-size:28px}
  .home-artists-section .artist-card h3{font-size:13px;margin-top:7px}
  .home-artists-section .artist-card p{font-size:8px}
  .home-artists-section .artist-card:after{display:none}
}
