
:root{--ink:#101412;--muted:#58625d;--paper:#fff;--soft:#f3f7ef;--mist:#eaf6f2;--line:#dce6dc;--green:#7ac143;--green-dark:#163c26;--gold:#f4c44e;--blue:#177c9f;--dark:#0e1512;--radius:8px;--shadow:0 18px 44px rgba(13,21,18,.16)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#fff;color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:16px;line-height:1.62;letter-spacing:0}a{color:inherit;text-decoration:none}img{display:block;max-width:100%;height:auto}main{overflow:hidden}.site-header{position:fixed;top:14px;left:0;right:0;z-index:80;padding:0 16px;pointer-events:none}.nav-wrap{display:flex;justify-content:center}.nav-pill{pointer-events:auto;display:inline-flex;align-items:center;gap:24px;width:fit-content;margin:0 auto;padding:8px 10px;border-radius:999px;background:rgba(255,255,255,.9);border:1px solid rgba(16,20,18,.12);box-shadow:0 14px 34px rgba(13,21,18,.12);backdrop-filter:blur(16px)}.brand{display:flex;align-items:center}.brand img{width:114px;height:auto}.nav-links{display:flex;gap:4px}.nav-link{display:inline-flex;align-items:center;min-height:40px;padding:0 12px;border-radius:999px;font-size:13px;font-weight:800}.nav-link:hover{background:var(--soft)}.nav-cta,.btn{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 18px;border-radius:999px;border:1px solid transparent;font-weight:900}.nav-cta{background:var(--dark);color:#fff;font-size:13px}.btn-primary{background:var(--green);color:#061007}.btn-dark{background:var(--dark);color:#fff}.btn-light{background:#fff;color:var(--dark)}.btn-ghost{color:#fff;border-color:rgba(255,255,255,.7)}.mobile-menu-toggle{display:none;width:42px;height:42px;border:0;border-radius:50%;background:var(--dark);padding:0}.mobile-menu-toggle span{display:block;width:17px;height:2px;background:#fff;margin:4px auto;transition:transform .2s ease,opacity .2s ease}.mobile-menu{display:none}.hero{position:relative;min-height:720px;display:grid;align-items:end;padding:132px max(22px,calc((100vw - 1180px)/2)) 78px;color:#fff;background:#0b120f}.hero picture,.hero picture img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,10,8,.86),rgba(5,10,8,.48) 48%,rgba(5,10,8,.14)),linear-gradient(0deg,rgba(5,10,8,.55),rgba(5,10,8,.02) 42%)}.hero-copy{position:relative;z-index:2;max-width:760px}.hero-brand,.kicker{margin:0 0 12px;font-size:12px;text-transform:uppercase;font-weight:900;color:var(--green);letter-spacing:0}.hero h1,.sub-hero h1{font-size:72px;line-height:.95;margin:0 0 20px;font-weight:950;letter-spacing:0}.hero p:not(.hero-brand){font-size:20px;max-width:620px;color:#eef6f0}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:26px}.proof-strip{max-width:1180px;margin:-34px auto 0;position:relative;z-index:4;display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--line);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow)}.proof-strip div{background:#fff;padding:24px}.proof-strip strong{display:block;font-size:30px;line-height:1;color:var(--green-dark);font-weight:950}.proof-strip span{display:block;margin-top:8px;color:var(--muted);font-weight:750}.intro-grid,.split-section,.team-preview,.contact-page{max-width:1180px;margin:0 auto;padding:86px 18px;display:grid;grid-template-columns:1fr 1fr;gap:54px;align-items:center}.intro-grid h2,.section-head h2,.split-section h2,.team-preview h2,.contact-section h2,.contact-ribbon h2,.table-section h2,.contact-page h2{font-size:48px;line-height:1.05;margin:0 0 18px;font-weight:950}.check-list{list-style:none;margin:24px 0 0;padding:0}.check-list li{position:relative;padding-left:28px;margin:10px 0}.check-list li:before{content:"";position:absolute;left:0;top:.62em;width:14px;height:14px;border-radius:50%;background:linear-gradient(135deg,var(--green),var(--blue))}.feature-panel{display:grid;grid-template-columns:190px 1fr;gap:22px;align-items:center;background:var(--soft);border:1px solid var(--line);border-radius:var(--radius);padding:22px}.feature-panel img{height:240px;width:190px;object-fit:contain;border-radius:var(--radius);background:#fff;padding:16px}.feature-panel h3{font-size:28px;margin:0 0 8px}.program-band{background:var(--green-dark);color:#fff;padding:88px 18px}.section-head{max-width:1180px;margin:0 auto 34px}.program-grid{max-width:1180px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.program-card{background:#fff;color:var(--ink);border-radius:var(--radius);overflow:hidden;box-shadow:0 18px 38px rgba(0,0,0,.18)}.program-image{display:block;position:relative;height:190px;overflow:hidden}.program-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.program-image span{position:absolute;left:12px;top:12px;width:44px;height:44px;border-radius:50%;display:grid;place-items:center;background:var(--green);font-weight:950;color:#061007}.program-card:hover img{transform:scale(1.04)}.program-card div{padding:20px}.program-card h3{font-size:24px;line-height:1.1;margin:0 0 8px}.program-card p,.program-card li{color:#48524d}.program-card ul{padding-left:18px}.who-section,.testimonial-band,.team-section,.table-section,.faq-list,.legal-copy{padding:86px 18px;max-width:1180px;margin:0 auto}.who-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.who-grid article,.price-card,.contact-card,.team-grid article,.testimonial-grid figure,.faq-list details{border:1px solid var(--line);border-radius:var(--radius);background:#fff;padding:22px}.who-grid h3,.price-card h3,.team-grid h3{margin:0 0 8px;font-size:22px}.team-preview{background:var(--mist);max-width:none;padding-left:max(18px,calc((100vw - 1180px)/2));padding-right:max(18px,calc((100vw - 1180px)/2))}.team-mini,.team-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.team-mini figure{margin:0;background:#fff;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden}.team-mini img,.team-grid img{width:100%;aspect-ratio:1/1;object-fit:cover;background:#eef5ef}.team-mini figcaption,.team-grid article p{padding:12px;font-weight:900}.team-mini span{display:block;color:var(--muted);font-weight:700;font-size:13px}.text-link{display:inline-flex;margin-top:20px;color:var(--green-dark);font-weight:950}.testimonial-band{background:#fff}.testimonial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.testimonial-grid blockquote{margin:0;color:#25302a}.testimonial-grid figcaption{margin-top:16px;font-weight:950;color:var(--green-dark)}.testimonial-grid span{display:block;color:var(--muted);font-weight:700}.gallery-strip,.gallery-page-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.gallery-strip img,.gallery-page-grid img{width:100%;height:360px;object-fit:cover}.contact-section{display:grid;grid-template-columns:.8fr 1fr;gap:54px;align-items:center;background:var(--dark);color:#fff;padding:86px max(18px,calc((100vw - 1180px)/2))}.contact-section p{color:#dce8df}.phone-link{font-weight:950;text-decoration:underline}.contact-form{display:grid;grid-template-columns:1fr 1fr;gap:14px}.contact-form label{display:flex;flex-direction:column;gap:6px;font-weight:850}.contact-form .wide{grid-column:1/-1}.contact-form input,.contact-form select,.contact-form textarea{width:100%;border:1px solid #cbd8cf;border-radius:var(--radius);background:#fff;color:var(--ink);padding:13px 14px;font:inherit}.contact-form-dark input,.contact-form-dark select,.contact-form-dark textarea{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.22);color:#fff}.contact-form-dark option{color:#111}.contact-form button{grid-column:1/-1}.sub-hero{max-width:1180px;margin:0 auto;padding:148px 18px 58px}.sub-hero p:not(.kicker){max-width:760px;color:var(--muted);font-size:19px}.sub-hero.legal{padding-bottom:24px}.split-section img{width:100%;max-height:560px;object-fit:cover;border-radius:var(--radius);box-shadow:var(--shadow)}.team-section{max-width:1180px}.team-grid article{padding:0;overflow:hidden}.team-grid h3{padding:16px 16px 0}.team-grid p{margin:0;color:var(--muted)}.value-band{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--line);max-width:1180px;margin:0 auto 86px;border-radius:var(--radius);overflow:hidden}.value-band article{background:var(--soft);padding:30px}.pricing-grid{max-width:1180px;margin:0 auto;padding:28px 18px 86px;display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.pricing-grid.compact{padding-top:0}.price-card strong{display:block;font-size:30px;line-height:1.1;margin:12px 0;color:var(--green-dark)}.price-card.featured{border-color:var(--green);box-shadow:0 16px 40px rgba(122,193,67,.2)}.price-card ul{padding-left:18px}.table-section table{width:100%;border-collapse:collapse;background:#fff;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden}.table-section th,.table-section td{padding:16px;border-bottom:1px solid var(--line);text-align:left;vertical-align:top}.table-section th{background:var(--soft)}.contact-ribbon{max-width:1180px;margin:0 auto 86px;padding:30px;border-radius:var(--radius);background:var(--gold);display:flex;align-items:center;justify-content:space-between;gap:22px}.contact-ribbon h2{font-size:36px}.gallery-page-grid{max-width:1180px;margin:0 auto;padding:0 18px 86px}.gallery-page-grid figure{margin:0}.contact-page{align-items:start}.contact-card h2,.contact-card h3{margin:0 0 8px}.contact-card h3{margin-top:22px}.faq-list{max-width:880px}.faq-list details{margin-bottom:12px}.faq-list summary{font-size:20px;font-weight:950;cursor:pointer}.legal-copy{max-width:860px;padding-top:24px}.site-footer{background:#0e1512;color:#edf5ef;padding:0 18px 84px}.footer-cta{max-width:1180px;margin:0 auto;padding:42px 0;border-bottom:1px solid rgba(255,255,255,.14);display:flex;align-items:center;justify-content:space-between;gap:22px}.footer-cta h2{font-size:34px;line-height:1.1;margin:0}.footer-grid{max-width:1180px;margin:0 auto;padding:44px 0;display:grid;grid-template-columns:1.3fr 1fr 1fr 1fr;gap:30px}.footer-brand img{width:140px}.footer-grid p,.footer-bottom{color:#cdd8d1}.footer-links{display:grid;gap:6px}.footer-links a{display:block}.footer-bottom{max-width:1180px;margin:0 auto;border-top:1px solid rgba(255,255,255,.14);padding-top:22px;display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap}.footer-credit a{text-decoration:underline}.sticky-cta{display:none}.not-found{min-height:100vh;display:grid;place-items:center;text-align:center;padding:40px}.not-found img{width:180px}.not-found h1{font-size:48px;margin:0}
@media (max-width:1120px){.program-grid,.pricing-grid{grid-template-columns:repeat(2,1fr)}.who-grid,.team-mini,.team-grid{grid-template-columns:repeat(2,1fr)}.hero h1,.sub-hero h1{font-size:56px}.footer-grid{grid-template-columns:repeat(2,1fr)}}
@media (max-width:900px){.nav-links,.nav-cta{display:none}.mobile-menu-toggle{display:block}.nav-pill{width:calc(100vw - 32px);justify-content:space-between}.brand img{width:104px}.mobile-menu.open{display:block;position:fixed;top:0;left:0;right:0;bottom:0;z-index:70;background:rgba(14,21,18,.97);padding:88px 22px 110px;pointer-events:auto;overflow:auto}.mobile-menu-inner{display:grid;gap:8px;max-width:460px;margin:0 auto}.mobile-menu-inner a{display:block;padding:16px 18px;border-radius:var(--radius);background:rgba(255,255,255,.08);color:#fff;font-weight:850}.mobile-menu-inner .mm-call{background:var(--green);color:#061007;text-align:center}.mobile-menu-toggle[aria-expanded="true"] span:nth-child(1){transform:translateY(6px) rotate(45deg)}.mobile-menu-toggle[aria-expanded="true"] span:nth-child(2){opacity:0}.mobile-menu-toggle[aria-expanded="true"] span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}body.menu-open{overflow:hidden}.hero{min-height:690px;padding:112px 18px 66px}.hero-overlay{background:linear-gradient(180deg,rgba(5,10,8,.24),rgba(5,10,8,.9) 58%)}.hero h1,.sub-hero h1{font-size:40px;line-height:1.05}.hero p:not(.hero-brand),.sub-hero p:not(.kicker){font-size:16px}.proof-strip,.intro-grid,.split-section,.team-preview,.contact-section,.contact-page,.footer-cta{grid-template-columns:1fr;display:grid}.proof-strip{margin:0 18px;grid-template-columns:1fr 1fr}.intro-grid h2,.section-head h2,.split-section h2,.team-preview h2,.contact-section h2,.contact-page h2{font-size:34px}.feature-panel{grid-template-columns:1fr}.feature-panel img{width:100%;height:260px}.program-grid,.who-grid,.testimonial-grid,.pricing-grid,.team-mini,.team-grid,.value-band,.gallery-strip,.gallery-page-grid,.footer-grid{grid-template-columns:1fr}.gallery-strip img,.gallery-page-grid img{height:260px}.contact-form{grid-template-columns:1fr}.contact-ribbon{display:block;margin-left:18px;margin-right:18px}.sub-hero{padding-top:124px}.sticky-cta{display:grid;position:fixed;left:0;right:0;bottom:0;z-index:90;grid-template-columns:1fr 1fr}.sticky-cta a{display:grid;place-items:center;min-height:58px;font-weight:950;color:#fff}.sc-call{background:var(--green);color:#061007!important}.sc-msg{background:#0a0a0a}.site-footer{padding-bottom:96px}}
@media (max-width:480px){.hero h1,.sub-hero h1{font-size:34px}.proof-strip{grid-template-columns:1fr}.hero-actions .btn{width:100%}.program-card div,.who-grid article,.price-card{padding:18px}.table-section{overflow-x:auto}.table-section table{min-width:620px}}
