/* Page-scoped overrides for lien-he: same selectors, different values than other pages. */

.text-clamp-hero {
    font-size: clamp(1.8rem, 4.5vw, 3.8rem);
    line-height: 1.15;
}

.text-clamp-section {
    font-size: clamp(1.6rem, 3.5vw, 2.75rem);
    line-height: 1.25;
}

.text-clamp-card-title {
    font-size: clamp(1.15rem, 1.7vw, 1.5rem);
    line-height: 1.3;
}
