:root{--orange:#72dfa7;--cream:#f5f7f4;--white:#fff;--plum:#101c32;--mint:#72dfa7;--text:#111827;--line:rgba(16,28,50,0.16);--content:1105px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--plum);color:var(--text);font-family:Inter,Arial,sans-serif;font-weight:500}a{color:inherit;text-decoration:none}p{line-height:1.42}.container{width:min(var(--content),calc(100% - 48px));margin-inline:auto}.photo{position:relative;overflow:hidden;margin:0}.photo img{object-fit:cover}.crop-left img{object-position:20% center}.crop-center img{object-position:50% center}.crop-right img{object-position:78% center}blockquote,h1,h2,h3{font-family:Impact,Arial Narrow,sans-serif;font-weight:700;letter-spacing:-.035em}.site-header{display:grid;width:min(var(--content),calc(100% - 48px));height:64px;grid-template-columns:1fr auto 1fr;align-items:center;margin:0 auto;background:var(--plum);color:#fff}.brand{display:inline-flex;align-items:center;gap:11px;width:max-content}.brand img{border-radius:9px}.brand .wordmark{display:inline-block;font-family:Avenir Next,Avenir,Futura,sans-serif;font-size:1.28rem;font-weight:900;line-height:1;letter-spacing:-.025em}.site-header nav{display:flex;gap:29px;font-size:.91rem;font-weight:800}.site-header nav a{display:inline-flex;align-items:center;gap:5px}.site-header nav a svg{width:14px;height:14px;flex:0 0 auto;stroke-width:2.4}.header-actions{display:flex;justify-self:end;gap:8px}.header-actions button{display:flex;height:44px;align-items:center;justify-content:center;border:0;border-radius:999px;background:rgba(255,255,255,.12);color:#fff;padding:0 17px;font:inherit;font-weight:800}.hero{position:relative;overflow:hidden;width:100%;height:824px;border-radius:17px 17px 0 0;background:var(--cream)}.hero-inner{display:grid;width:min(var(--content),calc(100% - 48px));height:100%;grid-template-columns:58% 42%;margin:0 auto}.hero-copy{display:flex;align-items:center;flex-direction:column;padding:120px 64px 42px 0;text-align:center}.hero h1{align-self:flex-start;max-width:610px;margin:0;text-align:left;font-size:clamp(4.5rem,5.8vw,5rem);line-height:.94;letter-spacing:-.045em;white-space:nowrap}.hero-title-accent{color:var(--mint)}.hero-intro{align-self:flex-start;max-width:560px;margin:30px 0 0;font-size:1.32rem;line-height:1.38;text-align:left}.hero-actions{display:flex;align-self:flex-start;flex-wrap:wrap;align-items:center;justify-content:flex-start;gap:10px;margin-top:32px}.pill{display:inline-flex;min-height:58px;align-items:center;justify-content:center;gap:12px;border:1px solid transparent;border-radius:16px;padding:0 22px;font-size:.94rem;font-weight:850}.pill svg{width:17px;height:17px;flex:none;stroke-width:2.4;transition:transform .2s ease}.pill:hover svg{transform:translateX(3px)}.pill.plum{background:var(--plum);color:#fff}.pill.white{background:#fff}.plain-link{margin-left:13px;border-bottom:1px solid;padding:15px 3px 8px;font-weight:800}.hero-proof{display:flex;flex-wrap:wrap;justify-content:center;gap:12px 22px;margin:auto 0 12px;padding:0;list-style:none;font-size:.76rem;font-weight:800}.hero-proof li:before{content:"✓";display:inline-grid;width:19px;height:19px;place-items:center;margin-right:7px;border-radius:50%;background:var(--plum);color:#fff;font-size:.65rem}.hero-copy small{font-size:.72rem}.hero-collage{position:relative;overflow:hidden;margin:10px 0 10px 36px;border-radius:17px;background:var(--plum)}.hero-photo{--photo-rotation:0deg;--hover-x:0;--hover-y:0;position:absolute;border:5px solid var(--cream);animation:hero-photo-drift-a 18s ease-in-out infinite alternate;will-change:transform}.hero-photo img{transform:scale(1.015);transition:transform .9s cubic-bezier(.2,.75,.25,1)}.hero-photo.one{--photo-rotation:-4deg;--hover-x:5px;--hover-y:-4px;top:25px;left:-8px;width:48%;height:300px}.hero-photo.two{--photo-rotation:-8deg;--hover-x:-5px;--hover-y:5px;top:-20px;right:-22px;width:42%;height:310px;animation-name:hero-photo-drift-b;animation-duration:22s;animation-direction:alternate-reverse}.hero-photo.three{--photo-rotation:1deg;--hover-x:-6px;--hover-y:-3px;top:245px;left:105px;width:65%;height:370px;z-index:3;animation-duration:25s;animation-delay:-8s}.hero-photo.four{--photo-rotation:7deg;--hover-x:5px;--hover-y:5px;right:-40px;bottom:-25px;width:45%;height:300px;z-index:4;animation-name:hero-photo-drift-b;animation-duration:20s;animation-delay:-13s}.hero-photo.five{--photo-rotation:-6deg;--hover-x:-4px;--hover-y:5px;bottom:-18px;left:-35px;width:48%;height:245px;z-index:2;animation-name:hero-photo-drift-b;animation-duration:23s;animation-delay:-5s;animation-direction:alternate-reverse}@keyframes hero-photo-drift-a{0%{transform:translateZ(0) rotate(var(--photo-rotation))}48%{transform:translate3d(7px,-6px,0) rotate(calc(var(--photo-rotation) + .55deg))}to{transform:translate3d(-5px,7px,0) rotate(calc(var(--photo-rotation) - .4deg))}}@keyframes hero-photo-drift-b{0%{transform:translateZ(0) rotate(var(--photo-rotation))}52%{transform:translate3d(-7px,-5px,0) rotate(calc(var(--photo-rotation) - .5deg))}to{transform:translate3d(6px,6px,0) rotate(calc(var(--photo-rotation) + .4deg))}}@media (hover:hover) and (pointer:fine){.hero-collage:hover .hero-photo img{transform:translate3d(var(--hover-x),var(--hover-y),0) scale(1.065)}}@media (prefers-reduced-motion:reduce){.hero-photo{animation:none;transform:rotate(var(--photo-rotation));will-change:auto}.hero-photo img{transition:none}}.audience-section{background:#fff;padding:16px 0}.group-type-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:8px;gap:8px;padding:0 16px}.group-type-card{position:relative;overflow:hidden;height:390px;border-radius:18px;background:var(--plum);color:#fff}.group-type-card:after{position:absolute;inset:0;background:linear-gradient(180deg,transparent 40%,rgba(8,17,33,.88));content:""}.group-type-card img{object-fit:cover;transition:transform .45s ease}.group-type-card>span{position:absolute;z-index:1;right:24px;bottom:22px;left:24px;display:flex;align-items:center;justify-content:space-between}.group-type-card strong{font-family:Impact,Arial Narrow,sans-serif;font-size:clamp(2rem,3.2vw,3.4rem);letter-spacing:-.025em;line-height:.9}.group-type-card svg{width:30px;height:30px;flex:0 0 auto}@media (hover:hover) and (pointer:fine){.group-type-card:hover img{transform:scale(1.045)}.group-type-card:hover svg{transform:translateX(4px)}}.center-heading{display:flex;align-items:center;flex-direction:column;text-align:center}.center-heading h2{max-width:760px;margin:0;font-size:5.25rem;line-height:.88}.center-heading>span:not(.tag){margin-top:38px;font-size:.78rem;font-weight:900;text-transform:uppercase}.center-heading>strong{margin-top:7px;font-size:1.12rem}.audience-row{display:grid;min-height:850px;grid-template-columns:1fr 1fr;align-items:center;grid-gap:70px;gap:70px;padding:75px 40px}.audience-copy h3{margin:0;font-size:5.6rem;line-height:.84}.audience-copy>p{margin:28px 0;font-size:1.03rem}.chips{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:32px}.chips span{border:1px solid var(--line);border-radius:999px;padding:9px 12px;font-size:.78rem}.audience-photo{height:680px;border-radius:24px}.audience-row.reverse .audience-copy{order:2}.group-page{background:#fff}.group-page>.site-header{width:100%;padding-inline:max(24px,calc((100% - var(--content)) / 2))}.group-page-hero{position:relative;isolation:isolate;display:flex;min-height:780px;align-items:flex-end;overflow:hidden;color:#fff}.group-page-hero>img{z-index:0;object-fit:cover}.group-page-hero-overlay{position:absolute;z-index:1;inset:0;background:linear-gradient(90deg,rgba(9,19,36,.91),rgba(9,19,36,.64) 48%,transparent 82%),linear-gradient(0deg,rgba(9,19,36,.55),transparent 55%)}.group-page-hero-copy{position:relative;z-index:2;padding-bottom:82px}.group-page-back,.group-page-benefits header>span,.group-page-cta span,.group-page-hero-copy>span,.group-page-moment-copy>span{display:block;font-size:.72rem;font-weight:900;letter-spacing:.11em;text-transform:uppercase}.group-page-back{width:max-content;margin-bottom:58px;border-bottom:1px solid rgba(255,255,255,.55);padding-bottom:5px}.group-page-hero h1{max-width:820px;margin:18px 0 24px;font-size:clamp(5rem,8vw,8.3rem);line-height:.84}.group-page-hero p{max-width:600px;margin:0 0 30px;font-size:1.12rem}.group-page-hero small{display:block;margin-top:18px;color:rgba(255,255,255,.78)}.group-page-moment{background:var(--cream);padding:125px 0}.group-page-moment>.container{display:grid;grid-template-columns:.85fr 1.15fr;align-items:start;grid-gap:110px;gap:110px}.group-page-benefits h2,.group-page-cta h2,.group-page-moment h2{margin:18px 0 24px;font-size:clamp(4rem,6.5vw,6.8rem);line-height:.88}.group-page-moment-copy p{max-width:520px;font-size:1.05rem}.group-page-flow{display:grid;grid-gap:10px;gap:10px}.group-page-flow article{display:grid;min-height:150px;grid-template-columns:74px 1fr;align-items:center;border:1px solid var(--line);border-radius:18px;background:#fff;padding:26px}.group-page-flow article:nth-child(2){background:var(--mint)}.group-page-flow svg{width:50px;height:50px;grid-row:1/span 2;stroke-width:1.5}.group-page-flow strong{align-self:end;font-size:1.1rem}.group-page-flow p{align-self:start;margin:6px 0 0;font-size:.86rem}.group-page-benefits{padding:125px 0}.group-page-benefits header{max-width:850px}.group-benefit-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:10px;gap:10px;margin-top:72px}.group-benefit-grid article{min-height:300px;border-radius:18px;background:var(--cream);padding:28px}.group-benefit-grid article:nth-child(2),.group-benefit-grid article:nth-child(5){background:var(--mint)}.group-benefit-grid svg{width:54px;height:54px;stroke-width:1.4}.group-benefit-grid h3{margin:92px 0 12px;font-family:Inter,Arial,sans-serif;font-size:1.12rem;letter-spacing:0}.group-benefit-grid p{margin:0;font-size:.9rem}.group-page-cta{background:var(--plum);color:#fff;padding:125px 0;text-align:center}.group-page-cta .container{display:flex;align-items:center;flex-direction:column}.group-page-cta h2{max-width:920px}.group-page-cta p{max-width:570px;margin:0 0 30px}.group-page-footer{margin-top:0}.problem-section{min-height:980px;background:var(--cream);padding:135px 0 90px}.problem-copy{display:flex;align-items:center;flex-direction:column;text-align:center}.problem-copy h2{max-width:790px;margin:0;font-size:4.5rem;line-height:1.03}.problem-copy p{max-width:590px;margin:28px 0 0;font-size:1.1rem}.metrics{display:grid;grid-template-columns:repeat(4,1fr);margin-top:105px;border-top:1px solid var(--line)}.metrics article{min-height:220px;border-right:1px solid var(--line);padding:24px}.metrics article:last-child{border-right:0}.metrics strong{font-family:Impact,Arial Narrow,sans-serif;font-size:4.4rem;line-height:1}.metrics p{max-width:190px;margin:22px 0 0;font-size:.82rem;font-weight:800}.ecosystem-section{background:#fff;padding:130px 0}.ecosystem-section .center-heading p,.onboarding-section .center-heading p{max-width:670px;margin:25px 0 0;font-size:1.04rem}.ecosystem-map{display:grid;grid-template-columns:1fr 150px 1fr;align-items:stretch;margin-top:90px}.ecosystem-map article{position:relative;min-height:510px;border:1px solid var(--line);border-radius:24px;background:var(--cream);padding:42px}.ecosystem-map article>svg{width:66px;height:66px;color:var(--plum);stroke-width:1.35}.ecosystem-map article>span{display:block;margin-top:50px;font-size:.72rem;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.ecosystem-map h3{margin:12px 0 20px;font-size:3.4rem;line-height:.9}.ecosystem-map p{max-width:400px}.ecosystem-map ul{margin:28px 0 0;padding:0;list-style:none}.ecosystem-map li{border-top:1px solid var(--line);padding:12px 0;font-size:.82rem;font-weight:800}.ecosystem-map li:before{content:"✓";margin-right:9px;color:#27885c}.ecosystem-core{z-index:2;display:flex;width:180px;height:180px;align-items:center;align-self:center;justify-content:center;flex-direction:column;border:9px solid #fff;border-radius:50%;background:var(--mint);margin-left:-15px;text-align:center}.ecosystem-core strong{font-size:1.4rem}.ecosystem-core span{max-width:115px;margin-top:5px;font-size:.68rem;line-height:1.25}.section-heading>span{display:block;font-size:.72rem;font-weight:900;letter-spacing:.11em;text-transform:uppercase}.section-heading h2{max-width:760px;margin:20px 0 0;font-size:5.25rem;line-height:.88}.section-heading>p{max-width:610px;margin:25px 0 0;font-size:1.04rem}.workflow-section{background:var(--plum);color:#fff;padding:130px 0}.workflow-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:12px;gap:12px;margin-top:75px}.workflow-grid article{position:relative;min-height:330px;border:1px solid rgba(255,255,255,.14);border-radius:18px;background:rgba(255,255,255,.05);padding:28px}.workflow-grid article:nth-child(2),.workflow-grid article:nth-child(5){background:var(--mint);color:var(--plum)}.workflow-grid article>span{font-size:.7rem;font-weight:900;letter-spacing:.1em}.workflow-grid article>svg{position:absolute;top:28px;right:28px;width:52px;height:52px;stroke-width:1.35}.workflow-grid h3{margin:120px 0 14px;font-size:2.35rem;line-height:.95}.workflow-grid p{margin:0;font-size:.86rem}.features-section{min-height:1624px;background:var(--cream);padding:120px 0 70px}.center-heading.compact h2{max-width:700px;font-size:4.6rem}.center-heading.compact p{max-width:630px;margin:22px 0 0;font-size:1rem}.feature-columns{display:grid;grid-template-columns:1fr 1fr;grid-gap:88px;gap:88px;margin-top:88px}.feature-column h3{margin:0;font-size:5.25rem;line-height:.88}.feature-column>p{min-height:58px;margin:22px 0 25px}.feature-cards{display:grid;grid-template-columns:1fr 1fr;grid-gap:11px;gap:11px}.feature-cards article{position:relative;overflow:hidden;height:190px;border:1px solid rgba(43,40,79,.1);border-radius:14px;background:var(--feature-bg,#fff);color:var(--plum)}.feature-cards article:nth-child(3n+2){--feature-bg:var(--mint)}.feature-cards article:nth-child(3n){--feature-bg:#ddd8eb}.feature-cards article:after{position:absolute;right:-28px;bottom:-46px;width:132px;height:132px;border:1px solid rgba(43,40,79,.12);border-radius:50%;content:""}.feature-cards article>span,.feature-cards article>strong{position:absolute;z-index:2}.feature-cards article>span{top:14px;left:14px;font-size:.7rem;font-weight:800;letter-spacing:.08em}.feature-cards article>svg{position:absolute;top:26px;right:22px;width:62px;height:62px;color:var(--plum);stroke-width:1.35}.feature-cards article>strong{right:14px;bottom:14px;left:14px;font-size:1rem}.feature-column>.pill{margin-top:24px}.onboarding-section{background:#fff;padding:130px 0}.onboarding-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:12px;gap:12px;margin-top:80px}.onboarding-grid article{min-height:350px;border:1px solid var(--line);border-radius:18px;background:var(--cream);padding:24px}.onboarding-grid article>div{display:flex;align-items:center;justify-content:space-between}.onboarding-grid article>div span{font-size:.72rem;font-weight:900;letter-spacing:.1em}.onboarding-grid article svg{width:44px;height:44px;stroke-width:1.4}.onboarding-grid h3{margin:120px 0 14px;font-size:2.3rem;line-height:.95}.onboarding-grid p{margin:0;font-size:.83rem}.onboarding-note{display:grid;grid-template-columns:auto 1fr auto;align-items:center;grid-gap:24px;gap:24px;margin-top:18px;border-radius:18px;background:var(--mint);padding:24px 26px}.onboarding-note strong{font-size:1.1rem}.onboarding-note p{margin:0;font-size:.85rem}.steps-section{min-height:1268px;background:var(--cream);padding:120px 0}.steps-section h2{margin:0 0 70px;font-size:5.25rem;line-height:.88}.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:36px;gap:36px}.step-photo{height:540px;border-radius:18px}.steps-grid article>span{display:grid;width:44px;height:44px;place-items:center;margin-top:28px;border-radius:50%;background:var(--plum);color:#fff;font-family:Impact,sans-serif;font-size:1.2rem}.steps-grid h3{margin:20px 0 12px;font-size:2.8rem;line-height:.96}.steps-grid p{margin:0;font-size:.9rem}.stories-section{overflow:hidden;min-height:1439px;background:var(--cream);padding:120px 0}.stories-section .center-heading h2{max-width:880px}.story-strip{display:grid;height:520px;grid-template-columns:repeat(3,430px);justify-content:center;grid-gap:16px;gap:16px;margin-top:90px}.story-strip .photo{border-radius:18px}.testimonial{display:grid;width:min(930px,calc(100% - 48px));grid-template-columns:60px 1fr 60px;align-items:center;grid-gap:28px;gap:28px;margin:70px auto 0}.testimonial button{width:50px;height:50px;border:1px solid var(--line);border-radius:50%;background:#fff;color:var(--plum);font-size:1.3rem}.testimonial div{display:flex;align-items:center;flex-direction:column;text-align:center}.testimonial span{font-size:.76rem;font-weight:900;text-transform:uppercase}.testimonial blockquote{max-width:760px;margin:22px auto 0;font-size:2.7rem;line-height:1.03}.board-section{min-height:2256px;background:#fff;padding:120px 0}.tag{display:inline-flex;border-radius:999px;background:var(--mint);color:var(--plum);padding:9px 13px;font-size:.72rem;font-weight:900;text-transform:uppercase}.board-section .center-heading h2{max-width:720px;margin-top:28px}.board-section .center-heading p{max-width:650px;margin:26px 0 0;font-size:1.04rem}.board-how{display:grid;grid-template-columns:1fr 1fr;grid-gap:70px;gap:70px;align-items:center;margin-top:105px;padding:0 48px}.board-benefits h3,.board-how h3,.member-layout h3{margin:0;font-size:5.4rem;line-height:.88}.board-how ol{margin:38px 0 30px;padding:0;list-style:none}.board-how li{display:flex;align-items:center;gap:13px;border-top:1px solid var(--line);padding:15px 0;font-weight:800}.board-how li b{display:grid;width:27px;height:27px;place-items:center;border-radius:50%;background:var(--mint);color:var(--plum);font-size:.75rem}.board-photo{height:760px;border-radius:20px}.board-benefits{display:flex;align-items:center;flex-direction:column;margin-top:150px;text-align:center}.board-benefits h3{max-width:850px;font-size:3rem}.board-benefits ul{display:grid;width:100%;max-width:800px;grid-template-columns:1fr 1fr;grid-gap:0 40px;gap:0 40px;margin:45px 0;padding:0;list-style:none;text-align:left}.board-benefits li{border-top:1px solid var(--line);padding:18px 0;font-weight:800}.board-benefits li:before{content:"✓";margin-right:12px;color:#27885c}.members-section{min-height:1375px;background:var(--cream);padding:120px 0}.members-section .center-heading h2{max-width:720px;margin:28px 0 36px}.member-layout{display:grid;grid-template-columns:1fr 1fr;grid-gap:70px;gap:70px;align-items:center;margin-top:100px}.member-photos{position:relative;height:620px}.member-photos .photo{position:absolute;width:55%;height:440px;border:5px solid var(--cream);border-radius:15px}.member-photos .photo:first-child{top:0;left:0;transform:rotate(-5deg)}.member-photos .photo:nth-child(2){top:90px;left:25%;transform:rotate(2deg)}.member-photos .photo:nth-child(3){right:0;bottom:0;transform:rotate(7deg)}.member-layout h3{font-size:3.2rem}.member-layout ul{margin:35px 0 0;padding:0;list-style:none}.member-layout li{border-top:1px solid var(--line);padding:18px 0;font-weight:800}.member-layout li:before{content:"✓";margin-right:12px;color:#27885c}.trust-content-section{background:var(--plum);color:#fff;padding:130px 0}.section-heading.light>p{color:rgba(255,255,255,.72)}.trust-content-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:12px;gap:12px;margin-top:75px}.trust-content-grid article{min-height:330px;border:1px solid rgba(255,255,255,.15);border-radius:18px;padding:28px}.trust-content-grid svg{width:48px;height:48px;color:var(--mint);stroke-width:1.4}.trust-content-grid h3{margin:90px 0 14px;font-size:2.15rem;line-height:.96}.trust-content-grid p{margin:0;color:rgba(255,255,255,.72);font-size:.83rem}.trust-callout{display:flex;align-items:center;gap:22px;margin-top:18px;border-radius:18px;background:var(--mint);color:var(--plum);padding:25px 30px}.trust-callout>svg{width:48px;height:48px;flex:none;stroke-width:1.5}.trust-callout strong{font-size:1.05rem}.trust-callout p{margin:5px 0 0;font-size:.83rem}.faq-section{background:#fff;padding:130px 0}.faq-layout{display:grid;grid-template-columns:38% 1fr;grid-gap:90px;gap:90px;align-items:start}.faq-layout>header{position:-webkit-sticky;position:sticky;top:90px}.faq-layout>header svg{width:54px;height:54px;color:var(--plum);stroke-width:1.35}.faq-layout>header span{display:block;margin-top:35px;font-size:.72rem;font-weight:900;letter-spacing:.11em;text-transform:uppercase}.faq-layout h2{margin:18px 0 0;font-size:4.7rem;line-height:.88}.faq-layout>header p{margin:24px 0 0}.faq-list{border-top:1px solid var(--line)}.faq-list details{border-bottom:1px solid var(--line)}.faq-list summary{position:relative;cursor:pointer;list-style:none;padding:25px 48px 25px 0;font-size:1rem;font-weight:850}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary:after{position:absolute;top:21px;right:0;display:grid;width:31px;height:31px;place-items:center;border-radius:50%;background:var(--cream);content:"+";font-size:1.25rem}.faq-list details[open] summary:after{content:"–"}.faq-list details p{max-width:650px;margin:0;padding:0 48px 26px 0;color:#4b5563;font-size:.9rem}.cta-section{min-height:757px;background:var(--cream);padding:120px 0}.cta-card{position:relative;overflow:hidden;width:min(1105px,calc(100% - 32px));height:517px;margin:auto;border-radius:24px;background:var(--plum);color:#fff;padding:62px 48% 60px 48px}.cta-card h2{margin:0;font-size:5.8rem;line-height:.84}.cta-card p{max-width:510px;margin:28px 0}.cta-card>div>div{display:flex;gap:10px}.pill.mint{background:var(--mint);color:var(--plum)}.pill.outline{border-color:rgba(255,255,255,.45)}.cta-photo{right:-25px;bottom:-55px;width:43%;height:520px;transform:rotate(5deg)}.cta-photo,.cta-photo-small{position:absolute;border:6px solid var(--cream)}.cta-photo-small{right:27%;bottom:-105px;width:31%;height:390px;transform:rotate(-8deg)}.site-footer{display:grid;grid-template-columns:2fr repeat(3,1fr);grid-gap:70px;gap:70px;background:var(--cream);padding:90px max(24px,calc((100vw - var(--content)) / 2)) 40px}.site-footer .brand .wordmark{font-size:1.18rem}.footer-intro p{max-width:390px}.site-footer nav{display:flex;align-items:flex-start;flex-direction:column;gap:13px;font-size:.86rem}.site-footer nav strong{margin-bottom:12px}.footer-bottom{display:flex;grid-column:1/-1;justify-content:space-between;border-top:1px solid var(--line);margin-top:25px;padding-top:25px;font-size:.76rem}.floating-cta{position:fixed;z-index:20;right:18px;bottom:18px;display:flex;height:50px;align-items:center;gap:10px;border-radius:999px;background:var(--mint);color:var(--plum);box-shadow:0 12px 35px rgba(16,28,50,.24);padding:0 22px;font-size:.82rem;font-weight:850}.floating-cta svg{width:17px;height:17px;stroke-width:2.4;transition:transform .2s ease}.floating-cta:hover svg{transform:translateX(3px)}.legal-page{min-height:100vh;overflow-x:hidden;background:var(--plum)}.legal-site-header{position:relative}.legal-page>.legal{width:100%;margin:0;padding:92px 0 104px;border-radius:17px 17px 0 0;background:var(--cream)}.legal-page>.legal>*{width:min(760px,calc(100% - 48px));margin-inline:auto}.legal h1{margin-top:0;margin-bottom:24px;color:var(--plum);font-size:clamp(4rem,8vw,6.5rem);line-height:.9}.legal .eyebrow{margin-bottom:18px;color:#546274;font-size:.78rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.legal .lead{margin-bottom:54px;color:#27364a;font-size:1.24rem;line-height:1.55}.legal h2{margin-top:52px;margin-bottom:13px;color:var(--plum);font-size:2rem;line-height:1.05}.legal p,.legal-list,.legal-rights dd{color:#526074;line-height:1.72}.legal p{margin-top:0;margin-bottom:16px}.legal a{color:#0c6b4a;font-weight:750;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px}.legal-fineprint{font-size:.92rem}.legal-list{padding-left:22px}.legal-list li{margin-bottom:7px}.legal-table-scroll{overflow-x:auto;margin-top:22px;margin-bottom:22px;border:1px solid var(--line);border-radius:18px;background:var(--white)}.legal-table{width:100%;border-collapse:collapse;font-size:.92rem;text-align:left}.legal-table td,.legal-table th{padding:14px 16px;border-bottom:1px solid var(--line);vertical-align:top}.legal-table tr:last-child td,.legal-table tr:last-child th{border-bottom:0}.legal-table thead th{color:var(--plum);font-size:.76rem;font-weight:900;letter-spacing:.04em;text-transform:uppercase;white-space:nowrap}.legal-table tbody th{min-width:150px;color:var(--plum)}.legal-table td{min-width:190px;color:#526074;line-height:1.55}.legal-rights{padding:0;border-top:1px solid var(--line)}.legal-rights div{padding:16px 0;border-bottom:1px solid var(--line)}.legal-rights dt{color:var(--plum);font-weight:850}.legal-rights dd{margin:5px 0 0}.legal-site-footer{margin-top:0}@media (max-width:1000px){.site-header{grid-template-columns:1fr auto}.site-header nav{display:none}.hero{height:auto;min-height:1080px}.hero-inner{min-height:1080px;grid-template-columns:1fr}.hero-copy{padding:100px 24px 40px}.hero h1{max-width:700px;font-size:5.75rem}.hero h1,.hero-intro{align-self:center;text-align:center}.hero-intro{margin-inline:auto}.hero-actions{align-self:center;justify-content:center}.hero-collage{height:500px;margin:0 0 12px}.hero-proof{margin-top:45px}.audience-row{min-height:0;grid-template-columns:1fr;padding:90px 0}.audience-row.reverse .audience-copy{order:0}.audience-photo{height:560px}.group-page-moment>.container{grid-template-columns:1fr;gap:65px}.group-benefit-grid{grid-template-columns:1fr 1fr}.ecosystem-map{grid-template-columns:1fr}.ecosystem-core{margin:-20px auto}.workflow-grid{grid-template-columns:1fr 1fr}.board-how,.feature-columns,.member-layout{grid-template-columns:1fr}.features-section{height:auto}.feature-columns{gap:100px}.onboarding-grid,.trust-content-grid{grid-template-columns:1fr 1fr}.board-how{padding:0}.faq-layout{grid-template-columns:1fr}.faq-layout>header{position:static}.cta-card{padding-right:40%}.site-footer{grid-template-columns:1.4fr repeat(3,1fr)}}@media (max-width:700px){.container{width:min(var(--content),calc(100% - 32px))}.site-header{width:calc(100% - 32px)}.brand strong{font-size:1.15rem}.header-actions button{display:none}.hero,.hero-inner{min-height:1030px}.hero-inner{width:calc(100% - 32px)}.hero-copy{padding-top:85px}.hero h1{max-width:100%;font-size:clamp(2.2rem,10vw,3.2rem)}.hero-intro{font-size:1rem}.hero-actions,.hero-intro{margin-top:28px}.plain-link{width:100%;margin:0;text-align:center}.hero-proof{gap:8px 12px}.hero-collage{height:390px}.hero-photo.one{width:55%;height:220px}.hero-photo.two{width:48%;height:220px}.hero-photo.three{top:160px;left:50px;width:67%;height:250px}.hero-photo.four{height:200px}.hero-photo.five{bottom:-20px;left:-18px;width:45%;height:180px}.audience-section,.board-section,.cta-section,.ecosystem-section,.faq-section,.features-section,.members-section,.onboarding-section,.problem-section,.steps-section,.stories-section,.trust-content-section,.workflow-section{min-height:0;padding:85px 0}.audience-section{padding:10px 0}.group-type-strip{display:flex;gap:8px;overflow-x:auto;padding:0 10px 10px;scroll-padding-left:10px;scroll-snap-type:x mandatory;scrollbar-width:none}.group-type-strip::-webkit-scrollbar{display:none}.group-type-card{width:78vw;height:330px;flex:0 0 78vw;scroll-snap-align:start}.group-type-card strong{font-size:2.9rem}.center-heading h2,.problem-copy h2,.section-heading h2,.steps-section h2{font-size:clamp(2.7rem,12vw,3.2rem)}.audience-row{gap:35px}.audience-copy h3,.board-how h3,.feature-column h3{font-size:clamp(2.7rem,12vw,3.4rem)}.audience-photo{height:470px}.group-page-hero{min-height:720px}.group-page-hero-overlay{background:linear-gradient(90deg,rgba(9,19,36,.88),rgba(9,19,36,.45)),linear-gradient(0deg,rgba(9,19,36,.76),transparent 70%)}.group-page-hero-copy{padding-bottom:52px}.group-page-back{margin-bottom:38px}.group-page-hero h1{font-size:clamp(3.7rem,17vw,5rem)}.group-page-benefits,.group-page-cta,.group-page-moment{padding:85px 0}.group-page-benefits h2,.group-page-cta h2,.group-page-moment h2{font-size:clamp(3rem,14vw,4.2rem)}.group-page-flow article{grid-template-columns:60px 1fr;padding:22px}.group-page-flow svg{width:42px;height:42px}.group-benefit-grid{grid-template-columns:1fr;margin-top:48px}.group-benefit-grid article{min-height:260px}.metrics{grid-template-columns:1fr 1fr;margin-top:70px}.metrics article:nth-child(2){border-right:0}.ecosystem-map{margin-top:60px}.ecosystem-map article{min-height:470px;padding:28px}.ecosystem-map h3{font-size:clamp(2.35rem,10vw,2.9rem)}.onboarding-grid,.trust-content-grid,.workflow-grid{grid-template-columns:1fr}.trust-content-grid article,.workflow-grid article{min-height:290px}.onboarding-note{grid-template-columns:1fr}.feature-columns{margin-top:70px}.feature-cards{gap:8px}.feature-cards article{height:160px}.steps-grid{grid-template-columns:1fr;gap:70px}.step-photo{height:440px}.story-strip{height:390px;grid-template-columns:repeat(3,75vw);justify-content:start;padding-left:16px}.testimonial{grid-template-columns:1fr}.testimonial button{display:none}.testimonial blockquote{font-size:2rem}.board-how{margin-top:75px}.board-photo{height:540px}.board-benefits{margin-top:100px}.board-benefits ul{grid-template-columns:1fr}.member-layout{margin-top:70px}.member-photos{height:520px}.trust-callout{align-items:flex-start}.faq-layout{gap:55px}.faq-layout h2{font-size:clamp(2.7rem,12vw,3.2rem)}.cta-card{height:640px;padding:45px 28px}.cta-card h2{font-size:clamp(2.8rem,12vw,3.4rem)}.cta-card>div{position:relative;z-index:3}.cta-photo{opacity:.35;width:75%;height:410px}.cta-photo-small{display:none}.site-footer{grid-template-columns:1fr 1fr;gap:50px 25px;padding:75px 20px 90px}.footer-intro{grid-column:1/-1}.footer-bottom{align-items:flex-start;flex-direction:column;gap:8px}.floating-cta{right:12px;bottom:12px}.legal-page>.legal{padding:68px 0 80px}.legal-page>.legal>*{width:min(760px,calc(100% - 32px))}.legal h1{overflow-wrap:break-word;font-size:clamp(2.5rem,11.5vw,3.1rem);-webkit-hyphens:auto;hyphens:auto}.legal .lead{font-size:1.08rem}.legal h2{font-size:1.75rem}}