
:root{--e:#0f5b3d;--ed:#083d2a;--gold:#d4a017;--ivory:#faf7f0;--paper:#fffdf8;--sage:#e6f0e6;--ink:#18211d;--muted:#6b6f72;--line:rgba(15,91,61,.15);--shadow:0 24px 80px rgba(8,61,42,.10)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--ivory);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;overflow-x:hidden}.shell{width:min(1160px,calc(100% - 40px));margin:auto}.skip{position:fixed;left:12px;top:-60px;background:var(--ed);color:#fff;padding:10px 14px;z-index:20}.skip:focus{top:12px}.noise{position:fixed;inset:0;pointer-events:none;opacity:.035;z-index:-1;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.45'/%3E%3C/svg%3E")}.orb{position:fixed;border-radius:50%;filter:blur(100px);z-index:-2;opacity:.34}.orb-a{width:430px;height:430px;background:#b8dfc8;right:-150px;top:-170px}.orb-b{width:370px;height:370px;background:#f3df9d;left:-180px;bottom:-160px}.topbar{height:90px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.brand img{display:block;width:205px}.top-actions{display:flex;align-items:center;gap:12px}.ghost{border:1px solid var(--line);background:rgba(255,255,255,.5);padding:9px 13px;border-radius:999px;color:var(--ed);font-weight:750;cursor:pointer}.live{display:flex;align-items:center;gap:9px;padding:10px 14px;border:1px solid var(--line);background:rgba(255,255,255,.6);backdrop-filter:blur(16px);border-radius:999px;color:var(--ed);font-size:13px;font-weight:750}.live i{width:8px;height:8px;border-radius:50%;background:#2aaa69;box-shadow:0 0 0 5px rgba(42,170,105,.13)}.hero{min-height:650px;display:grid;grid-template-columns:1.13fr .87fr;gap:70px;align-items:center;padding:78px 0 66px}.eyebrow{margin:0 0 17px;color:var(--e);font-size:12px;line-height:1.3;font-weight:850;text-transform:uppercase;letter-spacing:.16em}.hero h1,.section-title h2,.promise h2{font-family:Poppins,Inter,sans-serif;letter-spacing:-.045em}.hero h1{font-size:clamp(52px,6vw,82px);line-height:1.02;margin:0}.hero h1 em{font-style:normal;color:var(--e)}.lead{font-size:19px;line-height:1.7;color:#4f5753;max-width:650px;margin:27px 0 29px}.launch-meta{display:flex;align-items:center;gap:14px;font-size:14px}.launch-meta strong{background:var(--e);color:#fff;border-radius:999px;padding:9px 13px}.launch-meta span{color:var(--muted);font-weight:650}.count-card{position:relative;background:rgba(255,255,255,.74);border:1px solid var(--line);box-shadow:var(--shadow);border-radius:28px;padding:34px;backdrop-filter:blur(22px);overflow:hidden}.count-card:after{content:"";position:absolute;width:220px;height:220px;border-radius:50%;background:radial-gradient(circle,rgba(212,160,23,.19),transparent 70%);right:-75px;top:-85px}.card-head{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;font-weight:800}.card-head small{color:var(--e);background:var(--sage);padding:7px 10px;border-radius:999px}.countdown{position:relative;z-index:1;display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-top:26px}.countdown div{text-align:center;padding:22px 10px;border:1px solid var(--line);border-radius:18px;background:var(--ivory)}.countdown b{display:block;color:var(--ed);font-size:39px;line-height:1;letter-spacing:-.04em}.countdown small{display:block;margin-top:8px;color:var(--muted);font-size:11px;text-transform:uppercase;letter-spacing:.12em;font-weight:800}.count-foot{display:flex;align-items:center;gap:10px;margin-top:20px;color:var(--muted);font-size:13px}.count-foot img{width:24px;height:24px}.progress,.updates{padding:90px 0 50px}.section-title{display:flex;align-items:flex-end;justify-content:space-between;gap:42px;margin-bottom:30px}.section-title h2,.promise h2{font-size:40px;line-height:1.13;margin:0}.section-title>p{max-width:430px;color:var(--muted);line-height:1.65;margin:0}.progress-card{padding:30px;background:rgba(255,255,255,.72);border:1px solid var(--line);border-radius:27px;box-shadow:0 18px 60px rgba(8,61,42,.07)}.progress-summary{display:flex;align-items:center;justify-content:space-between;gap:20px}.progress-summary span{display:block;color:var(--muted);font-size:13px;margin-bottom:7px}.progress-summary strong{font-size:20px}.score{text-align:right}.score b{display:block;color:var(--e);font-size:34px;line-height:1}.score span{margin:6px 0 0}.bar{height:8px;background:#e7ebe8;border-radius:99px;margin:27px 0 37px;overflow:hidden}.bar i{display:block;width:0;height:100%;background:linear-gradient(90deg,var(--e),#28a96b);border-radius:99px;transition:width 1.2s cubic-bezier(.2,.8,.2,1)}.roadmap{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(5,1fr)}.roadmap li{position:relative;text-align:center}.roadmap li:before{content:"";position:absolute;height:2px;background:#dfe4e1;left:0;right:0;top:19px}.roadmap li:first-child:before{left:50%}.roadmap li:last-child:before{right:50%}.roadmap .done:before,.roadmap .active:before{background:var(--e)}.roadmap i{position:relative;z-index:1;width:40px;height:40px;display:grid;place-items:center;margin:auto auto 13px;border:2px solid #dfe4e1;border-radius:50%;background:#fff;color:#8c938f;font-size:13px;font-weight:850;font-style:normal}.roadmap .done i{background:var(--e);border-color:var(--e);color:#fff}.roadmap .active i{border-color:var(--gold);background:#fff8dd;color:#8f6800;box-shadow:0 0 0 6px rgba(212,160,23,.13)}.roadmap b{display:block;font-size:14px}.roadmap small{display:block;color:var(--muted);font-size:11px;margin-top:4px}.update-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.update{min-height:225px;padding:28px;border-radius:23px;background:rgba(255,255,255,.62);border:1px solid var(--line)}.update .num{display:inline-grid;place-items:center;width:38px;height:38px;border-radius:12px;background:var(--sage);color:var(--e);font-size:12px;font-weight:850}.update h3{font-size:20px;margin:30px 0 10px}.update p{color:var(--muted);line-height:1.65;margin:0}.update .state{display:inline-block;margin-top:20px;color:var(--e);font-size:12px;font-weight:800}.promise{display:flex;align-items:center;justify-content:center;gap:34px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:82px 0}.promise img{width:86px}.promise .eyebrow{margin-bottom:10px}.footer{display:flex;justify-content:space-between;gap:24px;color:var(--muted);font-size:12px;padding:28px 0 42px}.reveal{opacity:0;transform:translateY(16px);transition:opacity .7s ease,transform .7s ease}.reveal.visible{opacity:1;transform:none}@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important;animation:none!important}.reveal{opacity:1;transform:none}}@media(max-width:860px){.topbar{height:76px}.brand img{width:168px}.live span{display:none}.live{padding:10px}.hero{grid-template-columns:1fr;gap:34px;min-height:auto;padding:58px 0}.hero h1{font-size:clamp(43px,12vw,61px)}.lead{font-size:17px}.count-card{padding:25px}.section-title{display:block}.section-title>p{margin-top:15px}.section-title h2,.promise h2{font-size:32px}.roadmap{overflow-x:auto;grid-template-columns:repeat(5,125px);padding-bottom:8px}.update-grid{grid-template-columns:1fr}.update{min-height:0}.promise{justify-content:flex-start;padding:65px 0}.footer{display:block;line-height:1.65}.footer span{display:block}.footer span+span{margin-top:7px}}@media(max-width:480px){.shell,.topbar{width:min(100% - 28px,1160px)}.brand img{width:148px}.ghost{padding:8px 11px}.hero{padding-top:46px}.hero h1{font-size:42px}.lead{font-size:16px}.launch-meta{align-items:flex-start;flex-direction:column;gap:10px}.count-card{border-radius:22px}.countdown div{padding:18px 8px}.countdown b{font-size:33px}.progress,.updates{padding-top:67px}.progress-card{padding:22px 16px}.progress-summary{align-items:flex-start}.progress-summary strong{font-size:17px}.score b{font-size:28px}.section-title h2,.promise h2{font-size:29px}.promise{gap:20px}.promise img{width:65px}}

.footer{align-items:flex-end}.footer>div{display:flex;flex-direction:column;gap:.35rem}.footer small{color:var(--muted);font-size:.78rem}.founder-credit{text-align:right}.founder-credit span{font-weight:700;color:var(--ink)}@media(max-width:680px){.footer{align-items:flex-start}.founder-credit{text-align:left}}
