@import"https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700&family=Inter:wght@400;500;600;700&display=swap";:root{--bg: #ffffff;--bg-elevated: rgba(255, 255, 255, .4);--bg-soft: #fbfbfb;--bg-purple-light: #f5eeff;--bg-purple-surface: #eceaff;--bg-purple-muted: #f1eafb;--bg-blue-tint: #e6e8ff;--line: rgba(128, 97, 225, .2);--line-strong: rgba(157, 128, 255, .5);--line-subtle: rgba(0, 0, 0, .08);--text: #141b34;--text-body: rgba(0, 0, 0, .7);--muted: #5b5b5b;--muted-light: rgb(117, 117, 117);--accent: #9d80ff;--accent-strong: #574686;--accent-hover: #8061e1;--accent-bg: rgba(157, 128, 255, .08);--orange: #f26625;--bg-inset: #f1f5f9;--text-faint: #94a3b8;--border-card: rgba(128, 97, 225, .2);--border-nav: rgba(174, 173, 227, 1);--shadow: 0 8px 32px rgba(87, 70, 133, .08);--shadow-lg: 0 24px 80px rgba(87, 70, 133, .12);--radius-xl: 32px;--radius-lg: 24px;--radius-md: 16px;--radius-sm: 12px;--container: min(1200px, calc(100vw - 3rem) );--story-offset: 6rem}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--text);font-family:Inter,sans-serif;font-weight:400;background:var(--bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.page-shell{display:flex;flex-direction:column;min-height:100vh;animation:page-reveal .4s ease both}.page-shell>main{flex:1}@keyframes page-reveal{0%{opacity:0}to{opacity:1}}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{font:inherit}.page-shell{position:relative;isolation:isolate}.section-frame{width:var(--container);margin:0 auto}main{padding-bottom:5rem}main>*+*{margin-top:4rem}main>.story-stage-indicator+*{margin-top:0}.site-header{position:sticky;top:0;z-index:30;padding:1rem 0}.site-header__inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.65rem 1.25rem;background:#ffffffd9;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.brand-mark{display:inline-flex;align-items:center}.brand-mark__logo{height:40px;width:auto}.site-nav{display:flex;align-items:center;gap:1.5rem;color:var(--muted);font-size:.92rem;font-weight:500}.site-nav a{transition:color .16s ease}.site-nav a:hover,.site-nav a:focus-visible{color:var(--text)}.button{display:inline-flex;align-items:center;justify-content:center;gap:.55rem;min-height:2.75rem;padding:.7rem 1.5rem;border-radius:999px;border:1.5px solid transparent;font-weight:500;font-size:.92rem;cursor:pointer;transition:transform .18s ease,border-color .18s ease,background .18s ease,box-shadow .18s ease}.button:hover,.button:focus-visible{transform:translateY(-1px)}.button--secondary{color:var(--accent-strong);background:var(--bg-purple-light);border-color:var(--line)}.button--secondary:hover{background:var(--bg-purple-surface)}.button--ghost{color:var(--muted);background:transparent;border-color:var(--line-subtle)}.button--ghost:hover{border-color:var(--line);color:var(--text)}.button--compact{min-height:2.25rem;padding:.5rem 1rem;font-size:.85rem}.eyebrow{margin:0 0 .75rem;font-family:Manrope,sans-serif;font-size:.8rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:var(--muted)}.eyebrow--accent{color:var(--accent-strong)}h1,h2,h3{margin:0;font-family:Manrope,sans-serif;line-height:1.1;letter-spacing:-.02em;color:var(--text)}h1{font-size:clamp(2.8rem,5.5vw,4.5rem);font-weight:400;line-height:1.08}h2{font-size:clamp(1.8rem,3.5vw,2.8rem);font-weight:500}h3{font-size:1.35rem;font-weight:600}p{margin:0;color:var(--text-body);line-height:1.7;font-size:1rem}.landing{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:calc(100svh - 70px);gap:.75rem}.landing .hero{width:var(--container);margin:0 auto}.hero{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.6rem;padding:0}.hero__yc-badge{display:inline-flex;align-items:center;gap:.45rem;font-size:.82rem;font-weight:500;color:var(--orange);transition:opacity .16s ease}.hero__yc-badge:hover{opacity:.75}.hero__yc-dot{width:6px;height:6px;border-radius:999px;background:var(--orange)}.hero h1{max-width:none}.hero__lede{max-width:none;margin:0;font-size:1.1rem;color:var(--muted);line-height:1.7}.hero__actions{display:flex;flex-wrap:wrap;justify-content:center;gap:.85rem}.button--outline{color:var(--accent-strong);background:#faf7ffd9;border:1px solid var(--accent-strong)}.button--outline:hover{background:var(--bg-purple-light);box-shadow:0 4px 16px #5746851f}.button--outline svg{flex-shrink:0}.hero__media{position:relative;width:100%;max-width:560px;margin-top:.5rem;display:flex;align-items:center;justify-content:center}.hero__media video{width:100%;display:block;border-radius:var(--radius-md)}.marquee-wrap{border-top:1px solid var(--line-subtle);border-bottom:1px solid var(--line-subtle);padding:0;overflow:hidden;mask-image:linear-gradient(to right,transparent 0%,black 10%,black 90%,transparent 100%);-webkit-mask-image:linear-gradient(to right,transparent 0%,black 10%,black 90%,transparent 100%)}.marquee{overflow:hidden;width:100%}.marquee__track{display:flex;align-items:center;gap:0;width:max-content;animation:marquee-scroll 30s linear infinite}.marquee__item{display:inline-flex;align-items:center;gap:1.25rem;padding:1rem 1.25rem;white-space:nowrap;font-family:Manrope,sans-serif;font-size:.8rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:var(--muted)}.marquee__dot{width:4px;height:4px;border-radius:999px;background:var(--muted-light);flex-shrink:0}@keyframes marquee-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.proof-bar{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;padding:2rem 0;border-top:1px solid var(--line-subtle);border-bottom:1px solid var(--line-subtle)}.proof-bar__item{text-align:center;padding:.5rem 0}.proof-bar__metric{display:block;font-family:Manrope,sans-serif;font-size:1.35rem;font-weight:700;color:var(--accent-strong);line-height:1.2}.proof-bar__label{display:block;font-size:.82rem;color:var(--muted);margin-top:.3rem}.section-block{padding:1rem 0;scroll-margin-top:5rem}.section-heading{display:grid;gap:.8rem;margin-bottom:2rem}.section-heading--split{grid-template-columns:1fr auto;align-items:end;gap:2rem}.section-heading--split .section-copy{text-align:right;max-width:30ch}.section-copy{max-width:60ch;font-size:1.05rem}.benefits-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}.benefit-card{position:relative;padding:1.25rem;border-radius:var(--radius-lg);border:.5px solid var(--border-card);background:var(--bg-soft);transition:border-color .2s ease,box-shadow .2s ease}.benefit-card:hover{border-color:var(--line-strong);box-shadow:var(--shadow)}.benefit-pill{display:inline-block;padding:.25rem .65rem;border-radius:999px;border:1px solid var(--line);font-family:Manrope,sans-serif;font-size:.72rem;font-weight:500;color:var(--accent-strong);background:var(--bg-purple-light)}.benefit-card__icon{display:flex;align-items:center;justify-content:center;padding:1.25rem 0}.benefit-card__icon img{width:90px;height:90px;object-fit:contain}.benefit-card h3{font-size:1.05rem;margin-bottom:.35rem;color:var(--text)}.benefit-card p{color:var(--muted);font-size:.85rem;line-height:1.55}.card-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.feature-card{position:relative;padding:1.75rem;border-radius:var(--radius-lg);border:.5px solid var(--border-card);background:var(--bg-soft);transition:border-color .2s ease,box-shadow .2s ease}.feature-card:hover{border-color:var(--line-strong);box-shadow:var(--shadow)}.feature-card h3{margin-top:.5rem;margin-bottom:.6rem;color:var(--text)}.feature-card p{color:var(--muted);font-size:.95rem}.feature-card--numbered{padding-top:3rem}.feature-index{display:inline-flex;align-items:center;justify-content:center;min-width:2.5rem;padding:.3rem .7rem;border-radius:999px;border:1px solid var(--line);font-family:Manrope,sans-serif;font-weight:600;font-size:.85rem;color:var(--accent-strong);background:var(--accent-bg)}.workflow-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.workflow-card{position:relative;padding:1.25rem;border-radius:var(--radius-lg);border:.5px solid var(--border-card);background:var(--bg-soft);transition:border-color .2s ease,box-shadow .2s ease}.workflow-card:hover{border-color:var(--line-strong);box-shadow:var(--shadow)}.workflow-step{display:inline-flex;align-items:center;justify-content:center;padding:.25rem .65rem;border-radius:999px;border:1px solid var(--line);font-family:Manrope,sans-serif;font-weight:500;font-size:.72rem;color:var(--accent-strong);background:var(--bg-purple-light)}.workflow-card__illustration{display:flex;align-items:center;justify-content:center;padding:1rem 0}.workflow-card__illustration img{width:100%;max-width:260px;height:auto;object-fit:contain}.workflow-card h3{font-size:1.1rem;margin-bottom:.4rem}.workflow-card p{color:var(--muted);font-size:.88rem;line-height:1.55}.workflow-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.workflow-detail{margin-top:1rem;padding-top:1rem;border-top:1px solid var(--line-subtle);color:var(--text-body);font-size:.9rem;font-style:italic}.products-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.product-card{position:relative;padding:1.5rem;border-radius:var(--radius-lg);border:.5px solid var(--border-card);background:var(--bg-soft);display:flex;flex-direction:column;gap:.75rem;transition:border-color .2s ease,box-shadow .2s ease}.product-card:hover{border-color:var(--line-strong);box-shadow:var(--shadow)}.product-pill{display:inline-block;width:fit-content;padding:.25rem .65rem;border-radius:999px;border:1px solid var(--line);font-family:Manrope,sans-serif;font-size:.72rem;font-weight:500;color:var(--accent-strong);background:var(--bg-purple-light)}.product-card__header{display:grid;gap:.25rem}.product-card__header h3{font-size:1.15rem}.product-card__tagline{font-size:.88rem;color:var(--muted);font-weight:500}.product-card p{color:var(--muted);font-size:.88rem;line-height:1.6}.product-card__audience{font-size:.82rem!important;font-style:italic;color:var(--accent-strong)!important}.product-card__actions{margin-top:auto;padding-top:.5rem;display:flex;flex-direction:column;gap:.5rem}.product-card--featured{padding:1.5rem}.product-card--featured__top{display:grid;grid-template-columns:1fr auto;gap:1.5rem;align-items:start}.product-card--featured__info{display:flex;flex-direction:column;gap:.6rem;max-width:340px}.product-card--featured__demo{flex-shrink:0}.reaction-preview{padding:.25rem 0}.reaction-preview__prompt{font-family:Manrope,sans-serif;font-size:9px;font-style:italic;color:var(--text-faint);text-align:center;margin:0}.reaction-preview svg{display:block;width:100%;height:auto;max-height:98px}.psets{position:relative;display:flex;flex-direction:column;gap:.6rem;padding:.75rem;border-radius:var(--radius-md);border:1px solid var(--line);background:var(--bg-soft)}.psets__curves{position:absolute;inset:0;width:100%;height:100%;pointer-events:none;z-index:1}.psets__plate-side{flex-shrink:0;display:flex;flex-direction:column;gap:.4rem;z-index:2}.psets__grid{display:grid;grid-template-columns:18px repeat(6,36px);gap:4px;align-items:center}.psets__corner{width:18px}.psets__glabel{font-family:Manrope,sans-serif;font-size:10px;color:var(--text-faint);text-align:center;user-select:none;line-height:1}.psets__glabel--row{text-align:right;padding-right:2px}.psets__well{width:36px;height:36px;border-radius:5px;border:1px solid rgba(0,0,0,.07);background:var(--bg-inset);transition:background-color .15s,box-shadow .15s,opacity .15s}.psets__well--filled{background:var(--bg-purple-surface)}.psets__well--hl{background:var(--accent);box-shadow:0 0 0 2px #9d80ff59}.psets__well--dim{opacity:.5}.psets__plate-meta{font-family:Manrope,sans-serif;font-size:10px;color:var(--text-faint)}.psets__columns{display:flex;gap:1rem;z-index:2;width:100%}.psets__col{flex:1;min-width:0}.psets__col-head{font-family:Manrope,sans-serif;font-size:8px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--muted);padding:0 5px 4px;border-bottom:1px dashed var(--line-subtle);margin-bottom:2px;height:12px;display:flex;align-items:flex-end}.psets__col-vals{display:flex;flex-direction:column;gap:1px}.psets__val{display:flex;align-items:center;gap:6px;padding:2px 5px;border-radius:3px;cursor:pointer;transition:background-color .15s,opacity .15s}.psets__val:hover,.psets__val--hl{background:var(--bg-purple-light)}.psets__val--dim{opacity:.5}.psets__val-label{flex:1;min-width:0;font-family:Manrope,sans-serif;font-size:10px;color:var(--text-body);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:color .15s}.psets__val--hl .psets__val-label,.psets__val:hover .psets__val-label{color:var(--accent-strong);font-weight:600}.psets__val-count{flex-shrink:0;font-family:Manrope,sans-serif;font-size:8px;font-weight:600;color:var(--text-faint);background:var(--bg-inset);min-width:16px;height:16px;display:flex;align-items:center;justify-content:center;border-radius:8px;transition:background-color .15s,color .15s}.psets__val--hl .psets__val-count,.psets__val:hover .psets__val-count{background:var(--accent-hover);color:#fff}.services-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.service-card{position:relative;padding:2rem;border-radius:var(--radius-lg);border:.5px solid var(--border-card);background:var(--bg-soft);display:flex;flex-direction:column;gap:.75rem;transition:border-color .2s ease,box-shadow .2s ease}.service-card:hover{border-color:var(--line-strong);box-shadow:var(--shadow)}.service-card h3{font-size:1.25rem;color:var(--text)}.service-card p{color:var(--muted);font-size:.92rem;line-height:1.65}.service-card__pricing{display:flex;align-items:baseline;gap:.5rem;margin-top:.25rem;padding-top:.75rem;border-top:1px solid var(--line-subtle)}.service-card__price{font-family:Manrope,sans-serif;font-size:1.35rem;font-weight:600;color:var(--text)}.service-card__price-note{font-size:.82rem;color:var(--muted-light)}.service-card .button{align-self:flex-start;margin-top:auto}.video-container{border-radius:var(--radius-xl);overflow:hidden;border:.5px solid var(--border-card);background:var(--bg-soft);box-shadow:var(--shadow-lg)}.video-container video{width:100%;display:block}.faq-section{position:relative;overflow:visible;scroll-margin-top:5rem}.faq-section__bg{position:absolute;top:-30px;right:10%;width:280px;z-index:0;pointer-events:none}.faq-section__bg img{width:100%;height:auto;opacity:.2}.faq-section__content{position:relative;z-index:1;padding:0}.faq-list{display:grid;gap:0;margin-top:1rem}.faq-item{padding:1.15rem 1.5rem;border-radius:var(--radius-md);border:none;background:#ffffffbf;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);border-bottom:1px solid var(--line-subtle);transition:background .2s ease}.faq-item:last-child{border-bottom:none}.faq-item[open]{background:#ffffffeb}.faq-item summary{cursor:pointer;list-style:none;font-family:Inter,sans-serif;font-size:.95rem;font-weight:500;color:var(--text);display:flex;align-items:center;justify-content:space-between;gap:1rem}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary:after{content:"+";font-size:1.2rem;font-weight:300;color:var(--muted);flex-shrink:0;transition:transform .2s ease}.faq-item[open] summary:after{transform:rotate(45deg)}.faq-item p{margin-top:.6rem;max-width:65ch;font-size:.9rem;color:var(--muted);line-height:1.65}.cta-band{display:flex;flex-direction:column;align-items:center;text-align:center;gap:1.25rem;padding:3.5rem 2rem;border-radius:var(--radius-xl);background:linear-gradient(180deg,#f0ecf9,#e8e4f5)}.cta-band__content{display:flex;flex-direction:column;align-items:center;gap:1.25rem}.text-orange{color:var(--orange)}.cta-band__actions{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}.site-footer{background:linear-gradient(180deg,#eeeaf7,#e6e2f3);border-top:1px solid rgba(174,173,227,.35)}.site-footer__inner{padding:3rem 0 2rem}.site-footer__top{display:flex;justify-content:space-between;gap:3rem}.site-footer__brand{max-width:360px}.site-footer__logo img{height:28px;width:auto}.site-footer__tagline{margin-top:1.25rem;font-size:1rem;font-weight:500;color:var(--text)}.site-footer__socials{display:flex;align-items:center;gap:1rem;margin-top:1.5rem}.site-footer__socials a{display:inline-flex;align-items:center;justify-content:center;color:var(--text);transition:color .16s ease}.site-footer__socials a:hover{color:var(--accent-strong)}.site-footer__links{display:flex;gap:4rem}.site-footer__col{display:flex;flex-direction:column;gap:.6rem}.site-footer__col-title{font-family:Manrope,sans-serif;font-size:1rem;font-weight:600;color:var(--text);margin-bottom:.25rem}.site-footer__col a{font-size:.9rem;color:var(--muted);transition:color .16s ease}.site-footer__col a:hover{color:var(--text)}.site-footer__divider{height:1px;background:#aeade359;margin:2rem 0 1.25rem}.site-footer__bottom{display:flex;align-items:center;justify-content:space-between;font-size:.82rem;color:var(--muted)}.site-footer__bottom a{color:var(--muted-light);transition:color .16s ease}.site-footer__bottom a:hover{color:var(--text)}.showcase{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.9fr);gap:1rem;padding:2rem;border-radius:var(--radius-xl);border:.5px solid var(--border-card);background:var(--bg-soft)}.showcase__content{padding:.5rem}.showcase-list{display:grid;gap:.6rem;padding-left:1.1rem;margin:1rem 0 1.5rem;color:var(--text-body)}.showcase__panel{padding:1.5rem;border-radius:var(--radius-lg);border:.5px solid var(--border-card);background:var(--bg)}.showcase-panel__header{display:flex;align-items:center;justify-content:space-between;gap:1rem;color:var(--muted);font-size:.88rem}.showcase-panel__stack{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem;margin-top:1rem}.showcase-panel__stack>div{padding:1rem;border-radius:var(--radius-md);border:.5px solid var(--line-subtle);background:var(--bg-soft)}.showcase-panel__code{margin-top:1rem;padding:1rem;border-radius:var(--radius-md);border:.5px solid var(--line-subtle);background:var(--bg-soft)}.showcase-panel__code code{display:block;white-space:pre-wrap;font-family:Menlo,Consolas,monospace;font-size:.88rem;color:var(--text-body);line-height:1.7}.signal-label,.metric-label,.summary-label,.footer-label,.control-label,.terminal-label{display:block;margin-bottom:.35rem;font-family:Manrope,sans-serif;font-size:.75rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:var(--muted-light)}.status-dot,.preview-meta{display:inline-flex;align-items:center;padding:.35rem .65rem;border-radius:999px;border:1px solid var(--line);background:var(--accent-bg);color:var(--accent-strong);font-size:.82rem;font-weight:500}.plate-modal{position:fixed;inset:0;z-index:60;display:grid;place-items:center;padding:1rem;background:#141b3466;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}.plate-modal__dialog{position:relative;width:min(1120px,calc(100vw - 1.5rem));max-height:calc(100vh - 1.5rem);overflow:auto;padding:1.5rem;border-radius:var(--radius-xl);border:1.5px solid var(--border-nav);background:var(--bg);box-shadow:0 40px 120px #57468533}.plate-modal__header{display:flex;align-items:start;justify-content:space-between;gap:1rem;margin-bottom:1rem}.plate-modal__body{display:grid;grid-template-columns:minmax(0,.95fr) minmax(320px,.85fr);gap:1rem}.plate-modal__controls,.plate-preview-panel{padding:1.25rem;border-radius:var(--radius-lg);border:.5px solid var(--line-subtle);background:var(--bg-soft)}.plate-modal__controls{display:grid;gap:1rem}.pill-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.pill,.toggle-chip{display:grid;gap:.25rem;width:100%;text-align:left;padding:.85rem 1rem;border-radius:var(--radius-sm);border:1px solid var(--line-subtle);background:var(--bg);color:var(--text);cursor:pointer;transition:border-color .16s ease,background .16s ease}.pill span{color:var(--muted);font-size:.88rem}.pill--active,.toggle-chip--active{border-color:var(--accent);background:var(--accent-bg)}.toggle-row{display:flex;flex-wrap:wrap;gap:.65rem}.toggle-chip{width:auto}.agent-summary{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.agent-summary>div{padding:1rem;border-radius:var(--radius-md);border:.5px solid var(--line-subtle);background:var(--bg)}.agent-summary strong,.plate-preview-panel strong{display:block;font-size:1.25rem;font-family:Manrope,sans-serif;color:var(--text)}.modal-actions{display:flex;flex-wrap:wrap;gap:.75rem}.plate-preview-panel__header{display:flex;align-items:start;justify-content:space-between;gap:1rem}.plate-visual{--plate-cols: 6;display:grid;grid-template-columns:repeat(var(--plate-cols),minmax(0,1fr));gap:.5rem;margin-top:1rem}.plate-cell{display:grid;place-items:end start;padding:.4rem;min-height:3.2rem;overflow:hidden;border-radius:.75rem;border:1px solid rgba(0,0,0,.06)}.plate-cell span{position:relative;z-index:1;font-size:.7rem;color:#ffffffe6;font-weight:500}.console-well,.plate-cell--high,.legend-swatch--high{background:linear-gradient(180deg,#9d80ff,#7b5fdb)}.console-well--mid,.plate-cell--mid,.legend-swatch--mid{background:linear-gradient(180deg,#a7a9e2,#8688c5)}.console-well--support,.plate-cell--support,.legend-swatch--support{background:linear-gradient(180deg,#f26625,#d4561e)}.console-well--control,.plate-cell--control,.legend-swatch--control{background:linear-gradient(180deg,#d7d7d7,#b5b5b5)}.console-well--high{background:linear-gradient(180deg,#9d80ff,#7b5fdb)}.legend-swatch{display:inline-block;width:.85rem;height:.85rem;border-radius:999px;margin-right:.4rem;vertical-align:middle}.plate-legend{display:flex;flex-wrap:wrap;gap:.75rem 1rem;margin-top:1rem;color:var(--muted);font-size:.88rem}.agent-output{margin-top:1rem;padding:1rem;border-radius:var(--radius-md);border:.5px solid var(--line-subtle);background:var(--bg)}.agent-output code{display:block;white-space:pre-wrap;font-family:Menlo,Consolas,monospace;font-size:.88rem;color:var(--text-body);line-height:1.7}.slas-hero{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(320px,.9fr);gap:1.5rem;padding:3rem 0 0}.slas-hero__copy{padding:clamp(1.6rem,3vw,2.5rem);border-radius:var(--radius-xl);border:.5px solid var(--border-card);background:var(--bg-soft)}.slas-callout{position:relative;padding:1.5rem;border-radius:var(--radius-xl);border:.5px solid var(--border-card);background:var(--bg-purple-light);display:grid;align-content:end}.slas-callout__headline{font-family:Manrope,sans-serif;font-size:1.25rem;line-height:1.3}.slas-hero .hero__lede{text-align:left;margin:1.25rem 0 0}.slas-hero .section-copy{margin-top:1rem}.slas-hero .hero__actions{justify-content:flex-start}.cta-band__subtitle{color:var(--muted);font-size:.92rem}.hero-console{position:relative;padding:1.2rem;border-radius:var(--radius-xl);border:.5px solid var(--border-card);background:var(--bg-soft);overflow:hidden}.hero-console__topline{display:flex;align-items:center;justify-content:space-between;gap:1rem;color:var(--muted);font-size:.88rem}.hero-console__terminal{margin-top:1rem;padding:1rem;border-radius:var(--radius-lg);border:.5px solid var(--line-subtle);background:var(--bg);display:grid;gap:1rem}.hero-console__plate{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:.5rem;margin-top:1rem;padding:1rem;border-radius:var(--radius-lg);border:.5px solid var(--line-subtle);background:var(--bg)}.console-well{position:relative;aspect-ratio:1;border-radius:.75rem;border:1px solid rgba(0,0,0,.06)}.hero-console__metrics{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem;margin-top:1rem}.hero-console__metrics>div{padding:1rem;border-radius:var(--radius-md);border:.5px solid var(--line-subtle);background:var(--bg)}.mol-showcase{overflow:hidden;padding:.5rem 0 2.5rem;mask-image:linear-gradient(to right,transparent 0%,black 8%,black 92%,transparent 100%);-webkit-mask-image:linear-gradient(to right,transparent 0%,black 8%,black 92%,transparent 100%)}.mol-showcase__track{display:flex;align-items:flex-start;gap:2rem;width:max-content;animation:mol-scroll 40s linear infinite}.mol-showcase__item{flex-shrink:0;display:flex;flex-direction:column;align-items:center;gap:.6rem;padding:1rem;border-radius:var(--radius-lg);border:1.5px solid transparent;transition:border-color .3s,background .3s,transform .3s,opacity .3s;cursor:default}.mol-showcase__item:hover{background:var(--bg-soft);border-color:var(--line)}.mol-showcase__item--selected{background:var(--accent-bg);border-color:var(--accent);transform:scale(1.05)}.mol-showcase__svg{width:150px;height:auto;opacity:.7;transition:opacity .3s}.mol-showcase__item:hover .mol-showcase__svg,.mol-showcase__item--selected .mol-showcase__svg{opacity:1}.mol-showcase__label{font-family:Manrope,sans-serif;font-size:.72rem;font-weight:500;color:var(--muted);text-align:center;white-space:nowrap;letter-spacing:.02em}.mol-showcase__item--selected .mol-showcase__label{color:var(--accent-strong);font-weight:600}@keyframes mol-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.mol-showcase:hover .mol-showcase__track{animation-play-state:paused}.mol-slots{flex-shrink:0;padding:0}.mol-slots__inner{display:flex;align-items:center;justify-content:center;gap:1.5rem}.mol-slots__title{font-size:1.1rem;font-weight:600;color:var(--text);line-height:1.7}.mol-slots__row{display:flex;gap:.5rem}.mol-slot{flex:0 0 auto;width:180px;border-radius:var(--radius-sm);border:1px solid var(--line-subtle);background:transparent;overflow:hidden;cursor:pointer;transition:border-color .2s ease,box-shadow .3s ease}.mol-slot:hover{border-color:var(--line)}.mol-slot--active{border-color:var(--accent);box-shadow:0 0 16px #9d80ff26}.mol-slot__window{height:180px;overflow:hidden}.mol-slot__reel{display:flex;flex-direction:column}.mol-slot__reel.spinning .mol-slot__cell{filter:blur(1.5px)}.mol-slot__reel.spinning .mol-slot__cell:last-child{filter:none}.mol-slot__cell{height:180px;display:flex;flex-direction:column;align-items:center;flex-shrink:0}.mol-slot__cell img{flex:1;width:100%;min-height:0;padding:.4rem;object-fit:contain;opacity:.85}.mol-slot__label{flex-shrink:0;width:100%;font-family:Manrope,sans-serif;font-size:.65rem;font-weight:500;color:var(--muted);text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;letter-spacing:.02em;padding:.25rem .5rem .4rem}.scene{position:relative;min-height:auto;display:flex;align-items:center;justify-content:center;overflow:hidden;padding:3rem 0}.scene__inner{width:var(--container);margin:0 auto;display:flex;flex-direction:column;align-items:center;text-align:center;gap:1.5rem}.scene__badge{display:inline-flex;align-items:center;gap:.4rem;padding:.3rem .75rem;border-radius:999px;border:1px solid var(--line);font-family:Manrope,sans-serif;font-size:.75rem;font-weight:600;color:var(--accent-strong);background:var(--bg-purple-light);letter-spacing:.04em}.scene__title{font-size:clamp(2rem,4vw,3rem)}.scene__subtitle{max-width:50ch;font-size:1.05rem;color:var(--muted)}.scene-target__prompt{display:flex;align-items:center;gap:.5rem;padding:.85rem 1.25rem;border-radius:var(--radius-lg);border:1px solid var(--line);background:var(--bg-soft);font-family:Manrope,monospace;font-size:.88rem;color:var(--muted);max-width:520px;width:100%}.scene-target__cursor{display:inline-block;width:2px;height:1.1em;background:var(--accent);animation:cursor-blink 1s step-end infinite}@keyframes cursor-blink{50%{opacity:0}}.strategy-table{width:100%;max-width:800px;text-align:left;border-radius:var(--radius-lg);border:1px solid var(--border-card);background:var(--bg-soft);overflow:hidden}.strategy-table__header,.strategy-table__row{display:grid;grid-template-columns:1fr 3.5rem 2.5fr;gap:.75rem;padding:.75rem 1rem;align-items:baseline}.strategy-table__header{font-family:Manrope,sans-serif;font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--muted);border-bottom:1px solid var(--line-subtle);padding-bottom:.6rem}.strategy-table__row{border-bottom:1px solid var(--line-subtle);font-size:.85rem;line-height:1.55;color:var(--text-body)}.strategy-table__row:last-child{border-bottom:none}.strategy-table__row--selected{background:var(--accent-bg);border-left:3px solid var(--accent)}.strategy-table__col--num{font-family:Manrope,sans-serif;font-weight:600;color:var(--accent-strong)}.strategy-table__col--route{font-weight:600;color:var(--text)}.strategy-table__col--steps{text-align:center;font-family:Manrope,sans-serif;font-weight:600}.route-diagram{display:flex;align-items:center;justify-content:center;gap:1.5rem;padding:2rem;width:100%;max-width:700px}.route-diagram__svg{width:100%;max-width:500px;height:auto}.route-diagram__label{font-family:Manrope,sans-serif;font-size:.82rem;font-weight:500;color:var(--muted);text-align:center;margin-top:.75rem}.act-transition{display:flex;align-items:center;justify-content:center;gap:1rem;padding:3rem 0;text-align:center}.act-transition__line{flex:1;max-width:120px;height:1px;background:linear-gradient(90deg,transparent,var(--accent),transparent)}.act-transition__text{font-family:Manrope,sans-serif;font-size:.88rem;font-weight:600;color:var(--accent-strong);white-space:nowrap}.fork-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem}.fork-card{padding:2rem;border-radius:var(--radius-lg);border:.5px solid var(--border-card);background:var(--bg-soft);display:flex;flex-direction:column;gap:.75rem;transition:border-color .2s ease,box-shadow .2s ease}.fork-card:hover{border-color:var(--line-strong);box-shadow:var(--shadow)}.fork-card h3{font-size:1.25rem}.fork-card p{font-size:.92rem;color:var(--muted);line-height:1.65}.fork-card__pricing{display:flex;align-items:baseline;gap:.5rem;padding-top:.75rem;border-top:1px solid var(--line-subtle)}.fork-card__price{font-family:Manrope,sans-serif;font-size:1.35rem;font-weight:600;color:var(--text)}.fork-card__price-note{font-size:.82rem;color:var(--muted-light)}.fork-card .button{align-self:flex-start;margin-top:auto}.story-scene{position:relative;min-height:var(--story-length, 240svh)}.story-scene--retro{--story-length: 280svh}.story-scene--plate{--story-length: 340svh}.story-scene--fork{--story-length: 220svh}.story-scene__pin{width:100%;min-height:calc(100svh - var(--story-offset));display:flex;align-items:center;justify-content:center;padding:1rem 0}.story-stage-indicator{position:fixed;inset:calc(var(--story-offset) + .35rem) 0 1rem;z-index:24;pointer-events:none;opacity:0;transition:opacity .18s ease;--stage-strong: var(--accent-strong);--stage-soft: rgba(87, 70, 134, .18);--stage-bg: rgba(243, 239, 255, .92);--stage-wash: rgba(116, 94, 194, .12);background:linear-gradient(90deg,var(--stage-wash) 0,transparent 7rem),linear-gradient(270deg,var(--stage-wash) 0,transparent 7rem)}.story-stage-indicator[data-active=true]{opacity:1}.story-stage-indicator[data-stage=execution]{--stage-strong: var(--orange);--stage-soft: rgba(242, 102, 37, .22);--stage-bg: rgba(255, 241, 231, .94);--stage-wash: rgba(242, 102, 37, .14)}.story-stage-indicator__rail{position:absolute;top:0;bottom:0;width:3px;border-radius:999px;background:linear-gradient(180deg,transparent 0%,var(--stage-soft) 14%,var(--stage-strong) 50%,var(--stage-soft) 86%,transparent 100%);box-shadow:0 0 24px var(--stage-soft)}.story-stage-indicator__rail--left{left:clamp(.8rem,2vw,1.6rem)}.story-stage-indicator__rail--right{right:clamp(.8rem,2vw,1.6rem)}.story-stage-indicator__badge{position:absolute;top:0;left:50%;transform:translate(-50%);display:inline-flex;align-items:center;gap:.65rem;padding:.5rem .9rem;border-radius:999px;border:1px solid var(--stage-soft);background:var(--stage-bg);box-shadow:0 10px 24px #141b3414;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.story-stage-indicator__eyebrow{font-family:Manrope,sans-serif;font-size:.72rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--muted)}.story-stage-indicator__label{font-family:Manrope,sans-serif;font-size:.82rem;font-weight:700;color:var(--stage-strong)}.tool-scene{display:grid;grid-template-columns:280px 1fr;gap:2rem;align-items:start;padding:2.5rem;border-radius:var(--radius-xl);border:.5px solid var(--border-card);background:var(--bg-soft);width:100%;max-width:var(--container);min-height:clamp(34rem,calc(100svh - var(--story-offset) - 2rem),42rem);margin:0 auto}.story-scene--retro .tool-scene,.story-scene--plate .tool-scene{background:linear-gradient(180deg,#fcfbff,#f3efff);border-color:#8061e13d}.story-scene--fork .tool-scene{background:linear-gradient(180deg,#fffaf6,#fff0e5);border-color:#f266253d}.scene-storybar{grid-column:1 / -1;display:flex;align-items:center;justify-content:flex-start;gap:1rem;padding-bottom:1rem;border-bottom:1px solid var(--line-subtle)}.scene-storybar__meta{display:flex;align-items:center;gap:.85rem}.scene-storybar__eyebrow{font-family:Manrope,sans-serif;font-size:.75rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--accent-strong);padding:.3rem .7rem;border-radius:999px;background:#57468614;border:1px solid rgba(87,70,134,.12)}.scene-progress{display:inline-flex;align-items:center;gap:.4rem}.scene-progress__dot{width:.5rem;height:.5rem;border-radius:999px;background:#5b5b5b2e}.scene-progress__dot--active{background:var(--accent-strong);box-shadow:0 0 0 5px #57468614}.story-scene--fork .scene-progress__dot--active{background:var(--orange);box-shadow:0 0 0 5px #f266251f}.story-scene--fork .scene-storybar__eyebrow,.story-scene--fork .scene__badge,.story-scene--fork .product-pill{color:var(--orange);background:#f2662514;border-color:#f2662529}.story-scene--fork .tool-scene__kicker{color:var(--orange)}#scene-retro .tool-scene{min-height:520px}#scene-retro .tool-scene__content{gap:1.5rem}.tool-scene__info{display:flex;flex-direction:column;gap:.6rem;height:100%}.tool-scene__molecule{width:200px;height:auto;margin-top:auto}.tool-scene__title{font-family:Manrope,sans-serif;font-size:1.25rem;font-weight:600;line-height:1.25;color:var(--text);margin-top:.15rem}.tool-scene__kicker{font-family:Manrope,sans-serif;font-size:.86rem;font-weight:600;color:var(--accent-strong);letter-spacing:.01em}.tool-scene__desc{font-size:.88rem;color:var(--muted);line-height:1.6}.scene-scroll-hint{font-size:.8rem;color:var(--muted-light);line-height:1.5}.tool-scene__content{min-width:0;display:flex;flex-direction:column;gap:1.25rem}.tool-scene__content--demo{padding:.5rem;border-radius:var(--radius-lg);border:.5px solid var(--line-subtle);background:var(--bg);overflow:hidden}.psets__top-row{display:flex;align-items:center;gap:.75rem;z-index:2}.psets__reaction{flex:1;display:flex;align-items:center;justify-content:center;min-width:0}.psets__reaction img{width:80%;height:auto}.tool-scene__reaction{display:flex;align-items:center;gap:1rem}.tool-scene__reaction-label{flex-shrink:0;max-width:16ch;font-size:.8rem;color:var(--muted);line-height:1.5}.tool-scene__proof{display:flex;gap:2rem;padding:.6rem 0;border-top:1px solid var(--line-subtle);border-bottom:1px solid var(--line-subtle)}.tool-scene__stat{display:flex;flex-direction:column}.tool-scene__stat-metric{font-family:Manrope,sans-serif;font-size:1.4rem;font-weight:700;color:var(--accent-strong);line-height:1.2}.tool-scene__stat-label{font-size:.72rem;color:var(--muted);margin-top:.1rem}.target-svg line,.target-svg polygon,.target-svg text,.precursor-svg line,.precursor-svg text{visibility:visible}@media(max-width:1200px){.benefits-grid,.workflow-grid,.workflow-list{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:980px){.site-nav{display:none}.slas-hero,.showcase,.section-heading--split,.plate-modal__body,.cta-band,.benefits-grid,.card-grid,.workflow-grid,.workflow-list,.products-grid,.services-grid,.agent-summary,.hero-console__metrics,.showcase-panel__stack,.product-card--featured__top,.fork-grid,.strategy-table__header,.strategy-table__row{grid-template-columns:1fr}.strategy-table__col--steps,.strategy-table__col--idea{display:none}.tool-scene{grid-template-columns:1fr;padding:1.5rem;min-height:auto}.scene-storybar{align-items:flex-start;flex-direction:column}.scene-storybar__meta{flex-wrap:wrap}.story-stage-indicator{display:none}.route-diagram__svg{max-width:100%}.psets{flex-direction:column}main>*+*{margin-top:3rem}main>.story-stage-indicator+*{margin-top:0}.story-scene{min-height:auto}.story-scene__pin{min-height:auto;display:block;padding:0}.faq-section__content{padding:2rem 1.5rem}}@media(max-width:720px){:root{--container: min(1200px, calc(100vw - 1.5rem) )}.proof-bar{grid-template-columns:repeat(2,1fr)}h1{font-size:clamp(2.2rem,10vw,3.2rem)}h2{font-size:clamp(1.6rem,7vw,2.2rem)}.site-header{padding-top:.5rem}.site-header__inner{border-radius:var(--radius-lg);padding:.75rem}.hero{padding-top:1.5rem;gap:1.5rem}.pill-grid,.hero-console__plate{grid-template-columns:1fr 1fr}.benefits-grid,.card-grid,.workflow-grid,.workflow-list{grid-template-columns:1fr}.site-footer__top{flex-direction:column;gap:2rem}.site-footer__links{gap:3rem}}.blog-listing{padding:3rem 0 4rem}.blog-listing__header{margin-bottom:2.5rem}.blog-listing__header h1{font-size:clamp(2.2rem,4vw,3.2rem);margin-bottom:.5rem}.blog-listing__header p{font-size:1.05rem;color:var(--muted)}.blog-listing__empty{padding:3rem 0;color:var(--muted)}.blog-listing__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.blog-card{display:block;padding:1.5rem;border-radius:var(--radius-lg);border:.5px solid var(--border-card);background:var(--bg-soft);transition:border-color .2s ease,box-shadow .2s ease}.blog-card:hover{border-color:var(--line-strong);box-shadow:var(--shadow)}.blog-card__meta{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}.blog-card__meta time{font-size:.82rem;color:var(--muted-light)}.blog-card__tags{display:flex;gap:.4rem}.blog-tag{display:inline-block;padding:.25rem .65rem;border-radius:999px;font-size:.72rem;font-weight:500;color:var(--accent-strong);background:var(--bg-purple-light);border:1px solid var(--line)}.blog-card h2{font-size:1.25rem;margin-bottom:.4rem;line-height:1.3}.blog-card p{font-size:.9rem;color:var(--muted);line-height:1.6}.blog-post{padding:3rem 0 4rem;max-width:720px;margin:0 auto}.blog-post__back{display:inline-block;margin-bottom:1.5rem;font-size:.88rem;color:var(--accent-strong);transition:opacity .16s ease}.blog-post__back:hover{opacity:.7}.blog-post__header h1{font-size:clamp(2rem,4vw,2.8rem);line-height:1.15;margin-bottom:.75rem}.blog-post__meta{display:flex;align-items:center;gap:.5rem;font-size:.88rem;color:var(--muted);margin-bottom:.75rem}.blog-post__tags{display:flex;gap:.4rem;margin-bottom:1rem}.blog-post__body{margin-top:2rem}.prose h2{font-size:1.5rem;margin-top:2.5rem;margin-bottom:.75rem}.prose h3{font-size:1.2rem;margin-top:2rem;margin-bottom:.5rem}.prose p{margin-bottom:1.25rem;line-height:1.75}.prose ul,.prose ol{margin-bottom:1.25rem;padding-left:1.25rem;color:var(--text-body)}.prose li{margin-bottom:.5rem;line-height:1.65}.prose strong{color:var(--text)}.prose a{color:var(--accent-strong);text-decoration:underline;text-underline-offset:2px}.prose a:hover{color:var(--accent-hover)}.prose code{padding:.15rem .4rem;border-radius:4px;font-size:.88em;background:var(--bg-purple-light);color:var(--accent-strong)}.prose pre{padding:1rem 1.25rem;border-radius:var(--radius-md);background:var(--bg-soft);border:.5px solid var(--border-card);overflow-x:auto;margin-bottom:1.25rem}.prose pre code{padding:0;background:none;font-size:.85rem;color:var(--text-body)}.prose blockquote{margin:1.5rem 0;padding:.75rem 1.25rem;border-left:3px solid var(--accent);background:var(--bg-soft);border-radius:0 var(--radius-sm) var(--radius-sm) 0}.prose blockquote p{color:var(--text-body)}.prose img{max-width:100%;border-radius:var(--radius-lg);margin:1.5rem 0}.prose video{width:100%;border-radius:var(--radius-lg);margin:1.5rem 0}.prose hr{border:none;border-top:1px solid var(--line-subtle);margin:2rem 0}@media(max-width:720px){.blog-listing__grid{grid-template-columns:1fr}}
