:root{color:#f7f3ea;background:#090909;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-synthesis:none;line-height:1.5;text-rendering:optimizeLegibility}*{box-sizing:border-box}html{min-width:320px;scroll-behavior:smooth;background:#090909}body{min-width:320px;min-height:100vh;margin:0;background:radial-gradient(circle at top left,rgba(230,145,30,.12),transparent 32rem),linear-gradient(135deg,#090909,#111213 58%,#160f07)}button,input,textarea,select{font:inherit}button{cursor:pointer}a{color:inherit}.page-shell{min-height:100vh}.site-header{position:sticky;top:0;z-index:20;display:flex;min-height:74px;align-items:center;justify-content:space-between;gap:2rem;padding:0 6vw;border-bottom:1px solid rgba(245,161,34,.38);background:#080808eb;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.header-light-line{position:sticky;top:74px;z-index:19;height:3px;overflow:hidden;background:linear-gradient(90deg,#f5a12214,#f5a122 18%,#ff7a18,#f5a122 82%,#f5a12214);box-shadow:0 0 12px #f57e1873}.header-light-line:after{position:absolute;top:-9px;bottom:-9px;left:-22%;width:22%;content:"";background:radial-gradient(ellipse at center,#ffffffeb,#ffb652f2 18%,#ff6f149e 42%,#ff6f1400 72%);filter:blur(1px);animation:headerLightSweep 4.2s linear infinite}.brand{display:inline-flex;align-items:center;gap:.9rem;color:#f7f3ea;font-weight:800;letter-spacing:0;text-decoration:none;text-transform:uppercase;white-space:nowrap}.brand-logo{display:block;width:clamp(160px,22vw,245px);height:auto}.brand-text{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.header-phone{max-width:520px;margin:0 auto 0 0;color:#f5a122;font-size:clamp(.78rem,1vw,.92rem);font-weight:400;line-height:1.25;letter-spacing:0;white-space:normal}.site-nav{display:flex;align-items:center;justify-content:flex-end;gap:clamp(1rem,3vw,2.2rem)}.site-nav a{display:inline-flex;min-height:42px;align-items:center;justify-content:center;flex-direction:column;color:#d8d0c4;font-size:.9rem;font-weight:700;line-height:1.08;letter-spacing:0;text-align:center;text-decoration:none}.site-nav a:hover,.site-nav a.is-active{color:#f5a122}.banner-carousel{position:relative;height:clamp(180px,16.67vw,320px);overflow:hidden;background:#090909}.banner-triptych{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:2px;padding:2px;background:linear-gradient(90deg,#f5a1222e,#f5a12275,#f5a1222e),#090909}.banner-slide{position:relative;margin:0;overflow:hidden;opacity:.84;transform:scale(1);transform-origin:center;animation:bannerFocus 12s infinite;background:#050505;will-change:transform,opacity,filter}.banner-slide:nth-child(2){animation-delay:4s}.banner-slide:nth-child(3){animation-delay:8s}.banner-slide img{display:block;width:100%;height:100%;object-fit:contain;object-position:center;transform:scale(.94)}.banner-slide:after{position:absolute;inset:auto 0 0;height:18%;content:"";background:linear-gradient(to top,rgba(9,9,9,.68),transparent);pointer-events:none}.banner-carousel:before{position:absolute;right:0;bottom:0;left:0;z-index:5;height:3px;content:"";background:linear-gradient(90deg,#f5a12214,#f5a122 18%,#ff7a18,#f5a122 82%,#f5a12214);box-shadow:0 0 12px #f57e1873}.banner-carousel:after{position:absolute;right:-22%;bottom:-9px;z-index:6;width:22%;height:21px;content:"";background:radial-gradient(ellipse at center,#ffffffeb,#ffb652f2 18%,#ff6f149e 42%,#ff6f1400 72%);filter:blur(1px);pointer-events:none;animation:bannerBottomLightSweep 4.2s linear infinite}@keyframes bannerFocus{0%,20%{z-index:2;opacity:1;filter:brightness(1.08) contrast(1.04);transform:scale(1.035)}28%,to{z-index:1;opacity:.76;filter:brightness(.72) contrast(.95);transform:scale(1)}}@keyframes headerLightSweep{0%{transform:translate(0)}to{transform:translate(560%)}}@keyframes bannerBottomLightSweep{0%{transform:translate(0)}to{transform:translate(-560%)}}.products-section{padding:clamp(3.2rem,7vw,5.5rem) 6vw}.section-heading{max-width:1120px;margin:0 auto 1.5rem}.eyebrow{margin:0 0 .8rem;color:#f5a122;font-size:.82rem;font-weight:800;letter-spacing:0;text-transform:uppercase}h1,h2,h3,p{margin-top:0}h1{max-width:760px;margin-bottom:.85rem;color:#fff8ed;font-size:clamp(2.15rem,4.8vw,4.25rem);line-height:1;letter-spacing:0}.section-heading p:last-child{max-width:650px;margin-bottom:0;color:#d8d0c4;font-size:clamp(1rem,2vw,1.14rem)}.products-grid{display:grid;max-width:1120px;margin:0 auto;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.product-card{display:flex;min-height:290px;flex-direction:column;padding:clamp(1.3rem,3vw,1.8rem);border:1px solid rgba(245,161,34,.55);border-radius:8px;background:#0e0e0ec7;box-shadow:0 20px 50px #0000003d}.product-card-media{display:flex;height:190px;margin:.25rem 0 1.15rem;align-items:center;justify-content:center;border-radius:6px;background:radial-gradient(circle at center,rgba(245,161,34,.14),transparent 62%)}.product-card-media img{display:block;width:auto;max-width:100%;max-height:204px;object-fit:contain;filter:drop-shadow(0 18px 18px rgba(0,0,0,.48))}.product-card-gallery{gap:.75rem}.product-card-gallery img{width:calc(50% - .38rem);max-height:180px}.product-card h2{margin-bottom:.85rem;color:#fff8ed;font-size:1.35rem;line-height:1.16}.product-card p{margin-bottom:1.4rem;color:#d8d0c4}.product-card strong{margin-top:auto;color:#f5a122;font-size:1.08rem}.product-card button{width:100%;min-height:46px;margin-top:1.2rem;border:0;border-radius:6px;background:#f5a122;color:#17110a;font-weight:800}.product-card button:hover{background:#ffb84a}.card-link,.contact-button{display:inline-flex;min-height:46px;align-items:center;justify-content:center;margin-top:1.2rem;border-radius:6px;background:#f5a122;color:#17110a;font-weight:800;line-height:1.08;text-align:center;text-decoration:none}.card-link{width:100%;margin-top:auto;padding:.72rem 1rem}.contact-button{min-width:150px;min-height:56px;flex-direction:column;padding:.62rem 1.65rem;font-size:1.05rem}.card-link:hover,.contact-button:hover{background:#ffb84a}.category-page{padding:clamp(2rem,5vw,4rem) 6vw clamp(3.2rem,7vw,5.5rem)}.category-hero{display:grid;max-width:1240px;margin:0 auto;grid-template-columns:minmax(0,.82fr) minmax(360px,1.18fr);gap:clamp(1.5rem,4vw,3rem);align-items:center}.category-copy p:last-child{max-width:620px;white-space:pre-line;margin-bottom:0;color:#d8d0c4;font-size:clamp(1rem,2vw,1.16rem)}.category-hero img{display:block;width:100%;border:1px solid rgba(245,161,34,.42);border-radius:8px;background:#050505;box-shadow:0 24px 70px #00000059}.category-details{display:grid;max-width:1240px;margin:clamp(2rem,5vw,3.5rem) auto 0;padding:clamp(1.3rem,3vw,1.8rem);grid-template-columns:minmax(0,1fr) minmax(220px,320px);gap:clamp(1.5rem,4vw,3rem);align-items:start;border:1px solid rgba(245,161,34,.55);border-radius:8px;background:#0e0e0ec7}.category-details h2{margin-bottom:1rem;color:#fff8ed;font-size:clamp(1.4rem,2.8vw,2rem)}.category-details ul{display:grid;margin:0;padding:0;gap:.8rem;color:#d8d0c4;list-style:none}.category-details li{position:relative;padding-left:1.35rem}.category-details li:before{position:absolute;top:.62rem;left:0;width:7px;height:7px;content:"";border-radius:50%;background:#f5a122;box-shadow:0 0 12px #f5a122bf}.technical-details{color:#d8d0c4}.technical-details h3{margin:1.4rem 0 .75rem;color:#f5a122;font-size:1.05rem}.technical-details h3:first-child{margin-top:0}.technical-details p{margin-bottom:.9rem}.technical-details ol{display:grid;margin:0 0 1.3rem;padding-left:1.25rem;gap:.55rem}.technical-details dl{display:grid;margin:0;gap:.55rem}.technical-details dl div{display:grid;grid-template-columns:minmax(210px,.62fr) minmax(0,1fr);gap:1rem;padding:.7rem 0;border-bottom:1px solid rgba(245,161,34,.18)}.technical-details dt{color:#fff8ed;font-weight:800}.technical-details dd{margin:0}.product-photo-strip{position:sticky;top:105px;align-self:start;display:grid;height:calc(100vh - 130px);min-height:560px;gap:1rem}.product-photo{display:flex;min-height:0;margin:0;align-items:center;justify-content:center;overflow:hidden;border-radius:8px;background:radial-gradient(circle at center,rgba(245,161,34,.18),transparent 58%),#070707}.product-photo img{display:block;width:min(100%,250px);max-height:100%;object-fit:contain;filter:drop-shadow(0 24px 24px rgba(0,0,0,.5))}.product-photo-strip.is-compact{position:static;width:min(100%,320px);height:auto;min-height:0;justify-self:end}.product-photo-strip.is-compact .product-photo{min-height:0;aspect-ratio:1 / .72;padding:1rem}.product-photo-strip.is-compact .product-photo img{width:100%;max-width:260px;max-height:230px}.site-footer{padding:1.6rem 6vw;border-top:1px solid rgba(245,161,34,.35);color:#d8d0c4;background:#0808089e}.footer-contact{display:grid;max-width:1240px;margin:0 auto;gap:.35rem}.footer-contact span{color:#f5a122;font-weight:800;text-transform:uppercase}.footer-contact address{margin:0;color:#d8d0c4;font-style:normal;line-height:1.55}.footer-contact a{color:#fff8ed;text-decoration:none}.footer-contact a:hover{color:#f5a122}.sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media (max-width: 1100px){.site-header{display:grid;grid-template-columns:minmax(190px,.72fr) minmax(260px,1fr);gap:.85rem 1.2rem;padding-block:.8rem}.brand-logo{width:clamp(170px,28vw,230px)}.header-phone{max-width:none;margin:0;justify-self:end;text-align:right}.site-nav{grid-column:1 / -1;width:100%;justify-content:space-between;gap:.5rem}.site-nav a{min-width:112px;min-height:48px;padding:.35rem .45rem;border-radius:6px;background:#ffffff08}.header-light-line{top:133px}.products-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product-card:last-child{grid-column:1 / -1}.product-card:last-child .product-card-gallery img{max-height:220px}.category-hero{grid-template-columns:1fr}.category-hero img{max-height:360px;object-fit:contain}}@media (max-width: 860px){.site-header{position:relative;display:flex;align-items:stretch;flex-direction:column;gap:.85rem;min-height:0;padding-block:.9rem}.brand{justify-content:center}.brand-logo{width:min(100%,220px)}.header-phone{max-width:100%;margin:0;text-align:center;white-space:normal}.site-nav{display:grid;width:100%;grid-template-columns:repeat(4,minmax(0,1fr));justify-content:stretch;gap:.45rem;overflow:visible;padding-bottom:0}.site-nav a{min-width:0;min-height:48px;font-size:.78rem}.header-light-line{position:relative;top:auto}.banner-carousel{height:auto}.banner-triptych{grid-template-columns:1fr;min-height:0}.banner-slide{aspect-ratio:16 / 7}.banner-slide img{transform:scale(.98)}.products-grid{grid-template-columns:1fr}.product-card:last-child{grid-column:auto}.category-hero,.category-details{grid-template-columns:1fr}.technical-details dl div{grid-template-columns:1fr;gap:.25rem}.product-photo-strip{position:static;height:auto;min-height:0}.product-photo{min-height:260px}.product-photo-strip.is-compact{width:100%;justify-self:stretch}.product-photo-strip.is-compact .product-photo{aspect-ratio:16 / 10}}@media (max-width: 560px){.site-header,.category-page,.products-section,.site-footer{padding-inline:1rem}.site-header{padding-block:.75rem}.brand-logo{width:min(100%,190px)}.header-phone{font-size:.76rem}.site-nav{grid-template-columns:repeat(2,minmax(0,1fr))}.site-nav a{min-height:44px;font-size:.8rem}.banner-slide{aspect-ratio:16 / 8.5}.products-section{padding-block:2.5rem}.product-card{min-height:0}.product-card-media{height:170px}.product-card-gallery{flex-direction:column;height:auto;min-height:260px}.product-card-gallery img{width:100%;max-height:126px}.category-page{padding-block:2rem 3rem}.category-details{padding:1rem}.technical-details ol{padding-left:1.1rem}.contact-button{width:100%}.footer-contact address{font-size:.94rem}}@media (max-width: 380px){.site-nav a{font-size:.74rem}.product-card h2{font-size:1.18rem}.category-copy p:last-child,.technical-details,.category-details ul{font-size:.95rem}}@media (prefers-reduced-motion: reduce){html{scroll-behavior:auto}.banner-slide{animation:none;opacity:1;filter:none}.header-light-line:after{animation:none}.banner-carousel:after{animation:none}}
