.language-switch { display: flex; gap: 2px; flex-shrink: 0; margin: 0 18px; order: 3; }
.language-switch button { min-width: 44px; min-height: 44px; padding: 8px; border: 1px solid transparent; background: transparent; color: #aaa; font: 500 14px var(--mono); cursor: pointer; }
.language-switch button[aria-pressed="true"] { color: #fff; border-bottom-color: #fff; }
.language-switch button:focus-visible { outline: 2px solid #fff; outline-offset: 2px; }
.site-header .main-nav { gap: clamp(12px, 1.6vw, 28px); }
@media(max-width:1100px) and (min-width:701px) { .site-header .logo { font-size: 1.25rem; gap: 6px; } .language-switch { margin: 0 0 0 10px; } }
@media(max-width:700px) { .language-switch { order: 0; margin: 0 6px 0 auto; } .language-switch button { min-width: 36px; } .site-header .logo { font-size: clamp(1rem,4.5vw,1.7rem); gap: 6px; } .site-header .brand-mark { width: 32px; height: 32px; } }
