.team-section {
  background:
    radial-gradient(circle at 18% 0%, rgba(53, 208, 135, 0.12), transparent 30rem),
    linear-gradient(180deg, rgba(255,255,255,0.035), rgba(255,255,255,0.015));
}

.team-story-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  gap: clamp(36px, 7vw, 96px);
  align-items: start;
}

.team-story-grid .section-heading {
  margin-bottom: 0;
}

.team-copy {
  max-width: 720px;
}

.team-card-grid {
  margin-top: 40px;
}

.team-section .team-card {
  background: linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0.035));
}

.team-section .avatar {
  width: 44px;
  height: 44px;
  border-radius: 16px;
  font-size: 0.95rem;
}

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

  .team-copy {
    max-width: 820px;
  }
}
