/* PEP-1027 correction: one masthead based on Home, for every public route. */
/* Clipping horizontal page overflow must not create a separate scroll container
   that prevents the shared masthead from sticking to the viewport. */
html, body { overflow-x: clip !important; overflow-y: visible !important; }
header.site-header {
  position: sticky !important;
  inset: 0 auto auto !important;
  z-index: 1000 !important;
  display: flex !important;
  flex: 0 0 auto !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 24px !important;
  box-sizing: border-box !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
  height: 74px !important;
  min-height: 74px !important;
  max-height: 74px !important;
  margin: 0 !important;
  padding: 0 clamp(24px, 3.7vw, 54px) !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(255,255,255,.16) !important;
  border-radius: 0 !important;
  background: #061711 !important;
  color: #fffdf8 !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  transform: none !important;
  overflow: visible !important;
  font: normal 400 16px/1.2 "Manrope PEP", "Segoe UI", Arial, sans-serif !important;
  letter-spacing: normal !important;
  text-align: left !important;
  text-transform: none !important;
}
header.site-header :where(*) { box-sizing: border-box !important; }
header.site-header :where(a,button,summary,span,strong,small) {
  font: inherit !important;
  letter-spacing: inherit !important;
  text-transform: inherit !important;
}
header.site-header a { text-decoration: none !important; }
header.site-header > .brand {
  order: 0 !important;
  display: flex !important;
  flex: 0 0 auto !important;
  align-items: center !important;
  gap: 12px !important;
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: #fffdf8 !important;
  white-space: nowrap !important;
}
header.site-header > .brand img {
  display: block !important;
  flex: 0 0 42px !important;
  width: 42px !important;
  height: 42px !important;
  min-width: 42px !important;
  max-width: 42px !important;
  margin: 0 !important;
  padding: 0 !important;
  object-fit: contain !important;
  opacity: 1 !important;
  filter: none !important;
}
header.site-header > .brand > span {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 2px !important;
  margin: 0 !important;
  padding: 0 !important;
}
header.site-header > .brand strong {
  display: block !important;
  margin: 0 !important;
  color: #fffdf8 !important;
  font: normal 700 13px/1.2 "Sora PEP", "Segoe UI", Arial, sans-serif !important;
  font-variation-settings: "wght" 700 !important;
  letter-spacing: .04em !important;
  text-transform: none !important;
}
header.site-header > .brand small {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  margin: 0 !important;
  color: rgba(255,255,255,.69) !important;
  font: normal 400 10px/1.2 "Manrope PEP", "Segoe UI", Arial, sans-serif !important;
  letter-spacing: .08em !important;
  text-transform: uppercase !important;
}
header.site-header > #primary-navigation {
  order: 2 !important;
  position: static !important;
  inset: auto !important;
  display: flex !important;
  flex: 0 1 auto !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: clamp(17.6px, 2vw, 35.2px) !important;
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
  height: auto !important;
  max-height: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  transform: none !important;
  visibility: visible !important;
  opacity: 1 !important;
  pointer-events: auto !important;
  overflow: visible !important;
  transition: none !important;
}
header.site-header > #primary-navigation > a,
header.site-header > #primary-navigation > .nav-services > summary {
  position: static !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  width: auto !important;
  min-height: 32px !important;
  margin: 0 !important;
  padding: 8px 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: rgba(255,255,255,.75) !important;
  font: normal 650 12px/1 "Sora PEP", "Segoe UI", Arial, sans-serif !important;
  font-variation-settings: "wght" 650 !important;
  letter-spacing: .03em !important;
  text-transform: none !important;
  white-space: nowrap !important;
}
header.site-header > #primary-navigation > .nav-services { margin: 0 !important; padding: 0 !important; border: 0 !important; }
header.site-header > #primary-navigation .nav-services-panel a {
  position: static !important;
  width: auto !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(255,255,255,.14) !important;
  border-radius: 0 !important;
  background: transparent !important;
  white-space: normal !important;
  overflow-wrap: anywhere !important;
}
header.site-header > #primary-navigation .nav-services-col { min-width: 0 !important; }
header.site-header > #primary-navigation .nav-services-col a { align-items: normal !important; }
header.site-header > #primary-navigation > a:hover,
header.site-header > #primary-navigation > .nav-services > summary:hover { color: #fff !important; }
header.site-header > .header-contact {
  order: 3 !important;
  display: inline-flex !important;
  flex: 0 0 auto !important;
  align-items: center !important;
  gap: 4px !important;
  width: auto !important;
  min-height: 44px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #d8b474 !important;
  font: normal 650 12px/1 "Sora PEP", "Segoe UI", Arial, sans-serif !important;
  font-variation-settings: "wght" 650 !important;
  letter-spacing: .03em !important;
  white-space: nowrap !important;
  text-transform: none !important;
}
header.site-header > .header-contact span { display: inline !important; }
header.site-header > .menu-button {
  order: 3 !important;
  display: none !important;
  margin: 0 !important;
  padding: 8px 0 !important;
  min-width: 44px !important;
  min-height: 44px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #fffdf8 !important;
  font: normal 700 11px/1 "Sora PEP", "Segoe UI", Arial, sans-serif !important;
  letter-spacing: .06em !important;
  text-transform: uppercase !important;
  align-items: center !important;
  justify-content: flex-end !important;
  cursor: pointer !important;
}
header.site-header :focus-visible { outline: 2px solid #d8b474 !important; outline-offset: 4px !important; }
@media (max-width: 900px) {
  header.site-header { padding-inline: 20px !important; gap: 12px !important; }
  header.site-header > .header-contact { display: none !important; }
  header.site-header > .menu-button { display: inline-flex !important; }
  header.site-header > #primary-navigation {
    display: none !important;
    position: fixed !important;
    inset: 74px 0 0 !important;
    z-index: 1001 !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 0 !important;
    width: 100% !important;
    height: calc(100dvh - 74px) !important;
    max-height: calc(100dvh - 74px) !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    overscroll-behavior: contain;
    background: #0a2118 !important;
  }
  header.site-header.menu-open > #primary-navigation { display: flex !important; }
  header.site-header > #primary-navigation > a,
  header.site-header > #primary-navigation > .nav-services > summary {
    width: 100% !important;
    min-height: 64px !important;
    padding: 20px 24px !important;
    justify-content: space-between !important;
    border-bottom: 1px solid rgba(255,255,255,.16) !important;
    font-size: 18px !important;
    font-weight: 550 !important;
    font-variation-settings: "wght" 550 !important;
    line-height: 1.1 !important;
    letter-spacing: 0 !important;
  }
  header.site-header > #primary-navigation > .nav-services { width: 100% !important; }
}
@media (max-width: 360px) {
  header.site-header { padding-inline: 12px !important; gap: 8px !important; }
  header.site-header > .brand { gap: 8px !important; }
  header.site-header > .brand small { font-size: 9px !important; }
}
