.hero-banner{--spv:1.15;--peek:calc((100% - (100% / var(--spv))) / 2);position:relative;width:100vw;max-width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);overflow:hidden}.hero-banner__stage{position:relative;width:100%}.hero-banner__swiper{width:100%;overflow:hidden}.hero-banner__swiper .swiper-wrapper{align-items:stretch}.hero-banner__swiper .swiper-slide{position:relative;height:auto!important;display:block!important;overflow:hidden;background:#eee}.hero-banner__swiper .swiper-slide>*{display:block!important;flex:none!important}.hero-banner__swiper .swiper-slide:after{content:"";position:absolute;inset:0;z-index:1;background:rgba(255,255,255,.5);pointer-events:none;opacity:1;transition:opacity .35s ease}.hero-banner__swiper .swiper-slide-active:after{opacity:0}.hero-banner__img{display:block;width:100%;height:auto;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;transform:scale(1.03);-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.hero-banner__img,.hero-banner__skeleton{aspect-ratio:5/2;max-height:var(--banner-height,500px)}.hero-banner__skeleton{width:87%;margin:0 auto;background:#e8e8e8;animation:hero-pulse 1.2s ease-in-out infinite}@keyframes hero-pulse{0%,to{opacity:1}50%{opacity:.5}}.hero-banner__nav{position:absolute;top:50%;z-index:20;display:flex;align-items:center;justify-content:center;width:36px;height:44px;border:0;border-radius:6px;background:rgba(255,255,255,.92);color:#333;box-shadow:0 1px 8px rgba(0,0,0,.15);cursor:pointer;transition:opacity .2s ease,background .2s ease}.hero-banner__nav:hover{background:hsl(var(--primary));color:#fff}.hero-banner__nav svg{width:22px;height:22px}.hero-banner__nav--prev{left:var(--peek);transform:translate(-50%,-50%)}.hero-banner__nav--next{right:var(--peek);transform:translate(50%,-50%)}.hero-banner__dots{display:flex;justify-content:center;align-items:center;gap:6px;margin-top:12px}.hero-banner__dot{width:8px;height:8px;padding:0;border:0;border-radius:999px;background:#ccc;cursor:pointer;transition:width .2s ease,background .2s ease}.hero-banner__dot--active{width:22px;background:hsl(var(--primary))}@media(max-width:639px){.hero-banner{--spv:1.08}.hero-banner__nav{opacity:1;pointer-events:auto;width:30px;height:36px}}@media(min-width:640px)and (max-width:1023px){.hero-banner{--spv:1.12}}@media(min-width:1024px)and (max-width:1279px){.hero-banner{--spv:1.18}}@media(min-width:1280px){.hero-banner{--spv:1.22}}.button-bar{width:100%}.button-bar__header{margin-bottom:14px}.button-bar__eyebrow{margin:0;font-size:.75rem;font-weight:500;letter-spacing:.06em;text-transform:uppercase;color:#888;line-height:1.35}.button-bar__title{margin:4px 0 0;font-size:1.5rem;font-weight:500;color:#111;line-height:1.3}.button-bar__rows{display:flex;flex-direction:column;gap:18px}.button-bar__row{width:100%;padding-inline:20px}.button-bar__row:after,.button-bar__row:before{content:"";position:absolute;top:0;bottom:0;z-index:10;width:72px;opacity:0;pointer-events:none;transition:opacity .2s ease}.button-bar__row:before{left:0;background:linear-gradient(90deg,#fff 40%,rgba(255,255,255,.85) 70%,rgba(255,255,255,0))}.button-bar__row:after{right:0;background:linear-gradient(270deg,#fff 40%,rgba(255,255,255,.85) 70%,rgba(255,255,255,0))}.button-bar__row--fade-end:after,.button-bar__row--fade-start:before{opacity:1}.button-bar__swiper{width:100%;overflow:hidden;padding:8px 0}.button-bar__swiper .swiper-slide{display:flex;width:auto!important;height:auto!important;min-width:calc((100% - 20px)/2);overflow:visible}.button-bar__swiper .swiper-slide>.button-bar__card{display:flex;flex-direction:row;align-items:center;width:auto;flex:1 1 auto}.button-bar__card{width:auto;padding:0;border:0;background:rgba(0,0,0,0);cursor:pointer;text-align:left;overflow:visible}.button-bar__card,.button-bar__icon-wrap{position:relative;display:flex;align-items:center;height:64px}.button-bar__icon-wrap{z-index:2;justify-content:center;flex-shrink:0;width:64px;border-radius:50%;background:#fff;overflow:hidden;box-shadow:0 1px 4px rgba(0,0,0,.08);transform:scale(1);transition:transform .28s ease}.button-bar__card:hover .button-bar__icon-wrap{transform:scale(1.14)}.button-bar__icon{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;transition:transform .28s ease}.button-bar__card:hover .button-bar__icon{transform:scale(1.05)}.button-bar__icon-placeholder{display:block;width:100%;height:100%;background:#e5e5e5}.button-bar__box{position:absolute;z-index:0;top:8px;bottom:8px;left:30px;right:0;width:auto;background:#f4f3f8;transition:background-color .2s ease}.button-bar__card:hover .button-bar__box{background:#ebeaf0}.button-bar__label{position:relative;z-index:1;display:block;flex:0 0 auto;margin-left:10px;padding-right:16px;font-size:.84rem;line-height:1.25;white-space:nowrap}.button-bar__nav{position:absolute;top:50%;z-index:20;display:none;align-items:center;justify-content:center;width:36px;height:44px;border:0;border-radius:6px;background:rgba(255,255,255,.92);color:#333;box-shadow:0 1px 8px rgba(0,0,0,.15);cursor:pointer;transform:translateY(-50%);transition:opacity .2s ease,background .2s ease,color .2s ease}.button-bar__nav:hover{background:hsl(var(--primary));color:#fff}.button-bar__nav svg{width:22px;height:22px}.button-bar__nav--prev{left:0}.button-bar__nav--next{right:0}.button-bar__row--scrollable .button-bar__nav{display:flex}.button-bar__nav.swiper-button-disabled{opacity:.35;pointer-events:none}.button-bar__skeleton-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;padding-inline:20px}.button-bar__skeleton-card{position:relative;display:flex;align-items:center;height:64px}.button-bar__skeleton-icon{position:relative;z-index:1;width:58px;height:58px;border-radius:50%;background:#e5e5e5;animation:button-bar-pulse 1.2s ease-in-out infinite}.button-bar__skeleton-box{position:absolute;top:8px;bottom:8px;left:30px;right:0;background:#f4f3f8;animation:button-bar-pulse 1.2s ease-in-out infinite}@keyframes button-bar-pulse{0%,to{opacity:1}50%{opacity:.55}}@media(min-width:640px){.button-bar__skeleton-row{grid-template-columns:repeat(3,minmax(0,1fr))}.button-bar__swiper .swiper-slide{min-width:calc((100% - 40px)/3)}}@media(min-width:900px){.button-bar__skeleton-row{grid-template-columns:repeat(4,minmax(0,1fr))}.button-bar__swiper .swiper-slide{min-width:calc((100% - 60px)/4)}}@media(min-width:1200px){.button-bar__title{font-size:1.75rem}.button-bar__skeleton-row{grid-template-columns:repeat(6,minmax(0,1fr))}.button-bar__swiper .swiper-slide{min-width:calc((100% - 100px)/6)}}@media(max-width:639px){.button-bar__title{font-size:1.25rem}.button-bar__nav{width:30px;height:36px}.button-bar__icon-wrap{width:50px;height:50px}.button-bar__label{font-size:.78rem}.button-bar__card{height:58px}}.hs-products{--hs-bg:#f4f5eb;background:var(--hs-bg);padding-block:1.75rem;height:100%;box-sizing:border-box}.hs-products .app-section-header{margin-bottom:var(--section-title-gap)}.hs-products .app-section-header__title{font-size:clamp(1.15rem,2vw,1.5rem);font-weight:500;letter-spacing:.08em}.hs-product-card{display:flex;flex-direction:column;width:100%;border:0;background:rgba(0,0,0,0);cursor:pointer;text-align:left;padding:0}.hs-product-card__media{position:relative;display:block;aspect-ratio:1/1;background:#fafafa;border:none;overflow:hidden}.hs-product-card__image{-o-object-fit:contain;object-fit:contain;padding:.5rem}.hs-product-card__rank{position:absolute;top:0;left:0;z-index:2;min-width:1.65rem;height:1.65rem;padding:0 .35rem;display:inline-flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700;color:#fff;clip-path:polygon(0 0,100% 0,100% 70%,50% 100%,0 70%)}.hs-product-card__rank--gold{background:#c9a227}.hs-product-card__rank--silver{background:#9aa0a6}.hs-product-card__rank--bronze{background:#b87333}.hs-product-card__rank--default{background:#6b7280}.hs-product-card__name{display:-webkit-box;margin-top:.55rem;min-height:2.4em;font-size:.9rem;font-weight:500;line-height:1.3;color:#333;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.hs-products--loading{min-height:220px}.hs-products__title-skel{width:60%;max-width:320px;height:18px;margin:0 auto var(--section-title-gap);border-radius:4px;background:#e5e1d6}.hs-products__skel-row{display:flex;gap:var(--card-gap);overflow:hidden}.hs-products__skel-card{flex:0 0 140px;height:180px;border-radius:4px;background:#e5e1d6}@media(min-width:900px){.hs-products{padding-block:2rem}}.home-product-stack{display:grid;grid-template-columns:minmax(0,1fr);gap:24px;margin-top:var(--section-gap);width:100vw;max-width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);padding-inline:0;box-sizing:border-box;background:#fff}.home-product-stack>.app-section{margin-top:0;min-width:0;height:100%}.home-product-stack>.app-section--bleed{width:100%;max-width:100%;margin-left:0;margin-right:0}.home-product-stack>.app-section--bleed>.app-section__inner{max-width:none;padding-inline:var(--page-padding);height:100%}.home-product-stack .hs-products{background:#f4f5eb;padding-block:1.75rem;height:100%;box-sizing:border-box}@media(min-width:900px){.home-product-stack .hs-products{padding-block:2rem}}@media(min-width:1200px){.home-product-stack{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:10px}}.hp-carousel,.hp-carousel__swiper{width:100%}.hp-carousel__slide{height:auto;box-sizing:border-box}.hp-carousel__slide>*{width:100%;height:100%}.category-slide{overflow-x:clip;overflow-y:visible}.category-slide .app-section-header__title{font-size:clamp(1.15rem,2vw,1.5rem);font-weight:500;letter-spacing:.08em}.category-slide__stage{--circle-size:148px;--item-pad-top:10px;--swiper-pad-top:16px;--nav-top:calc(var(--swiper-pad-top) + var(--item-pad-top) + (var(--circle-size) / 2));position:relative;width:100%;overflow:visible;padding:0 2px}.category-slide__swiper{width:100%;overflow:visible;padding:var(--swiper-pad-top) 8px 28px}.category-slide__swiper .swiper-slide{height:auto!important;display:flex!important;justify-content:center;overflow:visible}.category-slide__item{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;width:100%;max-width:176px;min-height:210px;margin:0 auto;padding:var(--item-pad-top) 8px 12px;border:0;border-radius:6px;background:rgba(0,0,0,0);box-shadow:0 0 0 0 rgba(0,0,0,0);cursor:pointer;text-align:center;transform:scale(1);transform-origin:center center;transition:background-color .28s ease,box-shadow .28s ease,transform .28s ease}.category-slide__item:hover{background:#fff;box-shadow:0 6px 20px rgba(0,0,0,.14);transform:scale(1.1);z-index:5}.category-slide__circle{position:relative;display:flex;align-items:center;justify-content:center;flex-shrink:0;width:var(--circle-size);height:var(--circle-size);border-radius:50%;background:#f3f3f3;overflow:hidden;transition:background-color .28s ease,border-radius .28s ease}.category-slide__item:hover .category-slide__circle{background:rgba(0,0,0,0);border-radius:8px}.category-slide__icon{-o-object-fit:contain!important;object-fit:contain!important;padding:6%;transition:transform .28s ease}.category-slide__item:hover .category-slide__icon{transform:scale(1.03)}.category-slide__label{display:block;margin-top:.55rem;padding:0 .15rem;font-size:.9rem;font-weight:500;line-height:1.3;color:#333;word-break:break-word;transition:color .28s ease,font-weight .2s ease}.category-slide__item:hover .category-slide__label{color:#222;font-weight:700}.category-slide__stage.app-section-content{--nav-top:calc(var(--swiper-pad-top) + var(--item-pad-top) + (var(--circle-size) / 2));overflow:visible}.category-slide .app-section-nav{top:var(--nav-top);z-index:10}@media(max-width:640px){.category-slide__stage{--circle-size:120px;--item-pad-top:8px}.category-slide__item{max-width:148px;min-height:176px;padding:var(--item-pad-top) 6px 10px}.category-slide__label{font-size:.8rem;margin-top:.45rem}.category-slide__item:hover{transform:scale(1.06)}.category-slide .app-section-nav{width:30px;height:30px}.category-slide .app-section-nav svg{width:18px;height:18px}}@media(min-width:1024px){.category-slide__item{max-width:188px;min-height:220px}.category-slide__label{font-size:.95rem}}.styles_root__lXeQf{--bsb-transition:900ms cubic-bezier(0.22,0.61,0.36,1);position:relative;overflow:hidden;max-width:100vw;background-color:#fff;background-image:radial-gradient(circle at 1px 1px,rgba(0,0,0,.035) 1px,transparent 0);background-size:16px 16px;padding-block:2.75rem 2.25rem}.styles_header__wGxrJ{position:relative;margin-bottom:.5rem;padding-inline:1rem;min-height:4.5rem}.styles_ghost__Fz2Cz,.styles_header__wGxrJ{display:flex;align-items:center;justify-content:center}.styles_ghost__Fz2Cz{position:absolute;inset:0;font-size:clamp(3rem,9vw,5.5rem);letter-spacing:.12em;color:#efefef;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;white-space:nowrap;line-height:1}.styles_ghost__Fz2Cz,.styles_title__qWQIr{margin:0;font-weight:800;text-transform:uppercase}.styles_title__qWQIr{position:relative;z-index:1;font-size:clamp(1.35rem,2.4vw,1.75rem);letter-spacing:.2em;color:#1a1a1a;line-height:1.2}.styles_stage__lxlVz{min-height:520px;padding-block:1.25rem 0;margin:0}.styles_carousel__A3rAP,.styles_stage__lxlVz{position:relative;width:100%;max-width:100vw;overflow:hidden}.styles_carousel__A3rAP{--bsb-radius:2800px;--bsb-card-w:300px;z-index:1}.styles_viewport__kip1e{position:relative;width:100%;max-width:100vw;height:580px;overflow:hidden;z-index:1}.styles_swiper__wzQkK{position:relative;width:100%;height:100%;overflow:hidden;margin:0}.styles_wrapper___T1bR{width:100%!important;height:var(--bsb-radius)!important;margin:0!important;align-items:unset!important;will-change:transform}.styles_slide__hbxMB,.styles_wrapper___T1bR{position:absolute!important;left:50%!important;top:0!important;bottom:auto!important;display:block!important;transform-origin:center bottom!important}.styles_slide__hbxMB{width:var(--bsb-card-w)!important;height:100%!important;min-height:var(--bsb-radius)!important;margin:0 0 0 calc(var(--bsb-card-w)/-2)!important;transition:transform .9s cubic-bezier(.22,.61,.36,1),opacity .9s cubic-bezier(.22,.61,.36,1);will-change:transform,opacity;backface-visibility:hidden}.styles_slideActive__Nz0zS{filter:none}.styles_slideInner__ZVlXf{position:absolute;top:56px;left:0;width:100%;flex:none!important;display:block!important}.styles_card__m3mhs{position:relative;display:flex;flex-direction:column;align-items:center;width:100%;max-width:none;height:360px;margin-inline:auto;margin-bottom:48px;padding:20px 18px 64px;border:1px solid #e5e5e5;border-radius:4px;background:#fff;box-shadow:none;cursor:pointer;text-align:center;overflow:visible;transition:border-color .9s cubic-bezier(.22,.61,.36,1);box-sizing:border-box}.styles_cardActive__Oog17{z-index:30;border:1px solid #d0d0d0}.styles_cardBadge__JZ8wV{top:-36px;z-index:6;display:flex;flex-direction:column;align-items:center;gap:.1rem;transform:translateX(-50%);min-width:160px;padding:.5rem 1.6rem .55rem;border:none;box-shadow:0 2px 6px rgba(0,0,0,.06);color:#444;white-space:nowrap;pointer-events:none;line-height:1.25}.styles_cardBadge__JZ8wV,.styles_cardBadge__JZ8wV:after{position:absolute;left:50%;background:#fff;border-radius:0}.styles_cardBadge__JZ8wV:after{content:"";bottom:-7px;width:14px;height:14px;box-shadow:2px 2px 3px rgba(0,0,0,.04);transform:translateX(-50%) rotate(45deg)}.styles_cardBadgeLabel__W4Yic{position:relative;z-index:1;font-size:.72rem;font-weight:600;color:#555}.styles_cardBadgeBrand__aYyZW{position:relative;z-index:1;font-size:.82rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#1a1a1a}.styles_cardFrame__lvKzj{flex:1 1 auto;min-height:0;border-radius:2px}.styles_cardFrame__lvKzj,.styles_cardMedia__Zg49g{position:relative;display:block;width:100%;background:#fff;box-sizing:border-box;overflow:hidden}.styles_cardMedia__Zg49g{height:100%;min-height:220px}.styles_cardImage__6lhZa{-o-object-fit:contain;object-fit:contain;padding:1.25rem;transition:opacity .45s ease,transform .45s ease;will-change:opacity,transform}.styles_card__m3mhs:focus-visible .styles_cardImage__6lhZa,.styles_card__m3mhs:hover .styles_cardImage__6lhZa{opacity:.9;transform:scale(1.16)}@media(prefers-reduced-motion:reduce){.styles_cardImage__6lhZa{transition:none}.styles_card__m3mhs:focus-visible .styles_cardImage__6lhZa,.styles_card__m3mhs:hover .styles_cardImage__6lhZa{transform:none}}.styles_logoCard__HWi_H{position:absolute;left:50%;bottom:-30px;z-index:3;display:flex;align-items:center;justify-content:center;width:76%;min-height:72px;height:72px;padding:.5rem .85rem;background:#fff;border:none;border-radius:8px;box-shadow:0 4px 14px rgba(0,0,0,.12);overflow:hidden;transform:translateX(-50%)}.styles_logoCardMedia__ybM04{position:relative;display:block;width:100%;height:100%}.styles_logoCardImage__cRaEi{-o-object-fit:contain;object-fit:contain;padding:.15rem .4rem}.styles_logoCardName__k3B2f{font-size:.75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#222}.styles_navLayer__y75Qf{position:absolute;inset:0;z-index:50;pointer-events:none}.styles_nav__x4hEY{position:absolute;top:42%;z-index:50;width:52px;height:56px;display:flex;align-items:center;justify-content:center;padding:0;border:0;border-radius:0;background:rgba(0,0,0,0);color:#222;box-shadow:none;cursor:pointer;pointer-events:auto;transform:translate(-50%,-50%);transition:color .2s ease,opacity .2s ease;-webkit-tap-highlight-color:rgba(0,0,0,0)}.styles_nav__x4hEY:focus-visible,.styles_nav__x4hEY:hover{color:#000;outline:none}.styles_nav__x4hEY:focus-visible{outline:2px solid hsl(var(--primary));outline-offset:2px}.styles_navChevron__4pgOZ{display:flex;align-items:center;justify-content:center;line-height:1}.styles_navPrev__9s7Qz{left:max(26px,50% - 168px)}.styles_navNext____BUk{left:min(100% - 26px,50% + 168px);right:auto}.styles_footer__JnAbs{position:relative;z-index:2;display:flex;justify-content:center;margin-top:-4rem;padding-inline:var(--page-padding,1.25rem)}.styles_viewAll__f_l6W{display:inline-flex;align-items:center;justify-content:center;width:min(400px,90%);padding:.8rem 1.5rem;border:1px solid #bbb;border-radius:2px;background:#fff;color:#333;font-size:.78rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;text-decoration:none;transition:border-color .2s ease,color .2s ease,background-color .2s ease}.styles_viewAll__f_l6W:focus-visible,.styles_viewAll__f_l6W:hover{border-color:#111;color:#fff;background:#111;outline:none}.styles_error__YwLDm{padding:2rem 1rem;text-align:center;color:#c0392b}.styles_loading__bx_Cw{pointer-events:none}.styles_skelCard__MMpPg,.styles_skelSubtitle__tABM1,.styles_skelTitle__0x2Ip{margin-inline:auto;border-radius:4px;background:#ececec}.styles_skelSubtitle__tABM1{width:90px;height:10px;margin-bottom:.55rem}.styles_skelTitle__0x2Ip{width:min(280px,70%);height:26px;margin-bottom:36px}.styles_skelStage__mCJIw{display:flex;justify-content:center;gap:12px;overflow:hidden}.styles_skelCard__MMpPg{flex:0 0 min(260px,70vw);height:380px}@media(max-width:1023px){.styles_stage__lxlVz{min-height:480px}.styles_viewport__kip1e{height:460px}.styles_footer__JnAbs{margin-top:-2rem}.styles_card__m3mhs{height:330px}.styles_cardMedia__Zg49g{min-height:200px}.styles_navPrev__9s7Qz{left:max(24px,50% - 148px)}.styles_navNext____BUk{left:min(100% - 24px,50% + 148px);right:auto}}@media(max-width:639px){.styles_ghost__Fz2Cz{font-size:2.6rem;letter-spacing:.08em}.styles_title__qWQIr{font-size:1.15rem;letter-spacing:.14em}.styles_stage__lxlVz{min-height:430px}.styles_viewport__kip1e{height:410px}.styles_footer__JnAbs{margin-top:-1.5rem}.styles_card__m3mhs{height:290px;padding:14px 14px 56px}.styles_cardMedia__Zg49g{min-height:170px}.styles_logoCard__HWi_H{min-height:64px;height:64px;bottom:-26px}.styles_navPrev__9s7Qz{left:max(22px,50% - 126px)}.styles_navNext____BUk{left:min(100% - 22px,50% + 126px);right:auto}}@media(min-width:1200px){.styles_navPrev__9s7Qz{left:calc(50% - 168px)}.styles_navNext____BUk{left:calc(50% + 168px);right:auto}}@media(prefers-reduced-motion:reduce){.styles_slide__hbxMB,.styles_wrapper___T1bR{transition:none!important}}.promo-nav{position:absolute;top:50%;z-index:20;display:flex;align-items:center;justify-content:center;width:36px;height:44px;border:0;border-radius:6px;background:rgba(255,255,255,.92);color:#333;box-shadow:0 1px 8px rgba(0,0,0,.15);cursor:pointer;transition:opacity .2s ease,background .2s ease}.promo-nav:hover{background:hsl(var(--primary));color:#fff}.promo-nav svg{width:22px;height:22px}@media(max-width:639px){.promo-nav{opacity:1;pointer-events:auto;width:30px;height:36px}}.promo-skeleton{display:grid;width:100%;grid-template-columns:1fr;gap:8px}.promo-skeleton__item{width:100%;aspect-ratio:10/4;border-radius:4px;background:#e8e8e8;animation:promo-pulse 1.2s ease-in-out infinite}@keyframes promo-pulse{0%,to{opacity:1}50%{opacity:.55}}@media(min-width:640px){.promo-skeleton{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:1024px){.promo-skeleton{grid-template-columns:repeat(3,minmax(0,1fr))}}