/* ===== LEADERSHIP TEAM — bio accordion (#team, vp-tc-* classes) ===== */

#team .vp-team-grid,
#team .team-grid,
.team .vp-team-grid,
.team .team-grid,
.vp-team-grid,
.team-grid {
  max-width: 1240px !important;
  margin: 0 auto !important;
  padding: 0 24px !important;
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 20px !important;
  box-sizing: border-box !important;
}

#team .vp-team-card--placeholder {
    width: 100% !important;
    background: linear-gradient(160deg, #ffffff 0%, #f8f4ee 100%) !important;
    border: 1.5px dashed rgba(184, 149, 110, 0.55) !important;
    padding: 20px;
}
#team .vp-tc-acc,
#team .tc-acc,
.team .vp-tc-acc,
.team .tc-acc,
.vp-tc-acc,
.tc-acc {
  border-radius: 16px !important;
  overflow: hidden !important;
  background: #fff !important;
  border: 1.5px solid #eef2f6 !important;
  box-shadow: 0 4px 18px rgba(11, 31, 54, 0.05) !important;
  transition: border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease !important;
}

#team .vp-tc-acc:hover,
#team .tc-acc:hover,
.team .vp-tc-acc:hover,
.team .tc-acc:hover,
.vp-tc-acc:hover,
.tc-acc:hover {
  border-color: rgba(184, 149, 110, 0.35) !important;
  box-shadow: 0 12px 32px rgba(11, 31, 54, 0.08) !important;
  transform: translateY(-4px) !important;
}

#team .vp-tc-acc.is-open,
#team .tc-acc.is-open,
.team .vp-tc-acc.is-open,
.team .tc-acc.is-open,
.vp-tc-acc.is-open,
.tc-acc.is-open {
  border-color: rgba(184, 149, 110, 0.45) !important;
  box-shadow: 0 12px 36px rgba(184, 149, 110, 0.12) !important;
}

#team .vp-tc-photo,
#team .tc-photo,
.team .vp-tc-photo,
.team .tc-photo,
.vp-tc-photo,
.tc-photo {
  height: 260px !important;
  position: relative !important;
  overflow: hidden !important;
}

#team .vp-tc-photo img,
#team .tc-photo img,
.team .vp-tc-photo img,
.team .tc-photo img,
.vp-tc-photo img,
.tc-photo img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
  transition: transform 0.5s ease !important;
}

#team .vp-tc-acc:hover .vp-tc-photo img,
#team .tc-acc:hover .tc-photo img,
.team .vp-tc-acc:hover .vp-tc-photo img,
.team .tc-acc:hover .tc-photo img,
.vp-tc-acc:hover .vp-tc-photo img,
.tc-acc:hover .tc-photo img {
  transform: scale(1.05) !important;
}

#team .vp-tc-photo::after,
#team .tc-photo::after,
.team .vp-tc-photo::after,
.team .tc-photo::after,
.vp-tc-photo::after,
.tc-photo::after {
  content: '' !important;
  position: absolute !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  height: 3px !important;
  background: #b8956e !important;
}

#team .vp-tc-body,
#team .tc-body,
.team .vp-tc-body,
.team .tc-body,
.vp-tc-body,
.tc-body {
  padding: 22px 22px 16px !important;
}

#team .vp-tc-name,
#team .tc-name,
.team .vp-tc-name,
.team .tc-name,
.vp-tc-name,
.tc-name {
  font-size: 21px !important;
  font-weight: 600 !important;
  color: #0b1f36 !important;
  margin-bottom: 2px !important;
  line-height: 1.25 !important;
}

#team .vp-tc-role,
#team .tc-role,
.team .vp-tc-role,
.team .tc-role,
.vp-tc-role,
.tc-role {
  font-size: 11.5px !important;
  font-weight: 700 !important;
  color: #b8956e !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  margin-bottom: 12px !important;
}

#team .vp-tc-bio-trigger,
#team .tc-bio-trigger,
.team .vp-tc-bio-trigger,
.team .tc-bio-trigger,
.vp-tc-bio-trigger,
.tc-bio-trigger {
  width: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 10px !important;
  padding: 10px 12px !important;
  margin: 0 !important;
  background: #f7f9fb !important;
  border: 1.5px solid #eef2f6 !important;
  border-radius: 10px !important;
  cursor: pointer !important;
  text-align: left !important;
  transition: border-color 0.2s ease, background 0.2s ease !important;
}

#team .vp-tc-bio-trigger:hover,
#team .tc-bio-trigger:hover,
.team .vp-tc-bio-trigger:hover,
.team .tc-bio-trigger:hover,
.vp-tc-bio-trigger:hover,
.tc-bio-trigger:hover,
#team .vp-tc-bio-trigger:focus,
#team .tc-bio-trigger:focus,
.team .vp-tc-bio-trigger:focus,
.team .tc-bio-trigger:focus,
.vp-tc-bio-trigger:focus,
.tc-bio-trigger:focus {
  background: #f6f1ea !important;
  border-color: rgba(184, 149, 110, 0.35) !important;
  outline: none !important;
}

#team .vp-tc-bio-trigger-text,
#team .tc-bio-trigger-text,
.team .vp-tc-bio-trigger-text,
.team .tc-bio-trigger-text,
.vp-tc-bio-trigger-text,
.tc-bio-trigger-text {
  font-family: 'Outfit', sans-serif !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: 0.4px !important;
  text-transform: uppercase !important;
  color: #132f4c !important;
}

#team .vp-tc-bio-chevron,
#team .tc-bio-chevron,
.team .vp-tc-bio-chevron,
.team .tc-bio-chevron,
.vp-tc-bio-chevron,
.tc-bio-chevron {
  flex-shrink: 0 !important;
  width: 24px !important;
  height: 24px !important;
  border-radius: 50% !important;
  background: #f6f1ea !important;
  color: #b8956e !important;
  font-size: 10px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: transform 0.28s ease, background 0.22s ease, color 0.22s ease !important;
}

#team .vp-tc-acc.is-open .vp-tc-bio-chevron,
#team .tc-acc.is-open .tc-bio-chevron,
.team .vp-tc-acc.is-open .vp-tc-bio-chevron,
.team .tc-acc.is-open .tc-bio-chevron,
.vp-tc-acc.is-open .vp-tc-bio-chevron,
.tc-acc.is-open .tc-bio-chevron {
  transform: rotate(180deg) !important;
  background: #b8956e !important;
  color: #fff !important;
}

#team .vp-tc-bio-panel,
#team .tc-bio-panel,
.team .vp-tc-bio-panel,
.team .tc-bio-panel,
.vp-tc-bio-panel,
.tc-bio-panel {
  display: grid !important;
  grid-template-rows: 0fr !important;
  transition: grid-template-rows 0.32s ease !important;
}

#team .vp-tc-acc.is-open .vp-tc-bio-panel,
#team .tc-acc.is-open .tc-bio-panel,
.team .vp-tc-acc.is-open .vp-tc-bio-panel,
.team .tc-acc.is-open .tc-bio-panel,
.vp-tc-acc.is-open .vp-tc-bio-panel,
.tc-acc.is-open .tc-bio-panel {
  grid-template-rows: 1fr !important;
}

#team .vp-tc-bio-panel-inner,
#team .tc-bio-panel-inner,
.team .vp-tc-bio-panel-inner,
.team .tc-bio-panel-inner,
.vp-tc-bio-panel-inner,
.tc-bio-panel-inner {
  overflow: hidden !important;
}

#team .vp-tc-bio,
#team .tc-bio,
.team .vp-tc-bio,
.team .tc-bio,
.vp-tc-bio,
.tc-bio {
  font-size: 13px !important;
  color: #6b7280 !important;
  line-height: 1.72 !important;
  margin: 0 !important;
  padding: 12px 2px 0 !important;
}

@media (max-width: 768px) {
  #team .vp-team-grid,
  #team .team-grid,
  .team .vp-team-grid,
  .team .team-grid,
  .vp-team-grid,
  .team-grid {
    grid-template-columns: 1fr !important;
  }

  #team .vp-tc-photo,
  #team .tc-photo,
  .vp-tc-photo,
  .tc-photo {
    height: 220px !important;
  }
}
