/* Keep the hero headline as a deliberate three-line lockup on mobile. */
.hero-title {
  font-size: clamp(1.7rem, 8.35vw, 2.25rem);
  line-height: 1.08;
  letter-spacing: -0.035em;
  text-wrap: initial;
}

.hero-title__line {
  display: block;
  white-space: nowrap;
}
