.home-hero-title {
    max-width: 1100px;
    color: #fff;
    font-size: clamp(44px, 5.8vw, 88px); /* desktop più piccolo */
    line-height: 0.94;
    letter-spacing: -0.055em;
    font-weight: 900;
}

.home-hero-title span {
    display: block;
}

/* Mobile più grande */
@media (max-width: 767px) {
    .home-hero-title {
        font-size: clamp(48px, 15vw, 68px); /* mobile più grande */
        line-height: 0.96;
        letter-spacing: -0.045em;
    }
}

@media only screen and (max-width: 1199px) {
    .section-spacing-top-1 {
        padding-top: 0px;
    }
}