:root{--green:#1d563c;--dark:#103929;--ink:#17241e;--muted:#68736d;--lime:#c7df72;--cream:#f6f5ef;--soft:#ecefe8;--line:#d9ddd7;--white:#fff}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--ink);font-family:"DM Sans",sans-serif;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}.hz-container{width:min(1240px,calc(100% - 56px));margin:auto}.hz-section{padding:125px 0}.hz-announcement{height:31px;background:var(--dark);color:#dfe8df;overflow:hidden;font-size:9px;letter-spacing:.18em}.hz-announcement>div{height:100%;display:flex;align-items:center;width:max-content;animation:hz-marquee 24s linear infinite}.hz-announcement span{margin:0 28px}.hz-announcement i{width:4px;height:4px;border-radius:50%;background:var(--lime)}@keyframes hz-marquee{to{transform:translateX(-50%)}}.hz-header{height:82px;background:rgba(246,245,239,.96);border-bottom:1px solid var(--line);position:sticky;top:0;z-index:50;backdrop-filter:blur(14px)}.hz-nav{height:100%;display:grid;grid-template-columns:170px 1fr 170px;align-items:center}.hz-logo{width:105px;height:68px;overflow:hidden;display:grid;place-items:center}.hz-logo img{width:105px}.links{display:flex;justify-content:center;gap:38px;font-size:12px}.links a{position:relative}.links a:after{content:"";position:absolute;left:0;bottom:-9px;width:100%;height:1px;background:var(--green);transform:scaleX(0);transition:.3s}.links a:hover:after,.links a.on:after{transform:scaleX(1)}.hz-nav-cta{justify-self:end;border:1px solid var(--ink);padding:12px 16px;font-size:11px;transition:.25s}.hz-nav-cta span{margin-left:22px}.hz-nav-cta:hover{background:var(--ink);color:#fff}.menu{display:none}.hz-kicker{font-size:10px;text-transform:uppercase;letter-spacing:.19em;font-weight:600;color:var(--green)}.hz-hero{min-height:calc(100svh - 113px);display:flex;align-items:center;padding:70px 0}.hz-hero-grid{display:grid;grid-template-columns:.92fr 1.08fr;gap:75px;align-items:center}.hz-hero h1{font:600 clamp(62px,7.5vw,108px)/.88 "Playfair Display",serif;letter-spacing:-.055em;margin:25px 0 32px}.hz-hero h1 em{font-weight:500}.hz-hero-copy>p:nth-of-type(2){max-width:520px;color:var(--muted);line-height:1.8;font-size:15px}.hz-actions{display:flex;align-items:center;gap:28px;margin-top:36px}.hz-btn{display:inline-flex;align-items:center;gap:38px;padding:15px 20px;font-size:11px;font-weight:600;transition:.3s}.hz-btn-dark{background:var(--dark);color:#fff}.hz-btn-light{background:#fff;color:var(--dark)}.hz-btn:hover{transform:translateY(-3px);box-shadow:0 14px 34px rgba(16,57,41,.16)}.hz-text-link{font-size:11px;font-weight:600;border-bottom:1px solid;padding-bottom:7px}.hz-text-link span{margin-left:15px}.hz-hero-image{position:relative}.hz-hero-image:before{content:"";position:absolute;inset:-18px 28px 18px -18px;border:1px solid #bdc7bf;z-index:-1}.hz-hero-image img{width:100%;height:min(68vh,680px);object-fit:cover;object-position:64%}.hz-hero-seal{position:absolute;left:-48px;bottom:50px;width:125px;height:125px;border-radius:50%;background:var(--lime);display:flex;align-items:center;justify-content:center;gap:9px;box-shadow:0 20px 45px rgba(16,57,41,.17)}.hz-hero-seal b{font:600 38px "Playfair Display"}.hz-hero-seal span{font-size:9px;text-transform:uppercase;line-height:1.35}.hz-trust{border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:25px 0}.hz-trust .hz-container{display:flex;justify-content:space-between;align-items:center;font-size:10px;text-transform:uppercase;letter-spacing:.13em;color:#526158}.hz-trust i{color:var(--green)}.hz-about-grid{display:grid;grid-template-columns:.35fr 1.65fr;gap:80px}.hz-section-label{display:flex;gap:25px;font-size:10px;text-transform:uppercase;letter-spacing:.13em;color:var(--muted)}.hz-about h2,.hz-heading-row h2,.hz-faq h2{font:600 clamp(47px,5.5vw,76px)/.98 "Playfair Display",serif;letter-spacing:-.04em;margin:0}.hz-about-body{display:grid;grid-template-columns:1fr 170px;gap:75px;align-items:end;margin-top:55px}.hz-about-body p{font-size:15px;color:var(--muted);line-height:1.9}.hz-circle-link{width:140px;height:140px;border:1px solid #aeb8b1;border-radius:50%;display:grid;place-items:center;font-size:11px;text-align:center;transition:.35s}.hz-circle-link:hover{background:var(--green);border-color:var(--green);color:#fff;transform:rotate(-5deg)}.hz-products{background:var(--soft)}.hz-heading-row{display:flex;justify-content:space-between;align-items:end;margin-bottom:65px}.hz-heading-row>p{max-width:360px;color:var(--muted);line-height:1.8}.hz-product-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}.hz-product{background:#fff;padding:25px 30px 32px;border:1px solid transparent;transition:.35s}.hz-product:hover{transform:translateY(-7px);border-color:#bfc9c0;box-shadow:0 24px 60px rgba(25,52,39,.08)}.hz-product-top{display:flex;justify-content:space-between;font-size:10px}.hz-product-top b{width:35px;height:35px;border:1px solid var(--line);border-radius:50%;display:grid;place-items:center;transition:.3s}.hz-product:hover .hz-product-top b{background:var(--green);color:#fff}.hz-pack{height:315px;display:grid;place-items:center}.hz-pack img{width:82%;height:280px;object-fit:contain;mix-blend-mode:multiply;transition:.55s}.hz-product:hover .hz-pack img{transform:scale(1.035)}.hz-product>p{font-size:9px;text-transform:uppercase;letter-spacing:.16em;color:var(--green)}.hz-product h3{font:600 36px "Playfair Display";margin:9px 0}.hz-product small{color:var(--muted)}.hz-statement,.hz-contact-prompt{background:var(--dark);color:#fff;text-align:center;padding:115px 0}.hz-statement p,.hz-contact-prompt p{font-size:9px;text-transform:uppercase;letter-spacing:.2em;color:#b6ca94}.hz-statement h2,.hz-contact-prompt h2{font:600 clamp(45px,6vw,82px)/1.04 "Playfair Display",serif;margin:20px 0 40px}.hz-statement h2 em{font-weight:500}.hz-work-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:26px}.hz-work-grid figure{margin:0;overflow:hidden}.hz-work-grid figure:nth-child(3){grid-column:2;margin-top:-210px}.hz-work-grid img{width:100%;height:520px;object-fit:cover;transition:transform .9s}.hz-work-grid figure:nth-child(2) img,.hz-work-grid figure:nth-child(3) img{height:380px}.hz-work-grid figure:hover img{transform:scale(1.03)}.hz-work-grid figcaption{display:flex;justify-content:space-between;padding:16px 0;border-bottom:1px solid var(--line)}.hz-work-grid figcaption span{font-size:9px;text-transform:uppercase;letter-spacing:.15em}.hz-work-grid figcaption b{font:500 17px "Playfair Display"}.hz-stats{background:#152f24;color:#fff;padding:70px 0}.hz-stats .hz-container{display:grid;grid-template-columns:repeat(4,1fr)}.hz-stat{padding:15px 35px;border-right:1px solid #3b5147}.hz-stat:last-child{border:0}.hz-stat b{display:block;font:600 65px "Playfair Display";color:var(--lime)}.hz-stat span{font-size:10px;text-transform:uppercase;letter-spacing:.12em;color:#aab9b1}.hz-faq{background:#eef0eb}.hz-faq-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:100px}.hz-faq-grid>div:first-child>p:last-child{color:var(--muted);line-height:1.7}.hz-accordions details{border-top:1px solid #cbd1cc;padding:24px 0}.hz-accordions summary{list-style:none;cursor:pointer;font-weight:600;display:flex;justify-content:space-between}.hz-accordions details p{color:var(--muted);line-height:1.7;font-size:13px}.hz-footer{background:#f6f5ef;padding:90px 0 0;border-top:1px solid var(--line)}.hz-footer-grid{display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:70px}.hz-footer-brand img{width:130px}.hz-footer-brand p{font:500 20px/1.5 "Playfair Display";color:var(--muted)}.hz-footer-grid>div:not(:first-child){display:flex;flex-direction:column;gap:13px;font-size:12px}.hz-footer h4{font-size:9px;text-transform:uppercase;letter-spacing:.18em;color:var(--green);margin-bottom:10px}.hz-footer-grid p{font-size:12px;color:var(--muted);line-height:1.7}.hz-footer-bottom{border-top:1px solid var(--line);margin-top:70px;padding:25px 0;display:flex;justify-content:space-between;font-size:9px;text-transform:uppercase;letter-spacing:.11em}.reveal{opacity:0;transform:translateY(35px);transition:opacity .8s ease,transform .8s ease}.reveal.show{opacity:1;transform:none}.floating-whatsapp{position:fixed;right:22px;bottom:22px;z-index:60;background:var(--green);color:#fff;padding:14px 17px;font-size:11px;box-shadow:0 15px 40px rgba(16,57,41,.25)}
@media(max-width:800px){.hz-container{width:calc(100% - 32px)}.hz-header{height:70px}.hz-nav{grid-template-columns:1fr auto}.hz-logo{height:62px}.hz-nav-cta{display:none}.menu{display:grid;gap:6px;background:none;border:0;padding:12px}.menu i{width:24px;height:1px;background:var(--ink)}.links{position:fixed;top:70px;left:0;right:0;background:var(--cream);padding:35px;flex-direction:column;align-items:center;transform:translateY(-140%);transition:.3s}.links.open{transform:none}.hz-hero{padding:70px 0}.hz-hero-grid,.hz-about-grid,.hz-faq-grid{grid-template-columns:1fr}.hz-hero-copy{order:1}.hz-hero h1{font-size:57px}.hz-hero-image img{height:430px}.hz-hero-seal{left:12px;bottom:-30px;width:105px;height:105px}.hz-trust .hz-container{flex-wrap:wrap;gap:15px;justify-content:center}.hz-section{padding:85px 0}.hz-about-grid{gap:35px}.hz-about-body{grid-template-columns:1fr;gap:35px}.hz-circle-link{width:115px;height:115px}.hz-heading-row{align-items:flex-start;flex-direction:column;gap:25px}.hz-product-grid{grid-template-columns:1fr}.hz-pack{height:290px}.hz-work-grid{grid-template-columns:1fr}.hz-work-grid figure:nth-child(3){grid-column:auto;margin-top:0}.hz-work-grid img,.hz-work-grid figure:nth-child(2) img,.hz-work-grid figure:nth-child(3) img{height:390px}.hz-work-grid figcaption{gap:20px}.hz-stats .hz-container{grid-template-columns:1fr 1fr}.hz-stat{border-bottom:1px solid #3b5147}.hz-faq-grid{gap:50px}.hz-footer-grid{grid-template-columns:1fr 1fr}.hz-footer-brand{grid-column:1/-1}.hz-footer-bottom{flex-direction:column;gap:12px}.hz-statement,.hz-contact-prompt{padding:85px 0}}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto}.hz-announcement>div{animation:none}.reveal{opacity:1;transform:none}}
