:root{--ink: #111820;--muted: #65717a;--line: #e2e7e4;--paper: #ffffff;--soft: #f4f7f4;--deep: #071314;--green: #007a3d;--gold: #b58a42;--max: 1180px}*{box-sizing:border-box}body{margin:0;color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--paper)}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}.page-width{width:min(var(--max),calc(100vw - 40px));margin:0 auto}.eyebrow{margin:0 0 12px;color:var(--green);font-size:12px;font-weight:800;letter-spacing:0;text-transform:uppercase}.button{display:inline-flex;min-height:48px;align-items:center;justify-content:center;padding:0 22px;border:1px solid var(--green);font-weight:800;border-radius:4px}.button--primary{background:var(--green);color:#fff}.button--secondary{background:#ffffffe6;color:var(--ink);border-color:#ffffffe6}.text-link{color:var(--green);font-weight:800;border-bottom:2px solid currentColor}.site-topbar{background:var(--deep);color:#fff;font-size:13px}.site-topbar__inner{min-height:38px;display:flex;justify-content:space-between;align-items:center;gap:16px}.site-header{position:sticky;top:0;z-index:10;background:#fffffff5;border-bottom:1px solid var(--line)}.site-header__inner{min-height:78px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:inline-flex;align-items:center;gap:12px;line-height:1}.brand__logo{width:118px;height:78px;object-fit:contain;object-position:left center}.nav{display:flex;align-items:center;gap:26px;color:#243039;font-size:15px;font-weight:700}.nav__quote{color:var(--green)}.hero{min-height:76vh;display:flex;align-items:center;background-size:cover;background-position:center;color:#fff}.hero__content{padding:92px 0 104px}.hero h1{max-width:760px;margin:0;font-size:clamp(42px,6vw,82px);line-height:.98}.hero__lead{max-width:660px;margin:24px 0 0;font-size:19px;line-height:1.65;color:#ffffffe6}.hero__actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:34px}.cert-strip{background:#fbf7f5;border-bottom:1px solid #efe7e1;padding:48px 0 56px}.cert-strip__header{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:22px}.cert-strip__header h2{max-width:620px;font-size:clamp(24px,2.6vw,34px)}.cert-carousel{display:grid;grid-template-columns:42px minmax(0,1fr) 42px;gap:16px;align-items:center}.cert-carousel__control{width:42px;height:42px;border:1px solid #d9ccc4;border-radius:999px;background:#fff;color:var(--ink);font-size:30px;line-height:1;text-align:center;cursor:pointer}.cert-carousel__control:disabled{opacity:.32;cursor:default}.cert-carousel__track{display:grid;grid-auto-flow:column;grid-auto-columns:calc((100% - 48px)/4);gap:16px;overflow-x:auto;overscroll-behavior-inline:contain;scroll-snap-type:x mandatory;scrollbar-width:none}.cert-carousel__track::-webkit-scrollbar{display:none}.cert-logo-card{min-height:142px;display:grid;grid-template-rows:1fr auto auto;place-items:center;gap:6px;padding:18px 20px 16px;border:1px solid #eadfd8;border-radius:8px;background:#ffffffdb;scroll-snap-align:start;text-align:center}.cert-logo-card strong{font-size:15px;line-height:1.1}.cert-logo-card small{color:var(--muted);font-size:12px;line-height:1.2}.cert-badge{width:86px;height:64px;display:grid;place-items:center;color:#fff;font-weight:900;line-height:.9}.cert-badge--oeko{width:66px;height:66px;border-radius:50% 50% 50% 12px;background:#00a98f}.cert-badge--ecocert{width:106px;color:#1f252b;background:transparent;position:relative}.cert-badge--ecocert:before{content:"";position:absolute;left:17px;right:17px;bottom:17px;height:4px;background:#e8475c}.cert-badge--ecocert:after{content:"";position:absolute;right:13px;top:9px;width:28px;height:14px;border-radius:80% 0;background:#e30b3f;transform:rotate(-24deg)}.cert-badge--gots{border-radius:50%;background:#3db54a}.cert-badge--origin{width:102px;height:58px;border:4px double #1b7b43;border-radius:50%;color:#1b7b43;background:#f5fbf2}.cert-badge--organic{width:76px;height:76px;border-radius:50%;color:#11824b;border:11px solid #1b9e68;background:radial-gradient(circle at 50% 50%,#e99723 0 22%,#fff 23% 100%)}.intro,.split-band__inner,.quote__inner{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:54px;align-items:start}.intro{padding:70px 0 54px}h2{margin:0;font-size:clamp(30px,3.2vw,48px);line-height:1.08}.intro__copy p,.split-band p,.quote p{margin:0 0 18px;color:var(--muted);font-size:17px;line-height:1.75}.showcase,.products,.process,.certificates,.faq{padding:72px 0}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:34px}.section-heading--stack{display:block;max-width:780px}.section-copy{margin:16px 0 0;color:var(--muted);font-size:17px;line-height:1.65}.showcase-grid{display:grid;gap:18px}.showcase-grid figure{margin:0;border:1px solid var(--line);border-radius:6px;background:#fff;overflow:hidden}.showcase-grid img{width:100%;height:auto;object-fit:contain;background:#fff}.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;align-items:start}.product-card{border:1px solid var(--line);background:#fff;border-radius:6px;overflow:hidden;display:grid;grid-template-rows:auto 1fr;height:100%;transition:transform .2s ease,box-shadow .2s ease}.product-card:hover{transform:translateY(-3px);box-shadow:0 18px 40px #0a19141f}.product-card__media{aspect-ratio:1 / 1;width:100%;display:grid;place-items:center;overflow:hidden;background:#f8faf8;border-bottom:1px solid var(--line)}.product-card__media img{width:100%;height:100%;object-fit:cover;padding:0;border:0}.product-card__body{padding:18px;min-height:138px;display:grid;align-content:start;gap:8px}.product-card span{display:block;padding:0;font-size:17px;line-height:1.35;font-weight:850;min-height:0}.product-card small{display:block;padding:0;color:var(--green);font-weight:800;margin-top:0}.product-card__cta{display:inline-flex;width:fit-content;margin-top:8px;padding:8px 11px;border:1px solid rgba(0,122,61,.22);border-radius:4px;color:var(--green);font-size:13px;font-weight:850;background:#f3faf6}.split-band{background:#10191b;color:#fff;padding:86px 0}.split-band p{color:#ffffffc2}.image-pair{display:grid;grid-template-columns:1fr 1fr;gap:14px}.image-pair img{height:360px;width:100%;object-fit:cover;border-radius:6px}.image-pair img:first-child{margin-top:38px}.steps{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.steps article{border-top:3px solid var(--green);padding:22px 0 0}.steps span{color:var(--gold);font-weight:900}.steps h3{margin:12px 0 10px;font-size:20px}.steps p{margin:0;color:var(--muted);line-height:1.6}.stats{background:var(--soft);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.stats__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;padding:48px 0}.stats strong{display:block;font-size:32px}.stats span{display:block;color:var(--muted);margin-top:6px}.certificate-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;align-items:start}.certificate-card{width:100%;aspect-ratio:3 / 4;display:grid;place-items:center;overflow:hidden;padding:14px;border:1px solid var(--line);border-radius:6px;background:#fff}.certificate-card img{width:100%;height:100%;object-fit:contain}.faq__list{display:grid;gap:12px}details{border:1px solid var(--line);border-radius:6px;padding:18px 20px;background:#fff}summary{cursor:pointer;font-weight:850}details p{color:var(--muted);line-height:1.65}.quote{padding:86px 0;background:var(--soft)}.quote-form{display:grid;gap:14px;padding:24px;background:#fff;border:1px solid var(--line);border-radius:6px}.quote-form label{display:grid;gap:7px;font-weight:800}input,textarea,select{width:100%;border:1px solid #cbd4cf;border-radius:4px;padding:13px 14px;font:inherit}.form-success{color:var(--green);font-weight:800}.site-footer{background:var(--deep);color:#fff;padding:48px 0}.site-footer__grid{display:grid;grid-template-columns:1.15fr .7fr .7fr .9fr;gap:32px}.site-footer h3{margin:0 0 14px}.site-footer p,.site-footer a{color:#ffffffc2}.site-footer .brand__logo{filter:invert(1)}.product-main{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.82fr);gap:54px;padding:56px 0 42px;align-items:start}.product-main__gallery{display:grid;gap:14px}.product-main__frame{width:100%;aspect-ratio:4 / 3;display:grid;place-items:center;overflow:hidden;border-radius:6px;border:1px solid var(--line);background:#fff}.product-main__frame img{width:100%;height:100%;object-fit:cover;padding:0}.product-story{padding:0 0 76px}.product-story__content,.product-story__media{width:min(900px,100%);margin:0 auto}.product-story__content{display:grid;gap:12px}.product-story__content img,.product-story__media img{width:100%;height:auto;display:block;border:1px solid var(--line);border-radius:6px;background:#fff}.product-story__media{display:grid;gap:12px;margin-top:12px}.product-story__content>*{margin-top:0;margin-bottom:0}.price{color:var(--green);font-size:24px;font-weight:900}.product-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:24px}.variant-list{display:grid;gap:10px;margin:24px 0}.variant-list__row{display:flex;justify-content:space-between;gap:16px;padding:13px 14px;border:1px solid var(--line);border-radius:4px;background:#fff}.rte{color:var(--muted);line-height:1.7}.page-main,.collection-main{padding:72px 0}.about-page{padding-bottom:86px}.about-hero{min-height:430px;display:grid;align-items:end;padding:72px 0;color:#fff;background:linear-gradient(90deg,#071314d1,#07131457),var(--about-hero);background-size:cover;background-position:center}.about-hero__content{max-width:720px}.about-hero h1{margin:0;font-size:clamp(42px,5vw,72px);line-height:.95}.about-hero p{max-width:640px;color:#ffffffdb;font-size:18px;line-height:1.65}.about-section{padding:72px 0 0}.about-section--visuals .section-heading{margin-bottom:26px}.about-section__grid{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:54px;align-items:start}.about-section__copy{color:var(--muted);line-height:1.75}.about-section__copy p{margin:0 0 18px}.about-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;overflow:hidden;border:1px solid var(--line);border-radius:6px;background:var(--line)}.about-metrics div{padding:24px;background:#fff}.about-metrics strong{display:block;font-size:28px;color:var(--ink)}.about-metrics span{color:var(--muted)}.about-visuals{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.about-visuals figure{margin:0;border:1px solid var(--line);border-radius:8px;overflow:hidden;background:#fff}.about-visuals__media{display:block;aspect-ratio:1 / 1;overflow:hidden;background:var(--soft)}.about-visuals img{width:100%;height:100%;object-fit:cover}.about-visuals figcaption{padding:12px 14px;font-weight:800;color:var(--ink)}.about-feature-list{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-top:34px}.about-feature-list article{padding:22px;border:1px solid var(--line);border-radius:6px;background:#fff}.about-feature-list h3{margin:0 0 10px}.about-feature-list p{margin:0;color:var(--muted);line-height:1.65}.quote-modal[hidden]{display:none}.quote-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:40;display:grid;place-items:center;padding:20px;background:#071314a3}.quote-modal__panel{width:min(620px,100%);max-height:min(780px,calc(100vh - 40px));overflow:auto;background:#fff;border-radius:6px;box-shadow:0 24px 70px #00000042}.quote-modal__header{display:flex;justify-content:space-between;gap:18px;padding:22px 24px;border-bottom:1px solid var(--line)}.quote-modal__header h2{font-size:26px}.quote-modal__close{width:38px;height:38px;border:1px solid var(--line);border-radius:4px;background:#fff;cursor:pointer}.quote-form--modal{border:0;border-radius:0;padding:24px}@media(max-width:900px){.nav{display:none}.hero{min-height:72vh}.cert-strip__header{display:block}.cert-carousel{grid-template-columns:38px minmax(0,1fr) 38px;gap:10px}.cert-carousel__control{width:38px;height:38px}.cert-carousel__track{grid-auto-columns:calc((100% - 16px)/2)}.intro,.split-band__inner,.quote__inner,.product-main{grid-template-columns:1fr;gap:34px}.about-section__grid,.about-feature-list{grid-template-columns:1fr}.about-visuals,.product-grid,.steps,.stats__grid,.certificate-grid,.site-footer__grid{grid-template-columns:1fr 1fr}}@media(max-width:620px){.page-width{width:min(var(--max),calc(100vw - 28px))}.site-topbar__inner{align-items:flex-start;flex-direction:column;padding:10px 0}.brand__logo{width:96px;height:64px}.hero h1{font-size:42px}.product-grid,.steps,.stats__grid,.certificate-grid,.site-footer__grid,.image-pair,.about-metrics,.about-visuals,.cert-carousel{grid-template-columns:1fr}.cert-carousel__control{display:none}.cert-carousel__track{grid-auto-columns:minmax(210px,78vw)}.section-heading{display:block}}
/*# sourceMappingURL=/cdn/shop/t/5/assets/theme.css.map */
