@layer theme{:root,:host{--font-sans:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab, red, red)){::placeholder{color:color-mix(in oklab, currentcolor 50%, transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.visible{visibility:visible}.sr-only{clip-path:inset(50%);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.container{width:100%}@media (min-width:40rem){.container{max-width:40rem}}@media (min-width:48rem){.container{max-width:48rem}}@media (min-width:64rem){.container{max-width:64rem}}@media (min-width:80rem){.container{max-width:80rem}}@media (min-width:96rem){.container{max-width:96rem}}.hidden{display:none}.grow{flex-grow:1}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}}:root{--brand-blue:#355ba3;--brand-cyan:#459cbf;--brand-ink:#050606;--background:#fff;--foreground:var(--brand-ink);--muted:#f3f6f8;--border:#d5dce3}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:4.5rem}body{background:var(--background);color:var(--foreground);margin:0;font-family:Arial,Helvetica,sans-serif}a{color:inherit;text-decoration:none}a:focus-visible{outline-offset:4px;outline:2px solid}.container{width:min(100% - 2rem,72rem);margin-inline:auto}.site-header{z-index:10;border-bottom:1px solid var(--border);background:#fff;position:sticky;top:0}.navigation{grid-template-columns:1fr auto 1fr;align-items:center;gap:2rem;min-height:4.5rem;display:grid}.brand{align-items:center;gap:.75rem;display:inline-flex}.brand-mark{width:auto;height:2.75rem}.brand-wordmark{color:var(--brand-ink);font-family:Arial,Helvetica,sans-serif;font-size:1.5rem;font-weight:700;line-height:1}.brand-wordmark-inverse{color:#fff}.brand-mark-inverse{background:#fff;border-radius:.25rem;padding:.2rem}.brand-lockup{width:8.25rem;height:auto}.footer-brand{margin-bottom:.5rem}.nav-links,.nav-actions,.languages{align-items:center;display:flex}.nav-links{gap:2rem;font-size:.9rem}.nav-actions{justify-self:end;gap:1.5rem;font-size:.9rem}.languages{gap:.45rem}.nav-contact{border:1px solid var(--foreground);padding:.65rem 1rem}.mobile-nav-actions,.mobile-menu{display:none}.hero,.section{padding-block:clamp(5rem,10vw,9rem);scroll-margin-top:4.5rem}.hero{isolation:isolate;color:#f7f9fc;background:#090c11;align-items:center;min-height:calc(100vh - 4.5rem);padding-block:clamp(3rem,6vw,5.5rem);display:flex;position:relative;overflow:hidden}.hero:before{z-index:-2;content:"";background:linear-gradient(90deg,#090c11fa 0%,#090c11eb 42%,#0a1019c7 100%);position:absolute;inset:0}.hero:after{z-index:-1;content:"";background:radial-gradient(circle at 78%,#2a70cc21,#0000 24%),radial-gradient(circle at 54% 90%,#1f4d8b17,#0000 22%);animation:14s ease-in-out infinite alternate hero-ambient-glow;position:absolute;inset:-30%}.hero-layout{z-index:1;grid-template-columns:minmax(0,45fr) minmax(0,55fr);align-items:center;gap:clamp(2rem,5vw,5rem);display:grid;position:relative}.hero-copy{min-width:0}.hero h1{letter-spacing:-.025em;text-shadow:0 0 4rem #69a7ff1a;margin:0;font-size:clamp(3rem,5.2vw,5.25rem);font-weight:600;line-height:1.02}.hero h1 span{display:block}.hero-supporting-copy{max-width:36rem;margin-top:clamp(1.75rem,3vw,2.5rem)}.hero p,.section>.container>p{color:#555;max-width:42rem;margin:1.5rem 0 0;font-size:1.05rem;line-height:1.7}.hero p{color:#e2e9f3ad;margin-top:.85rem}.hero .hero-lead{color:#f7f9fc;margin-top:0;font-weight:600}.hero-products{place-items:center;min-width:0;margin:0;display:grid;position:relative}.hero-products img{object-fit:contain;width:100%;height:auto;display:block}.hero-products:after{filter:blur(1.25rem);content:"";background:#276cc21c;border-radius:50%;width:54%;height:2.5rem;position:absolute;bottom:-1.5rem;right:2%}.hero .button{border-color:#ffffff57;transition:border-color .18s,background-color .18s,color .18s,box-shadow .18s}.hero .button-primary{color:#080b10;background:#f7f9fc;border-color:#f7f9fc;box-shadow:0 .75rem 2.5rem #0000003d}.hero .button-secondary{color:#f7f9fc;-webkit-backdrop-filter:blur(.35rem);backdrop-filter:blur(.35rem);background:#ffffff09}.hero .button-primary:hover{background:#fff;border-color:#fff;box-shadow:0 1rem 3rem #3784eb33}.hero .button-secondary:hover{background:#ffffff14;border-color:#ffffffa6}@keyframes hero-ambient-glow{0%{opacity:.8;transform:translate(-1.5%)scale(1)}to{opacity:1;transform:translate(1.5%,-1%)scale(1.04)}}.actions{flex-wrap:wrap;gap:.75rem;margin-top:2rem;display:flex}.button{border:1px solid var(--foreground);padding:.85rem 1.2rem;font-weight:600;display:inline-block}.button-primary{background:var(--foreground);color:#fff}.button-secondary{background:#fff}.section-muted{background:var(--muted)}.section-label{letter-spacing:.08em;text-transform:uppercase;color:#555;font-weight:700;margin:0 0 1rem!important;font-size:.78rem!important}.section h2{max-width:52rem;margin:0;font-size:clamp(2.25rem,5vw,4.5rem);font-weight:600;line-height:1.08}.simple-list{border-top:1px solid var(--border);max-width:52rem;margin:3rem 0 2rem;padding:0;list-style:none;display:grid}.simple-list li{border-bottom:1px solid var(--border);padding:1.25rem 0}.steps,.applications{grid-template-columns:repeat(2,1fr);column-gap:2rem}.text-link{text-underline-offset:.3rem;text-decoration:underline;display:inline-block}.homepage-why{isolation:isolate;color:#f7f9fc;background:#10141b;position:relative;overflow:hidden}.homepage-why:before{z-index:-1;content:"";background:radial-gradient(circle at 78%,#3385ee33,#0000 25%),linear-gradient(120deg,#0000 42%,#a4c2e70e 42.1%,#0000 42.3%);position:absolute;inset:0}.homepage-why>.container>p{color:#e2e9f3b8}.homepage-why .button{color:#080b10;background:#f7f9fc;border-color:#f7f9fc;margin-top:2rem;transition:background-color .16s,box-shadow .16s}.homepage-why .button:hover{background:#fff;box-shadow:0 1rem 3rem #3784eb2e}.product-families{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin:3rem 0 0;padding:0;list-style:none;display:grid}.product-families-barrier{grid-template-columns:repeat(2,minmax(0,1fr))}.comparison-cta{text-align:center;max-width:46rem;margin:clamp(3.5rem,7vw,6rem) auto 0}.comparison-cta h3{margin:0;font-size:clamp(1.75rem,3.5vw,2.75rem);font-weight:600;line-height:1.15}.comparison-cta p{color:#555;margin:1rem auto 0;line-height:1.7}.comparison-cta .button{margin-top:1.75rem}.comparison-prompt{color:#555;text-underline-offset:.25rem;width:fit-content;margin:1.25rem auto 0;font-size:.9rem;text-decoration:underline;display:block}.product-family{border:1px solid var(--border);background:#fff;flex-direction:column;min-width:0;display:flex;overflow:hidden}.product-visual{border-bottom:1px solid var(--border);background:linear-gradient(145deg,#edf2f6,#fff);min-height:15rem;position:relative;overflow:hidden}.product-visual img{object-fit:contain;padding:1.25rem}.product-family-content{flex-direction:column;flex:1;align-items:flex-start;padding:clamp(1.4rem,3vw,2rem);display:flex}.product-family h3{margin:0;font-size:clamp(1.4rem,2.5vw,2rem);font-weight:600}.product-family p{color:#555;margin:1rem 0 2rem;line-height:1.65}.product-family-button{margin-top:auto;transition:background-color .16s,color .16s}.product-family-button:hover{background:var(--foreground);color:#fff}.final-cta{text-align:center}.final-cta h2,.final-cta p{margin-inline:auto!important}.final-cta-actions{justify-content:center}.final-cta .button{transition:background-color .16s,color .16s,border-color .16s}.final-cta .button-primary:hover{background:#333;border-color:#333}.final-cta .button-secondary:hover{background:var(--muted)}.final-cta .button:focus-visible{outline-offset:4px;outline:3px solid #1267d6}.final-cta .final-cta-note{color:#666;font-size:.82rem;line-height:1.5;margin-top:1.25rem!important}.product-hero{color:#f7f9fc;background:#080b10;padding-block:clamp(2rem,5vw,4rem) clamp(4.5rem,9vw,8rem)}.breadcrumb{color:#e2e9f39e;margin-bottom:clamp(4rem,9vw,8rem);font-size:.82rem}.breadcrumb ol{flex-wrap:wrap;gap:.55rem;margin:0;padding:0;list-style:none;display:flex}.breadcrumb li:not(:last-child):after{content:"/";color:#e2e9f359;margin-left:.55rem}.breadcrumb a:hover{color:#fff}.product-hero .section-label{color:#b0c9eab3}.product-hero h1{letter-spacing:-.04em;max-width:60rem;margin:0;font-size:clamp(3.75rem,10vw,8rem);font-weight:600;line-height:.95}.product-positioning{color:#e2e9f3b8;max-width:42rem;margin:1.75rem 0 0;font-size:clamp(1.05rem,2vw,1.3rem);line-height:1.65}.product-detail-visual{background:radial-gradient(circle at 58% 42%,#3284ee33,#0000 25%),linear-gradient(145deg,#111722,#080b10 62%);border:1px solid #ffffff21;place-items:center;min-height:clamp(22rem,55vw,42rem);margin-top:clamp(3.5rem,8vw,7rem);display:grid;position:relative;overflow:hidden}.product-detail-visual img{object-fit:contain;padding:clamp(1.5rem,5vw,4rem)}.product-features ul{background:var(--border);grid-template-columns:repeat(3,1fr);gap:1px;margin:3.5rem 0 0;padding:0;list-style:none;display:grid}.product-features li{background:#fff;min-height:15rem;padding:clamp(1.5rem,3vw,2.5rem)}.product-features li span{color:#777;letter-spacing:.12em;font-size:.72rem}.product-features h3{margin:4rem 0 0;font-size:clamp(1.15rem,2vw,1.45rem);font-weight:600;line-height:1.35}.product-applications-layout{grid-template-columns:1fr 1fr;align-items:start;gap:clamp(3rem,8vw,8rem);display:grid}.product-applications-layout>div>p:last-child,.brochure-card>div>p:last-child{color:#555;max-width:38rem;line-height:1.7}.product-applications-layout .simple-list{width:100%;margin:0}.brochure-section{background:#fff}.brochure-card{border:1px solid var(--border);background:var(--muted);justify-content:space-between;align-items:end;gap:3rem;padding:clamp(2rem,5vw,4rem);display:flex}.brochure-card h2{font-size:clamp(2rem,4vw,3.5rem)}.brochure-card .button:disabled{color:#777;cursor:not-allowed;opacity:.8;border-color:#bbb}.product-compare-link{text-align:center;padding-bottom:clamp(4rem,8vw,7rem)}.product-enquiry{color:#f7f9fc;background:#080b10}.product-enquiry>.container>p{color:#e2e9f3b3}.product-enquiry .button-primary{color:#080b10;background:#f7f9fc;border-color:#f7f9fc}.technology-hero{isolation:isolate;color:#f7f9fc;background:#080b10;align-items:center;min-height:calc(100vh - 4.5rem);padding-block:clamp(6rem,12vw,11rem);display:flex;position:relative;overflow:hidden}.technology-hero:before{z-index:-1;content:"";background:radial-gradient(circle at 72% 48%,#2b82f233,#0000 24%),linear-gradient(#a4c2e70e 1px,#0000 1px) 0 0/5rem 5rem,linear-gradient(90deg,#a4c2e70e 1px,#0000 1px) 0 0/5rem 5rem;position:absolute;inset:0;-webkit-mask-image:linear-gradient(90deg,#0000,#000 30%,#000);mask-image:linear-gradient(90deg,#0000,#000 30%,#000)}.technology-hero .section-label{color:#b0c9eab3}.technology-hero h1{letter-spacing:-.04em;max-width:58rem;margin:0;font-size:clamp(3.5rem,9vw,7.5rem);font-weight:600;line-height:.98}.technology-hero>.container>p:not(.section-label){color:#e2e9f3b8;max-width:43rem;margin:2rem 0 0;font-size:clamp(1.05rem,2vw,1.25rem);line-height:1.7}.solutions-hero{isolation:isolate;color:#f7f9fc;background:#080b10;align-items:end;min-height:calc(82vh - 4.5rem);padding-block:clamp(7rem,14vw,12rem);display:flex;position:relative;overflow:hidden}.solutions-hero:before{z-index:-1;content:"";background:radial-gradient(circle at 76% 34%,#3385ee38,#0000 24%),linear-gradient(135deg,#0000 48%,#a4c2e70f 48.1%,#0000 48.3%);position:absolute;inset:0}.solutions-hero .section-label{color:#b0c9eab3}.solutions-hero h1{letter-spacing:-.04em;max-width:65rem;margin:0;font-size:clamp(3.5rem,9vw,7.5rem);font-weight:600;line-height:.96}.solutions-hero p:not(.section-label){color:#e2e9f3b8;max-width:46rem;margin:2rem 0 0;font-size:clamp(1.05rem,2vw,1.25rem);line-height:1.7}.solutions-hero-lines{gap:1.25rem;display:flex;position:absolute;bottom:-4rem;right:0;transform:rotate(-35deg)}.solutions-hero-lines span{background:linear-gradient(#0000,#4a9bffb3,#0000);width:1px;height:14rem}.solutions-environments{background:#f3f5f7}.solutions-environments>.container>.section-label{margin-bottom:3rem!important}.solutions-grid{background:#cfd4da;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;display:grid}.solutions-grid article{background:#fff;flex-direction:column;min-height:22rem;padding:clamp(2rem,5vw,4rem);display:flex}.solutions-grid article>span{color:#718096;letter-spacing:.12em;font-size:.72rem}.solutions-grid h3{max-width:30rem;margin:auto 0 1.25rem;font-size:clamp(1.75rem,4vw,3rem);font-weight:600;line-height:1.1}.solutions-grid p{color:#555;max-width:32rem;margin:0;line-height:1.7}.technology-signal{align-items:end;gap:.65rem;display:flex;position:absolute;bottom:3rem;right:2rem}.technology-signal span{background:#59a6ff66;width:2px;height:1.25rem}.technology-signal span:nth-child(2){height:2.25rem}.technology-signal span:nth-child(3){height:3.25rem}.technology-signal span:nth-child(4){background:#3d92ff;height:4.25rem}.technology-process{background:#f7f7f6}.technology-process>.container>.section-label{margin-bottom:2.5rem!important}.technology-process ol{border-top:1px solid var(--border);margin:0;padding:0;list-style:none}.technology-process li{border-bottom:1px solid var(--border);grid-template-columns:4rem minmax(0,.8fr) minmax(0,1.2fr);align-items:center;gap:clamp(1.5rem,4vw,4rem);padding-block:clamp(2.5rem,5vw,5rem);display:grid}.technology-process li:nth-child(2n) .process-copy{grid-column:3}.technology-process li:nth-child(2n) .technology-image-frame{grid-area:1/2}.process-number{color:#777;letter-spacing:.12em;align-self:start;font-size:.75rem}.process-diagram{background:linear-gradient(135deg,#eef1f4,#fff);border:1px solid #d3d8de;height:8rem;position:relative;overflow:hidden}.process-diagram:before{content:"";background:#aeb8c3;width:72%;height:1px;position:absolute;top:50%;left:14%}.process-diagram span{aspect-ratio:1;background:#f7f7f6;border:1px solid #2a75ce;width:1rem;position:absolute;top:50%;transform:translateY(-50%)rotate(45deg)}.process-diagram span:first-child{left:14%}.process-diagram span:last-child{background:#2a75ce;right:14%;box-shadow:0 0 2rem #2a75ce59}.technology-process h3{margin:0;font-size:clamp(2.25rem,5vw,4.5rem);font-weight:600;line-height:1}.technology-process li p{color:#555;max-width:35rem;margin:1.25rem 0 0;line-height:1.7}.technology-image-frame{background:#fff;border:1px solid #dce3ea;border-radius:1.25rem;overflow:hidden;box-shadow:0 1.25rem 3.5rem #1b344f17}.technology-image-frame img{object-fit:contain;width:100%;height:auto;display:block}.technology-integration{background:#fff}.technology-integration>.container{grid-template-columns:1fr 1fr;align-items:center;gap:clamp(3rem,8vw,8rem);display:grid}.integration-image-frame{justify-self:center;width:min(100%,31rem);padding:clamp(.5rem,1.5vw,1rem)}.integration-diagram{border:1px solid var(--border);background:radial-gradient(circle,#2777d81a,#0000 38%),#f7f7f6;place-items:center;min-height:28rem;display:grid;position:relative}.integration-diagram:before,.integration-diagram:after{content:"";background:#b8c0c9;position:absolute}.integration-diagram:before{width:62%;height:1px}.integration-diagram:after{width:1px;height:62%}.integration-diagram span{z-index:1;aspect-ratio:1;background:#fff;border:1px solid #9ca8b5;width:3rem;position:absolute;transform:rotate(45deg)}.integration-diagram span:first-child{top:14%}.integration-diagram span:nth-child(2){right:14%}.integration-diagram span:nth-child(3){bottom:14%}.integration-diagram span:nth-child(4){background:#2678d8;border-color:#2678d8;left:14%;box-shadow:0 0 2.5rem #2678d840}.technology-integration h2{margin:0;font-size:clamp(2.5rem,6vw,5rem);font-weight:600;line-height:1.05}.technology-integration>.container>div:last-child>p:last-child{color:#555;max-width:38rem;margin:1.5rem 0 0;line-height:1.7}.why-hero{isolation:isolate;color:#f7f9fc;background:#080b10;align-items:end;min-height:calc(88vh - 4.5rem);padding-block:clamp(7rem,14vw,12rem);display:flex;position:relative;overflow:hidden}.why-hero:before{z-index:-1;content:"";background:radial-gradient(circle at 74% 40%,#3385ee38,#0000 23%),linear-gradient(120deg,#0000 35%,#a4c2e70e 35.1%,#0000 35.3%);position:absolute;inset:0}.why-hero .section-label{color:#b0c9eab3}.why-hero h1{letter-spacing:-.045em;max-width:62rem;margin:0;font-size:clamp(3.75rem,10vw,8rem);font-weight:600;line-height:.95}.why-hero p:not(.section-label){color:#e2e9f3b8;max-width:42rem;margin:2rem 0 0;font-size:clamp(1.1rem,2vw,1.35rem);line-height:1.65}.why-hero-mark{gap:.5rem;display:flex;position:absolute;bottom:2rem;right:1rem}.why-hero-mark span{background:#4897f7a6;width:2.5rem;height:1px;display:block}.why-split{grid-template-columns:minmax(0,1fr) minmax(0,.8fr);align-items:start;gap:clamp(3rem,9vw,9rem);display:grid}.why-split h2,.why-contrast h2,.why-engineering h2{font-size:clamp(2.5rem,6vw,5.5rem)}.why-copy p,.why-lead,.why-summary,.why-engineering>.container>p{color:#555;margin:0 0 1.5rem;font-size:1.05rem;line-height:1.75}.why-contrast{background:#f3f5f7}.purpose-grid{background:#cfd4da;grid-template-columns:repeat(2,1fr);gap:1px;margin-top:4rem;display:grid}.purpose-grid article{background:#fff;min-height:19rem;padding:clamp(2rem,5vw,4rem)}.purpose-grid h3{margin:0 0 5rem;font-size:clamp(1.5rem,3vw,2.25rem)}.purpose-grid p{color:#555;max-width:29rem;margin:0;line-height:1.7}.why-summary{max-width:48rem;margin:3rem 0 0}.why-malaysia{color:#f7f9fc;background:#10141b}.why-malaysia .section-label{color:#b0c9eab3}.why-malaysia .why-lead{color:#e2e9f3b3;margin-top:2rem}.why-malaysia ul,.why-philosophy ul,.why-engineering ol{margin:0;padding:0;list-style:none}.why-malaysia li{border-top:1px solid #ffffff24;grid-template-columns:3rem 1fr;gap:1rem;padding:1.5rem 0;line-height:1.5;display:grid}.why-malaysia li:last-child{border-bottom:1px solid #ffffff24}.why-malaysia li span,.why-engineering li span{color:#718096;letter-spacing:.12em;font-size:.72rem}.why-engineering>.container>p{max-width:42rem;margin-top:1.5rem}.why-design-link{margin-top:.5rem}.why-engineering ol{background:var(--border);grid-template-columns:repeat(4,1fr);gap:1px;margin-top:4rem;display:grid}.why-engineering li{background:#fff;min-height:13rem;padding:1.5rem}.why-engineering h3{margin:4rem 0 0;font-size:1.15rem}.engineering-infographic{isolation:isolate;background:#0a0e14;border:1px solid #ffffff1a;margin-top:clamp(4rem,8vw,7rem);position:relative;overflow:hidden;box-shadow:0 2.5rem 7rem #0f1d2f24}.engineering-infographic:before{z-index:-2;content:"";background:radial-gradient(circle at 50% 48%,#2d7ee233,#0000 29%),linear-gradient(#9abee80b 1px,#0000 1px) 0 0/4rem 4rem,linear-gradient(90deg,#9abee80b 1px,#0000 1px) 0 0/4rem 4rem;position:absolute;inset:0;-webkit-mask-image:linear-gradient(90deg,#0000,#000 18% 82%,#0000);mask-image:linear-gradient(90deg,#0000,#000 18% 82%,#0000)}.engineering-infographic:after{z-index:-1;filter:blur(4rem);content:"";background:#2d7ee21a;border-radius:50%;position:absolute;inset:15% 5%}.engineering-infographic .engineering-lane{background:linear-gradient(90deg,#0000,#78aeefa6 12%,#4a9bff 50%,#78aeefa6 88%,#0000);width:84%;height:1px;position:absolute;top:50%;left:8%;box-shadow:0 0 1.5rem #4494f68c}.engineering-infographic .engineering-lane span{aspect-ratio:1;background:#0a0e14;border:1px solid #9acaffcc;width:.55rem;position:absolute;top:50%;transform:translateY(-50%)rotate(45deg)}.engineering-infographic .engineering-lane span:first-child{left:0}.engineering-infographic .engineering-lane span:last-child{background:#4a9bff;right:0;box-shadow:0 0 1.5rem #4a9bffcc}.why-engineering .engineering-infographic ol{background:0 0;grid-template-columns:repeat(7,1fr);gap:0;margin:0;padding:clamp(3rem,7vw,6rem) clamp(1rem,3vw,2.5rem);display:grid;position:relative}.why-engineering .engineering-infographic li{color:#f7f9fc;background:0 0;flex-direction:column;justify-content:flex-start;min-width:0;min-height:18rem;padding:0 clamp(.5rem,1.4vw,1rem);display:flex;position:relative}.why-engineering .engineering-infographic li:nth-child(2n){justify-content:flex-end}.why-engineering .engineering-infographic li:after{aspect-ratio:1;content:"";background:#69aaff;border:2px solid #0a0e14;border-radius:50%;width:.8rem;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 0 0 1px #87beff7a,0 0 1.4rem #4a9bffb3}.why-engineering .engineering-infographic li span{color:#a6caf4a3}.why-engineering .engineering-infographic h3{max-width:9rem;margin:1rem 0 0;font-size:clamp(.76rem,1.2vw,1rem);font-weight:500;line-height:1.4}.why-philosophy{background:#f3f5f7}.why-philosophy>.container>ul{background:var(--border);grid-template-columns:repeat(6,1fr);gap:1px;margin-top:5rem;display:grid}.why-philosophy li{background:#fff;grid-column:span 2;min-height:16rem;padding:clamp(1.5rem,3vw,2.5rem)}.why-philosophy li:nth-last-child(-n+2){grid-column:span 3}.why-philosophy h3{margin:0 0 4rem;font-size:clamp(1.2rem,2vw,1.5rem)}.why-philosophy li p{color:#555;margin:0;line-height:1.65}.about-hero{isolation:isolate;color:#f7f9fc;background:#080b10;align-items:center;min-height:calc(86vh - 4.5rem);padding-block:clamp(7rem,14vw,12rem);display:flex;position:relative;overflow:hidden}.about-hero:before{z-index:-1;content:"";background:radial-gradient(circle at 75% 48%,#3385ee38,#0000 24%),linear-gradient(115deg,#0000 50%,#a4c2e70e 50.1%,#0000 50.3%);position:absolute;inset:0}.about-hero .section-label{color:#b0c9eab3}.about-hero h1{letter-spacing:-.045em;max-width:64rem;margin:0;font-size:clamp(3.75rem,10vw,8rem);font-weight:600;line-height:.95}.about-hero p:not(.section-label){color:#e2e9f3b8;max-width:40rem;margin:2rem 0 0;font-size:clamp(1.1rem,2vw,1.35rem);line-height:1.65}.about-orbit{aspect-ratio:1;border:1px solid #5ba1f73d;border-radius:50%;width:clamp(9rem,19vw,16rem);position:absolute;bottom:12%;right:3%}.about-orbit span{border:1px solid #5ba1f757;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.about-orbit span:first-child{aspect-ratio:1;width:66%}.about-orbit span:nth-child(2){aspect-ratio:1;background:#3d92ff1f;width:30%;box-shadow:0 0 2rem #3d92ff33}.about-orbit span:last-child{aspect-ratio:1;background:#69aaff;border:0;width:.5rem;box-shadow:0 0 1rem #69aaff}.about-split{grid-template-columns:minmax(0,1fr) minmax(0,.8fr);align-items:start;gap:clamp(3rem,9vw,9rem);display:grid}.about-split h2,.about-commitment h2{font-size:clamp(2.5rem,6vw,5.5rem)}.about-copy p,.about-lead{color:#555;margin:0 0 1.5rem;font-size:1.05rem;line-height:1.75}.about-beliefs{background:#f3f5f7}.about-beliefs ol{background:var(--border);grid-template-columns:repeat(6,1fr);gap:1px;margin:5rem 0 0;padding:0;list-style:none;display:grid}.about-beliefs li{background:#fff;grid-column:span 2;min-height:19rem;padding:clamp(1.5rem,3vw,2.5rem)}.about-beliefs li:nth-last-child(-n+2){grid-column:span 3}.about-beliefs li>span{color:#718096;letter-spacing:.12em;font-size:.72rem}.about-beliefs h3{margin:3.5rem 0 1rem;font-size:clamp(1.2rem,2vw,1.55rem);line-height:1.25}.about-beliefs li p{color:#555;margin:0;line-height:1.65}.about-work{background:#fff}.about-commitment{color:#f7f9fc;background:#10141b}.about-commitment .section-label{color:#b0c9eab3}.about-commitment>.container>p:last-child{color:#e2e9f3b8;max-width:48rem;font-size:1.1rem;line-height:1.75}.compare-hero{isolation:isolate;color:#f7f9fc;background:#080b10;align-items:end;min-height:calc(78vh - 4.5rem);padding-block:clamp(7rem,14vw,12rem);display:flex;position:relative;overflow:hidden}.compare-hero:before{z-index:-1;content:"";background:radial-gradient(circle at 78% 38%,#3385ee38,#0000 24%),linear-gradient(90deg,#0000 49.9%,#a4c2e70f 50%,#0000 50.1%);position:absolute;inset:0}.compare-hero .section-label{color:#b0c9eab3}.compare-hero h1{letter-spacing:-.04em;max-width:67rem;margin:0;font-size:clamp(3.5rem,9vw,7.5rem);font-weight:600;line-height:.96}.compare-hero p:not(.section-label){color:#e2e9f3b8;max-width:45rem;margin:2rem 0 0;font-size:clamp(1.05rem,2vw,1.25rem);line-height:1.7}.compare-hero-mark{gap:.65rem;display:grid;position:absolute;bottom:3rem;right:2rem}.compare-hero-mark span{background:linear-gradient(90deg,#0000,#4a9bffcc);width:clamp(5rem,12vw,10rem);height:1px;display:block}.compare-hero-mark span:nth-child(2){transform:translate(-2rem)}.comparison-section>.container>p:not(.section-label){max-width:43rem}.comparison-section-muted{background:#f3f5f7}.comparison-table-wrap{border:1px solid var(--border);background:#fff;margin-top:clamp(3rem,7vw,5rem);overflow-x:auto}.comparison-table-wrap:focus-visible{outline-offset:4px;outline:3px solid #1267d6}.comparison-table{border-collapse:collapse;table-layout:fixed;width:100%;min-width:58rem}.comparison-table th,.comparison-table td{border-right:1px solid var(--border);border-bottom:1px solid var(--border);text-align:left;vertical-align:top;padding:clamp(1.25rem,2.5vw,2rem)}.comparison-table tr>:last-child{border-right:0}.comparison-table tbody tr:last-child>*{border-bottom:0}.comparison-table thead th{color:#f7f9fc;background:#10141b;font-size:clamp(1.35rem,2.5vw,2rem);font-weight:600}.comparison-table .comparison-category{width:18%}.comparison-table thead .comparison-category{background:#080b10}.comparison-table tbody th{color:#3f4853;letter-spacing:.06em;text-transform:uppercase;background:#f5f6f7;font-size:.78rem;line-height:1.5}.comparison-table td{color:#4e5660;line-height:1.65}.comparison-guidance{background:#fff}.comparison-guidance>.container{grid-template-columns:minmax(0,.85fr) minmax(0,1fr);align-items:start;gap:clamp(2rem,8vw,8rem);display:grid}.comparison-guidance .section-label{grid-column:1/-1;margin-bottom:0!important}.comparison-guidance h2{font-size:clamp(2.5rem,6vw,5.5rem)}.comparison-guidance>.container>p:last-child{color:#555;margin:0;font-size:1.08rem;line-height:1.8}.design-principles-hero{isolation:isolate;color:#f7f9fc;background:#080b10;align-items:end;min-height:calc(88vh - 4.5rem);padding-block:clamp(7rem,14vw,12rem);display:flex;position:relative;overflow:hidden}.design-principles-hero:before{z-index:-1;content:"";background-color:#0000;background-image:radial-gradient(circle at 76% 42%,#3385ee38,#0000 24%),linear-gradient(90deg,#a4c2e70b 1px,#0000 1px);background-position:0 0,0 0;background-repeat:repeat,repeat;background-size:5rem 100%;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;position:absolute;inset:0;-webkit-mask-image:linear-gradient(90deg,#0000,#000 30% 90%);mask-image:linear-gradient(90deg,#0000,#000 30% 90%)}.design-principles-hero .section-label{color:#b0c9eab3}.design-principles-hero h1{letter-spacing:-.04em;max-width:67rem;margin:0;font-size:clamp(3.5rem,9vw,7.5rem);font-weight:600;line-height:.96}.design-principles-hero p:not(.section-label){color:#e2e9f3b8;max-width:47rem;margin:2rem 0 0;font-size:clamp(1.05rem,2vw,1.3rem);line-height:1.7}.design-lane-mark{gap:.55rem;display:grid;position:absolute;bottom:2rem;right:1rem}.design-lane-mark span{background:linear-gradient(90deg,#0000,#4a9bffcc);width:clamp(5rem,12vw,10rem);height:1px;display:block}.design-lane-mark span:nth-child(2){transform:translate(-2rem)}.design-principles-list{background:#f3f5f7}.design-principles-list ol{border-top:1px solid #cfd4da;margin:0;padding:0;list-style:none}.design-principles-list li{border-bottom:1px solid #cfd4da;grid-template-columns:4rem 1fr;gap:clamp(1.5rem,5vw,5rem);padding-block:clamp(3rem,7vw,6rem);display:grid}.design-principles-list li>span{color:#718096;letter-spacing:.12em;padding-top:.5rem;font-size:.72rem}.design-principles-list article{grid-template-columns:minmax(0,.9fr) minmax(0,.7fr);align-items:start;gap:clamp(2rem,8vw,8rem);display:grid}.design-principles-list h2{font-size:clamp(2.2rem,5vw,4.5rem)}.design-principles-list p{color:#555;margin:.5rem 0 0;font-size:1.05rem;line-height:1.75}.design-approach{color:#f7f9fc;background:#10141b}.design-approach .section-label{color:#b0c9eab3}.design-approach-intro{grid-template-columns:minmax(0,1fr) minmax(0,.75fr);align-items:end;gap:clamp(3rem,9vw,9rem);display:grid}.design-approach-intro>p{color:#e2e9f3b3;margin:0;font-size:1.08rem;line-height:1.75}.design-approach ul{background:#ffffff29;grid-template-columns:repeat(6,1fr);gap:1px;margin:5rem 0 0;padding:0;list-style:none;display:grid}.design-approach li{background:#151a22;grid-column:span 2;min-height:16rem;padding:clamp(1.5rem,3vw,2.5rem)}.design-approach li:nth-last-child(-n+2){grid-column:span 3}.design-approach h3{margin:0 0 4rem;font-size:clamp(1.2rem,2vw,1.5rem)}.design-approach li p{color:#e2e9f3ad;margin:0;line-height:1.65}.site-footer{border-top:1px solid var(--border);padding-top:4rem}.footer-layout{justify-content:space-between;gap:3rem;padding-bottom:4rem;display:flex}.footer-layout p{color:#555;max-width:24rem;line-height:1.6}.footer-navigation{align-items:flex-start;gap:clamp(2rem,6vw,5rem);display:flex}.footer-layout nav{flex-wrap:wrap;align-items:flex-start;gap:1.5rem;font-size:.9rem;display:flex}.footer-layout .footer-resources{white-space:nowrap;flex-direction:column;gap:.85rem}.footer-bottom{border-top:1px solid var(--border);color:#555;padding-block:1.5rem;font-size:.8rem}@media (max-width:760px){.navigation{justify-content:space-between;gap:1rem;min-height:4.5rem;display:flex}.nav-links,.nav-actions{display:none}.mobile-nav-actions,.mobile-languages{align-items:center;display:flex}.mobile-nav-actions{gap:1.25rem}.mobile-languages{letter-spacing:.04em;gap:.4rem;font-size:.78rem}.menu-button,.menu-close{width:2.75rem;height:2.75rem;color:var(--foreground);cursor:pointer;background:0 0;border:0;margin:0;padding:.75rem;display:grid}.menu-button{align-content:center;gap:.4rem}.menu-button span{background:currentColor;width:100%;height:1px;display:block}.menu-button:focus-visible,.menu-close:focus-visible{outline-offset:2px;outline:2px solid}.mobile-menu{z-index:20;color:#fff;background:#111;display:block;position:fixed;inset:0;overflow-y:auto}.mobile-menu-header{border-bottom:1px solid #333;justify-content:space-between;align-items:center;min-height:4.5rem;display:flex}.menu-close{position:relative}.menu-close span{background:currentColor;width:1.35rem;height:1px;position:absolute;top:50%;left:.7rem}.menu-close span:first-child{transform:rotate(45deg)}.menu-close span:last-child{transform:rotate(-45deg)}.mobile-menu-links{flex-direction:column;padding-block:clamp(2.5rem,10vh,5rem);display:flex}.mobile-menu-links a{border-bottom:1px solid #333;padding:1.25rem 0;font-size:clamp(1.75rem,8vw,2.75rem);font-weight:500;line-height:1.15}.mobile-menu-links a:first-child{border-top:1px solid #333}.mobile-menu-links a:focus-visible{outline-offset:-2px;outline-color:#fff}.hero{min-height:auto;padding-block:4rem}.hero-layout{grid-template-columns:1fr;gap:3.5rem}.hero h1{font-size:clamp(3rem,14vw,4.5rem)}.hero-products{width:min(100%,32rem);margin-inline:auto}.steps,.applications,.product-families,.product-families-barrier{grid-template-columns:1fr}.brand-mark{width:auto;height:2.625rem}.brand-wordmark{font-size:1.125rem}.brand-lockup{width:7rem}.product-visual{min-height:13rem}.product-features ul,.product-applications-layout{grid-template-columns:1fr}.product-features li{min-height:11rem}.product-features h3{margin-top:2.5rem}.brochure-card{flex-direction:column;align-items:flex-start}.product-detail-visual{min-height:20rem}.technology-hero,.solutions-hero{min-height:auto}.solutions-grid{grid-template-columns:1fr}.solutions-grid article{min-height:18rem}.technology-process li{grid-template-columns:2.5rem minmax(0,1fr);min-height:auto}.process-diagram{grid-column:2;width:100%}.technology-process li .process-copy,.technology-process li:nth-child(2n) .process-copy,.technology-process li .technology-image-frame,.technology-process li:nth-child(2n) .technology-image-frame{grid-area:auto/2}.technology-integration>.container{grid-template-columns:1fr}.integration-diagram{min-height:20rem}.why-hero{min-height:auto}.why-split,.purpose-grid{grid-template-columns:1fr}.why-engineering ol{grid-template-columns:repeat(2,1fr)}.engineering-infographic{box-shadow:none;background:0 0;border:0;overflow:visible}.engineering-infographic:before,.engineering-infographic:after{display:none}.engineering-infographic .engineering-lane{background:linear-gradient(#0000,#78aeefa6 8%,#4a9bff 50%,#78aeefa6 92%,#0000);width:1px;height:auto;top:0;bottom:0;left:1.25rem}.engineering-infographic .engineering-lane span{top:auto;transform:translate(-50%)rotate(45deg);left:50%!important}.engineering-infographic .engineering-lane span:first-child{top:0}.engineering-infographic .engineering-lane span:last-child{bottom:0;right:auto}.why-engineering .engineering-infographic ol{grid-template-columns:1fr;gap:0;padding:1rem 0 1rem 3.5rem}.why-engineering .engineering-infographic li,.why-engineering .engineering-infographic li:nth-child(2n){min-height:0;color:var(--foreground);justify-content:flex-start;padding:1.35rem 0}.why-engineering .engineering-infographic li:after{border-color:#fff;top:50%;left:-2.25rem}.why-engineering .engineering-infographic h3{max-width:none;margin-top:.55rem;font-size:1rem}.why-philosophy>.container>ul{grid-template-columns:1fr}.why-philosophy li,.why-philosophy li:nth-last-child(-n+2){grid-column:auto;min-height:13rem}.about-hero{min-height:auto}.about-orbit{opacity:.55;right:-4rem}.about-split,.about-beliefs ol{grid-template-columns:1fr}.about-beliefs li,.about-beliefs li:nth-last-child(-n+2){grid-column:auto;min-height:15rem}.compare-hero,.design-principles-hero{min-height:auto}.design-lane-mark{opacity:.5}.design-principles-list li{grid-template-columns:2.5rem 1fr;gap:1rem}.design-principles-list article,.design-approach-intro,.design-approach ul{grid-template-columns:1fr}.design-approach li,.design-approach li:nth-last-child(-n+2){grid-column:auto;min-height:13rem}.compare-hero-mark{opacity:.5}.comparison-table-wrap{border-right:0;margin-right:-1rem}.comparison-table{min-width:50rem}.comparison-table .comparison-category{width:10rem}.comparison-table th,.comparison-table td{padding:1.25rem}.comparison-guidance>.container{grid-template-columns:1fr}.comparison-guidance .section-label{grid-column:auto}.footer-layout,.footer-navigation{flex-direction:column}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.hero:after{animation:none}}
