@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}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}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}.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}.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:flex;flex-direction:column;text-decoration:none}.header__logo-text{font-family:var(--font-display);font-size:1.375rem;font-weight:800;color:var(--primary);letter-spacing:-.02em;line-height:1.1}.header__logo-tagline{font-family:var(--font-body);font-size:.75rem;color:var(--secondary);letter-spacing:.02em}.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__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)}.header__overlay{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#00123d4d;z-index:-1}@media(min-width:768px){.header__menu,.header__cta{display:flex}.header__hamburger{display:none}}@media(max-width:767px){.header__menu{position:fixed;top:0;right:0;width:280px;height:100vh;padding:var(--space-20) var(--space-8) var(--space-8);background:var(--surface);flex-direction:column;align-items:flex-start;gap:var(--space-2);transform:translate(100%);transition:transform var(--transition-normal);box-shadow:-4px 0 30px #00123d1a;z-index:200}.header__menu--open{display:flex;transform:translate(0)}.header__link{font-size:1.125rem;padding:var(--space-3) 0;width:100%}.header__link:after{bottom:var(--space-2)}.header__overlay{display:block;opacity:0;pointer-events:none;transition:opacity var(--transition-normal)}.header__menu--open~.header__overlay,.header__menu--open+.header__actions+.header__overlay{opacity:1;pointer-events:auto}.header:has(.header__menu--open) .header__overlay{opacity:1;pointer-events:auto}}.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}.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}.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__address{font-size:.875rem;line-height:1.6;color:#ffffffb3}.footer__contact-item{display:flex;align-items:center;gap:var(--space-2);font-size:.875rem;color:#ffffffb3;transition:color var(--transition-fast)}.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__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__grid{grid-template-columns:1.5fr repeat(3,1fr);gap:var(--space-12)}.footer__brand{grid-column:1}}@media(min-width:1024px){.footer__grid{gap:var(--space-16)}.footer__description{max-width:280px}}.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}}.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-grid{display:grid;grid-template-columns:1fr;gap:var(--space-8)}.product-card{position:relative;overflow:hidden;border-radius:var(--radius-xl);background:#fff;aspect-ratio:3 / 4;display:block}.product-card-image{width:100%;height:100%;object-fit:cover;transition:transform .7s ease}.product-card:hover .product-card-image{transform:scale(1.1)}.product-card-custom{position:absolute;top:0;right:0;bottom:0;left:0;background:var(--on-primary-container);display:flex;align-items:center;justify-content:center}.custom-icon{font-size:6rem;color:#00123d33}.product-card-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(0,18,61,.9),transparent);display:flex;flex-direction:column;justify-content:flex-end;padding:var(--space-8)}.product-card-title{color:#fff;font-size:1.5rem;font-weight:700}.product-card-subtitle{color:#cbd5e1;font-size:.875rem;margin-top:var(--space-2);opacity:0;transition:opacity var(--transition-normal)}.product-card:hover .product-card-subtitle{opacity:1}.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%}.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}.product-grid{grid-template-columns:repeat(2,1fr)}.qa-badge{display:block}.cta-card{padding:var(--space-20)}.cta-title{font-size:3rem}.cta-buttons{flex-direction:row}}@media(min-width:1024px){.product-grid{grid-template-columns:repeat(4,1fr)}.factory-content{flex-direction:row}.factory-text,.factory-image-container{width:50%}.factory-title{font-size:3rem}}.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-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)}.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}.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)}.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}.product-image-wrapper{position:relative;overflow:hidden;border-radius:var(--radius-xl);background:var(--surface-container);margin-bottom:var(--space-4);aspect-ratio:1;display:block}.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:0 var(--space-1)}.product-name{font-family:var(--font-display);font-size:1.125rem;font-weight:700;color:var(--primary);margin-bottom:var(--space-1)}.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:2;-webkit-box-orient:vertical;text-overflow:ellipsis}.product-cta-button{width:100%;display:flex;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:767px){.product-list-card{flex-direction:column}.product-list-image-wrapper{width:100%;max-width:none;min-width:auto;aspect-ratio:16 / 10}.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}.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}}.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)}}.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)}.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}.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:hover{transform:scale(1.02)}.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:grid;grid-template-columns:repeat(4,1fr);gap:var(--space-3)}.thumbnail-button{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}.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}.product-info{display:flex;flex-direction:column}.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)}.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-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}.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)}.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:flex;align-items:center;justify-content:center;gap:var(--space-2);background:linear-gradient(135deg,var(--primary) 0%,var(--primary-container) 100%);color:var(--on-primary);padding:var(--space-4) var(--space-6);border-radius:var(--radius-xl);font-weight:700;font-size:.9375rem;letter-spacing:.01em;box-shadow:0 4px 14px #00123d40;transition:all var(--transition-fast);text-decoration:none}.btn-primary-gradient:hover{transform:translateY(-1px);box-shadow:0 6px 20px #00123d59}.btn-primary-gradient:active{transform:scale(.95)}.btn-primary-gradient .material-symbols-outlined{font-size:1.125rem}.btn-secondary{flex:1;display:flex;align-items:center;justify-content:center;gap:var(--space-2);background-color:var(--surface-container-high);color:var(--primary);padding:var(--space-4) var(--space-8);border-radius:var(--radius-lg);font-weight:700;font-size:.875rem;letter-spacing:.025em;transition:all var(--transition-fast)}.btn-secondary:hover{background-color:var(--surface-container-highest)}.btn-secondary:active{transform:scale(.95)}.btn-secondary .material-symbols-outlined{font-size:1.125rem}.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;text-transform:uppercase;letter-spacing:.1em;color:var(--primary);margin-bottom:var(--space-4)}.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}.manufacturing-section{margin-top:var(--space-24)}.manufacturing-title{font-family:var(--font-display);font-size:1.875rem;font-weight:800;color:var(--primary);letter-spacing:-.025em;margin-bottom:var(--space-12)}.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:all 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{order:1}}@media(max-width:1023px){.trust-indicators{grid-template-columns:repeat(2,1fr);gap:var(--space-3)}}@media(max-width:639px){.trust-indicators{grid-template-columns:1fr;gap:var(--space-3)}.action-buttons{gap:var(--space-3)}.btn-primary-gradient,.btn-secondary{padding:var(--space-3) var(--space-5)}.specs-module,.customization-section,.moq-badge,.trust-indicators{padding:var(--space-4)}}.page-factory{min-height:100vh}.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}: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-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}}.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}}
