/* The /de/ layout is shared. These rules only adapt glyph coverage and long translations. */
.country-page .de-intro h1 {
    max-width: min(92vw, 1040px);
    text-wrap: balance;
}

/* The /de/ artwork halo is clipped at the section edge on mobile; the main
   page gradient already provides depth without a separate overlay. */
.country-page .de-work-strip::before {
    display: none;
}

.country-page--serif-headline .de-intro h1 {
    font-family: Georgia, "Noto Serif", "Times New Roman", serif;
    font-style: italic;
    font-size: clamp(36px, 2.5vw, 53px);
    line-height: 1.25;
}

.country-page .de-contact h2 {
    overflow-wrap: anywhere;
}

.country-page--native-script .de-intro h1 {
    font-family: system-ui, "Noto Sans", "Noto Sans CJK SC", sans-serif;
    font-style: normal;
    font-weight: 650;
    font-size: clamp(35px, 2.5vw, 51px);
    line-height: 1.4;
}

.country-page--rtl .de-contact-form { text-align: right; }
.country-page--rtl .de-form-field input[type="email"],
.country-page--rtl .de-form-field input[type="tel"] { direction: ltr; text-align: left; }

.country-contact-email {
    width: min(100%, 790px);
    margin: 0 auto;
    padding: clamp(35px, 6vw, 65px);
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 20px 44px rgba(20, 74, 80, .12);
    text-align: center;
}

.country-contact-email a {
    color: #104d5a;
    font-size: clamp(22px, 3vw, 34px);
    font-weight: 750;
    text-decoration-thickness: 2px;
    text-underline-offset: 7px;
    overflow-wrap: anywhere;
}

@media (max-width: 700px) {
    .country-page--serif-headline .de-intro h1 {
        font-size: clamp(29px, 7vw, 38px);
    }
    .country-page--native-script .de-intro h1 {
        font-size: clamp(29px, 7vw, 38px);
    }
}
