@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=Lora:ital,wght@0,400;0,600;0,700;1,400;1,500;1,600;1,700&display=swap");:root{--bg:#f7f6f3;--bg2:#f0eee9;--bg3:#e9e6e0;--surface:#fff;--border:rgba(0,0,0,.07);--border2:rgba(0,0,0,.12);--ink:#17171a;--ink2:#44424d;--ink3:#78757f;--ink4:#a6a3ad;--green:#4a7855;--green2:#5a8e65;--green-m:rgba(74,120,85,.1);--green-s:rgba(74,120,85,.05);--fi:"Inter",system-ui,sans-serif;--fl:"Lora",Georgia,serif;--fm:"SF Mono","Fira Code",monospace}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--fi);background:var(--bg);color:var(--ink);overflow-x:hidden;-webkit-font-smoothing:antialiased;font-size:16px}.nav-outer{position:fixed;top:1.25rem;left:50%;transform:translateX(-50%);z-index:200;width:min(92vw,820px)}.nav-pill{justify-content:space-between;background:hsla(0,0%,100%,.92);backdrop-filter:blur(20px) saturate(1.4);border:1px solid rgba(0,0,0,.09);border-radius:100px;padding:.4rem .4rem .4rem 1.25rem;box-shadow:0 2px 8px rgba(0,0,0,.06),inset 0 0 0 1px hsla(0,0%,100%,.5)}.nav-logo,.nav-pill{display:flex;align-items:center}.nav-logo{text-decoration:none;flex-shrink:0}.nav-logo img{height:28px;width:auto}.nav-links{display:flex;align-items:center;gap:.125rem;margin:0 .75rem}.nav-links a{font-size:.875rem;font-weight:450;color:var(--ink2);text-decoration:none;padding:.375rem .875rem;border-radius:100px;transition:all .15s}.nav-links a:hover{color:var(--ink);background:rgba(0,0,0,.04)}.nav-cta{background:var(--ink);color:#fff;padding:.625rem 1.375rem;border-radius:100px;font-size:.875rem;font-weight:600;text-decoration:none;white-space:nowrap;flex-shrink:0;transition:all .2s;letter-spacing:-.01em}.nav-cta:hover{background:var(--green);box-shadow:0 4px 16px rgba(74,120,85,.28);transform:scale(1.02)}.nav-right{display:flex;align-items:center;gap:.75rem}.nav-signin{font-size:.875rem;font-weight:500;color:var(--ink3);text-decoration:none;padding:.375rem .75rem;border-radius:100px;transition:color .15s}.nav-signin:hover{color:var(--ink)}#hero{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:11.5rem 5vw 3.9rem;background:var(--bg)}.hero-badge{display:inline-block;background:#e5eacd;border-radius:100px;padding:.5rem 1rem;font-size:.8125rem;font-weight:500;letter-spacing:.005em;margin-bottom:1rem;transform:translateY(10px)}.hero-badge,.hero-h1{color:var(--ink);opacity:0}.hero-h1{font-family:var(--fl);font-size:clamp(2.4rem,4.8vw,4.5rem);font-weight:700;line-height:1.08;letter-spacing:-.03em;max-width:1000px;margin-bottom:1.5rem;transform:translateY(18px)}.hero-sub{font-family:var(--fi);font-size:clamp(1.125rem,1.6vw,1.3125rem);font-weight:400;line-height:1.65;color:var(--ink3);white-space:nowrap;margin-bottom:2.5rem}.hero-actions,.hero-sub{opacity:0;transform:translateY(12px)}.hero-actions{display:flex;align-items:center;gap:1rem;flex-wrap:wrap;justify-content:center}.btn-primary{display:inline-flex;align-items:center;gap:.5rem;background:#567f00;color:#fff;padding:.9rem 2.25rem;border-radius:100px;font-size:1rem;font-weight:600;text-decoration:none;letter-spacing:-.01em;transition:all .25s;box-shadow:0 2px 10px rgba(86,127,0,.2)}.btn-primary:hover{background:#648f00;transform:scale(1.03);box-shadow:0 6px 28px rgba(86,127,0,.35)}.btn-primary svg{width:16px;height:16px;flex-shrink:0;fill:#fff}.btn-icon{width:18px;height:18px;flex-shrink:0;filter:brightness(0) invert(1)}.btn-ghost{color:var(--ink3);font-size:.9375rem;font-weight:500;text-decoration:none;display:flex;align-items:center;gap:.375rem;transition:color .2s}.btn-ghost:hover{color:var(--ink)}#hero-preview{background:var(--bg);padding:0 5vw 3rem}.hero-preview-inner{max-width:1100px;margin:0 auto;opacity:0;transform:translateY(24px);transition:opacity 1s cubic-bezier(.25,.46,.45,.94),transform 1s cubic-bezier(.25,.46,.45,.94)}.hero-preview-inner.in{opacity:1;transform:translateY(0)}.preview-frame{background:#fff;border:1px solid var(--border2);border-radius:1.25rem;overflow:hidden;box-shadow:0 2px 4px rgba(0,0,0,.04),0 8px 24px rgba(0,0,0,.06),0 32px 80px rgba(0,0,0,.08)}.preview-titlebar{background:var(--bg2);border-bottom:1px solid var(--border);padding:.75rem 1.25rem;display:flex;align-items:center;gap:.5rem}.ptb-dot{width:10px;height:10px;border-radius:50%}.ptb-dot.r{background:#ff5f56}.ptb-dot.y{background:#ffbd2e}.ptb-dot.g{background:#27c93f}.ptb-label{font-family:var(--fm);font-size:.62rem;letter-spacing:.08em;color:var(--ink4);margin-left:.5rem}.ptb-pills{margin-left:auto;display:flex;gap:.375rem}.ptb-pill{font-family:var(--fm);font-size:.55rem;padding:.15rem .5rem;border-radius:3px;border:1px solid var(--border2);color:var(--ink3);background:var(--bg3)}.ptb-pill.green{background:var(--green-m);border-color:rgba(74,120,85,.22);color:var(--green)}.preview-chrome{display:grid;grid-template-columns:200px 1fr;min-height:420px}.preview-sidebar{background:var(--bg2);border-right:1px solid var(--border);padding:1.25rem 0}.ps-label{font-family:var(--fm);font-size:.56rem;letter-spacing:.12em;text-transform:uppercase;color:var(--ink4);padding:0 1rem;margin-bottom:.4rem;margin-top:1rem;display:block}.ps-label:first-child{margin-top:0}.ps-item{padding:.45rem 1rem;font-size:.78rem;color:var(--ink3);display:flex;align-items:center;gap:.5rem;border-left:2px solid transparent}.ps-item.active{color:var(--ink);background:var(--green-s);border-left-color:var(--green);font-weight:500}.ps-dot{width:5px;height:5px;border-radius:50%;background:var(--border2);flex-shrink:0}.ps-item.active .ps-dot{background:var(--green)}.ps-divider{height:1px;background:var(--border);margin:.75rem 0}.preview-main{padding:0;display:flex;flex-direction:column}.pm-greeting{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:2rem 2rem 1rem}.pm-spark{font-size:1.5rem;color:var(--green);margin-bottom:.75rem}.pm-hello{font-family:var(--fl);font-size:1.25rem;font-weight:600;color:var(--ink);margin-bottom:.625rem;letter-spacing:-.01em}.pm-context{font-size:.875rem;line-height:1.65;color:var(--ink3);max-width:480px}.pm-focus-bar{margin:.75rem 1.5rem;background:var(--bg2);border:1px solid var(--border);border-radius:.625rem;padding:.5rem .875rem;display:flex;align-items:center;gap:.75rem;font-size:.78rem}.pm-focus-label{color:var(--ink)}.pm-focus-label strong{font-weight:600}.pm-focus-role{color:var(--ink4);font-size:.72rem}.pm-focus-stance{margin-left:auto;font-size:.72rem;font-weight:500;color:var(--green);background:var(--green-m);padding:.15rem .5rem;border-radius:100px;border:1px solid rgba(74,120,85,.2)}.pm-suggestions{display:grid;grid-template-columns:1fr 1fr;gap:.5rem;padding:0 1.5rem 1rem}.pm-sug{background:var(--bg);border:1px solid var(--border);border-radius:.75rem;padding:.75rem .875rem;font-size:.78rem;line-height:1.5;color:var(--ink2);display:flex;gap:.5rem;align-items:flex-start;cursor:default}.pm-sug-icon{flex-shrink:0;font-size:.85rem}.pm-input-bar{border-top:1px solid var(--border);padding:.75rem 1.5rem;display:flex;align-items:center;gap:.75rem}.pm-input-placeholder{flex:1;font-size:.8125rem;color:var(--ink4)}.pm-send{width:28px;height:28px;border-radius:50%;background:var(--green);color:#fff;display:flex;align-items:center;justify-content:center;font-size:.75rem;flex-shrink:0}.hero-micro{margin-top:1rem;font-size:.78rem;color:var(--ink4);opacity:0;transition:opacity .7s 1.1s}.sec-label{font-family:var(--fm);font-size:.7rem;letter-spacing:.12em;text-transform:uppercase;color:var(--green);margin-bottom:1rem;display:block}.big-h2{font-family:var(--fl);font-size:clamp(2rem,3.75vw,3.25rem);font-weight:700;line-height:1.1;letter-spacing:-.02em;color:var(--ink);margin-bottom:1.125rem;white-space:nowrap}.sec-sub{font-size:1.0625rem;font-weight:400;line-height:1.75;color:var(--ink2);max-width:580px}.reveal{opacity:0;transform:translateY(20px);transition:opacity .75s cubic-bezier(.25,.46,.45,.94),transform .75s cubic-bezier(.25,.46,.45,.94)}.reveal.in{opacity:1;transform:translateY(0)}.d1{transition-delay:.12s}.d2{transition-delay:.26s}.d3{transition-delay:.4s}.d4{transition-delay:.48s}#eevie-way{padding:4.5rem 5vw 4rem;background:var(--bg)}.ew-intro{text-align:center;max-width:720px;margin:0 auto}.ew-intro .sec-sub{max-width:600px;margin:0 auto}#four-col{background:var(--bg);padding:4rem 5vw 2rem}.four-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;max-width:1440px;margin:0 auto}.float-card{flex-direction:column}.float-card,.float-graphic{display:flex;align-items:center}.float-graphic{width:100%;position:relative;margin-bottom:1.5rem;justify-content:center}.fg-1,.fg-2,.fg-3,.fg-4{background:none;border-radius:0}.card-illustration{width:100%;max-height:117px;-o-object-fit:contain;object-fit:contain}.float-title{font-family:var(--fl);font-size:1.625rem;font-weight:700;color:var(--ink);letter-spacing:-.015em;text-align:center;margin-bottom:.5rem}.float-desc{font-size:.9rem;font-weight:400;line-height:1.65;color:var(--ink3);text-align:center;max-width:320px}#converge{background:var(--bg);padding:0 5vw 1rem}.converge-inner{max-width:1280px;margin:0 auto}.converge-svg-wrap{width:100%;overflow:visible;display:block;margin-bottom:-2px}.conv-path{stroke:var(--green);stroke-width:1.5;fill:none;stroke-dasharray:500;stroke-dashoffset:500;transition:stroke-dashoffset 1.4s cubic-bezier(.4,0,.2,1)}.conv-path.drawn{stroke-dashoffset:0}.conv-node{fill:var(--green);opacity:0;transition:opacity .5s 1.4s}.conv-node.shown{opacity:1}.conv-glow{fill:none;stroke:var(--green);stroke-width:10;opacity:0;filter:blur(7px);transition:opacity .5s 1.5s}.conv-glow.shown{opacity:.25}#studio{background:var(--bg);padding:0 5vw 8rem}.studio-inner{max-width:1280px;margin:0 auto}.studio-header{text-align:center;margin-bottom:3.5rem}.studio-header .sec-sub,.tw-window{margin:0 auto}.tw-window{max-width:760px;background:var(--surface);border:1px solid var(--border2);border-radius:1.375rem;overflow:hidden;box-shadow:0 2px 4px rgba(0,0,0,.04),0 8px 32px rgba(0,0,0,.07)}.tw-bar{background:var(--bg2);padding:.875rem 1.375rem;display:flex;align-items:center;gap:.5rem;border-bottom:1px solid var(--border)}.tw-dot{width:10px;height:10px;border-radius:50%}.tw-dot.r{background:#ff5f56}.tw-dot.y{background:#ffbd2e}.tw-dot.g{background:#27c93f}.tw-bar-label{font-family:var(--fm);font-size:.62rem;letter-spacing:.08em;color:var(--ink4);margin-left:.5rem}.tw-body{padding:2rem 2rem 1.5rem}.tw-q-label{font-family:var(--fm);font-size:.62rem;letter-spacing:.1em;text-transform:uppercase;color:var(--green2);margin-bottom:.625rem}.tw-q-text{font-family:var(--fl);font-size:1.125rem;font-weight:400;font-style:italic;color:var(--ink);line-height:1.55;margin-bottom:1.5rem;min-height:2.5rem}.tw-divider{height:1px;background:var(--border);margin-bottom:1.5rem}.tw-a-label{font-family:var(--fm);font-size:.62rem;letter-spacing:.1em;text-transform:uppercase;color:var(--ink4);margin-bottom:.625rem}.tw-a-text{font-size:.9375rem;font-weight:400;line-height:1.8;color:var(--ink2);min-height:7rem}.tw-progress{display:flex;align-items:center;justify-content:center;gap:.5rem;padding-top:1.5rem}.tw-pip{width:6px;height:6px;border-radius:50%;background:var(--bg3);cursor:pointer;transition:all .2s}.tw-pip.on{background:var(--green2);width:18px;border-radius:3px}.tw-cursor{display:inline-block;width:2px;height:.85em;background:var(--green);vertical-align:text-bottom;animation:blink .75s step-end infinite}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}#what-section{background:#edeae3;padding:7rem 5vw}.what-header{text-align:center;margin-bottom:3.5rem}.what-hl{font-family:var(--fl);font-size:clamp(1.75rem,3.5vw,2.875rem);font-weight:700;color:var(--ink);line-height:1.1;letter-spacing:-.02em;margin-bottom:.75rem}.what-hl em{font-style:italic;color:var(--green)}.typewriter-window{max-width:720px;margin:0 auto;background:var(--surface);border:1px solid var(--border2);border-radius:1.375rem;overflow:hidden;box-shadow:0 2px 4px rgba(0,0,0,.04),0 8px 32px rgba(0,0,0,.07)}#cta{padding:7rem 5vw 10rem;background:#17171a;border-top:none;text-align:center;display:flex;flex-direction:column;align-items:center;position:relative;overflow:hidden}.cta-eyebrow{font-family:var(--fm);font-size:.7rem;letter-spacing:.12em;text-transform:uppercase;color:var(--green);margin-bottom:1.5rem;opacity:0;transform:translateY(10px)}.cta-h2{font-family:var(--fl);font-size:clamp(1.75rem,3vw,2.75rem);font-weight:700;line-height:1.08;letter-spacing:-.03em;color:#f7f6f3;max-width:820px;margin-bottom:3rem;opacity:0;transform:translateY(18px)}.cta-h2 em{font-style:italic;color:var(--green2)}.founder-note{font-size:1rem;font-weight:400;line-height:1.8;color:hsla(0,0%,100%,.55);max-width:600px;margin-bottom:2.75rem;opacity:0;transform:translateY(14px)}.cta-actions{opacity:0;transform:translateY(12px)}footer{background:var(--ink);border-top:1px solid hsla(0,0%,100%,.08);padding:2.25rem 5vw;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1.25rem}.footer-logo img{height:24px;width:auto;filter:brightness(0) invert(1);opacity:.85}.footer-links{display:flex;align-items:center;gap:2rem;flex-wrap:wrap}.footer-links a{font-size:.8125rem;font-weight:400;color:hsla(0,0%,100%,.35);text-decoration:none;transition:color .2s}.footer-links a:hover{color:hsla(0,0%,100%,.75)}.footer-copy{font-family:var(--fm);font-size:.6rem;letter-spacing:.06em;color:hsla(0,0%,100%,.18)}@media (max-width:1024px){.nav-links{display:none}.hero-h1{font-size:clamp(2rem,6vw,3.5rem);max-width:90vw}.hero-sub{white-space:normal;max-width:90vw}.four-grid{gap:1.5rem}.float-title{font-size:1.25rem}}@media (max-width:860px){.nav-outer{width:min(92vw,480px)}.nav-links{display:none}.four-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}#converge,.converge-inner{display:none}.big-h2{white-space:normal;font-size:clamp(1.625rem,5vw,2.5rem)}.ew-intro .sec-sub{max-width:90vw}.preview-chrome{grid-template-columns:1fr}.preview-sidebar{display:none}.pm-suggestions{grid-template-columns:1fr}.cta-h2{white-space:normal;font-size:clamp(1.5rem,5vw,2.25rem)}footer{flex-direction:column;align-items:flex-start;gap:1rem}.studio-header .sec-sub{white-space:normal}}@media (max-width:600px){#hero{padding:9rem 5vw 3rem}.hero-h1{font-size:clamp(1.875rem,8vw,2.75rem)}.hero-sub{font-size:1rem;white-space:normal}.hero-badge{font-size:.75rem}#hero-preview{padding:0 4vw 2.5rem}#eevie-way{padding:3rem 4vw}#four-col{padding:2.5rem 4vw 2rem}.four-grid{grid-template-columns:1fr;gap:2rem}.float-desc{max-width:100%}#studio{padding:0 4vw 5rem}.tw-window{border-radius:1rem}.tw-body{padding:1.25rem}.tw-q-text{font-size:.9375rem}.tw-a-text{font-size:.875rem}#cta{padding:5rem 5vw}.cta-h2{font-size:clamp(1.375rem,6vw,2rem)}.founder-note{font-size:.9375rem}footer{padding:1.75rem 5vw}}