:root {
  --product-bg: #05070b;
  --product-text: #ffffff;
  --product-brand: #b81c22;
  --product-inner: 83.333vw;
  --zs-brand: #b81c22;
  --zs-muted: #d6d8d9;
  --zs-inner: 83.333vw;
}

body.zs-product {
  margin: 0;
  background: var(--product-bg);
  color: var(--product-text);
  overflow-x: hidden;
}

body.zs-product .page-shell {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

body.zs-product .zs-page {
  overflow: visible;
}

.zs-page {
  width: 100%;
  margin: 0 auto;
  overflow-x: hidden;
}

.product-page {
  width: 100%;
  position: relative;
}

.product-inner {
  width: var(--product-inner);
  margin: 0 auto;
  padding: 0 2.083vw;
  box-sizing: border-box;
}

.product-inner.product-inner-reveal-pending {
  opacity: 0;
  transform: translate3d(0, 2.916vw, 0);
}

.product-inner.product-inner-reveal-pending,
.product-inner.product-inner-reveal-visible {
  transition:
    opacity 0.72s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.72s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}

.product-inner.product-inner-reveal-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.product-hero {
  position: sticky;
  left: 0;
  top: 0;
  z-index: 0;
  height: 100vh;
  padding-top: 4.062vw;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
  will-change: transform;
}

.product-hero-bg {
  position: absolute;
  inset: 0;
  z-index: -1;
}

.product-hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.44) 0%, rgba(0, 0, 0, 0.22) 42%, rgba(0, 0, 0, 0.2) 100%);
  z-index: 1;
  pointer-events: none;
}

.product-hero-slide {
  width: 100%;
  height: 100%;
}

.product-hero-slide img,
.product-hero-bg>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
  display: block;
}

.product-hero-inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  height: 100%;
  margin-left: 15.208vw;
}

.product-hero-copy-slot {
  display: grid;
  grid-template-areas: "hero-copy-stack";
  width: 42.708vw;
}

.product-hero-copy {
  width: 100%;
}

.product-hero-copy--l1,
.product-hero-copy--joint {
  grid-area: hero-copy-stack;
}

.product-hero-copy--joint {
  display: none;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 1.875vw;
  width: 29.27vw;
  justify-self: center;
  box-sizing: border-box;
}

.product-hero--joint .product-hero-copy--l1 {
  display: none;
}

.product-hero--joint .product-hero-copy--joint {
  display: flex;
}

.product-hero-copy-stack {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.041vw;
  width: 100%;
}

/* 第二屏（product-background2）文案与按钮 — Figma 2491:28146 */
.product-hero--joint .product-hero-bg::after {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.2) 0%, rgba(172, 172, 172, 0) 50%, rgba(3, 3, 3, 0.2) 100%);
}

body.zs-product .product-hero--joint .product-hero-slogan--joint span,
.product-hero--joint .product-hero-slogan--joint .f_48 {
  font-weight: 600 !important;
  line-height: 1 !important;
}

body.zs-product .product-hero--joint .product-hero-title--joint span,
.product-hero--joint .product-hero-title--joint .f_80 {
  font-weight: 600 !important;
  letter-spacing: -0.093vw !important;
  line-height: 4.427vw !important;
}

body.zs-product .product-hero--joint .product-hero-sub--joint span,
.product-hero--joint .product-hero-sub--joint .f_32 {
  font-weight: 300 !important;
  letter-spacing: 1.041vw !important;
  line-height: 1.5 !important;
}

.product-hero--joint .product-hero-actions--joint {
  margin-top: 0;
  gap: 1.875vw;
  justify-content: center;
  flex-wrap: wrap;
}

.product-hero--joint .product-hero-actions--joint .product-pill {
  min-width: 7.812vw;
  height: auto;
  min-height: 0;
  padding: 0.52vw 1.041vw;
  border-radius: 1.875vw;
}

.product-hero--joint .product-hero-actions--joint .product-pill:nth-child(2) {
  padding: 0.52vw 1.302vw;
}

.product-hero--joint .product-hero-actions--joint .product-pill .f_16 {
  font-size: 0.833vw !important;
  font-weight: 400 !important;
  line-height: 1.083vw !important;
}

.product-hero--joint .product-hero-copy--joint .product-hero-slogan,
.product-hero--joint .product-hero-copy--joint .product-hero-title,
.product-hero--joint .product-hero-copy--joint .product-hero-sub {
  margin: 0;
}

.product-hero-slogan,
.product-hero-title,
.product-hero-sub,
.product-hero-price {
  margin: 0;
}

.product-hero-title {
  margin-top: 0.52vw;
}

.product-hero-sub {
  margin-top: 0.104vw;
}

.product-hero-price {
  margin-top: 1.458vw;
  background: linear-gradient(95deg, #b81c22 31%, #ffd596 140%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  display: inline-flex;
  align-items: flex-end;
  gap: 0.208vw;
}

.product-hero-actions {
  margin-top: 1.354vw;
  display: flex;
  flex-wrap: wrap;
  gap: 0.833vw;
}

.product-pill {
  min-width: 7.812vw;
  height: 2.291vw;
  padding: 0 1.25vw;
  border-radius: 1.875vw;
  background: var(--product-brand);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.416vw;
  transition: background 0.25s ease, color 0.25s ease, box-shadow 0.25s ease, transform 0.2s ease;
}

.product-pill-arrow {
  width: 0.416vw;
  height: 0.416vw;
  border-right: 0.104vw solid #fff;
  border-bottom: 0.104vw solid #fff;
  transform: rotate(-45deg);
  box-sizing: border-box;
  transition: border-color 0.25s ease;
}

.product-pill:hover,
.product-pill:focus-visible {
  background: #ffffff;
  color: var(--product-brand);
  box-shadow: 0 0.468vw 0.364vw rgba(0, 0, 0, 0.25);
  transform: none;
}

.product-pill:hover .product-pill-arrow,
.product-pill:focus-visible .product-pill-arrow {
  border-right-color: var(--product-brand);
  border-bottom-color: var(--product-brand);
}

.product-detail-flows[hidden],
.product-detail-flow[hidden] {
  display: none !important;
}

.product-detail-flows {
  position: relative;
  z-index: 2;
  transform: translate3d(0, 0, 0);
  will-change: transform;
}

.product-detail-flow--joint {
  background: #221818;
  color: #e7e7e7;
  position: relative;
  z-index: 2;
}

.joint-section {
  position: relative;
}

.joint-vh {
  position: absolute;
  width: 0.052vw;
  height: 0.052vw;
  padding: 0;
  margin: -0.052vw;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.joint-factory {
  line-height: 0;
}

.joint-factory img {
  width: 100%;
  max-height: 56.25vw;
  object-fit: cover;
  display: block;
}

.joint-factory video {
  width: 100%;
  max-height: 56.25vw;
  object-fit: cover;
  display: block;
}

.joint-factory .C-play {
  bottom: 15%;
  left: 7%;
}

.joint-intro-strip {
  margin-top: -6.25vw;
  background: linear-gradient(180deg, transparent 0%, #221818 45%);
  position: relative;
  z-index: 1;
}

.joint-intro-inner {
  background:
    linear-gradient(90deg, rgba(231, 231, 231, 0.39) 0%, rgba(231, 231, 231, 0.39) 100%);
  border-radius: 0;
  padding: 2.916vw 0 1.666vw;
  width: 100%;
  max-width: none;
}

.joint-intro-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.25vw;
  flex-wrap: wrap;
  padding-inline: 7.291vw;
}

.joint-intro-main {
  display: inline-flex;
  align-items: center;
  gap: 0.937vw;
}

.joint-intro-num {
  font-size: 1.875vw;
  font-weight: 300;
  color: #e7e7e7;
}

.joint-intro-tabs {
  display: flex;
  align-items: center;
  gap: 0.833vw;
}

.joint-tab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 6.302vw;
  height: 2.5vw;
  border-radius: 0.312vw;
  font-size: 1.25vw;
  font-weight: 300;
  background: transparent;
  transition: border-color 0.24s ease, color 0.24s ease;
  cursor: pointer;
}

.joint-tab--ghost {
  border: 0.052vw solid rgba(231, 231, 231, 0.6);
  color: rgba(231, 231, 231, 0.6);
}

.joint-tab--tvc {
  border: 0.052vw solid #d6d8d9;
  color: #d6d8d9;
}

.joint-tab:hover {
  border-color: #b81c22;
  color: #b81c22;
}

.joint-intro-title {
  margin: 0;
  font-size: 1.875vw;
  font-weight: 500;
  color: #e7e7e7;
  max-width: none;
}

.joint-intro-divider {
  height: 0.052vw;
  margin: 0.729vw 0 0.625vw;
  background: rgba(231, 231, 231, 0.5);
  margin-inline: 7.291vw;
}

.joint-intro-desc {
  margin: 0 7.291vw 0 0;
  font-size: 1.25vw;
  font-weight: 300;
  line-height: 1.5;
  color: #e7e7e7;
  max-width: 39.583vw;
  margin-left: auto;
  text-align: right;
  display: none;
}

.joint-icons-row {
  padding: 6.145vw 0;
}

.joint-icons-inner {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.25vw;
  text-align: center;
}

.joint-icon-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.833vw;
  font-size: 1.25vw;
  font-weight: 400;
  color: #e7e7e7;
}

.joint-icon-media {
  position: relative;
  width: 5.052vw;
  height: 5.052vw;
  display: inline-block;
}

.joint-icon-item img {
  position: absolute;
  inset: 0;
  width: 5.052vw;
  height: 5.052vw;
  object-fit: contain;
  transition: opacity 0.24s ease;
}

.joint-icon-default {
  opacity: 1;
}

.joint-icon-hover {
  opacity: 0;
}

.joint-icon-item:hover .joint-icon-default {
  opacity: 0;
}

.joint-icon-item:hover .joint-icon-hover {
  opacity: 1;
}

.joint-integrated {
  background: #e7e7e7;
  padding: 8.541vw 0 0;
}

.joint-integrated-inner {
  color: #595757;
  text-align: center;
  position: sticky;
  left: 0;
  top: 10vh;
  z-index: 0;
  overflow: visible;
}

.joint-integrated-inner h3 {
  margin: 0;
  font-size: 2.5vw;
  font-weight: 600;
  line-height: 1.5;
}

.joint-integrated-inner p {
  margin: 0.416vw 0 0;
  font-size: 1.25vw;
  font-weight: 300;
  line-height: 1.5;
}

.joint-integrated-inner p:nth-child(3) {
  margin-top: 0.104vw;
}

.joint-integrated-visual {
  margin: 8.958vw auto 8.125vw;
  max-width: 77.187vw;
}

.joint-integrated-visual img {
  width: 100%;
  height: auto;
  display: block;
}

.joint-integrated-reveal {
  position: relative;
  z-index: 5;
  background: #211818;
}

.joint-integrated-curtain {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: auto;
  width: auto;
  min-width: 0;
  transform: none;
  z-index: 1;
  height: calc(var(--joint-reveal, 0) * 100%);
  background: #221818;
  pointer-events: none;
}

.joint-section.joint-integrated.is-reveal-active~* {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

.joint-exploded-scale--embedded {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  width: 100%;
  max-width: 77.187vw;
  margin: 0 auto;
  min-height: 0;
  align-self: stretch;
  max-height: 100%;
}

.joint-exploded-visual--embedded {
  position: relative;
  z-index: 2;
  width: 77.187vw;
  max-width: 100%;
  margin: 0 auto;
}

.joint-exploded-visual--embedded img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0;
}

body.joint-reveal-scroll-lock {
  overflow: hidden !important;
  touch-action: none;
}

.joint-exploded {
  padding: 4.583vw 0;
  background: #221818;
  overflow-x: auto;
  overflow-y: hidden;
}

.joint-exploded-inner {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: none;
  min-width: 79.27vw;
  padding: 0 1.041vw;
  box-sizing: border-box;
}

/* PC 不参与布局；手机端作缩放视口 */
.joint-exploded-scale {
  display: contents;
}

.joint-exploded-visual {
  position: relative;
  width: 77.187vw;
  max-width: none;
  flex: 0 0 77.187vw;
}

.joint-exploded-visual img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0;
}

.joint-exploded-hotspot {
  position: absolute;
  width: 0.937vw;
  height: 0.937vw;
  border-radius: 50%;
  background: #b81c22;
  box-shadow: 0 0 0 0.52vw rgba(184, 28, 34, 0.35);
  animation: joint-hotspot-pulse 1.8s ease-in-out infinite;
}

@keyframes joint-hotspot-pulse {

  0%,
  100% {
    box-shadow: 0 0 0 0.312vw rgba(184, 28, 34, 0.16);
  }

  50% {
    box-shadow: 0 0 0 0.729vw rgba(184, 28, 34, 0.38);
  }
}

.joint-exploded-tag {
  position: absolute;
  font-size: 1.25vw;
  font-weight: 300;
  color: #e7e7e7;
  white-space: nowrap;
  display: flex;
}

.joint-exploded-tag::after {
  content: "";
  position: static;
  display: block;
  border-color: rgba(231, 231, 231, 0.55);
  border-style: dashed;
}

.joint-exploded-tag--lt {
  right: 50%;
  bottom: 100%;
}

.joint-exploded-tag--lt::after {
  width: 19.062vw;
  height: 7.291vw;
  border-width: 0.052vw 0.052vw 0 0;
  margin-top: 0.729vw;
}

.joint-exploded-tag--lb {
  right: 50%;
  top: 100%;
  align-items: flex-end;
}

.joint-exploded-tag--lb::after {
  width: 20.312vw;
  height: 10.729vw;
  border-width: 0 0.052vw 0.052vw 0;
  margin-bottom: 0.729vw;
}

.joint-exploded-tag--rt {
  left: 50%;
  bottom: 100%;
}

.joint-exploded-tag--rt::after {
  width: 2.604vw;
  height: 4.583vw;
  border-width: 0.052vw 0 0 0.052vw;
  order: -1;
  margin-top: 0.729vw;
}

.joint-exploded-tag--rb {
  left: 50%;
  top: 100%;
  align-items: flex-end;
}

.joint-exploded-tag--rb::after {
  width: 13.541vw;
  height: 10.729vw;
  border-width: 0 0 0.052vw 0.052vw;
  order: -1;
  margin-bottom: 0.729vw;
}

.joint-exploded-callouts {
  display: none;
  color: #e7e7e7;
}

.joint-dual-cards {
  padding: 3.75vw 0 5vw;
  background: #221818;
}

.joint-dual-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 41.666vw));
  justify-content: center;
  gap: 0.937vw;
}

.joint-card {
  position: relative;
  padding: 0 1.145vw 1.25vw 11.25vw;
  border-radius: 0;
  background: transparent;
  overflow: hidden;
  transition: transform 0.28s ease, filter 0.28s ease;
}

.joint-card-watermark {
  position: absolute;
  left: 0.625vw;
  top: 0;
  font-size: 15.625vw;
  font-weight: 700;
  line-height: 0.8;
  background: linear-gradient(0.09deg,
      rgba(231, 231, 231, 0) 26%,
      rgba(255, 255, 255, 0.29) 62%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  pointer-events: none;
  transition: transform 0.28s ease;
}

.joint-card-visual,
.joint-card-copy {
  opacity: 1;
}

.joint-dual-grid.product-inner-reveal-pending .joint-card-watermark,
.joint-dual-grid.product-inner-reveal-pending .joint-card-visual,
.joint-dual-grid.product-inner-reveal-pending .joint-card-copy {
  opacity: 0;
}

.joint-dual-grid.product-inner-reveal-pending .joint-card-watermark {
  transform: translate3d(0, 4.583vw, 0);
}

.joint-dual-grid.product-inner-reveal-pending .joint-card-visual,
.joint-dual-grid.product-inner-reveal-pending .joint-card-copy {
  transform: translate3d(0, 5vw, 0);
}

.joint-dual-grid.product-inner-reveal-visible .joint-card-watermark {
  animation: joint-card-watermark-rise 1.28s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.joint-dual-grid.product-inner-reveal-visible .joint-card-visual,
.joint-dual-grid.product-inner-reveal-visible .joint-card-copy {
  animation: joint-card-content-rise 1.36s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  animation-delay: 0.34s;
}

@keyframes joint-card-watermark-rise {
  0% {
    opacity: 0;
    transform: translate3d(0, 4.583vw, 0);
  }

  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes joint-card-content-rise {
  0% {
    opacity: 0;
    transform: translate3d(0, 5vw, 0);
  }

  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.joint-card--01:hover .joint-card-watermark,
.joint-card--02:hover .joint-card-watermark {
  transform: translateX(-1.666vw);
}

.joint-card-visual {
  position: relative;
  z-index: 1;
  max-width: 25.677vw;
  margin: 5.937vw 0 0;
  aspect-ratio: 493 / 469;
  overflow: hidden;
  transition: transform 0.28s ease;
}

.joint-card-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
  transition: all ease 1s;
}

.joint-card:hover .joint-card-visual img {
  transform: scale(1.1);
}

.joint-card-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,
      rgba(0, 0, 0, 0.73) 0%,
      rgba(51, 51, 51, 0) 50%,
      rgba(0, 0, 0, 0.73) 100%);
}

.joint-card-copy {
  position: relative;
  z-index: 2;
  margin: 2.291vw 0 0;
  max-width: 29.687vw;
}

.joint-card-copy h3 {
  margin: 0;
  font-size: 1.875vw;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #e7e7e7;
}

.joint-card-copy p {
  margin: 0.625vw 0 0;
  padding-top: 0.729vw;
  border-top: 0.052vw solid rgba(231, 231, 231, 0.55);
  font-size: 0.937vw;
  line-height: 1.5;
  font-weight: 300;
  color: #e7e7e7;
}

.joint-card--01 .joint-card-copy p,
.joint-card--02 .joint-card-copy p {
  position: relative;
}

.joint-card--01 .joint-card-copy p::before,
.joint-card--02 .joint-card-copy p::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.052vw;
  width: 0;
  height: 0.052vw;
  background: #b81c22;
  pointer-events: none;
  transition: width 0.45s ease;
}

.joint-card--01:hover .joint-card-copy p::before,
.joint-card--02:hover .joint-card-copy p::before {
  width: 100%;
}

.joint-split-dark {
  padding: 0;
  overflow: hidden;
}

.joint-split-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  min-height: 50vw;
  align-items: stretch;
  width: 100%;
  margin-left: 0;
  padding: 0;
}

.joint-split-copy {
  order: 1;
  max-width: 27.708vw;
  transform: none;
  align-self: center;
  padding: 2.083vw 2.083vw;
  margin-left: 15%;
  transition:
    opacity 0.72s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.72s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}

.joint-split-lead {
  margin: 1.145vw 0 0;
  font-size: 0.937vw;
  line-height: 1.5;
  font-weight: 300;
  color: #e7e7e7;
}

.joint-split-copy h3 {
  margin: 0;
  font-size: 2.5vw;
  font-weight: 600;
  text-align: left;
  color: #e7e7e7;
}

.joint-split-media {
  order: 2;
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  border-radius: 0;
  overflow: hidden;
  justify-self: stretch;
  position: relative;
  transition:
    opacity 0.84s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.84s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}

.joint-split-grid.product-inner-reveal-pending .joint-split-copy {
  opacity: 0;
  transform: translate3d(0, 2.708vw, 0);
}

.joint-split-grid.product-inner-reveal-pending .joint-split-media {
  opacity: 0;
  transform: translate3d(0, 3.75vw, 0);
}

.joint-split-grid.product-inner-reveal-visible .joint-split-copy,
.joint-split-grid.product-inner-reveal-visible .joint-split-media {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.joint-split-grid.product-inner-reveal-visible .joint-split-media {
  transition-delay: 0.08s;
}

.joint-split-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.joint-split-media::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 0;
  pointer-events: none;
  background:
    linear-gradient(to left, rgba(0, 0, 0, 0.82) 0%, rgba(0, 0, 0, 0.42) 28%, rgba(0, 0, 0, 0) 62%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.73) 0%, rgba(51, 51, 51, 0) 50%, rgba(0, 0, 0, 0.73) 100%);
}

.joint-charts {
  padding: 7.552vw 0 2.76vw;
}

.joint-charts-panel {
  background: #e7e7e7;
  border-radius: 1.041vw;
  padding: 4.843vw 4.375vw;
  color: #595757;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1.875vw;
}

.joint-charts-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 2.083vw;
}

.joint-charts-info h3 {
  margin: 0;
  font-family: "PingFang SC", "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
  letter-spacing: -0.025em;
}

.joint-chart-legend {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.625vw;
  font-weight: 300;
}

.joint-chart-legend li {
  margin: 0;
  padding: 0;
}

.joint-chart-legend-btn {
  display: flex;
  align-items: center;
  gap: 0.52vw;
  width: 100%;
  margin: 0;
  padding: 0.208vw 0.104vw;
  border: none;
  background: transparent;
  font: inherit;
  font-size: inherit;
  font-weight: 300;
  color: inherit;
  text-align: left;
  cursor: pointer;
  border-radius: 0.312vw;
  transition: color 0.15s ease, font-weight 0.15s ease;
}

.joint-chart-legend-btn:hover {
  color: #3d3d3d;
}

.joint-chart-legend-btn:focus-visible {
  outline: 0.104vw solid #b81c22;
  outline-offset: 0.156vw;
}

.joint-chart-legend li.is-active .joint-chart-legend-btn {
  font-weight: 600;
  color: #b81c22;
}

.joint-dot {
  flex-shrink: 0;
  width: 0.625vw;
  height: 0.625vw;
  border-radius: 0.208vw;
  background: #b81c22;
  opacity: 0;
  width: 0;
  height: 0;
  margin: 0;
  overflow: hidden;
  transition: opacity 0.15s ease, width 0.15s ease, height 0.15s ease;
}

.joint-chart-legend li.is-active .joint-chart-legend-btn .joint-dot {
  opacity: 1;
  width: 0.625vw;
  height: 0.625vw;
}

.joint-charts-plot {
  width: 50.52vw;
}

.joint-charts-plot img {
  width: 100%;
  display: none;
}

.joint-charts-plot img.is-active {
  display: block;
  animation: fadeIn 1s ease forwards;
}

.joint-params {
  padding: 0 0 11.041vw;
}

.joint-params-panel {
  display: grid;
  grid-template-columns: minmax(13.541vw, 0.92fr) minmax(14.583vw, 1.08fr);
  align-items: start;
  gap: 2.916vw;
  background: #e7e7e7;
  border-radius: 1.041vw;
  padding: 3.489vw 4.687vw 3.645vw;
  overflow: hidden;
  color: #595757;
}

.joint-params-main {
  min-width: 0;
}

.joint-params-main h3 {
  margin: 0 0 1.25vw;
  font-size: 2.5vw;
  font-weight: 500;
  letter-spacing: -0.025em;
  line-height: 1;
  color: #595757;
}

.joint-params-tabs {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 2.5vw;
  min-height: 1.718vw;
  margin: 0 0 2.083vw;
  padding-bottom: 0;
  border-bottom: 0.052vw solid rgba(231, 231, 231, 0.4);
}

.joint-params-tabs button {
  background: none;
  border: none;
  padding: 0 0 0.52vw;
  margin-bottom: -0.052vw;
  font: inherit;
  font-size: 0.833vw;
  line-height: 1.25;
  color: #71717b;
  cursor: pointer;
  position: relative;
}

.joint-params-tabs button.is-active {
  color: #595757;
  font-weight: 400;
}

.joint-params-tabs button.is-active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0.104vw;
  background: #b81c22;
}

.joint-params-tabs button:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}

.joint-params-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 2.083vw;
  row-gap: 1.875vw;
  margin: 0 0 1.875vw;
}

.joint-params-grid>div {
  min-width: 0;
}

.joint-params-row--muted {
  opacity: 0.8;
}

.joint-params-grid dt {
  margin: 0 0 0.52vw;
  font-size: 0.937vw;
  font-weight: 400;
  line-height: 1;
  color: #9f9fa9;
}

.joint-params-grid dd {
  margin: 0;
  font-size: 1.25vw;
  font-weight: 400;
  line-height: 1.2;
  color: #595757;
}

.joint-params-grid dd.joint-params-value--medium {
  font-weight: 500;
}

.joint-params-notes {
  display: flex;
  flex-direction: column;
  gap: 0.833vw;
  max-width: 56ch;
}

.joint-params-note {
  margin: 0;
  font-size: 0.833vw;
  line-height: 1.12;
  color: #71717b;
}

.joint-params-visual {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 1.458vw;
  min-width: 0;
}

.joint-params-hero-img {
  width: 100%;
  max-width: 32.708vw;
  margin: 0 auto;
}

.joint-params-hero-img img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}

.joint-params-thumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  gap: 2.916vw;
  width: 100%;
  max-width: 18.75vw;
}

.joint-params-thumb {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.625vw;
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
  font: inherit;
  cursor: pointer;
  color: inherit;
  -webkit-tap-highlight-color: transparent;
}

.joint-params-thumb:focus-visible {
  outline: 0.104vw solid #b81c22;
  outline-offset: 0.208vw;
  border-radius: 0.208vw;
}

.joint-params-thumb-ring {
  position: relative;
  box-sizing: border-box;
  width: 3.333vw;
  height: 3.333vw;
  border-radius: 50%;
  border: 0.052vw solid transparent;
  overflow: hidden;
  flex-shrink: 0;
  transition: all ease .3s;
}

.joint-params-thumb.is-active .joint-params-thumb-ring {
  border-color: #71717b;
  box-shadow: 0 0.208vw 0.208vw 0 rgba(0, 0, 0, 0.25);
}

.joint-params-thumb-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 2.5vw;
  height: 2.5vw;
  border-radius: 50%;
  overflow: hidden;
  opacity: 0.8;
}

.joint-params-thumb-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.joint-params-thumb-label {
  position: relative;
  font-size: 0.625vw;
  line-height: 0.833vw;
  color: #71717b;
  padding-bottom: 0.312vw;
}

.joint-params-thumb.is-active .joint-params-thumb-label {
  color: #595757;
}

.joint-params-thumb.is-active .joint-params-thumb-label::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 0.833vw;
  height: 0.104vw;
  background: #b81c22;
}

.joint-downloads {
  padding: 2.5vw 0 3.333vw;
}

.joint-downloads-panel {
  background: transparent;
  border-radius: 0;
  padding: 0;
}

.joint-downloads-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.833vw;
  margin-bottom: 1.25vw;
  padding: 0 0.625vw 0.625vw;
  border-bottom: 0.052vw solid rgba(231, 231, 231, 0.35);
}

.joint-downloads-head h3 {
  margin: 0;
  font-size: 2.5vw;
  font-weight: 500;
  color: #f4f4f5;
}

.joint-downloads-search {
  display: inline-flex;
  align-items: center;
  gap: 0.52vw;
  padding: 0.52vw 0.833vw;
  border-radius: 0.52vw;
  background: rgba(250, 250, 250, 0.37);
  min-width: 14.583vw;
}

.joint-downloads-search input {
  flex: 1;
  border: none;
  background: transparent;
  color: #e7e7e7;
  font-size: 0.729vw;
  min-width: 0;
}

.joint-downloads-search input::placeholder {
  color: rgba(231, 231, 231, 0.85);
}

.joint-files-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.833vw;
}

.joint-files-table thead {
  border-bottom: 0.052vw solid #e5e5e5;
  color: #a1a1a1;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 0.729vw;
}

.joint-files-table th,
.joint-files-table td {
  padding: 0.937vw 0.625vw;
  text-align: left;
  vertical-align: middle;
}

.joint-files-table th:last-child,
.joint-files-table td:last-child {
  text-align: right;
}

.joint-files-table tbody tr {
  border-bottom: 0.052vw solid rgba(231, 231, 231, 0.6);
}

.joint-files-table tbody tr:hover {
  box-shadow: 0 0.52vw 0.781vw -0.156vw rgba(93, 119, 82, 0.1), 0 0.208vw 0.312vw -0.208vw rgba(93, 119, 82, 0.1);
}

.joint-file-icon {
  display: inline-flex;
  align-items: center;
  gap: 0.625vw;
  color: #e7e7e7;
  font-size: 0.937vw;
}

.joint-file-icon-box {
  width: 3.333vw;
  height: 3.333vw;
  border-radius: 0.729vw;
  display: inline-grid;
  place-items: center;
  position: relative;
}

.joint-file-icon-img-default,
.joint-file-icon-img-hover {
  grid-area: 1 / 1;
  transition: opacity 0.18s ease;
}

.joint-file-icon-img-hover {
  opacity: 0;
  pointer-events: none;
}

.joint-files-table tbody tr:hover .joint-file-icon-box .joint-file-icon-img-default {
  opacity: 0;
}

.joint-files-table tbody tr:hover .joint-file-icon-box .joint-file-icon-img-hover {
  opacity: 1;
}

.joint-file-icon--pdf .joint-file-icon-box,
.joint-file-icon--doc .joint-file-icon-box {
  background: #221818
}

.joint-files-table tbody tr:hover .joint-file-icon--pdf .joint-file-icon-box,
.joint-files-table tbody tr:hover .joint-file-icon--doc .joint-file-icon-box {
  background: #f1e8e8;
}

.joint-file-tag {
  position: absolute;
  right: 0.208vw;
  bottom: 0.208vw;
  min-width: 1.354vw;
  height: 0.572vw;
  padding: 0 0.208vw;
  border-radius: 0.208vw;
  background: #e7e7e7;
  color: #595757;
  font-size: 0.468vw;
  font-weight: 700;
  line-height: 0.572vw;
  text-align: center;
  text-transform: uppercase;
}

.joint-files-table tr:hover .joint-file-tag {
  background: #b81c22;
  color: #fff;
}

.joint-files-table tr:hover .joint-file-icon {
  color: #b81c22;
}

.joint-file-icon img {
  flex-shrink: 0;
  width: 1.875vw;
  height: 1.875vw;
  object-fit: contain;
}

.joint-file-icon--pdf::before,
.joint-file-icon--doc::before {
  content: "";
  display: none;
}

.joint-dl {
  display: inline-flex;
  align-items: center;
  gap: 0.416vw;
  padding: 0.52vw 0.937vw;
  border-radius: 0.52vw;
  border: 0.052vw solid #e7e7e7;
  color: #e7e7e7;
  text-decoration: none;
  font-weight: 500;
}

.joint-dl small {
  font-weight: 400;
  color: #a1a1a1;
}

.joint-dl-icon {
  width: 0.833vw;
  height: 0.833vw;
  display: flex;
  align-items: center;
  justify-content: center;
  filter: brightness(0) invert(1);
  flex-shrink: 0;
}

.joint-dl-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.joint-files-table tr:hover .joint-dl {
  background: #f1e8e8;
  border-color: #b81c22;
  color: #b81c22;
}

.joint-files-table tr:hover .joint-dl small {
  color: #b81c22;
}

.joint-files-table tr:hover .joint-dl .joint-dl-icon {
  filter: brightness(0) saturate(100%) invert(16%) sepia(78%) saturate(3106%) hue-rotate(339deg) brightness(92%) contrast(92%);
}

.joint-files-table td:nth-child(2) {
  color: #737373;
  white-space: normal;
  margin: 10px 0;
}

.joint-disclaimer {
  background: #000;
  padding: 7.135vw 0 8.854vw;
}

.joint-disclaimer h3 {
  margin: 0 0 1.822vw;
  font-size: 1.666vw;
  font-weight: 600;
  color: #f4f4f5;
  text-align: center;
}

.joint-disclaimer p {
  margin: 0 auto 0.625vw;
  max-width: 83.333vw;
  font-size: 0.833vw;
  font-weight: 300;
  line-height: 1.5;
  color: #e7e7e7;
}

.joint-contact-cta {
  position: relative;
  min-height: 22.343vw;
}

.joint-contact-bg {
  position: absolute;
  inset: 0;
}

.joint-contact-bg img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.joint-contact-inner {
  position: relative;
  z-index: 1;
  min-height: 22.343vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 4.01vw;
}

.joint-contact-logo {
  width: 5.989vw;
  height: 1.562vw;
  object-fit: contain;
}

.joint-contact-copy {
  display: flex;
  flex-direction: column;
  gap: 1.041vw;
}

.joint-contact-inner h3,
.joint-contact-inner p {
  margin: 0;
}

.joint-contact-inner h3 {
  color: #e7e7e7;
  line-height: 1;
}

.joint-contact-inner p {
  color: #b2afad;
  line-height: 1;
}

.joint-contact-btn {
  min-width: 7.812vw;
  height: 2.5vw;
  border-radius: 1.875vw;
  background: #b81c22;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.416vw;
  padding: 0 1.927vw;
  text-decoration: none;
  transition: background 0.25s ease, color 0.25s ease, box-shadow 0.25s ease, transform 0.2s ease;
}

.joint-contact-arrow {
  width: 0.729vw;
  height: 0.729vw;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: filter 0.25s ease;
}

.joint-contact-arrow img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.joint-contact-btn:hover {
  background: #ffffff;
  color: #b81c22;
  box-shadow: 0 0.52vw 1.25vw rgba(0, 0, 0, 0.2);
  transform: translateY(-0.104vw);
}

.joint-contact-btn:hover .joint-contact-arrow {
  filter: brightness(0) saturate(100%) invert(16%) sepia(78%) saturate(3106%) hue-rotate(339deg) brightness(92%) contrast(92%);
}

.product-block {
  position: relative;
  background: #131215;
}

.product-block .tac {
  margin: 0;
}

.block-top-anatomy {
  padding: 14.583vw 0 11.041vw;
  background: #211818;
}

.block-top-anatomy-title {
  margin: 0;
  text-align: center;
}

.block-top-anatomy-title span {
  background: linear-gradient(92deg, #b81c22 -31.24%, #ffd596 140.06%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.block-top-anatomy-media {
  margin: 12.604vw auto 0;
  width: 83.333vw;
  border-radius: 0.416vw;
  overflow: hidden;
}

.block-top-anatomy-media img {
  width: 100%;
  height: auto;
  display: block;
}

.block-tech-params {
  background: #211818;
  padding: 0 0 3.437vw;
}

.block-tech-params-layout {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  column-gap: 2.083vw;
  margin-top: 5.312vw;
  align-items: start;
  padding: 0 13.02vw;
}

.block-tech-params-head {
  grid-column: 1 / -1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2.395vw;
  text-align: center;
}

.block-tech-params-aside {
  width: 13.333vw;
  display: flex;
  flex-direction: column;
  gap: 0.416vw;
  margin-top: 16.25vw;
}

.block-tech-params-aside button {
  height: 2.291vw;
  border: none;
  border-radius: 0.416vw;
  background: transparent;
  color: #e7e7e7;
  padding: 0 0.833vw;
  font-size: 1.041vw;
  font-weight: 500;
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.block-tech-params-aside button .icon {
  width: 0.937vw;
  margin-right: 0.625vw;
  filter: brightness(0) invert(1);
  transition: all ease .3s;
}

.block-tech-params-aside button .icon img {
  width: 100%;
}

.block-tech-params-aside button.is-active {
  background: #fff;
  color: #b81c22;
  box-shadow: 0 0.52vw 0.781vw -0.156vw rgba(0, 0, 0, 0.1), 0 0.208vw 0.312vw -0.208vw rgba(0, 0, 0, 0.1);
}

.block-tech-params-aside button.is-active .icon {
  filter: brightness(1) invert(0);
}

.block-tech-params-main {
  min-width: 0;
  width: 56.666vw;
}

.block-tech-params-title {
  margin: 0;
  color: #fff;
}

.block-tech-params-tabs {
  display: inline-flex;
  gap: 0;
  border-radius: 52.031vw;
  padding: 0.26vw;
  background: rgba(39, 39, 42, 0.8);
  border: 0.052vw solid rgba(63, 63, 70, 0.5);
}

.block-tech-params-tabs button {
  border: none;
  background: transparent;
  color: #9f9fa9;
  padding: 0.416vw 1.25vw;
  border-radius: 52.031vw;
  font-size: 0.729vw;
  cursor: pointer;
}

.block-tech-params-tabs button.is-active {
  background: #fff;
  color: #b81c22;
  box-shadow: 0 0.052vw 0.156vw rgba(0, 0, 0, 0.1), 0 0.052vw 0.104vw -0.052vw rgba(0, 0, 0, 0.1);
}

.block-tech-params-panel {
  margin-top: 1.25vw;
  padding-top: 0.625vw;
  padding-bottom: 1.25vw;
}

.block-tech-params-panel img {
  display: none;
}

.block-tech-params-model-visuals {
  display: grid;
  grid-template-columns: 1.1fr repeat(3, minmax(0, 1fr));
  gap: 0;
  align-items: end;
  margin-bottom: 0.729vw;
}

.block-tech-params-model-visual-spacer {
  min-height: 0.052vw;
}

.block-tech-params-model-visual {
  padding: 0 1.041vw;
  display: flex;
  justify-content: center;
}

.block-tech-params-header {
  display: grid;
  grid-template-columns: 1.1fr repeat(3, minmax(0, 1fr));
  gap: 0;
  align-items: stretch;
  background: #282626;
  border-radius: 0.625vw 0.625vw 0 0;
  overflow: hidden;
}

.block-tech-params-header-label {
  padding: 1.041vw 1.25vw;
  display: flex;
  align-items: center;
  color: #e7e7e7;
}

.block-tech-params-header-model {
  padding: 1.25vw 1.041vw;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.block-tech-params-model-robot {
  width: 8.645vw;
  border-radius: 0.625vw;
  background: transparent;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.block-tech-params-model-robot img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.block-tech-params-model-meta {
  min-width: 0;
}

.block-tech-params-model-name {
  margin: 0 0 0.208vw;
  font-weight: 600;
  color: #f4f4f5;
}

.block-tech-params-model-desc {
  margin: 0;
  font-size: 0.625vw;
  color: #a1a1aa;
}

.block-tech-params-table {
  border-radius: 0 0 0.625vw 0.625vw;
  max-height: 41.666vw;
  overflow: auto;
  border: 0.052vw solid rgba(39, 39, 42, 0.8);
  border-top: none;

}

.block-tech-params-table::-webkit-scrollbar {
  display: none;
}

.block-tech-params-row {
  display: grid;
  grid-template-columns: 1.1fr repeat(3, minmax(0, 1fr));
  align-items: stretch;
  border-top: 0.052vw solid rgba(39, 39, 42, 0.9);
}

.block-tech-params-row:first-child {
  border-top: none;
}

.block-tech-params-row--group {
  background: rgba(24, 24, 27, 0.96);
}

.block-tech-params-cell {
  padding: 1.041vw 1.25vw;
  color: #d4d4d8;
}

.block-tech-params-cell:last-child {
  border-right: none;
}

.block-tech-params-cell--label {
  color: #e7e7e7;
}

.block-tech-params-cell--label~span {
  text-align: center;
}

.block-tech-params-note {
  margin-top: 1.458vw;
  border: 0.052vw solid rgba(39, 39, 42, 0.5);
  border-radius: 0.833vw;
  padding: 1.718vw;
}

.block-tech-params-note h4 {
  margin: 0 0 0.833vw;
  display: inline-flex;
  align-items: center;
  gap: 0.416vw;
  font-size: 0.833vw;
  font-weight: 500;
  color: #e4e4e7;
}

.block-tech-params-note h4 img {
  width: 1.041vw;
  height: 1.041vw;
  display: block;
}

.block-tech-params-note-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 2.5vw;
  row-gap: 0.52vw;
}

.block-tech-params-note-grid p,
.block-tech-params-note-last {
  margin: 0;
  font-size: 0.833vw;
  line-height: 1.184vw;
  color: #a1a1aa;
}

.block-tech-params-note-last {
  margin-top: 0.52vw;
  color: #71717b;
}

.block-tech-contact {
  position: relative;
  min-height: 22.343vw;
}

.block-tech-contact-bg {
  position: absolute;
  inset: 0;
}

.block-tech-contact-bg img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.block-tech-contact-inner {
  position: relative;
  z-index: 1;
  min-height: 22.343vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 4.01vw;
}

.block-tech-contact-logo {
  width: 5.989vw;
  height: 1.562vw;
  object-fit: contain;
}

.block-tech-contact-copy {
  display: flex;
  flex-direction: column;
  gap: 1.041vw;
}

.block-tech-contact-inner h2,
.block-tech-contact-inner p {
  margin: 0;
}

.block-tech-contact-inner h2 {
  color: #e7e7e7;
  line-height: 1;
}

.block-tech-contact-inner p {
  color: #b2afad;
  line-height: 1;
}

.block-tech-contact-btn {
  min-width: 7.812vw;
  height: 2.5vw;
  border-radius: 1.875vw;
  background: #b81c22;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.416vw;
  padding: 0 1.927vw;
  text-decoration: none;
  transition: background 0.25s ease, color 0.25s ease, box-shadow 0.25s ease, transform 0.2s ease;
}

.block-tech-contact-arrow {
  width: 0.729vw;
  height: 0.729vw;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: filter 0.25s ease;
}

.block-tech-contact-arrow img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.block-tech-contact-btn:hover {
  background: #ffffff;
  color: #b81c22;
  box-shadow: 0 0.52vw 1.25vw rgba(0, 0, 0, 0.2);
  transform: translateY(-0.104vw);
}

.block-tech-contact-btn:hover .block-tech-contact-arrow {
  filter: brightness(0) saturate(100%) invert(16%) sepia(78%) saturate(3106%) hue-rotate(339deg) brightness(92%) contrast(92%);
}

.block-27186 {
  padding: 2.604vw 0 7.083vw;
  background: #211818;
}

.block-27186-inner {
  max-width: 57.343vw;
  margin: 0 auto;
}

.block-27186-visual {
  width: 100%;
}

.block-27186-head {
  text-align: center;
  margin-bottom: 2.083vw;
}

.block-27186-head h2,
.block-27186-head .block-sub {
  margin: 0;
}

.block-27186-head .block-sub {
  margin-top: 0.416vw;
  color: #e7e7e7;
}

.block-27186-board {
  position: relative;
  width: 100%;
  max-width: 57.291vw;
  margin: 0 auto;
  overflow: hidden;
  contain: paint;
}

.block-27186-board::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(to right, rgba(231, 231, 231, 0.2), rgba(231, 231, 231, 0.2)),
    linear-gradient(to right, rgba(231, 231, 231, 0.2), rgba(231, 231, 231, 0.2)),
    linear-gradient(to right, rgba(231, 231, 231, 0.2), rgba(231, 231, 231, 0.2)),
    linear-gradient(to right, rgba(231, 231, 231, 0.2), rgba(231, 231, 231, 0.2)),
    linear-gradient(to bottom, rgba(231, 231, 231, 0.2), rgba(231, 231, 231, 0.2)),
    linear-gradient(to bottom, rgba(231, 231, 231, 0.2), rgba(231, 231, 231, 0.2)),
    linear-gradient(to bottom, rgba(231, 231, 231, 0.2), rgba(231, 231, 231, 0.2));
  background-repeat: no-repeat;
  background-size:
    0.052vw 37.5%,
    0.052vw 37.5%,
    0.052vw 37.5%,
    0.052vw 37.5%,
    24.5% 0.052vw,
    16% 0.052vw,
    24.5% 0.052vw;
  background-position:
    calc(100% / 3) 0,
    calc(100% * 2 / 3) 0,
    calc(100% / 3) 100%,
    calc(100% * 2 / 3) 100%,
    0 calc(50% + 0.013vw),
    50% calc(50% + 0.013vw),
    100% calc(50% + 0.013vw);
}

/* 斜线长度按板高度 12.5% 与 45° 推算，避免仅用 width:12.5% 时随宽高比错位而在横竖线接缝处「出头」 */
.block-27186-board::after {
  content: "";
  position: absolute;
  left: calc(100% / 3);
  top: 37.4%;
  width: 12.4%;
  height: 0.052vw;
  background: rgba(231, 231, 231, 0.2);
  transform-origin: 0 0;
  transform: rotate(135deg);
  pointer-events: none;
  z-index: 0;
}

.block-27186-diagonal-right {
  position: absolute;
  left: calc(100% * 2 / 3);
  top: 62.7%;
  width: 12.4%;
  height: 0.052vw;
  background: rgba(231, 231, 231, 0.2);
  transform-origin: 0 0;
  transform: rotate(-45deg);
  pointer-events: none;
  z-index: 0;
}

.block-27186-diagonal-top-right {
  position: absolute;
  left: calc(100% * 2 / 3);
  top: 37.4%;
  width: 12.4%;
  height: 0.052vw;
  background: rgba(231, 231, 231, 0.2);
  transform-origin: 0 0;
  transform: rotate(135deg);
  pointer-events: none;
  z-index: 0;
}

.block-27186-diagonal-bottom-left {
  position: absolute;
  left: calc(100% / 3);
  top: 62.7%;
  width: 12.4%;
  height: 0.052vw;
  background: rgba(231, 231, 231, 0.2);
  transform-origin: 0 0;
  transform: rotate(-45deg);
  pointer-events: none;
  z-index: 0;
}

.block-27186-hover-lines {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s ease;
  background:
    radial-gradient(153.06% 158.89% at -13.01% 50%, #b81c22 0%, #f5d6d6 46.15%, #d84848 100%),
    radial-gradient(153.06% 158.89% at -13.01% 50%, #b81c22 0%, #f5d6d6 46.15%, #d84848 100%);
  background-repeat: no-repeat;
  background-size:
    0.052vw 37.5%,
    25% 0.052vw;
  background-position:
    calc(100% / 3) 0,
    0 calc(50% + 0.013vw);
  filter: drop-shadow(0 0 0.52vw rgba(185, 177, 177, 0.55)) drop-shadow(0 0 1.458vw rgba(185, 177, 177, 0.35));
}

.block-27186-hover-lines::before {
  content: "";
  position: absolute;
  left: calc(100% / 3);
  top: 37.5%;
  width: 12.5%;
  height: 0.052vw;
  background: radial-gradient(153.06% 158.89% at -13.01% 50%, #b81c22 0%, #f5d6d6 46.15%, #d84848 100%);
  transform-origin: 0 0;
  transform: rotate(135deg);
}

.block-27186-board.is-hover-cell-1 .block-27186-hover-lines {
  opacity: 1;
}

.block-27186-hover-lines-second {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s ease;
  background:
    radial-gradient(153.06% 158.89% at -13.01% 50%, #b81c22 0%, #f5d6d6 46.15%, #d84848 100%),
    radial-gradient(153.06% 158.89% at -13.01% 50%, #b81c22 0%, #f5d6d6 46.15%, #d84848 100%);
  background-repeat: no-repeat;
  background-size:
    0.052vw 37.5%,
    16.6667% 0.052vw;
  background-position:
    calc(100% * 2 / 3) 0,
    50% calc(50% + 0.013vw);
  filter: drop-shadow(0 0 0.52vw rgba(185, 177, 177, 0.55)) drop-shadow(0 0 1.458vw rgba(185, 177, 177, 0.35));
}

.block-27186-hover-lines-second::before {
  content: "";
  position: absolute;
  left: calc(100% * 2 / 3);
  top: 37.4%;
  width: 12.4%;
  height: 0.052vw;
  background: radial-gradient(153.06% 158.89% at -13.01% 50%, #b81c22 0%, #f5d6d6 46.15%, #d84848 100%);
  transform-origin: 0 0;
  transform: rotate(135deg);
}

.block-27186-board.is-hover-cell-2 .block-27186-hover-lines-second {
  opacity: 1;
}

.block-27186-hover-lines-fifth {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s ease;
  background:
    radial-gradient(153.06% 158.89% at -13.01% 50%, #b81c22 0%, #f5d6d6 46.15%, #d84848 100%),
    radial-gradient(153.06% 158.89% at -13.01% 50%, #b81c22 0%, #f5d6d6 46.15%, #d84848 100%);
  background-repeat: no-repeat;
  background-size:
    0.052vw 37.5%,
    16% 0.052vw;
  background-position:
    calc(100% / 3) 100%,
    50% calc(50% + 0.013vw);
  filter: drop-shadow(0 0 0.52vw rgba(185, 177, 177, 0.55)) drop-shadow(0 0 1.458vw rgba(185, 177, 177, 0.35));
}

.block-27186-hover-lines-fifth::before {
  content: "";
  position: absolute;
  left: calc(100% / 3);
  top: 62.5%;
  width: 12.5%;
  height: 0.052vw;
  background: radial-gradient(153.06% 158.89% at -13.01% 50%, #b81c22 0%, #f5d6d6 46.15%, #d84848 100%);
  transform-origin: 0 0;
  transform: rotate(-45deg);
}

.block-27186-board.is-hover-cell-5 .block-27186-hover-lines-fifth {
  opacity: 1;
}

.block-27186-hover-lines-right {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s ease;
  background:
    radial-gradient(153.06% 158.89% at -13.01% 50%, #b81c22 0%, #f5d6d6 46.15%, #d84848 100%),
    radial-gradient(153.06% 158.89% at -13.01% 50%, #b81c22 0%, #f5d6d6 46.15%, #d84848 100%);
  background-repeat: no-repeat;
  background-size:
    0.052vw 37.4%,
    25% 0.052vw;
  background-position:
    calc(100% * 2 / 3) 100%,
    100% calc(50% + 0.013vw);
  filter: drop-shadow(0 0 0.52vw rgba(185, 177, 177, 0.55)) drop-shadow(0 0 1.458vw rgba(185, 177, 177, 0.35));
}

.block-27186-hover-lines-right::before {
  content: "";
  position: absolute;
  left: calc(100% * 2 / 3);
  top: 62.7%;
  width: 12.4%;
  height: 0.052vw;
  background: radial-gradient(153.06% 158.89% at -13.01% 50%, #b81c22 0%, #f5d6d6 46.15%, #d84848 100%);
  transform-origin: 0 0;
  transform: rotate(-45deg);
}

.block-27186-board.is-hover-cell-6 .block-27186-hover-lines-right {
  opacity: 1;
}

.block-27186-cells {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  pointer-events: auto;
  padding: 0;
}

.block-27186-cell {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 18.229vw;
  gap: 2.5vw;
  text-align: center;
  color: #fff;
  box-sizing: border-box;
  padding: 0 0.833vw;
}

.block-27186-cell span {
  display: block;
  letter-spacing: -0.045em;
  line-height: 1.35;
}

.block-27186-icon {
  flex-shrink: 0;
  width: 6.145vw;
  aspect-ratio: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.block-27186-icon img {
  width: 100%;
  height: auto;
  display: block;
}

.block-27241 {
  padding: 0;
  background: #121114;
  text-align: center;
}

.block-27253 {
  background: #E7E7E7;
  text-align: center;
  display: flex;
  align-items: center;
  padding: 10.416vw 0 6.979vw;
}

.block-27253-inner {
  margin: 0 auto;
}

.block-27253 .block-gradient-title {
  margin: 0;
  line-height: 1.5;
  letter-spacing: -0.093vw;
  white-space: nowrap;
}

.block-27253-sub {
  margin: 0.416vw 0 0;
  line-height: 1.5;
  letter-spacing: -0.01vw;
}

.block-gradient-title {
  margin: 0;
}

.block-gradient-title span,
.block-gradient-sub span {
  background: linear-gradient(102deg, #b81c22 31%, #ffd596 140%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.block-gradient-sub {
  margin: 0.416vw 0 0;
}

.block-27241-top {
  background: #211818;
  position: relative;
}

.block-27241-hero-media {
  margin-top: 4.375vw;
  height: 50vw;
  position: relative;
  overflow: hidden;
  background: #0f0f11;
}

.block-27241-hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.7) 80%, rgba(0, 0, 0, 0.9) 100%);
  pointer-events: none;
}

.block-27241-hero-media video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.block-27241-hero-copy {
  padding: 0 1.041vw 2.708vw;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

.block-center-title,
.block-center-sub {
  margin: 1.354vw auto 0;
  max-width: 67.708vw;
  text-align: center;
  color: #fff;
}

.block-center-sub {
  margin-top: 0.625vw;
}

.block-27241-bottom {
  background: #e7e7e7;
  padding: 7.031vw 0 11.458vw;
}

.block-27241-bottom-title {
  margin: 0;
  color: #595757;
  text-align: center;
}

.block-27241-strip {
  margin: 2.708vw auto 0;
  width: 83.333vw;
  display: flex;
  gap: 0;
  border-radius: 0.833vw;
  overflow: hidden;
}

.block-27241-main-card {
  min-height: 27.604vw;
  flex: 1 1 0;
  position: relative;
  border-right: 0.052vw solid rgba(231, 231, 231, 0.25);
  transition: flex 0.35s ease, filter 0.3s ease;
  overflow: hidden;
}

.block-27241-main-card:last-child {
  border-right: none;
}

.block-27241-main-card>video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.block-27241-main-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.52) 0%, rgba(0, 0, 0, 0.12) 45%);
  pointer-events: none;
}

.block-27241-main-card:nth-child(1) {
  flex: 7 1 0;
}

.block-27241-main-label {
  position: absolute;
  left: 1.25vw;
  right: 1.25vw;
  bottom: 1.145vw;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.625vw;
  font-size: 1.25vw;
  font-weight: 500;
  letter-spacing: -0.04em;
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.block-27241-main-label img {
  width: 3.333vw;
  height: 3.333vw;
}

/* 初始状态：仅首张显示文案，其余卡片只显示底部 logo */
.block-27241-main-card:not(:first-child) .block-27241-main-label {
  left: 50%;
  right: auto;
  bottom: 1.041vw;
  gap: 0;
  transform: translateX(-50%) translateY(0);
  font-size: 0;
}

.block-27241-main-card:not(:first-child) .block-27241-main-label img {
  width: 2.5vw;
  height: 2.5vw;
}

.block-27241-strip:hover>.block-27241-main-card,
.block-27241-strip.has-active>.block-27241-main-card {
  flex: 1 1 0;
  filter: brightness(0.86);
}

.block-27241-strip:hover>.block-27241-main-card:hover,
.block-27241-strip.has-active>.block-27241-main-card.is-active {
  flex: 7 1 0;
  filter: brightness(1);
}

.block-27241-strip:hover>.block-27241-main-card.is-active:not(:hover) {
  flex: 1 1 0;
  filter: brightness(0.86);
}

.block-27241-strip:hover>.block-27241-main-card .block-27241-main-label,
.block-27241-strip.has-active>.block-27241-main-card:not(.is-active) .block-27241-main-label {
  opacity: 1;
  left: 50%;
  right: auto;
  bottom: 1.041vw;
  gap: 0;
  transform: translateX(-50%) translateY(0);
  font-size: 0;
}

.block-27241-strip:hover>.block-27241-main-card .block-27241-main-label img,
.block-27241-strip.has-active>.block-27241-main-card:not(.is-active) .block-27241-main-label img {
  width: 2.5vw;
  height: 2.5vw;
}

.block-27241-strip:hover>.block-27241-main-card:hover .block-27241-main-label,
.block-27241-strip.has-active>.block-27241-main-card.is-active .block-27241-main-label {
  opacity: 1;
  left: 1.25vw;
  right: 1.25vw;
  bottom: 1.145vw;
  gap: 0.625vw;
  font-size: 1.25vw;
  transform: translateY(0);
}

.block-27241-strip:hover>.block-27241-main-card:hover .block-27241-main-label img,
.block-27241-strip.has-active>.block-27241-main-card.is-active .block-27241-main-label img {
  width: 3.333vw;
  height: 3.333vw;
}

.block-27241-strip:hover>.block-27241-main-card.is-active:not(:hover) .block-27241-main-label {
  opacity: 1;
  left: 50%;
  right: auto;
  bottom: 1.041vw;
  gap: 0;
  transform: translateX(-50%) translateY(0);
  font-size: 0;
}

.block-27241-strip:hover>.block-27241-main-card.is-active:not(:hover) .block-27241-main-label img {
  width: 2.5vw;
  height: 2.5vw;
}

.block-27237 {
  padding: 0;
  background: #fff;
}

.block-27237-head {
  text-align: center;
  padding: 4.01vw 1.041vw 4.479vw;
  background-color: #1c1414;
}

.block-27237-head .block-gradient-title {
  margin: 0;
}

.block-27237-head .block-gradient-sub {
  margin-top: 0.312vw;
}

.block-27237-head .block-gradient-title span,
.block-27237-head .block-gradient-sub span {
  background: var(--, linear-gradient(92deg, #b81c22 -31.24%, #ffd596 140.06%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.block-27237-stage {
  min-height: 45.833vw;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.block-27237-stage-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.block-27237-stage::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 54%, rgba(0, 0, 0, 0.74) 100%);
  pointer-events: none;
}

.block-27237-copy {
  width: 72.916vw;
  text-align: center;
  color: #fff;
  padding-bottom: 5.937vw;
  position: relative;
  z-index: 1;
}

.block-27237-copy h4,
.block-27237-copy p {
  margin: 0;
}

.block-27237-copy p {
  margin-top: 0.625vw;
}

.block-27274 {
  min-height: 50vw;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: relative;
  overflow: hidden;
  background: #e7e7e7;
}

.block-27274-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 1.041vw 1.041vw 0 0;
  overflow: hidden;
}

.block-27279 {
  min-height: 50vw;
  padding: 0;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #211818;
  z-index: 12;
}

@media (min-width: 1025px) {
  .block-27279 {
    min-height: max(50vw, 100vh);
  }
}

.block-27279-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.03) 0%, rgba(0, 0, 0, 0.16) 100%);
  pointer-events: none;
}

.block-27279-visual {
  position: absolute;
  inset: 0 0 0 auto;
  width: 50%;
  overflow: hidden;
}

.block-27279-track {
  position: relative;
  height: 100%;
}

.block-27279-track img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0;
  transform: scale(1.1);
  transition: opacity 820ms ease, transform 1200ms ease;
  will-change: opacity, transform;
}

.block-27279-track img.is-active {
  opacity: 1;
  transform: scale(1);
}

.block-27279-track img.is-leaving {
  opacity: 0;
  transform: translateY(1.25vw);
}

.block-27279-inner {
  position: relative;
  z-index: 1;
  color: #fff;
  width: 100%;
  padding-left: 6.25vw;
  padding-right: 1.041vw;
  padding-top: 3.75vw;
  padding-bottom: 3.75vw;
}

.block-27279-inner h4,
.block-27279-inner p {
  margin: 0;
  max-width: 35.416vw;
  text-align: left;
}

.block-27279-inner h4 {
  letter-spacing: 0.01em;
}

.block-27279-inner p {
  margin-top: 0.833vw;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.95);
}

.block-27259 {
  min-height: 50vw;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  border-top-left-radius: 1.041vw;
  border-top-right-radius: 1.041vw;
  overflow: hidden;
  position: relative;
}

.block-27259-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.block-27259::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 58%, rgba(0, 0, 0, 0.72) 100%);
  pointer-events: none;
}

.block-27259-copy {
  width: 62.5vw;
  text-align: center;
  color: #fff;
  padding-bottom: 4.479vw;
  position: relative;
  z-index: 1;
}

.block-27259-copy h4,
.block-27259-copy p {
  margin: 0;
}

.block-27259-copy p {
  margin-top: 0.729vw;
}


.block-cover-text {
  width: 100%;
  padding-bottom: 5.416vw;
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 1;
}

.block-cover-text h4,
.block-cover-text p {
  margin: 0;
}

.block-cover-text p {
  margin-top: 0.52vw;
}

.block-27266 {
  background: #e7e7e7;
  padding: 0;
}

.block-27266-top {
  position: relative;
  min-height: 48.958vw;
  overflow: hidden;
}

.block-27266-watermark {
  position: absolute;
  left: 50%;
  top: 4.27vw;
  transform: translateX(-50%);
  font-size: 26.041vw;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -0.04em;
  color: transparent;
  background: linear-gradient(0deg, rgba(231, 231, 231, 0.41) 0%, rgba(255, 255, 255, 0.6) 65%);
  -webkit-background-clip: text;
  background-clip: text;
  pointer-events: none;
  z-index: 1;
}

.block-27266-top-main {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: 1fr minmax(21.875vw, 38.541vw) 1fr;
  align-items: center;
  gap: 1.25vw;
  width: 91.666vw;
  margin: 0 auto;
  z-index: 2;
}

.block-27266-top-left,
.block-27266-top-right {
  margin: 0;
  font-size: 2.5vw;
  color: #595757;
  letter-spacing: 0.2em;
  white-space: nowrap;
}

.block-27266-top-left {
  text-align: right;
  padding-right: 1.25vw;
}

.block-27266-top-right {
  text-align: left;
}

.block-27266-robot {
  position: relative;
  align-self: end;
  justify-self: center;
  z-index: 3;
  width: 61.25vw;
  height: 30.833vw;
  transform: translateY(-3.75vw);
}

.block-27266-robot img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.block-27266-bottom {
  display: grid;
  grid-template-columns: minmax(14.583vw, 1fr) minmax(18.75vw, 34.375vw) minmax(14.583vw, 1fr);
  gap: 0;
  min-height: 50vw;
  background: #e7e7e7;
  z-index: 12;
}

@media (min-width: 1025px) {
  .block-27266-bottom {
    min-height: max(50vw, 100vh);
  }
}

.block-27266-side {
  overflow: hidden;
  width: 100%;
}

.block-27266-side-media {
  position: relative;
  width: 100%;
  height: 100%;
}

.block-27266-side-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 0;
  transition: opacity 0.32s ease, transform 0.32s ease;
}

.block-27266-side-img--primary {
  opacity: 1;
}

.block-27266-bottom.is-swapped .block-27266-side-img--primary {
  opacity: 0;
}

.block-27266-bottom.is-swapped .block-27266-side-img--alt {
  opacity: 1;
}

.block-27266-bottom.is-switching .block-27266-side-img--primary,
.block-27266-bottom.is-switching.is-swapped .block-27266-side-img--alt {
  opacity: 0.28;
  transform: scale(1.02);
}

.block-27266-center {
  background: #e7e7e7;
  color: #595757;
  padding: 3.854vw 1.77vw 6.875vw;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
}

.block-27266-center h4 {
  margin: 0;
}

.block-27266-divider {
  display: none;
}

.block-27266-center p {
  margin-top: auto;
  padding-top: 1.666vw;
  border-top: 0.052vw solid #D2D2D2;
}

.block-27291 {
  padding: 5.625vw 0 3.75vw;
  background: #1c1414;
  width: 100%;
  box-sizing: border-box;
  overflow-x: hidden;
}

.block-27291-inner.product-inner {
  max-width: none;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.block-27291-viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  --block-27291-side-peek: 18.75vw;
}

.block-27291-track {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 4.583vw;
  will-change: transform;
  transition: transform 0.45s cubic-bezier(0.33, 1, 0.68, 1);
}

.block-27291-slide {
  position: relative;
  flex: 0 0 auto;
  box-sizing: border-box;
  width: 60.729vw;
  max-width: 60.729vw;
  aspect-ratio: 4096 / 2304;
  border-radius: 1.041vw;
  overflow: hidden;
  cursor: pointer;
  opacity: 0.58;
  filter: brightness(0.92);
  transition:
    opacity 0.35s ease,
    filter 0.35s ease,
    box-shadow 0.35s ease;
  box-shadow: 0 0.625vw 2.083vw rgba(0, 0, 0, 0.12);
}

.block-27291-slide.is-active {
  opacity: 1;
  filter: none;
  box-shadow: 0 0.833vw 2.5vw rgba(0, 0, 0, 0.18);
  z-index: 1;
}

.block-27291-slide-media {
  position: absolute;
  inset: 0;
}

.block-27291-slide-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.block-27291-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.55) 100%);
  pointer-events: none;
  z-index: 1;
}

.block-27291-slide-copy {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 1.041vw 1.25vw 1.458vw 1.666vw;
  max-width: 38.385vw;
}

.block-27291-slide-title {
  margin: 0;
  font-size: 1.666vw;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.056em;
  color: #fff;
}

.block-27291-slide-desc {
  margin: 0.416vw 0 0;
  font-size: 1.25vw;
  font-weight: 300;
  line-height: 1.5;
  color: #fff;
}

.block-27291-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2.5vw;
}

.block-27291-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.833vw;
}

.block-27291-nav {
  position: absolute;
  top: 50%;
  z-index: 5;
  flex-shrink: 0;
  width: 3.229vw;
  height: 3.229vw;
  padding: 0;
  border-radius: 50%;
  border: 0.052vw solid transparent;
  background: rgba(255, 255, 255, 0.2);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-sizing: border-box;
  transform: translateY(-50%);
  transition: opacity 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.block-27291-nav--prev {
  left: 1.458vw;
}

.block-27291-nav--next {
  right: 1.458vw;
}

.block-27291-nav:hover {
  border-color: rgba(184, 28, 34, 0.95);
  background: rgba(184, 28, 34, 0.08);
}

.block-27291-nav:disabled {
  opacity: 0.35;
  cursor: default;
  border-color: transparent;
  background: rgba(255, 255, 255, 0.12);
}

.block-27291-nav:disabled .block-27291-nav-icon {
  border-color: rgba(89, 87, 87, 0.7);
}

.block-27291-nav:focus-visible {
  outline: 0.104vw solid rgba(184, 28, 34, 0.55);
  outline-offset: 0.156vw;
}

.block-27291-nav-icon {
  display: block;
  width: 0.625vw;
  height: 0.625vw;
  box-sizing: border-box;
  transition: border-color 0.2s ease;
}

.block-27291-nav--prev .block-27291-nav-icon {
  margin-left: 0.104vw;
  border: solid #595757;
  border-width: 0 0 0.104vw 0.104vw;
  transform: rotate(45deg);
}

.block-27291-nav--next .block-27291-nav-icon {
  margin-right: 0.104vw;
  border: solid #595757;
  border-width: 0 0.104vw 0.104vw 0;
  transform: rotate(-45deg);
}

.block-27291-nav:hover .block-27291-nav-icon {
  border-color: #b81c22;
}

.block-27291-dot {
  flex-shrink: 0;
  width: 0.625vw;
  height: 0.625vw;
  padding: 0;
  border: none;
  border-radius: 0.208vw;
  background: rgba(231, 231, 231, 0.6);
  cursor: pointer;
  transition:
    width 0.25s ease,
    height 0.25s ease,
    background 0.25s ease;
}

.block-27291-dot.is-active {
  width: 2.916vw;
  height: 0.833vw;
  background: #b81c22;
}

.block-27291-dot:focus-visible {
  outline: 0.104vw solid #b81c22;
  outline-offset: 0.156vw;
}

.block-27292 {
  background: #211818;
  color: #fff;
  padding-top: 5.208vw;
  padding-bottom: 6.25vw;
}

.block-27292-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 3.333vw;
  align-items: start;
  padding: 0;
}

.block-27292-copy {
  padding: 0 1.25vw;
  min-width: 0;
  border-left: 0.208vw solid #b81c22;
  display: none;
}

.block-27292-copy.on {
  display: block;
}

.block-27292-copy h4,
.block-27292-copy p {
  margin: 0;
}

.block-27292-copy p {
  margin-top: 0.52vw;
  color: #e7e7e7;
  line-height: 1.5;
}

.block-27292-stage {
  position: relative;
  margin-top: 1.562vw;
  min-height: 31.666vw;
}

.block-27292-card {
  position: absolute;
  border-radius: 1.041vw;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  max-width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  transition:
    width 0.35s ease,
    top 0.35s ease,
    left 0.35s ease,
    right 0.35s ease,
    filter 0.28s ease,
    transform 0.28s ease;
}

.block-27292-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.28s ease;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.46) 0%, rgba(0, 0, 0, 0.46) 100%);
}

.block-27292-stage:not(.is-swapped) .block-27292-card--sub::after,
.block-27292-stage.is-swapped .block-27292-card--main::after {
  opacity: 1;
}

.block-27292-card video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: inherit;
}

.block-27292-card--main {
  left: 0;
  top: 0;
  width: 56.302vw;
  height: auto;
  aspect-ratio: 1081 / 608;
  background: #111214;
  z-index: 1;
}

.block-27292-card--main video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: inherit;
}

.block-27292-card--sub {
  right: 0;
  top: 3.229vw;
  width: 44.739vw;
  height: auto;
  aspect-ratio: 859 / 483;
  background: #111214;
  z-index: 0;
}

.block-27292-stage.is-swapped .block-27292-card--main {
  left: auto;
  right: 0;
  top: 3.229vw;
  width: 44.739vw;
  aspect-ratio: 859 / 483;
  z-index: 0;
}

.block-27292-stage.is-swapped .block-27292-card--sub {
  left: 0;
  right: auto;
  top: 0;
  width: 56.302vw;
  aspect-ratio: 1081 / 608;
  z-index: 1;
}

.block-27293 {
  background: #211818;
  color: #fff;
  padding-top: 6.041vw;
  padding-bottom: 10.947vw;
}

.block-27293-title {
  margin: 0;
  text-align: center;
}

.block-27293-scroll {
  margin: 4.375vw 0 0;
  width: 100%;
  max-width: 100%;
  display: flex;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 1.25vw;
  overflow-x: auto;
  padding: 0 8.333vw 0.416vw;
  box-sizing: border-box;
  cursor: grab;
  user-select: none;
  -webkit-user-select: none;
  touch-action: pan-y;
}

.block-27293-scroll:active {
  cursor: grabbing;
}

.block-27293-scroll::-webkit-scrollbar {
  display: none;
}

.block-27293-scroll article {
  position: relative;
  flex: 0 0 22.239vw;
  width: 22.239vw;
  border-radius: 0.833vw;
  overflow: hidden;
  transition: flex-basis 0.42s ease, opacity 0.32s ease;
  scroll-snap-align: start;
}

.block-27293-scroll article::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 0.833vw;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.32s ease;
}

.block-27293-scroll article .C-play {
  left: 6%;
  bottom: 12%;
}

.block-27293-scroll.has-active article:not(.is-active) {
  opacity: 0.6;
}

.block-27293-scroll article.is-active {
  flex-basis: 54.166vw;
}

.block-27293-scroll article img {
  width: 100%;
  height: 31.562vw;
  object-fit: cover;
  border-radius: 0.833vw;
  display: block;
}

.block-27293-scroll article span {
  display: block;
  margin-top: 0.833vw;
  text-align: center;
  color: #e7e7e7;
  font-weight: 500;
  line-height: 1.5;
}

.block-27310,
.block-27323 {
  background: #211818;
}

.block-27310 {
  padding-bottom: 3.645vw;
}

.block-27323 {
  padding-top: 0;
  overflow: hidden;
}

.block-27310-title {
  margin: 0 0 4.687vw;
  text-align: center;
}

.block-27310-title span {
  background: linear-gradient(92deg, #b81c22 -31.24%, #ffd596 140.06%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.product-card-detail {
  width: 91.666vw;
  margin: 0 auto;
  padding: 1.25vw;
  display: grid;
  grid-template-columns: minmax(16.666vw, 45.833vw) minmax(14.583vw, 1fr);
  gap: 3.333vw;
  border-radius: 1.041vw;
}

.product-card-detail--variant {
  background: rgba(140, 140, 140, 0.83);
  width: 98.125vw;
  min-height: 36.666vw;
  padding: 2.083vw 4.166vw;
  grid-template-columns: 45.833vw 31.406vw minmax(0, 1fr);
  gap: 0 3.385vw;
  align-items: center;
  box-sizing: border-box;
}

.product-card-media {
  width: 100%;
  height: 27.083vw;
  object-fit: cover;
  border-radius: 1.041vw;
  background: #0f0f11;
}

.product-card-media video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: 1.041vw;
}

.block-27310 .product-card-media {
  background:
    radial-gradient(80% 100% at 50% 45%, #2a2b2f 0%, #1d1e22 45%, #111214 100%),
    #1e1e1e;
}

.block-27323 .product-card-media {
  background:
    radial-gradient(80% 100% at 50% 45%, #1c1d20 0%, #101114 45%, #070707 100%),
    #000;
}

.product-card-detail--variant .product-card-media {
  grid-column: 1;
  width: 45.833vw;
  height: 32.5vw;
  border-radius: 1.041vw;
  overflow: hidden;
}

.product-card-detail--variant .product-card-media video {
  object-fit: cover;
  background: #000;
}

.product-card-content {
  color: #e7e7e7;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.product-card-detail--variant .product-card-content {
  grid-column: 2;
  width: 31.406vw;
  max-width: 31.406vw;
  align-self: start;
  justify-content: flex-start;
  padding-top: 1.354vw;
}

.product-card-content h5,
.product-card-content p {
  margin: 0;
}

.product-card-detail--variant .product-card-content h5 {
  line-height: 1.5;
  letter-spacing: -0.093vw;
}

.product-card-content p {
  margin-top: 1.041vw;
  line-height: 1.6;
}

.product-card-detail--variant .product-card-content p {
  max-width: 31.406vw;
  margin-top: 2.916vw;
  line-height: 1.5;
}

.product-card-content .product-pill {
  margin-top: 1.458vw;
  width: fit-content;
  min-width: 5vw;
  height: 1.875vw;
  padding: 0 1.145vw;
  border-radius: 52.031vw;
  font-size: 0.729vw;
}

.product-card-detail--variant .product-card-content .product-pill {
  min-width: 8.333vw;
  height: 2.604vw;
  margin-top: 2.916vw;
  padding: 0 2.291vw;
  gap: 0.52vw;
  font-size: 0.833vw;
}

.product-card-detail--variant .product-pill-arrow {
  width: 0.52vw;
  height: 0.52vw;
}


/* 
*======================================================media===============================================================
*/
@media screen and (max-width:768px) {
  :root {
    --product-inner: 92%;
    --zs-inner: 92%;
  }

  body.zs-product .page-shell {
    width: 100%;
  }

  .zs-page {
    width: 100%;
  }

  .product-page {
    width: 100%;
  }

  .product-inner {
    padding: 0 40px;
  }

  .product-inner.product-inner-reveal-pending {
    transform: translate3d(0, 56px, 0);
  }

  .product-hero {
    padding-top: 78px;
    position: relative;
  }

  .product-hero-bg::after {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.44) 0%, rgba(0, 0, 0, 0.22) 42%, rgba(0, 0, 0, 0.2) 100%);
  }

  .product-hero-slide {
    width: 100%;
    height: 100%;
  }

  .product-hero-slide img,
  .product-hero-bg>img {
    width: 100%;
    height: 100%;
    object-position: 77% center;
  }

  .product-hero-inner {
    display: flex;
    height: 100%;
    margin-left: 0;
  }

  .product-hero-copy-slot {
    width: 100%;
  }

  .product-hero-copy {
    width: 100%;
  }

  .product-hero-copy--joint {
    flex-direction: column;
    gap: 36px;
    width: 100%;
  }

  .product-hero--joint .product-hero-copy--joint {
    display: flex;
  }

  .product-hero-copy-stack {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
  }

  /* 第二屏（product-background2）文案与按钮 — Figma 2491:28146 */
  .product-hero--joint .product-hero-bg::after {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.2) 0%, rgba(172, 172, 172, 0) 50%, rgba(3, 3, 3, 0.2) 100%);
  }

  .product-hero--joint .product-hero-actions--joint {
    gap: 20px;
    flex-wrap: wrap;
  }

  .product-hero--joint .product-hero-actions--joint .product-pill {
    min-width: 100px;
    padding: 5px 6px;
    border-radius: 36px;
  }

  .product-hero--joint .product-hero-actions--joint .product-pill:nth-child(2) {
    padding: 5px 6px;
  }

  .product-hero--joint .product-hero-actions--joint .product-pill .f_16 {
    font-size: 14px !important;
    line-height: 20.8px !important;
  }

  .product-hero-title {
    margin-top: 0;
  }

  .product-hero-sub {
    margin-top: 2px;
  }

  .product-hero-price {
    margin-top: 8px;
    display: inline-flex;
    align-items: flex-end;
    gap: 4px;
  }

  .product-hero-actions {
    margin-top: 16px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
  }

  .product-pill {
    min-width: 100px;
    height: 30px;
    padding: 0 6px;
    border-radius: 36px;
    display: inline-flex;
    gap: 4px;
  }

  .product-pill-arrow {
    width: 8px;
    height: 8px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
  }

  .product-pill:hover,
  .product-pill:focus-visible {
    box-shadow: 0 9px 7px rgba(0, 0, 0, 0.25);
  }

  .joint-vh {
    width: 1px;
    height: 1px;
    margin: -1px;
  }

  .joint-factory img {
    width: 100%;
    max-height: 1080px;
  }

  .joint-intro-strip {
    margin-top: 0;
  }

  .joint-intro-inner {
    padding: 56px 0 5%;
    min-height: auto;
    width: 100%;
  }

  .joint-intro-head {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    flex-wrap: wrap;
    padding-inline: 16px;
  }

  .joint-intro-main {
    display: inline-flex;
    gap: 18px;
  }

  .joint-intro-num {
    font-size: 22px;
  }

  .joint-intro-tabs {
    display: flex;
    gap: 16px;
  }

  .joint-tab {
    display: inline-flex;
    min-width: 80px;
    height: 38px;
    border-radius: 6px;
    font-size: 16px;
  }

  .joint-tab--ghost {
    border: 1px solid rgba(231, 231, 231, 0.6);
  }

  .joint-tab--tvc {
    border: 1px solid #d6d8d9;
  }

  .joint-intro-title {
    font-size: 18px;
  }

  .joint-intro-divider {
    height: 1px;
    margin: 14px 0 12px;
    margin-inline: 16px;
  }

  .joint-intro-desc {
    margin: 0 16px 0 0;
    font-size: 14px;
    max-width: 100%;
    text-align: left;
  }

  .joint-icons-row {
    padding: 118px 0;
  }

  .joint-icons-inner {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 64px 24px;
  }

  .joint-icon-item {
    display: flex;
    flex-direction: column;
    gap: 16px;
    font-size: 14px;
  }

  .joint-icon-media {
    width: 47px;
    height: 47px;
  }

  .joint-icon-item img {
    width: 47px;
    height: 47px;
  }

  .joint-integrated {
    padding: 64px 0 0;
  }

  .joint-integrated-inner h3 {
    font-size: 28px;
  }

  .joint-integrated-inner p {
    margin: 8px 0 0;
    font-size: 16px;
  }

  .joint-integrated-inner p:nth-child(3) {
    margin-top: 2px;
  }

  .joint-integrated-visual {
    margin: 72px auto 56px;
    max-width: 100%;
  }

  .joint-integrated-visual img {
    width: 100%;
  }

  .joint-integrated-curtain {
    height: calc(var(--joint-reveal, 0) * 100%);
  }

  .joint-exploded-scale--embedded {
    display: flex;
    width: 100%;
    max-width: 100%;
    max-height: 100%;
  }

  .joint-exploded-visual--embedded {
    width: 100%;
    max-width: 100%;
  }

  .joint-exploded-visual--embedded img {
    width: 100%;
  }

  .joint-exploded {
    padding: 88px 0;
  }

  .joint-exploded-inner {
    display: flex;
    width: 100%;
    min-width: 100%;
    padding: 0 20px;
  }

  /* PC 不参与布局；手机端作缩放视口 */
  .joint-exploded-visual {
    width: 70%;
    flex: none;
  }

  .joint-exploded-visual img {
    width: 100%;
  }

  .joint-exploded-hotspot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    box-shadow: 0 0 0 5px rgba(184, 28, 34, 0.35);
  }

  @keyframes joint-hotspot-pulse {

    0%,
    100% {
      box-shadow: 0 0 0 5px rgba(184, 28, 34, 0.16);
    }

    50% {
      box-shadow: 0 0 0 8px rgba(184, 28, 34, 0.38);
    }
  }

  .joint-exploded-tag {
    font-size: 12px;
    display: flex;
    white-space: normal;
  }

  .joint-exploded-tag--lt {
    right: 50%;
    bottom: 100%;
    width: 120px;
  }

  .joint-exploded-tag--lt::after {
    width: 30px;
    height: 30px;
    border-width: 1px 1px 0 0;
    margin-top: 7px;
  }

  .joint-exploded-tag--lb {
    right: 50%;
    top: 100%;
    align-items: flex-end;
    width: 150px;
  }

  .joint-exploded-tag--lb::after {
    width: 30px;
    height: 30px;
    border-width: 0 1px 1px 0;
    margin-bottom: 7px;
  }

  .joint-exploded-tag--rt {
    left: 50%;
    bottom: 100%;
    width: 73px;
  }

  .joint-exploded-tag--rt::after {
    width: 30px;
    height: 30px;
    border-width: 1px 0 0 1px;
    margin-top: 14px;
    width: 10px;
  }

  .joint-exploded-tag--rb {
    left: 50%;
    top: 100%;
    align-items: flex-end;
    width: 83px;
  }

  .joint-exploded-tag--rb::after {
    width: 30px;
    height: 30px;
    border-width: 0 0 1px 1px;
    margin-bottom: 7px;
  }

  .joint-dual-cards {
    padding: 72px 0 96px;
  }

  .joint-dual-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .joint-card {
    padding: 0 4% 24px 16%;
  }

  .joint-card-watermark {
    left: 12px;
    font-size: 80px;
  }

  .joint-dual-grid.product-inner-reveal-pending .joint-card-watermark {
    transform: translate3d(0, 88px, 0);
  }

  .joint-dual-grid.product-inner-reveal-pending .joint-card-visual,
  .joint-dual-grid.product-inner-reveal-pending .joint-card-copy {
    transform: translate3d(0, 96px, 0);
  }

  .joint-card--01:hover .joint-card-watermark,
  .joint-card--02:hover .joint-card-watermark {
    transform: translateX(-32px);
  }

  .joint-card-visual {
    max-width: 493px;
    margin: 45px 0 0;
  }

  .joint-card-visual img {
    width: 100%;
    height: 100%;
  }

  .joint-card-visual::after {
    background: linear-gradient(180deg,
        rgba(0, 0, 0, 0.73) 0%,
        rgba(51, 51, 51, 0) 50%,
        rgba(0, 0, 0, 0.73) 100%);
  }

  .joint-card-copy {
    margin: 24px 0 0;
    max-width: 570px;
  }

  .joint-card-copy h3 {
    font-size: 26px;
  }

  .joint-card-copy p {
    margin: 12px 0 0;
    padding-top: 14px;
    border-top: 1px solid rgba(231, 231, 231, 0.55);
    font-size: 16px;
  }

  .joint-card--01 .joint-card-copy p::before,
  .joint-card--02 .joint-card-copy p::before {
    top: -1px;
    height: 1px;
  }

  .joint-card--01:hover .joint-card-copy p::before,
  .joint-card--02:hover .joint-card-copy p::before {
    width: 100%;
  }

  .joint-split-grid {
    min-height: 480px;
    width: 100%;
    grid-template-columns: 1fr;
  }

  .joint-split-copy {
    max-width: 532px;
    padding: 40px 0;
    margin: 0;
  }

  .joint-split-lead {
    margin: 22px 0 0;
    font-size: 16px;
  }

  .joint-split-copy h3 {
    font-size: 28px;
  }

  .joint-split-media {
    width: 100%;
    height: 100%;
  }

  .joint-split-grid.product-inner-reveal-pending .joint-split-copy {
    transform: translate3d(0, 52px, 0);
  }

  .joint-split-grid.product-inner-reveal-pending .joint-split-media {
    transform: translate3d(0, 72px, 0);
  }

  .joint-split-media img {
    width: 100%;
    height: 100%;
  }

  .joint-split-media::after {
    background:
      linear-gradient(to left, rgba(0, 0, 0, 0.82) 0%, rgba(0, 0, 0, 0.42) 28%, rgba(0, 0, 0, 0) 62%),
      linear-gradient(180deg, rgba(0, 0, 0, 0.73) 0%, rgba(51, 51, 51, 0) 50%, rgba(0, 0, 0, 0.73) 100%);
  }

  .joint-charts {
    padding: 45px 0 53px;
  }

  .joint-charts-panel {
    border-radius: 20px;
    padding: 93px 84px;
    display: flex;
    flex-wrap: wrap;
    gap: 36px;
  }

  .joint-charts-info {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }

  .joint-chart-legend {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .joint-chart-legend-btn {
    display: flex;
    gap: 10px;
    width: 100%;
    padding: 4px 2px;
    border-radius: 6px;
  }

  .joint-chart-legend-btn:focus-visible {
    outline: 2px solid #b81c22;
    outline-offset: 3px;
  }

  .joint-dot {
    flex-shrink: 0;
    width: 12px;
    height: 12px;
    border-radius: 4px;
  }

  .joint-chart-legend li.is-active .joint-chart-legend-btn .joint-dot {
    width: 12px;
    height: 12px;
  }

  .joint-charts-plot {
    width: 100%;
  }

  .joint-charts-plot img {
    width: 100%;
  }

  .joint-params {
    padding: 0;
  }

  .joint-params-panel {
    grid-template-columns: 1fr;
    gap: 56px;
    border-radius: 20px;
    padding: 67px 90px 70px;
  }

  .joint-params-main h3 {
    margin: 0 0 24px;
    font-size: 28px;
  }

  .joint-params-tabs {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 48px;
    min-height: 33px;
    margin: 0 0 20px;
    border-bottom: 1px solid rgba(231, 231, 231, 0.4);
  }

  .joint-params-tabs button {
    padding: 0 0 10px;
    margin-bottom: -1px;
    font-size: 16px;
  }

  .joint-params-tabs button.is-active::after {
    height: 2px;
  }

  .joint-params-grid {
    column-gap: 10px;
    row-gap: 10px;
    margin: 0 0 36px;
  }

  .joint-params-grid dt {
    margin: 0 0 10px;
    font-size: 14px;
  }

  .joint-params-grid dd {
    font-size: 18px;
  }

  .joint-params-notes {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .joint-params-note {
    font-size: 16px;
  }

  .joint-params-visual {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 28px;
  }

  .joint-params-hero-img {
    width: 100%;
    max-width: 100%;
  }

  .joint-params-hero-img img {
    width: 100%;
  }

  .joint-params-thumbs {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 56px;
    width: 100%;
    max-width: 360px;
  }

  .joint-params-thumb {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .joint-params-thumb:focus-visible {
    outline: 2px solid #b81c22;
    outline-offset: 4px;
    border-radius: 4px;
  }

  .joint-params-thumb-ring {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    border: 1px solid transparent;
    flex-shrink: 0;
  }

  .joint-params-thumb.is-active .joint-params-thumb-ring {
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  }

  .joint-params-thumb-inner {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 48px;
    height: 48px;
    border-radius: 50%;
  }

  .joint-params-thumb-inner img {
    width: 100%;
    height: 100%;
  }

  .joint-params-thumb-label {
    font-size: 12px;
    line-height: 16px;
    padding-bottom: 6px;
  }

  .joint-params-thumb.is-active .joint-params-thumb-label::after {
    left: 50%;
    transform: translateX(-50%);
    width: 16px;
    height: 2px;
  }

  .joint-downloads {
    padding: 48px 0 64px;
  }

  .joint-downloads-head {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 34px;
    padding: 0 12px 12px;
    border-bottom: 1px solid rgba(231, 231, 231, 0.35);
  }

  .joint-downloads-head h3 {
    font-size: 20px;
  }

  .joint-downloads-search {
    display: inline-flex;
    gap: 10px;
    padding: 10px 16px;
    border-radius: 10px;
    min-width: 280px;
  }

  .joint-downloads-search input {
    flex: 1;
    font-size: 14px;
  }

  .joint-files-table {
    width: 100%;
    font-size: 16px;
  }

  .joint-files-table thead {
    border-bottom: 1px solid #e5e5e5;
    font-size: 14px;
    display: none;
  }

  .joint-files-table th,
  .joint-files-table td {
    padding: 0;
    display: block;
    text-align: left !important;
  }

  .joint-files-table tbody tr {
    border: 1px solid rgba(231, 231, 231, 0.6);
    padding: 10px;
    display: block;
    border-radius: 10px;
    margin-bottom: 10px;
  }

  .joint-files-table tbody tr:hover {
    box-shadow: 0 10px 15px -3px rgba(93, 119, 82, 0.1), 0 4px 6px -4px rgba(93, 119, 82, 0.1);
  }

  .joint-file-icon {
    display: inline-flex;
    gap: 12px;
    font-size: 12px;
    justify-content: flex-start;
  }

  .joint-file-icon-box {
    width: auto;
    height: auto;
    border-radius: 14px;
  }

  .joint-file-tag {
    right: 4px;
    bottom: 4px;
    min-width: 26px;
    height: 11px;
    padding: 0 4px;
    border-radius: 4px;
    font-size: 9px;
    line-height: 11px;
    display: none;
  }

  .joint-file-icon img {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
  }

  .joint-dl {
    display: inline-flex;
    gap: 8px;
    padding: 6px 8px;
    border-radius: 5px;
    border: 1px solid #e7e7e7;
    font-size: 14px;
  }

  .joint-dl-icon {
    width: 16px;
    height: 16px;
    display: flex;
    flex-shrink: 0;
  }

  .joint-dl-icon img {
    width: 100%;
    height: 100%;
  }

  .joint-files-table tr:hover .joint-dl .joint-dl-icon {
    filter: brightness(0) saturate(100%) invert(16%) sepia(78%) saturate(3106%) hue-rotate(339deg) brightness(92%) contrast(92%);
  }

  .joint-disclaimer {
    padding: 80px 0;
  }

  .joint-disclaimer h3 {
    margin: 0 0 25px;
    font-size: 18px;
  }

  .joint-disclaimer p {
    margin: 0 auto 12px;
    max-width: 92%;
    font-size: 12px;
  }

  .joint-contact-cta {
    min-height: 429px;
  }

  .joint-contact-bg img {
    width: 100%;
    height: 100%;
  }

  .joint-contact-inner {
    min-height: 429px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 77px;
  }

  .joint-contact-logo {
    width: 115px;
    height: 30px;
  }

  .joint-contact-copy {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .joint-contact-btn {
    min-width: 150px;
    height: 48px;
    border-radius: 36px;
    display: inline-flex;
    gap: 8px;
    padding: 0 37px;
  }

  .joint-contact-arrow {
    width: 14px;
    height: 14px;
    flex-shrink: 0;
    display: flex;
  }

  .joint-contact-arrow img {
    width: 100%;
    height: 100%;
  }

  .joint-contact-btn:hover {
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.2);
    transform: translateY(-2px);
  }

  .joint-contact-btn:hover .joint-contact-arrow {
    filter: brightness(0) saturate(100%) invert(16%) sepia(78%) saturate(3106%) hue-rotate(339deg) brightness(92%) contrast(92%);
  }

  .block-top-anatomy {
    padding: 80px 0 112px;
  }

  .block-top-anatomy-media {
    margin: 42px auto 0;
    width: 92%;
    border-radius: 8px;
  }

  .block-top-anatomy-media img {
    width: 100%;
  }

  .block-tech-params {
    padding: 0 0 66px;
    overflow: hidden;
  }

  .block-tech-params-layout {
    display: flex;
    flex-wrap: wrap;
    column-gap: 40px;
    margin-top: 0;
    padding: 0 4%;
  }

  .block-tech-params-head {
    display: flex;
    flex-direction: column;
    gap: 46px;
  }

  .block-tech-params-aside {
    width: 256px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 22px;
    display: none;
  }

  .block-tech-params-aside button {
    height: 44px;
    border-radius: 8px;
    padding: 0 16px;
    font-size: 20px;
    display: flex;
    flex-wrap: wrap;
  }

  .block-tech-params-aside button .icon {
    width: 18px;
    margin-right: 12px;
  }

  .block-tech-params-aside button .icon img {
    width: 100%;
  }

  .block-tech-params-aside button.is-active {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  }

  .block-tech-params-main {
    width: 100%;
    overflow: auto;
  }

  .block-tech-params-tabs {
    display: inline-flex;
    border-radius: 999px;
    padding: 5px;
    border: 1px solid rgba(63, 63, 70, 0.5);
  }

  .block-tech-params-tabs button {
    padding: 8px 24px;
    border-radius: 999px;
    font-size: 14px;
  }

  .block-tech-params-tabs button.is-active {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
  }

  .block-tech-params-panel {
    margin-top: 24px;
    padding-top: 12px;
    padding-bottom: 24px;
    width: 600px;
    word-break: break-all;
  }

  .block-tech-params-model-visuals {
    margin-bottom: 14px;
  }

  .block-tech-params-model-visual-spacer {
    min-height: 1px;
  }

  .block-tech-params-model-visual {
    padding: 0 20px;
    display: flex;
  }

  .block-tech-params-header {
    border-radius: 12px 12px 0 0;
  }

  .block-tech-params-header-label {
    padding: 20px 24px;
    display: flex;
  }

  .block-tech-params-header-model {
    padding: 24px 20px;
    display: flex;
  }

  .block-tech-params-model-robot {
    width: 66px;
    border-radius: 12px;
    display: flex;
  }

  .block-tech-params-model-robot img {
    width: 100%;
    height: 100%;
  }

  .block-tech-params-model-name {
    margin: 0 0 4px;
  }

  .block-tech-params-model-desc {
    font-size: 12px;
  }

  .block-tech-params-table {
    border-radius: 0 0 12px 12px;
    max-height: 800px;
    border: 1px solid rgba(39, 39, 42, 0.8);
  }

  .block-tech-params-row {
    border-top: 1px solid rgba(39, 39, 42, 0.9);
  }

  .block-tech-params-cell {
    padding: 20px 24px;
  }

  .block-tech-params-note {
    margin-top: 28px;
    border: 1px solid rgba(39, 39, 42, 0.5);
    border-radius: 16px;
    padding: 22px;
    width: 92vw;
  }

  .block-tech-params-note h4 {
    margin: 0 0 16px;
    display: inline-flex;
    gap: 8px;
    font-size: 14px;
  }

  .block-tech-params-note h4 img {
    width: 14px;
    height: 14px;
  }

  .block-tech-params-note-grid {
    column-gap: 48px;
    row-gap: 10px;
    grid-template-columns: 1fr;
  }

  .block-tech-params-note-grid p,
  .block-tech-params-note-last {
    font-size: 12px;
    line-height: 22.75px;
  }

  .block-tech-params-note-last {
    margin-top: 10px;
  }

  .block-tech-contact {
    min-height: 429px;
  }

  .block-tech-contact-bg img {
    width: 100%;
    height: 100%;
  }

  .block-tech-contact-inner {
    min-height: 429px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 77px;
  }

  .block-tech-contact-logo {
    width: 115px;
    height: 30px;
  }

  .block-tech-contact-copy {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .block-tech-contact-btn {
    min-width: 150px;
    height: 48px;
    border-radius: 36px;
    display: inline-flex;
    gap: 8px;
    padding: 0 37px;
  }

  .block-tech-contact-arrow {
    width: 14px;
    height: 14px;
    flex-shrink: 0;
    display: flex;
  }

  .block-tech-contact-arrow img {
    width: 100%;
    height: 100%;
  }

  .block-tech-contact-btn:hover {
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.2);
    transform: translateY(-2px);
  }

  .block-tech-contact-btn:hover .block-tech-contact-arrow {
    filter: brightness(0) saturate(100%) invert(16%) sepia(78%) saturate(3106%) hue-rotate(339deg) brightness(92%) contrast(92%);
  }

  .block-27186 {
    padding: 50px 0 136px;
  }

  .block-27186-inner {
    max-width: 100%;
  }

  .block-27186-visual {
    width: 100%;
  }

  .block-27186-head {
    margin-bottom: 40px;
  }

  .block-27186-head .block-sub {
    margin-top: 8px;
  }

  .block-27186-board {
    width: 100%;
    max-width: 100%;
  }

  .block-27186-board::after {
    left: calc(100% / 3);
    top: 37.4%;
    width: 12.4%;
    height: 1px;
    display: none;
  }

  .block-27186-diagonal-right {
    left: calc(100% * 2 / 3);
    top: 62.7%;
    width: 12.4%;
    height: 1px;
    display: none;
  }

  .block-27186-diagonal-top-right {
    left: calc(100% * 2 / 3);
    top: 37.4%;
    width: 12.4%;
    height: 1px;
    display: none;
  }

  .block-27186-diagonal-bottom-left {
    left: calc(100% / 3);
    top: 62.7%;
    width: 12.4%;
    height: 1px;
    display: none;
  }

  .block-27186-hover-lines {
    background:
      radial-gradient(153.06% 158.89% at -13.01% 50%, #b81c22 0%, #f5d6d6 46.15%, #d84848 100%),
      radial-gradient(153.06% 158.89% at -13.01% 50%, #b81c22 0%, #f5d6d6 46.15%, #d84848 100%);
    background-size:
      1px 37.5%,
      25% 1px;
    background-position:
      calc(100% / 3) 0,
      0 calc(50% + 0.25px);
    filter: drop-shadow(0 0 10px rgba(185, 177, 177, 0.55)) drop-shadow(0 0 28px rgba(185, 177, 177, 0.35));
    display: none;
  }

  .block-27186-hover-lines::before {
    left: calc(100% / 3);
    top: 37.5%;
    width: 12.5%;
    height: 1px;
    background: radial-gradient(153.06% 158.89% at -13.01% 50%, #b81c22 0%, #f5d6d6 46.15%, #d84848 100%);
  }

  .block-27186-hover-lines-second {
    background:
      radial-gradient(153.06% 158.89% at -13.01% 50%, #b81c22 0%, #f5d6d6 46.15%, #d84848 100%),
      radial-gradient(153.06% 158.89% at -13.01% 50%, #b81c22 0%, #f5d6d6 46.15%, #d84848 100%);
    background-size:
      1px 37.5%,
      16.6667% 1px;
    background-position:
      calc(100% * 2 / 3) 0,
      50% calc(50% + 0.25px);
    filter: drop-shadow(0 0 10px rgba(185, 177, 177, 0.55)) drop-shadow(0 0 28px rgba(185, 177, 177, 0.35));
    display: none;
  }

  .block-27186-hover-lines-second::before {
    left: calc(100% * 2 / 3);
    top: 37.4%;
    width: 12.4%;
    height: 1px;
    background: radial-gradient(153.06% 158.89% at -13.01% 50%, #b81c22 0%, #f5d6d6 46.15%, #d84848 100%);
  }

  .block-27186-hover-lines-fifth {
    background:
      radial-gradient(153.06% 158.89% at -13.01% 50%, #b81c22 0%, #f5d6d6 46.15%, #d84848 100%),
      radial-gradient(153.06% 158.89% at -13.01% 50%, #b81c22 0%, #f5d6d6 46.15%, #d84848 100%);
    background-size:
      1px 37.5%,
      16% 1px;
    background-position:
      calc(100% / 3) 100%,
      50% calc(50% + 0.25px);
    filter: drop-shadow(0 0 10px rgba(185, 177, 177, 0.55)) drop-shadow(0 0 28px rgba(185, 177, 177, 0.35));
    display: none;
  }

  .block-27186-hover-lines-fifth::before {
    left: calc(100% / 3);
    top: 62.5%;
    width: 12.5%;
    height: 1px;
    background: radial-gradient(153.06% 158.89% at -13.01% 50%, #b81c22 0%, #f5d6d6 46.15%, #d84848 100%);
  }

  .block-27186-hover-lines-right {
    background:
      radial-gradient(153.06% 158.89% at -13.01% 50%, #b81c22 0%, #f5d6d6 46.15%, #d84848 100%),
      radial-gradient(153.06% 158.89% at -13.01% 50%, #b81c22 0%, #f5d6d6 46.15%, #d84848 100%);
    background-size:
      1px 37.4%,
      25% 1px;
    background-position:
      calc(100% * 2 / 3) 100%,
      100% calc(50% + 0.25px);
    filter: drop-shadow(0 0 10px rgba(185, 177, 177, 0.55)) drop-shadow(0 0 28px rgba(185, 177, 177, 0.35));
    display: none;
  }

  .block-27186-hover-lines-right::before {
    left: calc(100% * 2 / 3);
    top: 62.7%;
    width: 12.4%;
    height: 1px;
    background: radial-gradient(153.06% 158.89% at -13.01% 50%, #b81c22 0%, #f5d6d6 46.15%, #d84848 100%);
  }

  .block-27186-cells {
    gap: 40px 20px;
  }

  .block-27186-cell span{
    font-size: 14px;
  }

  .block-27186-cell {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 0;
    gap: 18px;
    padding: 0 16px;
  }

  .block-27186-icon {
    flex-shrink: 0;
    width: 68px;
    min-width: 0;
  }

  .block-27186-icon img {
    width: 100%;
  }

  .block-27253 {
    display: flex;
    padding: 100px 0 64px;
  }

  .block-27253 .block-gradient-title {
    letter-spacing: -1.8px;
  }

  .block-27253-sub {
    margin: 8px 0 0;
    letter-spacing: -0.2px;
  }

  .block-gradient-sub {
    margin: 8px 0 0;
  }

  .block-27241-hero-media {
    margin-top: 84px;
    height: 460px;
  }

  .block-27241-hero-media video {
    width: 100%;
    height: 100%;
  }

  .block-27241-hero-copy {
    padding: 0 4% 52px;
    width: 100%;
  }

  .block-center-title,
  .block-center-sub {
    margin: 26px auto 0;
    max-width: 100%;
  }

  .block-center-sub {
    margin-top: 12px;
  }

  .block-27241-bottom {
    padding: 35px 0 80px;
  }

  .block-27241-strip {
    margin: 32px auto 0;
    width: 92%;
    display: flex;
    flex-wrap: wrap;
    border-radius: 16px;
  }

  .block-27241-main-card {
    min-height: 0;
    width: 100%;
    height: 250px;
    flex: 1 1 0;
    border-right: 1px solid rgba(231, 231, 231, 0.25);
    transition: flex 0.35s ease, filter 0.3s ease;
  }

  .block-27241-main-card>video {
    width: 100%;
    height: 100%;
  }

  .block-27241-main-card::before {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.52) 0%, rgba(0, 0, 0, 0.12) 45%);
  }

  .block-27241-main-card:nth-child(1) {
    flex: 7 1 0;
  }

  .block-27241-main-label {
    left: 24px;
    right: 24px;
    bottom: 22px;
    display: inline-flex;
    justify-content: flex-start;
    gap: 12px;
    font-size: 24px;
  }

  .block-27241-main-label img {
    width: 64px;
    height: 64px;
  }

  /* 初始状态：仅首张显示文案，其余卡片只显示底部 logo */
  .block-27241-main-card:not(:first-child) .block-27241-main-label {
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%) translateY(0);
  }

  .block-27241-main-card:not(:first-child) .block-27241-main-label img {
    width: 48px;
    height: 48px;
  }

  .block-27241-strip:hover>.block-27241-main-card,
  .block-27241-strip.has-active>.block-27241-main-card {
    flex: none;
    /* width: 100%; */
  }

  .block-27241-strip:hover>.block-27241-main-card:hover,
  .block-27241-strip.has-active>.block-27241-main-card.is-active {
    flex: none;
  }

  .block-27241-strip:hover>.block-27241-main-card.is-active:not(:hover) {
    flex: 1 1 0;
  }

  .block-27241-strip:hover>.block-27241-main-card .block-27241-main-label,
  .block-27241-strip.has-active>.block-27241-main-card:not(.is-active) .block-27241-main-label {
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%) translateY(0);
  }

  .block-27241-strip:hover>.block-27241-main-card .block-27241-main-label img,
  .block-27241-strip.has-active>.block-27241-main-card:not(.is-active) .block-27241-main-label img {
    width: 38px;
    height: 38px;
  }

  .block-27241-strip:hover>.block-27241-main-card:hover .block-27241-main-label,
  .block-27241-strip.has-active>.block-27241-main-card.is-active .block-27241-main-label {
    left: 24px;
    right: 24px;
    bottom: 22px;
    gap: 12px;
    font-size: 16px;
  }

  .block-27241-strip:hover>.block-27241-main-card:hover .block-27241-main-label img,
  .block-27241-strip.has-active>.block-27241-main-card.is-active .block-27241-main-label img {
    width: 34px;
    height: 34px;
  }

  .block-27241-strip:hover>.block-27241-main-card.is-active:not(:hover) .block-27241-main-label {
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%) translateY(0);
  }

  .block-27241-strip:hover>.block-27241-main-card.is-active:not(:hover) .block-27241-main-label img {
    width: 48px;
    height: 48px;
  }

  .block-27237-head {
    padding: 77px 20px 86px;
  }

  .block-27237-head .block-gradient-sub {
    margin-top: 6px;
  }

  .block-27237-head .block-gradient-title span,
  .block-27237-head .block-gradient-sub span {
    background: var(--, linear-gradient(92deg, #b81c22 -31.24%, #ffd596 140.06%));
  }

  .block-27237-stage {
    min-height: 480px;
    display: flex;
    align-items: flex-end;
  }

  .block-27237-stage-video {
    width: 100%;
    height: 100%;
  }

  .block-27237-stage::before {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 54%, rgba(0, 0, 0, 0.74) 100%);
  }

  .block-27237-copy {
    width: 100%;
    padding-bottom: 114px;
  }

  .block-27237-copy p {
    margin-top: 12px;
  }

  .block-27274 {
    min-height: 480px;
    display: flex;
    align-items: flex-end;
  }

  .block-27274-video {
    width: 100%;
    height: 100%;
    border-radius: 20px 20px 0 0;
  }

  .block-27279 {
    min-height: 480px;
    display: flex;
  }

  @media (min-width: 100%) {
    .block-27279 {
      min-height: max(960px, 100vh);
    }
  }

  .block-27279-overlay {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.03) 0%, rgba(0, 0, 0, 0.16) 100%);
  }

  .block-27279-visual {
    width: 100%;
  }

  .block-27279-track {
    height: 100%;
  }

  .block-27279-track img {
    width: 100%;
    height: 100%;
  }

  .block-27279-track img.is-leaving {
    transform: translateY(24px);
  }

  .block-27279-inner {
    width: 100%;
    padding-left: 120px;
    padding-right: 20px;
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .block-27279-inner h4,
  .block-27279-inner p {
    max-width: 100%;
  }

  .block-27279-inner p {
    margin-top: 16px;
  }

  .block-27259 {
    min-height: 480px;
    display: flex;
    align-items: flex-end;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }

  .block-27259-video {
    width: 100%;
    height: 100%;
  }

  .block-27259::before {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 58%, rgba(0, 0, 0, 0.72) 100%);
  }

  .block-27259-copy {
    width: 100%;
    padding-bottom: 86px;
  }

  .block-27259-copy p {
    margin-top: 14px;
  }

  .block-cover-text {
    width: 100%;
    padding-bottom: 104px;
  }

  .block-cover-text p {
    margin-top: 10px;
  }

  .block-27266-top {
    min-height: 380px;
  }

  .block-27266-watermark {
    left: 50%;
    top: 87px;
    transform: translateX(-50%);
    font-size: 60px;
  }

  .block-27266-top-main {
    grid-template-columns: 1fr;
    gap: 24px;
    width: 100%;
  }

  .block-27266-top-left,
  .block-27266-top-right {
    font-size: 28px;
    text-align: center;
  }

  .block-27266-top-left {
    padding-right: 0;
  }

  .block-27266-robot {
    width: 100%;
    height: auto;
    transform: none;
  }

  .block-27266-robot img {
    width: 100%;
    height: 100%;
  }

  .block-27266-bottom {
    grid-template-columns: 1fr 1fr;
    min-height: 480px;
    overflow: hidden;
    margin-top: 40px;
  }

  @media (min-width: 100%) {
    .block-27266-bottom {
      min-height: max(960px, 100vh);
    }
  }

  .block-27266-side {
    height: 280px;
  }

  .block-27266-side-media {
    width: 100%;
    height: 100%;
  }

  .block-27266-side-img {
    width: 100%;
    height: 100%;
  }

  .block-27266-center {
    padding: 34px 4%;
    display: flex;
    flex-direction: column;
    order: 2;
    column-span: span 2;
    grid-column: span 2;
  }

  .block-27266-center p {
    padding-top: 32px;
    border-top: 1px solid #D2D2D2;
  }

  .block-27291 {
    padding: 0 4% 72px;
    width: 100%;
  }

  .block-27291-inner.product-inner {
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  .block-27291-viewport {
    width: 100%;
    max-width: 100%;
    --block-27291-side-peek: 360px;
  }

  .block-27291-track {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0;
    transition: none;
  }

  .block-27291-slide {
    flex: none;
    width: 100%;
    max-width: 100%;
    height: 300px;
    border-radius: 20px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
    aspect-ratio: auto;
  }

  .block-27291-slide:not(.is-active) {
    display: none;
  }

  .block-27291-slide.is-active {
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.18);
  }

  .block-27291-slide-media img {
    width: 100%;
    height: 100%;
  }

  .block-27291-slide::after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.55) 100%);
  }

  .block-27291-slide-copy {
    padding: 20px 5% 28px;
    max-width: 100%;
  }

  .block-27291-slide-title {
    font-size: 18px;
  }

  .block-27291-slide-desc {
    margin: 2px 0 0;
    font-size: 14px;
  }

  .block-27291-controls {
    display: flex;
    margin-top: 48px;
  }

  .block-27291-pagination {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
  }

  .block-27291-nav {
    top: 50%;
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid transparent;
    display: inline-flex;
    transform: translateY(-50%);
  }

  .block-27291-nav--prev {
    left: 5%;
  }

  .block-27291-nav--next {
    right: 5%;
  }

  .block-27291-nav:focus-visible {
    outline: 2px solid rgba(184, 28, 34, 0.55);
    outline-offset: 3px;
  }

  .block-27291-nav-icon {
    width: 12px;
    height: 12px;
  }

  .block-27291-nav--prev .block-27291-nav-icon {
    margin-left: 2px;
    border-width: 0 0 2px 2px;
  }

  .block-27291-nav--next .block-27291-nav-icon {
    margin-right: 2px;
    border-width: 0 2px 2px 0;
  }

  .block-27291-dot {
    flex-shrink: 0;
    width: 12px;
    height: 12px;
    border-radius: 4px;
  }

  .block-27291-dot.is-active {
    width: 56px;
    height: 16px;
  }

  .block-27291-dot:focus-visible {
    outline: 2px solid #b81c22;
    outline-offset: 3px;
  }

  .block-27292 {
    padding-top: 100px;
    padding-bottom: 120px;
  }

  .block-27292-head {
    gap: 64px;
    grid-template-columns: 1fr;
  }

  .block-27292-copy {
    padding: 0 24px;
    border-left: 4px solid #b81c22;
  }

  .block-27292-copy p {
    margin-top: 10px;
  }

  .block-27292-stage {
    margin-top: 30px;
    min-height: 308px;
  }

  .block-27292-card {
    border-radius: 20px;
    max-width: 100%;
  }

  .block-27292-card::after {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.46) 0%, rgba(0, 0, 0, 0.46) 100%);
  }

  .block-27292-card video {
    width: 100%;
    height: 100%;
  }

  .block-27292-card--main {
    width: 100%;
  }

  .block-27292-card--main video {
    width: 100%;
    height: 100%;
  }

  .block-27292-card--sub {
    top: 120px;
    width: 100%;
  }

  .block-27292-stage.is-swapped .block-27292-card--main {
    top: 120px;
    width: 100%;
  }

  .block-27292-stage.is-swapped .block-27292-card--sub {
    width: 100%;
  }

  .block-27293 {
    padding-top: 0;
    padding-bottom: 95px;
  }

  .block-27293-scroll {
    margin: 44px 0 0;
    width: 100%;
    max-width: 100%;
    /* display: flex; */
    /* flex-wrap: wrap; */
    gap: 24px;
    padding: 0 5% 8px;
  }

  .block-27293-scroll article {
    flex: none;
    width: 63vw;
    border-radius: 16px;
    transition: flex-basis 0.42s ease, opacity 0.32s ease;
    height: 380px;
  }

  .block-27293-scroll article::after {
    border-radius: 16px;
  }

  .block-27293-scroll article .C-play {
    bottom: 15%;
  }

  .block-27293-scroll article.is-active {
    flex-basis: 1040px;
  }

  .block-27293-scroll article img {
    width: 100%;
    height: auto;
    border-radius: 16px;
  }

  .block-27293-scroll article span {
    margin-top: 16px;
  }

  .block-27310 {
    padding-bottom: 20px;
    overflow: hidden;
  }

  .block-27310-title {
    margin: 0 0 90px;
  }

  .product-card-detail {
    width: 100%;
    padding: 24px;
    grid-template-columns: minmax(320px, 880px) minmax(280px, 1fr);
    gap: 64px;
    border-radius: 20px;
  }

  .product-card-detail--variant {
    width: 96%;
    min-height: 0;
    padding: 40px 5%;
    grid-template-columns: none;
    gap: 0 65px;
    display: flex;
    flex-wrap: wrap;
  }

  .product-card-media {
    width: 100%;
    height: 520px;
    border-radius: 20px;
  }

  .product-card-media video {
    width: 100%;
    height: 100%;
    border-radius: 20px;
  }

  .block-27310 .product-card-media {
    background:
      radial-gradient(80% 100% at 50% 45%, #2a2b2f 0%, #1d1e22 45%, #111214 100%),
      #1e1e1e;
  }

  .block-27323 .product-card-media {
    background:
      radial-gradient(80% 100% at 50% 45%, #1c1d20 0%, #101114 45%, #070707 100%),
      #000;
  }

  .product-card-detail--variant .product-card-media {
    width: 100%;
    height: auto;
    border-radius: 20px;
  }

  .product-card-content {
    display: flex;
    flex-direction: column;
  }

  .product-card-detail--variant .product-card-content {
    width: 100%;
    max-width: 100%;
    justify-content: flex-start;
    padding-top: 26px;
  }

  .product-card-detail--variant .product-card-content h5 {
    letter-spacing: -1.8px;
  }

  .product-card-content p {
    margin-top: 20px;
  }

  .product-card-detail--variant .product-card-content p {
    max-width: 100%;
    margin-top: 16px;
  }

  .product-card-content .product-pill {
    margin-top: 28px;
    min-width: 96px;
    height: 36px;
    padding: 0 22px;
    border-radius: 999px;
    font-size: 14px;
  }

  .product-card-detail--variant .product-card-content .product-pill {
    min-width: 100px;
    height: 30px;
    margin-top: 16px;
    padding: 0 6px;
    gap: 4px;
    font-size: 16px;
  }

  .product-card-detail--variant .product-pill-arrow {
    width: 10px;
    height: 10px;
  }

  .product-inner {
    width: 96%;
    max-width: 100%;
    padding: 16px;
    overflow: auto;
    position: static;
  }

  .product-hero-inner {
    margin-left: 0;
    padding: 0px 16px 48px;
    height: auto;
    min-height: 480px;
    align-items: flex-start;
    text-align: center;
  }

  .product-hero-copy-slot,
  .product-hero-copy,
  .product-hero-copy--joint {
    width: 100%;
    max-width: 100%;
  }

  .joint-exploded-inner {
    min-width: 0;
    flex-direction: column;
    padding: 0 16px;
  }

  .joint-intro-head,
  .joint-intro-divider {
    padding-inline: 16px;
  }

  .joint-intro-desc {
    margin: 0 16px;
    max-width: 100%;
    display: block;
  }

  .joint-icons-inner {
    flex-wrap: wrap;
    justify-content: center;
  }
  .block-27186-board::before{
    display: none;
  }
}