:root{--navy:#06182b;--navy-2:#0b2a49;--ink:#122033;--muted:#637083;--line:#dce3eb;--paper:#f5f8fb;--white:#fff;--orange:#f36b21;--orange-dark:#c84c0e;--blue:#1e78c7;--radius:10px;--shadow:0 18px 50px rgba(7,27,50,.12);font-family:Inter,Noto Sans SC,Microsoft YaHei,sans-serif;color:var(--ink);background:var(--paper);font-synthesis:none}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-size:1rem;line-height:1.65}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.site-header{height:78px;padding:0 max(24px,calc((100vw - 1240px)/2));display:flex;align-items:center;justify-content:space-between;background:#06182bf2;color:#fff;position:sticky;top:0;z-index:20;backdrop-filter:blur(14px)}.brand{display:flex;align-items:center;gap:12px}.brand-mark{display:grid;place-items:center;width:42px;height:42px;background:var(--orange);clip-path:polygon(0 0,78% 0,100% 50%,78% 100%,0 100%,18% 50%);font-weight:900}.brand strong{display:block;letter-spacing:.14em}.brand small{display:block;color:#a9bed2;font-size:.75rem}.site-header nav{display:flex;align-items:center;gap:28px}.site-header nav a{font-size:.92rem;color:#d9e5ef}.site-header nav a:hover{color:#fff}.nav-cta{border:1px solid #ffffff50;padding:9px 16px}.hero{min-height:690px;background:radial-gradient(circle at 82% 20%,#174e79 0,transparent 33%),linear-gradient(125deg,#06182b,#0a2947 60%,#071b30);color:#fff;display:grid;grid-template-columns:minmax(0,1fr) minmax(460px,.9fr);align-items:center;overflow:hidden;padding-left:max(24px,calc((100vw - 1240px)/2))}.hero__copy{padding:80px 32px 80px 0;position:relative;z-index:2}.eyebrow{color:var(--orange);font-weight:800;letter-spacing:.16em;font-size:.78rem;margin:0 0 12px;text-transform:uppercase}.hero h1{font-size:clamp(3rem,6vw,5.7rem);line-height:1.02;letter-spacing:-.045em;margin:0 0 28px}.hero h1 span{color:#a9cbe7}.hero__lead{font-size:1.18rem;color:#c6d5e2;max-width:640px}.hero__actions,.card-actions{display:flex;gap:12px;align-items:center;flex-wrap:wrap;margin-top:30px}.button{display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--orange);background:var(--orange);color:#fff;padding:12px 20px;min-height:48px;font-weight:750;cursor:pointer;transition:.2s}.button:hover{background:var(--orange-dark);border-color:var(--orange-dark)}.button--ghost{background:transparent;color:var(--navy);border-color:#9eacba}.button--ghost-light{background:transparent;border-color:#fff5}.hero__facts{display:flex;gap:34px;margin:54px 0 0}.hero__facts div{padding-left:15px;border-left:2px solid var(--orange)}.hero__facts dt{font-size:1.6rem;font-weight:850}.hero__facts dd{margin:0;color:#9fb5c9;font-size:.8rem}.hero__visual{height:100%;display:flex;align-items:center;position:relative}.hero__visual:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#06182b 0,transparent 28%),linear-gradient(0deg,#06182b 0,transparent 25%);z-index:1}.hero__visual img{width:100%;height:100%;object-fit:cover}.section,.page-shell{max-width:1240px;margin:auto;padding:96px 24px}.section-heading{max-width:760px;margin-bottom:42px}.section-heading h2,.page-heading h1{font-size:clamp(2rem,4vw,3.5rem);line-height:1.12;margin:0 0 16px;letter-spacing:-.03em}.section-heading>p:last-child,.page-heading>p:last-child{color:var(--muted)}.category-grid{display:grid;grid-template-columns:repeat(5,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}.category-tile{min-height:270px;padding:28px 22px;background:#fff;border-right:1px solid var(--line);border-bottom:1px solid var(--line);display:flex;flex-direction:column}.category-tile>span{color:var(--orange);font-weight:800}.category-tile h3{font-size:1.35rem;margin:28px 0 8px}.category-tile p{font-size:.9rem;color:var(--muted);flex:1}.category-tile a{color:var(--blue);font-weight:700}.category-tile small{color:#8a94a1}.category-tile--reserved{background:#edf2f6}.featured-section{padding-top:40px}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.product-card{background:#fff;border:1px solid var(--line);box-shadow:0 4px 20px #071b320a;height:100%;transition:transform .2s,box-shadow .2s}.product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.product-card__image{display:block;height:280px;background:#e8eef3;overflow:hidden}.product-card__image img{width:100%;height:100%;object-fit:cover}.product-card__body{padding:24px}.product-card h2{font-size:1.28rem;margin:0 0 8px}.product-card__body>p:not(.eyebrow){color:var(--muted)}.card-actions .button{padding:9px 13px;min-height:42px;font-size:.88rem}.quote-note{margin-bottom:96px;background:var(--navy);color:#fff;display:grid;grid-template-columns:1fr 1.2fr auto;align-items:center;gap:42px;padding:52px}.quote-note h2{margin:0;font-size:2rem}.quote-note>p{color:#c1d0dd}.site-footer{background:#041321;color:#aec0d0;display:grid;grid-template-columns:1fr 1fr;gap:40px;padding:52px max(24px,calc((100vw - 1240px)/2))}.site-footer strong{color:#fff;letter-spacing:.15em}.page-heading{max-width:850px;margin-bottom:42px}.catalog-toolbar{display:flex;justify-content:space-between;gap:24px;margin-bottom:32px}.catalog-toolbar input{min-width:290px;border:1px solid var(--line);padding:12px 15px;background:#fff}.filter-chips{display:flex;gap:8px;flex-wrap:wrap}.filter-chips button{border:1px solid var(--line);background:#fff;padding:10px 14px;cursor:pointer}.filter-chips button.active{background:var(--navy);color:#fff;border-color:var(--navy)}.empty-result{padding:50px;text-align:center;background:#fff}.inquiry-tray{position:fixed;right:22px;bottom:22px;background:var(--orange);color:#fff;padding:13px 18px;box-shadow:var(--shadow);z-index:30}.inquiry-tray strong{display:inline-grid;place-items:center;background:#fff;color:var(--orange);border-radius:50%;min-width:24px;height:24px;margin-left:7px}.breadcrumb{display:flex;gap:10px;color:var(--muted);font-size:.9rem;margin-bottom:28px}.product-hero{display:grid;grid-template-columns:1.1fr .9fr;background:#fff;border:1px solid var(--line)}.product-hero__image{min-height:530px;background:#e7edf2}.product-hero__image img{width:100%;height:100%;object-fit:cover}.product-hero__copy{padding:56px}.product-hero__copy h1{font-size:clamp(2.4rem,5vw,4.2rem);line-height:1.05;margin:0 0 12px}.product-name{color:var(--muted);font-size:1.1rem}.price-explanation{border-left:3px solid var(--orange);background:var(--paper);padding:16px 18px;margin-top:28px}.price-explanation strong,.price-explanation span{display:block}.price-explanation span{color:var(--muted);font-size:.9rem}.spec-section{padding:80px 0}.spec-grid{display:grid;grid-template-columns:repeat(2,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line);margin:0}.spec-grid div{display:grid;grid-template-columns:160px 1fr;border-right:1px solid var(--line);border-bottom:1px solid var(--line);background:#fff}.spec-grid dt,.spec-grid dd{padding:16px;margin:0}.spec-grid dt{color:var(--muted);background:#eef3f7}.spec-grid dd{font-weight:650}.prose-page{max-width:960px}.prose-page section{background:#fff;padding:35px;margin-bottom:18px;border-left:3px solid var(--blue)}.prose-page h2{margin-top:0}.prose-page li{margin-bottom:8px}.inquiry-form,.visit-form{background:#fff;border:1px solid var(--line);padding:38px}.inquiry-form>section{padding-bottom:28px;border-bottom:1px solid var(--line);margin-bottom:28px}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.inquiry-form label,.visit-form label{display:grid;gap:7px;font-weight:650;margin-bottom:18px}.inquiry-form input,.inquiry-form textarea,.visit-form input,.visit-form textarea{border:1px solid #b8c3ce;padding:12px;background:#fff}.inquiry-item{grid-template-columns:1fr 100px!important;align-items:center}.consent{display:flex!important;align-items:center;font-weight:400!important}.form-note{color:var(--muted);font-size:.9rem}@media(max-width:900px){.site-header{height:auto;padding:14px 18px}.site-header nav a:not(.nav-cta){display:none}.hero{grid-template-columns:1fr;padding:0}.hero__copy{padding:65px 22px 30px}.hero__visual{height:360px}.hero__facts{gap:16px;flex-wrap:wrap}.category-grid,.product-grid{grid-template-columns:repeat(2,1fr)}.quote-note,.product-hero{grid-template-columns:1fr}.product-hero__image{min-height:360px}.product-hero__copy{padding:32px}.catalog-toolbar{display:block}.catalog-toolbar input{width:100%;margin-bottom:16px}}@media(max-width:600px){.brand small{display:none}.hero h1{font-size:3rem}.hero__facts dd{max-width:100px}.section,.page-shell{padding:62px 16px}.category-grid,.product-grid,.form-grid,.site-footer{grid-template-columns:1fr}.category-tile{min-height:220px}.product-card__image{height:250px}.quote-note{margin:0 16px 60px;padding:32px 24px}.spec-grid{grid-template-columns:1fr}.spec-grid div{grid-template-columns:125px 1fr}.inquiry-form,.visit-form{padding:22px}.site-footer{padding:42px 20px}}.honeypot{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}.form-status{color:var(--navy);font-weight:700}.inquiry-form,.visit-form{background:var(--white);border:1px solid var(--line);padding:clamp(24px,4vw,44px);box-shadow:0 24px 60px #061f370f}.inquiry-form input,.inquiry-form textarea,.visit-form input,.visit-form textarea{width:100%;border:1px solid #aebdc6;border-radius:0;background:var(--white);color:var(--ink);padding:13px 14px;transition:border-color var(--transition),box-shadow var(--transition)}.inquiry-form input:focus,.inquiry-form textarea:focus,.visit-form input:focus,.visit-form textarea:focus{outline:none;border-color:var(--navy-900);box-shadow:0 0 0 3px #0a31541f}.inquiry-form label,.visit-form label{color:var(--navy-900)}.form-panel{position:relative}.form-panel:before{content:"VISIT / REQUEST";display:block;margin-bottom:14px;color:var(--muted);font-size:.68rem;font-weight:800;letter-spacing:.18em}.catalog-toolbar{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:20px;padding:18px;background:var(--white);border:1px solid var(--line)}.catalog-toolbar input{min-width:300px;border:1px solid #aebdc6;background:var(--paper);padding:12px 14px}.filter-chips{display:flex;flex-wrap:wrap;gap:8px}.filter-chips button{border:1px solid var(--line);background:transparent;color:var(--navy-900);padding:9px 13px;font-weight:700;cursor:pointer;transition:color var(--transition),background var(--transition),border-color var(--transition)}.filter-chips button:hover,.filter-chips button.active{border-color:var(--navy-900);background:var(--navy-900);color:var(--white)}.subcategory-toolbar{display:flex;align-items:center;gap:14px;margin:0 0 32px;padding:14px 16px;background:var(--ice);border-left:3px solid var(--red-600)}.subcategory-toolbar>span{font-weight:800;white-space:nowrap}.spec-pending{padding:24px;background:#fff;border:1px solid var(--line);color:var(--muted)}.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.product-grid>div{min-width:0}.product-card{height:100%;display:flex;flex-direction:column;background:var(--white);border:1px solid var(--line);box-shadow:none;transition:transform var(--transition),border-color var(--transition)}.product-card:hover{transform:translateY(-3px);border-color:#9fb0ba;box-shadow:none}.product-card__image{display:block;height:auto;aspect-ratio:4 / 3;overflow:hidden;background:#edf1f3}.product-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .26s ease}.product-card:hover .product-card__image img{transform:scale(1.025)}.product-card__body{display:flex;flex:1;flex-direction:column;padding:24px}.product-card__meta{display:flex;justify-content:space-between;gap:12px}.product-card__meta .eyebrow{margin-bottom:14px}.product-card__meta small{color:var(--muted);font-size:.67rem;letter-spacing:.08em}.product-card__summary{display:-webkit-box;min-height:3.3em;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical;color:var(--muted)}.product-card .card-actions{margin-top:auto;padding-top:16px}.product-gallery{min-width:0;background:#e7edf2}.product-hero--editorial{border-color:var(--line);box-shadow:0 28px 70px #061f3712}.product-hero--editorial .product-hero__copy{position:relative}.product-hero--editorial .product-hero__copy:before{content:"PRODUCT / VERIFIED";display:block;margin-bottom:32px;color:var(--muted);font-size:.66rem;font-weight:800;letter-spacing:.18em}.product-gallery__thumbs{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;padding:10px;background:#fff}.product-gallery__thumb{padding:0;aspect-ratio:4 / 3;overflow:hidden;border:2px solid transparent;background:#e7edf2;cursor:pointer}.product-gallery__thumb img{width:100%;height:100%;object-fit:cover}.product-gallery__thumb.active{border-color:var(--red-600)}.spec-section .section-heading{border-top:1px solid var(--line);padding-top:30px}.spec-grid{border-color:var(--line)}.spec-grid dt{background:var(--ice);color:var(--navy-700)}.spec-grid dd{background:var(--white)}@media(max-width:900px){.catalog-toolbar{display:block}.catalog-toolbar input{width:100%;margin-bottom:16px}.subcategory-toolbar{align-items:flex-start;flex-direction:column}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:520px){.product-grid{grid-template-columns:1fr}}:root{--navy-950: #061f37;--navy-900: #0a3154;--navy-700: #31526a;--red-600: #e43630;--paper: #f8fafb;--porcelain: #f4f6f5;--ice: #dfeaf0;--sand: #e9e3d7;--mist-red: #eadfdf;--ink: #102c40;--muted: #647783;--line: #cbd5db;--white: #fff;--content-width: 1240px;--transition: .2s ease;--navy: var(--navy-950);--navy-2: var(--navy-900);--orange: var(--red-600);--orange-dark: #bc2a25;--blue: var(--navy-700);--radius: 2px}body{background:var(--paper);color:var(--ink)}a,button{outline-offset:4px}.site-header{min-height:98px;height:auto;display:grid;grid-template-columns:170px 1fr 170px;align-items:center;padding:0 max(24px,calc((100vw - var(--content-width)) / 2));position:relative;top:auto;color:var(--navy-900);background:var(--paper);border-bottom:1px solid var(--line);backdrop-filter:none}.brand{width:fit-content}.brand img{display:block;width:78px;height:78px;object-fit:contain}.primary-nav{justify-self:center;display:flex;align-items:center;gap:clamp(28px,4vw,58px)}.site-header .primary-nav a{position:relative;padding:36px 0;color:var(--navy-900);font-size:1.04rem;font-weight:800}.site-header .primary-nav a:after{content:"";position:absolute;right:0;bottom:29px;left:0;height:2px;background:var(--red-600);transform:scaleX(0);transition:transform var(--transition)}.site-header .primary-nav a:hover{color:var(--navy-950)}.site-header .primary-nav a:hover:after{transform:scaleX(1)}.nav-toggle{display:none;border:1px solid var(--line);background:transparent;color:var(--navy-900);padding:9px 13px;font-weight:800;cursor:pointer}.site-header>.nav-cta{justify-self:end;border:0;padding:13px 17px;background:var(--navy-900);color:var(--white);font-weight:800;transition:background var(--transition)}.site-header>.nav-cta:hover{background:var(--navy-950)}.home{background:var(--paper)}.trust-hero{min-height:540px;display:flex;align-items:center;padding:72px max(24px,calc((100vw - var(--content-width)) / 2));color:var(--white);background-image:linear-gradient(90deg,#061f37f0,#082b49bf 68%,#071d324d),url(/brand/global-trust-hero.png);background-size:cover;background-position:center}.trust-hero__content{max-width:780px}.trust-hero__brand{display:flex;align-items:baseline;gap:16px}.trust-hero__brand strong{color:var(--red-600);font-size:clamp(1.8rem,3vw,2.6rem);letter-spacing:.15em;line-height:1}.trust-hero__brand span{color:#d5e0e7;font-size:.72rem;font-weight:700;letter-spacing:.2em}.trust-hero h1{margin:18px 0 20px;color:var(--white);font-size:clamp(4rem,8vw,7rem);line-height:.92;letter-spacing:-.07em}.trust-hero__content>p{margin:0;color:#dce6ec;font-size:1rem;font-weight:700;letter-spacing:.12em}.home-paths{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border-bottom:1px solid var(--line)}.home-path{min-height:160px;position:relative;overflow:hidden;padding:30px 28px;border-right:1px solid var(--line);color:var(--navy-900);isolation:isolate}.home-path:before{content:"";position:absolute;inset:auto -6% -36% 42%;width:170px;height:170px;border:1px solid currentColor;border-radius:50%;opacity:.08;z-index:-1}.home-path--products{background:var(--porcelain)}.home-path--company{background:var(--ice)}.home-path--visit{background:var(--sand)}.home-path--inquiry{background:var(--mist-red);border-right:0}.home-path small{color:var(--muted);font-weight:700;letter-spacing:.15em}.home-path strong{display:block;margin-top:20px;font-size:1.15rem}.home-path>span{position:absolute;right:24px;bottom:22px;color:var(--red-600);font-size:1.35rem;transition:transform var(--transition)}.home-path:hover>span{transform:translate(3px,-3px)}.page-heading{position:relative;padding-left:22px}.page-heading:before{content:"";position:absolute;top:4px;bottom:4px;left:0;width:3px;background:var(--red-600)}.editorial-page{max-width:var(--content-width)}.editorial-page__heading{max-width:900px}.editorial-page__content{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;background:var(--line);border:1px solid var(--line)}.prose-page .editorial-page__content>section{min-width:0;margin:0;padding:34px;background:var(--white);border:0}.editorial-page__content>section>span{color:var(--red-600);font-size:.7rem;font-weight:800;letter-spacing:.14em}.editorial-page__content h2{margin-top:28px;color:var(--navy-900)}.editorial-page__content p,.editorial-page__content li{color:var(--muted)}.visit-page,.inquiry-page{max-width:1040px}.site-footer{grid-template-columns:1fr 1fr;gap:40px;background:var(--navy-950);padding:52px max(24px,calc((100vw - var(--content-width)) / 2))}@media(max-width:760px){.site-header{min-height:82px;grid-template-columns:1fr auto auto;column-gap:10px;padding:0 18px}.nav-toggle{display:inline-flex}.site-header .primary-nav{display:none;position:absolute;top:100%;right:0;left:0;padding:18px;background:var(--paper);border-bottom:1px solid var(--line);z-index:25}.site-header[data-menu-open] .primary-nav{display:flex;flex-direction:column;align-items:stretch;gap:0}.site-header[data-menu-open] .primary-nav a{padding:13px 6px}.site-header[data-menu-open] .primary-nav a:after{bottom:7px}.brand img{width:64px;height:64px}.site-header>.nav-cta{padding:10px 12px;font-size:.88rem}.trust-hero{min-height:460px;padding-inline:20px;background-position:58% center}.trust-hero__brand{align-items:flex-start;flex-direction:column;gap:8px}.home-paths{grid-template-columns:repeat(2,minmax(0,1fr))}.home-path{min-height:145px;padding:24px 20px}.editorial-page__content{grid-template-columns:1fr}}@media(max-width:420px){.site-header>.nav-cta span{display:none}.trust-hero h1{font-size:3.8rem}}@media(max-width:520px){.form-grid,.site-footer{grid-template-columns:1fr}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}html[lang=en] .page-heading h1{max-width:950px;font-size:clamp(32px,5vw,64px);line-height:1.1}html[lang=en] .showroom-hero__copy h1>span{max-width:620px}.site-header{grid-template-columns:auto minmax(0,1fr) auto auto;column-gap:24px}.site-header>.nav-cta{min-height:44px;display:inline-flex;align-items:center;gap:12px;white-space:nowrap}.language-picker{position:relative;justify-self:end;z-index:40}.language-trigger{display:flex;align-items:center;gap:9px;min-height:44px;padding:0 0 0 22px;border-left:1px solid var(--line);color:var(--navy-900);font-size:14px;font-weight:600;white-space:nowrap;cursor:pointer;list-style:none}.language-trigger::-webkit-details-marker{display:none}.language-globe{width:20px;height:20px}.language-chevron{width:14px;height:14px;transition:transform var(--transition)}.language-picker[open] .language-chevron{transform:rotate(180deg)}.language-trigger:hover,.language-picker[open] .language-trigger{color:var(--red-600)}.language-trigger:focus-visible,.language-option:focus-visible{outline:2px solid var(--navy-700);outline-offset:4px}.language-panel{position:absolute;top:calc(100% + 16px);right:0;width:240px;max-width:calc(100vw - 32px);padding:12px;background:var(--white);border:1px solid var(--line);border-top:2px solid var(--navy-900);box-shadow:0 12px 36px #061f371a}.language-panel>p{margin:4px 10px 12px;font-size:10px;color:var(--muted);letter-spacing:.12em}.language-option{display:flex;align-items:center;justify-content:space-between;min-height:62px;padding:10px 12px;color:var(--navy-900);font-size:14px;font-weight:600}.language-option small{display:block;margin-top:3px;font-size:11px;color:var(--muted);font-weight:400}.language-option:hover{background:var(--paper)}.language-option[aria-current]{background:#edf3f7}.language-option>svg{width:18px;height:18px;color:var(--red-600)}@media(min-width:761px)and (max-width:1050px){.site-header{column-gap:16px;padding-inline:20px}.primary-nav{gap:20px}.site-header .primary-nav a{font-size:14px}.site-header>.nav-cta{font-size:13px;padding-inline:12px}.language-trigger{padding-left:14px;gap:6px;font-size:13px}}@media(max-width:760px){.site-header{grid-template-columns:minmax(48px,1fr) auto auto auto;column-gap:10px;padding-inline:16px}.site-header .nav-toggle{min-height:44px;padding:8px;font-size:12px}.site-header>.nav-cta{padding-inline:10px;font-size:12px}.language-trigger{padding-left:10px;gap:5px;font-size:12px}.language-globe{width:17px;height:17px}.language-chevron{width:12px}.language-panel{top:calc(100% + 10px)}}@media(max-width:380px){.site-header{column-gap:7px;padding-inline:12px}.brand img{width:48px;height:56px}.language-trigger{padding-left:7px}.language-chevron{display:none}}
