:root{--font-serif:"Playfair Display", serif;--font-sans:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-mono:"SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace;--color-text:#111;--color-text-secondary:#444;--color-text-muted:#767676;--color-bg:#dad9d9;--color-bg-dark:#0a0a0a;--color-border:#e0e0e0;--color-border-light:#c2c2c2}*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}html{touch-action:manipulation;scroll-behavior:smooth}body{font-family:var(--font-sans);background-color:#e1e1e1;margin:0;min-height:100vh;color:var(--color-text);overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--grid-offset-y:0px}body::before{content:"";position:fixed;top:0;left:0;width:100%;height:100%;z-index:-2;background-image:radial-gradient( circle at 50% 50%,#e6e7ed 0%,rgba(230,231,237,0) 100% ),linear-gradient(to right,#cecfd6 1.5px,transparent 1.5px),linear-gradient(to bottom,#cecfd6 1.5px,transparent 1.5px),linear-gradient(to right,#d4d4d8 1px,transparent 1px),linear-gradient(to bottom,#d4d4d8 1px,transparent 1px);background-size:auto,100px 100px,100px 100px,20px 20px,20px 20px;background-position:50%,0 var(--grid-offset-y),0 var(--grid-offset-y),0 var(--grid-offset-y),0 var(--grid-offset-y);background-color:#e6e7ed}body::after{content:"";position:fixed;top:-50%;left:-50%;width:200%;height:200%;z-index:-1;filter:url(#grain);opacity:.14;pointer-events:none;animation:grain-shift .5s steps(2)infinite}@keyframes grain-shift{0%{transform:translate(0,0)}50%{transform:translate(-2%,-1%)}100%{transform:translate(1%,2%)}}a{color:inherit;text-decoration:none}.skip-link{position:absolute;top:-100%;left:1rem;padding:.75rem 1.5rem;background:var(--color-text);color:var(--color-bg);font-family:var(--font-sans);font-size:.88rem;font-weight:500;z-index:200;transition:top .2s}.skip-link:focus{top:1rem}:focus-visible{outline:2px solid var(--color-text);outline-offset:2px}.cta-form input[type=email]:focus-visible{outline:none;box-shadow:inset 0 0 0 1px var(--color-text)}.cta-form button:focus-visible{outline:2px solid var(--color-text);outline-offset:3px}nav{position:fixed;top:0;left:0;right:0;z-index:100;display:flex;justify-content:space-between;align-items:center;padding:1.1rem 8vw;padding-top:max(1.1rem,env(safe-area-inset-top));background:rgba(225,225,225,.85);box-shadow:0 1px rgba(0,0,0,6%);backdrop-filter:blur(22px);-webkit-backdrop-filter:blur(14px)}.nav-logo{display:flex;align-items:center;gap:5px;font-family:var(--font-serif);font-size:1.2rem;font-weight:500;letter-spacing:.03em}.nav-logo-img{width:2.6rem;height:2.6rem;object-fit:contain;margin:-.6rem 0}.nav-right{display:flex;align-items:center;gap:1.5rem}.nav-link{font-size:.72rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:var(--color-text-muted);transition:color .25s}.nav-link:hover{color:var(--color-text)}.nav-github{display:flex;align-items:center;gap:.4rem;font-size:.78rem;font-weight:500;color:var(--color-text-muted);transition:color .25s}.nav-github:hover{color:var(--color-text)}.gh-stars{font-family:var(--font-sans);font-size:.72rem;font-weight:600;letter-spacing:.02em}.nav-cta{font-size:.72rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase;padding:.55rem 1.4rem;border:1px solid var(--color-text);transition:background .25s,color .25s;cursor:pointer;display:inline-block}.nav-cta:hover{background:var(--color-text);color:var(--color-bg)}@keyframes hero-reveal{from{opacity:0;transform:scale(1.04)}to{opacity:1;transform:scale(1)}}@keyframes hero-fade{from{opacity:0}to{opacity:1}}@keyframes pulse-dot{0%,100%{r:3.5;opacity:.65}50%{r:5;opacity:1}}@keyframes draw-line{from{stroke-dashoffset:1}to{stroke-dashoffset:0}}@keyframes fade-graph{from{opacity:0}to{opacity:1}}.reveal{opacity:0;transform:translateY(36px);transition:opacity .9s cubic-bezier(.22,1,.36,1),transform .9s cubic-bezier(.22,1,.36,1)}.reveal.in-view{opacity:1;transform:translateY(0)}.reveal-d1{transition-delay:.1s}.reveal-d2{transition-delay:.2s}.reveal-d3{transition-delay:.3s}.hero{min-height:80vh;min-height:80dvh;display:flex;flex-direction:column;justify-content:center;padding:22rem 8vw 3rem;position:relative}.hero-content{position:relative;z-index:1;text-align:center}.hero-anim{display:block;width:clamp(100px,15vw,160px);height:auto;margin:0 auto 1.5rem;pointer-events:none}.hero-label{font-family:var(--font-sans);font-size:.82rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:var(--color-text-muted);margin-bottom:1.5rem}.hero-title{font-family:var(--font-serif);font-size:clamp(3rem,8vw,5.5rem);text-align:center;font-weight:900;line-height:1.1;letter-spacing:-.03em;color:var(--color-text)}.hero-title-light{color:var(--color-text-secondary)}.hero-sub{font-family:var(--font-serif);font-size:clamp(1.1rem,1.6vw,1.35rem);color:var(--color-text-secondary);text-align:center;margin-top:2rem;line-height:1.6;font-weight:400}.hero-install{display:inline-flex;align-items:center;gap:0;margin-top:2.5rem;background:rgba(0,0,0,4%);border:1px solid var(--color-border-light);border-radius:6px;overflow:hidden}.hero-cmd{background-color:#e1e1e1;font-family:var(--font-mono);font-size:.88rem;padding:.65rem 1rem;color:var(--color-text-secondary);letter-spacing:.01em;user-select:all}.hero-copy{display:flex;align-items:center;justify-content:center;padding:.65rem .75rem;border:none;border-left:1px solid var(--color-border-light);background:0 0;color:var(--color-text-muted);cursor:pointer;transition:color .2s,background .2s}.hero-copy:hover{color:var(--color-text);background:rgba(0,0,0,4%)}.hero-actions{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:1.8rem}.hero-btn{display:inline-flex;align-items:center;gap:.5rem;font-family:var(--font-sans);font-size:.82rem;font-weight:500;letter-spacing:.06em;text-transform:uppercase;padding:.7rem 1.6rem;border:1px solid var(--color-text);transition:background .25s,color .25s;cursor:pointer}.hero-btn-primary{background:var(--color-text);color:var(--color-bg)}.hero-btn-primary:hover{background:var(--color-text-secondary);border-color:var(--color-text-secondary)}.hero-btn-secondary{background-color:#e1e1e1;color:var(--color-text)}.hero-btn-secondary:hover{background:var(--color-text);color:var(--color-bg)}.hero-meta{display:flex;align-items:center;justify-content:center;gap:.6rem;margin-top:1.8rem;font-size:.82rem;color:var(--color-text-muted)}.hero-meta+.hero-meta{margin-top:.4rem}.hero-version{font-family:var(--font-mono);font-weight:500;letter-spacing:.03em}.hero-meta-sep{opacity:.4}.hero-meta-link{color:var(--color-text-secondary);text-decoration:underline;text-decoration-color:rgba(0,0,0,.2);text-underline-offset:3px;transition:color .2s,text-decoration-color .2s}.hero-meta-link:hover{color:var(--color-text);text-decoration-color:var(--color-text)}.pipeline-section{min-height:200vh;padding:0 8vw;position:relative}.hero-flow{position:sticky;top:50%;transform:translateY(-50%);margin:0}.pipe-stage{opacity:0;transition:opacity .15s ease-out}.scroll-dot{fill:#555}.pipe-stepper{display:none}.hero-pipeline{height:auto;display:block;margin:0 auto}.pipe-line{stroke:#bbb;stroke-width:1.2;fill:none;stroke-dasharray:6 4;animation:flow-dash 1.5s linear infinite}svg .pipe-line-task{stroke:#aaa;stroke-width:.8;stroke-dasharray:3 2}@keyframes flow-dash{to{stroke-dashoffset:-10}}.pipe-node rect{fill:rgba(218,218,218,.92);stroke:silver;stroke-width:1;animation:node-pulse 12s ease-in-out infinite}.pipe-node text{font-family:var(--font-mono);font-size:13px;fill:#666;text-anchor:middle}.pipe-src text,.pipe-out text{font-size:12px}.pipe-check{font-size:16px;fill:#5a9a6a;font-weight:700}.pipe-artifact-text{font-family:var(--font-mono);font-size:10px;fill:#777}.pipe-step-plan>rect{fill:rgba(215,215,215,.88)!important;stroke:#aaa!important;stroke-width:1;stroke-dasharray:4 2}.pipe-plan-label{font-family:var(--font-mono);font-size:10px;fill:#999;text-anchor:middle}.pipe-task rect{fill:rgba(218,218,218,.92);stroke:#bbb;stroke-width:.8}.pipe-task text{font-family:var(--font-mono);font-size:10px;fill:#777;text-anchor:middle}.pipe-dep-label{font-family:var(--font-sans)}.pipe-task-shadow{fill:rgba(215,215,215,.85);stroke:#ccc;stroke-width:.6}.pipe-src rect{animation-delay:0s}.pipe-src-2 rect{animation-delay:.15s}.pipe-src-3 rect{animation-delay:.3s}.pipe-step-1 rect{animation-delay:1.2s}.pipe-step-2 rect{animation-delay:2.5s}.pipe-step-plan>rect{animation:none}.pipe-task-1 rect{animation-delay:4s}.pipe-task-2 rect{animation-delay:4.2s}.pipe-task-3 rect{animation-delay:5.5s}.pipe-step-3 rect{animation-delay:6.5s}.pipe-out-1 rect{animation-delay:7.5s}.pipe-out-2 rect{animation-delay:7.65s}.pipe-out-3 rect{animation-delay:7.8s}@keyframes node-pulse{0%,8%,100%{fill:rgba(218,218,218,.92);stroke:silver}4%{fill:rgba(210,210,210,.95);stroke:#999}}@media(prefers-reduced-motion:reduce){.pipe-line,.pipe-node rect{animation:none}.scroll-dot{display:none}body::after{animation:none}.pipe-stage,.scroll-dot{opacity:1!important;transition:none}}.hero-graph{position:absolute;top:5%;right:3vw;width:clamp(240px,32vw,480px);height:auto;animation:fade-graph 1.4s ease-out .3s both;z-index:0}.hero-graph .edge{stroke-dasharray:1;stroke-dashoffset:1;animation:draw-line 1.6s ease-out forwards}.hero-graph .edge-1{animation-delay:.5s}.hero-graph .edge-2{animation-delay:.7s}.hero-graph .edge-3{animation-delay:.85s}.hero-graph .edge-4{animation-delay:1s}.hero-graph .edge-5{animation-delay:1.15s}.hero-graph .edge-6{animation-delay:1.35s}.hero-graph .edge-7{animation-delay:1.5s}.hero-graph .nd{animation:pulse-dot 4s ease-in-out infinite}.hero-graph .nd:nth-child(2){animation-delay:.6s}.hero-graph .nd:nth-child(3){animation-delay:1.2s}.hero-graph .nd:nth-child(4){animation-delay:1.8s}.section-label{font-size:.62rem;font-weight:600;letter-spacing:.22em;text-transform:uppercase;color:var(--color-text-muted);margin-bottom:2rem}.manifesto{padding:5rem 8vw 2rem;position:relative}.manifesto-block{max-width:600px}.manifesto-block.right{margin-left:auto}.manifesto-block.left{margin-right:auto}.manifesto h2{font-family:var(--font-serif);font-size:clamp(2rem,3.5vw,3rem);font-weight:700;line-height:1.18;margin-bottom:1.5rem}.manifesto p{font-family:var(--font-sans);font-size:1.1rem;line-height:1.9;margin-bottom:.9rem;color:#333}.manifesto-punch{font-family:var(--font-serif);font-size:clamp(1.15rem,1.6vw,1.4rem);font-weight:700;line-height:1.4;margin-top:1.5rem;color:var(--color-text)}.examples{background:var(--color-bg-dark);color:#999;position:relative;padding:7rem 8vw 8rem;overflow:hidden}.examples .section-label{color:#999}.examples-header{margin-bottom:4rem}.examples-header h2{font-family:var(--font-serif);font-size:clamp(2rem,3vw,5.6rem);font-weight:700;color:#e0e0e0;line-height:1.2;margin-bottom:1rem}.examples-header p{font-size:.95rem;line-height:1.75;color:#999;max-width:580px}.example-file{font-family:var(--font-mono);font-size:.78rem;color:#777;letter-spacing:.03em;flex-shrink:0;background:#161616;display:inline-block;padding:.4rem 1rem;border:1px solid #1e1e1e;border-bottom:none;border-radius:4px 4px 0 0;margin-bottom:0}.examples pre.shiki{background:#000!important;border:1px solid #1e1e1e;border-radius:0 4px 4px 4px;margin:0;flex:1;min-height:0;overflow-y:auto;overflow-x:auto;padding:1.2rem 1.2rem 1.2rem 0;white-space:pre-wrap;word-wrap:break-word}.examples pre.shiki code{font-family:var(--font-mono);font-size:.88rem;line-height:1.75;counter-reset:line;white-space:normal}.examples pre.shiki code .line{display:block;padding-left:3.5rem;white-space:pre-wrap}.examples pre.shiki code .line::before{counter-increment:line;content:counter(line);display:inline-block;width:2.5rem;margin-left:-3.5rem;margin-right:1rem;text-align:right;color:#555;user-select:none;-webkit-user-select:none}.examples pre::-webkit-scrollbar{width:4px;height:4px}.examples pre::-webkit-scrollbar-track{background:0 0}.examples pre::-webkit-scrollbar-thumb{background:#333;border-radius:2px}.examples .g-corner{position:absolute;pointer-events:none;width:30px;height:30px}.examples .g-corner-tl{top:3rem;left:5vw;border-top:1.5px solid #222;border-left:1.5px solid #222}.examples .g-corner-br{bottom:3rem;right:5vw;border-bottom:1.5px solid #222;border-right:1.5px solid #222}.examples-inline-link{color:#ccc;text-decoration:underline;text-decoration-color:#444;text-underline-offset:3px;transition:color .25s,text-decoration-color .25s}.examples-inline-link:hover{color:#fff;text-decoration-color:#888}a.example-file{transition:color .2s}a.example-file:hover{color:#aaa}.example-preamble{display:flex;align-items:baseline;gap:1.2rem;margin-bottom:3.5rem;padding:1.2rem 1.4rem;background:rgba(255,255,255,2%);border:1px solid #1e1e1e;border-radius:4px}.example-preamble .example-file{flex-shrink:0;border:none;background:0 0;padding:0;border-radius:0;margin:0}.example-preamble-body{font-size:.88rem;line-height:1.7;color:#777}.example-preamble-body code{font-family:var(--font-mono);font-size:.8rem;color:#aaa;background:rgba(255,255,255,4%);padding:.1em .35em;border-radius:3px}.example-step{display:grid;grid-template-columns:1fr 1.1fr;gap:3rem;align-items:start;margin-bottom:4.5rem}.example-step-text{padding-top:.5rem}.example-step-num{font-family:var(--font-serif);font-size:1.6rem;font-weight:400;color:#444;line-height:1;margin-bottom:.8rem}.example-step-text h3{font-family:var(--font-serif);font-size:1.5rem;font-weight:700;color:#e0e0e0;margin-bottom:.8rem}.example-step-text p{font-size:.95rem;line-height:1.85;color:#888;max-width:420px}.example-step-text code{font-family:var(--font-mono);font-size:.84rem;color:#aaa;background:rgba(255,255,255,4%);padding:.1em .35em;border-radius:3px}.example-step-cmd{font-family:var(--font-mono);font-size:.78rem;color:#555;margin-top:1.2rem;letter-spacing:.02em}.example-step-code{min-width:0}.example-step-code pre.shiki{max-height:340px}.examples-cta{margin-top:2rem;padding:2.5rem 0;border-top:1px solid #1e1e1e}.examples-cta h3{font-family:var(--font-serif);font-size:1.4rem;font-weight:700;color:#e0e0e0;margin-bottom:.6rem}.examples-cta>p{font-size:.92rem;line-height:1.75;color:#777;max-width:540px;margin-bottom:1.2rem}.examples-cta-projects{display:flex;flex-wrap:wrap;align-items:center;gap:.6rem;margin-bottom:1.5rem}.examples-cta-project{font-family:var(--font-sans);font-size:.85rem;font-weight:500;color:#bbb;transition:color .25s}a.examples-cta-project:hover{color:#fff}.examples-cta-lang{font-family:var(--font-mono);font-size:.72rem;color:#666;margin-left:.2rem}.examples-cta-sep{color:#333;font-size:.85rem}.examples-cta-link{display:inline-block;font-size:.82rem;font-weight:500;letter-spacing:.04em;color:#999;transition:color .25s}.examples-cta-link:hover{color:#e0e0e0}.workflow{padding:8rem 8vw 6rem;position:relative}.workflow-header{margin-bottom:5rem}.workflow-header h2{font-family:var(--font-serif);font-size:clamp(2rem,3.5vw,3rem);font-weight:700;line-height:1.2}.workflow-steps{position:relative;padding-left:100px}.workflow-steps::before{content:"";position:absolute;left:40px;top:0;bottom:0;width:1px;background:linear-gradient(to bottom,#ccc 0%,#ccc 85%,transparent 100%)}.workflow-step{margin-bottom:5rem;position:relative}.step-num{position:absolute;left:-100px;top:-.1rem;font-family:var(--font-serif);font-size:clamp(2.5rem,4vw,3.8rem);font-weight:400;color:#bbb;line-height:1;width:80px;text-align:center}.step-body h3{font-family:var(--font-sans);font-size:1.5rem;font-weight:700;margin-bottom:.8rem}.step-body p{font-size:1rem;line-height:1.9;color:var(--color-text-secondary);max-width:520px}.step-cmd{font-family:var(--font-mono);font-size:.8 8rem;color:var(--color-text-muted);margin-top:.8rem}.mid-cta{padding:2rem 8vw 4rem;text-align:center}.mid-cta p{font-size:.92rem;color:var(--color-text-muted)}.mid-cta a{color:var(--color-text);font-weight:500;transition:border-color .25s}.mid-cta a:hover{border-color:var(--color-text)}.capabilities{padding:8rem 8vw}.capabilities-header{margin-bottom:4rem}.capabilities-header h2{font-family:var(--font-serif);font-size:clamp(3rem,3.5vw,4rem);font-weight:700;margin-bottom:1.2rem}.capabilities-header p{font-size:1.02rem;line-height:1.9;color:#333;max-width:620px}.capabilities-grid{display:grid;grid-template-columns:1fr 1fr;gap:3.5rem 6rem}.capability-num{font-family:var(--font-serif);font-size:2rem;font-weight:400;color:#adadad;line-height:1;margin-bottom:.6rem}.capability h4{font-family:var(--font-serif);font-size:1.6rem;font-weight:700;margin-bottom:.5rem}.capability p{font-size:1rem;line-height:1.85;color:#555}.audience{padding:8rem 8vw}.audience-grid{display:grid;grid-template-columns:1fr 1px 1fr;gap:0 5rem;align-items:start}.audience-block h3{font-family:var(--font-serif);font-size:1.6rem;font-weight:700;margin-bottom:1rem}.audience-block p{font-size:.98rem;line-height:1.85;color:var(--color-text-secondary)}.cta-section{padding:10rem 8vw;text-align:center;position:relative}.cta-section h2{font-family:var(--font-serif);font-size:clamp(1.8rem,3.5vw,3rem);font-weight:700;margin-bottom:.8rem}.cta-sub{font-size:1rem;color:var(--color-text-muted);margin-bottom:2.5rem}.cta-form{display:inline-flex;max-width:420px;width:100%}.cta-form input[type=email]{flex:1;padding:.85rem 1.2rem;border:1px solid var(--color-text);border-right:none;font-family:var(--font-sans);font-size:.88rem;outline:none;background:var(--color-bg);transition:border-color .25s,box-shadow .25s}.cta-form input[type=email]:focus{border-color:var(--color-text)}.cta-form input[type=email]::placeholder{color:#999}.cta-form button{padding:.85rem 1.8rem;background:var(--color-text);color:var(--color-bg);border:1px solid var(--color-text);font-family:var(--font-sans);font-size:.72rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;cursor:pointer;transition:background .25s,color .25s;white-space:nowrap}.cta-form button:hover{background:var(--color-bg);color:var(--color-text)}.cta-form button:disabled{opacity:.6;cursor:default;pointer-events:none}.cta-success{font-size:.95rem;color:var(--color-text-secondary);margin-top:.5rem}.cta-github{display:inline-block;margin-top:1.5rem;font-size:.85rem;color:var(--color-text-muted);transition:color .25s,border-color .25s}.cta-github:hover{color:var(--color-text);border-color:var(--color-text)}.cta-frame{position:absolute;pointer-events:none;width:44px;height:44px}.cta-frame.tl{top:5rem;left:14vw}.cta-frame.tr{top:5rem;right:14vw}.cta-frame.bl{bottom:5rem;left:14vw}.cta-frame.br{bottom:5rem;right:14vw}footer{padding:2.5rem 8vw;display:flex;justify-content:space-between;align-items:center}.footer-logo{font-family:var(--font-serif);font-size:1rem;font-weight:700}.footer-copy{font-size:.72rem;color:var(--color-text-muted);letter-spacing:.05em;margin-top:.25rem}.footer-links{display:flex;gap:1.5rem}.footer-links a{font-size:.78rem;color:var(--color-text-muted);letter-spacing:.04em;transition:color .25s}.footer-links a:hover{color:var(--color-text)}@media(max-width:900px){.hero-graph,.cta-frame,.g-corner{display:none}.hero{padding:7rem 6vw 3rem}.manifesto{padding:4rem 6vw 2rem}.manifesto-block.right,.manifesto-block.left{max-width:100%;margin:0}.workflow{padding:6rem 6vw 4rem}.workflow-steps{padding-left:70px}.workflow-steps::before{left:26px}.step-num{left:-70px;width:52px;font-size:2rem}.capabilities{padding:6rem 6vw}.capabilities-grid{grid-template-columns:1fr;gap:2.5rem}.audience{padding:6rem 6vw}.audience-grid{grid-template-columns:1fr;gap:3rem}.audience-divider{display:none}.cta-section{padding:7rem 6vw}.sep{padding:3rem 6vw}.examples{padding:5rem 6vw 6rem}.example-step{grid-template-columns:1fr;gap:1.5rem}.example-preamble{flex-direction:column;gap:.6rem}}@media(max-width:600px){nav{padding:.85rem 5vw;flex-direction:column;gap:.5rem;text-align:center}.nav-logo{font-size:1.05rem;justify-content:center}.nav-right{gap:1.2rem;justify-content:center}.hero-title{font-size:clamp(2.2rem,10vw,3.5rem)}.hero-flow{display:none}.pipe-stepper{display:flex;flex-direction:column;gap:0;list-style:none;padding:0;margin:0 auto;max-width:280px;overflow:visible}.pipe-stepper-item{position:relative;padding:.9rem 0 .9rem 2rem;border-left:none;overflow:visible}.pipe-stepper-item::after{content:"";position:absolute;left:-1px;top:calc(1.15rem + 3.5px);bottom:calc(-1.15rem - 3.5px);width:1.5px;background:silver}.pipe-stepper-item:last-child::after{display:none}.pipe-stepper-item::before{content:"";position:absolute;left:-4px;top:1.15rem;width:7px;height:7px;border-radius:50%;background:#bbb;border:1.5px solid #999;z-index:1}.pipe-stepper-label{display:block;font-family:var(--font-mono);font-size:.82rem;font-weight:500;color:var(--color-text)}.pipe-stepper-desc{display:block;font-size:.72rem;color:var(--color-text-muted);margin-top:.15rem}.pipeline-section{min-height:auto;padding:3rem 6vw}.hero-flow{position:static;transform:none}.pipe-stage{opacity:1!important}.step-num{font-size:1.8rem;left:-60px;width:40px}.workflow-steps{padding-left:60px}.workflow-steps::before{left:20px}.cta-form{flex-direction:column}.cta-form input[type=email]{border-right:1px solid var(--color-text);border-bottom:none}.cta-form button{width:100%}footer{flex-direction:column;gap:1.5rem;text-align:center}.footer-links{justify-content:center}.examples pre.shiki code{font-size:.72rem}}