:root{color-scheme:light;--paper: #faf8f2;--paper-strong: #fffdfa;--ink: #171512;--muted: #645f58;--soft: #e8dfd2;--line: rgba(23, 21, 18, .12);--clay: #c95834;--moss: #687f55;--blue: #315f76;--violet: #6c5d86;--radius: 8px;--max: 1180px;--shadow: 0 24px 80px rgba(23, 21, 18, .14);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html{background:var(--paper);color:var(--ink);scroll-behavior:smooth}body{margin:0;min-width:320px;background:linear-gradient(90deg,rgba(23,21,18,.04) 1px,transparent 1px),linear-gradient(180deg,rgba(23,21,18,.035) 1px,transparent 1px),var(--paper);background-size:72px 72px;color:var(--ink);font-size:16px;line-height:1.5;text-rendering:optimizeLegibility}body:before{position:fixed;inset:0;z-index:50;pointer-events:none;content:"";opacity:.045;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='.75' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='180' height='180' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E")}a{color:inherit}.wrap{width:min(100% - 40px,var(--max));margin-inline:auto}.site-header{position:sticky;top:0;z-index:20;border-bottom:1px solid rgba(23,21,18,.08);background:#faf8f2db;backdrop-filter:blur(18px)}.site-header .wrap{display:flex;min-height:68px;align-items:center;justify-content:space-between;gap:24px}.brand{display:inline-flex;align-items:center;gap:10px;font-size:1.05rem;font-weight:760;letter-spacing:-.02em;text-decoration:none}.brand-mark{display:grid;width:28px;height:28px;place-items:center;border:1px solid var(--line);border-radius:50%;background:var(--ink);color:var(--paper);font-size:.85rem}.nav{display:flex;align-items:center;gap:22px}.nav a{color:var(--muted);font-size:.92rem;font-weight:620;text-decoration:none}.nav a:hover{color:var(--ink)}.actions{display:flex;align-items:center;gap:10px}.button,.text-link{display:inline-flex;min-height:40px;align-items:center;justify-content:center;border-radius:var(--radius);font-size:.92rem;font-weight:720;text-decoration:none}.button{border:1px solid var(--ink);background:var(--ink);color:var(--paper-strong);padding:0 16px;box-shadow:0 12px 28px #17151229}.button.secondary{border-color:var(--line);background:#fffdfab8;color:var(--ink);box-shadow:none}.text-link{color:var(--muted);padding:0 6px}.hero{position:relative;min-height:min(820px,calc(100vh - 68px));overflow:hidden;border-bottom:1px solid var(--line)}.hero-stage{position:absolute;inset:0;display:grid;align-items:center;justify-items:end;padding:110px 20px 50px}.hero-stage:before{position:absolute;inset:auto 0 0;height:34%;content:"";background:linear-gradient(180deg,transparent,rgba(250,248,242,.94))}.hero-copy{position:relative;z-index:2;max-width:640px;padding-top:92px}.eyebrow{display:inline-flex;align-items:center;gap:8px;margin:0 0 18px;color:var(--blue);font-size:.78rem;font-weight:780;letter-spacing:.08em;text-transform:uppercase}.eyebrow:before{width:26px;height:1px;content:"";background:currentColor}h1,h2,h3,p{margin-top:0}h1{max-width:760px;margin-bottom:24px;font-size:clamp(3.6rem,9vw,7.6rem);line-height:.9;letter-spacing:-.055em}h1 em,h2 em{color:var(--clay);font-style:normal}.hero-sub{max-width:620px;margin-bottom:30px;color:var(--muted);font-size:clamp(1.05rem,2vw,1.32rem)}.hero-actions{display:flex;flex-wrap:wrap;gap:12px}.proof-strip{display:flex;flex-wrap:wrap;gap:10px;margin-top:32px}.proof-strip span{border:1px solid var(--line);border-radius:999px;background:#fffdfab8;padding:7px 11px;color:var(--muted);font-size:.82rem;font-weight:650}.product-console{width:min(68vw,880px);min-height:500px;transform:translate(36%,7%) rotate(-2deg);border:1px solid rgba(23,21,18,.16);border-radius:var(--radius);background:var(--paper-strong);box-shadow:var(--shadow)}.console-top{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);padding:16px 18px}.console-dots{display:flex;gap:6px}.console-dots i{width:9px;height:9px;border-radius:50%;background:var(--soft)}.console-url{color:var(--muted);font-size:.8rem;font-weight:650}.console-body{display:grid;grid-template-columns:190px 1fr;min-height:476px}.console-side{border-right:1px solid var(--line);padding:18px;background:#f3eee5}.console-side strong{display:block;margin-bottom:18px}.console-side span{display:block;margin-bottom:9px;border-radius:6px;padding:8px 10px;color:var(--muted);font-size:.82rem;font-weight:650}.console-side span:first-of-type{background:var(--ink);color:var(--paper-strong)}.console-main{padding:22px}.console-main h2{margin-bottom:6px;font-size:1.2rem}.signal-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:14px;margin-top:18px}.signal-card{min-height:142px;border:1px solid var(--line);border-radius:var(--radius);background:#fffdfa;padding:16px}.signal-card strong{display:block;margin-bottom:10px}.signal-card p{color:var(--muted);font-size:.92rem}.signal-card.wide{grid-column:1 / -1;background:#17201a;color:var(--paper-strong)}.signal-card.wide p{color:#faf8f2c7}.section{padding:96px 0}.section.alt{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#f1ecdf}.section-head{display:flex;align-items:end;justify-content:space-between;gap:32px;margin-bottom:34px}.section-head h2{max-width:760px;margin-bottom:0;font-size:clamp(2.2rem,5vw,4.5rem);line-height:.98;letter-spacing:-.045em}.section-head p{max-width:390px;margin-bottom:6px;color:var(--muted)}.card-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.feature-card{display:flex;min-height:310px;flex-direction:column;justify-content:space-between;border:1px solid var(--line);border-radius:var(--radius);background:#fffdfabd;padding:20px;text-decoration:none;transition:transform .18s ease,box-shadow .18s ease}.feature-card:hover{transform:translateY(-4px);box-shadow:0 22px 45px #1715121a}.feature-card:nth-child(2){background:#eaf0e4}.feature-card:nth-child(3){background:#e7eef1}.feature-card:nth-child(4){background:#eee9f1}.status{display:inline-flex;width:fit-content;border:1px solid rgba(23,21,18,.16);border-radius:999px;padding:4px 8px;color:var(--muted);font-size:.72rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.feature-card h3{margin-bottom:12px;font-size:1.5rem;letter-spacing:-.03em}.feature-card p{color:var(--muted)}.arrow{font-weight:800}.split{display:grid;grid-template-columns:.9fr 1.1fr;gap:56px;align-items:start}.split h2{font-size:clamp(2.4rem,5vw,4.8rem);line-height:.98;letter-spacing:-.05em}.steps{display:grid;gap:12px}.step{display:grid;grid-template-columns:52px 1fr;gap:16px;border:1px solid var(--line);border-radius:var(--radius);background:#fffdfaa8;padding:18px}.step-index{display:grid;width:42px;height:42px;place-items:center;border-radius:50%;background:var(--ink);color:var(--paper-strong);font-weight:800}.step h3{margin-bottom:6px}.step p{margin-bottom:0;color:var(--muted)}.agent-panel{border:1px solid rgba(250,248,242,.18);border-radius:var(--radius);background:#171512;color:var(--paper-strong);padding:26px}.agent-panel pre{overflow-x:auto;margin:20px 0 0;border:1px solid rgba(250,248,242,.16);border-radius:var(--radius);background:#ffffff0d;padding:16px;color:#d8e3cf;font-size:.86rem;line-height:1.55}.page-hero{padding:90px 0 70px;border-bottom:1px solid var(--line)}.page-hero h1{max-width:900px}.feature-detail{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:52px;padding:72px 0}.feature-detail article{max-width:760px}.feature-detail h2{margin-top:34px;font-size:2rem;letter-spacing:-.035em}.feature-detail li{margin-bottom:10px}.aside-box{position:sticky;top:92px;border:1px solid var(--line);border-radius:var(--radius);background:var(--paper-strong);padding:18px}.aside-box dl{margin:0}.aside-box dt{color:var(--muted);font-size:.75rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.aside-box dd{margin:6px 0 16px}.simple-page{max-width:780px;padding:88px 0}.simple-page h1{font-size:clamp(3rem,7vw,6rem)}.simple-page p,.simple-page li{color:var(--muted)}.site-footer{border-top:1px solid var(--line);background:#171512;color:var(--paper-strong);padding:54px 0 34px}.footer-grid{display:grid;grid-template-columns:1.3fr repeat(3,1fr);gap:32px}.site-footer a{color:#faf8f2c7;text-decoration:none}.site-footer a:hover{color:var(--paper-strong)}.site-footer ul{display:grid;gap:8px;margin:0;padding:0;list-style:none}.footer-title{margin-bottom:12px;color:#faf8f28f;font-size:.78rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.footer-bottom{display:flex;justify-content:space-between;gap:20px;margin-top:42px;color:#faf8f28f;font-size:.86rem}@media(max-width:900px){.hero{display:flex;flex-direction:column}.hero>.wrap{order:1}.hero-stage{order:2}.site-header .wrap{flex-wrap:wrap;padding:12px 0}.nav{order:3;width:100%;justify-content:space-between;gap:8px}.hero{min-height:auto}.hero-stage{position:relative;padding-top:28px}.hero-copy{padding-top:58px}.product-console{width:min(100%,1040px);transform:none}.console-body,.signal-grid,.split,.feature-detail{grid-template-columns:1fr}.card-grid{grid-template-columns:repeat(2,1fr)}.section-head{display:block}.footer-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.wrap{width:min(100% - 28px,var(--max))}.actions .text-link,.nav{display:none}.hero-copy{padding-top:42px}h1{font-size:clamp(3.2rem,18vw,4.8rem)}.console-side{display:none}.card-grid,.footer-grid{grid-template-columns:1fr}.footer-bottom{display:block}}
