.about-page {
  color: #172235;
}

.about-container {
  margin: 0 auto;
  max-width: 1240px;
  padding-left: 24px;
  padding-right: 24px;
}

.about-eyebrow {
  color: var(--blue);
  font-family: var(--heading);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.about-eyebrow-light {
  color: #d7b36c;
}

.about-hero {
  align-items: center;
  color: #fff;
  display: flex;
  min-height: 680px;
  overflow: hidden;
  position: relative;
}

.about-hero > img {
  height: 100%;
  inset: 0;
  object-fit: cover;
  position: absolute;
  width: 100%;
}

.about-hero-overlay {        
  background: linear-gradient(90deg, rgba(3, 43, 91, .94), rgb(3 26 51 / 78%));  inset: 0;
  position: absolute;
}

.about-hero-copy {
  position: relative;
  width: 100%;
  z-index: 1;
}

.about-hero-copy h1 {
  font-family: var(--heading);
  font-size: clamp(42px, 5vw, 68px);
  letter-spacing: -2.4px;
  line-height: 1.03;
  margin: 18px 0 28px;
  max-width: 870px;
}

.about-hero-copy > p:last-child {
  font-size: 17px;
  line-height: 1.75;
  max-width: 690px;
}

.purpose-section,
.story-section,
.leadership-section {
  padding: 105px 0;
}

.purpose-heading,
.leadership-heading,
.values-intro {
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
  margin-bottom: 54px;
}

.purpose-heading h2,
.values-intro h2,
.story-heading h2,
.leadership-heading h2,
.about-cta h2 {
  font-family: var(--heading);
  font-size: clamp(35px, 4vw, 54px);
  letter-spacing: -1.8px;
  line-height: 1.08;
}

.purpose-heading h2 {
  margin-top: 12px;
}

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

.purpose-card {
  background: #f6f8fb;
  border: 1px solid #e3e8ef;
  border-radius: 18px;
  min-height: 400px;
  padding: 44px;
  position: relative;
}

.purpose-number {
  color: #dce5f0;
  font-family: var(--heading);
  font-size: 68px;
  font-weight: 800;
  line-height: 1;
  position: absolute;
  right: 35px;
  top: 30px;
}

.purpose-card h3 {
  font-family: var(--heading);
  font-size: clamp(28px, 3vw, 39px);
  letter-spacing: -1px;
  line-height: 1.14;
  margin: 60px 0 24px;
}

.purpose-card > p:last-child,
.values-intro > p,
.story-copy > p,
.leadership-heading > p {
  color: #6b7483;
  font-size: 15px;
  line-height: 1.8;
}

.values-section {
  background: #081a32;
  color: #fff;
  padding: 100px 0;
}

.values-intro > p,
.leadership-heading > p {
  max-width: 470px;
}

.values-intro h2 {
  margin-top: 12px;
}

.values-grid {
  border-left: 1px solid rgba(255, 255, 255, .15);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.values-grid article {
  border-bottom: 1px solid rgba(255, 255, 255, .15);
  border-right: 1px solid rgba(255, 255, 255, .15);
  min-height: 180px;
  padding: 32px;
}

.values-grid span {
  align-items: center;
  border: 1px solid #d7b36c;
  border-radius: 50%;
  color: #d7b36c;
  display: flex;
  font-family: var(--heading);
  font-size: 13px;
  font-weight: 700;
  height: 38px;
  justify-content: center;
  margin-bottom: 35px;
  width: 38px;
}

.values-grid h3 {
  font-family: var(--heading);
  font-size: 17px;
}

.story-section {
  background: #f7f8fb;
}

.story-grid {
  display: grid;
  gap: 90px;
  grid-template-columns: .9fr 1.1fr;
}

.story-heading h2 {
  margin-top: 14px;
}

.story-copy > p + p {
  margin-top: 20px;
}

.office-address {
  border-left: 3px solid var(--blue);
  margin-top: 36px;
  padding-left: 20px;
}

.office-address span {
  font-family: var(--heading);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.office-address p {
  color: #6b7483;
  font-size: 14px;
  margin-top: 5px;
}

.stats-grid {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 80px;
}

.stats-grid article {
  background: #fff;
  min-height: 180px;
  padding: 35px;
}

.stats-grid strong {
  color: var(--blue);
  display: block;
  font-family: var(--heading);
  font-size: 52px;
  line-height: 1;
  margin-bottom: 20px;
}

.stats-grid span {
  color: #5f6978;
  font-size: 14px;
}

.about-overview {
  background: #fff;
  padding: 92px 0 86px;
}

.about-overview-grid {
  display: grid;
  gap: 64px;
  grid-template-columns: minmax(0, 1.4fr) minmax(390px, 1fr);
}

.about-overview-copy h2 {
  color: #202a39;
  font-family: var(--heading);
  font-size: clamp(40px, 4vw, 54px);
  letter-spacing: -1.8px;
  line-height: 1.02;
  margin-bottom: 24px;
  text-transform: uppercase;
}

.about-overview-copy > p {
  color: #737d8e;
  font-size: 15px;
  line-height: 1.85;
  max-width: 690px;
}

.about-overview-copy > p + p {
  margin-top: 15px;
}

.about-overview .office-address {
  align-items: center;
  border: 1px solid #d5e1f0;
  border-left: 1px solid #d5e1f0;
  border-radius: 14px;
  display: flex;
  gap: 16px;
  margin-top: 28px;
  padding: 13px 20px;
}

.office-address-icon {
  align-items: center;
  background: linear-gradient(145deg, #1264ba, #004893);
  border-radius: 12px;
  display: flex;
  flex: 0 0 43px;
  height: 43px;
  justify-content: center;
}

.office-address-icon svg {
  fill: none;
  height: 20px;
  stroke: #fff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  width: 20px;
}

.about-overview .office-address strong {
  color: var(--blue);
  font-family: var(--heading);
  font-size: 10px;
  letter-spacing: .7px;
  text-transform: uppercase;
}

.about-overview .office-address p {
  color: #3f4857;
  font-size: 13px;
  margin-top: 5px;
}

.overview-stats {
  align-self: center;
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.overview-stat {
  align-items: center;
  background: linear-gradient(145deg, #0757a7, #0051a6);
  border-radius: 17px;
  box-shadow: 0 18px 34px rgba(0, 65, 135, .16);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 185px;
  padding: 26px 18px;
  text-align: center;
}

.overview-stat-icon {
  align-items: center;
  background: rgba(215, 179, 108, .18);
  border-radius: 10px;
  color: #d7b36c;
  display: flex;
  font-size: 25px;
  height: 40px;
  justify-content: center;
  margin-bottom: 14px;
  width: 40px;
}

.overview-stat-icon svg {
  fill: none;
  height: 22px;
  stroke: #d7b36c;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  width: 22px;
}

.overview-stat strong {
  color: #d7b36c;
  font-family: var(--heading);
  font-size: 46px;
  line-height: 1;
}

.overview-stat strong small {
  font-size: 22px;
}

.overview-stat p {
  font-family: var(--heading);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .4px;
  margin-top: 10px;
  text-transform: uppercase;
}

.overview-stat-wide {
  background: linear-gradient(145deg, #263141, #071729);
  grid-column: 1 / -1;
}

.overview-grid-icon {
  font-size: 32px;
}

.leadership-heading h2 {
  margin-top: 12px;
}

.leaders-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, 1fr);
}

.leader-card {
  border: 1px solid #e0e6ee;
  border-radius: 18px;
  overflow: hidden;
}

.leader-card > img {
  aspect-ratio: 1.15 / 1;
  object-fit: cover;
  width: 100%;
}

.leader-copy {
  padding: 28px;
}

.leader-copy h3 {
  font-family: var(--heading);
  font-size: 25px;
  margin: 7px 0 18px;
}

.leader-copy > p:not(.about-eyebrow),
.leader-more p {
  color: #6b7483;
  font-size: 13px;
  line-height: 1.75;
}

.leader-toggle {
  background: none;
  border: 0;
  color: var(--blue);
  cursor: pointer;
  font-family: var(--heading);
  font-size: 11px;
  font-weight: 700;
  margin-top: 22px;
  text-transform: uppercase;
}

.leader-toggle span {
  font-size: 17px;
  margin-left: 5px;
}

.leader-more {
  display: none;
  margin-top: 16px;
}

.leader-card.expanded .leader-more {
  display: block;
}

.leader-card.expanded .leader-toggle span {
  display: inline-block;
  transform: rotate(45deg);
}

.leadership-section {
  background: #f7f8fb;
  padding: 24px 0 52px;
}

.leadership-banners {
  display: grid;
  gap: 26px;
}

.leadership-banner {
  border-radius: 17px;
  box-shadow: 0 12px 28px rgba(9, 26, 49, .08);
  overflow: hidden;
}

.leadership-banner img {
  display: block;
  height: auto;
  width: 100%;
}

.about-cta {
  background: var(--blue);
  color: #fff;
  padding: 85px 0;
}

.about-cta-inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.about-cta h2 {
  margin: 14px 0 18px;
}

.about-cta-inner > div:first-child > p:last-child {
  color: rgba(255, 255, 255, .78);
}

.about-cta-actions {
  display: flex;
  gap: 12px;
}

.about-cta-actions a {
  background: #d1ad68;
  border: 1px solid #d1ad68;
  border-radius: 28px;
  color: #101b2c;
  font-family: var(--heading);
  font-size: 11px;
  font-weight: 700;
  padding: 14px 22px;
  text-transform: uppercase;
}

.about-cta-actions .about-cta-secondary {
  background: transparent;
  color: #fff;
}

@media (max-width: 900px) {
  .about-hero {
    min-height: 620px;
  }

  .purpose-heading,
  .leadership-heading,
  .values-intro,
  .about-cta-inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 24px;
  }

  .story-grid {
    gap: 50px;
    grid-template-columns: 1fr;
  }

  .about-overview-grid {
    gap: 44px;
    grid-template-columns: 1fr;
  }

  .overview-stats {
    width: 100%;
  }

  .leaders-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .values-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 680px) {
  .about-container {
    padding-left: 18px;
    padding-right: 18px;
  }

  .about-hero {
    min-height: 590px;
  }

  .about-hero > img {
    object-position: 66% center;
  }

  .about-hero-overlay {
           background: linear-gradient(90deg, rgba(3, 43, 91, .94), rgb(3 26 51 / 78%));
  }

  .about-hero-copy h1 {
    letter-spacing: -1.5px;
  }

  .about-hero-copy > p:last-child {
    font-size: 15px;
  }

  .purpose-section,
  .story-section,
  .leadership-section,
  .values-section {
    padding: 70px 0;
  }

  .about-overview {
    padding: 68px 0;
  }

  .leadership-section {
    padding: 18px 0 38px;
  }

  .leadership-banners {
    gap: 16px;
  }

  .leadership-banner {
    border-radius: 10px;
  }

  .about-overview-copy h2 {
    font-size: 37px;
  }

  .overview-stats {
    grid-template-columns: 1fr;
  }

  .overview-stat-wide {
    grid-column: auto;
  }

  .purpose-grid,
  .leaders-grid,
  .stats-grid {
    grid-template-columns: 1fr;
  }

  .purpose-card {
    min-height: auto;
    padding: 32px 26px;
  }

  .purpose-card h3 {
    margin-top: 52px;
  }

  .values-grid article {
    min-height: 155px;
    padding: 24px 20px;
  }

  .values-grid h3 {
    font-size: 14px;
  }

  .stats-grid {
    margin-top: 55px;
  }

  .about-cta {
    padding: 65px 0;
  }

  .about-cta-actions {
    align-items: stretch;
    flex-direction: column;
    width: 100%;
  }

  .about-cta-actions a {
    text-align: center;
  }
}
