:root{--ink:#17231c;--muted:#657168;--green:#166534;--green-2:#0f4f29;--lime:#c9f04b;--cream:#f5f4ed;--line:#dfe5df;--white:#fff;--radius:22px;--shadow:0 18px 50px rgba(20,55,34,.09)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:#fff;font:15px/1.6 Manrope,system-ui,sans-serif}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}.shell{width:min(1240px,calc(100% - 40px));margin:auto}.topbar{background:var(--green-2);color:#d9ebdd;font-size:12px}.topbar__inner{height:36px;display:flex;align-items:center;justify-content:space-between}.locale-switch{display:flex;gap:8px}.locale-switch a{padding:2px 7px;border-radius:99px}.locale-switch .is-active{color:#122017;background:var(--lime);font-weight:800}.header{background:#fff;border-bottom:1px solid var(--line);position:relative;z-index:10}.header__inner{min-height:90px;display:grid;grid-template-columns:230px 1fr auto;gap:34px;align-items:center}.brand{display:flex;align-items:center;gap:11px}.brand__mark{width:44px;height:44px;display:grid;place-items:center;border-radius:13px 13px 20px 13px;background:var(--green);color:var(--lime);font-weight:800;font-size:25px}.brand strong{display:block;font-size:20px;letter-spacing:.08em}.brand small{display:block;color:var(--muted);font-size:10px;letter-spacing:.08em}.search{display:flex;background:var(--cream);border:1px solid transparent;border-radius:14px;padding:4px}.search:focus-within{border-color:#8ead97}.search input{flex:1;min-width:0;border:0;background:transparent;padding:11px 15px;font:inherit;outline:0}.search button{border:0;background:var(--green);color:white;border-radius:10px;padding:0 22px;font-weight:700}.header-action{display:flex;flex-direction:column}.header-action small{color:var(--muted)}.nav{height:54px;display:flex;align-items:center;gap:34px;font-weight:700;font-size:14px}.nav__catalog{align-self:stretch;display:flex;align-items:center;gap:12px;background:var(--lime);padding:0 30px;margin-right:10px}.hero{background:var(--green);color:white;overflow:hidden}.hero__grid{min-height:590px;display:grid;grid-template-columns:1.1fr .9fr;align-items:center}.hero__content{padding:70px 0;max-width:700px}.eyebrow{display:block;font-size:12px;font-weight:800;letter-spacing:.16em;margin-bottom:18px}.eyebrow--green{color:var(--green)}h1,h2,h3,p{margin-top:0}.hero h1{font-size:clamp(42px,6vw,78px);line-height:1.03;letter-spacing:-.05em;margin-bottom:25px}.hero p{font-size:18px;color:#dbe8de;max-width:600px;margin-bottom:34px}.button{min-height:52px;display:inline-flex;align-items:center;justify-content:center;gap:25px;border-radius:12px;padding:0 24px;font-weight:800;border:0}.button--light{background:white;color:var(--green)}.button--green{background:var(--green);color:white}.hero__visual{height:100%;position:relative;display:grid;place-items:center}.seed-orbit{width:min(420px,80%);aspect-ratio:1;border:1px solid rgba(255,255,255,.25);border-radius:50%;display:grid;place-items:center;box-shadow:0 0 0 45px rgba(255,255,255,.04),0 0 0 90px rgba(255,255,255,.03)}.seed-orbit span{width:220px;aspect-ratio:1;border-radius:55% 45% 55% 45%;display:grid;place-items:center;background:var(--lime);color:var(--green);font-size:64px;font-weight:800;transform:rotate(-12deg)}.hero__stat{position:absolute;right:0;bottom:55px;background:#fff;color:var(--ink);padding:18px 24px;border-radius:15px}.hero__stat strong{font-size:30px;display:block}.hero__stat small{color:var(--muted)}.section{padding-top:90px;padding-bottom:90px}.section--tint{background:var(--cream)}.section-heading{display:flex;justify-content:space-between;align-items:end;margin-bottom:32px}.section-heading h2,.product-copy h2{font-size:40px;line-height:1.15;letter-spacing:-.035em;margin:0}.section-heading a{font-weight:800;color:var(--green)}.category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.category-card{min-height:130px;border:1px solid var(--line);border-radius:18px;padding:20px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:16px;transition:.2s}.category-card:hover{transform:translateY(-3px);box-shadow:var(--shadow);border-color:#b9c9bd}.category-card__icon{width:45px;height:45px;display:grid;place-items:center;background:#edf6e6;color:var(--green);border-radius:50%}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.product-card{background:white;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;transition:.2s}.product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.product-card__image{aspect-ratio:1;background:#f6f7f3;display:grid;place-items:center;padding:20px}.product-card__image img{width:100%;height:100%;object-fit:contain}.image-placeholder{width:110px;height:110px;border-radius:40%;display:grid;place-items:center;background:#dcebc9;color:var(--green);font-size:48px;font-weight:800}.product-card__body{padding:20px}.product-card__body small{color:var(--muted)}.product-card h3{min-height:49px;font-size:17px;line-height:1.4;margin:5px 0 18px}.product-card__bottom{display:flex;justify-content:space-between;align-items:center}.price strong{font-size:17px}.round-button{width:40px;height:40px;display:grid;place-items:center;border-radius:50%;background:var(--green);color:white}.benefits{display:grid;grid-template-columns:repeat(3,1fr);padding-top:90px;padding-bottom:90px;gap:40px}.benefits article{border-top:1px solid var(--line);padding-top:22px}.benefits article>span{color:var(--green);font-weight:800}.benefits h3{font-size:22px;margin:25px 0 10px}.benefits p{color:var(--muted)}.footer{background:#10291b;color:#dce9df;padding:65px 0}.footer__grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:60px}.footer__grid>div{display:flex;flex-direction:column;align-items:flex-start;gap:10px}.brand--footer{color:white}.page-head{background:var(--cream);padding:45px 0}.page-head h1{font-size:50px;letter-spacing:-.04em;margin:14px 0 5px}.page-head p{max-width:720px;color:var(--muted);margin:0}.breadcrumbs{display:flex;gap:9px;color:var(--muted);font-size:12px;flex-wrap:wrap}.catalog-layout{display:grid;grid-template-columns:270px 1fr;gap:38px;padding-top:50px;padding-bottom:90px}.filters{border-right:1px solid var(--line);padding-right:28px}.filter-block{padding:0 0 25px;margin-bottom:24px;border-bottom:1px solid var(--line);display:flex;flex-direction:column;gap:9px}.filter-block h3{font-size:15px;margin:0 0 7px}.filter-block a{color:var(--muted)}.filter-block a.is-active{color:var(--green);font-weight:800}.price-inputs{display:grid;grid-template-columns:1fr 1fr;gap:8px}.price-inputs input,.buy-panel input{width:100%;border:1px solid var(--line);border-radius:10px;padding:10px;font:inherit}.check{display:flex;gap:9px;align-items:flex-start;font-size:13px;color:#435047}.check input{accent-color:var(--green);margin-top:4px}.filters .button{width:100%}.filter-reset{display:block;text-align:center;margin-top:12px;color:var(--muted)}.catalog-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:22px}.catalog-toolbar select{border:1px solid var(--line);border-radius:10px;padding:10px 35px 10px 12px;background:white;font:inherit}.product-grid--catalog{grid-template-columns:repeat(3,1fr)}.empty-state{grid-column:1/-1;padding:70px;text-align:center;background:var(--cream);border-radius:var(--radius)}nav[role=navigation]{margin-top:35px}nav[role=navigation] svg{width:18px}.product-page{padding-top:30px;padding-bottom:100px}.product-detail{display:grid;grid-template-columns:1.05fr .95fr;gap:70px;margin-top:28px}.gallery__main{background:var(--cream);border-radius:28px;aspect-ratio:1;display:grid;place-items:center;padding:40px}.gallery__main img{width:100%;height:100%;object-fit:contain}.gallery__thumbs{display:flex;gap:10px;margin-top:12px;overflow:auto}.gallery__thumbs img{width:78px;height:78px;object-fit:contain;border:1px solid var(--line);border-radius:12px;padding:5px}.product-info{padding-top:30px}.product-info h1{font-size:48px;line-height:1.1;letter-spacing:-.04em;margin-bottom:18px}.stock{font-weight:700;color:var(--muted)}.stock.in-stock{color:var(--green)}.product-price{display:flex;align-items:center;gap:15px;margin:28px 0}.product-price strong{font-size:36px}.product-price del{color:var(--muted)}.buy-panel{display:grid;grid-template-columns:90px 1fr;gap:12px;padding-bottom:28px;border-bottom:1px solid var(--line)}.quick-facts{display:grid;grid-template-columns:1fr 1fr;gap:15px;margin-top:28px}.quick-facts div{background:var(--cream);padding:13px;border-radius:12px}.quick-facts span,.quick-facts strong{display:block}.quick-facts span{font-size:11px;color:var(--muted)}.product-copy{display:grid;grid-template-columns:1fr 420px;gap:90px;margin-top:90px}.rich-text{color:#445047}.rich-text img{height:auto}.product-copy aside{background:var(--cream);border-radius:20px;padding:27px}.product-copy aside h3{font-size:22px}.product-copy aside div{display:grid;grid-template-columns:1fr 1fr;gap:20px;padding:11px 0;border-bottom:1px solid #d9ddd5;font-size:13px}.product-copy aside span{color:var(--muted)}@media(max-width:980px){.header__inner{grid-template-columns:1fr auto}.search{grid-column:1/-1;grid-row:2;margin-bottom:15px}.header-action{grid-column:2;grid-row:1}.nav{overflow:auto}.hero__grid{grid-template-columns:1fr}.hero__visual{display:none}.category-grid,.product-grid{grid-template-columns:repeat(2,1fr)}.catalog-layout{grid-template-columns:1fr}.filters{border:0;padding:0}.product-grid--catalog{grid-template-columns:repeat(2,1fr)}.product-detail,.product-copy{grid-template-columns:1fr;gap:35px}.product-copy aside{order:-1}}@media(max-width:620px){.shell{width:min(100% - 24px,1240px)}.topbar__inner>span,.header-action{display:none}.header__inner{display:flex;flex-wrap:wrap;gap:14px;padding-top:13px}.search{order:3;width:100%}.nav{gap:22px}.nav__catalog{padding:0 18px}.hero__grid{min-height:520px}.hero h1{font-size:43px}.section{padding-top:60px;padding-bottom:60px}.section-heading{align-items:start;gap:15px}.section-heading h2{font-size:32px}.section-heading>a{display:none}.category-grid{grid-template-columns:1fr}.product-grid,.product-grid--catalog{grid-template-columns:1fr 1fr;gap:10px}.product-card__body{padding:14px}.product-card h3{font-size:14px}.page-head h1,.product-info h1{font-size:38px}.catalog-toolbar{align-items:flex-start;gap:12px}.benefits,.footer__grid{grid-template-columns:1fr}.product-detail{margin-top:20px}.quick-facts{grid-template-columns:1fr}.product-copy{margin-top:60px}.product-copy aside{padding:20px}}@media(max-width:420px){.product-grid,.product-grid--catalog{grid-template-columns:1fr}.product-card h3{min-height:0}.header__inner{grid-template-columns:1fr}.brand{margin-right:auto}}
