/* Original fixed header, main and FAQ/hash offsets share --header-height. */
body .site-header .site-shell>.ai-network{flex:none;margin-left:auto}
@media(max-width:768px){
 :root{--header-height:112px}
 body .site-header .site-shell{width:calc(100% - 20px);height:111px;display:grid;grid-template-columns:minmax(0,1fr) auto;grid-template-rows:40px 44px;gap:8px;padding:9px 0;box-sizing:border-box}
 body .site-header .site-shell>.brand{grid-column:1;grid-row:1;justify-self:start}
 body .site-header .site-shell>.ai-network{grid-column:2;grid-row:1;justify-self:end;margin-left:0}
 body .site-header .site-shell>.header-actions{grid-column:1/-1;grid-row:2;width:100%;margin:0}
 body .site-header .header-actions>.button{width:100%;height:44px;min-height:44px;padding-inline:14px}
}
