.product-page-main{overflow:hidden;background:#fff;color:#171717}
.product-page-current{font-weight:800}
.product-page-container{width:min(calc(100% - 144px),1152px);margin-inline:auto}
.product-page-hero{position:relative;height:500px;overflow:hidden;background:#111;color:#fff}
.product-page-hero-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center}
.product-page-hero-overlay{position:absolute;inset:0;background:var(--hero-overlay);pointer-events:none}
.product-page-hero-inner{position:relative;height:100%}
.product-page-hero-copy{position:absolute;top:47%;left:0;max-width:620px;transform:translateY(-50%)}
.product-page-hero h1{margin:0;color:#fff;font-size:clamp(42px,3.35vw,54px);font-weight:800;line-height:.98;letter-spacing:-1.2px}
.product-page-hero-copy p{max-width:590px;margin:22px 0 0;color:#fff;font-size:clamp(18px,1.4vw,23px);line-height:1.12}
.product-page-specifications{position:absolute;left:0;bottom:58px;display:flex;align-items:center;gap:30px;color:#ededed;font-size:14px}
.product-page-specifications span{display:flex;align-items:center;gap:9px}.product-page-specifications i{width:16px;text-align:center}
.product-page-overview{padding:86px 0 104px;background:#fff}
.product-page-overview-grid{display:grid;grid-template-columns:490px minmax(0,1fr);gap:80px;align-items:center}
.product-page-overview-copy h2{margin:0 0 29px;font-size:34px;line-height:1.05;letter-spacing:-.8px}
.product-page-overview-copy>p{margin:0 0 21px;color:#2a2a2a;font-size:13.5px;line-height:1.34}
.product-page-highlights{display:grid;gap:14px;margin-top:38px}
.product-page-highlights p{margin:0;padding:11px 12px;border-radius:7px;background:var(--red);color:#fff;font-size:13px;line-height:1.16}.product-page-highlights strong{font-weight:800}
.product-page-brand{display:flex;align-items:center;gap:18px;margin-top:54px}.product-page-brand img:first-child{width:140px}.product-page-brand span{height:36px;border-left:1px solid #9a9a9a}.product-page-brand img:last-child{width:68px}
.product-page-overview-image{height:440px;margin:0;display:flex;align-items:center;justify-content:center}.product-page-overview-image img{width:100%;height:100%;object-fit:contain}
.product-page-application{padding:90px 0;background:#a6a6a6;color:#181818}
.product-page-application-grid{display:grid;grid-template-columns:520px minmax(0,1fr);gap:84px;align-items:center}
.product-page-application-image,.product-page-application-video,.product-page-video-frame{height:440px;margin:0;overflow:hidden;background:#fff}.product-page-application-image img,.product-page-application-video img{width:100%;height:100%;object-fit:cover}.product-page-application-video{position:relative;display:block;width:100%;padding:0;border:0;cursor:pointer}.product-page-application-video::after{content:"";position:absolute;inset:0;background:rgba(0,0,0,.28);transition:background .2s ease}.product-page-application-video:hover::after{background:rgba(0,0,0,.38)}.product-page-video-play{position:absolute;z-index:1;top:50%;left:50%;width:76px;height:76px;border-radius:50%;background:#fff;transform:translate(-50%,-50%);box-shadow:0 4px 18px rgba(0,0,0,.25)}.product-page-video-play::after{content:"";position:absolute;top:50%;left:53%;width:0;height:0;border-top:15px solid transparent;border-bottom:15px solid transparent;border-left:23px solid #181818;transform:translate(-50%,-50%)}.product-page-video-frame iframe{display:block;width:100%;height:100%;border:0}
.product-page-application-image--cutout{position:relative;background:transparent}.product-page-application-image--cutout img{position:absolute;top:0;left:-14%;width:120%;height:100%;object-fit:contain}
.product-page-application-copy small{display:block;margin:0 0 20px;font-size:15px;font-weight:500}
.product-page-application-copy h2{margin:0 0 27px;font-size:34px;line-height:1.04;letter-spacing:-.7px}
.product-page-application-copy p{margin:0 0 18px;color:#242424;font-size:13.5px;line-height:1.34}
.product-page-actions{display:flex;gap:14px;margin-top:32px}.product-page-actions a{display:inline-flex;align-items:center;justify-content:center;height:40px;padding:0 17px;border-radius:6px;font-size:13px;font-weight:800;text-decoration:none}
.product-page-action-primary{background:var(--red);color:#fff}.product-page-action-secondary{background:var(--yellow);color:#171717}
.product-page-gallery{padding:66px 0 72px;background:#f3f3f3}.product-page-gallery-inner{width:min(calc(100% - 80px),1320px);margin-inline:auto}.product-page-gallery h2{margin:0 0 50px;font-size:34px;line-height:1;text-align:center;letter-spacing:-.7px}
.product-page-gallery-viewport{overflow:hidden}.product-page-gallery-track{--gallery-distance:0px;display:flex;gap:32px;width:max-content;animation:product-gallery-scroll 42s linear infinite;will-change:transform}.product-page-gallery-grid{display:flex;gap:32px}.product-page-gallery-grid a,.product-page-gallery-grid span{display:block;flex:0 0 clamp(210px,19vw,278px);height:238px;overflow:hidden;border-radius:4px;background:#fff}.product-page-gallery-grid img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .25s ease}.product-page-gallery-grid a:hover img{transform:scale(1.025)}.product-page-gallery:hover .product-page-gallery-track{animation-play-state:paused}@keyframes product-gallery-scroll{to{transform:translateX(calc(-1 * var(--gallery-distance)))}}
.product-page-error{min-height:70vh;display:grid;place-content:center;text-align:center}.product-page-error a{color:var(--red)}
@media(max-width:1199px){.product-page-container{width:min(calc(100% - 80px),980px)}.product-page-overview-grid{grid-template-columns:420px 1fr;gap:55px}.product-page-application-grid{grid-template-columns:450px 1fr;gap:55px}.product-page-application-image,.product-page-application-video,.product-page-video-frame{height:380px}.product-page-gallery-track,.product-page-gallery-grid{gap:20px}.product-page-gallery-grid a,.product-page-gallery-grid span{height:210px}}
@media(max-width:900px){.product-page-container{width:calc(100% - 40px)}.product-page-hero{height:460px}.product-page-overview-grid,.product-page-application-grid{grid-template-columns:1fr;gap:45px}.product-page-overview-image{height:400px}.product-page-application-image,.product-page-application-video,.product-page-video-frame{height:auto;aspect-ratio:4/3}.product-page-gallery-grid a,.product-page-gallery-grid span{flex-basis:clamp(190px,40vw,300px);height:auto;aspect-ratio:4/3}}
@media(max-width:640px){.product-page-container{width:calc(100% - 32px)}.product-page-hero{height:470px}.product-page-hero-copy{top:41%}.product-page-hero h1{font-size:34px}.product-page-hero-copy p{font-size:17px}.product-page-specifications{bottom:34px;display:grid;gap:11px;font-size:13px}.product-page-overview{padding:52px 0 58px}.product-page-overview-copy h2,.product-page-application-copy h2,.product-page-gallery h2{font-size:29px}.product-page-overview-copy>p,.product-page-application-copy p{font-size:13px}.product-page-brand{display:none}.product-page-overview-image{display:none}.product-page-application{padding:55px 0 60px}.product-page-actions{flex-direction:column}.product-page-actions a{width:100%}.product-page-gallery{padding:52px 0 58px}.product-page-gallery-inner{width:calc(100% - 32px)}.product-page-gallery-track,.product-page-gallery-grid{gap:14px}.product-page-main .cta-content h2 br,.product-page-main .cta-content p br{display:block}}
@media(prefers-reduced-motion:reduce){.product-page-gallery-viewport{overflow-x:auto}.product-page-gallery-track{animation:none;transform:none}}
