html[lang="de"] body {
    font-family: 'Instrument Sans', 'Instrument Sans', system-ui, sans-serif;
}
html[lang="de"] .hero-content h1 {
    max-width: none;
    white-space: nowrap;
    font-size: clamp(2.125rem, 4vw + 1rem, 3.625rem);
}
html[lang="de"] .hero .subtitle {
    font-size: clamp(1.1rem, 0.5rem + 1vw, 1.35rem);
}
@media (min-width: 992px) {
    html[lang="de"] .hero-content h1 {
        font-size: 3rem;
    }
    html[lang="de"] .hero .subtitle {
        font-size: 0.75rem;
    }
}
@media (max-width: 480px) {
    html[lang="de"] .profile-title {
        font-size: clamp(1.8rem, 8vw, 2.2rem);
        letter-spacing: -0.02em;
    }
}