:root {
  --navy: #0b1b35;
  --blue: #153b72;
  --pink: #e91570;
  --pink-dark: #c70d5d;
  --green: #44a91f;
  --yellow: #ffbf16;
  --cream: #fff9ef;
  --white: #ffffff;
  --text: #172033;
  --muted: #667085;
  --line: rgba(11, 27, 53, 0.1);
  --shadow: 0 20px 60px rgba(20, 43, 83, 0.12);
  --radius-xl: 34px;
  --radius-lg: 24px;
  --radius-md: 16px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background: var(--white);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }

.skip-link { position: fixed; left: 12px; top: -60px; z-index: 999; background: var(--navy); color: #fff; padding: 10px 14px; border-radius: 8px; transition: top .2s; }
.skip-link:focus { top: 12px; }

.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.section-pad { padding: 100px 0; }
.section-pad-sm { padding: 58px 0; }

.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,255,255,.92); backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(11,27,53,.06);
}
.nav-wrap { display: flex; align-items: center; justify-content: space-between; min-height: 86px; gap: 24px; }
.brand img { width: 250px; height: 58px; object-fit: contain; object-position: left center; }
.nav { display: flex; align-items: center; gap: 28px; font-size: 14px; font-weight: 700; }
.nav > a:not(.nav-cta) { position: relative; }
.nav > a:not(.nav-cta)::after { content: ""; position: absolute; height: 2px; width: 0; left: 0; bottom: -8px; background: var(--pink); transition: width .25s; }
.nav > a:not(.nav-cta):hover::after { width: 100%; }
.nav-cta { background: var(--navy); color: #fff; padding: 12px 18px; border-radius: 999px; box-shadow: 0 10px 25px rgba(11,27,53,.16); }
.menu-toggle { display: none; border: 0; background: transparent; padding: 8px; }
.menu-toggle span { display: block; width: 26px; height: 2px; background: var(--navy); margin: 5px 0; border-radius: 2px; }

.hero { position: relative; overflow: hidden; background: radial-gradient(circle at 15% 15%, #fff1b9 0, transparent 22%), radial-gradient(circle at 86% 35%, #ffe4f0 0, transparent 26%), linear-gradient(180deg,#fffdf8 0%,#fff 100%); }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 70px; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; font-weight: 800; font-size: 13px; color: var(--blue); text-transform: uppercase; letter-spacing: .08em; }
.eyebrow-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px rgba(68,169,31,.12); }
.hero h1 { margin: 20px 0 24px; font-size: clamp(48px, 6vw, 78px); line-height: .98; letter-spacing: -.045em; max-width: 760px; }
.hero h1 span { color: var(--pink); }
.hero h1 strong { color: var(--green); font-weight: 900; }
.hero-lead { font-size: 20px; color: #4a5568; max-width: 670px; margin: 0 0 30px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 13px 22px; border-radius: 999px; font-weight: 800; border: 1px solid transparent; cursor: pointer; transition: transform .2s, box-shadow .2s, background .2s; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--pink); color: #fff; box-shadow: 0 14px 28px rgba(233,21,112,.25); }
.btn-primary:hover { background: var(--pink-dark); }
.btn-secondary { border-color: rgba(11,27,53,.16); background: #fff; color: var(--navy); }
.btn-light { background: #fff; color: var(--navy); box-shadow: 0 15px 30px rgba(0,0,0,.12); }
.full { width: 100%; }
.hero-trust { margin-top: 36px; display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); border-top: 1px solid var(--line); padding-top: 24px; max-width: 650px; }
.hero-trust div { padding-right: 20px; }
.hero-trust b { display: block; color: var(--navy); font-size: 18px; }
.hero-trust span { color: var(--muted); font-size: 13px; }

.hero-visual { position: relative; min-height: 620px; display: grid; place-items: center; }
.visual-card { position: relative; width: min(440px, 90%); border-radius: 40px; background: #fff; padding: 12px; box-shadow: 0 30px 80px rgba(31,61,101,.18); transform: rotate(1.2deg); z-index: 2; }
.visual-card img { width: 100%; height: 575px; object-fit: cover; border-radius: 31px; }
.visual-badge { position: absolute; top: 34px; left: -28px; z-index: 3; background: var(--pink); color: #fff; padding: 12px 18px; border-radius: 16px; font-weight: 900; box-shadow: 0 12px 24px rgba(233,21,112,.25); transform: rotate(-5deg); }
.visual-note { position: absolute; right: -34px; bottom: 30px; display: flex; gap: 12px; align-items: center; width: 280px; background: var(--navy); color: #fff; padding: 16px 18px; border-radius: 20px; box-shadow: 0 16px 40px rgba(11,27,53,.24); transform: rotate(-2deg); }
.visual-note p { margin: 0; font-size: 14px; line-height: 1.4; }
.note-icon { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: var(--yellow); color: var(--navy); flex: 0 0 auto; }
.shape { position: absolute; border-radius: 50%; filter: blur(2px); opacity: .9; }
.shape-pink { width: 190px; height: 190px; background: #ffd2e6; right: -12px; top: 55px; }
.shape-green { width: 140px; height: 140px; background: #e5f7d7; left: 5px; bottom: 30px; }
.hero-doodle { position: absolute; border: 3px dashed rgba(21,59,114,.15); border-radius: 50%; }
.doodle-one { width: 180px; height: 180px; left: -95px; top: 130px; }
.doodle-two { width: 110px; height: 110px; right: 3%; bottom: -40px; }

.ticker { overflow: hidden; background: var(--navy); color: #fff; padding: 16px 0; }
.ticker-track { display: flex; gap: 26px; align-items: center; justify-content: center; min-width: max-content; font-weight: 800; letter-spacing: .01em; animation: floatTicker 18s linear infinite alternate; padding: 0 24px; }
.ticker i { color: var(--yellow); font-style: normal; }
@keyframes floatTicker { from { transform: translateX(-2%); } to { transform: translateX(2%); } }

.split-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: start; }
.kicker { display: inline-block; color: var(--pink); font-size: 13px; text-transform: uppercase; letter-spacing: .12em; font-weight: 900; margin-bottom: 12px; }
.kicker.light { color: #ffd4e7; }
.section-heading h2, .contact h2, .why h2, .enquiry h2 { margin: 0; color: var(--navy); font-size: clamp(36px, 4vw, 56px); line-height: 1.08; letter-spacing: -.035em; }
.section-heading p { color: var(--muted); max-width: 700px; font-size: 18px; margin: 18px auto 0; }
.centered { text-align: center; max-width: 850px; margin: 0 auto 50px; }
.about-copy { font-size: 18px; color: #4d5768; }
.about-copy p:first-child { margin-top: 0; }
.mini-values { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.mini-values span { padding: 9px 14px; border-radius: 999px; background: var(--cream); border: 1px solid #f3e6c9; font-size: 13px; font-weight: 800; color: var(--navy); }

.programmes { background: #f8fbff; }
.card-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.programme-card { position: relative; background: #fff; border: 1px solid rgba(21,59,114,.08); border-radius: var(--radius-lg); padding: 34px; box-shadow: 0 12px 35px rgba(21,59,114,.07); overflow: hidden; transition: transform .25s, box-shadow .25s; }
.programme-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.programme-card.featured { background: linear-gradient(155deg,#fff 0%,#fff8fb 100%); border-color: rgba(233,21,112,.22); }
.card-ribbon { position: absolute; top: 18px; right: -32px; padding: 6px 40px; background: var(--pink); color: #fff; font-size: 11px; font-weight: 900; text-transform: uppercase; transform: rotate(35deg); }
.icon-chip { width: 54px; height: 54px; display: grid; place-items: center; border-radius: 18px; color: #fff; font-weight: 900; font-size: 18px; margin-bottom: 24px; }
.icon-pink { background: var(--pink); }
.icon-green { background: var(--green); }
.icon-yellow { background: var(--yellow); color: var(--navy); }
.programme-card h3 { margin: 0 0 12px; color: var(--navy); font-size: 24px; }
.programme-card p { color: var(--muted); }
.programme-card ul { margin: 22px 0 0; padding: 0; list-style: none; }
.programme-card li { position: relative; padding: 8px 0 8px 26px; border-top: 1px solid rgba(11,27,53,.06); font-weight: 700; font-size: 14px; color: #42516a; }
.programme-card li::before { content: "✓"; position: absolute; left: 0; color: var(--green); font-weight: 900; }

.why { background: var(--navy); color: #fff; position: relative; overflow: hidden; }
.why::before { content: ""; position: absolute; width: 480px; height: 480px; border-radius: 50%; background: radial-gradient(circle,#173e70 0%,transparent 70%); left: -170px; top: -150px; }
.why-grid { position: relative; z-index: 2; display: grid; grid-template-columns: .9fr 1.1fr; gap: 85px; align-items: start; }
.why h2 { color: #fff; }
.why-panel p { color: #c7d2e3; font-size: 18px; margin: 22px 0 30px; }
.text-link { color: #fff; font-weight: 900; border-bottom: 1px solid rgba(255,255,255,.25); padding-bottom: 7px; }
.text-link span { color: var(--yellow); }
.why-list { display: grid; gap: 10px; }
.why-item { display: grid; grid-template-columns: 58px 1fr; gap: 20px; padding: 22px 0; border-bottom: 1px solid rgba(255,255,255,.1); }
.why-item > span { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 14px; background: rgba(255,255,255,.08); color: var(--yellow); font-weight: 900; }
.why-item h3 { margin: 0 0 5px; font-size: 21px; }
.why-item p { margin: 0; color: #aebbd0; }

.admission-banner { background: linear-gradient(100deg,var(--pink) 0%,#f02f82 50%,#d6156e 100%); color: #fff; }
.admission-inner { display: flex; justify-content: space-between; align-items: center; gap: 28px; }
.admission-inner h2 { font-size: clamp(34px,4vw,52px); margin: 10px 0 4px; line-height: 1; }
.admission-inner p { margin: 0; opacity: .9; }
.pill { display: inline-block; background: rgba(255,255,255,.16); border: 1px solid rgba(255,255,255,.2); border-radius: 999px; padding: 7px 12px; font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }

.gallery { background: #fffaf1; }
.gallery-grid { display: grid; grid-template-columns: 1.15fr .9fr .9fr; gap: 18px; align-items: stretch; }
.gallery-card { margin: 0; min-height: 520px; border-radius: 26px; overflow: hidden; box-shadow: 0 14px 34px rgba(59,66,80,.12); background: #fff; }
.gallery-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s; }
.gallery-card:hover img { transform: scale(1.025); }
.gallery-card.tall { min-height: 580px; }

.contact-grid { display: grid; grid-template-columns: 1fr .9fr; gap: 70px; align-items: start; }
.contact-info > p { color: var(--muted); font-size: 18px; max-width: 650px; }
.contact-cards { display: grid; gap: 12px; margin-top: 30px; }
.contact-card { display: flex; align-items: center; gap: 16px; padding: 17px 18px; border: 1px solid var(--line); border-radius: 18px; transition: transform .2s, border-color .2s; }
.contact-card:hover { transform: translateX(5px); border-color: rgba(233,21,112,.3); }
.contact-icon { width: 46px; height: 46px; border-radius: 14px; display: grid; place-items: center; background: #f6f8fb; color: var(--pink); font-size: 20px; }
.contact-card small, .location-top small { display: block; color: var(--muted); font-size: 12px; }
.contact-card b { color: var(--navy); font-size: 17px; }
.location-card { background: var(--cream); border-radius: var(--radius-xl); padding: 34px; border: 1px solid #f0e4cd; box-shadow: 0 24px 60px rgba(74,59,32,.08); }
.location-top { display: flex; gap: 14px; align-items: center; }
.location-pin { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--green); }
.location-top h3 { margin: 2px 0 0; font-size: 30px; color: var(--navy); }
.location-card address { font-style: normal; font-size: 18px; line-height: 1.8; color: #49556a; margin: 28px 0; }
.social-line { display: flex; justify-content: space-between; gap: 20px; margin-top: 18px; padding-top: 18px; border-top: 1px solid #e9d9b9; color: #7a6747; font-size: 13px; }
.social-line b { color: var(--pink); }

.enquiry { background: linear-gradient(135deg,#eef7e9,#fff5d7); }
.enquiry-box { background: #fff; border-radius: 30px; padding: 36px; box-shadow: var(--shadow); display: grid; grid-template-columns: .8fr 1.2fr; gap: 46px; align-items: center; }
.enquiry h2 { font-size: clamp(30px,3vw,44px); }
.enquiry-form { display: grid; grid-template-columns: repeat(3,1fr) auto; gap: 10px; align-items: end; }
.enquiry-form label span { display: block; font-size: 12px; font-weight: 800; color: var(--muted); margin: 0 0 7px 4px; }
.enquiry-form input, .enquiry-form select { width: 100%; border: 1px solid #dde4ee; background: #fbfcfe; border-radius: 14px; padding: 13px 14px; min-height: 48px; outline: 0; }
.enquiry-form input:focus, .enquiry-form select:focus { border-color: rgba(233,21,112,.55); box-shadow: 0 0 0 4px rgba(233,21,112,.08); }
.enquiry-form .btn { min-height: 48px; white-space: nowrap; }

.site-footer { background: #071326; color: #fff; padding: 44px 0 30px; }
.footer-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 28px; }
.footer-brand img { width: 250px; height: 64px; background: #fff; object-fit: contain; border-radius: 12px; padding: 5px; }
.footer-brand p { color: #9eabc1; margin-bottom: 0; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 20px; color: #cbd4e4; font-weight: 700; font-size: 14px; }
.footer-copy { grid-column: 1 / -1; border-top: 1px solid rgba(255,255,255,.08); padding-top: 20px; color: #8796af; font-size: 12px; }

.floating-whatsapp { position: fixed; right: 22px; bottom: 22px; z-index: 30; width: 58px; height: 58px; border-radius: 50%; display: grid; place-items: center; background: #25d366; color: #fff; font-size: 14px; font-weight: 900; border: 4px solid #fff; box-shadow: 0 12px 30px rgba(37,211,102,.3); }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: .08s; }
.delay-2 { transition-delay: .16s; }
.delay-3 { transition-delay: .24s; }

@media (max-width: 1050px) {
  .nav { gap: 18px; }
  .hero-grid, .why-grid, .contact-grid { gap: 45px; }
  .hero h1 { font-size: 60px; }
  .enquiry-box { grid-template-columns: 1fr; }
  .enquiry-form { grid-template-columns: repeat(3,1fr); }
  .enquiry-form .btn { grid-column: 1 / -1; }
}

@media (max-width: 900px) {
  .section-pad { padding: 76px 0; }
  .menu-toggle { display: block; }
  .nav { display: none; position: absolute; top: 76px; left: 20px; right: 20px; flex-direction: column; align-items: stretch; background: #fff; padding: 20px; border-radius: 20px; box-shadow: var(--shadow); border: 1px solid var(--line); }
  .nav.open { display: flex; }
  .nav-cta { text-align: center; }
  .brand img { width: 220px; }
  .nav-wrap { min-height: 76px; }
  .hero-grid, .split-grid, .why-grid, .contact-grid { grid-template-columns: 1fr; }
  .hero-grid { gap: 35px; }
  .hero-copy { text-align: center; }
  .hero-lead { margin-inline: auto; }
  .hero-actions { justify-content: center; }
  .hero-trust { margin-inline: auto; }
  .hero-visual { min-height: 600px; }
  .split-grid { gap: 30px; }
  .card-grid { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: 1fr 1fr; }
  .gallery-card:first-child { grid-row: span 2; }
  .admission-inner { flex-direction: column; text-align: center; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-links { justify-content: flex-start; }
}

@media (max-width: 640px) {
  .container { width: min(100% - 28px, 1180px); }
  .section-pad { padding: 62px 0; }
  .section-pad-sm { padding: 44px 0; }
  .brand img { width: 190px; }
  .hero { padding-top: 54px; }
  .hero h1 { font-size: clamp(44px,14vw,60px); }
  .hero-lead { font-size: 17px; }
  .hero-trust { grid-template-columns: 1fr; gap: 14px; }
  .hero-trust div { padding: 0 0 12px; border-bottom: 1px solid var(--line); }
  .hero-visual { min-height: 520px; }
  .visual-card { width: 92%; }
  .visual-card img { height: 480px; }
  .visual-badge { left: -5px; top: 24px; }
  .visual-note { right: -5px; bottom: 18px; width: 250px; }
  .ticker-track { justify-content: flex-start; }
  .gallery-grid { grid-template-columns: 1fr; }
  .gallery-card, .gallery-card.tall { min-height: 500px; }
  .gallery-card:first-child { grid-row: auto; }
  .enquiry-box { padding: 26px 20px; }
  .enquiry-form { grid-template-columns: 1fr; }
  .enquiry-form .btn { grid-column: auto; }
  .location-card { padding: 26px 22px; }
  .footer-brand img { width: 220px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
  .reveal { opacity: 1; transform: none; }
}
