/* RC26: restore native language destinations and customer-account access without changing the cinematic content. */
.dpx-header-utility {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 0 max(24px, calc((100% - 1580px) / 2));
    border-bottom: 1px solid rgba(255, 255, 255, .12);
    background: rgba(5, 6, 8, .64);
}
.dpx-header-utility .dpx-announcement {
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 4px 14px;
    min-height: 38px;
    padding: 6px 0;
    border: 0;
    text-align: left;
    line-height: 1.35;
}
.dpx-region-nav { display: flex; align-items: center; flex-shrink: 0; gap: 4px; }
.dpx-region-caption { color: #d4d5d7; font-size: 11px; margin-right: 6px; }
.dpx-region-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    min-width: 44px;
    min-height: 44px;
    gap: 5px;
    padding: 3px 6px;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #f7f5f1 !important;
    text-decoration: none !important;
    transition: background-color 160ms ease, border-color 160ms ease, transform 160ms ease;
}
.dpx-region-link .dpx-country-flag { display: block; flex: 0 0 32px; width: 32px; height: 24px; margin: 0; object-fit: contain; }
.dpx-region-code { font-size: 10px; font-weight: 700; }
.dpx-region-link[aria-current="true"] { border-bottom-color: #ff5a00; background-color: rgba(255, 90, 0, .10); }
.dpx-region-link:hover { border-color: #ff5a00; background-color: rgba(255, 90, 0, .16); transform: translateY(-1px); }
.dpx-region-link:focus-visible,
.dpx-account-command:focus-visible,
.dpx-account-mobile:focus-visible,
.dpx-account-footer:focus-visible { outline: 2px solid #ff7933; outline-offset: 2px; }
.dpx-account-command .fa-user { font-size: 19px; width: 19px; text-align: center; }
.dpx-account-mobile .fa-user, .dpx-account-footer .fa-user { margin-right: 8px; }
.dpx-site-header .dpx-header-main { grid-template-columns: minmax(190px, 1fr) auto auto; gap: 22px; }
.dpx-site-header .dpx-header-actions { gap: 18px; }
.dpx-site-header .dpx-icon-command { white-space: nowrap; }
.dpx-cinematic-shell #account #login_form label,
.dpx-cinematic-shell #account #login_form label::before,
.dpx-cinematic-shell #account #login_form label::after,
.dpx-cinematic-shell #account .required-star { background-color: transparent !important; color: #e2e3e5 !important; }
.dpx-cinematic-shell #account #login_form .form-control { color: #f7f5f1 !important; background-color: #0b0d10 !important; border-color: #646970; }
.dpx-cinematic-shell #account #login_form a { color: #d4d5d7 !important; }
.dpx-cinematic-shell #account #login_form a:hover { color: #ff7933 !important; }
.dpx-cinematic-shell #account #login_form .btn-primary { background: #ff5a00 !important; border-color: #ff5a00 !important; color: #070809 !important; }
.dpx-cinematic-shell #account #login_form .btn-primary:hover { background: #ff7933 !important; border-color: #ff7933 !important; }
.dpx-cinematic-shell #account #login_form :focus-visible { outline: 2px solid #ff7933; outline-offset: 2px; }
@media (max-width: 1400px) {
    .dpx-site-header .dpx-desktop-nav { gap: 18px; }
    .dpx-site-header .dpx-header-actions { gap: 14px; }
    .dpx-region-code { display: none; }
}
@media (max-width: 1250px) {
    .dpx-site-header .dpx-desktop-nav { display: none; }
    .dpx-site-header .dpx-menu-toggle { display: flex; }
    .dpx-site-header .dpx-header-main { grid-template-columns: minmax(130px, 1fr) auto; }
}
@media (max-width: 700px) {
    .dpx-header-utility { flex-direction: column; gap: 0; padding: 0 12px; }
    .dpx-header-utility .dpx-announcement { justify-content: center; align-items: center; gap: 1px; min-height: 30px; padding: 4px 0; text-align: center; }
    .dpx-region-nav { gap: 4px; justify-content: center; width: 100%; }
    .dpx-region-caption { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
    .dpx-region-link { min-width: 44px; padding: 2px 4px; }
    .dpx-site-header .dpx-header-main { width: calc(100% - 24px); grid-template-columns: minmax(100px, 1fr) auto; min-height: 64px; gap: 8px; }
    .dpx-site-header .dpx-brand { width: clamp(100px, 30vw, 156px); }
    .dpx-site-header .dpx-header-actions { gap: 2px; }
    .dpx-site-header .dpx-icon-command { min-width: 40px; min-height: 44px; justify-content: center; padding: 8px; }
    .dpx-site-header .dpx-header-actions .dpx-icon-command > span { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip-path: inset(50%); }
    .dpx-site-header .dpx-menu-toggle { width: 40px; height: 44px; }
}
@media (prefers-reduced-motion: reduce) {
    .dpx-region-link { transition: none; }
    .dpx-region-link:hover { transform: none; }
}
