*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--green:#2c6b2f;--green-mid:#4a8c4d;--green-light:#e9f0e9;--green-dark:#1e4d20;--cream:#fdfbf7;--dark:#1a1a1a;--body:#444;--muted:#777;--white:#fff;--radius:12px;--shadow:0 4px 24px #00000014;--shadow-md:0 8px 40px #0000001f;--transition:.2s ease;--max-w:1160px;--section-pad:96px 24px}html{scroll-behavior:smooth}body{color:var(--body);background:var(--cream);font-family:Plus Jakarta Sans,sans-serif;font-size:17px;line-height:1.7}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}ul{list-style:none}.container{max-width:var(--max-w);margin:0 auto;padding:0 24px}h1{color:var(--dark);font-size:clamp(2.4rem,5vw,3.8rem);font-weight:800;line-height:1.1}h2{color:var(--dark);font-size:clamp(1.8rem,3.5vw,2.6rem);font-weight:700;line-height:1.2}h3{color:var(--dark);font-size:1.25rem;font-weight:700}h4{text-transform:uppercase;letter-spacing:.08em;color:var(--green);font-size:1rem;font-weight:700}p{margin-bottom:1rem}p:last-child{margin-bottom:0}.eyebrow{text-transform:uppercase;letter-spacing:.12em;color:var(--green);margin-bottom:.5rem;font-size:.8rem;font-weight:700;display:block}.lead{color:var(--muted);font-size:1.15rem;line-height:1.8}.btn{transition:var(--transition);cursor:pointer;white-space:nowrap;border:2px solid #0000;border-radius:50px;align-items:center;gap:8px;padding:14px 28px;font-size:.95rem;font-weight:700;display:inline-flex}.btn-primary{background:var(--green);color:var(--white)}.btn-primary:hover{background:var(--green-dark)}.btn-outline{border-color:var(--white);color:var(--white);background:0 0}.btn-outline:hover{background:var(--white);color:var(--green)}.btn-outline-dark{border-color:var(--green);color:var(--green);background:0 0}.btn-outline-dark:hover{background:var(--green);color:var(--white)}.btn-sm{padding:10px 20px;font-size:.88rem}.btn-lg{padding:18px 36px;font-size:1.05rem}.navbar{z-index:1000;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffff7;border-bottom:1px solid #00000012;align-items:center;height:68px;display:flex;position:fixed;top:0;left:0;right:0}.navbar .container{justify-content:space-between;align-items:center;gap:32px;display:flex}.nav-logo{flex-shrink:0;align-items:center;gap:10px;display:flex}.nav-logo img{width:auto;height:40px}.nav-logo-text{color:var(--green);font-size:1rem;font-weight:800;line-height:1.2}.nav-logo-text span{color:var(--muted);letter-spacing:.04em;font-size:.7rem;font-weight:500;display:block}.nav-links{flex:1;justify-content:center;align-items:center;gap:4px;display:flex}.nav-item{position:relative}.nav-link{color:var(--body);transition:var(--transition);border-radius:8px;align-items:center;gap:4px;padding:8px 14px;font-size:.9rem;font-weight:600;display:flex}.nav-link:hover{color:var(--green);background:var(--green-light)}.nav-link.active{color:var(--green)}.nav-arrow{transition:var(--transition);font-size:.65rem}.nav-item:hover .nav-arrow{transform:rotate(180deg)}.dropdown{opacity:0;visibility:hidden;min-width:210px;transition:var(--transition);pointer-events:none;padding-top:8px;position:absolute;top:100%;left:50%;transform:translate(-50%)}.dropdown-inner{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow-md);border:1px solid #0000000f;padding:8px}.nav-item:hover .dropdown{opacity:1;visibility:visible;pointer-events:all}.dropdown-inner a{color:var(--body);transition:var(--transition);border-radius:8px;padding:9px 14px;font-size:.88rem;font-weight:500;display:block}.dropdown-inner a:hover,.dropdown-inner a.active{background:var(--green-light);color:var(--green)}.nav-cta{flex-shrink:0;align-items:center;gap:12px;display:flex}.login-btn{color:var(--muted);transition:var(--transition);border:1.5px solid #ddd;border-radius:8px;padding:8px 16px;font-size:.85rem;font-weight:700}.login-btn:hover{border-color:var(--green);color:var(--green)}.hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:8px;display:none}.hamburger span{background:var(--dark);width:22px;height:2px;transition:var(--transition);border-radius:2px;display:block}.page-top{padding-top:68px}.hero{background:linear-gradient(135deg,#1e4d20 0%,#2c6b2f 100%);align-items:center;min-height:58vh;padding:56px 24px 48px;display:flex;position:relative;overflow:hidden}.hero-video{object-fit:cover;object-position:center;opacity:.45;pointer-events:none;width:100%;height:100%;position:absolute;inset:0}.hero-bg{opacity:.18;background-image:url(/images/school-circle.jpg);background-position:50%;background-size:cover;position:absolute;inset:0}.hero-scrim{background:linear-gradient(135deg,#0f2d11a6 0%,#19411c73 100%);position:absolute;inset:0}.hero .container{z-index:1;grid-template-columns:1fr 1fr;align-items:center;gap:64px;display:grid;position:relative}.hero-content{color:var(--white)}.hero-eyebrow{color:#ffffffe6;letter-spacing:.12em;text-transform:uppercase;background:#ffffff26;border-radius:50px;margin-bottom:20px;padding:6px 14px;font-size:.78rem;font-weight:700;display:inline-block}.hero h1{color:var(--white);margin-bottom:20px}.hero h1 em{color:#a8d5aa;font-style:normal}.hero-lead{color:#ffffffd9;max-width:500px;margin-bottom:36px;font-size:1.15rem}.hero-actions{flex-wrap:wrap;gap:14px;display:flex}.hero-stats{border-top:1px solid #fff3;gap:48px;margin-top:48px;padding-top:32px;display:flex}.hero-stat strong{color:var(--white);font-size:2rem;font-weight:800;line-height:1;display:block}.hero-stat span{color:#ffffffa6;text-transform:uppercase;letter-spacing:.06em;font-size:.8rem}.hero-quote-card{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:var(--white);background:#ffffff1a;border:1px solid #ffffff2e;border-radius:20px;align-self:center;padding:32px}.hero-quote-card blockquote{margin-bottom:16px;font-size:1.05rem;font-style:italic;line-height:1.7}.hero-quote-card cite{opacity:.65;font-size:.82rem;font-style:normal}.page-hero{background:var(--green-dark);color:var(--white);text-align:center;padding:64px 24px 36px}.page-hero .container{flex-direction:column;align-items:center;display:flex}.page-hero h1{color:var(--white);margin-bottom:16px;font-size:clamp(2rem,4vw,3rem)}.page-hero p{color:#ffffffbf;max-width:560px;margin:0 auto;font-size:1.1rem}.breadcrumb{color:#ffffff61;letter-spacing:.02em;opacity:.85;order:10;justify-content:flex-start;align-self:flex-start;gap:6px;margin-top:28px;margin-bottom:0;font-size:.72rem;display:flex}.breadcrumb a{color:#ffffff61}.breadcrumb a:hover{color:#ffffffa6}.section{padding:var(--section-pad)}.section-cream{background:var(--cream)}.section-white{background:var(--white)}.section-green{background:var(--green);color:var(--white)}.section-green h2,.section-green h3{color:var(--white)}.section-sage{background:var(--green-light)}.section-dark{background:var(--dark);color:var(--white)}.section-dark h2,.section-dark h3{color:var(--white)}.section-header{text-align:center;margin-bottom:56px}.section-header p{max-width:560px;color:var(--muted);margin:16px auto 0}.card{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow);transition:transform var(--transition),box-shadow var(--transition);overflow:hidden}.card:hover{box-shadow:var(--shadow-md);transform:translateY(-4px)}.card-body{padding:28px}.grid-2{grid-template-columns:repeat(2,1fr);gap:32px;display:grid}.grid-3{grid-template-columns:repeat(3,1fr);gap:28px;display:grid}.grid-4{grid-template-columns:repeat(4,1fr);gap:24px;display:grid}.col-2-1{grid-template-columns:2fr 1fr;align-items:start;gap:56px;display:grid}.col-1-2{grid-template-columns:1fr 2fr;align-items:start;gap:56px;display:grid}.col-equal{grid-template-columns:1fr 1fr;align-items:center;gap:64px;display:grid}.value-icon{background:var(--green-light);width:48px;height:48px;color:var(--green);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;margin-bottom:18px;display:flex}.value-card{border-radius:var(--radius);background:var(--white);box-shadow:var(--shadow);padding:32px}.value-card h3{margin-bottom:10px}.testimonial{background:var(--green-light);border-radius:var(--radius);border-left:4px solid var(--green);padding:32px}.testimonial blockquote{color:var(--dark);margin-bottom:16px;font-size:1.05rem;font-style:italic;line-height:1.8}.testimonial cite{color:var(--green);font-size:.85rem;font-style:normal;font-weight:600}.testimonial-strip{background:var(--green-dark);padding:48px 24px}.testimonial-strip blockquote{color:var(--white);text-align:center;max-width:720px;margin:0 auto 16px;font-size:1.4rem;font-style:italic;line-height:1.6}.testimonial-strip cite{text-align:center;color:#fff9;font-style:normal;display:block}.journey-cards{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.journey-card{transition:var(--transition);border:2px solid #0000;border-radius:20px;flex-direction:column;gap:16px;padding:36px;display:flex}.journey-card.green{background:var(--green);color:var(--white)}.journey-card.green h3{color:var(--white)}.journey-card.sage{background:var(--white);border-color:var(--green-light)}.journey-card.dark{color:var(--white);background:#1e3d21}.journey-card.dark h3{color:var(--white)}.journey-card:hover{box-shadow:var(--shadow-md);transform:translateY(-4px)}.journey-label{text-transform:uppercase;letter-spacing:.1em;opacity:.7;font-size:.75rem;font-weight:700}.journey-card h3{font-size:1.3rem;line-height:1.3}.journey-card p{opacity:.8;flex:1;font-size:.92rem}.journey-link{align-items:center;gap:6px;margin-top:auto;font-size:.9rem;font-weight:700;display:inline-flex}.journey-card.green .journey-link,.journey-card.dark .journey-link{color:#ffffffe6}.journey-card.green .journey-link:hover,.journey-card.dark .journey-link:hover{color:var(--white)}.journey-card.sage .journey-link{color:var(--green)}.journey-cards-2x2{grid-template-columns:repeat(2,1fr)}.cta-band{background:var(--green);text-align:center;padding:64px 24px}.cta-band h2{color:var(--white);margin-bottom:12px}.cta-band p{color:#fffc;max-width:500px;margin-bottom:32px;margin-left:auto;margin-right:auto}.cta-band .btn-group{flex-wrap:wrap;justify-content:center;gap:14px;display:flex}.steps{grid-template-columns:repeat(4,1fr);gap:24px;display:grid}.step{text-align:center;border-radius:var(--radius);background:var(--white);box-shadow:var(--shadow);padding:32px 24px}.step-num{background:var(--green);width:52px;height:52px;color:var(--white);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 16px;font-size:1.2rem;font-weight:800;display:flex}.step h3{margin-bottom:8px;font-size:1.05rem}.step p{color:var(--muted);font-size:.9rem}.admissions-steps{grid-template-columns:repeat(4,1fr);gap:0;display:grid}.admissions-step{flex-direction:column;align-items:center;display:flex;position:relative}.admissions-step-num{background:var(--green);width:52px;height:52px;color:var(--white);z-index:1;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1.15rem;font-weight:800;display:flex;position:relative}.admissions-step-connector{background:var(--green-light);z-index:0;width:100%;height:2px;position:absolute;top:26px;left:50%}.admissions-step-connector--last{display:none}.admissions-step-body{text-align:left;width:100%;margin-top:20px;padding:0 16px 0 0}.admissions-step-body h3{color:var(--dark);margin-bottom:8px;font-size:1rem}.admissions-step-body p{color:var(--muted);font-size:.88rem;line-height:1.65}@media (max-width:768px){.admissions-steps{grid-template-columns:1fr;gap:0}.admissions-step{flex-direction:row;align-items:flex-start;gap:20px;padding-bottom:32px}.admissions-step-connector{width:2px;height:100%;top:0;left:26px}.admissions-step-connector--last{display:none}.admissions-step-body{margin-top:0;padding:0}}.accordion-item{border-bottom:1px solid #e8e8e8}.accordion-item:first-child{border-top:1px solid #e8e8e8}.accordion-btn{text-align:left;cursor:pointer;width:100%;color:var(--dark);background:0 0;border:none;justify-content:space-between;align-items:center;gap:16px;padding:20px 0;font-family:inherit;font-size:1.05rem;font-weight:600;display:flex}.accordion-btn .icon{background:var(--green-light);width:28px;height:28px;color:var(--green);transition:var(--transition);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1rem;display:flex}.accordion-btn.open .icon{background:var(--green);color:var(--white);transform:rotate(45deg)}.accordion-content{max-height:0;transition:max-height .35s;overflow:hidden}.accordion-content.open{max-height:600px}.accordion-inner{color:var(--muted);padding:0 0 20px;line-height:1.8}.timeline{padding-left:40px;position:relative}.timeline:before{content:"";background:var(--green-light);width:2px;position:absolute;top:8px;bottom:8px;left:11px}.timeline-item{margin-bottom:40px;position:relative}.timeline-item:before{content:"";background:var(--green);border:3px solid var(--cream);border-radius:50%;width:14px;height:14px;position:absolute;top:8px;left:-33px}.timeline-year{color:var(--green);text-transform:uppercase;letter-spacing:.08em;margin-bottom:4px;font-size:.8rem;font-weight:800}.timeline-item h3{margin-bottom:8px;font-size:1.05rem}.timeline-item p{color:var(--muted);font-size:.92rem}.pod-card{border-radius:20px;overflow:hidden}.pod-card-link{transition:transform var(--transition),box-shadow var(--transition);display:block}.pod-card-link:hover{box-shadow:var(--shadow-md);transform:translateY(-4px)}.pod-header{padding:32px}.pod-header.explorers{background:#e8f5e9}.pod-header.navigators{background:#e3f2fd}.pod-header.trailblazers{background:#fff3e0}.pod-tag{text-transform:uppercase;letter-spacing:.1em;color:var(--muted);margin-bottom:8px;font-size:.75rem;font-weight:700}.pod-header h3{margin-bottom:4px;font-size:1.5rem}.pod-header .grades{color:var(--muted);font-size:.9rem;font-weight:500}.pod-body{background:var(--white);box-shadow:var(--shadow);padding:28px}.home-schedule{margin-top:40px}.home-schedule-hours{background:#1e3d21;border-radius:16px;align-items:center;gap:0;margin-bottom:16px;padding:28px 36px;display:flex}.home-schedule-hour{flex-direction:column;flex:1;gap:4px;display:flex}.home-schedule-day{letter-spacing:.1em;text-transform:uppercase;color:#ffffff8c;font-size:.7rem;font-weight:800}.home-schedule-time{color:var(--white);font-size:1.15rem;font-weight:800}.home-schedule-note{color:#fff9;font-size:.78rem}.home-schedule-divider{background:#ffffff26;flex-shrink:0;width:1px;height:48px;margin:0 36px}.home-schedule-flow{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.home-schedule-period{border-radius:14px;padding:24px 22px}.home-schedule-morning{background:var(--green-light);color:var(--body)}.home-schedule-midday{background:var(--green);color:var(--white)}.home-schedule-afternoon{color:var(--white);background:#1e3d21}.home-schedule-period-label{letter-spacing:.1em;text-transform:uppercase;opacity:.6;margin-bottom:12px;font-size:.7rem;font-weight:800}.home-schedule-period ul{flex-direction:column;gap:7px;margin:0;padding:0;list-style:none;display:flex}.home-schedule-period li{padding-left:12px;font-size:.87rem;line-height:1.4;position:relative}.home-schedule-period li:before{content:"–";opacity:.45;position:absolute;left:0}@media (max-width:768px){.home-schedule-hours{flex-direction:column;gap:20px}.home-schedule-divider{width:100%;height:1px;margin:0}.home-schedule-flow{grid-template-columns:1fr}}.schedule-week{grid-template-columns:repeat(5,1fr);gap:8px;display:grid}.schedule-day{border:1.5px solid var(--green-light);border-radius:12px;overflow:hidden}.schedule-day-header{background:var(--green);color:var(--white);text-align:center;letter-spacing:.08em;text-transform:uppercase;padding:8px 6px;font-size:.75rem;font-weight:800}.schedule-day-slots{flex-direction:column;gap:8px;padding:10px 8px;display:flex}.schedule-slot{flex-direction:column;gap:2px;display:flex}.schedule-time{color:var(--green);font-size:.7rem;font-weight:700}.schedule-label{color:var(--body);font-size:.75rem;line-height:1.3}.classroom-schedule{border-radius:var(--radius);box-shadow:var(--shadow-md);grid-template-columns:repeat(3,1fr);gap:0;margin-top:40px;display:grid;overflow:hidden}.classroom-period{padding:36px 32px}.classroom-period-label{letter-spacing:.12em;text-transform:uppercase;opacity:.7;margin-bottom:16px;font-size:.7rem;font-weight:800}.classroom-period-items{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.classroom-period-items li{padding-left:14px;font-size:.9rem;line-height:1.4;position:relative}.classroom-period-items li:before{content:"–";opacity:.5;position:absolute;left:0}@media (max-width:768px){.schedule-week,.classroom-schedule{grid-template-columns:1fr}}.staff-grid{grid-template-columns:repeat(3,1fr);gap:28px;margin-top:40px;display:grid}.staff-grid-admin{grid-template-columns:repeat(3,1fr)}.staff-card{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow);flex-direction:column;display:flex;overflow:hidden}.section-cream .staff-card{background:var(--white)}.staff-photo{aspect-ratio:1;background:var(--green-light);overflow:hidden}.staff-photo img{object-fit:cover;object-position:center top;width:100%;height:100%;display:block}.staff-info{flex-direction:column;flex:1;gap:4px;padding:20px 22px 24px;display:flex}.staff-info h3{margin:0 0 2px;font-size:1rem;font-weight:700}.staff-role{color:var(--green);text-transform:uppercase;letter-spacing:.05em;font-size:.8rem;font-weight:700}.staff-years{color:var(--muted);margin-bottom:10px;font-size:.78rem}.staff-info p{color:var(--muted);margin:0;font-size:.85rem;line-height:1.6}.page-hero-lead{color:#fffc;max-width:560px;margin-top:16px;font-size:1.1rem}@media (max-width:900px){.staff-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.staff-grid{grid-template-columns:1fr}}.section-green-dark{padding:var(--section-pad);background:#1e3d21}.pod-tag-lg{text-transform:uppercase;letter-spacing:.1em;border-radius:50px;padding:6px 14px;font-size:.78rem;font-weight:800}.explorers-tag{color:#2c6b2f;background:#e8f5e9}.navigators-tag{color:#1565c0;background:#e3f2fd}.trailblazers-tag{color:#e65100;background:#fff3e0}.pod-photo-grid{grid-template-columns:1fr 1fr;gap:12px;display:grid}.pod-photo-main img{object-fit:cover;border-radius:14px;width:100%;height:100%;display:block}.pod-photo-main{border-radius:14px;overflow:hidden}.pod-photo-side{grid-template-rows:1fr 1fr;grid-template-columns:1fr 1fr;gap:12px;display:grid}.pod-photo-cell{border-radius:14px;overflow:hidden}.pod-photo-cell img{object-fit:cover;width:100%;height:100%;display:block}.pod-photo-placeholder{background:var(--green-light);justify-content:center;align-items:center;min-height:140px;display:flex}.pod-photo-placeholder-inner{color:var(--green);opacity:.5;text-transform:uppercase;letter-spacing:.06em;flex-direction:column;align-items:center;gap:8px;font-size:.78rem;font-weight:600;display:flex}.pod-nav-card{border:2px solid var(--green-light);background:var(--white);transition:var(--transition);border-radius:16px;padding:28px 24px;display:block;position:relative}.pod-nav-card h3{margin:8px 0 4px;font-size:1.15rem}.pod-nav-card p{color:var(--muted);margin:0;font-size:.88rem}.pod-nav-link:hover{border-color:var(--green);box-shadow:var(--shadow)}.pod-nav-current{background:var(--green-light);border-color:var(--green-light);opacity:.75}.pod-nav-arrow{color:var(--green);font-size:1.2rem;position:absolute;top:50%;right:24px;transform:translateY(-50%)}@media (max-width:768px){.pod-photo-grid{grid-template-columns:1fr}.pod-photo-side{grid-template-rows:auto;grid-template-columns:1fr 1fr}}.footer{background:var(--dark);color:var(--white);padding:64px 24px 32px}.footer-grid{grid-template-columns:2fr 1fr 1fr 1fr;gap:48px;margin-bottom:48px;display:grid}.footer-brand p{color:#ffffff8c;max-width:280px;margin:12px 0 16px;font-size:.9rem}.social-icon{color:#ffffff73;transition:color var(--transition);display:flex}.social-icon:hover{color:var(--white)}.footer-logo{color:var(--white);font-size:1.1rem;font-weight:800}.footer-logo span{color:#ffffff73;letter-spacing:.04em;font-size:.7rem;font-weight:400;display:block}.footer-col h4{color:#ffffffe6;text-transform:uppercase;letter-spacing:.1em;margin-bottom:16px;font-size:.8rem}.footer-col ul li{margin-bottom:10px}.footer-col ul li a{color:#ffffff8c;transition:var(--transition);font-size:.9rem}.footer-col ul li a:hover{color:var(--white)}.footer-contact p{color:#ffffff8c;margin-bottom:6px;font-size:.88rem}.footer-contact a{color:#ffffff8c;transition:var(--transition)}.footer-contact a:hover{color:var(--white)}.footer-bottom{border-top:1px solid #ffffff1a;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding-top:24px;display:flex}.footer-bottom p{color:#ffffff59;font-size:.82rem}.footer-accred{align-items:center;gap:16px;display:flex}.accred-badge{color:#ffffff80;white-space:nowrap;background:#ffffff14;border:1px solid #ffffff1f;border-radius:8px;padding:6px 12px;font-size:.72rem;font-weight:600}.text-center{text-align:center}.text-green{color:var(--green)}.mt-8{margin-top:8px}.mt-16{margin-top:16px}.mt-24{margin-top:24px}.mt-32{margin-top:32px}.mt-48{margin-top:48px}.mb-8{margin-bottom:8px}.mb-16{margin-bottom:16px}.mb-24{margin-bottom:24px}.mb-32{margin-bottom:32px}.mb-48{margin-bottom:48px}.inline-link{color:var(--green);transition:var(--transition);border-bottom:2px solid #0000;font-weight:600}.inline-link:hover{border-color:var(--green)}.notice{background:var(--green-light);border-radius:var(--radius);color:var(--body);border-left:4px solid var(--green);padding:24px 28px;font-size:.9rem}.tag{background:var(--green-light);color:var(--green);border-radius:50px;padding:4px 12px;font-size:.75rem;font-weight:700;display:inline-block}@media (max-width:900px){.hero .container{grid-template-columns:1fr}.hero-content{grid-column:1}.hero-stats{gap:28px}.grid-3,.grid-4,.steps{grid-template-columns:1fr 1fr}.journey-cards{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr;gap:32px}.col-equal,.col-2-1,.col-1-2{grid-template-columns:1fr}}@media (max-width:640px){:root{--section-pad:64px 20px}.nav-links{display:none}.hamburger{display:flex}.grid-2,.grid-3,.grid-4,.steps,.footer-grid{grid-template-columns:1fr}.hero-stats{flex-wrap:wrap;gap:20px}.hero-actions{flex-direction:column;align-items:flex-start}.nav-cta .btn{display:none}}.mobile-menu{background:var(--white);z-index:999;flex-direction:column;gap:4px;padding:24px;display:none;position:fixed;inset:68px 0 0;overflow-y:auto}.mobile-menu.open{display:flex}.mobile-menu a{color:var(--body);border-bottom:1px solid #f0f0f0;border-radius:10px;padding:14px 16px;font-weight:600}.mobile-menu a:hover{background:var(--green-light);color:var(--green)}.mobile-section{text-transform:uppercase;letter-spacing:.1em;color:var(--muted);padding:20px 16px 8px;font-size:.75rem;font-weight:800}.mobile-menu .mobile-login{background:var(--green);text-align:center;margin-top:12px;color:var(--white)!important;border-radius:12px!important}
