/* Faculty page — shared typography via page-premium.css */
@import url("page-premium.css");
@import url("page-connect.css");

/* Faculty grid — spacing & director highlight */
.page-faculty .team-section {
  position: relative;
  z-index: 1;
}

.page-faculty .team-title-items {
  position: relative;
  z-index: 2;
}

.page-faculty .faculty-grid {
  position: relative;
  z-index: 3;
  margin-top: clamp(12px, 2vw, 20px);
}

.page-faculty .team-box-items {
  margin-top: clamp(20px, 3vw, 30px);
  height: auto;
  padding: 0;
  background: var(--np-bg-secondary);
  border: 1px solid var(--np-border);
  border-radius: 16px;
  overflow: hidden;
}

/* Template uses a misaligned ::before frame + image padding — disable on faculty */
.page-faculty .team-box-items::before {
  display: none;
}

.page-faculty .team-box-items--director {
  border-color: rgba(200, 164, 77, 0.75);
  box-shadow: 0 0 24px rgba(200, 164, 77, 0.12);
}

.page-faculty .team-box-items .team-image {
  padding: 0;
  margin: 0;
  width: 100%;
}

.page-faculty .team-box-items .team-image img {
  width: 100%;
  height: clamp(300px, 38vw, 380px);
  display: block;
  border-radius: 0;
  object-fit: cover;
  object-position: top center;
}

.page-faculty .team-box-items .team-image .social-profile {
  right: 14px;
  bottom: 14px;
}

.page-faculty .team-box-items .team-content {
  padding: clamp(16px, 2.5vw, 22px) clamp(14px, 2vw, 18px);
  border-top: 1px solid var(--np-border);
}

.page-faculty .team-box-items .team-content h3 {
  font-family: "Cinzel", serif;
  font-size: clamp(0.85rem, 1.1vw, 1rem);
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: none;
  color: var(--np-gold-light) !important;
}

.page-faculty .team-box-items--director .team-content h3 {
  color: var(--np-gold-light) !important;
}

.page-faculty .team-box-items .team-content h3 a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease;
}

.page-faculty .team-box-items .team-content h3 a:hover {
  color: var(--np-gold) !important;
}

.page-faculty .team-box-items__bio-link {
  display: inline-block;
  margin-top: 8px;
  font-family: "Inter", sans-serif;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--np-gold);
  text-decoration: none;
}

.page-faculty .team-box-items__bio-link:hover {
  color: var(--np-gold-light);
}

.page-faculty .team-box-items--director .team-content p {
  color: var(--np-gold) !important;
  font-weight: 500;
  letter-spacing: 0.04em;
}
