*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,Helvetica,sans-serif;background:#0f160e;color:#f5f1e8;line-height:1.5}.container{width:min(1180px,92%);margin:0 auto}.header{position:sticky;top:0;z-index:10;background:rgba(15,22,14,.82);backdrop-filter:blur(12px);border-bottom:1px solid rgba(255,255,255,.08)}.nav{display:flex;align-items:center;justify-content:space-between;padding:14px 0}.brand{display:flex;align-items:center;gap:12px;color:#fff;text-decoration:none;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.brand img{width:46px;height:46px;border-radius:50%;object-fit:cover}nav{display:flex;gap:24px}nav a{color:#e8e2cf;text-decoration:none;font-size:15px;opacity:.9}nav a:hover{opacity:1;color:#a8d46f}.hero{padding:76px 0 64px;background:radial-gradient(circle at 80% 20%,rgba(130,184,64,.25),transparent 35%),linear-gradient(135deg,#111d10,#172513 45%,#0b0f0a)}.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:48px;align-items:center}.eyebrow{color:#a8d46f;text-transform:uppercase;letter-spacing:.18em;font-weight:700;font-size:13px;margin:0 0 12px}h1,h2,h3,p{margin-top:0}h1{font-size:clamp(38px,6vw,72px);line-height:.98;margin-bottom:22px;letter-spacing:-.04em}h2{font-size:clamp(28px,4vw,46px);line-height:1.05;margin-bottom:18px}h3{font-size:24px;margin-bottom:12px}.lead{font-size:20px;color:#ded8c7;max-width:650px}.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:30px}.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:14px 22px;text-decoration:none;font-weight:800;transition:.2s;border:1px solid transparent}.btn.primary{background:#8cc63f;color:#10200d}.btn.primary:hover{background:#a9e65b;transform:translateY(-1px)}.btn.secondary{border-color:rgba(255,255,255,.25);color:#fff;background:rgba(255,255,255,.06)}.btn.secondary:hover{background:rgba(255,255,255,.12)}.btn.full{width:100%;margin-top:auto}.btn.big{font-size:18px;padding:16px 30px}.hero-card{position:relative;display:grid;grid-template-columns:1fr 170px;gap:16px;align-items:end}.hero-card img{width:100%;border-radius:28px;box-shadow:0 25px 80px rgba(0,0,0,.45);object-fit:cover}.main-product{aspect-ratio:4/5}.mini-products{display:grid;gap:16px}.mini-products img{aspect-ratio:3/4}.about,.catalog,.benefits,.cta{padding:72px 0}.about{background:#f4f0df;color:#1d2619}.about-grid{display:grid;grid-template-columns:320px 1fr;gap:48px;align-items:center}.logo-panel{background:#dfe5c9;border-radius:32px;padding:28px;box-shadow:0 16px 40px rgba(0,0,0,.12)}.logo-panel img{width:100%;border-radius:24px;display:block}.catalog{background:#10170f}.section-head{max-width:760px;margin-bottom:36px}.section-head p{color:#d7d0bd}.products{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.product{display:flex;flex-direction:column;background:#f5f1e8;color:#1a2117;border-radius:28px;overflow:hidden;box-shadow:0 20px 55px rgba(0,0,0,.28)}.product img{width:100%;aspect-ratio:4/5;object-fit:cover;background:#e5e0cf}.product-body{display:flex;flex-direction:column;gap:8px;padding:22px;flex:1}.product-body p{color:#3f493b}.product ul{padding-left:18px;margin:0 0 18px;color:#2d3629}.placeholder-image{aspect-ratio:4/5;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#152112,#4b6f31);color:#fff;font-size:32px;font-weight:900;text-align:center;padding:25px}.benefits{background:#182513}.benefit-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.benefit{background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.09);border-radius:26px;padding:26px}.benefit span{font-size:34px}.benefit p{color:#d7d0bd}.cta{background:#f4f0df;color:#172113}.cta-box{text-align:center;max-width:820px}.cta-box p{font-size:19px;color:#3b4536}.footer{padding:28px 0;background:#0a0e09;color:#d7d0bd}.footer-inner{display:flex;justify-content:space-between;gap:20px}.footer a{color:#a8d46f;text-decoration:none}@media(max-width:1000px){.hero-grid,.about-grid{grid-template-columns:1fr}.products{grid-template-columns:repeat(2,1fr)}.benefit-grid{grid-template-columns:repeat(2,1fr)}.hero-card{grid-template-columns:1fr 1fr}.main-product{grid-column:1/3}}@media(max-width:640px){nav{display:none}.hero{padding:48px 0}.products,.benefit-grid{grid-template-columns:1fr}.hero-card{grid-template-columns:1fr}.main-product{grid-column:auto}.mini-products{grid-template-columns:1fr 1fr}.footer-inner{flex-direction:column}.about,.catalog,.benefits,.cta{padding:52px 0}}