@font-face{font-family:Euclid;src:url("EuclidCircularA-Regular.woff2") format("woff2");font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:Euclid;src:url("EuclidCircularA-SemiBold.woff2") format("woff2");font-weight:600;font-style:normal;font-display:swap}
@font-face{font-family:Euclid;src:url("EuclidCircularA-Bold.woff2") format("woff2");font-weight:700;font-style:normal;font-display:swap}
:root{--green:#0d6047;--deep:#063927;--orange:#ff6839;--red:#c92026;--blue:#174f9b;--ink:#101010;--muted:#67716d;--paper:#fff;--cream:#f7f4ed;--gold:#d7b66a}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Euclid,Arial,sans-serif;color:var(--ink);background:#fff;overflow-x:hidden}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.wrap{width:min(1180px,calc(100% - 48px));margin-inline:auto}
.site-header{position:fixed;z-index:50;left:0;right:0;top:0;height:92px;display:flex;align-items:center;padding:0 30px;gap:26px;background:linear-gradient(180deg,rgba(0,0,0,.82),rgba(0,0,0,.46) 58%,rgba(0,0,0,0));color:#fff;transition:height .32s ease,background .32s ease,box-shadow .32s ease,color .32s ease}
.site-header.scrolled{height:92px;background:rgba(255,255,255,.94);backdrop-filter:blur(20px);box-shadow:0 12px 38px rgba(0,0,0,.08);color:#111}
.brand{display:flex;align-items:center;min-width:236px}
.brand img{height:64px;width:auto;object-fit:contain;filter:drop-shadow(0 4px 10px rgba(0,0,0,.18));transition:height .32s ease}
.site-header.scrolled .brand img{height:72px;filter:none}

.main-nav{display:flex;align-items:center;justify-content:flex-end;gap:38px;margin-left:auto;font-weight:600;font-size:19px;letter-spacing:-.02em}
.main-nav a{position:relative;white-space:nowrap}
.main-nav a:after{content:"";position:absolute;left:0;right:0;bottom:-8px;height:2px;background:var(--orange);transform:scaleX(0);transform-origin:left;transition:.25s ease}
.main-nav a:hover:after{transform:scaleX(1)}

/* Shared navigation: six compact, readable links on every page. */
@media (min-width:961px) and (max-width:1540px){
  .site-header{gap:18px;padding-inline:24px}
  .main-nav{gap:20px;font-size:15px}
  .site-header .modern-btn{padding-inline:14px;font-size:13px}
}
.header-actions{display:flex;align-items:center;gap:10px}
.tour-btn,.apply-btn{height:36px;display:inline-flex;align-items:center;justify-content:center;padding:0 18px;border-radius:0;color:#fff;font-size:14px;font-weight:700;white-space:nowrap;box-shadow:0 10px 20px rgba(0,0,0,.12)}
.tour-btn{background:var(--red)}
.apply-btn{background:var(--orange)}
.menu-btn{width:40px;height:40px;border:0;background:transparent;display:grid;place-content:center;gap:5px;cursor:pointer}
.menu-btn span{display:block;width:24px;height:1.5px;background:currentColor;transition:.2s ease}
.mobile-panel{position:fixed;z-index:49;top:92px;right:18px;width:min(310px,calc(100% - 36px));background:#fff;border-radius:20px;box-shadow:0 24px 70px rgba(0,0,0,.18);padding:18px;display:none;color:#111}
.mobile-panel.open{display:grid}
.mobile-panel a{padding:14px 10px;border-bottom:1px solid #edf0ee;font-weight:700}
.hero{height:100vh;min-height:720px;position:relative;display:grid;grid-template-columns:68% 32%;overflow:hidden;background:#f4f5f1}
.hero:before{content:"";position:absolute;inset:0;z-index:2;background:linear-gradient(90deg,rgba(255,104,57,.48),rgba(255,255,255,.16) 46%,rgba(255,255,255,.04) 72%),linear-gradient(180deg,rgba(0,0,0,.12),rgba(0,0,0,0) 25%,rgba(0,0,0,.08))}
.hero-media{position:relative;min-height:100%;overflow:hidden}
.hero-video iframe,.hero-video #player{position:absolute;inset:-10%;width:120%;height:120%;pointer-events:none}
.hero-photo img{height:100%;width:100%;object-fit:cover;filter:saturate(.92) contrast(.98)}
.campus-tab{position:absolute;z-index:5;left:24px;top:180px;background:var(--blue);color:#fff;padding:20px 22px;min-width:310px;font-size:20px;font-weight:700;letter-spacing:-.02em}
.campus-tab span{color:#ffcb2f;margin-left:6px}
.hero-content{position:absolute;z-index:5;left:44px;top:50%;transform:translateY(-38%);width:min(760px,calc(100% - 170px));color:#fff;text-shadow:0 8px 30px rgba(0,0,0,.48)}
.hero-content p{margin:0 0 16px;font-weight:700;font-size:15px;letter-spacing:.08em;text-transform:uppercase}
.hero-content h1{margin:0;font-size:clamp(54px,6.2vw,108px);line-height:.93;font-weight:700;letter-spacing:-.06em}
.hero-content em{font-family:Georgia,serif;font-weight:500}
.hero-btn{margin-top:30px;height:66px;display:inline-flex;align-items:center;padding:0 30px;border:2px solid rgba(255,255,255,.76);border-radius:7px;font-weight:700;font-size:18px;color:#fff;background:rgba(0,0,0,.08);backdrop-filter:blur(4px);transition:.25s ease}
.hero-btn:hover{background:#fff;color:#111;text-shadow:none}
.quick-rail{position:fixed;z-index:40;right:0;top:34vh;width:120px;box-shadow:0 20px 50px rgba(0,0,0,.24)}
.quick-rail a{height:120px;display:grid;place-items:center;text-align:center;color:#fff;font-weight:700;font-size:16px}
.quick-rail svg{width:34px;height:34px;margin-bottom:-20px}
.rail-orange{background:var(--orange)}
.rail-blue{background:var(--blue)}
.rail-dark{background:#202020}
.admission-strip{min-height:96px;background:var(--orange);display:grid;place-items:center;text-align:center;padding:26px 18px 24px;color:#050505}
.admission-strip h2{margin:0 0 12px;font-size:26px;font-weight:800;letter-spacing:-.03em}
.admission-strip a{display:inline-flex;align-items:center;justify-content:center;height:44px;padding:0 24px;border-radius:9px;background:var(--red);color:#fff;font-weight:800;box-shadow:0 12px 25px rgba(146,24,27,.25)}
.intro,.features,.gallery{padding:100px 0}
.about-school{position:relative;padding:28px 0 88px;background:#fff;overflow:hidden}
.about-school .wrap{position:relative;z-index:2}
.about-school h2{font-size:28px;line-height:1.25;letter-spacing:-.035em;text-align:center;margin:0 0 56px;font-weight:700}
.about-grid{display:grid;grid-template-columns:1.15fr .9fr;gap:70px;align-items:center}
.about-copy{padding-left:10px}
.about-copy p{font-size:22px;line-height:1.42;color:#151515;margin:0 0 28px;letter-spacing:-.02em}
.about-image{margin:0;border-radius:8px;overflow:hidden;box-shadow:0 22px 65px rgba(0,0,0,.12)}
.about-image img{width:100%;height:490px;object-fit:cover}
.know-more{display:inline-flex;align-items:center;gap:12px;margin-top:2px;padding:0 0 12px;border-bottom:1.5px solid var(--red);font-size:16px;color:#222}
.know-more span{width:38px;height:38px;border:1.5px solid var(--red);border-radius:50%;display:grid;place-items:center;color:var(--red);font-size:28px;line-height:1;transition:.25s ease}
.know-more:hover span{background:var(--red);color:#fff;transform:translateX(3px)}
.leaf-mark{position:absolute;left:-68px;bottom:26px;width:310px;height:520px;opacity:.055}
.leaf-mark:before{content:"";position:absolute;left:105px;bottom:0;width:8px;height:430px;background:#000;border-radius:99px;transform:rotate(-25deg);transform-origin:bottom}
.leaf-mark:after{content:"";position:absolute;inset:0;background:
  radial-gradient(ellipse 42px 74px at 56px 370px,#000 98%,transparent 100%),
  radial-gradient(ellipse 38px 62px at 130px 300px,#000 98%,transparent 100%),
  radial-gradient(ellipse 42px 72px at 194px 230px,#000 98%,transparent 100%),
  radial-gradient(ellipse 36px 60px at 110px 178px,#000 98%,transparent 100%),
  radial-gradient(ellipse 36px 62px at 188px 95px,#000 98%,transparent 100%);
  transform:rotate(-19deg)}
.section-tag{margin:0 0 18px;color:var(--orange);font-size:13px;letter-spacing:.16em;text-transform:uppercase;font-weight:800}
.intro-grid,.heading-row,.statement-grid,.spaces-grid,.footer-grid{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:start}
h2{font-size:clamp(40px,4.5vw,76px);line-height:.96;letter-spacing:-.06em;margin:0;font-weight:800}
h2 em{font-family:Georgia,serif;font-weight:500;color:var(--green)}
p{font-size:17px;line-height:1.75;color:var(--muted)}
.lead{font-size:23px;line-height:1.45;color:#16231e;font-weight:600}
.button-outline{margin-top:20px;display:inline-flex;align-items:center;height:54px;padding:0 24px;border:2px solid #dfe6e1;border-radius:8px;font-weight:800}
.principal-message{position:relative;padding:74px 0 60px;background:#fff;overflow:hidden}
.principal-card{display:grid;grid-template-columns:390px 1fr;gap:78px;align-items:center;border:1px solid #cadcf2;border-radius:28px;padding:54px;box-shadow:0 26px 80px rgba(19,64,111,.06);background:#fff}
.principal-card figure{margin:0;box-shadow:0 18px 38px rgba(0,0,0,.15)}
.principal-card img{width:100%;height:415px;object-fit:cover}
.principal-card img.director-photo{object-position:center 32%}
.principal-copy h2{font-size:42px;line-height:1.1;color:var(--red);letter-spacing:-.035em;margin-bottom:24px}
.principal-copy p{font-size:21px;line-height:1.48;color:#111;margin:0 0 22px}
.principal-copy blockquote{margin:18px 0 42px;padding-left:18px;border-left:5px solid #f0f0f0;font-size:21px}
.principal-copy blockquote strong{display:block;font-weight:500;margin-bottom:14px}
.principal-copy blockquote span{font-style:italic}
.circle-link{width:38px;height:38px;border:1.5px solid var(--red);border-radius:50%;display:grid;place-items:center;color:var(--red);font-size:28px;line-height:1}
.circle-link:hover{background:var(--red);color:#fff}
.leaf-right{left:auto;right:-90px;bottom:50px}
.why-school{position:relative;padding:62px 0 60px;color:#fff;overflow:hidden}
.why-bg{position:absolute;inset:0;background:#0b211b}
.why-bg img{width:100%;height:100%;object-fit:cover;filter:blur(5px) brightness(.34) saturate(.9);transform:scale(1.04)}
.why-school .wrap{position:relative;z-index:2}
.why-school h2{text-align:center;color:#fff;font-size:44px;line-height:1.15;letter-spacing:-.045em;margin-bottom:30px}
.why-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:10px}
.why-grid article{min-height:164px;background:#fff;color:#111;border-radius:8px;display:grid;place-items:center;text-align:center;padding:22px 16px;box-shadow:0 12px 26px rgba(0,0,0,.13)}
.why-grid span{font-size:44px;line-height:1;margin-bottom:10px;color:#050505}
.why-grid h3{font-size:17px;line-height:1.25;margin:0;font-weight:800}
.curriculum-section{padding:58px 0 70px;background:#fff}
.curriculum-section h2{text-align:center;color:var(--red);font-size:42px;line-height:1.15;letter-spacing:-.045em;margin-bottom:34px}
.curriculum-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:28px}
.curriculum-grid article{border-radius:8px;overflow:hidden;background:#fff;box-shadow:0 12px 34px rgba(0,0,0,.12)}
.curriculum-grid img{height:205px;width:100%;object-fit:cover}
.curriculum-grid div{padding:20px}
.curriculum-grid h3{margin:0 0 8px;font-size:21px;color:#111}
.curriculum-grid p{margin:0;font-size:15px;line-height:1.55;color:#4b4b4b}
.life-section{position:relative;background:var(--red);padding:62px 0;color:#fff;overflow:hidden}
.life-section h2{text-align:center;color:#fff;font-size:44px;line-height:1.15;letter-spacing:-.045em;margin-bottom:36px}
.life-grid{display:grid;grid-template-columns:1fr 1.15fr;gap:70px;align-items:center}
.life-grid p{font-size:21px;line-height:1.48;color:#fff;font-weight:600;margin:0}
.video-card{position:relative;margin:0;overflow:hidden;box-shadow:0 24px 60px rgba(0,0,0,.2)}
.video-card:after{content:"";position:absolute;inset:0;background:rgba(0,0,0,.38)}
.video-card img{width:100%;height:405px;object-fit:cover}
.play-dot{position:absolute;z-index:2;left:50%;top:50%;transform:translate(-50%,-50%);width:54px;height:54px;border-radius:50%;display:grid;place-items:center;background:var(--red);color:#fff;font-size:19px;box-shadow:0 12px 35px rgba(0,0,0,.28)}
.hex{position:absolute;left:0;background:#e9852d;clip-path:polygon(25% 0,75% 0,100% 50%,75% 100%,25% 100%,0 50%);opacity:.95}
.hex-one{width:120px;height:120px;top:132px;background:#875b35}
.hex-two{width:150px;height:150px;top:250px;left:22px;background:#ef4b2f}
.facilities-contact{position:relative;background:#fff;padding:76px 0 60px;overflow:hidden}
.facilities-contact:after{content:"";position:absolute;right:-80px;bottom:-120px;width:360px;height:520px;opacity:.045;background:radial-gradient(ellipse 40px 70px at 170px 80px,#000 98%,transparent 100%),radial-gradient(ellipse 46px 80px at 120px 190px,#000 98%,transparent 100%),radial-gradient(ellipse 52px 76px at 205px 300px,#000 98%,transparent 100%);transform:rotate(-25deg)}
.section-controls{display:flex;align-items:center;justify-content:center;gap:14px;margin-bottom:56px}
.section-controls button{width:38px;height:38px;border:1.5px solid var(--red);border-radius:50%;background:#fff;color:var(--red);font-size:25px;line-height:1;cursor:pointer}
.section-controls span{height:40px;width:1px;background:#8d8d8d;margin-left:20px}
.section-controls a{font-size:19px;display:inline-flex;gap:24px;align-items:center;padding-bottom:15px;border-bottom:1px solid #d7d7d7}
.section-controls b{color:var(--red);font-size:24px}
.facilities-contact h2{text-align:center;color:var(--red);font-size:44px;line-height:1.1;letter-spacing:-.045em;margin-bottom:52px}
.facilities-layout{display:grid;grid-template-columns:1fr 320px;gap:36px;align-items:start}
.facility-icons{display:grid;grid-template-columns:repeat(6,1fr);border-top:1px solid #bfbfbf;border-left:1px solid #bfbfbf}
.facility-icons article{min-height:160px;display:grid;place-items:center;text-align:center;padding:18px 12px;border-right:1px solid #bfbfbf;border-bottom:1px solid #bfbfbf}
.facility-icons i{width:80px;height:80px;border-radius:50%;background:#eaf8ef;display:grid;place-items:center;font-style:normal;font-weight:800;font-size:25px;color:#101010;margin-bottom:10px}
.facility-icons span{font-size:16px;font-weight:500;line-height:1.25;color:#030303}
.contact-card{border-left:4px solid #111;padding:0 0 0 36px}
.contact-card h3{font-size:28px;line-height:1.04;margin:0 0 26px;font-weight:500;letter-spacing:-.035em}
.contact-card p{display:grid;grid-template-columns:28px 1fr;gap:14px;align-items:start;padding:14px 0;margin:0;border-bottom:1px solid #e1e1e1;font-size:15px;line-height:1.35;color:#5d5d5d}
.contact-card strong{font-size:21px;color:#000;line-height:1}
.awards-section{position:relative;background:var(--red);padding:62px 0 78px;color:#fff;overflow:hidden}
.awards-section:before{content:"";position:absolute;inset:0;opacity:.16;background:linear-gradient(30deg,transparent 0 42%,rgba(255,255,255,.3) 43% 45%,transparent 46% 100%);background-size:170px 100px}
.awards-section .wrap{position:relative;z-index:2}
.awards-section h2{text-align:center;color:#fff;font-size:44px;letter-spacing:-.045em;margin-bottom:34px}
.awards-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;max-width:1270px;margin-inline:auto}
.awards-grid article{min-height:295px;display:grid;grid-template-columns:1fr 240px;align-items:end;overflow:hidden;padding:34px 0 0 30px;color:#fff}
.awards-grid h3{font-size:26px;line-height:1.1;margin:0 0 24px}
.awards-grid p{font-size:17px;line-height:1.6;color:#fff;font-weight:600;margin:0 0 28px}
.awards-grid img{height:275px;width:100%;object-fit:cover;object-position:center}
.award-lime{background:#b8cf63}.award-green{background:#93b85a}.award-orange{background:#ff8b00}.award-purple{background:#b79aba}
.latest-section{background:#4b75ac;padding:76px 0;color:#fff}
.latest-section h2{text-align:center;color:#fff;font-size:34px;letter-spacing:-.04em;margin-bottom:28px}
.latest-mosaic{display:grid;grid-template-columns:2fr 1fr 1fr;grid-auto-rows:205px;gap:14px;max-width:1040px;margin-inline:auto}
.latest-mosaic article{position:relative;overflow:hidden;background:#123}
.latest-mosaic img{height:100%;width:100%;object-fit:cover;transition:.35s ease}
.latest-mosaic article:hover img{transform:scale(1.04)}
.latest-mosaic article:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 40%,rgba(0,0,0,.58))}
.latest-mosaic span{position:absolute;z-index:2;left:20px;right:20px;bottom:18px;color:#fff;font-weight:700;font-size:15px}
.latest-large{grid-row:span 2}
.latest-wide{grid-column:span 2}
.blog-events{background:#fff;padding:82px 0 96px}
.pill-label{width:max-content;margin:0 auto 22px;padding:4px 12px;border:2px solid #b6e600;border-radius:999px;color:#9ccb00;font-size:20px;line-height:1;font-weight:700}
.blog-events h2{text-align:center;color:#101010;font-size:48px;line-height:1.12;letter-spacing:-.05em;margin-bottom:18px}
.blog-intro{max-width:850px;margin:0 auto 30px;text-align:center;color:#141414;font-size:17px;line-height:1.45}
.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px 30px;margin-top:20px}
.blog-grid article{background:#ececec;border-radius:14px;padding:28px;transition:transform .25s ease,box-shadow .25s ease}
.blog-grid article:hover{transform:translateY(-5px);box-shadow:0 24px 60px rgba(0,0,0,.12)}
.blog-grid img{height:246px;width:100%;object-fit:cover;border-radius:9px;margin-bottom:18px}
.blog-grid time{display:block;color:#9b9b9b;font-size:15px;margin-bottom:18px}
.blog-grid time:before{content:"□";font-size:15px;margin-right:10px;color:#a9a9a9}
.blog-grid h3{font-size:21px;line-height:1.18;letter-spacing:-.025em;margin:0 0 16px;color:#050505}
.blog-grid p{font-size:16px;line-height:1.55;color:#111;margin:0}
.site-footer{background:#07133a;color:#fff;padding:74px 0 28px}
.footer-main{display:grid;grid-template-columns:1.35fr .85fr .95fr .85fr;gap:70px;align-items:start}
.footer-brand img{width:270px;margin-bottom:22px}
.footer-brand p{margin:0 0 13px;color:#dbe5f2;font-size:16px;line-height:1.55}.footer-brand p strong{color:#fff}.footer-brand a{color:#fff;font-weight:700}.footer-main h3{margin:0 0 24px;font-size:22px;line-height:1.1;color:#fff;font-weight:800;letter-spacing:-.02em}.footer-main div:not(.footer-brand) a{display:block;color:#dbe5f2;font-size:17px;line-height:1.35;margin-bottom:16px;transition:.2s ease}.footer-main div:not(.footer-brand) a:hover{color:#f5c451;transform:translateX(3px)}
.footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:24px;border-top:1px solid #dfe2ea;margin-top:70px;padding-top:26px}
.footer-bottom p{margin:0;color:#dbe5f2;font-size:15px}
.footer-bottom nav{display:flex;align-items:center;gap:24px;flex-wrap:wrap}
.footer-bottom a{color:#dbe5f2;font-size:15px}.footer-bottom a:hover{color:#f5c451}
@media (max-width:1100px){
  .main-nav{display:none}
  .site-header{height:86px;padding:0 18px}
  .brand{min-width:190px}.brand img{height:62px}
  .tour-btn{display:none}
  .quick-rail{width:86px}.quick-rail a{height:96px;font-size:13px}.quick-rail svg{width:27px;height:27px;margin-bottom:-15px}
  .hero{grid-template-columns:1fr;min-height:760px}.hero-photo{display:none}
  .campus-tab{top:110px;left:18px;min-width:260px;font-size:17px;padding:16px 18px}
  .hero-content{left:28px;width:calc(100% - 130px)}
}
.footer-social{display:flex;gap:12px;margin:18px 0 26px}.footer-social a{width:42px!important;height:42px;border-radius:50%;background:rgba(255,255,255,.08);display:grid!important;place-items:center;color:#fff!important;margin:0!important}.footer-contact-btn{display:inline-flex!important;gap:14px;border:2px solid #a98bea;border-radius:28px;padding:11px 21px;color:#fff!important;margin-bottom:25px!important}

.disclosure-page .disclosure-header{height:92px;padding-left:clamp(24px,11vw,180px);padding-right:clamp(24px,11vw,180px)}
.disclosure-page .disclosure-header .brand img{height:66px}
.disclosure-page .disclosure-hero{background:linear-gradient(90deg,rgba(7,19,58,.72),rgba(7,19,58,.2)),url('campus-01.jpg') center/cover;height:150px;padding:0;display:flex;align-items:center}
.disclosure-page .disclosure-hero h1{font-size:38px;margin:0 0 4px}.disclosure-page .disclosure-kicker{display:none}.disclosure-page .disclosure-content{padding-top:55px;max-width:1180px}.disclosure-page .disclosure-block{background:transparent;border:0;border-radius:0;box-shadow:none;padding:0;margin-bottom:40px}.disclosure-page .disclosure-block h2{font-size:24px;text-transform:uppercase;color:#071b3c;margin-bottom:9px}.disclosure-page table{min-width:700px;font-size:14px;background:#fff}.disclosure-page thead th{background:#b7192b;color:#fff;text-transform:uppercase}.disclosure-page tbody th{background:#fff;color:#263b58;font-weight:400;width:70px}.disclosure-page td{color:#263b58}.disclosure-page .view-doc{background:none;color:#c8202b;padding:0;border-radius:0}.disclosure-page .disclosure-note{border-left:0;background:transparent;padding:0;color:#263b58;text-transform:uppercase;font-size:13px}.disclosure-page .disclosure-footer{background:#b7192b;padding:54px 20px 38px}.disclosure-page .disclosure-footer img{filter:none;background:#fff;padding:10px;width:245px}.disclosure-page .disclosure-footer p,.disclosure-page .disclosure-footer a{color:#fff}

/* Mandatory disclosure page */
.disclosure-page{background:#f7f9fc;color:#101b35}.disclosure-header{height:88px;background:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 clamp(20px,5vw,74px);box-shadow:0 4px 22px rgba(16,27,53,.08);position:relative;z-index:2}.disclosure-header .brand img{height:62px;width:auto}.disclosure-header nav{display:flex;align-items:center;gap:30px}.disclosure-header nav a{color:#101b35;font-weight:600}.disclosure-header .header-apply{background:#d21f2b;color:#fff;padding:13px 22px;border-radius:4px}.disclosure-hero{background:linear-gradient(120deg,#07183d,#0e6147);color:#fff;padding:76px 0 70px}.disclosure-kicker{font-size:12px;letter-spacing:2px;font-weight:700;color:#f5c451;margin:0 0 14px}.disclosure-hero h1{font-size:clamp(38px,5vw,64px);margin:0 0 16px;letter-spacing:-1px}.disclosure-hero p:last-child{font-size:18px;margin:0;max-width:620px;color:#dce8f4}.disclosure-content{padding:58px 20px 80px}.disclosure-block{background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:28px;margin-bottom:28px;box-shadow:0 12px 35px rgba(15,36,71,.05)}.disclosure-block h2{font-size:27px;color:#c8202b;margin:0 0 20px}.table-wrap{overflow-x:auto}table{width:100%;border-collapse:collapse;min-width:620px;font-size:15px}th,td{border:1px solid #dfe5ec;padding:14px 15px;text-align:left;vertical-align:top}thead th,tbody th{background:#eef5f2;color:#102b3b;font-weight:700;width:90px}thead th{background:#0e6147;color:#fff}.view-doc{display:inline-flex;background:#d21f2b;color:#fff;padding:7px 14px;border-radius:4px;font-weight:700;text-transform:uppercase;font-size:11px;letter-spacing:.5px}.disclosure-note{margin:18px 0 0;padding:15px 18px;border-left:4px solid #f5c451;background:#fff9e9;color:#48566a;font-size:14px;line-height:1.55}.split-tables{display:grid;grid-template-columns:1fr 1fr;gap:28px}.split-tables .disclosure-block{margin:0}.disclosure-footer{background:#07133a;color:#dbe5f2;padding:38px 20px}.disclosure-footer img{width:220px;height:auto;filter:brightness(0) invert(1);margin-bottom:15px}.disclosure-footer p{margin:8px 0;font-size:14px}.disclosure-footer a{color:#f5c451}@media (max-width:760px){.disclosure-header{height:76px}.disclosure-header .brand img{height:52px}.disclosure-header nav a:not(.header-apply){display:none}.disclosure-header nav{gap:0}.disclosure-header .header-apply{padding:10px 14px;font-size:13px}.disclosure-hero{padding:52px 20px}.disclosure-content{padding:30px 14px 60px}.disclosure-block{padding:20px 14px}.disclosure-block h2{font-size:23px}.split-tables{grid-template-columns:1fr;gap:28px}}
@media (max-width:760px){
.standalone-blog{padding:42px 0 72px}
  .wrap{width:min(100% - 30px,560px)}
  .site-header{height:78px;background:rgba(255,255,255,.96);color:#111;box-shadow:0 8px 28px rgba(0,0,0,.08)}
  .brand img,.site-header.scrolled .brand img{height:58px}
  .apply-btn{height:34px;padding:0 12px;font-size:13px}
  .mobile-panel{top:78px}
  .hero{height:92vh;min-height:620px;display:block}
  .hero:before{background:linear-gradient(90deg,rgba(255,104,57,.42),rgba(255,255,255,.1)),linear-gradient(180deg,rgba(0,0,0,.12),rgba(0,0,0,.08))}
  .hero-video{height:100%}
  .campus-tab{top:96px;left:0;min-width:245px;font-size:16px}
  .hero-content{left:22px;top:48%;width:calc(100% - 36px)}
  .hero-content h1{font-size:54px}
  .hero-content p{font-size:12px}
  .hero-btn{height:58px;font-size:16px}
  .quick-rail{right:0;top:auto;bottom:0;width:100%;display:grid;grid-template-columns:repeat(3,1fr);box-shadow:0 -18px 50px rgba(0,0,0,.16)}
  .quick-rail a{height:68px;font-size:12px}.quick-rail svg{display:none}
  .admission-strip{padding-bottom:92px}
  .about-school{padding:34px 0 64px}
  .about-school h2{text-align:left;font-size:25px;margin-bottom:28px}
  .about-grid{grid-template-columns:1fr;gap:28px}
  .about-copy{padding-left:0}
  .about-copy p{font-size:18px;line-height:1.55;margin-bottom:18px}
  .about-image img{height:330px}
  .leaf-mark{width:210px;height:330px;left:-96px;bottom:120px}
  .principal-message{padding:42px 0}
  .principal-card{grid-template-columns:1fr;gap:26px;padding:22px;border-radius:18px}
  .principal-card img{height:320px}
  .principal-copy h2{font-size:34px}
  .principal-copy p,.principal-copy blockquote{font-size:17px;line-height:1.55}
  .why-school{padding:46px 0}
  .why-school h2,.curriculum-section h2,.life-section h2{font-size:34px;text-align:left}
  .why-grid{grid-template-columns:1fr 1fr}
  .why-grid article{min-height:130px;padding:18px 12px}
  .why-grid span{font-size:34px}
  .why-grid h3{font-size:14px}
  .curriculum-grid{grid-template-columns:1fr;gap:18px}
  .curriculum-grid img{height:240px}
  .life-grid{grid-template-columns:1fr;gap:28px}
  .life-grid p{font-size:18px}
  .video-card img{height:300px}
  .hex-one{width:82px;height:82px;top:120px}
  .hex-two{width:102px;height:102px;top:190px}
  .facilities-contact{padding:48px 0}
  .section-controls{justify-content:flex-start;margin-bottom:34px}
  .facilities-contact h2{text-align:left;font-size:34px;margin-bottom:26px}
  .facilities-layout{grid-template-columns:1fr;gap:28px}
  .facility-icons{grid-template-columns:1fr 1fr}
  .facility-icons article{min-height:128px}
  .facility-icons i{width:62px;height:62px;font-size:19px}
  .facility-icons span{font-size:13px}
  .contact-card{border-left:3px solid #111;padding-left:20px}
  .contact-card h3{font-size:25px}
  .awards-section{padding:48px 0}
  .awards-section h2{text-align:left;font-size:34px}
  .awards-grid{grid-template-columns:1fr}
  .awards-grid article{min-height:240px;grid-template-columns:1fr 135px;padding:24px 0 0 20px}
  .awards-grid h3{font-size:22px}
  .awards-grid p{font-size:15px;line-height:1.45}
  .awards-grid img{height:220px}
  .latest-section{padding:48px 0 104px}
  .latest-section h2{text-align:left}
  .latest-mosaic{grid-template-columns:1fr;grid-auto-rows:235px}
  .latest-large,.latest-wide{grid-row:auto;grid-column:auto}
  .blog-events{padding:52px 0 108px}
  .pill-label{margin-left:0;font-size:16px}
  .blog-events h2{text-align:left;font-size:34px}
  .blog-intro{text-align:left;margin-left:0;font-size:16px}
  .blog-grid{grid-template-columns:1fr;gap:20px}
  .blog-grid article{padding:18px;border-radius:12px}
  .blog-grid img{height:230px}
  .footer-main{grid-template-columns:1fr;gap:32px}
  .footer-brand img{width:235px}
  .footer-bottom{display:block;margin-top:38px}
  .footer-bottom p{margin-bottom:18px;line-height:1.5}
  .footer-bottom nav{gap:16px}
  .intro-grid,.heading-row,.statement-grid,.spaces-grid{grid-template-columns:1fr;gap:24px}
  .intro,.features{padding:68px 0}
  .statement,.spaces{padding:68px 0}
  .feature-grid{grid-template-columns:1fr}
  .space-list{grid-template-columns:1fr}
  .image-panel img{height:360px}
  h2{font-size:42px}
}
.latest-articles{padding:88px 0 96px;background:#fff;text-align:center}.latest-articles>div>p{font-size:12px;font-weight:800;letter-spacing:2px;text-transform:uppercase;margin:0 0 14px}.latest-articles h2{text-transform:uppercase;font-size:50px;margin:0 0 38px}.latest-article-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;text-align:left}.latest-article-grid img{width:100%;height:280px;object-fit:cover}.latest-article-grid small{display:block;text-transform:uppercase;font-weight:800;letter-spacing:1px;margin:18px 0}.latest-article-grid h3{font-size:24px;line-height:1.2;margin:0 0 15px}.latest-article-grid time{color:#8190a2;font-size:14px}@media(max-width:760px){.latest-articles{padding:58px 0}.latest-articles h2{font-size:36px}.latest-article-grid{grid-template-columns:1fr}.latest-article-grid img{height:235px}}
.gallery-page{background:#517fb7}.gallery-page .site-header{position:relative}.school-gallery{max-width:1040px;margin:auto;padding:70px 24px}.gallery-heading{color:#fff;margin-bottom:32px}.gallery-heading p{display:inline-block;border:2px solid #d9ef00;color:#d9ef00;padding:5px 12px;border-radius:20px;font-weight:700;margin:0 0 14px}.gallery-heading h1{font-size:48px;line-height:1.05;margin:0}.gallery-showcase{display:grid;grid-template-columns:2fr 1fr 1fr;grid-template-rows:200px 200px;gap:14px}.gallery-showcase article{position:relative;overflow:hidden}.gallery-showcase .gallery-main{grid-row:span 2}.gallery-showcase .gallery-wide{grid-column:span 2}.gallery-showcase img{width:100%;height:100%;object-fit:cover;display:block}.gallery-showcase span{position:absolute;bottom:0;left:0;right:0;padding:28px 18px 16px;color:#fff;font-weight:800;background:linear-gradient(transparent,rgba(0,0,0,.65))}.gallery-page .gallery-marquee{margin-top:38px}.gallery-page .gallery-track img{width:245px;height:170px;border-radius:10px}@media(max-width:760px){.gallery-heading h1{font-size:36px}.gallery-showcase{grid-template-columns:1fr 1fr;grid-template-rows:190px 150px 150px}.gallery-showcase .gallery-main{grid-column:span 2;grid-row:auto}.gallery-showcase .gallery-wide{grid-column:span 2}.school-gallery{padding:48px 16px}}
.gallery-section{padding:84px 0;background:#fff}.gallery-section .gallery-label{display:inline-block;border:2px solid #b9df00;color:#7e9b00;padding:4px 11px;border-radius:20px;font-weight:700;margin:0 0 16px}.gallery-section h2{font-size:48px;line-height:1.12;margin:0 0 28px;color:#101b35}.home-gallery-grid{display:grid;grid-template-columns:2.05fr 1fr 1fr;grid-template-rows:200px 200px;gap:14px}.home-gallery-grid article{position:relative;overflow:hidden;border-radius:10px}.home-gallery-grid img{width:100%;height:100%;display:block;object-fit:cover}.home-gallery-grid span{position:absolute;left:0;right:0;bottom:0;padding:30px 16px 15px;color:#fff;font-weight:800;background:linear-gradient(transparent,rgba(0,0,0,.65))}.home-gallery-main{grid-row:span 2}.home-gallery-tall{grid-row:span 2}.home-gallery-marquee{overflow:hidden;margin-top:22px}.home-gallery-track{display:flex;gap:16px;width:max-content;animation:homeGalleryMove 26s linear infinite}.home-gallery-track img{width:245px;height:190px;object-fit:cover;border-radius:10px}@keyframes homeGalleryMove{from{transform:translateX(0)}to{transform:translateX(-50%)}}@media(max-width:760px){.gallery-section{padding:52px 0}.gallery-section h2{font-size:34px}.home-gallery-grid{grid-template-columns:1fr 1fr;grid-template-rows:190px 145px 145px}.home-gallery-main{grid-column:span 2;grid-row:auto}.home-gallery-tall{grid-row:auto}.home-gallery-track img{width:190px;height:140px}}

.top-contact-bar{background:#07133a;color:#fff;font-size:13px}.top-contact-bar>div{width:min(100% - 48px,1320px);min-height:34px;margin:auto;display:flex;justify-content:flex-end;align-items:center;gap:24px}.top-contact-bar a,.top-contact-bar span{color:#fff}.why-grid span{width:72px;height:72px;border-radius:50%;display:grid;place-items:center;background:#edf8f1}.why-grid span img{width:42px;height:42px;object-fit:contain}.facility-icons i img{width:40px;height:40px;object-fit:contain}.contact-card{display:none}.gallery-marquee{overflow:hidden;margin-top:34px;padding:5px 0}.gallery-track{display:flex;gap:16px;width:max-content;animation:galleryMove 34s linear infinite}.gallery-track img{width:245px;height:170px;border-radius:10px;object-fit:cover}@keyframes galleryMove{from{transform:translateX(0)}to{transform:translateX(-50%)}}.contact-page{background:#fff;color:#101b35}.contact-hero{height:260px;background:linear-gradient(90deg,rgba(7,19,58,.72),rgba(7,19,58,.1)),url('campus-12.jpg') center/cover;display:flex;align-items:center}.contact-hero>div,.contact-main{width:min(100% - 48px,1320px);margin:auto}.contact-hero p,.contact-badge{display:inline-block;margin:0 0 14px;color:#a6dc00;font-weight:700;border:2px solid #a6dc00;padding:5px 11px;border-radius:18px}.contact-hero h1{color:#fff;font-size:54px;line-height:1.05;margin:0}.contact-main{display:grid;grid-template-columns:.9fr 1.15fr .55fr;gap:20px;padding:78px 0}.contact-intro h2{font-size:48px;line-height:1.05;margin:0 0 22px}.contact-intro>p{font-size:17px;line-height:1.55}.map-card{margin-top:24px;position:relative}.map-card img{width:100%;height:270px;object-fit:cover;border-radius:10px}.map-card span{position:absolute;bottom:15px;left:15px;background:#fff;padding:8px 12px;border-radius:4px;font-weight:700}.contact-form{background:#f0f0f0;border-radius:14px;padding:30px;display:grid;gap:18px}.contact-form label{font-weight:700;font-size:14px;display:grid;gap:8px}.contact-form input,.contact-form textarea{border:2px solid #aaa;border-radius:10px;background:#fff;padding:15px;font:inherit}.contact-form textarea{height:120px;resize:vertical}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:20px}.contact-form button{justify-self:start;background:#b9df00;border:0;border-radius:24px;padding:14px 26px;font-weight:800}.contact-cards{display:grid;gap:20px}.contact-cards article{background:#f0f0f0;border-radius:14px;text-align:center;padding:28px 18px}.contact-cards b{display:grid;place-items:center;margin:auto;width:60px;height:60px;border-radius:50%;background:#b9df00;font-size:30px}.contact-cards h3{font-size:25px;margin:12px 0 6px}.contact-cards a{display:block;color:#101b35;font-weight:700;margin:4px 0}.contact-cards p{line-height:1.4;margin:0}@media(max-width:760px){.top-contact-bar{display:none}.contact-main{grid-template-columns:1fr;padding:48px 0}.contact-hero h1{font-size:38px}.contact-intro h2{font-size:36px}.form-row{grid-template-columns:1fr}.gallery-track img{width:190px;height:130px}}

/* Shared modern school button system: used on every page. */
.modern-btn{--button-red:#cf1f2b;--button-orange:#ff6840;display:inline-flex;align-items:center;justify-content:center;gap:10px;border:0!important;border-radius:999px!important;color:#fff!important;background:linear-gradient(115deg,var(--button-red),var(--button-orange))!important;box-shadow:0 10px 22px rgba(207,31,43,.22);font-weight:800!important;transition:transform .22s ease,box-shadow .22s ease,filter .22s ease}.modern-btn::before{content:"";width:10px;height:10px;border-radius:50%;background:rgba(255,255,255,.9);box-shadow:0 0 0 4px rgba(255,255,255,.18)}.modern-btn:hover{transform:translateY(-3px);filter:saturate(1.08);box-shadow:0 15px 28px rgba(207,31,43,.32)}.site-header .modern-btn{padding:13px 19px;min-height:42px}.hero-btn.modern-btn,.know-more.modern-btn{padding:15px 24px}.footer-contact-btn.modern-btn{padding:13px 22px;margin-top:24px}.footer-contact h4{margin:25px 0 10px;color:#fff;font-size:16px}.footer-contact p{line-height:1.55}.footer-contact form{display:flex;align-items:center;border-bottom:1px solid rgba(255,255,255,.45);margin:16px 0 20px}.footer-contact input{min-width:0;flex:1;border:0;outline:0;background:transparent;color:#fff;padding:11px 0;font:inherit}.footer-contact input::placeholder{color:#cbd6e6}.footer-contact form button{border:0;background:transparent;color:#fff;font-size:19px;padding:0 2px}.footer-submit{padding:12px 20px}@media(max-width:760px){.site-header .modern-btn{padding:11px 14px;font-size:12px}.modern-btn::before{width:8px;height:8px}}
.contact-form button,.admission-strip .modern-btn{--button-red:#cf1f2b;--button-orange:#ff6840;display:inline-flex;align-items:center;justify-content:center;gap:10px;border:0!important;border-radius:999px!important;color:#fff!important;background:linear-gradient(115deg,var(--button-red),var(--button-orange))!important;box-shadow:0 10px 22px rgba(207,31,43,.22);font-weight:800!important}.contact-form button::before,.admission-strip .modern-btn::before{content:"";width:9px;height:9px;border-radius:50%;background:rgba(255,255,255,.9)}

/* Latest cards and reusable single-blog-post layout. */
.latest-article-link{display:block;color:inherit;text-decoration:none}.latest-article-link img{transition:transform .3s ease}.latest-article-link:hover img{transform:scale(1.025)}
.blog-post-page{background:#fff;color:#101b35}.post-hero{min-height:345px;background-position:center;background-size:cover;display:flex;align-items:center;color:#fff}.post-hero .wrap{max-width:1000px}.post-hero p{display:inline-block;margin:0 0 15px;padding:5px 12px;border:2px solid #b9df00;border-radius:20px;color:#d9ef00;font-weight:800;text-transform:uppercase;font-size:12px;letter-spacing:1.5px}.post-hero h1{max-width:860px;margin:0;font-size:52px;line-height:1.06;color:#fff}.post-meta{display:flex;gap:10px;margin-top:20px;font-size:15px;font-weight:700}.post-layout{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:52px;padding:82px 0 96px;max-width:1080px}.post-content{font-size:17px;line-height:1.8;color:#3d4b62}.post-content .post-feature-image{width:100%;height:420px;object-fit:cover;margin-bottom:28px}.post-content .post-lead{font-size:22px;line-height:1.55;color:#101b35;font-weight:700}.post-content h2{margin:36px 0 14px;font-size:30px;color:#101b35}.post-content ul{padding-left:22px}.post-content li{margin:8px 0}.post-content li::marker{color:#d21f2b}.post-content a{color:#c51c2a;font-weight:800}.post-sidebar{display:grid;align-content:start;gap:20px}.sidebar-card{padding:24px;background:#f3f5f8;border-radius:8px}.sidebar-label{margin:0 0 18px;color:#c51c2a;font-size:13px;text-transform:uppercase;font-weight:800;letter-spacing:1.4px}.related-post{display:flex;gap:12px;padding:13px 0;border-top:1px solid #d8dee7;text-decoration:none;color:#101b35}.related-post img{width:70px;height:58px;object-fit:cover}.related-post span{display:grid;gap:4px}.related-post small{color:#c51c2a;text-transform:uppercase;font-size:10px;font-weight:800}.related-post b{font-size:14px;line-height:1.25}.sidebar-cta{background:#081640;color:#fff}.sidebar-cta p{font-size:18px;font-weight:800;line-height:1.35;margin:0 0 20px}.sidebar-cta .modern-btn{padding:11px 18px;font-size:14px}.post-sidebar .footer-social{margin:0}.post-sidebar .footer-social a{color:#fff;text-decoration:none}
@media(max-width:800px){.post-hero{min-height:290px}.post-hero h1{font-size:37px}.post-layout{grid-template-columns:1fr;gap:34px;padding:52px 0}.post-content .post-feature-image{height:270px}.post-content .post-lead{font-size:19px}.post-meta{flex-wrap:wrap}.post-sidebar{grid-template-columns:1fr}.sidebar-card{padding:20px}}

/* Purple-blue primary accent based on the supplied reference. */
:root{--orange:#9666ef;--red:#5262ed}
.modern-btn,.contact-form button,.admission-strip .modern-btn{--button-red:#3f55ed;--button-orange:#b45fe8;background:linear-gradient(105deg,var(--button-red),var(--button-orange))!important;box-shadow:0 10px 22px rgba(89,83,227,.24)}
.modern-btn:hover{box-shadow:0 15px 28px rgba(89,83,227,.34)}
.tour-btn,.apply-btn,.header-apply,.view-doc{background:linear-gradient(105deg,#3f55ed,#b45fe8)!important}.rail-orange,.admission-strip{background:linear-gradient(105deg,#3f55ed,#b45fe8)!important}.award-orange{background:#a86be3}.hex,.hex-two{background:#8862df}.section-controls button{border-color:#6f61e6;color:#6f61e6}.section-tag{color:#765be0}.post-content li::marker,.post-content a,.sidebar-label,.related-post small{color:#765be0}

/* Exact four-column footer used by Mandatory Public Disclosure. */
.mpd-footer{background:#19253a;color:#e6edf7;padding:76px max(24px,calc((100% - 1300px)/2)) 0}.mpd-footer-inner{display:grid;grid-template-columns:1.4fr .85fr .85fr 1.15fr;gap:68px;max-width:1300px;margin:0 auto}.mpd-footer img{width:250px;height:auto;background:#fff;padding:8px;margin-bottom:20px}.mpd-brand>p,.mpd-contact>p{font-size:16px;line-height:1.65;color:#cbd6e6;margin:0 0 16px}.mpd-footer h3{color:#fff;font-size:21px;line-height:1.2;margin:4px 0 24px}.mpd-footer h4{color:#fff;font-size:16px;margin:26px 0 10px}.mpd-footer section:not(.mpd-brand) a{display:block;color:#cbd6e6;font-size:16px;line-height:1.4;margin-bottom:14px}.mpd-social{display:flex;gap:12px;margin:26px 0}.mpd-social a{width:45px;height:45px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.07);color:#fff;font-weight:700}.mpd-contact-button{display:inline-flex;align-items:center;gap:16px;border:2px solid #a488f1;border-radius:28px;padding:13px 23px;color:#fff;font-weight:700}.mpd-contact-button span{font-size:21px}.mpd-contact form{display:flex;border-bottom:1px solid rgba(230,237,247,.45);margin-top:18px}.mpd-contact input{min-width:0;flex:1;background:transparent;border:0;outline:0;color:#fff;padding:11px 0;font:inherit}.mpd-contact input::placeholder{color:#cbd6e6}.mpd-contact button{border:0;background:transparent;color:#fff;font-size:22px;padding:0 3px}.mpd-footer-bottom{max-width:1300px;margin:64px auto 0;padding:26px 0;border-top:1px solid rgba(230,237,247,.22);display:flex;justify-content:space-between;gap:24px;color:#cbd6e6;font-size:15px}.mpd-footer-bottom p{margin:0}.mpd-footer-bottom nav{display:flex;gap:24px}.mpd-footer-bottom a{color:#cbd6e6}@media(max-width:900px){.mpd-footer{padding:52px 24px 0}.mpd-footer-inner{grid-template-columns:1fr 1fr;gap:42px}.mpd-footer-bottom{margin-top:45px}}@media(max-width:560px){.mpd-footer-inner{grid-template-columns:1fr;gap:34px}.mpd-footer-bottom{display:block}.mpd-footer-bottom nav{margin-top:16px;flex-wrap:wrap}.mpd-footer img{width:230px}}

/* Final shared layout refinements */
.page-breadcrumb{position:relative;isolation:isolate;display:flex;align-items:flex-end;min-height:350px;box-sizing:border-box;padding:122px 0 64px;overflow:hidden;background:linear-gradient(90deg,rgba(5,19,47,.88),rgba(5,19,47,.59) 48%,rgba(5,19,47,.26)),url('facilities/play-zone.jpeg') center 47%/cover;color:#fff}.page-breadcrumb::before{content:'';position:absolute;inset:0;z-index:-1;background:linear-gradient(0deg,rgba(4,16,41,.58),transparent 55%)}.page-breadcrumb::after{content:'';position:absolute;z-index:-1;right:max(8%,calc((100% - 1180px)/2));bottom:18px;width:230px;height:180px;background:url('breadcrumb-cap.svg') center/contain no-repeat;filter:drop-shadow(0 12px 13px rgba(0,0,0,.33));opacity:.96}.page-breadcrumb .wrap{width:min(1160px,calc(100% - 48px));margin:auto}.page-breadcrumb p{margin:0;color:#fff;font-size:15px;font-weight:700}.page-breadcrumb span{padding:0 9px;color:#cbbcff}.page-breadcrumb h1{max-width:760px;margin:20px 0 22px;color:#fff;font-size:clamp(40px,5vw,66px);line-height:1.02;letter-spacing:-.045em}.page-breadcrumb__line{width:150px;height:1px;background:rgba(255,255,255,.7)}.gallery-page .page-breadcrumb{background:linear-gradient(90deg,rgba(5,19,47,.88),rgba(5,19,47,.59) 48%,rgba(5,19,47,.26)),url('facilities/play-zone.jpeg') center 47%/cover}
.hero{display:block;background:#07133a}.hero:before{background:linear-gradient(90deg,rgba(5,12,42,.7),rgba(5,12,42,.23) 56%,rgba(5,12,42,.45));}.hero-video{position:absolute;inset:0;width:100%;height:100%}.hero-video iframe{inset:0;width:100%;height:100%;transform:scale(1.18);pointer-events:none}.hero-photo{display:none}.campus-tab{display:none}.hero-content{left:clamp(24px,8vw,120px);top:53%;width:min(770px,calc(100% - 48px))}
.why-grid{grid-template-columns:repeat(5,minmax(0,1fr))}.why-grid article{min-height:175px}.why-grid span img{width:43px;height:43px}
.facilities-layout{display:block}.facility-icons{grid-template-columns:repeat(5,minmax(0,1fr));max-width:1180px;margin:0 auto}.facility-icons article{min-height:177px}.facility-icons i img{width:44px;height:44px}.section-more{display:flex;justify-content:center;margin-top:34px}.section-more .modern-btn{padding:13px 24px}.awards-section .section-more{margin-top:34px}.gallery-section h2{font-size:44px;text-align:center;margin-bottom:10px}.gallery-intro{margin:0 0 30px;text-align:center;font-size:20px;color:#526079;font-weight:600}.gallery-section .section-more{margin-top:30px}
.footer-social{gap:12px}.footer-social .social-icon{width:44px!important;height:44px;border-radius:50%;display:grid!important;place-items:center;color:#fff!important;background:rgba(255,255,255,.1)!important;border:1px solid rgba(255,255,255,.12);transition:transform .2s ease,background .2s ease}.footer-social .social-icon:hover{background:#8067ea!important;transform:translateY(-3px)}.footer-social .social-icon svg{width:20px;height:20px;display:block}.footer-contact p a{display:inline!important;margin:0!important;font-size:inherit!important;color:#dbe5f2!important}
.map-card{display:block;overflow:hidden;border-radius:10px}.map-card iframe{display:block;width:100%;height:270px;border:0}.map-card span{z-index:2}.contact-form button.modern-btn{padding:13px 22px}.disclosure-page .view-doc,.mandatory-public-disclosure .view-doc{background:linear-gradient(105deg,#3f55ed,#b45fe8)!important;color:#fff!important;border-radius:999px!important;padding:9px 17px!important}.post-share{display:flex;align-items:center;gap:20px;margin-top:46px;padding-top:24px;border-top:1px solid #d8dee7}.post-share strong{color:#101b35}.post-share .footer-social{margin:0}.post-share .social-icon{background:#edf0ff!important;color:#4555d9!important;border-color:transparent}.post-share .social-icon:hover{color:#fff!important}
.gallery-page{background:#fff}.gallery-page .site-header{position:fixed}.school-gallery{max-width:1240px;padding:54px 24px 80px}.gallery-heading{color:#101b35;margin-bottom:34px}.gallery-heading h1{font-size:48px;line-height:1;margin:0 0 12px}.gallery-heading p{display:block;border:0;padding:0;color:#5f6b7f;font-size:18px;font-weight:600;margin:0}.gallery-showcase{grid-template-columns:2fr 1fr 1fr;grid-template-rows:230px 230px 205px;gap:16px}.gallery-showcase button{position:relative;border:0;padding:0;overflow:hidden;background:#0c1837;cursor:zoom-in;border-radius:12px}.gallery-showcase .gallery-main{grid-row:span 2}.gallery-showcase .gallery-wide{grid-column:span 2}.gallery-showcase img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.gallery-showcase button:hover img{transform:scale(1.04)}.gallery-showcase span{font-size:16px;text-align:left}.gallery-page .gallery-marquee{margin-top:34px}.gallery-page .gallery-track img{width:250px;height:175px}.gallery-lightbox{position:fixed;inset:0;z-index:100;display:none;align-items:center;justify-content:center;padding:36px;background:rgba(5,11,34,.88)}.gallery-lightbox.open{display:flex}.gallery-lightbox img{max-width:min(1100px,92vw);max-height:88vh;object-fit:contain}.lightbox-close{position:absolute;right:22px;top:18px;border:0;background:transparent;color:#fff;font-size:42px;cursor:pointer}
@media(max-width:900px){.why-grid,.facility-icons{grid-template-columns:repeat(3,1fr)}.gallery-showcase{grid-template-columns:1.5fr 1fr;grid-template-rows:210px 210px 180px}.gallery-showcase .gallery-main{grid-row:span 2}.gallery-showcase .gallery-wide{grid-column:span 2}.hero-video iframe{transform:scale(1.45)}}
@media(max-width:600px){.page-breadcrumb{min-height:275px;padding:100px 0 39px}.page-breadcrumb::after{right:-24px;bottom:3px;width:162px;height:132px;opacity:.78}.hero{min-height:690px}.hero-content h1{font-size:52px}.hero-video iframe{transform:scale(1.9)}.why-grid,.facility-icons{grid-template-columns:repeat(2,1fr)}.facility-icons article{min-height:155px}.gallery-showcase{grid-template-columns:1fr 1fr;grid-template-rows:200px 150px 150px}.gallery-showcase .gallery-main{grid-column:span 2;grid-row:auto}.gallery-showcase .gallery-wide{grid-column:span 2}.gallery-heading h1{font-size:37px}.post-share{align-items:flex-start;flex-direction:column}.footer-social .social-icon{width:40px!important;height:40px}.school-gallery{padding-inline:16px}}

/* Shared footer: white layout with readable contact-address block. */
.site-footer{background:#fff;color:#101b35;border-top:1px solid #e5e9f2}
.footer-main{grid-template-columns:1.35fr .85fr .95fr 1.1fr;gap:58px}
.footer-main h3{color:#101b35}
.footer-brand p,.footer-main div:not(.footer-brand) a,.footer-bottom p,.footer-bottom a{color:#34425d}
.footer-main div:not(.footer-brand) a:hover,.footer-bottom a:hover{color:#5262ed}
.footer-social .social-icon{color:#fff!important;background:#101b35!important;border-color:#101b35!important}
.footer-social .social-icon:hover{background:#5262ed!important;border-color:#5262ed!important}
.footer-address{display:grid;gap:8px;margin-top:24px;font-style:normal;color:#34425d;font-size:15px;line-height:1.5}
.footer-address strong{color:#101b35;font-size:16px}
.footer-address span{display:block}
.footer-address a{display:inline!important;width:auto!important;height:auto!important;color:#263f9d!important;background:transparent!important;font-weight:800!important}
.footer-bottom{border-top-color:#dfe5ef}
@media(max-width:1020px){.footer-main{grid-template-columns:1.2fr 1fr 1fr}.footer-contact{grid-column:span 2;border-left:0;padding-left:0;border-top:1px solid #dfe5ef;padding-top:26px}}@media(max-width:700px){.footer-main{grid-template-columns:1fr}.footer-contact{grid-column:auto}}

/* Admission query page */
.admission-page{background:linear-gradient(180deg,#f4f7ff 0,#fff 44%)}
.admission-query{width:min(1000px,calc(100% - 48px));margin:0 auto;padding:158px 0 96px}
.admission-query__intro{text-align:center;max-width:650px;margin:0 auto 38px}
.admission-query__eyebrow{display:inline-flex;align-items:center;gap:8px;margin:0 0 14px;color:#5965dc;font-size:13px;font-weight:800;letter-spacing:.13em;text-transform:uppercase}.admission-query__eyebrow:before{content:"";width:28px;height:2px;background:#765be0}
.admission-query__intro h1{font-size:clamp(40px,5vw,62px);letter-spacing:-.055em;line-height:1;color:#101b35;margin:0 0 15px}
.admission-query__intro p{margin:0;font-size:18px;color:#526078}
.admission-form{background:#fff;border:1px solid #e2e7f2;border-radius:24px;box-shadow:0 24px 70px rgba(44,63,126,.11);padding:42px}
.admission-form__grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}
.admission-form label{display:grid;gap:9px;color:#18233e;font-size:15px;font-weight:800}
.admission-form label.full{grid-column:1/-1}
.admission-form input,.admission-form select{width:100%;height:54px;border:1px solid #d9dfec;border-radius:10px;background:#fbfcff;padding:0 16px;color:#18233e;font:inherit;font-size:16px;outline:none;transition:border-color .2s ease,box-shadow .2s ease}
.admission-form input:focus,.admission-form select:focus{border-color:#765be0;box-shadow:0 0 0 4px rgba(118,91,224,.12)}
.admission-form__footer{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-top:34px;padding-top:26px;border-top:1px solid #e8ebf3}
.admission-form__footer p{margin:0;font-size:14px;line-height:1.5;color:#65718a}.admission-form__footer button{padding:14px 26px;cursor:pointer}
.form-status{display:none;margin-top:20px;padding:13px 16px;border-radius:10px;background:#ecf8f0;color:#13653a;font-weight:700}.form-status.visible{display:block}
@media(max-width:640px){.admission-query{width:min(100% - 32px,1000px);padding:128px 0 64px}.admission-form{padding:26px 18px}.admission-form__grid{grid-template-columns:1fr;gap:18px}.admission-form label.full{grid-column:auto}.admission-form__footer{align-items:flex-start;flex-direction:column}.admission-form__footer button{width:100%}}

/* White footer contact details retain full contrast. */
.site-footer .footer-contact h4{color:#101b35}.site-footer .footer-contact p{color:#34425d}.site-footer .footer-contact p a{color:#263f9d!important}.site-footer .footer-contact form{border-bottom-color:#cfd7e6}.site-footer .footer-contact input{color:#101b35}.site-footer .footer-contact input::placeholder{color:#71809a}.site-footer .footer-contact form button{color:#263f9d}

/* Facilities page */
.facilities-page{background:#fbfcff;color:#14213d}.facilities-hero{position:relative;min-height:650px;display:flex;align-items:end;overflow:hidden;color:#fff;background:#102352}.facilities-hero__image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.facilities-hero::after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,14,42,.9) 0%,rgba(5,14,42,.55) 43%,rgba(5,14,42,.1) 78%),linear-gradient(0deg,rgba(5,14,42,.75),transparent 58%)}.facilities-hero__content{position:relative;z-index:1;width:min(1180px,calc(100% - 48px));margin:0 auto;padding:0 0 84px}.facilities-hero__eyebrow,.facilities-heading__eyebrow{display:inline-flex;align-items:center;gap:9px;padding:8px 13px;border:1px solid rgba(255,255,255,.35);border-radius:999px;font-size:12px;font-weight:800;letter-spacing:.13em;text-transform:uppercase}.facilities-hero h1{max-width:720px;margin:18px 0 16px;font-size:clamp(48px,6.1vw,82px);line-height:.98;letter-spacing:-.06em}.facilities-hero p{max-width:610px;margin:0;color:#e4e9ff;font-size:19px;line-height:1.7}.facility-overview{max-width:1180px;margin:-46px auto 0;position:relative;z-index:2;display:grid;grid-template-columns:1fr 1.35fr;background:#fff;border-radius:26px;box-shadow:0 24px 68px rgba(24,48,100,.16);overflow:hidden}.facility-overview__image{min-height:330px;background:url('facilities/adventure-zone.jpg') center/cover}.facility-overview__copy{padding:52px}.facility-overview__copy h2{font-size:clamp(30px,3vw,44px);line-height:1.08;letter-spacing:-.04em;margin:0 0 18px;color:#152450}.facility-overview__copy p{color:#63708a;line-height:1.75;margin:0}.facilities-content{max-width:1180px;margin:0 auto;padding:116px 24px 96px}.facilities-heading{max-width:720px;margin:0 auto 42px;text-align:center}.facilities-heading__eyebrow{color:#4f46e5;border-color:#d8d5ff}.facilities-heading h2{font-size:clamp(38px,5vw,60px);line-height:1;margin:17px 0;color:#13234e;letter-spacing:-.06em}.facilities-heading p{color:#65718a;line-height:1.7;margin:0}.facility-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.facility-card{border:1px solid #e4e9f4;border-radius:21px;overflow:hidden;background:#fff;box-shadow:0 12px 34px rgba(20,42,91,.055);transition:transform .25s ease,box-shadow .25s ease}.facility-card:hover{transform:translateY(-7px);box-shadow:0 20px 44px rgba(20,42,91,.13)}.facility-card__media{height:224px;overflow:hidden}.facility-card__media img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}.facility-card:hover img{transform:scale(1.06)}.facility-card__body{padding:24px 24px 27px}.facility-card__index{display:flex;align-items:center;justify-content:center;width:34px;height:34px;margin-bottom:17px;border-radius:10px;background:linear-gradient(130deg,#3f55ed,#a65be5);color:#fff;font-weight:800;font-size:13px}.facility-card h3{margin:0 0 10px;color:#152450;font-size:22px}.facility-card p{margin:0;color:#66738c;line-height:1.65;font-size:15px}.facilities-cta{margin-top:62px;padding:47px 52px;display:flex;align-items:center;justify-content:space-between;gap:28px;background:linear-gradient(110deg,#142659,#4e48c7);border-radius:24px;color:#fff}.facilities-cta h2{margin:0 0 9px;font-size:31px}.facilities-cta p{margin:0;color:#dbe4ff;line-height:1.55}.facilities-cta .modern-btn{background:#fff!important;color:#3042d2!important;box-shadow:none}.facilities-cta .modern-btn::before{background:#5062ed;box-shadow:none}@media(max-width:900px){.facility-grid{grid-template-columns:repeat(2,1fr)}.facility-overview{margin-inline:20px}.facility-overview__copy{padding:38px}.facilities-hero{min-height:570px}}@media(max-width:620px){.facilities-hero{min-height:570px}.facilities-hero__content{width:min(100% - 34px,1180px);padding-bottom:56px}.facilities-hero h1{font-size:49px}.facility-overview{grid-template-columns:1fr;margin:-22px 14px 0}.facility-overview__image{min-height:235px}.facility-overview__copy{padding:30px 23px}.facilities-content{padding:72px 15px 62px}.facility-grid{grid-template-columns:1fr}.facility-card__media{height:230px}.facilities-cta{padding:32px 25px;align-items:flex-start;flex-direction:column}.facilities-cta h2{font-size:27px}}

/* HiStudy Style Two button system: blue default and purple hover. */
:root{--histudy-button-blue:#3659ed;--histudy-button-purple:#b05de5;--histudy-button-shadow:0 12px 26px rgba(42,61,145,.18)}
.modern-btn,.view-doc,.header-apply,.apply-btn,.tour-btn,.hero-btn,.know-more,.footer-contact-btn,.footer-submit,.btn,.btn-primary,.button,.cta-link,button:not(.menu-btn):not(.lightbox-close),input[type="submit"]{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:14px 27px!important;border:0!important;border-radius:6px!important;background:var(--histudy-button-blue)!important;color:#fff!important;font-weight:800!important;line-height:1.15;letter-spacing:0!important;text-decoration:none!important;box-shadow:var(--histudy-button-shadow)!important;transition:background-color .22s ease,transform .22s ease,box-shadow .22s ease!important;cursor:pointer}
.modern-btn::before,.footer-contact-btn::before,.hero-btn::before,.know-more::before{content:none!important;display:none!important}
.modern-btn:hover,.view-doc:hover,.header-apply:hover,.apply-btn:hover,.tour-btn:hover,.hero-btn:hover,.know-more:hover,.footer-contact-btn:hover,.footer-submit:hover,.btn:hover,.btn-primary:hover,.button:hover,.cta-link:hover,button:not(.menu-btn):not(.lightbox-close):hover,input[type="submit"]:hover{background:var(--histudy-button-purple)!important;color:#fff!important;transform:translateY(-2px);box-shadow:0 16px 30px rgba(176,93,229,.28)!important}
.mpd-main .view-doc{min-width:0!important;padding:11px 19px!important;border-radius:6px!important;font-size:12px!important}.site-header .modern-btn{min-height:46px;padding:12px 18px!important}.facilities-cta .modern-btn{background:var(--histudy-button-blue)!important;color:#fff!important}.facilities-cta .modern-btn:hover{background:var(--histudy-button-purple)!important}
@media(max-width:640px){.modern-btn,.view-doc,.header-apply,.apply-btn,.tour-btn,.hero-btn,.know-more,.footer-contact-btn,.footer-submit,.btn,.btn-primary,.button,.cta-link,button:not(.menu-btn):not(.lightbox-close),input[type="submit"]{min-height:46px;padding:12px 19px!important;font-size:13px!important}}
.site-footer .footer-contact form button{min-height:0!important;padding:0 2px!important;background:transparent!important;color:#263f9d!important;box-shadow:none!important;transform:none!important}

/* Academic and student-service pages */
.nav-dropdown{position:relative}.nav-dropdown summary{list-style:none;cursor:pointer;font:inherit;font-weight:inherit;white-space:nowrap}.nav-dropdown summary::-webkit-details-marker{display:none}.nav-dropdown summary::after{content:'⌄';margin-left:6px;font-size:14px}.nav-dropdown-menu{position:absolute;top:calc(100% + 15px);left:-18px;min-width:205px;padding:10px;background:#fff;border:1px solid #e8ecf5;border-radius:14px;box-shadow:0 18px 38px rgba(19,35,80,.16)}.nav-dropdown-menu a{display:block!important;padding:10px 12px!important;color:#142342!important;border-radius:8px}.nav-dropdown-menu a:hover{background:#f1f4ff;color:#3f55ed!important}.mobile-panel .nav-dropdown{width:100%}.mobile-panel .nav-dropdown summary{padding:12px 0}.mobile-panel .nav-dropdown-menu{position:static;box-shadow:none;border:0;padding:0 0 0 16px;background:transparent}.mobile-panel .nav-dropdown-menu a{color:inherit!important}.service-page{background:linear-gradient(180deg,#f7f9ff 0,#fff 36%);min-height:100vh}.service-hero{padding:148px 20px 68px;background:radial-gradient(circle at 90% 10%,rgba(108,94,238,.22),transparent 34%),linear-gradient(135deg,#07183d,#1b2a70);color:#fff}.service-hero .wrap{max-width:1160px;margin:auto}.service-kicker{display:inline-flex;align-items:center;gap:8px;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.13em;color:#d7d3ff;margin:0 0 14px}.service-kicker::before{content:'';width:28px;height:2px;background:#a78bfa}.service-hero h1{max-width:760px;font-size:clamp(38px,5vw,64px);line-height:1.04;margin:0 0 16px}.service-hero p{max-width:650px;margin:0;color:#d9e1ff;font-size:18px;line-height:1.7}.service-content{max-width:1160px;margin:auto;padding:68px 20px 90px}.calendar-card,.service-card{background:#fff;border:1px solid #e5eaf5;border-radius:24px;box-shadow:0 18px 55px rgba(25,50,105,.09)}.calendar-card{padding:26px}.calendar-card img{display:block;width:100%;max-width:840px;margin:auto;border-radius:16px;border:1px solid #e3e8ef}.calendar-actions{display:flex;align-items:center;justify-content:space-between;gap:20px;margin:0 auto 26px;max-width:840px}.calendar-actions h2{margin:0;color:#101b35;font-size:25px}.calendar-actions p{margin:6px 0 0;color:#65718a}.service-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:30px}.service-copy{padding:40px}.service-copy h2{margin:0 0 16px;color:#101b35;font-size:32px}.service-copy p{color:#66738b;line-height:1.75}.service-points{list-style:none;padding:0;margin:28px 0 0}.service-points li{padding:12px 0;border-bottom:1px solid #eef1f7;color:#253550;font-weight:600}.service-points li::before{content:'✓';display:inline-grid;place-items:center;width:22px;height:22px;margin-right:10px;border-radius:50%;background:#e9e8ff;color:#4f46e5;font-size:13px}.career-form{padding:36px}.career-form h2{margin:0 0 6px;color:#101b35;font-size:30px}.career-form>p{margin:0 0 28px;color:#68758d}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.form-field{display:flex;flex-direction:column;gap:8px}.form-field.full{grid-column:1/-1}.form-field label{font-weight:700;color:#293750;font-size:14px}.form-field input,.form-field select,.form-field textarea{width:100%;box-sizing:border-box;border:1px solid #dce3f0;border-radius:11px;background:#fbfcff;padding:13px 14px;font:inherit;color:#1d2d49;outline:none}.form-field textarea{min-height:120px;resize:vertical}.form-field input:focus,.form-field select:focus,.form-field textarea:focus{border-color:#635bdf;box-shadow:0 0 0 4px rgba(99,91,223,.11)}.form-note{font-size:13px;color:#68758d;margin:18px 0}.tc-search{max-width:880px;margin:auto;padding:38px}.tc-search h2{margin:0 0 8px;color:#101b35;font-size:30px}.tc-search>p{margin:0 0 26px;color:#68758d}.tc-search-form{display:grid;grid-template-columns:1fr 1fr auto;align-items:end;gap:16px}.tc-help{margin-top:28px;padding:18px 20px;border-radius:14px;background:#f1f3ff;color:#4a5070;line-height:1.6}.tc-result{display:none;margin-top:20px;padding:15px 18px;background:#fff9e7;border-left:4px solid #8b5cf6;border-radius:8px;color:#665400}.tc-result.show{display:block}@media(max-width:820px){.main-nav{gap:16px}.main-nav .nav-dropdown{display:none}.service-hero{padding-top:125px}.service-grid{grid-template-columns:1fr}.tc-search-form{grid-template-columns:1fr}.form-grid{grid-template-columns:1fr}.form-field.full{grid-column:auto}}@media(max-width:560px){.service-hero{padding:120px 18px 52px}.service-content{padding:42px 14px 60px}.service-copy,.career-form,.tc-search{padding:24px 18px}.calendar-card{padding:12px}.calendar-actions{align-items:flex-start;flex-direction:column}.service-hero h1{font-size:38px}}
