@import"https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,600;12..96,700;12..96,800&family=Space+Mono:ital,wght@0,400;0,700;1,400&display=swap";:root{--disp:"Bricolage Grotesque","Inter",sans-serif;--mono:"Space Mono",ui-monospace,monospace}.heroc2{position:relative;overflow:hidden;background:#f5f3ed;border-bottom:1px solid #E7E3D8}.heroc2-photo{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.heroc2-photo img{width:100%;height:100%;object-fit:cover;object-position:60% 32%;display:block;filter:saturate(1.32) contrast(1.08) brightness(1.02)}.heroc2-photo:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#f5f3ede6,#f5f3ed8a 27%,#f5f3ed1a 50%,#f5f3ed00 66%),linear-gradient(0deg,#f5f3ed66,#f5f3ed00 20%)}.heroc2-inner{position:relative;z-index:2;min-height:min(86vh,840px);display:flex;flex-direction:column;justify-content:center;max-width:640px;padding:52px clamp(28px,5vw,82px)}.heroc2 h1{font-family:var(--disp);font-weight:800;font-size:clamp(44px,5.6vw,78px);line-height:.97;letter-spacing:-.025em;color:#23291f;margin:0 0 22px}.heroc2 h1 .em{position:relative;color:#2f5138;z-index:0}.heroc2 h1 .em:after{content:"";position:absolute;left:-.01em;right:-.02em;bottom:.04em;height:.16em;background:#f9a620;border-radius:3px;z-index:-1;transform:rotate(-.5deg)}.heroc2 .lede{font-family:var(--sans);font-size:17.5px;line-height:1.6;color:#3a382f;max-width:40ch;margin:0 0 32px;font-weight:500}.heroc2-cta{display:flex;gap:14px;flex-wrap:wrap}@keyframes heroRise{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:none}}.heroc2 h1,.heroc2 .lede,.heroc2-cta{opacity:0;animation:heroRise .7s cubic-bezier(.2,.7,.2,1) forwards}.heroc2 .lede{animation-delay:.1s}.heroc2-cta{animation-delay:.18s}@media(prefers-reduced-motion:reduce){.heroc2 h1,.heroc2 .lede,.heroc2-cta{opacity:1;animation:none}}@media(max-width:980px){.heroc2-photo:before{background:linear-gradient(0deg,#f5f3edf2,#f5f3ed94 44%,#f5f3ed33)}.heroc2-inner{min-height:76vh;justify-content:flex-end;max-width:none;padding:32px 24px 44px}.heroc2 h1{font-size:clamp(36px,9vw,52px)}.heroc2 .lede{max-width:none}}.hbtn{display:inline-flex;align-items:center;justify-content:center;font-family:var(--sans);font-size:12.5px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;padding:15px 30px;border-radius:3px;cursor:pointer;text-decoration:none;transition:background .2s,border-color .2s,transform .18s,box-shadow .2s}.hbtn-solid{background:#2f5138;color:#fff;box-shadow:0 10px 22px #24403138}.hbtn-solid:hover{background:#244031;transform:translateY(-2px);box-shadow:0 16px 30px #2440314d}.hbtn-line{background:#fff9;border:1px solid #b9bfae;color:#2f5138}.hbtn-line:hover{border-color:#2f5138;background:#fff}.hbtn:focus-visible{outline:2px solid #2F5138;outline-offset:3px}.home-sec{padding:clamp(56px,7.5vw,100px) 0;background:#f5f3ed}.sec-head{display:flex;justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:38px}.sec-head .home-head{margin-bottom:0}.sec-head-cta{flex:none}.home-eyebrow{font-family:var(--mono);font-size:12px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:#b7472a;margin:0 0 14px;display:flex;align-items:center;gap:10px}.home-eyebrow:before{content:"";width:26px;height:2px;background:#f9a620}.home-eyebrow--center{justify-content:center}.home-head{font-family:var(--disp);font-weight:800;font-size:clamp(30px,4vw,50px);letter-spacing:-.022em;color:#23291f;margin:0 0 38px;line-height:1.02}.home-head--center{text-align:center;margin-bottom:44px}.colcards{display:grid;gap:20px}.colcards--4{grid-template-columns:repeat(4,1fr)}.colcards--3{grid-template-columns:repeat(3,1fr)}.colcard{position:relative;display:block;text-decoration:none;border-radius:16px;overflow:hidden;box-shadow:0 8px 24px #1e33261f;transition:box-shadow .3s,transform .3s}.colcard:hover{box-shadow:0 22px 48px #1e332638;transform:translateY(-3px)}.colcard-img{position:relative;aspect-ratio:4/5;overflow:hidden;background:#2f5138}.colcard-img img{width:100%;height:100%;object-fit:cover;filter:saturate(1.2) contrast(1.06);transition:transform .6s cubic-bezier(.2,.7,.2,1)}.colcard:hover .colcard-img img{transform:scale(1.06)}.colcard-scrim{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(0deg,#101c14d6,#101c1433 48%,#101c1400 74%)}.colcard-cap{position:absolute;left:0;right:0;bottom:0;padding:20px 20px 18px;display:flex;flex-direction:column}.colcard-title{font-family:var(--disp);font-weight:700;font-size:20px;color:#fff;letter-spacing:-.01em;line-height:1.08}.colcard-sub{font-family:var(--sans);font-size:13px;color:#ffffffd9;margin-top:4px;line-height:1.4}.colcard-go{font-family:var(--mono);font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:#f9a620;margin-top:12px;opacity:0;transform:translateY(6px);transition:opacity .3s,transform .3s}.colcard:hover .colcard-go{opacity:1;transform:none}.whyshop-sec{background:linear-gradient(165deg,#1e3326,#2f5138)}.whyshop-sec .home-eyebrow{color:#f9a620}.whyshop-sec .home-eyebrow:before{background:#f9a620}.whyshop-sec .home-head{color:#f7f5ef}.whyshop{display:grid;grid-template-columns:repeat(4,1fr);gap:34px}.ws-ico{display:inline-flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:16px;background:#f9a620;color:#1e3326;margin-bottom:20px;box-shadow:0 8px 20px #f9a62047}.ws-ico svg{width:26px;height:26px}.ws-title{font-family:var(--disp);font-weight:700;font-size:19px;color:#f7f5ef;margin:0 0 8px}.ws-text{font-family:var(--sans);font-size:14.5px;line-height:1.62;color:#c4d6c4;margin:0}.lifebanner{position:relative;min-height:min(60vh,560px);display:flex;align-items:center;justify-content:center;text-align:center;overflow:hidden}.lifebanner-img{position:absolute;top:0;right:0;bottom:0;left:0}.lifebanner-img img{width:100%;height:100%;object-fit:cover;filter:saturate(1.15);transform:scale(1.04);animation:lbzoom 22s ease-in-out infinite alternate}@keyframes lbzoom{0%{transform:scale(1.04)}to{transform:scale(1.13)}}.lifebanner:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(0deg,#142218a8,#1e332647)}.lifebanner-inner{position:relative;z-index:2;padding:40px 24px}.lifebanner-head{font-family:var(--disp);font-weight:800;font-size:clamp(32px,5vw,62px);letter-spacing:-.022em;color:#f7f5ef;margin:0 auto;line-height:1.03;max-width:16ch;text-shadow:0 2px 30px rgba(0,0,0,.35)}.lifebanner-sub{color:#e7efe3;font-family:var(--sans);font-size:17px;margin:16px auto 0;max-width:44ch}.lifebanner .hbtn{margin-top:26px}@media(prefers-reduced-motion:reduce){.lifebanner-img img{animation:none}}.help-sec{background:#fcfbf7;border-top:1px solid #E7E3D8}.helpcols{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}.help-item{background:#fff;border:1px solid #E7E3D8;border-radius:18px;padding:36px 32px;display:flex;flex-direction:column;box-shadow:0 6px 20px #1e33260d;transition:transform .25s,box-shadow .25s}.help-item:hover{transform:translateY(-4px);box-shadow:0 22px 44px #1e33261f}.help-title{font-family:var(--disp);font-weight:700;font-size:20px;color:#23291f;margin:0 0 12px}.help-text{font-family:var(--sans);font-size:14.5px;line-height:1.65;color:#4f4e42;margin:0 0 18px;flex:1}.help-link{font-family:var(--sans);font-size:12.5px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#b7472a;text-decoration:none}.help-link:hover{color:#2f5138}.reveals-on .home-head,.reveals-on .colcard,.reveals-on .ws-item,.reveals-on .help-item,.reveals-on .lifebanner-inner{opacity:0;transform:translateY(16px);transition:opacity .65s cubic-bezier(.2,.7,.2,1),transform .65s cubic-bezier(.2,.7,.2,1)}.reveals-on .is-in{opacity:1;transform:none}.acct-link{display:inline-flex;align-items:center;color:#2f5138;padding:6px;transition:color .15s}.acct-link:hover{color:#244031}.annbar{display:flex;align-items:center;justify-content:center;gap:12px}.ann-dot{opacity:.55}@media(max-width:900px){.sec-head{flex-direction:column;align-items:flex-start;gap:18px}.colcards--4{grid-template-columns:repeat(2,1fr)}.colcards--3{grid-template-columns:1fr}.whyshop{grid-template-columns:repeat(2,1fr);gap:30px}.helpcols{grid-template-columns:1fr}}@media(max-width:560px){.colcards--4,.colcards--3{grid-template-columns:1fr 1fr}.whyshop{grid-template-columns:1fr}}:root{--cream:#F5F3ED;--cream-dark:#E7E3D8;--ink:#23291F;--gray:#6B6A5D;--clay:#4A7C59;--clay-light:#6C9A78;--clay-pale:#E6EFE4;--green-950:#1E3326;--green-900:#244031;--green-800:#2F5138;--green-600:#4A7C59;--green-400:#4A7C59;--green-200:#BCD4C0;--green-100:#E6EFE4;--gold:#F9A620;--forest-1:#1E3326;--forest-2:#2F5138;--forest-grad:linear-gradient(165deg,#244031 0%,#2F5138 55%,#4A7C59 100%)}body{background:#f5f3ed}.annbar{background:#2f5138;color:#e7efe3}.annbar b{color:#fff}.search-box{background:#fff;border-color:#e7e3d8}.cart-pill{background:#2f5138}.cart-pill:hover{background:#244031}.mobile-menu{background:#f5f3ed;border-color:#e7e3d8}.mobile-menu a{border-color:#e7e3d8}.eyebrow,.qr-eyebrow,.hero h1 em,h2.section-title em,.plp-head h1 em,.heroc h1 em,.transform-lines p,.problem .resolve,.ship-note-sig,.joey-sign,.versus-row span:last-child svg,.offer-list svg{color:#4a7c59}.cat .go{color:#2f5138!important}.nav-links a:after{background:#f9a620}.nav-links a:hover,.nav-links a.act{color:#244031}.btn-primary{background:#2f5138!important}.btn-primary:hover{background:#244031!important}.btn-clay{background:#f9a620!important;color:#23291f!important}.btn-clay:hover{background:#e0901a!important}.btn-ghost{border-color:#2f5138!important;color:#2f5138!important}.btn-ghost:hover{background:#e6efe4!important;border-color:#2f5138!important}.how{background:linear-gradient(150deg,#223d2e,#356145)}.how .eyebrow,.step .n,.step-ico{color:#f9a620}.final-cta{background:linear-gradient(165deg,#1e3326,#356145)}.email-band .email-inner{background:linear-gradient(165deg,#244031,#2f5138 55%,#4a7c59)}.email-inner h2 em{color:#f9a620}.site-footer{background:#1e3326}.foot-grid h4{color:#86a98f}.promise-band{background:#2f5138}.hero-reviews .stars,.review .stars,.reviews-carousel .review .stars{color:#f9a620}.flag,.gi .tag{background:#b7472a}.flag.g,.gi .tag.g{background:#4a7c59}.prod:hover,.jt-card:hover{box-shadow:0 14px 34px #1e33261f!important}.site-header{background:#f5f3ed;border-bottom:1px solid #E7E3D8}.site-header.hdr-elev{box-shadow:0 8px 24px #1e33261a}
/*# sourceMappingURL=/cdn/shop/t/45/assets/catalog3.css.map */
