/* START_SNIPPET:bg-system (INDEX:61) */
:root {--bg-ink:#153e35;--bg-muted:#52665b;--bg-cream:#f8f7f2;--bg-lime:#dce7b8;--bg-line:#d9ded5;--font-body-family:Arial,Helvetica,sans-serif;--font-heading-family:Georgia,'Times New Roman',serif}
html{scroll-behavior:smooth;scroll-padding-top:100px}body{--font-body-family:Arial,Helvetica,sans-serif;--font-heading-family:Georgia,'Times New Roman',serif;color:var(--bg-ink);letter-spacing:.01em}a{color:inherit}h1,h2,h3{letter-spacing:-.045em;line-height:1.07}h1,h2{font-weight:400}button,input,select,textarea{font:inherit}button,a,input,select,summary{touch-action:manipulation}:focus-visible{outline:3px solid #567443!important;outline-offset:5px!important}.page-width{max-width:1440px}#MainContent{min-height:45vh}.bg-wrap{max-width:1440px;margin-inline:auto;padding-inline:5rem}.bg-eyebrow{font:500 1.1rem/1.5 Arial,sans-serif;text-transform:uppercase;letter-spacing:.18em;margin:0 0 2.2rem;color:var(--bg-muted)}.bg-heading{font-size:clamp(3.6rem,4.5vw,6.8rem);margin:0}.bg-copy{font-size:1.65rem;line-height:1.8;color:var(--bg-muted);max-width:49rem}.bg-button{display:inline-flex;align-items:center;justify-content:center;gap:3rem;padding:1.7rem 2.8rem;border:1px solid var(--bg-ink);border-radius:6px;background:var(--bg-ink);color:#fff;text-decoration:none;font:500 1.35rem/1.5 Arial,sans-serif;min-height:52px;transition:background .2s,transform .2s}.bg-button:hover{background:#24594a;transform:translateY(-2px)}.bg-button--light{background:var(--bg-lime);border-color:var(--bg-lime);color:var(--bg-ink)}.bg-button--light:hover{background:#edf1d9}.bg-text-link{font:500 1.35rem/1.5 Arial,sans-serif;text-underline-offset:6px;display:inline-block;padding-block:1.2rem}.bg-section-head{display:flex;align-items:end;justify-content:space-between;gap:3rem;margin-bottom:4rem}.bg-pill{display:inline-block;padding:.65rem 1.2rem;border:1px solid var(--bg-line);border-radius:30px;color:var(--bg-muted);font:1.1rem/1.4 Arial,sans-serif}.bg-section{padding-block:9rem}.bg-hero{background:var(--bg-cream);padding:3rem 0 0}.bg-hero-grid{display:grid;grid-template-columns:1.04fr 1fr;gap:4rem;align-items:center;min-height:610px}.bg-hero-copy{padding:4rem 0 7rem}.bg-hero h1{font-size:clamp(5.2rem,6.7vw,10rem);line-height:1.01;margin:0 0 2.8rem;max-width:68rem}.bg-hero h1 em{color:#667b56;font-weight:400}.bg-hero .bg-copy{margin-bottom:3.4rem}.bg-actions{display:flex;align-items:center;gap:2.6rem;flex-wrap:wrap}.bg-hero-visual{position:relative;align-self:stretch;display:flex;align-items:center;justify-content:center;isolation:isolate;min-width:0}.bg-orbit{position:absolute;width:94%;aspect-ratio:1;border-radius:50%;background:#e4e9d9;z-index:-1;top:50%;left:50%;transform:translate(-50%,-50%)}.bg-hero-product{display:block;position:relative;background:#fff;border:1px solid #ecede6;border-radius:150px 150px 20px 20px;width:68%;padding:2rem 1rem 2rem;box-shadow:0 25px 60px #1d3b2010;text-decoration:none;text-align:center;transform:rotate(-6deg);transition:transform .6s}.bg-hero-product:hover{transform:rotate(-3deg) translateY(-8px)}.bg-hero-product img{display:block;width:100%;height:330px;object-fit:contain}.bg-hero-product-label{display:block;font-size:1.25rem;line-height:1.4;padding:1.2rem 2rem}.bg-hero-companion{position:absolute;width:40%;right:-1%;bottom:8%;transform:rotate(9deg);border-radius:90px 90px 14px 14px;padding:1.2rem 1rem}.bg-hero-companion img{height:190px}.bg-hero-companion .bg-hero-product-label{font-size:1.05rem;padding:.5rem}.bg-orbit-label{position:absolute;top:8%;right:1%;font:1.1rem/1.5 Arial,sans-serif;letter-spacing:.12em;text-transform:uppercase;max-width:13rem}.bg-hero-foot{border-top:1px solid var(--bg-line);display:grid;grid-template-columns:repeat(3,1fr);padding-block:2.3rem;gap:2rem;font:1.2rem/1.5 Arial,sans-serif}.bg-hero-foot span{display:flex;align-items:center;gap:1.2rem}.bg-hero-foot b{font-size:1.6rem;color:#66814e;font-weight:400}.bg-product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:2.2rem}.bg-card{min-width:0}.bg-card-image{display:block;background:#fff;aspect-ratio:1;border-radius:12px;position:relative;border:1px solid #e2e6dc;overflow:hidden}.bg-card-image img{width:100%;height:100%;object-fit:contain;padding:1.8rem;transition:transform .5s}.bg-card-image:hover img{transform:scale(1.045)}.bg-card-image .bg-pill{position:absolute;left:1.2rem;top:1.2rem;background:#fff;z-index:1;font-size:1rem}.bg-card h3{font:500 1.65rem/1.4 Arial,sans-serif;letter-spacing:-.025em;margin:1.8rem 0 .8rem}.bg-card h3 a{text-decoration:none}.bg-card-bottom{display:flex;justify-content:space-between;align-items:center;gap:1.2rem;font-size:1.25rem}.bg-card-bottom .bg-text-link{font-size:1.15rem}.bg-card-price{white-space:nowrap}.bg-card-price s{color:var(--bg-muted);font-size:1.1rem;margin-right:.5rem}.bg-story{display:grid;grid-template-columns:1fr 1fr;background:#153e35;color:#f8f7f2;min-height:570px}.bg-story-media{min-height:100%;overflow:hidden}.bg-story-media img{width:100%;height:100%;object-fit:cover;display:block}.bg-story-copy{padding:8rem 12%;display:flex;flex-direction:column;justify-content:center}.bg-story .bg-eyebrow{color:#dce7b8}.bg-story .bg-heading{color:#f8f7f2}.bg-story .bg-copy{color:#d2ded3;margin-top:2.5rem}.bg-story .bg-button{align-self:start;margin-top:2rem}.bg-guide{background:#edf0e6}.bg-guide-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:4rem;margin-top:5rem}.bg-guide-item{border-top:1px solid #bfcab7;padding-top:2.4rem}.bg-number{font:1.2rem/1.5 Arial,sans-serif;color:#557146}.bg-guide-item h3{font-size:3rem;margin:2.6rem 0 1.3rem}.bg-guide-item p{font-size:1.5rem;line-height:1.75;color:var(--bg-muted)}.bg-faq-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:9rem}.bg-faq-intro{max-width:37rem}.bg-faq-list details{border-bottom:1px solid var(--bg-line)}.bg-faq-list details:first-child{border-top:1px solid var(--bg-line)}.bg-faq-list summary{display:flex;align-items:center;justify-content:space-between;gap:2rem;padding:2.3rem 0;cursor:pointer;font:500 1.6rem/1.5 Arial,sans-serif;list-style:none}.bg-faq-list summary::-webkit-details-marker{display:none}.bg-faq-list summary::after{content:'+';font-size:2.4rem;font-weight:300}.bg-faq-list details[open] summary::after{content:'−'}.bg-faq-answer{font-size:1.5rem;line-height:1.85;color:var(--bg-muted);padding:0 2rem 2.4rem 0}.bg-faq-answer p{margin:0}.bg-product-details{border-top:1px solid var(--bg-line)}.bg-details-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:7rem}.bg-details-body{font-size:1.6rem;line-height:1.8;color:var(--bg-muted)}.bg-details-body h2,.bg-details-body h3{font-family:Arial,sans-serif;font-size:2rem;letter-spacing:-.02em;line-height:1.4;color:var(--bg-ink);margin-top:2.6rem}.bg-details-body img{max-width:100%;height:auto}.bg-breadcrumb{padding-block:2.2rem;font-size:1.2rem;color:var(--bg-muted);display:flex;flex-wrap:wrap;gap:1rem}.bg-breadcrumb a{text-underline-offset:4px}.bg-product-links{display:flex;flex-wrap:wrap;gap:1.8rem;margin:1.4rem 0}.bg-product-links a{font-size:1.2rem;text-underline-offset:4px;padding:.7rem 0}.bg-purchase-note{font-size:1.2rem;line-height:1.7;color:var(--bg-muted)}.bg-sticky-buy{position:fixed;bottom:0;left:0;right:0;z-index:5;background:#f8f7f2f5;backdrop-filter:blur(12px);border-top:1px solid var(--bg-line);padding:1.2rem 2.4rem;display:flex;justify-content:space-between;align-items:center;gap:2rem;box-shadow:0 -6px 30px #183d3510}.bg-sticky-buy[hidden]{display:none}.bg-sticky-buy strong{font:500 1.4rem/1.4 Arial,sans-serif;max-width:65ch}.bg-sticky-buy .bg-button{min-height:44px;padding:1rem 2rem;white-space:nowrap}.header{padding-top:2rem;padding-bottom:2rem;min-height:88px}.header__heading-link .h2{font:700 2rem/1 Arial,sans-serif;letter-spacing:-.06em;color:var(--bg-ink)}.header__menu-item{font:500 1.25rem/1.5 Arial,sans-serif;text-decoration:none}.header__active-menu-item{text-decoration-thickness:1px;text-underline-offset:7px}.header-wrapper{background:var(--bg-cream)}.header-wrapper--border-bottom{border-bottom:1px solid var(--bg-line)}.shopify-section-header-sticky{z-index:10}.product__title h1{font-size:clamp(3.4rem,3.3vw,5.2rem);line-height:1.12}.product__info-container .price{font-size:2rem}.product__media-wrapper .product__media-list{border-radius:18px;overflow:hidden;background:#fff}.product__media-item .product-media-container{border:none;background:#fff}.product__info-container .product-form__submit{min-height:56px}.product__info-container .product-form__buttons{max-width:none}.product__info-container .product__tax{font-size:1.2rem;line-height:1.6}.product__info-wrapper{padding-left:6rem!important}.product__info-container .quantity{min-height:48px}.product__description{font-size:1.5rem;line-height:1.8}.button{font-family:Arial,sans-serif;letter-spacing:.02em}.card__heading{font:500 1.6rem/1.45 Arial,sans-serif;letter-spacing:-.025em}.card__media{background:#fff}.card__inner{border-radius:12px;overflow:hidden}.card__content{padding:1.4rem 0}.collection-hero__title{font-size:clamp(4rem,5vw,7rem)}.collection-hero__description{font-size:1.6rem;line-height:1.8}.footer{border-top:0!important}.footer h2{font-family:Arial,sans-serif;font-size:1.5rem;letter-spacing:0}.footer .footer-block__heading{color:#f8f7f2}.footer .rte{font-size:1.4rem;line-height:1.8}.footer__content-bottom{border-top:1px solid #ffffff25!important}.footer-block--newsletter{align-items:start!important}.footer-block__newsletter h2{font-family:Georgia,serif;font-size:3.2rem;letter-spacing:-.04em}.footer .list-menu__item--link{font-size:1.3rem}.footer__copyright{font-size:1.1rem}.rte a{text-underline-offset:4px}.facets__heading{font-family:Arial,sans-serif}.bg-legal{background:#153e35;color:#cbd7cb;padding:1.8rem 5rem;font:1.1rem/1.7 Arial,sans-serif;border-top:1px solid #ffffff20}.bg-legal p{max-width:100rem;margin:0 auto;text-align:center}
@media(min-width:1500px){.bg-hero-grid{min-height:680px}.bg-hero-product img{height:390px}.bg-hero-companion img{height:215px}}
@media(max-width:989px){.bg-wrap{padding-inline:3rem}.bg-hero-grid{min-height:540px;gap:2rem}.bg-hero h1{font-size:6rem}.bg-hero-product img{height:270px}.bg-hero-companion img{height:150px}.bg-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:3rem 2rem}.bg-story-copy{padding:5rem 8%}.bg-story{min-height:480px}.bg-faq-grid{gap:4rem}.bg-guide-grid{gap:2.5rem}.bg-details-grid{gap:4rem}.product__info-wrapper{padding-left:3rem!important}.header{min-height:76px}}
@media(max-width:749px){html{scroll-padding-top:80px}.bg-wrap{padding-inline:2rem}.bg-section{padding-block:5.5rem}.bg-heading{font-size:4rem}.bg-eyebrow{font-size:1rem;margin-bottom:1.6rem}.bg-hero{padding-top:1rem}.bg-hero-grid{grid-template-columns:1fr;gap:0;min-height:0}.bg-hero-copy{padding:3.6rem 0 1.5rem}.bg-hero h1{font-size:5.7rem;max-width:42rem;margin-bottom:2rem}.bg-copy{font-size:1.5rem;line-height:1.75}.bg-actions{gap:1rem 2rem}.bg-button{padding:1.5rem 2.2rem;gap:2rem;font-size:1.25rem}.bg-hero-visual{min-height:390px;width:100%;max-width:430px;margin:0 auto}.bg-hero-product{width:63%;padding:1.2rem .6rem}.bg-hero-product img{height:235px}.bg-hero-companion{width:38%;right:1%;bottom:7%}.bg-hero-companion img{height:140px}.bg-hero-product-label{font-size:1.1rem;padding:.7rem 1rem}.bg-orbit{width:88%}.bg-orbit-label{top:8%;font-size:.9rem;max-width:11rem}.bg-hero-foot{gap:1.2rem;grid-template-columns:1fr;padding:2rem 0;font-size:1.15rem}.bg-hero-foot span{gap:1rem}.bg-hero-foot b{font-size:1.3rem}.bg-section-head{align-items:start;gap:2rem;margin-bottom:2.8rem}.bg-section-head .bg-text-link{white-space:nowrap;font-size:1.15rem}.bg-product-grid{gap:2.8rem 1.2rem}.bg-card-image img{padding:1rem}.bg-card-image .bg-pill{top:.6rem;left:.6rem;font-size:.85rem;padding:.4rem .7rem}.bg-card h3{font-size:1.4rem;margin-top:1.3rem}.bg-card-bottom{align-items:start;gap:.3rem;flex-direction:column;font-size:1.2rem}.bg-card-bottom .bg-text-link{padding-top:.6rem}.bg-story{grid-template-columns:1fr}.bg-story-media{height:340px;min-height:0}.bg-story-copy{padding:4.5rem 2rem 5rem}.bg-story .bg-heading{font-size:4.4rem}.bg-guide-grid{grid-template-columns:1fr;gap:2rem;margin-top:3rem}.bg-guide-item{display:grid;grid-template-columns:4rem 1fr;gap:0 1rem;padding-top:1.8rem}.bg-guide-item h3{margin:0;font-size:2.8rem}.bg-guide-item p,.bg-guide-item .bg-text-link{grid-column:2}.bg-guide-item p{margin:1rem 0 .2rem}.bg-faq-grid,.bg-details-grid{grid-template-columns:1fr;gap:3rem}.bg-faq-list summary{font-size:1.5rem;padding:2rem 0}.bg-faq-answer{font-size:1.4rem}.bg-details-body{font-size:1.5rem}.bg-breadcrumb{font-size:1.05rem;padding:1.5rem 0}.product__info-wrapper{padding-left:0!important}.product__title h1{font-size:3.6rem}.header__heading-link .h2{font-size:1.7rem}.header{padding-block:1.5rem;min-height:70px}.bg-sticky-buy{padding:1rem 1.5rem;gap:1rem}.bg-sticky-buy strong{font-size:1.15rem;max-width:26ch;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.bg-sticky-buy .bg-button{font-size:1.1rem;padding:1rem 1.5rem}.bg-legal{padding:2rem;font-size:1rem}.footer-block__newsletter h2{font-size:2.8rem}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation-duration:.01ms!important;transition-duration:.01ms!important}.bg-hero-product:hover{transform:rotate(-6deg)}}
/* END_SNIPPET:bg-system */
