/* r32 owner: home-first-viewport. Exact r30 source lines 6201-6211; route scope is declared by data/css-ownership.json. */
/* First-viewport correction: the proposition and action must arrive together. */
.display--hero { max-width: none; }
.display--hero span { white-space: nowrap; }
@media (min-width: 981px) {
    .hero__inner { padding-top: clamp(3.1rem, 5vw, 4.6rem); }
}
@media (max-width: 720px) {
    .display--hero span { white-space: normal; }
    .display--hero span:first-child { white-space: nowrap; }
}

