:root{--blue:#252d93;--blue2:#151b63;--red:#ef1c2f;--gold:#f7c33d;--ink:#11152f;--soft:#f5f6fb;--line:#e2e5ef}
*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:"DM Sans",sans-serif;color:var(--ink);background:#fff}a{text-decoration:none;color:inherit}img{display:block;width:100%}button,input,select,textarea{font:inherit}.section{padding:105px 3.5%}.label{font-size:11px;font-weight:800;letter-spacing:2px;margin-bottom:16px}.gold{color:var(--gold)}h1,h2{font-family:"Archivo Black";line-height:.98}.site-header{position:fixed;z-index:50;top:0;left:0;right:0;height:110px;padding:0 4%;display:flex;align-items:center;gap:34px;background:linear-gradient(90deg,rgba(37,45,147,.97),rgba(21,27,99,.97));border-bottom:3px solid var(--gold);color:#fff;transition:.35s}.site-header.scrolled{top:16px;left:2.2%;right:2.2%;height:88px;border-radius:50px;border:1px solid rgba(255,255,255,.2);box-shadow:0 18px 50px rgba(21,27,99,.3)}.brand{display:flex;align-items:center;gap:12px;min-width:320px}.brand img{width:72px;height:72px;object-fit:contain;border-radius:50%;background:#fff;padding:2px}.brand b{display:block;font-size:17px}.brand small{color:var(--gold);font-weight:800;letter-spacing:2px}.desktop-nav{display:flex;justify-content:center;gap:28px;flex:1}.desktop-nav a{font-size:12px;font-weight:800}.desktop-nav a:hover{color:var(--gold)}.header-icons{display:flex;gap:10px}.icon-btn{width:48px;height:48px;border-radius:50%;border:1px solid rgba(255,255,255,.35);background:rgba(255,255,255,.08);display:grid;place-items:center;color:#fff;cursor:pointer}.icon-btn:hover{background:var(--gold);color:var(--blue2)}.login-btn svg{width:23px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round}.menu-btn span{width:20px;height:2px;background:currentColor;display:block;margin:3px}.side-menu{position:fixed;z-index:80;right:-420px;top:0;width:min(390px,92vw);height:100vh;background:var(--ink);color:#fff;padding:90px 40px 40px;display:flex;flex-direction:column;gap:18px;transition:.4s}.side-menu.open{right:0}.side-menu a{font-size:18px;font-weight:700}.side-menu a:hover{color:var(--gold)}.menu-close{position:absolute;right:30px;top:24px;background:none;border:0;color:#fff;font-size:42px}.menu-backdrop{display:none;position:fixed;inset:0;z-index:70;background:rgba(0,0,0,.55)}.menu-backdrop.open{display:block}
.hero{min-height:940px;background:url("assets/images/hero.jpg") center/cover;position:relative;display:flex;align-items:flex-end}.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(21,27,99,.94),rgba(37,45,147,.68),rgba(239,28,47,.15))}.hero-copy{position:relative;color:#fff;padding:0 3.5% 100px}.hero-copy>span{color:var(--gold);font-size:12px;font-weight:800;letter-spacing:2px}.hero h1{font-size:clamp(60px,7.2vw,120px);letter-spacing:-5px;margin:18px 0}.hero h1 em{color:var(--gold);font-style:normal}.hero p{font-size:20px;margin-bottom:28px}.hero-actions{display:flex;gap:14px}.btn{display:inline-flex;align-items:center;justify-content:center;padding:16px 22px;border-radius:32px;font-size:12px;font-weight:800;transition:.3s}.btn:hover{transform:translateY(-3px)}.red{background:var(--red);color:#fff}.glass{color:#fff;border:1px solid rgba(255,255,255,.5);background:rgba(255,255,255,.08)}.gold-btn{background:var(--gold);color:var(--blue2)}.outline{border:1px solid var(--ink)}
.about-grid{display:grid;grid-template-columns:1.25fr .75fr;gap:70px}.about h2,.section-head h2{font-size:clamp(46px,5.6vw,84px);letter-spacing:-4px}.about h2 em{color:var(--red);font-style:normal}.about-grid p{font-size:17px;line-height:1.7;color:#535766;margin-bottom:18px}.text-link{font-weight:800;color:var(--red)}.about-image{margin-top:55px;height:560px;object-fit:cover;border-radius:30px}.dark-section{background:linear-gradient(145deg,#11152f,#202a83);color:#fff}.section-head{display:flex;justify-content:space-between;align-items:flex-end;gap:30px;margin-bottom:46px}.amenities-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-auto-rows:310px;gap:20px}.amenity{position:relative;border-radius:24px;overflow:hidden;cursor:pointer;transition:.4s;isolation:isolate}.amenity.large{grid-row:span 2}.amenity.wide{grid-column:span 2}.amenity img{height:100%;object-fit:cover;transition:.75s}.amenity:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 40%,rgba(0,0,0,.88))}.amenity:before{content:"";position:absolute;z-index:2;inset:-40%;background:linear-gradient(110deg,transparent 38%,rgba(255,255,255,.22) 50%,transparent 62%);transform:translateX(-75%);transition:.8s}.amenity:hover{transform:translateY(-8px);box-shadow:0 25px 55px rgba(0,0,0,.25)}.amenity:hover img{transform:scale(1.08)}.amenity:hover:before{transform:translateX(75%)}.amenity-text{position:absolute;z-index:3;left:22px;right:22px;bottom:20px}.amenity-text small{font-size:10px;color:var(--gold);font-weight:800;letter-spacing:1px}.amenity-text h3{font-size:20px;line-height:1.2;margin-top:4px;max-width:88%;overflow-wrap:anywhere}
.small-label{font-size:10px}.gallery-head{align-items:center}.gallery-button{margin-top:70px}.gallery-grid{display:grid;grid-template-columns:1.15fr 1fr 1fr;grid-template-rows:280px 280px;gap:18px}.gallery-item{position:relative;border:0;border-radius:22px;overflow:hidden;cursor:pointer}.gallery-item.tall{grid-row:span 2}.gallery-item.wide{grid-column:span 2}.gallery-item img{height:100%;object-fit:cover;transition:.5s}.gallery-item:hover img{transform:scale(1.06)}.gallery-item:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 50%,rgba(0,0,0,.7))}.gallery-item span{position:absolute;z-index:2;left:20px;bottom:18px;color:#fff;font-size:11px;font-weight:800}.video-head h2{font-size:clamp(42px,4.8vw,68px)}.video-head p{max-width:410px;color:#bbc0d5;font-size:14px;line-height:1.6}.video-grid{display:grid;grid-template-columns:1.45fr 1fr;grid-template-rows:270px 270px;gap:20px}.video-card{position:relative;border-radius:24px;overflow:hidden;cursor:pointer}.video-card.feature{grid-row:span 2}.video-card img{height:100%;object-fit:cover;transition:.5s}.video-card:hover img{transform:scale(1.06)}.video-card:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 45%,rgba(0,0,0,.86))}.video-card>div{position:absolute;z-index:2;left:24px;bottom:22px}.video-card small{color:var(--gold);font-weight:800}.video-card h3{font-size:24px}.play{position:absolute;z-index:3;left:50%;top:44%;transform:translate(-50%,-50%);width:80px;height:80px;border-radius:50%;border:0;background:var(--gold);font-size:24px;cursor:pointer}.play.small{width:58px;height:58px;font-size:18px}.center{text-align:center;margin-top:34px}
.updates{background:var(--soft)}.updates-heading{font-family:"Playfair Display";font-size:42px;line-height:1.15;margin-bottom:36px;color:var(--blue2)}.updates-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;align-items:stretch}.panel{background:#fff;border:1px solid var(--line);border-radius:18px;padding:25px;min-height:520px;box-shadow:0 12px 35px rgba(21,27,99,.07)}.panel-title{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--line);padding-bottom:16px;margin-bottom:14px}.panel-title h3{font:700 23px "Playfair Display";color:var(--blue2)}.panel-title a{font-size:11px;color:var(--red);font-weight:800}.event-row{display:grid;grid-template-columns:65px 1fr;gap:14px;padding:16px 0;border-bottom:1px solid var(--line)}.date{background:#f1f2fa;border-radius:9px;text-align:center;padding:9px}.date b{display:block;font-size:25px;color:var(--blue)}.date span,.event-row small{font-size:9px;color:var(--red);font-weight:800}.event-row h4{font-size:15px;margin:4px 0}.event-row p,.file-row small,.notice-row small{font-size:11px;color:#747887}.holiday-image{height:180px;object-fit:cover;border-radius:10px;margin-bottom:8px}.file-row,.notice-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 0;border-bottom:1px solid var(--line)}.file-row b,.notice-row b{display:block;color:var(--blue2);font-size:14px}.file-row small,.notice-row small{display:block;margin-top:2px}.file-row>span,.notice-row>span{background:var(--gold);color:var(--blue2);font-size:9px;font-weight:800;padding:6px 8px;border-radius:6px}.notice-row{justify-content:flex-start}.notice-row>div{flex:1}
.blogs h2{font:700 43px "Playfair Display";color:var(--blue2)}.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.blog-grid article{border:1px solid var(--line);border-radius:18px;overflow:hidden;background:#fff;box-shadow:0 12px 35px rgba(21,27,99,.07);transition:.35s}.blog-grid article:hover{transform:translateY(-7px)}.blog-grid img{height:230px;object-fit:cover}.blog-grid article>div{padding:22px}.blog-grid small{color:var(--red);font-weight:800}.blog-grid h3{font:700 22px "Playfair Display";margin:9px 0}.blog-grid p{font-size:13px;color:#686c79;line-height:1.6}.blog-grid a{display:inline-block;margin-top:15px;color:var(--red);font-size:12px;font-weight:800}
.inquiry{background:linear-gradient(120deg,var(--blue2),var(--blue));color:#fff;display:grid;grid-template-columns:.8fr 1.2fr;gap:60px;align-items:center}.inquiry h2{font:700 48px "Playfair Display";line-height:1.1}.inquiry-copy p{margin-top:18px;color:#d9dcf3}.inquiry-form{background:#fff;color:var(--ink);padding:32px;border-radius:22px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:17px}.form-grid label{font-size:12px;font-weight:700}.form-grid input,.form-grid select,.form-grid textarea{width:100%;margin-top:7px;border:1px solid #d9dce8;border-radius:9px;padding:12px;outline:none}.form-grid input:focus,.form-grid select:focus,.form-grid textarea:focus{border-color:var(--blue)}.full{grid-column:span 2}.consent{display:flex;gap:10px;align-items:flex-start;font-size:12px;line-height:1.5;margin:18px 0}.consent input{margin-top:3px}.consent a{color:var(--red);font-weight:700}.form-message{margin-top:12px;font-size:13px;color:green}
footer{background:#0e1344;color:#d7d9ea;padding:70px 3.5% 22px}.footer-grid{display:grid;grid-template-columns:1.4fr .8fr 1fr 1fr;gap:48px}.footer-brand{min-width:auto}.footer-grid h4{color:#fff;margin-bottom:18px}.footer-grid a,.footer-grid p{display:block;font-size:13px;margin:9px 0}.copyright{border-top:1px solid rgba(255,255,255,.14);margin-top:45px;padding-top:18px;font-size:11px}
.lightbox,.video-modal{display:none;position:fixed;inset:0;z-index:100}.lightbox.open,.video-modal.open{display:flex}.lightbox{background:rgba(0,0,0,.93);align-items:center;justify-content:center}.lightbox img{max-width:85vw;max-height:82vh;object-fit:contain}.lightbox button{position:absolute;border:0;background:none;color:#fff;font-size:52px}.lightbox-close{right:25px;top:15px}.prev{left:25px}.next{right:25px}.video-modal{align-items:center;justify-content:center}.video-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.9)}.video-dialog{position:relative;z-index:2;width:min(920px,92vw);background:#111;padding:14px;border-radius:16px}.frame{aspect-ratio:16/9}.frame iframe{width:100%;height:100%;border:0;border-radius:10px}.video-close{position:absolute;right:0;top:-44px;background:none;border:0;color:#fff;font-size:40px}.video-dialog>a{display:block;color:#fff;text-align:center;padding:13px;font-weight:800}
@media(max-width:1000px){.desktop-nav{display:none}.brand{min-width:auto}.amenities-grid{grid-template-columns:repeat(2,1fr)}.updates-grid,.blog-grid{grid-template-columns:1fr 1fr}.updates-grid .panel:last-child{grid-column:span 2}.inquiry{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}}
@media(max-width:700px){.site-header,.site-header.scrolled{top:10px;left:10px;right:10px;height:76px;border-radius:40px;padding:0 15px}.brand img{width:52px;height:52px}.brand b{font-size:11px;max-width:140px}.brand small{font-size:8px}.icon-btn{width:40px;height:40px}.login-btn{display:none}.hero{min-height:760px}.hero-copy{padding-bottom:65px}.hero h1{font-size:54px;letter-spacing:-3px}.hero-actions,.section-head{flex-direction:column;align-items:flex-start}.section{padding:75px 18px}.about-grid,.amenities-grid,.gallery-grid,.video-grid,.updates-grid,.blog-grid,.inquiry,.footer-grid{display:block}.about h2,.section-head h2{font-size:43px;letter-spacing:-2px}.about-image{height:350px}.amenity,.amenity.large,.amenity.wide,.gallery-item,.gallery-item.tall,.gallery-item.wide,.video-card,.video-card.feature{height:330px;margin-bottom:16px}.gallery-button{margin-top:15px}.updates-heading{font-size:31px}.panel{min-height:auto;margin-bottom:16px}.updates-grid .panel:last-child{grid-column:auto}.blog-grid article{margin-bottom:16px}.form-grid{display:block}.form-grid label{display:block;margin-bottom:15px}.full{grid-column:auto}.inquiry h2{font-size:36px}.inquiry-form{padding:22px}}


/* =====================================================
   PROFESSIONAL TYPOGRAPHY & FINISHING
   ===================================================== */
body{
  font-family:"Manrope",sans-serif;
  letter-spacing:-0.01em;
}
h1,h2{
  font-family:"Cormorant Garamond",serif;
  font-weight:700;
  letter-spacing:-0.035em;
}
h3,h4{
  font-family:"Sora",sans-serif;
}
.desktop-nav a,
.side-menu a,
.side-menu summary{
  font-family:"Sora",sans-serif;
}

/* refined typography */
.hero h1{
  font-size:clamp(64px,7vw,118px);
  line-height:.9;
}
.about h2,
.section-head h2{
  font-size:clamp(48px,5.2vw,78px);
  line-height:.98;
}
.updates-heading,
.blogs h2{
  font-size:40px!important;
  line-height:1.1;
}
.amenity-text h3{
  font-size:18px;
  line-height:1.25;
}
.video-card h3{
  font-size:22px;
}
.label{
  font-family:"Sora",sans-serif;
  letter-spacing:2.4px;
}

/* side menu details */
.side-menu{
  overflow-y:auto;
}
.side-menu-title{
  font-family:"Cormorant Garamond",serif;
  font-size:34px;
  font-weight:700;
  color:var(--gold);
  margin-bottom:8px;
}
.side-menu details{
  border-bottom:1px solid rgba(255,255,255,.12);
  padding-bottom:10px;
}
.side-menu summary{
  cursor:pointer;
  font-size:17px;
  font-weight:700;
  list-style:none;
  padding:7px 0;
}
.side-menu summary::-webkit-details-marker{display:none}
.side-menu details a{
  font-size:14px;
  color:#cfd2e5;
  padding-left:14px;
  margin-top:8px;
}

/* Quick navigation cards */
.mini-links-section{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
  padding:0 3.5% 95px;
}
.mini-link-card{
  border-radius:18px;
  padding:26px;
  background:#fff;
  border:1px solid var(--line);
  box-shadow:0 12px 35px rgba(21,27,99,.07);
  transition:.35s;
}
.mini-link-card:hover{
  transform:translateY(-6px);
  box-shadow:0 24px 50px rgba(21,27,99,.12);
}
.mini-link-card span{
  color:var(--red);
  font-size:10px;
  font-weight:800;
  letter-spacing:1.5px;
  text-transform:uppercase;
}
.mini-link-card h3{
  font-size:18px;
  line-height:1.35;
  margin:12px 0 18px;
}
.mini-link-card a{
  color:var(--blue);
  font-size:12px;
  font-weight:800;
}

/* Premium footer */
.premium-footer{
  background:linear-gradient(145deg,#0b1038,#171e67);
  color:#dce0f3;
  padding:80px 3.5% 24px;
}
.footer-top{
  display:grid;
  grid-template-columns:1.35fr repeat(4,1fr);
  gap:38px;
}
.footer-intro p{
  max-width:360px;
  color:#bfc4dc;
  line-height:1.7;
  margin:20px 0;
}
.footer-column h4{
  color:#fff;
  font-size:15px;
  margin-bottom:18px;
  position:relative;
  padding-bottom:10px;
}
.footer-column h4:after{
  content:"";
  position:absolute;
  left:0;
  bottom:0;
  width:36px;
  height:2px;
  background:var(--gold);
}
.footer-column a{
  display:block;
  color:#c7cbe0;
  font-size:13px;
  margin:10px 0;
  transition:.25s;
}
.footer-column a:hover{
  color:var(--gold);
  transform:translateX(4px);
}
.social-links{
  display:flex;
  gap:10px;
}
.social-links a{
  width:38px;
  height:38px;
  border-radius:50%;
  border:1px solid rgba(255,255,255,.18);
  display:grid;
  place-items:center;
  color:#fff;
}
.social-links a:hover{
  background:var(--gold);
  color:var(--blue2);
}
.footer-contact-strip{
  margin-top:55px;
  padding:24px 28px;
  border-radius:18px;
  background:rgba(255,255,255,.07);
  border:1px solid rgba(255,255,255,.1);
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:28px;
}
.footer-contact-strip span{
  display:block;
  color:var(--gold);
  font-size:10px;
  text-transform:uppercase;
  letter-spacing:1.5px;
  font-weight:800;
  margin-bottom:6px;
}
.footer-contact-strip a,
.footer-contact-strip p{
  color:#fff;
  font-size:14px;
}
.footer-bottom{
  display:flex;
  justify-content:space-between;
  gap:20px;
  border-top:1px solid rgba(255,255,255,.13);
  margin-top:35px;
  padding-top:22px;
  font-size:11px;
  color:#aeb4cf;
}
.footer-bottom div{
  display:flex;
  gap:18px;
}
.footer-bottom a:hover{color:var(--gold)}

/* floating actions */
.floating-actions{
  position:fixed;
  z-index:45;
  right:18px;
  bottom:18px;
  display:flex;
  flex-direction:column;
  gap:10px;
}
.floating-actions a,
.floating-actions button{
  width:48px;
  height:48px;
  border-radius:50%;
  display:grid;
  place-items:center;
  border:0;
  background:var(--blue);
  color:#fff;
  font-size:18px;
  box-shadow:0 10px 24px rgba(21,27,99,.25);
  cursor:pointer;
}
.floating-actions a:nth-child(2){
  background:#20b85a;
}
.floating-actions button{
  background:var(--gold);
  color:var(--blue2);
}

/* responsive */
@media(max-width:1150px){
  .footer-top{grid-template-columns:1.3fr 1fr 1fr}
  .footer-column:nth-child(4),
  .footer-column:nth-child(5){margin-top:15px}
  .mini-links-section{grid-template-columns:1fr 1fr}
}
@media(max-width:760px){
  .hero h1{font-size:52px}
  .about h2,.section-head h2{font-size:40px}
  .updates-heading,.blogs h2{font-size:30px!important}
  .mini-links-section{display:block;padding:0 18px 65px}
  .mini-link-card{margin-bottom:14px}
  .footer-top{display:block}
  .footer-column{margin-top:34px}
  .footer-contact-strip{display:block}
  .footer-contact-strip>div{margin-bottom:18px}
  .footer-bottom{display:block}
  .footer-bottom div{margin-top:10px}
  .floating-actions{right:12px;bottom:12px}
}


/* ==========================================================
   UI POLISH — CLEAN MODERN SCHOOL WEBSITE
   ========================================================== */

:root{
  --blue:#222a8f;
  --blue2:#10164e;
  --gold:#f0c34b;
  --cream:#faf7ef;
  --ink:#141820;
  --muted:#667085;
  --line:#e7e9ee;
}

body{
  font-family:"Inter",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  color:var(--ink);
  font-size:16px;
  line-height:1.55;
  letter-spacing:0;
  overflow-x:hidden;
}

h1,h2,h3,h4,
.desktop-nav a,
.side-menu a,
.side-menu summary,
.btn,
.label{
  font-family:"Outfit",sans-serif;
}

h1,h2,h3,h4{
  letter-spacing:-.025em;
}

.site-header{
  height:102px;
  padding:0 3.2%;
  gap:26px;
  background:linear-gradient(90deg,#26309a,#171d69);
  border-bottom:2px solid rgba(240,195,75,.9);
}

.site-header.scrolled{
  top:14px;
  left:2.2%;
  right:2.2%;
  height:82px;
  border-radius:42px;
  border:1px solid rgba(255,255,255,.18);
  box-shadow:0 18px 48px rgba(14,20,78,.28);
}

.brand{
  min-width:350px;
  gap:14px;
}

.brand img{
  width:70px;
  height:70px;
  padding:3px;
  border:2px solid rgba(255,255,255,.55);
}

.brand b{
  font-family:"Outfit",sans-serif;
  font-size:18px;
  font-weight:700;
  letter-spacing:-.01em;
}

.brand small{
  font-family:"Outfit",sans-serif;
  font-size:12px;
  letter-spacing:3px;
}

.desktop-nav{
  gap:27px;
}

.desktop-nav a{
  position:relative;
  font-size:13px;
  font-weight:600;
  letter-spacing:0;
  white-space:nowrap;
}

.desktop-nav a:after{
  content:"";
  position:absolute;
  left:0;
  right:100%;
  bottom:-8px;
  height:2px;
  background:var(--gold);
  transition:.28s ease;
}

.desktop-nav a:hover:after{
  right:0;
}

.header-icons{
  display:flex;
  align-items:center;
  gap:9px;
}

.icon-btn{
  width:44px;
  height:44px;
  border-radius:50%;
  border:1px solid rgba(255,255,255,.24);
  background:rgba(255,255,255,.06);
}

.icon-btn svg{
  width:21px;
  height:21px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.menu-btn span{display:none}

.hero h1{
  font-size:clamp(58px,6.8vw,106px);
  line-height:.92;
  letter-spacing:-.055em;
}

.hero p{
  font-size:18px;
  line-height:1.6;
  max-width:640px;
}

.section{
  padding:96px 4%;
}

.label{
  font-size:11px;
  font-weight:700;
  letter-spacing:2.1px;
}

.about h2,
.section-head h2{
  font-size:clamp(46px,5vw,74px);
  line-height:.98;
  letter-spacing:-.045em;
}

.about-grid p{
  font-size:16px;
  line-height:1.8;
}

.btn{
  font-size:12px;
  font-weight:700;
  letter-spacing:.02em;
  padding:15px 22px;
}

.amenity-text h3{
  font-size:18px;
  font-weight:600;
  letter-spacing:-.01em;
}

.video-head h2{
  font-size:clamp(44px,4.5vw,64px);
}

.updates-heading,
.blogs h2{
  font-family:"Outfit",sans-serif!important;
  font-size:38px!important;
  font-weight:600!important;
  letter-spacing:-.025em;
}

.panel-title h3{
  font-family:"Outfit",sans-serif;
  font-size:21px;
  font-weight:600;
}

.blog-grid h3{
  font-family:"Outfit",sans-serif;
  font-size:20px;
  line-height:1.35;
  font-weight:600;
}

.inquiry h2{
  font-family:"Outfit",sans-serif;
  font-size:44px;
  font-weight:600;
}

/* Footer */
.clean-footer{
  padding:0;
  background:linear-gradient(145deg,#11174f,#1b2374);
}

.footer-cta-row{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  background:var(--gold);
  color:var(--blue2);
}

.footer-cta-row a{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  min-height:82px;
  padding:18px;
  border-right:1px solid rgba(16,22,78,.16);
  font-family:"Outfit",sans-serif;
  font-size:15px;
  font-weight:600;
}

.footer-cta-row a:hover{
  background:#f6d16d;
}

.footer-main{
  display:grid;
  grid-template-columns:1.1fr repeat(5,1fr);
  gap:34px;
  padding:70px 3.5% 52px;
}

.footer-logo-block{
  padding-right:18px;
}

.footer-logo-wrap{
  width:118px;
  height:118px;
  border-radius:50%;
  background:#fff;
  display:grid;
  place-items:center;
  margin-bottom:18px;
}

.footer-logo-wrap img{
  width:96px;
  height:96px;
  object-fit:contain;
}

.footer-logo-block h3{
  color:#fff;
  font-size:18px;
  line-height:1.35;
  margin-bottom:5px;
}

.footer-logo-block small{
  color:var(--gold);
  font-family:"Outfit",sans-serif;
  font-size:11px;
  letter-spacing:2.5px;
  font-weight:700;
}

.footer-column h4{
  font-family:"Outfit",sans-serif;
  font-size:16px;
  font-weight:600;
  color:#fff;
  padding:0 0 13px;
  margin-bottom:18px;
}

.footer-column h4:after{
  width:42px;
  height:2px;
}

.footer-column a,
.footer-contact p{
  font-size:13px;
  line-height:1.45;
  margin:11px 0;
  color:#c8cde3;
}

.footer-column a:hover{
  transform:none;
  color:var(--gold);
}

.clean-footer-bottom{
  margin:0 3.5%;
  padding:20px 0 24px;
  font-size:11px;
}

/* Cleaner floating buttons */
.clean-floating-actions a,
.clean-floating-actions button{
  width:46px;
  height:46px;
  box-shadow:0 12px 28px rgba(10,18,65,.26);
}

.clean-floating-actions svg{
  width:20px;
  height:20px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}

/* Side menu polish */
.side-menu{
  background:linear-gradient(180deg,#10164e,#1b2374);
}

.side-menu-title{
  font-family:"Outfit",sans-serif;
  font-size:27px;
  font-weight:600;
}

.side-menu summary,
.side-menu>a{
  font-size:15px;
  font-weight:600;
}

.side-menu details a{
  font-family:"Inter",sans-serif;
  font-size:13px;
  font-weight:500;
}

/* Cards */
.amenity,
.gallery-item,
.video-card,
.panel,
.blog-grid article,
.inquiry-form,
.mini-link-card{
  border-radius:16px;
}

.panel,
.blog-grid article,
.mini-link-card{
  box-shadow:0 12px 30px rgba(20,28,89,.07);
}

/* Responsive */
@media(max-width:1250px){
  .desktop-nav{gap:18px}
  .desktop-nav a{font-size:12px}
  .brand{min-width:310px}
  .footer-main{grid-template-columns:1.1fr repeat(3,1fr)}
}

@media(max-width:900px){
  .desktop-nav{display:none}
  .footer-main{grid-template-columns:1fr 1fr}
  .footer-cta-row{grid-template-columns:1fr}
  .footer-cta-row a{border-right:0;border-bottom:1px solid rgba(16,22,78,.14)}
}

@media(max-width:700px){
  .site-header,.site-header.scrolled{
    height:74px;
    top:10px;
    left:10px;
    right:10px;
  }
  .brand{min-width:0;flex:1}
  .brand img{width:50px;height:50px}
  .brand b{font-size:11px}
  .brand small{font-size:8px}
  .search-btn{display:none}
  .footer-main{display:block;padding:50px 22px 35px}
  .footer-logo-block,.footer-column{margin-bottom:34px}
  .footer-logo-wrap{width:96px;height:96px}
  .footer-logo-wrap img{width:78px;height:78px}
  .footer-cta-row a{min-height:66px;font-size:14px}
}


/* Final header/footer corrections */
.site-header .brand span{
  display:flex;
  align-items:center;
}
.site-header .brand b{
  font-size:19px;
  white-space:nowrap;
}
.footer-main{
  grid-template-columns:1.15fr repeat(4,1fr) !important;
}
.footer-logo-block h3{
  max-width:270px;
  font-size:19px;
  line-height:1.35;
  text-transform:none;
}
.footer-socials{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:22px;
}
.footer-socials a{
  width:40px;
  height:40px;
  border:1px solid rgba(255,255,255,.22);
  border-radius:50%;
  display:grid;
  place-items:center;
  color:#fff;
  transition:.25s ease;
}
.footer-socials a:hover{
  background:var(--gold);
  color:var(--blue2);
  border-color:var(--gold);
  transform:translateY(-2px);
}
.footer-socials svg{
  width:18px;
  height:18px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.footer-socials a:first-child svg,
.footer-socials a:nth-child(3) svg{
  fill:currentColor;
  stroke:none;
}
@media(max-width:1250px){
  .footer-main{
    grid-template-columns:1.15fr repeat(2,1fr) !important;
  }
}
@media(max-width:700px){
  .site-header .brand b{
    font-size:12px;
  }
  .footer-main{
    display:block !important;
  }
}

.inner-hero{min-height:430px;padding:170px 4% 70px;background:linear-gradient(120deg,#151b63,#252d93);color:#fff;display:flex;align-items:flex-end}
.inner-hero span{color:#f7c33d;font-size:11px;font-weight:800;letter-spacing:2px}.inner-hero h1{font-size:clamp(48px,6vw,82px);margin:12px 0}.inner-hero p{max-width:680px;color:#e3e5f5;font-size:17px}
.inner-content{background:#f6f7fb}.simple-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.simple-card{background:#fff;border-radius:18px;overflow:hidden;box-shadow:0 12px 35px rgba(21,27,99,.08)}.simple-card img{height:260px;object-fit:cover}.simple-card>div{padding:24px}.simple-card small{color:#ef1c2f;font-weight:800}.simple-card h3{font-size:22px;margin:8px 0}.simple-card p{color:#686c79}
.article-page{max-width:900px;margin:auto;background:#fff;padding:34px;border-radius:20px}.article-page img{height:430px;object-fit:cover;border-radius:14px;margin-bottom:28px}.article-page p{font-size:17px;line-height:1.8;color:#555b68}.article-page h2{font-size:34px;margin:28px 0 12px}
@media(max-width:800px){.simple-grid{grid-template-columns:1fr}.inner-hero{min-height:360px;padding-top:130px}.article-page{padding:20px}.article-page img{height:260px}}

/* Final template-style footer refinements */
.footer-style-one .footer-logo img{max-width:105px;height:auto;border-radius:50%;background:#fff;padding:3px}
.footer-style-one .school-footer-name{color:#fff;font-size:20px;line-height:1.35;margin:20px 0 12px}
.footer-style-one .footer-shape-style-one{opacity:.05;pointer-events:none}
.footer-style-one .footer-shape-style-one img{width:180px}
.footer-style-one .contact-list-two li{align-items:flex-start}
.footer-style-one .contact-list-two .icon{min-width:42px}
.footer-style-one .contact-list-two h5{font-size:15px;line-height:1.45;margin:0}
.footer-style-one .footer-social .fa-instagram{font-size:17px}
.event-meta-line{color:#252d93;font-weight:600}
@media(max-width:991px){.footer-style-one .footer-item{margin-bottom:35px}}

.message-layout{display:grid;grid-template-columns:340px 1fr;gap:50px;align-items:center;max-width:1100px;margin:auto;background:#fff;padding:35px;border-radius:20px}
.message-layout img{height:430px;object-fit:cover;border-radius:16px}.message-layout h2{font-size:38px}.designation{color:#ef1c2f;font-weight:700}
.download-list{max-width:900px;margin:auto;display:grid;gap:14px}.download-list a{display:flex;justify-content:space-between;align-items:center;background:#fff;padding:20px 24px;border-radius:12px;box-shadow:0 8px 25px rgba(21,27,99,.08)}.download-list b{background:#f7c33d;color:#151b63;padding:7px 10px;border-radius:6px}
.text-card{min-height:260px;display:flex;align-items:center}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.contact-form,.tc-form{display:grid;gap:15px}.contact-form input,.contact-form textarea,.tc-form input{width:100%;padding:14px;border:1px solid #d9dce8;border-radius:8px}.tc-form label{display:grid;gap:7px;font-weight:700}
@media(max-width:800px){.message-layout,.contact-grid{grid-template-columns:1fr}.message-layout img{height:300px}}


/* ===== Leadership message section on Home ===== */
.home-message{
  background:#f6f4e8;
  padding-top:90px;
  padding-bottom:100px;
}
.message-section-wrap{max-width:1180px;margin:0 auto}
.message-heading-row{display:flex;align-items:center;gap:18px;margin-bottom:30px}
.message-heading-row h2{
  position:relative;
  z-index:1;
  font-family:"DM Sans",sans-serif;
  font-size:clamp(34px,4.2vw,58px);
  line-height:1.08;
  color:#151b63;
  letter-spacing:-2px;
}
.message-heading-row h2:before{
  content:"";
  position:absolute;
  left:-22px;
  top:50%;
  width:84px;
  height:84px;
  border-radius:50%;
  background:#fff;
  transform:translateY(-50%);
  z-index:-1;
}
.heading-line{width:65px;height:2px;background:#d3b84a}
.message-tabs{
  display:inline-flex;
  border:2px solid #252d93;
  border-radius:30px;
  overflow:hidden;
  margin:20px 0 35px;
}
.message-tab{
  border:0;
  background:#fff;
  color:#252d93;
  padding:11px 22px;
  font-weight:800;
  cursor:pointer;
}
.message-tab.active{background:#252d93;color:#fff}
.message-panel{
  display:grid;
  grid-template-columns:1fr 1fr;
  align-items:stretch;
  max-width:1050px;
  margin:0 auto;
}
.message-copy-card{
  background:#fff;
  padding:54px 48px;
  min-height:360px;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.message-copy-card p{font-size:17px;line-height:1.75;color:#343742}
.message-copy-card .message-quote{font-style:italic;font-size:19px;color:#151b63;margin-bottom:17px}
.message-bottom{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:24px}
.message-bottom strong{font-size:17px;color:#111}
.message-bottom a{font-weight:800;color:#b69a29}
.message-photo{margin:-30px 0 30px}
.message-photo img{height:100%;min-height:420px;object-fit:cover}

/* ===== Principal / Director inner pages ===== */
.leadership-page{background:#fff}
.leadership-hero{padding:170px 20px 90px}
.leadership-container{max-width:1120px;margin:0 auto}
.leadership-title{
  display:flex;
  align-items:center;
  gap:15px;
  margin-bottom:52px;
  position:relative;
}
.leadership-title .title-circle{
  position:absolute;
  width:88px;height:88px;border-radius:50%;
  background:#f6f4e8;
  left:-18px;z-index:0;
}
.leadership-title h1{
  position:relative;z-index:1;
  font-family:"DM Sans",sans-serif;
  font-size:clamp(38px,4vw,58px);
  color:#151b63;
  letter-spacing:-2px;
}
.leadership-title .title-line{width:62px;height:2px;background:#d3b84a}
.leadership-layout{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:50px;
  align-items:start;
}
.leadership-content{padding:0 10px}
.leadership-content blockquote{
  font-size:20px;
  line-height:1.6;
  font-style:italic;
  color:#202331;
  margin-bottom:22px;
}
.leadership-content p{font-size:17px;line-height:1.75;color:#30333d;margin-bottom:20px}
.leader-name{display:block;font-size:18px;color:#111;margin-top:28px}
.leader-role{display:block;font-size:14px;color:#747985;margin-top:5px}
.leadership-photo img{width:100%;height:560px;object-fit:cover}

/* Header/mobile overflow correction */
.site-header{max-width:100vw;overflow:visible}
.header-icons{flex:0 0 auto}
.side-menu{max-width:100vw;overflow-y:auto;overscroll-behavior:contain}
@media(max-width:1200px){
  .site-header{gap:18px;padding-left:2.5%;padding-right:2.5%}
  .brand{min-width:260px}
  .desktop-nav{gap:20px}
}
@media(max-width:700px){
  .site-header,.site-header.scrolled{
    width:auto;
    max-width:calc(100vw - 20px);
    overflow:hidden;
  }
  .brand{min-width:0;flex:1}
  .brand span{min-width:0}
  .header-icons{gap:5px;margin-left:auto}
  .search-btn{display:none}
  .menu-btn{display:grid;flex:0 0 40px}
  .side-menu{
    width:min(360px,100vw);
    right:-100vw;
    padding:74px 24px 30px;
  }
  .side-menu.open{right:0}
  .home-message{padding:75px 18px}
  .message-heading-row h2:before{left:-8px;width:62px;height:62px}
  .message-heading-row{align-items:flex-end}
  .heading-line{width:38px}
  .message-tabs{display:flex;width:100%}
  .message-tab{flex:1;padding:10px 8px;font-size:13px}
  .message-panel{grid-template-columns:1fr}
  .message-copy-card{padding:32px 24px;min-height:auto}
  .message-photo{margin:0}
  .message-photo img{min-height:330px;height:330px}
  .message-bottom{align-items:flex-start;flex-direction:column}
  .leadership-hero{padding:125px 18px 65px}
  .leadership-title{margin-bottom:35px}
  .leadership-title .title-circle{left:-6px;width:65px;height:65px}
  .leadership-layout{grid-template-columns:1fr;gap:30px}
  .leadership-photo{order:-1}
  .leadership-photo img{height:400px}
}
