:root {

  --petrol: #082f31;

  --petrol2: #0f3d40;

  --petrol3: #17565b;

  --mist: #edf4f4;

  --mist2: #dce8e8;

  --white: #fff;

  --ink: #111617;

  --muted: #637779;

  --line: rgba(17, 22, 23, .12);

  --line-dark: rgba(255, 255, 255, .13);

  --soft: #f7fafa;

  --max: 1680px;

  --shadow: 0 48px 150px rgba(3, 24, 25, .24);

}



* {

  box-sizing: border-box

}



a {

  text-decoration: none;

  color: inherit

}



button, input, select, textarea {

  font: inherit

}



button {

  cursor: pointer

}



/* APPROVED HEADER */

.header {

  min-height: 90px;

  padding: 0 32px;

  display: grid;

  grid-template-columns: auto 1fr auto;

  gap: 34px;

  align-items: center;

  border-bottom: 1px solid var(--line);

  background: rgba(255, 255, 255, .98);

  position: relative;

  z-index: 1400;

}



.logo {

  font-size: 20px;

  font-weight: 600;

  letter-spacing: -.067em;

  white-space: nowrap;

}



.logo i {

  display: inline-block;

  width: 8px;

  height: 8px;

  border-radius: 50%;

  background: #2d7378;

  margin: 0 3px 1px;

}



.nav {

  display: flex;

  justify-content: center;

  align-items: center;

  gap: 22px;

  font-size: 10px;

  color: #57686a;

}



.actions, .header-actions {

  display: flex;

  gap: 8px

}



.pill {

  min-height: 42px;

  padding: 0 16px;

  display: inline-flex;

  align-items: center;

  justify-content: center;

  border: 1px solid var(--line);

  border-radius: 999px;

  background: #fff;

  font-size: 9px;

  font-weight: 600;

}



.pill.dark {

  background: var(--petrol);

  color: #fff;

  border-color: var(--petrol)

}



.mm-mobile-open {

  display: none

}



.nav .mega-trigger {

  border: 0;

  background: transparent;

  padding: 35px 0 31px;

  border-bottom: 2px solid transparent;

  font-family: Inter, Arial, sans-serif;

  font-size: 10px;

  color: #57686a;

  white-space: nowrap;

}



.nav .mega-trigger:hover,

.nav .mega-trigger.mm-open {

  color: var(--petrol);

  border-bottom-color: var(--petrol);

}



.nav .mega-trigger.mm-current {

  color: var(--petrol)

}



.mm-overlay {

  position: absolute;

  top: 90px;

  left: 0;

  right: 0;

  z-index: 1200;

  display: none;

  background: #fff;

  border-bottom: 1px solid var(--line);

  box-shadow: 0 38px 90px rgba(3, 24, 25, .22);

}



.mm-overlay.mm-visible {

  display: block

}



.mm-control {

  min-height: 46px;

  padding: 0 26px;

  display: flex;

  justify-content: space-between;

  align-items: center;

  border-bottom: 1px solid var(--line);

  background: #fff;

}



.mm-control span {

  font-size: 8px;

  letter-spacing: .12em;

  text-transform: uppercase;

  color: #718284;

  font-weight: 600;

}



.mm-close {

  min-height: 30px;

  padding: 0;

  border: 0;

  background: transparent;

  font-size: 9px;

  font-weight: 600;

  color: var(--petrol)

}



.mm-mega {

  display: none

}



.mm-mega.mm-active {

  display: block

}



.mm-mega-inner {

  display: grid;

  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1.25fr) minmax(300px, .7fr);

  min-height: 690px;

}



.mm-mega-lead {

  padding: 76px 48px 54px;

  border-right: 1px solid var(--line);

  display: flex;

  flex-direction: column;

  justify-content: space-between;

}



.mm-mega-lead.mm-dark {

  background: var(--petrol);

  color: #fff;

  border-right-color: rgba(255, 255, 255, .12);

}



.mm-kicker {

  font-size: 8px;

  text-transform: uppercase;

  letter-spacing: .13em;

  color: #718486;

  font-weight: 600

}



.mm-dark .mm-kicker {

  color: #a6b8ba

}



.mm-mega-lead h2 {

  margin: 22px 0 18px;

  max-width: 560px;

  font-size: clamp(42px, 4.2vw, 67px);

  line-height: .92;

  letter-spacing: -.057em;

  font-weight: 600;

}



.mm-mega-lead p {

  max-width: 590px;

  font-size: 11px;

  line-height: 1.7;

  color: #647779

}



.mm-dark p {

  color: #aabbbc

}



.mm-lead-note {

  padding-top: 26px;

  border-top: 1px solid var(--line);

  font-size: 8px;

  text-transform: uppercase;

  letter-spacing: .1em;

  color: #718486;

  font-weight: 600;

}



.mm-dark .mm-lead-note {

  border-color: rgba(255, 255, 255, .13);

  color: #9fb2b3

}



.mm-lead-actions {

  display: flex;

  gap: 18px;

  flex-wrap: wrap;

  margin-top: 25px

}



.mm-textlink {

  font-size: 9px;

  font-weight: 600;

  border-bottom: 1px solid currentColor;

  padding-bottom: 3px

}



.mm-finder {

  margin-top: 28px;

  border-top: 1px solid rgba(255, 255, 255, .14)

}



.mm-finder-row {

  display: grid;

  grid-template-columns: 100px 1fr;

  gap: 20px;

  padding: 13px 0;

  border-bottom: 1px solid rgba(255, 255, 255, .14);

  font-size: 9px

}



.mm-finder-row span {

  color: #9fb2b3

}



.mm-pathline {

  display: grid;

  grid-template-columns: 1fr 1fr;

  margin-top: 28px;

  border-left: 1px solid var(--line);

  border-top: 1px solid var(--line)

}



.mm-pathitem {

  padding: 14px;

  border-right: 1px solid var(--line);

  border-bottom: 1px solid var(--line);

  min-height: 84px

}



.mm-pathitem small {

  display: block;

  font-size: 7px;

  color: #7b8c8e;

  margin-bottom: 22px

}

.mm-pathitem strong {

  font-size: 11px

}



.mm-dark .mm-pathline {

  border-color: rgba(255, 255, 255, .14)

}

.mm-dark .mm-pathitem {

  border-color: rgba(255, 255, 255, .14)

}



.mm-bigword {

  margin-top: 28px;

  font-size: clamp(42px, 4.4vw, 70px);

  line-height: .85;

  letter-spacing: -.06em;

  color: var(--petrol);

  font-weight: 600

}



.mm-mega-nav {

  padding: 68px 42px 50px

}



.mm-navgroup {

  padding: 0 0 30px;

  margin-bottom: 30px;

  border-bottom: 1px solid var(--line)

}



.mm-navgroup:last-child {

  border-bottom: 0

}



.mm-navgroup-head {

  display: grid;

  grid-template-columns: 105px 1fr;

  gap: 20px;

  align-items: end;

  margin-bottom: 14px

}



.mm-navgroup-head small {

  font-size: 8px;

  text-transform: uppercase;

  letter-spacing: .1em;

  color: #758789

}



.mm-navgroup-head h3 {

  margin: 0;

  font-size: 20px;

  line-height: 1.05;

  letter-spacing: -.035em;

  font-weight: 600

}



.mm-linkgrid {

  margin-left: 125px;

  display: grid;

  grid-template-columns: 1fr 1fr;

  border-top: 1px solid var(--line);

  border-left: 1px solid var(--line)

}



.mm-linkgrid a {

  min-height: 48px;

  padding: 0 12px;

  border-right: 1px solid var(--line);

  border-bottom: 1px solid var(--line);

  display: flex;

  justify-content: space-between;

  align-items: center;

  gap: 10px;

  font-size: 9px;

  color: #405254;

}



.mm-linkgrid a:hover {

  background: var(--mist)

}



.mm-linkgrid a span {

  font-size: 7px;

  color: #839496

}



.mm-mega-feature {

  border-left: 1px solid var(--line);

  display: grid;

  grid-template-rows: 1fr auto;

}



.mm-feature-media {

  position: relative;

  min-height: 430px;

  overflow: hidden

}



.mm-feature-media img {

  width: 100%;

  height: 100%;

  object-fit: cover;

  filter: saturate(.62)

}



.mm-feature-caption {

  position: absolute;

  left: 18px;

  right: 18px;

  bottom: 18px;

  padding: 18px;

  background: rgba(8, 47, 49, .91);

  color: #fff

}



.mm-feature-caption small {

  display: block;

  font-size: 7px;

  letter-spacing: .11em;

  text-transform: uppercase;

  color: #a4b6b7;

  margin-bottom: 8px

}



.mm-feature-caption strong {

  font-size: 20px;

  line-height: 1.05;

  font-weight: 600;

  letter-spacing: -.035em

}



.mm-feature-bottom {

  padding: 22px;

  border-top: 1px solid var(--line)

}



.mm-feature-bottom small {

  font-size: 7px;

  text-transform: uppercase;

  letter-spacing: .1em;

  color: #758789

}



.mm-feature-bottom p {

  font-size: 9px;

  line-height: 1.62;

  color: #627577;

  margin: 9px 0 0

}



.mm-mega-feature.mm-dark {

  background: var(--petrol);

  color: #fff;

  border-left-color: rgba(255, 255, 255, .13)

}



.mm-mega-feature.mm-dark .mm-feature-bottom {

  border-color: rgba(255, 255, 255, .13)

}



.mm-mega-feature.mm-dark .mm-feature-bottom p {

  color: #a7b9ba

}



/* APPROVED FOOTER */

.footer {

  padding: 0 32px 34px;

  background: #fff;

  color: var(--ink);

  border-top: 1px solid var(--line);

}



.footer-top {

  display: grid;

  grid-template-columns: 7fr 3fr;

  gap: 70px;

  align-items: end;

  padding: 86px 0 72px;

}



.footer-top h2 {

  margin: 0;

  max-width: 780px;

  font-size: clamp(38px, 4.2vw, 66px);

  line-height: .94;

  letter-spacing: -.057em;

  font-weight: 600;

}



.footer-top p {

  margin: 0;

  max-width: 620px;

  justify-self: end;

  font-size: 11px;

  line-height: 1.72;

  color: #647779;

}



.footer-grid {

  display: grid;

  grid-template-columns: 1.25fr repeat(4, 1fr);

  border-top: 1px solid var(--line);

  border-left: 1px solid var(--line);

}



.fcol {

  min-height: 245px;

  padding: 28px 22px 32px;

  border-right: 1px solid var(--line);

  border-bottom: 1px solid var(--line);

}



.fcol h3 {

  margin: 0 0 24px;

  font-size: 8px;

  text-transform: uppercase;

  letter-spacing: .11em;

  color: #718486;

  font-weight: 600;

}



.fcol a, .fcol span {

  display: block;

  padding: 6px 0;

  font-size: 9px;

  color: #405254;

}



.fcol.brand strong {

  display: block;

  margin-bottom: 24px;

  font-size: 18px;

  letter-spacing: -.04em;

  color: var(--petrol);

}



.fcol.brand span {

  padding: 4px 0;

  font-size: 8px;

  text-transform: uppercase;

  letter-spacing: .08em;

  color: #718486;

  font-weight: 600;

}



.brand-note {

  margin-top: 24px;

  max-width: 230px;

  font-size: 9px;

  line-height: 1.62;

  color: #657779

}



/* UNBOUNDED ecosystem layer added inside the shared footer, not as a competing site brand */

.ecosystem-band {

  display: grid;

  grid-template-columns: 7fr 3fr;

  gap: 70px;

  padding: 46px 0;

  border-top: 1px solid var(--line);

  border-bottom: 1px solid var(--line);

}



.ecosystem-band h3 {

  margin: 10px 0 12px;

  max-width: 800px;

  font-size: clamp(28px, 3vw, 45px);

  line-height: .96;

  letter-spacing: -.05em;

  font-weight: 600;

}



.ecosystem-band p {

  margin: 0;

  max-width: 780px;

  font-size: 10px;

  line-height: 1.7;

  color: #647779

}



.ecosystem-actions {

  display: flex;

  flex-direction: column;

  gap: 8px;

  justify-content: flex-end

}



.ecosystem-actions a {

  min-height: 42px;

  padding: 0 14px;

  display: flex;

  align-items: center;

  justify-content: space-between;

  border: 1px solid var(--line);

  font-size: 9px;

  color: #405254;

}



.ecosystem-actions a:first-child {

  background: var(--petrol);

  color: #fff;

  border-color: var(--petrol)

}



.ecosystem-institutions {

  grid-column: 1/-1;

  margin-top: 24px;

  padding-top: 18px;

  border-top: 1px solid var(--line);

  display: flex;

  flex-wrap: wrap;

  gap: 9px 20px;

  font-size: 8px;

  text-transform: uppercase;

  letter-spacing: .08em;

  color: #718486;

  font-weight: 600;

}



.ecosystem-institutions .current {

  color: var(--petrol)

}



.footer-meta {

  min-height: 62px;

  display: grid;

  grid-template-columns: 1fr auto;

  gap: 28px;

  align-items: center;

  border-bottom: 1px solid var(--line);

}



.footer-meta .left {

  font-size: 8px;

  font-weight: 600;

  letter-spacing: -.01em;

  color: var(--petrol)

}



.footer-meta .right {

  display: flex;

  gap: 24px;

  align-items: center;

  flex-wrap: wrap;

  justify-content: flex-end;

  font-size: 8px;

  color: #708285

}



.footer-lockup {

  padding: 72px 0 12px

}



.footer-lockup .micro {

  display: flex;

  justify-content: space-between;

  gap: 30px;

  margin-bottom: 42px;

  font-size: 8px;

  text-transform: uppercase;

  letter-spacing: .11em;

  font-weight: 600;

  color: #708285;

}



.footer-lockup .bottom {

  margin: 0;

  font-size: clamp(70px, 8.3vw, 138px);

  line-height: .78;

  letter-spacing: -.078em;

  font-weight: 600;

  color: var(--petrol);

  white-space: nowrap;

}



@media(max-width: 1280px) {

  .header {

    grid-template-columns: auto 1fr

  }

  .nav {

    grid-column: 1/-1;

    grid-row: 2;

    justify-content: flex-start;

    overflow-x: auto

  }

  .header-actions {

    justify-self: end

  }

}



@media(max-width: 1200px) {

  .nav {

    overflow: auto;

    justify-content: flex-start

  }

  .mm-mega-inner {

    grid-template-columns: 1fr 1fr

  }

  .mm-mega-feature {

    grid-column: 1/-1;

    grid-template-columns: 1fr 1fr

  }

  .mm-feature-media {

    min-height: 320px

  }

}



@media(max-width: 1050px) {

  .footer-top, .ecosystem-band {

    grid-template-columns: 1fr

  }

  .footer-top p {

    justify-self: start

  }

  .footer-grid {

    grid-template-columns: 1fr 1fr

  }

  .footer-meta {

    grid-template-columns: 1fr

  }

  .footer-meta .right {

    justify-content: flex-start;

    padding-bottom: 18px

  }

}



@media(max-width: 850px) {

  .header {

    min-height: 72px;

    padding: 14px 20px;

    grid-template-columns: 1fr auto

  }

  .nav {

    display: none!important

  }

  .header-actions .pill {

    display: none

  }

  .mm-mobile-open {

    display: inline-flex;

    min-height: 38px;

    padding: 0 12px;

    align-items: center;

    border: 1px solid var(--line);

    border-radius: 999px;

    background: #fff;

    font-size: 9px;

    font-weight: 600;



  }

  .mm-overlay {

    top: 72px

  }

  .mm-mega-inner {

    grid-template-columns: 1fr

  }

  .mm-mega-lead, .mm-mega-nav {

    padding: 48px 24px

  }

  .mm-mega-feature {

    grid-template-columns: 1fr

  }

  .mm-linkgrid {

    margin-left: 0;

    grid-template-columns: 1fr

  }

  .mm-navgroup-head {

    grid-template-columns: 1fr

  }

}



@media(max-width: 700px) {

  .footer {

    padding-left: 20px;

    padding-right: 20px

  }

  .footer-grid {

    grid-template-columns: 1fr

  }

  .footer-lockup .micro {

    flex-direction: column;

    gap: 8px

  }

  .footer-lockup .bottom {

    font-size: clamp(54px, 17vw, 86px);

    white-space: normal;

    line-height: .86;



  }

  .ecosystem-institutions {

    flex-direction: column

  }

}


/* === FOOTER BOTTOM UTILITY BAR === */
.footer-util {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 28px;
  padding: 16px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  margin-top: 0;
}

.footer-util a {
  font-size: 8.5px;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-weight: 600;
  color: #708285;
  text-decoration: none;
}

.footer-util a:hover {
  color: var(--petrol);
}

.footer-util .copyright {
  font-size: 8.5px;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-weight: 600;
  color: #9aafb2;
}

@media(max-width: 768px) {
  .footer-util {
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 16px 24px;
  }
}


/* === FINAL MEGA MENU CANVAS FIX ===
   The mega overlay is a sibling of .header inside .site.
   Keep .site as the containing block so the menu never escapes
   the rounded site canvas on internal pages. */
.site {
  position: relative !important;
  overflow: hidden;
}
.site > .mm-overlay {
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  width: auto !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
@media (min-width: 901px) {
  .site > .mm-overlay {
    top: 90px !important;
  }
}
@media (max-width: 900px) and (min-width: 851px) {
  .site > .mm-overlay {
    top: 124px !important;
  }
}
@media (max-width: 850px) {
  .site > .mm-overlay {
    top: 72px !important;
  }
}


/* FINAL V6 — hide ONLY the mega-menu scrollbar; keep the page scrollbar visible. */
.mm-overlay {
  scrollbar-width: none !important;
  -ms-overflow-style: none !important;
}
.mm-overlay::-webkit-scrollbar {
  width: 0 !important;
  height: 0 !important;
  display: none !important;
}
