:root{--green:#064c32;--deep:#073c2b;--ink:#172f26;--muted:#5f6d65;--paper:#f4f7f4;--line:#dce5de;--accent:#d5e896}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;color:var(--ink);background:#fff;font-family:Arial,Helvetica,sans-serif;font-size:16px;line-height:1.7}a{color:inherit;text-decoration:none}button{font:inherit}img{max-width:100%;display:block}h1,h2,h3,p{margin-top:0}h1,h2,h3{line-height:1.13;letter-spacing:-.045em}h2{font-size:clamp(2rem,3.4vw,3rem);margin-bottom:24px}h3{font-size:1.35rem}p{color:var(--muted)}a,button{-webkit-tap-highlight-color:transparent}a:focus-visible,button:focus-visible{outline:3px solid #bb7909;outline-offset:5px}.container{width:min(1180px,calc(100% - 48px));margin:auto}.header{position:sticky;top:0;background:#fffffff5;z-index:20;border-bottom:1px solid var(--line)}.nav-wrap{min-height:90px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:flex;gap:12px;align-items:center}.brand img{width:62px;height:62px;object-fit:contain}.brand span{font-size:12px;line-height:1.4;letter-spacing:.04em;border-left:1px solid var(--line);padding-left:12px}nav{display:flex;gap:26px;align-items:center}nav>a{font-size:14px}nav>a:hover{color:#278159}.button{display:inline-flex;align-items:center;justify-content:center;gap:22px;min-height:52px;padding:13px 23px;background:var(--green);color:white;border:1px solid var(--green);font-size:14px;font-weight:600;border-radius:5px;transition:background .2s}.button:hover{background:#146443;color:white}.button span{font-size:20px}.button.small{min-height:44px;padding:8px 17px}.button.secondary{background:transparent;color:var(--green);border-color:#becdc1}.button.secondary:hover{background:#e6eee7}.hero{background:var(--paper);padding:76px 0 70px}.hero-grid{display:grid;grid-template-columns:1.1fr 1fr;gap:65px;align-items:center}.eyebrow{font-size:12px;letter-spacing:.16em;font-weight:700;color:var(--green);margin-bottom:22px}h1{font-size:clamp(2.6rem,4.7vw,4.25rem);margin-bottom:26px;font-weight:600}h1 em{font-family:Georgia,serif;font-weight:400;color:var(--green)}.hero-description{max-width:490px;font-size:17px}.actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}.hero-note{display:flex;align-items:center;gap:12px;font-size:12px;color:var(--muted);margin-top:40px}.note-line{width:30px;height:1px;background:var(--green)}.hero-visual{background:#e2e9e0;border-radius:10px;overflow:hidden;padding:23px 26px 0;position:relative}.visual-top{display:flex;justify-content:space-between;font-size:10px;letter-spacing:.12em;color:var(--green);gap:14px}.hero-picture{padding:24px 30px;display:flex;justify-content:center}.hero-picture img{height:315px;width:auto;max-width:100%;object-fit:contain;border-radius:5px;box-shadow:0 15px 30px #173d2612}.visual-caption{border-top:1px solid #bdcebd;display:flex;justify-content:space-between;align-items:center;padding:20px 0}.visual-caption small{font-size:10px;letter-spacing:.14em}.visual-caption h2{font-size:21px;margin:6px 0 0;letter-spacing:-.03em}.visual-caption>a{border:1px solid #b8c8b6;border-radius:50%;width:44px;height:44px;display:grid;place-items:center;font-size:24px}.category-strip{background:var(--green);color:white;padding:21px 0}.category-strip .container{display:flex;align-items:center;justify-content:space-around;gap:15px;font-size:17px}.category-strip span:nth-child(even){color:var(--accent);font-size:24px}.section{padding:95px 0}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:90px;align-items:center}.about-image{position:relative;padding-bottom:24px}.about-image img{width:100%;height:340px;object-fit:cover;border-radius:7px}.about-image>span{position:absolute;bottom:0;right:0;background:var(--green);color:#fff;font-size:11px;letter-spacing:.15em;padding:20px 26px}.text-link{display:inline-flex;gap:28px;align-items:center;font-size:14px;font-weight:600;color:var(--green);padding:9px 0;border-bottom:1px solid #b8cdbf}.text-link:hover{color:#268153}.text-link span{font-size:21px}.products-section{background:var(--paper)}.section-head{display:flex;justify-content:space-between;gap:40px;align-items:flex-end;margin-bottom:40px}.section-head h2{margin-bottom:0}.catalog-info{max-width:360px}.catalog-info p{font-size:15px;margin-bottom:8px}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:25px}.product{background:white;border:1px solid var(--line);border-radius:7px;overflow:hidden;display:flex;flex-direction:column}.product-image{height:230px;background:#fff;padding:20px;border-bottom:1px solid var(--line);display:grid;place-items:center}.product-image img{width:100%;height:100%;object-fit:contain;min-height:0}.product-body{padding:25px;display:flex;flex-direction:column;flex:1}.product-number{font-size:10px;letter-spacing:.12em;color:var(--muted);margin-bottom:13px}.product h3{margin-bottom:12px;letter-spacing:-.025em}.product p{font-size:14px;margin-bottom:20px}.product .text-link{margin-top:auto;justify-content:space-between}.section-intro{max-width:310px;margin-bottom:0}.services{display:grid;grid-template-columns:repeat(4,1fr);gap:28px;margin-top:50px}.services article{border-top:1px solid #b9cdbf;padding-top:25px}.services article>span{color:var(--green);font-size:14px;display:block;margin-bottom:30px}.services h3{font-size:20px;letter-spacing:-.025em}.services p{font-size:14px;margin-bottom:0}.cta-section{background:var(--green);color:white;padding:65px 0}.cta-inner{display:flex;align-items:center;justify-content:space-between;gap:35px}.cta-section .eyebrow{color:var(--accent)}.cta-section p{color:#d4e4d9;margin-bottom:0}.cta-section .eyebrow{margin-bottom:18px}.cta-section h2{margin-bottom:20px}.button.light{background:var(--accent);color:var(--deep);border-color:var(--accent)}.button.light:hover{background:#e7f4b9}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:65px}.contact-links>a{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--line);padding:16px 0;font-size:20px;gap:15px;overflow-wrap:anywhere}.contact-links small{display:block;font-size:11px;letter-spacing:.14em;color:var(--muted);margin-bottom:4px}footer{border-top:1px solid var(--line);padding:25px 0}.footer-inner{display:flex;justify-content:space-between;gap:20px;font-size:12px;color:var(--muted)}footer a{font-weight:700;color:var(--green)}.menu-toggle{display:none}.skip{position:fixed;top:-100px;left:15px;background:white;padding:12px;z-index:100}.skip:focus{top:10px}@media(min-width:901px){nav{display:flex!important}}@media(max-width:1050px){nav{gap:17px}.hero-grid{gap:30px}.about-grid{gap:45px}.actions .button{padding:12px 16px}}@media(max-width:900px){.nav-wrap{min-height:76px;flex-wrap:wrap;gap:0}.brand img{width:54px;height:54px}.menu-toggle{display:flex;flex-direction:column;gap:5px;align-items:center;justify-content:center;width:46px;height:46px;background:none;border:1px solid var(--line);border-radius:5px}.menu-toggle span{display:block;height:2px;width:20px;background:var(--green)}nav{width:100%;display:flex;flex-wrap:wrap;padding:15px 0 23px;gap:20px}html.js nav{display:none}html.js nav.is-open{display:flex;flex-direction:column;align-items:stretch}nav>a{padding:6px 0}.hero-grid{grid-template-columns:1fr 1fr;gap:25px}.hero{padding:50px 0}.hero-visual{padding:18px 18px 0}.visual-top span:last-child{display:none}.hero-picture{padding:25px 0}.hero-picture img{height:270px}.hero-note{margin-top:25px}.product-grid{grid-template-columns:repeat(2,1fr)}.services{grid-template-columns:repeat(2,1fr)}.section{padding:70px 0}.about-grid{gap:30px}.about-image img{height:350px}.category-strip .container{font-size:14px}.contact-links>a{font-size:17px}}@media(max-width:600px){.container{width:calc(100% - 40px)}.hero-grid,.about-grid,.contact-grid{grid-template-columns:1fr}.hero{padding:38px 0 40px}.hero-grid{gap:35px}h1{font-size:42px}.eyebrow{font-size:10px;letter-spacing:.12em;margin-bottom:17px}.hero-description{font-size:16px}.actions{gap:10px;margin-top:23px}.actions .button{font-size:13px;gap:10px;padding:12px 14px;flex-grow:1}.hero-note{font-size:11px}.hero-picture img{height:275px}.hero-visual{padding:18px 22px 0}.visual-top span:last-child{display:block;font-size:8px}.visual-top{font-size:9px}.visual-caption h2{font-size:20px}.category-strip{padding:17px 0}.category-strip .container{gap:9px;font-size:11px}.category-strip span:nth-child(even){font-size:16px}.section{padding:58px 0}.about-image img{height:240px}.about-grid{gap:35px}.section-head{display:block;margin-bottom:28px}.catalog-info{margin-top:23px}.product-grid{grid-template-columns:1fr;gap:22px}.product-image{height:235px}.product-body{padding:23px}.section-intro{margin-top:22px}.services{gap:30px 22px;margin-top:32px}.services h3{font-size:18px}.services article>span{margin-bottom:22px}.services p{font-size:14px}.cta-inner{display:block}.cta-section{padding:45px 0}.cta-section .button{margin-top:28px}.contact-grid{gap:15px}.contact-links>a{font-size:17px}.footer-inner{flex-direction:column;gap:7px}h2{font-size:32px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}
