/* TheNeutrals.ORG — final shared shell refinement
Applied last. Page bodies remain untouched except universal kicker/title breathing room. */

/* --- Header: quieter, sharper, less UI-like --- */
.header {
  min-height: 86px;
  padding: 0 34px;
  gap: 28px;
  border-bottom: 1px solid rgba(17, 22, 23, .08);
  background: rgba(255, 255, 255, .985);
}

.logo {
  font-size: 21px;
  letter-spacing: -.071em
}

.nav {
  gap: 26px;
  font-size: 10.5px;
  color: #536567
}

.nav .mega-trigger {
  padding: 33px 0 29px;
  font-size: 10.5px;
  letter-spacing: -.012em;
  border-bottom-width: 1px;
}

.header-actions {
  align-items: center;
  gap: 16px
}

.pill {
  min-height: 42px;
  border-radius: 0;
  padding: 0 15px;
  font-size: 9px;
}

.header-actions .pill:not(.dark) {
  border: 0;
  padding: 0 2px;
  background: transparent;
  color: #526466;
}

.header-actions .pill:not(.dark):hover {
  color: var(--petrol)
}

.pill.dark {
  padding: 0 18px
}

/* --- Mega menu: editorial field, not a matrix of cards --- */
.mm-overlay {
  top: 86px;
  max-height: calc(100vh - 86px);
  overflow-y: auto;
  border-bottom: 0;
  box-shadow: 0 34px 90px rgba(3, 24, 25, .18);
}

.mm-control {
  min-height: 42px;
  padding: 0 34px;
  border-bottom: 1px solid rgba(17, 22, 23, .08);
  background: #f8fafa;
}

.mm-control span {
  font-size: 7.5px;
  letter-spacing: .14em;
  color: #728486
}

.mm-close {
  font-size: 8.5px
}

.mm-mega-inner {
  grid-template-columns: minmax(330px, .92fr) minmax(520px, 1.52fr) minmax(270px, .72fr);
  min-height: 620px;
  background: #fff;
}

.mm-mega-lead {
  padding: 64px 46px 42px;
  border-right: 0;
}

.mm-mega-lead.mm-dark {
  border-right: 0
}

.mm-mega-lead h2 {
  margin: 24px 0 20px;
  font-size: clamp(40px, 3.85vw, 62px);
  line-height: .94;
  letter-spacing: -.055em;
  font-weight: 400;
}

.mm-mega-lead p {
  font-size: 10.5px;
  line-height: 1.72;
  max-width: 520px
}

.mm-lead-note {
  padding-top: 0;
  border-top: 0;
  font-size: 7.5px;
  letter-spacing: .12em;
}

.mm-dark .mm-lead-note {
  border: 0
}

.mm-lead-actions {
  margin-top: 30px;
  gap: 24px
}

.mm-textlink {
  font-size: 9.5px;
  border-bottom: 1px solid currentColor;
  padding-bottom: 4px
}

.mm-finder {
  margin-top: 32px;
  border-top: 0
}

.mm-finder-row {
  grid-template-columns: 86px 1fr;
  gap: 20px;
  padding: 10px 0;
  border-bottom: 0;
  font-size: 9px;
}

.mm-finder-row + .mm-finder-row {
  margin-top: 4px
}

.mm-pathline {
  margin-top: 32px;
  border: 0;
  gap: 24px;
}

.mm-pathitem {
  min-height: 0;
  padding: 0;
  border: 0;
}

.mm-pathitem small {
  margin-bottom: 12px
}

.mm-dark .mm-pathline, .mm-dark .mm-pathitem {
  border: 0
}

.mm-mega-nav {
  padding: 56px 52px 46px;
  align-self: start;
}

.mm-navgroup {
  padding: 0;
  margin: 0 0 38px;
  border-bottom: 0;
}

.mm-navgroup:last-child {
  margin-bottom: 0
}

.mm-navgroup-head {
  display: block;
  margin: 0 0 16px;
}

.mm-navgroup-head small {
  display: block;
  margin-bottom: 8px;
  font-size: 7.5px;
  letter-spacing: .12em;
}

.mm-navgroup-head h3 {
  font-size: 20px;
  line-height: 1.05;
  letter-spacing: -.035em;
  font-weight: 400;
}

.mm-linkgrid {
  margin-left: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 42px;
  row-gap: 0;
  border: 0;
}

.mm-linkgrid a {
  min-height: 0;
  padding: 8px 0;
  border: 0;
  gap: 14px;
  font-size: 10.5px;
  line-height: 1.35;
  color: #334749;
  background: transparent;
  position: relative;
  transition: color .18s ease, transform .18s ease;
}

.mm-linkgrid a:hover {
  background: transparent;
  color: var(--petrol);
  transform: translateX(3px);
}

.mm-linkgrid a span {
  font-size: 0;
  color: #809092
}

.mm-linkgrid a span::after {
  content: '↗';
  font-size: 9px;
  opacity: .55;
}

.mm-linkgrid a:hover span::after {
  opacity: 1
}

.mm-mega-feature {
  border-left: 1px solid rgba(17, 22, 23, .08);
  display: block;
  min-height: 620px;
}

.mm-feature-media {
  height: 100%;
  min-height: 620px
}

.mm-feature-media::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(4, 28, 29, .72) 0%, rgba(4, 28, 29, .16) 42%, rgba(4, 28, 29, 0) 68%);
  pointer-events: none;
}

.mm-feature-media img {
  filter: saturate(.72) brightness(.84)
}

.mm-feature-caption {
  z-index: 2;
  left: 28px;
  right: 28px;
  bottom: 30px;
  padding: 0;
  background: transparent;
}

.mm-feature-caption small {
  margin-bottom: 10px;
  color: #d3dddd
}

.mm-feature-caption strong {
  font-size: 22px;
  line-height: 1.08;
  font-weight: 400;
  letter-spacing: -.04em
}

.mm-feature-bottom {
  display: none
}

.mm-mega-feature.mm-dark {
  border-left-color: rgba(255, 255, 255, .1)
}

/* --- Footer: two statements, one paragraph, one quiet utility line --- */
.footer {
  display: flex;
  flex-direction: column;
  padding: 0 42px 28px;
  border-top: 0;
  background: #fff;
}

.footer-top {
  order: 1;
  display: grid;
  grid-template-columns: minmax(0, 7fr) minmax(260px, 3fr);
  gap: clamp(54px, 7vw, 118px);
  align-items: end;
  padding: 118px 0 92px;
  border-top: 1px solid rgba(17, 22, 23, .09);
}

.footer-top h2 {
  max-width: 1040px;
  font-size: clamp(52px, 5.6vw, 94px);
  line-height: .9;
  letter-spacing: -.064em;
  font-weight: 400;
}

.footer-top p {
  max-width: 470px;
  justify-self: end;
  align-self: end;
  margin: 0 0 7px;
  font-size: 11px;
  line-height: 1.78;
  color: #647779;
}

.footer-grid, .ecosystem-band {
  display: none!important
}

.footer-meta {
  order: 2;
  min-height: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0 0 26px;
  border: 0;
}

.footer-meta .left {
  display: none
}

.footer-meta .right {
  display: flex;
  gap: 22px;
  justify-content: flex-end;
  font-size: 8px;
  color: #718284;
  padding-bottom: 0;
}

.footer-meta .right span:not(:last-child) {
  display: none
}

.footer-lockup {
  order: 3;
  padding: 54px 0 10px;
  border-top: 1px solid rgba(17, 22, 23, .09);
}

.footer-lockup .micro {
  display: none
}

.footer-lockup .bottom {
  margin: 0;
  font-size: clamp(78px, 10vw, 168px);
  line-height: .78;
  letter-spacing: -.082em;
  font-weight: 600;
  color: var(--petrol);
  white-space: nowrap;
}

/* --- Universal kicker / title breathing room --- */
main :where(
.ey, .eyebrow, .kicker, .p3-ey, .e3-ey, .s4-ey, .s3-ey, .r5-ey, .r4-ey, .r3-ey,
.t4-ey, .t3-ey, .t5-ey, .gvs4-ey, .gvs3-ey, .gvs5-ey, .g5-ey, .g4-ey, .g3-ey,
.ap3-ey, .ap4-ey, .u3-ey, .u4-ey, .c3-ey, .c4-ey, .s5-ey, .i3-ey, .i4-ey,
.teye, .result-kicker, .passport-kicker
) + :where(h1, h2, h3) {
  margin-top: clamp(20px, 1.7vw, 28px)!important;
}

main :where(
.ey, .eyebrow, .kicker, .p3-ey, .e3-ey, .s4-ey, .s3-ey, .r5-ey, .r4-ey, .r3-ey,
.t4-ey, .t3-ey, .t5-ey, .gvs4-ey, .gvs3-ey, .gvs5-ey, .g5-ey, .g4-ey, .g3-ey,
.ap3-ey, .ap4-ey, .u3-ey, .u4-ey, .c3-ey, .c4-ey, .s5-ey, .i3-ey, .i4-ey,
.teye, .result-kicker, .passport-kicker
) {
  line-height: 1.35
}

@media(min-width: 1181px) {
  .header {
    grid-template-columns: auto 1fr auto
  }
  .nav {
    grid-column: auto;
    grid-row: auto;
    justify-content: center;
    overflow: visible
  }
}

@media(max-width: 1320px) and (min-width: 1181px) {
  .header {
    gap: 20px;
    padding-left: 26px;
    padding-right: 26px
  }
  .nav {
    gap: 17px
  }
  .nav .mega-trigger {
    font-size: 9.5px
  }
  .header-actions {
    gap: 11px
  }
  .pill {
    padding-left: 11px;
    padding-right: 11px
  }
  .pill.dark {
    padding-left: 14px;
    padding-right: 14px
  }
}

@media(max-width: 1180px) and (min-width: 851px) {
  .header {
    min-height: 124px;
    grid-template-columns: auto 1fr;
    padding: 14px 28px 0;
    align-items: center;

  }
  .header-actions {
    justify-self: end
  }
  .nav {
    grid-column: 1/-1;
    grid-row: 2;
    justify-content: flex-start;
    overflow-x: auto;
    gap: 22px;

  }
  .nav .mega-trigger {
    padding: 15px 0 17px
  }
  .mm-overlay {
    top: 124px;
    max-height: calc(100vh - 124px)
  }
  .mm-mega-inner {
    grid-template-columns: 1fr 1.25fr
  }
  .mm-mega-feature {
    grid-column: 1/-1;
    min-height: 320px
  }
  .mm-feature-media {
    min-height: 320px;
    height: 320px
  }
}

@media(max-width: 850px) {
  .header {
    min-height: 72px;
    padding: 14px 20px
  }
  .mm-overlay {
    top: 72px;
    max-height: calc(100vh - 72px)
  }
  .mm-mega-inner {
    grid-template-columns: 1fr;
    min-height: 0
  }
  .mm-mega-lead, .mm-mega-nav {
    padding: 46px 24px
  }
  .mm-linkgrid {
    grid-template-columns: 1fr;
    column-gap: 0
  }
  .mm-mega-feature {
    min-height: 300px
  }
  .mm-feature-media {
    min-height: 300px;
    height: 300px
  }
  .footer {
    padding-left: 22px;
    padding-right: 22px
  }
  .footer-top {
    grid-template-columns: 1fr;
    gap: 34px;
    padding: 82px 0 64px
  }
  .footer-top p {
    justify-self: start;
    max-width: 560px
  }
  .footer-meta {
    justify-content: flex-start;
    padding-bottom: 22px
  }
  .footer-meta .right {
    justify-content: flex-start;
    gap: 16px;
    flex-wrap: wrap
  }
  .footer-lockup {
    padding-top: 38px
  }
  .footer-lockup .bottom {
    white-space: normal;
    font-size: clamp(58px, 16vw, 92px);
    line-height: .82
  }
  main :where(
  .ey, .eyebrow, .kicker, .p3-ey, .e3-ey, .s4-ey, .s3-ey, .r5-ey, .r4-ey, .r3-ey,
  .t4-ey, .t3-ey, .t5-ey, .gvs4-ey, .gvs3-ey, .gvs5-ey, .g5-ey, .g4-ey, .g3-ey,
  .ap3-ey, .ap4-ey, .u3-ey, .u4-ey, .c3-ey, .c4-ey, .s5-ey, .i3-ey, .i4-ey,
  .teye, .result-kicker, .passport-kicker
  ) + :where(h1, h2, h3) {
    margin-top: 16px!important
  }
}

/* ======================================================================
SHELL REFINEMENT V2 — bounded mega menu + restored simplified footer
2026-09-10
====================================================================== */

/* Keep the page canvas out of overlay stacking contexts. */
.site,
.canvas {
  position: static
}

/* Mega menu: opens directly below header, no detached utility strip. */
.mm-overlay {
  top: 86px;
  left: 0;
  right: 0;
  width: 100%;
  max-height: calc(100vh - 112px);
  overflow-y: auto;
  border: 0;
  background: #fff;
  box-shadow: 0 28px 70px rgba(3, 24, 25, .18);
}

.mm-control {
  position: absolute;
  z-index: 30;
  top: 18px;
  right: 22px;
  left: auto;
  min-height: 0;
  padding: 0;
  border: 0;
  background: transparent;
  pointer-events: none;
}

.mm-control span {
  display: none
}

.mm-close {
  pointer-events: auto;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid rgba(17, 22, 23, .11);
  background: rgba(255, 255, 255, .94);
  color: #425557;
  font-size: 8px;
  font-weight: 600;
  letter-spacing: .02em;
}

.mm-close:hover {
  background: var(--petrol);
  color: #fff;
  border-color: var(--petrol)
}

.mm-mega-inner {
  grid-template-columns: minmax(290px, .78fr) minmax(540px, 1.5fr) minmax(270px, .72fr);
  min-height: 560px;
  max-width: 100%;
}

.mm-mega-lead {
  padding: 58px 42px 40px;
  border-right: 0;
}

.mm-mega-lead h2 {
  margin: 22px 0 18px;
  font-size: clamp(38px, 3.35vw, 56px);
  line-height: .95;
  letter-spacing: -.052em;
}

.mm-mega-lead p {
  max-width: 480px;
  font-size: 10px;
  line-height: 1.7
}

.mm-lead-note {
  font-size: 7px;
  letter-spacing: .11em
}

.mm-lead-actions {
  margin-top: 26px;
  gap: 18px
}

.mm-textlink {
  font-size: 9px
}

.mm-mega-nav {
  padding: 52px 46px 38px;
  align-self: start;
}

.mm-navgroup {
  margin: 0 0 30px;
  padding: 0;
  border: 0
}

.mm-navgroup-head {
  margin: 0 0 13px
}

.mm-navgroup-head small {
  margin-bottom: 6px;
  font-size: 7px
}

.mm-navgroup-head h3 {
  font-size: 19px;
  line-height: 1.08
}

.mm-linkgrid {
  grid-template-columns: 1fr 1fr;
  column-gap: 36px;
  margin: 0;
  border: 0;
}

.mm-linkgrid a {
  min-height: 0;
  padding: 7px 0;
  border: 0!important;
  font-size: 10px;
  line-height: 1.35;
  color: #3f5153;
  background: transparent!important;
}

.mm-linkgrid a:hover {
  color: var(--petrol);
  transform: translateX(2px)
}

.mm-linkgrid a span::after {
  content: '↗';
  font-size: 8px;
  opacity: .45
}

.mm-linkgrid a:hover span::after {
  opacity: 1
}

.mm-mega-feature {
  min-height: 560px;
  border-left: 0;
  box-shadow: inset 1px 0 0 rgba(17, 22, 23, .08);
}

.mm-feature-media {
  height: 560px;
  min-height: 560px
}

.mm-feature-caption {
  left: 26px;
  right: 26px;
  bottom: 26px
}

.mm-feature-caption strong {
  font-size: 20px;
  line-height: 1.08
}

/* Footer: preserve navigation + ecosystem actions, remove only redundant layers. */
.footer {
  display: flex;
  flex-direction: column;
  padding: 0 42px 28px;
  border-top: 0;
  background: #fff;
}

.footer-top {
  order: 1;
  display: grid;
  grid-template-columns: minmax(0, 7fr) minmax(260px, 3fr);
  gap: clamp(54px, 7vw, 118px);
  align-items: end;
  padding: 112px 0 78px;
  border-top: 1px solid rgba(17, 22, 23, .09);
}

.footer-top h2 {
  max-width: 1040px;
  font-size: clamp(52px, 5.6vw, 94px);
  line-height: .9;
  letter-spacing: -.064em;
  font-weight: 400;
}

.footer-top p {
  max-width: 470px;
  justify-self: end;
  align-self: end;
  margin: 0 0 7px;
  font-size: 11px;
  line-height: 1.78;
  color: #647779;
}

.footer-grid {
  order: 2;
  display: grid!important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0 clamp(28px, 3.2vw, 58px);
  padding: 42px 0 50px;
  border-top: 1px solid rgba(17, 22, 23, .09);
  border-left: 0;
  border-bottom: 0;
}

.footer-grid .fcol.brand {
  display: none!important
}

.footer-grid .fcol {
  min-height: 0;
  padding: 0;
  border: 0;
}

.footer-grid .fcol h3 {
  margin: 0 0 17px;
  font-size: 7.5px;
  letter-spacing: .12em;
  color: #718486;
}

.footer-grid .fcol a,
.footer-grid .fcol span {
  display: block;
  padding: 5px 0;
  font-size: 9.5px;
  line-height: 1.35;
  color: #405254;
}

.footer-grid .fcol a:hover {
  color: var(--petrol)
}

.ecosystem-band {
  order: 3;
  display: grid!important;
  grid-template-columns: minmax(210px, .75fr) minmax(0, 2.25fr);
  gap: 40px;
  align-items: center;
  padding: 28px 0;
  border-top: 1px solid rgba(17, 22, 23, .09);
  border-bottom: 0;
}

.ecosystem-band > div:first-child {
  align-self: center
}

.ecosystem-band > div:first-child h3,
.ecosystem-band > div:first-child p,
.ecosystem-institutions {
  display: none!important
}

.ecosystem-band .mm-kicker {
  font-size: 7.5px;
  line-height: 1.45;
  letter-spacing: .12em;
  color: #637779;
}

.ecosystem-actions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  justify-content: stretch;
}

.ecosystem-actions a {
  min-height: 44px;
  padding: 0 14px;
  border: 1px solid rgba(17, 22, 23, .12);
  background: #fff;
  font-size: 8.5px;
  color: #405254;
}

.ecosystem-actions a:first-child {
  background: var(--petrol);
  color: #fff;
  border-color: var(--petrol)
}

.ecosystem-actions a:hover {
  border-color: var(--petrol);
  color: var(--petrol)
}

.ecosystem-actions a:first-child:hover {
  color: #fff;
  background: var(--petrol2)
}

.footer-meta {
  order: 4;
  min-height: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 20px 0 24px;
  border-top: 1px solid rgba(17, 22, 23, .07);
  border-bottom: 0;
}

.footer-meta .left {
  display: none
}

.footer-meta .right {
  display: flex;
  gap: 20px;
  justify-content: flex-end;
  flex-wrap: wrap;
  font-size: 8px;
  color: #718284;
  padding: 0;
}

.footer-lockup {
  order: 5;
  padding: 48px 0 10px;
  border-top: 1px solid rgba(17, 22, 23, .09);
}

.footer-lockup .micro {
  display: none
}

.footer-lockup .bottom {
  margin: 0;
  font-size: clamp(78px, 10vw, 168px);
  line-height: .78;
  letter-spacing: -.082em;
  font-weight: 600;
  color: var(--petrol);
  white-space: nowrap;
}

@media(max-width: 1180px) and (min-width: 851px) {
  .site, .canvas {
    position: static
  }
  .mm-overlay {
    top: 124px;
    max-height: calc(100vh - 148px)
  }
  .mm-mega-inner {
    grid-template-columns: minmax(280px, .85fr) minmax(0, 1.35fr)
  }
  .mm-mega-feature {
    grid-column: 1/-1;
    min-height: 300px;
    box-shadow: inset 0 1px 0 rgba(17, 22, 23, .08)
  }
  .mm-feature-media {
    height: 300px;
    min-height: 300px
  }
  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 38px
  }
  .ecosystem-band {
    grid-template-columns: 1fr
  }
}

@media(max-width: 850px) {
  .site, .canvas {
    position: static
  }
  .mm-overlay {
    top: 72px;
    max-height: calc(100vh - 90px)
  }
  .mm-control {
    top: 12px;
    right: 14px
  }
  .mm-mega-inner {
    grid-template-columns: 1fr;
    min-height: 0
  }
  .mm-mega-lead, .mm-mega-nav {
    padding: 44px 22px 34px
  }
  .mm-linkgrid {
    grid-template-columns: 1fr
  }
  .mm-mega-feature {
    min-height: 280px;
    box-shadow: inset 0 1px 0 rgba(17, 22, 23, .08)
  }
  .mm-feature-media {
    height: 280px;
    min-height: 280px
  }
  .footer {
    padding-left: 22px;
    padding-right: 22px
  }
  .footer-top {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 76px 0 56px
  }
  .footer-top p {
    justify-self: start;
    max-width: 560px
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 34px 24px;
    padding: 36px 0 42px
  }
  .ecosystem-band {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 24px 0 28px
  }
  .ecosystem-actions {
    grid-template-columns: 1fr
  }
  .footer-meta {
    justify-content: flex-start
  }
  .footer-meta .right {
    justify-content: flex-start;
    gap: 14px
  }
  .footer-lockup {
    padding-top: 36px
  }
  .footer-lockup .bottom {
    white-space: normal;
    font-size: clamp(58px, 16vw, 92px);
    line-height: .82
  }
}

@media(max-width: 560px) {
  .footer-grid {
    grid-template-columns: 1fr
  }
}

/* Homepage carries a legacy .nav rule in its frozen body CSS; isolate shared-header nav. */
.header .nav {
  height: auto;
  padding: 0;
  display: flex;
  grid-template-columns: none;
  background: transparent;
  backdrop-filter: none;
  border: 0;
  position: static;
  z-index: auto;
}

/* Restore the approved shared footer. Earlier shell refinements made it too sparse. */
.footer {
  display: block!important;
  padding: 0 32px 34px!important;
  background: #fff!important;
  color: var(--ink)!important;
  border-top: 1px solid var(--line)!important;
}

.footer-top {
  display: grid!important;
  grid-template-columns: 7fr 3fr!important;
  gap: 70px!important;
  align-items: end!important;
  padding: 86px 0 72px!important;
  border-top: 0!important;
}

.footer-top h2 {
  margin: 0!important;
  max-width: 780px!important;
  font-size: clamp(38px, 4.2vw, 66px)!important;
  line-height: .94!important;
  letter-spacing: -.057em!important;
  font-weight: 600!important;
  color: var(--ink)!important;
}

.footer-top p {
  margin: 0!important;
  max-width: 620px!important;
  justify-self: end!important;
  font-size: 11px!important;
  line-height: 1.72!important;
  color: #647779!important;
}

.footer-grid {
  display: grid!important;
  grid-template-columns: 1.25fr repeat(4, 1fr)!important;
  gap: 0!important;
  padding: 0!important;
  border-top: 1px solid var(--line)!important;
  border-left: 1px solid var(--line)!important;
  border-bottom: 0!important;
}

.footer-grid .fcol,
.fcol {
  min-height: 245px!important;
  padding: 28px 22px 32px!important;
  border-right: 1px solid var(--line)!important;
  border-bottom: 1px solid var(--line)!important;
}

.footer-grid .fcol.brand {
  display: block!important
}

.footer-grid .fcol h3,
.fcol h3 {
  margin: 0 0 24px!important;
  font-size: 8px!important;
  text-transform: uppercase!important;
  letter-spacing: .11em!important;
  color: #718486!important;
  font-weight: 600!important;
}

.footer-grid .fcol a,
.footer-grid .fcol span,
.fcol a,
.fcol span {
  display: block!important;
  padding: 6px 0!important;
  font-size: 9px!important;
  line-height: normal!important;
  color: #405254!important;
}

.fcol.brand strong {
  display: block!important;
  margin-bottom: 24px!important;
  font-size: 18px!important;
  letter-spacing: -.04em!important;
  color: var(--petrol)!important;
}

.fcol.brand span {
  padding: 4px 0!important;
  font-size: 8px!important;
  text-transform: uppercase!important;
  letter-spacing: .08em!important;
  color: #718486!important;
  font-weight: 600!important;
}

.brand-note {
  display: block!important;
  margin-top: 24px!important;
  max-width: 230px!important;
  font-size: 9px!important;
  line-height: 1.62!important;
  color: #657779!important;
}

.ecosystem-band {
  display: grid!important;
  grid-template-columns: 7fr 3fr!important;
  gap: 70px!important;
  padding: 46px 0!important;
  border-top: 0!important;
  border-bottom: 1px solid var(--line)!important;
}

.ecosystem-band > div:first-child h3,
.ecosystem-band > div:first-child p,
.ecosystem-institutions {
  display: flex!important
}

.ecosystem-band > div:first-child {
  display: block!important
}

.ecosystem-band h3 {
  display: block!important;
  margin: 10px 0 12px!important;
  max-width: 800px!important;
  font-size: clamp(28px, 3vw, 45px)!important;
  line-height: .96!important;
  letter-spacing: -.05em!important;
  font-weight: 600!important;
  color: var(--ink)!important;
}

.ecosystem-band p {
  display: block!important;
  margin: 0!important;
  max-width: 780px!important;
  font-size: 10px!important;
  line-height: 1.7!important;
  color: #647779!important;
}

.ecosystem-actions {
  display: flex!important;
  flex-direction: column!important;
  gap: 8px!important;
  justify-content: flex-end!important;
}

.ecosystem-actions a {
  min-height: 42px!important;
  padding: 0 14px!important;
  display: flex!important;
  align-items: center!important;
  justify-content: space-between!important;
  border: 1px solid var(--line)!important;
  background: #fff!important;
  font-size: 9px!important;
  color: #405254!important;
}

.ecosystem-actions a:first-child {
  background: var(--petrol)!important;
  color: #fff!important;
  border-color: var(--petrol)!important;
}

.ecosystem-institutions {
  grid-column: 1/-1!important;
  margin-top: 24px!important;
  padding-top: 18px!important;
  border-top: 1px solid var(--line)!important;
  flex-wrap: wrap!important;
  gap: 9px 20px!important;
  font-size: 8px!important;
  text-transform: uppercase!important;
  letter-spacing: .08em!important;
  color: #718486!important;
  font-weight: 600!important;
}

.ecosystem-institutions .current {
  color: var(--petrol)!important
}

.footer-meta {
  min-height: 62px!important;
  display: grid!important;
  grid-template-columns: 1fr auto!important;
  gap: 28px!important;
  align-items: center!important;
  justify-content: normal!important;
  padding: 0!important;
  border-top: 0!important;
  border-bottom: 1px solid var(--line)!important;
}

.footer-meta .left {
  display: block!important;
  font-size: 8px!important;
  font-weight: 600!important;
  letter-spacing: -.01em!important;
  color: var(--petrol)!important;
}

.footer-meta .right {
  display: flex!important;
  gap: 24px!important;
  align-items: center!important;
  flex-wrap: wrap!important;
  justify-content: flex-end!important;
  font-size: 8px!important;
  color: #708285!important;
}

.footer-meta .right span {
  display: inline!important
}

.footer-lockup {
  padding: 72px 0 12px!important;
  border-top: 0!important;
}

.footer-lockup .micro {
  display: flex!important;
  justify-content: space-between!important;
  gap: 30px!important;
  margin-bottom: 42px!important;
  font-size: 8px!important;
  text-transform: uppercase!important;
  letter-spacing: .11em!important;
  font-weight: 600!important;
  color: #708285!important;
}

.footer-lockup .bottom {
  margin: 0!important;
  font-size: clamp(70px, 8.3vw, 138px)!important;
  line-height: .78!important;
  letter-spacing: -.078em!important;
  font-weight: 600!important;
  color: var(--petrol)!important;
  white-space: nowrap!important;
}

@media(max-width: 1050px) {
  .footer-top, .ecosystem-band {
    grid-template-columns: 1fr!important
  }
  .footer-top p {
    justify-self: start!important
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr!important
  }
  .footer-meta {
    grid-template-columns: 1fr!important
  }
  .footer-meta .right {
    justify-content: flex-start!important;
    padding-bottom: 18px!important
  }
}

@media(max-width: 620px) {
  .footer {
    padding-left: 20px!important;
    padding-right: 20px!important
  }
  .footer-grid {
    grid-template-columns: 1fr!important
  }
  .footer-lockup .micro {
    flex-direction: column!important;
    gap: 8px!important
  }
  .footer-lockup .bottom {
    font-size: clamp(54px, 18vw, 92px)!important;
    white-space: normal!important
  }
}
