/* sobre.css — exclusivo do sobre.php */

.team-card__photo {
  width: 100%;
  aspect-ratio: 4 / 5;
  border-radius: var(--radius-md);
  background: linear-gradient(160deg, rgba(242,169,59,0.35), rgba(255,255,255,0.06));
  margin-bottom: 18px;
}

.team-card h3 { color: var(--color-white); margin-bottom: 4px; }

.team-card__role {
  font-family: var(--font-mono);
  font-size: 0.78rem;
  letter-spacing: 0.03em;
  color: rgba(255,255,255,0.6);
}
