body .site-header{gap:20px}
body .site-header>.ai-network{flex:none;margin-left:auto}
body .site-header>nav{margin-left:auto}
@media(max-width:900px){
 html{scroll-padding-top:128px}
 body .site-header.shell{width:calc(100% - 20px);height:112px;display:grid;grid-template-columns:minmax(0,1fr) auto;grid-template-rows:40px 44px;gap:8px;padding:10px 0;box-sizing:border-box}
 body .site-header>.brand{grid-column:1;grid-row:1;font-size:20px;gap:5px}
 body .site-header>.ai-network{grid-column:2;grid-row:1;justify-self:end;margin:0}
 body .site-header>.button--small{grid-column:1/-1;grid-row:2;width:100%;height:44px;padding:0 14px;font-size:14px;gap:10px;box-sizing:border-box;justify-content:center}
 body .detail-hero-shade{top:112px}
}
header[data-ai-network-service-header]{display:flex;align-items:center;justify-content:flex-end;min-height:64px;padding:12px;box-sizing:border-box;background:#070a17}
body:has(>header[data-ai-network-service-header]) .not-found{min-height:calc(100svh - 64px)}
