/* v12 multilingual public site and translation settings */
.language-switch {
    min-width: 46px;
    padding: 10px 12px;
    border: 1px solid #ffffff24;
    color: #c8bba8;
    font: 10px Georgia, serif;
    letter-spacing: 1px;
    text-align: center;
    text-decoration: none;
}

.language-switch:hover {
    border-color: #9d7441;
    color: #fff;
}

.brand-login {
    white-space: nowrap;
}

.site-en .brand-copy h1 {
    font: 58px/1.12 Georgia, "Times New Roman", serif;
    letter-spacing: 1px;
}

.site-en .brand-copy > span {
    line-height: 1.85;
}

.site-en .brand-heading h2,
.site-en .official-about h2,
.site-en .official-contact h2,
.site-en .specialty-grid h3,
.site-en .process-grid h3,
.site-en .brand-grid h3 {
    font-family: Georgia, "Times New Roman", serif;
}

.site-en .brand-values b {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 22px;
}

.site-en .brand-wordmark strong {
    font: 15px Georgia, "Times New Roman", serif;
    letter-spacing: 2px;
}

.translation-status {
    margin-top: 18px;
    padding: 14px 16px;
    border: 1px solid #b98d8655;
    border-left: 3px solid #9d392f;
    background: #a52b2109;
}

.translation-status.ready {
    border-color: #7d977055;
    border-left-color: #667d59;
    background: #667d5909;
}

.translation-status b,
.translation-status span {
    display: block;
}

.translation-status b {
    color: #8d3128;
    font: 14px SimSun, serif;
}

.translation-status.ready b {
    color: #556c49;
}

.translation-status span {
    margin-top: 5px;
    color: var(--muted);
    font-size: 9px;
    line-height: 1.7;
}

.translation-config {
    margin-top: 10px;
}

.toggle-field {
    min-height: 72px;
    padding: 10px 12px;
    border: 1px solid var(--line);
    border-radius: 5px;
    background: #fffaf2;
    display: flex !important;
    align-items: center;
    gap: 10px;
    color: var(--ink) !important;
}

.toggle-field input {
    flex: none;
    width: 18px !important;
    height: 18px !important;
    margin: 0 !important;
    accent-color: var(--red);
}

.translation-preview {
    margin-top: 18px;
    border: 1px solid #cdbfa877;
    background: #fffaf188;
}

.translation-preview summary {
    padding: 14px 16px;
    color: #7b463d;
    font-size: 11px;
    cursor: pointer;
}

.translation-preview[open] summary {
    border-bottom: 1px solid #cdbfa866;
}

.translation-preview > .settings-fields {
    padding: 2px 16px 17px;
}

.translation-sync {
    margin-top: 2px;
    padding: 18px 20px;
    border: 1px solid #9d744166;
    border-radius: 8px;
    background: #1b1a17;
    color: #e6dac7;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.translation-sync b,
.translation-sync span {
    display: block;
}

.translation-sync b {
    font: 15px SimSun, serif;
}

.translation-sync span {
    margin-top: 6px;
    color: #8e8578;
    font-size: 9px;
    line-height: 1.7;
}

.translation-sync button {
    flex: none;
    padding: 13px 18px;
    border: 1px solid #9d7441;
    border-radius: 5px;
    background: #2a241b;
    color: #d8b271;
}

@media (max-width: 760px) {
    .brand-nav {
        gap: 9px;
    }

    .language-switch {
        margin-left: auto;
        min-width: 42px;
        padding: 9px 8px;
    }

    .brand-login {
        margin-left: 0;
        padding: 10px 12px;
    }

    .site-en .brand-copy h1 {
        font-size: 42px;
    }
}

@media (max-width: 650px) {
    .translation-preview > .settings-fields {
        padding: 2px 12px 14px;
    }

    .translation-sync {
        display: block;
        padding: 17px;
    }

    .translation-sync button {
        width: 100%;
        margin-top: 14px;
    }
}

@media (max-width: 420px) {
    .brand-wordmark strong {
        font-size: 14px;
        letter-spacing: 2px;
    }

    .brand-wordmark small {
        letter-spacing: 1px;
    }

    .brand-login {
        padding-inline: 9px;
        font-size: 10px;
    }
}
