body .site-header.site-header {
  top: 16px;
  width: min(1540px, calc(100% - 56px));
  min-height: 78px;
  margin: 16px auto 0;
  border: 1px solid rgba(165, 191, 225, .28);
  border-radius: 8px;
  background: rgba(6, 12, 21, .58);
  color: #f8fbff;
  box-shadow:
    0 24px 70px rgba(0, 0, 0, .28),
    inset 0 1px 0 rgba(255, 255, 255, .06);
  backdrop-filter: blur(22px) saturate(1.25);
}

body .site-header.site-header .brand .brand-wordmark {
  width: clamp(196px, 15vw, 258px);
  height: 58px;
  object-fit: contain;
  object-position: left center;
  mix-blend-mode: screen;
  filter: drop-shadow(0 8px 18px rgba(0, 0, 0, .24));
}

body .site-header.site-header .site-nav {
  gap: clamp(12px, 1.35vw, 24px);
}

body .site-header.site-header .site-nav a {
  color: rgba(246, 250, 255, .76);
  font-size: 13px;
  font-weight: 760;
  letter-spacing: .03em;
  text-transform: uppercase;
  transition: color .22s ease, opacity .22s ease, transform .22s ease;
}

body .site-header.site-header .nav-dropdown {
  position: relative;
}

body .site-header.site-header .nav-dropdown-trigger {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 0;
  padding: 0;
  background: transparent;
  color: rgba(246, 250, 255, .76);
  cursor: pointer;
  font: inherit;
  font-size: 13px;
  font-weight: 760;
  letter-spacing: .03em;
  text-transform: uppercase;
  transition: color .22s ease, transform .22s ease;
}

body .site-header.site-header .nav-dropdown-trigger:hover,
body .site-header.site-header .nav-dropdown.active .nav-dropdown-trigger,
body .site-header.site-header .nav-dropdown.is-open .nav-dropdown-trigger {
  color: #fff;
}

body .site-header.site-header .nav-dropdown-trigger:hover {
  transform: translateY(-1px);
}

body .site-header.site-header .service-menu-panel {
  position: fixed;
  top: 108px;
  left: 50%;
  transform: translateX(-50%);
  display: none;
  width: min(1120px, calc(100vw - 56px));
  border: 1px solid rgba(128, 180, 255, .22);
  border-radius: 8px;
  padding: 18px;
  background:
    linear-gradient(rgba(128, 180, 255, .08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(128, 180, 255, .08) 1px, transparent 1px),
    rgba(8, 13, 20, .98);
  background-size: 40px 40px, 40px 40px, auto;
  box-shadow: 0 34px 90px rgba(0, 0, 0, .42);
  backdrop-filter: blur(22px);
}

body .site-header.site-header .nav-dropdown:hover .service-menu-panel,
body .site-header.site-header .nav-dropdown:focus-within .service-menu-panel,
body .site-header.site-header .nav-dropdown.is-hover-open .service-menu-panel,
body .site-header.site-header .nav-dropdown.is-open .service-menu-panel {
  display: block;
}

body .site-header.site-header .service-menu-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border-bottom: 1px solid rgba(128, 180, 255, .18);
  padding: 0 0 14px;
}

body .site-header.site-header .service-menu-top span {
  color: #80b4ff;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

body .site-header.site-header .service-menu-top a {
  min-height: 0;
  padding: 0;
  color: #fff;
  font-size: 12px;
}

body .site-header.site-header .service-menu-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-top: 16px;
  background: rgba(128, 180, 255, .16);
}

body .site-header.site-header .service-menu-group {
  display: grid;
  align-content: start;
  gap: 14px;
  min-height: 360px;
  padding: 18px;
  background: rgba(6, 12, 21, .94);
}

body .site-header.site-header .service-menu-heading {
  display: grid;
  gap: 8px;
  min-height: 86px;
  border-bottom: 1px solid rgba(128, 180, 255, .14);
  padding: 0 0 14px;
  color: #fff !important;
  text-decoration: none;
  transform: none !important;
}

body .site-header.site-header .service-menu-heading span {
  color: #80b4ff;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

body .site-header.site-header .service-menu-heading strong {
  color: #fff;
  font-size: 17px;
  line-height: 1.08;
  text-transform: none;
}

body .site-header.site-header .service-menu-links {
  display: grid;
  gap: 2px;
}

body .site-header.site-header .service-menu-links a {
  display: block;
  border-radius: 5px;
  padding: 8px 9px;
  color: rgba(246, 250, 255, .72);
  font-size: 11px;
  font-weight: 760;
  letter-spacing: 0;
  line-height: 1.28;
  text-transform: none;
}

body .site-header.site-header .service-menu-links a:hover {
  background: rgba(22, 119, 255, .16);
  color: #fff;
  transform: none;
}

body .site-header.site-header .site-nav a:hover,
body .site-header.site-header .site-nav a.active {
  color: #fff;
}

body .site-header.site-header .site-nav a:hover {
  transform: translateY(-1px);
}

body .site-header.site-header .menu-toggle {
  color: #f8fbff;
}

body .site-header.site-header .nav-cta {
  border-color: rgba(255, 255, 255, .14);
  border-radius: 6px;
  background: rgba(29, 110, 234, .92);
  color: #fff !important;
  box-shadow: 0 16px 38px rgba(29, 110, 234, .24);
  font-size: 12px !important;
  font-weight: 900 !important;
  letter-spacing: .03em;
  text-transform: uppercase;
}

@media (max-width: 900px) {
  body .site-header.site-header {
    width: calc(100% - 24px);
    min-height: 70px;
    border-radius: 8px;
    padding: 10px 16px;
  }

  body .site-header.site-header .site-nav {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    left: 0;
    display: none;
    align-items: stretch;
    flex-direction: column;
    gap: 0;
    border: 1px solid rgba(128, 180, 255, .24);
    border-radius: 8px;
    padding: 14px 18px 20px;
    z-index: 40;
    background: #060a0f;
  }

  body .site-header.site-header .site-nav.open {
    display: flex;
  }

  body .site-header.site-header .site-nav a {
    min-height: 44px;
    padding: 13px 0;
    font-size: 13px;
  }

  body .site-header.site-header .nav-dropdown {
    border-bottom: 1px solid rgba(128, 180, 255, .16);
  }

  body .site-header.site-header .nav-dropdown-trigger {
    justify-content: space-between;
    width: 100%;
    min-height: 44px;
    font-size: 13px;
  }

  body .site-header.site-header .service-menu-panel {
    position: static;
    transform: none;
    display: block;
    width: 100%;
    border: 0;
    border-radius: 0;
    padding: 4px 0 16px;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
  }

  body .site-header.site-header .service-menu-top {
    display: none;
  }

  body .site-header.site-header .service-menu-grid {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 0;
    background: transparent;
  }

  body .site-header.site-header .service-menu-group {
    min-height: 0;
    border: 1px solid rgba(128, 180, 255, .16);
    border-radius: 8px;
    padding: 12px;
    background: rgba(255, 255, 255, .04);
  }

  body .site-header.site-header .service-menu-heading {
    min-height: 0;
    padding-bottom: 10px;
  }

  body .site-header.site-header .service-menu-links a {
    min-height: 34px;
    padding: 8px 0;
    font-size: 12px;
  }

  body .site-header.site-header .menu-toggle {
    display: block;
  }

  body .site-header.site-header .nav-cta {
    display: inline-flex;
    width: 100%;
    margin-top: 8px;
  }
}

@media (max-width: 760px) {
  body .site-header.site-header {
    top: 10px;
    width: calc(100% - 20px);
    margin-top: 10px;
  }

  body .site-header.site-header .brand .brand-wordmark {
    width: min(230px, 58vw);
    height: 48px;
  }
}

body:has(.home-hero) .site-header.site-header {
  position: fixed;
  top: 14px;
  right: 0;
  left: 0;
  z-index: 80;
  margin-top: 0;
}

body:has(.home-hero) main {
  padding-top: 0;
}

body:has(.home-hero) .home-hero {
  margin-top: 0;
  padding-top: 150px;
}

body:has(.home-hero) .hero-copy {
  padding-top: clamp(158px, 16vh, 184px);
}

body:has(.home-hero) .hero-video {
  object-position: center top;
}

@media (max-width: 900px) {
  body:has(.home-hero) .site-header.site-header {
    top: 10px;
    margin-top: 0;
  }

  body:has(.home-hero) .home-hero {
    padding-top: 118px;
  }

  body:has(.home-hero) .hero-video {
    object-position: center 12%;
  }
}

@media (max-width: 760px) {
  body:has(.home-hero) .hero-copy {
    padding-top: 64px;
  }

  body:has(.home-hero) .hero-video {
    object-position: center 18%;
  }
}

.site-footer {
  position: relative;
  border-top: 1px solid rgba(128, 180, 255, .18);
  padding: clamp(56px, 6vw, 86px) clamp(20px, 5vw, 72px) 26px;
  background:
    linear-gradient(rgba(128, 180, 255, .06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(128, 180, 255, .06) 1px, transparent 1px),
    #070b12;
  background-size: 42px 42px, 42px 42px, auto;
  color: rgba(246, 250, 255, .78);
}

.site-footer:before {
  position: absolute;
  inset: 0 0 auto;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(18, 109, 255, .85), transparent);
  content: "";
}

.site-footer-inner {
  display: grid;
  grid-template-columns: minmax(260px, 1.25fr) repeat(3, minmax(170px, .75fr));
  gap: clamp(32px, 4vw, 72px);
  max-width: 1540px;
  margin: 0 auto;
}

.site-footer-brand {
  max-width: 360px;
}

.site-footer-logo {
  display: inline-flex;
  width: min(285px, 72vw);
}

.site-footer-logo img {
  width: 100%;
  height: 66px;
  object-fit: contain;
  object-position: left center;
  mix-blend-mode: screen;
  filter: drop-shadow(0 14px 28px rgba(0, 0, 0, .28));
}

.site-footer-brand p,
.site-footer-social p {
  margin: 26px 0 0;
  color: rgba(246, 250, 255, .62);
  font-size: 14px;
  font-weight: 650;
  line-height: 1.55;
}

.site-footer-column h2 {
  margin: 0 0 22px;
  color: #fff;
  font-size: clamp(19px, 1.25vw, 24px);
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1.05;
}

.site-footer-links,
.site-footer-contact {
  display: grid;
  gap: 14px;
}

.site-footer a {
  color: rgba(246, 250, 255, .76);
  text-decoration: none;
  transition: color .22s ease, transform .22s ease;
}

.site-footer-links a,
.site-footer-contact a {
  width: max-content;
  max-width: 100%;
  color: rgba(246, 250, 255, .78);
  font-size: 16px;
  font-weight: 680;
  line-height: 1.28;
}

.site-footer-links a:hover,
.site-footer-contact a:hover,
.site-footer-bottom a:hover {
  color: #80b4ff;
  transform: translateX(2px);
}

.site-footer-social-links {
  display: flex;
  gap: 12px;
  margin-top: 24px;
}

.site-footer-social-links a {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(128, 180, 255, .28);
  border-radius: 8px;
  background: rgba(255, 255, 255, .06);
  color: #fff;
  font-size: 16px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.site-footer-social-links svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.site-footer-social-links a:hover {
  border-color: rgba(18, 109, 255, .8);
  background: rgba(18, 109, 255, .18);
  color: #fff;
  transform: translateY(-2px);
}

.site-footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  max-width: 1540px;
  margin: clamp(42px, 5vw, 70px) auto 0;
  border-top: 1px solid rgba(128, 180, 255, .16);
  padding-top: 20px;
  color: rgba(246, 250, 255, .48);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
}

@media (max-width: 1050px) {
  .site-footer-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .site-footer {
    padding-top: 48px;
  }

  .site-footer-inner {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .site-footer-brand p,
  .site-footer-social p {
    margin-top: 18px;
  }

  .site-footer-column h2 {
    margin-bottom: 16px;
  }

  .site-footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }
}
