.team-hero {
  position: relative;
  min-height: 404px;
  overflow: hidden;
  border-bottom: 1px solid var(--color-line);
}

.team-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 0.49fr) minmax(560px, 0.51fr);
  min-height: 404px;
}

.team-hero__geometry {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 180px;
  background:
    linear-gradient(130deg, transparent 38%, rgba(6, 28, 58, 0.36) 38.2%, transparent 38.6%),
    linear-gradient(48deg, transparent 46%, rgba(6, 28, 58, 0.26) 46.2%, transparent 46.6%),
    linear-gradient(90deg, transparent 66px, rgba(6, 28, 58, 0.35) 67px, transparent 68px);
}

.team-hero__content {
  position: relative;
  z-index: 2;
  padding: 58px 0 42px 164px;
}

.team-hero__content .breadcrumb {
  margin-bottom: 36px;
}

.team-title {
  color: var(--color-navy-950);
  font-family: var(--font-display);
  font-size: clamp(4.5rem, 6vw, 5.55rem);
  font-weight: 400;
  line-height: 0.96;
}

.team-hero__content > p:not(.breadcrumb) {
  max-width: 390px;
  margin-top: 22px;
  color: var(--color-navy-700);
  font-size: 0.92rem;
  line-height: 1.7;
}

.team-hero__content .button {
  margin-top: 28px;
}

.team-hero__media {
  position: relative;
  height: 404px;
  min-height: 404px;
  margin-right: -40px;
}

.team-hero__media picture,
.team-hero__media img {
  width: 100%;
  height: 100%;
}

.team-hero__media img {
  object-fit: cover;
  object-position: 62% center;
  filter: saturate(0.32) contrast(1.02) brightness(1.09);
}

.team-hero__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(247, 246, 243, 0.95), rgba(247, 246, 243, 0.08) 42%, rgba(247, 246, 243, 0.02));
  pointer-events: none;
}

.team-hero__arc {
  position: absolute;
  left: -150px;
  top: -26px;
  z-index: 1;
  width: 610px;
  height: 610px;
  stroke: rgba(6, 28, 58, 0.26);
  stroke-width: 1;
  fill: none;
  pointer-events: none;
}

.team-culture {
  display: grid;
  grid-template-columns: 150px minmax(0, 0.46fr) minmax(0, 0.54fr);
  align-items: center;
  gap: 34px;
  min-height: 170px;
  margin-top: 0;
  border: 1px solid var(--color-line);
  border-top: 0;
  padding: 24px 76px;
}

.team-culture > .line-icon {
  width: 72px;
  height: 72px;
  justify-self: center;
}

.team-culture h2,
.team-leadership h2,
.team-careers h2 {
  color: var(--color-navy-950);
  font-family: var(--font-display);
  font-weight: 400;
  line-height: 1.08;
}

.team-culture h2 {
  margin-top: 12px;
  font-size: 2.1rem;
}

.team-culture p:not(.eyebrow) {
  max-width: 520px;
  color: var(--color-navy-700);
  font-size: 0.78rem;
  line-height: 1.7;
}

.team-culture p + p {
  margin-top: 10px;
}

.team-culture .text-arrow {
  margin-top: 22px;
}

.team-section-heading {
  padding: 26px 40px 14px;
}

.team-partners__grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 28px;
}

.team-partners__grid .team-member {
  grid-column: span 2;
}

.team-partners__grid .team-member:nth-child(4) {
  grid-column: 2 / span 2;
}

.team-partners__grid .team-member:nth-child(5) {
  grid-column: 4 / span 2;
}

.team-member {
  position: relative;
  border: 1px solid var(--color-line);
  background: rgba(251, 251, 250, 0.74);
}

.team-member picture,
.team-member img {
  display: block;
  width: 100%;
}

.team-member img {
  object-fit: cover;
  object-position: center top;
  filter: saturate(0.52) contrast(1.02) brightness(1.03);
}

.team-member--partner picture {
  aspect-ratio: 2 / 3;
  overflow: hidden;
  background: var(--color-surface-muted);
}

.team-member--partner img {
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.team-member--partner > div {
  min-height: 92px;
  padding: 18px 20px 24px;
}

.team-member h3 {
  color: var(--color-navy-950);
  font-family: var(--font-display);
  font-weight: 400;
  line-height: 1.1;
}

.team-member--partner h3 {
  font-size: 1.35rem;
}

.team-member p {
  margin-top: 9px;
  color: var(--color-navy-800);
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.team-member .round-link {
  position: absolute;
  right: 16px;
  bottom: 16px;
}

.team-leadership {
  display: grid;
  grid-template-columns: 220px 400px minmax(0, 1fr);
  align-items: center;
  min-height: 132px;
  margin-top: 28px;
  border: 1px solid var(--color-line-strong);
  overflow: hidden;
}

.team-leadership picture,
.team-leadership img {
  width: 100%;
  height: 132px;
}

.team-leadership img {
  object-fit: cover;
  object-position: 36% 58%;
  filter: saturate(0.3) brightness(1.1);
}

.team-leadership > div {
  padding: 18px 34px;
}

.team-leadership h2 {
  margin-top: 8px;
  font-size: 1.55rem;
}

.team-leadership ul {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  list-style: none;
}

.team-leadership li {
  display: grid;
  min-height: 132px;
  place-items: center;
  gap: 8px;
  padding: 18px;
  border-left: 1px solid var(--color-line);
  color: var(--color-navy-700);
  font-size: 0.68rem;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
}

.team-leadership .line-icon {
  width: 42px;
  height: 42px;
}

.team-careers {
  display: grid;
  grid-template-columns: 110px 1fr auto;
  align-items: center;
  gap: 36px;
  min-height: 86px;
  margin-top: 28px;
  margin-bottom: 18px;
  padding: 14px 54px;
  border: 1px solid var(--color-line-strong);
}

.team-careers h2 {
  font-size: 1.65rem;
}

.team-careers p {
  margin-top: 5px;
  max-width: 760px;
  color: var(--color-navy-700);
  font-size: 0.74rem;
  line-height: 1.35;
}

.team-careers .line-icon {
  justify-self: center;
}
