/* ============================================================
   Trang "Ban lãnh đạo" — module about-subpages, iteration 1 (thiết kế 21/08/2026).
   Port từ _design-reference/20260821-HUFLIT-website-standalone/HUFLIT-standalone-hoc-thuat.html
   Conditional enqueue: chỉ trang dùng `templates/leadership.php`.

   ⚠ SCOPE BẮT BUỘC: MỌI selector đặt dưới `.hf-leadership39`. Các class dùng chung
   (.hf-shell, .hf-btn, .hf-eyebrow, .hf-crumb, .hf-section, .hf-cta-band…) cũng do HEADER/
   MEGA-MENU + FOOTER dùng; file này load SAU mega-menu.css nên rule TRẦN sẽ đè định nghĩa gốc
   → mega/footer co lại CHỈ trên trang này (gate QA crop `.hf-page` không bắt được — xem
   helper assertSharedChromeIntact).
   Guard: `grep "^\.hf-" leadership-page.css | grep -v "^\.hf-leadership39" | wc -l` = 0.

   ⚠ SINH TỰ ĐỘNG phần lớn: 183 rule trích thẳng từ các <style> của file design
   (giữ nguyên thứ tự cascade gốc, chỉ thêm tiền tố scope). Không sửa tay từng rule — sửa thì
   sửa ở bộ trích rồi chạy lại, để lần port sau không lệch với design.
   Biến --* gom từ mọi khối `:root` NGOÀI @media và đặt TRÊN WRAPPER; override trong @media
   giữ nguyên tại chỗ.

   Font 'Mulish' đã có @font-face trong mega-menu.css (nạp mọi trang) — không khai lại.
   ============================================================ */

/* ---- Reset base của design (dòng 354–369) — bộ trích bỏ qua vì selector thuần phần tử ----
   `text-wrap: balance` là thứ dễ bỏ sót nhất: design khai trong rule GỘP bắt đầu bằng
   `h1, h2, h3, h4, .hf-mega-head, …` nên bộ lọc theo tên class bỏ cả cụm, kéo theo phần
   h1..h4 áp cho trang này. Thiếu nó thì tiêu đề ngắt dòng THAM LAM thay vì CÂN — cùng số dòng,
   cùng chiều cao nên mọi phép đo hình học đều báo khớp, chỉ lộ khi đọc vị trí từng dòng. */
.hf-leadership39 {
  font-family: 'Mulish', system-ui, sans-serif;
  font-size: var(--hf-type-body, 16px);
  line-height: 1.55;
  color: var(--ink);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
}
.hf-leadership39 *,
.hf-leadership39 *::before,
.hf-leadership39 *::after { box-sizing: border-box; }
.hf-leadership39 h1,
.hf-leadership39 h2,
.hf-leadership39 h3,
.hf-leadership39 h4 { margin: 0; line-height: 1.16; letter-spacing: -.01em; font-weight: 700; text-wrap: balance; }
.hf-leadership39 h1 { overflow-wrap: anywhere; }
.hf-leadership39 small { font-size: var(--hf-type-meta) !important; }
.hf-leadership39 p { margin: 0; }
.hf-leadership39 a { color: inherit; text-decoration: none; }
.hf-leadership39 img { display: block; max-width: 100%; }
.hf-leadership39 ul { margin: 0; padding: 0; list-style: none; }
.hf-leadership39 button { font-family: inherit; cursor: pointer; border: none; background: none; color: inherit; }
.hf-leadership39 blockquote { margin: 0; }

/* ---- Thẻ đóng vai nút: trả lại mặc định của <button> ----
   Impl dùng <a> vì đó là LINK THẬT (giữ href, mở tab mới, SEO) — KHÔNG đổi markup sang
   <button>. Nhưng <button> lấy mặc định trình duyệt và KHÔNG thừa kế padding / font-size /
   line-height / text-align từ cha, còn <a> thì có. Bọc `:where()` để ĐỘ ƯU TIÊN = 0, nhờ vậy
   rule gốc của design (`.hf-btn { padding: 16px 30px }`…) vẫn thắng ở chỗ nó có giá trị riêng. */
.hf-leadership39 :where(.hf-crumb a, .hf-cta-band .hf-btn) {
  padding: 1px 6px;
  font-size: 13.3333px;
  line-height: normal;
  text-align: center;
}

.hf-leadership39 {
  --blue: #17479D;
  --orange: #EE6823;
  --blue-700: #0f3270;
  --blue-50: #eef3fb;
  --blue-100: #dde7f6;
  --orange-50: #fdf0e7;
  --ink: #14213d;
  --ink-soft: #4a5a76;
  --muted: #7a879c;
  --line: #e4eaf2;
  --bg: #ffffff;
  --bg-soft: #f5f8fc;
  --radius: 4px;
  --radius-lg: 6px;
  --radius-sm: 3px;
  --shadow-sm: 0 1px 3px rgba(20,33,61,.05);
  --shadow-md: 0 4px 14px rgba(20,33,61,.07);
  --shadow-lg: 0 10px 28px rgba(20,33,61,.10);
  --maxw: 1240px;
  --gut: 32px;
  --ease: cubic-bezier(.22,.61,.36,1);
  --gut: clamp(24px, 5vw, 64px);
  --hf-type-body: 16px;
  --hf-type-card: 15px;
  --hf-type-control: 15px;
  --hf-type-label: 14px;
  --hf-type-meta: 13px;
  --hf-page-max: 1360px;
  --hf-page-side: 36px;
  --hf-gold: #d7b56d;
  --hf-cream: #f6f0e5;
  --hf-container: 1360px;
}

.hf-leadership39 .hf-head h2,
.hf-leadership39 .hf-phero h1,
.hf-leadership39 .hf-pd-hero h1,
.hf-leadership39 .hf-cta-copy h2,
.hf-leadership39 .hf-reg-copy h2 {
  font-weight: var(--hw, 700);
}

.hf-leadership39 .hf-shell {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 var(--gut);
  width: 100%;
}

.hf-leadership39 .hf-btn {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 13px 24px;
  border-radius: 4px;
  font-weight: 800;
  font-size: 15px;
  transition: transform .16s var(--ease), box-shadow .2s, background .2s;
  white-space: nowrap;
}

.hf-leadership39 .hf-btn:hover {
  transform: translateY(-2px);
}

.hf-leadership39 .hf-btn-orange {
  background: var(--orange);
  color: #fff;
  box-shadow: 0 8px 20px rgba(238,104,35,.32);
}

.hf-leadership39 .hf-btn-orange:hover {
  box-shadow: 0 12px 26px rgba(238,104,35,.42);
}

.hf-leadership39 .hf-btn-blue {
  background: var(--blue);
  color: #fff;
  box-shadow: 0 8px 20px rgba(23,71,157,.28);
}

.hf-leadership39 .hf-btn-ghost {
  background: #fff;
  color: var(--blue);
  box-shadow: inset 0 0 0 2px var(--blue-100);
}

.hf-leadership39 .hf-btn-ghost:hover {
  box-shadow: inset 0 0 0 2px var(--blue);
}

.hf-leadership39 .hf-btn-white {
  background: #fff;
  color: var(--blue);
}

.hf-leadership39 .hf-btn-lg {
  padding: 16px 30px;
  font-size: 16.5px;
}

.hf-leadership39 .hf-link-arrow {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-weight: 800;
  color: var(--blue);
  font-size: 15px;
  transition: gap .18s var(--ease);
}

.hf-leadership39 .hf-link-arrow:hover {
  gap: 12px;
}

.hf-leadership39 .hf-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--orange);
}

.hf-leadership39 .hf-eyebrow::before {
  content: "";
  width: 22px;
  height: 3px;
  border-radius: 2px;
  background: var(--orange);
}

.hf-leadership39 .hf-eyebrow.center {
  justify-content: center;
}

.hf-leadership39 .hf-panel-wrap .hf-link-arrow {
  color: #fff;
}

.hf-leadership39 .hf-panel-wrap .hf-link-arrow:hover {
  color: #ffd9bf;
}

.hf-leadership39 .hf-section {
  padding: 84px 0;
}

.hf-leadership39 .hf-section.soft {
  background: var(--bg-soft);
}

.hf-leadership39 .hf-section.blue {
  background: var(--blue);
  color: #fff;
}

@media (max-width: 1080px) {
.hf-leadership39 .hf-nav-cta .hf-btn-orange {
  display: none;
}
}

@media (max-width: 600px) {
.hf-leadership39 {
  --gut: 18px;
}
}

.hf-leadership39 .hf-home-impact .hf-eyebrow {
  color: #ffc39c;
}

.hf-leadership39 .hf-home-programs .hf-eyebrow {
  color: #ffc39c;
}

.hf-leadership39 .hf-home-programs .hf-link-arrow {
  color: #fff;
}

.hf-leadership39 .hf-section.soft.hf-home-why-sec {
  position: relative;
  width: min(1540px,calc(100% - 32px));
  margin: 30px auto;
  border-radius: 34px;
  background: linear-gradient(145deg,#fff5ec 0%,#fff 62%);
  overflow: hidden;
}

.hf-leadership39 .hf-section.soft.hf-home-video-sec {
  background: #fff;
  border-block: 12px solid #f2f6fc;
}

.hf-leadership39 .hf-cta-band {
  background: var(--orange);
  color: #fff;
  padding: 60px 0;
}

.hf-leadership39 .hf-cta-in {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
  flex-wrap: wrap;
}

.hf-leadership39 .hf-cta-copy h2 {
  font-size: clamp(26px, 3.6vw, 38px);
  margin: 12px 0 12px;
  max-width: 600px;
}

.hf-leadership39 .hf-cta-copy p {
  font-size: 16.5px;
  color: #fff5ee;
  max-width: 560px;
}

.hf-leadership39 .hf-cta-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

.hf-leadership39 .hf-cta-link {
  color: #fff;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 4px;
  opacity: .9;
}

.hf-leadership39 .hf-cta-link:hover {
  opacity: 1;
}

@media (max-width: 600px) {
.hf-leadership39 .hf-section {
  padding: 56px 0;
}
}

.hf-leadership39 .hf-home-impact-v3 .hf-eyebrow {
  color: #ffbd98;
}

.hf-leadership39 .hf-home-impact-v3 .hf-eyebrow::before {
  background: #ff955c;
}

.hf-leadership39 .hf-home-fields-intro .hf-link-arrow {
  margin-top: 22px;
}

@media (min-width: 1101px) {
.hf-leadership39 .hf-home-programs-v3 > .hf-shell {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-template-rows: repeat(2, 326px);
  gap: 18px;
}
.hf-leadership39 .hf-home-fields-head .hf-eyebrow {
  color: var(--home-orange);
  font-size: 15px;
}
.hf-leadership39 .hf-home-fields-cta .hf-link-arrow {
  max-width: 190px;
  min-height: 0;
  padding: 0;
  color: var(--home-blue);
  font-size: 24px;
  line-height: 1.22;
  text-align: left;
}
}

.hf-leadership39 .hf-home-methods .hf-btn {
  flex: 0 0 auto;
  min-height: 48px;
  padding-inline: 22px;
}

@media (max-width: 600px) {
.hf-leadership39 .hf-home-methods .hf-btn {
  justify-content: center;
  width: 100%;
}
}

.hf-leadership39 .hf-home-fields-head .hf-eyebrow {
  font-size: 14px;
}

.hf-leadership39 .hf-home-fields-cta .hf-link-arrow {
  min-height: 44px;
  padding: 0 8px;
  font-size: 16px;
}

@media (min-width: 1101px) {
.hf-leadership39 .hf-home-programs-v3 > .hf-shell {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-template-rows: repeat(2, 326px);
  gap: 18px;
}
.hf-leadership39 .hf-home-fields-head .hf-eyebrow {
  color: var(--home-orange);
  font-size: 15px;
}
.hf-leadership39 .hf-home-fields-cta .hf-link-arrow {
  max-width: 190px;
  min-height: 0;
  padding: 0;
  color: var(--home-blue);
  font-size: 24px;
  line-height: 1.22;
  text-align: left;
}
}

.hf-leadership39 .hf-crumb {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13.5px;
  font-weight: 700;
  color: rgba(255,255,255,.7);
  margin-bottom: 10px;
}

.hf-leadership39 .hf-crumb button:hover,
.hf-leadership39 .hf-crumb a:hover {
  color: #fff;
}

.hf-leadership39 .hf-crumb svg {
  opacity: .5;
}

.hf-leadership39 .hf-crumb.light {
  color: rgba(255,255,255,.78);
}

.hf-leadership39 .hf-pd-related > button:not(.hf-link-arrow),
.hf-leadership39 .hf-pd-related > a:not(.hf-link-arrow) {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  text-align: left;
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
  font-weight: 700;
  font-size: 14.5px;
  color: var(--ink-soft);
  transition: color .14s;
}

.hf-leadership39 .hf-pd-related > button:not(.hf-link-arrow):hover,
.hf-leadership39 .hf-pd-related > a:not(.hf-link-arrow):hover {
  color: var(--blue);
}

.hf-leadership39 .hf-leader {
  text-align: center;
}

.hf-leadership39 .hf-leader strong {
  display: block;
  font-size: 16px;
  margin-top: 14px;
}

.hf-leadership39 .hf-leader span {
  font-size: 13px;
  color: var(--muted);
  font-weight: 700;
}

.hf-leadership39 .hf-lead-group + .hf-lead-group {
  margin-top: 46px;
}

/* Neo nhóm — mega-menu link thẳng tới từng nhóm (#hoi-dong-truong…). Chừa chỗ cho header dính,
   cùng quy ước 140px các trang khác của theme. Thêm 2026-09-11, ngoài design gốc (không đổi giao diện). */
.hf-leadership39 .hf-lead-group[id] {
  scroll-margin-top: 140px;
}

/* Khối đang chứa neo đích (:target) hiện NGAY, không dịch, không transition. Lý do: hiệu ứng reveal
   (.hf-reveal) dịch khối xuống 56px + thu 0.97, trình duyệt cuộn tới neo theo vị trí ĐANG DỊCH; xong
   hiệu ứng khối trượt lên ~71px và tiêu đề nhóm chui dưới header. Áp cả khi bấm mega-menu ngay trên trang. */
.hf-leadership39 .hf-reveal:has(:target),
.hf-leadership39 .hf-reveal:has(:target) .hf-leader {
  opacity: 1;
  transform: none;
  filter: none;
  transition: none;
}

.hf-leadership39 .hf-leader-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.hf-leadership39 .hf-leader-photo {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  border-radius: 18px;
  background: repeating-linear-gradient(135deg, #e7ecf3 0, #e7ecf3 14px, #dde3ec 14px, #dde3ec 28px);
}

.hf-leadership39 .hf-leader-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 22%;
}

.hf-leadership39 .hf-leader-photo > span {
  padding: 5px 11px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .66);
  color: #5b6b82;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  backdrop-filter: blur(2px);
  white-space: nowrap;
}

.hf-leadership39 .hf-page > .hf-section[id] {
  position: relative;
  isolation: isolate;
}

.hf-leadership39 .hf-adm-process-intro .hf-eyebrow {
  color: #ffcfaf;
}

.hf-leadership39 .hf-adm-process-intro .hf-btn {
  position: relative;
  z-index: 1;
}

.hf-leadership39 .hf-adm-reasons .hf-eyebrow {
  color: #ffc9a5;
}

.hf-leadership39 .hf-adm-activity-copy .hf-eyebrow {
  color: #ffcfaf;
}

.hf-leadership39 .hf-pd-ctastrip .hf-btn-orange {
  background: #fff;
  color: var(--orange);
}

.hf-leadership39 .hf-blk-inner.orange .hf-eyebrow {
  color: #ffe1cf;
}

.hf-leadership39 .hf-about-ideals .hf-eyebrow {
  color: #ffc39c;
}

.hf-leadership39 .hf-leadership-hero .hf-eyebrow {
  color: #ffc39c;
}

.hf-leadership39 .hf-gt-subhead {
  margin: 42px 0 22px;
}

.hf-leadership39 .hf-gt-subhead.tight {
  margin: 0 0 18px;
}

.hf-leadership39 .hf-gt-subhead h3 {
  font-size: clamp(22px, 2.6vw, 28px);
}

.hf-leadership39 .hf-gt-subhead p {
  font-size: 15.5px;
  color: var(--ink-soft);
  margin-top: 8px;
}

.hf-leadership39 .hf-khoa-hero-in .hf-crumb {
  margin-bottom: 18px;
}

.hf-leadership39 .hf-khoa-intro-copy .hf-eyebrow {
  color: var(--orange);
}

.hf-leadership39 .hf-khoa-ctacard .hf-btn {
  width: 100%;
  justify-content: center;
}

.hf-leadership39 h1,
.hf-leadership39 h2,
.hf-leadership39 h3,
.hf-leadership39 h4,
.hf-leadership39 .hf-mega-head,
.hf-leadership39 .hf-mega-tier-tx strong,
.hf-leadership39 .hf-rail-item,
.hf-leadership39 .hf-khoa-card h3,
.hf-leadership39 .hf-prog-card-body h3,
.hf-leadership39 .hf-newscard-body h3,
.hf-leadership39 .hf-tag,
.hf-leadership39 .hf-chip,
.hf-leadership39 .hf-method-card h3,
.hf-leadership39 .hf-scholar-card h3,
.hf-leadership39 .hf-reason-card h3,
.hf-leadership39 .hf-out-card h3,
.hf-leadership39 .hf-career-card h3,
.hf-leadership39 .hf-org-card h3,
.hf-leadership39 .hf-step h4,
.hf-leadership39 .hf-leader strong,
.hf-leadership39 .hf-related-body h4,
.hf-leadership39 .hf-handbook-card h4,
.hf-leadership39 .hf-roadmap2-tx small {
  text-wrap: balance;
}

.hf-leadership39 .hf-reveal {
  opacity: 0;
  transform: translateY(56px) scale(.97);
  filter: blur(6px);
  transition: opacity .9s var(--ease), transform .9s var(--ease), filter .9s var(--ease);
  will-change: opacity, transform, filter;
}

.hf-leadership39 .hf-reveal.in {
  opacity: 1;
  transform: none;
  filter: blur(0);
}

.hf-leadership39 .hf-reveal .hf-fac-card,
.hf-leadership39 .hf-reveal .hf-prog-card,
.hf-leadership39 .hf-reveal .hf-newscard,
.hf-leadership39 .hf-reveal .hf-khoa-card,
.hf-leadership39 .hf-reveal .hf-org-card,
.hf-leadership39 .hf-reveal .hf-method-card,
.hf-leadership39 .hf-reveal .hf-reason-card,
.hf-leadership39 .hf-reveal .hf-scholar-card,
.hf-leadership39 .hf-reveal .hf-why-item,
.hf-leadership39 .hf-reveal .hf-explore-card,
.hf-leadership39 .hf-reveal .hf-out-card,
.hf-leadership39 .hf-reveal .hf-career-card,
.hf-leadership39 .hf-reveal .hf-related-card,
.hf-leadership39 .hf-reveal .hf-unit-item,
.hf-leadership39 .hf-reveal .hf-doan-chip,
.hf-leadership39 .hf-reveal .hf-tl-item,
.hf-leadership39 .hf-reveal .hf-campus-card,
.hf-leadership39 .hf-reveal .hf-leader,
.hf-leadership39 .hf-reveal .hf-quality-statrow > div {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity .55s var(--ease), transform .55s var(--ease);
}

.hf-leadership39 .hf-reveal.in .hf-fac-card,
.hf-leadership39 .hf-reveal.in .hf-prog-card,
.hf-leadership39 .hf-reveal.in .hf-newscard,
.hf-leadership39 .hf-reveal.in .hf-khoa-card,
.hf-leadership39 .hf-reveal.in .hf-org-card,
.hf-leadership39 .hf-reveal.in .hf-method-card,
.hf-leadership39 .hf-reveal.in .hf-reason-card,
.hf-leadership39 .hf-reveal.in .hf-scholar-card,
.hf-leadership39 .hf-reveal.in .hf-why-item,
.hf-leadership39 .hf-reveal.in .hf-explore-card,
.hf-leadership39 .hf-reveal.in .hf-out-card,
.hf-leadership39 .hf-reveal.in .hf-career-card,
.hf-leadership39 .hf-reveal.in .hf-related-card,
.hf-leadership39 .hf-reveal.in .hf-unit-item,
.hf-leadership39 .hf-reveal.in .hf-doan-chip,
.hf-leadership39 .hf-reveal.in .hf-tl-item,
.hf-leadership39 .hf-reveal.in .hf-campus-card,
.hf-leadership39 .hf-reveal.in .hf-leader,
.hf-leadership39 .hf-reveal.in .hf-quality-statrow > div {
  opacity: 1;
  transform: none;
}

.hf-leadership39 .hf-reveal :is(.hf-fac-card,
.hf-leadership39 .hf-prog-card,
.hf-leadership39 .hf-newscard,
.hf-leadership39 .hf-khoa-card,
.hf-leadership39 .hf-org-card,
.hf-leadership39 .hf-method-card,
.hf-leadership39 .hf-reason-card,
.hf-leadership39 .hf-scholar-card,
.hf-leadership39 .hf-out-card,
.hf-leadership39 .hf-career-card,
.hf-leadership39 .hf-related-card,
.hf-leadership39 .hf-unit-item,
.hf-leadership39 .hf-doan-chip,
.hf-leadership39 .hf-leader):nth-child(1) {
  transition-delay: .04s;
}

.hf-leadership39 .hf-reveal :is(.hf-fac-card,
.hf-leadership39 .hf-prog-card,
.hf-leadership39 .hf-newscard,
.hf-leadership39 .hf-khoa-card,
.hf-leadership39 .hf-org-card,
.hf-leadership39 .hf-method-card,
.hf-leadership39 .hf-reason-card,
.hf-leadership39 .hf-scholar-card,
.hf-leadership39 .hf-out-card,
.hf-leadership39 .hf-career-card,
.hf-leadership39 .hf-related-card,
.hf-leadership39 .hf-unit-item,
.hf-leadership39 .hf-doan-chip,
.hf-leadership39 .hf-leader):nth-child(2) {
  transition-delay: .10s;
}

.hf-leadership39 .hf-reveal :is(.hf-fac-card,
.hf-leadership39 .hf-prog-card,
.hf-leadership39 .hf-newscard,
.hf-leadership39 .hf-khoa-card,
.hf-leadership39 .hf-org-card,
.hf-leadership39 .hf-method-card,
.hf-leadership39 .hf-reason-card,
.hf-leadership39 .hf-scholar-card,
.hf-leadership39 .hf-out-card,
.hf-leadership39 .hf-career-card,
.hf-leadership39 .hf-related-card,
.hf-leadership39 .hf-unit-item,
.hf-leadership39 .hf-doan-chip,
.hf-leadership39 .hf-leader):nth-child(3) {
  transition-delay: .16s;
}

.hf-leadership39 .hf-reveal :is(.hf-fac-card,
.hf-leadership39 .hf-prog-card,
.hf-leadership39 .hf-newscard,
.hf-leadership39 .hf-khoa-card,
.hf-leadership39 .hf-org-card,
.hf-leadership39 .hf-method-card,
.hf-leadership39 .hf-reason-card,
.hf-leadership39 .hf-scholar-card,
.hf-leadership39 .hf-out-card,
.hf-leadership39 .hf-career-card,
.hf-leadership39 .hf-related-card,
.hf-leadership39 .hf-unit-item,
.hf-leadership39 .hf-doan-chip,
.hf-leadership39 .hf-leader):nth-child(4) {
  transition-delay: .22s;
}

.hf-leadership39 .hf-reveal :is(.hf-fac-card,
.hf-leadership39 .hf-prog-card,
.hf-leadership39 .hf-newscard,
.hf-leadership39 .hf-khoa-card,
.hf-leadership39 .hf-org-card,
.hf-leadership39 .hf-method-card,
.hf-leadership39 .hf-reason-card,
.hf-leadership39 .hf-scholar-card,
.hf-leadership39 .hf-out-card,
.hf-leadership39 .hf-career-card,
.hf-leadership39 .hf-related-card,
.hf-leadership39 .hf-unit-item,
.hf-leadership39 .hf-doan-chip,
.hf-leadership39 .hf-leader):nth-child(5) {
  transition-delay: .28s;
}

.hf-leadership39 .hf-reveal :is(.hf-fac-card,
.hf-leadership39 .hf-prog-card,
.hf-leadership39 .hf-newscard,
.hf-leadership39 .hf-khoa-card,
.hf-leadership39 .hf-org-card,
.hf-leadership39 .hf-method-card,
.hf-leadership39 .hf-reason-card,
.hf-leadership39 .hf-scholar-card,
.hf-leadership39 .hf-out-card,
.hf-leadership39 .hf-career-card,
.hf-leadership39 .hf-related-card,
.hf-leadership39 .hf-unit-item,
.hf-leadership39 .hf-doan-chip,
.hf-leadership39 .hf-leader):nth-child(n+6) {
  transition-delay: .34s;
}

@media (prefers-reduced-motion: reduce) {
.hf-leadership39 .hf-reveal,
.hf-leadership39 .hf-reveal * {
  opacity: 1 !important;
  transform: none !important;
  filter: none !important;
  transition: none !important;
}
}

.hf-leadership39 .hf-btn,
.hf-leadership39 .hf-link-arrow,
.hf-leadership39 .hf-tab,
.hf-leadership39 .hf-rail-item,
.hf-leadership39 .hf-footer-col button,
.hf-leadership39 .hf-footer-col a {
  font-size: var(--hf-type-control);
}

.hf-leadership39 .hf-eyebrow,
.hf-leadership39 .hf-tag,
.hf-leadership39 .hf-rail-lab,
.hf-leadership39 .hf-adm-roadmap-code,
.hf-leadership39 .hf-adm-news-category,
.hf-leadership39 .hf-adm-majors-head small {
  font-size: var(--hf-type-label);
}

@media (max-width: 1024px) {
.hf-leadership39 {
  --gut: clamp(20px, 3vw, 32px);
}
}

@media (max-width: 600px) {
.hf-leadership39 {
  --gut: 18px;
  --hf-type-body: 16px;
  --hf-type-card: 15px;
  --hf-type-control: 15px;
  --hf-type-label: 14px;
  --hf-type-meta: 13px;
}
}

.hf-leadership39 .hf-home-intro-copy .hf-link-arrow,
.hf-leadership39 .hf-head-row .hf-link-arrow,
.hf-leadership39 .hf-home-events-head a,
.hf-leadership39 .hf-footer-col a,
.hf-leadership39 .hf-footer-col button {
  min-height: 44px;
}

.hf-leadership39 .hf-home-intro-copy .hf-link-arrow,
.hf-leadership39 .hf-head-row .hf-link-arrow,
.hf-leadership39 .hf-home-events-head a {
  display: inline-flex;
  align-items: center;
}

.hf-leadership39 .hf-about39-hero-inner .hf-eyebrow {
  color: #ffb98d;
}

.hf-leadership39 .hf-about39-hero-inner .hf-btn {
  margin-top: 30px;
}

.hf-leadership39 .hf-about39-lead-grid .hf-link-arrow {
  margin-top: 24px;
}

.hf-leadership39 .hf-leadership39-hero {
  position: relative;
  min-height: 650px;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: #fff;
  background: #061d48;
}

.hf-leadership39 .hf-leadership39-hero > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 48%;
}

.hf-leadership39 .hf-leadership39-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(3, 20, 53, .98) 0%, rgba(8, 39, 91, .8) 44%, rgba(8, 39, 91, .26) 78%, rgba(8, 39, 91, .2));
}

.hf-leadership39 .hf-leadership39-hero-inner {
  position: relative;
  z-index: 1;
  padding: 125px 0 96px;
}

.hf-leadership39 .hf-leadership39-hero-inner .hf-crumb {
  margin-bottom: 64px;
}

.hf-leadership39 .hf-leadership39-hero-inner .hf-eyebrow {
  color: #ffc39c;
}

.hf-leadership39 .hf-leadership39-hero h1 {
  max-width: 760px;
  margin: 16px 0 20px;
  color: #fff;
  font-size: clamp(46px, 6vw, 76px);
  line-height: 1.04;
}

.hf-leadership39 .hf-leadership39-hero p {
  max-width: 630px;
  color: #e0eaf8;
  font-size: 18px;
  line-height: 1.65;
}

.hf-leadership39 .hf-leadership39-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr);
  gap: 72px;
  align-items: start;
}

.hf-leadership39 .hf-leadership39-intro h2 {
  margin-top: 14px;
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.1;
}

.hf-leadership39 .hf-leadership39-intro > p {
  padding-top: 41px;
  max-width: 460px;
  color: var(--ink-soft);
  font-size: 16px;
  line-height: 1.75;
}

.hf-leadership39 .hf-leadership39-section-head {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 28px;
}

.hf-leadership39 .hf-leadership39-section-head > span {
  color: #e45c1a;
  font-size: 13px;
  font-weight: 900;
}

.hf-leadership39 .hf-leadership39-section-head p {
  color: #647995;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.hf-leadership39 .hf-leadership39-section-head h2 {
  margin-top: 4px;
  font-size: 32px;
}

.hf-leadership39 .hf-leadership39-section-head > b {
  margin-left: auto;
  padding: 9px 14px;
  border-radius: 999px;
  color: #174fa9;
  background: #e8f0fb;
  font-size: 13px;
}

.hf-leadership39 .hf-leadership39-council {
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  overflow: hidden;
  border-radius: 24px;
  background: #08275b;
  box-shadow: 0 20px 48px rgba(8, 39, 91, .16);
}

.hf-leadership39 .hf-leadership39-council > img {
  width: 100%;
  height: 100%;
  min-height: 430px;
  object-fit: cover;
}

.hf-leadership39 .hf-leadership39-council > div {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 42px 38px;
  color: #fff;
}

.hf-leadership39 .hf-leadership39-council span,
.hf-leadership39 .hf-leadership39-board section > span {
  color: #ffb383;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.hf-leadership39 .hf-leadership39-council h3 {
  margin: 12px 0 16px;
  color: #fff;
  font-size: 30px;
}

.hf-leadership39 .hf-leadership39-council p {
  color: #dce8f8;
  font-size: 15px;
  line-height: 1.7;
}

.hf-leadership39 .hf-leadership39-board {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.hf-leadership39 .hf-leadership39-board article {
  overflow: hidden;
  border: 1px solid #dfe7f1;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(8, 39, 91, .08);
}

.hf-leadership39 .hf-leadership39-board article > div {
  height: 480px;
  overflow: hidden;
  background: #30383d;
}

.hf-leadership39 .hf-leadership39-board img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 28%;
  transition: transform .45s ease;
}

.hf-leadership39 .hf-leadership39-board article:hover img {
  transform: scale(1.025);
}

.hf-leadership39 .hf-leadership39-board section {
  padding: 26px 28px 30px;
}

.hf-leadership39 .hf-leadership39-board section > span {
  color: #e45c1a;
}

.hf-leadership39 .hf-leadership39-board h3 {
  margin: 9px 0 10px;
  font-size: 25px;
}

.hf-leadership39 .hf-leadership39-board p {
  color: var(--ink-soft);
  font-size: 14px;
  line-height: 1.6;
}

.hf-leadership39 .hf-leadership39-units {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.hf-leadership39 .hf-leadership39-units article {
  display: flex;
  flex-direction: column;
  padding: 30px 28px 32px;
  border: 1px solid #dfe7f1;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(8, 39, 91, .08);
  transition: transform .2s var(--ease), box-shadow .2s;
}

.hf-leadership39 .hf-leadership39-units article:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 44px rgba(8, 39, 91, .13);
}

.hf-leadership39 .hf-leadership39-units i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  margin-bottom: 22px;
  border-radius: 14px;
  color: #174fa9;
  background: #e8f0fb;
}

.hf-leadership39 .hf-leadership39-units span {
  color: #e45c1a;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.hf-leadership39 .hf-leadership39-units h3 {
  margin: 9px 0 10px;
  font-size: 22px;
}

.hf-leadership39 .hf-leadership39-units p {
  color: var(--ink-soft);
  font-size: 14px;
  line-height: 1.6;
}

.hf-leadership39 .hf-campus39-hero-inner .hf-crumb {
  margin-bottom: 60px;
}

.hf-leadership39 .hf-campus39-hero-inner .hf-eyebrow {
  color: #ffc39c;
}

.hf-leadership39 .hf-leadership39-note,
.hf-leadership39 .hf-campus39-infobar {
  padding: 30px 0;
  color: #dce8f8;
  background: #08275b;
}

.hf-leadership39 .hf-leadership39-note .hf-shell,
.hf-leadership39 .hf-campus39-infobar .hf-shell {
  display: flex;
  align-items: center;
  gap: 24px;
}

.hf-leadership39 .hf-leadership39-note span,
.hf-leadership39 .hf-campus39-infobar span {
  color: #ffb383;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.hf-leadership39 .hf-leadership39-note p,
.hf-leadership39 .hf-campus39-infobar p {
  flex: 1;
  font-size: 14px;
}

.hf-leadership39 .hf-leadership39-note a,
.hf-leadership39 .hf-campus39-infobar a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
}

@media (max-width: 1000px) {
.hf-leadership39 .hf-about39-section-head,
.hf-leadership39 .hf-about39-lead-grid,
.hf-leadership39 .hf-leadership39-intro {
  grid-template-columns: 1fr;
  gap: 30px;
}
.hf-leadership39 .hf-leadership39-council {
  grid-template-columns: 1fr;
}
.hf-leadership39 .hf-leadership39-council > img {
  min-height: 0;
  aspect-ratio: 16 / 9;
}
.hf-leadership39 .hf-leadership39-intro > p {
  padding-top: 0;
  max-width: none;
}
.hf-leadership39 .hf-leader-grid {
  grid-template-columns: repeat(2, 1fr);
}
}

@media (max-width: 720px) {
.hf-leadership39 .hf-about39-explore,
.hf-leadership39 .hf-leadership39-board {
  grid-template-columns: 1fr;
}
.hf-leadership39 .hf-leadership39-hero {
  min-height: 560px;
}
.hf-leadership39 .hf-leadership39-hero-inner {
  padding: 105px 0 70px;
}
.hf-leadership39 .hf-leadership39-hero-inner .hf-crumb {
  margin-bottom: 40px;
}
.hf-leadership39 .hf-leadership39-hero h1 {
  font-size: 43px;
}
.hf-leadership39 .hf-leadership39-section-head {
  align-items: flex-start;
  flex-wrap: wrap;
}
.hf-leadership39 .hf-leadership39-section-head > b {
  margin-left: 31px;
}
.hf-leadership39 .hf-leadership39-council > div {
  padding: 28px 24px;
}
.hf-leadership39 .hf-leadership39-board article > div {
  height: 410px;
}
.hf-leadership39 .hf-leadership39-note .hf-shell,
.hf-leadership39 .hf-campus39-infobar .hf-shell {
  align-items: flex-start;
  flex-direction: column;
  gap: 9px;
}
}

.hf-leadership39 .hf-shell {
  width: calc(100% - (var(--hf-page-side) * 2)) !important;
  max-width: var(--hf-page-max) !important;
  margin-right: auto !important;
  margin-left: auto !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.hf-leadership39 .hf-about39-hero-inner .hf-about41-hero-copy .hf-btn {
  margin-top: 0;
}

@media (max-width: 720px) {
.hf-leadership39 {
  --hf-page-side: 18px;
}
.hf-leadership39 .hf-about39-hero-inner .hf-crumb {
  margin-bottom: 30px;
}
}

.hf-leadership39 .hf-shell {
  max-width: var(--hf-page-max) !important;
}

.hf-leadership39 .hf-about39-hero-inner .hf-crumb {
  margin-bottom: clamp(52px, 8vh, 96px);
}

@media (max-width: 1100px) {
.hf-leadership39 {
  --hf-page-side: 28px;
}
}

@media (max-width: 760px) {
.hf-leadership39 {
  --hf-page-side: 18px;
}
.hf-leadership39 .hf-portal-actions .hf-btn {
  justify-content: center;
}
}

.hf-leadership39 .hf-about43-hero .hf-about39-hero-inner .hf-crumb {
  margin-bottom: 22px;
}

@media (max-width: 760px) {
.hf-leadership39 .hf-about43-hero .hf-about39-hero-inner .hf-crumb {
  margin-bottom: 18px;
}
}

.hf-leadership39 .hf-about41-quality-copy .hf-eyebrow {
  color: #cb561f;
}

.hf-leadership39 .hf-shell {
  width: min(var(--hf-container), calc(100% - 48px));
  max-width: var(--hf-container);
  margin-inline: auto;
}

.hf-leadership39 .hf-about45-guides .hf-shell {
  display: grid;
  grid-template-columns: minmax(270px, .72fr) minmax(0, 1.5fr);
  gap: clamp(38px, 6vw, 88px);
  align-items: start;
}

.hf-leadership39 .hf-khoa45-news-side > .hf-link-arrow {
  margin-top: 20px;
}

@media (max-width: 1100px) {
.hf-leadership39 .hf-about45-guides .hf-shell {
  grid-template-columns: 1fr;
}
}

@media (max-width: 760px) {
.hf-leadership39 .hf-shell {
  width: min(100% - 32px, var(--hf-container));
}
}

.hf-leadership39 .hf-home-hero-discovery > .hf-shell {
  display: grid;
  gap: 12px;
}

.hf-leadership39 .hf-home-admission-activities-head .hf-eyebrow {
  color: #ffb78f;
}

@media (max-width: 760px) {
.hf-leadership39 .hf-home-hero-discovery > .hf-shell {
  gap: 9px;
}
}

.hf-leadership39 .hf-home-discovery-panel > .hf-shell {
  display: grid;
  gap: 20px;
}

@media (max-width: 760px) {
.hf-leadership39 .hf-home-discovery-panel > .hf-shell {
  gap: 15px;
}
}

.hf-leadership39 .hf-home-v3 .hf-home-programs-v3 > .hf-shell {
  display: block !important;
}

.hf-leadership39 .hf-home-v3 .hf-home-fields-cta .hf-link-arrow {
  max-width: 210px;
  min-height: 0;
  padding: 0;
  color: #174b9e;
  font-size: 25px;
  line-height: 1.2;
  text-align: left;
}

.hf-leadership39 .hf-home-roadmap-map-meta .hf-link-arrow {
  margin-left: auto;
}

@media (max-width: 600px) {
.hf-leadership39 .hf-home-roadmap-map-meta .hf-link-arrow {
  width: 100%;
  margin: 8px 0 0;
}
}

.hf-leadership39 .hf-adm-major-advisor .hf-btn {
  width: 100%;
  justify-content: center;
  margin: 0;
}

.hf-leadership39 .hf-admissions-v50 .hf-section {
  position: relative;
}

.hf-leadership39 .hf-admissions-v50 .hf-adm-major-advisor .hf-btn-blue,
.hf-leadership39 .hf-admissions-v50 .hf-adm-resource-links .hf-btn-blue {
  background: var(--adm-orange);
  box-shadow: 0 9px 22px rgba(240, 100, 39, .28);
}

.hf-leadership39 .hf-admissions-v50 #csvc .hf-btn-blue {
  background: var(--adm-orange);
  box-shadow: 0 9px 22px rgba(240, 100, 39, .28);
}

.hf-leadership39 .hf-admissions-v50 .hf-adm-methods-orange .hf-eyebrow {
  color: #fff3ea;
}

.hf-leadership39 .hf-quality-v52 .hf-quality-hero .hf-shell {
  position: relative;
  z-index: 1;
}

.hf-leadership39 .hf-quality-section-head .hf-eyebrow {
  color: var(--quality-orange);
}

.hf-leadership39 .hf-quality-v52 .hf-cta-band {
  background: linear-gradient(135deg, #e95217, #f67431);
}

.hf-leadership39 .hf-ex58-section-head .hf-eyebrow {
  color: #f06427;
}

.hf-leadership39 .hf-ex58-topic-hero > .hf-shell {
  position: relative;
  z-index: 1;
  width: min(var(--hf-container),calc(100% - 48px));
  padding-block: 40px 58px;
}

@media (max-width: 640px) {
.hf-leadership39 .hf-ex58-topic-hero > .hf-shell {
  width: min(100% - 32px,var(--hf-container));
  padding-block: 25px 38px;
}
}

@media (max-width: 640px) {
.hf-leadership39 .hf-ct-wrap .hf-btn {
  width: 100%;
  justify-content: center;
  padding-inline: 16px;
  white-space: normal;
  text-align: center;
}
}

.hf-leadership39 .hf-exp53-hero .hf-crumb {
  align-self: flex-start;
}

.hf-leadership39 .hf-exp53-support .hf-eyebrow {
  color: #ff9b64;
}

.hf-leadership39 .hf-exp53-cta .hf-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
}

@media (max-width: 760px) {
.hf-leadership39 .hf-exp53-hero-copy .hf-btn {
  justify-content: center;
}
.hf-leadership39 .hf-exp53-cta .hf-shell {
  align-items: stretch;
  flex-direction: column;
}
.hf-leadership39 .hf-exp53-cta .hf-btn {
  justify-content: center;
}
}
