/* ═══════════════════════════════════════════════════════════
   HUNG GIA GROUP — Trang Ban Lãnh Đạo
   Prefix: bld-
═══════════════════════════════════════════════════════════ */

/* ── HERO ─────────────────────────────────────────────────── */
.bld-hero {
  position: relative;
  padding: 140px 0 100px !important;
  background-size: cover !important;
  background-position: center !important;
}
.bld-hero::after {
  content: '';
  position: absolute; bottom: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(to right, transparent, #C9A840, transparent);
  z-index: 2;
}
.bld-eyebrow {
  display: inline-flex; align-items: center; justify-content: center; gap: 14px;
  font-size: 11px; font-weight: 700; letter-spacing: 0.3em;
  text-transform: uppercase; color: #C9A840;
  width: 100%;
}
.bld-eyebrow::before, .bld-eyebrow::after {
  content: ''; display: inline-block;
  width: 32px; height: 1px; background: rgba(201,168,64,0.5);
}

.bld-hero-title,
.bld-hero-title h3,
.bld-hero-title .section-title-main {
  font-family: 'Playfair Display', serif !important;
  font-size: clamp(2.5rem, 5vw, 4rem) !important;
  color: #fff !important;
  line-height: 1.2 !important;
  text-transform: none !important;
  text-align: center !important;
  width: 100% !important;
  margin: 0 auto 32px !important;
  max-width: 900px;
}
.bld-hero-title b, .bld-hero-title span { font-weight: inherit !important; border: none !important; }
.bld-hero-title { border: none !important; }

/* ── SECTION LABEL ────────────────────────────────────────── */
.bld-section-label {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-size: 11px; font-weight: 700; letter-spacing: 0.25em;
  text-transform: uppercase; color: #C9A840;
  margin-bottom: 14px; width: 100%;
}
.bld-section-label.left { justify-content: flex-start; }
.bld-section-label::before {
  content: ''; display: inline-block;
  width: 28px; height: 1px; background: #C9A840;
}

/* ── CHAIRMAN / LEADER ────────────────────────────────────── */
.bld-leader-quote {
  font-family: 'Playfair Display', Georgia, serif !important;
  font-size: clamp(1.8rem, 3vw, 2.4rem) !important;
  line-height: 1.4 !important;
  color: #0D1B2A !important;
  margin-bottom: 24px !important;
  position: relative;
}
.bld-leader-desc {
  font-size: 1.15rem !important;
  color: #6B5E4E !important;
  line-height: 1.8 !important;
  margin-bottom: 32px;
}
.bld-leader-name {
  font-family: 'Playfair Display', serif;
  font-size: 2rem;
  font-weight: 700;
  color: #0D1B2A;
  margin-bottom: 4px;
}
.bld-leader-title {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #C9A840;
}
.bld-leader-signature {
  margin-top: 32px;
  max-width: 180px;
  opacity: 0.8;
}

/* ── MEMBER CARD (GRID) ───────────────────────────────────── */
.bld-member-card {
  background: #ffffff;
  border: 1px solid #EDE8DC;
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.4s ease;
  position: relative;
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.bld-member-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(13,27,42,0.08);
  border-color: rgba(201,168,64,0.3);
}

.bld-member-img {
  width: 100%;
  aspect-ratio: 3/4;
  position: relative;
  overflow: hidden;
  background: #f5f5f5;
}
/* Fallback color/gradient for missing image */
.bld-member-img-bg {
  position: absolute; top:0; left:0; width:100%; height:100%;
  background: linear-gradient(135deg, #E2E2E2 0%, #C4C4C4 100%);
  background-size: cover;
  background-position: center;
  transition: transform 0.5s ease;
}
.bld-member-card:hover .bld-member-img-bg {
  transform: scale(1.05);
}

.bld-member-info {
  padding: 32px 24px;
  background: #fff;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.bld-member-info::before {
  content: '';
  position: absolute; top: 0; left: 50%; transform: translateX(-50%);
  width: 40px; height: 3px; background: #C9A840;
}
.bld-member-info h3 {
  font-family: 'Playfair Display', serif !important;
  font-size: 1.4rem !important; font-weight: 700 !important;
  color: #0D1B2A !important; margin-bottom: 8px !important;
  text-transform: none !important;
}
.bld-member-info p.title {
  font-size: 12px !important; font-weight: 700 !important;
  letter-spacing: 0.1em; text-transform: uppercase;
  color: #C9A840 !important; margin-bottom: 16px !important;
}
.bld-member-info p.desc {
  font-size: 14px !important; color: #6B5E4E !important;
  line-height: 1.6 !important; margin-bottom: 0 !important;
}

/* Hover overlay info (Optional aesthetic touch) */
.bld-member-overlay {
  position: absolute; top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(13,27,42,0.9);
  color: #fff;
  padding: 40px 24px;
  display: flex; flex-direction: column; justify-content: center;
  opacity: 0; visibility: hidden;
  transition: all 0.4s ease;
  z-index: 3;
  transform: translateY(20px);
}
.bld-member-card:hover .bld-member-overlay {
  opacity: 1; visibility: visible;
  transform: translateY(0);
}
.bld-member-overlay-icon {
  font-size: 24px; color: #C9A840; margin-bottom: 16px;
}
.bld-member-overlay p {
  font-size: 14px; line-height: 1.6; color: rgba(255,255,255,0.8);
}
.bld-social-links {
  margin-top: 24px; display: flex; gap: 12px; justify-content: center;
}
.bld-social-link {
  width: 36px; height: 36px; border-radius: 50%;
  border: 1px solid rgba(201,168,64,0.3);
  display: flex; align-items: center; justify-content: center;
  color: #C9A840; font-size: 14px; text-decoration: none;
  transition: all 0.3s;
}
.bld-social-link:hover {
  background: #C9A840; color: #0D1B2A;
}
