/* Official Mission, Vision and Core Values */
.purpose {
  background: linear-gradient(145deg, #f7fbfc 0, #fff 46%, #f4f8ed 100%);
  scroll-margin-top: 110px;
}

.purpose-heading {
  max-width: 850px;
  margin: 0 auto 42px;
  text-align: center;
}

.purpose-heading h2 {
  margin: 0 0 18px;
  color: var(--navy);
  font-family: Georgia, serif;
  font-size: clamp(42px, 5vw, 66px);
  line-height: 1.05;
  letter-spacing: -.045em;
}

.purpose-heading > p:last-child {
  max-width: 720px;
  margin: 0 auto;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.75;
}

.purpose-statements {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}

.purpose-statement {
  padding: 34px;
  color: #fff;
  background: var(--navy);
  border-radius: 24px;
  box-shadow: var(--shadow);
}

.purpose-statement:nth-child(2) {
  background: linear-gradient(145deg, #075985, #073b62);
}

.purpose-statement > span {
  color: #b9df84;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.purpose-statement > p {
  margin: 18px 0 0;
  font-family: Georgia, serif;
  font-size: clamp(21px, 2vw, 28px);
  line-height: 1.5;
}

.core-values-heading {
  max-width: 760px;
  margin: 62px auto 30px;
  text-align: center;
}

.core-values-heading h3 {
  margin: 0;
  color: var(--navy);
  font-family: Georgia, serif;
  font-size: clamp(30px, 3vw, 42px);
  line-height: 1.15;
}

.core-values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.core-values-grid article {
  padding: 27px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: 0 10px 30px #073b620d;
}

.core-values-grid article > span {
  color: var(--green-dark);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .13em;
}

.core-values-grid h4 {
  margin: 18px 0 10px;
  color: var(--navy);
  font-family: Georgia, serif;
  font-size: 23px;
  line-height: 1.2;
}

.core-values-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.7;
}

.investors {
  row-gap: 46px;
}

.investor-purpose {
  grid-column: 1 / -1;
  padding-top: 44px;
  border-top: 1px solid #ffffff2b;
}

.investor-purpose-heading {
  max-width: 760px;
  margin-bottom: 28px;
}

.investor-purpose-heading > span {
  color: #b9df84;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.investor-purpose-heading h3 {
  margin: 10px 0;
  font-family: Georgia, serif;
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.1;
}

.investor-purpose-heading p {
  margin: 0;
  color: #bdd2db;
  line-height: 1.7;
}

.investor-statement-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.investor-statement-grid article {
  padding: 26px;
  background: #ffffff12;
  border: 1px solid #ffffff22;
  border-radius: 18px;
}

.investor-statement-grid strong,
.investor-values > strong {
  color: #b9df84;
  font-size: 10px;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.investor-statement-grid p {
  margin: 13px 0 0;
  color: #fff;
  font-family: Georgia, serif;
  font-size: 20px;
  line-height: 1.55;
}

.investor-values {
  margin-top: 18px;
}

.investor-values ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}

.investor-values li {
  padding: 18px;
  background: #ffffff0d;
  border: 1px solid #ffffff1c;
  border-radius: 14px;
}

.investor-values b,
.investor-values span {
  display: block;
}

.investor-values b {
  color: #fff;
  font-size: 13px;
  line-height: 1.35;
}

.investor-values span {
  margin-top: 7px;
  color: #b7ccd5;
  font-size: 11px;
  line-height: 1.5;
}

@media (width <= 1050px) {
  .core-values-grid,
  .investor-values ul {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (width <= 700px) {
  .purpose-statements,
  .core-values-grid,
  .investor-statement-grid,
  .investor-values ul {
    grid-template-columns: 1fr;
  }

  .purpose-statement {
    padding: 27px 23px;
  }

  .purpose-statement > p {
    font-size: 21px;
  }

  .core-values-heading {
    margin-top: 48px;
  }
}
