/* Team section (replaces single-architect card) */
.team {
  padding: 64px 0;
  background: #fafbfc;
  border-top: 1px solid rgba(0,0,0,0.05);
  border-bottom: 1px solid rgba(0,0,0,0.05);
}
.team-inner {
  max-width: 760px;
}
.team-eyebrow {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #777;
  margin: 0 0 12px;
}
.team-heading {
  font-size: 28px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 16px;
  line-height: 1.2;
}
.team-sub {
  font-size: 16px;
  line-height: 1.6;
  color: #444;
  margin: 0 0 20px;
}
.team-points {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.team-points li {
  background: #fff;
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 20px;
  padding: 8px 16px;
  font-size: 14px;
  color: #1a1a1a;
  font-weight: 500;
}