:root {
  --ink: #0b1420; --muted: #647182; --line: #dce2e8; --paper: #fff; --soft: #f3f6f8;
  --blue: #0076c8; --cyan: #00a2e8; --red: #dd1f2f; --navy: #06111e; --navy2: #0a1e32;
  --shell: min(1240px, calc(100vw - 64px));
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 108px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Arial, "Noto Sans SC", "Microsoft YaHei", sans-serif; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
a { color: inherit; text-decoration: none; } img { display: block; max-width: 100%; } button, input, textarea, select { font: inherit; } button { color: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.skip-link { position: fixed; left: 20px; top: -80px; z-index: 1000; background: white; padding: 12px 18px; transition: top .2s; }
.skip-link:focus { top: 20px; }

.announcement { background: #05101c; color: rgba(255,255,255,.68); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.announcement-inner { height: 34px; display: flex; align-items: center; gap: 10px; }
.announcement-inner > i, .factory-caption i { width: 6px; height: 6px; border-radius: 50%; background: #32d486; box-shadow: 0 0 0 4px rgba(50,212,134,.12); flex: 0 0 auto; }
.announcement-inner a { margin-left: auto; color: white; letter-spacing: .02em; text-transform: none; }
.announcement-inner a span { color: var(--cyan); margin-left: 4px; }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.97); border-bottom: 1px solid rgba(11,20,32,.08); transition: box-shadow .25s; }
.site-header.scrolled { box-shadow: 0 12px 36px rgba(12,29,47,.08); }
.nav-wrap { height: 78px; display: flex; align-items: center; gap: 40px; }
.brand { width: 264px; flex: 0 0 auto; overflow: hidden; }
.brand img { width: 264px; }
.desktop-nav { display: flex; align-items: center; gap: 28px; margin-left: auto; }
.desktop-nav a { position: relative; font-size: 13px; font-weight: 700; color: #2e3947; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -10px; height: 2px; background: var(--blue); transition: right .25s; }
.desktop-nav a:hover::after { right: 0; }
.nav-actions { display: flex; align-items: center; gap: 12px; }
.lang-switch { border: 0; background: transparent; height: 38px; display: flex; align-items: center; gap: 7px; cursor: pointer; font-size: 10px; font-weight: 800; color: var(--muted); }
.lang-switch b { color: var(--ink); }.lang-switch i { width: 22px; height: 12px; border-radius: 10px; background: #dce3e9; position: relative; }
.lang-switch i::after { content: ""; position: absolute; width: 8px; height: 8px; border-radius: 50%; background: var(--blue); left: 2px; top: 2px; }
.nav-cta { background: var(--ink); color: white; height: 42px; padding: 0 18px; display: inline-flex; align-items: center; gap: 22px; font-size: 12px; font-weight: 800; transition: .2s; }
.nav-cta:hover { background: var(--blue); transform: translateY(-1px); }
.nav-cta span { font-size: 16px; }
.menu-button { display: none; width: 42px; height: 42px; background: var(--ink); border: 0; padding: 12px; cursor: pointer; }
.menu-button span { display: block; height: 1px; background: white; margin: 5px 0; }
.mobile-panel { display: none; }

.hero { min-height: 704px; position: relative; overflow: hidden; background: radial-gradient(circle at 76% 36%, #113554 0, var(--navy2) 25%, var(--navy) 62%); color: white; }
.hero::before { content: ""; position: absolute; width: 780px; aspect-ratio: 1; border-radius: 50%; right: -5%; bottom: -52%; border: 1px solid rgba(94,184,240,.14); box-shadow: 0 0 0 90px rgba(71,160,218,.035), 0 0 0 180px rgba(71,160,218,.025); }
.hero::after { content: "WNM"; position: absolute; right: -18px; bottom: -86px; color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,.055); font-weight: 900; font-size: 290px; letter-spacing: -.08em; line-height: 1; }
.grid-bg { position: absolute; inset: 0; opacity: .28; background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 68px 68px; mask-image: linear-gradient(to right, #000, transparent 72%); }
.hero-layout { min-height: 704px; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 52px; padding: 72px 0 82px; position: relative; z-index: 2; }
.eyebrow { display: flex; align-items: center; gap: 12px; color: var(--blue); font-size: 10px; font-weight: 900; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow > span { width: 26px; height: 2px; background: currentColor; }.eyebrow.light { color: #63c8ff; }
.hero h1 { font-size: clamp(60px,5.5vw,86px); line-height: .96; letter-spacing: -.065em; margin: 25px 0 28px; max-width: 720px; font-weight: 800; }
.hero h1 span, .hero h1 em { display: block; }.hero h1 em { font-style: normal; color: transparent; -webkit-text-stroke: 1.5px rgba(255,255,255,.68); }
.hero-copy > p { max-width: 620px; color: rgba(255,255,255,.66); font-size: 17px; line-height: 1.75; margin: 0; }
.hero-actions { display: flex; gap: 12px; margin-top: 34px; }
.button { min-height: 52px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: center; gap: 34px; font-size: 12px; font-weight: 900; }
.button.primary { background: var(--blue); }.button.primary:hover { background: #078bdc; }.button.ghost { border: 1px solid rgba(255,255,255,.22); }.button.ghost:hover { border-color: rgba(255,255,255,.55); background: rgba(255,255,255,.05); }
.standards { margin-top: 34px; display: flex; align-items: center; gap: 11px; color: rgba(255,255,255,.5); font-size: 9px; font-weight: 800; letter-spacing: .12em; }
.standards i { width: 3px; height: 3px; border-radius: 50%; background: rgba(255,255,255,.28); }
.motor-stage { height: 520px; position: relative; isolation: isolate; }
.orbit { position: absolute; border: 1px solid rgba(93,197,255,.18); border-radius: 50%; z-index: -1; }.orbit-one { width: 510px; height: 510px; right: -24px; top: 5px; }.orbit-two { width: 390px; height: 390px; right: 36px; top: 66px; border-style: dashed; animation: spin 28s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.stage-label { position: absolute; left: 0; top: 28px; z-index: 3; padding: 18px 20px; background: rgba(5,18,31,.72); border-left: 2px solid var(--cyan); backdrop-filter: blur(16px); display: grid; gap: 5px; max-width: 250px; }
.stage-label small { color: #5ec9ff; text-transform: uppercase; font-weight: 900; font-size: 8px; letter-spacing: .16em; }.stage-label strong { font-size: 15px; }.stage-label span { color: rgba(255,255,255,.5); font-size: 10px; }
.motor-image { position: absolute; width: 560px; right: -10px; top: 95px; filter: drop-shadow(0 35px 38px rgba(0,0,0,.46)); }
.motor-image::before { content: ""; position: absolute; inset: 19% 2% 10% 6%; background: white; border-radius: 50%; filter: blur(55px); opacity: .76; z-index: -1; }
.motor-image img { width: 100%; clip-path: inset(3% 2% 3% 2% round 48%); filter: contrast(1.06) saturate(.9); }
.image-proof { position: absolute; right: 2px; bottom: 63px; display: flex; align-items: center; gap: 8px; color: rgba(255,255,255,.58); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.image-proof b { width: 18px; height: 18px; border-radius: 50%; display: grid; place-items: center; color: #071321; background: #4ed99b; font-size: 11px; }
.stage-index { position: absolute; bottom: 20px; left: 12px; font-size: 24px; font-weight: 900; letter-spacing: -.04em; }.stage-index span { font-size: 9px; color: rgba(255,255,255,.35); }

.proof-strip { border-bottom: 1px solid var(--line); }.proof-grid { display: grid; grid-template-columns: repeat(5,1fr); }
.proof-item { min-height: 124px; padding: 26px 24px; border-right: 1px solid var(--line); display: flex; flex-direction: column; justify-content: center; }.proof-item:first-child { border-left: 1px solid var(--line); }
.proof-item strong { font-size: 28px; letter-spacing: -.05em; }.proof-item span { margin-top: 8px; color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .1em; font-weight: 700; }

.section { padding: 126px 0; }
.section-heading { display: grid; grid-template-columns: minmax(0,1.12fr) minmax(320px,.58fr); gap: 90px; align-items: end; margin-bottom: 58px; }
.section-heading h2, .compact-heading h2 { margin: 20px 0 0; font-size: clamp(42px,4.2vw,64px); line-height: 1.03; letter-spacing: -.055em; max-width: 780px; }
.section-heading > p, .section-heading > div > p, .compact-heading > p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.75; }

.story { background: #f8fafb; }.story-grid { display: grid; grid-template-columns: .74fr 1.26fr; gap: 28px; }
.story-anchor { min-height: 590px; background: var(--ink); color: white; position: relative; overflow: hidden; padding: 44px; display: flex; flex-direction: column; justify-content: flex-end; }
.story-anchor::before { content: ""; position: absolute; width: 480px; height: 480px; border: 1px solid rgba(255,255,255,.09); border-radius: 50%; top: -160px; right: -170px; box-shadow: 0 0 0 70px rgba(255,255,255,.018),0 0 0 140px rgba(255,255,255,.012); }
.heritage-year { position: absolute; left: 34px; top: 16px; font-size: 150px; font-weight: 900; letter-spacing: -.1em; color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,.14); }
.story-anchor > p { font-size: 31px; line-height: 1.15; letter-spacing: -.04em; max-width: 370px; margin: 0 0 46px; position: relative; }
.heritage-mark { border-top: 1px solid rgba(255,255,255,.15); padding-top: 24px; display: flex; align-items: end; gap: 14px; position: relative; }.heritage-mark span { font-size: 40px; font-weight: 900; letter-spacing: -.08em; color: #20a5e9; }.heritage-mark small { color: rgba(255,255,255,.42); font-size: 8px; letter-spacing: .16em; margin-bottom: 5px; }
.timeline { display: grid; border-top: 1px solid var(--line); }.timeline-item { min-height: 148px; display: grid; grid-template-columns: 90px 1fr 44px; gap: 24px; align-items: center; border-bottom: 1px solid var(--line); padding: 20px 16px 20px 0; }
.timeline-year { color: var(--blue); font-size: 14px; font-weight: 900; }.timeline-item h3 { margin: 0 0 10px; font-size: 22px; letter-spacing: -.03em; }.timeline-item p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }.timeline-no { color: #b9c1c9; font-size: 10px; font-weight: 800; justify-self: end; }

.customer-section { padding: 100px 0 112px; }.compact-heading { display: grid; grid-template-columns: 1fr .6fr; gap: 80px; align-items: end; margin-bottom: 40px; }.compact-heading h2 { font-size: clamp(38px,3.5vw,54px); }
.customer-grid { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.customer-name { min-height: 96px; display: grid; place-items: center; text-align: center; padding: 16px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); color: #566270; font-size: 14px; font-weight: 900; letter-spacing: .055em; transition: .2s; }.customer-name:hover { color: var(--blue); background: #f7fafc; }
.source-note { margin-top: 18px; color: #7a8693; font-size: 10px; display: flex; align-items: center; gap: 8px; }.source-note span { width: 16px; height: 16px; border: 1px solid #aab4bd; border-radius: 50%; display: grid; place-items: center; font-family: Georgia,serif; }

.manufacturing { background: #06111e; color: white; position: relative; overflow: hidden; }.manufacturing::after { content: "MANUFACTURING"; position: absolute; left: 50%; bottom: -38px; transform: translateX(-50%); font-size: 150px; letter-spacing: -.06em; font-weight: 900; color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,.035); white-space: nowrap; }
.section-heading.inverse h2 { color: white; }.section-heading.inverse p { color: rgba(255,255,255,.58); }.text-link { display: inline-flex; align-items: center; gap: 9px; margin-top: 21px; font-size: 11px; font-weight: 900; color: #69cbff; border-bottom: 1px solid currentColor; padding-bottom: 4px; }
.manufacturing-visual { height: 560px; display: grid; grid-template-columns: 1.5fr .6fr .6fr; grid-template-rows: 1fr 1fr; gap: 12px; position: relative; }
.factory-main { grid-row: 1/3; position: relative; overflow: hidden; background: #10263a; }.factory-main::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top,rgba(1,9,17,.74),transparent 58%); }.factory-main img { width: 100%; height: 100%; object-fit: cover; object-position: left center; transform: scale(1.04); }
.factory-caption { position: absolute; z-index: 2; left: 26px; bottom: 24px; display: flex; align-items: center; gap: 10px; font-size: 10px; letter-spacing: .05em; }
.factory-detail { overflow: hidden; background: #17324a; }.factory-detail img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.8) contrast(1.05); transition: transform .6s; }.factory-detail:hover img { transform: scale(1.06); }
.factory-stat { background: var(--blue); padding: 24px; display: flex; flex-direction: column; justify-content: flex-end; }.factory-stat strong { font-size: 54px; letter-spacing: -.06em; line-height: .9; }.factory-stat span { margin-top: 12px; font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }.factory-stat.secondary { background: #10263a; }
.capability-grid { margin-top: 34px; display: grid; grid-template-columns: repeat(5,1fr); border-top: 1px solid rgba(255,255,255,.12); border-left: 1px solid rgba(255,255,255,.12); position: relative; z-index: 2; }.capability-card { min-height: 220px; border-right: 1px solid rgba(255,255,255,.12); border-bottom: 1px solid rgba(255,255,255,.12); padding: 27px 24px; }.capability-card > span { color: #59c8ff; font-size: 9px; font-weight: 900; }.capability-card h3 { margin: 45px 0 13px; font-size: 17px; }.capability-card p { color: rgba(255,255,255,.45); font-size: 12px; line-height: 1.6; margin: 0; }

.product-toolbar { display: flex; border-bottom: 1px solid var(--line); gap: 3px; margin-bottom: 38px; overflow-x: auto; }.product-toolbar button { border: 0; background: transparent; cursor: pointer; padding: 15px 20px; font-size: 11px; color: var(--muted); font-weight: 800; white-space: nowrap; position: relative; }.product-toolbar button::after { content: ""; position: absolute; left: 20px; right: 20px; bottom: -1px; height: 2px; }.product-toolbar button.active { color: var(--ink); }.product-toolbar button.active::after { background: var(--blue); }
.product-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }.product-card { border: 1px solid var(--line); background: white; transition: .25s; }.product-card:hover { transform: translateY(-5px); box-shadow: 0 20px 50px rgba(14,36,56,.1); }
.product-image { height: 274px; position: relative; overflow: hidden; background: linear-gradient(145deg,#f7f9fa,#e8edf1); display: grid; place-items: center; padding: 22px; }.product-image::before { content: ""; position: absolute; width: 210px; height: 210px; border-radius: 50%; border: 1px solid rgba(0,118,200,.13); box-shadow: 0 0 0 36px rgba(0,118,200,.025); }.product-image img { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; position: relative; transition: transform .45s; }.product-card:hover .product-image img { transform: scale(1.045); }
.product-image > span { position: absolute; left: 18px; top: 18px; background: white; border: 1px solid #d9e0e6; padding: 7px 9px; color: var(--blue); font-size: 8px; text-transform: uppercase; letter-spacing: .1em; font-weight: 900; }.product-image > small { position: absolute; right: 17px; bottom: 14px; color: #b7c0c8; font-size: 9px; font-weight: 900; letter-spacing: .12em; }
.product-body { padding: 27px 27px 30px; }.product-title { display: flex; justify-content: space-between; gap: 16px; }.product-title h3 { margin: 0; font-size: 26px; letter-spacing: -.04em; }.product-title > span { color: var(--blue); }.product-body > p { min-height: 68px; color: var(--muted); font-size: 13px; line-height: 1.7; margin: 15px 0 20px; }
.product-body dl { margin: 0; border-top: 1px solid var(--line); }.product-body dl > div { display: flex; justify-content: space-between; gap: 16px; padding: 10px 0; border-bottom: 1px solid var(--line); font-size: 10px; }.product-body dt { color: var(--muted); }.product-body dd { margin: 0; font-weight: 800; text-align: right; }
.tag-row { display: flex; flex-wrap: wrap; gap: 6px; margin: 18px 0 23px; }.tag-row span { background: var(--soft); color: #596675; font-size: 8px; padding: 6px 8px; font-weight: 800; }.product-body > a { font-size: 10px; font-weight: 900; border-bottom: 1px solid #aeb7c0; padding-bottom: 4px; display: inline-flex; gap: 8px; }.product-body > a span { color: var(--blue); }

.selector-section { background: #071522; color: white; position: relative; overflow: hidden; }.selector-section::before { content: ""; position: absolute; inset: 0 50% 0 0; background: radial-gradient(circle at 20% 70%,rgba(0,154,230,.22),transparent 48%); }
.selector-layout { min-height: 620px; padding: 104px 0; display: grid; grid-template-columns: .75fr 1.25fr; gap: 86px; align-items: center; position: relative; }.selector-copy h2 { font-size: clamp(42px,4vw,60px); line-height: 1.02; letter-spacing: -.055em; margin: 22px 0; }.selector-copy > p { color: rgba(255,255,255,.54); line-height: 1.75; font-size: 14px; }.selector-steps { display: flex; align-items: center; gap: 8px; margin-top: 42px; color: rgba(255,255,255,.35); font-size: 8px; font-weight: 900; }.selector-steps i { width: 34px; height: 1px; background: rgba(255,255,255,.16); }
.selector-card { background: white; color: var(--ink); padding: 34px; box-shadow: 0 30px 70px rgba(0,0,0,.22); }.selector-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }.selector-fields label, .inquiry-form label { display: grid; gap: 9px; }.selector-fields label > span, .inquiry-form label > span { font-size: 9px; color: #5c6875; font-weight: 900; text-transform: uppercase; letter-spacing: .1em; }
.selector-fields select { appearance: none; border: 0; border-bottom: 1px solid #bec7cf; border-radius: 0; background: linear-gradient(45deg,transparent 50%,#66717d 50%) calc(100% - 15px) calc(50% + 1px)/5px 5px no-repeat,linear-gradient(135deg,#66717d 50%,transparent 50%) calc(100% - 10px) calc(50% + 1px)/5px 5px no-repeat; min-height: 48px; padding: 0 34px 0 0; color: var(--ink); outline: none; font-size: 13px; }.selector-fields select:focus { border-color: var(--blue); }
.selector-button { width: 100%; min-height: 54px; background: var(--blue); color: white; border: 0; margin-top: 30px; display: flex; align-items: center; justify-content: space-between; padding: 0 20px; font-size: 11px; font-weight: 900; cursor: pointer; }.selector-button:hover { background: #058bdc; }
.recommendation { max-height: 0; opacity: 0; overflow: hidden; transition: .35s; border-left: 3px solid #35ca8a; background: #f1f7f5; padding: 0 20px; display: grid; grid-template-columns: 1fr auto; gap: 20px; align-items: center; }.recommendation.show { max-height: 220px; opacity: 1; margin-top: 16px; padding-top: 18px; padding-bottom: 18px; }.recommendation small { display: block; color: #56806e; font-size: 8px; text-transform: uppercase; letter-spacing: .1em; font-weight: 900; }.recommendation strong { display: block; margin-top: 5px; font-size: 17px; }.recommendation p { margin: 6px 0 0; color: #62726b; font-size: 10px; line-height: 1.5; }.recommendation > a { color: var(--blue); font-size: 9px; font-weight: 900; white-space: nowrap; display: flex; gap: 8px; }

.solutions { background: #f6f8fa; }.solutions-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }.solution-card { min-height: 300px; background: white; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 30px; position: relative; transition: .25s; }.solution-card > span { color: var(--blue); font-size: 9px; font-weight: 900; }.solution-card > i { display: block; width: 34px; height: 1px; background: #c8d0d7; margin: 44px 0 26px; }.solution-card h3 { margin: 0 0 14px; font-size: 22px; letter-spacing: -.035em; }.solution-card p { color: var(--muted); font-size: 12px; line-height: 1.65; max-width: 290px; margin: 0; }.solution-card > a { position: absolute; right: 24px; bottom: 22px; width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid var(--line); color: var(--blue); }.solution-card:hover { background: var(--ink); color: white; }.solution-card:hover p { color: rgba(255,255,255,.5); }.solution-card:hover > a { border-color: rgba(255,255,255,.2); }

.resource-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }.resource-card { min-height: 390px; background: #f5f7f9; border-top: 3px solid transparent; padding: 32px; display: flex; flex-direction: column; transition: .25s; }.resource-card:hover { border-color: var(--blue); transform: translateY(-4px); }.document-icon { width: 52px; height: 64px; border: 1px solid #b7c1c9; position: relative; margin-bottom: 50px; padding: 20px 11px 0; }.document-icon::before { content: ""; position: absolute; right: -1px; top: -1px; width: 16px; height: 16px; border-left: 1px solid #b7c1c9; border-bottom: 1px solid #b7c1c9; background: white; }.document-icon span { display: block; height: 1px; background: #bac3cb; margin: 7px 0; }.resource-card small { color: var(--blue); font-size: 8px; letter-spacing: .13em; font-weight: 900; }.resource-card h3 { margin: 13px 0; font-size: 24px; letter-spacing: -.04em; }.resource-card p { color: var(--muted); font-size: 13px; line-height: 1.7; margin: 0; }.resource-card > a { margin-top: auto; align-self: flex-start; font-size: 10px; font-weight: 900; border-bottom: 1px solid #b5bec6; padding-bottom: 4px; display: inline-flex; gap: 8px; }.resource-card > a span { color: var(--blue); }

.contact-section { background: #06111e; color: white; position: relative; overflow: hidden; padding: 120px 0; }.contact-bg { mask-image: linear-gradient(to left,#000,transparent 82%); opacity: .38; }.contact-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: 90px; position: relative; }.contact-copy h2 { font-size: clamp(48px,5vw,72px); line-height: .99; letter-spacing: -.06em; margin: 22px 0 26px; }.contact-copy > p { color: rgba(255,255,255,.53); font-size: 14px; line-height: 1.75; }.contact-list { margin-top: 42px; border-top: 1px solid rgba(255,255,255,.14); }.contact-list > div { display: grid; grid-template-columns: 115px 1fr; gap: 16px; padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.14); font-size: 10px; }.contact-list span { color: rgba(255,255,255,.38); }.contact-list strong { font-weight: 700; color: rgba(255,255,255,.78); }
.inquiry-form { background: white; color: var(--ink); padding: 38px; }.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }.inquiry-form label { margin-bottom: 24px; }.inquiry-form input, .inquiry-form textarea { width: 100%; border: 0; border-bottom: 1px solid #bdc6ce; border-radius: 0; padding: 9px 0 12px; outline: none; resize: vertical; color: var(--ink); background: transparent; }.inquiry-form input:focus, .inquiry-form textarea:focus { border-color: var(--blue); }.inquiry-form button { width: 100%; height: 56px; border: 0; background: var(--blue); color: white; padding: 0 20px; display: flex; justify-content: space-between; align-items: center; font-size: 11px; font-weight: 900; cursor: pointer; }.inquiry-form button:hover { background: #078bdc; }.inquiry-form > small { display: block; color: #88939e; font-size: 8px; line-height: 1.5; margin-top: 12px; }

footer { background: #030b13; color: white; padding: 68px 0 24px; }.footer-grid { display: grid; grid-template-columns: 2fr repeat(3,1fr); gap: 70px; padding-bottom: 60px; }.footer-brand img { width: 260px; background: white; padding: 6px; }.footer-brand p { color: rgba(255,255,255,.4); font-size: 12px; line-height: 1.7; max-width: 360px; margin: 22px 0 0; }.footer-grid h3 { font-size: 10px; text-transform: uppercase; letter-spacing: .12em; color: rgba(255,255,255,.42); margin: 0 0 22px; }.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; }.footer-grid a { color: rgba(255,255,255,.72); font-size: 11px; margin-bottom: 13px; }.footer-grid a:hover { color: #5bc7ff; }.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); padding-top: 22px; display: flex; justify-content: space-between; gap: 40px; color: rgba(255,255,255,.28); font-size: 8px; line-height: 1.5; }.footer-bottom span:last-child { max-width: 670px; text-align: right; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease,transform .7s ease; }.reveal.visible { opacity: 1; transform: none; }

@media (max-width:1120px) {
  :root { --shell: min(100% - 48px,1100px); }.desktop-nav { display:none; }.nav-actions { margin-left:auto; }.menu-button { display:block; }
  .mobile-panel { display:block; max-height:0; overflow:hidden; background:white; transition:max-height .4s; }.mobile-panel.open { max-height:430px; border-top:1px solid var(--line); }.mobile-panel nav { display:grid; grid-template-columns:1fr 1fr; padding:16px 0 24px; }.mobile-panel a { display:grid; grid-template-columns:34px 1fr auto; gap:8px; padding:15px 0; border-bottom:1px solid var(--line); font-weight:800; font-size:13px; }.mobile-panel a span,.mobile-panel a b { color:var(--blue); font-size:9px; }
  .hero-layout { grid-template-columns:1fr .9fr; gap:10px; }.motor-image { width:470px; right:-34px; }.story-grid { grid-template-columns:.82fr 1.18fr; }.capability-grid { grid-template-columns:repeat(3,1fr); }.product-grid { grid-template-columns:repeat(2,1fr); }
}
@media (max-width:820px) {
  :root { --shell:calc(100vw - 36px); }.announcement-inner { justify-content:center; text-align:center; }.announcement-inner a { display:none; }.brand,.brand img { width:215px; }.nav-cta { display:none; }.nav-wrap { height:70px; gap:12px; }
  .hero { min-height:auto; }.hero-layout { min-height:auto; grid-template-columns:1fr; padding:76px 0 44px; }.hero h1 { font-size:clamp(49px,13vw,72px); }.hero-copy > p { font-size:15px; }.motor-stage { height:440px; margin-top:20px; }.motor-image { width:min(570px,112vw); right:50%; transform:translateX(50%); top:68px; }.stage-label { left:0; top:4px; }.orbit-one { width:420px; height:420px; right:50%; transform:translateX(50%); }.orbit-two { width:320px; height:320px; right:50%; margin-right:-160px; }.hero::after { font-size:170px; bottom:-48px; }
  .proof-grid { grid-template-columns:repeat(2,1fr); }.proof-item { min-height:106px; border-bottom:1px solid var(--line); }.proof-item:nth-child(5) { grid-column:1/3; }.section { padding:92px 0; }.section-heading,.compact-heading { grid-template-columns:1fr; gap:24px; margin-bottom:42px; }.story-grid { grid-template-columns:1fr; }.story-anchor { min-height:430px; }.customer-grid { grid-template-columns:repeat(3,1fr); }
  .manufacturing-visual { height:auto; grid-template-columns:1.3fr .7fr; grid-template-rows:340px 160px; }.factory-main { grid-row:1; grid-column:1/3; }.factory-detail:nth-of-type(4),.factory-stat.secondary { display:none; }.capability-grid { grid-template-columns:repeat(2,1fr); }.product-grid { grid-template-columns:1fr; }.product-image { height:330px; }
  .selector-layout { grid-template-columns:1fr; gap:44px; }.solutions-grid,.resource-grid { grid-template-columns:1fr 1fr; }.contact-layout { grid-template-columns:1fr; gap:50px; }.footer-grid { grid-template-columns:1.8fr 1fr 1fr; }.footer-grid > div:last-child { display:none; }
}
@media (max-width:560px) {
  :root { --shell:calc(100vw - 28px); }.announcement { font-size:8px; letter-spacing:.04em; }.brand { width:168px; }.brand img { width:202px; max-width:none; }.lang-switch { display:none; }.mobile-panel nav { grid-template-columns:1fr; }.hero-layout { padding-top:60px; }.hero-actions { flex-direction:column; }.button { justify-content:space-between; }.standards { gap:7px; font-size:7px; }.motor-stage { height:375px; }.stage-label { max-width:220px; padding:14px; }.motor-image { top:84px; }.image-proof { bottom:40px; }
  .proof-item { padding:18px; }.proof-item strong { font-size:23px; }.section-heading h2,.compact-heading h2 { font-size:40px; }.story-anchor { padding:28px; }.heritage-year { font-size:104px; }.story-anchor > p { font-size:27px; }.timeline-item { grid-template-columns:65px 1fr; gap:14px; }.timeline-no { display:none; }.customer-grid { grid-template-columns:repeat(2,1fr); }.customer-name { font-size:10px; min-height:80px; }
  .manufacturing-visual { grid-template-columns:1fr; grid-template-rows:260px 150px 150px; }.factory-main { grid-column:auto; }.factory-detail,.factory-stat { grid-column:auto; }.capability-grid { grid-template-columns:1fr; }.capability-card { min-height:170px; }.capability-card h3 { margin-top:32px; }.product-image { height:260px; }
  .selector-card { padding:24px 20px; }.selector-fields { grid-template-columns:1fr; }.recommendation { grid-template-columns:1fr; }.solutions-grid,.resource-grid { grid-template-columns:1fr; }.form-row { grid-template-columns:1fr; gap:0; }.inquiry-form { padding:26px 20px; }.contact-section { padding:92px 0; }.contact-copy h2 { font-size:46px; }.contact-list > div { grid-template-columns:94px 1fr; }
  .footer-grid { grid-template-columns:1fr 1fr; gap:40px; }.footer-brand { grid-column:1/3; }.footer-grid > div:nth-child(4) { display:none; }.footer-bottom { flex-direction:column; }.footer-bottom span:last-child { text-align:left; }
}
@media (prefers-reduced-motion:reduce) { html { scroll-behavior:auto; } *,*::before,*::after { animation-duration:.01ms!important; transition-duration:.01ms!important; }.reveal { opacity:1; transform:none; } }

@media (max-width:1120px) { .mobile-panel a .nav-label { color:inherit; font-size:13px; } }


/* Industry applications — blurred company-campus treatment */
.industry-applications {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: #061a2b;
  color: #fff;
}
.industry-applications::before {
  content: "";
  position: absolute;
  inset: -18px;
  z-index: 0;
  background-image: url("assets/industry-factory-main.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  filter: blur(1.5px) saturate(.82) contrast(.96);
  opacity: .82;
  pointer-events: none;
}
.industry-applications::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: radial-gradient(circle at 78% 18%, rgba(23,112,164,.15), transparent 40%), linear-gradient(90deg, rgba(3,20,35,.88), rgba(5,34,56,.68));
  pointer-events: none;
}
.industry-applications .shell { position: relative; z-index: 2; }
.industry-applications .eyebrow { color: #5ccaff; }
.industry-applications .section-heading h2 { color: #fff; }
.industry-applications .section-heading > p { color: rgba(219,235,245,.68); }
.industry-applications .solutions-grid {
  border-top-color: rgba(255,255,255,.17);
  border-left-color: rgba(255,255,255,.17);
  background: rgba(2,17,29,.06);
}
.industry-applications .solution-card {
  color: #fff;
  background: rgba(2,18,31,.18);
  border-right-color: rgba(255,255,255,.17);
  border-bottom-color: rgba(255,255,255,.17);
  backdrop-filter: blur(.35px);
}
.industry-applications .solution-card > span { color: #20a9e7; }
.industry-applications .solution-card > i { background: rgba(255,255,255,.24); }
.industry-applications .solution-card p { color: rgba(218,233,242,.68); }
.industry-applications .solution-card > a { color: #5bcaff; border-color: rgba(255,255,255,.2); }
.industry-applications .solution-card:hover { background: rgba(0,132,198,.18); }
.industry-applications .solution-card:hover p { color: rgba(235,246,252,.78); }
@media (max-width:820px) {
  .industry-applications .solutions-grid { grid-template-columns: repeat(2,1fr); }
}
@media (max-width:560px) {
  .industry-applications::before { background-position: 48% center; }
  .industry-applications .solutions-grid { grid-template-columns: 1fr; }
}


/* Hero — visible factory campus with quick motor match */
.hero { background: #071d31; isolation: isolate; }
.hero::before {
  content: "";
  position: absolute;
  inset: -10px;
  width: auto;
  aspect-ratio: auto;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background: url("assets/hero-factory-aerial.png") center center / cover no-repeat;
  filter: blur(1px) saturate(.88) contrast(.98);
  opacity: .9;
  z-index: 0;
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
  color: transparent;
  -webkit-text-stroke: 0;
  background: linear-gradient(90deg, rgba(3,17,31,.94) 0%, rgba(5,31,51,.7) 57%, rgba(7,43,68,.48) 100%);
  z-index: 1;
}
.hero .grid-bg { z-index: 2; opacity: .13; }
.hero-layout { z-index: 3; grid-template-columns: 1.12fr .88fr; }
.hero h1 em { color: #fff; -webkit-text-stroke: 0; }
.hero-copy > p { color: rgba(235,245,251,.78); max-width: 660px; }
.hero-match-stage { min-height: 500px; display: flex; align-items: center; justify-content: flex-end; }
.hero-match-card {
  width: min(100%, 470px);
  padding: 38px;
  border-radius: 18px;
  background: rgba(7,37,61,.94);
  border: 1px solid rgba(136,206,241,.15);
  box-shadow: 0 26px 65px rgba(0,0,0,.24);
}
.match-kicker { color: #62cfff; font-size: 10px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.hero-match-card h2 { margin: 22px 0 30px; color: #fff; font-size: 30px; line-height: 1.12; letter-spacing: -.04em; }
.match-options { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.match-options a { min-height: 128px; padding: 24px 20px; border: 1px solid rgba(255,255,255,.12); border-radius: 10px; background: rgba(255,255,255,.04); display: flex; flex-direction: column; justify-content: center; transition: .22s; }
.match-options a:hover { background: rgba(38,164,224,.15); border-color: rgba(91,202,255,.35); transform: translateY(-2px); }
.match-options strong { color: #5bcaff; font-size: 19px; }
.match-options span { margin-top: 11px; color: rgba(255,255,255,.7); font-size: 12px; font-weight: 800; }
.hero-stats { display: flex; margin-top: 54px; }
.hero-stats > div { min-width: 145px; padding: 0 20px; border-left: 2px solid #25afe8; display: flex; flex-direction: column; }
.hero-stats > div:first-child { padding-left: 18px; }
.hero-stats strong { color: #fff; font-size: 28px; line-height: 1; letter-spacing: -.035em; }
.hero-stats span { margin-top: 8px; color: rgba(255,255,255,.52); font-size: 10px; }
@media (max-width:820px) {
  .hero-layout { grid-template-columns: 1fr; }
  .hero-match-stage { min-height: auto; justify-content: flex-start; margin-top: 34px; }
  .hero-match-card { width: 100%; }
}
@media (max-width:560px) {
  .hero::before { background-position: 48% center; filter: blur(.8px) saturate(.86); }
  .hero::after { background: linear-gradient(90deg, rgba(3,17,31,.94), rgba(5,31,51,.7)); }
  .hero-stats { margin-top: 38px; }
  .hero-stats > div { min-width: 0; flex: 1; padding: 0 10px; }
  .hero-stats strong { font-size: 21px; }
  .hero-match-card { padding: 26px 20px; }
  .match-options a { min-height: 108px; padding: 18px 14px; }
  .match-options strong { font-size: 16px; }
}
