:root{--bg: #000;--fg: #fff;--muted: #8a8a8a;--line: #2a2a2a;--line-strong: #fff;--burn: #ffffff;--maxw: 1200px;--mono: ui-monospace, "SF Mono", "SFMono-Regular", Menlo, Consolas, "Roboto Mono", monospace;--sans: var(--mono)}*{box-sizing:border-box;margin:0;padding:0}html,body{max-width:100%}img,video{max-width:100%;height:auto}*{scrollbar-width:thin;scrollbar-color:var(--line) transparent}*::-webkit-scrollbar{width:10px;height:10px}*::-webkit-scrollbar-track{background:transparent}*::-webkit-scrollbar-thumb{background:var(--line);border-radius:6px}*::-webkit-scrollbar-thumb:hover{background:var(--muted)}html{scroll-behavior:smooth}html{scrollbar-width:none}html::-webkit-scrollbar{display:none}body{font-family:var(--sans);color:var(--fg);background:var(--bg);line-height:1.55;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;overflow-x:hidden}.container{width:100%;max-width:var(--maxw);margin:0 auto;padding:0 28px}h1,h2,h3{font-weight:700;letter-spacing:-.01em;line-height:1.05}h2{font-size:clamp(2rem,5vw,3.4rem);letter-spacing:-.01em}h3{font-size:1.25rem;letter-spacing:0}.display{font-size:clamp(3rem,12vw,8.2rem);line-height:.98;letter-spacing:-.02em}.display.sm{font-size:clamp(2.6rem,7vw,4.5rem)}.outline{color:transparent;-webkit-text-stroke:1.5px var(--fg);text-stroke:1.5px var(--fg)}.eyebrow,.index-line,.fine,.tag,.num,.logo,.nav-links a,.gallery figcaption,.meta-list span,.footer-links a,.contact-form label span{font-family:var(--mono);text-transform:uppercase;letter-spacing:.12em}.eyebrow,.index-line{font-size:.72rem;color:var(--muted)}.lead{font-size:clamp(1rem,1.4vw,1.2rem);color:#cfcfcf;max-width:52ch}.fine{font-size:.68rem;color:var(--muted)}.hero-specs{font-family:var(--mono);font-size:.8rem;color:var(--muted);margin-top:10px}.btn{display:inline-block;background:var(--fg);color:var(--bg);padding:15px 28px;font-family:var(--mono);font-size:.78rem;font-weight:500;text-transform:uppercase;letter-spacing:.1em;text-decoration:none;border:1.5px solid var(--fg);cursor:pointer;transition:background .18s,color .18s}.btn:hover,.btn-ghost{background:transparent;color:var(--fg)}.btn-ghost:hover{background:var(--fg);color:var(--bg)}.btn-block{width:100%;text-align:center}.site-header{position:sticky;top:0;z-index:50;background:#000000d9;backdrop-filter:blur(8px);border-bottom:1px solid var(--line)}.nav{display:flex;align-items:center;justify-content:space-between;height:70px;padding:0 20px;max-width:none}.back-home-bar{padding:18px 28px 0}.back-home{display:inline-flex;align-items:center;gap:6px;font-family:var(--mono);font-size:.78rem;letter-spacing:.05em;text-transform:uppercase;color:var(--muted);text-decoration:none;padding:11px 16px;border:1px solid var(--line);transition:color .15s,border-color .15s}.back-home:hover{color:var(--fg);border-color:var(--fg)}.logo{font-size:.85rem;color:var(--fg);text-decoration:none;display:flex;align-items:center}.logo img{height:34px;width:auto;display:block}.logo-text img{height:clamp(18px,5vw,30px)}.nav-links{display:flex;gap:26px}.nav-links a{font-size:.72rem;color:var(--muted);text-decoration:none;transition:color .15s}.nav-links a:hover{color:var(--fg)}.nav-toggle{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:6px}.nav-toggle span{width:24px;height:2px;background:var(--fg);transition:transform .25s ease,opacity .2s ease}.nav-toggle[aria-expanded=true] span:nth-child(1){transform:translateY(7px) rotate(45deg)}.nav-toggle[aria-expanded=true] span:nth-child(2){opacity:0}.nav-toggle[aria-expanded=true] span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}@media (prefers-reduced-motion: reduce){.nav-toggle span{transition:none}}.placeholder{display:flex;align-items:center;justify-content:center;background:repeating-linear-gradient(45deg,#0d0d0d,#0d0d0d 14px,#141414 14px 28px);border:1px solid var(--line-strong);color:var(--muted);font-family:var(--mono);font-size:.72rem;letter-spacing:.18em;text-transform:uppercase;text-align:center}.placeholder-wide{aspect-ratio:21 / 9;width:100%}.placeholder-square{aspect-ratio:1 / 1;width:100%}.about-photo{overflow:hidden;border:1px solid var(--line-strong)}.about-photo img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.hero{position:relative;height:100vh;height:100dvh;min-height:560px;overflow:hidden;display:flex;align-items:center;text-align:center}.hero-video{position:absolute;top:0;left:0;width:100%;height:130%;z-index:0;will-change:transform}.hero-video-frame{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;pointer-events:none;border:none}.hero-overlay{position:absolute;inset:0;z-index:1;background:radial-gradient(130% 100% at 50% 38%,#0000004d,#000c)}.hero-inner{position:relative;z-index:2;width:100%}.index-line{margin-bottom:22px}.hero-title{font-size:clamp(3rem,11vw,8rem);margin-bottom:22px}.hero-title-logo{display:block;width:clamp(180px,58vw,820px);max-width:100%;height:auto;margin:0 auto;transform:translate(clamp(8px,2.5vw,12px))}.hero-lead{margin:0 auto 34px;max-width:44ch}.hero-actions{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}.scroll-hint{position:absolute;bottom:26px;left:50%;z-index:2;font-family:var(--mono);font-size:.66rem;letter-spacing:.22em;color:var(--fg);text-decoration:none;opacity:.8;animation:bob 2s ease-in-out infinite}.scroll-hint:hover{opacity:1}@keyframes bob{0%,to{transform:translate(-50%)}50%{transform:translate(-50%,6px)}}@media (prefers-reduced-motion: reduce){.scroll-hint{animation:none;transform:translate(-50%)}}.scroll-ruler{position:fixed;top:96px;bottom:40px;right:20px;width:25px;pointer-events:none;z-index:60}.ruler-tick{position:absolute;right:0;width:9px;height:1px;background:#ffffff47;transform:translateY(-50%);transition:width .2s ease-out}.ruler-tick.near-2{width:12px;background:#fff;box-shadow:0 0 4px #ffffff80}.ruler-tick.near-1{width:18px;background:#fff;box-shadow:0 0 6px #ffffffb3}.ruler-tick.active{width:25px;background:#fff;box-shadow:0 0 9px #ffffffe6}@media (max-width: 760px){.scroll-ruler{display:none}}.section{padding:100px 28px;border-top:1px solid var(--line)}.section-head{margin-bottom:56px}.section-head .lead{max-width:none;white-space:nowrap}.section-head .eyebrow{margin-bottom:16px}.explorer{position:relative}.selector{display:flex;flex-direction:column;gap:26px;margin-bottom:40px}.sel-group{display:flex;flex-direction:column;gap:14px}.sel-label{font-family:var(--mono);font-size:.66rem;letter-spacing:.18em;color:var(--muted)}.sel-btns{display:flex;flex-wrap:wrap;gap:10px}.chip{display:inline-block;font-family:var(--mono);font-size:.8rem;letter-spacing:.06em;padding:11px 18px;border:1px solid var(--fg);background:transparent;color:var(--fg);text-decoration:none;cursor:pointer;transition:background .15s,color .15s}.chip:hover{background:#ffffff1a}.chip.is-on{background:var(--fg);color:var(--bg)}.chip .u{opacity:.55}.chip-soon{border-style:dashed;border-color:var(--line);color:var(--muted);cursor:default}.chip-soon:hover{background:transparent}.sel-caption{font-size:.82rem;color:var(--muted)}.sel-caption a{color:var(--fg)}.applications-section .section-head{margin-bottom:40px}.applications-marquee{display:flex;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,transparent,#000 6%,#000 94%,transparent);mask-image:linear-gradient(90deg,transparent,#000 6%,#000 94%,transparent)}.applications-track{display:flex;align-items:center;flex-shrink:0;gap:22px;padding-right:22px;animation:applications-scroll 95s linear infinite}.applications-item{font-family:var(--mono);font-size:.95rem;letter-spacing:.04em;white-space:nowrap;padding:12px 22px;border:1px solid var(--line)}.applications-dot{color:var(--muted)}@keyframes applications-scroll{0%{transform:translate(0)}to{transform:translate(-100%)}}@media (prefers-reduced-motion: reduce){.applications-track{animation:none}.applications-track[aria-hidden=true]{display:none}}.stage{position:relative;min-height:380px}.mat-card{position:absolute;inset:0;opacity:0;transform:translate(44px);transition:opacity .5s ease,transform .5s ease;pointer-events:none;z-index:1;perspective:1100px}.mat-card.active{opacity:1;transform:none;pointer-events:auto;z-index:3}.mat-card.leaving{opacity:0;transform:translate(-44px);z-index:2}.mat-card{--heat: 0}.mat-tilt{position:absolute;inset:0;border:1px solid var(--line);background:#070707;overflow:hidden;transition:transform .18s ease-out,box-shadow .18s ease-out;will-change:transform}.mat-tilt:after{content:"";position:absolute;inset:0;z-index:1;pointer-events:none;background:radial-gradient(circle at var(--gx, 50%) var(--gy, 50%),rgba(255,255,255,.12),rgba(255,255,255,0) 45%);opacity:0;transition:opacity .3s ease}.mat-card.active.tilting .mat-tilt:after{opacity:1}.mat-tex{position:absolute;inset:0;z-index:0}.mat-inner{position:relative;z-index:2;height:100%;padding:38px;display:flex;flex-direction:column}.mat-inner.heating{filter:brightness(calc(.98 + var(--heat) * .12)) saturate(calc(.98 + var(--heat) * .45)) drop-shadow(0 0 calc(4px * var(--heat)) rgba(255,186,92,.32))}.mat-tag{font-family:var(--mono);font-size:.66rem;letter-spacing:.16em;color:rgba(255,240,220,calc(.7 + var(--heat) * .2))}.mat-title{font-size:clamp(2rem,5vw,3.2rem);letter-spacing:-.01em;margin:14px 0 18px;color:var(--fg);text-shadow:0 0 calc(10px * var(--heat)) rgba(255,190,96,.7),0 0 calc(24px * var(--heat)) rgba(255,122,43,.18)}.mat-desc{font-size:clamp(.92rem,1.5vw,1.15rem);color:rgba(235,235,235,calc(.84 + var(--heat) * .08));max-width:66%;text-shadow:0 0 calc(6px * var(--heat)) rgba(255,160,68,.12)}.mat-desc em{display:block;margin-bottom:8px;font-style:italic}.mat-art{position:absolute;top:50%;right:40px;transform:translateY(-50%);width:140px;height:140px;color:rgba(255,255,255,calc(.76 + var(--heat) * .18));pointer-events:none;filter:drop-shadow(0 0 calc(6px * var(--heat)) rgba(255,148,48,.16))}.mat-art .art-svg{width:100%;height:100%;display:block}.mat-art-logo{padding:14px}.mat-art-logo img.art-svg{object-fit:contain}.wl-card .art-svg{overflow:visible}.wave-clip-wrap{clip-path:url(#wave-clip)}.wave-scroll path{stroke-linecap:butt}.wave-scroll{transform-box:fill-box;transform-origin:0 0;animation:wave-flow 2.6s linear infinite}@keyframes wave-flow{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (prefers-reduced-motion: reduce){.wave-scroll{animation:none;transform:none}}.wave-dot{animation-duration:2.6s;animation-timing-function:linear;animation-iteration-count:infinite}#card-co2 .wave-dot{animation-name:wave-dot-co2}#card-fiber .wave-dot{animation-name:wave-dot-fiber}#card-diode .wave-dot{animation-name:wave-dot-diode}#card-uv .wave-dot{animation-name:wave-dot-uv}@media (prefers-reduced-motion: reduce){.wave-dot{animation:none;cy:50px}}@keyframes wave-dot-co2{0.000%{cy:50px}0.500%{cy:48.995px}1.000%{cy:47.995px}1.500%{cy:47.002px}2.000%{cy:46.021px}2.500%{cy:45.056px}3.000%{cy:44.11px}3.500%{cy:43.188px}4.000%{cy:42.292px}4.500%{cy:41.427px}5.000%{cy:40.595px}5.500%{cy:39.801px}6.000%{cy:39.047px}6.500%{cy:38.337px}7.000%{cy:37.672px}7.500%{cy:37.056px}8.000%{cy:36.491px}8.500%{cy:35.979px}9.000%{cy:35.523px}9.500%{cy:35.124px}10.000%{cy:34.783px}10.500%{cy:34.503px}11.000%{cy:34.283px}11.500%{cy:34.126px}12.000%{cy:34.032px}12.500%{cy:34px}13.000%{cy:34.032px}13.500%{cy:34.126px}14.000%{cy:34.283px}14.500%{cy:34.503px}15.000%{cy:34.783px}15.500%{cy:35.124px}16.000%{cy:35.523px}16.500%{cy:35.979px}17.000%{cy:36.491px}17.500%{cy:37.056px}18.000%{cy:37.672px}18.500%{cy:38.337px}19.000%{cy:39.047px}19.500%{cy:39.801px}20.000%{cy:40.595px}20.500%{cy:41.427px}21.000%{cy:42.292px}21.500%{cy:43.188px}22.000%{cy:44.11px}22.500%{cy:45.056px}23.000%{cy:46.021px}23.500%{cy:47.002px}24.000%{cy:47.995px}24.500%{cy:48.995px}25.000%{cy:50px}25.500%{cy:51.005px}26.000%{cy:52.005px}26.500%{cy:52.998px}27.000%{cy:53.979px}27.500%{cy:54.944px}28.000%{cy:55.89px}28.500%{cy:56.812px}29.000%{cy:57.708px}29.500%{cy:58.573px}30.000%{cy:59.405px}30.500%{cy:60.199px}31.000%{cy:60.953px}31.500%{cy:61.663px}32.000%{cy:62.328px}32.500%{cy:62.944px}33.000%{cy:63.509px}33.500%{cy:64.021px}34.000%{cy:64.477px}34.500%{cy:64.876px}35.000%{cy:65.217px}35.500%{cy:65.497px}36.000%{cy:65.717px}36.500%{cy:65.874px}37.000%{cy:65.968px}37.500%{cy:66px}38.000%{cy:65.968px}38.500%{cy:65.874px}39.000%{cy:65.717px}39.500%{cy:65.497px}40.000%{cy:65.217px}40.500%{cy:64.876px}41.000%{cy:64.477px}41.500%{cy:64.021px}42.000%{cy:63.509px}42.500%{cy:62.944px}43.000%{cy:62.328px}43.500%{cy:61.663px}44.000%{cy:60.953px}44.500%{cy:60.199px}45.000%{cy:59.405px}45.500%{cy:58.573px}46.000%{cy:57.708px}46.500%{cy:56.812px}47.000%{cy:55.89px}47.500%{cy:54.944px}48.000%{cy:53.979px}48.500%{cy:52.998px}49.000%{cy:52.005px}49.500%{cy:51.005px}50.000%{cy:50px}50.500%{cy:48.995px}51.000%{cy:47.995px}51.500%{cy:47.002px}52.000%{cy:46.021px}52.500%{cy:45.056px}53.000%{cy:44.11px}53.500%{cy:43.188px}54.000%{cy:42.292px}54.500%{cy:41.427px}55.000%{cy:40.595px}55.500%{cy:39.801px}56.000%{cy:39.047px}56.500%{cy:38.337px}57.000%{cy:37.672px}57.500%{cy:37.056px}58.000%{cy:36.491px}58.500%{cy:35.979px}59.000%{cy:35.523px}59.500%{cy:35.124px}60.000%{cy:34.783px}60.500%{cy:34.503px}61.000%{cy:34.283px}61.500%{cy:34.126px}62.000%{cy:34.032px}62.500%{cy:34px}63.000%{cy:34.032px}63.500%{cy:34.126px}64.000%{cy:34.283px}64.500%{cy:34.503px}65.000%{cy:34.783px}65.500%{cy:35.124px}66.000%{cy:35.523px}66.500%{cy:35.979px}67.000%{cy:36.491px}67.500%{cy:37.056px}68.000%{cy:37.672px}68.500%{cy:38.337px}69.000%{cy:39.047px}69.500%{cy:39.801px}70.000%{cy:40.595px}70.500%{cy:41.427px}71.000%{cy:42.292px}71.500%{cy:43.188px}72.000%{cy:44.11px}72.500%{cy:45.056px}73.000%{cy:46.021px}73.500%{cy:47.002px}74.000%{cy:47.995px}74.500%{cy:48.995px}75.000%{cy:50px}75.500%{cy:51.005px}76.000%{cy:52.005px}76.500%{cy:52.998px}77.000%{cy:53.979px}77.500%{cy:54.944px}78.000%{cy:55.89px}78.500%{cy:56.812px}79.000%{cy:57.708px}79.500%{cy:58.573px}80.000%{cy:59.405px}80.500%{cy:60.199px}81.000%{cy:60.953px}81.500%{cy:61.663px}82.000%{cy:62.328px}82.500%{cy:62.944px}83.000%{cy:63.509px}83.500%{cy:64.021px}84.000%{cy:64.477px}84.500%{cy:64.876px}85.000%{cy:65.217px}85.500%{cy:65.497px}86.000%{cy:65.717px}86.500%{cy:65.874px}87.000%{cy:65.968px}87.500%{cy:66px}88.000%{cy:65.968px}88.500%{cy:65.874px}89.000%{cy:65.717px}89.500%{cy:65.497px}90.000%{cy:65.217px}90.500%{cy:64.876px}91.000%{cy:64.477px}91.500%{cy:64.021px}92.000%{cy:63.509px}92.500%{cy:62.944px}93.000%{cy:62.328px}93.500%{cy:61.663px}94.000%{cy:60.953px}94.500%{cy:60.199px}95.000%{cy:59.405px}95.500%{cy:58.573px}96.000%{cy:57.708px}96.500%{cy:56.812px}97.000%{cy:55.89px}97.500%{cy:54.944px}98.000%{cy:53.979px}98.500%{cy:52.998px}99.000%{cy:52.005px}99.500%{cy:51.005px}100.000%{cy:50px}}@keyframes wave-dot-fiber{0.000%{cy:50px}0.500%{cy:48.494px}1.000%{cy:47.002px}1.500%{cy:45.536px}2.000%{cy:44.11px}2.500%{cy:42.736px}3.000%{cy:41.427px}3.500%{cy:40.193px}4.000%{cy:39.047px}4.500%{cy:37.998px}5.000%{cy:37.056px}5.500%{cy:36.228px}6.000%{cy:35.523px}6.500%{cy:34.946px}7.000%{cy:34.503px}7.500%{cy:34.197px}8.000%{cy:34.032px}8.500%{cy:34.008px}9.000%{cy:34.126px}9.500%{cy:34.385px}10.000%{cy:34.783px}10.500%{cy:35.316px}11.000%{cy:35.979px}11.500%{cy:36.767px}12.000%{cy:37.672px}12.500%{cy:38.686px}13.000%{cy:39.801px}13.500%{cy:41.007px}14.000%{cy:42.292px}14.500%{cy:43.646px}15.000%{cy:45.056px}15.500%{cy:46.51px}16.000%{cy:47.995px}16.500%{cy:49.497px}17.000%{cy:51.005px}17.500%{cy:52.503px}18.000%{cy:53.979px}18.500%{cy:55.42px}19.000%{cy:56.812px}19.500%{cy:58.145px}20.000%{cy:59.405px}20.500%{cy:60.581px}21.000%{cy:61.663px}21.500%{cy:62.642px}22.000%{cy:63.509px}22.500%{cy:64.256px}23.000%{cy:64.876px}23.500%{cy:65.365px}24.000%{cy:65.717px}24.500%{cy:65.929px}25.000%{cy:66px}25.500%{cy:65.929px}26.000%{cy:65.717px}26.500%{cy:65.365px}27.000%{cy:64.876px}27.500%{cy:64.256px}28.000%{cy:63.509px}28.500%{cy:62.642px}29.000%{cy:61.663px}29.500%{cy:60.581px}30.000%{cy:59.405px}30.500%{cy:58.145px}31.000%{cy:56.812px}31.500%{cy:55.42px}32.000%{cy:53.979px}32.500%{cy:52.503px}33.000%{cy:51.005px}33.500%{cy:49.497px}34.000%{cy:47.995px}34.500%{cy:46.51px}35.000%{cy:45.056px}35.500%{cy:43.646px}36.000%{cy:42.292px}36.500%{cy:41.007px}37.000%{cy:39.801px}37.500%{cy:38.686px}38.000%{cy:37.672px}38.500%{cy:36.767px}39.000%{cy:35.979px}39.500%{cy:35.316px}40.000%{cy:34.783px}40.500%{cy:34.385px}41.000%{cy:34.126px}41.500%{cy:34.008px}42.000%{cy:34.032px}42.500%{cy:34.197px}43.000%{cy:34.503px}43.500%{cy:34.946px}44.000%{cy:35.523px}44.500%{cy:36.228px}45.000%{cy:37.056px}45.500%{cy:37.998px}46.000%{cy:39.047px}46.500%{cy:40.193px}47.000%{cy:41.427px}47.500%{cy:42.736px}48.000%{cy:44.11px}48.500%{cy:45.536px}49.000%{cy:47.002px}49.500%{cy:48.494px}50.000%{cy:50px}50.500%{cy:51.506px}51.000%{cy:52.998px}51.500%{cy:54.464px}52.000%{cy:55.89px}52.500%{cy:57.264px}53.000%{cy:58.573px}53.500%{cy:59.807px}54.000%{cy:60.953px}54.500%{cy:62.002px}55.000%{cy:62.944px}55.500%{cy:63.772px}56.000%{cy:64.477px}56.500%{cy:65.054px}57.000%{cy:65.497px}57.500%{cy:65.803px}58.000%{cy:65.968px}58.500%{cy:65.992px}59.000%{cy:65.874px}59.500%{cy:65.615px}60.000%{cy:65.217px}60.500%{cy:64.684px}61.000%{cy:64.021px}61.500%{cy:63.233px}62.000%{cy:62.328px}62.500%{cy:61.314px}63.000%{cy:60.199px}63.500%{cy:58.993px}64.000%{cy:57.708px}64.500%{cy:56.354px}65.000%{cy:54.944px}65.500%{cy:53.49px}66.000%{cy:52.005px}66.500%{cy:50.503px}67.000%{cy:48.995px}67.500%{cy:47.497px}68.000%{cy:46.021px}68.500%{cy:44.58px}69.000%{cy:43.188px}69.500%{cy:41.855px}70.000%{cy:40.595px}70.500%{cy:39.419px}71.000%{cy:38.337px}71.500%{cy:37.358px}72.000%{cy:36.491px}72.500%{cy:35.744px}73.000%{cy:35.124px}73.500%{cy:34.635px}74.000%{cy:34.283px}74.500%{cy:34.071px}75.000%{cy:34px}75.500%{cy:34.071px}76.000%{cy:34.283px}76.500%{cy:34.635px}77.000%{cy:35.124px}77.500%{cy:35.744px}78.000%{cy:36.491px}78.500%{cy:37.358px}79.000%{cy:38.337px}79.500%{cy:39.419px}80.000%{cy:40.595px}80.500%{cy:41.855px}81.000%{cy:43.188px}81.500%{cy:44.58px}82.000%{cy:46.021px}82.500%{cy:47.497px}83.000%{cy:48.995px}83.500%{cy:50.503px}84.000%{cy:52.005px}84.500%{cy:53.49px}85.000%{cy:54.944px}85.500%{cy:56.354px}86.000%{cy:57.708px}86.500%{cy:58.993px}87.000%{cy:60.199px}87.500%{cy:61.314px}88.000%{cy:62.328px}88.500%{cy:63.233px}89.000%{cy:64.021px}89.500%{cy:64.684px}90.000%{cy:65.217px}90.500%{cy:65.615px}91.000%{cy:65.874px}91.500%{cy:65.992px}92.000%{cy:65.968px}92.500%{cy:65.803px}93.000%{cy:65.497px}93.500%{cy:65.054px}94.000%{cy:64.477px}94.500%{cy:63.772px}95.000%{cy:62.944px}95.500%{cy:62.002px}96.000%{cy:60.953px}96.500%{cy:59.807px}97.000%{cy:58.573px}97.500%{cy:57.264px}98.000%{cy:55.89px}98.500%{cy:54.464px}99.000%{cy:52.998px}99.500%{cy:51.506px}100.000%{cy:50px}}@keyframes wave-dot-diode{0.000%{cy:50px}0.500%{cy:47.995px}1.000%{cy:46.021px}1.500%{cy:44.11px}2.000%{cy:42.292px}2.500%{cy:40.595px}3.000%{cy:39.047px}3.500%{cy:37.672px}4.000%{cy:36.491px}4.500%{cy:35.523px}5.000%{cy:34.783px}5.500%{cy:34.283px}6.000%{cy:34.032px}6.500%{cy:34.032px}7.000%{cy:34.283px}7.500%{cy:34.783px}8.000%{cy:35.523px}8.500%{cy:36.491px}9.000%{cy:37.672px}9.500%{cy:39.047px}10.000%{cy:40.595px}10.500%{cy:42.292px}11.000%{cy:44.11px}11.500%{cy:46.021px}12.000%{cy:47.995px}12.500%{cy:50px}13.000%{cy:52.005px}13.500%{cy:53.979px}14.000%{cy:55.89px}14.500%{cy:57.708px}15.000%{cy:59.405px}15.500%{cy:60.953px}16.000%{cy:62.328px}16.500%{cy:63.509px}17.000%{cy:64.477px}17.500%{cy:65.217px}18.000%{cy:65.717px}18.500%{cy:65.968px}19.000%{cy:65.968px}19.500%{cy:65.717px}20.000%{cy:65.217px}20.500%{cy:64.477px}21.000%{cy:63.509px}21.500%{cy:62.328px}22.000%{cy:60.953px}22.500%{cy:59.405px}23.000%{cy:57.708px}23.500%{cy:55.89px}24.000%{cy:53.979px}24.500%{cy:52.005px}25.000%{cy:50px}25.500%{cy:47.995px}26.000%{cy:46.021px}26.500%{cy:44.11px}27.000%{cy:42.292px}27.500%{cy:40.595px}28.000%{cy:39.047px}28.500%{cy:37.672px}29.000%{cy:36.491px}29.500%{cy:35.523px}30.000%{cy:34.783px}30.500%{cy:34.283px}31.000%{cy:34.032px}31.500%{cy:34.032px}32.000%{cy:34.283px}32.500%{cy:34.783px}33.000%{cy:35.523px}33.500%{cy:36.491px}34.000%{cy:37.672px}34.500%{cy:39.047px}35.000%{cy:40.595px}35.500%{cy:42.292px}36.000%{cy:44.11px}36.500%{cy:46.021px}37.000%{cy:47.995px}37.500%{cy:50px}38.000%{cy:52.005px}38.500%{cy:53.979px}39.000%{cy:55.89px}39.500%{cy:57.708px}40.000%{cy:59.405px}40.500%{cy:60.953px}41.000%{cy:62.328px}41.500%{cy:63.509px}42.000%{cy:64.477px}42.500%{cy:65.217px}43.000%{cy:65.717px}43.500%{cy:65.968px}44.000%{cy:65.968px}44.500%{cy:65.717px}45.000%{cy:65.217px}45.500%{cy:64.477px}46.000%{cy:63.509px}46.500%{cy:62.328px}47.000%{cy:60.953px}47.500%{cy:59.405px}48.000%{cy:57.708px}48.500%{cy:55.89px}49.000%{cy:53.979px}49.500%{cy:52.005px}50.000%{cy:50px}50.500%{cy:47.995px}51.000%{cy:46.021px}51.500%{cy:44.11px}52.000%{cy:42.292px}52.500%{cy:40.595px}53.000%{cy:39.047px}53.500%{cy:37.672px}54.000%{cy:36.491px}54.500%{cy:35.523px}55.000%{cy:34.783px}55.500%{cy:34.283px}56.000%{cy:34.032px}56.500%{cy:34.032px}57.000%{cy:34.283px}57.500%{cy:34.783px}58.000%{cy:35.523px}58.500%{cy:36.491px}59.000%{cy:37.672px}59.500%{cy:39.047px}60.000%{cy:40.595px}60.500%{cy:42.292px}61.000%{cy:44.11px}61.500%{cy:46.021px}62.000%{cy:47.995px}62.500%{cy:50px}63.000%{cy:52.005px}63.500%{cy:53.979px}64.000%{cy:55.89px}64.500%{cy:57.708px}65.000%{cy:59.405px}65.500%{cy:60.953px}66.000%{cy:62.328px}66.500%{cy:63.509px}67.000%{cy:64.477px}67.500%{cy:65.217px}68.000%{cy:65.717px}68.500%{cy:65.968px}69.000%{cy:65.968px}69.500%{cy:65.717px}70.000%{cy:65.217px}70.500%{cy:64.477px}71.000%{cy:63.509px}71.500%{cy:62.328px}72.000%{cy:60.953px}72.500%{cy:59.405px}73.000%{cy:57.708px}73.500%{cy:55.89px}74.000%{cy:53.979px}74.500%{cy:52.005px}75.000%{cy:50px}75.500%{cy:47.995px}76.000%{cy:46.021px}76.500%{cy:44.11px}77.000%{cy:42.292px}77.500%{cy:40.595px}78.000%{cy:39.047px}78.500%{cy:37.672px}79.000%{cy:36.491px}79.500%{cy:35.523px}80.000%{cy:34.783px}80.500%{cy:34.283px}81.000%{cy:34.032px}81.500%{cy:34.032px}82.000%{cy:34.283px}82.500%{cy:34.783px}83.000%{cy:35.523px}83.500%{cy:36.491px}84.000%{cy:37.672px}84.500%{cy:39.047px}85.000%{cy:40.595px}85.500%{cy:42.292px}86.000%{cy:44.11px}86.500%{cy:46.021px}87.000%{cy:47.995px}87.500%{cy:50px}88.000%{cy:52.005px}88.500%{cy:53.979px}89.000%{cy:55.89px}89.500%{cy:57.708px}90.000%{cy:59.405px}90.500%{cy:60.953px}91.000%{cy:62.328px}91.500%{cy:63.509px}92.000%{cy:64.477px}92.500%{cy:65.217px}93.000%{cy:65.717px}93.500%{cy:65.968px}94.000%{cy:65.968px}94.500%{cy:65.717px}95.000%{cy:65.217px}95.500%{cy:64.477px}96.000%{cy:63.509px}96.500%{cy:62.328px}97.000%{cy:60.953px}97.500%{cy:59.405px}98.000%{cy:57.708px}98.500%{cy:55.89px}99.000%{cy:53.979px}99.500%{cy:52.005px}100.000%{cy:50px}}@keyframes wave-dot-uv{0.000%{cy:50px}0.500%{cy:47.497px}1.000%{cy:45.056px}1.500%{cy:42.736px}2.000%{cy:40.595px}2.500%{cy:38.686px}3.000%{cy:37.056px}3.500%{cy:35.744px}4.000%{cy:34.783px}4.500%{cy:34.197px}5.000%{cy:34px}5.500%{cy:34.197px}6.000%{cy:34.783px}6.500%{cy:35.744px}7.000%{cy:37.056px}7.500%{cy:38.686px}8.000%{cy:40.595px}8.500%{cy:42.736px}9.000%{cy:45.056px}9.500%{cy:47.497px}10.000%{cy:50px}10.500%{cy:52.503px}11.000%{cy:54.944px}11.500%{cy:57.264px}12.000%{cy:59.405px}12.500%{cy:61.314px}13.000%{cy:62.944px}13.500%{cy:64.256px}14.000%{cy:65.217px}14.500%{cy:65.803px}15.000%{cy:66px}15.500%{cy:65.803px}16.000%{cy:65.217px}16.500%{cy:64.256px}17.000%{cy:62.944px}17.500%{cy:61.314px}18.000%{cy:59.405px}18.500%{cy:57.264px}19.000%{cy:54.944px}19.500%{cy:52.503px}20.000%{cy:50px}20.500%{cy:47.497px}21.000%{cy:45.056px}21.500%{cy:42.736px}22.000%{cy:40.595px}22.500%{cy:38.686px}23.000%{cy:37.056px}23.500%{cy:35.744px}24.000%{cy:34.783px}24.500%{cy:34.197px}25.000%{cy:34px}25.500%{cy:34.197px}26.000%{cy:34.783px}26.500%{cy:35.744px}27.000%{cy:37.056px}27.500%{cy:38.686px}28.000%{cy:40.595px}28.500%{cy:42.736px}29.000%{cy:45.056px}29.500%{cy:47.497px}30.000%{cy:50px}30.500%{cy:52.503px}31.000%{cy:54.944px}31.500%{cy:57.264px}32.000%{cy:59.405px}32.500%{cy:61.314px}33.000%{cy:62.944px}33.500%{cy:64.256px}34.000%{cy:65.217px}34.500%{cy:65.803px}35.000%{cy:66px}35.500%{cy:65.803px}36.000%{cy:65.217px}36.500%{cy:64.256px}37.000%{cy:62.944px}37.500%{cy:61.314px}38.000%{cy:59.405px}38.500%{cy:57.264px}39.000%{cy:54.944px}39.500%{cy:52.503px}40.000%{cy:50px}40.500%{cy:47.497px}41.000%{cy:45.056px}41.500%{cy:42.736px}42.000%{cy:40.595px}42.500%{cy:38.686px}43.000%{cy:37.056px}43.500%{cy:35.744px}44.000%{cy:34.783px}44.500%{cy:34.197px}45.000%{cy:34px}45.500%{cy:34.197px}46.000%{cy:34.783px}46.500%{cy:35.744px}47.000%{cy:37.056px}47.500%{cy:38.686px}48.000%{cy:40.595px}48.500%{cy:42.736px}49.000%{cy:45.056px}49.500%{cy:47.497px}50.000%{cy:50px}50.500%{cy:52.503px}51.000%{cy:54.944px}51.500%{cy:57.264px}52.000%{cy:59.405px}52.500%{cy:61.314px}53.000%{cy:62.944px}53.500%{cy:64.256px}54.000%{cy:65.217px}54.500%{cy:65.803px}55.000%{cy:66px}55.500%{cy:65.803px}56.000%{cy:65.217px}56.500%{cy:64.256px}57.000%{cy:62.944px}57.500%{cy:61.314px}58.000%{cy:59.405px}58.500%{cy:57.264px}59.000%{cy:54.944px}59.500%{cy:52.503px}60.000%{cy:50px}60.500%{cy:47.497px}61.000%{cy:45.056px}61.500%{cy:42.736px}62.000%{cy:40.595px}62.500%{cy:38.686px}63.000%{cy:37.056px}63.500%{cy:35.744px}64.000%{cy:34.783px}64.500%{cy:34.197px}65.000%{cy:34px}65.500%{cy:34.197px}66.000%{cy:34.783px}66.500%{cy:35.744px}67.000%{cy:37.056px}67.500%{cy:38.686px}68.000%{cy:40.595px}68.500%{cy:42.736px}69.000%{cy:45.056px}69.500%{cy:47.497px}70.000%{cy:50px}70.500%{cy:52.503px}71.000%{cy:54.944px}71.500%{cy:57.264px}72.000%{cy:59.405px}72.500%{cy:61.314px}73.000%{cy:62.944px}73.500%{cy:64.256px}74.000%{cy:65.217px}74.500%{cy:65.803px}75.000%{cy:66px}75.500%{cy:65.803px}76.000%{cy:65.217px}76.500%{cy:64.256px}77.000%{cy:62.944px}77.500%{cy:61.314px}78.000%{cy:59.405px}78.500%{cy:57.264px}79.000%{cy:54.944px}79.500%{cy:52.503px}80.000%{cy:50px}80.500%{cy:47.497px}81.000%{cy:45.056px}81.500%{cy:42.736px}82.000%{cy:40.595px}82.500%{cy:38.686px}83.000%{cy:37.056px}83.500%{cy:35.744px}84.000%{cy:34.783px}84.500%{cy:34.197px}85.000%{cy:34px}85.500%{cy:34.197px}86.000%{cy:34.783px}86.500%{cy:35.744px}87.000%{cy:37.056px}87.500%{cy:38.686px}88.000%{cy:40.595px}88.500%{cy:42.736px}89.000%{cy:45.056px}89.500%{cy:47.497px}90.000%{cy:50px}90.500%{cy:52.503px}91.000%{cy:54.944px}91.500%{cy:57.264px}92.000%{cy:59.405px}92.500%{cy:61.314px}93.000%{cy:62.944px}93.500%{cy:64.256px}94.000%{cy:65.217px}94.500%{cy:65.803px}95.000%{cy:66px}95.500%{cy:65.803px}96.000%{cy:65.217px}96.500%{cy:64.256px}97.000%{cy:62.944px}97.500%{cy:61.314px}98.000%{cy:59.405px}98.500%{cy:57.264px}99.000%{cy:54.944px}99.500%{cy:52.503px}100.000%{cy:50px}}@media (max-width: 640px){.mat-art{display:none}.mat-desc{max-width:none}}.sweep-bar{position:absolute;top:0;left:0;right:0;height:3px;margin-top:-1.5px;z-index:5;pointer-events:none;opacity:0;background:linear-gradient(180deg,#fff0,#ffffffe0 36%,#fff 72% 100%);filter:blur(.3px) saturate(1);mix-blend-mode:screen;box-shadow:0 0 14px 4px var(--burn),0 0 34px 12px #ffffff8c,0 0 64px 22px #ffcbb624;transition:opacity .18s ease}.mat-card[data-kind=metal] .mat-tex{background:linear-gradient(180deg,#0000008c,#000000b8),repeating-linear-gradient(90deg,#ffffff0d 0 1px,#fff0 1px 3px),linear-gradient(180deg,#3c3c3c,#1f1f1f)}.mat-card[data-kind=metal] .mat-tex:before{content:"";position:absolute;inset:0;background:linear-gradient(115deg,transparent 32%,rgba(255,255,255,.12) 48%,transparent 62%)}.mat-card[data-kind=plastic] .mat-tex{background:radial-gradient(120% 85% at 16% 8%,#ffffff2e,#fff0 42%),radial-gradient(80% 55% at 70% 100%,#ffffff0f,#fff0 60%),repeating-linear-gradient(135deg,#ffffff09 0 2px,#fff0 2px 7px),linear-gradient(150deg,#2e2e2e,#181818 55%,#0c0c0c);background-blend-mode:screen,screen,soft-light,normal}.mat-card[data-kind=plastic] .mat-tex:before{content:"";position:absolute;inset:0;background:linear-gradient(115deg,transparent 28%,rgba(255,255,255,.1) 44%,transparent 58%),linear-gradient(180deg,#ffffff08,#00000024);mix-blend-mode:screen}.mat-card[data-kind=glass] .mat-tex{background:linear-gradient(180deg,#0000004d,#00000085),linear-gradient(135deg,#fff3,#ffffff08 55%),repeating-linear-gradient(120deg,#ffffff08 0 8px,#fff0 8px 16px)}.mat-card[data-kind=glass] .mat-tilt{border-color:#ffffff42}.mat-card[data-kind=glass] .mat-tex:before{content:"";position:absolute;inset:0;background:linear-gradient(125deg,transparent 40%,rgba(255,255,255,.16) 50%,transparent 58%)}.mat-card[data-kind=leather] .mat-tex{background:radial-gradient(140% 120% at 50% 30%,#ffffff0f,#0000008c 80%),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.55'/%3E%3C/svg%3E"),#17130f;background-size:cover,150px 150px,auto}.wl-card .mat-tilt{background:radial-gradient(120% 90% at 30% 0%,#ffffff0e,#fff0 55%),linear-gradient(155deg,#131313,#060606)}@media (prefers-reduced-motion: reduce){.mat-card{transition:opacity .2s ease;transform:none}.mat-card.active,.mat-card.leaving,.mat-inner{transform:none}.mat-tilt{transform:none!important;transition:none}}.gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.gallery-item figcaption{margin-top:12px;font-size:.66rem;color:var(--muted)}.product-list{display:flex;flex-direction:column}.product-row{display:flex;gap:32px;align-items:center;padding:32px 0;border-bottom:1px solid var(--line)}.product-list .product-row:first-child{padding-top:0}.product-list .product-row:last-child{border-bottom:none}.products-more-soon{margin-top:32px;padding:22px;border:1px dashed var(--line);text-align:center;font-family:var(--mono);font-size:.78rem;letter-spacing:.02em;color:var(--muted)}.product-list .product-row:nth-child(2n) .product-row-photo{order:2}.product-list .product-row:nth-child(2n) .product-row-info{order:1;align-items:flex-end;text-align:right}.product-row-photo{flex:0 0 360px;aspect-ratio:16 / 9}.product-row-video{width:100%;height:100%;min-width:0;min-height:0;object-fit:cover;display:block;border:1px solid var(--line-strong);background:#0d0d0d}.product-row-info{display:flex;flex-direction:column;gap:10px;flex:1}.product-row-head{display:flex;justify-content:space-between;align-items:baseline;gap:12px}.product-name{font-family:var(--mono);font-size:.9rem;font-weight:700;letter-spacing:.02em;color:var(--fg)}.product-price{font-family:var(--mono);font-size:.72rem;color:var(--muted);white-space:nowrap}.product-desc{font-size:.9rem;color:var(--muted);max-width:60ch}.product-features{font-size:.72rem;color:var(--muted)}.product-row-info .btn{align-self:flex-start;margin-top:4px}.product-list .product-row:nth-child(2n) .product-row-info .btn{align-self:flex-end}.product-list .product-row:nth-child(2n) .product-row-head{flex-direction:row-reverse;align-self:stretch}.btn-sm{padding:10px 18px;font-size:.68rem}@media (max-width: 640px){.product-row{flex-direction:column;align-items:stretch;gap:16px}.product-row-photo{flex-basis:auto}.section-head .lead{white-space:normal}.product-list .product-row:nth-child(2n) .product-row-photo,.product-list .product-row:nth-child(2n) .product-row-info{order:initial}.product-list .product-row:nth-child(2n) .product-row-info{align-items:stretch;text-align:left}.product-list .product-row:nth-child(2n) .product-row-info .btn{align-self:flex-start}.product-list .product-row:nth-child(2n) .product-row-head{flex-direction:row}}.about{display:grid;grid-template-columns:.9fr 1.1fr;gap:60px;align-items:center}.meta-list{list-style:none;margin-top:32px;border-top:1px solid var(--line)}.meta-list li{display:flex;gap:20px;align-items:baseline;padding:16px 0;border-bottom:1px solid var(--line);font-size:1rem}.meta-list span{font-size:.7rem;color:var(--muted)}.contact{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start}.contact-head .lead{margin-top:22px}.custom-list{list-style:none;columns:2;column-gap:32px;margin-top:14px;font-family:var(--mono);font-size:.82rem;color:var(--fg)}.custom-list li{padding:4px 0}.custom-list li:before{content:"\2014  ";color:var(--muted)}@media (max-width: 640px){.custom-list{columns:1}}.contact-form{display:flex;flex-direction:column;gap:22px}.contact-form label{display:flex;flex-direction:column;gap:10px}.contact-form label span{font-size:.68rem;color:var(--muted)}.contact-form input,.contact-form textarea{background:transparent;border:none;border-bottom:1.5px solid var(--line-strong);color:var(--fg);font-family:var(--sans);font-size:1rem;padding:10px 0}.contact-form input::placeholder,.contact-form textarea::placeholder{color:#555}.contact-form input:focus,.contact-form textarea:focus{outline:none;border-color:var(--fg)}.contact-form textarea{resize:vertical}.file-field em{font-style:normal;opacity:.55}.file-input{position:absolute;width:1px;height:1px;padding:0;margin:-1px;border:0;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.file-drop{display:flex;flex-direction:column;align-items:center;gap:8px;text-align:center;padding:26px 20px;border:1.5px dashed var(--line-strong);cursor:pointer;transition:border-color .15s,background .15s}.file-drop:hover,.file-field.dragover .file-drop{border-color:var(--fg);background:#ffffff0a}.file-cta{font-family:var(--mono);font-size:.85rem;letter-spacing:.06em;color:var(--fg)}.file-hint{font-family:var(--mono);font-size:.6rem;letter-spacing:.1em;color:var(--muted)}.file-name{font-family:var(--mono);font-size:.66rem;letter-spacing:.04em;color:var(--muted);margin-top:2px}.file-field.has-file .file-drop{border-style:solid;border-color:var(--burn)}.file-field.has-file .file-name{color:var(--burn)}.file-input:focus-visible+.file-drop{outline:2px solid var(--fg);outline-offset:3px}.botcheck{position:absolute;width:1px;height:1px;padding:0;margin:-1px;border:0;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.form-status{font-family:var(--mono);font-size:.72rem;letter-spacing:.04em;min-height:1em}.form-status.error{color:var(--muted)}.form-status.error:before{content:"! "}.form-status.success:before{content:"\2713  "}.site-footer{border-top:1px solid var(--line);padding:60px 0 40px}.footer-inner{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:40px}.footer-left{display:flex;flex-direction:column;gap:20px}.footer-brand{display:flex;flex-direction:column;gap:8px}.footer-brand p{font-size:.9rem;color:#b3b3b3}.footer-links{display:flex;gap:22px;flex-wrap:wrap}.footer-links a{font-size:.7rem;color:var(--muted);text-decoration:none}.footer-links a:hover{color:var(--fg)}.footer-inner>.fine{flex:1 0 100%;margin-top:4px}.footer-industries{display:flex;flex-direction:column;gap:10px}.footer-industries-label{font-size:.62rem;letter-spacing:.18em;text-transform:uppercase;color:var(--muted)}.footer-industries-list{list-style:none;columns:2;column-gap:32px;font-size:.72rem;letter-spacing:.02em;color:#b3b3b3}.footer-industries-list li{padding:3px 0;white-space:nowrap}#faq.section{border-top:none}#faq .section-head .lead{margin-top:18px;margin-left:2px}.faq-group{max-width:none;margin-bottom:48px}.faq-group:last-child{margin-bottom:0}.faq-group-title{font-size:.95rem;letter-spacing:.1em;text-transform:uppercase;color:var(--muted);margin-bottom:18px}.faq-item{border-top:1px solid var(--line)}.faq-item:last-child{border-bottom:1px solid var(--line)}.faq-item summary{list-style:none;cursor:pointer;padding:18px 28px 18px 0;position:relative;font-size:.98rem;line-height:1.4}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary:after{content:"+";position:absolute;right:0;top:18px;font-size:1.1rem;color:var(--muted);transition:transform .15s ease}.faq-item[open] summary:after{content:"\2212"}.faq-item .faq-answer{overflow:hidden;transition:height .22s ease}.faq-item .faq-answer>p{padding:0 28px 20px 0;color:#b3b3b3;font-size:.9rem;max-width:90ch}.faq-item .faq-answer>ul{padding:0 28px 20px 22px;margin:0;color:#b3b3b3;font-size:.9rem;max-width:90ch}.faq-item .faq-answer>ul li{margin-bottom:12px;line-height:1.5}.faq-item .faq-answer>ul li:last-child{margin-bottom:0}.faq-item .faq-answer>ul li strong{color:var(--fg)}.faq-item .faq-answer a{color:var(--fg)}@media (prefers-reduced-motion: reduce){.faq-item .faq-answer{transition:none}}#faq-cta .hero-actions{margin-top:32px}#service-hero.section{border-top:none}#service-hero .section-head .lead{white-space:normal;max-width:none}#service-hero h1{margin-left:-4px}.tag-label{font-family:var(--mono);font-size:.62rem;letter-spacing:.18em;text-transform:uppercase;color:var(--muted)}.service-explainer p{font-size:.95rem;color:#b3b3b3;line-height:1.7;max-width:none;margin:0 0 18px}.service-explainer p:last-child{margin-bottom:0}.material-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:14px}.material-card{display:flex;flex-direction:column;gap:8px;padding:26px 22px;border:1px solid var(--line);transition:border-color .15s}.material-card:hover{border-color:var(--fg)}.material-name{font-family:var(--mono);font-size:1.05rem;letter-spacing:.04em;text-transform:uppercase;color:var(--fg)}.material-sub{font-family:var(--mono);font-size:.72rem;color:var(--muted);line-height:1.5}.service-why-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:40px}.service-why-grid h3{margin:12px 0 10px}.service-why-grid p{font-size:.88rem;color:#b3b3b3;line-height:1.6;margin:0}.tag-configurator{display:grid;grid-template-columns:minmax(0,420px) 1fr;gap:48px;align-items:start}.tag-photo-column{display:flex;flex-direction:column;gap:20px;width:100%;max-width:420px}.tag-photo-column .btn{align-self:center}#addToOrderListBtn{transition:background .55s ease,color .55s ease,border-color .55s ease}#addToOrderListBtn.is-added{background:#3ddc71;border-color:#3ddc71;color:#000;cursor:not-allowed}.tag-photo-wrap{position:relative;width:100%;max-width:420px;aspect-ratio:1}.tag-photo{width:100%;height:100%;object-fit:cover;border-radius:50%;display:block}.tag-text-overlay{position:absolute;inset:18.374% 0 10%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;pointer-events:none}.tag-text-overlay span{font-family:Arial,Helvetica,sans-serif;font-weight:700;text-transform:uppercase;letter-spacing:.03em;color:#f3f6ff;text-shadow:0 1px 3px rgba(0,0,0,.55);font-size:1.05rem;line-height:1.25;text-align:center;white-space:nowrap}.tag-bounds-box{position:absolute;border:1.5px dashed #a855f7;border-radius:4px;opacity:.85;pointer-events:none}.tag-panel{display:flex;flex-direction:column;gap:26px}.tag-size-hint{margin-top:-14px;font-family:var(--mono);font-size:.7rem;color:var(--muted);line-height:1.4}.tag-color-chips .chip{display:inline-flex;align-items:center;gap:8px}.tag-color-swatch{display:inline-block;width:11px;height:11px;border-radius:50%;border:1px solid rgba(255,255,255,.35)}.tag-color-swatch--blue{background:#2479de}.tag-color-swatch--red{background:#d32f2f}.tag-color-swatch--green{background:#2e8b47}.tag-inputs{display:flex;flex-direction:column;gap:16px}.tag-input-row{display:grid;grid-template-rows:1fr;opacity:1;transform:translateY(0);transition:grid-template-rows .32s ease,opacity .28s ease,transform .28s ease,margin-top .32s ease}.tag-input-row.is-hidden{grid-template-rows:0fr;opacity:0;transform:translateY(-6px);margin-top:-16px;pointer-events:none}.tag-input-inner{display:flex;flex-direction:column;gap:7px;min-height:0;overflow:hidden}.tag-input-row span{font-family:var(--mono);font-size:.68rem;letter-spacing:.1em;text-transform:uppercase;color:var(--muted)}.tag-input-row input{background:transparent;border:1px solid var(--line);color:var(--fg);padding:13px 14px;font-family:var(--mono);font-size:.9rem;width:100%}.tag-input-row input:focus{outline:none;border-color:var(--fg)}.tag-input-row input::placeholder{color:var(--muted);opacity:.6}.tag-order-table-wrap{overflow-x:auto;margin-bottom:22px}.tag-order-table{width:100%;border-collapse:separate;border-spacing:0;font-family:var(--mono)}.tag-order-table th{text-align:left;font-size:.66rem;letter-spacing:.1em;text-transform:uppercase;color:var(--muted);padding:0 14px 12px;border-bottom:1px solid var(--line);white-space:nowrap}.tag-order-table td{padding:14px;border-bottom:1px solid var(--line);vertical-align:top}.tag-order-num{color:var(--muted);font-size:.9rem;padding-top:22px!important}.tag-order-table select{appearance:none;background:transparent;border:1px solid var(--line);color:var(--fg);font-family:var(--mono);font-size:.82rem;padding:9px 28px 9px 10px;width:100%;min-width:128px;cursor:pointer;background-image:linear-gradient(45deg,transparent 50%,var(--muted) 50%),linear-gradient(135deg,var(--muted) 50%,transparent 50%);background-position:calc(100% - 16px) center,calc(100% - 11px) center;background-size:5px 5px,5px 5px;background-repeat:no-repeat;transition:border-color .15s ease}.tag-order-table select:focus{outline:none;border-color:var(--fg)}.tag-order-text-cell{min-width:170px}.tag-order-text-stack{display:flex;flex-direction:column;gap:8px}.tag-order-text-row input{background:transparent;border:1px solid var(--line);color:var(--fg);padding:9px 10px;font-family:var(--mono);font-size:.82rem;width:100%;transition:border-color .15s ease}.tag-order-text-row input:focus{outline:none;border-color:var(--fg)}.tag-order-text-row input::placeholder{color:var(--muted);opacity:.7}.tag-order-text-row.is-hidden{display:none}.tag-order-actions{display:flex;gap:8px;margin-top:8px}.tag-order-view{background:transparent;border:1px solid var(--line);color:var(--muted);height:32px;padding:0 12px;font-family:var(--mono);font-size:.68rem;letter-spacing:.06em;text-transform:uppercase;cursor:pointer;white-space:nowrap}.tag-order-view:hover{color:var(--fg);border-color:var(--fg)}.tag-order-remove{background:transparent;border:1px solid var(--line);color:var(--muted);width:32px;height:32px;flex:none;font-family:var(--mono);font-size:.9rem;cursor:pointer}.tag-order-remove:hover{color:var(--fg);border-color:var(--fg)}.tag-order-quote{display:flex;flex-direction:column;align-items:center;gap:18px;text-align:center;margin-top:40px;padding-top:40px;border-top:1px solid var(--line)}.tag-order-quote-prompt{font-family:var(--mono);font-size:.95rem;color:var(--fg)}.editor-modal-overlay{display:flex;position:fixed;inset:0;z-index:200;background:#00000080;align-items:center;justify-content:center;visibility:hidden;opacity:0;pointer-events:none;transition:opacity .2s ease-out,visibility 0s linear .2s}.editor-modal-overlay.is-open{visibility:visible;opacity:1;pointer-events:auto;transition:opacity .2s ease-out}.editor-modal{background:var(--bg);border:1px solid var(--line);padding:20px;width:220px;box-shadow:0 12px 32px #00000080;font-family:var(--mono);transform:translateY(10px);opacity:0;transition:opacity .18s ease-out,transform .18s ease-out}.editor-modal-overlay.is-open .editor-modal{transform:translateY(0);opacity:1;transition-delay:.03s}.editor-modal-title{font-size:.8rem;text-transform:uppercase;letter-spacing:.06em;color:var(--fg);margin-bottom:16px}.editor-modal-message{font-size:.78rem;line-height:1.5;color:var(--muted);margin-bottom:20px}#tag-rfq-modal .editor-modal{width:900px;max-height:97vh;overflow-y:auto;padding:14px 20px}.editor-next-modal{position:relative}.editor-next-modal-intro{font-size:.76rem;line-height:1.4;color:var(--muted);max-width:640px;margin:-4px 0 12px}#tag-rfq-modal .editor-modal-title{margin-bottom:8px}.editor-next-modal-close{position:absolute;top:12px;right:12px;width:32px;height:32px;font-size:1.2rem;background:transparent;border:1px solid var(--line);color:var(--fg);cursor:pointer}.editor-next-modal-close:hover{border-color:var(--fg)}.editor-next-modal-body{display:flex;gap:32px;align-items:flex-start}.editor-next-modal-renderings{flex:none;width:300px;display:flex;flex-direction:column;gap:12px;position:sticky;top:0}.editor-next-modal-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:10px}.editor-next-modal-section{display:flex;flex-direction:column;gap:8px;border:1px solid var(--line);border-radius:8px;padding:12px 14px}.editor-next-modal-section-label{font-family:var(--mono);font-size:.7rem;text-transform:uppercase;letter-spacing:.08em;color:var(--muted)}.contact-form.editor-next-modal-form{border:1px solid var(--line);border-radius:8px;padding:10px 14px;gap:7px}.editor-next-modal-form label{gap:4px}.editor-next-modal-form input,.editor-next-modal-form textarea{padding:6px 0}.editor-next-modal-form textarea{min-height:44px}.editor-next-modal-form-row{display:flex;gap:12px}.editor-next-modal-form-row label{flex:2;min-width:0}.editor-next-modal-form-row label:nth-child(2){flex:1}.editor-next-modal-form-row label:nth-child(3){flex:1.2}.tag-rfq-summary-list{display:flex;flex-direction:column;gap:10px}.tag-rfq-summary-row{display:flex;align-items:center;gap:10px;font-family:var(--mono);font-size:.85rem;color:var(--fg)}.tag-rfq-summary-row .tag-color-swatch{width:13px;height:13px}.tag-rfq-summary-count{font-weight:700;min-width:1.4em;text-align:right}.tag-rfq-summary-dash{color:var(--muted)}.tag-rfq-summary-empty{font-family:var(--mono);font-size:.8rem;color:var(--muted)}.tag-rfq-specs{font-family:var(--mono);font-size:.8rem;color:var(--fg);line-height:1.5}.editor-rfq-success-modal{width:320px;text-align:center}.editor-rfq-success-check{width:72px;height:72px;margin:0 auto 18px;animation:rfq-success-pop .45s cubic-bezier(.34,1.56,.64,1) both}.editor-rfq-success-check svg{width:100%;height:100%}.editor-rfq-success-check-circle{stroke:#3ddc71;stroke-dasharray:227;stroke-dashoffset:227;animation:rfq-success-draw .7s ease-out .2s forwards}.editor-rfq-success-check-mark{stroke:#3ddc71;stroke-dasharray:49;stroke-dashoffset:49;animation:rfq-success-draw .45s ease-out .9s forwards}@keyframes rfq-success-pop{0%{transform:scale(.4);opacity:0}to{transform:scale(1);opacity:1}}@keyframes rfq-success-draw{to{stroke-dashoffset:0}}.editor-rfq-success-modal .editor-modal-title,.editor-rfq-success-modal .editor-modal-message{text-align:center}.editor-rfq-success-actions{display:flex;flex-direction:column;gap:8px}.editor-rfq-success-actions .btn{width:100%}.editor-rfq-success-actions em{display:block;font-style:normal;font-size:.62rem;opacity:.75;margin-top:2px}@media (max-width: 860px){.footer-inner{flex-direction:column;gap:32px}.footer-industries-list{columns:1}.service-why-grid{grid-template-columns:1fr;gap:28px}.tag-configurator{grid-template-columns:1fr}.tag-photo-column{margin:0 auto;align-items:center}.nav-toggle{display:flex}.nav-links{position:absolute;top:70px;left:0;right:0;background:#000;border-bottom:1px solid var(--line);flex-direction:column;align-items:flex-start;gap:0;padding:8px 28px 22px;opacity:0;visibility:hidden;transform:translateY(-8px);pointer-events:none;transition:opacity .2s ease-out,transform .2s ease-out,visibility 0s linear .2s}.nav-links.open{opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto;transition:opacity .2s ease-out,transform .2s ease-out}.nav-links a{padding:12px 0;font-size:.85rem}@media (prefers-reduced-motion: reduce){.nav-links{transition:opacity .2s ease-out,visibility 0s linear .2s;transform:none}.nav-links.open{transition:opacity .2s ease-out}}.hero{padding:39dvh 28px 44px;align-items:flex-start}.hero-title-logo{width:clamp(220px,72vw,480px)}.section{padding:64px 28px}.gallery{grid-template-columns:1fr 1fr}.stage{min-height:500px}.mat-inner{padding:26px}.about{grid-template-columns:1fr;gap:36px}.contact{grid-template-columns:1fr;gap:40px}}@media (max-width: 520px){.gallery{grid-template-columns:1fr}.hero-foot{flex-direction:column;align-items:flex-start}}@media (max-width: 640px){#tag-rfq-modal .editor-modal{width:calc(100vw - 32px);padding:14px 16px}.editor-next-modal-body{flex-direction:column;gap:20px}.editor-next-modal-renderings{width:100%;position:static}.editor-next-modal-form-row{flex-direction:column;gap:10px}.editor-next-modal-form-row label:nth-child(2),.editor-next-modal-form-row label:nth-child(3){flex:none}}.footer-links{align-items:center}.footer-links a.footer-icon{display:inline-flex;line-height:0}.footer-links a.footer-icon svg{width:20px;height:20px}
