/* Official assets from brand/logo; preserve lettering, proportions and the single crimson accent. */
.artist-home .hero-title-block h1{width:clamp(240px,29vw,420px);max-width:100%;font-size:0;line-height:0;letter-spacing:normal;margin:0}
.artist-home .hero-title-block picture{display:block}
.artist-home .hero-title-block img{display:block;width:100%;height:auto;filter:none}
.artist-home .footer-wordmark{display:block;width:clamp(240px,32vw,440px);max-width:100%;font-size:0;line-height:0}
.artist-home .footer-wordmark img{display:block;width:100%;height:auto}
.site-header .brand>img,.site-footer .brand>img{display:block;height:34px;width:auto;max-width:none}
@media(max-width:680px){
 .artist-home .hero-copy{grid-template-columns:1fr}
 .artist-home .hero-title-block{grid-column:1;grid-row:2}
 .artist-home .hero-title-block h1{width:260px}
 .artist-home .hero-statement{grid-column:1;grid-row:3}
 .artist-home .hero-link{grid-column:1;grid-row:4}
 .artist-home .footer-wordmark{width:280px}
 .site-header .brand>img,.site-footer .brand>img{height:29px}
}
