:root {
    --sky: #d7f0ff;
    --sky-2: #eff9ff;
    --navy: #123a6b;
    --red: #e31c23;
    --orange: #f4a01a;
    --gold: #f6b429;
    --pink: #ec5ca8;
    --purple: #7b5cff;
    --green: #3cbf6e;
    --teal: #2bb7c7;
    --text: #24364a;
    --muted: #5b6f86;
    --white: #fff;
    --shadow: 0 12px 30px rgba(47, 108, 160, .12);
    --radius: 22px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
    font-family: Nunito, Poppins, sans-serif;
    color: var(--text);
    background: linear-gradient(#bfe9ff, #e7f7ff 180px, #fff 520px);
    min-height: 100%;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
.container { width: min(1180px, calc(100% - 32px)); margin: 0 auto; }

.sky-wrap {
    background:
        radial-gradient(circle at 8% 8%, #fff 0 18px, transparent 19px),
        radial-gradient(circle at 12% 10%, #fff 0 28px, transparent 29px),
        radial-gradient(circle at 88% 12%, #fff 0 22px, transparent 23px),
        radial-gradient(circle at 92% 9%, #fff 0 34px, transparent 35px);
}

.site-header {
    position: sticky; top: 0; z-index: 40;
    background: rgba(255,255,255,.92);
    backdrop-filter: blur(10px);
    box-shadow: 0 4px 18px rgba(18,58,107,.08);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 86px; }
.brand { display: flex; align-items: center; gap: 10px; }
.brand img { width: 62px; height: 62px; object-fit: cover; border-radius: 50%; }
.brand strong { display: block; color: var(--navy); font-size: 20px; line-height: 1; }
.brand small { color: #5d7aa0; font-size: 9px; letter-spacing: .4px; font-weight: 800; }
.main-nav { display: flex; align-items: center; gap: 18px; font-weight: 800; color: var(--navy); font-size: 14px; }
.main-nav a.active, .main-nav a:hover { color: var(--red); }
.nav-toggle { display: none; border: 0; background: var(--navy); color: #fff; width: 42px; height: 42px; border-radius: 10px; font-size: 20px; }

.btn { display: inline-flex; align-items: center; justify-content: center; border: 0; cursor: pointer; font-weight: 800; border-radius: 999px; padding: 11px 22px; }
.btn-enquire, .btn-red { background: var(--red); color: #fff; box-shadow: 0 8px 16px rgba(227,28,35,.25); }
.btn-navy { background: var(--navy); color: #fff; }
.btn-ghost { background: #fff; color: var(--navy); border: 2px solid #d5e6f5; }
.btn-round { min-width: 140px; }

.hero { position: relative; padding: 28px 0 90px; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 20px; }
.hero-copy h1 { font-family: Poppins, sans-serif; font-size: clamp(34px, 5vw, 58px); line-height: 1.05; color: var(--navy); letter-spacing: .5px; }
.rainbow {
    background: linear-gradient(90deg, #ff3b30, #ff9500, #ffcc00, #34c759, #007aff, #af52de);
    -webkit-background-clip: text; background-clip: text; color: transparent;
}
.hero-copy p { margin: 16px 0 22px; max-width: 460px; color: var(--muted); font-weight: 700; }
.hero-cta { display: flex; gap: 12px; flex-wrap: wrap; }
.hero-art { position: relative; min-height: 360px; }
.hero-kids { width: 240px; position: absolute; left: 0; bottom: 20px; z-index: 2; mix-blend-mode: multiply; }
.hero-school { width: 340px; margin-left: auto; mix-blend-mode: multiply; }
.float-actions { position: absolute; right: 0; top: 24px; display: grid; gap: 10px; z-index: 3; }
.pill { color: #fff; font-weight: 800; padding: 10px 16px; border-radius: 14px; box-shadow: var(--shadow); font-size: 13px; }
.pill.orange { background: #ff8a1f; }
.pill.gold { background: #f0b429; }
.pill.pink { background: #ee4f9a; }
.pill.purple { background: #6d5bff; }
.hills {
    position: absolute; left: 0; right: 0; bottom: -1px; height: 90px;
    background:
        radial-gradient(120px 70px at 12% 100%, #8ed56a 40%, transparent 41%),
        radial-gradient(160px 90px at 38% 110%, #7cc85c 42%, transparent 43%),
        radial-gradient(180px 100px at 70% 108%, #8ed56a 44%, transparent 45%),
        radial-gradient(140px 80px at 94% 110%, #7cc85c 40%, transparent 41%),
        linear-gradient(#bfe9ff, #d9f3c7);
}

.highlights {
    display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px;
    background: #fff; border-radius: 28px; padding: 18px; box-shadow: var(--shadow); margin-top: -30px; position: relative; z-index: 4;
}
.highlights article { display: flex; gap: 10px; align-items: center; }
.highlights strong { display: block; font-size: 13px; color: var(--navy); }
.highlights small { color: var(--muted); font-weight: 700; }
.ico { width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center; background: #eef7ff; }

.section { padding: 56px 0; }
.section-title { text-align: center; color: var(--navy); letter-spacing: 1px; margin-bottom: 28px; font-size: 28px; }

.programme-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.prog-card {
    background: #fff; border-radius: 28px; padding: 18px 16px 22px; text-align: center;
    box-shadow: var(--shadow); border: 3px solid #edf6ff;
}
.prog-card img { width: 150px; height: 150px; object-fit: contain; margin: 0 auto 8px; }
.prog-card h3 { color: var(--navy); }
.prog-card .age { color: var(--muted); font-weight: 800; font-size: 13px; margin: 4px 0 12px; }
.prog-card ul { display: flex; justify-content: center; gap: 18px; list-style: none; font-size: 12px; color: var(--muted); margin-bottom: 16px; }
.prog-card.green { border-color: #b7ebc8; } .prog-card.green .btn { background: #2f9e57; color: #fff; }
.prog-card.yellow { border-color: #ffe7a3; } .prog-card.yellow .btn { background: #e9a31a; color: #fff; }
.prog-card.blue { border-color: #b9e7ff; } .prog-card.blue .btn { background: #1f9ec9; color: #fff; }
.prog-card.pink { border-color: #ffd0e6; } .prog-card.pink .btn { background: #e2559b; color: #fff; }

.why { background: linear-gradient(#f7fcff, #fff); }
.why-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; text-align: center; }
.why-grid img { width: 150px; height: 150px; object-fit: contain; margin: 0 auto 10px; }
.why-grid h3 { font-size: 15px; color: var(--navy); }

.facilities-row { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; text-align: center; }
.facilities-row article { background: #fff; border-radius: 20px; padding: 16px 8px; box-shadow: var(--shadow); font-weight: 800; color: var(--navy); font-size: 13px; }
.fac-ico { width: 70px; height: 70px; margin: 0 auto 10px; border-radius: 18px; display: grid; place-items: center; font-weight: 900; }
.chalkboard { background: #2f7a3a; color: #fff; font-family: Comic Sans MS, Nunito, sans-serif; }
.play { background: #ffe38a; } .books { background: #ffe0c2; } .cam { background: #eadbff; } .wash { background: #d8f4ff; } .meal { background: #ffe8d2; }
.facilities-row.large { grid-template-columns: repeat(3, 1fr); gap: 18px; }
.facilities-row.large article { padding: 28px 12px; }

.three-col, .lower-grid { display: grid; grid-template-columns: 1fr 1.4fr; gap: 18px; }
.lower-grid { grid-template-columns: .9fr 1.1fr .9fr; }
.panel { background: #fff; border-radius: 28px; padding: 22px; box-shadow: var(--shadow); position: relative; }
.panel h2 { color: var(--navy); font-size: 20px; margin-bottom: 12px; letter-spacing: .4px; }
.speak { background: linear-gradient(#fff7e8, #fff); }
.quote-mark { font-size: 54px; color: #f3b43a; line-height: .6; }
.parent { display: flex; gap: 10px; align-items: center; margin-top: 16px; }
.parent img { width: 54px; height: 54px; border-radius: 50%; object-fit: cover; }
.parent small { display: block; color: var(--muted); }
.gallery-tabs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 12px; }
.gallery-tabs span { background: #eef4fb; color: var(--navy); padding: 6px 12px; border-radius: 999px; font-size: 12px; font-weight: 800; }
.gallery-tabs .on { background: var(--navy); color: #fff; }
.gallery-thumbs { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-bottom: 14px; }
.gallery-thumbs img { height: 110px; width: 100%; object-fit: cover; border-radius: 14px; }
.cam-mascot { width: 90px; position: absolute; right: 10px; bottom: 8px; }
.events-panel li { display: flex; gap: 10px; list-style: none; margin-bottom: 14px; }
.events-panel .dot { width: 10px; height: 10px; background: #f0b429; border-radius: 50%; margin-top: 7px; }
.events-panel small { display: block; color: var(--muted); }
.faq-list details { background: #fff7e8; border-radius: 12px; padding: 10px 12px; margin-bottom: 8px; }
.faq-list summary { cursor: pointer; font-weight: 800; color: var(--navy); }
.faq-list p { margin-top: 6px; color: var(--muted); font-size: 14px; }
.contact-panel { background: linear-gradient(#eef9ff, #fff); }
.contact-panel p { margin: 8px 0; font-weight: 700; }
.touch-mascot { width: 120px; margin-left: auto; }

.admit-strip { background: linear-gradient(90deg, #f6c445, #f0a51e); padding: 22px 0; }
.admit-inner { display: flex; justify-content: space-between; align-items: center; gap: 16px; color: #5a3b00; font-weight: 800; }
.admit-actions { display: flex; gap: 10px; }

.site-footer { background: #163b2a; color: #d7ecdf; padding: 36px 0 0; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .8fr 1.1fr .8fr; gap: 24px; padding-bottom: 24px; }
.footer-brand strong, .footer-brand small { color: #fff; }
.footer-blurb { margin-top: 12px; font-size: 14px; }
.site-footer h4 { color: #fff; margin-bottom: 10px; }
.site-footer a, .site-footer p { display: block; margin: 6px 0; font-size: 14px; }
.socials { display: flex; gap: 8px; }
.socials a { width: 34px; height: 34px; border-radius: 50%; background: #2b6a4a; color: #fff; display: grid; place-items: center; font-weight: 900; font-size: 12px; }
.copyright { border-top: 1px solid rgba(255,255,255,.12); text-align: center; padding: 14px; font-size: 13px; }

.page-hero { padding: 42px 0 28px; }
.page-hero h1 { color: var(--navy); font-size: 40px; }
.page-hero .crumb, .page-hero p { color: var(--muted); font-weight: 700; margin-bottom: 8px; }
.page-body { padding: 10px 0 60px; }
.prose-page p { margin: 12px 0; color: var(--muted); font-weight: 700; line-height: 1.7; }
.two-col { display: grid; grid-template-columns: 1.2fr .8fr; gap: 24px; align-items: center; }
.page-art { max-width: 420px; margin: 0 auto; }
.check-list { margin: 16px 0 0 18px; font-weight: 800; color: var(--navy); }
.check-list li { margin: 8px 0; }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.steps article { background: #fff; border-radius: 20px; padding: 18px; box-shadow: var(--shadow); }
.steps span { width: 36px; height: 36px; border-radius: 50%; background: var(--red); color: #fff; display: grid; place-items: center; font-weight: 900; margin-bottom: 8px; }
.center-cta { text-align: center; margin-top: 28px; }
.map-wrap iframe { width: 100%; height: 380px; border: 0; border-radius: 24px; box-shadow: var(--shadow); }
.locate-card { margin-top: 18px; padding: 18px; border-radius: 20px; background: #fff; box-shadow: var(--shadow); }
.event-list { display: grid; gap: 12px; }
.event-list li { background: #fff; border-radius: 16px; padding: 16px 18px; display: flex; justify-content: space-between; box-shadow: var(--shadow); font-weight: 800; }
.gallery-page { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.gallery-page img { width: 100%; height: 260px; object-fit: cover; border-radius: 20px; }
.gallery-page figcaption { text-align: center; margin-top: 8px; font-weight: 800; color: var(--navy); }

.school-form { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; background: #fff; padding: 24px; border-radius: 24px; box-shadow: var(--shadow); }
.school-form label { display: grid; gap: 6px; font-weight: 800; color: var(--navy); font-size: 13px; }
.school-form input, .school-form select, .school-form textarea {
    border: 1px solid #d7e6f3; border-radius: 12px; padding: 11px 12px; font: inherit;
}
.school-form .full, .school-form button { grid-column: 1 / -1; }
.alert { padding: 12px 14px; border-radius: 12px; margin-bottom: 16px; font-weight: 800; }
.alert.success { background: #e4f8ea; color: #1d7a3a; }
.alert.error { background: #fde8ea; color: #b42318; }

@media (max-width: 980px) {
    .hero-grid, .programme-grid, .why-grid, .facilities-row, .three-col, .lower-grid, .footer-grid, .two-col, .steps, .highlights, .gallery-page, .school-form {
        grid-template-columns: 1fr 1fr;
    }
    .nav-toggle { display: inline-grid; place-items: center; }
    .main-nav { display: none; position: absolute; top: 86px; left: 0; right: 0; background: #fff; flex-direction: column; padding: 16px; box-shadow: var(--shadow); }
    .main-nav.open { display: flex; }
    .hero-kids, .hero-school { position: relative; width: 70%; margin: 0 auto; left: auto; bottom: auto; }
    .float-actions { position: relative; right: auto; top: auto; grid-template-columns: 1fr 1fr; margin-top: 12px; }
    .admit-inner { flex-direction: column; text-align: center; }
}
@media (max-width: 640px) {
    .hero-grid, .programme-grid, .why-grid, .facilities-row, .three-col, .lower-grid, .footer-grid, .two-col, .steps, .highlights, .gallery-page, .school-form, .facilities-row.large {
        grid-template-columns: 1fr;
    }
    .hero-copy h1 { font-size: 32px; }
}
