:root{--ink: #101114;--muted: #646976;--line: #e5e7eb;--soft: #f6f7f9;--paper: #ffffff;--blue: #123ee7;--blue-dark: #0a2fc4;--gold: #f5b400;--page: 1280px;--radius-sm: 14px;--radius: 24px;--radius-lg: 36px;--shadow: 0 24px 70px rgba(16, 17, 20, .09)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:var(--paper);font-family:var(--font-body, Arial, Helvetica, sans-serif);font-size:16px;line-height:1.55;-webkit-font-smoothing:antialiased}body.menu-open{overflow:hidden}img,svg{display:block;max-width:100%}svg{fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}button{color:inherit}:where(a,button,input,textarea,select,summary):focus-visible{outline:3px solid var(--blue);outline-offset:3px}h1,h2,h3,h4,p{margin-top:0}h1,h2,h3,h4{font-family:var(--font-heading, var(--font-body, Arial, Helvetica, sans-serif));letter-spacing:-.045em;line-height:1.03}h1,h2,h3{text-wrap:balance}h1{font-size:clamp(3rem,6.2vw,6.6rem)}h2{font-size:clamp(2.2rem,4.2vw,4.5rem)}h3{font-size:clamp(1.25rem,2vw,1.75rem)}p:last-child{margin-bottom:0}.skip-link{position:fixed;top:10px;left:10px;z-index:999;padding:10px 16px;background:var(--ink);color:#fff;transform:translateY(-160%)}.skip-link:focus{transform:none}.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.page-width{width:min(calc(100% - 48px),var(--page));margin-inline:auto}.section{padding:clamp(72px,9vw,128px) 0}.section--compact{padding:clamp(48px,6vw,80px) 0}.section-heading{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,.6fr);gap:40px;align-items:end;margin-bottom:56px}.section-heading h2{max-width:820px;margin-bottom:0}.section-heading p{color:var(--muted);font-size:1.1rem;max-width:580px}.section-heading--wide{display:block}.section-heading--wide h2{max-width:none;font-size:clamp(2.1rem,3vw,3.05rem);white-space:nowrap;text-wrap:balance}.section-heading--wide>.rte{max-width:650px;margin-top:22px}.eyebrow{margin-bottom:16px;color:var(--blue);font-size:.76rem;font-weight:800;letter-spacing:.13em;line-height:1.2;text-transform:uppercase}.button{display:inline-flex;min-height:52px;align-items:center;justify-content:center;gap:10px;padding:13px 22px;border:1px solid var(--ink);border-radius:999px;background:var(--ink);color:#fff;font-weight:750;transition:transform .2s ease,background .2s ease,color .2s ease;cursor:pointer}.button:hover{transform:translateY(-2px);background:#27292d}.button svg{width:18px}.button--outline{background:transparent;color:var(--ink)}.button--outline:hover{background:var(--ink);color:#fff}.button--blue{border-color:var(--blue);background:var(--blue)}.button--blue:hover{background:var(--blue-dark)}.button[disabled]{opacity:.45;cursor:not-allowed;transform:none}.text-link{display:inline-flex;align-items:center;gap:7px;font-weight:750;border-bottom:1px solid currentColor}.text-link svg{width:17px}.rte{color:var(--muted)}.rte>*:last-child{margin-bottom:0}.rte a{color:var(--blue);text-decoration:underline}.announcement{padding:9px 24px;background:var(--blue);color:#fff;text-align:center;font-size:.82rem;font-weight:750}.site-header{position:relative;z-index:30;border-bottom:1px solid rgba(16,17,20,.07);background:#fffffff5}.site-header--sticky{position:sticky;top:0;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px)}.site-header__inner{min-height:78px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:24px}.site-header__logo{display:block;justify-self:center;font-size:1.25rem;font-weight:850;letter-spacing:-.04em}.site-header__logo img{max-height:48px;width:auto}.site-nav{display:flex;gap:28px;align-items:center;font-size:.92rem}.site-nav a,.header-actions a{transition:color .2s ease}.site-nav a:hover,.header-actions a:hover{color:var(--blue)}.header-actions{justify-self:end;display:flex;gap:13px;align-items:center}.header-icon{position:relative;display:grid;width:38px;height:38px;place-items:center;border:0;background:none;cursor:pointer}.header-icon svg{width:21px}.cart-count{position:absolute;top:1px;right:0;min-width:17px;height:17px;display:grid;place-items:center;padding:0 4px;border-radius:99px;background:var(--blue);color:#fff;font-size:.62rem;font-weight:800}.mobile-toggle{display:none;justify-self:start}.mobile-menu{position:absolute;top:100%;right:0;left:0;z-index:40;min-height:calc(100vh - 68px);min-height:calc(100dvh - 68px);max-height:calc(100vh - 68px);max-height:calc(100dvh - 68px);padding:18px 24px 32px;overflow-y:auto;overscroll-behavior:contain;border-top:1px solid var(--line);background:#fff;box-shadow:0 24px 40px #10111414}.mobile-menu[hidden]{display:none}.mobile-menu nav{width:min(100%,520px);display:grid;gap:0;margin-inline:auto}.mobile-menu a{padding:18px 0;border-bottom:1px solid var(--line);font-size:1.2rem;font-weight:750}.mobile-toggle__open,.mobile-toggle__close{display:grid;place-items:center}.mobile-toggle__close,.mobile-toggle[aria-expanded=true] .mobile-toggle__open{display:none}.mobile-toggle[aria-expanded=true] .mobile-toggle__close{display:grid}.hero{position:relative;min-height:min(720px,calc(100vh - 110px));display:grid;align-items:center;overflow:hidden;background:#fbfbfc}.hero__media{position:absolute;top:0;right:0;bottom:0;left:0}.hero__media picture,.hero__media img{width:100%;height:100%}.hero__media img{object-fit:cover;object-position:center}.hero__inner{position:relative;z-index:2;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:center}.hero__copy{max-width:var(--hero-copy-width, 600px);padding:72px 0}.hero__copy h1{margin-bottom:24px;font-size:clamp(3rem,4vw,4.2rem)}.hero__copy .rte{max-width:550px;font-size:clamp(1.05rem,1.6vw,1.35rem)}.hero__actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:34px}.trust-strip{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#fff}.trust-strip__grid{display:grid;grid-template-columns:repeat(var(--items,4),1fr)}.trust-item{display:flex;gap:16px;align-items:center;padding:24px 20px;border-right:1px solid var(--line)}.trust-item:last-child{border-right:0}.trust-item__icon{flex:0 0 58px;width:58px;height:58px;display:grid;place-items:center}.trust-item__icon img{width:58px;height:58px;object-fit:contain}.trust-item__icon svg{width:28px}.trust-item strong{display:block;font-size:.96rem}.trust-item>span:last-child>span{display:block;color:var(--muted);font-size:.8rem}.split-feature{display:grid;grid-template-columns:1.05fr .95fr;align-items:stretch;gap:clamp(42px,7vw,100px)}.split-feature--reverse .split-feature__media{order:2}.split-feature__media{min-height:570px;overflow:hidden;border-radius:var(--radius-lg);background:var(--soft)}.split-feature__media img{width:100%;height:100%;object-fit:cover}.split-feature__content{align-self:center;max-width:580px}.split-feature__content h2{margin-bottom:28px}.split-feature__content .rte{font-size:1.08rem}.feature-list{display:grid;gap:14px;margin:28px 0 34px;padding:0;list-style:none}.feature-list li{display:flex;gap:12px;align-items:flex-start;font-weight:700}.feature-list svg{flex:0 0 20px;width:20px;color:var(--blue);margin-top:2px}.benefits{background:var(--soft)}.benefit-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.benefit-card{min-height:270px;padding:30px;display:flex;flex-direction:column;justify-content:space-between;border:1px solid #e9eaf0;border-radius:var(--radius);background:#fff}.benefit-card__icon{width:54px;height:54px;display:grid;place-items:center;border-radius:16px;background:var(--blue);color:#fff}.benefit-card__icon img{width:100%;height:100%;object-fit:contain;border-radius:inherit}.benefit-card__icon svg{width:27px}.benefit-card h3{margin:36px 0 10px}.benefit-card p{color:var(--muted);font-size:.94rem}.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;counter-reset:steps}.step-card{counter-increment:steps;position:relative;overflow:hidden;border:1px solid var(--line);border-radius:var(--radius);background:#fff}.step-card__media{aspect-ratio:4/3;overflow:hidden;background:var(--soft)}.step-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.step-card:hover img{transform:scale(1.025)}.step-card__body{padding:28px}.step-card__number{width:34px;height:34px;display:grid;place-items:center;margin-bottom:28px;border-radius:50%;background:var(--ink);color:#fff;font-size:.82rem;font-weight:800}.step-card h3{margin-bottom:12px}.step-card p{color:var(--muted)}.review-value{overflow:hidden}.review-value .eyebrow{color:var(--blue)}.review-value .section-heading p{color:var(--muted)}.review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.review-card{min-height:286px;padding:34px;border:1px solid var(--line);border-radius:var(--radius);background:var(--paper);color:var(--ink)}.review-card__marker{width:38px;height:38px;display:grid;place-items:center;border:1px solid var(--ink);border-radius:50%;font-size:.74rem;font-weight:800}.review-card h3{margin:64px 0 14px}.review-card p{color:var(--muted)}.audience-strip{overflow:hidden;border-bottom:1px solid var(--line)}.audience-strip__heading{max-width:850px;margin:0 auto 30px;font-size:clamp(1.75rem,2.6vw,2.4rem);line-height:1.15;text-align:center;text-wrap:balance}.audience-strip__items{display:flex;flex-wrap:wrap;justify-content:center;gap:10px}.audience-pill{padding:10px 17px;border:1px solid var(--line);border-radius:999px;color:var(--muted);font-weight:700}.featured-product{display:grid;grid-template-columns:1.05fr .95fr;gap:clamp(42px,7vw,92px);align-items:center}.featured-product__media{position:relative;overflow:hidden;border-radius:var(--radius-lg);background:var(--soft)}.featured-product__media img{width:100%;aspect-ratio:1;object-fit:cover}.featured-product__content{max-width:570px}.featured-product__content h2{margin-bottom:16px}.product-price{margin:22px 0;font-size:1.45rem;font-weight:800}.variant-picker{display:flex;flex-wrap:wrap;gap:10px;margin:24px 0}.variant-pill{position:relative}.variant-pill input{position:absolute;opacity:0;pointer-events:none}.variant-pill label{display:block;min-width:100px;padding:11px 17px;border:1px solid var(--line);border-radius:999px;text-align:center;font-weight:750;cursor:pointer}.variant-pill input:checked+label{border-color:var(--ink);background:var(--ink);color:#fff}.variant-pill input:focus-visible+label{outline:3px solid var(--blue);outline-offset:3px}.product-form .button{width:100%}.shopify-payment-button{margin-top:10px}.cta{position:relative;overflow:hidden;padding:clamp(76px,10vw,132px) 0;background:var(--blue);color:#fff}.cta:before{content:"";position:absolute;width:650px;height:650px;right:-220px;top:-350px;border:1px solid rgba(255,255,255,.22);border-radius:50%;box-shadow:0 0 0 70px #ffffff0d,0 0 0 140px #ffffff09}.cta__inner{position:relative;z-index:1;display:flex;max-width:960px;flex-direction:column;align-items:center;gap:30px;text-align:center}.cta__inner>div{width:100%}.cta h2{max-width:850px;margin:0 auto 18px}.cta p{max-width:640px;margin-inline:auto;color:#dce3ff;font-size:1.1rem}.cta .button{border-color:#fff;background:#fff;color:var(--ink)}.faq{display:grid;grid-template-columns:.7fr 1.3fr;gap:clamp(40px,8vw,110px)}.faq__intro{max-width:420px}.faq__items{border-top:1px solid var(--line)}.faq details{border-bottom:1px solid var(--line)}.faq summary{display:flex;justify-content:space-between;gap:24px;padding:24px 0;font-weight:780;cursor:pointer;list-style:none}.faq summary::-webkit-details-marker{display:none}.faq summary:after{content:"+";font-size:1.4rem;font-weight:400}.faq details[open] summary:after{content:"\2212"}.faq__answer{padding:0 44px 25px 0;color:var(--muted)}.site-footer{padding:70px 0 24px;background:#0c0d10;color:#fff}.footer-grid{display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:50px}.footer-brand{max-width:360px}.footer-brand img{max-width:180px;filter:invert(1)}.footer-brand h2{font-size:2rem}.footer-brand p{color:#aeb1bb}.footer-brand .footer-contact{margin:20px 0 0}.footer-contact a{color:#fff;text-decoration:underline;text-underline-offset:3px}.footer-brand .footer-operator{margin-top:8px;color:#898d98;font-size:.78rem}.footer-column h3{margin-bottom:22px;font-size:.76rem;letter-spacing:.12em;text-transform:uppercase}.footer-column ul{display:grid;gap:11px;margin:0;padding:0;list-style:none;color:#c7c9d0}.footer-column a:hover{color:#fff}.footer-bottom{display:flex;justify-content:space-between;gap:20px;margin-top:65px;padding-top:22px;border-top:1px solid #2b2c31;color:#898d98;font-size:.78rem}.newsletter-form{display:flex;gap:8px}.newsletter-form input{min-width:0;width:100%;padding:12px 15px;border:1px solid #383a42;border-radius:999px;background:transparent;color:#fff}.newsletter-form button{width:46px;height:46px;display:grid;flex:0 0 46px;place-items:center;border:0;border-radius:50%;background:#fff;color:var(--ink);cursor:pointer}.newsletter-form svg{width:18px}.page-hero{padding:88px 0 52px;border-bottom:1px solid var(--line)}.page-hero h1{max-width:880px;margin-bottom:0}.product-page{display:grid;grid-template-columns:1.08fr .92fr;gap:clamp(40px,7vw,90px);align-items:start}.product-gallery{position:sticky;top:108px}.product-gallery__main{position:relative;aspect-ratio:1;overflow:hidden;border-radius:var(--radius);background:var(--soft)}.product-gallery__main img{width:100%;height:100%;object-fit:contain}.product-gallery__thumbs{display:grid;grid-template-columns:repeat(4,1fr);gap:9px;margin-top:10px}.gallery-thumb{aspect-ratio:1;padding:0;overflow:hidden;border:1px solid transparent;border-radius:12px;background:var(--soft);cursor:pointer}.gallery-thumb[aria-current=true]{border-color:var(--ink)}.gallery-thumb img{width:100%;height:100%;object-fit:cover}.gallery-nav{position:absolute;top:50%;z-index:2;display:grid;width:44px;height:44px;padding:0;place-items:center;border:1px solid rgba(16,17,20,.14);border-radius:50%;background:#ffffffeb;box-shadow:0 5px 18px #1011141f;color:var(--ink);cursor:pointer;transform:translateY(-50%)}.gallery-nav:hover{background:#fff}.gallery-nav:focus-visible{outline:3px solid rgba(18,62,231,.28);outline-offset:2px}.gallery-nav svg{width:19px}.gallery-nav--prev{left:14px}.gallery-nav--next{right:14px}.gallery-nav--prev svg{transform:rotate(180deg)}.gallery-status{position:absolute;bottom:12px;left:50%;z-index:2;padding:5px 10px;border-radius:999px;background:#101114bf;color:#fff;font-size:.72rem;font-weight:750;transform:translate(-50%)}.no-js .gallery-nav{display:none}.product-info{padding-top:14px}.product-info h1{margin-bottom:18px;font-size:clamp(2.5rem,5vw,4.7rem)}.product-summary{max-width:600px;font-size:1.02rem}.variant-fieldset{min-width:0;margin:28px 0 0;padding:0;border:0}.variant-fieldset legend{padding:0;font-weight:750}.product-variant-detail{min-height:1.5em;margin:-12px 0 24px;color:var(--muted);font-size:.9rem}.purchase-reassurance{display:grid;gap:8px;margin:18px 0 0;padding:0;list-style:none;color:var(--muted);font-size:.84rem}.purchase-reassurance li{display:flex;gap:9px;align-items:flex-start}.purchase-reassurance svg{width:17px;flex:0 0 17px;margin-top:2px;color:var(--blue)}.purchase-reassurance a{color:var(--ink);text-decoration:underline;text-underline-offset:3px}.product-independent-note{margin-top:22px;color:var(--muted);font-size:.78rem;line-height:1.5}.product-info>.rte h2{margin:28px 0 12px;font-size:1.35rem;letter-spacing:-.025em}.product-info>.rte h3{margin:24px 0 10px;font-size:1.15rem}.product-info__trust{display:grid;gap:9px;margin:25px 0;padding:18px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.product-info__trust span{display:flex;align-items:center;gap:10px;font-size:.92rem;font-weight:700}.product-info__trust svg{width:18px;color:var(--blue)}.product-accordion{margin-top:30px;border-top:1px solid var(--line)}.product-accordion details{border-bottom:1px solid var(--line)}.product-accordion summary{padding:18px 0;font-weight:750;cursor:pointer}.product-accordion .rte{padding-bottom:18px}.collection-toolbar{display:flex;justify-content:space-between;gap:20px;align-items:center;margin-bottom:32px}.collection-toolbar select{padding:11px 36px 11px 14px;border:1px solid var(--line);border-radius:999px;background:#fff}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px 18px}.product-card{position:relative}.product-card__media{display:block;overflow:hidden;border-radius:var(--radius);background:var(--soft)}.product-card__media img{width:100%;aspect-ratio:1;object-fit:cover;transition:transform .45s ease}.product-card:hover .product-card__media img{transform:scale(1.025)}.product-card__content{display:flex;justify-content:space-between;gap:18px;padding:18px 4px 0}.product-card h3{margin-bottom:0;font-size:1.2rem}.product-card .eyebrow{margin-bottom:7px}.product-card__price{white-space:nowrap;font-weight:750}.product-card__badge{position:absolute;top:14px;left:14px;padding:6px 11px;border-radius:999px;background:#fff;font-size:.72rem;font-weight:800}.contact-layout{display:grid;grid-template-columns:.8fr 1.2fr;gap:clamp(50px,8vw,100px);align-items:start}.contact-layout__intro{max-width:430px}.contact-layout__intro h1{margin-bottom:20px;font-size:clamp(2.6rem,4.8vw,4.4rem);white-space:nowrap}.contact-layout__intro .rte{max-width:360px;font-size:1.04rem}.contact-direct{margin:26px 0 0}.contact-direct a{color:var(--blue);text-decoration:underline;text-underline-offset:3px;overflow-wrap:anywhere}.contact-response{margin-top:8px;color:var(--muted);font-size:.85rem}.contact-form{display:grid;gap:15px}.field{display:grid;gap:7px}.field label{font-size:.82rem;font-weight:750}.field input,.field textarea,.field select{width:100%;padding:14px 16px;border:1px solid var(--line);border-radius:12px;background:#fff}.field textarea{min-height:160px;resize:vertical}.form-status{padding:14px 16px;border-radius:12px;background:#edf8f0;color:#18632b}.form-errors{color:#a61b1b}.cart-table{width:100%;border-collapse:collapse}.cart-table th{padding:12px 0;border-bottom:1px solid var(--line);color:var(--muted);font-size:.75rem;text-align:left;text-transform:uppercase}.cart-table td{padding:22px 0;border-bottom:1px solid var(--line);vertical-align:middle}.cart-product{display:flex;gap:18px;align-items:center}.cart-product img{width:100px;aspect-ratio:1;object-fit:cover;border-radius:12px;background:var(--soft)}.cart-product__property{max-width:520px;margin-top:5px;color:var(--muted);font-size:.78rem;overflow-wrap:anywhere}.cart-summary{max-width:430px;margin:34px 0 0 auto;padding:28px;border-radius:var(--radius);background:var(--soft)}.cart-summary__row{display:flex;justify-content:space-between;gap:20px;margin-bottom:22px;font-size:1.25rem;font-weight:800}.cart-configuration{margin:20px 0 0;padding:18px;border:1px solid var(--line);border-radius:14px;background:#fff}.cart-configuration .field-help{margin-top:8px;color:var(--muted);font-size:.78rem;line-height:1.45}.cart-terms{margin:14px 0 0;color:var(--muted);font-size:.74rem;line-height:1.45}.cart-terms a{color:var(--ink);text-decoration:underline;text-underline-offset:3px}.quantity-input{width:78px;padding:9px;border:1px solid var(--line);border-radius:9px}.empty-state{max-width:650px;margin:0 auto;padding:100px 24px;text-align:center}.search-form{display:flex;max-width:720px;gap:10px}.search-form input{flex:1;padding:14px 18px;border:1px solid var(--line);border-radius:999px}.js [data-reveal]{opacity:0;transform:translateY(12px);transition:opacity .42s ease,transform .42s ease}.js [data-reveal].is-visible{opacity:1;transform:none}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation:none!important;transition:none!important}.js [data-reveal]{opacity:1;transform:none}}@media(min-width:990px){.product-gallery{position:sticky;top:108px;align-self:start}.product-gallery__main{height:min(650px,48vw,calc(100vh - 224px));height:min(650px,48vw,calc(100dvh - 224px));aspect-ratio:auto}.product-gallery__thumbs{display:flex;flex-wrap:nowrap;gap:9px;padding-bottom:5px;overflow-x:auto;overscroll-behavior-inline:contain;scroll-snap-type:x proximity;scrollbar-width:thin}.gallery-thumb{flex:0 0 78px;width:78px;scroll-snap-align:start}}@media(max-width:989px){.page-width{width:min(calc(100% - 32px),var(--page))}.site-header__inner{min-height:68px;grid-template-columns:1fr auto 1fr}.site-nav{display:none}.mobile-toggle{display:grid}.header-actions .account-link{display:none}.hero{min-height:620px;align-items:end}.hero__inner{display:block}.hero__copy{max-width:520px;padding:52px 0}.hero__media:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#ffffff05 45%,#fffffff5 72%)}.hero__media img{object-position:center top}.section-heading,.split-feature,.featured-product,.product-page,.contact-layout,.faq{grid-template-columns:1fr}.section-heading--wide h2{white-space:normal;text-wrap:balance}.split-feature--reverse .split-feature__media{order:0}.section-heading{gap:18px}.benefit-grid{grid-template-columns:repeat(2,1fr)}.steps-grid{grid-template-columns:1fr}.step-card{display:grid;grid-template-columns:.9fr 1.1fr}.step-card__media{aspect-ratio:auto;min-height:300px}.review-grid{grid-template-columns:1fr}.review-card{min-height:auto}.review-card h3{margin-top:46px}.cta__inner{align-items:center}.footer-grid{grid-template-columns:1.4fr 1fr 1fr}.footer-brand{grid-column:1/-1}.product-gallery{position:static}.product-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:749px){.hero{min-height:0;display:flex;aspect-ratio:auto;flex-direction:column;align-items:stretch;background:#fff}.hero__inner{order:2;height:auto;display:block}.hero__media{position:relative;inset:auto;order:1;width:100%;aspect-ratio:1/1}.hero__media:after{display:none}.hero__media img{object-position:center}.hero__copy{max-width:100%;padding:26px 0 20px}.hero__copy .eyebrow{margin-bottom:7px;font-size:.62rem}.hero__copy h1{margin-bottom:8px;font-size:clamp(1.75rem,8vw,2.3rem);white-space:nowrap}.hero__copy .rte{max-width:310px;font-size:.88rem;line-height:1.4}.hero__actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;margin-top:20px}.hero__actions .button{width:100%;min-height:44px;padding:9px 10px;font-size:.76rem;white-space:nowrap}.hero__actions .button svg{width:14px}.section-heading h2{font-size:clamp(2.05rem,8vw,2.8rem)}.section-heading--wide h2{font-size:clamp(2rem,8vw,2.65rem)}.contact-layout__intro h1{white-space:normal;text-wrap:balance}}@media(max-width:640px){body{font-size:15px}.site-header__inner{column-gap:14px}.site-header__logo img{max-width:145px}.section{padding:72px 0}.section-heading{margin-bottom:36px}.page-hero{padding:60px 0 38px}.trust-strip__grid{grid-template-columns:repeat(2,1fr)}.trust-item{gap:10px;padding:16px 8px;border-bottom:1px solid var(--line)}.trust-item:nth-child(2){border-right:0}.trust-item:nth-last-child(-n+2){border-bottom:0}.trust-item__icon{width:48px;height:48px;flex-basis:48px}.trust-item__icon img{width:48px;height:48px}.trust-item strong{font-size:.84rem;line-height:1.2}.trust-item>span:last-child>span{margin-top:3px;font-size:.7rem;line-height:1.25}.split-feature__media{min-height:390px;border-radius:var(--radius)}.split-feature{gap:34px}.benefit-grid{grid-template-columns:1fr}.benefit-card{min-height:230px}.step-card{display:block}.step-card__media{min-height:auto;aspect-ratio:4/3}.review-card{padding:28px}.review-card h3{margin-top:42px}.review-grid{gap:12px}.cta .button{width:100%;max-width:320px}.cta__inner{gap:24px}.footer-grid{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}.footer-bottom{display:grid}.product-grid{grid-template-columns:1fr}.product-gallery__thumbs{display:flex;grid-template-columns:none;gap:7px;padding-bottom:5px;overflow-x:auto;overscroll-behavior-inline:contain;scroll-snap-type:x proximity;scrollbar-width:thin}.gallery-thumb{flex:0 0 78px;scroll-snap-align:start}.product-page{gap:30px}.product-section{padding-top:26px}.product-gallery__main{border-radius:18px}.gallery-nav{width:40px;height:40px}.gallery-nav--prev{left:10px}.gallery-nav--next{right:10px}.product-gallery__thumbs{gap:7px;margin-top:8px}.product-info{padding-top:0}.product-info h1{font-size:clamp(2.15rem,10.5vw,3rem)}.variant-picker{gap:8px}.variant-pill{flex:1}.variant-pill label{min-width:0;padding-inline:12px}.cart-table thead{display:none}.cart-table tr{display:grid;grid-template-columns:1fr auto;padding:22px 0;border-bottom:1px solid var(--line)}.cart-table td{padding:6px 0;border:0}.cart-table td:first-child{grid-column:1/-1}.contact-layout{gap:36px}.contact-layout__intro h1{font-size:clamp(2.4rem,13vw,3.4rem)}.faq{gap:32px}.faq summary{padding:20px 0}.faq__answer{padding-right:12px}.search-form{flex-wrap:wrap}.search-form input{min-width:0;flex-basis:220px}}@media(max-width:520px){.header-actions .search-link{display:none}.footer-grid{grid-template-columns:1fr}.footer-brand{grid-column:auto}.footer-bottom{margin-top:44px}.audience-strip__heading{font-size:1.65rem}}@media(max-width:350px){.hero__copy h1{font-size:1.65rem;white-space:normal;text-wrap:balance}.hero__copy .rte{max-width:280px;font-size:.8rem}.hero__actions .button{padding-inline:8px;font-size:.69rem}}
/*# sourceMappingURL=/cdn/shop/t/16/assets/base.css.map */
