/* Final product-name protection after the shared text-overflow safety layer. */
.merchant-intro h1 {
  max-width: 820px;
  font-size: clamp(3.1rem, 9vw, 7rem);
  line-height: .82;
  overflow-wrap: normal;
  word-break: keep-all;
}

@media (max-width: 760px) {
  .merchant-intro h1 {
    font-size: clamp(2.5rem, 11vw, 4.5rem);
    line-height: .86;
  }
}
