.crays-invest-page {
  --nu-invest-container: 1302px;
  --nu-invest-pad: 34px;
  --nu-invest-gap: 16px;
  --nu-invest-ink: #071a2d;
  --nu-invest-soft: #31454a;
  --nu-invest-card: #eee8de;
  --nu-invest-card-strong: #ded4c4;
  color: var(--nu-invest-ink);
  background: var(--paper);
}

.crays-invest-page .nu-invest-container {
  width: min(calc(100% - (var(--nu-invest-pad) * 2)), var(--nu-invest-container));
  margin-inline: auto;
}

body:has(.crays-invest-page) .header-cta {
  transform: translateX(-17px);
}

.crays-invest-page [hidden] {
  display: none !important;
}

main.crays-invest-page > section {
  background: var(--paper);
}

main.crays-invest-page > .nu-invest-intro {
  padding: 32px 0;
}

.nu-invest-intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 858px) minmax(360px, 444px);
  gap: 0;
  align-items: start;
}

.nu-invest-intro h1 {
  margin: 0;
  color: var(--nu-invest-ink);
  font-family: var(--font-body);
  font-size: 48px;
  line-height: 72px;
  font-weight: 300;
  letter-spacing: 0;
}

.nu-invest-intro h1 span {
  display: block;
}

.nu-invest-intro h1 strong,
.nu-invest-panel-title h2 strong,
.nu-invest-section-title strong,
.nu-invest-form-head h2 strong,
.nu-invest-pathway-head h2 strong,
.nu-invest-contact h2 strong {
  font-weight: 700;
}

.nu-invest-intro p {
  max-width: 444px;
  margin: 17px 0 0;
  color: var(--nu-invest-ink);
  font-size: 18.4px;
  font-weight: 400;
  line-height: 27.6px;
}

.nu-invest-hero-media {
  height: 468px;
  margin: 32px auto 0;
  overflow: hidden;
  border-radius: 25px;
  background: #071a2d;
}

.nu-invest-hero-media img,
.nu-invest-hero-media video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 46%;
}

.nu-invest-hero-media video {
  background: #071a2d;
}

main.crays-invest-page > .nu-invest-tabs-section {
  position: relative;
  padding: 46px 0 96px;
}

.nu-invest-tab-list {
  display: flex;
  width: fit-content;
  max-width: min(100%, var(--nu-invest-container));
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  border-radius: 999px;
  background: #eee8de;
}

.nu-invest-tab-list button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 26px;
  border: 0;
  border-radius: 999px;
  color: #31454a;
  background: transparent;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  cursor: pointer;
}

.nu-invest-tab-list button.active {
  color: #fff;
  background: #132622;
}

.nu-invest-tab-icon {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.nu-invest-panel {
  display: none;
}

.nu-invest-panel.active {
  display: block;
}

.nu-invest-panel-title {
  max-width: var(--nu-invest-container);
  margin: 68px auto 0;
  text-align: center;
}

.nu-invest-panel-title h2 {
  margin: 0;
  color: var(--nu-invest-ink);
  font-family: var(--font-body);
  font-size: 48px;
  line-height: 58px;
  font-weight: 300;
  letter-spacing: 0;
}

.nu-invest-panel-title p {
  max-width: 582px;
  margin: 14px auto 0;
  color: var(--nu-invest-ink);
  font-size: 18px;
  line-height: 27px;
}

.nu-invest-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: var(--nu-invest-gap);
  margin-top: 88px;
}

.nu-invest-metrics article {
  min-height: 244px;
  padding: 69px 32px 28px;
  border-radius: 24px;
  background: var(--nu-invest-card);
}

.nu-invest-metrics strong {
  display: block;
  color: var(--nu-invest-ink);
  font-size: 74px;
  line-height: 95px;
  font-weight: 500;
}

.nu-invest-metrics span {
  display: block;
  margin-top: 0;
  color: var(--nu-invest-soft);
  font-size: 24px;
  line-height: 36px;
  font-weight: 400;
}

.nu-invest-centered-action {
  display: flex;
  justify-content: center;
  margin-top: 25px;
}

.nu-invest-button,
.nu-invest-filter-button,
.nu-invest-project-link,
.nu-invest-show-more,
.nu-invest-contact-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 64px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: #132622;
  font-size: 18.2px;
  line-height: 27.3px;
  font-weight: 400;
  cursor: pointer;
}

.nu-invest-button {
  min-width: 360px;
  padding: 0 34px;
}

.nu-invest-button span,
.nu-invest-filter-button span,
.nu-invest-project-link span,
.nu-invest-show-more span,
.nu-invest-contact-button span {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
}

.nu-invest-button span::before,
.nu-invest-filter-button span::before,
.nu-invest-project-link span::before,
.nu-invest-show-more span::before,
.nu-invest-contact-button span::before,
.nu-invest-button span::after,
.nu-invest-filter-button span::after,
.nu-invest-project-link span::after,
.nu-invest-show-more span::after,
.nu-invest-contact-button span::after {
  content: "";
  position: absolute;
  display: block;
}

.nu-invest-button span::before,
.nu-invest-project-link span::before,
.nu-invest-contact-button span::before {
  top: 7px;
  left: 0;
  width: 15px;
  height: 1px;
  background: currentColor;
}

.nu-invest-button span::after,
.nu-invest-project-link span::after,
.nu-invest-contact-button span::after {
  top: 3px;
  right: 0;
  width: 8px;
  height: 8px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  transform: rotate(45deg);
}

.nu-invest-project-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 30px;
  align-items: center;
  margin-top: 64px;
}

.nu-invest-section-title {
  margin: 0;
  color: var(--nu-invest-ink);
  font-family: var(--font-body);
  font-size: 38px;
  line-height: 48px;
  font-weight: 300;
  letter-spacing: 0;
}

.nu-invest-section-title span {
  font-weight: 700;
}

.nu-invest-filter-button {
  min-width: 224px;
  color: var(--nu-invest-ink);
  background: var(--nu-invest-card);
}

.nu-invest-filter-button span::before {
  left: 2px;
  top: 3px;
  width: 12px;
  height: 2px;
  background: currentColor;
  box-shadow: 0 5px 0 currentColor, 0 10px 0 currentColor;
}

.nu-invest-filter-button span::after {
  top: 1px;
  left: 5px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 5px 5px 0 currentColor, -2px 10px 0 currentColor;
}

.nu-invest-filter-panel {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
  padding: 18px;
  border-radius: 20px;
  background: var(--nu-invest-card);
}

.nu-invest-filter-panel:not([data-open]) {
  display: none;
}

.nu-invest-filter-panel span {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  padding: 0 16px;
  border-radius: 999px;
  color: var(--nu-invest-ink);
  background: rgba(255, 255, 255, 0.72);
  font-size: 0.92rem;
  font-weight: 700;
}

.nu-invest-project-list {
  display: grid;
  gap: 56px;
  margin-top: 64px;
}

.nu-invest-project-card {
  display: grid;
  grid-template-columns: minmax(0, 788px) 450px;
  gap: 64px;
  align-items: start;
}

.nu-invest-project-copy {
  min-height: 485px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.nu-invest-project-copy h3 {
  max-width: 680px;
  margin: 0 0 18px;
  color: var(--nu-invest-ink);
  font-size: clamp(2.1rem, 3.2vw, 3.65rem);
  line-height: 1.02;
  font-weight: 700;
  letter-spacing: 0;
}

.nu-invest-project-copy p {
  max-width: 610px;
  margin: 0 0 4px;
  color: var(--nu-invest-soft);
  font-size: 18.4px;
  line-height: 27.6px;
}

.nu-invest-project-stats {
  width: 100%;
  max-width: 788px;
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(7, 26, 45, 0.14);
}

.nu-invest-project-stats li {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  min-height: 38px;
  align-items: center;
  border-bottom: 1px solid rgba(7, 26, 45, 0.14);
  color: var(--nu-invest-ink);
  font-size: 16px;
}

.nu-invest-project-stats li:first-child {
  min-height: 48px;
}

.nu-invest-project-stats b {
  font-size: 19.4px;
  line-height: 29.1px;
  font-weight: 400;
}

.nu-invest-project-stats span {
  color: var(--nu-invest-ink);
  font-size: 19.4px;
  line-height: 29.1px;
  font-weight: 500;
  text-align: right;
}

.nu-invest-project-stats li:first-child span {
  font-size: 26px;
  line-height: 39px;
}

.nu-invest-project-link {
  width: 360px;
  padding: 0 34px;
}

.nu-invest-project-media {
  height: 485px;
  margin: 0;
  overflow: hidden;
  border-radius: 24px;
  background: #071a2d;
}

.nu-invest-project-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 420ms ease;
}

.nu-invest-project-card:hover .nu-invest-project-media img {
  transform: scale(1.035);
}

.nu-invest-show-more-wrap {
  display: flex;
  justify-content: center;
  margin-top: 32px;
}

.nu-invest-show-more {
  min-width: 190px;
  padding: 0 31px;
  color: var(--nu-invest-ink);
  background: var(--nu-invest-card);
}

.nu-invest-show-more span::before {
  left: 7px;
  top: 1px;
  width: 1px;
  height: 16px;
  background: currentColor;
}

.nu-invest-show-more span::after {
  left: 3px;
  bottom: 2px;
  width: 8px;
  height: 8px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: rotate(45deg);
}

.nu-invest-advantages {
  margin-top: 62px;
}

.nu-invest-advantages > h2 {
  margin: 0 0 56px;
  color: var(--nu-invest-ink);
  font-family: var(--font-body);
  font-size: 48px;
  line-height: 58px;
  font-weight: 300;
  text-align: center;
}

.nu-invest-advantage-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: var(--nu-invest-gap);
}

.nu-invest-advantage-grid article {
  grid-column: span 2;
  min-height: 240px;
  padding: 34px 32px;
  border-radius: 24px;
  background: var(--nu-invest-card);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.nu-invest-advantage-grid article:nth-last-child(2):nth-child(4),
.nu-invest-advantage-grid article:nth-last-child(1):nth-child(5) {
  grid-column: span 3;
}

.nu-invest-dot {
  width: 10px;
  height: 10px;
  margin-bottom: 26px;
  border-radius: 50%;
  background: #132622;
}

.nu-invest-advantage-grid h3 {
  max-width: 250px;
  margin: 0 auto 10px;
  color: var(--nu-invest-ink);
  font-size: 21px;
  line-height: 31.5px;
  font-weight: 700;
}

.nu-invest-advantage-grid p {
  max-width: 250px;
  margin: 0 auto;
  color: #11272c;
  font-size: 16.5px;
  line-height: 24.75px;
}

.nu-invest-format-strip {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: var(--nu-invest-gap);
  margin-top: 96px;
}

.nu-invest-format-strip article {
  min-height: 230px;
  padding: 28px 24px;
  border-radius: 24px;
  background: var(--nu-invest-card);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.nu-invest-format-strip h3 {
  margin: 0;
  color: var(--nu-invest-ink);
  font-size: 1.24rem;
  line-height: 1.1;
  font-weight: 700;
}

.nu-invest-commercial-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 450px;
  gap: 64px;
  align-items: center;
  margin-top: 56px;
}

.nu-invest-commercial-cta > div {
  min-height: 360px;
  padding: 48px;
  border-radius: 24px;
  background: var(--nu-invest-card);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.nu-invest-commercial-cta h3 {
  max-width: 680px;
  margin: 0 0 18px;
  font-size: clamp(2.1rem, 3vw, 3.4rem);
  line-height: 1.04;
  font-weight: 700;
}

.nu-invest-commercial-cta p {
  max-width: 620px;
  margin: 0 0 30px;
  color: var(--nu-invest-soft);
  font-size: 1.08rem;
  line-height: 1.5;
}

main.crays-invest-page > .nu-invest-form-section {
  padding: 12px 0 96px;
}

.nu-invest-form-grid {
  display: grid;
  grid-template-columns: minmax(0, 624px);
  justify-content: center;
}

.nu-invest-form-head {
  text-align: center;
}

.nu-invest-form-head h2 {
  margin: 0;
  color: var(--nu-invest-ink);
  font-size: 34px;
  line-height: 44px;
  font-weight: 100;
}

.nu-invest-form-head p {
  margin: 8px auto 0;
  color: var(--nu-invest-soft);
  font-size: 19.4px;
  line-height: 27px;
}

.nu-invest-form {
  display: grid;
  gap: 16px;
}

.nu-invest-form label {
  display: grid;
  gap: 8px;
  color: var(--nu-invest-soft);
  font-size: 0.9rem;
  font-weight: 400;
}

.nu-invest-form-fieldset {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin: 0;
  padding: 0;
  border: 0;
}

.nu-invest-form-fieldset legend {
  margin: 0 0 2px;
  color: var(--nu-invest-soft);
  font-size: 0.9rem;
  font-weight: 400;
}

.nu-invest-form .nu-invest-radio {
  display: flex;
  min-height: 56px;
  align-items: center;
  gap: 12px;
  padding: 0 16px;
  border: 1px solid #a3a19c;
  border-radius: 12px;
  color: var(--nu-invest-ink);
  cursor: pointer;
}

.nu-invest-form input[type="radio"] {
  width: 18px;
  min-height: 18px;
  height: 18px;
  padding: 0;
  accent-color: #132622;
}

.nu-invest-form input,
.nu-invest-form select,
.nu-invest-form textarea {
  width: 100%;
  min-height: 56px;
  border: 1px solid #a3a19c;
  border-radius: 12px;
  color: var(--nu-invest-ink);
  background: transparent;
  padding: 0 16px;
  font-size: 17.4px;
  line-height: 26.1px;
}

.nu-invest-form textarea {
  min-height: 120px;
  padding: 18px;
  resize: vertical;
}

.nu-invest-form button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 64px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: #132622;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  cursor: pointer;
}

.nu-invest-form button span {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
}

.nu-invest-form button span::before,
.nu-invest-form button span::after {
  content: "";
  position: absolute;
  display: block;
}

.nu-invest-form button span::before {
  top: 7px;
  left: 0;
  width: 15px;
  height: 1px;
  background: currentColor;
}

.nu-invest-form button span::after {
  top: 3px;
  right: 0;
  width: 8px;
  height: 8px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  transform: rotate(45deg);
}

.nu-invest-form small {
  min-height: 20px;
  color: #132622;
}

main.crays-invest-page > .nu-invest-pathways-section {
  padding: 0 0 42px;
}

.nu-invest-pathway-head {
  max-width: 780px;
  margin: 0 auto 42px;
  text-align: center;
}

.nu-invest-pathway-head h2 {
  margin: 0;
  color: var(--nu-invest-ink);
  font-family: var(--font-body);
  font-size: 48px;
  line-height: 58px;
  font-weight: 300;
  letter-spacing: 0;
}

.nu-invest-pathway-head p {
  margin: 12px auto 0;
  color: var(--nu-invest-soft);
  font-size: 18.4px;
  line-height: 27.6px;
}

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

.nu-invest-pathway-card {
  display: flex;
  min-height: 342px;
  flex-direction: column;
  align-items: flex-start;
  padding: 48px;
  border-radius: 24px;
  background: var(--nu-invest-card);
}

.nu-invest-pathway-card span {
  display: block;
  margin: 0 0 30px;
  color: #ff174f;
  font-size: 0.78rem;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.nu-invest-pathway-card h3 {
  max-width: 500px;
  margin: 0;
  color: var(--nu-invest-ink);
  font-family: var(--font-body);
  font-size: 32px;
  line-height: 1.08;
  font-weight: 700;
  letter-spacing: 0;
}

.nu-invest-pathway-card p {
  max-width: 520px;
  margin: 18px 0 32px;
  color: var(--nu-invest-soft);
  font-size: 18px;
  line-height: 27px;
}

.nu-invest-pathway-card .nu-invest-project-link {
  margin-top: auto;
}

main.crays-invest-page > .nu-invest-contact {
  padding: 0 0 108px;
}

.nu-invest-contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 788px) 450px;
  gap: 64px;
  align-items: stretch;
}

.nu-invest-contact-grid > div {
  min-height: 485px;
  padding: 64px 8px 56px 56px;
  border-radius: 24px;
  background: var(--nu-invest-card);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.nu-invest-contact-grid > .nu-invest-contact-link-stack {
  display: grid;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 18px;
  padding: 0;
  border-radius: 0;
  background: transparent;
  justify-content: stretch;
}

.nu-invest-contact-card {
  display: grid;
  grid-template-columns: minmax(190px, 0.42fr) minmax(0, 1fr);
  gap: clamp(18px, 2.2vw, 28px);
  min-height: 0;
  padding: 18px 24px 18px 18px;
  overflow: hidden;
  border-radius: 24px;
  background:
    radial-gradient(circle at 86% 10%, rgba(255, 49, 95, 0.08), transparent 34%),
    var(--nu-invest-card);
  align-items: stretch;
}

.nu-invest-contact-card-media {
  position: relative;
  isolation: isolate;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  border-radius: 18px;
  background: #071a2d;
}

.nu-invest-contact-card-media img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.02) contrast(1.02);
}

.nu-invest-contact-card-media::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(circle at 18% 14%, rgba(255, 255, 255, 0.18), transparent 34%),
    linear-gradient(180deg, rgba(7, 26, 45, 0.04) 0%, rgba(7, 26, 45, 0.2) 100%);
  pointer-events: none;
}

.nu-invest-contact-card-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  padding: 6px 0;
}

.nu-invest-contact-card-kicker {
  display: block;
  margin: 0 0 10px;
  color: #f31248;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
}

.nu-invest-contact-card h3 {
  max-width: 12em;
  margin: 0;
  color: var(--nu-invest-ink);
  font-size: clamp(26px, 2.2vw, 34px);
  font-weight: 760;
  line-height: 1.04;
}

.nu-invest-contact .nu-invest-contact-card p {
  max-width: 28em;
  margin: 12px 0 18px;
  color: var(--nu-invest-soft);
  font-size: clamp(15px, 1.05vw, 17px);
  line-height: 1.46;
}

.nu-invest-contact-card-button {
  align-self: flex-start;
  min-width: 0;
  min-height: 50px;
  padding: 0 24px;
  font-size: 15.5px;
  line-height: 1;
}

@media (min-width: 861px) {
  .nu-invest-metrics article:nth-child(2),
  .nu-invest-metrics article:nth-child(3) {
    padding-left: 62px;
  }

  .nu-invest-project-copy {
    transform: translateY(-28px);
  }
}

.nu-invest-contact h2 {
  margin: 0 0 20px;
  color: var(--nu-invest-ink);
  font-size: 46px;
  line-height: 69px;
  font-weight: 500;
}

.nu-invest-contact h2 strong {
  font-weight: 500;
}

.nu-invest-contact p {
  max-width: 560px;
  margin: 0 0 34px;
  color: var(--nu-invest-soft);
  font-size: 24px;
  line-height: 36px;
}

.nu-invest-contact-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-bottom: 46px;
}

.nu-invest-contact-socials a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--nu-invest-ink);
  border-bottom: 1px solid currentColor;
  font-size: 24px;
  line-height: 36px;
  font-weight: 400;
}

.nu-invest-contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.nu-invest-contact-button {
  min-width: 245px;
  padding: 0 34px;
}

.nu-invest-contact-media {
  align-self: stretch;
  min-height: 485px;
  height: auto;
  margin: 0;
  overflow: hidden;
  border-radius: 24px;
  background: #071a2d;
}

.nu-invest-contact-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 1100px) {
  .nu-invest-intro-grid {
    grid-template-columns: minmax(0, 1fr) minmax(300px, 405px);
    gap: 56px;
  }

  .nu-invest-metrics,
  .nu-invest-format-strip,
  .nu-invest-pathway-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nu-invest-project-card,
  .nu-invest-commercial-cta,
  .nu-invest-contact-grid {
    grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
    gap: 42px;
  }
}

@media (max-width: 860px) {
  .crays-invest-page {
    --nu-invest-pad: 20px;
  }

  main.crays-invest-page > .nu-invest-intro {
    padding-top: 42px;
  }

  .nu-invest-intro-grid,
  .nu-invest-project-card,
  .nu-invest-commercial-cta,
  .nu-invest-contact-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .nu-invest-intro h1 {
    font-size: 2.05rem;
    line-height: 1.2;
  }

  .nu-invest-intro p {
    max-width: none;
    margin-top: 0;
  }

  .nu-invest-hero-media {
    height: 430px;
    border-radius: 18px;
  }

  main.crays-invest-page > .nu-invest-tabs-section {
    padding-top: 42px;
  }

  .nu-invest-tab-list {
    width: min(calc(100% - 40px), 620px);
    flex-direction: column;
    padding: 8px;
    border-radius: 28px;
  }

  .nu-invest-tab-list button {
    width: 100%;
  }

  .nu-invest-panel-title {
    margin-top: 48px;
  }

  .nu-invest-panel-title h2 {
    display: block;
    font-size: 2.05rem;
    line-height: 1.18;
  }

  .nu-invest-metrics,
  .nu-invest-format-strip,
  .nu-invest-advantage-grid,
  .nu-invest-pathway-grid {
    grid-template-columns: 1fr;
  }

  .nu-invest-metrics {
    margin-top: 48px;
  }

  .nu-invest-project-heading {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .nu-invest-filter-button,
  .nu-invest-button,
  .nu-invest-project-link,
  .nu-invest-show-more,
  .nu-invest-contact-button {
    width: 100%;
  }

  .nu-invest-project-copy {
    min-height: 0;
  }

  .nu-invest-contact-grid > .nu-invest-contact-link-stack {
    min-height: 0;
  }

  .nu-invest-project-media,
  .nu-invest-contact-media {
    height: 430px;
    border-radius: 18px;
    order: -1;
  }

  .nu-invest-advantage-grid article,
  .nu-invest-advantage-grid article:nth-last-child(2):nth-child(4),
  .nu-invest-advantage-grid article:nth-last-child(1):nth-child(5) {
    grid-column: auto;
  }

  .nu-invest-commercial-cta > div {
    min-height: 0;
    padding: 34px 28px;
  }

  .nu-invest-pathway-card {
    min-height: 0;
    padding: 34px 28px;
    border-radius: 18px;
  }

  .nu-invest-contact-card {
    border-radius: 18px;
  }
}

@media (max-width: 520px) {
  .crays-invest-page {
    --nu-invest-pad: 18px;
  }

  .nu-invest-hero-media,
  .nu-invest-project-media,
  .nu-invest-contact-media {
    height: 320px;
  }

  .nu-invest-intro h1,
  .nu-invest-panel-title h2,
  .nu-invest-advantages > h2,
  .nu-invest-pathway-head h2,
  .nu-invest-contact h2 {
    font-size: 1.72rem;
    line-height: 1.2;
  }

  .nu-invest-project-copy h3,
  .nu-invest-commercial-cta h3,
  .nu-invest-pathway-card h3 {
    font-size: 1.95rem;
  }

  .nu-invest-contact-card {
    grid-template-columns: 1fr;
    padding: 16px;
  }

  .nu-invest-contact-card-media {
    min-height: 190px;
    border-radius: 14px;
  }

  .nu-invest-contact-card h3 {
    max-width: none;
    font-size: 1.72rem;
  }

  .nu-invest-contact .nu-invest-contact-card p {
    margin-bottom: 16px;
  }

  .nu-invest-project-stats li {
    display: grid;
    gap: 4px;
    align-items: start;
    padding: 12px 0;
  }

  .nu-invest-project-stats span {
    text-align: left;
  }
}
