@import"https://cdn.jsdelivr.net/npm/geist@1.0.0/dist/fonts/geist-sans/style.css";@import"https://cdn.jsdelivr.net/npm/geist@1.0.0/dist/fonts/geist-mono/style.css";:root{--inkwell: #11100D;--paper: #FFFEFC;--parchment: #FAF8F5;--parchment-strong: #F3F0EC;--graphite: #27251E;--faded-stone: #92918B;--dusk-gray: #72706B;--soft-border: #E6E1DA;--strong-border: #D8D1C7;--ai-fill: #F8F5FA;--ai-working-fill: #EEEAF0;--ai-ink: #251E27;--ai-border: #D6D1DA;--status-active: #4F7A5C;--status-review: #6E6385;--status-blocked: #9A4D4D;--status-paused: #72706B;--font-sans: "Geist", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-serif: Georgia, "Times New Roman", serif;--font-mono: "Geist Mono", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace}*{box-sizing:border-box}body{margin:0;padding:0;font-family:var(--font-sans);color:var(--graphite);background-color:var(--parchment);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.hero{position:relative;width:100%;min-height:100vh;display:flex;flex-direction:column;overflow:hidden;background:radial-gradient(circle at 84% 14%,rgba(110,99,133,.16),transparent 31rem),linear-gradient(135deg,#fffefc 0%,var(--parchment) 44%,#eee9e2 100%)}.hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;opacity:1;filter:saturate(.95) contrast(1.02);z-index:0}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;z-index:1}.nav{position:relative;z-index:100;display:flex;align-items:center;justify-content:space-between;padding:1.5rem 3rem;width:100%;max-width:1440px;margin:0 auto}.nav-logo{display:inline-flex;align-items:center;flex:0 0 auto;width:auto;height:2.5rem;text-decoration:none}.nav-logo img{display:block;width:auto;height:100%}.nav-links{display:flex;gap:2rem;align-items:center;justify-content:flex-end;margin-left:auto}.nav-menu-button{display:none;position:relative;z-index:102;width:2.5rem;height:2.5rem;border:1px solid rgba(255,254,252,.18);border-radius:4px;background:#11100d2e;color:var(--paper);cursor:pointer;align-items:center;justify-content:center}.nav-mobile-panel{display:none}.nav-link{display:inline-flex;align-items:center;height:2.25rem;color:#fffefc;text-decoration:none;font-weight:700;text-shadow:0 1px 6px rgba(0,0,0,.45);font-size:.875rem;transition:color .2s ease}.nav-link:hover{color:var(--paper)}.nav-link-button{border:0;background:transparent;cursor:default;font-family:var(--font-sans);padding:0}.nav-dropdown{position:relative;display:inline-flex;align-items:center;min-height:3rem}.nav-dropdown:after{content:"";position:absolute;left:-1rem;right:-1rem;top:100%;height:1rem}.nav-dropdown-panel{position:absolute;top:calc(100% + .35rem);right:0;z-index:1000;opacity:0;pointer-events:none;transform:translateY(.35rem);transition:opacity .18s ease,transform .18s ease;border:1px solid rgba(255,254,252,.11);border-radius:12px;background:#0d0c11f5;box-shadow:0 24px 60px #00000070;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.nav-dropdown:hover .nav-dropdown-panel,.nav-dropdown:focus-within .nav-dropdown-panel{opacity:1;pointer-events:auto;transform:translateY(0)}.nav-product-panel{display:grid;grid-template-columns:repeat(3,minmax(9.5rem,1fr));gap:2.2rem;width:min(35rem,calc(100vw - 3rem));padding:1.45rem 1.35rem}.nav-resource-panel{width:16rem;padding:.75rem}.nav-dropdown-label{margin:0 0 .75rem;color:#fffefc52;font-family:var(--font-mono);font-size:.62rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase}.nav-dropdown-column{display:flex;flex-direction:column;gap:.35rem}.nav-dropdown-item{display:block;border-radius:8px;color:#fffefce6;padding:.55rem .6rem;text-decoration:none;transition:background .18s ease,color .18s ease}.nav-dropdown-item:hover{background:#fffefc0f;color:var(--paper)}.nav-dropdown-item span{display:block;font-size:.84rem;font-weight:650;line-height:1.2}.nav-dropdown-item small{display:block;max-width:12rem;margin-top:.26rem;color:#fffefc5c;font-size:.72rem;font-weight:500;line-height:1.28}.nav-dropdown-item.is-disabled{cursor:default;color:#fffefcd1}.nav-dropdown-item.is-disabled:hover{background:transparent;color:#fffefcd1}.hero-main{position:relative;z-index:5;display:flex;flex-direction:row;align-items:flex-start;justify-content:space-between;flex:1;padding:2rem 3rem;max-width:1440px;margin:0 auto;width:100%;gap:4rem}.hero-text{text-align:left;max-width:580px;display:flex;flex-direction:column;align-items:flex-start;flex-shrink:0;margin-top:8rem}.hero-headline{color:var(--paper);font-family:var(--font-serif);font-size:clamp(3rem,5.2vw,5.7rem);font-weight:500;letter-spacing:0;line-height:.98;margin:0 0 1.25rem;text-wrap:balance}.hero-subtitle{color:#fffefcd1;font-size:clamp(1.125rem,1.5vw,1.25rem);font-weight:400;line-height:1.5;max-width:550px;margin:0 0 2rem;text-wrap:balance}.button-group{display:flex;gap:1rem}.hero-waitlist-form{display:flex;align-items:center;gap:1rem;width:min(100%,34rem)}.hero-waitlist-field{position:relative;flex:1 1 auto;min-width:0}.hero-waitlist-field input{width:100%;height:3.2rem;border:1px solid rgba(255,254,252,.32);border-radius:4px;background:#11100d38;color:var(--paper);font:500 .95rem var(--font-sans);padding:0 1.05rem;outline:none;transition:border-color .2s ease,background .2s ease,box-shadow .2s ease;box-shadow:inset 0 1px #fffefc0f}.hero-waitlist-field input::placeholder{color:#fffefc94}.hero-waitlist-field input:focus{border-color:#fffefcad;background:#11100d57;box-shadow:0 0 0 3px #fffefc1f,inset 0 1px #fffefc14}.hero-waitlist-field input:disabled{cursor:not-allowed;opacity:.62}.btn-hero{display:inline-flex;align-items:center;justify-content:center;border-radius:4px;padding:.875rem 1.75rem;font-family:var(--font-serif);font-weight:500;font-size:.875rem;cursor:pointer;transition:all .2s ease-out;text-decoration:none;white-space:nowrap}.btn-hero:disabled{cursor:wait;opacity:.72;transform:none}.btn-hero-primary{background:var(--paper);color:var(--graphite);border:1px solid var(--paper);box-shadow:0 16px 36px #27251e29}.btn-hero-primary:hover{background:var(--parchment);transform:translateY(-1px)}.btn-hero-secondary{background:#fffefc1a;color:var(--paper);border:1px solid rgba(255,254,252,.36)}.btn-hero-secondary:hover{background:#fffefc2e;border-color:#fffefc8f;transform:translateY(-1px)}.hero-waitlist-error{display:flex;align-items:center;gap:.75rem;color:#ffd2d2eb;font-size:.82rem;line-height:1.4;margin-top:.85rem}.hero-waitlist-error button{border:0;background:transparent;color:var(--paper);font:inherit;cursor:pointer;padding:0;text-decoration:underline;text-underline-offset:.18em}.terminal-wrapper{width:100%;max-width:48rem;display:flex;justify-content:flex-end;flex:1;margin-top:-1rem}.terminal-window{width:100%;background:var(--paper);border:1px solid var(--strong-border);border-radius:8px;box-shadow:0 28px 80px #27251e2e,0 10px 26px #27251e1a,0 0 0 1px #fffefcb8;overflow:hidden;font-size:.75rem;text-align:left;display:flex;flex-direction:column}.tabs{display:flex;gap:1.5rem;padding:0 1.25rem;border-bottom:1px solid var(--soft-border);background:var(--paper);flex-shrink:0}.terminal-body{padding:1.2rem 1.4rem;display:flex;flex-direction:column;gap:.5rem;flex:1}.tab{padding:.75rem 0;font-size:.8rem;font-weight:500;color:var(--dusk-gray);cursor:pointer;position:relative}.tab.active{color:var(--inkwell)}.tab.active:after{content:"";position:absolute;bottom:-1px;left:0;right:0;height:2px;background:var(--inkwell)}.v-header{display:flex;align-items:center;gap:.4rem;font-weight:500;color:var(--dusk-gray);padding-bottom:.2rem}.v-content-border{margin-left:.45rem;padding-left:1.1rem;border-left:1px solid var(--soft-border);margin-top:.25rem;color:var(--dusk-gray);line-height:1.3;font-size:.75rem}.v-chips{display:flex;gap:.3rem;flex-wrap:wrap;margin-left:.45rem;padding-left:1.1rem;border-left:1px solid var(--soft-border);margin-top:.25rem}.panel-header{display:flex;justify-content:space-between;align-items:center;padding:.65rem .85rem;cursor:pointer}.panel-title-wrap{display:flex;align-items:center;gap:.4rem}.panel-title{font-size:.75rem;font-weight:500;color:var(--dusk-gray);margin:0;line-height:1.1}.panel-mono-title{font-family:var(--font-mono);font-size:.75rem;font-weight:500;color:var(--dusk-gray);margin:0}.panel-body{padding:0 .85rem .85rem}.panel-bordered{border:1px solid var(--soft-border);border-radius:8px;margin:0;background:var(--paper)}.panel-bordered .panel-header{padding:.5rem .75rem}.panel-bordered .panel-body{padding:0 .75rem .75rem}.text-body{font-size:.75rem;line-height:1.3;color:var(--dusk-gray);margin-left:.45rem;padding-left:1.1rem;border-left:1px solid var(--soft-border);margin-top:.25rem}.text-dusk{color:var(--dusk-gray)}.text-inkwell{color:var(--inkwell)}.text-graphite{color:var(--graphite)}.fw-500{font-weight:500}.fw-600{font-weight:600}.icon{display:inline-block;vertical-align:middle}.icon-md{width:.9rem;height:.9rem;flex-shrink:0}.icon-sm{width:.65rem;height:.65rem;flex-shrink:0}.color-stone{color:var(--faded-stone)}.source-chip{display:inline-flex;align-items:center;gap:6px;background:var(--parchment);border:1px solid var(--soft-border);border-radius:6px;padding:4px 10px;font-size:11px;font-weight:400;color:var(--graphite)}.sources-section{margin-top:16px;display:flex;flex-direction:column;gap:12px}.tree-layout{display:grid;grid-template-columns:16px 1fr;row-gap:8px;padding-top:4px}.tree-icon-col{display:flex;flex-direction:column;align-items:center;position:relative}.tree-icon-wrapper{background:var(--paper);z-index:2;display:flex;align-items:center;justify-content:center;height:16px}.tree-line{flex:1;width:1px;background:var(--soft-border);margin-top:4px;margin-bottom:-24px;display:none}.tree-line-last{display:none}.tree-content-col{display:flex;flex-direction:column;gap:8px;padding-left:12px;padding-bottom:4px}.tree-section-title{font-size:.65rem;font-weight:600;color:var(--faded-stone);letter-spacing:.06em;text-transform:uppercase;line-height:1.2;margin:0}.tree-row{display:flex;align-items:center;gap:6px;font-size:.75rem}.tree-sub-list{display:flex;flex-direction:column;gap:6px;margin-left:4px}.tree-sub-row{display:flex;align-items:center;gap:6px;font-size:.75rem;color:var(--dusk-gray);margin-top:-2px}.elbow-connector{width:10px;height:12px;border-left:1px solid var(--strong-border);border-bottom:1px solid var(--strong-border);border-bottom-left-radius:4px;margin-top:-12px}.tree-divider{grid-column:1 / -1;height:1px;background:var(--soft-border);margin:4px 0}.avatar-box{width:16px;height:16px;border-radius:4px;display:flex;align-items:center;justify-content:center;font-size:.6rem;font-weight:600;color:var(--paper);background:#d32f2f}.avatar-circle{width:16px;height:16px;border-radius:50%;object-fit:cover}.code-block{background:var(--parchment);border:1px solid var(--soft-border);border-radius:6px;padding:.65rem;font-family:var(--font-mono);font-size:.65rem;line-height:1.45;color:var(--graphite);margin:0;overflow-x:auto}.action-bar{background:var(--paper);border-radius:8px;padding:1rem 1.25rem;display:flex;justify-content:space-between;align-items:center;gap:.8rem;margin:0;border:1px solid var(--soft-border);box-shadow:inset 0 1px #ffffff0a,0 8px 16px -4px #0000000d}.action-text{font-size:.75rem;line-height:1.4;color:var(--dusk-gray)}.inline-avatar-wrap{display:inline-flex;align-items:center;gap:6px;background:var(--paper);border:1px solid var(--soft-border);padding:2px 8px 2px 2px;border-radius:999px;margin:0 4px;vertical-align:middle}.action-buttons{display:flex;gap:12px;flex-shrink:0}.btn-term{display:inline-flex;align-items:center;justify-content:center;height:32px;padding:0 16px;border-radius:6px;font-size:.8rem;font-weight:500;cursor:pointer;transition:all .2s ease;font-family:var(--font-sans);gap:6px}.kbd-hint{font-family:var(--font-mono);font-size:11px;color:currentColor;opacity:.6;font-weight:400;display:inline-flex;align-items:center;gap:4px}.btn-term-primary{background:var(--graphite);color:var(--paper);border:none}.btn-term-primary:hover{background:var(--inkwell)}.btn-term-secondary{background:var(--paper);color:var(--graphite);border:1px solid var(--strong-border)}.btn-term-secondary:hover{background:var(--parchment-strong)}.confidence-badge{display:inline-flex;align-items:center;padding:.15rem .5rem;border-radius:999px;font-family:var(--font-mono);font-size:.6rem;font-weight:500;color:#0284c7;background:#e0f2fe;border:1px solid #BAE6FD;letter-spacing:.02em}.action-badge-extract{display:inline-flex;align-items:center;padding:.1rem .3rem;border-radius:4px;font-size:.6rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;margin-right:.3rem;line-height:1.1;background:#a855f71a;color:#9333ea;border:1px solid rgba(168,85,247,.2)}.action-badge-create{display:inline-flex;align-items:center;padding:.1rem .3rem;border-radius:4px;font-size:.6rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;margin-right:.3rem;line-height:1.1;background:#edf4ee;color:#3d6247;border:1px solid #C4D7C7}.action-badge-enrich{display:inline-flex;align-items:center;padding:.1rem .3rem;border-radius:4px;font-size:.6rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;margin-right:.3rem;line-height:1.1;background:#edf3f5;color:#365761;border:1px solid #C5D3D8}.badge-mono{font-family:var(--font-mono);display:inline-flex;align-items:center;gap:.2rem;background:var(--paper);border:1px solid var(--strong-border);box-shadow:0 1px 2px #00000005;padding:.1rem .3rem;border-radius:4px;font-size:.65rem;color:var(--dusk-gray);font-weight:500}.badge-neutral{display:inline-flex;align-items:center;gap:.2rem;background:var(--paper);border:1px solid var(--strong-border);box-shadow:0 1px 2px #00000005;padding:.1rem .3rem;border-radius:4px;font-size:.65rem;color:var(--dusk-gray);font-weight:500}.status-badge{display:inline-flex;align-items:center;gap:.3rem;font-family:var(--font-sans);font-size:.65rem;padding:.15rem .5rem;border-radius:999px;border:1px solid var(--soft-border);background:transparent;font-weight:500;margin-left:.25rem}.status-badge.completed{color:var(--status-active)}.status-badge.awaiting{color:var(--status-review)}.tm-desktop{display:block}.tm-mobile,.feature-mobile-info{display:none}@keyframes terminal-reveal{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@keyframes mobile-section-exit{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-5px)}}@keyframes item-appear{0%{opacity:0}to{opacity:1}}.terminal-section{opacity:0;animation:terminal-reveal .4s ease-out forwards}.terminal-section:nth-child(1){animation-delay:.3s}.terminal-section:nth-child(2){animation-delay:3.3s}.terminal-section:nth-child(3){animation-delay:6.3s}.terminal-section:nth-child(4){animation-delay:9.3s}.terminal-section:nth-child(5){animation-delay:12.3s}.terminal-section:nth-child(6){animation-delay:15.3s}.thought-part{opacity:0;animation:item-appear .35s ease-out forwards}.thought-part-1{animation-delay:.4s}.thought-part-2{animation-delay:.9s}.v-chips .source-chip{opacity:0;animation:item-appear .3s ease-out forwards}.v-chips .source-chip:nth-child(1){animation-delay:3.5s}.v-chips .source-chip:nth-child(2){animation-delay:3.72s}.v-chips .source-chip:nth-child(3){animation-delay:3.94s}.tree-layout>*{opacity:0;animation:item-appear .3s ease-out forwards}.tree-layout>:nth-child(1),.tree-layout>:nth-child(2){animation-delay:6.55s}.tree-layout>:nth-child(3){animation-delay:6.85s}.tree-layout>:nth-child(4),.tree-layout>:nth-child(5){animation-delay:7s}.tree-layout>:nth-child(6){animation-delay:7.3s}.tree-layout>:nth-child(7),.tree-layout>:nth-child(8){animation-delay:7.45s}.code-line{display:block;opacity:0;animation:item-appear .22s ease-out forwards}.code-line:nth-child(1){animation-delay:12.45s}.code-line:nth-child(2){animation-delay:12.62s}.code-line:nth-child(3){animation-delay:12.79s}.code-line:nth-child(4){animation-delay:12.96s}.code-line:nth-child(5){animation-delay:13.13s}.code-line:nth-child(6){animation-delay:13.3s}.site-story{background-color:var(--parchment);color:var(--graphite);position:relative;z-index:10}.problem-bridge{position:relative;overflow:hidden;background:var(--parchment)}.problem-section{position:relative;display:grid;align-items:center;min-height:min(58rem,92vh);padding:clamp(4.75rem,6vw,6.5rem) clamp(1.5rem,5vw,4.5rem);isolation:isolate}.problem-section.context{--problem-bg: #faf7f5;background:var(--problem-bg)}.problem-section.manual{--problem-bg: #faf5f2;background:var(--problem-bg);border-top:1px solid rgba(216,209,199,.65)}.problem-inner{width:min(1320px,100%);margin:0 auto;display:grid;grid-template-columns:minmax(19rem,.34fr) minmax(0,.66fr);gap:clamp(2rem,4vw,4.5rem);align-items:center}.problem-copy{display:grid;justify-items:start;text-align:left;width:min(36rem,100%);margin:0}.problem-manual-copy{width:min(36rem,100%);margin:0;transform:none;position:relative;z-index:2}.problem-title{max-width:14ch;margin:0;color:var(--inkwell);font-family:var(--font-serif);font-size:clamp(2.45rem,3.5vw,4rem);line-height:1.06;letter-spacing:0;font-weight:500;text-wrap:balance}.problem-body{max-width:34rem;margin:1.4rem 0 0;color:var(--dusk-gray);font-size:clamp(1rem,1.12vw,1.12rem);line-height:1.55;text-wrap:balance}.problem-asset{position:relative;width:min(960px,calc(100% + clamp(1rem,3vw,3rem)));margin:0 auto;margin-right:calc(-1*clamp(1rem,3vw,3rem))}.problem-asset:after{content:"";position:absolute;top:-1px;right:-1px;bottom:-1px;left:-1px;pointer-events:none;background:linear-gradient(90deg,var(--problem-bg) 0%,rgba(250,247,245,0) 8%,rgba(250,247,245,0) 92%,var(--problem-bg) 100%),linear-gradient(180deg,var(--problem-bg) 0%,rgba(250,247,245,0) 7%,rgba(250,247,245,0) 86%,var(--problem-bg) 100%)}.problem-asset.manual-work{width:min(960px,calc(100% + clamp(1rem,3vw,3rem)));margin-left:auto;margin-right:calc(-1*clamp(1rem,3vw,3rem))}.problem-asset img{display:block;width:100%;height:auto;border-radius:0;border:0;box-shadow:none}.problem-section.manual .problem-asset img{border:0;box-shadow:none}.solution-narrative{position:relative;height:185vh;background:var(--parchment);border-top:1px solid rgba(216,209,199,.62);border-bottom:1px solid rgba(216,209,199,.48)}.solution-narrative-pin{position:sticky;top:0;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:clamp(4.5rem,7vw,7rem) clamp(1.5rem,6vw,5rem);overflow:hidden}.solution-narrative-copy{width:min(1120px,100%);margin:0 auto;text-align:center}.solution-narrative-text{max-width:44ch;margin:0 auto;font-family:var(--font-serif);font-size:clamp(1.7rem,2.35vw,2.75rem);line-height:1.2;letter-spacing:0;font-weight:500;text-wrap:balance}.solution-narrative-line{display:block;color:color-mix(in oklch,var(--inkwell) calc(var(--fill, 0) * 100%),rgba(31,28,25,.18));transition:color .18s ease-out}.solution-narrative-line+.solution-narrative-line{margin-top:.34em}.solution-narrative-support{max-width:42rem;margin:clamp(1.65rem,3vw,2.35rem) auto 0;color:color-mix(in oklch,var(--dusk-gray) calc(var(--support-fill, 0) * 100%),rgba(91,84,78,.2));font-size:clamp(1rem,1.12vw,1.12rem);line-height:1.55;transition:color .18s ease-out;text-wrap:balance}.how-scroll{position:relative;background:var(--parchment);border-bottom:1px solid rgba(216,209,199,.55);color:var(--graphite);padding:clamp(4.5rem,7vw,7rem) clamp(1.5rem,5vw,4.5rem)}.how-scroll-shell{width:min(1440px,100%);margin:0 auto;display:grid;grid-template-columns:minmax(21rem,.38fr) minmax(0,.62fr);gap:clamp(2.5rem,5vw,5.5rem);align-items:start}.how-scroll-copy{position:sticky;top:clamp(4rem,10vh,7rem);min-height:min(74vh,45rem);display:flex;flex-direction:column;justify-content:center;padding-block:clamp(1rem,2vw,1.5rem)}.how-scroll-title{max-width:13.5ch;margin:0;color:var(--inkwell);font-family:var(--font-serif);font-size:clamp(2.45rem,3.5vw,4rem);font-weight:500;letter-spacing:0;line-height:1.06;text-wrap:balance}.how-scroll-body{max-width:32rem;margin:1.35rem 0 0;color:var(--dusk-gray);font-size:clamp(1rem,1.12vw,1.12rem);line-height:1.55;text-wrap:balance}.how-scroll-body strong{color:var(--graphite);font-weight:600}.how-scroll-steps{display:grid;gap:0;width:min(32rem,100%);margin:clamp(2rem,3vw,2.75rem) 0 0;padding:0;list-style:none;border-top:1px solid rgba(216,209,199,.76);border-bottom:1px solid rgba(216,209,199,.76)}.how-scroll-steps li{display:grid;grid-template-columns:2.4rem 1fr;gap:.85rem;padding:.78rem .72rem;color:var(--dusk-gray);font-size:.9rem;line-height:1.35;border-top:1px solid rgba(216,209,199,.58);border-radius:6px;transition:background-color .18s ease-out,box-shadow .18s ease-out,color .18s ease-out}.how-scroll-steps li:first-child{border-top:0}.how-scroll-steps li.is-active{color:var(--graphite);background:#ffffff7a;box-shadow:inset 0 0 0 1px #d8d1c7eb}.how-step-number{color:var(--faded-stone);font-family:var(--font-sans);font-size:.78rem;font-weight:600;letter-spacing:.02em;transition:color .18s ease-out}.how-scroll-steps li.is-active .how-step-number{color:var(--inkwell)}.how-step-label{color:var(--graphite);font-weight:600}.how-scroll-stack{display:grid;gap:clamp(2.5rem,5vw,4.5rem);padding-block:clamp(1rem,2vw,2rem)}.how-card{background:transparent}.how-card-visual{margin:0;background:var(--graphite);border:1px solid var(--strong-border);border-radius:8px;overflow:hidden;box-shadow:0 28px 80px #27251e1f}.how-card-visual img{display:block;width:100%;height:auto}.how-card-caption{display:grid;grid-template-columns:minmax(3.8rem,auto) 1fr;gap:clamp(1.1rem,2.5vw,1.7rem);padding:clamp(.95rem,1.7vw,1.35rem) 0 0;align-items:start}.how-card-index{color:var(--ai-ink);font-size:.78rem;font-weight:650;letter-spacing:.02em;white-space:nowrap}.how-card h3{margin:0;color:var(--inkwell);font-family:var(--font-serif);font-size:clamp(1.45rem,1.9vw,2rem);font-weight:500;line-height:1.12;letter-spacing:0}.how-card p{max-width:45rem;margin:.65rem 0 0;color:var(--dusk-gray);font-size:clamp(.96rem,1vw,1.05rem);line-height:1.5}.completed-work-section{background:var(--parchment);color:var(--graphite);padding:clamp(4.5rem,7vw,7rem) clamp(1.5rem,5vw,4.5rem)}.completed-work-inner{width:min(1400px,100%);margin:0 auto}.completed-work-main{display:grid;grid-template-columns:minmax(28rem,.38fr) minmax(0,.62fr);gap:clamp(2rem,3.2vw,4rem);align-items:center}.completed-work-copy{max-width:34rem;position:relative;z-index:2}.completed-work-title{margin:0;max-width:14ch;color:var(--inkwell);font-family:var(--font-serif);font-size:clamp(1.5rem,3vw,2.5rem);line-height:1.2;font-weight:500;letter-spacing:0}.completed-work-body{margin:1.35rem 0 0;max-width:35rem;color:var(--dusk-gray);font-size:clamp(1rem,1.12vw,1.12rem);line-height:1.55}.completed-work-cta{display:inline-flex;align-items:center;gap:.8rem;margin-top:2rem;padding:1rem 1.35rem;border:1px solid var(--graphite);border-radius:.45rem;background:var(--graphite);color:var(--paper);font-size:1rem;font-weight:650;text-decoration:none;box-shadow:0 1rem 2rem #27251e29;transition:transform .18s ease,box-shadow .18s ease}.completed-work-cta:hover{transform:translateY(-1px);box-shadow:0 1.2rem 2.25rem #27251e33}.completed-work-cta svg{width:1rem;height:1rem;stroke-width:2}.completed-work-visual{margin:0;width:min(68rem,108%);justify-self:end;transform:translate(clamp(0rem,2vw,2rem))}.completed-work-visual img{display:block;width:100%;height:auto}.completed-work-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));margin-top:clamp(3rem,4vw,4.25rem);border:1px solid var(--soft-border);border-radius:.7rem;background:#fffefc38;overflow:hidden}.completed-work-item{display:grid;grid-template-columns:auto 1fr;gap:clamp(.9rem,1.35vw,1.2rem);align-items:center;min-height:6.8rem;padding:clamp(1.2rem,1.8vw,1.6rem) clamp(1.35rem,2.6vw,2.5rem)}.completed-work-item+.completed-work-item{border-left:1px solid var(--soft-border)}.completed-work-icon{width:2.15rem;height:2.15rem;color:var(--graphite)}.completed-work-item h3{margin:0;color:var(--inkwell);font-family:var(--font-serif);font-size:clamp(.98rem,1.08vw,1.08rem);line-height:1.2;font-weight:500}.completed-work-item p{margin:.55rem 0 0;color:var(--dusk-gray);font-size:clamp(.92rem,1vw,1rem);line-height:1.4}.autonomous-work-section{background:var(--parchment);color:var(--graphite);padding:clamp(5rem,8vw,8rem) clamp(1.5rem,4.5vw,4rem);border-top:1px solid rgba(230,225,218,.72)}.autonomous-work-inner{width:min(1510px,100%);margin:0 auto}.autonomous-work-header{display:grid;justify-items:center;text-align:center;margin:0 auto clamp(2.75rem,5vw,4.25rem)}.autonomous-title{max-width:34ch;margin:1.25rem 0 0;color:var(--inkwell);font-family:var(--font-serif);font-size:clamp(1.5rem,3vw,2.5rem);line-height:1.2;letter-spacing:0;font-weight:500;text-wrap:balance}.autonomous-body{max-width:52rem;margin:1.3rem 0 0;color:var(--dusk-gray);font-size:clamp(1rem,1.12vw,1.12rem);line-height:1.55;text-wrap:balance}.autonomous-grid{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.62fr) minmax(0,.9fr);align-items:stretch;gap:clamp(.75rem,1.1vw,1rem);min-height:clamp(31rem,42vw,43rem);transition:grid-template-columns .42s cubic-bezier(.22,1,.36,1)}.autonomous-grid.active-1,.autonomous-grid:has(.autonomous-card:nth-child(1):focus-within){grid-template-columns:minmax(0,1.62fr) minmax(0,.9fr) minmax(0,.9fr)}.autonomous-grid.active-2,.autonomous-grid:has(.autonomous-card:nth-child(2):focus-within){grid-template-columns:minmax(0,.9fr) minmax(0,1.62fr) minmax(0,.9fr)}.autonomous-grid.active-3,.autonomous-grid:has(.autonomous-card:nth-child(3):focus-within){grid-template-columns:minmax(0,.9fr) minmax(0,.9fr) minmax(0,1.62fr)}.autonomous-card{display:flex;flex-direction:column;justify-content:flex-start;min-height:100%;padding:0;border:1px solid var(--soft-border);border-radius:.85rem;background:linear-gradient(180deg,#fffefce6,#fffefc80),var(--parchment);box-shadow:0 1px #fffefce6 inset;overflow:hidden;outline:none;transition:border-color .24s ease,box-shadow .24s ease,transform .24s ease}.autonomous-card:hover,.autonomous-card:focus-within{border-color:var(--strong-border);box-shadow:0 1px #fffefce6 inset,0 1.1rem 2.4rem #27251e14;transform:translateY(-2px)}.autonomous-card:focus-visible{outline:2px solid rgba(39,37,30,.34);outline-offset:3px}.autonomous-card-label{display:inline-flex;align-items:center;gap:.65rem;width:fit-content;min-height:2.15rem;padding:0 .85rem;border:1px solid var(--soft-border);border-radius:.5rem;background:#fffefcbd;color:var(--inkwell);font-family:var(--font-serif);font-size:.82rem;font-weight:700;box-shadow:0 1px #fffefcc7 inset}.autonomous-card-label svg{width:1.05rem;height:1.05rem;stroke-width:2.1}.autonomous-card h3{margin:1rem 0 0;color:var(--inkwell);font-family:var(--font-serif);font-size:clamp(1.32rem,1.55vw,1.78rem);line-height:1.12;font-weight:500;letter-spacing:0}.autonomous-card p{margin:.75rem 0 0;color:var(--dusk-gray);font-size:clamp(.94rem,.96vw,1.02rem);line-height:1.55}.autonomous-asset{order:-1;width:100%;flex:1 1 auto;min-height:0;margin:0;border:0;border-bottom:1px solid var(--soft-border);border-radius:0;overflow:hidden;background:#fffefcc7;box-shadow:0 1px #fffefcdb inset;aspect-ratio:auto}.autonomous-asset img{display:block;width:100%;height:100%;object-fit:cover;object-position:center}.autonomous-card:nth-child(1) .autonomous-asset img{object-position:51% center}.autonomous-card:nth-child(2) .autonomous-asset img{object-position:center center}.autonomous-card:nth-child(3) .autonomous-asset img{object-position:49% center}.autonomous-card-copy{flex:0 0 clamp(13.25rem,14vw,15.25rem);min-height:clamp(13.25rem,14vw,15.25rem);padding:clamp(1.2rem,1.7vw,1.55rem) clamp(1.25rem,1.75vw,1.65rem) clamp(1.25rem,1.8vw,1.7rem);background:linear-gradient(180deg,#fffefc6b,#fffefcb8)}.autonomous-link{display:inline-flex;align-items:center;gap:.55rem;width:fit-content;margin-top:1.65rem;color:var(--inkwell);font-size:1rem;font-weight:650;text-decoration:none}.autonomous-link:after{content:"->";font-weight:600}.feature-console-section{background:var(--parchment);color:var(--graphite);padding:clamp(5rem,8vw,8rem) clamp(1.5rem,4.5vw,4rem);border-top:1px solid rgba(230,225,218,.72)}.feature-console-inner{width:min(1320px,100%);margin:0 auto}.feature-console-header{max-width:47rem;margin-bottom:clamp(2.5rem,4.6vw,4.25rem)}.feature-console-title{max-width:15ch;margin:0;color:var(--inkwell);font-family:var(--font-serif);font-size:clamp(2.35rem,4.4vw,4.7rem);line-height:.98;letter-spacing:0;font-weight:500;text-wrap:balance}.feature-console-body{max-width:43rem;margin:1.3rem 0 0;color:var(--dusk-gray);font-size:clamp(1rem,1.1vw,1.12rem);line-height:1.6}.feature-console{display:grid;grid-template-columns:minmax(22rem,.92fr) minmax(0,1.08fr);align-items:stretch;gap:0;border:1px solid var(--soft-border);border-radius:.85rem;background:#fffefc9e;box-shadow:0 1.65rem 4rem #27251e17;overflow:hidden}.feature-list{display:flex;flex-direction:column;justify-content:center;min-height:clamp(30rem,43vw,36rem);padding:clamp(1.85rem,2.6vw,2.8rem) clamp(1.65rem,2.8vw,3rem);background:#fffefcad}.feature-item{display:grid;grid-template-columns:2rem 1fr;gap:.9rem;width:100%;padding:.92rem .95rem;border:0;border-bottom:1px solid var(--soft-border);background:transparent;border-radius:.45rem;color:var(--graphite);font:inherit;text-align:left;cursor:pointer;transition:background .18s ease,box-shadow .18s ease,border-color .18s ease}.feature-item:first-child{border-top:1px solid var(--soft-border)}.feature-item:focus-visible{outline:2px solid rgba(39,37,30,.34);outline-offset:4px}.feature-index{color:var(--faded-stone);font-size:.76rem;font-weight:650;line-height:1.7;transition:color .18s ease}.feature-item-title{display:block;color:var(--graphite);font-family:var(--font-serif);font-size:clamp(1.08rem,1.2vw,1.32rem);line-height:1.18;font-weight:500;transition:color .18s ease}.feature-item-text{display:block;max-width:25rem;max-height:0;margin-top:0;color:var(--dusk-gray);font-size:.94rem;line-height:1.45;opacity:0;overflow:hidden;transition:max-height .24s ease,margin-top .24s ease,opacity .18s ease,color .18s ease}.feature-item.is-active .feature-index,.feature-item.is-active .feature-item-title{color:var(--inkwell)}.feature-item.is-active{background:#f3f0eca3;box-shadow:0 1px #fffefcb8 inset}.feature-item.is-active .feature-item-text{color:var(--graphite);max-height:5rem;margin-top:.55rem;opacity:1}.feature-action{display:inline-flex;align-items:center;gap:.5rem;width:fit-content;max-height:0;margin-top:0;color:var(--inkwell);font-size:.98rem;font-weight:650;text-decoration:none;opacity:0;overflow:hidden;transition:max-height .24s ease,margin-top .24s ease,opacity .18s ease}.feature-action:after{content:"->";font-weight:600}.feature-item.is-active .feature-action{max-height:2rem;margin-top:.9rem;opacity:1}.feature-stage{position:relative;align-self:stretch;min-width:0;border-left:1px solid var(--soft-border);background:radial-gradient(circle at 50% 34%,#fffefcf5,#faf8f56b 48%,#f3f0ec94),var(--parchment);overflow:hidden}.feature-asset{display:none}.feature-asset.is-active{display:block}.feature-asset-frame{margin:0;height:100%;min-height:clamp(30rem,43vw,36rem);background:transparent}.feature-asset-frame img{display:block;width:100%;height:100%;object-fit:contain;object-position:center;padding:clamp(.85rem,1.4vw,1.3rem)}.feature-swipe-hint{display:none}.integrations-section{background:linear-gradient(180deg,#fffefc94,#faf8f5fa),var(--parchment);color:var(--graphite);padding:clamp(5rem,8vw,8rem) clamp(1.5rem,5vw,4rem);border-top:1px solid rgba(230,225,218,.74)}.integrations-inner{width:min(1320px,100%);margin:0 auto}.integrations-header{max-width:47rem;margin-bottom:clamp(3rem,5vw,4.5rem)}.integrations-label{display:block;color:var(--faded-stone);font-family:var(--font-mono);font-size:.66rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase}.integrations-title{max-width:15ch;margin:0;color:var(--inkwell);font-family:var(--font-serif);font-size:clamp(2.35rem,4.4vw,4.7rem);font-weight:500;letter-spacing:0;line-height:.98;text-wrap:balance}.integrations-copy{max-width:43rem;margin:1.3rem 0 0;color:var(--dusk-gray);font-size:clamp(1rem,1.1vw,1.12rem);font-weight:400;line-height:1.6}.integrations-group+.integrations-group{margin-top:clamp(3.2rem,5vw,4.8rem)}.integrations-label{margin-bottom:1.35rem}.integrations-grid{display:grid;gap:.85rem;padding:clamp(1rem,1.8vw,1.45rem);border:1px solid var(--soft-border);border-radius:.85rem;background:#fffefca8;box-shadow:0 1.65rem 4rem #27251e12}.integrations-grid-available{grid-template-columns:repeat(7,minmax(0,1fr))}.integrations-grid-soon{grid-template-columns:repeat(3,minmax(0,1fr));max-width:39rem}.integration-tile{position:relative;display:flex;min-height:8.6rem;flex-direction:column;align-items:center;justify-content:center;gap:.85rem;border:1px solid rgba(230,225,218,.9);border-radius:.55rem;background:#fffefcb8;transition:border-color .18s ease,background .18s ease,transform .18s ease}.integration-tile.is-live:hover{transform:translateY(-2px);border-color:var(--strong-border);background:var(--paper)}.integration-tile img{display:block;width:3.5rem;height:3.5rem;object-fit:contain;border:1px solid var(--soft-border);border-radius:.55rem;background:var(--paper);padding:.55rem}.integration-tile span{color:var(--graphite);font-size:.94rem;font-weight:650;line-height:1.2;text-align:center}@keyframes pulse-live{0%,to{box-shadow:0 0 #4f7a5c80;opacity:1}50%{box-shadow:0 0 0 .5rem #4f7a5c00;opacity:.7}}.integration-tile.is-live:after{content:"";width:.34rem;height:.34rem;border-radius:999px;background:var(--status-active);animation:pulse-live 2s ease-in-out infinite}.integration-tile.is-soon{opacity:.72;box-shadow:none;background:#f3f0ec80}.integration-tile.is-soon img{filter:grayscale(1);opacity:.5;background:var(--parchment-strong)}.integration-tile.is-soon span{color:var(--dusk-gray)}.faq-section{background:var(--parchment);color:var(--graphite);padding:clamp(5rem,8vw,8rem) clamp(1.5rem,5vw,4rem);border-top:1px solid rgba(230,225,218,.74)}.faq-inner{width:min(1320px,100%);margin:0 auto}.faq-header{max-width:47rem;margin-bottom:clamp(2.5rem,4.6vw,4.25rem)}.faq-title{max-width:13ch;margin:0;color:var(--inkwell);font-family:var(--font-serif);font-size:clamp(2.35rem,4.4vw,4.7rem);line-height:.98;letter-spacing:0;font-weight:500;text-wrap:balance}.faq-copy{max-width:43rem;margin:1.3rem 0 0;color:var(--dusk-gray);font-size:clamp(1rem,1.1vw,1.12rem);line-height:1.6}.faq-list{max-width:1060px;border:1px solid var(--soft-border);border-radius:.85rem;background:#fffefcad;box-shadow:0 1.65rem 4rem #27251e12;overflow:hidden}.faq-item+.faq-item{border-top:1px solid var(--soft-border)}.faq-question{display:grid;grid-template-columns:minmax(0,1fr) 1.4rem;gap:1.25rem;align-items:center;width:100%;border:0;background:transparent;color:var(--graphite);cursor:pointer;padding:clamp(1.1rem,1.7vw,1.55rem) clamp(1.15rem,2vw,1.75rem);font:inherit;text-align:left;transition:background .18s ease}.faq-question:hover,.faq-item.is-open .faq-question{background:#f3f0ec9e}.faq-question span:first-child{font-family:var(--font-serif);font-size:clamp(1.05rem,1.24vw,1.32rem);line-height:1.2;font-weight:500;color:var(--inkwell)}.faq-chevron{width:1.2rem;height:1.2rem;color:var(--dusk-gray);flex-shrink:0;transition:transform .22s ease}.faq-item.is-open .faq-chevron{transform:rotate(180deg)}.faq-answer{display:grid;grid-template-rows:0fr;transition:grid-template-rows .22s ease}.faq-item.is-open .faq-answer{grid-template-rows:1fr}.faq-answer p{min-height:0;overflow:hidden;max-width:62rem;margin:0;color:var(--dusk-gray);font-size:1rem;line-height:1.65;padding:0 clamp(1.15rem,2vw,1.75rem)}.faq-item.is-open .faq-answer p{padding-bottom:clamp(1.15rem,1.7vw,1.55rem)}.site-footer{background:#070707;color:var(--paper);border-top:1px solid rgba(255,254,252,.08);padding:clamp(4rem,7vw,6.25rem) clamp(1.5rem,5vw,4rem) 2.75rem}.footer-inner{width:min(100%,88rem);margin:0 auto}.footer-primary{display:grid;grid-template-columns:clamp(13rem,18%,20rem) 1fr;gap:clamp(2.5rem,5vw,5rem);align-items:start}.footer-brand{max-width:18rem}.footer-logo-link{display:inline-flex;align-items:center;width:fit-content;text-decoration:none}.footer-logo{display:block;width:clamp(8.8rem,11.5vw,10.75rem);height:auto}.footer-positioning{margin:1.35rem 0 0;color:#fffefc8a;font-size:.98rem;line-height:1.48;max-width:15.5rem}.footer-nav{display:grid;grid-template-columns:repeat(6,minmax(7rem,1fr));gap:clamp(1.65rem,3vw,3.25rem);align-items:start}.footer-group-title{margin:0 0 1rem;color:#fffefce6;font-size:.88rem;font-weight:700;letter-spacing:0}.footer-links{display:grid;gap:.82rem;margin:0;padding:0;list-style:none}.footer-links a{color:#fffefc7a;font-size:.94rem;line-height:1.25;text-decoration:none;transition:color .16s ease}.footer-links a:hover,.footer-links a:focus-visible{color:#fffefceb;outline:none}.footer-bottom{display:flex;justify-content:space-between;gap:2rem;margin-top:clamp(4rem,6vw,5.5rem);padding-top:2rem;border-top:1px solid rgba(255,254,252,.08);color:#fffefc4d;font-size:.82rem;line-height:1.4}.footer-status{text-align:right}.btn-hero,.autonomous-card-label{font-family:var(--font-serif)}@media(max-width:1024px){.hero-main{flex-direction:column;padding-top:1rem;gap:2rem}.hero-text{text-align:center;align-items:center;max-width:800px;margin-top:2rem}.hero-headline{font-size:3rem}.nav{padding:1rem 1.5rem;justify-content:space-between}.nav-logo{position:static;width:auto;height:2rem;flex:0 0 auto}.nav-links{display:none}.nav-menu-button{display:inline-flex;align-items:center;justify-content:center}.nav-mobile-panel{position:absolute;left:1.5rem;right:1.5rem;top:calc(100% + .5rem);z-index:101;display:flex;flex-direction:column;max-height:min(80vh,44rem);overflow-y:auto;padding:.75rem;border:1px solid rgba(255,254,252,.13);border-radius:8px;background:#0d0c11f5;box-shadow:0 24px 60px #0000006b;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);opacity:0;pointer-events:none;transform:translateY(-.35rem);transition:opacity .18s ease,transform .18s ease}.nav-mobile-panel.is-open{opacity:1;pointer-events:auto;transform:translateY(0)}.nav-mobile-section{margin-bottom:.1rem}.nav-mobile-category{display:block;margin:0;padding:.5rem .85rem .2rem;color:#fffefc52;font-family:var(--font-mono);font-size:.62rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase}.nav-mobile-item{display:block;border-radius:4px;padding:.52rem .85rem;text-decoration:none;transition:background .18s ease}.nav-mobile-item span{display:block;color:#fffefcdb;font-size:.875rem;font-weight:600;line-height:1.3}.nav-mobile-item small{display:block;margin-top:.18rem;color:#fffefc5c;font-size:.72rem;font-weight:400;line-height:1.3}.nav-mobile-item:hover,.nav-mobile-item:focus-visible{background:#fffefc12;outline:none}.nav-mobile-divider{height:1px;background:#fffefc14;margin:.4rem 0;flex-shrink:0}.nav-mobile-flat{display:block;border-radius:4px;color:#fffefcdb;padding:.72rem .85rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:background .18s ease}.nav-mobile-flat:hover,.nav-mobile-flat:focus-visible{background:#fffefc12;color:var(--paper);outline:none}.nav-product-panel{grid-template-columns:1fr;gap:1rem;width:min(22rem,calc(100vw - 2rem))}.nav-resource-panel{width:min(16rem,calc(100vw - 2rem))}.terminal-wrapper{max-width:52rem}.problem-section{min-height:auto;padding:5rem 1.5rem}.problem-inner{grid-template-columns:1fr;gap:2.5rem}.problem-copy{width:min(38rem,100%);margin:0}.problem-manual-copy{margin:0;transform:none}.problem-asset,.problem-asset.manual-work{width:calc(100% + 3rem);margin-left:-1.5rem;margin-right:-1.5rem;max-width:none;justify-self:stretch}.solution-narrative-pin{padding:5rem 1.5rem}.solution-narrative-text{max-width:34ch;font-size:clamp(1.45rem,4.8vw,1.85rem)}.how-scroll{padding:5rem 1.5rem}.how-scroll-shell{grid-template-columns:1fr;gap:3rem}.how-scroll-copy{position:relative;top:auto;min-height:auto;max-width:42rem}.how-scroll-stack{gap:2rem;padding-block:0}.how-scroll-steps li,.how-scroll-steps li.is-active{background:transparent;box-shadow:none;color:var(--dusk-gray)}.how-scroll-steps li .how-step-number,.how-scroll-steps li.is-active .how-step-number{color:var(--faded-stone)}.feature-stage{cursor:grab}.completed-work-main{grid-template-columns:1fr;gap:2.75rem}.completed-work-copy{max-width:44rem}.completed-work-title{max-width:12.5ch}.completed-work-visual{width:min(56rem,100%);justify-self:start;transform:none}.completed-work-strip{grid-template-columns:1fr}.completed-work-item+.completed-work-item{border-left:0;border-top:1px solid var(--soft-border)}.autonomous-grid{grid-template-columns:1fr;min-height:auto}.autonomous-grid.active-1,.autonomous-grid.active-2,.autonomous-grid.active-3,.autonomous-grid:has(.autonomous-card:nth-child(1):focus-within),.autonomous-grid:has(.autonomous-card:nth-child(2):focus-within),.autonomous-grid:has(.autonomous-card:nth-child(3):focus-within){grid-template-columns:1fr}.autonomous-asset{min-height:clamp(18rem,52vw,29rem);flex:0 0 auto}.autonomous-card p{min-height:auto}.feature-console{grid-template-columns:1fr}.feature-console-header{margin-bottom:2.5rem}.feature-stage{position:relative;top:auto;order:0;border-left:none;border-bottom:1px solid var(--soft-border)}.feature-list{display:none}.feature-asset-frame{min-height:clamp(13rem,52vw,20rem)}.feature-mobile-info{display:block;padding:1rem 1.25rem 1.25rem}.feature-mobile-info-title{display:block;font-family:var(--font-serif);font-size:1.25rem;font-weight:500;color:var(--inkwell);margin-bottom:.4rem}.feature-mobile-info-desc{display:block;font-size:.9rem;color:var(--dusk-gray);line-height:1.45;margin-bottom:.75rem}.feature-mobile-info-link{display:inline-flex;align-items:center;gap:.35rem;font-size:.9rem;font-weight:650;color:var(--inkwell);text-decoration:none}.feature-mobile-info-link:after{content:"→"}.feature-swipe-hint{display:flex;align-items:center;justify-content:center;gap:1rem;padding:.9rem 1rem;order:1;border-top:1px solid var(--soft-border);background:#fffefc9e}.swipe-hint-dots{display:flex;gap:.45rem;align-items:center}.swipe-hint-dot{display:block;width:.42rem;height:.42rem;border-radius:50%;background:var(--strong-border);transition:background .2s ease,transform .2s ease;flex-shrink:0}.swipe-hint-dot.is-active{background:var(--graphite);transform:scale(1.4)}.swipe-hint-arrow{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;border:1px solid var(--soft-border);border-radius:50%;background:#fffefcd1;color:var(--graphite);cursor:pointer;transition:background .18s ease,border-color .18s ease;flex-shrink:0}.swipe-hint-arrow:hover,.swipe-hint-arrow:focus-visible{background:var(--paper);border-color:var(--strong-border);outline:none}.swipe-hint-arrow svg{width:.9rem;height:.9rem}.integrations-grid-available{grid-template-columns:repeat(3,minmax(0,1fr))}.footer-primary{grid-template-columns:1fr;gap:3rem}.footer-nav{grid-template-columns:repeat(3,minmax(8rem,1fr));align-items:start}}@media(max-width:768px){.hero-headline{font-size:2.25rem}.terminal-wrapper{width:100%}.terminal-body{position:relative;height:15rem;overflow:hidden;padding:1rem;gap:0}.terminal-section{animation:none!important;position:absolute;top:1rem;right:1rem;bottom:1rem;left:1rem;opacity:0;transform:translateY(5px);transition:opacity .32s ease,transform .32s ease;pointer-events:none}.terminal-section.mobile-visible{opacity:1;transform:translateY(0);pointer-events:auto}.terminal-section.mobile-exiting{opacity:0;transform:translateY(-5px);pointer-events:none}.terminal-section .thought-part,.terminal-section .v-chips .source-chip,.terminal-section .tree-layout>*,.terminal-section .code-line{animation:none!important;opacity:1!important;transform:none!important}.v-header{align-items:flex-start;flex-wrap:wrap;row-gap:.35rem}.v-header .icon:last-child{margin-left:auto}.v-content-border,.v-chips{margin-left:0;padding-left:0;border-left:none}.panel-header,.panel-bordered .panel-header{align-items:flex-start;gap:.75rem;padding:.7rem}.panel-title-wrap{min-width:0;flex:1;flex-wrap:wrap}.panel-title,.panel-mono-title{min-width:0;font-size:.7rem}.panel-bordered .panel-body{padding:0 .7rem .7rem}.tree-content-col{min-width:0;padding-left:.7rem}.tree-row{align-items:flex-start;flex-wrap:wrap}.tree-row .text-graphite,.tree-row .badge-neutral,.tree-row .badge-mono{min-width:0;max-width:100%;flex-wrap:wrap}.code-block{white-space:pre-wrap;overflow-x:hidden;word-break:break-word}.action-bar{align-items:stretch;flex-direction:column;padding:1rem}.action-text{max-width:100%}.inline-avatar-wrap{margin:.25rem .2rem}.action-buttons{display:grid;grid-template-columns:1fr 1fr;gap:.7rem;width:100%}.btn-term{width:100%;min-width:0;padding:0 .75rem}.problem-title{font-size:2rem;max-width:18ch}.problem-body{font-size:1rem}.solution-narrative-text{font-size:clamp(1.65rem,7.5vw,2.45rem)}.solution-narrative-support{font-size:1rem}.problem-asset img{border-radius:0}.button-group{width:100%;max-width:19.5rem;gap:.75rem}.hero-waitlist-form{align-items:stretch;flex-direction:column;width:100%;max-width:19.5rem;gap:.75rem}.hero-waitlist-field input{height:3rem}.btn-hero{flex:1;padding:.85rem .9rem}.hero-waitlist-error{align-items:flex-start;flex-direction:column;max-width:19.5rem}.how-scroll{padding:4.25rem 1.25rem}.how-scroll-title{font-size:2.2rem;max-width:13ch}.how-card-caption{grid-template-columns:1fr;gap:.6rem}.how-scroll-steps li{grid-template-columns:2rem 1fr}.completed-work-section{padding:4.25rem 1.25rem}.completed-work-title{font-size:2.2rem}.completed-work-body{font-size:1rem}.completed-work-item{grid-template-columns:1fr;gap:.8rem;min-height:auto}.completed-work-icon{width:2.25rem;height:2.25rem}.autonomous-work-section{padding:4.25rem 1.25rem}.autonomous-title{font-size:2.2rem}.autonomous-card{padding:0}.autonomous-card-copy{padding:1.2rem;flex-basis:auto;min-height:auto}.autonomous-asset{min-height:17rem}.feature-console-section{padding:4.25rem 1.25rem}.feature-console-title{font-size:2.35rem}.feature-item{grid-template-columns:1.85rem 1fr;gap:.85rem}.feature-asset-frame{min-height:clamp(18rem,56vw,28rem)}.feature-asset-frame img{padding:.35rem;object-fit:contain}.how-card-visual{min-height:clamp(13rem,50vw,22rem)}.kbd-hint{display:none}.tm-desktop{display:none!important}.tm-mobile{display:block}.tm-header{display:flex;align-items:center;gap:.35rem;flex-wrap:wrap;margin-bottom:.45rem;font-size:.7rem;font-weight:500;color:var(--dusk-gray)}.tm-body{font-size:.7rem;line-height:1.4;color:var(--dusk-gray);margin-top:.35rem}.tm-rows{display:flex;flex-direction:column;gap:.3rem}.tm-row{display:flex;align-items:center;gap:.35rem;font-size:.7rem;color:var(--graphite);line-height:1.3;flex-wrap:nowrap;overflow:hidden}.tm-row>span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}.tm-kv{display:flex;flex-direction:column;gap:.25rem;padding-left:.6rem;border-left:1px solid var(--soft-border)}.tm-kv-row{display:flex;gap:.4rem;font-size:.7rem;color:var(--graphite);line-height:1.3}.tm-kv-key{flex-shrink:0;width:2.4rem;color:var(--faded-stone);font-family:var(--font-mono);font-size:.58rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;padding-top:.12rem}.tm-action-text{font-size:.7rem;line-height:1.4;color:var(--dusk-gray)}.tm-src-tag{display:inline-block;flex-shrink:0;background:var(--parchment);border:1px solid var(--soft-border);border-radius:4px;padding:.1rem .35rem;font-size:.62rem;font-weight:500;color:var(--graphite);white-space:nowrap}.panel-bordered.terminal-section{margin-top:0!important}.feature-asset-caption{grid-template-columns:1fr;gap:.85rem}.feature-asset-link{width:fit-content}.integrations-section{padding:4.25rem 1.25rem}.integrations-title{font-size:2.45rem}.integrations-grid-available,.integrations-grid-soon{grid-template-columns:repeat(2,minmax(0,1fr))}.integration-tile{min-height:8.25rem}.faq-section{padding:4.25rem 1.25rem}.faq-header{grid-template-columns:1fr;gap:1rem;margin-bottom:2rem}.faq-title{max-width:12ch;font-size:2.45rem}.faq-copy{font-size:1rem}.faq-question{grid-template-columns:minmax(0,1fr) 1.35rem;gap:1rem;padding:1.05rem 1rem;font-size:1rem}.faq-answer p{padding-inline:1rem;font-size:.96rem}.site-footer{padding:3.5rem 1.25rem 2rem}.footer-nav{grid-template-columns:repeat(3,minmax(6.5rem,1fr));row-gap:2rem;align-items:start}.footer-bottom{flex-direction:column;margin-top:3.25rem}.footer-status{text-align:left}}@media(prefers-reduced-motion:reduce){.solution-narrative{height:auto}.solution-narrative-pin{position:relative}.solution-narrative-line{--fill: 1 !important}.solution-narrative-support{--support-fill: 1 !important}.terminal-section,.thought-part,.v-chips .source-chip,.tree-layout>*,.code-line{animation:none;opacity:1}}.shared-site-footer{position:relative;z-index:10;background:#070707;color:#fffefc;border-top:1px solid rgba(255,254,252,.08);padding:clamp(4rem,7vw,6.25rem) clamp(1.5rem,5vw,4rem) 2.75rem;font-family:Geist,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.shared-footer-inner{width:min(100%,88rem);margin:0 auto}.shared-footer-primary{display:grid;grid-template-columns:minmax(15rem,1.15fr) minmax(0,3.85fr);gap:clamp(3rem,7vw,8rem);align-items:start}.shared-footer-brand{max-width:18rem}.shared-footer-logo-button{display:inline-flex;align-items:center;width:fit-content;padding:0;border:0;background:transparent;cursor:pointer}.shared-footer-logo{display:block;width:clamp(8.8rem,11.5vw,10.75rem);height:auto}.shared-footer-positioning{max-width:15.5rem;margin:1.35rem 0 0;color:#fffefc8a;font-size:.98rem;line-height:1.48}.shared-footer-nav{display:grid;grid-template-columns:repeat(6,minmax(7rem,1fr));gap:clamp(1.65rem,3vw,3.25rem)}.shared-footer-group{display:grid;align-content:start;gap:.82rem}.shared-footer-title{margin:0 0 .18rem;color:#fffefce6;font-size:.88rem;font-weight:700;line-height:1.25}.shared-footer-link,.shared-footer-action{display:inline-flex;width:fit-content;padding:0;border:0;background:transparent;color:#fffefc7a;font:inherit;font-size:.94rem;line-height:1.25;text-align:left;text-decoration:none;cursor:pointer;transition:color .16s ease}.shared-footer-link:hover,.shared-footer-link:focus-visible,.shared-footer-action:hover,.shared-footer-action:focus-visible{color:#fffefceb;outline:none}.shared-footer-bottom{display:flex;justify-content:space-between;gap:2rem;margin-top:clamp(4rem,6vw,5.5rem);padding-top:2rem;border-top:1px solid rgba(255,254,252,.08);color:#fffefc4d;font-size:.82rem;line-height:1.4}.shared-footer-bottom p{margin:0}.shared-footer-status{text-align:right}@media(max-width:1024px){.shared-footer-primary{grid-template-columns:1fr}.shared-footer-nav{grid-template-columns:repeat(3,minmax(8rem,1fr))}}@media(max-width:768px){.shared-site-footer{padding:3.5rem 1.25rem 2rem}.shared-footer-nav{grid-template-columns:repeat(2,minmax(8rem,1fr));row-gap:2.25rem}.shared-footer-bottom{flex-direction:column;margin-top:3.25rem}.shared-footer-status{text-align:left}}
