:root {
  --hg-navy-950: #031a34;
  --hg-navy-900: #062a52;
  --hg-navy-800: #0b386b;
  --hg-gold-600: #c99017;
  --hg-gold-500: #d9a62b;
  --hg-gold-300: #efd07a;
  --hg-cream: #fbfaf6;
  --hg-white: #ffffff;
  --hg-ink: #1f2f43;
  --hg-muted: #607086;
  --hg-line: #dce2e8;
  --hg-shadow: 0 18px 45px rgba(3, 26, 52, 0.12);
  --hg-radius: 14px;
  --hg-container: 1240px;
  --hg-serif: Georgia, 'Times New Roman', serif;
  --hg-sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

html { scroll-behavior: smooth; }
body.hg-premium-site {
  margin: 0;
  overflow-x: clip;
  background: var(--hg-white);
  color: var(--hg-ink);
  font-family: var(--hg-sans);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body.hg-premium-site * { box-sizing: border-box; }
body.hg-premium-site img { display: block; max-width: 100%; height: auto; }
body.hg-premium-site a { text-decoration: none; }
body.hg-premium-site button,
body.hg-premium-site input,
body.hg-premium-site textarea,
body.hg-premium-site select { font: inherit; }
body.hg-premium-site .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;
}

.hg-site-shell { overflow: visible; }
.hg-container { width: min(calc(100% - 40px), var(--hg-container)); margin-inline: auto; }
.hg-main { min-height: 60vh; }
.hg-icon { display: inline-flex; width: 22px; height: 22px; flex: 0 0 22px; }
.hg-icon svg,
.hg-programme-icon svg,
.hg-recognition-icon svg,
.hg-cta-icon svg { width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 1.75; stroke-linecap: round; stroke-linejoin: round; }

.hg-skip-link {
  position: fixed;
  left: 16px;
  top: -80px;
  z-index: 10000;
  padding: 12px 18px;
  background: var(--hg-gold-500);
  color: var(--hg-navy-950);
  border-radius: 0 0 8px 8px;
  font-weight: 800;
  transition: top .2s ease;
}
.hg-skip-link:focus { top: 0; }

.hg-site-header {
  position: sticky;
  top: 0;
  z-index: 9999;
  background: var(--hg-white);
  box-shadow: 0 1px 0 rgba(6,42,82,.08);
  transition: box-shadow .22s ease;
}
.admin-bar .hg-site-header { top: 32px; }
.hg-site-header.is-scrolled { box-shadow: 0 10px 30px rgba(3,26,52,.16); }
.hg-topbar { background: linear-gradient(90deg, var(--hg-navy-950), var(--hg-navy-900)); color: #f3f7fb; font-size: 12px; }
.hg-topbar-inner { min-height: 36px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.hg-topbar-group { display: flex; align-items: center; gap: 10px; }
.hg-topbar-actions { gap: 22px; }
.hg-topbar a { display: inline-flex; align-items: center; gap: 7px; opacity: .95; }
.hg-topbar a:hover { color: var(--hg-gold-300); }
.hg-topbar .hg-icon { width: 16px; height: 16px; flex-basis: 16px; color: var(--hg-gold-500); }

.hg-navbar { background: rgba(255,255,255,.98); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); }
.hg-navbar-inner { min-height: 92px; display: flex; align-items: center; gap: 26px; transition: min-height .22s ease; }
.hg-brand { display: flex; align-items: center; gap: 11px; min-width: 260px; color: var(--hg-navy-950); }
.hg-brand img { width: 76px; height: 64px; object-fit: contain; transition: width .22s ease, height .22s ease; }
.hg-brand-copy { display: flex; flex-direction: column; line-height: 1.05; }
.hg-brand-copy strong { font-family: var(--hg-serif); font-size: 22px; letter-spacing: .05em; transition: font-size .22s ease; }
.hg-brand-copy > span { font-family: var(--hg-serif); font-size: 14px; letter-spacing: .16em; margin-top: 3px; transition: font-size .22s ease; }
.hg-brand-copy em { color: var(--hg-gold-600); font-family: var(--hg-serif); font-size: 11px; margin-top: 7px; transition: margin .22s ease, opacity .22s ease; }
.hg-main-nav { margin-left: auto; }
.hg-nav-list,
.hg-main-nav .menu { list-style: none; margin: 0; padding: 0; display: flex; align-items: center; gap: 24px; }
.hg-nav-list li { position: relative; }
.hg-nav-list a { display: block; padding: 34px 0 30px; color: var(--hg-navy-950); font-size: 12px; font-weight: 800; letter-spacing: .015em; text-transform: uppercase; }
.hg-nav-list > li > a::after { content: ''; position: absolute; left: 0; right: 100%; bottom: 22px; height: 2px; background: var(--hg-gold-500); transition: right .2s ease; }
.hg-nav-list > li:hover > a::after,
.hg-nav-list > li.current-menu-item > a::after { right: 0; }
.hg-nav-list .sub-menu { position: absolute; top: calc(100% - 12px); left: -18px; min-width: 230px; margin: 0; padding: 12px; list-style: none; background: #fff; border: 1px solid var(--hg-line); border-radius: 10px; box-shadow: var(--hg-shadow); opacity: 0; visibility: hidden; transform: translateY(8px); transition: .2s ease; }
.hg-nav-list li:hover > .sub-menu,
.hg-nav-list li:focus-within > .sub-menu { opacity: 1; visibility: visible; transform: none; }
.hg-nav-list .sub-menu a { padding: 10px 12px; text-transform: none; font-size: 13px; border-radius: 6px; }
.hg-nav-list .sub-menu a:hover { background: #f5f7fa; color: var(--hg-gold-600); }
.hg-header-cta { display: flex; gap: 9px; }
.hg-menu-toggle { display: none; width: 45px; height: 45px; align-items: center; justify-content: center; border: 1px solid var(--hg-line); background: var(--hg-white); color: var(--hg-navy-900); border-radius: 8px; cursor: pointer; }
.hg-menu-toggle svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; }
.hg-menu-close { display: none; }
.hg-menu-toggle[aria-expanded="true"] .hg-menu-open { display: none; }
.hg-menu-toggle[aria-expanded="true"] .hg-menu-close { display: inline-flex; }
.hg-mobile-drawer { display: none; background: var(--hg-white); border-top: 1px solid var(--hg-line); padding: 8px 0 24px; }
.hg-mobile-drawer.is-open { display: block; }
.hg-mobile-nav-list,
.hg-mobile-drawer .hg-nav-list { display: block; list-style: none; margin: 0; padding: 0; }
.hg-mobile-nav-list a,
.hg-mobile-drawer .hg-nav-list a { display: block; padding: 13px 0; border-bottom: 1px solid #edf0f3; color: var(--hg-navy-950); font-weight: 750; }
.hg-mobile-nav-list .sub-menu { list-style: none; padding-left: 16px; }
.hg-mobile-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 18px; }

.hg-site-header.is-scrolled .hg-navbar-inner { min-height: 74px; }
.hg-site-header.is-scrolled .hg-brand img { width: 62px; height: 52px; }
.hg-site-header.is-scrolled .hg-brand-copy strong { font-size: 19px; }
.hg-site-header.is-scrolled .hg-brand-copy > span { font-size: 12px; }
.hg-site-header.is-scrolled .hg-brand-copy em { margin-top: 4px; opacity: .88; }
.hg-site-header.is-scrolled .hg-nav-list a { padding-top: 25px; padding-bottom: 23px; }
.hg-site-header.is-scrolled .hg-nav-list > li > a::after { bottom: 16px; }
.hg-mobile-drawer { max-height: calc(100vh - 74px); overflow-y: auto; overscroll-behavior: contain; }

.hg-btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 48px; padding: 12px 21px; border: 1px solid transparent; border-radius: 5px; font-size: 13px; font-weight: 850; letter-spacing: .01em; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.hg-btn:hover { transform: translateY(-2px); box-shadow: 0 10px 25px rgba(3,26,52,.15); }
.hg-btn:focus-visible { outline: 3px solid rgba(217,166,43,.45); outline-offset: 2px; }
.hg-btn-small { min-height: 40px; padding: 9px 16px; font-size: 11px; text-transform: uppercase; }
.hg-btn-gold { color: #fff; background: linear-gradient(135deg, #c48710, #dfaF37); }
.hg-btn-gold:hover { color: #fff; }
.hg-btn-navy { color: #fff; background: var(--hg-navy-950); }
.hg-btn-navy:hover { color: #fff; background: var(--hg-navy-800); }
.hg-btn-outline { color: #fff; border-color: rgba(255,255,255,.55); background: transparent; }
.hg-btn-outline-dark { color: var(--hg-navy-950); border-color: #8795a6; background: rgba(255,255,255,.45); }
.hg-btn .hg-icon { width: 18px; height: 18px; flex-basis: 18px; }

.hg-hero { min-height: 620px; display: grid; grid-template-columns: minmax(0, 46%) minmax(0, 54%); background: var(--hg-cream); }
.hg-hero-copy { position: relative; display: flex; align-items: center; padding: clamp(64px, 5vw, 96px) clamp(38px, 4vw, 76px); background: radial-gradient(circle at 80% 25%, rgba(217,166,43,.13), transparent 38%), linear-gradient(135deg, #fff, #f7f4eb); }
.hg-hero-copy::after { content: ''; position: absolute; right: -95px; top: 0; bottom: 0; width: 190px; background: linear-gradient(90deg, #f7f4eb, rgba(247,244,235,0)); z-index: 2; pointer-events: none; }
.hg-hero-copy-inner { position: relative; z-index: 3; max-width: 700px; }
.hg-eyebrow { margin: 0 0 13px; color: var(--hg-gold-600); font-size: 12px; font-weight: 850; letter-spacing: .18em; text-transform: uppercase; }
.hg-eyebrow-light { color: var(--hg-gold-300); }
.hg-hero h1 { margin: 0; max-width: 620px; color: var(--hg-navy-950); font-family: var(--hg-serif); font-size: clamp(47px, 3.8vw, 68px); font-weight: 700; line-height: 1.03; letter-spacing: -.025em; }
.hg-hero h1 span { display: block; color: var(--hg-gold-600); font-weight: 500; }
.hg-hero-lead { max-width: 520px; margin: 24px 0 0; color: #31445b; font-size: 18px; line-height: 1.6; }
.hg-hero-buttons { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.hg-document-link { display: inline-flex; align-items: center; gap: 9px; margin-top: 20px; color: var(--hg-navy-900); font-size: 12px; font-weight: 850; text-transform: uppercase; }
.hg-document-link:hover { color: var(--hg-gold-600); }
.hg-document-link .hg-icon { width: 18px; height: 18px; }
.hg-hero-image-wrap { position: relative; min-height: 620px; background: var(--hg-navy-950); overflow: hidden; }
.hg-hero-image { width: 100%; height: 100%; object-fit: cover; object-position: center 42%; }
.hg-hero-image-wrap::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(247,244,235,.2), transparent 23%, rgba(3,26,52,.08)); pointer-events: none; }
.hg-recognition-card { position: absolute; right: 5%; bottom: 26px; z-index: 3; width: min(360px, 88%); display: flex; gap: 14px; padding: 17px 20px; color: #fff; background: rgba(3,26,52,.93); border: 1px solid rgba(239,208,122,.45); border-radius: 8px; box-shadow: 0 18px 35px rgba(0,0,0,.25); }
.hg-recognition-card p { margin: 0; font-size: 12px; line-height: 1.5; }
.hg-recognition-icon { width: 42px; height: 42px; flex: 0 0 42px; padding: 8px; color: var(--hg-gold-500); border: 1px solid rgba(217,166,43,.6); border-radius: 50%; }

.hg-trust-strip { background: linear-gradient(90deg, var(--hg-navy-950), var(--hg-navy-900)); color: #fff; }
.hg-trust-grid { min-height: 82px; display: grid; grid-template-columns: repeat(5, 1fr); align-items: stretch; }
.hg-trust-item { display: flex; align-items: center; justify-content: center; gap: 12px; padding: 18px 22px; border-right: 1px solid rgba(255,255,255,.2); font-size: 12px; line-height: 1.45; }
.hg-trust-item:first-child { border-left: 1px solid rgba(255,255,255,.2); }
.hg-trust-item .hg-icon { width: 34px; height: 34px; flex-basis: 34px; color: var(--hg-gold-500); }

.hg-section { padding: 74px 0; }
.hg-programmes-section { background: linear-gradient(#fff, #fbfaf6); }
.hg-section-heading { max-width: 760px; margin: 0 auto 38px; text-align: center; }
.hg-section-heading-left { max-width: none; margin-left: 0; text-align: left; }
.hg-section-heading h2 { margin: 0; color: var(--hg-navy-950); font-family: var(--hg-serif); font-size: clamp(34px, 3vw, 48px); line-height: 1.13; }
.hg-section-heading h2::after { content: ''; display: block; width: 54px; height: 2px; margin: 17px auto 0; background: var(--hg-gold-500); }
.hg-section-heading-left h2::after { margin-left: 0; }
.hg-section-heading > p:last-child { margin: 15px auto 0; color: var(--hg-muted); }
.hg-programme-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; }
.hg-programme-card { display: flex; flex-direction: column; align-items: center; min-height: 350px; padding: 26px 20px 22px; text-align: center; background: #fff; border: 1px solid var(--hg-line); border-radius: 10px; box-shadow: 0 6px 20px rgba(3,26,52,.05); transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.hg-programme-card:hover { transform: translateY(-6px); border-color: rgba(217,166,43,.6); box-shadow: var(--hg-shadow); }
.hg-programme-icon { display: flex; width: 58px; height: 58px; align-items: center; justify-content: center; margin-bottom: 17px; padding: 14px; color: #fff; background: var(--hg-navy-900); border-radius: 50%; box-shadow: inset 0 0 0 3px rgba(255,255,255,.14); }
.hg-programme-card:nth-child(even) .hg-programme-icon { background: linear-gradient(135deg, #c48610, #e0ad3c); }
.hg-programme-card h3 { margin: 0; color: var(--hg-navy-950); font-size: 18px; }
.hg-programme-meta { margin: 5px 0 13px !important; color: var(--hg-navy-900) !important; font-size: 13px; font-weight: 800; }
.hg-programme-card p { margin: 0 0 16px; color: var(--hg-muted); font-size: 13px; }
.hg-programme-card a { margin-top: auto; padding: 8px 18px; color: var(--hg-navy-950); border: 1px solid #8c9aaa; border-radius: 4px; font-size: 11px; font-weight: 850; text-transform: uppercase; }
.hg-programme-card a:hover { color: #fff; border-color: var(--hg-gold-500); background: var(--hg-gold-500); }

.hg-reasons-section { padding-top: 26px; padding-bottom: 82px; background: #fbfaf6; }
.hg-reasons-grid { display: grid; grid-template-columns: repeat(8, 1fr); gap: 18px; }
.hg-reason { display: flex; flex-direction: column; align-items: center; gap: 11px; text-align: center; color: var(--hg-navy-950); font-size: 12px; line-height: 1.35; }
.hg-reason .hg-icon { width: 54px; height: 54px; flex-basis: 54px; padding: 12px; color: var(--hg-gold-600); background: #fff; border: 1px solid rgba(201,144,23,.28); border-radius: 50%; box-shadow: 0 8px 22px rgba(3,26,52,.07); }
.hg-reason strong { font-weight: 800; }

.hg-learning-section { display: grid; grid-template-columns: 45% 55%; min-height: 560px; background: var(--hg-navy-950); }
.hg-learning-copy { display: flex; align-items: center; padding: clamp(66px, 6vw, 110px) clamp(42px, 6vw, 118px); color: #fff; background: radial-gradient(circle at 15% 20%, rgba(217,166,43,.18), transparent 34%), linear-gradient(145deg, #031a34, #062a52); }
.hg-learning-copy-inner { max-width: 590px; }
.hg-learning-copy h2 { margin: 0; color: #fff; font-family: var(--hg-serif); font-size: clamp(36px, 3.6vw, 56px); line-height: 1.08; }
.hg-learning-copy p:not(.hg-eyebrow) { margin: 22px 0 28px; color: rgba(255,255,255,.82); }
.hg-learning-image { min-height: 560px; overflow: hidden; }
.hg-learning-image img { width: 100%; height: 100%; object-fit: cover; object-position: center 68%; }

.hg-leadership-section { background: #fff; }
.hg-leadership-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; }
.hg-leader-card { display: grid; grid-template-columns: 42% 58%; min-height: 390px; overflow: hidden; background: var(--hg-cream); border: 1px solid var(--hg-line); border-radius: var(--hg-radius); box-shadow: 0 10px 30px rgba(3,26,52,.08); }
.hg-leader-photo { min-height: 390px; background: #ddd; overflow: hidden; }
.hg-leader-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 24%; }
.hg-leader-copy { display: flex; flex-direction: column; justify-content: center; padding: 32px; }
.hg-leader-role { margin: 0 0 8px; color: var(--hg-gold-600); font-size: 11px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.hg-leader-copy h3 { margin: 0; color: var(--hg-navy-950); font-family: var(--hg-serif); font-size: 31px; line-height: 1.1; }
.hg-leader-copy p:last-child { margin: 18px 0 0; color: var(--hg-muted); font-size: 14px; }
.hg-center { margin-top: 34px; text-align: center; }

.hg-cta-strip { background: linear-gradient(135deg, #c48610, #e1ae3c); color: #fff; }
.hg-cta-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.hg-cta-item { display: flex; align-items: center; gap: 18px; min-height: 110px; padding: 22px 30px; border-right: 1px solid rgba(255,255,255,.35); }
.hg-cta-item:first-child { border-left: 1px solid rgba(255,255,255,.35); }
.hg-cta-item:hover { background: rgba(255,255,255,.09); color: #fff; }
.hg-cta-icon { width: 58px; height: 58px; flex: 0 0 58px; padding: 13px; border: 2px solid rgba(255,255,255,.8); border-radius: 50%; }
.hg-cta-item span:last-child { display: flex; flex-direction: column; }
.hg-cta-item strong { font-family: var(--hg-serif); font-size: 21px; }
.hg-cta-item small { margin-top: 4px; font-size: 12px; line-height: 1.4; opacity: .94; }

.hg-footer { color: rgba(255,255,255,.78); background: linear-gradient(145deg, var(--hg-navy-950), #052b54); }
.hg-footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr 1.35fr; gap: 34px; padding-top: 54px; padding-bottom: 42px; }
.hg-footer h2 { margin: 8px 0 0; color: #fff; font-family: var(--hg-serif); font-size: 22px; letter-spacing: .06em; }
.hg-footer h3 { margin: 0 0 18px; color: #fff; font-size: 13px; letter-spacing: .08em; text-transform: uppercase; }
.hg-footer p { margin: 0 0 10px; font-size: 12px; line-height: 1.6; }
.hg-footer-brand img { width: 78px; height: 64px; object-fit: contain; }
.hg-footer-school { color: var(--hg-gold-300); font-family: var(--hg-serif); font-size: 13px !important; letter-spacing: .16em; }
.hg-footer-motto { margin-bottom: 16px !important; color: var(--hg-gold-300); font-family: var(--hg-serif); font-style: italic; }
.hg-footer ul { list-style: none; margin: 0; padding: 0; }
.hg-footer li { margin-bottom: 8px; font-size: 12px; }
.hg-footer a:hover { color: var(--hg-gold-300); }
.hg-footer-contact p,
.hg-footer-contact a { display: flex; align-items: flex-start; gap: 9px; }
.hg-footer-contact .hg-icon { width: 17px; height: 17px; flex-basis: 17px; color: var(--hg-gold-500); margin-top: 2px; }
.hg-footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 25px; padding-top: 20px; padding-bottom: 22px; border-top: 1px solid rgba(255,255,255,.13); }
.hg-footer-bottom p { margin: 0; }
.hg-footer-bottom nav { display: flex; flex-wrap: wrap; gap: 18px; font-size: 11px; }

.hg-page-hero { padding: 70px 0; color: #fff; background: radial-gradient(circle at 80% 20%, rgba(217,166,43,.24), transparent 35%), linear-gradient(135deg, var(--hg-navy-950), var(--hg-navy-800)); }
.hg-page-hero h1 { margin: 0; font-family: var(--hg-serif); font-size: clamp(42px, 5vw, 66px); color: #fff; }
.hg-page-content { padding-top: 62px; padding-bottom: 78px; }
.hg-page-content h2,
.hg-page-content h3 { color: var(--hg-navy-950); font-family: var(--hg-serif); }
.hg-page-content a { color: var(--hg-gold-600); text-decoration: underline; }
.hg-page-content table { width: 100%; border-collapse: collapse; }
.hg-page-content th,
.hg-page-content td { padding: 12px; border: 1px solid var(--hg-line); text-align: left; }


/* v1.1 visual compatibility and live-site polish. */
body.hg-premium-site .hg-site-shell a.hg-btn,
body.hg-premium-site .hg-site-shell a.hg-btn:hover,
body.hg-premium-site .hg-site-shell a.hg-btn:focus { color: #fff; }
body.hg-premium-site .hg-site-shell a.hg-btn-outline-dark,
body.hg-premium-site .hg-site-shell a.hg-btn-outline-dark:hover,
body.hg-premium-site .hg-site-shell a.hg-btn-outline-dark:focus { color: var(--hg-navy-950); }
body.hg-premium-site .hg-footer a,
body.hg-premium-site .hg-topbar a,
body.hg-premium-site .hg-cta-item { color: inherit; }
body.hg-premium-site .hg-programme-card a { color: var(--hg-navy-950); }
body.hg-premium-site .hg-programme-card a:hover { color: #fff; }

/* Prevent the previous Astra/footer-builder footer from appearing below the premium footer. */
body.hg-premium-site #colophon,
body.hg-premium-site footer.site-footer:not(.hg-footer),
body.hg-premium-site .ast-footer-overlay,
body.hg-premium-site .site-above-footer-wrap,
body.hg-premium-site .site-primary-footer-wrap,
body.hg-premium-site .site-below-footer-wrap,
body.hg-premium-site .footer-adv-overlay,
body.hg-premium-site .elementor-location-footer { display: none !important; }

.hg-programme-icon svg,
.hg-recognition-icon svg,
.hg-cta-icon svg,
.hg-reason .hg-icon svg,
.hg-trust-item .hg-icon svg { display: block; }
.hg-recognition-card { backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); }
.hg-programme-card { position: relative; overflow: hidden; }
.hg-programme-card::before { content: ''; position: absolute; inset: 0 0 auto; height: 3px; opacity: 0; background: linear-gradient(90deg, var(--hg-navy-900), var(--hg-gold-500)); transition: opacity .2s ease; }
.hg-programme-card:hover::before { opacity: 1; }
.hg-leader-card { position: relative; }
.hg-leader-card::after { content: ''; position: absolute; inset: 0 auto 0 0; width: 4px; background: linear-gradient(var(--hg-gold-300), var(--hg-gold-600)); }
.hg-center .hg-btn { min-width: 220px; }

@media (max-width: 1180px) {
  .hg-navbar-inner { gap: 16px; }
  .hg-brand { min-width: 230px; }
  .hg-nav-list,
  .hg-main-nav .menu { gap: 17px; }
  .hg-nav-list a { font-size: 11px; }
  .hg-header-cta .hg-btn-navy { display: none; }
  .hg-programme-grid { grid-template-columns: repeat(3, 1fr); }
  .hg-programme-card:nth-child(4), .hg-programme-card:nth-child(5) { grid-column: span 1; }
  .hg-reasons-grid { grid-template-columns: repeat(4, 1fr); row-gap: 28px; }
  .hg-footer-grid { grid-template-columns: 1.4fr 1fr 1fr 1.3fr; }
  .hg-footer-grid > div:nth-child(4) { display: none; }
}

@media (max-width: 980px) {
  .admin-bar .hg-site-header { top: 46px; }
  .hg-topbar-address { display: none; }
  .hg-topbar-inner { justify-content: center; }
  .hg-main-nav, .hg-header-cta { display: none; }
  .hg-menu-toggle { display: inline-flex; margin-left: auto; }
  .hg-navbar-inner { min-height: 78px; }
  .hg-brand img { width: 64px; height: 54px; }
  .hg-brand-copy strong { font-size: 19px; }
  .hg-brand-copy > span { font-size: 12px; }

  .hg-site-header.is-scrolled .hg-navbar-inner { min-height: 66px; }
  .hg-site-header.is-scrolled .hg-brand img { width: 54px; height: 46px; }
  .hg-site-header.is-scrolled .hg-brand-copy strong { font-size: 16px; }
  .hg-site-header.is-scrolled .hg-brand-copy > span { font-size: 10px; }
  .hg-mobile-drawer { max-height: calc(100vh - 66px); }
  .hg-hero { grid-template-columns: 1fr; }
  .hg-hero-copy { padding: 64px 32px 52px; }
  .hg-hero-copy::after { display: none; }
  .hg-hero-copy-inner { margin-inline: auto; text-align: center; }
  .hg-hero-lead { margin-inline: auto; }
  .hg-hero-buttons { justify-content: center; }
  .hg-hero-image-wrap { min-height: 520px; }
  .hg-trust-grid { grid-template-columns: repeat(2, 1fr); }
  .hg-trust-item { border-bottom: 1px solid rgba(255,255,255,.18); }
  .hg-trust-item:last-child { grid-column: 1 / -1; }
  .hg-programme-grid { grid-template-columns: repeat(2, 1fr); }
  .hg-learning-section { grid-template-columns: 1fr; }
  .hg-learning-copy { padding: 62px 32px; }
  .hg-learning-copy-inner { margin-inline: auto; text-align: center; }
  .hg-learning-image { min-height: 470px; }
  .hg-leadership-grid { grid-template-columns: 1fr; }
  .hg-cta-grid { grid-template-columns: 1fr; }
  .hg-cta-item { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.3); }
  .hg-cta-item:first-child { border-left: 0; }
  .hg-footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .hg-footer-grid > div:nth-child(4) { display: block; }
  .hg-footer-contact { grid-column: 1 / -1; }
}

@media (max-width: 720px) {
  .hg-container { width: min(calc(100% - 28px), var(--hg-container)); }
  .hg-topbar-actions { gap: 13px; }
  .hg-topbar-actions a:nth-child(2) { display: none; }
  .hg-brand { min-width: 0; }
  .hg-brand-copy strong { font-size: 16px; }
  .hg-brand-copy > span { font-size: 10px; }
  .hg-brand-copy em { display: none; }
  .hg-hero h1 { font-size: clamp(40px, 11vw, 54px); line-height: 1.06; }
  .hg-hero-copy { padding: 52px 20px 42px; }
  .hg-hero-lead { font-size: 16px; }
  .hg-hero-buttons { display: grid; grid-template-columns: 1fr; }
  .hg-hero-image-wrap { min-height: 430px; }
  .hg-hero-image { object-position: 58% 45%; }
  .hg-recognition-card { right: 14px; left: 14px; bottom: 14px; width: auto; }
  .hg-trust-grid { grid-template-columns: 1fr; }
  .hg-trust-item, .hg-trust-item:first-child { justify-content: flex-start; border-left: 0; border-right: 0; }
  .hg-trust-item:last-child { grid-column: auto; }
  .hg-section { padding: 58px 0; }
  .hg-programme-grid { grid-template-columns: 1fr; }
  .hg-programme-card { min-height: 0; }
  .hg-reasons-grid { grid-template-columns: repeat(2, 1fr); }
  .hg-learning-copy h2 { font-size: 40px; }
  .hg-learning-image { min-height: 420px; }
  .hg-leader-card { grid-template-columns: 1fr; }
  .hg-leader-photo { min-height: 380px; max-height: 480px; }
  .hg-leader-copy { padding: 28px 24px; }
  .hg-cta-item { padding: 22px 12px; }
  .hg-footer-grid { grid-template-columns: 1fr 1fr; }
  .hg-footer-brand, .hg-footer-contact { grid-column: 1 / -1; }
  .hg-footer-bottom { align-items: flex-start; flex-direction: column; }
  .hg-mobile-actions { grid-template-columns: 1fr; }
}

@media (max-width: 420px) {
  .hg-brand img { width: 54px; height: 46px; }
  .hg-brand-copy > span { letter-spacing: .09em; }
  .hg-topbar { font-size: 11px; }
  .hg-hero-image-wrap { min-height: 390px; }
  .hg-recognition-card { padding: 13px 14px; }
  .hg-recognition-icon { width: 36px; height: 36px; flex-basis: 36px; }
  .hg-footer-grid { grid-template-columns: 1fr; }
  .hg-footer-brand, .hg-footer-contact { 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; }
}

/* --------------------------------------------------------------------------
   Premium Admissions Hub — v1.2.0
   -------------------------------------------------------------------------- */
.hg-admissions-page { background: #fff; }
.hg-admissions-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 10%, rgba(217,166,43,.18), transparent 26%),
    linear-gradient(135deg, #fff 0%, #f8f5ec 54%, #eef3f7 100%);
}
.hg-admissions-hero::before {
  content: '';
  position: absolute;
  inset: auto auto -180px -160px;
  width: 460px;
  height: 460px;
  border: 1px solid rgba(201,144,23,.2);
  border-radius: 50%;
  box-shadow: 0 0 0 42px rgba(201,144,23,.04), 0 0 0 88px rgba(201,144,23,.025);
  pointer-events: none;
}
.hg-admissions-hero-grid {
  min-height: 650px;
  display: grid;
  grid-template-columns: minmax(0, 52%) minmax(0, 48%);
  align-items: center;
  gap: clamp(36px, 5vw, 84px);
  padding-top: 70px;
  padding-bottom: 70px;
}
.hg-admissions-hero-copy { position: relative; z-index: 2; max-width: 690px; }
.hg-status-pill {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 22px;
  padding: 8px 13px;
  color: var(--hg-navy-900);
  background: rgba(255,255,255,.85);
  border: 1px solid rgba(6,42,82,.15);
  border-radius: 999px;
  box-shadow: 0 8px 24px rgba(3,26,52,.08);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .035em;
  text-transform: uppercase;
}
.hg-status-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #27a55d;
  box-shadow: 0 0 0 5px rgba(39,165,93,.13);
}
.hg-admissions-hero h1 {
  max-width: 720px;
  margin: 0;
  color: var(--hg-navy-950);
  font-family: var(--hg-serif);
  font-size: clamp(48px, 5vw, 76px);
  line-height: 1.01;
  letter-spacing: -.035em;
}
.hg-admissions-lead {
  max-width: 620px;
  margin: 24px 0 0;
  color: #40536a;
  font-size: 18px;
  line-height: 1.7;
}
.hg-admissions-notice {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  max-width: 610px;
  margin-top: 24px;
  padding: 14px 16px;
  color: #42536a;
  background: rgba(255,255,255,.72);
  border-left: 3px solid var(--hg-gold-500);
  border-radius: 0 8px 8px 0;
}
.hg-admissions-notice .hg-icon { color: var(--hg-gold-600); margin-top: 2px; }
.hg-admissions-notice p { margin: 0; font-size: 13px; line-height: 1.55; }
.hg-admissions-hero-visual { position: relative; min-height: 530px; }
.hg-admissions-image-frame {
  position: absolute;
  inset: 0 0 28px 30px;
  overflow: hidden;
  background: linear-gradient(145deg, var(--hg-navy-950), var(--hg-navy-800));
  border: 9px solid rgba(255,255,255,.82);
  border-radius: 42% 12px 42% 12px;
  box-shadow: 0 28px 70px rgba(3,26,52,.22);
}
.hg-admissions-image-frame::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 65%, rgba(3,26,52,.14));
  pointer-events: none;
}
.hg-admissions-image-frame img { width: 100%; height: 100%; object-fit: cover; object-position: center 36%; }
.hg-admissions-contact-card {
  position: absolute;
  right: -10px;
  bottom: 0;
  z-index: 3;
  width: min(360px, 86%);
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 17px 19px;
  color: #fff;
  background: rgba(3,26,52,.96);
  border: 1px solid rgba(239,208,122,.5);
  border-radius: 10px;
  box-shadow: 0 20px 42px rgba(3,26,52,.3);
}
.hg-admissions-contact-card > .hg-icon {
  width: 42px;
  height: 42px;
  flex-basis: 42px;
  padding: 9px;
  color: var(--hg-gold-300);
  border: 1px solid rgba(239,208,122,.55);
  border-radius: 50%;
}
.hg-admissions-contact-card div { display: flex; flex-direction: column; }
.hg-admissions-contact-card strong { font-size: 13px; }
.hg-admissions-contact-card a { color: var(--hg-gold-300); font-size: 12px; }

.hg-admissions-shortcuts { position: relative; z-index: 5; margin-top: -1px; background: var(--hg-navy-950); color: #fff; }
.hg-admissions-shortcut-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.hg-admissions-shortcut-grid > a {
  min-height: 112px;
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 22px 25px;
  color: #fff;
  border-right: 1px solid rgba(255,255,255,.16);
  transition: background .18s ease;
}
.hg-admissions-shortcut-grid > a:first-child { border-left: 1px solid rgba(255,255,255,.16); }
.hg-admissions-shortcut-grid > a:hover { color: #fff; background: rgba(255,255,255,.07); }
.hg-admissions-shortcut-grid .hg-icon {
  width: 42px;
  height: 42px;
  flex-basis: 42px;
  padding: 9px;
  color: var(--hg-gold-500);
  border: 1px solid rgba(217,166,43,.45);
  border-radius: 50%;
}
.hg-admissions-shortcut-grid a > span:last-child { display: flex; flex-direction: column; }
.hg-admissions-shortcut-grid strong { font-size: 14px; }
.hg-admissions-shortcut-grid small { margin-top: 3px; color: rgba(255,255,255,.7); font-size: 11px; }

.hg-admissions-programmes { background: linear-gradient(180deg, #fff, #fbfaf6); }
.hg-admissions-programme-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 16px; }
.hg-admissions-programme-card {
  position: relative;
  min-height: 310px;
  overflow: hidden;
  padding: 25px 22px;
  background: #fff;
  border: 1px solid var(--hg-line);
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(3,26,52,.055);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.hg-admissions-programme-card::after {
  content: '';
  position: absolute;
  right: -58px;
  bottom: -58px;
  width: 130px;
  height: 130px;
  background: rgba(217,166,43,.07);
  border-radius: 50%;
}
.hg-admissions-programme-card:hover { transform: translateY(-6px); border-color: rgba(217,166,43,.5); box-shadow: var(--hg-shadow); }
.hg-admissions-programme-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  margin-bottom: 22px;
  padding: 14px;
  color: #fff;
  background: var(--hg-navy-900);
  border-radius: 16px;
  box-shadow: 0 12px 24px rgba(6,42,82,.18);
}
.hg-admissions-programme-icon svg { width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 1.75; stroke-linecap: round; stroke-linejoin: round; }
.hg-admissions-programme-card:nth-child(even) .hg-admissions-programme-icon { background: linear-gradient(135deg, #c48610, #e0ad3c); }
.hg-admissions-programme-card .hg-programme-meta { margin: 0 0 6px !important; color: var(--hg-gold-600) !important; }
.hg-admissions-programme-card h3 { position: relative; z-index: 2; margin: 0; color: var(--hg-navy-950); font-family: var(--hg-serif); font-size: 25px; line-height: 1.1; }
.hg-admissions-programme-card p:last-child { position: relative; z-index: 2; margin: 15px 0 0; color: var(--hg-muted); font-size: 13px; }

.hg-admissions-process { color: #fff; background: linear-gradient(145deg, var(--hg-navy-950), #073665); }
.hg-admissions-process .hg-section-heading h2 { color: #fff; }
.hg-admissions-process .hg-section-heading > p:last-child { color: rgba(255,255,255,.72); }
.hg-admissions-step-grid { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.hg-admissions-step-grid::before {
  content: '';
  position: absolute;
  left: 8%;
  right: 8%;
  top: 42px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(239,208,122,.65), transparent);
}
.hg-admissions-step {
  position: relative;
  z-index: 2;
  min-height: 280px;
  padding: 25px;
  background: rgba(255,255,255,.055);
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 12px;
  backdrop-filter: blur(5px);
}
.hg-admissions-step-top { display: flex; align-items: center; justify-content: space-between; }
.hg-admissions-step-number { color: rgba(255,255,255,.22); font-family: var(--hg-serif); font-size: 54px; font-weight: 700; line-height: 1; }
.hg-admissions-step-icon {
  display: flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  padding: 11px;
  color: var(--hg-gold-300);
  border: 1px solid rgba(239,208,122,.45);
  border-radius: 50%;
}
.hg-admissions-step-icon svg { width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.hg-admissions-step h3 { margin: 24px 0 0; color: #fff; font-family: var(--hg-serif); font-size: 23px; }
.hg-admissions-step p { margin: 13px 0 0; color: rgba(255,255,255,.72); font-size: 13px; }

.hg-admissions-documents { background: #fbfaf6; }
.hg-admissions-documents-grid { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(320px, .7fr); gap: clamp(40px, 6vw, 90px); align-items: center; }
.hg-admissions-documents-copy h2,
.hg-admissions-faq h2 { margin: 0; color: var(--hg-navy-950); font-family: var(--hg-serif); font-size: clamp(38px, 3.3vw, 53px); line-height: 1.1; }
.hg-admissions-documents-copy > p:not(.hg-eyebrow),
.hg-admissions-faq-grid > div:first-child > p:not(.hg-eyebrow) { color: var(--hg-muted); }
.hg-check-list { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 13px 22px; margin: 28px 0 0; padding: 0; list-style: none; }
.hg-check-list li { display: flex; align-items: flex-start; gap: 10px; color: #33465c; font-size: 13px; }
.hg-check-list .hg-icon { width: 21px; height: 21px; flex-basis: 21px; color: var(--hg-gold-600); margin-top: 1px; }
.hg-admissions-help-card {
  position: relative;
  overflow: hidden;
  padding: 36px;
  color: #fff;
  background: linear-gradient(145deg, var(--hg-navy-950), var(--hg-navy-800));
  border-radius: 16px;
  box-shadow: 0 24px 54px rgba(3,26,52,.2);
}
.hg-admissions-help-card::after {
  content: '';
  position: absolute;
  right: -90px;
  bottom: -90px;
  width: 220px;
  height: 220px;
  border: 1px solid rgba(239,208,122,.22);
  border-radius: 50%;
  box-shadow: 0 0 0 28px rgba(239,208,122,.04), 0 0 0 56px rgba(239,208,122,.025);
}
.hg-admissions-help-card > * { position: relative; z-index: 2; }
.hg-admissions-help-icon { display: flex; width: 58px; height: 58px; padding: 13px; color: var(--hg-gold-300); border: 1px solid rgba(239,208,122,.45); border-radius: 50%; }
.hg-admissions-help-icon svg { width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.hg-admissions-help-card .hg-eyebrow { margin-top: 22px; color: var(--hg-gold-300); }
.hg-admissions-help-card h3 { margin: 0; color: #fff; font-family: var(--hg-serif); font-size: 30px; line-height: 1.15; }
.hg-admissions-help-card > p:not(.hg-eyebrow) { color: rgba(255,255,255,.75); font-size: 13px; }
.hg-admissions-help-card .hg-btn { margin-top: 10px; background: var(--hg-gold-500); }
.hg-admissions-email { display: block; margin-top: 16px; color: var(--hg-gold-300); font-size: 12px; }

.hg-admissions-support { background: #fff; }
.hg-admissions-support-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.hg-admissions-support-grid article { padding: 29px 25px; background: #fff; border-top: 3px solid var(--hg-gold-500); box-shadow: 0 12px 34px rgba(3,26,52,.085); }
.hg-admissions-support-grid .hg-icon { width: 46px; height: 46px; color: var(--hg-gold-600); }
.hg-admissions-support-grid h3 { margin: 18px 0 0; color: var(--hg-navy-950); font-family: var(--hg-serif); font-size: 22px; line-height: 1.15; }
.hg-admissions-support-grid p { margin: 12px 0 0; color: var(--hg-muted); font-size: 13px; }

.hg-admissions-faq { background: linear-gradient(180deg, #f9fafb, #fff); }
.hg-admissions-faq-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(50px, 7vw, 110px); align-items: start; }
.hg-admissions-faq-grid .hg-btn { margin-top: 20px; }
.hg-faq-list { display: grid; gap: 12px; }
.hg-faq-list details { background: #fff; border: 1px solid var(--hg-line); border-radius: 10px; box-shadow: 0 6px 18px rgba(3,26,52,.045); }
.hg-faq-list summary {
  position: relative;
  padding: 19px 52px 19px 21px;
  color: var(--hg-navy-950);
  font-weight: 800;
  cursor: pointer;
  list-style: none;
}
.hg-faq-list summary::-webkit-details-marker { display: none; }
.hg-faq-list summary::after { content: '+'; position: absolute; right: 20px; top: 50%; transform: translateY(-50%); color: var(--hg-gold-600); font-family: var(--hg-serif); font-size: 28px; font-weight: 400; }
.hg-faq-list details[open] summary::after { content: '−'; }
.hg-faq-list details p { margin: 0; padding: 0 21px 20px; color: var(--hg-muted); font-size: 13px; }

.hg-admissions-editor-content { padding-top: 0; background: #fff; }
.hg-admissions-final-cta { color: #fff; background: radial-gradient(circle at 85% 20%, rgba(217,166,43,.2), transparent 30%), linear-gradient(135deg, #031a34, #073665); }
.hg-admissions-final-grid { min-height: 250px; display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(300px, .6fr); align-items: center; gap: 40px; }
.hg-admissions-final-grid h2 { max-width: 820px; margin: 0; color: #fff; font-family: var(--hg-serif); font-size: clamp(36px, 3.7vw, 58px); line-height: 1.08; }
.hg-admissions-final-actions { display: flex; justify-content: flex-end; flex-wrap: wrap; gap: 12px; }

@media (max-width: 1120px) {
  .hg-admissions-hero-grid { grid-template-columns: 1fr 1fr; }
  .hg-admissions-programme-grid { grid-template-columns: repeat(3, 1fr); }
  .hg-admissions-programme-card:nth-last-child(-n+2) { grid-column: span 1; }
  .hg-admissions-step-grid { grid-template-columns: repeat(2, 1fr); }
  .hg-admissions-step-grid::before { display: none; }
  .hg-admissions-support-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 900px) {
  .hg-admissions-hero-grid { grid-template-columns: 1fr; min-height: 0; padding-top: 54px; }
  .hg-admissions-hero-copy { max-width: 760px; }
  .hg-admissions-hero-visual { min-height: 560px; }
  .hg-admissions-image-frame { inset: 0 6% 28px 6%; }
  .hg-admissions-contact-card { right: 4%; }
  .hg-admissions-shortcut-grid { grid-template-columns: repeat(2, 1fr); }
  .hg-admissions-shortcut-grid > a:nth-child(2) { border-right: 0; }
  .hg-admissions-shortcut-grid > a:nth-child(n+3) { border-top: 1px solid rgba(255,255,255,.16); }
  .hg-admissions-programme-grid { grid-template-columns: repeat(2, 1fr); }
  .hg-admissions-documents-grid,
  .hg-admissions-faq-grid,
  .hg-admissions-final-grid { grid-template-columns: 1fr; }
  .hg-admissions-final-grid { padding-top: 56px; padding-bottom: 56px; }
  .hg-admissions-final-actions { justify-content: flex-start; }
}

@media (max-width: 620px) {
  .hg-admissions-hero-grid { padding-top: 42px; padding-bottom: 45px; }
  .hg-admissions-hero h1 { font-size: clamp(42px, 13vw, 58px); }
  .hg-admissions-lead { font-size: 16px; }
  .hg-admissions-hero-visual { min-height: 430px; }
  .hg-admissions-image-frame { inset: 0 0 20px; border-width: 6px; border-radius: 28% 10px 28% 10px; }
  .hg-admissions-contact-card { right: 0; bottom: -2px; width: 94%; }
  .hg-admissions-shortcut-grid { grid-template-columns: 1fr; }
  .hg-admissions-shortcut-grid > a { min-height: 88px; border-right: 0; border-left: 0 !important; border-top: 1px solid rgba(255,255,255,.14); }
  .hg-admissions-programme-grid,
  .hg-admissions-step-grid,
  .hg-admissions-support-grid,
  .hg-check-list { grid-template-columns: 1fr; }
  .hg-admissions-programme-card { min-height: 0; }
  .hg-admissions-step { min-height: 0; }
  .hg-admissions-help-card { padding: 28px; }
  .hg-admissions-final-actions { display: grid; grid-template-columns: 1fr; }
}

/* =========================================================
   Premium Academics Hub — v1.3.1
   ========================================================= */
.hg-academics-hero {
  overflow: hidden;
  background:
    radial-gradient(circle at 6% 10%, rgba(217,166,43,.12), transparent 26%),
    linear-gradient(110deg, #fbfaf6 0%, #fff 55%, #f2f6fa 100%);
}
.hg-academics-hero-grid {
  min-height: 650px;
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  gap: clamp(40px, 6vw, 96px);
  align-items: center;
  padding-top: 62px;
  padding-bottom: 62px;
}
.hg-academics-hero-copy { position: relative; z-index: 2; }
.hg-academics-hero h1 {
  max-width: 760px;
  margin: 10px 0 0;
  color: var(--hg-navy-950);
  font-family: var(--hg-serif);
  font-size: clamp(48px, 5.1vw, 76px);
  font-weight: 700;
  line-height: .98;
  letter-spacing: -.025em;
}
.hg-academics-lead { max-width: 680px; margin: 27px 0 0; color: #41546a; font-size: 18px; line-height: 1.75; }
.hg-academics-hero-note { max-width: 650px; display: flex; align-items: flex-start; gap: 13px; margin-top: 27px; padding: 17px 19px; background: rgba(255,255,255,.74); border: 1px solid rgba(6,42,82,.1); border-left: 3px solid var(--hg-gold-500); box-shadow: 0 10px 28px rgba(3,26,52,.06); }
.hg-academics-hero-note .hg-icon { width: 28px; height: 28px; flex-basis: 28px; color: var(--hg-gold-600); }
.hg-academics-hero-note p { margin: 0; color: var(--hg-navy-900); font-size: 13px; font-weight: 700; }
.hg-academics-hero-visual { position: relative; min-height: 550px; }
.hg-academics-hero-visual::before { content: ''; position: absolute; inset: 8% 1% 2% 17%; border: 1px solid rgba(217,166,43,.35); border-radius: 170px 18px 170px 18px; transform: rotate(3deg); }
.hg-academics-hero-image { position: absolute; inset: 0 7% 28px 5%; overflow: hidden; border: 9px solid #fff; border-radius: 170px 18px 170px 18px; box-shadow: 0 30px 65px rgba(3,26,52,.2); }
.hg-academics-hero-image img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 42%; }
.hg-academics-quote-card { position: absolute; right: 0; bottom: 0; width: min(390px, 78%); display: flex; gap: 15px; align-items: flex-start; padding: 24px 26px; color: #fff; background: linear-gradient(140deg, var(--hg-navy-950), #073665); border: 1px solid rgba(239,208,122,.3); border-radius: 12px; box-shadow: 0 18px 44px rgba(3,26,52,.24); }
.hg-academics-quote-card .hg-icon { width: 38px; height: 38px; flex-basis: 38px; color: var(--hg-gold-300); }
.hg-academics-quote-card p { margin: 0; font-family: var(--hg-serif); font-size: 20px; font-weight: 700; line-height: 1.35; }

.hg-academics-trust { color: #fff; background: linear-gradient(90deg, var(--hg-navy-950), var(--hg-navy-800)); border-top: 1px solid rgba(239,208,122,.2); }
.hg-academics-trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.hg-academics-trust-grid > div { min-height: 116px; display: grid; grid-template-columns: 44px 1fr; column-gap: 14px; align-content: center; padding: 20px 28px; border-right: 1px solid rgba(255,255,255,.14); }
.hg-academics-trust-grid > div:first-child { border-left: 1px solid rgba(255,255,255,.14); }
.hg-academics-trust-grid .hg-icon { grid-row: 1 / span 2; width: 42px; height: 42px; color: var(--hg-gold-400); }
.hg-academics-trust-grid strong { color: #fff; font-size: 13px; }
.hg-academics-trust-grid small { display: block; color: rgba(255,255,255,.65); font-size: 11px; line-height: 1.45; }

.hg-academics-journey { background: #fff; }
.hg-academics-journey-grid { display: grid; gap: 15px; }
.hg-academics-stage { display: grid; grid-template-columns: 82px 1fr; min-height: 190px; overflow: hidden; background: #fff; border: 1px solid var(--hg-line); border-radius: 12px; box-shadow: 0 10px 30px rgba(3,26,52,.055); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.hg-academics-stage:hover { transform: translateY(-4px); border-color: rgba(217,166,43,.55); box-shadow: var(--hg-shadow); }
.hg-academics-stage-rail { display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,.65); background: linear-gradient(180deg, var(--hg-navy-950), #073665); }
.hg-academics-stage-rail span { writing-mode: vertical-rl; transform: rotate(180deg); font-family: var(--hg-serif); font-size: 39px; font-weight: 700; letter-spacing: .08em; }
.hg-academics-stage-body { display: grid; grid-template-columns: 68px minmax(175px, .62fr) minmax(0, 1.38fr); gap: 28px; align-items: center; padding: 28px 36px; }
.hg-academics-stage-icon { display: flex; align-items: center; justify-content: center; width: 62px; height: 62px; padding: 14px; color: #fff; background: var(--hg-gold-500); border-radius: 50%; box-shadow: 0 12px 24px rgba(217,166,43,.24); }
.hg-academics-stage:nth-child(even) .hg-academics-stage-icon { background: var(--hg-navy-900); }
.hg-academics-stage-icon svg { width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.hg-academics-stage-name,
.hg-academics-stage-copy { min-width: 0; }
.hg-academics-stage .hg-programme-meta { margin: 0; color: var(--hg-gold-600); font-size: 11px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.hg-academics-stage h3 { margin: 7px 0 0; color: var(--hg-navy-950); font-family: var(--hg-serif); font-size: 29px; line-height: 1.05; }
.hg-academics-stage h4 { margin: 0; color: var(--hg-navy-900); font-family: var(--hg-serif); font-size: 23px; line-height: 1.2; }
.hg-academics-stage-copy p { max-width: 720px; margin: 12px 0 0; color: var(--hg-muted); font-size: 14px; line-height: 1.65; }

.hg-academics-pillars { background: #f7f8fa; }
.hg-academics-pillar-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.hg-academics-pillar-grid article { min-height: 235px; padding: 30px; background: #fff; border-top: 4px solid var(--hg-gold-500); box-shadow: 0 12px 34px rgba(3,26,52,.07); }
.hg-academics-pillar-grid article:nth-child(even) { border-top-color: var(--hg-navy-800); }
.hg-academics-pillar-grid .hg-icon { width: 49px; height: 49px; color: var(--hg-gold-600); }
.hg-academics-pillar-grid article:nth-child(even) .hg-icon { color: var(--hg-navy-800); }
.hg-academics-pillar-grid h3 { margin: 20px 0 0; color: var(--hg-navy-950); font-family: var(--hg-serif); font-size: 24px; line-height: 1.15; }
.hg-academics-pillar-grid p { margin: 13px 0 0; color: var(--hg-muted); font-size: 13px; }

.hg-academics-method { color: #fff; background: linear-gradient(145deg, var(--hg-navy-950), #073665); }
.hg-academics-method-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(48px, 7vw, 110px); align-items: center; }
.hg-academics-method-copy h2 { margin: 0; color: #fff; font-family: var(--hg-serif); font-size: clamp(40px, 4vw, 60px); line-height: 1.08; }
.hg-academics-method-copy > p:not(.hg-eyebrow) { color: rgba(255,255,255,.72); }
.hg-academics-method-copy .hg-btn { margin-top: 20px; }
.hg-academics-cycle { display: grid; gap: 12px; }
.hg-academics-cycle article { display: grid; grid-template-columns: 76px 1fr; gap: 20px; align-items: center; padding: 21px 23px; background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.14); border-radius: 10px; }
.hg-academics-cycle article > span { color: var(--hg-gold-300); font-family: var(--hg-serif); font-size: 38px; font-weight: 700; }
.hg-academics-cycle h3 { margin: 0; color: #fff; font-family: var(--hg-serif); font-size: 23px; }
.hg-academics-cycle p { margin: 7px 0 0; color: rgba(255,255,255,.7); font-size: 12px; }

.hg-academics-language { background: #fbfaf6; }
.hg-academics-language-grid { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(330px, .75fr); gap: 28px; }
.hg-academics-language-panel { padding: clamp(36px, 5vw, 68px); background: #fff; border: 1px solid var(--hg-line); border-radius: 14px; box-shadow: 0 14px 38px rgba(3,26,52,.07); }
.hg-academics-language-panel h2 { max-width: 760px; margin: 0; color: var(--hg-navy-950); font-family: var(--hg-serif); font-size: clamp(39px, 3.8vw, 57px); line-height: 1.08; }
.hg-academics-language-panel > p:not(.hg-eyebrow) { color: var(--hg-muted); }
.hg-language-tags { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 28px; }
.hg-language-tags span { padding: 9px 13px; color: var(--hg-navy-900); background: rgba(217,166,43,.1); border: 1px solid rgba(217,166,43,.3); border-radius: 999px; font-size: 11px; font-weight: 800; }
.hg-academics-language-side { padding: 38px; color: #fff; background: linear-gradient(145deg, #c38511, #e1ac38); border-radius: 14px; box-shadow: 0 18px 42px rgba(179,118,9,.2); }
.hg-academics-language-side .hg-icon { width: 61px; height: 61px; color: #fff; }
.hg-academics-language-side h3 { margin: 24px 0 0; color: #fff; font-family: var(--hg-serif); font-size: 31px; line-height: 1.1; }
.hg-academics-language-side p { color: rgba(255,255,255,.86); font-size: 13px; }

.hg-academics-assessment { background: #fff; }
.hg-academics-assessment-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.hg-academics-assessment-grid article { min-height: 255px; padding: 28px 25px; border: 1px solid var(--hg-line); border-radius: 12px; box-shadow: 0 8px 26px rgba(3,26,52,.045); }
.hg-academics-assessment-grid .hg-icon { width: 48px; height: 48px; color: var(--hg-gold-600); }
.hg-academics-assessment-grid h3 { margin: 20px 0 0; color: var(--hg-navy-950); font-family: var(--hg-serif); font-size: 23px; line-height: 1.15; }
.hg-academics-assessment-grid p { margin: 13px 0 0; color: var(--hg-muted); font-size: 13px; }

.hg-academics-digital { color: #fff; background: linear-gradient(135deg, #041f3f, #073665); }
.hg-academics-digital-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(45px, 7vw, 100px); align-items: center; }
.hg-academics-digital h2 { margin: 0; color: #fff; font-family: var(--hg-serif); font-size: clamp(39px, 3.8vw, 57px); line-height: 1.08; }
.hg-academics-digital p { color: rgba(255,255,255,.72); }
.hg-academics-digital-features { display: grid; grid-template-columns: repeat(2, 1fr); gap: 13px; }
.hg-academics-digital-features > div { min-height: 124px; display: flex; gap: 14px; align-items: center; padding: 21px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.14); border-radius: 10px; }
.hg-academics-digital-features .hg-icon { width: 40px; height: 40px; flex-basis: 40px; color: var(--hg-gold-300); }
.hg-academics-digital-features strong { color: #fff; font-size: 13px; line-height: 1.45; }
.hg-academics-editor-content { padding-top: 0; }

.hg-academics-final-cta { color: #fff; background: radial-gradient(circle at 10% 15%, rgba(217,166,43,.23), transparent 32%), linear-gradient(135deg, #031a34, #073665); }
.hg-academics-final-grid { min-height: 300px; display: grid; grid-template-columns: 1.25fr .75fr; gap: 42px; align-items: center; }
.hg-academics-final-grid h2 { max-width: 800px; margin: 0; color: #fff; font-family: var(--hg-serif); font-size: clamp(39px, 4vw, 61px); line-height: 1.06; }
.hg-academics-final-grid p:not(.hg-eyebrow) { color: rgba(255,255,255,.73); }
.hg-academics-final-actions { display: flex; justify-content: flex-end; flex-wrap: wrap; gap: 12px; }

@media (max-width: 1120px) {
  .hg-academics-stage-body { grid-template-columns: 64px minmax(150px, .68fr) minmax(0, 1.32fr); gap: 21px; padding-left: 27px; padding-right: 27px; }
  .hg-academics-stage h3 { font-size: 26px; }
  .hg-academics-stage h4 { font-size: 21px; }
  .hg-academics-assessment-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 900px) {
  .hg-academics-hero-grid,
  .hg-academics-method-grid,
  .hg-academics-language-grid,
  .hg-academics-digital-grid,
  .hg-academics-final-grid { grid-template-columns: 1fr; }
  .hg-academics-hero-grid { min-height: 0; padding-top: 50px; }
  .hg-academics-hero-copy { max-width: 760px; }
  .hg-academics-hero-visual { min-height: 570px; }
  .hg-academics-trust-grid { grid-template-columns: repeat(2, 1fr); }
  .hg-academics-trust-grid > div:nth-child(2) { border-right: 0; }
  .hg-academics-trust-grid > div:nth-child(n+3) { border-top: 1px solid rgba(255,255,255,.14); }
  .hg-academics-stage-body { grid-template-columns: 64px 1fr; align-items: start; }
  .hg-academics-stage-icon { grid-column: 1; grid-row: 1; }
  .hg-academics-stage-name { grid-column: 2; grid-row: 1; align-self: center; }
  .hg-academics-stage-copy { grid-column: 1 / -1; grid-row: 2; padding-top: 3px; }
  .hg-academics-pillar-grid { grid-template-columns: repeat(2, 1fr); }
  .hg-academics-final-grid { padding-top: 58px; padding-bottom: 58px; }
  .hg-academics-final-actions { justify-content: flex-start; }
}
@media (max-width: 620px) {
  .hg-academics-hero h1 { font-size: clamp(42px, 13vw, 59px); }
  .hg-academics-lead { font-size: 16px; }
  .hg-academics-hero-visual { min-height: 440px; }
  .hg-academics-hero-image { inset: 0 0 30px; border-width: 6px; border-radius: 100px 12px 100px 12px; }
  .hg-academics-quote-card { width: 94%; right: 0; padding: 19px; }
  .hg-academics-quote-card p { font-size: 17px; }
  .hg-academics-trust-grid,
  .hg-academics-pillar-grid,
  .hg-academics-assessment-grid,
  .hg-academics-digital-features { grid-template-columns: 1fr; }
  .hg-academics-trust-grid > div { border-right: 0; border-left: 0 !important; border-top: 1px solid rgba(255,255,255,.14); }
  .hg-academics-stage { grid-template-columns: 52px 1fr; }
  .hg-academics-stage-rail span { font-size: 30px; }
  .hg-academics-stage-body { grid-template-columns: 54px 1fr; gap: 14px; padding: 22px 18px; }
  .hg-academics-stage-icon { width: 52px; height: 52px; padding: 12px; }
  .hg-academics-cycle article { grid-template-columns: 58px 1fr; padding: 17px; }
  .hg-academics-language-panel,
  .hg-academics-language-side { padding: 28px; }
  .hg-academics-final-actions { display: grid; grid-template-columns: 1fr; }
}

/* ================================================================
   PREMIUM ABOUT HUB — v1.4.0
   ================================================================ */
.hg-about-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(74px, 7vw, 112px) 0;
  background:
    radial-gradient(circle at 12% 18%, rgba(217,166,43,.14), transparent 31%),
    linear-gradient(135deg, #fff 0%, #f8f5ec 52%, #eef3f8 100%);
}
.hg-about-hero::after {
  content: '';
  position: absolute;
  width: 520px;
  height: 520px;
  right: -210px;
  bottom: -310px;
  border: 1px solid rgba(6,42,82,.08);
  border-radius: 50%;
  box-shadow: 0 0 0 74px rgba(6,42,82,.025), 0 0 0 148px rgba(217,166,43,.025);
  pointer-events: none;
}
.hg-about-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(390px, .92fr);
  gap: clamp(44px, 6vw, 88px);
  align-items: center;
}
.hg-about-hero-copy h1 {
  max-width: 760px;
  margin: 0;
  color: var(--hg-navy-950);
  font-family: var(--hg-serif);
  font-size: clamp(47px, 5vw, 72px);
  line-height: 1.03;
  letter-spacing: -.025em;
}
.hg-about-lead {
  max-width: 700px;
  margin: 24px 0 0;
  color: #40536a;
  font-size: 18px;
  line-height: 1.7;
}
.hg-about-identity-card {
  position: relative;
  display: grid;
  grid-template-columns: 42% 58%;
  min-height: 480px;
  overflow: hidden;
  color: #fff;
  background: linear-gradient(145deg, var(--hg-navy-950), var(--hg-navy-800));
  border: 1px solid rgba(217,166,43,.35);
  border-radius: 22px;
  box-shadow: 0 30px 70px rgba(3,26,52,.22);
}
.hg-about-identity-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 25% 25%, rgba(217,166,43,.2), transparent 35%);
  pointer-events: none;
}
.hg-about-identity-card > img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  padding: 42px 18px 42px 34px;
  object-fit: contain;
  filter: drop-shadow(0 14px 24px rgba(0,0,0,.25));
}
.hg-about-identity-copy {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 44px 38px 44px 16px;
}
.hg-about-identity-copy h2 {
  margin: 0 0 22px;
  color: #fff;
  font-family: var(--hg-serif);
  font-size: clamp(29px, 2.7vw, 42px);
  line-height: 1.08;
}
.hg-about-identity-copy dl { margin: 0; }
.hg-about-identity-copy dl > div {
  display: grid;
  grid-template-columns: 105px 1fr;
  gap: 13px;
  padding: 11px 0;
  border-top: 1px solid rgba(255,255,255,.14);
}
.hg-about-identity-copy dt {
  color: var(--hg-gold-300);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.hg-about-identity-copy dd { margin: 0; color: #fff; font-size: 13px; }

.hg-about-trust { color: #fff; background: linear-gradient(90deg, var(--hg-navy-950), #073766); }
.hg-about-trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.hg-about-trust-grid > div {
  display: grid;
  grid-template-columns: 45px 1fr;
  grid-template-rows: auto auto;
  column-gap: 14px;
  align-content: center;
  min-height: 104px;
  padding: 20px 26px;
  border-right: 1px solid rgba(255,255,255,.17);
}
.hg-about-trust-grid > div:first-child { border-left: 1px solid rgba(255,255,255,.17); }
.hg-about-trust-grid .hg-icon {
  grid-row: 1 / 3;
  width: 42px;
  height: 42px;
  flex-basis: 42px;
  padding: 9px;
  color: var(--hg-gold-500);
  border: 1px solid rgba(217,166,43,.5);
  border-radius: 50%;
}
.hg-about-trust-grid strong { align-self: end; color: #fff; font-size: 13px; }
.hg-about-trust-grid small { color: rgba(255,255,255,.7); font-size: 11px; }

.hg-about-story { background: #fff; }
.hg-about-story-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(380px, .84fr);
  gap: clamp(52px, 7vw, 104px);
  align-items: center;
}
.hg-about-story-copy h2,
.hg-about-purpose-card h2,
.hg-about-governance-copy h2,
.hg-about-final-grid h2 {
  margin: 0;
  font-family: var(--hg-serif);
  line-height: 1.1;
}
.hg-about-story-copy h2 { color: var(--hg-navy-950); font-size: clamp(38px, 4vw, 56px); }
.hg-about-story-copy > p:not(.hg-eyebrow) { margin: 19px 0 0; color: var(--hg-muted); font-size: 16px; }
.hg-about-story-copy > p:nth-of-type(4) {
  padding: 18px 20px;
  color: var(--hg-navy-950);
  background: #f6f2e7;
  border-left: 4px solid var(--hg-gold-500);
  border-radius: 0 8px 8px 0;
  font-weight: 700;
}
.hg-about-story-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 22px; margin-top: 28px; }
.hg-about-story-actions .hg-document-link { margin: 0; }
.hg-about-story-visual {
  position: relative;
  min-height: 600px;
  overflow: hidden;
  background: #e8ebef;
  border-radius: 22px;
  box-shadow: var(--hg-shadow);
}
.hg-about-story-visual > img { width: 100%; height: 100%; min-height: 600px; object-fit: cover; object-position: center 25%; }
.hg-about-story-badge {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  display: grid;
  grid-template-columns: 44px 1fr;
  grid-template-rows: auto auto;
  column-gap: 14px;
  padding: 18px 20px;
  color: #fff;
  background: rgba(3,26,52,.93);
  border: 1px solid rgba(239,208,122,.45);
  border-radius: 10px;
  backdrop-filter: blur(10px);
}
.hg-about-story-badge .hg-icon { grid-row: 1 / 3; width: 42px; height: 42px; padding: 8px; color: var(--hg-gold-500); border: 1px solid rgba(217,166,43,.55); border-radius: 50%; }
.hg-about-story-badge strong { font-family: var(--hg-serif); font-size: 19px; }
.hg-about-story-badge small { color: rgba(255,255,255,.75); }

.hg-about-timeline { background: var(--hg-cream); }
.hg-about-timeline-grid { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.hg-about-timeline-grid::before { content: ''; position: absolute; left: 11%; right: 11%; top: 41px; height: 2px; background: linear-gradient(90deg, var(--hg-gold-500), var(--hg-navy-900), var(--hg-gold-500)); }
.hg-about-timeline-grid article { position: relative; z-index: 1; padding: 0 26px 30px; text-align: center; }
.hg-about-timeline-grid article > span {
  display: inline-flex;
  width: 84px;
  height: 84px;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: var(--hg-navy-900);
  border: 7px solid var(--hg-cream);
  border-radius: 50%;
  box-shadow: 0 0 0 2px var(--hg-gold-500);
  font-family: var(--hg-serif);
  font-size: 18px;
  font-weight: 800;
}
.hg-about-timeline-grid article:nth-child(2) > span { color: var(--hg-navy-950); background: var(--hg-gold-500); }
.hg-about-timeline-grid h3 { margin: 24px 0 10px; color: var(--hg-navy-950); font-family: var(--hg-serif); font-size: 25px; }
.hg-about-timeline-grid p { margin: 0; color: var(--hg-muted); font-size: 14px; }

.hg-about-purpose { padding-top: 0; background: var(--hg-cream); }
.hg-about-purpose-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 25px; }
.hg-about-purpose-card { position: relative; min-height: 390px; overflow: hidden; padding: clamp(40px, 5vw, 68px); border-radius: 20px; }
.hg-about-purpose-card > .hg-icon { width: 58px; height: 58px; padding: 13px; border-radius: 50%; }
.hg-about-purpose-card h2 { margin-top: 20px; font-size: clamp(31px, 3.2vw, 45px); }
.hg-about-purpose-vision { color: #fff; background: radial-gradient(circle at 85% 15%, rgba(217,166,43,.25), transparent 32%), linear-gradient(145deg, var(--hg-navy-950), var(--hg-navy-800)); }
.hg-about-purpose-vision > .hg-icon { color: var(--hg-gold-500); border: 1px solid rgba(217,166,43,.55); }
.hg-about-purpose-vision h2 { color: #fff; }
.hg-about-purpose-mission { color: var(--hg-navy-950); background: linear-gradient(145deg, #f0c35f, var(--hg-gold-500)); }
.hg-about-purpose-mission > .hg-icon { color: var(--hg-navy-950); border: 1px solid rgba(3,26,52,.35); }
.hg-about-purpose-mission h2 { color: var(--hg-navy-950); }
.hg-about-purpose-mission .hg-eyebrow { color: var(--hg-navy-900); }

.hg-about-values { background: #fff; }
.hg-about-values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.hg-about-values-grid article {
  min-height: 250px;
  padding: 30px;
  background: #fff;
  border: 1px solid var(--hg-line);
  border-radius: 14px;
  box-shadow: 0 9px 28px rgba(3,26,52,.06);
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.hg-about-values-grid article:hover { transform: translateY(-5px); border-color: rgba(217,166,43,.65); box-shadow: var(--hg-shadow); }
.hg-about-values-grid .hg-icon { width: 52px; height: 52px; padding: 12px; color: var(--hg-gold-600); background: #fbf5e6; border-radius: 50%; }
.hg-about-values-grid h3 { margin: 20px 0 10px; color: var(--hg-navy-950); font-family: var(--hg-serif); font-size: 25px; }
.hg-about-values-grid p { margin: 0; color: var(--hg-muted); font-size: 14px; }

.hg-about-leadership { background: #f6f8fa; }
.hg-about-leader-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; }
.hg-about-leader-card {
  display: grid;
  grid-template-columns: 43% 57%;
  min-height: 445px;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--hg-line);
  border-radius: 18px;
  box-shadow: 0 15px 40px rgba(3,26,52,.09);
}
.hg-about-leader-card > img { width: 100%; height: 100%; min-height: 445px; object-fit: cover; object-position: center 20%; }
.hg-about-leader-card > div { display: flex; flex-direction: column; justify-content: center; padding: 36px; }
.hg-about-leader-card h3 { margin: 0; color: var(--hg-navy-950); font-family: var(--hg-serif); font-size: 32px; line-height: 1.05; }
.hg-about-leader-card div > p:last-child { margin: 18px 0 0; color: var(--hg-muted); font-size: 14px; }

.hg-about-governance { color: #fff; background: radial-gradient(circle at 10% 10%, rgba(217,166,43,.2), transparent 30%), linear-gradient(135deg, var(--hg-navy-950), #073a6d); }
.hg-about-governance-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: clamp(50px, 7vw, 100px); align-items: center; }
.hg-about-governance-copy h2 { color: #fff; font-size: clamp(37px, 4vw, 54px); }
.hg-about-governance-copy > p:not(.hg-eyebrow) { margin: 20px 0 28px; color: rgba(255,255,255,.76); }
.hg-about-governance-list { display: grid; gap: 13px; }
.hg-about-governance-list > div { display: grid; grid-template-columns: 54px 1fr; gap: 17px; align-items: center; padding: 18px 20px; background: rgba(255,255,255,.075); border: 1px solid rgba(255,255,255,.14); border-radius: 10px; }
.hg-about-governance-list .hg-icon { width: 50px; height: 50px; padding: 12px; color: var(--hg-gold-500); border: 1px solid rgba(217,166,43,.45); border-radius: 50%; }
.hg-about-governance-list p { margin: 0; }
.hg-about-governance-list strong { display: block; color: #fff; font-size: 14px; }
.hg-about-governance-list small { color: rgba(255,255,255,.69); font-size: 12px; }

.hg-about-commitments { background: #fff; }
.hg-about-commitment-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.hg-about-commitment-grid article { padding: 28px 25px; text-align: center; background: var(--hg-cream); border: 1px solid var(--hg-line); border-radius: 14px; }
.hg-about-commitment-grid .hg-icon { width: 58px; height: 58px; padding: 14px; color: #fff; background: var(--hg-navy-900); border-radius: 50%; }
.hg-about-commitment-grid article:nth-child(even) .hg-icon { color: var(--hg-navy-950); background: var(--hg-gold-500); }
.hg-about-commitment-grid h3 { margin: 19px 0 9px; color: var(--hg-navy-950); font-family: var(--hg-serif); font-size: 23px; }
.hg-about-commitment-grid p { margin: 0; color: var(--hg-muted); font-size: 13px; }
.hg-about-editor-content { background: #fff; }

.hg-about-final-cta { padding: 70px 0; color: #fff; background: linear-gradient(135deg, #05264a, var(--hg-navy-950)); }
.hg-about-final-grid { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 54px; align-items: center; }
.hg-about-final-grid h2 { max-width: 800px; color: #fff; font-size: clamp(34px, 3.7vw, 51px); }
.hg-about-final-grid p:not(.hg-eyebrow) { max-width: 760px; margin: 16px 0 0; color: rgba(255,255,255,.74); }
.hg-about-final-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 12px; }

@media (max-width: 1100px) {
  .hg-about-hero-grid { grid-template-columns: 1fr; }
  .hg-about-identity-card { max-width: 760px; }
  .hg-about-story-grid { grid-template-columns: 1fr 1fr; gap: 42px; }
  .hg-about-leader-card { grid-template-columns: 1fr; }
  .hg-about-leader-card > img { min-height: 360px; max-height: 440px; }
  .hg-about-values-grid { grid-template-columns: repeat(2, 1fr); }
  .hg-about-commitment-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 820px) {
  .hg-about-trust-grid { grid-template-columns: repeat(2, 1fr); }
  .hg-about-story-grid,
  .hg-about-purpose-grid,
  .hg-about-leader-grid,
  .hg-about-governance-grid,
  .hg-about-final-grid { grid-template-columns: 1fr; }
  .hg-about-story-visual { min-height: 520px; }
  .hg-about-story-visual > img { min-height: 520px; }
  .hg-about-timeline-grid { grid-template-columns: 1fr; gap: 12px; }
  .hg-about-timeline-grid::before { left: 41px; right: auto; top: 42px; bottom: 42px; width: 2px; height: auto; }
  .hg-about-timeline-grid article { display: grid; grid-template-columns: 84px 1fr; grid-template-rows: auto auto; column-gap: 25px; padding: 0 0 18px; text-align: left; }
  .hg-about-timeline-grid article > span { grid-row: 1 / 3; }
  .hg-about-timeline-grid h3 { margin: 12px 0 5px; }
  .hg-about-final-actions { justify-content: flex-start; }
}
@media (max-width: 620px) {
  .hg-about-hero { padding: 58px 0; }
  .hg-about-hero-copy h1 { font-size: clamp(39px, 12vw, 54px); }
  .hg-about-lead { font-size: 16px; }
  .hg-about-identity-card { grid-template-columns: 1fr; min-height: 0; }
  .hg-about-identity-card > img { height: 270px; padding: 28px 38px 0; }
  .hg-about-identity-copy { padding: 22px 26px 34px; }
  .hg-about-trust-grid { grid-template-columns: 1fr; }
  .hg-about-trust-grid > div { border-left: 1px solid rgba(255,255,255,.17); border-bottom: 1px solid rgba(255,255,255,.12); }
  .hg-about-story-visual,
  .hg-about-story-visual > img { min-height: 450px; }
  .hg-about-purpose-card { min-height: 0; padding: 38px 28px; }
  .hg-about-values-grid,
  .hg-about-commitment-grid { grid-template-columns: 1fr; }
  .hg-about-leader-card > img { min-height: 350px; }
  .hg-about-leader-card > div { padding: 29px 25px; }
  .hg-about-final-actions { display: grid; grid-template-columns: 1fr; }
}

/* --------------------------------------------------------------------------
   Premium School Life Hub — v1.5.0
   -------------------------------------------------------------------------- */
.hg-school-life-page { background: #fff; }
.hg-school-life-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 8%, rgba(217,166,43,.18), transparent 27%),
    linear-gradient(135deg, #fff 0%, #faf7ef 53%, #edf3f7 100%);
}
.hg-school-life-hero::before {
  content: '';
  position: absolute;
  right: -180px;
  top: -190px;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(201,144,23,.18);
  border-radius: 50%;
  box-shadow: 0 0 0 46px rgba(201,144,23,.035), 0 0 0 92px rgba(201,144,23,.02);
  pointer-events: none;
}
.hg-school-life-hero-grid {
  min-height: 680px;
  display: grid;
  grid-template-columns: minmax(0, 49%) minmax(0, 51%);
  align-items: center;
  gap: clamp(38px, 5vw, 86px);
  padding-top: 72px;
  padding-bottom: 72px;
}
.hg-school-life-hero-copy { position: relative; z-index: 2; max-width: 690px; }
.hg-school-life-hero h1 {
  margin: 0;
  max-width: 720px;
  color: var(--hg-navy-950);
  font-family: var(--hg-serif);
  font-size: clamp(48px, 5vw, 76px);
  line-height: 1.02;
  letter-spacing: -.035em;
}
.hg-school-life-lead {
  max-width: 620px;
  margin: 24px 0 0;
  color: #40536a;
  font-size: 18px;
  line-height: 1.72;
}
.hg-school-life-hero-visual { position: relative; min-height: 560px; }
.hg-school-life-image-frame {
  position: absolute;
  inset: 0 28px 26px 0;
  overflow: hidden;
  background: var(--hg-navy-950);
  border: 9px solid rgba(255,255,255,.86);
  border-radius: 14px 42% 14px 42%;
  box-shadow: 0 30px 72px rgba(3,26,52,.23);
}
.hg-school-life-image-frame::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 62%, rgba(3,26,52,.18));
  pointer-events: none;
}
.hg-school-life-image-frame img { width: 100%; height: 100%; object-fit: cover; object-position: center 48%; }
.hg-school-life-hero-badge {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 3;
  width: min(390px, 88%);
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 15px;
  align-items: center;
  padding: 18px 20px;
  color: #fff;
  background: rgba(3,26,52,.96);
  border: 1px solid rgba(239,208,122,.5);
  border-radius: 11px;
  box-shadow: 0 20px 42px rgba(3,26,52,.3);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.hg-school-life-hero-badge > .hg-icon {
  width: 46px;
  height: 46px;
  padding: 10px;
  color: var(--hg-gold-300);
  border: 1px solid rgba(239,208,122,.55);
  border-radius: 50%;
}
.hg-school-life-hero-badge div { display: flex; flex-direction: column; }
.hg-school-life-hero-badge strong { font-family: var(--hg-serif); font-size: 17px; }
.hg-school-life-hero-badge small { color: rgba(255,255,255,.72); font-size: 12px; }

.hg-school-life-trust { color: #fff; background: linear-gradient(90deg, var(--hg-navy-950), var(--hg-navy-900)); }
.hg-school-life-trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.hg-school-life-trust-grid > div {
  min-height: 105px;
  display: grid;
  grid-template-columns: 46px 1fr;
  grid-template-rows: auto auto;
  column-gap: 14px;
  align-content: center;
  padding: 20px 24px;
  border-right: 1px solid rgba(255,255,255,.15);
}
.hg-school-life-trust-grid > div:first-child { border-left: 1px solid rgba(255,255,255,.15); }
.hg-school-life-trust-grid .hg-icon {
  grid-row: 1 / 3;
  width: 44px;
  height: 44px;
  padding: 10px;
  color: var(--hg-gold-500);
  border: 1px solid rgba(217,166,43,.42);
  border-radius: 50%;
}
.hg-school-life-trust-grid strong { align-self: end; color: #fff; font-size: 13px; }
.hg-school-life-trust-grid small { color: rgba(255,255,255,.68); font-size: 11px; line-height: 1.35; }

.hg-school-life-day { background: var(--hg-cream); }
.hg-school-life-day-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.hg-school-life-day-card {
  position: relative;
  min-height: 285px;
  padding: 30px 28px 28px;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--hg-line);
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(3,26,52,.07);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.hg-school-life-day-card:hover { transform: translateY(-5px); border-color: rgba(217,166,43,.6); box-shadow: var(--hg-shadow); }
.hg-school-life-day-card::after {
  content: '';
  position: absolute;
  right: -38px;
  bottom: -38px;
  width: 122px;
  height: 122px;
  border: 1px solid rgba(217,166,43,.14);
  border-radius: 50%;
  box-shadow: 0 0 0 22px rgba(217,166,43,.035);
}
.hg-school-life-day-number {
  position: absolute;
  right: 20px;
  top: 18px;
  color: rgba(3,26,52,.09);
  font-family: var(--hg-serif);
  font-size: 54px;
  font-weight: 800;
  line-height: 1;
}
.hg-school-life-day-card > .hg-icon {
  width: 54px;
  height: 54px;
  padding: 13px;
  color: #fff;
  background: var(--hg-navy-900);
  border-radius: 50%;
  box-shadow: 0 9px 24px rgba(3,26,52,.15);
}
.hg-school-life-day-card:nth-child(even) > .hg-icon { color: var(--hg-navy-950); background: var(--hg-gold-500); }
.hg-school-life-day-card h3 { position: relative; z-index: 1; margin: 22px 0 10px; color: var(--hg-navy-950); font-family: var(--hg-serif); font-size: 27px; }
.hg-school-life-day-card p { position: relative; z-index: 1; margin: 0; color: var(--hg-muted); font-size: 14px; }

.hg-school-life-experiences { background: #fff; }
.hg-school-life-experience-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.hg-school-life-experience-grid article {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 20px;
  align-items: start;
  min-height: 180px;
  padding: 28px 30px;
  background: #fff;
  border: 1px solid var(--hg-line);
  border-radius: 14px;
  box-shadow: 0 8px 26px rgba(3,26,52,.055);
}
.hg-school-life-experience-grid article > .hg-icon {
  width: 56px;
  height: 56px;
  padding: 13px;
  color: var(--hg-gold-600);
  background: #fbf5e6;
  border: 1px solid rgba(201,144,23,.25);
  border-radius: 50%;
}
.hg-school-life-experience-grid h3 { margin: 0 0 8px; color: var(--hg-navy-950); font-family: var(--hg-serif); font-size: 25px; }
.hg-school-life-experience-grid p { margin: 0; color: var(--hg-muted); font-size: 14px; }

.hg-school-life-feature { display: grid; grid-template-columns: 54% 46%; min-height: 650px; background: var(--hg-navy-950); }
.hg-school-life-feature-image { min-height: 650px; overflow: hidden; }
.hg-school-life-feature-image img { width: 100%; height: 100%; object-fit: cover; object-position: center 42%; }
.hg-school-life-feature-copy {
  display: flex;
  align-items: center;
  padding: clamp(60px, 6vw, 104px);
  color: #fff;
  background: radial-gradient(circle at 85% 15%, rgba(217,166,43,.22), transparent 30%), linear-gradient(145deg, var(--hg-navy-950), #073866);
}
.hg-school-life-feature-copy > div { max-width: 610px; }
.hg-school-life-feature-copy h2 { margin: 0; color: #fff; font-family: var(--hg-serif); font-size: clamp(39px, 4vw, 58px); line-height: 1.06; }
.hg-school-life-feature-copy > div > p:not(.hg-eyebrow) { margin: 22px 0 28px; color: rgba(255,255,255,.78); }
.hg-school-life-check-list { display: grid; gap: 12px; margin: 0 0 30px; padding: 0; list-style: none; }
.hg-school-life-check-list li { display: flex; gap: 11px; align-items: flex-start; color: rgba(255,255,255,.88); font-size: 14px; }
.hg-school-life-check-list .hg-icon { width: 20px; height: 20px; flex-basis: 20px; color: var(--hg-gold-300); margin-top: 2px; }

.hg-school-life-wellbeing { color: #fff; background: radial-gradient(circle at 10% 15%, rgba(217,166,43,.18), transparent 32%), linear-gradient(135deg, #031a34, #073a6d); }
.hg-school-life-wellbeing-grid { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); gap: clamp(50px, 7vw, 100px); align-items: center; }
.hg-school-life-wellbeing-copy h2 { margin: 0; color: #fff; font-family: var(--hg-serif); font-size: clamp(38px, 4vw, 56px); line-height: 1.07; }
.hg-school-life-wellbeing-copy > p:not(.hg-eyebrow) { margin: 22px 0 26px; color: rgba(255,255,255,.74); }
.hg-school-life-wellbeing .hg-document-link { color: var(--hg-gold-300); }
.hg-school-life-wellbeing-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.hg-school-life-wellbeing-list article {
  min-height: 210px;
  padding: 25px;
  background: rgba(255,255,255,.075);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 13px;
}
.hg-school-life-wellbeing-list article > .hg-icon {
  width: 50px;
  height: 50px;
  padding: 12px;
  color: var(--hg-gold-300);
  border: 1px solid rgba(239,208,122,.44);
  border-radius: 50%;
}
.hg-school-life-wellbeing-list h3 { margin: 18px 0 8px; color: #fff; font-family: var(--hg-serif); font-size: 24px; }
.hg-school-life-wellbeing-list p { margin: 0; color: rgba(255,255,255,.69); font-size: 13px; }

.hg-school-life-support { background: var(--hg-cream); }
.hg-school-life-support-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: clamp(44px, 6vw, 86px); align-items: center; }
.hg-school-life-support-copy h2 { margin: 0; color: var(--hg-navy-950); font-family: var(--hg-serif); font-size: clamp(38px, 4vw, 55px); line-height: 1.07; }
.hg-school-life-support-copy > p:not(.hg-eyebrow) { margin: 22px 0 28px; color: var(--hg-muted); }
.hg-school-life-support-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hg-school-life-uniform-card {
  position: relative;
  min-height: 580px;
  overflow: hidden;
  background: var(--hg-navy-950);
  border: 9px solid #fff;
  border-radius: 18px;
  box-shadow: var(--hg-shadow);
}
.hg-school-life-uniform-card::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 48%, rgba(3,26,52,.82)); pointer-events: none; }
.hg-school-life-uniform-card > img { width: 100%; height: 100%; min-height: 580px; object-fit: cover; object-position: center 38%; }
.hg-school-life-uniform-card > div { position: absolute; left: 28px; right: 28px; bottom: 26px; z-index: 2; color: #fff; }
.hg-school-life-uniform-card h3 { margin: 0; color: #fff; font-family: var(--hg-serif); font-size: 34px; }
.hg-school-life-uniform-card p:not(.hg-eyebrow) { margin: 8px 0 4px; color: rgba(255,255,255,.82); }
.hg-school-life-uniform-card small { color: rgba(255,255,255,.62); font-size: 11px; }
.hg-school-life-editor-content { background: #fff; }

.hg-school-life-final-cta { padding: 72px 0; color: #fff; background: linear-gradient(135deg, #05264a, var(--hg-navy-950)); }
.hg-school-life-final-grid { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 55px; align-items: center; }
.hg-school-life-final-grid h2 { max-width: 850px; margin: 0; color: #fff; font-family: var(--hg-serif); font-size: clamp(35px, 3.8vw, 52px); line-height: 1.08; }
.hg-school-life-final-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 12px; }

@media (max-width: 1100px) {
  .hg-school-life-hero-grid { grid-template-columns: 1fr 1fr; gap: 38px; }
  .hg-school-life-day-grid { grid-template-columns: repeat(2, 1fr); }
  .hg-school-life-feature { grid-template-columns: 1fr 1fr; }
  .hg-school-life-wellbeing-grid { grid-template-columns: 1fr; }
  .hg-school-life-wellbeing-copy { max-width: 760px; }
}
@media (max-width: 860px) {
  .hg-school-life-hero-grid,
  .hg-school-life-feature,
  .hg-school-life-support-grid,
  .hg-school-life-final-grid { grid-template-columns: 1fr; }
  .hg-school-life-hero-grid { padding-top: 58px; }
  .hg-school-life-hero-copy { max-width: 780px; text-align: center; margin-inline: auto; }
  .hg-school-life-lead { margin-inline: auto; }
  .hg-school-life-hero-copy .hg-hero-buttons { justify-content: center; }
  .hg-school-life-hero-visual { min-height: 580px; }
  .hg-school-life-trust-grid { grid-template-columns: repeat(2, 1fr); }
  .hg-school-life-experience-grid { grid-template-columns: 1fr; }
  .hg-school-life-feature-image { min-height: 570px; }
  .hg-school-life-feature-copy { padding: 62px 34px; }
  .hg-school-life-final-actions { justify-content: flex-start; }
}
@media (max-width: 620px) {
  .hg-school-life-hero { padding-bottom: 0; }
  .hg-school-life-hero h1 { font-size: clamp(40px, 12vw, 56px); }
  .hg-school-life-lead { font-size: 16px; }
  .hg-school-life-hero-visual { min-height: 500px; }
  .hg-school-life-image-frame { inset: 0 0 26px; border-radius: 14px 34% 14px 34%; }
  .hg-school-life-hero-badge { left: 14px; right: 14px; width: auto; }
  .hg-school-life-trust-grid { grid-template-columns: 1fr; }
  .hg-school-life-trust-grid > div,
  .hg-school-life-trust-grid > div:first-child { border-left: 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.14); }
  .hg-school-life-day-grid,
  .hg-school-life-wellbeing-list { grid-template-columns: 1fr; }
  .hg-school-life-day-card { min-height: 0; }
  .hg-school-life-experience-grid article { grid-template-columns: 1fr; min-height: 0; }
  .hg-school-life-feature-image { min-height: 450px; }
  .hg-school-life-feature-copy { padding: 50px 24px; }
  .hg-school-life-support-actions,
  .hg-school-life-final-actions { display: grid; grid-template-columns: 1fr; }
  .hg-school-life-uniform-card,
  .hg-school-life-uniform-card > img { min-height: 500px; }
}

/* ================================================================
   Hope Garden Premium Gallery & Community Hub — v1.6.0
   ================================================================ */
.hg-gallery-page { overflow: clip; background: #fff; }
.hg-gallery-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 10% 10%, rgba(217,166,43,.18), transparent 28%),
    linear-gradient(135deg, #fffdf7 0%, #f8f2e4 52%, #edf3f8 100%);
}
.hg-gallery-hero::after {
  content: '';
  position: absolute;
  right: -140px;
  top: -180px;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(217,166,43,.16);
  border-radius: 50%;
  box-shadow: 0 0 0 55px rgba(217,166,43,.035), 0 0 0 110px rgba(3,26,52,.025);
}
.hg-gallery-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0,.86fr) minmax(0,1.14fr);
  gap: clamp(44px,6vw,92px);
  align-items: center;
  min-height: 760px;
  padding-top: 76px;
  padding-bottom: 76px;
}
.hg-gallery-hero-copy { max-width: 650px; }
.hg-gallery-hero h1 {
  margin: 0;
  color: var(--hg-navy-950);
  font-family: var(--hg-serif);
  font-size: clamp(48px,5vw,76px);
  line-height: .99;
  letter-spacing: -.025em;
}
.hg-gallery-lead {
  max-width: 610px;
  margin: 24px 0 30px;
  color: var(--hg-muted);
  font-size: 18px;
  line-height: 1.75;
}
.hg-gallery-hero-visual {
  position: relative;
  min-height: 620px;
}
.hg-gallery-hero-visual > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border: 10px solid #fff;
  border-radius: 34% 15px 34% 15px;
  box-shadow: 0 30px 75px rgba(3,26,52,.22);
}
.hg-gallery-hero-card {
  position: absolute;
  left: -34px;
  bottom: 34px;
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 14px;
  align-items: center;
  width: min(360px,calc(100% - 32px));
  padding: 18px 20px;
  color: #fff;
  background: rgba(3,26,52,.96);
  border: 1px solid rgba(239,208,122,.4);
  border-radius: 12px;
  box-shadow: 0 14px 40px rgba(3,26,52,.28);
}
.hg-gallery-hero-card .hg-icon {
  width: 48px;
  height: 48px;
  padding: 11px;
  color: var(--hg-gold-300);
  border: 1px solid rgba(239,208,122,.45);
  border-radius: 50%;
}
.hg-gallery-hero-card strong { display: block; color: #fff; font-size: 14px; }
.hg-gallery-hero-card small { display: block; margin-top: 3px; color: rgba(255,255,255,.67); font-size: 11px; }

.hg-gallery-trust { color: #fff; background: var(--hg-navy-950); }
.hg-gallery-trust-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.hg-gallery-trust-grid > div {
  display: grid;
  grid-template-columns: 46px 1fr;
  grid-template-rows: auto auto;
  gap: 2px 14px;
  align-items: center;
  min-height: 112px;
  padding: 22px 26px;
  border-right: 1px solid rgba(255,255,255,.14);
}
.hg-gallery-trust-grid > div:first-child { border-left: 1px solid rgba(255,255,255,.14); }
.hg-gallery-trust-grid .hg-icon {
  grid-row: 1 / 3;
  width: 46px;
  height: 46px;
  padding: 11px;
  color: var(--hg-gold-500);
  border: 1px solid rgba(217,166,43,.42);
  border-radius: 50%;
}
.hg-gallery-trust-grid strong { align-self: end; color: #fff; font-size: 13px; }
.hg-gallery-trust-grid small { color: rgba(255,255,255,.66); font-size: 11px; line-height: 1.35; }

.hg-gallery-community { background: var(--hg-cream); }
.hg-gallery-community-grid {
  display: grid;
  grid-template-columns: 1.35fr .85fr .85fr;
  grid-template-rows: 315px 315px;
  gap: 18px;
}
.hg-gallery-community-item {
  position: relative;
  display: block;
  width: 100%;
  min-width: 0;
  padding: 0;
  overflow: hidden;
  cursor: zoom-in;
  background: var(--hg-navy-950);
  border: 0;
  border-radius: 16px;
  box-shadow: 0 12px 35px rgba(3,26,52,.11);
}
.hg-gallery-community-item-1 { grid-row: 1 / 3; }
.hg-gallery-community-item-4 { grid-column: 2 / 4; }
.hg-gallery-community-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform .45s ease, filter .45s ease;
}
.hg-gallery-community-item::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 52%, rgba(3,26,52,.78));
}
.hg-gallery-community-item span {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 20px;
  z-index: 2;
  color: #fff;
  font-family: var(--hg-serif);
  font-size: 25px;
  font-weight: 700;
  text-align: left;
}
.hg-gallery-community-item:hover img { transform: scale(1.035); filter: saturate(1.05); }

.hg-gallery-browser { background: #fff; }
.hg-gallery-filters {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: -16px 0 38px;
}
.hg-gallery-filters button {
  min-height: 44px;
  padding: 10px 20px;
  cursor: pointer;
  color: var(--hg-navy-900);
  background: #fff;
  border: 1px solid var(--hg-line);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
  transition: all .2s ease;
}
.hg-gallery-filters button:hover,
.hg-gallery-filters button.is-active {
  color: var(--hg-navy-950);
  background: var(--hg-gold-500);
  border-color: var(--hg-gold-500);
  box-shadow: 0 8px 22px rgba(201,144,23,.22);
}
.hg-gallery-grid {
  display: grid;
  grid-template-columns: repeat(4,minmax(0,1fr));
  gap: 18px;
}
.hg-gallery-item {
  margin: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--hg-line);
  border-radius: 14px;
  box-shadow: 0 9px 28px rgba(3,26,52,.07);
  transition: transform .2s ease, opacity .2s ease;
}
.hg-gallery-item[hidden] { display: none !important; }
.hg-gallery-item:hover { transform: translateY(-4px); }
.hg-gallery-item > button {
  position: relative;
  display: block;
  width: 100%;
  height: 270px;
  padding: 0;
  overflow: hidden;
  cursor: zoom-in;
  background: #eef2f5;
  border: 0;
}
.hg-gallery-item > button img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform .35s ease;
}
.hg-gallery-item:nth-child(5n + 2) > button,
.hg-gallery-item:nth-child(5n + 4) > button { height: 330px; }
.hg-gallery-item:hover > button img { transform: scale(1.035); }
.hg-gallery-zoom {
  position: absolute;
  right: 14px;
  bottom: 14px;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: var(--hg-gold-300);
  background: rgba(3,26,52,.9);
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 50%;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity .2s ease, transform .2s ease;
}
.hg-gallery-zoom .hg-icon { width: 20px; height: 20px; }
.hg-gallery-item:hover .hg-gallery-zoom { opacity: 1; transform: translateY(0); }
.hg-gallery-item figcaption {
  min-height: 58px;
  padding: 16px 18px;
  color: var(--hg-navy-950);
  font-family: var(--hg-serif);
  font-size: 18px;
  font-weight: 700;
}

.hg-gallery-story { display: grid; grid-template-columns: 56% 44%; min-height: 690px; background: var(--hg-navy-950); }
.hg-gallery-story-image { min-height: 690px; overflow: hidden; }
.hg-gallery-story-image img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hg-gallery-story-copy {
  display: flex;
  align-items: center;
  padding: clamp(58px,6vw,100px);
  color: #fff;
  background: radial-gradient(circle at 90% 10%, rgba(217,166,43,.2), transparent 30%), linear-gradient(145deg, var(--hg-navy-950), #073866);
}
.hg-gallery-story-copy > div { max-width: 620px; }
.hg-gallery-story-copy h2 { margin: 0; color: #fff; font-family: var(--hg-serif); font-size: clamp(40px,4vw,59px); line-height: 1.04; }
.hg-gallery-story-copy > div > p:not(.hg-eyebrow) { margin: 22px 0 26px; color: rgba(255,255,255,.76); }
.hg-gallery-story-list { display: grid; gap: 12px; margin: 0 0 30px; padding: 0; list-style: none; }
.hg-gallery-story-list li { display: flex; gap: 11px; align-items: flex-start; color: rgba(255,255,255,.88); font-size: 14px; }
.hg-gallery-story-list .hg-icon { width: 21px; height: 21px; flex-basis: 21px; color: var(--hg-gold-300); margin-top: 1px; }
.hg-gallery-editor-content { background: #fff; }

.hg-gallery-final-cta { padding: 76px 0; color: #fff; background: linear-gradient(135deg,#05264a,var(--hg-navy-950)); }
.hg-gallery-final-grid { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 58px; align-items: center; }
.hg-gallery-final-grid h2 { max-width: 900px; margin: 0; color: #fff; font-family: var(--hg-serif); font-size: clamp(36px,3.8vw,54px); line-height: 1.07; }
.hg-gallery-final-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 12px; }

.hg-gallery-dialog {
  width: min(1180px,92vw);
  max-height: 92vh;
  padding: 0;
  overflow: hidden;
  color: #fff;
  background: #031a34;
  border: 1px solid rgba(239,208,122,.38);
  border-radius: 16px;
  box-shadow: 0 35px 100px rgba(0,0,0,.5);
}
.hg-gallery-dialog::backdrop { background: rgba(1,10,22,.85); backdrop-filter: blur(6px); }
.hg-gallery-dialog img { display: block; width: 100%; max-height: 78vh; object-fit: contain; background: #020d1b; }
.hg-gallery-dialog p { margin: 0; padding: 16px 70px 18px 22px; color: rgba(255,255,255,.85); font-family: var(--hg-serif); font-size: 20px; }
.hg-gallery-dialog-close {
  position: absolute;
  z-index: 2;
  top: 12px;
  right: 12px;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  padding: 0;
  cursor: pointer;
  color: #fff;
  background: rgba(3,26,52,.92);
  border: 1px solid rgba(255,255,255,.3);
  border-radius: 50%;
  font-size: 31px;
  line-height: 1;
}

@media (max-width: 1120px) {
  .hg-gallery-hero-grid { grid-template-columns: 1fr 1fr; gap: 42px; }
  .hg-gallery-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .hg-gallery-community-grid { grid-template-columns: 1.15fr .85fr; grid-template-rows: 300px 300px 300px; }
  .hg-gallery-community-item-1 { grid-row: 1 / 3; }
  .hg-gallery-community-item-4 { grid-column: 1 / 3; }
}
@media (max-width: 860px) {
  .hg-gallery-hero-grid,
  .hg-gallery-story,
  .hg-gallery-final-grid { grid-template-columns: 1fr; }
  .hg-gallery-hero-grid { padding-top: 60px; }
  .hg-gallery-hero-copy { max-width: 780px; margin-inline: auto; text-align: center; }
  .hg-gallery-lead { margin-inline: auto; }
  .hg-gallery-hero-copy .hg-hero-buttons { justify-content: center; }
  .hg-gallery-hero-visual { min-height: 590px; }
  .hg-gallery-hero-card { left: 20px; }
  .hg-gallery-trust-grid { grid-template-columns: repeat(2,1fr); }
  .hg-gallery-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .hg-gallery-story-image { min-height: 560px; }
  .hg-gallery-story-copy { padding: 62px 34px; }
  .hg-gallery-final-actions { justify-content: flex-start; }
}
@media (max-width: 620px) {
  .hg-gallery-hero h1 { font-size: clamp(41px,12vw,57px); }
  .hg-gallery-lead { font-size: 16px; }
  .hg-gallery-hero-visual { min-height: 500px; }
  .hg-gallery-hero-visual > img { border-width: 6px; border-radius: 16px 32% 16px 32%; }
  .hg-gallery-hero-card { left: 12px; right: 12px; bottom: 18px; width: auto; }
  .hg-gallery-trust-grid { grid-template-columns: 1fr; }
  .hg-gallery-trust-grid > div,
  .hg-gallery-trust-grid > div:first-child { border-left: 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.14); }
  .hg-gallery-community-grid { display: grid; grid-template-columns: 1fr; grid-template-rows: none; }
  .hg-gallery-community-item,
  .hg-gallery-community-item-1,
  .hg-gallery-community-item-4 { grid-column: auto; grid-row: auto; height: 310px; }
  .hg-gallery-grid { grid-template-columns: 1fr; }
  .hg-gallery-item > button,
  .hg-gallery-item:nth-child(5n + 2) > button,
  .hg-gallery-item:nth-child(5n + 4) > button { height: 360px; }
  .hg-gallery-story-image { min-height: 430px; }
  .hg-gallery-story-copy { padding: 50px 24px; }
  .hg-gallery-final-actions { display: grid; grid-template-columns: 1fr; }
  .hg-gallery-dialog p { padding-right: 22px; }
}

/* ================================================================
   v1.7.0 — Premium Parents & Digital Access Hub
   ================================================================ */
.hg-parents-page { background: #fff; }
.hg-parents-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 13% 15%, rgba(217,166,43,.16), transparent 28%),
    linear-gradient(135deg,#fff 0%,#f8f5ec 51%,#eef3f8 100%);
}
.hg-parents-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(rgba(3,26,52,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(3,26,52,.025) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(90deg,#000,transparent 72%);
}
.hg-parents-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(520px, 1.08fr);
  gap: clamp(44px,5.5vw,88px);
  align-items: center;
  min-height: 690px;
  padding-top: 62px;
  padding-bottom: 62px;
}
.hg-parents-hero-copy { max-width: 650px; }
.hg-parents-hero h1 {
  margin: 0;
  color: var(--hg-navy-950);
  font-family: var(--hg-serif);
  font-size: clamp(48px,4.3vw,72px);
  line-height: 1.02;
  letter-spacing: -.035em;
}
.hg-parents-lead {
  max-width: 600px;
  margin: 24px 0 0;
  color: #354a62;
  font-size: 18px;
  line-height: 1.68;
}
.hg-parents-security-note {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 22px 0 0;
  color: var(--hg-navy-900);
  font-size: 13px;
  font-weight: 750;
}
.hg-parents-security-note .hg-icon { width: 20px; height: 20px; color: var(--hg-gold-600); }
.hg-parents-hero-visual {
  position: relative;
  min-height: 570px;
}
.hg-parents-photo-frame {
  position: absolute;
  inset: 34px 0 0 110px;
  overflow: hidden;
  background: var(--hg-navy-950);
  border: 9px solid #fff;
  border-radius: 20px 42% 20px 22%;
  box-shadow: 0 30px 70px rgba(3,26,52,.24);
}
.hg-parents-photo-frame::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg,rgba(3,26,52,.36),transparent 40%,rgba(3,26,52,.08));
}
.hg-parents-photo-frame img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hg-parents-phone {
  position: absolute;
  z-index: 3;
  left: 0;
  bottom: 0;
  width: 248px;
  height: 485px;
  padding: 17px 12px 18px;
  color: #fff;
  background: linear-gradient(160deg,#102842,#020b16 74%);
  border: 2px solid #233e5d;
  border-radius: 34px;
  box-shadow: 0 28px 60px rgba(3,26,52,.35), inset 0 0 0 2px rgba(255,255,255,.04);
  transform: rotate(-3deg);
}
.hg-parents-phone-top { height: 18px; text-align: center; }
.hg-parents-phone-top span { display: inline-block; width: 66px; height: 6px; background: #263b50; border-radius: 99px; }
.hg-parents-phone-screen {
  height: 402px;
  padding: 25px 16px 20px;
  text-align: center;
  background:
    radial-gradient(circle at 80% 8%,rgba(217,166,43,.32),transparent 25%),
    linear-gradient(150deg,#08396c,#031a34 70%);
  border-radius: 22px;
  overflow: hidden;
}
.hg-parents-phone-screen > img { width: 65px; height: 54px; margin: 0 auto 10px; object-fit: contain; }
.hg-parents-phone-screen > strong { display: block; font-family: var(--hg-serif); font-size: 21px; }
.hg-parents-phone-screen > small { display: block; margin-top: 2px; color: rgba(255,255,255,.68); font-size: 10px; letter-spacing: .04em; text-transform: uppercase; }
.hg-parents-phone-tiles { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; margin-top: 25px; }
.hg-parents-phone-tiles span {
  min-height: 91px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 6px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 13px;
}
.hg-parents-phone-tiles svg { width: 25px; height: 25px; fill: none; stroke: var(--hg-gold-300); stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.hg-parents-phone-tiles b { font-size: 10px; }
.hg-parents-phone-home { width: 34px; height: 4px; margin: 16px auto 0; background: #46586a; border-radius: 99px; }

.hg-parents-trust { color: #fff; background: linear-gradient(90deg,var(--hg-navy-950),#073866); }
.hg-parents-trust-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.hg-parents-trust-grid > div {
  min-height: 102px;
  display: grid;
  grid-template-columns: 48px 1fr;
  grid-template-rows: auto auto;
  column-gap: 15px;
  align-content: center;
  padding: 20px 28px;
  border-right: 1px solid rgba(255,255,255,.14);
}
.hg-parents-trust-grid > div:first-child { border-left: 1px solid rgba(255,255,255,.14); }
.hg-parents-trust-grid .hg-icon { grid-row: 1 / 3; width: 45px; height: 45px; padding: 10px; color: var(--hg-gold-300); border: 1px solid rgba(239,208,122,.4); border-radius: 50%; }
.hg-parents-trust-grid strong { align-self: end; color: #fff; font-size: 14px; }
.hg-parents-trust-grid small { align-self: start; color: rgba(255,255,255,.66); font-size: 11px; }

.hg-parents-quick-access { background: #fbfaf6; }
.hg-parents-access-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 22px; }
.hg-parents-access-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 315px;
  padding: 31px 30px 27px;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--hg-line);
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(3,26,52,.065);
  transition: transform .22s ease, box-shadow .22s ease;
}
.hg-parents-access-card::before { content: ''; position: absolute; inset: 0 auto 0 0; width: 4px; background: linear-gradient(var(--hg-gold-300),var(--hg-gold-600)); }
.hg-parents-access-card:hover { transform: translateY(-6px); box-shadow: 0 22px 45px rgba(3,26,52,.12); }
.hg-parents-access-card > .hg-icon { width: 60px; height: 60px; padding: 15px; color: var(--hg-gold-600); background: #fff9e9; border: 1px solid rgba(201,144,23,.26); border-radius: 50%; }
.hg-parents-access-card h3 { margin: 21px 0 0; color: var(--hg-navy-950); font-family: var(--hg-serif); font-size: 25px; line-height: 1.15; }
.hg-parents-access-card p { margin: 13px 0 24px; color: var(--hg-muted); font-size: 14px; }
.hg-parents-access-card > a { display: inline-flex; align-items: center; gap: 8px; margin-top: auto; color: var(--hg-navy-900); font-size: 12px; font-weight: 900; letter-spacing: .025em; text-transform: uppercase; }
.hg-parents-access-card > a:hover { color: var(--hg-gold-600); }
.hg-parents-access-card > a .hg-icon { width: 17px; height: 17px; }

.hg-parents-digital { display: grid; grid-template-columns: 44% 56%; min-height: 720px; background: var(--hg-navy-950); }
.hg-parents-digital-copy {
  display: flex;
  align-items: center;
  padding: clamp(65px,6vw,105px);
  color: #fff;
  background:
    radial-gradient(circle at 15% 14%,rgba(217,166,43,.22),transparent 30%),
    linear-gradient(145deg,#031a34,#063666);
}
.hg-parents-digital-copy > div { max-width: 610px; }
.hg-parents-digital-copy h2 { margin: 0; color: #fff; font-family: var(--hg-serif); font-size: clamp(39px,4vw,59px); line-height: 1.05; }
.hg-parents-digital-copy p:not(.hg-eyebrow) { margin: 22px 0 28px; color: rgba(255,255,255,.76); }
.hg-parents-digital-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hg-parents-feature-list { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1px; background: rgba(255,255,255,.11); }
.hg-parents-feature-list article {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 18px;
  align-content: center;
  min-height: 240px;
  padding: 39px;
  color: #fff;
  background: #082c52;
}
.hg-parents-feature-list article:nth-child(2),
.hg-parents-feature-list article:nth-child(3),
.hg-parents-feature-list article:nth-child(6) { background: #0a3868; }
.hg-parents-feature-list > article > .hg-icon { width: 49px; height: 49px; padding: 12px; color: var(--hg-gold-300); border: 1px solid rgba(239,208,122,.36); border-radius: 50%; }
.hg-parents-feature-list h3 { margin: 0; color: #fff; font-family: var(--hg-serif); font-size: 22px; line-height: 1.15; }
.hg-parents-feature-list p { margin: 10px 0 0; color: rgba(255,255,255,.68); font-size: 13px; }

.hg-parents-partnership { background: #fff; }
.hg-parents-partnership-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 18px; }
.hg-parents-partnership-grid article { padding: 30px 26px; background: #fbfaf6; border: 1px solid var(--hg-line); border-radius: 13px; }
.hg-parents-partnership-grid article > span { display: block; color: var(--hg-gold-600); font-family: var(--hg-serif); font-size: 38px; font-weight: 700; line-height: 1; }
.hg-parents-partnership-grid h3 { margin: 19px 0 0; color: var(--hg-navy-950); font-family: var(--hg-serif); font-size: 23px; line-height: 1.15; }
.hg-parents-partnership-grid p { margin: 13px 0 0; color: var(--hg-muted); font-size: 14px; }

.hg-parents-privacy { background: #f6f8fa; }
.hg-parents-privacy-grid { display: grid; grid-template-columns: 48% 52%; min-height: 650px; }
.hg-parents-privacy-image { min-height: 650px; overflow: hidden; }
.hg-parents-privacy-image img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hg-parents-privacy-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(58px,6vw,98px); }
.hg-parents-privacy-copy h2 { margin: 0; color: var(--hg-navy-950); font-family: var(--hg-serif); font-size: clamp(38px,4vw,56px); line-height: 1.06; }
.hg-parents-privacy-copy > p:not(.hg-eyebrow) { margin: 21px 0 24px; color: var(--hg-muted); }
.hg-parents-privacy-copy ul { display: grid; gap: 13px; margin: 0 0 4px; padding: 0; list-style: none; }
.hg-parents-privacy-copy li { display: flex; gap: 11px; align-items: flex-start; color: #32465d; font-size: 14px; }
.hg-parents-privacy-copy li .hg-icon { width: 21px; height: 21px; flex-basis: 21px; color: var(--hg-gold-600); margin-top: 2px; }

.hg-parents-faq { background: #fff; }
.hg-parents-faq-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 74px; align-items: start; }
.hg-parents-faq-intro { position: sticky; top: 145px; }
.hg-parents-faq-intro h2 { margin: 0; color: var(--hg-navy-950); font-family: var(--hg-serif); font-size: clamp(38px,3.8vw,53px); line-height: 1.07; }
.hg-parents-faq-intro p:not(.hg-eyebrow) { margin: 20px 0 27px; color: var(--hg-muted); }
.hg-parents-faq-list { border-top: 1px solid var(--hg-line); }
.hg-parents-faq-list details { border-bottom: 1px solid var(--hg-line); }
.hg-parents-faq-list summary {
  display: grid;
  grid-template-columns: 1fr 34px;
  gap: 18px;
  align-items: center;
  padding: 24px 0;
  cursor: pointer;
  color: var(--hg-navy-950);
  font-family: var(--hg-serif);
  font-size: 21px;
  font-weight: 700;
  list-style: none;
}
.hg-parents-faq-list summary::-webkit-details-marker { display: none; }
.hg-parents-faq-list summary span { display: grid; place-items: center; width: 32px; height: 32px; color: var(--hg-gold-600); border: 1px solid rgba(201,144,23,.4); border-radius: 50%; font-family: var(--hg-sans); transition: transform .2s ease; }
.hg-parents-faq-list details[open] summary span { transform: rotate(45deg); }
.hg-parents-faq-list details p { margin: -7px 48px 25px 0; color: var(--hg-muted); }
.hg-parents-editor-content { background: #fff; }

.hg-parents-final-cta { padding: 76px 0; color: #fff; background: linear-gradient(135deg,#05264a,var(--hg-navy-950)); }
.hg-parents-final-grid { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 52px; align-items: center; }
.hg-parents-final-grid h2 { max-width: 860px; margin: 0; color: #fff; font-family: var(--hg-serif); font-size: clamp(36px,3.8vw,54px); line-height: 1.07; }
.hg-parents-final-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 11px; }

@media (max-width: 1120px) {
  .hg-parents-hero-grid { grid-template-columns: .9fr 1.1fr; gap: 35px; }
  .hg-parents-photo-frame { left: 85px; }
  .hg-parents-access-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .hg-parents-partnership-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .hg-parents-feature-list article { padding: 30px; }
}
@media (max-width: 900px) {
  .hg-parents-hero-grid,
  .hg-parents-digital,
  .hg-parents-privacy-grid,
  .hg-parents-faq-grid,
  .hg-parents-final-grid { grid-template-columns: 1fr; }
  .hg-parents-hero-copy { max-width: 760px; margin-inline: auto; text-align: center; }
  .hg-parents-lead { margin-inline: auto; }
  .hg-parents-hero-copy .hg-hero-buttons { justify-content: center; }
  .hg-parents-security-note { justify-content: center; }
  .hg-parents-hero-visual { width: min(720px,100%); margin-inline: auto; }
  .hg-parents-trust-grid { grid-template-columns: repeat(2,1fr); }
  .hg-parents-feature-list { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .hg-parents-privacy-image { min-height: 520px; }
  .hg-parents-faq-intro { position: static; }
  .hg-parents-final-actions { justify-content: flex-start; }
}
@media (max-width: 640px) {
  .hg-parents-hero-grid { min-height: auto; padding-top: 53px; padding-bottom: 50px; }
  .hg-parents-hero h1 { font-size: clamp(42px,12vw,57px); }
  .hg-parents-lead { font-size: 16px; }
  .hg-parents-hero-visual { min-height: 500px; }
  .hg-parents-photo-frame { inset: 20px 0 0 50px; border-width: 6px; border-radius: 15px 34% 15px 22%; }
  .hg-parents-phone { width: 192px; height: 390px; padding: 13px 9px; border-radius: 27px; }
  .hg-parents-phone-screen { height: 324px; padding: 18px 10px; }
  .hg-parents-phone-screen > img { width: 53px; height: 44px; }
  .hg-parents-phone-screen > strong { font-size: 17px; }
  .hg-parents-phone-tiles { gap: 6px; margin-top: 17px; }
  .hg-parents-phone-tiles span { min-height: 71px; }
  .hg-parents-phone-tiles svg { width: 20px; height: 20px; }
  .hg-parents-trust-grid,
  .hg-parents-access-grid,
  .hg-parents-feature-list,
  .hg-parents-partnership-grid { grid-template-columns: 1fr; }
  .hg-parents-trust-grid > div,
  .hg-parents-trust-grid > div:first-child { border-left: 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.14); }
  .hg-parents-access-card { min-height: 280px; }
  .hg-parents-digital-copy { padding: 52px 24px; }
  .hg-parents-feature-list article { min-height: auto; padding: 32px 24px; }
  .hg-parents-privacy-image { min-height: 400px; }
  .hg-parents-privacy-copy { padding: 49px 24px; }
  .hg-parents-faq-list summary { font-size: 19px; }
  .hg-parents-final-actions { display: grid; grid-template-columns: 1fr; }
}

/* =========================================================
   Contact & School Visit Hub — v1.8.0
   ========================================================= */
.hg-contact-hero { overflow: hidden; background: radial-gradient(circle at 12% 15%,rgba(224,168,39,.13),transparent 27%),linear-gradient(135deg,#fffdf7 0%,#f6f3ea 55%,#eef3f8 100%); }
.hg-contact-hero-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 62px; align-items: center; min-height: 720px; padding-top: 78px; padding-bottom: 78px; }
.hg-contact-hero-copy h1 { max-width: 760px; margin: 0; color: var(--hg-navy-950); font-family: var(--hg-serif); font-size: clamp(50px,5.7vw,81px); line-height: .98; letter-spacing: -.025em; }
.hg-contact-lead { max-width: 670px; margin: 27px 0 31px; color: #40536a; font-size: 18px; line-height: 1.75; }
.hg-contact-hero-details { display: flex; flex-wrap: wrap; gap: 13px 28px; margin-top: 28px; }
.hg-contact-hero-details span { display: inline-flex; align-items: center; gap: 9px; color: var(--hg-navy-900); font-size: 12px; letter-spacing: .025em; text-transform: uppercase; }
.hg-contact-hero-details .hg-icon { width: 23px; height: 23px; color: var(--hg-gold-600); }
.hg-contact-hero-visual { position: relative; min-height: 570px; }
.hg-contact-hero-visual > img { width: 100%; height: 570px; object-fit: cover; object-position: center; border-radius: 30px 8px 30px 8px; box-shadow: 0 35px 75px rgba(3,26,52,.19); }
.hg-contact-hero-visual::before { content: ''; position: absolute; z-index: 0; inset: -18px 48px 38px -18px; border: 2px solid rgba(201,144,23,.45); border-radius: 32px 8px 32px 8px; }
.hg-contact-hero-visual > img,.hg-contact-floating-card { position: relative; z-index: 1; }
.hg-contact-floating-card { position: absolute; right: -24px; bottom: 34px; display: grid; grid-template-columns: auto 1fr; gap: 14px; align-items: center; width: min(410px,82%); padding: 20px 22px; color: #fff; background: rgba(3,31,60,.95); border: 1px solid rgba(239,208,122,.42); border-radius: 12px; box-shadow: 0 20px 45px rgba(0,0,0,.25); backdrop-filter: blur(8px); }
.hg-contact-floating-card img { width: 64px; height: 54px; object-fit: contain; }
.hg-contact-floating-card small { display: block; color: var(--hg-gold-300); font-size: 10px; font-weight: 900; letter-spacing: .16em; }
.hg-contact-floating-card strong { display: block; margin-top: 6px; color: #fff; font-size: 13px; line-height: 1.45; }

.hg-contact-channel-strip { position: relative; z-index: 2; color: #fff; background: linear-gradient(90deg,var(--hg-navy-950),#073b6e); }
.hg-contact-channel-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); }
.hg-contact-channel-card { display: grid; grid-template-columns: 48px 1fr; gap: 13px; align-items: center; min-height: 136px; padding: 24px 25px; color: #fff; border-left: 1px solid rgba(255,255,255,.14); transition: background .2s ease,transform .2s ease; }
.hg-contact-channel-card:last-child { border-right: 1px solid rgba(255,255,255,.14); }
.hg-contact-channel-card:hover { color: #fff; background: rgba(255,255,255,.08); transform: translateY(-3px); }
.hg-contact-channel-card > .hg-icon { grid-row: 1 / 3; width: 46px; height: 46px; padding: 11px; color: var(--hg-gold-300); border: 1px solid rgba(239,208,122,.42); border-radius: 50%; }
.hg-contact-channel-card span:nth-child(2) { min-width: 0; }
.hg-contact-channel-card strong { display: block; color: #fff; font-size: 14px; }
.hg-contact-channel-card small { display: block; margin-top: 5px; overflow-wrap: anywhere; color: rgba(255,255,255,.67); font-size: 11px; line-height: 1.45; }
.hg-contact-channel-card > b { grid-column: 2; color: var(--hg-gold-300); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }

.hg-contact-location { background: #fbfaf6; }
.hg-contact-location-grid { display: grid; grid-template-columns: 1.18fr .82fr; min-height: 590px; overflow: hidden; border: 1px solid var(--hg-line); border-radius: 18px; background: #fff; box-shadow: 0 24px 60px rgba(3,26,52,.09); }
.hg-contact-map { min-height: 590px; background: #e8edf2; }
.hg-contact-map iframe { width: 100%; height: 100%; min-height: 590px; border: 0; }
.hg-contact-address-panel { display: flex; flex-direction: column; justify-content: center; padding: clamp(44px,5vw,76px); background: linear-gradient(155deg,#fff,#f7f4eb); }
.hg-contact-address-panel h3 { margin: 0; color: var(--hg-navy-950); font-family: var(--hg-serif); font-size: clamp(36px,3.5vw,52px); line-height: 1.05; }
.hg-contact-address-panel dl { display: grid; gap: 0; margin: 29px 0 32px; }
.hg-contact-address-panel dl > div { padding: 17px 0; border-bottom: 1px solid var(--hg-line); }
.hg-contact-address-panel dt { display: flex; align-items: center; gap: 9px; color: var(--hg-navy-950); font-size: 11px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.hg-contact-address-panel dt .hg-icon { width: 22px; height: 22px; color: var(--hg-gold-600); }
.hg-contact-address-panel dd { margin: 8px 0 0 31px; color: var(--hg-muted); font-size: 14px; line-height: 1.55; }

.hg-contact-visit { display: grid; grid-template-columns: 52% 48%; min-height: 780px; background: var(--hg-navy-950); }
.hg-contact-visit-photo { min-height: 780px; overflow: hidden; }
.hg-contact-visit-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hg-contact-visit-copy { display: flex; align-items: center; padding: clamp(56px,6vw,96px); color: #fff; background: radial-gradient(circle at 100% 0,rgba(224,168,39,.16),transparent 35%),var(--hg-navy-950); }
.hg-contact-visit-copy > div { max-width: 660px; }
.hg-contact-visit-copy h2 { margin: 0; color: #fff; font-family: var(--hg-serif); font-size: clamp(42px,4.4vw,63px); line-height: 1.03; }
.hg-contact-visit-copy > div > p:not(.hg-eyebrow) { margin: 22px 0 31px; color: rgba(255,255,255,.73); }
.hg-contact-visit-steps { display: grid; gap: 1px; margin-bottom: 32px; background: rgba(255,255,255,.12); }
.hg-contact-visit-steps article { display: grid; grid-template-columns: 56px 1fr; gap: 19px; padding: 20px 22px; background: rgba(4,42,78,.9); }
.hg-contact-visit-steps article:nth-child(even) { background: rgba(8,57,104,.94); }
.hg-contact-visit-steps article > span { color: var(--hg-gold-300); font-family: var(--hg-serif); font-size: 30px; font-weight: 700; line-height: 1; }
.hg-contact-visit-steps h3 { margin: 0; color: #fff; font-family: var(--hg-serif); font-size: 20px; }
.hg-contact-visit-steps p { margin: 7px 0 0; color: rgba(255,255,255,.66); font-size: 13px; }

.hg-contact-departments { background: #fff; }
.hg-contact-department-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 23px; }
.hg-contact-department-grid article { display: flex; flex-direction: column; min-height: 355px; padding: 35px 31px; background: #fbfaf6; border: 1px solid var(--hg-line); border-radius: 14px; box-shadow: 0 17px 35px rgba(3,26,52,.05); transition: transform .2s ease,box-shadow .2s ease; }
.hg-contact-department-grid article:hover { transform: translateY(-6px); box-shadow: 0 25px 50px rgba(3,26,52,.11); }
.hg-contact-department-grid article > .hg-icon { width: 62px; height: 62px; padding: 15px; color: var(--hg-gold-600); background: #fff8e4; border: 1px solid rgba(201,144,23,.28); border-radius: 50%; }
.hg-contact-department-grid h3 { margin: 24px 0 0; color: var(--hg-navy-950); font-family: var(--hg-serif); font-size: 28px; line-height: 1.12; }
.hg-contact-department-grid p { margin: 15px 0 27px; color: var(--hg-muted); font-size: 14px; }
.hg-contact-department-grid a { display: inline-flex; align-items: center; gap: 8px; margin-top: auto; color: var(--hg-navy-900); font-size: 11px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.hg-contact-department-grid a:hover { color: var(--hg-gold-600); }
.hg-contact-department-grid a .hg-icon { width: 17px; height: 17px; }

.hg-contact-ready { padding: 78px 0; color: #fff; background: linear-gradient(130deg,#0a3d6f,var(--hg-navy-950)); }
.hg-contact-ready-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 78px; align-items: center; }
.hg-contact-ready h2 { margin: 0; color: #fff; font-family: var(--hg-serif); font-size: clamp(39px,4vw,57px); line-height: 1.05; }
.hg-contact-ready ul { display: grid; gap: 16px; margin: 0; padding: 0; list-style: none; }
.hg-contact-ready li { display: flex; gap: 12px; align-items: flex-start; color: rgba(255,255,255,.78); font-size: 14px; }
.hg-contact-ready li .hg-icon { width: 23px; height: 23px; flex: 0 0 23px; color: var(--hg-gold-300); margin-top: 1px; }

.hg-contact-faq { background: #fff; }
.hg-contact-faq-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 74px; align-items: start; }
.hg-contact-faq-intro { position: sticky; top: 145px; }
.hg-contact-faq-intro h2 { margin: 0; color: var(--hg-navy-950); font-family: var(--hg-serif); font-size: clamp(38px,3.8vw,54px); line-height: 1.06; }
.hg-contact-faq-intro p:not(.hg-eyebrow) { margin: 20px 0 27px; color: var(--hg-muted); }
.hg-contact-faq-list { border-top: 1px solid var(--hg-line); }
.hg-contact-faq-list details { border-bottom: 1px solid var(--hg-line); }
.hg-contact-faq-list summary { display: flex; justify-content: space-between; gap: 25px; align-items: center; padding: 25px 0; color: var(--hg-navy-950); cursor: pointer; font-family: var(--hg-serif); font-size: 21px; font-weight: 700; list-style: none; }
.hg-contact-faq-list summary::-webkit-details-marker { display: none; }
.hg-contact-faq-list summary span { display: grid; place-items: center; width: 32px; height: 32px; flex: 0 0 32px; color: var(--hg-gold-600); border: 1px solid rgba(201,144,23,.4); border-radius: 50%; font-family: var(--hg-sans); transition: transform .2s ease; }
.hg-contact-faq-list details[open] summary span { transform: rotate(45deg); }
.hg-contact-faq-list details p { margin: -7px 48px 25px 0; color: var(--hg-muted); }
.hg-contact-editor-content { background: #fff; }

.hg-contact-final-cta { padding: 78px 0; color: #fff; background: linear-gradient(135deg,#05264a,var(--hg-navy-950)); }
.hg-contact-final-grid { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 54px; align-items: center; }
.hg-contact-final-grid h2 { max-width: 880px; margin: 0; color: #fff; font-family: var(--hg-serif); font-size: clamp(36px,3.8vw,54px); line-height: 1.07; }
.hg-contact-final-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 11px; }

@media (max-width: 1180px) {
  .hg-contact-hero-grid { grid-template-columns: .88fr 1.12fr; gap: 37px; }
  .hg-contact-floating-card { right: 12px; }
  .hg-contact-channel-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .hg-contact-channel-card:nth-child(2) { border-right: 1px solid rgba(255,255,255,.14); }
  .hg-contact-department-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
}
@media (max-width: 920px) {
  .hg-contact-hero-grid,.hg-contact-location-grid,.hg-contact-visit,.hg-contact-ready-grid,.hg-contact-faq-grid,.hg-contact-final-grid { grid-template-columns: 1fr; }
  .hg-contact-hero-copy { max-width: 760px; margin-inline: auto; text-align: center; }
  .hg-contact-lead { margin-inline: auto; }
  .hg-contact-hero-copy .hg-hero-buttons,.hg-contact-hero-details { justify-content: center; }
  .hg-contact-hero-visual { width: min(760px,100%); margin-inline: auto; }
  .hg-contact-location-grid { min-height: auto; }
  .hg-contact-map,.hg-contact-map iframe { min-height: 480px; }
  .hg-contact-visit-photo { min-height: 580px; }
  .hg-contact-department-grid { grid-template-columns: 1fr; }
  .hg-contact-department-grid article { min-height: 0; }
  .hg-contact-faq-intro { position: static; }
  .hg-contact-final-actions { justify-content: flex-start; }
}
@media (max-width: 680px) {
  .hg-contact-hero-grid { min-height: auto; padding-top: 53px; padding-bottom: 50px; }
  .hg-contact-hero-copy h1 { font-size: clamp(43px,13vw,58px); }
  .hg-contact-lead { font-size: 16px; }
  .hg-contact-hero-visual,.hg-contact-hero-visual > img { min-height: 460px; height: 460px; }
  .hg-contact-hero-visual::before { inset: -10px 20px 22px -10px; }
  .hg-contact-floating-card { right: 9px; bottom: 17px; width: calc(100% - 18px); padding: 15px; }
  .hg-contact-floating-card img { width: 51px; height: 44px; }
  .hg-contact-channel-grid { grid-template-columns: 1fr; }
  .hg-contact-channel-card,.hg-contact-channel-card:nth-child(2),.hg-contact-channel-card:last-child { min-height: 112px; border-right: 1px solid rgba(255,255,255,.14); border-bottom: 1px solid rgba(255,255,255,.14); }
  .hg-contact-map,.hg-contact-map iframe { min-height: 390px; }
  .hg-contact-address-panel { padding: 42px 25px; }
  .hg-contact-visit-photo { min-height: 430px; }
  .hg-contact-visit-copy { padding: 54px 24px; }
  .hg-contact-visit-steps article { grid-template-columns: 45px 1fr; padding: 18px 16px; }
  .hg-contact-ready { padding: 58px 0; }
  .hg-contact-ready-grid { gap: 35px; }
  .hg-contact-faq-list summary { font-size: 18px; }
  .hg-contact-final-cta { padding: 58px 0; }
}

/* ================================================================
   PREMIUM POLICIES, PRIVACY & SAFEGUARDING HUB — v1.9.0
   ================================================================ */
.hg-policies-page { background: #fff; }
.hg-policies-hero { overflow: hidden; background: linear-gradient(115deg,#fffdf6 0%,#f7f1e4 58%,#eef4fa 100%); }
.hg-policies-hero-grid { display: grid; grid-template-columns: .93fr 1.07fr; gap: 64px; align-items: center; min-height: 720px; padding-top: 76px; padding-bottom: 76px; }
.hg-policies-hero-copy h1 { max-width: 720px; margin: 0; color: var(--hg-navy-950); font-family: var(--hg-serif); font-size: clamp(52px,5.2vw,78px); line-height: .99; letter-spacing: -.025em; }
.hg-policies-lead { max-width: 680px; margin: 25px 0 30px; color: var(--hg-muted); font-size: 18px; line-height: 1.72; }
.hg-policies-assurance { display: flex; flex-wrap: wrap; gap: 13px 26px; margin-top: 28px; }
.hg-policies-assurance span { display: inline-flex; align-items: center; gap: 8px; color: var(--hg-navy-900); font-size: 12px; font-weight: 900; letter-spacing: .055em; text-transform: uppercase; }
.hg-policies-assurance .hg-icon { width: 21px; height: 21px; color: var(--hg-gold-600); }
.hg-policies-hero-visual { position: relative; min-height: 590px; }
.hg-policies-hero-visual::before { content: ""; position: absolute; inset: -20px 45px 40px -20px; border: 1px solid rgba(201,144,23,.46); border-radius: 22px; }
.hg-policies-hero-visual > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 35%; border-radius: 20px; box-shadow: 0 30px 70px rgba(3,26,52,.19); }
.hg-policies-hero-visual::after { content: ""; position: absolute; inset: 0; border-radius: 20px; background: linear-gradient(180deg,transparent 55%,rgba(3,26,52,.78)); pointer-events: none; }
.hg-policies-hero-card { position: absolute; right: 24px; bottom: 23px; z-index: 2; display: flex; gap: 15px; align-items: center; width: min(430px,calc(100% - 48px)); padding: 20px 22px; color: #fff; background: rgba(3,35,68,.93); border: 1px solid rgba(255,255,255,.17); border-radius: 13px; box-shadow: 0 20px 42px rgba(0,0,0,.23); backdrop-filter: blur(8px); }
.hg-policies-hero-card > .hg-icon { width: 48px; height: 48px; flex: 0 0 48px; padding: 11px; color: var(--hg-gold-300); border: 1px solid rgba(221,171,54,.55); border-radius: 50%; }
.hg-policies-hero-card small { display: block; color: var(--hg-gold-300); font-size: 10px; font-weight: 900; letter-spacing: .13em; }
.hg-policies-hero-card strong { display: block; margin-top: 5px; font-family: var(--hg-serif); font-size: 20px; line-height: 1.2; }

.hg-policy-library { background: #fff; }
.hg-policy-card-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 20px; }
.hg-policy-card { display: flex; flex-direction: column; min-height: 355px; padding: 30px 27px; background: #fbfaf6; border: 1px solid var(--hg-line); border-top: 4px solid var(--hg-gold-500); border-radius: 13px; box-shadow: 0 15px 34px rgba(3,26,52,.055); transition: transform .2s ease,box-shadow .2s ease; }
.hg-policy-card:hover { transform: translateY(-6px); box-shadow: 0 26px 54px rgba(3,26,52,.12); }
.hg-policy-card > .hg-icon { width: 58px; height: 58px; padding: 14px; color: var(--hg-navy-900); background: #fff; border: 1px solid rgba(201,144,23,.28); border-radius: 50%; }
.hg-policy-card h3 { margin: 23px 0 0; color: var(--hg-navy-950); font-family: var(--hg-serif); font-size: 25px; line-height: 1.12; }
.hg-policy-card p { margin: 14px 0 24px; color: var(--hg-muted); font-size: 13.5px; line-height: 1.68; }
.hg-policy-card a { display: inline-flex; align-items: center; gap: 8px; margin-top: auto; color: var(--hg-navy-900); font-size: 10px; font-weight: 900; letter-spacing: .055em; text-transform: uppercase; }
.hg-policy-card a:hover { color: var(--hg-gold-600); }
.hg-policy-card a .hg-icon { width: 16px; height: 16px; }

.hg-policies-safeguarding { display: grid; grid-template-columns: .92fr 1.08fr; min-height: 820px; background: var(--hg-navy-950); }
.hg-policies-safeguarding-photo { min-height: 820px; }
.hg-policies-safeguarding-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hg-policies-safeguarding-copy { display: grid; align-items: center; padding: 86px clamp(38px,6vw,100px); color: #fff; }
.hg-policies-safeguarding-copy > div { max-width: 760px; }
.hg-policies-safeguarding-copy h2 { margin: 0; color: #fff; font-family: var(--hg-serif); font-size: clamp(42px,4.2vw,62px); line-height: 1.03; }
.hg-policies-safeguarding-copy > div > p:not(.hg-eyebrow) { margin: 22px 0 29px; color: rgba(255,255,255,.7); font-size: 16px; line-height: 1.72; }
.hg-safeguarding-principles { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 13px; margin-bottom: 29px; }
.hg-safeguarding-principles article { display: grid; grid-template-columns: 43px 1fr; gap: 13px; padding: 17px; background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.11); border-radius: 10px; }
.hg-safeguarding-principles article > span { display: grid; place-items: center; width: 43px; height: 43px; color: var(--hg-gold-300); border: 1px solid rgba(221,171,54,.45); border-radius: 50%; font-family: var(--hg-serif); font-size: 17px; font-weight: 700; }
.hg-safeguarding-principles h3 { margin: 0; color: #fff; font-family: var(--hg-serif); font-size: 19px; line-height: 1.15; }
.hg-safeguarding-principles p { margin: 6px 0 0; color: rgba(255,255,255,.62); font-size: 12.5px; line-height: 1.55; }

.hg-policies-data { background: #f7f3e9; }
.hg-data-category-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 20px; }
.hg-data-category-grid article { display: grid; grid-template-columns: 56px 1fr; gap: 18px; padding: 28px; background: #fff; border: 1px solid var(--hg-line); border-radius: 12px; box-shadow: 0 12px 28px rgba(3,26,52,.045); }
.hg-data-category-grid article > .hg-icon { width: 56px; height: 56px; padding: 14px; color: var(--hg-gold-600); background: #fff8e3; border-radius: 50%; }
.hg-data-category-grid h3 { margin: 1px 0 0; color: var(--hg-navy-950); font-family: var(--hg-serif); font-size: 23px; line-height: 1.12; }
.hg-data-category-grid p { margin: 10px 0 0; color: var(--hg-muted); font-size: 13px; line-height: 1.65; }

.hg-policies-rights { padding: 82px 0; color: #fff; background: linear-gradient(130deg,#0a3d6f,var(--hg-navy-950)); }
.hg-policies-rights-grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: 80px; align-items: center; }
.hg-policies-rights h2 { margin: 0; color: #fff; font-family: var(--hg-serif); font-size: clamp(42px,4.1vw,59px); line-height: 1.04; }
.hg-policies-rights p:not(.hg-eyebrow) { margin: 20px 0 28px; color: rgba(255,255,255,.7); }
.hg-policies-rights-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.hg-policies-rights ul { display: grid; gap: 13px; margin: 0; padding: 0; list-style: none; }
.hg-policies-rights li { display: flex; gap: 12px; align-items: flex-start; padding: 14px 16px; color: rgba(255,255,255,.77); background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1); border-radius: 9px; font-size: 13.5px; line-height: 1.55; }
.hg-policies-rights li .hg-icon { width: 22px; height: 22px; flex: 0 0 22px; color: var(--hg-gold-300); }

.hg-policies-reporting { background: #fff; }
.hg-reporting-route-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 20px; }
.hg-reporting-route-grid article { display: flex; flex-direction: column; min-height: 340px; padding: 31px 27px; background: #fbfaf6; border: 1px solid var(--hg-line); border-radius: 13px; box-shadow: 0 15px 34px rgba(3,26,52,.055); }
.hg-reporting-route-grid article > .hg-icon { width: 58px; height: 58px; padding: 14px; color: #fff; background: var(--hg-navy-900); border-radius: 50%; }
.hg-reporting-route-grid h3 { margin: 22px 0 0; color: var(--hg-navy-950); font-family: var(--hg-serif); font-size: 25px; line-height: 1.12; }
.hg-reporting-route-grid p { margin: 14px 0 25px; color: var(--hg-muted); font-size: 13px; line-height: 1.65; }
.hg-reporting-route-grid a { display: inline-flex; align-items: center; gap: 8px; margin-top: auto; color: var(--hg-gold-700); font-size: 10px; font-weight: 900; letter-spacing: .055em; text-transform: uppercase; overflow-wrap: anywhere; }
.hg-reporting-route-grid a .hg-icon { width: 16px; height: 16px; flex: 0 0 16px; }
.hg-reporting-note { display: flex; gap: 15px; align-items: flex-start; margin-top: 23px; padding: 20px 23px; color: var(--hg-navy-900); background: #fff6df; border: 1px solid rgba(201,144,23,.3); border-radius: 10px; }
.hg-reporting-note .hg-icon { width: 28px; height: 28px; flex: 0 0 28px; color: var(--hg-gold-700); }
.hg-reporting-note p { margin: 1px 0 0; font-size: 13.5px; }

.hg-policies-media { padding: 82px 0; background: #f7f3e9; }
.hg-policies-media-grid { display: grid; grid-template-columns: 1.04fr .96fr; gap: 68px; align-items: center; }
.hg-policies-media-photo { position: relative; min-height: 560px; }
.hg-policies-media-photo::before { content: ""; position: absolute; inset: -14px 28px 28px -14px; border: 1px solid rgba(201,144,23,.42); border-radius: 18px; }
.hg-policies-media-photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; border-radius: 16px; box-shadow: 0 25px 55px rgba(3,26,52,.15); }
.hg-policies-media-copy h2 { margin: 0; color: var(--hg-navy-950); font-family: var(--hg-serif); font-size: clamp(42px,4vw,58px); line-height: 1.04; }
.hg-policies-media-copy > p:not(.hg-eyebrow) { margin: 21px 0 25px; color: var(--hg-muted); }
.hg-policies-media-copy ul { display: grid; gap: 13px; margin: 0; padding: 0; list-style: none; }
.hg-policies-media-copy li { display: flex; gap: 11px; align-items: flex-start; color: var(--hg-navy-900); font-size: 13.5px; }
.hg-policies-media-copy li .hg-icon { width: 22px; height: 22px; flex: 0 0 22px; color: var(--hg-gold-600); }

.hg-policies-faq { background: #fff; }
.hg-policies-faq-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 74px; align-items: start; }
.hg-policies-faq-intro { position: sticky; top: 145px; }
.hg-policies-faq-intro h2 { margin: 0; color: var(--hg-navy-950); font-family: var(--hg-serif); font-size: clamp(39px,3.8vw,55px); line-height: 1.06; }
.hg-policies-faq-intro p:not(.hg-eyebrow) { margin: 20px 0 27px; color: var(--hg-muted); }
.hg-policies-faq-list { border-top: 1px solid var(--hg-line); }
.hg-policies-faq-list details { border-bottom: 1px solid var(--hg-line); }
.hg-policies-faq-list summary { display: flex; justify-content: space-between; gap: 25px; align-items: center; padding: 25px 0; color: var(--hg-navy-950); cursor: pointer; font-family: var(--hg-serif); font-size: 21px; font-weight: 700; list-style: none; }
.hg-policies-faq-list summary::-webkit-details-marker { display: none; }
.hg-policies-faq-list summary span { display: grid; place-items: center; width: 32px; height: 32px; flex: 0 0 32px; color: var(--hg-gold-600); border: 1px solid rgba(201,144,23,.4); border-radius: 50%; font-family: var(--hg-sans); transition: transform .2s ease; }
.hg-policies-faq-list details[open] summary span { transform: rotate(45deg); }
.hg-policies-faq-list details p { margin: -7px 48px 25px 0; color: var(--hg-muted); }
.hg-policies-editor-content { background: #fff; }

.hg-policies-final-cta { padding: 78px 0; color: #fff; background: linear-gradient(135deg,#05264a,var(--hg-navy-950)); }
.hg-policies-final-grid { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 54px; align-items: center; }
.hg-policies-final-grid h2 { max-width: 900px; margin: 0; color: #fff; font-family: var(--hg-serif); font-size: clamp(36px,3.8vw,54px); line-height: 1.07; }
.hg-policies-final-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 11px; }

@media (max-width: 1180px) {
  .hg-policies-hero-grid { grid-template-columns: .9fr 1.1fr; gap: 38px; }
  .hg-policy-card-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .hg-reporting-route-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media (max-width: 920px) {
  .hg-policies-hero-grid,.hg-policies-safeguarding,.hg-policies-rights-grid,.hg-policies-media-grid,.hg-policies-faq-grid,.hg-policies-final-grid { grid-template-columns: 1fr; }
  .hg-policies-hero-copy { max-width: 780px; margin-inline: auto; text-align: center; }
  .hg-policies-lead { margin-inline: auto; }
  .hg-policies-hero-copy .hg-hero-buttons,.hg-policies-assurance { justify-content: center; }
  .hg-policies-hero-visual { width: min(780px,100%); margin-inline: auto; }
  .hg-policies-safeguarding-photo { min-height: 600px; }
  .hg-policies-safeguarding-copy { padding: 70px 36px; }
  .hg-data-category-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .hg-policies-media-photo { min-height: 580px; }
  .hg-policies-faq-intro { position: static; }
  .hg-policies-final-actions { justify-content: flex-start; }
}
@media (max-width: 680px) {
  .hg-policies-hero-grid { min-height: auto; padding-top: 54px; padding-bottom: 52px; }
  .hg-policies-hero-copy h1 { font-size: clamp(42px,12.7vw,58px); }
  .hg-policies-lead { font-size: 16px; }
  .hg-policies-hero-visual { min-height: 470px; }
  .hg-policies-hero-visual::before { inset: -10px 20px 22px -10px; }
  .hg-policies-hero-card { right: 9px; bottom: 15px; width: calc(100% - 18px); padding: 15px; }
  .hg-policies-hero-card > .hg-icon { width: 42px; height: 42px; flex-basis: 42px; }
  .hg-policies-hero-card strong { font-size: 17px; }
  .hg-policy-card-grid,.hg-safeguarding-principles,.hg-data-category-grid,.hg-reporting-route-grid { grid-template-columns: 1fr; }
  .hg-policy-card,.hg-reporting-route-grid article { min-height: 0; }
  .hg-policies-safeguarding-photo { min-height: 440px; }
  .hg-policies-safeguarding-copy { padding: 55px 23px; }
  .hg-safeguarding-principles article { grid-template-columns: 39px 1fr; padding: 15px; }
  .hg-safeguarding-principles article > span { width: 39px; height: 39px; }
  .hg-data-category-grid article { grid-template-columns: 48px 1fr; padding: 22px; }
  .hg-data-category-grid article > .hg-icon { width: 48px; height: 48px; padding: 12px; }
  .hg-policies-rights { padding: 60px 0; }
  .hg-policies-rights-grid { gap: 37px; }
  .hg-policies-media { padding: 61px 0; }
  .hg-policies-media-photo { min-height: 430px; }
  .hg-policies-faq-list summary { font-size: 18px; }
  .hg-policies-final-cta { padding: 58px 0; }
}


/* ==========================================================================
   News, Events & Notices Hub
   ========================================================================== */
.hg-news-hero { overflow: hidden; background: linear-gradient(118deg,#fffdf7 0%,#f5efe2 58%,#fff 100%); }
.hg-news-hero-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 68px; align-items: center; min-height: 720px; padding-top: 72px; padding-bottom: 72px; }
.hg-news-hero-copy h1 { max-width: 670px; margin: 0; color: var(--hg-navy-950); font-family: var(--hg-serif); font-size: clamp(54px,5.4vw,79px); line-height: .99; letter-spacing: -.025em; }
.hg-news-lead { max-width: 650px; margin: 25px 0 31px; color: var(--hg-muted); font-size: 18px; line-height: 1.72; }
.hg-news-hero-points { display: flex; flex-wrap: wrap; gap: 11px 24px; margin-top: 26px; color: var(--hg-navy-900); font-size: 12px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.hg-news-hero-points span { display: inline-flex; gap: 8px; align-items: center; }
.hg-news-hero-points .hg-icon { width: 21px; height: 21px; color: var(--hg-gold-600); }
.hg-news-hero-visual { position: relative; min-height: 600px; }
.hg-news-hero-visual::before { content: ""; position: absolute; inset: -15px 32px 30px -15px; border: 1px solid rgba(201,144,23,.48); border-radius: 20px; }
.hg-news-hero-visual > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 34%; border-radius: 17px; box-shadow: 0 28px 65px rgba(3,26,52,.18); }
.hg-news-hero-card { position: absolute; right: -25px; bottom: 34px; display: grid; grid-template-columns: 55px 1fr; gap: 15px; align-items: center; width: min(390px,80%); padding: 20px 22px; color: #fff; background: rgba(2,35,69,.96); border: 1px solid rgba(221,171,54,.45); border-radius: 11px; box-shadow: 0 20px 45px rgba(0,0,0,.25); }
.hg-news-hero-card > .hg-icon { width: 55px; height: 55px; padding: 14px; color: var(--hg-gold-300); border: 1px solid rgba(221,171,54,.55); border-radius: 50%; }
.hg-news-hero-card strong { display: block; font-family: var(--hg-serif); font-size: 20px; }
.hg-news-hero-card span:not(.hg-icon) { display: block; margin-top: 4px; color: rgba(255,255,255,.68); font-size: 12px; line-height: 1.45; }

.hg-news-latest { background: #fff; }
.hg-section-heading-left { display: grid; grid-template-columns: 1fr minmax(300px,520px); gap: 60px; align-items: end; max-width: none; margin-bottom: 43px; text-align: left; }
.hg-section-heading-left h2 { margin-bottom: 0; }
.hg-section-heading-left > p { margin: 0; color: var(--hg-muted); line-height: 1.7; }
.hg-news-featured { display: grid; grid-template-columns: 1.12fr .88fr; min-height: 520px; overflow: hidden; background: #f8f5ed; border: 1px solid var(--hg-line); border-radius: 16px; box-shadow: 0 22px 50px rgba(3,26,52,.085); }
.hg-news-featured-image { min-height: 520px; overflow: hidden; }
.hg-news-featured-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.hg-news-featured:hover .hg-news-featured-image img { transform: scale(1.025); }
.hg-news-featured-copy { display: flex; flex-direction: column; justify-content: center; padding: 52px; }
.hg-news-meta { display: flex; flex-wrap: wrap; gap: 8px 18px; align-items: center; margin: 0; color: var(--hg-muted); font-size: 10px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.hg-news-meta span { color: var(--hg-gold-700); }
.hg-news-featured h3 { margin: 18px 0 0; font-family: var(--hg-serif); font-size: clamp(35px,3.1vw,49px); line-height: 1.04; }
.hg-news-featured h3 a,.hg-news-card h3 a { color: var(--hg-navy-950); text-decoration: none; }
.hg-news-featured-copy > p:not(.hg-news-meta) { margin: 19px 0 27px; color: var(--hg-muted); font-size: 15px; line-height: 1.72; }
.hg-text-link { display: inline-flex; gap: 9px; align-items: center; color: var(--hg-navy-900); font-size: 11px; font-weight: 900; letter-spacing: .055em; text-transform: uppercase; }
.hg-text-link svg { width: 17px; height: 17px; }
.hg-news-card-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 22px; margin-top: 25px; }
.hg-news-card { overflow: hidden; background: #fff; border: 1px solid var(--hg-line); border-radius: 13px; box-shadow: 0 14px 33px rgba(3,26,52,.055); }
.hg-news-card-image { display: block; aspect-ratio: 16/10; overflow: hidden; background: #eee8db; }
.hg-news-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.hg-news-card:hover .hg-news-card-image img { transform: scale(1.035); }
.hg-news-card-copy { padding: 25px 25px 27px; }
.hg-news-card h3 { margin: 14px 0 0; font-family: var(--hg-serif); font-size: 26px; line-height: 1.1; }
.hg-news-card-copy > p:not(.hg-news-meta) { min-height: 62px; margin: 13px 0 20px; color: var(--hg-muted); font-size: 13px; line-height: 1.6; }
.hg-news-empty { padding: 70px 35px; text-align: center; background: #f8f5ed; border: 1px dashed rgba(201,144,23,.55); border-radius: 14px; }
.hg-news-empty .hg-icon { display: inline-grid; place-items: center; width: 66px; height: 66px; padding: 17px; color: var(--hg-gold-600); background: #fff; border-radius: 50%; }
.hg-news-empty h3 { margin: 20px 0 0; color: var(--hg-navy-950); font-family: var(--hg-serif); font-size: 32px; }
.hg-news-empty p { max-width: 670px; margin: 12px auto 0; color: var(--hg-muted); }

.hg-news-notices { background: #f7f3e9; }
.hg-news-notice-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 21px; }
.hg-news-notice-card { display: flex; flex-direction: column; min-height: 360px; padding: 34px 30px; background: #fff; border: 1px solid var(--hg-line); border-top: 5px solid var(--hg-gold-500); border-radius: 12px; box-shadow: 0 16px 37px rgba(3,26,52,.06); }
.hg-news-notice-card > .hg-icon { width: 56px; height: 56px; padding: 14px; color: #fff; background: var(--hg-navy-900); border-radius: 50%; }
.hg-news-notice-label { margin: 21px 0 0!important; color: var(--hg-gold-700)!important; font-size: 10px!important; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.hg-news-notice-card h3 { margin: 9px 0 0; color: var(--hg-navy-950); font-family: var(--hg-serif); font-size: 29px; line-height: 1.08; }
.hg-news-notice-card > p:not(.hg-news-notice-label) { margin: 15px 0 24px; color: var(--hg-muted); font-size: 13.5px; line-height: 1.65; }
.hg-news-notice-card .hg-text-link { margin-top: auto; }

.hg-news-connection { padding: 88px 0; color: #fff; background: linear-gradient(130deg,#0a3c6c,var(--hg-navy-950)); }
.hg-news-connection-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 78px; align-items: center; }
.hg-news-connection-copy h2 { margin: 0; color: #fff; font-family: var(--hg-serif); font-size: clamp(43px,4.2vw,61px); line-height: 1.03; }
.hg-news-connection-copy > p:not(.hg-eyebrow) { margin: 22px 0 29px; color: rgba(255,255,255,.7); font-size: 15.5px; line-height: 1.72; }
.hg-news-connection-cards { display: grid; gap: 13px; }
.hg-news-connection-cards article { display: grid; grid-template-columns: 58px 1fr; gap: 18px; align-items: start; padding: 23px; background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.11); border-radius: 11px; }
.hg-news-connection-cards article > .hg-icon { width: 58px; height: 58px; padding: 15px; color: var(--hg-gold-300); border: 1px solid rgba(221,171,54,.48); border-radius: 50%; }
.hg-news-connection-cards h3 { margin: 0; color: #fff; font-family: var(--hg-serif); font-size: 24px; }
.hg-news-connection-cards p { margin: 7px 0 11px; color: rgba(255,255,255,.62); font-size: 12.5px; line-height: 1.55; }
.hg-news-connection-cards a { display: inline-flex; gap: 8px; align-items: center; color: var(--hg-gold-300); font-size: 10px; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }
.hg-news-connection-cards a svg { width: 15px; height: 15px; }
.hg-news-editor-content { background: #fff; }
.hg-news-final-cta { padding: 78px 0; color: #fff; background: linear-gradient(135deg,#05264a,var(--hg-navy-950)); }
.hg-news-final-grid { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 54px; align-items: center; }
.hg-news-final-grid h2 { max-width: 900px; margin: 0; color: #fff; font-family: var(--hg-serif); font-size: clamp(36px,3.8vw,54px); line-height: 1.07; }
.hg-news-final-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 11px; }

@media (max-width: 1120px) {
  .hg-news-hero-grid { gap: 42px; }
  .hg-news-featured-copy { padding: 40px; }
  .hg-news-card-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media (max-width: 920px) {
  .hg-news-hero-grid,.hg-news-featured,.hg-news-connection-grid,.hg-news-final-grid { grid-template-columns: 1fr; }
  .hg-news-hero-copy { max-width: 780px; margin-inline: auto; text-align: center; }
  .hg-news-lead { margin-inline: auto; }
  .hg-news-hero-copy .hg-hero-buttons,.hg-news-hero-points { justify-content: center; }
  .hg-news-hero-visual { width: min(780px,100%); min-height: 590px; margin-inline: auto; }
  .hg-section-heading-left { grid-template-columns: 1fr; gap: 17px; }
  .hg-news-featured-image { min-height: 470px; }
  .hg-news-notice-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .hg-news-final-actions { justify-content: flex-start; }
}
@media (max-width: 680px) {
  .hg-news-hero-grid { min-height: auto; padding-top: 54px; padding-bottom: 52px; }
  .hg-news-hero-copy h1 { font-size: clamp(43px,12.8vw,59px); }
  .hg-news-lead { font-size: 16px; }
  .hg-news-hero-visual { min-height: 455px; }
  .hg-news-hero-visual::before { inset: -10px 20px 22px -10px; }
  .hg-news-hero-card { right: 8px; bottom: 15px; width: calc(100% - 16px); padding: 15px; }
  .hg-news-featured-image { min-height: 330px; }
  .hg-news-featured-copy { padding: 29px 23px 34px; }
  .hg-news-card-grid,.hg-news-notice-grid { grid-template-columns: 1fr; }
  .hg-news-card-copy > p:not(.hg-news-meta) { min-height: 0; }
  .hg-news-notice-card { min-height: 0; }
  .hg-news-connection { padding: 62px 0; }
  .hg-news-connection-grid { gap: 38px; }
  .hg-news-connection-cards article { grid-template-columns: 50px 1fr; padding: 19px; }
  .hg-news-connection-cards article > .hg-icon { width: 50px; height: 50px; padding: 13px; }
  .hg-news-final-cta { padding: 58px 0; }
}

/* =========================================================
   VERSION 2.1.0 — MOBILE APPS & DIGITAL SUPPORT HUB
   ========================================================= */
.hg-apps-page { background: #fff; }
.hg-apps-hero { overflow: hidden; background: radial-gradient(circle at 88% 14%,rgba(224,175,57,.16),transparent 31%),linear-gradient(125deg,#fbfaf6 0%,#f5f1e7 100%); }
.hg-apps-hero-grid { display: grid; grid-template-columns: minmax(0,.94fr) minmax(460px,1.06fr); gap: 78px; align-items: center; min-height: 720px; padding-top: 74px; padding-bottom: 74px; }
.hg-apps-hero-copy h1 { max-width: 690px; margin: 0; color: var(--hg-navy-950); font-family: var(--hg-serif); font-size: clamp(54px,5.3vw,79px); line-height: .99; letter-spacing: -.025em; }
.hg-apps-lead { max-width: 640px; margin: 25px 0 31px; color: var(--hg-muted); font-size: 18px; line-height: 1.72; }
.hg-apps-security-note { display: inline-flex; gap: 9px; align-items: center; margin: 25px 0 0; color: var(--hg-navy-900); font-size: 11px; font-weight: 800; letter-spacing: .045em; text-transform: uppercase; }
.hg-apps-security-note .hg-icon { width: 21px; height: 21px; color: var(--hg-gold-600); }
.hg-apps-hero-visual { position: relative; min-height: 590px; }
.hg-apps-photo { position: absolute; inset: 0 102px 18px 0; overflow: hidden; border: 1px solid rgba(201,144,23,.35); border-radius: 18px; box-shadow: 0 28px 65px rgba(3,26,52,.16); }
.hg-apps-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 38%; }
.hg-apps-phone { position: absolute; right: 0; bottom: 0; width: 255px; height: 510px; padding: 14px 13px 18px; background: #061b33; border: 4px solid #d3a72f; border-radius: 35px; box-shadow: 0 25px 55px rgba(0,0,0,.29); transform: rotate(2.8deg); }
.hg-apps-phone-speaker { width: 58px; height: 6px; margin: 0 auto 10px; background: rgba(255,255,255,.24); border-radius: 99px; }
.hg-apps-phone-screen { height: 438px; padding: 36px 17px 18px; text-align: center; background: linear-gradient(180deg,#fbfaf6,#eee8dc); border-radius: 22px; }
.hg-apps-phone-screen > img { width: 74px; height: auto; object-fit: contain; }
.hg-apps-phone-screen > strong { display: block; margin-top: 9px; color: var(--hg-navy-950); font-family: var(--hg-serif); font-size: 24px; }
.hg-apps-phone-screen > small { display: block; margin-top: 3px; color: var(--hg-muted); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.hg-apps-phone-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 9px; margin-top: 31px; }
.hg-apps-phone-grid span { display: grid; place-items: center; min-height: 92px; padding: 12px 5px; color: var(--hg-navy-900); background: #fff; border: 1px solid rgba(6,42,82,.09); border-radius: 10px; box-shadow: 0 9px 18px rgba(3,26,52,.05); }
.hg-apps-phone-grid svg { width: 25px; height: 25px; color: var(--hg-gold-600); }
.hg-apps-phone-grid b { margin-top: 7px; font-size: 9px; letter-spacing: .04em; text-transform: uppercase; }
.hg-apps-phone-home { width: 34px; height: 5px; margin: 12px auto 0; background: rgba(255,255,255,.35); border-radius: 99px; }

.hg-apps-platforms { padding: 100px 0; background: #fff; }
.hg-apps-platform-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 25px; }
.hg-apps-platform-card { position: relative; display: grid; grid-template-columns: 76px minmax(0,1fr) 155px; gap: 23px; align-items: center; min-height: 315px; padding: 38px 32px; overflow: hidden; background: #f8f5ed; border: 1px solid var(--hg-line); border-radius: 16px; box-shadow: 0 18px 44px rgba(3,26,52,.065); }
.hg-apps-platform-card::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 6px; background: var(--hg-gold-500); }
.hg-apps-platform-icon { display: grid; place-items: center; width: 76px; height: 76px; color: #fff; background: var(--hg-navy-900); border-radius: 50%; }
.hg-apps-platform-icon .hg-icon { width: 39px; height: 39px; }
.hg-apps-platform-label { margin: 0; color: var(--hg-gold-700); font-size: 10px; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.hg-apps-platform-copy h3 { margin: 9px 0 0; color: var(--hg-navy-950); font-family: var(--hg-serif); font-size: 31px; line-height: 1.06; }
.hg-apps-platform-copy > p:not(.hg-apps-platform-label) { margin: 14px 0 22px; color: var(--hg-muted); font-size: 13px; line-height: 1.65; }
.hg-apps-qr { text-align: center; }
.hg-apps-qr img { display: block; width: 140px; height: 140px; padding: 8px; background: #fff; border: 1px solid rgba(6,42,82,.1); border-radius: 10px; box-shadow: 0 10px 24px rgba(3,26,52,.07); }
.hg-apps-qr small { display: block; margin-top: 8px; color: var(--hg-muted); font-size: 9px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }

.hg-apps-features { background: #f7f3e9; }
.hg-apps-feature-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 21px; }
.hg-apps-feature-card { min-height: 260px; padding: 32px 28px; background: #fff; border: 1px solid var(--hg-line); border-radius: 12px; box-shadow: 0 14px 34px rgba(3,26,52,.055); }
.hg-apps-feature-card > .hg-icon { display: grid; place-items: center; width: 57px; height: 57px; padding: 14px; color: var(--hg-gold-500); background: var(--hg-navy-900); border-radius: 50%; }
.hg-apps-feature-card h3 { margin: 20px 0 0; color: var(--hg-navy-950); font-family: var(--hg-serif); font-size: 27px; }
.hg-apps-feature-card p { margin: 12px 0 0; color: var(--hg-muted); font-size: 13.5px; line-height: 1.65; }

.hg-apps-setup { padding: 96px 0; color: #fff; background: linear-gradient(130deg,#0b416f,var(--hg-navy-950)); }
.hg-apps-setup-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 78px; align-items: start; }
.hg-apps-setup-copy { position: sticky; top: 120px; }
.hg-apps-setup-copy h2 { max-width: 540px; margin: 0; color: #fff; font-family: var(--hg-serif); font-size: clamp(43px,4.2vw,61px); line-height: 1.03; }
.hg-apps-setup-copy > p:not(.hg-eyebrow) { max-width: 560px; margin: 22px 0 29px; color: rgba(255,255,255,.7); font-size: 15.5px; line-height: 1.72; }
.hg-apps-step-list { display: grid; gap: 14px; }
.hg-apps-step-list article { display: grid; grid-template-columns: 72px 1fr; gap: 21px; align-items: start; padding: 27px 28px; background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.11); border-radius: 12px; }
.hg-apps-step-list article > span { display: grid; place-items: center; width: 57px; height: 57px; color: var(--hg-gold-300); font-family: var(--hg-serif); font-size: 23px; border: 1px solid rgba(221,171,54,.5); border-radius: 50%; }
.hg-apps-step-list h3 { margin: 0; color: #fff; font-family: var(--hg-serif); font-size: 26px; }
.hg-apps-step-list p { margin: 8px 0 0; color: rgba(255,255,255,.65); font-size: 13px; line-height: 1.62; }

.hg-apps-security { background: #fff; }
.hg-apps-security-grid { display: grid; grid-template-columns: 1.18fr .82fr; gap: 28px; align-items: stretch; }
.hg-apps-security-panel { padding: 50px 48px; color: #fff; background: linear-gradient(135deg,#063564,var(--hg-navy-950)); border-radius: 16px; box-shadow: 0 20px 50px rgba(3,26,52,.14); }
.hg-apps-security-panel > .hg-icon { width: 67px; height: 67px; padding: 17px; color: var(--hg-gold-300); border: 1px solid rgba(221,171,54,.5); border-radius: 50%; }
.hg-apps-security-panel .hg-eyebrow { margin-top: 25px; color: var(--hg-gold-300); }
.hg-apps-security-panel h2 { max-width: 720px; margin: 8px 0 0; color: #fff; font-family: var(--hg-serif); font-size: clamp(39px,3.8vw,55px); line-height: 1.04; }
.hg-apps-security-panel > p:not(.hg-eyebrow) { max-width: 760px; margin: 20px 0 27px; color: rgba(255,255,255,.7); font-size: 14.5px; line-height: 1.72; }
.hg-apps-security-actions { display: flex; flex-wrap: wrap; gap: 11px; }
.hg-apps-support-card { padding: 44px 37px; background: #f8f5ed; border: 1px solid var(--hg-line); border-top: 6px solid var(--hg-gold-500); border-radius: 16px; }
.hg-apps-support-card h3 { margin: 8px 0 0; color: var(--hg-navy-950); font-family: var(--hg-serif); font-size: 34px; line-height: 1.08; }
.hg-apps-support-card > p:not(.hg-eyebrow) { margin: 16px 0 24px; color: var(--hg-muted); font-size: 13.5px; line-height: 1.65; }
.hg-apps-support-card ul { display: grid; gap: 11px; margin: 0; padding: 0; list-style: none; }
.hg-apps-support-card li { display: grid; grid-template-columns: 24px 1fr; gap: 11px; align-items: center; padding: 13px 0; border-top: 1px solid rgba(6,42,82,.1); }
.hg-apps-support-card li .hg-icon { width: 22px; height: 22px; color: var(--hg-gold-600); }
.hg-apps-support-card a { color: var(--hg-navy-900); font-size: 13px; font-weight: 800; text-decoration: none; overflow-wrap: anywhere; }

.hg-apps-troubleshooting { background: #f7f3e9; }
.hg-apps-trouble-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 19px; }
.hg-apps-trouble-grid article { min-height: 300px; padding: 31px 26px; background: #fff; border: 1px solid var(--hg-line); border-radius: 12px; }
.hg-apps-trouble-grid .hg-icon { display: grid; place-items: center; width: 55px; height: 55px; padding: 14px; color: #fff; background: var(--hg-navy-900); border-radius: 50%; }
.hg-apps-trouble-grid h3 { margin: 20px 0 0; color: var(--hg-navy-950); font-family: var(--hg-serif); font-size: 25px; }
.hg-apps-trouble-grid p { margin: 12px 0 0; color: var(--hg-muted); font-size: 13px; line-height: 1.65; }

.hg-apps-faq { background: #fff; }
.hg-apps-faq-grid { display: grid; grid-template-columns: .68fr 1.32fr; gap: 74px; align-items: start; }
.hg-apps-faq-intro { position: sticky; top: 120px; }
.hg-apps-faq-intro h2 { margin: 0; color: var(--hg-navy-950); font-family: var(--hg-serif); font-size: clamp(43px,4vw,58px); line-height: 1.03; }
.hg-apps-faq-intro > p:not(.hg-eyebrow) { margin: 20px 0 0; color: var(--hg-muted); font-size: 14.5px; line-height: 1.7; }
.hg-apps-editor-content { background: #fff; }
.hg-apps-final-cta { padding: 78px 0; color: #fff; background: linear-gradient(135deg,#05264a,var(--hg-navy-950)); }
.hg-apps-final-grid { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 54px; align-items: center; }
.hg-apps-final-grid h2 { max-width: 900px; margin: 0; color: #fff; font-family: var(--hg-serif); font-size: clamp(36px,3.8vw,54px); line-height: 1.07; }
.hg-apps-final-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 11px; }

@media (max-width: 1160px) {
  .hg-apps-hero-grid { gap: 42px; }
  .hg-apps-platform-card { grid-template-columns: 66px 1fr; }
  .hg-apps-platform-icon { width: 66px; height: 66px; }
  .hg-apps-qr { grid-column: 1/-1; display: flex; gap: 13px; align-items: center; }
  .hg-apps-qr img { width: 110px; height: 110px; }
  .hg-apps-trouble-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media (max-width: 920px) {
  .hg-apps-hero-grid,.hg-apps-setup-grid,.hg-apps-security-grid,.hg-apps-faq-grid,.hg-apps-final-grid { grid-template-columns: 1fr; }
  .hg-apps-hero-copy { max-width: 780px; margin-inline: auto; text-align: center; }
  .hg-apps-lead { margin-inline: auto; }
  .hg-apps-hero-copy .hg-hero-buttons { justify-content: center; }
  .hg-apps-security-note { justify-content: center; }
  .hg-apps-hero-visual { width: min(760px,100%); min-height: 600px; margin-inline: auto; }
  .hg-apps-platform-grid { grid-template-columns: 1fr; }
  .hg-apps-feature-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .hg-apps-setup-copy,.hg-apps-faq-intro { position: static; }
  .hg-apps-final-actions { justify-content: flex-start; }
}
@media (max-width: 680px) {
  .hg-apps-hero-grid { min-height: auto; padding-top: 54px; padding-bottom: 52px; }
  .hg-apps-hero-copy h1 { font-size: clamp(43px,12.8vw,59px); }
  .hg-apps-lead { font-size: 16px; }
  .hg-apps-hero-visual { min-height: 505px; }
  .hg-apps-photo { inset: 0 60px 25px 0; }
  .hg-apps-phone { right: -3px; width: 205px; height: 420px; border-radius: 29px; }
  .hg-apps-phone-screen { height: 356px; padding: 27px 12px 14px; }
  .hg-apps-phone-screen > img { width: 58px; }
  .hg-apps-phone-screen > strong { font-size: 20px; }
  .hg-apps-phone-grid { margin-top: 22px; gap: 7px; }
  .hg-apps-phone-grid span { min-height: 72px; }
  .hg-apps-platforms { padding: 70px 0; }
  .hg-apps-platform-card { grid-template-columns: 1fr; min-height: 0; padding: 31px 25px; }
  .hg-apps-platform-icon { width: 59px; height: 59px; }
  .hg-apps-platform-copy h3 { font-size: 29px; }
  .hg-apps-qr { grid-column: auto; }
  .hg-apps-feature-grid,.hg-apps-trouble-grid { grid-template-columns: 1fr; }
  .hg-apps-feature-card,.hg-apps-trouble-grid article { min-height: 0; }
  .hg-apps-setup { padding: 64px 0; }
  .hg-apps-setup-grid { gap: 39px; }
  .hg-apps-step-list article { grid-template-columns: 58px 1fr; padding: 22px 19px; }
  .hg-apps-step-list article > span { width: 50px; height: 50px; }
  .hg-apps-security-panel,.hg-apps-support-card { padding: 36px 25px; }
  .hg-apps-security-actions { display: grid; }
  .hg-apps-final-cta { padding: 58px 0; }
  .hg-apps-final-actions { display: grid; width: 100%; }
}

/* ==========================================================
   Version 2.2.0 — Fees, Forms & Downloads Hub
   ========================================================== */
.hg-downloads-hero { position: relative; overflow: hidden; background: linear-gradient(135deg,#fff,#f6f1e5); }
.hg-downloads-hero::before { content: ""; position: absolute; width: 440px; height: 440px; left: -190px; top: -210px; border: 1px solid rgba(217,166,43,.22); border-radius: 50%; box-shadow: 0 0 0 42px rgba(217,166,43,.045),0 0 0 88px rgba(217,166,43,.025); }
.hg-downloads-hero-grid { position: relative; display: grid; grid-template-columns: 1.02fr .98fr; gap: 72px; align-items: center; min-height: 690px; padding-top: 76px; padding-bottom: 76px; }
.hg-downloads-hero-copy { position: relative; z-index: 2; max-width: 690px; }
.hg-downloads-hero-copy h1 { margin: 0; color: var(--hg-navy-950); font-family: var(--hg-serif); font-size: clamp(48px,4.7vw,72px); line-height: 1.015; letter-spacing: -.035em; }
.hg-downloads-lead { max-width: 620px; margin: 25px 0 0; color: #40536a; font-size: 18px; line-height: 1.68; }
.hg-downloads-official-note { display: grid; grid-template-columns: 24px 1fr; gap: 11px; align-items: start; max-width: 620px; margin: 25px 0 0; padding-top: 20px; color: var(--hg-muted); font-size: 12.5px; line-height: 1.55; border-top: 1px solid rgba(6,42,82,.12); }
.hg-downloads-official-note .hg-icon { width: 22px; height: 22px; color: var(--hg-gold-600); }
.hg-downloads-hero-visual { position: relative; min-height: 530px; }
.hg-downloads-hero-visual > img { position: absolute; inset: 0 35px 0 0; width: calc(100% - 35px); height: 100%; object-fit: cover; object-position: center 44%; border-radius: 18px; box-shadow: 0 26px 62px rgba(3,26,52,.19); }
.hg-downloads-hero-visual::after { content: ""; position: absolute; inset: 0 35px 0 0; border-radius: 18px; background: linear-gradient(180deg,transparent 60%,rgba(3,26,52,.32)); pointer-events: none; }
.hg-downloads-folder-card { position: absolute; right: 0; bottom: 34px; z-index: 2; width: 260px; min-height: 220px; padding: 28px; color: #fff; background: linear-gradient(145deg,#0a3d70,var(--hg-navy-950)); border: 1px solid rgba(239,208,122,.44); border-radius: 14px; box-shadow: 0 20px 48px rgba(3,26,52,.3); }
.hg-downloads-folder-card > .hg-icon { width: 56px; height: 56px; padding: 13px; color: var(--hg-gold-300); border: 1px solid rgba(239,208,122,.48); border-radius: 12px; }
.hg-downloads-folder-card strong { display: block; margin-top: 20px; font-family: var(--hg-serif); font-size: 24px; line-height: 1.05; }
.hg-downloads-folder-card small { display: block; margin-top: 7px; color: rgba(255,255,255,.65); font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.hg-downloads-folder-card div { display: flex; gap: 7px; margin-top: 21px; }
.hg-downloads-folder-card i { display: block; height: 4px; border-radius: 99px; background: var(--hg-gold-500); }
.hg-downloads-folder-card i:nth-child(1) { width: 34px; }
.hg-downloads-folder-card i:nth-child(2) { width: 55px; opacity: .75; }
.hg-downloads-folder-card i:nth-child(3) { width: 25px; opacity: .45; }

.hg-downloads-library { background: #fff; }
.hg-downloads-resource-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 20px; }
.hg-downloads-resource-card { position: relative; display: flex; flex-direction: column; min-height: 330px; padding: 30px 27px 25px; overflow: hidden; background: #fbfaf6; border: 1px solid var(--hg-line); border-radius: 13px; box-shadow: 0 10px 28px rgba(3,26,52,.05); transition: transform .2s ease,border-color .2s ease,box-shadow .2s ease; }
.hg-downloads-resource-card::after { content: ""; position: absolute; right: -45px; top: -45px; width: 105px; height: 105px; background: rgba(217,166,43,.09); border-radius: 50%; }
.hg-downloads-resource-card:hover { transform: translateY(-5px); border-color: rgba(217,166,43,.6); box-shadow: 0 18px 40px rgba(3,26,52,.1); }
.hg-downloads-resource-icon { position: relative; z-index: 1; display: grid; place-items: center; width: 58px; height: 58px; color: #fff; background: var(--hg-navy-900); border-radius: 50%; }
.hg-downloads-resource-icon .hg-icon { width: 28px; height: 28px; }
.hg-downloads-resource-card:nth-child(2n) .hg-downloads-resource-icon { background: linear-gradient(135deg,#bd7f0c,#e4b03b); }
.hg-downloads-resource-label { margin: 21px 0 0 !important; color: var(--hg-gold-600) !important; font-size: 10px !important; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.hg-downloads-resource-card h3 { margin: 8px 0 0; color: var(--hg-navy-950); font-family: var(--hg-serif); font-size: 27px; line-height: 1.07; }
.hg-downloads-resource-card > p:not(.hg-downloads-resource-label) { margin: 14px 0 22px; color: var(--hg-muted); font-size: 13px; line-height: 1.67; }
.hg-downloads-resource-card > a { display: inline-flex; align-items: center; gap: 9px; margin-top: auto; color: var(--hg-navy-900); font-size: 11px; font-weight: 900; letter-spacing: .03em; text-transform: uppercase; }
.hg-downloads-resource-card > a:hover { color: var(--hg-gold-600); }
.hg-downloads-resource-card > a .hg-icon { width: 17px; height: 17px; }

.hg-downloads-fees { padding: 96px 0; color: #fff; background: radial-gradient(circle at 10% 10%,rgba(217,166,43,.18),transparent 33%),linear-gradient(135deg,#07345f,var(--hg-navy-950)); }
.hg-downloads-fees-grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: 78px; align-items: center; }
.hg-downloads-fees-copy h2 { max-width: 600px; margin: 0; color: #fff; font-family: var(--hg-serif); font-size: clamp(42px,4vw,59px); line-height: 1.035; }
.hg-downloads-fees-copy > p:not(.hg-eyebrow) { max-width: 620px; margin: 22px 0 28px; color: rgba(255,255,255,.74); font-size: 15px; line-height: 1.75; }
.hg-downloads-fees-actions { display: flex; flex-wrap: wrap; gap: 11px; }
.hg-downloads-fee-category-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; }
.hg-downloads-fee-category-grid article { display: grid; grid-template-columns: 54px 1fr; gap: 17px; min-height: 185px; padding: 27px 24px; background: rgba(255,255,255,.065); border: 1px solid rgba(255,255,255,.12); border-radius: 12px; }
.hg-downloads-fee-category-grid article > .hg-icon { width: 52px; height: 52px; padding: 13px; color: var(--hg-gold-300); border: 1px solid rgba(239,208,122,.5); border-radius: 50%; }
.hg-downloads-fee-category-grid h3 { margin: 2px 0 0; color: #fff; font-family: var(--hg-serif); font-size: 23px; line-height: 1.08; }
.hg-downloads-fee-category-grid p { margin: 10px 0 0; color: rgba(255,255,255,.66); font-size: 12.5px; line-height: 1.65; }

.hg-downloads-process { background: #f7f3e9; }
.hg-downloads-process-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 76px; align-items: start; }
.hg-downloads-process-intro { position: sticky; top: 120px; }
.hg-downloads-process-intro h2 { margin: 0; color: var(--hg-navy-950); font-family: var(--hg-serif); font-size: clamp(42px,4vw,58px); line-height: 1.03; }
.hg-downloads-process-intro > p:not(.hg-eyebrow) { margin: 20px 0 27px; color: var(--hg-muted); font-size: 14.5px; line-height: 1.72; }
.hg-downloads-step-list { display: grid; gap: 14px; }
.hg-downloads-step-list article { display: grid; grid-template-columns: 68px 1fr; gap: 22px; align-items: start; padding: 27px 29px; background: #fff; border: 1px solid var(--hg-line); border-radius: 12px; box-shadow: 0 9px 24px rgba(3,26,52,.045); }
.hg-downloads-step-list article > span { display: grid; place-items: center; width: 58px; height: 58px; color: var(--hg-gold-600); font-family: var(--hg-serif); font-size: 22px; border: 1px solid rgba(201,144,23,.42); border-radius: 50%; }
.hg-downloads-step-list h3 { margin: 1px 0 0; color: var(--hg-navy-950); font-family: var(--hg-serif); font-size: 26px; }
.hg-downloads-step-list p { margin: 8px 0 0; color: var(--hg-muted); font-size: 13px; line-height: 1.65; }

.hg-downloads-safety { background: #fff; }
.hg-downloads-safety-grid { display: grid; grid-template-columns: 1.18fr .82fr; gap: 28px; align-items: stretch; }
.hg-downloads-safety-panel { padding: 50px 48px; color: #fff; background: linear-gradient(135deg,#073866,var(--hg-navy-950)); border-radius: 16px; box-shadow: 0 20px 50px rgba(3,26,52,.14); }
.hg-downloads-safety-panel > .hg-icon { width: 66px; height: 66px; padding: 16px; color: var(--hg-gold-300); border: 1px solid rgba(239,208,122,.5); border-radius: 50%; }
.hg-downloads-safety-panel .hg-eyebrow { margin-top: 24px; }
.hg-downloads-safety-panel h2 { max-width: 760px; margin: 8px 0 0; color: #fff; font-family: var(--hg-serif); font-size: clamp(39px,3.8vw,55px); line-height: 1.04; }
.hg-downloads-safety-panel > p:not(.hg-eyebrow) { margin: 20px 0 25px; color: rgba(255,255,255,.72); font-size: 14px; line-height: 1.72; }
.hg-downloads-safety-panel ul { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px 24px; margin: 0; padding: 0; list-style: none; }
.hg-downloads-safety-panel li { display: grid; grid-template-columns: 22px 1fr; gap: 10px; align-items: start; color: rgba(255,255,255,.78); font-size: 12.5px; line-height: 1.55; }
.hg-downloads-safety-panel li .hg-icon { width: 20px; height: 20px; color: var(--hg-gold-300); }
.hg-downloads-support-card { display: flex; flex-direction: column; justify-content: center; padding: 44px 37px; background: #f8f5ed; border: 1px solid var(--hg-line); border-top: 6px solid var(--hg-gold-500); border-radius: 16px; }
.hg-downloads-support-card h3 { margin: 7px 0 0; color: var(--hg-navy-950); font-family: var(--hg-serif); font-size: 35px; line-height: 1.07; }
.hg-downloads-support-card > p:not(.hg-eyebrow) { margin: 17px 0 25px; color: var(--hg-muted); font-size: 13.5px; line-height: 1.68; }
.hg-downloads-support-actions { display: grid; gap: 10px; }
.hg-downloads-mobile-link { display: inline-flex; align-items: center; gap: 10px; margin-top: 20px; color: var(--hg-navy-900); font-size: 12px; font-weight: 850; }
.hg-downloads-mobile-link:hover { color: var(--hg-gold-600); }
.hg-downloads-mobile-link .hg-icon { width: 21px; height: 21px; }

.hg-downloads-faq { background: #f7f3e9; }
.hg-downloads-faq-grid { display: grid; grid-template-columns: .68fr 1.32fr; gap: 74px; align-items: start; }
.hg-downloads-faq-intro { position: sticky; top: 120px; }
.hg-downloads-faq-intro h2 { margin: 0; color: var(--hg-navy-950); font-family: var(--hg-serif); font-size: clamp(43px,4vw,58px); line-height: 1.03; }
.hg-downloads-faq-intro > p:not(.hg-eyebrow) { margin: 20px 0 0; color: var(--hg-muted); font-size: 14.5px; line-height: 1.7; }
.hg-downloads-editor-content { background: #fff; }
.hg-downloads-final-cta { padding: 78px 0; color: #fff; background: linear-gradient(135deg,#05264a,var(--hg-navy-950)); }
.hg-downloads-final-grid { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 54px; align-items: center; }
.hg-downloads-final-grid h2 { max-width: 900px; margin: 0; color: #fff; font-family: var(--hg-serif); font-size: clamp(36px,3.8vw,54px); line-height: 1.07; }
.hg-downloads-final-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 11px; }

@media (max-width: 1160px) {
  .hg-downloads-hero-grid { gap: 44px; }
  .hg-downloads-resource-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .hg-downloads-fees-grid { gap: 45px; }
}
@media (max-width: 920px) {
  .hg-downloads-hero-grid,.hg-downloads-fees-grid,.hg-downloads-process-grid,.hg-downloads-safety-grid,.hg-downloads-faq-grid,.hg-downloads-final-grid { grid-template-columns: 1fr; }
  .hg-downloads-hero-copy { max-width: 780px; margin-inline: auto; text-align: center; }
  .hg-downloads-lead,.hg-downloads-official-note { margin-inline: auto; }
  .hg-downloads-hero-copy .hg-hero-buttons { justify-content: center; }
  .hg-downloads-hero-visual { width: min(760px,100%); margin-inline: auto; }
  .hg-downloads-resource-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .hg-downloads-process-intro,.hg-downloads-faq-intro { position: static; }
  .hg-downloads-final-actions { justify-content: flex-start; }
}
@media (max-width: 680px) {
  .hg-downloads-hero-grid { min-height: auto; padding-top: 54px; padding-bottom: 54px; }
  .hg-downloads-hero-copy h1 { font-size: clamp(42px,12.5vw,58px); }
  .hg-downloads-lead { font-size: 16px; }
  .hg-downloads-hero-visual { min-height: 450px; }
  .hg-downloads-hero-visual > img,.hg-downloads-hero-visual::after { inset: 0 28px 0 0; width: calc(100% - 28px); }
  .hg-downloads-folder-card { right: 0; bottom: 21px; width: 215px; min-height: 185px; padding: 23px; }
  .hg-downloads-folder-card > .hg-icon { width: 48px; height: 48px; }
  .hg-downloads-folder-card strong { font-size: 21px; }
  .hg-downloads-resource-grid,.hg-downloads-fee-category-grid { grid-template-columns: 1fr; }
  .hg-downloads-resource-card { min-height: 0; }
  .hg-downloads-fees { padding: 65px 0; }
  .hg-downloads-fee-category-grid article { min-height: 0; }
  .hg-downloads-step-list article { grid-template-columns: 56px 1fr; padding: 22px 19px; }
  .hg-downloads-step-list article > span { width: 50px; height: 50px; }
  .hg-downloads-safety-panel,.hg-downloads-support-card { padding: 36px 25px; }
  .hg-downloads-safety-panel ul { grid-template-columns: 1fr; }
  .hg-downloads-final-cta { padding: 58px 0; }
  .hg-downloads-final-actions { display: grid; width: 100%; }
}

/* ========================================================================
   v2.3.0 — Search, accessibility and launch-readiness refinements
   ======================================================================== */
.hg-breadcrumbs {
  position: relative;
  z-index: 4;
  color: #5d6876;
  background: #f7f3e9;
  border-bottom: 1px solid rgba(3, 26, 52, .09);
}
.hg-breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 7px;
  min-height: 46px;
  margin: 0;
  padding: 10px 0;
  list-style: none;
  font-size: 11.5px;
  font-weight: 750;
  letter-spacing: .025em;
}
.hg-breadcrumbs li { display: inline-flex; align-items: center; gap: 7px; }
.hg-breadcrumbs a { color: var(--hg-navy-800); text-decoration: none; }
.hg-breadcrumbs a:hover { color: var(--hg-gold-600); text-decoration: underline; text-underline-offset: 3px; }
.hg-breadcrumbs [aria-current="page"] { color: #6f7780; font-weight: 650; }
.hg-breadcrumb-separator { color: var(--hg-gold-600); font-size: 16px; line-height: 1; }

.hg-premium-site :where(a, button, input, select, textarea, summary):focus-visible {
  outline: 3px solid #f2c34b !important;
  outline-offset: 3px;
  box-shadow: 0 0 0 2px #05264a;
}
.hg-premium-site :where(section, [id]) { scroll-margin-top: 118px; }
.hg-skip-link:focus { z-index: 999999; }

@media (max-width: 680px) {
  .hg-breadcrumbs ol { min-height: 42px; font-size: 10.5px; }
  .hg-breadcrumbs [aria-current="page"] { max-width: 240px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
}

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

/* ========================================================================
   v2.4.0 — Official 2027 documents and recruitment integration
   ======================================================================== */
.hg-official-documents {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 4%, rgba(216,166,53,.12), transparent 31%),
    #f8f5ed;
}
.hg-official-documents::before {
  content: "";
  position: absolute;
  top: -120px;
  right: -110px;
  width: 330px;
  height: 330px;
  border: 1px solid rgba(216,166,53,.2);
  border-radius: 50%;
  box-shadow: 0 0 0 34px rgba(216,166,53,.05), 0 0 0 70px rgba(216,166,53,.035);
}
.hg-official-document-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(5,minmax(0,1fr));
  gap: 18px;
}
.hg-official-document-card {
  display: flex;
  flex-direction: column;
  min-height: 365px;
  padding: 28px 25px 25px;
  background: #fff;
  border: 1px solid rgba(3,26,52,.10);
  border-top: 5px solid var(--hg-gold-500);
  border-radius: 15px;
  box-shadow: 0 16px 38px rgba(3,26,52,.08);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.hg-official-document-card:hover {
  transform: translateY(-5px);
  border-color: rgba(216,166,53,.55);
  box-shadow: 0 23px 48px rgba(3,26,52,.13);
}
.hg-official-document-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 23px;
}
.hg-official-document-top > .hg-icon {
  width: 52px;
  height: 52px;
  padding: 12px;
  color: var(--hg-navy-900);
  background: #f7f1df;
  border: 1px solid rgba(216,166,53,.28);
  border-radius: 13px;
}
.hg-official-document-top > span:last-child {
  padding: 5px 9px;
  color: #fff;
  background: var(--hg-navy-900);
  border-radius: 99px;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .16em;
}
.hg-official-document-label {
  margin: 0 0 8px !important;
  color: var(--hg-gold-700) !important;
  font-size: 9.5px !important;
  font-weight: 900 !important;
  letter-spacing: .15em;
}
.hg-official-document-card h3 {
  margin: 0;
  color: var(--hg-navy-950);
  font-family: var(--hg-serif);
  font-size: 25px;
  line-height: 1.08;
}
.hg-official-document-meta {
  margin: 12px 0 0 !important;
  color: var(--hg-navy-700) !important;
  font-size: 10.5px !important;
  font-weight: 800;
}
.hg-official-document-card > p:not(.hg-official-document-label):not(.hg-official-document-meta) {
  margin: 15px 0 24px;
  color: var(--hg-muted);
  font-size: 12.5px;
  line-height: 1.65;
}
.hg-official-document-card > a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  color: var(--hg-navy-900);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .025em;
}
.hg-official-document-card > a:hover { color: var(--hg-gold-650); }
.hg-official-document-card > a .hg-icon { width: 19px; height: 19px; }

.hg-news-recruitment {
  padding: 46px 0;
  color: #fff;
  background:
    linear-gradient(115deg, rgba(3,26,52,.98), rgba(7,56,102,.96)),
    var(--hg-navy-950);
  border-top: 4px solid var(--hg-gold-500);
  border-bottom: 1px solid rgba(255,255,255,.12);
}
.hg-news-recruitment-grid {
  display: grid;
  grid-template-columns: 82px minmax(0,1fr) auto;
  gap: 28px;
  align-items: center;
}
.hg-news-recruitment-icon {
  display: grid;
  place-items: center;
  width: 76px;
  height: 76px;
  color: var(--hg-gold-300);
  border: 1px solid rgba(239,208,122,.42);
  border-radius: 50%;
  background: rgba(255,255,255,.05);
}
.hg-news-recruitment-icon .hg-icon { width: 39px; height: 39px; }
.hg-news-recruitment-copy h2 {
  margin: 4px 0 0;
  color: #fff;
  font-family: var(--hg-serif);
  font-size: clamp(31px,3.1vw,44px);
  line-height: 1.05;
}
.hg-news-recruitment-copy > p:not(.hg-eyebrow) {
  max-width: 780px;
  margin: 12px 0 0;
  color: rgba(255,255,255,.72);
  font-size: 13px;
  line-height: 1.65;
}

@media (max-width: 1220px) {
  .hg-official-document-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
}
@media (max-width: 920px) {
  .hg-official-document-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .hg-news-recruitment-grid { grid-template-columns: 72px minmax(0,1fr); }
  .hg-news-recruitment-grid > .hg-btn { grid-column: 2; justify-self: start; }
}
@media (max-width: 620px) {
  .hg-official-document-grid { grid-template-columns: 1fr; }
  .hg-official-document-card { min-height: 0; }
  .hg-news-recruitment { padding: 38px 0; }
  .hg-news-recruitment-grid { grid-template-columns: 1fr; text-align: center; }
  .hg-news-recruitment-icon { margin-inline: auto; }
  .hg-news-recruitment-grid > .hg-btn { grid-column: auto; justify-self: stretch; }
}


/* ==========================================================
   v2.5.0 — Official 2027 admissions and fee truth sync
   ========================================================== */
.hg-admissions-official-guidance {
  padding: 58px 0;
  color: #fff;
  background: linear-gradient(115deg,#041d3a,#073b6b);
  border-top: 4px solid var(--hg-gold-500);
}
.hg-admissions-official-grid { display:grid; grid-template-columns:.9fr 1.1fr; gap:55px; align-items:center; }
.hg-admissions-official-grid h2 { margin:4px 0 0; color:#fff; font-family:var(--hg-serif); font-size:clamp(32px,3.2vw,48px); line-height:1.07; }
.hg-admissions-official-grid > div:first-child > p:last-child { margin:16px 0 0; color:rgba(255,255,255,.72); font-size:14px; line-height:1.7; }
.hg-admissions-official-facts { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:14px; }
.hg-admissions-official-facts article { padding:24px 20px; background:rgba(255,255,255,.07); border:1px solid rgba(255,255,255,.14); border-radius:14px; }
.hg-admissions-official-facts strong { display:block; color:var(--hg-gold-300); font-family:var(--hg-serif); font-size:28px; line-height:1; }
.hg-admissions-official-facts span { display:block; margin-top:10px; color:#fff; font-size:13px; font-weight:800; }
.hg-admissions-official-facts small { display:block; margin-top:7px; color:rgba(255,255,255,.65); font-size:10.5px; line-height:1.55; }
.hg-admissions-fees { background:#f7f4ec; }
.hg-admissions-fee-layout { display:grid; grid-template-columns:.92fr 1.08fr; gap:24px; }
.hg-admissions-fee-panel { padding:30px; background:#fff; border:1px solid rgba(6,42,82,.1); border-radius:16px; box-shadow:0 15px 42px rgba(3,26,52,.08); }
.hg-admissions-fee-panel h3 { margin:0 0 22px; color:var(--hg-navy-950); font-family:var(--hg-serif); font-size:29px; }
.hg-official-fee-list > div,.hg-official-tuition-grid > div { display:flex; justify-content:space-between; gap:18px; padding:14px 0; border-bottom:1px solid #e8ebef; }
.hg-official-fee-list > div:last-child,.hg-official-tuition-grid > div:last-child { border-bottom:0; }
.hg-official-fee-list span,.hg-official-tuition-grid span { min-width:0; }
.hg-official-fee-list strong,.hg-official-tuition-grid strong { display:block; color:var(--hg-navy-950); font-size:13px; }
.hg-official-fee-list small,.hg-official-tuition-grid small { display:block; margin-top:4px; color:var(--hg-muted); font-size:10.5px; line-height:1.45; }
.hg-official-fee-list b,.hg-official-tuition-grid b { flex:0 0 auto; color:var(--hg-gold-700); font-family:var(--hg-serif); font-size:20px; }
.hg-official-tuition-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); column-gap:24px; }
.hg-official-tuition-grid b small { display:inline; margin-left:3px; font-family:var(--hg-sans); font-size:9px; }
.hg-admissions-financial-terms { display:grid; grid-template-columns:.65fr 1.2fr auto; gap:30px; align-items:center; margin-top:24px; padding:28px 30px; color:#fff; background:var(--hg-navy-950); border-radius:16px; }
.hg-admissions-financial-terms h3 { margin:4px 0 0; color:#fff; font-family:var(--hg-serif); font-size:26px; }
.hg-admissions-financial-terms ul { display:grid; gap:8px; margin:0; padding:0; list-style:none; }
.hg-admissions-financial-terms li { display:flex; gap:9px; color:rgba(255,255,255,.76); font-size:11.5px; line-height:1.45; }
.hg-admissions-financial-terms li .hg-icon { flex:0 0 auto; width:17px; height:17px; color:var(--hg-gold-300); }
.hg-admissions-step-grid { grid-template-columns:repeat(3,1fr); }
.hg-admissions-step-grid::before { display:none; }
.hg-downloads-fees-heading { display:grid; grid-template-columns:1fr .8fr; gap:55px; align-items:end; margin-bottom:34px; }
.hg-downloads-fees-heading h2 { max-width:760px; margin:4px 0 0; color:#fff; font-family:var(--hg-serif); font-size:clamp(40px,4vw,58px); line-height:1.04; }
.hg-downloads-fees-heading > p { margin:0; color:rgba(255,255,255,.72); font-size:14px; line-height:1.75; }
.hg-downloads-fee-tables { display:grid; grid-template-columns:1fr 1fr .78fr; gap:18px; }
.hg-downloads-fee-table { padding:27px 25px; background:#fff; border-radius:15px; box-shadow:0 18px 45px rgba(0,0,0,.18); }
.hg-downloads-fee-table h3 { margin:0 0 18px; color:var(--hg-navy-950); font-family:var(--hg-serif); font-size:25px; }
.hg-downloads-fee-table > div { display:flex; justify-content:space-between; gap:14px; padding:12px 0; border-bottom:1px solid #e7eaee; }
.hg-downloads-fee-table > div:last-of-type { border-bottom:0; }
.hg-downloads-fee-table strong { display:block; color:var(--hg-navy-950); font-size:12px; }
.hg-downloads-fee-table small { display:block; margin-top:4px; color:var(--hg-muted); font-size:9.5px; }
.hg-downloads-fee-table b { flex:0 0 auto; color:var(--hg-gold-700); font-family:var(--hg-serif); font-size:18px; }
.hg-downloads-optional-table ul { margin:20px 0 0; padding:18px 0 0 18px; border-top:1px solid #e7eaee; color:var(--hg-muted); font-size:10.5px; line-height:1.65; }
.hg-downloads-fees > .hg-container > .hg-downloads-fees-actions { margin-top:26px; }
@media (max-width:1100px) {
  .hg-admissions-official-grid,.hg-admissions-fee-layout,.hg-downloads-fees-heading { grid-template-columns:1fr; }
  .hg-admissions-financial-terms { grid-template-columns:1fr; }
  .hg-downloads-fee-tables { grid-template-columns:repeat(2,1fr); }
  .hg-downloads-optional-table { grid-column:1/-1; }
}
@media (max-width:760px) {
  .hg-admissions-official-facts,.hg-admissions-step-grid,.hg-official-tuition-grid,.hg-downloads-fee-tables { grid-template-columns:1fr; }
  .hg-admissions-official-guidance { padding:45px 0; }
  .hg-admissions-fee-panel,.hg-admissions-financial-terms,.hg-downloads-fee-table { padding:24px 20px; }
  .hg-downloads-optional-table { grid-column:auto; }
}


/* ========================================================================
   v2.5.1 — Persistent premium navigation
   The top contact bar scrolls away; the primary menu remains above content.
   ======================================================================== */
@supports not (overflow: clip) {
  body.hg-premium-site { overflow-x: hidden; }
}
@media (max-width: 782px) {
  .admin-bar .hg-site-header { top: 46px; }
}
@media (max-width: 600px) {
  .admin-bar .hg-site-header { top: 0; }
}

/* --------------------------------------------------------------------------
   Premium Parent & Student Portal — v2.6.2
   -------------------------------------------------------------------------- */
.hg-parent-portal-page { background: linear-gradient(180deg, #f6f8fb 0%, #fff 62%); }
.hg-portal-hero {
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 82% 18%, rgba(239,208,122,.22), transparent 28%),
    linear-gradient(135deg, var(--hg-navy-950), var(--hg-navy-800));
}
.hg-portal-hero::after {
  content: '';
  position: absolute;
  right: -120px;
  bottom: -220px;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(239,208,122,.22);
  border-radius: 50%;
  box-shadow: 0 0 0 55px rgba(239,208,122,.035), 0 0 0 115px rgba(239,208,122,.022);
  pointer-events: none;
}
.hg-portal-hero-inner {
  position: relative;
  z-index: 2;
  min-height: 360px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 60px;
  padding-top: 58px;
  padding-bottom: 58px;
}
.hg-portal-hero h1 {
  margin: 0;
  color: #fff;
  font-family: var(--hg-serif);
  font-size: clamp(46px, 5vw, 72px);
  line-height: 1.03;
  letter-spacing: -.035em;
}
.hg-portal-hero p:not(.hg-eyebrow) { max-width: 690px; margin: 20px 0 0; color: rgba(255,255,255,.82); font-size: 18px; }
.hg-portal-seal { width: 210px; height: 210px; display: grid; place-items: center; border: 1px solid rgba(239,208,122,.45); border-radius: 50%; background: rgba(255,255,255,.065); backdrop-filter: blur(10px); }
.hg-portal-seal img { width: 150px; height: 126px; object-fit: contain; }
.hg-portal-section { padding-top: 72px; padding-bottom: 86px; }
.hg-portal-layout { display: grid; grid-template-columns: minmax(0, 1.65fr) minmax(320px, .8fr); gap: 28px; align-items: start; }
.hg-portal-card {
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--hg-line);
  border-top: 4px solid var(--hg-gold-500);
  border-radius: 16px;
  box-shadow: var(--hg-shadow);
}
.hg-portal-card-heading { display: flex; align-items: flex-start; gap: 18px; padding: 30px 34px 24px; border-bottom: 1px solid #e8edf2; }
.hg-portal-card-heading h2 { margin: 0; color: var(--hg-navy-950); font-family: var(--hg-serif); font-size: clamp(30px, 3vw, 42px); line-height: 1.1; }
.hg-portal-card-heading p:last-child { margin: 9px 0 0; color: var(--hg-muted); }
.hg-portal-lock { width: 52px; height: 52px; flex: 0 0 52px; display: grid; place-items: center; color: #fff; background: var(--hg-navy-900); border-radius: 50%; box-shadow: 0 8px 22px rgba(6,42,82,.18); }
.hg-portal-lock svg { width: 25px; height: 25px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.hg-portal-content { padding: 32px 34px 38px; }
.hg-portal-guest .hg-portal-content form { max-width: 650px; margin: 0; }
.hg-portal-guest .hg-portal-content p { margin: 0 0 20px; }
.hg-portal-guest .hg-portal-content label { display: block; margin-bottom: 7px; color: var(--hg-navy-950); font-weight: 800; }
.hg-portal-guest .hg-portal-content input[type="text"],
.hg-portal-guest .hg-portal-content input[type="email"],
.hg-portal-guest .hg-portal-content input[type="password"] {
  width: 100%;
  min-height: 52px;
  padding: 12px 14px;
  color: var(--hg-ink);
  background: #fbfcfd;
  border: 1px solid #bcc7d2;
  border-radius: 7px;
  outline: none;
}
.hg-portal-guest .hg-portal-content input[type="text"]:focus,
.hg-portal-guest .hg-portal-content input[type="email"]:focus,
.hg-portal-guest .hg-portal-content input[type="password"]:focus { border-color: var(--hg-gold-600); box-shadow: 0 0 0 3px rgba(217,166,43,.16); }
.hg-portal-guest .hg-portal-content input[type="submit"],
.hg-portal-guest .hg-portal-content button[type="submit"],
.hg-portal-guest .hg-portal-content .btn-primary {
  min-height: 48px;
  padding: 11px 24px;
  color: #fff !important;
  background: linear-gradient(135deg, #c48710, #dfaf37) !important;
  border: 0 !important;
  border-radius: 5px;
  font-weight: 850;
  cursor: pointer;
}
.hg-portal-guest .hg-portal-content a { color: var(--hg-navy-800); font-weight: 750; }
.hg-portal-guest .hg-portal-content a:hover { color: var(--hg-gold-600); }
.hg-portal-help { padding: 34px 30px; color: #fff; background: linear-gradient(145deg, var(--hg-navy-950), var(--hg-navy-800)); border: 1px solid rgba(239,208,122,.28); border-radius: 16px; box-shadow: var(--hg-shadow); }
.hg-portal-help h2 { margin: 0 0 12px; color: #fff; font-family: var(--hg-serif); font-size: 34px; }
.hg-portal-help > p:not(.hg-eyebrow) { margin: 0; color: rgba(255,255,255,.76); }
.hg-portal-support-list { list-style: none; margin: 28px 0; padding: 0; display: grid; gap: 18px; }
.hg-portal-support-list li { display: flex; gap: 13px; align-items: flex-start; }
.hg-portal-support-list .hg-icon { margin-top: 2px; color: var(--hg-gold-300); }
.hg-portal-support-list span:last-child { display: grid; color: rgba(255,255,255,.72); font-size: 13px; line-height: 1.55; }
.hg-portal-support-list strong { color: #fff; font-size: 14px; }
.hg-portal-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.hg-portal-contact { display: grid; gap: 11px; margin-top: 24px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.16); }
.hg-portal-contact a { display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,.82); font-size: 13px; }
.hg-portal-contact a:hover { color: var(--hg-gold-300); }
.hg-portal-contact .hg-icon { width: 18px; height: 18px; flex-basis: 18px; color: var(--hg-gold-300); }
.hg-portal-authenticated .hg-portal-layout { grid-template-columns: 1fr; }
.hg-portal-authenticated .hg-portal-help { display: none; }
.hg-portal-authenticated .hg-portal-card { overflow: visible; }
.hg-portal-authenticated .hg-portal-content { overflow-x: auto; }

@media (max-width: 980px) {
  .hg-portal-hero-inner { min-height: 310px; grid-template-columns: 1fr; text-align: center; }
  .hg-portal-hero p:not(.hg-eyebrow) { margin-inline: auto; }
  .hg-portal-seal { display: none; }
  .hg-portal-layout { grid-template-columns: 1fr; }
}
@media (max-width: 620px) {
  .hg-portal-hero-inner { min-height: 280px; padding-top: 44px; padding-bottom: 44px; }
  .hg-portal-hero h1 { font-size: 42px; }
  .hg-portal-hero p:not(.hg-eyebrow) { font-size: 16px; }
  .hg-portal-section { padding-top: 44px; padding-bottom: 56px; }
  .hg-portal-card-heading { padding: 24px 20px 20px; }
  .hg-portal-lock { width: 44px; height: 44px; flex-basis: 44px; }
  .hg-portal-content { padding: 24px 20px 28px; }
  .hg-portal-help { padding: 28px 22px; }
  .hg-portal-actions { grid-template-columns: 1fr; }
}

/* --------------------------------------------------------------------------
   Premium Online Application — v2.6.3
   Preserves the live WLSM registration form while replacing the legacy shell.
   -------------------------------------------------------------------------- */
.hg-online-application-page { background: linear-gradient(180deg,#f5f8fb 0%,#fff 58%); }
.hg-application-hero {
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 84% 18%,rgba(237,198,93,.23),transparent 25%),
    linear-gradient(132deg,var(--hg-navy-950),#073b6b);
  border-bottom: 4px solid var(--hg-gold-500);
}
.hg-application-hero::after {
  content: '';
  position: absolute;
  right: -90px;
  bottom: -240px;
  width: 540px;
  height: 540px;
  border: 1px solid rgba(239,208,122,.25);
  border-radius: 50%;
  box-shadow: 0 0 0 62px rgba(239,208,122,.04),0 0 0 128px rgba(239,208,122,.022);
  pointer-events: none;
}
.hg-application-hero-inner {
  position: relative;
  z-index: 2;
  min-height: 460px;
  display: grid;
  grid-template-columns: minmax(0,1.4fr) minmax(270px,.6fr);
  align-items: center;
  gap: 72px;
  padding-top: 72px;
  padding-bottom: 72px;
}
.hg-application-hero-copy h1 {
  max-width: 820px;
  margin: 0;
  color: #fff;
  font-family: var(--hg-serif);
  font-size: clamp(48px,5.4vw,76px);
  line-height: 1.02;
  letter-spacing: -.04em;
}
.hg-application-hero-copy > p:not(.hg-eyebrow) { max-width: 760px; margin: 22px 0 0; color: rgba(255,255,255,.8); font-size: 18px; line-height: 1.72; }
.hg-application-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.hg-application-hero-badge {
  min-height: 280px;
  display: grid;
  place-content: center;
  padding: 34px;
  text-align: center;
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(239,208,122,.42);
  border-radius: 50%;
  backdrop-filter: blur(12px);
}
.hg-application-hero-badge span { color: var(--hg-gold-300); font-family: var(--hg-serif); font-size: 70px; font-weight: 800; line-height: .9; }
.hg-application-hero-badge strong { display: block; margin-top: 13px; color: #fff; font-size: 20px; }
.hg-application-hero-badge small { display: block; max-width: 190px; margin: 11px auto 0; color: rgba(255,255,255,.72); font-size: 11px; line-height: 1.55; }
.hg-application-status { background: #fff; border-bottom: 1px solid var(--hg-line); box-shadow: 0 12px 30px rgba(4,30,60,.05); }
.hg-application-status-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); }
.hg-application-status-grid > div { display: grid; grid-template-columns: 42px 1fr; column-gap: 13px; padding: 25px 28px; border-right: 1px solid var(--hg-line); }
.hg-application-status-grid > div:last-child { border-right: 0; }
.hg-application-status-grid .hg-icon { grid-row: 1/3; width: 38px; height: 38px; display: grid; place-items: center; color: var(--hg-gold-700); }
.hg-application-status-grid strong { color: var(--hg-navy-950); font-size: 14px; }
.hg-application-status-grid small { margin-top: 3px; color: var(--hg-muted); font-size: 10.5px; line-height: 1.5; }
.hg-application-section { padding-top: 72px; padding-bottom: 90px; }
.hg-application-layout { display: grid; grid-template-columns: minmax(0,1.6fr) minmax(310px,.72fr); gap: 30px; align-items: start; }
.hg-application-card { overflow: hidden; background: #fff; border: 1px solid var(--hg-line); border-top: 4px solid var(--hg-gold-500); border-radius: 17px; box-shadow: var(--hg-shadow); }
.hg-application-card-heading { display: flex; gap: 18px; align-items: flex-start; padding: 32px 36px 27px; background: linear-gradient(180deg,#fff,#fafbfd); border-bottom: 1px solid var(--hg-line); }
.hg-application-card-heading h2 { margin: 0; color: var(--hg-navy-950); font-family: var(--hg-serif); font-size: clamp(32px,3.1vw,44px); line-height: 1.08; }
.hg-application-card-heading p:last-child { margin: 10px 0 0; color: var(--hg-muted); }
.hg-application-heading-icon { width: 54px; height: 54px; flex: 0 0 54px; display: grid; place-items: center; color: #fff; background: var(--hg-navy-900); border-radius: 50%; box-shadow: 0 10px 22px rgba(6,42,82,.18); }
.hg-application-heading-icon .hg-icon,.hg-application-heading-icon svg { width: 27px; height: 27px; }
.hg-online-application-content { padding: 34px 36px 42px; }
.hg-online-application-content > h1:first-child,.hg-online-application-content > h2:first-child { display: none; }
.hg-online-application-content form { margin: 0; }
.hg-online-application-content h2,.hg-online-application-content h3,.hg-online-application-content h4 {
  clear: both;
  margin: 34px 0 18px;
  color: var(--hg-navy-950);
  font-family: var(--hg-serif);
  line-height: 1.15;
}
.hg-online-application-content h2:first-child,.hg-online-application-content h3:first-child { margin-top: 0; }
.hg-online-application-content h3 { padding-bottom: 11px; font-size: 26px; border-bottom: 2px solid rgba(213,161,38,.42); }
.hg-online-application-content label { color: var(--hg-navy-950); font-weight: 750; }
.hg-online-application-content input[type="text"],
.hg-online-application-content input[type="email"],
.hg-online-application-content input[type="tel"],
.hg-online-application-content input[type="number"],
.hg-online-application-content input[type="date"],
.hg-online-application-content input[type="password"],
.hg-online-application-content input[type="file"],
.hg-online-application-content select,
.hg-online-application-content textarea {
  width: 100%;
  min-height: 49px;
  padding: 11px 13px;
  color: var(--hg-ink);
  background: #fbfcfe;
  border: 1px solid #bcc7d2;
  border-radius: 7px;
  box-shadow: none;
  outline: none;
}
.hg-online-application-content textarea { min-height: 112px; resize: vertical; }
.hg-online-application-content input[type="file"] { height: auto; min-height: 48px; padding: 9px; background: #f7f9fb; }
.hg-online-application-content input:focus,.hg-online-application-content select:focus,.hg-online-application-content textarea:focus { border-color: var(--hg-gold-600); box-shadow: 0 0 0 3px rgba(217,166,43,.16); }
.hg-online-application-content input[type="checkbox"],.hg-online-application-content input[type="radio"] { accent-color: var(--hg-navy-800); }
.hg-online-application-content input[type="submit"],
.hg-online-application-content button[type="submit"],
.hg-online-application-content .btn-primary,
.hg-online-application-content .button-primary {
  min-height: 50px;
  padding: 12px 28px;
  color: #fff !important;
  background: linear-gradient(135deg,#b77c0e,#d9a62b) !important;
  border: 0 !important;
  border-radius: 6px;
  font-weight: 850;
  box-shadow: 0 10px 22px rgba(183,124,14,.2);
  cursor: pointer;
}
.hg-online-application-content input[type="submit"]:hover,.hg-online-application-content button[type="submit"]:hover { transform: translateY(-1px); filter: brightness(1.03); }
.hg-online-application-content table { width: 100%; border-collapse: collapse; }
.hg-online-application-content .form-group,.hg-online-application-content .row { margin-bottom: 16px; }
.hg-online-application-content .alert { padding: 14px 16px; border-radius: 7px; }
.hg-application-sidebar { display: grid; gap: 18px; position: sticky; top: 112px; }
.hg-application-side-card { padding: 28px 26px; background: #fff; border: 1px solid var(--hg-line); border-radius: 15px; box-shadow: 0 12px 34px rgba(4,30,60,.07); }
.hg-application-side-card h2,.hg-application-side-card h3 { margin: 0; color: var(--hg-navy-950); font-family: var(--hg-serif); line-height: 1.12; }
.hg-application-side-card h2 { font-size: 31px; }
.hg-application-side-card h3 { font-size: 25px; }
.hg-application-side-card > p:not(.hg-eyebrow) { margin: 12px 0 0; color: var(--hg-muted); font-size: 12.5px; line-height: 1.65; }
.hg-application-side-card ul { display: grid; gap: 13px; margin: 23px 0; padding: 0; list-style: none; }
.hg-application-side-card li { display: flex; align-items: flex-start; gap: 9px; font-size: 12px; line-height: 1.55; }
.hg-application-side-card li .hg-icon { width: 17px; height: 17px; flex: 0 0 17px; margin-top: 1px; color: var(--hg-gold-300); }
.hg-application-side-card-navy { color: #fff; background: linear-gradient(145deg,var(--hg-navy-950),var(--hg-navy-800)); border-color: rgba(239,208,122,.25); }
.hg-application-side-card-navy h2 { color: #fff; }
.hg-application-side-card-navy li { color: rgba(255,255,255,.77); }
.hg-application-contact-list { display: grid; gap: 10px; margin-top: 20px; padding-top: 18px; border-top: 1px solid var(--hg-line); }
.hg-application-contact-list a { display: flex; align-items: center; gap: 9px; color: var(--hg-navy-800); font-size: 12px; font-weight: 750; }
.hg-application-contact-list a:hover { color: var(--hg-gold-700); }
.hg-application-contact-list .hg-icon { width: 18px; height: 18px; flex-basis: 18px; }
.hg-application-privacy-card { display: flex; gap: 14px; align-items: flex-start; }
.hg-application-privacy-card > .hg-icon { width: 34px; height: 34px; flex: 0 0 34px; color: var(--hg-gold-700); }
.hg-application-privacy-card p { margin-top: 8px !important; }
.hg-application-privacy-card a { display: inline-block; margin-top: 10px; color: var(--hg-navy-800); font-size: 11px; font-weight: 800; }
.hg-application-back-link { display: flex; align-items: center; gap: 8px; padding: 4px 4px 0; color: var(--hg-navy-800); font-size: 12px; font-weight: 800; }
.hg-application-back-link .hg-icon { width: 17px; height: 17px; }
@media (max-width: 1050px) {
  .hg-application-hero-inner { grid-template-columns: 1fr; text-align: center; }
  .hg-application-hero-copy > p:not(.hg-eyebrow) { margin-inline: auto; }
  .hg-application-hero-actions { justify-content: center; }
  .hg-application-hero-badge { display: none; }
  .hg-application-layout { grid-template-columns: 1fr; }
  .hg-application-sidebar { position: static; grid-template-columns: repeat(2,minmax(0,1fr)); }
  .hg-application-side-card-navy,.hg-application-back-link { grid-column: 1/-1; }
}
@media (max-width: 760px) {
  .hg-application-hero-inner { min-height: 390px; padding-top: 54px; padding-bottom: 54px; }
  .hg-application-hero-copy h1 { font-size: 47px; }
  .hg-application-hero-copy > p:not(.hg-eyebrow) { font-size: 16px; }
  .hg-application-status-grid { grid-template-columns: 1fr; }
  .hg-application-status-grid > div { border-right: 0; border-bottom: 1px solid var(--hg-line); }
  .hg-application-status-grid > div:last-child { border-bottom: 0; }
  .hg-application-section { padding-top: 44px; padding-bottom: 60px; }
  .hg-application-card-heading { padding: 25px 20px 22px; }
  .hg-application-heading-icon { width: 46px; height: 46px; flex-basis: 46px; }
  .hg-online-application-content { padding: 25px 20px 30px; }
  .hg-application-sidebar { grid-template-columns: 1fr; }
  .hg-application-side-card-navy,.hg-application-back-link { grid-column: auto; }
}

/* ==========================================================
   Official Document Icons — v2.6.4
   The global .hg-icon flex-basis is 22px. These document-card
   icons are 52px tiles, so their flex basis must be overridden
   to prevent the padded tile from collapsing into a thin pill.
   ========================================================== */
.hg-official-document-top > .hg-icon {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  min-width: 52px;
  min-height: 52px;
  flex: 0 0 52px;
  box-sizing: border-box;
  overflow: visible;
}

.hg-official-document-top > .hg-icon svg {
  display: block;
  width: 100%;
  height: 100%;
  min-width: 24px;
  min-height: 24px;
  overflow: visible;
}

/* ==========================================================
   Premium Royal Booking Integration — v2.6.5
   Keeps /book-an-appointment/ inside the Hope Garden premium
   child-theme shell while preserving the booking plugin itself.
   ========================================================== */
.hg-premium-booking .hg-booking-page {
  min-height: 70vh;
  background:
    radial-gradient(circle at 88% 8%, rgba(213, 161, 38, .09), transparent 27%),
    #f4f7fa;
}

.hg-premium-booking .hg-booking-stage {
  padding: 22px 0 82px;
}

.hg-premium-booking .hg-booking-page-shell {
  width: min(100% - 36px, 1120px);
  margin-inline: auto;
}

.hg-premium-booking .hg-booking-page-shell > h1:first-child,
.hg-premium-booking .hg-booking-page-shell > .entry-title:first-child {
  display: none;
}

.hg-premium-booking .hgrb-page,
.hg-premium-booking .hgrb-page--embedded {
  min-height: auto;
  background: transparent;
  padding: 0;
}

.hg-premium-booking .hgrb-page--embedded .hgrb-shell,
.hg-premium-booking .hgrb-shell {
  width: 100%;
  max-width: 1000px;
  margin-inline: auto;
  padding-top: 34px;
  padding-bottom: 0;
}

.hg-premium-booking .hgrb-hero {
  box-shadow: 0 22px 52px rgba(4, 30, 60, .16);
}

.hg-premium-booking .hgrb-form-card {
  box-shadow: 0 18px 48px rgba(4, 30, 60, .10);
}

@media (max-width: 760px) {
  .hg-premium-booking .hg-booking-stage {
    padding: 8px 0 52px;
  }

  .hg-premium-booking .hg-booking-page-shell {
    width: min(100% - 20px, 1120px);
  }

  .hg-premium-booking .hgrb-page--embedded .hgrb-shell,
  .hg-premium-booking .hgrb-shell {
    padding-top: 20px;
  }
}

/* ==========================================================
   Stable Scrolling & Booking Navigation — v2.6.6
   ========================================================== */
html {
  scroll-behavior: auto;
}

/* The navbar is already visually opaque. Removing live backdrop blur avoids
   repeated viewport compositing during scroll on desktop and mobile GPUs. */
body.hg-premium-site .hg-navbar {
  background: #fff;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

/* Keep the sticky header's geometry constant. Earlier shrinking dimensions
   could move page content while scroll position was changing, which felt like
   hesitation or freezing near the top of long pages. */
body.hg-premium-site .hg-navbar-inner,
body.hg-premium-site .hg-brand img,
body.hg-premium-site .hg-brand-copy strong,
body.hg-premium-site .hg-brand-copy > span,
body.hg-premium-site .hg-brand-copy em,
body.hg-premium-site .hg-nav-list a {
  transition: none;
}

@media (min-width: 981px) {
  body.hg-premium-site .hg-site-header.is-scrolled .hg-navbar-inner {
    min-height: 92px;
  }
  body.hg-premium-site .hg-site-header.is-scrolled .hg-brand img {
    width: 76px;
    height: 64px;
  }
  body.hg-premium-site .hg-site-header.is-scrolled .hg-brand-copy strong {
    font-size: 22px;
  }
  body.hg-premium-site .hg-site-header.is-scrolled .hg-brand-copy > span {
    font-size: 14px;
  }
  body.hg-premium-site .hg-site-header.is-scrolled .hg-brand-copy em {
    margin-top: 7px;
    opacity: 1;
  }
  body.hg-premium-site .hg-site-header.is-scrolled .hg-nav-list a {
    padding-top: 34px;
    padding-bottom: 30px;
  }
  body.hg-premium-site .hg-site-header.is-scrolled .hg-nav-list > li > a::after {
    bottom: 22px;
  }
}

@media (max-width: 980px) {
  body.hg-premium-site .hg-site-header.is-scrolled .hg-navbar-inner {
    min-height: 78px;
  }
  body.hg-premium-site .hg-site-header.is-scrolled .hg-brand img {
    width: 64px;
    height: 54px;
  }
  body.hg-premium-site .hg-site-header.is-scrolled .hg-brand-copy strong {
    font-size: 19px;
  }
  body.hg-premium-site .hg-site-header.is-scrolled .hg-brand-copy > span {
    font-size: 12px;
  }
  body.hg-premium-site .hg-mobile-drawer {
    max-height: calc(100vh - 78px);
  }
}

/* Booking page shadows remain premium but lighter to repaint smoothly. */
.hg-premium-booking .hgrb-hero {
  box-shadow: 0 16px 36px rgba(4, 30, 60, .13);
}
.hg-premium-booking .hgrb-form-card {
  box-shadow: 0 12px 32px rgba(4, 30, 60, .08);
}

@media (max-width: 720px) {
  body.hg-premium-site .hg-site-header.is-scrolled .hg-brand-copy strong {
    font-size: 16px;
  }
  body.hg-premium-site .hg-site-header.is-scrolled .hg-brand-copy > span {
    font-size: 10px;
  }
}

@media (max-width: 420px) {
  body.hg-premium-site .hg-site-header.is-scrolled .hg-brand img {
    width: 54px;
    height: 46px;
  }
}
