.site-header { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 16px; height: auto; min-height: 82px; padding: 16px max(24px, calc((100vw - 1440px) / 2)); }
.site-header .brand { display: flex; align-items: center; gap: 13px; color: white; text-decoration: none; }
.site-header .brand-mark { width: 45px; height: 45px; border-radius: 13px; display: grid; place-items: center; color: #f9c74f; background: #ffffff1a; }
.site-header .brand-mark svg { width: 29px; fill: none; stroke: currentColor; stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; }
.site-header .brand .eyebrow { margin: 0; color: #9fb3c8; font-size: 10px; letter-spacing: .13em; text-transform: uppercase; }
.site-header .brand h1 { margin: 1px 0 0; font-size: 20px; letter-spacing: -.02em; }
.site-tabs { display: flex; align-items: center; gap: 6px; margin-left: auto; }
.site-tabs a { display: block; padding: 11px 14px; border-radius: 9px; color: #d9e5f2; text-decoration: none; white-space: nowrap; font-size: 14px; font-weight: 700; }
.site-tabs a:hover { color: white; background: #ffffff12; }
.site-tabs a[aria-current="page"] { color: white; background: #ffffff24; box-shadow: inset 0 -3px #68b5ff; }
.site-tabs a:focus-visible { outline: 3px solid #68b5ff; outline-offset: 2px; }
@media (max-width: 1000px) {
  .site-header .site-tabs { order: 3; flex-basis: 100%; margin: 0; }
}
@media (max-width: 760px) {
  .site-header { padding: 14px 16px; gap: 12px; }
  .site-header .brand h1 { font-size: 16px; }
  .site-header .brand-mark { width: 38px; height: 38px; }
  .site-header .top-actions { flex-wrap: wrap; }
  .site-header .top-actions .button { display: inline-block; padding: 9px 10px; font-size: 11px; }
  .site-tabs { gap: 4px; }
  .site-tabs a { padding: 10px; font-size: 13px; }
}
