@import url('https://fonts.googleapis.com/css2?family=Vazirmatn:wght@400;500;600;700;800&display=swap');
:root{--green:#19866d;--green2:#0d5d4d;--green3:#0a3e34;--gold:#c9a227;--cream:#f7f4ed;--ink:#17201d}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Vazirmatn,Tahoma,sans-serif;color:var(--ink);background:#fff;line-height:1.9}.header{height:82px;display:flex;align-items:center;justify-content:space-between;padding:0 6%;position:sticky;top:0;background:rgba(255,255,255,.96);backdrop-filter:blur(12px);z-index:10;border-bottom:1px solid #eee}.brand{display:flex;align-items:center;gap:10px;color:inherit;text-decoration:none}.brand b{font-family:Georgia,serif;font-size:28px;color:var(--gold)}.brand span{font-weight:800}.header nav{display:flex;gap:28px}.header nav a{color:#29332f;text-decoration:none;font-size:14px}.phone{color:var(--green2);font-weight:800;text-decoration:none}.hero{min-height:680px;background:linear-gradient(90deg,rgba(4,34,27,.9),rgba(4,34,27,.45)),url('https://images.unsplash.com/photo-1490750967868-88aa4486c946?auto=format&fit=crop&w=2000&q=85') center/cover;display:flex;align-items:center;color:#fff;padding:80px 9%}.hero-content{max-width:680px}.eyebrow,.section-head>span,.cooperation>div>span,.contact>span{letter-spacing:2px;color:var(--gold);font-size:12px;font-weight:700}.hero h1{font-size:clamp(42px,6vw,76px);line-height:1.2;margin:18px 0}.hero h1 em{color:#e0c45d;font-style:normal}.hero p{font-size:18px;max-width:620px;color:#e9efeb}.actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}.btn{display:inline-block;padding:12px 23px;border-radius:8px;text-decoration:none;font-weight:700}.gold{background:var(--gold);color:#15130b}.outline{border:1px solid #fff;color:#fff}.outline-dark{border:1px solid #203a33;color:#203a33}.dark{background:#18211e;color:#fff}.stats{display:grid;grid-template-columns:repeat(4,1fr);background:var(--green2);color:#fff}.stats div{padding:28px;text-align:center;border-left:1px solid rgba(255,255,255,.12)}.stats strong,.stats span{display:block}.stats strong{color:#e0c45d;font-size:21px}.stats span{font-size:13px;color:#dbe5e1}.section,.product-section{padding:90px 8%}.soft{background:var(--cream)}.section-head{text-align:center;margin-bottom:38px}.section-head h2,.cooperation h2,.contact h2{font-size:38px;margin:5px 0 10px}.section-head p{color:#68736f}.table-wrap{max-width:950px;margin:auto;overflow:auto;border-radius:16px;box-shadow:0 10px 35px #17382d12}table{width:100%;border-collapse:collapse;background:#fff;min-width:600px}th,td{padding:17px;text-align:right;border-bottom:1px solid #eee}th{background:var(--green2);color:#fff;font-weight:600}.available{color:#26734f;font-weight:700}.category-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;max-width:1100px;margin:auto}.category-card{min-height:270px;border-radius:24px;padding:34px;color:#fff;text-decoration:none;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden;position:relative}.category-card:after{content:'';position:absolute;inset:0;background:linear-gradient(135deg,rgba(4,40,31,.25),rgba(4,25,20,.7));z-index:0}.category-card>*{position:relative;z-index:1}.category-card.cut{background:linear-gradient(90deg,rgba(20,70,55,.5),rgba(20,70,55,.15)),url('https://images.unsplash.com/photo-1561181286-d3fee7d55364?auto=format&fit=crop&w=1200&q=82') center/cover}.category-card.foliage{background:linear-gradient(90deg,rgba(10,65,51,.55),rgba(10,65,51,.12)),url('https://images.unsplash.com/photo-1614594975525-e45190c55d0b?auto=format&fit=crop&w=1200&q=82') center/cover}.category-card span{color:#e0c45d;font-weight:800;letter-spacing:2px}.category-card h3{font-size:34px;margin:8px 0}.category-card p{max-width:450px;color:#eef5f1}.product-section{scroll-margin-top:70px}.grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.product{background:#fff;border-radius:18px;overflow:hidden;box-shadow:0 8px 28px #18382d12}.product .photo{height:240px;background-size:cover;background-position:center;position:relative}.badge{position:absolute;top:12px;right:12px;background:rgba(255,255,255,.9);color:var(--green2);border-radius:20px;padding:3px 10px;font-size:12px;font-weight:800}.product .info{padding:20px}.product h3{margin:0 0 4px}.product p{margin:0 0 14px;color:#69736f;font-size:13px}.order{display:block;text-align:center;padding:9px 12px;border-radius:8px;background:var(--green);color:#fff;text-decoration:none;font-weight:700;font-size:13px}.cooperation{display:grid;grid-template-columns:1.4fr .8fr;gap:60px;align-items:center;background:var(--green3);color:#fff}.cooperation p{color:#cbd9d4;max-width:700px}.cooperation-card{display:grid;grid-template-columns:1fr 1fr;gap:10px;padding:28px;border:1px solid #ffffff20;border-radius:18px}.cooperation-card b{color:#e0c45d}.cooperation-card span{color:#d5e0dc}.contact{text-align:center;padding:90px 8%;background:#f1eee6}.contact p{font-size:22px;font-weight:700}footer{padding:35px 8%;background:#071f1a;color:#dce7e2;display:flex;align-items:center;justify-content:space-between;gap:20px}footer .brand span{color:#fff}footer p,footer small{margin:0}@media(max-width:850px){.header{height:auto;padding:15px 5%;flex-wrap:wrap;gap:12px}.header nav{order:3;width:100%;overflow:auto;gap:18px;padding-bottom:5px}.phone{font-size:13px}.hero{min-height:600px;padding:70px 7%}.stats{grid-template-columns:1fr 1fr}.grid{grid-template-columns:1fr 1fr}.category-grid,.cooperation{grid-template-columns:1fr}.section,.product-section{padding:65px 6%}footer{flex-direction:column;text-align:center}}@media(max-width:520px){.grid{grid-template-columns:1fr}.hero h1{font-size:42px}.stats div{padding:20px 8px}.section-head h2,.cooperation h2,.contact h2{font-size:30px}.category-card h3{font-size:28px}}
