/* Main-site header geometry, with the PIXEL palette and navigation. */
html{scroll-padding-top:110px}
.site-header{
 position:fixed;inset:10px 12px auto;z-index:50;
 display:flex;align-items:center;gap:14px;height:80px;width:auto;
 padding:10px 20px;border:1px solid #ffffff24;border-radius:14px;
 background:rgba(24,26,31,.8);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);box-shadow:0 12px 30px #0000002e;
}
.site-header .brand{flex:0 0 auto;min-width:0;margin:0}
.site-header .brand img{display:block;width:240px;height:auto;max-height:none}
.site-header .site-nav{flex:1;justify-content:center;align-items:center;gap:16px;margin:0;font-size:14px;font-weight:500}
.site-header .site-nav a{display:inline-flex;align-items:center;min-height:40px;padding:0;text-decoration:none;white-space:nowrap}
.site-header .site-nav a:hover,.site-header .site-nav a:focus-visible{color:#315CFF;text-decoration:none}
.site-header .header-cta{
 display:inline-flex;flex:0 0 auto;align-items:center;justify-content:center;
 min-height:44px;margin:0;padding:10px 14px;border:1px solid #ffffff24;border-radius:4px;
 background:#315CFF;color:#fff;font-size:14px;font-weight:500;line-height:1.4;white-space:nowrap;text-decoration:none;
}
.site-header .header-cta:hover,.site-header .header-cta:focus-visible,.site-header .header-cta:active{color:#fff;background:#315CFF;text-decoration:none}
.site-header .header-cta:focus-visible{outline:2px solid #fff;outline-offset:3px}
@media(max-width:1100px) and (min-width:761px){
 .site-header .brand img{width:220px}.site-header .site-nav{font-size:12px;gap:14px}.site-header .header-cta{font-size:12px}
}
@media(max-width:760px){
 html{scroll-padding-top:104px}
 .site-header{inset:8px 12px auto;height:80px;padding:10px 16px;gap:14px}
 .site-header .brand{margin-right:auto}.site-header .brand img{width:clamp(164px,calc(100vw - 130px),240px)}
 .site-header .header-cta{display:none}
 .site-header .menu-toggle{display:grid;place-items:center;flex:0 0 44px;width:44px;height:44px;padding:0;border:1px solid #ffffff24;border-radius:4px;font-size:22px;text-align:center;background:transparent}
 .site-header .site-nav{display:none;position:absolute;inset:calc(100% + 8px) -1px auto;flex-direction:column;align-items:stretch;gap:0;width:auto;margin:0;padding:10px 16px;border:1px solid #ffffff24;border-radius:12px;background:#181A1F;box-shadow:0 14px 28px #00000040;font-size:14px}
 .site-header .site-nav.is-open{display:flex}
 .site-header .site-nav a{min-height:44px;padding:0 4px}
}
