:root{
  --green:#0b3b16;
  --green-2:#173f1e;
  --text:#10270f;
  --muted:#5a6755;
  --cream:#fbfaf5;
  --line:#e5e0d3;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--cream);color:var(--text);font-family:Manrope,Arial,sans-serif}
a{color:inherit;text-decoration:none}
.container{width:min(1180px,calc(100% - 40px));margin:auto}
.header{position:sticky;top:0;z-index:50;background:rgba(251,250,245,.92);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}
.nav{height:82px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.brand{display:flex;align-items:center;gap:12px}.brand-mark{width:52px;height:52px;border:1.5px solid var(--green);border-radius:50%;display:grid;place-items:center;font-size:22px}
.brand-small{font-size:11px;text-transform:uppercase;letter-spacing:.08em}.brand-title{font-weight:800;font-size:20px}
.menu{display:flex;gap:24px;font-size:13px;font-weight:600}
.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:12px;padding:12px 18px;font-weight:700;font-size:14px}
.btn-green{background:var(--green);color:white}.btn-outline{border:1px solid var(--green);background:rgba(255,255,255,.7);color:var(--green)}.btn-light{background:white;color:var(--green)}
.big{padding:15px 24px}.full{width:100%;margin-top:18px}
.hero{position:relative;overflow:hidden;border-bottom:1px solid var(--line)}
.hero-bg{position:absolute;right:-8%;top:-10%;width:58%;height:120%;background:radial-gradient(circle at 50% 30%,#d5dec7,transparent 40%),linear-gradient(135deg,#eff2e8,#b9c5aa);filter:saturate(.8)}
.hero-grid{position:relative;display:grid;grid-template-columns:1.05fr .95fr;gap:60px;align-items:center;padding:88px 0 96px}
.pill{display:inline-block;border:1px solid #ccd3c1;background:rgba(255,255,255,.72);padding:9px 14px;border-radius:999px;font-size:13px}
h1,h2{font-family:"Playfair Display",Georgia,serif;margin:0}
h1{font-size:clamp(48px,7vw,78px);line-height:1.02;letter-spacing:-.03em;margin-top:20px}
.hero-copy p{font-size:18px;line-height:1.75;color:var(--muted);max-width:650px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}
.hero-card{border:1px solid rgba(255,255,255,.8);background:rgba(255,255,255,.48);border-radius:36px;padding:24px;box-shadow:0 20px 60px rgba(15,47,20,.16)}
.tree-scene{height:330px;border-radius:28px;background:linear-gradient(#0d3e17,#183e20);display:flex;align-items:flex-end;justify-content:center;gap:18px;padding:34px}
.tree{width:92px;border-radius:55% 55% 8% 8%;background:#8aa775}.t1{height:200px}.t2{height:270px;background:#e1e8d9}.t3{height:230px;background:#6e8e61}.featured{background:white;border-radius:24px;padding:20px;margin-top:16px}.featured span{font-size:12px;color:#73806c}.featured strong{display:block;font-family:"Playfair Display";font-size:25px;margin-top:5px}.featured p{margin:7px 0 0;color:var(--muted);font-size:13px}
.section{padding:72px 0}.compact{padding:36px 0}.benefits-top{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.mini-card{background:white;border:1px solid var(--line);border-radius:24px;padding:22px}.mini-card>div{font-size:28px}.mini-card h3{font-size:15px;margin:12px 0 6px}.mini-card p{font-size:13px;line-height:1.6;color:var(--muted);margin:0}
.section-head{text-align:center;margin-bottom:34px}.section-head>span,.eyebrow{font-size:12px;letter-spacing:.22em;color:#65725e}.section-head h2,.why h2,.cta h2{font-size:clamp(36px,5vw,50px);margin-top:8px}.section-head p{color:var(--muted);max-width:620px;margin:12px auto 0;line-height:1.7}
.catalog-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.product{display:flex;flex-direction:column;background:white;border:1px solid var(--line);border-radius:28px;padding:18px;box-shadow:0 8px 24px rgba(17,45,18,.05)}.plant-visual{height:210px;border-radius:22px;background:linear-gradient(#ecf1e7,#f7f5ef);display:grid;place-items:center;font-size:90px}.product h3{font-family:"Playfair Display";font-size:24px;line-height:1.15;min-height:56px}.price-list{margin-top:10px}.price-list div{display:flex;justify-content:space-between;gap:12px;padding:8px 0;border-bottom:1px solid #eee9df;font-size:13px}.price-list b{white-space:nowrap}
.why{background:#f0ede4;border-radius:34px;padding:44px;display:grid;grid-template-columns:.9fr 1.6fr;gap:38px}.why p{color:var(--muted);line-height:1.75}.why-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.why-grid div{background:white;border-radius:20px;padding:22px;font-weight:700}
.uses{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}.uses>div{background:white;border:1px solid var(--line);border-radius:22px;padding:14px;text-align:center}.uses>div>div{background:#e1e8d9;border-radius:16px;padding:28px 0;font-size:36px}.uses span{display:block;font-size:13px;font-weight:700;line-height:1.45;margin-top:10px}
.cta{background:var(--green);color:white;border-radius:32px;padding:40px;display:flex;align-items:center;justify-content:space-between;gap:28px}.cta p{color:rgba(255,255,255,.72);max-width:670px;line-height:1.7}
.footer{border-top:1px solid var(--line);background:white}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1.2fr;gap:28px;padding:42px 0}.footer-grid span,.footer-grid p{font-size:12px;color:var(--muted)}.footer-grid b{display:block;font-size:13px}.copyright{text-align:center;border-top:1px solid var(--line);padding:14px;font-size:12px;color:var(--muted)}
@media(max-width:980px){.menu{display:none}.hero-grid{grid-template-columns:1fr;padding:60px 0}.hero-bg{width:100%;opacity:.35}.benefits-top,.catalog-grid{grid-template-columns:1fr 1fr}.why{grid-template-columns:1fr}.uses{grid-template-columns:1fr 1fr}.footer-grid{grid-template-columns:1fr 1fr}}
@media(max-width:620px){.container{width:min(100% - 24px,1180px)}.nav{height:72px}.brand-small{display:none}.brand-title{font-size:17px}.brand-mark{width:42px;height:42px}.nav>.btn{padding:10px 12px;font-size:12px}.hero-grid{padding:44px 0}.hero-card{padding:14px}.tree-scene{height:250px}.benefits-top,.catalog-grid,.why-grid,.uses,.footer-grid{grid-template-columns:1fr}.section{padding:52px 0}.cta{padding:28px;display:block}.cta .btn{margin-top:18px;width:100%}.why{padding:26px}.hero-actions .btn{width:100%}}
