/* stable language bar + menu-compatible */
.lang-topbar-pro{
    width:100%;
    background:#fff;
    border-bottom:1px solid rgba(24,20,14,.08);
    position:relative;
    z-index:5;
}
.lang-topbar-inner{
    width:min(1380px,calc(100% - 40px));
    margin:0 auto;
    min-height:38px;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:10px;
}
.lang-topbar-label{
    color:#756b5c;
    font-size:11px;
    font-weight:900;
    text-transform:uppercase;
    letter-spacing:.06em;
}
.lang-switcher-pro{
    display:flex;
    align-items:center;
    gap:4px;
    padding:4px;
    border-radius:999px;
    background:#fbf7ee;
    border:1px solid rgba(200,164,93,.18);
}
.lang-switcher-pro a{
    height:28px;
    min-width:34px;
    padding:0 8px;
    border-radius:999px;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#17130b;
    text-decoration:none;
    font-size:10px;
    font-weight:950;
    letter-spacing:.05em;
}
.lang-switcher-pro a.active,
.lang-switcher-pro a:hover{
    background:#171717;
    color:#fff;
}
@media(max-width:760px){
    .lang-topbar-inner{width:calc(100% - 20px);min-height:36px;}
    .lang-topbar-label{display:none}
}