:root { --paper:#f4f1e8; --ink:#18221b; --muted:#667067; --orange:#e8522e; --orange-ink:#b9381d; --lime:#c8f169; --line:rgba(24,34,27,.16); --dark:#152019; }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { margin:0; color:var(--ink); background:var(--paper); font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif; -webkit-font-smoothing:antialiased; }
a { color:inherit; }
code { font-family:"SFMono-Regular",Consolas,"Liberation Mono",monospace; }
.wrap { width:min(1180px,calc(100% - 48px)); margin-inline:auto; }
.skip-link { position:absolute; left:-999px; top:10px; background:white; padding:10px; z-index:10; }
.skip-link:focus { left:10px; }
.nav { height:86px; display:flex; align-items:center; border-bottom:1px solid var(--line); position:relative; z-index:2; }
.brand { display:flex; gap:10px; align-items:center; font-weight:700; font-size:20px; text-decoration:none; letter-spacing:-.04em; }
.brand svg { width:38px; fill:none; stroke:currentColor; stroke-width:2.7; }
.nav nav { display:flex; gap:34px; margin-left:auto; margin-right:36px; font-size:14px; }
.nav nav a, footer a { text-decoration:none; }
.nav nav a:hover, footer a:hover { color:var(--orange); }
.nav-cta,.secondary-button { text-decoration:none; border:1px solid var(--ink); padding:11px 18px; font-weight:600; font-size:14px; }
.nav-cta { background:var(--ink); color:var(--paper); }
.hero { padding-top:86px; text-align:center; overflow:hidden; }
.eyebrow,.kicker { text-transform:uppercase; letter-spacing:.15em; font-size:11px; font-weight:700; }
.eyebrow { display:flex; align-items:center; justify-content:center; gap:9px; }
.eyebrow span { width:7px; height:7px; border-radius:50%; background:var(--orange); }
h1 { font-size:clamp(64px,9vw,128px); letter-spacing:-.075em; line-height:.84; margin:42px 0 34px; font-weight:600; }
h1 em { color:var(--orange); font-style:normal; }
.lede { width:min(630px,100%); margin:0 auto; color:var(--muted); font-size:20px; line-height:1.6; }
.hero-actions { display:flex; justify-content:center; gap:12px; margin-top:36px; }
.install-command { display:flex; align-items:center; background:var(--ink); color:#fff; padding-left:20px; min-width:340px; }
.install-command code { font-size:13px; }
.copy { margin-left:auto; border:0; border-left:1px solid rgba(255,255,255,.18); background:transparent; color:inherit; padding:14px 16px; cursor:pointer; font:600 11px Inter,ui-sans-serif,system-ui,sans-serif; text-transform:uppercase; letter-spacing:.08em; }
.copy:hover { background:rgba(255,255,255,.08); }
.secondary-button { display:flex; align-items:center; }
.loop-visual { position:relative; height:290px; margin:56px auto 22px; width:min(1100px,110%); left:50%; transform:translateX(-50%); }
.loop-visual svg { width:100%; height:100%; overflow:visible; }
.track,.runner { fill:none; stroke:var(--ink); stroke-width:1.4; vector-effect:non-scaling-stroke; }
.track { opacity:.35; }
.runner { stroke:var(--orange); stroke-width:4; stroke-linecap:round; stroke-dasharray:.11 .89; animation:run 7s linear infinite; }
@keyframes run { to { stroke-dashoffset:-1; } }
.loop-label { position:absolute; background:var(--paper); border:1px solid var(--line); padding:8px 12px; font:500 10px ui-monospace,monospace; text-transform:uppercase; letter-spacing:.1em; }
.label-one { left:7%; top:39%; }.label-two { left:34%; top:8%; }.label-three { right:29%; bottom:7%; }.label-four { right:5%; top:39%; background:var(--lime); }
.proof-strip { border-block:1px solid var(--line); }
.proof-inner { min-height:76px; display:flex; align-items:center; justify-content:space-between; gap:20px; }
.proof-inner span { color:var(--muted); font-size:12px; }.proof-inner strong { font-size:14px; }.proof-inner i { width:3px; height:3px; border-radius:50%; background:var(--orange); }
.demo-section { padding-block:130px 30px; }
.demo-heading { display:grid; grid-template-columns:1.4fr .6fr; gap:70px; align-items:end; margin-bottom:55px; }
.demo-heading .kicker { margin:0 0 20px; }
.demo-heading p:last-child { color:var(--muted); line-height:1.75; margin:0 0 5px; }
.demo-frame { position:relative; margin:0; padding:14px; border:1px solid var(--line); background:rgba(255,255,255,.36); box-shadow:0 30px 80px rgba(24,34,27,.12); overflow:hidden; }
.demo-frame img { position:relative; display:block; width:100%; height:auto; border:1px solid rgba(24,34,27,.22); }
.demo-glow { position:absolute; width:45%; aspect-ratio:1; background:var(--lime); opacity:.22; filter:blur(90px); top:-35%; right:-5%; }
.demo-frame figcaption { display:flex; gap:26px; padding:17px 6px 3px; color:var(--muted); font-size:11px; text-transform:uppercase; letter-spacing:.08em; }
.demo-frame figcaption span:first-child { color:var(--ink); margin-right:auto; }.demo-frame figcaption i { display:inline-block; width:7px; height:7px; border-radius:50%; background:#7faf28; margin-right:7px; }
.section { padding-block:130px; }
.section-heading { display:grid; grid-template-columns:1fr 2fr; gap:40px; align-items:start; margin-bottom:68px; }
.kicker { color:var(--orange-ink); margin:9px 0 0; }
h2 { font-size:clamp(42px,5vw,72px); line-height:1.02; letter-spacing:-.055em; margin:0; font-weight:600; }
.section-heading>p:last-child { grid-column:2; color:var(--muted); font-size:17px; line-height:1.7; width:min(600px,100%); margin:0; }
.steps { display:grid; grid-template-columns:repeat(3,1fr); border-top:1px solid var(--ink); }
.steps article { padding:30px 28px 0 0; min-height:290px; border-right:1px solid var(--line); }
.steps article+article { padding-left:28px; }.steps article:last-child { border:0; }
.steps article>span { font:500 11px ui-monospace,monospace; color:var(--orange-ink); }
.steps h3 { font-size:21px; letter-spacing:-.03em; margin:48px 0 14px; }
.steps p { color:var(--muted); line-height:1.65; font-size:14px; min-height:70px; }
.steps code { display:inline-block; margin-top:14px; padding:7px 9px; background:rgba(24,34,27,.06); font-size:11px; }
.control-section { background:var(--dark); color:#f5f3eb; padding-block:130px; }
.control-section .kicker { color:var(--lime); }
.control-grid { display:grid; grid-template-columns:.9fr 1.1fr; gap:100px; align-items:center; }
.control-copy { color:#aab4ac; line-height:1.7; width:min(500px,100%); margin:28px 0 35px; }
.feature-list { list-style:none; padding:0; margin:0; display:grid; gap:13px; font-size:14px; }.feature-list li::before { content:""; display:inline-block; width:6px; height:6px; border-radius:50%; background:var(--lime); margin-right:11px; }.feature-list code { color:var(--lime); }
.control-cards { border-top:1px solid #415047; }
.control-cards article { display:grid; grid-template-columns:55px 1fr; gap:14px; padding:26px 0; border-bottom:1px solid #344238; }
.control-cards article>span { color:var(--lime); font:11px ui-monospace,monospace; padding-top:5px; }
.control-cards h3 { font-size:17px; margin:0 0 7px; }.control-cards p { color:#9eaaa1; line-height:1.6; margin:0; font-size:13px; }.control-cards code { color:var(--lime); }
.quickstart .section-heading { grid-template-columns:1fr 2fr; }.section-heading.narrow { margin-bottom:55px; }
.command-list { border-top:1px solid var(--ink); }.command-list>div { display:grid; grid-template-columns:70px 1fr auto; align-items:center; min-height:100px; border-bottom:1px solid var(--line); }.command-list>div>span { font:11px ui-monospace,monospace; color:var(--orange-ink); }.command-list p { display:flex; gap:45px; align-items:center; margin:0; }.command-list small { color:var(--muted); width:160px; }.command-list code { font-size:14px; }.command-list .copy { border:1px solid var(--line); color:var(--ink); }
.final-cta { background:var(--orange); color:#181b18; text-align:center; padding:100px 0; }.final-cta svg { width:70px; fill:none; stroke:currentColor; stroke-width:2.5; margin-bottom:28px; }.final-cta h2 { font-size:clamp(56px,8vw,100px); }.final-cta p { margin:22px 0 35px; }.final-cta a { display:inline-block; background:var(--ink); color:white; text-decoration:none; padding:15px 22px; font-weight:600; font-size:13px; }.final-cta a span { margin-left:18px; }
footer { min-height:110px; display:flex; align-items:center; gap:30px; font-size:12px; }footer p { color:var(--muted); margin:auto; }footer div { display:flex; gap:25px; }
@media (max-width:800px) { .wrap{width:min(100% - 32px,1180px)}.nav{height:70px}.nav nav{display:none}.nav-cta{margin-left:auto}.hero{padding-top:65px}.hero h1{font-size:clamp(46px,12vw,60px);line-height:.92}.lede{font-size:17px}.hero-actions{flex-direction:column;align-items:stretch}.install-command{min-width:0;justify-content:space-between}.secondary-button{justify-content:center}.loop-visual{height:210px;margin-top:40px}.proof-inner{flex-wrap:wrap;justify-content:center;padding-block:18px}.proof-inner span{width:100%;text-align:center}.demo-section{padding-block:85px 10px}.demo-heading{display:block}.demo-heading h2{margin-bottom:25px}.demo-frame{padding:7px}.demo-frame figcaption{gap:12px;flex-wrap:wrap}.demo-frame figcaption span:first-child{width:100%;margin:0}.section{padding-block:85px}.section-heading,.quickstart .section-heading{display:block}.section-heading h2{margin:15px 0 22px}.section-heading>p:last-child{margin:0}.steps{display:block}.steps article,.steps article+article{border-right:0;border-bottom:1px solid var(--line);padding:28px 0;min-height:0}.steps h3{margin-top:25px}.steps p{min-height:0}.control-section{padding-block:85px}.control-grid{grid-template-columns:1fr;gap:60px}.command-list>div{grid-template-columns:40px 1fr auto;padding-block:15px}.command-list p{display:block}.command-list small{display:block;margin-bottom:7px}.command-list code{font-size:11px}.command-list .copy{padding:11px 8px}footer{flex-wrap:wrap;padding-block:30px}footer p{order:3;width:100%;margin:0}.label-two,.label-three{display:none} }
@media (prefers-reduced-motion:reduce) { html{scroll-behavior:auto}.runner{animation:none} }
