: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-product{background:#ffffff}.product-page,.product-page *{box-sizing:border-box}.product-page{--tp-black:#11100f;--tp-dark:#21170f;--tp-brown:#b66700;--tp-orange:#ff7600;--tp-orange-strong:#f25300;--tp-gold:#ffc400;--tp-text:#2f2a26;--tp-muted:#776c61;--tp-border:#eadfce;--tp-border-strong:#dcc5a4;--tp-soft:#fff8ef;--tp-shadow:rgba(23,17,12,.10);position:relative;padding:16px 0 72px;overflow:hidden;background:linear-gradient(180deg,#ffffff 0%,#ffffff 70%,#fffaf4 100%);color:var(--tp-black)}.product-page::before{content:"";position:absolute;inset:0 0 auto;height:360px;pointer-events:none;opacity:.42;background-image:linear-gradient(rgba(25,18,13,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(25,18,13,.035) 1px,transparent 1px);background-size:34px 34px;mask-image:linear-gradient(180deg,#000 0%,transparent 100%)}.product-page__container{position:relative;z-index:1;width:min(1260px,calc(100% - 36px));margin:0 auto}.product-navigation{display:flex;align-items:center;justify-content:space-between;gap:24px;min-height:34px;margin-bottom:10px}.product-back-link{display:inline-flex;align-items:center;gap:9px;color:#544b43;font-size:10px;font-weight:800;letter-spacing:.09em;text-decoration:none;text-transform:uppercase;transition:color .18s ease,transform .18s ease}.product-back-link svg{width:29px;height:29px;padding:6px;border:1px solid var(--tp-border-strong);border-radius:999px;color:var(--tp-orange-strong);background:#ffffff;transition:border-color .18s ease,background .18s ease}.product-back-link:hover,.product-back-link:focus-visible{color:var(--tp-orange-strong);transform:translateX(-2px)}.product-back-link:hover svg,.product-back-link:focus-visible svg{border-color:var(--tp-orange);background:#fff4e7}.product-back-link:focus-visible,.product-tab:focus-visible,.product-action:focus-visible,.product-gallery__arrow:focus-visible,.product-gallery__thumbnail:focus-visible,.product-gallery__image-button:focus-visible,.product-document-list a:focus-visible{outline:3px solid rgba(255,118,0,.23);outline-offset:4px}.product-navigation__path{display:inline-flex;align-items:center;gap:8px;color:#8a7e72;font-size:10px;font-weight:700;line-height:1.4;letter-spacing:.08em;text-align:right;text-transform:uppercase}.product-navigation__path span{color:var(--tp-orange)}.product-technical-hero{display:grid;grid-template-columns:minmax(360px,.90fr) minmax(500px,1.10fr);min-height:480px;border:1px solid var(--tp-border);background:#ffffff;box-shadow:0 22px 58px rgba(25,18,13,.07)}.product-overview{position:relative;display:flex;flex-direction:column;min-width:0;padding:clamp(26px,2.8vw,38px);overflow:hidden;border-right:1px solid var(--tp-border);background:linear-gradient(145deg,#ffffff 0%,#fffaf3 100%)}.product-overview::before{content:"";position:absolute;inset:0 auto 0 0;width:5px;background:linear-gradient(180deg,var(--tp-gold),var(--tp-orange),var(--tp-orange-strong))}.product-overview::after{content:"TP";position:absolute;right:-20px;bottom:-52px;color:rgba(255,118,0,.035);font-size:230px;font-weight:900;line-height:1;letter-spacing:-.12em;pointer-events:none}.product-overview__heading,.product-overview__description,.product-overview__selection-note,.product-overview__actions{position:relative;z-index:1}.product-overview__eyebrow{display:flex;align-items:center;gap:10px;margin:0 0 11px;color:var(--tp-orange-strong);font-size:11px;font-weight:900;letter-spacing:.22em;text-transform:uppercase}.product-overview__eyebrow span{width:34px;height:2px;background:linear-gradient(90deg,var(--tp-orange),var(--tp-gold))}.product-overview__brand{margin:0 0 5px;color:var(--tp-orange-strong);font-size:12px;font-weight:900;letter-spacing:.04em;text-transform:uppercase}.product-overview h1{max-width:650px;margin:0;color:var(--tp-black);font-size:clamp(1.95rem,2.75vw,2.95rem);font-weight:900;line-height:1.01;letter-spacing:-.055em;text-wrap:balance}.product-overview__lead{max-width:610px;margin:12px 0 0;color:var(--tp-brown);font-size:clamp(12px,1vw,15px);font-weight:850;line-height:1.45;text-transform:uppercase}.product-overview__description{max-width:620px;max-height:7.1em;margin-top:17px;padding-right:6px;overflow:auto;color:var(--tp-text);font-size:13px;font-weight:500;line-height:1.66;scrollbar-width:thin;scrollbar-color:var(--tp-border-strong) transparent}.product-overview__selection-note{display:grid;grid-template-columns:34px minmax(0,1fr);gap:13px;align-items:start;max-width:620px;margin-top:17px;padding:11px 13px;border:1px solid #f0dac0;border-left:3px solid var(--tp-orange);background:rgba(255,244,231,.78)}.product-overview__selection-note-icon{display:grid;place-items:center;width:30px;height:30px;border:1px solid var(--tp-orange);border-radius:999px;color:var(--tp-orange-strong);font-size:13px;font-weight:900}.product-overview__selection-note p{margin:1px 0 0;color:#514840;font-size:11px;font-weight:700;line-height:1.55}.product-overview__actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:17px}.product-action{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:42px;padding:0 16px;border:1px solid transparent;color:var(--tp-black);font-size:10px;font-weight:900;letter-spacing:.09em;text-decoration:none;text-transform:uppercase;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease,background .18s ease}.product-action svg{width:19px;height:19px;flex:0 0 auto}.product-action--primary{border-color:var(--tp-orange);background:linear-gradient(135deg,var(--tp-orange-strong),var(--tp-orange) 62%,var(--tp-gold));box-shadow:0 12px 28px rgba(255,118,0,.19)}.product-action--secondary{border-color:var(--tp-border-strong);background:#ffffff;color:#3f3731}.product-action:hover{transform:translateY(-2px)}.product-action--primary:hover{box-shadow:0 17px 36px rgba(255,118,0,.27)}.product-action--secondary:hover{border-color:var(--tp-orange);background:var(--tp-soft);color:var(--tp-orange-strong)}.product-gallery{position:relative;display:grid;grid-template-rows:auto minmax(0,1fr) auto;min-width:0;min-height:480px;margin:0;overflow:hidden;background:radial-gradient(circle at 50% 48%,rgba(255,196,0,.10),transparent 37%),linear-gradient(145deg,#ffffff 0%,#fbfaf8 100%)}.product-gallery::before{content:"";position:absolute;inset:0;pointer-events:none;opacity:.36;background-image:linear-gradient(rgba(25,18,13,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(25,18,13,.045) 1px,transparent 1px);background-size:28px 28px;mask-image:radial-gradient(circle at center,#000 0%,transparent 76%)}.product-gallery::after{content:"";position:absolute;inset:0 0 auto;height:4px;background:linear-gradient(90deg,var(--tp-orange-strong),var(--tp-orange),var(--tp-gold))}.product-gallery__technical-mark{position:relative;z-index:2;display:flex;align-items:baseline;justify-content:space-between;gap:18px;padding:16px 24px 0;color:#918477;font-size:9px;font-weight:800;letter-spacing:.16em}.product-gallery__technical-mark span{color:var(--tp-orange-strong);font-size:10px;font-weight:900}.product-gallery__technical-mark small{font-size:inherit;font-weight:inherit}.product-gallery__stage{position:relative;z-index:1;display:grid;place-items:center;min-height:350px;padding:4px 62px 10px}.product-gallery__image-button{position:relative;display:grid;place-items:center;width:100%;min-width:0;height:100%;padding:0;border:0;background:transparent;cursor:zoom-in}.product-gallery__image-button img{display:block;width:min(100%,480px);height:350px;object-fit:contain;transform:none;transform-origin:center;filter:drop-shadow(0 26px 34px rgba(21,17,13,.15));transition:opacity .18s ease,transform .28s ease,filter .28s ease}.product-gallery__image-button:hover img{transform:scale(1.025);filter:drop-shadow(0 31px 42px rgba(21,17,13,.20))}.product-gallery__image-button.is-changing img{opacity:.15;transform:scale(.985)}.product-gallery__zoom-hint{position:absolute;right:2px;bottom:8px;display:inline-flex;align-items:center;gap:7px;padding:8px 10px;border:1px solid var(--tp-border);background:rgba(255,255,255,.82);color:#70655c;font-size:9px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;backdrop-filter:blur(8px)}.product-gallery__zoom-hint svg{width:16px;height:16px;color:var(--tp-orange-strong)}.product-gallery__arrow{position:absolute;top:50%;z-index:4;display:grid;place-items:center;width:42px;height:62px;padding:0;border:0;background:transparent;color:#5a5149;cursor:pointer;transform:translateY(-50%);transition:color .18s ease,background .18s ease,transform .18s ease}.product-gallery__arrow svg{width:26px;height:26px}.product-gallery__arrow--previous{left:16px}.product-gallery__arrow--next{right:16px}.product-gallery__arrow:hover{background:rgba(255,118,0,.08);color:var(--tp-orange-strong)}.product-gallery__arrow--previous:hover{transform:translate(-3px,-50%)}.product-gallery__arrow--next:hover{transform:translate(3px,-50%)}.product-gallery__thumbnails{position:relative;z-index:3;display:flex;align-items:center;justify-content:center;gap:9px;min-height:72px;padding:6px 22px 12px;overflow-x:auto;scrollbar-width:thin;scrollbar-color:var(--tp-orange) transparent}.product-gallery__thumbnail{display:grid;place-items:center;flex:0 0 54px;width:54px;height:54px;padding:5px;border:1px solid var(--tp-border);background:#ffffff;cursor:pointer;transition:border-color .18s ease,transform .18s ease,box-shadow .18s ease}.product-gallery__thumbnail img{display:block;width:100%;height:100%;object-fit:contain}.product-gallery__thumbnail:hover,.product-gallery__thumbnail.is-active{border-color:var(--tp-orange);transform:translateY(-2px);box-shadow:0 9px 20px rgba(255,118,0,.13)}.product-gallery__thumbnail.is-active{box-shadow:inset 0 0 0 1px var(--tp-orange),0 9px 20px rgba(255,118,0,.13)}.product-gallery__placeholder{color:#928579;font-size:13px;font-weight:800}.product-critical-data{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));margin-top:14px;overflow:hidden;border:1px solid #241a13;background:#17110d;box-shadow:0 18px 38px rgba(20,14,10,.12)}.product-critical-data__item{position:relative;display:grid;grid-template-columns:36px minmax(0,1fr);gap:14px;align-items:start;min-width:0;padding:16px 18px;border-left:1px solid rgba(255,255,255,.085)}.product-critical-data__item:first-child{border-left:0}.product-critical-data__item::after{content:"";position:absolute;inset:auto 20px 0;height:2px;background:linear-gradient(90deg,var(--tp-orange-strong),var(--tp-gold));opacity:.88}.product-critical-data__number{color:var(--tp-orange);font-size:10px;font-weight:900;letter-spacing:.12em}.product-critical-data small,.product-critical-data strong{display:block}.product-critical-data small{margin-bottom:7px;color:rgba(255,255,255,.48);font-size:8px;font-weight:850;letter-spacing:.15em;text-transform:uppercase}.product-critical-data strong{color:#ffffff;font-size:11px;font-weight:750;line-height:1.5}.product-technical-sheet{margin-top:20px;border:1px solid var(--tp-border);background:#ffffff;box-shadow:0 20px 46px rgba(25,18,13,.055)}.product-tabs{display:grid;grid-template-columns:1fr 1.28fr 1fr .82fr;background:#21170f}.product-tab{position:relative;display:flex;align-items:center;justify-content:center;gap:10px;min-height:48px;padding:10px 18px;border:0;border-left:1px solid rgba(255,255,255,.055);background:transparent;color:#ffffff;font-family:inherit;font-size:10px;font-weight:850;line-height:1.25;text-align:center;text-transform:uppercase;cursor:pointer;transition:color .18s ease,background .18s ease}.product-tab:first-child{border-left:0}.product-tab span{color:rgba(255,255,255,.36);font-size:9px;letter-spacing:.08em}.product-tab::after{content:"";position:absolute;inset:auto 0 0;height:3px;background:linear-gradient(90deg,var(--tp-orange-strong),var(--tp-orange),var(--tp-gold));opacity:0;transform:scaleX(.25);transition:opacity .18s ease,transform .18s ease}.product-tab:hover{background:rgba(255,255,255,.045)}.product-tab.is-active{background:linear-gradient(120deg,var(--tp-orange-strong),var(--tp-orange) 64%,var(--tp-gold));color:var(--tp-black)}.product-tab.is-active span{color:rgba(17,16,15,.48)}.product-tab.is-active::after{opacity:1;transform:scaleX(1)}.product-panels{min-height:340px;padding:clamp(34px,4vw,54px);background:linear-gradient(145deg,#ffffff 0%,#fffaf4 100%)}.product-panel[hidden]{display:none}.product-panel.is-active{animation:tpProductPanelIn .24s ease both}@keyframes tpProductPanelIn{from{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.product-panel__header{display:grid;grid-template-columns:180px 1fr;gap:24px;align-items:end;margin-bottom:30px;padding-bottom:18px;border-bottom:1px solid var(--tp-border)}.product-panel__header p{margin:0;color:var(--tp-orange-strong);font-size:9px;font-weight:900;letter-spacing:.16em;text-transform:uppercase}.product-panel__header h2{margin:0;color:var(--tp-black);font-size:clamp(1.45rem,2.2vw,2.1rem);font-weight:900;line-height:1.08;letter-spacing:-.035em}.product-feature-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 36px;margin:0;padding:0;list-style:none}.product-feature-list li{position:relative;min-height:48px;padding:13px 0 13px 26px;border-bottom:1px solid #eee5da;color:var(--tp-text);font-size:13px;font-weight:500;line-height:1.55}.product-feature-list li::before{content:"";position:absolute;left:3px;top:21px;width:7px;height:7px;border:2px solid var(--tp-orange);transform:rotate(45deg)}.product-specification-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));margin:0;border-top:1px solid var(--tp-border);border-left:1px solid var(--tp-border)}.product-specification-list>div{display:grid;grid-template-columns:minmax(120px,.7fr) minmax(0,1.3fr);min-height:58px;border-right:1px solid var(--tp-border);border-bottom:1px solid var(--tp-border)}.product-specification-list dt,.product-specification-list dd{display:flex;align-items:center;margin:0;padding:13px 16px}.product-specification-list dt{color:#8b7e72;background:#fffaf3;font-size:9px;font-weight:850;letter-spacing:.08em;text-transform:uppercase}.product-specification-list dd{color:var(--tp-black);font-size:12px;font-weight:750;line-height:1.45}.product-application-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 34px;margin:0;padding:0;list-style:none}.product-application-list li{display:grid;grid-template-columns:44px 1fr;gap:14px;align-items:start;padding:18px 0;border-bottom:1px solid var(--tp-border)}.product-application-list li>span{display:grid;place-items:center;width:38px;height:38px;border:1px solid var(--tp-border-strong);color:var(--tp-orange-strong);font-size:10px;font-weight:900}.product-application-list p{margin:6px 0 0;color:var(--tp-text);font-size:13px;font-weight:500;line-height:1.6}.product-document-list{border-top:1px solid var(--tp-border)}.product-document-list a{display:grid;grid-template-columns:48px 1fr 24px;gap:16px;align-items:center;min-height:76px;padding:12px 16px;border-bottom:1px solid var(--tp-border);color:var(--tp-black);text-decoration:none;transition:background .18s ease,color .18s ease,padding .18s ease}.product-document-list a:hover{padding-left:22px;background:#fff5e8;color:var(--tp-orange-strong)}.product-document-list__icon{display:grid;place-items:center;width:44px;height:44px;border:1px solid var(--tp-border-strong);background:#ffffff;color:var(--tp-orange-strong)}.product-document-list__icon svg{width:22px;height:22px}.product-document-list small,.product-document-list strong{display:block}.product-document-list small{margin-bottom:4px;color:#97897c;font-size:8px;font-weight:850;letter-spacing:.12em}.product-document-list strong{font-size:12px;font-weight:850;line-height:1.4}.product-document-list__arrow{width:20px;height:20px}.product-panel__empty{margin:0;padding:26px;border:1px dashed var(--tp-border-strong);color:#7f7368;font-size:13px;font-weight:600;text-align:center}.product-lightbox[hidden]{display:none}.product-lightbox{position:fixed;inset:0;z-index:999999;display:grid;place-items:center;padding:30px}.product-lightbox__backdrop{position:absolute;inset:0;width:100%;height:100%;border:0;background:rgba(8,7,6,.88);cursor:zoom-out;backdrop-filter:blur(6px)}.product-lightbox__dialog{position:relative;z-index:1;display:grid;place-items:center;width:min(1120px,94vw);height:min(830px,88vh);padding:34px;border:1px solid rgba(255,255,255,.14);background:#ffffff;box-shadow:0 36px 100px rgba(0,0,0,.45)}.product-lightbox__dialog img{display:block;width:100%;height:100%;object-fit:contain}.product-lightbox__close{position:absolute;top:-16px;right:-16px;display:grid;place-items:center;width:42px;height:42px;border:1px solid rgba(255,255,255,.18);border-radius:999px;background:#17110c;color:#ffffff;font-size:26px;line-height:1;cursor:pointer}body.has-product-lightbox{overflow:hidden}.product-overview__title--long{font-size:clamp(1.72rem,2.25vw,2.5rem) !important;line-height:1.02 !important}.product-overview__title--very-long{font-size:clamp(1.48rem,1.9vw,2.08rem) !important;line-height:1.05 !important;letter-spacing:-.04em !important}@media (min-width:901px) and (max-height:840px){.product-page{padding-top:12px}.product-navigation{min-height:30px;margin-bottom:8px}.product-technical-hero,.product-gallery{min-height:452px}.product-overview{padding:24px 30px 26px}.product-overview::after{font-size:180px;bottom:-42px}.product-overview__eyebrow{margin-bottom:9px}.product-overview__lead{margin-top:10px}.product-overview__description{max-height:6.7em;margin-top:14px}.product-overview__selection-note,.product-overview__actions{margin-top:14px}.product-gallery__technical-mark{padding-top:13px}.product-gallery__stage{min-height:326px}.product-gallery__image-button img{width:min(100%,450px);height:326px}.product-gallery__thumbnails{min-height:66px;padding-bottom:9px}.product-critical-data__item{padding-block:14px}}@media (max-width:1080px){.product-technical-hero{grid-template-columns:minmax(350px,.92fr) minmax(470px,1.08fr)}.product-overview{padding:32px 30px}.product-gallery__stage{padding-inline:58px}.product-gallery__image-button img{width:min(100%,460px);height:350px}}@media (max-width:900px){.product-page{padding-top:20px}.product-technical-hero{grid-template-columns:1fr}.product-gallery{order:-1;min-height:470px;border-bottom:1px solid var(--tp-border)}.product-overview{border-right:0}.product-gallery__stage{min-height:360px}.product-gallery__image-button img{height:350px}.product-critical-data{grid-template-columns:repeat(2,minmax(0,1fr))}.product-critical-data__item:nth-child(3){border-left:0;border-top:1px solid rgba(255,255,255,.085)}.product-critical-data__item:nth-child(4){border-top:1px solid rgba(255,255,255,.085)}.product-tabs{grid-template-columns:repeat(2,minmax(0,1fr))}.product-tab:nth-child(3){border-left:0;border-top:1px solid rgba(255,255,255,.055)}.product-tab:nth-child(4){border-top:1px solid rgba(255,255,255,.055)}}@media (max-width:680px){.product-page{padding:14px 0 58px}.product-page__container{width:min(100% - 20px,1240px)}.product-navigation{align-items:flex-start;margin-bottom:12px}.product-navigation__path{display:none}.product-back-link{font-size:9px}.product-technical-hero{min-height:0}.product-gallery{min-height:385px}.product-gallery__technical-mark{padding:18px 18px 0}.product-gallery__technical-mark small{display:none}.product-gallery__stage{min-height:290px;padding:6px 38px 8px}.product-gallery__image-button img{width:100%;height:290px;transform:none}.product-gallery__image-button:hover img{transform:none}.product-gallery__zoom-hint{right:-25px;bottom:0;padding:7px}.product-gallery__zoom-hint span{display:none}.product-gallery__arrow{width:34px;height:50px}.product-gallery__arrow--previous{left:2px}.product-gallery__arrow--next{right:2px}.product-gallery__thumbnails{min-height:78px;padding:8px 16px 18px}.product-gallery__thumbnail{flex-basis:54px;width:54px;height:54px}.product-overview{padding:27px 23px 30px}.product-overview h1{font-size:clamp(1.8rem,9vw,2.45rem)}.product-overview__lead{font-size:13px}.product-overview__description{margin-top:22px;font-size:13px;line-height:1.7}.product-overview__selection-note{grid-template-columns:30px minmax(0,1fr);margin-top:22px;padding:13px 14px}.product-overview__selection-note-icon{width:27px;height:27px}.product-overview__actions,.product-action{width:100%}.product-critical-data{grid-template-columns:1fr}.product-critical-data__item,.product-critical-data__item:nth-child(3),.product-critical-data__item:nth-child(4){grid-template-columns:32px minmax(0,1fr);gap:12px;padding:17px 16px;border-left:0;border-top:1px solid rgba(255,255,255,.085)}.product-critical-data__item:first-child{border-top:0}.product-tabs{grid-template-columns:1fr}.product-tab,.product-tab:nth-child(3),.product-tab:nth-child(4){justify-content:flex-start;min-height:48px;padding-inline:18px;border-left:0;border-top:1px solid rgba(255,255,255,.055);text-align:left}.product-tab:first-child{border-top:0}.product-panels{min-height:280px;padding:30px 22px}.product-panel__header{grid-template-columns:1fr;gap:7px;margin-bottom:22px}.product-feature-list,.product-specification-list,.product-application-list{grid-template-columns:1fr}.product-specification-list>div{grid-template-columns:110px minmax(0,1fr)}.product-lightbox{padding:12px}.product-lightbox__dialog{width:100%;height:78vh;padding:18px}.product-lightbox__close{top:8px;right:8px}}@media (max-width:390px){.product-gallery__stage{min-height:270px}.product-gallery__image-button img{height:265px}.product-specification-list>div{grid-template-columns:1fr}.product-specification-list dt{padding-bottom:5px}.product-specification-list dd{padding-top:5px}}@media (prefers-reduced-motion:reduce){.product-back-link,.product-back-link svg,.product-action,.product-gallery__image-button img,.product-gallery__arrow,.product-gallery__thumbnail,.product-tab,.product-tab::after,.product-document-list a{transition:none}.product-panel.is-active{animation:none}}.product-action--analysis{border-color:#211812;background:#211812;color:#ffffff;cursor:pointer}.product-action--analysis:hover{border-color:var(--tp-orange);background:#17110d;box-shadow:0 14px 30px rgba(28,19,13,.18)}
