/* Mobile-only navigation alignment. Existing desktop heights and colors remain unchanged. */
@media(max-width:760px){
 body>header .container.nav{display:flex;align-items:center;gap:8px;padding-left:16px;padding-right:16px;height:66px}
 body>header .logo{flex:0 0 auto;gap:0}
 body>header .logo>span:last-child,body>header .brand>b+span,body>header .hamburger{display:none!important}
 body>header .logo-mark{width:34px;height:34px;font-size:14px}
 body>header .menu,body>header .menu.open,body>header .links{position:static;display:flex!important;flex:1;min-width:0;flex-direction:row;align-items:center;justify-content:space-between;gap:0;padding:0;margin:0;background:none;border:0}
 body>header .menu a,body>header .links a{display:grid;place-items:center;flex:1;min-width:0;width:0;min-height:44px;padding:0;font-size:13px;white-space:nowrap}
 body>header .menu a[data-short-label],body>header .links a[data-short-label]{font-size:0}
 body>header a[data-short-label]:before{content:attr(data-short-label);font-size:13px}
 body>header a[href="/#process"],body>header .nav-tel{display:none!important}
 body>header.top{height:66px}body>header.top .brand{font-size:0}body>header.top .brand b{font-size:12px;margin:0;width:34px;height:34px}
}
