@charset "UTF-8";
:root{--brand:#c6530e;--orange:#ff8529;--sky:#76bfd5;--ink:#493326;--muted:#786b62;--cream:#fff8ee}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;color:var(--ink);font-family:Inter,"PingFang SC","Microsoft YaHei",sans-serif;background:#fff}a{color:inherit;text-decoration:none}svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.sprite{position:absolute;width:0;height:0;overflow:hidden}.section{max-width:1240px;margin:auto;padding-left:50px;padding-right:50px}header{height:100px;display:flex;align-items:center;justify-content:space-between;max-width:1240px;padding:0 50px;margin:auto;gap:32px}.brand{display:flex;align-items:center;gap:11px;font-size:25px;font-weight:800;letter-spacing:2px}.brand small{display:block;font-size:8px;letter-spacing:1.7px;margin-top:3px}.brand-icon{height:45px;width:45px;display:grid;place-items:center;border-radius:14px;background:var(--brand);color:white}.brand-icon svg{width:29px;height:29px}nav{display:flex;gap:30px;font-size:13px}nav a{padding:12px 0;position:relative}nav a:hover,nav .active{color:var(--brand)}nav .active:after{content:"";position:absolute;bottom:1px;left:40%;width:14px;height:3px;background:var(--brand);border-radius:3px}.header-cta{border:1px solid #eddbc9;border-radius:7px;padding:12px 20px;font-size:13px}.header-cta span{margin-left:16px}.menu-toggle{display:none}.hero{min-height:650px;display:grid;grid-template-columns:1.1fr 1fr;align-items:center;padding-top:35px;padding-bottom:60px;overflow:hidden}.eyebrow{font-size:11px;letter-spacing:2px;font-weight:600;color:var(--brand);display:flex;align-items:center;gap:8px}.eyebrow>span{width:6px;height:6px;background:#76bfd5;border-radius:50%}h1{font-size:48px;line-height:1.48;letter-spacing:-1.7px;margin:24px 0 20px;font-weight:750}.brand-accent{color:var(--brand)}.period{color:#76bfd5}.hero-copy>p{font-size:15px;line-height:2;color:var(--muted)}.hero-actions{display:flex;align-items:center;gap:30px;margin-top:32px}.button{display:inline-flex;align-items:center;justify-content:center;gap:26px;color:white;background:var(--brand);padding:16px 24px;border-radius:6px;font-size:13px;transition:transform .2s,background .2s}.button:hover{background:#a74109;transform:translateY(-2px)}.button svg{width:18px;height:18px}.text-link{font-size:13px}.text-link span{margin-left:16px}.hero-points{display:flex;gap:23px;margin-top:38px;color:#786b62;font-size:11px}.hero-points i{font-style:normal;color:var(--brand);margin-right:5px}.hero-art{position:relative;height:520px;isolation:isolate}.art-circle{position:absolute;width:460px;height:460px;border-radius:50%;background:#fff0d9;top:32px;left:5px;z-index:-2}.orbit{position:absolute;border:1px solid #f0dac2;border-radius:50%;z-index:-1}.orbit-one{width:510px;height:390px;left:-18px;top:77px;transform:rotate(-34deg)}.orbit-two{width:440px;height:490px;top:4px;left:16px;transform:rotate(38deg)}.cart-illustration{position:absolute;width:540px;height:530px;top:9px;left:-40px;stroke:none;overflow:visible}.art-label{position:absolute;right:24px;top:34px;line-height:1.7;letter-spacing:2px;font-size:9px;color:#9b7f69}.floating{position:absolute;z-index:2;display:flex;align-items:center;gap:11px;background:#fffffff2;border:1px solid white;border-radius:12px;padding:14px 18px;box-shadow:0 10px 30px #a664260b;font-size:12px;font-weight:600}.floating small{display:block;font-size:10px;color:#88776a;font-weight:400;margin-top:6px}.top-float{top:82px;left:-18px}.bottom-float{bottom:44px;right:0}.float-icon{background:#fff0df;color:var(--brand);padding:9px;border-radius:9px;height:40px}.float-icon svg{width:22px;height:22px}.concept{position:absolute;bottom:0;right:30px;font-size:9px;color:#927e6c}.value-strip{background:#fff3e4;border-top:1px solid #f2e2ce;border-bottom:1px solid #f2e2ce;display:flex;align-items:center;justify-content:center;gap:90px;padding:24px 30px;font-size:12px;color:#805b40}.value-strip>div{font-size:14px;letter-spacing:2px;display:flex;gap:35px;align-items:center}.value-strip b{font-size:18px;color:#76bfd5;font-weight:400}.benefits,.scenes{padding-top:88px;padding-bottom:88px}.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;margin-bottom:38px}h2{font-size:33px;line-height:1.55;margin:16px 0 0;letter-spacing:-.8px}.section-heading>p{font-size:13px;color:var(--muted);line-height:1.9;margin-bottom:7px}.benefit-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.benefit-grid article{border:1px solid #f0e0ce;border-radius:10px;padding:28px;background:linear-gradient(125deg,#fffbf5,white);position:relative}.number{font-size:9px;color:#93775e;letter-spacing:1.5px}.feature-icon{display:block;margin:27px 0 20px;color:var(--brand)}.feature-icon svg{width:32px;height:32px}h3{font-size:17px;margin:0 0 13px}.benefit-grid p{font-size:12px;line-height:1.9;color:var(--muted);margin:0}.how{background:var(--cream)}.how-inner{padding-top:70px;padding-bottom:40px;display:grid;grid-template-columns:1fr 1.3fr;gap:80px}.how-inner>div>p{font-size:13px;color:var(--muted);margin:20px 0 30px}.steps article{display:flex;gap:24px;align-items:center;padding:25px 0;border-bottom:1px solid #efdeca}.steps article:first-child{padding-top:0}.steps article:last-child{border:0}.steps article>span{font-family:Georgia,serif;font-size:30px;color:#d76b21}.steps article>svg{flex-shrink:0;color:#bc571c;margin-left:8px}.steps h3{font-size:16px;margin-bottom:9px}.steps p{font-size:12px;color:var(--muted);line-height:1.8;margin:0}.usage-note{font-size:10px;line-height:1.9;color:#857365;padding-bottom:28px}.scene-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.scene{border-radius:10px;overflow:hidden;background:#fff0dd}.scene-two{background:#eaf5f8}.scene-three{background:#fff4e5}.scene-content{padding:24px;background:#fffbf5}.scene-content>span{font-size:9px;letter-spacing:1.4px;color:#8d7560}.scene h3{margin:12px 0 10px;display:flex;justify-content:space-between}.scene h3 span{font-size:18px;font-weight:400}.scene p{font-size:12px;color:var(--muted);margin:0}.scene-drawing{height:190px;position:relative;overflow:hidden;background:radial-gradient(circle at 75% 30%,#ffffff80 0 25%,transparent 25%);border-bottom:1px solid #eedcc5}.scene-drawing:after{content:"";position:absolute;left:10%;right:10%;bottom:25px;border-bottom:2px solid #ce9b65}.scene-drawing span{position:absolute;bottom:27px;border:2px solid #b9834b;background:repeating-linear-gradient(90deg,transparent 0 18px,#d4a270 19px 20px),repeating-linear-gradient(0deg,#f9d9aa 0 20px,#d4a270 21px 22px);transform:skewY(-5deg)}.mall span:nth-child(1){width:85px;height:92px;left:16%}.mall span:nth-child(2){width:122px;height:133px;left:40%;background-color:#efbd7a}.mall span:nth-child(3){width:70px;height:66px;left:70%}.market span:nth-child(1){width:220px;height:83px;left:16%;background:repeating-linear-gradient(90deg,#d7eaf0 0 36px,#86b8c7 37px 39px);transform:none}.market span:nth-child(2){height:28px;width:236px;left:14%;bottom:99px;background:repeating-linear-gradient(90deg,#efa557 0 23px,#fff7e6 23px 46px);transform:skewX(-9deg)}.market span:nth-child(3){height:24px;width:100px;left:32%;bottom:133px;background:#fff8ea;transform:none;border-radius:4px}.community span:nth-child(1){width:65px;height:128px;left:20%}.community span:nth-child(2){width:70px;height:99px;left:42%}.community span:nth-child(3){width:68px;height:151px;left:62%}.scene-drawing i{position:absolute;width:36px;height:55px;background:#82bac9;border-radius:50%;bottom:30px;left:8%;border:5px solid #b9dce4}.about{padding-top:20px;padding-bottom:85px;display:grid;grid-template-columns:1fr 1.15fr;gap:95px}.about>div:last-child{padding-top:15px}.about h3{font-size:18px}.about p{color:var(--muted);font-size:13px;line-height:2}.about-sign{font-size:12px;display:block;margin-top:22px}.about-sign i{font-style:normal;color:#dbb98e;margin:0 12px}.cooperation{background:#703c22;color:white;display:flex;align-items:center;justify-content:space-between;padding-top:45px;padding-bottom:45px;border-radius:13px;max-width:1140px;position:relative;overflow:hidden}.cooperation:after{content:"";position:absolute;width:300px;height:300px;border:1px solid #ffffff12;border-radius:50%;right:30px;pointer-events:none}.cooperation .eyebrow{color:#ffd2a4;font-size:9px}.cooperation h2{font-size:29px;margin-top:9px}.cooperation p{font-size:12px;color:#f8dfc9;margin-bottom:0}.button.light{color:#703c22;background:#fff5e6;position:relative;z-index:1}footer{padding-top:50px;padding-bottom:26px}.footer-top{display:flex;align-items:center;gap:28px;padding-bottom:30px}.footer-top .brand{font-size:20px}.footer-top .brand-icon{width:36px;height:36px;border-radius:11px}.footer-top p{font-size:11px;color:#887466}.footer-top>a:last-child{margin-left:auto;font-size:11px}.footer-bottom{display:flex;justify-content:space-between;border-top:1px solid #efdfcd;padding-top:22px;color:#857364;font-size:10px}a:focus-visible,button:focus-visible{outline:3px solid #76bfd5;outline-offset:5px}
@media(min-width:1500px){.hero{min-height:720px}}@media(max-width:1000px){header,.section{padding-left:30px;padding-right:30px}nav{gap:18px}.hero{grid-template-columns:1.1fr 1fr;min-height:580px}h1{font-size:37px}.hero-art{transform:scale(.8);transform-origin:center left;margin-right:-70px}.value-strip{gap:30px}.value-strip>div{gap:20px}.how-inner,.about{gap:40px}.cooperation{margin-left:30px;margin-right:30px}.hero-actions{gap:20px}.hero-points{gap:14px}.benefit-grid article{padding:22px}.market span:nth-child(1){width:70%}.market span:nth-child(2){width:74%}}
@media(max-width:720px){html{scroll-padding-top:80px}header{height:80px;padding:0 22px;position:relative;flex-wrap:wrap;gap:0}.brand{font-size:22px}.brand-icon{height:39px;width:39px}.header-cta{margin-left:auto;margin-right:18px;font-size:11px;padding:10px 12px}.header-cta span{margin-left:6px}.menu-toggle{display:block;background:none;border:0;font-size:22px;color:var(--ink);padding:8px;cursor:pointer}nav{display:none;position:absolute;top:74px;left:15px;right:15px;background:white;box-shadow:0 15px 25px #8b4b201a;padding:16px 24px;border:1px solid #efdfcd;border-radius:8px;z-index:10;flex-direction:column;gap:5px}nav.open{display:flex}nav .active:after{display:none}.section{padding-left:24px;padding-right:24px}.hero{display:flex;flex-direction:column;align-items:stretch;padding-top:36px;padding-bottom:20px;min-height:0}.eyebrow{font-size:10px;letter-spacing:1.4px}h1{font-size:35px;letter-spacing:-1px;margin-top:20px}.hero-copy>p{font-size:13px}.hero-actions{margin-top:25px}.button{font-size:12px;padding:14px 19px;gap:20px}.hero-points{margin-top:25px;gap:22px}.hero-art{width:460px;max-width:none;height:480px;transform:scale(.72);transform-origin:top left;margin-top:20px;margin-bottom:-125px;align-self:center;margin-left:130px;margin-right:0}.value-strip{padding:20px 18px;flex-direction:column;gap:15px}.value-strip>span{font-size:11px}.value-strip>div{font-size:11px;gap:15px;letter-spacing:0}.value-strip b{font-size:12px}.benefits,.scenes{padding-top:55px;padding-bottom:55px}.section-heading{display:block;margin-bottom:26px}h2{font-size:27px}.section-heading>p{font-size:12px;margin-top:17px}.benefit-grid{grid-template-columns:1fr;gap:14px}.benefit-grid article{padding:24px;padding-left:82px}.number{font-size:8px}.feature-icon{position:absolute;left:25px;top:43px;margin:0}.benefit-grid h3{margin-top:13px;font-size:16px}.how-inner{grid-template-columns:1fr;gap:34px;padding-top:45px;padding-bottom:16px}.how-inner h2 br{display:none}.how-inner>div>p{margin:14px 0 18px}.steps article{gap:17px;padding:22px 0}.steps article>svg{margin-left:auto;width:22px}.steps article>span{font-size:27px}.steps h3{font-size:15px}.steps p{font-size:11px}.usage-note{font-size:10px}.scene-grid{grid-template-columns:1fr;gap:20px}.scene-drawing{height:180px}.scene-content{padding:22px}.scene-drawing span{transform:none}.mall span:nth-child(2){width:32%}.about{grid-template-columns:1fr;gap:22px;padding-bottom:50px;padding-top:0}.about>div:last-child{padding-top:0}.about h3{font-size:17px}.about p{font-size:12px}.cooperation{margin:0 20px;padding:30px 24px;display:block}.cooperation h2{font-size:24px}.cooperation p{font-size:11px;line-height:1.9}.cooperation .button{margin-top:24px}.footer-top{gap:17px;flex-wrap:wrap}.footer-top p{display:none}.footer-bottom{flex-direction:column;gap:12px;font-size:9px}footer{padding-top:35px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}

/* Official supplied brand artwork, shown in full without cropping. */
.brand-logo{display:block;width:84px;height:auto;object-fit:contain;flex-shrink:0}.footer-top .brand-logo{width:90px}.footer-bottom{flex-wrap:wrap;gap:12px 24px;align-items:center}.icp-link:hover{color:var(--brand);text-decoration:underline;text-underline-offset:3px}@media(max-width:720px){.brand-logo{width:70px}.footer-top .brand-logo{width:80px}.footer-bottom{align-items:flex-start}}

/* Actual seated electric shopping cart. */
.hero{gap:30px}.hero-copy{min-width:0}.product-showcase{margin:0;min-width:0;padding:20px;background:#faf8f1;border:1px solid #f0dcc3;border-radius:22px;box-shadow:0 18px 48px #9b571b09;transform:rotate(1deg)}.product-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:11px;color:#806c59;margin-bottom:18px}.product-dot{font-size:10px;white-space:nowrap;color:#9d5819}.product-dot:before{content:"";display:inline-block;width:6px;height:6px;border-radius:50%;background:#ff8529;margin-right:6px}.product-photo{display:block;width:100%;height:auto;border-radius:12px;object-fit:contain}.product-showcase figcaption{padding:22px 5px 3px}.product-showcase strong{font-size:24px;letter-spacing:1px}.product-showcase figcaption p{font-size:12px;line-height:1.9;color:var(--muted);margin:12px 0 18px}.product-tags{display:flex;gap:9px;flex-wrap:wrap}.product-tags span{font-size:10px;padding:7px 12px;border:1px solid #efdabd;border-radius:30px;color:#895b30;background:#fff9ed}@media(max-width:1000px){.hero{gap:22px}.product-showcase{padding:15px;transform:none}.product-heading{font-size:10px;gap:8px}}@media(max-width:720px){.hero{gap:32px;padding-bottom:36px}.product-showcase{width:100%;padding:15px;border-radius:16px}.product-showcase strong{font-size:23px}.product-showcase figcaption{padding-top:20px}}

/* Orange and sky-blue details echo the supplied logo. */
body{background:#fffefa}.brand-logo{border-radius:12px}header{border-bottom:1px solid #f4e9dc}.brand-accent{color:#e66a17}.header-cta{background:#fff4e6;color:#a7460e;border-color:#f4d0aa}.header-cta:hover{background:#ffe8cd}.button{border-radius:10px;box-shadow:0 6px 16px #c6530e16}.eyebrow>span{background:var(--orange)}.benefit-grid article{border-radius:16px}.benefit-grid article:nth-child(2){background:linear-gradient(125deg,#f0f9fb,#fffefa);border-color:#d7eaf0}.benefit-grid article:nth-child(2) .feature-icon{color:#37859c}.value-strip b{color:var(--sky)}.product-showcase{border-radius:24px;background:#fff8ed;transform:none}.product-tags span:nth-child(2){color:#38758a;border-color:#cce3ea;background:#eff8fa}.cooperation{background:linear-gradient(115deg,#703c22,#995024);border-radius:18px}.button.light{color:#713b20;box-shadow:none}.button.light:hover{background:#ffe8cb}.scene{border-radius:16px}.scene-two .scene-drawing span{border-color:#7ca8b8}.footer-top{padding-top:5px}

/* Lightweight animated brand illustration. */
.ride-scene{margin:0;min-width:0;position:relative;width:100%;align-self:center}.ride-art{display:block;width:100%;height:auto;stroke:none;overflow:hidden}.ride-caption{display:flex;align-items:center;justify-content:center;gap:9px;color:#8d6a4e;font-size:13px;letter-spacing:2px;margin-top:-12px}.ride-status{width:7px;height:7px;border-radius:50%;background:#ff9a36}.ride-toggle{display:block;margin:16px auto 0;padding:7px 12px;border:1px solid #eedeca;border-radius:20px;background:#fffaf1;color:#826f60;font:inherit;font-size:10px;cursor:pointer}.ride-toggle:hover{background:#ffefd9}.ride-vehicle{animation:ride-bob 2.5s ease-in-out infinite}.ride-wheel{transform-box:fill-box;transform-origin:center;animation:ride-spin 3s linear infinite}.ride-road{animation:ride-road 3s linear infinite}.ride-cloud{animation:ride-drift 7s ease-in-out infinite}.ride-spark{animation:ride-glint 3s ease-in-out infinite}.ride-scene.is-paused *{animation-play-state:paused!important}@keyframes ride-bob{0%,100%{transform:translate(0,0) rotate(0)}50%{transform:translate(-3px,-4px) rotate(-.3deg)}}@keyframes ride-spin{to{transform:rotate(-360deg)}}@keyframes ride-road{to{transform:translateX(110px)}}@keyframes ride-drift{50%{transform:translateX(12px)}}@keyframes ride-glint{0%,100%{opacity:.4}50%{opacity:1}}@media(max-width:720px){.ride-scene{max-width:480px;margin:auto}.ride-caption{font-size:12px;margin-top:0}}@media(prefers-reduced-motion:reduce){.ride-scene *{animation:none!important}.ride-toggle{display:none}}
