*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--forest:#1b3b2a;--forest-deep:#0f2a1b;--sage:#4a7c5c;--sage-light:#6b9e7d;--teal:#2d6a5a;--gold:#c4983b;--gold-light:#e8c87a;--cream:#fdfaf5;--cream-warm:#f7f2ea;--stone:#e8e2d8;--text:#1a1a1a;--text-muted:#5a5a5a;--white:#fff}html{scroll-behavior:smooth}body{color:var(--text);background:var(--white);-webkit-font-smoothing:antialiased;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;overflow-x:hidden}nav{z-index:100;background:var(--white);justify-content:space-between;align-items:center;padding:1rem 2rem;transition:all .4s;display:flex;position:fixed;top:0;left:0;right:0;box-shadow:0 1px 20px #0000000f}nav.scrolled{background:var(--white);-webkit-backdrop-filter:blur(20px);box-shadow:0 1px 20px #0000001a}.nav-logo{color:#000;align-items:center;gap:.75rem;text-decoration:none;display:flex}.nav-logo img{width:auto;height:40px}.nav-logo span{letter-spacing:.02em;font-family:DM Serif Display,serif;font-size:1.25rem}.nav-links{align-items:center;gap:2rem;list-style:none;display:flex}.nav-links a{color:#000;letter-spacing:.03em;font-size:.875rem;font-weight:500;text-decoration:none;transition:color .3s}.nav-links a:hover{color:var(--sage)}.nav-cta{border-radius:100px;color:#fff!important;background:#000!important;padding:.6rem 1.5rem!important;font-weight:600!important;transition:all .3s!important}.nav-cta:hover{transform:translateY(-1px);background:#222!important}.mobile-toggle{cursor:pointer;background:0 0;border:none;padding:.5rem;display:none}.mobile-toggle span{background:#000;width:24px;height:2px;margin:5px 0;transition:all .3s;display:block}.hero{text-align:center;min-height:100vh;color:var(--cream);flex-direction:column;justify-content:center;align-items:center;padding:6rem 2rem 4rem;display:flex;position:relative;overflow:hidden}.hero-bg{z-index:0;position:absolute;inset:0}.hero-bg img{object-fit:cover;object-position:center 30%;width:100%;height:100%}.hero-overlay{background:linear-gradient(#0f2a1bb3 0%,#0f2a1b80 40%,#0f2a1bbf 100%);position:absolute;inset:0}.hero-content{z-index:1;position:relative}.hero-badge{color:var(--gold-light);letter-spacing:.08em;text-transform:uppercase;background:#ffffff1a;border:1px solid #fff3;border-radius:100px;align-items:center;gap:.5rem;margin-bottom:2rem;padding:.5rem 1.25rem;font-size:.8rem;font-weight:600;animation:.8s fadeInDown;display:inline-flex}.hero-badge:before{content:"";background:var(--gold-light);border-radius:50%;width:6px;height:6px;animation:2s infinite pulse-dot}@keyframes pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.5)}}.hero-logo-img{width:min(90vw,700px);height:auto;margin-bottom:1.5rem;animation:.8s .1s both fadeInDown}.hero-headline{color:var(--cream);margin-bottom:1.5rem;font-family:DM Serif Display,serif;font-size:clamp(2.5rem,6vw,4.5rem);line-height:1.1;animation:.8s .2s both fadeInUp}.hero-headline em{color:var(--gold-light);font-family:Playfair Display,serif}.hero-sub{color:#fffc;max-width:560px;margin:0 auto 2.5rem;font-size:1.15rem;line-height:1.7;animation:.8s .4s both fadeInUp}.hero-scroll-hint{z-index:1;color:#ffffff80;letter-spacing:.1em;flex-direction:column;align-items:center;gap:.5rem;font-size:.75rem;animation:1s .8s both fadeInUp;display:flex;position:absolute;bottom:2rem;left:0;right:0}.hero-scroll-hint svg{color:#ffffff80}.hero-ctas{flex-wrap:wrap;justify-content:center;gap:1rem;animation:.8s .5s both fadeInUp;display:flex}.btn-primary{background:var(--forest);color:var(--cream);letter-spacing:.03em;cursor:pointer;border:none;border-radius:100px;align-items:center;gap:.5rem;padding:1rem 2.25rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.btn-primary:hover{background:var(--forest-deep);transform:translateY(-2px);box-shadow:0 8px 30px #1b3b2a33}.btn-primary svg{width:16px;height:16px}.btn-secondary{color:#fff;letter-spacing:.03em;background:0 0;border:1.5px solid #fff;border-radius:100px;align-items:center;gap:.5rem;padding:1rem 2.25rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.btn-secondary:hover{color:var(--forest);background:#fff;transform:translateY(-2px)}.hero-chips{background:#1b3b2a1a;border-radius:16px;grid-template-columns:1fr 1fr;gap:1px;max-width:680px;margin-top:3.5rem;animation:.8s .6s both fadeInUp;display:grid;overflow:hidden}.hero-chip{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffb3;align-items:flex-start;gap:.75rem;padding:1.25rem 1.5rem;display:flex}.hero-chip-icon{background:var(--sage);border-radius:50%;justify-content:center;align-items:center;width:20px;min-width:20px;height:20px;margin-top:2px;display:flex}.hero-chip-icon svg{width:12px;height:12px}.hero-chip strong{color:var(--forest);margin-bottom:.15rem;font-size:.85rem;display:block}.hero-chip span{color:var(--text-muted);font-size:.8rem;line-height:1.4}@keyframes fadeInUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-16px)}to{opacity:1;transform:translateY(0)}}section{padding:6rem 2rem}.container{max-width:1100px;margin:0 auto}.section-label{letter-spacing:.15em;text-transform:uppercase;color:var(--sage);margin-bottom:1rem;font-size:.75rem;font-weight:700}.section-title{color:var(--forest);margin-bottom:1.5rem;font-family:DM Serif Display,serif;font-size:clamp(2rem,4vw,3rem);line-height:1.15}.section-title em{color:var(--sage);font-family:Playfair Display,serif}.problem{background:var(--forest-deep);color:var(--cream);position:relative;overflow:hidden}.problem:after{content:"";pointer-events:none;background:radial-gradient(500px 500px at 0 0,#4a7c5c26 0%,#0000 70%),radial-gradient(500px 500px at 100% 100%,#2d6a5a1a 0%,#0000 70%);position:absolute;inset:0}.problem .container{z-index:1;position:relative}.problem .section-label{color:var(--gold-light)}.problem .section-title{color:var(--cream)}.problem .section-title em{color:var(--gold-light)}.timeline{grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem;display:grid}.timeline-item{background:#ffffff0a;border:1px solid #ffffff14;border-radius:16px;padding:2rem;transition:all .3s}.timeline-item:hover{background:#ffffff12;transform:translateY(-4px)}.timeline-era{color:var(--gold-light);margin-bottom:.75rem;font-family:DM Serif Display,serif;font-size:1rem}.timeline-title{color:var(--cream);margin-bottom:1rem;font-family:DM Serif Display,serif;font-size:1.5rem}.timeline-tags{flex-wrap:wrap;gap:.5rem;display:flex}.timeline-tag{color:#ffffffb3;letter-spacing:.03em;background:#ffffff14;border-radius:100px;padding:.35rem .85rem;font-size:.75rem;font-weight:600}.problem-stat{border-left:3px solid var(--gold);color:#ffffffd9;background:#c4983b14;border-radius:0 12px 12px 0;margin-top:3rem;padding:2rem 2.5rem;font-size:1.1rem;line-height:1.7}.problem-stat strong{color:var(--gold-light)}.crossed-values{flex-wrap:wrap;justify-content:center;gap:3rem;margin-top:3rem;display:flex}.crossed-value{text-align:center}.crossed-value .old{color:#ffffff59;margin-bottom:.5rem;font-size:1.1rem;font-weight:500;text-decoration:line-through}.crossed-value .new{color:var(--gold-light);font-size:1.1rem;font-weight:600}.crossed-value .arrow{color:#fff3;margin:.25rem 0;font-size:1.2rem;display:block}.vision{background:var(--cream);text-align:center}.vision-statement{color:var(--forest);max-width:800px;margin:0 auto 3rem;font-family:DM Serif Display,serif;font-size:clamp(1.5rem,3.5vw,2.5rem);line-height:1.4}.vision-statement em{color:var(--sage);font-family:Playfair Display,serif}.vision-pillars{grid-template-columns:repeat(3,1fr);gap:2rem;max-width:900px;margin:0 auto;display:grid}.vision-pillar{padding:2rem 1rem}.vision-pillar-icon{background:linear-gradient(135deg, var(--sage), var(--teal));border-radius:16px;justify-content:center;align-items:center;width:56px;height:56px;margin:0 auto 1.25rem;display:flex}.vision-pillar-icon svg{color:#fff;width:28px;height:28px}.vision-pillar h3{color:var(--forest);margin-bottom:.5rem;font-family:DM Serif Display,serif;font-size:1.15rem}.vision-pillar p{color:var(--text-muted);font-size:.85rem;line-height:1.6}.strategy{background:var(--cream-warm)}.strategy-principles{flex-direction:column;margin-top:2rem;display:flex}.strategy-principle{border-bottom:2px solid var(--forest);align-items:baseline;gap:1.5rem;padding:2rem 0;display:flex}.strategy-principle:last-child{border-bottom:none}.strategy-num{color:var(--sage-light);opacity:.4;min-width:60px;font-family:DM Serif Display,serif;font-size:2.5rem}.strategy-text{color:var(--forest);font-family:DM Serif Display,serif;font-size:clamp(1.15rem,2.5vw,1.6rem);line-height:1.4}.strategy-text em{color:var(--sage);font-family:Playfair Display,serif}.pillars{background:var(--cream)}.pillars-grid{grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem;display:grid}.pillar-card{background:var(--white);border:1px solid #1b3b2a14;border-radius:20px;padding:2.5rem 2rem;transition:all .4s;position:relative;overflow:hidden}.pillar-card:before{content:"";background:linear-gradient(90deg, var(--sage), var(--teal));opacity:0;height:3px;transition:opacity .3s;position:absolute;top:0;left:0;right:0}.pillar-card:hover{transform:translateY(-6px);box-shadow:0 20px 60px #1b3b2a1a}.pillar-card:hover:before{opacity:1}.pillar-icon{background:#4a7c5c14;border-radius:14px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:1.5rem;display:flex}.pillar-icon svg{width:24px;height:24px;color:var(--sage)}.pillar-card h3{color:var(--forest);margin-bottom:1rem;font-family:DM Serif Display,serif;font-size:1.35rem}.pillar-card ul{list-style:none}.pillar-card li{color:var(--text-muted);align-items:flex-start;gap:.6rem;padding:.45rem 0;font-size:.9rem;line-height:1.5;display:flex}.pillar-card li:before{content:"";background:var(--sage-light);border-radius:50%;width:5px;min-width:5px;height:5px;margin-top:.5rem}.life-skills{background:var(--forest);color:var(--cream);position:relative;overflow:hidden}.life-skills:after{content:"";pointer-events:none;background:linear-gradient(#0000,#0f2a1b80);height:200px;position:absolute;bottom:0;left:0;right:0}.life-skills .section-label{color:var(--gold-light)}.life-skills .section-title{color:var(--cream)}.life-skills .section-title em{color:var(--gold-light)}.skills-grid{z-index:1;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:3rem;display:grid;position:relative}.skill-card{background:var(--white);border-radius:16px;transition:all .3s;overflow:hidden;box-shadow:0 2px 16px #00000014}.skill-card:hover{transform:translateY(-4px);box-shadow:0 8px 30px #00000026}.skill-card-header{background:var(--sage);padding:1.5rem 1.75rem;position:relative}.skill-card-header h3{color:var(--white);font-family:DM Serif Display,serif;font-size:1.25rem;line-height:1.3}.skill-card-body{padding:1.5rem 1.75rem}.skill-card-subtitle{letter-spacing:.15em;text-transform:uppercase;color:var(--sage);margin-bottom:.75rem;font-size:.7rem;font-weight:700}.skill-workshops{flex-direction:column;gap:.75rem;list-style:none;display:flex}.skill-workshops li{color:var(--text);padding-left:1.25rem;font-size:.9rem;line-height:1.5;position:relative}.skill-workshops li:before{content:"";background:var(--sage);border-radius:50%;width:6px;height:6px;position:absolute;top:.55em;left:0}.comparison{background:var(--cream-warm)}.comparison-table{border-radius:20px;grid-template-columns:1fr 1fr;margin-top:3rem;display:grid;overflow:hidden;box-shadow:0 4px 30px #1b3b2a0f}.comparison-col{padding:2.5rem}.comparison-col.traditional{background:var(--white)}.comparison-col.porch{background:var(--forest);color:var(--cream)}.comparison-col h3{border-bottom:2px solid;margin-bottom:2rem;padding-bottom:1rem;font-family:DM Serif Display,serif;font-size:1.35rem}.comparison-col.traditional h3{color:var(--text-muted);border-color:var(--stone)}.comparison-col.porch h3{color:var(--gold-light);border-color:#ffffff26}.comparison-item{align-items:center;gap:.75rem;padding:.85rem 0;font-size:.95rem;display:flex}.comparison-col.traditional .comparison-item{color:var(--text-muted)}.comparison-col.porch .comparison-item{color:#ffffffe6}.comparison-icon{justify-content:center;align-items:center;width:20px;min-width:20px;display:flex}.comparison-col.traditional .comparison-icon{color:var(--stone)}.comparison-col.porch .comparison-icon{color:var(--gold-light)}.schedule{background:var(--cream)}.schedule-grid{gap:0;max-width:700px;margin-top:3rem;display:grid}.schedule-item{border-bottom:1px solid #1b3b2a14;grid-template-columns:100px 1fr auto;align-items:center;gap:1.5rem;padding:1.25rem 0;display:grid}.schedule-item:last-child{border-bottom:none}.schedule-time{color:var(--sage);font-family:DM Serif Display,serif;font-size:.95rem}.schedule-name{color:var(--forest);font-size:.95rem;font-weight:600}.schedule-desc{color:var(--text-muted);text-align:right;font-size:.8rem}.parents{background:var(--cream-warm)}.parents-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-top:3rem;display:grid}.parent-card{background:var(--white);border:1px solid #1b3b2a0f;border-radius:16px;align-items:flex-start;gap:1.25rem;padding:2rem;display:flex}.parent-card-icon{background:#4a7c5c14;border-radius:12px;justify-content:center;align-items:center;width:44px;min-width:44px;height:44px;display:flex}.parent-card-icon svg{width:22px;height:22px;color:var(--sage)}.parent-card h4{color:var(--forest);margin-bottom:.5rem;font-family:DM Serif Display,serif;font-size:1.1rem}.parent-card p{color:var(--text-muted);font-size:.875rem;line-height:1.6}.fees{background:var(--cream)}.fees-card{background:var(--white);border-radius:24px;max-width:700px;margin-top:3rem;overflow:hidden;box-shadow:0 4px 30px #1b3b2a0f}.fees-header{background:var(--forest);color:var(--cream);padding:2rem 2.5rem}.fees-header h3{margin-bottom:.5rem;font-family:DM Serif Display,serif;font-size:1.5rem}.fees-header p{color:#ffffffb3;font-size:.9rem}.fees-body{padding:2.5rem}.fees-table{border-collapse:collapse;width:100%}.fees-table th{text-align:left;letter-spacing:.12em;text-transform:uppercase;color:var(--text-muted);padding:0 0 1rem;font-size:.7rem;font-weight:700}.fees-table td{border-top:1px solid #1b3b2a0f;padding:.85rem 0;font-size:.95rem}.fees-table td:last-child{text-align:right;color:var(--forest);font-weight:600}.fees-table .total td{border-top:2px solid var(--forest);color:var(--forest);padding-top:1rem;font-size:1.05rem;font-weight:700}.fees-note{color:var(--text-muted);background:#4a7c5c0d;border-radius:10px;margin-top:1.5rem;padding:1rem 1.25rem;font-size:.8rem;line-height:1.6}.faq{background:var(--cream-warm)}.faq-list{max-width:750px;margin-top:3rem}.faq-item{border-bottom:1px solid #1b3b2a1a}.faq-question{cursor:pointer;text-align:left;width:100%;color:var(--forest);background:0 0;border:none;justify-content:space-between;align-items:center;padding:1.5rem 0;font-family:DM Serif Display,serif;font-size:1.1rem;display:flex}.faq-question:hover{color:var(--sage)}.faq-chevron{width:20px;min-width:20px;height:20px;color:var(--sage);transition:transform .3s}.faq-item.open .faq-chevron{transform:rotate(180deg)}.faq-answer{max-height:0;transition:max-height .4s,padding .3s;overflow:hidden}.faq-item.open .faq-answer{max-height:300px;padding-bottom:1.5rem}.faq-answer p{color:var(--text-muted);font-size:.9rem;line-height:1.7}.final-cta{background:var(--forest-deep);color:var(--cream);text-align:center;padding:8rem 2rem;position:relative;overflow:hidden}.final-cta:before{content:"";pointer-events:none;background:radial-gradient(600px 400px at 30% 20%,#4a7c5c26 0%,#0000 70%),radial-gradient(600px 400px at 70% 80%,#c4983b1a 0%,#0000 70%);position:absolute;inset:0}.final-cta .container{z-index:1;position:relative}.final-cta h2{color:var(--cream);margin-bottom:1.25rem;font-family:DM Serif Display,serif;font-size:clamp(2rem,4.5vw,3.5rem);line-height:1.2}.final-cta p{color:#ffffffb3;max-width:600px;margin:0 auto 2.5rem;font-size:1.1rem;line-height:1.7}.final-cta .btn-primary{background:var(--gold);color:var(--forest-deep);padding:1.1rem 2.75rem;font-size:1rem}.final-cta .btn-primary:hover{background:var(--gold-light);box-shadow:0 8px 30px #c4983b4d}.final-cta-logo{opacity:.9;width:min(70vw,400px);height:auto;margin-bottom:2rem}.final-cta-note{color:#ffffff73;margin-top:2rem;font-size:.85rem}.apply-form{text-align:left;max-width:640px;margin:2.5rem auto 0}.form-row{grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem;display:grid}.form-group{flex-direction:column;display:flex}.form-group.full{margin-bottom:1.5rem}.field-error{color:#ffb8b8;min-height:1.1rem;margin-top:.4rem;font-size:.78rem}.form-group label{color:#ffffffb3;letter-spacing:.03em;margin-bottom:.4rem;font-size:.8rem;font-weight:600}.form-group label .required{color:var(--gold-light)}.form-group input,.form-group textarea{color:var(--cream);background:#ffffff14;border:1px solid #ffffff26;border-radius:10px;padding:.85rem 1rem;font-family:Inter,sans-serif;font-size:.95rem;transition:border-color .3s,background .3s}.form-group input::placeholder,.form-group textarea::placeholder{color:#ffffff4d}.form-group input:focus,.form-group textarea:focus{border-color:var(--gold);background:#ffffff1f;outline:none}.form-group.has-error input,.form-group.has-error textarea{background:#ff8f8f14;border-color:#ff8f8f}.form-group textarea{resize:vertical;min-height:80px}.form-submit{justify-content:center;width:100%;margin-top:.5rem;padding:1.1rem 2rem;font-size:1rem}.form-submit:disabled{opacity:.6;cursor:not-allowed;transform:none!important}.form-message{text-align:center;min-height:1.5rem;margin-top:1rem;font-size:.9rem}.form-message.success{color:var(--gold-light)}.form-message.error{color:#ff6b6b}.apply-success{text-align:center;background:#ffffff17;border:1px solid #fff3;border-radius:16px;max-width:640px;margin:2.25rem auto 0;padding:2rem 1.5rem}.apply-success h3{color:var(--gold-light);margin-bottom:.75rem;font-family:DM Serif Display,serif;font-size:clamp(1.45rem,3.5vw,2rem)}.apply-success p{color:#ffffffd1;max-width:520px;margin:0 auto;line-height:1.7}footer{background:var(--forest-deep);color:#fff6;border-top:1px solid #ffffff0f;padding:2.5rem 2rem;font-size:.8rem}.footer-inner{justify-content:space-between;align-items:center;max-width:1100px;margin:0 auto;display:flex}.footer-links{gap:2rem;display:flex}.footer-links a{color:#fff6;text-decoration:none;transition:color .3s}.footer-links a:hover{color:#ffffffb3}.founder{background:var(--cream)}.founder-layout{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.founder-text p{color:var(--text-muted);margin-bottom:1rem;font-size:1rem;line-height:1.8}.founder-text blockquote{color:var(--forest);border-left:3px solid var(--gold);margin:2rem 0;padding-left:1.5rem;font-family:DM Serif Display,serif;font-size:1.35rem;line-height:1.5}.founder-sig{color:var(--forest);margin-top:2rem;font-family:DM Serif Display,serif;font-size:1.1rem;font-style:italic}.founder-image{border-radius:20px;position:relative;overflow:hidden}.founder-image img{object-fit:cover;border-radius:20px;width:100%;height:400px}.founder-image-caption{color:#fffc;background:linear-gradient(#0000,#0f2a1bcc);padding:1rem 1.5rem;font-size:.8rem;font-weight:500;position:absolute;bottom:0;left:0;right:0}.photo-break{height:50vh;min-height:300px;padding:0;overflow:hidden}.photo-break img{object-fit:cover;object-position:center;width:100%;height:100%}.campus{background:var(--cream-warm)}.campus-layout{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.campus-image{border-radius:20px;position:relative;overflow:hidden}.campus-image img{object-fit:cover;border-radius:20px;width:100%;height:380px}.campus-wip-badge{color:var(--gold-light);letter-spacing:.08em;text-transform:uppercase;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0f2a1bd9;border-radius:100px;padding:.4rem 1rem;font-size:.75rem;font-weight:700;position:absolute;top:1.25rem;left:1.25rem}.campus-text p{color:var(--text-muted);margin-bottom:1.5rem;font-size:1rem;line-height:1.8}.campus-features{padding:0;list-style:none}.campus-features li{color:var(--text);align-items:flex-start;gap:.75rem;padding:.6rem 0;font-size:.95rem;line-height:1.5;display:flex}.campus-features li:before{content:"→";color:var(--sage);min-width:16px;font-weight:600}.proven{background:var(--cream)}.proven-intro{color:var(--text-muted);max-width:800px;margin-bottom:3rem;font-size:1.1rem;line-height:1.8}.proven-schools{grid-template-columns:1fr 1fr;gap:2rem;display:grid}.proven-school{background:var(--white);border:1px solid #1b3b2a14;border-radius:16px;padding:2rem}.proven-school h4{color:var(--forest);margin-bottom:.75rem;font-family:DM Serif Display,serif;font-size:1.25rem}.proven-school p{color:var(--text-muted);font-size:.9rem;line-height:1.6}.nav-logo-img{width:auto;height:36px}nav.scrolled .nav-logo-img{height:32px}.schedule-item.highlight{background:#4a7c5c0a;border-radius:10px;margin:0 -1rem;padding:1.25rem 1rem}.reveal{opacity:0;transition:opacity .7s,transform .7s;transform:translateY(30px)}.reveal.visible{opacity:1;transform:translateY(0)}@media (width<=900px){.timeline{grid-template-columns:1fr}.pillars-grid{grid-template-columns:1fr;max-width:400px}.skills-grid{grid-template-columns:1fr 1fr}.comparison-table{grid-template-columns:1fr}.vision-pillars{grid-template-columns:repeat(2,1fr)}.parents-grid{grid-template-columns:1fr}.founder-layout,.campus-layout{grid-template-columns:1fr;gap:2rem}.proven-schools{grid-template-columns:1fr}.schedule-item{grid-template-columns:80px 1fr;gap:1rem}.schedule-desc{text-align:left;grid-column:1/-1}}@media (width<=768px){.form-row{grid-template-columns:1fr}nav{padding:.75rem 1.25rem}.nav-links{display:none}.nav-links.open{background:var(--cream);flex-direction:column;gap:1rem;padding:1.5rem;display:flex;position:absolute;top:100%;left:0;right:0;box-shadow:0 10px 30px #0000001a}.mobile-toggle{display:block}section{padding:4rem 1.25rem}.hero{padding:5rem 1.25rem 3rem}.photo-break{height:35vh;min-height:200px}.crossed-values{gap:1.5rem}.founder-image img{height:280px}.campus-image img{height:260px}.footer-inner{text-align:center;flex-direction:column;gap:1rem}.footer-links{flex-direction:column;align-items:center;gap:.75rem}}@media (width<=600px){.skills-grid{grid-template-columns:1fr}}@media (width<=480px){.vision-pillars{grid-template-columns:1fr;max-width:280px;margin:0 auto}.comparison-col{padding:1.75rem}}
