.center-head {
  display: grid;
  gap: var(--space-xs);
  max-width: 1020px;
  margin: 0 auto var(--space-md);
  text-align: center;
  justify-items: center;
}

.invest-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: var(--space-xs);
}

.invest-stat {
  background: rgba(38, 51, 60, 0.08);
  padding: 16px;
  display: grid;
  gap: 10px;
}

.invest-stat__icon {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  color: var(--c-terracotta);
  background: rgba(201, 78, 39, 0.14);
}

.invest-stat__icon svg,
.invest-stat__icon .icon-mask {
  width: 21px;
  height: 21px;
}

.invest-stat strong {
  font-size: clamp(18px, 1.2vw, 22px);
  line-height: 1.2;
}

.invest-stat span {
  font-size: clamp(14px, 0.95vw, 17px);
  line-height: 1.42;
  color: rgba(38, 51, 60, 0.82);
}

.invest-principle {
  display: grid;
  grid-template-columns: minmax(0, 0.52fr) minmax(0, 0.48fr);
  gap: var(--space-md);
  align-items: stretch;
}

.invest-principle__media {
  margin: 0;
  min-height: clamp(420px, 40vw, 620px);
  overflow: hidden;
}

.invest-principle__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.invest-principle__copy {
  display: grid;
  align-content: center;
  gap: var(--space-xs);
}

.invest-principle__copy p {
  max-width: 38ch;
}

.invest-steps-head {
  margin-bottom: var(--space-md);
}

.invest-bento {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: var(--space-xs);
}

.invest-bento__card {
  background: rgba(227, 228, 225, 0.9);
  box-shadow: 0 18px 40px rgba(38, 51, 60, 0.14);
  display: grid;
  align-content: start;
  gap: 12px;
  padding: clamp(16px, 1.4vw, 22px);
}

.invest-bento__card--wide {
  grid-column: 1 / span 6;
  padding: 0;
  gap: 0;
}

.invest-bento__media {
  margin: 0;
  min-height: clamp(250px, 26vw, 360px);
  overflow: hidden;
}

.invest-bento__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.invest-bento__body {
  padding: clamp(16px, 1.4vw, 22px);
  display: grid;
  gap: 10px;
}

.invest-bento__card--tall {
  min-height: clamp(330px, 30vw, 430px);
}

.invest-bento__card--tall:nth-child(2) {
  grid-column: 7 / span 3;
}

.invest-bento__card--tall:nth-child(3) {
  grid-column: 10 / span 3;
}

.invest-bento__icon {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  color: var(--c-blue);
  background: rgba(201, 78, 39, 0.14);
}

.invest-bento__icon svg,
.invest-bento__icon .icon-mask {
  width: 22px;
  height: 22px;
}

.invest-meta {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 11px;
  font-weight: 700;
  color: rgba(38, 51, 60, 0.7);
}

.invest-bento__card p {
  font-size: clamp(15px, 0.95vw, 18px);
  line-height: 1.52;
  color: rgba(38, 51, 60, 0.86);
}

.invest-band {
  background: rgba(227, 228, 225, 0.76);
  padding-block: clamp(32px, 2.8vw, 58px);
}

.invest-band--parallax {
  padding: 0;
  margin: 0;
  background-color: transparent;
  background-image: var(--invest-parallax-image);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: relative;
  overflow: hidden;
}

.invest-band__media {
  margin: 0;
  min-height: clamp(440px, 50vw, 700px);
  overflow: hidden;
}

.invest-band--parallax .invest-band__media {
  height: 85vh !important;
  min-height: 85vh !important;
}

.invest-band__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.invest-band--parallax .invest-band__media img {
  display: none;
}

.invest-signals {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--space-sm);
}

.invest-signal {
  background: rgba(227, 228, 225, 0.88);
  box-shadow: 0 18px 42px rgba(38, 51, 60, 0.14);
  padding: clamp(18px, 1.8vw, 28px);
  display: grid;
  align-content: start;
  gap: var(--space-xs);
}

.invest-signal h2 {
  font-size: clamp(30px, 2.9vw, 44px);
  line-height: 1.02;
}

.invest-signal p:not(.eyebrow) {
  font-size: clamp(16px, 1.02vw, 19px);
}

.invest-note {
  font-size: clamp(14px, 0.9vw, 17px) !important;
  line-height: 1.48;
  color: rgba(38, 51, 60, 0.7) !important;
}

.invest-cta {
  display: grid;
  grid-template-columns: minmax(0, 0.62fr) minmax(0, 0.38fr);
  gap: var(--space-md);
  align-items: stretch;
}

.invest-cta__copy {
  display: grid;
  align-content: center;
  gap: var(--space-sm);
}

.invest-cta__points {
  display: grid;
  gap: var(--space-xs);
}

.invest-cta__point {
  display: grid;
  grid-template-columns: 12px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
}

.invest-cta__point i {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-top: 0;
  position: relative;
}

.invest-cta__point i::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 1px;
  width: 4px;
  height: 7px;
  border-right: 2px solid var(--c-terracotta);
  border-bottom: 2px solid var(--c-terracotta);
  transform: rotate(45deg);
}

.invest-cta__point p {
  font-size: clamp(16px, 1vw, 19px);
}

.invest-cta__media {
  margin: 0;
  min-height: clamp(360px, 38vw, 520px);
  overflow: hidden;
}

.invest-cta__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 1280px) {
  .invest-bento__card--wide {
    grid-column: 1 / span 12;
  }

  .invest-bento__card--tall:nth-child(2) {
    grid-column: 1 / span 6;
  }

  .invest-bento__card--tall:nth-child(3) {
    grid-column: 7 / span 6;
  }
}

@media (max-width: 1180px) {
  .invest-principle,
  .invest-signals,
  .invest-cta {
    grid-template-columns: minmax(0, 1fr);
  }

  .invest-principle__media {
    min-height: clamp(320px, 52vw, 520px);
  }
}

@media (hover: none) and (pointer: coarse) and (min-width: 721px) and (max-width: 1366px) {
  .invest-band--parallax {
    background-image: none;
    background-attachment: scroll;
  }

  .invest-band__media,
  .invest-band--parallax .invest-band__media {
    min-height: 0 !important;
    height: auto !important;
  }

  .invest-band--parallax .invest-band__media img {
    display: block !important;
    width: 100%;
    height: auto !important;
    object-fit: contain;
  }
}

@media (max-width: 900px) {
  .invest-stats {
    grid-template-columns: minmax(0, 1fr);
  }

  .invest-bento {
    grid-template-columns: minmax(0, 1fr);
  }

  .invest-bento__card--wide,
  .invest-bento__card--tall:nth-child(2),
  .invest-bento__card--tall:nth-child(3) {
    grid-column: auto;
  }

  .invest-bento__card--tall {
    min-height: 0;
  }
}

@media (max-width: 720px) {
  .invest-band--parallax {
    background-image: var(--invest-parallax-image);
    background-attachment: scroll;
  }

  .invest-band--parallax .invest-band__media {
    min-height: 45vh !important;
    height: 45vh !important;
  }

  .invest-band--parallax .invest-band__media img {
    display: none;
  }
}

.invest-hero__grid {
  min-height: calc(75vh - var(--header-height));
  height: calc(75vh - var(--header-height));
  max-height: calc(75vh - var(--header-height));
  background: rgba(241, 242, 240, 0.88);
}

.invest-hero__copy {
  background: rgba(241, 242, 240, 0.92);
}

@media (max-width: 1180px) {
  .invest-hero__grid {
    min-height: auto;
    height: auto;
    max-height: none;
  }
}
