.team-card-79ab83d5 {
  background: #f5f3ef;
  border: 1px solid #e8e4de;
  overflow: hidden;
  transition: box-shadow 0.25s, transform 0.25s;
}
.team-card-79ab83d5:hover {
  box-shadow: 0 8px 32px rgba(0,0,0,0.1);
  transform: translateY(-2px);
}
.team-card-79ab83d5 .card-photo {
  position: relative;
  aspect-ratio: 3 / 4;
  overflow: hidden;
}
.team-card-79ab83d5 .card-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
  transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.team-card-79ab83d5:hover .card-photo img {
  transform: scale(1.04);
}
.team-card-79ab83d5 .card-body {
  padding: 1.5rem;
}
.team-card-79ab83d5 .card-name {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-size: 1.05rem;
  color: #1a1a1e;
  line-height: 1.2;
  margin-bottom: 0.3rem;
  margin-top: 0;
}
.team-card-79ab83d5 .card-title {
  font-size: 0.72rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #e64c38;
  margin-bottom: 1rem;
  margin-top: 0;
}
.team-card-79ab83d5 .card-actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.875rem;
}
.team-card-79ab83d5 .card-bio-btn {
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #50505a;
  background: none;
  border: 1px solid #e8e4de;
  padding: 0.4rem 0.875rem;
  cursor: pointer;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
  display: flex;
  align-items: center;
  gap: 0.4rem;
}
.team-card-79ab83d5 .card-bio-btn:hover {
  background: #1a1a1e;
  color: #fff;
  border-color: #1a1a1e;
}
.team-card-79ab83d5 .card-bio-btn svg {
  width: 10px;
  height: 10px;
  transition: transform 0.2s;
  flex-shrink: 0;
}
.team-card-79ab83d5 .card-bio-btn.open svg {
  transform: rotate(180deg);
}
.team-card-79ab83d5 .card-social {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background: rgba(0,0,0,0.06);
  color: #50505a;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
  flex-shrink: 0;
  border-radius: 50%;
}
.team-card-79ab83d5 .card-social:hover {
  background: #1a1a1e;
  color: #fff;
}
.team-card-79ab83d5 .card-social svg,
.team-card-79ab83d5 .card-social i {
  font-size: 14px;
  width: 14px;
  height: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.team-card-79ab83d5 .card-bio {
  font-size: 0.82rem;
  line-height: 1.75;
  color: #50505a;
  display: none;
  padding-top: 0.875rem;
  border-top: 1px solid #e8e4de;
  margin-top: 0;
}
.team-card-79ab83d5 .card-bio.open {
  display: block;
}
