.about-business-philosophy {
  scroll-margin-top: 132px;
  border-top: 1px solid #e1e4ea;
  background: #f5f7fa;
}

.about-business-philosophy__heading {
  margin-bottom: 18px;
}

.about-business-philosophy__intro {
  max-width: 860px;
  margin: 0;
  color: #555d6b;
  font-size: 18px;
  line-height: 30px;
}

.about-business-philosophy__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 38px;
}

.about-business-philosophy__card {
  min-height: 260px;
  padding: 32px;
  border: 1px solid #dce1e8;
  border-top: 3px solid #0078d2;
  border-radius: 2px;
  background: #fff;
}

.about-business-philosophy__card:nth-child(2) {
  border-color: #bcdcf3;
  border-top-color: #005ca3;
  background: #eaf4fb;
}

.about-business-philosophy__index {
  display: block;
  margin-bottom: 28px;
  color: #005ca3;
  font-size: 13px;
  line-height: 18px;
  font-weight: 700;
}

.about-business-philosophy__card h3 {
  margin: 0 0 14px;
  color: #22262d;
  font-size: 28px;
  line-height: 36px;
  font-weight: 500;
}

.about-business-philosophy__card p {
  margin: 0;
  color: #555d6b;
  font-size: 16px;
  line-height: 27px;
}

@media (max-width: 767px) {
  .about-business-philosophy__intro {
    font-size: 16px;
    line-height: 27px;
  }

  .about-business-philosophy__grid {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }

  .about-business-philosophy__card {
    min-height: 0;
    padding: 26px 24px;
  }

  .about-business-philosophy__index {
    margin-bottom: 18px;
  }

  .about-business-philosophy__card h3 {
    font-size: 24px;
    line-height: 32px;
  }
}

.about-founder {
  display: grid;
  grid-template-columns: minmax(700px, 52%) minmax(0, 1fr);
  overflow: hidden;
  scroll-margin-top: 132px;
  background: #fff;
  isolation: isolate;
}

.about-founder__copy {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  min-width: 0;
  color: #111820;
  background: #fff;
}

.about-founder__copy::after {
  position: absolute;
  z-index: -1;
  top: 0;
  right: -52px;
  bottom: 0;
  width: 110px;
  background: inherit;
  content: "";
  transform: skewX(-7deg);
  transform-origin: top;
}

.about-founder__copy-inner {
  width: 100%;
  max-width: 920px;
  padding: 72px 72px 70px clamp(48px, 7.5vw, 144px);
}

.about-founder__eyebrow {
  margin: 0 0 18px;
  color: #111820;
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
  text-transform: uppercase;
}

.about-founder__eyebrow::after {
  display: block;
  width: 56px;
  height: 3px;
  margin-top: 18px;
  background: #0078d2;
  content: "";
}

.about-founder__copy h2 {
  margin: 0;
  color: #111820;
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
}

.about-founder__role {
  margin: 10px 0 30px;
  color: #111820;
  font-size: 14px;
  line-height: 22px;
  font-weight: 700;
  text-transform: uppercase;
}

.about-founder__message {
  max-width: 690px;
}

.about-founder__message p {
  margin: 0 0 17px;
  color: #111820;
  font-size: 16px;
  line-height: 27px;
}

.about-founder__message p:last-child {
  margin-bottom: 0;
}

.about-founder .about-founder__cta {
  min-width: 154px;
  min-height: 48px;
  margin-top: 32px;
  border: 2px solid #111820;
  color: #111820;
  background: transparent;
  text-decoration: none;
}

.about-founder .about-founder__cta:hover,
.about-founder .about-founder__cta:focus-visible {
  border-color: #005ca3;
  color: #fff;
  background: #005ca3;
}

.about-founder__portrait {
  position: relative;
  min-width: 0;
  min-height: 760px;
  margin: 0;
  overflow: hidden;
  background: #fff;
}

.about-founder__portrait img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 58% center;
}

@media (max-width: 1199px) {
  .about-founder {
    grid-template-columns: 1fr;
  }

  .about-founder__copy {
    order: 2;
  }

  .about-founder__copy::after {
    display: none;
  }

  .about-founder__copy-inner {
    max-width: 820px;
    margin: 0 auto;
    padding: 56px 48px 60px;
  }

  .about-founder__portrait {
    order: 1;
    min-height: 0;
    aspect-ratio: 16 / 9;
  }

  .about-founder__portrait img {
    object-position: center;
  }
}

@media (max-width: 600px) {
  .about-founder__copy-inner {
    padding: 42px 24px 48px;
  }

  .about-founder__eyebrow {
    font-size: 34px;
    line-height: 42px;
  }

  .about-founder__copy h2 {
    font-size: 34px;
    line-height: 42px;
  }

  .about-founder__role {
    margin-bottom: 26px;
    font-size: 13px;
    line-height: 21px;
  }

  .about-founder__message p {
    font-size: 16px;
    line-height: 27px;
  }

  .about-founder .about-founder__cta {
    width: 100%;
    margin-top: 28px;
  }
}

.about-purpose,
.about-values {
  scroll-margin-top: 132px;
  border-top: 1px solid #dfe4ea;
  letter-spacing: 0;
}

.about-purpose {
  background: #f5f7fa;
}

.about-purpose__heading,
.about-values__heading {
  margin-bottom: 38px;
}

.about-purpose__heading p,
.about-values__heading p {
  max-width: 860px;
  color: #596273;
  font-size: 18px;
  line-height: 30px;
}

.about-purpose__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.about-purpose__card {
  display: flex;
  min-height: 340px;
  padding: 36px 40px 40px;
  flex-direction: column;
  border: 1px solid #d7dee7;
  border-radius: 8px;
}

.about-purpose__card--vision {
  border-color: #0b1e2e;
  color: #fff;
  background: #0b1e2e;
}

.about-purpose__card--mission {
  color: #17202a;
  background: #fff;
}

.about-purpose__label {
  display: inline-flex;
  width: max-content;
  min-height: 34px;
  margin: 0 0 22px;
  padding: 6px 18px;
  align-items: center;
  border-radius: 4px;
  font-size: 15px;
  line-height: 22px;
  font-weight: 700;
  text-transform: uppercase;
}

.about-purpose__card--vision .about-purpose__label {
  color: #85e1de;
  background: #17475b;
}

.about-purpose__card--mission .about-purpose__label {
  color: #9b6419;
  background: #f5e9d4;
}

.about-purpose__card h3 {
  max-width: 560px;
  margin: 0;
  color: inherit;
  font-size: 30px;
  line-height: 39px;
  font-weight: 600;
}

.about-purpose__statement {
  margin: auto 0 18px;
  color: #6ad5d1;
  font-size: 21px;
  line-height: 30px;
  font-weight: 600;
}

.about-purpose__body {
  max-width: 600px;
  margin: auto 0 0;
  color: #596273;
  font-size: 17px;
  line-height: 29px;
}

.about-purpose__statement + .about-purpose__body {
  margin-top: 0;
  color: #d9e2e8;
}

.about-values {
  background: #fff;
}

.about-values__heading h2 {
  max-width: 980px;
}

.about-values__diagram {
  margin-top: 8px;
}

.about-values__column-headings,
.about-values__row {
  display: grid;
  grid-template-columns: minmax(170px, 220px) minmax(70px, 150px) minmax(170px, 220px) minmax(240px, 1fr);
  column-gap: 18px;
  align-items: center;
}

.about-values__column-headings {
  padding: 0 0 18px;
  font-size: 17px;
  line-height: 25px;
  font-weight: 700;
}

.about-values__conduct-heading {
  grid-column: 1;
  color: #a86d1a;
  text-align: center;
}

.about-values__work-heading {
  grid-column: 3;
  color: #007f85;
  text-align: center;
}

.about-values__rows {
  display: grid;
  gap: 14px;
}

.about-values__row {
  margin: 0;
}

.about-values__principle,
.about-values__method {
  display: flex;
  min-height: 58px;
  padding: 10px 16px;
  align-items: center;
  justify-content: center;
  border: 1px solid;
  border-radius: 8px;
  text-align: center;
  font-size: 17px;
  line-height: 24px;
}

.about-values__principle {
  border-color: #e5c79b;
  color: #a86d1a;
  background: #fff8ed;
}

.about-values__method {
  border-color: #acd9d9;
  color: #007f85;
  background: #e9f7f6;
}

.about-values__connector {
  position: relative;
  display: block;
  height: 2px;
  background: #c7d7dc;
}

.about-values__connector::after {
  position: absolute;
  top: 50%;
  right: -1px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #14999c;
  content: "";
  transform: translateY(-50%);
}

.about-values__row > p {
  margin: 0;
  color: #596273;
  font-size: 17px;
  line-height: 27px;
}

.about-values__summary {
  margin: 34px 0 0;
  padding: 18px 24px;
  border-left: 4px solid #007f85;
  border-radius: 4px;
  color: #17202a;
  background: #f0f4f5;
  font-size: 17px;
  line-height: 28px;
  font-weight: 600;
  text-align: center;
}

@media (max-width: 900px) {
  .about-values__column-headings,
  .about-values__row {
    grid-template-columns: minmax(0, 1fr) 48px minmax(0, 1fr);
    column-gap: 12px;
  }

  .about-values__row > p {
    grid-column: 1 / -1;
    margin-top: 8px;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .about-purpose__heading,
  .about-values__heading {
    margin-bottom: 30px;
  }

  .about-purpose__heading p,
  .about-values__heading p {
    font-size: 16px;
    line-height: 27px;
  }

  .about-purpose__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .about-purpose__card {
    min-height: 0;
    padding: 28px 24px 30px;
  }

  .about-purpose__card h3 {
    font-size: 25px;
    line-height: 34px;
  }

  .about-purpose__statement,
  .about-purpose__body {
    margin-top: 26px;
    font-size: 16px;
    line-height: 27px;
  }

  .about-purpose__statement + .about-purpose__body {
    margin-top: 14px;
  }

  .about-values__column-headings,
  .about-values__row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 10px;
  }

  .about-values__work-heading {
    grid-column: 2;
  }

  .about-values__connector {
    display: none;
  }

  .about-values__principle,
  .about-values__method {
    min-height: 54px;
    padding: 9px 8px;
    font-size: 15px;
    line-height: 21px;
  }

  .about-values__row > p {
    margin-top: 6px;
    font-size: 15px;
    line-height: 24px;
  }

  .about-values__summary {
    margin-top: 28px;
    padding: 16px 18px;
    font-size: 15px;
    line-height: 25px;
    text-align: left;
  }
}

.about-nav-links {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  flex: 1;
  gap: 12px;
}

.about-nav-links a {
  display: flex;
  min-width: 0;
  min-height: 44px;
  padding: 10px 12px;
  align-items: center;
  justify-content: center;
  line-height: 22px;
}

@media (max-width: 991px) {
  .about-nav-links {
    display: flex;
    width: max-content;
    min-width: max-content;
    gap: 10px;
  }

  .about-nav-links a {
    min-width: 148px;
    flex: 0 0 auto;
  }
}
