.director-hero {
  position: relative;
  min-height: 470px;
  display: flex;
  align-items: flex-end;
  background: #0b2d5c url('/assets/fasilitas/tentang/ruang-tunggu-kece.webp') center 43% / cover no-repeat;
  color: #fff;
}

.director-hero::before {
  position: absolute;
  inset: 0;
  content: '';
  background: linear-gradient(90deg, rgba(5, 25, 52, .94) 0%, rgba(5, 25, 52, .76) 48%, rgba(5, 25, 52, .2) 100%);
}

.director-hero-content {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.director-grid {
  display: grid;
  gap: 1rem;
}

.director-card {
  overflow: hidden;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(11, 45, 92, .09);
}

.director-photo,
.director-placeholder {
  width: 100%;
  aspect-ratio: 4 / 5;
}

.director-photo {
  display: block;
  object-fit: cover;
  object-position: top center;
}

.director-placeholder {
  display: grid;
  place-items: center;
  background: #eaf3ff;
}

.director-initials {
  display: grid;
  width: 96px;
  height: 96px;
  place-items: center;
  border: 4px solid #fff;
  border-radius: 50%;
  background: #0052f0;
  box-shadow: 0 8px 20px rgba(11, 45, 92, .2);
  color: #fff;
  font-size: 1.875rem;
  font-weight: 900;
}

.director-card-body {
  min-height: 148px;
  padding: 1.25rem;
  border-top: 4px solid #0052f0;
}

.director-card:first-child .director-card-body {
  border-top-color: #f20505;
}

.director-position {
  color: #f20505;
  font-size: .875rem;
  font-weight: 700;
}

.director-name {
  margin-top: .5rem;
  color: #0b2d5c;
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.director-bio {
  margin-top: .75rem;
  color: #475569;
  line-height: 1.75;
}

.director-domain {
  padding: 1.25rem 0;
  border-top: 3px solid var(--domain-color);
}

@media (min-width: 768px) {
  .director-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .director-hero {
    min-height: 440px;
    background-position: 58% center;
  }

  .director-hero::before {
    background: linear-gradient(0deg, rgba(5, 25, 52, .96) 0%, rgba(5, 25, 52, .7) 62%, rgba(5, 25, 52, .2) 100%);
  }

  .director-hero-content {
    padding-top: 7rem;
    padding-bottom: 3rem;
  }
}
