/* Shared line-break guardrails for static template-library heroes. */
.hero-grid h1 span{color:#c8c0ff}

body[data-library="motion"] .hero-grid h1 .title-line{
  display:block;
  color:#1d2430!important;
  white-space:nowrap;
}

body[data-library="motion"] .hero-grid h1 .title-line-accent{color:#6557c8!important}

@media(max-width:650px){
  body[data-library="motion"] .hero-grid h1{
    font-size:clamp(28px,8.7vw,34px)!important;
    word-break:normal;
    overflow-wrap:normal;
  }
}
