/* ===================================================================
   SECTION: Team
   =================================================================== */

.team-section {
  background: var(--color-bg-card);
  max-width: none;
  padding: var(--space-xl) var(--space-lg);
}

.team-section .container {
  max-width: var(--container-max);
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  max-width: 800px;
}
