@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap');
:root{--green:#164c38;--ink:#173e30;--cream:#f7f6ef;--lime:#d7ef8c;--line:#dedfd6}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:24px}body{margin:0;background:var(--cream);color:var(--ink);font:16px/1.6 Manrope,Arial,sans-serif}button,input,select,textarea{font:inherit}button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}button,a{touch-action:manipulation}button{cursor:pointer}a{color:inherit;text-decoration:none}button{color:inherit}button:focus-visible,a:focus-visible{outline:3px solid #a1bb52;outline-offset:4px}.wrap{max-width:1360px;width:calc(100% - 96px);margin:auto}.announcement{background:var(--green);color:white;padding:9px;text-align:center;font-size:13px}.announcement span{margin-left:40px;opacity:.75}.header{display:flex;align-items:center;justify-content:space-between;height:112px;gap:20px}.logo{display:flex;align-items:center;gap:12px;font-weight:800;font-size:24px;letter-spacing:-1px}.logo small{display:block;font-size:11px;font-weight:500;letter-spacing:1px}.logo-mark{background:var(--green);color:var(--lime);width:49px;height:49px;display:grid;place-content:center;border-radius:50%;font-size:39px;line-height:1}.header nav{display:flex;gap:32px;font-size:14px;font-weight:600}.cart-button{border:1px solid var(--line);border-radius:30px;padding:11px 16px;background:none;font-size:14px}.cart-button span{background:var(--green);color:white;border-radius:50%;display:inline-grid;place-content:center;min-width:25px;height:25px;margin-left:15px}.hero{background:var(--green);color:var(--cream);border-radius:24px;display:grid;grid-template-columns:1.1fr 1fr;overflow:hidden;min-height:490px;position:relative}.hero-copy{padding:49px 0 24px 50px;z-index:1}.eyebrow{font-size:11px;letter-spacing:2px;font-weight:700}.hero h1{font-size:clamp(38px,4.5vw,66px);line-height:1.12;letter-spacing:-3px;font-weight:600;margin:25px 0 22px}.hero h1 em{font-style:normal;color:var(--lime)}.hero p{font-size:15px;opacity:.85;line-height:1.8}.button{display:inline-flex;align-items:center;justify-content:space-between;gap:32px;background:var(--green);color:white;border:0;border-radius:30px;padding:15px 24px;font-size:14px;font-weight:700}.button.cream{background:var(--lime);color:var(--ink);margin-top:16px}.button span{font-size:22px;line-height:1}.hero-bottom{display:flex;justify-content:space-between;max-width:400px;align-items:center;margin-top:46px;font-size:11px;letter-spacing:.5px;opacity:.7}.hero-bottom>span:last-child{font-size:28px}.hero-picture{position:relative;min-height:480px}.hero-picture img{width:100%;height:100%;object-fit:cover;position:absolute}.hero-sticker{position:absolute;right:25px;bottom:34px;background:var(--lime);color:var(--ink);border-radius:50%;width:134px;height:134px;display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center;font-size:12px;transform:rotate(10deg);line-height:1.5}.hero-sticker b{font-size:26px}.benefits{display:flex;justify-content:space-between;padding:26px 20px;border-bottom:1px solid var(--line);font-size:13px}.benefits b{margin-right:15px;font-size:11px;opacity:.45}.catalog{padding-top:66px}.section-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px}h2{font-size:36px;line-height:1.25;font-weight:600;letter-spacing:-1.5px;margin:10px 0}.catalog-note{font-size:13px;color:#6d7b6d}.categories{display:flex;gap:10px}.categories button{border:1px solid var(--line);border-radius:12px;background:transparent;padding:20px 18px;text-align:left;font-size:14px;font-weight:600;flex:1;display:flex;justify-content:space-between;gap:15px;align-items:center}.categories button span{font-size:11px;opacity:.6}.categories button.active{background:var(--green);color:white;border-color:var(--green)}.subcategories{display:flex;gap:8px;margin-top:20px;flex-wrap:wrap}[hidden]{display:none!important}.subcategories button{border:1px solid var(--line);background:none;border-radius:22px;padding:7px 15px;font-size:13px}.subcategories button.active{background:var(--lime);border-color:var(--lime)}.catalog-tools{display:flex;gap:20px;align-items:center;margin:26px 0 0}.search{display:flex;align-items:center;gap:12px;flex:1}.search span{font-size:28px}.search input{width:100%;max-width:350px;background:none;border:0;outline-offset:5px;font-size:14px;color:var(--ink)}.catalog-tools select{border:0;background:none;max-width:180px;font-size:13px}.catalog-tools>span{font-size:12px;color:#718071}.demo-note{font-size:12px;color:#747b6c;margin:12px 0 22px}.products{display:grid;grid-template-columns:repeat(4,1fr);gap:30px 20px}.product-media{height:240px;background-color:#edede4;border-radius:16px;position:relative;overflow:hidden}.product-image{position:absolute;inset:0;background-image:url('catalog-grid.png');background-size:200% 200%;transition:transform .3s}.product-card:hover .product-image{transform:scale(1.04)}.product-tag{position:absolute;top:14px;left:14px;background:#fffdf0e8;border-radius:20px;padding:4px 10px;font-size:10px}.product-open{display:block;width:100%;padding:0;text-align:left;border:0;background:none}.product-card h3{font-size:16px;line-height:1.5;margin:15px 0 3px;font-weight:700}.weight{font-size:12px;color:#7c8474}.product-bottom{display:flex;justify-content:space-between;align-items:center;margin-top:15px}.price{font-size:20px;font-weight:700}.add-button{border:1px solid var(--line);background:transparent;width:42px;height:42px;border-radius:50%;font-size:25px;line-height:1}.add-button:hover{background:var(--green);color:white}.empty{grid-column:1/-1;padding:40px;text-align:center}.story{display:grid;grid-template-columns:1.2fr 1fr;gap:70px;background:#e8eedb;border-radius:20px;padding:42px;margin-top:70px}.story h2{font-size:34px;margin-top:20px}.story p{font-size:14px;margin-top:0;color:#54634d}.story a{font-size:14px;border-bottom:1px solid;padding-bottom:3px}.delivery{padding-top:60px;padding-bottom:65px}.delivery h2{font-size:30px}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:50px;margin-top:30px}.steps article{border-top:1px solid var(--line);padding-top:20px}.steps span{font-size:10px;letter-spacing:1px}.steps h3{font-size:19px;margin:16px 0 10px}.steps p{font-size:14px;color:#6a7665}footer{background:var(--green);color:var(--cream);padding:38px 0}.footer-inner{display:flex;align-items:center;justify-content:space-between}.footer-inner>span{font-size:12px;opacity:.7}footer .logo-mark{background:var(--lime);color:var(--green)}dialog{border:0;border-radius:20px;background:var(--cream);color:var(--ink);padding:30px;width:min(540px,95vw);max-height:90dvh}dialog::backdrop{background:#08271988;backdrop-filter:blur(3px)}dialog.drawer{margin:0 0 0 auto;border-radius:20px 0 0 20px;height:100dvh;max-height:100dvh;width:min(480px,100vw)}.dialog-head{display:flex;justify-content:space-between;align-items:center;gap:20px}.dialog-head h2{font-size:27px}.icon-button{border:0;background:none;font-size:30px}.cart-row{border-bottom:1px solid var(--line);padding:20px 0}.cart-row h3{font-size:15px;margin:0}.cart-row-bottom{display:flex;align-items:center;gap:14px;margin-top:10px}.cart-row-bottom button{border:1px solid var(--line);border-radius:8px;min-width:32px;background:none}.cart-row-bottom strong{margin-left:auto}.remove{font-size:12px;margin-top:8px;border:0;background:none;text-decoration:underline}.total{display:flex;justify-content:space-between;font-size:22px;margin:25px 0}form label{display:block;font-size:14px;margin:15px 0}form input,form textarea{display:block;width:100%;border:1px solid #bfc8b7;border-radius:8px;padding:10px;background:white;margin-top:5px}form .button{width:100%}.muted{font-size:13px;color:#6c7768}#toast{position:fixed;bottom:24px;left:50%;transform:translate(-50%,20px);background:var(--green);color:white;padding:12px 25px;border-radius:30px;opacity:0;pointer-events:none;transition:.2s;z-index:5;font-size:14px}#toast.show{opacity:1;transform:translate(-50%,0)}body:has(dialog[open]){overflow:hidden}.detail-media{height:280px;position:relative;border-radius:14px;overflow:hidden;margin-top:20px}.detail-copy{font-size:15px}
@media(min-width:1550px){.hero-picture img{object-position:center 40%}}@media(max-width:1050px){.wrap{width:calc(100% - 48px)}.header nav{gap:16px}.hero-copy{padding-left:30px}.hero h1{font-size:48px}.categories button{padding:16px 12px;font-size:12px}.product-media{height:190px}.story{gap:30px}.logo{font-size:21px}}@media(max-width:760px){.wrap{width:calc(100% - 32px)}.announcement{font-size:11px}.announcement span{display:none}.header{height:90px;flex-wrap:wrap;gap:0}.header nav{order:3;width:100%;justify-content:center;font-size:12px;gap:25px;padding-bottom:10px}.logo{font-size:18px}.logo-mark{width:36px;height:36px;font-size:29px}.logo small{font-size:9px}.cart-button{font-size:12px;padding:7px 10px}.cart-button span{margin-left:6px}.hero{grid-template-columns:1fr;margin-top:12px}.hero-copy{padding:30px 25px 10px}.hero h1{font-size:43px;letter-spacing:-2px;margin-top:20px}.hero p{font-size:14px}.hero-bottom{display:none}.hero-picture{min-height:290px}.hero-picture img{object-position:center 43%}.hero-sticker{width:105px;height:105px;font-size:10px;bottom:20px}.hero-copy .eyebrow{font-size:9px}.benefits{gap:12px;padding:18px 0;font-size:10px;align-items:start}.benefits span{flex:1}.benefits b{display:block;margin-bottom:4px}.catalog{padding-top:35px}h2{font-size:28px}.catalog-note{display:none}.eyebrow{font-size:9px}.categories{flex-wrap:wrap;gap:7px}.categories button{flex:1 1 30%;font-size:12px;padding:12px}.categories button:last-child{flex-basis:45%}.catalog-tools{flex-wrap:wrap;gap:12px}.search{flex-basis:100%}.catalog-tools>span{margin-right:auto}.products{grid-template-columns:repeat(2,1fr);gap:25px 12px}.product-media{height:180px}.product-card h3{font-size:14px}.product-tag{font-size:9px;left:8px;top:8px}.price{font-size:18px}.story{grid-template-columns:1fr;padding:25px;gap:15px;margin-top:40px}.story h2{font-size:27px}.steps{grid-template-columns:1fr;gap:20px}.delivery{padding-top:35px;padding-bottom:40px}.footer-inner{flex-wrap:wrap;gap:25px}.footer-inner>span{font-size:11px}.demo-note{font-size:11px}.desktop{display:none}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}
