/* Shared premium system for every non-home route. */
:root {
  --inf-bg-global: #07111F;
  --inf-bg-soft-global: #0B1728;
  --inf-card-global: #111F33;
  --inf-elevated-global: #18263D;
  --inf-text-global: #FFFFFF;
  --inf-muted-global: #97A4B7;
  --inf-gold-global: #378D48;
  --inf-gold-light-global: #68BD59;
  --inf-border-global: rgba(104,189,89, .16);
  --radius-sm: 10px;
  --radius-md: 16px;
  --radius-lg: 22px;
  --radius-xl: 30px;
  --radius-pill: 999px;
  --global-shell: min(1320px, calc(100vw - 64px));
  --inf-font-body: "DM Sans", Arial, sans-serif;
  --inf-font-display: "Playfair Display", Georgia, "Times New Roman", serif;
  --inf-bg: var(--inf-bg-global);
  --inf-bg-soft: var(--inf-bg-soft-global);
  --inf-card: var(--inf-card-global);
  --inf-elevated: var(--inf-elevated-global);
  --inf-text: var(--inf-text-global);
  --inf-text-muted: var(--inf-muted-global);
  --inf-gold: var(--inf-gold-global);
  --inf-gold-light: var(--inf-gold-light-global);
  --inf-gold-dark: #328947;
  --inf-border: var(--inf-border-global);
  --inf-success: #44d49d;
  --inf-serif: var(--inf-font-display);
  --inf-sans: var(--inf-font-body);
  --inf-shell: var(--global-shell);
  --inf-section: clamp(5rem, 9vw, 9rem);
  --inf-radius: 2px;
  --header-height-desktop: 84px;
  --header-height-tablet: 76px;
  --header-height-mobile: 68px;
  --space-section-xs: clamp(2.5rem, 4vw, 3.5rem);
  --space-section-sm: clamp(3.5rem, 6vw, 5rem);
  --space-section-md: clamp(5rem, 8vw, 7.5rem);
  --space-section-lg: clamp(7rem, 10vw, 10rem);
  --space-section-xl: clamp(8rem, 13vw, 12rem);
  --text-xs: clamp(.75rem, .72rem + .08vw, .8rem);
  --text-sm: clamp(.875rem, .84rem + .1vw, .95rem);
  --text-base: clamp(1rem, .96rem + .12vw, 1.075rem);
  --text-lg: clamp(1.125rem, 1.06rem + .18vw, 1.25rem);
  --text-xl: clamp(1.3rem, 1.18rem + .35vw, 1.55rem);
  --text-2xl: clamp(1.65rem, 1.42rem + .65vw, 2rem);
  --text-3xl: clamp(2rem, 1.65rem + 1vw, 2.75rem);
  --text-4xl: clamp(2.5rem, 2rem + 1.7vw, 3.75rem);
  --text-hero: clamp(3rem, 2.25rem + 3vw, 5.5rem);
}

body:not(.home-page) {
  background: var(--inf-bg-global);
  color: var(--inf-text-global);
  font-family: var(--inf-font-body);
  overflow-x: hidden;
}
@supports (overflow: clip) { body:not(.home-page) { overflow-x: clip; } }
body:not(.home-page)::before {
  background-image: linear-gradient(rgba(104,189,89, .035) 1px, transparent 1px), linear-gradient(90deg, rgba(104,189,89, .035) 1px, transparent 1px);
  background-size: 64px 64px;
  content: "";
  pointer-events: none;
  position: fixed;
  top: 0; right: 0; bottom: 0; left: 0;
  inset: 0;
  z-index: 0;
  -webkit-mask-image: linear-gradient(to bottom, transparent, #000 14%, #000 82%, transparent);
  mask-image: linear-gradient(to bottom, transparent, #000 14%, #000 82%, transparent);
  opacity: .7;
}
body:not(.home-page) .wrapper { isolation: isolate; position: relative; }
body:not(.home-page) main { padding-top: var(--header-height-desktop); position: relative; z-index: 1; }
body .wrapper { display: flex; flex-direction: column; min-height: 100vh; }
body .wrapper > main { flex: 1 0 auto; }
body:not(.home-page) p { color: var(--inf-muted-global); font-family: var(--inf-font-body); line-height: 1.75; }
body:not(.home-page) h1,
body:not(.home-page) h2,
body:not(.home-page) h3,
body:not(.home-page) h4,
body:not(.home-page) h5,
body:not(.home-page) h6 { color: var(--inf-text-global); font-family: var(--inf-font-body); }
body:not(.home-page) a { color: inherit; }
body:not(.home-page) :focus-visible { outline: 2px solid var(--inf-gold-light-global); outline-offset: 4px; }
.skip-link { background: var(--inf-gold-light-global); color: #111 !important; left: 1rem; padding: .75rem 1rem; position: fixed; top: -5rem; z-index: 9999; }
.skip-link:focus { top: 1rem; }
.text-link { align-items: center; color: var(--inf-text-global) !important; display: inline-flex; font-size: .72rem; font-weight: 700; gap: .65rem; letter-spacing: .1em; padding-block: .35rem; text-decoration: none; text-transform: uppercase; }
.text-link:hover { color: var(--inf-gold-light-global) !important; }

/* Shared site navigation and footer */
body:not(.home-page) .navbar-main { background: rgba(7,17,31, .72); border-bottom: 1px solid transparent; padding: 1rem 0; -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px); }
body .site-header { height: 0; position: relative; z-index: 111; }
body .navbar-main { min-height: var(--header-height-desktop); }
body .navbar-toggler { align-items: center; flex-direction: column; justify-content: center; min-height: 44px; min-width: 44px; padding: 9px; }
body .navbar-toggler span { background: var(--inf-text-global); display: block; height: 1px; margin: 3px 0; width: 22px; }
body:not(.home-page) .navbar-main.navbar-shrink { background: rgba(7,17,31, .92); border-color: var(--inf-border-global); padding: .55rem 0; -webkit-backdrop-filter: blur(18px); backdrop-filter: blur(18px); }
body:not(.home-page) .home-nav-shell { max-width: none; width: var(--global-shell); }
body:not(.home-page) .navbar-brand { padding: 0; }
body:not(.home-page) .navbar-brand img { height: auto; width: 174px; }
body:not(.home-page) .navbar-nav { gap: clamp(.7rem, 1.35vw, 1.55rem); }
body:not(.home-page) .navbar-nav .nav-item .nav-link { color: #D3DAE4; font-size: .78rem; letter-spacing: .06em; padding: 1rem .25rem; text-transform: uppercase; }
body:not(.home-page) .navbar-nav .nav-item .nav-link.active,
body:not(.home-page) .navbar-nav .nav-item .nav-link:hover { color: var(--inf-gold-light-global); }
body:not(.home-page) .navbar-nav .nav-item .dropdown-menu { background: rgba(11,23,40, .98); border: 1px solid var(--inf-border-global); border-radius: var(--radius-md); padding: .55rem; }
body:not(.home-page) .navbar-nav .nav-item .dropdown-menu a { color: #D3DAE4; letter-spacing: .02em; padding: .65rem .8rem; }
body:not(.home-page) .navbar-nav .nav-item .dropdown-menu a:hover { background: rgba(55,141,72, .12); color: var(--inf-gold-light-global); }
body:not(.home-page) .right-nav .btn,
body:not(.home-page) .navbar-nav + .btn { align-items: center; background: linear-gradient(120deg, #328947, #378D48, #68BD59); border: 0; border-radius: var(--radius-sm); color: #111F33; display: inline-flex; font-size: .7rem; font-weight: 700; gap: .65rem; letter-spacing: .06em; padding: .8rem 1rem; text-transform: uppercase; }
body:not(.home-page) .right-nav .btn:hover,
body:not(.home-page) .navbar-nav + .btn:hover { filter: brightness(1.08); transform: translateY(-2px); }
body:not(.home-page) .navbar-toggler { border-color: var(--inf-border-global); border-radius: var(--radius-sm); color: var(--inf-text-global); }
body .site-footer { background: #07111F; border-top: 1px solid var(--inf-border-global); color: var(--inf-text-global); flex-shrink: 0; margin-top: auto; }
body .home-shell { margin-inline: auto; width: var(--inf-shell); }
body .site-footer .footer-main { display: grid; gap: 5rem; grid-template-columns: .75fr 1.25fr; padding-block: clamp(4rem, 7vw, 7rem); }
body .site-footer .footer-brand img { height: auto; width: 175px; }
body .site-footer .footer-brand > p { font-size: .85rem; margin: 1.5rem 0; max-width: 340px; }
body .site-footer .footer-email,
body .site-footer .footer-phone { color: var(--inf-gold-light-global) !important; display: block; font-size: .82rem; overflow-wrap: anywhere; text-decoration: none; }
body .site-footer .footer-phone { margin-top: .45rem; }

/* Shared floating quick-contact rail. */
.floating-contact-rail {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  gap: .65rem;
  position: fixed;
  right: max(1rem, env(safe-area-inset-right));
  /* top: 50%; */
  bottom: 2%;
  transform: translateY(-50%);
  z-index: 1040;
}
.floating-contact {
  align-items: center;
  background: linear-gradient(145deg, rgba(17,31,51, .97), rgba(7,17,31, .97));
  border: 1px solid rgba(104,189,89, .25);
  border-radius: 999px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .3), inset 0 1px 0 rgba(255, 255, 255, .05);
  color: var(--inf-text-global) !important;
  display: inline-flex;
  font-family: var(--inf-font-body);
  font-size: .68rem;
  font-weight: 700;
  gap: .65rem;
  letter-spacing: .075em;
  min-height: 48px;
  overflow: hidden;
  padding: .3rem;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  transition: border-color .25s ease, box-shadow .25s ease, color .25s ease, transform .25s ease;
}
.floating-contact::before {
  background: linear-gradient(100deg, transparent 20%, rgba(104,189,89, .16) 50%, transparent 80%);
  content: "";
  inset: 0;
  position: absolute;
  transform: translateX(-120%);
  animation: floating-contact-shimmer 5.5s ease-in-out infinite;
}
.floating-contact:nth-child(2)::before { animation-delay: .8s; }
.floating-contact:nth-child(3)::before { animation-delay: 1.6s; }
.floating-contact:nth-child(4)::before { animation-delay: 2.4s; }
.floating-contact:hover,
.floating-contact:focus-visible {
  border-color: rgba(104,189,89, .7);
  box-shadow: 0 14px 34px rgba(0, 0, 0, .4), 0 0 24px rgba(55,141,72, .12);
  color: var(--inf-gold-light-global) !important;
  transform: translateX(-4px);
}
.floating-contact__label,
.floating-contact__icon { position: relative; z-index: 1; }
.floating-contact__icon {
  align-items: center;
  background: linear-gradient(135deg, #328947, #68BD59 52%, #328947);
  border: 1px solid rgba(255, 231, 159, .48);
  border-radius: 50%;
  color: #111F33;
  display: inline-flex;
  flex: 0 0 38px;
  font-size: 1rem;
  height: 38px;
  justify-content: center;
  order: 2;
  transition: transform .25s ease;
  width: 38px;
}
.floating-contact:hover .floating-contact__icon { transform: rotate(-7deg) scale(1.06); }
.floating-contact--youtube .floating-contact__icon { background: linear-gradient(135deg, #cc0000, #ff3333); color: #ffffff; border-color: rgba(255, 100, 100, .48); }
.floating-contact--whatsapp .floating-contact__icon { background: linear-gradient(135deg, #187d4c, #5de59b); color: #061b10; }

@keyframes floating-contact-shimmer {
  0%, 68%, 100% { transform: translateX(-120%); }
  82% { transform: translateX(120%); }
}

@media (max-width: 767px) {
  .floating-contact-rail { bottom: max(1rem, env(safe-area-inset-bottom)); gap: .5rem; right: max(.75rem, env(safe-area-inset-right)); top: auto; transform: none; }
  .floating-contact { min-height: 44px; padding: .2rem .3rem .2rem .3rem; }
  .floating-contact__icon { flex-basis: 34px; height: 34px; width: 34px; }
}

@media (max-width: 420px) {
  .floating-contact { gap: 0; padding: .25rem; }
  .floating-contact__label { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; white-space: nowrap; width: 1px; }
  .floating-contact__icon { order: 0; }
}

@media (prefers-reduced-motion: reduce) {
  .floating-contact::before { animation: none; }
  .floating-contact,
  .floating-contact__icon { transition: none; }
}
body .site-footer .footer-nav { display: grid; gap: 2rem; grid-template-columns: repeat(3, 1fr); }
body .site-footer .footer-nav h2 { color: var(--inf-gold-light-global); font-family: var(--inf-font-body); font-size: .65rem; letter-spacing: .16em; margin-bottom: 1.4rem; text-transform: uppercase; }
body .site-footer .footer-nav a { color: var(--inf-muted-global); display: block; font-size: .8rem; margin: .7rem 0; text-decoration: none; }
body .site-footer .footer-nav a:hover { color: var(--inf-text-global); }
body .site-footer .footer-disclaimer { border-top: 1px solid var(--inf-border-global); padding-block: 1.4rem; }
body .site-footer .footer-disclaimer p { font-size: .68rem; margin: 0; text-align: center; }
body .site-footer .footer-disclaimer strong { color: var(--inf-text-global); }
body .site-footer .bottom-footer { border-top: 1px solid rgba(104,189,89, .08); padding: 1.2rem 0; }
body .site-footer .bottom-footer__inner { align-items: center; display: flex; justify-content: space-between; }
body .site-footer .bottom-footer__inner p,
body .site-footer .bottom-footer__inner a { color: #97A4B7; font-size: .66rem; margin: 0; text-decoration: none; }
body .site-footer .bottom-footer__inner div { display: flex; gap: 1.5rem; }
/* -- Social icon row (footer & contact page) -- */
.footer-social-icons,
.contact-social-icons {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
  margin-top: 1.1rem;
}
.footer-social-icon {
  align-items: center;
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  font-size: .85rem;
  height: 38px;
  justify-content: center;
  text-decoration: none;
  transition: transform .22s ease, box-shadow .22s ease, filter .22s ease;
  width: 38px;
}
.footer-social-icon:hover,
.footer-social-icon:focus-visible { filter: brightness(1.18); transform: translateY(-3px) scale(1.08); text-decoration: none; }
.footer-social-icon--facebook  { background: #1877F2; box-shadow: 0 4px 14px rgba(24,119,242,.35); }
.footer-social-icon--instagram {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  box-shadow: 0 4px 14px rgba(214,36,159,.35);
}
.footer-social-icon--youtube   { background: #FF0000; box-shadow: 0 4px 14px rgba(255,0,0,.35); }
.footer-social-icon--whatsapp  { background: linear-gradient(135deg, #187d4c, #5de59b); color: #061b10 !important; box-shadow: 0 4px 14px rgba(37,211,102,.35); }
.footer-social-icon--gmail     { background: #EA4335; box-shadow: 0 4px 14px rgba(234,67,53,.35); }

/* Internal hero: existing breadcrumb markup is now the shared PageHero surface. */
body:not(.home-page) .breadcrumb {
  align-items: flex-end;
  background: radial-gradient(ellipse 55% 80% at 84% 5%, rgba(55,141,72, .14), transparent 68%), linear-gradient(105deg, rgba(11,23,40, .96), rgba(7,17,31, .92));
  display: flex;
  isolation: isolate;
  min-height: clamp(430px, 46vw, 570px);
  overflow: hidden;
  padding: 9rem 0 4rem;
  position: relative;
}
body:not(.home-page) .breadcrumb::before {
  background-image: linear-gradient(rgba(104,189,89, .055) 1px, transparent 1px), linear-gradient(90deg, rgba(104,189,89, .055) 1px, transparent 1px);
  background-size: 62px 62px;
  content: "";
  top: 0; right: 0; bottom: 0; left: 38%;
  inset: 0 0 0 38%;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 35%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 35%, transparent);
  opacity: .8;
  pointer-events: none;
  position: absolute;
  z-index: -1;
}
body:not(.home-page) .breadcrumb::after {
  border: 1px solid rgba(104,189,89, .11);
  border-radius: 50%;
  content: "";
  height: min(38vw, 520px);
  position: absolute;
  right: -12vw;
  top: 8%;
  width: min(38vw, 520px);
  z-index: -1;
}
body:not(.home-page) .breadcrumb .container { position: relative; width: var(--global-shell); }
body:not(.home-page) .breadcrumb__title { font-family: Georgia, "Times New Roman", serif; font-size: clamp(3rem, 7vw, 6.8rem); font-weight: 500; letter-spacing: -.06em; line-height: .9; margin-bottom: 1.8rem; max-width: 940px; }
body:not(.home-page) .breadcrumb__title::first-letter { color: var(--inf-gold-light-global); }
body:not(.home-page) .breadcrumb__list { gap: .7rem; }
body:not(.home-page) .breadcrumb__item,
body:not(.home-page) .breadcrumb__link,
body:not(.home-page) .breadcrumb__item-text { color: #97A4B7; font-size: .7rem; letter-spacing: .12em; text-transform: uppercase; }
body:not(.home-page) .breadcrumb__link:hover { color: var(--inf-gold-light-global); }

/* New shared internal PageHero component. */
body:not(.home-page) .internal-hero { align-items: center; background: radial-gradient(ellipse 50% 80% at 88% 4%, rgba(55,141,72, .14), transparent 68%), linear-gradient(105deg, #0B1728, #07111F); display: flex; isolation: isolate; min-height: clamp(440px, 48vw, 590px); overflow: hidden; padding: 8rem 0 4rem; position: relative; }
body:not(.home-page) .internal-hero::before { background-image: linear-gradient(rgba(104,189,89, .045) 1px, transparent 1px), linear-gradient(90deg, rgba(104,189,89, .045) 1px, transparent 1px); background-size: 62px 62px; content: ""; top: 0; right: 0; bottom: 0; left: 38%; inset: 0 0 0 38%; -webkit-mask-image: linear-gradient(90deg, transparent, #000 35%, transparent); mask-image: linear-gradient(90deg, transparent, #000 35%, transparent); opacity: .8; pointer-events: none; position: absolute; z-index: -1; }
body:not(.home-page) .internal-hero__grid { align-items: center; display: grid; gap: clamp(2rem, 7vw, 7rem); grid-template-columns: minmax(0, 1fr) minmax(320px, .72fr); margin: 0 auto; position: relative; width: var(--global-shell); }
body:not(.home-page) .internal-hero__copy { max-width: 780px; position: relative; z-index: 2; }
body:not(.home-page) .internal-hero__copy h1 { font-family: Georgia, "Times New Roman", serif; font-size: clamp(3rem, 6.5vw, 6.7rem); font-weight: 500; letter-spacing: -.065em; line-height: .9; margin: .8rem 0 1.4rem; }
body:not(.home-page) .internal-hero__copy > p:not(.internal-eyebrow) { font-size: .98rem; max-width: 600px; }
body:not(.home-page) .internal-hero__media {/* min-height: 270px; */}
body:not(.home-page) .internal-breadcrumbs { align-items: center; display: flex; flex-wrap: wrap; gap: .7rem; margin-top: 1.8rem; }
body:not(.home-page) .internal-breadcrumbs a,
body:not(.home-page) .internal-breadcrumbs span { color: #97A4B7; font-size: .65rem; letter-spacing: .12em; text-decoration: none; text-transform: uppercase; }
body:not(.home-page) .internal-breadcrumbs a:hover,
body:not(.home-page) .internal-breadcrumbs [aria-current="page"] { color: var(--inf-gold-light-global); }

/* Reusable section and button language */
body:not(.home-page) .py-120 { padding-block: clamp(5rem, 9vw, 8.5rem) !important; }
body:not(.home-page) .bg--black { background: transparent !important; }
body:not(.home-page) .section-content h6,
body:not(.home-page) .section-tag,
body:not(.home-page) .section-heading .section-tag { color: var(--inf-gold-light-global) !important; font-size: .7rem !important; font-weight: 600 !important; letter-spacing: .2em; margin-bottom: 1.3rem; text-transform: uppercase; }
body:not(.home-page) .section-content h2,
body:not(.home-page) .section-heading h2 { font-size: clamp(2.4rem, 5vw, 5rem); font-weight: 500; letter-spacing: -.055em; line-height: .98; }
body:not(.home-page) .section-content h2 span,
body:not(.home-page) .section-heading h2 span,
body:not(.home-page) .txt-base { color: var(--inf-gold-light-global) !important; }
body:not(.home-page) .btn--base-two,
body:not(.home-page) .btn--base { background: linear-gradient(120deg, #328947, #378D48, #68BD59); border: 0; border-radius: var(--radius-sm); box-shadow: 0 10px 25px rgba(50,137,71, .18); color: #111F33 !important; font-size: .72rem; font-weight: 700; letter-spacing: .07em; padding: .9rem 1.2rem; text-transform: uppercase; }
body:not(.home-page) .btn--base-two:hover,
body:not(.home-page) .btn--base:hover { filter: brightness(1.08); transform: translateY(-2px); }
body:not(.home-page) .btn-outline--base { background: rgba(255, 255, 255, .025); border: 1px solid var(--inf-border-global); border-radius: var(--radius-sm); color: var(--inf-text-global) !important; font-size: .72rem; letter-spacing: .07em; padding: .9rem 1.2rem; text-transform: uppercase; }
body:not(.home-page) .btn-outline--base:hover { border-color: var(--inf-gold-light-global); color: var(--inf-gold-light-global) !important; }
.premium-button { align-items: center; border-radius: var(--radius-sm); display: inline-flex; color: white; font-size: .72rem; font-weight: 700; gap: .7rem; letter-spacing: .08em; min-height: 48px; padding: .8rem 1.1rem; text-decoration: none; text-transform: uppercase; transition: transform .25s ease, filter .25s ease, border-color .25s ease; }
.premium-button:hover { transform: translateY(-2px); }
.premium-button--primary { background: linear-gradient(120deg, #328947, #378D48, #68BD59); color: #111F33 !important; }
.premium-button--secondary { background: rgba(255, 255, 255, .025); border: 1px solid var(--inf-border-global); color: var(--inf-text-global) !important; }

/* Glass variants and dimensional media */
.glass-subtle,
.glass-standard,
.glass-elevated,
.glass-interactive,
.glass-dark { background: linear-gradient(145deg, rgba(255, 255, 255, .075), rgba(255, 255, 255, .018) 44%, rgba(55,141,72, .025)); border: 1px solid var(--inf-border-global); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .09), inset 0 -1px 0 rgba(0, 0, 0, .45), 0 24px 70px rgba(0, 0, 0, .32); }
.glass-subtle { background: rgba(255, 255, 255, .025); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .06), 0 16px 40px rgba(0, 0, 0, .2); }
.glass-elevated { box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), inset 0 -1px 0 rgba(0, 0, 0, .55), 0 32px 90px rgba(0, 0, 0, .42); }
.glass-interactive { transition: transform .35s cubic-bezier(.2,.7,.2,1), border-color .35s ease, box-shadow .35s ease; }
.glass-interactive:hover { border-color: rgba(104,189,89, .38); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .11), 0 30px 80px rgba(0, 0, 0, .42); transform: translateY(-5px); }
.glass-dark { background: linear-gradient(145deg, rgba(5, 6, 4, .74), rgba(11,23,40, .56)); }
.premium-media-frame { isolation: isolate; margin: 0; overflow: hidden; position: relative; }
.premium-media-frame::before {/* border: 1px solid rgba(104,189,89, .16); */content: "";inset: .65rem;pointer-events: none;position: absolute;z-index: 2;}
.premium-media-frame::after { background: linear-gradient(135deg, rgba(7,17,31, .08), transparent 40%, rgba(7,17,31, .55)); content: ""; inset: 0; pointer-events: none; position: absolute; z-index: 1; }
.premium-media-frame img {display: block;filter: saturate(.72) contrast(1.06);height: 100%;/* object-fit: cover; */transition: transform .7s cubic-bezier(.2,.7,.2,1), filter .5s ease;width: 100%;}
.premium-media-frame:hover img { filter: saturate(.86) contrast(1.04); transform: scale(1.025); }
.premium-media-frame--editorial { border-radius: var(--radius-xl); height: 520px; }
.premium-media-frame--landscape { border-radius: var(--radius-lg); height: 370px; }
.premium-media-frame--portrait { border-radius: var(--radius-lg); height: 520px; }
.premium-media-frame--cinematic {border-radius: var(--radius-xl);/* height: 300px; */}
.premium-media-frame--course { border-radius: var(--radius-lg); height: 260px; }
.premium-media-frame--platform { border-radius: var(--radius-lg); height: 440px; }
.premium-media-frame--glow { box-shadow: 24px 26px 0 rgba(50,137,71, .1), 0 30px 90px rgba(0, 0, 0, .4); }
.premium-media-frame__caption { background: rgba(7,17,31, .78); border-left: 1px solid var(--inf-gold-global); bottom: 1.4rem; color: var(--inf-text-global); font-size: .63rem; letter-spacing: .12em; padding: .8rem 1rem; position: absolute; text-transform: uppercase; z-index: 3; }
.ambient-glow { border-radius: 50%; filter: blur(26px); opacity: .9; pointer-events: none; position: absolute; z-index: 0; }
.ambient-glow--top-right { right: -12rem; top: -12rem; }
.ambient-glow--top-left { left: -12rem; top: -10rem; }
.ambient-glow--center { left: 40%; top: 30%; }
.ambient-glow--bottom-right { bottom: -11rem; right: -10rem; }
.ambient-glow--small { height: 260px; width: 260px; }
.ambient-glow--medium { height: 460px; width: 460px; }
.ambient-glow--large { height: 680px; width: 680px; }
.ambient-glow--gold { background: radial-gradient(circle, rgba(55,141,72, .16), rgba(50,137,71, .07) 36%, transparent 72%); }
.ambient-glow--warm { background: radial-gradient(circle, rgba(104,189,89, .1), transparent 68%); }
.ambient-glow--olive { background: radial-gradient(circle, rgba(99, 109, 68, .08), transparent 68%); }

/* Internal card language for existing page markup */
body:not(.home-page) .services-box,
body:not(.home-page) .mentor-card,
body:not(.home-page) .mission-card,
body:not(.home-page) .info-box,
body:not(.home-page) .team-item,
body:not(.home-page) .blog-item,
body:not(.home-page) .sidebar-item,
body:not(.home-page) .contact-info,
body:not(.home-page) .enquiry-form,
body:not(.home-page) .people-box,
body:not(.home-page) .call-action-box {
  background: linear-gradient(145deg, rgba(255, 255, 255, .065), rgba(255, 255, 255, .018) 44%, rgba(55,141,72, .025));
  border: 1px solid var(--inf-border-global);
  border-radius: var(--radius-lg);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08), inset 0 -1px 0 rgba(0, 0, 0, .4), 0 24px 70px rgba(0, 0, 0, .27);
}
body:not(.home-page) .services-box,
body:not(.home-page) .mentor-card,
body:not(.home-page) .mission-card,
body:not(.home-page) .info-box,
body:not(.home-page) .people-box { padding: 1.5rem; }
body:not(.home-page) .services-box,
body:not(.home-page) .mentor-card,
body:not(.home-page) .mission-card,
body:not(.home-page) .team-item,
body:not(.home-page) .blog-item,
body:not(.home-page) .people-box { transition: transform .35s ease, border-color .35s ease, box-shadow .35s ease; }
body:not(.home-page) .services-box:hover,
body:not(.home-page) .mentor-card:hover,
body:not(.home-page) .mission-card:hover,
body:not(.home-page) .team-item:hover,
body:not(.home-page) .blog-item:hover { border-color: rgba(104,189,89, .35); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 30px 75px rgba(0, 0, 0, .4); transform: translateY(-5px); }
body:not(.home-page) .services-box h3,
body:not(.home-page) .mentor-card h4,
body:not(.home-page) .mission-card h4,
body:not(.home-page) .team-item h4,
body:not(.home-page) .blog-item h4,
body:not(.home-page) .sidebar-item h4,
body:not(.home-page) .contact-info h3,
body:not(.home-page) .enquiry-form h3 { font-family: Georgia, "Times New Roman", serif; font-weight: 500; }
body:not(.home-page) .contact-info h2,
body:not(.home-page) .enquiry-form h2 { font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.4rem, 4vw, 4.6rem); font-weight: 500; letter-spacing: -.05em; line-height: .96; }
body:not(.home-page) .services-box h3 a,
body:not(.home-page) .team-item h4 a,
body:not(.home-page) .blog-item h4 a,
body:not(.home-page) .sidebar-item a { text-decoration: none; }
body:not(.home-page) .services-box h3 a:hover,
body:not(.home-page) .team-item h4 a:hover,
body:not(.home-page) .blog-item h4 a:hover { color: var(--inf-gold-light-global); }
body:not(.home-page) .services-box .services-icon,
body:not(.home-page) .services-box .services-box__icon,
body:not(.home-page) .mission-card .mission-icon { background: rgba(55,141,72, .08); border: 1px solid var(--inf-border-global); border-radius: var(--radius-md); color: var(--inf-gold-light-global); }
body:not(.home-page) .blog-item { overflow: hidden; padding-bottom: 1.4rem; }
body:not(.home-page) .blog-item > img { border-radius: var(--radius-lg) var(--radius-lg) 0 0; filter: saturate(.68) contrast(1.06); }
body:not(.home-page) .blog-item > h4,
body:not(.home-page) .blog-item > p,
body:not(.home-page) .blog-item > a,
body:not(.home-page) .blog-item > .blog-list { margin-left: 1.4rem; margin-right: 1.4rem; }
body:not(.home-page) .team-item { overflow: hidden; }
body:not(.home-page) .team-img { border-radius: var(--radius-lg) var(--radius-lg) 0 0; overflow: hidden; }
body:not(.home-page) .team-img img { filter: saturate(.72); transition: transform .6s ease; }
body:not(.home-page) .team-item:hover .team-img img { transform: scale(1.025); }
body:not(.home-page) .team-content { padding: 1.2rem 1.4rem 1.5rem; }
body:not(.home-page) .accordion-item { background: linear-gradient(145deg, rgba(255, 255, 255, .05), rgba(255, 255, 255, .015)); border: 1px solid var(--inf-border-global); border-radius: var(--radius-md); margin-bottom: .7rem; overflow: hidden; }
body:not(.home-page) .custom--accordion .accordion-button { background: transparent; color: var(--inf-text-global); font-family: Georgia, serif; font-size: 1.05rem; min-height: 64px; padding: 1rem 1.2rem; }
body:not(.home-page) .custom--accordion .accordion-button:not(.collapsed) { background: rgba(55,141,72, .07); box-shadow: none; color: var(--inf-gold-light-global); }
body:not(.home-page) .custom--accordion .accordion-body { color: var(--inf-muted-global); padding: 0 1.2rem 1.2rem; }
body:not(.home-page) .accordion-button:focus { box-shadow: 0 0 0 2px rgba(104,189,89, .35); }

/* Forms, inputs and calm reading surfaces */
body:not(.home-page) .contact-info,
body:not(.home-page) .enquiry-form { padding: clamp(1.5rem, 3vw, 2.5rem); }
body:not(.home-page) .form-label { color: var(--inf-text-global); font-size: .72rem; letter-spacing: .08em; margin-bottom: .45rem; text-transform: uppercase; }
body:not(.home-page) .form-control,
body:not(.home-page) .form-select { background: rgba(255, 255, 255, .045); border: 1px solid rgba(104,189,89, .18); border-radius: var(--radius-sm); color: var(--inf-text-global); min-height: 50px; padding: .75rem 1rem; }
body:not(.home-page) textarea.form-control { min-height: 150px; }
body:not(.home-page) .form-control::placeholder { color: #97A4B7; opacity: 1; }
body:not(.home-page) .form-control:focus,
body:not(.home-page) .form-select:focus { background: rgba(255, 255, 255, .06); border-color: var(--inf-gold-light-global); box-shadow: 0 0 0 3px rgba(55,141,72, .12); color: var(--inf-text-global); }
body:not(.home-page) .blog-details-content { max-width: 850px; }
body:not(.home-page) .blog-details-content h3 { font-family: Georgia, serif; font-size: clamp(2rem, 4vw, 4rem); font-weight: 500; letter-spacing: -.04em; }
body:not(.home-page) .blog-details-content p,
body:not(.home-page) .blog-details-content li { color: #D3DAE4; font-size: 1rem; line-height: 1.9; }
body:not(.home-page) .blog-details-content blockquote { border-left: 2px solid var(--inf-gold-global); color: var(--inf-text-global); font-family: Georgia, serif; font-size: 1.4rem; margin: 2rem 0; padding: 1rem 1.5rem; }
body:not(.home-page) .blog-details-content > img,
body:not(.home-page) .blog-details-content .blog-details-img { border-radius: var(--radius-xl); filter: saturate(.72); }
body:not(.home-page) .pagination { gap: .45rem; }
body:not(.home-page) .pagination .page-link { background: rgba(255, 255, 255, .035); border: 1px solid var(--inf-border-global); border-radius: var(--radius-sm) !important; color: var(--inf-text-global); min-height: 42px; min-width: 42px; text-align: center; }
body:not(.home-page) .pagination .page-item.active .page-link,
body:not(.home-page) .pagination .page-link:hover { background: rgba(55,141,72, .14); border-color: var(--inf-gold-global); color: var(--inf-gold-light-global); }

/* Shared course system used by the homepage and the full programs route. */
body:not(.home-page) .course-grid { display: grid; gap: 1.25rem; grid-template-columns: repeat(2, minmax(0, 1fr)); }
body:not(.home-page) .course-card { background: linear-gradient(145deg, rgba(255, 255, 255, .065), rgba(255, 255, 255, .018) 44%, rgba(55,141,72, .025)); border: 1px solid var(--inf-border-global); border-radius: var(--radius-lg); display: grid; grid-template-columns: minmax(0, .82fr) minmax(0, 1fr); min-height: 390px; overflow: hidden; position: relative; transition: transform .35s ease, border-color .35s ease, box-shadow .35s ease; }
body:not(.home-page) .course-card::after { background: linear-gradient(110deg, transparent 35%, rgba(104,189,89, .11), transparent 65%); content: ""; inset: 0; opacity: 0; pointer-events: none; position: absolute; transform: translateX(-80%); transition: opacity .3s ease, transform .8s ease; }
body:not(.home-page) .course-card:hover { border-color: rgba(104,189,89, .34); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 28px 75px rgba(0, 0, 0, .4); transform: translateY(-5px); }
body:not(.home-page) .course-card:hover::after { opacity: 1; transform: translateX(80%); }
body:not(.home-page) .course-card--featured { grid-column: 1 / -1; grid-template-columns: minmax(0, 1.25fr) minmax(360px, .75fr); min-height: 490px; }
body:not(.home-page) .course-card[hidden] { display: none; }
body:not(.home-page) .course-card__image { display: block; min-height: 250px; overflow: hidden; position: relative; }
body:not(.home-page) .course-card__image::after { background: linear-gradient(0deg, rgba(7,17,31, .48), transparent 55%); content: ""; inset: 0; position: absolute; }
body:not(.home-page) .course-card__image img { filter: saturate(.72) contrast(1.06); height: 100%; object-fit: cover; transition: transform .7s ease, filter .4s ease; width: 100%; }
body:not(.home-page) .course-card:hover .course-card__image img { filter: saturate(.86); transform: scale(1.025); }
body:not(.home-page) .course-card__content { display: flex; flex-direction: column; padding: clamp(1.4rem, 3vw, 2.6rem); position: relative; z-index: 1; }
body:not(.home-page) .course-card__kicker { color: #97A4B7; font-size: .62rem; letter-spacing: .14em; margin-bottom: 1.2rem; text-transform: uppercase; }
body:not(.home-page) .course-card__kicker span { color: var(--inf-gold-global); margin-right: .8rem; }
body:not(.home-page) .course-card h3 { font-family: Georgia, serif; font-size: clamp(1.55rem, 2.2vw, 2.4rem); font-weight: 500; margin-bottom: 1rem; }
body:not(.home-page) .course-card h3 a { text-decoration: none; }
body:not(.home-page) .course-card h3 a:hover { color: var(--inf-gold-light-global); }
body:not(.home-page) .course-card__content > p { font-size: .84rem; }
body:not(.home-page) .course-meta { border-bottom: 1px solid var(--inf-border-global); border-top: 1px solid var(--inf-border-global); display: grid; grid-template-columns: 1.2fr .8fr 1fr; margin: auto 0 1.1rem; padding: .9rem 0; }
body:not(.home-page) .course-meta div + div { border-left: 1px solid var(--inf-border-global); padding-left: .8rem; }
body:not(.home-page) .course-meta dt { color: #97A4B7; font-size: .54rem; font-weight: 500; letter-spacing: .12em; text-transform: uppercase; }
body:not(.home-page) .course-meta dd { color: var(--inf-text-global); font-size: .65rem; margin: .25rem 0 0; }
body:not(.home-page) .course-card__link { align-items: center; color: var(--inf-text-global); display: inline-flex; font-size: .66rem; font-weight: 700; gap: .7rem; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; }
body:not(.home-page) .course-card__link:hover { color: var(--inf-gold-light-global); }
body:not(.home-page) .course-filters { border-bottom: 1px solid var(--inf-border-global); display: flex; gap: 1.8rem; margin-bottom: 2.3rem; overflow-x: auto; scrollbar-width: none; }
body:not(.home-page) .course-filter { background: transparent; border: 0; color: #97A4B7; font-size: .68rem; letter-spacing: .12em; min-height: 44px; padding: 0 0 1rem; position: relative; text-transform: uppercase; white-space: nowrap; }
body:not(.home-page) .course-filter::after { background: var(--inf-gold-global); bottom: -1px; content: ""; height: 1px; left: 0; position: absolute; transform: scaleX(0); transform-origin: left; transition: transform .25s ease; width: 100%; }
body:not(.home-page) .course-filter.is-active { color: var(--inf-gold-light-global); }
body:not(.home-page) .course-filter.is-active::after { transform: scaleX(1); }
body:not(.home-page) .comparison-table { border: 1px solid var(--inf-border-global); border-radius: var(--radius-lg); overflow: hidden; }
body:not(.home-page) .comparison-table table { color: var(--inf-text-global); margin: 0; }
body:not(.home-page) .comparison-table th,
body:not(.home-page) .comparison-table td { border-color: var(--inf-border-global); padding: 1rem; }
body:not(.home-page) .comparison-table th { color: var(--inf-gold-light-global); font-size: .65rem; letter-spacing: .1em; text-transform: uppercase; }
body:not(.home-page) .comparison-table td { color: var(--inf-muted-global); font-size: .8rem; }

/* Shared CTA and section transitions */
.shared-section-heading { margin-bottom: clamp(2.5rem, 5vw, 5rem); max-width: 820px; position: relative; }
.shared-section-heading__index { color: var(--inf-gold-global); display: block; font-size: .68rem; letter-spacing: .14em; margin-bottom: 1.3rem; }
.internal-eyebrow { align-items: center; color: var(--inf-gold-light-global) !important; display: flex; font-size: .7rem !important; font-weight: 600 !important; gap: .65rem; letter-spacing: .18em; text-transform: uppercase; }
.internal-eyebrow span { background: var(--inf-gold-global); display: inline-block; height: 1px; width: 26px; }
.shared-section-heading h2 { font-size: clamp(2.4rem, 5vw, 5rem); font-weight: 500; letter-spacing: -.05em; line-height: .98; }
.shared-cta-section { background: transparent; isolation: isolate; overflow: hidden; padding: 0 clamp(1rem, 5vw, 4rem) clamp(4rem, 8vw, 8rem); position: relative; }
.shared-cta-section__inner { align-items: end; background: linear-gradient(125deg, rgba(55,141,72, .1), rgba(255, 255, 255, .015)); border: 1px solid var(--inf-border-global); border-radius: var(--radius-xl); display: grid; gap: 3rem; grid-template-columns: minmax(0, 1.3fr) auto; margin: 0 auto; max-width: 1320px; padding: clamp(2rem, 6vw, 5rem); position: relative; }
.shared-cta-section h2 { font-family: Georgia, serif; font-size: clamp(2.5rem, 5vw, 5rem); font-weight: 500; letter-spacing: -.055em; line-height: .95; max-width: 760px; }
.course-detail-hero { padding: clamp(5rem, 9vw, 8rem) 0; }
.course-detail-layout { align-items: start; display: grid; gap: clamp(2.5rem, 7vw, 7rem); grid-template-columns: minmax(0, 1.1fr) minmax(300px, .9fr); }
.course-detail-copy h2 { font-family: Georgia, serif; font-size: clamp(3rem, 6vw, 6.6rem); font-weight: 500; letter-spacing: -.06em; line-height: .88; }
.course-detail-copy h2 em { color: var(--inf-gold-light-global); font-style: italic; }
.course-detail-copy > p { font-size: 1rem; max-width: 620px; }
.course-detail-meta { border-bottom: 1px solid var(--inf-border-global); border-top: 1px solid var(--inf-border-global); display: grid; grid-template-columns: repeat(3, 1fr); margin: 2rem 0; padding: 1rem 0; }
.course-detail-meta div + div { border-left: 1px solid var(--inf-border-global); padding-left: 1rem; }
.course-detail-meta dt { color: #97A4B7; font-size: .58rem; letter-spacing: .12em; text-transform: uppercase; }
.course-detail-meta dd { color: var(--inf-text-global); font-size: .78rem; margin: .25rem 0 0; }
.course-detail-media { border-radius: var(--radius-xl); min-height: 540px; overflow: hidden; position: relative; }
.course-detail-media::after { background: linear-gradient(0deg, rgba(7,17,31, .55), transparent 58%); content: ""; inset: 0; position: absolute; }
.course-detail-media img { filter: saturate(.72) contrast(1.08); height: 100%; object-fit: cover; width: 100%; }
.enquiry-card { background: linear-gradient(145deg, rgba(255, 255, 255, .09), rgba(255, 255, 255, .02) 45%, rgba(55,141,72, .05)); border: 1px solid rgba(104,189,89, .24); border-radius: var(--radius-lg); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 30px 90px rgba(0, 0, 0, .4); padding: clamp(1.5rem, 3vw, 2.5rem); position: sticky; top: 8rem; }
.enquiry-card h3 { font-family: Georgia, serif; font-size: 2rem; font-weight: 500; }
.enquiry-card p { font-size: .84rem; }
.enquiry-card ul { list-style: none; margin: 1.5rem 0; padding: 0; }
.enquiry-card li { border-top: 1px solid rgba(104,189,89, .1); color: var(--inf-muted-global); font-size: .76rem; padding: .8rem 0; }
.enquiry-card li::before { color: var(--inf-gold-light-global); content: "✓"; margin-right: .65rem; }
.course-detail-section { padding: clamp(5rem, 9vw, 8rem) 0; }
.course-detail-section--soft { background: var(--inf-bg-soft-global); }
.course-detail-section h2 { font-family: Georgia, serif; font-size: clamp(2.5rem, 5vw, 5rem); font-weight: 500; letter-spacing: -.055em; line-height: .95; }
.outcome-list { display: grid; gap: .8rem; grid-template-columns: repeat(2, 1fr); list-style: none; margin: 0; padding: 0; }
.outcome-list li { border-top: 1px solid var(--inf-border-global); color: var(--inf-text-global); font-size: .88rem; padding: 1.1rem 0; }
.outcome-list li::before { color: var(--inf-gold-light-global); content: "↗"; margin-right: .7rem; }
.curriculum-list { border-top: 1px solid var(--inf-border-global); }
.curriculum-item { border-bottom: 1px solid var(--inf-border-global); }
.curriculum-item summary { align-items: center; color: var(--inf-text-global); cursor: pointer; display: flex; font-family: Georgia, serif; font-size: 1.3rem; justify-content: space-between; list-style: none; min-height: 72px; padding: 1rem 0; }
.curriculum-item summary::-webkit-details-marker { display: none; }
.curriculum-item summary::after { color: var(--inf-gold-light-global); content: "+"; font-family: "DM Sans", sans-serif; font-size: 1.2rem; }
.curriculum-item[open] summary::after { content: "−"; }
.curriculum-item p { font-size: .86rem; max-width: 650px; padding: 0 2rem 1.2rem 0; }
.audience-card { border-left: 1px solid var(--inf-gold-global); padding: 2rem; }
.audience-card h3 { font-family: Georgia, serif; font-size: 1.6rem; font-weight: 500; }
.related-courses { display: grid; gap: 1rem; grid-template-columns: repeat(3, 1fr); }
.related-courses .course-card { display: flex; flex-direction: column; min-height: 0; }
.related-courses .course-card__image { height: 220px; min-height: 0; }
.insights-page__featured { align-items: end; display: grid; gap: clamp(2rem, 7vw, 7rem); grid-template-columns: 1.2fr .8fr; }
.insights-featured-media { border-radius: var(--radius-xl); height: 500px; overflow: hidden; position: relative; }
.insights-featured-media img { filter: saturate(.7); height: 100%; object-fit: cover; width: 100%; }
.insights-featured-media::after { background: linear-gradient(0deg, rgba(7,17,31, .72), transparent 62%); content: ""; inset: 0; position: absolute; }
.insights-featured-copy { padding-bottom: 1.4rem; }
.insights-featured-copy h2 { font-family: Georgia, serif; font-size: clamp(2.6rem, 5vw, 5.7rem); font-weight: 500; letter-spacing: -.06em; line-height: .92; }
.article-filters { align-items: center; border-bottom: 1px solid var(--inf-border-global); display: flex; gap: .65rem; margin-bottom: 2.5rem; overflow-x: auto; padding-bottom: .8rem; }
.article-filter { background: rgba(255, 255, 255, .025); border: 1px solid var(--inf-border-global); border-radius: var(--radius-pill); color: var(--inf-muted-global); font-size: .65rem; letter-spacing: .1em; min-height: 42px; padding: .55rem .9rem; text-transform: uppercase; white-space: nowrap; }
.article-filter.is-active,
.article-filter:hover { background: rgba(55,141,72, .12); border-color: var(--inf-gold-global); color: var(--inf-gold-light-global); }
.article-grid { display: grid; gap: 1.2rem; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.article-card { border: 1px solid transparent; border-radius: var(--radius-lg); overflow: hidden; padding-bottom: 1rem; transition: border-color .3s ease, transform .3s ease; }
.article-card:hover { border-color: var(--inf-border-global); transform: translateY(-4px); }
.article-card[hidden] { display: none; }
.article-card__image { display: block; height: 230px; overflow: hidden; }
.article-card__image img { filter: saturate(.65); height: 100%; object-fit: cover; transition: transform .6s ease; width: 100%; }
.article-card:hover img { transform: scale(1.025); }
.article-card__body { padding: 1.1rem; }
.article-card__body > span { color: var(--inf-gold-global); font-size: .6rem; letter-spacing: .12em; text-transform: uppercase; }
.article-card h3 { font-family: Georgia, serif; font-size: 1.55rem; font-weight: 500; line-height: 1.08; margin: .7rem 0 1rem; }
.article-card h3 a { text-decoration: none; }
.article-card h3 a:hover { color: var(--inf-gold-light-global); }
.article-reading-layout { display: grid; gap: clamp(2rem, 7vw, 7rem); grid-template-columns: minmax(0, 1fr) 260px; }
.article-reading { max-width: 850px; }
.article-reading__hero { border-radius: var(--radius-xl); height: 480px; overflow: hidden; }
.article-reading__hero img { filter: saturate(.68); height: 100%; object-fit: cover; width: 100%; }
.article-reading h2 { font-family: Georgia, serif; font-size: clamp(2rem, 3.6vw, 3.8rem); font-weight: 500; letter-spacing: -.045em; line-height: 1; margin-top: 3rem; }
.article-reading p,
.article-reading li { color: #D3DAE4; font-size: 1rem; line-height: 1.9; }
.article-reading ul { padding-left: 1.2rem; }
.article-reading blockquote { border-left: 2px solid var(--inf-gold-global); color: var(--inf-text-global); font-family: Georgia, serif; font-size: 1.45rem; line-height: 1.45; margin: 2.5rem 0; padding: 1rem 1.5rem; }
.article-toc { align-self: start; border-left: 1px solid var(--inf-border-global); padding-left: 1.3rem; position: sticky; top: 8rem; }
.article-toc strong { color: var(--inf-gold-light-global); display: block; font-size: .65rem; letter-spacing: .14em; margin-bottom: 1rem; text-transform: uppercase; }
.article-toc a { color: var(--inf-muted-global); display: block; font-size: .78rem; margin: .8rem 0; text-decoration: none; }
.article-toc a:hover { color: var(--inf-text-global); }
.article-share { border-top: 1px solid var(--inf-border-global); display: flex; gap: .6rem; margin-top: 2.5rem; padding-top: 1.2rem; }
.article-share a { align-items: center; border: 1px solid var(--inf-border-global); border-radius: var(--radius-pill); color: var(--inf-muted-global); display: inline-flex; font-size: .65rem; min-height: 36px; padding: .4rem .8rem; text-decoration: none; }
.article-share a:hover { border-color: var(--inf-gold-global); color: var(--inf-gold-light-global); }

/* Responsive */
@media (max-width: 1199px) {
  :root { --global-shell: min(100% - 48px, 1120px); }
  body:not(.home-page) .breadcrumb__title { font-size: clamp(3rem, 8vw, 5.5rem); }
  body:not(.home-page) .services-box,
  body:not(.home-page) .mentor-card,
  body:not(.home-page) .mission-card,
  body:not(.home-page) .blog-item { height: 100%; }
}
@media (max-width: 991px) {
  :root { --global-shell: min(100% - 40px, 900px); }
  body:not(.home-page) .breadcrumb { min-height: 430px; }
  body:not(.home-page) .breadcrumb::before { left: 0; }
  .premium-media-frame--editorial,
  .premium-media-frame--portrait { height: 430px; }
  body:not(.home-page) .internal-hero__grid { grid-template-columns: 1fr; }
  body:not(.home-page) .internal-hero__media { display: none; }
  .shared-cta-section__inner { grid-template-columns: 1fr; }
}
@media (max-width: 767px) {
  :root { --global-shell: calc(100% - 32px); }
  body:not(.home-page) .navbar-main { padding: .75rem 0; }
  body:not(.home-page) .navbar-brand img { width: 145px; }
  body:not(.home-page) .breadcrumb { min-height: 390px; padding: 7.5rem 0 3rem; }
  body:not(.home-page) .breadcrumb__title { font-size: clamp(2.8rem, 14vw, 4.3rem); }
  body:not(.home-page) .internal-hero { min-height: 390px; padding: 7.5rem 0 3rem; }
  body:not(.home-page) .internal-hero__copy h1 { font-size: clamp(2.8rem, 14vw, 4.3rem); }
  body:not(.home-page) .breadcrumb::after { height: 260px; right: -130px; top: 10%; width: 260px; }
  body:not(.home-page) .section-content h2,
  body:not(.home-page) .section-heading h2,
  .shared-section-heading h2 { font-size: clamp(2.4rem, 12vw, 3.8rem); }
  .premium-media-frame--editorial,
  .premium-media-frame--portrait,
  .premium-media-frame--platform { height: 340px; }
  .premium-media-frame--landscape,
  .premium-media-frame--cinematic,
  .premium-media-frame--course { height: 250px; }
  .shared-cta-section__inner { border-radius: var(--radius-lg); padding: 2rem 1.25rem; }
  .shared-cta-section h2 { font-size: clamp(2.4rem, 12vw, 3.7rem); }
  body:not(.home-page) .contact-info,
  body:not(.home-page) .enquiry-form { padding: 1.25rem; }
  body:not(.home-page) .course-grid { grid-template-columns: 1fr; }
  body:not(.home-page) .course-card,
  body:not(.home-page) .course-card--featured { grid-template-columns: 1fr; min-height: 0; }
  body:not(.home-page) .course-card--featured { grid-column: auto; }
  body:not(.home-page) .course-card__image { height: 245px; min-height: 0; }
  body:not(.home-page) .course-meta { grid-template-columns: 1fr; }
  body:not(.home-page) .course-meta div { padding: .55rem 0; }
  body:not(.home-page) .course-meta div + div { border-left: 0; border-top: 1px solid rgba(104,189,89, .08); padding-left: 0; }
  body:not(.home-page) .course-meta dt,
  body:not(.home-page) .course-meta dd { display: inline-block; }
  body:not(.home-page) .course-meta dt { min-width: 78px; }
  body:not(.home-page) .comparison-table { overflow-x: auto; }
  .course-detail-layout { grid-template-columns: 1fr; }
  .course-detail-media { min-height: 360px; }
  .enquiry-card { position: static; }
  .course-detail-meta,
  .outcome-list { grid-template-columns: 1fr; }
  .course-detail-meta div + div { border-left: 0; border-top: 1px solid rgba(104,189,89, .08); padding-left: 0; padding-top: .7rem; }
  .related-courses { grid-template-columns: 1fr; }
  .insights-page__featured { grid-template-columns: 1fr; }
  .insights-featured-media { height: 340px; }
  .article-grid { grid-template-columns: 1fr; }
  .article-reading-layout { grid-template-columns: 1fr; }
  .article-toc { border-left: 0; border-top: 1px solid var(--inf-border-global); padding: 1.2rem 0 0; position: static; }
  .article-reading__hero { height: 300px; }
}

/* Keep the modern viewport unit override after legacy breakpoint rules. */
@supports (height: 100dvh) {
  @media (max-width: 1199.98px) { html body .navbar-main .offcanvas-body { max-height: calc(100dvh - var(--header-height-tablet)); } }
  @media (max-width: 767px) { html body .navbar-main .offcanvas-body { max-height: calc(100dvh - var(--header-height-mobile)); } }
}

/* Legal content remains readable on narrow Safari and Android viewports. */
.legal-content { color: var(--inf-text, #D3DAE4); }
.legal-content h2 { color: var(--inf-heading, #f7f1df); font-size: clamp(1.35rem, 3vw, 1.9rem); margin: 2.2rem 0 .7rem; }
.legal-content h2:first-child { margin-top: 0; }
.legal-content p, .legal-content li { font-size: .92rem; line-height: 1.75; max-width: 72ch; overflow-wrap: anywhere; }
.legal-content ul { padding-left: 1.25rem; }
.contact-map-card { width: 100%; height: clamp(280px, 38vw, 500px); overflow: hidden; border-top: 1px solid rgba(104,189,89,.18); }
.contact-map-card iframe { width: 100%; height: 100%; border: 0; display: block; filter: saturate(.8) contrast(.95); }
@supports (height: 100dvh) {
  html body .navbar-main .offcanvas-body { max-height: calc(100dvh - var(--header-height-tablet)); }
}
@media (max-width: 767px) {
  html body .navbar-main .home-nav-shell { padding-left: max(1rem, env(safe-area-inset-left)); padding-right: max(1rem, env(safe-area-inset-right)); }
  html body .navbar-main .offcanvas { padding-bottom: env(safe-area-inset-bottom); }
  html body .navbar-main .offcanvas-body { max-height: calc(100dvh - var(--header-height-mobile)); overscroll-behavior: contain; }
}
@media (prefers-reduced-motion: reduce) {
  body:not(.home-page) *, body:not(.home-page) *::before, body:not(.home-page) *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
  body:not(.home-page) [data-aos] { clip-path: none !important; opacity: 1 !important; transform: none !important; }
}

/* Final shared typography, wrapping and motion contract. */
html { scroll-padding-top: 6.5rem; }
body { overflow-x: hidden; word-break: normal; overflow-wrap: normal; hyphens: none; }
@supports (overflow: clip) { body { overflow-x: clip; } }
body .py-120 { padding-block: var(--space-section-md); }
body:not(.home-page) main h1,
body:not(.home-page) main h2 { font-family: var(--inf-font-display); font-weight: 500; text-wrap: balance; }
body:not(.home-page) main h3,
body:not(.home-page) main h4,
body:not(.home-page) main h5,
body:not(.home-page) main h6,
body:not(.home-page) main p,
body:not(.home-page) main li,
body:not(.home-page) main dt,
body:not(.home-page) main dd,
body:not(.home-page) main button,
body:not(.home-page) main input,
body:not(.home-page) main select,
body:not(.home-page) main textarea { font-family: var(--inf-font-body); }
body:not(.home-page) main p,
body:not(.home-page) main li { font-size: var(--text-base); line-height: 1.7; text-wrap: pretty; }
body:not(.home-page) main h3 { font-size: var(--text-xl); line-height: 1.25; text-wrap: balance; }
body:not(.home-page) main .internal-hero__copy h1 { font-family: var(--inf-font-display); font-size: clamp(2.65rem, 2rem + 3.35vw, 5.3rem); letter-spacing: -.035em; line-height: 1.02; max-width: 16ch; }
body:not(.home-page) main .internal-hero { padding-top: calc(8rem - var(--header-height-desktop)); }
body:not(.home-page) main .internal-hero__copy > p:not(.internal-eyebrow) { font-size: var(--text-base); line-height: 1.7; max-width: 62ch; }
body:not(.home-page) main .shared-section-heading h2,
body:not(.home-page) main .section-content h2,
body:not(.home-page) main .section-heading h2 { font-size: var(--text-3xl); letter-spacing: -.025em; line-height: 1.12; max-width: 60ch; }
body:not(.home-page) main .shared-cta-section h2 { font-size: var(--text-4xl); letter-spacing: -.035em; line-height: 1.04; max-width: 20ch; }
body:not(.home-page) main .course-card h3,
body:not(.home-page) main .mentor-card h3,
body:not(.home-page) main .mission-card h3,
body:not(.home-page) main .audience-card h3,
body:not(.home-page) main .enquiry-card h3,
body:not(.home-page) main .article-card h3 { font-family: var(--inf-font-body); font-size: var(--text-xl); line-height: 1.25; }
body:not(.home-page) main .course-card__content > p,
body:not(.home-page) main .mentor-card p,
body:not(.home-page) main .mission-card p,
body:not(.home-page) main .audience-card p,
body:not(.home-page) main .article-card p,
body:not(.home-page) main .enquiry-card p { font-size: var(--text-sm); line-height: 1.65; }
body:not(.home-page) main .article-reading h2 { font-size: var(--text-2xl); letter-spacing: -.02em; line-height: 1.15; }
body:not(.home-page) main .article-reading p,
body:not(.home-page) main .article-reading li { font-size: var(--text-base); line-height: 1.8; max-width: 72ch; }
body:not(.home-page) main .article-reading blockquote { font-family: var(--inf-font-display); font-size: var(--text-lg); line-height: 1.5; }
body:not(.home-page) main .internal-eyebrow { font-family: var(--inf-font-body); font-size: var(--text-xs) !important; letter-spacing: .16em; line-height: 1.5; }
body:not(.home-page) main .premium-button,
body:not(.home-page) main .btn,
body:not(.home-page) main .text-link { font-family: var(--inf-font-body); white-space: nowrap; }
body:not(.home-page) main .form-control,
body:not(.home-page) main .form-select { font-size: 1rem; line-height: 1.5; }
body:not(.home-page) main .form-message { min-height: 2.75rem; }
body:not(.home-page) main .form-trap { height: 1px; left: -10000px; overflow: hidden; position: absolute; width: 1px; }
body:not(.home-page) main > section:not(.internal-hero) { scroll-margin-top: 6.5rem; }
body:not(.home-page) main .contact-label,
body:not(.home-page) main .article-meta { color: var(--inf-gold-light-global); font-size: var(--text-xs); letter-spacing: .12em; text-transform: uppercase; }
body:not(.home-page) main .contact-email { color: var(--inf-text-global); text-decoration: none; }
body:not(.home-page) main .contact-email,
body:not(.home-page) .footer-email { overflow-wrap: anywhere; }
body:not(.home-page) main .optional-label { color: #97A4B7; letter-spacing: 0; text-transform: none; }
body:not(.home-page) main button:disabled { cursor: wait; opacity: .65; }
body:not(.home-page) .navbar-nav .nav-link { font-family: var(--inf-font-body); white-space: nowrap; }
body:not(.home-page) .course-filters,
body:not(.home-page) .article-filters { flex-wrap: wrap; overflow-x: visible; row-gap: .7rem; }
/* Custom AOS clip reveal for images */
[data-aos="clip-reveal"] { clip-path: inset(0 0 100% 0); transition-property: clip-path; }
[data-aos="clip-reveal"].aos-animate { clip-path: inset(0); }

@media (max-width: 1199.98px) {
  body .navbar-main { min-height: var(--header-height-tablet); }
  body:not(.home-page) main { padding-top: var(--header-height-tablet); }
  body:not(.home-page) main .internal-hero { padding-top: calc(8rem - var(--header-height-tablet)); }
}
@media (max-width: 899px) {
  body:not(.home-page) main .course-grid,
  body:not(.home-page) main .related-courses { grid-template-columns: 1fr; }
  body:not(.home-page) main .course-card,
  body:not(.home-page) main .course-card--featured { grid-template-columns: 1fr; min-height: 0; }
  body:not(.home-page) main .course-card__image { height: 250px; min-height: 0; }
  body:not(.home-page) main .article-reading-layout { grid-template-columns: 1fr; }
  body:not(.home-page) main .article-toc { border-left: 0; border-top: 1px solid var(--inf-border-global); padding: 1.2rem 0 0; position: static; }
}
@media (max-width: 767px) {
  html { scroll-padding-top: 5.5rem; }
  body .navbar-main { min-height: var(--header-height-mobile); }
  body:not(.home-page) main { padding-top: var(--header-height-mobile); }
  body:not(.home-page) main .internal-hero { padding-top: calc(7.5rem - var(--header-height-mobile)); }
  body:not(.home-page) main .internal-hero__copy h1 { font-size: clamp(2.6rem, 8.6vw, 3.45rem); line-height: 1.04; max-width: 15ch; }
  body:not(.home-page) main .shared-section-heading h2,
  body:not(.home-page) main .section-content h2,
  body:not(.home-page) main .section-heading h2 { font-size: clamp(2rem, 8vw, 2.75rem); }
  body:not(.home-page) main .shared-cta-section h2 { font-size: clamp(2.1rem, 9vw, 3.1rem); max-width: 16ch; }
  body:not(.home-page) main .outcome-list,
  body:not(.home-page) main .course-detail-meta { grid-template-columns: 1fr; }
  body:not(.home-page) main .course-detail-meta div + div { border-left: 0; border-top: 1px solid rgba(104,189,89, .08); padding-left: 0; padding-top: .7rem; }
  body:not(.home-page) main .course-meta { grid-template-columns: 1fr; }
  body:not(.home-page) main .course-meta div + div { border-left: 0; border-top: 1px solid rgba(104,189,89, .08); padding-left: 0; }
  body:not(.home-page) main .course-meta dt,
  body:not(.home-page) main .course-meta dd { display: inline-block; }
  body:not(.home-page) main .course-meta dt { min-width: 78px; }
  body:not(.home-page) main .article-reading__hero { height: 300px; }
}
@media (max-width: 991px) {
  body .site-footer .footer-main { gap: 3rem; grid-template-columns: 1fr; }
}
@media (max-width: 767px) {
  body .site-footer .footer-nav { grid-template-columns: 1fr 1fr; }
  body .site-footer .footer-nav > div:last-child { grid-column: 1 / -1; }
  body .site-footer .bottom-footer__inner { align-items: flex-start; flex-direction: column; gap: .75rem; }
}
@media (max-width: 420px) {
  body .site-footer .footer-nav { grid-template-columns: 1fr; }
  body .site-footer .footer-nav > div:last-child { grid-column: auto; }
}
/* Shared premium system for every non-home route. */
:root {
  --inf-bg-global: #07111F;
  --inf-bg-soft-global: #0B1728;
  --inf-card-global: #111F33;
  --inf-elevated-global: #18263D;
  --inf-text-global: #FFFFFF;
  --inf-muted-global: #97A4B7;
  --inf-gold-global: #378D48;
  --inf-gold-light-global: #68BD59;
  --inf-border-global: rgba(104,189,89, .16);
  --radius-sm: 10px;
  --radius-md: 16px;
  --radius-lg: 22px;
  --radius-xl: 30px;
  --radius-pill: 999px;
  --global-shell: min(1320px, calc(100vw - 64px));
  --inf-font-body: "DM Sans", Arial, sans-serif;
  --inf-font-display: "Playfair Display", Georgia, "Times New Roman", serif;
  --inf-bg: var(--inf-bg-global);
  --inf-bg-soft: var(--inf-bg-soft-global);
  --inf-card: var(--inf-card-global);
  --inf-elevated: var(--inf-elevated-global);
  --inf-text: var(--inf-text-global);
  --inf-text-muted: var(--inf-muted-global);
  --inf-gold: var(--inf-gold-global);
  --inf-gold-light: var(--inf-gold-light-global);
  --inf-gold-dark: #328947;
  --inf-border: var(--inf-border-global);
  --inf-success: #44d49d;
  --inf-serif: var(--inf-font-display);
  --inf-sans: var(--inf-font-body);
  --inf-shell: var(--global-shell);
  --inf-section: clamp(5rem, 9vw, 9rem);
  --inf-radius: 2px;
  --header-height-desktop: 84px;
  --header-height-tablet: 76px;
  --header-height-mobile: 68px;
  --space-section-xs: clamp(2.5rem, 4vw, 3.5rem);
  --space-section-sm: clamp(3.5rem, 6vw, 5rem);
  --space-section-md: clamp(5rem, 8vw, 7.5rem);
  --space-section-lg: clamp(7rem, 10vw, 10rem);
  --space-section-xl: clamp(8rem, 13vw, 12rem);
  --text-xs: clamp(.75rem, .72rem + .08vw, .8rem);
  --text-sm: clamp(.875rem, .84rem + .1vw, .95rem);
  --text-base: clamp(1rem, .96rem + .12vw, 1.075rem);
  --text-lg: clamp(1.125rem, 1.06rem + .18vw, 1.25rem);
  --text-xl: clamp(1.3rem, 1.18rem + .35vw, 1.55rem);
  --text-2xl: clamp(1.65rem, 1.42rem + .65vw, 2rem);
  --text-3xl: clamp(2rem, 1.65rem + 1vw, 2.75rem);
  --text-4xl: clamp(2.5rem, 2rem + 1.7vw, 3.75rem);
  --text-hero: clamp(3rem, 2.25rem + 3vw, 5.5rem);
}

body:not(.home-page) {
  background: var(--inf-bg-global);
  color: var(--inf-text-global);
  font-family: var(--inf-font-body);
  overflow-x: hidden;
}
@supports (overflow: clip) { body:not(.home-page) { overflow-x: clip; } }
body:not(.home-page)::before {
  background-image: linear-gradient(rgba(104,189,89, .035) 1px, transparent 1px), linear-gradient(90deg, rgba(104,189,89, .035) 1px, transparent 1px);
  background-size: 64px 64px;
  content: "";
  pointer-events: none;
  position: fixed;
  top: 0; right: 0; bottom: 0; left: 0;
  inset: 0;
  z-index: 0;
  -webkit-mask-image: linear-gradient(to bottom, transparent, #000 14%, #000 82%, transparent);
  mask-image: linear-gradient(to bottom, transparent, #000 14%, #000 82%, transparent);
  opacity: .7;
}
body:not(.home-page) .wrapper { isolation: isolate; position: relative; }
body:not(.home-page) main { padding-top: var(--header-height-desktop); position: relative; z-index: 1; }
body .wrapper { display: flex; flex-direction: column; min-height: 100vh; }
body .wrapper > main { flex: 1 0 auto; }
body:not(.home-page) p { color: var(--inf-muted-global); font-family: var(--inf-font-body); line-height: 1.75; }
body:not(.home-page) h1,
body:not(.home-page) h2,
body:not(.home-page) h3,
body:not(.home-page) h4,
body:not(.home-page) h5,
body:not(.home-page) h6 { color: var(--inf-text-global); font-family: var(--inf-font-body); }
body:not(.home-page) a { color: inherit; }
body:not(.home-page) :focus-visible { outline: 2px solid var(--inf-gold-light-global); outline-offset: 4px; }
.skip-link { background: var(--inf-gold-light-global); color: #111 !important; left: 1rem; padding: .75rem 1rem; position: fixed; top: -5rem; z-index: 9999; }
.skip-link:focus { top: 1rem; }
.text-link { align-items: center; color: var(--inf-text-global) !important; display: inline-flex; font-size: .72rem; font-weight: 700; gap: .65rem; letter-spacing: .1em; padding-block: .35rem; text-decoration: none; text-transform: uppercase; }
.text-link:hover { color: var(--inf-gold-light-global) !important; }

/* Shared site navigation and footer */
body:not(.home-page) .navbar-main { background: rgba(7,17,31, .72); border-bottom: 1px solid transparent; padding: 1rem 0; -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px); }
body .site-header { height: 0; position: relative; z-index: 111; }
body .navbar-main { min-height: var(--header-height-desktop); }
body .navbar-toggler { align-items: center; flex-direction: column; justify-content: center; min-height: 44px; min-width: 44px; padding: 9px; }
body .navbar-toggler span { background: var(--inf-text-global); display: block; height: 1px; margin: 3px 0; width: 22px; }
body:not(.home-page) .navbar-main.navbar-shrink { background: rgba(7,17,31, .92); border-color: var(--inf-border-global); padding: .55rem 0; -webkit-backdrop-filter: blur(18px); backdrop-filter: blur(18px); }
body:not(.home-page) .home-nav-shell { max-width: none; width: var(--global-shell); }
body:not(.home-page) .navbar-brand { padding: 0; }
body:not(.home-page) .navbar-brand img { height: auto; width: 174px; }
body:not(.home-page) .navbar-nav { gap: clamp(.7rem, 1.35vw, 1.55rem); }
body:not(.home-page) .navbar-nav .nav-item .nav-link { color: #D3DAE4; font-size: .78rem; letter-spacing: .06em; padding: 1rem .25rem; text-transform: uppercase; }
body:not(.home-page) .navbar-nav .nav-item .nav-link.active,
body:not(.home-page) .navbar-nav .nav-item .nav-link:hover { color: var(--inf-gold-light-global); }
body:not(.home-page) .navbar-nav .nav-item .dropdown-menu { background: rgba(11,23,40, .98); border: 1px solid var(--inf-border-global); border-radius: var(--radius-md); padding: .55rem; }
body:not(.home-page) .navbar-nav .nav-item .dropdown-menu a { color: #D3DAE4; letter-spacing: .02em; padding: .65rem .8rem; }
body:not(.home-page) .navbar-nav .nav-item .dropdown-menu a:hover { background: rgba(55,141,72, .12); color: var(--inf-gold-light-global); }
body:not(.home-page) .right-nav .btn,
body:not(.home-page) .navbar-nav + .btn { align-items: center; background: linear-gradient(120deg, #328947, #378D48, #68BD59); border: 0; border-radius: var(--radius-sm); color: #111F33; display: inline-flex; font-size: .7rem; font-weight: 700; gap: .65rem; letter-spacing: .06em; padding: .8rem 1rem; text-transform: uppercase; }
body:not(.home-page) .right-nav .btn:hover,
body:not(.home-page) .navbar-nav + .btn:hover { filter: brightness(1.08); transform: translateY(-2px); }
body:not(.home-page) .navbar-toggler { border-color: var(--inf-border-global); border-radius: var(--radius-sm); color: var(--inf-text-global); }
body .site-footer { background: #07111F; border-top: 1px solid var(--inf-border-global); color: var(--inf-text-global); flex-shrink: 0; margin-top: auto; }
body .home-shell { margin-inline: auto; width: var(--inf-shell); }
body .site-footer .footer-main { display: grid; gap: 5rem; grid-template-columns: .75fr 1.25fr; padding-block: clamp(4rem, 7vw, 7rem); }
body .site-footer .footer-brand img { height: auto; width: 175px; }
body .site-footer .footer-brand > p { font-size: .85rem; margin: 1.5rem 0; max-width: 340px; }
body .site-footer .footer-email,
body .site-footer .footer-phone { color: var(--inf-gold-light-global) !important; display: block; font-size: .82rem; overflow-wrap: anywhere; text-decoration: none; }
body .site-footer .footer-phone { margin-top: .45rem; }

/* Shared floating quick-contact rail. */
.floating-contact-rail {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  gap: .65rem;
  position: fixed;
  right: max(1rem, env(safe-area-inset-right));
  /* top: 50%; */
  bottom: 2%;
  transform: translateY(-50%);
  z-index: 1040;
}
.floating-contact {
  align-items: center;
  background: linear-gradient(145deg, rgba(17,31,51, .97), rgba(7,17,31, .97));
  border: 1px solid rgba(104,189,89, .25);
  border-radius: 999px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .3), inset 0 1px 0 rgba(255, 255, 255, .05);
  color: var(--inf-text-global) !important;
  display: inline-flex;
  font-family: var(--inf-font-body);
  font-size: .68rem;
  font-weight: 700;
  gap: .65rem;
  letter-spacing: .075em;
  min-height: 48px;
  overflow: hidden;
  padding: .3rem;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  transition: border-color .25s ease, box-shadow .25s ease, color .25s ease, transform .25s ease;
}
.floating-contact::before {
  background: linear-gradient(100deg, transparent 20%, rgba(104,189,89, .16) 50%, transparent 80%);
  content: "";
  inset: 0;
  position: absolute;
  transform: translateX(-120%);
  animation: floating-contact-shimmer 5.5s ease-in-out infinite;
}
.floating-contact:nth-child(2)::before { animation-delay: .8s; }
.floating-contact:nth-child(3)::before { animation-delay: 1.6s; }
.floating-contact:nth-child(4)::before { animation-delay: 2.4s; }
.floating-contact:hover,
.floating-contact:focus-visible {
  border-color: rgba(104,189,89, .7);
  box-shadow: 0 14px 34px rgba(0, 0, 0, .4), 0 0 24px rgba(55,141,72, .12);
  color: var(--inf-gold-light-global) !important;
  transform: translateX(-4px);
}
.floating-contact__label,
.floating-contact__icon { position: relative; z-index: 1; }
.floating-contact__icon {
  align-items: center;
  background: linear-gradient(135deg, #328947, #68BD59 52%, #328947);
  border: 1px solid rgba(255, 231, 159, .48);
  border-radius: 50%;
  color: #111F33;
  display: inline-flex;
  flex: 0 0 38px;
  font-size: 1rem;
  height: 38px;
  justify-content: center;
  order: 2;
  transition: transform .25s ease;
  width: 38px;
}
.floating-contact:hover .floating-contact__icon { transform: rotate(-7deg) scale(1.06); }
.floating-contact--youtube .floating-contact__icon { background: linear-gradient(135deg, #cc0000, #ff3333); color: #ffffff; border-color: rgba(255, 100, 100, .48); }
.floating-contact--whatsapp .floating-contact__icon { background: linear-gradient(135deg, #187d4c, #5de59b); color: #061b10; }

@keyframes floating-contact-shimmer {
  0%, 68%, 100% { transform: translateX(-120%); }
  82% { transform: translateX(120%); }
}

@media (max-width: 767px) {
  .floating-contact-rail { bottom: max(1rem, env(safe-area-inset-bottom)); gap: .5rem; right: max(.75rem, env(safe-area-inset-right)); top: auto; transform: none; }
  .floating-contact { min-height: 44px; padding: .2rem .3rem .2rem .3rem; }
  .floating-contact__icon { flex-basis: 34px; height: 34px; width: 34px; }
}

@media (max-width: 420px) {
  .floating-contact { gap: 0; padding: .25rem; }
  .floating-contact__label { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; white-space: nowrap; width: 1px; }
  .floating-contact__icon { order: 0; }
}

@media (prefers-reduced-motion: reduce) {
  .floating-contact::before { animation: none; }
  .floating-contact,
  .floating-contact__icon { transition: none; }
}
body .site-footer .footer-nav { display: grid; gap: 2rem; grid-template-columns: repeat(3, 1fr); }
body .site-footer .footer-nav h2 { color: var(--inf-gold-light-global); font-family: var(--inf-font-body); font-size: .65rem; letter-spacing: .16em; margin-bottom: 1.4rem; text-transform: uppercase; }
body .site-footer .footer-nav a { color: var(--inf-muted-global); display: block; font-size: .8rem; margin: .7rem 0; text-decoration: none; }
body .site-footer .footer-nav a:hover { color: var(--inf-text-global); }
body .site-footer .footer-disclaimer { border-top: 1px solid var(--inf-border-global); padding-block: 1.4rem; }
body .site-footer .footer-disclaimer p { font-size: .68rem; margin: 0; text-align: center; }
body .site-footer .footer-disclaimer strong { color: var(--inf-text-global); }
body .site-footer .bottom-footer { border-top: 1px solid rgba(104,189,89, .08); padding: 1.2rem 0; }
body .site-footer .bottom-footer__inner { align-items: center; display: flex; justify-content: space-between; }
body .site-footer .bottom-footer__inner p,
body .site-footer .bottom-footer__inner a { color: #97A4B7; font-size: .66rem; margin: 0; text-decoration: none; }
body .site-footer .bottom-footer__inner div { display: flex; gap: 1.5rem; }
/* -- Social icon row (footer & contact page) -- */
.footer-social-icons,
.contact-social-icons {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
  margin-top: 1.1rem;
}
.footer-social-icon {
  align-items: center;
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  font-size: .85rem;
  height: 38px;
  justify-content: center;
  text-decoration: none;
  transition: transform .22s ease, box-shadow .22s ease, filter .22s ease;
  width: 38px;
}
.footer-social-icon:hover,
.footer-social-icon:focus-visible { filter: brightness(1.18); transform: translateY(-3px) scale(1.08); text-decoration: none; }
.footer-social-icon--facebook  { background: #1877F2; box-shadow: 0 4px 14px rgba(24,119,242,.35); }
.footer-social-icon--instagram {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  box-shadow: 0 4px 14px rgba(214,36,159,.35);
}
.footer-social-icon--youtube   { background: #FF0000; box-shadow: 0 4px 14px rgba(255,0,0,.35); }
.footer-social-icon--whatsapp  { background: linear-gradient(135deg, #187d4c, #5de59b); color: #061b10 !important; box-shadow: 0 4px 14px rgba(37,211,102,.35); }
.footer-social-icon--gmail     { background: #EA4335; box-shadow: 0 4px 14px rgba(234,67,53,.35); }

/* Internal hero: existing breadcrumb markup is now the shared PageHero surface. */
body:not(.home-page) .breadcrumb {
  align-items: flex-end;
  background: radial-gradient(ellipse 55% 80% at 84% 5%, rgba(55,141,72, .14), transparent 68%), linear-gradient(105deg, rgba(11,23,40, .96), rgba(7,17,31, .92));
  display: flex;
  isolation: isolate;
  min-height: clamp(430px, 46vw, 570px);
  overflow: hidden;
  padding: 9rem 0 4rem;
  position: relative;
}
body:not(.home-page) .breadcrumb::before {
  background-image: linear-gradient(rgba(104,189,89, .055) 1px, transparent 1px), linear-gradient(90deg, rgba(104,189,89, .055) 1px, transparent 1px);
  background-size: 62px 62px;
  content: "";
  top: 0; right: 0; bottom: 0; left: 38%;
  inset: 0 0 0 38%;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 35%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 35%, transparent);
  opacity: .8;
  pointer-events: none;
  position: absolute;
  z-index: -1;
}
body:not(.home-page) .breadcrumb::after {
  border: 1px solid rgba(104,189,89, .11);
  border-radius: 50%;
  content: "";
  height: min(38vw, 520px);
  position: absolute;
  right: -12vw;
  top: 8%;
  width: min(38vw, 520px);
  z-index: -1;
}
body:not(.home-page) .breadcrumb .container { position: relative; width: var(--global-shell); }
body:not(.home-page) .breadcrumb__title { font-family: Georgia, "Times New Roman", serif; font-size: clamp(3rem, 7vw, 6.8rem); font-weight: 500; letter-spacing: -.06em; line-height: .9; margin-bottom: 1.8rem; max-width: 940px; }
body:not(.home-page) .breadcrumb__title::first-letter { color: var(--inf-gold-light-global); }
body:not(.home-page) .breadcrumb__list { gap: .7rem; }
body:not(.home-page) .breadcrumb__item,
body:not(.home-page) .breadcrumb__link,
body:not(.home-page) .breadcrumb__item-text { color: #97A4B7; font-size: .7rem; letter-spacing: .12em; text-transform: uppercase; }
body:not(.home-page) .breadcrumb__link:hover { color: var(--inf-gold-light-global); }

/* New shared internal PageHero component. */
body:not(.home-page) .internal-hero { align-items: center; background: radial-gradient(ellipse 50% 80% at 88% 4%, rgba(55,141,72, .14), transparent 68%), linear-gradient(105deg, #0B1728, #07111F); display: flex; isolation: isolate; min-height: clamp(440px, 48vw, 590px); overflow: hidden; padding: 8rem 0 4rem; position: relative; }
body:not(.home-page) .internal-hero::before { background-image: linear-gradient(rgba(104,189,89, .045) 1px, transparent 1px), linear-gradient(90deg, rgba(104,189,89, .045) 1px, transparent 1px); background-size: 62px 62px; content: ""; top: 0; right: 0; bottom: 0; left: 38%; inset: 0 0 0 38%; -webkit-mask-image: linear-gradient(90deg, transparent, #000 35%, transparent); mask-image: linear-gradient(90deg, transparent, #000 35%, transparent); opacity: .8; pointer-events: none; position: absolute; z-index: -1; }
body:not(.home-page) .internal-hero__grid { align-items: center; display: grid; gap: clamp(2rem, 7vw, 7rem); grid-template-columns: minmax(0, 1fr) minmax(320px, .72fr); margin: 0 auto; position: relative; width: var(--global-shell); }
body:not(.home-page) .internal-hero__copy { max-width: 780px; position: relative; z-index: 2; }
body:not(.home-page) .internal-hero__copy h1 { font-family: Georgia, "Times New Roman", serif; font-size: clamp(3rem, 6.5vw, 6.7rem); font-weight: 500; letter-spacing: -.065em; line-height: .9; margin: .8rem 0 1.4rem; }
body:not(.home-page) .internal-hero__copy > p:not(.internal-eyebrow) { font-size: .98rem; max-width: 600px; }
body:not(.home-page) .internal-hero__media {/* min-height: 270px; */}
body:not(.home-page) .internal-breadcrumbs { align-items: center; display: flex; flex-wrap: wrap; gap: .7rem; margin-top: 1.8rem; }
body:not(.home-page) .internal-breadcrumbs a,
body:not(.home-page) .internal-breadcrumbs span { color: #97A4B7; font-size: .65rem; letter-spacing: .12em; text-decoration: none; text-transform: uppercase; }
body:not(.home-page) .internal-breadcrumbs a:hover,
body:not(.home-page) .internal-breadcrumbs [aria-current="page"] { color: var(--inf-gold-light-global); }

/* Reusable section and button language */
body:not(.home-page) .py-120 { padding-block: clamp(5rem, 9vw, 8.5rem) !important; }
body:not(.home-page) .bg--black { background: transparent !important; }
body:not(.home-page) .section-content h6,
body:not(.home-page) .section-tag,
body:not(.home-page) .section-heading .section-tag { color: var(--inf-gold-light-global) !important; font-size: .7rem !important; font-weight: 600 !important; letter-spacing: .2em; margin-bottom: 1.3rem; text-transform: uppercase; }
body:not(.home-page) .section-content h2,
body:not(.home-page) .section-heading h2 { font-size: clamp(2.4rem, 5vw, 5rem); font-weight: 500; letter-spacing: -.055em; line-height: .98; }
body:not(.home-page) .section-content h2 span,
body:not(.home-page) .section-heading h2 span,
body:not(.home-page) .txt-base { color: var(--inf-gold-light-global) !important; }
body:not(.home-page) .btn--base-two,
body:not(.home-page) .btn--base { background: linear-gradient(120deg, #328947, #378D48, #68BD59); border: 0; border-radius: var(--radius-sm); box-shadow: 0 10px 25px rgba(50,137,71, .18); color: #111F33 !important; font-size: .72rem; font-weight: 700; letter-spacing: .07em; padding: .9rem 1.2rem; text-transform: uppercase; }
body:not(.home-page) .btn--base-two:hover,
body:not(.home-page) .btn--base:hover { filter: brightness(1.08); transform: translateY(-2px); }
body:not(.home-page) .btn-outline--base { background: rgba(255, 255, 255, .025); border: 1px solid var(--inf-border-global); border-radius: var(--radius-sm); color: var(--inf-text-global) !important; font-size: .72rem; letter-spacing: .07em; padding: .9rem 1.2rem; text-transform: uppercase; }
body:not(.home-page) .btn-outline--base:hover { border-color: var(--inf-gold-light-global); color: var(--inf-gold-light-global) !important; }
.premium-button { align-items: center; border-radius: var(--radius-sm); display: inline-flex; color: white; font-size: .72rem; font-weight: 700; gap: .7rem; letter-spacing: .08em; min-height: 48px; padding: .8rem 1.1rem; text-decoration: none; text-transform: uppercase; transition: transform .25s ease, filter .25s ease, border-color .25s ease; }
.premium-button:hover { transform: translateY(-2px); }
.premium-button--primary { background: linear-gradient(120deg, #328947, #378D48, #68BD59); color: #111F33 !important; }
.premium-button--secondary { background: rgba(255, 255, 255, .025); border: 1px solid var(--inf-border-global); color: var(--inf-text-global) !important; }

/* Glass variants and dimensional media */
.glass-subtle,
.glass-standard,
.glass-elevated,
.glass-interactive,
.glass-dark { background: linear-gradient(145deg, rgba(255, 255, 255, .075), rgba(255, 255, 255, .018) 44%, rgba(55,141,72, .025)); border: 1px solid var(--inf-border-global); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .09), inset 0 -1px 0 rgba(0, 0, 0, .45), 0 24px 70px rgba(0, 0, 0, .32); }
.glass-subtle { background: rgba(255, 255, 255, .025); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .06), 0 16px 40px rgba(0, 0, 0, .2); }
.glass-elevated { box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), inset 0 -1px 0 rgba(0, 0, 0, .55), 0 32px 90px rgba(0, 0, 0, .42); }
.glass-interactive { transition: transform .35s cubic-bezier(.2,.7,.2,1), border-color .35s ease, box-shadow .35s ease; }
.glass-interactive:hover { border-color: rgba(104,189,89, .38); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .11), 0 30px 80px rgba(0, 0, 0, .42); transform: translateY(-5px); }
.glass-dark { background: linear-gradient(145deg, rgba(5, 6, 4, .74), rgba(11,23,40, .56)); }
.premium-media-frame { isolation: isolate; margin: 0; overflow: hidden; position: relative; }
.premium-media-frame::before {/* border: 1px solid rgba(104,189,89, .16); */content: "";inset: .65rem;pointer-events: none;position: absolute;z-index: 2;}
.premium-media-frame::after { background: linear-gradient(135deg, rgba(7,17,31, .08), transparent 40%, rgba(7,17,31, .55)); content: ""; inset: 0; pointer-events: none; position: absolute; z-index: 1; }
.premium-media-frame img {display: block;filter: saturate(.72) contrast(1.06);height: 100%;/* object-fit: cover; */transition: transform .7s cubic-bezier(.2,.7,.2,1), filter .5s ease;width: 100%;}
.premium-media-frame:hover img { filter: saturate(.86) contrast(1.04); transform: scale(1.025); }
.premium-media-frame--editorial { border-radius: var(--radius-xl); height: 520px; }
.premium-media-frame--landscape { border-radius: var(--radius-lg); height: 370px; }
.premium-media-frame--portrait { border-radius: var(--radius-lg); height: 520px; }
.premium-media-frame--cinematic {border-radius: var(--radius-xl);/* height: 300px; */}
.premium-media-frame--course { border-radius: var(--radius-lg); height: 260px; }
.premium-media-frame--platform { border-radius: var(--radius-lg); height: 440px; }
.premium-media-frame--glow { box-shadow: 24px 26px 0 rgba(50,137,71, .1), 0 30px 90px rgba(0, 0, 0, .4); }
.premium-media-frame__caption { background: rgba(7,17,31, .78); border-left: 1px solid var(--inf-gold-global); bottom: 1.4rem; color: var(--inf-text-global); font-size: .63rem; letter-spacing: .12em; padding: .8rem 1rem; position: absolute; text-transform: uppercase; z-index: 3; }
.ambient-glow { border-radius: 50%; filter: blur(26px); opacity: .9; pointer-events: none; position: absolute; z-index: 0; }
.ambient-glow--top-right { right: -12rem; top: -12rem; }
.ambient-glow--top-left { left: -12rem; top: -10rem; }
.ambient-glow--center { left: 40%; top: 30%; }
.ambient-glow--bottom-right { bottom: -11rem; right: -10rem; }
.ambient-glow--small { height: 260px; width: 260px; }
.ambient-glow--medium { height: 460px; width: 460px; }
.ambient-glow--large { height: 680px; width: 680px; }
.ambient-glow--gold { background: radial-gradient(circle, rgba(55,141,72, .16), rgba(50,137,71, .07) 36%, transparent 72%); }
.ambient-glow--warm { background: radial-gradient(circle, rgba(104,189,89, .1), transparent 68%); }
.ambient-glow--olive { background: radial-gradient(circle, rgba(99, 109, 68, .08), transparent 68%); }

/* Internal card language for existing page markup */
body:not(.home-page) .services-box,
body:not(.home-page) .mentor-card,
body:not(.home-page) .mission-card,
body:not(.home-page) .info-box,
body:not(.home-page) .team-item,
body:not(.home-page) .blog-item,
body:not(.home-page) .sidebar-item,
body:not(.home-page) .contact-info,
body:not(.home-page) .enquiry-form,
body:not(.home-page) .people-box,
body:not(.home-page) .call-action-box {
  background: linear-gradient(145deg, rgba(255, 255, 255, .065), rgba(255, 255, 255, .018) 44%, rgba(55,141,72, .025));
  border: 1px solid var(--inf-border-global);
  border-radius: var(--radius-lg);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08), inset 0 -1px 0 rgba(0, 0, 0, .4), 0 24px 70px rgba(0, 0, 0, .27);
}
body:not(.home-page) .services-box,
body:not(.home-page) .mentor-card,
body:not(.home-page) .mission-card,
body:not(.home-page) .info-box,
body:not(.home-page) .people-box { padding: 1.5rem; }
body:not(.home-page) .services-box,
body:not(.home-page) .mentor-card,
body:not(.home-page) .mission-card,
body:not(.home-page) .team-item,
body:not(.home-page) .blog-item,
body:not(.home-page) .people-box { transition: transform .35s ease, border-color .35s ease, box-shadow .35s ease; }
body:not(.home-page) .services-box:hover,
body:not(.home-page) .mentor-card:hover,
body:not(.home-page) .mission-card:hover,
body:not(.home-page) .team-item:hover,
body:not(.home-page) .blog-item:hover { border-color: rgba(104,189,89, .35); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 30px 75px rgba(0, 0, 0, .4); transform: translateY(-5px); }
body:not(.home-page) .services-box h3,
body:not(.home-page) .mentor-card h4,
body:not(.home-page) .mission-card h4,
body:not(.home-page) .team-item h4,
body:not(.home-page) .blog-item h4,
body:not(.home-page) .sidebar-item h4,
body:not(.home-page) .contact-info h3,
body:not(.home-page) .enquiry-form h3 { font-family: Georgia, "Times New Roman", serif; font-weight: 500; }
body:not(.home-page) .contact-info h2,
body:not(.home-page) .enquiry-form h2 { font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.4rem, 4vw, 4.6rem); font-weight: 500; letter-spacing: -.05em; line-height: .96; }
body:not(.home-page) .services-box h3 a,
body:not(.home-page) .team-item h4 a,
body:not(.home-page) .blog-item h4 a,
body:not(.home-page) .sidebar-item a { text-decoration: none; }
body:not(.home-page) .services-box h3 a:hover,
body:not(.home-page) .team-item h4 a:hover,
body:not(.home-page) .blog-item h4 a:hover { color: var(--inf-gold-light-global); }
body:not(.home-page) .services-box .services-icon,
body:not(.home-page) .services-box .services-box__icon,
body:not(.home-page) .mission-card .mission-icon { background: rgba(55,141,72, .08); border: 1px solid var(--inf-border-global); border-radius: var(--radius-md); color: var(--inf-gold-light-global); }
body:not(.home-page) .blog-item { overflow: hidden; padding-bottom: 1.4rem; }
body:not(.home-page) .blog-item > img { border-radius: var(--radius-lg) var(--radius-lg) 0 0; filter: saturate(.68) contrast(1.06); }
body:not(.home-page) .blog-item > h4,
body:not(.home-page) .blog-item > p,
body:not(.home-page) .blog-item > a,
body:not(.home-page) .blog-item > .blog-list { margin-left: 1.4rem; margin-right: 1.4rem; }
body:not(.home-page) .team-item { overflow: hidden; }
body:not(.home-page) .team-img { border-radius: var(--radius-lg) var(--radius-lg) 0 0; overflow: hidden; }
body:not(.home-page) .team-img img { filter: saturate(.72); transition: transform .6s ease; }
body:not(.home-page) .team-item:hover .team-img img { transform: scale(1.025); }
body:not(.home-page) .team-content { padding: 1.2rem 1.4rem 1.5rem; }
body:not(.home-page) .accordion-item { background: linear-gradient(145deg, rgba(255, 255, 255, .05), rgba(255, 255, 255, .015)); border: 1px solid var(--inf-border-global); border-radius: var(--radius-md); margin-bottom: .7rem; overflow: hidden; }
body:not(.home-page) .custom--accordion .accordion-button { background: transparent; color: var(--inf-text-global); font-family: Georgia, serif; font-size: 1.05rem; min-height: 64px; padding: 1rem 1.2rem; }
body:not(.home-page) .custom--accordion .accordion-button:not(.collapsed) { background: rgba(55,141,72, .07); box-shadow: none; color: var(--inf-gold-light-global); }
body:not(.home-page) .custom--accordion .accordion-body { color: var(--inf-muted-global); padding: 0 1.2rem 1.2rem; }
body:not(.home-page) .accordion-button:focus { box-shadow: 0 0 0 2px rgba(104,189,89, .35); }

/* Forms, inputs and calm reading surfaces */
body:not(.home-page) .contact-info,
body:not(.home-page) .enquiry-form { padding: clamp(1.5rem, 3vw, 2.5rem); }
body:not(.home-page) .form-label { color: var(--inf-text-global); font-size: .72rem; letter-spacing: .08em; margin-bottom: .45rem; text-transform: uppercase; }
body:not(.home-page) .form-control,
body:not(.home-page) .form-select { background: rgba(255, 255, 255, .045); border: 1px solid rgba(104,189,89, .18); border-radius: var(--radius-sm); color: var(--inf-text-global); min-height: 50px; padding: .75rem 1rem; }
body:not(.home-page) textarea.form-control { min-height: 150px; }
body:not(.home-page) .form-control::placeholder { color: #97A4B7; opacity: 1; }
body:not(.home-page) .form-control:focus,
body:not(.home-page) .form-select:focus { background: rgba(255, 255, 255, .06); border-color: var(--inf-gold-light-global); box-shadow: 0 0 0 3px rgba(55,141,72, .12); color: var(--inf-text-global); }
body:not(.home-page) .blog-details-content { max-width: 850px; }
body:not(.home-page) .blog-details-content h3 { font-family: Georgia, serif; font-size: clamp(2rem, 4vw, 4rem); font-weight: 500; letter-spacing: -.04em; }
body:not(.home-page) .blog-details-content p,
body:not(.home-page) .blog-details-content li { color: #D3DAE4; font-size: 1rem; line-height: 1.9; }
body:not(.home-page) .blog-details-content blockquote { border-left: 2px solid var(--inf-gold-global); color: var(--inf-text-global); font-family: Georgia, serif; font-size: 1.4rem; margin: 2rem 0; padding: 1rem 1.5rem; }
body:not(.home-page) .blog-details-content > img,
body:not(.home-page) .blog-details-content .blog-details-img { border-radius: var(--radius-xl); filter: saturate(.72); }
body:not(.home-page) .pagination { gap: .45rem; }
body:not(.home-page) .pagination .page-link { background: rgba(255, 255, 255, .035); border: 1px solid var(--inf-border-global); border-radius: var(--radius-sm) !important; color: var(--inf-text-global); min-height: 42px; min-width: 42px; text-align: center; }
body:not(.home-page) .pagination .page-item.active .page-link,
body:not(.home-page) .pagination .page-link:hover { background: rgba(55,141,72, .14); border-color: var(--inf-gold-global); color: var(--inf-gold-light-global); }

/* Shared course system used by the homepage and the full programs route. */
body:not(.home-page) .course-grid { display: grid; gap: 1.25rem; grid-template-columns: repeat(2, minmax(0, 1fr)); }
body:not(.home-page) .course-card { background: linear-gradient(145deg, rgba(255, 255, 255, .065), rgba(255, 255, 255, .018) 44%, rgba(55,141,72, .025)); border: 1px solid var(--inf-border-global); border-radius: var(--radius-lg); display: grid; grid-template-columns: minmax(0, .82fr) minmax(0, 1fr); min-height: 390px; overflow: hidden; position: relative; transition: transform .35s ease, border-color .35s ease, box-shadow .35s ease; }
body:not(.home-page) .course-card::after { background: linear-gradient(110deg, transparent 35%, rgba(104,189,89, .11), transparent 65%); content: ""; inset: 0; opacity: 0; pointer-events: none; position: absolute; transform: translateX(-80%); transition: opacity .3s ease, transform .8s ease; }
body:not(.home-page) .course-card:hover { border-color: rgba(104,189,89, .34); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 28px 75px rgba(0, 0, 0, .4); transform: translateY(-5px); }
body:not(.home-page) .course-card:hover::after { opacity: 1; transform: translateX(80%); }
body:not(.home-page) .course-card--featured { grid-column: 1 / -1; grid-template-columns: minmax(0, 1.25fr) minmax(360px, .75fr); min-height: 490px; }
body:not(.home-page) .course-card[hidden] { display: none; }
body:not(.home-page) .course-card__image { display: block; min-height: 250px; overflow: hidden; position: relative; }
body:not(.home-page) .course-card__image::after { background: linear-gradient(0deg, rgba(7,17,31, .48), transparent 55%); content: ""; inset: 0; position: absolute; }
body:not(.home-page) .course-card__image img { filter: saturate(.72) contrast(1.06); height: 100%; object-fit: cover; transition: transform .7s ease, filter .4s ease; width: 100%; }
body:not(.home-page) .course-card:hover .course-card__image img { filter: saturate(.86); transform: scale(1.025); }
body:not(.home-page) .course-card__content { display: flex; flex-direction: column; padding: clamp(1.4rem, 3vw, 2.6rem); position: relative; z-index: 1; }
body:not(.home-page) .course-card__kicker { color: #97A4B7; font-size: .62rem; letter-spacing: .14em; margin-bottom: 1.2rem; text-transform: uppercase; }
body:not(.home-page) .course-card__kicker span { color: var(--inf-gold-global); margin-right: .8rem; }
body:not(.home-page) .course-card h3 { font-family: Georgia, serif; font-size: clamp(1.55rem, 2.2vw, 2.4rem); font-weight: 500; margin-bottom: 1rem; }
body:not(.home-page) .course-card h3 a { text-decoration: none; }
body:not(.home-page) .course-card h3 a:hover { color: var(--inf-gold-light-global); }
body:not(.home-page) .course-card__content > p { font-size: .84rem; }
body:not(.home-page) .course-meta { border-bottom: 1px solid var(--inf-border-global); border-top: 1px solid var(--inf-border-global); display: grid; grid-template-columns: 1.2fr .8fr 1fr; margin: auto 0 1.1rem; padding: .9rem 0; }
body:not(.home-page) .course-meta div + div { border-left: 1px solid var(--inf-border-global); padding-left: .8rem; }
body:not(.home-page) .course-meta dt { color: #97A4B7; font-size: .54rem; font-weight: 500; letter-spacing: .12em; text-transform: uppercase; }
body:not(.home-page) .course-meta dd { color: var(--inf-text-global); font-size: .65rem; margin: .25rem 0 0; }
body:not(.home-page) .course-card__link { align-items: center; color: var(--inf-text-global); display: inline-flex; font-size: .66rem; font-weight: 700; gap: .7rem; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; }
body:not(.home-page) .course-card__link:hover { color: var(--inf-gold-light-global); }
body:not(.home-page) .course-filters { border-bottom: 1px solid var(--inf-border-global); display: flex; gap: 1.8rem; margin-bottom: 2.3rem; overflow-x: auto; scrollbar-width: none; }
body:not(.home-page) .course-filter { background: transparent; border: 0; color: #97A4B7; font-size: .68rem; letter-spacing: .12em; min-height: 44px; padding: 0 0 1rem; position: relative; text-transform: uppercase; white-space: nowrap; }
body:not(.home-page) .course-filter::after { background: var(--inf-gold-global); bottom: -1px; content: ""; height: 1px; left: 0; position: absolute; transform: scaleX(0); transform-origin: left; transition: transform .25s ease; width: 100%; }
body:not(.home-page) .course-filter.is-active { color: var(--inf-gold-light-global); }
body:not(.home-page) .course-filter.is-active::after { transform: scaleX(1); }
body:not(.home-page) .comparison-table { border: 1px solid var(--inf-border-global); border-radius: var(--radius-lg); overflow: hidden; }
body:not(.home-page) .comparison-table table { color: var(--inf-text-global); margin: 0; }
body:not(.home-page) .comparison-table th,
body:not(.home-page) .comparison-table td { border-color: var(--inf-border-global); padding: 1rem; }
body:not(.home-page) .comparison-table th { color: var(--inf-gold-light-global); font-size: .65rem; letter-spacing: .1em; text-transform: uppercase; }
body:not(.home-page) .comparison-table td { color: var(--inf-muted-global); font-size: .8rem; }

/* Shared CTA and section transitions */
.shared-section-heading { margin-bottom: clamp(2.5rem, 5vw, 5rem); max-width: 820px; position: relative; }
.shared-section-heading__index { color: var(--inf-gold-global); display: block; font-size: .68rem; letter-spacing: .14em; margin-bottom: 1.3rem; }
.internal-eyebrow { align-items: center; color: var(--inf-gold-light-global) !important; display: flex; font-size: .7rem !important; font-weight: 600 !important; gap: .65rem; letter-spacing: .18em; text-transform: uppercase; }
.internal-eyebrow span { background: var(--inf-gold-global); display: inline-block; height: 1px; width: 26px; }
.shared-section-heading h2 { font-size: clamp(2.4rem, 5vw, 5rem); font-weight: 500; letter-spacing: -.05em; line-height: .98; }
.shared-cta-section { background: transparent; isolation: isolate; overflow: hidden; padding: 0 clamp(1rem, 5vw, 4rem) clamp(4rem, 8vw, 8rem); position: relative; }
.shared-cta-section__inner { align-items: end; background: linear-gradient(125deg, rgba(55,141,72, .1), rgba(255, 255, 255, .015)); border: 1px solid var(--inf-border-global); border-radius: var(--radius-xl); display: grid; gap: 3rem; grid-template-columns: minmax(0, 1.3fr) auto; margin: 0 auto; max-width: 1320px; padding: clamp(2rem, 6vw, 5rem); position: relative; }
.shared-cta-section h2 { font-family: Georgia, serif; font-size: clamp(2.5rem, 5vw, 5rem); font-weight: 500; letter-spacing: -.055em; line-height: .95; max-width: 760px; }
.course-detail-hero { padding: clamp(5rem, 9vw, 8rem) 0; }
.course-detail-layout { align-items: start; display: grid; gap: clamp(2.5rem, 7vw, 7rem); grid-template-columns: minmax(0, 1.1fr) minmax(300px, .9fr); }
.course-detail-copy h2 { font-family: Georgia, serif; font-size: clamp(3rem, 6vw, 6.6rem); font-weight: 500; letter-spacing: -.06em; line-height: .88; }
.course-detail-copy h2 em { color: var(--inf-gold-light-global); font-style: italic; }
.course-detail-copy > p { font-size: 1rem; max-width: 620px; }
.course-detail-meta { border-bottom: 1px solid var(--inf-border-global); border-top: 1px solid var(--inf-border-global); display: grid; grid-template-columns: repeat(3, 1fr); margin: 2rem 0; padding: 1rem 0; }
.course-detail-meta div + div { border-left: 1px solid var(--inf-border-global); padding-left: 1rem; }
.course-detail-meta dt { color: #97A4B7; font-size: .58rem; letter-spacing: .12em; text-transform: uppercase; }
.course-detail-meta dd { color: var(--inf-text-global); font-size: .78rem; margin: .25rem 0 0; }
.course-detail-media { border-radius: var(--radius-xl); min-height: 540px; overflow: hidden; position: relative; }
.course-detail-media::after { background: linear-gradient(0deg, rgba(7,17,31, .55), transparent 58%); content: ""; inset: 0; position: absolute; }
.course-detail-media img { filter: saturate(.72) contrast(1.08); height: 100%; object-fit: cover; width: 100%; }
.enquiry-card { background: linear-gradient(145deg, rgba(255, 255, 255, .09), rgba(255, 255, 255, .02) 45%, rgba(55,141,72, .05)); border: 1px solid rgba(104,189,89, .24); border-radius: var(--radius-lg); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 30px 90px rgba(0, 0, 0, .4); padding: clamp(1.5rem, 3vw, 2.5rem); position: sticky; top: 8rem; }
.enquiry-card h3 { font-family: Georgia, serif; font-size: 2rem; font-weight: 500; }
.enquiry-card p { font-size: .84rem; }
.enquiry-card ul { list-style: none; margin: 1.5rem 0; padding: 0; }
.enquiry-card li { border-top: 1px solid rgba(104,189,89, .1); color: var(--inf-muted-global); font-size: .76rem; padding: .8rem 0; }
.enquiry-card li::before { color: var(--inf-gold-light-global); content: "✓"; margin-right: .65rem; }
.course-detail-section { padding: clamp(5rem, 9vw, 8rem) 0; }
.course-detail-section--soft { background: var(--inf-bg-soft-global); }
.course-detail-section h2 { font-family: Georgia, serif; font-size: clamp(2.5rem, 5vw, 5rem); font-weight: 500; letter-spacing: -.055em; line-height: .95; }
.outcome-list { display: grid; gap: .8rem; grid-template-columns: repeat(2, 1fr); list-style: none; margin: 0; padding: 0; }
.outcome-list li { border-top: 1px solid var(--inf-border-global); color: var(--inf-text-global); font-size: .88rem; padding: 1.1rem 0; }
.outcome-list li::before { color: var(--inf-gold-light-global); content: "↗"; margin-right: .7rem; }
.curriculum-list { border-top: 1px solid var(--inf-border-global); }
.curriculum-item { border-bottom: 1px solid var(--inf-border-global); }
.curriculum-item summary { align-items: center; color: var(--inf-text-global); cursor: pointer; display: flex; font-family: Georgia, serif; font-size: 1.3rem; justify-content: space-between; list-style: none; min-height: 72px; padding: 1rem 0; }
.curriculum-item summary::-webkit-details-marker { display: none; }
.curriculum-item summary::after { color: var(--inf-gold-light-global); content: "+"; font-family: "DM Sans", sans-serif; font-size: 1.2rem; }
.curriculum-item[open] summary::after { content: "−"; }
.curriculum-item p { font-size: .86rem; max-width: 650px; padding: 0 2rem 1.2rem 0; }
.audience-card { border-left: 1px solid var(--inf-gold-global); padding: 2rem; }
.audience-card h3 { font-family: Georgia, serif; font-size: 1.6rem; font-weight: 500; }
.related-courses { display: grid; gap: 1rem; grid-template-columns: repeat(3, 1fr); }
.related-courses .course-card { display: flex; flex-direction: column; min-height: 0; }
.related-courses .course-card__image { height: 220px; min-height: 0; }
.insights-page__featured { align-items: end; display: grid; gap: clamp(2rem, 7vw, 7rem); grid-template-columns: 1.2fr .8fr; }
.insights-featured-media { border-radius: var(--radius-xl); height: 500px; overflow: hidden; position: relative; }
.insights-featured-media img { filter: saturate(.7); height: 100%; object-fit: cover; width: 100%; }
.insights-featured-media::after { background: linear-gradient(0deg, rgba(7,17,31, .72), transparent 62%); content: ""; inset: 0; position: absolute; }
.insights-featured-copy { padding-bottom: 1.4rem; }
.insights-featured-copy h2 { font-family: Georgia, serif; font-size: clamp(2.6rem, 5vw, 5.7rem); font-weight: 500; letter-spacing: -.06em; line-height: .92; }
.article-filters { align-items: center; border-bottom: 1px solid var(--inf-border-global); display: flex; gap: .65rem; margin-bottom: 2.5rem; overflow-x: auto; padding-bottom: .8rem; }
.article-filter { background: rgba(255, 255, 255, .025); border: 1px solid var(--inf-border-global); border-radius: var(--radius-pill); color: var(--inf-muted-global); font-size: .65rem; letter-spacing: .1em; min-height: 42px; padding: .55rem .9rem; text-transform: uppercase; white-space: nowrap; }
.article-filter.is-active,
.article-filter:hover { background: rgba(55,141,72, .12); border-color: var(--inf-gold-global); color: var(--inf-gold-light-global); }
.article-grid { display: grid; gap: 1.2rem; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.article-card { border: 1px solid transparent; border-radius: var(--radius-lg); overflow: hidden; padding-bottom: 1rem; transition: border-color .3s ease, transform .3s ease; }
.article-card:hover { border-color: var(--inf-border-global); transform: translateY(-4px); }
.article-card[hidden] { display: none; }
.article-card__image { display: block; height: 230px; overflow: hidden; }
.article-card__image img { filter: saturate(.65); height: 100%; object-fit: cover; transition: transform .6s ease; width: 100%; }
.article-card:hover img { transform: scale(1.025); }
.article-card__body { padding: 1.1rem; }
.article-card__body > span { color: var(--inf-gold-global); font-size: .6rem; letter-spacing: .12em; text-transform: uppercase; }
.article-card h3 { font-family: Georgia, serif; font-size: 1.55rem; font-weight: 500; line-height: 1.08; margin: .7rem 0 1rem; }
.article-card h3 a { text-decoration: none; }
.article-card h3 a:hover { color: var(--inf-gold-light-global); }
.article-reading-layout { display: grid; gap: clamp(2rem, 7vw, 7rem); grid-template-columns: minmax(0, 1fr) 260px; }
.article-reading { max-width: 850px; }
.article-reading__hero { border-radius: var(--radius-xl); height: 480px; overflow: hidden; }
.article-reading__hero img { filter: saturate(.68); height: 100%; object-fit: cover; width: 100%; }
.article-reading h2 { font-family: Georgia, serif; font-size: clamp(2rem, 3.6vw, 3.8rem); font-weight: 500; letter-spacing: -.045em; line-height: 1; margin-top: 3rem; }
.article-reading p,
.article-reading li { color: #D3DAE4; font-size: 1rem; line-height: 1.9; }
.article-reading ul { padding-left: 1.2rem; }
.article-reading blockquote { border-left: 2px solid var(--inf-gold-global); color: var(--inf-text-global); font-family: Georgia, serif; font-size: 1.45rem; line-height: 1.45; margin: 2.5rem 0; padding: 1rem 1.5rem; }
.article-toc { align-self: start; border-left: 1px solid var(--inf-border-global); padding-left: 1.3rem; position: sticky; top: 8rem; }
.article-toc strong { color: var(--inf-gold-light-global); display: block; font-size: .65rem; letter-spacing: .14em; margin-bottom: 1rem; text-transform: uppercase; }
.article-toc a { color: var(--inf-muted-global); display: block; font-size: .78rem; margin: .8rem 0; text-decoration: none; }
.article-toc a:hover { color: var(--inf-text-global); }
.article-share { border-top: 1px solid var(--inf-border-global); display: flex; gap: .6rem; margin-top: 2.5rem; padding-top: 1.2rem; }
.article-share a { align-items: center; border: 1px solid var(--inf-border-global); border-radius: var(--radius-pill); color: var(--inf-muted-global); display: inline-flex; font-size: .65rem; min-height: 36px; padding: .4rem .8rem; text-decoration: none; }
.article-share a:hover { border-color: var(--inf-gold-global); color: var(--inf-gold-light-global); }

/* Responsive */
@media (max-width: 1199px) {
  :root { --global-shell: min(100% - 48px, 1120px); }
  body:not(.home-page) .breadcrumb__title { font-size: clamp(3rem, 8vw, 5.5rem); }
  body:not(.home-page) .services-box,
  body:not(.home-page) .mentor-card,
  body:not(.home-page) .mission-card,
  body:not(.home-page) .blog-item { height: 100%; }
}
@media (max-width: 991px) {
  :root { --global-shell: min(100% - 40px, 900px); }
  body:not(.home-page) .breadcrumb { min-height: 430px; }
  body:not(.home-page) .breadcrumb::before { left: 0; }
  .premium-media-frame--editorial,
  .premium-media-frame--portrait { height: 430px; }
  body:not(.home-page) .internal-hero__grid { grid-template-columns: 1fr; }
  body:not(.home-page) .internal-hero__media { display: none; }
  .shared-cta-section__inner { grid-template-columns: 1fr; }
}
@media (max-width: 767px) {
  :root { --global-shell: calc(100% - 32px); }
  body:not(.home-page) .navbar-main { padding: .75rem 0; }
  body:not(.home-page) .navbar-brand img { width: 145px; }
  body:not(.home-page) .breadcrumb { min-height: 390px; padding: 7.5rem 0 3rem; }
  body:not(.home-page) .breadcrumb__title { font-size: clamp(2.8rem, 14vw, 4.3rem); }
  body:not(.home-page) .internal-hero { min-height: 390px; padding: 7.5rem 0 3rem; }
  body:not(.home-page) .internal-hero__copy h1 { font-size: clamp(2.8rem, 14vw, 4.3rem); }
  body:not(.home-page) .breadcrumb::after { height: 260px; right: -130px; top: 10%; width: 260px; }
  body:not(.home-page) .section-content h2,
  body:not(.home-page) .section-heading h2,
  .shared-section-heading h2 { font-size: clamp(2.4rem, 12vw, 3.8rem); }
  .premium-media-frame--editorial,
  .premium-media-frame--portrait,
  .premium-media-frame--platform { height: 340px; }
  .premium-media-frame--landscape,
  .premium-media-frame--cinematic,
  .premium-media-frame--course { height: 250px; }
  .shared-cta-section__inner { border-radius: var(--radius-lg); padding: 2rem 1.25rem; }
  .shared-cta-section h2 { font-size: clamp(2.4rem, 12vw, 3.7rem); }
  body:not(.home-page) .contact-info,
  body:not(.home-page) .enquiry-form { padding: 1.25rem; }
  body:not(.home-page) .course-grid { grid-template-columns: 1fr; }
  body:not(.home-page) .course-card,
  body:not(.home-page) .course-card--featured { grid-template-columns: 1fr; min-height: 0; }
  body:not(.home-page) .course-card--featured { grid-column: auto; }
  body:not(.home-page) .course-card__image { height: 245px; min-height: 0; }
  body:not(.home-page) .course-meta { grid-template-columns: 1fr; }
  body:not(.home-page) .course-meta div { padding: .55rem 0; }
  body:not(.home-page) .course-meta div + div { border-left: 0; border-top: 1px solid rgba(104,189,89, .08); padding-left: 0; }
  body:not(.home-page) .course-meta dt,
  body:not(.home-page) .course-meta dd { display: inline-block; }
  body:not(.home-page) .course-meta dt { min-width: 78px; }
  body:not(.home-page) .comparison-table { overflow-x: auto; }
  .course-detail-layout { grid-template-columns: 1fr; }
  .course-detail-media { min-height: 360px; }
  .enquiry-card { position: static; }
  .course-detail-meta,
  .outcome-list { grid-template-columns: 1fr; }
  .course-detail-meta div + div { border-left: 0; border-top: 1px solid rgba(104,189,89, .08); padding-left: 0; padding-top: .7rem; }
  .related-courses { grid-template-columns: 1fr; }
  .insights-page__featured { grid-template-columns: 1fr; }
  .insights-featured-media { height: 340px; }
  .article-grid { grid-template-columns: 1fr; }
  .article-reading-layout { grid-template-columns: 1fr; }
  .article-toc { border-left: 0; border-top: 1px solid var(--inf-border-global); padding: 1.2rem 0 0; position: static; }
  .article-reading__hero { height: 300px; }
}

/* Keep the modern viewport unit override after legacy breakpoint rules. */
@supports (height: 100dvh) {
  @media (max-width: 1199.98px) { html body .navbar-main .offcanvas-body { max-height: calc(100dvh - var(--header-height-tablet)); } }
  @media (max-width: 767px) { html body .navbar-main .offcanvas-body { max-height: calc(100dvh - var(--header-height-mobile)); } }
}

/* Legal content remains readable on narrow Safari and Android viewports. */
.legal-content { color: var(--inf-text, #D3DAE4); }
.legal-content h2 { color: var(--inf-heading, #f7f1df); font-size: clamp(1.35rem, 3vw, 1.9rem); margin: 2.2rem 0 .7rem; }
.legal-content h2:first-child { margin-top: 0; }
.legal-content p, .legal-content li { font-size: .92rem; line-height: 1.75; max-width: 72ch; overflow-wrap: anywhere; }
.legal-content ul { padding-left: 1.25rem; }
.contact-map-card { width: 100%; height: clamp(280px, 38vw, 500px); overflow: hidden; border-top: 1px solid rgba(104,189,89,.18); }
.contact-map-card iframe { width: 100%; height: 100%; border: 0; display: block; filter: saturate(.8) contrast(.95); }
@supports (height: 100dvh) {
  html body .navbar-main .offcanvas-body { max-height: calc(100dvh - var(--header-height-tablet)); }
}
@media (max-width: 767px) {
  html body .navbar-main .home-nav-shell { padding-left: max(1rem, env(safe-area-inset-left)); padding-right: max(1rem, env(safe-area-inset-right)); }
  html body .navbar-main .offcanvas { padding-bottom: env(safe-area-inset-bottom); }
  html body .navbar-main .offcanvas-body { max-height: calc(100dvh - var(--header-height-mobile)); overscroll-behavior: contain; }
}
@media (prefers-reduced-motion: reduce) {
  body:not(.home-page) *, body:not(.home-page) *::before, body:not(.home-page) *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
  body:not(.home-page) [data-aos] { clip-path: none !important; opacity: 1 !important; transform: none !important; }
}

/* Final shared typography, wrapping and motion contract. */
html { scroll-padding-top: 6.5rem; }
body { overflow-x: hidden; word-break: normal; overflow-wrap: normal; hyphens: none; }
@supports (overflow: clip) { body { overflow-x: clip; } }
body .py-120 { padding-block: var(--space-section-md); }
body:not(.home-page) main h1,
body:not(.home-page) main h2 { font-family: var(--inf-font-display); font-weight: 500; text-wrap: balance; }
body:not(.home-page) main h3,
body:not(.home-page) main h4,
body:not(.home-page) main h5,
body:not(.home-page) main h6,
body:not(.home-page) main p,
body:not(.home-page) main li,
body:not(.home-page) main dt,
body:not(.home-page) main dd,
body:not(.home-page) main button,
body:not(.home-page) main input,
body:not(.home-page) main select,
body:not(.home-page) main textarea { font-family: var(--inf-font-body); }
body:not(.home-page) main p,
body:not(.home-page) main li { font-size: var(--text-base); line-height: 1.7; text-wrap: pretty; }
body:not(.home-page) main h3 { font-size: var(--text-xl); line-height: 1.25; text-wrap: balance; }
body:not(.home-page) main .internal-hero__copy h1 { font-family: var(--inf-font-display); font-size: clamp(2.65rem, 2rem + 3.35vw, 5.3rem); letter-spacing: -.035em; line-height: 1.02; max-width: 16ch; }
body:not(.home-page) main .internal-hero { padding-top: calc(8rem - var(--header-height-desktop)); }
body:not(.home-page) main .internal-hero__copy > p:not(.internal-eyebrow) { font-size: var(--text-base); line-height: 1.7; max-width: 62ch; }
body:not(.home-page) main .shared-section-heading h2,
body:not(.home-page) main .section-content h2,
body:not(.home-page) main .section-heading h2 { font-size: var(--text-3xl); letter-spacing: -.025em; line-height: 1.12; max-width: 60ch; }
body:not(.home-page) main .shared-cta-section h2 { font-size: var(--text-4xl); letter-spacing: -.035em; line-height: 1.04; max-width: 20ch; }
body:not(.home-page) main .course-card h3,
body:not(.home-page) main .mentor-card h3,
body:not(.home-page) main .mission-card h3,
body:not(.home-page) main .audience-card h3,
body:not(.home-page) main .enquiry-card h3,
body:not(.home-page) main .article-card h3 { font-family: var(--inf-font-body); font-size: var(--text-xl); line-height: 1.25; }
body:not(.home-page) main .course-card__content > p,
body:not(.home-page) main .mentor-card p,
body:not(.home-page) main .mission-card p,
body:not(.home-page) main .audience-card p,
body:not(.home-page) main .article-card p,
body:not(.home-page) main .enquiry-card p { font-size: var(--text-sm); line-height: 1.65; }
body:not(.home-page) main .article-reading h2 { font-size: var(--text-2xl); letter-spacing: -.02em; line-height: 1.15; }
body:not(.home-page) main .article-reading p,
body:not(.home-page) main .article-reading li { font-size: var(--text-base); line-height: 1.8; max-width: 72ch; }
body:not(.home-page) main .article-reading blockquote { font-family: var(--inf-font-display); font-size: var(--text-lg); line-height: 1.5; }
body:not(.home-page) main .internal-eyebrow { font-family: var(--inf-font-body); font-size: var(--text-xs) !important; letter-spacing: .16em; line-height: 1.5; }
body:not(.home-page) main .premium-button,
body:not(.home-page) main .btn,
body:not(.home-page) main .text-link { font-family: var(--inf-font-body); white-space: nowrap; }
body:not(.home-page) main .form-control,
body:not(.home-page) main .form-select { font-size: 1rem; line-height: 1.5; }
body:not(.home-page) main .form-message { min-height: 2.75rem; }
body:not(.home-page) main .form-trap { height: 1px; left: -10000px; overflow: hidden; position: absolute; width: 1px; }
body:not(.home-page) main > section:not(.internal-hero) { scroll-margin-top: 6.5rem; }
body:not(.home-page) main .contact-label,
body:not(.home-page) main .article-meta { color: var(--inf-gold-light-global); font-size: var(--text-xs); letter-spacing: .12em; text-transform: uppercase; }
body:not(.home-page) main .contact-email { color: var(--inf-text-global); text-decoration: none; }
body:not(.home-page) main .contact-email,
body:not(.home-page) .footer-email { overflow-wrap: anywhere; }
body:not(.home-page) main .optional-label { color: #97A4B7; letter-spacing: 0; text-transform: none; }
body:not(.home-page) main button:disabled { cursor: wait; opacity: .65; }
body:not(.home-page) .navbar-nav .nav-link { font-family: var(--inf-font-body); white-space: nowrap; }
body:not(.home-page) .course-filters,
body:not(.home-page) .article-filters { flex-wrap: wrap; overflow-x: visible; row-gap: .7rem; }
/* Custom AOS clip reveal for images */
[data-aos="clip-reveal"] { clip-path: inset(0 0 100% 0); transition-property: clip-path; }
[data-aos="clip-reveal"].aos-animate { clip-path: inset(0); }

@media (max-width: 1199.98px) {
  body .navbar-main { min-height: var(--header-height-tablet); }
  body:not(.home-page) main { padding-top: var(--header-height-tablet); }
  body:not(.home-page) main .internal-hero { padding-top: calc(8rem - var(--header-height-tablet)); }
}
@media (max-width: 899px) {
  body:not(.home-page) main .course-grid,
  body:not(.home-page) main .related-courses { grid-template-columns: 1fr; }
  body:not(.home-page) main .course-card,
  body:not(.home-page) main .course-card--featured { grid-template-columns: 1fr; min-height: 0; }
  body:not(.home-page) main .course-card__image { height: 250px; min-height: 0; }
  body:not(.home-page) main .article-reading-layout { grid-template-columns: 1fr; }
  body:not(.home-page) main .article-toc { border-left: 0; border-top: 1px solid var(--inf-border-global); padding: 1.2rem 0 0; position: static; }
}
@media (max-width: 767px) {
  html { scroll-padding-top: 5.5rem; }
  body .navbar-main { min-height: var(--header-height-mobile); }
  body:not(.home-page) main { padding-top: var(--header-height-mobile); }
  body:not(.home-page) main .internal-hero { padding-top: calc(7.5rem - var(--header-height-mobile)); }
  body:not(.home-page) main .internal-hero__copy h1 { font-size: clamp(2.6rem, 8.6vw, 3.45rem); line-height: 1.04; max-width: 15ch; }
  body:not(.home-page) main .shared-section-heading h2,
  body:not(.home-page) main .section-content h2,
  body:not(.home-page) main .section-heading h2 { font-size: clamp(2rem, 8vw, 2.75rem); }
  body:not(.home-page) main .shared-cta-section h2 { font-size: clamp(2.1rem, 9vw, 3.1rem); max-width: 16ch; }
  body:not(.home-page) main .outcome-list,
  body:not(.home-page) main .course-detail-meta { grid-template-columns: 1fr; }
  body:not(.home-page) main .course-detail-meta div + div { border-left: 0; border-top: 1px solid rgba(104,189,89, .08); padding-left: 0; padding-top: .7rem; }
  body:not(.home-page) main .course-meta { grid-template-columns: 1fr; }
  body:not(.home-page) main .course-meta div + div { border-left: 0; border-top: 1px solid rgba(104,189,89, .08); padding-left: 0; }
  body:not(.home-page) main .course-meta dt,
  body:not(.home-page) main .course-meta dd { display: inline-block; }
  body:not(.home-page) main .course-meta dt { min-width: 78px; }
  body:not(.home-page) main .article-reading__hero { height: 300px; }
}
@media (max-width: 991px) {
  body .site-footer .footer-main { gap: 3rem; grid-template-columns: 1fr; }
}
@media (max-width: 767px) {
  body .site-footer .footer-nav { grid-template-columns: 1fr 1fr; }
  body .site-footer .footer-nav > div:last-child { grid-column: 1 / -1; }
  body .site-footer .bottom-footer__inner { align-items: flex-start; flex-direction: column; gap: .75rem; }
}
@media (max-width: 420px) {
  body .site-footer .footer-nav { grid-template-columns: 1fr; }
  body .site-footer .footer-nav > div:last-child { grid-column: auto; }
}
