.featured-talent {
  background: #d9d9d7;
  color: #080808;
  position: relative;
  overflow: hidden;
}

.talent-intro {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border-bottom: 1px solid rgba(0, 0, 0, .22);
  padding-bottom: 1rem;
}

.featured-talent .section-kicker { color: #484b4e; }
.talent-rank,
.talent-label {
  margin: 0;
  font: 600 .72rem Montserrat, sans-serif;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: #5e6265;
}

.talent-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr);
  gap: clamp(3rem, 8vw, 9rem);
  align-items: end;
  padding-top: clamp(4rem, 8vw, 8rem);
}

.talent-portrait {
  position: relative;
  margin: 0;
  min-height: 560px;
  overflow: hidden;
  background: #101b21;
  box-shadow: 0 28px 70px rgba(0, 0, 0, .2);
}

.talent-portrait::after {
  content: "";
  position: absolute;
  inset: 45% 0 0;
  background: linear-gradient(to bottom, transparent, rgba(4, 8, 10, .82));
  pointer-events: none;
}

.talent-portrait img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 560px;
  object-fit: cover;
  object-position: center 30%;
  filter: saturate(.92) contrast(1.04);
}

.talent-portrait figcaption {
  position: absolute;
  z-index: 1;
  left: clamp(1.3rem, 3vw, 2.6rem);
  bottom: clamp(1rem, 2vw, 2rem);
  font: 800 clamp(4.5rem, 10vw, 10rem)/.74 Montserrat, sans-serif;
  letter-spacing: -.09em;
  color: #f3f1eb;
  text-shadow: 0 4px 24px rgba(0, 0, 0, .3);
}

.talent-profile { max-width: 580px; padding-bottom: 1rem; }
.talent-label { margin-bottom: 1rem; }
.talent-profile h2 {
  font: 800 clamp(3.5rem, 7vw, 7.2rem)/.9 Montserrat, sans-serif;
  letter-spacing: -.065em;
  margin: 0 0 1.5rem;
}

.verified-name { display: flex; align-items: center; gap: .22em; }
.verified-badge { display: inline-flex; width: .35em; height: .35em; flex: 0 0 auto; transform: translateY(.04em); }
.verified-badge svg { display: block; width: 100%; height: 100%; overflow: visible; }
.verified-badge path:first-child { fill: #1d9bf0; }
.verified-badge .check { fill: none; stroke: #fff; stroke-width: 2.25; stroke-linecap: round; stroke-linejoin: round; }

.talent-lead { font-size: 1.25rem; line-height: 1.5; font-weight: 600; }
.talent-profile > p:not(.talent-label):not(.talent-lead) { color: #414447; }
.talent-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid rgba(0, 0, 0, .2);
  margin-top: 2.5rem;
  padding-top: 1.7rem;
  gap: 2rem;
}

.talent-stats div { display: flex; flex-direction: column; }
.talent-stats strong {
  font: 700 clamp(2.5rem, 5vw, 5rem)/1 Montserrat, sans-serif;
  letter-spacing: -.06em;
}

.talent-stats span {
  font-size: .72rem;
  text-transform: uppercase;
  letter-spacing: .14em;
  color: #555;
  margin-top: .6rem;
}

@media (max-width: 800px) {
  .talent-grid { grid-template-columns: 1fr; }
  .talent-portrait,
  .talent-portrait img { min-height: 470px; }
  .talent-portrait figcaption { font-size: 25vw; }
  .talent-stats { gap: 1rem; }
  .talent-profile h2 { font-size: 4rem; }
}
