:root {
  --ink: #0b1017;
  --muted: #5b6572;
  --line: #dce1e7;
  --surface: #f3f5f7;
  --white: #fff;
  --night: #080d14;
  --night-2: #0e1620;
  --red: #e31b23;
  --cyan: #37d6ff;
  --blue: #0c60d8;
  --container: min(1380px, calc(100vw - 64px));
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font-family: var(--font-sans);
  -webkit-font-smoothing: antialiased;
}
section[id] { scroll-margin-top: 190px; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
img { display: block; max-width: 100%; }
.skip-link {
  position: fixed; z-index: 1000; left: 16px; top: -80px; padding: 12px 18px;
  background: #fff; color: #000; border-radius: 8px;
}
.skip-link:focus { top: 16px; }

.site-header {
  position: fixed; z-index: 100; top: 18px; left: 50%; transform: translateX(-50%);
  width: var(--container); height: 68px; padding: 0 18px 0 24px;
  display: grid; grid-template-columns: 190px 1fr auto; align-items: center; gap: 20px;
  border: 1px solid rgba(255,255,255,.38); border-radius: 14px;
  background: rgba(244,247,250,.83); box-shadow: 0 18px 50px rgba(7,15,26,.11);
  backdrop-filter: blur(22px) saturate(160%); transition: .35s ease;
}
.site-header.is-scrolled { top: 10px; background: rgba(255,255,255,.94); border-color: rgba(9,20,32,.08); }
.brand img { width: 142px; }
.desktop-nav { height: 100%; display: flex; justify-content: center; align-items: stretch; gap: 2px; }
.nav-item { position: relative; display: flex; align-items: center; }
.nav-link {
  position: relative; height: 100%; padding: 0 17px; display: grid; place-items: center;
  color: #26313d; font-size: 17px; font-weight: 500;
}
.nav-link::after {
  content: ""; position: absolute; bottom: 0; left: 50%; width: 0; height: 2px;
  background: var(--red); transform: translateX(-50%); transition: width .25s ease;
}
.nav-link:hover::after, .nav-link.is-active::after { width: 22px; }
.nav-popover {
  position: absolute; top: calc(100% + 10px); left: 50%; min-width: 210px; padding: 18px;
  display: grid; gap: 10px; opacity: 0; visibility: hidden; transform: translate(-50%, -8px);
  border: 1px solid rgba(255,255,255,.7); border-radius: 16px; background: rgba(255,255,255,.98);
  box-shadow: 0 24px 70px rgba(10,22,38,.18); transition: .22s ease;
}
.nav-popover > span { color: #8a94a0; font-size: 13px; letter-spacing: .16em; }
.nav-popover a { color: #27313c; font-size: 16px; font-weight: 500; }
.nav-popover a:hover { color: var(--red); }
.nav-popover-right { left: auto; right: 0; transform: translate(0, -8px); }
.nav-item:hover .nav-popover, .nav-item:focus-within .nav-popover {
  opacity: 1; visibility: visible; transform: translate(-50%, 0);
}
.nav-item:hover .nav-popover-right, .nav-item:focus-within .nav-popover-right { transform: translate(0,0); }
.product-popover { width: 580px; grid-template-columns: 170px 1fr; padding: 22px; }
.popover-title { padding: 4px 22px 4px 2px; border-right: 1px solid var(--line); }
.popover-title span { color: var(--red); font-size: 13px; letter-spacing: .16em; }
.popover-title strong { display: block; margin-top: 12px; font-size: 21px; line-height: 1.35; }
.popover-links { display: grid; grid-template-columns: 1fr 1fr; gap: 6px; }
.popover-links a { padding: 10px; border-radius: 9px; transition: .2s ease; }
.popover-links a:hover { background: #f3f5f7; }
.popover-links b, .popover-links small { display: block; }
.popover-links small { margin-top: 3px; color: #84909d; font-size: 14px; font-weight: 400; }
.header-actions { display: flex; align-items: center; gap: 10px; }
.search-button {
  width: 34px; height: 34px; border: 0; background: transparent; cursor: pointer;
}
.search-button span { position: relative; display: block; width: 15px; height: 15px; margin: auto; border: 1.7px solid #1f2933; border-radius: 50%; }
.search-button span::after { content: ""; position: absolute; width: 6px; height: 1.7px; right: -5px; bottom: -2px; background: #1f2933; transform: rotate(45deg); }
.language { font-size: 15px; font-weight: 700; }
.header-cta {
  padding: 12px 16px; border-radius: 9px; color: #fff; background: var(--ink);
  font-size: 15px; font-weight: 700; transition: .2s ease;
}
.header-cta:hover { background: var(--red); }
.header-cta i, .button i, .section a i, footer i { font-style: normal; }
.menu-button { display: none; width: 38px; height: 38px; border: 0; background: transparent; }
.menu-button span { display: block; width: 20px; height: 1.5px; margin: 5px auto; background: #101820; transition: .25s ease; }
.mobile-nav { display: none; }

.hero { position: relative; height: min(620px, 74vh); min-height: 570px; background: #080c11; overflow: hidden; }
.hero-slides, .hero-slide { position: absolute; inset: 0; }
.hero-slide { opacity: 0; visibility: hidden; transition: opacity .8s ease, visibility .8s ease; }
.hero-slide.is-active { opacity: 1; visibility: visible; }
.hero-bg { width: 100%; height: 100%; object-fit: cover; }
.hero-bg-light { object-position: center; }
.hero-shade {
  position: absolute; inset: 0; background:
    linear-gradient(90deg, rgba(4,8,13,.94) 0%, rgba(4,8,13,.78) 30%, rgba(4,8,13,.15) 62%, rgba(4,8,13,.12) 100%),
    linear-gradient(0deg, rgba(4,8,13,.55), transparent 45%);
}
.hero-shade.light { background: linear-gradient(90deg, rgba(248,249,251,.98) 0%, rgba(248,249,251,.92) 35%, rgba(248,249,251,.15) 65%, rgba(248,249,251,.18)); }
.hero-content {
  position: absolute; z-index: 2; left: max(7vw, calc((100vw - 1380px)/2)); top: 51%;
  width: min(620px, 45vw); transform: translateY(-50%);
}
.hero-kicker { margin: 0 0 24px; color: rgba(255,255,255,.7); font-size: 14px; font-weight: 700; letter-spacing: .18em; }
.hero-kicker span { display: inline-grid; place-items: center; width: 28px; height: 28px; margin-right: 10px; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; color: #fff; letter-spacing: 0; }
.hero h1, .hero h2 { margin: 0; color: #fff; font-size: clamp(52px, 6vw, 92px); line-height: .98; letter-spacing: -.065em; font-weight: 700; }
.hero-content > p:not(.hero-kicker) { max-width: 570px; margin: 28px 0 0; color: rgba(255,255,255,.72); font-size: 20px; line-height: 1.8; }
.hero-content-dark .hero-kicker, .hero-content-dark > p:not(.hero-kicker) { color: #59636e; }
.hero-content-dark .hero-kicker span { color: #111821; border-color: #bec5cc; }
.hero-content-dark h2 { color: #0b1118; }
.hero-actions { display: flex; gap: 12px; margin-top: 34px; }
.button { min-height: 48px; padding: 0 21px; display: inline-flex; align-items: center; justify-content: center; gap: 16px; border-radius: 8px; font-size: 16px; font-weight: 700; }
.button-primary { color: #fff; background: var(--red); box-shadow: 0 12px 30px rgba(227,27,35,.24); }
.button-ghost { color: #fff; border: 1px solid rgba(255,255,255,.32); background: rgba(255,255,255,.06); backdrop-filter: blur(10px); }
.button-dark { color: #fff; background: #101820; }
.button-outline-dark { color: #101820; border: 1px solid #aeb6bf; }
.button:hover { transform: translateY(-2px); }
.hero-specs { display: flex; gap: 30px; margin: 44px 0 0; }
.hero-specs span { color: rgba(255,255,255,.48); font-size: 14px; }
.hero-specs b { display: block; margin-bottom: 5px; color: #fff; font-size: 22px; }
.hero-specs.dark span { color: #7b858f; }
.hero-specs.dark b { color: #101820; }
.hero-telemetry {
  position: absolute; z-index: 3; right: 5vw; bottom: 110px; width: 210px; padding: 16px 18px;
  color: #bfeeff; border: 1px solid rgba(55,214,255,.23); border-radius: 12px;
  background: rgba(5,13,20,.54); backdrop-filter: blur(13px); font-family: var(--font-sans);
}
.hero-telemetry span { display: block; margin-bottom: 4px; color: rgba(255,255,255,.5); font-size: 12px; letter-spacing: .14em; }
.hero-telemetry b { font-size: 36px; font-weight: 500; }
.hero-telemetry small { margin-left: 2px; }
.hero-telemetry i { display: block; height: 26px; margin-top: 10px; opacity: .7; background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 30'%3E%3Cpath d='M0 23 L18 20 30 23 42 9 55 17 72 14 84 20 99 4 110 16 128 11 144 19 158 8 175 14 200 5' fill='none' stroke='%2337d6ff' stroke-width='1.5'/%3E%3C/svg%3E") center/100% 100% no-repeat; }
.hero-controls {
  position: absolute; z-index: 5; left: 50%; bottom: 28px; transform: translateX(-50%);
  width: var(--container); display: grid; grid-template-columns: 42px 1fr 42px; gap: 12px; align-items: center;
}
.hero-controls > button {
  width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.28); border-radius: 50%;
  color: #fff; background: rgba(8,13,20,.35); backdrop-filter: blur(12px); cursor: pointer;
}
.hero-dots { display: grid; grid-template-columns: repeat(3, 1fr); }
.hero-dots button {
  position: relative; height: 42px; padding: 0 18px; color: rgba(255,255,255,.46);
  border: 0; border-bottom: 1px solid rgba(255,255,255,.2); background: transparent;
  text-align: left; font-size: 14px; cursor: pointer;
}
.hero-dots button i { position: absolute; left: 0; bottom: -1px; width: 0; height: 2px; background: var(--red); transition: width .35s ease; }
.hero-dots button.is-active { color: #fff; }
.hero-dots button.is-active i { width: 100%; }
.hero-slide-linex {
  color: #101820;
  background:
    radial-gradient(circle at 74% 45%, rgba(113,197,220,.14), transparent 31%),
    linear-gradient(135deg, #fff 0%, #f8fafb 58%, #eef3f6 100%);
}
.hero-slide-linex::before {
  content: ""; position: absolute; inset: 0; opacity: .34; pointer-events: none;
  background-image: linear-gradient(rgba(35,57,75,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(35,57,75,.045) 1px, transparent 1px);
  background-size: 56px 56px; mask-image: linear-gradient(90deg, transparent 10%, black 60%, transparent);
}
.hero-slide-linex .hero-content { top: 49%; width: min(680px, 46vw); }
.hero-slide-linex .hero-kicker { margin-bottom: 15px; color: #66737e; }
.hero-slide-linex h1 { color: #101820; letter-spacing: -.055em; }
.hero-slide-linex h1 span,
.hero-slide-linex h1 strong { display: block; }
.hero-slide-linex h1 span {
  margin-bottom: 7px; font-size: clamp(24px, 2vw, 30px); line-height: 1.18;
  font-weight: 400; letter-spacing: -.035em;
}
.hero-slide-linex h1 strong {
  font-size: clamp(42px, 4vw, 58px); line-height: 1.05; font-weight: 700;
  white-space: nowrap;
}
.hero-slide-linex .hero-content > p:not(.hero-kicker) {
  max-width: 650px; margin-top: 21px; color: #515e69; font-size: 17px; line-height: 1.68;
}
.hero-slide-linex .hero-actions { margin-top: 24px; }
.hero-slide-linex .hero-specs { margin-top: 28px; }
.hero-linex-visual {
  position: absolute; z-index: 2; right: max(4.5vw, calc((100vw - 1460px)/2)); top: 49%;
  width: min(42vw, 640px); padding: 12px; transform: translateY(-50%);
  border: 1px solid rgba(30,54,72,.1); border-radius: 20px; background: rgba(255,255,255,.82);
  box-shadow: 0 24px 64px rgba(30,53,70,.1); overflow: hidden;
}
.hero-linex-visual::before {
  content: ""; position: absolute; inset: 12px; z-index: 2; border: 1px solid rgba(31,61,80,.08); border-radius: 12px; pointer-events: none;
}
.hero-linex-visual img { position: relative; z-index: 1; width: 100%; mix-blend-mode: multiply; }
.linex-hero-video {
  position: relative; z-index: 1; display: block; width: 100%; aspect-ratio: 16 / 9;
  border-radius: 12px; background: #07111a; object-fit: cover;
}
.linex-visual-meta {
  position: absolute; z-index: 3; left: 23px; right: 23px; top: 16px; display: flex; justify-content: space-between;
  color: #7d8993; font: 8px var(--font-sans); letter-spacing: .12em;
}
.linex-visual-meta b { color: #101820; }
.linex-visual-beam {
  position: absolute; z-index: 2; left: 22%; top: 68%; width: 28%; height: 2px; opacity: .7;
  background: linear-gradient(90deg, transparent, #2edbff 22%, #2edbff 78%, transparent);
  box-shadow: 0 0 18px rgba(46,219,255,.8); animation: beamSweep 3.6s ease-in-out infinite;
}
.hero.is-light .hero-controls > button {
  color: #101820; border-color: rgba(16,24,32,.18); background: rgba(255,255,255,.7);
}
.hero.is-light .hero-dots button { color: #7a858f; border-bottom-color: rgba(16,24,32,.18); }
.hero.is-light .hero-dots button.is-active { color: #101820; }
.product-banner {
  padding: 28px 0 60px; background: #f2f5f7;
}
.product-banner-shell {
  position: relative; width: var(--container); min-height: 340px; margin: auto;
  border: 1px solid #dfe5e9; border-radius: 20px; background: #fff;
  box-shadow: 0 20px 54px rgba(30,49,65,.07); overflow: hidden;
}
.product-banner-track { position: relative; min-height: 340px; }
.product-banner-track::after {
  content: ""; position: absolute; z-index: 8; left: 0; bottom: 0; width: 50%; height: 2px;
  background: var(--red); transform-origin: left; animation: bannerProgress 5s linear infinite;
}
.product-banner-slide {
  position: absolute; z-index: 0; inset: 0; padding: 40px 48px;
  display: grid; grid-template-columns: minmax(390px, .82fr) minmax(520px, 1.18fr); gap: 46px; align-items: center;
  opacity: 0; transform: translateX(44px); animation: bannerCycle 10s ease-in-out infinite;
}
.product-banner-slide::before {
  content: ""; position: absolute; z-index: -1; inset: 0; pointer-events: none;
  background:
    linear-gradient(rgba(28,53,70,.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(28,53,70,.018) 1px, transparent 1px),
    radial-gradient(circle at 78% 24%, rgba(101,205,229,.1), transparent 28%),
    linear-gradient(125deg, #fff 0%, #fff 48%, #f6f8fa 100%);
  background-size: 44px 44px, 44px 44px, auto, auto;
}
.product-banner-slide:nth-child(2)::before {
  background:
    linear-gradient(rgba(28,53,70,.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(28,53,70,.018) 1px, transparent 1px),
    radial-gradient(circle at 72% 52%, rgba(46,219,255,.12), transparent 30%),
    linear-gradient(125deg, #fff 0%, #f9fbfc 50%, #eef5f7 100%);
  background-size: 44px 44px, 44px 44px, auto, auto;
}
.product-banner-slide:nth-child(2) { animation-delay: -5s; }
.product-banner-shell:hover .product-banner-slide,
.product-banner-shell:hover .product-banner-track::after { animation-play-state: paused; }
.product-banner-copy { position: relative; z-index: 2; }
.product-banner-copy > p:first-child {
  margin: 0 0 19px; color: var(--red); font-size: 12px; font-weight: 700; letter-spacing: .18em;
}
.product-banner-copy h2 {
  margin: 0; color: #101820; font-size: clamp(36px, 3vw, 48px); line-height: 1.08; letter-spacing: -.055em;
}
.product-banner-copy h2 span { color: #64717c; font-weight: 400; }
.product-banner-rule { width: min(430px, 88%); margin: 20px 0 16px; display: flex; align-items: center; gap: 12px; }
.product-banner-rule i { flex: 1; height: 1px; background: #d7dde2; }
.product-banner-rule b { color: var(--red); font: 10px var(--font-sans); letter-spacing: .08em; }
.product-banner-copy > p:not(:first-child) {
  max-width: 540px; margin: 0; color: #596671; font-size: 16px; line-height: 1.72;
}
.product-banner-copy > a {
  width: fit-content; min-height: 42px; margin-top: 23px; padding: 0 17px; display: inline-flex; align-items: center; gap: 24px;
  color: #fff; border-radius: 8px; background: #101820; font-size: 14px; font-weight: 700; transition: .25s ease;
}
.product-banner-copy > a:hover { transform: translateY(-2px); background: var(--red); }
.product-banner-copy > a i { font-style: normal; }
.product-banner-visual {
  position: relative; z-index: 1; min-width: 0; margin: 0; display: flex; flex-direction: column; justify-content: center;
}
.product-banner-visual::before {
  content: ""; position: absolute; inset: 8% 5% 4%; z-index: -1; border-radius: 50%;
  background: rgba(38,91,118,.09); filter: blur(45px);
}
.product-banner-visual img { width: 100%; max-height: 218px; object-fit: contain; mix-blend-mode: multiply; }
.product-banner-visual figcaption {
  margin-top: -4px; padding-top: 12px; display: flex; justify-content: space-between;
  color: #7e8993; border-top: 1px solid #dce2e7; font: 8px var(--font-sans); letter-spacing: .09em;
}
.product-banner-visual figcaption b { color: #394651; font-weight: 500; }
.product-banner-scan-beam {
  position: absolute; z-index: 3; left: 20%; top: 67%; width: 34%; height: 2px; opacity: .85;
  background: linear-gradient(90deg, transparent, #2edbff 20%, #2edbff 80%, transparent);
  box-shadow: 0 0 16px rgba(46,219,255,.8); animation: bannerBeam 2.8s ease-in-out infinite;
}
.section { padding: 128px 0; }
.section-heading {
  width: var(--container); margin: 0 auto 54px; display: grid; grid-template-columns: 220px 1fr; gap: 44px;
}
.eyebrow { margin: 8px 0 0; color: var(--red); font-size: 13px; font-weight: 700; letter-spacing: .18em; }
.section-heading h2, .downloads-intro h2 {
  margin: 0; font-size: clamp(38px, 4.3vw, 66px); line-height: 1.08; letter-spacing: -.055em; font-weight: 700;
}
.section-heading > div > p { max-width: 700px; margin: 20px 0 0; color: var(--muted); font-size: 19px; line-height: 1.8; }

.architecture { background: #fff; }
.architecture-track { width: var(--container); margin: auto; display: grid; grid-template-columns: 1.2fr repeat(3, 1fr); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.architecture-card {
  position: relative; min-height: 475px; padding: 28px; display: flex; flex-direction: column;
  border-right: 1px solid var(--line); background: #f8f9fa; overflow: hidden; transition: .35s ease;
}
.architecture-card:last-child { border-right: 0; }
.architecture-card:hover { background: #fff; }
.architecture-card .card-index { color: #7e8894; font-size: 12px; font-weight: 700; letter-spacing: .14em; }
.architecture-card img { width: 82%; height: 220px; margin: 26px auto 12px; object-fit: contain; transition: transform .5s ease; }
.architecture-card:hover img { transform: translateY(-8px) rotate(-2deg); }
.architecture-card h3 { margin: auto 0 8px; font-size: 26px; }
.architecture-card p { min-height: 66px; margin: 0; color: var(--muted); font-size: 16px; line-height: 1.7; }
.architecture-card a { margin-top: 17px; color: #111820; font-size: 15px; font-weight: 700; }
.architecture-card.is-primary { background: #eef1f4; }
.architecture-software { color: #fff; background: #111820; }
.architecture-software:hover { background: #0a1119; }
.architecture-software p, .architecture-software .card-index { color: #8996a4; }
.architecture-software a { color: #fff; }
.software-orbit { position: relative; width: 220px; height: 220px; margin: 35px auto; display: grid; place-items: center; border: 1px solid #2e3945; border-radius: 50%; }
.software-orbit::before, .software-orbit::after { content: ""; position: absolute; border: 1px solid #293541; border-radius: 50%; }
.software-orbit::before { inset: 24px; }
.software-orbit::after { inset: 52px; }
.software-orbit b { z-index: 2; font-size: 26px; }
.software-orbit span, .software-orbit em { position: absolute; font-size: 14px; font-style: normal; color: var(--cyan); }
.software-orbit span { top: 22px; right: 12px; }
.software-orbit em { bottom: 24px; left: 10px; }
.software-orbit i { position: absolute; inset: -4px; border-top: 2px solid var(--red); border-radius: 50%; animation: orbit 7s linear infinite; }

.series { padding: 72px 0 84px; color: #101820; background: #fff; }
.matrix-heading { width: var(--container); margin: 0 auto 34px; }
.matrix-heading i { display: block; width: 72px; height: 4px; margin-bottom: 18px; background: var(--red); }
.matrix-heading span { color: #9aa3ac; font-size: 11px; font-weight: 700; letter-spacing: .16em; }
.matrix-heading h2 { margin: 7px 0 0; font-size: 43px; line-height: 1; letter-spacing: -.045em; }
.product-matrix-layout {
  width: var(--container); margin: auto; display: grid;
  grid-template-columns: 126px minmax(0, 1fr); gap: 14px;
}
.matrix-series-labels {
  display: grid; grid-template-rows: repeat(4, minmax(0, 1fr)); gap: 16px;
}
.matrix-series-labels div {
  position: relative; padding: 22px 12px; display: flex; flex-direction: column; justify-content: center;
  border-top: 1px solid #dce2e6; border-bottom: 1px solid #dce2e6;
}
.matrix-series-labels div::before {
  content: ""; position: absolute; left: 0; top: 50%; width: 3px; height: 38px;
  border-radius: 3px; background: #cbd3d9; transform: translateY(-50%);
}
.matrix-series-labels strong {
  color: #101820; font-size: 21px; line-height: 1.05; letter-spacing: -.035em;
}
.matrix-series-labels span {
  margin-top: 8px; color: #7b8791; font-size: 15px; font-weight: 500; letter-spacing: .04em;
}
.product-matrix {
  width: 100%; margin: 0; display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px 12px;
}
.matrix-card {
  min-width: 0; display: block;
  border: 1px solid #d4d8dc; border-radius: 0; background: #fff; overflow: hidden;
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}
.matrix-card:hover {
  transform: translateY(-2px); border-color: var(--red); box-shadow: 0 9px 22px rgba(27,42,56,.08);
}
.matrix-card figure {
  min-width: 0; margin: 0; aspect-ratio: 1.45 / 1; overflow: hidden; background: #f0f1f3;
}
.matrix-card img {
  width: 100%; height: 100%; object-fit: contain; transition: transform .35s ease;
}
.matrix-card:hover img { transform: scale(1.025); }
.matrix-card > div { min-width: 0; min-height: 58px; padding: 12px; display: grid; place-items: center; border-top: 1px solid #e2e5e8; }
.matrix-card small, .matrix-card p { display: none; }
.matrix-card h4 { margin: 0; font-size: 21px; line-height: 1.2; font-weight: 700; text-align: center; letter-spacing: -.025em; }

.selector { padding-top: 96px; padding-bottom: 96px; background: #f4f6f8; }
.selector-shell {
  width: var(--container); min-height: 560px; margin: auto; display: grid; grid-template-columns: 280px minmax(420px, 1.2fr) minmax(310px, .82fr);
  border: 1px solid #d8e0e5; border-radius: var(--radius); background: #f8fafb; overflow: hidden; box-shadow: 0 28px 70px rgba(18,31,47,.09);
}
.selector-config { padding: 19px 16px; border-right: 1px solid #dce4e9; background: linear-gradient(145deg,#fbfcfd,#f3f7f9); }
.config-heading { padding: 0 8px; }
.config-heading span { color: var(--red); font-size: 11px; font-weight: 700; letter-spacing: .15em; }
.config-heading h3 { margin: 6px 0 0; font-size: 21px; letter-spacing: -.025em; }
.industry-tabs { margin-top: 11px; display: flex; flex-direction: column; gap: 3px; }
.industry-tabs button {
  min-height: 49px; padding: 7px 11px; display: grid; grid-template-columns: 30px 1fr; align-content: center;
  border: 0; border-radius: 12px; background: transparent; text-align: left; cursor: pointer; transition: .25s ease;
}
.industry-tabs button span { grid-row: span 2; color: #9aa3ad; font: 11px var(--font-sans); }
.industry-tabs button b { font-size: 16px; }
.industry-tabs button small { margin-top: 3px; color: #8a949f; font-size: 12px; }
.industry-tabs button.is-active { color: #fff; background: #101820; box-shadow: 0 12px 26px rgba(10,20,32,.17); }
.industry-tabs button.is-active span { color: var(--cyan); }
.industry-tabs button.is-active small { color: #96a7b8; }
.process-picker { margin-top: 15px; padding-top: 14px; border-top: 1px solid #dfe4e9; }
.process-list { margin-top: 10px; display: flex; flex-wrap: wrap; gap: 6px; }
.process-list button {
  min-height: 30px; padding: 0 10px; color: #56616c; border: 1px solid #d8dee4; border-radius: 99px;
  background: #fff; font-size: 13px; font-weight: 500; cursor: pointer; transition: .2s ease;
}
.process-list button:hover { border-color: #8996a2; }
.process-list button.is-active { color: #fff; border-color: #101820; background: #101820; box-shadow: 0 7px 18px rgba(10,20,32,.16); }
.product-stage {
  min-width:0; display:grid; grid-template-rows:auto 1fr; background:#101d27;
  box-shadow:inset 22px 0 32px -34px rgba(40,74,94,.7),inset -22px 0 32px -34px rgba(40,74,94,.7);
}
.component-picker { padding:14px 18px 13px; border-bottom:1px solid rgba(153,192,211,.14); background:linear-gradient(110deg,#13232f,#10202b); }
.component-picker > span { color: #6b7a89; font-size: 11px; font-weight: 700; letter-spacing: .15em; }
.component-picker > div { margin-top: 8px; display: flex; flex-wrap: wrap; gap: 7px; }
.component-picker label {
  position: relative; min-height: 31px; padding: 0 11px; display: inline-flex; align-items: center; gap: 7px;
  color: #aeb9c4; border: 1px solid #2a3744; border-radius: 99px; font-size: 13px; font-weight: 500; cursor: pointer; transition: .2s ease;
}
.component-picker label:has(input:checked) { color:#fff; border-color:rgba(68,196,223,.48); background:rgba(68,196,223,.09); }
.component-picker label.is-locked { cursor: default; }
.component-picker input { position: absolute; opacity: 0; pointer-events: none; }
.component-picker label i { width: 6px; height: 6px; border-radius: 50%; background: #536170; transition: .2s ease; }
.component-picker label:has(input:checked) i { background:#44c4df; box-shadow:0 0 9px rgba(68,196,223,.58); }
.product-canvas {
  --stage-x: 0deg; --stage-y: 0deg; position: relative; min-height: 470px; overflow: hidden; perspective: 1200px;
  background:
    radial-gradient(circle at 50% 39%,rgba(45,83,104,.48) 0,rgba(21,45,60,.82) 33%,transparent 59%),
    linear-gradient(145deg,#142b38 0%,#101f2a 52%,#0d1922 100%);
}
.canvas-grid {
  position: absolute; inset: 0; opacity: .15;
  background-image:linear-gradient(rgba(105,160,185,.1) 1px,transparent 1px),linear-gradient(90deg,rgba(105,160,185,.1) 1px,transparent 1px);
  background-size: 48px 48px; transform: perspective(500px) rotateX(58deg) scale(1.5) translateY(28%);
}
.canvas-axis { position: absolute; color: #507187; font: 8px var(--font-sans); }
.axis-x { right: 18px; bottom: 16px; }
.axis-y { left: 16px; top: 18px; }
.product-assembly {
  position: absolute; inset: 50% auto auto 50%; width: min(88%, 620px); height: 330px;
  transform: translate(-50%, -52%) rotateX(var(--stage-y)) rotateY(var(--stage-x)); transform-style: preserve-3d;
  transition: transform .15s ease-out;
}
.product-assembly::before {
  content: ""; position: absolute; z-index: 0; left: 8%; right: 8%; top: 54%; height: 1px;
  opacity:.36; background:linear-gradient(90deg,transparent,rgba(68,196,223,.48) 20%,rgba(68,196,223,.14) 80%,transparent);
}
.camera-product { position: absolute; z-index: 5; left: 50%; top: 43%; width: min(76%, 410px); transform: translate(-50%, -50%) translateZ(70px); filter: drop-shadow(0 30px 34px rgba(0,0,0,.4)); }
.camera-product img { width: 100%; }
.assembly-part { position: absolute; opacity: 0; pointer-events: none; transition: opacity .45s ease, transform .65s cubic-bezier(.2,.8,.2,1), filter .45s ease; }
.part-light {
  z-index: 6; left: 20%; top: 55%; width: 60%; height: auto;
  transform: translateY(36px) scale(.92); filter: blur(7px);
}
.part-light.is-enabled {
  opacity: .98; transform: translateY(0) translateZ(88px);
  filter:drop-shadow(0 18px 24px rgba(0,0,0,.42)) drop-shadow(0 7px 14px rgba(68,196,223,.1));
}
.part-depth {
  z-index:2; left:12%; top:61%; width:76%; height:112px; border:1px solid rgba(68,196,223,.23);
  background:
    linear-gradient(rgba(68,196,223,.1) 1px,transparent 1px),
    linear-gradient(90deg,rgba(68,196,223,.1) 1px,transparent 1px),
    radial-gradient(circle at 34% 48%,rgba(235,49,58,.82),transparent 8%),
    radial-gradient(circle at 58% 42%,rgba(227,56,63,.66),transparent 10%),
    radial-gradient(circle at 74% 62%,rgba(237,66,72,.5),transparent 12%),
    rgba(8,34,46,.72);
  background-size: 22px 22px, 22px 22px, auto, auto, auto, auto;
  transform: translateY(44px) rotateX(62deg) scale(.84); filter: blur(8px);
  box-shadow:0 0 32px rgba(68,196,223,.09);
}
.part-depth i {
  position: absolute; bottom: 14px; width: 7%; border-radius: 3px 3px 0 0;
  background:linear-gradient(#f36b70,#db2933); box-shadow:0 0 9px rgba(225,48,57,.35);
}
.part-depth i:nth-child(1) { left: 28%; height: 30%; }
.part-depth i:nth-child(2) { left: 47%; height: 58%; }
.part-depth i:nth-child(3) { left: 68%; height: 42%; }
.part-depth.is-enabled { opacity: .95; transform: translateY(0) rotateX(62deg) translateZ(-26px); filter: none; }
.part-grabber { z-index: 2; left: 3%; top: 39%; width: 145px; transform: translate(-45px, 16px) rotate(-6deg) scale(.76); filter: blur(6px); }
.part-grabber.is-enabled { opacity: .94; transform: translate(0,0) rotate(-4deg) translateZ(-20px); filter: drop-shadow(0 24px 25px rgba(0,0,0,.36)); }
.part-controller {
  z-index: 2; right: 0; top: 58%; width: 184px; height: 126px; transform: translate(50px,20px) rotateY(-11deg) scale(.8); filter: blur(6px);
  border: 1px solid #3b4650; border-radius: 5px; background: linear-gradient(155deg,#303a43,#12191f 72%);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.15), inset -9px 0 18px rgba(0,0,0,.3), 0 26px 34px rgba(0,0,0,.42);
}
.part-controller::before {
  content: ""; position: absolute; left: -8px; top: 9px; bottom: 9px; width: 8px;
  border-radius: 3px 0 0 3px; background: #202930; box-shadow: inset 2px 0 0 rgba(255,255,255,.08);
}
.part-controller::after {
  content: ""; position: absolute; left: 5px; right: 5px; top: -7px; height: 7px;
  clip-path: polygon(4% 0,96% 0,100% 100%,0 100%); background: linear-gradient(90deg,#3f4b55,#1a2229);
}
.part-controller.is-enabled { opacity: .98; transform: translate(0,0) rotateY(-11deg) translateZ(-15px); filter: none; }
.controller-ribs { position: absolute; left: 12px; top: 12px; bottom: 12px; width: 40px; display: flex; gap: 4px; }
.controller-ribs i { width: 3px; border-radius: 2px; background: linear-gradient(#45515b,#11181e); box-shadow: 1px 0 rgba(255,255,255,.08); }
.controller-face {
  position: absolute; left: 58px; right: 10px; top: 10px; bottom: 10px; padding: 12px 10px;
  border: 1px solid #46515b; border-radius: 3px; background: linear-gradient(145deg,#252f37,#10161b);
  box-shadow: inset 0 0 14px rgba(0,0,0,.35);
}
.controller-face > b { color: #f4f7f9; font-size: 12px; font-style: italic; letter-spacing: .04em; }
.controller-face > small { position: absolute; left: 10px; bottom: 8px; color: #758490; font: 6px var(--font-sans); letter-spacing: .1em; }
.controller-leds { position: absolute; right: 9px; top: 12px; display: flex; gap: 4px; }
.controller-leds i { width: 4px; height: 4px; border-radius: 50%; background: #4beab0; box-shadow: 0 0 7px rgba(75,234,176,.8); }
.controller-leds i:nth-child(2) { background: var(--cyan); box-shadow: 0 0 7px rgba(55,214,255,.8); }
.controller-leds i:nth-child(3) { background: #65727d; box-shadow: none; }
.controller-ports { position: absolute; left: 10px; right: 9px; top: 36px; display: grid; grid-template-columns: 22px 22px 1fr 15px; align-items: center; gap: 6px; }
.controller-ports i { position: relative; display: block; background: #080c0f; box-shadow: inset 0 0 0 1px #687681, 0 1px rgba(255,255,255,.08); }
.port-network { width: 22px; height: 18px; border-radius: 2px; }
.port-network::after { content: ""; position: absolute; left: 4px; right: 4px; top: 4px; height: 5px; border-top: 2px dotted #9eabb5; }
.port-io { width: 34px; height: 14px; border-radius: 2px; }
.port-io::after { content: "••••••"; position: absolute; inset: 1px 2px; color: #8b98a3; font-size: 10px; letter-spacing: 1px; overflow: hidden; }
.port-power { width: 14px; height: 14px; border-radius: 50%; }
.port-power::after { content: ""; position: absolute; inset: 4px; border-radius: 50%; background: #6e7c87; }
.controller-foot { position: absolute; bottom: -8px; width: 22px; height: 8px; border-radius: 0 0 3px 3px; background: #11181d; }
.foot-left { left: 16px; }
.foot-right { right: 16px; }
.inspection-beam {
  position: absolute; z-index: 1; left: 50%; top: 57%; width: min(56%, 350px); height: 108px; overflow: hidden;
  opacity: .66; clip-path: polygon(15% 0, 85% 0, 72% 100%, 28% 100%);
  background:
    linear-gradient(90deg,transparent,rgba(68,196,223,.018) 16%,rgba(68,196,223,.075) 50%,rgba(68,196,223,.018) 84%,transparent),
    linear-gradient(180deg,rgba(118,212,231,.1),rgba(68,196,223,.025) 62%,transparent 96%);
  filter:drop-shadow(0 0 9px rgba(68,196,223,.11));
  transform: translateX(-50%) translateZ(-30px); transform-origin: top;
}
.part-light.is-enabled ~ .inspection-beam {
  top: 75%; width: min(48%, 300px); height: 70px; opacity: .72;
  clip-path: polygon(10% 0, 90% 0, 76% 100%, 24% 100%);
}
.inspection-beam::before {
  content: ""; position: absolute; left: 15%; right: 15%; top: 0; height: 2px; border-radius: 99px;
  background:#a9e6f0; box-shadow:0 0 5px rgba(101,210,231,.7),0 0 12px rgba(68,196,223,.38);
}
.inspection-beam::after {
  content: ""; position: absolute; left: 22%; right: 22%; top: 9%; height: 1px; opacity: 0;
  background:linear-gradient(90deg,transparent,#9ee2ed 12%,#44c4df 50%,#9ee2ed 88%,transparent);
  box-shadow:0 0 5px rgba(68,196,223,.58),0 0 12px rgba(68,196,223,.28);
  animation: selectorLaserSweep 3.2s ease-in-out infinite;
}
.inspection-beam i {
  position: absolute; left: 28%; right: 28%; bottom: 1px; height: 2px;
  background:linear-gradient(90deg,transparent,#44c4df 9%,#b2eaf2 50%,#44c4df 91%,transparent);
  box-shadow:0 0 5px rgba(68,196,223,.66),0 0 13px rgba(68,196,223,.34);
  animation: beamPulse 2.2s ease-in-out infinite;
}
.stage-status { position: absolute; z-index: 8; left: 20px; bottom: 16px; display: grid; gap: 4px; }
.stage-status span { color:#44c4df; font-size:11px; letter-spacing:.15em; }
.stage-status b { color: #fff; font-size: 18px; }
.stage-status small { color: #758697; font-size: 12px; }
.stage-hint { position: absolute; z-index: 8; right: 18px; bottom: 16px; margin: 0; color: #586a79; font-size: 11px; }
.selector-result { padding:30px 30px; display:flex; flex-direction:column; background:linear-gradient(155deg,#fff 0%,#f8fafb 100%); }
.result-kicker { color: var(--red); font-size: 12px; font-weight: 700; letter-spacing: .15em; }
.selector-result h3 { margin: 14px 0 10px; font-size: 29px; letter-spacing: -.04em; }
.selector-result > p { margin: 0; color: var(--muted); font-size: 17px; line-height: 1.8; }
.task-tags { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 24px; }
.task-tags span { padding: 8px 10px; color: #52606c; border: 1px solid #d8dee4; border-radius: 99px; font-size: 13px; }
.spec-list { margin: 20px 0; display: grid; grid-template-columns: 1fr 1fr; gap: 0 18px; }
.spec-list div { padding: 10px 0; display: flex; justify-content: space-between; gap: 10px; border-bottom: 1px solid #e4e8ec; }
.spec-list dt { color: #7b8792; font-size: 12px; }
.spec-list dd { margin: 0; color: #18222c; font-size: 13px; font-weight: 700; text-align: right; }
.recommendation { margin-top: auto; padding: 16px; border-radius: 12px; background: #f1f4f6; }
.recommendation small { color: #7a8590; font-size: 13px; }
.recommendation strong { display: block; margin-top: 9px; font-size: 21px; }
.recommendation p { margin: 8px 0 0; color: #707b86; font-size: 14px; line-height: 1.6; }
.selector-result > a { margin-top: 16px; font-size: 15px; font-weight: 700; }

.applications { background: #fff; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.case-search { position: relative; z-index: 12; width: var(--container); margin: -14px auto 30px; }
.case-search-form {
  min-height: 72px; padding: 8px 8px 8px 24px; display: grid; grid-template-columns: 22px 1fr auto; align-items: center; gap: 14px;
  border: 1px solid #dce2e8; border-radius: 16px; background: #fff; box-shadow: 0 18px 50px rgba(15,29,44,.09); transition: .25s ease;
}
.case-search-form:focus-within { border-color: #aeb9c3; box-shadow: 0 22px 58px rgba(15,29,44,.13); }
.case-search-form > i { position: relative; width: 17px; height: 17px; border: 1.8px solid #26323e; border-radius: 50%; }
.case-search-form > i::after { content: ""; position: absolute; width: 7px; height: 1.8px; right: -6px; bottom: -3px; background: #26323e; transform: rotate(45deg); }
.case-search-form input { min-width: 0; height: 48px; color: #101820; border: 0; outline: 0; background: transparent; font: 500 15px var(--font-sans); }
.case-search-form input::placeholder { color: #929ca6; font-weight: 400; }
.case-search-form button {
  height: 54px; padding: 0 22px; display: inline-flex; align-items: center; gap: 18px;
  color: #fff; border: 0; border-radius: 11px; background: #101820; font-size: 15px; font-weight: 700; cursor: pointer; transition: .2s ease;
}
.case-search-form button:hover { background: var(--red); }
.case-search-results {
  position: absolute; left: 12px; right: 12px; top: calc(100% + 8px); padding: 8px;
  border: 1px solid #dce2e8; border-radius: 14px; background: rgba(255,255,255,.98); box-shadow: 0 24px 65px rgba(11,25,40,.17); backdrop-filter: blur(18px);
}
.case-search-results a { min-height: 58px; padding: 9px 13px; display: grid; grid-template-columns: 130px 1fr 24px; align-items: center; gap: 14px; border-radius: 9px; }
.case-search-results a:hover { background: #f1f4f6; }
.case-search-results span { color: var(--red); font-size: 12px; font-weight: 700; letter-spacing: .08em; }
.case-search-results b { font-size: 16px; }
.case-search-results i { font-style: normal; text-align: right; }
.case-search-results p { margin: 0; padding: 18px; color: #74808b; font-size: 15px; text-align: center; }
.section-more-link {
  width: fit-content; margin-top: 22px; display: inline-flex; align-items: center; gap: 12px;
  color: #101820; font-size: 14px; font-weight: 700; border-bottom: 1px solid #aab3bc; transition: .2s ease;
}
.section-more-link:hover { color: var(--red); border-color: var(--red); }
.section-more-link i { font-style: normal; }
.application-grid { width: var(--container); margin: auto; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); grid-auto-rows: 330px; gap: 14px; }
.application-card { position: relative; border-radius: 18px; background: #101820; overflow: hidden; }
.application-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.application-card:hover img { transform: scale(1.035); }
.application-card > div { position: absolute; inset: auto 0 0; padding: 28px; color: #fff; background: linear-gradient(transparent, rgba(5,10,16,.94)); }
.application-card span { color: #85e9ff; font-size: 12px; letter-spacing: .14em; }
.application-card h3 { margin: 9px 0 0; font-size: 26px; letter-spacing: -.03em; }
.application-card p { max-width: 600px; margin: 10px 0 0; color: rgba(255,255,255,.67); font-size: 15px; line-height: 1.7; }
.application-card b { display: block; margin-top: 17px; font-size: 14px; }

.downloads { display: grid; grid-template-columns: .7fr 1.3fr; gap: 64px; width: var(--container); margin: auto; background: #fff; }
.downloads-intro { padding-top: 24px; }
.downloads-intro > p:not(.eyebrow) { max-width: 390px; margin: 22px 0 30px; color: var(--muted); font-size: 18px; line-height: 1.8; }
.downloads-intro .button { margin-top: 32px; }
.manual-download-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; align-items: start; }
.manual-download-card {
  min-width: 0; padding: 12px; border: 1px solid #dce1e6; border-radius: 14px; background: #f5f6f7;
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.manual-download-card:hover { transform: translateY(-4px); border-color: #c7cfd7; box-shadow: 0 18px 38px rgba(17,28,41,.1); }
.manual-download-card figure { margin: 0; aspect-ratio: .71 / 1; overflow: hidden; border: 1px solid #e4e7ea; background: #fff; }
.manual-download-card img { width: 100%; height: 100%; object-fit: cover; }
.manual-download-card > div { padding: 17px 7px 8px; }
.manual-download-card small { color: var(--red); font-size: 11px; font-weight: 700; letter-spacing: .12em; }
.manual-download-card h3 { margin: 8px 0 0; font-size: 21px; letter-spacing: -.025em; }
.manual-download-card p { min-height: 34px; margin: 7px 0 14px; color: #74808b; font-size: 13px; line-height: 1.6; }
.manual-download-card b { display: flex; align-items: center; justify-content: space-between; font-size: 13px; }
.manual-download-card b i { color: var(--red); font-style: normal; }
.download-grid { display: grid; grid-template-columns: 1fr 1fr; grid-auto-rows: 220px; gap: 12px; }
.download-card { position: relative; padding: 24px; border-radius: 16px; background: #f1f3f5; overflow: hidden; transition: .3s ease; }
.download-card:hover { transform: translateY(-5px); box-shadow: 0 20px 45px rgba(17,28,41,.11); }
.download-card > span { position: absolute; right: 22px; top: 20px; color: #a4adb6; font: 10px var(--font-sans); }
.download-card small { color: #7f8993; font-size: 12px; letter-spacing: .13em; }
.download-card h3 { margin: 9px 0 0; font-size: 25px; }
.download-card p { margin: 7px 0 0; color: #77818a; font-size: 14px; }
.download-card > b { position: absolute; left: 24px; bottom: 22px; font-size: 13px; }
.download-card.is-wide { grid-row: span 2; }
.download-card.is-wide img { position: absolute; right: -12%; bottom: -15%; width: 72%; transform: rotate(8deg); filter: drop-shadow(0 24px 25px rgba(0,0,0,.18)); }
.download-blueprint { color: #fff; background: #0756b7; }
.download-blueprint small, .download-blueprint p, .download-blueprint > span { color: rgba(255,255,255,.65); }
.download-blueprint i { position: absolute; right: 18px; bottom: 18px; width: 90px; height: 80px; border: 1px solid rgba(255,255,255,.28); }
.download-blueprint i::before, .download-blueprint i::after { content: ""; position: absolute; background: rgba(255,255,255,.25); }
.download-blueprint i::before { left: 0; right: 0; top: 50%; height: 1px; }
.download-blueprint i::after { top: 0; bottom: 0; left: 50%; width: 1px; }
.download-dark { color: #fff; background: #101820; }
.download-dark small, .download-dark p, .download-dark > span { color: #8492a0; }
.version-pulse { position: absolute; right: 20px; bottom: 20px; color: #61e7b8; font: 10px var(--font-sans); }
.version-pulse i { display: inline-block; width: 7px; height: 7px; margin-right: 6px; border-radius: 50%; background: #61e7b8; box-shadow: 0 0 14px #61e7b8; animation: pulse 1.6s ease-in-out infinite; }

.site-footer { position: relative; margin: 36px 16px 16px; color: #fff; border-radius: 24px; background: #080d14; overflow: hidden; }
.site-footer::before {
  content: ""; position: absolute; inset: 0; opacity: .18;
  background-image: linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px);
  background-size: 50px 50px; mask-image: linear-gradient(to bottom, black, transparent 75%);
}
.footer-glow { position: absolute; width: 500px; height: 500px; right: 10%; top: -300px; border-radius: 50%; background: #0f5fb7; filter: blur(110px); opacity: .28; }
.footer-cta {
  position: relative; z-index: 2; width: min(1320px, calc(100% - 80px)); margin: auto; padding: 48px 0 38px;
  border-bottom: 1px solid rgba(255,255,255,.12);
}
.footer-cta-copy h2 { max-width: 620px; margin: 0; font-size: clamp(38px, 4.1vw, 60px); line-height: 1.02; letter-spacing: -.055em; }
.footer-main { position: relative; z-index: 2; width: min(1320px, calc(100% - 80px)); margin: auto; padding: 34px 0 38px; display: grid; grid-template-columns: 1.05fr 1.5fr .8fr; gap: 48px; }
.footer-brand img { width: 122px; filter: brightness(0) invert(1); }
.footer-brand > p { max-width: 320px; margin: 16px 0; color: #8b98a6; font-size: 14px; line-height: 1.65; }
.system-status { width: fit-content; padding: 10px 13px; display: flex; align-items: center; gap: 9px; border: 1px solid #27313c; border-radius: 8px; color: #7d8a97; font: 9px var(--font-sans); }
.system-status i { width: 7px; height: 7px; border-radius: 50%; background: #54edb0; box-shadow: 0 0 12px #54edb0; }
.system-status b { margin-left: 10px; color: #c4ccd4; }
.footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.footer-links div { display: grid; align-content: start; gap: 9px; }
.footer-links span, .footer-contact > span { margin-bottom: 8px; color: #657382; font-size: 12px; letter-spacing: .14em; }
.footer-links a { display: grid; gap: 2px; color: #b9c2cb; font-size: 15px; }
.footer-links a b { font-weight: 500; }
.footer-links a small { color: #657382; font-size: 12px; line-height: 1.35; }
.footer-links a:hover { color: #fff; }
.footer-contact { margin: 0; display: flex; flex-direction: column; gap: 12px; font-style: normal; }
.footer-contact a, .footer-contact p { margin: 0; }
.footer-contact small, .footer-contact b { display: block; }
.footer-contact small { color: #657382; font-size: 12px; }
.footer-contact b { margin-top: 5px; color: #d3dae1; font-size: 15px; }
.footer-wordmark { position: relative; z-index: 1; width: min(1320px, calc(100% - 80px)); margin: -18px auto -14px; color: rgba(255,255,255,.032); font-size: clamp(82px, 13vw, 180px); line-height: .78; font-weight: 700; letter-spacing: -.09em; user-select: none; }
.footer-bottom { position: relative; z-index: 2; min-height: 52px; padding: 0 32px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.09); color: #63707c; font-size: 11px; letter-spacing: .08em; }
.footer-bottom div { display: flex; gap: 22px; }

[data-reveal] { opacity: 0; transform: translateY(26px); transition: opacity .65s ease, transform .65s ease; }
[data-reveal].is-visible { opacity: 1; transform: translateY(0); }
@keyframes orbit { to { transform: rotate(360deg); } }
@keyframes scan { 0%,100% { transform: translateX(-90px) rotate(28deg); opacity: .15; } 50% { transform: translateX(250px) rotate(28deg); opacity: .8; } }
@keyframes bars { to { height: 98%; } }
@keyframes selectorScan { 0%,100% { top: 18%; opacity: .15; } 50% { top: 82%; opacity: .9; } }
@keyframes pulse { 50% { opacity: .35; transform: scale(.7); } }
@keyframes beamSweep { 0%,100% { transform: translateX(-24px); opacity: .35; } 50% { transform: translateX(24px); opacity: 1; } }
@keyframes selectorLaserSweep {
  0% { top: 8%; opacity: 0; transform: scaleX(.62); }
  18% { opacity: .95; }
  82% { opacity: .75; }
  100% { top: 94%; opacity: 0; transform: scaleX(1); }
}
@keyframes beamPulse { 50% { opacity: .55; filter: brightness(1.35); } }
@keyframes bannerCycle {
  0%, 42% { opacity: 1; transform: translateX(0); }
  48%, 92% { opacity: 0; transform: translateX(-32px); }
  94% { opacity: 0; transform: translateX(32px); }
  100% { opacity: 1; transform: translateX(0); }
}
@keyframes bannerProgress {
  from { transform: scaleX(0); }
  to { transform: scaleX(2); }
}
@keyframes bannerBeam {
  0%, 100% { transform: translateX(-18px); opacity: .35; }
  50% { transform: translateX(26px); opacity: 1; }
}

@media (max-width: 1180px) {
  :root { --container: min(100% - 36px, 1080px); }
  .site-header { grid-template-columns: 160px 1fr auto; }
  .desktop-nav { gap: 0; }
  .nav-link { padding: 0 9px; font-size: 15px; }
  .search-button { display: none; }
  .header-cta { display: none; }
  .architecture-track { grid-template-columns: 1fr 1fr; }
  .architecture-card { border-bottom: 1px solid var(--line); }
  .product-banner-slide {
    padding: 34px 30px; grid-template-columns: minmax(300px, .88fr) minmax(370px, 1.12fr); gap: 24px;
  }
  .matrix-card { min-height: 124px; grid-template-columns: 42% 58%; }
  .matrix-card > div { padding: 12px; }
  .matrix-card h4 { font-size: 17px; }
  .selector-shell { grid-template-columns: 250px 1fr; }
  .selector-result { grid-column: 1 / -1; min-height: 360px; }
  .downloads { grid-template-columns: 1fr; }
}

@media (max-width: 980px) {
  section[id] { scroll-margin-top: 155px; }
  .product-matrix-layout { display: block; }
  .matrix-series-labels { display: none; }
}

@media (max-width: 820px) {
  :root { --container: calc(100vw - 28px); }
  .site-header { top: 10px; height: 58px; padding: 0 12px 0 16px; grid-template-columns: 1fr auto; }
  .brand img { width: 122px; }
  .desktop-nav, .language { display: none; }
  .menu-button { display: block; }
  .menu-button[aria-expanded="true"] span:first-child { transform: translateY(3.2px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:last-child { transform: translateY(-3.2px) rotate(-45deg); }
  .mobile-nav {
    position: fixed; z-index: 90; top: 76px; left: 14px; right: 14px; padding: 18px;
    display: grid; gap: 4px; opacity: 0; visibility: hidden; transform: translateY(-8px);
    border: 1px solid #e0e5ea; border-radius: 16px; background: rgba(255,255,255,.98); box-shadow: 0 24px 60px rgba(7,17,29,.16); transition: .25s ease;
  }
  .mobile-nav.is-open { opacity: 1; visibility: visible; transform: translateY(0); }
  .mobile-nav a { padding: 12px; border-radius: 8px; font-size: 17px; font-weight: 700; }
  .mobile-nav a:hover { background: #f1f3f5; }
  .hero { height: 640px; min-height: 0; }
  .hero-bg { object-position: 66% center; }
  .hero-bg-light { object-position: 70% center; }
  .hero-shade, .hero-shade.light { background: linear-gradient(0deg, rgba(6,10,15,.98) 0%, rgba(6,10,15,.83) 48%, rgba(6,10,15,.15) 100%); }
  .hero-content, .hero-content-dark { left: 22px; right: 22px; top: auto; bottom: 118px; width: auto; transform: none; }
  .hero-content-dark .hero-kicker, .hero-content-dark > p:not(.hero-kicker) { color: rgba(255,255,255,.68); }
  .hero-content-dark .hero-kicker span { color: #fff; border-color: rgba(255,255,255,.3); }
  .hero-content-dark h2 { color: #fff; }
  .hero h1, .hero h2 { font-size: 48px; }
  .hero-content > p:not(.hero-kicker) { margin-top: 18px; font-size: 17px; line-height: 1.65; }
  .hero-kicker { margin-bottom: 16px; }
  .hero-specs, .hero-telemetry { display: none; }
  .hero-actions { margin-top: 22px; }
  .button-outline-dark { color: #fff; border-color: rgba(255,255,255,.35); }
  .hero-controls { bottom: 20px; grid-template-columns: 34px 1fr 34px; }
  .hero-controls > button { width: 34px; height: 34px; }
  .hero-dots button { padding: 0 6px; }
  .hero-dots span { display: none; }
  .hero-slide-linex .hero-content {
    left: 22px; right: 22px; top: auto; bottom: 24px; width: auto; transform: none;
  }
  .hero-slide-linex h1 { font-size: initial; }
  .hero-slide-linex h1 span { margin-bottom: 5px; font-size: 21px; }
  .hero-slide-linex h1 strong { font-size: clamp(28px, 8vw, 32px); line-height: 1.08; white-space: nowrap; }
  .hero-slide-linex .hero-content > p:not(.hero-kicker) {
    margin-top: 14px; color: #5d6974; font-size: 15px; line-height: 1.62;
  }
  .hero-slide-linex .hero-actions { margin-top: 17px; }
  .hero-linex-visual {
    left: 14px; right: 14px; top: 78px; width: auto; height: 210px; padding: 10px;
    transform: none; border-radius: 17px;
  }
  .hero-linex-visual::before { inset: 10px; border-radius: 11px; }
  .hero-linex-visual img { width: 100%; height: 100%; object-fit: contain; }
  .linex-hero-video { width: 100%; height: 100%; border-radius: 10px; object-fit: cover; }
  .linex-visual-meta { left: 17px; right: 17px; top: 13px; font-size: 9px; }
  .linex-visual-beam { left: 26%; top: 70%; }
  .product-banner { padding: 16px 0 42px; }
  .product-banner-shell { min-height: 510px; border-radius: 16px; }
  .product-banner-track { min-height: 510px; }
  .product-banner-slide { padding: 28px 20px 20px; grid-template-columns: 1fr; gap: 22px; }
  .product-banner-copy > p:first-child { margin-bottom: 13px; }
  .product-banner-copy h2 { font-size: 33px; }
  .product-banner-rule { margin: 16px 0 13px; }
  .product-banner-copy > p:not(:first-child) { font-size: 15px; line-height: 1.65; }
  .product-banner-copy > a { margin-top: 18px; }
  .product-banner-visual img { max-height: 184px; }
  .product-banner-visual figcaption { font-size: 9px; }
  .section { padding: 82px 0; }
  .section-heading { margin-bottom: 34px; grid-template-columns: 1fr; gap: 14px; }
  .section-heading h2, .downloads-intro h2 { font-size: 39px; }
  .architecture-track { grid-template-columns: 1fr; }
  .architecture-card { min-height: 420px; border-right: 0; }
  .matrix-overview { margin-top: -10px; gap: 10px; font-size: 10px; letter-spacing: .08em; }
  .matrix-overview b { font-size: 13px; }
  .series { padding: 54px 0 64px; }
  .product-matrix { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
  .matrix-card { min-height: 128px; grid-template-columns: 44% 56%; }
  .selector-shell { grid-template-columns: 1fr; }
  .selector-config { padding: 22px 14px; border-right: 0; border-bottom: 1px solid #dfe4e9; }
  .industry-tabs { padding-bottom: 5px; flex-direction: row; overflow-x: auto; scrollbar-width: none; }
  .industry-tabs::-webkit-scrollbar { display: none; }
  .industry-tabs button { min-width: 148px; min-height: 58px; }
  .process-list { flex-wrap: nowrap; overflow-x: auto; padding-bottom: 5px; scrollbar-width: none; }
  .process-list::-webkit-scrollbar { display: none; }
  .process-list button { flex: 0 0 auto; }
  .component-picker { padding: 15px 16px; }
  .product-canvas { min-height: 390px; }
  .product-assembly { width: 100%; transform: translate(-50%, -52%) scale(.78) rotateX(var(--stage-y)) rotateY(var(--stage-x)); }
  .part-grabber { left: 0; }
  .part-controller { right: -3%; }
  .stage-hint { display: none; }
  .selector-result { grid-column: auto; min-height: 350px; padding: 26px 22px; }
  .case-search { margin-top: 0; margin-bottom: 22px; }
  .case-search-form { min-height: 64px; padding: 7px 7px 7px 18px; grid-template-columns: 20px 1fr; gap: 12px; }
  .case-search-form input { height: 46px; font-size: 16px; }
  .case-search-form button { grid-column: 1 / -1; width: 100%; height: 48px; justify-content: space-between; }
  .case-search-results a { grid-template-columns: 86px 1fr 18px; gap: 8px; }
  .application-grid { grid-template-columns: 1fr; grid-auto-rows: 280px; }
  .application-main { grid-row: span 1; }
  .downloads { padding-top: 82px; gap: 34px; }
  .manual-download-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .download-grid { grid-template-columns: 1fr; grid-auto-rows: 210px; }
  .download-card.is-wide { grid-row: span 1; }
  .download-card.is-wide img { width: 46%; }
  .site-footer { margin: 20px 8px 8px; border-radius: 20px; }
  .footer-cta { width: calc(100% - 40px); padding: 38px 0 30px; }
  .footer-cta h2 { font-size: 40px; }
  .footer-main { width: calc(100% - 40px); padding: 28px 0 36px; grid-template-columns: 1fr; gap: 34px; }
  .footer-links { grid-template-columns: 1fr 1fr; }
  .footer-wordmark { width: calc(100% - 40px); font-size: 25vw; }
  .footer-bottom { padding: 18px 20px; align-items: start; flex-direction: column; gap: 13px; }
}

@media (max-width: 560px) {
  .product-matrix { grid-template-columns: 1fr; }
  .matrix-card { min-height: 132px; }
  .manual-download-grid { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition-duration: .01ms !important; }
}
/* HOME SHOWCASE V1 */
.home-showcase.product-banner {
  position: relative;
  padding: 28px 0 68px;
  background:
    radial-gradient(circle at 50% 0, rgba(37, 66, 84, .12), transparent 34%),
    linear-gradient(180deg, #eef2f4 0%, #f5f7f8 100%);
}
.home-showcase-shell {
  position: relative;
  width: var(--container);
  margin: 0 auto;
  border: 1px solid rgba(16, 24, 32, .16);
  border-radius: 24px;
  background: #050607;
  box-shadow: 0 30px 80px rgba(13, 25, 35, .18);
  overflow: hidden;
}
.home-showcase-stage {
  position: relative;
  height: clamp(248px, 25vw, 305px);
  min-height: 0;
  aspect-ratio: auto;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 38%, rgba(255, 255, 255, .035), transparent 44%),
    #000;
  outline: none;
}
.home-showcase-stage:focus-visible {
  box-shadow: inset 0 0 0 2px var(--red);
}
.home-showcase-eyebrow {
  position: absolute;
  z-index: 6;
  top: 22px;
  left: 26px;
  margin: 0;
  padding: 7px 10px;
  color: rgba(255, 255, 255, .72);
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 999px;
  background: rgba(0, 0, 0, .42);
  backdrop-filter: blur(10px);
  font: 700 9px/1 var(--font-sans);
  letter-spacing: .16em;
}
.home-showcase-slides,
.home-showcase-slide {
  position: absolute;
  inset: 0;
}
.home-showcase-slide {
  margin: 0;
  display: grid;
  place-items: center;
  opacity: 0;
  visibility: hidden;
  transform: scale(1.018);
  transition: opacity .58s ease, transform .9s cubic-bezier(.2, .72, .2, 1), visibility .58s;
}
.home-showcase-slide.is-active {
  z-index: 2;
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.home-showcase-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  background: #000;
}
.home-showcase-toolbar {
  position: absolute;
  z-index: 7;
  right: 22px;
  bottom: 20px;
  display: flex;
  align-items: center;
  gap: 14px;
}
.home-showcase-toolbar > p {
  min-width: 64px;
  margin: 0;
  color: rgba(255, 255, 255, .5);
  font: 500 10px/1 var(--font-sans);
  letter-spacing: .08em;
}
.home-showcase-toolbar > p b {
  margin-right: 5px;
  color: #fff;
  font-size: 22px;
}
.home-showcase-arrows {
  display: flex;
  gap: 7px;
}
.home-showcase-arrows button {
  width: 39px;
  height: 39px;
  display: grid;
  place-items: center;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 50%;
  background: rgba(0, 0, 0, .46);
  backdrop-filter: blur(12px);
  font-size: 20px;
  cursor: pointer;
  transition: border-color .2s ease, background .2s ease, transform .2s ease;
}
.home-showcase-arrows button:hover,
.home-showcase-arrows button:focus-visible {
  border-color: var(--red);
  background: var(--red);
  transform: translateY(-1px);
  outline: none;
}
.home-showcase-thumbs {
  position: relative;
  z-index: 9;
  padding: 14px;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 9px;
  border-top: 1px solid rgba(255, 255, 255, .1);
  background: linear-gradient(180deg, #0b0d10, #070809);
}
.home-showcase-thumbs button {
  position: relative;
  min-width: 0;
  padding: 6px;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 7px;
  color: rgba(255, 255, 255, .58);
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 10px;
  background: #020303;
  text-align: left;
  cursor: pointer;
  overflow: hidden;
  transition: border-color .22s ease, background .22s ease, transform .22s ease;
}
.home-showcase-thumbs button::after {
  content: "";
  position: absolute;
  left: 7px;
  right: 7px;
  bottom: 0;
  height: 2px;
  background: var(--red);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .28s ease;
}
.home-showcase-thumbs button:hover {
  border-color: rgba(255, 255, 255, .22);
  transform: translateY(-2px);
}
.home-showcase-thumbs button.is-active {
  color: #fff;
  border-color: rgba(237, 28, 36, .72);
  background: #101214;
}
.home-showcase-thumbs button.is-active::after { transform: scaleX(1); }
.home-showcase-thumbs button:focus-visible {
  outline: 2px solid var(--red);
  outline-offset: 2px;
}
.home-showcase-thumbs img {
  width: 100%;
  aspect-ratio: 2.75 / 1;
  object-fit: contain;
  background: #000;
  border-radius: 6px;
  opacity: .62;
  transition: opacity .22s ease, filter .22s ease;
}
.home-showcase-thumbs button:hover img,
.home-showcase-thumbs button.is-active img { opacity: 1; }
.home-showcase-thumbs span {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 8px;
}
.home-showcase-thumbs i {
  color: var(--red);
  font: 700 8px/1 var(--font-sans);
  font-style: normal;
}
.home-showcase-thumbs b {
  min-width: 0;
  overflow: hidden;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .04em;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.home-showcase-progress {
  position: absolute;
  z-index: 11;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, var(--red), #ff5b61);
  transform: scaleX(0);
  transform-origin: left;
  animation: homeShowcaseProgress var(--home-showcase-autoplay-duration, 3s) linear infinite;
}
.home-showcase.is-paused .home-showcase-progress { animation-play-state: paused; }
@keyframes homeShowcaseProgress { to { transform: scaleX(1); } }

@media (max-width: 900px) {
  .home-showcase-stage { height: clamp(210px, 30vw, 250px); min-height: 0; aspect-ratio: auto; }
  .home-showcase-thumbs {
    grid-template-columns: repeat(5, minmax(170px, 1fr));
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scrollbar-width: thin;
  }
}
@media (max-width: 680px) {
  .home-showcase.product-banner { padding: 14px 0 50px; }
  .home-showcase-shell { width: calc(100vw - 20px); border-radius: 16px; }
  .home-showcase-stage { height: clamp(150px, 35vw, 205px); min-height: 0; aspect-ratio: auto; }
  .home-showcase-eyebrow { top: 12px; left: 12px; font-size: 10px; }
  .home-showcase-toolbar { right: 12px; bottom: 10px; }
  .home-showcase-toolbar > p { display: none; }
  .home-showcase-arrows button { width: 34px; height: 34px; }
  .home-showcase-thumbs { padding: 10px; grid-template-columns: repeat(5, 148px); gap: 7px; }
  .home-showcase-thumbs b { font-size: 12px; }
}

/* RESOURCE CENTER V2 · compact horizontal editorial system */
.resource-center { padding: 82px 0 96px; background: #f1f4f5; }
.resource-center-heading { align-items: end; margin-bottom: 24px; }
.resource-center-heading h2 { letter-spacing: -.07em; }
.resource-grid { grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 14px; }
.resource-card, .resource-card--featured { grid-column: span 1; grid-row: auto; border-radius: 12px; }
.resource-card--featured { grid-column: span 2; }
.resource-card figure, .resource-card--featured figure { aspect-ratio: 1.45 / 1; }
.resource-card > div, .resource-card--featured > div { flex: 0 0 auto; min-height: 145px; padding: 15px 28px 17px 16px; }
.resource-card--featured > div { min-height: 145px; padding: 17px 34px 18px 19px; }
.resource-card h3, .resource-card--featured h3 { font-size: 19px; }
.resource-card--featured h3 { font-size: clamp(19px, 1.7vw, 25px); }
.resource-card p { font-size: 14px; line-height: 1.5; }
.resource-card i { right: 13px; bottom: 14px; }
@media (max-width: 1100px) {
  .resource-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .resource-card--featured { grid-column: span 2; }
}
@media (max-width: 760px) {
  .resource-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .resource-card--featured { grid-column: span 2; }
  .resource-card figure, .resource-card--featured figure { aspect-ratio: 1.65 / 1; }
}

/* SHOWCASE V4 · full-width image and readable preview rail */
.home-showcase-shell { width: min(1600px, calc(100% - 48px)); background: #f1f4f5; }
.home-showcase-shell { background: #f1f4f5; }
.home-showcase-stage { height: auto; aspect-ratio: 4.5 / 1; min-height: 0; }
.home-showcase-slide { padding-right: 0; }
.home-showcase-slide img { object-fit: contain !important; }
.home-showcase-thumbs { position: relative; right: auto; bottom: auto; width: auto; max-height: none; padding: 10px 16px 12px; display: flex; flex-direction: row; justify-content: flex-end; gap: 8px; border-color: rgba(16,24,32,.08); background: transparent; }
.home-showcase-thumbs button { flex: 0 0 116px; width: 116px; height: 54px; border-color: rgba(255,255,255,.16); background: rgba(0,0,0,.78); }
.home-showcase-thumbs button.is-active { border-color: rgba(237,28,36,.9); box-shadow: inset 0 0 0 1px rgba(237,28,36,.32), 0 0 18px rgba(237,28,36,.18); }
.home-showcase-thumbs img { object-fit: contain; opacity: .7; }
.home-showcase-thumbs span { left: 6px; right: 6px; bottom: 4px; display: flex; align-items: center; justify-content: space-between; padding: 3px 5px; background: linear-gradient(90deg, rgba(0,0,0,.84), rgba(0,0,0,.28)); }
.home-showcase-thumbs b { display: block; max-width: 118px; color: #fff; font-size: 12px; }
.home-showcase-toolbar { right: 210px; }
.home-showcase-progress { bottom: 76px; }
.home-showcase-shell { background: #050607 !important; }
.home-showcase-thumbs { position: absolute; right: 18px; bottom: 18px; width: 176px; max-height: calc(100% - 36px); padding: 8px; display: flex; flex-direction: column; gap: 7px; border-color: rgba(255,255,255,.18); background: transparent; }
.home-showcase-thumbs button { flex: 0 0 48px; width: 100%; height: 48px; }
.home-showcase-progress { bottom: 0; }
html[data-theme="dark"] body { color: #e8edf2; background: #05080c; }
html[data-theme="dark"] .home-showcase.product-banner { background: #080d13; }
html[data-theme="dark"] .home-showcase-shell { background: #050607 !important; border-color: rgba(255,255,255,.16); }
html[data-theme="dark"] .home-showcase-thumbs { background: transparent; border-color: rgba(255,255,255,.12); }
html[data-theme="dark"] .new-products,
html[data-theme="dark"] .series { color: #e8edf2; background: #080d13; }
html[data-theme="dark"] .new-products h2,
html[data-theme="dark"] .product-section-heading h2,
html[data-theme="dark"] .news-center h2,
html[data-theme="dark"] .resource-center h2 { color: #f3f6f8; }
html[data-theme="dark"] .product-matrix-layout--full .matrix-card { border-color: rgba(255,255,255,.14); background: #0d141c; }
html[data-theme="dark"] .product-matrix-layout--full .matrix-card h4 { color: #edf2f5; }
html[data-theme="dark"] .series .new-products-eyebrow { color: #8b9aa6; }
html[data-theme="dark"] .series .product-section-heading > a { color: #d9e1e6; border-color: rgba(255,255,255,.18); }
html[data-theme="dark"] .news-center,
html[data-theme="dark"] .resource-center { background: #0a1017; }
html[data-theme="dark"] .news-feature,
html[data-theme="dark"] .news-row,
html[data-theme="dark"] .resource-card { border-color: rgba(255,255,255,.14); background: #111a23; }
html[data-theme="dark"] .news-feature h3,
html[data-theme="dark"] .news-row h3,
html[data-theme="dark"] .resource-card h3 { color: #f0f4f7; }
html[data-theme="dark"] .news-feature p,
html[data-theme="dark"] .resource-card p { color: #9ba9b5; }
html[data-theme="dark"] .resource-card span,
html[data-theme="dark"] .news-row > div > span { color: #7f919f; }
.product-matrix-layout--full .matrix-card { aspect-ratio: 1 / 1; }
.product-matrix-layout--full .matrix-card > div { min-height: 66px; flex: 0 0 auto; }
.product-matrix-layout--full .matrix-card figure { min-height: 0; flex: 1 1 auto; aspect-ratio: auto; }
.product-matrix-layout--full .matrix-card > div { align-items: center; text-align: center; }
.product-matrix-layout--full .matrix-card h4 { width: 100%; text-align: center; }
@media (max-width: 620px) {
  .product-matrix-layout--full .matrix-card { aspect-ratio: 1 / 1; }
}
.resource-card:nth-child(3) figure { background: #0a0d10; }
@media (max-width: 680px) {
  .home-showcase-shell { width: calc(100vw - 20px); }
  .home-showcase-stage { aspect-ratio: 2.2 / 1; height: auto; }
  .home-showcase-slide { padding-bottom: 58px; }
  .home-showcase-thumbs { right: 8px; bottom: 8px; width: auto; height: 54px; max-height: none; flex-direction: row; justify-content: flex-start; overflow-x: auto; }
  .home-showcase-thumbs button { flex-basis: 92px; width: 92px; height: 42px; }
  .home-showcase-thumbs b { display: block; font-size: 11px; }
  .home-showcase-toolbar { right: 10px; }
  .home-showcase-progress { bottom: 54px; }
}

/* SHOWCASE V7 FINAL */
.home-showcase-stage { aspect-ratio: 5 / 1; }
@media (max-width: 680px) { .home-showcase-stage { aspect-ratio: 2.9 / 1; } }

/* SHOWCASE V6 FINAL */
.home-showcase-stage { aspect-ratio: 4 / 1; }
@media (max-width: 680px) { .home-showcase-stage { aspect-ratio: 2.35 / 1; } }

/* SHOWCASE V7 FINAL · 80 percent height */
.home-showcase-stage { aspect-ratio: 5 / 1; }
@media (max-width: 680px) { .home-showcase-stage { aspect-ratio: 2.9 / 1; } }

/* SHOWCASE V5 FINAL */
.home-showcase-stage { aspect-ratio: 3.15 / 1; }
@media (max-width: 680px) { .home-showcase-stage { aspect-ratio: 2.15 / 1; } }

/* SHOWCASE V6 FINAL · ultra-wide compact banner */
.home-showcase-stage { aspect-ratio: 4 / 1; }
@media (max-width: 680px) { .home-showcase-stage { aspect-ratio: 2.35 / 1; } }

/* RESOURCE CENTER V3 FINAL · five-up horizontal cards */
.resource-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 14px; }
.resource-card, .resource-card--featured { grid-column: span 1; grid-row: auto; }
.resource-card figure, .resource-card--featured figure { aspect-ratio: 1.42 / 1; }
.resource-card > div, .resource-card--featured > div { min-height: 142px; padding: 15px 25px 16px 15px; }
.resource-card h3, .resource-card--featured h3 { font-size: 19px; }
.resource-card--featured h3 { font-size: 21px; }
@media (max-width: 1180px) { .resource-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (max-width: 760px) { .resource-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 520px) { .resource-grid { grid-template-columns: 1fr; } }

/* SHOWCASE V5 FINAL · shorter desktop banner */
.home-showcase-stage { aspect-ratio: 3.15 / 1; }
@media (max-width: 680px) { .home-showcase-stage { aspect-ratio: 2.15 / 1; } }

/* SHOWCASE V5 · shorter desktop banner */
.home-showcase-stage { aspect-ratio: 3.15 / 1; }
@media (max-width: 680px) { .home-showcase-stage { aspect-ratio: 2.15 / 1; } }

/* GLOBAL HOME HERO V1 · light-to-dark industrial narrative */
.global-hero { position: relative; min-height: 620px; overflow: hidden; color: #fff; background: #070a0e; }
.global-hero-media, .global-hero-overlay { position: absolute; inset: 0; }
.global-hero-media img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center right; }
.global-hero-overlay { background: linear-gradient(90deg, rgba(5,9,14,.98) 0%, rgba(5,9,14,.86) 28%, rgba(5,9,14,.38) 58%, rgba(5,9,14,.08) 100%); }
.global-hero-content { position: relative; z-index: 1; width: min(1320px, calc(100% - 72px)); min-height: 620px; margin: 0 auto; display: flex; flex-direction: column; justify-content: center; padding: 74px 0 64px; }
.global-hero-eyebrow { margin: 0 0 22px; color: #59d8ef; font: 500 11px/1.2 var(--font-sans); letter-spacing: .22em; }
.global-hero h1 { max-width: 620px; margin: 0; font-size: clamp(48px, 6.2vw, 92px); line-height: .98; letter-spacing: -.075em; }
.global-hero h1 em { color: #e9f6f8; font-style: normal; }
.global-hero-copy { max-width: 470px; margin: 28px 0 0; color: rgba(234,243,246,.78); font-size: 19px; line-height: 1.7; }
.global-hero-actions { display: flex; gap: 11px; margin-top: 32px; }
.global-hero-actions a { display: inline-flex; align-items: center; gap: 18px; min-height: 48px; padding: 0 20px; border-radius: 3px; font-size: 17px; text-decoration: none; transition: transform .2s ease, background .2s ease; }
.global-hero-actions a:hover, .global-hero-actions a:focus-visible { transform: translateY(-2px); outline: none; }
.global-hero-primary { color: #fff; background: #ed1b24; box-shadow: 0 10px 24px rgba(237,27,36,.24); }
.global-hero-secondary { color: #e8f1f3; border: 1px solid rgba(232,241,243,.38); background: rgba(255,255,255,.05); }
.global-hero-actions i { font-style: normal; font-size: 20px; }
.global-hero-stats { display: flex; gap: 28px; margin-top: 56px; color: rgba(234,243,246,.6); font-size: 14px; letter-spacing: .04em; }
.global-hero-stats span { display: inline-flex; align-items: baseline; gap: 7px; }
.global-hero-stats b { color: #fff; font: 700 20px/1 var(--font-sans); letter-spacing: -.03em; }
@media (max-width: 780px) {
  .global-hero { min-height: 640px; }
  .global-hero-content { width: min(100% - 38px, 560px); min-height: 640px; padding: 68px 0 48px; justify-content: flex-end; }
  .global-hero-media img { object-position: 67% center; }
  .global-hero-overlay { background: linear-gradient(180deg, rgba(5,9,14,.3) 0%, rgba(5,9,14,.65) 46%, rgba(5,9,14,.98) 100%); }
  .global-hero-copy { font-size: 17px; }
  .global-hero-stats { gap: 14px; margin-top: 36px; flex-wrap: wrap; }
  .global-hero-stats b { font-size: 20px; }
}
@media (prefers-reduced-motion: reduce) {
  .home-showcase-slide { transition: none; }
  .home-showcase-progress { animation: none; transform: scaleX(1); }
}
/* HOME SHOWCASE V2 · COMPACT PREVIEW RAIL */
.visual-products-page .home-showcase-stage {
  height: clamp(230px, 22vw, 290px);
  min-height: 0;
  max-height: none;
  aspect-ratio: auto;
}
.home-showcase-toolbar {
  top: 18px;
  right: 184px;
  bottom: auto;
}
.home-showcase-thumbs {
  position: absolute;
  z-index: 9;
  top: auto;
  right: 16px;
  bottom: 16px;
  width: 148px;
  max-height: calc(100% - 32px);
  padding: 7px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 11px;
  background: rgba(6, 8, 10, .78);
  box-shadow: 0 14px 28px rgba(0, 0, 0, .26);
  backdrop-filter: blur(12px);
  overflow: hidden;
}
.home-showcase-thumbs button {
  position: relative;
  flex: 0 0 37px;
  width: 100%;
  height: 37px;
  padding: 3px;
  display: block;
  border-radius: 7px;
}
.home-showcase-thumbs button::after { left: 3px; right: 3px; }
.home-showcase-thumbs img {
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  object-fit: cover;
  border-radius: 4px;
}
.home-showcase-thumbs span {
  position: absolute;
  left: 7px;
  bottom: 5px;
  display: block;
  padding: 2px 4px;
  border-radius: 3px;
  background: rgba(0, 0, 0, .68);
  line-height: 1;
}
.home-showcase-thumbs i { color: #fff; font-size: 10px; }
.home-showcase-thumbs b { display: none; }
@media (max-width: 680px) {
  .home-showcase-stage { height: 200px; }
  .home-showcase-toolbar { top: 10px; right: 10px; }
  .home-showcase-thumbs {
    left: 8px;
    right: 8px;
    bottom: 8px;
    width: auto;
    max-height: none;
    height: 54px;
    padding: 5px;
    flex-direction: row;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .home-showcase-thumbs button {
    flex: 0 0 76px;
    width: 76px;
    height: 42px;
  }
}
/* HOME SHOWCASE V3 · FULL IMAGE SAFE AREA */
.home-showcase-slide {
  box-sizing: border-box;
  padding-right: 166px;
}
.home-showcase-slide img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: contain !important;
  object-position: center center;
  background: #000;
}
@media (max-width: 680px) {
  .home-showcase-slide {
    padding-right: 0;
    padding-bottom: 58px;
  }
}
/* NEW PRODUCTS V1 */
.new-products {
  position: relative;
  padding: 76px 0 92px;
  background: #fff;
}
.new-products-inner {
  width: var(--container);
  margin: 0 auto;
}
.new-products-heading {
  margin-bottom: 28px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
}
.new-products-eyebrow {
  position: relative;
  margin: 0 0 13px;
  padding-left: 18px;
  color: #929ba3;
  font: 700 9px/1 var(--font-sans);
  letter-spacing: .18em;
}
.new-products-eyebrow::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 9px;
  height: 2px;
  background: var(--red);
  transform: translateY(-50%);
}
.new-products-heading h2 {
  margin: 0;
  color: #101820;
  font-size: clamp(36px, 4vw, 58px);
  line-height: 1;
  letter-spacing: -.06em;
}
.new-products-heading > a {
  min-height: 36px;
  padding: 0 13px;
  display: inline-flex;
  align-items: center;
  gap: 17px;
  color: #58636e;
  border: 1px solid #d9dfe4;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 700;
  transition: color .2s ease, border-color .2s ease, background .2s ease;
}
.new-products-heading > a i { color: var(--red); font-style: normal; }
.new-products-heading > a:hover {
  color: #fff;
  border-color: #101820;
  background: #101820;
}
.new-products-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.new-product-card {
  min-width: 0;
  display: block;
  border: 1px solid #d9dfe4;
  border-radius: 9px;
  background: #070809;
  overflow: hidden;
  transition: transform .28s ease, border-color .28s ease, box-shadow .28s ease;
}
.new-product-card:hover {
  border-color: var(--red);
  box-shadow: 0 16px 30px rgba(12, 24, 34, .14);
  transform: translateY(-4px);
}
.new-product-card figure {
  position: relative;
  aspect-ratio: 2.6 / 1;
  margin: 0;
  overflow: hidden;
  background: #000;
}
.new-product-card figure::after {
  content: none;
}
.new-product-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease;
}
.new-product-card .new-product-image--dark { display: none; }
html[data-theme="dark"] .new-product-card .new-product-image--light { display: none; }
html[data-theme="dark"] .new-product-card .new-product-image--dark { display: block; }
.new-product-card:hover img { transform: scale(1.045); }
.new-product-card figcaption {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}
.new-product-card figcaption span {
  color: #ff4a52;
  font: 700 8px/1 var(--font-sans);
  letter-spacing: .1em;
}
.new-product-card figcaption b {
  font-size: 15px;
  line-height: 1.25;
  font-weight: 700;
  letter-spacing: -.02em;
}
@media (max-width: 980px) {
  .new-products-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
}
@media (max-width: 680px) {
  .new-products { padding: 52px 0 64px; }
  .new-products-heading { align-items: flex-start; flex-direction: column; gap: 18px; }
  .new-products-heading h2 { font-size: 42px; }
  .new-products-heading > a { align-self: flex-start; }
  .new-products-grid { grid-template-columns: 1fr; gap: 10px; }
  .new-product-card figcaption b { font-size: 16px; }
}
/* NEW PRODUCTS V2 · TWO BY TWO */
.new-products-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.new-product-card figure { aspect-ratio: 2.6 / 1; }
@media (max-width: 680px) {
  .new-products-grid { grid-template-columns: 1fr; gap: 10px; }
}
/* PRODUCT MATRIX V2 · FULL WIDTH IMAGE GRID */
.product-matrix-layout--full {
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
}
.product-matrix-layout--full .matrix-series-labels { display: none; }
.product-matrix-layout--full .product-matrix {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px 14px;
}
.product-matrix-layout--full .matrix-card figure {
  aspect-ratio: 2.6 / 1;
  background: #050607;
}
.product-matrix-layout--full .matrix-card img {
  object-fit: contain;
}
@media (max-width: 900px) {
  .product-matrix-layout--full .product-matrix { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 620px) {
  .product-matrix-layout--full .product-matrix { grid-template-columns: 1fr; gap: 12px; }
}
/* PRODUCT MATRIX V3 · TITLE ABOVE IMAGE */
.product-section-heading { margin-bottom: 28px; }
.product-matrix-layout--full .matrix-card {
  display: flex;
  flex-direction: column;
}
.product-matrix-layout--full .matrix-card > div {
  order: 0;
  min-height: 74px;
  padding: 14px 15px 12px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  border-top: 0;
  border-bottom: 1px solid #e2e5e8;
  background: #fff;
}
.product-matrix-layout--full .matrix-card figure {
  order: 1;
  border-top: 0;
}
.product-matrix-layout--full .matrix-card small {
  display: block;
  margin-bottom: 6px;
  color: #9aa3ab;
  font: 700 8px/1 var(--font-sans);
  letter-spacing: .1em;
}
.product-matrix-layout--full .matrix-card h4 {
  margin: 0;
  font-size: 21px;
  line-height: 1.2;
  text-align: left;
}
.product-matrix-layout--full .matrix-card p {
  display: block;
  margin: 5px 0 0;
  color: #7f8992;
  font-size: 13px;
}
@media (max-width: 620px) {
  .product-section-heading { margin-bottom: 22px; }
}
/* HEADING ALIGNMENT V1 */
.new-products-heading,
.product-section-heading {
  width: var(--container);
  margin-left: auto;
  margin-right: auto;
}
.visual-products-page .new-products > .new-products-inner > .new-products-heading,
.visual-products-page .series > .product-section-heading {
  justify-content: center;
  text-align: center;
}
.visual-products-page .new-products > .new-products-inner > .new-products-heading > div,
.visual-products-page .series > .product-section-heading > div {
  width: 100%;
}
@media (min-width: 681px) {
  .visual-products-page .series > .product-section-heading { position: relative; }
  .visual-products-page .series > .product-section-heading > a {
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
/* NEWS CENTER V1 */
.news-center {
  position: relative;
  padding: 86px 0 100px;
  background: #f3f5f6;
}
.news-center-inner {
  width: var(--container);
  margin: 0 auto;
}
.news-center-heading { margin-bottom: 30px; }
.news-center-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr);
  gap: 18px;
}
.news-feature,
.news-row {
  min-width: 0;
  border: 1px solid #dce1e5;
  background: #fff;
  transition: transform .28s ease, border-color .28s ease, box-shadow .28s ease;
}
.news-feature:hover,
.news-row:hover {
  border-color: var(--red);
  box-shadow: 0 16px 34px rgba(18, 31, 43, .1);
  transform: translateY(-3px);
}
.news-feature { display: flex; flex-direction: column; }
.news-feature figure {
  position: relative;
  aspect-ratio: 1.75 / 1;
  margin: 0;
  overflow: hidden;
  background: #101820;
}
.news-feature figure::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(0, 0, 0, .5));
}
.news-feature figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease;
}
.news-feature:hover figure img { transform: scale(1.035); }
.news-feature figure > span {
  position: absolute;
  z-index: 2;
  left: 18px;
  bottom: 15px;
  color: #fff;
  font: 700 9px/1 var(--font-sans);
  letter-spacing: .1em;
}
.news-feature > div {
  position: relative;
  min-height: 142px;
  padding: 20px 50px 20px 22px;
}
.news-feature > div p {
  margin: 0 0 10px;
  color: var(--red);
  font: 700 9px/1 var(--font-sans);
  letter-spacing: .14em;
  text-transform: uppercase;
}
.news-feature h3 {
  margin: 0;
  color: #101820;
  font-size: clamp(20px, 2.1vw, 29px);
  line-height: 1.35;
  letter-spacing: -.04em;
}
.news-feature > div > i,
.news-row > div > i {
  position: absolute;
  color: var(--red);
  font-style: normal;
}
.news-feature > div > i { right: 22px; bottom: 21px; font-size: 25px; }
.news-list { display: flex; flex-direction: column; gap: 12px; }
.news-row {
  min-height: 0;
  display: grid;
  grid-template-columns: 164px minmax(0, 1fr);
}
.news-row figure { margin: 0; overflow: hidden; background: #101820; }
.news-row figure img {
  width: 100%;
  height: 100%;
  min-height: 112px;
  display: block;
  object-fit: cover;
  transition: transform .45s ease;
}
.news-row:hover figure img { transform: scale(1.045); }
.news-row > div {
  position: relative;
  min-width: 0;
  padding: 16px 33px 14px 17px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.news-row > div > span {
  margin-bottom: 9px;
  color: #8a949c;
  font: 700 8px/1 var(--font-sans);
  letter-spacing: .1em;
}
.news-row h3 {
  margin: 0;
  color: #101820;
  font-size: 18px;
  line-height: 1.45;
  letter-spacing: -.025em;
}
.news-row > div > i { right: 16px; bottom: 16px; font-size: 20px; }
@media (max-width: 980px) {
  .news-center-layout { grid-template-columns: 1fr; }
  .news-feature figure { aspect-ratio: 2.25 / 1; }
  .news-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .news-row { display: flex; flex-direction: column; }
  .news-row figure { aspect-ratio: 1.7 / 1; }
  .news-row figure img { min-height: 0; }
  .news-row > div { min-height: 118px; padding: 13px; }
  .news-row > div > i { right: 13px; bottom: 12px; }
}
@media (max-width: 680px) {
  .news-center { padding: 58px 0 72px; }
  .news-list { grid-template-columns: 1fr; gap: 10px; }
  .news-row { display: grid; grid-template-columns: 118px minmax(0, 1fr); }
  .news-row figure { aspect-ratio: auto; }
  .news-row figure img { min-height: 84px; }
  .news-row > div { min-height: 84px; padding: 11px 28px 10px 12px; }
  .news-row h3 { font-size: 16px; }
}
/* NEWS CENTER V2 · BALANCED EDITORIAL GRID */
.news-center-layout {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}
.news-feature figure { aspect-ratio: 2.36 / 1; }
.news-feature > div { min-height: 120px; padding: 18px 48px 18px 20px; }
.news-feature h3 { font-size: clamp(18px, 1.8vw, 25px); }
.news-row { grid-template-columns: 148px minmax(0, 1fr); }
.news-row h3 { font-size: 17px; }
@media (max-width: 980px) {
  .news-center-layout { grid-template-columns: 1fr; gap: 16px; }
  .news-feature figure { aspect-ratio: 2.36 / 1; }
}

/* RESOURCE CENTER V2 FINAL OVERRIDES */
.resource-center { padding: 82px 0 96px; background: #f1f4f5; }
.resource-center-heading { align-items: end; margin-bottom: 24px; }
.resource-grid { grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 14px; }
.resource-card, .resource-card--featured { grid-column: span 1; grid-row: auto; border-radius: 12px; }
.resource-card--featured { grid-column: span 2; }
.resource-card figure, .resource-card--featured figure { aspect-ratio: 1.45 / 1; }
.resource-card > div, .resource-card--featured > div { flex: 0 0 auto; min-height: 145px; padding: 15px 28px 17px 16px; }
.resource-card--featured > div { min-height: 145px; padding: 17px 34px 18px 19px; }
.resource-card h3, .resource-card--featured h3 { font-size: 19px; }
.resource-card--featured h3 { font-size: clamp(19px, 1.7vw, 25px); }
.resource-card p { font-size: 14px; line-height: 1.5; }
.resource-card i { right: 13px; bottom: 14px; }
@media (max-width: 1100px) {
  .resource-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .resource-card--featured { grid-column: span 2; }
}
@media (max-width: 760px) {
  .resource-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .resource-card--featured { grid-column: span 2; }
  .resource-card figure, .resource-card--featured figure { aspect-ratio: 1.65 / 1; }
}

/* RESOURCE CENTER V1 · technical editorial cards */
.resource-center { padding: 86px 0 98px; background: #f5f7f8; }
.resource-center-inner { width: min(1320px, calc(100% - 72px)); margin: 0 auto; }
.resource-center-heading { margin-bottom: 28px; }
.resource-grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 16px; }
.resource-card { grid-column: span 3; display: flex; flex-direction: column; min-width: 0; overflow: hidden; color: #101820; background: #fff; border: 1px solid #d8e0e5; border-radius: 16px; text-decoration: none; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.resource-card:hover, .resource-card:focus-visible { transform: translateY(-5px); border-color: #ec1c24; box-shadow: 0 18px 40px rgba(16,24,32,.12); outline: none; }
.resource-card--featured { grid-column: span 6; grid-row: span 2; }
.resource-card figure { aspect-ratio: 1.7 / 1; margin: 0; overflow: hidden; background: #07090b; }
.resource-card--featured figure { aspect-ratio: 1.82 / 1; }
.resource-card figure img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .35s ease; }
.resource-card:hover figure img { transform: scale(1.035); }
.resource-card > div { position: relative; flex: 1; padding: 16px 36px 18px 18px; }
.resource-card span { color: #84929d; font: 500 9px/1.2 var(--font-sans); letter-spacing: .18em; }
.resource-card h3 { margin: 9px 0 0; font-size: 20px; line-height: 1.2; letter-spacing: -.035em; }
.resource-card p { margin: 8px 0 0; color: #687782; font-size: 15px; line-height: 1.55; }
.resource-card i { position: absolute; right: 16px; bottom: 17px; color: #ec1c24; font-style: normal; font-size: 21px; }
.resource-card--featured h3 { font-size: clamp(21px, 2.2vw, 30px); }
.resource-card--featured > div { padding: 20px 46px 23px 22px; }
.product-matrix .matrix-card > div { text-align: center; }
.product-matrix .matrix-card h4 { text-align: center; }
@media (max-width: 980px) {
  .resource-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .resource-card, .resource-card--featured { grid-column: span 1; grid-row: span 1; }
  .resource-card--featured { grid-column: span 2; }
}
@media (max-width: 680px) {
  .resource-center { padding: 62px 0 72px; }
  .resource-center-inner { width: min(100% - 32px, 520px); }
  .resource-grid { grid-template-columns: 1fr; gap: 12px; }
  .resource-card, .resource-card--featured { grid-column: span 1; }
  .resource-card--featured figure, .resource-card figure { aspect-ratio: 1.72 / 1; }
}

/* PRODUCT CASES · a single polished row on desktop, swipeable rail on narrow screens */
.resource-center-inner { width: min(1480px, calc(100% - 72px)); }
.resource-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; align-items: stretch; }
.resource-card, .resource-card--featured,
.resource-card:nth-child(4), .resource-card:nth-child(5) {
  grid-column: auto;
  grid-row: auto;
  height: 100%;
  border-color: #d9e0e5;
  border-radius: 18px;
  box-shadow: 0 12px 30px rgba(16, 24, 32, .07);
}
.resource-card:hover, .resource-card:focus-visible {
  border-color: #aeb9c2;
  transform: translateY(-4px);
  box-shadow: 0 20px 42px rgba(16, 24, 32, .13);
}
.resource-card figure, .resource-card--featured figure { aspect-ratio: 329 / 229; }
.resource-card > div, .resource-card--featured > div { min-height: 132px; padding: 18px 18px 20px; }
.resource-card h3, .resource-card--featured h3 { margin-top: 0; font-size: clamp(18px, 1.25vw, 21px); line-height: 1.25; }
.resource-card p { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.resource-card i { display: none; }
html[data-theme="dark"] .resource-card,
html[data-theme="dark"] .resource-card--featured {
  border-color: rgba(255, 255, 255, .13);
  box-shadow: 0 12px 30px rgba(0, 0, 0, .22);
}
html[data-theme="dark"] .resource-card:hover,
html[data-theme="dark"] .resource-card:focus-visible {
  border-color: rgba(255, 255, 255, .3);
  box-shadow: 0 20px 42px rgba(0, 0, 0, .34);
}
@media (max-width: 1180px) {
  .resource-grid {
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: minmax(270px, 36vw);
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    padding-bottom: 10px;
    scroll-snap-type: inline mandatory;
    scrollbar-width: thin;
  }
  .resource-card { scroll-snap-align: start; }
}
@media (max-width: 760px) {
  .resource-grid { grid-auto-columns: minmax(268px, 82vw); }
}

/* SHOWCASE V4 FINAL OVERRIDES */
.home-showcase-shell { width: min(1600px, calc(100% - 48px)); }
.home-showcase-shell { width: var(--container); }
.resource-center-inner, .footer-cta, .footer-main, .footer-wordmark { width: var(--container); }
.home-showcase-stage { height: auto; aspect-ratio: 4.5 / 1; min-height: 0; }
.home-showcase-slide { padding-right: 0; }
.home-showcase-slide img { object-fit: contain !important; }
.home-showcase-shell { background: #f1f4f5 !important; }
.home-showcase-thumbs { position: relative; right: auto; bottom: auto; width: auto; max-height: none; padding: 12px 16px 14px; display: flex; flex-direction: row; justify-content: flex-end; gap: 8px; border-color: rgba(16,24,32,.08); background: #fff; }
.home-showcase-thumbs button { flex: 0 0 116px; width: 116px; height: 54px; border-color: rgba(16,24,32,.14); background: #fff; }
.home-showcase-thumbs button.is-active { border-color: rgba(237,28,36,.9); box-shadow: inset 0 0 0 1px rgba(237,28,36,.32), 0 0 18px rgba(237,28,36,.18); }
.home-showcase-thumbs img { object-fit: contain; background: #fff; opacity: .7; }
.home-showcase-thumbs span { left: 6px; right: 6px; bottom: 4px; display: flex; align-items: center; justify-content: space-between; padding: 3px 5px; background: #fff; }
.home-showcase-thumbs i { color: var(--red); }
.home-showcase-thumbs b { display: block; max-width: 118px; color: #111923; font-size: 12px; }
.home-showcase-toolbar { right: 210px; }
.home-showcase-progress { bottom: 80px; }
@media (max-width: 680px) {
  .home-showcase-shell { width: calc(100vw - 20px); }
  .home-showcase-stage { aspect-ratio: 2.2 / 1; height: auto; }
  .home-showcase-slide { padding-bottom: 58px; }
  .home-showcase-thumbs { right: auto; bottom: auto; width: auto; height: 54px; max-height: none; flex-direction: row; justify-content: flex-start; overflow-x: auto; }
  .home-showcase-thumbs button { flex-basis: 92px; width: 92px; height: 42px; }
  .home-showcase-thumbs b { display: block; font-size: 11px; }
  .home-showcase-toolbar { right: 10px; }
}

/* DARK THEME FINAL OVERRIDES — keep every home section continuous */
html[data-theme="dark"] body,
html[data-theme="dark"] main { background: #05080c; color: #e8edf2; }
html[data-theme="dark"] .home-showcase.product-banner,
html[data-theme="dark"] .new-products,
html[data-theme="dark"] .series,
html[data-theme="dark"] .news-center,
html[data-theme="dark"] .resource-center { background: #080d13 !important; }
html[data-theme="dark"] .home-showcase-shell { background: #050607 !important; border-color: rgba(255,255,255,.16); }
html[data-theme="dark"] .home-showcase-thumbs { background: #050607 !important; border-color: rgba(255,255,255,.12); }
html[data-theme="dark"] .home-showcase-thumbs button { background: #0a0d10; border-color: rgba(255,255,255,.18); }
html[data-theme="dark"] .home-showcase-thumbs img { background: #000; }
html[data-theme="dark"] .home-showcase-thumbs span { background: linear-gradient(90deg, rgba(0,0,0,.84), rgba(0,0,0,.28)); }
html[data-theme="dark"] .home-showcase-thumbs i,
html[data-theme="dark"] .home-showcase-thumbs b { color: #fff; }
html[data-theme="dark"] .new-products h2,
html[data-theme="dark"] .product-section-heading h2,
html[data-theme="dark"] .news-center h2,
html[data-theme="dark"] .resource-center h2 { color: #f3f6f8 !important; }
html[data-theme="dark"] .product-matrix-layout--full .matrix-card,
html[data-theme="dark"] .news-feature,
html[data-theme="dark"] .news-row,
html[data-theme="dark"] .resource-card { background: #111a23 !important; border-color: rgba(255,255,255,.14); }
html[data-theme="dark"] .new-products-eyebrow,
html[data-theme="dark"] .product-section-heading .new-products-eyebrow { color: #aebbc5 !important; }
html[data-theme="dark"] .new-products-heading > a,
html[data-theme="dark"] .product-section-heading > a { color: #d7e0e6; border-color: rgba(255,255,255,.18); background: transparent; }
html[data-theme="dark"] .new-products-heading > a:hover,
html[data-theme="dark"] .product-section-heading > a:hover { color: #fff; border-color: #ec1c24; background: #17212b; }
html[data-theme="dark"] .product-matrix-layout--full .matrix-card > div { background: #0d141c !important; border-color: rgba(255,255,255,.14); }
html[data-theme="dark"] .product-matrix-layout--full .matrix-card h4 { color: #edf2f5 !important; }
html[data-theme="dark"] .product-matrix-layout--full .matrix-card small { color: #9aaab7; }

/* NEWS GRID FINAL ALIGNMENT */
.news-center-layout { align-items: stretch; }
.news-list { display: grid; grid-template-rows: repeat(3, minmax(0, 1fr)); align-self: stretch; }
.news-row { height: 100%; min-height: 0; }
@media (max-width: 980px) {
  .news-list { grid-template-rows: none; }
  .news-row { height: auto; }
}

/* PRODUCT MATRIX THEME ART */
.news-center {
  padding: 48px 0 56px;
}
.news-center-heading {
  margin-bottom: 20px;
}
.news-center-layout {
  gap: 16px;
}
.news-feature figure {
  aspect-ratio: 2.36 / 1;
  background: #f3f5f6;
}
.news-feature figure img,
.news-row figure img {
  object-fit: contain;
  background: #f3f5f6;
}
.news-feature > div {
  min-height: 106px;
  padding: 15px 44px 15px 18px;
}
.news-feature h3 {
  font-size: clamp(17px, 1.65vw, 23px);
  line-height: 1.28;
}
.news-row {
  grid-template-columns: clamp(180px, 39%, 250px) minmax(0, 1fr);
}
.news-row > div {
  padding: 13px 30px 12px 15px;
}
.news-row h3 {
  font-size: 16px;
  line-height: 1.35;
}
.news-row figure img {
  min-height: 0;
}
@media (max-width: 980px) {
  .news-center {
    padding: 42px 0 50px;
  }
  .news-feature figure {
    aspect-ratio: 2.36 / 1;
  }
  .news-row {
    grid-template-columns: 39% minmax(0, 1fr);
  }
}

/* Keep every news image uncropped and use the same scaling mode. */
.news-row figure {
  background: #f3f5f6;
}

/* NEWS CENTER V6 · match the 2546 × 645 banner proportion */
@media (min-width: 1200px) {
  .news-center {
    height: auto;
    min-height: min(645px, 25.3346vw);
    padding: 28px 0 34px;
    aspect-ratio: auto;
    overflow: visible;
  }
  .news-center-inner {
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
  .news-center-heading {
    flex: 0 0 auto;
    margin-bottom: clamp(12px, 1vw, 20px);
  }
  .news-center-layout {
    flex: none;
  }
  .news-feature figure {
    flex: none;
    aspect-ratio: 2.36 / 1;
  }
  .news-feature > div {
    flex: none;
    min-height: 90px;
  }
}

/* NEWS CENTER V7 · never hide the third news row or the featured copy */
.news-center,
.news-center-inner,
.news-center-layout,
.news-feature,
.news-list,
.news-row {
  overflow: visible;
}

/* NEWS CENTER V8 · match the reference proportions */
@media (min-width: 1200px) {
  .news-row {
    grid-template-columns: 45% minmax(0, 1fr);
  }
}
@media (max-width: 680px) {
  .news-center {
    padding: 42px 0 56px;
  }
  .news-row {
    grid-template-columns: 118px minmax(0, 1fr);
  }
}

/* NEWS IMAGE RATIO — one consistent 16:9 visual system */
.news-feature figure { aspect-ratio: 16 / 9; }
.news-row figure { aspect-ratio: 16 / 9; align-self: center; height: auto; }
@media (max-width: 980px) {
  .news-feature figure { aspect-ratio: 16 / 9; }
  .news-row figure { aspect-ratio: 16 / 9; align-self: stretch; height: auto; }
}

/* LIGHT THEME PRODUCT ART: prevent contain letterboxing from showing dark bars */
.product-matrix-layout--full .matrix-card figure { background: #fff !important; }
html[data-theme="dark"] .product-matrix-layout--full .matrix-card figure { background: #050607 !important; }

/* Banner navigation uses the thumbnail rail; hide the floating arrows. */
.home-showcase-arrows { display: none !important; }

/* BANNER THEME ART — four supplied compositions, two theme variants */
.home-showcase-slide:nth-child(2),
.home-showcase-thumbs button:nth-child(2) { display: none !important; }
.home-showcase-slide:nth-child(1) img { content: url("/assets/visual-products/banner-theme-linex-light.jpg"); }
.home-showcase-slide:nth-child(3) img { content: url("/assets/visual-products/banner-theme-realsurface-light.jpg"); }
.home-showcase-slide:nth-child(4) img { content: url("/assets/visual-products/banner-theme-inspection-light.jpg"); }
.home-showcase-slide:nth-child(5) img { content: url("/assets/visual-products/banner-theme-insworks-light.jpg"); }
.home-showcase-thumbs button:nth-child(1) img { content: url("/assets/visual-products/banner-theme-linex-light.jpg"); }
.home-showcase-thumbs button:nth-child(3) img { content: url("/assets/visual-products/banner-theme-realsurface-light.jpg"); }
.home-showcase-thumbs button:nth-child(4) img { content: url("/assets/visual-products/banner-theme-inspection-light.jpg"); }
.home-showcase-thumbs button:nth-child(5) img { content: url("/assets/visual-products/banner-theme-insworks-light.jpg"); }
html[data-theme="dark"] .home-showcase-slide:nth-child(1) img { content: url("/assets/visual-products/banner-theme-linex-dark.jpg"); }
html[data-theme="dark"] .home-showcase-slide:nth-child(3) img { content: url("/assets/visual-products/banner-theme-realsurface-dark.jpg"); }
html[data-theme="dark"] .home-showcase-slide:nth-child(4) img { content: url("/assets/visual-products/banner-theme-inspection-dark.jpg"); }
html[data-theme="dark"] .home-showcase-slide:nth-child(5) img { content: url("/assets/visual-products/banner-theme-insworks-dark.jpg"); }
html[data-theme="dark"] .home-showcase-thumbs button:nth-child(1) img { content: url("/assets/visual-products/banner-theme-linex-dark.jpg"); }
html[data-theme="dark"] .home-showcase-thumbs button:nth-child(3) img { content: url("/assets/visual-products/banner-theme-realsurface-dark.jpg"); }
html[data-theme="dark"] .home-showcase-thumbs button:nth-child(4) img { content: url("/assets/visual-products/banner-theme-inspection-dark.jpg"); }
html[data-theme="dark"] .home-showcase-thumbs button:nth-child(5) img { content: url("/assets/visual-products/banner-theme-insworks-dark.jpg"); }
.home-showcase-thumbs button i { font-size: 0; }
.home-showcase-thumbs button i::after { font-size: 10px; }
.home-showcase-thumbs button:nth-child(1) i::after { content: "01"; }
.home-showcase-thumbs button:nth-child(3) i::after { content: "02"; }
.home-showcase-thumbs button:nth-child(4) i::after { content: "03"; }
.home-showcase-thumbs button:nth-child(5) i::after { content: "04"; }

/* Banner frame compacting: keep the outer section close to the artwork. */
.home-showcase.product-banner { padding: 16px 0 28px; }
.home-showcase-shell { margin-top: 0; margin-bottom: 0; }
.home-showcase-stage { aspect-ratio: 4.55 / 1; height: auto; }
@media (max-width: 680px) {
  .home-showcase-stage { aspect-ratio: 2.2 / 1; }
}

/* VISUAL PRODUCTS BANNER V1 · supplied 4169 × 2305 artwork */
.visual-products-page .home-showcase-stage {
  aspect-ratio: 4169 / 2305;
  height: auto;
  min-height: 0;
}
.visual-products-page .home-showcase-slide,
.visual-products-page .home-showcase-slide img {
  width: 100%;
  height: 100%;
}
.visual-products-page .home-showcase-slide img {
  object-fit: contain !important;
  object-position: center;
}
.visual-products-page .home-showcase-slide:nth-child(2),
.visual-products-page .home-showcase-thumbs button:nth-child(2) {
  display: block !important;
}
/* The <img> src is selected by locale and theme; CSS must not replace it. */
@media (max-width: 680px) {
  .visual-products-page .home-showcase-stage { aspect-ratio: 4169 / 2305; }
}

/* VISUAL PRODUCTS BANNER V2 · rounded hero with bottom thumbnail rail */
.visual-products-page .home-showcase.product-banner {
  padding: 18px 0 38px;
  background: linear-gradient(180deg, #f1f5f7 0%, #e8edf0 100%);
}
.visual-products-page .home-showcase-shell {
  width: min(1840px, calc(100% - 96px));
  border: 0;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 24px 60px rgba(24, 40, 52, .14);
  overflow: hidden;
}
.visual-products-page .home-showcase-stage {
  aspect-ratio: 2.8 / 1;
  height: auto;
  background: #fff;
}
.visual-products-page .home-showcase-slide,
.visual-products-page .home-showcase-slide img {
  background: #fff;
}
.visual-products-page .home-showcase-toolbar > p {
  color: rgba(16, 24, 32, .46);
}
.visual-products-page .home-showcase-toolbar > p b {
  color: #101820;
}
html[data-theme="dark"] .visual-products-page .home-showcase-stage {
  background: #050607;
}
html[data-theme="dark"] .visual-products-page .home-showcase-slide,
html[data-theme="dark"] .visual-products-page .home-showcase-slide img {
  background: #050607;
}
html[data-theme="dark"] .visual-products-page .home-showcase-toolbar > p {
  color: rgba(255, 255, 255, .52);
}
html[data-theme="dark"] .visual-products-page .home-showcase-toolbar > p b {
  color: #fff;
}
.visual-products-page .home-showcase-slide img,
.visual-products-page .home-showcase-thumbs img {
  content: normal !important;
}
.visual-products-page .home-showcase-toolbar {
  top: 22px;
  right: 22px;
  bottom: auto;
}
.visual-products-page .home-showcase-toolbar > p {
  min-width: auto;
  color: rgba(255, 255, 255, .52);
}
.visual-products-page .home-showcase-toolbar > p b {
  margin-right: 5px;
  font-size: 23px;
}
.visual-products-page .home-showcase-arrows {
  display: none;
}
.visual-products-page .home-showcase-thumbs {
  position: relative;
  inset: auto;
  width: 100%;
  height: 90px;
  max-height: none;
  padding: 14px 20px;
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  border-top: 1px solid rgba(16, 24, 32, .08);
  background: rgba(255, 255, 255, .96);
}
.visual-products-page .home-showcase-thumbs button {
  flex: 0 0 154px;
  width: 154px;
  height: 62px;
  padding: 5px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  border: 1px solid #dfe4e8;
  border-radius: 10px;
  background: #fff;
}
.visual-products-page .home-showcase-thumbs button.is-active {
  border-color: rgba(237, 28, 36, .72);
  box-shadow: inset 0 0 0 1px rgba(237, 28, 36, .2);
}
.visual-products-page .home-showcase-thumbs img {
  width: 100%;
  height: 40px;
  aspect-ratio: auto;
  object-fit: contain;
  background: #f4f6f7;
  border-radius: 5px;
  opacity: 1;
}
.visual-products-page .home-showcase-thumbs span {
  position: absolute;
  left: 8px;
  right: 8px;
  bottom: 4px;
  padding: 0;
  display: flex;
  justify-content: space-between;
  color: #101820;
  background: transparent;
}
.visual-products-page .home-showcase-thumbs span i { color: var(--red); }
.visual-products-page .home-showcase-thumbs b { color: #101820; font-size: 13px; }
.visual-products-page .home-showcase-progress { bottom: 90px; }
@media (max-width: 760px) {
  .visual-products-page .home-showcase-shell { width: calc(100% - 24px); border-radius: 16px; }
  .visual-products-page .home-showcase-stage { aspect-ratio: 2.05 / 1; }
  .visual-products-page .home-showcase-toolbar { right: 14px; top: 14px; }
  .visual-products-page .home-showcase-thumbs { position: relative; inset: auto; width: 100%; height: 64px; padding: 8px 10px; overflow-x: auto; justify-content: flex-start; }
  .visual-products-page .home-showcase-thumbs button { flex-basis: 116px; width: 116px; height: 48px; }
  .visual-products-page .home-showcase-thumbs img { height: 29px; }
  .visual-products-page .home-showcase-progress { bottom: 64px; }
}

/* GLOBAL HOME BANNER V10 · compact overlay thumbnail rail */
@media (min-width: 681px) {
  body:not(.visual-products-page) .home-showcase-shell {
    height: auto;
    aspect-ratio: 4.55 / 1;
    overflow: visible;
  }
  body:not(.visual-products-page) .home-showcase-stage {
    width: 100%;
    height: 100%;
    aspect-ratio: auto;
    border-radius: inherit;
    overflow: hidden;
  }
  body:not(.visual-products-page) .home-showcase-thumbs {
    position: absolute;
    right: 14px;
    bottom: -70px;
    z-index: 20;
    width: auto;
    height: 58px;
    max-height: none;
    padding: 6px;
    display: flex;
    justify-content: flex-end;
    gap: 7px;
    border: 1px solid rgba(16, 24, 32, .09);
    border-radius: 11px;
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 8px 22px rgba(16, 24, 32, .08);
    backdrop-filter: blur(12px);
  }
  body:not(.visual-products-page) .home-showcase-thumbs button {
    flex: 0 0 108px;
    width: 108px;
    height: 44px;
  }
  body:not(.visual-products-page) .home-showcase-progress {
    bottom: 0;
  }
  body:not(.visual-products-page) .home-showcase.product-banner {
    padding-bottom: 74px;
  }
}

/* VISUAL PRODUCTS BANNER V3 · match the global homepage thumbnail rail */
@media (min-width: 681px) {
  .visual-products-page .home-showcase-shell {
    overflow: visible;
  }
  .visual-products-page .home-showcase-stage {
    border-radius: inherit;
    overflow: hidden;
  }
  .visual-products-page .home-showcase-thumbs {
    position: absolute;
    right: 14px;
    bottom: -70px;
    z-index: 20;
    width: auto;
    height: 58px;
    max-height: none;
    padding: 6px;
    justify-content: flex-end;
    gap: 7px;
    border: 1px solid rgba(16, 24, 32, .09);
    border-radius: 11px;
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 8px 22px rgba(16, 24, 32, .08);
    backdrop-filter: blur(12px);
  }
  .visual-products-page .home-showcase-thumbs button {
    flex: 0 0 108px;
    width: 108px;
    height: 44px;
  }
  .visual-products-page .home-showcase-thumbs img {
    height: 32px;
  }
  .visual-products-page .home-showcase-progress {
    bottom: 0;
  }
  .visual-products-page .home-showcase.product-banner {
    padding-bottom: 82px;
  }
}

/* VISUAL ACCESSORIES V3 · preserve the original configuration artwork */
.visual-accessories {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 64px 0 92px;
  background: transparent;
}
.visual-accessories::before,
.visual-accessories::after {
  content: "";
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(10px);
}
.visual-accessories::before { width: 46vw; height: 30vw; left: -18vw; top: 4%; background: radial-gradient(circle,rgba(235,28,36,.09),transparent 68%); }
.visual-accessories::after { width: 42vw; height: 28vw; right: -16vw; bottom: 0; background: radial-gradient(circle,rgba(75,103,127,.11),transparent 68%); }
.visual-accessories-inner {
  width: min(1760px, calc(100% - 96px));
  margin: 0 auto;
  perspective: 1800px;
}
.visual-accessories-heading { margin: 0 0 34px; }
.visual-accessories-heading p { margin: 0 0 13px; display: flex; align-items: center; gap: 14px; color: #87939d; font: 700 11px/1.2 var(--font-sans); letter-spacing: .22em; }
.visual-accessories-heading p i { width: 14px; height: 3px; background: #ed1c24; }
.visual-accessories-heading h2 { margin: 0; color: #101a23; font-size: clamp(42px,4vw,76px); line-height: .98; letter-spacing: -.065em; }
.visual-accessories-stage {
  position: relative;
  width: 100%;
  aspect-ratio: 2048 / 282;
  margin: 0;
  overflow: hidden;
  border-radius: 24px;
  background: transparent;
  box-shadow: 0 34px 42px -34px rgba(24,37,48,.42);
  transform: rotateX(1.2deg) translateZ(0);
  transform-style: preserve-3d;
  transition: transform .45s cubic-bezier(.2,.75,.25,1),box-shadow .45s ease;
}
.visual-accessories-stage::after {
  content:"";
  position:absolute;
  z-index:-1;
  left:6%;
  right:6%;
  bottom:-18px;
  height:34px;
  border-radius:50%;
  background:rgba(25,38,49,.28);
  filter:blur(18px);
  transform:rotateX(68deg) translateZ(-30px);
}
.visual-accessories-stage:hover { transform:rotateX(0) translateY(-7px); box-shadow:0 42px 52px -36px rgba(24,37,48,.5); }
.visual-accessories-stage img { display:block; width:100%; }
.visual-accessories-stage img {
  position:absolute;
  left:0;
  bottom:0;
  height:auto;
  max-width:none;
  mix-blend-mode:multiply;
  filter:drop-shadow(0 14px 14px rgba(25,38,49,.14));
}
.visual-accessories-art--dark { display:none !important; }
html[data-theme="dark"] .visual-accessories { background:transparent; }
html[data-theme="dark"] .visual-accessories-heading h2 { color:#f2f5f7; }
html[data-theme="dark"] .visual-accessories-art--light { display:none !important; }
html[data-theme="dark"] .visual-accessories-art--dark { display:block !important; mix-blend-mode:screen; }
@media (max-width: 760px) {
  .visual-accessories { padding:44px 0 58px; }
  .visual-accessories-inner { width:calc(100% - 28px); }
  .visual-accessories-heading { margin-bottom:24px; }
  .visual-accessories-stage { width:1520px; max-width:none; aspect-ratio:2048 / 282; transform-origin:left center; transform:scale(.62) rotateX(1deg); margin-bottom:calc(-1 * (282px * .38)); }
}

/* VISUAL PRODUCT LIST V1 · original LineX family artwork */
.visual-product-list {
  position:relative;
  isolation:isolate;
  padding:12px 0 112px;
  background:transparent;
}
.visual-product-list-inner {
  width:min(1760px,calc(100% - 96px));
  margin:0 auto;
  perspective:1800px;
}
.visual-product-list-heading { margin:0 0 34px; }
.visual-product-list-heading p { margin:0 0 13px; display:flex; align-items:center; gap:14px; color:#87939d; font:700 11px/1.2 var(--font-sans); letter-spacing:.22em; }
.visual-product-list-heading p i { width:14px; height:3px; background:#ed1c24; }
.visual-product-list-heading h2 { margin:0; color:#101a23; font-size:clamp(42px,4vw,76px); line-height:.98; letter-spacing:-.065em; }
.visual-product-list-scroll { overflow:visible; }
.visual-product-list-stage {
  position:relative;
  width:100%;
  aspect-ratio:2048 / 450;
  margin:0;
  overflow:hidden;
  border-radius:24px;
  box-shadow:0 34px 48px -34px rgba(24,37,48,.4);
  transform:rotateX(1.1deg);
  transform-style:preserve-3d;
  transition:transform .45s cubic-bezier(.2,.75,.25,1),box-shadow .45s ease;
}
.visual-product-list-stage:hover { transform:rotateX(0) translateY(-7px); box-shadow:0 44px 56px -36px rgba(24,37,48,.48); }
.visual-product-list-art { position:absolute; inset:0; display:block; width:100%; height:100%; object-fit:cover; }
.visual-product-list-art--dark { display:none; }
.visual-product-specs-scroll {
  margin-top: 22px;
  overflow-x: auto;
  border: 1px solid rgba(25,43,59,.12);
  border-radius: 18px;
  background: #eef1f3;
  box-shadow: 0 22px 52px rgba(24,41,56,.1);
  scrollbar-width: thin;
}
.visual-product-specs-table {
  width: 100%;
  min-width: 1180px;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0;
  color: #101820;
}
.visual-product-specs-table th {
  padding: 14px 12px 10px;
  color: #fff;
  background: #080a0c;
  border-right: 10px solid #eef1f3;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  white-space: nowrap;
}
.visual-product-specs-table th:last-child { border-right: 0; }
.visual-product-specs-table td {
  padding: 14px 20px 20px;
  vertical-align: top;
  background: #eef1f3;
  border-right: 1px solid rgba(25,43,59,.08);
}
.visual-product-specs-table td:last-child { border-right: 0; }
.visual-product-specs-table ul { margin: 0; padding: 0; list-style: none; }
.visual-product-specs-table li { min-height: 25px; font-size: 16px; font-weight: 700; line-height: 1.55; white-space: nowrap; }
html[data-theme="dark"] .visual-product-specs-scroll {
  color-scheme: dark;
  border-color: rgba(255,255,255,.12);
  background: #0b141b;
  box-shadow: 0 22px 52px rgba(0,0,0,.28);
  scrollbar-color: #45545f #0b141b;
}
html[data-theme="dark"] .visual-product-specs-table {
  color: #eef3f6;
}
html[data-theme="dark"] .visual-product-specs-table th {
  color: #f7f9fa;
  border-right-color: #111c24;
  background: #060a0d;
}
html[data-theme="dark"] .visual-product-specs-table td {
  color: #e7edf1;
  border-right-color: #2b3943;
  background: #131e27;
}
html[data-theme="dark"] .visual-product-specs-table td:nth-child(even) {
  background: #101a22;
}
html[data-theme="dark"] .visual-product-list-heading h2 { color:#f2f5f7; }
html[data-theme="dark"] .visual-product-list-art--light { display:none; }
html[data-theme="dark"] .visual-product-list-art--dark { display:block; }
@media (max-width:760px) {
  .visual-product-list { padding:4px 0 72px; }
  .visual-product-list-inner { width:calc(100% - 28px); }
  .visual-product-list-heading { margin-bottom:24px; }
  .visual-product-list-scroll { overflow-x:auto; overflow-y:hidden; padding:0 0 14px; scrollbar-width:thin; }
  .visual-product-list-stage { width:920px; max-width:none; border-radius:16px; }
}

/* VISUAL ACCESSORY FINDER V1 */
.visual-accessory-finder { position:relative; padding:102px 0 112px; overflow:hidden; background:linear-gradient(180deg,#f1f4f6 0%,#f7f9fa 100%); }
.visual-accessory-finder::before { content:""; position:absolute; inset:0; opacity:.38; pointer-events:none; background-image:linear-gradient(rgba(28,45,60,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(28,45,60,.035) 1px,transparent 1px); background-size:44px 44px; mask-image:linear-gradient(to bottom,#000,transparent 86%); }
.visual-accessory-finder-inner { position:relative; width:min(1520px,calc(100% - 96px)); margin:auto; }
.visual-finder-heading,.visual-downloads-heading { margin:0 auto 44px; display:grid; grid-template-columns:210px 1fr; gap:34px; }
.visual-finder-heading > p,.visual-downloads-heading > p { margin:9px 0 0; color:#ed1c24; font:700 10px/1 var(--font-sans); letter-spacing:.18em; }
.visual-finder-heading h2,.visual-downloads-heading h2 { margin:0; color:#101a23; font-size:clamp(42px,4vw,68px); line-height:1; letter-spacing:-.06em; }
.visual-finder-heading span,.visual-downloads-heading span { display:block; margin-top:16px; color:#7d8993; font-size:17px; line-height:1.7; }
.visual-finder-shell { overflow:hidden; border:1px solid rgba(25,43,59,.09); border-radius:22px; background:rgba(255,255,255,.88); box-shadow:0 26px 72px rgba(24,41,56,.09); backdrop-filter:blur(20px); }
.visual-finder-toolbar { padding:20px; display:grid; grid-template-columns:minmax(320px,1fr) auto; gap:18px; align-items:center; border-bottom:1px solid #e1e7eb; background:rgba(247,249,250,.9); }
.visual-finder-search { position:relative; height:50px; padding:0 15px; display:flex; align-items:center; gap:13px; border:1px solid #d5dde3; border-radius:10px; background:#fff; }
.visual-finder-search:focus-within { border-color:rgba(237,28,36,.42); box-shadow:0 0 0 4px rgba(237,28,36,.06); }
.visual-finder-search i { position:relative; width:15px; height:15px; flex:0 0 auto; border:1.7px solid #687883; border-radius:50%; }
.visual-finder-search i::after { content:""; position:absolute; width:6px; height:1.5px; right:-5px; bottom:-3px; background:#687883; transform:rotate(45deg); }
.visual-finder-search input { width:100%; min-width:0; color:#18232d; border:0; outline:0; background:transparent; font:inherit; font-size:15px; }
.visual-finder-search input::placeholder { color:#8c979f; }
.visual-finder-tabs { display:flex; gap:5px; }
.visual-finder-tabs button { min-height:44px; padding:0 17px; color:#65737e; border:0; border-radius:9px; background:transparent; font-size:14px; font-weight:700; cursor:pointer; transition:.22s ease; }
.visual-finder-tabs button:hover { color:#17232d; background:#edf1f3; }
.visual-finder-tabs button.is-active { color:#fff; background:#111c26; box-shadow:0 9px 22px rgba(17,28,38,.16); }
.visual-finder-meta { min-height:56px; padding:0 22px; display:flex; align-items:center; justify-content:space-between; color:#87939d; border-bottom:1px solid #e4e9ed; font:700 9px/1 var(--font-sans); letter-spacing:.14em; }
.visual-finder-meta b { color:#26343e; font-family:inherit; }
.visual-finder-grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); }
.visual-finder-grid article { min-width:0; border-right:1px solid #e4e9ed; border-bottom:1px solid #e4e9ed; background:#fff; transition:transform .3s ease,box-shadow .3s ease; }
.visual-finder-grid article:nth-child(4n) { border-right:0; }
.visual-finder-grid article:nth-last-child(-n+4) { border-bottom:0; }
.visual-finder-grid article[hidden] { display:none; }
.visual-finder-grid article:hover { position:relative; z-index:2; transform:translateY(-5px); box-shadow:0 22px 46px rgba(25,43,57,.12); }
.visual-finder-grid figure { position:relative; height:190px; margin:0; display:grid; place-items:center; overflow:hidden; background:radial-gradient(circle at 50% 38%,#fff 0%,#f2f5f7 66%,#e9eef1 100%); }
.visual-finder-grid figure::after { content:""; position:absolute; left:18%; right:18%; bottom:24px; height:17px; border-radius:50%; background:rgba(30,46,58,.14); filter:blur(13px); }
.visual-finder-grid figure > span { position:absolute; z-index:2; top:16px; left:17px; color:#9aa5ad; font:8px/1 var(--font-sans); letter-spacing:.14em; }
.visual-finder-grid figure img { position:relative; z-index:1; width:72%; height:75%; object-fit:contain; mix-blend-mode:multiply; transition:transform .35s ease; }
.visual-finder-grid article:first-child figure img { width:155%; height:155%; object-fit:cover; object-position:15% 35%; }
.visual-finder-grid article:nth-child(3) figure { overflow:hidden; }
.visual-finder-grid article:nth-child(3) figure img { width:210%; height:160%; max-width:none; object-fit:cover; object-position:56% 57%; }
.visual-finder-grid article:hover figure img { transform:translateY(-5px) scale(1.04); }
.visual-finder-grid article > div { padding:20px; border-top:1px solid #edf1f3; }
.visual-finder-grid small { color:#ed1c24; font-size:11px; font-weight:700; letter-spacing:.13em; }
.visual-finder-grid h3 { margin:8px 0 0; color:#17232d; font-size:22px; }
.visual-finder-grid p { min-height:36px; margin:8px 0 0; color:#7e8b95; font-size:14px; line-height:1.6; }
.visual-finder-grid footer { margin-top:16px; padding-top:14px; display:flex; align-items:center; justify-content:space-between; gap:8px; border-top:1px solid #eef1f3; }
.visual-finder-grid footer b { color:#6b7984; font-size:12px; }
.visual-finder-grid footer a { min-height:35px; padding:0 12px; display:inline-flex; align-items:center; color:#fff; border-radius:7px; background:#111c26; font-size:12px; font-weight:700; }
.visual-finder-grid footer a:hover { background:#ed1c24; }
.visual-finder-empty { margin:0; padding:64px 24px; color:#7c8993; text-align:center; }
.visual-finder-empty[hidden] { display:none; }

/* VISUAL DOWNLOADS V1 · light glass instead of black */
.visual-downloads { position:relative; padding:112px 0 126px; overflow:hidden; background:linear-gradient(145deg,#edf2f5 0%,#fff 46%,#e8eef2 100%); }
.visual-downloads::before,.visual-downloads::after { content:""; position:absolute; border-radius:50%; pointer-events:none; filter:blur(12px); }
.visual-downloads::before { width:480px; height:480px; left:-220px; top:-160px; background:radial-gradient(circle,rgba(237,28,36,.11),transparent 68%); }
.visual-downloads::after { width:520px; height:520px; right:-240px; bottom:-220px; background:radial-gradient(circle,rgba(69,110,140,.16),transparent 68%); }
.visual-downloads-inner { position:relative; z-index:1; width:min(1520px,calc(100% - 96px)); margin:auto; }
.visual-downloads-heading > p { color:#ed1c24; }
.visual-download-grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:16px; }
.visual-download-grid > a { position:relative; min-height:390px; padding:22px; display:flex; flex-direction:column; overflow:hidden; color:#18242d; border:1px solid rgba(255,255,255,.9); border-radius:20px; background:linear-gradient(145deg,rgba(255,255,255,.86),rgba(235,241,245,.62)); box-shadow:-8px -8px 24px rgba(255,255,255,.92),14px 20px 42px rgba(29,48,62,.11),inset 0 1px 0 rgba(255,255,255,.95); backdrop-filter:blur(18px); transition:transform .35s ease,box-shadow .35s ease; }
.visual-download-grid > a:hover { transform:translateY(-9px); box-shadow:-7px -7px 22px rgba(255,255,255,.94),18px 30px 54px rgba(29,48,62,.17); }
.visual-download-grid > a > span { color:#ed1c24; font:700 9px/1 var(--font-sans); letter-spacing:.14em; }
.visual-download-grid figure { height:205px; margin:16px 0 8px; display:grid; place-items:center; }
.visual-download-grid figure img { width:78%; height:100%; object-fit:contain; filter:drop-shadow(0 18px 16px rgba(26,43,56,.15)); transition:transform .35s ease; }
.visual-download-grid > a:hover figure img { transform:translateY(-5px) scale(1.035); }
.visual-download-grid h3 { margin:0; font-size:25px; letter-spacing:-.035em; }
.visual-download-grid p { margin:9px 0 0; color:#7e8b95; font-size:14px; }
.visual-download-grid > a > i { position:absolute; right:20px; bottom:20px; width:38px; height:38px; display:grid; place-items:center; color:#3f505c; border:1px solid rgba(38,56,70,.14); border-radius:50%; background:rgba(255,255,255,.7); font-size:21px; font-style:normal; }
.visual-download-grid > a:hover > i { color:#fff; border-color:#ed1c24; background:#ed1c24; }
html[data-theme="dark"] .visual-accessory-finder { background:linear-gradient(180deg,#111a22,#17222b); }
html[data-theme="dark"] .visual-finder-heading h2,html[data-theme="dark"] .visual-downloads-heading h2 { color:#f1f4f6; }
html[data-theme="dark"] .visual-finder-shell { border-color:rgba(255,255,255,.08); background:rgba(25,35,44,.88); }
html[data-theme="dark"] .visual-finder-toolbar { border-color:rgba(255,255,255,.08); background:rgba(18,28,36,.88); }
html[data-theme="dark"] .visual-downloads { background:linear-gradient(145deg,#1b252d,#27333c); }
html[data-theme="dark"] .visual-download-grid > a { color:#f2f5f7; border-color:rgba(255,255,255,.08); background:linear-gradient(145deg,rgba(47,59,68,.9),rgba(24,34,42,.76)); box-shadow:-6px -6px 20px rgba(75,86,94,.13),14px 22px 42px rgba(0,0,0,.32); }
@media (max-width:1100px) {
  .visual-finder-toolbar { grid-template-columns:1fr; }
  .visual-finder-tabs { overflow-x:auto; }
  .visual-finder-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .visual-finder-grid article:nth-child(4n) { border-right:1px solid #e4e9ed; }
  .visual-finder-grid article:nth-child(2n) { border-right:0; }
  .visual-download-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
}
@media (max-width:760px) {
  .visual-accessory-finder,.visual-downloads { padding:72px 0; }
  .visual-accessory-finder-inner,.visual-downloads-inner { width:calc(100% - 28px); }
  .visual-finder-heading,.visual-downloads-heading { margin-bottom:28px; grid-template-columns:1fr; gap:10px; }
  .visual-finder-toolbar { padding:12px; }
  .visual-finder-tabs button { padding:0 13px; white-space:nowrap; }
  .visual-finder-grid,.visual-download-grid { grid-template-columns:1fr; }
  .visual-finder-grid article { border-right:0; }
  .visual-download-grid > a { min-height:355px; }
}

/* ACCESSORY FINDER V2 · restore the original horizontal list and global compare */
.visual-finder-filter-bar { padding:22px; display:grid; grid-template-columns:repeat(5,minmax(0,1fr)); gap:11px; border-bottom:1px solid #e1e7eb; background:#f8fafb; }
.visual-finder-filter-bar label { color:#7b8791; font-size:12px; font-weight:700; letter-spacing:.06em; }
.visual-finder-filter-bar select { width:100%; height:46px; margin-top:8px; padding:0 12px; color:#17232d; border:1px solid #d5dde3; border-radius:8px; background:#fff; font:inherit; font-size:15px; }
.visual-finder-list article { min-height:172px; padding:18px 22px; display:grid; grid-template-columns:205px 1fr 1.45fr 150px; gap:26px; align-items:center; border-bottom:1px solid #e3e8ec; background:#fff; }
.visual-finder-list article:last-child { border-bottom:0; }
.visual-finder-list article[hidden] { display:none; }
.visual-finder-list figure { position:relative; width:195px; height:120px; margin:0; display:grid; place-items:center; overflow:hidden; }
.visual-finder-list figure img { width:92%; height:92%; object-fit:contain; mix-blend-mode:multiply; }
.visual-finder-list figure.is-encoder img { width:88%; height:88%; max-width:100%; object-fit:contain; object-position:center; }
.visual-finder-list figure.is-ipc img { width:210%; height:165%; max-width:none; object-fit:cover; object-position:56% 57%; }
.visual-finder-copy > span { color:#ed1c24; font-size:11px; font-weight:700; letter-spacing:.14em; }
.visual-finder-copy h3 { margin:8px 0 0; color:#17232d; font-size:25px; }
.visual-finder-copy p { margin:8px 0 0; color:#84909a; font-size:13px; }
.visual-finder-list dl { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:8px; }
.visual-finder-list dl div { min-width:0; padding:11px; border-left:1px solid #e3e8ec; }
.visual-finder-list dt { color:#909aa3; font-size:11px; }
.visual-finder-list dd { margin:6px 0 0; color:#26343e; font-size:13px; font-weight:700; overflow-wrap:anywhere; }
.visual-finder-actions { display:grid; gap:9px; }
.visual-finder-actions button,.visual-finder-actions a { min-height:42px; padding:0 13px; display:flex; align-items:center; justify-content:center; border-radius:8px; font-size:13px; font-weight:700; }
.visual-finder-actions button { gap:9px; color:#56646f; border:1px solid #d5dde3; background:#fff; cursor:pointer; }
.visual-finder-actions button i { width:13px; height:13px; border:1px solid #b4c0c8; border-radius:3px; }
.visual-finder-actions button[aria-pressed="true"] { color:#ed1c24; border-color:rgba(237,28,36,.38); background:#fff1f2; }
.visual-finder-actions button[aria-pressed="true"] i { position:relative; border-color:#ed1c24; background:#ed1c24; }
.visual-finder-actions button[aria-pressed="true"] i::after { content:""; position:absolute; left:3px; top:1px; width:4px; height:7px; border:solid #fff; border-width:0 2px 2px 0; transform:rotate(45deg); }
.visual-finder-actions a { color:#fff; background:#111c26; }
.visual-finder-actions a:hover { background:#ed1c24; }
.visual-global-compare[hidden] { display:none!important; }
.visual-global-compare { position:fixed; z-index:2200; left:50%; bottom:22px; width:min(1120px,calc(100vw - 48px)); min-height:94px; padding:16px 18px; display:grid; grid-template-columns:190px 1fr auto; gap:18px; align-items:center; color:#fff; border:1px solid rgba(255,255,255,.14); border-radius:18px; background:rgba(13,23,32,.94); box-shadow:0 28px 80px rgba(7,18,29,.32); backdrop-filter:blur(22px) saturate(135%); transform:translateX(-50%); animation:visualCompareIn .32s cubic-bezier(.2,.75,.25,1) both; }
.visual-global-compare-heading span { display:block; color:#67daf4; font-size:11px; font-weight:700; letter-spacing:.16em; }
.visual-global-compare-heading strong { display:block; margin-top:9px; font-size:17px; }
.visual-global-compare-heading b { font-size:23px; }
.visual-global-compare-items { min-width:0; display:flex; gap:8px; overflow-x:auto; scrollbar-width:none; }
.visual-global-compare-chip { position:relative; flex:0 0 auto; min-width:170px; padding:11px 38px 11px 12px; border:1px solid rgba(255,255,255,.12); border-radius:11px; background:rgba(255,255,255,.055); }
.visual-global-compare-chip span,.visual-global-compare-chip b { display:block; }
.visual-global-compare-chip span { color:#7f909f; font-size:11px; letter-spacing:.1em; }
.visual-global-compare-chip b { margin-top:5px; font-size:14px; }
.visual-global-compare-chip button { position:absolute; right:9px; top:50%; width:22px; height:22px; color:#8d9ba7; border:0; border-radius:50%; background:rgba(255,255,255,.07); transform:translateY(-50%); cursor:pointer; }
.visual-global-compare-actions { display:flex; gap:8px; }
.visual-global-compare-actions button { min-height:43px; padding:0 17px; border-radius:8px; font:700 10px/1 inherit; cursor:pointer; }
.visual-global-compare-actions [data-global-compare-clear] { color:#a8b2bb; border:1px solid rgba(255,255,255,.16); background:transparent; }
.visual-global-compare-actions [data-global-compare-open] { color:#fff; border:1px solid #ed1c24; background:#ed1c24; }
.visual-global-compare-actions [data-global-compare-open]:disabled { color:#788692; border-color:rgba(255,255,255,.1); background:rgba(255,255,255,.06); cursor:not-allowed; }
.visual-global-compare > p { position:absolute; right:18px; top:-30px; margin:0; padding:7px 10px; color:#fff; border-radius:7px; background:#ed1c24; font-size:12px; opacity:0; transform:translateY(5px); transition:.2s ease; }
.visual-global-compare > p.is-visible { opacity:1; transform:none; }
.visual-global-compare.is-limit { animation:visualCompareShake .28s ease; }
.visual-global-compare-modal { width:min(980px,calc(100vw - 40px)); max-height:min(760px,calc(100vh - 50px)); padding:0; overflow:hidden; color:#17232d; border:0; border-radius:22px; background:#fff; box-shadow:0 36px 100px rgba(5,17,29,.3); }
.visual-global-compare-modal::backdrop { background:rgba(5,13,20,.64); backdrop-filter:blur(8px); }
.visual-global-compare-modal-head { padding:26px 30px 22px; display:flex; align-items:center; justify-content:space-between; border-bottom:1px solid #e2e7eb; }
.visual-global-compare-modal-head span { color:#ed1c24; font-size:11px; font-weight:700; letter-spacing:.16em; }
.visual-global-compare-modal-head h2 { margin:7px 0 0; font-size:28px; }
.visual-global-compare-modal-head > button { width:38px; height:38px; color:#60707d; border:1px solid #dfe5e9; border-radius:50%; background:#fff; font-size:27px; cursor:pointer; }
.visual-global-compare-table { padding:8px 30px 30px; overflow:auto; }
.visual-global-compare-table table { width:100%; border-collapse:collapse; table-layout:fixed; }
.visual-global-compare-table th,.visual-global-compare-table td { padding:18px 16px; border-bottom:1px solid #e2e7eb; text-align:left; vertical-align:top; }
.visual-global-compare-table th:first-child,.visual-global-compare-table td:first-child { width:130px; color:#86919a; font-size:13px; }
.visual-global-compare-table th { font-size:18px; }
.visual-global-compare-table tbody td:not(:first-child) { font-size:15px; font-weight:700; }
@keyframes visualCompareIn { from { opacity:0; transform:translate(-50%,18px); } to { opacity:1; transform:translate(-50%,0); } }
@keyframes visualCompareShake { 30% { transform:translateX(calc(-50% - 6px)); } 70% { transform:translateX(calc(-50% + 6px)); } }
@media (max-width:1100px) {
  .visual-finder-filter-bar { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .visual-finder-list article { grid-template-columns:160px 1fr; }
  .visual-finder-list figure { width:150px; }
  .visual-finder-list dl,.visual-finder-actions { grid-column:2; }
}
@media (max-width:760px) {
  .visual-finder-filter-bar { grid-template-columns:1fr; padding:14px; }
  .visual-finder-list article { padding:16px; grid-template-columns:100px 1fr; gap:15px; }
  .visual-finder-list figure { width:100px; height:86px; }
  .visual-finder-list dl { grid-column:1/-1; grid-template-columns:repeat(2,1fr); }
  .visual-finder-actions { grid-column:1/-1; grid-template-columns:1fr 1fr; }
  .visual-global-compare { bottom:10px; width:calc(100vw - 20px); min-height:0; padding:13px; grid-template-columns:1fr auto; gap:10px; border-radius:15px; }
  .visual-global-compare-heading { display:flex; align-items:center; gap:10px; }
  .visual-global-compare-heading strong { margin:0; }
  .visual-global-compare-items { grid-column:1/-1; grid-row:2; }
  .visual-global-compare-actions [data-global-compare-clear] { display:none; }
  .visual-global-compare-modal { width:calc(100vw - 20px); max-height:calc(100vh - 20px); border-radius:16px; }
  .visual-global-compare-table table { min-width:620px; }
}

/* ACCESSORY FINDER V3 · banner-height compact viewport */
@media (min-width:1101px) {
  .visual-accessory-finder { padding:46px 0 54px; }
  .visual-finder-heading { margin-bottom:22px; grid-template-columns:180px 1fr; gap:28px; }
  .visual-finder-heading > p { margin-top:7px; }
  .visual-finder-heading h2 { font-size:clamp(40px,3.25vw,56px); }
  .visual-finder-heading span { margin-top:10px; font-size:15px; line-height:1.55; }
  .visual-finder-shell { border-radius:18px; }
  .visual-finder-filter-bar { padding:13px 16px; gap:9px; }
  .visual-finder-filter-bar label { font-size:11px; }
  .visual-finder-filter-bar select { height:38px; margin-top:5px; font-size:13px; }
  .visual-finder-meta { min-height:39px; padding:0 18px; }
  .visual-finder-list { max-height:390px; overflow-y:auto; overscroll-behavior:contain; scrollbar-color:#aeb9c1 transparent; scrollbar-width:thin; }
  .visual-finder-list::-webkit-scrollbar { width:7px; }
  .visual-finder-list::-webkit-scrollbar-thumb { border:2px solid transparent; border-radius:99px; background:#aeb9c1; background-clip:padding-box; }
  .visual-finder-list article { min-height:126px; padding:10px 18px; grid-template-columns:172px 1fr 1.45fr 134px; gap:20px; }
  .visual-finder-list figure { width:162px; height:96px; }
  .visual-finder-copy h3 { margin-top:6px; font-size:22px; }
  .visual-finder-copy p { margin-top:5px; }
  .visual-finder-list dl div { padding:8px; }
  .visual-finder-list dd { margin-top:4px; }
  .visual-finder-actions { gap:6px; }
  .visual-finder-actions button,.visual-finder-actions a { min-height:34px; padding:0 10px; font-size:12px; }
}
@media (min-width:761px) and (max-width:1100px) {
  .visual-accessory-finder { padding:54px 0 62px; }
  .visual-finder-heading { margin-bottom:24px; }
  .visual-finder-filter-bar { padding:14px; }
  .visual-finder-list { max-height:470px; overflow-y:auto; }
  .visual-finder-list article { min-height:150px; padding:12px 18px; }
}
@media (max-width:760px) {
  .visual-accessory-finder { padding:46px 0 54px; }
  .visual-finder-list { max-height:500px; overflow-y:auto; overscroll-behavior:contain; }
}

/* NEWS CENTER V9 · remove image letterboxing and excess card height */
.news-feature figure {
  aspect-ratio: 2.36 / 1 !important;
}
.news-row figure {
  aspect-ratio: 2.36 / 1 !important;
  align-self: start;
  height: auto;
}
.news-list {
  display: flex;
  grid-template-rows: none;
  gap: 12px;
}
.news-row {
  height: auto;
}
.news-feature > div {
  min-height: 90px;
  padding-top: 12px;
  padding-bottom: 12px;
}
.news-row > div {
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (max-width: 980px) {
  .news-list {
    display: grid;
    grid-template-rows: none;
  }
  .news-row {
    height: auto;
  }
}

/* VISUAL DOWNLOADS V2 · compact banner-height layout and contained covers */
@media (min-width: 1101px) {
  .visual-downloads { padding: 50px 0 58px; }
  .visual-downloads-heading { margin-bottom: 24px; grid-template-columns: 180px 1fr; gap: 28px; }
  .visual-downloads-heading > p { margin-top: 7px; }
  .visual-downloads-heading h2 { font-size: clamp(40px, 3.25vw, 56px); }
  .visual-downloads-heading span { margin-top: 10px; font-size: 15px; line-height: 1.55; }
  .visual-download-grid { gap: 14px; }
  .visual-download-grid > a {
    height: 338px;
    min-height: 0;
    padding: 18px;
    border-radius: 18px;
  }
  .visual-download-grid figure {
    position: relative;
    flex: 0 0 166px;
    width: 100%;
    height: 166px;
    min-height: 0;
    margin: 13px 0 10px;
    overflow: hidden;
  }
  .visual-download-grid figure img {
    position: absolute;
    inset: 0;
    margin: auto;
    display: block;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
  }
  .visual-download-grid h3 { font-size: 22px; }
  .visual-download-grid p { margin-top: 6px; padding-right: 42px; line-height: 1.5; }
  .visual-download-grid > a > i { right: 17px; bottom: 17px; width: 34px; height: 34px; font-size: 19px; }
}

/* NEWS CENTER V10: VDE-style horizontal editorial card rail. */
.visual-products-page .news-center {
  padding: 72px 0 62px;
  overflow: hidden;
  background:
    radial-gradient(circle at 90% 4%, rgba(220, 0, 20, .055), transparent 28%),
    linear-gradient(180deg, #f7f9fb 0%, #eef3f7 100%);
}
.visual-products-page .news-center-inner {
  width: min(1560px, calc(100% - 72px));
}
.visual-products-page .news-center-heading {
  width: 100%;
  margin-bottom: 26px;
}
.visual-products-page .news-card-grid {
  --news-scrollbar-thumb: #aeb8c2;
  --news-scrollbar-track: rgba(117, 134, 153, .14);
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: clamp(310px, 27vw, 400px);
  grid-template-columns: none;
  gap: 20px;
  margin: 0;
  padding: 3px 3px 17px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-padding-inline: 3px;
  overscroll-behavior-inline: contain;
  scrollbar-width: thin;
  scrollbar-color: var(--news-scrollbar-thumb) var(--news-scrollbar-track);
}
.visual-products-page .news-card-grid:focus-visible {
  outline: 2px solid var(--red);
  outline-offset: 5px;
}
.visual-products-page .news-card-state {
  width: min(100%, 520px);
  margin: 12px 0;
  padding: 28px;
  color: #596777;
  border: 1px solid #e1e7ed;
  border-radius: 12px;
  background: #fff;
  font-size: 16px;
}
.visual-products-page .news-card-grid::-webkit-scrollbar { height: 7px; }
.visual-products-page .news-card-grid::-webkit-scrollbar-track {
  border-radius: 999px;
  background: var(--news-scrollbar-track);
}
.visual-products-page .news-card-grid::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: var(--news-scrollbar-thumb);
}
.visual-products-page .news-card-grid::-webkit-scrollbar-thumb:hover { background: #c7d0d8; }
.visual-products-page .news-card {
  display: flex;
  min-width: 0;
  min-height: 430px;
  flex-direction: column;
  overflow: hidden;
  scroll-snap-align: start;
  border: 1px solid rgba(15, 39, 66, .1);
  border-radius: 18px;
  color: #0b172a;
  background: #fff;
  box-shadow: 0 12px 32px rgba(15, 39, 66, .075);
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.visual-products-page .news-card:hover,
.visual-products-page .news-card:focus-visible {
  border-color: rgba(223, 22, 36, .48);
  outline: none;
  transform: translateY(-3px);
  box-shadow: 0 20px 44px rgba(15, 39, 66, .13);
}
.visual-products-page .news-card figure {
  position: relative;
  width: 100%;
  margin: 0;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #f6f8fa;
}
.visual-products-page .news-card figure::after { content: none; }
.visual-products-page .news-card figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.visual-products-page .news-card:hover figure img { transform: none; }
.visual-products-page .news-card-copy {
  display: flex;
  min-height: 220px;
  padding: 21px 22px 19px;
  flex: 1;
  flex-direction: column;
}
.visual-products-page .news-card-copy > span {
  color: var(--red);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: .08em;
}
.visual-products-page .news-card h3 {
  display: -webkit-box;
  margin: 8px 0 10px;
  overflow: hidden;
  color: #0b172a;
  font-size: clamp(20px, 1.3vw, 24px);
  line-height: 1.3;
  letter-spacing: -.025em;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.visual-products-page .news-card p {
  display: -webkit-box;
  margin: 0;
  overflow: hidden;
  color: #657386;
  font-size: 16px;
  line-height: 1.65;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.visual-products-page .news-card footer {
  display: flex;
  margin-top: auto;
  padding-top: 15px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border-top: 1px solid #edf1f5;
}
.visual-products-page .news-card footer time {
  color: #475569;
  font-size: 15px;
  font-weight: 700;
}
.visual-products-page .news-card footer i {
  color: var(--red);
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  white-space: nowrap;
}
html[data-theme="dark"] .visual-products-page .news-center {
  background: #080d13 !important;
}
html[data-theme="dark"] .visual-products-page .news-card-grid {
  --news-scrollbar-thumb: #c4cdd5;
  --news-scrollbar-track: rgba(255, 255, 255, .11);
}
html[data-theme="dark"] .visual-products-page .news-card {
  border-color: rgba(255, 255, 255, .14);
  color: #edf2f5;
  background: #111a23;
  box-shadow: 0 12px 32px rgba(0, 0, 0, .22);
}
html[data-theme="dark"] .visual-products-page .news-card h3 { color: #edf2f5; }
html[data-theme="dark"] .visual-products-page .news-card p { color: #9eafbd; }
html[data-theme="dark"] .visual-products-page .news-card footer { border-color: rgba(255, 255, 255, .12); }
html[data-theme="dark"] .visual-products-page .news-card footer time { color: #bdc9d2; }
html[data-theme="dark"] .visual-products-page .news-card-state {
  color: #bdc9d2;
  border-color: #303a44;
  background: #111a23;
}
@media (max-width: 720px) {
  .visual-products-page .news-center { padding: 56px 0 48px; }
  .visual-products-page .news-center-inner { width: calc(100% - 40px); }
  .visual-products-page .news-center-heading { margin-bottom: 22px; }
  .visual-products-page .news-card-grid {
    grid-auto-columns: min(82vw, 340px);
    gap: 15px;
    padding-bottom: 14px;
  }
  .visual-products-page .news-card { min-height: 405px; }
  .visual-products-page .news-card-copy { min-height: 210px; padding: 19px 20px 17px; }
}
@media (prefers-reduced-motion: reduce) {
  .visual-products-page .news-card,
  .visual-products-page .news-card figure img { transition: none; }
}
@media (min-width: 761px) and (max-width: 1100px) {
  .visual-downloads { padding: 56px 0 64px; }
  .visual-downloads-heading { margin-bottom: 26px; }
  .visual-download-grid > a { height: 330px; min-height: 0; }
  .visual-download-grid figure { position: relative; height: 165px; min-height: 0; overflow: hidden; }
.visual-download-grid figure img { position: absolute; inset: 0; margin: auto; width: 100%; height: 100%; max-width: 100%; max-height: 100%; object-fit: contain; }

/* VISUAL PRODUCTS BANNER V4 · preserve the frame height and show the complete artwork */
.visual-products-page .home-showcase-slide {
  padding: 0 !important;
  overflow: hidden;
}
.visual-products-page .home-showcase-slide img {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: contain !important;
  object-position: center center !important;
  transform: none !important;
}
}
@media (max-width: 760px) {
  .visual-downloads { padding: 48px 0 56px; }
  .visual-download-grid > a { min-height: 0; height: 326px; }
  .visual-download-grid figure { position: relative; height: 162px; min-height: 0; overflow: hidden; }
  .visual-download-grid figure img { position: absolute; inset: 0; margin: auto; width: 100%; height: 100%; max-width: 100%; max-height: 100%; object-fit: contain; }
}

/* VISUAL PAGE RHYTHM V1 · one background, one container, one heading column */
.visual-products-page {
  --visual-page-surface: #f4f6f8;
  --visual-page-container: min(1760px, calc(100% - 96px));
}
.visual-accessories,
.visual-product-list,
.visual-accessory-finder,
.visual-downloads {
  background: var(--visual-page-surface);
  background-image: none;
}
.visual-accessories::before,
.visual-accessories::after,
.visual-accessory-finder::before,
.visual-downloads::before,
.visual-downloads::after {
  display: none;
}
.visual-accessories-inner,
.visual-product-list-inner,
.visual-accessory-finder-inner,
.visual-downloads-inner {
  width: var(--visual-page-container);
}
.visual-accessories-heading,
.visual-product-list-heading,
.visual-finder-heading,
.visual-downloads-heading {
  width: 100%;
  margin: 0 0 26px;
  display: block;
}
.visual-accessories-heading p,
.visual-product-list-heading p,
.visual-finder-heading > p,
.visual-downloads-heading > p {
  margin: 0 0 11px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: #87939d;
  font: 700 10px/1.2 var(--font-sans);
  letter-spacing: .18em;
}
.visual-accessories-heading p i,
.visual-product-list-heading p i {
  display: none;
}
.visual-accessories-heading p::before,
.visual-product-list-heading p::before,
.visual-finder-heading > p::before,
.visual-downloads-heading > p::before {
  content: "";
  width: 14px;
  height: 3px;
  flex: 0 0 auto;
  background: #ed1c24;
}
.visual-accessories-heading h2,
.visual-product-list-heading h2,
.visual-finder-heading h2,
.visual-downloads-heading h2 {
  margin: 0;
  color: #101a23;
  font-size: clamp(40px, 3.25vw, 56px);
  line-height: 1;
  letter-spacing: -.06em;
}
.visual-finder-heading span,
.visual-downloads-heading span {
  margin-top: 10px;
  font-size: 15px;
  line-height: 1.55;
}
.visual-accessories { padding: 52px 0 64px; }
.visual-product-list { padding: 52px 0 64px; }
.visual-accessory-finder { padding: 52px 0 60px; }
.visual-downloads { padding: 52px 0 60px; }
html[data-theme="dark"] .visual-products-page {
  --visual-page-surface: #111a22;
}

/* ACCESSORY FINDER DARK THEME · keep the complete selection workspace dark. */
html[data-theme="dark"] .visual-products-page .visual-accessory-finder {
  color: #eef3f6;
  background: var(--visual-page-surface);
}
html[data-theme="dark"] .visual-products-page .visual-finder-heading h2 {
  color: #f5f7f8;
}
html[data-theme="dark"] .visual-products-page .visual-finder-heading > p,
html[data-theme="dark"] .visual-products-page .visual-finder-heading span {
  color: #8d9aa4;
}
html[data-theme="dark"] .visual-products-page .visual-finder-shell {
  border-color: rgba(255, 255, 255, .09);
  background: #0b141c;
  box-shadow: 0 26px 72px rgba(0, 0, 0, .34);
}
html[data-theme="dark"] .visual-products-page .visual-finder-filter-bar {
  border-color: #283640;
  background: #101b24;
}
html[data-theme="dark"] .visual-products-page .visual-finder-filter-bar label {
  color: #8c99a3;
}
html[data-theme="dark"] .visual-products-page .visual-finder-filter-bar select {
  color: #edf2f5;
  border-color: #34444f;
  color-scheme: dark;
  background: #0a131b;
}
html[data-theme="dark"] .visual-products-page .visual-finder-filter-bar select:focus {
  border-color: rgba(237, 28, 36, .72);
  outline: 3px solid rgba(237, 28, 36, .12);
}
html[data-theme="dark"] .visual-products-page .visual-finder-meta {
  color: #7f8e99;
  border-color: #283640;
  background: #0c161e;
}
html[data-theme="dark"] .visual-products-page .visual-finder-meta b {
  color: #dce3e8;
}
html[data-theme="dark"] .visual-products-page .visual-finder-list article {
  color: #eef3f6;
  border-color: #283640;
  background: #101a22;
}
html[data-theme="dark"] .visual-products-page .visual-finder-list figure img {
  mix-blend-mode: normal;
}
html[data-theme="dark"] .visual-products-page .visual-finder-copy h3,
html[data-theme="dark"] .visual-products-page .visual-finder-list dd {
  color: #f1f5f7;
}
html[data-theme="dark"] .visual-products-page .visual-finder-copy p,
html[data-theme="dark"] .visual-products-page .visual-finder-list dt {
  color: #86949f;
}
html[data-theme="dark"] .visual-products-page .visual-finder-list dl div {
  border-color: #2a3944;
}
html[data-theme="dark"] .visual-products-page .visual-finder-actions button {
  color: #c2cbd1;
  border-color: #354550;
  background: #0b151d;
}
html[data-theme="dark"] .visual-products-page .visual-finder-actions button i {
  border-color: #6f7e89;
}
html[data-theme="dark"] .visual-products-page .visual-finder-actions button[aria-pressed="true"] {
  color: #ff666c;
  border-color: rgba(237, 28, 36, .55);
  background: rgba(237, 28, 36, .12);
}
html[data-theme="dark"] .visual-products-page .visual-finder-actions a {
  color: #f5f7f8;
  border: 1px solid #344550;
  background: #080f15;
}
html[data-theme="dark"] .visual-products-page .visual-finder-empty {
  color: #91a0aa;
  background: #101a22;
}
@media (max-width: 760px) {
  .visual-products-page { --visual-page-container: calc(100% - 28px); }
  .visual-accessories,
  .visual-product-list,
  .visual-accessory-finder,
  .visual-downloads { padding: 44px 0 52px; }
  .visual-accessories-heading,
  .visual-product-list-heading,
  .visual-finder-heading,
  .visual-downloads-heading { margin-bottom: 24px; }
  .visual-accessories-heading h2,
  .visual-product-list-heading h2,
  .visual-finder-heading h2,
  .visual-downloads-heading h2 { font-size: 39px; }
}

/* VISUAL PRODUCTS BANNER V3 · preserve the supplied 4169 × 2305 artwork. */
.visual-products-page .home-showcase-stage {
  width: 100%;
  height: auto;
  min-height: 0;
  aspect-ratio: 4169 / 2305;
}
.visual-products-page .home-showcase-slide,
.visual-products-page .home-showcase-slide img {
  width: 100%;
  height: 100%;
}
.visual-products-page .home-showcase-slide img {
  position: absolute;
  inset: 0;
  margin: auto;
  display: block;
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: contain !important;
  object-position: center !important;
}
@media (max-width: 760px) {
  .visual-products-page .home-showcase-stage {
    height: auto;
    aspect-ratio: 4169 / 2305;
  }
}

/* VISUAL PRODUCT ARCHIVE ARTWORK · restored from the previous site */
.visual-products-page .visual-accessories-inner {
  overflow: hidden;
  border: 1px solid rgba(16, 24, 32, .08);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(24, 40, 52, .1);
}
.visual-products-page .visual-accessories-inner--family {
  margin-top: 24px;
}
.visual-products-page .visual-accessories-image {
  display: block;
  width: 100%;
  height: auto;
}
.visual-products-page .visual-accessories-image--dark {
  display: none;
}
html[data-theme="dark"] .visual-products-page .visual-accessories-inner {
  border-color: rgba(255, 255, 255, .12);
  background: #17181c;
  box-shadow: 0 18px 48px rgba(0, 0, 0, .28);
}
html[data-theme="dark"] .visual-products-page .visual-accessories-image--light {
  display: none;
}
html[data-theme="dark"] .visual-products-page .visual-accessories-image--dark {
  display: block;
}
@media (max-width: 760px) {
  .visual-products-page .visual-accessories-inner {
    width: calc(100% - 24px);
    border-radius: 12px;
  }
  .visual-products-page .visual-accessories-inner--family {
    margin-top: 14px;
  }
}

/* HOMEPAGE PRODUCT SWITCHER V5: NEW artwork on every tab with a timed active underline. */
.visual-products-page .home-showcase-dots {
  position: absolute;
  z-index: 12;
  right: clamp(18px, 2.6vw, 44px);
  bottom: clamp(16px, 2vw, 32px);
  display: flex;
  align-items: center;
  gap: 10px;
}
.visual-products-page .home-showcase-dots button {
  width: 11px;
  height: 11px;
  padding: 0;
  border: 1px solid rgba(16, 24, 32, .5);
  border-radius: 50%;
  background: rgba(255, 255, 255, .82);
  box-shadow: 0 2px 8px rgba(15, 27, 38, .14);
  cursor: pointer;
  transition: border-color .2s ease, background .2s ease, transform .2s ease;
}
.visual-products-page .home-showcase-dots button:hover,
.visual-products-page .home-showcase-dots button:focus-visible {
  border-color: var(--red);
  outline: none;
  transform: scale(1.18);
}
.visual-products-page .home-showcase-dots button.is-active {
  border-color: var(--red);
  background: var(--red);
  box-shadow: 0 0 0 4px rgba(237, 28, 36, .14);
}
.visual-products-page .home-showcase-progress { display: none; }
.visual-products-page .new-products { padding-top: 104px; }
.visual-products-page .new-product-switcher { width: 100%; }
.visual-products-page .new-product-switch-tabs {
  --new-product-tab-template-image: url("https://insnexsoftware.oss-cn-shanghai.aliyuncs.com/source/managed/general/5fb1f48db1a943ffa056c0556036f42b-newproduct-En.png");
  width: 100%;
  margin: 0 auto 28px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  overflow: visible;
  border: 0;
  border-bottom: 1px solid #d9dfe4;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.visual-products-page .new-product-switch-tabs button {
  position: relative;
  min-width: 0;
  min-height: 92px;
  padding: 18px clamp(96px, 7vw, 128px) 24px 24px;
  color: #727f89;
  border: 0;
  text-align: left;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .98) 0 48%, rgba(255, 255, 255, .72) 66%, rgba(255, 255, 255, .12) 100%),
    var(--new-product-tab-template-image) calc(100% - 12px) center / auto 76% no-repeat,
    transparent;
  cursor: pointer;
  transition: color .2s ease, background-color .2s ease, box-shadow .2s ease;
}
.visual-products-page .new-product-switch-tabs button + button::before {
  position: absolute;
  top: 20px;
  bottom: 20px;
  left: 0;
  width: 1px;
  content: "";
  background: #dfe4e8;
}
.visual-products-page .new-product-switch-tabs button::after {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: calc(100% - 32px);
  height: 3px;
  content: "";
  border-radius: 3px 3px 0 0;
  background: #ed1c24;
  opacity: 0;
  transform: translateX(-50%) scaleX(0);
  transform-origin: left;
  transition: opacity .2s ease;
}
.visual-products-page .new-product-switch-tabs button:hover,
.visual-products-page .new-product-switch-tabs button:focus-visible {
  color: #101820;
  outline: none;
}
.visual-products-page .new-product-switch-tabs button:focus-visible {
  outline: 2px solid rgba(237, 28, 36, .62);
  outline-offset: -6px;
}
.visual-products-page .new-product-switch-tabs button.is-active {
  color: #101820;
  background:
    linear-gradient(90deg, rgba(255, 247, 248, .98) 0 42%, rgba(255, 247, 248, .58) 62%, rgba(255, 247, 248, .04) 100%),
    var(--new-product-tab-template-image) calc(100% - 16px) center / auto 92% no-repeat,
    #fff7f8;
  box-shadow: inset 0 0 0 1px rgba(237, 28, 36, .22), 0 8px 22px rgba(190, 20, 28, .08);
}
.visual-products-page .new-product-switch-tabs button.is-active::after {
  opacity: 1;
  animation: newProductTabProgress var(--new-product-autoplay-duration, 3s) linear both;
}
.visual-products-page .new-product-switcher.is-paused .new-product-switch-tabs button.is-active::after {
  animation-play-state: paused;
}
@keyframes newProductTabProgress {
  from { transform: translateX(-50%) scaleX(0); }
  to { transform: translateX(-50%) scaleX(1); }
}
.visual-products-page .new-product-switch-tabs b,
.visual-products-page .new-product-switch-tabs span { display: block; }
.visual-products-page .new-product-switch-tabs b {
  overflow: hidden;
  font-size: 20px;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.visual-products-page .new-product-switch-tabs span {
  margin-top: 5px;
  overflow: hidden;
  font-size: 14px;
  line-height: 1.4;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.visual-products-page .new-product-switch-stage { width: 100%; }
.visual-products-page .new-product-switch-stage .new-product-card {
  position: relative;
  isolation: isolate;
  width: 100%;
  margin: 0;
  border-color: #e0e5e9;
  background: #fff;
  box-shadow: 0 10px 30px rgba(16, 24, 32, .05);
}
.visual-products-page .new-product-switch-stage .new-product-card:hover {
  border-color: #d0d7dd;
  box-shadow: 0 12px 32px rgba(16, 24, 32, .08);
  transform: none;
}
.visual-products-page .new-product-switch-stage .new-product-card:hover img { transform: none; }
.visual-products-page .new-product-switch-stage .new-product-card[hidden] { display: none; }
.visual-products-page .new-product-switch-stage .new-product-card figure { aspect-ratio: 2.6 / 1; }
.visual-products-page .new-product-card-action {
  position: absolute;
  z-index: 2;
  right: 18px;
  bottom: 18px;
  left: auto;
  min-height: 0;
  padding: 0;
  display: block;
  color: #101820;
  border: 0;
  background: transparent;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  box-shadow: none;
}
.visual-products-page .new-product-card-action > a {
  min-height: 40px;
  padding: 0 16px;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  color: #26313a;
  border: 1px solid rgba(255, 255, 255, .48);
  border-radius: 6px;
  background: rgba(247, 249, 250, .62);
  -webkit-backdrop-filter: blur(16px) saturate(135%);
  backdrop-filter: blur(16px) saturate(135%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .26), 0 6px 18px rgba(16, 24, 32, .1);
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
  transition: color .2s ease, transform .2s ease;
}
.visual-products-page .new-product-card-action > a:hover,
.visual-products-page .new-product-card-action > a:focus-visible {
  color: #c9141b;
}
.visual-products-page .new-product-card-action > a:focus-visible { outline: 2px solid #c9141b; outline-offset: 3px; }
.visual-products-page .new-product-card-action > a:active { transform: translateY(1px); }

html[data-theme="dark"] .visual-products-page .home-showcase-dots button {
  border-color: rgba(255, 255, 255, .58);
  background: rgba(8, 13, 19, .76);
  box-shadow: 0 2px 9px rgba(0, 0, 0, .28);
}
html[data-theme="dark"] .visual-products-page .home-showcase-dots button.is-active {
  border-color: #ff3d45;
  background: #ff3d45;
}
html[data-theme="dark"] .visual-products-page .new-product-switch-tabs {
  border-bottom-color: rgba(255, 255, 255, .16);
  background: transparent;
  box-shadow: none;
}
html[data-theme="dark"] .visual-products-page .new-product-switch-tabs button {
  color: #8f9ca6;
  background:
    linear-gradient(90deg, rgba(8, 13, 19, .98) 0 48%, rgba(8, 13, 19, .72) 66%, rgba(8, 13, 19, .12) 100%),
    var(--new-product-tab-template-image) calc(100% - 12px) center / auto 76% no-repeat,
    transparent;
}
html[data-theme="dark"] .visual-products-page .new-product-switch-tabs button + button::before {
  background: rgba(255, 255, 255, .13);
}
html[data-theme="dark"] .visual-products-page .new-product-switch-tabs button:hover,
html[data-theme="dark"] .visual-products-page .new-product-switch-tabs button:focus-visible {
  color: #f4f7f8;
  background: transparent;
}
html[data-theme="dark"] .visual-products-page .new-product-switch-tabs button.is-active {
  color: #f4f7f8;
  background:
    linear-gradient(90deg, rgba(37, 20, 25, .98) 0 42%, rgba(37, 20, 25, .62) 62%, rgba(37, 20, 25, .06) 100%),
    var(--new-product-tab-template-image) calc(100% - 16px) center / auto 92% no-repeat,
    #251419;
  box-shadow: inset 0 0 0 1px rgba(255, 61, 69, .32), 0 8px 22px rgba(0, 0, 0, .18);
}
html[data-theme="dark"] .visual-products-page .new-product-switch-stage .new-product-card {
  border-color: #303a44;
  background: #111820;
  box-shadow: none;
}
html[data-theme="dark"] .visual-products-page .new-product-card-action {
  color: #f3f6f8;
  border: 0;
  background: transparent;
  box-shadow: none;
}
html[data-theme="dark"] .visual-products-page .new-product-card-action > a {
  color: #f3f6f8;
  border-color: rgba(255, 255, 255, .18);
  background: rgba(8, 13, 19, .62);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08), 0 6px 18px rgba(0, 0, 0, .24);
}
html[data-theme="dark"] .visual-products-page .new-product-card-action > a:hover,
html[data-theme="dark"] .visual-products-page .new-product-card-action > a:focus-visible { color: #ff7379; }
@media (prefers-reduced-motion: no-preference) {
  .visual-products-page .new-product-switch-stage .new-product-card.is-active {
    animation: newProductPanelIn .28s cubic-bezier(.2, .72, .2, 1) both;
  }
}
@keyframes newProductPanelIn {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: none; }
}
@media (max-width: 680px) {
  .visual-products-page .new-products { padding-top: 72px; }
  .visual-products-page .home-showcase-dots {
    right: 16px;
    bottom: 14px;
    gap: 8px;
  }
  .visual-products-page .home-showcase-dots button { width: 9px; height: 9px; }
  .visual-products-page .new-product-switch-tabs {
    grid-template-columns: repeat(4, 176px);
    justify-content: start;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: x proximity;
    scrollbar-width: thin;
  }
  .visual-products-page .new-product-switch-tabs button {
    min-height: 76px;
    padding: 12px 72px 18px 14px;
    background-position: center, calc(100% - 6px) center, center;
    background-size: 100% 100%, auto 78%, auto;
    scroll-snap-align: start;
  }
  .visual-products-page .new-product-switch-tabs button.is-active {
    background-position: center, calc(100% - 6px) center, center;
    background-size: 100% 100%, auto 78%, auto;
  }
  .visual-products-page .new-product-switch-tabs button + button::before { top: 16px; bottom: 16px; }
  .visual-products-page .new-product-switch-tabs button::after { width: 86px; }
  .visual-products-page .new-product-switch-tabs b { font-size: 17px; }
  .visual-products-page .new-product-switch-tabs span { font-size: 12px; }
  .visual-products-page .new-product-card-action { right: 10px; bottom: 10px; min-height: 0; padding: 0; }
  .visual-products-page .new-product-card-action > a { min-height: 36px; padding: 0 13px; }
}
@media (prefers-reduced-transparency: reduce) {
  .visual-products-page .new-product-card-action > a {
    background: rgba(247, 249, 250, .96);
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }
  html[data-theme="dark"] .visual-products-page .new-product-card-action > a {
    background: rgba(17, 24, 32, .96);
  }
}
@media (prefers-reduced-motion: reduce) {
  .visual-products-page .home-showcase-dots button,
  .visual-products-page .new-product-switch-tabs button,
  .visual-products-page .new-product-switch-tabs button::after,
  .visual-products-page .new-product-card-action > a { transition: none; }
  .visual-products-page .new-product-switch-tabs button.is-active::after {
    animation: none;
    transform: translateX(-50%) scaleX(1);
  }
}

/* VISUAL PRODUCTS BANNER V4: align the visual-product hero with the software-product campaign. */
.visual-products-page .home-showcase.product-banner {
  padding: 0;
  overflow: hidden;
  background: #faf8f7;
}
.visual-products-page .home-showcase-shell {
  width: 100%;
  max-width: none;
  margin: 0;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: #faf8f7 !important;
  box-shadow: none;
}
.visual-products-page .home-showcase-stage {
  width: 100%;
  height: 620px;
  min-height: 0;
  aspect-ratio: auto;
  overflow: hidden;
  border-radius: 0;
  background:
    radial-gradient(circle at 50% 45%, rgba(255, 255, 255, .94), rgba(250, 248, 247, .82) 56%, #faf8f7 100%);
}
.visual-products-page .home-showcase-slide,
.visual-products-page .home-showcase-slide img {
  width: 100%;
  height: 100%;
  background: transparent;
}
.visual-products-page .home-showcase-slide img {
  display: block;
  object-fit: contain !important;
  object-position: center;
}
.visual-products-page .home-showcase-toolbar {
  top: 22px;
  right: clamp(24px, 3vw, 54px);
  bottom: auto;
}
.visual-products-page .home-showcase-toolbar > p {
  color: rgba(16, 24, 32, .46);
}
.visual-products-page .home-showcase-toolbar > p b {
  color: #101820;
}
.visual-products-page .home-showcase-thumbs {
  position: relative;
  inset: auto;
  width: 100%;
  height: auto;
  max-height: none;
  padding: 0 max(24px, calc((100vw - 1400px) / 2)) 28px;
  display: grid;
  grid-template-columns: repeat(5, minmax(150px, 220px));
  justify-content: center;
  gap: 28px;
  overflow: hidden;
  border: 0;
  border-bottom: 1px solid rgba(100, 116, 130, .12);
  border-radius: 0;
  background: linear-gradient(180deg, #faf8f7 0%, #f3f6f8 100%);
  box-shadow: none;
  backdrop-filter: none;
}
.visual-products-page .home-showcase-thumbs button {
  position: relative;
  flex: none;
  width: auto;
  height: 92px;
  min-width: 0;
  padding: 20px 12px 22px;
  display: grid;
  place-items: center;
  color: #687681;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
}
.visual-products-page .home-showcase-thumbs button + button::before {
  content: "";
  position: absolute;
  left: -14px;
  top: 20px;
  width: 1px;
  height: 52px;
  background: rgba(100, 116, 130, .18);
}
.visual-products-page .home-showcase-thumbs button::after {
  left: 50%;
  right: auto;
  bottom: 0;
  width: 24px;
  height: 2px;
  transform: translateX(-50%) scaleX(0);
  transform-origin: center;
}
.visual-products-page .home-showcase-thumbs button:hover {
  color: #101820;
  border-color: transparent;
  background: transparent;
  transform: none;
}
.visual-products-page .home-showcase-thumbs button.is-active {
  color: #101820;
  border-color: transparent;
  background: transparent;
  box-shadow: none;
}
.visual-products-page .home-showcase-thumbs button.is-active::after {
  transform: translateX(-50%) scaleX(1);
}
.visual-products-page .home-showcase-thumbs img {
  display: none;
}
.visual-products-page .home-showcase-thumbs span {
  position: static;
  padding: 0;
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 9px;
  color: inherit;
  background: transparent;
}
.visual-products-page .home-showcase-thumbs span i {
  color: var(--red);
  font-size: 10px;
  letter-spacing: .08em;
}
.visual-products-page .home-showcase-thumbs span i::after {
  content: none !important;
}
.visual-products-page .home-showcase-thumbs b {
  color: inherit;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: .02em;
}
.visual-products-page .home-showcase-progress {
  bottom: 0;
}
html[data-theme="dark"] .visual-products-page .home-showcase.product-banner,
html[data-theme="dark"] .visual-products-page .home-showcase-shell {
  background: #080d13 !important;
}
html[data-theme="dark"] .visual-products-page .home-showcase-stage {
  background: radial-gradient(circle at 50% 45%, #101820 0%, #080d13 72%, #05080b 100%);
}
html[data-theme="dark"] .visual-products-page .home-showcase-thumbs {
  border-bottom-color: rgba(255, 255, 255, .1);
  background: linear-gradient(180deg, #080d13 0%, #101922 100%) !important;
}
html[data-theme="dark"] .visual-products-page .home-showcase-thumbs button,
html[data-theme="dark"] .visual-products-page .home-showcase-thumbs button.is-active,
html[data-theme="dark"] .visual-products-page .home-showcase-thumbs button:hover {
  color: #f4f7f8;
  background: transparent;
}
html[data-theme="dark"] .visual-products-page .home-showcase-thumbs button + button::before {
  background: rgba(255, 255, 255, .13);
}
@media (max-width: 1180px) {
  .visual-products-page .home-showcase-thumbs {
    grid-template-columns: repeat(5, minmax(144px, 1fr));
    gap: 18px;
    padding-right: 32px;
    padding-left: 32px;
  }
  .visual-products-page .home-showcase-thumbs button + button::before {
    left: -9px;
  }
}
@media (max-width: 900px) {
  .visual-products-page .home-showcase-stage {
    height: 480px;
  }
  .visual-products-page .home-showcase-thumbs {
    grid-template-columns: repeat(5, 180px);
    justify-content: start;
    gap: 24px;
    padding: 0 24px 24px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: x proximity;
    scrollbar-width: thin;
  }
  .visual-products-page .home-showcase-thumbs button {
    scroll-snap-align: start;
  }
  .visual-products-page .home-showcase-thumbs button + button::before {
    left: -12px;
  }
}
@media (max-width: 760px) {
  .visual-products-page .home-showcase-shell {
    width: 100%;
    border-radius: 0;
  }
  .visual-products-page .home-showcase-stage {
    height: auto;
    aspect-ratio: 4169 / 2305;
  }
  .visual-products-page .home-showcase-toolbar {
    top: 10px;
    right: 14px;
  }
  .visual-products-page .home-showcase-toolbar > p b {
    font-size: 18px;
  }
  .visual-products-page .home-showcase-thumbs {
    height: auto;
    grid-template-columns: repeat(5, 154px);
    gap: 18px;
    padding: 0 16px 18px;
  }
  .visual-products-page .home-showcase-thumbs button {
    width: auto;
    height: 72px;
    padding: 16px 8px 18px;
  }
  .visual-products-page .home-showcase-thumbs button + button::before {
    left: -9px;
    top: 16px;
    height: 38px;
  }
  .visual-products-page .home-showcase-thumbs b {
    font-size: 16px;
  }
}

/* International hero artwork is white in both themes. Keep its letterbox and controls legible. */
html[data-theme="dark"][data-server-locale]:not([data-server-locale="zh"]) .visual-products-page .home-showcase-stage,
html[data-theme="dark"][data-server-locale]:not([data-server-locale="zh"]) .visual-products-page .home-showcase-slide,
html[data-theme="dark"][data-server-locale]:not([data-server-locale="zh"]) .visual-products-page .home-showcase-slide img {
  background: #fff !important;
}
html[data-theme="dark"][data-server-locale]:not([data-server-locale="zh"]) .visual-products-page .home-showcase-toolbar > p {
  color: rgba(16, 24, 32, .55);
}
html[data-theme="dark"][data-server-locale]:not([data-server-locale="zh"]) .visual-products-page .home-showcase-toolbar > p b {
  color: #101820;
}

/* Keep the homepage content, news rail, navigation, and footer on one grid. */
.visual-products-page .global-visual-nav > .global-nav-link::after {
  content: none;
}
.visual-products-page .global-visual-nav > .global-nav-link:focus-visible {
  outline: 2px solid var(--global-nav-red);
  outline-offset: -4px;
}
.visual-products-page {
  --container: min(1380px, calc(100vw - 64px));
}
.visual-products-page .global-site-header,
.visual-products-page .news-center-inner,
.visual-products-page .global-footer-cta,
.visual-products-page .global-footer-main,
.visual-products-page .global-footer-wordmark,
.visual-products-page .global-footer-bottom {
  width: var(--container);
  margin-right: auto;
  margin-left: auto;
}
.visual-products-page .global-footer-bottom { padding-right: 0; padding-left: 0; }
@media (max-width: 1100px) {
  .visual-products-page { --container: min(1080px, calc(100vw - 36px)); }
}
@media (max-width: 680px) {
  .visual-products-page { --container: calc(100vw - 28px); }
}
