.section {
  padding: 88px 0;
}

.section-soft {
  background: linear-gradient(180deg, #f6f9fd 0%, #f9fbff 100%);
}

.section-heading {
  width: min(760px, 100%);
  margin: 0 auto 36px;
  text-align: center;
}

.section-heading .eyebrow {
  justify-content: center;
  margin-bottom: 8px;
}

.section-heading .eyebrow::before {
  display: none;
}

h2 {
  margin-bottom: 14px;
  color: var(--navy);
  font-size: clamp(2rem, 4vw, 3.25rem);
  line-height: 1.08;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 14px;
  color: var(--navy);
  font-size: 1.32rem;
  line-height: 1.2;
  letter-spacing: 0;
}

.lead {
  color: var(--muted);
  font-size: 1.05rem;
}

.about-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.1fr);
  align-items: start;
  gap: 54px;
}

.about-media {
  position: relative;
  height: clamp(400px, 31vw, 460px);
  min-height: 400px;
  overflow: hidden;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  background: var(--blue-soft);
}

.about-media img {
  width: 100%;
  height: 100%;
  min-height: 400px;
  object-fit: cover;
  object-position: center center;
}

.about-copy {
  max-width: 620px;
}

.about-copy p {
  color: var(--muted);
  font-size: 1.02rem;
}

.credentials {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 26px;
}

.credential {
  padding: 18px;
  background: var(--cloud);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.credential strong {
  display: block;
  color: var(--navy);
  font-size: 1.55rem;
  line-height: 1;
}

.credential span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 700;
  line-height: 1.35;
}
