:root{--cream:#f5f2ee;--cream-dark:#ede9e3;--white:#fff;--green-dark:#2b6e47;--green-bright:#3aaa1e;--text-dark:#182419;--text-body:#3c4f3f;--text-muted:#6a7d6d;--border:rgba(43,110,71,.1);--shadow-sm:0 1px 4px rgba(0,0,0,.06);--shadow-md:0 4px 24px rgba(43,110,71,.1),0 1px 6px rgba(0,0,0,.05);--shadow-lg:0 24px 64px rgba(43,110,71,.14),0 4px 16px rgba(0,0,0,.06);--radius-sm:10px;--radius-md:16px;--radius-lg:24px;--max-w:1180px}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:var(--font-inter),system-ui,-apple-system,sans-serif;background:var(--cream);color:var(--text-body);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img,picture,video{display:block;max-width:100%}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}ol,ul{list-style:none}.page-shell{display:flex;flex-direction:column;min-height:100vh}main{flex:1 1}.container{max-width:var(--max-w);margin:0 auto;padding:0 2rem}h1,h2,h3,h4{color:var(--text-dark);font-weight:700;line-height:1.08;letter-spacing:-.02em}h1{font-size:clamp(2.6rem,5vw,4.2rem)}h2{font-size:clamp(2rem,3.5vw,3rem)}h3{font-size:clamp(1.15rem,2vw,1.45rem)}h4{font-size:1.05rem}p{line-height:1.78}.eyebrow{color:var(--green-dark);margin-bottom:1rem}.eyebrow,.eyebrow-light{display:inline-block;font-size:.72rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.eyebrow-light{color:#fff;margin-bottom:.75rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 1.875rem;border-radius:var(--radius-sm);font-size:.95rem;font-weight:600;cursor:pointer;border:2px solid transparent;transition:background .2s ease,color .2s ease,border-color .2s ease,transform .15s ease,box-shadow .2s ease;white-space:nowrap;text-decoration:none;line-height:1}.btn:active{transform:translateY(1px)}.btn-primary{background:var(--green-dark);color:#fff;border-color:var(--green-dark)}.btn-primary:hover{background:#22593a;border-color:#22593a;box-shadow:0 4px 16px rgba(43,110,71,.3)}.btn-outline{background:transparent;color:var(--green-dark);border-color:var(--green-dark)}.btn-outline:hover{background:var(--green-dark);color:#fff}.btn-cream{background:#fff;color:var(--green-dark);border-color:#fff}.btn-cream:hover{background:var(--cream);border-color:var(--cream);box-shadow:0 4px 16px rgba(0,0,0,.12)}.btn-outline-white{background:transparent;color:#fff;border-color:hsla(0,0%,100%,.5)}.btn-outline-white:hover{background:hsla(0,0%,100%,.1);border-color:#fff}.site-nav{background:var(--green-dark);position:-webkit-sticky;position:sticky;top:0;z-index:100;box-shadow:0 1px 0 hsla(0,0%,100%,.06);padding:0 2rem}.nav-inner{max-width:var(--max-w);margin:0 auto;padding:0;height:68px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;grid-gap:0;gap:0}.nav-brand{display:inline-flex;align-items:center;flex-shrink:0}.nav-brand img{height:36px;width:auto;filter:brightness(0) invert(1)}.nav-links{display:flex;justify-content:center;gap:.25rem;padding:0 1.5rem}.nav-links a{color:#fff;font-size:.875rem;font-weight:500;padding:.5rem .875rem;border-radius:6px;transition:background .15s,color .15s}.nav-links a:hover{color:#fff;background:hsla(0,0%,100%,.1)}.nav-actions{display:flex;align-items:center;gap:.5rem;flex-shrink:0;padding-left:1.5rem}.icon-btn{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:8px;color:#fff;background:hsla(0,0%,100%,.1);transition:background .15s,color .15s}.icon-btn:hover{color:#fff;background:hsla(0,0%,100%,.18)}.icon-btn svg{width:17px;height:17px}.hamburger{display:none;flex-direction:column;justify-content:center;align-items:center;width:36px;height:36px;gap:5px;background:hsla(0,0%,100%,.08);border:none;border-radius:8px;cursor:pointer;padding:0}.hamburger span{display:block;width:18px;height:2px;background:#fff;border-radius:2px;transition:transform .2s,opacity .2s}.hamburger.open span:first-child{transform:translateY(7px) rotate(45deg)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.mobile-menu{display:none;flex-direction:column;background:var(--green-dark);border-top:1px solid hsla(0,0%,100%,.08);padding:1rem 2rem 1.5rem;gap:.25rem}.mobile-menu.open{display:flex}.mobile-menu a{color:hsla(0,0%,100%,.85);font-size:.95rem;font-weight:500;padding:.75rem .5rem;border-bottom:1px solid hsla(0,0%,100%,.06);transition:color .15s}.mobile-menu a:last-child{border-bottom:none}.mobile-menu a:hover{color:#fff}.hero{background:var(--cream);padding:4rem 2rem}.hero-inner{max-width:var(--max-w);margin:0 auto;display:grid;grid-template-columns:1fr 400px;grid-gap:5rem;gap:5rem;align-items:center}.hero-text h1{margin-bottom:1.25rem}.hero-subtext{font-size:1.1rem;color:var(--text-muted);max-width:500px;margin-bottom:2.5rem;line-height:1.75}.hero-actions{display:flex;gap:.875rem;flex-wrap:wrap}.hero-image-wrap{border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-lg);aspect-ratio:3/4;background:var(--cream-dark)}.hero-image-wrap img{width:100%;height:100%;object-fit:cover;object-position:center top}.hero-centered{text-align:center;padding:8rem 2rem 7rem}.hero-centered .hero-inner{grid-template-columns:1fr;max-width:820px;gap:0}.hero-centered .hero-text h1{font-size:clamp(3rem,5.5vw,5rem)}.hero-centered .hero-subtext{margin-left:auto;margin-right:auto;max-width:560px}.hero-centered .hero-actions,.hero-stats{justify-content:center}.hero-stats{display:flex;gap:3rem;margin-top:4.5rem;padding-top:3rem;border-top:1px solid var(--border);max-width:var(--max-w);margin-left:auto;margin-right:auto}.hero-stat{text-align:center}.hero-stat-number{display:block;font-size:2rem;font-weight:800;color:var(--green-dark);line-height:1;margin-bottom:.35rem;letter-spacing:-.03em}.hero-stat-label{font-size:.8rem;color:var(--text-muted);font-weight:500}.trust-bar{background:var(--green-dark);padding:.875rem 2rem;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.trust-bar::-webkit-scrollbar{display:none}.trust-bar-inner{max-width:var(--max-w);margin:0 auto;display:flex;align-items:center;justify-content:center;flex-wrap:nowrap;gap:0;min-width:max-content}.trust-item{display:inline-flex;align-items:center;gap:.45rem;font-size:.67rem;font-weight:700;letter-spacing:.07em;text-transform:uppercase;color:hsla(0,0%,100%,.85);padding:.4rem 1.1rem;white-space:nowrap;flex-shrink:0}.trust-item-link{text-decoration:none;transition:color .15s}.trust-item-link:hover{color:#fff}.trust-icon{font-size:.85rem;color:#fff;display:inline-flex;align-items:center}.trust-divider{width:1px;height:16px;background:hsla(0,0%,100%,.3);flex-shrink:0}.about-photo-wrap{display:flex;justify-content:center;padding-top:1.5rem}.about-photo-circle{width:340px;height:340px;border-radius:50%;overflow:hidden;border:4px solid hsla(0,0%,100%,.18);box-shadow:0 8px 40px rgba(0,0,0,.3),0 0 0 8px hsla(0,0%,100%,.06);flex-shrink:0;position:relative}.about-headshot{width:100%;height:100%;object-fit:cover;object-position:center top}.section{padding:6rem 2rem}.section-sm{padding:4.25rem 2rem}.bg-cream{background:var(--cream)}.bg-white{background:var(--white)}.bg-dark{background:var(--green-dark)}.bg-dark h1,.bg-dark h2,.bg-dark h3,.bg-dark h4{color:#fff}.bg-dark a:not(.btn),.bg-dark p{color:hsla(0,0%,100%,.85)}.testimonial-card .testimonial-quote{color:var(--text-body)}.testimonial-card .testimonial-name{color:var(--text-dark)}.testimonial-card .testimonial-role{color:var(--text-muted)}.story-inner{max-width:780px;margin:0 auto}.story-inner h2{margin-bottom:1.75rem}.story-inner p{margin-bottom:1.15rem;font-size:1.025rem;line-height:1.82}.story-inner p:last-of-type{margin-bottom:0}.story-cta{margin-top:2.5rem}.photo-placeholder{border-radius:var(--radius-lg);background:linear-gradient(160deg,rgba(43,110,71,.07),rgba(43,110,71,.13));border:2px dashed rgba(43,110,71,.2);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;color:var(--green-dark);padding:2.5rem;min-height:360px}.photo-placeholder svg{width:48px;height:48px;opacity:.35}.photo-placeholder p{font-size:.875rem;font-weight:600;opacity:.5;text-align:center}.services-home-inner{max-width:var(--max-w);margin:0 auto}.section-intro{max-width:580px;margin-bottom:3.5rem}.section-intro p{margin-top:.75rem;color:var(--text-body);font-size:1.025rem}.services-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1.5rem;gap:1.5rem}.program-card{background:#fff;border-radius:var(--radius-lg);padding:2.5rem;border:1px solid var(--border);display:flex;flex-direction:column}.program-badge{display:inline-block;background:var(--green-dark);color:#fff;font-size:.75rem;font-weight:700;letter-spacing:.04em;padding:.35rem .9rem;border-radius:999px;margin-bottom:1.5rem;align-self:flex-start}.program-card h3{font-size:1.4rem;margin-bottom:.875rem}.program-card>p{color:var(--text-muted);font-size:.975rem;flex:1 1;margin-bottom:2rem}.testimonials-inner{max-width:var(--max-w);margin:0 auto}.testimonials-header{margin-bottom:3rem}.testimonials-header h2{color:#fff}.testimonials-subhead{color:hsla(0,0%,100%,.65);font-size:1rem;margin-top:.5rem}.testimonials-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1.25rem;gap:1.25rem;margin-bottom:2rem}.testimonial-card{background:#fff;border-radius:var(--radius-md);padding:2rem;display:flex;flex-direction:column}.testimonial-stars{font-size:.9rem;color:var(--green-bright);letter-spacing:2px;margin-bottom:1rem}.testimonial-quote{color:var(--text-body);font-size:.93rem;line-height:1.8;flex:1 1;margin-bottom:1.5rem}.testimonial-author{display:flex;align-items:center;gap:.75rem}.testimonial-avatar{width:44px;height:44px;border-radius:50%;object-fit:cover;object-position:center top;flex-shrink:0;border:2px solid rgba(43,110,71,.12)}.testimonial-name{font-weight:700;color:var(--text-dark);font-size:.9rem;margin-bottom:.15rem}.testimonial-role{font-size:.82rem;color:var(--text-muted)}.testimonials-footer{text-align:center;margin-top:2rem}.testimonials-footer a{color:hsla(0,0%,100%,.55);font-size:.875rem;transition:color .15s}.testimonials-footer a:hover{color:#fff}.cta-inner{max-width:640px;margin:0 auto;text-align:center}.cta-inner h2{font-size:clamp(2.2rem,4vw,3.2rem);margin-bottom:1.25rem;word-break:break-word;overflow-wrap:break-word;-webkit-hyphens:none;hyphens:none}.cta-inner p{font-size:1.1rem;margin-bottom:2.5rem;max-width:480px;margin-left:auto;margin-right:auto}.cta-light h2{color:var(--text-dark)}.cta-light>p{color:var(--text-muted)}.page-hero{background:var(--cream);padding:4rem 2rem 3.25rem;border-bottom:1px solid var(--border)}.page-hero-inner{max-width:var(--max-w);margin:0 auto}.page-hero h1{margin-bottom:1rem}.page-hero .lead{font-size:1.1rem;color:var(--text-muted);line-height:1.7}.service-block{padding:5rem 2rem;background:var(--cream)}.service-block-dark{background:var(--green-dark)}.service-block-dark .service-meta{background:hsla(0,0%,100%,.15);color:#fff}.service-block-dark .service-content h2,.service-block-dark .service-content>p{color:#fff}.service-block-dark .service-includes h4{color:hsla(0,0%,100%,.55)}.service-block-dark .service-list li{color:hsla(0,0%,100%,.85)}.service-block-dark .service-list li:before{background:hsla(0,0%,100%,.5)}.service-block-dark .service-outcome{background:hsla(0,0%,100%,.07);border-left-color:hsla(0,0%,100%,.3)}.service-block-dark .service-outcome p{color:hsla(0,0%,100%,.85)}.service-block-dark .service-aside-card{background:hsla(0,0%,100%,.09);border:1px solid hsla(0,0%,100%,.12)}.service-block-dark .service-aside-card h3,.service-block-dark .service-aside-card p{color:#fff}.service-block-inner{max-width:var(--max-w);margin:0 auto;display:grid;grid-template-columns:1fr 1fr;grid-gap:5rem;gap:5rem;align-items:start}.service-block-inner.flip{direction:rtl}.service-block-inner.flip>*{direction:ltr}.service-meta{display:inline-block;background:var(--green-dark);color:#fff;font-size:.72rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;padding:.35rem .9rem;border-radius:999px;margin-bottom:1.25rem}.service-content h2{margin-bottom:1rem}.service-content>p{color:var(--text-muted);font-size:1.025rem;margin-bottom:2rem}.service-includes{margin-bottom:2rem}.service-includes h4{font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);margin-bottom:1rem}.service-list{display:grid;grid-gap:.625rem;gap:.625rem}.service-list li{display:flex;align-items:flex-start;gap:.875rem;color:var(--text-body);font-size:.975rem}.service-list li:before{content:"";display:block;width:6px;height:6px;border-radius:50%;background:var(--green-dark);margin-top:.55em;flex-shrink:0}.service-outcome{background:rgba(43,110,71,.06);border-left:3px solid var(--green-dark);border-radius:0 var(--radius-sm) var(--radius-sm) 0;padding:1.125rem 1.375rem;margin-bottom:2rem}.service-outcome p{color:var(--text-body);font-size:.95rem}.service-aside{padding-top:1.5rem}.service-aside-card{background:var(--green-dark);border-radius:var(--radius-lg);padding:2.5rem;color:#fff}.service-aside-card h3{color:#fff;font-size:1.1rem;margin-bottom:1rem}.service-aside-card p{color:hsla(0,0%,100%,.75);font-size:.9rem;margin-bottom:1.75rem}.about-story{padding:5rem 2rem}.about-grid{max-width:var(--max-w);margin:0 auto;display:grid;grid-template-columns:1.1fr .9fr;grid-gap:5rem;gap:5rem;align-items:start}.about-text h2{margin-bottom:1rem}.about-text article{margin-bottom:2.5rem}.about-text article h3{margin-bottom:.75rem;font-size:1.2rem}.about-text p{font-size:1rem;line-height:1.8}.about-photo{position:-webkit-sticky;position:sticky;top:100px;border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-lg);aspect-ratio:3/4;background:var(--cream-dark)}.about-photo img{width:100%;height:100%;object-fit:cover;object-position:center top}.credentials-section{background:var(--cream);padding:5rem 2rem}.credentials-inner{max-width:var(--max-w);margin:0 auto}.credentials-inner h2{margin-bottom:2.5rem}.credentials-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1rem;gap:1rem}.credential-item{display:flex;align-items:flex-start;gap:1rem;background:#fff;border-radius:var(--radius-md);padding:1.375rem 1.5rem;border:1px solid var(--border)}.credential-dot{width:8px;height:8px;border-radius:50%;background:var(--green-dark);margin-top:.45em;flex-shrink:0}.credential-item p{color:var(--text-body);font-size:.95rem;line-height:1.5}.blog-section{padding:5rem 2rem}.blog-coming-soon{max-width:720px;margin:0 auto;text-align:center}.blog-coming-badge{display:inline-flex;align-items:center;gap:.5rem;background:rgba(58,170,30,.15);color:var(--green-bright);font-size:.72rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:.45rem 1.1rem;border-radius:999px;margin-bottom:2rem;border:1px solid rgba(58,170,30,.25)}.blog-coming-dot{width:7px;height:7px;border-radius:50%;background:var(--green-bright);flex-shrink:0;animation:pulse-dot 2s ease-in-out infinite}@keyframes pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.75)}}.blog-coming-headline{color:#fff;font-size:clamp(2.2rem,4vw,3.4rem);line-height:1.1;letter-spacing:-.025em;margin-bottom:1.5rem}.blog-coming-sub{color:hsla(0,0%,100%,.72);font-size:1.1rem;line-height:1.78;max-width:580px;margin:0 auto}.blog-preview-inner{max-width:var(--max-w);margin:0 auto}.blog-preview-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1.25rem;gap:1.25rem}.blog-preview-card{background:#fff;border-radius:var(--radius-lg);padding:2rem 2.25rem;border:1px solid var(--border);position:relative;overflow:hidden}.blog-preview-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--green-dark),var(--green-bright));opacity:.5}.blog-preview-soon{display:inline-block;font-size:.68rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--green-dark);background:rgba(43,110,71,.07);padding:.3rem .75rem;border-radius:999px;margin-bottom:1rem}.blog-preview-topic{font-size:1.15rem;color:var(--text-dark);margin-bottom:.75rem;line-height:1.3}.blog-preview-teaser{color:var(--text-muted);font-size:.93rem;line-height:1.75;margin:0}.blog-grid{max-width:var(--max-w);margin:0 auto;display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1.5rem;gap:1.5rem}.blog-card{background:var(--white);border-radius:var(--radius-lg);padding:2.25rem;border:1px solid var(--border);display:flex;flex-direction:column}.blog-badge{display:inline-flex;align-items:center;gap:.375rem;background:rgba(43,110,71,.08);color:var(--green-dark);font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:.375rem .875rem;border-radius:999px;margin-bottom:1.5rem;align-self:flex-start}.blog-card h2{font-size:1.25rem;margin-bottom:.5rem}.blog-guest{font-size:.85rem;color:var(--green-dark);font-weight:600;margin-bottom:1rem}.blog-card p{color:var(--text-muted);font-size:.95rem;flex:1 1;margin-bottom:2rem}.link-arrow{color:var(--green-dark);font-weight:600;font-size:.875rem;display:inline-flex;align-items:center;gap:.375rem;align-self:flex-start;transition:gap .15s}.link-arrow:hover{gap:.625rem}.contact-section{padding:5rem 2rem}.contact-inner{max-width:var(--max-w);margin:0 auto;display:grid;grid-template-columns:1.35fr 1fr;grid-gap:3.5rem;gap:3.5rem;align-items:start}.contact-form-card{background:var(--white);border-radius:var(--radius-lg);padding:2.5rem;border:1px solid var(--border)}.contact-form-card h2{font-size:1.5rem;margin-bottom:.5rem}.contact-form-card>p{color:var(--text-muted);font-size:.95rem;margin-bottom:2rem}.contact-form{display:grid;grid-gap:1.25rem;gap:1.25rem}.form-group{display:grid;grid-gap:.5rem;gap:.5rem}.form-group label{font-weight:600;font-size:.875rem;color:var(--text-dark)}.form-group input,.form-group textarea{width:100%;border:1.5px solid #dde4de;border-radius:var(--radius-sm);padding:.875rem 1rem;background:var(--cream);color:var(--text-dark);font-size:.95rem;transition:border-color .15s,box-shadow .15s}.form-group input::placeholder,.form-group textarea::placeholder{color:var(--text-muted)}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--green-dark);box-shadow:0 0 0 3px rgba(43,110,71,.1)}.form-group textarea{resize:vertical;min-height:140px}.contact-details{display:grid;grid-gap:1rem;gap:1rem}.contact-detail-card{background:var(--white);border-radius:var(--radius-md);padding:1.5rem;border:1px solid var(--border)}.contact-detail-card h3{font-size:.7rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);margin-bottom:.5rem}.contact-detail-card a,.contact-detail-card p{font-weight:600;color:var(--text-dark);font-size:.95rem;transition:color .15s}.contact-detail-card a:hover{color:var(--green-dark)}.bg-dark .photo-placeholder{border-color:hsla(0,0%,100%,.2);background:hsla(0,0%,100%,.06);color:#fff}.bg-dark .photo-placeholder svg{opacity:.3;color:#fff}.bg-dark .photo-placeholder p{color:hsla(0,0%,100%,.45);opacity:1}.bg-dark .about-photo{background:hsla(0,0%,100%,.05);box-shadow:0 0 0 1px hsla(0,0%,100%,.1)}.bg-dark .blog-card{background:#fff;border-color:transparent}.bg-dark .blog-card h2{color:var(--text-dark)}.bg-dark .blog-guest{color:var(--green-dark)}.bg-dark .blog-card>p{color:var(--text-muted)}.bg-dark .blog-badge,.bg-dark .link-arrow{color:var(--green-dark)}.bg-dark .blog-badge{background:rgba(43,110,71,.08)}.bg-dark .contact-form-card{background:#fff}.bg-dark .contact-form-card h2{color:var(--text-dark)}.bg-dark .contact-form-card>p{color:var(--text-muted)}.bg-dark .contact-form-card .form-group label{color:var(--text-dark)}.bg-dark .contact-detail-card{background:hsla(0,0%,100%,.08);border-color:hsla(0,0%,100%,.1)}.bg-dark .contact-detail-card h3{color:hsla(0,0%,100%,.5)}.bg-dark .contact-detail-card a,.bg-dark .contact-detail-card p{color:#fff;font-weight:600}.site-footer{background:var(--cream-dark);border-top:1px solid var(--border);padding:4rem 2rem 2rem}.footer-main{max-width:var(--max-w);margin:0 auto;display:grid;grid-template-columns:1.6fr 1fr 1.4fr;grid-gap:3.5rem;gap:3.5rem;padding-bottom:3rem;border-bottom:1px solid var(--border)}.footer-brand-col{display:flex;flex-direction:column;gap:1rem}.footer-brand-link{display:inline-block}.footer-logo{height:32px!important;width:auto!important;filter:hue-rotate(40deg) saturate(63%) brightness(72%)}.footer-tagline{font-size:.9rem;color:var(--text-muted);line-height:1.65;max-width:280px;margin-top:.25rem}.footer-social{display:flex;gap:.5rem;margin-top:.25rem}.footer-icon{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:8px;background:rgba(43,110,71,.08);color:var(--green-dark);transition:background .15s}.footer-icon:hover{background:rgba(43,110,71,.14)}.footer-icon svg{width:15px;height:15px}.footer-contact-col,.footer-nav-col{display:flex;flex-direction:column;gap:.5rem}.footer-col-label{font-size:.7rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--text-dark);margin-bottom:.5rem}.footer-nav-link{font-size:.88rem;color:var(--text-muted);font-weight:500;padding:.2rem 0;transition:color .15s;display:block}.footer-nav-link:hover{color:var(--green-dark)}.footer-contact-item{font-size:.88rem;color:var(--text-muted);font-weight:500;padding:.2rem 0;transition:color .15s;display:block}.footer-contact-item:hover{color:var(--green-dark)}.footer-cta-btn{margin-top:1rem;align-self:flex-start;font-size:.85rem;padding:.75rem 1.5rem}.footer-bottom{max-width:var(--max-w);margin:1.75rem auto 0}.footer-copy{font-size:.8rem;color:var(--text-muted)}.who-inner{max-width:720px;margin:0 auto}.who-list{display:flex;flex-direction:column;gap:0;margin-bottom:2.5rem}.who-item{display:flex;align-items:flex-start;gap:1rem;padding:1.1rem 0;border-bottom:1px solid var(--border);font-size:1.05rem;color:var(--text-body);line-height:1.55}.who-item:first-child{border-top:1px solid var(--border)}.who-tick{color:var(--green-dark);flex-shrink:0;margin-top:.18em}.who-cta{margin-top:0}.story-proof-inner{max-width:var(--max-w);margin:0 auto;display:grid;grid-template-columns:1.15fr .85fr;grid-gap:5rem;gap:5rem;align-items:start}.story-proof-story h2{margin-bottom:0}.story-proof-story p{color:var(--green-dark);font-size:1rem;line-height:1.82;margin-bottom:1.1rem}.story-proof-story p:last-of-type{margin-bottom:0}.story-proof-cta{margin-top:2rem}.story-proof-quotes{display:flex;flex-direction:column;gap:1.25rem;position:-webkit-sticky;position:sticky;top:88px}.pull-quote-card{background:#fff;border-radius:var(--radius-md);padding:1.625rem 1.75rem;border:1px solid var(--border);box-shadow:var(--shadow-sm)}.pull-quote-text{font-size:.97rem;line-height:1.72;color:var(--text-body);font-style:italic;margin-bottom:1.25rem}.pull-quote-author{display:flex;align-items:center;gap:.75rem}.pull-quote-avatar{width:44px!important;height:44px!important;border-radius:50%;object-fit:cover;object-position:center top;flex-shrink:0;border:2px solid var(--border)}.pull-quote-name{font-weight:700;font-size:.88rem;color:var(--text-dark);line-height:1.3;margin:0}.pull-quote-role{font-size:.8rem;color:var(--text-muted);margin:.15rem 0 0}.how-inner{max-width:var(--max-w);margin:0 auto}.how-header{margin-bottom:3.5rem}.how-steps{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.5rem;gap:1.5rem;position:relative}.how-step{background:hsla(0,0%,100%,.06);border:1px solid hsla(0,0%,100%,.1);border-radius:var(--radius-lg);padding:2.25rem 2rem;position:relative}.how-step-number{font-size:.72rem;font-weight:800;letter-spacing:.1em;color:var(--green-bright);margin-bottom:1.25rem;font-family:var(--font-inter),monospace}.how-step-title{font-size:1.3rem;font-weight:700;color:#fff;margin-bottom:.875rem;letter-spacing:-.01em}.how-step-body{font-size:.95rem;color:hsla(0,0%,100%,.72);line-height:1.75}.quote-section{max-width:800px;margin:0 auto;text-align:center;padding:2rem 0}.pullquote{font-size:clamp(1.4rem,2.5vw,2rem);font-style:italic;font-weight:500;color:var(--text-dark);line-height:1.5;letter-spacing:-.01em;margin:0 0 1.25rem}.pullquote-cite{font-size:.82rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--text-muted);font-style:normal}.selector-inner{max-width:680px;margin:0 auto}.selector-inner h2{margin-bottom:1.25rem}.selector-inner p{color:var(--text-muted);font-size:1.02rem;line-height:1.75;margin-bottom:1rem}.selector-inner p:last-of-type{margin-bottom:2rem}.selector-inner strong{color:var(--text-dark)}.outcomes-inner{max-width:var(--max-w);margin:0 auto}.outcomes-header{max-width:640px;margin-bottom:3rem}.outcomes-sub{margin-top:.75rem;color:var(--text-body);font-size:1.025rem}.outcomes-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.25rem;gap:1.25rem;margin-bottom:3rem}.outcome-card:last-child{grid-column:span 2}.outcome-card{background:#fff;border-radius:var(--radius-lg);padding:2rem 2.25rem;border:1px solid var(--border);display:flex;flex-direction:column;gap:.75rem}.outcome-number{font-size:.7rem;font-weight:800;letter-spacing:.1em;color:var(--green-dark);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.outcome-title{font-size:1.1rem;font-weight:700;color:var(--text-dark);letter-spacing:-.01em;margin:0}.outcome-body{font-size:.95rem;color:var(--text-body);line-height:1.72;margin:0}.outcomes-cta{text-align:center}.ccp-hook-inner{max-width:var(--max-w);margin:0 auto}.ccp-hook-inner .program-badge{margin-bottom:1.5rem}.ccp-hook-inner h2{margin-bottom:1rem}.ccp-hook-sub{font-size:1.1rem;color:var(--text-body);line-height:1.72;margin:0 0 1.25rem}.ccp-phases-inner{max-width:var(--max-w);margin:0 auto}.ccp-phases-header{margin-bottom:3rem}.ccp-phases-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.5rem;gap:1.5rem}.ccp-phase-card{background:hsla(0,0%,100%,.06);border:1px solid hsla(0,0%,100%,.1);border-radius:var(--radius-lg);padding:2.25rem 2rem;display:flex;flex-direction:column;gap:.5rem}.ccp-phase-sessions{font-size:.7rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--green-bright);margin:0}.ccp-phase-label{font-size:1.2rem;font-weight:700;color:#fff;margin:.25rem 0 .5rem;letter-spacing:-.01em}.ccp-phase-body{font-size:.95rem;color:hsla(0,0%,100%,.72);line-height:1.75;margin:0}.ccp-assets-inner{max-width:var(--max-w);margin:0 auto}.ccp-assets-inner>.reveal{max-width:680px;margin-bottom:2.5rem}.ccp-assets-sub{margin-top:.75rem;color:var(--text-body);font-size:1rem;line-height:1.72}.ccp-assets-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:0;gap:0;list-style:none;max-width:960px}.ccp-asset-item{display:flex;align-items:flex-start;gap:.875rem;padding:1.25rem 1.5rem;border-bottom:1px solid var(--border);font-size:.975rem;color:var(--text-body);line-height:1.55}.ccp-asset-item:nth-child(odd){padding-right:3rem;border-right:1px solid var(--border)}.ccp-asset-item:nth-child(2n){padding-left:3rem}.ccp-asset-tick{color:var(--green-dark);flex-shrink:0;margin-top:.18em}.ccp-diff-inner{max-width:var(--max-w);margin:0 auto}.ccp-diff-inner>.reveal{margin-bottom:3rem}.ccp-diff-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.25rem;gap:1.25rem}.ccp-diff-item:nth-child(4),.ccp-diff-item:nth-child(5){grid-column:span 1}.ccp-diff-item:last-child:nth-child(5){grid-column:2/4}.ccp-diff-item{background:hsla(0,0%,100%,.06);border:1px solid hsla(0,0%,100%,.1);border-radius:var(--radius-md);padding:1.75rem 1.875rem}.ccp-diff-lead{font-size:1rem;font-weight:700;color:#fff;margin:0 0 .5rem}.ccp-diff-body{font-size:.93rem;color:hsla(0,0%,100%,.72);line-height:1.72;margin:0}.ccp-hook-meta{font-size:1.05rem;font-weight:700;color:var(--green-dark);margin-top:0;margin-bottom:0;letter-spacing:.01em}.cep-intro-inner{max-width:720px;margin:0 auto}.cep-intro-divider{width:64px;height:3px;background:var(--border);border-radius:2px;margin-bottom:2.5rem}.cep-intro-inner h2{margin-bottom:1rem}.cep-intro-sub{font-size:1.1rem;color:var(--text-body);line-height:1.72;max-width:620px;margin:0}.standalone-inner{max-width:var(--max-w);margin:0 auto}.standalone-header{max-width:680px;margin-bottom:3rem}.standalone-sub{font-size:1.05rem;color:hsla(0,0%,100%,.75);line-height:1.72;margin-top:.75rem}.standalone-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1.25rem;gap:1.25rem;margin-bottom:3rem}.standalone-card{background:hsla(0,0%,100%,.06);border:1px solid hsla(0,0%,100%,.1);border-radius:var(--radius-lg);padding:2.25rem 2rem}.standalone-card-title{font-size:1.1rem;font-weight:700;color:#fff;margin:0 0 .875rem;letter-spacing:-.01em}.standalone-card-body{font-size:.95rem;color:hsla(0,0%,100%,.72);line-height:1.75;margin:0}.standalone-footer{text-align:center;display:flex;flex-direction:column;align-items:center;gap:1.75rem}.standalone-pricing{font-size:.9rem;color:hsla(0,0%,100%,.55);margin:0;max-width:480px;line-height:1.65}.about-stats-section{padding:3rem 2rem}.about-stats-inner{max-width:var(--max-w);margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);grid-gap:1px;gap:1px;border:1px solid hsla(0,0%,100%,.1);border-radius:var(--radius-lg);overflow:hidden;background:hsla(0,0%,100%,.06)}.about-stat-card{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:2.5rem 1.5rem;background:hsla(0,0%,100%,.04);border-right:1px solid hsla(0,0%,100%,.08);gap:.5rem}.about-stat-card:last-child{border-right:none}.about-stat-value{display:block;font-size:clamp(2rem,3vw,2.8rem);font-weight:800;color:#fff;line-height:1;letter-spacing:-.03em}.about-stat-label{display:block;font-size:.78rem;font-weight:600;letter-spacing:.04em;color:hsla(0,0%,100%,.55);text-transform:uppercase}.section-divider{width:48px;height:3px;background:var(--green-dark);border-radius:2px;margin:1.5rem 0 2rem}.section-divider-light{width:48px;height:3px;background:hsla(0,0%,100%,.3);border-radius:2px;margin:1.25rem 0 2rem}.reveal{opacity:0;transform:translateY(24px);transition:opacity .7s cubic-bezier(.22,1,.36,1),transform .7s cubic-bezier(.22,1,.36,1);will-change:opacity,transform}.reveal.visible{opacity:1;transform:none}.reveal-delay-1{transition-delay:.08s}.reveal-delay-2{transition-delay:.16s}.reveal-delay-3{transition-delay:.24s}.reveal-delay-4{transition-delay:.32s}.carousel-outer{width:100%;margin:0 auto;padding:0 4rem;position:relative}.carousel-track{display:flex;align-items:center;gap:2rem;min-height:360px}.carousel-slide{flex:1 1;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center}@keyframes carousel-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}.carousel-content{animation:carousel-in .5s cubic-bezier(.16,1,.3,1);display:flex;flex-direction:column;align-items:center;width:100%;max-width:820px;margin:0 auto}.carousel-stars{font-size:1.15rem;color:#fff;letter-spacing:5px;margin-bottom:2rem}.carousel-quote{font-size:clamp(1.05rem,1.6vw,1.25rem);line-height:1.9;color:#fff;font-weight:400;margin:0 0 2.5rem;font-style:normal}.carousel-author{display:inline-flex;align-items:center;gap:1rem;text-align:left}.carousel-avatar{width:56px;height:56px;border-radius:50%;object-fit:cover;object-position:center top;border:2.5px solid hsla(0,0%,100%,.28);flex-shrink:0;box-shadow:0 2px 12px rgba(0,0,0,.25)}.carousel-name{font-weight:700;color:#fff;font-size:.95rem;line-height:1.3}.carousel-role{color:hsla(0,0%,100%,.58);font-size:.83rem;margin-top:.2rem}.carousel-btn{flex-shrink:0;width:48px;height:48px;border-radius:50%;background:hsla(0,0%,100%,.09);border:1.5px solid hsla(0,0%,100%,.18);color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .18s,border-color .18s,transform .15s;padding:0}.carousel-btn:hover{background:hsla(0,0%,100%,.18);border-color:hsla(0,0%,100%,.35);transform:scale(1.06)}.carousel-dots{display:flex;justify-content:center;gap:.6rem;margin-top:2.5rem}.carousel-dot{width:7px;height:7px;border-radius:50%;background:hsla(0,0%,100%,.22);border:none;cursor:pointer;padding:0;transition:background .22s,transform .22s,width .22s}.carousel-dot.active{background:#fff;width:22px;border-radius:4px;transform:none}@media (max-width:1024px){.hero-inner{grid-template-columns:1fr;gap:3rem}.hero-image-wrap{max-width:420px;aspect-ratio:3/4}.hero-stats{gap:2rem}.service-block-inner{grid-template-columns:1fr;gap:3rem}.service-block-inner.flip{direction:ltr}.about-grid{grid-template-columns:1fr;gap:3rem}.about-photo{position:relative;top:0;max-width:420px;aspect-ratio:3/4;order:-1}.about-photo-wrap{order:-1;padding-top:0}.about-photo-circle{width:260px;height:260px}.contact-inner{grid-template-columns:1fr}.footer-main{grid-template-columns:1fr 1fr;gap:2.5rem}.footer-brand-col{grid-column:1/-1}.story-proof-inner{grid-template-columns:1fr;gap:3.5rem}.story-proof-quotes{position:relative;top:0}.outcomes-grid{grid-template-columns:repeat(2,1fr)}.outcome-card:last-child{grid-column:span 1}.ccp-phases-grid,.standalone-grid{grid-template-columns:1fr;gap:1rem}.ccp-diff-grid{grid-template-columns:repeat(2,1fr)}.ccp-diff-item:last-child:nth-child(5){grid-column:span 2}.how-steps{grid-template-columns:1fr;gap:1rem}.about-stats-inner{grid-template-columns:repeat(2,1fr)}.about-stat-card{border-right:none;border-bottom:1px solid hsla(0,0%,100%,.08)}.about-stat-card:nth-child(odd){border-right:1px solid hsla(0,0%,100%,.08)}.about-stat-card:last-child,.about-stat-card:nth-last-child(2):nth-child(odd){border-bottom:none}}@media (max-width:768px){.nav-links{display:none}.nav-inner{grid-template-columns:auto auto}.hamburger{display:flex}.blog-grid,.credentials-grid,.services-grid{grid-template-columns:1fr}.section{padding:4.25rem 1.5rem}.section-sm{padding:3.5rem 1.5rem}.hero{padding:3.5rem 1.5rem 3rem}.hero-centered{padding:4.25rem 1.5rem 3.5rem}.trust-bar{padding:.75rem 0}.trust-bar-inner{padding:0 1.5rem;justify-content:flex-start}.trust-item{font-size:.64rem;padding:.35rem .875rem}.carousel-outer{padding:0}.carousel-btn{display:none}.carousel-track{gap:0;min-height:auto}.carousel-slide{padding:0}.carousel-quote{font-size:1rem;line-height:1.85}.carousel-dots{margin-top:2rem}.carousel-avatar{width:50px;height:50px}.service-block{padding:3.5rem 1.5rem}.service-block-inner{gap:2.5rem}.about-story{padding:3.5rem 1.5rem}.about-grid{gap:2.5rem}.credentials-section{padding:3.5rem 1.5rem}.credentials-grid{grid-template-columns:1fr}.blog-section{padding:3.5rem 1.5rem}.blog-grid,.blog-preview-grid{grid-template-columns:1fr}.contact-section{padding:3.5rem 1.5rem}.story-inner{padding:0 .25rem}.hero-stats{gap:1.5rem;flex-wrap:wrap}.hero-stat-number{font-size:1.6rem}.footer-main{grid-template-columns:1fr;gap:2rem}.footer-brand-col{grid-column:auto}.footer-cta-btn{width:100%;justify-content:center;align-self:stretch}.who-item{font-size:.975rem}.pullquote{font-size:clamp(1.15rem,4vw,1.5rem)}.pull-quote-card{padding:1.375rem 1.5rem}.outcomes-grid{grid-template-columns:1fr}.outcome-card:last-child{grid-column:span 1}.ccp-assets-grid,.standalone-grid{grid-template-columns:1fr}.ccp-asset-item:nth-child(odd){padding-right:0;border-right:none}.ccp-diff-grid{grid-template-columns:1fr}.ccp-diff-item:last-child:nth-child(5){grid-column:span 1}.about-stats-section{padding:2.25rem 1.5rem}.cta-inner{padding:0 .25rem}.page-hero{padding:3rem 1.5rem 2.25rem}.page-hero h1{font-size:clamp(2rem,6vw,3rem)}}@media (max-width:520px){.about-photo,.hero-image-wrap{max-width:100%;width:100%}.hero-actions{flex-direction:column}.hero-actions .btn{width:100%;justify-content:center}.hero{padding:2.5rem 1.25rem 2rem}.hero-centered{padding:3rem 1.25rem 2.5rem}.section{padding:3rem 1.25rem}.section-sm{padding:2.5rem 1.25rem}.page-hero{padding:2.5rem 1.25rem 1.75rem}.about-story,.blog-section,.contact-section,.credentials-section,.service-block{padding:3rem 1.25rem}.hero-stats{gap:1rem}h1,h2{word-break:break-word}.contact-inner{gap:2rem}.contact-form-card,.program-card,.service-aside-card{padding:1.75rem}.testimonial-avatar{width:38px;height:38px}.carousel-content{max-width:100%}.carousel-author{gap:.75rem}.carousel-name{font-size:.88rem}.footer-contact-links{gap:.75rem}.trust-item{font-size:.62rem;padding:.3rem .75rem}.about-photo-circle{width:220px;height:220px}.about-stats-inner{grid-template-columns:repeat(2,1fr)}.about-stat-card{padding:1.75rem 1.25rem}.about-stat-value{font-size:1.8rem}.who-item{font-size:.93rem;gap:.75rem}.how-step{padding:1.75rem 1.5rem}.quote-section{padding:1rem 0}}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Inter_Fallback_f367f3;src:local("Arial");ascent-override:90.49%;descent-override:22.56%;line-gap-override:0.00%;size-adjust:107.06%}.__className_f367f3{font-family:__Inter_f367f3,__Inter_Fallback_f367f3;font-style:normal}.__variable_f367f3{--font-inter:"__Inter_f367f3","__Inter_Fallback_f367f3"}