/* ===== design-system.css ===== */
:root{
  --bss-navy:#002147;
  --bss-navy-900:#00152f;
  --bss-navy-800:#062b55;
  --bss-blue:#0c4a7d;
  --bss-blue-soft:#eaf2f8;
  --bss-gold:#fdc800;
  --bss-gold-soft:#fff7d1;
  --bss-white:#ffffff;
  --bss-surface:#f7f9fc;
  --bss-surface-2:#eef3f8;
  --bss-ink:#172033;
  --bss-muted:#667085;
  --bss-line:#dfe5ec;
  --bss-success:#2f8f66;
  --bss-font-display:Georgia,Cambria,"Times New Roman",serif;
  --bss-font-body:"Segoe UI",Inter,Arial,sans-serif;
  --bss-container:1280px;
  --bss-radius-sm:4px;
  --bss-radius-md:8px;
  --bss-radius-lg:14px;
  --bss-shadow-sm:0 8px 24px rgba(0,33,71,.07);
  --bss-shadow-md:0 18px 48px rgba(0,33,71,.12);
  --bss-section-space:88px;
}

/* Global public-site foundation. Keep every module inside the same visual system. */
body.bss-custom-shell{font-family:var(--bss-font-body);color:var(--bss-ink);background:var(--bss-white);text-rendering:optimizeLegibility}
body.bss-custom-shell :where(h1,h2,h3,h4,h5,h6){color:var(--bss-navy);font-family:var(--bss-font-display);font-weight:700;letter-spacing:-.015em}
body.bss-custom-shell :where(p,li,dd,dt,label,input,select,textarea,button,a){font-family:var(--bss-font-body)}
body.bss-custom-shell :where(a){text-underline-offset:3px}
body.bss-custom-shell :where(img){max-width:100%;height:auto}
.bss-shell-container,.bss-home-container,.bvec-container,.bvec,.bsm-inner,.bach-inner,.bvg-inner,.bcf-inner,.bap-inner{width:min(calc(100% - 48px),var(--bss-container));margin-inline:auto}

/* Shared premium inner-page rhythm for embedded modules. */
:where(.bsm-hero,.bach-hero,.bvg-hero,.bcf-hero,.bap-hero){position:relative;isolation:isolate;background:linear-gradient(105deg,var(--bss-navy-900),var(--bss-navy) 64%,#154c74);color:#fff;overflow:hidden}
:where(.bsm-hero,.bach-hero,.bvg-hero,.bcf-hero,.bap-hero)::after{content:"";position:absolute;inset:0;z-index:-1;background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);background-size:64px 64px}
:where(.bsm-hero,.bach-hero,.bvg-hero,.bcf-hero,.bap-hero) .bsm-inner,
:where(.bach-hero) .bach-inner,:where(.bvg-hero) .bvg-inner,:where(.bcf-hero) .bcf-inner,:where(.bap-hero) .bap-inner{padding-top:58px;padding-bottom:58px}
:where(.bsm-hero,.bach-hero,.bvg-hero,.bcf-hero,.bap-hero) h1{color:#fff!important;font-size:clamp(34px,4vw,54px)!important;line-height:1.08!important;margin:.35em 0 0!important}
:where(.bsm-hero,.bach-hero,.bvg-hero,.bcf-hero,.bap-hero) span{color:var(--bss-gold)!important;font-size:12px!important;font-weight:800!important;text-transform:uppercase!important;letter-spacing:.12em!important}
:where(.bsm-content,.bach-content,.bvg-content,.bcf-content,.bap-content){padding-top:64px!important;padding-bottom:80px!important}

/* Shared section headers, cards and filter controls. */
:where(.bsm-section-head,.bach-section-head,.bvg-section-head,.bcf-section-head,.bap-section-head) span{color:var(--bss-blue)!important;font-size:12px!important;font-weight:800!important;text-transform:uppercase!important;letter-spacing:.11em!important}
:where(.bsm-section-head,.bach-section-head,.bvg-section-head,.bcf-section-head,.bap-section-head) h2{font-size:clamp(27px,3vw,38px)!important;margin:6px 0 18px!important}
:where(.bsm-filter,.bach-filter,.bvg-filter,.bcf-filter,.bap-filter){border:1px solid var(--bss-line)!important;background:#fff!important;color:var(--bss-navy)!important;border-radius:999px!important;font-weight:700!important;transition:.18s ease!important}
:where(.bsm-filter,.bach-filter,.bvg-filter,.bcf-filter,.bap-filter):hover,
:where(.bsm-filter,.bach-filter,.bvg-filter,.bcf-filter,.bap-filter).is-active{background:var(--bss-navy)!important;border-color:var(--bss-navy)!important;color:#fff!important}
:where(.bsm-search input,.bach-search input,.bvg-search input,.bap-tools input[type="search"],.bcf-tools input[type="search"]){border:1px solid var(--bss-line)!important;border-radius:var(--bss-radius-sm)!important;background:#fff!important;min-height:46px!important;color:var(--bss-ink)!important}

/* Harmonise module cards without flattening their functional layouts. */
:where(.bsm-card,.bach-card,.bvg-card,.bcf-card,.bap-card){border-color:var(--bss-line)!important;border-radius:var(--bss-radius-sm)!important;box-shadow:var(--bss-shadow-sm)!important;background:#fff!important;overflow:hidden}
:where(.bsm-card,.bach-card,.bvg-card,.bcf-card,.bap-card) h2,
:where(.bsm-card,.bach-card,.bvg-card,.bcf-card,.bap-card) h3{color:var(--bss-navy)!important}
:where(.bsm-card,.bach-card,.bvg-card,.bcf-card,.bap-card) a{color:var(--bss-blue)}

/* Consistent tables and form surfaces on public pages. */
body.bss-custom-shell .entry-content table,body.bss-custom-shell .bss-page table{width:100%;border-collapse:collapse;background:#fff;border:1px solid var(--bss-line)}
body.bss-custom-shell .entry-content th,body.bss-custom-shell .entry-content td,body.bss-custom-shell .bss-page th,body.bss-custom-shell .bss-page td{padding:13px 15px;border:1px solid var(--bss-line);vertical-align:top}
body.bss-custom-shell .entry-content th,body.bss-custom-shell .bss-page th{background:var(--bss-surface-2);color:var(--bss-navy);font-weight:800}

@media(max-width:1024px){:root{--bss-section-space:72px}.bss-shell-container,.bss-home-container,.bvec-container,.bvec,.bsm-inner,.bach-inner,.bvg-inner,.bcf-inner,.bap-inner{width:min(calc(100% - 36px),var(--bss-container))}}
@media(max-width:680px){:root{--bss-section-space:56px}.bss-shell-container,.bss-home-container,.bvec-container,.bvec,.bsm-inner,.bach-inner,.bvg-inner,.bcf-inner,.bap-inner{width:min(calc(100% - 28px),var(--bss-container))}:where(.bsm-hero,.bach-hero,.bvg-hero,.bcf-hero,.bap-hero) .bsm-inner,:where(.bach-hero) .bach-inner,:where(.bvg-hero) .bvg-inner,:where(.bcf-hero) .bcf-inner,:where(.bap-hero) .bap-inner{padding-top:38px;padding-bottom:38px}}

/* Approved Staff & Management reference: profile-led directory with resource sidebar. */
.bsm-directory-layout{display:grid;grid-template-columns:minmax(0,1fr) 310px;gap:46px;align-items:start}.bsm-sidebar{display:grid;gap:22px;position:sticky;top:96px}.bsm-sidebar__panel{background:#f3f4f6;border-top:3px solid var(--bss-gold);padding:22px 22px 16px}.bsm-sidebar__panel h2{margin:0 0 14px!important;font:800 16px/1.25 var(--bss-font-body)!important;color:var(--bss-navy)!important}.bsm-sidebar__panel ul{list-style:none;margin:0;padding:0}.bsm-sidebar__panel li{border-bottom:1px solid #d9dfe6}.bsm-sidebar__panel li:last-child{border-bottom:0}.bsm-sidebar__panel a{display:block;padding:11px 0;color:#59677b;text-decoration:none}.bsm-sidebar__panel a:hover{color:var(--bss-blue)}.bsm-sidebar__contact{padding:28px;background:var(--bss-navy);color:#fff}.bsm-sidebar__contact span{color:var(--bss-gold);font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.1em}.bsm-sidebar__contact h2{color:#fff!important;font:700 24px/1.25 var(--bss-font-display)!important;margin:10px 0 14px!important}.bsm-sidebar__contact p{color:rgba(255,255,255,.75);line-height:1.65}.bsm-sidebar__contact a{display:inline-block;margin-top:10px;color:var(--bss-gold);font-weight:800;text-decoration:none}
.bsm-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:24px!important}.bsm-card{display:grid!important;grid-template-columns:170px 1fr!important;min-height:245px!important}.bsm-card__image{min-height:100%!important}.bsm-card__image img,.bsm-card__placeholder{height:100%!important;min-height:245px!important;object-fit:cover!important}.bsm-card__body{padding:24px!important}.bsm-card h3{font-size:23px!important;margin:8px 0 5px!important}.bsm-card__actions a:first-child{background:var(--bss-gold)!important;border-color:var(--bss-gold)!important;color:var(--bss-navy)!important}.bsm-leadership-grid .bsm-card{grid-template-columns:220px 1fr!important}
@media(max-width:1100px){.bsm-directory-layout{grid-template-columns:1fr}.bsm-sidebar{position:static;grid-template-columns:repeat(2,minmax(0,1fr))}.bsm-sidebar__contact{grid-column:1/-1}.bsm-grid{grid-template-columns:1fr!important}}
@media(max-width:680px){.bsm-card,.bsm-leadership-grid .bsm-card{grid-template-columns:1fr!important}.bsm-card__image img,.bsm-card__placeholder{height:300px!important}.bsm-sidebar{grid-template-columns:1fr}.bsm-sidebar__contact{grid-column:auto}}


/* ===== site-shell.css ===== */
:root{
 --bss-navy:#002147;--bss-navy-deep:#061a35;--bss-blue:#0c4a7d;--bss-gold:#fdc800;--bss-white:#fff;
 --bss-ink:#172033;--bss-muted:#667085;--bss-line:#e4e8ef;--bss-soft:#f6f8fb;--bss-shell-width:1240px;
 --bss-shadow:0 16px 44px rgba(0,33,71,.14)
}
body.bss-custom-shell #masthead,body.bss-custom-shell #ast-desktop-header,body.bss-custom-shell #ast-mobile-header,
body.bss-custom-shell .ast-mobile-header-wrap,body.bss-custom-shell .site-header:not(.bss-site-header),body.bss-custom-shell #colophon,
body.bss-custom-shell .site-footer:not(.bss-site-footer),body.bss-custom-shell footer.site-footer:not(.bss-site-footer),
body.bss-custom-shell .ast-footer-overlay,body.bss-custom-shell .ast-small-footer,body.bss-custom-shell .site-primary-footer-wrap,
body.bss-custom-shell .site-below-footer-wrap,body.bss-custom-shell .entry-header,body.bss-custom-shell .entry-title,
body.bss-custom-shell .page-title{display:none!important}
body.bss-custom-shell{margin:0;--ast-global-color-0:var(--bss-navy)}
body.bss-custom-shell.bss-menu-open,body.bss-custom-shell.bss-search-open{overflow:hidden}
.bss-custom-shell *,.bss-custom-shell *:before,.bss-custom-shell *:after{box-sizing:border-box}
.bss-shell-container{width:min(calc(100% - 40px),var(--bss-shell-width));margin-inline:auto}
.bss-site-header,.bss-site-footer{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
.bss-site-header{position:relative;z-index:999;background:#fff;color:var(--bss-ink)}
.admin-bar .bss-site-header{z-index:998}.bss-icon{width:20px;height:20px;fill:currentColor;flex:0 0 auto}
.bss-skip-link{position:fixed;top:8px;left:8px;z-index:999999;padding:12px 18px;background:var(--bss-gold);color:var(--bss-navy);font-weight:800;transform:translateY(-160%)}
.bss-skip-link:focus{transform:translateY(0)}
/* Eikra-inspired utility strip */
.bss-utility-bar{background:var(--bss-navy-deep);color:rgba(255,255,255,.9);font-size:12px;border-top:2px solid var(--bss-gold)}
.bss-utility-bar__inner{min-height:42px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.bss-utility-note,.bss-utility-actions,.bss-utility-actions>a,.bss-utility-menu{display:flex;align-items:center}
.bss-utility-note{gap:8px;white-space:nowrap}.bss-utility-note .bss-icon,.bss-utility-actions .bss-icon{color:var(--bss-gold);width:15px;height:15px}
.bss-utility-actions{justify-content:flex-end;gap:17px}.bss-utility-actions>a{gap:6px}.bss-utility-actions a,.bss-utility-menu a{color:inherit;text-decoration:none}.bss-utility-actions a:hover{color:#fff}
.bss-utility-menu{list-style:none;gap:14px;padding:0;margin:0}
/* Logo row: logo only; never squeeze the artwork into a square. */
.bss-brand-row{background:#fff;border-bottom:1px solid var(--bss-line)}
.bss-brand-row__inner{min-height:96px;display:flex;align-items:center;justify-content:space-between;gap:28px}
.bss-brand{display:inline-flex;align-items:center;color:var(--bss-navy);text-decoration:none!important;min-width:0}
.bss-site-header .bss-brand__text{display:none!important}
.bss-site-header .bss-brand__mark{display:block;width:260px;height:auto;max-width:34vw;flex:0 0 auto}
.bss-brand__logo{display:block;width:100%;height:auto;max-width:none;max-height:none;object-fit:contain}
.bss-brand__fallback{width:72px;height:72px;display:grid;place-items:center;border-radius:50%;background:var(--bss-navy);color:var(--bss-gold);font:800 18px Georgia,serif}
.bss-brand-row__meta{display:flex;align-items:center;gap:20px}.bss-school-badge{display:flex;align-items:center;gap:11px;padding-right:20px;border-right:1px solid var(--bss-line)}
.bss-school-badge .bss-icon{width:32px;height:32px;color:var(--bss-blue)}.bss-school-badge div{display:grid;gap:3px}.bss-school-badge strong{font-size:13px;color:var(--bss-navy)}.bss-school-badge span{font-size:12px;color:var(--bss-muted)}
.bss-apply-button,.bss-mobile-apply{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:46px;padding:0 20px;background:var(--bss-gold);color:var(--bss-navy)!important;font-weight:800;text-decoration:none!important;border-radius:2px;box-shadow:0 8px 20px rgba(253,200,0,.22)}
.bss-apply-button:hover,.bss-mobile-apply:hover{background:#ffda3b;transform:translateY(-1px)}
/* Desktop navigation + dark navy mega menus */
.bss-desktop-nav{background:#fff;border-bottom:1px solid var(--bss-line);box-shadow:0 5px 16px rgba(0,33,71,.05)}
.bss-desktop-nav__inner{min-height:68px;display:flex;align-items:stretch;justify-content:space-between;gap:18px}.bss-primary-navigation{min-width:0;flex:1}
.bss-primary-menu{height:100%;display:flex;align-items:stretch;gap:0;list-style:none;margin:0;padding:0}.bss-primary-menu>li{position:relative;display:flex;align-items:stretch}
.bss-primary-menu>li>a{position:relative;display:flex;align-items:center;gap:7px;padding:0 17px;color:var(--bss-ink);font-size:14px;font-weight:700;text-decoration:none;white-space:nowrap}
.bss-primary-menu>li.menu-item-has-children>a:after{content:"";width:7px;height:7px;border-right:1.7px solid currentColor;border-bottom:1.7px solid currentColor;transform:rotate(45deg) translateY(-2px);margin-left:3px}
.bss-primary-menu>li>a:before{content:"";position:absolute;left:17px;right:17px;bottom:0;height:3px;background:var(--bss-gold);transform:scaleX(0);transform-origin:center;transition:transform .18s ease}
.bss-primary-menu>li:hover>a:before,.bss-primary-menu>li:focus-within>a:before,.bss-primary-menu>li.current-menu-item>a:before,.bss-primary-menu>li.current-menu-ancestor>a:before{transform:scaleX(1)}
.bss-primary-menu>li:hover>a,.bss-primary-menu>li:focus-within>a{color:var(--bss-blue)}
.bss-primary-menu .sub-menu{position:absolute;z-index:1005;top:100%;left:0;min-width:245px;margin:0;padding:10px 0;list-style:none;background:var(--bss-navy-deep);border-top:3px solid var(--bss-gold);box-shadow:var(--bss-shadow);opacity:0;visibility:hidden;transform:translateY(10px);transition:opacity .16s ease,transform .16s ease,visibility .16s}
.bss-primary-menu li:hover>.sub-menu,.bss-primary-menu li:focus-within>.sub-menu,.bss-primary-menu li.is-desktop-open>.sub-menu{opacity:1;visibility:visible;transform:none}
.bss-primary-menu .sub-menu li{position:relative}.bss-primary-menu .sub-menu a{display:block;padding:12px 18px;border-bottom:1px solid rgba(255,255,255,.12);color:#fff;font-size:13px;font-weight:650;text-decoration:none;line-height:1.35}
.bss-primary-menu .sub-menu li:last-child>a{border-bottom:0}.bss-primary-menu .sub-menu a:hover,.bss-primary-menu .sub-menu a:focus{background:rgba(255,255,255,.08);color:var(--bss-gold);outline:0}
.bss-primary-menu .sub-menu .sub-menu{top:-3px;left:100%}
.bss-primary-menu>li.bss-mega-menu{position:static}.bss-primary-menu>li.bss-mega-menu>.sub-menu{left:50%;transform:translate(-50%,10px);width:min(900px,calc(100vw - 80px));display:grid;grid-template-columns:repeat(3,minmax(0,1fr));padding:0 18px}
.bss-primary-menu>li.bss-mega-menu:hover>.sub-menu,.bss-primary-menu>li.bss-mega-menu:focus-within>.sub-menu,.bss-primary-menu>li.bss-mega-menu.is-desktop-open>.sub-menu{transform:translate(-50%,0)}
.bss-primary-menu>li.bss-mega-menu>.sub-menu>li>a{padding:15px 12px;border-bottom:1px solid rgba(255,255,255,.14)}
.bss-nav-tools{display:flex;align-items:center;border-left:1px solid var(--bss-line);padding-left:16px}.bss-icon-button{width:44px;height:44px;border:0;background:#fff;color:var(--bss-navy);display:grid;place-items:center;cursor:pointer;border-radius:50%}.bss-icon-button:hover{background:var(--bss-soft)}
.bss-desktop-nav.is-fixed{position:fixed;top:0;left:0;right:0;z-index:996}.admin-bar .bss-desktop-nav.is-fixed{top:32px}.bss-sticky-placeholder.is-active{display:block}.bss-sticky-placeholder{display:none}
/* Mobile header */
.bss-mobile-header{display:none;background:#fff;border-bottom:1px solid var(--bss-line);box-shadow:0 4px 14px rgba(0,33,71,.06)}
.bss-mobile-header__inner{min-height:74px;display:flex;align-items:center;justify-content:space-between;gap:14px}.bss-mobile-header .bss-brand__mark{width:min(210px,62vw);max-width:none}.bss-mobile-header__tools{display:flex;align-items:center;gap:7px}.bss-mobile-header__tools .bss-icon-button{display:none}
.bss-menu-button,.bss-mobile-drawer__head>[data-bss-menu-close]{width:46px;height:46px;border:0;background:var(--bss-navy);border-radius:2px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;cursor:pointer}
.bss-menu-button span,.bss-mobile-drawer__head>[data-bss-menu-close]:before,.bss-mobile-drawer__head>[data-bss-menu-close]:after{content:"";display:block;width:24px;height:2px;background:#fff;border-radius:2px}
.bss-menu-button span{transition:none}.bss-mobile-drawer__head>[data-bss-menu-close]{position:relative}.bss-mobile-drawer__head>[data-bss-menu-close] svg{display:none}.bss-mobile-drawer__head>[data-bss-menu-close]:before{box-shadow:0 7px 0 #fff,0 -7px 0 #fff}.bss-mobile-drawer__head>[data-bss-menu-close]:after{display:none}
/* EduKul-inspired drawer */
.bss-mobile-overlay{position:fixed;inset:0;z-index:1000;background:rgba(0,0,0,.58);opacity:0;transition:opacity .22s}.bss-mobile-overlay.is-open{opacity:1}
.bss-mobile-drawer{position:fixed;z-index:1001;top:0;left:0;bottom:0;width:min(390px,88vw);background:#111733;color:#fff;transform:translateX(-102%);transition:transform .24s ease;display:flex;flex-direction:column;box-shadow:20px 0 50px rgba(0,0,0,.28);overflow-y:auto}
.bss-mobile-drawer.is-open{transform:none}.admin-bar .bss-mobile-drawer{top:46px}.bss-mobile-drawer__head{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:24px 22px 20px;border-bottom:1px solid rgba(255,255,255,.09)}
.bss-mobile-drawer__brand{min-width:0}.bss-mobile-drawer__brand .bss-brand{display:block}.bss-mobile-drawer__brand .bss-brand__mark{width:min(230px,65vw);max-width:none}.bss-mobile-drawer__brand .bss-brand__text{display:none}.bss-mobile-drawer__brand>span{display:block;margin-top:10px;color:rgba(255,255,255,.72);font-size:12px;letter-spacing:.08em;text-transform:uppercase;font-weight:700}
.bss-mobile-drawer__quick{display:none!important}.bss-mobile-navigation{flex:1}.bss-mobile-menu-list{list-style:none;margin:0;padding:0}.bss-mobile-menu-list>li{position:relative;border-bottom:1px solid rgba(255,255,255,.09)}
.bss-mobile-menu-list li>a{display:block;padding:17px 56px 17px 28px;color:#fff;text-decoration:none;font-size:15px;font-weight:600;line-height:1.3}.bss-mobile-menu-list>li>a:hover,.bss-mobile-menu-list>li>a:focus{background:rgba(255,255,255,.05);color:var(--bss-gold)}
.bss-submenu-toggle{position:absolute;right:14px;top:8px;width:42px;height:42px;border:0;background:transparent;color:#fff;cursor:pointer}.bss-submenu-toggle:after{content:"";display:block;width:8px;height:8px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg);margin:0 auto;transition:transform .18s}.bss-submenu-toggle[aria-expanded="true"]:after{transform:rotate(225deg)}
.bss-mobile-menu-list .sub-menu{display:none;list-style:none;margin:0;padding:4px 0 10px;background:rgba(0,0,0,.14);border-top:1px solid rgba(255,255,255,.06)}.bss-mobile-menu-list .sub-menu.is-open{display:block}.bss-mobile-menu-list .sub-menu li{border-left:3px solid transparent}.bss-mobile-menu-list .sub-menu li:hover{border-left-color:var(--bss-gold)}.bss-mobile-menu-list .sub-menu a{padding:12px 26px 12px 38px;color:rgba(255,255,255,.82);font-size:13px;font-weight:550}.bss-mobile-menu-list .sub-menu .sub-menu a{padding-left:54px}
.bss-mobile-drawer__footer{padding:20px 22px 24px;border-top:1px solid rgba(255,255,255,.09);background:#0c122b}.bss-mobile-drawer__connect{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}.bss-mobile-drawer__connect>span{font-size:11px;font-weight:800;letter-spacing:.11em;text-transform:uppercase;color:rgba(255,255,255,.72)}
.bss-social-links{display:flex;gap:8px}.bss-social-links a{width:34px;height:34px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.2);border-radius:50%;color:#fff}.bss-social-links a:hover{border-color:var(--bss-gold);color:var(--bss-gold)}.bss-social-links .bss-icon{width:15px;height:15px}
.bss-mobile-drawer__contact{display:grid;gap:9px}.bss-mobile-drawer__contact a{display:flex;align-items:center;gap:8px;color:rgba(255,255,255,.86);font-size:12px;text-decoration:none}.bss-mobile-drawer__contact .bss-icon{width:15px;height:15px;color:var(--bss-gold)}.bss-mobile-drawer__actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:15px}.bss-mobile-drawer__actions>a:not(.bss-mobile-apply){padding:9px 12px;border:1px solid rgba(255,255,255,.18);color:#fff;text-decoration:none;font-size:12px}.bss-mobile-apply{min-height:40px;padding:0 14px;font-size:12px}
/* Search modal */
.bss-search-panel{position:fixed;inset:0;z-index:1010;display:none}.bss-search-panel.is-open{display:block}.bss-search-panel__backdrop{position:absolute;inset:0;background:rgba(0,20,45,.72)}.bss-search-panel__dialog{position:relative;width:min(720px,calc(100% - 32px));margin:12vh auto 0;padding:34px;background:#fff;box-shadow:var(--bss-shadow)}.bss-search-panel__close{position:absolute;right:16px;top:16px;width:40px;height:40px;border:0;background:var(--bss-soft);color:var(--bss-navy);cursor:pointer}.bss-search-panel__dialog>span{color:var(--bss-blue);font-weight:800;font-size:12px;text-transform:uppercase;letter-spacing:.1em}.bss-search-panel__dialog h2{font:700 clamp(26px,4vw,42px)/1.15 Georgia,serif;color:var(--bss-navy);margin:8px 0 22px}.bss-search-panel form{display:flex;border:1px solid var(--bss-line)}.bss-search-panel input{flex:1;min-width:0;border:0;padding:15px 16px;font:inherit}.bss-search-panel form button{border:0;background:var(--bss-gold);color:var(--bss-navy);font-weight:800;padding:0 20px;display:flex;align-items:center;gap:7px}
/* Deep navy footer, Eikra visual reference */
.bss-site-footer{background:var(--bss-navy-deep);color:rgba(255,255,255,.8);border-top:4px solid var(--bss-gold)}.bss-site-footer__top{padding:62px 0 46px}.bss-site-footer__grid{display:grid;grid-template-columns:1.25fr .8fr .85fr 1.05fr;gap:48px}.bss-footer-brand .bss-brand{margin-bottom:20px}.bss-footer-brand .bss-brand__mark{width:210px;height:auto}.bss-footer-brand .bss-brand__text{display:none}.bss-footer-about{font-size:13px;line-height:1.8;max-width:330px}.bss-footer-column h2{position:relative;margin:0 0 26px;padding-bottom:12px;color:#fff;font:700 17px/1.2 Georgia,serif}.bss-footer-column h2:after{content:"";position:absolute;left:0;bottom:0;width:28px;height:3px;background:var(--bss-gold)}.bss-footer-menu{list-style:none;margin:0;padding:0}.bss-footer-menu li{margin:0 0 11px}.bss-footer-menu a{color:rgba(255,255,255,.82);text-decoration:none;font-size:13px}.bss-footer-menu a:hover{color:var(--bss-gold)}.bss-footer-contact p{display:flex;align-items:flex-start;gap:10px;margin:0 0 13px;font-size:13px;line-height:1.55}.bss-footer-contact .bss-icon{width:16px;height:16px;color:var(--bss-gold);margin-top:2px}.bss-footer-contact a{color:inherit;text-decoration:none}.bss-footer-brand>.bss-social-links{margin-top:24px}.bss-footer-brand>.bss-social-links a{width:38px;height:38px}.bss-site-footer__bottom{border-top:1px solid rgba(255,255,255,.13);padding:20px 0}.bss-site-footer__bottom .bss-shell-container{display:flex;align-items:center;justify-content:space-between;gap:24px}.bss-site-footer__bottom p{margin:0;color:rgba(255,255,255,.62);font-size:12px}.bss-site-footer__bottom p+ p{max-width:540px;text-align:right}
@media(max-width:1100px){.bss-primary-menu>li>a{padding-inline:11px;font-size:13px}.bss-brand-row__meta{gap:12px}.bss-school-badge{display:none}.bss-site-footer__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:921px){.bss-utility-bar,.bss-brand-row,.bss-desktop-nav{display:none}.bss-mobile-header{display:block}.bss-mobile-header.is-fixed{position:fixed;top:0;left:0;right:0;z-index:996}.admin-bar .bss-mobile-header.is-fixed{top:46px}.bss-shell-container{width:min(calc(100% - 28px),var(--bss-shell-width))}.bss-site-footer__top{padding:46px 0 34px}}
@media(max-width:700px){.bss-site-footer__grid{grid-template-columns:1fr;gap:34px}.bss-site-footer__bottom .bss-shell-container{display:block}.bss-site-footer__bottom p+ p{margin-top:9px;text-align:left}.bss-footer-brand .bss-brand__mark{width:190px}.bss-search-panel__dialog{padding:28px 22px}.bss-search-panel form{display:grid}.bss-search-panel form button{min-height:48px;justify-content:center}}
@media(max-width:480px){.bss-mobile-header__inner{min-height:70px}.bss-mobile-header .bss-brand__mark{width:min(190px,64vw)}.bss-mobile-drawer{width:min(350px,92vw)}.bss-mobile-drawer__head{padding:20px 18px 17px}.bss-mobile-menu-list li>a{padding-left:22px}.bss-mobile-drawer__footer{padding-inline:18px}}
/* Keep the public footer clean; admin verification notes belong in wp-admin, not the live footer. */
.bss-site-footer__bottom p+ p{display:none!important}
/* The official blue artwork remains natural on white headers; on deep-navy surfaces it is rendered monochrome for contrast without adding a logo box. */
.bss-mobile-drawer__brand .bss-brand__logo,.bss-site-footer .bss-brand__logo{filter:brightness(0) invert(1)}


/* ===== site-shell-final.css ===== */
/* v1.7.5 final approved shell corrections. The v1.7.1 hero is intentionally untouched. */
:root{--bss-shell-width:1380px}

/* Astra remains logo source only; prevent duplicate theme header/footer/mobile toggles. */
body.bss-custom-shell :is(
  #ast-mobile-header,#ast-desktop-header,.ast-mobile-header-wrap,.ast-main-header-wrap,
  .ast-header-break-point .main-header-menu-toggle,.ast-button-wrap .menu-toggle,.menu-toggle,
  .ast-mobile-menu-trigger-outline,.site-header-primary-section-right .ast-builder-menu-mobile,
  .ast-footer-copyright,.site-primary-footer-wrap,.site-below-footer-wrap,.site-footer-focus-item
){display:none!important}

/* Utility bar */
.bss-utility-bar{background:#17345f;border:0;min-height:38px}
.bss-utility-bar__inner{min-height:38px;display:flex;align-items:center;gap:18px}
.bss-utility-contact,.bss-utility-links{display:flex;align-items:center;gap:18px}
.bss-utility-links{margin-left:auto}
.bss-utility-contact a,.bss-utility-links a{display:inline-flex;align-items:center;gap:7px;color:rgba(255,255,255,.86);font-size:12px;line-height:1;text-decoration:none;white-space:nowrap}
.bss-utility-contact a:hover,.bss-utility-links a:hover{color:#fff}
.bss-utility-contact .bss-icon{width:14px;height:14px;color:var(--bss-gold)}
.bss-utility-cta{align-self:stretch;padding:0 18px!important;background:var(--bss-gold);color:var(--bss-navy)!important;font-weight:800!important}

/* One-row desktop header: logo left, navigation centre, CBSE identity right. */
.bss-main-header{background:#fff;border-bottom:1px solid var(--bss-line);box-shadow:0 5px 18px rgba(0,33,71,.055)}
.bss-main-header__inner{min-height:96px;display:grid;grid-template-columns:minmax(250px,310px) minmax(0,1fr) minmax(230px,285px);align-items:center;gap:24px}
.bss-main-header__brand{min-width:0;display:flex;align-items:center}
.bss-site-header .bss-brand__text{display:none!important}
.bss-main-header__brand .bss-brand{display:flex;align-items:center;max-width:100%}
.bss-main-header__brand .bss-brand__mark{display:block;width:300px;max-width:100%;height:auto!important;overflow:visible!important}
.bss-brand__logo{display:block;width:100%!important;height:auto!important;max-height:none!important;object-fit:contain!important;object-position:left center!important;clip-path:none!important}
.bss-main-header__nav{min-width:0;display:flex;align-self:stretch;justify-content:center}
.bss-primary-menu{height:100%;display:flex;align-items:stretch;justify-content:center;gap:0;list-style:none;margin:0;padding:0}
.bss-primary-menu>li{position:relative;display:flex;align-items:stretch}
.bss-primary-menu>li>a{position:relative;display:flex;align-items:center;gap:7px;padding:0 13px;color:#0d2d55;font-size:13.5px;font-weight:750;line-height:1;text-decoration:none;white-space:nowrap}
.bss-primary-menu>li.menu-item-has-children>a:after{content:"";width:6px;height:6px;border-right:1.5px solid currentColor;border-bottom:1.5px solid currentColor;transform:rotate(45deg) translateY(-2px);margin-left:3px}
.bss-primary-menu>li>a:before{content:"";position:absolute;left:13px;right:13px;bottom:0;height:3px;background:var(--bss-gold);transform:scaleX(0);transform-origin:center;transition:transform .18s ease}
.bss-primary-menu>li:hover>a:before,.bss-primary-menu>li:focus-within>a:before,.bss-primary-menu>li.current-menu-item>a:before,.bss-primary-menu>li.current-menu-ancestor>a:before{transform:scaleX(1)}
.bss-primary-menu>li:hover>a,.bss-primary-menu>li:focus-within>a{color:var(--bss-blue)}

.bss-main-header__meta{display:flex;align-items:center;justify-content:flex-end;gap:10px;min-width:0}
.bss-main-header__search{flex:0 0 38px;width:38px;height:38px;border-radius:50%;background:#f5f7fa;border:1px solid #e3e8ef}
.bss-school-badge{display:flex;align-items:center;gap:10px;padding:0;border:0;min-width:0}
.bss-school-badge .bss-icon{flex:0 0 28px;width:28px;height:28px;color:var(--bss-blue)}
.bss-school-badge div{display:grid;gap:4px;min-width:0}
.bss-school-badge strong{color:var(--bss-navy);font-size:12px;line-height:1.2;white-space:nowrap}
.bss-school-badge span{color:var(--bss-muted);font-size:11px;line-height:1.2;white-space:nowrap}

/* All desktop dropdowns share the same blue/navy visual language. One gold line only: on the active top item. */
.bss-primary-menu .sub-menu{border-top:0!important;background:#08294d!important;box-shadow:0 18px 42px rgba(0,25,55,.22)!important}
.bss-primary-menu .sub-menu a{color:#fff!important;background:transparent!important;border-bottom:1px solid rgba(255,255,255,.12)!important;font-size:13px!important;font-weight:650!important;line-height:1.35!important}
.bss-primary-menu .sub-menu li:last-child>a{border-bottom:0!important}
.bss-primary-menu .sub-menu a:hover,.bss-primary-menu .sub-menu a:focus{background:rgba(255,255,255,.08)!important;color:var(--bss-gold)!important}
.bss-primary-menu>li.bss-mega-menu{position:static}
.bss-primary-menu>li.bss-mega-menu>.sub-menu,.bss-primary-menu>li.bss-menu-academics>.sub-menu{left:50%!important;width:min(1040px,calc(100vw - 72px))!important;transform:translate(-50%,10px)!important;display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:0!important;padding:14px 18px!important;background:#08294d!important;border-top:0!important}
.bss-primary-menu>li.bss-mega-menu:hover>.sub-menu,.bss-primary-menu>li.bss-mega-menu:focus-within>.sub-menu,.bss-primary-menu>li.bss-mega-menu.is-desktop-open>.sub-menu,.bss-primary-menu>li.bss-menu-academics:hover>.sub-menu,.bss-primary-menu>li.bss-menu-academics:focus-within>.sub-menu,.bss-primary-menu>li.bss-menu-academics.is-desktop-open>.sub-menu{transform:translate(-50%,0)!important}
.bss-primary-menu>li.bss-mega-menu>.sub-menu>li,.bss-primary-menu>li.bss-menu-academics>.sub-menu>li{border-right:1px solid rgba(255,255,255,.10)!important}
.bss-primary-menu>li.bss-mega-menu>.sub-menu>li:nth-child(3n),.bss-primary-menu>li.bss-menu-academics>.sub-menu>li:nth-child(3n){border-right:0!important}
.bss-primary-menu>li.bss-mega-menu>.sub-menu>li>a,.bss-primary-menu>li.bss-menu-academics>.sub-menu>li>a{padding:14px 16px!important;color:#fff!important;background:transparent!important}
.bss-primary-menu .sub-menu .sub-menu{top:0!important;left:100%!important;min-width:230px!important;display:block!important;padding:8px 0!important}

/* Sticky desktop header uses the same single row. */
.bss-main-header.is-fixed{position:fixed;top:0;left:0;right:0;z-index:996}
.admin-bar .bss-main-header.is-fixed{top:32px}
.bss-sticky-placeholder.is-active{display:block}.bss-sticky-placeholder{display:none}

/* Mobile header: large uncropped logo + exactly one visible hamburger. */
.bss-mobile-header{display:none;background:#fff;border-bottom:1px solid var(--bss-line);box-shadow:0 4px 16px rgba(0,33,71,.07)}
.bss-mobile-header__inner{min-height:88px;display:flex;align-items:center;justify-content:space-between;gap:14px}
.bss-mobile-header .bss-brand{min-width:0;flex:1;display:flex;align-items:center}
.bss-mobile-header .bss-brand__text,.bss-mobile-drawer .bss-brand__text{display:none!important}
.bss-mobile-header .bss-brand__mark{display:block;width:min(220px,68vw)!important;max-width:none!important;height:auto!important;overflow:visible!important}
.bss-menu-button,.bss-menu-button--drawer{flex:0 0 46px;width:46px;height:46px;border:0;border-radius:5px;background:var(--bss-navy);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;box-shadow:none;cursor:pointer}
.bss-menu-button span{display:block!important;width:24px!important;height:2px!important;margin:0!important;background:#fff!important;border-radius:2px!important;opacity:1!important;transform:none!important;transition:none!important}
body.bss-menu-open .bss-mobile-header .bss-menu-button{visibility:hidden!important;pointer-events:none!important}

/* Lighter premium off-canvas. No school-name duplicate, no circular arrow buttons. */
.bss-mobile-overlay{background:rgba(5,17,31,.58)}
.bss-mobile-drawer{width:min(390px,92vw);background:#f7f9fc;color:var(--bss-ink);box-shadow:20px 0 52px rgba(0,21,47,.25)}
.bss-mobile-drawer__head{min-height:96px;padding:18px 20px;background:#fff;border-bottom:1px solid var(--bss-line);display:flex;align-items:center;justify-content:space-between;gap:14px}
.bss-mobile-drawer__head .bss-brand{min-width:0;flex:1;display:flex;align-items:center}
.bss-mobile-drawer__head .bss-brand__mark{display:block;width:min(225px,66vw)!important;max-width:none!important;height:auto!important;overflow:visible!important}
.bss-mobile-drawer .bss-brand__logo{filter:none!important}
.bss-mobile-navigation{flex:1;padding:4px 0;background:#fff}
.bss-mobile-menu-list{list-style:none;margin:0;padding:0}
.bss-mobile-menu-list>li{position:relative;border-bottom:1px solid #e3e8ef;background:#fff}
.bss-mobile-menu-list li>a{display:block;padding:16px 52px 16px 22px;color:#10294c!important;background:#fff!important;font-size:15px;font-weight:750;line-height:1.3;text-decoration:none}
.bss-mobile-menu-list>li>a:hover,.bss-mobile-menu-list>li>a:focus{background:#f4f7fb!important;color:var(--bss-blue)!important}
.bss-submenu-toggle{position:absolute;right:12px;top:7px;width:38px;height:38px;border:0!important;border-radius:0!important;background:transparent!important;color:var(--bss-navy)!important;box-shadow:none!important;display:grid;place-items:center;cursor:pointer}
.bss-submenu-toggle:after{content:"";display:block;width:7px;height:7px;border-right:1.8px solid currentColor;border-bottom:1.8px solid currentColor;transform:rotate(45deg);transition:transform .18s ease}
.bss-submenu-toggle[aria-expanded="true"]:after{transform:rotate(225deg)}
.bss-mobile-menu-list .sub-menu{display:none;list-style:none;margin:0;padding:4px 0 8px!important;background:#eef3f8!important;border-top:1px solid #dfe6ee!important}
.bss-mobile-menu-list .sub-menu.is-open{display:block}
.bss-mobile-menu-list .sub-menu li{position:relative;border-left:0!important}
.bss-mobile-menu-list .sub-menu a{padding:12px 46px 12px 34px!important;color:#4f6075!important;background:transparent!important;font-size:13px!important;font-weight:650!important;border-left:3px solid transparent!important}
.bss-mobile-menu-list .sub-menu a:hover,.bss-mobile-menu-list .sub-menu a:focus{background:#fff!important;color:var(--bss-navy)!important;border-left-color:var(--bss-gold)!important}
.bss-mobile-menu-list .sub-menu .sub-menu{margin-left:16px!important;background:#e8eef5!important}
.bss-mobile-drawer__footer{margin-top:auto;padding:20px;background:#eef3f8;border-top:1px solid #dce3eb;color:var(--bss-ink)}
.bss-mobile-search{display:flex;background:#fff;border:1px solid #d7dfe8;border-radius:4px;overflow:hidden;margin-bottom:16px}
.bss-mobile-search input{min-width:0;flex:1;border:0;background:#fff;padding:12px 13px;font-size:13px}
.bss-mobile-search button{width:44px;border:0;background:#fff;color:var(--bss-blue)}
.bss-mobile-drawer__contact{display:grid;grid-template-columns:1fr;gap:8px}
.bss-mobile-drawer__contact a{display:flex;align-items:center;gap:8px;color:#294564!important;font-size:12px;text-decoration:none}
.bss-mobile-drawer__contact .bss-icon{width:15px;height:15px;color:var(--bss-blue)!important}
.bss-mobile-drawer__connect{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:18px 0 0;padding-top:16px;border-top:1px solid #dce3eb}
.bss-mobile-drawer__connect>span{color:#526174!important;font-size:11px;font-weight:800;letter-spacing:.10em;text-transform:uppercase}
.bss-social-links{display:flex;align-items:center;gap:8px}
.bss-social-links a{width:34px;height:34px;display:grid;place-items:center;border:1px solid #d2dbe5;border-radius:50%;background:#fff;color:var(--bss-blue)}
.bss-social-links a:hover{border-color:var(--bss-gold);color:var(--bss-navy)}
.bss-social-links .bss-icon{width:15px;height:15px}
.bss-mobile-apply{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:16px;width:100%;min-height:44px;background:var(--bss-gold);color:var(--bss-navy);font-size:12px;font-weight:850;text-decoration:none}

/* Footer: distinct columns, stronger contact contrast and visible social row. */
.bss-site-footer{background:#111821;color:#c4ccd7;border-top:3px solid var(--bss-gold)}
.bss-site-footer__top{padding:64px 0 48px}
.bss-site-footer__grid{display:grid;grid-template-columns:1.2fr 1fr 1.08fr 1.15fr;gap:42px}
.bss-footer-brand .bss-brand{display:block;margin-bottom:22px}
.bss-footer-brand .bss-brand__mark{display:block;width:250px!important;max-width:100%;height:auto!important;overflow:visible!important}
.bss-site-footer .bss-brand__logo{filter:brightness(0) invert(1)!important}
.bss-footer-brand .bss-brand__text{display:none!important}
.bss-footer-address{margin:0 0 22px;color:#e0e6ee;font-size:13px;line-height:1.75;max-width:330px}
.bss-footer-direct-contact{display:grid;gap:10px}
.bss-footer-direct-contact a{display:flex;align-items:center;gap:9px;color:#e7edf5!important;text-decoration:none;font-size:13px;line-height:1.35}
.bss-footer-direct-contact a:hover{color:var(--bss-gold)!important}
.bss-footer-direct-contact .bss-icon{width:16px;height:16px;color:var(--bss-gold)}
.bss-footer-column h2{position:relative;margin:0 0 24px;padding-bottom:12px;color:#fff!important;font:800 16px/1.2 var(--bss-font-body)!important}
.bss-footer-column h2:after{content:"";position:absolute;left:0;bottom:0;width:100%;height:2px;background:linear-gradient(90deg,var(--bss-gold) 0 26px,rgba(253,200,0,.18) 26px)}
.bss-footer-menu{list-style:none;margin:0;padding:0}
.bss-footer-menu li{margin:0 0 11px}
.bss-footer-menu a{color:#c6cfdb!important;text-decoration:none;font-size:13px;line-height:1.45}
.bss-footer-menu a:hover{color:var(--bss-gold)!important}
.bss-footer-apply{display:inline-flex;align-items:center;gap:8px;margin-top:10px;color:var(--bss-gold)!important;font-weight:800;text-decoration:none}
.bss-site-footer__bottom{background:#0c1219;border-top:1px solid rgba(255,255,255,.10);padding:19px 0}
.bss-site-footer__bottom-inner{display:flex;align-items:center;justify-content:space-between;gap:22px}
.bss-site-footer__bottom p{margin:0;color:#aeb8c6;font-size:12px}
.bss-social-links--footer-bottom a{background:transparent;border-color:#394656;color:#fff}
.bss-social-links--footer-bottom a:hover{border-color:var(--bss-gold);color:var(--bss-gold)}

/* Search panel */
.bss-search-panel__dialog{border-top:4px solid var(--bss-gold)}

@media(max-width:1240px){
  .bss-main-header__inner{grid-template-columns:minmax(225px,270px) minmax(0,1fr) minmax(205px,240px);gap:14px}
  .bss-main-header__brand .bss-brand__mark{width:270px}
  .bss-primary-menu>li>a{padding-inline:10px;font-size:12.5px}
  .bss-primary-menu>li>a:before{left:10px;right:10px}
  .bss-school-badge .bss-icon{display:none}
  .bss-school-badge strong{font-size:11px}.bss-school-badge span{font-size:10.5px}
}
@media(max-width:1050px){
  .bss-main-header__inner{grid-template-columns:minmax(205px,235px) minmax(0,1fr) minmax(180px,210px);gap:10px}
  .bss-main-header__brand .bss-brand__mark{width:235px}
  .bss-primary-menu>li>a{padding-inline:8px;font-size:12px}
  .bss-primary-menu>li>a:before{left:8px;right:8px}
  .bss-main-header__search{display:none}
  .bss-site-footer__grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:921px){
  .bss-main-header{display:none!important}
  .bss-utility-bar{display:block!important}
  .bss-utility-bar__inner{min-height:34px;width:min(calc(100% - 24px),var(--bss-shell-width));gap:10px}
  .bss-utility-contact a:first-child{display:none}
  .bss-utility-contact a{font-size:11px}
  .bss-utility-links>a:not(.bss-utility-cta){display:none}
  .bss-utility-cta{min-height:34px;padding:0 12px!important;font-size:11px!important}
  .bss-mobile-header{display:block!important}
  .bss-mobile-header.is-fixed{position:fixed;top:0;left:0;right:0;z-index:996}
  .admin-bar .bss-mobile-header.is-fixed{top:46px}
}
@media(max-width:700px){
  .bss-site-footer__grid{grid-template-columns:1fr;gap:34px}
  .bss-site-footer__bottom-inner{display:flex;flex-direction:column;align-items:flex-start}
  .bss-footer-brand .bss-brand__mark{width:225px!important}
}
@media(max-width:480px){
  .bss-mobile-header__inner{min-height:84px}
  .bss-mobile-header .bss-brand__mark{width:min(210px,72vw)!important}
  .bss-mobile-drawer{width:min(360px,94vw)}
  .bss-mobile-drawer__head{padding:17px 16px}
  .bss-mobile-drawer__head .bss-brand__mark{width:min(215px,70vw)!important}
  .bss-mobile-menu-list li>a{padding-left:20px}
  .bss-mobile-drawer__footer{padding-inline:17px}
}

/* v1.7.6 spacing and single mobile-toggle corrections. */
.bss-utility-bar{padding:8px 0!important;min-height:0!important}
.bss-utility-bar__inner{min-height:22px!important}
.bss-utility-cta{min-height:30px!important;padding:0 18px!important;align-self:center!important}
.bss-main-header{padding:12px 0!important}
.bss-main-header__inner{min-height:88px!important}
.bss-primary-menu>li>a{padding-top:14px!important;padding-bottom:14px!important}
.bss-primary-menu>li>a:before{bottom:-12px!important;height:2px!important}

/* The opened drawer must never contain a second hamburger/close control. */
.bss-mobile-drawer__head>.bss-menu-button,.bss-mobile-drawer__head>[data-bss-menu-close],.bss-menu-button--drawer{display:none!important}
body.bss-menu-open .bss-mobile-header .bss-menu-button{visibility:visible!important;pointer-events:auto!important;position:relative;z-index:1004!important}
body.bss-menu-open .bss-mobile-header{position:fixed!important;top:0;left:0;right:0;z-index:1003!important}
.bss-mobile-drawer__head{justify-content:flex-start!important}

@media(max-width:921px){
  .bss-utility-bar{padding:7px 0!important}
  .bss-utility-bar__inner{min-height:22px!important}
  .bss-utility-cta{min-height:30px!important}
  .bss-mobile-header__inner{padding-top:9px!important;padding-bottom:9px!important}
}
/* Open drawer begins below the retained mobile header; no duplicate logo/toggle row is needed inside it. */
body.bss-menu-open .bss-mobile-drawer{top:106px!important}
body.bss-menu-open .bss-mobile-drawer__head{display:none!important}
body.admin-bar.bss-menu-open .bss-mobile-header{top:46px!important}
body.admin-bar.bss-menu-open .bss-mobile-drawer{top:152px!important}
@media(max-width:480px){body.bss-menu-open .bss-mobile-drawer{top:102px!important}body.admin-bar.bss-menu-open .bss-mobile-drawer{top:148px!important}}

/* v1.7.9 final mobile-menu/footer micro-polish. */
html.bss-menu-open-root,body.bss-menu-open{overflow:hidden!important;overscroll-behavior:none!important}
body.bss-menu-open #content,body.bss-menu-open .site-content,body.bss-menu-open main,body.bss-menu-open .bss-site-footer{pointer-events:none!important}
body.bss-menu-open .bss-mobile-overlay,body.bss-menu-open .bss-mobile-drawer,body.bss-menu-open .bss-mobile-header{pointer-events:auto!important}
body.bss-menu-open :is(#ast-scroll-top,.ast-scroll-to-top-right,.ast-scroll-to-top-left,.scroll-to-top,.back-to-top,[class*="back-to-top"],[id*="back-to-top"]){display:none!important;visibility:hidden!important;pointer-events:none!important}
.bss-mobile-header .bss-brand__logo,.bss-mobile-drawer .bss-brand__logo{opacity:1!important;filter:none!important;mix-blend-mode:normal!important;image-rendering:auto!important}
.bss-mobile-drawer__head,.bss-mobile-header{background:#fff!important}
.bss-mobile-apply{min-height:48px!important;padding:12px 16px!important;font-size:13px!important;font-weight:650!important}
.bss-footer-direct-contact{gap:12px!important}.bss-footer-direct-contact a{gap:11px!important}.bss-footer-direct-contact .bss-icon{width:20px!important;height:20px!important;min-width:20px!important;stroke-width:2!important;color:#fdc800!important}
/* Homepage leadership photo holders keep the approved layout stable until real images are uploaded. */
.bss-home-leader__placeholder{width:100%;height:100%;min-height:320px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;padding:22px;background:linear-gradient(135deg,#f5f7fa,#eaf0f6);border:1px dashed #b8c5d3;color:#49627d;text-align:center}
.bss-home-leader__placeholder strong{color:#17345f;font-size:13px;font-weight:600}.bss-home-leader__placeholder small{font-size:11px;letter-spacing:.02em}

/* v1.7.10 final shell corrections: readability, true off-canvas, navy footer, consistent mega hover. */
.bss-utility-contact a,.bss-utility-links a{font-size:14px!important;font-weight:500!important;line-height:1.2!important;gap:9px!important}
.bss-utility-contact .bss-icon{width:17px!important;height:17px!important;min-width:17px!important;color:#fdc800!important;stroke-width:2.2!important}
.bss-utility-bar{padding-top:9px!important;padding-bottom:9px!important}
.bss-utility-bar__inner{min-height:24px!important}

/* Mega-menu hover/focus must not be cancelled by the base transparent cell rule. */
.bss-primary-menu>li.bss-mega-menu>.sub-menu>li>a:hover,
.bss-primary-menu>li.bss-mega-menu>.sub-menu>li>a:focus,
.bss-primary-menu>li.bss-mega-menu>.sub-menu>li>a:focus-visible,
.bss-primary-menu>li.bss-menu-academics>.sub-menu>li>a:hover,
.bss-primary-menu>li.bss-menu-academics>.sub-menu>li>a:focus,
.bss-primary-menu>li.bss-menu-academics>.sub-menu>li>a:focus-visible{background:#123d68!important;color:#fdc800!important;box-shadow:inset 3px 0 0 #fdc800!important;outline:0!important}
.bss-primary-menu .sub-menu .sub-menu a:hover,.bss-primary-menu .sub-menu .sub-menu a:focus-visible{background:#123d68!important;color:#fdc800!important}

/* Footer uses the school navy, not black/charcoal. */
.bss-site-footer{background:#0b2447!important;color:#b8c4d0!important;border-top-color:#fdc800!important}
.bss-site-footer__bottom{background:#071a2e!important;border-top-color:rgba(230,237,245,.12)!important}
.bss-footer-address{color:#e6edf5!important}
.bss-footer-direct-contact a{color:#e6edf5!important;font-size:13.5px!important}
.bss-footer-direct-contact .bss-icon{width:20px!important;height:20px!important;min-width:20px!important;color:#fdc800!important;stroke-width:2.2!important}
.bss-footer-column h2{color:#fff!important;font-weight:600!important}
.bss-footer-menu a{color:#e1e8f0!important}
.bss-site-footer__bottom p{color:#b8c4d0!important}
.bss-social-links--footer-bottom a{border-color:#536b84!important;color:#e6edf5!important}

@media(max-width:921px){
  .bss-utility-contact{gap:13px!important;min-width:0}
  .bss-utility-contact a{display:inline-flex!important;font-size:13px!important;gap:8px!important}
  .bss-utility-contact .bss-icon{width:16px!important;height:16px!important;min-width:16px!important}
  .bss-utility-links>a:not(.bss-utility-cta){display:none!important}
  .bss-utility-cta{font-size:12.5px!important;font-weight:600!important}

  /* True viewport-anchored off-canvas drawer: never opens as a dropdown below the header. */
  body.bss-menu-open .bss-mobile-drawer{top:0!important;bottom:0!important;height:100dvh!important;max-height:100dvh!important;transform:translateX(0)!important;overflow-y:auto!important;overscroll-behavior:contain!important}
  body.bss-menu-open .bss-mobile-drawer__head{display:flex!important;min-height:104px!important;padding:18px 74px 18px 18px!important;background:#fff!important;align-items:center!important}
  body.bss-menu-open .bss-mobile-drawer__head .bss-brand__mark{width:min(225px,66vw)!important}
  body.bss-menu-open .bss-mobile-header{position:fixed!important;top:0!important;left:0!important;right:0!important;z-index:1003!important;background:transparent!important;border:0!important;box-shadow:none!important;pointer-events:none!important}
  body.bss-menu-open .bss-mobile-header .bss-brand{visibility:hidden!important}
  body.bss-menu-open .bss-mobile-header__inner{min-height:0!important;height:0!important;padding:0!important}
  body.bss-menu-open .bss-mobile-header .bss-menu-button{visibility:visible!important;pointer-events:auto!important;position:fixed!important;z-index:1005!important;top:28px!important;left:calc(min(390px,92vw) - 62px)!important;right:auto!important}
  body.admin-bar.bss-menu-open .bss-mobile-drawer{top:46px!important;height:calc(100dvh - 46px)!important;max-height:calc(100dvh - 46px)!important}
  body.admin-bar.bss-menu-open .bss-mobile-header .bss-menu-button{top:74px!important}
  body.bss-menu-open .bss-mobile-overlay{position:fixed!important;inset:0!important;z-index:1000!important}
  .bss-mobile-drawer__contact a{font-size:13px!important}
  .bss-mobile-drawer__contact .bss-icon{width:16px!important;height:16px!important;min-width:16px!important;stroke-width:2!important}
}
@media(max-width:480px){
  body.bss-menu-open .bss-mobile-header .bss-menu-button{left:calc(min(360px,94vw) - 60px)!important;top:27px!important}
  body.admin-bar.bss-menu-open .bss-mobile-header .bss-menu-button{top:73px!important}
  .bss-utility-contact{gap:10px!important}
  .bss-utility-contact a{font-size:12.75px!important}
}

/* Homepage photo holders should look intentional until approved portraits are uploaded. */
.bss-home-leader__placeholder{position:relative;min-height:320px!important;background:linear-gradient(145deg,#f7f9fc,#e9f0f6)!important;border:1px solid #d6e0e9!important;color:#516a83!important;overflow:hidden!important}
.bss-home-leader__placeholder:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,33,71,.035) 1px,transparent 1px),linear-gradient(rgba(0,33,71,.035) 1px,transparent 1px);background-size:28px 28px}
.bss-home-leader__placeholder:after{content:"Portrait • 800 × 1000 px";position:relative;z-index:1;display:block;margin-bottom:6px;color:#6b7e91;font-size:10px;font-weight:600;letter-spacing:.1em;text-transform:uppercase}
.bss-home-leader__placeholder strong,.bss-home-leader__placeholder small{position:relative;z-index:1}.bss-home-leader__placeholder strong{font-size:14px!important;font-weight:600!important}.bss-home-leader__placeholder small{font-size:11px!important;color:#6b7c8e!important}


/* ===== typography-fix.css ===== */
/* v1.7.6 global typography + crisp text correction.
 * Keeps the approved layout/hero structure while removing overly heavy type.
 */
:root{
  --bss-font-display:"Iowan Old Style","Palatino Linotype","Book Antiqua",Georgia,"Times New Roman",serif;
  --bss-font-body:Inter,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
}

body.bss-custom-shell, body.bss-suite-page{
  font-family:var(--bss-font-body)!important;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  text-rendering:auto;
  font-synthesis:none;
}
body.bss-custom-shell :where(h1,h2,h3,h4,h5,h6){
  font-family:var(--bss-font-display)!important;
  font-weight:600!important;
  letter-spacing:-.012em!important;
  text-shadow:none!important;
  filter:none!important;
  opacity:1;
}
body.bss-custom-shell :where(p,li,dd,dt,label,input,select,textarea,button,a,strong,small,span){
  text-shadow:none;
  -webkit-font-smoothing:antialiased;
}
body.bss-custom-shell :where(button,.button,.wp-element-button,input[type="submit"],input[type="button"],.bss-primary-link,.bss-secondary-link,.bss-disabled-action){
  font-family:var(--bss-font-body)!important;
  font-weight:600!important;
  letter-spacing:0!important;
}

/* Navigation and utility text: professional medium weight, not bold-heavy. */
.bss-custom-shell .bss-primary-menu>li>a{font-weight:600!important}
.bss-custom-shell .bss-primary-menu .sub-menu a{font-weight:500!important}
.bss-custom-shell .bss-utility-contact a,.bss-custom-shell .bss-utility-links a{font-weight:500!important}
.bss-custom-shell .bss-utility-cta{font-weight:600!important}
.bss-custom-shell .bss-school-badge strong{font-weight:600!important}
.bss-custom-shell .bss-school-badge span{font-weight:400!important}
.bss-custom-shell .bss-mobile-menu-list li>a{font-weight:600!important}
.bss-custom-shell .bss-mobile-menu-list .sub-menu a{font-weight:500!important}
.bss-custom-shell .bss-mobile-drawer__connect>span{font-weight:600!important}
.bss-custom-shell .bss-mobile-apply{font-weight:600!important}

/* Shared section labels stay distinct without 800/900 weight. */
body.bss-custom-shell :where(
  .bss-hero span,.bss-section-heading span,.bss-section-head span,
  .bsm-section-head span,.bach-section-head span,.bvg-section-head span,.bcf-section-head span,.bap-section-head span,.bdd-hero span,.bdd-section-head span,
  .bss-home-eyebrow,.bss-home-glance__intro span,.bss-home-glance__grid span
){font-weight:600!important}

/* Cards, filters and small interface controls. */
body.bss-custom-shell :where(
  .bss-card-meta span,.bss-demo-badge,.bss-result-bar strong,.bss-result-bar button,
  .bss-filter-control>span,.bss-filter-toolbar button,
  .bdd-filter,.bdd-reset,.bdd-card__meta span,.bdd-card__facts span,.bdd-card__link
){font-weight:600!important}

/* Footer hierarchy. */
.bss-custom-shell .bss-footer-column h2{font-weight:600!important}
.bss-custom-shell .bss-footer-menu a,.bss-custom-shell .bss-footer-direct-contact a{font-weight:400!important}
.bss-custom-shell .bss-footer-apply{font-weight:600!important}



/* ===== v1.7.11 stability safeguards ===== */
[hidden]{display:none!important}
body.bss-custom-shell .ast-footer-copyright,body.bss-custom-shell .site-primary-footer-wrap,body.bss-custom-shell .site-below-footer-wrap,body.bss-custom-shell footer#colophon:not(.bss-site-footer),body.bss-custom-shell .site-footer:not(.bss-site-footer){display:none!important}


/* ===== v1.7.12 canonical stability polish ===== */
.bss-custom-shell [hidden],.bss-suite-page [hidden],.bdd [hidden],.bach [hidden],.bvg [hidden],.bsm [hidden]{display:none!important}
.bss-image-placeholder{border-radius:2px!important;box-shadow:inset 0 0 0 1px rgba(255,255,255,.65),0 16px 34px rgba(0,33,71,.08)!important}
.bss-image-placeholder__inner{padding:34px 28px!important}.bss-image-placeholder__eyebrow{color:#57718b!important;font-size:10.5px!important;letter-spacing:.13em!important}
.bss-image-placeholder strong{font-size:16px!important;color:#173a64!important}.bss-image-placeholder small{margin-top:8px!important;font-size:11.5px!important;color:#687b8f!important}
.bss-prayer-status{padding:34px;border:1px solid #dbe4ed;border-left:4px solid #fdc800;background:linear-gradient(135deg,#f8fafc,#f1f5f9)}
.bss-prayer-status>span{display:block;margin-bottom:8px;color:#0c4a7d;font-size:11px;font-weight:600;letter-spacing:.1em;text-transform:uppercase}.bss-prayer-status h2{margin:0 0 10px!important}.bss-prayer-status p{margin:0!important}

/* ===== v1.7.13 canonical shell regression lock ===== */
/* Utility bar readability and ERP/Fee Payment CTA. */
.bss-utility-bar{padding:9px 0!important;background:#002147!important}
.bss-utility-contact a,.bss-utility-links a{font-size:14px!important;font-weight:500!important;line-height:1.25!important}
.bss-utility-contact .bss-icon{width:18px!important;height:18px!important;min-width:18px!important;color:#fdc800!important}
.bss-utility-contact a{gap:9px!important}.bss-utility-cta--erp{min-height:34px!important;padding:0 16px!important;background:#fdc800!important;color:#002147!important;font-weight:600!important}

/* One clean header-to-hero transition on canonical inner pages. */
body.bss-canonical-page:not(.home) .site-content,body.bss-canonical-page:not(.home) #content{margin-top:0!important;padding-top:0!important}
body.bss-canonical-page:not(.home) .site-main>article,body.bss-canonical-page:not(.home) .entry-content{margin-top:0!important;padding-top:0!important}
body.bss-canonical-page:not(.home) .entry-content>:first-child{margin-top:0!important}
body.bss-canonical-page:not(.home) :is(.bss-page,.bss-pro-page,.bss-text-page,.bdd,.bvec,.bap,.bcf,.bsm,.bach,.bvg){margin-top:0!important}

/* Mega-menu hover/focus lock. */
.bss-primary-menu .sub-menu a:hover,.bss-primary-menu .sub-menu a:focus-visible{background:#123d68!important;color:#fdc800!important;box-shadow:inset 3px 0 0 #fdc800!important;outline:0!important}

/* Footer palette and contact clarity. */
.bss-site-footer{background:#0b2447!important;color:#b8c4d0!important;border-top:3px solid #fdc800!important}.bss-site-footer__bottom{background:#071a2e!important}.bss-footer-menu a,.bss-footer-address,.bss-footer-direct-contact a{color:#e6edf5!important}.bss-footer-direct-contact .bss-icon{width:20px!important;height:20px!important;min-width:20px!important;color:#fdc800!important}.bss-footer-direct-contact a{gap:11px!important;font-size:13.5px!important}

/* Astra must provide the logo only; never its footer/header shell. */
body.bss-custom-shell #ast-desktop-header,body.bss-custom-shell #ast-mobile-header,body.bss-custom-shell #colophon.site-footer,body.bss-custom-shell .site-primary-footer-wrap,body.bss-custom-shell .site-below-footer-wrap,body.bss-custom-shell .ast-small-footer,body.bss-custom-shell .ast-footer-overlay,body.bss-custom-shell .ast-builder-footer-grid-sizer{display:none!important}
body.bss-custom-shell .bss-site-header,body.bss-custom-shell .bss-site-footer{display:block!important}

/* True top-anchored mobile off-canvas. */
@media(max-width:921px){
 body.bss-menu-open{overflow:hidden!important}
 body.bss-menu-open .bss-mobile-drawer{position:fixed!important;left:0!important;right:auto!important;top:0!important;bottom:0!important;height:100dvh!important;max-height:100dvh!important;width:min(390px,92vw)!important;transform:translateX(0)!important;overflow-y:auto!important;z-index:1002!important;background:#fff!important}
 body.bss-menu-open .bss-mobile-drawer__head{display:flex!important;min-height:104px!important;padding:18px 72px 18px 18px!important;background:#fff!important}
 body.bss-menu-open .bss-mobile-drawer__head .bss-brand__logo{opacity:1!important;filter:none!important}
 body.bss-menu-open .bss-mobile-overlay{position:fixed!important;inset:0!important;z-index:1000!important;background:rgba(5,20,38,.58)!important;pointer-events:auto!important}
 body.bss-menu-open .bss-mobile-header .bss-menu-button{position:fixed!important;top:28px!important;left:calc(min(390px,92vw) - 62px)!important;right:auto!important;z-index:1005!important;pointer-events:auto!important}
 body.bss-menu-open .bss-mobile-header .bss-brand{visibility:hidden!important}
 body.bss-menu-open :is(#ast-scroll-top,.scroll-to-top,.back-to-top,[class*="back-to-top"],[id*="back-to-top"]){display:none!important}
 .bss-utility-contact a{font-size:13px!important}.bss-utility-contact .bss-icon{width:16px!important;height:16px!important;min-width:16px!important}
}

/* v1.7.13 Events Calendar isolation: preserve the approved The Events Calendar-style module exactly even when global typography changes. */
body.bss-custom-shell .bvec :is(.bvec-heading h2,.bvec-section-title h3,.bvec-calendar-nav h3,.bvec-list-card h3,.bvec-upcoming-card h4,.bvec-archive-card h2,.bvec-inner-hero h1,.bvec-event-article>h2,.bvec-event-content h2,.bvec-event-content h3,.bvec-coordinator h2,.bvec-event-facts h2){font-family:Georgia,"Times New Roman",serif!important;font-weight:700!important;letter-spacing:normal!important}
body.bss-custom-shell .bvec :is(.bvec-heading span,.bvec-section-title span,.bvec-view-switch a,.bvec-view-all,.bvec-filters label span,.bvec-filters button,.bvec-calendar-nav a,.bvec-weekdays span,.bvec-day__number,.bvec-event-cta,.bvec-event-facts dt){font-weight:800!important}
body.bss-custom-shell .bvec .bvec-day__events a{font-weight:700!important}

/* v1.7.18 launch accessibility hardening */
.bss-custom-shell :is(a,button,input,select,textarea,[tabindex]):focus-visible{outline:3px solid var(--bss-gold,#fdc800)!important;outline-offset:3px!important}
.bss-primary-menu .sub-menu a:focus-visible{outline:2px solid #fdc800!important;outline-offset:-3px!important}
@media (prefers-reduced-motion:reduce){.bss-custom-shell *,.bss-custom-shell *::before,.bss-custom-shell *::after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}

/* v1.7.20 compact utility-bar fix: phone + ERP remain readable; email hides below desktop. */
@media(max-width:921px){
  body.bss-custom-shell .bss-utility-bar__inner{display:flex!important;justify-content:space-between!important;gap:10px!important;min-width:0!important}
  body.bss-custom-shell .bss-utility-contact{display:flex!important;flex:1 1 auto!important;min-width:0!important;gap:0!important}
  body.bss-custom-shell .bss-utility-contact a:first-child{display:none!important}
  body.bss-custom-shell .bss-utility-contact a:not(:first-child){display:inline-flex!important;min-width:0!important;max-width:100%!important;white-space:nowrap!important}
  body.bss-custom-shell .bss-utility-contact a span{display:block!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}
  body.bss-custom-shell .bss-utility-links{display:flex!important;flex:0 0 auto!important;margin-left:auto!important;min-width:0!important}
  body.bss-custom-shell .bss-utility-cta--erp{display:inline-flex!important;white-space:nowrap!important}
}
@media(max-width:420px){
  body.bss-custom-shell .bss-utility-contact a:not(:first-child){font-size:11.5px!important}
  body.bss-custom-shell .bss-utility-cta--erp{padding-left:10px!important;padding-right:10px!important;font-size:11px!important}
}
