.threads-container{pointer-events:none;z-index:0;width:100%;height:100%;position:absolute;inset:0}.threads-container canvas{width:100%;height:100%;display:block}.hero{background:var(--paper);flex-direction:column;min-height:100vh;display:flex;position:relative;overflow:hidden}.hero-bg{pointer-events:none;z-index:0;position:absolute;inset:0}.hero-nav{z-index:100;flex-shrink:0;padding:0 3rem;position:relative}@media (width<=768px){.hero-nav{padding:0 .75rem}.hero-nav-inner{padding:.25rem 0}}.hero-nav-inner{justify-content:center;align-items:center;padding:.75rem 0;display:flex;position:relative}.hero-card{z-index:1;flex:1;align-items:center;width:100%;display:flex;position:relative}.hero-nav-links{align-items:center;gap:0;display:flex}.hero-nav-link{font-family:var(--mono);letter-spacing:.06em;color:var(--text-secondary);border-bottom:2px solid #0000;padding:.75rem 1.5rem;font-size:.8rem;font-weight:500;text-decoration:none;transition:color .2s}.hero-nav-link:hover{color:var(--text-primary)}.hero-nav-link.active{color:var(--accent);border-bottom-color:var(--accent)}.hero-nav-actions{align-items:center;gap:.75rem;display:flex;position:absolute;right:0}.hero-nav-theme-btn{width:36px;height:36px;color:var(--text-primary);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;transition:all .2s;display:flex}.hero-nav-theme-btn:hover{background:var(--surface-hover)}.hero-nav .sun-icon{display:none}.hero-nav .moon-icon,html.dark .hero-nav .sun-icon{display:block}html.dark .hero-nav .moon-icon{display:none}.hero-mobile-btn{cursor:pointer;z-index:1100;background:0 0;border:none;flex-direction:column;gap:5px;padding:.5rem;display:none;position:relative}.hero-mobile-btn span{background:var(--text-primary);width:22px;height:2px;transition:all .3s;display:block}.hero-mobile-btn.active span:first-child{transform:rotate(45deg)translate(5px,5px)}.hero-mobile-btn.active span:last-child{transform:rotate(-45deg)translate(5px,-5px)}@media (width<=768px){.hero-nav-links{opacity:0;visibility:hidden;z-index:1050;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;padding-top:68px;transition:opacity .3s,visibility .3s;position:fixed;inset:0;background:var(--mobile-nav-bg)!important;-webkit-backdrop-filter:none!important}html.dark .hero-nav-links{background:var(--mobile-nav-bg-dark)!important}.hero-nav-links.active{opacity:1;visibility:visible}.hero-nav-link{font-size:1.25rem;font-family:var(--display);letter-spacing:-.02em;border-radius:var(--radius-md);border-bottom:none;justify-content:center;width:100%;max-width:280px;height:auto;padding:.85rem 2rem;font-weight:700;transition:background .2s,color .2s}.hero-nav-link:hover{background:var(--surface-hover)}.hero-nav-link.active{color:var(--accent);background:color-mix(in srgb, var(--accent) 10%, transparent);border-bottom:none}.hero-mobile-btn{display:flex}}.hero-glow{filter:blur(120px);pointer-events:none;z-index:0;border-radius:50%;position:absolute}.hero-threads-wrap{z-index:0;pointer-events:none;opacity:.12;border-radius:var(--radius-lg);position:absolute;inset:0}html.dark .hero-threads-wrap{opacity:.08}.hero-glow-1{background:var(--brand-glow);opacity:.4;width:500px;height:500px;top:-150px;right:-100px}.hero-glow-2{background:var(--accent-muted);opacity:.5;width:350px;height:350px;bottom:-80px;left:-80px}.hero-inner{z-index:2;grid-template-rows:auto 1fr;grid-template-columns:1fr 1.1fr;align-items:start;gap:0 3rem;padding:0 3rem 2rem;display:grid;position:relative}.hero-brand{grid-column:1/-1;padding-bottom:.5rem}.hero-content{flex-direction:column;gap:1.5rem;padding-top:2rem;display:flex}.hero-brand-logo{color:inherit;align-items:center;gap:1.5rem;text-decoration:none;display:flex}.hero-brand-logo-img{object-fit:cover;flex-shrink:0;width:200px;height:200px}.hero-brand-logo-text{flex-direction:row;flex-shrink:0;align-items:baseline;gap:1.5rem;line-height:1.1;display:flex}.hero-brand-name{font-family:var(--display);letter-spacing:-.02em;color:var(--text-primary);white-space:nowrap;font-size:4rem;font-weight:700}.hero-brand-name span{color:var(--accent)}.hero-brand-sub{font-family:var(--display);letter-spacing:-.02em;color:var(--text-primary);white-space:nowrap;font-size:4rem;font-weight:700}.hero-stats--below-slideshow{border-top:none;justify-content:center;width:100%;margin-top:.25rem;padding-top:0}.hero-title{font-family:var(--display);letter-spacing:-.04em;color:var(--text-primary);font-size:clamp(2rem,4vw,3rem);font-weight:700;line-height:1.05}.hero-line{display:block}.hero-line--thin{color:var(--text-secondary);letter-spacing:-.02em;font-size:1em;font-weight:400}.hero-desc{color:var(--text-secondary);text-align:justify;max-width:480px;font-size:1rem;line-height:1.7}.hero-actions{flex-wrap:wrap;gap:1rem;margin-top:.5rem;display:flex}.hero-stats{border-top:1px solid var(--border-light);gap:2rem;margin-top:.75rem;padding-top:1.75rem;display:flex}.hero-stat{flex-direction:column;gap:.15rem;display:flex}.hero-stat-value{font-family:var(--display);color:var(--accent);letter-spacing:-.02em;font-size:1.35rem;font-weight:700}.hero-stat-label{font-family:var(--mono);letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);font-size:.55rem}.hero-visual{flex-direction:column;align-items:center;display:flex}.hero-slideshow-heading{font-family:var(--display);letter-spacing:.15em;text-transform:uppercase;color:var(--text-primary);text-align:center;margin-bottom:.6rem;font-size:.85rem;font-weight:800}.hero-slideshow-wrap{border-radius:var(--radius-md);width:100%;max-width:600px;box-shadow:none;background:0 0;border:none;flex-direction:column;gap:0;display:flex;overflow:hidden}.hero-slideshow{aspect-ratio:16/9;width:100%;position:relative;overflow:hidden}.hero-slideshow-track{width:100%;height:100%;transition:transform .5s cubic-bezier(.4,0,.2,1);display:flex}.hero-slide{object-fit:cover;min-width:100%;height:100%;display:block}.hero-slide-btn{background:var(--slide-btn-bg);width:32px;height:32px;color:var(--slide-btn-color);cursor:pointer;backdrop-filter:blur(4px);z-index:2;border:none;border-radius:50%;justify-content:center;align-items:center;transition:background .2s,transform .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.hero-slide-btn:hover{background:var(--accent);color:var(--slide-btn-hover-color);transform:translateY(-50%)scale(1.1)}.hero-slide-btn--prev{left:.6rem}.hero-slide-btn--next{right:.6rem}.hero-slide-dots{z-index:2;gap:.35rem;display:flex;position:absolute;bottom:.5rem;left:50%;transform:translate(-50%)}.hero-slide-dot{background:var(--slide-dot-bg);cursor:pointer;border:none;border-radius:50%;width:6px;height:6px;padding:0;transition:background .2s,transform .2s}.hero-slide-dot.active{background:var(--accent);transform:scale(1.2)}.brand-strip{border-top:1px solid var(--border-light);border-bottom:1px solid var(--border-light);background:var(--surface);padding:2rem 0;overflow:hidden}.brand-strip-inner{align-items:center;gap:2rem;display:flex}.brand-strip-label{font-family:var(--mono);letter-spacing:.12em;text-transform:uppercase;color:var(--text-muted);white-space:nowrap;flex-shrink:0;font-size:.6rem}.brand-strip-logos{flex:1;overflow:hidden;mask-image:linear-gradient(90deg,#0000 0%,#000 5% 95%,#0000 100%)}.brand-strip-track{gap:3rem;width:max-content;animation:40s linear infinite marquee;display:flex}.brand-strip-track:hover{animation-play-state:paused}.brand-strip-logo{font-family:var(--display);color:var(--text-secondary);letter-spacing:.04em;white-space:nowrap;opacity:.6;font-size:.85rem;font-weight:600;transition:opacity .3s}.brand-strip-track:hover .brand-strip-logo{opacity:1}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.products-section{background:var(--paper)}.product-showcase{background:var(--border-light);border:1px solid var(--border-light);grid-template-columns:repeat(3,1fr);gap:1px;margin-top:3rem;display:grid}.product-card{background:var(--card-bg);color:inherit;flex-direction:column;text-decoration:none;transition:transform .3s,box-shadow .3s;display:flex}.product-card:hover{z-index:2;box-shadow:var(--shadow-lg);transform:translateY(-4px)}.product-card-img{aspect-ratio:16/10;background-position:50%;background-size:cover;position:relative}.product-card-overlay{background:linear-gradient(to bottom, transparent 50%, var(--overlay-dark));position:absolute;inset:0}.product-card-tag{font-family:var(--mono);letter-spacing:.12em;color:var(--text-on-accent);background:var(--accent);padding:.2rem .5rem;font-size:.55rem;position:absolute;top:.75rem;right:.75rem}.product-card-body{flex-direction:column;flex:1;gap:.5rem;padding:1.5rem;display:flex}.product-card-num{font-family:var(--mono);color:var(--accent);font-size:.65rem}.product-card-title{font-family:var(--display);letter-spacing:-.01em;color:var(--text-primary);font-size:1.15rem;font-weight:700}.product-card-desc{color:var(--text-secondary);flex:1;font-size:.85rem;line-height:1.6}.product-card-link{font-family:var(--mono);color:var(--accent);align-items:center;gap:.4rem;margin-top:auto;font-size:.7rem;display:inline-flex}.products-cta{text-align:center;margin-top:3rem}.services-section{background:var(--surface)}.services-showcase{background:var(--border-light);border:1px solid var(--border-light);grid-template-columns:repeat(2,1fr);gap:1px;margin-top:3rem;display:grid}.service-card{background:var(--card-bg);color:inherit;flex-direction:column;gap:1rem;padding:2rem;text-decoration:none;transition:transform .3s,box-shadow .3s;display:flex}.service-card:hover{z-index:2;box-shadow:var(--shadow-lg);transform:translateY(-4px)}.service-card-top{justify-content:space-between;align-items:center;display:flex}.service-card-num{font-family:var(--mono);color:var(--accent);font-size:.65rem}.service-card-icon{color:var(--text-muted)}.service-card-title{font-family:var(--display);letter-spacing:-.01em;color:var(--text-primary);font-size:1.2rem;font-weight:700}.service-card-desc{color:var(--text-secondary);font-size:.9rem;line-height:1.6}.caps-section{background:var(--paper)}.caps-grid{background:var(--border-light);border:1px solid var(--border-light);grid-template-columns:repeat(2,1fr);gap:1px;margin-top:3rem;display:grid}.cap-card{background:var(--card-bg);flex-direction:column;gap:.75rem;padding:2.5rem;display:flex}.cap-marker{font-family:var(--mono);color:var(--accent);font-size:.65rem}.cap-title{font-family:var(--display);letter-spacing:-.01em;color:var(--text-primary);font-size:1.2rem;font-weight:700}.cap-desc{color:var(--text-secondary);font-size:.9rem;line-height:1.7}.sectors-section{background:var(--surface)}.sectors-grid{background:var(--border-light);border:1px solid var(--border-light);grid-template-columns:repeat(3,1fr);gap:1px;margin-top:3rem;display:grid}.sector-card{background:var(--card-bg);flex-direction:column;gap:.75rem;padding:2rem;display:flex}.sector-marker{font-family:var(--mono);letter-spacing:.12em;color:var(--accent);font-size:.6rem}.sector-name{font-family:var(--display);letter-spacing:-.02em;color:var(--text-primary);font-size:1.25rem;font-weight:700}.sector-desc{color:var(--text-secondary);font-size:.85rem;line-height:1.6}.cta-section{background:var(--footer-bg);padding:8rem 0;position:relative;overflow:hidden}.cta-bg{pointer-events:none;position:absolute;inset:0}.cta-orb{filter:blur(120px);opacity:.15;border-radius:50%;position:absolute}.cta-orb-1{background:var(--accent);width:500px;height:500px;top:-200px;right:-100px}.cta-orb-2{background:var(--brand-primary);width:400px;height:400px;bottom:-150px;left:-100px}.cta-inner{text-align:center;z-index:1;max-width:640px;margin:0 auto;position:relative}.cta-label{color:var(--accent);margin-bottom:1.5rem;display:block}.cta-title{font-family:var(--display);letter-spacing:-.03em;color:var(--footer-text);margin-bottom:1.5rem;font-size:clamp(2.5rem,5vw,4rem);font-weight:700;line-height:1.1}.cta-desc{color:var(--footer-muted);margin-bottom:2.5rem;font-size:1.1rem;line-height:1.7}.cta-actions{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.cta-section .btn-primary{background:var(--accent);color:var(--text-on-accent);border-color:var(--accent)}.cta-section .btn-primary:hover{background:var(--accent-hover);border-color:var(--accent-hover)}.cta-section .btn-secondary{color:var(--footer-text);border-color:#fff3}.cta-section .btn-secondary:hover{background:var(--footer-text);color:var(--footer-bg)}@media (width<=1024px){.hero-nav{padding:0 1.5rem}.hero-inner{grid-template-columns:1fr;gap:2.5rem;padding:0 1.5rem 2rem}.hero-visual{flex-direction:column;align-items:center;width:100%;display:flex}.hero-slideshow-wrap{width:100%;max-width:500px}.hero-stats--below-slideshow{border-top:1px solid var(--border-light);flex-flow:row;justify-content:center;gap:1.5rem;margin-top:.75rem;padding-top:1.5rem}.hero-stats--below-slideshow .hero-stat{text-align:center;flex-direction:column;align-items:center;gap:.15rem;min-width:auto;padding:0;display:flex}.hero-stats--below-slideshow .hero-stat-value{font-size:1.35rem}.hero-stats--below-slideshow .hero-stat-label{font-size:.55rem}.product-showcase{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.hero{min-height:auto}.hero-nav{padding:0 .75rem}.hero-inner{padding:1.5rem .75rem 2rem}.hero-brand-logo{text-align:center;flex-direction:column;gap:.75rem}.hero-brand-logo-img{width:70px;height:70px}.hero-brand-logo-text{flex-direction:column;align-items:center;gap:.25rem}.hero-brand-name,.hero-brand-sub{font-size:2.2rem}.hero-title{font-size:clamp(1.5rem,5vw,2rem)}.hero-stats{flex-wrap:wrap;gap:1.5rem}.product-showcase{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;background:0 0;border:none;gap:1rem;padding-bottom:.5rem;display:flex;overflow-x:auto}.product-showcase::-webkit-scrollbar{display:none}.product-showcase .product-card{scroll-snap-align:start;border:1px solid var(--border-light);min-width:80vw}.services-showcase,.caps-grid,.sectors-grid{grid-template-columns:1fr}.brand-strip-inner{flex-direction:column;align-items:flex-start;gap:1rem}.brand-strip-logos{width:100%}.brand-strip-track{gap:2rem;animation:25s linear infinite marquee}.cta-section{padding:5rem 0}.cta-actions{flex-direction:column}}@media (width<=480px){.hero-actions{flex-direction:column}.hero-actions .btn{width:100%}.hero-slide-btn{width:26px;height:26px}.hero-slide-btn--prev{left:.4rem}.hero-slide-btn--next{right:.4rem}}
