.page-hero.team-hero {
  padding-block: 170px 72px;
}
.team-hero__layout {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(0, 1.3fr);
  align-items: center;
  gap: clamp(32px, 5vw, 72px);
}
.team-hero .page-hero__title {
  font-size: clamp(42px, 4.5vw, 68px);
  line-height: 1.06;
  margin-bottom: 26px;
}
.team-hero .page-hero__body {
  font-size: 16px;
  line-height: 1.8;
  max-width: 440px;
}
html[lang="es"] .team-hero .page-hero__title {
  font-size: clamp(32px, 3.8vw, 58px);
}
.team-hero .page-hero__title em { white-space: nowrap; }
.team-hero__portrait { margin: 0; min-width: 0; }
.team-hero__portrait img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1.4;
  object-fit: cover;
  object-position: 48% center;
}
.team-hero__portrait figcaption {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  border-top: 1px solid var(--navy-border);
  padding-top: 14px;
  margin-top: 16px;
  font-size: 11px;
  letter-spacing: .08em;
  color: var(--muted-dark);
}
.team-hero__portrait figcaption span:first-child { color: #d0ec91; }
@media (max-width: 900px) {
  .page-hero.team-hero { padding-block: 140px 48px; }
  .team-hero__layout { grid-template-columns: 1fr; gap: 32px; }
  .team-hero .page-hero__title { font-size: clamp(42px, 8vw, 64px); }
  html[lang="es"] .team-hero .page-hero__title { font-size: clamp(30px, 7.5vw, 60px); }
  .team-hero .page-hero__body { max-width: 580px; }
  .team-hero__portrait img { aspect-ratio: 1672 / 941; }
}
