.teams-page .section {
  padding: clamp(2.6rem, 4.8vw, 3.8rem) 0;
}

.team-hero {
  padding-top: clamp(3.2rem, 6.8vw, 4.9rem);
}

.team-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(0.9rem, 2.2vw, 1.3rem);
  align-items: start;
}

.hero-copy {
  max-width: 56ch;
}

.team-hero .section-head h1 {
  max-width: 10ch;
  font-size: clamp(2.15rem, 4.8vw, 3.4rem);
}

.hero-statement {
  margin-top: 0.8rem;
  font-size: clamp(1.02rem, 1.8vw, 1.14rem);
  line-height: 1.58;
  color: #334155;
}

.hero-statement strong {
  color: var(--ink);
}

.hero-detail {
  margin-top: 0.48rem;
  color: #667085;
  line-height: 1.56;
  font-size: 0.98rem;
}

.award-slab,
.team-photo,
.reel-shell,
.leader-card,
.crew-card {
  border-radius: var(--radius-lg);
  border: 1px solid rgba(15, 23, 42, 0.1);
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.92), rgba(246, 248, 252, 0.82));
  box-shadow:
    0 12px 28px rgba(15, 23, 42, 0.09),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(12px) saturate(118%);
  -webkit-backdrop-filter: blur(12px) saturate(118%);
  position: relative;
  overflow: hidden;
  transition:
    transform 340ms cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 340ms cubic-bezier(0.22, 1, 0.36, 1),
    border-color 280ms ease;
}

.award-slab::before,
.team-photo::before,
.reel-shell::before,
.leader-card::before,
.crew-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 34%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.46), rgba(255, 255, 255, 0));
  pointer-events: none;
  z-index: 0;
}

.award-slab *,
.team-photo *,
.reel-shell *,
.leader-card *,
.crew-card * {
  position: relative;
  z-index: 1;
}

.award-slab:hover,
.team-photo:hover,
.reel-shell:hover,
.leader-card:hover,
.crew-card:hover {
  transform: translateY(-4px);
  border-color: rgba(34, 64, 109, 0.32);
  box-shadow:
    0 18px 34px rgba(18, 31, 53, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.78);
}

.team-photo {
  margin: 0;
  padding: 0.78rem;
  display: grid;
  gap: 0.58rem;
}

.team-photo img {
  display: block;
  width: 100%;
  min-height: 260px;
  max-height: 560px;
  object-fit: contain;
  object-position: center;
  background: #f5f7fb;
  border-radius: 14px;
  border: 1px solid rgba(15, 23, 42, 0.1);
}

.team-photo figcaption {
  font-size: 0.82rem;
  color: #5f718a;
  letter-spacing: 0.01em;
}

.award-slab {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: minmax(250px, 420px) minmax(0, 1fr);
  gap: 0.86rem;
  align-items: center;
  padding: 0.86rem;
}

.award-slab img {
  width: 100%;
  min-height: 210px;
  max-height: 330px;
  border-radius: 14px;
  object-fit: contain;
  object-position: center;
  border: 1px solid rgba(15, 23, 42, 0.1);
  background: #f5f7fb;
}

.award-label {
  font-size: 0.62rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #667085;
  font-weight: 780;
}

.award-slab strong {
  display: block;
  margin-top: 0.28rem;
  color: #101828;
  font-size: clamp(1.16rem, 2vw, 1.58rem);
  letter-spacing: -0.01em;
}

.award-copy {
  margin-top: 0.34rem;
  color: #475467;
  font-size: 0.96rem;
  line-height: 1.54;
}

.presentation-reel {
  padding-top: 1.38rem;
}

.reel-shell {
  margin-top: 0.86rem;
  padding: 0.78rem;
}

.reel-shell video {
  display: block;
  width: 100%;
  max-height: 640px;
  border-radius: 14px;
  border: 1px solid rgba(15, 23, 42, 0.1);
  background: #f5f7fb;
}

.leadership {
  padding-top: 1.36rem;
}

.leaders-grid {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.92rem;
}

.leader-card {
  color: var(--ink);
  padding: 1.04rem;
  display: grid;
  gap: 0.5rem;
}

.leader-photo {
  width: min(58%, 230px);
  min-width: 148px;
  aspect-ratio: 1 / 1;
  justify-self: center;
  object-fit: cover;
  object-position: center 20%;
  border-radius: 14px;
  border: 1px solid rgba(15, 23, 42, 0.12);
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.12);
  image-rendering: -webkit-optimize-contrast;
}

.leader-role {
  display: inline-flex;
  justify-self: start;
  align-items: center;
  min-height: 1.74rem;
  border-radius: var(--radius-pill);
  border: 1px solid rgba(15, 23, 42, 0.14);
  color: #475467;
  font-size: 0.62rem;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  font-weight: 780;
  padding: 0 0.6rem;
  background: rgba(255, 255, 255, 0.92);
}

.leader-card h3 {
  font-size: clamp(1.18rem, 2.1vw, 1.5rem);
  line-height: 1.12;
  color: #101828;
}

.leader-copy {
  margin-top: 0.12rem;
  color: #475467;
  line-height: 1.56;
  font-size: 0.95rem;
}

.crew-unit {
  padding-top: 1.28rem;
}

.crew-grid {
  margin-top: 0.9rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.74rem;
}

.crew-card {
  padding: 0.92rem;
  display: grid;
  gap: 0.22rem;
}

.crew-card h3 {
  font-size: 1.04rem;
  color: #101828;
}

.crew-card p {
  color: #667085;
  font-size: 0.86rem;
}

@media (max-width: 980px) {
  .team-hero-grid {
    grid-template-columns: 1fr;
  }

  .award-slab {
    grid-template-columns: 1fr;
  }

  .award-slab img {
    min-height: 220px;
    max-height: 330px;
  }

  .leaders-grid,
  .crew-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .team-photo img {
    max-height: 520px;
  }
}
