:root{--ink:#18392f;--green:#0d5a43;--lime:#d9ed91;--cream:#f7f3e8;--orange:#ee6a3b;--white:#fff;--muted:#68756f;--line:#dcded6}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#fbfaf6;color:var(--ink);font-family:"DM Sans",sans-serif}button,select,input{font:inherit}button,a{transition:.2s ease}a{color:inherit;text-decoration:none}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}.site-header{height:82px;display:flex;align-items:center;justify-content:space-between;padding:0 5vw;border-bottom:1px solid rgba(24,57,47,.11);background:#fbfaf6;position:sticky;top:0;z-index:20}.logo{font:800 27px Manrope;letter-spacing:-1.5px;display:flex;align-items:center;gap:8px}.logo span{display:grid;place-items:center;width:31px;height:31px;border-radius:50% 50% 45% 55%;background:var(--orange);color:white;font-size:20px;font-style:italic}.site-header nav{display:flex;gap:34px;font-size:14px;font-weight:600}.site-header nav a:hover{color:var(--orange)}.header-actions{display:flex;align-items:center;gap:10px}.currency-picker select{background:transparent;border:1px solid var(--line);border-radius:24px;padding:10px 14px;color:var(--ink);font-weight:600}.cart-button{border:0;background:var(--ink);color:white;border-radius:25px;padding:11px 15px 11px 18px;display:flex;gap:10px;align-items:center;cursor:pointer}.cart-button b{display:grid;place-items:center;background:var(--lime);color:var(--ink);width:21px;height:21px;border-radius:50%;font-size:12px}.hero{min-height:640px;display:grid;grid-template-columns:51% 49%;overflow:hidden}.hero-copy{padding:90px 5vw 60px}.eyebrow,.kicker{font-size:11px;letter-spacing:2px;font-weight:800;color:var(--orange)}.eyebrow{display:flex;align-items:center;gap:10px}.eyebrow span{width:24px;height:2px;background:var(--orange)}h1,h2,h3{font-family:Manrope,sans-serif;margin:0}h1{font-size:clamp(48px,5.5vw,79px);line-height:1.01;letter-spacing:-5px;margin:22px 0 25px}h1 em{color:var(--orange);font-style:normal}.hero-copy>p{max-width:545px;color:var(--muted);font-size:18px;line-height:1.65}.hero-actions{display:flex;align-items:center;gap:30px;margin-top:34px}.button{border:0;border-radius:4px;padding:16px 21px;font-weight:700;cursor:pointer;display:inline-block}.primary{background:var(--green);color:white}.primary:hover{background:#073e2e;transform:translateY(-2px)}.button span{margin-left:12px}.text-link{font-weight:700;border-bottom:1px solid var(--ink);padding:10px 0}.trust-row{display:flex;align-items:center;gap:16px;margin-top:54px}.avatars{display:flex}.avatars span{width:36px;height:36px;border-radius:50%;margin-left:-8px;border:3px solid #fbfaf6;display:grid;place-items:center;font-size:10px;font-weight:800;background:#e4ab7c}.avatars span:nth-child(2){background:#6fa69c}.avatars span:nth-child(3){background:#d8cf77}.trust-row p{font-size:12px;line-height:1.5;color:var(--muted)}.trust-row strong{color:var(--ink)}.hero-visual{position:relative;background:var(--lime);min-height:640px;overflow:hidden}.sun{position:absolute;width:360px;height:360px;border-radius:50%;background:#f7df72;top:80px;left:20%}.pattern{position:absolute;width:170px;height:170px;opacity:.15;background:repeating-linear-gradient(45deg,var(--ink) 0 2px,transparent 2px 14px)}.p1{top:30px;right:-40px;transform:rotate(20deg)}.p2{bottom:-20px;left:-40px}.hero-card{position:absolute;width:225px;padding:12px;background:#fff;box-shadow:0 20px 45px rgba(24,57,47,.2);transform:rotate(-6deg)}.card-one{left:12%;top:120px}.card-two{right:8%;bottom:80px;transform:rotate(7deg)}.product-art{height:230px;display:grid;place-items:center;font-size:90px}.basket{background:#de9c63}.fabric{background:repeating-linear-gradient(45deg,#1c5eaa 0 22px,#f0d672 22px 42px,#fbf2d6 42px 54px);color:white}.hero-card small{display:block;color:var(--muted);margin-top:10px}.hero-card strong{display:block;margin:3px 0 5px}.country-pill{position:absolute;right:5%;top:48px;background:var(--ink);color:white;border-radius:50%;width:130px;height:130px;display:grid;place-content:center;text-align:center;font-size:12px;line-height:1.5;transform:rotate(9deg)}.country-strip{min-height:108px;background:var(--ink);color:white;display:flex;align-items:center;justify-content:center;gap:34px}.country-strip>p{color:#b6c3bd;font-size:13px}.country-strip div{display:flex;align-items:center;gap:10px}.country-strip div span{font-size:23px}.country-strip i{width:3px;height:3px;border-radius:50%;background:var(--orange)}.marketplace{padding:100px 5vw}.section-heading{display:flex;justify-content:space-between;align-items:end}.section-heading h2,.how-copy h2,.merchant-banner h2{font-size:clamp(34px,4vw,54px);letter-spacing:-2.7px;margin-top:10px}.section-heading a{font-size:14px;font-weight:700;border-bottom:1px solid}.filters{display:flex;gap:10px;margin:35px 0 28px;overflow:auto}.filters button{border:1px solid var(--line);background:transparent;padding:10px 17px;border-radius:23px;color:var(--muted);cursor:pointer;white-space:nowrap}.filters button.active,.filters button:hover{background:var(--ink);border-color:var(--ink);color:white}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:19px}.shop-card{position:relative}.shop-art{height:310px;display:grid;place-items:center;font-size:90px;overflow:hidden;position:relative}.shop-card:hover .shop-art span{transform:scale(1.1) rotate(-4deg)}.shop-art span{transition:.3s}.country-tag{position:absolute;top:12px;left:12px;background:rgba(255,255,255,.92);border-radius:20px;padding:7px 10px;font-size:11px;font-weight:700}.add-button{position:absolute;right:13px;bottom:13px;width:42px;height:42px;border-radius:50%;border:0;background:var(--ink);color:white;font-size:22px;cursor:pointer}.add-button:hover{background:var(--orange);transform:scale(1.08)}.shop-info{padding:14px 2px}.shop-info small{color:var(--muted)}.shop-info h3{font:700 16px "DM Sans";margin:4px 0 10px}.price-row{display:flex;justify-content:space-between;font-size:14px}.price-row strong{font-size:16px}.price-row span{color:var(--muted);font-size:12px}.how-it-works{background:#eee8d8;padding:100px 5vw;display:grid;grid-template-columns:35% 65%;gap:6vw}.how-copy p{color:var(--muted);line-height:1.7;max-width:400px}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:1px}.steps article{background:#f8f4e9;padding:27px;min-height:300px;position:relative}.steps article>span{position:absolute;right:20px;top:20px;font:700 12px Manrope;color:#a09d91}.step-icon{font-size:42px;margin:60px 0 30px;color:var(--orange)}.steps h3{font-size:20px}.steps p{font-size:13px;color:var(--muted);line-height:1.6}.merchant-banner{margin:80px 5vw;background:var(--green);color:white;padding:70px;display:grid;grid-template-columns:1fr 1fr;align-items:end;position:relative;overflow:hidden}.merchant-banner:after{content:"✦";position:absolute;font-size:330px;right:-20px;top:-140px;color:rgba(255,255,255,.05)}.kicker.light{color:var(--lime)}.merchant-banner p{color:#c9d8d2;max-width:500px;line-height:1.6}.cream{background:var(--lime);color:var(--ink);margin-top:18px}.cream:hover{background:white}.merchant-stats{display:flex;justify-content:flex-end;gap:55px;z-index:1}.merchant-stats div{display:flex;flex-direction:column}.merchant-stats strong{font:700 28px Manrope;color:var(--lime)}.merchant-stats span{font-size:11px;color:#c9d8d2}footer{background:#132e27;color:white;padding:45px 5vw;display:flex;align-items:center;justify-content:space-between}.light-logo span{background:var(--lime);color:var(--ink)}footer p{color:#a9bab4;font-size:13px}footer small{color:#7f9690}.drawer-backdrop,.modal-backdrop{position:fixed;inset:0;background:rgba(14,31,26,.58);opacity:0;pointer-events:none;transition:.25s;z-index:40}.drawer-backdrop.open,.modal-backdrop.open{opacity:1;pointer-events:auto}.cart-drawer{position:fixed;z-index:41;top:0;right:0;height:100%;width:min(460px,100%);background:#fbfaf6;transform:translateX(100%);transition:.3s;padding:30px;display:flex;flex-direction:column}.cart-drawer.open{transform:translateX(0)}.drawer-head{display:flex;justify-content:space-between;align-items:start;border-bottom:1px solid var(--line);padding-bottom:22px}.drawer-head h2{font-size:30px}.drawer-head button,.modal-close{border:0;background:transparent;font-size:30px;cursor:pointer}.cart-items{flex:1;overflow:auto;padding:15px 0}.empty-cart{text-align:center;margin-top:100px;color:var(--muted)}.empty-cart b{display:block;font-size:40px;margin-bottom:15px}.cart-line{display:grid;grid-template-columns:65px 1fr auto;gap:13px;padding:15px 0;border-bottom:1px solid var(--line);align-items:center}.cart-line .mini-art{height:65px;display:grid;place-items:center;font-size:30px}.cart-line h3{font:700 14px DM Sans;margin-bottom:5px}.cart-line small{color:var(--muted)}.remove{border:0;background:none;color:var(--orange);cursor:pointer;font-size:12px}.summary-row{display:flex;justify-content:space-between;margin:9px 0;color:var(--muted);font-size:14px}.summary-row.total{color:var(--ink);font-size:18px;font-weight:700;border-top:1px solid var(--line);padding-top:16px;margin-top:16px}.checkout{width:100%;margin-top:15px}.currency-note{text-align:center;color:var(--muted);font-size:11px}.modal-backdrop{display:grid;place-items:center;z-index:50}.modal{background:#fbfaf6;width:min(520px,calc(100% - 30px));padding:45px;position:relative}.modal-close{position:absolute;right:15px;top:10px}.modal-icon{width:55px;height:55px;border-radius:50%;background:var(--lime);display:grid;place-items:center;font-size:25px;margin-bottom:22px}.modal h2{font-size:36px;letter-spacing:-2px;margin:8px 0}.modal>p{color:var(--muted);line-height:1.6}.modal form{display:grid;gap:14px;margin-top:25px}.modal label{font-size:12px;font-weight:700}.modal input,.modal select{display:block;width:100%;padding:13px;margin-top:6px;border:1px solid var(--line);background:white}.toast{position:fixed;z-index:60;bottom:25px;left:50%;transform:translate(-50%,20px);background:var(--ink);color:white;padding:13px 20px;border-radius:4px;opacity:0;pointer-events:none;transition:.25s;font-size:13px}.toast.show{opacity:1;transform:translate(-50%,0)}@media(max-width:900px){.site-header nav{display:none}.hero{grid-template-columns:1fr}.hero-copy{padding-top:65px}.hero-visual{min-height:500px}.country-strip{flex-wrap:wrap;padding:25px}.country-strip>p{width:100%;text-align:center}.product-grid{grid-template-columns:repeat(2,1fr)}.how-it-works{grid-template-columns:1fr}.merchant-banner{grid-template-columns:1fr;padding:45px}.merchant-stats{justify-content:start;margin-top:40px}}@media(max-width:560px){.site-header{height:70px;padding:0 18px}.site-header .currency-picker{display:none}.hero-copy{padding:48px 22px}h1{letter-spacing:-3px}.hero-actions{align-items:flex-start;flex-direction:column}.hero-visual{min-height:420px}.hero-card{width:165px}.product-art{height:170px;font-size:65px}.card-one{left:5%;top:100px}.card-two{right:4%;bottom:35px}.country-pill{width:100px;height:100px;right:4%;top:20px;font-size:10px}.country-strip{gap:14px}.marketplace{padding:70px 20px}.section-heading a{display:none}.product-grid{grid-template-columns:1fr}.shop-art{height:350px}.how-it-works{padding:70px 20px}.steps{grid-template-columns:1fr}.steps article{min-height:220px}.step-icon{margin:30px 0 20px}.merchant-banner{margin:40px 20px;padding:35px 25px}.merchant-stats{gap:20px;flex-wrap:wrap}footer{flex-direction:column;gap:20px;text-align:center}}
