.productsPage{background:#fff;color:#111;overflow:hidden}.productTopBar{width:100%;display:block}.productHero{min-height:520px;background:#050505;color:#fff;background-size:cover;background-repeat:no-repeat;background-position:center;display:flex;align-items:center;justify-content:flex-end;padding:70px 9%;text-align:right;position:relative;overflow:hidden;will-change:background-position}.productHeroText{max-width:420px;position:relative;z-index:1;will-change:transform}.productHero h1{font-size:42px;line-height:1.05;margin:0 0 8px}.productHero p{font-size:18px;line-height:1.25;margin:0}.productQuote{min-height:360px;background:#cfcfcf;color:#fff;display:flex;align-items:center;justify-content:center;text-align:left;padding:70px 24px}.productQuote p{font-size:34px;line-height:1.1;font-weight:700;max-width:460px;margin:0}.productBanner{min-height:520px;background:#f7f8f8;background-size:cover;background-repeat:no-repeat;background-position:center;display:flex;align-items:center;padding:70px 9%;position:relative;overflow:hidden;will-change:background-position}.productBanner.onlyImage{padding:0}.productBannerText{margin-left:auto;max-width:360px;text-align:right;color:#fff;font-size:22px;line-height:1.18;position:relative;z-index:1;will-change:transform}.bannerThreeText h2{margin:0 0 10px;font-size:34px;line-height:1.04}.bannerThreeText p{margin:0}.productParallax:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(255,255,255,.03),rgba(0,0,0,.04));pointer-events:none;z-index:0}.productGallery{display:none!important}.productGallery img{display:none!important}.relatedProducts{background:#fff;padding:46px 0 54px;overflow:hidden;display:grid;grid-template-columns:64px minmax(0,1fr) 64px;align-items:stretch;gap:18px}.relatedProductsHead{display:none!important}.relatedProductsTrack{display:flex;gap:24px;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scroll-behavior:smooth;padding:0;scrollbar-width:none;-ms-overflow-style:none}.relatedProductsTrack::-webkit-scrollbar{display:none}.relatedProductCard{aspect-ratio:1/1;height:auto;min-width:calc((100% - 48px)/3);max-width:calc((100% - 48px)/3);scroll-snap-align:start;background:#e8ebec;background-size:cover;background-repeat:no-repeat;background-position:center;position:relative;display:flex;align-items:flex-end;padding:0;color:#fff;overflow:hidden;transition:filter .55s ease}.relatedProductCard:before{content:"";position:absolute;inset:0;background:linear-gradient(transparent,rgba(0,0,0,.38));opacity:.72;transition:opacity .45s ease}.relatedProductCard:hover{filter:saturate(1.04) contrast(1.03)}.relatedProductCard:hover:before{opacity:.92}.relatedProductCard span{display:none!important}.relatedArrow{border:0;background:#fff;color:#111;font-size:44px;line-height:1;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .25s ease,color .25s ease}.relatedArrow:hover{background:#f1f5f9;color:#19aee5}.relatedArrow:active{background:#e5e7eb}.productEmpty{padding:110px 24px;text-align:center}.productListPage{padding:110px 7%;background:#fff}.productListPage h1{font-size:42px;font-weight:300;margin:0 0 42px}.productList{display:grid;grid-template-columns:repeat(3,1fr);gap:0}.productTile{min-height:300px;background:#e8ebec;background-size:cover;background-repeat:no-repeat;background-position:center;position:relative;display:flex;align-items:flex-end;padding:24px;color:#fff;overflow:hidden;transition:transform .55s cubic-bezier(.22,.61,.36,1),filter .55s ease}.productTile:hover{transform:translateY(-4px);filter:saturate(1.04) contrast(1.03)}.productTile:before{content:"";position:absolute;inset:0;background:linear-gradient(transparent,rgba(0,0,0,.48));transition:opacity .45s ease}.productTile:hover:before{opacity:.9}.productTile span{position:relative;font-size:24px;font-weight:700;transform:translateY(0);transition:transform .45s cubic-bezier(.22,.61,.36,1)}.productTile:hover span{transform:translateY(-6px)}.productTile small{display:block;font-size:14px;font-weight:400;margin-top:6px}.productReveal{opacity:0;transform:translateY(34px);transition:opacity .85s ease,transform .85s cubic-bezier(.22,.61,.36,1)}.productReveal.isVisible{opacity:1;transform:translateY(0)}@media(prefers-reduced-motion:reduce){.productReveal,.productTile,.productTile span,.productHeroText,.productBannerText,.relatedProductCard{transition:none!important;transform:none!important}.productTile:hover,.relatedProductCard:hover{transform:none!important}}@media(max-width:800px){.productHero,.productBanner{min-height:420px;justify-content:center!important;text-align:center!important}.productHero h1{font-size:34px}.productQuote p{font-size:26px}.productList{grid-template-columns:1fr}.productBannerText{margin:auto;text-align:center}.relatedProducts{grid-template-columns:48px minmax(0,1fr) 48px;gap:10px;padding:34px 0 40px}.relatedArrow{font-size:34px}.relatedProductsTrack{gap:14px}.relatedProductCard{min-width:78vw;max-width:78vw}}