@import"https://fonts.googleapis.com/css2?family=Geist:wght@100..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";@import"https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&display=swap";*{box-sizing:border-box;padding:0;margin:0}html{scroll-behavior:smooth;height:100%}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;color:#4c5b7b;font-family:Geist,sans-serif;font-weight:400;font-size:16px;line-height:1.5;background-color:inherit;margin:0;min-height:100%;overflow-x:clip}*,.scroll-smooth,a[href^="#"]{scroll-behavior:smooth}.container{width:100%;margin-left:auto;margin-right:auto;padding-left:16px;padding-right:16px}@media(min-width:576px){.container{max-width:100%}}@media(min-width:768px){.container{max-width:100%;padding:0 32px}}@media(min-width:992px){.container{max-width:1080px}}@media(min-width:1200px){.container{max-width:1110px}}@media(min-width:1400px){.container{max-width:1290px}}@media(min-width:1600px){.container{max-width:1360px}}.school__banner{background:hotpink;color:#fff;padding:.75rem 0;text-align:center;font-weight:500;font-size:.9rem;position:relative;overflow:hidden}.school__banner p{margin:0;position:relative;z-index:1}.school__banner:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(rgba(255,105,180,.9),rgba(255,105,180,.9)),url(/banner.webp) 50%/cover;opacity:.3;z-index:0}.school__header{background:#fff;padding:1rem 0;box-shadow:0 2px 4px rgba(0,0,0,.05);position:-webkit-sticky;position:sticky;top:0;z-index:100;transition:all .3s ease}.school__header.is-sticky{box-shadow:0 4px 12px rgba(0,0,0,.1)}.school__header--wrapper{display:flex;align-items:center;justify-content:space-between;gap:2rem}.school__header--logo{display:flex;align-items:center;gap:1rem;text-decoration:none;color:inherit}.school__header--logo-image{width:60px;height:60px;position:relative;display:flex;align-items:center;justify-content:center;flex-shrink:0}.school__header--logo-image img{width:100%;height:100%;object-fit:contain}.school__header--logo-text h1{font-size:1.1rem;font-weight:600;color:#2d5016;margin:0;line-height:1.2}.school__header--logo-text p{font-size:.85rem;color:#666;margin:0;line-height:1.2}.school__header--nav{flex:1 1;display:flex;justify-content:flex-end}.school__header--nav ul{display:flex;list-style:none;gap:2rem;margin:0;padding:0}.school__header--nav ul li a{color:#101828;text-decoration:none;font-weight:500;transition:color .3s ease;font-size:.95rem}.school__header--nav ul li a:hover{color:#2d5016}.school__header--mobile-toggle{display:none;background:none;border:none;cursor:pointer;color:#101828;padding:.5rem}@media(max-width:768px){.school__header--nav{display:none}.school__header--mobile-toggle{display:block}.school__header--logo-text h1{font-size:.95rem}.school__header--logo-text p{font-size:.75rem}}.school__mobile-menu{position:fixed;top:0;left:0;width:100%;height:100%;z-index:1000;pointer-events:none;opacity:0;transition:opacity .3s ease}.school__mobile-menu.is-open{pointer-events:all;opacity:1}.school__mobile-menu--overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5)}.school__mobile-menu--content{position:absolute;top:0;right:0;width:80%;max-width:400px;height:100%;background:#fff;box-shadow:-2px 0 12px rgba(0,0,0,.15);transform:translateX(100%);transition:transform .3s ease;display:flex;flex-direction:column}.school__mobile-menu.is-open .school__mobile-menu--content{transform:translateX(0)}.school__mobile-menu--header{padding:1.5rem;display:flex;justify-content:flex-end;border-bottom:1px solid #eceff3}.school__mobile-menu--close{background:none;border:none;cursor:pointer;color:#101828;padding:.5rem}.school__mobile-menu--nav{flex:1 1;padding:2rem 1.5rem}.school__mobile-menu--nav--title{font-size:.95rem;font-weight:600;color:#101828;margin:0 0 1.5rem;padding:0 0 1rem;border-bottom:1px solid #eceff3}.school__mobile-menu--nav ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:0}.school__mobile-menu--nav ul li{border-bottom:1px solid #eceff3}.school__mobile-menu--nav ul li:last-child{border-bottom:none}.school__mobile-menu--nav ul li a{color:#101828;text-decoration:none;font-weight:500;font-size:1.1rem;display:block;padding:1rem;background:#fff;transition:background .2s ease,color .2s ease}.school__mobile-menu--nav ul li a:hover{background:#eceff3}.school__mobile-menu--nav ul li a.active{background:#4a5568;color:#fff;font-weight:600}.school__logo-tree{width:50px;height:50px;background:linear-gradient(135deg,#f5f5dc,#e8e8d8);border-radius:8px;position:relative;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px rgba(0,0,0,.1)}.school__logo-tree:before{content:"";position:absolute;width:28px;height:28px;background:gold;border-radius:50%;top:4px;right:4px;box-shadow:0 2px 4px rgba(0,0,0,.2)}.school__logo-tree:after{content:"";position:absolute;width:18px;height:18px;background:#2d5016;-webkit-clip-path:polygon(50% 0,0 100%,100% 100%);clip-path:polygon(50% 0,0 100%,100% 100%);bottom:6px;left:50%;transform:translateX(-50%)}.school__hero{padding:0;background:#fff}.school__hero--content{margin:0;text-align:center}.school__hero--wrapper{flex-direction:column;gap:24px}.school__hero--image,.school__hero--wrapper{display:flex;align-items:center;justify-content:center}.school__hero--image{margin:0 0 3rem;width:100%}.school__hero--students-image{width:100%;height:auto;max-height:600px;object-fit:cover;display:block}.school__hero--title{font-size:2.5rem;font-weight:700;color:#2d5016;line-height:1.2;padding:0 1rem}@media(max-width:768px){.school__hero--title{font-size:1.8rem}}.school__hero--subtitle{font-size:1.5rem;font-weight:500;color:#2d5016;line-height:1.2;padding:0 1rem}.school__hero--text{padding:0 1rem}.school__hero--text p{font-size:1.1rem;color:#4c5b7b;line-height:1.8;margin:0 0 1.5rem}.school__hero--text p:last-child{margin-bottom:0}.school__about{padding-bottom:4rem}.school__about--wrapper{text-align:center}.school__about--content{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px}.school__about--title{font-size:2rem;font-weight:700;color:#2d5016;text-align:center}@media(max-width:768px){.school__about--title{font-size:1.6rem}}.school__about--text{text-align:center}.school__about--text p{font-size:1.05rem;color:#4c5b7b;line-height:1.8;margin:0 0 1.5rem}.school__about--text p:last-child{margin-bottom:0}.school__about--building{display:flex;align-items:center;justify-content:center;width:100%}.school__about--building-image{width:100%;max-width:500px;height:auto;object-fit:cover;mask-image:url(/blob.svg);-webkit-mask-image:url(/blob.svg);mask-size:100% 100%;-webkit-mask-size:100% 100%;mask-repeat:no-repeat;-webkit-mask-repeat:no-repeat;mask-position:center;-webkit-mask-position:center;filter:drop-shadow(0 8px 24px rgba(0,0,0,.1))}.school__about--quote{font-size:1.5rem;font-style:italic;color:#101828;font-weight:400;text-align:center}@media(max-width:768px){.school__about--quote{font-size:1.2rem}}.school__founders{padding:4rem 0;background:#f5f9ff}.school__founders--content{max-width:1200px;margin:0 auto}.school__founders--title{font-size:2rem;font-weight:700;color:#2d5016;margin:0 0 2rem;text-align:center}@media(max-width:768px){.school__founders--title{font-size:1.6rem}}.school__founders--intro{margin:0 0 3rem;text-align:center}.school__founders--intro p{font-size:1.05rem;color:#4c5b7b;line-height:1.8;margin:0 0 1.5rem}.school__founders--intro p:last-child{margin-bottom:0}.school__founders--grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2rem;gap:2rem;margin:0 0 3rem}@media(max-width:1024px){.school__founders--grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.school__founders--grid{grid-template-columns:1fr}}.school__founders--card{text-align:center}.school__founders--card-image{margin:0 0 1.5rem;display:flex;justify-content:center}.school__founders--card-img{width:250px;height:250px;border-radius:50%;object-fit:cover;box-shadow:0 4px 12px rgba(0,0,0,.15);border:4px solid #fff}.school__founders--card-name{font-size:1.2rem;font-weight:600;color:#101828;margin:0 0 .5rem}.school__founders--card-role{font-size:.95rem;color:#4c5b7b;margin:0}.school__founders--descriptions{margin:3rem 0 0;text-align:center}.school__founders--descriptions p{font-size:1.05rem;color:#4c5b7b;line-height:1.8;margin:0 0 1.5rem}.school__founders--descriptions p:last-child{margin-bottom:0}.school__enrollment{padding:4rem 0}.school__enrollment--content{max-width:900px;margin:0 auto;text-align:center}.school__enrollment--title{font-size:2rem;font-weight:700;color:#2d5016;margin:0 0 2rem}@media(max-width:768px){.school__enrollment--title{font-size:1.6rem}}.school__enrollment--text p{font-size:1.05rem;color:#4c5b7b;line-height:1.8;margin:0 0 1.5rem}.school__enrollment--text p:last-child{margin-bottom:0}.school__contact{padding:4rem 0;background:#f5f9ff}.school__contact--content{max-width:900px;margin:0 auto;text-align:center}.school__contact--divider{margin:0 0 3rem;display:flex;justify-content:center}.school__contact--divider-icon{width:60px;height:2px;background:#2d5016;position:relative}.school__contact--divider-icon:before{content:"";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:20px;height:20px;background:#2d5016;-webkit-clip-path:polygon(50% 0,0 100%,100% 100%);clip-path:polygon(50% 0,0 100%,100% 100%)}.school__contact--title{font-size:2rem;font-weight:700;color:#2d5016;margin:0 0 2rem}@media(max-width:768px){.school__contact--title{font-size:1.6rem}}.school__contact--info{display:flex;flex-direction:column;gap:1.5rem;align-items:center}.school__contact--info-item{display:flex;align-items:center;gap:1rem;color:#4c5b7b;font-size:1.05rem}.school__contact--info-item svg{color:#2d5016;flex-shrink:0}.school__contact--info-item div{display:flex;flex-direction:column;gap:.25rem}.school__footer{padding:2rem 0;background:#101828;color:#fff}.school__footer--content{text-align:center;display:flex;flex-direction:column;gap:.5rem}.school__footer--content p{margin:0;font-size:.9rem}