.wings-people-intro {
  color: var(--wings-muted);
  margin-bottom: 1.5rem;
}

.wings-governing-body-card {
  border: 1px solid var(--wings-border);
  border-radius: var(--wings-radius);
  overflow: hidden;
  box-shadow: var(--wings-shadow);
  height: 100%;
  background: var(--wings-surface);
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.wings-governing-body-card:hover {
  box-shadow: var(--wings-shadow-lg);
  transform: translateY(-2px);
}

.wings-governing-body-card .governing-body-photo-col {
  padding: 0;
}

.wings-governing-body-card .governing-body-photo {
  width: 100%;
  display: block;
}

.wings-governing-body-card .card-body {
  padding: 1.15rem 1.25rem;
}

.wings-governing-body-card .wings-role-badge {
  display: inline-block;
  background: rgba(26, 92, 58, 0.1);
  color: var(--wings-green-dark);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  padding: 0.25rem 0.6rem;
  border-radius: 999px;
  margin-bottom: 0.65rem;
}

.wings-governing-body-card .card-title {
  font-family: 'Fraunces', Georgia, serif;
  font-size: 1.15rem;
  margin-bottom: 0.35rem;
}

.wings-governing-body-card .wings-person-org {
  color: var(--wings-muted);
  margin-bottom: 0.75rem;
}

.wings-governing-body-card .wings-person-contact {
  font-size: 0.88rem;
  color: var(--wings-muted);
}

.wings-governing-body-card .wings-person-contact a {
  word-break: break-word;
}

.wings-advisor-card {
  border: 1px solid var(--wings-border);
  border-radius: var(--wings-radius);
  background: var(--wings-surface);
  box-shadow: var(--wings-shadow);
  height: 100%;
}

.wings-advisor-card .card-body {
  padding: 1.15rem 1.25rem;
}

.wings-advisor-card .advisor-name {
  font-family: 'Fraunces', Georgia, serif;
  font-size: 1.05rem;
  margin-bottom: 0.45rem;
  color: var(--wings-green-dark);
}

.wings-advisor-card .advisor-org {
  color: var(--wings-muted);
  margin-bottom: 0;
  line-height: 1.55;
}

.wings-advisor-card .advisor-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 50%;
  background: var(--wings-green);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  margin-bottom: 0.65rem;
}

.wings-people-table {
  margin-bottom: 0;
}

.wings-people-table thead th {
  background: var(--wings-green);
  color: #fff;
  font-weight: 600;
  border: none;
  white-space: nowrap;
}

.wings-people-table tbody td,
.wings-people-table tbody th {
  vertical-align: middle;
}

.wings-people-table tbody tr:hover {
  background: rgba(26, 92, 58, 0.04);
}

.wings-people-table .org-cell {
  color: var(--wings-muted);
  line-height: 1.5;
}

.wings-people-table a {
  word-break: break-word;
}

.wings-member-count {
  display: inline-block;
  margin-left: 0.35rem;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--wings-muted);
}

@media (max-width: 767.98px) {
  .wings-governing-body-card .governing-body-photo-col {
    overflow: visible;
  }

  .wings-governing-body-card .governing-body-photo {
    height: auto;
    max-height: 320px;
    object-fit: contain;
    border-radius: var(--wings-radius) var(--wings-radius) 0 0 !important;
  }
}

@media (min-width: 768px) {
  .wings-governing-body-card .governing-body-photo-col {
    overflow: hidden;
    flex: 0 0 160px;
    width: 160px;
  }

  .wings-governing-body-card .governing-body-photo {
    height: 100%;
    min-height: 180px;
    object-fit: cover;
    object-position: top center;
    border-radius: var(--wings-radius) 0 0 var(--wings-radius) !important;
  }
}

@media (max-width: 767.98px) {
  .wings-people-table-desktop { display: none; }
  .wings-people-table-mobile { display: block; }
}

@media (min-width: 768px) {
  .wings-people-table-desktop { display: block; }
  .wings-people-table-mobile { display: none; }
}

.wings-member-card {
  border: 1px solid var(--wings-border);
  border-radius: var(--wings-radius);
  padding: 1rem 1.1rem;
  background: var(--wings-surface);
  box-shadow: var(--wings-shadow);
}

.wings-member-card + .wings-member-card {
  margin-top: 0.75rem;
}

.wings-member-card .member-name {
  font-weight: 600;
  margin-bottom: 0.25rem;
}

.wings-member-card .member-meta {
  font-size: 0.92rem;
  color: var(--wings-muted);
  margin-bottom: 0.15rem;
}

.wings-member-card .member-meta:last-child {
  margin-bottom: 0;
}
