:root{--ink:#0a1715;--green:#16e08a;--mint:#b9ffd9;--paper:#f4f7f3;--line:#ccd6d0;--muted:#60706a;--white:#fff}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Manrope,"Noto Sans TC",sans-serif;line-height:1.65;font-size:16px}a{color:inherit;text-decoration:none}button{font:inherit}.shell{width:min(1180px,calc(100% - 40px));margin:auto}.nav-wrap{position:sticky;top:0;z-index:20;background:rgba(244,247,243,.88);backdrop-filter:blur(18px);border-bottom:1px solid rgba(10,23,21,.08)}.nav{height:78px;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;align-items:center;gap:11px;font-weight:600;font-size:18px;letter-spacing:.03em}.brand b{color:#697772;font-weight:500}.brand-mark{position:relative;display:grid;grid-template-columns:repeat(3,6px);gap:3px;transform:skew(-12deg)}.brand-mark i{display:block;width:6px;height:25px;background:var(--ink)}.brand-mark i:nth-child(2){height:18px;margin-top:7px}.brand-mark i:nth-child(3){height:11px;margin-top:14px;background:var(--green)}.nav-links{display:flex;gap:32px;align-items:center;font-size:14px;font-weight:600}.nav-links>a:not(.nav-cta):hover{color:#087b50}.nav-cta{padding:11px 17px;border:1px solid var(--ink);border-radius:4px}.nav-cta:hover{background:var(--ink);color:white}.menu-btn{display:none;background:none;border:1px solid var(--line);padding:8px 12px}.hero{min-height:700px;display:grid;grid-template-columns:1.08fr .92fr;align-items:center;gap:40px;padding-top:55px;padding-bottom:70px}.eyebrow{font-size:12px;font-weight:700;letter-spacing:.17em;text-transform:uppercase;color:#477066}.eyebrow>span{display:inline-block;width:7px;height:7px;border-radius:50%;background:var(--green);margin-right:8px}.hero h1,.section h2,.applications h2,.about h2,.contact h2{font-size:clamp(42px,6vw,76px);line-height:1.03;letter-spacing:-.052em;margin:24px 0}.hero h1 span{color:#0ea665}.lead{font-size:18px;color:var(--muted);max-width:640px}.hero-actions{display:flex;gap:12px;margin:36px 0 56px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:22px;border-radius:4px;padding:14px 20px;font-size:14px;font-weight:700;border:1px solid var(--ink);cursor:pointer}.primary{background:var(--ink);color:white}.primary:hover{background:#123c32}.ghost{background:transparent}.hero-proof{display:flex;gap:50px}.hero-proof div{display:flex;flex-direction:column}.hero-proof strong{font-size:24px}.hero-proof span{font-size:12px;color:var(--muted)}.hero-visual{height:520px;position:relative;overflow:hidden;border-radius:8px;background:radial-gradient(circle at 70% 20%,#2de99a44,transparent 25%),linear-gradient(145deg,#0e211d,#07110f)}.grid-plane{position:absolute;inset:0;background-image:linear-gradient(#fff1 1px,transparent 1px),linear-gradient(90deg,#fff1 1px,transparent 1px);background-size:38px 38px;mask-image:linear-gradient(to bottom,black,transparent 90%)}.chip{position:absolute;width:220px;height:220px;left:50%;top:50%;transform:translate(-50%,-50%) rotate(-8deg);border:1px solid #86ffc4;background:#102a24;box-shadow:0 0 70px #16e08a44}.chip:before,.chip:after{content:"";position:absolute;inset:-28px;background:repeating-linear-gradient(90deg,transparent 0 15px,#16e08a 15px 18px,transparent 18px 28px);height:18px;top:-28px}.chip:after{top:auto;bottom:-28px}.chip-top{padding:28px;height:100%;display:flex;flex-direction:column;justify-content:space-between;color:white}.chip-top span{font-size:48px;font-weight:700;letter-spacing:-.05em}.chip-top small{letter-spacing:.18em;color:#99b9ae}.orbit{position:absolute;color:#b8d7cd;font-size:11px;letter-spacing:.16em;border:1px solid #ffffff30;padding:8px 12px;border-radius:20px}.o1{top:16%;left:11%}.o2{right:7%;top:42%}.o3{bottom:12%;left:17%}.ticker{overflow:hidden;background:var(--green);padding:13px 0;font-weight:700;font-size:12px;letter-spacing:.14em;white-space:nowrap}.ticker div{width:max-content;animation:scroll 24s linear infinite}.ticker span{padding:0 28px}@keyframes scroll{to{transform:translateX(-40%)}}.section{padding:120px 0}.section-head{display:grid;grid-template-columns:1.2fr .8fr;gap:60px;align-items:end;margin-bottom:55px}.section-head h2,.applications h2,.about h2,.contact h2{font-size:clamp(38px,4.7vw,64px);margin:16px 0 0}.section-head>p{max-width:420px;color:var(--muted);margin:0 0 7px}.filters{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:22px}.filters button{border:1px solid var(--line);background:white;color:#45534f;border-radius:30px;padding:10px 15px;cursor:pointer;font-size:13px}.filters button.active{background:var(--ink);color:white;border-color:var(--ink)}.filters b{margin-left:8px;color:var(--green)}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}.product-grid article{min-height:250px;padding:26px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);transition:.25s}.product-grid article:hover{background:white;transform:translateY(-3px)}.product-grid article.hidden{display:none}.product-grid article>span{font-size:11px;color:#16895e}.product-grid h3{font-size:20px;margin:56px 0 12px}.product-grid p{font-size:14px;color:var(--muted);margin:0}.applications{background:var(--ink);color:white;padding:120px 0}.light .eyebrow{color:#75d8ad}.light>p{color:#9eb1aa}.app-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:#ffffff20}.app-grid article{position:relative;min-height:270px;background:var(--ink);padding:28px;transition:.25s}.app-grid article:hover{background:#102b24}.app-grid b{font-size:11px;color:#719088}.app-grid .icon{width:52px;height:52px;border:1px solid #6fffb350;display:grid;place-items:center;color:var(--green);margin:45px 0 25px;font-size:13px;font-weight:700}.app-grid h3{font-size:22px;margin:0 0 8px}.app-grid p{margin:0;color:#91a69f;font-size:14px}.process{border-top:1px solid var(--line)}.process article{display:grid;grid-template-columns:100px 1fr;padding:34px 0;border-bottom:1px solid var(--line)}.process span{color:#159763;font-size:13px}.process h3{font-size:26px;margin:0 0 4px}.process p{color:var(--muted);margin:0;max-width:550px}.about{padding-bottom:120px}.about-card{background:var(--mint);padding:70px;position:relative;overflow:hidden}.about-card:after{content:"AVW";position:absolute;right:-20px;bottom:-95px;font-size:250px;font-weight:700;letter-spacing:-.09em;color:#0a17150a}.about-card>p:not(.eyebrow){max-width:680px;color:#355147;font-size:18px}.about-card dl{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin:50px 0 0;position:relative;z-index:1}.about-card dl div{border-top:1px solid #152f2760;padding-top:16px}.about-card dt{font-size:12px;color:#4f6c62}.about-card dd{margin:7px 0 0;font-weight:700;font-size:14px}.contact{text-align:center;padding:100px 0 120px}.contact h2{font-size:clamp(44px,6vw,78px)}.contact>p:not(.eyebrow){color:var(--muted);max-width:600px;margin:0 auto 30px}.contact small{display:block;height:22px;color:#0d8458;margin-top:10px}footer{background:#07110f;color:white;padding:36px 0}.footer-grid{display:grid;grid-template-columns:1fr 1fr 1fr;align-items:center}.footer-grid>p{font-size:12px;color:#8ca099;margin:0;text-align:center}.footer-grid>p:last-child{text-align:right}footer .brand-mark i{background:white}footer .brand-mark i:last-child{background:var(--green)}
@media(max-width:800px){.shell{width:min(100% - 28px,1180px)}.nav{height:68px}.menu-btn{display:block}.nav-links{display:none;position:absolute;top:68px;left:0;right:0;background:var(--paper);padding:22px;flex-direction:column;align-items:stretch;border-bottom:1px solid var(--line)}.nav-links.open{display:flex}.nav-cta{text-align:center}.hero{grid-template-columns:1fr;padding-top:70px}.hero-visual{height:380px}.hero-proof{gap:28px}.section,.applications{padding:82px 0}.section-head{grid-template-columns:1fr;gap:22px}.product-grid,.app-grid{grid-template-columns:1fr 1fr}.about-card{padding:38px 25px}.about-card dl{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr;gap:18px;text-align:center}.footer-grid>p:last-child{text-align:center}}
@media(max-width:520px){.hero h1{font-size:44px}.hero-actions{flex-direction:column}.hero-proof{justify-content:space-between}.hero-visual{height:310px}.chip{width:150px;height:150px}.chip-top{padding:18px}.chip-top span{font-size:36px}.product-grid,.app-grid{grid-template-columns:1fr}.process article{grid-template-columns:55px 1fr}.about-card:after{font-size:130px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.ticker div{animation:none}}
.hero-visual{background:#0b282c}.hero-visual>img{width:100%;height:100%;object-fit:cover;object-position:62% center;display:block}.hero-visual:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 48%,#07110fe8 100%)}.hero-image-label{position:absolute;left:28px;right:28px;bottom:25px;z-index:2;color:white;display:flex;align-items:end;justify-content:space-between;gap:25px}.hero-image-label span{font-size:10px;letter-spacing:.16em;color:#9ff9cc}.hero-image-label strong{font-size:15px;text-align:right;max-width:190px}.product-feature{display:grid;grid-template-columns:.72fr 1.28fr;background:#0b1d19;color:white;margin:24px 0 30px;min-height:390px;overflow:hidden}.product-photo{background:white;display:grid;place-items:center;overflow:hidden}.product-photo img{width:100%;height:100%;object-fit:contain;max-height:450px}.product-feature-copy{padding:50px;align-self:center}.product-feature-copy h3{font-size:clamp(28px,3vw,44px);line-height:1.1;margin:15px 0}.product-feature-copy>p:not(.eyebrow){color:#a8bab4;max-width:600px}.product-feature-copy>div{display:flex;gap:9px;flex-wrap:wrap;margin-top:28px}.product-feature-copy>div span{font-size:12px;color:var(--mint);border:1px solid #b9ffd94d;border-radius:30px;padding:7px 11px}.app-grid article{overflow:hidden}.app-photo-card{padding:0!important}.app-photo-card>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.app-photo-card:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#07110f22,#07110fe8)}.app-overlay{position:relative;z-index:2;padding:28px;height:100%}
@media(max-width:800px){.product-feature{grid-template-columns:1fr}.product-photo{max-height:330px}.product-feature-copy{padding:34px}.hero-image-label{left:20px;right:20px}}
.product-feature.hidden{display:none}
.app-photo-card>img{filter:saturate(.82);transition:transform .45s ease}.app-photo-card:hover>img{transform:scale(1.04)}.app-photo-card:after{background:linear-gradient(180deg,#06131018 8%,#061310d9 64%,#061310f5)}.app-photo-card:nth-child(2)>img,.app-photo-card:nth-child(6)>img{object-fit:cover;background:#e9efec}.app-photo-card:nth-child(5)>img{object-position:center}
.component-image{height:132px;margin:-26px -26px 22px;background:white;display:grid;place-items:center;overflow:hidden;border-bottom:1px solid var(--line)}.component-image img{width:100%;height:100%;object-fit:contain;transition:transform .35s ease}.product-grid article:hover .component-image img{transform:scale(1.06)}.product-grid article:nth-child(6) .component-image img{object-fit:cover}.product-grid h3{margin:24px 0 12px}.service-layout{display:grid;grid-template-columns:.9fr 1.1fr;gap:0;background:white;border:1px solid var(--line)}.service-photo{position:relative;min-height:560px;overflow:hidden}.service-photo>img{width:100%;height:100%;object-fit:cover;display:block}.service-photo:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 45%,#07110fe8)}.service-photo>div{position:absolute;left:32px;right:32px;bottom:30px;color:white;z-index:2;display:flex;flex-direction:column}.service-photo small{color:var(--green);letter-spacing:.15em}.service-photo strong{font-size:26px;margin-top:7px}.service-layout .process{padding:10px 34px;border-top:0}.service-layout .process article{grid-template-columns:64px 1fr;padding:27px 0}.service-layout .process h3{font-size:22px}.capability-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--line);border:1px solid var(--line);margin-top:28px}.capability-grid article{background:var(--paper);padding:30px}.capability-grid b{font-size:11px;color:#16895e;letter-spacing:.14em}.capability-grid h3{font-size:20px;margin:35px 0 10px}.capability-grid p{font-size:14px;color:var(--muted);margin:0}.about-card{display:grid;grid-template-columns:1.35fr .65fr;gap:50px}.about-copy{position:relative;z-index:2}.about-copy>p:not(.eyebrow){max-width:680px;color:#355147;font-size:18px}.about-visual{position:relative;z-index:2;background:white;min-height:380px;overflow:hidden}.about-visual img{width:100%;height:100%;object-fit:contain}.network{padding:110px 0;background:#0b1d19;color:white}.network-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.network-grid>a{display:grid;grid-template-columns:180px 1fr;gap:28px;background:white;color:var(--ink);padding:28px;align-items:center;transition:transform .25s ease}.network-grid>a:hover{transform:translateY(-4px)}.logo-box{height:130px;display:grid;place-items:center;background:#f5f7f6}.logo-box img{max-width:85%;max-height:70%}.network-grid h3{font-size:24px;margin:0}.network-grid p{font-size:14px;color:var(--muted)}.network-grid span{font-size:12px;color:#087b50;font-weight:700}.rfq-grid{display:grid;grid-template-columns:repeat(4,1fr);max-width:900px;margin:36px auto;gap:1px;background:var(--line);border:1px solid var(--line)}.rfq-grid span{background:white;padding:18px 12px;font-size:13px;font-weight:600}
@media(max-width:900px){.service-layout,.about-card{grid-template-columns:1fr}.service-photo{min-height:400px}.about-visual{min-height:300px}.network-grid{grid-template-columns:1fr}.rfq-grid{grid-template-columns:1fr 1fr}}
@media(max-width:620px){.capability-grid{grid-template-columns:1fr}.network-grid>a{grid-template-columns:1fr}.logo-box{height:100px}.rfq-grid{grid-template-columns:1fr}.service-layout .process{padding:8px 20px}}
.product-grid .product-card{min-height:300px;padding:26px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);transition:.25s;display:block}.product-grid .product-card:hover{background:white;transform:translateY(-3px)}.product-grid .product-card.hidden{display:none}.product-grid .product-card>span{font-size:11px;color:#16895e}.product-card em,.app-overlay em{display:block;margin-top:20px;font-style:normal;font-size:11px;font-weight:700;color:#0a8d5d;letter-spacing:.05em}.app-grid .app-photo-card{position:relative;min-height:300px;background:var(--ink);transition:.25s;overflow:hidden;display:block}.app-overlay em{color:#82efbd}.product-card:focus-visible,.app-photo-card:focus-visible{outline:3px solid var(--green);outline-offset:-3px}.contact small a{text-decoration:underline;text-underline-offset:3px}
.product-grid .product-card:hover .component-image img{transform:scale(1.06)}.product-grid .product-card:nth-child(6) .component-image img{object-fit:cover}footer a:hover{text-decoration:underline;text-underline-offset:3px}
.product-grid{grid-template-columns:repeat(auto-fit,minmax(min(300px,100%),1fr));align-items:stretch}.component-image{height:180px}.component-image img,.product-grid .product-card:nth-child(6) .component-image img{width:auto;height:auto;max-width:84%;max-height:84%;object-fit:contain}.product-grid .product-card:hover .component-image img{transform:scale(1.025)}.filters button:focus-visible{outline:3px solid var(--green);outline-offset:2px}
.product-grid .product-card,.app-grid .app-photo-card{cursor:pointer}.product-grid .product-card:hover em,.app-grid .app-photo-card:hover em{text-decoration:underline;text-underline-offset:3px}.email-address{font-size:clamp(24px,4vw,40px)!important;font-weight:700;color:var(--ink)!important;margin:28px auto 18px!important;letter-spacing:-.025em}.copy-email{min-width:210px}.copy-status{height:auto;min-height:22px;margin-top:14px}.ticker{display:none}
.app-grid .app-photo-card{min-height:410px}.app-overlay{display:flex;flex-direction:column;padding:28px}.app-overlay .icon{margin:32px 0 20px}.app-overlay h3{font-size:22px;line-height:1.2}.app-overlay p{line-height:1.55}.app-tags{display:flex;flex-wrap:wrap;gap:6px;margin-top:18px}.app-tags span{padding:5px 8px;border:1px solid #82efbd55;color:#b8d8cc;font-size:10px;font-weight:600;letter-spacing:.03em}.app-overlay em{margin-top:auto;padding-top:18px}
