@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;700;800&display=swap');:root{--green:#173d2b;--lime:#d9ec72;--cream:#f8f7e9}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--green);font-family:Manrope,Arial,sans-serif}a{text-decoration:none;color:inherit}button{font:inherit;cursor:pointer}.announcement{padding:9px;text-align:center;background:var(--green);color:#fff;font-size:10px;font-weight:800;letter-spacing:.1em}.announcement span{margin:0 20px;color:var(--lime)}header{height:84px;display:flex;align-items:center;justify-content:space-between;padding:0 5%;border-bottom:1px solid #cdd9bb}.logo{font-size:39px;font-weight:800;letter-spacing:-.1em}.logo span{color:#e26d46;font-size:24px;vertical-align:top;margin-left:3px}nav{display:flex;gap:40px;font-size:13px;font-weight:800}.cart-link{display:flex;align-items:center;gap:15px;font-size:13px;font-weight:800}.cart-link b{display:grid;place-items:center;background:var(--green);color:#fff;border-radius:50%;width:31px;height:31px}.hero{display:grid;grid-template-columns:1.08fr .92fr;min-height:625px;overflow:hidden;background:var(--lime)}.hero-copy{position:relative;padding:75px 5% 65px 9%;display:flex;align-items:flex-start;flex-direction:column}.pill{padding:9px 14px;border:1.5px solid var(--green);border-radius:100px;font-size:10px;font-weight:800;letter-spacing:.1em}.hero h1{font-size:clamp(60px,6.4vw,104px);letter-spacing:-.085em;line-height:.99;margin:35px 0 24px}.hero h1 i{font-style:normal;color:#e46b47}.hero p{max-width:490px;line-height:1.75;font-size:14px;margin:0 0 33px}.hero-button{background:var(--green);color:#fff;padding:18px 23px;display:flex;gap:58px;font-size:13px;font-weight:800}.hero-button span{font-size:19px}.hero-stamp{position:absolute;right:3%;bottom:8%;width:110px;height:110px;border:2px solid var(--green);border-radius:50%;display:grid;place-items:center;text-align:center;font-size:10px;font-weight:800;transform:rotate(15deg)}.hero-stamp strong{position:absolute;bottom:13px;font-size:19px}.hero-visual{position:relative;background:#b7d79d;overflow:hidden}.hero-visual:before{content:'';position:absolute;width:130%;height:130%;left:-12%;top:-10%;background:repeating-radial-gradient(circle at 55% 55%,transparent 0 34px,#93bb8038 35px 36px)}.produce{position:absolute;box-shadow:inset -25px -27px 45px #43260b2b,15px 18px 0 #32512c30}.tomato{width:280px;height:280px;top:13%;left:16%;border-radius:46% 52% 45% 50%;background:#e67350;transform:rotate(-20deg)}.tomato:before{content:'✳';position:absolute;top:-32px;left:42%;font-size:86px;color:#386d3f}.lemon{width:205px;height:145px;top:50%;right:7%;border-radius:65% 40% 65% 40%;background:#f7d75c;transform:rotate(-24deg)}.pear{width:170px;height:225px;bottom:-10%;left:6%;border-radius:58% 48% 44% 48%;background:#86aa56;transform:rotate(18deg)}.pear:before{content:'';position:absolute;top:-40px;left:50%;width:9px;height:56px;background:#4e5935;transform:rotate(20deg)}.visual-note{position:absolute;right:25px;bottom:25px;font-size:10px;font-weight:800;letter-spacing:.15em}.catalog{padding:100px 5%}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:20px}.section-heading span,.about>span,.cart-kicker{font-size:10px;font-weight:800;letter-spacing:.14em}.section-heading h2{font-size:clamp(42px,5vw,75px);letter-spacing:-.075em;margin:15px 0 0}.section-heading p{font-size:12px}.filters{display:flex;flex-wrap:wrap;gap:9px;margin:36px 0 28px}.filters button{padding:11px 18px;border:1px solid #abc19c;border-radius:100px;background:transparent;color:var(--green);font-size:11px;font-weight:800}.filters button.active{background:var(--green);color:#fff}.products{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}.product{padding:14px;border:1px solid #bdd0af;background:#fff;display:flex;flex-direction:column}.product-art{height:230px;display:grid;place-items:center;font-size:105px;border-radius:3px;background:var(--tile,#e7edc5)}.product-meta{font-size:9px;font-weight:800;letter-spacing:.1em;color:#6f8a70;margin-top:19px}.product h3{font-size:18px;letter-spacing:-.04em;margin:5px 0 6px}.product p{font-size:11px;color:#6b7c69;line-height:1.5;min-height:33px;margin:0}.product-bottom{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:auto;padding-top:19px}.product-bottom strong{font-size:20px}.product-bottom button{background:var(--lime);border:1px solid var(--green);border-radius:50%;width:42px;height:42px;font-size:27px;line-height:1}.about{padding:90px 9%;background:#d7e8c9}.about h2{font-size:clamp(38px,4vw,60px);line-height:1.15;letter-spacing:-.06em;max-width:860px}.about>div{display:flex;justify-content:space-between;gap:25px;border-top:1px solid #92ad8e;padding-top:25px}.about p{max-width:470px;font-size:13px;line-height:1.8}.about strong{font-size:10px;letter-spacing:.12em}footer{display:flex;justify-content:space-between;gap:20px;padding:35px 5%;background:var(--green);color:#fff;font-size:10px;letter-spacing:.1em}#toast{position:fixed;bottom:23px;right:23px;background:var(--green);color:#fff;padding:14px 18px;font-size:12px;font-weight:700;opacity:0;pointer-events:none;transform:translateY(12px);transition:.25s}#toast.show{opacity:1;transform:none}.cart-page{max-width:1350px;margin:auto;min-height:70vh;padding:70px 5% 110px}.back{font-size:12px;font-weight:800}.cart-kicker{display:block;margin-top:65px}.cart-page h1{font-size:clamp(60px,7vw,100px);letter-spacing:-.085em;margin:5px 0 35px}.cart-page h1 span{color:#e26d46}.cart-layout{display:grid;grid-template-columns:2fr 1fr;gap:24px}.cart-items{display:flex;flex-direction:column;gap:12px}.cart-row{display:grid;grid-template-columns:80px 1fr auto auto;gap:18px;align-items:center;padding:15px;border:1px solid #c5d3b6;background:#fff}.cart-row .art{display:grid;place-items:center;height:75px;font-size:40px;background:#e7edc5}.cart-row strong{display:block;font-size:15px}.cart-row small{font-size:11px;color:#6c8668}.cart-row .quantity{display:flex;align-items:center;gap:12px}.quantity button{border:1px solid #a8c09e;background:transparent;width:28px;height:28px}.cart-row .price{font-weight:800}.empty{padding:55px;background:#fff;border:1px solid #c5d3b6;font-size:15px}.summary{padding:30px;background:var(--green);color:#fff;align-self:start}.summary>span{font-size:10px;letter-spacing:.14em;font-weight:800}.summary>div{display:flex;justify-content:space-between;border-block:1px solid #ffffff44;padding:27px 0;margin-top:25px}.summary strong{font-size:30px}.summary p{font-size:12px;line-height:1.7;color:#cfdfcb}.summary button{width:100%;border:0;background:var(--lime);padding:14px;color:var(--green);font-size:11px;font-weight:800}.summary>small{display:block;min-height:20px;margin-top:10px;font-size:10px}@media(max-width:950px){.hero{grid-template-columns:1fr}.hero-copy{min-height:540px}.hero-visual{height:340px}.products{grid-template-columns:repeat(2,1fr)}}@media(max-width:620px){header{height:70px;padding:0 5%}nav{display:none}.logo{font-size:31px}.announcement{font-size:7px}.announcement span{margin:0 6px}.hero-copy{padding:55px 6%;min-height:500px}.hero h1{font-size:clamp(54px,13vw,75px)}.hero-stamp{width:73px;height:73px;font-size:7px;right:4%;bottom:5%}.hero-stamp strong{font-size:12px;bottom:6px}.hero-visual{height:300px}.tomato{width:185px;height:185px}.lemon{width:150px;height:100px}.catalog{padding:75px 5%}.products{gap:8px}.product{padding:8px}.product-art{height:150px;font-size:70px}.product h3{font-size:14px}.product-bottom strong{font-size:16px}.product-bottom button{width:34px;height:34px;font-size:21px}.about{padding:70px 6%}.about>div{flex-direction:column}.cart-layout{grid-template-columns:1fr}.cart-row{grid-template-columns:60px 1fr auto;gap:8px}.cart-row .art{height:60px}.cart-row .price{grid-column:2/-1}.cart-row .quantity{grid-column:3;grid-row:1}footer{flex-direction:column}}
