@import "https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;600;700&display=swap";:root{--primary-color:#2b704c;--secondary-color:#639f7f;--bg-white:#fff;--bg-light:#f7fafb;--text-dark:#111;--text-light:#5f5f5f;--border-color:#e8ebed;--border:#e2e8f0;--accent:#2b704c;--accent-bg:#2b704c1a;--accent-border:#2b704c40;--text-h:#111;--social-bg:#f8fafc;--shadow:0 10px 30px #0000001a}body{color:#333;background-color:#fcfcfc;margin:0;font-family:Playfair Display,Georgia,serif}#root{flex-direction:column;width:100%;min-height:100vh;margin:0 auto;display:flex}html,body{color:#1a1a1a;background-color:#fafafa;margin:0;padding:0;font-family:Playfair Display,Georgia,serif;overflow-x:hidden}h1,h2,h3,h4,h5,h6{margin:0;font-weight:400}a{color:inherit;text-decoration:none}.page-container{width:100%}.site-header{background-color:#fff;border-bottom:1px solid #eaeaea;justify-content:space-between;align-items:center;padding:1.5rem 4%;display:flex}.header-logo{align-items:center;gap:.5rem;font-size:1.5rem;display:flex}.logo-text{font-weight:600}.header-nav{align-items:center;gap:2rem;font-family:Arial,sans-serif;font-size:.95rem;display:flex}.header-nav a:hover{color:#6ab28c}.btn{cursor:pointer;text-align:center;border-radius:4px;padding:.75rem 1.5rem;font-family:Arial,sans-serif;font-size:.95rem;font-weight:600;transition:all .3s;display:inline-block}.btn-dark{color:#fff;background:#2b704c;border:1px solid #2b704c}.btn-dark:hover{background:#255d45;border-color:#255d45}.btn-outline{background:0 0}.dark-outline{color:#111;border:1px solid #111}.dark-outline:hover{color:#fff;background:#111}.white-outline{color:#fff;border:1px solid #fff}.white-outline:hover{color:#5d9e86;background-color:#fff}.badge{color:#2b704c;background-color:#e6f4f1;border-radius:20px;margin-bottom:1.5rem;padding:.4rem 1rem;font-size:.85rem;font-weight:700;display:inline-block}.gray-badge{color:#444;background-color:#f0f0f0}.hero{background:#0f1d1b;align-items:center;min-height:500px;padding:5rem 4%;display:flex;position:relative;overflow:hidden}.homepage-page .hero{padding-top:0}.homepage-page{margin-top:calc(-1*clamp(76px,8vw,88px))}.hero-video{object-fit:cover;z-index:0;width:100%;height:100%;position:absolute;inset:0}.hero-overlay{z-index:1;background:linear-gradient(135deg,#09110ead,#12292357);position:absolute;inset:0}.hero-content{z-index:2;justify-content:flex-end;width:100%;max-width:none;margin:0;padding-right:0;display:flex;position:relative}.hero-text-box{max-width:600px;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;background:0 0;padding:2.5rem}.hero h1{color:#fff;text-shadow:0 2px 12px #00000059;margin-bottom:1.5rem;font-size:3.5rem;line-height:1.2}.hero p{color:#ffffffe0;text-shadow:0 2px 12px #00000038;margin-bottom:2rem;font-family:Arial,sans-serif;font-size:1.05rem;line-height:1.6}.hero-buttons{flex-wrap:wrap;gap:1rem;display:flex}.hero .dark-outline{color:#fff;border-color:#ffffffe6}.hero .dark-outline:hover{color:#111;background:#fff}.highlights-section,.about-section,.facilities-section,.news-section,.quick-links-section{background-color:#fff;padding:6rem 4%}.quick-links-section{background-color:#f9fbfc}.facilities-section,.news-section{background-color:#fdfdfd}.section-header{text-align:center;max-width:700px;margin:0 auto 4rem}.section-header h2{margin-bottom:1rem;font-size:2.5rem}.section-header p{color:#666;font-family:Arial,sans-serif;line-height:1.6}.info-icon{color:#2b704c;background:#eaf5f0;border-radius:50%;place-items:center;width:56px;height:56px;margin-bottom:1rem;font-size:1.5rem;font-weight:700;display:grid}.info-card h3,.info-card p{font-family:Arial,sans-serif}.info-card h3{color:#111;margin-bottom:.75rem}.info-card p{color:#5f5f5f;margin:0;line-height:1.8}.highlights-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:2rem;max-width:1200px;margin:0 auto;display:grid}@media (width<=640px){.hero{min-height:360px;padding:3rem 3%}.hero-text-box{padding:1.5rem}.hero h1{margin-bottom:1rem;font-size:2.3rem}.hero p{margin-bottom:1.25rem;font-size:.95rem}.highlights-section,.about-section,.info-section,.statistics-section,.testimonials-section,.cta-section{padding:3rem 3%}.highlights-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;padding:0}.hero-buttons{flex-wrap:nowrap;gap:.65rem}.hero-buttons .btn{width:auto;min-width:auto;padding:.55rem .95rem;font-size:.88rem}.highlight-card{width:100%;max-width:none;margin:0;padding:1.5rem .8rem}.highlight-icon{margin-bottom:.75rem}.highlight-icon img{width:56px;height:56px}.highlight-card h3{margin-bottom:.7rem;font-size:1rem}.highlight-card p{margin:0;font-size:.86rem;line-height:1.3}.statistics-grid{gap:1rem}.stat-card{padding:1.3rem}.stat-value{font-size:2.4rem}.testimonials-grid{gap:.8rem}.testimonial-card{padding:1rem}.about-content{grid-template-columns:1fr;gap:2rem}.info-section{grid-template-columns:1fr;gap:1rem;padding:3rem 3%}.info-card{padding:1.5rem}.about-image img{height:280px}.about-text h2{font-size:2rem}.cta-section{padding:3rem 3%}.cta-section h2{font-size:2rem}.cta-section p{font-size:1rem}.cta-form{flex-direction:column;gap:.75rem}}.highlight-card{text-align:center;background:#fff;border:1px solid #111;border-radius:8px;padding:1.5rem;transition:transform .3s;box-shadow:0 4px 15px #00000008}.highlight-card:hover{transform:translateY(-5px)}.highlight-icon{justify-content:center;margin-bottom:1.25rem;display:flex}.highlight-icon img{object-fit:cover;border:2px solid #e6f4f1;border-radius:24px;width:130px;height:130px}.highlight-card h3{margin-bottom:1rem;font-size:1.3rem}.highlight-card p{color:#666;font-family:Arial,sans-serif;font-size:.95rem;line-height:1.5}.quick-links-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:2rem;max-width:1200px;margin:0 auto;display:grid}.quick-link-card{text-align:left;background:#fff;border:1px solid #eee;border-radius:8px;padding:2rem;transition:all .3s;display:block}.quick-link-card:hover{border-color:#6ab28c;box-shadow:0 8px 20px #0000000d}.quick-link-icon{justify-content:flex-start;margin-bottom:1rem;display:flex}.quick-link-icon img{object-fit:cover;border:2px solid #e6f4f1;border-radius:18px;width:72px;height:72px}.quick-link-card h3{color:#222;margin-bottom:.5rem;font-size:1.15rem;font-weight:600}.quick-link-card p{color:#666;margin:0;font-family:Arial,sans-serif;font-size:.9rem;line-height:1.5}.about-content{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;max-width:1200px;margin:0 auto;display:grid}.about-image img{object-fit:cover;border-radius:12px;width:100%;height:450px;box-shadow:0 10px 30px #0000000d}.about-text h2{margin-bottom:1.5rem;font-size:2.5rem}.about-text p{color:#555;margin-bottom:1.5rem;font-family:Arial,sans-serif;font-size:1.05rem;line-height:1.7}.facilities-header{text-align:left;margin:0 0 3rem}.facilities-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1200px;margin:0 auto 3rem;display:grid}.facility-card{border-radius:12px;height:350px;position:relative;overflow:hidden}.facility-card img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.facility-card:hover img{transform:scale(1.05)}.facility-overlay{color:#fff;background:linear-gradient(#0000,#000000d9);align-items:center;gap:1rem;padding:2.5rem 2rem 2rem;display:flex;position:absolute;bottom:0;left:0;right:0}.facility-icon{font-size:1.8rem}.facility-overlay h3{font-size:1.3rem}.facilities-btn-container{text-align:center}.statistics-section{padding:4rem 0}.statistics-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;max-width:1000px;margin:0 auto;display:grid}.stat-card{text-align:center;background:#fff;border:1px solid #eee;border-radius:16px;padding:2rem;box-shadow:0 12px 30px #0000000a}.stat-value{color:#2b704c;margin-bottom:.75rem;font-size:3rem;font-weight:700;display:block}.stat-card p{color:#555;margin:0;font-family:Arial,sans-serif;font-size:1rem}.testimonials-section{background:#f8fafb;padding:2rem 4% 2.5rem}.testimonials-header{text-align:center;margin-bottom:1.25rem}.testimonials-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:.75rem;max-width:1200px;margin:0 auto;display:grid}.testimonial-card{background:#fff;border:1px solid #e6ecef;border-radius:18px;padding:1.25rem;box-shadow:0 10px 20px #0000000d}.testimonial-card p{color:#4f4f4f;margin-bottom:1.5rem;font-family:Arial,sans-serif;font-size:1rem;line-height:1.8}.testimonial-meta{color:#222;flex-direction:column;gap:.25rem;display:flex}.testimonial-meta strong{font-size:1rem}.testimonial-meta span{color:#6f6f6f;font-size:.95rem}.news-header{justify-content:space-between;align-items:flex-end;max-width:1200px;margin:0 auto 3rem;display:flex}.news-header-text h2{margin-top:1rem;font-size:2.5rem}.news-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1200px;margin:0 auto;display:grid}.news-card{background:#fff;border:1px solid #eee;border-radius:8px;padding:2rem;transition:box-shadow .3s}.news-card:hover{box-shadow:0 6px 15px #0000000a}.news-meta{align-items:center;gap:1rem;margin-bottom:1rem;font-family:Arial,sans-serif;font-size:.85rem;display:flex}.news-category{color:#2b704c;background:#f0f4f8;border-radius:4px;padding:.3rem .8rem;font-weight:600}.news-date{color:#888}.news-card h3{color:#222;font-size:1.2rem;line-height:1.4}.cta-section{color:#fff;text-align:center;background:linear-gradient(135deg,#1b4b36 0%,#2b704c 100%);padding:6rem 4%}.cta-section h2{margin-bottom:1.5rem;font-size:2.5rem}.cta-section p{opacity:.9;max-width:700px;margin:0 auto 3rem;font-family:Arial,sans-serif;font-size:1.1rem;line-height:1.6}.cta-form{justify-content:center;gap:1rem;max-width:500px;margin:0 auto;display:flex}.cta-form .btn{justify-content:center;align-items:center;min-width:140px;max-width:220px;margin:0 auto;padding:.65rem 1rem;display:inline-flex;width:auto!important}.cta-input{border:none;border-radius:4px;outline:none;flex:1;padding:1rem 1.5rem;font-family:Arial,sans-serif;font-size:1rem}.main-footer{background-color:#fff;border-top:1px solid #eaeaea;padding:5rem 4% 2rem}.footer-cols{grid-template-columns:2fr 1fr 1fr 1.5fr;gap:3rem;max-width:1200px;margin:0 auto 3rem;display:grid}.footer-logo{margin-bottom:1rem;font-size:1.5rem;font-weight:700;display:inline-block}.footer-col-1 p{color:#666;max-width:90%;font-family:Arial,sans-serif;line-height:1.6}.footer-col h4,.footer-col-contact h4{margin-bottom:1.5rem;font-size:1.2rem}.footer-col a{color:#666;margin-bottom:.8rem;font-family:Arial,sans-serif;font-size:.95rem;transition:color .3s;display:block}.footer-col a:hover{color:#2b704c;text-decoration:underline}.contact-item{color:#666;align-items:flex-start;gap:.5rem;margin-bottom:1rem;font-family:Arial,sans-serif;font-size:.95rem;line-height:1.5;display:flex}.footer-bottom{color:#888;border-top:1px solid #eaeaea;justify-content:space-between;max-width:1200px;margin:0 auto;padding-top:2rem;font-family:Arial,sans-serif;font-size:.9rem;display:flex}.legals{gap:2rem;display:flex}.legals a:hover{color:#444;text-decoration:underline}@media (width<=992px){.footer-cols{grid-template-columns:1fr 1fr}.about-content{grid-template-columns:1fr}}@media (width<=768px){.hero{min-height:420px;padding:4rem 1.25rem}.hero-content{justify-content:center}.hero-text-box{padding:1.75rem}.hero h1{font-size:2.5rem}.hero-buttons{flex-flow:row;justify-content:flex-start;align-items:center;gap:.75rem;overflow-x:auto}.hero-buttons .btn{flex:0 auto;min-width:120px;max-width:160px;padding:.65rem 1rem;font-size:.9rem}.about-text h2{font-size:2rem}.highlights-section{padding:4rem 3% 2.5rem}.section-header{margin-bottom:2rem}.section-header h2{font-size:1.9rem;line-height:1.15}.highlights-grid{gap:1rem}.statistics-section{padding:4rem 4%}.statistics-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.news-header{flex-direction:column;align-items:flex-start;gap:1rem}.cta-form{flex-direction:column}.footer-cols{grid-template-columns:1fr}.header-nav{display:none}.footer-bottom{text-align:center;flex-direction:column;align-items:center;gap:1rem}}.about-page{color:#1b1b1b;background:#fff;width:100%}.about-hero{background:linear-gradient(135deg,#f8fbfd 0%,#eef6f8 100%);grid-template-columns:minmax(0,1fr) minmax(360px,1fr);align-items:center;gap:1.5rem;max-width:1200px;margin:0 auto;padding:4rem 1.5rem;display:grid}.about-hero-content{text-align:left}.about-hero-image{border-radius:26px;min-height:250px;overflow:hidden;box-shadow:0 24px 70px #00000014}@media (width<=900px){.about-hero{grid-template-columns:1fr;padding:1.5rem .75rem}.about-hero-image{min-height:300px}}.section-label{letter-spacing:.18em;color:#2b704c;margin-bottom:1rem;font-size:.85rem;font-weight:700;display:inline-block}.about-hero h1{margin:0 0 1.5rem;font-family:Playfair Display,Georgia,serif;font-size:clamp(3rem,4vw,5rem);line-height:1.05}.about-hero p{color:#4f4f4f;max-width:680px;font-family:Arial,sans-serif;font-size:1rem;line-height:1.85}.about-story{grid-template-columns:1.1fr .9fr;align-items:center;gap:3.5rem;max-width:1200px;margin:0 auto;padding:5rem 2rem;display:grid}.story-image,.principal-image{border-radius:22px;overflow:hidden;box-shadow:0 24px 70px #00000014}.story-image img,.principal-image img{object-fit:cover;width:100%;height:100%;display:block}.story-copy h2,.about-values-header h2,.principal-copy h2,.about-milestones h2{color:#111;margin-bottom:1.2rem;font-family:Playfair Display,Georgia,serif;font-size:2.5rem}.story-copy p{color:#565656;margin-bottom:1.3rem;font-family:Arial,sans-serif;line-height:1.8}.info-section{grid-template-columns:1fr 1fr;gap:2rem;max-width:1200px;margin:0 auto;padding:5rem 2rem;display:grid}.info-card{background:#fff;border:1px solid #eceff1;border-radius:24px;padding:2.5rem;box-shadow:0 20px 45px #0000000d}.info-icon{color:#2b704c;background:#eaf5f0;border-radius:50%;place-items:center;width:56px;height:56px;margin-bottom:1rem;font-size:1.5rem;display:grid}.info-card h3,.value-card h3,.principal-copy h2,.about-milestones h2{color:#111}.info-card p,.principal-copy p,.value-card p,.timeline-content p{color:#5f5f5f;font-family:Arial,sans-serif;line-height:1.8}.principal-section{grid-template-columns:.95fr 1.05fr;align-items:stretch;gap:3.5rem;max-width:1200px;margin:0 auto;padding:5rem 2rem;display:grid}.principal-image{display:flex}.principal-image img{object-fit:cover;width:100%;height:100%}.principal-copy blockquote{color:#4f4f4f;border-left:4px solid #2b704c;margin:0;padding-left:1.5rem;font-style:italic;line-height:1.8}.principal-signature{margin-top:2rem}.principal-signature strong{margin-bottom:.35rem;font-size:1rem;display:block}.principal-signature span{color:#6f6f6f;font-size:.95rem}.about-values{background:#f8fafb;padding:5rem 2rem 6rem}.about-values-header{text-align:center;max-width:760px;margin:0 auto 3rem}.values-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.75rem;max-width:1200px;margin:0 auto;display:grid}.value-card{text-align:center;background:#fff;border:1px solid #eceff1;border-radius:24px;padding:2.5rem;box-shadow:0 18px 45px #0000000d}.value-icon{color:#2b704c;background:#2b704c;border-radius:50%;place-items:center;width:45px;height:45px;margin:0 auto 1rem;font-size:1.5rem;display:grid}.value-card h3{margin-bottom:.75rem;font-size:1.15rem}.about-milestones{padding:5rem 2rem 7rem}.timeline{max-width:1200px;margin:0 auto;padding:2rem 0;position:relative}.timeline:before{content:"";background:#dde5e3;width:2px;position:absolute;top:0;bottom:0;left:50%;transform:translate(-50%)}.timeline-item{width:calc(50% - 2rem);padding:1rem 2rem;position:relative}.timeline-item.left{text-align:right;margin-right:auto}.timeline-item.right{text-align:left;margin-left:auto}.timeline-item+.timeline-item{margin-top:3rem}.timeline-dot{background:#2b704c;border:4px solid #fff;border-radius:50%;width:20px;height:20px;position:absolute;top:1rem;right:-12px}.timeline-item.right .timeline-dot{left:-12px;right:auto}.timeline-year{color:#2b704c;margin-bottom:.75rem;font-size:.95rem;font-weight:700;display:inline-block}.timeline-content p{color:#5f5f5f;margin:0}@media (width<=1080px){.about-story,.info-section,.principal-section{grid-template-columns:1fr;gap:1.5rem}.values-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.timeline{padding-left:0}.timeline:before{left:10px}.timeline-item,.timeline-item.left,.timeline-item.right{text-align:left;width:100%;padding-left:3rem}.timeline-dot{left:0;right:auto}}@media (width<=720px){.about-hero,.about-story,.info-section,.principal-section,.about-values,.about-milestones{padding:1rem .75rem}.about-hero h1{margin-bottom:1rem;font-size:2.2rem}.section-label{margin-bottom:.65rem}.values-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.value-card{padding:1.6rem}.value-card h3{margin-bottom:.85rem;font-size:1.05rem}.value-card p{font-size:.95rem;line-height:1.6}}@media (width<=520px){.values-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.value-card{padding:1.25rem}.value-card h3{margin-bottom:.75rem;font-size:1rem}.value-card p{font-size:.92rem;line-height:1.5}}.academics-hero{text-align:center;color:#fff;background-image:url(/assets/academic-DY85sdyb.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;min-height:360px;padding:6rem 4%;position:relative}.academics-page{width:100%;margin-top:calc(-1*clamp(76px,8vw,88px))}.subtitle{color:var(--secondary-color);margin-bottom:1rem;font-size:.95rem;font-weight:600;display:block}.badge-pill{background:var(--bg-light);color:var(--text-dark);border:1px solid var(--border-color);border-radius:999px;align-items:center;padding:.35rem .85rem;font-size:.8rem;display:inline-flex}.curriculum-section{background-color:var(--bg-white);padding:50px 20px}.curriculum-container{max-width:1200px;margin:0 auto}.standout-section{background:#6db5890f;padding:40px 20px}.standout-container{max-width:1100px;margin:0 auto}.standout-header{text-align:center;margin-bottom:1.5rem}.standout-header h2{color:var(--text-dark);font-size:2.4rem}.standout-list{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem;margin:0;padding:0;list-style:none;display:grid}.standout-list li{border:1px solid var(--border-color);color:var(--text-dark);background:#fff;border-radius:20px;padding:1.6rem 1.6rem 1.6rem 4rem;font-size:1rem;line-height:1.7;position:relative;box-shadow:0 14px 30px #4a90a414}.standout-list li:before{content:"✔";background:var(--secondary-color);color:#fff;border-radius:50%;place-items:center;width:2rem;height:2rem;font-size:.9rem;display:grid;position:absolute;top:50%;left:1.25rem;transform:translateY(-50%)}.curriculum-header{text-align:center;max-width:600px;margin:0 auto 3rem}.curriculum-header h2{color:var(--text-dark);margin-bottom:1rem;font-size:2.5rem}.curriculum-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.curriculum-card{background:var(--bg-white);border:1px solid var(--border-color);border-radius:20px;padding:1.4rem 1.5rem;transition:all .3s}.card-icon{background:var(--bg-light);border-radius:16px;place-items:center;width:48px;height:48px;margin-bottom:.9rem;font-size:1.2rem;display:grid}.curriculum-card:hover{border-color:var(--primary-color);transform:translateY(-8px);box-shadow:0 12px 24px #4a90a426}.curriculum-card h3{color:var(--text-dark);margin-bottom:.9rem;font-size:1.5rem}.curriculum-card p{color:var(--text-light);margin-bottom:1rem;line-height:1.6}.subjects-list{margin-bottom:1rem;list-style:none}.subjects-list li{color:var(--text-light);border-bottom:1px solid var(--border-color);padding:.5rem 0;font-size:.95rem}.subjects-list li:last-child{border-bottom:none}.subjects-list li:before{content:"✓ ";color:var(--secondary-color);margin-right:.5rem;font-weight:600}@media (width<=768px){.academics-hero h1{font-size:2rem}.curriculum-grid,.programs-grid,.features-grid{grid-template-columns:1fr}}.admissions-hero{text-align:center;color:#f7fbf8;background-color:#0000;background-image:linear-gradient(135deg,#00000073 0%,#00000040 100%),url(/assets/school%20gate-ClRp5gxm.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;min-height:420px;padding:110px 20px}.admissions-hero h1{color:inherit;margin-bottom:0;font-size:3rem}.overview-section{background-color:var(--bg-white);padding:80px 20px}.overview-container{max-width:1200px;margin:0 auto}.overview-header{text-align:center;max-width:600px;margin:0 auto 3rem}.overview-header h2{color:var(--text-dark);margin-bottom:1rem;font-size:2.5rem}.overview-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;display:grid}.overview-card{background:var(--bg-light);border-left:4px solid var(--primary-color);border-radius:8px;padding:2rem;transition:all .3s}.overview-card:hover{transform:translateY(-8px);box-shadow:0 12px 24px #4a90a426}.overview-icon{margin-bottom:1rem;font-size:2.5rem;display:block}.overview-card h3{color:var(--text-dark);margin-bottom:1rem;font-size:1.3rem}.overview-card p{color:var(--text-light);line-height:1.6}.requirements-section{background-color:var(--bg-white);padding:60px 20px 40px}.requirements-container{max-width:1000px;margin:0 auto}.requirements-header{text-align:center;margin-bottom:1.5rem}.requirements-header h2{color:var(--text-dark);margin-bottom:1rem;font-size:2.5rem}.requirements-tabs{border-bottom:2px solid var(--border-color);flex-wrap:wrap;gap:1rem;margin-bottom:2rem;display:flex}.requirement-tab{color:var(--text-light);cursor:pointer;background:0 0;border:none;border-bottom:3px solid #0000;padding:1rem 1.5rem;font-weight:600;transition:all .3s}.requirement-tab:hover,.requirement-tab.active{color:var(--primary-color);border-bottom-color:var(--primary-color)}.requirements-list{flex-direction:column;gap:1.5rem;margin:0;padding:0;list-style:none;display:flex}.requirement-item{background:var(--bg-light);border-left:4px solid var(--primary-color);opacity:0;transition:opacity .65s,transform .65s,box-shadow .65s;transition-delay:var(--reveal-delay,0s);will-change:opacity, transform;border-radius:8px;padding:1.5rem;transform:translate(-18px)}.requirement-item.is-visible{opacity:1;transform:translate(0,0)}.requirement-item h4{color:var(--text-dark);margin-bottom:.5rem;font-size:1.1rem}.requirement-item p{color:var(--text-light);margin:0;font-size:.95rem;line-height:1.6}.process-section{background-color:var(--bg-light);padding:20px}.process-container{max-width:1000px;margin:0 auto}.process-header{text-align:center;margin-bottom:1rem}.process-header h2{color:var(--text-dark);margin-bottom:1rem;font-size:2.5rem}.process-steps{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:2rem;display:grid}.process-step{text-align:center;position:relative}.step-number{background-color:var(--primary-color);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;margin:0 auto 1rem;font-size:1.5rem;font-weight:700;display:flex}.process-step h3{color:var(--text-dark);margin-bottom:.5rem;font-size:1.1rem}.process-step p{color:var(--text-light);font-size:.9rem;line-height:1.6}.process-step:not(:last-child):after{content:"";background-color:var(--primary-color);width:2rem;height:2px;position:absolute;top:30px;right:-1rem}.fees-section{background-color:var(--bg-white);padding:80px 20px}.fees-container{max-width:1000px;margin:0 auto}.fees-header{text-align:center;margin-bottom:1.5rem}.fees-header h2{color:var(--text-dark);margin-bottom:1rem;font-size:2.5rem}.fees-table{border-collapse:collapse;background:var(--bg-white);border-radius:8px;width:100%;overflow:hidden;box-shadow:0 2px 8px #00000014}.fees-table-wrapper{-webkit-overflow-scrolling:touch;width:100%;overflow-x:auto}.fees-table thead{background-color:var(--primary-color);color:#fff}.fees-table th{text-align:left;border-bottom:2px solid var(--border-color);padding:1.5rem;font-weight:600}.fees-table td{border-bottom:1px solid var(--border-color);color:var(--text-dark);padding:1.5rem}.fees-table tbody tr:hover{background-color:var(--bg-light)}.application-section{background-color:var(--bg-white);padding:30px 20px 10px}.application-container{max-width:1120px;margin:0 auto}.application-header{text-align:center;max-width:700px;margin:0 auto 2.5rem}.application-header h2{color:var(--text-dark);margin-bottom:1rem;font-size:2.5rem}.application-header p{color:var(--text-light);margin:0;line-height:1.8}.application-form{background:var(--bg-light);border-radius:16px;padding:2rem;box-shadow:0 24px 70px #0f172a14}.form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem;display:grid}.form-group{color:var(--text-dark);flex-direction:column;gap:.7rem;font-weight:600;display:flex}.form-group span{font-size:.95rem}.form-group input,.form-group select,.form-group textarea{border:1px solid var(--border-color);width:100%;color:var(--text-dark);background:#fff;border-radius:10px;padding:.95rem 1rem;font-size:1rem;font-weight:500}.form-group textarea{resize:vertical}.form-group-full{grid-column:1/-1}.status-chip{text-transform:capitalize;border-radius:999px;justify-content:center;align-items:center;margin-bottom:.5rem;padding:.35rem .75rem;font-size:.9rem;font-weight:700;display:inline-flex}.status-chip.pending{color:#92400e;background-color:#fde68a}.status-chip.reviewed{color:#165e3b;background-color:#86efac}.application-row.pending{background:#fbbf2814}.application-row.reviewed{background:#10b98114}.submit-btn{background-color:var(--primary-color);color:#fff;cursor:pointer;border:none;border-radius:999px;justify-content:center;align-items:center;margin-top:1.5rem;font-size:1rem;font-weight:700;transition:transform .25s,background-color .25s;display:inline-flex}.submit-btn:hover{background-color:#2563eb;transform:translateY(-2px)}.admin-table{border-collapse:collapse;width:100%;min-width:800px;margin-top:1.5rem}.admin-table-wrapper{-webkit-overflow-scrolling:touch;width:100%;overflow-x:auto}.admin-table th,.admin-table td{border-bottom:1px solid var(--border-color);text-align:left;vertical-align:top;padding:1rem 1.25rem}.admin-table thead th{color:var(--text-dark);background-color:#f3f4f6;font-weight:700}.admin-table tbody tr:hover{background-color:#3b82f60d}.admin-table td{word-break:break-word;white-space:normal;max-width:240px}.admin-table td:nth-child(7){max-width:360px}.status-select{background:#fff;border:1px solid #d1d5db;border-radius:.75rem;width:100%;margin-top:.35rem;padding:.55rem .8rem;font-size:.95rem}.admin-admissions-page .apply-input{border:1px solid var(--border-color);width:100%;color:var(--text-dark);background:#fff;border-radius:.9rem;margin-bottom:1rem;padding:.9rem 1rem;font-size:1rem}.download-container{max-width:1200px;margin:0 auto}.download-header{text-align:center;margin-bottom:3rem}.download-header h2{color:var(--text-dark);margin-bottom:1rem;font-size:2.5rem}.download-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;display:grid}.download-card{background:var(--bg-white);text-align:center;border-radius:8px;padding:2rem;transition:all .3s;box-shadow:0 2px 8px #00000014}.download-card:hover{transform:translateY(-8px);box-shadow:0 12px 24px #4a90a426}.download-icon{margin-bottom:1rem;font-size:3rem;display:block}.download-card h3{color:var(--text-dark);margin-bottom:.5rem;font-size:1.2rem}.download-card p{color:var(--text-light);margin-bottom:1.5rem;font-size:.9rem}.download-btn{background-color:var(--primary-color);color:#fff;border-radius:4px;padding:.6rem 1.5rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.download-btn:hover{background-color:#367a92;transform:translateY(-2px)}.cta-admissions{color:#fff;text-align:center;background:linear-gradient(135deg,#4a90a4 0%,#6db589 100%);padding:40px 20px}.cta-admissions h2{color:#fff;margin-bottom:1rem;font-size:2.5rem}.cta-admissions p{color:#ffffffe6;max-width:700px;margin:0 auto 2rem;font-size:1.1rem;line-height:1.7}.apply-btn{color:#4a90a4;cursor:pointer;background-color:#fff;border:none;border-radius:4px;padding:.75rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.apply-btn:hover{background-color:#f0f0f0;transform:translateY(-2px)}@media (width<=768px){.admissions-hero{min-height:auto;padding:72px 16px 64px}.admissions-hero h1{font-size:clamp(2rem,7vw,2.5rem);line-height:1.15}.admissions-hero-content{max-width:100%}.overview-section,.requirements-section,.process-section,.fees-section,.application-section,.cta-admissions{padding:30px 16px}.admissions-hero p{font-size:.98rem}.overview-section,.requirements-section{padding-left:16px;padding-right:16px}.overview-header h2,.requirements-header h2{font-size:1.8rem}.overview-grid{grid-template-columns:1fr}.overview-card{padding:1.25rem}.requirements-list{gap:1rem}.requirement-item{padding:1.25rem}.requirements-header{margin-bottom:1.5rem}.requirements-header p,.overview-card p{font-size:.95rem}.process-container,.fees-container,.application-container{width:100%}.process-header h2,.fees-header h2,.application-header h2,.cta-admissions h2{font-size:1.8rem}.process-step{padding:0 .25rem}.step-number{width:52px;height:52px;font-size:1.25rem}.application-form{border-radius:14px;padding:1.25rem}.form-grid{grid-template-columns:1fr;gap:1rem}.form-group-full{grid-column:auto}.form-group span{font-size:.92rem}.form-group input,.form-group select,.form-group textarea{padding:.85rem .95rem;font-size:.95rem}.fees-header{margin-bottom:1.5rem}.fees-table{min-width:560px}.fees-table-wrapper{border-radius:8px}.cta-admissions{padding-left:16px;padding-right:16px}.cta-admissions p{font-size:1rem}.admin-admissions-page .admin-actions{flex-direction:column;width:100%}.admin-admissions-page .admin-actions .admin-button{justify-content:center;width:100%}.admin-admissions-page .apply-input{font-size:.95rem}.admin-table{min-width:720px;margin-top:1rem}.admin-table th,.admin-table td{padding:.85rem 1rem}.status-select{font-size:.9rem}.process-steps{grid-template-columns:1fr}.process-step:not(:last-child):after{display:none}.requirements-tabs{gap:.5rem}.requirement-tab{padding:.75rem 1rem}.fees-table{font-size:.9rem}.fees-table th,.fees-table td{padding:1rem}.download-grid{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){.requirement-item{opacity:1;transition:none;transform:none}}:root{--bg:#f8fafc;--surface:#fff;--surface-soft:#f1f5f9;--primary:#2563eb;--primary-soft:#3b82f61f;--secondary:#f59e0b;--text:#111827;--muted:#6b7280;--border:#e5e7eb;--shadow:0 18px 50px #0f172a14}.container{width:min(1140px,100% - 2.5rem);margin:0 auto}.facilities-page{overflow-x:hidden}.eyebrow{letter-spacing:.24em;text-transform:uppercase;color:var(--primary-color);margin-bottom:0;font-size:2rem;font-weight:700;display:inline-flex}.hero-section h1,.section-intro h2,.facility-content h2,.feature-card h3,.cta-card h2{margin:0}.hero-section h1{letter-spacing:-.04em;margin-bottom:1.5rem;font-size:clamp(2.75rem,2.5vw + 1.5rem,4rem);line-height:1.05}.facilities-section,.additional-features-section,.cta-section{padding:4rem 0}.facility-row{grid-template-columns:repeat(2,minmax(0,1fr));align-items:center;gap:2rem;margin-bottom:2.5rem;display:grid}.facility-row.reverse{grid-template-areas:"content image"}.facility-row.reverse .facility-image{grid-area:image}.facility-row.reverse .facility-content{grid-area:content}.facility-image{min-height:320px;box-shadow:var(--shadow);border-radius:1.5rem;overflow:hidden}.facility-image img{object-fit:cover;width:100%;height:100%}.facility-content{flex-direction:column;gap:1rem;display:flex}.facility-icon{background:var(--primary-soft);border-radius:.85rem;justify-content:center;align-items:center;width:3rem;height:3rem;font-size:1.6rem;display:inline-flex}.facility-content h2{color:var(--text);font-size:2rem}.facility-content p{color:var(--muted);margin:0;line-height:1.8}.facility-features{flex-wrap:wrap;gap:.75rem;display:flex}.facility-features span{background:var(--surface-soft);color:var(--text);border:1px solid #e2e8f0cc;border-radius:999px;padding:.55rem .9rem;font-size:.9rem;display:inline-flex}.section-intro{text-align:center;margin-bottom:2rem}.section-intro h2{color:var(--text);margin-top:.75rem;font-size:clamp(2rem,2.1vw + .5rem,3rem)}.additional-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem;display:grid}.feature-card{background:var(--surface);text-align:center;box-shadow:var(--shadow);border-radius:1.75rem;padding:2rem}.feature-icon{background:var(--primary-soft);border-radius:999px;justify-content:center;align-items:center;width:3.5rem;height:3.5rem;margin-bottom:1rem;font-size:1.5rem;display:inline-flex}.feature-card h3{margin:0 0 .75rem;font-size:1.25rem}.feature-card p{color:var(--muted);margin:0;line-height:1.8}.cta-card{text-align:center;box-shadow:var(--shadow);color:#111827;background:#fff;border-radius:2rem;padding:3rem 2.5rem}.cta-card h2{color:inherit;margin-bottom:1rem;font-size:clamp(2rem,2.1vw + .5rem,3rem)}.cta-card p{max-width:720px;color:inherit;margin:0 auto 1.75rem;line-height:1.9}.cta-button{background:var(--primary);color:#fff;border-radius:999px;justify-content:center;align-items:center;padding:1rem 2rem;font-weight:700;text-decoration:none;transition:transform .2s,background-color .2s;display:inline-flex}.cta-button:hover{background:#1d4ed8;transform:translateY(-2px)}@media (width<=900px){.facility-row,.additional-grid{grid-template-columns:1fr}.facility-row.reverse{grid-template-areas:"image""content"}}@media (width<=640px){.hero-section{padding:3rem 0}.hero-section h1{font-size:2.5rem}.facility-row{gap:1.5rem}.facility-image{min-height:240px}.cta-card{padding:2rem 1.5rem}}:root{--bg:#f8fafc;--surface:#fff;--text:#111827;--muted:#6b7280;--primary:#2563eb;--primary-dark:#1d4ed8;--shadow:0 18px 50px #0f172a14;--border:#e5e7eb}button{font:inherit}.gallery-container{width:min(1140px,100% - 2rem);margin:0 auto}.gallery-page{overflow-x:hidden}.hero-content{flex-direction:column;gap:1rem;max-width:720px;display:flex;transform:translate(-1.2rem)}.filters-section,.gallery-section{padding:3rem 0}.filter-row{flex-wrap:wrap;justify-content:center;gap:.75rem;display:flex}.filter-button{border:1px solid var(--border);background:var(--surface);color:var(--text);cursor:pointer;border-radius:999px;padding:.75rem 1.3rem;transition:background-color .2s,border-color .2s,color .2s}.filter-button.active,.filter-button:hover{background:var(--primary);color:#fff;border-color:var(--primary)}.gallery-grid{grid-template-columns:repeat(1,minmax(0,1fr));gap:1rem;display:grid}.gallery-card{cursor:pointer;background:0 0;border:none;border-radius:1rem;padding:0;position:relative;overflow:hidden}.gallery-image{aspect-ratio:4/3;object-fit:cover;width:100%;height:100%;transition:transform .3s}.gallery-card:hover .gallery-image{transform:scale(1.05)}.gallery-overlay{opacity:0;background:linear-gradient(#0000 30%,#111827bf);flex-direction:column;justify-content:flex-end;padding:1rem;transition:opacity .3s;display:flex;position:absolute;inset:0}.gallery-card:hover .gallery-overlay{opacity:1}.gallery-title{color:#fff;overflow-wrap:anywhere;max-width:100%;margin:0 0 .25rem;font-weight:700;line-height:1.3}.gallery-category{color:#fffc;margin:0;font-size:.95rem}.admin-gallery-card{cursor:pointer;box-shadow:var(--shadow);background:#fff;border-radius:1.5rem;flex-direction:column;display:flex;overflow:hidden}.admin-gallery-card .gallery-image{aspect-ratio:4/3;object-fit:cover;width:100%;transition:transform .3s}.admin-gallery-form-card{width:100%;max-width:100%}.admin-gallery-form-card h2{overflow-wrap:anywhere;margin-top:0;line-height:1.2}.admin-gallery-form-card label{display:block}.admin-gallery-form-card input[type=text],.admin-gallery-form-card input[type=file]{width:100%;min-width:0;max-width:100%;display:block}.admin-gallery-form-card img{max-width:100%;height:auto}.admin-gallery-card:hover .gallery-image{transform:scale(1.02)}.admin-gallery-card-image-wrap{position:relative}.admin-gallery-delete-icon{color:#fff;cursor:pointer;background:#0f172ad9;border:none;border-radius:999px;justify-content:center;align-items:center;width:2.6rem;height:2.6rem;transition:transform .2s,background-color .2s;display:inline-flex;position:absolute;top:.85rem;right:.85rem}.admin-gallery-delete-icon:hover{background:#ef4444f2;transform:translateY(-1px)}.admin-gallery-card-body{padding:1rem}.admin-gallery-card-footer{justify-content:space-between;align-items:center;gap:1rem;display:flex}.admin-gallery-card-footer>div{min-width:0}.gallery-category-pill{color:#ea580c;text-transform:capitalize;background:#f973161f;border-radius:999px;align-items:center;padding:.45rem .85rem;font-size:.95rem;font-weight:700;display:inline-flex}.admin-gallery-card .gallery-title{color:#111827;overflow-wrap:anywhere;max-width:100%;margin:0;line-height:1.4}.gallery-card-actions{background:#fff;flex-wrap:wrap;justify-content:center;gap:.75rem;padding:1rem;display:flex}.gallery-card-actions .admin-button{min-width:110px}.lightbox-backdrop{z-index:50;background:#0f172abf;place-items:center;padding:1.5rem;display:grid;position:fixed;inset:0}.lightbox-modal{background:var(--surface);width:min(88vw,760px);max-height:84vh;box-shadow:var(--shadow);border-radius:1.5rem;flex-direction:column;margin:auto;display:flex;position:relative;overflow:hidden;transform:translateY(20px)}.lightbox-close,.lightbox-nav{width:2.5rem;height:2.5rem;color:var(--text);cursor:pointer;background:#ffffffd9;border:none;border-radius:999px;justify-content:center;align-items:center;font-size:1.5rem;display:inline-flex;position:absolute;top:1rem}.lightbox-close{right:1rem}.lightbox-nav.left{top:50%;left:1rem;transform:translateY(-50%)}.lightbox-nav.right{top:50%;right:1rem;transform:translateY(-50%)}.lightbox-image-container{background:#000;justify-content:center;align-items:center;height:min(56vh,520px);display:flex;overflow:hidden}.lightbox-image{object-fit:contain;width:100%;height:100%;display:block}.lightbox-caption{background:var(--surface);border-top:1px solid var(--border);padding:1.25rem 1.5rem}.lightbox-title{margin:0 0 .25rem;font-size:1.25rem;font-weight:700}.lightbox-category{color:var(--muted);margin:0;font-size:.95rem}@media (width>=640px){.gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width>=760px){.gallery-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width>=1200px){.gallery-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=768px){.hero-section{padding:2.5rem 0 2rem}.hero-content{gap:.75rem;transform:none}.hero-eyebrow{letter-spacing:.14em;font-size:.8rem}.hero-section h1{font-size:2rem;line-height:1.1}.hero-section p{font-size:.98rem;line-height:1.7}.filters-section,.gallery-section{padding:2rem 0}.gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem}.gallery-card{border-radius:.9rem}.gallery-overlay{opacity:1;padding:.85rem}.gallery-title{-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.95rem;display:-webkit-box;overflow:hidden}.admin-gallery-card .gallery-title{-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.98rem;display:-webkit-box;overflow:hidden}.lightbox-backdrop{padding:.75rem}.lightbox-modal{border-radius:1rem}.lightbox-image-container{height:min(42vh,320px)}.lightbox-caption{padding:1rem 1.1rem}.lightbox-title{font-size:1.05rem}.lightbox-close,.lightbox-nav{width:2.2rem;height:2.2rem;font-size:1.25rem}.filter-row{justify-content:stretch}.filter-button{flex:auto}.lightbox-nav.left,.lightbox-nav.right{top:auto;bottom:1rem;transform:none}.lightbox-nav.left{left:1rem}.lightbox-nav.right{right:1rem}}:root{--bg:#f8fafc;--surface:#fff;--surface-soft:#f1f5f9;--primary:#2563eb;--primary-soft:#3b82f61f;--primary-dark:#1d4ed8;--secondary:#f59e0b;--text:#111827;--muted:#6b7280;--border:#e5e7eb;--shadow:0 16px 40px #0f172a14}*{box-sizing:border-box}html,body{background:var(--bg);min-height:100%;color:var(--text);margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}img{max-width:100%;display:block}.notice-container{width:min(1140px,100% - 2rem);margin:0 auto}.notice-page{overflow-x:hidden}.hero-section{background:linear-gradient(135deg,#3b82f61f,#fffffffa 48%,#f59e0b2e);padding:1rem 0}.hero-content{flex-direction:column;gap:1rem;max-width:720px;display:flex}.hero-eyebrow{letter-spacing:.24em;text-transform:uppercase;color:var(--primary);margin:0;font-size:.85rem;font-weight:700;display:inline-flex}.hero-section h1{margin:0;font-size:clamp(2.5rem,2.4vw + 1.3rem,3.5rem);line-height:1.05}.hero-section p{color:var(--muted);margin:0;font-size:1.05rem;line-height:1.8}.notices-section{padding:2rem 0}.notice-top-row{justify-content:center;margin-bottom:1.5rem;display:flex}.month-button{color:#fff;cursor:pointer;background:#1d4ed8;border:none;border-radius:500px;padding:1rem 2rem;font-size:1.75rem;font-weight:700;transition:transform .2s,box-shadow .2s;box-shadow:0 12px 24px #0f172a29}.month-button:hover{transform:translateY(-1px);box-shadow:0 16px 30px #0f172a2e}.notice-list{gap:1.25rem;display:grid}.notice-card{background:var(--surface);box-shadow:var(--shadow);border:1px solid var(--border);border-radius:1.5rem;padding:1.5rem}.notice-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:.75rem;display:flex}.notice-tags{flex-wrap:wrap;gap:.5rem;display:flex}.notice-category,.notice-priority{border-radius:999px;padding:.35rem .75rem;font-size:.8rem;font-weight:700;display:inline-flex}.notice-category-general{color:#1d4ed8;background:#2563eb14}.notice-category-sports,.notice-category-events{color:#b45309;background:#f59e0b1f}.notice-category-academics,.notice-category-transport{color:#047857;background:#10b9811f}.notice-priority-high{color:#b91c1c;background:#ef44441f}.notice-priority-normal{color:#1d4ed8;background:#3b82f61f}.notice-priority-low{color:#047857;background:#10b9811f}.notice-date{color:var(--muted);font-size:.95rem}.notice-title{color:var(--text);margin:1rem 0 .75rem;font-size:1.5rem}.notice-description{color:var(--muted);margin:0;line-height:1.75}.notice-actions{flex-wrap:wrap;gap:.75rem;margin-top:1rem;display:flex}.notice-link,.archive-button{border-radius:999px;justify-content:center;align-items:center;padding:.85rem 1.25rem;font-weight:700;text-decoration:none;transition:background-color .2s,transform .2s;display:inline-flex}.notice-link{background:var(--primary);color:#fff}.notice-link:hover,.archive-button:hover{background:var(--primary-dark);transform:translateY(-1px)}.notice-link-secondary{color:var(--text);border:1px solid var(--border);background:0 0}.archive-section{background:var(--surface)}.archive-card{background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow);border-radius:1.5rem;flex-direction:column;align-items:center;gap:1rem;padding:2rem;display:flex}.archive-text{color:var(--muted);margin:0;font-size:1rem}.archive-button{background:var(--primary);color:#fff}@media (width<=768px){.hero-section{padding:3rem 0}.notice-header{flex-direction:column;align-items:stretch}.notice-actions{justify-content:flex-start}}.contact-hero{text-align:center;color:#fff;background-color:#0000;background-image:linear-gradient(135deg,#4a90a4a6 0%,#6db589a6 100%),url(/assets/building-bQSYuEJ8.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;padding:5rem 4%}.contact-hero h1{color:var(--text-dark);margin-bottom:1rem;font-size:clamp(3rem,4vw,4.2rem)}.contact-page{width:100%}.contact-container{max-width:1200px;margin:0 auto}.contact-cards{background:#fff;padding:3rem 4% 1.5rem}.contact-cards-grid{grid-template-columns:repeat(4,minmax(220px,1fr));gap:1rem;width:100%;display:grid}.contact-grid{grid-template-columns:1.35fr .95fr;align-items:start;gap:2.5rem;display:grid}.section-label{text-transform:uppercase;letter-spacing:.24em;color:#013601;gap:.5rem;margin-bottom:1rem;font-size:.75rem;display:inline-flex}.contact-info-icon{background:var(--bg-light);border-radius:16px;place-items:center;width:52px;height:52px;margin-bottom:1rem;font-size:1.25rem;display:grid}.contact-info-wrapper{grid-template-columns:repeat(4,minmax(220px,1fr));gap:1.5rem;margin-top:2rem;display:grid}.contact-info-card{background:var(--bg-white);border:1px solid #0000000a;border-radius:24px;min-width:0;padding:1.75rem;box-shadow:0 16px 40px #1212120a}.contact-info-card h3{margin-bottom:.75rem}.contact-info-card p{color:var(--text-light);overflow-wrap:anywhere;word-break:break-word;margin:.25rem 0 0}.contact-cta{background:#2b704c0f;padding:4rem 4% 3rem}.contact-cta-inner{grid-template-columns:1.5fr 1fr;align-items:center;gap:2rem;display:grid}.contact-cta h2{margin-bottom:.75rem;font-size:2.2rem}.contact-cta p{color:var(--text-light);max-width:680px;line-height:1.8}.contact-cta-actions{flex-wrap:wrap;justify-content:flex-end;gap:1rem;display:flex}.submit-btn-secondary{color:var(--text-dark);border:1px solid var(--border-color);background:0 0}.contact-success{text-align:center}.success-badge{background:var(--primary-color);color:#fff;border-radius:50%;place-items:center;width:72px;height:72px;margin:0 auto 1rem;font-size:1.75rem;display:grid}.contact-hero p{color:#000;max-width:700px;margin:0 auto;font-size:1.4rem}.contact-section{background-color:var(--bg-white);padding:3rem 4%}.form-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem;display:grid}.contact-form-wrapper{background:var(--bg-white);border:1px solid #111;border-radius:28px;min-width:0;padding:2.5rem;box-shadow:0 24px 70px #1212120d}@media (width<=860px){.contact-grid,.contact-cta-inner,.form-row{grid-template-columns:1fr}.contact-cta-actions{justify-content:center}.contact-hero,.contact-section,.contact-cta{padding-left:2rem;padding-right:2rem}.contact-hero h1{font-size:clamp(2.2rem,8vw,3rem);line-height:1.1}.contact-hero p{font-size:1rem}.contact-cards{padding-left:1rem;padding-right:1rem}.contact-cards-grid{gap:.75rem;width:100%;grid-template-columns:repeat(2,minmax(0,1fr))!important}.contact-info-card{background:var(--bg-white);border:1px solid #0000000a;padding:1rem}}.contact-form h2{color:var(--text-dark);margin-bottom:1.5rem;font-size:2rem}.form-group{margin-bottom:1.5rem}.form-group label{color:var(--text-dark);margin-bottom:.5rem;font-size:.95rem;font-weight:600;display:block}.form-group input,.form-group textarea,.form-group select{border:1px solid var(--border-color);border-radius:4px;width:100%;padding:.75rem;font-family:inherit;font-size:1rem;transition:all .3s}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{border-color:var(--primary-color);outline:none;box-shadow:0 0 0 3px #4a90a41a}.form-group textarea{resize:vertical;min-height:150px}.submit-btn{color:#fff;cursor:pointer;background-color:#111;border:none;border-radius:999px;width:100%;padding:.85rem 1.75rem;font-size:1rem;font-weight:600;transition:all .25s}.submit-btn:hover{background-color:#333;transform:translateY(-1px);box-shadow:0 12px 30px #1111111f}.hours-list{margin-top:1rem;list-style:none}.hours-list li{color:var(--text-light);border-bottom:1px solid #0000000d;justify-content:space-between;padding:.5rem 0;display:flex}.hours-list li:last-child{border-bottom:none}.map-section{background-color:var(--bg-light);padding:5rem 4%}.map-container{max-width:1200px;margin:0 auto}.find-us-card{background:var(--bg-white);border:1px solid #0000000a;border-radius:30px;min-width:0;padding:2rem;box-shadow:0 24px 70px #1212120d}.find-us-header{margin-bottom:1.75rem}.find-us-header h2{color:var(--text-dark);margin:.5rem 0 1rem;font-size:2rem}.find-us-header p{color:var(--text-light);max-width:600px;line-height:1.8}.map-wrapper{background:#f3f4f6;border:1px solid #0000000a;border-radius:24px;height:400px;overflow:hidden}.map-wrapper iframe{border:none;width:100%;height:100%}.faq-section{background-color:var(--bg-white);padding:80px 20px}.faq-container{max-width:800px;margin:0 auto}.faq-header{text-align:center;margin-bottom:3rem}.faq-header h2{color:var(--text-dark);margin-bottom:1rem;font-size:2.5rem}.faq-items{flex-direction:column;gap:1rem;display:flex}.faq-item{background:var(--bg-light);border:1px solid var(--border-color);border-radius:8px;transition:all .3s;overflow:hidden}.faq-item:hover{box-shadow:0 4px 12px #4a90a41a}.faq-question{background:var(--bg-white);cursor:pointer;justify-content:space-between;align-items:center;gap:1rem;padding:1.5rem;transition:all .3s;display:flex}.faq-item.active .faq-question{background:var(--bg-light)}.faq-question h3{color:var(--text-dark);margin:0;font-size:1.1rem;transition:color .3s}.faq-item:hover .faq-question h3{color:var(--primary-color)}.faq-toggle{color:var(--primary-color);font-size:1.5rem;transition:transform .3s}.faq-item.active .faq-toggle{transform:rotate(180deg)}.faq-answer{max-height:0;transition:max-height .3s;overflow:hidden}.faq-item.active .faq-answer{max-height:400px}.faq-answer p{color:var(--text-light);margin:0;padding:1.5rem;line-height:1.7}@media (width<=768px){.contact-hero h1{font-size:clamp(1.9rem,7vw,2.4rem)}.contact-container{grid-template-columns:1fr}.contact-hero,.contact-section,.contact-cards,.contact-cta{padding-left:1rem;padding-right:1rem}.contact-hero{padding-top:3.5rem;padding-bottom:3rem}.contact-cards{padding:2rem 1rem 1rem}.contact-section{padding:2rem 1rem}.contact-hero p{font-size:.98rem;line-height:1.7}.contact-cards-grid{grid-template-columns:repeat(2,minmax(150px,1fr));grid-auto-rows:auto;gap:1rem;width:100%}.contact-info-card,.contact-form-wrapper,.find-us-card{border-radius:20px;padding:1.25rem}.contact-form h2,.find-us-header h2,.faq-header h2,.contact-cta h2{font-size:1.6rem}.section-label{letter-spacing:.18em}.form-group{margin-bottom:1rem}.form-group input,.form-group textarea,.form-group select{font-size:.95rem}.success-badge{width:64px;height:64px;font-size:1.5rem}.map-wrapper{height:300px}.faq-container{max-width:100%}.hours-list li{flex-direction:column;align-items:flex-start;gap:.75rem}}.calender-page{background:#f4f6fb;min-height:100vh}.calender-hero{color:#fff;background:#2e6e4e;padding:4.5rem 1.5rem 3rem}.calender-hero-content{flex-direction:column;gap:1rem;width:min(1120px,100% - 3rem);margin:0 auto;display:flex}.calender-eyebrow{letter-spacing:.24em;text-transform:uppercase;color:#d7deff;font-size:.85rem;font-weight:700;display:inline-flex}.calender-hero h1{margin:0;font-size:clamp(2rem,3vw,3.5rem);line-height:1.05}.calender-hero p{color:#ffffffe0;max-width:720px;margin:0;font-size:1.05rem;line-height:1.8}.calender-summary{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem;width:min(1120px,100% - 3rem);margin:-2rem auto 0;padding-bottom:2rem;display:grid}.summary-card{color:#102a4b;background:#fff;border-radius:1.25rem;flex-direction:column;gap:1rem;min-height:220px;padding:1.75rem;display:flex;box-shadow:0 20px 50px #162c7514}.summary-card-primary{border-top:4px solid #4054e6}.summary-card-secondary{border-top:4px solid #4d9dff}.summary-card-tertiary{border-top:4px solid #18b1a5}.summary-card-accent{border-top:4px solid #f28b4f}.summary-card h2{margin:0;font-size:1.25rem}.summary-card p{color:#4d5f7f;margin:0;line-height:1.7}.calender-events-section{padding:2rem 0 4rem}.calender-container{width:min(1120px,100% - 3rem);margin:0 auto}.section-header{max-width:680px;margin-bottom:2rem}@media (width<=880px){.event-card{grid-template-columns:1fr}}@media (width<=640px){.calender-hero{padding:3.5rem 1rem 2.5rem}.calender-summary{margin-top:1rem}}.navbar{z-index:1100;background-color:var(--bg-white);color:#000;border-bottom:1px solid var(--border-color);width:100%;position:fixed;top:0;left:0;right:0;box-shadow:0 2px 4px #0000000d}.navbar-container{color:#000;grid-template-columns:minmax(220px,320px) minmax(0,1fr) auto;align-items:center;column-gap:1.5rem;max-width:1400px;margin:0 auto;padding:1rem clamp(16px,2vw,32px);display:grid}.navbar-logo{min-width:0;max-width:320px;color:var(--text-dark);transition:var(--transition);flex-wrap:nowrap;align-items:center;gap:.75rem;font-family:Playfair Display,Georgia,serif;display:flex}.navbar-logo-image{flex-shrink:0;width:40px;height:40px}.navbar-logo-text{flex-direction:column;min-width:0;display:flex}.navbar-logo-brand{white-space:nowrap;text-overflow:ellipsis;font-size:1.4rem;font-weight:700;line-height:1.1;overflow:hidden}.navbar-logo-subtitle{color:var(--text-light);white-space:nowrap;text-overflow:ellipsis;font-size:.9rem;line-height:1.2;overflow:hidden}.navbar-logo:hover{color:var(--primary-color)}.navbar-logo svg{width:32px;height:32px;color:var(--primary-color)}.navbar-nav{flex:1;justify-content:center;align-items:center;gap:2rem;min-width:0;margin-left:0;padding:0 .5rem;display:flex}.navbar-nav a{color:var(--text-light);white-space:nowrap;padding-bottom:4px;font-size:.95rem;font-weight:500;position:relative}.navbar-nav a:after{content:"";background-color:var(--primary-color);width:0;height:2px;transition:var(--transition);position:absolute;bottom:0;left:0}.navbar-nav a:hover:after{width:100%}.navbar-nav a:hover{color:var(--primary-color)}.navbar-cta{flex-shrink:0;justify-self:end;align-items:center;gap:1rem;display:flex}.btn{transition:var(--transition);cursor:pointer;border:none;border-radius:4px;padding:.75rem 1.5rem;font-size:.95rem;font-weight:600;text-decoration:none;display:inline-block}.btn-primary{background-color:var(--primary-color);color:#fff}.btn-primary:hover{background-color:#3d7a8f;transform:translateY(-2px);box-shadow:0 4px 12px #4a90a44d}.btn-secondary{background-color:var(--secondary-color);color:#fff}.btn-secondary:hover{background-color:#5ba876;transform:translateY(-2px);box-shadow:0 4px 12px #6db5894d}.btn-outline{border:2px solid var(--primary-color);color:var(--primary-color);background-color:#0000}.btn-outline:hover{background-color:var(--primary-color);color:#fff}.hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:.5rem;display:none}.hamburger span{background-color:var(--text-dark);width:24px;height:3px;transition:var(--transition);border-radius:2px}.mobile-menu{background-color:var(--bg-white);border-top:1px solid var(--border-color);flex-direction:column;gap:1rem;padding:1rem 20px;display:none}.mobile-menu a{color:var(--text-light);padding:.75rem 0}.mobile-menu a.btn-primary{color:#fff}.mobile-menu a:hover{color:var(--primary-color)}@media (width<=1100px){.navbar-container{flex-wrap:nowrap;justify-content:space-between;align-items:center;gap:1rem;max-width:1200px;display:flex}.navbar-nav,.navbar-cta{display:none}.hamburger{margin-left:auto;display:flex}.mobile-menu.active{display:flex}.navbar-logo{flex:auto;min-width:0;max-width:calc(100% - 60px);font-size:1.25rem;overflow:hidden}.navbar-logo-image{width:36px;height:36px}}@media (width<=768px){.navbar-container{padding:.9rem 16px}.navbar-logo{gap:.6rem;font-size:1.1rem}.navbar-logo-image{width:32px;height:32px}.mobile-menu{padding:.9rem 16px}}@media (width<=480px){.navbar-container{padding:.8rem 14px}.navbar-logo{gap:.5rem;font-size:1rem}.navbar-logo-image{width:28px;height:28px}.hamburger{padding:.35rem}.mobile-menu{gap:.75rem;padding:.75rem 14px 1rem}.mobile-menu .btn{width:100%}}.footer{color:#555;background-color:#fff;border-top:1px solid #eaeaea;padding:4rem 4% 2rem;font-family:Arial,sans-serif}.footer-content{grid-template-columns:2fr 1fr 1fr 1.5fr;gap:3rem;max-width:1200px;margin:0 auto 3rem;display:grid}.footer-section h4{color:#222;margin-bottom:1.5rem;font-size:1.2rem;font-weight:600}.footer-section p{color:#666;margin-bottom:1.5rem;font-size:.95rem;line-height:1.6}.footer-section a{color:#666;margin-bottom:.8rem;font-size:.95rem;text-decoration:none;transition:color .3s;display:block}.footer-section a:hover{color:#2b704c;text-decoration:underline}.footer-contact{color:#666;align-items:flex-start;gap:.75rem;margin-bottom:1rem;font-size:.95rem;line-height:1.5;display:flex}.footer-contact svg{color:#2b704c;flex-shrink:0;width:18px;height:18px;margin-top:3px}.footer-bottom{text-align:center;color:#888;border-top:1px solid #eaeaea;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding-top:2rem;font-size:.9rem;display:flex}.footer-bottom p{margin:0}.footer-bottom a{color:#888;text-decoration:none;transition:color .3s}.footer-bottom a:hover{color:#444;text-decoration:underline}@media (width<=992px){.footer-content{grid-template-columns:1fr 1fr}}@media (width<=768px){.footer{padding:3rem 4% 1.5rem}.footer-content{grid-template-columns:1fr;gap:2rem}.footer-bottom{flex-direction:column;gap:1rem}}.admin-shell{color:#1f2937;background:#f6f8fb;min-height:100vh}.admin-header{color:#fff;background:#111827;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:2rem 2rem 1rem;display:flex}.admin-brand{max-width:560px}.admin-logo{letter-spacing:.02em;font-size:1.35rem;font-weight:700;display:inline-block}.admin-subtitle{color:#d1d5db;margin:.5rem 0 0;line-height:1.5}.admin-nav{flex-wrap:wrap;gap:.75rem;display:flex}.admin-nav-link{color:#d1d5db;background:#1f2937;border-radius:999px;padding:.75rem 1rem;font-weight:600;text-decoration:none;transition:background .2s,color .2s}.admin-nav-link:hover,.admin-nav-link.active{color:#fff;background:#2563eb}.admin-main{padding:2rem}.admin-login-shell{background:linear-gradient(#111827 0%,#1f2937 100%);place-items:center;min-height:100vh;display:grid}.admin-login-main{width:100%;max-width:420px;padding:2rem}.admin-login-card{background:#fff;border-radius:1.25rem;padding:2rem;box-shadow:0 20px 50px #0f172a26}.admin-login-card h1{margin-top:.5rem;margin-bottom:1rem}.admin-login-form{gap:1rem;margin-top:1rem;display:grid}.admin-login-form label{color:#374151;font-weight:600}.admin-login-form input{width:100%;font:inherit;border:1px solid #d1d5db;border-radius:.75rem;padding:.85rem 1rem}.admin-login-error{color:#b91c1c;margin:0;font-size:.95rem}.admin-page-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:2rem;display:flex}.admin-page-header h1{margin:0;font-size:clamp(2rem,2.5vw,2.75rem)}.admin-page-header p{color:#4b5563;max-width:42rem;margin:.75rem 0 0}.admin-actions{flex-wrap:wrap;gap:.75rem;display:flex}.admin-card-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem;display:grid}.admin-badge{color:#2563eb;background:#eff6ff;border-radius:999px;align-items:center;gap:.5rem;padding:.7rem 1rem;font-weight:700;display:inline-flex}.admin-stat-card,.admin-message-card,.admin-summary-card{background:#fff;border:1px solid #e5e7eb;border-radius:1rem;padding:1.5rem;box-shadow:0 1px 2px #0f172a0d}.admin-table{border-collapse:collapse;background:#fff;border-radius:1rem;width:100%;margin-top:1rem;overflow:hidden}.admin-table th,.admin-table td{text-align:left;border-bottom:1px solid #e5e7eb;padding:1rem 1.25rem}.admin-table th{color:#6b7280;background:#f9fafb;font-weight:600}.admin-table tr:last-child td{border-bottom:none}.admin-button{cursor:pointer;border:none;border-radius:999px;padding:.75rem 1rem;font-weight:600;transition:transform .15s}.admin-button:hover{transform:translateY(-1px)}.admin-button-primary{color:#fff;background:#2563eb}.admin-button-secondary{color:#111827;background:#e5e7eb}.admin-status-chip{border-radius:999px;align-items:center;gap:.5rem;padding:.5rem .75rem;font-size:.875rem;font-weight:700;display:inline-flex}.admin-status-chip.open{color:#065f46;background:#d1fae5}.admin-status-chip.review{color:#92400e;background:#fef3c7}.admin-status-chip.closed{color:#374151;background:#f3f4f6}.admin-contact-summary-cards{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem;margin-bottom:2rem;display:grid}.admin-message-list{gap:1rem;display:grid}.admin-message-item{text-align:left;background:#fff;border:1px solid #e5e7eb;border-radius:1rem;gap:.75rem;padding:1.25rem;transition:transform .2s,box-shadow .2s,border-color .2s;display:grid}.admin-message-item:hover,.admin-message-item.active{border-color:#2563eb;transform:translateY(-1px);box-shadow:0 12px 30px #2563eb1f}.admin-message-item.active{background:#eff6ff}.admin-message-detail-card{flex-direction:column;gap:1rem;min-width:0;display:flex}.admin-message-status-row{justify-content:flex-start;gap:.75rem}.admin-message-detail-body{color:#374151;background:#f8fafc;border-radius:1rem;padding:1.25rem;line-height:1.8}.admin-message-item h3{margin:0;font-size:1.05rem}.admin-message-item p{color:#4b5563;overflow-wrap:anywhere;margin:.5rem 0 0}.admin-message-detail-card .find-us-header h2,.admin-message-item strong{overflow-wrap:anywhere}.admin-message-meta{color:#6b7280;flex-wrap:wrap;gap:1rem;font-size:.9rem;display:flex}.admin-quick-reply{margin-top:1rem}.admin-quick-reply textarea,.admin-quick-reply input{width:100%;font:inherit;color:#111827;border:1px solid #d1d5db;border-radius:.75rem;margin-top:.75rem;padding:.9rem 1rem}.admin-quick-reply button{margin-top:1rem}@media (width<=720px){.admin-header{flex-direction:column;align-items:stretch}.admin-nav{justify-content:flex-start}.admin-contact-summary-cards{grid-template-columns:1fr}.admin-message-status-row{flex-direction:column;align-items:stretch}.admin-message-status-row label{margin-right:0}.admin-message-status-row select{width:100%}.admin-message-item,.admin-stat-card,.admin-summary-card,.admin-main{padding:1rem}}.counter{color:var(--accent);background:var(--accent-bg);border:2px solid #0000;border-radius:5px;margin-bottom:24px;padding:5px 10px;font-size:16px;transition:border-color .3s}.counter:hover{border-color:var(--accent-border)}.counter:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.hero{position:relative}.hero .base,.hero .framework,.hero .vite{margin:0 auto;inset-inline:0}.hero .base{z-index:0;width:170px;position:relative}.hero .framework,.hero .vite{position:absolute}.hero .framework{z-index:1;height:28px;top:34px;transform:perspective(2000px)rotate(300deg)rotateX(44deg)rotateY(39deg)scale(1.4)}.hero .vite{z-index:0;width:auto;height:26px;top:107px;transform:perspective(2000px)rotate(300deg)rotateX(40deg)rotateY(39deg)scale(.8)}#center{flex-direction:column;flex-grow:1;place-content:center;place-items:center;gap:25px;display:flex}@media (width<=1024px){#center{gap:18px;padding:32px 20px 24px}}#next-steps{border-top:1px solid var(--border);text-align:left;display:flex}#next-steps>div{flex:1 1 0;padding:32px}@media (width<=1024px){#next-steps>div{padding:24px 20px}}#next-steps .icon{width:22px;height:22px;margin-bottom:16px}@media (width<=1024px){#next-steps{text-align:center;flex-direction:column}}#docs{border-right:1px solid var(--border)}@media (width<=1024px){#docs{border-right:none;border-bottom:1px solid var(--border)}}#next-steps ul{gap:8px;margin:32px 0 0;padding:0;list-style:none;display:flex}#next-steps ul .logo{height:18px}#next-steps ul a{color:var(--text-h);background:var(--social-bg);border-radius:6px;align-items:center;gap:8px;padding:6px 12px;font-size:16px;text-decoration:none;transition:box-shadow .3s;display:flex}#next-steps ul a:hover{box-shadow:var(--shadow)}#next-steps ul a .button-icon{width:18px;height:18px}@media (width<=1024px){#next-steps ul{flex-wrap:wrap;justify-content:center;margin-top:20px}#next-steps ul li{flex:calc(50% - 8px)}#next-steps ul a{box-sizing:border-box;justify-content:center;width:100%}}#spacer{border-top:1px solid var(--border);height:88px}@media (width<=1024px){#spacer{height:48px}}.main-content{width:100%;padding-top:clamp(76px,8vw,88px)}.ticks{width:100%;position:relative}.ticks:before,.ticks:after{content:"";border:5px solid #0000;position:absolute;top:-4.5px}.ticks:before{border-left-color:var(--border);left:0}.ticks:after{border-right-color:var(--border);right:0}.welcome-popup-backdrop{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:2000;background:#09110eb8;justify-content:center;align-items:center;padding:clamp(16px,4vw,32px);display:flex;position:fixed;inset:0}.welcome-popup-card{background:#fff;border-radius:24px;width:min(92vw,560px);animation:.28s ease-out welcomePopupIn;position:relative;overflow:hidden;box-shadow:0 30px 70px #00000059}.welcome-popup-image{object-fit:cover;width:100%;max-height:min(78vh,720px);display:block}.welcome-popup-close{color:#fff;cursor:pointer;background:#0f1d1bc7;border:none;border-radius:999px;place-items:center;width:40px;height:40px;font-size:1.5rem;line-height:1;transition:transform .2s,background-color .2s;display:grid;position:absolute;top:12px;right:12px}.welcome-popup-close:hover{background:#0f1d1beb;transform:scale(1.05)}@keyframes welcomePopupIn{0%{opacity:0;transform:translateY(12px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}@media (width<=640px){.welcome-popup-card{border-radius:20px;width:min(94vw,420px)}.welcome-popup-close{width:36px;height:36px;font-size:1.35rem;top:10px;right:10px}}
