.team-page {
  background: linear-gradient(180deg, #f7fbf5 0, #ffffff 340px);
}

.team-page-hero {
  padding: 48px 24px 42px;
}

.team-page-hero nav {
  display: flex;
  gap: 9px;
  align-items: center;
  margin-bottom: 32px;
  color: #647166;
  font-size: 10px;
}

.team-page-hero nav a {
  color: #25662e;
}

.team-page-hero .eyebrow {
  margin: 0 0 10px;
  color: #277934;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.team-page-hero h1 {
  margin: 0;
  color: #172219;
  font-size: 32px;
  line-height: 1.08;
  letter-spacing: -0.025em;
}

.team-page-hero h1::after {
  display: block;
  width: 38px;
  height: 4px;
  margin-top: 22px;
  border-radius: 4px;
  background: #f5782b;
  content: "";
}

.team-page-hero .description {
  max-width: 330px;
  margin: 21px 0 0;
  color: #647166;
  font-size: 13px;
  line-height: 1.7;
}

.team-directory {
  padding: 12px 22px 64px;
}

.team-card-list {
  display: grid;
  gap: 22px;
}

.team-card {
  overflow: hidden;
  border: 1px solid #d6e5d2;
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 12px 28px rgba(39, 76, 40, 0.08);
}

.team-card-image {
  display: block;
  width: 100%;
  height: 268px;
  object-fit: cover;
  object-position: center;
  background: #edf5e9;
}

.team-card-body {
  padding: 27px 21px 25px;
}

.team-number {
  margin: 0 0 8px;
  color: #f17229;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.team-card h2 {
  margin: 0;
  color: #176729;
  font-size: 20px;
  line-height: 1.25;
}

.team-description {
  margin: 13px 0 0;
  color: #637066;
  font-size: 11px;
  line-height: 1.65;
}

.team-empty {
  margin: 48px 0;
  color: #637166;
  text-align: center;
}

@media (min-width: 720px) {
  .team-card-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
