/* v3.4 homepage copy cleanup: keep headings concise and consistent. */
#homeFeaturedVideos .home-section-heading-v330,
#homeMusicSection .home-section-heading-v330,
#liveSection .live-section-heading,
.home-milestone-heading-v340{align-items:center}

#homeFeaturedVideos #homeFeaturedTitle,
#homeMusicSection #homeMusicTitle,
#liveSection #liveSectionTitle,
.home-milestone-heading-v340 h2{
  margin:0;
  font-size:clamp(22px,2.6vw,30px)!important;
  line-height:1.2;
  letter-spacing:-.04em;
}

/* Music cards already contain the useful title/member/date. Hide duplicate labels and explanatory copy. */
#homeMusicSection .home-music-kind-v330,
#homeMusicSection .home-music-info-v330>p{display:none!important}
#homeMusicSection .home-music-info-v330 h3{margin-top:12px}

/* Keep the latest-video heading Korean-only and uncluttered. */
#liveSection .eyebrow,
#liveSection #liveSourceNote{display:none!important}

@media(max-width:700px){
  #homeFeaturedVideos #homeFeaturedTitle,
  #homeMusicSection #homeMusicTitle,
  #liveSection #liveSectionTitle,
  .home-milestone-heading-v340 h2{font-size:22px!important}
}
