.page{background:var(--bg-page);width:100%;position:relative}.wordmark{color:var(--fg-heading);letter-spacing:-.013em;font-size:24px;font-weight:700;line-height:1}.topnav{height:var(--layout-nav-height);background:var(--stone-200);justify-content:center;display:flex}.topnav__inner{width:100%;max-width:var(--layout-canvas);grid-template-columns:1fr auto 1fr;align-items:center;gap:40px;height:100%;padding:0 20px;display:grid}.topnav__brand{align-items:center;gap:10px;display:flex}.topnav__beta{border-radius:var(--radius-pill);height:24px;font-family:var(--font-mono);font-weight:500;font-size:var(--text-mono);letter-spacing:-.025em;color:var(--matter-green);background:#d5d4dd;align-items:center;padding:0 8px;line-height:1;display:inline-flex}.topnav__links{justify-content:center;gap:24px;display:flex}.topnav__links a:focus-visible,.site-footer__col a:focus-visible{outline:2px solid var(--matter-orange);outline-offset:3px;border-radius:4px}.topnav__links a{font-size:var(--text-body);color:var(--fg-heading);letter-spacing:.005em;cursor:pointer;transition:opacity var(--dur-fast)var(--ease-out-soft);align-items:center;gap:2px;font-weight:500;display:inline-flex}.topnav__links a:hover{opacity:.6}.topnav__links a.has-caret svg{width:16px;height:16px;color:var(--stone-500)}.topnav__auth{justify-content:flex-end;align-items:center;gap:8px;display:flex}.topnav__menu{border-radius:var(--btn-radius-sm);border:1px solid var(--stone-400);width:36px;height:36px;color:var(--stone-600);cursor:pointer;background:0 0;justify-content:center;align-items:center;padding:0;display:none}.topnav__menu svg{width:20px;height:20px}.page section[id]{scroll-margin-top:calc(var(--layout-nav-height) + 16px)}.mobile-nav__overlay{z-index:40;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);animation:mn-fade-in var(--dur-short)var(--ease-out-soft);background:#1c19172e;position:fixed;inset:0}.mobile-nav__overlay[data-state=closed]{animation:mn-fade-out var(--dur-short)var(--ease-out-soft)}.mobile-nav__panel{z-index:50;background:var(--bg-page);border-left:1px solid var(--border-soft);width:min(360px,100%);animation:mn-slide-in var(--dur-long)var(--ease-out-soft);flex-direction:column;gap:24px;padding:80px 32px 32px;display:flex;position:fixed;top:0;bottom:0;right:0}.mobile-nav__panel[data-state=closed]{animation:mn-slide-out var(--dur-short)var(--ease-out-soft)}.mobile-nav__links{flex-direction:column;gap:4px;margin:0;padding:0;list-style:none;display:flex}.mobile-nav__links a{font-family:var(--font-display);color:var(--fg-heading);border-bottom:1px solid var(--border-hair);padding:14px 4px;font-size:24px;line-height:1.2;text-decoration:none;display:block}.mobile-nav__cta{flex-direction:column;gap:12px;margin-top:auto;display:flex}.mobile-nav__cta .btn{width:100%}@keyframes mn-fade-in{0%{opacity:0}to{opacity:1}}@keyframes mn-fade-out{0%{opacity:1}to{opacity:0}}@keyframes mn-slide-in{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes mn-slide-out{0%{transform:translate(0)}to{transform:translate(100%)}}.wl-overlay{z-index:1000;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);animation:wl-fade-in var(--dur-short)var(--ease-out-soft);background:#1c19172e;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.wl-overlay[data-state=closed]{animation:wl-fade-out var(--dur-short)var(--ease-out-soft)}.wl-modal{background:var(--bg-card);border-radius:var(--radius-3xl);z-index:1001;width:min(560px,100vw - 48px);max-height:calc(100vh - 48px);animation:wl-modal-in var(--dur-med)var(--ease-out-soft);padding:40px;position:fixed;top:50%;left:50%;overflow-y:auto;transform:translate(-50%,-50%);box-shadow:0 24px 48px -8px #0000002e,0 8px 16px -4px #00000014}.wl-modal[data-state=closed]{animation:wl-modal-out var(--dur-short)var(--ease-out-soft)}.wl-close{width:32px;height:32px;color:var(--stone-400);cursor:pointer;border-radius:var(--btn-radius-sm);transition:background var(--dur-fast)var(--ease-out-soft),color var(--dur-fast)var(--ease-out-soft);background:0 0;border:0;justify-content:center;align-items:center;display:inline-flex;position:absolute;top:20px;right:20px}.wl-close:hover{background:var(--stone-100);color:var(--stone-700)}.wl-close svg{width:20px;height:20px}.wl-head{flex-direction:column;gap:8px;margin-bottom:28px;display:flex}.wl-title{font-family:var(--font-display);letter-spacing:-.5px;color:var(--fg-heading);margin:0;font-size:32px;font-weight:400;line-height:1.05}.wl-sub{font-size:var(--text-body);color:var(--fg-muted);margin:0;line-height:1.5}.wl-form{flex-direction:column;gap:20px;display:flex}.wl-row{grid-template-columns:1fr 1fr;gap:16px;display:grid}.wl-field{flex-direction:column;gap:6px;min-width:0;display:flex}.wl-label{font-size:var(--text-sm);color:var(--fg-heading);font-weight:500;line-height:1.3}.wl-label .req{color:var(--matter-orange);margin-left:1px}.wl-input{border-radius:var(--btn-radius-md);border:1px solid var(--stone-200);background:var(--bg-card);height:42px;font-family:var(--font-sans);color:var(--fg-heading);transition:border-color var(--dur-fast)var(--ease-out-soft),box-shadow var(--dur-fast)var(--ease-out-soft);outline:none;width:100%;padding:0 14px;font-size:15px;line-height:1.5}.wl-input::placeholder{color:var(--stone-400)}.wl-input:focus{border-color:var(--matter-orange);box-shadow:0 0 0 3px var(--matter-orange-ring)}.wl-radios{border-radius:var(--btn-radius-md);border:1px solid var(--stone-200);flex-direction:column;margin:0;padding:0;display:flex;overflow:hidden}.wl-radio{cursor:pointer;border-bottom:1px solid var(--stone-200);transition:background var(--dur-fast)var(--ease-out-soft);align-items:center;gap:12px;padding:14px 16px;display:flex;position:relative}.wl-radio:last-child{border-bottom:0}.wl-radio:hover{background:var(--stone-50)}.wl-radio input{opacity:0;pointer-events:none;position:absolute}.wl-radio__dot{border:1.5px solid var(--stone-300);background:var(--bg-card);width:18px;height:18px;transition:border-color var(--dur-fast)var(--ease-out-soft);border-radius:50%;flex:0 0 18px;justify-content:center;align-items:center;display:inline-flex}.wl-radio__dot:after{content:"";background:var(--fg-heading);width:10px;height:10px;transition:transform .15s var(--ease-out-soft);border-radius:50%;transform:scale(0)}.wl-radio input:checked+.wl-radio__dot{border-color:var(--fg-heading)}.wl-radio input:checked+.wl-radio__dot:after{transform:scale(1)}.wl-radio__label{color:var(--fg-heading);font-size:15px;line-height:1.4}.wl-submit{border-radius:var(--radius-pill);background:var(--matter-orange);height:56px;color:var(--fg-on-brand);font-family:var(--font-sans);cursor:pointer;transition:background var(--dur-fast)var(--ease-out-soft),transform var(--dur-fast)var(--ease-out-soft),box-shadow var(--dur-short)var(--ease-out-soft);border:0;margin-top:4px;font-size:18px;font-weight:500}.wl-submit:hover{background:var(--matter-orange-hover);transform:translateY(-1px);box-shadow:0 6px 16px -4px #e851126b,0 2px 4px -1px #0000001a}.wl-submit:active{transform:translateY(0)}.wl-fine{text-align:center;font-size:var(--text-xs);color:var(--fg-muted);margin:4px 0 0;line-height:1.5}.wl-fine a{color:var(--fg-muted);text-decoration:underline}.wl-fine a:hover{color:var(--stone-700)}.wl-success{text-align:center;flex-direction:column;align-items:center;gap:12px;padding:16px 0 8px;display:none}.wl-modal.is-success .wl-form{display:none}.wl-modal.is-success .wl-success{display:flex}.wl-success__check{color:#466e50;background:#7b9e8226;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;display:inline-flex}.wl-success__check svg{width:28px;height:28px}.wl-success__title{font-family:var(--font-display);letter-spacing:-.4px;color:var(--fg-heading);margin:0;font-size:26px;font-weight:400;line-height:1.1}.wl-success__msg{color:var(--fg-muted);max-width:360px;margin:0;font-size:15px;line-height:1.5}@keyframes wl-fade-in{0%{opacity:0}to{opacity:1}}@keyframes wl-fade-out{0%{opacity:1}to{opacity:0}}@keyframes wl-modal-in{0%{opacity:0;transform:translate(-50%,calc(8px - 50%))scale(.98)}to{opacity:1;transform:translate(-50%,-50%)scale(1)}}@keyframes wl-modal-out{0%{opacity:1;transform:translate(-50%,-50%)scale(1)}to{opacity:0;transform:translate(-50%,calc(8px - 50%))scale(.98)}}@media (max-width:760px){.wl-modal{border-radius:var(--radius-2xl);padding:28px 22px}.wl-row{grid-template-columns:1fr;gap:14px}.wl-title{font-size:26px}.wl-submit{height:52px;font-size:16px}}@media (prefers-reduced-motion:reduce){.wl-overlay,.wl-modal,.mobile-nav__panel,.mobile-nav__overlay{animation:none}}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.hero{background:var(--stone-200);flex-direction:column;align-items:center;gap:20px;width:100%;padding:24px 0 0;display:flex;position:relative;overflow:hidden}.hero__copy{z-index:2;flex-direction:column;align-items:center;gap:20px;width:800px;max-width:100%;padding:0 24px;display:flex;position:relative}.hero__h1{letter-spacing:-1.5px;text-align:center;text-wrap:balance;margin:0;font-size:64px;line-height:1.02}.hero__sub{max-width:800px;font-size:var(--text-lg);color:var(--fg-body);text-align:center;text-wrap:pretty;margin:0;line-height:1.5}.hero__cta{gap:12px;margin-top:4px;display:flex}.hero__doclink{font-size:var(--text-xs);color:var(--fg-muted);text-align:center;transition:color var(--dur-fast)var(--ease-out-soft);align-items:flex-start;gap:5px;margin-top:2px;font-weight:500;line-height:1.3;display:inline-flex}.hero__doclink-link{border-bottom:1px solid var(--fg-muted);align-items:center;gap:3px;padding-bottom:1px;display:inline-flex}.hero__doclink svg{width:11px;height:11px;color:var(--fg-muted)}.hero__doclink:hover,.hero__doclink:hover svg{color:var(--stone-700)}.hero__doclink:hover .hero__doclink-link{border-color:var(--stone-700)}.hero-skeleton{background:var(--stone-200);flex-direction:column;align-items:center;gap:32px;width:100%;min-height:1170px;padding:64px 0 0;display:flex;position:relative;overflow:hidden}.hero-skeleton__copy{flex-direction:column;align-items:center;gap:24px;width:800px;max-width:100%;padding:160px 24px 0;display:flex}.hero-skeleton__pill,.hero-skeleton__h1,.hero-skeleton__sub,.hero-skeleton__btn{background:linear-gradient(90deg,#e7e5e473 0%,#e7e5e4e6 50%,#e7e5e473 100%) 0 0/200% 100%;border-radius:12px;animation:1.8s ease-in-out infinite hero-skeleton-shimmer}.hero-skeleton__pill{border-radius:9999px;width:220px;height:34px}.hero-skeleton__h1{border-radius:16px;height:72px}.hero-skeleton__h1--line1{width:70%}.hero-skeleton__h1--line2{width:55%}.hero-skeleton__sub{border-radius:8px;height:22px}.hero-skeleton__sub--line1{width:60%}.hero-skeleton__sub--line2{width:45%}.hero-skeleton__cta{gap:12px;margin-top:16px;display:flex}.hero-skeleton__btn{border-radius:9999px;width:140px;height:48px}.hero-skeleton__btn--primary{background:linear-gradient(90deg,#e8511240 0%,#e8511266 50%,#e8511240 100%) 0 0/200% 100%}@keyframes hero-skeleton-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media (prefers-reduced-motion:reduce){.hero-skeleton__pill,.hero-skeleton__h1,.hero-skeleton__sub,.hero-skeleton__btn{animation:none}}.fractal-band{z-index:1;background:radial-gradient(ellipse 55% 85% at 50% 100%,#cc551ff2 0%,#cf6230d9 18%,#d47b52b3 38%,#db997c80 58%,#e1bfb04d 78%,#e5d6ce00 100%),var(--stone-200);isolation:isolate;height:781px;position:absolute;bottom:0;left:0;right:0;overflow:hidden}.fractal-lottie{pointer-events:none;opacity:0;transform-origin:50% 100%;width:100%;height:100%;transition:opacity .9s var(--ease-out-soft),transform .9s var(--ease-out-soft);position:absolute;inset:0;transform:translateY(16px)}.fractal-lottie.is-revealed{opacity:1;transform:translateY(0)}.fractal-lottie svg{width:100%!important;height:100%!important}@media (prefers-reduced-motion:reduce){.fractal-lottie{opacity:1;transition:none;transform:none}}.fractal-pulse{z-index:2;pointer-events:none;mix-blend-mode:screen;opacity:0;transition:opacity var(--dur-glow)ease-out;position:absolute;inset:0;overflow:hidden}.fractal-pulse:after{content:"";filter:blur(30px);background:radial-gradient(55% 55% at 50% 70%,#ffc8a073 0%,#ffaa7838 40%,#ff966414 70%,#ff8c5a00 100%);width:900px;height:360px;position:absolute;bottom:-80px;left:50%;transform:translate(-50%)}.fractal-pulse__beam{opacity:0;filter:blur(48px);background:linear-gradient(#ffb48200 0%,#ffbe962e 15%,#ffc8a066 35%,#ffc89b8c 60%,#ffbe8c6b 85%,#ffb48200 100%);border-radius:50%/30%;width:720px;height:780px;position:absolute;bottom:0;left:50%;transform:translate(-50%,100%)}.fractal-pulse.is-revealed{opacity:1}.fractal-pulse.is-revealed .fractal-pulse__beam{animation:11s cubic-bezier(.45,.05,.55,.95) infinite fractal-beam-rise}.fractal-pulse.is-revealed .fractal-pulse__beam--b{animation-delay:-5.5s}@keyframes fractal-beam-rise{0%{opacity:0;transform:translate(-50%,100%)}12%{opacity:.85}60%{opacity:.65}92%{opacity:0;transform:translate(-50%,-110%)}to{opacity:0;transform:translate(-50%,-110%)}}@media (prefers-reduced-motion:reduce){.fractal-pulse__beam{opacity:0;animation:none!important}.fractal-pulse:after{opacity:.6}}.fractal-blur{z-index:2;pointer-events:none;background:linear-gradient(#e7e5e400 0%,#e7e5e459 65%,#e7e5e4b3 100%);height:100px;position:absolute;bottom:0;left:0;right:0}.hero-conversation-wrap{z-index:3;pointer-events:auto;width:724px;max-width:calc(100% - 40px);margin:24px auto 64px;position:relative}.hero-convo{z-index:4;border-radius:var(--radius-4xl);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fafaf9c7;border:1px solid #d6d3d1a3;flex-direction:column;width:100%;height:650px;display:flex;position:relative;overflow:hidden}.hero-convo__scroll{pointer-events:none;flex:auto;min-height:0;overflow:hidden}.hero-convo__inner{font-family:var(--font-sans);font-size:var(--text-body);color:#000;transition:transform var(--dur-long)var(--ease-out-soft);will-change:transform;flex-direction:column;gap:32px;padding:40px 72px;line-height:1.5;display:flex}.convo-row{opacity:0;flex-direction:column;gap:10px;display:flex;transform:translateY(8px)}.convo-row--user{align-items:flex-end}.convo-row--claude{align-items:flex-start}.convo-row.is-revealed{opacity:1;animation:convoRowFadeIn .36s var(--ease-out-soft)var(--reveal-delay,0s)both;transform:translateY(0)}@keyframes convoRowFadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}[data-convo-pending] .convo-row:not(.is-revealed){opacity:0}.convo-meta{font-family:var(--font-mono);font-size:var(--text-mono);color:var(--fg-muted);letter-spacing:-.1px;line-height:24px}.convo-bubble--user{border-radius:var(--radius-xl);color:#000;background:#b56c6b1f;align-items:center;gap:12px;max-width:92%;padding:16px;display:inline-flex}.convo-bubble--user.convo-bubble--block{align-items:flex-start}.convo-bubble--user .convo-list--inline{margin:0;padding-left:22px}.convo-bubble--user .convo-list--inline li{line-height:24px}.convo-claude{align-items:flex-start;gap:12px;max-width:100%;display:flex}.convo-claude p{margin:0}.convo-claude>div{flex:auto}.convo-avatar{border-radius:50%;flex:0 0 24px;justify-content:center;align-items:center;width:24px;height:24px;display:inline-flex;overflow:hidden}.convo-avatar>span{border:1px solid var(--stone-200);background-position:50%;background-size:cover;border-radius:50%;width:20px;height:20px;display:block}.convo-avatar--claude{width:24px;height:24px}.convo-avatar--claude>span{border:0;width:24px;height:24px}.convo-list{flex-direction:column;gap:0;margin:4px 0 0;padding-left:24px;display:flex}.convo-list li{line-height:24px}.convo-list--alpha{margin-top:0;list-style:lower-alpha}.convo-exec{flex-direction:column;flex:auto;gap:16px;display:flex}.convo-exec__head{justify-content:space-between;align-items:center;gap:12px;display:flex}.convo-exec__title{font-family:var(--font-sans);font-weight:500;font-size:var(--text-body);color:#000;line-height:24px}.convo-exec__pct{font-family:var(--font-mono);font-size:var(--text-sm);color:var(--fg-muted);background:var(--stone-300);border-radius:var(--radius-pill);padding:5px 8px;line-height:1}.convo-plan{flex-direction:column;gap:12px;margin:0;padding:0;list-style:none;display:flex}.convo-plan li{font-size:var(--text-body);color:#000;opacity:0;transition:opacity var(--dur-short)ease-out,transform var(--dur-short)ease-out;align-items:flex-start;gap:12px;line-height:24px;display:flex;transform:translateY(4px)}.convo-plan li.is-revealed{opacity:1;transform:translateY(0)}.convo-plan__mark{width:24px;height:24px;font-family:var(--font-sans);color:var(--fg-muted);border-radius:50%;flex:0 0 24px;justify-content:center;align-items:center;margin-top:0;font-size:15px;font-weight:500;line-height:1;display:inline-flex}.convo-plan__mark--num{background:0 0;border:1.5px solid #e851121a}.convo-plan__body{flex-direction:column;flex:auto;gap:4px;padding-top:0;display:flex}.convo-plan li.is-done .convo-plan__txt{color:#00000052;text-decoration:line-through}.convo-plan li.is-active .convo-plan__mark--num{color:var(--matter-orange);border-color:var(--matter-orange)}.convo-plan li.is-active .convo-plan__txt{color:#000;font-weight:400}.convo-plan__call{font-family:var(--font-mono);font-size:var(--text-body);color:var(--matter-orange);letter-spacing:-.48px;line-height:24px}.convo-plan__endpoint{height:32px;font-family:var(--font-mono);font-size:var(--text-mono);letter-spacing:-.32px;color:var(--stone-700);background:var(--stone-100);border-radius:var(--radius-sm);border:1px solid #0000000a;align-items:center;gap:8px;padding:0 8px 0 6px;line-height:1.3;display:flex}.convo-plan__endpoint .verb{height:20px;font-family:var(--font-mono);font-weight:500;font-size:var(--text-micro);color:var(--matter-green);background:var(--matter-green-bg);border-radius:3px;align-items:center;padding:0 5px;line-height:1.3;display:inline-flex}.convo-plan__endpoint .path{color:var(--stone-700);white-space:nowrap;text-overflow:ellipsis;flex:auto;overflow:hidden}.convo-plan__call,.convo-plan__endpoint{opacity:0;max-height:0;margin-top:0;transition:opacity .22s ease-out,max-height .26s ease-out,margin-top .22s ease-out,transform .26s ease-out;overflow:hidden;transform:translateY(-2px)}.convo-plan__call.is-revealed{opacity:1;max-height:24px;margin-top:2px;transform:translateY(0)}.convo-plan__endpoint.is-revealed{opacity:1;max-height:36px;margin-top:2px;transform:translateY(0)}.convo-plan__call.is-fading,.convo-plan__endpoint.is-fading{opacity:0;max-height:0;margin-top:0;transform:translateY(-2px)}.convo-exec__success{font-weight:500;font-size:var(--text-sm);color:#3c5c40;border-radius:var(--radius-lg);opacity:0;background:#789e7c1a;border:1px solid #789e7c47;align-items:center;gap:10px;margin-top:14px;padding:10px 14px;transition:opacity .36s ease-out,transform .36s ease-out;display:flex;transform:translateY(6px)}.convo-exec__success.is-revealed{opacity:1;transform:translateY(0)}.convo-exec__success .convo-plan__mark{flex:0 0 18px;margin-top:0}.convo-exec__success-txt{flex:auto}.hero-convo__foot{font-family:var(--font-sans);color:var(--fg-muted);text-align:center;background:#fff6;border-top:1px solid #0000000a;flex-wrap:wrap;flex:none;justify-content:center;align-items:center;gap:6px;padding:14px 20px;font-size:12px;display:flex}.convo-foot-mark{vertical-align:middle;border-radius:50%;width:12px;height:12px;margin:0 2px 0 4px}.convo-foot-dot{color:var(--stone-300)}.convo-typing{background:#0000000a;border-radius:14px;align-items:center;gap:4px;height:28px;padding:0 12px;display:inline-flex}.convo-typing>span{background:var(--fg-muted);opacity:.4;border-radius:50%;width:5px;height:5px;animation:1.1s ease-in-out infinite convoDot}.convo-typing>span:nth-child(2){animation-delay:.15s}.convo-typing>span:nth-child(3){animation-delay:.3s}@keyframes convoDot{0%,80%,to{opacity:.25;transform:translateY(0)}40%{opacity:1;transform:translateY(-2px)}}.card-shadow{box-shadow:var(--shadow-soft-lg)}@media (prefers-reduced-motion:reduce){.hero-convo__inner{transition:none}.convo-row,.convo-plan li,.convo-exec__success,.convo-plan__call,.convo-plan__endpoint{opacity:1!important;max-height:none!important;margin-top:0!important;transition:none!important;transform:none!important}.convo-typing>span{animation:none}}.hero .fractal-band{translate:0 var(--parallax-band,0px)}@media (prefers-reduced-motion:reduce){.hero .fractal-band{translate:0!important}}.type-cursor{vertical-align:text-bottom;opacity:0;background:currentColor;width:2px;height:18px;margin-left:2px;animation:.9s step-end infinite type-cursor-blink;display:inline-block}.is-typing .type-cursor{opacity:1}.is-done .type-cursor{display:none}@keyframes type-cursor-blink{0%,50%{opacity:1}50.01%,to{opacity:0}}.about{width:100%;max-width:var(--layout-canvas);flex-direction:column;gap:48px;margin:0 auto;padding:100px clamp(40px,11.4vw,164px);display:flex}.about__head{flex-direction:column;gap:24px;max-width:1040px;display:flex}.about__lede{font-family:var(--font-display);letter-spacing:-.5px;color:var(--fg-heading);text-wrap:balance;margin:0;font-size:clamp(32px,4.4vw,48px);font-weight:400;line-height:1.3}.about__cards{grid-template-columns:repeat(3,minmax(0,1fr));gap:32px;width:100%;display:grid}.about-card{background:var(--stone-50);border-radius:var(--radius-3xl);flex-direction:column;gap:24px;padding:32px;display:flex}.about-card__title{font-family:var(--font-display);color:var(--fg-heading);margin:0;font-size:24px;font-weight:400;line-height:1.25}.about-card__body{color:var(--fg-muted);margin:0;font-size:15px;line-height:1.5}.ill-anim,.ill-anim svg{width:100%;height:100%;display:block}.ill-anim svg path,.ill-anim svg circle,.ill-anim svg ellipse,.ill-anim svg polygon{opacity:0;transform:translate(var(--tx,0px),var(--ty,0px))scale(var(--sc,.94));transform-box:view-box;transform-origin:50%;transition:opacity .7s var(--ease-out-soft),transform .8s var(--ease-out-soft);transition-delay:var(--ill-delay,0s)}.ill-anim.is-in svg path,.ill-anim.is-in svg circle,.ill-anim.is-in svg ellipse,.ill-anim.is-in svg polygon{opacity:1;--tx:0px!important;--ty:0px!important;--sc:1!important}.ill-anim.is-rearming svg path,.ill-anim.is-rearming svg circle,.ill-anim.is-rearming svg ellipse,.ill-anim.is-rearming svg polygon{transition:none!important}@media (prefers-reduced-motion:reduce){.ill-anim svg path,.ill-anim svg circle,.ill-anim svg ellipse,.ill-anim svg polygon{opacity:1;transition:none;transform:none}}.about-card__ill{aspect-ratio:1;width:100%;margin-top:auto;position:relative}.about-card__ill img{object-fit:contain;object-position:center}@media (max-width:1024px){.about__cards{grid-template-columns:1fr}}@media (max-width:760px){.about{gap:32px;padding:64px 20px}}.vision-page{background:var(--stone-50);justify-content:center;width:100%;min-height:70vh;padding:120px 100px 160px;display:flex}.vision-page__inner{flex-direction:column;gap:32px;width:100%;max-width:920px;display:flex}.vision-page__heading{color:var(--fg-heading);letter-spacing:-.02em;margin:0}.vision-page__heading em{color:var(--matter-orange);font-style:italic}.vision-page__body{max-width:720px;font-size:var(--text-lg);color:var(--stone-600);flex-direction:column;gap:20px;margin-top:24px;line-height:1.6;display:flex}.vision-page__body p{margin:0}.trust{background:var(--bg-card);width:100%;padding:80px 100px}.trust__inner{max-width:var(--layout-content);text-align:center;flex-direction:column;align-items:center;gap:40px;margin:0 auto;display:flex}.trust__heading{max-width:720px;font-family:var(--font-display);font-size:var(--text-display-card);color:var(--fg-heading);letter-spacing:-.01em;margin:0;font-weight:400;line-height:1.15}.trust__logos{opacity:.78;flex-wrap:wrap;justify-content:center;align-items:center;gap:48px;width:100%;padding:8px 0;display:flex}.trust__logo{font-family:var(--font-display);color:var(--stone-500);letter-spacing:-.02em;transition:color var(--dur-short)var(--ease-out-soft),transform var(--dur-short)var(--ease-out-soft);font-size:28px;font-weight:400}.trust__logo:hover{color:var(--fg-heading);transform:translateY(-1px)}.trust__logo--waypoint{font-family:var(--font-mono);letter-spacing:0;font-weight:500}.trust__logo--proto{font-style:italic}.trust__logo--nimbus{font-family:var(--font-sans);text-transform:uppercase;letter-spacing:.24em;font-size:18px}.trust__logo--harbor{font-family:var(--font-sans);letter-spacing:-.04em;font-weight:500}.trust__logo--quadrant{font-variant:small-caps;letter-spacing:.05em}.trust__logo--relay{letter-spacing:-.05em;font-size:30px;font-weight:400}.trust__quote{max-width:720px;margin:0}.trust__quote blockquote{font-family:var(--font-display);color:var(--fg-heading);letter-spacing:-.005em;margin:0;font-size:26px;font-style:italic;font-weight:400;line-height:1.4}.trust__quote blockquote p{margin:0}.trust__quote figcaption{font-size:var(--text-sm);justify-content:center;gap:6px;margin-top:16px;line-height:1.5;display:flex}.trust__quote-name{color:var(--fg-heading);font-weight:500}.trust__quote-name:after{color:var(--stone-400);content:"·";margin-left:6px}.trust__quote-role{color:var(--stone-500)}@media (max-width:1024px){.topnav__inner{grid-template-columns:auto 1fr auto;gap:16px;padding:0 16px}.topnav__links{justify-content:flex-start;gap:16px;overflow-x:auto}.topnav__links::-webkit-scrollbar{display:none}.hero{height:auto;min-height:960px;padding:48px 24px 0}.hero__copy{width:100%;max-width:720px}.hero__sub{max-width:640px}.hero__float{width:min(640px,100% - 48px);height:auto;margin-left:calc(min(640px,100% - 48px)/-2);top:480px;left:50%}.hero__chat-card,.hero__code-card{width:100%}.fractal-pulse__beam{width:560px}.fractal-pulse:after{width:720px}.hiw,.pricing,.resources,.install,.usecases,.stats-section,.automate,.final-cta,.lifecycle,.trust{padding:72px 32px}.feature-row__body{height:auto}.feature-copy-card{width:380px;padding:32px}.visual-card{height:520px}.stats-row{flex-wrap:wrap;gap:32px;width:100%}.stat-card-wrap{min-width:calc(50% - 16px)}.automate{gap:40px;height:auto}.automate__list{width:44%;height:520px}.automate__right{width:56%}.resources{padding:72px 32px}.resources-head,.resources-grid{width:100%;max-width:1150px}.resources-grid{grid-template-columns:1fr 1fr!important}.pricing-card-wrap,.pricing-card{width:100%;max-width:482px}.price-actions .btn{width:100%}.install{height:auto}.install__head,.terminal{width:100%;max-width:700px}.fw-row{width:100%;max-width:560px}.site-footer{padding:56px 32px 32px}.site-footer__top{grid-template-columns:1fr;gap:40px}.site-footer__cols{grid-template-columns:repeat(2,minmax(0,1fr));gap:32px}}@media (max-width:768px){:root{--text-display-mega:52px;--text-display-hero:40px;--text-display-section:34px;--text-display-card:28px;--text-display-sub:26px;--text-hero-lead:17px}.topnav__inner{grid-template-columns:1fr auto;gap:12px;padding:0 20px}.topnav__links,.topnav__auth{display:none}.topnav__menu{display:inline-flex}.hero{min-height:720px;padding:48px 20px 0}.hero__copy{gap:24px;width:100%;padding:0}.hero__h1{letter-spacing:-1px;font-size:44px;line-height:1.05}.hero__h1 br{display:none}.hero__sub{max-width:100%;font-size:16px}.hero__sub br{display:none}.hero__cta{flex-direction:column;align-items:stretch;width:100%}.hero__cta>*{justify-content:center;width:100%;height:56px;font-size:16px}.hero__doclink{font-size:12px}.hero-conversation-wrap{display:none}.hero__float{flex-direction:column;gap:16px;width:100%;height:auto;margin:32px 0 0;display:flex;position:relative;top:auto;left:auto}.hero__float>*{position:relative;width:100%!important;top:auto!important;left:auto!important}.fractal-band{height:420px}.fractal-pulse__beam{width:360px;height:480px}.fractal-pulse:after{width:360px;height:240px}.hero:after{background:radial-gradient(320px 320px at var(--cx,50%)var(--cy,40%),#ffc8a038 0%,#ffaa7800 70%)}.hiw,.pricing,.resources,.install,.usecases,.stats-section,.automate,.final-cta,.lifecycle,.trust{padding:56px 20px}.lifecycle__stage{gap:32px}.lifecycle__rail{padding-bottom:40px}.lifecycle__nodes{gap:8px}.lifecycle__label{font-size:var(--text-xs)}.lifecycle__terminal-head{flex-wrap:wrap;gap:8px}.lifecycle__terminal-body{font-size:var(--text-xs);padding:14px 14px 18px}.lifecycle__terminal-cmd{font-size:var(--text-micro);word-break:break-all}.trust__logos{gap:28px 32px}.trust__logo{font-size:22px}.trust__quote blockquote{font-size:20px}.hiw__head,.feature-row,.feature-row__body{margin-bottom:56px}.hiw__head{text-align:left;align-items:flex-start;max-width:none}.feature-row__body{flex-direction:column;gap:20px}.feature-copy-card{gap:24px;width:100%;padding:24px}.feature-copy-card h3{font-size:var(--text-display-sub)}.feature-row__pill{border-radius:24px;flex-wrap:wrap;gap:12px;height:auto;min-height:64px;padding:12px 12px 12px 20px}.feature-row__actions{justify-content:stretch;width:100%}.feature-row__actions>*{flex:1;justify-content:center}.visual-card{height:420px}.automate{flex-direction:column;gap:40px;height:auto}.automate__list{width:100%;height:420px;font-size:28px}.automate__item{height:54px;transform:translateY(calc(var(--offset)*54px - 50%))}.automate__right{align-items:flex-start;gap:24px;width:100%}.stats-section{gap:40px}.stats-row{flex-direction:column;gap:24px;width:100%}.stat-card-wrap,.stat-card{width:100%!important;min-width:0!important;height:auto!important}.stat-card-wrap{--frame-h:280px}.uc-tabs{-webkit-overflow-scrolling:touch;scrollbar-width:none;flex-wrap:nowrap;justify-content:flex-start;overflow-x:auto}.uc-tabs::-webkit-scrollbar{display:none}.uc-tab{white-space:nowrap;flex:none}.uc-body{width:100%!important}.uc-panels{flex-direction:column!important;gap:24px!important}.uc-copy,.uc-visual{width:100%!important;height:auto!important}.install{min-height:auto;height:auto!important}.install__head,.terminal{max-width:100%;width:100%!important}.terminal__body{height:auto;min-height:64px;padding:16px 20px}.terminal__body code{word-break:break-all;font-size:13px}.fw-row{max-width:100%;width:100%!important}.pricing{min-height:auto!important}.pricing-card-wrap,.pricing-card{max-width:100%;width:100%!important}.price-hero{height:auto;padding:32px 16px}.price-hero .num{font-size:44px}.resources-head,.resources-grid{width:100%!important;max-width:none!important}.resources-grid{grid-template-columns:1fr!important}.resource-card{width:100%!important}.final-cta__copy{width:100%;padding:0 8px}.site-footer{gap:32px;padding:48px 20px 28px}.site-footer__top{gap:32px}.site-footer__cols{grid-template-columns:1fr 1fr;gap:24px}.site-footer__bottom{padding-top:24px}}@media (max-width:480px){:root{--text-display-mega:40px;--text-display-hero:32px;--text-display-section:28px;--text-display-card:24px;--text-display-sub:22px}.hiw,.pricing,.resources,.install,.usecases,.stats-section,.automate,.final-cta,.lifecycle,.trust{padding:48px 16px}.lifecycle__nodes{gap:4px}.lifecycle__label{font-size:11px}.hero{padding:24px 16px 32px}.feature-copy-card{padding:20px}}