.hw-hero{min-height:100vh;display:flex;align-items:center;position:relative;padding:0;background:#08090a}#hw-shader-canvas{position:absolute;inset:0;pointer-events:none;z-index:0;overflow:hidden}.hw-hero-overlay{position:absolute;inset:0;background:#0000006b;z-index:0;pointer-events:none}#hw-shader-canvas canvas{display:block}.hw-hero .container{position:relative;z-index:1;width:100%}.hw-hero-inner{display:flex;flex-direction:column;align-items:center;text-align:center;max-width:880px;margin:0 auto}.hw-hero-eyebrow{font-size:13px;font-weight:510;letter-spacing:.08em;text-transform:uppercase;color:#6b7280;margin-bottom:24px}.hw-hero h1{font-size:clamp(36px,5vw,72px);font-weight:500;letter-spacing:-.04em;line-height:1.05;color:#fff;margin-bottom:28px}.hw-hero-sub{font-size:17px;color:#ffffff8c;line-height:1.75;max-width:640px}.hw-intro{padding:100px 0}.hw-intro-inner{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:start}.hw-intro-left h2{color:var(--text-1)}.hw-intro-right{display:flex;flex-direction:column;gap:16px;padding-top:8px}.hw-intro-right p{font-size:15px;color:var(--text-3);line-height:1.8}.hw-products{padding:100px 0;border-bottom:1px solid var(--border)}.hw-slider-wrap{position:relative}.hw-slider-nav{display:flex;gap:8px;margin-bottom:24px;justify-content:flex-end}.hw-slider-btn{width:40px;height:40px;border-radius:50%;border:1px solid var(--border);background:var(--bg-surface);color:var(--text-2);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:border-color .2s,background .2s}.hw-slider-btn:hover{border-color:var(--text-3);background:var(--bg)}.hw-slider-btn i{font-size:16px;--ti-stroke-width: 1.5}.hw-slider{display:flex;gap:12px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:2px;mask-image:linear-gradient(to right,black 85%,transparent 100%);-webkit-mask-image:linear-gradient(to right,black 85%,transparent 100%)}.hw-slider::-webkit-scrollbar{display:none}.hw-gm-svg{width:76%;height:76%;stroke:#a8a4a0;stroke-width:1.3;fill:none;stroke-linecap:round;stroke-linejoin:round;transition:filter .45s ease}.hw-gm-svg *{transition:stroke .45s ease,fill .45s ease}.hw-gm-svg .gm-leds circle{fill:#c2bfba;stroke:none}.hw-product-card:hover .hw-gm-svg{stroke:var(--accent);filter:drop-shadow(0 0 12px rgba(234,88,12,.22))}.hw-product-card:hover .hw-gm-svg .gm-leds circle{fill:var(--accent)}.hw-product-card:hover .hw-gm-svg .gm-leds circle:nth-child(1){animation:gm-led 1.5s 0s ease infinite}.hw-product-card:hover .hw-gm-svg .gm-leds circle:nth-child(2){animation:gm-led 1.5s .3s ease infinite}.hw-product-card:hover .hw-gm-svg .gm-leds circle:nth-child(3){animation:gm-led 1.5s .6s ease infinite}.hw-product-card:hover .hw-gm-svg .gm-leds circle:nth-child(4){animation:gm-led 1.5s .9s ease infinite}@keyframes gm-led{0%,to{opacity:1}50%{opacity:.12}}.hw-product-card{scroll-snap-align:start;flex:0 0 clamp(280px,30vw,360px);background:var(--bg-surface);border:1px solid var(--border);border-radius:20px;overflow:hidden;display:flex;flex-direction:column}.hw-product-visual{background:#edece9;aspect-ratio:4/3;display:flex;align-items:center;justify-content:center;overflow:hidden}.hw-product-visual i{font-size:56px;color:#a8a4a0;--ti-stroke-width: 1}.hw-product-visual img{width:100%;height:100%;object-fit:contain;display:block}.hw-product-body{padding:24px 24px 28px;display:flex;flex-direction:column;gap:10px;flex:1}.hw-product-tag{font-size:11px;font-weight:510;letter-spacing:.08em;text-transform:uppercase;color:var(--text-4)}.hw-product-body h3{font-size:20px;font-weight:500;letter-spacing:-.02em;color:var(--text-1);line-height:1.2}.hw-product-body p{font-size:13px;color:var(--text-4);line-height:1.7}.hw-product-specs{margin-top:auto;padding-top:16px;display:flex;flex-direction:column;gap:6px}.hw-spec-row{display:flex;align-items:center;gap:8px;font-size:12px;color:var(--text-4)}.hw-spec-row i{font-size:14px;--ti-stroke-width: 1.5;flex-shrink:0}.hw-compat{padding:100px 0}.hw-compat-inner{display:flex;gap:80px;align-items:flex-start}.hw-compat-left,.hw-compat-right{flex:1;min-width:0}.hw-compat-left h2{color:var(--text-1);margin-bottom:20px}.hw-compat-left p:not(.section-label){font-size:15px;color:var(--text-3);line-height:1.8;margin-bottom:16px}.hw-brand-marquee{margin-top:40px;width:100%;overflow:hidden;mask-image:linear-gradient(to right,transparent 0%,black 12%,black 88%,transparent 100%);-webkit-mask-image:linear-gradient(to right,transparent 0%,black 12%,black 88%,transparent 100%)}.hw-brand-track{display:inline-flex;align-items:center;gap:52px;padding:8px 0;animation:hw-scroll-h 20s linear infinite;white-space:nowrap}.hw-brand-track:hover{animation-play-state:paused}@keyframes hw-scroll-h{0%{transform:translate(0)}to{transform:translate(-50%)}}.hw-brand-logo{height:28px;width:auto;opacity:.45;filter:grayscale(1);transition:opacity .2s;flex-shrink:0;display:inline-block}.hw-brand-logo:hover{opacity:.9}.hw-compat-right{flex:1;min-width:0;display:flex;flex-direction:column;gap:0}.hw-compat-item{background:var(--bg);padding:24px 28px;display:grid;grid-template-columns:28px 1fr;gap:16px;align-items:start}.hw-compat-item i{font-size:18px;color:var(--text-3);--ti-stroke-width: 1;margin-top:2px}.hw-compat-item h4{font-size:14px;font-weight:500;color:var(--text-1);margin-bottom:4px}.hw-compat-item p{font-size:13px;color:var(--text-4);line-height:1.6}.hw-install{padding:100px 0}.hw-timeline{position:relative;display:grid;grid-template-columns:repeat(4,1fr)}.hw-timeline:before{content:"";position:absolute;top:19px;left:calc(12.5% + 20px);right:calc(12.5% + 20px);height:1px;background:var(--border);z-index:0}.hw-tl-step{display:flex;flex-direction:column;gap:0;padding:0 32px 0 0;position:relative}.hw-tl-step:last-child{padding-right:0}.hw-tl-dot{width:38px;height:38px;border-radius:50%;background:var(--bg-surface);border:1px solid var(--border);display:flex;align-items:center;justify-content:center;position:relative;z-index:1;flex-shrink:0;margin-bottom:28px;transition:border-color .2s,background .2s}.hw-tl-step:hover .hw-tl-dot{border-color:var(--text-3);background:var(--bg)}.hw-tl-dot span{font-size:10px;font-weight:510;letter-spacing:.08em;color:var(--text-4);font-variant-numeric:tabular-nums}.hw-tl-icon{font-size:20px;color:var(--text-3);--ti-stroke-width: 1.4;margin-bottom:14px}.hw-tl-body{display:flex;flex-direction:column;gap:8px}.hw-tl-body h3{font-size:15px;font-weight:500;color:var(--text-1);letter-spacing:-.01em;line-height:1.3}.hw-tl-body p{font-size:13px;color:var(--text-4);line-height:1.7}.hw-support{padding:100px 0}.hw-support-header{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:start;margin-bottom:64px}.hw-support-header-left h2{color:var(--text-1)}.hw-support-header-right{padding-top:8px}.hw-support-header-right p{font-size:15px;color:var(--text-3);line-height:1.8}.hw-support-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.hw-support-card{background:var(--bg-surface);border:1px solid var(--border);border-radius:14px;padding:24px 20px;display:flex;flex-direction:column;gap:10px}.hw-support-card i{font-size:22px;color:var(--text-3);--ti-stroke-width: 1}.hw-support-card h4{font-size:14px;font-weight:500;color:var(--text-1)}.hw-support-card p{font-size:12px;color:var(--text-4);line-height:1.6}@media(max-width:900px){.hw-support-header{grid-template-columns:1fr;gap:24px}.hw-support-grid{grid-template-columns:1fr 1fr}}@media(max-width:900px){.hw-intro-inner,.hw-support-inner{grid-template-columns:1fr;gap:40px}.hw-compat-inner{flex-direction:column;gap:40px}.hw-slider{mask-image:none;-webkit-mask-image:none}.hw-product-card{flex:0 0 min(300px,calc(100vw - 48px))}.hw-timeline{grid-template-columns:1fr}.hw-timeline:before{display:none}.hw-tl-step{flex-direction:row;align-items:flex-start;gap:20px;padding:0 0 36px}.hw-tl-step:last-child{padding-bottom:0}.hw-tl-dot{margin-bottom:0;flex-shrink:0}.hw-tl-icon{margin-bottom:8px;font-size:18px}.hw-tl-right{display:flex;flex-direction:column}.hw-tl-icon,.hw-tl-body{width:100%}.hw-support-grid{grid-template-columns:1fr 1fr}}@media(max-width:640px){.hw-intro,.hw-products,.hw-compat,.hw-install,.hw-support{padding:72px 0}.hw-hero h1{font-size:32px;letter-spacing:-.03em}.hw-intro-inner{gap:28px}.hw-support-header{gap:16px;margin-bottom:36px}.hw-support-grid{grid-template-columns:1fr 1fr;gap:8px}.hw-support-card{padding:18px 16px}.hw-compat{overflow:hidden}.hw-compat-inner{gap:28px}.hw-compat-left{width:100%;min-width:0;overflow-wrap:break-word}.hw-compat-left h2{font-size:26px;letter-spacing:-.03em}.hw-compat-left p{font-size:14px}.hw-compat-right{width:100%}.hw-compat-item{padding:18px 20px}.hw-tl-step{display:grid;grid-template-columns:36px 1fr;grid-template-rows:auto auto;column-gap:16px;row-gap:0;padding-bottom:32px;position:relative}.hw-tl-step:not(:last-child):after{content:"";position:absolute;left:17px;top:36px;bottom:0;width:1px;background:var(--border)}.hw-tl-dot{grid-column:1;grid-row:1 / 3;width:36px;height:36px;margin-bottom:0;align-self:start}.hw-tl-icon{grid-column:2;grid-row:1;font-size:16px;margin-bottom:6px}.hw-tl-body{grid-column:2;grid-row:2;width:auto}.hw-product-card{flex:0 0 calc(100vw - 48px)}.hw-slider-nav{margin-bottom:16px}}
