/* Shared portrait treatment for the supplied GT Solutions leadership photography. */
.portrait img[src*="shreyata-sugandhi"],
.leader-profile-portrait img,
.careers-leadership-portrait img {
  object-position: 25% 20%;
}

.leadership-team {
  padding: 100px 0;
  background: #f7f1e5;
  border-top: 1px solid #e8dfcf;
}

.leadership-team-grid {
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  gap: 70px;
  align-items: center;
}

.leadership-team-copy h2 {
  max-width: 410px;
  margin: 12px 0 0;
  font: 800 clamp(42px, 4.6vw, 67px) / .93 Manrope;
  letter-spacing: -.08em;
}

.leadership-team-copy h2 span {
  color: var(--gold);
}

.leadership-team-card {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 28px;
  align-items: stretch;
  overflow: hidden;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: #fff;
  box-shadow: var(--shadow);
}

.leadership-team-card img {
  width: 100%;
  min-height: 290px;
  height: 100%;
  border-radius: 13px;
  object-fit: cover;
  object-position: 25% 20%;
}

.leadership-team-card > div {
  align-self: center;
  padding: 8px 16px 8px 0;
}

.leadership-team-card h3 {
  margin: 10px 0 9px;
  font: 800 clamp(32px, 3.2vw, 48px) / .96 Manrope;
  letter-spacing: -.07em;
}

.leader-summary {
  display: grid;
  gap: 13px;
  max-width: 530px;
}

.leader-summary p {
  margin: 0;
  color: #70747a;
  font-size: 16px;
  line-height: 1.8;
}

.leader-profile-strapline {
  margin: 0 0 17px;
  color: #735714;
  font: 700 11px/1.45 Manrope;
  letter-spacing: .03em;
  text-transform: uppercase;
}

.leadership-team-card .leader-summary {
  max-width: 610px;
}

.leadership-team-card .leader-summary p {
  color: #666b71;
  font-size: 14px;
  line-height: 1.75;
}

.leadership-team-card .leader-themes {
  margin-top: 22px;
}

@media (max-width: 820px) {
  .leadership-team {
    padding: 82px 0;
  }

  .leadership-team-grid {
    grid-template-columns: 1fr;
    gap: 38px;
  }
}

@media (max-width: 560px) {
  .leadership-team {
    padding: 74px 0;
  }

  .leadership-team-card {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 14px;
  }

  .leadership-team-card img {
    min-height: 0;
    aspect-ratio: 4 / 3;
  }

  .leadership-team-card > div {
    padding: 5px 4px 7px;
  }

  .leader-summary p {
    font-size: 14px;
  }
}
