/* Original sticky header remains in normal document flow. */
@media(min-width:981px) and (max-width:1180px){body .header .header-inner{gap:14px}body .header .main-nav a{padding-inline:9px}}
@media(max-width:980px){
 html{scroll-padding-top:130px}
 body .header .header-inner{width:calc(100% - 20px);min-height:110px;display:grid;grid-template-columns:1fr auto;grid-template-rows:40px 44px;gap:8px;padding:9px 0;box-sizing:border-box}
 body .header .brand{grid-column:1;grid-row:1;justify-self:start;font-size:15px;gap:6px}
 body .header .brand span{width:27px;height:27px}
 body .header .header-inner>.ai-network{grid-column:2;grid-row:1;justify-self:end}
 body .header .header-inner>.button{grid-column:1/-1;grid-row:2;justify-self:stretch;margin:0;min-height:44px;padding:0 14px;font-size:14px}
}
