:root{--gz-forest:#073f2c;--gz-green:#0b6a45;--gz-leaf:#8fce23;--gz-mint:#dff2e9;--gz-ice:#f2faf7;--gz-cream:#fffdf7;--gz-ink:#10281f;--gz-line:rgba(7,63,44,.16);--gz-shadow:0 24px 70px rgba(7,63,44,.12);--gz-radius:28px;--gz-sans:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--gz-display:"Trebuchet MS",Avenir Next,var(--gz-sans)}
html{scroll-behavior:smooth}.page-wrapper{min-height:100vh;background:var(--gz-cream)}.gz-shell{width:min(1180px,calc(100% - 48px));margin-inline:auto}.gz-kicker{margin:0 0 14px;color:var(--gz-green);font-family:var(--gz-sans);font-size:11px;font-weight:800;letter-spacing:.19em;text-transform:uppercase}.gz-button{display:inline-flex;min-height:50px;align-items:center;justify-content:center;padding:0 25px;border:1px solid var(--gz-forest);border-radius:999px;background:var(--gz-forest);color:#fff!important;font-family:var(--gz-sans);font-size:12px;font-weight:800;letter-spacing:.07em;text-decoration:none!important;text-transform:uppercase;transition:transform .2s ease,background .2s ease}.gz-button:hover{transform:translateY(-2px);background:var(--gz-green)}.gz-button--light{border-color:#fff;background:#fff;color:var(--gz-forest)!important}.gz-button--outline{background:transparent;color:var(--gz-forest)!important}.gz-text-link{display:inline-flex;align-items:center;gap:10px;color:var(--gz-forest);font-size:12px;font-weight:800;letter-spacing:.08em;text-decoration:none;text-transform:uppercase}.gz-text-link:after{width:28px;height:1px;background:currentColor;content:"";transition:width .2s ease}.gz-text-link:hover:after{width:42px}
.gz-topline{background:var(--gz-forest);color:#fff}.gz-topline__inner{display:flex;min-height:34px;align-items:center;justify-content:space-between;gap:20px;font-size:10px;font-weight:700;letter-spacing:.11em;text-transform:uppercase}.gz-header{position:sticky;z-index:20;top:0;border-bottom:1px solid var(--gz-line);background:rgba(255,253,247,.94);backdrop-filter:blur(18px)}.gz-header__inner{display:grid;min-height:82px;grid-template-columns:190px 1fr auto;align-items:center;gap:35px}.gz-logo{display:block;width:180px}.gz-logo img{display:block;width:100%;height:auto}.gz-nav{display:flex;align-items:center;justify-content:center;gap:clamp(17px,2.2vw,34px)}.gz-nav a{position:relative;color:var(--gz-ink);font-size:12px;font-weight:750;text-decoration:none}.gz-nav a:after{position:absolute;right:0;bottom:-8px;left:0;height:2px;border-radius:2px;background:var(--gz-leaf);content:"";transform:scaleX(0);transition:transform .2s ease}.gz-nav a:hover:after{transform:scaleX(1)}.gz-actions{display:flex;align-items:center}.gz-mobile-menu{display:none}.gz-mobile-menu summary{display:grid;width:42px;height:42px;place-content:center;gap:5px;border:1px solid var(--gz-line);border-radius:50%;cursor:pointer;list-style:none}.gz-mobile-menu summary::-webkit-details-marker{display:none}.gz-mobile-menu summary span{display:block;width:17px;height:1px;background:var(--gz-forest)}.gz-mobile-menu nav{position:absolute;top:100%;right:0;left:0;display:flex;flex-direction:column;padding:20px 24px 28px;border-top:1px solid var(--gz-line);background:var(--gz-cream);box-shadow:var(--gz-shadow)}.gz-mobile-menu nav a{padding:12px 0;color:var(--gz-ink);font-weight:700;text-decoration:none}
.gz-home h1,.gz-home h2,.gz-footer h2,.gz-info-page h1,.gz-policy h1{font-family:var(--gz-display);font-weight:700;letter-spacing:-.045em}.gz-hero{position:relative;isolation:isolate;min-height:min(70vw,700px);overflow:hidden}.gz-hero:after{position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,rgba(255,253,247,.98) 0%,rgba(255,253,247,.88) 25%,rgba(255,253,247,.1) 58%,transparent 100%);content:""}.gz-hero__image{position:absolute;inset:0;z-index:-2;width:100%;height:100%;object-fit:cover}.gz-hero__content{display:flex;min-height:min(70vw,700px);flex-direction:column;align-items:flex-start;justify-content:center}.gz-hero h1{max-width:9ch;margin:0;color:var(--gz-forest);font-size:clamp(52px,7.2vw,102px);line-height:.88}.gz-hero__content>p:not(.gz-kicker){max-width:520px;margin:28px 0;color:#315b4b;font-size:17px;line-height:1.75}.gz-hero__buttons{display:flex;align-items:center;gap:25px}.gz-proof{border-block:1px solid var(--gz-line);background:#fff}.gz-proof__grid{display:grid;grid-template-columns:repeat(3,1fr)}.gz-proof article{display:grid;grid-template-columns:42px 1fr;gap:3px 16px;padding:30px 34px;border-right:1px solid var(--gz-line)}.gz-proof article:last-child{border:0}.gz-proof article span{grid-row:1/3;display:grid;width:38px;height:38px;place-items:center;border-radius:50%;background:var(--gz-mint);color:var(--gz-green);font-size:11px;font-weight:800}.gz-proof strong{color:var(--gz-ink);font-size:13px}.gz-proof p{margin:0;color:#597166;font-size:12px;line-height:1.55}
.gz-intro{display:grid;grid-template-columns:.84fr 1.16fr;align-items:center;gap:clamp(50px,8vw,110px);padding-block:110px}.gz-intro__copy h2,.gz-story__copy h2,.gz-section-head h2,.gz-faq h2{margin:0;color:var(--gz-forest);font-family:var(--gz-display);font-size:clamp(42px,5.5vw,76px);line-height:.95;letter-spacing:-.05em}.gz-intro__copy>p:not(.gz-kicker),.gz-story__copy>p:not(.gz-kicker){margin:27px 0;color:#4f685e;font-size:16px;line-height:1.8}.gz-image-card{position:relative;margin:0}.gz-image-card:before{position:absolute;z-index:-1;top:-22px;right:-22px;width:38%;height:42%;border-radius:0 60px 0 60px;background:var(--gz-leaf);content:""}.gz-image-card img{display:block;width:100%;height:auto;object-fit:cover}.gz-image-card--tall img{border-radius:110px 28px 110px 28px}.gz-image-card figcaption{position:absolute;right:20px;bottom:20px;max-width:220px;padding:15px 18px;border:1px solid rgba(255,255,255,.8);border-radius:15px;background:rgba(255,255,255,.88);color:var(--gz-forest);font-size:12px;font-weight:700;backdrop-filter:blur(12px)}
.gz-products{padding-block:105px;background:var(--gz-ice)}.gz-section-head{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:46px}.gz-section-head h2{font-size:clamp(38px,4.7vw,66px)}.gz-product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:34px 18px}.gz-product-card a{color:inherit;text-decoration:none}.gz-product-card__media{position:relative;overflow:hidden;border:1px solid var(--gz-line);border-radius:24px;background:#fff}.gz-product-card__media:after{position:absolute;inset:0;border:7px solid rgba(255,255,255,.55);border-radius:inherit;content:"";pointer-events:none}.gz-product-card__media img,.gz-product-card__media svg{display:block;width:100%;aspect-ratio:1;object-fit:cover;transition:transform .5s ease}.gz-product-card:hover img{transform:scale(1.035)}.gz-product-card__media span{position:absolute;z-index:1;top:14px;left:14px;padding:8px 11px;border-radius:999px;background:rgba(7,63,44,.92);color:#fff;font-size:9px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.gz-product-card h3{margin:15px 3px 5px;color:var(--gz-ink);font-size:14px;font-weight:700;line-height:1.4}.gz-product-card p{margin:0 3px;color:var(--gz-green);font-size:13px;font-weight:700}
.gz-story{display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:clamp(50px,8vw,110px);padding-block:110px}.gz-image-card--round img{border-radius:50% 50% 22% 50%}.gz-story__copy ul{display:grid;gap:14px;margin:28px 0 36px;padding:0;list-style:none}.gz-story__copy li{display:flex;align-items:center;gap:12px;color:var(--gz-ink);font-size:14px;font-weight:700}.gz-story__copy li:before{width:11px;height:11px;border:4px solid var(--gz-mint);border-radius:50%;background:var(--gz-green);content:""}.gz-process{padding-block:105px;background:var(--gz-forest);color:#fff}.gz-process .gz-kicker{color:var(--gz-leaf)}.gz-process .gz-section-head h2{color:#fff}.gz-process__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.gz-process article{min-height:240px;padding:30px;border:1px solid rgba(255,255,255,.18);border-radius:22px;background:rgba(255,255,255,.06)}.gz-process article span{display:grid;width:42px;height:42px;place-items:center;border-radius:50%;background:var(--gz-leaf);color:var(--gz-forest);font-size:12px;font-weight:900}.gz-process h3{margin:34px 0 12px;color:#fff;font-size:18px}.gz-process p{margin:0;color:rgba(255,255,255,.68);font-size:13px;line-height:1.7}.gz-faq{display:grid;grid-template-columns:.75fr 1.25fr;gap:clamp(50px,9vw,130px);padding-block:110px}.gz-faq>div:first-child>p:last-child{color:#587166;line-height:1.7}.gz-faq__items{border-top:1px solid var(--gz-line)}.gz-faq details{border-bottom:1px solid var(--gz-line)}.gz-faq summary{position:relative;padding:24px 48px 24px 0;color:var(--gz-ink);font-size:15px;font-weight:750;cursor:pointer;list-style:none}.gz-faq summary:after{position:absolute;top:20px;right:5px;width:28px;height:28px;border:1px solid var(--gz-line);border-radius:50%;content:"+";display:grid;place-items:center}.gz-faq details[open] summary:after{content:"–"}.gz-faq details p{margin:0;padding:0 40px 24px 0;color:#587166;font-size:14px;line-height:1.75}
.gz-footer{position:relative;margin-top:auto;padding-top:90px;background:#052e21;color:rgba(255,255,255,.72)}.gz-footer__statement{display:flex;align-items:end;justify-content:space-between;gap:30px;padding-bottom:58px;border-bottom:1px solid rgba(255,255,255,.17)}.gz-footer__statement .gz-kicker{position:absolute;margin-top:-34px;color:var(--gz-leaf)}.gz-footer__statement h2{max-width:15ch;margin:0;color:#fff;font-size:clamp(42px,6vw,78px);line-height:.92}.gz-footer__grid{display:grid;grid-template-columns:1.1fr .72fr .8fr 1.35fr;gap:clamp(30px,5vw,70px);padding-block:55px}.gz-footer__brand img{width:210px;padding:9px 13px;border-radius:12px;background:#fff}.gz-footer__brand p{max-width:34ch;line-height:1.7}.gz-footer a{color:#fff;text-decoration:none}.gz-footer__nav,.gz-footer__company{display:flex;flex-direction:column;align-items:flex-start;gap:11px}.gz-footer h3{margin:0 0 12px;color:var(--gz-leaf);font-size:10px;letter-spacing:.16em;text-transform:uppercase}.gz-footer__nav a{color:rgba(255,255,255,.75);font-size:13px}.gz-footer__company p{margin:0;font-size:13px;line-height:1.65}.gz-footer__company strong{color:#fff}.gz-footer__bottom{display:flex;justify-content:space-between;gap:20px;padding-block:22px;border-top:1px solid rgba(255,255,255,.17);font-size:10px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}
body:has(.gz-policy) .shopify-policy__container{display:none!important}.gz-policy,.gz-info-page{padding-block:80px 110px}.gz-policy__head,.gz-info-page__head{max-width:800px;margin-bottom:50px}.gz-policy h1,.gz-info-page h1{margin:0;color:var(--gz-forest);font-size:clamp(48px,7vw,86px);line-height:.92}.gz-policy__body,.gz-info-page__body{max-width:820px;color:#39584b;font-size:15px;line-height:1.8}.gz-policy__body h2,.gz-info-page__body h2,.gz-info-card h2{margin:45px 0 12px;color:var(--gz-forest);font-family:var(--gz-display);font-size:28px}.gz-policy__identity{max-width:820px;margin-top:55px;padding:30px;border:1px solid var(--gz-line);border-radius:22px;background:var(--gz-ice);color:#39584b;line-height:1.7}.gz-policy__identity h2{margin:0 0 14px;color:var(--gz-forest);font-size:22px}.gz-info-page__head>p:last-child{max-width:650px;color:#4f685e;font-size:17px;line-height:1.75}.gz-info-page__split{display:grid;grid-template-columns:.9fr 1.1fr;gap:24px}.gz-info-card,.gz-contact-form{padding:34px;border:1px solid var(--gz-line);border-radius:24px;background:var(--gz-ice);color:#39584b;line-height:1.7}.gz-info-card--wide{max-width:820px}.gz-contact-form form{display:grid;gap:9px}.gz-contact-form label{margin-top:9px;color:var(--gz-forest);font-size:12px;font-weight:800}.gz-contact-form input,.gz-contact-form textarea{width:100%;padding:14px 16px;border:1px solid var(--gz-line);border-radius:13px;background:#fff;color:var(--gz-ink);font:inherit}.gz-contact-form .gz-button{justify-self:start;margin-top:12px}.gz-form-success{padding:12px;border-radius:12px;background:var(--gz-mint);color:var(--gz-forest)}
.content-for-layout .button:not(.button-unstyled),.content-for-layout button[type=submit]:not(.button-unstyled){border-radius:999px!important;font-size:12px!important;font-weight:800!important;letter-spacing:.06em!important;text-transform:uppercase}.content-for-layout .button:not(.button-secondary):not(.button-unstyled),.content-for-layout button[type=submit]:not(.button-unstyled){background:var(--gz-forest)!important;color:#fff!important}.product-media-container__zoom-button,.product-information__media .button-unstyled,.dialog-zoomed-gallery .button-unstyled,.quick-add-modal .button-unstyled,.quantity-selector .button-unstyled{border-radius:0!important;background:transparent!important;box-shadow:none!important;color:inherit!important}.product-information{background:var(--gz-cream)}.product-information__grid{gap:clamp(32px,5vw,72px)}.product-information__media img{border-radius:22px}.product-details{border:1px solid var(--gz-line);border-radius:26px;background:#fff;box-shadow:0 18px 60px rgba(7,63,44,.07)}.product-media-container{border-radius:22px;background:var(--gz-ice)}.cart-page,.main-cart{background:var(--gz-cream)}cart-drawer .dialog,cart-drawer dialog{border-left:1px solid var(--gz-line);background:var(--gz-cream)}.cart-drawer__header{background:var(--gz-forest);color:#fff}.cart-drawer__header .button-unstyled{background:transparent!important;color:#fff!important}
@media(max-width:980px){.gz-header__inner{grid-template-columns:170px 1fr auto}.gz-nav{display:none}.gz-mobile-menu{position:relative;display:block}.gz-actions{justify-self:end}.gz-proof__grid,.gz-process__grid{grid-template-columns:1fr 1fr}.gz-proof article:nth-child(2){border-right:0}.gz-proof article:last-child{grid-column:1/-1;border-top:1px solid var(--gz-line)}.gz-product-grid{grid-template-columns:repeat(2,1fr)}.gz-footer__grid{grid-template-columns:1fr 1fr}.gz-intro,.gz-story{gap:45px}.gz-faq{grid-template-columns:1fr;gap:45px}}
@media(max-width:700px){.gz-shell{width:min(100% - 30px,1180px)}.gz-topline__inner{justify-content:center;text-align:center}.gz-topline__inner span:last-child{display:none}.gz-header__inner{min-height:70px;grid-template-columns:140px 1fr auto;gap:12px}.gz-logo{width:138px}.gz-actions{transform:scale(.9);transform-origin:right}.gz-hero{min-height:690px}.gz-hero:after{background:linear-gradient(90deg,rgba(255,253,247,.97),rgba(255,253,247,.78) 65%,rgba(255,253,247,.2))}.gz-hero__content{min-height:690px;justify-content:flex-end;padding-bottom:55px}.gz-hero h1{font-size:58px}.gz-hero__content>p:not(.gz-kicker){max-width:330px;font-size:15px}.gz-hero__buttons{align-items:flex-start;flex-direction:column}.gz-proof__grid,.gz-process__grid{grid-template-columns:1fr}.gz-proof article,.gz-proof article:nth-child(2),.gz-proof article:last-child{grid-column:auto;border:0;border-bottom:1px solid var(--gz-line)}.gz-intro,.gz-story{grid-template-columns:1fr;padding-block:75px}.gz-intro__copy{order:2}.gz-image-card--tall img{border-radius:70px 18px 70px 18px}.gz-products,.gz-process{padding-block:75px}.gz-product-grid{gap:28px 12px}.gz-product-card__media{border-radius:16px}.gz-product-card h3{font-size:12px}.gz-section-head{align-items:flex-start;flex-direction:column}.gz-story__copy h2,.gz-intro__copy h2,.gz-section-head h2,.gz-faq h2{font-size:43px}.gz-process article{min-height:0}.gz-faq{padding-block:75px}.gz-footer__statement{align-items:flex-start;flex-direction:column}.gz-footer__grid{grid-template-columns:1fr}.gz-footer__bottom{flex-direction:column}.gz-info-page,.gz-policy{padding-block:60px 80px}.gz-info-page__split{grid-template-columns:1fr}.gz-policy h1,.gz-info-page h1{font-size:50px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.gz-button,.gz-product-card__media img,.gz-text-link:after{transition:none}}
