html[lang="fr"] body {
    font-family: 'Instrument Sans', 'Instrument Sans', system-ui, sans-serif;
}
html[lang="fr"] .hero-content h1 {
    max-width: none;
    white-space: nowrap;
}
html[lang="fr"] .hero .subtitle {
    font-size: clamp(0.85rem, 0.45rem + 1vw, 1rem);
}
@media (min-width: 992px) {
    html[lang="fr"] .hero-content h1 {
        font-size: 2.8rem;
    }
    html[lang="fr"] .hero .subtitle {
        font-size: 1.25rem;
    }
}
@media (max-width: 480px) {
    html[lang="fr"] .risk-statement-box {
        font-size: 0.8rem;
    }
    html[lang="fr"] .profile-title {
        font-size: clamp(1.8rem, 8vw, 2.2rem);
        letter-spacing: -0.015em;
    }
}