.cfro-ue-grid .faculty--team {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.cfro-ue-card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(12, 40, 24, 0.08);
}

.cfro-ue-card__link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.cfro-ue-card .faculty__photo {
  height: 220px;
  background: #0c3d22 center / cover no-repeat;
}

.cfro-ue-card h3 {
  margin: 12px 16px 0;
  font-size: 1.05rem;
}

.cfro-ue-card p {
  margin: 4px 16px 8px;
  color: #5c6b62;
  font-size: 13px;
}

.cfro-ue-card__more {
  display: inline-block;
  margin: 0 16px 16px;
  font-size: 13px;
  color: #0c3d22;
  font-weight: 600;
}

/* —— Profil membru (layout cfro.ro articol unitate-executiva-*) —— */

.cfro-ue-banner {
  position: relative;
  min-height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #194d33 var(--cfro-ue-banner, none) center / cover no-repeat;
  color: #fff;
}

.cfro-ue-banner__veil {
  position: absolute;
  inset: 0;
  background: rgba(25, 77, 51, 0.45);
}

.cfro-ue-banner__copy {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 48px 16px;
}

.cfro-ue-banner__title {
  margin: 0;
  font-size: clamp(1.6rem, 3vw, 2.25rem);
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #fff !important;
}

.cfro-ue-crumbs {
  padding: 18px 0 8px;
}

.cfro-ue-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
  font-size: 14px;
  color: #5c6b62;
}

.cfro-ue-breadcrumb a {
  color: #0c3d22;
  text-decoration: none;
}

.cfro-ue-breadcrumb a:hover {
  text-decoration: underline;
}

.cfro-ue-member {
  padding: 12px 0 64px;
  background: #fff;
}

.cfro-ue-member__grid {
  display: grid;
  grid-template-columns: minmax(220px, 320px) minmax(0, 1fr);
  gap: 40px 48px;
  align-items: start;
}

.cfro-ue-member__aside {
  text-align: center;
}

.cfro-ue-member__photo-wrap {
  display: inline-block;
  max-width: 100%;
}

.cfro-ue-member__photo {
  display: block;
  width: 100%;
  max-width: 300px;
  height: auto;
  aspect-ratio: 1;
  object-fit: cover;
  object-position: center top;
  margin: 0 auto;
  background: #e8eee9;
}

.cfro-ue-member__role {
  margin: 16px 0 0;
  font-size: 15px;
  line-height: 1.45;
  color: #2e3634;
  font-weight: 500;
}

.cfro-ue-member__contacts {
  margin-top: 12px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: 13px;
  color: #5c6b62;
}

.cfro-ue-member__contacts a {
  color: #0c3d22;
}

.cfro-ue-member__name {
  margin: 0 0 20px;
  font-size: clamp(1.5rem, 2.4vw, 2.1rem);
  font-weight: 700;
  color: #111;
  line-height: 1.2;
}

.cfro-ue-member__bio {
  max-width: 48rem;
  font-size: 1.05rem;
  line-height: 1.7;
  color: #2e3634;
}

.cfro-ue-member__bio p {
  margin: 0 0 1.1em;
}

@media (max-width: 900px) {
  .cfro-ue-grid .faculty--team {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cfro-ue-member__grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .cfro-ue-member__aside {
    max-width: 320px;
    margin: 0 auto;
  }

  .cfro-ue-member__body {
    text-align: left;
  }
}

@media (max-width: 560px) {
  .cfro-ue-grid .faculty--team {
    grid-template-columns: 1fr;
  }

  .cfro-ue-banner {
    min-height: 160px;
  }
}
