.site-header { grid-template-columns: auto 1fr auto; }
.site-header .nav { justify-self: center; gap: 20px; }
.header-controls { display: flex; align-items: center; justify-self: end; gap: 12px; }
.language-switch { display: inline-flex; flex-shrink: 0; padding: 3px; border: 1px solid var(--line, #dce4ef); border-radius: 10px; background: #f2f5fa; }
.language-switch button { min-width: 34px; min-height: 32px; padding: 5px 7px; border: 0; border-radius: 7px; background: transparent; color: #536078; font: 700 12px/1.2 Inter, sans-serif; cursor: pointer; }
.language-switch button[aria-pressed="true"] { color: #2458d8; background: white; box-shadow: 0 1px 4px #22304a1a; }
.language-switch button:hover { color: #2458d8; }
.language-switch button:focus-visible { outline: 2px solid #2458d8; outline-offset: 2px; }
@media (max-width: 1150px) { .header-controls .coming-soon { display: none; } }
@media (max-width: 980px) {
  .site-header { grid-template-columns: 1fr auto; }
  .site-header .nav { justify-self: stretch; gap: 8px; }
  .header-controls > .btn { display: none; }
}
@media (max-width: 400px) { .header-controls { gap: 7px; } .language-switch button { min-width: 30px; padding: 5px; } }
