:root{--navy:#0f172a;--blue:#2563eb;--amber:#f59e0b;--soft:#f8fafc;--muted:#64748b;--border:#e2e8f0;--white:#fff}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--navy);font-family:'Plus Jakarta Sans',Inter,system-ui,sans-serif;line-height:1.65;overflow-x:hidden}a{color:inherit;text-decoration:none}img{display:block;width:100%;object-fit:cover}.container{width:min(1160px,calc(100% - 32px));margin:auto}.topbar{background:var(--navy);color:#cbd5e1;font-size:12px;padding:7px 0}.topbar .container,.nav,.sectionhead{display:flex;align-items:center;justify-content:space-between}.header{position:sticky;top:0;z-index:30;background:#fffc;border-bottom:1px solid var(--border);backdrop-filter:blur(12px)}.nav{min-height:74px}.brand{display:flex;align-items:center;gap:11px}.brandmark{display:grid;place-items:center;width:42px;height:42px;border-radius:10px;background:var(--blue);color:white;font-weight:800}.brand span:last-child{display:flex;flex-direction:column;line-height:1.15}.brand small{font-size:11px;color:var(--muted);margin-top:4px}.menu{display:flex;align-items:center;gap:23px;font-size:13px;font-weight:600}.menu>a:not(.btn):hover{color:var(--blue)}.btn{display:inline-flex;justify-content:center;align-items:center;padding:11px 18px;border-radius:8px;border:0;background:var(--blue);color:white;font:inherit;font-weight:700;cursor:pointer;transition:.2s}.btn:hover{transform:translateY(-2px);filter:brightness(.96)}.secondary{background:white;color:var(--navy)}.menubtn{display:none;border:0;background:none;font-size:24px}.hero{min-height:570px;display:flex;align-items:center;color:white;background:linear-gradient(90deg,#0f172ae8 0%,#0f172a9c 48%,#0f172a15 78%),var(--hero) center/cover}.hero-inner{padding:100px 0}.eyebrow{color:var(--blue);font-size:12px;font-weight:800;letter-spacing:.13em}.hero .eyebrow{color:#bfdbfe}.hero h1{font-size:clamp(36px,5vw,64px);line-height:1.08;max-width:760px;margin:18px 0}.hero p{font-size:18px;max-width:620px;color:#e2e8f0}.actions{display:flex;gap:12px;margin-top:28px}.stats{margin-top:-48px;position:relative}.statgrid{display:grid;grid-template-columns:repeat(4,1fr);background:white;border:1px solid var(--border);border-radius:12px;box-shadow:0 16px 40px #0f172a14}.statgrid div{text-align:center;padding:25px;border-right:1px solid var(--border)}.statgrid div:last-child{border:0}.statgrid strong{display:block;font-size:28px;color:var(--blue)}.statgrid span{font-size:12px;color:var(--muted)}.section{padding:88px 0}.soft{background:var(--soft)}.welcome{display:grid;grid-template-columns:390px 1fr;gap:70px;align-items:center}.portrait img{height:430px;border-radius:12px}.section h2,.pagehero h1{font-size:clamp(27px,3vw,40px);line-height:1.25;margin:10px 0 30px}.welcome blockquote{font-size:18px;margin:20px 0;border-left:3px solid var(--amber);padding-left:22px;color:#334155}.signature{font-size:14px}.cards{display:grid;gap:20px}.three{grid-template-columns:repeat(3,1fr)}.four{grid-template-columns:repeat(4,1fr)}.program,.news,.teacher{border:1px solid var(--border);border-radius:12px;background:white;overflow:hidden;transition:.2s}.program:hover,.news:hover,.teacher:hover{transform:translateY(-4px);box-shadow:0 14px 30px #0f172a0d}.program img{height:210px}.program div,.news div,.teacher div{padding:20px}.program small,.news small{color:var(--blue);font-weight:700}.program h3,.news h3,.teacher h3{font-size:17px;line-height:1.4;margin:8px 0}.program p,.news p,.teacher p{font-size:13px;color:var(--muted)}.teacher-track{display:flex;gap:18px;overflow-x:auto;padding:8px 0 20px;scrollbar-width:none}.teacher{flex:0 0 235px}.teacher img{height:280px}.navy{background:var(--navy);color:white}.amber{color:var(--amber)}.benefits{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}.benefits div{border-top:1px solid #334155;padding-top:22px}.benefits span{color:var(--amber);font-weight:800}.benefits p{color:#94a3b8;font-size:14px}.gallery{display:grid;grid-template-columns:2fr 1fr 1fr;grid-template-rows:220px 220px;gap:14px}.gallery-item{position:relative;overflow:hidden;border-radius:10px}.gallery-item:first-child{grid-row:span 2}.gallery-item img{height:100%;transition:.25s}.gallery-item:hover img{transform:scale(1.035)}.gallery-item span{position:absolute;inset:auto 0 0;padding:28px 16px 14px;color:white;background:linear-gradient(transparent,#0f172ade);display:flex;flex-direction:column}.gallery-item small{font-size:11px}.gallery-item:nth-child(n+6){display:none}.news img{height:185px}.newsgrid{display:grid;grid-template-columns:minmax(0,2.2fr) minmax(260px,.8fr);gap:42px}.ann{background:white;border:1px solid var(--border);border-radius:12px;padding:24px}.ann h2{font-size:24px}.ann a{display:grid;grid-template-columns:55px 1fr;gap:12px;border-top:1px solid var(--border);padding:18px 0;font-size:13px}.ann time{font-weight:800;color:var(--blue)}.cta{background:var(--blue);color:white;border-radius:14px;padding:42px 48px;display:flex;justify-content:space-between;align-items:center}.cta h2{margin-bottom:8px}.cta p{color:#dbeafe}.amberbtn{background:var(--amber);color:var(--navy);white-space:nowrap}.pagehero{background:var(--soft);padding:70px 0;border-bottom:1px solid var(--border)}.pagehero h1{margin-bottom:8px}.pagehero p{color:var(--muted)}.search{display:flex;gap:10px;margin-bottom:28px}.search input{flex:1;border:1px solid var(--border);border-radius:8px;padding:12px 15px;font:inherit}.listing .news img{height:240px}.empty{text-align:center;padding:70px;background:var(--soft);border-radius:12px;color:var(--muted)}.article{padding:80px 0}.narrow{max-width:820px}.article h1{font-size:42px;line-height:1.2}.meta{color:var(--muted)}.cover{max-height:500px;border-radius:12px;margin:30px 0}.prose{font-size:17px}.prose img{max-width:100%}footer{background:#07101f;color:#cbd5e1;padding-top:60px}.footgrid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1.3fr;gap:40px}.footgrid a,.footgrid p{display:block;font-size:13px;margin:9px 0;color:#94a3b8}.light b{color:white}.map{padding:16px;background:#111c2f;border-radius:8px;font-size:13px}.copyright{text-align:center;border-top:1px solid #1e293b;margin-top:45px;padding:20px;font-size:12px;color:#64748b}
@media(max-width:900px){.menu{display:none;position:absolute;top:74px;left:0;right:0;background:white;padding:24px;flex-direction:column;align-items:flex-start;border-bottom:1px solid var(--border)}.menu.open{display:flex}.menubtn{display:block}.welcome{grid-template-columns:1fr 1.4fr;gap:35px}.four{grid-template-columns:repeat(3,1fr)}.footgrid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:650px){.topbar span:last-child{display:none}.hero{min-height:530px;background-position:60% center}.hero-inner{padding:70px 0}.hero h1{font-size:38px}.actions{align-items:stretch;flex-direction:column}.stats{margin-top:0}.statgrid{grid-template-columns:repeat(2,1fr);border-radius:0}.statgrid div:nth-child(2){border-right:0}.statgrid div:nth-child(-n+2){border-bottom:1px solid var(--border)}.section{padding:62px 0}.welcome{grid-template-columns:1fr}.portrait img{height:360px}.sectionhead{align-items:flex-end;gap:15px}.sectionhead>a{font-size:12px}.three,.four{grid-template-columns:1fr}.program{display:grid;grid-template-columns:120px 1fr}.program img{height:100%}.benefits{grid-template-columns:1fr}.gallery{grid-template-columns:1fr 1fr;grid-template-rows:190px 150px}.gallery-item:first-child{grid-column:span 2;grid-row:auto}.gallery-item:nth-child(n+4){display:none}.newsgrid{grid-template-columns:1fr}.cta{padding:32px 24px;align-items:flex-start;flex-direction:column}.footgrid{grid-template-columns:1fr}.article h1{font-size:32px}}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}.teacher-track{scroll-behavior:auto}}
.map strong{display:block;margin-bottom:10px;color:#e2e8f0}.map iframe{display:block;width:100%;height:150px;margin:10px 0;border:0;border-radius:6px}.map a{margin-top:10px}
.hero-slider{position:relative;min-height:570px;overflow:hidden;background:#111827}.hero-slides{min-height:570px}.hero-slider .hero{position:absolute;inset:0;min-height:570px;opacity:0;visibility:hidden;transition:opacity .65s ease;isolation:isolate;background:none}.hero-slider .hero.active{opacity:1;visibility:visible;z-index:1}.hero-slider .hero::after{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,#0f172ae8 0%,#0f172a9c 48%,#0f172a15 78%)}.hero-bg{position:absolute;inset:0;z-index:-2;width:100%;height:100%;object-fit:cover}.hero-slider .hero-inner{position:relative;z-index:2}.hero-arrow{position:absolute;z-index:4;top:50%;width:42px;height:42px;border:1px solid #ffffff66;border-radius:50%;background:#0f172a88;color:white;font-size:28px;cursor:pointer}.hero-arrow.prev{left:18px}.hero-arrow.next{right:18px}.hero-dots{position:absolute;z-index:4;bottom:26px;left:50%;display:flex;gap:8px;transform:translateX(-50%)}.hero-dots button{width:9px;height:9px;padding:0;border:0;border-radius:50%;background:#ffffff80;cursor:pointer}.hero-dots button.active{width:28px;border-radius:8px;background:white}@media(max-width:650px){.hero-slider,.hero-slides,.hero-slider .hero{min-height:530px}.hero-arrow{display:none}}
.stats{z-index:6}.statgrid{position:relative;z-index:1;box-shadow:0 18px 45px #0f172a1f}.statgrid>div{display:flex;min-height:150px;flex-direction:column;align-items:center;justify-content:center}.stat-icon{display:grid;width:42px;height:42px;margin-bottom:7px;place-items:center;border-radius:12px;background:#eff6ff;font-style:normal;font-size:21px;line-height:1}.statgrid strong{line-height:1.2}@media(max-width:650px){.stats{margin-top:-22px}.statgrid>div{min-height:135px}.stat-icon{width:36px;height:36px;font-size:18px}}
.teacher-list .teacher-card>img{height:300px}.teacher-list .teacher-card small{display:inline-block;margin-bottom:4px;color:var(--blue);font-size:10px;font-weight:800;letter-spacing:.08em}.teacher-list .teacher-position{margin-bottom:5px;color:#334155;font-weight:700}.teacher-list .principal-card{border-color:#93c5fd;box-shadow:0 12px 30px #2563eb12}
.copyright span{display:block;margin-top:4px;color:#94a3b8}.copyright a{color:inherit;text-decoration:none}.copyright a:hover{text-decoration:underline}
