.about-page {
  color: #032653;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
}

.about-page .breadcrumb {
  font-size: 14px;
}

.about-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: center;
  gap: clamp(32px, 5vw, 72px);
  padding-top: 36px;
  padding-bottom: 80px;
}

.about-eyebrow {
  margin: 0 0 20px;
  color: #087eac;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.about-intro h1 {
  margin: 0 0 28px;
  font-size: clamp(32px, 4vw, 60px);
  font-weight: 800;
  line-height: 1.13;
  letter-spacing: -1.8px;
}

.about-intro h1 span {
  display: block;
}

.about-intro > p:not(.about-eyebrow),
.about-story-copy p {
  margin: 0 0 18px;
  color: #526774;
  font-size: 17px;
  line-height: 1.8;
}

.about-button {
  margin-top: 14px;
  gap: 14px;
  background: #032653;
  font-family: inherit;
  font-size: 16px;
}

.about-image {
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  background: #eaf5fc;
}

.about-image img {
  display: block;
  width: 100%;
  height: auto;
}

.about-image figcaption {
  padding: 18px 24px;
  background: #032653;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.6;
}

.about-story {
  padding: 72px 0 80px;
  background: #eef7fb;
  border-top: 1px solid #e0edf5;
}

.about-story-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(32px, 6vw, 96px);
}

.about-story h2 {
  margin: 0;
  font-size: clamp(30px, 3vw, 44px);
  font-weight: 750;
  line-height: 1.2;
  letter-spacing: -1px;
}

.about-story-copy h3 {
  margin: 0 0 12px;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 700;
}

.about-story-copy p + h3 {
  margin-top: 32px;
}

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

.about-experience {
  background: #fff;
}

.about-text-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 48px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 5px;
}

.about-text-link svg {
  flex-shrink: 0;
}

.about-text-link:hover {
  color: #087eac;
}

@media (max-width: 900px) {
  .about-hero {
    grid-template-columns: minmax(0, 1fr);
    gap: 36px;
    padding-top: 24px;
    padding-bottom: 48px;
  }

  .about-intro {
    max-width: 650px;
  }

  .about-intro h1 {
    font-size: clamp(32px, 6.4vw, 52px);
  }

  .about-story {
    padding: 48px 0;
  }

  .about-story-layout {
    grid-template-columns: minmax(0, 1fr);
    gap: 28px;
  }
}

@media (max-width: 480px) {
  .about-intro h1 {
    letter-spacing: -1px;
  }

  .about-intro > p:not(.about-eyebrow),
  .about-story-copy p {
    font-size: 16px;
  }

  .about-image figcaption {
    padding: 16px 18px;
  }
}
