.site-skip-link,
header,
.site-mobile-menu {
  font-family: "Inter", Arial, sans-serif;
}
header > div {
  min-height: 4.5rem;
  padding-top: .875rem !important;
  padding-bottom: .875rem !important;
}
header > div > a[href="/"]:first-child {
  flex: 0 0 auto;
  font-family: "Archivo", Arial, sans-serif !important;
  font-size: 1.5rem !important;
  line-height: 1 !important;
  font-weight: 800 !important;
  letter-spacing: -.025em;
}
header > div > a[href="/contact/"] {
  flex: 0 0 auto;
  font-family: "Inter", Arial, sans-serif !important;
  font-size: .875rem !important;
  line-height: 1.25rem !important;
  font-weight: 700 !important;
  padding: .625rem 1.25rem !important;
  border-radius: .5rem !important;
}
.site-skip-link {
  position: fixed;
  left: 1rem;
  top: -5rem;
  z-index: 1000;
  padding: .7rem 1rem;
  border-radius: .5rem;
  background: #fff;
  color: #0b3d6b;
  font-weight: 700;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .18);
}
.site-skip-link:focus { top: 1rem; }
.site-menu-button {
  display: none;
  width: 2.75rem;
  height: 2.75rem;
  align-items: center;
  justify-content: center;
  border: 1px solid #dbe3ea;
  border-radius: .65rem;
  background: #fff;
  color: #0b3d6b;
  font-size: 1.3rem;
  font-weight: 800;
}
.site-mobile-menu[hidden] { display: none; }
.site-mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 900;
  background: rgba(5, 26, 45, .58);
  backdrop-filter: blur(4px);
}
.site-mobile-panel {
  position: absolute;
  right: 0;
  top: 0;
  width: min(88vw, 24rem);
  height: 100%;
  padding: 1.25rem;
  background: #fff;
  box-shadow: -18px 0 50px rgba(0, 0, 0, .2);
}
.site-mobile-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 1rem;
  border-bottom: 1px solid #e2e8f0;
}
.site-mobile-panel nav {
  display: grid;
  gap: .35rem;
  margin-top: 1rem;
}
.site-mobile-panel nav a {
  padding: .85rem .9rem;
  border-radius: .55rem;
  color: #0b3d6b;
  font-weight: 700;
}
.site-mobile-panel nav a:hover,
.site-mobile-panel nav a[aria-current="page"] {
  background: #eef3f7;
  color: #f26b21;
}
.site-mobile-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .6rem;
  margin-top: 1.25rem;
}
.site-mobile-actions a {
  padding: .8rem;
  border-radius: .55rem;
  text-align: center;
  font-size: .85rem;
  font-weight: 800;
}
.site-mobile-actions a:first-child { background: #f26b21; color: #fff; }
.site-mobile-actions a:last-child { background: #0b3d6b; color: #fff; }
.site-desktop-nav {
  display: none;
  align-items: center;
  gap: 1.7rem;
  color: #0b3d6b;
  font-family: "Inter", Arial, sans-serif;
  font-size: .875rem;
  line-height: 1.25rem;
  font-weight: 700;
}
.site-nav-item { position: relative; }
.site-nav-trigger {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  padding: .6rem 0;
  color: #0b3d6b;
}
.site-nav-trigger::after {
  content: "";
  width: .42rem;
  height: .42rem;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
}
.site-nav-dropdown {
  position: absolute;
  top: calc(100% + .35rem);
  left: 50%;
  width: 44rem;
  padding: 1.1rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .65rem;
  border: 1px solid #dbe3ea;
  border-radius: .9rem;
  background: #fff;
  box-shadow: 0 20px 55px rgba(8, 47, 82, .18);
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, .5rem);
  transition: opacity .16s ease, transform .16s ease, visibility .16s;
}
.site-nav-dropdown.resources {
  width: 31rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.site-nav-item:hover .site-nav-dropdown,
.site-nav-item:focus-within .site-nav-dropdown,
.site-nav-item.is-open .site-nav-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}
.site-nav-dropdown a {
  display: block;
  padding: .72rem .8rem;
  border-radius: .55rem;
  color: #334155;
  line-height: 1.25;
}
.site-nav-dropdown a:hover,
.site-nav-dropdown a:focus {
  background: #eef3f7;
  color: #f26b21;
}
.site-nav-dropdown strong {
  display: block;
  font-family: "Inter", Arial, sans-serif;
  color: #0b3d6b;
  font-size: .875rem;
  line-height: 1.25rem;
  font-weight: 700;
}
.site-nav-dropdown span {
  display: block;
  margin-top: .2rem;
  color: #64748b;
  font-family: "Inter", Arial, sans-serif;
  font-size: .75rem;
  line-height: 1rem;
  font-weight: 500;
}
.site-mobile-group { border-bottom: 1px solid #edf1f5; }
.site-mobile-group-button {
  width: 100%;
  padding: .85rem .9rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: .55rem;
  color: #0b3d6b;
  font-family: "Inter", Arial, sans-serif;
  font-size: .9375rem;
  font-weight: 800;
  text-align: left;
}
.site-mobile-submenu {
  display: grid;
  gap: .15rem;
  padding: 0 .45rem .65rem;
}
.site-mobile-submenu[hidden] { display: none; }
.site-mobile-submenu a { padding: .62rem .75rem !important; font-size: .86rem; font-weight: 600 !important; }
@media (min-width: 1024px) {
  .site-desktop-nav { display: flex; }
}
@media (max-width: 1023px) {
  header > div { min-height: 4.25rem; }
  .site-menu-button { display: inline-flex; }
  header a[href="/contact/"].bg-orange,
  header a[href="#inquiry"].bg-orange,
  header a[href="#rfq"].bg-orange { display: none; }
}
