:root{--accent: #93c242;--accent-dark: #6f9830;--text: #18201b;--muted: #5d685f;--bg: #f7f9f6;--surface: #ffffff;--border: rgba(24, 32, 27, .08);--shadow: 0 20px 50px rgba(24, 32, 27, .08);--radius: 24px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--text);background:var(--bg)}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}.site-shell{min-height:100vh}.container{width:min(1180px,calc(100% - 2rem));margin:0 auto}.topbar{position:sticky;top:0;z-index:30;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#f7f9f6d9;border-bottom:1px solid rgba(24,32,27,.06)}.topbar-inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:84px}.brand-logo,.footer-logo{height:42px;width:auto}.nav{display:flex;gap:1.25rem;flex-wrap:wrap}.nav a{font-weight:600;color:#334036}.hero{padding:4.5rem 0 3rem;background:radial-gradient(circle at top right,rgba(147,194,66,.22),transparent 26%),linear-gradient(180deg,#fbfcfa,#f7f9f6)}.hero-grid,.about-grid,.contact-grid,.cta-box{display:grid;grid-template-columns:1.1fr .9fr;gap:2rem;align-items:center}.eyebrow,.section-label{display:inline-block;margin-bottom:1rem;padding:.45rem .8rem;border-radius:999px;background:#93c24224;color:var(--accent-dark);font-size:.85rem;font-weight:700;letter-spacing:.03em;text-transform:uppercase}.section-label-light{background:#ffffff2e;color:#f2f8ea}h1,h2,h3,p,ul{margin-top:0}h1{font-size:clamp(2.4rem,5vw,4.6rem);line-height:1.02;letter-spacing:-.04em;margin-bottom:1rem}h2{font-size:clamp(1.8rem,3vw,3rem);line-height:1.08;letter-spacing:-.03em;margin-bottom:1rem}h3{font-size:1.2rem;margin-bottom:.7rem}.lead,.section-head p,.about-grid p,.contact-grid p,.product-body p,.category-card p,.cta-box p,.stat-card p{color:var(--muted);line-height:1.75;font-size:1.02rem}.hero-actions,.cta-actions{display:flex;flex-wrap:wrap;gap:.9rem;margin:1.8rem 0}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.95rem 1.35rem;border-radius:999px;font-weight:700;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.btn:hover{transform:translateY(-1px)}.btn-primary{background:var(--accent);color:#fff;box-shadow:0 18px 35px #93c2424d}.btn-secondary,.btn-light{background:#fff;color:var(--text);border:1px solid var(--border)}.btn-dark{background:#18201b;color:#fff}.hero-points{display:grid;gap:.7rem;padding:0;list-style:none}.hero-points li{position:relative;padding-left:1.3rem;color:#314035;font-weight:600}.hero-points li:before{content:"";position:absolute;left:0;top:.6rem;width:.55rem;height:.55rem;border-radius:999px;background:var(--accent)}.card-soft,.category-card,.product-card,.contact-card,.stat-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow)}.hero-media img,.about-images img,.product-image{width:100%;height:100%;object-fit:cover;border-radius:var(--radius)}.section{padding:5rem 0}.section-muted{background:#f0f4ed}.section-accent{background:linear-gradient(135deg,var(--accent-dark) 0%,var(--accent) 100%);color:#fff}.stats-grid,.category-grid,.products-grid{display:grid;gap:1.25rem}.stats-grid{grid-template-columns:repeat(4,1fr)}.stat-card{padding:1.3rem}.stat-dot{display:inline-block;width:12px;height:12px;border-radius:999px;background:var(--accent);margin-bottom:.8rem}.about-images{display:grid;gap:1rem}.about-images img:first-child{min-height:280px}.about-images img:last-child{min-height:220px}.section-head{max-width:760px;margin-bottom:2rem}.category-grid{grid-template-columns:repeat(4,1fr)}.category-card{padding:1.6rem}.products-grid{grid-template-columns:repeat(3,1fr)}.product-card{overflow:hidden}.product-image{aspect-ratio:4 / 2.4}.product-body{padding:1.4rem}.product-code{display:inline-block;margin-bottom:.75rem;font-weight:800;color:var(--accent-dark);letter-spacing:.04em}.product-body ul{padding-left:1rem;color:#334036;line-height:1.7}.cta-box{padding:2rem}.contact-card{padding:1.8rem}.footer{border-top:1px solid rgba(24,32,27,.06);background:#fff}.footer-inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:100px;color:var(--muted)}@media (max-width: 1024px){.stats-grid,.category-grid,.products-grid{grid-template-columns:repeat(2,1fr)}.hero-grid,.about-grid,.contact-grid,.cta-box{grid-template-columns:1fr}}@media (max-width: 720px){.topbar-inner,.footer-inner{flex-direction:column;justify-content:center;padding:1rem 0}.nav{justify-content:center}.hero{padding-top:2.5rem}.section{padding:3.5rem 0}.stats-grid,.category-grid,.products-grid{grid-template-columns:1fr}.container{width:min(100% - 1.25rem,1180px)}h1{font-size:2.4rem}}
