.header nav{gap:20px;font-size:.875rem}
@media(max-width:1320px){
  .header .language-switch{margin-left:auto}.header .nav-wrap{gap:18px}
  .header .menu-toggle{display:flex;width:44px;height:44px;flex-shrink:0;flex-direction:column;justify-content:center;gap:7px;border:1px solid #ffffff29;border-radius:12px;background:#ffffff12;padding:12px 10px}
  .header .menu-toggle span{width:21px;height:2px;background:#fff}
  .header nav{display:none;position:absolute;right:0;left:0;flex-direction:column;align-items:stretch;top:87px;background:#070a18fa;padding:22px 26px;box-shadow:0 18px 45px #0005;font-size:1rem;gap:8px;max-height:calc(100dvh - 88px);overflow-y:auto}
  .header nav a{padding:11px 14px;min-height:44px}.header nav.open{display:flex}
}
@media(max-width:860px){.header nav{top:73px;max-height:calc(100dvh - 74px)}}
@media(max-width:480px){.header .nav-wrap{gap:8px}.header .menu-toggle{width:36px;height:38px;padding:8px}.header nav{padding:16px}.header .language-switch button{min-width:29px}}
