:root {
  --nh-navy: #0B2E4F;
  --nh-navy-2: #071F36;
  --nh-teal: #0A7C86;
  --nh-teal-dark: #075E65;
  --nh-mint: #EAF8F6;
  --nh-sky: #EAF2F8;
  --nh-gold: #D6A23A;
  --nh-gold-soft: #F5E4BA;
  --nh-ink: #14202B;
  --nh-muted: #5E6B78;
  --nh-line: #DCE4EA;
  --nh-soft: #F7F9FB;
  --nh-white: #FFFFFF;
  --nh-danger: #A33D32;
  --nh-success: #146C43;
  --nh-radius-sm: 10px;
  --nh-radius: 18px;
  --nh-radius-lg: 28px;
  --nh-shadow-sm: 0 6px 20px rgba(8, 35, 58, 0.06);
  --nh-shadow: 0 18px 50px rgba(8, 35, 58, 0.11);
  --nh-container: 1180px;
  --nh-text: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--nh-ink); background: var(--nh-white); font-family: var(--nh-text); font-size: 16px; line-height: 1.68; -webkit-font-smoothing: antialiased; }
body.nh-menu-open { overflow: hidden; }
img { max-width: 100%; height: auto; }
a { color: var(--nh-teal-dark); text-decoration-thickness: 1.5px; text-underline-offset: 3px; }
a:hover { color: var(--nh-navy); }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
::selection { background: var(--nh-gold-soft); color: var(--nh-navy); }

h1, h2, h3, h4, h5, h6 { color: var(--nh-navy); font-weight: 760; line-height: 1.14; letter-spacing: -0.025em; margin-top: 0; }
h1 { font-size: clamp(2.45rem, 5.4vw, 5.05rem); }
h2 { font-size: clamp(1.85rem, 3.4vw, 3rem); }
h3 { font-size: clamp(1.15rem, 1.8vw, 1.4rem); }
p { margin: 0 0 1.1rem; }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.nh-container { width: min(calc(100% - 40px), var(--nh-container)); margin-inline: auto; }
.nh-center { display: flex; justify-content: center; margin-top: 34px; }
.nh-skip-link { position: fixed; left: 14px; top: -100px; z-index: 99999; padding: 10px 15px; border-radius: 8px; background: var(--nh-gold); color: var(--nh-navy); font-weight: 750; }
.nh-skip-link:focus { top: 14px; }

/* Reusable icons */
svg { width: 1.05em; height: 1.05em; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; vertical-align: -0.12em; }

/* Header */
.nh-site-header { position: sticky; top: 0; z-index: 1000; background: rgba(255,255,255,.97); transition: box-shadow .2s ease, background .2s ease; }
.admin-bar .nh-site-header { top: 32px; }
.nh-site-header.is-scrolled { box-shadow: 0 8px 30px rgba(7,31,54,.10); }
.nh-topbar { background: var(--nh-navy-2); color: rgba(255,255,255,.85); font-size: .82rem; }
.nh-topbar__inner { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.nh-topbar__contacts { display: flex; align-items: center; gap: 22px; min-width: 0; }
.nh-topbar__contacts a, .nh-topbar__address { color: inherit; display: inline-flex; align-items: center; gap: 7px; text-decoration: none; white-space: nowrap; }
.nh-topbar__address { overflow: hidden; text-overflow: ellipsis; }
.nh-topbar__verify { display: inline-flex; align-items: center; gap: 8px; color: #fff; font-weight: 700; text-decoration: none; }
.nh-topbar__verify:hover { color: var(--nh-gold-soft); }
.nh-navbar { border-bottom: 1px solid rgba(11,46,79,.08); }
.nh-navbar__inner { height: 82px; display: flex; align-items: center; gap: 28px; }
.nh-brand { flex: 0 0 auto; }
.nh-brand .custom-logo-link { display: flex; align-items: center; }
.nh-brand .custom-logo { max-height: 60px; width: auto; }
.nh-brand__text { display: inline-flex; align-items: center; gap: 10px; color: var(--nh-navy); text-decoration: none; }
.nh-brand__text strong { display: block; font-size: 1.22rem; line-height: 1.05; letter-spacing: -.03em; }
.nh-brand__text small { display: block; margin-top: 3px; color: var(--nh-muted); font-size: .69rem; font-weight: 650; letter-spacing: .02em; }
.nh-brand__mark { width: 42px; aspect-ratio: 1; display: grid; place-items: center; border-radius: 13px 13px 13px 4px; background: linear-gradient(145deg, var(--nh-teal), var(--nh-navy)); color: #fff; font-size: 1.5rem; font-weight: 850; box-shadow: var(--nh-shadow-sm); }
.nh-primary-nav { flex: 1; min-width: 0; }
.nh-menu { list-style: none; display: flex; align-items: center; justify-content: center; gap: 4px; margin: 0; padding: 0; }
.nh-menu > li { position: relative; }
.nh-menu > li > a { display: flex; align-items: center; padding: 11px 10px; color: var(--nh-ink); font-size: .91rem; font-weight: 700; text-decoration: none; border-radius: 9px; }
.nh-menu > li > a:hover, .nh-menu > .current-menu-item > a, .nh-menu > .current-menu-ancestor > a { color: var(--nh-teal-dark); background: var(--nh-mint); }
.nh-menu .sub-menu { position: absolute; left: 0; top: calc(100% + 8px); min-width: 250px; list-style: none; margin: 0; padding: 10px; opacity: 0; visibility: hidden; transform: translateY(7px); transition: .18s ease; background: #fff; border: 1px solid var(--nh-line); border-radius: 15px; box-shadow: var(--nh-shadow); }
.nh-menu li:hover > .sub-menu, .nh-menu li:focus-within > .sub-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.nh-menu .sub-menu a { display: block; padding: 10px 12px; color: var(--nh-ink); font-size: .9rem; font-weight: 650; text-decoration: none; border-radius: 8px; }
.nh-menu .sub-menu a:hover { background: var(--nh-soft); color: var(--nh-teal-dark); }
.nh-submenu-toggle { display: none; }
.nh-header-actions { display: flex; align-items: center; gap: 8px; flex: 0 0 auto; }
.nh-menu-toggle { display: none; width: 44px; height: 44px; padding: 11px; border: 1px solid var(--nh-line); border-radius: 11px; background: #fff; }
.nh-menu-toggle > span:not(.screen-reader-text) { display: block; height: 2px; width: 100%; background: var(--nh-navy); margin: 4px 0; }

/* Buttons / links */
.nh-btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 50px; padding: 0 20px; border: 1px solid transparent; border-radius: 12px; font-weight: 750; line-height: 1; text-decoration: none; cursor: pointer; transition: transform .16s ease, box-shadow .16s ease, background .16s ease, border-color .16s ease; }
.nh-btn:hover { transform: translateY(-1px); }
.nh-btn--sm { min-height: 42px; padding: 0 14px; font-size: .86rem; }
.nh-btn--primary { background: var(--nh-teal); color: #fff; box-shadow: 0 10px 24px rgba(10,124,134,.2); }
.nh-btn--primary:hover { color: #fff; background: var(--nh-teal-dark); }
.nh-btn--gold { background: var(--nh-gold); color: var(--nh-navy-2); }
.nh-btn--gold:hover { color: var(--nh-navy-2); background: #E2B24D; }
.nh-btn--white { background: #fff; color: var(--nh-navy); box-shadow: var(--nh-shadow-sm); }
.nh-btn--white:hover { color: var(--nh-teal-dark); }
.nh-btn--white-outline { border-color: rgba(255,255,255,.45); color: #fff; background: rgba(255,255,255,.06); }
.nh-btn--white-outline:hover { color: #fff; border-color: #fff; background: rgba(255,255,255,.12); }
.nh-btn--outline, .nh-btn--ghost { border-color: var(--nh-line); color: var(--nh-navy); background: #fff; }
.nh-btn--outline:hover, .nh-btn--ghost:hover { border-color: var(--nh-teal); color: var(--nh-teal-dark); background: var(--nh-mint); }
.nh-btn--link { color: var(--nh-navy); background: transparent; padding-inline: 4px; text-decoration: underline; text-decoration-color: rgba(11,46,79,.3); }
.nh-btn--block { width: 100%; }
.nh-text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--nh-teal-dark); font-weight: 760; text-decoration: none; }
.nh-text-link svg { transition: transform .16s ease; }
.nh-text-link:hover svg { transform: translateX(4px); }
.nh-text-link--light { color: #fff; }
.nh-text-link--light:hover { color: var(--nh-gold-soft); }

/* Eyebrows and headings */
.nh-eyebrow { margin: 0 0 15px; color: var(--nh-gold); font-size: .76rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.nh-eyebrow--teal { color: var(--nh-teal-dark); }
.nh-eyebrow--gold { color: var(--nh-gold); }
.nh-kicker { margin: 0 0 8px; color: var(--nh-teal-dark); font-size: .76rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }

/* Hero */
.nh-hero { position: relative; overflow: hidden; min-height: 680px; display: flex; align-items: center; padding: 82px 0 92px; background: linear-gradient(130deg, #F7FBFC 0%, #EDF7F5 48%, #EDF2F7 100%); }
.nh-hero__mesh { position: absolute; inset: 0; pointer-events: none; background-image: radial-gradient(circle at 15% 20%, rgba(10,124,134,.12), transparent 28%), radial-gradient(circle at 85% 10%, rgba(214,162,58,.15), transparent 25%), linear-gradient(rgba(11,46,79,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(11,46,79,.035) 1px, transparent 1px); background-size: auto, auto, 42px 42px, 42px 42px; mask-image: linear-gradient(to bottom, #000 75%, transparent); }
.nh-hero__grid { position: relative; display: grid; grid-template-columns: minmax(0,1.12fr) minmax(390px,.88fr); gap: 70px; align-items: center; }
.nh-hero h1 { max-width: 850px; margin-bottom: 12px; font-size: clamp(2.55rem, 4.6vw, 4.45rem); }
.nh-hero__display { max-width: 760px; margin: 0 0 22px; color: var(--nh-teal-dark); font-size: clamp(1.45rem, 2.2vw, 2.05rem); line-height: 1.25; font-weight: 820; letter-spacing: -.025em; }
.nh-hero__lead, .nh-program-hero__lead, .nh-page-hero__lead { max-width: 720px; color: #425260; font-size: clamp(1.08rem, 1.5vw, 1.26rem); line-height: 1.7; }
.nh-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.nh-hero__trust { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 30px; padding-top: 23px; border-top: 1px solid rgba(11,46,79,.12); color: #415362; font-size: .86rem; font-weight: 650; }
.nh-hero__trust span { display: inline-flex; align-items: center; gap: 7px; }
.nh-hero__trust svg { color: var(--nh-teal); }
.nh-hero__visual { position: relative; min-height: 440px; display: grid; place-items: center; }
.nh-hero__visual::before, .nh-hero__visual::after { content: ""; position: absolute; border-radius: 50%; }
.nh-hero__visual::before { width: 390px; height: 390px; background: linear-gradient(145deg, var(--nh-teal), var(--nh-navy)); box-shadow: inset 0 0 0 34px rgba(255,255,255,.07); }
.nh-hero__visual::after { width: 455px; height: 455px; border: 1px dashed rgba(10,124,134,.25); }
.nh-hero-card { position: relative; z-index: 2; width: min(350px, 90%); padding: 32px; border: 1px solid rgba(255,255,255,.35); border-radius: 24px; background: rgba(255,255,255,.95); box-shadow: 0 30px 70px rgba(7,31,54,.22); backdrop-filter: blur(10px); }
.nh-hero-card__icon { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 15px; background: var(--nh-mint); color: var(--nh-teal-dark); font-size: 1.45rem; }
.nh-hero-card h2 { margin: 6px 0 10px; font-size: 2rem; }
.nh-hero-card p { color: var(--nh-muted); font-size: .96rem; }
.nh-mini-programs { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 18px; }
.nh-mini-programs span { padding: 6px 9px; border-radius: 999px; background: var(--nh-soft); color: var(--nh-navy); font-size: .72rem; font-weight: 760; }
.nh-floating-card { position: absolute; z-index: 4; padding: 12px 15px; border: 1px solid rgba(11,46,79,.10); border-radius: 13px; background: rgba(255,255,255,.97); box-shadow: var(--nh-shadow); font-size: .82rem; }
.nh-floating-card strong { color: var(--nh-navy); }
.nh-floating-card span { display: block; color: var(--nh-muted); }
.nh-floating-card--top { top: 46px; left: -5px; }
.nh-floating-card--bottom { right: -14px; bottom: 46px; display: flex; align-items: center; gap: 9px; }
.nh-floating-card--bottom span { display: inline; }
.nh-status-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--nh-teal); box-shadow: 0 0 0 5px rgba(10,124,134,.12); }

/* Trust strip */
.nh-trust-strip { padding: 56px 0; border-bottom: 1px solid var(--nh-line); background: #fff; }
.nh-trust-strip__head { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 26px; }
.nh-trust-strip__head h2 { margin-bottom: 0; font-size: clamp(1.7rem,2.8vw,2.45rem); }
.nh-trust-logos { display: grid; grid-template-columns: repeat(3,1fr); border: 1px solid var(--nh-line); border-radius: 18px; overflow: hidden; background: var(--nh-soft); }
.nh-trust-logos a { display: flex; align-items: center; gap: 17px; min-height: 92px; padding: 20px 26px; color: var(--nh-ink); text-decoration: none; background: #fff; }
.nh-trust-logos a + a { border-left: 1px solid var(--nh-line); }
.nh-trust-logos strong { flex: 0 0 auto; min-width: 62px; color: var(--nh-navy); font-size: 1.2rem; letter-spacing: .03em; }
.nh-trust-logos span { color: var(--nh-muted); font-size: .85rem; }
.nh-trust-logos a:hover { background: var(--nh-mint); }
.nh-trust-note { margin: 16px 0 0; color: var(--nh-muted); font-size: .85rem; }

/* Generic sections */
.nh-section { padding: 94px 0; }
.nh-section--soft { background: var(--nh-soft); }
.nh-section--navy { background: linear-gradient(135deg, var(--nh-navy-2), var(--nh-navy)); color: rgba(255,255,255,.82); }
.nh-section-heading { max-width: 720px; margin-bottom: 40px; }
.nh-section-heading--center { margin-inline: auto; text-align: center; }
.nh-section-heading h2 { margin-bottom: 15px; }
.nh-section-heading p:last-child { color: var(--nh-muted); font-size: 1.03rem; }
.nh-section-heading--light h2 { color: #fff; }
.nh-section-heading--light p:last-child { color: rgba(255,255,255,.7); }

/* Program cards */
.nh-program-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.nh-program-grid--wide { gap: 22px; }
.nh-program-card { position: relative; display: flex; flex-direction: column; min-height: 360px; padding: 28px; border: 1px solid var(--nh-line); border-radius: 20px; background: #fff; box-shadow: var(--nh-shadow-sm); transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; overflow: hidden; }
.nh-program-card::after { content: ""; position: absolute; right: -45px; bottom: -55px; width: 140px; height: 140px; border-radius: 50%; background: var(--nh-mint); transition: transform .2s ease; }
.nh-program-card:hover { transform: translateY(-4px); border-color: rgba(10,124,134,.35); box-shadow: var(--nh-shadow); }
.nh-program-card:hover::after { transform: scale(1.15); }
.nh-program-card__top { display: flex; align-items: center; justify-content: space-between; gap: 15px; margin-bottom: 28px; }
.nh-program-card__number { color: var(--nh-teal); font-size: .78rem; font-weight: 850; letter-spacing: .08em; }
.nh-program-card__type { display: inline-block; margin: 0 0 13px; color: var(--nh-teal-dark); font-size: .71rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.nh-program-card__top .nh-program-card__type { margin: 0; }
.nh-program-card h2, .nh-program-card h3 { position: relative; z-index: 1; margin-bottom: 12px; font-size: 1.38rem; }
.nh-program-card h2 a, .nh-program-card h3 a { color: inherit; text-decoration: none; }
.nh-program-card > p { position: relative; z-index: 1; color: var(--nh-muted); font-size: .92rem; }
.nh-program-card__meta { position: relative; z-index: 1; display: flex; gap: 12px; margin: auto 0 20px; padding-top: 18px; border-top: 1px solid var(--nh-line); color: var(--nh-navy); font-size: .82rem; font-weight: 730; }
.nh-program-card__eligibility { position: relative; z-index: 1; margin: 0 0 18px; padding: 14px; border-radius: 12px; background: var(--nh-soft); }
.nh-program-card__eligibility strong { display: block; color: var(--nh-navy); font-size: .78rem; }
.nh-program-card__eligibility p { margin: 5px 0 0; color: var(--nh-muted); font-size: .81rem; line-height: 1.55; }
.nh-program-card .nh-text-link { position: relative; z-index: 1; }


/* Why consider grid */
.nh-section--reasons { padding-top: 82px; padding-bottom: 82px; background: #fff; }
.nh-reasons-grid { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); gap: 14px; }
.nh-reasons-grid > div { min-height: 230px; padding: 24px 20px; border: 1px solid var(--nh-line); border-radius: 18px; background: linear-gradient(180deg,#fff,var(--nh-soft)); }
.nh-reasons-grid > div > span { width: 43px; height: 43px; display: grid; place-items: center; margin-bottom: 22px; border-radius: 12px; color: var(--nh-teal-dark); background: var(--nh-mint); }
.nh-reasons-grid svg { width: 21px; height: 21px; }
.nh-reasons-grid h3 { margin: 0 0 9px; font-size: 1.04rem; }
.nh-reasons-grid p { margin: 0; color: var(--nh-muted); font-size: .86rem; line-height: 1.62; }


.nh-authentic-photo { position: relative; min-height: 500px; margin: 0; overflow: hidden; border-radius: var(--nh-radius-lg); box-shadow: var(--nh-shadow); background: var(--nh-navy); }
.nh-authentic-photo img { width: 100%; height: 500px; display: block; object-fit: cover; }
.nh-authentic-photo::after { content: ""; position: absolute; inset: 55% 0 0; background: linear-gradient(transparent,rgba(7,31,54,.78)); pointer-events: none; }
.nh-authentic-photo figcaption { position: absolute; z-index: 2; left: 25px; right: 25px; bottom: 22px; color: #fff; font-size: .86rem; font-weight: 720; }
.nh-media-tile { position: relative; margin: 0; }
.nh-media-tile.has-image { background: var(--nh-navy); }
.nh-media-tile.has-image img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.nh-media-tile.has-image::after { content: ""; position: absolute; inset: 35% 0 0; background: linear-gradient(transparent,rgba(7,31,54,.84)); pointer-events: none; }
.nh-media-tile figcaption { position: relative; z-index: 2; display: flex; flex-direction: column; }

/* Split / feature list */
.nh-split { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 75px; }
.nh-photo-placeholder { position: relative; min-height: 500px; display: flex; flex-direction: column; justify-content: end; padding: 32px; border-radius: var(--nh-radius-lg); overflow: hidden; background: linear-gradient(145deg, var(--nh-navy), var(--nh-teal)); color: rgba(255,255,255,.78); box-shadow: var(--nh-shadow); }
.nh-photo-placeholder::before { content: ""; position: absolute; inset: 18px; border: 1px dashed rgba(255,255,255,.28); border-radius: 20px; }
.nh-photo-placeholder__art { position: absolute; top: 75px; left: 50%; transform: translateX(-50%); font-size: 8rem; color: rgba(255,255,255,.13); }
.nh-photo-placeholder__badge { position: absolute; top: 30px; left: 30px; padding: 7px 10px; border-radius: 999px; color: #fff; background: rgba(7,31,54,.35); font-size: .72rem; font-weight: 800; }
.nh-photo-placeholder p { position: relative; margin: 0; font-size: .9rem; }
.nh-split__content h2 { margin-bottom: 18px; }
.nh-split__content > p { color: var(--nh-muted); font-size: 1.02rem; }
.nh-feature-list { display: grid; gap: 18px; margin: 30px 0; }
.nh-feature-list > div { display: grid; grid-template-columns: 46px 1fr; gap: 14px; }
.nh-feature-list > div > span { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 12px; background: #fff; color: var(--nh-teal); box-shadow: var(--nh-shadow-sm); }
.nh-feature-list h3 { margin: 2px 0 4px; font-size: 1rem; }
.nh-feature-list p { margin: 0; color: var(--nh-muted); font-size: .88rem; }

/* Process */
.nh-process { display: grid; grid-template-columns: repeat(4,1fr); border: 1px solid var(--nh-line); border-radius: 20px; overflow: hidden; background: #fff; box-shadow: var(--nh-shadow-sm); }
.nh-process > div { position: relative; min-height: 245px; padding: 30px; }
.nh-process > div + div { border-left: 1px solid var(--nh-line); }
.nh-process > div > span { display: inline-block; margin-bottom: 32px; color: var(--nh-teal); font-size: .78rem; font-weight: 850; }
.nh-process h3 { margin-bottom: 8px; font-size: 1.25rem; }
.nh-process p { color: var(--nh-muted); font-size: .9rem; }
.nh-process a { position: absolute; left: 30px; bottom: 28px; color: var(--nh-navy); font-weight: 750; text-decoration: none; }

/* Campus */
.nh-campus-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 22px; }
.nh-campus-grid--light .nh-campus-card { background: var(--nh-navy); }
.nh-campus-card { display: grid; grid-template-columns: 38% 62%; min-height: 300px; border: 1px solid rgba(255,255,255,.14); border-radius: 22px; overflow: hidden; background: rgba(255,255,255,.06); }
.nh-campus-card__map { position: relative; display: flex; align-items: end; padding: 26px; overflow: hidden; background: linear-gradient(145deg, var(--nh-teal), #125165); color: rgba(255,255,255,.92); font-size: .83rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.nh-campus-card__map::before { content: ""; position: absolute; width: 200px; height: 200px; left: -60px; top: -40px; border: 1px solid rgba(255,255,255,.24); border-radius: 50%; box-shadow: 0 0 0 35px rgba(255,255,255,.04), 0 0 0 70px rgba(255,255,255,.03); }
.nh-campus-card__map span { position: absolute; top: 22px; right: 22px; width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: rgba(7,31,54,.28); }
.nh-campus-card__body { padding: 32px; }
.nh-campus-card__body h2, .nh-campus-card__body h3 { color: #fff; margin-bottom: 11px; }
.nh-campus-card__body p { color: rgba(255,255,255,.69); font-size: .91rem; }
.nh-campus-card__body .nh-kicker { color: var(--nh-gold); }

/* Media */
.nh-media-grid { display: grid; grid-template-columns: 1.2fr .8fr; grid-template-rows: 220px 220px; gap: 16px; }
.nh-media-tile { position: relative; display: flex; flex-direction: column; justify-content: end; padding: 24px; border-radius: 20px; overflow: hidden; background: linear-gradient(140deg, #C7E7E4, #E8F2F7); color: var(--nh-navy); font-weight: 780; }
.nh-media-tile::after { content: "+"; position: absolute; top: 20px; right: 20px; width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.8); color: var(--nh-teal); font-size: 1.35rem; }
.nh-media-tile--large { grid-row: 1 / 3; background: linear-gradient(145deg, #BCDAD7, #D6E8F1); }
.nh-media-tile span { position: relative; z-index: 1; font-size: 1.12rem; }
.nh-media-tile small { position: relative; z-index: 1; margin-top: 3px; color: var(--nh-muted); font-weight: 600; }

/* FAQ */
.nh-faq-preview { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: start; }
.nh-faq-preview__intro h2 { margin-bottom: 16px; }
.nh-faq-preview__intro > p { color: var(--nh-muted); }
.nh-faq-list { display: grid; gap: 10px; }
.nh-faq-list details, .nh-prose details { border: 1px solid var(--nh-line); border-radius: 14px; background: #fff; overflow: hidden; }
.nh-faq-list summary, .nh-prose summary { position: relative; padding: 18px 48px 18px 20px; color: var(--nh-navy); font-weight: 750; cursor: pointer; list-style: none; }
.nh-faq-list summary::-webkit-details-marker, .nh-prose summary::-webkit-details-marker { display: none; }
.nh-faq-list summary::after, .nh-prose summary::after { content: "+"; position: absolute; right: 18px; top: 50%; transform: translateY(-50%); color: var(--nh-teal); font-size: 1.3rem; }
.nh-faq-list details[open] summary::after, .nh-prose details[open] summary::after { content: "–"; }
.nh-faq-list details p, .nh-prose details p { margin: 0; padding: 0 20px 19px; color: var(--nh-muted); font-size: .92rem; }
.nh-faq-list--large { max-width: 900px; margin: 0 auto; }
.nh-faq-list--large summary { padding: 22px 54px 22px 24px; font-size: 1.02rem; }
.nh-faq-list--large details p { padding: 0 24px 24px; }
.nh-faq-page { padding-top: 55px; padding-bottom: 90px; }

/* Final CTA */
.nh-final-cta { padding: 72px 0; background: linear-gradient(135deg, #071F36, #0B2E4F 56%, #0A6670); color: rgba(255,255,255,.75); }
.nh-final-cta__inner { display: grid; grid-template-columns: 1fr auto; gap: 50px; align-items: center; }
.nh-final-cta h2 { max-width: 780px; margin-bottom: 12px; color: #fff; }
.nh-final-cta p { max-width: 720px; margin: 0; }
.nh-final-cta__actions { display: flex; gap: 10px; }


.nh-page-hero__split { display: grid; grid-template-columns: minmax(0,1.35fr) minmax(260px,.65fr); gap: 55px; align-items: center; }
.nh-hero-fact-card { padding: 25px; border: 1px solid var(--nh-line); border-radius: 18px; background: rgba(255,255,255,.82); box-shadow: var(--nh-shadow-sm); }
.nh-hero-fact-card > span { width: 44px; height: 44px; display: grid; place-items: center; margin-bottom: 17px; border-radius: 12px; color: var(--nh-teal-dark); background: var(--nh-mint); }
.nh-hero-fact-card svg { width: 21px; height: 21px; }
.nh-hero-fact-card strong { display: block; margin-bottom: 7px; color: var(--nh-navy); font-size: 1.08rem; }
.nh-hero-fact-card p { margin: 0; color: var(--nh-muted); font-size: .86rem; }

/* Inner-page hero */
.nh-page { min-height: 60vh; }
.nh-page-hero { position: relative; overflow: hidden; padding: 62px 0 70px; background: linear-gradient(135deg, #F5FAFA, #EDF4F8); border-bottom: 1px solid var(--nh-line); }
.nh-page-hero::after { content: ""; position: absolute; width: 460px; height: 460px; right: -150px; top: -230px; border-radius: 50%; border: 58px solid rgba(10,124,134,.06); }
.nh-page-hero h1 { max-width: 950px; margin: 16px 0 18px; font-size: clamp(2.4rem,4.4vw,4.5rem); }
.nh-page-hero__lead { position: relative; z-index: 1; }
.nh-page-hero--trust { background: linear-gradient(135deg, var(--nh-mint), #F4F8FB); }
.nh-page-layout, .nh-program-layout, .nh-single-layout { display: grid; grid-template-columns: minmax(0,1fr) 310px; gap: 70px; align-items: start; padding-top: 70px; padding-bottom: 90px; }
.nh-wide-content { padding-top: 60px; padding-bottom: 90px; }
.nh-single-image { margin-top: 45px; }
.nh-single-image img { width: 100%; max-height: 620px; object-fit: cover; border-radius: 22px; }

/* Breadcrumbs */
.nh-breadcrumbs ol { display: flex; flex-wrap: wrap; gap: 7px; list-style: none; margin: 0 0 18px; padding: 0; color: var(--nh-muted); font-size: .78rem; }
.nh-breadcrumbs li { display: flex; align-items: center; }
.nh-breadcrumbs li + li::before { content: "/"; margin-right: 7px; color: #9CA8B2; }
.nh-breadcrumbs a { color: var(--nh-teal-dark); text-decoration: none; }

/* Prose */
.nh-prose { min-width: 0; font-size: 1rem; }
.nh-prose--intro { max-width: 880px; margin-bottom: 40px; }
.nh-prose--wide { max-width: 920px; margin-inline: auto; }
.nh-prose > *:first-child { margin-top: 0; }
.nh-prose h2 { margin-top: 2.5em; margin-bottom: .6em; font-size: clamp(1.55rem,2.5vw,2.1rem); }
.nh-prose h3 { margin-top: 1.9em; margin-bottom: .55em; }
.nh-prose p, .nh-prose li { color: #40505E; }
.nh-prose a { font-weight: 680; }
.nh-prose ul, .nh-prose ol { padding-left: 1.35rem; }
.nh-prose li + li { margin-top: .55rem; }
.nh-prose .nh-lead { color: var(--nh-ink); font-size: 1.15rem; line-height: 1.75; }
.nh-two-col { display: grid; grid-template-columns: repeat(2,1fr); gap: 22px; margin: 34px 0; }
.nh-two-col > div { padding: 26px; border: 1px solid var(--nh-line); border-radius: 17px; background: var(--nh-soft); }
.nh-two-col h2 { margin-top: 0; }
.nh-check-list { list-style: none; padding-left: 0 !important; }
.nh-check-list li { position: relative; padding-left: 30px; }
.nh-check-list li::before { content: "✓"; position: absolute; left: 0; top: 0; width: 20px; height: 20px; display: grid; place-items: center; border-radius: 50%; background: var(--nh-mint); color: var(--nh-teal-dark); font-size: .72rem; font-weight: 900; }
.nh-steps-list li::marker { color: var(--nh-teal); font-weight: 850; }
.nh-notice { margin: 25px 0; padding: 17px 19px; border-left: 4px solid var(--nh-teal); border-radius: 10px; background: var(--nh-mint); color: #314754; font-size: .91rem; }
.nh-notice--warning { border-left-color: var(--nh-gold); background: #FFF8E8; }
.nh-alert { margin: 0 0 18px; padding: 14px 16px; border-radius: 10px; font-size: .9rem; }
.nh-alert--success { background: #E8F6EE; color: var(--nh-success); }
.nh-alert--warning { background: #FFF5E0; color: #795819; }

/* Side cards */
.nh-page-sidebar, .nh-program-sidebar { display: grid; gap: 18px; }
.nh-side-card { padding: 24px; border: 1px solid var(--nh-line); border-radius: 18px; background: #fff; box-shadow: var(--nh-shadow-sm); }
.nh-side-card--sticky { position: sticky; top: 125px; }
.nh-side-card h2 { margin-bottom: 10px; font-size: 1.35rem; }
.nh-side-card > p { color: var(--nh-muted); font-size: .9rem; }
.nh-side-card .nh-btn + .nh-btn { margin-top: 9px; }
.nh-compact-list, .nh-related-links { list-style: none; margin: 18px 0 22px; padding: 0; }
.nh-compact-list li { display: flex; align-items: flex-start; gap: 8px; padding: 8px 0; color: #40505E; font-size: .86rem; }
.nh-compact-list svg { flex: 0 0 auto; color: var(--nh-teal); margin-top: 3px; }
.nh-related-links li + li { border-top: 1px solid var(--nh-line); }
.nh-related-links a { display: flex; padding: 10px 0; color: var(--nh-navy); font-size: .87rem; font-weight: 700; text-decoration: none; }
.nh-related-links a:hover { color: var(--nh-teal); }

/* Program detail */
.nh-program-hero, .nh-campus-hero { padding: 58px 0 72px; background: linear-gradient(135deg, #071F36, #0B2E4F 65%, #0B5B66); color: rgba(255,255,255,.78); }
.nh-program-hero .nh-breadcrumbs a, .nh-campus-hero .nh-breadcrumbs a { color: var(--nh-gold-soft); }
.nh-program-hero .nh-breadcrumbs, .nh-campus-hero .nh-breadcrumbs { color: rgba(255,255,255,.55); }
.nh-program-hero__grid, .nh-campus-hero__grid { display: grid; grid-template-columns: minmax(0,1fr) 360px; gap: 65px; align-items: center; }
.nh-program-hero h1, .nh-campus-hero h1 { margin: 17px 0 18px; color: #fff; font-size: clamp(2.5rem,4.8vw,4.55rem); }
.nh-program-hero__lead { color: rgba(255,255,255,.75); }
.nh-program-summary { padding: 24px; border: 1px solid rgba(255,255,255,.18); border-radius: 20px; background: rgba(255,255,255,.08); backdrop-filter: blur(8px); }
.nh-program-summary > div + div { margin-top: 18px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.14); }
.nh-program-summary span { display: block; margin-bottom: 4px; color: var(--nh-gold-soft); font-size: .73rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.nh-program-summary strong { color: #fff; font-size: 1.16rem; }
.nh-program-summary p { margin: 0; color: rgba(255,255,255,.72); font-size: .86rem; line-height: 1.58; }
.nh-inline-cta { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 30px; margin-top: 50px; padding: 28px; border-radius: 18px; background: var(--nh-mint); }
.nh-inline-cta h2 { margin: 0 0 6px !important; font-size: 1.45rem !important; }
.nh-inline-cta p { margin: 0; }
.nh-inline-cta > div:last-child { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; }

/* Source / recognition cards */
.nh-source-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; margin-bottom: 56px; }
.nh-source-card { position: relative; min-height: 235px; display: flex; flex-direction: column; justify-content: end; padding: 27px; border: 1px solid var(--nh-line); border-radius: 19px; background: linear-gradient(145deg, #fff, #F6FAFB); text-decoration: none; box-shadow: var(--nh-shadow-sm); }
.nh-source-card > span { position: absolute; top: 22px; right: 22px; color: var(--nh-teal); font-size: .76rem; font-weight: 850; }
.nh-source-card strong { color: var(--nh-navy); font-size: 2rem; }
.nh-source-card p { margin: 4px 0 18px; color: var(--nh-muted); }
.nh-source-card em { display: inline-flex; align-items: center; gap: 8px; color: var(--nh-teal-dark); font-style: normal; font-size: .83rem; font-weight: 750; }
.nh-source-card:hover { transform: translateY(-2px); border-color: rgba(10,124,134,.32); box-shadow: var(--nh-shadow); }

/* Link grid */
.nh-link-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 10px; margin: 22px 0 40px; }
.nh-link-grid a { display: grid; grid-template-columns: 1fr auto; gap: 4px 14px; padding: 17px; border: 1px solid var(--nh-line); border-radius: 13px; text-decoration: none; }
.nh-link-grid strong { color: var(--nh-navy); }
.nh-link-grid span { color: var(--nh-muted); font-size: .78rem; }
.nh-link-grid svg { grid-row: 1 / 3; grid-column: 2; align-self: center; color: var(--nh-teal); }
.nh-link-grid a:hover { background: var(--nh-mint); }

/* Campus hero */
.nh-campus-map-art { min-height: 250px; display: flex; flex-direction: column; justify-content: end; padding: 26px; border: 1px solid rgba(255,255,255,.18); border-radius: 21px; background: radial-gradient(circle at 70% 20%, rgba(214,162,58,.22), transparent 28%), linear-gradient(145deg, rgba(10,124,134,.72), rgba(255,255,255,.08)); }
.nh-campus-map-art span { margin-bottom: auto; color: var(--nh-gold-soft); font-size: .8rem; font-weight: 850; letter-spacing: .16em; }
.nh-campus-map-art strong { color: #fff; font-size: 2rem; }
.nh-campus-map-art small { color: rgba(255,255,255,.7); }

/* Faculty */
.nh-profile-framework { margin-top: 65px; }
.nh-framework-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; }
.nh-framework-grid > div { padding: 22px; border: 1px solid var(--nh-line); border-radius: 16px; background: #fff; }
.nh-framework-grid span { color: var(--nh-teal); font-size: .78rem; font-weight: 850; }
.nh-framework-grid h3 { margin: 26px 0 8px; }
.nh-framework-grid p { margin: 0; color: var(--nh-muted); font-size: .85rem; }
.nh-empty-state { max-width: 760px; margin: 50px auto 0; padding: 42px; border: 1px dashed #B9C7D1; border-radius: 20px; text-align: center; background: var(--nh-soft); }
.nh-empty-state > div { width: 58px; height: 58px; display: grid; place-items: center; margin: 0 auto 16px; border-radius: 50%; background: var(--nh-mint); color: var(--nh-teal); font-size: 1.55rem; }
.nh-empty-state h2 { margin-bottom: 10px; font-size: 1.55rem; }
.nh-empty-state p { color: var(--nh-muted); }

/* Contact / forms */
.nh-contact-layout { display: grid; grid-template-columns: minmax(0,1.1fr) minmax(340px,.9fr); gap: 60px; padding-top: 65px; padding-bottom: 90px; }
.nh-contact-cards { display: grid; grid-template-columns: repeat(2,1fr); gap: 12px; margin-bottom: 36px; }
.nh-contact-cards a { display: grid; grid-template-columns: 48px 1fr; gap: 1px 12px; padding: 18px; border: 1px solid var(--nh-line); border-radius: 15px; color: var(--nh-ink); text-decoration: none; }
.nh-contact-cards span { grid-row: 1/3; width: 48px; height: 48px; display: grid; place-items: center; border-radius: 12px; background: var(--nh-mint); color: var(--nh-teal); }
.nh-contact-cards small { color: var(--nh-muted); }
.nh-contact-cards strong { color: var(--nh-navy); }
.nh-campus-contact { display: grid; grid-template-columns: repeat(2,1fr); gap: 14px; margin-top: 35px; }
.nh-campus-contact > div { padding: 22px; border-radius: 16px; background: var(--nh-soft); }
.nh-campus-contact h2 { margin-bottom: 8px; font-size: 1.3rem; }
.nh-campus-contact p { color: var(--nh-muted); font-size: .88rem; }
.nh-form-card { padding: 30px; border: 1px solid var(--nh-line); border-radius: 21px; background: #fff; box-shadow: var(--nh-shadow); }
.nh-form-card h2 { margin-bottom: 24px; }
.nh-form { display: grid; gap: 15px; }
.nh-form label { display: grid; gap: 6px; color: var(--nh-navy); font-size: .82rem; font-weight: 720; }
.nh-form label > span { display: inline; color: var(--nh-danger); }
.nh-form input, .nh-form select, .nh-form textarea, .nh-eligibility-tool input, .nh-eligibility-tool select { width: 100%; min-height: 46px; padding: 10px 12px; border: 1px solid #C9D4DC; border-radius: 10px; color: var(--nh-ink); background: #fff; outline: none; transition: border .15s, box-shadow .15s; }
.nh-form textarea { resize: vertical; }
.nh-form input:focus, .nh-form select:focus, .nh-form textarea:focus, .nh-eligibility-tool input:focus, .nh-eligibility-tool select:focus { border-color: var(--nh-teal); box-shadow: 0 0 0 3px rgba(10,124,134,.12); }
.nh-form-note { margin: 0; color: var(--nh-muted); font-size: .74rem; }
.nh-honeypot { position: absolute; left: -9999px; }
.nh-form-page { max-width: 900px; padding-top: 55px; padding-bottom: 90px; }
.nh-form--application { padding: 30px; border: 1px solid var(--nh-line); border-radius: 20px; box-shadow: var(--nh-shadow-sm); }
.nh-form-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 14px; }
.nh-form-section { display: grid; grid-template-columns: 44px 1fr; gap: 14px; margin: 12px 0 0; padding-bottom: 12px; border-bottom: 1px solid var(--nh-line); }
.nh-form-section > span { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 12px; background: var(--nh-mint); color: var(--nh-teal); font-size: .75rem; font-weight: 850; }
.nh-form-section h2 { margin: 0 0 3px; font-size: 1.3rem; }
.nh-form-section p { margin: 0; color: var(--nh-muted); font-size: .83rem; }

/* Eligibility tool */
.nh-tool-layout { display: grid; grid-template-columns: minmax(0,1fr) 320px; gap: 45px; padding-top: 60px; padding-bottom: 90px; align-items: start; }
.nh-eligibility-tool { display: grid; grid-template-columns: minmax(300px,.78fr) minmax(0,1.22fr); min-height: 520px; border: 1px solid var(--nh-line); border-radius: 21px; overflow: hidden; box-shadow: var(--nh-shadow-sm); }
.nh-tool-step { display: grid; align-content: start; gap: 15px; padding: 26px; background: var(--nh-soft); }
.nh-tool-step label { display: grid; gap: 6px; color: var(--nh-navy); font-size: .82rem; font-weight: 720; }
.nh-eligibility-results { padding: 30px; background: #fff; }
.nh-tool-empty { height: 100%; min-height: 300px; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; color: var(--nh-muted); }
.nh-tool-empty > span { width: 70px; height: 70px; display: grid; place-items: center; margin-bottom: 18px; border-radius: 50%; background: var(--nh-mint); color: var(--nh-teal); font-size: 1.7rem; }
.nh-tool-empty h2 { margin-bottom: 8px; font-size: 1.5rem; }
.nh-results-head h2 { margin-bottom: 8px; font-size: 1.6rem; }
.nh-results-head p { color: var(--nh-muted); font-size: .9rem; }
.nh-result-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 10px; margin: 20px 0; }
.nh-result-card { display: block; padding: 16px; border: 1px solid var(--nh-line); border-radius: 13px; color: var(--nh-ink); text-decoration: none; }
.nh-result-card span { display: block; color: var(--nh-teal); font-size: .7rem; font-weight: 800; text-transform: uppercase; }
.nh-result-card strong { display: block; margin: 4px 0 12px; color: var(--nh-navy); }
.nh-result-card em { color: var(--nh-teal-dark); font-size: .78rem; font-style: normal; font-weight: 720; }
.nh-result-card:hover { background: var(--nh-mint); border-color: rgba(10,124,134,.3); }
.nh-result-notes { color: var(--nh-muted); font-size: .83rem; }

/* Guides */
.nh-guide-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.nh-guide-grid article { min-height: 210px; padding: 22px; border: 1px solid var(--nh-line); border-radius: 16px; background: #fff; }
.nh-guide-grid span { color: var(--nh-teal); font-size: .7rem; font-weight: 800; text-transform: uppercase; }
.nh-guide-grid h2 { margin: 24px 0 8px; font-size: 1.15rem; }
.nh-guide-grid p { color: var(--nh-muted); font-size: .84rem; }
.nh-guide-grid small { color: #8A98A3; }

/* Posts */
.nh-post-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; padding-top: 60px; padding-bottom: 90px; }
.nh-post-card { border: 1px solid var(--nh-line); border-radius: 18px; overflow: hidden; background: #fff; box-shadow: var(--nh-shadow-sm); }
.nh-post-card__image { display: block; aspect-ratio: 16/9; overflow: hidden; }
.nh-post-card__image img { width: 100%; height: 100%; object-fit: cover; }
.nh-post-card__image--placeholder { display: grid; place-items: center; background: linear-gradient(145deg,var(--nh-mint),var(--nh-sky)); color: var(--nh-teal); text-decoration: none; font-size: 1.25rem; font-weight: 850; }
.nh-post-card__body { padding: 22px; }
.nh-post-card h2 { margin-bottom: 9px; font-size: 1.28rem; }
.nh-post-card h2 a { color: inherit; text-decoration: none; }
.nh-post-card p { color: var(--nh-muted); font-size: .88rem; }
.nh-search-result { padding: 24px 0; border-bottom: 1px solid var(--nh-line); }
.nh-search-result h2 { font-size: 1.4rem; }
.nh-search-result h2 a { color: inherit; }

/* Error */
.nh-error-page { min-height: 65vh; display: grid; place-items: center; text-align: center; padding: 80px 0; background: linear-gradient(135deg,#F6FAFB,#EDF6F5); }
.nh-error-page .nh-container { max-width: 760px; }
.nh-error-code { display: block; color: var(--nh-teal); font-size: 4.8rem; font-weight: 900; line-height: 1; opacity: .16; }
.nh-error-page h1 { margin: 15px 0; font-size: clamp(2.2rem,4.5vw,3.8rem); }
.nh-error-page p { color: var(--nh-muted); }
.nh-error-page .nh-hero__actions { justify-content: center; }

/* Footer */
.nh-site-footer { background: #061A2D; color: rgba(255,255,255,.68); }
.nh-footer-main { padding: 68px 0 55px; }
.nh-footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.25fr; gap: 50px; }
.nh-brand__text--footer { color: #fff; }
.nh-brand__text--footer small { color: rgba(255,255,255,.56); }
.nh-footer-brand > p { max-width: 410px; margin-top: 20px; font-size: .88rem; }
.nh-footer-contact { display: grid; gap: 8px; margin-top: 18px; }
.nh-footer-contact a { display: inline-flex; align-items: center; gap: 8px; color: rgba(255,255,255,.8); text-decoration: none; font-size: .84rem; }
.nh-footer-title { margin: 4px 0 18px; color: #fff; font-size: .96rem; letter-spacing: .02em; }
.nh-footer-links { list-style: none; margin: 0; padding: 0; }
.nh-footer-links li + li { margin-top: 9px; }
.nh-footer-links a { color: rgba(255,255,255,.67); font-size: .84rem; text-decoration: none; }
.nh-footer-links a:hover { color: #fff; }
.nh-footer-grid > div:last-child p { font-size: .82rem; line-height: 1.6; }
.nh-footer-grid > div:last-child strong { color: #fff; }
.nh-footer-bottom { border-top: 1px solid rgba(255,255,255,.09); }
.nh-footer-bottom__inner { min-height: 65px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.nh-footer-bottom p { margin: 0; color: rgba(255,255,255,.46); font-size: .73rem; }
.nh-mobile-cta { display: none; }

/* WordPress defaults */
.alignwide { width: min(100%, 1180px); margin-left: 50%; transform: translateX(-50%); }
.alignfull { width: 100vw; max-width: none; margin-left: calc(50% - 50vw); }
.wp-caption, .wp-caption-text, .gallery-caption { color: var(--nh-muted); font-size: .82rem; }
.entry-content img { border-radius: 12px; }
.navigation.pagination { width: min(calc(100% - 40px),var(--nh-container)); margin: 0 auto 60px; }
.nav-links { display: flex; gap: 8px; flex-wrap: wrap; }
.page-numbers { min-width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid var(--nh-line); border-radius: 9px; text-decoration: none; }
.page-numbers.current { background: var(--nh-teal); color: #fff; border-color: var(--nh-teal); }


.nh-search-form { display: flex; gap: 10px; width: 100%; max-width: 650px; }
.nh-search-field { min-width: 0; flex: 1; min-height: 50px; padding: 0 15px; border: 1px solid var(--nh-line); border-radius: 12px; background: #fff; color: var(--nh-ink); }
@media (max-width: 600px) { .nh-search-form { display: grid; grid-template-columns: 1fr; } }

/* Accessibility focus */
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, summary:focus-visible { outline: 3px solid rgba(214,162,58,.65); outline-offset: 3px; }

@media (max-width: 1160px) {
  .nh-header-actions .nh-btn--ghost { display: none; }
  .nh-menu > li > a { padding-inline: 8px; font-size: .86rem; }
  .nh-hero__grid { gap: 40px; }
  .nh-footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }
  .nh-footer-grid > div:last-child { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(2,1fr); gap: 20px; }
}

@media (max-width: 1079px) {
  .admin-bar .nh-site-header { top: 32px; }
  .nh-topbar__address { display: none; }
  .nh-navbar__inner { height: 74px; }
  .nh-primary-nav { position: fixed; inset: 112px 0 auto; max-height: calc(100vh - 112px); overflow-y: auto; opacity: 0; visibility: hidden; transform: translateY(-8px); padding: 15px 20px 30px; background: #fff; border-bottom: 1px solid var(--nh-line); box-shadow: var(--nh-shadow); transition: .18s ease; }
  .admin-bar .nh-primary-nav { inset-block-start: 144px; max-height: calc(100vh - 144px); }
  .nh-primary-nav.is-open { opacity: 1; visibility: visible; transform: translateY(0); }
  .nh-menu { display: block; }
  .nh-menu > li { border-bottom: 1px solid var(--nh-line); }
  .nh-menu > li > a { padding: 14px 4px; font-size: 1rem; background: transparent !important; }
  .nh-menu .sub-menu { position: static; display: none; min-width: 0; opacity: 1; visibility: visible; transform: none; padding: 0 0 12px 15px; border: 0; box-shadow: none; }
  .nh-menu .submenu-open > .sub-menu { display: block; }
  .nh-menu li:hover > .sub-menu, .nh-menu li:focus-within > .sub-menu { transform: none; }
  .nh-submenu-toggle { position: absolute; right: 0; top: 7px; display: grid; place-items: center; width: 40px; height: 40px; border: 0; background: transparent; color: var(--nh-navy); cursor: pointer; }
  .nh-menu-toggle { display: block; margin-left: auto; }
  .nh-header-actions { display: none; }
  .nh-hero { min-height: 0; }
  .nh-hero__grid { grid-template-columns: 1fr; }
  .nh-hero__content { max-width: 820px; }
  .nh-hero__visual { min-height: 420px; max-width: 560px; width: 100%; margin: 0 auto; }
  .nh-program-grid { grid-template-columns: repeat(2,1fr); }
  .nh-split { gap: 45px; }
  .nh-process { grid-template-columns: repeat(2,1fr); }
  .nh-process > div:nth-child(3) { border-left: 0; border-top: 1px solid var(--nh-line); }
  .nh-process > div:nth-child(4) { border-top: 1px solid var(--nh-line); }
  .nh-page-layout, .nh-program-layout, .nh-single-layout { grid-template-columns: minmax(0,1fr) 280px; gap: 45px; }
  .nh-program-hero__grid, .nh-campus-hero__grid { grid-template-columns: minmax(0,1fr) 300px; gap: 40px; }
  .nh-framework-grid { grid-template-columns: repeat(2,1fr); }
  .nh-guide-grid { grid-template-columns: repeat(2,1fr); }
  .nh-post-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 1079px) and (min-width: 821px) {
  .nh-reasons-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
}

@media (max-width: 820px) {
  .nh-reasons-grid { grid-template-columns: 1fr 1fr; }
  .nh-container { width: min(calc(100% - 30px),var(--nh-container)); }
  .nh-topbar__contacts a:nth-child(2) { display: none; }
  .nh-topbar__verify { font-size: 0; }
  .nh-topbar__verify::before { content: "Verify Recognition"; font-size: .75rem; }
  .nh-hero { padding: 60px 0 70px; }
  .nh-hero h1 { font-size: clamp(2.65rem,10vw,4.3rem); }
  .nh-hero__visual { min-height: 370px; }
  .nh-hero__visual::before { width: 330px; height: 330px; }
  .nh-hero__visual::after { width: 385px; height: 385px; }
  .nh-floating-card--top { left: 8px; }
  .nh-floating-card--bottom { right: 8px; }
  .nh-trust-strip__head { align-items: start; flex-direction: column; }
  .nh-trust-logos { grid-template-columns: 1fr; }
  .nh-trust-logos a + a { border-left: 0; border-top: 1px solid var(--nh-line); }
  .nh-section { padding: 72px 0; }
  .nh-split { grid-template-columns: 1fr; }
  .nh-split__visual { max-width: 600px; width: 100%; }
  .nh-photo-placeholder, .nh-authentic-photo { min-height: 420px; }
  .nh-authentic-photo img { height: 420px; }
  .nh-campus-card { grid-template-columns: 1fr; }
  .nh-campus-card__map { min-height: 145px; }
  .nh-faq-preview { grid-template-columns: 1fr; gap: 35px; }
  .nh-final-cta__inner { grid-template-columns: 1fr; gap: 30px; }
  .nh-final-cta__actions { flex-wrap: wrap; }
  .nh-page-layout, .nh-program-layout, .nh-single-layout, .nh-contact-layout, .nh-tool-layout { grid-template-columns: 1fr; gap: 35px; }
  .nh-page-sidebar { order: -1; }
  .nh-program-sidebar { order: -1; grid-template-columns: repeat(2,1fr); }
  .nh-side-card--sticky { position: static; }
  .nh-program-hero__grid, .nh-campus-hero__grid, .nh-page-hero__split { grid-template-columns: 1fr; }
  .nh-program-summary { max-width: 620px; }
  .nh-source-grid { grid-template-columns: 1fr; }
  .nh-contact-layout { padding-top: 45px; }
  .nh-form-card { box-shadow: var(--nh-shadow-sm); }
  .nh-eligibility-tool { grid-template-columns: 1fr; }
  .nh-tool-layout > .nh-side-card { order: -1; }
  .nh-footer-grid { grid-template-columns: repeat(2,1fr); }
  .nh-footer-brand { grid-column: 1 / -1; }
  .nh-footer-grid > div:last-child { grid-column: auto; display: block; }
  .nh-footer-bottom__inner { flex-direction: column; align-items: flex-start; padding: 18px 0; }
  .nh-mobile-cta { position: fixed; z-index: 999; left: 10px; right: 10px; bottom: 10px; display: grid; grid-template-columns: repeat(3,1fr); min-height: 58px; border: 1px solid rgba(255,255,255,.2); border-radius: 15px; background: rgba(7,31,54,.96); box-shadow: 0 15px 45px rgba(7,31,54,.3); backdrop-filter: blur(10px); }
  .nh-mobile-cta a { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 2px; color: #fff; font-size: .7rem; font-weight: 720; text-decoration: none; }
  .nh-mobile-cta a + a { border-left: 1px solid rgba(255,255,255,.12); }
  .nh-mobile-cta svg { font-size: 1.1rem; }
  .nh-wa-dot { width: 18px; height: 18px; display: grid; place-items: center; border-radius: 50%; background: #20B56A; font-size: .65rem; font-weight: 900; }
  .nh-site-footer { padding-bottom: 82px; }
}

@media (max-width: 600px) {
  .nh-reasons-grid { grid-template-columns: 1fr; }
  .admin-bar .nh-site-header { top: 46px; }
  .admin-bar .nh-primary-nav { inset-block-start: 158px; max-height: calc(100vh - 158px); }
  .nh-topbar { display: none; }
  .nh-primary-nav { inset-block-start: 74px; max-height: calc(100vh - 74px); }
  .nh-brand__text small { display: none; }
  .nh-brand__mark { width: 38px; }
  .nh-navbar__inner { gap: 14px; }
  .nh-hero { padding-top: 48px; }
  .nh-hero__actions, .nh-final-cta__actions { display: grid; grid-template-columns: 1fr; }
  .nh-hero__actions .nh-btn, .nh-final-cta__actions .nh-btn { width: 100%; }
  .nh-hero__actions .nh-btn--link { width: auto; justify-self: start; }
  .nh-hero__trust { display: grid; gap: 10px; }
  .nh-hero__visual { min-height: 340px; }
  .nh-hero__visual::before { width: 285px; height: 285px; }
  .nh-hero__visual::after { width: 325px; height: 325px; }
  .nh-hero-card { width: 285px; padding: 23px; }
  .nh-hero-card h2 { font-size: 1.55rem; }
  .nh-floating-card { display: none; }
  .nh-program-grid { grid-template-columns: 1fr; }
  .nh-program-card { min-height: 325px; }
  .nh-two-col { grid-template-columns: 1fr; }
  .nh-process { grid-template-columns: 1fr; }
  .nh-process > div + div, .nh-process > div:nth-child(3), .nh-process > div:nth-child(4) { border-left: 0; border-top: 1px solid var(--nh-line); }
  .nh-campus-grid { grid-template-columns: 1fr; }
  .nh-media-grid { grid-template-columns: 1fr; grid-template-rows: 300px 180px 180px; }
  .nh-media-tile--large { grid-row: auto; }
  .nh-page-hero { padding: 45px 0 52px; }
  .nh-page-hero h1 { font-size: clamp(2.15rem,10vw,3.2rem); }
  .nh-page-layout, .nh-program-layout, .nh-single-layout { padding-top: 45px; padding-bottom: 70px; }
  .nh-program-sidebar { grid-template-columns: 1fr; }
  .nh-inline-cta { grid-template-columns: 1fr; }
  .nh-link-grid { grid-template-columns: 1fr; }
  .nh-framework-grid { grid-template-columns: 1fr; }
  .nh-contact-cards, .nh-campus-contact { grid-template-columns: 1fr; }
  .nh-form-grid { grid-template-columns: 1fr; }
  .nh-form--application, .nh-form-card { padding: 22px; }
  .nh-result-grid { grid-template-columns: 1fr; }
  .nh-guide-grid { grid-template-columns: 1fr; }
  .nh-post-grid { grid-template-columns: 1fr; }
  .nh-footer-grid { grid-template-columns: 1fr; gap: 35px; }
  .nh-footer-brand { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
