@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Poppins:wght@500;600;700;800&display=swap');
:root{--navy:#073b7a;--blue:#0b67c7;--gold:#f4bd18;--ink:#173e6f;--muted:#667587;--pale:#eef7ff;--line:#dbe5ef;--white:#fff;--shadow:0 12px 35px rgba(10,55,100,.10)}
*{box-sizing:border-box} html{scroll-behavior:smooth} body{margin:0;font-family:Inter,Arial,sans-serif;color:var(--ink);background:#fff;overflow-x:hidden} img{display:block;max-width:100%} button,a{font:inherit} a{text-decoration:none;color:inherit}
.container{width:min(1180px,calc(100% - 40px));margin:auto}
.header{position:sticky;top:0;z-index:50;background:#fff;border-bottom:1px solid #e6edf4} .nav{height:82px;display:flex;align-items:center;gap:22px} .brand{display:flex;align-items:center;gap:13px;min-width:0} .brand img{width:58px;height:58px;object-fit:contain;border-radius:50%} .brand-text strong{display:block;font-size:19px;letter-spacing:.2px} .brand-text span{display:block;font-size:14px;font-weight:700} .brand-text small{display:block;font-size:10px;letter-spacing:4px;margin-top:4px;font-weight:700} .navlinks{margin-left:auto;display:flex;align-items:center;gap:22px;font-size:13px;font-weight:600} .navlinks a:hover{color:var(--blue)} .enquiry{background:var(--gold);padding:11px 17px;border-radius:24px;color:#143b68;font-weight:800} .menu{display:none;border:0;background:none;font-size:32px;color:var(--navy)}
.hero{position:relative;min-height:610px;background:#f3f8fd;overflow:hidden} .hero-bg{position:absolute;inset:0} .hero-bg img{width:100%;height:100%;object-fit:cover;object-position:center center;filter:saturate(1.06) contrast(1.04) brightness(.98)} .hero-bg:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.84) 0%,rgba(255,255,255,.68) 34%,rgba(255,255,255,.18) 70%,rgba(255,255,255,.02) 100%)} .hero-content{position:relative;z-index:2;padding:92px 0 160px;max-width:650px} .eyebrow{font-size:13px;letter-spacing:5px;font-weight:800;color:var(--navy)} h1{font-size:clamp(44px,5.2vw,76px);line-height:.98;margin:25px 0 18px;letter-spacing:-2px} .goldline{width:105px;height:6px;background:var(--gold);border-radius:8px;margin:22px 0} .place{font-size:21px;letter-spacing:6px;font-weight:800} .hero-copy{font-size:17px;line-height:1.7;color:var(--muted);max-width:560px;margin:12px 0 24px} .btn{display:inline-flex;align-items:center;gap:28px;background:var(--blue);color:#fff;padding:16px 24px;border-radius:32px;font-weight:800;box-shadow:0 12px 25px rgba(11,103,199,.22)}
.stats{position:relative;margin:-60px auto 0;z-index:5;width:min(1120px,calc(100% - 40px));background:#fff;border:1px solid var(--line);border-radius:20px;box-shadow:var(--shadow);display:grid;grid-template-columns:repeat(3,1fr);overflow:hidden} .stat{padding:22px;text-align:center;border-right:1px solid var(--line)} .stat:last-child{border:0} .stat .ico{font-size:30px} .stat b{display:block;font-size:28px;margin-top:3px} .stat span{font-size:13px;color:var(--muted);line-height:1.5}
section{padding:92px 0} .kicker{font-size:13px;font-weight:800;color:var(--ink)} .section-title{font-size:44px;line-height:1.05;margin:12px 0 20px;letter-spacing:-1.2px} .section-title:after{content:"";display:block;width:115px;height:5px;background:var(--gold);border-radius:5px;margin-top:18px} .about-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:60px;align-items:center} .about p{color:var(--muted);font-size:16px;line-height:1.75} .student-photo{border-radius:18px;border:1px solid var(--line);overflow:hidden;box-shadow:var(--shadow)} .student-photo img{width:100%;height:auto}
.facility{background:var(--pale)} .facility-grid{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center} .facility-photo{border-radius:18px;overflow:hidden} .facility-photo img{width:100%;height:auto} .checks{display:grid;gap:20px} .check{display:grid;grid-template-columns:34px 1fr;gap:12px;align-items:start} .check i{width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:#e8f2fb;font-style:normal} .check b{display:block;margin-bottom:4px} .check p{margin:0;color:var(--muted);font-size:14px;line-height:1.5}
.events-head{display:flex;justify-content:space-between;align-items:end;gap:20px} .arrows{display:flex;gap:10px} .arrow{width:46px;height:46px;border:0;border-radius:50%;background:var(--navy);color:#fff;cursor:pointer;font-size:22px} .carousel{overflow:hidden;margin-top:35px} .track{display:flex;gap:22px;transition:transform .5s ease;will-change:transform;width:100%;min-width:0} .event{flex:0 0 calc((100% - 44px)/3);border:1px solid var(--line);border-radius:18px;overflow:hidden;background:#fff;box-shadow:var(--shadow)} .event-media{height:260px;background:#f4f8fc;display:grid;place-items:center;overflow:hidden} .event-media img{width:100%;height:100%;object-fit:contain} .event-body{padding:20px} .date{font-size:12px;color:var(--muted);font-weight:700} .event h3{font-size:21px;margin:12px 0 8px} .event p{color:var(--muted);line-height:1.55;margin:0} .dots{display:flex;justify-content:center;gap:8px;margin-top:25px} .dot{width:9px;height:9px;border-radius:50%;background:#b8c9dc} .dot.active{width:30px;border-radius:8px;background:var(--gold)}
.values{background:#eaf6ff} .value-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:0;border:1px solid #d6e5f2;border-radius:16px;overflow:hidden;background:#fff} .value{text-align:center;padding:28px 12px;border-right:1px solid #d6e5f2} .value:last-child{border:0} .value .vico{font-size:31px;margin-bottom:13px} .value b{font-size:14px;line-height:1.45}
.enquiry-wrap{background:#f6faff} .enquiry-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:24px} .pitch{background:linear-gradient(135deg,#0758ad,#073b7a);color:#fff;border-radius:18px;padding:35px} .pitch h2{font-size:34px;margin:12px 0} .pitch p{line-height:1.6;opacity:.9} .pitch ul{padding:0;list-style:none;line-height:2} .form{background:#fff;border:1px solid var(--line);border-radius:18px;padding:30px;box-shadow:var(--shadow)} .form h2{margin:0 0 5px} .form small{color:var(--muted)} .fields{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:22px} label{font-size:12px;font-weight:800} input,select,textarea{width:100%;margin-top:7px;padding:13px;border:1px solid #d6e1eb;border-radius:10px;font:inherit} textarea{min-height:120px;resize:vertical} .full{grid-column:1/-1} .submit{border:0;width:100%;margin-top:16px;padding:15px;background:var(--gold);color:#153b69;border-radius:10px;font-weight:800;cursor:pointer}
footer{background:#073b7a;color:#fff;padding:55px 0 20px} .footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:30px} footer h3{margin-top:0} footer p,footer li{color:#d7e4f1;line-height:1.7;font-size:13px} footer ul{list-style:none;padding:0;margin:0} .foot-brand{display:flex;gap:13px;align-items:start} .foot-brand img{width:60px;height:60px;background:#fff;border-radius:6px} .copyright{border-top:1px solid rgba(255,255,255,.18);margin-top:35px;padding-top:18px;font-size:12px;color:#c9d9e8}
.wa{position:fixed;right:24px;bottom:24px;width:62px;height:62px;border-radius:50%;background:#25d366;color:#fff;border:5px solid #fff;box-shadow:0 10px 30px rgba(0,0,0,.18);z-index:100;display:grid;place-items:center;font-size:25px}
@media(max-width:900px){.nav{height:72px} .brand img{width:48px;height:48px} .brand-text strong{font-size:16px} .brand-text span{font-size:12px} .brand-text small{font-size:8px;letter-spacing:3px} .navlinks{display:none} .menu{display:block;margin-left:auto} .hero{min-height:590px} .hero-bg img{object-fit:cover;object-position:58% center} .hero-bg:after{background:linear-gradient(90deg,rgba(255,255,255,.86) 0%,rgba(255,255,255,.68) 52%,rgba(255,255,255,.14) 100%)} .hero-content{padding:58px 0 150px;max-width:560px} h1{font-size:48px} .about-grid,.facility-grid,.enquiry-grid{grid-template-columns:1fr;gap:35px} .event{flex-basis:calc((100% - 22px)/2)} .event-media{height:250px} .value-grid{grid-template-columns:repeat(5,1fr)} .value{padding:20px 8px} .value b{font-size:11px} .footer-grid{grid-template-columns:1fr 1fr}}
@media(max-width:600px){.container{width:calc(100% - 28px)} section{padding:55px 0} .nav{height:68px} .brand{gap:9px} .brand img{width:43px;height:43px} .brand-text strong{font-size:14px} .brand-text span{font-size:10px} .brand-text small{font-size:7px;letter-spacing:2.5px} .menu{font-size:30px} .hero{min-height:590px} .hero-bg img{object-fit:cover;object-position:62% center} .hero-bg:after{background:linear-gradient(90deg,rgba(255,255,255,.88) 0%,rgba(255,255,255,.72) 55%,rgba(255,255,255,.14) 100%)} .hero-content{padding:55px 0 150px} .eyebrow{font-size:9px;letter-spacing:3px} h1{font-size:38px;letter-spacing:-1px;margin:18px 0 15px} .goldline{width:88px;height:5px;margin:17px 0} .place{font-size:16px;letter-spacing:4px} .hero-copy{font-size:13px;line-height:1.55;max-width:330px} .btn{padding:14px 19px;font-size:13px;gap:18px} .stats{width:calc(100% - 28px);margin:-42px auto 0;border-radius:17px} .stat{padding:17px 6px} .stat .ico{font-size:24px} .stat b{font-size:21px} .stat span{font-size:9px} .section-title{font-size:34px} .section-title:after{width:90px;height:4px;margin-top:14px} .about p{font-size:13px;line-height:1.65} .student-photo{margin-top:10px} .facility-grid{gap:25px} .facility-photo img{height:auto} .checks{gap:15px} .check p{font-size:12px} .events-head{align-items:end} .events-head .section-title{margin-bottom:0} .arrows{gap:7px} .arrow{width:40px;height:40px;font-size:18px} .carousel{margin-top:25px} .track{gap:0} .event{flex:0 0 100%;border-radius:17px;box-shadow:none} .event-media{height:360px} .event-body{padding:18px} .event h3{font-size:21px} .event p{font-size:14px} .value-grid{border:0;border-radius:0;background:transparent;grid-template-columns:repeat(5,1fr)} .value{padding:22px 4px;background:transparent;border-right:1px solid #d2e2ef} .value .vico{font-size:25px;margin-bottom:10px} .value b{font-size:9px;line-height:1.35} .enquiry-grid{gap:18px} .pitch,.form{padding:24px;border-radius:16px} .pitch h2{font-size:27px} .fields{grid-template-columns:1fr;gap:12px} .full{grid-column:auto} footer{padding:40px 0 18px} .footer-grid{grid-template-columns:1fr 1fr;gap:25px} .foot-brand{grid-column:1/-1} footer p,footer li{font-size:11px} .wa{width:58px;height:58px;right:18px;bottom:18px}}
@media(max-width:380px){h1{font-size:34px} .hero{min-height:565px} .event-media{height:320px} .value b{font-size:8px} .brand-text strong{font-size:13px}}
.mobile-nav{display:none} body.open .mobile-nav{display:flex;position:fixed;top:68px;left:0;right:0;z-index:49;background:#fff;border-bottom:1px solid #dbe5ef;box-shadow:0 12px 25px rgba(0,0,0,.10);padding:14px;flex-direction:column;gap:2px} .mobile-nav a{padding:12px 10px;font-weight:700} @media(min-width:901px){.mobile-nav{display:none!important}}

/* ===== FINAL PROFESSIONAL TYPOGRAPHY + SPACING ===== */
:root{
  --navy:#073b7a; --blue:#0b67c7; --gold:#f4bd18;
  --ink:#123f75; --muted:#667587; --pale:#eef7ff;
  --line:#dbe5ef; --shadow:0 10px 28px rgba(10,55,100,.09);
}
html,body{width:100%;max-width:100%;overflow-x:hidden}
body{font-family:"Inter","Segoe UI",Arial,sans-serif;font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
h1,.section-title,h2,h3,.brand-text strong,.pitch h2,.form h2,footer h3{font-family:"Poppins","Inter","Segoe UI",Arial,sans-serif}
.container{width:min(1160px,calc(100% - 48px));margin-inline:auto}
.header{position:sticky;top:0}
.nav{min-height:78px;height:78px;gap:28px}
.brand{gap:12px}
.brand img{width:54px;height:54px}
.brand-text strong{font-size:18px;line-height:1.15;letter-spacing:.1px}
.brand-text span{font-size:13px;line-height:1.2;margin-top:2px}
.brand-text small{font-size:9px;letter-spacing:3.5px;line-height:1.2;margin-top:4px}
.navlinks{gap:20px;font-size:12px;white-space:nowrap}
.menu{font-size:30px;line-height:1}
/* Hero: use the real photo at a controlled natural scale instead of a tall cover crop. */
.hero{min-height:520px;background:#f7fbff}
.hero-bg{display:flex;align-items:stretch;justify-content:flex-end;background:linear-gradient(90deg,#fff 0%,#f7fbff 48%,#edf6fd 100%)}
.hero-bg img{width:62%;height:100%;object-fit:cover;object-position:center center;filter:saturate(1.05) contrast(1.03) brightness(.99)}
.hero-bg:after{background:linear-gradient(90deg,rgba(255,255,255,1) 0%,rgba(255,255,255,.92) 25%,rgba(255,255,255,.45) 47%,rgba(255,255,255,.08) 70%,rgba(255,255,255,0) 100%)}
.hero-content{padding:86px 0 120px;max-width:600px}
.eyebrow{font-size:12px;letter-spacing:4px;line-height:1.3}
h1{font-size:clamp(46px,5vw,70px);line-height:1.02;letter-spacing:-2px;margin:20px 0 16px;font-weight:800}
.goldline{width:96px;height:5px;margin:18px 0;border-radius:4px}
.place{font-size:20px;letter-spacing:5px;line-height:1.3}
.hero-copy{font-size:15px;line-height:1.65;max-width:500px;margin:12px 0 22px}
.btn{padding:14px 22px;gap:22px;font-size:14px}
.stats{width:min(1120px,calc(100% - 48px));margin:-46px auto 0;border-radius:18px}
.stat{padding:19px 18px}.stat .ico{font-size:28px}.stat b{font-size:25px;line-height:1.2}.stat span{font-size:11px;line-height:1.45}
section{padding:76px 0}
.kicker{font-size:12px;letter-spacing:.1px}.section-title{font-size:40px;line-height:1.08;margin:10px 0 18px;letter-spacing:-1.1px}.section-title:after{width:96px;height:4px;margin-top:14px}
.about-grid{grid-template-columns:.88fr 1.12fr;gap:54px}.about p{font-size:14px;line-height:1.75;margin:0 0 14px}.student-photo{border-radius:16px}
.facility-grid{gap:52px}.facility-photo{border-radius:16px}.checks{gap:16px}.check{grid-template-columns:30px 1fr;gap:10px}.check i{width:28px;height:28px}.check b{font-size:14px}.check p{font-size:12px;line-height:1.5}
.events-head{align-items:flex-end}.arrows{gap:8px}.arrow{width:42px;height:42px;font-size:19px}.carousel{margin-top:28px}.track{gap:20px}.event{flex:0 0 calc((100% - 40px)/3);min-width:0;border-radius:16px}.event-media{height:235px}.event-media img{object-fit:contain;background:#f4f8fc}.event-body{padding:18px}.date{font-size:11px}.event h3{font-size:19px;line-height:1.3;margin:9px 0 7px}.event p{font-size:13px;line-height:1.5}
.values{padding:0}.value-grid{border-radius:0}.value{padding:25px 12px}.value .vico{font-size:29px;margin-bottom:10px}.value b{font-size:12px;line-height:1.4}
.enquiry-wrap{padding:72px 0}.enquiry-grid{gap:22px}.pitch{padding:30px;border-radius:16px}.pitch h2{font-size:30px;line-height:1.15}.form{padding:28px;border-radius:16px}.fields{gap:14px;margin-top:20px}
footer{padding:48px 0 18px}.footer-grid{gap:28px}.foot-brand img{width:58px;height:58px}footer p,footer li{font-size:12px;line-height:1.6}
.wa{width:58px;height:58px;right:20px;bottom:20px}
/* tablet */
@media (max-width:900px){
  .container{width:calc(100% - 36px)}
  .nav{height:70px;min-height:70px;gap:12px}
  .navlinks{display:none!important}.menu{display:block!important;margin-left:auto}
  .brand img{width:46px;height:46px}.brand-text strong{font-size:16px}.brand-text span{font-size:11px}.brand-text small{font-size:8px;letter-spacing:3px}
  .hero{min-height:500px}
  .hero-bg img{width:62%;object-fit:cover;object-position:center center}
  .hero-content{padding:62px 0 100px;max-width:54%}
  h1{font-size:clamp(40px,6vw,56px)}
  .hero-copy{font-size:14px;max-width:360px}
  section{padding:62px 0}
  .about-grid,.facility-grid,.enquiry-grid{grid-template-columns:1fr;gap:30px}
  .student-photo{max-width:760px}
  .event{flex:0 0 calc((100% - 20px)/2);min-width:0}.event-media{height:230px}
  .footer-grid{grid-template-columns:1fr 1fr}
}
/* phone */
@media (max-width:600px){
  .container{width:calc(100% - 28px)}
  .nav{height:66px;min-height:66px}.brand{gap:8px}.brand img{width:42px;height:42px}.brand-text strong{font-size:14px}.brand-text span{font-size:10px}.brand-text small{font-size:7px;letter-spacing:2.5px}.menu{font-size:29px}
  .hero{min-height:500px}
  .hero-bg{justify-content:flex-end;background:#f5faff}
  .hero-bg img{width:100%;height:100%;object-fit:cover;object-position:center center;opacity:.95}
  .hero-bg:after{background:linear-gradient(90deg,rgba(255,255,255,.93) 0%,rgba(255,255,255,.80) 38%,rgba(255,255,255,.38) 68%,rgba(255,255,255,.08) 100%)}
  .hero-content{padding:54px 0 80px;max-width:92%}
  .eyebrow{font-size:8px;letter-spacing:2.7px}.hero h1{font-size:35px;line-height:1.06;letter-spacing:-.8px;margin:16px 0 13px}.goldline{width:82px;height:4px;margin:15px 0}.place{font-size:15px;letter-spacing:3.5px}.hero-copy{font-size:12px;line-height:1.55;max-width:320px;margin:10px 0 18px}.btn{font-size:12px;padding:13px 18px;gap:16px}
  .stats{width:calc(100% - 28px);margin:-30px auto 0;border-radius:15px}.stat{padding:15px 4px}.stat .ico{font-size:22px}.stat b{font-size:19px}.stat span{font-size:8px;line-height:1.35}
  section{padding:50px 0}.kicker{font-size:10px}.section-title{font-size:32px;letter-spacing:-.8px;margin:8px 0 15px}.section-title:after{width:82px;height:4px;margin-top:12px}
  .about p{font-size:12px;line-height:1.65}.about-grid,.facility-grid{gap:24px}.student-photo img,.facility-photo img{width:100%;height:auto}
  .events-head{gap:12px}.arrow{width:38px;height:38px;font-size:17px}.carousel{margin-top:22px}.track{gap:0;width:100%;}.event{flex:0 0 100%;width:100%;min-width:0;border-radius:15px}.event-media{height:auto;aspect-ratio:4/3}.event-media img{width:100%;height:100%;object-fit:contain}.event-body{padding:16px}.event h3{font-size:19px}.event p{font-size:13px}
  .values{padding:0}.value-grid{grid-template-columns:repeat(5,1fr);overflow:visible}.value{padding:18px 3px}.value .vico{font-size:23px;margin-bottom:8px}.value b{font-size:8px;line-height:1.3}
  .enquiry-wrap{padding:50px 0}.pitch,.form{padding:22px;border-radius:15px}.pitch h2{font-size:25px}.fields{grid-template-columns:1fr;gap:11px}input,select,textarea{padding:12px}
  footer{padding:38px 0 16px}.footer-grid{grid-template-columns:1fr;gap:22px}.foot-brand{grid-column:auto}.copyright{margin-top:25px;font-size:10px;line-height:1.5}
  .wa{width:54px;height:54px;right:16px;bottom:16px}
}
/* extra safety for Android browsers that report a wide CSS viewport */
@media (pointer:coarse) and (max-width:1100px){
  .navlinks{display:none!important}.menu{display:block!important;margin-left:auto}
}



/* FINAL REFERENCE HERO — desktop + mobile */
.reference-hero{width:100%;margin:0;padding:0;background:#fff;overflow:hidden;line-height:0;min-height:0}
.hero-reference-picture{display:block;width:100%;margin:0;padding:0}
.hero-reference-picture img{display:block;width:100%;height:auto;max-width:100%;margin:0;padding:0;border:0;object-fit:contain}
@media (max-width:700px){
  .reference-hero{width:100vw;max-width:100vw;overflow:hidden}
  .hero-reference-picture img{width:100%;height:auto;object-fit:contain;object-position:center top}
}
@media (min-width:701px){
  .hero-reference-picture img{width:100%;height:auto;object-fit:contain;object-position:center top}
}

/* ========================================================================= */

:root{--navy:#062f63;--blue:#075fba;--blue2:#0a70d1;--gold:#f4bd18;--ink:#0b376d;--muted:#5c6d80;--pale:#eaf4ff;--pale2:#f3f8fd;--line:#cbd9e7;--shadow:0 18px 45px rgba(6,47,99,.14)}
body{font-family:Inter,Arial,sans-serif;color:var(--ink);background:#fff}
.header{background:rgba(255,255,255,.98);border-bottom:1px solid #c9d7e6;box-shadow:0 4px 18px rgba(6,47,99,.06)}
.navlinks{color:#173f70;gap:20px}
.navlinks a{font-size:12px;white-space:nowrap}
.enquiry{background:var(--gold);box-shadow:0 7px 16px rgba(244,189,24,.25)}
.hero{min-height:570px;background:#eaf3fb}
.hero-bg{background:linear-gradient(90deg,#f7fbff 0%,#eef6fc 42%,#dcecf9 100%)}
.hero-bg img{width:68%;object-fit:contain;object-position:right center;filter:saturate(1.08) contrast(1.06) brightness(.94);mix-blend-mode:normal}
.hero-bg:after{background:linear-gradient(90deg,rgba(247,251,255,.98) 0%,rgba(247,251,255,.88) 25%,rgba(247,251,255,.42) 48%,rgba(247,251,255,.08) 72%,rgba(247,251,255,0) 100%)}
.hero-content{padding:86px 0 120px;max-width:650px}
.eyebrow{color:#0a376b;letter-spacing:4.5px}
h1{color:#063b78;font-weight:900;letter-spacing:-2.2px;line-height:1.02;margin:20px 0 18px}
.goldline{height:5px;width:92px;margin:18px 0}
.place{color:#0a3d77;font-weight:900}
.hero-copy{color:#536579;line-height:1.65}
.btn{background:linear-gradient(135deg,#0a70d1,#0755a8);box-shadow:0 12px 28px rgba(7,95,186,.28)}
.stats{border-color:#c6d6e6;box-shadow:0 16px 38px rgba(6,47,99,.13)}
.stat{border-color:#d6e1ec}.stat b{color:#0a3971}.stat span{color:#627386}
section{padding:78px 0}
.kicker{color:#0a477f}.section-title{color:#073b75;font-weight:900}.section-title:after{background:var(--gold)}
.about{background:#fff}.about p{color:#5d6d7e}
.student-photo,.facility-photo,.event{border-color:#cbd9e7;box-shadow:0 12px 30px rgba(6,47,99,.10)}
.facility{background:linear-gradient(180deg,#eaf5ff 0%,#f5faff 100%)}
.check i{background:#dcecff;color:#073b75}.check p{color:#5d6d7e}
#events{background:#fff}
.event{background:#fff}.event-media{background:#edf4fb}.event h3{color:#0a3d76}.event p{color:#667587}.arrow{background:#073f7c;box-shadow:0 8px 18px rgba(7,63,124,.18)}
.dot.active{background:var(--gold)}
.value-strip{background:#e7f3ff!important;border-top:1px solid #d3e3f1;border-bottom:1px solid #d3e3f1}
.value{border-right-color:#cbddea}.value b{color:#164676}
.enquiry-wrap{background:#eef6fd}.pitch{background:linear-gradient(135deg,#075eb9,#052f66);box-shadow:0 14px 35px rgba(6,47,99,.16)}
.form{box-shadow:0 14px 35px rgba(6,47,99,.10);border-color:#cbd9e7}
.submit{background:#f4bd18}
footer{background:#052f66!important}
footer *{border-color:rgba(255,255,255,.18)}
@media(max-width:900px){
 .hero{min-height:530px}
 .hero-bg img{width:100%;height:100%;object-fit:cover;object-position:68% center}
 .hero-bg:after{background:linear-gradient(90deg,rgba(247,251,255,.96) 0%,rgba(247,251,255,.80) 38%,rgba(247,251,255,.24) 68%,rgba(247,251,255,.04) 100%)}
 .hero-content{padding:58px 0 115px;max-width:520px}
 h1{font-size:clamp(38px,7vw,54px);letter-spacing:-1.4px}
 section{padding:62px 0}
}
@media(max-width:600px){
 .container{width:calc(100% - 28px)}
 .nav{height:70px}.brand img{width:44px;height:44px}.brand-text strong{font-size:15px}.brand-text span{font-size:10px}.brand-text small{font-size:7px;letter-spacing:2.6px}
 .navlinks{display:none!important}.menu{display:block!important;margin-left:auto;color:#073b75}
 .hero{min-height:555px}
 .hero-bg img{width:100%;object-fit:cover;object-position:66% center}
 .hero-bg:after{background:linear-gradient(90deg,rgba(247,251,255,.97) 0%,rgba(247,251,255,.82) 48%,rgba(247,251,255,.30) 76%,rgba(247,251,255,.05) 100%)}
 .hero-content{padding:58px 0 125px;max-width:100%}
 .eyebrow{font-size:9px;letter-spacing:3px}
 h1{font-size:39px;line-height:1.04;margin:17px 0 15px;max-width:355px}
 .place{font-size:16px;letter-spacing:4px}.hero-copy{font-size:13px;max-width:320px}
 .stats{width:calc(100% - 24px);margin:-34px auto 0}.stat{padding:16px 4px}.stat b{font-size:20px}.stat span{font-size:9px}
 section{padding:54px 0}.section-title{font-size:34px;margin-top:10px}
 .about-grid,.facility-grid,.enquiry-grid{gap:28px}
 .event{flex:0 0 100%}.event-media{height:auto;aspect-ratio:4/3}.event-media img{object-fit:contain;background:#edf4fb}
 .events-head{gap:12px}.arrow{width:40px;height:40px}.carousel{margin-top:22px}
 .value-grid{background:#e7f3ff!important}.value{padding:20px 3px}.value b{font-size:9px}
 .footer-grid{grid-template-columns:1fr;gap:28px}.foot-brand{grid-column:auto}
}

/* ========================================================================= */

/* FINAL HEADER FIX */
.header .nav{display:flex;align-items:center;justify-content:flex-start;gap:26px;min-height:78px;height:78px}
.header .brand{display:flex;align-items:center;flex:0 0 auto;min-width:250px;gap:12px}
.header .brand-text{min-width:0}
.header .brand-text strong{font-size:18px;line-height:1.12;letter-spacing:.15px;white-space:nowrap}
.header .brand-text span{font-size:13px;line-height:1.25;white-space:nowrap}
.header .brand-text small{font-size:9px;letter-spacing:3.5px;line-height:1.2;white-space:nowrap}
.header .navlinks{display:flex;align-items:center;justify-content:flex-end;flex:1 1 auto;gap:24px;margin-left:auto;white-space:nowrap}
.header .navlinks a{font-size:13px;line-height:1.2;white-space:nowrap}
.header .enquiry{padding:10px 15px;white-space:nowrap}
.header .menu{display:none!important;margin-left:auto;flex:0 0 auto}
@media (max-width:1100px){
  .header .nav{gap:16px}
  .header .brand{min-width:235px}
  .header .navlinks{gap:14px}
  .header .navlinks a{font-size:11px}
}
@media (max-width:900px){
  .header .nav{height:68px;min-height:68px;gap:10px}
  .header .brand{min-width:0;flex:1 1 auto;gap:9px}
  .header .brand img{width:44px;height:44px;flex:0 0 44px}
  .header .brand-text strong{font-size:14px}
  .header .brand-text span{font-size:10px}
  .header .brand-text small{font-size:7px;letter-spacing:2.7px}
  .header .navlinks{display:none!important}
  .header .menu{display:flex!important;align-items:center;justify-content:center;border:0;background:transparent;color:#073b7a;width:44px;height:44px;padding:0;font-size:30px;line-height:1;cursor:pointer}
}
@media (max-width:600px){
  .header .nav{height:66px;min-height:66px}
  .header .container{width:calc(100% - 24px)}
  .header .brand img{width:42px;height:42px;flex-basis:42px}
  .header .brand-text strong{font-size:13px}
  .header .brand-text span{font-size:9.5px}
  .header .brand-text small{font-size:6.5px;letter-spacing:2.4px}
  .header .menu{width:42px;height:42px;font-size:29px}
}

/* ========================================================================= */

html{scroll-behavior:smooth;scroll-padding-top:92px}
section[id],footer[id]{scroll-margin-top:92px}
.header .navlinks a,.mobile-nav a,footer a{cursor:pointer}
.header .navlinks{position:relative;z-index:60}

/* ========================================================================= */

/* FINAL OVERRIDE: stable hero layout on Android/mobile + desktop */
html,body{width:100%!important;max-width:100%!important;overflow-x:hidden!important}
*,*::before,*::after{box-sizing:border-box}
.hero{position:relative!important;isolation:isolate!important;overflow:hidden!important;width:100%!important}
.hero-bg{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;display:block!important;overflow:hidden!important}
.hero-bg img{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;display:block!important;max-width:none!important;object-fit:cover!important;object-position:center center!important;margin:0!important}
.hero-bg:after{position:absolute!important;inset:0!important;pointer-events:none!important}
.hero>.container{position:relative!important;z-index:2!important;width:min(1160px,calc(100% - 48px))!important;margin-inline:auto!important}
.hero-content{position:relative!important;z-index:3!important;max-width:650px!important}
@media (max-width:900px){
 .hero{min-height:560px!important}
 .hero>.container{width:calc(100% - 32px)!important}
 .hero-bg img{object-position:center center!important;object-fit:cover!important}
 .hero-content{max-width:590px!important;padding:72px 0 115px!important}
 .hero h1{font-size:clamp(40px,8vw,56px)!important;line-height:1.04!important;letter-spacing:-1.2px!important}
 .hero .eyebrow{font-size:10px!important;letter-spacing:3px!important;line-height:1.5!important}
 .hero .hero-copy{font-size:15px!important;line-height:1.6!important;max-width:430px!important}
}
@media (max-width:600px){
 .hero{min-height:570px!important}
 .hero>.container{width:calc(100% - 32px)!important}
 .hero-bg img{object-position:center center!important;object-fit:cover!important}
 .hero-bg:after{background:linear-gradient(90deg,rgba(247,251,255,.94) 0%,rgba(247,251,255,.78) 42%,rgba(247,251,255,.28) 72%,rgba(247,251,255,.08) 100%)!important}
 .hero-content{max-width:100%!important;padding:68px 0 105px!important}
 .hero .eyebrow{font-size:9px!important;letter-spacing:2.5px!important;white-space:normal!important}
 .hero h1{font-size:clamp(36px,10vw,46px)!important;line-height:1.04!important;letter-spacing:-1px!important;margin:18px 0 16px!important}
 .hero .goldline{width:84px!important;height:5px!important;margin:16px 0!important}
 .hero .place{font-size:17px!important;letter-spacing:4px!important}
 .hero .hero-copy{font-size:14px!important;line-height:1.6!important;max-width:350px!important;margin:10px 0 20px!important}
 .hero .btn{font-size:14px!important;padding:15px 22px!important;border-radius:32px!important}
}
.video-fallback a{color:#075bb5;font-weight:700;text-decoration:none}@media(max-width:600px){}

/* ========================================================================= */

/* FINAL: responsive Photos layout */
.media-section .container{width:min(1180px,calc(100% - 40px))!important;margin-left:auto!important;margin-right:auto!important}
.media-section .photo-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:24px!important;width:100%!important;margin:30px 0 0!important}
.media-section .media-card{display:block!important;width:100%!important;min-width:0!important;max-width:none!important;margin:0!important}
.media-section .photo-card img{display:block!important;width:100%!important;height:auto!important;aspect-ratio:4/3!important;object-fit:contain!important;background:#f4f8fc!important}
.media-section .photo-card figcaption{display:block!important;width:100%!important;box-sizing:border-box!important;white-space:normal!important;overflow-wrap:anywhere!important;word-break:normal!important;line-height:1.45!important}
@media(max-width:700px){
  .media-section{padding:48px 0 60px!important}
  .media-section .container{width:calc(100% - 28px)!important}
  .media-section .media-head{display:block!important;margin-bottom:24px!important}
  .media-section .media-intro{max-width:none!important;font-size:14px!important;line-height:1.65!important}
  .media-section .photo-grid{grid-template-columns:1fr!important;gap:20px!important;margin-top:24px!important}
  .media-section .media-card{border-radius:16px!important}
  .media-section .photo-card img{aspect-ratio:16/9!important;height:auto!important}
  .media-section .photo-card figcaption{padding:15px 16px!important;font-size:18px!important;line-height:1.35!important}
}

/* ========================================================================= */

/* Standard school website — not a full-screen landing page */
:root{--navy:#0b3b78;--blue:#1167c8;--gold:#f4bf18;--ink:#153f73;--muted:#667487;--line:#dce6ef;--soft:#f4f8fc}
html{scroll-behavior:smooth;overflow-x:hidden}
body{margin:0;background:#fff;color:var(--ink);overflow-x:hidden;font-family:"Inter","Segoe UI",Arial,sans-serif}
*{box-sizing:border-box}
.container{width:min(1180px,calc(100% - 40px));margin-inline:auto}
.header{position:sticky;top:0;z-index:100;background:#fff!important;border-bottom:1px solid #e5ebf1!important;box-shadow:0 2px 12px rgba(12,45,80,.06)!important;min-height:78px!important}
.header .container{min-height:78px!important;display:flex!important;align-items:center!important;gap:28px!important}
.header nav{display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:22px!important;flex:1!important;white-space:nowrap!important}
.header nav a{font-size:13px!important;font-weight:600!important;color:#23476f!important;text-decoration:none!important;letter-spacing:.1px!important}
.header nav a:hover{color:#0d67c7!important}
.hero{position:relative!important;min-height:500px!important;height:auto!important;display:flex!important;align-items:stretch!important;background:#f7fafd!important;overflow:hidden!important}
.hero-bg{position:absolute!important;inset:0!important;z-index:0!important}
.hero-bg img{width:100%!important;height:100%!important;object-fit:cover!important;object-position:center center!important;filter:saturate(1.03) contrast(1.02)!important}
.hero-bg:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.97) 0%,rgba(255,255,255,.88) 34%,rgba(255,255,255,.38) 58%,rgba(255,255,255,.05) 100%);}
.hero>.container{position:relative!important;z-index:2!important;display:flex!important;align-items:center!important;padding:70px 0!important}
.hero .hero-content{width:min(620px,55%)!important}
.hero h1{font-size:clamp(42px,5vw,68px)!important;line-height:1.03!important;letter-spacing:-1.8px!important;margin:14px 0 18px!important;font-weight:800!important}
.hero p{font-size:17px!important;line-height:1.7!important;max-width:570px!important;margin:0 0 24px!important;color:#617184!important}
.kicker{font-size:13px!important;font-weight:700!important;letter-spacing:.18em!important;color:#1c4b80!important}
.section-title{font-size:clamp(32px,4vw,48px)!important;line-height:1.08!important;letter-spacing:-1px!important;margin:8px 0 22px!important;font-weight:800!important}
section{padding:78px 0!important}
#about{background:#fff!important}
.about-grid{display:grid!important;grid-template-columns:1fr 1fr!important;gap:58px!important;align-items:center!important}
.about p{font-size:15px!important;line-height:1.75!important;color:#687789!important;margin:0 0 17px!important}
.student-photo img,.facility-photo img{display:block!important;width:100%!important;height:auto!important;max-height:520px!important;object-fit:cover!important;border-radius:16px!important;border:1px solid var(--line)!important}
.facility{background:#f2f8fd!important}
.facility-grid{display:grid!important;grid-template-columns:1fr 1fr!important;gap:58px!important;align-items:center!important}
.facility-grid ul{margin:24px 0 0!important;padding:0!important}
#events{background:#fff!important}
.events-head{display:flex!important;align-items:flex-end!important;justify-content:space-between!important;margin-bottom:26px!important}
.carousel{width:100%!important;overflow:hidden!important;border-radius:16px!important}
.track{display:flex!important;gap:22px!important;transition:transform .55s ease!important;will-change:transform!important}
.event{flex:0 0 calc((100% - 44px)/3)!important;min-width:0!important;overflow:hidden!important;border:1px solid var(--line)!important;border-radius:16px!important;background:#fff!important;box-shadow:0 8px 24px rgba(16,54,92,.07)!important}
.event-media{width:100%!important;aspect-ratio:16/9!important;background:#eef3f8!important;overflow:hidden!important}
.event-media img{width:100%!important;height:100%!important;display:block!important;object-fit:contain!important;background:#eef3f8!important}
.event-body{padding:20px!important}
.event-body h3{font-size:21px!important;line-height:1.25!important;margin:8px 0!important}
.event-body p{font-size:14px!important;line-height:1.6!important;color:#6a7888!important;margin:0!important}
.values{padding:0!important;background:#eef7ff!important;border-top:1px solid #e1edf7!important;border-bottom:1px solid #e1edf7!important}
.value-grid{display:grid!important;grid-template-columns:repeat(5,1fr)!important}
.value{padding:28px 16px!important;text-align:center!important;border-right:1px solid #d6e4f0!important}
.value:last-child{border-right:0!important}.value .vico{font-size:30px!important;margin-bottom:10px!important}.value b{font-size:14px!important;line-height:1.45!important}
.enquiry-wrap{background:#f6f9fc!important}
.enquiry-grid{display:grid!important;grid-template-columns:1fr 1.15fr!important;gap:28px!important;align-items:stretch!important}
.pitch,.form{border-radius:16px!important;padding:34px!important}.pitch{background:#0b4387!important;color:#fff!important}.pitch h2,.form h2{font-size:32px!important;line-height:1.15!important;margin:10px 0 14px!important}.pitch p{line-height:1.65!important;color:#d9e8f8!important}.pitch ul{padding:0!important;list-style:none!important;line-height:2!important}
.form{background:#fff!important;border:1px solid var(--line)!important;box-shadow:0 8px 24px rgba(16,54,92,.06)!important}.fields{gap:16px!important}.form label{font-size:12px!important;font-weight:700!important}.form input,.form select,.form textarea{font:inherit!important;width:100%!important;margin-top:7px!important;padding:13px 14px!important;border:1px solid #d5e0ea!important;border-radius:9px!important;background:#fff!important}.form textarea{min-height:130px!important;resize:vertical!important}
footer{background:#0b3975!important;color:#fff!important;padding:52px 0 24px!important}footer a{color:#d9e8f8!important}
/* no accidental overflow from wide content */
img{max-width:100%;height:auto}.track,.header,.hero,.container{max-width:100vw}
@media(max-width:900px){
 .container{width:calc(100% - 28px)}
 .header,.header .container{min-height:68px!important}
 .header .container{gap:12px!important}
 .header nav{display:none!important}
 .header .menu-toggle,.header .hamburger,.header button{display:flex!important;margin-left:auto!important}
 .hero{min-height:470px!important}
 .hero>.container{padding:48px 0!important;align-items:flex-end!important}
 .hero .hero-content{width:58%!important}
 .hero-bg img{object-position:62% center!important}
 .hero-bg:after{background:linear-gradient(90deg,rgba(255,255,255,.96) 0%,rgba(255,255,255,.84) 48%,rgba(255,255,255,.2) 78%,rgba(255,255,255,.04) 100%)}
 .about-grid,.facility-grid,.enquiry-grid{grid-template-columns:1fr!important;gap:34px!important}
 .event{flex-basis:calc((100% - 22px)/2)!important}
 .value-grid{grid-template-columns:repeat(5,1fr)!important}
 .value{padding:22px 7px!important}.value .vico{font-size:26px!important}.value b{font-size:11px!important}
}
@media(max-width:600px){
 section{padding:52px 0!important}
 .container{width:calc(100% - 24px)}
 .header{position:sticky!important;top:0!important}
 .hero{min-height:520px!important}
 .hero>.container{padding:38px 0 44px!important;align-items:flex-end!important}
 .hero .hero-content{width:100%!important;max-width:430px!important}
 .hero-bg img{object-position:68% center!important}
 .hero-bg:after{background:linear-gradient(180deg,rgba(255,255,255,.35) 0%,rgba(255,255,255,.72) 43%,rgba(255,255,255,.96) 73%,rgba(255,255,255,.99) 100%)!important}
 .hero h1{font-size:38px!important;letter-spacing:-1.2px!important;line-height:1.05!important;margin:12px 0 15px!important}
 .hero p{font-size:14px!important;line-height:1.55!important;margin-bottom:20px!important}
 .section-title{font-size:34px!important;letter-spacing:-.8px!important;margin-bottom:18px!important}
 .about-grid,.facility-grid{gap:24px!important}
 .student-photo img,.facility-photo img{max-height:none!important;aspect-ratio:4/3!important;object-fit:cover!important}
 .events-head{align-items:center!important;margin-bottom:18px!important}.events-head .section-title{margin-bottom:0!important}.arrows{display:flex!important;gap:8px!important}.arrow{width:42px!important;height:42px!important}
 .track{gap:0!important}.event{flex:0 0 100%!important;border-radius:14px!important}.event-media{aspect-ratio:4/3!important}.event-body{padding:18px!important}.event-body h3{font-size:21px!important}
 .value-grid{grid-template-columns:repeat(5,1fr)!important}.value{min-width:0!important;padding:20px 4px!important}.value .vico{font-size:23px!important;margin-bottom:8px!important}.value b{font-size:9px!important;line-height:1.35!important;display:block}
 .pitch,.form{padding:24px!important}.pitch h2,.form h2{font-size:26px!important}
 footer{padding:40px 0 20px!important}.footer-grid{grid-template-columns:1fr!important;gap:28px!important}
}

/* ========================================================================= */

/* FINAL VISUAL PASS: stronger colours, balanced typography, full hero image on mobile */
:root{
 --navy:#073B78; --blue:#0A67C7; --gold:#F6BD16;
 --ink:#123F78; --muted:#5E6D7E; --line:#D4E0EB;
}
body{font-family:"Inter","Segoe UI",Arial,sans-serif;color:var(--ink);background:#fff}
.header{background:#fff!important;box-shadow:0 3px 16px rgba(7,59,120,.10)!important}
.header .container{gap:32px!important}
.header nav{gap:26px!important}
.header nav a{font-size:13px!important;letter-spacing:.15px!important;color:#163F70!important;padding:10px 0!important}
.header nav a:hover{color:var(--blue)!important}
.brand-text strong{color:#073B78!important;font-weight:800!important}
.brand-text span{color:#174477!important;font-weight:700!important}
.brand-text small{color:#174477!important}
.hero{background:#eef5fb!important;min-height:610px!important}
.hero-bg img{filter:saturate(1.08) contrast(1.04) brightness(1.02)!important}
.hero-bg:after{background:linear-gradient(90deg,rgba(255,255,255,.86) 0%,rgba(255,255,255,.68) 32%,rgba(255,255,255,.20) 62%,rgba(255,255,255,.02) 100%)!important}
.hero>.container{padding:82px 0 150px!important}
.hero .hero-content{width:min(650px,58%)!important}
.hero h1{color:#063B78!important;font-weight:800!important;line-height:1.02!important;letter-spacing:-1.7px!important}
.hero .eyebrow,.hero .place{color:#073B78!important}
.hero .goldline{background:#F6BD16!important}
.hero p{color:#55687B!important}
.btn{background:#0A67C7!important;box-shadow:0 10px 24px rgba(10,103,199,.28)!important}
.stats{border-color:#C9D9E8!important;box-shadow:0 14px 36px rgba(7,59,120,.13)!important}
.section-title{color:#083E7A!important;font-weight:800!important;line-height:1.08!important;letter-spacing:-.9px!important}
.kicker{color:#174A7E!important}
.section-title:after{background:#F6BD16!important}
.about p,.check p,.event p{color:#5E6D7E!important}
.student-photo,.facility-photo{box-shadow:0 10px 28px rgba(7,59,120,.10)!important}
.event{box-shadow:0 10px 28px rgba(7,59,120,.09)!important}
.event-media{background:#f0f5fa!important}
.event-media img{object-fit:contain!important}
.arrow{background:#073F7F!important}
.values{background:#E7F3FD!important}
.value{background:transparent!important}
.enquiry-wrap{background:#F1F7FC!important}
.pitch{background:linear-gradient(135deg,#0A5DB8,#063B78)!important}
.submit{background:#F6BD16!important}
footer{background:#06366F!important}
.wa{background:#20C968!important}

@media(max-width:900px){
 .hero{min-height:0!important}
 .hero>.container{padding:0 0 55px!important;display:block!important}
 .hero-bg{position:relative!important;inset:auto!important;width:100%!important;height:auto!important;overflow:hidden!important}
 .hero-bg img{width:100%!important;height:auto!important;max-height:none!important;object-fit:contain!important;object-position:center top!important}
 .hero-bg:after{display:none!important}
 .hero .hero-content{width:100%!important;max-width:680px!important;padding:42px 0 0!important}
 .hero h1{font-size:clamp(42px,7vw,58px)!important;line-height:1.04!important}
 .hero p{max-width:650px!important}
}
@media(max-width:600px){
 .header .container{gap:10px!important}
 .brand{min-width:0!important}
 .brand img{width:46px!important;height:46px!important}
 .brand-text{min-width:0!important}
 .brand-text strong{font-size:15px!important;white-space:nowrap!important}
 .brand-text span{font-size:10.5px!important;white-space:nowrap!important}
 .brand-text small{font-size:7px!important;letter-spacing:3px!important;white-space:nowrap!important}
 .menu{flex:0 0 44px!important;margin-left:auto!important}
 .hero>.container{width:100%!important;padding-bottom:48px!important}
 .hero-bg{width:100vw!important}
 .hero-bg img{width:100vw!important;height:auto!important;object-fit:contain!important;object-position:center top!important}
 .hero .hero-content{width:100%!important;padding:34px 24px 0!important}
 .hero .eyebrow{font-size:10px!important;letter-spacing:3.2px!important;line-height:1.7!important}
 .hero h1{font-size:clamp(34px,10vw,42px)!important;line-height:1.06!important;letter-spacing:-1px!important;margin:14px 0 16px!important}
 .hero .goldline{width:82px!important;height:5px!important;margin:16px 0!important}
 .hero .place{font-size:17px!important;letter-spacing:4px!important}
 .hero p{font-size:14px!important;line-height:1.65!important;max-width:none!important;margin-bottom:20px!important}
 .btn{font-size:14px!important;padding:14px 20px!important}
 .stats{width:calc(100% - 24px)!important;margin:-22px auto 0!important}
 .stat{padding:16px 5px!important}
 .stat b{font-size:22px!important}
 .stat span{font-size:9px!important}
 section{padding:56px 0!important}
 .section-title{font-size:34px!important}
 .about-grid,.facility-grid,.enquiry-grid{gap:26px!important}
 .student-photo img,.facility-photo img{aspect-ratio:auto!important;height:auto!important;object-fit:contain!important}
 .carousel{overflow:hidden!important}
 .track{gap:0!important;transform:translate3d(0,0,0)}
 .event{flex:0 0 100%!important;width:100%!important;min-width:100%!important}
 .event-media{height:auto!important;aspect-ratio:4/3!important}
 .event-media img{width:100%!important;height:100%!important;object-fit:contain!important}
 .event-body h3{font-size:20px!important;line-height:1.25!important}
 .event-body p{font-size:14px!important}
 .value{padding:22px 3px!important}
 .value b{font-size:9px!important}
 .pitch,.form{padding:24px!important}
 footer .foot-brand img{width:58px!important;height:58px!important}
 footer .footer-grid{gap:24px!important}
}

/* ========================================================================= */

/* Photos & Videos */
.media-section{background:#f5f9fd!important;padding:78px 0!important}
.media-head{display:flex;justify-content:space-between;align-items:end;gap:40px;margin-bottom:28px}
.media-intro{max-width:480px;margin:0;color:#667789;font-size:15px;line-height:1.7}
.photo-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:22px;margin-bottom:22px}
.media-card{background:#fff;border:1px solid #dce6ef;border-radius:18px;overflow:hidden;box-shadow:0 10px 28px rgba(16,54,92,.07)}
.photo-card img{display:block;width:100%;aspect-ratio:16/9;object-fit:cover}
.photo-card figcaption{padding:15px 18px;font-weight:800;color:#0b3b78;font-size:15px}
@media(max-width:900px){.media-head{align-items:start;flex-direction:column;gap:8px}.photo-grid,.media-section{padding:60px 0!important}}
@media(max-width:600px){.media-section{padding:52px 0!important}.media-head{margin-bottom:22px}.media-intro{font-size:13px}.media-card{border-radius:14px}.photo-card figcaption,}

/* ========================================================================= */

/* Final Photos spacing fix */
.media-section{padding:34px 0!important;}
.media-head{margin-bottom:14px!important;}
.photo-grid{margin-top:0!important;}
@media(max-width:900px){
  .media-section{padding:30px 0!important;}
  .media-head{margin-bottom:10px!important;gap:4px!important;}
  .media-intro{margin-bottom:0!important;}
  .photo-grid{gap:18px!important;margin-top:0!important;}
}
@media(max-width:600px){
  .media-section{padding:24px 0 36px!important;}
  .media-head{margin-bottom:8px!important;gap:2px!important;}
  .photo-grid{gap:16px!important;}
  .photo-card figcaption{padding:14px 18px!important;font-size:15px!important;line-height:1.35!important;}
}

/* ========================================================================= */

/* FINAL PHOTO FIX: show complete uploaded photo without cropping */
.media-section .photo-card img { width:100% !important; height:auto !important; aspect-ratio:4 / 3 !important; object-fit:contain !important; object-position:center center !important; display:block !important; background:#f4f8fc !important; }

/* Video player in events carousel */
.event-media video {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  background: #051a33 !important;
  display: block !important;
}
.event-badge {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: #f4bd18;
  color: #073b7a;
  padding: 3px 8px;
  border-radius: 6px;
  margin-bottom: 6px;
}
.wa svg {
  display: block;
  width: 30px;
  height: 30px;
  fill: #fff;
  transition: transform 0.2s ease;
}
.wa:hover svg {
  transform: scale(1.1);
}

/* Prominent Center Play Button Overlay */
.video-media {
  position: relative !important;
}
.play-btn-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: rgba(7, 59, 122, 0.9);
  color: #fff;
  border: 3px solid rgba(255, 255, 255, 0.95);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.45);
  display: grid;
  place-items: center;
  cursor: pointer;
  z-index: 5;
  transition: transform 0.2s ease, background 0.2s ease, opacity 0.3s ease;
  padding: 0;
  outline: none;
}
.play-btn-overlay svg {
  margin-left: 3px;
  display: block;
}
.play-btn-overlay:hover {
  transform: translate(-50%, -50%) scale(1.12);
  background: #0b67c7;
}
.video-media.playing .play-btn-overlay {
  opacity: 0;
  pointer-events: none;
}