:root{--black:#000;--white:#fff;--graphite:#212121;--steel:#595a5a;--middle:#7f7f7f;--quiet:#ababab;--silver:#d1d1d1;--mist:#e8e8e8;--teal:#48bfb1;--blue:#283b8f;--midnight:#101538;--sand:#d8ad7f;--moss:#9ead74;--taupe:#847b69;--font:"Montserrat", Arial, sans-serif;--radius-control:12px;--radius-surface:16px;--shell:1280px;--page-gutter:clamp(20px, 4vw, 64px);--section-space:clamp(88px, 11vw, 176px);--ease-out:cubic-bezier(.22, 1, .36, 1)}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth;background:var(--white);color:var(--graphite);font-family:var(--font);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility}body{background:var(--white);min-width:320px;margin:0}body,button,input,textarea{font-family:var(--font)}img,svg{display:block}img{max-width:100%}button,input,textarea,summary{font:inherit}a{color:inherit}h1,h2,h3,p{margin-top:0}h1,h2,h3{text-wrap:balance}p{text-wrap:pretty}:focus-visible{outline-offset:4px;outline:2px solid}::selection{color:var(--black);background:#48bfb157}.shell{width:min(var(--shell), calc(100% - (var(--page-gutter) * 2)));margin-inline:auto}.section{padding-block:var(--section-space);position:relative}.section--light{background:var(--white)}.visually-hidden{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.button{border-radius:var(--radius-control);letter-spacing:.02em;cursor:pointer;min-height:48px;transition:background-color .18s var(--ease-out), color .18s var(--ease-out), border-color .18s var(--ease-out), transform .18s var(--ease-out);border:1px solid #0000;justify-content:center;align-items:center;gap:12px;padding:13px 20px;font-size:.8125rem;font-weight:700;line-height:1.2;text-decoration:none;display:inline-flex}.button:hover{transform:translateY(-1px)}.button:active{transform:translateY(0)}.button:focus-visible{outline:2px solid var(--black);outline-offset:2px;box-shadow:0 0 0 5px var(--white)}.button svg,.text-link svg{fill:none;stroke:currentColor;stroke-width:1.6px;stroke-linecap:round;stroke-linejoin:round;width:18px;height:18px}.button--light{border-color:var(--white);background:var(--white);color:var(--black)}.button--light:hover{background:var(--mist);border-color:var(--mist)}.button--dark{border-color:var(--black);background:var(--black);color:var(--white)}.button--dark:hover{background:var(--graphite);border-color:var(--graphite)}.text-link{color:var(--graphite);align-items:center;gap:10px;padding-block:8px;font-size:.875rem;font-weight:600;text-decoration:none;display:inline-flex}.text-link:hover{text-underline-offset:5px;text-decoration:underline}.text-link--light{color:#ffffffd1}.hero{isolation:isolate;background:linear-gradient(115deg, #000000fa, #101538ed), var(--midnight);min-height:100svh;color:var(--white);padding-bottom:clamp(56px,7vw,100px);position:relative;overflow:hidden}.hero:after{z-index:-2;content:"";pointer-events:none;background:linear-gradient(#0000 66%,#00000047);position:absolute;inset:0}.hero-ambient{z-index:-3;aspect-ratio:1;filter:blur(92px);opacity:.64;pointer-events:none;border-radius:50%;width:min(760px,70vw);position:absolute}.hero:not(.is-ambient-visible) .hero-ambient{animation-play-state:paused}.hero-ambient--teal{background:#48bfb1bf;animation:3.5s ease-in-out infinite alternate hero-ambient-teal;top:-32%;right:28%}.hero-ambient--blue{background:#283b8fe0;animation:4.25s ease-in-out infinite alternate hero-ambient-blue;bottom:-36%;right:-18%}.hero-ambient--sand{background:#d8ad7f94;animation:3.875s ease-in-out infinite alternate hero-ambient-sand;top:2%;right:-25%}@keyframes hero-ambient-teal{0%{transform:translate(0,0)scale(1)}to{transform:translate(7%,5%)scale(1.08)}}@keyframes hero-ambient-blue{0%{transform:translate(0,0)scale(1)}to{transform:translate(-6%,-7%)scale(1.1)}}@keyframes hero-ambient-sand{0%{transform:translate(0,0)scale(1)}to{transform:translate(-8%,6%)scale(1.06)}}.site-header{border-bottom:1px solid #ffffff1f;grid-template-columns:1fr auto 1fr;align-items:center;gap:32px;padding-block:26px;display:grid}.brand{align-items:center;width:max-content;display:inline-flex}.brand img{width:126px;height:auto}.desktop-nav{align-items:center;gap:clamp(20px,3vw,42px);display:flex}.desktop-nav a{color:#ffffffad;transition:color .18s var(--ease-out);padding-block:9px;font-size:.78rem;font-weight:500;text-decoration:none}.desktop-nav a:hover{color:var(--white)}.button--header{justify-self:end;min-height:42px;padding:10px 16px}.mobile-nav{display:none}.hero-copy{padding-top:clamp(76px,10vw,148px)}.hero-copy h1{letter-spacing:-.04em;max-width:15ch;margin-bottom:28px;font-size:clamp(3rem,6.2vw,6rem);font-weight:400;line-height:.98}.hero-copy>p{color:#ffffffb8;max-width:66ch;margin-bottom:34px;font-size:clamp(1rem,1.35vw,1.2rem);line-height:1.65}.hero-actions{flex-wrap:wrap;align-items:center;gap:20px;display:flex}.operating-layer{grid-template-columns:minmax(280px,1fr) minmax(64px,.4fr) auto minmax(64px,.4fr) minmax(280px,1fr);align-items:center;gap:clamp(10px,1.5vw,24px);margin-top:clamp(84px,10vw,148px);display:grid}@media (width>=900px){.hero{padding-bottom:56px}.hero-copy{padding-top:clamp(52px,5.5vw,80px)}.hero-copy h1{max-width:17ch;font-size:clamp(3.5rem,5.2vw,4.75rem)}.operating-layer{margin-top:clamp(52px,5vw,72px)}}.system-panel{border-radius:var(--radius-surface);background:#00000029;border:1px solid #fff3;min-width:0;padding:22px}.system-panel--customer{border-color:#48bfb175}.system-panel--operator{border-color:#6782ea7a}.system-role{align-items:center;gap:12px;margin-bottom:28px;display:flex}.role-icon{width:36px;height:36px;color:var(--teal);border:1px solid;border-radius:50%;flex:0 0 36px;place-items:center;display:grid}.system-panel--operator .role-icon{color:#7891ed}.role-icon svg{fill:none;stroke:currentColor;stroke-width:1.45px;stroke-linecap:round;stroke-linejoin:round;width:20px;height:20px}.system-role div{gap:4px;display:grid}.system-role strong{font-size:.95rem;font-weight:600}.system-role span{color:#ffffff8f;font-size:.72rem}.mini-flow{grid-template-columns:repeat(3,1fr);gap:10px;margin:0;padding:0;list-style:none;display:grid}.mini-flow li{color:#ffffffb3;justify-items:center;gap:8px;font-size:.65rem;display:grid;position:relative}.mini-flow li:not(:last-child):after{content:"";background:#ffffff38;width:calc(100% - 40px);height:1px;position:absolute;top:18px;left:calc(50% + 24px)}.mini-flow svg{fill:none;stroke:currentColor;stroke-width:1.35px;stroke-linecap:round;stroke-linejoin:round;border:1px solid #ffffff3d;border-radius:50%;width:38px;height:38px;padding:9px}.system-connector{align-content:center;gap:4px;min-width:0;display:grid}.system-connector span{color:#ffffff7a;text-align:center;font-size:.58rem}.system-connector svg{width:100%;height:24px;overflow:visible}.connector-base,.connector-live{fill:none;stroke-width:1.2px}.connector-base{stroke:#fff3;stroke-dasharray:3 5}.connector-live{stroke:var(--teal);stroke-dasharray:24 116;stroke-linecap:round;animation:connection-travel 4.4s var(--ease-out) infinite}.connector-live--delay{stroke:#7891ed;animation-delay:1.1s}.equipment-node{justify-items:center;gap:12px;display:grid}.equipment-label{color:#ffffffad;font-size:.76rem;font-weight:600}.equipment-rings{aspect-ratio:1;place-items:center;width:clamp(112px,10vw,148px);display:grid;position:relative}.equipment-rings span{border:1px solid #ffffff2e;border-radius:50%;position:absolute;inset:0}.equipment-rings span:nth-child(2){border-color:#d8ad7f57;inset:16%}.equipment-rings span:nth-child(3){animation:equipment-breathe 4.4s var(--ease-out) infinite alternate;border-color:#48bfb1ad;inset:32%;box-shadow:0 0 30px #48bfb124}.equipment-rings svg{z-index:1;fill:none;width:34px;height:34px;stroke:var(--white);stroke-width:1.35px;stroke-linecap:round;stroke-linejoin:round;position:relative}.equipment-node p{color:#ffffff7a;margin:0;font-size:.58rem}@keyframes connection-travel{0%{stroke-dashoffset:140px}to{stroke-dashoffset:0}}@keyframes equipment-breathe{0%{opacity:.62;transform:scale(.96)}to{opacity:1;transform:scale(1.04)}}.platform-section{overflow:hidden}.platform-section:after{aspect-ratio:1;filter:blur(80px);content:"";pointer-events:none;background:#48bfb11f;border-radius:50%;width:56vw;position:absolute;bottom:-24vw;right:-18vw}.platform-layout{z-index:1;grid-template-columns:minmax(280px,.78fr) minmax(460px,1.22fr);align-items:start;gap:clamp(64px,10vw,150px);display:grid;position:relative}.section-intro h2,.content-column h2,.fulfillment-heading h2{letter-spacing:-.035em;max-width:13ch;margin-bottom:28px;font-size:clamp(3rem,4vw,3.6rem);font-weight:500;line-height:1.02}.section-intro>p,.content-column>p,.fulfillment-heading>p{max-width:65ch;color:var(--steel);margin-bottom:30px;font-size:1rem;line-height:1.7}.capability-list{border-top:1px solid var(--silver)}.capability-list details{border-bottom:1px solid var(--silver)}.capability-list summary{cursor:pointer;grid-template-columns:minmax(100px,.45fr) 1fr auto;align-items:center;gap:24px;min-height:96px;padding-block:18px;list-style:none;display:grid}.capability-list summary::-webkit-details-marker{display:none}.capability-list summary>span:first-child{color:var(--middle);letter-spacing:.04em;font-size:.78rem;font-weight:700}.capability-list summary strong{font-size:clamp(1rem,1.4vw,1.2rem);font-weight:600;line-height:1.4}.summary-icon{border:1px solid var(--silver);width:34px;height:34px;transition:transform .18s var(--ease-out);border-radius:50%;place-items:center;display:grid}.summary-icon svg{fill:none;width:16px;height:16px;stroke:var(--graphite);stroke-width:1.5px;stroke-linecap:round;stroke-linejoin:round}.capability-list details[open] .summary-icon{transform:rotate(180deg)}.capability-list details>p{max-width:64ch;color:var(--steel);margin:0;padding:0 58px 30px calc(45% + 12px);font-size:.9rem;line-height:1.7}.commerce-section{background:#f3f4f3}.split-layout{grid-template-columns:minmax(300px,.82fr) minmax(480px,1.18fr);align-items:center;gap:clamp(64px,10vw,152px);display:grid}.split-layout--reverse{grid-template-columns:minmax(480px,1.16fr) minmax(300px,.84fr)}.plain-list{border-top:1px solid var(--silver);gap:14px;max-width:62ch;margin:0;padding:22px 0 0;list-style:none;display:grid}.plain-list li{color:var(--graphite);padding-left:22px;font-size:.9rem;line-height:1.55;position:relative}.plain-list li:before{background:var(--teal);content:"";border-radius:50%;width:6px;height:6px;position:absolute;top:.65em;left:0}.storefront-visual{border-radius:var(--radius-surface);background:var(--white);position:relative;overflow:hidden;box-shadow:0 24px 72px #1015381a}.visual-caption{z-index:2;color:var(--middle);letter-spacing:.06em;text-transform:uppercase;font-size:.62rem;font-weight:700;position:absolute;top:16px;right:18px}.browser-bar{border-bottom:1px solid var(--mist);align-items:center;gap:7px;height:50px;padding-inline:18px;display:flex}.browser-bar>span{background:var(--silver);border-radius:50%;width:7px;height:7px}.browser-bar>div{background:var(--mist);border-radius:4px;width:42%;height:8px;margin-left:14px}.storefront-body{padding:clamp(24px,4vw,54px)}.storefront-top{justify-content:space-between;align-items:center;display:flex}.storefront-top img{width:82px;height:auto}.storefront-actions{gap:8px;display:flex}.storefront-actions span{border:1px solid var(--silver);border-radius:50%;width:28px;height:28px}.storefront-copy{gap:8px;margin-top:clamp(44px,6vw,72px);display:grid}.storefront-copy strong{letter-spacing:-.025em;font-size:clamp(1.4rem,2.6vw,2.2rem);line-height:1.1}.storefront-copy span{color:var(--middle);font-size:.8rem}.product-row{grid-template-columns:repeat(3,1fr);gap:12px;margin-top:30px;display:grid}.product-row>div{aspect-ratio:1;background:#f1f2f2;border-radius:12px;place-items:center;display:grid}.product-shape{background:linear-gradient(145deg, var(--silver), var(--middle));display:block;position:relative;box-shadow:0 12px 24px #1015381f}.product-shape--bottle{border-radius:10px 10px 8px 8px;width:26%;height:58%}.product-shape--bottle:before{background:var(--steel);content:"";border-radius:3px 3px 0 0;width:50%;height:16%;position:absolute;top:-12%;left:25%}.product-shape--pack{border-radius:8px;width:52%;height:58%;transform:skew(-4deg)}.product-shape--can{border-radius:8px;width:36%;height:55%}.storefront-button{border-radius:var(--radius-control);background:var(--black);width:fit-content;color:var(--white);margin-top:24px;padding:12px 18px;font-size:.68rem;font-weight:700}.operation-section{isolation:isolate;background:var(--black);color:var(--white);overflow:hidden}.operation-ambient{z-index:-1;aspect-ratio:1;filter:blur(110px);opacity:.42;border-radius:50%;width:56vw;position:absolute}.operation-ambient--one{background:var(--blue);top:-50%;left:-24%}.operation-ambient--two{background:var(--teal);bottom:-60%;right:-30%}.operation-console{border-radius:var(--radius-surface);background:#1015388a;border:1px solid #ffffff29;overflow:hidden;box-shadow:0 28px 80px #00000047}.console-head{border-bottom:1px solid #ffffff1f;justify-content:space-between;align-items:center;gap:16px;min-height:68px;padding-inline:24px;font-size:.78rem;font-weight:600;display:flex}.status-badge{color:#ffffffad;background:#ffffff14;border-radius:999px;align-items:center;gap:8px;padding:7px 10px;font-size:.62rem;display:inline-flex}.status-badge i{background:var(--teal);border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 4px #48bfb11f}.console-row{border-bottom:1px solid #ffffff1a;justify-content:space-between;align-items:center;gap:16px;min-height:84px;padding-inline:24px;display:flex}.console-row div{gap:6px;display:grid}.console-row strong{font-size:.86rem}.console-row span{color:#ffffff85;font-size:.7rem}.console-row svg{fill:none;stroke:#ffffff9e;stroke-width:1.4px;stroke-linecap:round;stroke-linejoin:round;width:18px;height:18px}.operation-console>p{color:#ffffff6b;margin:0;padding:18px 24px;font-size:.62rem;line-height:1.5}.content-column--light h2{color:var(--white)}.content-column--light>p{color:#ffffffad}.fulfillment-section{background:#e9e3db;overflow:hidden}.fulfillment-section:before{aspect-ratio:1;filter:blur(90px);content:"";background:#48bfb13b;border-radius:50%;width:48vw;position:absolute;top:-22vw;right:-12vw}.fulfillment-heading{z-index:1;grid-template-columns:1fr .7fr;align-items:end;gap:72px;margin-bottom:clamp(64px,8vw,108px);display:grid;position:relative}.fulfillment-heading h2,.fulfillment-heading>p{margin-bottom:0}.fulfillment-flow{z-index:1;grid-template-columns:repeat(5,1fr);gap:0;margin:0;padding:0;list-style:none;display:grid;position:relative}.fulfillment-flow:before{content:"";background:#21212140;height:1px;position:absolute;top:18px;left:10%;right:10%}.fulfillment-flow li{padding:0 clamp(10px,2vw,24px);position:relative}.fulfillment-flow li>span{z-index:1;width:36px;height:36px;color:var(--steel);background:#e9e3db;border:1px solid #21212157;border-radius:50%;place-items:center;margin-bottom:26px;font-size:.62rem;display:grid;position:relative}.fulfillment-flow strong{font-size:.86rem}.fulfillment-flow p{max-width:24ch;color:var(--steel);margin:10px 0 0;font-size:.72rem;line-height:1.55}.integration-layout{grid-template-columns:minmax(320px,.8fr) minmax(480px,1.2fr);align-items:start;gap:clamp(72px,11vw,160px);display:grid}.integration-paths{border-top:1px solid var(--silver)}.integration-paths article{border-bottom:1px solid var(--silver);grid-template-columns:76px 1fr;gap:28px;padding-block:34px;display:grid}.integration-symbol{border:1px solid var(--silver);border-radius:50%;place-items:center;width:62px;height:62px;display:grid}.integration-symbol svg{fill:none;width:34px;height:34px;stroke:var(--graphite);stroke-width:1.2px;stroke-linecap:round;stroke-linejoin:round}.integration-paths h3{margin-bottom:12px;font-size:1.15rem;font-weight:600}.integration-paths p{max-width:60ch;color:var(--steel);margin:0;font-size:.86rem;line-height:1.65}.compatibility-note{color:var(--steel);gap:12px;padding-top:24px;font-size:.72rem;line-height:1.55;display:flex}.compatibility-note svg{fill:none;width:20px;height:20px;stroke:var(--graphite);stroke-width:1.3px;stroke-linecap:round;stroke-linejoin:round;flex:0 0 20px}.support-section{isolation:isolate;background:var(--midnight);color:var(--white);overflow:hidden}.support-ambient{z-index:-1;aspect-ratio:1.7;filter:blur(80px);opacity:.72;background:radial-gradient(circle at 18% 45%,#48bfb1cc,#0000 28%),radial-gradient(circle at 55% 26%,#283b8fdb,#0000 34%),radial-gradient(circle at 82% 58%,#d8ad7fad,#0000 26%);width:76vw;position:absolute;top:-36%;left:12%}.support-layout{grid-template-columns:minmax(280px,.7fr) minmax(400px,1fr);align-items:center;gap:clamp(64px,12vw,180px);display:grid}.sofia-presence{aspect-ratio:1;background:#091226;border-radius:50%;width:min(100%,480px);position:relative;overflow:hidden;box-shadow:0 24px 72px #00000047}.sofia-orb{border-radius:inherit;filter:blur(15px)saturate(.92);background:radial-gradient(42% 28% at 51% 2%,#48bfb1db,#0000 86%),radial-gradient(38% 42% at 4% 68%,#48bfb1d1,#0000 88%),radial-gradient(44% 48% at 98% 76%,#d8ba8fad,#0000 86%),radial-gradient(46% 38% at 47% 104%,#835b9780,#0000 88%),radial-gradient(at 52%,#050b1e 0 30%,#101732 55%,#17223e 100%);animation:6s linear infinite sofia-drift;position:absolute;inset:-7%;overflow:hidden;transform:scale(1.04)}.sofia-orb:before,.sofia-orb:after{content:"";filter:blur(34px);border-radius:50%;position:absolute;inset:-18%}.sofia-orb:before{background:radial-gradient(at 23% 24%,#9ead74a3,#0000 23%),radial-gradient(at 43% 2%,#48bfb1c2,#0000 24%),radial-gradient(at 10% 73%,#48bfb1c7,#0000 30%);animation:3.8s linear infinite sofia-cloud-one}.sofia-orb:after{background:radial-gradient(at 76% 82%,#d8ba8f99,#0000 29%),radial-gradient(at 45% 94%,#835b9780,#0000 27%);animation:4.6s linear infinite sofia-cloud-two}.sofia-presence:not(.is-ambient-visible) .sofia-orb,.sofia-presence:not(.is-ambient-visible) .sofia-orb:before,.sofia-presence:not(.is-ambient-visible) .sofia-orb:after{animation-play-state:paused}.support-note{border-top:1px solid #ffffff38;padding-top:20px;font-size:.78rem!important}@keyframes sofia-drift{0%,to{transform:scale(1.04)translate(-1.5%,-1%)}25%{transform:scale(1.07)translate(2%,-3%)}50%{transform:scale(1.08)translate(3%,1%)}75%{transform:scale(1.05)translate(-2%,2%)}}@keyframes sofia-cloud-one{0%,to{transform:translate(-4%,2%)scale(.98)}25%{transform:translate(-1%,-6%)scale(1.08)}50%{transform:translate(7%,-2%)scale(1.04)}75%{transform:translate(4%,6%)scale(.97)}}@keyframes sofia-cloud-two{0%,to{transform:translate(5%,4%)scale(1.04)}25%{transform:translate(6%,-5%)scale(.96)}50%{transform:translate(-4%,-7%)scale(1.06)}75%{transform:translate(-7%,3%)scale(1)}}.site-footer{border-top:1px solid var(--mist);background:var(--white);padding-block:30px}.footer-layout{grid-template-columns:1fr auto 1fr;align-items:center;gap:24px;display:grid}.footer-layout img{width:108px;height:auto}.footer-layout p{color:var(--middle);text-align:center;margin:0;font-size:.68rem}.footer-layout a{color:var(--steel);justify-self:end;font-size:.72rem;font-weight:600;text-decoration:none}@media (width<=1100px){.site-header{grid-template-columns:1fr auto}.desktop-nav{display:none}.button--header{grid-area:1/2}.operating-layer{grid-template-columns:minmax(240px,1fr) 72px auto 72px minmax(240px,1fr)}.system-panel{padding:18px}.system-role span{display:none}.platform-layout,.integration-layout{grid-template-columns:minmax(260px,.72fr) minmax(420px,1.28fr);gap:64px}.split-layout,.split-layout--reverse{gap:64px}}@media (width<=920px){.split-layout,.split-layout--reverse{grid-template-columns:1fr;gap:56px}}@media (width<=820px){:root{--section-space:88px}.site-header{grid-template-columns:1fr auto;padding-block:20px}.button--header{display:none}.mobile-nav{display:block;position:relative}.mobile-nav summary{border-radius:var(--radius-control);cursor:pointer;border:1px solid #ffffff47;place-items:center;width:44px;height:44px;list-style:none;display:grid}.mobile-nav summary::-webkit-details-marker{display:none}.mobile-nav summary svg{fill:none;width:20px;height:20px;stroke:var(--white);stroke-width:1.5px;stroke-linecap:round}.mobile-nav nav{z-index:8;border-radius:var(--radius-surface);background:var(--midnight);border:1px solid #ffffff29;width:min(280px,100vw - 40px);padding:12px;display:grid;position:absolute;top:52px;right:0;box-shadow:0 20px 48px #00000047}.mobile-nav nav a{color:#fffc;border-bottom:1px solid #ffffff1a;padding:13px 12px;font-size:.82rem;text-decoration:none}.mobile-nav nav a:last-child{border-bottom:0}.hero-copy{padding-top:74px}.hero-copy h1{font-size:clamp(3rem,11vw,5.2rem)}.operating-layer{grid-template-columns:1fr;gap:18px;margin-top:74px}.system-panel{width:100%;max-width:560px;margin-inline:auto}.system-connector{background:#ffffff3d;justify-self:center;width:1px;height:48px;position:relative}.system-connector:after{background:var(--teal);content:"";width:3px;height:18px;animation:vertical-travel 3s var(--ease-out) infinite;border-radius:2px;position:absolute;top:0;left:-1px}.system-connector span,.system-connector svg{display:none}@keyframes vertical-travel{0%{transform:translateY(0)}to{transform:translateY(30px)}}.equipment-rings{width:136px}.platform-layout,.split-layout,.split-layout--reverse,.integration-layout,.support-layout{grid-template-columns:1fr;gap:56px}.platform-layout .section-intro,.integration-layout .section-intro,.content-column{max-width:680px}.capability-list details>p{padding-left:0}.split-layout--reverse .operation-console{order:2}.split-layout--reverse .content-column{order:1}.fulfillment-heading{grid-template-columns:1fr;gap:20px}.fulfillment-heading>p{max-width:62ch}.fulfillment-flow{grid-template-columns:1fr;gap:0}.fulfillment-flow:before{width:1px;height:auto;inset:18px auto 18px 18px}.fulfillment-flow li{grid-template-columns:36px 1fr;gap:20px;padding:0 0 30px;display:grid}.fulfillment-flow li>span{margin:0}.fulfillment-flow p{max-width:48ch}.sofia-presence{width:min(76vw,440px);margin-inline:auto}}@media (width<=560px){:root{--page-gutter:20px}.brand img{width:108px}.hero{padding-bottom:64px}.hero-copy h1{font-size:clamp(2.75rem,13vw,4.2rem);line-height:.98}.hero-actions{flex-direction:column;align-items:stretch}.hero-actions .button{width:100%}.hero-actions .text-link{width:fit-content}.system-panel{padding:18px 16px}.mini-flow li{font-size:.6rem}.section-intro h2,.content-column h2,.fulfillment-heading h2{font-size:clamp(2.35rem,11vw,3.25rem)}.capability-list summary{grid-template-columns:1fr auto;gap:14px;min-height:0;padding-block:24px}.capability-list summary>span:first-child{grid-column:1/-1}.capability-list summary strong{grid-column:1}.summary-icon{grid-area:2/2}.capability-list details>p{padding-right:0}.storefront-body{padding:24px 18px 28px}.product-row{gap:8px}.console-head{flex-direction:column;align-items:flex-start;padding-block:18px}.console-row,.operation-console>p{padding-inline:18px}.integration-paths article{grid-template-columns:54px 1fr;gap:18px}.integration-symbol{width:50px;height:50px}.integration-symbol svg{width:28px;height:28px}.footer-layout{grid-template-columns:1fr auto}.footer-layout p{display:none}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
