@charset "UTF-8";
:root{--ink:#28202f;--paper:#f8f7f2;--lime:#d5f47d;--lilac:#c9b7e8;--muted:#726b78;--line:#dfdce1}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:30px}body{margin:0;background:var(--paper);color:var(--ink);font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;-webkit-font-smoothing:antialiased}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit}button{font:inherit;cursor:pointer}button:focus-visible,a:focus-visible,summary:focus-visible{outline:3px solid #8260ad;outline-offset:6px}button{border:0}img{max-width:100%;display:block}a{text-decoration:none}.wrap{width:min(1320px,calc(100% - 96px));margin-inline:auto}.nav{height:110px;display:flex;align-items:center;justify-content:space-between;gap:30px}.brand{font-size:32px;font-weight:760;letter-spacing:-2px;white-space:nowrap;display:flex;align-items:center}.brand span{font-weight:450}.brand i{width:9px;height:9px;background:#9473b4;border-radius:50%;margin:15px 0 0 4px}.nav nav{display:flex;gap:30px;font-size:14px}.nav nav a:hover,.text-link:hover{color:#795799}.button{display:inline-flex;align-items:center;justify-content:space-between;gap:30px;padding:19px 25px;border-radius:13px;background:var(--ink);color:white;font-weight:600;font-size:16px;min-height:54px;transition:transform .25s,background .25s}.button:hover{transform:translateY(-3px);background:#453450}.button:active{transform:scale(.98)}.button span{font-size:24px;line-height:1}.button.small{font-size:14px;padding:14px 19px;min-height:48px}.button.primary{background:var(--lime);color:var(--ink)}.button.primary:hover{background:#c5ea64}.hero{display:grid;grid-template-columns:1.08fr 1fr;min-height:720px;align-items:center;padding:45px 0 75px;gap:10px}.eyebrow{font-size:11px;font-weight:650;letter-spacing:1.7px;line-height:1.6;text-transform:uppercase;display:flex;align-items:center;gap:9px}.dot{display:inline-block;width:7px;height:7px;background:#90a958;border-radius:50%;flex:none}.hero h1{font-size:clamp(46px,4.7vw,69px);font-weight:600;letter-spacing:-3.8px;line-height:1.04;margin:29px 0 23px}.hero h1 em,h2 em{font-family:Georgia,"Times New Roman",serif;font-weight:400;letter-spacing:-2.6px;color:#88659e}.intro{font-size:21px;line-height:1.45;letter-spacing:-.4px}.description{max-width:440px;font-size:16px;line-height:1.7;color:var(--muted)}.hero-actions{display:flex;flex-wrap:wrap;gap:21px;align-items:center;margin-top:31px}.text-link{font-size:14px;display:flex;gap:12px;align-items:center}.micro{font-size:12px;color:var(--muted);margin-top:19px}.scene{isolation:isolate;position:relative;min-height:585px;align-self:stretch;display:grid;place-items:center;background:radial-gradient(ellipse at 50% 56%,#e9ddec 0,transparent 66%)}.scene-kicker{position:absolute;top:35px;left:50%;transform:translateX(-50%);white-space:nowrap;font-size:10px;letter-spacing:2px;color:#8f7c99}.orbit{position:absolute;width:95%;height:76%;border:1px solid #e2d9e8;border-radius:50%;transform:rotate(-28deg);z-index:-1}.orbit-two{width:67%;height:91%;transform:rotate(34deg)}.mascot{position:relative;background:none;padding:0;width:72%;height:480px;transform-origin:50% 80%;will-change:transform;touch-action:pan-y;z-index:2}.pose{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 12px 12px #7b597426);transition:opacity .25s;pointer-events:none}.quarter{opacity:0}.scene.turned .quarter{opacity:1}.scene.turned .front{opacity:0}.mascot-shadow{position:absolute;width:48%;height:28px;bottom:43px;background:#8e6c9140;filter:blur(18px);border-radius:50%}.bubble{position:absolute;top:85px;right:-4px;padding:16px 19px;background:white;border-radius:18px 18px 18px 3px;box-shadow:0 12px 36px #33213c0a;font-size:15px;font-weight:550;transform:rotate(5deg);z-index:4}.task{position:absolute;display:flex;align-items:center;gap:10px;background:#fffdf9;padding:14px 17px;border:1px solid #ffffffb0;border-radius:14px;box-shadow:0 12px 35px #28202f0d;z-index:3;pointer-events:none;transition:transform .55s cubic-bezier(.2,.8,.2,1)}.task b{font-size:12px;font-weight:600;white-space:nowrap}.task small{display:block;font-size:10px;color:var(--muted);margin-top:5px}.task-one{top:185px;left:-28px;transform:rotate(-8deg)}.task-two{bottom:130px;right:-12px;transform:rotate(7deg)}.task-three{bottom:55px;left:-7px;transform:rotate(-4deg)}.check,.task-symbol{display:grid;place-items:center;background:var(--lime);color:var(--ink);width:28px;height:28px;border-radius:50%;font-size:15px}.task-symbol{background:#e9dff3}.avatar{font-size:10px;width:24px;height:24px;border-radius:50%;background:#eddfd3;display:grid;place-items:center}.spark{color:#9773b2;font-size:28px;margin-left:24px}.scene-hint{position:absolute;bottom:-18px;left:0;right:0;text-align:center;color:#978c9b;font-size:11px}.scene-hint>span:first-child{margin-right:8px}.touch-hint{display:none}.scene.happy .task-one{transform:translate(8px,8px) rotate(0)}.scene.happy .task-two{transform:translate(-8px,-8px) rotate(0)}.scene.happy .task-three{transform:translate(15px,-3px) rotate(0)}.ticker{background:var(--ink);color:var(--lime);padding:25px 35px;display:flex;justify-content:space-around;align-items:center;gap:24px;overflow:hidden;font-size:11px;letter-spacing:2px;white-space:nowrap}.ticker i{font-size:28px;font-style:normal}.section{padding-top:105px;padding-bottom:105px}.muted{color:var(--muted)}h2{font-size:clamp(35px,3.8vw,54px);line-height:1.1;font-weight:550;letter-spacing:-2px;margin:20px 0 25px}h2 span{color:#938998}.section-heading>p:last-child{max-width:490px;line-height:1.7;color:var(--muted);font-size:16px}.features{display:grid;grid-template-columns:repeat(4,1fr);gap:0;margin-top:60px}.features article{padding:0 25px;border-left:1px solid var(--line)}.features article:first-child{padding-left:0;border:0}.feature-icon{display:grid;place-items:center;width:45px;height:45px;background:#eae2ef;border-radius:13px;font-size:28px;margin-bottom:30px}.features article:nth-child(even) .feature-icon{background:#e4edcf}h3{font-size:21px;font-weight:550;line-height:1.3;letter-spacing:-.5px}.features p,.steps p{font-size:14px;line-height:1.75;color:var(--muted)}.index{display:block;font-size:9px;letter-spacing:1.6px;color:#94879c;margin-top:35px}.inside{background:#ede8f0}.split{display:flex;align-items:end;justify-content:space-between;gap:70px}.split>p:last-child{max-width:330px;margin-bottom:29px}.app-view{border-radius:22px;overflow:hidden;background:#faf9f5;margin-top:30px}.app-view-top{display:flex;justify-content:space-between;padding:20px 26px;font-size:9px;letter-spacing:1.5px;border-bottom:1px solid #eee}.app-view-top .dot{margin-right:9px}.app-view>img{width:100%;max-height:590px;object-fit:contain}.gallery{display:grid;grid-template-columns:repeat(4,1fr);gap:15px;margin-top:20px}.gallery figure{margin:0;border-radius:12px;overflow:hidden;background:white}.gallery img{width:100%;height:auto}.caption{font-size:11px;line-height:1.6;color:var(--muted)}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:65px;margin-top:55px}.steps article{border-top:1px solid var(--line);padding-top:24px}.steps article>span{font-family:Georgia,serif;font-style:italic;font-size:36px;color:#a192a9}.founder{background:var(--ink);color:var(--paper)}.founder-grid{display:grid;grid-template-columns:.8fr 1fr;align-items:center;gap:95px}.portrait{position:relative}.portrait img{width:100%;height:500px;object-fit:cover;border-radius:120px 120px 12px 12px}.portrait>span{position:absolute;left:18px;bottom:18px;font-size:9px;letter-spacing:1.1px;border-radius:8px;padding:12px 16px;background:var(--paper);color:var(--ink)}.founder .eyebrow{color:var(--lilac)}.founder h2 em{color:var(--lilac)}blockquote{font-size:21px;line-height:1.5;letter-spacing:-.3px;margin:28px 0}.founder p:not(.eyebrow){color:#bcb3c3;line-height:1.7;font-size:14px}.socials{display:flex;flex-wrap:wrap;gap:20px;font-size:12px;margin-top:28px}.socials a{border-bottom:1px solid #756481;padding-bottom:8px}.faq{display:grid;grid-template-columns:1fr 1.3fr;gap:70px}details{border-bottom:1px solid var(--line);padding:23px 0}summary{cursor:pointer;list-style:none;font-size:18px;font-weight:500;display:flex;justify-content:space-between;gap:25px}summary::-webkit-details-marker{display:none}summary:after{content:'+';font-size:24px;font-weight:300}details[open] summary:after{content:'−'}details p{color:var(--muted);font-size:15px;line-height:1.7;max-width:560px}details a{text-decoration:underline}.closing{text-align:center;background:#e8e0ef;padding:65px 30px 70px;border-radius:25px;position:relative;overflow:hidden}.closing .eyebrow{justify-content:center}.closing h2{font-size:clamp(36px,4.8vw,65px)}.closing p:last-child{font-size:13px;color:var(--muted);margin-top:20px}.closing-star{position:absolute;left:6%;top:22%;font-size:100px;color:#cfbce1}.closing .button{margin-top:12px}footer{display:flex;align-items:center;justify-content:space-between;gap:25px;padding-top:45px;padding-bottom:45px}footer p,footer>a:last-child{font-size:11px;color:var(--muted)}dialog{border:0;border-radius:24px;background:var(--paper);color:var(--ink);padding:45px;max-width:480px;width:calc(100% - 32px);box-shadow:0 30px 100px #0003}dialog::backdrop{background:#201a2aaa;backdrop-filter:blur(6px)}dialog h2{font-size:42px}dialog>p:not(.eyebrow):not(.caption){font-size:16px;line-height:1.65;color:var(--muted)}dialog .button{width:100%;margin:10px 0}.close{position:absolute;right:17px;top:12px;background:none;font-size:30px;color:var(--muted);width:40px;height:40px}.dialog-mark{color:#9272aa;font-size:45px}.skip{position:absolute;left:10px;top:-80px;z-index:20;background:white;padding:15px}.skip:focus{top:10px}body.dialog-open{overflow:hidden}
@media(min-width:1500px){.hero{min-height:780px}.scene{min-height:620px}.mascot{height:510px}}
@media(max-width:1100px){.wrap{width:calc(100% - 60px)}.nav nav{gap:17px;font-size:12px}.hero h1{font-size:52px;letter-spacing:-2.7px}.hero{min-height:650px}.scene{min-height:530px}.mascot{height:410px}.bubble{right:0;font-size:12px;top:65px}.task-one{left:-12px;top:165px}.task-two{right:-5px}.task{padding:10px}.features article{padding:0 17px}.features h3{font-size:18px}.founder-grid{gap:50px}.portrait img{height:460px}}
@media(max-width:760px){.wrap{width:calc(100% - 36px)}.nav{height:85px;gap:12px}.brand{font-size:28px}.nav nav{display:none}.button.small{font-size:11px;padding:12px 14px;min-height:43px;gap:13px}.button.small span{font-size:18px}.hero{display:flex;flex-direction:column;padding:28px 0 45px;gap:6px;align-items:stretch}.hero h1{font-size:clamp(44px,10vw,67px);letter-spacing:-2.8px;margin:22px 0}.hero h1 em{letter-spacing:-2px}.hero .eyebrow{font-size:9px;letter-spacing:1.1px}.intro{font-size:19px}.description{font-size:15px;max-width:500px}.hero-actions{gap:20px;margin-top:25px}.hero-actions .button{font-size:14px;padding:17px 19px;gap:20px}.micro{font-size:10px}.scene{min-height:470px;margin-top:10px;max-width:500px;width:100%;align-self:center}.mascot{height:370px;width:70%}.scene-kicker{top:15px;font-size:8px}.bubble{top:52px;right:0;font-size:12px}.task-one{top:160px;left:0}.task-two{bottom:100px;right:0}.task-three{bottom:32px;left:9px}.task b{font-size:10px}.task small{font-size:9px}.scene-hint{font-size:10px;bottom:-12px}.mascot-shadow{bottom:38px}.ticker{justify-content:start;padding:21px 25px;font-size:9px;gap:24px}.ticker i{font-size:20px}.section{padding-top:65px;padding-bottom:65px}h2{font-size:36px;letter-spacing:-1.7px}.section-heading>p:last-child{font-size:15px}.features{grid-template-columns:1fr 1fr;gap:32px 18px;margin-top:37px}.features article,.features article:first-child{padding:0;border:0}.feature-icon{margin-bottom:19px;width:38px;height:38px;font-size:23px}.features h3{font-size:18px}.features p{font-size:13px}.index{font-size:8px;margin-top:20px}.split{display:block}.split>p:last-child{max-width:500px}.app-view{border-radius:14px}.app-view-top{font-size:7px;padding:14px 12px;letter-spacing:.7px}.gallery{grid-template-columns:1fr 1fr;gap:10px}.caption{font-size:10px}.steps{grid-template-columns:1fr;gap:25px;margin-top:35px}.steps article{padding-left:55px;position:relative}.steps article>span{position:absolute;left:0;top:27px;font-size:29px}.steps h3{margin-top:4px}.steps p{margin-bottom:0}.founder-grid{grid-template-columns:1fr;gap:35px}.portrait{max-width:400px}.portrait img{height:360px;border-radius:70px 70px 10px 10px}.founder h2{font-size:36px}.founder blockquote{font-size:19px}.founder .eyebrow{font-size:9px}.faq{grid-template-columns:1fr;gap:0}.faq h2 br{display:none}summary{font-size:16px}details p{font-size:14px}.closing{padding:44px 18px}.closing-star{font-size:55px;left:auto;right:-10px;top:10px}.closing h2{font-size:36px}.closing .eyebrow{font-size:9px}.closing .button{font-size:14px;gap:20px}.closing p:last-child{font-size:11px}footer{flex-wrap:wrap;padding:30px 0;gap:18px}footer p{order:3;width:100%;margin:0;font-size:10px}footer>a:last-child{margin-left:auto}dialog{padding:35px 25px}dialog h2{font-size:36px}}
@media(hover:none){.desktop-hint{display:none}.touch-hint{display:inline}.button:hover{transform:none}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}.mascot{will-change:auto}}
