:root{--paper:#08090b;--paper-deep:#111318;--ink:#f3f1ed;--muted:#aaa9ae;--forest:#15171b;--forest-2:#272a30;--clay:#c96a3d;--clay-dark:#a64d2a;--gold:#d8aa4e;--olive:#9aa56a;--olive-dark:#343c2a;--line:#f3f1ed21;--white:#131519;color:var(--ink);background:var(--paper);font-synthesis:none;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth;background:var(--paper);width:100%;min-width:100%;scroll-padding-top:88px;overflow-x:hidden}body{background:var(--paper);width:100%;min-width:100%;margin:0;padding-top:72px;font-size:1rem;line-height:1.65;overflow-x:hidden}a{color:inherit;text-underline-offset:.18em}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid var(--gold);outline-offset:3px}h1,h2,h3,p{margin-top:0}h1,h2,h3{letter-spacing:-.025em;line-height:1.15}h1{max-width:16ch;margin-bottom:1.4rem;font-size:clamp(2.4rem,4vw,3.8rem)}h2{max-width:22ch;font-size:clamp(1.8rem,2.6vw,2.6rem)}h3{font-size:1.35rem}p{color:var(--muted)}.section-shell{width:min(1100px,100% - 2rem);margin-inline:auto}.site-header{z-index:100;color:#fff;backdrop-filter:blur(14px);background:#060709f5;border-bottom:1px solid #ffffff1a;width:100%;min-height:72px;position:fixed;inset:0 0 auto;box-shadow:0 5px 24px #0006}.header-inner{justify-content:space-between;align-items:center;gap:2rem;width:min(1180px,100% - 2rem);min-height:72px;margin:0 auto;display:flex}.site-header nav{gap:1.5rem;display:flex}.site-header nav a{color:#ffffffd6;font-size:.94rem;text-decoration:none;position:relative}.site-header nav a:after{content:"";background:var(--gold);height:2px;transition:right .2s;position:absolute;bottom:-.45rem;left:0;right:100%}.site-header nav a:hover{color:#fff}.site-header nav a:hover:after{right:0}.desktop-actions{align-items:center;gap:.9rem;display:flex}.site-header .social-links{align-items:center;gap:.35rem;display:flex}.site-header .social-links a{color:#ffffffb8;border:1px solid #ffffff29;border-radius:50%;place-items:center;width:27px;height:27px;font-size:.62rem;font-weight:800;line-height:1;text-decoration:none;transition:color .2s,border-color .2s,background .2s,transform .2s;display:grid}.site-header .social-links a:after{display:none}.site-header .social-links a:hover{border-color:var(--gold);color:var(--gold);background:#d8aa4e1f;transform:translateY(-1px)}.site-header .social-links svg{fill:currentColor;width:14px;height:14px}.mobile-social{border-top:1px solid var(--line);justify-content:space-between;margin:.35rem 0;padding:.75rem .75rem .55rem}.mobile-social a{width:31px;height:31px}.mobile-nav{display:none;position:relative}.mobile-nav summary{border:1px solid var(--line);cursor:pointer;border-radius:.65rem;place-items:center;width:42px;height:42px;list-style:none;display:grid}.mobile-nav summary::-webkit-details-marker{display:none}.hamburger{gap:4px;width:19px;display:grid}.hamburger i{background:var(--ink);border-radius:2px;height:2px;transition:transform .2s,opacity .2s;display:block}.mobile-nav[open] .hamburger i:first-child{transform:translateY(6px)rotate(45deg)}.mobile-nav[open] .hamburger i:nth-child(2){opacity:0}.mobile-nav[open] .hamburger i:last-child{transform:translateY(-6px)rotate(-45deg)}.mobile-nav nav{border:1px solid var(--line);background:#101216;border-radius:.85rem;gap:.2rem;width:min(270px,100vw - 1.5rem);padding:.65rem;display:grid;position:absolute;top:calc(100% + .65rem);right:0;box-shadow:0 20px 50px #0000008c}.mobile-nav nav>a:not(.button){border-radius:.5rem;padding:.8rem .85rem}.mobile-nav nav>a:not(.button):hover{background:#ffffff0f}.mobile-nav nav .button{color:#fff;margin-top:.35rem}.mobile-nav nav .button:after{display:none}.brand{align-items:center;gap:.7rem;font-weight:750;text-decoration:none;display:flex}.brand-logo{object-fit:contain;width:40px;height:40px}.button{background:var(--clay);color:#fff;cursor:pointer;border:0;border-radius:.7rem;justify-content:center;align-items:center;padding:.9rem 1.25rem;font-weight:700;text-decoration:none;transition:transform .2s,background .2s;display:inline-flex;box-shadow:0 7px 22px #c96a3d33}.button:hover{background:var(--forest-2);background:var(--clay-dark);transform:translateY(-1px)}.button-small{background:var(--gold);color:#111216;box-shadow:none;padding:.64rem 1rem;font-size:.9rem}.button-small:hover{background:#e4ad3e}.text-link{font-weight:700;text-decoration:none}.text-link:hover{color:var(--olive)}.eyebrow{text-transform:uppercase;letter-spacing:.14em;color:var(--clay);align-items:center;gap:.55rem;margin-bottom:1rem;font-size:.72rem;font-weight:850;display:inline-flex}.eyebrow:before{content:"";background:var(--gold);width:1.5rem;height:2px}.hero{grid-template-columns:minmax(0,1.15fr) minmax(390px,.85fr);align-items:center;gap:clamp(2.5rem,5vw,4.5rem);padding:4.5rem 0;display:grid;position:relative}.hero:after{content:"";z-index:-1;background:radial-gradient(circle,#e3aa3e24,#e3aa3e00 68%);border-radius:50%;width:25rem;height:25rem;position:absolute;top:1rem;right:-6rem}.hero-copy>p{max-width:680px;font-size:1.03rem}.hero-lede,.feature-lede{color:var(--ink);line-height:1.55;font-size:clamp(1.12rem,1.5vw,1.35rem)!important}.hero-actions{flex-wrap:wrap;align-items:center;gap:1.4rem;margin-top:2rem;display:flex}.hero-statement{border:1px solid var(--line);background:#131519e6;border-radius:1rem;padding:1.6rem;transform:rotate(1.5deg);box-shadow:0 18px 50px #00000059}.hero-statement p{color:var(--ink);margin-bottom:.35rem;font-size:1.12rem}.mission-system{border:1px solid var(--line);background:linear-gradient(145deg,#14161a,#0d0e11);border-radius:1rem;overflow:hidden;box-shadow:0 24px 70px #00000057}.system-heading{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.2rem;display:flex}.system-heading div{display:grid}.system-heading strong{font-size:.88rem}.system-heading small{color:var(--muted);font-size:.66rem}.verse-reference{color:var(--gold);flex:none;font-family:Georgia,serif;font-size:.75rem;font-style:italic}.community-map{aspect-ratio:440/420;background:radial-gradient(circle,#d8aa4e1f,#0000 37%);position:relative;overflow:hidden}.community-network{width:100%;height:100%;position:absolute;inset:0}.community-halo{fill:none;stroke:#d8aa4e1a;stroke-width:34px}.community-orbit{fill:none;stroke:#9aa56a26;stroke-width:1px;stroke-dasharray:2 8}.protocol-path{fill:none;stroke-width:1.5px;stroke-dasharray:3 5}.protocol-path-values{stroke:#9aa56a94}.protocol-path-value{stroke:#d8aa4e80}.protocol-label{letter-spacing:1.25px;font-size:7px;font-weight:800}.protocol-label-top{fill:var(--olive)}.protocol-label-bottom{fill:var(--gold)}.oil-streams path{fill:none;stroke:#d8aa4e33;stroke-width:1.2px;stroke-dasharray:3 7}.vessel .jar,.vessel .person-head{fill:#111318;stroke:#f3f1ed94;stroke-width:1.4px}.vessel .oil-level{fill:var(--gold);opacity:.8;transform-box:fill-box;transform-origin:bottom;animation:6s ease-in-out infinite vessel-fill}.vessel .person-head{fill:#9aa56aa6;stroke:none}.vessel-2 .oil-level{animation-delay:.55s}.vessel-3 .oil-level{animation-delay:1.1s}.vessel-4 .oil-level{animation-delay:1.65s}.vessel-5 .oil-level{animation-delay:2.2s}.vessel-6 .oil-level{animation-delay:2.75s}.flow-light{fill:#f3c659;filter:drop-shadow(0 0 5px #d8aa4ee6);opacity:0}.flow-light-1{offset-path:path("M220 213 C190 196 166 173 142 145");animation:6s ease-in-out .1s infinite oil-share}.flow-light-2{offset-path:path("M225 212 C258 192 282 173 300 142");animation:6s ease-in-out .65s infinite oil-share}.flow-light-3{offset-path:path("M214 225 C177 233 148 251 119 279");animation:6s ease-in-out 1.2s infinite oil-share}.flow-light-4{offset-path:path("M226 226 C264 238 291 254 321 281");animation:6s ease-in-out 1.75s infinite oil-share}.flow-light-5{offset-path:path("M215 207 C201 169 195 139 199 105");animation:6s ease-in-out 2.3s infinite oil-share}.flow-light-6{offset-path:path("M227 207 C241 170 249 139 247 105");animation:6s ease-in-out 2.85s infinite oil-share}.center-glow{animation:3.5s ease-in-out infinite source-glow}.system-core{background:#0a0b0d;border-radius:50%;place-items:center;width:148px;height:148px;display:grid;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 0 0 1px #d8aa4e47,0 0 45px #d8aa4e1f}.system-core img{object-fit:contain;width:104px;height:104px;animation:4.8s ease-in-out infinite logo-breathe}.system-core>span{width:max-content;color:var(--ink);text-transform:uppercase;letter-spacing:.08em;background:#0a0b0d;border-radius:99px;padding:.2rem .55rem;font-size:.59rem;font-weight:800;position:absolute;bottom:8px}.core-ring{border:1px solid #c96a3d59;border-left-color:#0000;border-bottom-color:var(--olive);border-radius:50%;animation:14s linear infinite core-spin;position:absolute;inset:-12px}.community-word{color:#f3f1edd1;letter-spacing:.04em;font-size:.66rem;font-weight:700;position:absolute}.word-people{top:46%;left:5%}.word-collaboration{top:46%;right:3%}.word-service{bottom:8%;left:16%}.word-initiatives{bottom:8%;right:14%}.community-fruit{border-top:1px solid var(--line);min-height:48px;color:var(--muted);text-align:center;background:#101216;justify-content:center;align-items:center;gap:.65rem;padding:.8rem 1rem;font-size:.65rem;display:flex}.community-fruit span:last-child{color:var(--gold);font-weight:700}.community-fruit i{background:var(--olive);border-radius:50%;width:3px;height:3px}@keyframes oil-share{0%,9%{offset-distance:0%;opacity:0}15%,38%{opacity:1}45%,to{offset-distance:100%;opacity:0}}@keyframes vessel-fill{0%,12%{opacity:.2;transform:scaleY(.08)}28%,72%{opacity:.9;transform:scaleY(1)}90%,to{opacity:.2;transform:scaleY(.08)}}@keyframes source-glow{0%,to{opacity:.24}50%{opacity:.55}}@keyframes core-spin{to{transform:rotate(360deg)}}@keyframes logo-breathe{0%,to{filter:drop-shadow(0 0 2px #d8aa4e1a)}50%{filter:drop-shadow(0 0 7px #d8aa4e47)}}.tension-band{color:#fff;background:#151912;border-block:1px solid #9aa56a3d;padding:4.5rem 0}.tension-grid{grid-template-columns:1.15fr 1fr 1fr;gap:clamp(2rem,4vw,3rem);display:grid}.tension-grid h2{font-size:clamp(1.8rem,2.7vw,2.7rem)}.tension-grid p{color:#ffffffba}.pillars-section{padding:5rem 0}.section-intro{margin-bottom:2.25rem}.section-intro>p{max-width:670px;font-size:1.1rem}.pillar-grid{grid-template-columns:repeat(3,1fr);gap:1rem;display:grid}.pillar-grid-two{grid-template-columns:repeat(2,minmax(0,1fr))}.pillar-card{border:1px solid var(--line);background:var(--white);border-radius:1rem;flex-direction:column;min-height:270px;padding:1.7rem;transition:transform .2s,box-shadow .2s,border-color .2s;display:flex;box-shadow:0 10px 35px #00000029}.pillar-card:hover{border-color:#9aa56a8c;transform:translateY(-4px);box-shadow:0 16px 42px #00000040}.pillar-card h3{font-size:1.7rem}.pillar-card a{margin-top:auto;font-weight:750;text-decoration:none}.feature-section{grid-template-columns:130px minmax(0,1fr);gap:3rem;padding-top:5rem;padding-bottom:5rem;display:grid}.feature-label{text-transform:uppercase;letter-spacing:.1em;align-items:flex-start;gap:.8rem;font-size:.72rem;display:flex}.feature-label span{color:var(--olive)}.feature-content{max-width:780px}.feature-content>p{max-width:700px}.flow{border:1px solid var(--line);grid-template-columns:repeat(6,1fr);margin:2.5rem 0;display:grid}.flow span{text-align:center;border-right:1px solid var(--line);padding:1rem .75rem;font-size:.83rem}.flow span:nth-child(odd){background:#9aa56a12}.flow span:last-child{border-right:0}blockquote{box-shadow:inset 4px 0 var(--gold);color:var(--ink);background:#15171c;border:0;border-radius:0 1rem 1rem 0;margin:2.5rem 0 0;padding:1.5rem;font-size:1.16rem;line-height:1.6}.feature-dark{color:#fff;background:#0c0d10;border-block:1px solid #c96a3d33;padding:0;display:block}.feature-inner{grid-template-columns:130px minmax(0,1fr);gap:3rem;padding-top:5rem;padding-bottom:5rem;display:grid}.feature-dark p{color:#ffffffb8}.feature-dark .feature-lede{color:#fff}.principle-list{border-top:1px solid #ffffff2e;margin:3rem 0 0;padding:0;list-style:none}.principle-list li{border-bottom:1px solid #ffffff2e;padding:1rem 0 1rem 2rem;position:relative}.principle-list li:before{content:"↳";color:var(--olive);position:absolute;left:0}.conversation-section{border-bottom:1px solid var(--line)}.conversation-pipeline{background:0 0;border:0;grid-template-columns:repeat(4,1fr);gap:.8rem;margin:3rem 0;display:grid}.conversation-pipeline div{background:var(--white);border:1px solid var(--line);border-radius:.8rem;padding:1.4rem;box-shadow:0 7px 24px #00000024}.conversation-pipeline strong,.conversation-pipeline span{display:block}.conversation-pipeline span{color:var(--muted);margin-top:.5rem;font-size:.92rem}.callout{color:var(--ink);background:var(--paper-deep);border:0;border-radius:.8rem;padding:1.25rem 1.4rem;font-size:1.1rem;font-weight:750}.protocols-section{background:var(--paper-deep);padding:5rem 0}.protocol-grid{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.protocol-card{background:var(--white);border-top:4px solid var(--clay);border-radius:1rem;grid-template-columns:48px 1fr;gap:1rem;padding:1.7rem;display:grid;box-shadow:0 10px 32px #0000002e}.protocol-number{color:var(--olive);font-weight:800}.protocol-question{color:var(--ink);font-weight:700}.protocol-note{max-width:790px;margin-top:2rem}.join-section{grid-template-columns:1fr .9fr;gap:4rem;padding-top:5rem;padding-bottom:5rem;display:grid}.interest-form{background:var(--white);border:1px solid var(--line);border-radius:1rem;padding:2rem;box-shadow:0 14px 40px #0003}.interest-form label{margin-bottom:1rem;font-size:.88rem;font-weight:700;display:block}input,select,textarea{width:100%;color:var(--ink);font:inherit;background:#0d0e12;border:1px solid #f3f1ed33;border-radius:.55rem;margin-top:.4rem;padding:.8rem .9rem}select{color-scheme:dark}textarea{resize:vertical}.form-note{margin-top:1rem;font-size:.78rem}.site-footer{border-top:1px solid var(--line);justify-content:space-between;align-items:center;gap:2rem;width:min(1240px,100% - 2rem);margin:0 auto;padding:2rem 0 3rem;display:flex}.footer-links{gap:1rem;font-size:.84rem;display:flex}.site-footer p{margin:.25rem 0 0}.page-hero{border-bottom:1px solid var(--line);padding-top:4.5rem;padding-bottom:4rem}.page-hero h1{max-width:19ch;font-size:clamp(2.3rem,3.7vw,3.5rem)}.page-hero .hero-lede{max-width:760px}.content-section{padding-top:4.5rem;padding-bottom:4.5rem}.content-band{background:linear-gradient(135deg, var(--paper-deep), #18191c);padding:4.5rem 0}.two-column,.form-section{grid-template-columns:.8fr 1.2fr;align-items:start;gap:clamp(2rem,6vw,5rem);display:grid}.card-grid{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}.card-grid article{border:1px solid var(--line);background:var(--white);border-radius:.85rem;padding:1.6rem;box-shadow:0 8px 25px #00000024}.card-grid article p:last-child{margin-bottom:0}.step-list{counter-reset:steps;margin:0;padding:0;list-style:none}.step-list li{counter-increment:steps;border-top:1px solid var(--line);color:var(--muted);padding:1.2rem 0 1.2rem 3.5rem;position:relative}.step-list li:before{content:counter(steps, decimal-leading-zero);color:var(--gold);font-weight:800;position:absolute;left:0}.step-list strong{color:var(--ink);display:block}.wide-copy{max-width:740px;font-size:1.02rem}.notice{max-width:850px;box-shadow:inset 4px 0 var(--clay);background:#191716;border:1px solid #c96a3d4d;border-radius:.8rem;margin-top:2rem;padding:1.5rem}.notice p{margin:.4rem 0 0}.tag-list{flex-wrap:wrap;gap:.65rem;margin:2rem 0;display:flex}.tag-list span{background:#9aa56a12;border:1px solid #9aa56a59;border-radius:99px;padding:.55rem .8rem;font-size:.84rem;font-weight:700}.check-list{max-width:850px;margin:1.5rem 0 2.5rem;padding:0;list-style:none}.check-list li{border-bottom:1px solid var(--line);padding:.85rem 0 .85rem 2rem;position:relative}.check-list li:before{content:"✓";color:var(--olive);font-weight:900;position:absolute;left:0}.rule-top{border-top:1px solid var(--line)}.compact-cta{align-self:start}.compact-cta h3,.submission-form h2{font-size:2rem}.submission-form>.button{width:fit-content;margin-left:auto;display:flex}.form-grid{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.consent{grid-template-columns:auto 1fr;align-items:start;gap:.7rem;font-weight:500!important;display:grid!important}.consent input{width:auto;margin-top:.25rem}.honeypot{clip-path:inset(50%);width:1px;height:1px;overflow:hidden;position:absolute!important}.form-status{min-height:1.5rem;margin:1rem 0 0;font-weight:700}button:disabled{opacity:.6;cursor:wait}.prose{max-width:720px;padding-top:4rem;padding-bottom:5rem}.prose h2{margin-top:2.5rem;font-size:clamp(1.55rem,2.5vw,2.15rem)}.home-hero{min-height:calc(100vh - 72px);padding:clamp(2rem,3.5vw,3rem) 0 clamp(4rem,6vw,6rem)}.home-hero h1{max-width:10ch;font-size:clamp(3.2rem,6vw,5.8rem)}.home-hero .hero-copy>p{max-width:620px}.hero-contrast{border-left:2px solid var(--gold);width:min(100%,560px);color:var(--ink);margin:1.6rem 0 0;padding:.7rem 0 .7rem 1.2rem;font-family:Georgia,serif;font-size:clamp(1.05rem,1.5vw,1.25rem);font-style:italic;line-height:1.5}.jar-visual{border:1px solid var(--line);background:linear-gradient(145deg,#15171b,#090a0c);border-radius:1.2rem;overflow:hidden;box-shadow:0 28px 80px #0000006b}.jar-visual-heading{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;padding:1rem 1.2rem;display:flex}.jar-visual-heading strong{font-size:.9rem}.jar-visual-heading span{color:var(--gold);font-family:Georgia,serif;font-size:.78rem;font-style:italic}.jar-scene{aspect-ratio:1;position:relative;overflow:hidden}.jar-scene>p{color:var(--muted);text-align:center;letter-spacing:.02em;margin:0;font-size:.82rem;position:absolute;inset:auto 1rem 1.1rem}.jar-scene>p strong{color:var(--ink)}.logo-jar-scene{place-items:center;display:grid}.hero-logo-stage{aspect-ratio:1;width:82%;margin-bottom:4%;position:relative}.hero-jar-logo{object-fit:contain;filter:drop-shadow(0 18px 24px #0000006b);width:100%;height:100%;animation:4.8s ease-in-out infinite hero-logo-breathe}.hero-logo-stage .oil-motion{pointer-events:none;position:absolute;inset:0}.curved-oil-flow{filter:drop-shadow(0 0 2px #f3c659a6);width:100%;height:100%;position:absolute;inset:0;overflow:visible}.curved-oil-path{fill:none;stroke:url(#curved-oil-gradient);stroke-width:.22px;stroke-linecap:round;stroke-dasharray:1 3.2;opacity:.08}.curved-oil-flow-segment{fill:none;stroke:#ffe89a;stroke-width:1.05px;stroke-linecap:round;stroke-dasharray:7 93;filter:drop-shadow(0 0 1.8px #f3c659f2);animation:3.6s linear infinite oil-follow-path}.jar-opening-ripple{fill:none;stroke:#ffe89dd1;stroke-width:.3px;opacity:0;transform-box:fill-box;transform-origin:50%;animation:3.6s ease-out 2.65s infinite jar-opening-ripple}@keyframes oil-follow-path{0%{stroke-dashoffset:0;opacity:0}8%{opacity:.95}82%{opacity:.95}96%,to{stroke-dashoffset:-93px;opacity:0}}@keyframes jar-opening-ripple{0%,8%{opacity:0;transform:scale(.25)}24%{opacity:.72}62%,to{opacity:0;transform:scale(1.2)}}@keyframes hero-logo-breathe{0%,to{filter:drop-shadow(0 18px 24px #0000006b)drop-shadow(0 0 2px #d8aa4e1a)}50%{filter:drop-shadow(0 18px 24px #0000006b)drop-shadow(0 0 9px #d8aa4e4d)}}.home-conviction{border-block:1px solid var(--line);background:linear-gradient(135deg,#111318,#171916);padding:clamp(4rem,8vw,7rem) 0}.conviction-copy{max-width:850px}.conviction-copy>p{max-width:760px}.detail-links{grid-template-columns:repeat(2,1fr);gap:1rem;margin-top:3rem;display:grid}.detail-links a{border:1px solid var(--line);background:#131519d9;border-radius:.85rem;grid-template-columns:1fr auto;gap:.35rem 1rem;padding:1.4rem;text-decoration:none;transition:border-color .2s,transform .2s;display:grid}.detail-links a:hover{border-color:#d8aa4e8c;transform:translateY(-2px)}.detail-links span{color:var(--clay);text-transform:uppercase;letter-spacing:.12em;grid-column:1;font-size:.72rem;font-weight:800}.detail-links strong{grid-column:1}.detail-links i{color:var(--gold);grid-area:1/2/3;align-self:center;font-size:1.4rem;font-style:normal}.bring-section{border-block:1px solid var(--line);background:radial-gradient(circle at 20% 40%, #d8aa4e1a, transparent 28%), var(--paper-deep);padding:clamp(4rem,8vw,7rem) 0}.bring-grid{grid-template-columns:.85fr 1.15fr;align-items:start;gap:clamp(2.5rem,7vw,6rem);display:grid}.bring-copy{position:sticky;top:110px}.hashtag{border-top:1px solid var(--line);margin-top:2rem;padding-top:1.5rem}.hashtag strong{color:var(--gold)}.share-invitation{border:0;border-top:1px solid var(--line);width:100%;color:var(--muted);font:inherit;text-align:left;cursor:pointer;background:0 0;border-radius:0;align-items:center;gap:.8rem;padding-inline:0;transition:color .2s;display:flex}.share-invitation:hover{color:var(--ink)}.share-icon{width:34px;height:34px;color:var(--gold);border:1px solid #d8aa4e73;border-radius:50%;flex:none;place-items:center;transition:background .2s,transform .2s;display:grid}.share-invitation:hover .share-icon{background:#d8aa4e1f;transform:translateY(-1px)}.share-icon svg{width:16px;height:16px;fill:var(--paper-deep);stroke:currentColor;stroke-linecap:round;stroke-width:1.8px;overflow:visible}.vision-list{grid-template-columns:repeat(2,1fr);gap:1rem;margin-top:2.5rem;display:grid}.vision-list article{border:1px solid var(--line);background:var(--white);border-radius:.85rem;padding:1.5rem}.vision-list strong{font-size:1.1rem}.vision-list p{margin:.65rem 0 0}@media (width<=900px){.site-header .desktop-nav,.site-header .desktop-actions{display:none}.mobile-nav{display:block}.hero,.tension-grid,.pillar-grid,.pillar-grid-two,.join-section,.protocol-grid,.two-column,.form-section,.bring-grid{grid-template-columns:1fr}.hero{gap:2.5rem;padding:4rem 0}.hero:after{width:min(25rem,100%);right:0}.hero-statement{border-left:0;border-top:1px solid var(--line);padding:2rem 0 0}.feature-section,.feature-inner{grid-template-columns:1fr;gap:2rem}.flow{grid-template-columns:repeat(2,1fr)}.conversation-pipeline{grid-template-columns:1fr 1fr}.home-hero{min-height:auto}.home-hero h1{max-width:12ch}.jar-visual{width:min(540px,100%);margin-inline:auto}.bring-copy{position:static}}@media (width<=560px){body{padding-top:60px}.section-shell{width:min(100% - 1.5rem,1100px)}.site-header{min-height:60px}.header-inner{gap:.65rem;width:calc(100% - 1.5rem);min-height:60px}.brand-logo{width:32px;height:32px}.brand{white-space:nowrap;gap:.5rem;font-size:.92rem}.site-header .button{white-space:nowrap;border-radius:.6rem;padding:.58rem .72rem;font-size:.74rem}h1{font-size:2.6rem}.home-hero{gap:2.75rem;padding:2.75rem 0 4rem}.home-hero h1{font-size:clamp(2.75rem,14vw,3.6rem)}.home-hero .hero-lede{font-size:1.08rem!important}.home-hero .hero-copy>p:not(.hero-lede){font-size:.95rem;line-height:1.7}.hero-contrast{width:100%;margin-top:1.4rem;padding:.6rem 0 .6rem .9rem;font-size:1.04rem}.hero-actions{grid-template-columns:1fr 1fr;gap:.75rem;margin-top:1.6rem;display:grid}.hero-actions .button,.hero-actions .text-link{text-align:center;white-space:nowrap;justify-content:center;align-items:center;min-height:50px;padding:.75rem .6rem;font-size:.9rem;display:flex}.jar-visual{border-radius:1rem}.jar-visual-heading{padding:.85rem .9rem}.jar-visual-heading strong{font-size:.82rem}.jar-visual-heading span{font-size:.7rem}.jar-scene{aspect-ratio:1/1.08}.hero-logo-stage{width:78%;margin-bottom:13%}.jar-scene>p{font-size:.72rem;line-height:1.45;inset:auto .65rem .85rem}.page-hero{padding-top:3.5rem;padding-bottom:3rem}.conversation-pipeline{grid-template-columns:1fr}.site-footer{flex-direction:column}.card-grid,.form-grid,.detail-links,.vision-list{grid-template-columns:1fr}.mission-system{margin-inline:-.25rem}.system-heading{flex-direction:column;align-items:flex-start}.system-heading strong{text-align:left}.system-core{width:118px;height:118px}.system-core img{width:82px;height:82px}.community-word{font-size:.56rem}.community-fruit{gap:.45rem;font-size:.56rem}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.core-ring,.system-core img,.flow-light,.oil-level,.center-glow,.hero-jar-logo,.curved-oil-flow-segment,.jar-opening-ripple{animation:none}.flow-light{display:none}.oil-level{transform:scaleY(1)}.curved-oil-flow-segment{display:none}}
