:root{--navy: #0f244d;--slate: #475266;--green-hi: #7ae545;--green-lo: #00734d;--green-hi-hover: #7bd94c;--green-lo-hover: #00593c;--field-bg: #f2f4f7;--band-bg: #f0f2f5;--radius: 12px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--slate);background:#fff;-webkit-font-smoothing:antialiased}img{max-width:100%;display:block}h1,h2{font-family:Work Sans,sans-serif}@keyframes rise{0%{opacity:0;transform:translateY(26px)}to{opacity:1;transform:none}}.rise{opacity:0;animation:rise .8s cubic-bezier(.22,1,.36,1) forwards}.reveal{opacity:0;transform:translateY(30px);transition:opacity .8s cubic-bezier(.22,1,.36,1),transform .8s cubic-bezier(.22,1,.36,1)}.reveal-right{transform:translate(36px)}.reveal.is-visible{opacity:1;transform:none}@media (prefers-reduced-motion: reduce){.rise{animation:none;opacity:1}.reveal{opacity:1;transform:none;transition:none}}.btn{display:inline-block;font:inherit;font-weight:600;text-align:center;text-decoration:none;border:none;border-radius:var(--radius);padding:15px 24px;cursor:pointer;transition:filter .15s ease}.btn-primary{background-image:linear-gradient(var(--green-hi),var(--green-lo));color:#fff}.btn-primary:hover{background-image:linear-gradient(var(--green-hi-hover),var(--green-lo-hover))}.btn-primary:disabled{opacity:.65;cursor:default}.nav{display:flex;align-items:center;justify-content:space-between;gap:16px;width:100%;max-width:1400px;margin:0 auto;padding:22px clamp(18px,4vw,48px)}.site-nav{position:absolute;top:0;left:0;right:0;z-index:20}.nav-links{display:flex;gap:clamp(16px,2.5vw,32px);margin-left:auto;margin-right:clamp(12px,2vw,28px)}.nav-link{font-size:15px;font-weight:600;text-decoration:none;color:#ffffffd1;transition:color .15s ease}.nav-link:hover,.nav-link.active{color:var(--green-hi)}.brand{display:flex;align-items:center;gap:12px}.brand-word{width:168px}.nav-cta{padding:12px 20px}@media (max-width: 620px){.nav-links{display:none}}.hero{position:relative;min-height:clamp(560px,84vh,880px);display:flex;flex-direction:column;background:var(--navy) url(/assets/0_bg_main.jpg) center / cover no-repeat}.hero:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#0a102857}.hero .nav,.hero-content{position:relative;z-index:1}.hero-content{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:clamp(28px,4.5vh,56px);max-width:calc(920px + 2*clamp(18px,5vw,56px));margin:0 auto;padding:24px clamp(18px,5vw,56px) 56px;text-align:center;color:#fff}.hero-badge{display:inline-block;padding:7px 16px;font-family:Inter,sans-serif;font-size:13px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--green-hi);background:#7ae5451f;border:1px solid rgba(122,229,69,.45);border-radius:999px}.hero h1{margin:0;font-size:clamp(44px,9vw,128px);font-weight:500;line-height:1;letter-spacing:-.04em;color:#fff}.hero-p{max-width:720px;margin:0;font-size:clamp(16px,2vw,24px);line-height:1.5;color:#fff}.join-anchor{width:100%;max-width:520px;scroll-margin-top:40px}.microcopy{margin:14px 0 0;font-size:14px;line-height:1.5;color:#ffffffc7}.waitlist{display:flex;gap:16px;width:100%}.field{flex:1 1 auto;min-width:0;height:64px;font:inherit;font-size:17px;color:var(--slate);background:var(--field-bg);border:none;border-radius:var(--radius);padding:0 18px}.field:focus{outline:none;box-shadow:0 0 0 3px #7ae54580}.waitlist .btn-primary{flex:0 0 auto;height:64px;font-size:17px;padding:0 22px}.waitlist-error{flex:1 0 100%;margin:8px 4px 0;font-size:14px;text-align:left;color:#ffb1be}.cta .waitlist-error{color:#c81e3f}.waitlist-success{display:flex;align-items:center;gap:14px;text-align:left;background:#7ae54524;border:1px solid rgba(122,229,69,.55);border-radius:16px;padding:18px 20px}.waitlist-success .check{flex:0 0 auto;display:grid;place-items:center;width:36px;height:36px;font-weight:700;color:#fff;background-image:linear-gradient(var(--green-hi),var(--green-lo));border-radius:50%}.waitlist-success strong{font-size:16px;color:#fff}.waitlist-success p{margin:2px 0 0;font-size:13px;color:#ffffffbf}.waitlist-success.on-light{background:#00734d14;border-color:#00734d66}.waitlist-success.on-light strong{color:var(--navy)}.waitlist-success.on-light p{color:var(--slate)}.features{display:grid;gap:80px;width:90%;max-width:1400px;margin:clamp(56px,9vw,120px) auto 120px}.feature{display:flex;justify-content:space-between;align-items:stretch;height:clamp(440px,44vw,640px);border-radius:24px;padding:0 clamp(28px,6vw,120px);background-image:var(--feature-bg);background-position:50%;background-size:cover;background-repeat:no-repeat;overflow:hidden;color:#fff}.feature.reverse{flex-direction:row-reverse}.feature-text{align-self:center;max-width:420px;padding:48px 0}.feature-text h2{margin:0 0 24px;font-size:clamp(32px,3.4vw,48px);font-weight:600;line-height:1;color:#fff}.feature-text p{margin:0 0 36px;font-size:17px;line-height:1.55;color:#fff}.feature-phone{flex:0 0 auto;align-self:flex-start;width:clamp(200px,22vw,292px);margin-top:56px}.feature-phone img{width:100%;display:block}.testimonials{background:var(--band-bg);padding:clamp(56px,8vw,120px) clamp(18px,4vw,48px)}.testimonial-grid{display:flex;gap:40px;justify-content:center;max-width:1400px;margin:0 auto}.testimonial{flex:1 1 0;max-width:640px;display:flex;flex-direction:column;justify-content:space-between;gap:40px;margin:0;background:#fff;border-radius:var(--radius);padding:clamp(24px,4vw,40px) clamp(24px,5vw,80px)}.testimonial blockquote{margin:auto 0;font-family:Playfair Display,serif;font-style:italic;font-size:clamp(20px,2.2vw,28px);line-height:1.25;letter-spacing:-.6px;text-align:center;color:var(--navy)}.testimonial figcaption{display:flex;align-items:center;gap:16px}.testimonial figcaption img{width:64px;height:64px;border-radius:50%}.person-info{display:flex;flex-direction:column;gap:4px}.t-name{font-weight:600;color:var(--navy)}.t-detail{font-size:13px;color:var(--slate)}.cta{display:flex;align-items:center;justify-content:space-between;gap:clamp(32px,6vw,80px);width:90%;max-width:1400px;min-height:clamp(420px,44vw,640px);margin:0 auto;padding:clamp(40px,6vw,80px) 0 0;overflow:visible}.cta-left{flex:1 1 480px;max-width:640px}.cta h2{margin:0 0 48px;font-size:clamp(40px,5vw,72px);font-weight:600;line-height:1;letter-spacing:-2px;color:var(--navy)}.cta-phone{flex:0 1 560px;align-self:flex-end}.cta-phone img{width:100%;max-width:680px}.page-hero{position:relative;display:flex;align-items:center;min-height:clamp(420px,60vh,620px);padding:132px clamp(18px,5vw,56px) clamp(56px,8vw,96px);background:var(--navy);color:#fff;overflow:hidden}.page-hero-dark{background:radial-gradient(120% 140% at 50% 0%,rgba(122,229,70,.12),transparent 55%),var(--navy)}.page-hero-photo{background:var(--navy) var(--page-hero-bg) center / cover no-repeat}.page-hero-photo:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0a10289e,#0a1028d1)}.page-hero-inner{position:relative;z-index:1;width:100%;max-width:1000px;margin:0 auto}.page-hero-inner.narrow{max-width:760px;text-align:center}.page-hero h1{margin:18px 0 0;font-family:Work Sans,sans-serif;font-size:clamp(36px,5.4vw,72px);font-weight:500;line-height:1.04;letter-spacing:-.03em;color:#fff}.page-lede{max-width:680px;margin:20px 0 0;font-size:clamp(16px,2vw,20px);line-height:1.6;color:#ffffffdb}.narrow .page-lede{margin-left:auto;margin-right:auto}.join-anchor.centered{margin:28px auto 0}.narrow .microcopy{text-align:center}.mission-statement{max-width:1100px;margin:0 auto;padding:clamp(56px,10vw,120px) clamp(18px,5vw,56px);text-align:center}.mission-statement h2{margin:0;font-family:Work Sans,sans-serif;font-size:clamp(28px,4.2vw,52px);font-weight:600;line-height:1.15;letter-spacing:-.4px;color:var(--navy)}.about-split{display:grid;grid-template-columns:1fr 1fr;gap:clamp(32px,6vw,80px);align-items:center;max-width:1140px;margin:0 auto;padding:0 clamp(18px,5vw,56px) clamp(56px,9vw,110px)}.about-split-media img{width:100%;height:100%;max-height:460px;object-fit:cover;border-radius:22px;box-shadow:0 24px 50px #0d0f5029}.about-split-text .eyebrow{display:inline-block;margin-bottom:14px;font-size:13px;font-weight:700;letter-spacing:1.2px;text-transform:uppercase;color:var(--green-deep, #288b3d)}.about-split-text p{margin:0;font-size:17px;line-height:1.7;color:var(--slate)}.about-cta{flex-direction:column;text-align:center}.about-cta .cta-left{max-width:720px}.cta-copy{margin:0 auto 18px;color:#ffffffd6;line-height:1.65}.cta-tagline{margin:0 auto 28px;font-family:Playfair Display,serif;font-style:italic;font-size:clamp(20px,2.4vw,28px);color:var(--green-hi)}.about-cta .waitlist{margin-left:auto;margin-right:auto}@media (max-width: 800px){.about-split{grid-template-columns:1fr}.about-split-media{order:-1}}.footer{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:16px;min-height:160px;background:#000;padding:32px clamp(18px,4vw,48px)}.footer-muted{font-size:13px;color:#fff9}@media (max-width: 900px){.feature,.feature.reverse{flex-direction:column;align-items:center;text-align:center;height:auto;padding:clamp(200px,46vw,320px) 24px 0;background-size:100% auto;background-position:50% 0}.feature{background-image:linear-gradient(#0000 12%,#000 38%),var(--feature-bg)}.feature-text{padding:24px 0 8px;max-width:480px}.feature-phone{align-self:center;width:200px;margin-top:32px}.testimonial-grid{flex-direction:column;align-items:center}.cta{flex-direction:column;text-align:center}.cta h2{margin-bottom:32px}.cta-phone{align-self:center;flex-basis:auto;max-width:360px}}@media (max-width: 540px){.waitlist{flex-direction:column}.waitlist .btn-primary{width:100%}.brand-word{width:120px}.nav-cta{padding:10px 16px;font-size:14px}}
