:root{--ink: #102219;--forest: #0d1712;--moss: #173f2d;--lime: #d8ff70;--paper: #f0eee4;--line: rgba(16, 34, 25, .22);--journey-progress: 0}*{box-sizing:border-box}html{scroll-behavior:smooth;background:var(--forest)}body{margin:0;color:var(--ink);background:var(--paper);font-family:DM Sans,sans-serif;font-weight:300;overflow-x:hidden}a{color:inherit;text-decoration:none}em{font-family:Newsreader,serif;font-weight:300}.page-grain{position:fixed;inset:0;z-index:100;pointer-events:none;opacity:.055;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 220 220' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.6'/%3E%3C/svg%3E")}.site-header{position:fixed;z-index:30;top:0;left:0;width:100%;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:26px 34px;color:#fff;mix-blend-mode:difference}.brand{display:flex;align-items:center;gap:12px;font-family:Manrope,sans-serif;font-size:19px;font-weight:400}.brand-mark{width:32px;height:32px;border:1px solid currentColor;border-radius:50%;position:relative;display:inline-block}.brand-mark i{position:absolute;width:7px;height:15px;top:7px;border:1px solid currentColor;border-radius:90% 10%;transform:rotate(-37deg)}.brand-mark i:first-child{left:8px}.brand-mark i:last-child{right:7px;transform:scaleX(-1) rotate(-37deg)}.site-header>p{margin:0;font:400 10px/1 Manrope,sans-serif;letter-spacing:.2em;text-transform:uppercase}.pill-link{justify-self:end;border:1px solid rgba(255,255,255,.5);border-radius:999px;padding:7px 7px 7px 22px;display:flex;align-items:center;gap:20px;text-transform:uppercase;font:500 10px/1 Manrope,sans-serif;letter-spacing:.14em}.pill-link span{display:grid;place-items:center;width:40px;height:40px;border-radius:50%;background:#fff;color:#111;font-size:16px}.chapter-nav{position:fixed;z-index:31;left:34px;top:50%;transform:translateY(-50%);display:flex;flex-direction:column;gap:10px;mix-blend-mode:difference}.chapter-nav a{width:11px;height:11px;padding:2px;display:grid;place-items:center}.chapter-nav i{display:block;width:7px;height:7px;border:1px solid white;transform:rotate(45deg);transition:background .35s,transform .35s}.chapter-nav a.active i{background:var(--lime);border-color:var(--lime);transform:rotate(45deg) scale(1.2)}.film-journey{height:100vh;min-height:680px;background:#0a100d;color:#fff}.film-stage{position:relative;height:100vh;min-height:680px;overflow:hidden;background:#0a100d}.journey-frames{position:absolute;inset:0;z-index:0;display:none;width:100%;height:100%;background:url(../../media/humaneity-poster.jpg) center/cover no-repeat}.journey-film{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transform:scale(1.01);will-change:transform}.film-wash{position:absolute;inset:0;background:linear-gradient(90deg,#030b07a6,#070e0a14 54%,#040a0759),linear-gradient(0deg,rgba(3,8,6,.5),transparent 48%)}.film-copy{position:absolute;z-index:2;left:clamp(78px,8vw,130px);bottom:9vh;width:min(1050px,80vw)}.eyebrow,.film-chapter span,.section-index{margin:0 0 26px;text-transform:uppercase;font:500 10px/1.2 Manrope,sans-serif;letter-spacing:.22em}.film-intro h1{max-width:1100px;margin:0;font:300 clamp(62px,8.2vw,132px)/.83 Manrope,sans-serif;letter-spacing:-.07em}.film-intro h1 em{font-size:1.1em;letter-spacing:-.04em}.lede{width:360px;max-width:70vw;padding-top:20px;margin:26px 0 0;border-top:1px solid rgba(255,255,255,.5);font-size:14px;line-height:1.45}.film-chapter{opacity:0;bottom:17vh}.film-chapter h2{margin:0;font:300 clamp(58px,7.5vw,118px)/.88 Manrope,sans-serif;letter-spacing:-.065em}.chapter-two{left:auto;right:9vw;text-align:right}.chapter-three{left:50%;bottom:15vh;width:auto;transform:translate(-50%);text-align:center}.film-progress{position:absolute;z-index:3;bottom:28px;left:34px;right:34px;height:1px;background:#ffffff47}.film-progress span{display:block;width:calc(var(--journey-progress) * 100%);height:100%;background:var(--lime)}.scroll-cue{position:absolute;z-index:3;right:34px;bottom:46px;display:flex;align-items:center;gap:14px;text-transform:uppercase;font:500 9px/1 Manrope;letter-spacing:.18em}.scroll-cue i{width:50px;height:50px;border:1px solid rgba(255,255,255,.5);border-radius:50%;display:grid;place-items:center;font-style:normal}.living-seed{--seed-color: var(--lime);position:fixed;z-index:11;top:0;left:0;width:90px;height:90px;border-radius:50%;pointer-events:none;will-change:transform;color:var(--seed-color)}.seed-orbit{position:absolute;inset:0;border:1px solid currentColor;border-radius:50%;opacity:.6;animation:pulse 3s ease-in-out infinite;box-shadow:0 0 45px color-mix(in srgb,var(--seed-color) 40%,transparent)}.seed-core{position:absolute;inset:18px;display:block;border-radius:50%;background:var(--seed-color);box-shadow:0 0 30px color-mix(in srgb,var(--seed-color) 65%,transparent)}.seed-core i{position:absolute;top:13px;width:12px;height:25px;border:1.5px solid var(--forest);border-radius:90% 10%}.seed-core i:first-child{left:14px;transform:rotate(-38deg)}.seed-core i:last-child{right:13px;transform:scaleX(-1) rotate(-38deg)}@keyframes pulse{50%{transform:scale(1.2);opacity:.2}}.context-section{position:relative;min-height:100vh;padding:120px clamp(72px,8vw,128px);overflow:hidden}.section-index{position:absolute;top:46px;left:clamp(72px,8vw,128px);padding-bottom:12px;border-bottom:1px solid currentColor}.section-index.light{color:#fff}.statement-wrap{margin-top:10vh;max-width:1040px}.statement-wrap>p,.section-heading>p,.village-copy>p,.model-copy>p,.prosperity-copy>p,.join-section>p{text-transform:uppercase;font:500 10px/1.3 Manrope,sans-serif;letter-spacing:.21em}.statement-wrap h2,.section-heading h2,.village-copy h2,.model-copy h2,.prosperity-copy h2,.join-section h2{margin:25px 0;font:300 clamp(62px,8.2vw,126px)/.86 Manrope,sans-serif;letter-spacing:-.07em}.section-note{margin:60px 0 0 46%;max-width:440px;padding-top:22px;border-top:1px solid var(--line);font-size:18px;line-height:1.5}.seed-caption{position:absolute;right:7vw;top:43%;text-transform:uppercase;font:500 9px Manrope;letter-spacing:.2em}.seed-caption.light,.village-section{color:#fff}.village-image,.village-overlay{position:absolute;inset:0}.village-image{background:url(../../media/village-arrival.jpg) center/cover no-repeat;transform:scale(1.04)}.village-overlay{background:linear-gradient(90deg,#06110bc7,#060e0a14),linear-gradient(0deg,rgba(4,10,7,.5),transparent)}.village-copy{position:relative;margin-top:26vh;max-width:900px}.village-copy span{display:block;max-width:440px;margin:55px 0 0 45%;font-size:17px;line-height:1.55}.pillars-section{min-height:130vh;padding-top:180px}.section-heading{max-width:1100px}.pillar-grid{display:grid;grid-template-columns:repeat(3,1fr);margin-top:110px;border-top:1px solid var(--line)}.pillar-grid article{min-height:430px;padding:28px 34px 34px 0;border-right:1px solid var(--line)}.pillar-grid article+article{padding-left:34px}.pillar-grid article:last-child{border:0}.pillar-grid article>span{font:500 10px Manrope}.pillar-grid article>p{margin-top:80px;text-transform:uppercase;font:500 9px Manrope;letter-spacing:.17em}.pillar-grid h3{margin:18px 0 50px;font:300 clamp(34px,3vw,52px) Manrope;letter-spacing:-.05em}.pillar-grid small{font-size:15px;line-height:1.55}.model-section{min-height:130vh;color:#fff;background:var(--forest)}.model-copy{max-width:850px;margin-top:8vh}.model-copy h2{font-size:clamp(55px,7vw,106px)}.orbit-map{position:absolute;width:min(620px,65vw);aspect-ratio:1;right:5vw;bottom:-4vw;border:1px solid rgba(216,255,112,.35);border-radius:50%;display:grid;place-items:center}.orbit-map strong{text-align:center;font:300 30px/1.2 Manrope}.orbit-map strong em{color:var(--lime)}.orbit{position:absolute;inset:14%;border:1px solid rgba(255,255,255,.2);border-radius:50%}.orbit-b{inset:30%}.node{position:absolute;padding:9px 14px;border:1px solid rgba(255,255,255,.35);border-radius:999px;background:var(--forest);font-size:11px}.n1{top:3%;left:42%}.n2{top:22%;right:2%}.n3{bottom:24%;right:1%}.n4{bottom:3%;left:43%}.n5{bottom:23%;left:-1%}.n6{top:23%;left:1%}.prosperity-section{min-height:120vh;background:#e9e4d6}.prosperity-copy{max-width:1000px;margin-top:9vh}.prosperity-copy>span{display:block;max-width:480px;margin:55px 0 0 52%;font-size:17px;line-height:1.55}.figures{display:grid;grid-template-columns:repeat(3,1fr);margin-top:120px;border-top:1px solid var(--line)}.figures>div{padding:30px 24px 20px 0;border-right:1px solid var(--line);display:flex;flex-direction:column;gap:20px}.figures>div+div{padding-left:28px}.figures>div:last-child{border:0}.figures strong{font:300 clamp(48px,6vw,84px) Manrope;letter-spacing:-.06em}.figures span{font-size:13px;line-height:1.5}.join-section{min-height:108vh;display:flex;flex-direction:column;justify-content:center;align-items:center;color:#fff;background:#10281e;text-align:center}.join-section h2{font-size:clamp(68px,10vw,150px)}.join-section>span{max-width:580px;font-size:18px;line-height:1.55}.join-links{display:flex;gap:12px;margin-top:50px}.join-links a{padding:17px 24px;border:1px solid rgba(255,255,255,.4);border-radius:999px;text-transform:uppercase;font:500 10px Manrope;letter-spacing:.15em;transition:.3s}.join-links a:hover{color:var(--forest);background:var(--lime);border-color:var(--lime)}footer{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;min-height:160px;padding:40px;color:#fff;background:#08100c}footer>p{font-size:12px;opacity:.65}footer>a:last-child{justify-self:end;text-transform:uppercase;font:500 9px Manrope;letter-spacing:.16em}.reduced-motion .film-journey{height:100vh}.reduced-motion .film-chapter,.reduced-motion .scroll-cue,.reduced-motion .film-progress{display:none}@media(max-width:820px){.frame-sequence .journey-frames{display:block}.frame-sequence .journey-film{visibility:hidden}.site-header{padding:18px;grid-template-columns:1fr auto}.site-header>p{display:none}.brand{font-size:16px}.brand-mark{width:28px;height:28px}.pill-link{padding-left:14px;gap:10px}.pill-link span{width:34px;height:34px}.chapter-nav{left:18px}.film-copy{left:50px;bottom:12vh;width:calc(100vw - 75px)}.film-intro h1{font-size:clamp(55px,15vw,88px)}.film-chapter h2{font-size:clamp(54px,14vw,82px)}.chapter-two{left:50px;right:auto;text-align:left}.chapter-three{left:50px;transform:none;text-align:left}.scroll-cue span{display:none}.film-progress{left:18px;right:18px}.context-section{padding:110px 30px}.section-index{left:30px}.statement-wrap h2,.section-heading h2,.village-copy h2,.model-copy h2,.prosperity-copy h2,.join-section h2{font-size:clamp(50px,15vw,82px)}.section-note,.village-copy span,.prosperity-copy>span{margin-left:0}.pillar-grid,.figures{grid-template-columns:1fr;margin-top:60px}.pillar-grid article{min-height:auto;padding:28px 0 60px!important;border-right:0;border-bottom:1px solid var(--line)}.pillar-grid article>p{margin-top:35px}.figures>div{padding:28px 0!important;border-right:0;border-bottom:1px solid var(--line)}.orbit-map{position:relative;width:92vw;right:auto;margin:100px auto -180px}.model-section{min-height:1200px}.living-seed{width:68px;height:68px}.seed-core{inset:14px}.seed-core i{top:9px;width:10px;height:20px}.seed-core i:first-child{left:10px}.seed-core i:last-child{right:9px}.join-links{flex-direction:column}footer{grid-template-columns:1fr;gap:25px;text-align:left}footer>a:last-child{justify-self:start}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important}}
