
:root{--bg:#07100f;--panel:#0b1715;--panel2:#0f201d;--ink:#eef3ec;--muted:#8fa09a;--line:rgba(214,232,224,.13);--mint:#93f4ce;--sand:#e5c89a;--coral:#ff8d78;--radius:22px;--max:1240px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.5;overflow-x:hidden}.noise{position:fixed;inset:0;pointer-events:none;opacity:.035;z-index:30;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E")}.nav{position:fixed;z-index:20;top:16px;left:50%;transform:translateX(-50%);width:min(calc(100% - 32px),var(--max));height:62px;padding:0 16px 0 12px;display:flex;align-items:center;justify-content:space-between;border:1px solid var(--line);border-radius:16px;background:rgba(7,16,15,.78);backdrop-filter:blur(18px)}.brand{display:flex;align-items:center;gap:10px;font-size:12px;font-weight:800;letter-spacing:.14em}.mark{display:grid;place-items:center;width:36px;height:36px;border-radius:10px;background:var(--mint);color:#07100f;font-family:Georgia,serif;font-size:22px;font-style:italic}.nav nav{display:flex;gap:26px}.nav a{color:var(--muted);text-decoration:none;font-size:13px}.nav nav a:hover{color:var(--ink)}.nav-cta{padding:10px 14px;border:1px solid var(--line);border-radius:10px;color:var(--ink)!important}main{position:relative}.hero{min-height:100vh;max-width:var(--max);margin:auto;padding:150px 0 90px;display:grid;grid-template-columns:1.02fr .98fr;gap:60px;align-items:center}.eyebrow{font:700 11px/1.2 ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.15em;color:var(--mint)}h1,h2,h3,p{margin-top:0}.hero h1{font-size:clamp(54px,6.1vw,94px);line-height:.94;letter-spacing:-.055em;margin:26px 0 30px}.hero h1 em{font-family:Georgia,"Times New Roman",serif;font-weight:400;color:var(--sand)}.lead{max-width:650px;color:#acbbb5;font-size:18px;line-height:1.7}.actions{display:flex;gap:12px;margin:36px 0}.primary,.secondary{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 20px;border-radius:12px;text-decoration:none;font-size:13px;font-weight:700}.primary{background:var(--mint);color:#06110e}.secondary{border:1px solid var(--line);color:var(--ink);background:rgba(255,255,255,.02)}.status-row{display:flex;flex-wrap:wrap;gap:18px;color:#71837d;font:600 10px/1.4 ui-monospace,monospace;text-transform:uppercase;letter-spacing:.08em}.status-row span{display:flex;align-items:center;gap:7px}.status-row i,.live i{width:6px;height:6px;border-radius:50%;background:var(--mint);box-shadow:0 0 12px var(--mint)}.hero-product{position:relative;perspective:1200px}.product-shell{position:relative;padding:24px;border:1px solid var(--line);border-radius:28px;background:linear-gradient(145deg,#10221e,#07100f 70%);box-shadow:0 40px 100px rgba(0,0,0,.38),inset 0 1px rgba(255,255,255,.05);transform:rotateY(-5deg) rotateX(2deg);transition:transform .3s}.shell-top{display:flex;justify-content:space-between;align-items:center;padding-bottom:20px;border-bottom:1px solid var(--line);font:700 10px ui-monospace,monospace;letter-spacing:.13em}.live{display:flex;align-items:center;gap:8px;color:var(--muted)}.conversation{padding-top:24px}.prompt{padding:18px;border-radius:15px;background:rgba(255,255,255,.04);border:1px solid var(--line)}.prompt small,.artifact small{color:var(--mint);font:700 9px ui-monospace,monospace;letter-spacing:.15em}.prompt p{margin:8px 0 0}.route-map{position:relative;display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin:28px 0}.route-line{position:absolute;top:24px;left:10%;right:10%;height:1px;background:linear-gradient(90deg,var(--mint),var(--sand),var(--coral));opacity:.6}.node{position:relative;text-align:center}.node b{position:relative;z-index:2;display:grid;place-items:center;width:48px;height:48px;margin:auto;border:1px solid var(--line);border-radius:50%;background:#0b1715;font:700 11px ui-monospace,monospace}.node.active b{border-color:var(--mint);box-shadow:0 0 28px rgba(147,244,206,.18)}.node span{display:block;margin-top:10px;font-size:12px;font-weight:700}.node small{color:#71837d;font-size:9px}.artifact{display:flex;justify-content:space-between;align-items:center;padding:18px;border-radius:15px;border:1px solid rgba(147,244,206,.3);background:rgba(147,244,206,.05)}.artifact strong{display:block;margin-top:5px;font-size:13px}.artifact>span{font:600 9px ui-monospace,monospace;color:var(--mint)}.orbit{position:absolute;border:1px solid rgba(147,244,206,.12);border-radius:50%;pointer-events:none}.o1{width:170px;height:170px;right:-50px;top:-60px}.o2{width:260px;height:260px;left:-100px;bottom:-100px;border-color:rgba(229,200,154,.1)}.statement{padding:110px max(24px,calc((100vw - var(--max))/2));border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:linear-gradient(90deg,rgba(147,244,206,.04),transparent 55%)}.statement p{color:var(--mint);font:700 11px ui-monospace,monospace;text-transform:uppercase;letter-spacing:.14em}.statement h2{max-width:1000px;font-family:Georgia,serif;font-size:clamp(45px,6vw,86px);font-weight:400;line-height:1.02;letter-spacing:-.035em}.system,.capabilities,.boundaries,.evidence,.repo{max-width:var(--max);margin:auto;padding:130px 0}.section-head{display:grid;grid-template-columns:.35fr 1fr .55fr;gap:40px;align-items:end;margin-bottom:60px}.section-head h2,.boundary-copy h2,.repo h2{font-size:clamp(38px,4.8vw,68px);line-height:1.02;letter-spacing:-.045em;margin-bottom:0}.section-head>p:last-child,.boundary-copy>p:last-child,.repo>div>p:last-child{color:var(--muted)}.pipeline{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--line);border-radius:18px;overflow:hidden}.stage{appearance:none;border:0;border-right:1px solid var(--line);background:#091310;color:var(--ink);padding:24px;text-align:left;cursor:pointer;transition:.25s}.stage:last-child{border-right:0}.stage span{color:var(--mint);font:700 10px ui-monospace,monospace}.stage b{display:block;margin:18px 0 5px;font-size:18px}.stage small{color:var(--muted)}.stage:hover,.stage.active{background:var(--panel2)}.stage.active{box-shadow:inset 0 -2px var(--mint)}.stage-detail{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center;padding:70px;border:1px solid var(--line);border-top:0;border-radius:0 0 18px 18px;background:var(--panel)}.stage-detail>div>p:first-child{color:var(--mint);font:700 10px ui-monospace,monospace;letter-spacing:.12em}.stage-detail h3{font-size:38px;line-height:1.1;letter-spacing:-.035em}.stage-detail>div>p:last-child{color:var(--muted);font-size:16px;line-height:1.7}.stage-visual{height:240px;position:relative;border-radius:18px;background:radial-gradient(circle at 50% 50%,rgba(147,244,206,.1),transparent 52%),linear-gradient(var(--line) 1px,transparent 1px),linear-gradient(90deg,var(--line) 1px,transparent 1px);background-size:auto,34px 34px,34px 34px;overflow:hidden}.stage-visual span{position:absolute;width:14px;height:14px;border-radius:50%;background:var(--mint);box-shadow:0 0 28px var(--mint)}.stage-visual span:nth-child(1){left:12%;top:65%}.stage-visual span:nth-child(2){left:37%;top:28%;background:var(--sand);box-shadow:0 0 28px var(--sand)}.stage-visual span:nth-child(3){left:65%;top:52%;background:var(--coral);box-shadow:0 0 28px var(--coral)}.stage-visual span:nth-child(4){right:10%;top:20%}.cards{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.card{min-height:330px;padding:28px;border:1px solid var(--line);border-radius:18px;background:linear-gradient(160deg,rgba(255,255,255,.035),transparent);transition:transform .25s,border-color .25s}.card:hover{transform:translateY(-7px);border-color:rgba(147,244,206,.36)}.card h3{margin-top:70px;font-size:23px}.card p{color:var(--muted);line-height:1.7}.icon{width:58px;height:58px;border:1px solid var(--line);border-radius:16px;position:relative;background:rgba(147,244,206,.03)}.routing:after,.tools:after,.artifacts:after,.recovery:after{content:"";position:absolute;inset:15px;border:1px solid var(--mint)}.routing:after{border-radius:50%;box-shadow:12px 0 0 -7px var(--sand),-12px 0 0 -7px var(--coral)}.tools:after{transform:rotate(45deg)}.artifacts:after{box-shadow:6px 6px 0 -1px var(--panel),6px 6px 0 0 var(--sand)}.recovery:after{border-radius:50%;border-left-color:transparent}.boundaries{display:grid;grid-template-columns:.75fr 1.25fr;gap:90px}.boundary-grid{display:grid;grid-template-columns:1fr 1fr;border:1px solid var(--line);border-radius:20px;overflow:hidden}.boundary-grid>div{padding:34px}.boundary-grid .yes{background:rgba(147,244,206,.05)}.boundary-grid .no{border-left:1px solid var(--line);background:rgba(255,141,120,.025)}.boundary-grid p{font:700 10px ui-monospace,monospace;letter-spacing:.13em;color:var(--mint)}.boundary-grid .no p{color:var(--coral)}.boundary-grid ul{padding:0;margin:28px 0 0;list-style:none}.boundary-grid li{padding:13px 0;border-top:1px solid var(--line);color:#bdc9c4;font-size:14px}.ledger{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.ledger>div{padding:30px 24px;border-right:1px solid var(--line)}.ledger>div:last-child{border-right:0}.ledger span{color:var(--mint);font:700 10px ui-monospace,monospace}.ledger b{display:block;margin:28px 0 12px;font-size:17px}.ledger p{color:var(--muted);font-size:13px}.repo{display:grid;grid-template-columns:1fr auto;gap:70px;align-items:end;border-top:1px solid var(--line)}.repo>div:first-child{max-width:780px}.repo-actions{display:flex;gap:10px}footer{max-width:var(--max);margin:auto;padding:32px 0 60px;border-top:1px solid var(--line);display:flex;justify-content:space-between;align-items:center;color:#6f807a;font-size:12px}.reveal{opacity:0;transform:translateY(26px);transition:opacity .8s ease,transform .8s cubic-bezier(.2,.7,.2,1)}.reveal.visible{opacity:1;transform:none}.delay{transition-delay:.16s}@media(max-width:1000px){.hero{grid-template-columns:1fr;padding-left:24px;padding-right:24px}.hero-product{max-width:720px}.section-head{grid-template-columns:1fr}.system,.capabilities,.boundaries,.evidence,.repo{padding-left:24px;padding-right:24px}.cards{grid-template-columns:1fr 1fr}.boundaries{grid-template-columns:1fr}.ledger{grid-template-columns:1fr 1fr}.ledger>div:nth-child(2){border-right:0}.ledger>div:nth-child(-n+2){border-bottom:1px solid var(--line)}}@media(max-width:700px){.nav nav{display:none}.nav-cta{display:none}.hero{padding-top:120px;gap:30px}.hero h1{font-size:54px}.actions,.repo-actions{flex-direction:column}.product-shell{padding:15px;transform:none}.route-map{grid-template-columns:1fr 1fr}.route-line{display:none}.artifact{align-items:flex-start;gap:15px;flex-direction:column}.statement{padding:80px 24px}.pipeline{grid-template-columns:1fr 1fr}.stage:nth-child(2){border-right:0}.stage:nth-child(-n+2){border-bottom:1px solid var(--line)}.stage-detail{grid-template-columns:1fr;padding:30px}.cards,.boundary-grid,.ledger{grid-template-columns:1fr}.boundary-grid .no{border-left:0;border-top:1px solid var(--line)}.ledger>div{border-right:0;border-bottom:1px solid var(--line)}.repo{grid-template-columns:1fr}footer{margin:0 24px;align-items:flex-start;gap:20px;flex-direction:column}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal{opacity:1;transform:none;transition:none}.product-shell,.card{transition:none}}

/* responsive containment QA fix */
.hero>*{min-width:0}.hero-product{max-width:100%;overflow:hidden}.hero-copy{min-width:0}.eyebrow{overflow-wrap:anywhere}
@media(max-width:1000px){.hero{width:100%;max-width:100%;overflow:hidden}.product-shell{max-width:100%}}
@media(max-width:700px){.hero h1{font-size:clamp(42px,13vw,54px);overflow-wrap:anywhere}.lead{font-size:16px}.shell-top{gap:10px}.live{font-size:9px}.route-map{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.node{min-width:0}.node small{overflow-wrap:anywhere}.o1,.o2{display:none}}
