:root{color-scheme:light;--ink:#172026;--orange:#ff6b35;--cream:#fff9ef;--green:#176b54}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:#f7f5f0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,sans-serif}button,input,select{font:inherit}a,button{-webkit-tap-highlight-color:transparent}.demo-banner{padding:7px 16px;text-align:center;color:#fff;background:#2f3740;font-size:12px;font-weight:700;letter-spacing:.02em}.topbar{min-height:72px;padding:0 max(20px,calc((100vw - 1240px)/2));gap:24px;background:#fff;border-bottom:1px solid #e7e2d8;position:sticky;top:0;z-index:20}.brand,.topbar{display:flex;align-items:center}.brand{gap:10px;color:var(--ink);text-decoration:none;font-size:25px;font-weight:900;letter-spacing:-.04em}.brand-mark{width:38px;height:38px;display:grid;place-items:center;color:#fff;background:var(--orange);border-radius:12px 12px 12px 4px}.location,.nav-links{display:flex;align-items:center;gap:8px}.location{font-size:14px;color:#5c666c}.nav-links{margin-left:auto;gap:22px}.account-link,.nav-links a{color:#465158;text-decoration:none;font-size:14px;font-weight:700}.account-link{padding:0}.account-link,.icon-button,.locale{border:0;background:transparent;cursor:pointer}.icon-button,.locale{font-weight:800}.cart-button{min-height:44px;display:flex;align-items:center;gap:8px;padding:0 14px;color:#fff;border:0;border-radius:999px;background:var(--ink);cursor:pointer}.cart-button b{min-width:24px;height:24px;display:grid;place-items:center;color:var(--ink);background:#fff;border-radius:50%}.mobile-only{display:none}.hero{padding:74px max(20px,calc((100vw - 1240px)/2)) 46px;color:#fff;background:radial-gradient(circle at 80% 20%,#ffb36b 0,transparent 26%),linear-gradient(120deg,#173e35,#0c6c52 56%,#158f6d);overflow:hidden}.hero-copy{max-width:760px}.eyebrow{display:inline-flex;align-items:center;gap:8px;text-transform:uppercase;font-size:13px;font-weight:900;letter-spacing:.14em}.hero h1{max-width:720px;margin:18px 0 12px;font-size:clamp(42px,7vw,78px);line-height:.98;letter-spacing:-.065em}.hero-copy p{max-width:680px;font-size:19px;line-height:1.55;color:#d8f3e9}.search-panel{max-width:1000px;margin-top:34px;padding:9px;display:grid;grid-template-columns:1fr 220px;gap:8px;background:#fff;border-radius:18px;box-shadow:0 20px 50px #05291f55}.search-box{display:flex;align-items:center;gap:10px;padding:0 12px;color:#6c7579}.search-box input,.search-panel select{width:100%;min-height:50px;border:0;outline:0;color:var(--ink);background:#fff}.search-panel select{padding:0 14px;border-left:1px solid #ddd8cf}.trust-row{display:flex;flex-wrap:wrap;gap:18px;margin-top:28px;color:#d8f3e9;font-size:14px;font-weight:700}.trust-row span{display:flex;align-items:center;gap:7px}.trust-row svg{width:18px}.catalog{max-width:1280px;margin:auto;padding:58px 20px 90px}.section-title{display:flex;justify-content:space-between;align-items:flex-end;gap:30px;margin-bottom:24px}.category,.section-title span{color:var(--orange);font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.12em}.section-title h2{margin:6px 0 0;font-size:34px;letter-spacing:-.04em}.section-title p{max-width:470px;color:#667177;font-size:14px}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.product-card{min-width:0;overflow:hidden;background:#fff;border:1px solid #e7e2d8;border-radius:22px;box-shadow:0 10px 30px #392f2510;transition:.2s ease}.product-card:hover{transform:translateY(-4px);box-shadow:0 18px 40px #392f2520}.product-visual{height:210px;display:grid;place-items:center;position:relative;font-size:76px}.sponsored{left:12px;padding:6px 9px;color:#44330c;background:#fff3bd;border-radius:999px;font-size:10px;font-weight:900;text-transform:uppercase}.favorite,.sponsored{position:absolute;top:12px}.favorite{right:12px;width:38px;height:38px;display:grid;place-items:center;border:0;border-radius:50%;background:#ffffffdd;cursor:pointer}.favorite svg{width:19px}.favorite-active{color:#fff;background:var(--orange)}.product-content{padding:18px}.product-content h3{min-height:50px;margin:5px 0 7px;font-size:19px;line-height:1.3;letter-spacing:-.02em}.seller{display:flex;align-items:center;gap:6px;color:#4e5c61;font-size:12px;font-weight:700}.description{min-height:44px;color:#68747a;font-size:13px;line-height:1.5}.rating{display:flex;gap:9px;align-items:center;color:#707a7f;font-size:12px}.rating b{color:#ad590e}.fulfillment{display:flex;gap:6px;margin:12px 0}.fulfillment span{padding:5px 8px;color:var(--green);background:#eaf7f2;border-radius:7px;font-size:11px;font-weight:800}.product-footer{display:grid;gap:12px}.product-footer strong{font-size:19px}.cart-summary button,.product-footer button{padding:10px 13px;color:#fff;border:0;border-radius:10px;background:var(--orange);cursor:pointer;font-size:12px;font-weight:900}.product-actions{display:grid;grid-template-columns:1fr 1.4fr;gap:7px}.product-actions .detail-button{color:var(--ink);background:#f0ede6}.cart-overlay{position:fixed;inset:0;z-index:50;display:flex;justify-content:flex-end;background:#08110f80;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.cart-drawer{width:min(470px,100%);height:100%;padding:22px;display:flex;flex-direction:column;background:#fff;box-shadow:-20px 0 60px #0003}.cart-header{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #ece8e0}.cart-header .icon-button{width:42px;height:42px}.empty{padding:50px 0;color:#6b757a;text-align:center}.cart-lines{display:grid;gap:8px;padding:20px 0;overflow:auto}.cart-line{display:grid;grid-template-columns:50px 1fr 62px;gap:12px;align-items:center;padding:12px;background:#f7f5f0;border-radius:14px}.cart-emoji{font-size:30px}.cart-line b,.cart-line small{display:block}.cart-line small{margin-top:4px;color:#6b757a}.cart-line select{min-height:36px;border:1px solid #d9d5cd;border-radius:8px;background:#fff}.cart-summary{margin-top:auto;padding-top:18px;border-top:1px solid #e7e2d8}.cart-summary p{color:#68747a;font-size:13px}.cart-summary div{display:flex;justify-content:space-between;align-items:center;margin:20px 0;font-size:19px}.cart-summary button{width:100%;min-height:50px;font-size:15px}.detail-overlay{align-items:center;justify-content:center;padding:20px}.checkout-dialog,.product-dialog{width:min(900px,100%);max-height:calc(100vh - 40px);overflow:auto;position:relative;display:grid;grid-template-columns:.85fr 1.15fr;background:#fff;border-radius:24px;box-shadow:0 25px 80px #0004}.dialog-close{position:absolute;right:14px;top:14px;z-index:2;width:42px;height:42px;display:grid;place-items:center;border-radius:50%;background:#fff}.dialog-visual{min-height:480px;display:grid;place-items:center;font-size:110px}.dialog-content{padding:46px 38px 38px}.checkout-dialog h2,.dialog-content h2{margin:7px 0 14px;font-size:34px;line-height:1.05;letter-spacing:-.04em}.sponsored-inline{display:inline-block;margin-bottom:10px;padding:5px 8px;color:#44330c;background:#fff3bd;border-radius:999px;font-size:10px;font-weight:900;text-transform:uppercase}.product-facts{display:grid;gap:0;margin:24px 0}.product-facts div{display:grid;grid-template-columns:150px 1fr;gap:10px;padding:10px 0;border-bottom:1px solid #eee9e0}.product-facts dt{color:#6b757a;font-size:12px;font-weight:800;text-transform:uppercase}.product-facts dd{margin:0;font-weight:700}.dialog-buy{display:flex;align-items:center;justify-content:space-between;gap:14px}.dialog-buy strong{font-size:27px}.confirm-button,.confirmation button,.dialog-buy button{min-height:48px;padding:0 18px;color:#fff;border:0;border-radius:12px;background:var(--orange);font-weight:900;cursor:pointer}.checkout-dialog{display:block;max-width:620px;padding:42px}.checkout-sellers{display:grid;gap:8px;margin:20px 0}.checkout-sellers article{display:flex;justify-content:space-between;gap:15px;padding:14px;background:#f7f5f0;border-radius:12px}.checkout-sellers span{color:#6b757a;font-size:13px}.checkout-dialog fieldset{display:flex;gap:18px;margin:20px 0;padding:15px;border:1px solid #e1ddd5;border-radius:12px}.checkout-dialog legend,.payment-field{font-size:13px;font-weight:900}.payment-field{display:grid;gap:8px}.payment-field input,.payment-field select{min-height:46px;padding:0 12px;border:1px solid #d9d5cd;border-radius:10px;background:#fff}.checkout-total{display:flex;justify-content:space-between;margin:24px 0 8px;font-size:22px}.checkout-notice{color:#6b757a;font-size:12px;line-height:1.5}.confirm-button{width:100%}.confirmation{padding:40px 10px;text-align:center}.confirmation svg{width:64px;height:64px;color:var(--green)}.auth-dialog{width:min(480px,100%);max-height:calc(100vh - 40px);overflow:auto;position:relative;padding:44px 38px 36px;background:#fff;border-radius:24px;box-shadow:0 25px 80px #0004}.auth-dialog h2{margin:8px 0 22px;font-size:32px}.auth-dialog .payment-field{margin:14px 0}.form-message{padding:10px 12px;color:#533f08;background:#fff4ca;border-radius:10px;font-size:13px}.text-button{width:100%;margin-top:12px;padding:10px;color:#176b54;border:0;background:transparent;cursor:pointer;font-weight:800}@media (max-width:960px){.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.location,.nav-links{display:none}.mobile-only{display:block}.topbar{gap:12px}.brand{margin-right:auto}.section-title{align-items:flex-start;flex-direction:column}.search-panel{grid-template-columns:1fr}.search-panel select{border-left:0;border-top:1px solid #ddd8cf}.hero{padding-top:54px}}@media (max-width:580px){.product-grid{grid-template-columns:1fr}.cart-button span,.locale{display:none}.topbar{padding-inline:12px}.brand{font-size:21px}.hero h1{font-size:44px}.product-visual{height:230px}.section-title h2{font-size:29px}.product-dialog{grid-template-columns:1fr}.dialog-visual{min-height:220px}.checkout-dialog,.dialog-content{padding:58px 22px 24px}.product-facts div{grid-template-columns:1fr}.checkout-dialog fieldset,.checkout-sellers article{flex-direction:column}}.experience-shell{min-height:100vh;background:#f7f8fc;color:#172033}.experience-header{min-height:76px;display:flex;align-items:center;gap:28px;padding:16px clamp(20px,5vw,72px);background:#fff;border-bottom:1px solid #e7e9f2}.experience-header nav{display:flex;gap:20px;margin-left:auto}.experience-footer a,.experience-header nav a{color:#3949ab;font-weight:800}.experience-hero{padding:72px clamp(20px,8vw,120px);background:linear-gradient(135deg,#18143f,#3949ab);color:#fff}.experience-hero>span{display:flex;align-items:center;gap:8px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.experience-hero h1{max-width:900px;margin:18px 0 12px;font-size:clamp(42px,7vw,82px);line-height:.98}.experience-hero>p{max-width:760px;font-size:clamp(18px,2.4vw,26px);line-height:1.5;color:#e5e7ff}.experience-notice{display:flex;align-items:center;gap:10px;width:fit-content;margin-top:28px;padding:12px 16px;border-radius:14px;background:#ffffff1c}.capability-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:20px;padding:48px clamp(20px,8vw,120px)}.capability-grid article{padding:24px;border:1px solid #e1e4ef;border-radius:22px;background:#fff;box-shadow:0 10px 30px #1720330d}.capability-grid svg{color:#ff6b35}.capability-grid h2{margin:14px 0 8px}.capability-grid p{color:#667085;line-height:1.6}.experience-footer{padding:24px clamp(20px,8vw,120px) 64px}@media(max-width:700px){.experience-header nav{display:none}.experience-hero{padding-top:48px}.capability-grid{padding-top:32px}}@media(max-width:580px){.experience-header .locale{display:block}}.merchant-hero h1{font-size:clamp(38px,6vw,72px)}.merchant-login{width:min(520px,calc(100% - 40px));margin:48px auto;padding:30px;border:1px solid #e1e4ef;border-radius:22px;background:#fff;box-shadow:0 12px 36px #17203312}.merchant-login h2{margin-top:0}.merchant-login .payment-field{margin:16px 0}.merchant-dashboard{padding:42px clamp(20px,8vw,120px)}.merchant-dashboard-title{display:flex;align-items:center;justify-content:space-between;gap:16px}.merchant-dashboard-title p{margin:0;color:#667085}.merchant-dashboard-title h2{margin:4px 0 0;font-size:32px}.experience-header .locale,.merchant-dashboard-title .locale{display:flex;align-items:center;gap:7px}.merchant-metrics{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:16px;margin:26px 0}.merchant-metrics article{display:grid;gap:6px;padding:20px;border:1px solid #e1e4ef;border-radius:18px;background:#fff}.merchant-metrics svg{color:#ff6b35}.merchant-metrics strong{font-size:22px}.merchant-metrics span,.merchant-orders article span{color:#667085}.merchant-orders{padding:24px;border:1px solid #e1e4ef;border-radius:22px;background:#fff}.merchant-orders h3{margin-top:0}.merchant-orders article{display:grid;grid-template-columns:minmax(180px,2fr) minmax(150px,1fr) minmax(130px,1fr) auto;align-items:center;gap:18px;padding:16px 0;border-top:1px solid #edf0f5}.merchant-orders article>div{display:grid;gap:4px}.merchant-orders article button{min-height:42px;padding:0 14px;border:0;border-radius:10px;background:#ff6b35;color:#fff;font-weight:900;cursor:pointer}.completed-order{font-weight:800;color:#217a4b!important}@media(max-width:800px){.merchant-orders article{grid-template-columns:1fr 1fr}.merchant-dashboard-title{align-items:flex-start}.merchant-dashboard-title .locale{flex-shrink:0}}@media(max-width:520px){.merchant-orders article{grid-template-columns:1fr}.merchant-dashboard-title{display:grid}}