/* About page: operating principles, delivery model, and trust boundaries. */

.page-about .about-kicker {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
  color: #0b49bd;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.page-about .about-kicker::before {
  width: 32px;
  height: 2px;
  background: #78aaff;
  content: "";
}

.page-about .about-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, .85fr);
  gap: 70px;
  align-items: end;
  margin-bottom: 50px;
}

.page-about .about-heading h2,
.page-about .about-scene__copy h2,
.page-about .about-fit h2 {
  margin: 0;
  color: #0a1a33;
  font-size: 42px;
  line-height: 1.14;
}

.page-about .about-heading p,
.page-about .about-fit > p {
  margin: 0;
  color: #50627c;
  font-size: 16px;
  line-height: 1.72;
}

.page-about .build-list {
  border-top: 1px solid #0a1a33;
}

.page-about .build-row {
  display: grid;
  grid-template-columns: 64px minmax(220px, .75fr) minmax(0, 1.25fr);
  gap: 28px;
  padding: 28px 0;
  border-bottom: 1px solid #cbd9ef;
}

.page-about .build-row > span {
  color: #0b49bd;
  font-size: 13px;
  font-weight: 800;
}

.page-about .build-row h3 {
  margin: 0;
  color: #0a1a33;
  font-size: 21px;
  line-height: 1.3;
}

.page-about .build-row p {
  margin: 0;
  color: #50627c;
  font-size: 15px;
  line-height: 1.68;
}

.page-about .about-scene {
  background: #071b3b;
  color: #fff;
}

.page-about .about-scene__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
  gap: 72px;
  align-items: center;
}

.page-about .about-scene figure {
  margin: 0;
}

.page-about .about-scene picture {
  display: block;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  background: #102d58;
}

.page-about .about-scene img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-about .about-scene figcaption {
  padding-top: 13px;
  color: rgba(255,255,255,.58);
  font-size: 12px;
}

.page-about .about-scene .about-kicker {
  color: #9cc5ff;
}

.page-about .about-scene__copy h2 {
  color: #fff;
}

.page-about .about-scene__copy > p {
  margin: 20px 0 26px;
  color: rgba(255,255,255,.72);
  font-size: 16px;
  line-height: 1.72;
}

.page-about .principle-list {
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(255,255,255,.2);
  list-style: none;
}

.page-about .principle-list li {
  display: grid;
  grid-template-columns: 34px 150px 1fr;
  gap: 15px;
  padding: 15px 0;
  border-bottom: 1px solid rgba(255,255,255,.2);
}

.page-about .principle-list span {
  color: #9cc5ff;
  font-size: 12px;
  font-weight: 800;
}

.page-about .principle-list strong {
  color: #fff;
  font-size: 13px;
}

.page-about .principle-list p {
  margin: 0;
  color: rgba(255,255,255,.63);
  font-size: 13px;
  line-height: 1.52;
}

.page-about .engagement {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid #0a1a33;
  border-bottom: 1px solid #0a1a33;
}

.page-about .engagement article {
  min-width: 0;
  padding: 30px 24px 32px;
  border-right: 1px solid #cbd9ef;
}

.page-about .engagement article:last-child {
  border-right: 0;
}

.page-about .engagement span {
  display: block;
  margin-bottom: 28px;
  color: #0b49bd;
  font-size: 12px;
  font-weight: 800;
}

.page-about .engagement h3 {
  margin: 0 0 10px;
  color: #0a1a33;
  font-size: 19px;
}

.page-about .engagement p {
  margin: 0;
  color: #50627c;
  font-size: 14px;
  line-height: 1.65;
}

.page-about .engagement small {
  display: block;
  margin-top: 18px;
  color: #173253;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
}

.page-about .about-fit {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
  gap: 70px;
  align-items: start;
}

.page-about .fit-criteria {
  border-top: 1px solid #0a1a33;
}

.page-about .fit-criteria div {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 20px;
  padding: 19px 0;
  border-bottom: 1px solid #cbd9ef;
}

.page-about .fit-criteria dt {
  color: #0b49bd;
  font-size: 12px;
  font-weight: 800;
}

.page-about .fit-criteria dd {
  margin: 0;
  color: #50627c;
  font-size: 14px;
  line-height: 1.58;
}

.page-about .cta__inner {
  grid-template-columns: 1fr;
}

.page-about .cta__illo {
  display: none;
}

@media (max-width: 900px) {
  .page-about .about-heading,
  .page-about .about-scene__layout,
  .page-about .about-fit {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .page-about .engagement {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page-about .engagement article:nth-child(2) {
    border-right: 0;
  }

  .page-about .engagement article:nth-child(-n+2) {
    border-bottom: 1px solid #cbd9ef;
  }
}

@media (max-width: 640px) {
  .page-about .about-heading h2,
  .page-about .about-scene__copy h2,
  .page-about .about-fit h2 {
    font-size: 29px;
  }

  .page-about .build-row,
  .page-about .engagement {
    grid-template-columns: 1fr;
  }

  .page-about .build-row {
    gap: 8px;
  }

  .page-about .engagement article,
  .page-about .engagement article:nth-child(2) {
    border-right: 0;
    border-bottom: 1px solid #cbd9ef;
  }

  .page-about .engagement article:last-child {
    border-bottom: 0;
  }

  .page-about .principle-list li {
    grid-template-columns: 30px 1fr;
  }

  .page-about .principle-list p {
    grid-column: 2;
  }

  .page-about .fit-criteria div {
    grid-template-columns: 1fr;
    gap: 7px;
  }
}
