:root{--ink:#19352a;--green:#287a4b;--green-dark:#174d32;--lime:#ddec63;--cream:#f5f2e8;--orange:#ed793f;--muted:#6d776f;--line:#dce2d8;--white:#fff;--shadow:0 20px 50px rgba(25,53,42,.16)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);font-family:'DM Sans',sans-serif}img{display:block;width:100%}h1,h2,h3,p{margin-top:0}h1,h2,h3{font-family:'Manrope',sans-serif}a{color:inherit;text-decoration:none}button{font:inherit}.topbar{height:31px;background:var(--green-dark);color:#eaf1eb;display:flex;align-items:center;justify-content:center;gap:14px;text-transform:uppercase;font-size:9px;letter-spacing:1.4px}.topbar span{width:4px;height:4px;background:var(--lime);border-radius:50%}.header{height:80px;display:flex;align-items:center;gap:38px;padding:0 clamp(22px,5vw,74px);position:sticky;top:0;z-index:20;background:rgba(255,255,255,.95);backdrop-filter:blur(13px);border-bottom:1px solid var(--line)}.logo{display:flex;align-items:center;font:500 20px Manrope;white-space:nowrap}.logo>span{width:37px;height:37px;display:grid;place-items:center;background:var(--green);color:white;border-radius:50% 50% 50% 12px;margin-right:9px}.logo>span svg{width:20px}.logo strong{font-weight:800}.logo small{font:700 8px DM Sans;text-transform:uppercase;letter-spacing:1.3px;color:var(--muted);margin-left:8px;padding-left:8px;border-left:1px solid var(--line)}.nav{display:flex;gap:29px;margin-left:auto}.nav a{font-size:13px;font-weight:600}.nav a:hover{color:var(--green)}.header-cta,.button{display:inline-flex;align-items:center;justify-content:center;gap:9px;font-weight:700}.header-cta{padding:12px 17px;background:var(--green-dark);color:white;border-radius:7px;font-size:13px}.header-cta svg,.button svg{width:17px}.menu-button{display:none;border:0;background:none;color:var(--ink)}.hero{height:700px;position:relative;display:flex;align-items:center;color:white;padding:70px max(24px,calc((100vw - 1180px)/2))}.hero>img,.hero-overlay{position:absolute;inset:0;height:100%;object-fit:cover}.hero>img{object-position:center 60%}.hero-overlay{background:linear-gradient(90deg,rgba(13,49,31,.92),rgba(13,49,31,.6) 50%,rgba(13,49,31,.12))}.hero-content{position:relative;z-index:2;max-width:680px}.eyebrow{text-transform:uppercase;letter-spacing:1.8px;font-size:10px;font-weight:700;margin-bottom:18px}.eyebrow.dark{color:var(--green)}.hero h1{font-size:clamp(48px,6vw,78px);line-height:1.04;margin-bottom:24px}.hero-content>p:not(.eyebrow){font-size:18px;line-height:1.7;color:#e1ece4;max-width:570px}.hero-actions{display:flex;gap:12px;margin-top:31px}.button{padding:15px 20px;border-radius:7px;font-size:13px;transition:.2s}.button:hover{transform:translateY(-2px)}.button.primary{background:var(--orange);color:white}.button.outline{border:1px solid rgba(255,255,255,.55)}.fresh-card{position:absolute;z-index:3;right:max(24px,calc((100vw - 1180px)/2));bottom:38px;background:white;color:var(--ink);padding:16px 20px;border-radius:8px;display:flex;align-items:center;gap:12px;box-shadow:var(--shadow)}.fresh-card svg{color:var(--green)}.fresh-card div{display:flex;flex-direction:column}.fresh-card strong{font-size:13px}.fresh-card span{font-size:10px;color:var(--muted);margin-top:3px}.benefits{max-width:1180px;margin:auto;display:grid;grid-template-columns:repeat(4,1fr);padding:34px 24px;border-bottom:1px solid var(--line)}.benefits div{display:flex;align-items:center;gap:12px;padding:0 18px;border-right:1px solid var(--line)}.benefits div:last-child{border:0}.benefits svg{width:25px;color:var(--green);flex:none}.benefits span{display:flex;flex-direction:column;color:var(--muted);font-size:10px}.benefits strong{color:var(--ink);font-size:12px;margin-bottom:3px}.section{padding:100px max(24px,calc((100vw - 1180px)/2))}.products{background:var(--cream)}.section-head{display:flex;align-items:end;justify-content:space-between;gap:40px;margin-bottom:42px}.section-head h2,.quality h2,.contact h2{font-size:clamp(36px,4.5vw,56px);line-height:1.1;margin:0}.section-head>p{max-width:430px;color:var(--muted);line-height:1.7}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}.product-grid article{background:white;border-radius:9px;overflow:hidden}.product-grid article>img{height:280px;object-fit:cover;transition:.4s}.product-grid article:hover>img{transform:scale(1.025)}.product-grid article>div{position:relative;padding:21px;min-height:175px}.product-grid span{font-size:9px;color:var(--orange);font-weight:700}.product-grid h3{font-size:20px;margin:12px 0 7px}.product-grid p{font-size:12px;line-height:1.55;color:var(--muted);max-width:210px}.product-grid a{position:absolute;right:17px;bottom:17px;width:34px;height:34px;border:1px solid var(--line);border-radius:50%;display:grid;place-items:center}.product-grid a svg{width:16px}.quality{display:grid;grid-template-columns:1.05fr .95fr;background:var(--green-dark);color:white}.quality-image img{height:100%;min-height:680px;object-fit:cover}.quality-copy{padding:90px clamp(35px,7vw,105px);align-self:center}.quality-copy>p:not(.eyebrow){color:#c7d5cb;line-height:1.8;margin:25px 0}.quality ul{list-style:none;padding:0;margin:28px 0}.quality li{display:flex;gap:13px;padding:16px 0;border-top:1px solid rgba(255,255,255,.16)}.quality li>svg{width:19px;color:var(--lime);flex:none}.quality li div{display:flex;flex-direction:column}.quality li strong{font-size:14px}.quality li span{font-size:11px;color:#b9c9bd;margin-top:4px}.centered{justify-content:center;text-align:center}.step-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:17px}.step-grid article{position:relative;background:var(--cream);padding:33px;border-radius:9px}.step-grid article>span{position:absolute;right:22px;top:20px;color:var(--orange);font:700 11px Manrope}.step-grid article>svg{width:30px;color:var(--green);margin-bottom:26px}.step-grid h3{font-size:19px;margin-bottom:9px}.step-grid p{font-size:13px;line-height:1.6;color:var(--muted);margin:0}.contact{background:var(--lime);display:grid;grid-template-columns:1.15fr .85fr;align-items:center;gap:9vw}.contact>div:first-child>p:last-child{line-height:1.7;max-width:550px;margin-top:23px;color:#475647}.contact-box{background:white;padding:35px;border-radius:10px;box-shadow:var(--shadow)}.contact-box>svg{width:31px;color:var(--green)}.contact-box h3{font-size:22px;margin:15px 0 7px}.contact-box p{font-size:13px;color:var(--muted)}.contact-box small{display:block;color:var(--muted);font-size:9px;margin-top:11px}footer{background:var(--ink);color:#b9c3bc;padding:55px max(24px,calc((100vw - 1180px)/2)) 28px;display:grid;grid-template-columns:1.3fr .8fr .8fr 1.4fr;gap:42px;font-size:11px}.footer-logo{color:white;align-self:start}.footer-logo small{color:#98a49c;border-color:#46534a}footer>div{display:flex;flex-direction:column;gap:9px}footer strong{color:white;text-transform:uppercase;letter-spacing:1px;font-size:9px}footer p{margin:0;line-height:1.55}.company p:first-of-type{color:#dbe1dc}.copyright{grid-column:1/-1;border-top:1px solid #39483e;padding-top:25px;margin-top:12px}
@media(max-width:950px){.header{height:70px}.nav{display:none;position:absolute;top:70px;left:0;right:0;padding:26px;background:white;flex-direction:column;border-bottom:1px solid var(--line)}.nav.open{display:flex}.header-cta{display:none}.menu-button{display:block;margin-left:auto}.product-grid{grid-template-columns:1fr 1fr}.quality-copy{padding:65px 38px}footer{grid-template-columns:1fr 1fr}}
@media(max-width:620px){.topbar{font-size:7px;letter-spacing:.5px;gap:7px}.header{padding:0 18px}.logo small{display:none}.hero{height:710px;padding:55px 20px}.hero>img{object-position:65% center}.hero-overlay{background:rgba(13,49,31,.71)}.hero h1{font-size:51px}.hero-actions{flex-direction:column;align-items:stretch}.fresh-card{left:20px;right:auto;bottom:22px}.benefits{grid-template-columns:1fr 1fr;gap:20px;padding:28px 18px}.benefits div{padding:0;border:0}.section{padding:75px 18px}.section-head{align-items:start;flex-direction:column}.product-grid{grid-template-columns:1fr}.product-grid article>img{height:350px}.quality{grid-template-columns:1fr}.quality-image img{min-height:0;height:400px}.quality-copy{padding:70px 22px}.step-grid{grid-template-columns:1fr}.contact{grid-template-columns:1fr;gap:35px}footer{grid-template-columns:1fr;gap:28px}}
