:root{--bg:#09090f;--surface:#111117;--surface-2:#18181f;--border:#ffffff12;--border-2:#ffffff21;--green:#68a848;--green-hi:#82c25a;--green-dim:#68a8481f;--green-glow:#68a84840;--amber:#c8a84b;--amber-hi:#d4b866;--amber-dim:#c8a84b1f;--red:#c0392b;--red-mid:#e05a4a;--text:#eeebe3;--text-2:#c0bdb6;--muted:#6e6c65;--muted-2:#9a9890;--nav-h:74px;--w:min(1120px, 92vw);--font:"Sora", "Space Grotesk", system-ui, sans-serif}*,:before,:after{box-sizing:border-box}html{height:100%;margin:0;overflow:hidden}body{height:100%;font-family:var(--font);color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;margin:0;overflow:hidden}body.nav-open{overflow:hidden}#root{flex-direction:column;height:100%;display:flex}a{color:inherit;text-decoration:none}p,ul,h1,h2,h3{margin:0;padding:0}ul{list-style:none}.snap-root{scroll-snap-type:y mandatory;scrollbar-width:none;background:var(--bg);flex:1;overflow-y:scroll}.snap-root::-webkit-scrollbar{display:none}.snap-track{background:linear-gradient(#09090f 0 14.2857%,#f4f2ec 14.2857% 28.5714%,#09090f 28.5714% 42.8571%,#f4f2ec 42.8571% 57.1429%,#09090f 57.1429% 71.4286%,#f4f2ec 71.4286% 85.7143%,#09090f 85.7143% 100%);position:relative}.snap-section{scroll-snap-align:start;height:100dvh;min-height:100dvh;padding:var(--nav-h) 0 0;z-index:1;background:0 0;flex-direction:column;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.snap-section.section-light{--text:#16160f;--text-2:#37372f;--muted:#7d7b72;--muted-2:#52514a;--surface:#fff;--surface-2:#ebe9e2;--border:#0000001a;--border-2:#00000029}.snap-footer{scroll-snap-align:start}.container{width:var(--w);margin:0 auto}.hero-center,.s-center,.mission-text,.mission-vis{opacity:0;transition:opacity .7s cubic-bezier(.22,1,.36,1),transform .7s cubic-bezier(.22,1,.36,1);transform:translateY(24px)}.mission-vis{transition-delay:.12s}.hero-center.is-in,.s-center.is-in,.mission-text.is-in,.mission-vis.is-in{opacity:1;transform:translateY(0)}.nav{z-index:200;height:var(--nav-h);border-bottom:1px solid #0000;transition:background .35s,border-color .35s,-webkit-backdrop-filter .35s,backdrop-filter .35s;position:fixed;inset:0 0 auto}.nav--scrolled{border-color:var(--border-2);-webkit-backdrop-filter:blur(18px)saturate(140%);backdrop-filter:blur(18px)saturate(140%);background:#09090fd9}.nav-inner{align-items:center;gap:20px;height:100%;display:flex}.nav-logo{letter-spacing:-.02em;align-items:center;gap:11px;margin-right:auto;font-size:21px;font-weight:700;display:flex}.nav-logo img{border-radius:8px;width:32px;height:32px}.nav-links{color:var(--muted-2);gap:28px;font-size:15px;font-weight:500;display:flex}.nav-links a:hover{color:var(--text)}.nav-cta{background:var(--green);color:#fff;white-space:nowrap;border-radius:999px;padding:10px 20px;font-size:15px;font-weight:700;transition:background .2s,box-shadow .2s}.nav-cta:hover{background:var(--green-hi);box-shadow:0 6px 20px var(--green-glow)}.nav-toggle{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:6px;display:none}.nav-toggle span{background:var(--text);border-radius:2px;width:20px;height:2px;display:block}.nav-mobile{border-top:1px solid var(--border);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#09090ff7;flex-direction:column;gap:2px;padding:8px 0 16px;display:flex}.nav-mobile a{color:var(--text-2);border-bottom:1px solid var(--border);padding:11px 0;font-size:16px;font-weight:600}.nav-mobile .nav-cta{text-align:center;border-radius:12px;margin-top:8px;padding:12px 18px}.hero-center{text-align:center;flex-direction:column;align-items:center;max-width:900px;margin:0 auto;padding-bottom:40px;display:flex}.badge{border:1px solid var(--border-2);background:var(--surface);letter-spacing:.06em;text-transform:uppercase;color:var(--text-2);border-radius:999px;align-items:center;gap:8px;width:fit-content;margin-bottom:28px;padding:6px 14px;font-size:11px;font-weight:700;transition:border-color .2s,color .2s;display:inline-flex}.badge:hover{border-color:var(--muted-2);color:var(--text)}.badge-dot{background:var(--green);border-radius:50%;width:6px;height:6px;animation:2s infinite blink}@keyframes blink{0%,to{opacity:1}50%{opacity:.25}}.hero-h1{letter-spacing:-.04em;color:var(--text);margin-bottom:22px;font-size:clamp(40px,5.6vw,72px);font-weight:900;line-height:1.04}.hero-relief{color:var(--green-hi);margin-top:.12em;display:inline-block}.loop-wrap{display:inline-block;position:relative}.loop-word{will-change:transform, opacity, filter;animation:.6s cubic-bezier(.22,1,.36,1) loopWord;display:inline-block}@keyframes loopWord{0%{opacity:0;filter:blur(5px);transform:translateY(.45em)}60%{opacity:1;filter:blur()}to{opacity:1;transform:translateY(0)}}.hero-sub{color:var(--muted-2);max-width:560px;margin:0 auto 28px;font-size:18px;line-height:1.65}.hero-ctas{flex-wrap:wrap;justify-content:center;gap:12px;display:flex}.hero-btn{border-radius:999px;padding:13px 26px;font-size:15px;font-weight:700;transition:background .2s,box-shadow .2s,border-color .2s,transform .15s}.hero-btn--primary{background:var(--green);color:#fff}.hero-btn--primary:hover{background:var(--green-hi);box-shadow:0 8px 24px var(--green-glow);transform:translateY(-1px)}.hero-btn--ghost{border:1px solid var(--border-2);color:var(--text)}.hero-btn--ghost:hover{border-color:var(--muted-2)}.trust-line{color:var(--muted);letter-spacing:.02em;margin-top:14px;font-size:12px}.scroll-hint{color:var(--muted);animation:2.2s ease-in-out infinite bob;position:absolute;bottom:20px;left:50%;transform:translate(-50%)}@keyframes bob{0%,to{transform:translate(-50%)translateY(0)}50%{transform:translate(-50%)translateY(5px)}}.mc{border:1px solid var(--border-2);background:var(--surface);opacity:0;border-radius:22px;width:100%;max-width:360px;transition:opacity .7s cubic-bezier(.22,1,.36,1) .1s,transform .7s cubic-bezier(.22,1,.36,1) .1s;overflow:hidden;transform:translateY(16px)scale(.97);box-shadow:0 32px 72px #0000008c}.mc--on{opacity:1;transform:translateY(0)scale(1)}.mc-top{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:14px 18px 12px;display:flex}.mc-pill{letter-spacing:.1em;text-transform:uppercase;color:var(--muted-2);font-size:10px;font-weight:800}.mc-status{color:var(--muted-2);background:var(--surface-2);border-radius:6px;padding:3px 8px;font-size:11px;font-weight:600}.mc-body{padding:16px 18px 12px}.mc-action{color:var(--text);font-size:20px;font-weight:800;line-height:1.2}.mc-target{color:var(--text);margin:2px 0 6px;font-size:22px;font-weight:900;line-height:1.15}.mc-due{color:var(--muted-2);font-size:13px}.mc-effects{border-top:1px solid var(--border);flex-direction:column;gap:8px;padding:12px 18px;display:flex}.mc-row{color:var(--text-2);align-items:center;gap:10px;font-size:13px;display:flex}.mc-icon{background:var(--green-dim);width:22px;height:22px;color:var(--green-hi);border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;font-size:11px;font-weight:800;display:flex}.mc-icon--a{background:var(--amber-dim);color:var(--amber-hi)}.mc-icon--d{background:var(--border);color:var(--muted-2)}.mc-actions{border-top:1px solid var(--border);flex-direction:column;gap:7px;padding:12px 18px 16px;display:flex}.mc-btn-row{gap:7px;display:flex}.mc-btn{border:1px solid var(--border);font-family:var(--font);cursor:default;text-align:center;color:var(--muted-2);background:0 0;border-radius:10px;flex:1;padding:10px;font-size:13px;font-weight:700}.mc-btn--primary{background:var(--green);color:#fff;border-color:#0000}.s-center{text-align:center;flex-direction:column;align-items:center;gap:0;max-width:820px;padding:0 0 20px;display:flex}.s-label{letter-spacing:.16em;text-transform:uppercase;color:var(--muted-2);margin-bottom:14px;font-size:11px;font-weight:700}.s-h2{letter-spacing:-.03em;color:var(--text);margin-bottom:18px;font-size:clamp(34px,4.5vw,58px);font-weight:900;line-height:1.05}.s-sub{color:var(--muted-2);max-width:600px;margin-bottom:36px;font-size:17px;line-height:1.65}.im{flex-direction:column;align-items:center;gap:18px;width:100%;display:flex}.im-stat{align-items:baseline;gap:4px;display:flex}.im-dollar{color:var(--red-mid);font-size:clamp(32px,4vw,48px);font-weight:900}.im-num{letter-spacing:-.05em;color:var(--red-mid);font-size:clamp(68px,10vw,108px);font-weight:900;line-height:1}.im-unit{color:var(--muted);font-size:clamp(24px,3vw,36px);font-weight:700}.im-cap{color:var(--muted-2);max-width:500px;font-size:16px;line-height:1.55}.im-bars{flex-direction:column;gap:10px;width:100%;max-width:440px;display:flex}.im-row{grid-template-columns:72px 1fr 36px;align-items:center;gap:12px;display:grid}.im-bar-label{color:var(--muted);text-align:right;font-size:12px;font-weight:700}.im-pct{color:var(--muted);font-size:12px;font-weight:700}.im-track{background:var(--surface-2);border-radius:4px;height:8px;overflow:hidden}.im-fill{border-radius:4px;height:100%;transition:width 1.3s cubic-bezier(.22,1,.36,1)}.im-fill--red{background:linear-gradient(90deg, #7a1e14, var(--red-mid))}.im-fill--green{background:linear-gradient(90deg, #3d7828, var(--green))}.im-note{color:var(--muted);letter-spacing:.01em;font-size:11px}.im-bottom{color:var(--muted-2);text-align:center;max-width:520px;margin-top:8px;font-size:16px;line-height:1.65}.emotion-cloud{flex-wrap:wrap;justify-content:center;align-items:center;gap:4px 24px;max-width:900px;margin:18px auto 34px;line-height:1.05;display:flex}.toll-word{color:var(--text-2);white-space:nowrap;will-change:transform;font-weight:700;animation:6s ease-in-out infinite tollFloat;display:inline-block}.toll-word:nth-child(2n){animation-direction:reverse}.toll-word--sm{font-size:clamp(13px,1.8vw,19px);font-weight:600}.toll-word--md{font-size:clamp(18px,2.6vw,30px);font-weight:700}.toll-word--lg{letter-spacing:-.01em;font-size:clamp(26px,4.2vw,48px);font-weight:800}.toll-word--xl{letter-spacing:-.03em;font-size:clamp(34px,6.4vw,72px);font-weight:900}.toll-word--muted{color:var(--muted)}.toll-word--strong{color:var(--text)}.toll-word--red{color:var(--red-mid)}@keyframes tollFloat{0%,to{transform:translateY(0)rotate(0)}50%{transform:translateY(-9px)rotate(-.6deg)}}.toll-close{color:var(--muted-2);text-align:center;max-width:600px;margin:0 auto;font-size:17px;line-height:1.65}.toll-close strong{color:var(--text)}@media (prefers-reduced-motion:reduce){.toll-word{animation:none}}.rv{--rv-dim:#1e1e1961;--rv-amber-ink:#a87f1e;width:100%;max-width:620px;margin:4px auto 0}.rv-svg{width:100%;display:block;overflow:visible}.rv-axis{stroke:var(--border-2);stroke-width:1.5px}.rv-bal{fill:var(--text);font-family:var(--font);font-size:16px;font-weight:800}.rv-tick{fill:var(--muted);font-family:var(--font);font-size:11px;font-weight:600}.rv-curve{stroke-dasharray:var(--len,600);stroke-dashoffset:var(--len,600);transition:stroke-dashoffset 1.2s cubic-bezier(.22,1,.36,1)}.rv-curve--on{stroke-dashoffset:0}.rv-area{fill:var(--green-dim)}.rv-dot{stroke:var(--surface);stroke-width:2.5px}.rv-dot--start{fill:var(--text)}.rv-dot--green{fill:var(--green)}.rv-dot--amber{fill:var(--amber)}.rv-dot--dim{fill:var(--muted)}.rv-date{font-family:var(--font);font-size:12.5px;font-weight:700}.rv-date--green{fill:var(--green)}.rv-date--amber{fill:var(--rv-amber-ink)}.rv-date--dim{fill:var(--muted)}.rv-save{font-family:var(--font);fill:var(--green);font-size:12.5px;font-weight:700}.rv-legend{flex-wrap:wrap;justify-content:center;gap:28px;margin-top:20px;display:flex}.rv-legend-item{color:var(--muted-2);align-items:center;gap:8px;font-size:13px;font-weight:600;display:flex}.rv-legend--green{color:var(--green)}.rv-legend--amber{color:#a87f1e}.rv-legend-line{background:#1e1e1961;border-radius:2px;width:24px;height:3px;display:inline-block}.rv-legend-line--green{background:var(--green)}.rv-legend-line--amber{background:var(--amber)}.mission-grid{grid-template-columns:1fr 380px;align-items:center;gap:64px;display:grid}.mission-text{flex-direction:column;display:flex}.mission-vis{justify-content:center;align-items:center;display:flex}.principles{flex-direction:column;gap:12px;margin-top:6px;display:flex}.principles li{color:var(--text-2);align-items:flex-start;gap:10px;font-size:14px;line-height:1.55;display:flex}.p-mark{color:var(--muted-2);flex-shrink:0;margin-top:1px}.vf{flex-wrap:wrap;justify-content:center;align-items:center;gap:0;margin:8px 0 24px;display:flex}.vf-step{opacity:0;flex-direction:column;align-items:center;gap:8px;transition:opacity .45s cubic-bezier(.22,1,.36,1),transform .45s cubic-bezier(.22,1,.36,1);display:flex;transform:translateY(10px)}.vf-step--on{opacity:1;transform:translateY(0)}.vf-icon{border:1px solid var(--border-2);background:var(--surface);width:52px;height:52px;color:var(--text-2);border-radius:15px;justify-content:center;align-items:center;font-size:18px;display:flex}.vf-step:last-of-type .vf-icon{color:var(--green-hi);border-color:#68a84866}.vf-label{letter-spacing:.06em;text-transform:uppercase;color:var(--muted);text-align:center;font-size:11px;font-weight:700}.vf-connector{background:var(--border-2);opacity:0;width:36px;height:1px;margin-bottom:26px;transition:opacity .3s}.vf-connector--on{opacity:1}.vf-callout{border:1px solid var(--border);background:var(--surface);text-align:center;border-radius:16px;max-width:540px;padding:20px 24px}.vf-callout strong{color:var(--text);margin-bottom:8px;font-size:15px;display:block}.vf-callout p{color:var(--text-2);font-size:14px;line-height:1.6}.offer-list{background:var(--surface);border:1px solid var(--border-2);text-align:left;border-radius:18px;flex-direction:column;gap:12px;width:100%;max-width:520px;margin-bottom:28px;padding:22px 26px;display:flex}.offer-list li{color:var(--text-2);align-items:flex-start;gap:10px;font-size:15px;line-height:1.55;display:flex}footer,.snap-footer footer{background:var(--surface);border-top:1px solid var(--border);padding:48px 0 32px}.foot-grid{width:var(--w);flex-wrap:wrap;justify-content:space-between;gap:40px;margin-bottom:32px;margin-left:auto;margin-right:auto;display:flex}.foot-grid>*{flex:0 auto}.foot-grid strong{margin-bottom:6px;font-size:15px;font-weight:700;display:block}.foot-grid p{color:var(--muted-2);margin-bottom:6px;font-size:14px;line-height:1.6}.foot-grid a:hover{color:var(--green-hi)}.footer-socials{flex-wrap:wrap;gap:14px;margin-top:14px;display:flex}.social-link{color:var(--muted);align-items:center;gap:6px;font-size:13px;font-weight:500;transition:color .2s;display:inline-flex}.social-link svg{fill:currentColor;width:15px;height:15px}.social-link:hover{color:var(--text)}.year-margin{color:var(--muted);border-top:1px solid var(--border);width:var(--w);margin:0 auto;padding-top:20px;font-size:12px}@media (width<=860px){.mission-grid{grid-template-columns:1fr;gap:32px}.mission-vis,.nav-links{display:none}.nav-toggle{display:flex}.s-h2{font-size:clamp(28px,7vw,44px)}.vf-connector{width:18px}.foot-grid{flex-direction:column;gap:24px}}@media (width<=540px){:root{--nav-h:52px}.hero-h1{font-size:clamp(36px,9.5vw,52px)}.im-num{font-size:clamp(56px,14vw,80px)}.offer-list{padding:16px 18px}.vf-connector{display:none}.vf{flex-wrap:wrap;gap:10px}.vf-icon{width:44px;height:44px;font-size:16px}}@media (prefers-reduced-motion:reduce){.hero-center,.s-center,.mission-text,.mission-vis,.mc,.vf-step{opacity:1;transition:none;transform:none}.vf-connector{opacity:1;transition:none}.loop-word,.badge-dot,.scroll-hint{animation:none}.snap-root{scroll-snap-type:none}}html.about-page,html.about-page body{height:auto;min-height:100%;overflow:auto}html.about-page #root{height:auto;min-height:100vh}.about-root{background:var(--bg);flex-direction:column;min-height:100vh;display:flex}.about-main{padding-top:calc(var(--nav-h) + 72px);flex:1;padding-bottom:96px}.about-hero{text-align:center;max-width:780px;margin:0 auto 80px}.about-h1{letter-spacing:-.04em;color:var(--text);margin:14px 0 20px;font-size:clamp(38px,5.5vw,64px);font-weight:900;line-height:1.05}.about-h1 em{color:var(--green-hi);font-style:normal}.about-lead{color:var(--muted-2);max-width:620px;margin:0 auto;font-size:18px;line-height:1.7}.about-section{max-width:700px;margin:0 auto 64px}.about-card{background:var(--surface);border:1px solid var(--border-2);border-radius:22px;padding:36px 40px}.about-h2{letter-spacing:-.03em;color:var(--text);margin:12px 0 18px;font-size:clamp(24px,3vw,36px);font-weight:800;line-height:1.15}.about-p{color:var(--muted-2);margin-bottom:14px;font-size:16px;line-height:1.75}.about-p:last-child{margin-bottom:0}.about-p a{color:var(--green-hi);text-underline-offset:3px;text-decoration:underline}.founder-card{background:var(--surface);border:1px solid var(--border-2);border-radius:20px;align-items:flex-start;gap:20px;padding:28px 32px;display:flex}.founder-avatar{background:var(--green-dim);width:52px;height:52px;color:var(--green-hi);border:1px solid #68a84833;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;font-size:20px;font-weight:900;display:flex}.founder-info{flex-direction:column;gap:3px;display:flex}.founder-info strong{color:var(--text);font-size:18px;font-weight:800}.founder-info>span{color:var(--green-hi);margin-bottom:10px;font-size:13px;font-weight:600}.founder-info p{color:var(--muted-2);margin:0;font-size:15px;line-height:1.65}.about-contact .about-p{font-size:17px}@media (width<=600px){.about-card{padding:24px 20px}.founder-card{flex-direction:column;gap:16px}.about-main{padding-top:calc(var(--nav-h) + 40px);padding-bottom:64px}}
