.team-hero {
  padding-top: var(--space-64);
}

.team-hero__grid {
  align-items: center;
  gap: var(--space-40);
}

.team-hero__content {
  max-width: 560px;
}

.team-hero__meta {
  margin-top: var(--space-16);
  margin-bottom: var(--space-24);
}

.team-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-12);
}

.team-hero__media {
  min-height: 260px;
}

.section-header {
  text-align: left;
}

.team-grid .team-card {
  height: 100%;
}

.small-copy {
  font-size: var(--font-size-sm);
}

.team-roles__grid,
.team-collaboration__grid,
.team-studio__grid,
.team-philosophy__grid,
.team-values__grid,
.team-careers__grid {
  align-items: flex-start;
}

.team-list {
  margin-top: var(--space-12);
  margin-bottom: 0;
  padding-left: 1.1em;
  color: var(--color-text-muted);
}

.team-list li + li {
  margin-top: var(--space-4);
}

.team-philosophy {
  background-color: var(--gray-50);
}

.team-values-list {
  display: grid;
  gap: var(--space-16);
  margin: 0;
}

.team-values-list dt {
  font-weight: 600;
  font-family: var(--font-serif);
  margin-bottom: var(--space-4);
}

.team-values-list dd {
  margin: 0;
  color: var(--color-text-muted);
}

.team-careers__actions {
  margin-top: var(--space-20);
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-12);
}

@media (max-width: 900px) {
  .team-hero {
    padding-top: var(--space-48);
  }

  .team-hero__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .team-hero__media {
    order: -1;
  }
}

@media (max-width: 600px) {
  .team-hero__content {
    max-width: 100%;
  }
}
