/* Keep the final hero word optically centered with balanced mobile margins. */
@media (max-width: 680px) {
  .hero__final-word {
    width: 100%;
    max-width: none;
    margin-inline: auto;
    font-size: clamp(2.25rem, 10.6vw, 2.95rem);
    letter-spacing: -0.06em;
    line-height: 0.98;
    text-align: center;
    white-space: nowrap;
  }
}
