:root{--ink:#101010;--paper:#f6f2eb;--white:#fff;--red:#ff4f38;--blue:#2458ff;--lime:#d8ff45;--pink:#ff8fc7;--line:#d7d2ca;--muted:#6f6b65;--shadow:0 18px 50px rgba(16,16,16,.14)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Inter,"Helvetica Neue","PingFang SC","Microsoft YaHei",sans-serif;letter-spacing:0}button,a,input,textarea{font:inherit;letter-spacing:0}button{cursor:pointer}img{display:block;width:100%;object-fit:cover}a{color:inherit;text-decoration:none}.brand{display:flex;align-items:center;gap:10px}.brand>span{display:grid;place-items:center;width:38px;height:38px;background:var(--ink);color:var(--lime);font-weight:900}.brand>b{display:flex;flex-direction:column;font-size:15px}.brand small{font-size:8px;font-weight:600;letter-spacing:1px}.site-header{height:74px;padding:0 4vw;border-bottom:1px solid var(--ink);display:grid;grid-template-columns:1fr auto 1fr;align-items:center;position:relative;z-index:20;background:var(--paper)}.site-header nav{display:flex;gap:36px;font-size:13px;font-weight:700}.site-header nav a{position:relative}.site-header nav a:after{content:"";position:absolute;left:0;right:100%;bottom:-7px;height:3px;background:var(--red);transition:right .25s}.site-header nav a:hover:after{right:0}.header-cta{justify-self:end;display:flex;align-items:center;gap:8px;font-weight:900;font-size:12px}.header-cta svg{width:18px}.hero{min-height:calc(100vh - 74px);position:relative;display:grid;grid-template-columns:44% 56%;border-bottom:1px solid var(--ink);overflow:hidden}.hero-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(16,16,16,.07) 1px,transparent 1px),linear-gradient(90deg,rgba(16,16,16,.07) 1px,transparent 1px);background-size:48px 48px;pointer-events:none}.hero-copy{padding:10vh 3vw 4vh 5vw;position:relative;z-index:2}.eyebrow,.section-tag{font-size:11px;font-weight:900;letter-spacing:1.8px;text-transform:uppercase}.hero h1{font-size:clamp(70px,10vw,168px);line-height:.76;margin:36px 0 34px;letter-spacing:0;font-weight:950}.hero h1 span{display:block;font-size:.28em;color:var(--blue);margin-bottom:26px}.hero-copy>strong{display:block;font-size:clamp(22px,2.1vw,34px);max-width:600px;line-height:1.2}.hero-intro{max-width:510px;font-size:16px;line-height:1.8;margin:24px 0 30px}.hero-actions{display:flex;align-items:center;gap:24px}.hero-actions button{border:1px solid var(--ink);background:var(--red);color:var(--ink);padding:16px 20px;font-weight:900;box-shadow:6px 6px 0 var(--ink);display:flex;gap:8px;align-items:center;transition:.2s}.hero-actions button:hover{transform:translate(4px,4px);box-shadow:2px 2px 0 var(--ink)}.hero-actions a{font-size:13px;font-weight:800;display:flex;align-items:center;gap:7px}.hero-actions svg{width:17px}.hero dl{display:flex;margin:8vh 0 0;border-top:1px solid var(--ink)}.hero dl div{padding:15px 20px 0 0;min-width:140px}.hero dl dt{font-size:10px;color:var(--muted);font-weight:700}.hero dl dd{margin:5px 0;font-size:12px;font-weight:900}.hero-collage{position:relative;min-height:720px;background:var(--blue);overflow:hidden}.hero-collage:before{content:"GLOBAL\A RETAIL";white-space:pre;position:absolute;right:-18px;bottom:-25px;color:rgba(255,255,255,.13);font-size:9vw;line-height:.72;font-weight:950}.hero-collage figure{position:absolute;margin:0;border:2px solid var(--ink);box-shadow:9px 9px 0 var(--ink);overflow:hidden}.hero-collage figure img{height:100%}.collage-main{width:55%;height:62%;left:12%;top:11%;transform:rotate(-2deg);animation:floatMain 5s ease-in-out infinite}.collage-main figcaption{position:absolute;bottom:0;left:0;right:0;background:var(--lime);border-top:2px solid var(--ink);padding:12px;display:flex;justify-content:space-between;font-size:10px;font-weight:900}.collage-camera{width:34%;height:31%;right:4%;top:7%;transform:rotate(4deg);animation:floatCamera 5.8s ease-in-out infinite}.collage-camera figcaption,.collage-audio figcaption{position:absolute;bottom:0;left:0;background:var(--white);padding:8px 10px;font-size:10px;font-weight:800}.collage-audio{width:39%;height:31%;right:5%;bottom:9%;transform:rotate(-4deg);animation:floatAudio 6.4s ease-in-out infinite}.live-sticker{position:absolute;left:5%;bottom:8%;width:130px;height:130px;background:var(--red);border:2px solid var(--ink);border-radius:50%;display:flex;flex-direction:column;justify-content:center;align-items:center;box-shadow:7px 7px 0 var(--ink);animation:spinSticker 10s linear infinite}.live-sticker i{width:10px;height:10px;border-radius:50%;background:var(--ink);animation:pulse 1.1s infinite}.live-sticker span{font-size:11px;font-weight:900;margin-top:5px}.live-sticker b{font-size:24px}.route-line{position:absolute;top:46%;right:2%;background:var(--ink);color:var(--white);padding:10px 12px;display:flex;align-items:center;gap:7px;font-size:9px;font-weight:900;transform:rotate(3deg)}.route-line svg{width:13px;color:var(--lime)}@keyframes floatMain{50%{transform:translateY(-9px) rotate(-1deg)}}@keyframes floatCamera{50%{transform:translate(-7px,8px) rotate(3deg)}}@keyframes floatAudio{50%{transform:translate(8px,-7px) rotate(-2deg)}}@keyframes spinSticker{to{transform:rotate(360deg)}}@keyframes pulse{50%{opacity:.25;transform:scale(.7)}}.ticker{height:52px;background:var(--lime);border-bottom:1px solid var(--ink);overflow:hidden;display:flex;align-items:center}.ticker div{display:flex;align-items:center;gap:26px;white-space:nowrap;min-width:max-content;animation:marquee 18s linear infinite}.ticker span{font-size:23px;font-weight:950}.ticker b{font-size:12px;background:var(--ink);color:var(--lime);padding:5px 8px}@keyframes marquee{to{transform:translateX(-50%)}}.prototype-section{min-height:980px;padding:120px 6vw;display:grid;grid-template-columns:minmax(300px,1fr) minmax(500px,1.25fr);gap:5vw;align-items:center;background:var(--ink);color:var(--white);position:relative;overflow:hidden}.prototype-section:after{content:"SHOP";position:absolute;left:-30px;bottom:-55px;font-size:230px;font-weight:950;color:rgba(255,255,255,.035)}.prototype-copy{position:relative;z-index:2}.prototype-copy .section-tag{color:var(--lime)}.prototype-copy h2,.strategy-main h2,.system-head h2,.ai-title h2,.business-head h2{font-size:clamp(42px,5vw,78px);line-height:1.03;margin:22px 0;font-weight:900}.prototype-copy>p:not(.section-tag){max-width:540px;color:#c5c5c5;line-height:1.9}.prototype-points{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:34px 0}.prototype-points span{display:flex;align-items:center;gap:10px;font-size:12px;font-weight:800;border-top:1px solid #444;padding-top:12px}.prototype-points svg{width:18px;color:var(--lime)}.text-action{border:0;background:none;color:var(--white);padding:0 0 8px;border-bottom:2px solid var(--red);font-size:13px;font-weight:900;display:flex;gap:8px;align-items:center}.text-action svg{width:17px}.phone-stage{height:820px;position:relative;display:flex;justify-content:center;align-items:center}.phone-stage:before{content:"";position:absolute;width:610px;height:610px;background:var(--pink);border-radius:50%;border:2px solid var(--white)}.stage-label{position:absolute;z-index:3;background:var(--lime);color:var(--ink);border:2px solid var(--ink);padding:8px 12px;font-size:10px;font-weight:900}.label-one{top:8%;left:0;transform:rotate(-5deg)}.label-two{right:0;bottom:10%;transform:rotate(5deg);background:var(--red)}.phone-shell{width:390px;height:780px;background:#0b0b0b;border:8px solid #292929;border-radius:48px;box-shadow:0 40px 90px rgba(0,0,0,.45);overflow:hidden;position:relative;z-index:4}.phone-top{height:29px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:0 18px;color:#fff;font-size:10px;font-weight:800}.phone-top>i{width:72px;height:19px;background:#292929;border-radius:0 0 13px 13px;align-self:start}.phone-top>div{display:flex;justify-content:flex-end;gap:3px}.phone-top svg{width:12px}.mini-app{height:calc(100% - 29px - 64px);overflow-y:auto;background:#f7f6f3;color:var(--ink);position:relative;scrollbar-width:none}.mini-app::-webkit-scrollbar{display:none}.app-page{min-height:100%;animation:pageIn .3s ease}.app-page[hidden],.product-sheet[hidden],.checkout-view[hidden],.success-view[hidden],.brand-desk[hidden]{display:none!important}@keyframes pageIn{from{opacity:.35;transform:translateY(8px)}}.app-head,.simple-app-head{display:flex;align-items:center;justify-content:space-between;padding:16px 16px 12px}.market-select{border:0;background:none;text-align:left;padding:0;display:grid;grid-template-columns:1fr auto;align-items:end;column-gap:5px}.market-select span{grid-column:1/3;font-size:8px;color:#777}.market-select b{font-size:12px}.market-select svg{width:14px}.icon-button{border:1px solid #ddd;background:#fff;width:34px;height:34px;border-radius:50%;display:grid;place-items:center}.icon-button svg{width:16px}.home-lead{margin:0 12px;background:var(--blue);color:#fff;height:235px;display:grid;grid-template-columns:52% 48%;overflow:hidden}.home-lead>div{padding:25px 0 20px 18px;z-index:1}.home-lead small{font-size:8px;color:var(--lime);font-weight:800}.home-lead h3{font-size:26px;line-height:1.05;margin:14px 0 22px}.home-lead button{border:0;background:var(--lime);padding:9px 10px;font-size:10px;font-weight:900}.home-lead img{height:100%;clip-path:polygon(20% 0,100% 0,100% 100%,0 100%)}.service-strip{margin:12px;display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:#ddd}.service-strip span{background:#fff;padding:10px 4px;display:flex;align-items:center;justify-content:center;gap:4px;font-size:8px;font-weight:800}.service-strip svg{width:13px;color:var(--blue)}.section-title{display:flex;justify-content:space-between;align-items:end;padding:13px 14px 9px}.section-title small,.simple-app-head small{font-size:7px;color:#888;letter-spacing:1px}.section-title h3,.simple-app-head h2{margin:2px 0 0;font-size:19px}.section-title button{border:0;background:none;font-size:9px;display:flex;align-items:center}.section-title svg{width:12px}.live-row{display:grid;grid-template-columns:1fr 1fr;gap:9px;padding:0 12px}.live-row button{border:0;background:none;text-align:left;padding:0}.live-row button>span{height:105px;position:relative;display:block;overflow:hidden}.live-row img{height:100%}.live-row i{position:absolute;left:6px;top:6px;background:var(--red);color:#fff;font-size:7px;font-style:normal;padding:3px 5px;font-weight:900}.live-row b,.live-row small{display:block}.live-row b{font-size:10px;margin-top:6px}.live-row small{font-size:8px;color:#888;margin-top:2px}.home-products{display:grid;grid-template-columns:1fr 1fr;gap:10px;padding:0 12px 20px}.home-products article button{padding:0;border:0;background:#fff;position:relative;width:100%;height:125px}.home-products article img{height:100%}.home-products article button span{position:absolute;left:5px;bottom:5px;background:var(--lime);padding:3px 5px;font-size:7px;font-weight:900}.home-products h4{font-size:10px;margin:7px 0 3px}.home-products p{margin:0}.home-products strong{font-size:13px}.home-products small{font-size:7px;color:#888;margin-left:4px}.live-video{height:580px;position:relative;color:#fff;overflow:hidden;background:#111}.live-video>img{height:100%}.video-shade{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.35),transparent 35%,rgba(0,0,0,.82))}.live-video header{position:absolute;left:12px;right:12px;top:12px;display:flex;align-items:center;justify-content:space-between}.live-host{border:0;background:rgba(0,0,0,.38);color:#fff;border-radius:30px;padding:4px 10px 4px 4px;display:flex;gap:7px;align-items:center;text-align:left}.live-host>span{width:29px;height:29px;background:var(--red);border-radius:50%;display:grid;place-items:center;font-weight:900}.live-host b{font-size:9px}.live-host small{display:block;font-size:7px;font-weight:500}.light{background:rgba(0,0,0,.35);border-color:rgba(255,255,255,.5);color:#fff}.live-status{position:absolute;left:12px;top:60px;display:flex;gap:6px;align-items:center}.live-status span{background:var(--red);padding:4px 6px;font-size:7px;font-weight:900}.live-status span i{display:inline-block;width:5px;height:5px;background:#fff;border-radius:50%;animation:pulse 1s infinite}.live-status b{font-size:8px;background:rgba(0,0,0,.38);padding:4px 6px}.translate-badge{position:absolute;right:12px;top:60px;background:rgba(0,0,0,.45);padding:4px 6px;font-size:7px;display:flex;gap:4px;align-items:center}.translate-badge svg{width:11px}.live-caption{position:absolute;left:14px;right:15px;bottom:198px}.live-caption small{font-size:8px;color:var(--lime);font-weight:900}.live-caption h3{font-size:25px;line-height:1.05;margin:7px 0}.live-caption p{font-size:8px;margin:0;color:#ddd}.floating-comments{position:absolute;left:14px;bottom:118px}.floating-comments p{font-size:7px;background:rgba(0,0,0,.45);width:max-content;max-width:230px;padding:4px 7px;border-radius:10px;margin:3px 0;animation:commentIn .5s ease}.floating-comments b{color:var(--lime)}@keyframes commentIn{from{opacity:0;transform:translateX(-8px)}}.live-pin{position:absolute;left:10px;right:10px;bottom:12px;background:#fff;color:#111;padding:8px;display:grid;grid-template-columns:60px 1fr 42px;gap:8px;align-items:center}.live-pin img{height:58px}.live-pin small,.live-pin b{display:block}.live-pin small{font-size:7px;color:#777}.live-pin b{font-size:9px;margin:4px 0}.live-pin span{display:flex;gap:5px;align-items:center}.live-pin strong{font-size:15px;color:var(--red)}.live-pin del{font-size:7px;color:#888}.live-pin button{border:0;background:var(--red);height:42px;font-weight:900}.channel-switch{display:flex;padding:10px 10px 5px;gap:5px;overflow:auto}.channel-switch button{border:1px solid #ddd;background:#fff;padding:7px 10px;white-space:nowrap;font-size:8px}.channel-switch button.is-active{background:var(--ink);color:#fff;border-color:var(--ink)}.live-tool-row{display:grid;grid-template-columns:1fr 1fr 1fr;gap:5px;padding:5px 10px 20px}.live-tool-row button{border:1px solid #ddd;background:#fff;padding:8px 2px;font-size:7px;display:flex;align-items:center;justify-content:center;gap:3px}.live-tool-row svg{width:12px}.bag-count{display:inline-grid;place-items:center;min-width:14px;height:14px;border-radius:10px;background:var(--red);color:#fff;font-size:7px}.simple-app-head{padding-top:18px}.text-button{border:0;background:none;color:var(--red);font-size:9px}.shop-search{margin:0 12px 10px;height:38px;background:#fff;border:1px solid #ddd;display:flex;align-items:center;padding:0 10px;gap:7px}.shop-search svg{width:15px;color:#777}.shop-search input{border:0;outline:0;width:100%;font-size:10px;background:transparent}.shop-filters,.origin-line{display:flex;gap:5px;padding:0 12px;overflow:auto}.shop-filters button,.origin-line button{border:1px solid #ddd;background:#fff;padding:7px 13px;font-size:8px;white-space:nowrap}.shop-filters button.is-active{background:var(--ink);color:#fff}.origin-line{padding-top:8px}.origin-line button{border:0;background:none;padding:4px 10px;color:#777}.origin-line button.is-active{color:var(--blue);font-weight:900}.product-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px 8px;padding:12px}.product-grid article button{border:0;background:none;padding:0;text-align:left;width:100%}.product-grid article button>span{display:block;height:150px;background:#fff;position:relative}.product-grid img{height:100%}.product-grid i{position:absolute;left:5px;bottom:5px;background:var(--lime);font-style:normal;font-size:7px;padding:3px 5px;font-weight:800}.product-grid h3{font-size:10px;margin:6px 0 2px}.product-grid p{font-size:7px;color:#777;margin:0 0 4px}.product-grid strong{font-size:13px}.product-grid small{font-size:7px;color:#888}.empty-state{text-align:center;padding:80px 20px;color:#777;font-size:10px}.bag-empty{text-align:center;padding:90px 35px}.bag-empty>svg{width:45px;height:45px;color:#bbb}.bag-empty h3{font-size:18px;margin:16px 0 7px}.bag-empty p{font-size:10px;color:#777;line-height:1.6}.bag-empty button{border:0;background:var(--blue);color:#fff;padding:10px 18px;font-size:10px}.bag-content{padding:0 12px 25px}.bag-items article{background:#fff;padding:9px;margin-bottom:8px;display:grid;grid-template-columns:75px 1fr auto;gap:8px;align-items:center}.bag-items img{height:74px}.bag-items h3{font-size:10px;margin:0 0 4px}.bag-items small{display:block;color:#777;font-size:7px}.bag-items strong{font-size:13px}.bag-items button{border:0;background:none;color:#999;padding:3px}.bag-items button svg{width:14px}.identity-line{background:#edf2ff;padding:10px;display:flex;align-items:center;gap:8px;margin:10px 0}.identity-line>svg{width:20px;color:var(--blue)}.identity-line div{flex:1}.identity-line b,.identity-line small{display:block;font-size:8px}.identity-line small{color:#777;margin-top:3px}.identity-line button{border:0;background:none;font-size:8px;color:var(--blue)}.bag-summary{background:#fff;padding:10px 12px}.bag-summary p,.bag-summary>strong{display:flex;justify-content:space-between;margin:7px 0;font-size:9px}.bag-summary>strong{border-top:1px solid #ddd;padding-top:10px;font-size:12px}.primary-app-button,.pay-button{border:0;background:var(--red);width:100%;padding:13px;margin-top:10px;font-weight:900;display:flex;justify-content:space-between}.order-tabs{display:flex;gap:4px;padding:0 12px 10px}.order-tabs button{border:0;background:none;padding:6px 8px;font-size:8px;color:#777}.order-tabs button.is-active{background:var(--ink);color:#fff}.order-card{background:#fff;margin:0 12px 12px;padding:11px}.order-head{display:flex;justify-content:space-between;font-size:7px;color:#777}.order-head b{color:var(--blue)}.order-head b.completed{color:#28966d}.order-product{display:grid;grid-template-columns:70px 1fr;gap:9px;margin:10px 0}.order-product img{height:67px}.order-product h3{font-size:10px;margin:4px 0}.order-product p{font-size:7px;color:#777}.order-product strong{font-size:12px}.route-progress{display:grid;grid-template-columns:8px 1fr 8px 1fr 8px 1fr 8px 1fr 8px;align-items:center}.route-progress i{width:8px;height:8px;border:1px solid #ccc;border-radius:50%}.route-progress span{height:2px;background:#ddd}.route-progress .done{background:var(--blue);border-color:var(--blue)}.route-progress .active{border:2px solid var(--blue);animation:pulse 1.2s infinite}.route-labels{display:flex;justify-content:space-between;font-size:6px;color:#888;margin-top:4px}.order-card>button{border:1px solid #ddd;background:#fff;width:100%;padding:8px;margin-top:10px;font-size:8px}.order-actions{display:flex;justify-content:flex-end;gap:5px}.order-actions button{border:1px solid #ddd;background:#fff;padding:6px 8px;font-size:7px}.merchant-entry{margin:15px 12px 30px;width:calc(100% - 24px);background:var(--ink);color:#fff;border:0;padding:12px;display:grid;grid-template-columns:auto 1fr auto;gap:10px;align-items:center;text-align:left}.merchant-entry>svg{width:19px;color:var(--lime)}.merchant-entry b,.merchant-entry small{display:block;font-size:9px}.merchant-entry small{color:#aaa;margin-top:3px}.product-sheet{position:absolute;inset:0;z-index:20}.sheet-mask{position:absolute;inset:0;border:0;background:rgba(0,0,0,.55);width:100%}.sheet-panel{position:absolute;left:0;right:0;bottom:0;max-height:91%;overflow:auto;background:#f8f7f4;padding:12px;border-radius:18px 18px 0 0;animation:sheetUp .3s ease}@keyframes sheetUp{from{transform:translateY(100%)}}.sheet-handle{width:35px;height:3px;border-radius:3px;background:#ccc;margin:0 auto 8px}.sheet-close{position:absolute;right:12px;top:13px;width:29px;height:29px;border:0;border-radius:50%;background:rgba(255,255,255,.85);z-index:2}.sheet-close svg{width:15px}.sheet-product{display:grid;grid-template-columns:115px 1fr;gap:12px;align-items:center}.sheet-product img{height:125px}.sheet-product>div>span{font-size:7px;color:#777}.sheet-product h3{font-size:15px;margin:7px 0}.sheet-product p{margin:0}.sheet-product strong{font-size:21px;color:var(--red)}.sheet-product del{font-size:9px;color:#888;margin-left:5px}.trust-row{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:#ddd;margin:10px 0}.trust-row span{background:#fff;padding:8px 3px;display:flex;align-items:center;justify-content:center;gap:3px;font-size:6px}.trust-row svg{width:11px;color:var(--blue)}.option-block>span,.delivery-choice>span{font-size:8px;font-weight:800}.option-block>div{display:flex;gap:5px;margin-top:7px}.option-block button{border:1px solid #ddd;background:#fff;padding:7px 11px;font-size:8px}.option-block button.is-selected{border-color:var(--ink);background:var(--ink);color:#fff}.delivery-choice{margin-top:10px}.delivery-choice label{margin-top:6px;border:1px solid #ddd;background:#fff;padding:8px;display:grid;grid-template-columns:auto 1fr auto;gap:6px;align-items:center}.delivery-choice label.is-selected{border-color:var(--blue);background:#edf2ff}.delivery-choice input{accent-color:var(--blue)}.delivery-choice b,.delivery-choice small{display:block;font-size:8px}.delivery-choice small{font-weight:400;color:#777;margin-top:3px}.delivery-choice strong{font-size:9px}.tax-box{background:#fff;margin-top:9px;padding:8px 10px}.tax-box p,.tax-box>strong{display:flex;justify-content:space-between;margin:5px 0;font-size:8px}.tax-box>strong{padding-top:7px;border-top:1px solid #ddd;font-size:10px}.tax-box button{border:0;background:none;padding:0;vertical-align:middle}.tax-box svg{width:11px}.quantity-row{display:flex;justify-content:space-between;align-items:center;margin:10px 0;font-size:8px}.quantity-row small{color:#888}.quantity-row>div{display:flex;align-items:center}.quantity-row button{width:28px;height:28px;border:1px solid #ddd;background:#fff}.quantity-row svg{width:12px}.quantity-row b{min-width:26px;text-align:center}.sheet-actions{display:grid;grid-template-columns:1fr 1.2fr;gap:7px}.sheet-actions button{border:1px solid var(--ink);background:#fff;padding:11px 5px;font-size:9px;font-weight:900}.sheet-actions button:first-child{display:flex;align-items:center;justify-content:center;gap:4px}.sheet-actions button:last-child{background:var(--red)}.sheet-actions svg{width:14px}.checkout-view,.success-view,.brand-desk{position:absolute;inset:0;background:#f7f6f3;z-index:30}.checkout-view>header,.brand-desk>header{height:62px;padding:10px 12px;display:grid;grid-template-columns:36px 1fr 36px;align-items:center;border-bottom:1px solid #ddd;background:#fff}.checkout-view>header button,.brand-desk>header>button:first-child{border:0;background:none}.checkout-view header svg,.brand-desk header svg{width:17px}.checkout-view header small,.brand-desk header small{font-size:6px;color:#888}.checkout-view header h2,.brand-desk header h2{font-size:14px;margin:2px 0}.checkout-scroll,.brand-scroll{height:calc(100% - 119px);overflow:auto;padding:12px}.checkout-scroll section{margin-bottom:12px}.checkout-scroll section>span{font-size:8px;font-weight:900;display:block;margin-bottom:6px}.address-card,.realname-card{background:#fff;padding:10px;display:grid;grid-template-columns:auto 1fr auto;gap:7px;align-items:center}.address-card>svg,.realname-card>svg{width:18px;color:var(--blue)}.address-card b,.realname-card b{font-size:9px}.address-card p,.realname-card p{font-size:7px;color:#777;margin:4px 0}.realname-card button{border:0;background:none;color:var(--blue);font-size:7px}.checkout-delivery{display:grid;grid-template-columns:1fr 1fr;gap:6px}.checkout-delivery button{background:#fff;border:1px solid #ddd;padding:9px;text-align:left}.checkout-delivery button.is-selected{border-color:var(--blue);background:#edf2ff}.checkout-delivery b,.checkout-delivery small{display:block;font-size:8px}.checkout-delivery small{font-size:6px;color:#777;margin-top:4px}.pay-methods{background:#fff}.pay-methods label{display:grid;grid-template-columns:auto auto 1fr auto;align-items:center;gap:7px;padding:10px;border-bottom:1px solid #eee;font-size:9px}.pay-methods input{display:none}.pay-methods svg{width:16px}.pay-methods label svg:last-child{opacity:0;color:var(--blue)}.pay-methods label.is-selected svg:last-child{opacity:1}.checkout-total{background:#fff;padding:10px}.checkout-total p,.checkout-total strong{display:flex;justify-content:space-between;font-size:8px;margin:6px 0}.checkout-total strong{font-size:11px;padding-top:7px;border-top:1px solid #ddd}.pay-button{position:absolute;left:12px;right:12px;bottom:10px;width:calc(100% - 24px);margin:0}.success-view{text-align:center;padding:70px 24px 30px;overflow:auto}.success-burst{width:70px;height:70px;background:var(--lime);border:2px solid var(--ink);border-radius:50%;display:grid;place-items:center;margin:0 auto 18px;box-shadow:6px 6px 0 var(--ink);animation:successPop .5s cubic-bezier(.18,.89,.32,1.28)}@keyframes successPop{from{transform:scale(0) rotate(-30deg)}}.success-view>small{font-size:7px;letter-spacing:1px}.success-view h2{font-size:22px;margin:7px 0}.success-view>p{font-size:9px;line-height:1.7;color:#666}.success-route{text-align:left;background:#fff;margin:20px 0;padding:12px}.success-route div{display:grid;grid-template-columns:28px 1fr auto;align-items:center;padding:8px 0;border-bottom:1px solid #eee}.success-route span{font-size:8px;color:var(--blue)}.success-route b,.success-route small{font-size:8px}.success-route small{color:#777}.success-number{display:flex;justify-content:space-between;font-size:8px;margin-bottom:16px}.success-view>button{width:100%;padding:11px;border:1px solid var(--ink);background:#fff;font-size:9px;margin-bottom:7px}.success-view>button:first-of-type{background:var(--ink);color:#fff}.brand-desk{background:#111;color:#fff}.brand-desk>header{background:#111;border-color:#333}.brand-desk .icon-button{background:#242424;border-color:#444;color:#fff}.brand-scroll{height:calc(100% - 62px)}.brand-overview{display:grid;grid-template-columns:1.35fr 1fr;gap:7px}.brand-overview>div{background:var(--blue);padding:12px}.brand-overview>div:last-child{background:var(--lime);color:#111}.brand-overview span,.brand-overview small{display:block;font-size:7px}.brand-overview strong{display:block;font-size:21px;margin:6px 0}.brand-overview small svg{width:11px;vertical-align:middle}.live-control,.ai-workbench,.inventory-section{margin-top:8px;background:#1c1c1c;padding:11px}.brand-section-title{display:flex;justify-content:space-between;align-items:center}.brand-section-title small{font-size:6px;color:#999}.brand-section-title h3{font-size:12px;margin:3px 0}.brand-section-title>span{font-size:7px;color:var(--red)}.brand-section-title>span i{display:inline-block;width:5px;height:5px;border-radius:50%;background:var(--red);animation:pulse 1s infinite}.live-chart{height:95px;margin-top:10px}.live-chart>div{height:70px;display:flex;align-items:flex-end;gap:5px;border-bottom:1px solid #444}.live-chart i{display:block;flex:1;height:var(--h);background:var(--lime);animation:bars 1s ease both}@keyframes bars{from{height:0}}.live-chart p{display:flex;justify-content:space-between;font-size:7px;color:#aaa}.brand-actions{display:grid;grid-template-columns:1fr 1fr;gap:5px}.brand-actions button,.translation-box button,.stock-confirm{border:1px solid #444;background:#292929;color:#fff;padding:8px 4px;font-size:7px}.brand-actions button{display:flex;align-items:center;justify-content:center;gap:4px}.brand-actions svg{width:12px}.ai-workbench>p{font-size:7px;line-height:1.6;color:#aaa}.translation-box{border:1px solid #444;padding:8px}.translation-box>span{font-size:7px;color:var(--lime)}.translation-box textarea{width:100%;resize:none;background:#111;border:0;color:#ddd;padding:7px;margin:5px 0;font-size:8px;line-height:1.5}.translation-box>div{display:flex;justify-content:flex-end;gap:5px}.translation-box button{display:flex;align-items:center;gap:4px}.translation-box button:last-child{background:var(--lime);color:#111;border-color:var(--lime)}.translation-box svg{width:12px}.inventory-section article{display:grid;grid-template-columns:45px 1fr auto;gap:8px;align-items:center;padding:8px 0;border-bottom:1px solid #333}.inventory-section article img{height:42px}.inventory-section article b,.inventory-section article small{display:block;font-size:8px}.inventory-section article small{font-size:6px;color:#888}.inventory-section article p{height:3px;background:#333;margin:5px 0 0}.inventory-section article p span{display:block;width:var(--w);height:100%;background:var(--red)}.inventory-section article>strong{font-size:15px}.inventory-section article>strong small{display:inline}.brand-section-title>button{border:0;background:none;color:#aaa;font-size:7px}.stock-confirm{width:100%;background:var(--red);color:#111;border-color:var(--red);font-weight:900;margin-top:9px}.app-nav{height:64px;background:#fff;border-top:1px solid #ddd;display:grid;grid-template-columns:repeat(5,1fr);position:relative;z-index:10}.app-nav button{border:0;background:#fff;color:#999;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;font-size:7px;position:relative}.app-nav button.is-active{color:var(--blue);font-weight:900}.app-nav svg{width:18px}.app-nav .bag-count{position:absolute;top:8px;right:16px}.toast{position:fixed;left:50%;bottom:26px;transform:translate(-50%,18px);background:var(--ink);color:#fff;border:1px solid #555;padding:11px 15px;font-size:12px;z-index:100;opacity:0;pointer-events:none;transition:.25s;max-width:90%;text-align:center}.toast.is-visible{opacity:1;transform:translate(-50%,0)}.strategy-section{display:grid;grid-template-columns:18% 82%;border-bottom:1px solid var(--ink)}.section-number{font-size:18vw;font-weight:950;color:var(--red);line-height:.75;padding:100px 0 0 2vw;overflow:hidden}.strategy-main{padding:120px 6vw 120px 4vw;border-left:1px solid var(--ink)}.strategy-main h2 strong{color:var(--blue)}.strategy-lead{display:grid;grid-template-columns:1fr 1fr;gap:5vw;margin:45px 0 70px}.strategy-lead>p{font-size:16px;line-height:1.9}.strategy-lead blockquote{margin:0;background:var(--lime);border:1px solid var(--ink);box-shadow:8px 8px 0 var(--ink);padding:24px;transform:rotate(1deg)}.strategy-lead blockquote span,.strategy-lead blockquote b{display:block}.strategy-lead blockquote span{font-size:11px;margin-bottom:20px}.strategy-lead blockquote b{font-size:23px;line-height:1.4}.pain-grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--ink);border-left:1px solid var(--ink)}.pain-grid article{padding:24px;border-right:1px solid var(--ink);border-bottom:1px solid var(--ink);min-height:270px;transition:.25s}.pain-grid article:hover{background:var(--red);transform:translateY(-8px)}.pain-grid article>span{font-size:9px;font-weight:900}.pain-grid svg{width:34px;height:34px;display:block;margin:35px 0 25px}.pain-grid h3{font-size:19px}.pain-grid p{font-size:13px;line-height:1.7}.system-section{padding:120px 6vw;background:#fff}.system-head{max-width:900px}.system-head>p:last-child{max-width:650px;line-height:1.8}.system-flow{display:grid;grid-template-columns:1fr auto 1fr auto 1fr auto 1fr auto 1fr;margin:70px 0 110px;border-top:1px solid var(--ink);border-bottom:1px solid var(--ink)}.system-flow article{padding:25px 12px;min-height:230px}.system-flow article>span{font-size:11px;color:var(--blue);font-weight:900}.system-flow article>svg{width:27px;height:27px;display:block;margin:34px 0 20px}.system-flow h3{font-size:17px}.system-flow p{font-size:12px;line-height:1.6;color:var(--muted)}.system-flow>b{display:grid;place-items:center}.system-flow>b svg{width:18px}.feature-layout{display:grid;grid-template-columns:1.1fr 1fr;gap:6vw;align-items:center}.feature-visual{height:660px;position:relative;overflow:hidden}.feature-visual img{height:100%}.feature-visual:after{content:"GLOBAL FULFILLMENT";position:absolute;left:0;bottom:0;background:var(--blue);color:#fff;padding:14px;font-size:13px;font-weight:900}.feature-visual>span{position:absolute;right:15px;top:15px;background:var(--lime);border:1px solid var(--ink);padding:8px;font-size:9px;font-weight:900;display:flex;align-items:center;gap:5px}.scan-overlay{position:absolute;left:0;right:0;top:0;height:3px;background:var(--red);box-shadow:0 0 14px var(--red);animation:scan 4s linear infinite}@keyframes scan{50%{top:100%}}.feature-list article{display:grid;grid-template-columns:50px 1fr;gap:16px;padding:25px 0;border-top:1px solid var(--ink)}.feature-list article>span{color:var(--red);font-weight:900}.feature-list h3{font-size:21px;margin:0 0 8px}.feature-list p{font-size:13px;line-height:1.7;color:var(--muted);margin:0}.ai-boundary{display:grid;grid-template-columns:1fr 1.2fr;padding:120px 6vw;background:var(--blue);color:#fff;gap:8vw}.boundary-grid{display:grid;grid-template-columns:1fr 1fr;border:1px solid #fff}.boundary-grid article{padding:32px}.boundary-grid article+article{border-left:1px solid #fff}.boundary-grid article>span{font-size:10px;font-weight:900;color:var(--lime)}.boundary-grid h3{font-size:25px;margin:20px 0}.boundary-grid ul{list-style:none;padding:0;margin:0}.boundary-grid li{border-top:1px solid rgba(255,255,255,.3);padding:14px 0;font-size:12px}.boundary-grid .human{background:var(--lime);color:var(--ink)}.boundary-grid .human>span{color:var(--blue)}.boundary-grid .human li{border-color:rgba(0,0,0,.2)}.business-section{padding:120px 6vw}.business-head{max-width:950px}.business-head>p:last-child{max-width:700px;line-height:1.8}.revenue-board{display:grid;grid-template-columns:repeat(4,1fr);margin-top:60px;border:1px solid var(--ink);box-shadow:12px 12px 0 var(--red)}.revenue-board article{padding:26px;min-height:330px}.revenue-board article+article{border-left:1px solid var(--ink)}.revenue-board article>span{font-size:11px;color:var(--blue);font-weight:900}.revenue-board h3{font-size:19px;margin:35px 0 20px}.revenue-board strong{font-size:28px}.revenue-board strong small{font-size:11px}.revenue-board p{font-size:12px;line-height:1.7;color:var(--muted);margin-top:40px}.investment-grid{display:grid;grid-template-columns:1fr 1fr;margin-top:120px;background:var(--ink);color:#fff}.investment-copy{padding:60px}.investment-copy .section-tag{color:var(--lime)}.investment-copy h3{font-size:42px;line-height:1.15}.investment-copy p:last-child{color:#bbb;line-height:1.8}.metrics{display:grid;grid-template-columns:repeat(3,1fr);background:var(--lime);color:var(--ink)}.metrics article{padding:30px 18px;border-left:1px solid var(--ink);display:flex;flex-direction:column;justify-content:center}.metrics span,.metrics small{font-size:9px}.metrics b{font-size:80px;line-height:1;margin:20px 0;color:var(--blue)}.vision-section{display:grid;grid-template-columns:1.3fr 1fr;background:var(--red);border-top:1px solid var(--ink);border-bottom:1px solid var(--ink)}.vision-media{height:620px;position:relative}.vision-media img{height:100%;filter:saturate(.8)}.vision-media span{position:absolute;left:20px;bottom:20px;background:var(--lime);padding:9px;font-size:10px;font-weight:900}.vision-copy{padding:80px 5vw;display:flex;flex-direction:column;justify-content:center}.vision-copy h2{font-size:clamp(48px,5vw,85px);line-height:.95;margin:25px 0}.vision-copy p:last-child{line-height:1.9}.seo-section{padding:20px 6vw;background:var(--lime);border-bottom:1px solid var(--ink)}.seo-section p{font-size:9px;line-height:1.7;margin:0;font-weight:700}footer{min-height:150px;padding:35px 4vw;display:grid;grid-template-columns:1fr 1fr auto;gap:25px;align-items:center;background:#fff}footer>div small,footer>div b{display:block}footer>div small{font-size:9px;color:var(--muted);margin-bottom:7px}footer>div b{font-size:12px}footer>a:last-child{width:42px;height:42px;background:var(--ink);color:#fff;display:grid;place-items:center}.reveal{opacity:0;transform:translateY(35px);transition:opacity .75s ease,transform .75s ease}.reveal.is-visible{opacity:1;transform:none}
@media(max-width:1050px){.site-header nav{display:none}.site-header{grid-template-columns:1fr auto}.hero{grid-template-columns:1fr;min-height:auto}.hero-copy{padding-bottom:8vh}.hero-collage{min-height:700px}.prototype-section{grid-template-columns:1fr;padding-top:90px}.prototype-copy{max-width:720px}.phone-stage{margin-top:20px}.strategy-section{grid-template-columns:1fr}.section-number{display:none}.strategy-main{border-left:0}.pain-grid{grid-template-columns:1fr 1fr}.system-flow{grid-template-columns:1fr 1fr 1fr 1fr 1fr}.system-flow>b{display:none}.feature-layout{grid-template-columns:1fr}.feature-visual{height:520px}.ai-boundary{grid-template-columns:1fr}.revenue-board{grid-template-columns:1fr 1fr}.revenue-board article:nth-child(3){border-left:0;border-top:1px solid var(--ink)}.revenue-board article:nth-child(4){border-top:1px solid var(--ink)}.investment-grid{grid-template-columns:1fr}.vision-section{grid-template-columns:1fr}.vision-media{height:500px}}
@media(max-width:650px){.site-header{height:64px;padding:0 18px}.header-cta{font-size:10px}.hero-copy{padding:60px 20px 50px}.hero h1{font-size:78px;margin-top:30px}.hero h1 span{margin-bottom:16px}.hero-copy>strong{font-size:22px}.hero-intro{font-size:14px}.hero-actions{align-items:flex-start;flex-direction:column}.hero dl{overflow:auto;margin-top:55px}.hero dl div{min-width:130px}.hero-collage{min-height:520px}.collage-main{height:58%;width:62%;left:7%}.collage-camera{width:36%;right:2%}.collage-audio{width:43%;right:3%;bottom:7%}.live-sticker{width:92px;height:92px;left:3%}.live-sticker b{font-size:18px}.route-line{top:50%;font-size:7px}.ticker{height:44px}.ticker span{font-size:18px}.prototype-section{padding:80px 16px}.prototype-copy h2,.strategy-main h2,.system-head h2,.ai-title h2,.business-head h2{font-size:39px}.prototype-points{grid-template-columns:1fr}.phone-stage{height:730px}.phone-stage:before{width:390px;height:390px}.phone-shell{width:min(390px,96vw);height:720px;border-radius:42px}.stage-label{display:none}.strategy-main,.system-section,.business-section{padding:80px 20px}.strategy-lead{grid-template-columns:1fr;margin-bottom:50px}.strategy-lead blockquote b{font-size:19px}.pain-grid{grid-template-columns:1fr}.pain-grid article{min-height:220px}.system-flow{grid-template-columns:1fr}.system-flow article{min-height:auto;border-bottom:1px solid var(--line)}.feature-visual{height:420px}.ai-boundary{padding:80px 20px}.boundary-grid{grid-template-columns:1fr}.boundary-grid article+article{border-left:0;border-top:1px solid #fff}.revenue-board{grid-template-columns:1fr}.revenue-board article+article{border-left:0;border-top:1px solid var(--ink)}.revenue-board article{min-height:250px}.investment-grid{margin-top:80px}.investment-copy{padding:35px 24px}.investment-copy h3{font-size:32px}.metrics{grid-template-columns:1fr}.metrics article{border-left:0;border-top:1px solid var(--ink)}.metrics b{font-size:55px}.vision-media{height:430px}.vision-copy{padding:60px 20px}.vision-copy h2{font-size:55px}footer{grid-template-columns:1fr auto}footer>div{grid-column:1/3;grid-row:2}.reveal{transform:translateY(22px)}}
@media(max-width:360px){.phone-shell{width:100%;border-width:5px}.prototype-section{padding-left:8px;padding-right:8px}.prototype-copy{padding:0 8px}.phone-stage:before{width:330px;height:330px}.hero h1{font-size:68px}.hero dl div{min-width:118px}.strategy-main,.system-section,.business-section,.ai-boundary{padding-left:16px;padding-right:16px}.app-nav .bag-count{right:10px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.collage-main,.collage-camera,.collage-audio,.live-sticker,.ticker div,.scan-overlay,.live-status span i,.brand-section-title>span i,.route-progress .active,.live-chart i{animation:none!important}.reveal{opacity:1;transform:none;transition:none}}
.hero-copy,.hero-collage{min-width:0}
