/* HomeGT — a framework-free, locally hosted prototype. */
:root{--paper:#f8f8f5;--white:#fff;--ink:#192c43;--text:#262d35;--muted:#73787c;--line:#dedfdc;--orange:#eb6515;--orange-dark:#c64c09;--blue:#0854a1;--navy:#112b49;--radius:24px;--max:1280px;--ease:cubic-bezier(.22,1,.36,1)}
*,*::before,*::after{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;color:var(--text);background:var(--paper);font-family:-apple-system,BlinkMacSystemFont,"Helvetica Neue",Arial,sans-serif;-webkit-font-smoothing:antialiased;font-size:16px;line-height:1.5}button,input,select,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{cursor:pointer}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}button{color:inherit}p,h1,h2,h3,h4{margin:0}button{border:0}button:focus-visible,a:focus-visible,summary:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible,[tabindex]:focus-visible{outline:3px solid var(--orange);outline-offset:5px}::selection{background:#f9cbb2;color:var(--ink)}[hidden]{display:none!important}.wrap{width:calc(100% - 96px);max-width:var(--max);margin-inline:auto}.icon-defs{position:absolute;width:0;height:0;overflow:hidden}.icon{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}.skip-link{position:fixed;top:10px;left:10px;z-index:1000;background:var(--ink);color:white;padding:12px 20px;border-radius:8px;transform:translateY(-150%)}.skip-link:focus{transform:translateY(0)}.eyebrow,.mini-label{font-size:10px;font-weight:650;letter-spacing:1.7px;line-height:1.5}.eyebrow{margin-bottom:25px}.section-space{padding-block:112px}h2{font-size:clamp(38px,4.2vw,58px);line-height:1.09;letter-spacing:-2.4px;font-weight:580;color:var(--ink)}.muted-heading{color:#8b8f89}.button{display:inline-flex;align-items:center;justify-content:center;gap:30px;font-size:13px;font-weight:550;padding:17px 24px;border-radius:7px;line-height:1.4;transition:background .25s,transform .25s;min-height:52px}.button .icon{width:18px;height:18px;transition:transform .3s}.button:hover .icon{transform:translate(2px,-2px)}.button-dark{background:var(--ink);color:white}.button-dark:hover{background:#284562;transform:translateY(-2px)}.status-dot{display:inline-block;width:6px;height:6px;background:#64a28f;border-radius:50%;flex-shrink:0}.small-muted{font-size:10px;color:var(--muted)}

/* Navigation */
.site-header{position:sticky;top:0;z-index:60;background:rgba(248,248,245,.92);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);border-bottom:1px solid transparent;transition:border-color .3s}.site-header.scrolled{border-bottom-color:var(--line)}.nav{height:90px;display:flex;align-items:center;gap:40px}.brand{flex-shrink:0}.brand img{width:141px;height:auto}.nav-links{display:flex;gap:30px;margin-inline:auto;font-size:12px;font-weight:500}.nav-links a{position:relative;padding:10px 0;white-space:nowrap}.nav-links a::after{content:"";position:absolute;bottom:4px;left:0;width:100%;height:1px;background:var(--orange);transform:scaleX(0);transform-origin:left;transition:transform .25s}.nav-links a:hover::after{transform:scaleX(1)}.nav-cta{display:flex;align-items:center;gap:27px;font-size:12px;background:#edece7;padding:11px 18px;border-radius:6px;transition:background .25s}.nav-cta:hover{background:#e4e3dc}.nav-cta .icon{width:16px;height:16px}.menu-toggle{display:none;width:42px;height:42px;background:transparent;align-items:center;justify-content:center;flex-direction:column;gap:6px}.menu-toggle span{width:21px;height:1.5px;background:var(--ink);transition:transform .25s}

/* The opening scene */
.hero{padding-top:59px}.hero-eyebrow{display:flex;gap:10px;align-items:center;font-size:10px;font-weight:600;letter-spacing:1.65px}.hero-eyebrow .status-dot{background:var(--orange);box-shadow:0 0 0 4px #eb651510;width:5px;height:5px}.hero-intro{display:grid;grid-template-columns:minmax(0,1fr) 292px;align-items:end;gap:35px;margin:23px 0 49px}.hero h1{font-size:clamp(56px,6.5vw,92px);font-weight:570;letter-spacing:-5.5px;line-height:1.04;color:var(--ink);text-wrap:balance}.hero h1>span{color:var(--orange)}.hero-copy{padding-bottom:4px}.hero-copy p{font-size:15px;line-height:1.65;max-width:300px;color:#666b6e;margin-bottom:23px}.hero-copy .button{padding:14px 18px;gap:22px;min-height:49px}.product-stage{height:535px;border-radius:20px;background:var(--navy);position:relative;overflow:hidden;isolation:isolate;color:white}.stage-lines{position:absolute;width:650px;height:650px;left:-210px;top:50px;color:#7195ae;opacity:.23;transform:rotate(-12deg);pointer-events:none}.stage-lines svg{width:100%;height:100%;stroke-width:1.2}.stage-copy{position:relative;z-index:2;padding:57px 0 0 48px;width:40%}.light-label{color:#a9b9c7;font-size:9px;letter-spacing:1.35px}.stage-copy h2{font-size:43px;color:white;line-height:1.13;letter-spacing:-1.7px;font-weight:500;margin-top:38px}.stage-copy p{font-size:14px;color:#b5c2cf;line-height:1.7;margin-top:19px}.stage-explore{display:flex;align-items:center;gap:18px;font-size:11px;font-weight:500;margin-top:30px;color:#e0e6ea}.stage-explore span{width:27px;height:27px;display:grid;place-items:center;border:1px solid #ffffff38;border-radius:50%;font-size:15px;transition:transform .3s}.stage-explore:hover span{transform:translateY(4px)}.workspace-window{position:absolute;width:67%;max-width:850px;right:-4%;top:48px;color:var(--text);background:#fff;border:5px solid #ffffff21;background-clip:padding-box;border-radius:13px;box-shadow:-20px 18px 70px #050f2138;transform:perspective(1500px) rotateY(-9deg) rotateX(3deg) rotateZ(-1deg);transform-origin:center;transition:transform .9s var(--ease);will-change:transform}.product-stage:hover .workspace-window{transform:perspective(1500px) rotateY(-5deg) rotateX(1deg) rotateZ(-.5deg)}.window-bar{height:41px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #e9e9e7;background:#f9f9f7;border-radius:8px 8px 0 0;padding:0 18px}.window-dots{display:flex;gap:5px}.window-dots i{height:5px;width:5px;background:#d6d8d6;border-radius:50%}.window-bar>span:nth-child(2){font-size:9px;color:#868a90;display:flex;align-items:center;gap:6px}.window-bar .icon{width:10px;height:10px}.window-avatar{width:19px;height:19px;border-radius:50%;display:grid;place-items:center;font-size:6px;background:#dedcd6}.workspace-body{display:flex}.workspace-sidebar{width:57px;flex-shrink:0;border-right:1px solid #efefec;display:flex;align-items:center;flex-direction:column;gap:12px;position:relative;padding-top:18px}.workspace-monogram{font-size:24px;font-weight:700;letter-spacing:-2px;color:var(--ink);margin-bottom:13px}.workspace-monogram span{color:var(--orange)}.sidebar-icon{width:31px;height:31px;display:grid;place-items:center;color:#9ca5ab;border-radius:6px}.sidebar-icon.active{color:var(--orange);background:#fcece3}.sidebar-icon .icon{width:15px;height:15px}.sidebar-bottom{position:absolute;bottom:20px;background:#ecebe6;font-size:8px;border-radius:50%;width:25px;height:25px;display:grid;place-items:center}.workspace-main{padding:25px 27px 23px;min-width:0;flex:1}.dashboard-heading{display:flex;align-items:center;justify-content:space-between}.dashboard-heading h3{font-size:24px;letter-spacing:-.7px;font-weight:550;margin-top:4px}.hello-sun{font-size:19px;color:var(--orange);margin-left:4px}.dashboard-date{font-size:9px;color:#7a8187;background:#f5f5f2;padding:6px 10px;border-radius:5px}.dashboard-tabs{display:flex;gap:20px;border-bottom:1px solid #ececea;margin:20px 0 17px}.dashboard-tabs button{background:none;font-size:10px;padding:0 0 11px;color:#7a8187;position:relative}.dashboard-tabs button[aria-selected=true]{color:var(--ink);font-weight:600}.dashboard-tabs button[aria-selected=true]::after{position:absolute;content:"";height:2px;background:var(--orange);left:0;right:0;bottom:-1px}.dashboard-tabs>span{margin-left:auto;display:flex;align-items:center;gap:5px;color:#738a79;font-size:8px;padding-bottom:11px}.dashboard-tabs .status-dot{width:4px;height:4px}.metrics{display:grid;grid-template-columns:1fr 1fr 1.05fr;gap:10px;margin-bottom:16px}.metrics>div{border:1px solid #ebedeb;border-radius:7px;padding:13px 12px;display:flex;flex-direction:column}.metrics>div>span{font-size:9px;color:#737d84}.metrics strong{font-size:29px;letter-spacing:-1px;font-weight:550;margin-top:3px;color:var(--ink);line-height:1.4}.metric-unit{font-size:8px;letter-spacing:0;font-weight:400;margin-left:7px;color:#899097}.metrics small{font-size:7px;color:#829688;margin-top:3px}.metrics .metric-highlight{background:#f3f3ee;border-color:transparent;justify-content:center;padding:10px 13px}.metric-highlight .icon{color:var(--orange);width:18px;height:18px;margin-bottom:8px}.metrics .metric-highlight>span{font-size:9px;color:#676f72}.metrics .metric-highlight strong{font-size:17px;letter-spacing:-.5px;margin:0}.chart-card{border:1px solid #ebedeb;border-radius:7px;padding:13px 15px 10px}.chart-title{display:flex;justify-content:space-between;align-items:center;font-size:10px}.chart-title strong{font-weight:550}.chart-title>span{font-size:8px;color:#868b90}.chart-title>span>span{margin-left:10px}.bar-chart{height:112px;display:flex;align-items:flex-end;justify-content:space-between;margin-top:12px;gap:18px;background:repeating-linear-gradient(to top,transparent 0px,transparent 26px,#f1f1ee 27px,#f1f1ee 28px);padding:0 10px 18px}.bar-chart>div{height:100%;flex:1;position:relative;display:flex;align-items:flex-end}.bar-chart i{width:100%;height:var(--bar);background:#f3cbb2;border-radius:3px 3px 0 0;transition:height 1s var(--ease);position:relative}.bar-chart>div:nth-child(2n) i{background:#f7e2d4}.bar-chart>div:nth-child(6) i{background:var(--orange)}.bar-chart span{position:absolute;bottom:-16px;width:100%;text-align:center;font-size:7px;color:#8c949b}.dashboard-bottom{display:flex;gap:10px;align-items:center;padding:16px 0 0}.task-check{width:24px;height:24px;display:grid;place-items:center;background:#e9f1e9;color:#6e9674;border-radius:50%;flex-shrink:0}.task-check .icon{width:13px;height:13px}.dashboard-bottom>div{display:flex;flex-direction:column;gap:3px}.dashboard-bottom strong{font-size:9px;font-weight:500}.dashboard-bottom>div>span{font-size:8px;color:#879198}.dashboard-bottom>.icon{margin-left:auto;width:12px;height:12px;color:#8d989d}.floating-ai{position:absolute;display:flex;align-items:center;gap:11px;left:29%;bottom:42px;background:#fff;color:var(--ink);padding:15px 17px;border-radius:10px;box-shadow:0 12px 45px #00142935;z-index:3;animation:float 7s ease-in-out infinite}.ai-symbol{display:grid;place-items:center;background:#fff0e6;color:var(--orange);width:35px;height:35px;border-radius:8px}.ai-symbol .icon{width:21px;height:21px}.floating-ai>div{display:flex;flex-direction:column;gap:4px}.floating-ai strong{font-size:11px;font-weight:600}.floating-ai>div>span{font-size:8px;color:#80898f}.ai-check{border:1px solid #e6ece8;border-radius:50%;color:#7b9f84;width:18px;height:18px;display:grid;place-items:center;margin-left:18px}.ai-check .icon{width:10px;height:10px}.stage-caption{position:absolute;bottom:20px;left:24px;font-size:7px;letter-spacing:1px;color:#a0b1bf}.motion-toggle{position:absolute;right:20px;bottom:17px;background:#ffffff12;border:1px solid #ffffff25;color:white;width:29px;height:29px;display:grid;place-items:center;border-radius:50%;z-index:4;font-size:12px}.motion-toggle:hover{background:#ffffff28}.hero-footnote{display:flex;justify-content:space-between;gap:20px;font-size:10px;color:#70767b;margin-top:18px}.hero-footnote i{font-style:normal;padding-inline:9px;color:#a0a4a4}.clients{padding-top:67px;padding-bottom:71px;text-align:center;border-bottom:1px solid var(--line)}.clients>p{font-size:12px;color:#69716d;margin-bottom:32px}.client-logos{display:flex;justify-content:space-around;align-items:center;gap:45px;max-width:1020px;margin:auto}.client-logos img{max-height:42px;width:auto;max-width:145px;object-fit:contain;filter:grayscale(1);opacity:.57;mix-blend-mode:multiply;transition:filter .3s,opacity .3s}.client-logos img:nth-child(4){max-height:51px}.client-logos img:hover{filter:grayscale(0);opacity:1}

/* Capabilities, illustrated with real HTML. */
.section-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:70px;margin-bottom:52px}.section-heading>p{width:280px;flex-shrink:0;color:#69716d;font-size:14px;line-height:1.8;padding-bottom:3px}.solutions-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.solution-card{border-radius:var(--radius);padding:35px 35px 0;position:relative;overflow:hidden;height:535px}.software-card{background:#eeeFEA}.mobile-card{background:#e9eff4}.card-topline{display:flex;justify-content:space-between;align-items:center;margin-bottom:22px}.card-topline>span:last-child{font-size:10px;color:#9a9fa0}.service-icon .icon{width:24px;height:24px;stroke-width:1.5;color:var(--ink)}.solution-card h3,.integration-card h3{font-size:32px;line-height:1.16;letter-spacing:-1.1px;font-weight:550;color:var(--ink)}.solution-card>p,.integration-text>p:not(.eyebrow){font-size:13px;line-height:1.75;color:#626d6d;margin-top:15px;max-width:345px}.card-link{display:flex;align-items:center;justify-content:space-between;font-size:12px;font-weight:500;position:relative;z-index:3}.card-link .icon{width:17px;height:17px;transition:transform .3s}.card-link:hover .icon{transform:translate(3px,-3px)}.solution-card>.card-link{position:absolute;bottom:0;left:0;right:0;padding:21px 35px;background:#e8e9e3}.mobile-card>.card-link{background:#e1e8ed}.kanban-illustration{position:absolute;top:274px;left:35px;width:calc(100% + 40px);background:#fff;box-shadow:0 8px 35px #182b400c;border:1px solid #dde1db;border-radius:10px;transform:rotate(-3deg);transform-origin:top left;transition:transform .7s var(--ease)}.software-card:hover .kanban-illustration{transform:rotate(-1deg) translateY(-3px)}.kanban-header{height:51px;display:flex;align-items:center;gap:12px;padding:12px 20px;border-bottom:1px solid #eff0ea}.tiny-logo{font-weight:800;font-size:25px;color:var(--ink);letter-spacing:-2px}.tiny-logo>span{color:var(--orange)}.kanban-header strong{font-size:10px;font-weight:500}.three-dots{font-size:22px;margin-left:auto}.kanban-columns{display:grid;grid-template-columns:1fr 1fr 1fr;gap:10px;padding:18px;background:#fafbf9;border-radius:0 0 10px 10px}.kanban-label{font-size:9px;color:#7a8185;display:flex;align-items:center;gap:6px;margin-bottom:9px}.kanban-label b{background:#e9ece6;border-radius:3px;font-size:7px;padding:1px 4px;font-weight:400}.kanban-ticket{background:#fff;border:1px solid #ebede9;border-radius:5px;padding:12px 10px;box-shadow:0 3px 5px #20252003;margin-top:8px}.ticket-tag{font-size:5px;letter-spacing:.3px;background:#fbede1;color:#b17748;display:inline-block;padding:3px 5px;border-radius:2px}.ticket-tag.blue{color:#4681ac;background:#e7f1fa}.ticket-tag.green{color:#71977b;background:#eaf1ea}.kanban-ticket>strong{font-size:9px;display:block;font-weight:550;margin:8px 0 12px}.kanban-ticket>div:not(.ticket-progress){display:flex;align-items:center;justify-content:space-between;gap:8px}.kanban-ticket>div>span{font-size:6px;color:#93999c}.kanban-ticket b{border-radius:50%;display:grid;place-items:center;width:16px;height:16px;font-size:5px;background:#f0ded2;font-weight:500}.ticket-progress{height:3px;background:#f1f2ee;margin-top:14px;border-radius:3px}.ticket-progress i{display:block;width:66%;height:100%;background:#a5b7c5;border-radius:3px}.skeleton{display:block;width:85%;height:5px;background:#eef0eb;border-radius:2px;margin:4px 0 8px}.skeleton.short{width:55%}.phone-scene{position:absolute;inset:252px 0 0;overflow:hidden}.phone{width:198px;height:362px;border:5px solid #263849;border-radius:28px;position:absolute;left:50%;top:15px;background:white;transform:translateX(-38%) rotate(9deg);box-shadow:13px 15px 35px #22334726;transition:transform .7s var(--ease)}.mobile-card:hover .phone{transform:translateX(-38%) rotate(5deg) translateY(-6px)}.phone-notch{position:absolute;top:6px;left:50%;transform:translateX(-50%);width:57px;height:13px;background:#263849;border-radius:15px}.phone-status{font-size:6px;padding:11px 16px;display:flex;justify-content:space-between;font-weight:600}.phone-status>span{font-size:5px}.phone-app{padding:17px 14px}.phone-app>.small-muted{font-size:7px}.phone-app h4{font-size:17px;letter-spacing:-.5px;margin-top:4px;font-weight:550}.phone-banner{background:#153b62;border-radius:9px;padding:14px;color:white;margin-top:14px;display:flex;flex-direction:column}.phone-banner>.icon{width:23px;height:23px;color:#d1b391;margin-bottom:14px}.phone-banner strong{font-size:12px;font-weight:500}.phone-banner>span{font-size:6px;color:#bbcedb;margin-top:3px}.phone-item{display:flex;align-items:center;gap:7px;padding:12px 0;border-bottom:1px solid #eff0ed}.phone-item .task-check{width:20px;height:20px}.phone-item>div{display:flex;flex-direction:column;font-size:8px}.phone-item strong{font-size:8px;font-weight:500}.phone-item>div>span{font-size:6px;color:#8e9697;margin-top:3px}.phone-item>span:last-child{margin-left:auto;font-size:10px}.phone-nav{display:flex;justify-content:space-around;margin-top:16px;color:#adb8bd}.phone-nav .icon{width:15px;height:15px}.phone-nav .icon:first-child{color:var(--blue)}.phone-orbit{position:absolute;left:50%;top:58%;transform:translate(-50%,-50%);border:1px solid #ccd9e2;border-radius:50%;width:310px;height:310px}.orbit-two{width:430px;height:430px}.platform-pill{position:absolute;bottom:96px;left:40px;padding:10px 15px;background:#ffffffed;border-radius:30px;font-size:9px;box-shadow:0 4px 15px #152b4410;transform:rotate(-7deg)}.platform-pill i{font-style:normal;color:#a1a6a9;margin:0 7px}.integration-card{display:grid;grid-template-columns:1fr 1.15fr;grid-column:1/-1;min-height:357px;background:#f1ede6;border-radius:var(--radius);overflow:hidden;align-items:center;padding:36px 40px;gap:40px}.integration-text .eyebrow{font-size:9px;letter-spacing:1.1px;margin-bottom:18px;color:#8b7e6a}.integration-text h3{font-size:31px}.integration-text>p:not(.eyebrow){max-width:350px}.integration-text .card-link{margin-top:25px;justify-content:flex-start;gap:24px}.integration-map{position:relative;height:286px}.connection-lines{position:absolute;inset:0;width:100%;height:100%;fill:none;stroke:#cfbda4;stroke-width:1.5}.connection-lines path{stroke-dasharray:7 5;animation:flow 16s linear infinite}.map-node{position:absolute;width:128px;height:48px;border-radius:8px;background:#fcfbf8;display:flex;align-items:center;justify-content:center;gap:10px;font-size:11px;border:1px solid #e1dcd2;box-shadow:0 8px 20px #65554107}.map-node .icon{width:18px;height:18px;color:#978468}.node-shop{top:42px;left:2%}.node-inventory{top:42px;right:2%}.node-crm{bottom:37px;left:2%}.node-billing{bottom:37px;right:2%}.map-core{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:86px;height:86px;border-radius:23px;display:grid;place-items:center;background:#fff;box-shadow:0 10px 28px #66583c0b,0 0 0 10px #ffffff39;z-index:1}

/* AI is a tangible, explorable part of the page. */
.ai-section{background:#13283e;color:#d6e0e8;overflow:hidden;position:relative}.ai-heading{text-align:center}.ai-heading>.eyebrow{color:#9aabbb}.ai-heading h2{color:#f6f7f8;font-size:clamp(35px,4.35vw,60px);line-height:1.11;letter-spacing:-2.5px}.ai-heading h2>span{color:#ef9c63}.ai-heading>p:last-child{max-width:530px;margin:27px auto 0;font-size:14px;line-height:1.8;color:#a8b8c7}.ai-playground{display:grid;grid-template-columns:.95fr 1fr;margin-top:60px;gap:72px;align-items:center;padding:0 40px}.ai-controls>.mini-label{color:#8a9daf;font-size:9px;margin-bottom:24px}.ai-tabs{display:flex;flex-direction:column;gap:8px}.ai-tabs button{display:flex;align-items:center;text-align:left;background:transparent;color:#9eafbe;border-radius:9px;border:1px solid transparent;padding:20px 15px;gap:15px;transition:background .3s,color .3s,border-color .3s}.ai-tabs button:hover{background:#ffffff04;color:white}.ai-tabs button[aria-selected=true]{background:#ffffff06;border-color:#586a794c;color:#f8fafb}.ai-tab-icon{width:39px;height:39px;border:1px solid #62738745;border-radius:8px;display:grid;place-items:center;flex-shrink:0}.ai-tab-icon .icon{width:19px;height:19px}.ai-tabs button[aria-selected=true] .ai-tab-icon{background:#d9895121;color:#f1ad7c;border-color:#d9895130}.ai-tabs button>span:nth-child(2){display:flex;flex-direction:column;gap:7px}.ai-tabs strong{font-size:13px;font-weight:500}.ai-tabs small{font-size:10px;color:#8c9faf;font-weight:400}.tab-arrow{margin-left:auto;font-size:16px}.ai-grounding{font-size:10px;line-height:1.8;color:#90a3b5;display:flex;gap:10px;margin-top:27px;max-width:370px;padding-left:16px}.ai-grounding .icon{width:15px;height:15px;margin-top:2px}.ai-demo{border:1px solid #ffffff17;background:#1b334b;border-radius:14px;padding:23px;box-shadow:0 15px 60px #03122226;min-height:459px}.demo-top{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:31px}.demo-top>span:first-child{display:flex;gap:7px;align-items:center;font-size:7px;letter-spacing:.8px;font-weight:600}.demo-top .status-dot{width:4px;height:4px;background:#d49161}.demo-label{background:#ffffff08;border:1px solid #ffffff10;border-radius:4px;padding:4px 7px;font-size:7px;color:#abb8c3;white-space:nowrap}.demo-input{background:#253c54;border:1px solid #ffffff12;border-radius:8px;padding:16px;display:flex;gap:12px;align-items:center}.demo-file-icon{display:grid;place-items:center;color:#d9b69d;background:#ffffff06;border:1px solid #ffffff13;border-radius:5px;width:37px;height:43px}.demo-file-icon .icon{width:19px;height:19px}.demo-input>div:last-child{display:flex;flex-direction:column;gap:6px}.demo-input strong{font-size:11px;font-weight:500;color:#f3f5f7}.demo-input span{font-size:9px;color:#92a7ba}.processing-connector{display:flex;flex-direction:column;align-items:center;gap:5px;height:55px;margin-block:7px;color:#e5ad85}.processing-connector>span{height:10px;border-left:1px dashed #63778b}.processing-connector .icon{width:18px;height:18px}.ai-demo.is-running .processing-connector .icon{animation:rotate-spark 2s linear infinite}.demo-output{border:1px solid #91a4b121;border-radius:8px;padding:16px;background:#172e44;min-height:140px}.output-header{display:flex;align-items:center;justify-content:space-between;gap:10px;font-size:10px;margin-bottom:12px}.output-header>span:first-child{color:#e2e8ec}.output-header>span:last-child{color:#a2b7aa;font-size:8px}.demo-placeholder{font-size:10px;line-height:1.65;color:#91a5b8;max-width:310px}.demo-skeleton{display:flex;gap:12px;margin-top:15px}.demo-skeleton i{height:6px;background:#ffffff0b;width:25%;border-radius:3px}.demo-skeleton i:nth-child(2){width:38%}.demo-skeleton i:nth-child(3){width:15%}.ai-demo.is-running .demo-skeleton i{animation:skeleton-pulse 1s ease-in-out infinite alternate}.ai-demo.is-running .demo-skeleton i:nth-child(2){animation-delay:.2s}.button-demo{width:100%;background:#e8b088;color:#1b2b3a;min-height:40px;font-size:11px;margin-top:18px;border-radius:6px;padding:11px 15px;justify-content:space-between}.button-demo:hover{background:#f4c39e}.button-demo:disabled{cursor:wait;opacity:.7}.button-demo .icon{width:15px;height:15px}.demo-disclaimer{font-size:8px;color:#8a9fb2;margin-top:11px;text-align:center;line-height:1.5}.demo-data{display:grid;gap:8px;margin:0}.demo-data>div{display:flex;justify-content:space-between;gap:14px;border-bottom:1px solid #ffffff08;padding-bottom:6px;font-size:10px}.demo-data>div:last-child{border:0;padding:0}.demo-data dt{color:#8fa6bb}.demo-data dd{margin:0;color:#e0e9ee;font-variant-numeric:tabular-nums}.demo-answer{color:#e0e9ee;font-size:11px;line-height:1.6}.demo-source{margin-top:8px;color:#adc1af;font-size:8px}.demo-steps{list-style:none;padding:0;margin:0;display:grid;gap:8px;font-size:10px;color:#d9e6e9}.demo-steps li{display:flex;align-items:center;gap:8px}.demo-steps .icon{width:12px;height:12px;color:#a7c2ad}.ai-contact-link{display:flex;align-items:center;justify-content:center;gap:15px;font-size:12px;color:#cbd5de;margin-top:45px}.ai-contact-link .icon{width:16px;height:16px;color:#e3a171}

/* Company and process */
.about-top{margin-bottom:48px}.about-grid{display:grid;grid-template-columns:1.05fr 1fr;gap:85px;align-items:center}.about-art{height:420px;background:#ede6dc;border-radius:19px;position:relative;overflow:hidden}.about-art-grid{position:absolute;inset:0;opacity:.48;background-image:linear-gradient(#99856818 1px,transparent 1px),linear-gradient(90deg,#99856818 1px,transparent 1px);background-size:38px 38px;mask-image:radial-gradient(ellipse,black,transparent 85%)}.brand-sculpture{position:absolute;top:45%;left:50%;width:260px;height:260px;transform:translate(-50%,-50%) rotate(-18deg)}.brand-sculpture>span{position:absolute;inset:0;border:15px solid #dd7331;border-radius:26%;transform:rotate(45deg);box-shadow:inset 2px 2px 5px #ffe5c891,2px 2px 3px #a74e1880,12px 17px 27px #a3573325;background:transparent}.brand-sculpture>span:nth-child(1){inset:0;transform:translate(-8px,-8px) rotate(45deg);opacity:.18}.brand-sculpture>span:nth-child(2){inset:16px;border-width:14px;border-color:#e88441;transform:translate(-4px,-4px) rotate(45deg);opacity:.5}.brand-sculpture>span:nth-child(3){inset:32px;border-width:15px;border-color:#ef985d;transform:rotate(45deg)}.brand-sculpture>span:nth-child(4){inset:49px;border-width:14px;border-color:#f7ab70;transform:translate(4px,4px) rotate(45deg)}.brand-sculpture>span:nth-child(5){inset:66px;border-width:14px;border-color:#f6bc8c;transform:translate(8px,8px) rotate(45deg)}.about-art:hover .brand-sculpture{transform:translate(-50%,-50%) rotate(-7deg)}.brand-sculpture{transition:transform 1s var(--ease)}.art-coordinate{position:absolute;top:25px;left:27px;font-size:8px;letter-spacing:1px;color:#8d8072}.art-caption{position:absolute;bottom:29px;left:30px;right:30px;display:flex;justify-content:space-between;align-items:flex-end}.art-caption>span:first-child{font-size:8px;letter-spacing:1.3px;line-height:1.7;color:#8b7c69}.art-caption>span:last-child{font-size:24px;font-weight:500;letter-spacing:-1px;color:#968774}.about-statement{font-size:29px;line-height:1.2;letter-spacing:-1px;font-weight:500;display:block;color:var(--ink);margin-bottom:22px}.about-copy>p{color:#69716d;font-size:13px;line-height:1.9;margin-top:15px;max-width:415px}.about-facts{display:grid;grid-template-columns:1fr 1fr;gap:30px;border-top:1px solid var(--line);margin-top:28px;padding-top:24px}.about-facts>div{display:flex;flex-direction:column;gap:7px}.about-facts strong{font-size:38px;font-weight:500;color:var(--ink);letter-spacing:-2px;line-height:1.2}.about-facts strong>span{color:var(--orange);font-weight:400}.about-facts>div>span{font-size:10px;line-height:1.6;color:#8a8e8f}.process-section{background:#eeefea}.process-grid{display:grid;grid-template-columns:1fr 1.04fr;gap:70px;align-items:center}.process-tabs button{padding:24px 0;display:flex;text-align:left;width:100%;gap:20px;border-top:1px solid #d9dcd6;background:transparent;color:#6c7376}.process-tabs button:last-child{border-bottom:1px solid #d9dcd6}.process-tabs button>span:first-child{font-size:10px;padding-top:3px;color:#92998f}.process-tabs strong{font-size:17px;letter-spacing:-.35px;font-weight:500;line-height:1.3;display:block}.process-tabs p{display:none;font-size:12px;line-height:1.8;color:#667163;max-width:340px;margin-top:16px}.process-tabs button[aria-selected=true]{color:var(--ink)}.process-tabs button[aria-selected=true]>span:first-child{color:var(--orange)}.process-tabs button[aria-selected=true] p{display:block;animation:fade-in .4s both}.process-mark{margin-left:auto;font-size:17px;color:#98a09a}.process-tabs button[aria-selected=true] .process-mark{color:var(--orange)}.process-visual{background:#e4e7df;border-radius:17px;padding:30px 31px 22px;position:relative;min-height:410px;overflow:hidden}.process-sheet-tag{font-size:8px;letter-spacing:1.6px;color:#8b9284}.project-sheet{background:#fbfcf9;padding:23px 25px 20px;border-radius:9px;margin-top:22px;box-shadow:0 6px 20px #3e4d3b08;transform:rotate(-2deg)}.sheet-heading{display:flex;align-items:center;gap:8px;font-size:9px;color:#84917d}.sheet-icon .icon{width:14px;height:14px;color:#91a082;display:block}.sheet-date{margin-left:auto;font-size:6px;letter-spacing:.4px;color:#abb4a4}.project-sheet h3{font-size:26px;line-height:1.18;letter-spacing:-.8px;color:#3e533b;font-weight:500;margin:21px 0}.sheet-checklist{display:flex;flex-direction:column;gap:12px}.sheet-checklist>div{font-size:10px;display:flex;align-items:center;gap:12px;color:#75826e}.sheet-checklist>div>span{font-size:7px;display:grid;place-items:center;border:1px solid #dfe5da;width:18px;height:18px;border-radius:4px;color:#7e9072}.sheet-note{font-size:8px;color:#839079;background:#eff2e9;padding:10px;margin-top:20px;border-radius:4px}.sheet-note>span{font-size:11px;margin-right:7px}.process-progress{display:flex;gap:5px;justify-content:center;margin-top:26px}.process-progress>span{width:17px;height:3px;border-radius:3px;background:#c1cabb;transition:width .3s,background .3s}.process-progress>span.active{background:#7f9572;width:35px}.process-caption{font-size:8px;text-align:center;color:#8a9383;margin-top:12px}

/* Questions and contact */
.faq-section{display:grid;grid-template-columns:1fr 1.5fr;gap:85px}.faq-intro h2{font-size:39px;letter-spacing:-1.7px}.faq-intro>p:last-child{font-size:12px;line-height:1.8;color:#69716d;max-width:235px;margin-top:21px}.faq-list details{border-top:1px solid var(--line)}.faq-list details:last-child{border-bottom:1px solid var(--line)}.faq-list summary{list-style:none;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:25px;padding:24px 0;font-size:14px;font-weight:450;color:#455149}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary>span{font-size:19px;color:#8c998e;flex-shrink:0;transition:transform .3s}.faq-list details[open] summary>span{transform:rotate(45deg)}.faq-list details>p{font-size:12px;line-height:1.85;color:#69716d;padding:0 30px 24px 0}.faq-list details[open]>p{animation:fade-in .35s both}.contact-section{background:#f1e7dc}.contact-inner{padding-block:68px 74px}.contact-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:33px}.contact-top .eyebrow{margin:0;font-size:9px;color:#8a7562}.contact-spark{font-size:40px;color:var(--orange);line-height:1}.contact-content{display:grid;grid-template-columns:1fr 330px;gap:65px;align-items:end}.contact-content h2{font-size:clamp(41px,4.45vw,64px);letter-spacing:-2.4px;line-height:1.12}.contact-content h2>span{color:#97765b}.contact-content>div>p{font-size:13px;color:#796b5f;line-height:1.8;margin-bottom:24px}.contact-content .button{font-size:12px;gap:25px}.contact-mail{display:flex;justify-content:space-between;font-size:11px;max-width:260px;margin-top:18px;color:#807365}.site-footer{padding-block:47px 23px}.footer-main{display:flex;align-items:center;gap:50px;padding-bottom:41px}.footer-main>p{font-size:10px;line-height:1.7;color:#8a918d}.footer-main>a:last-child{margin-left:auto;font-size:11px;display:flex;align-items:center;gap:17px}.footer-main>a:last-child .icon{width:16px;height:16px}.footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:20px;padding-top:22px;border-top:1px solid var(--line);font-size:8px;color:#939b94}.footer-bottom>a{color:#677267}.guatemala-mark{color:#78a4ba;margin-left:5px;font-size:10px;letter-spacing:-2px}.brief-dialog{width:min(560px,calc(100% - 32px));max-height:calc(100dvh - 48px);border:1px solid #eceee8;border-radius:18px;background:var(--paper);color:var(--text);padding:40px;box-shadow:0 20px 100px #122d453b;overscroll-behavior:contain}.brief-dialog::backdrop{background:#10203299;backdrop-filter:blur(7px)}.brief-dialog[open]{animation:dialog-in .3s var(--ease)}.dialog-close{position:absolute;right:16px;top:12px;background:transparent;color:#849083;font-size:26px;width:33px;height:33px;border-radius:50%}.dialog-close:hover{background:#e7eae3}.brief-dialog .eyebrow{font-size:8px;letter-spacing:1px;margin-bottom:13px}.brief-dialog h2{font-size:33px;line-height:1.1;letter-spacing:-1.4px}.dialog-intro{font-size:12px;color:#7a857a;line-height:1.7;margin:16px 0 25px}.brief-dialog label{display:flex;flex-direction:column;font-size:11px;color:#526051;gap:8px;margin-top:17px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.brief-dialog input,.brief-dialog select,.brief-dialog textarea{width:100%;min-width:0;border:1px solid #d9dfd4;border-radius:5px;padding:11px;font-size:12px;background:#fff;color:#354333}.brief-dialog textarea{resize:vertical;min-height:94px}.brief-dialog input::placeholder,.brief-dialog textarea::placeholder{color:#9ba396}.form-note{font-size:10px;color:#828d7d;line-height:1.6;margin:17px 0}.brief-dialog .button{width:100%;font-size:12px}.result-icon{color:#6b8460;background:#e4ecdf;width:40px;height:40px;border-radius:50%;display:grid;place-items:center;margin-bottom:25px}.email-preview{white-space:pre-wrap;font-size:12px;line-height:1.7;color:#66715f;background:#edf0e8;border:1px solid #dee5d7;border-radius:8px;padding:18px;max-height:220px;overflow:auto;margin-bottom:20px;overflow-wrap:anywhere}.result-actions{display:flex;justify-content:space-between;margin-top:18px}.text-button{font-size:11px;color:#697861;background:transparent;padding:5px 0}.text-button:hover{text-decoration:underline}.copy-status{font-size:10px;color:#6d8263;min-height:15px;margin-top:9px}body.dialog-open{overflow:hidden}

/* Motion is progressive enhancement; the page remains visible without JS. */
@keyframes float{0%,100%{transform:translateY(0)}50%{transform:translateY(-9px)}}@keyframes flow{to{stroke-dashoffset:-120}}@keyframes rotate-spark{to{transform:rotate(180deg)}}@keyframes skeleton-pulse{to{opacity:.3}}@keyframes fade-in{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes dialog-in{from{opacity:0;transform:translateY(10px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.reveal.is-pending{opacity:0;transform:translateY(26px)}.reveal{transition:opacity .85s var(--ease),transform .85s var(--ease)}.motion-paused *,.motion-paused *::before,.motion-paused *::after{animation-play-state:paused!important}.motion-paused .workspace-window,.motion-paused .brand-sculpture{transition:none}.motion-paused .reveal{transition:none;opacity:1;transform:none}

/* Tablet */
@media(min-width:1450px){.hero-intro{grid-template-columns:minmax(0,1fr) 320px;gap:50px}.hero-copy p{font-size:16px}.product-stage{height:570px}.workspace-window{top:48px;right:-1%;width:65%}.workspace-main{padding:28px 32px}.bar-chart{height:140px}.stage-copy{padding-top:60px}.stage-copy h2{font-size:47px}.floating-ai{bottom:45px}.stage-copy p{font-size:15px}}
@media(max-width:1100px){.wrap{width:calc(100% - 64px)}.nav{gap:25px}.nav-links{gap:19px;font-size:11px}.brand img{width:124px}.hero-intro{grid-template-columns:1fr 258px;gap:30px}.hero h1{font-size:6.25vw;letter-spacing:-3.9px}.hero-copy p{font-size:13px}.hero-copy .button{font-size:11px;padding:13px 15px;gap:18px}.product-stage{height:488px}.stage-copy{padding-left:32px;padding-top:43px;width:37%}.stage-copy h2{font-size:34px;margin-top:32px}.stage-copy p{font-size:12px}.stage-explore{font-size:10px;gap:10px}.stage-lines{left:-250px}.workspace-window{width:68%;top:44px;right:-6%}.workspace-main{padding:21px}.metrics{gap:7px}.metrics>div{padding:10px}.metrics .metric-highlight{padding:9px}.metrics .metric-highlight strong{font-size:15px}.metrics strong{font-size:26px}.floating-ai{left:23%;bottom:36px}.stage-caption{font-size:6px}.section-heading{gap:50px}.section-heading>p{width:250px;font-size:13px}.solution-card{padding:30px 29px 0;height:520px}.solution-card h3{font-size:29px}.solution-card>p{font-size:12px}.kanban-illustration{left:28px;top:265px}.solution-card>.card-link{padding-inline:29px}.ai-playground{padding:0;gap:35px}.ai-tabs button{padding:19px 12px;gap:12px}.ai-tabs strong{font-size:12px}.ai-tabs small{font-size:9px}.ai-demo{padding:20px}.about-grid{gap:50px}.about-art{height:400px}.about-copy>p{font-size:12px}.process-grid{gap:40px}.process-tabs strong{font-size:15px}.process-visual{padding-inline:25px}.project-sheet{padding:22px 20px}.project-sheet h3{font-size:24px}.contact-content{grid-template-columns:1fr 290px;gap:40px}.contact-content h2{font-size:4.5vw}.faq-section{gap:45px}.faq-intro h2{font-size:36px}.footer-main{gap:35px}.footer-bottom{font-size:7px}.client-logos{gap:35px}.client-logos img{max-width:128px}.integration-card{gap:20px;padding-inline:32px}.integration-card h3{font-size:29px}.map-node{width:110px;font-size:10px}.map-core{width:76px;height:76px}}

/* Mobile */
@media(max-width:800px){html{scroll-padding-top:82px}.wrap{width:calc(100% - 40px)}.section-space{padding-block:75px}.nav{height:75px;gap:16px}.brand img{width:125px}.nav-cta{margin-left:auto;gap:12px;font-size:11px;padding:10px 14px}.nav-links{display:none;position:absolute;top:75px;left:0;right:0;background:var(--paper);border-bottom:1px solid var(--line);padding:12px 24px 24px;box-shadow:0 12px 22px #26392b0b;margin:0;flex-direction:column;gap:3px;font-size:15px}.nav-links.is-open{display:flex}.nav-links a{padding:14px 0}.menu-toggle{display:flex}.menu-toggle[aria-expanded=true] span:first-child{transform:translateY(3.75px) rotate(45deg)}.menu-toggle[aria-expanded=true] span:last-child{transform:translateY(-3.75px) rotate(-45deg)}.hero{padding-top:33px}.hero-eyebrow{font-size:8px;letter-spacing:1.3px;gap:9px}.hero-intro{grid-template-columns:1fr;gap:25px;margin:20px 0 31px}.hero h1{font-size:clamp(45px,9.7vw,75px);letter-spacing:-3px;line-height:1.02}.hero-copy{display:flex;align-items:center;gap:30px;justify-content:space-between}.hero-copy p{font-size:13px;line-height:1.7;max-width:340px;margin:0}.hero-copy .button{flex-shrink:0;gap:15px;min-height:46px}.product-stage{height:690px;border-radius:15px}.stage-copy{padding:29px;width:100%;max-width:none;display:block}.stage-copy h2{font-size:32px;margin-top:20px;letter-spacing:-1.3px}.stage-copy>p{position:absolute;right:29px;top:87px;font-size:12px;margin:0}.stage-explore{margin-top:18px;font-size:10px}.light-label{font-size:8px}.stage-lines{width:800px;height:800px;left:-80px;top:180px}.workspace-window{top:265px;width:88%;max-width:650px;right:0;transform:perspective(1500px) rotateY(-8deg) rotateX(2deg) rotateZ(-2deg)}.workspace-main{padding:18px 23px}.workspace-sidebar{width:49px}.dashboard-heading h3{font-size:23px}.dashboard-tabs{margin:16px 0}.bar-chart{height:100px;gap:16px}.metrics strong{font-size:26px}.chart-card{padding-block:11px}.dashboard-bottom{padding-top:13px}.floating-ai{left:25px;bottom:42px;padding:12px 15px}.floating-ai strong{font-size:10px}.floating-ai>div>span{font-size:7px}.stage-caption{left:21px;bottom:17px;font-size:6px;letter-spacing:.7px}.motion-toggle{right:15px;bottom:13px}.hero-footnote{font-size:8px;margin-top:13px}.hero-footnote>span:last-child{display:none}.clients{padding-top:47px;padding-bottom:43px}.clients>p{font-size:10px;max-width:300px;margin-inline:auto;margin-bottom:26px}.client-logos{gap:28px;flex-wrap:wrap;justify-content:center}.client-logos img{max-width:100px;max-height:27px}.client-logos img:nth-child(4){max-height:38px}.section-heading{display:block;margin-bottom:33px}.section-heading>p{width:auto;max-width:420px;font-size:13px;margin-top:23px;line-height:1.7}.eyebrow{font-size:8px;letter-spacing:1.3px;margin-bottom:19px}h2{font-size:40px;letter-spacing:-1.8px}.solutions-grid{gap:18px}.solution-card{height:500px;padding:25px 24px 0}.solution-card h3{font-size:26px;letter-spacing:-.9px}.card-topline{margin-bottom:18px}.service-icon .icon{width:22px}.solution-card>p{font-size:11px;line-height:1.75}.solution-card>.card-link{padding:18px 24px;font-size:10px}.kanban-illustration{top:269px;left:24px;width:500px}.kanban-header{padding-left:15px;height:45px}.phone-scene{inset:265px 0 0}.phone{width:185px}.phone-orbit{width:250px;height:250px}.orbit-two{width:360px;height:360px}.platform-pill{left:14px;bottom:70px;font-size:7px}.integration-card{grid-template-columns:1fr;padding:29px;gap:15px}.integration-card h3{font-size:28px}.integration-text>p:not(.eyebrow){font-size:12px;max-width:440px}.integration-text .eyebrow{font-size:8px}.integration-map{height:250px;max-width:520px;width:100%;margin:auto}.map-node{width:120px;height:44px}.node-shop,.node-inventory{top:34px}.node-crm,.node-billing{bottom:30px}.map-core{width:75px;height:75px;border-radius:19px}.ai-heading h2{font-size:40px;letter-spacing:-1.6px}.ai-heading>p:last-child{font-size:13px;max-width:460px}.ai-playground{grid-template-columns:1fr;gap:28px;max-width:580px;margin:40px auto 0}.ai-controls>.mini-label{font-size:8px;margin-bottom:14px}.ai-tabs{gap:4px}.ai-tabs button{padding:15px 12px}.ai-tabs strong{font-size:12px}.ai-tabs small{font-size:10px}.ai-grounding{margin-top:16px;max-width:none;font-size:10px;padding-left:0}.ai-demo{padding:24px;min-height:435px}.demo-top>span:first-child{font-size:7px}.demo-label{font-size:7px}.demo-input strong{font-size:12px}.demo-input span{font-size:10px}.output-header{font-size:11px}.demo-output{min-height:135px}.demo-placeholder{font-size:11px;max-width:none}.demo-data>div,.demo-steps,.demo-answer{font-size:11px}.demo-disclaimer{font-size:8px}.button-demo{font-size:12px;min-height:43px}.ai-contact-link{font-size:11px;gap:12px;margin-top:32px}.about-grid{grid-template-columns:1fr;gap:35px}.about-top{margin-bottom:33px}.about-art{height:340px}.brand-sculpture{width:240px;height:240px;top:43%}.about-copy{max-width:520px}.about-statement{font-size:29px}.about-copy>p{font-size:13px;max-width:none}.about-facts{padding-top:23px;gap:35px}.about-facts strong{font-size:38px}.about-facts>div>span{font-size:11px}.process-grid{grid-template-columns:1fr;gap:28px}.process-tabs strong{font-size:17px}.process-tabs button{padding:21px 0}.process-tabs p{max-width:520px;font-size:12px}.process-visual{padding:27px;min-height:390px}.project-sheet{max-width:470px;margin-inline:auto;padding:25px}.project-sheet h3{font-size:28px}.sheet-checklist>div{font-size:11px}.sheet-note{font-size:9px}.faq-section{grid-template-columns:1fr;gap:28px}.faq-intro h2{font-size:35px}.faq-intro>p:last-child{max-width:340px}.faq-list summary{font-size:13px;padding-block:22px}.faq-list details>p{font-size:12px}.contact-inner{padding-block:45px 50px}.contact-top{margin-bottom:27px}.contact-top .eyebrow{font-size:8px;max-width:220px;line-height:1.8}.contact-spark{font-size:34px}.contact-content{grid-template-columns:1fr;gap:29px}.contact-content h2{font-size:44px;letter-spacing:-2px}.contact-content>div>p{font-size:13px;margin-bottom:21px}.contact-content .button{font-size:12px;min-height:51px}.contact-mail{font-size:11px;max-width:263px}.site-footer{padding-block:36px 22px}.footer-main{gap:23px;flex-wrap:wrap;padding-bottom:30px}.footer-main>p{margin-left:auto;font-size:9px}.footer-main>a:last-child{margin-left:0;font-size:11px;flex-basis:100%;margin-top:3px}.footer-bottom{display:grid;gap:13px;font-size:8px}.footer-bottom>a{grid-column:1;grid-row:3;margin-top:3px}.brief-dialog{padding:35px 26px}.brief-dialog h2{font-size:29px}}
@media(max-width:540px){.hero h1{font-size:10.5vw;letter-spacing:-2.5px}.hero-copy{display:block}.hero-copy p{font-size:13px;max-width:315px}.hero-copy .button{font-size:11px;margin-top:20px;padding:13px 19px;gap:27px}.product-stage{height:601px}.stage-copy{padding:25px}.stage-copy h2{font-size:clamp(25px,7.6vw,31px);margin-top:21px}.stage-copy>p{display:none}.stage-explore{margin-top:19px}.stage-lines{left:-210px;top:140px}.workspace-window{width:490px;right:-185px;top:232px;transform:perspective(1400px) rotateY(-7deg) rotateX(3deg) rotateZ(-2deg)}.workspace-main{padding:17px 20px 19px}.workspace-sidebar{width:43px;gap:7px}.workspace-monogram{font-size:20px;margin-bottom:8px}.sidebar-icon{width:28px;height:28px}.window-bar{height:31px;padding-inline:13px}.dashboard-heading h3{font-size:21px}.dashboard-tabs{margin:14px 0 12px}.metrics{gap:7px;margin-bottom:12px}.metrics>div{padding:9px}.metrics strong{font-size:22px}.metrics>div>span{font-size:8px}.metrics small{font-size:6px}.metric-unit{font-size:6px;margin-left:3px}.metrics .metric-highlight strong{font-size:13px}.metrics .metric-highlight>span{font-size:8px}.metric-highlight .icon{width:14px;height:14px;margin-bottom:6px}.chart-card{padding:10px 11px 9px}.bar-chart{height:85px;gap:12px;margin-top:10px}.chart-title{font-size:9px}.floating-ai{left:18px;bottom:48px;max-width:calc(100% - 36px);padding:12px 13px;gap:8px}.floating-ai>div>span{font-size:6.5px}.floating-ai strong{font-size:9px}.ai-symbol{width:30px;height:30px}.ai-symbol .icon{width:18px;height:18px}.ai-check{margin-left:2px}.hero-footnote{font-size:8px}.clients>p{font-size:10px;max-width:265px}.client-logos{column-gap:33px;row-gap:26px}.client-logos img{max-width:91px;max-height:25px}.client-logos img:nth-child(4){max-height:33px}.solutions-grid{grid-template-columns:1fr}.solution-card{height:508px;padding:27px 27px 0}.solution-card h3{font-size:30px}.solution-card>p{font-size:12px;max-width:310px}.solution-card>.card-link{font-size:11px;padding-inline:27px}.kanban-illustration{top:274px;left:27px}.phone-scene{inset:253px 0 0}.phone{width:194px;top:15px}.platform-pill{font-size:8px;left:20px;bottom:90px}.integration-card{padding:27px 24px 18px}.integration-card h3{font-size:28px}.integration-map{height:231px}.map-node{width:105px;font-size:9px;gap:8px;height:42px}.map-node .icon{width:16px;height:16px}.node-shop,.node-inventory{top:28px}.node-crm,.node-billing{bottom:24px}.node-shop,.node-crm{left:0}.node-inventory,.node-billing{right:0}.map-core{width:64px;height:64px;border-radius:16px;box-shadow:0 5px 20px #66583c0b,0 0 0 6px #ffffff39}.map-core img{width:34px;height:34px}.ai-heading{text-align:left}.ai-heading>.eyebrow{font-size:7px;letter-spacing:1px}.ai-heading h2{font-size:34px;letter-spacing:-1.5px;line-height:1.13}.ai-heading h2>span{display:block;margin-top:7px}.ai-heading>p:last-child{font-size:12px;margin-top:24px}.ai-playground{margin-top:34px}.ai-tabs button{gap:10px;padding:15px 10px}.ai-tabs strong{font-size:11px}.ai-tabs small{font-size:9px}.ai-tab-icon{width:33px;height:35px;border-radius:7px}.tab-arrow{font-size:14px}.ai-grounding{font-size:9px;max-width:310px}.ai-demo{padding:18px;min-height:430px}.demo-top{gap:4px;margin-bottom:24px}.demo-top>span:first-child{font-size:6px;letter-spacing:.6px;gap:5px}.demo-label{font-size:6px;padding:4px 5px}.demo-input{padding:12px;gap:9px}.demo-input strong{font-size:11px}.demo-input span{font-size:8px;line-height:1.5}.demo-file-icon{width:31px;height:37px;flex-shrink:0}.demo-output{padding:13px}.output-header{font-size:10px;gap:4px}.output-header>span:last-child{font-size:7px}.demo-placeholder{font-size:10px}.demo-disclaimer{font-size:7px;margin-top:13px}.ai-contact-link{font-size:10px;justify-content:flex-start;gap:10px}.ai-contact-link .icon{width:14px;height:14px}.about-art{height:328px}.about-statement{font-size:28px}.about-copy>p{font-size:12px}.art-caption{left:25px;right:25px}.art-caption>span:first-child{font-size:7px}.process-tabs strong{font-size:15px}.process-tabs button{gap:15px}.process-tabs p{font-size:11px}.process-visual{padding:23px 19px;min-height:385px}.project-sheet{padding:21px 17px}.project-sheet h3{font-size:25px}.sheet-heading{font-size:8px}.sheet-date{font-size:5px}.sheet-checklist>div{font-size:9px;gap:8px}.sheet-note{font-size:7px;padding:9px}.process-caption{font-size:7px}.faq-list summary{font-size:12px;gap:14px}.faq-intro h2{font-size:35px}.contact-content h2{font-size:39px;letter-spacing:-1.7px}.contact-content h2>span{display:block}.contact-content>div>p{font-size:12px}.footer-main>p{font-size:8px}.footer-main .brand img{width:113px}.form-grid{grid-template-columns:1fr;gap:0}.brief-dialog{padding:35px 23px}.brief-dialog h2{font-size:28px}.brief-dialog input,.brief-dialog select,.brief-dialog textarea{font-size:16px}.form-note{font-size:9px}.email-preview{font-size:11px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.reveal.is-pending{opacity:1;transform:none}}
@media print{.site-header,.motion-toggle,.menu-toggle,.brief-dialog,.hero-copy .button,.ai-contact-link{display:none}.wrap{width:100%}.section-space{padding:35px 0}.reveal{opacity:1!important;transform:none!important}.product-stage,.ai-section,.solution-card,.integration-card,.contact-section,.about-art{print-color-adjust:exact;-webkit-print-color-adjust:exact}.product-stage{break-inside:avoid}.site-footer{break-inside:avoid}body{background:white}}

/* Keep the navigation usable on narrow phones without horizontal scrolling. */
@media(max-width:380px){.nav{gap:10px}.nav .brand img{width:108px}.nav-cta{font-size:10px;padding:10px 12px;gap:10px}.menu-toggle{width:34px;min-width:34px;flex-shrink:0}.ai-tabs strong{font-size:10px}.ai-tabs small{font-size:8px}}
