:root{--color-black:#101010;--color-black-soft:#1a1816;--color-white:#fff;--color-paper:#f7f5f1;--color-border:#eadfce;--color-text:#171411;--color-muted:#69615a;--color-orange:#ff7900;--color-orange-strong:#eb5b00;--color-gold:#ffc400;--header-top-height:70px;--header-nav-height:46px;--header-height:calc(var(--header-top-height) + var(--header-nav-height));--container:1240px;--shadow-soft:0 18px 55px rgba(22,13,5,.12);font-family:Arial,Helvetica,sans-serif;color-scheme:light}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;padding-top:var(--header-height);background:var(--color-white);color:var(--color-text);overflow-x:hidden}img{display:block;max-width:100%}a{color:inherit}button,input,select,textarea{font:inherit}button{color:inherit}.container{width:min(var(--container),calc(100% - 64px));margin-inline:auto}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link{position:fixed;z-index:9999;top:8px;left:8px;padding:10px 14px;transform:translateY(-150%);background:#fff;color:#000}.skip-link:focus{transform:translateY(0)}.button{display:inline-flex;min-height:52px;align-items:center;justify-content:center;padding:0 24px;border:1px solid transparent;border-radius:7px;font-size:.92rem;font-weight:800;letter-spacing:.02em;text-decoration:none;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.button:hover{transform:translateY(-2px)}.button--primary{background:var(--color-orange);color:#fff;box-shadow:0 14px 30px rgba(255,121,0,.25)}.button--primary:hover{background:#ff8b1d;box-shadow:0 18px 38px rgba(255,121,0,.32)}.status-page{min-height:55vh;display:grid;place-content:center;justify-items:start;padding-block:90px}.status-page__code{margin:0 0 12px;color:var(--color-orange);font-size:.75rem;font-weight:900;letter-spacing:.28em}.status-page h1{margin:0 0 16px;font-size:clamp(2.3rem,6vw,5rem);line-height:.95}.status-page p:not(.status-page__code){max-width:620px;margin:0 0 28px;color:var(--color-muted);line-height:1.7}@media (max-width:768px){:root{--header-top-height:74px;--header-nav-height:0px}.container{width:min(100% - 28px,620px)}.button{min-height:48px;padding-inline:20px;font-size:.86rem}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation-duration:.01ms !important;animation-iteration-count:1 !important;transition-duration:.01ms !important;scroll-behavior:auto !important}}.product-showcase,.site-footer{content-visibility:auto;contain-intrinsic-size:auto 720px}.site-header{position:fixed;inset:0 0 auto;z-index:1000;background:#101010;box-shadow:0 6px 24px rgba(0,0,0,.32)}.site-header__top{height:var(--header-top-height);background:linear-gradient(90deg,#101010,#191919 50%,#101010);border-bottom:1px solid rgba(255,255,255,.08)}.site-header__inner{width:min(var(--container),calc(100% - 64px));height:100%;margin-inline:auto;display:flex;align-items:center;justify-content:space-between;gap:24px}.site-logo{display:flex;align-items:center;flex:0 0 auto}.site-logo img{width:auto;height:48px;object-fit:contain}.social-links{display:flex;align-items:center;gap:10px}.social-link{width:38px;height:38px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.18);border-radius:999px;background:rgba(255,255,255,.04);transition:border-color .2s ease,background .2s ease,transform .2s ease}.social-link:hover{transform:translateY(-1px);border-color:rgba(255,138,0,.65);background:rgba(255,138,0,.12)}.social-link svg{width:18px;height:18px;fill:#fff}.social-link:hover svg{fill:var(--color-orange)}.menu-toggle{display:none;width:46px;height:46px;padding:0;border:1px solid rgba(255,138,0,.62);background:#202020;cursor:pointer}.menu-toggle__icon,.menu-toggle__icon::before,.menu-toggle__icon::after{display:block;width:21px;height:2px;margin:auto;background:#fff;content:'';transition:transform .2s ease,opacity .2s ease}.menu-toggle__icon{position:relative}.menu-toggle__icon::before{position:absolute;top:-7px;left:0}.menu-toggle__icon::after{position:absolute;top:7px;left:0}.menu-toggle[aria-expanded="true"] .menu-toggle__icon{background:transparent}.menu-toggle[aria-expanded="true"] .menu-toggle__icon::before{transform:translateY(7px) rotate(45deg)}.menu-toggle[aria-expanded="true"] .menu-toggle__icon::after{transform:translateY(-7px) rotate(-45deg)}.site-header__nav{height:var(--header-nav-height);overflow:hidden;background:linear-gradient(90deg,#111,#1a1a1a 50%,#111);transition:height .24s ease,opacity .2s ease,transform .24s ease}.main-navigation{width:min(var(--container),calc(100% - 52px));height:100%;margin-inline:auto}.main-navigation ul{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));height:100%;margin:0;padding:0;list-style:none}.main-navigation li{position:relative;min-width:0}.main-navigation li:not(:last-child)::after{position:absolute;top:50%;right:0;width:2px;height:18px;transform:translateY(-50%);background:linear-gradient(var(--color-orange-strong),var(--color-orange));content:''}.main-navigation a{display:flex;height:100%;align-items:center;justify-content:center;padding-inline:8px;color:#fff;font-size:clamp(.72rem,1vw,.88rem);text-align:center;text-decoration:none;white-space:nowrap;transition:color .2s ease,background .2s ease}.main-navigation a:hover,.main-navigation a[aria-current="page"]{color:var(--color-orange);background:rgba(255,255,255,.035)}.social-links--mobile{display:none}.site-header.is-compact .site-header__nav{height:0;opacity:0;transform:translateY(-100%)}.site-header.is-compact + main{}@media (max-width:980px) and (min-width:769px){.site-header__inner{width:min(100% - 40px,980px)}.main-navigation{width:min(100% - 24px,980px)}.site-logo img{height:44px}.social-link{width:34px;height:34px}.main-navigation a{padding-inline:4px;font-size:.72rem}}@media (max-width:768px){.site-header__inner{width:calc(100% - 28px);gap:12px}.site-logo{max-width:calc(100% - 58px)}.site-logo img{height:auto;max-height:49px;max-width:190px}.social-links--desktop{display:none}.menu-toggle{display:grid;place-items:center;flex:0 0 auto}.site-header__nav{position:absolute;top:var(--header-top-height);left:0;width:100%;height:auto;max-height:0;opacity:0;transform:translateY(-8px);overflow:hidden;pointer-events:none;background:#111;box-shadow:0 16px 34px rgba(0,0,0,.38)}.site-header__nav.is-open{max-height:calc(100vh - var(--header-top-height));opacity:1;transform:translateY(0);overflow-y:auto;pointer-events:auto}.main-navigation{width:100%;height:auto}.main-navigation ul{display:flex;height:auto;flex-direction:column}.main-navigation li{border-bottom:1px solid rgba(255,255,255,.08)}.main-navigation li::after{display:none}.main-navigation a{min-height:54px;justify-content:flex-start;padding:0 22px;font-size:.92rem}.social-links--mobile{display:flex;padding:16px 20px;background:#161616}.site-header.is-compact .site-header__nav{transform:translateY(-8px)}.site-header.is-compact .site-header__nav.is-open{transform:translateY(0)}}.brand-marquee{position:relative;width:100%;overflow:hidden;padding:10px 0;border-block:1px solid rgba(255,255,255,.08);background:#0b0b0b}.brand-marquee::before,.brand-marquee::after{position:absolute;z-index:2;top:0;bottom:0;width:clamp(40px,7vw,90px);pointer-events:none;content:''}.brand-marquee::before{left:0;background:linear-gradient(90deg,#0b0b0b,transparent)}.brand-marquee::after{right:0;background:linear-gradient(270deg,#0b0b0b,transparent)}.brand-marquee__track{display:flex;width:max-content;animation:brand-scroll 32s linear infinite;will-change:transform}.brand-marquee--bottom .brand-marquee__track{animation-delay:-16s}.brand-marquee--catalog .brand-marquee__track{animation-delay:-8s}.brand-marquee__group{display:flex;flex:0 0 auto;align-items:center;gap:clamp(28px,4vw,52px);padding-right:clamp(28px,4vw,52px);white-space:nowrap}.brand-marquee span{position:relative;color:#f5f5f5;font-family:Georgia,serif;font-size:clamp(.72rem,1.15vw,.9rem);font-weight:800;letter-spacing:clamp(.12em,.25vw,.22em);text-transform:uppercase}.brand-marquee span::after{position:absolute;top:50%;right:calc(clamp(28px,4vw,52px) / -2 - 4px);transform:translateY(-50%);color:var(--color-orange);content:'•'}@keyframes brand-scroll{to{transform:translateX(-50%)}}@media (max-width:768px){.brand-marquee{padding-block:8px}.brand-marquee__track{animation-duration:24s}.brand-marquee__group{gap:27px;padding-right:27px}.brand-marquee span{font-size:.66rem;letter-spacing:.14em}.brand-marquee span::after{right:-17px}}.brand-marquee--top{margin:0;border-top:0}.brand-marquee--top + .hero-slider,.hero-slider + .brand-marquee--bottom{margin-top:0}.site-footer{border-top:4px solid var(--color-orange);background:#252523;color:#fff}.site-footer__content{display:grid;grid-template-columns:1.3fr .7fr .9fr 1.12fr 1.25fr;gap:18px;padding-block:24px 18px}.site-footer section{min-width:0}.site-footer__column{padding-left:16px;border-left:1px solid rgba(255,255,255,.13)}.site-footer h2{margin:0 0 8px;font-size:1.25rem;letter-spacing:-.03em}.site-footer h3{margin:0 0 10px;font-size:.68rem;letter-spacing:.08em;text-transform:uppercase}.site-footer h2::after,.site-footer h3::after{display:block;width:30px;height:2px;margin-top:7px;background:#ff9800;content:''}.site-footer p,.site-footer a{color:#d2d2d2;font-size:.69rem;line-height:1.48}.site-footer p{margin:0 0 6px}.site-footer a{display:block;width:fit-content;margin-bottom:7px;text-decoration:none}.site-footer a:hover{color:#ffb000}.site-footer__brand p{max-width:250px}.site-footer__map iframe{width:100%;height:72px;margin-top:7px;border:0;filter:grayscale(.35) contrast(1.05)}.site-footer__bottom{padding:9px 16px;border-top:1px solid rgba(255,255,255,.1);background:#1d1d1c;color:#aaa;font-size:.62rem;text-align:center}@media (max-width:1050px) and (min-width:769px){.site-footer__content{grid-template-columns:repeat(3,minmax(0,1fr))}.site-footer__brand{grid-column:1/-1;padding-bottom:12px;border-bottom:1px solid rgba(255,255,255,.13)}.site-footer__column{padding-left:0;border-left:0}.site-footer__map{grid-column:1/-1;display:grid;grid-template-columns:1fr minmax(300px,380px);gap:24px;padding-top:14px;border-top:1px solid rgba(255,255,255,.13)}.site-footer__map iframe{height:105px;margin:0}}@media (max-width:768px){.site-footer__content{grid-template-columns:1fr;gap:13px;padding-block:22px 18px}.site-footer__column{padding:13px 0 0;border-top:1px solid rgba(255,255,255,.13);border-left:0}.site-footer__brand p{max-width:none}.site-footer__map iframe{height:150px}}.page-home main{overflow:hidden;background:#fff}.hero-slider,.hero-slider *{box-sizing:border-box}.hero-slider{position:relative;isolation:isolate;width:100%;max-width:100%;height:410px;min-height:410px;max-height:410px;overflow:hidden;background:#030303;color:#fff;font-family:Arial,Helvetica,sans-serif;outline:none}.hero-slider::before{position:absolute;z-index:0;inset:0;pointer-events:none;background:radial-gradient(ellipse at 84% 48%,rgba(255,117,0,.22) 0%,rgba(151,65,5,.13) 28%,transparent 68%),radial-gradient(ellipse at 68% 118%,rgba(255,255,255,.04) 0%,transparent 52%),linear-gradient(100deg,#020202 0%,#050505 48%,#090806 72%,#170a03 100%);content:''}.hero-slider::after{position:absolute;z-index:3;inset:0;pointer-events:none;opacity:.55;background:linear-gradient(113deg,transparent 0%,transparent 36%,rgba(255,128,15,.03) 42%,rgba(255,162,62,.08) 49%,rgba(255,128,15,.025) 56%,transparent 65%,transparent 100%);transform:translateX(-110%);content:''}.hero-slider__slides,.hero-slide{position:absolute;inset:0;width:100%;height:100%}.hero-slide{z-index:1;overflow:hidden;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .45s ease,visibility .45s ease}.hero-slide.is-active{z-index:2;opacity:1;visibility:visible;pointer-events:auto}.hero-slide::before{position:absolute;z-index:0;top:0;right:0;bottom:0;width:61%;pointer-events:none;opacity:.82;background:linear-gradient(114deg,transparent 0%,rgba(255,255,255,.018) 36%,transparent 58%),radial-gradient(ellipse at 70% 48%,rgba(255,118,0,.19) 0%,rgba(255,102,0,.065) 34%,transparent 70%),repeating-linear-gradient(90deg,rgba(255,255,255,.018) 0,rgba(255,255,255,.018) 1px,transparent 1px,transparent 62px),repeating-linear-gradient(0deg,rgba(255,255,255,.013) 0,rgba(255,255,255,.013) 1px,transparent 1px,transparent 62px);clip-path:polygon(16% 0%,100% 0%,100% 100%,0% 100%);content:''}.hero-slide::after{position:absolute;z-index:0;right:-7%;bottom:-36px;width:69%;height:150px;pointer-events:none;opacity:.9;background:radial-gradient(ellipse at center,rgba(0,0,0,.92) 0%,rgba(0,0,0,.54) 38%,transparent 74%);filter:blur(10px);transform:skewX(-10deg);content:''}.hero-slide__content{position:relative;z-index:1;width:100%;height:100%}.hero-slide__copy{position:absolute;z-index:8;top:50%;left:clamp(70px,7.5vw,150px);width:min(590px,43vw);color:#fff;transform:translateY(-50%)}.hero-slide__eyebrow{margin:0 0 7px;color:#ff7800;font-size:clamp(36px,4vw,58px);font-weight:900;line-height:1;letter-spacing:1px;text-transform:uppercase}.hero-slide__copy h1{margin:0 0 10px;color:#fff;font-size:clamp(21px,2.1vw,31px);font-weight:900;line-height:1.08}.hero-slide__description{max-width:560px;margin:0;color:#eee;font-size:clamp(14px,1.2vw,18px);font-weight:400;line-height:1.4}.hero-slide__button{display:inline-flex;min-width:195px;min-height:54px;align-items:center;justify-content:center;margin-top:28px;padding:0 26px;border:0;border-radius:8px;background:#ff7800;box-shadow:0 14px 28px rgba(255,120,0,.25);color:#fff;font-size:16px;font-weight:900;line-height:1;text-decoration:none;transition:transform .18s ease,background .18s ease,box-shadow .18s ease}.hero-slide__button:hover,.hero-slide__button:focus-visible{background:#ff8c1c;box-shadow:0 18px 34px rgba(255,120,0,.35);transform:translateY(-2px)}.hero-slide--control{--hero-desktop-x:0px;--hero-desktop-y:0px;--hero-desktop-zoom:1.14;--hero-mobile-x:-65px;--hero-mobile-y:-4px;--hero-mobile-zoom:1.34}.hero-slide--insulation{--hero-desktop-x:0px;--hero-desktop-y:0px;--hero-desktop-zoom:1.12;--hero-mobile-x:-65px;--hero-mobile-y:30px;--hero-mobile-zoom:1.34}.hero-slide--custom{--hero-desktop-x:0px;--hero-desktop-y:0px;--hero-desktop-zoom:1.14;--hero-mobile-x:0px;--hero-mobile-y:-4px;--hero-mobile-zoom:1.4}.hero-slide__visual{position:absolute;z-index:6;top:50%;right:clamp(42px,6vw,130px);width:min(47vw,730px);height:340px;margin:0;overflow:visible;pointer-events:none;transform:translateY(-50%);isolation:isolate}.hero-slide__visual::before{position:absolute;z-index:-2;top:-17%;right:-14%;bottom:-17%;left:-14%;border-radius:50%;pointer-events:none;opacity:.84;background:radial-gradient(ellipse at center,rgba(255,122,0,.3) 0%,rgba(255,104,0,.12) 34%,rgba(255,94,0,.025) 56%,transparent 76%);filter:blur(18px);content:''}.hero-slide__visual::after{position:absolute;z-index:-1;right:3%;bottom:-5%;left:3%;height:23%;pointer-events:none;opacity:.9;background:radial-gradient(ellipse at center,rgba(0,0,0,.9) 0%,rgba(0,0,0,.48) 40%,transparent 74%);filter:blur(12px);transform:scaleX(.94);content:''}.hero-slide__visual img{position:relative;z-index:2;display:block;width:100%;height:100%;max-width:none;border:0;background:transparent;object-fit:contain;object-position:center;filter:drop-shadow(0 20px 16px rgba(0,0,0,.62)) drop-shadow(0 0 18px rgba(255,120,0,.08));transform:translate(var(--hero-desktop-x),var(--hero-desktop-y)) scale(var(--hero-desktop-zoom));transform-origin:center bottom}.hero-slider__arrow{position:absolute;z-index:20;top:50%;display:flex;width:38px;height:38px;align-items:center;justify-content:center;padding:0;border:0;border-radius:50%;background:rgba(0,0,0,.48);color:#fff;font-size:22px;line-height:1;cursor:pointer;transform:translateY(-50%);transition:background .2s ease,transform .2s ease}.hero-slider__arrow:hover{background:#ff7800;transform:translateY(-50%) scale(1.07)}.hero-slider__arrow--prev{left:18px}.hero-slider__arrow--next{right:18px}.hero-slider__dots{position:absolute;z-index:21;bottom:28px;left:50%;display:flex;gap:8px;transform:translateX(-50%)}.hero-slider__dot{width:10px;height:10px;padding:0;border:0;border-radius:50%;background:rgba(255,255,255,.52);cursor:pointer}.hero-slider__dot.is-active{background:#ff7800}.product-showcase,.product-showcase *{box-sizing:border-box}.product-showcase{--showcase-white:#fff;--showcase-black:#15110d;--showcase-dark:#251a11;--showcase-gray:#5f574f;--showcase-border:#eadfce;--showcase-soft:#fff7ed;--showcase-orange:#ff7a00;--showcase-orange-strong:#f25a00;--showcase-gold:#ffc400;--showcase-shadow:rgba(255,122,0,.16);position:relative;width:100%;max-width:100%;margin:0;padding:48px clamp(18px,2.7vw,34px) 34px;overflow:hidden;background:var(--showcase-white);color:var(--showcase-black);font-family:Arial,Helvetica,sans-serif}.product-showcase + .product-showcase{border-top:1px solid #f4eee6}.product-showcase__header{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;margin-bottom:46px}.section-heading{position:relative;flex:1 1 auto;min-width:0;padding-left:24px}.section-heading::before{position:absolute;top:10px;left:0;width:5px;height:56px;border-radius:20px;background:linear-gradient(180deg,var(--showcase-gold),var(--showcase-orange),var(--showcase-orange-strong));box-shadow:0 0 18px rgba(255,122,0,.32);content:''}.section-heading p{display:flex;min-height:13px;align-items:center;gap:10px;margin:0;color:var(--showcase-orange-strong);font-size:10px;font-weight:900;letter-spacing:5.4px;white-space:nowrap}.section-heading p span{display:block;flex:0 0 16px;width:16px;height:2px;background:linear-gradient(90deg,var(--showcase-orange),var(--showcase-gold))}.section-heading h2{margin:7px 0 0;color:var(--showcase-black);font-size:clamp(40px,4.1vw,48px);font-weight:900;letter-spacing:-2px;line-height:.98}.catalog-link{position:relative;display:inline-flex;flex:0 0 auto;align-items:center;padding:0 0 8px;color:var(--showcase-black);font-size:10px;font-weight:900;letter-spacing:5px;line-height:1.2;text-decoration:none;text-transform:uppercase;white-space:nowrap;transition:color .25s ease}.catalog-link::after{position:absolute;right:0;bottom:0;left:0;height:2px;background:linear-gradient(90deg,var(--showcase-orange),var(--showcase-gold));content:''}.catalog-link:hover{color:var(--showcase-orange-strong)}.catalog-link span{margin-left:8px;color:var(--showcase-orange);font-size:22px;line-height:.7}.product-carousel{width:100%;overflow:hidden;border-top:1px solid var(--showcase-border);border-bottom:1px solid var(--showcase-border);background:var(--showcase-white);cursor:grab;touch-action:pan-y;user-select:none}.product-carousel.is-dragging{cursor:grabbing}.product-carousel__track{display:flex;min-height:288px;transition:transform .35s cubic-bezier(.7,0,.2,1);will-change:transform}.product-card{position:relative;display:flex;flex:0 0 20%;min-width:0;min-height:288px;flex-direction:column;justify-content:space-between;border-left:1px solid var(--showcase-border);background:var(--showcase-white);color:inherit;text-decoration:none;transition:box-shadow .25s ease,transform .25s ease}.product-card:first-child{border-left:0}.product-card::before{position:absolute;top:0;left:0;width:100%;height:3px;opacity:0;background:linear-gradient(90deg,transparent,var(--showcase-orange),var(--showcase-gold),transparent);transition:opacity .25s ease;content:''}.product-card:hover{z-index:2;box-shadow:inset 0 0 0 1px rgba(255,122,0,.16),0 14px 35px var(--showcase-shadow);transform:translateY(-2px)}.product-card:hover::before{opacity:1}.product-card__number{position:absolute;z-index:2;top:10px;right:10px;color:#d9b06f;font-size:10px;font-weight:900}.product-card__image{display:flex;height:185px;align-items:center;justify-content:center;padding:12px;background:radial-gradient(circle at center,rgba(255,196,0,.1),transparent 58%),var(--showcase-white)}.product-card__image img{width:auto;max-width:72%;height:auto;max-height:155px;object-fit:contain;pointer-events:none;transition:transform .25s ease}.product-card:hover .product-card__image img{transform:scale(1.08)}.product-card__body{display:flex;min-height:103px;flex:1 1 auto;flex-direction:column;padding:13px 14px 18px;border-top:1px solid var(--showcase-border);background:linear-gradient(180deg,var(--showcase-white),var(--showcase-soft))}.product-card__body strong{margin:0 0 8px;color:var(--showcase-orange-strong);font-size:18px;font-weight:900;letter-spacing:-1px}.product-card__name{display:-webkit-box;margin:0 0 10px;overflow:hidden;color:var(--showcase-black);font-size:10px;font-weight:800;line-height:1.45;text-transform:uppercase;-webkit-box-orient:vertical;-webkit-line-clamp:2}.product-card__label{display:-webkit-box;margin-top:auto;overflow:hidden;color:#b56b00;font-size:10px;font-weight:900;letter-spacing:2px;line-height:1.3;text-transform:uppercase;-webkit-box-orient:vertical;-webkit-line-clamp:1}.product-showcase__empty{display:grid;min-height:288px;place-items:center;padding:30px;color:var(--showcase-gray);font-size:11px;font-weight:900;letter-spacing:2px;text-align:center;text-transform:uppercase}.product-showcase__controls{display:flex;align-items:center;justify-content:space-between;gap:20px;padding-top:20px}.product-showcase__controls[hidden]{display:none !important}.product-showcase__dots{display:flex;flex-wrap:wrap;align-items:center;gap:5px}.product-showcase__dots button{width:8px;height:3px;padding:0;border:0;background:#ead8bd;cursor:pointer;transition:width .25s ease,background .25s ease}.product-showcase__dots button.is-active{width:32px;background:linear-gradient(90deg,var(--showcase-orange),var(--showcase-gold))}.product-showcase__buttons{display:flex;flex:0 0 auto;gap:8px}.product-showcase__buttons button{height:38px;padding:0 22px;border:1px solid var(--showcase-border);background:var(--showcase-white);color:var(--showcase-gray);cursor:pointer;font-size:10px;font-weight:900;letter-spacing:4px;text-transform:uppercase;transition:border-color .25s ease,color .25s ease,background .25s ease,box-shadow .25s ease}.product-showcase__buttons button:hover{border-color:var(--showcase-orange);color:var(--showcase-orange-strong);box-shadow:0 8px 24px var(--showcase-shadow)}.product-showcase__buttons button:last-child{border-color:var(--showcase-black);background:linear-gradient(135deg,var(--showcase-black),var(--showcase-dark));color:var(--showcase-white)}.product-showcase__buttons button:last-child:hover{border-color:var(--showcase-orange);background:linear-gradient(135deg,var(--showcase-orange-strong),var(--showcase-orange),var(--showcase-gold));color:var(--showcase-black)}@media (max-width:1120px){.product-card{flex-basis:25%}}@media (max-width:980px){.hero-slider{height:350px;min-height:350px;max-height:350px}.hero-slide__copy{left:70px;width:46vw}.hero-slide__eyebrow{font-size:38px}.hero-slide__copy h1{font-size:24px}.hero-slide__visual{right:42px;width:44vw;height:285px}.hero-slide::before{width:66%}}@media (max-width:880px){.product-card{flex-basis:33.333333%}}@media (max-width:768px){.page-home main{background:#000}.hero-slider{width:calc(100% - 28px);height:555px;min-height:555px;max-height:555px;margin:16px auto 0}.hero-slide--control{--hero-mobile-x:-65px;--hero-mobile-y:-4px;--hero-mobile-zoom:1.34}.hero-slide--insulation{--hero-mobile-x:-65px;--hero-mobile-y:30px;--hero-mobile-zoom:1.34}.hero-slide--custom{--hero-mobile-x:0px;--hero-mobile-y:-4px;--hero-mobile-zoom:1.40}.hero-slider::before{background:radial-gradient(ellipse at 76% 78%,rgba(255,115,0,.16) 0%,rgba(255,102,0,.055) 36%,transparent 74%),linear-gradient(155deg,#030303 0%,#080706 55%,#100801 100%)}.hero-slide::before{top:auto;right:-28%;bottom:0;width:102%;height:57%;opacity:.58;background:radial-gradient(ellipse at center,rgba(255,118,0,.16) 0%,rgba(255,100,0,.06) 38%,transparent 74%);clip-path:none}.hero-slide::after{right:-25%;bottom:-28px;width:130%;height:125px;opacity:.72}.hero-slide__copy{top:40px;right:25px;left:28px;width:auto;transform:none}.hero-slide__eyebrow{margin-bottom:8px;font-size:clamp(30px,8.5vw,36px);line-height:1;letter-spacing:.2px}.hero-slide__copy h1{margin-bottom:14px;font-size:clamp(22px,6.2vw,27px);line-height:1.06}.hero-slide__description{max-width:340px;font-size:clamp(16px,4.6vw,18px);line-height:1.38}.hero-slide__button{min-width:190px;min-height:51px;margin-top:22px;padding:0 21px;font-size:16px}.hero-slide__visual{top:auto;right:0;bottom:58px;left:0;width:100%;height:300px;transform:none}.hero-slide__visual::before{top:-10%;right:-20%;bottom:-13%;left:-20%;opacity:.76;filter:blur(14px)}.hero-slide__visual::after{right:5%;bottom:-4%;left:5%;height:20%;opacity:.84}.hero-slide__visual img{object-position:center bottom;filter:drop-shadow(0 16px 13px rgba(0,0,0,.6)) drop-shadow(0 0 15px rgba(255,120,0,.07));transform:translate(var(--hero-mobile-x),var(--hero-mobile-y)) scale(var(--hero-mobile-zoom))}.hero-slider__arrow{top:auto;bottom:6px;width:24px;height:26px;border-radius:0;background:transparent;color:transparent;font-size:0;line-height:0;transform:none}.hero-slider__arrow:hover{background:transparent;transform:none}.hero-slider__arrow::before{display:block;width:7px;height:7px;border:solid #fff;border-width:0 1px 1px 0;content:''}.hero-slider__arrow:hover::before,.hero-slider__arrow:active::before{border-color:#ff7800}.hero-slider__arrow--prev{left:25px}.hero-slider__arrow--prev::before{transform:rotate(135deg)}.hero-slider__arrow--next{right:25px}.hero-slider__arrow--next::before{transform:rotate(-45deg)}.hero-slider__dots{bottom:8px;gap:6px}.hero-slider__dot{width:6px;height:6px}.hero-slider + .brand-marquee--bottom{width:calc(100% - 28px);margin-inline:auto;padding-block:8px}.product-showcase{padding:34px 28px 26px}.product-showcase__header{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:12px;margin-bottom:24px}.section-heading{padding-left:22px}.section-heading::before{top:6px;width:3px;height:43px}.section-heading p{gap:7px;font-size:8px;letter-spacing:2.25px}.section-heading p span{flex-basis:11px;width:11px;height:1px}.section-heading h2{margin-top:5px;font-size:clamp(31px,8.4vw,38px);letter-spacing:-1.5px}.catalog-link{padding-bottom:5px;font-size:8px;letter-spacing:1.55px}.catalog-link span{margin-left:4px;font-size:15px}.product-card{flex-basis:50%;min-height:264px}.product-carousel__track{min-height:264px}.product-card__image{height:156px;padding:10px}.product-card__image img{max-width:78%;max-height:128px}.product-card__body{min-height:108px;padding:11px 11px 13px}.product-card__body strong{margin-bottom:6px;font-size:15px;letter-spacing:-.6px}.product-card__name{margin-bottom:7px;font-size:8px;line-height:1.4;-webkit-line-clamp:3}.product-card__label{font-size:8px;letter-spacing:1.05px;-webkit-line-clamp:2}.product-card__number{top:8px;right:8px;font-size:8px}.product-showcase__controls{display:grid;grid-template-columns:1fr;gap:13px;padding-top:15px}.product-showcase__dots{justify-content:center}.product-showcase__buttons{width:100%}.product-showcase__buttons button{flex:1 1 0;height:36px;padding:0 8px;font-size:8px;letter-spacing:1.55px}}@media (max-width:640px){.product-card{flex-basis:50%}}@media (max-width:420px){.product-showcase{padding:31px 20px 25px}.product-showcase__header{display:flex;flex-direction:column;align-items:flex-start;gap:13px;margin-bottom:23px}.section-heading{padding-left:18px}.section-heading::before{top:6px;width:3px;height:43px}.section-heading p{gap:7px;font-size:8px;letter-spacing:2px}.section-heading p span{flex-basis:11px;width:11px;height:1px}.section-heading h2{margin-top:5px;font-size:clamp(30px,9.5vw,37px);letter-spacing:-1.5px}.catalog-link{align-self:flex-end;padding-bottom:5px;font-size:8px;letter-spacing:1.6px}.catalog-link span{margin-left:4px;font-size:15px}.product-card{flex:0 0 100%;min-height:195px;flex-direction:row;align-items:stretch}.product-carousel__track{min-height:195px}.product-card__image{flex:0 0 40%;width:40%;min-height:195px;height:auto;padding:10px}.product-card__image img{max-width:92%;max-height:138px}.product-card__body{display:flex;min-height:195px;flex:1 1 auto;justify-content:center;padding:13px 12px;border-top:0;border-left:1px solid var(--showcase-border)}.product-card__body strong{margin-bottom:7px;font-size:15px;letter-spacing:-.6px}.product-card__name{margin-bottom:8px;font-size:8px;line-height:1.42;-webkit-line-clamp:3}.product-card__label{margin-top:0;font-size:8px;letter-spacing:1px;-webkit-line-clamp:2}.product-showcase__controls{display:grid;grid-template-columns:1fr;gap:13px;padding-top:15px}.product-showcase__dots{justify-content:center}.product-showcase__buttons{width:100%}.product-showcase__buttons button{flex:1 1 0;height:35px;padding:0 7px;font-size:8px;letter-spacing:1.25px}}@media (max-width:380px){.hero-slider{width:calc(100% - 20px);height:535px;min-height:535px;max-height:535px;margin-top:12px}.hero-slider + .brand-marquee--bottom{width:calc(100% - 20px)}.hero-slide__copy{top:34px;right:20px;left:24px}.hero-slide__eyebrow{font-size:28px}.hero-slide__copy h1{font-size:21px}.hero-slide__description{font-size:15px}.hero-slide__visual{bottom:56px;height:280px}.hero-slider__arrow--prev{left:18px}.hero-slider__arrow--next{right:18px}}@keyframes hero-sweep{0%,48%{opacity:0;transform:translateX(-110%)}56%{opacity:.55}78%,100%{opacity:0;transform:translateX(110%)}}
