:root{--ink: #171717;--muted-ink: #5d5a54;--paper: #f4efe5;--paper-deep: #e1d5c4;--panel: #fffaf1;--line: #cbbca7;--green: #5d7f67;--blue: #496f90;--red: #9b584c;--gold: #b48944;--shadow: 0 28px 80px rgba(31, 25, 16, .18)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:linear-gradient(rgba(23,23,23,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(23,23,23,.035) 1px,transparent 1px),var(--paper);background-size:48px 48px;font-family:ui-serif,Georgia,Cambria,Times New Roman,Times,serif}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}.site-header{position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;gap:1rem;width:min(1180px,calc(100% - 2rem));margin:1rem auto 0;padding:.65rem;border:1px solid rgba(23,23,23,.12);background:#f4efe5e0;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);box-shadow:0 12px 40px #211a0f14}.brand{display:inline-flex;align-items:center;gap:.55rem;font-family:ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:760}.brand-mark{display:grid;width:2rem;height:2rem;place-items:center;color:var(--panel);background:var(--ink);border-radius:.35rem}.site-nav{display:flex;align-items:center;gap:1.35rem;color:var(--muted-ink);font-family:ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.92rem}.site-nav a:hover,.header-action:hover{color:var(--ink)}.header-action{padding:.75rem .95rem;border:1px solid rgba(23,23,23,.2);border-radius:.4rem;color:var(--muted-ink);font-family:ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.9rem}.hero-section{display:grid;grid-template-columns:minmax(0,.82fr) minmax(32rem,1.18fr);gap:3rem;align-items:center;width:min(1180px,calc(100% - 2rem));margin:0 auto;padding:3rem 0 1.25rem}.eyebrow{margin:0 0 .9rem;color:var(--red);font-family:ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.82rem;font-weight:780;text-transform:uppercase}h1,h2,h3,p{margin-top:0}h1{margin-bottom:1rem;font-size:5.3rem;line-height:.92;font-weight:560}.hero-lede{max-width:36rem;color:var(--muted-ink);font-size:1.36rem;line-height:1.45}.hero-actions{display:flex;flex-wrap:wrap;gap:.8rem;margin-top:2rem}.button{display:inline-flex;align-items:center;justify-content:center;min-height:3rem;padding:.85rem 1.15rem;border:1px solid var(--ink);border-radius:.4rem;font-family:ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:720;transition:transform .16s ease,box-shadow .16s ease,background .16s ease}.button:hover{transform:translateY(-2px);box-shadow:0 12px 28px #17171724}.button-primary{color:var(--panel);background:var(--ink)}.button-secondary{color:var(--ink);background:#fffaf173}.product-stage{position:relative;min-height:29rem}.window-preview{position:relative;width:100%;overflow:hidden;border:1px solid rgba(23,23,23,.18);border-radius:.55rem;background:#1d1c1a;box-shadow:var(--shadow)}.window-bar{display:flex;gap:.45rem;align-items:center;height:2.5rem;padding:0 .9rem;border-bottom:1px solid rgba(255,250,241,.12);background:#272521}.window-bar span{width:.72rem;height:.72rem;border-radius:50%;background:var(--red)}.window-bar span:nth-child(2){background:var(--gold)}.window-bar span:nth-child(3){background:var(--green)}.window-body{display:grid;grid-template-columns:15rem minmax(0,1fr);min-height:24rem}.connection-rail{padding:1rem;border-right:1px solid rgba(255,250,241,.12);background:#23211e;color:#f1eadf;font-family:ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.rail-title{margin-bottom:1rem;color:#bfb5a6;font-size:.76rem;font-weight:780;text-transform:uppercase}.connection-row{display:grid;gap:.25rem;padding:.85rem;border:1px solid transparent;border-radius:.45rem;font-size:.88rem}.connection-row.active{border-color:#fffaf129;background:#fffaf114}.connection-row span{color:#bfb5a6;font-size:.78rem}.connection-row.muted{opacity:.58}.query-panel{padding:1.35rem;background:#f7f0e6}.query-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1rem}.engine-pill,.run-pill{display:inline-flex;align-items:center;min-height:1.8rem;padding:.35rem .6rem;border-radius:.35rem;font-family:ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.76rem;font-weight:780}.engine-pill{color:#203e2b;background:#5d7f672e}.run-pill{color:#f7f0e6;background:var(--ink)}.query-header h2{margin:.55rem 0 0;font-size:1.65rem;font-weight:620}pre{margin:0;padding:1rem;overflow:hidden;border:1px solid rgba(23,23,23,.14);border-radius:.45rem;background:#fffaf1;color:#2a2824;font-family:SF Mono,Menlo,Consolas,monospace;font-size:.94rem;line-height:1.65}.result-grid{display:grid;grid-template-columns:.72fr 1.45fr .9fr;margin-top:1rem;overflow:hidden;border:1px solid rgba(23,23,23,.14);border-radius:.45rem;background:#fffaf1;font-family:ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.82rem}.result-grid div{min-width:0;padding:.62rem .7rem;border-right:1px solid rgba(23,23,23,.1);border-bottom:1px solid rgba(23,23,23,.1);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.result-grid div:nth-child(-n+3){color:var(--muted-ink);background:#ece2d2;font-weight:760}.phone-preview{position:absolute;right:1.3rem;bottom:-1.35rem;width:12.7rem;padding:.55rem;border:1px solid rgba(255,250,241,.3);border-radius:1.55rem;background:#191817;box-shadow:0 22px 55px #17171740}.phone-notch{width:4.1rem;height:.32rem;margin:.25rem auto .6rem;border-radius:999px;background:#3b3833}.phone-screen{min-height:16.8rem;padding:1.05rem .78rem;border-radius:1.05rem;background:#f7f0e6;font-family:ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.phone-title{margin-bottom:.9rem;font-size:1rem;font-weight:780}.phone-row{display:flex;align-items:center;gap:.65rem;padding:.72rem 0;border-bottom:1px solid rgba(23,23,23,.12)}.phone-row strong,.phone-row small{display:block}.phone-row small{margin-top:.15rem;color:var(--muted-ink);font-size:.72rem}.dot{flex:0 0 auto;width:.74rem;height:.74rem;border-radius:50%}.dot.green{background:var(--green)}.dot.blue{background:var(--blue)}.phone-add{width:100%;min-height:2.4rem;margin-top:1rem;border:0;border-radius:.45rem;color:#fffaf1;background:var(--ink);font-weight:760}.proof-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));width:min(1180px,calc(100% - 2rem));margin:0 auto;border:1px solid var(--line);background:#fffaf18f}.proof-strip div{min-width:0;padding:1rem;border-right:1px solid var(--line)}.proof-strip div:last-child{border-right:0}.proof-strip strong,.proof-strip span{display:block}.proof-strip strong{font-size:1.06rem}.proof-strip span{margin-top:.25rem;color:var(--muted-ink);font-family:ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.82rem}.split-section,.platform-section,.roadmap-section{width:min(1180px,calc(100% - 2rem));margin:0 auto;padding:6rem 0 0}.split-section{display:grid;grid-template-columns:.8fr 1.2fr;gap:3rem;align-items:center}.section-copy h2,.section-heading h2,.roadmap-panel h2,.cta-panel h2{margin-bottom:1rem;font-size:3rem;line-height:1;font-weight:560}.section-copy p,.cta-panel p{color:var(--muted-ink);font-size:1.12rem;line-height:1.6}.runtime-card{display:grid;gap:1rem;padding:1.2rem;border:1px solid var(--line);background:#fffaf1;box-shadow:14px 14px #496f9029}.flow-node{padding:1rem;border:1px solid rgba(23,23,23,.16);border-radius:.4rem;font-family:ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:780}.apple-node{background:#efe6d7}.runtime-node{color:#f8efe2;background:#20201d}.flow-line{height:2rem;border-left:1px solid var(--ink);margin-left:1rem}.flow-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.6rem}.flow-grid span{min-height:3.2rem;padding:.8rem;border:1px solid rgba(23,23,23,.14);border-radius:.35rem;background:#f5eddf;font-family:ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.92rem;font-weight:720}.section-heading{max-width:48rem}.feature-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin-top:2rem}.feature-grid article{padding:1.2rem;border:1px solid var(--line);background:#fffaf1b3}.feature-index{display:inline-flex;margin-bottom:2rem;color:var(--blue);font-family:ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.8rem;font-weight:840}.feature-grid h3{margin-bottom:.7rem;font-size:1.5rem;line-height:1.08;font-weight:580}.feature-grid p{margin-bottom:0;color:var(--muted-ink);font-family:ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.55}.roadmap-section{display:grid;grid-template-columns:1.2fr .8fr;gap:1rem;align-items:stretch;padding-bottom:5rem}.roadmap-panel,.cta-panel{border:1px solid var(--line);background:#fffaf1}.roadmap-panel{padding:1.4rem}.roadmap-list{display:grid;gap:0;margin:2rem 0 0;padding:0;list-style:none;border-top:1px solid var(--line)}.roadmap-list li{display:grid;grid-template-columns:5rem minmax(0,1fr);gap:1rem;padding:1rem 0;border-bottom:1px solid var(--line)}.roadmap-list span{color:var(--red);font-family:ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.8rem;font-weight:820;text-transform:uppercase}.roadmap-list strong{font-size:1.1rem;font-weight:560;line-height:1.35}.cta-panel{display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;gap:2rem;padding:1.4rem;color:#fffaf1;background:#1f1f1c}.cta-panel p{color:#d7cdbd}.site-footer{display:flex;justify-content:space-between;gap:1rem;width:min(1180px,calc(100% - 2rem));margin:0 auto;padding:1.5rem 0 2rem;border-top:1px solid var(--line);color:var(--muted-ink);font-family:ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.92rem}@media(max-width:980px){.hero-section,.split-section,.roadmap-section{grid-template-columns:1fr}.hero-section{gap:2rem;padding-top:2.4rem}.product-stage{min-height:29rem}.proof-strip,.feature-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.proof-strip div:nth-child(2){border-right:0}}@media(max-width:720px){.site-header{align-items:flex-start}.site-nav{display:none}.header-action{padding:.65rem .75rem}.hero-section{width:min(100% - 1rem,1180px);min-height:auto;padding-top:1.9rem;padding-bottom:.8rem}h1{font-size:3.75rem}.hero-lede{font-size:1.12rem}.hero-actions,.button{width:100%}.hero-actions{margin-top:1.4rem}.product-stage{min-height:18.5rem;padding-bottom:0}.window-body{grid-template-columns:1fr;min-height:auto}.connection-rail{display:none}.query-panel{min-height:15.5rem}.query-header{margin-bottom:.75rem}.query-header h2{font-size:1.35rem}pre{font-size:.82rem;line-height:1.5}.result-grid{display:none}.phone-preview{position:absolute;right:.8rem;bottom:-.6rem;width:9.7rem;margin:0;border-radius:1.15rem;box-shadow:0 16px 38px #17171738}.phone-notch{width:3rem;margin-bottom:.45rem}.phone-screen{min-height:12.8rem;padding:.8rem .55rem;border-radius:.78rem}.phone-title{margin-bottom:.45rem;font-size:.86rem}.phone-row{gap:.45rem;padding:.48rem 0}.phone-row strong{font-size:.72rem}.phone-row small{font-size:.6rem}.phone-add{min-height:2rem;margin-top:.7rem;font-size:.72rem}.proof-strip,.feature-grid,.flow-grid{grid-template-columns:1fr}.proof-strip div,.proof-strip div:nth-child(2){border-right:0;border-bottom:1px solid var(--line)}.proof-strip div:last-child{border-bottom:0}.split-section,.platform-section,.roadmap-section{width:min(100% - 1rem,1180px);padding-top:4rem}.section-copy h2,.section-heading h2,.roadmap-panel h2,.cta-panel h2{font-size:2.25rem}.roadmap-list li{grid-template-columns:1fr;gap:.35rem}.site-footer{flex-direction:column;width:min(100% - 1rem,1180px)}}
