:root{--bg: #fafaf9;--bg-alt: #f4f4f2;--bg-dark: #0c0f14;--bg-dark-card: #141820;--text: #111111;--text-muted: #71717a;--text-light: #e4e4e7;--text-light-muted: #9ca3b0;--accent: #0d7377;--accent-light: #e6f3f3;--accent-glow: rgba(13, 115, 119, .15);--border: #e4e4e2;--border-light: #efefed;--border-dark: #1f2633;--font-display: "Instrument Serif", Georgia, serif;--font-body: "DM Sans", -apple-system, sans-serif;--font-mono: "Fira Code", monospace}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;touch-action:manipulation}body{font-family:var(--font-body);font-weight:400;font-size:1.05rem;line-height:1.7;color:var(--text);background:var(--bg)}::selection{background:var(--accent);color:#fff}.container{max-width:1080px;margin:0 auto;padding:0 2rem}em{font-family:var(--font-display);font-style:italic;font-weight:400}#navbar{position:fixed;top:0;left:0;right:0;z-index:100;transition:background .3s ease,border-color .3s ease;border-bottom:1px solid transparent}#navbar.scrolled{background:#fafaf9eb;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom-color:var(--border-light)}.nav-inner{max-width:1080px;margin:0 auto;padding:0 2rem;height:64px;display:flex;align-items:center;justify-content:space-between}.nav-logo{font-family:var(--font-mono);font-size:.9rem;font-weight:400;letter-spacing:.04em;color:var(--text);text-decoration:none}.nav-links{display:flex;align-items:center;gap:2.5rem}.nav-links a{font-size:.88rem;color:var(--text-muted);text-decoration:none;letter-spacing:.01em;transition:color .2s ease}.nav-links a:hover{color:var(--text)}.nav-cta{color:var(--accent)!important;font-weight:500}.nav-toggle{display:none;background:none;border:none;cursor:pointer;width:28px;height:20px;position:relative}.nav-toggle span{display:block;width:100%;height:1.5px;background:var(--text);position:absolute;left:0;transition:transform .2s ease,opacity .2s ease}.nav-toggle span:first-child{top:4px}.nav-toggle span:last-child{bottom:4px}.nav-toggle.active span:first-child{transform:translateY(5.5px) rotate(45deg)}.nav-toggle.active span:last-child{transform:translateY(-5.5px) rotate(-45deg)}.mobile-menu{display:none;position:fixed;top:64px;left:0;right:0;background:#fafaf9f7;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--border-light);padding:1.5rem 2rem;z-index:99;flex-direction:column;gap:1.2rem}.mobile-menu.open{display:flex}.mobile-menu a{font-size:1rem;color:var(--text-muted);text-decoration:none}#hero{padding:10rem 0 2rem;min-height:80vh;display:flex;align-items:center;position:relative;overflow:hidden}.hero-glow{position:absolute;top:-20%;left:50%;transform:translate(-50%);width:120%;height:100%;background:radial-gradient(ellipse 60% 50% at 50% 30%,rgba(13,115,119,.06) 0%,transparent 70%),radial-gradient(ellipse 40% 40% at 30% 60%,rgba(13,115,119,.03) 0%,transparent 60%),radial-gradient(ellipse 35% 35% at 70% 50%,rgba(13,115,119,.04) 0%,transparent 60%);pointer-events:none;z-index:0}#hero .container{position:relative;z-index:1}.hero-label{font-family:var(--font-mono);font-size:.78rem;letter-spacing:.12em;text-transform:uppercase;color:var(--accent);margin-bottom:2rem}.hero-title{font-family:var(--font-body);font-size:clamp(2.4rem,5.5vw,3.8rem);font-weight:400;line-height:1.2;letter-spacing:-.02em;margin-bottom:2rem;max-width:720px}.hero-title em{font-size:1.02em}.hero-sub{font-size:1.1rem;line-height:1.75;color:var(--text-muted);max-width:580px;margin-bottom:3rem}.hero-actions{display:flex;gap:1rem;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;gap:.5rem;font-family:var(--font-body);font-size:.92rem;font-weight:500;text-decoration:none;padding:.75rem 1.8rem;border-radius:6px;transition:all .2s ease;cursor:pointer;border:none}.btn-primary{background:var(--text);color:var(--bg)}.btn-primary:hover{background:#333}.btn-ghost{background:transparent;color:var(--text);border:1px solid var(--border)}.btn-ghost:hover{border-color:var(--text)}.btn-cta{padding:.85rem 2.2rem;font-size:.95rem}#metrics{padding:0 0 4rem}.metrics-bar{display:flex;align-items:center;justify-content:center;gap:0;padding:2.5rem 3rem;background:var(--bg);border:1px solid var(--border);border-radius:12px;box-shadow:0 2px 12px #00000008}.metric{display:flex;flex-direction:column;align-items:center;flex:1;text-align:center;padding:0 1.5rem}.metric-value{font-family:var(--font-mono);font-size:clamp(1.4rem,2.5vw,1.9rem);font-weight:400;letter-spacing:-.02em;color:var(--text);line-height:1.2}.metric-label{font-size:.78rem;color:var(--text-muted);margin-top:.35rem;letter-spacing:.01em}.metric-divider{width:1px;height:40px;background:var(--border);flex-shrink:0}#diagram{padding:2rem 0 6rem}.diagram-wrap{max-width:780px;margin:0 auto}.arch-svg{width:100%;height:auto}.svg-bus{stroke:var(--accent);stroke-width:1;opacity:.25}.svg-connector{stroke:var(--accent);stroke-width:.75;opacity:.18}.svg-node{fill:var(--accent);opacity:.7}.svg-node-primary{opacity:1}.svg-label{font-family:DM Sans,sans-serif;font-size:11px;fill:#71717a;letter-spacing:.02em}.svg-label-accent{fill:var(--accent);font-weight:500}.svg-label-layer{font-family:Fira Code,monospace;font-size:9px;fill:#a1a1aa;letter-spacing:.08em;text-transform:uppercase}.svg-dot{fill:var(--accent);opacity:.6}.svg-dot-dim{opacity:.35}.svg-pulse{fill:none;stroke:var(--accent);stroke-width:1;opacity:0;animation:pulse 3s ease-in-out infinite}@keyframes pulse{0%{r:9;opacity:.4}to{r:24;opacity:0}}section{padding:7rem 0}.section-header{margin-bottom:1rem}.section-label{font-family:var(--font-mono);font-size:.78rem;letter-spacing:.12em;text-transform:uppercase;color:var(--accent);display:block;margin-bottom:1.2rem}.section-title{font-family:var(--font-body);font-size:clamp(1.8rem,3.5vw,2.6rem);font-weight:400;line-height:1.25;letter-spacing:-.015em;margin-bottom:1.5rem;max-width:580px}.section-sub{color:var(--text-muted);font-size:1.05rem;max-width:520px;margin-bottom:3.5rem}#platform{border-top:1px solid var(--border-light)}.layers-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem}.layer{padding:2rem;border:1px solid var(--border);border-radius:10px;background:var(--bg);box-shadow:0 1px 3px #00000005;transition:box-shadow .3s ease,border-color .3s ease}.layer:hover{box-shadow:0 4px 16px #0000000d;border-color:#d4d4d2}.layer-num{font-family:var(--font-mono);font-size:.75rem;color:var(--accent);display:block;margin-bottom:1rem}.layer h3{font-size:1.15rem;font-weight:500;margin-bottom:.8rem;letter-spacing:-.01em}.layer p{color:var(--text-muted);font-size:.95rem;line-height:1.65;margin-bottom:1.5rem}.layer-tags{list-style:none;display:flex;flex-wrap:wrap;gap:.5rem}.layer-tags li{font-family:var(--font-mono);font-size:.72rem;letter-spacing:.02em;color:var(--text-muted);background:var(--bg-alt);padding:.3rem .7rem;border-radius:3px}#conversational{background:var(--bg-alt)}.conv-features{display:grid;grid-template-columns:repeat(2,1fr);gap:2.5rem;margin-top:3rem;max-width:680px}.conv-feature h4{font-size:.95rem;font-weight:500;margin-bottom:.4rem}.conv-feature p{font-size:.88rem;color:var(--text-muted);line-height:1.6}#agents{border-top:1px solid var(--border-light)}.agents-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.agent-card{padding:1.8rem;border:1px solid var(--border);border-radius:10px;background:var(--bg);box-shadow:0 1px 3px #00000005;transition:box-shadow .3s ease,border-color .3s ease}.agent-card:hover{box-shadow:0 4px 16px #0000000d;border-color:#d4d4d2}.agent-status{display:flex;align-items:center;gap:.4rem;font-family:var(--font-mono);font-size:.68rem;letter-spacing:.04em;text-transform:uppercase;color:var(--accent);margin-bottom:1rem}.status-dot{width:6px;height:6px;border-radius:50%;background:var(--accent);animation:statusPulse 2.5s ease-in-out infinite}@keyframes statusPulse{0%,to{opacity:1}50%{opacity:.4}}.agent-card h4{font-size:1.05rem;font-weight:500;margin-bottom:.6rem;letter-spacing:-.01em}.agent-card p{font-size:.92rem;color:var(--text-muted);line-height:1.6;margin-bottom:1.2rem}.agent-data{font-family:var(--font-mono);font-size:.72rem;color:var(--accent);letter-spacing:.02em}#coordination{background:var(--bg-alt)}.scenario{margin-top:0;max-width:720px}.scenario-trigger{font-family:var(--font-mono);font-size:.82rem;color:var(--bg);background:var(--text);padding:.6rem 1.2rem;border-radius:6px;display:inline-block;margin-bottom:2.5rem;letter-spacing:.02em}.scenario-flow{display:flex;flex-direction:column;gap:0}.flow-step{padding:1.5rem 2rem;background:var(--bg);border:1px solid var(--border);border-radius:10px;position:relative}.flow-step-cascade{border-color:var(--accent);background:linear-gradient(135deg,var(--bg) 0%,var(--accent-light) 100%)}.flow-node{display:flex;align-items:center;gap:.8rem;margin-bottom:.6rem}.flow-agent{font-family:var(--font-mono);font-size:.75rem;font-weight:500;letter-spacing:.03em;text-transform:uppercase;color:var(--text);background:var(--bg-alt);padding:.25rem .65rem;border-radius:4px;border:1px solid var(--border)}.flow-node-cascade .flow-agent{background:var(--accent);color:#fff;border-color:var(--accent)}.flow-action{font-family:var(--font-mono);font-size:.68rem;letter-spacing:.06em;text-transform:uppercase;color:var(--text-muted)}.flow-detail{font-size:.92rem;color:var(--text-muted);line-height:1.6}.flow-connector{display:flex;justify-content:center;padding:.5rem 0;color:var(--border)}.flow-connector svg{transform:rotate(90deg)}.flow-connector-cascade{color:var(--accent)}.flow-connector-cascade svg{transform:none}.cascade-agents{display:flex;gap:.5rem;margin-top:1rem;flex-wrap:wrap}.cascade-tag{font-family:var(--font-mono);font-size:.7rem;letter-spacing:.03em;color:var(--accent);background:#0d737714;padding:.25rem .6rem;border-radius:4px;border:1px solid rgba(13,115,119,.15)}#case-study{border-top:1px solid var(--border-light)}.case-intro{margin-bottom:4rem;max-width:640px}.case-intro .lead{font-size:1.1rem;line-height:1.75;color:var(--text-muted)}.case-timeline{display:flex;flex-direction:column;gap:0;margin-bottom:5rem;position:relative}.case-timeline:before{content:"";position:absolute;left:0;top:0;bottom:0;width:1px;background:var(--border)}.timeline-item{padding-left:2.5rem;max-width:640px;position:relative;padding-top:2rem;padding-bottom:2rem}.timeline-item:before{content:"";position:absolute;left:-4px;top:2.4rem;width:9px;height:9px;border-radius:50%;background:var(--accent);border:2px solid var(--bg)}.timeline-phase{font-family:var(--font-mono);font-size:.72rem;letter-spacing:.06em;text-transform:uppercase;color:var(--accent);display:block;margin-bottom:.6rem}.timeline-item h4{font-size:1.1rem;font-weight:500;margin-bottom:.8rem;letter-spacing:-.01em}.timeline-item p{font-size:.92rem;color:var(--text-muted);line-height:1.65;margin-bottom:1rem}.timeline-result{font-family:var(--font-mono);font-size:.72rem;color:var(--text-muted);letter-spacing:.02em}.case-outcomes{padding-top:3rem;border-top:1px solid var(--border-light)}.case-outcomes h3{font-size:1.2rem;font-weight:500;margin-bottom:2rem;letter-spacing:-.01em}.outcomes-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2.5rem;max-width:720px}.outcome-label{display:block;font-size:.92rem;font-weight:500;margin-bottom:.4rem}.outcome p{font-size:.88rem;color:var(--text-muted);line-height:1.6}#infrastructure{background:var(--bg-dark);padding:7rem 0;position:relative;overflow:hidden}#infrastructure:before{content:"";position:absolute;top:-40%;left:50%;transform:translate(-50%);width:80%;height:100%;background:radial-gradient(ellipse 50% 40% at 50% 30%,rgba(13,115,119,.08) 0%,transparent 70%);pointer-events:none}.infra-label{color:var(--accent)}.infra-title{color:var(--text-light)}.infra-title em{color:var(--accent)}.infra-sub{color:var(--text-light-muted)}.infra-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-top:3rem;max-width:800px}.infra-card{padding:2rem;background:var(--bg-dark-card);border:1px solid var(--border-dark);border-radius:10px;transition:border-color .3s ease,box-shadow .3s ease}.infra-card:hover{border-color:#0d73774d;box-shadow:0 4px 24px #0d73770f}.infra-icon{color:var(--accent);margin-bottom:1.2rem}.infra-card h4{font-size:1rem;font-weight:500;color:var(--text-light);margin-bottom:.6rem}.infra-card p{font-size:.88rem;color:var(--text-light-muted);line-height:1.65}#security{background:var(--bg-alt)}.security-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2.5rem;margin-top:3rem;max-width:720px}.security-point h4{font-size:1rem;font-weight:500;margin-bottom:.5rem}.security-point p{font-size:.92rem;color:var(--text-muted);line-height:1.6}#deploy{border-top:1px solid var(--border-light)}.deploy-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem}.deploy-step{position:relative;padding:2rem;border:1px solid var(--border);border-radius:10px;background:var(--bg);box-shadow:0 1px 3px #00000005}.deploy-num{font-family:var(--font-mono);font-size:2rem;font-weight:400;color:var(--accent);opacity:.3;display:block;margin-bottom:1rem;line-height:1}.deploy-step h4{font-size:1.05rem;font-weight:500;margin-bottom:.7rem;letter-spacing:-.01em}.deploy-step p{font-size:.92rem;color:var(--text-muted);line-height:1.6}#contact{padding:8rem 0;border-top:1px solid var(--border-light)}.cta-block{text-align:center;max-width:500px;margin:0 auto}.cta-title{font-family:var(--font-body);font-size:clamp(1.8rem,3.5vw,2.6rem);font-weight:400;line-height:1.25;letter-spacing:-.015em;margin-bottom:1.2rem}.cta-sub{font-size:1.05rem;color:var(--text-muted);margin-bottom:2rem}.cta-email{display:block;font-family:var(--font-mono);font-size:1rem;color:var(--accent);text-decoration:none;margin-bottom:2rem;letter-spacing:.02em;transition:opacity .2s ease}.cta-email:hover{opacity:.7}footer{padding:3rem 0;border-top:1px solid var(--border-light)}.footer-inner{display:flex;justify-content:space-between;align-items:center}.footer-logo{font-family:var(--font-mono);font-size:.85rem;color:var(--text);letter-spacing:.04em}.footer-copy{font-size:.82rem;color:var(--text-muted)}.reveal{opacity:0;transform:translateY(20px);transition:opacity .7s ease,transform .7s ease}.reveal.visible{opacity:1;transform:translateY(0)}.layers-grid .reveal:nth-child(2){transition-delay:.1s}.layers-grid .reveal:nth-child(3){transition-delay:.2s}.agents-grid .reveal:nth-child(2){transition-delay:.08s}.agents-grid .reveal:nth-child(3){transition-delay:.16s}.agents-grid .reveal:nth-child(4){transition-delay:.24s}.agents-grid .reveal:nth-child(5){transition-delay:.32s}.agents-grid .reveal:nth-child(6){transition-delay:.4s}.security-grid .reveal:nth-child(2){transition-delay:.1s}.security-grid .reveal:nth-child(3){transition-delay:.2s}.security-grid .reveal:nth-child(4){transition-delay:.3s}.infra-grid .reveal:nth-child(2){transition-delay:.1s}.infra-grid .reveal:nth-child(3){transition-delay:.2s}.infra-grid .reveal:nth-child(4){transition-delay:.3s}.deploy-steps .reveal:nth-child(2){transition-delay:.1s}.deploy-steps .reveal:nth-child(3){transition-delay:.2s}.conv-features .reveal:nth-child(2){transition-delay:.08s}.conv-features .reveal:nth-child(3){transition-delay:.16s}.conv-features .reveal:nth-child(4){transition-delay:.24s}@media(max-width:900px){.layers-grid{grid-template-columns:1fr;gap:1.5rem}.agents-grid{grid-template-columns:repeat(2,1fr)}.security-grid,.conv-features,.outcomes-grid,.infra-grid{grid-template-columns:1fr}.deploy-steps{grid-template-columns:1fr;gap:1.5rem}.metrics-bar{flex-wrap:wrap;gap:1.5rem;padding:2rem}.metric-divider{display:none}.metric{min-width:40%;padding:.5rem}}@media(max-width:640px){.container{padding:0 1.25rem}#hero{padding:7rem 0 2rem;min-height:auto}.hero-title{font-size:2rem}.hero-sub{font-size:1rem}section{padding:4rem 0}.section-sub{font-size:.95rem}.agents-grid{grid-template-columns:1fr}.nav-links{display:none}.nav-toggle{display:block}.footer-inner{flex-direction:column;gap:.5rem;text-align:center}.diagram-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch}.arch-svg{min-width:560px}.metrics-bar{flex-direction:column;gap:1.5rem;padding:1.5rem}.metric{min-width:auto}.scenario-flow{gap:0}.flow-step{padding:1.2rem 1.25rem}.flow-node{flex-wrap:wrap;gap:.4rem}.flow-detail{font-size:.88rem}.cascade-agents{gap:.4rem}.timeline-item{padding-left:1.8rem}#contact{padding:5rem 0}.cta-email{font-size:.88rem;word-break:break-all}#infrastructure{padding:5rem 0}}.chat-demo{width:100%;max-width:860px;margin:3rem auto;border:1px solid var(--border);border-radius:12px;background:#fff;overflow:hidden;color:#111;font-family:Inter,-apple-system,sans-serif;font-size:15px;box-shadow:0 12px 36px #0000000f}.chat-top-bar{height:48px;display:flex;align-items:center;padding:0 16px;background:#fafaf9;border-bottom:1px solid var(--border-light)}.top-bar-title{font-size:13px;font-weight:600;color:#71717a;letter-spacing:.02em}.chat-messages{padding:24px 32px;height:520px;display:flex;flex-direction:column;gap:20px;overflow-y:auto;overflow-x:hidden;scrollbar-width:none}.chat-messages::-webkit-scrollbar{display:none}.message{display:flex;animation:fadeIn .2s ease forwards}.message-user{justify-content:flex-end}.message-assistant{justify-content:flex-start}.message-bubble{max-width:85%;position:relative}.message-user .message-bubble{background:#f4f4f2;color:#111;padding:14px 20px;border-radius:16px 16px 4px;border:1px solid var(--border-light)}.message-assistant .message-bubble{background:none;padding:0;max-width:100%;width:100%}.message-body{font-size:15px;line-height:1.6;color:#334155}.message-body p{margin-bottom:12px}.chat-table-wrapper{overflow-x:auto;margin:16px 0;border-radius:8px;border:1px solid #e2e8f0}.chat-table{width:100%;border-collapse:collapse;font-size:14px;text-align:left}.chat-table th{background:#f8fafc;font-weight:600;color:#475569;padding:10px 16px;border-bottom:1px solid #e2e8f0}.chat-table td{padding:10px 16px;border-bottom:1px solid #e2e8f0;color:#334155}.chat-table tr:last-child td{border-bottom:none}.chat-table td strong{font-weight:600;color:#0f172a}.thinking-block{margin-bottom:14px;border-radius:8px;background:#f8fafc;border:1px solid #e2e8f0;overflow:hidden;animation:fadeIn .2s ease;max-width:600px}.thinking-block.active .thinking-label{animation:pulse 2s ease-in-out infinite}.thinking-toggle{display:flex;align-items:center;gap:8px;width:100%;padding:10px 14px;background:none;border:none;color:#6366f1;font-size:13px;font-weight:500;cursor:default;text-align:left}.thinking-content{padding:4px 14px 14px 34px;font-size:13px;line-height:1.5;color:#64748b}.tool-activity{margin-bottom:14px;display:flex;flex-direction:column;gap:8px;max-width:600px}.tool-item{display:flex;align-items:flex-start;gap:10px;padding:12px 16px;background:#ecfdf5;border:1px solid #a7f3d0;border-radius:8px;animation:fadeIn .2s ease}.tool-item.complete{background:#f8fafc;border-color:#e2e8f0}.tool-status-icon{flex-shrink:0;width:16px;height:16px;margin-top:2px;display:flex;align-items:center;justify-content:center;color:#10b981}.tool-text{display:flex;flex-direction:column;gap:2px}.tool-label{font-weight:500;font-size:13px;color:#059669}.tool-item.complete .tool-label{color:#475569}.tool-tokens{font-weight:400;font-size:11px;color:#94a3b8;margin-left:8px;font-family:Fira Code,monospace}.tool-fn{font-size:12px;color:#64748b;font-family:Fira Code,monospace}.memory-item{display:flex;align-items:flex-start;gap:10px;padding:14px 16px;background:#faf5ff;border:1px solid #e9d5ff;border-radius:8px;margin-top:16px;animation:fadeIn .3s ease;max-width:650px}.memory-icon{flex-shrink:0;width:16px;height:16px;margin-top:2px;color:#a855f7}.memory-text{display:flex;flex-direction:column;gap:4px}.memory-headline{font-weight:600;font-size:13px;color:#9333ea}.memory-preview{font-size:13px;line-height:1.5;color:#6b7280}.message-stats{margin-top:14px;font-size:12px;color:#9ca3af;font-family:Fira Code,monospace;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{opacity:.5}50%{opacity:1}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.typewriter-cursor:after{content:"▋";animation:blink 1s step-end infinite;color:#10b981;margin-left:4px}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}@media(max-width:640px){.chat-demo{margin:2rem -1.25rem;border-radius:0;border-left:none;border-right:none;box-shadow:none}.chat-messages{padding:16px;height:420px;gap:16px}.message-user .message-bubble{padding:12px 16px;max-width:92%}.message-body{font-size:14px}.thinking-block,.tool-activity,.memory-item{max-width:100%}.thinking-content{padding:4px 12px 12px 28px;font-size:12px}.tool-item{padding:10px 12px;gap:8px}.tool-fn{font-size:11px;word-break:break-all}.tool-label{font-size:12px}.memory-item{padding:12px}.memory-preview{font-size:12px}.chat-table-wrapper{margin:12px -4px}}
