/* Official shared header — matched to Home, Experiences, Contact and FAQ (v82). */
.hpc-unified-header {
  position: sticky !important;
  top: 0 !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  display: block !important;
  padding: 0 !important;
  margin: 0 !important;
  background: #fff !important;
  color: #1d1b17 !important;
  border: 0 !important;
  box-shadow: none !important;
  font-style: normal !important;
  text-transform: none !important;
  z-index: 1000 !important;
}

.hpc-unified-header .hpc-header-top {
  width: 100% !important;
  height: 92px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 24px !important;
  padding: 0 clamp(22px, 5vw, 76px) !important;
  margin: 0 !important;
  background: #fff !important;
}

.hpc-unified-header .hpc-header-brand {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 14px !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: #1d1b17 !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  font-style: normal !important;
  line-height: 1.25 !important;
  letter-spacing: .15em !important;
  text-align: left !important;
  text-decoration: none !important;
  white-space: nowrap !important;
}

.hpc-unified-header .hpc-header-brand img {
  display: block !important;
  flex: 0 0 58px !important;
  width: 58px !important;
  min-width: 58px !important;
  max-width: 58px !important;
  height: 58px !important;
  min-height: 58px !important;
  max-height: 58px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 50% !important;
  object-fit: cover !important;
}

.hpc-unified-header .hpc-header-brand span {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  color: inherit !important;
  font: inherit !important;
  letter-spacing: inherit !important;
  text-align: left !important;
}

.hpc-unified-header .hpc-header-language {
  display: block !important;
  flex: 0 0 auto !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: #4f4942 !important;
  font: 400 10px/1.4 Arial, sans-serif !important;
  letter-spacing: .16em !important;
  text-decoration: none !important;
  white-space: nowrap !important;
}

.hpc-unified-header .hpc-header-language strong {
  color: #a78546 !important;
  font-weight: 600 !important;
}

.hpc-unified-header .hpc-header-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  width: 100% !important;
  overflow-x: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  background: #fff !important;
  border-top: 1px solid #ebe6dc !important;
  border-bottom: 1px solid #ddd6ca !important;
  -webkit-overflow-scrolling: touch;
}

.hpc-unified-header .hpc-header-menu nav {
  visibility: visible !important;
  opacity: 1 !important;
  transform: none !important;
  pointer-events: auto !important;
  width: 100% !important;
  min-width: max-content !important;
  height: 48px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: clamp(14px, 2vw, 32px) !important;
  margin: 0 !important;
  padding: 0 clamp(18px, 4vw, 64px) !important;
  background: transparent !important;
  border: 0 !important;
  font: 400 9px/1.4 Arial, sans-serif !important;
  letter-spacing: .16em !important;
  white-space: nowrap !important;
}

.hpc-unified-header .hpc-header-menu nav a {
  display: block !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: inherit !important;
  font: inherit !important;
  letter-spacing: inherit !important;
  text-decoration: none !important;
  white-space: nowrap !important;
}

.hpc-unified-header .hpc-header-menu nav a:hover,
.hpc-unified-header .hpc-header-menu nav a[aria-current="page"] {
  color: #a78546 !important;
}

@media (max-width: 800px) {
  .hpc-unified-header .hpc-header-top {
    height: 76px !important;
    gap: 10px !important;
    padding: 0 18px !important;
  }

  .hpc-unified-header .hpc-header-brand {
    gap: 12px !important;
    font-size: 9px !important;
  }

  .hpc-unified-header .hpc-header-brand img {
    flex-basis: 48px !important;
    width: 48px !important;
    min-width: 48px !important;
    max-width: 48px !important;
    height: 48px !important;
    min-height: 48px !important;
    max-height: 48px !important;
  }

  .hpc-unified-header .hpc-header-language {
    font-size: 8px !important;
  }

  .hpc-unified-header .hpc-header-menu nav {
    width: 100% !important;
    min-width: 100% !important;
    height: 42px !important;
    justify-content: space-between !important;
    gap: 8px !important;
    padding: 0 12px !important;
    font-size: 8px !important;
    letter-spacing: .10em !important;
  }
}

/* Our Story v89: legacy page rules must never hide the shared navigation. */
body .hpc-unified-header,
body .hpc-unified-header .hpc-header-menu,
body .hpc-unified-header .hpc-header-menu nav,
body .hpc-unified-header .hpc-header-menu nav a {
  visibility: visible !important;
  opacity: 1 !important;
}

body .hpc-unified-header .hpc-header-menu {
  display: block !important;
}

body .hpc-unified-header .hpc-header-menu nav {
  display: flex !important;
  transform: none !important;
  pointer-events: auto !important;
}

body .hpc-unified-header .hpc-header-menu nav a {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 100% !important;
  line-height: 1 !important;
}

/* v214: vertically center both header implementations used across the site. */
body .hpc-unified-header .hpc-header-menu,
body header.header .siteMenu {
  height: 48px !important;
  min-height: 48px !important;
  max-height: 48px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

body .hpc-unified-header .hpc-header-menu nav,
body header.header .siteMenu nav {
  box-sizing: border-box !important;
  height: 100% !important;
  min-height: 100% !important;
  max-height: 100% !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  align-items: stretch !important;
}

body .hpc-unified-header .hpc-header-menu nav > a,
body header.header .siteMenu nav > a {
  box-sizing: border-box !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 100% !important;
  min-height: 100% !important;
  max-height: 100% !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  line-height: 1 !important;
  transform: none !important;
}

@media (max-width: 800px) {
  body .hpc-unified-header .hpc-header-menu,
  body header.header .siteMenu {
    height: 46px !important;
    min-height: 46px !important;
    max-height: 46px !important;
  }
}
