/*!*****************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/blocks/header/style.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/**
 * Alteia Header block — frontend styles.
 */
/**
 * Shared CTA pill button: layout, arrow motion, and pill chrome.
 *
 * Hover background defaults to --alteia-cta-button-hover-bg (set per multisite).
 *
 * Hover modes ($hover):
 * - false       Color-only hover when $hover-background is set / site default via modifiers
 * - 'lift'      opacity 0.92 + translateY + box-shadow
 * - 'lift-soft' opacity 0.96 + translateY + box-shadow
 * - 'fade'      opacity 0.92 + translateY (no shadow)
 * - 'translate' translateY only
 */
/**
 * Shared View All pill button styles for post blocks.
 */
.wp-block-alteia-header.alteia-header {
  color: #fff;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 200;
  transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
}

/* Group header — transparent default */
.alteia-header--group {
  background-color: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.85);
  box-shadow: none;
}
.alteia-header--group .alteia-header__button-text {
  color: #fff;
}
.alteia-header--group.is-scrolled {
  background-color: #fff !important;
  border-bottom-color: #fff;
  box-shadow: 0 4px 16px rgba(0, 64, 64, 0.15);
  color: #0a4f55;
  color: var(--wp--preset--color--primary, #0a4f55);
}
.alteia-header--group {
  /* Blog listing and single posts: solid header in document flow. */
}
.alteia-header--group.alteia-header--static {
  background-color: #0a4f55;
  background-color: var(--wp--preset--color--primary, #0a4f55);
  border-bottom-color: transparent;
  box-shadow: none;
  color: #fff;
  border-bottom: 0px solid transparent;
}
.alteia-header--group.alteia-header--static .alteia-header__button-text {
  color: #fff;
}

.alteia-header__inner,
.alteia-header__main-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  max-width: 1140px;
  max-width: var(--wp--style--global--wide-size, 1140px);
  margin: 0 auto;
  padding: 1.25rem max(1.25rem, min(5vw, 1.125rem));
  box-sizing: border-box;
  min-height: 85px;
}

.alteia-header__logo {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
}
.alteia-header__logo img,
.alteia-header__logo .alteia-header__logo-image {
  display: block;
  height: auto;
  max-height: 48px;
  width: auto;
  max-width: 180px;
}

/* Group header: white logo on teal/transparent, dark logo on sticky white. */
.alteia-header--group .alteia-header__logo-link {
  display: grid;
  align-items: center;
}
.alteia-header--group .alteia-header__logo-image--light,
.alteia-header--group .alteia-header__logo-image--dark {
  grid-area: 1/1;
}
.alteia-header--group .alteia-header__logo-image--dark {
  display: none;
}
.alteia-header--group .alteia-header__logo-image--light {
  display: block;
}
.alteia-header--group.is-scrolled .alteia-header__logo-image--light {
  display: none;
}
.alteia-header--group.is-scrolled .alteia-header__logo-image--dark {
  display: block;
}

.alteia-header__buttons {
  flex: 0 0 auto;
  display: flex;
  align-self: flex-end;
  gap: 1.5rem;
  align-items: flex-end;
}

.alteia-header__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 20px 8px;
  min-width: 150px;
  border-radius: 16px 16px 0 0;
  font-size: 1.125rem;
  -webkit-text-decoration: none;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: 0.2s all ease-in-out;
  font-family: "SourceSansPro", sans-serif;
  font-family: var(--wp--preset--font-family--source-sans-pro, "SourceSansPro", sans-serif);
  white-space: nowrap;
  margin-bottom: -20px;
  line-height: 1.1;
  color: #fff;
}
.alteia-header__button:hover, .alteia-header__button.is-active {
  opacity: 1;
  padding: 14px 20px 13px;
}
.alteia-header__button.btn-alteia-fund {
  background-color: #6dbe45;
  background-color: var(--wp--preset--color--primary-green, #6dbe45);
}
.alteia-header__button.btn-alteia-capital {
  background-color: #009bab;
  background-color: var(--wp--preset--color--primary-blue, #009bab);
}

.alteia-header__button-text {
  margin: 0;
}

/* Child header layers */
.alteia-header--child {
  background-color: transparent;
  box-shadow: none;
}

.alteia-header__top-bar {
  background-color: #06707F;
  color: #fff;
  font-size: 1rem;
  line-height: 1.4;
}

.alteia-header__top-bar-inner {
  max-width: 1140px;
  max-width: var(--wp--style--global--wide-size, 1140px);
  margin: 0 auto;
  padding: 0.6rem max(1.25rem, min(5vw, 1.125rem));
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.alteia-header__top-bar-link {
  color: #fff;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.alteia-header__top-bar-link:hover {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.alteia-header__top-bar-separator {
  opacity: 0.85;
}

.alteia-header__main {
  background-color: #0a4f55;
  background-color: var(--wp--preset--color--primary, #0a4f55);
  color: #fff;
}

.alteia-header__menu-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  margin-left: auto;
  align-items: flex-end;
}

.alteia-header__menu-toggle-bar {
  display: block;
  width: 24px;
  height: 2px;
  background-color: currentColor;
  border-radius: 1px;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.alteia-header.is-drawer-open .alteia-header__menu-toggle-bar:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.alteia-header.is-drawer-open .alteia-header__menu-toggle-bar:nth-child(2) {
  opacity: 0;
}

.alteia-header.is-drawer-open .alteia-header__menu-toggle-bar:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.alteia-header__nav {
  background-color: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.85);
  color: #fff;
  transition: all 0.2s ease-in-out;
}

.alteia-header__nav-inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  grid-gap: 1rem;
  gap: 1rem;
  max-width: 1140px;
  max-width: var(--wp--style--global--wide-size, 1140px);
  margin: 0 auto;
  padding: 0.85rem max(1.25rem, min(5vw, 1.125rem));
}

.alteia-header__nav-inner .alteia-header__menu {
  grid-column: 2;
}

.alteia-header__nav-inner .alteia-header__contact {
  grid-column: 3;
}

.alteia-header__menu,
.alteia-header__drawer-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.35rem 0.5rem;
}
.alteia-header__menu li,
.alteia-header__drawer-menu li {
  margin: 0;
}
.alteia-header__menu a,
.alteia-header__drawer-menu a {
  display: inline-block;
  padding: 0.55rem 1rem;
  color: inherit;
  background-color: transparent;
  -webkit-text-decoration: none;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.3;
  border-radius: 8px;
  transition: all 0.2s ease-in-out;
}
.alteia-header__menu .current-menu-item > a,
.alteia-header__menu .current_page_item > a,
.alteia-header__menu .current-menu-ancestor > a,
.alteia-header__drawer-menu .current-menu-item > a,
.alteia-header__drawer-menu .current_page_item > a,
.alteia-header__drawer-menu .current-menu-ancestor > a {
  background-color: #33817d;
  background-color: var(--wp--preset--color--primary-teal-light, #33817d);
  color: #fff;
}

.alteia-header__contact {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-left: auto;
  padding: 0.65rem 1.35rem;
  border-radius: 999px;
  background-color: #33817d;
  background-color: var(--wp--preset--color--primary-teal-light, #33817d);
  color: #fff;
  -webkit-text-decoration: none;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 600;
  white-space: nowrap;
  line-height: 1;
  transition: background-color 0.2s ease;
}
.alteia-header__contact:hover {
  background-color: #0a4f55;
  background-color: var(--alteia-interactive-hover-color, var(--wp--preset--color--primary, #0a4f55));
  color: #fff;
}

/* Child header scrolled nav */
.alteia-header--child.is-scrolled .alteia-header__nav {
  background-color: #fff;
  border-bottom-color: #fff;
  color: #0a4f55;
  color: var(--wp--preset--color--primary, #0a4f55);
}
/* Mobile drawer */
.alteia-header__drawer {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 300;
  background-color: #fff;
  color: #0a4f55;
  color: var(--wp--preset--color--primary, #0a4f55);
  transform: translateX(-100%);
  transition: transform 0.25s ease;
  display: flex;
  flex-direction: column;
  padding: 1.25rem max(1.25rem, min(5vw, 2rem)) 2rem;
  overflow-y: auto;
}

.alteia-header.is-drawer-open .alteia-header__drawer {
  transform: translateX(0);
}

.alteia-header__drawer-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 250;
  background-color: rgba(0, 0, 0, 0.35);
}

.alteia-header__drawer-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2rem;
}

.alteia-header__drawer-logo-image {
  max-height: 44px;
  width: auto;
}

.alteia-header__drawer-close {
  width: 44px;
  height: 44px;
  border: 0;
  background: transparent;
  color: inherit;
  font-size: 2.5rem;
  line-height: 1;
  cursor: pointer;
}

.alteia-header__drawer-menu {
  flex-direction: column;
  align-items: stretch;
  gap: 0;
}
.alteia-header__drawer-menu li:not(:last-child) {
  border-bottom: 1px solid #d8e6e5;
  border-bottom: 1px solid var(--wp--preset--color--primary-lightdark, #d8e6e5);
}
.alteia-header__drawer-menu a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem 0;
  border-radius: 0;
  font-weight: 600;
  font-size: max(1.125rem, min(4vw, 1.5rem));
}
.alteia-header__drawer-menu a::after {
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  background: url(/wp-content/themes/alteia/assets/build/images/arrow-right-nav-primary.5bcd7b6e.svg) no-repeat;
  background-position: center center;
  background-size: contain;
  transition: 0.2s all ease-in-out;
}
.alteia-header__drawer-menu a:hover::after {
  transform: translateX(5px);
}
.alteia-header__drawer-menu .current-menu-item > a,
.alteia-header__drawer-menu .current_page_item > a {
  background: transparent;
  color: #0a4f55;
  color: var(--wp--preset--color--primary, #0a4f55);
  font-weight: 600;
}

.alteia-header__drawer-footer {
  margin-top: auto;
  padding-top: 2rem;
}

.alteia-header__drawer-contact {
  display: flex;
  width: 100%;
  justify-content: center;
  padding: 0.65rem 1.35rem;
  font-size: 1.125rem;
  font-weight: 600;
}

body.alteia-header-drawer-open {
  overflow: hidden;
}

.alteia-header__logo-link {
  display: inline-flex;
  align-items: center;
  -webkit-text-decoration: none;
  text-decoration: none;
  color: inherit;
}

.alteia-header--child .alteia-header__logo img,
.alteia-header--child .alteia-header__logo .alteia-header__logo-image {
  max-width: 220px;
}

/* Transparent group header: no body offset — hero starts at the top. */
body.alteia-header-over-hero {
  padding-top: 0 !important;
}

/* Child sites: pull hero up under the transparent nav layer only. */

@media screen and (min-width: 1023px){
  .alteia-header__menu a:hover,
  .alteia-header__drawer-menu a:hover {
    background-color: #42807D;
    color: #fff;
  }
}

@media (min-width: 1024px){
  .alteia-header__drawer {
    display: none;
  }
  .alteia-header__drawer-backdrop {
    display: none !important;
  }
}

@media (max-width: 1024px){
  .alteia-header__inner,
  .alteia-header__main-inner {
    padding: 1rem max(1rem, min(4vw, 1.5rem));
  }
  .alteia-header__logo {
    justify-content: flex-start;
  }
  .alteia-header--child .alteia-header__main-inner {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .alteia-header__buttons {
    justify-content: flex-end;
    width: 100%;
    max-width: none;
    gap: 1;
    margin-bottom: -16px;
    min-height: 47px;
  }
  .alteia-header__button {
    min-width: 0;
    margin-bottom: 0;
    border-radius: 16px 16px 0 0;
  }
}

@media (max-width: 1023px){
  .alteia-header__menu-toggle {
    display: inline-flex;
  }
  .alteia-header__nav {
    display: none;
  }
}

@media (max-width: 767px){
  .alteia-header__inner,
  .alteia-header__main-inner {
    min-height: 70px;
  }
  .alteia-header__inner,
  .alteia-header__main-inner {
    flex-direction: column;
    align-items: stretch;
  }
  .alteia-header__button {
    flex: 1 1 50%;
  }
  .alteia-header__buttons {
    justify-content: stretch;
  }
}

@media (max-width: 480px){
  .alteia-header__buttons {
    align-self: stretch;
  }
  .alteia-header__button {
    font-size: 1rem;
    padding-left: 12px;
    padding-right: 12px;
  }
}

/*# sourceMappingURL=style-index.css.map*/