/* =============================================================================
   HUFLIT — Home v3 blocks (#4 → #12)
   Port từ design tĩnh: _design-reference/HUFLIT-standalone-20260807 (static)/
     home.css · page-hero-shared.css · accessibility-layout.css
     v34/v35/v37/v38/v39/v46-home-nav-refresh.css  (623 rule, giữ nguyên thứ tự nạp)
   Nạp SAU home-page.css (deps hf-home-page trong hf_home_assets()).

   QUY TẮC: KHÔNG khai class hf-* TRẦN. Mọi rule scope dưới `.hf-home-v3`
   hoặc dưới root của từng block v3 — vì .hf-shell / .hf-section / .hf-eyebrow
   dùng chung với mega-menu + footer.

   CÁCH GIỮ CASCADE: rule dùng chung (.hf-btn/.hf-head/.hf-section/...) được bọc
   `.hf-home-v3 :where(<8 root khối>) …`. `:where()` cộng 0 specificity nên mọi
   rule chỉ nhích đúng +1 class so với design → TƯƠNG QUAN specificity giữa các
   rule giữ nguyên y hệt design, chỉ khác là chúng không rò ra ngoài 9 khối.

   8 ROOT KHỐI (9 section — .hf-home-news-v3 dùng cho cả #10 và #11):
     .hf-home-programs-v3 · .hf-home-adm-activity · .hf-home-adm-banner
     .hf-home-identity · .hf-home-experience-v3 · .hf-home-impact-v3
     .hf-home-news-v3 · .hf-home-admissions-v3
   ============================================================================= */

/* ══════════════════ A. Token + nền chữ trên từng root khối ══════════════════
   KHÔNG đặt trên `.hf-home-v3` vì wrapper bọc cả #1 hero / #2 stats / #3 ô tìm
   ngành — những khối user chốt GIỮ NGUYÊN. Theme :root đã có --ink/--ink-soft/
   --muted/--line/--orange/--blue/--blue-50/--blue-100/--blue-700/--ease. */
.hf-home-v3 :where(.hf-home-programs-v3, .hf-home-adm-activity, .hf-home-adm-banner, .hf-home-identity, .hf-home-experience-v3, .hf-home-impact-v3, .hf-home-news-v3, .hf-home-admissions-v3) {
  /* home.css:258 — .hf-home-v3 */
  --home-navy: #08275b;
  --home-blue: #17479d;
  --home-orange: #ee6823;
  /* v46-home-nav-refresh.css:18 — bo góc dùng chung */
  --hf-radius-card: 18px;
  --hf-radius-media: 18px;
  --hf-radius-thumb: 12px;
  /* accessibility-layout.css:5 — thang chữ */
  --hf-type-body: 16px;
  --hf-type-card: 15px;
  --hf-type-control: 15px;
  --hf-type-label: 14px;
  --hf-type-meta: 13px;
  /* v42-about-fullpage-portals.css:5 — container cuối cùng của design */
  --hf-page-max: 1360px;
  --hf-page-side: 36px;

  box-sizing: border-box;
  font-family: 'Mulish', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
  color: var(--ink);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  overflow: hidden; /* home.css:258 clip ở .hf-home-v3; ở đây hạ xuống từng khối */
}

/* Scroller ngang mobile (.hf-home-pillars) thò ra ngoài .hf-shell bằng margin âm.
   Design clip ở .hf-home-v3{overflow:hidden}; ở đây dùng clip (không tạo scroll
   container, không phá position:sticky) để KHÔNG đổi hành vi khối #1–#3. */
.hf-home-v3 { overflow-x: clip; }

@media (max-width: 1100px) {
  .hf-home-v3 :where(.hf-home-programs-v3, .hf-home-adm-activity, .hf-home-adm-banner, .hf-home-identity, .hf-home-experience-v3, .hf-home-impact-v3, .hf-home-news-v3, .hf-home-admissions-v3) { --hf-page-side: 28px; }
}
@media (max-width: 760px) {
  .hf-home-v3 :where(.hf-home-programs-v3, .hf-home-adm-activity, .hf-home-adm-banner, .hf-home-identity, .hf-home-experience-v3, .hf-home-impact-v3, .hf-home-news-v3, .hf-home-admissions-v3) { --hf-page-side: 18px; }
}

/* ══════════════════ B. Container — v40 + v42 ══════════════════
   Design: .hf-shell{width:calc(100% - side*2)!important; max-width:var(--hf-page-max)
   !important; margin auto !important; padding-inline:0 !important} (v40:11 + v42:11).
   Theme .hf-shell = max-width:1360px + padding 0 32px → lệch tới 64px bề ngang ở
   1440. Chỉ đè cho .hf-shell CON TRỰC TIẾP của 9 khối; mega-menu + footer giữ nguyên. */
.hf-home-v3 :where(.hf-home-programs-v3, .hf-home-adm-activity, .hf-home-adm-banner, .hf-home-identity, .hf-home-experience-v3, .hf-home-impact-v3, .hf-home-news-v3, .hf-home-admissions-v3) > .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;
}

/* ══════════════════ C. Reset phần tử — tokens-and-header.css:20-44 ══════════════════
   home-page.css KHÔNG có reset; mega-menu.css chỉ reset trong .hf-header/.hf-mobile.
   Không có khối này thì margin/list-style/màu link mặc định rò vào 9 khối. */
.hf-home-v3 :where(.hf-home-programs-v3, .hf-home-adm-activity, .hf-home-adm-banner, .hf-home-identity, .hf-home-experience-v3, .hf-home-impact-v3, .hf-home-news-v3, .hf-home-admissions-v3) *,
.hf-home-v3 :where(.hf-home-programs-v3, .hf-home-adm-activity, .hf-home-adm-banner, .hf-home-identity, .hf-home-experience-v3, .hf-home-impact-v3, .hf-home-news-v3, .hf-home-admissions-v3) *::before,
.hf-home-v3 :where(.hf-home-programs-v3, .hf-home-adm-activity, .hf-home-adm-banner, .hf-home-identity, .hf-home-experience-v3, .hf-home-impact-v3, .hf-home-news-v3, .hf-home-admissions-v3) *::after { box-sizing: border-box; }

.hf-home-v3 :where(.hf-home-programs-v3, .hf-home-adm-activity, .hf-home-adm-banner, .hf-home-identity, .hf-home-experience-v3, .hf-home-impact-v3, .hf-home-news-v3, .hf-home-admissions-v3) h1,
.hf-home-v3 :where(.hf-home-programs-v3, .hf-home-adm-activity, .hf-home-adm-banner, .hf-home-identity, .hf-home-experience-v3, .hf-home-impact-v3, .hf-home-news-v3, .hf-home-admissions-v3) h2,
.hf-home-v3 :where(.hf-home-programs-v3, .hf-home-adm-activity, .hf-home-adm-banner, .hf-home-identity, .hf-home-experience-v3, .hf-home-impact-v3, .hf-home-news-v3, .hf-home-admissions-v3) h3,
.hf-home-v3 :where(.hf-home-programs-v3, .hf-home-adm-activity, .hf-home-adm-banner, .hf-home-identity, .hf-home-experience-v3, .hf-home-impact-v3, .hf-home-news-v3, .hf-home-admissions-v3) h4 {
  margin: 0;
  line-height: 1.16;
  letter-spacing: -.01em;
  font-weight: 700;
  /* app-shell.css:5-11 — design áp cho h1..h4 TOÀN SITE để tiêu đề không rớt chữ lẻ.
     Thiếu dòng này thì mọi h2/h3/h4 ngắt dòng khác design ở các bề rộng hẹp
     (VD #8 ở 599: design "Đại học không chỉ / diễn ra trong lớp học",
     không balance thành "…diễn ra trong lớp / học"). Các class khác trong danh
     sách của app-shell.css (.hf-tag/.hf-chip/.hf-rail-item/…) KHÔNG xuất hiện
     trong khối #4–#12 nên không cần chép. */
  text-wrap: balance;
}
.hf-home-v3 :where(.hf-home-programs-v3, .hf-home-adm-activity, .hf-home-adm-banner, .hf-home-identity, .hf-home-experience-v3, .hf-home-impact-v3, .hf-home-news-v3, .hf-home-admissions-v3) p { margin: 0; }
.hf-home-v3 :where(.hf-home-programs-v3, .hf-home-adm-activity, .hf-home-adm-banner, .hf-home-identity, .hf-home-experience-v3, .hf-home-impact-v3, .hf-home-news-v3, .hf-home-admissions-v3) ul { margin: 0; padding: 0; list-style: none; }
.hf-home-v3 :where(.hf-home-programs-v3, .hf-home-adm-activity, .hf-home-adm-banner, .hf-home-identity, .hf-home-experience-v3, .hf-home-impact-v3, .hf-home-news-v3, .hf-home-admissions-v3) img { display: block; max-width: 100%; }
.hf-home-v3 :where(.hf-home-programs-v3, .hf-home-adm-activity, .hf-home-adm-banner, .hf-home-identity, .hf-home-experience-v3, .hf-home-impact-v3, .hf-home-news-v3, .hf-home-admissions-v3) a { color: inherit; text-decoration: none; }
.hf-home-v3 a:where(.hf-home-adm-banner) { color: inherit; text-decoration: none; }
.hf-home-v3 :where(.hf-home-programs-v3, .hf-home-adm-activity, .hf-home-adm-banner, .hf-home-identity, .hf-home-experience-v3, .hf-home-impact-v3, .hf-home-news-v3, .hf-home-admissions-v3) button { font-family: inherit; cursor: pointer; border: none; background: none; color: inherit; }

/* ══════════════════ D. Class dùng chung — giá trị của DESIGN ══════════════════
   Theme home-page.css khai các class này với giá trị khác (.hf-section 80px,
   .hf-head h2 clamp(26,3.4vw,36), .hf-eyebrow 12.5px/.08em, .hf-link-arrow gap 8px
   + white-space:nowrap, .hf-head thiếu max-width/margin-bottom). Chép lại đúng
   design, đặt TRƯỚC 623 rule port để rule port cùng specificity vẫn thắng — y
   như thứ tự file trong design. */

/* --- tokens-and-header.css --- */
.hf-home-v3 :where(.hf-home-programs-v3, .hf-home-adm-activity, .hf-home-adm-banner, .hf-home-identity, .hf-home-experience-v3, .hf-home-impact-v3, .hf-home-news-v3, .hf-home-admissions-v3) .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-home-v3 :where(.hf-home-programs-v3, .hf-home-adm-activity, .hf-home-adm-banner, .hf-home-identity, .hf-home-experience-v3, .hf-home-impact-v3, .hf-home-news-v3, .hf-home-admissions-v3) .hf-btn:hover { transform: translateY(-2px); }
/* Nút "Xem thêm" của #5 là <button> trong design (line-height mặc định của UA =
   `normal`), còn impl render <a> vì URL do ACF nhập → thừa hưởng line-height 1.55
   của body ⇒ nút CAO HƠN design 4px ở mọi breakpoint. Trả lại `normal` ĐÚNG chỗ đó.
   KHÔNG áp cho mọi .hf-btn: 2 nút còn lại trong #4–#12 (.hf-btn-white ở #9,
   .hf-btn-lg ở #12) vốn đã là <a> trong design nên phải giữ line-height thừa kế. */
.hf-home-v3 :where(.hf-home-adm-activity) .hf-adm-activity-copy .hf-btn { line-height: normal; }
.hf-home-v3 :where(.hf-home-programs-v3, .hf-home-adm-activity, .hf-home-adm-banner, .hf-home-identity, .hf-home-experience-v3, .hf-home-impact-v3, .hf-home-news-v3, .hf-home-admissions-v3) .hf-btn-orange { background: var(--orange); color: #fff; box-shadow: 0 8px 20px rgba(238,104,35,.32); }
.hf-home-v3 :where(.hf-home-programs-v3, .hf-home-adm-activity, .hf-home-adm-banner, .hf-home-identity, .hf-home-experience-v3, .hf-home-impact-v3, .hf-home-news-v3, .hf-home-admissions-v3) .hf-btn-orange:hover { box-shadow: 0 12px 26px rgba(238,104,35,.42); }
.hf-home-v3 :where(.hf-home-programs-v3, .hf-home-adm-activity, .hf-home-adm-banner, .hf-home-identity, .hf-home-experience-v3, .hf-home-impact-v3, .hf-home-news-v3, .hf-home-admissions-v3) .hf-btn-white { background: #fff; color: var(--blue); }
.hf-home-v3 :where(.hf-home-programs-v3, .hf-home-adm-activity, .hf-home-adm-banner, .hf-home-identity, .hf-home-experience-v3, .hf-home-impact-v3, .hf-home-news-v3, .hf-home-admissions-v3) .hf-btn-lg { padding: 16px 30px; font-size: 16.5px; }
.hf-home-v3 :where(.hf-home-programs-v3, .hf-home-adm-activity, .hf-home-adm-banner, .hf-home-identity, .hf-home-experience-v3, .hf-home-impact-v3, .hf-home-news-v3, .hf-home-admissions-v3) .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-home-v3 :where(.hf-home-programs-v3, .hf-home-adm-activity, .hf-home-adm-banner, .hf-home-identity, .hf-home-experience-v3, .hf-home-impact-v3, .hf-home-news-v3, .hf-home-admissions-v3) .hf-link-arrow:hover { gap: 12px; }
.hf-home-v3 :where(.hf-home-programs-v3, .hf-home-adm-activity, .hf-home-adm-banner, .hf-home-identity, .hf-home-experience-v3, .hf-home-impact-v3, .hf-home-news-v3, .hf-home-admissions-v3) .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-home-v3 :where(.hf-home-programs-v3, .hf-home-adm-activity, .hf-home-adm-banner, .hf-home-identity, .hf-home-experience-v3, .hf-home-impact-v3, .hf-home-news-v3, .hf-home-admissions-v3) .hf-eyebrow::before { content: ""; width: 22px; height: 3px; border-radius: 2px; background: var(--orange); }
.hf-home-v3 :where(.hf-home-programs-v3, .hf-home-adm-activity, .hf-home-identity, .hf-home-experience-v3, .hf-home-news-v3).hf-section { padding: 84px 0; }
.hf-home-v3 :where(.hf-home-programs-v3, .hf-home-adm-activity, .hf-home-adm-banner, .hf-home-identity, .hf-home-experience-v3, .hf-home-impact-v3, .hf-home-news-v3, .hf-home-admissions-v3) .hf-head { max-width: 640px; margin-bottom: 40px; }
.hf-home-v3 :where(.hf-home-programs-v3, .hf-home-adm-activity, .hf-home-adm-banner, .hf-home-identity, .hf-home-experience-v3, .hf-home-impact-v3, .hf-home-news-v3, .hf-home-admissions-v3) .hf-head h2 { font-size: clamp(28px, 4vw, 42px); margin: 14px 0 14px; font-weight: var(--hw, 700); }
.hf-home-v3 :where(.hf-home-programs-v3, .hf-home-adm-activity, .hf-home-adm-banner, .hf-home-identity, .hf-home-experience-v3, .hf-home-impact-v3, .hf-home-news-v3, .hf-home-admissions-v3) .hf-head p { font-size: 17px; color: var(--ink-soft); }
.hf-home-v3 :where(.hf-home-programs-v3, .hf-home-adm-activity, .hf-home-adm-banner, .hf-home-identity, .hf-home-experience-v3, .hf-home-impact-v3, .hf-home-news-v3, .hf-home-admissions-v3) .hf-head-row { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 40px; flex-wrap: wrap; }
.hf-home-v3 :where(.hf-home-programs-v3, .hf-home-adm-activity, .hf-home-adm-banner, .hf-home-identity, .hf-home-experience-v3, .hf-home-impact-v3, .hf-home-news-v3, .hf-home-admissions-v3) .hf-head-row .hf-head { margin-bottom: 0; }

/* --- home.css --- */
.hf-home-v3 :where(.hf-home-programs-v3, .hf-home-adm-activity, .hf-home-adm-banner, .hf-home-identity, .hf-home-experience-v3, .hf-home-impact-v3, .hf-home-news-v3, .hf-home-admissions-v3) .hf-news-date { display: inline-flex; align-items: center; gap: 6px; font-size: 13px; color: var(--muted); font-weight: 700; }
@media (max-width: 600px) {
  .hf-home-v3 :where(.hf-home-programs-v3, .hf-home-adm-activity, .hf-home-identity, .hf-home-experience-v3, .hf-home-news-v3).hf-section { padding: 56px 0; }
}

/* --- page-hero-shared.css:  .hf-page > .hf-section[id] --- */
.hf-home-v3 :where(.hf-home-programs-v3, .hf-home-adm-activity, .hf-home-adm-banner, .hf-home-identity, .hf-home-experience-v3, .hf-home-impact-v3, .hf-home-news-v3, .hf-home-admissions-v3)[id] { position: relative; isolation: isolate; }

/* --- accessibility-layout.css: thang chữ tối thiểu (design đang chạy như vậy) --- */
.hf-home-v3 :where(.hf-home-programs-v3, .hf-home-adm-activity, .hf-home-adm-banner, .hf-home-identity, .hf-home-experience-v3, .hf-home-impact-v3, .hf-home-news-v3, .hf-home-admissions-v3) .hf-btn,
.hf-home-v3 :where(.hf-home-programs-v3, .hf-home-adm-activity, .hf-home-adm-banner, .hf-home-identity, .hf-home-experience-v3, .hf-home-impact-v3, .hf-home-news-v3, .hf-home-admissions-v3) .hf-link-arrow { font-size: var(--hf-type-control); }
.hf-home-v3 :where(.hf-home-programs-v3, .hf-home-adm-activity, .hf-home-adm-banner, .hf-home-identity, .hf-home-experience-v3, .hf-home-impact-v3, .hf-home-news-v3, .hf-home-admissions-v3) .hf-eyebrow { font-size: var(--hf-type-label); }
.hf-home-v3 :where(.hf-home-programs-v3, .hf-home-adm-activity, .hf-home-adm-banner, .hf-home-identity, .hf-home-experience-v3, .hf-home-impact-v3, .hf-home-news-v3, .hf-home-admissions-v3) small,
.hf-home-v3 :where(.hf-home-programs-v3, .hf-home-adm-activity, .hf-home-adm-banner, .hf-home-identity, .hf-home-experience-v3, .hf-home-impact-v3, .hf-home-news-v3, .hf-home-admissions-v3) time,
.hf-home-v3 :where(.hf-home-programs-v3, .hf-home-adm-activity, .hf-home-adm-banner, .hf-home-identity, .hf-home-experience-v3, .hf-home-impact-v3, .hf-home-news-v3, .hf-home-admissions-v3) .hf-news-date { font-size: var(--hf-type-meta) !important; }
.hf-home-v3 :where(.hf-home-programs-v3, .hf-home-adm-activity, .hf-home-adm-banner, .hf-home-identity, .hf-home-experience-v3, .hf-home-impact-v3, .hf-home-news-v3, .hf-home-admissions-v3) .hf-head p { font-size: var(--hf-type-body) !important; line-height: 1.65; }

/* --- v34-home-updates.css: vùng chạm 44px --- */
.hf-home-v3 :where(.hf-home-programs-v3, .hf-home-adm-activity, .hf-home-adm-banner, .hf-home-identity, .hf-home-experience-v3, .hf-home-impact-v3, .hf-home-news-v3, .hf-home-admissions-v3) .hf-head-row .hf-link-arrow { min-height: 44px; display: inline-flex; align-items: center; }

/* --- home.css:259 + 494: focus + giảm chuyển động --- */
.hf-home-v3 :where(.hf-home-programs-v3, .hf-home-adm-activity, .hf-home-adm-banner, .hf-home-identity, .hf-home-experience-v3, .hf-home-impact-v3, .hf-home-news-v3, .hf-home-admissions-v3) a:focus-visible,
.hf-home-v3 :where(.hf-home-programs-v3, .hf-home-adm-activity, .hf-home-adm-banner, .hf-home-identity, .hf-home-experience-v3, .hf-home-impact-v3, .hf-home-news-v3, .hf-home-admissions-v3) button:focus-visible { outline: 3px solid #f5a271; outline-offset: 3px; }
@media (prefers-reduced-motion: reduce) {
  .hf-home-v3 :where(.hf-home-programs-v3, .hf-home-adm-activity, .hf-home-adm-banner, .hf-home-identity, .hf-home-experience-v3, .hf-home-impact-v3, .hf-home-news-v3, .hf-home-admissions-v3) *,
  .hf-home-v3 :where(.hf-home-programs-v3, .hf-home-adm-activity, .hf-home-adm-banner, .hf-home-identity, .hf-home-experience-v3, .hf-home-impact-v3, .hf-home-news-v3, .hf-home-admissions-v3) *::before,
  .hf-home-v3 :where(.hf-home-programs-v3, .hf-home-adm-activity, .hf-home-adm-banner, .hf-home-identity, .hf-home-experience-v3, .hf-home-impact-v3, .hf-home-news-v3, .hf-home-admissions-v3) *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}

/* =============================================================================
   E. 623 rule port nguyên văn từ design, theo ĐÚNG thứ tự nạp file.
   Chỉ 3 phép đổi:
     1. thêm tiền tố `.hf-home-v3 ` cho mọi selector;
     2. `> button` / `> a` (và dạng descendant của v46/v34) → `> :is(a, span)` —
        hf_home_link() in <a> khi có URL, <span> khi rỗng; :is() lấy specificity
        của argument cụ thể nhất (1 type selector) nên khớp Y HỆT `button`/`a`;
     3. `var(--gut)` → `var(--hf-page-side)` (2 token trùng giá trị ở ≤600px:
        18px) trong 4 rule scroller ngang .hf-home-pillars.
   Phần selector của module khác trong danh sách chung (about/khoa/adm/footer…)
   đã bị lược — chúng không thể khớp gì bên trong .hf-home-v3.
   ============================================================================= */

/* ══════════════════ home.css ══════════════════ */
.hf-home-v3 .hf-home-identity { padding-top: 88px; padding-bottom: 88px; background: #fff; }
.hf-home-v3 .hf-home-intro-grid { display: grid; grid-template-columns: 1.15fr .75fr; gap: clamp(45px,8vw,120px); align-items: end; }
.hf-home-v3 .hf-home-intro-title h2 { margin-top: 15px; font-size: clamp(34px,4.5vw,59px); line-height: 1.08; letter-spacing: -.035em; }
.hf-home-v3 .hf-home-intro-copy p { margin-bottom: 25px; color: var(--ink-soft); font-size: 16.5px; line-height: 1.8; }
.hf-home-v3 .hf-home-pillars { display: grid; grid-template-columns: repeat(3,1fr); margin-top: 65px; border-top: 1px solid var(--line); }
.hf-home-v3 .hf-home-pillars article { position: relative; padding: 34px 34px 38px 0; }
.hf-home-v3 .hf-home-pillars article + article { padding-left: 34px; border-left: 1px solid var(--line); }
.hf-home-v3 .hf-home-pillar-no { position: absolute; top: 20px; right: 22px; color: #dbe3ef; font-size: 13px; font-weight: 900; }
.hf-home-v3 .hf-home-pillars i { display: grid; place-items: center; width: 48px; height: 48px; margin-bottom: 23px; color: #fff; background: var(--home-blue); border-radius: 50%; font-style: normal; }
.hf-home-v3 .hf-home-pillars h3 { margin-bottom: 10px; font-size: 20px; }
.hf-home-v3 .hf-home-pillars p { color: var(--ink-soft); font-size: 14px; line-height: 1.65; }
.hf-home-v3 .hf-home-programs-v3 { background: #f3f7fc; }
.hf-home-v3 .hf-home-programs-v3 .hf-head { max-width: 730px; }
.hf-home-v3 .hf-home-fields { display: grid; grid-template-columns: repeat(2,1fr); gap: 1px; border: 1px solid #dfe7f2; background: #dfe7f2; }
.hf-home-v3 .hf-home-fields > :is(a, span) { position: relative; display: grid; grid-template-columns: 30px 52px 1fr auto; align-items: start; gap: 16px; min-height: 166px; padding: 29px; text-align: left; background: #fff; transition: background .2s,color .2s; }
.hf-home-v3 .hf-home-fields > :is(a, span):last-child { grid-column: 1/-1; }
.hf-home-v3 .hf-home-fields > :is(a, span):hover { color: #fff; background: var(--home-blue); }
.hf-home-v3 .hf-home-field-index { color: #a3afc0; font-size: 12px; font-weight: 900; }
.hf-home-v3 .hf-home-fields i { display: grid; place-items: center; width: 52px; height: 52px; color: var(--home-blue); background: var(--blue-50); border-radius: 50%; font-style: normal; }
.hf-home-v3 .hf-home-fields h3 { margin-bottom: 7px; font-size: 20px; }
.hf-home-v3 .hf-home-fields p { color: var(--ink-soft); font-size: 13px; }
.hf-home-v3 .hf-home-fields small { display: block; margin-top: 18px; color: var(--home-orange); font-weight: 800; }
.hf-home-v3 .hf-home-fields > :is(a, span) > svg { margin-top: 17px; color: var(--home-orange); }
.hf-home-v3 .hf-home-fields > :is(a, span):hover p,
.hf-home-v3 .hf-home-fields > :is(a, span):hover .hf-home-field-index { color: #d5e1f4; }
.hf-home-v3 .hf-home-fields > :is(a, span):hover i { color: #fff; background: rgba(255,255,255,.14); }
.hf-home-v3 .hf-home-fields > :is(a, span):hover small,
.hf-home-v3 .hf-home-fields > :is(a, span):hover > svg { color: #ffb087; }
.hf-home-v3 .hf-home-experience-v3 { background: #fff; }
.hf-home-v3 .hf-home-experience-head { display: grid; grid-template-columns: 1fr .72fr; align-items: end; gap: 70px; margin-bottom: 43px; }
.hf-home-v3 .hf-home-experience-head h2 { max-width: 700px; margin-top: 14px; font-size: clamp(33px,4vw,52px); }
.hf-home-v3 .hf-home-experience-head > p { color: var(--ink-soft); font-size: 15.5px; line-height: 1.75; }
.hf-home-v3 .hf-home-story-grid { display: grid; grid-template-columns: 1.55fr 1fr; grid-template-rows: repeat(2,275px); gap: 17px; }
.hf-home-v3 .hf-home-story-grid > * { position: relative; overflow: hidden; min-width: 0; color: #fff; text-align: left; background: #102c5e; }
.hf-home-v3 .hf-home-story-grid > *::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg,rgba(4,22,55,.9),rgba(4,22,55,.05) 70%); transition: background .25s; }
.hf-home-v3 .hf-home-story-grid > *:hover::after { background: linear-gradient(0deg,rgba(4,22,55,.94),rgba(4,22,55,.15) 78%); }
.hf-home-v3 .hf-home-story-grid img { transition: transform .6s var(--ease); }
.hf-home-v3 .hf-home-story-grid > *:hover img { transform: scale(1.035); }
.hf-home-v3 .hf-home-story-grid > * > div:first-child { width: 100%; height: 100%; }
.hf-home-v3 .hf-home-story-grid > * > span { position: absolute; z-index: 2; left: 28px; right: 28px; bottom: 25px; }
.hf-home-v3 .hf-home-story-grid small { display: block; margin-bottom: 8px; color: #ffb188; font-size: 11.5px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.hf-home-v3 .hf-home-story-grid strong { display: block; font-size: 19px; line-height: 1.35; }
.hf-home-v3 .hf-home-impact-v3 { padding: 95px 0; color: #fff; background: linear-gradient(115deg,#0a2b63,#17479d 70%); }
.hf-home-v3 .hf-home-impact-v3-grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: clamp(45px,7vw,95px); align-items: center; }
.hf-home-v3 .hf-home-impact-v3 .hf-eyebrow { color: #ffbd98; }
.hf-home-v3 .hf-home-impact-v3 .hf-eyebrow::before { background: #ff955c; }
.hf-home-v3 .hf-home-impact-v3 h2 { margin: 16px 0 21px; color: #fff; font-size: clamp(34px,4.2vw,54px); line-height: 1.08; }
.hf-home-v3 .hf-home-impact-v3-copy > p { color: #d3dff1; font-size: 16px; line-height: 1.75; }
.hf-home-v3 .hf-home-impact-v3-copy > div { display: flex; align-items: center; gap: 22px; margin-top: 30px; flex-wrap: wrap; }
.hf-home-v3 .hf-home-impact-link { padding: 8px 0; border-bottom: 1px solid rgba(255,255,255,.55); font-weight: 800; }
.hf-home-v3 .hf-home-network { display: grid; grid-template-columns: repeat(2,1fr); gap: 1px; background: rgba(255,255,255,.18); }
.hf-home-v3 .hf-home-network > :is(a, span) { position: relative; min-height: 210px; padding: 28px; background: rgba(7,37,84,.72); transition: background .2s,transform .2s; }
.hf-home-v3 .hf-home-network > :is(a, span):hover { z-index: 1; background: rgba(255,255,255,.12); transform: translateY(-3px); }
.hf-home-v3 .hf-home-network strong,
.hf-home-v3 .hf-home-network span,
.hf-home-v3 .hf-home-network small,
.hf-home-v3 .hf-home-network b { display: block; }
.hf-home-v3 .hf-home-network strong { color: #ffb087; font-size: 37px; letter-spacing: -.04em; }
.hf-home-v3 .hf-home-network span { margin-top: 5px; color: #fff; font-size: 15px; font-weight: 900; }
.hf-home-v3 .hf-home-network small { margin-top: 10px; min-height: 39px; color: #c8d6ea; font-size: 11.5px; line-height: 1.45; }
.hf-home-v3 .hf-home-network b { display: inline-flex; align-items: center; gap: 6px; margin-top: 16px; color: #fff; font-size: 10.5px; }
.hf-home-v3 .hf-home-news-v3 { background: #f3f7fc; }
.hf-home-v3 .hf-home-news-layout { display: grid; grid-template-columns: 1.2fr .9fr .86fr; gap: 22px; align-items: stretch; }
.hf-home-v3 .hf-home-events { padding: 26px; color: #fff; background: var(--home-navy); }
.hf-home-v3 .hf-home-events > div { display: flex; align-items: center; justify-content: space-between; margin-bottom: 13px; padding-bottom: 19px; border-bottom: 1px solid rgba(255,255,255,.16); }
.hf-home-v3 .hf-home-events > div span { font-size: 14px; font-weight: 900; text-transform: uppercase; }
.hf-home-v3 .hf-home-events > div a { color: #ffb087; font-size: 12px; font-weight: 800; }
.hf-home-v3 .hf-home-events > :is(a, span) { display: grid; grid-template-columns: 52px 1fr; gap: 15px; padding: 22px 0; }
.hf-home-v3 .hf-home-events > :is(a, span) + :is(a, span) { border-top: 1px solid rgba(255,255,255,.12); }
.hf-home-v3 .hf-home-events time { display: flex; flex-direction: column; align-items: center; justify-content: center; height: 54px; color: var(--home-navy); background: #fff; }
.hf-home-v3 .hf-home-events time strong { color: var(--home-orange); font-size: 20px; line-height: 1; }
.hf-home-v3 .hf-home-events time small { margin-top: 3px; font-size: 9px; font-weight: 900; }
.hf-home-v3 .hf-home-events > :is(a, span) > span strong,
.hf-home-v3 .hf-home-events > :is(a, span) > span small { display: block; }
.hf-home-v3 .hf-home-events > :is(a, span) > span strong { font-size: 13.5px; line-height: 1.35; }
.hf-home-v3 .hf-home-events > :is(a, span) > span small { margin-top: 6px; color: #bdcce4; font-size: 10px; line-height: 1.45; }
.hf-home-v3 .hf-home-admissions-v3 { position: relative; padding: 72px 0; color: #fff; background: var(--home-blue); overflow: hidden; }
.hf-home-v3 .hf-home-admissions-v3::after { content: "HUFLIT"; position: absolute; right: -30px; bottom: -70px; color: rgba(255,255,255,.055); font-size: clamp(110px,20vw,300px); font-weight: 900; letter-spacing: -.08em; line-height: 1; }
.hf-home-v3 .hf-home-admissions-v3-inner { position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.hf-home-v3 .hf-home-admissions-v3 span { color: #ffc09e; font-size: 13px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.hf-home-v3 .hf-home-admissions-v3 h2 { margin: 12px 0 12px; color: #fff; font-size: clamp(31px,4vw,50px); }
.hf-home-v3 .hf-home-admissions-v3 p { color: #d8e4f5; }
.hf-home-v3 .hf-home-admissions-v3-inner > div:last-child { display: flex; flex-direction: column; align-items: flex-start; gap: 13px; }
.hf-home-v3 .hf-home-admissions-v3-inner > div:last-child > :is(a, span):not(.hf-btn) { color: #fff; font-weight: 800; border-bottom: 1px solid rgba(255,255,255,.6); padding: 5px 0; }
@media (max-width: 1060px) {
  .hf-home-v3 .hf-home-news-layout { grid-template-columns: 1.2fr 1fr; }
  .hf-home-v3 .hf-home-events { grid-column: 1/-1; display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
  .hf-home-v3 .hf-home-events > div { grid-column: 1/-1; }
  .hf-home-v3 .hf-home-events > :is(a, span) + :is(a, span) { border-top: 0; }
}
@media (max-width: 820px) {
  .hf-home-v3 .hf-home-intro-grid,
  .hf-home-v3 .hf-home-experience-head,
  .hf-home-v3 .hf-home-impact-v3-grid { grid-template-columns: 1fr; gap: 34px; }
  .hf-home-v3 .hf-home-pillars { grid-template-columns: 1fr; }
  .hf-home-v3 .hf-home-pillars article,
  .hf-home-v3 .hf-home-pillars article + article { padding: 26px 0; border-left: 0; border-bottom: 1px solid var(--line); }
  .hf-home-v3 .hf-home-fields { grid-template-columns: 1fr; }
  .hf-home-v3 .hf-home-fields > :is(a, span):last-child { grid-column: auto; }
  .hf-home-v3 .hf-home-story-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 430px 260px; }
  .hf-home-v3 .hf-home-news-layout { grid-template-columns: 1fr; }
  .hf-home-v3 .hf-home-events { grid-column: auto; }
  .hf-home-v3 .hf-home-admissions-v3-inner { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 600px) {
  .hf-home-v3 .hf-home-identity { padding-top: 58px; padding-bottom: 58px; }
  .hf-home-v3 .hf-home-intro-title h2 { font-size: 34px; }
  .hf-home-v3 .hf-home-intro-copy p { margin-bottom: 18px; font-size: 14.5px; line-height: 1.65; }
  .hf-home-v3 .hf-home-pillars { margin-top: 38px; }
  .hf-home-v3 .hf-home-pillars article,
  .hf-home-v3 .hf-home-pillars article + article { display: grid; grid-template-columns: 44px 1fr; column-gap: 14px; padding: 19px 0; }
  .hf-home-v3 .hf-home-pillar-no { display: none; }
  .hf-home-v3 .hf-home-pillars i { grid-row: 1/3; width: 40px; height: 40px; margin: 0; }
  .hf-home-v3 .hf-home-pillars h3 { margin: 0 0 5px; font-size: 17px; }
  .hf-home-v3 .hf-home-pillars p { font-size: 12.5px; line-height: 1.5; }
  .hf-home-v3 .hf-home-fields > :is(a, span) { grid-template-columns: 26px 1fr auto; min-height: 0; padding: 17px 16px; }
  .hf-home-v3 .hf-home-fields i { display: none; }
  .hf-home-v3 .hf-home-fields h3 { margin-bottom: 0; font-size: 17px; }
  .hf-home-v3 .hf-home-fields p { display: none; }
  .hf-home-v3 .hf-home-fields small { margin-top: 7px; font-size: 11px; }
  .hf-home-v3 .hf-home-fields > :is(a, span) > svg { margin-top: 10px; }
  .hf-home-v3 .hf-home-experience-head { margin-bottom: 28px; }
  .hf-home-v3 .hf-home-experience-head h2 { font-size: 34px; }
  .hf-home-v3 .hf-home-experience-head > p { font-size: 14px; line-height: 1.6; }
  .hf-home-v3 .hf-home-story-grid { display: flex; flex-direction: column; }
  .hf-home-v3 .hf-home-story-grid > * { height: 190px; }
  .hf-home-v3 .hf-home-story-grid > * > span { left: 20px; right: 20px; bottom: 18px; }
  .hf-home-v3 .hf-home-story-grid strong { font-size: 16px; }
  .hf-home-v3 .hf-home-impact-v3 { padding: 60px 0; }
  .hf-home-v3 .hf-home-impact-v3 h2 { font-size: 34px; }
  .hf-home-v3 .hf-home-impact-v3-copy > p { font-size: 14px; line-height: 1.6; }
  .hf-home-v3 .hf-home-network > :is(a, span) { min-height: 135px; padding: 17px 14px; }
  .hf-home-v3 .hf-home-network strong { font-size: 31px; }
  .hf-home-v3 .hf-home-network span { font-size: 13px; }
  .hf-home-v3 .hf-home-network small { display: none; }
  .hf-home-v3 .hf-home-network b { margin-top: 12px; font-size: 9.5px; }
  .hf-home-v3 .hf-home-events { display: block; padding: 20px; }
  .hf-home-v3 .hf-home-events > :is(a, span) { padding: 16px 0; }
  .hf-home-v3 .hf-home-events > :is(a, span) + :is(a, span) { border-top: 1px solid rgba(255,255,255,.12); }
  .hf-home-v3 .hf-home-admissions-v3 { padding: 60px 0; }
}
.hf-home-v3 .hf-home-programs-v3 { background: #f1f5fb; }
.hf-home-v3 .hf-home-fields { grid-template-columns: repeat(3,1fr); gap: 14px; border: 0; background: transparent; }
.hf-home-v3 .hf-home-fields > :is(a, span),
.hf-home-v3 .hf-home-fields > :is(a, span):last-child { position: relative; display: block; grid-column: auto; height: 270px; min-height: 270px; padding: 0; overflow: hidden; color: #fff; background: var(--home-navy); }
.hf-home-v3 .hf-home-fields > :is(a, span).is-wide { grid-column: span 2; }
.hf-home-v3 .hf-home-fields > :is(a, span) > div:first-child { width: 100%; height: 100%; }
.hf-home-v3 .hf-home-fields > :is(a, span) img { transition: transform .55s var(--ease); }
.hf-home-v3 .hf-home-fields > :is(a, span):hover img { transform: scale(1.045); }
.hf-home-v3 .hf-home-field-shade { position: absolute; inset: 0; background: linear-gradient(0deg,rgba(5,27,65,.96),rgba(9,45,103,.18) 76%); }
.hf-home-v3 .hf-home-fields > :is(a, span):nth-child(3) .hf-home-field-shade,
.hf-home-v3 .hf-home-fields > :is(a, span):nth-child(5) .hf-home-field-shade { background: linear-gradient(0deg,rgba(205,65,12,.94),rgba(238,104,35,.12) 78%); }
.hf-home-v3 .hf-home-field-content { position: absolute; z-index: 2; inset: auto 0 0; padding: 25px 27px; text-align: left; }
.hf-home-v3 .hf-home-field-content .hf-home-field-index { position: absolute; right: 25px; bottom: 25px; color: rgba(255,255,255,.58); font-size: 22px; }
.hf-home-v3 .hf-home-field-content small { display: block; margin: 0 0 6px; color: #ffb38d; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.hf-home-v3 .hf-home-field-content h3 { max-width: calc(100% - 44px); margin: 0; color: #fff; font-size: 22px; line-height: 1.2; }
.hf-home-v3 .hf-home-field-content p { margin-top: 7px; color: #e5edf9; font-size: 13px; }
.hf-home-v3 .hf-home-field-content b { display: inline-flex; align-items: center; gap: 7px; margin-top: 14px; font-size: 12px; }
.hf-home-v3 .hf-home-identity { background: #fff; }
.hf-home-v3 .hf-home-pillars { grid-template-columns: 1.15fr 1fr 1fr; gap: 14px; margin-top: 52px; border: 0; }
.hf-home-v3 .hf-home-pillars article,
.hf-home-v3 .hf-home-pillars article + article { position: relative; min-height: 355px; padding: 0; overflow: hidden; border: 0; color: #fff; }
.hf-home-v3 .hf-home-pillars article > div:first-child { width: 100%; height: 100%; }
.hf-home-v3 .hf-home-pillars article img { transition: transform .55s var(--ease); }
.hf-home-v3 .hf-home-pillars article:hover img { transform: scale(1.04); }
.hf-home-v3 .hf-home-pillar-shade { position: absolute; inset: 0; background: linear-gradient(0deg,rgba(6,32,75,.98),rgba(8,39,91,.12) 82%); }
.hf-home-v3 .hf-home-pillars article:nth-child(2) .hf-home-pillar-shade { background: linear-gradient(0deg,rgba(202,62,10,.97),rgba(238,104,35,.1) 82%); }
.hf-home-v3 .hf-home-pillars article > div:last-child { position: absolute; z-index: 2; left: 27px; right: 27px; bottom: 26px; }
.hf-home-v3 .hf-home-pillar-no { position: static; display: block; margin-bottom: 8px; color: #ffb38d; font-size: 12px; letter-spacing: .12em; }
.hf-home-v3 .hf-home-pillars h3 { margin: 0 0 9px; color: #fff; font-size: 22px; }
.hf-home-v3 .hf-home-pillars p { color: #e4ecf7; font-size: 13.5px; line-height: 1.55; }
.hf-home-v3 .hf-home-experience-v3 { background: #f1f5fb; }
.hf-home-v3 .hf-home-story-grid { grid-template-columns: repeat(3,1fr); grid-template-rows: 330px; gap: 14px; }
.hf-home-v3 .hf-home-story-grid > * { height: 330px; border: 0; }
.hf-home-v3 .hf-home-story-grid > *::after { background: linear-gradient(0deg,rgba(5,28,68,.96),rgba(5,28,68,.08) 76%); }
.hf-home-v3 .hf-home-story-grid > * > span { left: 25px; right: 25px; bottom: 24px; }
.hf-home-v3 .hf-home-story-grid strong { max-width: none; font-size: 20px; line-height: 1.3; }
.hf-home-v3 .hf-home-story-grid b { display: inline-flex; align-items: center; gap: 6px; margin-top: 15px; font-size: 11.5px; }
.hf-home-v3 .hf-home-news-layout { grid-template-columns: 1.2fr 1fr 1fr; gap: 16px; }
.hf-home-v3 .hf-home-news-layout > :is(a, span) { display: grid; grid-template-rows: 220px 1fr; min-width: 0; background: #fff; transition: transform .2s,box-shadow .2s; }
.hf-home-v3 .hf-home-news-layout > :is(a, span):hover { transform: translateY(-4px); box-shadow: 0 18px 40px rgba(8,39,91,.12); }
.hf-home-v3 .hf-home-news-layout > :is(a, span) > div:first-child { width: 100%; height: 100%; }
.hf-home-v3 .hf-home-news-layout > :is(a, span) > div:last-child { padding: 24px; }
.hf-home-v3 .hf-home-news-layout span { color: var(--home-orange); font-size: 11px; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }
.hf-home-v3 .hf-home-news-layout h3 { margin: 10px 0; font-size: 18px; line-height: 1.35; }
.hf-home-v3 .hf-home-news-layout .is-featured h3 { font-size: 22px; }
.hf-home-v3 .hf-home-news-layout p { color: var(--ink-soft); font-size: 13px; line-height: 1.55; }
.hf-home-v3 .hf-home-news-layout b { display: inline-flex; align-items: center; gap: 7px; margin-top: 18px; color: var(--home-blue); font-size: 12px; }
.hf-home-v3 .hf-home-events-head { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-top: 56px; padding-top: 40px; border-top: 1px solid #d9e3f0; }
.hf-home-v3 .hf-home-events-head h3 { margin-top: 9px; font-size: 28px; }
.hf-home-v3 .hf-home-events-head > :is(a, span) { display: inline-flex; align-items: center; gap: 7px; color: var(--home-blue); font-weight: 800; }
.hf-home-v3 .hf-home-events { display: grid; grid-template-columns: repeat(2,1fr); gap: 14px; margin-top: 22px; padding: 0; color: var(--ink); background: transparent; }
.hf-home-v3 .hf-home-events > :is(a, span) { display: grid; grid-template-columns: 82px 1fr auto; align-items: center; gap: 20px; min-height: 120px; padding: 20px; color: var(--ink); background: #fff; border-left: 5px solid var(--home-orange); }
.hf-home-v3 .hf-home-events > :is(a, span) + :is(a, span) { border-top: 0; }
.hf-home-v3 .hf-home-events time { width: 82px; height: 78px; color: #fff; background: var(--home-navy); }
.hf-home-v3 .hf-home-events time strong { color: #ff9a68; font-size: 24px; }
.hf-home-v3 .hf-home-events > :is(a, span) > span strong { font-size: 16px; }
.hf-home-v3 .hf-home-events > :is(a, span) > span small { color: var(--muted); font-size: 12px; }
.hf-home-v3 .hf-home-events > :is(a, span) > svg { color: var(--home-orange); }
@media (max-width: 1060px) {
  .hf-home-v3 .hf-home-fields { grid-template-columns: repeat(2,1fr); }
  .hf-home-v3 .hf-home-fields > :is(a, span).is-wide { grid-column: auto; }
  .hf-home-v3 .hf-home-fields > :is(a, span):last-child { grid-column: 1/-1; }
  .hf-home-v3 .hf-home-news-layout { grid-template-columns: 1fr 1fr; }
  .hf-home-v3 .hf-home-news-layout > :is(a, span):first-child { grid-column: 1/-1; grid-template-columns: 1.1fr 1fr; grid-template-rows: 360px; }
}
@media (max-width: 820px) {
  .hf-home-v3 .hf-home-pillars { grid-template-columns: 1fr 1fr; }
  .hf-home-v3 .hf-home-pillars article:first-child { grid-column: 1/-1; }
  .hf-home-v3 .hf-home-story-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 330px 300px; }
  .hf-home-v3 .hf-home-story-grid > *:first-child { grid-column: 1/-1; }
  .hf-home-v3 .hf-home-news-layout > :is(a, span):first-child { grid-template-columns: 1fr; grid-template-rows: 260px auto; }
  .hf-home-v3 .hf-home-events { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  .hf-home-v3 .hf-home-fields { grid-template-columns: none; grid-auto-flow: column; grid-auto-columns: 84%; gap: 10px; overflow-x: auto; scroll-snap-type: x mandatory; overscroll-behavior-inline: contain; scrollbar-width: none; }
  .hf-home-v3 .hf-home-fields::-webkit-scrollbar,
  .hf-home-v3 .hf-home-pillars::-webkit-scrollbar,
  .hf-home-v3 .hf-home-story-grid::-webkit-scrollbar,
  .hf-home-v3 .hf-home-news-layout::-webkit-scrollbar { display: none; }
  .hf-home-v3 .hf-home-fields > :is(a, span),
  .hf-home-v3 .hf-home-fields > :is(a, span):last-child,
  .hf-home-v3 .hf-home-fields > :is(a, span).is-wide { grid-column: auto; height: 225px; min-height: 225px; scroll-snap-align: start; }
  .hf-home-v3 .hf-home-field-content { padding: 21px; }
  .hf-home-v3 .hf-home-field-content h3 { font-size: 20px; }
  .hf-home-v3 .hf-home-pillars { grid-template-columns: none; grid-auto-flow: column; grid-auto-columns: 84%; gap: 10px; margin-top: 36px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .hf-home-v3 .hf-home-pillars article:first-child { grid-column: auto; }
  .hf-home-v3 .hf-home-pillars article,
  .hf-home-v3 .hf-home-pillars article + article { display: block; min-height: 270px; scroll-snap-align: start; }
  .hf-home-v3 .hf-home-pillars article > div:last-child { left: 21px; right: 21px; bottom: 21px; }
  .hf-home-v3 .hf-home-story-grid { display: grid; grid-template-columns: none; grid-template-rows: 260px; grid-auto-flow: column; grid-auto-columns: 84%; gap: 10px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .hf-home-v3 .hf-home-story-grid > *,
  .hf-home-v3 .hf-home-story-grid > *:first-child { grid-column: auto; height: 260px; scroll-snap-align: start; }
  .hf-home-v3 .hf-home-news-layout { grid-template-columns: none; grid-auto-flow: column; grid-auto-columns: 86%; gap: 10px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .hf-home-v3 .hf-home-news-layout > :is(a, span),
  .hf-home-v3 .hf-home-news-layout > :is(a, span):first-child { grid-column: auto; grid-template-columns: 1fr; grid-template-rows: 185px auto; scroll-snap-align: start; }
  .hf-home-v3 .hf-home-events-head { align-items: flex-start; flex-direction: column; margin-top: 40px; padding-top: 30px; }
  .hf-home-v3 .hf-home-events > :is(a, span) { grid-template-columns: 64px 1fr auto; gap: 13px; min-height: 102px; padding: 14px; }
  .hf-home-v3 .hf-home-events time { width: 64px; height: 64px; }
}
.hf-home-v3 .hf-home-fields { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 14px; }
.hf-home-v3 .hf-home-fields-intro,
.hf-home-v3 .hf-home-fields > :is(a, span),
.hf-home-v3 .hf-home-fields > :is(a, span):last-child { height: 300px; min-height: 300px; }
.hf-home-v3 .hf-home-fields-intro { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 34px; background: #fff; }
.hf-home-v3 .hf-home-fields-intro h2 { margin: 12px 0 14px; font-size: clamp(29px,3vw,40px); line-height: 1.08; }
.hf-home-v3 .hf-home-fields-intro p { color: var(--ink-soft); font-size: 14px; line-height: 1.65; }
.hf-home-v3 .hf-home-fields-intro .hf-link-arrow { margin-top: 22px; }
.hf-home-v3 .hf-home-pillars { grid-template-columns: repeat(3,minmax(0,1fr)); }
.hf-home-v3 .hf-home-pillars article,
.hf-home-v3 .hf-home-pillars article + article { min-width: 0; }
.hf-home-v3 .hf-home-story-grid > * { border: 0 !important; outline: 0 !important; box-shadow: none !important; background: transparent !important; }
.hf-home-v3 .hf-home-story-grid > * > div:first-child { background: transparent !important; }
.hf-home-v3 .hf-home-story-grid img { display: block; width: 100%; height: 100%; border: 0; outline: 0; object-fit: cover; }
.hf-home-v3 .hf-home-news-layout { display: grid; grid-template-columns: minmax(0,1.08fr) minmax(0,.92fr); gap: 34px; align-items: stretch; }
.hf-home-v3 .hf-home-news-featured { display: grid !important; grid-template-rows: 470px 1fr !important; min-width: 0; overflow: hidden; border-radius: 24px; background: #fff; box-shadow: 0 16px 44px rgba(8,39,91,.09); }
.hf-home-v3 .hf-home-news-featured > div:first-child { width: 100%; height: 100%; }
.hf-home-v3 .hf-home-news-featured > div:last-child { padding: 28px 30px 30px !important; }
.hf-home-v3 .hf-home-news-featured span,
.hf-home-v3 .hf-home-news-stack span { color: var(--home-orange); font-size: 11px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.hf-home-v3 .hf-home-news-featured h3 { margin: 10px 0 11px; font-size: 25px; line-height: 1.3; }
.hf-home-v3 .hf-home-news-featured small,
.hf-home-v3 .hf-home-news-stack small { color: #8492a8; font-weight: 700; }
.hf-home-v3 .hf-home-news-featured small { display: block; }
.hf-home-v3 .hf-home-news-featured b { display: inline-flex; align-items: center; gap: 7px; margin-top: 18px; color: var(--home-blue); font-size: 12px; }
.hf-home-v3 .hf-home-news-stack { display: grid; grid-template-rows: repeat(4,minmax(0,1fr)); min-width: 0; }
.hf-home-v3 .hf-home-news-stack > :is(a, span) { display: grid; grid-template-columns: 180px minmax(0,1fr); gap: 24px; align-items: center; min-width: 0; padding: 18px 0; border-bottom: 1px solid #dce5f0; }
.hf-home-v3 .hf-home-news-stack > :is(a, span):first-child { padding-top: 0; }
.hf-home-v3 .hf-home-news-stack > :is(a, span):last-child { padding-bottom: 0; border-bottom: 0; }
.hf-home-v3 .hf-home-news-stack > :is(a, span) > div:first-child { width: 180px; height: 118px; overflow: hidden; border-radius: 16px; }
.hf-home-v3 .hf-home-news-stack h3 { display: -webkit-box; margin: 8px 0 9px; overflow: hidden; font-size: 17px; line-height: 1.35; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.hf-home-v3 .hf-home-events { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.hf-home-v3 .hf-home-events > :is(a, span),
.hf-home-v3 .hf-home-events > :is(a, span) + :is(a, span) { display: block; min-width: 0; min-height: 0; padding: 0; overflow: hidden; color: var(--ink); border: 1px solid #dce5f0; background: #fff; transition: transform .2s,box-shadow .2s; }
.hf-home-v3 .hf-home-events > :is(a, span):hover { transform: translateY(-4px); box-shadow: 0 18px 40px rgba(8,39,91,.12); }
.hf-home-v3 .hf-home-event-photo { width: 100%; height: 210px; overflow: hidden; }
.hf-home-v3 .hf-home-event-photo > div { width: 100%; height: 100%; }
.hf-home-v3 .hf-home-event-body { padding: 22px 24px 25px; }
.hf-home-v3 .hf-home-event-body > div { display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.hf-home-v3 .hf-home-event-body > div > span { color: var(--home-orange); font-size: 12px; font-weight: 900; }
.hf-home-v3 .hf-home-event-body time { display: inline-flex; flex-direction: row; align-items: center; gap: 5px; width: auto; height: auto; padding: 7px 12px; color: #fff; background: var(--home-orange); }
.hf-home-v3 .hf-home-event-body time strong { color: #fff; font-size: 16px; line-height: 1; }
.hf-home-v3 .hf-home-event-body time small { margin: 0; color: #fff; font-size: 10px; }
.hf-home-v3 .hf-home-event-body h4 { margin: 17px 0 7px; font-size: 19px; line-height: 1.35; }
.hf-home-v3 .hf-home-event-body p { color: var(--muted); font-size: 13px; }
@media (max-width: 1060px) {
  .hf-home-v3 .hf-home-fields { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .hf-home-v3 .hf-home-fields > :is(a, span):last-child { grid-column: auto; }
  .hf-home-v3 .hf-home-news-layout { grid-template-columns: 1fr; }
  .hf-home-v3 .hf-home-news-featured { grid-template-columns: 1.15fr 1fr !important; grid-template-rows: 390px !important; }
  .hf-home-v3 .hf-home-news-stack > :is(a, span) { grid-template-columns: 210px minmax(0,1fr); }
  .hf-home-v3 .hf-home-news-stack > :is(a, span) > div:first-child { width: 210px; }
}
@media (max-width: 820px) {
  .hf-home-v3 .hf-home-pillars { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .hf-home-v3 .hf-home-pillars article:first-child { grid-column: auto; }
  .hf-home-v3 .hf-home-news-featured { grid-template-columns: 1fr !important; grid-template-rows: 310px auto !important; }
  .hf-home-v3 .hf-home-events { grid-template-columns: 1fr; }
  .hf-home-v3 .hf-home-event-photo { height: 260px; }
}
@media (max-width: 600px) {
  .hf-home-v3 .hf-home-fields { grid-template-columns: none; grid-auto-columns: 84%; }
  .hf-home-v3 .hf-home-fields-intro,
  .hf-home-v3 .hf-home-fields > :is(a, span),
  .hf-home-v3 .hf-home-fields > :is(a, span):last-child { height: 245px; min-height: 245px; scroll-snap-align: start; }
  .hf-home-v3 .hf-home-fields-intro { padding: 24px; }
  .hf-home-v3 .hf-home-fields-intro h2 { font-size: 29px; }
  .hf-home-v3 .hf-home-pillars { grid-template-columns: none; }
  .hf-home-v3 .hf-home-news-layout { display: grid; grid-template-columns: 1fr; grid-auto-flow: row; grid-auto-columns: auto; gap: 16px; overflow: visible; }
  .hf-home-v3 .hf-home-news-featured { grid-template-rows: 230px auto !important; border-radius: 17px; }
  .hf-home-v3 .hf-home-news-featured > div:last-child { padding: 22px !important; }
  .hf-home-v3 .hf-home-news-featured h3 { font-size: 21px; }
  .hf-home-v3 .hf-home-news-stack > :is(a, span) { grid-template-columns: 112px minmax(0,1fr); gap: 14px; padding: 14px 0; }
  .hf-home-v3 .hf-home-news-stack > :is(a, span) > div:first-child { width: 112px; height: 82px; border-radius: 10px; }
  .hf-home-v3 .hf-home-news-stack h3 { margin: 5px 0; font-size: 13.5px; -webkit-line-clamp: 2; }
  .hf-home-v3 .hf-home-events { grid-template-columns: none; grid-auto-flow: column; grid-auto-columns: 86%; gap: 10px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .hf-home-v3 .hf-home-events > :is(a, span) { scroll-snap-align: start; }
  .hf-home-v3 .hf-home-event-photo { height: 185px; }
  .hf-home-v3 .hf-home-event-body { padding: 18px; }
}
.hf-home-v3 .hf-home-news-featured { grid-template-columns: 1fr !important; grid-template-rows: auto 1fr !important; border-radius: 14px; }
.hf-home-v3 .hf-home-news-featured > div:first-child { width: 100%; height: auto !important; aspect-ratio: 16 / 9 !important; overflow: hidden; border-radius: 14px 14px 0 0 !important; }
.hf-home-v3 .hf-home-news-featured > div:first-child img,
.hf-home-v3 .hf-home-news-stack > :is(a, span) > div:first-child img { display: block; width: 100%; height: 100%; object-fit: cover; }
.hf-home-v3 .hf-home-news-stack > :is(a, span) > div:first-child { width: 180px; height: auto !important; aspect-ratio: 16 / 9 !important; border-radius: 14px !important; }
.hf-home-v3 .hf-home-events > :is(a, span),
.hf-home-v3 .hf-home-events > :is(a, span) + :is(a, span) { border-radius: 14px; }
.hf-home-v3 .hf-home-event-photo { height: auto !important; aspect-ratio: 16 / 9; }
@media (max-width: 1060px) {
  .hf-home-v3 .hf-home-news-featured { grid-template-columns: 1fr !important; grid-template-rows: auto 1fr !important; }
  .hf-home-v3 .hf-home-news-stack > :is(a, span) > div:first-child { width: 210px; }
}
@media (max-width: 600px) {
  .hf-home-v3 .hf-home-news-featured { grid-template-rows: auto 1fr !important; border-radius: 14px; }
  .hf-home-v3 .hf-home-news-stack > :is(a, span) > div:first-child { width: 112px; height: auto !important; aspect-ratio: 16 / 9 !important; border-radius: 14px !important; }
}
@media (min-width: 1101px) {
  .hf-home-v3 .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-home-v3 .hf-home-fields-head { grid-column: 1 / span 2; grid-row: 1; display: flex; flex-direction: column; align-items: flex-start; justify-content: space-between; gap: 24px; max-width: none; margin: 0; padding: 20px 46px 18px 4px; }
  .hf-home-v3 .hf-home-fields-head .hf-eyebrow { color: var(--home-orange); font-size: 15px; }
  .hf-home-v3 .hf-home-fields-head h2 { max-width: 610px; margin: 10px 0 0; font-size: clamp(46px, 4.6vw, 66px); line-height: 1.03; letter-spacing: -.045em; }
  .hf-home-v3 .hf-home-fields-head > p { max-width: 570px; margin: 0; padding: 0; font-size: 14px; line-height: 1.62; text-align: left; }
  .hf-home-v3 .hf-home-fields { display: contents; }
  .hf-home-v3 .hf-home-fields > :is(a, span),
  .hf-home-v3 .hf-home-fields > :is(a, span):last-child,
  .hf-home-v3 .hf-home-fields > :is(a, span):nth-child(4),
  .hf-home-v3 .hf-home-fields > :is(a, span):nth-child(5) { height: auto; min-height: 0; border-radius: 20px; }
  .hf-home-v3 .hf-home-fields > :is(a, span):nth-child(1) { grid-column: 3; grid-row: 1; }
  .hf-home-v3 .hf-home-fields > :is(a, span):nth-child(2) { grid-column: 4; grid-row: 1; }
  .hf-home-v3 .hf-home-fields > :is(a, span):nth-child(3) { grid-column: 1; grid-row: 2; }
  .hf-home-v3 .hf-home-fields > :is(a, span):nth-child(4) { grid-column: 2; grid-row: 2; }
  .hf-home-v3 .hf-home-fields > :is(a, span):nth-child(5) { grid-column: 3; grid-row: 2; }
  .hf-home-v3 .hf-home-fields-cta { grid-column: 4; grid-row: 2; display: flex; align-items: flex-end; justify-content: flex-start; margin: 0; padding: 28px; overflow: hidden; border: 1px solid rgba(17, 70, 157, .12); border-radius: 20px; background: radial-gradient(circle at 82% 18%, rgba(244, 104, 47, .22), transparent 34%), linear-gradient(145deg, #f8fbff 0%, #e5eefb 60%, #d9e7fa 100%); }
  .hf-home-v3 .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-home-v3 .hf-home-field-content { left: 11px; right: 11px; bottom: 11px; padding: 15px 15px 14px; border-radius: 15px; }
  .hf-home-v3 .hf-home-field-content .hf-home-field-index { display: none; }
  .hf-home-v3 .hf-home-field-content small { max-width: 100%; margin-bottom: 5px; font-size: 10.5px; }
  .hf-home-v3 .hf-home-field-content h3 { max-width: 100%; font-size: 19px; line-height: 1.16; }
  .hf-home-v3 .hf-home-field-content p { margin-top: 6px; font-size: 11.5px; line-height: 1.35; }
  .hf-home-v3 .hf-home-field-content b { margin-top: 10px; font-size: 11px; }
}
.hf-home-v3 .hf-home-pillars article,
.hf-home-v3 .hf-home-pillars article + article { border: 1px solid rgba(8, 39, 91, .07); box-shadow: 0 18px 42px rgba(8, 39, 91, .11); }
.hf-home-v3 .hf-home-pillars article:nth-child(1) > div:last-child { background: linear-gradient(145deg, #f9fcff 0%, #e7f0fc 58%, #d8e7fa 100%); }
.hf-home-v3 .hf-home-pillars article:nth-child(2) > div:last-child { background: linear-gradient(145deg, #08275b 0%, #17479d 58%, #2c65bf 100%); }
.hf-home-v3 .hf-home-pillars article:nth-child(3) > div:last-child { background: linear-gradient(145deg, #fffaf6 0%, #fce8dc 58%, #f6ccb1 100%); }
@media (min-width: 1001px) {
  .hf-home-v3 .hf-home-news-layout { grid-template-columns: minmax(0, 1.04fr) minmax(0, .96fr); gap: 30px; height: 540px; }
  .hf-home-v3 .hf-home-news-featured { height: 540px; grid-template-rows: 318px 222px !important; }
  .hf-home-v3 .hf-home-news-featured > div:last-child { padding: 20px 26px 22px !important; }
  .hf-home-v3 .hf-home-news-featured h3 { margin: 8px 0; font-size: 22px; line-height: 1.25; }
  .hf-home-v3 .hf-home-news-featured p { margin-bottom: 9px; font-size: 13px; line-height: 1.5; }
  .hf-home-v3 .hf-home-news-featured b { padding-top: 10px; }
  .hf-home-v3 .hf-home-news-stack { height: 540px; grid-template-rows: repeat(3, minmax(0, 1fr)); }
  .hf-home-v3 .hf-home-news-stack > :is(a, span) { grid-template-columns: 164px minmax(0, 1fr); gap: 20px; padding: 14px 0; }
  .hf-home-v3 .hf-home-news-stack > :is(a, span) > div:first-child { width: 164px; height: auto; aspect-ratio: 16 / 9; border-radius: 14px; }
  .hf-home-v3 .hf-home-news-stack h3 { margin: 6px 0 7px; font-size: 16px; line-height: 1.3; -webkit-line-clamp: 3; }
}
@media (max-width: 1100px) {
  .hf-home-v3 .hf-home-fields-head { display: grid; }
  .hf-home-v3 .hf-home-fields-cta { margin-top: 24px; }
}
@media (max-width: 1000px) {
  .hf-home-v3 .hf-home-news-layout,
  .hf-home-v3 .hf-home-news-featured,
  .hf-home-v3 .hf-home-news-stack { height: auto; }
  .hf-home-v3 .hf-home-news-stack { grid-template-rows: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 600px) {
  .hf-home-v3 .hf-home-intro-grid { grid-template-columns: 1fr; gap: 20px; }
  .hf-home-v3 .hf-home-intro-copy p { text-align: left; text-align-last: auto; }
  .hf-home-v3 .hf-home-pillars { display: grid; grid-template-columns: none; grid-auto-flow: column; grid-auto-columns: 86%; gap: 11px; margin: 0 calc(var(--hf-page-side) * -1) 0 0; padding-right: var(--hf-page-side); overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .hf-home-v3 .hf-home-pillars article,
  .hf-home-v3 .hf-home-pillars article + article { grid-template-columns: 1fr; grid-template-rows: 155px auto; height: auto; min-height: 420px; scroll-snap-align: start; }
  .hf-home-v3 .hf-home-pillars article > div:first-child,
  .hf-home-v3 .hf-home-pillars article:nth-child(even) > div:first-child { grid-column: 1; grid-row: 1; height: 155px !important; }
  .hf-home-v3 .hf-home-pillars article > div:last-child,
  .hf-home-v3 .hf-home-pillars article:nth-child(even) > div:last-child { grid-column: 1; grid-row: 2; padding: 22px; }
  .hf-home-v3 .hf-home-intro-grid { grid-template-columns: 1fr; gap: 20px; }
  .hf-home-v3 .hf-home-intro-copy p { text-align: left; text-align-last: auto; }
  .hf-home-v3 .hf-home-pillars { display: grid; grid-template-columns: none; grid-auto-flow: column; grid-auto-columns: 86%; gap: 11px; margin: 0 calc(var(--hf-page-side) * -1) 0 0; padding-right: var(--hf-page-side); overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .hf-home-v3 .hf-home-pillars article,
  .hf-home-v3 .hf-home-pillars article + article { grid-template-columns: 1fr; grid-template-rows: 155px auto; height: auto; min-height: 420px; scroll-snap-align: start; }
  .hf-home-v3 .hf-home-pillars article > div:first-child,
  .hf-home-v3 .hf-home-pillars article:nth-child(even) > div:first-child { grid-column: 1; grid-row: 1; height: 155px !important; }
  .hf-home-v3 .hf-home-pillars article > div:last-child,
  .hf-home-v3 .hf-home-pillars article:nth-child(even) > div:last-child { grid-column: 1; grid-row: 2; padding: 22px; }
}
.hf-home-v3 .hf-home-fields-swipe,
.hf-home-v3 .hf-home-pillars-swipe { display: none; }
@media (max-width: 600px) {
  .hf-home-v3 .hf-home-fields-swipe,
  .hf-home-v3 .hf-home-pillars-swipe { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 14px; color: var(--home-blue); font-size: 14px; font-weight: 800; }
  .hf-home-v3 .hf-home-fields-swipe { margin-top: -6px; }
  .hf-home-v3 .hf-home-identity { height: auto; min-height: 0; padding: 54px 0; overflow: hidden; }
  .hf-home-v3 .hf-home-intro-grid { grid-template-columns: 1fr; gap: 20px; }
  .hf-home-v3 .hf-home-intro-title h2 { font-size: 35px; }
  .hf-home-v3 .hf-home-intro-copy p { margin-bottom: 12px; text-align: left; text-align-last: auto; }
  .hf-home-v3 .hf-home-pillars-swipe { margin-top: 27px; }
  .hf-home-v3 .hf-home-pillars { display: grid; grid-template-columns: none; grid-auto-flow: column; grid-auto-columns: 86%; gap: 11px; margin: 0 calc(var(--hf-page-side) * -1) 0 0; padding-right: var(--hf-page-side); overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .hf-home-v3 .hf-home-pillars::-webkit-scrollbar { display: none; }
  .hf-home-v3 .hf-home-pillars article,
  .hf-home-v3 .hf-home-pillars article + article { grid-template-columns: 1fr; grid-template-rows: 155px auto; height: auto; min-height: 420px; scroll-snap-align: start; }
  .hf-home-v3 .hf-home-pillars article > div:first-child,
  .hf-home-v3 .hf-home-pillars article:nth-child(even) > div:first-child { height: 155px !important; }
  .hf-home-v3 .hf-home-pillars article > div:last-child,
  .hf-home-v3 .hf-home-pillars article:nth-child(even) > div:last-child { padding: 22px; }
  .hf-home-v3 .hf-home-pillars h3 { font-size: 24px; }
  .hf-home-v3 .hf-home-pillars p { font-size: 15px; }
  .hf-home-v3 .hf-home-pillars li { font-size: 14px; }
  .hf-home-v3 .hf-home-news-v3 { padding-top: 58px; padding-bottom: 58px; }
}
.hf-home-v3 .hf-home-fields-head { max-width: 820px; margin-bottom: 42px; }
.hf-home-v3 .hf-home-fields-head .hf-eyebrow { font-size: 14px; }
.hf-home-v3 .hf-home-fields-head h2 { margin: 14px 0 16px; font-size: clamp(36px, 4.5vw, 58px); line-height: 1.08; letter-spacing: -.035em; }
.hf-home-v3 .hf-home-fields-head p { max-width: 760px; color: var(--ink-soft); font-size: 16px; line-height: 1.7; }
.hf-home-v3 .hf-home-fields { grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 12px; }
.hf-home-v3 .hf-home-fields > :is(a, span),
.hf-home-v3 .hf-home-fields > :is(a, span):last-child { height: 390px; min-height: 390px; }
.hf-home-v3 .hf-home-field-content { padding: 24px 21px; }
.hf-home-v3 .hf-home-field-content .hf-home-field-index { right: 21px; bottom: 23px; font-size: 28px; }
.hf-home-v3 .hf-home-field-content small { margin-bottom: 8px; font-size: 13px; line-height: 1.35; }
.hf-home-v3 .hf-home-field-content h3 { max-width: 100%; font-size: 24px; line-height: 1.22; overflow-wrap: normal; word-break: normal; text-wrap: balance; }
.hf-home-v3 .hf-home-field-content p { margin-top: 9px; font-size: 14.5px; line-height: 1.45; }
.hf-home-v3 .hf-home-field-content b { max-width: calc(100% - 42px); margin-top: 17px; font-size: 13.5px; line-height: 1.35; }
.hf-home-v3 .hf-home-fields-cta { display: flex; justify-content: center; margin-top: 34px; }
.hf-home-v3 .hf-home-fields-cta .hf-link-arrow { min-height: 44px; padding: 0 8px; font-size: 16px; }
.hf-home-v3 .hf-home-intro-copy p { text-align: justify; text-align-last: left; text-justify: inter-word; }
.hf-home-v3 .hf-home-news-featured p { max-width: 660px; margin: 0 0 15px; color: var(--ink-soft); font-size: 14.5px; line-height: 1.65; }
@media (max-width: 1200px) {
  .hf-home-v3 .hf-home-fields { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 820px) {
  .hf-home-v3 .hf-home-fields { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hf-home-v3 .hf-home-fields > :is(a, span),
  .hf-home-v3 .hf-home-fields > :is(a, span):last-child { height: 340px; min-height: 340px; }
}
@media (max-width: 600px) {
  .hf-home-v3 .hf-home-fields-head { margin-bottom: 30px; }
  .hf-home-v3 .hf-home-fields-head h2 { font-size: 34px; }
  .hf-home-v3 .hf-home-fields-head p { font-size: 14px; }
  .hf-home-v3 .hf-home-fields { grid-template-columns: none; grid-auto-flow: column; grid-auto-columns: 84%; }
  .hf-home-v3 .hf-home-fields > :is(a, span),
  .hf-home-v3 .hf-home-fields > :is(a, span):last-child { height: 310px; min-height: 310px; }
  .hf-home-v3 .hf-home-field-content { padding: 23px; }
  .hf-home-v3 .hf-home-field-content h3 { font-size: 23px; }
  .hf-home-v3 .hf-home-field-content p { display: block; font-size: 14px; }
  .hf-home-v3 .hf-home-fields-cta { margin-top: 24px; }
  .hf-home-v3 .hf-home-news-featured p { font-size: 13.5px; }
}
.hf-home-v3 .hf-home-fields-head { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(300px, .7fr); align-items: end; gap: clamp(45px, 8vw, 110px); max-width: none; margin-bottom: 46px; }
.hf-home-v3 .hf-home-fields-head h2 { max-width: 700px; margin-bottom: 0; }
.hf-home-v3 .hf-home-fields-head h2 strong { color: var(--home-blue); font-size: 1.12em; font-weight: 800; }
.hf-home-v3 .hf-home-fields-head > p { padding-bottom: 5px; text-align: right; }
.hf-home-v3 .hf-home-fields { grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 20px; }
.hf-home-v3 .hf-home-fields > :is(a, span),
.hf-home-v3 .hf-home-fields > :is(a, span):last-child { grid-column: span 2; height: 450px; min-height: 450px; overflow: hidden; border-radius: 22px; background: #dce7f5; box-shadow: 0 16px 38px rgba(8, 39, 91, .12); }
.hf-home-v3 .hf-home-fields > :is(a, span):nth-child(4) { grid-column: 2 / span 2; }
.hf-home-v3 .hf-home-fields > :is(a, span):nth-child(5) { grid-column: 4 / span 2; }
.hf-home-v3 .hf-home-fields > :is(a, span) .hf-home-field-shade,
.hf-home-v3 .hf-home-fields > :is(a, span):nth-child(3) .hf-home-field-shade,
.hf-home-v3 .hf-home-fields > :is(a, span):nth-child(5) .hf-home-field-shade { background: linear-gradient(0deg, rgba(5, 28, 68, .33), rgba(5, 28, 68, 0) 64%); }
.hf-home-v3 .hf-home-field-content { left: 16px; right: 16px; bottom: 16px; padding: 20px 20px 18px; color: var(--ink); border-radius: 17px; background: rgba(255, 255, 255, .96); box-shadow: 0 12px 30px rgba(7, 32, 75, .16); backdrop-filter: blur(8px); }
.hf-home-v3 .hf-home-field-content .hf-home-field-index { top: 18px; right: 20px; bottom: auto; color: #9baac0; font-size: 18px; }
.hf-home-v3 .hf-home-field-content small { max-width: calc(100% - 42px); color: var(--home-orange); font-size: 12px; }
.hf-home-v3 .hf-home-field-content h3 { max-width: calc(100% - 16px); color: var(--ink); font-size: 24px; }
.hf-home-v3 .hf-home-field-content p { color: var(--ink-soft); font-size: 14px; }
.hf-home-v3 .hf-home-field-content b { max-width: none; color: var(--home-blue); font-size: 13px; }
.hf-home-v3 .hf-home-intro-grid { align-items: start; }
.hf-home-v3 .hf-home-pillars { display: grid; grid-template-columns: 1fr; gap: 48px; margin-top: 68px; }
.hf-home-v3 .hf-home-pillars article,
.hf-home-v3 .hf-home-pillars article + article { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); align-items: center; min-height: 340px; padding: 0; overflow: visible; color: var(--ink); border: 0; background: transparent; }
.hf-home-v3 .hf-home-pillars article > div:first-child { grid-column: 1; grid-row: 1; width: 100%; height: 340px !important; overflow: hidden; border-radius: 22px !important; box-shadow: 0 18px 42px rgba(8, 39, 91, .11); }
.hf-home-v3 .hf-home-pillars article:nth-child(even) > div:first-child { grid-column: 2; }
.hf-home-v3 .hf-home-pillar-shade { display: none; }
.hf-home-v3 .hf-home-pillars article > div:last-child { position: static; grid-column: 2; grid-row: 1; padding: clamp(34px, 5vw, 68px); }
.hf-home-v3 .hf-home-pillars article:nth-child(even) > div:last-child { grid-column: 1; }
.hf-home-v3 .hf-home-pillar-no { display: inline-grid; place-items: center; width: 38px; height: 38px; margin-bottom: 18px; color: #fff; border-radius: 50%; background: var(--home-blue); font-size: 12px; }
.hf-home-v3 .hf-home-pillars h3 { margin-bottom: 12px; color: var(--ink); font-size: clamp(28px, 3vw, 38px); }
.hf-home-v3 .hf-home-pillars p { color: var(--ink-soft); font-size: 15.5px; line-height: 1.65; }
.hf-home-v3 .hf-home-pillars ul { display: grid; gap: 10px; margin-top: 20px; }
.hf-home-v3 .hf-home-pillars li { position: relative; padding-left: 22px; color: #354967; font-size: 13.5px; line-height: 1.5; }
.hf-home-v3 .hf-home-pillars li::before { content: ""; position: absolute; top: .55em; left: 0; width: 8px; height: 8px; border-radius: 50%; background: var(--home-blue); }
.hf-home-v3 .hf-home-news-layout { align-items: stretch; }
.hf-home-v3 .hf-home-news-featured,
.hf-home-v3 .hf-home-news-stack { height: 100%; min-height: 0; }
.hf-home-v3 .hf-home-news-featured > div:last-child { display: flex; flex-direction: column; }
.hf-home-v3 .hf-home-news-featured b { margin-top: auto; padding-top: 20px; }
.hf-home-v3 .hf-home-news-stack { grid-template-rows: repeat(4, minmax(0, 1fr)); }
.hf-home-v3 .hf-home-news-stack > :is(a, span) { height: 100%; min-height: 0; }
@media (max-width: 900px) {
  .hf-home-v3 .hf-home-fields-head { grid-template-columns: 1fr; gap: 18px; }
  .hf-home-v3 .hf-home-fields-head > p { max-width: 700px; padding-bottom: 0; text-align: left; }
  .hf-home-v3 .hf-home-fields { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hf-home-v3 .hf-home-fields > :is(a, span),
  .hf-home-v3 .hf-home-fields > :is(a, span):last-child,
  .hf-home-v3 .hf-home-fields > :is(a, span):nth-child(4),
  .hf-home-v3 .hf-home-fields > :is(a, span):nth-child(5) { grid-column: auto; }
  .hf-home-v3 .hf-home-pillars article,
  .hf-home-v3 .hf-home-pillars article + article { min-height: 300px; }
  .hf-home-v3 .hf-home-pillars article > div:first-child { height: 300px !important; }
  .hf-home-v3 .hf-home-pillars article > div:last-child { padding: 30px; }
}
@media (max-width: 600px) {
  .hf-home-v3 .hf-home-fields { grid-template-columns: none; grid-auto-flow: column; grid-auto-columns: 86%; }
  .hf-home-v3 .hf-home-fields > :is(a, span),
  .hf-home-v3 .hf-home-fields > :is(a, span):last-child,
  .hf-home-v3 .hf-home-fields > :is(a, span):nth-child(4),
  .hf-home-v3 .hf-home-fields > :is(a, span):nth-child(5) { grid-column: auto; height: 410px; min-height: 410px; }
  .hf-home-v3 .hf-home-field-content h3 { font-size: 23px; }
  .hf-home-v3 .hf-home-pillars { gap: 44px; margin-top: 46px; }
  .hf-home-v3 .hf-home-pillars article,
  .hf-home-v3 .hf-home-pillars article + article { grid-template-columns: 1fr; }
  .hf-home-v3 .hf-home-pillars article > div:first-child,
  .hf-home-v3 .hf-home-pillars article:nth-child(even) > div:first-child { grid-column: 1; grid-row: 1; height: 250px !important; }
  .hf-home-v3 .hf-home-pillars article > div:last-child,
  .hf-home-v3 .hf-home-pillars article:nth-child(even) > div:last-child { grid-column: 1; grid-row: 2; padding: 25px 4px 0; }
}
.hf-home-v3 .hf-home-fields { grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 12px; overflow: visible; }
.hf-home-v3 .hf-home-fields > :is(a, span),
.hf-home-v3 .hf-home-fields > :is(a, span):last-child,
.hf-home-v3 .hf-home-fields > :is(a, span):nth-child(4),
.hf-home-v3 .hf-home-fields > :is(a, span):nth-child(5) { grid-column: auto !important; height: 450px; min-height: 450px; }
.hf-home-v3 .hf-home-field-content { left: 12px; right: 12px; bottom: 12px; padding: 17px 16px 16px; }
.hf-home-v3 .hf-home-field-content .hf-home-field-index { top: 16px; right: 16px; font-size: 16px; }
.hf-home-v3 .hf-home-field-content h3 { font-size: 21px; line-height: 1.2; }
.hf-home-v3 .hf-home-field-content p { font-size: 13px; line-height: 1.42; }
.hf-home-v3 .hf-home-field-content b { margin-top: 14px; font-size: 12px; }
.hf-home-v3 .hf-home-identity { height: 720px; min-height: 720px; padding: 48px 0; overflow: hidden; }
.hf-home-v3 .hf-home-intro-grid { grid-template-columns: 1.05fr .95fr; gap: clamp(40px, 6vw, 84px); align-items: center; }
.hf-home-v3 .hf-home-intro-title h2 { margin-top: 12px; font-size: clamp(34px, 3.8vw, 50px); }
.hf-home-v3 .hf-home-intro-copy p { margin-bottom: 16px; font-size: 14.5px; line-height: 1.65; }
.hf-home-v3 .hf-home-pillars { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; margin-top: 28px; }
.hf-home-v3 .hf-home-pillars article,
.hf-home-v3 .hf-home-pillars article + article { display: grid; grid-template-columns: 1fr; grid-template-rows: 145px 245px; align-items: stretch; width: 100%; height: 390px; min-height: 390px; overflow: hidden; border-radius: 20px; background: #eef4fd; box-shadow: 0 15px 36px rgba(8, 39, 91, .09); }
.hf-home-v3 .hf-home-pillars article > div:first-child,
.hf-home-v3 .hf-home-pillars article:nth-child(even) > div:first-child { grid-column: 1; grid-row: 1; height: 145px !important; border-radius: 0 !important; box-shadow: none; }
.hf-home-v3 .hf-home-pillars article > div:last-child,
.hf-home-v3 .hf-home-pillars article:nth-child(even) > div:last-child { position: static; grid-column: 1; grid-row: 2; padding: 22px 24px 20px; background: #eef4fd; }
.hf-home-v3 .hf-home-pillars article:nth-child(2) > div:last-child { color: #fff; background: var(--home-blue); }
.hf-home-v3 .hf-home-pillars article:nth-child(3) > div:last-child { background: #fff0e6; }
.hf-home-v3 .hf-home-pillars h3 { margin-bottom: 8px; font-size: 25px; line-height: 1.2; }
.hf-home-v3 .hf-home-pillars p { font-size: 13.5px; line-height: 1.5; }
.hf-home-v3 .hf-home-pillars ul { gap: 7px; margin-top: 13px; }
.hf-home-v3 .hf-home-pillars li { padding-left: 18px; font-size: 12px; line-height: 1.4; }
.hf-home-v3 .hf-home-pillars article:nth-child(2) h3,
.hf-home-v3 .hf-home-pillars article:nth-child(2) p,
.hf-home-v3 .hf-home-pillars article:nth-child(2) li { color: #fff; }
.hf-home-v3 .hf-home-pillars article:nth-child(2) li::before { background: #ffb184; }
@media (max-width: 1100px) {
  .hf-home-v3 .hf-home-fields { grid-template-columns: none; grid-auto-flow: column; grid-auto-columns: 46%; overflow-x: auto; scroll-snap-type: x mandatory; }
  .hf-home-v3 .hf-home-fields > :is(a, span) { scroll-snap-align: start; }
  .hf-home-v3 .hf-home-identity { height: auto; min-height: 0; overflow: visible; }
  .hf-home-v3 .hf-home-pillars { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 600px) {
  .hf-home-v3 .hf-home-fields { grid-auto-columns: 86%; }
  .hf-home-v3 .hf-home-fields > :is(a, span),
  .hf-home-v3 .hf-home-fields > :is(a, span):last-child,
  .hf-home-v3 .hf-home-fields > :is(a, span):nth-child(4),
  .hf-home-v3 .hf-home-fields > :is(a, span):nth-child(5) { height: 410px; min-height: 410px; }
  .hf-home-v3 .hf-home-identity { padding: 52px 0; }
  .hf-home-v3 .hf-home-pillars { grid-template-columns: 1fr; }
  .hf-home-v3 .hf-home-pillars article,
  .hf-home-v3 .hf-home-pillars article + article { grid-template-rows: 170px auto; height: auto; min-height: 390px; }
  .hf-home-v3 .hf-home-pillars article > div:first-child,
  .hf-home-v3 .hf-home-pillars article:nth-child(even) > div:first-child { height: 170px !important; }
}
@media (min-width: 1101px) {
  .hf-home-v3 .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-home-v3 .hf-home-fields-head { grid-column: 1 / span 2; grid-row: 1; display: flex; flex-direction: column; align-items: flex-start; justify-content: space-between; gap: 24px; max-width: none; margin: 0; padding: 20px 46px 18px 4px; }
  .hf-home-v3 .hf-home-fields-head .hf-eyebrow { color: var(--home-orange); font-size: 15px; }
  .hf-home-v3 .hf-home-fields-head h2 { max-width: 610px; margin: 10px 0 0; font-size: clamp(46px, 4.6vw, 66px); line-height: 1.03; letter-spacing: -.045em; }
  .hf-home-v3 .hf-home-fields-head > p { max-width: 570px; margin: 0; padding: 0; color: var(--ink-soft); font-size: 14px; line-height: 1.62; text-align: left; }
  .hf-home-v3 .hf-home-fields { display: contents; }
  .hf-home-v3 .hf-home-fields > :is(a, span),
  .hf-home-v3 .hf-home-fields > :is(a, span):last-child,
  .hf-home-v3 .hf-home-fields > :is(a, span):nth-child(4),
  .hf-home-v3 .hf-home-fields > :is(a, span):nth-child(5) { height: auto; min-height: 0; border-radius: 20px; }
  .hf-home-v3 .hf-home-fields > :is(a, span):nth-child(1) { grid-column: 3; grid-row: 1; }
  .hf-home-v3 .hf-home-fields > :is(a, span):nth-child(2) { grid-column: 4; grid-row: 1; }
  .hf-home-v3 .hf-home-fields > :is(a, span):nth-child(3) { grid-column: 1; grid-row: 2; }
  .hf-home-v3 .hf-home-fields > :is(a, span):nth-child(4) { grid-column: 2; grid-row: 2; }
  .hf-home-v3 .hf-home-fields > :is(a, span):nth-child(5) { grid-column: 3; grid-row: 2; }
  .hf-home-v3 .hf-home-fields-cta { grid-column: 4; grid-row: 2; display: flex; align-items: flex-end; justify-content: flex-start; margin: 0; padding: 28px; overflow: hidden; border: 1px solid rgba(17, 70, 157, .12); border-radius: 20px; background: radial-gradient(circle at 82% 18%, rgba(244, 104, 47, .22), transparent 34%), linear-gradient(145deg, #f8fbff 0%, #e5eefb 60%, #d9e7fa 100%); }
  .hf-home-v3 .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-home-v3 .hf-home-field-content { left: 11px; right: 11px; bottom: 11px; padding: 15px 15px 14px; border-radius: 15px; }
  .hf-home-v3 .hf-home-field-content .hf-home-field-index { display: none; }
  .hf-home-v3 .hf-home-field-content small { max-width: 100%; margin-bottom: 5px; font-size: 10.5px; }
  .hf-home-v3 .hf-home-field-content h3 { max-width: 100%; font-size: 19px; line-height: 1.16; }
  .hf-home-v3 .hf-home-field-content p { margin-top: 6px; font-size: 11.5px; line-height: 1.35; }
  .hf-home-v3 .hf-home-field-content b { margin-top: 10px; font-size: 11px; }
}
.hf-home-v3 .hf-home-pillars article,
.hf-home-v3 .hf-home-pillars article + article { border: 1px solid rgba(8, 39, 91, .07); box-shadow: 0 18px 42px rgba(8, 39, 91, .11); }
.hf-home-v3 .hf-home-pillars article:nth-child(1) > div:last-child { background: linear-gradient(145deg, #f9fcff 0%, #e7f0fc 58%, #d8e7fa 100%); }
.hf-home-v3 .hf-home-pillars article:nth-child(2) > div:last-child { background: linear-gradient(145deg, #08275b 0%, #17479d 58%, #2c65bf 100%); }
.hf-home-v3 .hf-home-pillars article:nth-child(3) > div:last-child { background: linear-gradient(145deg, #fffaf6 0%, #fce8dc 58%, #f6ccb1 100%); }
@media (min-width: 1001px) {
  .hf-home-v3 .hf-home-news-layout { grid-template-columns: minmax(0, 1.04fr) minmax(0, .96fr); gap: 30px; height: 540px; }
  .hf-home-v3 .hf-home-news-featured { height: 540px; grid-template-rows: 318px 222px !important; }
  .hf-home-v3 .hf-home-news-featured > div:last-child { padding: 20px 26px 22px !important; }
  .hf-home-v3 .hf-home-news-featured h3 { margin: 8px 0; font-size: 22px; line-height: 1.25; }
  .hf-home-v3 .hf-home-news-featured p { margin-bottom: 9px; font-size: 13px; line-height: 1.5; }
  .hf-home-v3 .hf-home-news-featured b { padding-top: 10px; }
  .hf-home-v3 .hf-home-news-stack { height: 540px; grid-template-rows: repeat(3, minmax(0, 1fr)); }
  .hf-home-v3 .hf-home-news-stack > :is(a, span) { grid-template-columns: 164px minmax(0, 1fr); gap: 20px; padding: 14px 0; }
  .hf-home-v3 .hf-home-news-stack > :is(a, span) > div:first-child { width: 164px; height: auto; aspect-ratio: 16 / 9; border-radius: 14px; }
  .hf-home-v3 .hf-home-news-stack h3 { margin: 6px 0 7px; font-size: 16px; line-height: 1.3; -webkit-line-clamp: 3; }
}
@media (max-width: 1100px) {
  .hf-home-v3 .hf-home-fields-head { display: grid; }
  .hf-home-v3 .hf-home-fields-cta { margin-top: 24px; }
}
@media (max-width: 1000px) {
  .hf-home-v3 .hf-home-news-layout,
  .hf-home-v3 .hf-home-news-featured,
  .hf-home-v3 .hf-home-news-stack { height: auto; }
  .hf-home-v3 .hf-home-news-stack { grid-template-rows: repeat(3, minmax(0, 1fr)); }
}

/* ══════════════════ page-hero-shared.css ══════════════════ */
.hf-home-v3 .hf-adm-activity-layout { display: grid; grid-template-columns: minmax(260px, .65fr) minmax(0, 1.6fr); gap: 42px; align-items: center; }
.hf-home-v3 .hf-adm-activity-copy .hf-eyebrow { color: #ffcfaf; }
.hf-home-v3 .hf-adm-activity-copy h2 { margin: 18px 0 16px; color: #fff; font-size: clamp(31px, 3.5vw, 48px); line-height: 1.08; }
.hf-home-v3 .hf-adm-activity-copy p { margin-bottom: 26px; color: #d8e5f8; font-size: 16px; line-height: 1.65; }
.hf-home-v3 .hf-adm-activity-cards { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 14px; }
.hf-home-v3 .hf-adm-activity-card { grid-column: span 2; min-width: 0; overflow: hidden; padding: 0; border: 1px solid rgba(255,255,255,.22); border-radius: 20px; background: #fff; color: var(--ink); text-align: left; }
.hf-home-v3 .hf-adm-activity-card:nth-child(-n+2) { grid-column: span 3; }
.hf-home-v3 .hf-adm-activity-card > div:first-child { border-radius: 0 !important; }
.hf-home-v3 .hf-adm-activity-body { padding: 13px 15px 15px; }
.hf-home-v3 .hf-adm-activity-card .hf-news-date { display: block; margin: 0 0 5px; color: var(--orange); font-size: 12px; font-weight: 800; }
.hf-home-v3 .hf-adm-activity-card h3 { margin: 0; font-size: 15px; line-height: 1.32; }
@media (max-width: 900px) {
  .hf-home-v3 .hf-adm-activity-layout { grid-template-columns: 1fr; gap: 34px; }
  .hf-home-v3 .hf-adm-activity-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hf-home-v3 .hf-adm-activity-card,
  .hf-home-v3 .hf-adm-activity-card:nth-child(-n+2) { grid-column: auto; }
}
@media (max-width: 640px) {
  .hf-home-v3 .hf-adm-activity-cards { grid-template-columns: 1fr; }
}

/* ══════════════════ accessibility-layout.css ══════════════════ */
.hf-home-v3 .hf-home-intro-copy p,
.hf-home-v3 .hf-home-experience-head > p,
.hf-home-v3 .hf-home-impact-v3-copy > p,
.hf-home-v3 .hf-home-fields-head > p,
.hf-home-v3 .hf-adm-activity-copy p { font-size: var(--hf-type-body) !important; line-height: 1.65; }
.hf-home-v3 .hf-home-pillars p,
.hf-home-v3 .hf-home-field-content p,
.hf-home-v3 .hf-home-news-layout p,
.hf-home-v3 .hf-home-news-featured p,
.hf-home-v3 .hf-home-event-body p { font-size: var(--hf-type-card) !important; line-height: 1.55; }
.hf-home-v3 .hf-home-field-content small,
.hf-home-v3 .hf-home-story-grid small,
.hf-home-v3 .hf-home-news-layout span,
.hf-home-v3 .hf-home-news-featured span,
.hf-home-v3 .hf-home-news-stack span,
.hf-home-v3 .hf-home-event-body > div > span { font-size: var(--hf-type-meta) !important; }
.hf-home-v3 .hf-home-field-content h3 { font-size: 21px !important; }
.hf-home-v3 .hf-home-field-content b,
.hf-home-v3 .hf-home-story-grid b,
.hf-home-v3 .hf-home-network b,
.hf-home-v3 .hf-home-news-layout b,
.hf-home-v3 .hf-home-news-featured b { font-size: var(--hf-type-label) !important; }
@media (max-width: 600px) {
  .hf-home-v3 .hf-home-field-content h3 { font-size: 22px !important; }
}

/* ══════════════════ v34-home-updates.css ══════════════════ */
.hf-home-v3 .hf-home-intro-copy .hf-link-arrow,
.hf-home-v3 .hf-home-events-head > :is(a, span) { min-height: 44px; }
.hf-home-v3 .hf-home-intro-copy .hf-link-arrow,
.hf-home-v3 .hf-home-events-head > :is(a, span) { display: inline-flex; align-items: center; }
@media (max-width: 600px) {
  .hf-home-v3 .hf-home-intro-grid { grid-template-columns: 1fr; gap: 20px; }
  .hf-home-v3 .hf-home-intro-copy p { text-align: left; text-align-last: auto; }
  .hf-home-v3 .hf-home-pillars { display: grid; grid-template-columns: none; grid-auto-flow: column; grid-auto-columns: 86%; gap: 11px; margin: 0 calc(var(--hf-page-side) * -1) 0 0; padding-right: var(--hf-page-side); overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .hf-home-v3 .hf-home-pillars::-webkit-scrollbar { display: none; }
  .hf-home-v3 .hf-home-pillars article,
  .hf-home-v3 .hf-home-pillars article + article { grid-template-columns: 1fr; grid-template-rows: 155px auto; height: auto; min-height: 420px; scroll-snap-align: start; }
  .hf-home-v3 .hf-home-pillars article > div:first-child,
  .hf-home-v3 .hf-home-pillars article:nth-child(even) > div:first-child { grid-column: 1; grid-row: 1; height: 155px !important; }
  .hf-home-v3 .hf-home-pillars article > div:last-child,
  .hf-home-v3 .hf-home-pillars article:nth-child(even) > div:last-child { grid-column: 1; grid-row: 2; padding: 22px; }
  .hf-home-v3 .hf-home-pillars h3 { font-size: 24px; }
  .hf-home-v3 .hf-home-pillars p { font-size: 15px !important; }
  .hf-home-v3 .hf-home-pillars li { font-size: 14px; }
}

/* ══════════════════ v35-home-updates.css ══════════════════ */
.hf-home-v3 .hf-home-news-featured > div:last-child { display: flex; flex-direction: column; overflow: visible; }
.hf-home-v3 .hf-home-news-featured h3 { display: block !important; visibility: visible !important; height: auto !important; max-height: none !important; overflow: visible !important; opacity: 1 !important; }
@media (min-width: 1001px) {
  .hf-home-v3 .hf-home-news-layout { height: auto !important; align-items: stretch; }
  .hf-home-v3 .hf-home-news-featured { height: auto !important; min-height: 610px; grid-template-rows: 332px minmax(278px, auto) !important; }
  .hf-home-v3 .hf-home-news-featured > div:last-child { min-height: 278px; padding: 23px 27px 25px !important; }
  .hf-home-v3 .hf-home-news-featured h3 { margin: 8px 0 9px; font-size: 22px; }
  .hf-home-v3 .hf-home-news-stack { height: auto !important; min-height: 610px; }
}
@media (max-width: 640px) {
  .hf-home-v3 .hf-home-news-featured > div:last-child { min-height: 290px; }
}

/* ══════════════════ v37-news-card-fix.css ══════════════════ */
.hf-home-v3 .hf-home-news-featured { isolation: isolate; }
.hf-home-v3 .hf-home-news-featured > div:last-child { position: relative; z-index: 2; background: #fff; }
@media (min-width: 1001px) {
  .hf-home-v3 .hf-home-news-layout { height: 610px !important; align-items: stretch; }
  .hf-home-v3 .hf-home-news-featured { height: 610px !important; min-height: 610px; grid-template-columns: minmax(0, 1fr) !important; grid-template-rows: 332px 278px !important; overflow: hidden; }
  .hf-home-v3 .hf-home-news-featured > div:first-child { width: 100%; height: 332px !important; min-height: 0; aspect-ratio: auto !important; overflow: hidden; border-radius: 14px 14px 0 0 !important; }
  .hf-home-v3 .hf-home-news-featured > div:first-child img { display: block; width: 100%; height: 100%; object-fit: cover; }
  .hf-home-v3 .hf-home-news-featured > div:last-child { height: 278px; min-height: 0; padding: 22px 27px 24px !important; overflow: hidden; }
  .hf-home-v3 .hf-home-news-featured h3 { display: block !important; margin: 7px 0 8px; color: var(--ink); font-size: 21px; line-height: 1.25; }
  .hf-home-v3 .hf-home-news-featured p { margin-bottom: 7px; font-size: 13px; line-height: 1.45; }
  .hf-home-v3 .hf-home-news-featured b { margin-top: auto; padding-top: 8px; }
  .hf-home-v3 .hf-home-news-stack { height: 610px !important; min-height: 610px; }
}
@media (max-width: 1000px) {
  .hf-home-v3 .hf-home-news-featured { height: auto !important; min-height: 0; grid-template-rows: auto auto !important; }
  .hf-home-v3 .hf-home-news-featured > div:first-child { height: auto !important; aspect-ratio: 16 / 9 !important; }
  .hf-home-v3 .hf-home-news-featured > div:last-child { height: auto; min-height: 0; overflow: visible; }
}

/* ══════════════════ v38-news-compact.css ══════════════════ */
@media (min-width: 1001px) {
  .hf-home-v3 .hf-home-news-layout { height: 500px !important; }
  .hf-home-v3 .hf-home-news-featured { height: 500px !important; min-height: 500px; grid-template-rows: 290px 210px !important; }
  .hf-home-v3 .hf-home-news-featured > div:first-child { height: 290px !important; }
  .hf-home-v3 .hf-home-news-featured > div:last-child { height: 210px; padding: 17px 26px 18px !important; }
  .hf-home-v3 .hf-home-news-featured h3 { margin: 5px 0 6px; font-size: 20px; line-height: 1.22; }
  .hf-home-v3 .hf-home-news-featured p { margin: 0 0 5px; font-size: 13px; line-height: 1.4; }
  .hf-home-v3 .hf-home-news-featured b { margin-top: 5px !important; padding-top: 3px !important; }
  .hf-home-v3 .hf-home-news-stack { height: 500px !important; min-height: 500px; grid-template-rows: repeat(3, minmax(0, 1fr)); }
  .hf-home-v3 .hf-home-news-stack > :is(a, span) { grid-template-columns: 150px minmax(0, 1fr); gap: 18px; padding: 10px 0; }
  .hf-home-v3 .hf-home-news-stack > :is(a, span) > div:first-child { width: 150px; height: auto; aspect-ratio: 16 / 9; border-radius: 13px; }
  .hf-home-v3 .hf-home-news-stack h3 { margin: 5px 0 6px; font-size: 15.5px; line-height: 1.28; -webkit-line-clamp: 2; }
}

/* ══════════════════ v39-about-leadership-news-ratio.css ══════════════════ */
.hf-home-v3 .hf-home-news-featured > div:first-child,
.hf-home-v3 .hf-home-news-stack > :is(a, span) > div:first-child { aspect-ratio: 16 / 9 !important; overflow: hidden; }
.hf-home-v3 .hf-home-news-featured > div:first-child img,
.hf-home-v3 .hf-home-news-stack > :is(a, span) > div:first-child img { width: 100% !important; height: 100% !important; object-fit: cover !important; }
@media (min-width: 1001px) {
  .hf-home-v3 .hf-home-news-layout { height: auto !important; align-items: stretch; }
  .hf-home-v3 .hf-home-news-featured { height: auto !important; min-height: 0 !important; grid-template-rows: auto auto !important; }
  .hf-home-v3 .hf-home-news-featured > div:first-child { height: auto !important; min-height: 0 !important; }
  .hf-home-v3 .hf-home-news-featured > div:last-child { height: auto !important; min-height: 188px; padding: 18px 26px 20px !important; }
  .hf-home-v3 .hf-home-news-featured b { margin-top: 7px !important; padding-top: 3px !important; }
  .hf-home-v3 .hf-home-news-stack { height: auto !important; min-height: 0 !important; align-self: stretch; grid-template-rows: repeat(3, minmax(0, 1fr)) !important; }
  .hf-home-v3 .hf-home-news-stack > :is(a, span) > div:first-child { width: 150px; height: auto !important; }
}

/* ══════════════════ v46-home-nav-refresh.css ══════════════════ */
.hf-home-v3 .hf-home-fields > :is(a, span),
.hf-home-v3 .hf-home-pillars article,
.hf-home-v3 .hf-home-pillars article + article,
.hf-home-v3 .hf-home-story-grid > *,
.hf-home-v3 .hf-home-news-featured,
.hf-home-v3 .hf-home-event-photo,
.hf-home-v3 .hf-home-events > :is(a, span),
.hf-home-v3 .hf-home-adm-banner-media,
.hf-home-v3 .hf-adm-activity-card { border-radius: var(--hf-radius-card) !important; overflow: hidden; }
.hf-home-v3 .hf-home-news-stack > :is(a, span) > div:first-child { border-radius: var(--hf-radius-thumb) !important; }
.hf-home-v3 .hf-home-fields > :is(a, span) > div:first-child,
.hf-home-v3 .hf-home-pillars article > div:first-child,
.hf-home-v3 .hf-home-story-grid > * > div:first-child,
.hf-home-v3 .hf-home-news-featured > div:first-child,
.hf-home-v3 .hf-adm-activity-card > div:first-child { border-radius: 0 !important; }
.hf-home-v3 .hf-home-adm-activity { color: #fff; background: linear-gradient(135deg, #061e46 0%, #0d3573 52%, #14418a 100%); }
.hf-home-v3 .hf-home-adm-activity .hf-eyebrow { color: #ffcfaf; }
.hf-home-v3 .hf-home-adm-activity h2 { color: #fff; }
.hf-home-v3 .hf-home-adm-banner { position: relative; display: block; overflow: hidden; color: #fff; background: #08264f; }
.hf-home-v3 .hf-home-adm-banner-media { position: absolute; inset: 0; border-radius: 0; }
.hf-home-v3 .hf-home-adm-banner-media img { width: 100%; height: 100%; object-fit: cover; object-position: center 42%; transition: transform .65s var(--ease); }
.hf-home-v3 .hf-home-adm-banner:hover .hf-home-adm-banner-media img { transform: scale(1.04); }
.hf-home-v3 .hf-home-adm-banner-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(100deg, rgba(5,26,62,.9) 0%, rgba(8,38,88,.74) 44%, rgba(198,72,16,.55) 100%); }
.hf-home-v3 .hf-home-adm-banner-in { position: relative; z-index: 2; display: flex; align-items: center; min-height: 330px; padding-block: 58px; }
.hf-home-v3 .hf-home-adm-banner-in strong { color: #fff; font-size: clamp(30px, 4.4vw, 58px); font-weight: 800; line-height: 1.1; letter-spacing: -.03em; text-wrap: balance; }
.hf-home-v3 .hf-home-adm-banner-in strong::after { content: "→"; display: inline-block; margin-left: 20px; font-weight: 500; transition: transform .28s var(--ease); }
.hf-home-v3 .hf-home-adm-banner:hover .hf-home-adm-banner-in strong::after { transform: translateX(8px); }
.hf-home-v3 .hf-home-pillars { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 15px; margin-top: 30px; }
.hf-home-v3 .hf-home-pillars article,
.hf-home-v3 .hf-home-pillars article + article { grid-template-rows: 176px minmax(0, 1fr); height: auto; min-height: 330px; }
.hf-home-v3 .hf-home-pillars article > div:first-child,
.hf-home-v3 .hf-home-pillars article:nth-child(even) > div:first-child { height: 176px !important; }
.hf-home-v3 .hf-home-pillars article > div:last-child,
.hf-home-v3 .hf-home-pillars article:nth-child(even) > div:last-child { display: flex; flex-direction: column; padding: 21px 21px 20px; }
.hf-home-v3 .hf-home-pillars article:nth-child(1) > div:last-child { background: linear-gradient(145deg, #f9fcff 0%, #e7f0fc 58%, #d8e7fa 100%); }
.hf-home-v3 .hf-home-pillars article:nth-child(2) > div:last-child { background: linear-gradient(145deg, #08275b 0%, #17479d 58%, #2c65bf 100%); }
.hf-home-v3 .hf-home-pillars article:nth-child(3) > div:last-child { background: linear-gradient(145deg, #fffaf6 0%, #fce8dc 58%, #f6ccb1 100%); }
.hf-home-v3 .hf-home-pillars article:nth-child(4) > div:last-child { background: linear-gradient(145deg, #f9fcff 0%, #e7f0fc 58%, #d8e7fa 100%); }
.hf-home-v3 .hf-home-pillars article:nth-child(4) img { object-position: 74% center; }
.hf-home-v3 .hf-home-pillars h3 { font-size: 21px; }
.hf-home-v3 .hf-home-pillars p { font-size: 13.5px; line-height: 1.55; }
.hf-home-v3 .hf-home-story-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); grid-template-rows: 330px; gap: 15px; }
.hf-home-v3 .hf-home-story-grid > * { grid-row: auto; }
.hf-home-v3 .hf-home-story-grid > * > span { left: 22px; right: 22px; bottom: 22px; }
.hf-home-v3 .hf-home-story-grid strong { font-size: 19px; }
.hf-home-v3 .hf-home-story-grid b { display: inline-flex; align-items: center; gap: 7px; margin-top: 15px; color: #ffd0b2; font-size: 12.5px; font-weight: 850; }
@media (min-width: 1001px) {
  .hf-home-v3 .hf-home-news-layout { grid-template-columns: minmax(0, 1.04fr) minmax(0, .96fr); gap: 30px; }
  .hf-home-v3 .hf-home-news-featured { grid-template-rows: auto minmax(0, 1fr) !important; }
  .hf-home-v3 .hf-home-news-featured > div:last-child { min-height: 188px; padding: 22px 26px 24px !important; }
  .hf-home-v3 .hf-home-news-stack { grid-template-rows: repeat(4, minmax(0, 1fr)) !important; }
  .hf-home-v3 .hf-home-news-stack > :is(a, span) { grid-template-columns: 158px minmax(0, 1fr); gap: 18px; padding: 9px 0; }
  .hf-home-v3 .hf-home-news-stack > :is(a, span) > div:first-child { width: 158px; height: auto !important; aspect-ratio: 16 / 9; }
  .hf-home-v3 .hf-home-news-stack h3 { margin: 5px 0 6px; font-size: 15.5px; line-height: 1.3; -webkit-line-clamp: 2; }
}
@media (max-width: 1000px) {
  .hf-home-v3 .hf-home-news-stack { grid-template-rows: repeat(4, minmax(0, 1fr)); }
}
.hf-home-v3 .hf-home-network { gap: 14px; background: transparent; }
.hf-home-v3 .hf-home-network > :is(a, span) { border: 1px solid rgba(255,255,255,.15); border-radius: var(--hf-radius-card); background: rgba(6,32,74,.55); }
.hf-home-v3 .hf-home-network > :is(a, span):hover { border-color: rgba(255,255,255,.32); background: rgba(255,255,255,.1); }
@media (max-width: 1200px) {
  .hf-home-v3 .hf-home-pillars { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hf-home-v3 .hf-home-story-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-rows: repeat(2, 300px); }
}
@media (max-width: 1060px) {
  .hf-home-v3 .hf-home-adm-banner-in { min-height: 260px; padding-block: 50px; }
}
@media (max-width: 760px) {
  .hf-home-v3 .hf-home-pillars { grid-template-columns: none; }
  .hf-home-v3 .hf-home-story-grid { grid-template-columns: none; grid-template-rows: none; }
  .hf-home-v3 .hf-home-adm-banner-in { min-height: 210px; padding-block: 44px; }
}
@media (prefers-reduced-motion: reduce) {
  .hf-home-v3 .hf-home-adm-banner-media img { transition: none; }
}

/* =============================================================================
   F. Bù chênh cấu trúc: design gộp #10 tin tức + #11 sự kiện trong MỘT
   <section class="hf-section hf-home-news-v3"> (home.html:793); impl tách 2
   section (2 layout ACF độc lập, admin bật/tắt riêng). Nếu để nguyên, phần
   giữa ăn thêm 84+84px padding so với design.
   → head bỏ padding dưới, events bỏ padding trên. .hf-home-events-head vẫn giữ
   margin-top:56px + padding-top:40px + border-top của design → khoảng cách khớp.
   Đặt CUỐI FILE để thắng theo thứ tự nguồn ở MỌI breakpoint (84 / 58 / 56px).
   ============================================================================= */
.hf-home-v3 .hf-home-news-v3--head { padding-bottom: 0; }
.hf-home-v3 .hf-home-news-v3--events { padding-top: 0; }
