.AboutHero-module__ZlcfDW__hero{background:#fff;align-items:center;min-height:70vh;padding-top:50px;padding-bottom:50px;display:flex;position:relative;overflow:hidden}.AboutHero-module__ZlcfDW__overlay{pointer-events:none;background:radial-gradient(at 10% 40%,#23a3480f 0%,#0000 60%),radial-gradient(at 90% 10%,#23a3480a 0%,#0000 50%);position:absolute;inset:0}.AboutHero-module__ZlcfDW__container{z-index:2;width:100%;position:relative}.AboutHero-module__ZlcfDW__grid{grid-template-columns:1.1fr .9fr;align-items:center;gap:4rem;display:grid}.AboutHero-module__ZlcfDW__textContent{opacity:0;animation:.8s cubic-bezier(.16,1,.3,1) forwards AboutHero-module__ZlcfDW__fadeInUp}.AboutHero-module__ZlcfDW__badge{color:#1e8a3d;letter-spacing:.12em;text-transform:uppercase;background:#23a34814;border:1px solid #23a34840;border-radius:100px;margin-bottom:1.5rem;padding:.4rem 1rem;font-size:.8rem;font-weight:700;display:inline-block}.AboutHero-module__ZlcfDW__title{color:var(--dark);letter-spacing:-.02em;margin-bottom:1.5rem;font-size:clamp(2.25rem,4vw,3.5rem);font-weight:800;line-height:1.15}.AboutHero-module__ZlcfDW__titleAccent{color:var(--primary)}.AboutHero-module__ZlcfDW__subtitle{color:var(--text-muted);max-width:580px;margin-bottom:2.25rem;font-size:1.05rem;font-weight:400;line-height:1.7}.AboutHero-module__ZlcfDW__ctaGroup{align-items:center;gap:1rem;display:flex}.AboutHero-module__ZlcfDW__primaryCta{background:var(--primary);color:var(--light);border-radius:100px;align-items:center;gap:.5rem;padding:.875rem 1.75rem;font-size:.9375rem;font-weight:700;transition:all .3s;display:inline-flex;box-shadow:0 10px 25px -5px #23a3484d}.AboutHero-module__ZlcfDW__primaryCta:hover{background:var(--primary-hover);transform:translateY(-2px);box-shadow:0 15px 30px -5px #23a34866}.AboutHero-module__ZlcfDW__secondaryCta{background:var(--gray-50);border:1px solid var(--gray-200);color:var(--gray-800);border-radius:100px;align-items:center;gap:.5rem;padding:.875rem 1.75rem;font-size:.9375rem;font-weight:700;transition:all .3s;display:inline-flex}.AboutHero-module__ZlcfDW__secondaryCta:hover{background:var(--gray-100);border-color:var(--gray-300);transform:translateY(-2px)}.AboutHero-module__ZlcfDW__arrow{font-size:1rem;transition:transform .2s}.AboutHero-module__ZlcfDW__primaryCta:hover .AboutHero-module__ZlcfDW__arrow{transform:translateY(2px)}.AboutHero-module__ZlcfDW__secondaryCta:hover .AboutHero-module__ZlcfDW__arrow{transform:translate(2px,-2px)}.AboutHero-module__ZlcfDW__imageCol{opacity:0;animation:.8s cubic-bezier(.16,1,.3,1) .2s forwards AboutHero-module__ZlcfDW__fadeInUp;position:relative}.AboutHero-module__ZlcfDW__imageStack{justify-content:center;align-items:center;width:100%;height:480px;display:flex;position:relative}.AboutHero-module__ZlcfDW__glowSphere{filter:blur(20px);pointer-events:none;z-index:-1;background:radial-gradient(circle,#23a3481f 0%,#0000 70%);width:300px;height:300px;position:absolute;top:10%;right:10%}.AboutHero-module__ZlcfDW__imagePrimary{border-radius:24px;width:68%;height:85%;transition:transform .4s;position:absolute;top:0;left:5%;overflow:hidden;box-shadow:0 20px 40px #0f172a1f}.AboutHero-module__ZlcfDW__imagePrimary:hover{transform:scale(1.02)}.AboutHero-module__ZlcfDW__imageSecondary{border:6px solid var(--light);border-radius:20px;width:48%;height:50%;transition:transform .4s;position:absolute;bottom:5%;right:5%;overflow:hidden;box-shadow:0 20px 40px #0f172a26}.AboutHero-module__ZlcfDW__imageSecondary:hover{transform:scale(1.05)}.AboutHero-module__ZlcfDW__img{object-fit:cover;width:100%;height:100%}.AboutHero-module__ZlcfDW__floatingCard{background:var(--light);border:1px solid var(--gray-100);z-index:10;border-radius:16px;flex-direction:column;gap:.15rem;padding:1rem 1.25rem;animation:4s ease-in-out infinite AboutHero-module__ZlcfDW__float;display:flex;position:absolute;bottom:42%;right:-2%;box-shadow:0 15px 35px #00000014}.AboutHero-module__ZlcfDW__cardStat{color:var(--primary);font-size:1.5rem;font-weight:800;line-height:1.1}.AboutHero-module__ZlcfDW__cardLabel{color:var(--gray-600);text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;font-weight:700}.AboutHero-module__ZlcfDW__scrollIndicator{z-index:3;flex-direction:column;align-items:center;gap:.4rem;display:flex;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}.AboutHero-module__ZlcfDW__scrollDot{background:var(--primary);border-radius:50%;width:6px;height:6px;animation:1.6s ease-in-out infinite AboutHero-module__ZlcfDW__bounce}@keyframes AboutHero-module__ZlcfDW__bounce{0%,to{opacity:1;transform:translateY(0)}50%{opacity:.4;transform:translateY(10px)}}@keyframes AboutHero-module__ZlcfDW__fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes AboutHero-module__ZlcfDW__float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@media (max-width:991px){.AboutHero-module__ZlcfDW__hero{min-height:auto;padding-top:60px;padding-bottom:50px}.AboutHero-module__ZlcfDW__grid{grid-template-columns:1fr;gap:4rem}.AboutHero-module__ZlcfDW__textContent{text-align:center;max-width:650px;margin:0 auto}.AboutHero-module__ZlcfDW__subtitle{margin-left:auto;margin-right:auto}.AboutHero-module__ZlcfDW__ctaGroup{justify-content:center}.AboutHero-module__ZlcfDW__imageCol{width:100%;max-width:500px;margin:0 auto}.AboutHero-module__ZlcfDW__imageStack{height:400px}.AboutHero-module__ZlcfDW__floatingCard{right:2%}}@media (max-width:768px){.AboutHero-module__ZlcfDW__hero{padding-top:3.5rem;padding-bottom:4rem}.AboutHero-module__ZlcfDW__grid{gap:3rem}.AboutHero-module__ZlcfDW__title{text-wrap:balance;margin-bottom:1.25rem;font-size:clamp(2rem,9vw,2.75rem)}.AboutHero-module__ZlcfDW__subtitle{margin-bottom:2rem;font-size:1rem;line-height:1.65}.AboutHero-module__ZlcfDW__imageStack{height:clamp(20rem,78vw,25rem)}}@media (max-width:480px){.AboutHero-module__ZlcfDW__ctaGroup{flex-direction:column;gap:.75rem;width:100%}.AboutHero-module__ZlcfDW__primaryCta,.AboutHero-module__ZlcfDW__secondaryCta{justify-content:center;width:100%;min-height:48px}.AboutHero-module__ZlcfDW__imageStack{height:320px}.AboutHero-module__ZlcfDW__imagePrimary{width:70%;height:90%}.AboutHero-module__ZlcfDW__imageSecondary{border-width:4px;width:50%;height:55%}.AboutHero-module__ZlcfDW__floatingCard{padding:.75rem 1rem}.AboutHero-module__ZlcfDW__cardStat{font-size:1.25rem}}@media (max-width:360px){.AboutHero-module__ZlcfDW__title{font-size:1.85rem}}
.AboutVideos-module__WznPMq__section{border-top:1px solid var(--gray-200);border-bottom:1px solid var(--gray-200);background:#fff;padding:6rem 0}.AboutVideos-module__WznPMq__header{text-align:center;margin-bottom:3.5rem}.AboutVideos-module__WznPMq__badge{color:#1e8a3d;letter-spacing:.12em;text-transform:uppercase;background:#23a3481a;border:1px solid #23a3484d;border-radius:100px;margin-bottom:1rem;padding:.35rem 1rem;font-size:.75rem;font-weight:700;display:inline-block}.AboutVideos-module__WznPMq__title{color:var(--dark);letter-spacing:-.02em;margin-bottom:.75rem;font-size:clamp(1.8rem,3.5vw,2.8rem);font-weight:800}.AboutVideos-module__WznPMq__subtitle{color:var(--text-muted);max-width:520px;margin:0 auto;font-size:1.05rem;line-height:1.7}.AboutVideos-module__WznPMq__grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.AboutVideos-module__WznPMq__videoCard{border:1px solid var(--gray-200);background:#fff;border-radius:16px;flex-direction:column;gap:.75rem;transition:transform .3s,box-shadow .3s;display:flex;overflow:hidden;box-shadow:0 6px 28px #00000017}.AboutVideos-module__WznPMq__videoCard:hover{transform:translateY(-5px);box-shadow:0 16px 48px #00000024}.AboutVideos-module__WznPMq__videoWrapper{aspect-ratio:16/9;background:#000;width:100%;position:relative}.AboutVideos-module__WznPMq__videoWrapper iframe{border:none;width:100%;height:100%;position:absolute;inset:0}.AboutVideos-module__WznPMq__videoTitle{color:var(--dark);padding:0 1rem 1rem;font-size:.9rem;font-weight:600;line-height:1.5}@media (max-width:900px){.AboutVideos-module__WznPMq__grid{grid-template-columns:1fr}}@media (max-width:600px){.AboutVideos-module__WznPMq__section{padding:4rem 0}.AboutVideos-module__WznPMq__header{margin-bottom:2.5rem}.AboutVideos-module__WznPMq__title{font-size:2rem;line-height:1.2}.AboutVideos-module__WznPMq__subtitle{font-size:1rem;line-height:1.65}.AboutVideos-module__WznPMq__grid{gap:1.25rem}.AboutVideos-module__WznPMq__videoCard{border-radius:14px}.AboutVideos-module__WznPMq__videoTitle{font-size:1rem}}
.FounderStory-module__IdnXoq__section{border-top:1px solid var(--gray-100);background:#fff;padding:7rem 0}.FounderStory-module__IdnXoq__grid{grid-template-columns:1fr 1.1fr;align-items:start;gap:6rem;display:grid}.FounderStory-module__IdnXoq__imageCol{position:relative}.FounderStory-module__IdnXoq__imageStack{position:sticky;top:120px}.FounderStory-module__IdnXoq__imagePrimary{aspect-ratio:4/5;border-radius:20px;overflow:hidden;box-shadow:0 24px 64px #0000001f}.FounderStory-module__IdnXoq__imagePrimary img{object-fit:cover;width:100%;height:100%}.FounderStory-module__IdnXoq__imageAccent{aspect-ratio:4/3;border:4px solid #fff;border-radius:16px;width:55%;position:absolute;bottom:-2rem;right:-2rem;overflow:hidden;box-shadow:0 12px 40px #0003}.FounderStory-module__IdnXoq__imageAccent img{object-fit:cover;width:100%;height:100%}.FounderStory-module__IdnXoq__founderBadge{background:var(--primary);color:#fff;border-radius:14px;flex-direction:column;gap:.2rem;padding:1rem 1.5rem;display:flex;position:absolute;top:-1.5rem;left:-1.5rem;box-shadow:0 8px 24px #23a34866}.FounderStory-module__IdnXoq__founderYear{letter-spacing:-.02em;font-size:1.4rem;font-weight:800;line-height:1}.FounderStory-module__IdnXoq__founderLabel{opacity:.85;font-size:.75rem;font-weight:500}.FounderStory-module__IdnXoq__contentCol{padding-top:1rem}.FounderStory-module__IdnXoq__badge{color:#1e8a3d;letter-spacing:.12em;text-transform:uppercase;background:#23a3481a;border:1px solid #23a3484d;border-radius:100px;margin-bottom:1rem;padding:.35rem 1rem;font-size:.75rem;font-weight:700;display:inline-block}.FounderStory-module__IdnXoq__title{color:var(--dark);letter-spacing:-.02em;margin-bottom:1.75rem;font-family:Georgia,serif;font-size:clamp(1.8rem,3vw,2.6rem);font-weight:800}.FounderStory-module__IdnXoq__storyBlocks{flex-direction:column;gap:1.1rem;margin-bottom:2.5rem;display:flex}.FounderStory-module__IdnXoq__paragraph{color:var(--gray-600);margin:0;font-size:1rem;line-height:1.8}.FounderStory-module__IdnXoq__quote{border-left:4px solid var(--primary);background:linear-gradient(135deg,#23a3480f 0%,#23a34805 100%);border-radius:0 12px 12px 0;padding:1.75rem 2rem;position:relative}.FounderStory-module__IdnXoq__quoteIcon{color:var(--primary);opacity:.3;margin-bottom:.75rem}.FounderStory-module__IdnXoq__quote p{color:var(--dark);margin:0 0 .75rem;font-size:1.1rem;font-style:italic;font-weight:500;line-height:1.7}.FounderStory-module__IdnXoq__quote cite{color:var(--text-muted);font-size:.875rem;font-style:normal;font-weight:600}@media (max-width:960px){.FounderStory-module__IdnXoq__grid{grid-template-columns:1fr;gap:4rem}.FounderStory-module__IdnXoq__imageStack{padding:1.5rem 1.5rem 3rem;position:relative;top:auto}.FounderStory-module__IdnXoq__imagePrimary{aspect-ratio:3/2}.FounderStory-module__IdnXoq__imageAccent{bottom:0;right:0}.FounderStory-module__IdnXoq__founderBadge{top:0;left:0}}@media (max-width:600px){.FounderStory-module__IdnXoq__section{padding:4rem 0}.FounderStory-module__IdnXoq__grid{gap:2.75rem}.FounderStory-module__IdnXoq__imageStack{padding:0 0 2.25rem}.FounderStory-module__IdnXoq__imagePrimary{aspect-ratio:4/5}.FounderStory-module__IdnXoq__imageAccent{width:45%;bottom:0;right:0}.FounderStory-module__IdnXoq__founderBadge{padding:.8rem 1rem;top:1rem;left:1rem}.FounderStory-module__IdnXoq__title{margin-bottom:1.4rem;font-size:2rem;line-height:1.2}.FounderStory-module__IdnXoq__storyBlocks{gap:1rem;margin-bottom:2rem}.FounderStory-module__IdnXoq__paragraph{font-size:1rem;line-height:1.7}.FounderStory-module__IdnXoq__quote{padding:1.25rem}.FounderStory-module__IdnXoq__quote p{font-size:1rem;line-height:1.65}}@media (max-width:360px){.FounderStory-module__IdnXoq__founderYear{font-size:1.15rem}.FounderStory-module__IdnXoq__founderLabel{font-size:.7rem}}
.FounderTimeline-module__ZjkwHq__section{background:var(--gray-50);padding:7rem 0}.FounderTimeline-module__ZjkwHq__grid{grid-template-columns:.85fr 1.3fr;align-items:start;gap:5rem;display:grid}.FounderTimeline-module__ZjkwHq__stickyCol{position:sticky;top:100px}.FounderTimeline-module__ZjkwHq__header{text-align:center;max-width:680px;margin:0 auto 4rem}.FounderTimeline-module__ZjkwHq__imageWrapper{aspect-ratio:4/5;background:var(--gray-200);border-radius:16px;max-height:calc(100vh - 130px);margin-top:0;position:relative;overflow:hidden;box-shadow:0 15px 35px #0000001a}.FounderTimeline-module__ZjkwHq__image{object-fit:cover;object-position:top center;width:100%;height:100%;transition:transform .6s}.FounderTimeline-module__ZjkwHq__imageWrapper:hover .FounderTimeline-module__ZjkwHq__image{transform:scale(1.03)}.FounderTimeline-module__ZjkwHq__badge{color:#1e8a3d;letter-spacing:.12em;text-transform:uppercase;background:#23a3481a;border:1px solid #23a3484d;border-radius:100px;margin-bottom:1rem;padding:.35rem 1rem;font-size:.75rem;font-weight:700;display:inline-block}.FounderTimeline-module__ZjkwHq__title{color:var(--dark);letter-spacing:-.02em;margin-bottom:.75rem;font-size:clamp(1.8rem,3.5vw,2.8rem);font-weight:800}.FounderTimeline-module__ZjkwHq__subtitle{color:var(--text-muted);margin:0;font-size:1.05rem;line-height:1.7}.FounderTimeline-module__ZjkwHq__timeline{flex-direction:column;display:flex}.FounderTimeline-module__ZjkwHq__timelineItem{gap:1.5rem;display:flex}.FounderTimeline-module__ZjkwHq__lineContainer{flex-direction:column;flex-shrink:0;align-items:center;width:24px;padding-top:1.6rem;display:flex}.FounderTimeline-module__ZjkwHq__dot{z-index:1;background:var(--primary);border-radius:50%;flex-shrink:0;width:14px;height:14px;transition:transform .2s;box-shadow:0 0 0 4px #23a34829}.FounderTimeline-module__ZjkwHq__timelineItem:hover .FounderTimeline-module__ZjkwHq__dot{transform:scale(1.4)}.FounderTimeline-module__ZjkwHq__line{background:var(--gray-200);flex:1;width:2px;min-height:24px;margin-top:6px;margin-bottom:0}.FounderTimeline-module__ZjkwHq__itemContent{flex:1;padding-bottom:2rem}.FounderTimeline-module__ZjkwHq__itemCard{border:1px solid var(--gray-200);background:#fff;border-radius:14px;padding:1.75rem;transition:box-shadow .25s,border-color .25s;box-shadow:0 4px 12px #00000008}.FounderTimeline-module__ZjkwHq__itemCard:hover{border-color:var(--gray-300);box-shadow:0 8px 24px #0000000f}.FounderTimeline-module__ZjkwHq__itemMeta{flex-direction:column;gap:.75rem;margin-bottom:1.25rem;display:flex}.FounderTimeline-module__ZjkwHq__yearTag{letter-spacing:.1em;text-transform:uppercase;width:fit-content;color:var(--primary);background:#23a3481a;border:1px solid #23a34840;border-radius:100px;padding:.25rem .7rem;font-size:.7rem;font-weight:700;display:inline-block}.FounderTimeline-module__ZjkwHq__itemTitle{color:var(--dark);font-size:1.15rem;font-weight:700;line-height:1.4}.FounderTimeline-module__ZjkwHq__itemBodyInner{flex-direction:column;gap:1rem;display:flex}.FounderTimeline-module__ZjkwHq__itemBodyInner p{color:var(--gray-600);margin:0;font-size:.97rem;line-height:1.8}@media (max-width:900px){.FounderTimeline-module__ZjkwHq__grid{grid-template-columns:1fr;gap:3rem}.FounderTimeline-module__ZjkwHq__stickyCol{position:static}.FounderTimeline-module__ZjkwHq__header{text-align:center}.FounderTimeline-module__ZjkwHq__imageWrapper{aspect-ratio:1;max-width:500px;margin-left:auto;margin-right:auto}}@media (max-width:600px){.FounderTimeline-module__ZjkwHq__section{padding:4rem 0}.FounderTimeline-module__ZjkwHq__header{margin-bottom:2.5rem}.FounderTimeline-module__ZjkwHq__title{font-size:2rem;line-height:1.2}.FounderTimeline-module__ZjkwHq__subtitle{font-size:1rem;line-height:1.65}.FounderTimeline-module__ZjkwHq__grid{gap:2.5rem}.FounderTimeline-module__ZjkwHq__timelineItem{gap:.75rem}.FounderTimeline-module__ZjkwHq__lineContainer{width:16px}.FounderTimeline-module__ZjkwHq__dot{width:12px;height:12px}.FounderTimeline-module__ZjkwHq__itemCard{padding:1.1rem}.FounderTimeline-module__ZjkwHq__itemContent{padding-bottom:1.5rem}.FounderTimeline-module__ZjkwHq__itemTitle{font-size:1.1rem}.FounderTimeline-module__ZjkwHq__itemBodyInner p{font-size:1rem;line-height:1.7}}
