.team-member-hero {
  padding: 80px var(--page-gutter) 40px;
  background: var(--surface);
  border-bottom: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.team-member-hero__inner {
  max-width: 800px;
  width: 100%;
}

.team-member-hero__avatar {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid var(--border);
  margin-bottom: 24px;
}

.team-member-hero__title {
  font-family: 'Orbitron', sans-serif;
  font-size: 2.5rem;
  margin-bottom: 8px;
  background: var(--gradient);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.team-member-hero__role {
  font-size: 1.25rem;
  color: var(--text-muted);
  font-weight: 500;
  margin-bottom: 24px;
}

.team-member-details {
  padding: 60px var(--page-gutter);
  max-width: 800px;
  margin: 0 auto;
}

.team-member-details h2 {
  font-size: 1.75rem;
  margin-bottom: 20px;
  font-family: 'Oswald', sans-serif;
}

.team-member-details p {
  line-height: 1.7;
  color: var(--text);
  margin-bottom: 16px;
  font-size: 1.05rem;
}

.team-member-back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--text-muted);
  text-decoration: none;
  font-weight: 600;
  margin-bottom: 40px;
  transition: var(--transition);
}

.team-member-back:hover {
  color: var(--text);
}

.content-wrapper h3 {
  margin-top: 24px;
  margin-bottom: 12px;
}
.content-wrapper ul {
  margin-left: 20px;
  margin-bottom: 16px;
}
.content-wrapper li {
  margin-bottom: 8px;
}
