:root{--oat: #FAF4EA;--oat-deep: #F4EADB;--beige: #EADBC0;--honey: #E0C39B;--clay: #B07F50;--clay-deep: #976A40;--taupe: #C9B89A;--espresso: #3E2F23;--espresso-soft: #5C4630;--cream-text: #FBF6EE;--bg: var(--oat);--surface: var(--beige);--text: var(--espresso);--text-muted: var(--espresso-soft);--border: var(--taupe);--accent: var(--clay);--font-heading: "Cormorant Garamond", Georgia, "Times New Roman", serif;--font-body: "Jost", "Helvetica Neue", Arial, sans-serif;--container: 1280px;--container-narrow: 980px;--radius: 4px;--section-y: 88px;--section-y-mobile: 56px}*,*:before,*:after{box-sizing:border-box}html,body{margin:0;padding:0;background:var(--bg);color:var(--text);font-family:var(--font-body);font-size:16px;line-height:1.65;font-weight:300;-webkit-font-smoothing:antialiased}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}h1,h2,h3,h4{font-family:var(--font-heading);font-weight:500;line-height:1.08;letter-spacing:-.01em;margin:0 0 .4em;color:var(--text)}h1{font-size:clamp(2.6rem,6vw,4.4rem)}h2{font-size:clamp(2rem,4.4vw,3.1rem)}h3{font-size:clamp(1.3rem,2.4vw,1.7rem)}p{margin:0 0 1em}.eyebrow{font-family:var(--font-body);text-transform:uppercase;letter-spacing:.32em;font-size:.72rem;font-weight:400;color:var(--accent);margin:0 0 1.1em;display:block}.container{max-width:var(--container);margin:0 auto;padding:0 28px}.container--narrow{max-width:var(--container-narrow)}.section-padding{padding:var(--section-y) 0}.section-heading{text-align:center;margin-bottom:.5em}.section-intro{text-align:center;max-width:620px;margin:0 auto 3rem;color:var(--text-muted)}.btn{display:inline-block;font-family:var(--font-body);font-weight:400;letter-spacing:.16em;text-transform:uppercase;font-size:.78rem;padding:16px 40px;border:1px solid var(--accent);border-radius:var(--radius);cursor:pointer;transition:background .25s ease,color .25s ease,border-color .25s ease;text-align:center;box-sizing:border-box}.btn--primary{background:var(--accent);color:var(--cream-text)}.btn--primary:hover{background:var(--clay-deep);border-color:var(--clay-deep)}.btn--ghost{background:transparent;color:var(--text);border-color:var(--text)}.btn--ghost:hover{background:var(--text);color:var(--oat)}.btn--light{background:var(--oat);color:var(--espresso);border-color:var(--oat)}.btn--light:hover{background:transparent;color:var(--oat);border-color:var(--oat)}.btn--block{width:100%;display:block}.announcement-bar{background:var(--espresso);color:var(--cream-text);overflow:hidden;white-space:nowrap;font-size:.72rem;letter-spacing:.22em;text-transform:uppercase}.announcement-bar__track{display:inline-flex;animation:marquee 28s linear infinite;padding:11px 0}.announcement-bar:hover .announcement-bar__track{animation-play-state:paused}.announcement-bar__item{flex-shrink:0;padding:0 38px}.announcement-bar__item a{color:var(--honey)}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-33.333%)}}.site-header{position:sticky;top:0;z-index:200;background:var(--oat);border-bottom:1px solid var(--border)}.site-header__inner{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:20px 28px;max-width:var(--container);margin:0 auto}.site-header__nav{display:flex;gap:34px;align-items:center}.site-header__nav a{font-size:.78rem;letter-spacing:.16em;text-transform:uppercase;font-weight:400;position:relative;padding:6px 0}.site-header__nav a:after{content:"";position:absolute;left:0;bottom:0;height:1px;width:0;background:var(--accent);transition:width .25s ease}.site-header__nav a:hover:after{width:100%}.site-header__logo{text-align:center;font-family:var(--font-heading);font-weight:500;font-size:1.9rem;letter-spacing:.42em;text-indent:.42em;color:var(--espresso)}.site-header__actions{display:flex;gap:22px;align-items:center;justify-content:flex-end}.site-header__actions button,.site-header__actions a{background:none;border:0;cursor:pointer;color:var(--text);display:inline-flex;align-items:center}.cart-count{background:var(--accent);color:var(--cream-text);font-size:.6rem;min-width:17px;height:17px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;margin-left:5px;font-family:var(--font-body)}.header-icon svg{width:21px;height:21px}.site-header__menu-toggle{display:none}.cart-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#3e2f2366;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease;z-index:998}.cart-overlay.is-open{opacity:1;visibility:visible}.cart-drawer{position:fixed;top:0;right:0;height:100%;width:420px;max-width:90vw;background:var(--oat);z-index:999;transform:translate(100%);transition:transform .35s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;box-shadow:-8px 0 40px #3e2f231f}.cart-drawer.is-open{transform:translate(0)}.cart-drawer__head{display:flex;justify-content:space-between;align-items:center;padding:26px 28px;border-bottom:1px solid var(--border)}.cart-drawer__head h3{margin:0;font-size:1.4rem}.cart-drawer__close{background:none;border:0;cursor:pointer;color:var(--text)}.cart-drawer__items{flex:1;overflow-y:auto;padding:14px 28px}.cart-item{display:grid;grid-template-columns:64px 1fr auto;gap:16px;padding:18px 0;border-bottom:1px solid var(--border);align-items:center}.cart-item img{border-radius:var(--radius)}.cart-item__placeholder{width:64px;height:80px;border-radius:var(--radius);background:var(--beige)}.cart-item__title{font-size:.92rem}.cart-item__variant{font-size:.76rem;color:var(--text-muted)}.cart-item__qty{display:inline-flex;align-items:center;gap:8px;margin-top:8px;border:1px solid var(--border);border-radius:var(--radius);padding:3px 6px}.cart-item__qty button{width:26px;height:26px;display:inline-flex;align-items:center;justify-content:center;background:var(--oat);border:1px solid var(--border);border-radius:50%;cursor:pointer;color:var(--text);line-height:1;padding:0}.cart-item__qty button svg{width:13px;height:13px;display:block}.cart-item__qty span{min-width:1.4em;text-align:center;font-size:.9rem;color:var(--text)}.cart-drawer.is-updating .cart-item__qty button{pointer-events:none;opacity:.55}.cart-drawer__foot{padding:24px 28px;border-top:1px solid var(--border)}.cart-drawer__total{display:flex;justify-content:space-between;font-size:1.05rem;margin-bottom:16px}.cart-drawer__empty{padding:60px 28px;text-align:center;color:var(--text-muted)}.hero,.hero__media{position:relative}.hero__media img{width:100%;height:clamp(460px,72vh,760px);object-fit:cover}.hero__placeholder{background:var(--beige)}.hero__placeholder svg{width:100%;height:clamp(460px,72vh,760px)}.hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;justify-content:center;padding:0 9%;color:var(--cream-text)}.hero__overlay--left{align-items:flex-start;text-align:left}.hero__overlay--center{align-items:center;text-align:center}.hero__overlay h1{color:var(--cream-text);max-width:14ch}.hero__overlay p{font-size:1.1rem;max-width:40ch;margin-bottom:2rem;font-weight:300}.hero__overlay .eyebrow{color:var(--honey)}.hero__scrim{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#3e2f236b,#3e2f230d)}.press-bar{background:var(--oat-deep);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.press-bar__inner{display:flex;align-items:center;justify-content:center;gap:56px;flex-wrap:wrap;padding:30px 28px}.press-bar__label{font-size:.7rem;letter-spacing:.26em;text-transform:uppercase;color:var(--text-muted)}.press-bar__logo{font-family:var(--font-heading);font-size:1.35rem;letter-spacing:.08em;color:var(--espresso-soft);opacity:.8}.tiles__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.tile{position:relative;overflow:hidden;border-radius:var(--radius);background:var(--beige)}.tile__img{aspect-ratio:3/4}.tile__img img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.tile:hover .tile__img img{transform:scale(1.04)}.tile__img svg{width:100%;height:100%}.tile__body{position:absolute;left:0;right:0;bottom:0;padding:24px;color:var(--cream-text);background:linear-gradient(0deg,rgba(62,47,35,.6),transparent)}.tile__body h3{color:var(--cream-text);margin-bottom:.5em;font-size:1.3rem}.tile__link{font-size:.72rem;letter-spacing:.16em;text-transform:uppercase;border-bottom:1px solid var(--honey);padding-bottom:3px}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.product-card{text-align:left}.product-card__media{position:relative;aspect-ratio:3/4;overflow:hidden;border-radius:var(--radius);background:var(--beige);margin-bottom:14px}.product-card__media img{width:100%;height:100%;object-fit:cover;transition:opacity .4s ease}.product-card__media svg{width:100%;height:100%}.product-card__badge{position:absolute;top:12px;left:12px;background:var(--clay);color:var(--cream-text);font-size:.62rem;letter-spacing:.14em;text-transform:uppercase;padding:5px 11px;border-radius:2px}.product-card h3{font-size:1.15rem;margin-bottom:.2em}.product-card__price{color:var(--text-muted);font-size:.95rem}.product-card__price s{opacity:.5;margin-right:8px}.product-card__meta{font-size:.78rem;color:var(--text-muted);letter-spacing:.04em}.feature-cards__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.feature-card{background:var(--oat);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}.feature-card__img{aspect-ratio:4/3;background:var(--beige)}.feature-card__img img{width:100%;height:100%;object-fit:cover}.feature-card__img svg{width:100%;height:100%}.feature-card__body{padding:28px}.feature-card__icon{width:38px;height:38px;color:var(--accent);margin-bottom:14px}.feature-card__icon svg{width:38px;height:38px}.feature-card h3{font-size:1.3rem}.feature-card p{color:var(--text-muted);font-size:.94rem;margin:0}.editorial{display:grid;grid-template-columns:1fr 1fr;align-items:stretch;min-height:540px}.editorial--reverse .editorial__media{order:2}.editorial__media{background:var(--beige)}.editorial__media img{width:100%;height:100%;object-fit:cover}.editorial__media svg{width:100%;height:100%;min-height:540px}.editorial__body{display:flex;flex-direction:column;justify-content:center;padding:7% 9%;background:var(--oat)}.editorial__body p{color:var(--text-muted);max-width:44ch}.editorial--surface .editorial__body{background:var(--surface)}.quote-banner{background:var(--espresso);color:var(--cream-text);text-align:center}.quote-banner blockquote{font-family:var(--font-heading);font-size:clamp(1.6rem,3.4vw,2.6rem);line-height:1.25;max-width:18ch;margin:0 auto 1.2rem;font-weight:500}.quote-banner cite{font-style:normal;font-size:.8rem;letter-spacing:.2em;text-transform:uppercase;color:var(--honey)}.mission{background:var(--surface);text-align:center}.mission__stat{font-family:var(--font-heading);font-size:clamp(2.6rem,6vw,4.2rem);color:var(--accent);display:block;line-height:1;margin-bottom:.2em}.mission p{max-width:52ch;margin:0 auto 2rem;color:var(--text-muted)}.founders{display:grid;grid-template-columns:1.1fr 1fr;align-items:center;gap:64px}.founders__media{background:var(--beige);border-radius:var(--radius);overflow:hidden;aspect-ratio:4/5}.founders__media img{width:100%;height:100%;object-fit:cover}.founders__media svg{width:100%;height:100%}.founders__body p{color:var(--text-muted)}.cta-banner{position:relative}.cta-banner__media img{width:100%;height:clamp(380px,50vh,520px);object-fit:cover}.cta-banner__media svg{width:100%;height:clamp(380px,50vh,520px)}.cta-banner__placeholder{background:var(--beige)}.cta-banner__overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:var(--cream-text);padding:0 8%}.cta-banner__overlay h2{color:var(--cream-text)}.cta-banner__scrim{position:absolute;top:0;right:0;bottom:0;left:0;background:#3e2f2359}.site-footer{background:var(--espresso);color:var(--honey)}.site-footer__top{display:grid;grid-template-columns:1.6fr 1fr 1fr;gap:48px;padding:72px 28px 48px;max-width:var(--container);margin:0 auto}.site-footer__brand-name{font-family:var(--font-heading);font-size:2rem;letter-spacing:.4em;text-indent:.4em;color:var(--cream-text);margin-bottom:18px}.site-footer__brand p{color:var(--honey);opacity:.85;max-width:38ch;font-size:.92rem}.site-footer__social{display:flex;gap:18px;margin-top:22px}.site-footer__social a svg{width:20px;height:20px;color:var(--honey)}.site-footer h4{color:var(--cream-text);font-family:var(--font-body);font-size:.74rem;letter-spacing:.2em;text-transform:uppercase;margin-bottom:18px}.site-footer ul{list-style:none;padding:0;margin:0}.site-footer li{margin-bottom:11px}.site-footer li a{font-size:.92rem;color:var(--honey);opacity:.85;transition:opacity .2s}.site-footer li a:hover{opacity:1}.site-footer__bottom{border-top:1px solid rgba(201,184,154,.2);padding:22px 28px;text-align:center;font-size:.76rem;color:var(--honey);opacity:.7;max-width:var(--container);margin:0 auto}.breadcrumb{max-width:var(--container);margin:0 auto;padding:22px 28px 0;font-size:.76rem;letter-spacing:.05em;color:var(--text-muted)}.breadcrumb a:hover{color:var(--text)}.product-hero{padding:30px 0 var(--section-y)}.product-hero__inner{display:grid;grid-template-columns:1.15fr 1fr;gap:60px;max-width:var(--container);margin:0 auto;padding:0 28px}.product-hero__gallery{position:sticky;top:96px;align-self:start}.product-hero__main{position:relative;border-radius:var(--radius);overflow:hidden;background:var(--beige);margin-bottom:14px;-webkit-user-select:none;user-select:none}.product-hero__main-track{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain;touch-action:pan-x pan-y pinch-zoom;scrollbar-width:none}.product-hero__main-track::-webkit-scrollbar{display:none}.product-hero__slide{flex:0 0 100%;scroll-snap-align:center;scroll-snap-stop:always;background:var(--beige)}.product-hero__slide img{width:100%;height:auto;object-fit:contain;-webkit-user-drag:none;-webkit-user-select:none;user-select:none}.product-hero__slide svg{width:100%;height:auto;aspect-ratio:3/4;display:block}.product-hero__badge{position:absolute;top:16px;left:16px;background:var(--clay);color:var(--cream-text);font-size:.64rem;letter-spacing:.16em;text-transform:uppercase;padding:6px 13px;border-radius:2px;z-index:2}.product-hero__thumbs{display:flex;gap:10px;flex-wrap:wrap;scroll-snap-type:x proximity}.product-hero__thumb{width:74px;height:92px;border-radius:var(--radius);overflow:hidden;border:1px solid var(--border);cursor:pointer;background:var(--beige);padding:0;flex-shrink:0}.product-hero__thumb{scroll-snap-align:start}.product-hero__thumb.is-active{border-color:var(--accent)}.product-hero__thumb img{width:100%;height:100%;object-fit:cover}.product-hero__thumb svg{width:100%;height:100%}.product-hero__info{max-width:100%}.product-hero__title{margin-bottom:.15em}.product-hero__rating{display:flex;align-items:center;gap:8px;color:var(--accent);font-size:.86rem;margin-bottom:18px}.product-hero__rating .stars{letter-spacing:2px}.product-hero__rating a{color:var(--text-muted);border-bottom:1px solid var(--border)}.product-hero__price{font-size:1.5rem;margin-bottom:4px;color:var(--text)}.product-hero__price s{opacity:.45;font-size:1.1rem;margin-right:10px}.product-hero__desc{color:var(--text-muted);margin:20px 0 28px}.option-group{margin-bottom:24px}.option-group__label{font-size:.74rem;letter-spacing:.16em;text-transform:uppercase;color:var(--text-muted);margin-bottom:12px}.option-group__label b{color:var(--text);font-weight:400;margin-left:6px}.swatches{display:flex;gap:12px;flex-wrap:wrap}.swatch{width:40px;height:40px;border-radius:50%;border:1px solid var(--border);cursor:pointer;padding:0;position:relative}.swatch.is-active{box-shadow:0 0 0 2px var(--oat),0 0 0 3px var(--accent)}.size-options{display:flex;gap:10px;flex-wrap:wrap}.size-option{min-width:56px;padding:12px 16px;border:1px solid var(--border);border-radius:var(--radius);background:var(--oat);cursor:pointer;font-size:.84rem;letter-spacing:.06em;color:var(--text);transition:all .2s}.size-option.is-active{background:var(--espresso);color:var(--cream-text);border-color:var(--espresso)}.size-option[disabled]{opacity:.35;text-decoration:line-through;cursor:not-allowed}.product-form__submit{margin:8px 0 14px}.shopify-payment-button{margin-bottom:22px}.shopify-payment-button button{width:100%;max-width:100%}.product-assurances{list-style:none;padding:22px 0 0;margin:0;border-top:1px solid var(--border);display:grid;gap:14px}.product-assurances--hero{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;padding:0 0 20px;margin:0 0 8px;border-top:0;border-bottom:0}.product-assurances li{display:flex;align-items:center;gap:12px;font-size:.9rem;color:var(--text-muted)}.product-assurances svg{width:20px;height:20px;color:var(--accent);flex-shrink:0}.benefits{background:var(--surface)}.benefits__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;text-align:center}.benefit__icon{width:42px;height:42px;color:var(--accent);margin:0 auto 14px}.benefit__icon svg{width:42px;height:42px}.benefit h3{font-size:1.15rem;margin-bottom:.3em}.benefit p{font-size:.88rem;color:var(--text-muted);margin:0}.steps__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}.steps__grid--4{grid-template-columns:repeat(4,1fr);gap:24px}.step{text-align:left;background:#fff;border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}.step__media{aspect-ratio:4/3;background:var(--beige)}.step__media img{width:100%;height:100%;object-fit:cover}.step__media svg{width:100%;height:100%}.step__body{padding:22px}.step__head{display:flex;align-items:center;gap:12px;margin-bottom:8px}.step__num{flex-shrink:0;width:30px;height:30px;border-radius:50%;background:var(--honey);color:var(--espresso);font-family:var(--font-heading);font-size:1.05rem;display:flex;align-items:center;justify-content:center;line-height:1}.step__head h3{font-size:1.2rem;margin:0}.step p{color:var(--text-muted);font-size:.92rem;margin:0}.reviews{background:var(--oat-deep)}.reviews__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.review-card{background:var(--oat);border:1px solid var(--border);border-radius:var(--radius);padding:32px}.review-card__stars{color:var(--accent);letter-spacing:2px;margin-bottom:14px}.review-card__text{font-family:var(--font-heading);font-size:1.25rem;line-height:1.4;margin-bottom:18px}.review-card__person{display:flex;align-items:center;gap:12px}.review-card__avatar{width:40px;height:40px;border-radius:50%;overflow:hidden;flex-shrink:0;background:var(--beige)}.review-card__avatar img{width:100%;height:100%;object-fit:cover}.review-card__author{font-size:.8rem;letter-spacing:.12em;text-transform:uppercase;color:var(--text-muted)}.faq__list{max-width:980px;margin:0 auto;display:grid;gap:16px}.faq-item{background:#fff;border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}.faq-item__q{width:100%;background:none;border:0;text-align:left;cursor:pointer;padding:24px 28px;font-family:var(--font-heading);font-size:1.3rem;color:var(--text);display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:18px}.faq-item__mark{width:30px;height:30px;border-radius:50%;background:var(--oat);color:var(--accent);display:inline-flex;align-items:center;justify-content:center;font-family:var(--font-body);font-size:1rem;line-height:1}.faq-item__question{min-width:0}.faq-item__icon{transition:transform .3s ease;flex-shrink:0;color:var(--accent);display:inline-flex;align-items:center;justify-content:center}.faq-item.is-open .faq-item__icon{transform:rotate(45deg)}.faq-item__a{max-height:0;overflow:hidden;transition:max-height .35s ease;color:var(--text-muted)}.faq-item.is-open .faq-item__a{max-height:700px}.faq-item__a p{padding:0 28px 26px 76px;margin:0}.crosssell__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.visually-hidden{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.text-center{text-align:center}.placeholder-svg{background:var(--beige);fill:var(--taupe);color:var(--taupe)}.prod-features{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center}.prod-features__media{position:relative;border-radius:var(--radius);overflow:hidden;background:var(--beige);aspect-ratio:1/1}.prod-features__img{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transition:opacity .35s ease}.prod-features__img.is-active{opacity:1}.prod-features__img img{width:100%;height:100%;object-fit:cover}.prod-features__img svg{width:100%;height:100%}.prod-features__list{display:grid;gap:22px}.prod-feature{display:flex;gap:18px;align-items:flex-start;background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:22px;cursor:pointer;transition:border-color .2s ease,background-color .2s ease,transform .2s ease}.prod-feature.is-active{border-color:var(--accent);background:var(--oat)}.prod-feature:focus-visible{outline:2px solid var(--accent);outline-offset:3px}.prod-feature__num{flex-shrink:0;width:34px;height:34px;border-radius:50%;background:var(--honey);color:var(--espresso);font-family:var(--font-heading);font-size:1.1rem;display:flex;align-items:center;justify-content:center}.prod-feature h3{font-size:1.25rem;margin-bottom:.2em}.prod-feature p{color:var(--text-muted);font-size:.94rem;margin:0}.testimonials__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.testimonial{background:#fff;border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}.testimonial__media{aspect-ratio:4/5;background:var(--beige)}.testimonial__media img{width:100%;height:100%;object-fit:cover}.testimonial__media svg{width:100%;height:100%}.testimonial__body{padding:26px}.testimonial__verified{font-size:.7rem;letter-spacing:.14em;text-transform:uppercase;color:var(--accent);display:block;margin-bottom:10px}.testimonial__title{font-size:1.2rem;margin-bottom:.4em}.testimonial__text{color:var(--text-muted);font-size:.96rem;margin-bottom:14px}.testimonial__author{font-size:.8rem;letter-spacing:.1em;text-transform:uppercase;color:var(--text)}.reviews-widget{background:#fff}.reviews-widget .rw-top{display:grid;grid-template-columns:auto 1fr auto;gap:48px;align-items:center;padding-bottom:28px;border-bottom:1px solid var(--border)}.rw-summary{text-align:center}.rw-avg{font-family:var(--font-heading);font-size:3.4rem;line-height:1;color:var(--text)}.rw-summary .rw-stars{color:var(--accent);letter-spacing:2px;margin:6px 0}.rw-count{font-size:.72rem;letter-spacing:.14em;text-transform:uppercase;color:var(--text-muted)}.rw-bars{display:grid;gap:8px}.rw-bar{display:grid;grid-template-columns:40px 1fr 40px;align-items:center;gap:12px}.rw-bar__label{font-size:.82rem;color:var(--text-muted)}.rw-bar__track{height:8px;border-radius:99px;background:var(--oat-deep);overflow:hidden}.rw-bar__fill{display:block;height:100%;background:var(--accent);border-radius:99px}.rw-bar__num{font-size:.82rem;color:var(--text-muted);text-align:right}.rw-filter{margin:28px 0}.rw-pill{display:inline-block;border:1px solid var(--border);border-radius:99px;padding:10px 22px;font-size:.8rem;letter-spacing:.06em;color:var(--text)}.rw-list{display:grid;gap:0}.rw-review{display:grid;grid-template-columns:220px 1fr;gap:32px;padding:26px 0;border-bottom:1px solid var(--border)}.rw-review__who{display:flex;flex-direction:column;gap:8px;align-items:flex-start}.rw-review__name{font-weight:500;color:var(--text)}.rw-review__verified{font-size:.64rem;letter-spacing:.08em;text-transform:uppercase;background:var(--honey);color:var(--espresso);padding:3px 9px;border-radius:99px}.rw-review__meta{display:flex;align-items:center;gap:12px;margin-bottom:8px}.rw-review__date{font-size:.82rem;color:var(--text-muted)}.rw-review__stars{color:var(--accent);letter-spacing:1px;font-size:.9rem}.rw-review__title{font-family:var(--font-heading);font-size:1.2rem;margin-bottom:.3em}.rw-review__text{color:var(--text-muted);margin:0}.rw-pagination{display:flex;justify-content:center;align-items:center;gap:18px;margin-top:36px}.rw-page{font-size:.95rem;color:var(--text-muted);cursor:pointer}.rw-page.is-active{color:var(--accent);font-weight:500}.rw-page--arrow{color:var(--text-muted)}.comparison__table{max-width:var(--container-narrow);margin:0 auto;border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}.comparison__row{display:grid;grid-template-columns:1.6fr 1fr 1fr;align-items:stretch;border-bottom:1px solid var(--border);min-height:72px}.comparison__row:last-child{border-bottom:0}.comparison__feature{display:flex;align-items:center;padding:16px 22px;font-size:.94rem;color:var(--text)}.comparison__brand,.comparison__other{display:flex;align-items:center;justify-content:center;padding:16px}.comparison__brand{background:var(--honey)}.comparison .yes{color:var(--clay-deep);display:inline-flex}.comparison .no{color:var(--taupe);display:inline-flex}.comparison svg{width:20px;height:20px}.comparison__row--head{min-height:0}.comparison__titlecell{align-items:center}.comparison__title{font-size:clamp(1.8rem,4vw,3rem);margin:0;line-height:1.05}.comparison__row--head .comparison__brand,.comparison__row--head .comparison__other{flex-direction:column;gap:12px;padding:26px 16px}.comparison__colimg{width:100%;max-width:150px;aspect-ratio:1/1;border-radius:var(--radius);overflow:hidden;background:var(--oat)}.comparison__row--head .comparison__brand .comparison__colimg{background:var(--oat)}.comparison__colimg img{width:100%;height:100%;object-fit:cover}.comparison__colimg svg{width:100%;height:100%}.comparison__collabel{font-size:.74rem;letter-spacing:.16em;text-transform:uppercase;color:var(--text);text-align:center}@media(max-width:990px){.product-hero__inner{grid-template-columns:1fr;gap:32px}.product-hero__gallery{position:static}.founders{grid-template-columns:1fr;gap:32px}.editorial{grid-template-columns:1fr}.editorial--reverse .editorial__media{order:0}.editorial__media svg,.editorial__media{min-height:380px}.tiles__grid{grid-template-columns:repeat(2,1fr)}.feature-cards__grid{grid-template-columns:1fr}.site-footer__top{grid-template-columns:1fr 1fr}.prod-features{grid-template-columns:1fr;gap:28px}.prod-features__media{aspect-ratio:4/5}.testimonials__grid,.steps__grid--4{grid-template-columns:repeat(2,1fr)}.reviews-widget .rw-top{grid-template-columns:1fr;gap:24px;text-align:center}}@media(max-width:768px){html,body{overflow-x:hidden;max-width:100vw}:root{--section-y: var(--section-y-mobile)}.container{padding:0 20px}.site-header__inner{grid-template-columns:1fr auto;padding-left:18px;padding-right:18px}.site-header__nav{position:fixed;top:0;left:0;height:100%;width:80%;max-width:320px;background:var(--oat);flex-direction:column;align-items:flex-start;gap:8px;padding:90px 32px;transform:translate(-100%);transition:transform .3s ease;z-index:997;border-right:1px solid var(--border)}.site-header__nav.is-open{transform:translate(0)}.site-header__nav a{font-size:1rem;padding:12px 0}.site-header__menu-toggle{display:none}.site-header__logo{grid-column:1;justify-self:start;text-align:left;font-size:1.5rem;letter-spacing:.32em;text-indent:.32em}.site-header__actions{grid-column:2}.hero__overlay{padding:0 28px}.hero__media img,.hero__placeholder svg{height:64vh}.carousel-mobile{display:flex!important;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;overscroll-behavior-x:auto;overscroll-behavior-y:auto;touch-action:pan-x pan-y pinch-zoom;gap:16px;scrollbar-width:none;scroll-padding-left:20px;padding-bottom:6px}.carousel-mobile::-webkit-scrollbar{display:none}.carousel-mobile>*{scroll-snap-align:start;flex-shrink:0;width:78%;max-width:320px}.benefits__grid{grid-template-columns:1fr 1fr;gap:22px}.steps__grid{grid-template-columns:1fr;gap:28px}.tiles__grid{grid-template-columns:1fr}.site-footer__top{grid-template-columns:1fr;gap:36px;padding:48px 20px 32px}.comparison__feature{padding:12px;font-size:.8rem}.comparison__brand,.comparison__other{padding:12px 6px}.comparison__row{min-height:64px}.comparison__row--head .comparison__brand,.comparison__row--head .comparison__other{padding:16px 8px;gap:8px}.comparison__colimg{max-width:96px}.comparison__collabel{font-size:.62rem;letter-spacing:.1em}.rw-review{grid-template-columns:1fr;gap:10px;padding:22px 0}.rw-review__who{flex-direction:row;align-items:center;gap:10px}.rw-bar{grid-template-columns:34px 1fr 34px}.product-hero__inner{padding:0 20px;gap:28px;min-width:0}.product-hero,.product-hero__inner,.product-hero__gallery,.product-hero__info,.product-hero__main,.product-hero__info form{min-width:0;max-width:100%}.product-assurances--hero{grid-template-columns:1fr;gap:10px;padding-bottom:16px}.product-hero__thumbs{flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain;touch-action:pan-x pan-y pinch-zoom;scrollbar-width:none}.product-hero__thumbs::-webkit-scrollbar{display:none}.product-hero__desc{overflow-wrap:break-word;word-wrap:break-word}.faq-item__q{padding:20px 18px;grid-template-columns:auto 1fr auto;gap:12px;font-size:1.08rem}.faq-item__mark{width:28px;height:28px;font-size:.95rem}.faq-item__a p{padding:0 18px 22px 58px}.btn,button[type=submit],.product-form__submit{width:100%;max-width:100%;white-space:normal;overflow-wrap:break-word;box-sizing:border-box}.shopify-payment-button,.shopify-payment-button__button,.shopify-payment-button button{width:100%;max-width:100%;box-sizing:border-box}.shopify-payment-button iframe{max-width:100%!important;width:100%!important}.section-padding{overflow:hidden}.cart-drawer{width:100%;max-width:100vw}}
/*# sourceMappingURL=/cdn/shop/t/8/assets/base.css.map */
