@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap";*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}:root{--primary: #00123d;--primary-container: #002469;--on-primary: #ffffff;--on-primary-container: #a8c8ff;--surface: #f7f9fc;--surface-container: #eceef1;--surface-container-low: #f2f4f7;--surface-container-high: #e6e8eb;--surface-container-highest: #e0e3e6;--surface-container-lowest: #ffffff;--on-surface: #1a1c1e;--on-surface-variant: #42474e;--secondary: #4f6073;--secondary-container: #d2e4f8;--on-secondary-container: #0b1d2e;--outline: #72787e;--outline-variant: #c2c7ce;--error: #ba1a1a;--error-container: #ffdad6;--inverse-surface: #2e3133;--inverse-on-surface: #eff0f4;--surface-tint: #a8c8ff;--font-display: "Manrope", sans-serif;--font-body: "Inter", sans-serif;--space-1: .25rem;--space-2: .5rem;--space-3: .75rem;--space-4: 1rem;--space-5: 1.25rem;--space-6: 1.5rem;--space-8: 2rem;--space-10: 2.5rem;--space-12: 3rem;--space-16: 4rem;--space-20: 5rem;--space-24: 6rem;--radius-sm: .25rem;--radius-md: .375rem;--radius-lg: .75rem;--radius-xl: 1rem;--radius-2xl: 1.5rem;--radius-full: 9999px;--transition-fast: .2s ease;--transition-normal: .3s ease;--transition-slow: .5s ease}html{scroll-behavior:smooth;overflow-x:hidden}#product-categories,#oem-capabilities,#sampling-and-quotation,#factory-overview,#production-quality,#factory-gallery,#certifications,#inquiry-form{scroll-margin-top:96px}@media(max-width:767px){#product-categories,#oem-capabilities,#sampling-and-quotation,#factory-overview,#production-quality,#factory-gallery,#certifications,#inquiry-form{scroll-margin-top:76px}}body{font-family:var(--font-body);background-color:var(--surface);color:var(--on-surface);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}a{text-decoration:none;color:inherit}img{max-width:100%;height:auto;display:block}ul,ol{list-style:none}button{cursor:pointer;border:none;outline:none;font-family:inherit}input,textarea,select{font-family:inherit;outline:none}:where(a,button,input,textarea,select):focus-visible{outline:3px solid var(--surface-tint);outline-offset:3px}.app{display:flex;flex-direction:column;min-height:100vh}.animate-on-scroll{opacity:0;transform:translateY(30px);transition:opacity .6s ease-out,transform .6s ease-out}@media(prefers-reduced-motion:reduce){.animate-on-scroll{opacity:1;transform:none}}.animate-on-scroll{animation:ensureVisibility .01s 3s forwards}@keyframes ensureVisibility{to{opacity:1;transform:translateY(0)}}.animate-on-scroll.animated{opacity:1;transform:translateY(0);animation:none}.animate-on-scroll.fade-up{transform:translateY(40px)}.animate-on-scroll.fade-up.animated{transform:translateY(0)}.animate-on-scroll.fade-left{transform:translate(-40px)}.animate-on-scroll.fade-left.animated{transform:translate(0)}.animate-on-scroll.fade-right{transform:translate(40px)}.animate-on-scroll.fade-right.animated{transform:translate(0)}.animate-on-scroll.scale-in{transform:scale(.95)}.animate-on-scroll.scale-in.animated{transform:scale(1)}.animate-on-scroll.delay-100{transition-delay:.1s}.animate-on-scroll.delay-200{transition-delay:.2s}.animate-on-scroll.delay-300{transition-delay:.3s}.animate-on-scroll.delay-400{transition-delay:.4s}.animate-on-scroll.delay-500{transition-delay:.5s}@media(max-width:640px){body{word-break:break-word;overflow-wrap:break-word}h1,h2,h3,h4,h5,h6,.section-title,.hero-title,.hero-description,.factory-title,.factory-description,.cta-title,.cta-description,.oem-section-title,.oem-hero__title,.oem-hero__subtitle,.contact-hero-title,.contact-hero-subtitle,.products-hero-title{white-space:normal!important;word-break:break-word;overflow-wrap:break-word}p,span,div{max-width:100%}}.app{min-height:100vh;display:flex;flex-direction:column}.header{position:sticky;top:0;z-index:100;width:100%;background:#f7f9fccc;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);transition:box-shadow var(--transition-normal)}.header--scrolled{box-shadow:0 4px 20px #00123d14}.header__nav{display:flex;justify-content:space-between;align-items:center;max-width:1440px;margin:0 auto;padding:var(--space-4) var(--space-8)}.header__logo{display:block;text-decoration:none}.header__brand-lockup{display:flex;align-items:center;gap:8px;height:38px}.header__brand-mark{display:block;width:38px;height:38px;object-fit:contain}.header__brand-copy{display:flex;flex-direction:column;justify-content:center;gap:1px}.header__brand-wordmark{display:block;width:156px;height:auto}.header__logo-tagline{font-family:var(--font-body);font-size:.75rem;color:var(--secondary);letter-spacing:.02em;line-height:1.1;white-space:nowrap}.header__menu{display:none;align-items:center;gap:var(--space-8)}.header__link{font-family:var(--font-display);font-size:.9375rem;font-weight:600;color:var(--secondary);padding:var(--space-2) 0;position:relative;transition:color var(--transition-fast)}.header__link:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:var(--primary);transition:width var(--transition-fast)}.header__link:hover{color:var(--primary)}.header__link:hover:after{width:100%}.header__link--active{color:var(--primary)}.header__link--active:after{width:100%}.header__actions{display:flex;align-items:center;gap:var(--space-4)}.header__cta{display:none;align-items:center;gap:var(--space-2);padding:var(--space-3) var(--space-5);background:linear-gradient(135deg,var(--primary),var(--primary-container));color:var(--on-primary);font-family:var(--font-display);font-size:.875rem;font-weight:600;border-radius:var(--radius-md);transition:transform var(--transition-fast),box-shadow var(--transition-fast)}.header__cta:hover{transform:translateY(-2px);box-shadow:0 8px 20px #00123d33}.header__cta .material-symbols-outlined{font-size:1.125rem}.header__bottom-nav{display:none}.header__hamburger{display:flex;align-items:center;justify-content:center;width:44px;height:44px;background:transparent;border-radius:var(--radius-md);transition:background var(--transition-fast)}.header__hamburger:hover{background:#00123d0d}.header__hamburger .material-symbols-outlined{font-size:1.5rem;color:var(--primary)}@media(min-width:768px){.header__menu,.header__cta{display:flex}.header__hamburger{display:none}}@media(max-width:767px){.app--immersive-product .header,.app--immersive-product .footer{display:none}.app.app--immersive-product{padding-bottom:0}.header{background:#f7f9fcf0;backdrop-filter:none;-webkit-backdrop-filter:none}.header__nav{min-height:58px;padding:10px 16px}.header__brand-lockup{gap:6px;height:36px}.header__brand-mark{width:36px;height:36px}.header__brand-wordmark{width:138px}.header__logo-tagline{font-size:.625rem}.header__menu,.header__actions,.header__hamburger{display:none}.header__bottom-nav{position:fixed;right:0;bottom:0;left:0;z-index:500;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));align-items:start;min-height:calc(68px + env(safe-area-inset-bottom));padding:7px 8px max(7px,env(safe-area-inset-bottom));border-top:1px solid rgba(0,18,61,.08);background:#fffffff5;box-shadow:0 -8px 30px #00123d1a;backdrop-filter:blur(20px) saturate(160%);-webkit-backdrop-filter:blur(20px) saturate(160%)}.header__bottom-link{display:flex;min-width:0;min-height:52px;flex-direction:column;align-items:center;justify-content:center;gap:1px;border-radius:14px;color:#30343b;-webkit-tap-highlight-color:transparent;transition:color .18s ease,transform .18s ease}.header__bottom-link:active{transform:scale(.94)}.header__bottom-icon{display:block;width:34px;height:34px;background-image:url(/images/navigation/mobile-nav-icons-v3.png);background-repeat:no-repeat;background-position:var(--nav-icon-x) -23px;background-size:192px 128px}.header__bottom-icon--0{--nav-icon-x: -7px}.header__bottom-icon--1{--nav-icon-x: -44px}.header__bottom-icon--2{--nav-icon-x: -82px}.header__bottom-icon--3{--nav-icon-x: -118px}.header__bottom-icon--4{--nav-icon-x: -153px}.header__bottom-label{overflow:hidden;max-width:100%;font-family:var(--font-body);font-size:.6875rem;font-weight:500;line-height:1.15;text-overflow:ellipsis;white-space:nowrap}.header__bottom-link--active{color:#149ee0}.header__bottom-link--active .header__bottom-icon{background-position:var(--nav-icon-x) -69px}.app{padding-bottom:calc(68px + env(safe-area-inset-bottom))}}.material-symbols-outlined{font-variation-settings:"FILL" 0,"wght" 400,"GRAD" 0,"opsz" 24}.footer{background:var(--primary);color:#fff;width:100%}.footer__container{max-width:1440px;margin:0 auto;padding:0 var(--space-8)}.footer__grid{display:grid;grid-template-columns:1fr;gap:var(--space-10);padding:var(--space-16) 0;border-top:1px solid rgba(255,255,255,.1)}.footer__brand{grid-column:1 / -1}.footer__logo{display:inline-block;font-family:var(--font-display);font-size:1.5rem;font-weight:800;color:#fff;margin-bottom:var(--space-4)}.footer__description{font-family:var(--font-body);font-size:.875rem;line-height:1.7;color:#ffffffb3;max-width:320px}.footer__section{display:flex;flex-direction:column;min-width:0}.footer__brand,.footer__list,.footer__list li,.footer__contact{min-width:0}.footer__title{font-family:var(--font-display);font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#fff;margin-bottom:var(--space-6)}.footer__list{display:flex;flex-direction:column;gap:var(--space-4)}.footer__link{font-size:.9375rem;color:#ffffffb3;transition:color var(--transition-fast);position:relative;display:inline-block;max-width:100%;overflow-wrap:anywhere}.footer__link:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:1px;background:var(--surface-tint);transition:width var(--transition-fast)}.footer__link:hover{color:#fff}.footer__link:hover:after{width:100%}.footer__contact{font-style:normal;display:flex;flex-direction:column;gap:var(--space-4)}.footer__contact>.footer__link{align-self:flex-start}.footer__address{font-size:.875rem;line-height:1.6;color:#ffffffb3}.footer__contact-item{display:flex;align-items:center;gap:var(--space-2);min-width:0;font-size:.8125rem;color:#ffffffb3;transition:color var(--transition-fast);overflow-wrap:anywhere}.footer__contact-item:hover{color:#fff}.footer__contact-item .material-symbols-outlined{font-size:1.125rem}.footer__social{display:flex;gap:var(--space-3);margin-top:var(--space-4)}.footer__social-link{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#ffffff0d;border-radius:var(--radius-full);color:#ffffffb3;transition:background var(--transition-fast),color var(--transition-fast)}.footer__social-link:hover{background:#ffffff26;color:#fff}.footer__social-link .material-symbols-outlined{font-size:1.25rem}.footer__language-link{color:#ffffffb3}.footer__copyright{border-top:1px solid rgba(255,255,255,.05);padding:var(--space-8) 0}.footer__copyright p{font-family:var(--font-body);font-size:.875rem;color:#ffffff80;text-align:center}@media(min-width:640px){.footer__grid{grid-template-columns:repeat(2,1fr)}.footer__brand{grid-column:1 / -1}}@media(min-width:768px){.footer__list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:var(--space-5);row-gap:var(--space-4)}.footer__contact{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:var(--space-3);row-gap:var(--space-4)}.footer__contact>.footer__link,.footer__contact>.footer__address,.footer__contact>.footer__contact-item{grid-column:1 / -1}}@media(min-width:768px)and (max-width:1199px){.footer__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--space-10) var(--space-8)}.footer__brand{grid-column:1 / -1}}@media(min-width:1200px){.footer__grid{grid-template-columns:1.35fr repeat(4,minmax(0,1fr)) 1.15fr;gap:var(--space-8)}.footer__brand{grid-column:1}.footer__grid{gap:var(--space-16)}.footer__description{max-width:280px}.footer__contact-item{white-space:nowrap;overflow-wrap:normal}}@media(max-width:767px){.footer{display:none}}@media(max-width:640px){.footer__container{padding:0 var(--space-4)}.footer__grid{grid-template-columns:repeat(2,1fr);gap:var(--space-6);padding:var(--space-10) 0}.footer__brand{grid-column:1 / -1}.footer__logo{font-size:1.25rem;margin-bottom:var(--space-3)}.footer__description{font-size:.8125rem;max-width:none;line-height:1.6}.footer__title{font-size:.6875rem;margin-bottom:var(--space-3)}.footer__list{gap:var(--space-2)}.footer__link{white-space:normal;word-break:break-word;overflow-wrap:break-word;font-size:.8125rem}.footer__contact{gap:var(--space-2)}.footer__address{font-size:.8125rem}.footer__contact-item{font-size:.8125rem;gap:var(--space-1)}.footer__social{margin-top:var(--space-2);gap:var(--space-2)}.footer__social-link{width:32px;height:32px}.footer__social-link .material-symbols-outlined{font-size:1rem}.footer__copyright{padding:var(--space-5) 0}.footer__copyright p{font-size:.75rem}}.page-home{width:100%}.hero-section{position:relative;height:921px;display:flex;align-items:center;overflow:hidden}.hero-background{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.hero-bg-image{width:100%;height:100%;object-fit:cover}.hero-gradient-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to right,#00123de6,#00123d66)}.hero-content{position:relative;z-index:10;max-width:1536px;margin:0 auto;padding:0 var(--space-8);width:100%}.hero-text-container{max-width:48rem}.hero-badge{display:inline-block;padding:var(--space-1) var(--space-4);background:#a8c8ff33;color:var(--on-primary-container);font-weight:600;letter-spacing:.05em;font-size:.875rem;margin-bottom:var(--space-6);border-radius:var(--radius-sm);text-transform:uppercase}.hero-title{font-family:var(--font-display);font-size:3rem;font-weight:800;color:#fff;line-height:1.1;letter-spacing:-.025em;margin-bottom:var(--space-8)}.hero-description{font-size:1.25rem;color:#cbd5e1;margin-bottom:var(--space-10);font-weight:300;line-height:1.75;max-width:42rem}.hero-buttons{display:flex;flex-direction:column;gap:var(--space-4)}.btn-primary{display:inline-flex;align-items:center;justify-content:center;padding:var(--space-4) var(--space-8);background:linear-gradient(135deg,var(--primary),var(--primary-container));color:#fff;font-weight:700;border-radius:var(--radius-md);transition:box-shadow var(--transition-normal)}.btn-primary:hover{box-shadow:0 20px 40px #00123d33}.btn-secondary{display:inline-flex;align-items:center;justify-content:center;padding:var(--space-4) var(--space-8);background:var(--surface-container-high);color:var(--on-surface);font-weight:700;border-radius:var(--radius-md);transition:background var(--transition-normal)}.btn-secondary:hover{background:var(--surface-container-highest)}.brand-trust-section{padding:var(--space-12) 0;background:var(--surface-container-low)}.container{max-width:1536px;margin:0 auto;padding:0 2rem;width:100%}.brand-trust-title{text-align:center;color:var(--secondary);font-weight:600;text-transform:uppercase;letter-spacing:.1em;font-size:.75rem;margin-bottom:var(--space-10);opacity:.7}.brand-logos{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:var(--space-12);filter:grayscale(100%);opacity:.5;transition:all var(--transition-slow)}.brand-logos:hover{filter:grayscale(0%);opacity:1}.brand-logo{font-size:1.5rem;font-weight:700;letter-spacing:-.025em;color:var(--primary)}.brand-forever21{font-family:Georgia,serif;font-weight:900}.brand-ca{font-family:system-ui,sans-serif;font-weight:800}.brand-g2000{font-family:ui-monospace,monospace;font-weight:700}.brand-vanheusen{font-family:var(--font-display);font-size:1.25rem;font-weight:600}.brand-padini{font-family:Georgia,serif;font-style:italic}.brand-simons{font-family:var(--font-display);font-weight:900}.value-section{padding:6rem 0;background:var(--surface)}.value-section>.container{max-width:1536px;margin:0 auto;padding:0 2rem}.value-section .bento-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:1.5rem}.value-section .bento-main{grid-column:span 8;padding:3rem;background:var(--surface-container-low);border-radius:.75rem;display:flex;flex-direction:column;justify-content:space-between}.value-section .bento-label{color:#0053db;font-weight:700;font-size:.875rem;letter-spacing:.1em;text-transform:uppercase}.value-section .bento-title{font-family:var(--font-display);font-size:2.25rem;line-height:1.2;font-weight:700;color:#00123d;margin-top:1rem;margin-bottom:1.5rem;letter-spacing:-.025em}.value-section .bento-description{color:#44474c;font-size:1.125rem;line-height:1.625;max-width:36rem}.value-section .bento-features{margin-top:3rem;display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.value-section .bento-feature{display:flex;align-items:center;gap:1rem}.value-section .feature-icon{font-size:2.25rem;color:#0053db}.value-section .feature-title{font-weight:700;color:#00123d}.value-section .feature-subtitle{font-size:.875rem;color:#4f6073}.value-section .bento-side{grid-column:span 4;padding:2rem;background:#00123d;color:#fff;border-radius:.75rem;display:flex;flex-direction:column;justify-content:center}.value-section .bento-side-icon{font-size:3rem;margin-bottom:1.5rem;color:#618bff}.value-section .bento-side-title{font-size:1.5rem;font-weight:700;margin-bottom:1rem}.value-section .bento-side-description{color:#cbd5e1;margin-bottom:2rem}.value-section .bento-stats{display:flex;flex-direction:column;gap:1rem}.value-section .bento-stat-row{display:flex;align-items:center;justify-content:space-between;padding-bottom:.5rem;border-bottom:1px solid rgba(255,255,255,.1)}.value-section .bento-stat-row.no-border{border-bottom:none;padding-bottom:0}.value-section .stat-value{font-weight:700;color:#618bff}@media(max-width:767px){.value-section .bento-grid{grid-template-columns:1fr}.value-section .bento-main,.value-section .bento-side{grid-column:span 1}}@media(max-width:640px){.page-home{max-width:100%;overflow-x:hidden}.container{padding:0 1rem}.value-section{padding:3rem 0}.value-section .bento-main,.value-section .bento-side{padding:1.5rem}.value-section .bento-title{font-size:1.5rem}.value-section .bento-description{font-size:1rem}.value-section .bento-features{grid-template-columns:1fr;gap:1rem;margin-top:1.5rem}.value-section .bento-side-title{font-size:1.25rem}.section-title,.hero-title{font-size:2rem}.hero-description{font-size:1rem}.product-matrix-section,.factory-section{padding:var(--space-12) 0}.factory-title{font-size:1.5rem}.factory-stats{grid-template-columns:repeat(2,1fr);gap:var(--space-3)}.factory-stat{align-items:flex-start}.stat-number{font-size:1.375rem;white-space:nowrap}.stat-label{font-size:.8125rem}.certified-badge{height:auto;gap:0}.certified-badge .material-symbols-outlined{display:none}.certified-text{font-size:1.375rem;white-space:nowrap}.cta-section{padding:var(--space-12) 0}.cta-card{padding:var(--space-6)}.cta-title{font-size:1.5rem}}.product-matrix-section{padding:var(--space-24) 0;background:var(--surface-container-low)}.section-header{text-align:center;margin-bottom:var(--space-16)}.section-title{font-family:var(--font-display);font-size:3rem;font-weight:900;color:var(--primary);letter-spacing:-.025em}.title-underline{height:4px;width:5rem;background:var(--surface-tint);margin:var(--space-6) auto 0}.product-matrix-section .product-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-auto-rows:1fr;gap:var(--space-6)}.product-matrix-section .product-card{position:relative;overflow:hidden;border-radius:var(--radius-xl);background:#fff;aspect-ratio:1 / 1;display:block;box-shadow:0 4px 16px #0f172a14;transition:all var(--transition-normal)}.product-matrix-section .product-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #0f172a26}.product-matrix-section .product-card-image{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.product-matrix-section .product-card:hover .product-card-image{transform:scale(1.08)}.product-matrix-section .product-card-custom{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#f1f5f9,#e2e8f0);display:flex;align-items:center;justify-content:center}.product-matrix-section .custom-icon{font-size:5rem;color:#0f172a26}.product-matrix-section .product-card-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(15,23,42,.9) 0%,transparent 60%);display:flex;flex-direction:column;justify-content:flex-end;padding:var(--space-6)}.product-matrix-section .product-card-title{color:#fff;font-size:1.5rem;font-weight:700}.product-matrix-section .product-card-subtitle{color:#94a3b8;font-size:.875rem;margin-top:var(--space-2);opacity:1;transform:translateY(0);transition:all var(--transition-normal)}.product-matrix-section .product-card:hover .product-card-subtitle{opacity:1;transform:translateY(0)}.factory-section{padding:var(--space-24) 0;background:#fff}.factory-content{display:flex;flex-direction:column;gap:var(--space-16);align-items:center}.factory-text{display:flex;flex-direction:column;gap:var(--space-8)}.factory-label{color:#0053db;font-weight:700;letter-spacing:.1em;font-size:.875rem;text-transform:uppercase}.factory-title{font-family:var(--font-display);font-size:2.5rem;font-weight:900;color:var(--primary);letter-spacing:-.025em}.factory-description{color:var(--on-surface-variant);font-size:1.125rem;line-height:1.75}.factory-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--space-8);padding:var(--space-6) 0}.factory-stat{display:flex;flex-direction:column}.stat-number{font-family:var(--font-display);font-size:2.25rem;line-height:1.2;font-weight:900;color:#00123d}.stat-label{color:#4f6073;font-weight:500}.certified-badge{display:flex;align-items:center;gap:var(--space-2);height:2.7rem}.certified-badge .material-symbols-outlined{color:#00123d;font-size:1.75rem}.certified-text{font-family:var(--font-display);font-size:1.5rem;font-weight:900;color:#00123d}.factory-image-container{position:relative;width:100%;cursor:pointer;text-decoration:none;transition:transform .3s ease}.factory-image-container:hover{transform:scale(1.02)}.factory-image-wrapper{aspect-ratio:16 / 9;border-radius:var(--radius-xl);overflow:hidden;box-shadow:0 25px 50px #00123d26}.factory-image{width:100%;height:100%;object-fit:cover}.qa-badge{display:none;position:absolute;bottom:-2rem;left:-2rem;background:var(--surface-container-highest);padding:var(--space-8);border-radius:var(--radius-lg);box-shadow:0 20px 40px #00123d1a}.qa-label{color:var(--primary);font-weight:700;font-size:.875rem;display:block;margin-bottom:var(--space-1)}.qa-value{font-family:var(--font-display);font-size:1.5rem;font-weight:700;color:var(--primary)}.cta-section{padding:var(--space-24) 0}.cta-card{background:var(--primary);border-radius:var(--radius-2xl);overflow:hidden;position:relative;padding:var(--space-12);text-align:center}.cta-bg-pattern{position:absolute;top:0;right:0;bottom:0;left:0;opacity:.1;pointer-events:none}.cta-svg{width:100%;height:100%}.cta-content{position:relative;z-index:10;max-width:42rem;margin:0 auto}.cta-title{font-family:var(--font-display);font-size:2.25rem;font-weight:900;color:#fff;margin-bottom:var(--space-6)}.cta-description{color:#cbd5e1;font-size:1.125rem;margin-bottom:var(--space-10);line-height:1.75}.cta-buttons{display:flex;flex-direction:column;justify-content:center;gap:var(--space-6)}.cta-btn-primary{display:flex;align-items:center;justify-content:center;gap:var(--space-3);padding:var(--space-4) var(--space-8);background:var(--on-primary-container);color:#fff;font-weight:700;border-radius:var(--radius-md);transition:transform var(--transition-normal)}.cta-btn-primary:hover{transform:scale(1.05)}.cta-btn-secondary{display:flex;align-items:center;justify-content:center;gap:var(--space-3);padding:var(--space-4) var(--space-8);background:transparent;border:2px solid rgba(255,255,255,.2);color:#fff;font-weight:700;border-radius:var(--radius-md);transition:background var(--transition-normal)}.cta-btn-secondary:hover{background:#ffffff1a}@media(min-width:768px){.hero-title{font-size:4.5rem}.hero-buttons{flex-direction:row}.brand-logos{gap:5rem}.qa-badge{display:block}.cta-card{padding:var(--space-20)}.cta-title{font-size:3rem}.cta-buttons{flex-direction:row}}@media(min-width:768px){.product-matrix-section .product-grid{grid-template-columns:repeat(4,1fr)}.product-matrix-section .product-card{aspect-ratio:1 / 1}}@media(min-width:1024px){.factory-content{flex-direction:row}.factory-text,.factory-image-container{width:50%}.factory-title{font-size:3rem}}.hero-description--mobile,.hero-mobile-proof,.mobile-section-link{display:none}.home-gallery-section{padding:5rem 0;background:#0d172b}.home-gallery-section .section-title{color:#fff}.home-gallery-section .section-subtitle{color:#ffffffa8}.home-gallery-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}.home-gallery-card{display:block;min-width:0;overflow:hidden;border:1px solid rgba(255,255,255,.1);border-radius:1rem;background:#ffffff0f;color:#fff}.home-gallery-card img{display:block;width:100%;aspect-ratio:16 / 10;object-fit:cover}.home-gallery-card h3{margin:0;padding:1rem;font-size:1rem;line-height:1.3}.insights-entry-section{padding:var(--space-16) 0;background:linear-gradient(135deg,#edf5fa,#f8fbfd 56%,#e8f3f9)}.insights-entry-card{position:relative;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:var(--space-10);overflow:hidden;padding:var(--space-10);border:1px solid rgba(14,116,167,.16);border-radius:var(--radius-2xl);background:radial-gradient(circle at 88% 18%,rgba(56,189,248,.2),transparent 27%),#ffffffdb;box-shadow:0 18px 50px #0f3d5b1a;color:var(--deep-blue);transition:transform var(--transition-normal),border-color var(--transition-normal),box-shadow var(--transition-normal)}.insights-entry-card:hover{border-color:#0ea5e980;box-shadow:0 24px 64px #0f3d5b29;transform:translateY(-3px)}.insights-entry-card:focus-visible{outline:3px solid var(--sky-blue);outline-offset:4px}.insights-entry-card__content{position:relative;z-index:1;max-width:760px}.insights-entry-card__eyebrow{display:inline-block;margin-bottom:var(--space-3);color:var(--sky-blue-dark);font-size:.75rem;font-weight:800;letter-spacing:.12em}.insights-entry-card h2{margin:0 0 var(--space-3);font-family:var(--font-display);font-size:clamp(1.75rem,3vw,2.5rem);line-height:1.2;letter-spacing:-.035em}.insights-entry-card p{max-width:660px;margin:0;color:var(--on-surface-variant);font-size:1rem;line-height:1.75}.insights-entry-card__topics{display:flex;flex-wrap:wrap;gap:var(--space-2);margin-top:var(--space-5)}.insights-entry-card__topics span{padding:.35rem .7rem;border:1px solid rgba(14,116,167,.14);border-radius:999px;background:#f0f9ffe6;color:#075985;font-size:.75rem;font-weight:700}.insights-entry-card__action{position:relative;z-index:1;display:grid;grid-template-columns:auto auto;align-items:center;gap:var(--space-2) var(--space-3);min-width:190px;padding:var(--space-6);border-radius:var(--radius-xl);background:var(--deep-blue);color:#fff}.insights-entry-card__icon{grid-column:1 / -1;color:var(--sky-blue-light);font-size:2.25rem}.insights-entry-card__action strong{font-family:var(--font-display);font-size:.95rem}.insights-entry-card__arrow{justify-self:end;font-size:1.2rem;transition:transform var(--transition-fast)}.insights-entry-card:hover .insights-entry-card__arrow{transform:translate(4px)}@media(max-width:767px){.page-home .insights-entry-section{padding-block:2.25rem}.page-home .insights-entry-card{grid-template-columns:1fr;gap:1rem;padding:1.25rem;border-radius:1rem}.page-home .insights-entry-card__eyebrow{margin-bottom:.625rem;font-size:.68rem}.page-home .insights-entry-card h2{margin-bottom:.625rem;font-size:1.45rem;line-height:1.28}.page-home .insights-entry-card p{font-size:.86rem;line-height:1.6}.page-home .insights-entry-card__topics{gap:.4rem;margin-top:.875rem}.page-home .insights-entry-card__topics span{padding:.3rem .55rem;font-size:.68rem}.page-home .insights-entry-card__action{display:flex;min-width:0;min-height:3rem;padding:.7rem .875rem;border-radius:.75rem}.page-home .insights-entry-card__icon{font-size:1.35rem}.page-home .insights-entry-card__action strong{flex:1;font-size:.82rem}.page-home{overflow-x:clip;background:#f6f7f9}.page-home .container{padding-inline:1rem}.page-home .hero-section{min-height:34rem;height:min(72svh,38rem)}.page-home .hero-background picture,.page-home .hero-bg-image{display:block;width:100%;height:100%}.page-home .hero-bg-image{object-fit:cover;object-position:center}.page-home .hero-gradient-overlay{background:linear-gradient(180deg,#000c281a 5%,#000e2d59 48%,#000c26eb)}.page-home .hero-content{align-items:flex-end;padding:0 1rem 1.25rem}.page-home .hero-text-container{width:100%;max-width:none}.page-home .hero-badge{margin-bottom:.75rem;padding:.45rem .75rem;font-size:.6875rem}.page-home .hero-title{max-width:22rem;margin-bottom:.75rem;font-size:clamp(1.85rem,8vw,2.35rem);line-height:1.08;letter-spacing:-.035em}.page-home .hero-description--desktop{display:none}.page-home .hero-description--mobile{display:block;max-width:22rem;margin-bottom:.75rem;color:#ffffffdb;font-size:.875rem;line-height:1.5}.page-home .hero-mobile-proof{display:flex;flex-wrap:wrap;gap:.4rem;margin-bottom:1rem}.page-home .hero-mobile-proof span{padding:.35rem .55rem;border:1px solid rgba(255,255,255,.24);border-radius:999px;background:#ffffff1a;color:#fff;font-size:.6875rem;font-weight:600;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.page-home .hero-buttons{display:none}.page-home .hero-buttons a{min-height:46px;padding:.75rem;border-radius:999px;font-size:.8125rem}.page-home .brand-trust-section{padding:1.25rem 0;overflow:hidden}.page-home .brand-trust-title{margin-bottom:.75rem;font-size:.6875rem;letter-spacing:.08em}.page-home .brand-logos{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));justify-items:center;gap:.875rem .5rem;padding:0 1rem;overflow:visible}.page-home .brand-logos::-webkit-scrollbar{display:none}.page-home .brand-logo{min-width:0;font-size:.7rem;text-align:center}.page-home .value-section,.page-home .product-matrix-section,.page-home .factory-section{padding:2rem 0}.page-home .value-section .bento-grid{gap:.75rem}.page-home .value-section .bento-main,.page-home .value-section .bento-side{padding:1.25rem;border-radius:1.125rem}.page-home .value-section .bento-title,.page-home .factory-title{font-size:1.5rem;line-height:1.2}.page-home .value-section .bento-description,.page-home .factory-description{font-size:.875rem;line-height:1.65}.page-home .value-section .bento-features{grid-template-columns:repeat(2,minmax(0,1fr));gap:.625rem;margin-top:1.25rem}.page-home .value-section .bento-feature{align-items:flex-start;gap:.5rem}.page-home .section-header{position:relative;margin-bottom:1rem;text-align:left}.page-home .section-title{padding-right:5rem;font-size:1.6rem;line-height:1.2}.page-home .title-underline{margin:.6rem 0 0}.page-home .mobile-section-link{display:none}.page-home .mobile-section-link .material-symbols-outlined{font-size:1rem}.page-home .product-matrix-section .product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.page-home .product-matrix-section .product-card{min-height:12.5rem;aspect-ratio:.82;border-radius:1rem}.page-home .product-matrix-section .product-card-overlay{padding:.875rem}.page-home .product-matrix-section .product-card-title{font-size:1rem}.page-home .product-matrix-section .product-card-subtitle{display:block;margin-top:.3rem;color:#fffc;font-size:.6875rem;line-height:1.35;opacity:1;transform:none}.page-home .factory-content{gap:1.25rem}.page-home .factory-stats{grid-template-columns:repeat(2,minmax(0,1fr));width:calc(100% + .75rem);margin-top:1rem;margin-right:-.375rem;margin-left:-.375rem;padding:0;gap:.5rem}.page-home .factory-stat{min-height:4.25rem;justify-content:center;padding:.625rem;border:1px solid rgba(0,18,61,.06);border-radius:.875rem;background:#fff}.page-home .stat-number,.page-home .certified-text{font-size:1.25rem;line-height:1.15}.page-home .stat-label{margin-top:.2rem;font-size:.6875rem;line-height:1.25}.page-home .factory-image-container{border-radius:1rem;overflow:hidden}.page-home .home-gallery-section{padding:2rem 0}.page-home .home-gallery-section .section-header{margin-bottom:1rem}.page-home .home-gallery-section .section-title{padding-right:0}.page-home .home-gallery-section .section-subtitle{margin-top:.45rem;font-size:.8125rem;line-height:1.5}.page-home .home-gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.page-home .home-gallery-card{border-radius:.875rem}.page-home .home-gallery-card h3{padding:.75rem;font-size:.8rem}}.products-page{padding-top:var(--space-6);padding-bottom:var(--space-20)}.products-hero{padding:0 var(--space-8);max-width:1536px;margin:0 auto var(--space-12)}.products-hero-content{display:flex;flex-direction:column;gap:var(--space-6);padding-bottom:var(--space-8);border-bottom:1px solid rgba(194,199,206,.2)}.products-hero-text{flex:1}.products-hero-subtitle{display:block;font-family:var(--font-body);font-weight:600;font-size:.75rem;letter-spacing:.1em;text-transform:uppercase;color:var(--secondary);margin-bottom:var(--space-2)}.products-hero-title{font-family:var(--font-display);font-size:3rem;font-weight:800;color:var(--primary);letter-spacing:-.02em;line-height:1.1}.products-hero-description{max-width:48rem;margin:var(--space-4) 0 0;color:var(--on-surface-variant);font-size:1rem;line-height:1.6}.products-breadcrumb{display:flex;align-items:center;gap:var(--space-2);font-size:.875rem;color:var(--on-surface-variant);font-weight:500}.products-breadcrumb .material-symbols-outlined{font-size:.875rem}.breadcrumb-current{color:var(--primary)}.products-main{padding:0 var(--space-8);max-width:1536px;margin:0 auto;display:flex;flex-direction:column;gap:var(--space-12)}.products-sidebar{width:100%;flex-shrink:0;display:flex;flex-direction:column;gap:var(--space-10)}.sidebar-categories{display:flex;flex-direction:column;gap:var(--space-6)}.sidebar-title{font-family:var(--font-display);font-size:1.125rem;font-weight:700;color:var(--primary);display:flex;align-items:center;gap:var(--space-2)}.category-nav{display:flex;flex-direction:column;gap:var(--space-1)}.category-item{margin-bottom:var(--space-6)}.category-button{width:100%;display:flex;align-items:center;justify-content:space-between;padding:var(--space-2) 0;background:none;font-weight:600;color:var(--on-surface-variant);transition:color var(--transition-normal);text-decoration:none;cursor:pointer}.category-button:hover{color:var(--primary)}.category-button.expanded{color:var(--primary);font-weight:700;border-bottom:1px solid rgba(0,18,61,.1)}.category-button .material-symbols-outlined{font-size:.875rem}.subcategory-list{margin-top:var(--space-2);padding-left:var(--space-4);display:flex;flex-direction:column;gap:var(--space-2)}.subcategory-button{display:flex;align-items:center;gap:var(--space-2);background:none;font-size:.875rem;font-weight:500;color:var(--on-surface-variant);transition:color var(--transition-normal);text-align:left;text-decoration:none}.subcategory-button:hover,.subcategory-button.active{color:var(--primary)}.active-indicator{width:4px;height:4px;background:var(--primary);border-radius:var(--radius-full)}.sidebar-cta{background:var(--surface-container-low);padding:var(--space-6);border-radius:var(--radius-xl)}.sidebar-cta-title{font-weight:700;color:var(--primary);margin-bottom:var(--space-3);font-size:.875rem}.sidebar-cta-text{font-size:.75rem;color:var(--on-surface-variant);margin-bottom:var(--space-4);line-height:1.6}.sidebar-cta-link{display:flex;align-items:center;gap:var(--space-1);font-size:.75rem;font-weight:700;color:var(--primary);transition:gap var(--transition-normal)}.sidebar-cta-link:hover{gap:var(--space-2)}.sidebar-cta-link .material-symbols-outlined{font-size:.875rem;transition:transform var(--transition-normal)}.sidebar-cta-link:hover .material-symbols-outlined{transform:translate(4px)}.products-content{flex-grow:1}.products-toolbar{display:flex;flex-direction:column;gap:var(--space-4);margin-bottom:var(--space-8)}.products-count{font-size:.875rem;font-weight:500;color:var(--on-surface-variant)}.count-number{color:var(--primary);font-weight:700}.toolbar-controls{display:flex;align-items:center;gap:var(--space-3)}.sort-select{background:var(--surface-container-lowest);border:none;font-size:.875rem;font-weight:500;padding:var(--space-2) var(--space-4);border-radius:var(--radius-lg);box-shadow:0 1px 3px #0000000d;cursor:pointer;color:var(--on-surface)}.sort-select:focus{outline:none;box-shadow:0 0 0 2px var(--primary)}.view-toggle{display:flex;background:var(--surface-container-high);padding:var(--space-1);border-radius:var(--radius-lg)}.view-button{padding:6px;background:none;color:var(--secondary);border-radius:var(--radius-md);transition:all var(--transition-normal);display:flex;align-items:center;justify-content:center}.view-button.active{background:var(--surface-container-lowest);color:var(--primary);box-shadow:0 1px 3px #0000001a}.view-button .material-symbols-outlined{font-size:.875rem}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:var(--space-8);align-items:start}.product-grid.list-view{display:flex;flex-direction:column;gap:var(--space-6)}.product-list-card{display:flex;flex-direction:row;background:var(--surface-container-lowest);border-radius:var(--radius-xl);overflow:hidden;box-shadow:0 4px 6px -1px #00123d0d,0 2px 4px -2px #00123d08;transition:all var(--transition-normal);border:1px solid rgba(194,199,206,.15)}.product-list-card:hover{transform:translateY(-4px);box-shadow:0 20px 40px -12px #00123d1f;border-color:#00123d1a}.product-list-image-wrapper{position:relative;width:30%;min-width:200px;max-width:280px;flex-shrink:0;overflow:hidden;background:var(--surface-container);display:block}.product-list-image{width:100%;height:100%;object-fit:cover;transition:transform .7s ease}.product-list-card:hover .product-list-image{transform:scale(1.05)}.product-list-content{flex:1;padding:var(--space-6) var(--space-8);display:flex;flex-direction:column;justify-content:space-between;gap:var(--space-5)}.product-list-header{display:flex;flex-direction:column;gap:var(--space-2)}.product-list-name{font-family:var(--font-display);font-size:1.25rem;font-weight:700;color:var(--primary);line-height:1.3;margin:0}.product-list-description{font-size:.9375rem;color:var(--on-surface-variant);line-height:1.6;margin:0;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.product-list-details{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:var(--space-4);padding:var(--space-4) 0;border-top:1px solid rgba(194,199,206,.2);border-bottom:1px solid rgba(194,199,206,.2)}.product-list-detail-item{display:flex;align-items:flex-start;gap:var(--space-3)}.product-list-detail-item .material-symbols-outlined{font-size:1.125rem;color:var(--secondary);margin-top:2px;flex-shrink:0}.detail-content{display:flex;flex-direction:column;gap:2px;min-width:0}.detail-label{font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--secondary)}.detail-value{font-size:.875rem;font-weight:500;color:var(--on-surface);line-height:1.4;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.product-list-actions{display:flex;align-items:center;justify-content:flex-end}.product-list-cta-button{display:inline-flex;align-items:center;gap:var(--space-2);padding:var(--space-3) var(--space-6);background:var(--primary);color:#fff;font-size:.875rem;font-weight:600;border-radius:var(--radius-lg);transition:all var(--transition-normal);box-shadow:0 4px 6px -1px #00123d26}.product-list-cta-button:hover{background:var(--primary-dark, #000d2e);transform:translate(4px);box-shadow:0 8px 16px -4px #00123d40}.product-list-cta-button .material-symbols-outlined{font-size:1rem;transition:transform var(--transition-normal)}.product-list-cta-button:hover .material-symbols-outlined{transform:translate(2px)}.product-grid.list-view .product-card{display:none}.product-card{position:relative;display:flex;flex-direction:column;aspect-ratio:auto;overflow:hidden;background:#fff;border-radius:var(--radius-xl);box-shadow:0 4px 16px #0f172a14;transition:all var(--transition-normal)}.product-image-wrapper{position:relative;overflow:hidden;border-radius:var(--radius-xl) var(--radius-xl) 0 0;background:var(--surface-container);margin-bottom:0;aspect-ratio:1;display:block;flex-shrink:0}.product-image{width:100%;height:100%;object-fit:cover;transition:transform .7s ease}.product-card:hover .product-image{transform:scale(1.1)}.product-info{padding:var(--space-2) var(--space-4) 0;flex:1;min-height:0;overflow:hidden;display:flex;flex-direction:column}.product-name{font-family:var(--font-display);font-size:1.125rem;font-weight:700;color:var(--primary);margin-bottom:var(--space-1);flex-shrink:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-description{font-size:.875rem;color:var(--on-surface-variant);margin-bottom:var(--space-4);line-height:1.5;overflow:hidden;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;text-overflow:ellipsis;word-break:break-word;overflow-wrap:break-word}.product-cta-button{display:none;width:100%;align-items:center;justify-content:center;gap:var(--space-2);padding:var(--space-3) var(--space-4);background:var(--surface-container-high);color:var(--primary);font-size:.875rem;font-weight:700;border-radius:var(--radius-lg);transition:all var(--transition-normal);box-shadow:0 2px 4px #0000000d}.product-cta-button:hover{background:var(--surface-container-highest)}.product-cta-button .material-symbols-outlined{font-size:.875rem}.pagination{display:flex;justify-content:center;align-items:center;gap:var(--space-2);margin-top:var(--space-16)}.pagination-button{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:var(--radius-lg);background:none;color:var(--secondary);font-weight:500;transition:all var(--transition-normal)}.pagination-button:hover:not(:disabled){background:var(--surface-container)}.pagination-button.active{background:var(--primary);color:#fff;font-weight:700}.pagination-button.nav-button{border:1px solid rgba(194,199,206,.3)}.pagination-button:disabled{opacity:.5;cursor:not-allowed}.pagination-ellipsis{padding:0 var(--space-2);color:var(--outline-variant)}.products-cta-section{margin-top:var(--space-20);padding:0 var(--space-8);max-width:1536px;margin-left:auto;margin-right:auto}.products-cta-section>.products-cta-pattern,.products-cta-section>.products-cta-content{border-radius:var(--radius-2xl)}.products-cta-section{position:relative;background:var(--primary);border-radius:var(--radius-2xl);padding:var(--space-12);text-align:center;overflow:hidden}.products-cta-pattern{position:absolute;top:0;right:0;bottom:0;left:0;opacity:.1;background-image:radial-gradient(circle at 2px 2px,white 1px,transparent 0);background-size:40px 40px}.products-cta-content{position:relative;z-index:1;max-width:42rem;margin:0 auto}.products-cta-title{font-family:var(--font-display);font-size:1.875rem;font-weight:800;color:#fff;margin-bottom:var(--space-4);letter-spacing:-.02em}.products-cta-text{color:#cbd5e1;margin-bottom:var(--space-8);line-height:1.6}.products-cta-buttons{display:flex;flex-direction:column;gap:var(--space-4);justify-content:center}.cta-button{display:inline-flex;align-items:center;justify-content:center;padding:var(--space-4) var(--space-8);border-radius:var(--radius-lg);font-weight:700;transition:all var(--transition-normal)}.cta-button.primary{background:#fff;color:var(--primary)}.cta-button.primary:hover{background:var(--surface-container-low)}.cta-button.secondary{background:transparent;border:1px solid rgba(255,255,255,.3);color:#fff}.cta-button.secondary:hover{background:#ffffff1a}@media(min-width:640px){.products-toolbar{flex-direction:row;justify-content:space-between;align-items:center}.products-cta-buttons{flex-direction:row}}@media(min-width:768px){.products-hero-content{flex-direction:row;align-items:flex-end;justify-content:space-between}.products-hero-title{font-size:3.75rem}.products-main{flex-direction:row}.products-sidebar{width:16rem}}@media(min-width:1024px){.product-grid{gap:var(--space-8)}}@media(max-width:640px){.products-page{overflow-x:hidden}.products-main{padding:0 var(--space-4)}.product-grid{grid-template-columns:repeat(2,1fr);gap:var(--space-3)}.product-card{width:100%}.product-image-wrapper,.product-list-image-wrapper{aspect-ratio:1 / 1}}@media(max-width:767px){.product-list-card{flex-direction:column}.product-list-image-wrapper{width:100%;max-width:none;min-width:auto}.product-list-content{padding:var(--space-5);gap:var(--space-4)}.product-list-name{font-size:1.125rem}.product-list-description{font-size:.875rem;-webkit-line-clamp:2}.product-list-details{grid-template-columns:repeat(2,1fr);gap:var(--space-3);padding:var(--space-3) 0}.product-list-detail-item .material-symbols-outlined{font-size:1rem}.detail-label{font-size:.625rem}.detail-value{font-size:.8125rem;white-space:normal;word-break:break-word;overflow-wrap:break-word}.product-list-cta-button{width:100%;justify-content:center;padding:var(--space-3) var(--space-4)}}@media(max-width:480px){.product-list-details{grid-template-columns:1fr;gap:var(--space-2)}.product-list-detail-item{align-items:center}}.mobile-filter-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:1000;display:flex;align-items:flex-end;justify-content:center}.mobile-filter-drawer{background:#fff;width:100%;max-height:70vh;border-radius:var(--radius-xl) var(--radius-xl) 0 0;display:flex;flex-direction:column;animation:slideUp .3s ease}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.mobile-filter-header{display:flex;align-items:center;justify-content:space-between;padding:var(--space-4) var(--space-5);border-bottom:1px solid rgba(0,0,0,.1)}.mobile-filter-header h3{font-family:var(--font-display);font-size:1.125rem;font-weight:700;color:var(--primary);margin:0}.mobile-filter-close{background:none;border:none;padding:var(--space-2);cursor:pointer;color:var(--on-surface-variant);display:flex;align-items:center;justify-content:center}.mobile-filter-content{overflow-y:auto;padding:var(--space-4) var(--space-5);flex:1}.mobile-category-nav{display:flex;flex-direction:column;gap:var(--space-1)}.mobile-category-group{margin-bottom:var(--space-3)}.mobile-category-title{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--secondary);padding:var(--space-3) var(--space-4);margin-bottom:var(--space-1)}.mobile-category-title-link{display:block;text-decoration:none}.mobile-category-item{width:100%;text-align:left;padding:var(--space-3) var(--space-4);background:var(--surface-container-lowest);border:1px solid rgba(194,199,206,.2);border-radius:var(--radius-lg);font-size:.9375rem;color:var(--on-surface);cursor:pointer;transition:all var(--transition-fast);margin-bottom:var(--space-2);display:block;text-decoration:none}.mobile-category-item:hover{background:var(--surface-container-low)}.mobile-category-item.active{background:var(--primary);color:#fff;border-color:var(--primary)}.mobile-filter-btn{display:flex;align-items:center;gap:var(--space-1);padding:var(--space-2) var(--space-4);background:var(--surface-container-lowest);border:none;border-radius:var(--radius-lg);box-shadow:0 1px 3px #0000000d;font-size:.875rem;font-weight:500;color:var(--on-surface);cursor:pointer;transition:all var(--transition-fast)}.mobile-filter-btn:hover{background:var(--surface-container-low)}.mobile-filter-btn .material-symbols-outlined{font-size:1.125rem}.product-card{transition:box-shadow var(--transition-normal)}.product-card:hover{box-shadow:0 32px 64px -12px #00123d14}.products-loading,.products-error,.products-empty{grid-column:1 / -1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:var(--space-16) var(--space-8);text-align:center;color:var(--neutral-600)}.products-loading .material-symbols-outlined,.products-error .material-symbols-outlined,.products-empty .material-symbols-outlined{font-size:3rem;margin-bottom:var(--space-4);color:var(--secondary)}.products-error .material-symbols-outlined{color:#dc2626}.products-loading p,.products-error p,.products-empty p{font-size:1rem;margin:0}.loading-spinner{width:40px;height:40px;border:3px solid var(--surface-container-highest, #e0e0e0);border-top-color:var(--primary, #1a1a2e);border-radius:50%;animation:spin .8s linear infinite;margin-bottom:var(--space-4)}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.product-card-meta{display:flex;gap:.375rem;margin-bottom:.5rem;overflow:hidden}.product-card-meta span{min-width:0;padding:.2rem .45rem;overflow:hidden;background:#00123d0f;border-radius:999px;color:var(--secondary);font-size:.6875rem;line-height:1.2;white-space:nowrap;text-overflow:ellipsis}.mobile-infinite-loader{display:none}@media(min-width:768px){.product-grid{align-items:stretch}.product-card{height:100%;color:inherit;text-decoration:none}.products-page .product-info{padding:.875rem 1rem 1rem;overflow:visible}.products-page .product-name{display:-webkit-box;min-height:3rem;margin-bottom:.5rem;overflow:hidden;line-height:1.35;white-space:normal;-webkit-box-orient:vertical;-webkit-line-clamp:2}.products-page .product-description{display:-webkit-box;margin:0;overflow:hidden;font-size:.875rem;line-height:1.5;-webkit-box-orient:vertical;-webkit-line-clamp:3}}@media(max-width:767px){.products-page{padding-top:1rem;padding-bottom:0;overflow-x:visible}.products-hero{margin-bottom:1.5rem;padding-inline:1rem}.products-hero-content{gap:1rem;padding-bottom:1.25rem}.products-main{padding:0 .875rem calc(1rem + env(safe-area-inset-bottom))}.products-content{min-width:0}.products-toolbar{position:sticky;top:58px;z-index:30;margin:0 -.875rem 1rem;padding:.75rem .875rem;gap:.625rem;background:#f8f9fbf0;border-bottom:1px solid rgba(0,18,61,.08);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.products-count,.toolbar-controls{width:100%}.toolbar-controls{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.625rem}.sort-select,.mobile-filter-btn{min-height:42px;border:1px solid rgba(0,18,61,.08);box-shadow:none}.sort-select{width:100%}.product-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:.75rem;row-gap:0;align-items:start}.product-masonry-column{display:flex;min-width:0;flex-direction:column;gap:.75rem}.product-card{display:inline-flex;width:100%;height:auto!important;margin-bottom:0;min-width:0;overflow:hidden;border-radius:.875rem;box-shadow:0 4px 18px #00123d0f}.product-card .product-image-wrapper{aspect-ratio:auto;min-height:0}.product-card .product-image{display:block;width:100%;height:auto;max-height:250px;object-fit:cover}.products-page .product-info{padding:.75rem}.products-page .product-name{display:-webkit-box;margin-bottom:.375rem;overflow:hidden;font-size:.9375rem;line-height:1.25;white-space:normal;-webkit-box-orient:vertical;-webkit-line-clamp:2}.products-page .product-description{display:-webkit-box;margin:0;overflow:hidden;font-size:.75rem;line-height:1.35;-webkit-box-orient:vertical;-webkit-line-clamp:4}.product-card-meta{flex-wrap:nowrap;margin-bottom:.5rem}.product-card-meta span{flex:0 0 auto;max-width:100%}.product-card-meta span:nth-child(2){flex:0 1 auto;min-width:0}.products-page .product-cta-button,.products-page .product-meta{display:none}.mobile-infinite-loader{display:flex;min-height:5rem;align-items:center;justify-content:center;gap:.625rem;color:#6d7585;font-size:.8125rem;letter-spacing:.01em}.mobile-infinite-loader.is-complete{min-height:4.25rem;color:#9299a6}.mobile-infinite-spinner{width:1rem;height:1rem;flex:0 0 auto;border:2px solid rgba(0,18,61,.12);border-top-color:var(--primary, #00123d);border-radius:50%;animation:spin .8s linear infinite}.pagination{margin-top:1.5rem;gap:.375rem}.pagination button{min-width:40px;min-height:40px}.mobile-filter-drawer{max-height:min(78svh,680px);padding-bottom:env(safe-area-inset-bottom)}.mobile-filter-header{padding:.875rem 1rem}.mobile-filter-content{padding:.875rem 1rem 1rem}.mobile-category-nav{gap:.75rem}.mobile-category-nav>.mobile-category-item{min-height:40px;margin:0;text-align:center;font-weight:600}.mobile-category-group{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem;margin:0}.mobile-category-title{grid-column:1 / -1;margin:0;padding:.25rem .125rem 0;font-size:.75rem;line-height:1.25}.mobile-category-group .mobile-category-item{min-width:0;min-height:38px;margin:0;padding:.5rem .625rem;text-align:center;font-size:.8125rem;line-height:1.25;white-space:normal}.products-loading{flex-direction:row;gap:.75rem}.products-loading,.products-error,.products-empty{width:100%;grid-column:1 / -1}.products-loading .loading-spinner{margin:0;flex:0 0 40px;box-sizing:border-box}.products-loading p{line-height:1.25}.products-page .products-cta-section{display:none}}.image-lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:flex;align-items:center;justify-content:center;padding:24px;background:#000000eb;animation:image-lightbox-fade-in .2s ease;touch-action:pan-y}@keyframes image-lightbox-fade-in{0%{opacity:0}to{opacity:1}}.image-lightbox__content{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;max-width:calc(100vw - 160px);max-height:92vh}.image-lightbox__mobile-viewport{display:none}.image-lightbox__image{display:block;max-width:100%;max-height:84vh;object-fit:contain;border-radius:6px;box-shadow:0 20px 60px #00000080;-webkit-user-select:none;user-select:none;animation:image-lightbox-image-in .18s ease;transform-origin:center;will-change:transform}.image-lightbox__image--zoomed{cursor:grab}.image-lightbox__image--dragging{cursor:grabbing}@media(min-width:641px){.image-lightbox__image{transition:transform .12s ease-out}}@keyframes image-lightbox-image-in{0%{opacity:.4;transform:scale(.985)}to{opacity:1;transform:scale(1)}}.image-lightbox__meta{display:flex;align-items:center;justify-content:center;gap:12px;min-height:28px;margin-top:14px;color:#fff;font-size:14px;text-align:center}.image-lightbox__counter,.image-lightbox__zoom{flex-shrink:0;padding:2px 10px;border:1px solid rgba(255,255,255,.3);border-radius:999px;color:#ffffffb8;font-size:12px}.image-lightbox__zoom{min-width:54px}.image-lightbox__swipe-hint{display:none;color:#ffffff9e;font-size:12px}.image-lightbox__close,.image-lightbox__nav{position:absolute;display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;padding:0;border:0;border-radius:50%;background:#ffffff26;color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);transition:background .2s ease,transform .2s ease}.image-lightbox__close:hover,.image-lightbox__nav:hover{background:#ffffff4d}.image-lightbox__close{top:20px;right:20px}.image-lightbox__close:hover{transform:scale(1.08)}.image-lightbox__nav{top:50%;transform:translateY(-50%)}.image-lightbox__nav:hover{transform:translateY(-50%) scale(1.08)}.image-lightbox__nav--previous{left:20px}.image-lightbox__nav--next{right:20px}.image-lightbox__close .material-symbols-outlined{font-size:24px}.image-lightbox__nav .material-symbols-outlined{font-size:30px}@media(max-width:640px){.image-lightbox{padding:0}.image-lightbox{touch-action:none}.image-lightbox__content{display:none}.image-lightbox__mobile-viewport{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100vw;height:100dvh;overflow:hidden}.image-lightbox__mobile-track{display:flex;width:100%;height:100%;will-change:transform}.image-lightbox__mobile-track--animating{transition:transform .22s cubic-bezier(.22,.72,.3,1)}.image-lightbox__mobile-slide{display:flex;flex:0 0 100vw;align-items:center;justify-content:center;width:100vw;height:100%;overflow:hidden}.image-lightbox__mobile-image{display:block;max-width:100%;max-height:100%;object-fit:contain;-webkit-user-select:none;user-select:none;transform-origin:center;will-change:transform}.image-lightbox__mobile-meta{position:absolute;right:0;bottom:0;left:0;z-index:2;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:8px;min-height:82px;padding:26px 16px max(18px,env(safe-area-inset-bottom));background:linear-gradient(transparent,#000000b8);color:#fff;font-size:14px;pointer-events:none}.image-lightbox__close{top:max(12px,env(safe-area-inset-top));right:12px;z-index:3;width:42px;height:42px}.image-lightbox__nav{display:none}.image-lightbox__caption{width:100%;text-align:center}.image-lightbox__swipe-hint{display:inline}}@media(prefers-reduced-motion:reduce){.image-lightbox,.image-lightbox__image{animation:none}}.page-product-details{--pd-secondary-container-30: rgba(210, 228, 248, .3);--pd-on-primary-fixed-variant: #003ea8;--pd-outline-variant-20: rgba(194, 199, 206, .2);--pd-primary-80: rgba(0, 18, 61, .8);--pd-bento-height: 600px}.page-product-details{padding-top:var(--space-6);padding-bottom:var(--space-16);flex-grow:1;min-height:100vh}.product-details-container{max-width:1536px;margin:0 auto;padding:0 var(--space-6)}@media(min-width:768px){.product-details-container{padding:0 var(--space-12)}}.breadcrumbs{display:flex;align-items:center;gap:var(--space-2);font-size:.875rem;font-family:var(--font-body);color:var(--secondary);margin-bottom:var(--space-8);flex-wrap:nowrap;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none;white-space:nowrap;width:100%}.breadcrumbs::-webkit-scrollbar{display:none}.breadcrumb-link{transition:color var(--transition-fast)}.breadcrumb-link:hover{color:var(--primary)}.breadcrumb-separator{font-size:.75rem;color:var(--secondary)}.breadcrumb-current{color:var(--on-surface);font-weight:500}.product-main-grid{display:grid;grid-template-columns:1fr;gap:var(--space-12)}@media(min-width:1024px){.product-main-grid{grid-template-columns:7fr 5fr;gap:var(--space-12)}}@media(min-width:1280px){.product-main-grid{gap:var(--space-20)}}.product-gallery{display:flex;flex-direction:column;width:100%;max-width:100%;overflow:hidden}.product-gallery-column{display:flex;flex-direction:column;min-width:0}.main-image-container{background-color:var(--surface-container-low);border-radius:var(--radius-xl);overflow:hidden;aspect-ratio:1;margin-bottom:var(--space-6)}.main-image{width:100%;height:100%;object-fit:cover;transition:transform var(--transition-slow)}.main-image-preview-button{position:relative;display:block;width:100%;height:100%;padding:0;border:0;background:transparent;cursor:zoom-in;overflow:hidden}.main-image-preview-button:hover .main-image{transform:scale(1.02)}.main-image-zoom-hint{position:absolute;right:var(--space-4);bottom:var(--space-4);display:inline-flex;align-items:center;gap:var(--space-2);padding:.55rem .8rem;border-radius:999px;background:#0000009e;color:#fff;font-size:.8rem;line-height:1;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);transition:background-color var(--transition-fast),transform var(--transition-fast)}.main-image-preview-button:hover .main-image-zoom-hint{background:#000000c7;transform:translateY(-2px)}.main-image-zoom-hint .material-symbols-outlined{font-size:1.15rem}.main-image-placeholder{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--space-4);color:var(--secondary);background-color:var(--surface-container-low)}.main-image-placeholder .material-symbols-outlined{font-size:4rem;opacity:.5}.main-image-placeholder p{font-size:1rem;opacity:.7}.thumbnail-grid{display:flex;gap:var(--space-3);width:100%;min-width:0;overflow-x:auto;scroll-behavior:smooth;scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none}.thumbnail-grid::-webkit-scrollbar{display:none}.thumbnail-carousel{display:grid;grid-template-columns:minmax(0,1fr);align-items:center;gap:var(--space-2);width:100%}.thumbnail-carousel.has-overflow{grid-template-columns:2.75rem minmax(0,1fr) 2.75rem}.thumbnail-nav-button{display:inline-flex;align-items:center;justify-content:center;width:2.75rem;height:2.75rem;padding:0;border:1px solid var(--outline-variant);border-radius:50%;background:var(--surface);color:var(--on-surface);cursor:pointer}.thumbnail-nav-button:hover{background:var(--surface-container-high);border-color:var(--outline)}.thumbnail-button{flex:0 0 calc((100% - (3 * var(--space-3))) / 4);aspect-ratio:1;background-color:var(--surface-container-highest);border-radius:var(--radius-lg);overflow:hidden;cursor:pointer;border:2px solid transparent;padding:0;transition:all var(--transition-fast);position:relative;scroll-snap-align:start}.thumbnail-button:hover{border-color:var(--outline)}.thumbnail-button.active{border-color:var(--primary);box-shadow:0 0 0 2px var(--primary-container)}.thumbnail-image{width:100%;height:100%;object-fit:cover}@media(max-width:640px){.main-image-zoom-hint{right:var(--space-3);bottom:var(--space-3);padding:.55rem;font-size:0}.main-image-zoom-hint .material-symbols-outlined{font-size:1.25rem}}.page-product-details .product-info{display:flex;flex-direction:column;width:100%;max-width:100%;padding:var(--space-2) var(--space-4) var(--space-4);border-radius:var(--radius-xl);background:var(--surface-container-low);overflow:hidden;align-self:start}.product-title{font-family:var(--font-display);font-size:2.25rem;font-weight:800;color:var(--primary);line-height:1.1;letter-spacing:-.025em;margin-bottom:var(--space-4)}@media(min-width:768px){.product-title{font-size:3rem}}.product-description{font-size:1.125rem;color:var(--secondary);line-height:1.75;margin-bottom:var(--space-8);font-family:var(--font-body);display:block;overflow:visible;-webkit-line-clamp:unset;-webkit-box-orient:unset;text-overflow:unset;white-space:normal}.product-details-section{display:flex;flex-direction:column;gap:var(--space-5);margin-bottom:var(--space-8)}.specs-module{background-color:var(--surface-container-low);padding:var(--space-5);border-radius:var(--radius-xl)}.specs-title{font-family:var(--font-display);font-size:.875rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--primary);margin-bottom:var(--space-4)}.specs-list{display:flex;flex-direction:column;gap:var(--space-3)}.spec-item{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--pd-outline-variant-20);padding-bottom:var(--space-3)}.spec-item-last{border-bottom:none;align-items:flex-start;padding-bottom:0}.spec-item:last-child{border-bottom:none;padding-bottom:0}.spec-label{font-size:.875rem;color:var(--secondary)}.spec-value{font-size:.875rem;font-weight:600;color:var(--primary);text-align:right;white-space:pre-line;max-width:68%;overflow-wrap:anywhere}.design-details{margin-top:var(--space-4);padding-top:var(--space-4);border-top:1px solid var(--pd-outline-variant-20)}.design-details h4{margin-bottom:var(--space-2);color:var(--secondary);font-size:.8125rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.design-details-tags{display:flex;flex-wrap:wrap;gap:var(--space-2);margin:0;padding:0;list-style:none}.design-details-tags li{display:inline-flex;align-items:center;min-height:32px;padding:.4rem .7rem;border:1px solid var(--pd-outline-variant-20);border-radius:999px;background:var(--surface);color:var(--primary);font-size:.8125rem;font-weight:600;line-height:1.35}.moq-badge{display:flex;align-items:center;gap:var(--space-3);background-color:var(--surface-container-low);padding:var(--space-4) var(--space-5);border-radius:var(--radius-xl);border:1px solid var(--pd-outline-variant-20)}.moq-badge .material-symbols-outlined{color:var(--primary);font-size:1.25rem}.moq-badge span:last-child{font-size:.875rem;font-weight:600;color:var(--primary)}.trust-indicators{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-4);background-color:var(--surface-container-low);padding:var(--space-5);margin-top:var(--space-6);border-radius:var(--radius-xl)}.trust-item{display:flex;align-items:center;gap:var(--space-3)}.trust-item .material-symbols-outlined{color:var(--primary);font-size:1.25rem;flex-shrink:0}.trust-content h4{font-size:.8125rem;font-weight:600;color:var(--primary);margin-bottom:2px}.trust-content p{font-size:.75rem;color:var(--secondary);line-height:1.4}.customization-section{background-color:var(--surface-container-low);padding:var(--space-5);border-radius:var(--radius-xl)}.customization-title{font-family:var(--font-display);font-size:.875rem;font-weight:700;color:var(--primary);margin-bottom:var(--space-4)}.product-support-grid .customization-title{font-size:1.125rem;letter-spacing:0;margin-bottom:var(--space-2)}.customization-intro{max-width:38rem;margin-bottom:var(--space-5);color:var(--secondary);font-size:.875rem;line-height:1.6}.customization-list{display:flex;flex-direction:column}.customization-item{display:flex;align-items:center;gap:var(--space-3);padding:var(--space-3) 0;border-bottom:1px solid var(--pd-outline-variant-20)}.customization-item:last-child{border-bottom:none;padding-bottom:0}.customization-check{color:var(--primary);font-size:1.125rem;flex-shrink:0;margin-top:1px;font-variation-settings:"FILL" 1,"wght" 400,"GRAD" 0,"opsz" 24}.customization-content h4{font-size:.875rem;font-weight:600;color:var(--primary);margin-bottom:2px}.customization-content p{font-size:.8125rem;color:var(--secondary);line-height:1.4}.development-materials-title{font-family:var(--font-display);margin:0;color:var(--primary);font-size:.875rem;font-weight:700;letter-spacing:0}.development-tags{display:flex;flex-wrap:wrap;gap:var(--space-2);margin-top:var(--space-4)}.development-tags span{padding:.4rem .65rem;border:1px solid var(--pd-outline-variant-20);border-radius:999px;background:var(--surface);color:var(--primary);font-size:.75rem;font-weight:600}.action-buttons{display:flex;flex-direction:column;gap:var(--space-3);margin-top:0}@media(min-width:640px){.action-buttons{flex-direction:row}}.btn-primary-gradient{flex:1;display:inline-flex;align-items:center;justify-content:center;gap:var(--space-2);min-height:56px;padding:var(--space-4) var(--space-6);border-radius:var(--radius-xl);background:linear-gradient(135deg,var(--primary) 0%,var(--primary-container) 100%);color:var(--on-primary);font-size:.9375rem;font-weight:700;letter-spacing:.01em;text-decoration:none;box-shadow:0 4px 14px #00123d40;transition:transform var(--transition-fast),box-shadow var(--transition-fast)}.btn-primary-gradient:hover{transform:translateY(-1px);box-shadow:0 6px 20px #00123d59}.btn-primary-gradient:active{transform:scale(.98)}.btn-primary-gradient .material-symbols-outlined{font-size:1.125rem}.customization-development{margin-top:var(--space-5);padding-top:var(--space-5);border-top:1px solid var(--pd-outline-variant-20)}.product-support-grid{width:100%;margin-top:var(--space-8)}.product-support-grid .customization-section{height:100%}.product-support-grid .customization-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--space-3)}.product-support-grid .customization-item{min-width:0;padding:var(--space-3);border:1px solid var(--pd-outline-variant-20);border-radius:var(--radius-lg);background:var(--surface);align-items:flex-start}.product-support-grid .customization-item:last-child{padding-bottom:var(--space-3)}@media(min-width:1024px){.page-product-details .product-title{font-size:clamp(2.1rem,2.35vw,2.7rem);line-height:1.12}.page-product-details .product-description{margin-bottom:var(--space-5);font-size:1rem;line-height:1.65}.page-product-details .product-details-section{gap:var(--space-3);margin-bottom:var(--space-4)}.page-product-details .specs-module{padding:var(--space-4)}.page-product-details .specs-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0;border-top:1px solid var(--pd-outline-variant-20);border-left:1px solid var(--pd-outline-variant-20)}.page-product-details .spec-item,.page-product-details .spec-item:last-child{display:block;min-width:0;padding:.7rem .75rem;border-right:1px solid var(--pd-outline-variant-20);border-bottom:1px solid var(--pd-outline-variant-20)}.page-product-details .spec-value{max-width:100%;margin-top:.25rem;text-align:left;line-height:1.4;overflow-wrap:anywhere}.page-product-details .design-details{margin-top:var(--space-3);padding-top:var(--space-3)}.page-product-details .moq-badge{padding:var(--space-3) var(--space-4)}}@media(max-width:1023px){.product-support-grid .customization-list{grid-template-columns:repeat(2,minmax(0,1fr))}}.manufacturing-section{margin-top:var(--space-16)}.manufacturing-header{display:flex;align-items:flex-end;justify-content:space-between;gap:var(--space-8);margin-bottom:var(--space-8);padding-bottom:var(--space-5);border-bottom:1px solid var(--pd-outline-variant-20)}.manufacturing-heading-copy{min-width:0;max-width:44rem}.manufacturing-title{font-family:var(--font-display);font-size:1.875rem;font-weight:800;color:var(--primary);letter-spacing:-.025em;margin-bottom:var(--space-3)}.manufacturing-intro{max-width:42rem;color:var(--secondary);font-size:.9375rem;line-height:1.7}.manufacturing-link{display:inline-flex;align-items:center;justify-content:space-between;gap:var(--space-3);min-height:44px;padding:var(--space-2) 0;border-bottom:2px solid var(--primary);color:var(--primary);font-size:.875rem;font-weight:700;text-decoration:none;white-space:nowrap;transition:color var(--transition-fast),border-color var(--transition-fast),transform var(--transition-fast)}.manufacturing-link:hover{color:var(--primary-container);border-color:var(--primary-container);transform:translate(2px)}.manufacturing-link .material-symbols-outlined{font-size:1.1rem}.process-grid{display:grid;grid-template-columns:1fr;gap:var(--space-5)}@media(min-width:640px){.process-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.process-grid{grid-template-columns:repeat(3,1fr);gap:var(--space-6)}}.process-card{background-color:var(--surface-container-low);border-radius:var(--radius-xl);padding:var(--space-6);border:1px solid var(--pd-outline-variant-20);transition:transform var(--transition-fast),box-shadow var(--transition-fast),border-color var(--transition-fast);display:flex;flex-direction:column;gap:var(--space-4)}.process-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px #00123d1f;border-color:var(--primary-container)}.process-card-header{display:flex;align-items:center;justify-content:space-between}.process-step-number{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--primary) 0%,var(--primary-container) 100%);color:var(--on-primary);font-family:var(--font-display);font-size:1.125rem;font-weight:700;border-radius:var(--radius-lg);flex-shrink:0}.process-icon{font-size:1.75rem;color:var(--primary);opacity:.8}.process-card-content{display:flex;flex-direction:column;gap:var(--space-2)}.process-card-title{font-family:var(--font-display);font-size:1.125rem;font-weight:700;color:var(--primary);line-height:1.3}.process-card-description{font-size:.9375rem;color:var(--secondary);line-height:1.6}.page-product-details .material-symbols-outlined{font-family:Material Symbols Outlined;font-variation-settings:"FILL" 0,"wght" 400,"GRAD" 0,"opsz" 24;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr}.page-product-details .animate-on-scroll.delay-100{transition-delay:.1s}@media(max-width:1023px){.product-info{order:2}.product-gallery-column{display:contents}.product-gallery{order:1}.product-support-grid{order:3}}@media(max-width:1023px){.trust-indicators{grid-template-columns:repeat(2,1fr);gap:var(--space-3)}}@media(max-width:639px){.page-product-details{max-width:100%;overflow-x:hidden}.trust-indicators{grid-template-columns:1fr;gap:var(--space-3)}.specs-module,.customization-section,.moq-badge,.trust-indicators{padding:var(--space-4)}.product-title{font-size:1.75rem}.product-details-container{padding:0 var(--space-4)}}.mobile-product-media,.mobile-product-back{display:none}@media(max-width:767px){.page-product-details{padding:0 0 calc(1rem + env(safe-area-inset-bottom));min-height:0;overflow-x:clip;background:#f4f6f9}.page-product-details .product-details-container{width:100%;max-width:none;padding:0}.page-product-details .breadcrumbs,.page-product-details .product-gallery{display:none}.mobile-product-back{position:fixed;top:max(.75rem,env(safe-area-inset-top));left:.75rem;z-index:720;display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border:1px solid rgba(255,255,255,.38);border-radius:50%;background:#09111f57;color:#fff;box-shadow:0 6px 24px #00123d29;backdrop-filter:blur(14px) saturate(150%);-webkit-backdrop-filter:blur(14px) saturate(150%);-webkit-tap-highlight-color:transparent}.mobile-product-back:active{transform:scale(.92)}.mobile-product-back .material-symbols-outlined{font-size:1.5rem}.mobile-product-media{position:relative;display:block;width:100%;overflow:hidden;background:#e9edf2}.mobile-product-image-track{display:flex;width:100%;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none;overscroll-behavior-inline:contain;touch-action:pan-x pan-y}.mobile-product-image-track::-webkit-scrollbar{display:none}.mobile-product-image-slide{position:relative;flex:0 0 100%;width:100%;aspect-ratio:1;padding:0;overflow:hidden;border:0;background:#eef1f5;scroll-snap-align:start;scroll-snap-stop:always;touch-action:pan-x pan-y}.mobile-product-image-slide img{display:block;width:100%;height:100%;object-fit:cover}.mobile-product-image-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;width:100%;aspect-ratio:1;color:var(--secondary)}.mobile-product-image-count{position:absolute;right:.875rem;bottom:.875rem;z-index:3;padding:.35rem .65rem;border-radius:999px;background:#09111f7a;color:#fff;font-size:.75rem;font-weight:600;line-height:1;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.mobile-product-image-dots{position:absolute;bottom:1.05rem;left:50%;z-index:3;display:flex;gap:.3rem;transform:translate(-50%)}.mobile-product-image-dots span{width:5px;height:5px;border-radius:999px;background:#ffffff94;box-shadow:0 1px 4px #00000029;transition:width .18s ease,background .18s ease}.mobile-product-image-dots span.active{width:16px;background:#fff}.page-product-details .product-main-grid{display:flex;flex-direction:column;width:100%;min-width:0;max-width:100%;overflow:hidden}.page-product-details .product-support-grid{gap:.75rem;margin-top:.75rem;padding:0 1rem}.page-product-details .customization-development{margin-top:1rem;padding-top:1rem}.page-product-details .product-support-grid .customization-list{display:flex}.page-product-details .product-support-grid .customization-item{padding:var(--space-3) 0;border:0;border-bottom:1px solid var(--pd-outline-variant-20);border-radius:0;background:transparent}.page-product-details .product-info{width:100%;min-width:0;max-width:100%;padding:1.25rem 1rem 1.5rem;border-radius:0;background:#fff;overflow:visible;transform:none!important}.page-product-details .product-title{margin-bottom:.75rem;font-size:1.5rem;line-height:1.25;letter-spacing:-.02em}.page-product-details .product-description{margin-bottom:1.25rem;color:#5d6572;font-size:.9375rem;line-height:1.7;overflow-wrap:anywhere}.page-product-details .product-details-section{gap:.75rem;margin-bottom:1rem;width:100%;min-width:0;max-width:100%}.page-product-details .specs-module,.page-product-details .customization-section,.page-product-details .moq-badge{padding:1rem;border:1px solid rgba(0,18,61,.06);border-radius:.875rem;background:#f7f8fa;min-width:0;max-width:100%}.page-product-details .specs-title,.page-product-details .customization-title{margin-bottom:.75rem;font-size:1rem;letter-spacing:0}.page-product-details .customization-intro{margin-bottom:.75rem;font-size:.8125rem;line-height:1.55}.page-product-details .spec-item{display:grid;grid-template-columns:5rem minmax(0,1fr);gap:.75rem}.page-product-details .spec-label{flex:0 0 5rem}.page-product-details .spec-value{min-width:0;max-width:none;overflow-wrap:anywhere;word-break:break-word}.page-product-details .design-details-tags li{overflow-wrap:anywhere}.page-product-details .development-tags span{max-width:100%;overflow-wrap:anywhere}.page-product-details .customization-content{min-width:0;flex:1}.page-product-details .customization-content p{overflow-wrap:anywhere}.page-product-details .development-tags{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.page-product-details .development-tags span{text-align:center}.page-product-details .btn-primary-gradient{min-height:56px}.page-product-details .trust-indicators{grid-template-columns:repeat(3,minmax(0,1fr));gap:.5rem;margin-top:1rem;padding:.75rem;border-radius:.875rem;background:#f7f8fa}.page-product-details .trust-item{flex-direction:column;gap:.35rem;min-width:0;text-align:center}.page-product-details .trust-content h4{font-size:.75rem}.page-product-details .trust-content p{display:none}.page-product-details .manufacturing-section{margin:.75rem 0 0;padding:1.5rem 1rem;background:#fff}.page-product-details .manufacturing-section:last-child{padding-bottom:1rem}.page-product-details .manufacturing-header{display:block;margin-bottom:1rem;padding-bottom:1rem}.page-product-details .manufacturing-title{margin-bottom:.5rem;font-size:1.375rem}.page-product-details .manufacturing-intro{font-size:.8125rem;line-height:1.6}.page-product-details .manufacturing-link{width:100%;margin-top:1rem}.page-product-details .process-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.625rem;margin-bottom:0}.page-product-details .process-card{gap:.75rem;min-width:0;padding:.875rem;border-radius:.875rem}.page-product-details .process-step-number{width:32px;height:32px;font-size:.875rem}.page-product-details .process-icon{font-size:1.35rem}.page-product-details .process-card-title{font-size:.9375rem}.page-product-details .process-card-description{font-size:.8125rem;line-height:1.55}}@media(max-width:420px){.page-product-details .spec-item{grid-template-columns:1fr;gap:.35rem}.page-product-details .spec-value{text-align:left}}@media(prefers-reduced-motion:reduce){.page-product-details *,.page-product-details *:before,.page-product-details *:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.mobile-swipe-shell{display:contents}.mobile-swipe-cue,.mobile-swipe-progress{display:none}@media(max-width:767px){.mobile-swipe-shell{display:block;min-width:0}.mobile-swipe-cue{display:none;align-items:center;justify-content:flex-end;gap:.25rem;margin:-.25rem 0 .625rem;color:var(--secondary, #5f6368);font-size:.75rem;font-weight:600}.mobile-swipe-shell.is-scrollable .mobile-swipe-cue{display:flex}.mobile-swipe-cue .material-symbols-outlined{font-size:1.125rem;animation:mobile-swipe-cue 1.8s ease-in-out 1}.mobile-swipe-rail{scroll-behavior:smooth}.mobile-swipe-progress{position:relative;display:none;width:min(42%,9rem);height:3px;margin:.4rem auto 0;overflow:hidden;background:#00123d1a;border-radius:999px}.mobile-swipe-shell.is-scrollable .mobile-swipe-progress{display:block}.mobile-swipe-progress span{position:absolute;inset:0 auto 0 var(--swipe-thumb-left, 0%);width:var(--swipe-thumb-width, 30%);background:var(--primary, #00123d);border-radius:inherit;transition:left 80ms linear}}@keyframes mobile-swipe-cue{0%,to{transform:translate(0)}45%{transform:translate(-6px)}70%{transform:translate(3px)}}@media(prefers-reduced-motion:reduce){.mobile-swipe-cue .material-symbols-outlined{animation:none}}.page-factory{min-height:100vh}.factory-qc__certifications{display:grid;gap:var(--space-4)}@media(max-width:767px){.page-factory .factory-stat-card{min-height:7.75rem;padding:.875rem}.page-factory .factory-stat-card__icon{font-size:1.5rem}.page-factory .factory-stat-card__value{font-size:1.55rem}.page-factory .factory-qc__certifications{grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem}.page-factory .factory-qc__cert{min-width:0;padding:.75rem .5rem}.page-factory .factory-qc__cert-content{flex-direction:column;align-items:center;gap:.4rem;text-align:center}.page-factory .factory-qc__cert-content>.material-symbols-outlined{font-size:1.35rem!important}.page-factory .factory-qc__cert-title{font-size:.78rem}.page-factory .factory-qc__cert-desc{display:none}.page-factory .factory-qc__stages.mobile-swipe-rail .qc-stage{flex:0 0 min(72vw,280px);min-height:8.5rem;padding:.875rem}.page-factory .factory-qc{padding-bottom:1rem}}.factory-hero{position:relative;height:716px;display:flex;align-items:center;overflow:hidden}.factory-hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.factory-hero__bg img{width:100%;height:100%;object-fit:cover}.factory-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background-color:#00123d73}.factory-hero__content{position:relative;z-index:10;width:100%;max-width:1536px;margin:0 auto;padding:0 var(--space-8)}.factory-hero__text{margin-left:16.66%;max-width:48rem}.factory-hero__title{font-family:var(--font-display);font-weight:800;font-size:3.75rem;color:#fff;letter-spacing:-.03em;margin-bottom:var(--space-6);line-height:1.1}.factory-hero__subtitle{font-family:var(--font-body);font-size:1.25rem;color:#cbd5e1;max-width:36rem;line-height:1.7}@media(min-width:768px){.factory-hero__title{font-size:4.5rem}}@media(max-width:768px){.factory-hero{height:auto;min-height:500px;padding:6rem 0 4rem}.factory-hero__text{margin-left:0}.factory-hero__title{font-size:2.5rem}.factory-hero__subtitle{font-size:1rem}}.factory-operations{padding:var(--space-24) var(--space-8);background-color:var(--surface-container-lowest)}.factory-operations__container{max-width:1200px;margin:0 auto}.factory-operations__header{text-align:center;margin-bottom:var(--space-16)}.factory-operations__label{display:block;font-family:var(--font-display);font-weight:700;font-size:.75rem;text-transform:uppercase;letter-spacing:.15em;color:var(--primary);margin-bottom:var(--space-3)}.factory-operations__title{font-family:var(--font-display);font-weight:800;font-size:2.5rem;color:var(--primary);margin-bottom:var(--space-4);letter-spacing:-.02em}.factory-operations__desc{font-size:1.125rem;color:var(--secondary);max-width:600px;margin:0 auto;line-height:1.7}@media(max-width:768px){.factory-operations__title{font-size:1.875rem}.factory-operations__desc{font-size:1rem}}.factory-operations__grid{display:grid;grid-template-columns:repeat(1,1fr);gap:var(--space-6)}@media(min-width:640px){.factory-operations__grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.factory-operations__grid{grid-template-columns:repeat(3,1fr)}}.factory-stat-card{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:var(--space-10) var(--space-6);background-color:var(--surface-container-low);border-radius:var(--radius-xl);transition:all var(--transition-normal);box-shadow:0 1px 3px #00123d0d;min-height:220px}.factory-stat-card:hover{transform:translateY(-6px);box-shadow:0 20px 50px #00123d1f}.factory-stat-card--featured{background-color:var(--primary)}.factory-stat-card--featured:hover{box-shadow:0 20px 50px #00123d40}.factory-stat-card__icon{font-size:2.5rem;color:var(--primary);margin-bottom:var(--space-4);font-variation-settings:"FILL" 0}.factory-stat-card__icon--white{color:#ffffffe6}.factory-stat-card__value{font-family:var(--font-display);font-weight:900;font-size:3rem;color:var(--primary);line-height:1;margin-bottom:var(--space-3);display:flex;align-items:baseline;justify-content:center;gap:.125rem}.factory-stat-card__value--white{color:#fff}.factory-stat-card__unit{font-size:1.5rem;font-weight:700;opacity:.9}.factory-stat-card__label{font-family:var(--font-body);font-size:.9375rem;font-weight:500;color:var(--secondary);line-height:1.5}.factory-stat-card__label--light{color:#ffffffd9}@media(max-width:768px){.factory-stat-card{padding:var(--space-8) var(--space-5);min-height:180px}.factory-stat-card__value{font-size:2.5rem}.factory-stat-card__unit{font-size:1.25rem}.factory-stat-card__icon{font-size:2rem}}.factory-stats{padding:var(--space-24) var(--space-8);max-width:1536px;margin:0 auto}.factory-stats__grid{display:grid;grid-template-columns:repeat(1,1fr);gap:var(--space-6)}@media(min-width:768px){.factory-stats__grid{grid-template-columns:repeat(4,1fr)}}@media(min-width:1024px){.factory-stats__grid{grid-template-columns:repeat(5,1fr)}}.stat-card{padding:var(--space-8);border-radius:var(--radius-xl);transition:all var(--transition-normal);box-shadow:0 1px 3px #00123d0d;background-color:var(--surface-container-low)}.stat-card:hover{transform:translateY(-4px);box-shadow:0 10px 40px #00123d14}.stat-card--large{padding:var(--space-10);background-color:var(--surface-container-lowest);display:flex;flex-direction:column;justify-content:space-between}@media(min-width:768px){.stat-card--large{grid-column:span 2}}@media(min-width:1024px){.stat-card--large{grid-column:span 2}}.stat-card--center{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}.stat-card--primary{background-color:var(--primary);display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}.stat-card--capacity{background-color:var(--surface-container-highest);display:flex;flex-direction:column;justify-content:space-between}@media(min-width:768px){.stat-card--capacity{grid-column:span 2}}@media(min-width:1024px){.stat-card--capacity{grid-column:span 1}}.stat-card--secondary{background-color:var(--secondary-container);display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}.stat-card__label{display:block;font-family:var(--font-display);font-weight:700;font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;color:var(--primary);margin-bottom:var(--space-4)}.stat-card__value{font-family:var(--font-display);font-weight:900;font-size:3.75rem;color:var(--primary);margin-bottom:var(--space-2);line-height:1}.stat-card__value--md{font-size:2.25rem}.stat-card__value--white{color:#fff}.stat-card__value--secondary{color:var(--on-secondary-container)}.stat-card__title{font-family:var(--font-body);font-weight:500;color:var(--secondary)}.stat-card__subtitle{font-family:var(--font-body);font-size:.875rem;font-weight:600;color:var(--secondary)}.stat-card__subtitle--light{color:#cbd5e1}.stat-card__subtitle--bold{font-weight:600}.stat-card__subtitle--secondary{color:var(--on-secondary-container)}.stat-card__desc{margin-top:var(--space-8);padding-top:var(--space-8);border-top:1px solid rgba(196,198,205,.15);font-size:.875rem;color:var(--on-surface-variant);line-height:1.7}.stat-card__icon{font-size:2.25rem;color:var(--primary);margin-bottom:var(--space-4)}.stat-card__icon--white{color:#fff}.stat-card__icon--filled{font-variation-settings:"FILL" 1;color:var(--on-secondary-container)}.stat-card__progress{margin-top:var(--space-4)}.stat-card__progress-bar{width:100%;height:4px;background-color:#c4c6cd4d;border-radius:var(--radius-full);overflow:hidden}.stat-card__progress-fill{width:100%;height:100%;background-color:var(--primary)}.stat-card__progress-text{font-size:.75rem;color:var(--on-surface-variant);margin-top:var(--space-2)}.factory-tech{background-color:var(--surface-container-low);padding:var(--space-24) 0}.factory-tech__container{max-width:1536px;margin:0 auto;padding:0 var(--space-8);display:flex;flex-direction:column;gap:var(--space-16);align-items:center}@media(min-width:768px){.factory-tech__container{flex-direction:row}}.factory-tech__image{width:100%}@media(min-width:768px){.factory-tech__image{width:50%}}.factory-tech__image img{border-radius:var(--radius-xl);box-shadow:0 25px 50px -12px #00123d1a}.factory-tech__content{width:100%}@media(min-width:768px){.factory-tech__content{width:50%}}.factory-tech__label{display:block;font-family:var(--font-display);font-weight:700;font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;color:var(--primary);margin-bottom:var(--space-2)}.factory-tech__title{font-family:var(--font-display);font-weight:800;font-size:2.25rem;color:var(--primary);margin-bottom:var(--space-6)}.factory-tech__desc{font-size:1.125rem;color:var(--secondary);line-height:1.7;margin-bottom:var(--space-8)}.factory-tech__features{display:flex;flex-direction:column;gap:var(--space-4)}.tech-feature{display:flex;align-items:flex-start;gap:var(--space-4)}.tech-feature__icon{color:var(--primary);flex-shrink:0}.tech-feature__title{font-family:var(--font-display);font-weight:700;color:var(--primary);margin-bottom:var(--space-1)}.tech-feature__desc{font-size:.875rem;color:var(--on-surface-variant)}.factory-lifecycle{padding:var(--space-24) var(--space-8);max-width:1536px;margin:0 auto}.factory-lifecycle__header{text-align:center;margin-bottom:var(--space-20)}.factory-lifecycle__title{font-family:var(--font-display);font-weight:800;font-size:2.25rem;color:var(--primary);margin-bottom:var(--space-4)}.factory-lifecycle__divider{width:6rem;height:4px;background-color:var(--primary);margin:0 auto}.factory-lifecycle__grid{display:grid;grid-template-columns:repeat(1,1fr);gap:var(--space-8)}@media(min-width:768px){.factory-lifecycle__grid{grid-template-columns:repeat(3,1fr)}}@media(min-width:1024px){.factory-lifecycle__grid{grid-template-columns:repeat(6,1fr)}}.lifecycle-step{position:relative}.lifecycle-step__number{font-family:var(--font-display);font-weight:900;font-size:6rem;color:#00123d14;position:absolute;top:-3rem;left:-1rem;line-height:1;transition:color var(--transition-normal)}.lifecycle-step:hover .lifecycle-step__number{color:#00123d26}.lifecycle-step__content{position:relative;padding-top:var(--space-4)}.lifecycle-step__title{font-family:var(--font-display);font-weight:700;font-size:1.125rem;color:var(--primary);margin-bottom:var(--space-2)}.lifecycle-step__desc{font-size:.875rem;color:var(--secondary);line-height:1.7}.factory-qc{background-color:var(--primary);padding:var(--space-24) 0;color:#fff}.factory-qc__container{max-width:1536px;margin:0 auto;padding:0 var(--space-8);display:grid;grid-template-columns:1fr;gap:var(--space-20)}@media(min-width:1024px){.factory-qc__container{grid-template-columns:1fr 1fr}}.factory-qc__label{display:block;font-family:var(--font-display);font-weight:700;font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;color:var(--on-primary-container);margin-bottom:var(--space-4)}.factory-qc__title{font-family:var(--font-display);font-weight:800;font-size:3rem;margin-bottom:var(--space-8);line-height:1.1}.factory-qc__desc{font-size:1.125rem;color:#cbd5e1;line-height:1.7;margin-bottom:var(--space-12)}.factory-qc__cert{padding:var(--space-8);background-color:#ffffff0d;border-radius:var(--radius-xl);border:1px solid rgba(255,255,255,.1)}.factory-qc__cert-content{display:flex;align-items:center;gap:var(--space-6)}.factory-qc__cert-logo{height:5rem;width:auto;flex-shrink:0}.factory-qc__cert-title{font-family:var(--font-display);font-weight:700;font-size:1.25rem;margin-bottom:var(--space-2)}.factory-qc__cert-desc{font-size:.875rem;color:#94a3b8}.factory-qc__stages{display:flex;flex-direction:column;gap:var(--space-6)}.qc-stage{display:flex;gap:var(--space-6);align-items:center;padding:var(--space-6);background-color:#ffffff1a;border-radius:var(--radius-lg);transition:background-color var(--transition-normal)}.qc-stage:hover{background-color:#ffffff26}.qc-stage--active{border-left:4px solid var(--on-primary-container)}.qc-stage__icon{font-size:1.875rem;color:var(--on-primary-container);flex-shrink:0}.qc-stage__title{font-family:var(--font-display);font-weight:700;font-size:1.125rem;margin-bottom:var(--space-1)}.qc-stage__desc{font-size:.875rem;color:#94a3b8}.factory-cta{padding:var(--space-24) var(--space-8);max-width:1536px;margin:0 auto;text-align:center}.factory-cta__title{font-family:var(--font-display);font-weight:900;font-size:3rem;color:var(--primary);margin-bottom:var(--space-6)}.factory-cta__desc{font-size:1.125rem;color:var(--secondary);max-width:42rem;margin:0 auto var(--space-10);line-height:1.7}.factory-cta__buttons{display:flex;flex-direction:column;justify-content:center;gap:var(--space-4)}@media(min-width:640px){.factory-cta__buttons{flex-direction:row}}.factory-cta__btn{display:inline-block;padding:var(--space-4) var(--space-8);border-radius:var(--radius-md);font-family:var(--font-display);font-weight:700;font-size:1rem;text-align:center;transition:all var(--transition-normal);cursor:pointer}.factory-cta__btn--primary{background-color:var(--primary);color:#fff;box-shadow:0 10px 30px #00123d33}.factory-cta__btn--primary:hover{transform:scale(1.05);box-shadow:0 15px 40px #00123d40}.factory-cta__btn--secondary{background-color:var(--surface-container-high);color:var(--primary)}.factory-cta__btn--secondary:hover{background-color:var(--surface-container-highest)}.delay-100{transition-delay:.1s}.delay-200{transition-delay:.2s}.delay-300{transition-delay:.3s}.delay-400{transition-delay:.4s}.delay-500{transition-delay:.5s}.delay-600{transition-delay:.6s}@media(max-width:640px){.page-factory{max-width:100%;overflow-x:hidden}.factory-operations{padding:var(--space-12) var(--space-4)}.factory-operations__title{font-size:1.5rem;white-space:normal;word-break:break-word;overflow-wrap:break-word}.factory-stat-card{padding:var(--space-6) var(--space-4);min-height:160px}.factory-tech{padding:var(--space-12) 0}.factory-lifecycle{padding:var(--space-12) var(--space-4)}.factory-qc{overflow-x:hidden;max-width:100vw;padding:var(--space-12) 0}.factory-qc__container{padding:0 var(--space-4)}.factory-qc__title{font-size:2rem;white-space:normal;word-break:break-word;overflow-wrap:break-word}.factory-cta{padding:var(--space-12) var(--space-4)}.factory-cta__title{font-size:1.75rem;white-space:normal;word-break:break-word;overflow-wrap:break-word}.factory-hero__title{font-size:2rem}}@media(max-width:767px){.page-factory{overflow-x:clip;background:#f6f7f9}.factory-hero{min-height:25rem;height:56svh}.factory-hero__bg picture,.factory-hero__bg img{display:block;width:100%;height:100%}.factory-hero__bg img{object-fit:cover;object-position:center}.factory-hero__overlay{background:linear-gradient(180deg,#000d291a,#000d29db)}.factory-hero__content{align-items:flex-end;padding:1.25rem 1rem}.factory-hero__title{max-width:21rem;font-size:clamp(2rem,9vw,2.65rem);line-height:1.05;letter-spacing:-.04em}.factory-hero__subtitle{max-width:21rem;margin-top:.75rem;font-size:.875rem;line-height:1.55}.factory-operations,.factory-tech,.factory-lifecycle,.factory-qc{padding:2rem 0}.factory-operations__container,.factory-tech__container,.factory-qc__container{padding-inline:1rem}.factory-operations__header{margin-bottom:1rem;text-align:left}.factory-operations__title,.factory-tech__title,.factory-lifecycle__title,.factory-qc__title{font-size:1.6rem;line-height:1.2}.factory-operations__desc,.factory-tech__desc,.factory-qc__desc{font-size:.875rem;line-height:1.65}.factory-operations__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.factory-stat-card{min-height:9.25rem;padding:1rem;border-radius:1rem}.factory-stat-card__value{font-size:1.8rem}.factory-stat-card__label{font-size:.75rem;line-height:1.35}.factory-tech__container{display:flex;flex-direction:column;gap:1rem}.factory-tech__image{order:2;min-height:16rem;border-radius:1rem;overflow:hidden}.factory-tech__content{order:1}.factory-tech__features{gap:.625rem}.tech-feature{padding:.875rem;border-radius:.875rem;background:#fff}.factory-lifecycle{padding-inline:1rem;background:#fff}.factory-lifecycle__header{margin-bottom:1rem;text-align:left}.factory-lifecycle__divider{margin-left:0}.factory-lifecycle__grid.mobile-swipe-rail,.factory-qc__stages.mobile-swipe-rail{display:flex;flex-direction:row;width:calc(100% + 1rem);gap:.75rem;overflow-x:auto;padding:0 1rem .5rem 0;scroll-snap-type:x mandatory;scrollbar-width:none}.factory-lifecycle__grid.mobile-swipe-rail::-webkit-scrollbar,.factory-qc__stages.mobile-swipe-rail::-webkit-scrollbar{display:none}.factory-lifecycle__grid .lifecycle-step{flex:0 0 78%;min-height:10rem;padding:1rem;border:1px solid rgba(0,18,61,.07);border-radius:1rem;background:#f7f8fa;scroll-snap-align:start}.factory-qc__container{display:block}.factory-qc__info{margin-bottom:1rem}.factory-qc__cert{padding:.875rem;border-radius:.875rem}.factory-qc__cert-content>.material-symbols-outlined{font-size:2.5rem!important}.factory-qc__stages.mobile-swipe-rail .qc-stage{flex:0 0 82%;min-height:10rem;padding:1rem;border-radius:1rem;scroll-snap-align:start}}.page-factory-gallery{background:#fafafa;min-height:100vh}.gallery-hero{position:relative;padding:100px 24px 64px;text-align:center;background:linear-gradient(135deg,#1a2740,#2c3e5a);color:#fff;overflow:hidden}.gallery-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 20% 30%,rgba(212,175,55,.15) 0%,transparent 50%),radial-gradient(circle at 80% 70%,rgba(212,175,55,.1) 0%,transparent 50%);pointer-events:none}.gallery-hero__inner{position:relative;max-width:960px;margin:0 auto}.gallery-hero__badge{display:inline-block;padding:8px 20px;background:#d4af3733;color:#d4af37;border:1px solid rgba(212,175,55,.4);border-radius:999px;font-size:14px;letter-spacing:.5px;margin-bottom:24px}.gallery-hero__title{font-size:44px;font-weight:700;line-height:1.2;margin:0 0 20px;letter-spacing:1px}.gallery-hero__subtitle{font-size:16px;line-height:1.8;color:#ffffffd9;margin:0 auto 40px;max-width:640px}.gallery-hero__stats{display:flex;justify-content:center;gap:56px;flex-wrap:wrap}.gallery-hero__stat{text-align:center}.gallery-hero__stat-num{display:block;font-size:36px;font-weight:700;color:#d4af37;line-height:1;margin-bottom:8px}.gallery-hero__stat-label{font-size:13px;color:#ffffffb3;letter-spacing:.5px}.gallery-section{padding:64px 24px 80px}.gallery-container{max-width:1280px;margin:0 auto}.gallery-grid{column-count:3;column-gap:20px}.gallery-item{position:relative;break-inside:avoid;margin:0 0 20px;padding:0;width:100%;display:block;border-radius:10px;overflow:hidden;cursor:zoom-in;background:#fff;box-shadow:0 2px 8px #0000000f;transition:transform .35s ease,box-shadow .35s ease}.gallery-item:hover{transform:translateY(-4px);box-shadow:0 12px 28px #00000024}.gallery-item img{width:100%;height:auto;display:block;transition:transform .6s ease}.gallery-item:hover img{transform:scale(1.04)}.gallery-item__caption{position:absolute;left:0;right:0;bottom:0;padding:32px 16px 14px;background:linear-gradient(to top,#000000bf,#0000);color:#fff;font-size:14px;letter-spacing:.3px;opacity:0;transition:opacity .3s ease}.gallery-item:hover .gallery-item__caption{opacity:1}.gallery-item__zoom{position:absolute;top:12px;right:12px;width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:#ffffffeb;color:#1a2740;border-radius:50%;opacity:0;transform:scale(.8);transition:opacity .3s ease,transform .3s ease}.gallery-item:hover .gallery-item__zoom{opacity:1;transform:scale(1)}.gallery-item__zoom .material-symbols-outlined{font-size:20px}.factory-certifications{padding:96px 32px;background-color:var(--surface-container-lowest, #fff)}.factory-certifications__container{max-width:1200px;margin:0 auto}.factory-certifications__header{text-align:center;margin-bottom:64px}.factory-certifications__title{font-weight:800;font-size:2.5rem;color:#00123d;margin-bottom:16px}.factory-certifications__subtitle{font-size:1.125rem;color:#4f6073;max-width:700px;margin:0 auto;line-height:1.7}.factory-certifications__grid{display:grid;grid-template-columns:repeat(1,1fr);gap:32px}@media(min-width:768px){.factory-certifications__grid{grid-template-columns:repeat(3,1fr)}}.factory-certifications__card{padding:40px;background-color:#f8f9fa;border-radius:16px;text-align:center;transition:all .3s ease}.factory-certifications__card:hover{transform:translateY(-6px);box-shadow:0 20px 50px #00123d1f}.factory-certifications__card-icon{font-size:3.5rem;color:#00123d;margin-bottom:24px}.factory-certifications__card-title{font-weight:700;font-size:1.375rem;color:#00123d;margin-bottom:12px}.factory-certifications__card-desc{font-size:.9375rem;color:#4f6073;margin-bottom:32px;line-height:1.6}.factory-certifications__card-btn{display:inline-flex;align-items:center;gap:8px;padding:12px 24px;background-color:#00123d;color:#fff;border:none;border-radius:8px;font-size:.9375rem;font-weight:600;cursor:pointer;transition:all .2s ease}.factory-certifications__card-btn:hover{background-color:#001a5c;transform:scale(1.05)}.factory-certifications__card-btn .material-symbols-outlined{font-size:1.25rem}@media(max-width:768px){.factory-certifications{padding:64px 16px}.factory-certifications__title{font-size:1.875rem;white-space:normal;word-break:break-word}.factory-certifications__subtitle{font-size:1rem;white-space:normal;word-break:break-word}.factory-certifications__card{padding:24px}}@media(max-width:1024px){.gallery-grid{column-count:2;column-gap:16px}.gallery-item{margin-bottom:16px}.gallery-hero__title{font-size:36px}}@media(max-width:640px){.gallery-hero{padding:72px 16px 48px}.gallery-hero__title{font-size:28px}.gallery-hero__subtitle{font-size:14px}.gallery-hero__stats{gap:28px}.gallery-hero__stat-num{font-size:26px}.gallery-section{padding:40px 12px 32px}.gallery-grid{column-count:2;column-gap:8px}.gallery-item{margin-bottom:8px;border-radius:6px}.gallery-item__caption{opacity:1;font-size:11px;padding:20px 10px 8px}.gallery-item__zoom{display:none}.page-factory-gallery .factory-certifications{padding:1.5rem 1rem 1rem}.page-factory-gallery .factory-certifications__header{margin-bottom:1rem;text-align:left}.page-factory-gallery .factory-certifications__title{margin-bottom:.5rem;font-size:1.5rem;line-height:1.2}.page-factory-gallery .factory-certifications__subtitle{margin:0;font-size:.8125rem;line-height:1.5}.page-factory-gallery .factory-certifications__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));width:auto;margin:0;padding:0;gap:.5rem;overflow:visible;scroll-snap-type:none}.page-factory-gallery .factory-certifications__card{display:flex;width:auto;min-width:0;max-width:none;height:auto;padding:.75rem .5rem;flex-direction:column;align-items:center;gap:.5rem;text-align:center}.page-factory-gallery .factory-certifications__card-icon{margin-bottom:0;font-size:1.25rem}.page-factory-gallery .factory-certifications__card-title{margin-bottom:0;font-size:.76rem;line-height:1.3}.page-factory-gallery .factory-certifications__card-desc{display:none}.page-factory-gallery .factory-certifications__card-btn{min-height:32px;padding:.4rem .45rem;gap:.2rem;font-size:.65rem}.page-factory-gallery .factory-certifications__card-btn .material-symbols-outlined{font-size:.9rem}.page-factory-gallery .factory-certifications__card:nth-child(3){display:none}}:root{--oem-primary: #00123d;--oem-primary-container: #002469;--oem-on-primary-container: #618bff;--oem-surface: #f7f9fc;--oem-surface-container-low: #f2f4f7;--oem-surface-container-lowest: #ffffff;--oem-surface-container-highest: #e0e3e6;--oem-secondary: #4f6073;--oem-on-surface: #191c1e;--oem-font-headline: "Manrope", sans-serif;--oem-font-body: "Inter", sans-serif;--oem-radius-sm: .25rem;--oem-radius-md: .5rem;--oem-radius-lg: .75rem;--oem-radius-xl: 1rem;--oem-radius-2xl: 2rem;--oem-shadow-sm: 0 4px 6px -1px rgba(0, 18, 61, .05);--oem-shadow-lg: 0 20px 40px -10px rgba(0, 18, 61, .1);--oem-shadow-xl: 0 25px 50px -12px rgba(0, 18, 61, .15);--oem-transition: all .3s ease}.page-oem-odm{font-family:var(--oem-font-body);color:var(--oem-on-surface)}.page-oem-odm .animate-on-scroll{opacity:0;transform:translateY(30px);transition:opacity .6s ease,transform .6s ease}.page-oem-odm .animate-on-scroll.animated{opacity:1;transform:translateY(0)}.oem-section-title{font-family:var(--oem-font-headline);font-weight:800;font-size:2.5rem;color:var(--oem-primary);letter-spacing:-.05em;margin-bottom:1rem}.oem-section-title--center{text-align:center}.oem-section-bar{height:4px;width:5rem;background-color:var(--oem-on-primary-container);margin-bottom:2rem}.oem-btn{display:inline-flex;align-items:center;justify-content:center;padding:1rem 2rem;border-radius:var(--oem-radius-md);font-weight:700;font-size:.875rem;text-transform:uppercase;letter-spacing:.1em;text-decoration:none;transition:var(--oem-transition);cursor:pointer;border:none}.oem-btn--primary{background:linear-gradient(to right,var(--oem-primary),var(--oem-primary-container));color:#fff;box-shadow:0 10px 30px #00123d33}.oem-btn--primary:hover{opacity:.9;transform:translateY(-2px)}.oem-btn--white{background-color:#fff;color:var(--oem-primary)}.oem-btn--white:hover{background-color:#f0f5ff}.oem-btn--outline{background-color:transparent;color:#fff;border:2px solid rgba(255,255,255,.3)}.oem-btn--outline:hover{background-color:#ffffff1a}.oem-hero{position:relative;height:614px;display:flex;align-items:center;overflow:hidden;background-color:var(--oem-primary)}.oem-hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;opacity:.4}.oem-hero__bg img{width:100%;height:100%;object-fit:cover}.oem-hero__content{position:relative;z-index:10;padding:0 2rem;max-width:1536px;margin:0 auto;width:100%}.oem-hero__inner{margin-left:16.66%;max-width:42rem}.oem-hero__title{font-family:var(--oem-font-headline);font-weight:800;font-size:3rem;line-height:1.1;letter-spacing:-.05em;color:#fff;margin-bottom:1.5rem}.oem-hero__subtitle{color:#cbd5e1;font-size:1.125rem;font-weight:300;margin-bottom:2rem;max-width:32rem;line-height:1.6}.oem-hero__actions{display:flex;align-items:center;gap:1rem}.oem-scope{padding:6rem 0;background-color:var(--oem-surface)}.oem-scope__container{padding:0 2rem;max-width:1536px;margin:0 auto}.oem-scope__grid{display:grid;grid-template-columns:1fr;gap:3rem}.oem-scope__right{display:grid;grid-template-columns:1fr;gap:1.5rem}.oem-moq-card{background-color:var(--oem-primary);padding:2rem;border-radius:var(--oem-radius-xl);box-shadow:var(--oem-shadow-xl)}.oem-moq-card__title{color:#fff;font-family:var(--oem-font-headline);font-weight:700;font-size:1.5rem;margin-bottom:.5rem}.oem-moq-card__subtitle{color:#93c5fd;font-size:.875rem;margin-bottom:1.5rem}.oem-moq-card__value{color:#fff}.oem-moq-card__number{display:block;font-size:3rem;font-weight:900;letter-spacing:-.05em;line-height:1.2}.oem-moq-card__label{font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;opacity:.7}.oem-service-card{background-color:var(--oem-surface-container-lowest);padding:2.5rem;border-radius:var(--oem-radius-xl);transition:var(--oem-transition)}.oem-service-card:hover{background-color:#fff;box-shadow:var(--oem-shadow-xl);transform:translateY(-4px)}.oem-service-card__icon{font-size:2.5rem;color:var(--oem-on-primary-container);margin-bottom:1.5rem;display:block}.oem-service-card__title{font-family:var(--oem-font-headline);font-weight:700;font-size:1.5rem;color:var(--oem-primary);margin-bottom:1rem}.oem-service-card__desc{color:var(--oem-secondary);line-height:1.7}.oem-edge{padding:6rem 0;background-color:var(--oem-surface-container-low);position:relative;overflow:hidden}.oem-edge__container{padding:0 2rem;max-width:1536px;margin:0 auto;position:relative;z-index:10}.oem-edge__header{margin-left:16.66%;margin-bottom:4rem}.oem-edge__subtitle{color:var(--oem-secondary);font-size:1.125rem;max-width:42rem}.oem-edge__grid{display:grid;grid-template-columns:1fr;gap:3rem}.oem-edge__col{display:flex;flex-direction:column;gap:3rem}.oem-advantage-item{display:flex;gap:1.5rem}.oem-advantage-item__icon{flex-shrink:0;width:3rem;height:3rem;border-radius:var(--oem-radius-lg);background-color:var(--oem-primary-container);display:flex;align-items:center;justify-content:center}.oem-advantage-item__icon .material-symbols-outlined{color:#fff}.oem-advantage-item__title{font-family:var(--oem-font-headline);font-weight:700;font-size:1.25rem;color:var(--oem-primary);margin-bottom:.5rem}.oem-advantage-item__desc{color:var(--oem-secondary);font-size:.875rem;line-height:1.7}.oem-leadtime-card{background-color:var(--oem-primary);padding:4px;border-radius:var(--oem-radius-2xl)}.oem-leadtime-card__inner{background-color:var(--oem-primary-container);border-radius:var(--oem-radius-xl);padding:2rem;height:100%;display:flex;flex-direction:column;justify-content:space-between}.oem-leadtime-card__title{color:#fff;font-family:var(--oem-font-headline);font-weight:800;font-size:1.875rem;margin-bottom:2rem}.oem-leadtime-card__items{display:flex;flex-direction:column;gap:2rem}.oem-leadtime-card__item{border-left:2px solid var(--oem-on-primary-container);padding-left:1.5rem}.oem-leadtime-card__label{color:var(--oem-on-primary-container);font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;font-weight:700}.oem-leadtime-card__value{color:#fff;font-size:1.875rem;font-weight:900}.oem-leadtime-card__link{margin-top:2rem;color:var(--oem-on-primary-container);font-weight:700;font-size:.875rem;text-transform:uppercase;letter-spacing:-.025em;display:flex;align-items:center;gap:.5rem;text-decoration:none;transition:var(--oem-transition)}.oem-leadtime-card__link:hover{gap:1rem}.oem-process{padding:6rem 0;background-color:var(--oem-surface)}.oem-process__container{padding:0 2rem;max-width:1400px;margin:0 auto}.oem-process__header{text-align:center;margin-bottom:4rem}.oem-process__subtitle{color:var(--oem-secondary);max-width:36rem;margin:0 auto;font-size:1.125rem;line-height:1.6}.oem-timeline{position:relative}.oem-timeline__line{display:none}.oem-timeline__row{display:grid;grid-template-columns:repeat(2,1fr);gap:2.5rem 1.5rem}.oem-timeline__row+.oem-timeline__row{margin-top:3.5rem}.oem-timeline__step{position:relative}.oem-timeline__number{width:3.5rem;height:3.5rem;border-radius:50%;background:linear-gradient(135deg,var(--oem-primary) 0%,var(--oem-primary-container) 100%);color:#fff;display:flex;align-items:center;justify-content:center;font-family:var(--oem-font-headline);font-weight:700;font-size:1.125rem;margin-bottom:1.25rem;position:relative;z-index:10;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 8px 24px #00123d40}.oem-timeline__step:hover .oem-timeline__number{transform:scale(1.08);box-shadow:0 12px 32px #00123d59}.oem-timeline__title{font-family:var(--oem-font-headline);font-weight:700;font-size:1.125rem;color:var(--oem-primary);margin-bottom:.5rem;letter-spacing:-.01em}.oem-timeline__desc{color:var(--oem-secondary);font-size:.875rem;line-height:1.6;max-width:220px}.oem-timeline__content{display:flex;flex-direction:column}.oem-faq{padding:6rem 0;background-color:var(--oem-surface-container-low)}.oem-faq__container{padding:0 2rem;max-width:1536px;margin:0 auto}.oem-faq__grid{display:grid;grid-template-columns:1fr;gap:3rem}.oem-faq__subtitle{color:var(--oem-secondary);font-size:.875rem}.oem-faq__right{display:flex;flex-direction:column;gap:1.5rem}.oem-accordion{background-color:#fff;border-radius:var(--oem-radius-xl);overflow:hidden;transition:var(--oem-transition)}.oem-accordion:hover{box-shadow:var(--oem-shadow-sm)}.oem-accordion__header{display:flex;align-items:center;justify-content:space-between;width:100%;padding:2rem;background:none;border:none;cursor:pointer;text-align:left}.oem-accordion__title{font-family:var(--oem-font-headline);font-weight:700;color:var(--oem-primary);font-size:1rem;padding-right:1rem}.oem-accordion__icon{flex-shrink:0;color:var(--oem-primary);transition:transform .3s ease}.oem-accordion--active .oem-accordion__icon{transform:rotate(180deg)}.oem-accordion__content{max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease}.oem-accordion--active .oem-accordion__content{max-height:200px}.oem-accordion__answer{padding:0 2rem 2rem;color:var(--oem-secondary);font-size:.875rem;line-height:1.7}.oem-cta{padding:6rem 2rem}.oem-cta__container{max-width:1536px;margin:0 auto}.oem-cta__card{background-color:var(--oem-primary);border-radius:var(--oem-radius-2xl);padding:3rem;text-align:center;position:relative;overflow:hidden}.oem-cta__bg{position:absolute;top:0;right:0;bottom:0;left:0;opacity:.1}.oem-cta__bg img{width:100%;height:100%;object-fit:cover}.oem-cta__content{position:relative;z-index:10}.oem-cta__title{color:#fff;font-family:var(--oem-font-headline);font-weight:800;font-size:2rem;letter-spacing:-.05em;margin-bottom:2rem;max-width:48rem;margin-left:auto;margin-right:auto}.oem-cta__subtitle{color:#93c5fd;font-size:1.125rem;margin-bottom:3rem;max-width:36rem;margin-left:auto;margin-right:auto}.oem-cta__actions{display:flex;flex-direction:column;gap:1.5rem;justify-content:center;align-items:center}@media(min-width:768px){.oem-hero__title{font-size:4.5rem}.oem-hero__subtitle{font-size:1.25rem}.oem-scope__grid{grid-template-columns:repeat(12,1fr)}.oem-scope__left{grid-column:span 4}.oem-scope__right{grid-column:span 8;grid-template-columns:repeat(2,1fr)}.oem-edge__grid{grid-template-columns:repeat(3,1fr)}.oem-timeline__row{grid-template-columns:repeat(2,1fr);gap:3rem 2rem}.oem-faq__grid{grid-template-columns:repeat(12,1fr)}.oem-faq__left{grid-column:span 4}.oem-faq__right{grid-column:span 8}.oem-cta__card{padding:6rem}.oem-cta__title{font-size:3.75rem}.oem-cta__actions{flex-direction:row}}@media(min-width:1024px){.oem-timeline{padding:0 1rem}.oem-timeline__line{display:block;position:absolute;left:1rem;right:1rem;width:calc(100% - 2rem);height:2px;background:linear-gradient(90deg,var(--oem-surface-container-highest) 0%,var(--oem-on-primary-container) 50%,var(--oem-surface-container-highest) 100%);opacity:.6}.oem-timeline__line--row1{top:1.75rem}.oem-timeline__line--row2{top:calc(50% + 6.5rem)}.oem-timeline__row{grid-template-columns:repeat(5,1fr);gap:3rem 1.5rem}.oem-timeline__row+.oem-timeline__row{margin-top:4rem}.oem-timeline__step{display:flex;flex-direction:column;align-items:flex-start}.oem-edge__header,.oem-hero__inner{margin-left:16.66%}}@media(min-width:1280px){.oem-timeline__row{gap:3rem 2rem}.oem-timeline__desc{max-width:240px}}@media(max-width:767px){.oem-hero{height:auto;min-height:500px;padding:6rem 0 4rem}.oem-hero__inner{margin-left:0}.oem-hero__title{font-size:2.25rem}.oem-section-title{font-size:2rem}.oem-edge__header{margin-left:0}.oem-leadtime-card__title,.oem-leadtime-card__value{font-size:1.5rem}.oem-moq-card__number{font-size:2.5rem}.oem-cta__title{font-size:1.75rem}.oem-cta__card{padding:2rem}.oem-btn{padding:.875rem 1.5rem;font-size:.75rem}.oem-service-card,.oem-moq-card,.oem-leadtime-card__inner{padding:1.5rem}.oem-timeline__row{grid-template-columns:1fr;gap:2rem}.oem-timeline__row+.oem-timeline__row{margin-top:2rem}.oem-timeline__step{display:flex;align-items:flex-start;gap:1rem;padding-left:1.5rem;border-left:2px solid var(--oem-surface-container-highest)}.oem-timeline__number{width:2.75rem;height:2.75rem;font-size:1rem;margin-bottom:0;flex-shrink:0}.oem-timeline__title{font-size:1rem;margin-bottom:.25rem}.oem-timeline__desc{font-size:.8125rem;max-width:none}.oem-process__header{margin-bottom:2.5rem}.oem-process__subtitle{font-size:1rem}}@media(max-width:640px){.page-oem-odm{max-width:100%;overflow-x:hidden}.oem-scope,.oem-edge,.oem-process,.oem-faq{padding:3rem 0}.oem-cta{padding:3rem 1rem}.oem-accordion__header{padding:1.25rem}.oem-accordion__answer{padding:0 1.25rem 1.25rem}}@media(max-width:767px){.page-oem-odm{overflow-x:clip;background:#f6f7f9}.oem-hero{min-height:30rem;height:64svh}.oem-hero__bg img{object-position:58% center}.oem-hero__content{align-items:flex-end;padding:1.25rem 1rem}.oem-hero__inner{max-width:22rem}.oem-hero__title{font-size:clamp(2rem,9vw,2.65rem);line-height:1.07;letter-spacing:-.04em}.oem-hero__subtitle{margin:.8rem 0 1rem;font-size:.875rem;line-height:1.55}.oem-btn{min-height:46px;padding:.75rem 1.25rem;border-radius:999px}.oem-hero__actions{display:none}.oem-scope,.oem-edge,.oem-process,.oem-faq{padding:2rem 0}.oem-scope__container,.oem-edge__container,.oem-process__container,.oem-faq__container{padding-inline:1rem}.oem-section-title{font-size:1.6rem;line-height:1.2}.oem-scope__grid,.oem-edge__grid,.oem-faq__grid{display:block}.oem-scope__left,.oem-edge__header,.oem-process__header,.oem-faq__left{margin-bottom:1rem;text-align:left}.oem-moq-card{margin-top:1rem;padding:.875rem 1rem;border-radius:1rem}.oem-moq-card__title{margin-bottom:.25rem;font-size:.95rem;line-height:1.3}.oem-moq-card__subtitle{display:none}.oem-moq-card__value{display:flex;align-items:baseline;gap:.5rem}.oem-moq-card__number{font-size:1.75rem;line-height:1.1}.oem-moq-card__label{font-size:.625rem;line-height:1.3}.oem-scope__right.mobile-swipe-rail,.oem-timeline.mobile-swipe-rail{display:flex;width:calc(100% + 1rem);gap:.75rem;overflow-x:auto;padding:0 1rem .5rem 0;scroll-snap-type:x mandatory;scrollbar-width:none}.oem-scope__right.mobile-swipe-rail::-webkit-scrollbar,.oem-timeline.mobile-swipe-rail::-webkit-scrollbar{display:none}.oem-scope__right.mobile-swipe-rail .oem-service-card{flex:0 0 80%;min-height:13rem;padding:1.25rem;border-radius:1rem;scroll-snap-align:start}.oem-edge__grid,.oem-edge__col{display:grid;gap:.75rem}.oem-advantage-item,.oem-leadtime-card__inner{padding:1rem;border-radius:1rem}.oem-process{background:#fff}.oem-timeline__line{display:none}.oem-timeline__row{display:contents}.oem-timeline.mobile-swipe-rail .oem-timeline__step{flex:0 0 72%;min-height:11rem;padding:1rem;border:1px solid rgba(0,18,61,.07);border-radius:1rem;background:#f7f8fa;text-align:left;scroll-snap-align:start}.oem-timeline__number{margin:0 0 .75rem}.oem-faq__subtitle{font-size:.875rem;line-height:1.6}.oem-accordion{margin-bottom:.625rem;border-radius:.875rem;background:#fff}.oem-accordion__header{min-height:3.75rem;padding:1rem}.oem-accordion__title{font-size:.9rem;line-height:1.4}.page-oem-odm .oem-scope__right.mobile-swipe-rail{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));width:auto;gap:.75rem;overflow:visible;padding:0;scroll-snap-type:none}.page-oem-odm .oem-scope__right .oem-service-card{min-width:0;min-height:0;padding:.875rem;border-radius:.875rem}.page-oem-odm .oem-service-card__icon{margin-bottom:.5rem;font-size:1.45rem}.page-oem-odm .oem-service-card__title{margin-bottom:.35rem;font-size:.82rem;line-height:1.3}.page-oem-odm .oem-service-card__desc{display:-webkit-box;margin:0;overflow:hidden;font-size:.7rem;line-height:1.45;-webkit-box-orient:vertical;-webkit-line-clamp:3}.page-oem-odm .oem-edge__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.page-oem-odm .oem-edge__col{display:contents}.page-oem-odm .oem-advantage-item{display:grid;grid-template-columns:2rem minmax(0,1fr);grid-template-rows:auto auto;align-items:center;column-gap:.5rem;row-gap:.5rem;min-width:0;padding:.875rem}.page-oem-odm .oem-advantage-item__icon{grid-column:1;grid-row:1;width:2rem;height:2rem}.page-oem-odm .oem-advantage-item__content{display:contents}.page-oem-odm .oem-advantage-item__title{grid-column:2;grid-row:1;margin:0;font-size:.75rem;line-height:1.25;letter-spacing:-.015em}.page-oem-odm .oem-advantage-item__desc{display:-webkit-box;grid-column:1 / -1;grid-row:2;margin:0;overflow:hidden;font-size:.7rem;line-height:1.45;-webkit-box-orient:vertical;-webkit-line-clamp:3}.page-oem-odm .oem-leadtime-card{grid-column:1 / -1}.page-oem-odm .oem-timeline.mobile-swipe-rail .oem-timeline__step{flex-basis:min(68vw,260px);min-height:9rem}.page-oem-odm .oem-cta{display:none}.page-oem-odm .oem-faq{padding-bottom:1rem}}.page-contact{padding-bottom:var(--space-16)}.contact-hero{position:relative;height:400px;border-radius:var(--radius-xl);overflow:hidden;display:flex;align-items:center;margin:0 var(--space-8) var(--space-16);max-width:1536px;margin-left:auto;margin-right:auto;padding-left:var(--space-8);padding-right:var(--space-8)}.contact-hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background-color:#00123d66;z-index:1}.contact-hero-image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.contact-hero-content{position:relative;z-index:2;padding:var(--space-12);margin-left:8.33%}.contact-hero-title{font-family:var(--font-display);font-weight:800;font-size:4.5rem;color:#fff;letter-spacing:-.05em;margin-bottom:var(--space-4);line-height:1}.contact-hero-subtitle{color:#ffffffe6;font-size:1.125rem;max-width:36rem;line-height:1.75}.contact-main{display:grid;grid-template-columns:1fr;gap:var(--space-12);padding:0 var(--space-8);max-width:1536px;margin:0 auto}@media(min-width:1024px){.contact-main{grid-template-columns:5fr 7fr}}.contact-info-column{display:flex;flex-direction:column;gap:var(--space-12)}.contact-section-title{font-family:var(--font-display);font-size:1.875rem;font-weight:700;color:var(--primary);margin-bottom:var(--space-6);letter-spacing:-.02em}.contact-details{display:flex;flex-direction:column;gap:var(--space-8)}.contact-detail-item{display:flex;gap:var(--space-4)}.contact-icon-box{width:3rem;height:3rem;border-radius:var(--radius-lg);background-color:#00123d0d;display:flex;align-items:center;justify-content:center;flex-shrink:0}.contact-icon-box .material-symbols-outlined{color:var(--primary);font-size:1.5rem}.contact-detail-content{display:flex;flex-direction:column}.contact-detail-label{font-family:var(--font-display);font-weight:700;font-size:.75rem;color:#00123d99;text-transform:uppercase;letter-spacing:.1em;margin-bottom:var(--space-1)}.contact-detail-value{color:var(--secondary);line-height:1.75}.contact-detail-highlight{font-size:1.125rem;font-weight:600}.contact-global-box{padding:var(--space-8);background-color:var(--surface-container-low);border-radius:var(--radius-xl);border-left:4px solid var(--primary)}.contact-global-title{font-family:var(--font-display);font-weight:700;color:var(--primary);margin-bottom:var(--space-6)}.contact-global-items{display:flex;flex-wrap:wrap;gap:var(--space-6)}.contact-global-item{display:flex;align-items:center;gap:var(--space-3);cursor:pointer}.contact-global-icon{width:3.5rem;height:3.5rem;border-radius:var(--radius-full);display:flex;align-items:center;justify-content:center;transition:transform var(--transition-fast)}.contact-global-item:hover .contact-global-icon{transform:scale(1.1)}.contact-global-icon .material-symbols-outlined{color:#fff;font-size:1.5rem}.contact-global-icon-whatsapp{background-color:var(--primary)}.contact-global-icon-wechat{background-color:#07c160}.contact-global-content{display:flex;flex-direction:column}.contact-global-label{font-size:.75rem;font-weight:700;color:#00123d99;text-transform:uppercase;letter-spacing:-.02em}.contact-global-value{font-weight:600;color:var(--primary)}.contact-map-container{position:relative;height:300px;border-radius:var(--radius-xl);overflow:hidden;background-color:var(--surface-container)}.contact-map-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background-color:#00123d1a;mix-blend-mode:multiply;opacity:.4;z-index:1}.contact-map-image{width:100%;height:100%;object-fit:cover;filter:grayscale(100%);brightness:1.1}.contact-map-pin{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background-color:#ffffffe6;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:var(--space-4) var(--space-6);border-radius:var(--radius-lg);box-shadow:0 10px 40px #00000026;text-align:center;z-index:2}.contact-map-pin .material-symbols-outlined{color:var(--primary);font-size:1.5rem;margin-bottom:var(--space-2);display:block}.contact-map-pin-title{font-family:var(--font-display);font-weight:700;color:var(--primary)}.contact-map-pin-subtitle{font-size:.75rem;color:var(--secondary);margin-top:var(--space-1)}.contact-form-column{width:100%}.contact-form-card{background-color:#fff;padding:var(--space-10);border-radius:var(--radius-xl);box-shadow:0 1px 3px #0000000d;border:1px solid rgba(194,199,206,.1)}@media(min-width:768px){.contact-form-card{padding:3.5rem}}.contact-form-header{margin-bottom:var(--space-10)}.contact-form-title{font-family:var(--font-display);font-size:1.875rem;font-weight:700;color:var(--primary);letter-spacing:-.02em;margin-bottom:var(--space-2)}.contact-form-subtitle{color:var(--secondary)}.contact-form{display:flex;flex-direction:column;gap:var(--space-6)}.contact-form-row{display:grid;grid-template-columns:1fr;gap:var(--space-6)}@media(min-width:768px){.contact-form-row{grid-template-columns:1fr 1fr}}.contact-form-group{display:flex;flex-direction:column;gap:var(--space-2)}.contact-form-label{font-size:.75rem;font-weight:700;color:#00123d99;text-transform:uppercase;letter-spacing:.1em;margin-left:var(--space-1)}.contact-form-input{width:100%;background-color:var(--surface-container-low);border:none;border-bottom:1px solid rgba(194,199,206,.3);padding:var(--space-4);font-size:1rem;color:var(--on-surface);transition:all var(--transition-normal)}.contact-form-input:focus{background-color:var(--surface-container-lowest);border-bottom-color:var(--primary)}.contact-form-input::placeholder{color:var(--outline)}.contact-form-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%2374777d' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right var(--space-4) center;background-size:1rem;padding-right:var(--space-10);cursor:pointer}.contact-form-textarea{resize:vertical;min-height:120px}.contact-form-footer{padding-top:var(--space-4)}.contact-form-submit{display:inline-flex;align-items:center;justify-content:center;gap:var(--space-2);width:100%;background:linear-gradient(135deg,var(--primary),var(--primary-container));color:#fff;padding:var(--space-5) var(--space-10);border-radius:var(--radius-md);font-family:var(--font-display);font-weight:700;font-size:1.125rem;letter-spacing:-.02em;transition:all var(--transition-fast);cursor:pointer}@media(min-width:768px){.contact-form-submit{width:auto}}.contact-form-submit:hover:not(:disabled){box-shadow:0 10px 30px #00123d40}.contact-form-submit:active:not(:disabled){transform:scale(.95)}.contact-form-submit:disabled{opacity:.7;cursor:not-allowed}.contact-form-submit.submitting{pointer-events:none}.submit-spinner{width:20px;height:20px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.contact-form-disclaimer{font-size:.75rem;color:#4f6073b3;margin-top:var(--space-4);text-align:center}@media(min-width:768px){.contact-form-disclaimer{text-align:left}}.contact-form-message{display:flex;align-items:center;gap:var(--space-3);padding:var(--space-4);border-radius:var(--radius-md);margin-top:var(--space-4);font-size:.875rem}.contact-form-message .material-symbols-outlined{font-size:1.25rem;flex-shrink:0}.contact-form-success{background-color:#10b9811a;color:#059669;border:1px solid rgba(16,185,129,.2)}.contact-form-error{background-color:#ba1a1a1a;color:var(--error);border:1px solid rgba(186,26,26,.2)}@media(max-width:768px){.contact-hero{height:320px;margin:0 var(--space-4) var(--space-12)}.contact-hero-content{margin-left:0;padding:var(--space-6)}.contact-hero-title{font-size:2.5rem}.contact-hero-subtitle{font-size:1rem}.contact-main{padding:0 var(--space-4);gap:var(--space-8)}.contact-section-title{font-size:1.5rem}.contact-form-card{padding:var(--space-6)}.contact-form-title{font-size:1.5rem}.contact-global-items{flex-direction:column}}@media(max-width:480px){.contact-hero-title{font-size:2rem}.contact-map-container{height:240px}}@media(max-width:640px){.page-contact{max-width:100%;overflow-x:hidden}.contact-hero{margin:0 var(--space-4) var(--space-8);padding-left:var(--space-4);padding-right:var(--space-4)}.contact-global-box{padding:var(--space-5)}.contact-detail-item{flex-direction:column;gap:var(--space-2)}}.contact-mobile-actions{display:none}@media(max-width:767px){.page-contact{padding-bottom:0;overflow-x:clip;background:#f6f7f9}.contact-hero{min-height:18rem;height:42svh}.contact-hero-image{object-position:center}.contact-hero-overlay{background:linear-gradient(180deg,#00103033,#000e2be6)}.contact-hero-content{align-items:flex-end;padding:1.25rem 1rem;text-align:left}.contact-hero-title{font-size:2rem;line-height:1.1;letter-spacing:-.035em}.contact-hero-subtitle{margin-top:.6rem;font-size:.875rem;line-height:1.55}.contact-mobile-actions{position:relative;z-index:3;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.625rem;margin:-1.2rem 1rem 0;padding:.75rem;border:1px solid rgba(0,18,61,.06);border-radius:1rem;background:#fffffff5;box-shadow:0 12px 32px #00123d1a;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.contact-mobile-actions a{display:flex;min-height:3.6rem;flex-direction:column;align-items:center;justify-content:center;gap:.25rem;border-radius:.75rem;background:#f4f7fb;color:var(--primary);font-size:.75rem;font-weight:700}.contact-mobile-actions .material-symbols-outlined{font-size:1.25rem}.contact-main{display:block;padding:1.25rem 1rem 0}.contact-info-column,.contact-form-column{width:100%}.contact-info-column{gap:.75rem}.contact-section-title,.contact-form-title{font-size:1.5rem;line-height:1.2}.contact-details{gap:.5rem}.contact-detail-item{flex-direction:row;align-items:flex-start;gap:.75rem;padding:.875rem;border:1px solid rgba(0,18,61,.06);border-radius:.875rem;background:#fff}.contact-icon-box{width:2.5rem;height:2.5rem;flex:0 0 auto;border-radius:.75rem}.contact-detail-label{font-size:.6875rem}.contact-detail-value{font-size:.875rem;line-height:1.55;overflow-wrap:anywhere}.contact-global-box,.contact-map-container{margin-top:0;border-radius:1rem}.contact-global-box{padding:.875rem 1rem}.contact-global-title{margin-bottom:.75rem;font-size:.9375rem;line-height:1.3}.contact-global-items{gap:.625rem}.contact-global-item{gap:.75rem}.contact-global-icon{width:2.5rem;height:2.5rem}.contact-global-icon .material-symbols-outlined{font-size:1.2rem}.contact-map-container{min-height:13rem}.contact-form-column{margin-top:.625rem;scroll-margin-top:4rem}.contact-form-card{padding:1rem;border-radius:1rem;box-shadow:0 8px 28px #00123d12}.contact-form-subtitle{font-size:.8125rem;line-height:1.55}.contact-form-row{display:block}.contact-form-group{margin-bottom:.875rem}.contact-form-input{min-height:48px;font-size:1rem}.contact-form-submit{min-height:48px;border-radius:999px}}
