*,:before,:after{box-sizing:border-box;margin:0;padding:0}.preloader{z-index:9999;background:var(--white);justify-content:center;align-items:center;transition:opacity .6s;display:flex;position:fixed;inset:0}.preloader--fade{opacity:0;pointer-events:none}.preloader-content{flex-direction:column;align-items:center;gap:20px;display:flex}.preloader-logo{width:56px;height:56px;animation:1.2s plPulse}.preloader-text{letter-spacing:.06em;color:var(--gray-900);font-size:1rem;font-weight:700;animation:.6s ease-out .35s both plFadeIn}.preloader-bar{background:var(--gray-100);border-radius:2px;width:120px;height:3px;animation:.6s ease-out .45s both plFadeIn;overflow:hidden}.preloader-bar-fill{transform-origin:0;background:linear-gradient(90deg,#0071e3,#2997ff);border-radius:2px;width:100%;height:100%;animation:.7s .5s both plBar;transform:scaleX(0)}@keyframes plPulse{0%{opacity:0;transform:scale(.85)}40%{opacity:1;transform:scale(1)}to{opacity:1;transform:scale(1)}}@keyframes plFadeIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}@keyframes plBar{0%{transform:scaleX(0)}to{transform:scaleX(1)}}:root{--white:#fff;--gray-50:#f5f5f7;--gray-100:#e8e8ed;--gray-200:#d2d2d7;--gray-300:#aeaeb2;--gray-400:#86868b;--gray-500:#6e6e73;--gray-600:#515154;--gray-700:#333336;--gray-800:#1d1d1f;--gray-900:#0a0a0a;--black:#000;--blue:#0071e3;--blue-light:#2997ff;--red:#ff3b30;--purple:#af52de;--green:#34c759;--orange:#ff9500;--radius-sm:12px;--radius:24px;--radius-lg:36px;--nav-h:52px;--ease-out:cubic-bezier(.16, 1, .3, 1)}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:var(--white);color:var(--gray-800)}html.lenis,html.lenis body{height:auto}.lenis.lenis-smooth{scroll-behavior:auto!important}.lenis.lenis-smooth [data-lenis-prevent]{overscroll-behavior:contain}.lenis.lenis-stopped{overflow:clip}.lenis.lenis-smooth iframe{pointer-events:none}body{background:var(--white);color:var(--gray-800);font-family:Inter,SF Pro Display,-apple-system,BlinkMacSystemFont,Helvetica Neue,sans-serif;line-height:1.47059;overflow-x:hidden}::selection{background:var(--blue);color:var(--white)}.nav{z-index:1000;height:var(--nav-h);transition:background .4s var(--ease-out), backdrop-filter .4s var(--ease-out);background:0 0;justify-content:center;align-items:center;display:flex;position:fixed;top:0;left:0;right:0}.nav.scrolled{-webkit-backdrop-filter:saturate(180%)blur(30px);background:#ffffffd9;border-bottom:1px solid #0000000f}.nav-inner{justify-content:space-between;align-items:center;width:100%;max-width:1200px;padding:0 24px;display:flex}.nav-logo{letter-spacing:.04em;color:var(--gray-800);align-items:center;font-size:1.15rem;font-weight:700;text-decoration:none;transition:color .3s;display:flex}.nav-logo-img{filter:none;width:auto;height:28px;transition:filter .3s}.nav.scrolled .nav-logo{color:var(--gray-800)}.nav.scrolled .nav-logo-img{filter:brightness(0)saturate();opacity:.85}.nav-links{gap:24px;display:flex}.nav-links a{color:#fff;letter-spacing:.02em;cursor:pointer;text-shadow:0 1px 3px #0000004d;font-size:.75rem;font-weight:500;text-decoration:none;transition:color .2s}.nav-links a:hover{color:#fff;opacity:.8}.nav-links a.active{color:var(--blue-light)}.nav.scrolled .nav-links a{color:#1d1d1fb3}.nav.scrolled .nav-links a:hover{color:var(--gray-800)}.nav.scrolled .nav-links a.active{color:var(--blue)}.nav-lang{letter-spacing:.02em;color:#0000008c;cursor:pointer;background:#0000000a;border:1px solid #00000014;border-radius:8px;align-items:center;gap:6px;margin-left:8px;padding:5px 12px;font-family:inherit;font-size:.72rem;font-weight:500;transition:all .2s;display:inline-flex}.nav-lang:hover{color:var(--gray-800);background:#00000014}.nav-hamburger{cursor:pointer;z-index:1001;background:0 0;border:none;flex-direction:column;gap:5px;width:28px;height:20px;padding:0;display:none;position:relative}.nav-hamburger span{transform-origin:50%;background:#ffffffe6;border-radius:2px;width:100%;height:2px;transition:all .3s;display:block}.nav.scrolled .nav-hamburger span,.nav--menu-open .nav-hamburger span{background:#000000b3}.nav--menu-open .nav-hamburger span:first-child{transform:translateY(7px)rotate(45deg)}.nav--menu-open .nav-hamburger span:last-child{transform:translateY(-7px)rotate(-45deg)}.nav-mobile{-webkit-backdrop-filter:saturate(180%)blur(30px);z-index:999;opacity:0;pointer-events:none;touch-action:none;overscroll-behavior:contain;background:#fffffff5;justify-content:center;align-items:center;width:100vw;height:100dvh;transition:opacity .35s;display:flex;position:fixed;inset:0;overflow:hidden}.nav-mobile--open{opacity:1;pointer-events:auto}.nav-mobile-inner{flex-direction:column;align-items:center;gap:8px;max-height:80vh;padding:24px 0;display:flex;overflow-y:auto}.nav-mobile-inner a{color:var(--gray-800);border-radius:12px;padding:12px 28px;font-size:1.3rem;font-weight:500;text-decoration:none;transition:background .2s}.nav-mobile-inner a:hover{background:var(--gray-50)}.nav-mobile-inner a.active{color:var(--blue)}.nav-lang--mobile{margin-top:16px;margin-left:0}.nav--menu-open .nav-logo-img{background:#e1d9f0;border-color:#0f0f0f26}@media (width<=768px){.nav-links{display:none}.nav-hamburger{display:flex}.hero-headline{font-size:clamp(2.2rem,8vw,4rem)}.hero-sub{padding:0 16px;font-size:.95rem}.hero-ctas{flex-direction:column;align-items:center;gap:12px}.hero-bg .hero-video{object-position:center}.story-panel{max-width:220px!important}.story-panel-title{font-size:1.2rem!important}.showcase-inner{flex-direction:column!important;gap:32px!important}.intro-headline{font-size:1.8rem!important}}@media (width>=769px){.nav-mobile,.nav-hamburger{display:none}}.section{width:100%;position:relative;overflow:hidden}.section-light{background:var(--white)}.section-gray{background:var(--gray-50)}.section-dark{background:var(--black);color:var(--white)}.section-dark .text-muted{color:var(--gray-400)}.hero{background:var(--white);justify-content:center;align-items:center;width:100%;height:100dvh;display:flex;position:relative;overflow:hidden}.hero-bg{position:absolute;inset:0}.hero-video{object-fit:cover;width:100%;height:100%}.hero-overlay{transition:background .6s var(--ease-out);background:radial-gradient(at 50% 45%,#ffffff26 0%,#ffffff0d 50%,#0000 70%);position:absolute;inset:0}.hero--active .hero-overlay{background:radial-gradient(at 50% 45%,#ffffff8c 0%,#ffffff40 50%,#ffffff1a 70%)}.hero-content{z-index:2;text-align:center;opacity:0;transition:opacity .6s var(--ease-out);padding:0 24px;position:relative}.hero--active .hero-content{opacity:1}.hero-badge{letter-spacing:.14em;color:var(--gray-800);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid #0003;border-radius:100px;margin-bottom:24px;padding:6px 18px;font-size:.72rem;font-weight:600;display:inline-block}.hero-headline{letter-spacing:-.03em;color:var(--gray-900);margin-bottom:20px;font-size:clamp(3.5rem,9vw,8rem);font-weight:700;line-height:.92}.hero-sub{color:var(--gray-600);max-width:500px;margin:0 auto 40px;font-size:1.15rem;font-weight:400}.hero-ctas{flex-wrap:wrap;justify-content:center;gap:16px;display:flex}.scroll-indicator{text-align:center;color:#00000059;z-index:2;opacity:0;transition:opacity .6s var(--ease-out);position:absolute;bottom:40px;left:50%;transform:translate(-50%)}.hero--active .scroll-indicator{opacity:1}.scroll-indicator span{letter-spacing:.12em;text-transform:uppercase;margin-bottom:6px;font-size:.65rem;display:block}.scroll-line{background:#00000026;width:1px;height:36px;margin:0 auto;position:relative;overflow:hidden}.scroll-line:after{content:"";background:var(--gray-800);width:100%;height:100%;animation:2s ease-in-out infinite scrollLine;position:absolute;top:-100%;left:0}@keyframes scrollLine{0%{top:-100%}50%{top:100%}to{top:100%}}.btn{letter-spacing:.01em;cursor:pointer;transition:all .3s var(--ease-out);border:none;border-radius:100px;align-items:center;gap:8px;padding:13px 28px;font-family:inherit;font-size:.9rem;font-weight:500;text-decoration:none;display:inline-flex;position:relative}.btn-primary{background:var(--blue);color:var(--white)}.btn-primary:hover{background:#06c;transform:scale(1.04);box-shadow:0 4px 16px #0071e359}.btn-outline{color:var(--white);background:0 0;border:1px solid #ffffff59}.btn-outline:hover{background:#ffffff1a;border-color:#ffffff8c;transform:scale(1.04)}.btn-ghost{color:var(--gray-800);background:0 0;border:1px solid #0003}.btn-ghost:hover{background:#0000000a;border-color:#00000059;transform:scale(1.04)}.btn-link{color:var(--blue);letter-spacing:.01em;transition:gap .3s var(--ease-out);cursor:pointer;align-items:center;gap:6px;font-size:1rem;font-weight:500;text-decoration:none;display:inline-flex}.btn-link:hover{gap:12px}.btn-link .arrow{font-size:1.1rem}.intro-section{text-align:center;background:var(--white);padding:120px 24px}.intro-eyebrow{letter-spacing:.12em;color:var(--gray-500);text-transform:uppercase;margin-bottom:24px;font-size:.75rem;font-weight:600;display:block}.intro-headline{letter-spacing:-.03em;max-width:700px;color:var(--gray-800);margin:0 auto 24px;font-size:clamp(2.5rem,5vw,4rem);font-weight:700;line-height:1.08}.intro-body{color:var(--gray-400);max-width:560px;margin:0 auto;font-size:1.1rem;line-height:1.55}.products{background:var(--white);padding:100px 48px 120px}.products-inner{max-width:1100px;margin:0 auto}.products-header{text-align:center;margin-bottom:48px}.products-eyebrow{letter-spacing:.12em;color:var(--blue);text-transform:uppercase;margin-bottom:12px;font-size:.7rem;font-weight:600;display:block}.products-headline{letter-spacing:-.03em;margin-bottom:14px;font-size:clamp(2rem,3.5vw,3rem);font-weight:700;line-height:1.08}.products-subtitle{color:var(--gray-400);max-width:500px;margin:0 auto;font-size:1rem}.products-tabs{flex-wrap:wrap;justify-content:center;gap:8px;margin-bottom:48px;display:flex}.products-tab{background:var(--gray-50);color:var(--gray-600);cursor:pointer;transition:all .3s var(--ease-out);border:none;border-radius:100px;padding:10px 22px;font-family:inherit;font-size:.82rem;font-weight:500}.products-tab:hover{background:var(--gray-100);color:var(--gray-800)}.products-tab.active{background:var(--gray-900);color:var(--white)}.products-grid{flex-direction:column;gap:16px;display:flex}.product-card{background:var(--gray-50);border-radius:var(--radius);cursor:pointer;transition:background .3s var(--ease-out), box-shadow .3s var(--ease-out);border:1px solid #0000;padding:28px 32px;overflow:hidden}.product-card:hover,.product-card--expanded{background:#fff;border-color:#0000000f;box-shadow:0 8px 30px #0000000f}.product-card-header{align-items:center;gap:24px;display:flex}.product-card-img-wrap{background:linear-gradient(135deg,#f0f0f5,#e0e0e8);border-radius:16px;flex-shrink:0;justify-content:center;align-items:center;width:72px;height:72px;display:flex;overflow:hidden}.product-card-img{object-fit:contain;width:80%;height:80%}.product-card-meta{flex:1}.product-card-name{letter-spacing:-.01em;color:var(--gray-800);margin-bottom:2px;font-size:1.1rem;font-weight:600}.product-card-tagline{color:var(--gray-500);font-size:.82rem}.product-card-toggle{color:var(--blue);align-items:center;gap:6px;margin-top:8px;font-size:.75rem;font-weight:500;display:inline-flex}.product-card-body{border-top:1px solid #0000000d;margin-top:20px;padding-top:20px;overflow:hidden}.product-card-desc{color:var(--gray-600);margin-bottom:16px;font-size:.88rem;line-height:1.55}.product-card-specs{flex-wrap:wrap;gap:8px;display:flex}.product-card-spec{color:var(--gray-500);background:var(--gray-50);border:1px solid #0000000d;border-radius:100px;padding:6px 14px;font-size:.72rem;font-weight:500}.pp{background:var(--white);min-height:100vh;padding-top:52px}.pp-breadcrumb{padding:16px 0 8px}.pp-breadcrumb-inner{align-items:center;gap:8px;max-width:1100px;margin:0 auto;padding:0 24px;font-size:.78rem;display:flex}.pp-bc-link{color:var(--blue);font-weight:500;text-decoration:none}.pp-bc-link:hover{text-decoration:underline}.pp-bc-sep{color:var(--gray-300)}.pp-bc-current{color:var(--gray-500)}.pp-main{max-width:1100px;margin:0 auto;padding:0 24px 80px}.pp-hero{text-align:center;padding:40px 0 52px}.pp-eyebrow{letter-spacing:.12em;color:var(--blue);text-transform:uppercase;margin-bottom:12px;font-size:.7rem;font-weight:600;display:block}.pp-headline{letter-spacing:-.03em;margin-bottom:14px;font-size:clamp(2rem,3.5vw,3rem);font-weight:700;line-height:1.08}.pp-tagline{color:var(--gray-400);max-width:540px;margin:0 auto;font-size:.95rem;line-height:1.5}.pp-tabs{z-index:50;-webkit-backdrop-filter:saturate(180%)blur(16px);background:#ffffffe0;border-bottom:1px solid #0000000d;flex-wrap:wrap;justify-content:center;gap:8px;margin-bottom:40px;padding:14px 0 18px;display:flex;position:sticky;top:52px}.pp-tab{background:var(--gray-50);color:var(--gray-600);cursor:pointer;transition:all .25s var(--ease-out);white-space:nowrap;border:1px solid #0000;border-radius:100px;padding:10px 20px;font-family:inherit;font-size:.8rem;font-weight:500}.pp-tab:hover{background:var(--gray-100);color:var(--gray-800)}.pp-tab.active{background:var(--gray-900);color:var(--white);border-color:var(--gray-900)}.pp-section{margin-bottom:72px}.pp-section-head{margin-bottom:28px}.pp-section-title{letter-spacing:-.02em;margin-bottom:4px;font-size:1.4rem;font-weight:700}.pp-section-desc{color:var(--gray-400);font-size:.85rem}.pp-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:20px;display:grid}.pp-card{background:var(--gray-50);border-radius:var(--radius-sm);cursor:pointer;color:inherit;border:1px solid #0000;text-decoration:none;transition:background .3s,border-color .3s,box-shadow .3s,transform .3s;display:block;overflow:hidden}.pp-card:hover{background:#fff;border-color:#0000000f;transform:translateY(-2px);box-shadow:0 6px 28px #0000000f}.pp-card-media{aspect-ratio:4/3;background:linear-gradient(135deg,#f4f4f8,#e8e8f0);width:100%;position:relative;overflow:hidden}.pp-card-media img{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.pp-card-content{padding:20px}.pp-card-name{letter-spacing:-.01em;color:var(--gray-800);margin-bottom:3px;font-size:1.05rem;font-weight:600}.pp-card-tagline{color:var(--gray-500);font-size:.82rem;line-height:1.3}.pp-card-action{color:var(--blue);align-items:center;gap:5px;margin-top:10px;font-size:.74rem;font-weight:500;display:inline-flex}.pp-card-chevron{transition:transform .35s var(--ease-out)}.pp-card-chevron--open{transform:rotate(45deg)}.pp-view-more{text-align:center;margin-top:24px}.pp-view-more-btn{background:var(--gray-50);color:var(--gray-700);cursor:pointer;transition:all .25s var(--ease-out);border:1px solid #0000000f;border-radius:100px;align-items:center;gap:8px;padding:12px 28px;font-family:inherit;font-size:.82rem;font-weight:500;display:inline-flex}.pp-view-more-btn:hover{background:var(--gray-100);border-color:#0000001f;transform:translateY(-1px)}.pp-vm-chevron{transition:transform .3s var(--ease-out)}.pp-vm-chevron.up{transform:rotate(180deg)}.pp-footer{text-align:center;color:var(--gray-300);border-top:1px solid #0000000d;padding:32px 24px;font-size:.75rem}@media (width<=700px){.pp-grid{grid-template-columns:1fr}.pp-hero{padding:32px 0 40px}.pp-section{margin-bottom:48px}}.pd{background:var(--white);min-height:100vh;padding-top:52px}.pd-breadcrumb{padding:16px 0 8px}.pd-breadcrumb-inner{align-items:center;gap:8px;max-width:1100px;margin:0 auto;padding:0 24px;font-size:.78rem;display:flex}.pd-bc-link{color:var(--blue);font-weight:500;text-decoration:none}.pd-bc-link:hover{text-decoration:underline}.pd-bc-sep{color:var(--gray-300)}.pd-bc-current{color:var(--gray-500)}.pd-main{max-width:1300px;margin:0 auto;padding:0 24px 80px}.pd-layout{gap:0;display:flex}.pd-sidebar{flex:0 0 280px;width:280px;padding-right:40px}.pd-sidebar-inner{padding-top:40px;position:sticky;top:72px}.pd-sb-cat{border-bottom:1px solid #0000000f;margin-bottom:28px;padding-bottom:20px}.pd-sb-cat-label{letter-spacing:.1em;color:var(--gray-400);text-transform:uppercase;margin-bottom:6px;font-size:.62rem;font-weight:600;display:block}.pd-sb-cat-name{letter-spacing:-.01em;color:var(--gray-800);font-size:1.1rem;font-weight:700}.pd-sb-nav{flex-direction:column;gap:2px;display:flex}.pd-sb-link{color:inherit;border-radius:10px;align-items:center;gap:12px;padding:10px 12px;text-decoration:none;transition:background .15s;display:flex}.pd-sb-link:hover,.pd-sb-link.active{background:var(--gray-50)}.pd-sb-link-img{background:linear-gradient(135deg,#f4f4f8,#e8e8f0);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex;overflow:hidden}.pd-sb-link-img img{object-fit:cover;width:100%;height:100%}.pd-sb-link-text{flex:1;min-width:0}.pd-sb-link-name{color:var(--gray-700);white-space:nowrap;text-overflow:ellipsis;font-size:.82rem;font-weight:600;display:block;overflow:hidden}.pd-sb-link-tag{color:var(--gray-400);white-space:nowrap;text-overflow:ellipsis;margin-top:1px;font-size:.7rem;display:block;overflow:hidden}.pd-sb-link.active .pd-sb-link-name{color:var(--blue)}.pd-content{flex:1;min-width:0}.pd-not-found{text-align:center;padding:80px 0}.pd-not-found h2{margin-bottom:16px;font-size:1.5rem}.pd-back{color:var(--blue);font-weight:500;text-decoration:none}.pd-video-hero{background:var(--black);width:100%;height:55vh;min-height:360px;max-height:600px;margin-top:8px;position:relative;overflow:hidden}.pd-hero-video{object-fit:cover;width:100%;height:100%}.pd-video-overlay{background:linear-gradient(to top, var(--white) 0%, transparent 25%, transparent 75%, var(--white) 100%);position:absolute;inset:0}.pd-info-section{padding:48px 0 52px}.pd-info-grid{align-items:center;gap:64px;display:flex}.pd-info-left{flex:1}.pd-info-right{flex:0 0 400px}.pd-hero-img-wrap{border-radius:var(--radius);aspect-ratio:1;background:linear-gradient(135deg,#f4f4f8,#e8e8f0);justify-content:center;align-items:center;display:flex;overflow:hidden}.pd-hero-img-wrap img{object-fit:contain;width:70%;height:70%}.pd-eyebrow{letter-spacing:.12em;color:var(--orange);text-transform:uppercase;margin-bottom:8px;font-size:.65rem;font-weight:600;display:block}.pd-name{letter-spacing:-.03em;margin-bottom:8px;font-size:clamp(1.8rem,3vw,2.6rem);font-weight:700;line-height:1.1}.pd-tagline{color:var(--gray-500);margin-bottom:16px;font-size:1.05rem}.pd-desc{color:var(--gray-600);margin-bottom:28px;font-size:.92rem;line-height:1.6}.pd-actions{flex-wrap:wrap;gap:14px;display:flex}.pd-gallery-section{margin-bottom:56px}.pd-gallery-scroll{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:16px;padding-bottom:12px;display:flex;overflow-x:auto}.pd-gallery-scroll::-webkit-scrollbar{display:none}.pd-gallery-item{aspect-ratio:4/3;border-radius:var(--radius-sm);scroll-snap-align:start;cursor:pointer;min-width:280px;transition:transform .25s var(--ease-out), opacity .25s var(--ease-out);background:linear-gradient(135deg,#f4f4f8,#e8e8f0);flex:0 0 calc(33.333% - 11px);justify-content:center;align-items:center;display:flex;overflow:hidden}.pd-gallery-item:hover{opacity:.9;transform:scale(1.02)}.pd-gallery-item img{object-fit:cover;width:100%;height:100%}.pd-section{margin-bottom:56px}.pd-section-title{letter-spacing:-.02em;border-bottom:1px solid #0000000f;margin-bottom:24px;padding-bottom:12px;font-size:1.3rem;font-weight:700}.pd-specs-grid{grid-template-columns:repeat(4,1fr);gap:12px;display:grid}.pd-spec-item{border-radius:var(--radius-sm);background:var(--gray-50);border:1px solid #0000000a;flex-direction:column;gap:4px;padding:20px;transition:background .2s,transform .2s,box-shadow .2s;display:flex}.pd-spec-item:hover{background:#fff;transform:translateY(-2px);box-shadow:0 4px 16px #0000000f}.pd-spec-value{color:var(--gray-800);letter-spacing:-.01em;font-size:1.05rem;font-weight:700;line-height:1.2}.pd-spec-label{color:var(--gray-400);letter-spacing:.03em;text-transform:uppercase;font-size:.7rem;font-weight:500}.pd-features{padding:0;list-style:none}.pd-feature-item{color:var(--gray-600);border-bottom:1px solid #00000008;padding:10px 0 10px 24px;font-size:.9rem;line-height:1.5;position:relative}.pd-feature-item:before{content:"";background:var(--blue);border-radius:50%;width:8px;height:8px;position:absolute;top:17px;left:0}.pd-back-wrap{text-align:center;padding:20px 0 0}.pd-back-link{color:var(--blue);font-size:.9rem;font-weight:500;text-decoration:none}.pd-footer{text-align:center;color:var(--gray-300);border-top:1px solid #0000000d;padding:32px 24px;font-size:.75rem}@media (width<=900px){.pd-layout{flex-direction:column}.pd-sidebar{flex:none;width:100%;padding-bottom:24px;padding-right:0}.pd-sidebar-inner{padding-top:0;position:static}.pd-sb-nav{flex-direction:row;gap:8px;padding-bottom:8px;overflow-x:auto}.pd-sb-link{text-align:center;flex-direction:column;flex-shrink:0;gap:6px;min-width:72px;padding:8px 12px}.pd-sb-link-text{text-align:center}.pd-sb-link-name{font-size:.7rem}.pd-sb-link-tag{display:none}.pd-sb-cat{margin-bottom:16px;padding-bottom:12px}}@media (width<=800px){.pd-video-hero{height:40vh;min-height:240px}.pd-info-grid{flex-direction:column-reverse;gap:32px}.pd-info-right{flex:none;width:100%;max-width:400px}.pd-specs-grid{grid-template-columns:repeat(2,1fr)}.pd-gallery-item{flex:0 0 85vw;min-width:0}}@media (width<=500px){.pd-gallery-item{flex:0 0 90vw}}.prj{background:var(--white);min-height:100vh;padding-top:52px}.prj-breadcrumb{padding:16px 0 8px}.prj-breadcrumb-inner{align-items:center;gap:8px;max-width:1100px;margin:0 auto;padding:0 24px;font-size:.78rem;display:flex}.prj-bc-link{color:var(--blue);font-weight:500;text-decoration:none}.prj-bc-link:hover{text-decoration:underline}.prj-bc-sep{color:var(--gray-300)}.prj-bc-current{color:var(--gray-500)}.prj-main{max-width:1100px;margin:0 auto;padding:0 24px 80px}.prj-hero{text-align:center;padding:40px 0 52px}.prj-eyebrow{letter-spacing:.12em;color:var(--blue);text-transform:uppercase;margin-bottom:12px;font-size:.7rem;font-weight:600;display:block}.prj-headline{letter-spacing:-.03em;margin-bottom:14px;font-size:clamp(2rem,3.5vw,3rem);font-weight:700;line-height:1.08}.prj-tagline{color:var(--gray-400);max-width:540px;margin:0 auto;font-size:.95rem;line-height:1.5}.prj-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:24px;display:grid}.prj-card{background:var(--gray-50);border-radius:var(--radius-sm);color:inherit;border:1px solid #0000;text-decoration:none;transition:background .3s,border-color .3s,box-shadow .3s,transform .3s;overflow:hidden}.prj-card:hover{background:#fff;border-color:#0000000f;transform:translateY(-3px);box-shadow:0 8px 32px #00000012}.prj-card-media{aspect-ratio:16/10;background:linear-gradient(135deg,#f4f4f8,#e8e8f0);justify-content:center;align-items:center;width:100%;display:flex;position:relative;overflow:hidden}.prj-card-media img{object-fit:cover;width:100%;height:100%}.prj-card-overlay{position:absolute;top:14px;left:14px}.prj-card-type{letter-spacing:.1em;color:#fff;text-transform:uppercase;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0000008c;border-radius:100px;padding:4px 12px;font-size:.62rem;font-weight:600}.prj-card-content{padding:20px}.prj-card-meta{color:var(--gray-400);margin-bottom:4px;font-size:.72rem;display:block}.prj-card-name{letter-spacing:-.01em;color:var(--gray-800);margin-bottom:4px;font-size:1.05rem;font-weight:600}.prj-card-tagline{color:var(--gray-500);font-size:.82rem;line-height:1.35}.prj-pagination{border-top:1px solid #0000000d;justify-content:center;align-items:center;gap:16px;margin-top:48px;padding-top:32px;display:flex}.prj-page-btn{color:var(--blue);cursor:pointer;background:0 0;border:none;border-radius:8px;padding:8px 16px;font-family:inherit;font-size:.82rem;font-weight:500;transition:background .2s}.prj-page-btn:hover:not(:disabled){background:#0071e30f}.prj-page-btn:disabled{color:var(--gray-300);cursor:default}.prj-page-nums{gap:4px;display:flex}.prj-page-num{width:36px;height:36px;color:var(--gray-600);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;font-family:inherit;font-size:.82rem;font-weight:500;transition:all .2s;display:flex}.prj-page-num:hover{background:var(--gray-50);border-color:#00000014}.prj-page-num.active{background:var(--gray-900);color:#fff;border-color:var(--gray-900)}.prj-footer{text-align:center;color:var(--gray-300);border-top:1px solid #0000000d;padding:32px 24px;font-size:.75rem}.prj-detail{background:var(--white);min-height:100vh;padding-top:52px}.prj-d-breadcrumb{padding:16px 0 8px}.prj-d-breadcrumb-inner{align-items:center;gap:8px;max-width:1100px;margin:0 auto;padding:0 24px;font-size:.78rem;display:flex}.prj-d-bc-link{color:var(--blue);font-weight:500;text-decoration:none}.prj-d-bc-link:hover{text-decoration:underline}.prj-d-bc-sep{color:var(--gray-300)}.prj-d-bc-current{color:var(--gray-500)}.prj-d-main{max-width:1100px;margin:0 auto;padding:0 24px 80px}.prj-d-not-found{text-align:center;padding:80px 0}.prj-d-not-found h2{margin-bottom:16px;font-size:1.5rem}.prj-d-back{color:var(--blue);font-weight:500;text-decoration:none}.prj-d-hero{align-items:center;gap:56px;padding:40px 0 60px;display:flex}.prj-d-hero-media{border-radius:var(--radius);background:linear-gradient(135deg,#f4f4f8,#e8e8f0);flex:0 0 460px;justify-content:center;align-items:center;display:flex;overflow:hidden}.prj-d-hero-media img{object-fit:cover;width:100%;height:100%}.prj-d-hero-info{flex:1}.prj-d-meta-row{align-items:center;gap:12px;margin-bottom:12px;display:flex}.prj-d-type{letter-spacing:.1em;color:#fff;background:var(--gray-800);text-transform:uppercase;border-radius:100px;padding:4px 12px;font-size:.62rem;font-weight:600}.prj-d-year{color:var(--gray-400);font-size:.78rem;font-weight:500}.prj-d-name{letter-spacing:-.03em;margin-bottom:4px;font-size:clamp(1.8rem,3vw,2.6rem);font-weight:700;line-height:1.1}.prj-d-location{color:var(--blue);margin-bottom:14px;font-size:.9rem}.prj-d-tagline{color:var(--gray-600);margin-bottom:12px;font-size:1rem;line-height:1.45}.prj-d-desc{color:var(--gray-500);margin-bottom:24px;font-size:.9rem;line-height:1.6}.prj-d-actions{flex-wrap:wrap;gap:14px;display:flex}.prj-d-gallery-section,.prj-d-section{margin-bottom:56px}.prj-d-section-title{letter-spacing:-.02em;border-bottom:1px solid #0000000f;margin-bottom:24px;padding-bottom:12px;font-size:1.3rem;font-weight:700}.prj-d-gallery--3{grid-template-columns:1.5fr 1fr;gap:12px;display:grid}.prj-d-gallery--4,.prj-d-gallery--5{grid-template-columns:1.5fr 1fr 1fr;gap:12px;display:grid}.prj-d-gallery-item{border-radius:var(--radius-sm);background:linear-gradient(135deg,#f4f4f8,#e8e8f0);justify-content:center;align-items:center;display:flex;overflow:hidden}.prj-d-gallery-item img{object-fit:cover;width:100%;height:100%}.prj-d-gallery-item--main{grid-row:1/span 2}.prj-d-highlights{padding:0;list-style:none}.prj-d-highlight-item{color:var(--gray-700);border-bottom:1px solid #0000000a;align-items:baseline;gap:14px;padding:16px 0;font-size:.92rem;line-height:1.5;display:flex}.prj-d-highlight-num{color:var(--gray-300);font-variant-numeric:tabular-nums;flex-shrink:0;min-width:24px;font-size:.7rem;font-weight:700}.prj-d-back-wrap{text-align:center;padding:20px 0 0}.prj-d-back-link{color:var(--blue);font-size:.9rem;font-weight:500;text-decoration:none}.prj-d-footer{text-align:center;color:var(--gray-300);border-top:1px solid #0000000d;padding:32px 24px;font-size:.75rem}@media (width<=800px){.prj-grid{grid-template-columns:1fr}.prj-d-hero{flex-direction:column;gap:28px}.prj-d-hero-media{flex:none;width:100%}.prj-d-gallery--3,.prj-d-gallery--4,.prj-d-gallery--5{grid-template-columns:1fr 1fr}.prj-d-gallery-item--main{grid-area:1/1/auto/-1}}@media (width<=500px){.prj-d-gallery--3,.prj-d-gallery--4,.prj-d-gallery--5{grid-template-columns:1fr}}.pf{background:var(--white);min-height:100vh;padding-top:52px}.pf-breadcrumb{padding:16px 0 8px}.pf-breadcrumb-inner{align-items:center;gap:8px;max-width:1100px;margin:0 auto;padding:0 24px;font-size:.78rem;display:flex}.pf-bc-link{color:var(--blue);font-weight:500;text-decoration:none}.pf-bc-link:hover{text-decoration:underline}.pf-bc-sep{color:var(--gray-300)}.pf-bc-current{color:var(--gray-500)}.pf-main{max-width:1100px;margin:0 auto;padding:0 24px 80px}.pf-hero{text-align:center;padding:40px 0 52px}.pf-eyebrow{letter-spacing:.12em;color:var(--blue);text-transform:uppercase;margin-bottom:12px;font-size:.7rem;font-weight:600;display:block}.pf-headline{letter-spacing:-.03em;margin-bottom:14px;font-size:clamp(2rem,3.5vw,3rem);font-weight:700;line-height:1.08}.pf-tagline{color:var(--gray-400);max-width:540px;margin:0 auto;font-size:.95rem;line-height:1.5}.pf-list{flex-direction:column;gap:20px;display:flex}.pf-row{background:var(--gray-50);border-radius:var(--radius-sm);color:inherit;border:1px solid #0000;align-items:center;gap:48px;padding:28px;text-decoration:none;transition:background .3s,border-color .3s,box-shadow .3s,transform .3s;display:flex}.pf-row:hover{background:#fff;border-color:#0000000f;transform:translateY(-2px);box-shadow:0 6px 28px #0000000f}.pf-row--alt{flex-direction:row-reverse}.pf-row-media{aspect-ratio:4/3;background:linear-gradient(135deg,#f4f4f8,#e8e8f0);border:2px solid;border-radius:12px;flex:0 0 280px;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.pf-row-media img{object-fit:cover;width:100%;height:100%}.pf-row-cat{letter-spacing:.06em;color:#fff;border-radius:100px;padding:4px 10px;font-size:.6rem;font-weight:600;position:absolute;bottom:12px;left:12px}.pf-row-body{flex:1}.pf-row-num{color:var(--gray-300);font-variant-numeric:tabular-nums;letter-spacing:.06em;margin-bottom:6px;font-size:.7rem;font-weight:700;display:block}.pf-row-name{letter-spacing:-.02em;color:var(--gray-800);margin-bottom:6px;font-size:1.2rem;font-weight:700}.pf-row-tagline{color:var(--gray-500);max-width:420px;margin-bottom:14px;font-size:.85rem;line-height:1.4}.pf-row-link{color:var(--blue);align-items:center;gap:6px;font-size:.78rem;font-weight:500;transition:gap .2s;display:inline-flex}.pf-row:hover .pf-row-link{gap:10px}.pf-footer{text-align:center;color:var(--gray-300);border-top:1px solid #0000000d;padding:32px 24px;font-size:.75rem}@media (width<=768px){.pf-row,.pf-row--alt{flex-direction:column;gap:24px;padding:20px}.pf-row-media{aspect-ratio:16/10;flex:none;width:100%}}.pf-detail{background:var(--white);min-height:100vh;padding-top:52px}.pf-d-breadcrumb{padding:16px 0 8px}.pf-d-breadcrumb-inner{align-items:center;gap:8px;max-width:1100px;margin:0 auto;padding:0 24px;font-size:.78rem;display:flex}.pf-d-bc-link{color:var(--blue);font-weight:500;text-decoration:none}.pf-d-bc-link:hover{text-decoration:underline}.pf-d-bc-sep{color:var(--gray-300)}.pf-d-bc-current{color:var(--gray-500)}.pf-d-main{max-width:1100px;margin:0 auto;padding:0 24px 80px}.pf-d-not-found{text-align:center;padding:80px 0}.pf-d-not-found h2{margin-bottom:16px;font-size:1.5rem}.pf-d-back{color:var(--blue);font-weight:500;text-decoration:none}.pf-d-hero{align-items:center;gap:56px;padding:40px 0 60px;display:flex}.pf-d-hero-media{border-radius:var(--radius);background:linear-gradient(135deg,#f4f4f8,#e8e8f0);border:2px solid #0000000a;flex:0 0 460px;justify-content:center;align-items:center;display:flex;overflow:hidden}.pf-d-hero-media img{object-fit:cover;width:100%;height:100%}.pf-d-hero-info{flex:1}.pf-d-cat{letter-spacing:.08em;color:#fff;background:var(--blue);text-transform:uppercase;border-radius:100px;margin-bottom:12px;padding:4px 12px;font-size:.62rem;font-weight:600;display:inline-block}.pf-d-name{letter-spacing:-.03em;margin-bottom:8px;font-size:clamp(1.8rem,3vw,2.6rem);font-weight:700;line-height:1.1}.pf-d-tagline{color:var(--gray-600);margin-bottom:12px;font-size:1rem;line-height:1.45}.pf-d-desc{color:var(--gray-500);margin-bottom:24px;font-size:.9rem;line-height:1.6}.pf-d-actions{flex-wrap:wrap;gap:14px;display:flex}.pf-d-gallery-section,.pf-d-section{margin-bottom:56px}.pf-d-section-title{letter-spacing:-.02em;border-bottom:1px solid #0000000f;margin-bottom:24px;padding-bottom:12px;font-size:1.3rem;font-weight:700}.pf-d-gallery--3{grid-template-columns:1.5fr 1fr;gap:12px;display:grid}.pf-d-gallery--4,.pf-d-gallery--5{grid-template-columns:1.5fr 1fr 1fr;gap:12px;display:grid}.pf-d-gallery-item{border-radius:var(--radius-sm);background:linear-gradient(135deg,#f4f4f8,#e8e8f0);justify-content:center;align-items:center;display:flex;overflow:hidden}.pf-d-gallery-item img{object-fit:cover;width:100%;height:100%}.pf-d-gallery-item--main{grid-row:1/span 2}.pf-d-highlights{padding:0;list-style:none}.pf-d-highlight-item{color:var(--gray-700);border-bottom:1px solid #0000000a;align-items:baseline;gap:14px;padding:16px 0;font-size:.92rem;line-height:1.5;display:flex}.pf-d-highlight-num{color:var(--gray-300);font-variant-numeric:tabular-nums;flex-shrink:0;min-width:24px;font-size:.7rem;font-weight:700}.pf-d-back-wrap{text-align:center;padding:20px 0 0}.pf-d-back-link{color:var(--blue);font-size:.9rem;font-weight:500;text-decoration:none}.pf-d-footer{text-align:center;color:var(--gray-300);border-top:1px solid #0000000d;padding:32px 24px;font-size:.75rem}@media (width<=800px){.pf-grid{grid-template-columns:1fr}.pf-d-hero{flex-direction:column;gap:28px}.pf-d-hero-media{flex:none;width:100%}.pf-d-gallery--3,.pf-d-gallery--4,.pf-d-gallery--5{grid-template-columns:1fr 1fr}.pf-d-gallery-item--main{grid-area:1/1/auto/-1}}@media (width<=500px){.pf-d-gallery--3,.pf-d-gallery--4,.pf-d-gallery--5{grid-template-columns:1fr}}.ct{background:var(--white);min-height:100vh;padding-top:52px}.ct-breadcrumb{padding:16px 0 8px}.ct-breadcrumb-inner{align-items:center;gap:8px;max-width:1100px;margin:0 auto;padding:0 24px;font-size:.78rem;display:flex}.ct-bc-link{color:var(--blue);font-weight:500;text-decoration:none}.ct-bc-link:hover{text-decoration:underline}.ct-bc-sep{color:var(--gray-300)}.ct-bc-current{color:var(--gray-500)}.ct-main{max-width:1100px;margin:0 auto;padding:0 24px 80px}.ct-hero{text-align:center;padding:40px 0 52px}.ct-eyebrow{letter-spacing:.12em;color:var(--blue);text-transform:uppercase;margin-bottom:12px;font-size:.7rem;font-weight:600;display:block}.ct-headline{letter-spacing:-.03em;margin-bottom:14px;font-size:clamp(2rem,3.5vw,3rem);font-weight:700;line-height:1.08}.ct-tagline{color:var(--gray-400);max-width:500px;margin:0 auto;font-size:.95rem;line-height:1.5}.ct-layout{align-items:flex-start;gap:56px;display:flex}.ct-form-wrap{flex:1;min-width:0;max-width:580px}.ct-info{flex:0 0 320px}.ct-form{background:var(--gray-50);border-radius:var(--radius-sm);padding:36px}.ct-form-title{letter-spacing:-.01em;margin-bottom:24px;font-size:1.1rem;font-weight:700}.ct-field{margin-bottom:18px}.ct-field-row{gap:16px;display:flex}.ct-field-row .ct-field{flex:1}.ct-label{color:var(--gray-600);margin-bottom:6px;font-size:.75rem;font-weight:500;display:block}.ct-input{width:100%;color:var(--gray-800);background:#fff;border:1px solid #0000001a;border-radius:10px;outline:none;padding:12px 14px;font-family:inherit;font-size:.88rem;transition:border-color .2s,box-shadow .2s}.ct-input:focus{border-color:var(--blue);box-shadow:0 0 0 3px #0071e31a}.ct-select{appearance:none;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%2386868b' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");background-position:right 14px center;background-repeat:no-repeat;padding-right:36px}.ct-textarea{resize:vertical;min-height:100px}.ct-submit{justify-content:center;width:100%;margin-top:8px}.ct-success{text-align:center;background:var(--gray-50);border-radius:var(--radius-sm);padding:48px 36px}.ct-success-icon{margin-bottom:16px}.ct-success-title{margin-bottom:8px;font-size:1.4rem;font-weight:700}.ct-success-desc{color:var(--gray-500);margin-bottom:24px;font-size:.9rem;line-height:1.5}.ct-info{flex-direction:column;gap:24px;display:flex}.ct-info-card{background:var(--gray-50);border-radius:var(--radius-sm);padding:28px}.ct-info-title{letter-spacing:.02em;text-transform:uppercase;color:var(--gray-500);margin-bottom:18px;font-size:.85rem;font-weight:700}.ct-info-item{gap:14px;margin-bottom:18px;display:flex}.ct-info-item:last-child{margin-bottom:0}.ct-info-icon{width:36px;height:36px;color:var(--blue);background:#0071e314;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.ct-info-label{color:var(--gray-800);margin-bottom:2px;font-size:.78rem;font-weight:600;display:block}.ct-info-text{color:var(--gray-500);margin:0;font-size:.8rem;line-height:1.5}.ct-info-link{color:var(--blue);font-size:.8rem;text-decoration:none}.ct-info-link:hover{text-decoration:underline}.ct-footer{text-align:center;color:var(--gray-300);border-top:1px solid #0000000d;padding:32px 24px;font-size:.75rem}@media (width<=900px){.ct-layout{flex-direction:column;align-items:stretch;gap:32px}.ct-form-wrap{max-width:100%}.ct-info{flex:none;grid-template-columns:1fr 1fr;gap:16px;width:100%;display:grid}.ct-info-card{padding:20px}.ct-field-row{flex-direction:column;gap:0}.ct-hero{padding:28px 0 36px}.ct-headline{font-size:1.8rem}}@media (width<=500px){.ct-form{padding:20px}.ct-layout{gap:24px}.ct-info{grid-template-columns:1fr}.ct-info-card{padding:16px}.ct-form-title{font-size:1rem}.ct-input{padding:10px 12px;font-size:.85rem}.ct-submit{padding:14px}}.showcase{background:var(--white);padding:100px 48px}.showcase--gray{background:var(--gray-50)}.showcase--dark{background:var(--black);color:var(--white)}.showcase--dark .showcase-desc{color:var(--gray-400)}.showcase--dark .showcase-tag{color:var(--red)}.showcase-inner{align-items:center;gap:80px;max-width:1100px;margin:0 auto;display:flex}.showcase-text{flex:none;max-width:380px}.showcase-tag{letter-spacing:.12em;color:var(--blue);text-transform:uppercase;margin-bottom:16px;font-size:.7rem;font-weight:600;display:block}.showcase-title{letter-spacing:-.03em;margin-bottom:16px;font-size:clamp(2rem,3.5vw,3rem);font-weight:700;line-height:1.05}.showcase-desc{color:var(--gray-400);margin-bottom:28px;font-size:1.05rem;line-height:1.55}.showcase-media{flex:1;max-width:600px}.showcase-media img,.showcase-media video{border-radius:var(--radius);width:100%;height:auto;box-shadow:0 20px 60px #0000001a}.showcase--dark .showcase-media img,.showcase--dark .showcase-media video{box-shadow:0 20px 60px #0006}.story{background:var(--white);height:100dvh;position:relative;overflow:hidden}.story-inner{justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative;overflow:hidden}.story-product{width:clamp(250px,40vw,450px)}.story-product img{border-radius:var(--radius);filter:drop-shadow(0 12px 40px #00000014);width:100%}.story-panel{z-index:3;pointer-events:none;position:absolute}.story-panel-label{letter-spacing:.12em;text-transform:uppercase;color:var(--gray-500);margin-bottom:8px;font-size:.7rem;display:block}.story-panel-title{letter-spacing:-.02em;color:var(--gray-800);font-size:clamp(1.6rem,2.5vw,2.4rem);font-weight:700;line-height:1.1}.story-hint{z-index:10;text-align:center;position:absolute;bottom:28px;left:50%;transform:translate(-50%)}.story-hint span{letter-spacing:.12em;text-transform:uppercase;color:#00000040;margin-bottom:8px;font-size:.6rem;display:block}.story-hint-bar{background:#00000014;border-radius:2px;width:1px;height:36px;margin:0 auto;overflow:hidden}.story-hint-bar-fill{background:linear-gradient(to bottom, var(--blue), var(--purple));border-radius:2px;width:100%;height:30%;animation:2.5s ease-in-out infinite scrollBarFill}.exploded{background:var(--black);height:100dvh;position:relative;overflow:hidden}.exploded-pin-inner{justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative;overflow:hidden}.exploded-header{z-index:20;text-align:center;width:100%;max-width:600px;padding:0 24px;position:absolute;top:5%;left:50%;transform:translate(-50%)}.exploded-eyebrow{letter-spacing:.12em;color:var(--gray-400);text-transform:uppercase;margin-bottom:10px;font-size:.7rem;font-weight:600;display:block}.exploded-headline{letter-spacing:-.03em;color:var(--white);margin-bottom:8px;font-size:clamp(1.6rem,3vw,2.4rem);font-weight:700;line-height:1.1}.exploded-subtitle{color:var(--gray-400);max-width:440px;margin:0 auto;font-size:.8rem;line-height:1.45}.exploded-bg-glow{pointer-events:none;z-index:0;background:radial-gradient(circle,#0071e31a 0%,#2997ff08 45%,#0000 70%);border-radius:50%;width:700px;height:700px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.exploded-canvas{aspect-ratio:1;perspective:1400px;width:clamp(290px,42vw,520px);transform-style:preserve-3d;z-index:5;position:relative}.exploded-cabinet{width:100%;height:100%;transform-style:preserve-3d;position:relative}.exploded-core-bg{z-index:1;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.exploded-core-bg img{object-fit:contain;pointer-events:none;border-radius:12px;width:100%;height:100%}.exploded-cabinet-interior{z-index:2;opacity:0;pointer-events:none;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.exploded-internals-grid{grid-template-rows:auto auto auto;grid-template-columns:1fr 1fr;align-content:center;justify-items:center;gap:10px;width:100%;height:100%;padding:14px;display:grid}.exploded-comp{justify-content:center;align-items:center;display:flex}.ex-mb{background:linear-gradient(135deg,#0c2e14 0%,#0a2610 40%,#0e3517 100%);border:1.5px solid #ffffff17;border-radius:5px;width:140px;height:86px;position:relative;box-shadow:0 6px 20px #00000073,inset 0 1px #ffffff08}.ex-mb-traces{background:repeating-linear-gradient(0deg,#0000,#0000 4px,#28c84629 4px 5px),repeating-linear-gradient(90deg,#0000,#0000 8px,#28c84617 8px 9px);border-radius:2px;position:absolute;inset:5px}.ex-mb-cpu{background:linear-gradient(#1c1c1c,#0a0a0a);border:1px solid #ffffff1f;border-radius:3px;width:30px;height:30px;position:absolute;top:14px;left:50%;transform:translate(-50%);box-shadow:0 0 10px #00b4ff1f}.ex-mb-ram{background:linear-gradient(#1a1a1a,#111);border:1px solid #ffffff0f;border-radius:2px;width:48px;height:8px;position:absolute;bottom:12px;left:50%;transform:translate(-50%)}.ex-mb-pin{background:radial-gradient(circle,#ccc,#777);border-radius:50%;width:4px;height:4px;position:absolute}.ex-mb-pin.p1{top:8px;left:10px}.ex-mb-pin.p2{top:22px;right:12px}.ex-mb-pin.p3{bottom:10px;right:16px}.ex-motor{background:radial-gradient(circle at 38% 38%,#5a5a5a,#2a2a2a);border:2.5px solid #ffffff17;border-radius:50%;width:88px;height:88px;position:relative;box-shadow:0 6px 20px #0006,inset 0 2px 6px #ffffff0a}.ex-motor-stator{border:2px dashed #ffffff17;border-radius:50%;position:absolute;inset:6px}.ex-motor-rotor{background:radial-gradient(circle at 35% 35%,#999,#3a3a3a);border:1.5px solid #ffffff24;border-radius:50%;width:32px;height:32px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.ex-motor-shaft{background:linear-gradient(135deg,#eee,#777);border-radius:50%;width:7px;height:7px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 0 4px #fff3}.ex-motor-coil{background:linear-gradient(#d44,#922);border-radius:3px;width:10px;height:16px;position:absolute;box-shadow:0 0 6px #c8282840}.ex-motor-coil.c0{top:8px;left:50%;transform:translate(-50%)}.ex-motor-coil.c1{bottom:8px;left:50%;transform:translate(-50%)}.ex-motor-coil.c2{top:50%;left:8px;transform:translateY(-50%)}.ex-motor-coil.c3{top:50%;right:8px;transform:translateY(-50%)}.ex-chip{background:linear-gradient(160deg,#1c1c30,#0f0f1c);border:2px solid #ffffff1c;border-radius:7px;width:66px;height:66px;position:relative;box-shadow:0 6px 20px #00000073,0 0 14px #008cff12}.ex-chip-die{background-color:#0000;background-image:linear-gradient(90deg,#ffffff0a 1px,#0000 1px),linear-gradient(0deg,#ffffff0a 1px,#0000 1px);background-position:0 0;background-repeat:repeat;background-size:7px 7px;background-attachment:scroll;background-origin:padding-box;background-clip:border-box;border-radius:3px;position:absolute;inset:8px}.ex-chip-pin{background:linear-gradient(#bbb,#666);border-radius:1px;width:5px;height:5px;position:absolute}.ex-chip-pin.p1{top:-7px;left:10px}.ex-chip-pin.p2{top:-7px;right:10px}.ex-chip-pin.p3{bottom:-7px;left:10px}.ex-chip-pin.p4{bottom:-7px;right:10px}.ex-chip-pin.p5{top:-7px;left:50%;transform:translate(-50%)}.ex-chip-pin.p6{bottom:-7px;left:50%;transform:translate(-50%)}.ex-batt{background:linear-gradient(#3e3e3e,#242424);border:2px solid #ffffff17;border-radius:9px;width:120px;height:48px;position:relative;box-shadow:0 6px 20px #0006}.ex-batt-bar{background:linear-gradient(#5b8,#274);border-radius:1px;width:3px;height:28px;position:absolute;top:10px}.ex-batt-bar.b1{left:18px}.ex-batt-bar.b2{left:28px}.ex-batt-bar.b3{left:38px}.ex-batt-term{background:linear-gradient(#ccc,#888);border-radius:1px;width:12px;height:5px;position:absolute}.ex-batt-term.t1{top:-7px;left:28px}.ex-batt-term.t2{top:-7px;right:28px}.ex-sensors{justify-content:center;align-items:center;gap:12px;display:flex}.ex-sensor{border:1.5px solid #ffffff1f;border-radius:50%;width:18px;height:18px;position:relative;box-shadow:0 0 8px #0000004d}.ex-sensor:after{content:"";background:#ffffff40;border-radius:50%;width:5px;height:5px;position:absolute;top:3px;left:3px}.ex-sensor.s1{background:radial-gradient(circle at 35% 35%,#fff,#1a1a3a)}.ex-sensor.s2{background:radial-gradient(circle at 35% 35%,#f55,#3a1a1a);width:14px;height:14px}.ex-sensor.s3{background:radial-gradient(circle at 35% 35%,#5f5,#1a2a1a);width:16px;height:16px}.ex-sensor.s4{background:radial-gradient(circle at 35% 35%,#55f,#1a1a3a);width:12px;height:12px}.ex-callout{z-index:25;pointer-events:none;align-items:center;gap:0;display:flex;position:absolute}.ex-callout--left{flex-direction:row;left:4%}.ex-callout--right{flex-direction:row-reverse;right:4%}.ex-callout--right .ex-callout-body{text-align:right}.ex-callout-connector{flex-shrink:0;align-items:center;display:flex}.ex-callout-dot{background:var(--blue-light);border-radius:50%;flex-shrink:0;width:7px;height:7px;box-shadow:0 0 10px #2997ffe6,0 0 24px #2997ff59}.ex-callout-line{background:linear-gradient(90deg,#2997ff80,#0000);width:36px;height:1px}.ex-callout--right .ex-callout-line{background:linear-gradient(270deg,#2997ff80,#0000)}.ex-callout-body{max-width:220px}.ex-callout-label{letter-spacing:.11em;color:var(--blue-light);text-transform:uppercase;margin-bottom:3px;font-size:.6rem;font-weight:600;display:block}.ex-callout-title{letter-spacing:-.01em;color:var(--white);margin-bottom:4px;font-size:.88rem;font-weight:600;line-height:1.2}.ex-callout-desc{color:var(--gray-400);font-size:.7rem;line-height:1.4}.exploded-door{z-index:10;transform-origin:50%;border-radius:12px;width:50%;height:100%;position:absolute;top:0;overflow:hidden}.exploded-door--left{left:0}.exploded-door--right{right:0}.exploded-door-img{object-fit:contain;width:200%;height:100%;display:block}.exploded-door--left .exploded-door-img{object-position:left center}.exploded-door--right .exploded-door-img{object-position:right center;margin-left:-100%}.exploded-scroll-hint{z-index:20;text-align:center;opacity:0;position:absolute;bottom:28px;left:50%;transform:translate(-50%)}.exploded-scroll-hint span{letter-spacing:.12em;text-transform:uppercase;color:#ffffff4d;margin-bottom:8px;font-size:.6rem;display:block}.exploded-scroll-bar{background:#ffffff14;border-radius:2px;width:1px;height:40px;margin:0 auto;overflow:hidden}.exploded-scroll-bar-fill{background:linear-gradient(to bottom, var(--blue-light), var(--purple));border-radius:2px;width:100%;height:30%;animation:2.5s ease-in-out infinite scrollBarFill}@keyframes scrollBarFill{0%{transform:translateY(-100%)}50%{transform:translateY(120%)}to{transform:translateY(120%)}}.features{background:var(--white);padding:100px 48px}.features-header{text-align:center;margin-bottom:64px}.features-title{letter-spacing:-.03em;margin-bottom:16px;font-size:clamp(2rem,3.5vw,3rem);font-weight:700;line-height:1.08}.features-subtitle{color:var(--gray-400);font-size:1.05rem}.features-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:24px;max-width:1100px;margin:0 auto;display:grid}.feature-card{background:var(--gray-50);border-radius:var(--radius-sm);cursor:pointer;transition:all .35s var(--ease-out);padding:32px;position:relative;overflow:hidden}.feature-card:hover{transform:translateY(-4px);box-shadow:0 16px 40px #00000014}.feature-card-icon{border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;margin-bottom:16px;font-size:1.2rem;display:flex}.feature-card-title{margin-bottom:8px;font-size:1rem;font-weight:600}.feature-card-desc{color:var(--gray-400);font-size:.85rem;line-height:1.5}.tech-dark{background:var(--black);color:var(--white);padding:100px 48px}.tech-dark-title{letter-spacing:-.03em;text-align:center;margin-bottom:48px;font-size:clamp(2rem,3.5vw,3rem);font-weight:700;line-height:1.08}.compare{background:var(--white);max-width:1000px;margin:0 auto;padding:100px 48px}.compare-header{text-align:center;margin-bottom:56px}.compare-table{border-collapse:collapse;width:100%}.compare-table th{text-align:left;letter-spacing:.08em;color:var(--gray-500);text-transform:uppercase;border-bottom:1px solid #00000014;padding:14px 18px;font-size:.72rem;font-weight:600}.compare-table th:first-child{width:35%}.compare-table td{color:var(--gray-600);border-bottom:1px solid #0000000a;padding:16px 18px;font-size:.88rem}.compare-table td:first-child{color:var(--gray-800);font-weight:500}.compare-hl{color:var(--blue)!important;font-weight:700!important}.compare-table thead{top:var(--nav-h);background:var(--white);z-index:5;position:sticky}.stats{background:var(--gray-50);text-align:center;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:48px;max-width:1000px;margin:0 auto;padding:100px 48px;display:grid}.stat-item{will-change:transform, opacity}.stat-num{letter-spacing:-.03em;background:linear-gradient(135deg, var(--gray-800) 0%, var(--blue) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:clamp(2.8rem,6vw,4.5rem);font-weight:700;line-height:1}.stat-num span{font-variant-numeric:tabular-nums}.stat-label{color:var(--gray-500);margin-top:10px;font-size:.85rem}.video-quote{background:var(--black);justify-content:center;align-items:center;height:90vh;display:flex;position:relative;overflow:hidden}.video-quote video{object-fit:cover;opacity:.6;width:100%;height:100%;position:absolute;inset:0}.video-quote-overlay{background:radial-gradient(#0000 30%,#0009 100%);position:absolute;inset:0}.video-quote-content{z-index:2;text-align:center;padding:0 24px;position:relative}.video-quote-text{color:var(--white);letter-spacing:-.01em;font-size:clamp(1.5rem,3.5vw,2.5rem);font-weight:600;line-height:1.3}.cta-final{text-align:center;background:var(--black);color:var(--white);padding:120px 48px;position:relative;overflow:hidden}.cta-final-glow{filter:blur(150px);opacity:.12;background:var(--blue);pointer-events:none;border-radius:50%;width:600px;height:600px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.cta-final-title{letter-spacing:-.03em;margin-bottom:18px;font-size:clamp(2rem,4vw,3.2rem);font-weight:700;line-height:1.08}.cta-final-desc{color:var(--gray-400);max-width:480px;margin:0 auto 36px;font-size:1.05rem}.cta-final-btns{flex-wrap:wrap;justify-content:center;gap:16px;display:flex}.footer-wrap{background:var(--gray-50);color:var(--gray-500);padding:60px 48px 32px}.footer-grid{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:36px;max-width:1100px;margin:0 auto 36px;display:grid}.footer-col h4{color:var(--gray-800);letter-spacing:.05em;text-transform:uppercase;margin-bottom:14px;font-size:.75rem;font-weight:600}.footer-col a{color:var(--gray-500);margin-bottom:9px;font-size:.8rem;text-decoration:none;transition:color .2s;display:block}.footer-col a:hover{color:var(--gray-800)}.footer-bottom{border-top:1px solid #00000014;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:14px;max-width:1100px;margin:0 auto;padding-top:24px;display:flex}.footer-brand{align-items:center;gap:12px;display:flex}.footer-logo-text{color:var(--gray-800);letter-spacing:.03em;font-size:1.1rem;font-weight:700}.footer-tagline-text{font-size:.78rem}.footer-copy-text{color:var(--gray-300);font-size:.75rem}.tech{background:var(--black);height:100dvh;position:relative;overflow:hidden}.tech-inner{justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative;overflow:hidden}.tech-glow{pointer-events:none;z-index:0;background:radial-gradient(circle,#0071e31a 0%,#2997ff08 40%,#0000 70%);border-radius:50%;width:600px;height:600px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.tech-header{text-align:center;z-index:20;width:100%;max-width:680px;padding:0 24px;position:absolute;top:7%;left:50%;transform:translate(-50%)}.tech-eyebrow{letter-spacing:.12em;color:var(--gray-400);text-transform:uppercase;margin-bottom:10px;font-size:.7rem;font-weight:600;display:block}.tech-headline{letter-spacing:-.03em;margin-bottom:10px;font-size:clamp(1.8rem,3.5vw,2.8rem);font-weight:700;line-height:1.1}.tech-sub{color:var(--gray-400);max-width:520px;margin:0 auto;font-size:.86rem;line-height:1.5}.tech-product{z-index:5;width:clamp(220px,35vw,420px);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.tech-product img{pointer-events:none;-webkit-user-select:none;user-select:none;filter:drop-shadow(0 20px 60px #0071e340);width:100%;height:auto}.tech-callout{z-index:15;pointer-events:none;align-items:center;gap:10px;display:flex;position:absolute}.tech-callout--left{left:5%}.tech-callout--right{flex-direction:row-reverse;right:5%}.tech-callout--right .tech-callout-body{text-align:right}.tech-callout-dot{background:var(--blue-light);border-radius:50%;flex-shrink:0;width:6px;height:6px;box-shadow:0 0 10px #2997ffcc,0 0 20px #2997ff4d}.tech-callout-body{max-width:260px}.tech-callout-label{letter-spacing:.1em;color:var(--blue-light);text-transform:uppercase;margin-bottom:3px;font-size:.6rem;font-weight:600;display:block}.tech-callout-title{letter-spacing:-.01em;color:var(--white);margin-bottom:3px;font-size:.9rem;font-weight:600;line-height:1.2}.tech-callout-desc{color:var(--gray-400);font-size:.72rem;line-height:1.45}.tech-hint{z-index:20;text-align:center;position:absolute;bottom:28px;left:50%;transform:translate(-50%)}.tech-hint span{letter-spacing:.12em;text-transform:uppercase;color:#ffffff4d;margin-bottom:8px;font-size:.6rem;display:block}.tech-hint-bar{background:#ffffff14;border-radius:2px;width:1px;height:40px;margin:0 auto;overflow:hidden}.tech-hint-bar-fill{background:linear-gradient(to bottom, var(--blue-light), var(--purple));border-radius:2px;width:100%;height:30%;animation:2.5s ease-in-out infinite scrollBarFill}@media (width<=900px){.showcase-inner{flex-direction:column;gap:40px}.showcase-text{text-align:center;max-width:100%}.showcase-media{max-width:100%}.nav-links{display:none}.compare{padding:60px 16px}.compare-table td,.compare-table th{padding:12px 10px;font-size:.76rem}.stats{grid-template-columns:repeat(2,1fr);gap:32px;padding:80px 24px}.story-panel-title{font-size:1.3rem}.ex-callout-body{max-width:180px}.ex-callout-title{font-size:.76rem}.ex-callout-desc{font-size:.63rem}.ex-callout--left{left:2%}.ex-callout--right{right:2%}.ex-mb{width:110px;height:68px}.ex-motor{width:72px;height:72px}.ex-chip{width:54px;height:54px}.ex-batt{width:100px;height:40px}}@media (width<=600px){.hero-headline{font-size:2.8rem}.hero-ctas{flex-direction:column;align-items:center}.btn{justify-content:center;width:100%}.stats,.features-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:repeat(2,1fr);gap:24px}.footer-bottom{text-align:center;flex-direction:column}.exploded-callout--motherboard{top:6%;left:2%}.exploded-callout--motor{top:5%;right:2%}.exploded-callout--chip{bottom:14%;left:2%}.exploded-callout--battery{bottom:14%;right:2%}.exploded-callout-title{font-size:.7rem}.exploded-callout-desc{max-width:140px;font-size:.62rem}.exploded-canvas{width:90vw}.exploded-mb{width:80px;height:50px}.exploded-mb-cpu{width:18px;height:18px;top:10px}.exploded-mb-ram{width:26px;height:5px}.exploded-motor{width:56px;height:56px}.exploded-motor-rotor{width:20px;height:20px}.exploded-motor-shaft{width:4px;height:4px}.exploded-chipset{width:42px;height:42px}.exploded-batt{width:70px;height:30px}.exploded-header{top:4%}.exploded-feature-body{max-width:150px}.exploded-feature-title{font-size:.7rem}.exploded-feature-desc{font-size:.6rem}.exploded-feature--left{left:1%}.exploded-feature--right{right:1%}}.ps{background:var(--white);padding:100px 48px 80px}.ps-header{text-align:center;margin-bottom:56px}.ps-eyebrow{letter-spacing:.12em;color:var(--blue);text-transform:uppercase;margin-bottom:12px;font-size:.7rem;font-weight:600;display:block}.ps-headline{letter-spacing:-.03em;margin-bottom:14px;font-size:clamp(2rem,3.5vw,3rem);font-weight:700;line-height:1.08}.ps-subtitle{color:var(--gray-400);max-width:540px;margin:0 auto;font-size:.95rem}.ps-grid{grid-template-columns:repeat(2,1fr);gap:24px;max-width:1100px;margin:0 auto;display:grid}.ps-card{border-radius:var(--radius);background:var(--gray-50);cursor:pointer;color:inherit;border:1px solid #0000;text-decoration:none;transition:background .3s,border-color .3s,box-shadow .3s,transform .3s;overflow:hidden}.ps-card:hover{background:#fff;border-color:#0000000f;transform:translateY(-4px);box-shadow:0 12px 40px #00000014}.ps-media-wrap{aspect-ratio:16/10;background:linear-gradient(135deg,#f4f4f8,#e8e8f0);width:100%;position:relative;overflow:hidden}.ps-video{object-fit:cover;width:100%;height:100%}.ps-fallback{object-fit:contain;width:70%;height:70%;margin:auto;display:none;position:absolute;inset:0}.ps-video:not([src])+.ps-fallback,.ps-video[src=""]+.ps-fallback{display:block}.ps-card-body{padding:24px 28px}.ps-card-tag{color:var(--blue);margin-bottom:6px;font-size:.72rem;font-weight:500;display:block}.ps-card-name{letter-spacing:-.01em;color:var(--gray-800);margin-bottom:12px;font-size:1.15rem;font-weight:700}.ps-card-link{color:var(--blue);align-items:center;gap:5px;font-size:.78rem;font-weight:500;display:inline-flex}.ps-footer{text-align:center;margin-top:48px}@media (width<=768px){.ps-grid{grid-template-columns:1fr}.ps{padding:72px 24px 60px}}.prjs{background:var(--gray-50);padding:100px 48px 80px}.prjs-header{text-align:center;margin-bottom:56px}.prjs-eyebrow{letter-spacing:.12em;color:var(--blue);text-transform:uppercase;margin-bottom:12px;font-size:.7rem;font-weight:600;display:block}.prjs-headline{letter-spacing:-.03em;margin-bottom:14px;font-size:clamp(2rem,3.5vw,3rem);font-weight:700;line-height:1.08}.prjs-subtitle{color:var(--gray-400);max-width:540px;margin:0 auto;font-size:.95rem}.prjs-grid{grid-template-columns:repeat(3,1fr);gap:24px;max-width:1100px;margin:0 auto;display:grid}.prjs-card{border-radius:var(--radius-sm);cursor:pointer;color:inherit;background:#fff;border:1px solid #0000000a;text-decoration:none;transition:box-shadow .3s,transform .3s;overflow:hidden}.prjs-card:hover{transform:translateY(-3px);box-shadow:0 12px 36px #0000001a}.prjs-card-media{aspect-ratio:16/10;background:linear-gradient(135deg,#f4f4f8,#e8e8f0);justify-content:center;align-items:center;width:100%;display:flex;position:relative;overflow:hidden}.prjs-card-media img{object-fit:cover;width:100%;height:100%}.prjs-card-type{letter-spacing:.08em;color:#fff;text-transform:uppercase;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0000008c;border-radius:100px;padding:4px 12px;font-size:.6rem;font-weight:600;position:absolute;top:12px;left:12px}.prjs-card-accent{height:3px;position:absolute;bottom:0;left:0;right:0}.prjs-card-content{padding:20px}.prjs-card-meta{color:var(--gray-400);margin-bottom:4px;font-size:.7rem;display:block}.prjs-card-name{letter-spacing:-.01em;color:var(--gray-800);margin-bottom:4px;font-size:1rem;font-weight:700}.prjs-card-tag{color:var(--gray-500);font-size:.78rem;line-height:1.35}.prjs-footer{text-align:center;margin-top:48px}@media (width<=900px){.prjs-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.prjs-grid{grid-template-columns:1fr}.prjs{padding:72px 24px 60px}}.lb-overlay{z-index:2000;background:#000000eb;justify-content:center;align-items:center;animation:.25s ease-out lbFadeIn;display:flex;position:fixed;inset:0}@keyframes lbFadeIn{0%{opacity:0}to{opacity:1}}.lb-close{z-index:10;color:#fff;cursor:pointer;background:#ffffff1a;border:none;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:background .2s;display:flex;position:absolute;top:20px;right:20px}.lb-close:hover{background:#fff3}.lb-arrow{z-index:10;color:#fff;cursor:pointer;background:#ffffff1a;border:none;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;transition:background .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.lb-arrow:hover{background:#ffffff40}.lb-arrow--prev{left:20px}.lb-arrow--next{right:20px}.lb-image-wrap{cursor:grab;border-radius:12px;width:90vw;max-width:1100px;max-height:85vh;overflow:hidden}.lb-image-wrap:active{cursor:grabbing}.lb-carousel-track{will-change:transform;height:100%;display:flex}.lb-carousel-slide{flex-shrink:0;justify-content:center;align-items:center;display:flex}.lb-image{object-fit:contain;pointer-events:none;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;width:100%;max-height:85vh}.lb-counter{color:#fff9;font-variant-numeric:tabular-nums;font-size:.82rem;font-weight:500;position:absolute;bottom:28px;left:50%;transform:translate(-50%)}@media (width<=600px){.lb-arrow{width:40px;height:40px}.lb-arrow--prev{left:10px}.lb-arrow--next{right:10px}.lb-image-wrap{max-width:95vw}}.co{background:var(--white);min-height:100vh;padding-top:52px}.co-main{max-width:1100px;margin:0 auto;padding:0 24px 80px}.co-hero{text-align:center;padding:56px 0 40px}.co-hero-eyebrow{letter-spacing:.12em;color:var(--blue);text-transform:uppercase;margin-bottom:12px;font-size:.7rem;font-weight:600;display:block}.co-hero-headline{letter-spacing:-.03em;margin-bottom:16px;font-size:clamp(2rem,3.5vw,3rem);font-weight:700;line-height:1.08}.co-hero-tagline{color:var(--gray-400);max-width:600px;margin:0 auto;font-size:.95rem;line-height:1.5}.co-tabs{z-index:40;-webkit-backdrop-filter:saturate(180%)blur(16px);background:#ffffffe0;border-bottom:1px solid #0000000a;justify-content:center;gap:4px;margin-bottom:52px;padding:12px 0 16px;display:flex;position:sticky;top:52px}.co-tab{color:var(--gray-500);cursor:pointer;background:0 0;border:none;border-radius:8px;padding:10px 22px;font-family:inherit;font-size:.82rem;font-weight:500;transition:all .2s}.co-tab:hover{color:var(--gray-800);background:var(--gray-50)}.co-tab.active{color:var(--blue);background:#0071e30f}.co-section-title{text-align:center;margin-bottom:48px}.co-eyebrow{letter-spacing:.12em;color:var(--blue);text-transform:uppercase;margin-bottom:10px;font-size:.7rem;font-weight:600;display:block}.co-headline{letter-spacing:-.02em;font-size:clamp(1.5rem,2.5vw,2.2rem);font-weight:700;line-height:1.15}.co-subtitle{color:var(--gray-400);max-width:500px;margin:8px auto 0;font-size:.88rem}.co-vision-banner{border-radius:var(--radius);text-align:center;background:linear-gradient(135deg,#0a0a0a 0%,#1a1a2e 50%,#16213e 100%);margin-bottom:72px;padding:80px 48px;position:relative;overflow:hidden}.co-vision-bg{pointer-events:none;background:radial-gradient(80% 50% at 50% 0,#0071e31f 0%,#0000 60%),radial-gradient(60% 40% at 30% 100%,#af52de0f 0%,#0000 50%),radial-gradient(60% 40% at 70% 100%,#34c7590d 0%,#0000 50%);position:absolute;inset:0}.co-vision-content{z-index:2;max-width:700px;margin:0 auto;position:relative}.co-vision-badge{letter-spacing:.12em;color:var(--blue-light);text-transform:uppercase;background:#ffffff14;border-radius:100px;margin-bottom:24px;padding:5px 16px;font-size:.65rem;font-weight:600;display:inline-block}.co-vision-title{letter-spacing:-.03em;color:var(--white);margin-bottom:24px;font-size:clamp(1.8rem,3.5vw,2.8rem);font-weight:700;line-height:1.15}.co-vision-desc{color:var(--gray-400);font-size:.95rem;line-height:1.7}.co-values-section{margin-bottom:72px}.co-values{grid-template-columns:repeat(3,1fr);gap:20px;max-width:900px;margin:0 auto;display:grid}.co-value-card{background:var(--gray-50);border-radius:var(--radius-sm);text-align:center;border:1px solid #0000000a;padding:36px 28px;transition:transform .25s,box-shadow .25s}.co-value-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #00000014}.co-value-icon{width:48px;height:48px;color:var(--blue);background:#0071e314;border-radius:12px;justify-content:center;align-items:center;margin:0 auto 16px;display:flex}.co-value-card h3{margin-bottom:8px;font-size:1.05rem;font-weight:700}.co-value-card p{color:var(--gray-500);font-size:.85rem;line-height:1.5}.co-business-section{margin-bottom:48px}.co-biz-grid{grid-template-columns:repeat(3,1fr);gap:16px;max-width:960px;margin:0 auto;display:grid}.co-biz-card{background:var(--gray-50);border-radius:var(--radius-sm);border:1px solid #0000000a;border-left:3px solid var(--accent,#0071e3);padding:28px 24px;transition:transform .2s,box-shadow .2s}.co-biz-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0000000f}.co-biz-icon{border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;margin-bottom:14px;display:flex}.co-biz-card h4{margin-bottom:6px;font-size:.92rem;font-weight:600}.co-biz-card p{color:var(--gray-500);font-size:.78rem;line-height:1.45}.co-mission{text-align:center;max-width:720px;color:var(--gray-600);margin:0 auto 56px;font-size:.95rem;line-height:1.7}.co-timeline-v3{max-width:960px;margin:0 auto;position:relative}.co-timeline-v3:before{content:"";background:linear-gradient(to bottom, var(--blue), var(--purple), var(--gray-200));width:2px;position:absolute;top:0;bottom:0;left:50%;transform:translate(-50%)}.co-tl3-row{align-items:flex-start;margin-bottom:40px;display:flex;position:relative}.co-tl3-row:last-child{margin-bottom:0}.co-tl3-side{flex:1}.co-tl3-mid{flex-shrink:0;justify-content:center;width:40px;padding-top:6px;display:flex}.co-tl3-dot{background:var(--blue);z-index:2;border:3px solid #fff;border-radius:50%;width:14px;height:14px;position:relative;box-shadow:0 0 0 3px #0071e340}.co-tl3-empty{flex:1}.co-tl3-left .co-tl3-side{padding-right:28px}.co-tl3-left .co-tl3-year{text-align:right}.co-tl3-right{flex-direction:row-reverse}.co-tl3-right .co-tl3-side{padding-left:28px}.co-tl3-year{letter-spacing:-.04em;color:var(--gray-900);margin-bottom:12px;font-size:2rem;font-weight:800;line-height:1}.co-tl3-card{background:var(--gray-50);border-radius:var(--radius-sm);border:1px solid #0000000a;max-width:420px;padding:20px 24px;transition:transform .2s,box-shadow .2s}.co-tl3-left .co-tl3-card{margin-left:auto}.co-tl3-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0000000f}.co-tl3-item{color:var(--gray-600);border-bottom:1px solid #00000008;padding:7px 0;font-size:.84rem;line-height:1.5}.co-tl3-item:last-child{border-bottom:none}.co-tl3-item:before{content:"—";color:var(--gray-300);margin-right:8px}@media (width<=768px){.co-timeline-v3:before{left:22px}.co-tl3-row,.co-tl3-right{flex-direction:row}.co-tl3-side{padding:0 0 0 40px!important}.co-tl3-empty{display:none}.co-tl3-mid{width:40px;position:absolute;left:0}.co-tl3-year{font-size:1.5rem;text-align:left!important}.co-tl3-card{max-width:100%;margin-left:0!important}}.co-leadership{flex-direction:column;align-items:center;gap:0;max-width:600px;margin:0 auto 64px;display:flex}.co-leader-card{border-radius:var(--radius);background:#fff;border:1px solid #0000000f;align-items:center;gap:20px;width:100%;max-width:460px;padding:28px 32px;transition:transform .25s,box-shadow .25s;display:flex}.co-leader-card:hover{transform:translateY(-3px);box-shadow:0 16px 40px #0000000f}.co-leader-president{border-color:#0071e326;box-shadow:0 4px 20px #0071e30f}.co-leader-avatar{width:56px;height:56px;color:var(--blue);background:#0071e314;border-radius:16px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.co-leader-info{flex:1}.co-leader-label{color:var(--gray-800);margin-bottom:4px;font-size:1rem;font-weight:700;display:block}.co-leader-desc{color:var(--gray-500);font-size:.82rem;line-height:1.45}.co-leader-connector{color:var(--gray-300);justify-content:center;padding:4px 0;display:flex}.co-dept-section{max-width:960px;margin:0 auto}.co-dept-connector{color:var(--gray-300);justify-content:center;padding:0 0 8px;display:flex}.co-dept-heading{letter-spacing:.08em;color:var(--gray-400);text-transform:uppercase;text-align:center;margin-bottom:20px;font-size:.75rem;font-weight:600}.co-dept-grid{grid-template-columns:repeat(5,1fr);gap:16px;display:grid}.co-dept-card{border-radius:var(--radius-sm);text-align:center;background:#fff;border:1px solid #0000000d;padding:28px 20px 24px;transition:transform .25s,box-shadow .25s;position:relative;overflow:hidden}.co-dept-card:before{content:"";background:var(--accent,#0071e3);height:3px;position:absolute;top:0;left:0;right:0}.co-dept-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #00000014}.co-dept-icon{border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;margin:0 auto 14px;display:flex}.co-dept-card h4{margin-bottom:6px;font-size:.88rem;font-weight:700}.co-dept-card p{color:var(--gray-500);font-size:.76rem;line-height:1.45}@media (width<=900px){.co-dept-grid{grid-template-columns:repeat(3,1fr)}}@media (width<=600px){.co-dept-grid{grid-template-columns:1fr 1fr}.co-leader-card{text-align:center;flex-direction:column;padding:24px 20px}}@media (width<=400px){.co-dept-grid{grid-template-columns:1fr}}.co-cert-group{margin-bottom:48px}.co-cert-cat-title{color:var(--gray-700);border-bottom:2px solid #0000000f;margin-bottom:20px;padding-bottom:10px;font-size:1rem;font-weight:700}.co-cert-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:16px;display:grid}.co-cert-card{background:var(--gray-50);border-radius:var(--radius-sm);border:1px solid #0000000a;overflow:hidden}.co-cert-media{aspect-ratio:4/3;background:linear-gradient(135deg,#f4f4f8,#e8e8f0);justify-content:center;align-items:center;width:100%;display:flex;position:relative;overflow:hidden}.co-cert-media img{object-fit:contain;width:100%;height:100%;padding:16px}.co-cert-info{padding:18px 20px}.co-cert-info h4{margin-bottom:4px;font-size:.88rem;font-weight:600}.co-cert-info p{color:var(--gray-500);font-size:.76rem;line-height:1.4}@media (width<=500px){.co-cert-grid{grid-template-columns:1fr}.co-cert-card:hover .co-cert-zoom{opacity:0}.co-dept-grid{grid-template-columns:1fr 1fr}}.pf2{background:var(--white);min-height:100vh;padding-top:52px}.pf2-breadcrumb{padding:16px 0 8px}.pf2-breadcrumb-inner{align-items:center;gap:8px;max-width:1100px;margin:0 auto;padding:0 24px;font-size:.78rem;display:flex}.pf2-bc-link{color:var(--blue);font-weight:500;text-decoration:none}.pf2-bc-sep{color:var(--gray-300)}.pf2-bc-current{color:var(--gray-500)}.pf2-main{max-width:1100px;margin:0 auto;padding:0 24px 80px}.pf2-hero{text-align:center;padding:40px 0 36px}.pf2-eyebrow{letter-spacing:.12em;color:var(--blue);text-transform:uppercase;margin-bottom:12px;font-size:.7rem;font-weight:600;display:block}.pf2-headline{letter-spacing:-.03em;margin-bottom:14px;font-size:clamp(2rem,3.5vw,3rem);font-weight:700;line-height:1.08}.pf2-tagline{color:var(--gray-400);max-width:540px;margin:0 auto;font-size:.95rem;line-height:1.5}.pf2-tabs{grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:40px;display:grid}.pf2-tab{border-radius:var(--radius-sm);background:var(--gray-50);cursor:pointer;text-align:center;border:2px solid #0000;flex-direction:column;align-items:center;gap:6px;padding:24px 20px;font-family:inherit;transition:all .25s;display:flex}.pf2-tab:hover{background:#fff;border-color:#0000000f}.pf2-tab.active{border-color:var(--tab-color,#0071e3);background:#fff;box-shadow:0 4px 20px #0000000f}.pf2-tab-count{letter-spacing:-.03em;color:var(--tab-color,#0071e3);font-size:1.6rem;font-weight:800}.pf2-tab-label{color:var(--gray-800);font-size:.9rem;font-weight:700}.pf2-tab-desc{color:var(--gray-400);font-size:.72rem;line-height:1.3}.pf2-grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.pf2-card{border-radius:var(--radius-sm);color:inherit;background:#fff;border:1px solid #0000000d;text-decoration:none;transition:transform .25s,box-shadow .25s;overflow:hidden}.pf2-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #00000014}.pf2-card-media{aspect-ratio:16/10;background:var(--gray-50);justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.pf2-card-media img{object-fit:cover;width:100%;height:100%}.pf2-card-tags{flex-wrap:wrap;gap:4px;display:flex;position:absolute;bottom:10px;left:10px}.pf2-card-tag{color:#fff;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#00000073;border-radius:100px;padding:3px 8px;font-size:.6rem;font-weight:500}.pf2-card-body{padding:18px 20px}.pf2-card-date{color:var(--gray-400);margin-bottom:4px;font-size:.7rem;display:block}.pf2-card-name{color:var(--gray-800);margin-bottom:4px;font-size:.95rem;font-weight:700}.pf2-card-location{color:var(--gray-500);font-size:.78rem}.pf2-pagination,.prj-pagination{border-top:1px solid #0000000d;justify-content:center;align-items:center;gap:8px;margin-top:56px;padding-top:32px;display:flex}.pf2-pagination button,.prj-page-btn{color:var(--gray-600);cursor:pointer;background:0 0;border:none;border-radius:8px;align-items:center;gap:4px;padding:8px 12px;font-family:inherit;font-size:.8rem;font-weight:500;transition:all .15s;display:inline-flex}.pf2-pagination button:hover:not(:disabled),.prj-page-btn:hover:not(:disabled){color:var(--gray-800);background:var(--gray-50)}.pf2-pagination button:disabled,.prj-page-btn:disabled{color:var(--gray-300);cursor:default;opacity:.5}.pf2-page-nums,.prj-page-nums{align-items:center;gap:2px;display:flex}.pf2-page-ellipsis{width:34px;height:34px;color:var(--gray-400);letter-spacing:1px;justify-content:center;align-items:center;font-size:.75rem;display:flex}.pf2-page-num,.prj-page-num{width:34px;height:34px;color:var(--gray-600);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;font-family:inherit;font-size:.78rem;font-weight:500;transition:all .2s;display:flex}.pf2-page-num:hover,.prj-page-num:hover{background:var(--gray-50);color:var(--gray-800)}.pf2-page-num.active,.prj-page-num.active{background:var(--gray-900);color:#fff;font-weight:600}.pf2-grid{transition:opacity .2s}.pf2-grid.loading{opacity:.5}.pf2d{background:var(--white);min-height:100vh;padding-top:52px}.pf2d-breadcrumb{padding:16px 0 8px}.pf2d-breadcrumb-inner{align-items:center;gap:8px;max-width:1100px;margin:0 auto;padding:0 24px;font-size:.78rem;display:flex}.pf2d-bc-link{color:var(--blue);font-weight:500;text-decoration:none}.pf2d-bc-sep{color:var(--gray-300)}.pf2d-bc-current{color:var(--gray-500)}.pf2d-main{max-width:1100px;margin:0 auto;padding:0 24px 80px}.pf2d-not-found{text-align:center;padding:80px 0}.pf2d-not-found h2{margin-bottom:16px}.pf2d-back{color:var(--blue);font-weight:500;text-decoration:none}.pf2d-hero{padding:40px 0 48px}.pf2d-cat{letter-spacing:.1em;color:var(--blue);text-transform:uppercase;margin-bottom:8px;font-size:.65rem;font-weight:600;display:block}.pf2d-name{letter-spacing:-.03em;margin-bottom:12px;font-size:clamp(1.8rem,3vw,2.6rem);font-weight:700;line-height:1.15}.pf2d-meta{color:var(--gray-500);align-items:center;gap:12px;margin-bottom:16px;font-size:.82rem;display:flex}.pf2d-meta-sep{color:var(--gray-300)}.pf2d-tags{flex-wrap:wrap;gap:6px;display:flex}.pf2d-tag{color:var(--blue);background:#0071e30f;border-radius:100px;padding:3px 10px;font-size:.68rem}.pf2d-gallery-section{margin-bottom:56px}.pf2d-section-title{letter-spacing:-.02em;border-bottom:1px solid #0000000f;margin-bottom:24px;padding-bottom:12px;font-size:1.3rem;font-weight:700}.pf2d-gallery{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:12px;display:grid}.pf2d-gallery-item{aspect-ratio:16/10;border-radius:var(--radius-sm);cursor:pointer;background:var(--gray-50);justify-content:center;align-items:center;display:flex;overflow:hidden}.pf2d-gallery-item img{object-fit:cover;width:100%;height:100%;transition:transform .3s}.pf2d-gallery-item:hover img{transform:scale(1.03)}.pf2d-back-wrap{text-align:center;padding:20px 0 0}.pf2d-back-link{color:var(--blue);font-size:.9rem;font-weight:500;text-decoration:none}.pf2d-footer{text-align:center;color:var(--gray-300);border-top:1px solid #0000000d;padding:32px 24px;font-size:.75rem}@media (width<=768px){.pf2-tabs{grid-template-columns:1fr}.pf2-grid{grid-template-columns:1fr 1fr}}@media (width<=500px){.pf2-grid{grid-template-columns:1fr}}.co-cert-icon{color:var(--blue);margin-bottom:12px}.co-locations-grid-v3{grid-template-columns:repeat(3,1fr);gap:24px;max-width:1100px;margin:0 auto;display:grid}.co-loc-card-v3{border-radius:var(--radius);background:#fff;border:1px solid #0000000f;transition:transform .3s,box-shadow .3s;overflow:hidden}.co-loc-card-v3:hover{transform:translateY(-6px);box-shadow:0 20px 48px #0000001a}.co-loc-map-wrap{background:var(--gray-50);width:100%;height:240px;position:relative;overflow:hidden}.co-loc-map{filter:saturate(.85);border:none;width:100%;height:100%}.co-loc-map-overlay{pointer-events:none;position:absolute;inset:0;box-shadow:inset 0 -40px 30px -20px #fff6}.co-loc-card-info{padding:24px;position:relative}.co-loc-card-dot{border:3px solid #fff;border-radius:50%;width:16px;height:16px;position:absolute;top:-8px;left:24px;box-shadow:0 2px 8px #00000026}.co-loc-card-info h3{color:var(--gray-800);margin-bottom:10px;font-size:1.05rem;font-weight:700}.co-loc-addr-v3{color:var(--gray-500);white-space:pre-line;margin-bottom:14px;font-size:.8rem;line-height:1.6}.co-loc-contact-row{color:var(--gray-400);gap:16px;font-size:.76rem;font-weight:500;display:flex}@media (width<=768px){.co-vision-banner{border-radius:var(--radius-sm);padding:48px 28px}.co-values{grid-template-columns:1fr}.co-biz-grid{grid-template-columns:1fr 1fr}.co-leader-card{max-width:100%}.co-dept-grid{grid-template-columns:repeat(3,1fr)}.co-locations-grid-v3{grid-template-columns:1fr}.co-tabs{justify-content:flex-start;gap:0;overflow-x:auto}.co-tab{white-space:nowrap;padding:8px 16px;font-size:.75rem}}@media (width<=500px){.co-org-grid,.co-cert-grid{grid-template-columns:1fr}}
