@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;650;700;800&display=swap";:root{font-family:DM Sans,sans-serif;color:#253744;background:#fff;font-synthesis:none;--blue:#007bce;--ink:#253744;--muted:#576c7b;--line:#dbe4eb;font-size:16px}*{box-sizing:border-box}body{margin:0}html{scroll-behavior:smooth;scroll-padding-top:105px}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}button,a,input,textarea,select{-webkit-tap-highlight-color:transparent}button{cursor:pointer}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid #008ad6;outline-offset:5px}::selection{background:#007bce;color:#fff}h1,h2,h3,p{margin:0}h1,h2,h3{font-family:Manrope,sans-serif}em{font-style:normal;color:var(--blue)}.header{height:100px;padding:0 6%;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:20;background:#ffffffed;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.brand{display:inline-flex;align-items:center}.brand-image{display:block;width:174px;line-height:0}.brand-image img{display:block;width:100%;height:73px;object-fit:contain}.nav{display:flex;align-items:center;gap:32px;font-size:14px;font-weight:500}.nav>a:hover{color:var(--blue)}.nav-cta{display:flex;gap:25px;align-items:center;background:var(--ink);color:#fff;padding:15px 20px}.nav .nav-cta:hover{background:#006cb9;color:#fff}.menu-toggle{display:none;background:none;color:var(--ink);border:0}.section{padding:95px 6%;max-width:1600px;margin:auto}.eyebrow{font-size:12px;font-weight:600;letter-spacing:1.8px;line-height:1.8;color:#006aa9}.hero{padding-top:35px;padding-bottom:25px}.hero-topline{display:flex;justify-content:space-between;gap:20px;align-items:center;padding-bottom:40px}.hero-grid{display:grid;grid-template-columns:1.9fr 1fr;gap:7%;align-items:center}h1{font-size:clamp(3.1rem,5.7vw,6.1rem);font-weight:650;letter-spacing:-.055em;line-height:1.13}.hero-desc{max-width:570px;font-size:18px;line-height:1.8;color:var(--muted);margin-top:27px}.hero-actions{display:flex;gap:27px;align-items:center;margin-top:30px;flex-wrap:wrap}.button{padding:17px 23px;min-height:52px;display:inline-flex;align-items:center;justify-content:center;gap:28px;font-size:14px;font-weight:600;border:0;position:relative}.primary{background:#0075c5;color:#fff;clip-path:polygon(0 0,100% 0,100% calc(100% - 10px),calc(100% - 10px) 100%,0 100%)}.primary:hover{background:#005a9c}.text-link{display:inline-flex;align-items:center;gap:12px;font-size:14px;color:#315269}.solution-note{border-left:1px solid var(--line);padding:8px 0 8px 30px}.solution-note .eyebrow{font-size:12px;letter-spacing:1px;color:#516b7b}.solution-note strong{font-family:Manrope,sans-serif;display:block;font-size:74px;letter-spacing:-5px;line-height:1.2;font-weight:500;margin:17px 0}.solution-note strong span{display:block;letter-spacing:0;font-family:DM Sans,sans-serif;font-size:16px;font-weight:500;margin-top:9px}.solution-note p{font-size:15px;line-height:1.8;color:var(--muted)}.solution-note a{display:flex;align-items:center;gap:15px;font-size:14px;color:#0067a9;margin-top:22px}.journey{display:grid;grid-template-columns:repeat(3,1fr);align-items:start;margin:64px 0 26px;gap:18px;padding-top:60px}.journey-step{background:#f0f5f8;padding:25px 27px 30px;min-width:0;position:relative;border-top:3px solid #a9bdcd}.journey-step:nth-child(2){background:#deedf7;transform:translateY(-30px);border-color:#4599d1}.journey-step:nth-child(3){background:#006ebc;color:#fff;transform:translateY(-60px);border-color:#006ebc;clip-path:polygon(0 0,calc(100% - 22px) 0,100% 22px,100% 100%,0 100%)}.journey-top{display:flex;align-items:center;justify-content:space-between;font-size:13px;color:#526e81;margin-bottom:26px}.journey-step:nth-child(3) .journey-top{color:#fff}.journey h2{font-size:clamp(1.8rem,2.9vw,3rem);letter-spacing:-1.5px;font-weight:600;margin-bottom:17px}.journey h2 span{color:#0087db}.journey-step:nth-child(3) h2 span{color:#fff}.journey h3{font-size:16px;font-weight:600;margin-bottom:10px}.journey p{font-size:15px;color:#4e687b;line-height:1.75;max-width:320px}.journey-step:nth-child(3) p{color:#e1f1ff}.hero-bottom{display:flex;align-items:center;justify-content:space-between;gap:15px;border-top:1px solid var(--line);padding-top:20px;color:#5b7181;font-size:12px;letter-spacing:1px}.hero-bottom a{letter-spacing:0;font-size:14px}.stack-strip{padding:32px 6%;display:flex;justify-content:space-between;align-items:center;gap:25px;border-bottom:1px solid var(--line);background:#f8fafc}.stack-strip>span{font-size:12px;line-height:1.8;letter-spacing:1px;color:#5c7180;max-width:170px}.stack-strip>div{font-size:24px;font-weight:600;color:#536c7e;letter-spacing:-1px}.stack-small{font-size:16px}.section-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:45px;margin-bottom:42px}.section-heading .eyebrow{margin-bottom:20px}h2{font-size:clamp(2.1rem,3.3vw,3.5rem);font-weight:550;letter-spacing:-.04em;line-height:1.25}.section-heading>p{font-size:16px;color:var(--muted);line-height:1.8;max-width:345px}.service-grid{border-top:1px solid var(--line)}.service-card{display:grid;grid-template-columns:80px minmax(200px,1fr) minmax(200px,1.2fr) 145px;column-gap:25px;align-items:center;border-bottom:1px solid var(--line);padding:30px 12px;transition:background .2s}.service-card:hover,.service-card.expanded{background:#f6faff}.service-top{grid-column:1;grid-row:1/3;display:flex;flex-direction:column;gap:12px;color:#0076bf}.service-top span{font-size:12px;color:#688193}.card-category{grid-column:2;grid-row:1;font-size:12px;line-height:1.6;color:#5b7385;letter-spacing:1px;display:block;margin-bottom:7px}.service-card h3{grid-column:2;grid-row:2;font-size:22px;line-height:1.4;font-weight:600}.service-card p{grid-column:3;grid-row:1/3;color:var(--muted);font-size:16px;line-height:1.8}.service-card button{grid-column:4;grid-row:1/3;display:flex;align-items:center;justify-content:space-between;gap:12px;background:none;border:0;font-size:14px;color:#0067ae;padding:12px 0}.service-card button svg{flex-shrink:0}.service-details{grid-column:2/5;line-height:1.8;color:#365c75;font-size:15px;margin-top:20px;border-top:1px solid var(--line);padding-top:18px}.solutions{max-width:none;background:#edf3f7}.solution-grid{display:grid;grid-template-columns:1.25fr 1fr;gap:28px;align-items:start}.solution-card{padding:38px;min-width:0}.restaurant{background:#253744;color:#fff}.warehouse{background:#fff;border-top:4px solid #007bcf;margin-top:70px}.solution-label{display:flex;gap:14px;justify-content:space-between;font-size:12px;line-height:1.8;letter-spacing:1px;margin-bottom:60px}.restaurant .solution-label{color:#b7d0e0}.warehouse .solution-label{color:#4f7189}.solution-card h3{font-size:clamp(1.8rem,2.7vw,2.8rem);font-weight:550;letter-spacing:-1px;line-height:1.3}.solution-card p{font-size:16px;line-height:1.85;margin:22px 0;color:#526d81}.restaurant p{color:#cbd9e3}.chips{display:flex;flex-wrap:wrap;gap:8px}.chips span{padding:7px 10px;border:1px solid #b8cddc;font-size:12px;color:#46657a}.restaurant .chips span{border-color:#587284;color:#e0edf6}.solution-link{margin-top:32px;border-top:1px solid #c3d3de;padding-top:21px;font-size:14px;display:flex;justify-content:space-between;align-items:center}.restaurant .solution-link{border-color:#567082}.portfolio{margin-top:60px}.project-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:25px;margin-top:25px}.project-grid article{padding:25px;background:#fff;border-bottom:2px solid #007bcf}.project-grid img{width:100%;aspect-ratio:16/10;object-fit:cover;margin-bottom:20px}.project-grid h3{font-size:23px}.project-grid p{color:var(--muted);line-height:1.8;margin:18px 0}.about{display:grid;grid-template-columns:1.1fr 1fr;gap:10%;align-items:center}.about h2{font-size:32px;line-height:1.35}.about h2 span{color:#667d8e}.about-intro>p{line-height:1.85;color:var(--muted);margin-top:20px;font-size:16px}.location{display:flex;gap:10px;align-items:center;font-size:14px;color:#526e81;margin-top:25px}.location svg{flex-shrink:0}.approach>.eyebrow{margin-bottom:20px}.approach-row{display:flex;gap:20px;padding:30px 0;border-top:1px solid var(--line)}.approach-row>span{font-size:12px;color:#0079c9;padding-top:5px}.approach-row h3{font-size:21px;font-weight:600}.approach-row p{color:var(--muted);line-height:1.85;font-size:16px;margin-top:13px}.contact{max-width:none;display:grid;grid-template-columns:1fr 1fr;gap:10%;background:#223644;color:#fff}.contact .eyebrow{color:#7bc5f7}.contact h2{font-size:clamp(2.8rem,4.6vw,4.8rem);margin-top:25px}.contact h2 em{color:#71c4ff}.contact-copy>p{line-height:1.85;font-size:17px;color:#c2d4e0;max-width:440px;margin:28px 0}.contact-email{display:flex;align-items:center;gap:12px;margin-top:24px}.contact-form-wrap{background:#fff;color:var(--ink);padding:35px;align-self:center;border-top:4px solid #028bdf}.contact-form-wrap h3{font-size:25px;line-height:1.5;margin-bottom:24px;font-weight:600}.contact-form-wrap p{font-size:16px;line-height:1.85;color:var(--muted)}.contact-form-wrap .eyebrow{color:#0075bc}.contact-form-wrap .button{margin-top:20px}.preview-contact{padding:15px 0}.preview-note{margin-top:38px;border-top:1px solid var(--line);padding-top:18px;font-size:13px;color:#637b8b}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:15px}label{display:flex;flex-direction:column;gap:8px;margin-bottom:20px;color:#3e5b6e;font-size:14px}input,select,textarea{width:100%;padding:12px;font-size:16px;color:#253744;background:#f8fafc;border:1px solid #bdceda;border-radius:0}input::placeholder,textarea::placeholder{color:#69808f}textarea{resize:vertical}.consent{display:flex;flex-direction:row;gap:10px;line-height:1.75;font-size:13px}.consent input{width:17px;height:17px;flex-shrink:0;margin:3px 0;accent-color:#007bcf}.submit{width:100%;margin-top:0!important}.button:disabled{opacity:.65;cursor:wait}.form-error{color:#a22424!important;margin-bottom:15px}.honeypot{position:absolute;left:-10000px;width:1px;height:1px;overflow:hidden}.success svg{color:#007bcf;margin-bottom:20px}.secondary{background:#eaf4fc;color:#0065a9;border:1px solid #bbd4e5}.footer{display:flex;align-items:center;justify-content:space-between;gap:25px;padding:35px 6%}.footer-identity{display:flex;flex-direction:column;gap:10px}.footer-identity span{font-size:12px;letter-spacing:1.6px;color:#39566b}.footer-identity small,.footer>a:last-child{font-size:13px;color:#627a8b}.skip{position:fixed;top:-80px;left:15px;background:#fff;color:#111;padding:15px;z-index:100}.skip:focus{top:10px}.spin{animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media(min-width:1600px){.header,.stack-strip,.solutions,.contact,.footer{padding-inline:max(6%,calc((100vw - 1408px)/2))}}@media(max-width:1050px){.section{padding:70px 5%}.header,.stack-strip,.footer{padding-inline:5%}.hero{padding-top:30px;padding-bottom:25px}.hero-grid{gap:4%;grid-template-columns:1.7fr 1fr}.solution-note{padding-left:23px}.solution-note strong{font-size:64px}.journey-step{padding:22px}.journey p{font-size:15px}.service-card{grid-template-columns:50px 1fr 1.2fr;gap:0 22px}.service-card button{grid-column:2;grid-row:3;margin-top:12px;justify-content:flex-start;gap:20px}.service-details{grid-column:2/4}.stack-strip{flex-wrap:wrap}.stack-strip>div{font-size:21px}.solution-card{padding:28px}.solution-label{flex-direction:column;gap:5px;margin-bottom:35px}.contact,.about{gap:6%}.contact-form-wrap{padding:25px}.nav{gap:23px}}@media(max-width:760px){.header{height:90px}.brand-image{width:145px}.brand-image img{height:62px}.menu-toggle{display:block}.nav{display:none;position:absolute;top:90px;left:0;right:0;padding:25px 6%;background:#fff;border-bottom:1px solid var(--line)}.nav.open{display:flex;align-items:stretch;flex-direction:column;gap:25px}.nav-cta{justify-content:space-between}.section{padding:55px 6%}.hero{padding-top:25px;padding-bottom:23px}.hero-topline{gap:10px;padding-bottom:30px;align-items:flex-start}.hero-topline .eyebrow{font-size:12px;letter-spacing:.6px;max-width:180px}.hero-grid{grid-template-columns:1fr;gap:35px}h1{font-size:clamp(2.8rem,8.2vw,4.1rem)}.hero-desc{font-size:17px;margin-top:24px}.hero-actions{gap:22px}.solution-note{display:grid;grid-template-columns:125px 1fr;gap:12px 20px;border-left:0;border-top:1px solid var(--line);padding:24px 0 0}.solution-note .eyebrow{grid-column:1/3;font-size:12px}.solution-note strong{grid-column:1;grid-row:2/4;margin:0;font-size:49px;letter-spacing:-3px}.solution-note strong span{font-size:14px;line-height:1.6}.solution-note p{grid-column:2;font-size:14px}.solution-note a{grid-column:2;align-items:flex-start;font-size:13px;margin:0}.solution-note a svg{flex-shrink:0}.journey{grid-template-columns:1fr;gap:12px;margin:35px 0 25px;padding:0}.journey-step{padding:24px;display:grid;grid-template-columns:1fr 1fr;gap:10px 20px}.journey-step:nth-child(2),.journey-step:nth-child(3){transform:none}.journey-top{grid-column:1/3;margin-bottom:4px}.journey h2{font-size:30px;grid-column:1;grid-row:2;margin:0}.journey h3{grid-column:1;grid-row:3;font-size:15px;margin:0}.journey p{grid-column:2;grid-row:2/4;font-size:14px;max-width:none}.hero-bottom{font-size:12px;letter-spacing:.5px}.hero-bottom>span{max-width:54%;line-height:1.7}.hero-bottom a{font-size:13px}.stack-strip{padding:25px 6%;justify-content:center;gap:20px 30px}.stack-strip>span{width:100%;max-width:none;text-align:center}.section-heading{flex-direction:column;align-items:flex-start;gap:22px;margin-bottom:28px}.section-heading>p{max-width:none}h2{font-size:32px}.service-card{grid-template-columns:40px 1fr;column-gap:18px;padding:25px 5px}.service-top{grid-column:1;grid-row:1/3}.service-card h3{font-size:22px}.card-category{font-size:12px;letter-spacing:.6px}.service-card p{grid-column:2;grid-row:3;margin-top:15px}.service-card button{grid-column:2;grid-row:4;margin-top:10px}.service-details{grid-column:2}.solution-grid{grid-template-columns:1fr;gap:22px}.warehouse{margin-top:0}.solution-label{flex-direction:row;flex-wrap:wrap;gap:8px 20px}.solution-card h3{font-size:29px}.about,.contact{grid-template-columns:1fr;gap:42px}.about h2{font-size:29px}.approach-row{padding:25px 0}.approach-row:last-child{padding-bottom:0}.contact h2{font-size:45px}.footer{flex-wrap:wrap;padding:28px 6%;gap:25px}.footer-identity{order:3;width:100%;padding-top:20px;border-top:1px solid var(--line)}.project-grid{grid-template-columns:1fr}}@media(max-width:410px){.hero-actions{align-items:flex-start;flex-direction:column}.journey-step{display:block}.journey-top{margin-bottom:17px}.journey h2{margin-bottom:12px}.journey h3{margin-bottom:8px}.solution-note{grid-template-columns:108px 1fr;gap:12px}.solution-note strong{font-size:45px}.form-row{grid-template-columns:1fr}.contact-form-wrap{padding:22px}.service-card{grid-template-columns:28px 1fr;gap:0 12px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}}.solution-note strong{font-size:34px;letter-spacing:-1.3px;line-height:1.35;margin:20px 0}.about-intro>h2{margin-top:24px}@media(max-width:760px){.solution-note{display:block;padding-top:25px}.solution-note strong{font-size:30px;letter-spacing:-1px;margin:16px 0}.solution-note p{font-size:16px}.solution-note a{margin-top:18px;font-size:14px}}:root{color-scheme:light}.header{gap:22px}.nav{margin-left:auto}.header-actions{display:flex;align-items:center;gap:12px;flex-shrink:0}.theme-toggle{display:inline-flex;align-items:center;gap:8px;justify-content:center;min-height:44px;padding:10px 12px;border:1px solid var(--line);background:transparent;color:var(--ink);font-size:14px}.theme-toggle:hover{background:#edf5fb}.menu-toggle{min-height:44px;min-width:44px}.brand-image{flex-shrink:0}:root[data-theme=dark]{color-scheme:dark;--ink:#e7f0f6;--muted:#acbdca;--line:#334553;--blue:#61baff;color:#e7f0f6;background:#101a23}[data-theme=dark] .header{background:#101a23f0}[data-theme=dark] .brand-image img{filter:brightness(0) invert(1)}[data-theme=dark] .nav-cta{background:#0073bd;color:#fff}[data-theme=dark] .nav-cta:hover{background:#0082d2}[data-theme=dark] .theme-toggle:hover{background:#253746}[data-theme=dark] .eyebrow,[data-theme=dark] .service-top,[data-theme=dark] .service-card button,[data-theme=dark] .approach-row>span{color:#79c8ff}[data-theme=dark] .text-link,[data-theme=dark] .solution-note a,[data-theme=dark] .solution-note .eyebrow{color:#b0d9f4}[data-theme=dark] .journey-step{background:#1c2c39;border-color:#496477}[data-theme=dark] .journey-step:nth-child(2){background:#213c50;border-color:#67aad7}[data-theme=dark] .journey-step:nth-child(3){background:#0764a6;border-color:#0764a6}[data-theme=dark] .journey-top,[data-theme=dark] .journey p{color:#c3d4e0}[data-theme=dark] .journey h2 span{color:#73c8ff}[data-theme=dark] .hero-bottom,[data-theme=dark] .stack-strip>span,[data-theme=dark] .stack-strip>div{color:#b1c4d2}[data-theme=dark] .stack-strip{background:#16232e}[data-theme=dark] .service-card:hover,[data-theme=dark] .service-card.expanded{background:#182c3a}[data-theme=dark] .service-top span,[data-theme=dark] .card-category{color:#a8c0d1}[data-theme=dark] .service-details{color:#c2dfef}[data-theme=dark] .solutions{background:#16232e}[data-theme=dark] .restaurant{background:#243c4e}[data-theme=dark] .warehouse,[data-theme=dark] .project-grid article{background:#1d303f}[data-theme=dark] .warehouse .solution-label,[data-theme=dark] .solution-card p{color:#bfd2df}[data-theme=dark] .chips span{color:#daeaf4;border-color:#57758a}[data-theme=dark] .solution-link{border-color:#4c687c}[data-theme=dark] .about h2 span,[data-theme=dark] .location{color:#adc6d6}[data-theme=dark] .contact{background:#0a141d}[data-theme=dark] .contact-form-wrap{background:#182b39;color:#e7f0f6}[data-theme=dark] .contact-form-wrap .eyebrow{color:#81ccff}[data-theme=dark] label{color:#c1d6e4}[data-theme=dark] input,[data-theme=dark] select,[data-theme=dark] textarea{background:#101f2a;color:#eef6fb;border-color:#4b6477}[data-theme=dark] input::placeholder,[data-theme=dark] textarea::placeholder{color:#a4bccd}[data-theme=dark] .preview-note,[data-theme=dark] .footer-identity span,[data-theme=dark] .footer-identity small,[data-theme=dark] .footer>a:last-child{color:#afc6d5}[data-theme=dark] .form-error{color:#ffb4b4!important}[data-theme=dark] .secondary{background:#29485f;border-color:#59809c;color:#e1f3ff}[data-theme=dark] .success svg{color:#7dcaff}@media(max-width:1050px){.header{gap:16px}.nav{gap:18px}.nav-cta{padding:14px;gap:12px}.theme-toggle span{display:none}}@media(max-width:760px){.header-actions{margin-left:auto;gap:8px}.theme-toggle{min-width:44px;padding:10px}[data-theme=dark] .nav{background:#101a23}}
