:root {
  --product-shell: 85.4167vw;
  --product-brand: #f2c81e;
  --product-text: #333333;
  --product-subtext: #666666;
  --product-muted: #999999;
  --product-soft: #f9f8f8;
  --product-border: rgba(0, 0, 0, 0.05);
  --product-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
}

.product-body {
  min-width: 320px;
  color: var(--product-text);
  font-family: var(--family);
  background: #ffffff;
}

.product-page {
  position: relative;
  width: 100%;
  overflow-x: clip;
}
@media (min-width: 1920px){
  .product-custom__diagram{
    left: 20vw !important;
  }
}
@media (min-width: 769px) {
  :root {
    --product-focus-module-scale: 0.92;
    --product-focus-safe-pad: clamp(140px, 9vw, 180px);
  }

  .product-body {
    overflow-x: hidden;
  }

  .product-page {
    width: 100vw;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    transform-origin: top center;
  }

  .product-overview .product-shell,
  .product-specs .product-shell,
  .product-custom .product-shell {
    width: min(
      calc(var(--product-shell) * var(--product-focus-module-scale)),
      calc(100% - (2 * var(--product-focus-safe-pad)))
    );
  }

}

.product-shell {
  width: min(var(--product-shell), calc(100% - 2.083vw));
  margin: 0 auto;
}

.product-hero {
  position: relative;
  width: 100%;
  min-height: 50vw;
  padding-top: 8.333vw;
  overflow: hidden;
  background: #231815;
}

.product-hero__bg,
.product-hero__shade,
.product-hero__grad {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.product-hero__bg {
  overflow: hidden;
}

.product-hero__bg-picture {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 50vw;
}

.product-hero__bg-img {
  width: 100%;
  height: 100%;
  min-height: 50vw;
  object-fit: cover;
  object-position: center center;
  display: block;
}

.product-hero__shade,
.product-hero__grad {
  display: none;
  background: none;
}

.product-hero__content {
  position: relative;
  z-index: 2;
  width: min(var(--product-shell), calc(100% - 2.083vw));
  margin: 0 auto;
  padding-top: 20.938vw;
}

.product-hero--motion .product-hero__kicker,
.product-hero--motion .product-hero__title-line {
  opacity: 0;
  transform: translate3d(0, 36px, 0);
  will-change: transform, opacity;
  transition:
    transform 0.9s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.9s ease;
}

.product-hero--motion .product-hero__title-line:nth-child(2) {
  transition-delay: 0.12s;
}

.product-hero--motion.product-hero--in .product-hero__kicker,
.product-hero--motion.product-hero--in .product-hero__title-line {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.product-hero--motion.product-hero--in .product-hero__kicker {
  transition-delay: 0.08s;
}

.product-hero__kicker {
  margin: 0 0 0.104vw;
  color: #fff;
  font-weight: 350;
  letter-spacing: 0.833vw;
  line-height: 2;
}

.product-hero__title {
  margin: 0;
  color: #fff;
  line-height: 1.2;
}

.product-hero__title-line {
  display: block;
}

.product-overview {
  position: relative;
  padding: 4.167vw 0 5.729vw;
  background: #fff;
  /* 锚点跳转时（如 /product.html?type=XX#product-overview），避免被顶部固定 nav 遮挡 */
  scroll-margin-top: 5vw;
}

@media (max-width: 1024px) {
  .product-overview {
    scroll-margin-top: 72px;
  }
}

.product-overview--motion .product-overview__head,
.product-overview--motion .product-overview__types,
.product-overview--motion .product-overview__type-line,
.product-overview--motion .product-cards,
.product-overview--motion .product-label,
.product-overview--motion .product-detail__title,
.product-overview--motion .product-detail__desc,
.product-overview--motion .product-feature,
.product-overview--motion .product-feature__cta,
.product-overview--motion .product-stats {
  opacity: 0;
  transform: translate3d(0, 34px, 0);
  will-change: transform, opacity;
  transition:
    transform 0.9s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.9s ease;
}

.product-overview--motion .product-overview__types,
.product-overview--motion .product-overview__type-line,
.product-overview--motion .product-cards {
  transition-delay: 0.1s;
}

.product-overview--motion .product-label,
.product-overview--motion .product-detail__title,
.product-overview--motion .product-detail__desc {
  transition-delay: 0.18s;
}

.product-feature-list {
  display: contents;
}

.product-overview--motion .product-feature-list .product-feature:nth-child(1) {
  transition-delay: 0.24s;
}

.product-overview--motion .product-feature-list .product-feature:nth-child(2) {
  transition-delay: 0.3s;
}

.product-overview--motion .product-feature-list .product-feature:nth-child(3) {
  transition-delay: 0.36s;
}

.product-overview--motion .product-feature-list .product-feature:nth-child(4) {
  transition-delay: 0.42s;
}

.product-overview--motion .product-feature-list .product-feature:nth-child(5),
.product-overview--motion .product-feature-list .product-feature:nth-child(n + 6),
.product-overview--motion .product-feature__cta {
  transition-delay: 0.48s;
}

.product-overview--motion .product-stats {
  transition-delay: 0.56s;
  align-items: flex-end;
}

.product-overview--motion.product-overview--in .product-overview__head,
.product-overview--motion.product-overview--in .product-overview__types,
.product-overview--motion.product-overview--in .product-overview__type-line,
.product-overview--motion.product-overview--in .product-cards,
.product-overview--motion.product-overview--in .product-label,
.product-overview--motion.product-overview--in .product-detail__title,
.product-overview--motion.product-overview--in .product-detail__desc,
.product-overview--motion.product-overview--in .product-feature,
.product-overview--motion.product-overview--in .product-feature__cta,
.product-overview--motion.product-overview--in .product-stats {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.product-overview__head h2 {
  margin: 0;
  line-height: 1.5;
}

.product-overview__types {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: 100%;
  margin: 3.333vw auto 0;
}

.product-overview__type {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--product-text);
  font-weight: 400;
  text-align: center;
  line-height: 1.2;
  cursor: pointer;
  transition: color 0.25s ease;
}

.product-overview__type--active {
  color: var(--product-brand);
  font-weight: 700;
}

.product-overview__type:focus-visible {
  outline: none;
}

.product-overview__type-line {
  height: 0.052vw;
  width: 100%;
  margin-top: 0.729vw;
  background: var(--product-border);
}

.product-overview__type-line--active {
  width: 50%;
  margin-top: -0.052vw;
  background: var(--product-brand);
  transition: transform 0.25s ease;
}

.product-overview__type-line--active.is-right {
  transform: translateX(100%);
}

.product-cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 14.167vw));
  gap: 2.083vw;
  justify-content: start;
  margin-top: 3.594vw;
}

.product-card {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1.146vw;
  min-height: 5.208vw;
  padding: 0 1.042vw 0 4.688vw;
  border-radius: 1.042vw;
  background: var(--product-soft);
  color: var(--product-subtext);
  cursor: pointer;
  transition:
    color 0.25s ease,
    background 0.25s ease,
    border-color 0.25s ease;
}

.product-card img {
  position: absolute;
  left: 1.042vw;
  filter: drop-shadow(var(--product-shadow));
  transform-origin: 50% 100%;
  will-change: transform;
}

.product-card:hover img,
.product-card:focus-visible img {
  animation: product-card-sway 1.4s ease-in-out infinite;
}

.product-card:first-child img {
  top: -1.406vw;
  width: 2.344vw;
  height: 5.885vw;
  object-fit: cover;
}

.product-card:nth-child(2) img {
  top: -0.469vw;
  width: 2.396vw;
  height: 5vw;
  object-fit: cover;
}

.product-card:nth-child(3) img {
  top: 1.146vw;
  width: 3.385vw;
  height: 3.229vw;
  object-fit: cover;
}

.product-card:nth-child(4) img {
  top: -0.469vw;
  width: 2.083vw;
  height: 5vw;
  object-fit: cover;
}

/* 产品卡小图(>1024 宽屏)兜底：按比例完整显示、垂直居中、限制在卡片内，不裁切不溢出。
   覆盖上面 per-nth-child 的 cover/负top/vw 盒子(宽屏会裁切+溢出);≤1024/≤768 用各自专项规则。 */
@media (min-width: 1025px) {
  .product-card img {
    top: 50% !important;
    bottom: auto !important;
    transform: translateY(-50%) !important;
    width: auto !important;
    height: auto !important;
    max-height: 76% !important;
    max-width: 3.6vw !important;
    object-fit: contain !important;
  }
}

.product-card__label {
  line-height: 1.21;
  white-space: nowrap;
  font-weight: 400;
  transition: font-weight 0.25s ease;
}

@keyframes product-card-sway {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(0deg);
  }

  25% {
    transform: translate3d(-3px, 0, 0) rotate(-3deg);
  }

  50% {
    transform: translate3d(0, 0, 0) rotate(0deg);
  }

  75% {
    transform: translate3d(3px, 0, 0) rotate(3deg);
  }
}

.product-card--active {
  border: 0.052vw solid #ffb800;
  background: rgba(255, 184, 0, 0.1);
  color: var(--product-brand);
}

.product-card--active .product-card__label {
  font-weight: 500;
}

.product-card:focus-visible {
  outline: none;
}

.product-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 2.083vw;
  padding: 0.521vw 1.458vw;
  border: 0.052vw solid var(--product-brand);
  border-radius: 999px;
  color: var(--product-brand);
}

.product-label span {
  line-height: 1.2;
}

.product-detail {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 2.083vw;
  margin-top: 3.646vw;
}

.product-detail__main {
  flex: none;
  width: 100%;
  min-width: 0;
}

.product-detail__main h3 {
  margin: 0;
  line-height: 1.21;
}

.product-detail__desc {
  margin: 1.406vw 0 0;
  width: 100%;
  max-width: none;
  /* 给右侧机器人图(visual 上移 translateY)留出列，避免描述文字延伸到机器人下被遮挡(各宽度) */
  padding-right: 16vw;
  color: var(--product-subtext);
  line-height: 1.5;
}

.product-detail__body {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 3.958vw;
  margin-top: 6.354vw;
}

.product-detail__visual {
  display: flex;
  justify-content: flex-end;
  width: 14.01vw;
  flex: none;
  margin-top: 0;
  transform: translateY(-128px);
}

.product-detail__visual img {
  width: 14.01vw;
  height: 33.854vw;
  object-fit: cover;
  transform-origin: 50% 100%;
  will-change: transform;
}

.product-detail__visual:hover img,
.product-detail__visual:focus-within img {
  animation: product-card-sway 1.5s ease-in-out infinite;
}

.product-feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2.083vw;
  flex: 1 1 auto;
  max-width: 49.323vw;
  margin-top: 0;
}

.product-feature {
  display: flex;
  align-items: flex-start;
  gap: 1.406vw;
}

.product-feature__line {
  flex: 0 0 1.25vw;
  width: 0.365vw;
  height: 2.448vw;
  margin-top: 0.104vw;
  background: url("/img/roboticon.svg") center / contain no-repeat;
}

.product-feature h4 {
  margin: 0;
  line-height: 1.21;
}

.product-feature p {
  margin: 0.938vw 0 0;
  color: var(--product-muted);
  line-height: 1.5;
}

.product-feature__cta {
  align-self: start;
  width: 11.192vw;
  min-width: 11.192vw;
  background: #f8f8f9;
}

.product-stats {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  margin-top: 0;
  border-top: 0.052vw solid var(--product-border);
  border-bottom: 0.052vw solid var(--product-border);
}

.product-stat {
  padding: 1.719vw 0.417vw 1.771vw;
  text-align: center;
}

.product-stat__value {
  margin: 0;
  color: var(--product-brand);
  line-height: 1;
}

.product-stat__value .product-stat__number{
  word-break: break-all;
}

.product-stat__label {
  margin: 0.417vw 0 0;
  color: var(--product-text);
  line-height: 1.2;
}

.product-specs {
  padding: 5.208vw 0 6.25vw;
}

.product-specs__switcher {
  display: flex;
  gap: 1.563vw;
  align-items: center;
}

.product-specs__switch {
  min-height: 2.604vw;
  padding: 0.469vw 1.458vw 0.573vw;
  border: 0;
  border-radius: 999px;
  background: var(--product-soft);
  color: rgba(0, 0, 0, 0.4);
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
}

.product-specs__switch--active {
  background: var(--product-brand);
  color: #fff;
  font-weight: 700;
}

/* 标签(规格分组)全部加粗——含未激活态(覆盖 fbd500) */
.product-specs__switcher .product-specs__switch {
  font-weight: 700;
}

/* 全屏表格视图(>1024)：关键维度列字号小一点(20→18px@1920)、标签字号大一点(16→20px@1920) */
@media (min-width: 1025px) {
  .product-specs__row .product-specs__key {
    font-size: 0.9375vw;
  }
  .product-specs__switcher .product-specs__switch {
    font-size: 1.0417vw;
  }
}

.product-specs__table {
  margin-top: 2.083vw;
}

.product-specs__thead,
.product-specs__row {
  display: grid;
  grid-template-columns: 17.5vw 23.333vw minmax(0, 1fr);
  gap: 3.125vw;
  align-items: start;
  padding-left: 1.563vw;
  padding-right: 1.563vw;
}

.product-specs__thead {
  min-height: 3.646vw;
  align-items: center;
  border-radius: 0.625vw;
  background: var(--product-soft);
}

.product-specs__head {
  color: var(--product-text);
  font-weight: 700;
  letter-spacing: 0.057vw;
  line-height: 0.92;
}

.product-specs__row {
  padding-top: 1.823vw;
  padding-bottom: 1.823vw;
  border-top: 0.052vw solid var(--product-border);
}

.product-specs__key,
.product-specs__value {
  color: var(--product-text);
  line-height: 1.36;
}

.product-specs__desc {
  color: var(--product-muted);
  line-height: 1.42;
}

.product-custom {
  position: relative;
  min-height: 50vw;
  padding: 0;
  background: var(--product-soft);
  overflow: hidden;
}

.product-custom--motion .product-custom__center,
.product-custom--motion .product-custom__card {
  opacity: 0;
  will-change: transform, opacity;
  transition:
    transform 0.85s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.85s ease;
}

.product-custom--motion .product-custom__center,
.product-custom--motion .product-custom__card {
  transform: translate3d(24px, 0, 0);
}

.product-custom--motion .product-custom__line-seg {
  opacity: 0.45;
  clip-path: inset(0 100% 0 0);
  will-change: clip-path, opacity;
}

.product-custom--motion .product-custom__line-seg--top {
  transition:
    clip-path 0.72s cubic-bezier(0.22, 1, 0.36, 1) 0.58s,
    opacity 0.28s ease 0.58s;
}

.product-custom--motion .product-custom__line-seg--mid {
  transition:
    clip-path 0.72s cubic-bezier(0.22, 1, 0.36, 1) 1.02s,
    opacity 0.28s ease 1.02s;
}

.product-custom--motion .product-custom__line-seg--bottom {
  transition:
    clip-path 0.72s cubic-bezier(0.22, 1, 0.36, 1) 1.46s,
    opacity 0.28s ease 1.46s;
}

.product-custom--motion.product-custom--in .product-custom__center,
.product-custom--motion.product-custom--in .product-custom__card {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.product-custom--motion.product-custom--in .product-custom__center {
  transition-delay: 0.08s;
}

.product-custom--motion.product-custom--in .product-custom__card--top {
  transition-delay: 1.9s;
}

.product-custom--motion.product-custom--in .product-custom__card--right {
  transition-delay: 2.02s;
}

.product-custom--motion.product-custom--in .product-custom__card--bottom {
  transition-delay: 2.14s;
}

.product-custom--motion.product-custom--in .product-custom__line-seg {
  opacity: 1;
  clip-path: inset(0 0 0 0);
}

.product-custom::before,
.product-custom::after {
  content: "";
  position: absolute;
  width: 7.292vw;
  height: 7.292vw;
  border-radius: 1.094vw;
  background: var(--product-brand);
  opacity: 0.1;
  filter: blur(32px);
}

.product-custom::before {
  left: calc(50% - 14.271vw);
  top: 4.583vw;
}

.product-custom::after {
  right: 11.719vw;
  bottom: 2.448vw;
}

.product-custom__inner {
  position: relative;
  min-height: 50vw;
}

.product-custom__copy {
  position: absolute;
  left: 0;
  top: 10.885vw;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 9.688vw;
  width: 32.083vw;
}

.product-custom__copy-head {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.product-custom__copy h2 {
  margin: 0;
  line-height: 1.21;
}

.product-custom__copy p {
  margin: 0;
  width: 31.146vw;
  color: var(--product-subtext);
  line-height: 1.2;
}

.product-custom__diagram {
  position: relative;
  left: 37.708vw;
  top: 5.677vw;
  width: 45.729vw;
  height: 38.646vw;
  min-height: 38.646vw;
}

.product-custom__line {
  position: absolute;
  left: 6.146vw;
  top: 2.917vw;
  width: 27.083vw;
  height: 32.188vw;
  pointer-events: none;
}

.product-custom__line-seg {
  position: absolute;
  display: block;
}

.product-custom__line-seg--top {
  left: 0;
  top: 0;
  width: 15.625vw;
  height: 16.667vw;
  border-top: 0.104vw dashed rgba(51, 51, 51, 0.12);
  border-left: 0.104vw dashed rgba(51, 51, 51, 0.12);
  border-top-left-radius: 220px 320px;
}

.product-custom__line-seg--mid {
  left: 0;
  top: 16.667vw;
  width: 27.083vw;
  height: 0.104vw;
  background: repeating-linear-gradient(
    to right,
    rgba(51, 51, 51, 0.12) 0 8px,
    transparent 8px 14px
  );
}

.product-custom__line-seg--bottom {
  left: 0;
  bottom: 0;
  width: 16.563vw;
  height: 15.521vw;
  border-left: 0.104vw dashed rgba(51, 51, 51, 0.12);
  border-bottom: 0.104vw dashed rgba(51, 51, 51, 0.12);
  border-bottom-left-radius: 220px 298px;
}

.product-custom__center {
  position: absolute;
  left: 0;
  top: 15.625vw;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 11.198vw;
  height: 11.198vw;
  color: #fff;
}

.product-custom__center::before,
.product-custom__center::after {
  content: "";
  position: absolute;
  border-radius: 50%;
}

.product-custom__center::before {
  inset: 0;
  background: rgba(242, 200, 30, 0.5);
}

.product-custom__center::after {
  width: 9.427vw;
  height: 9.427vw;
  top: 0.885vw;
  left: 0.885vw;
  background: #f2c81e;
}

.product-custom__center > span {
  position: relative;
  z-index: 1;
}

.product-custom__card {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 1.146vw;
  border-radius: 1.563vw;
  background: #fff;
  box-shadow: 0 0.521vw 1.667vw rgba(0, 0, 0, 0.03);
}

.product-custom__card--top {
  top: 0;
  left: 19.844vw;
  width: 21.875vw;
  min-height: 6.563vw;
  padding: 0.938vw 0.833vw;
}

.product-custom__card--right {
  top: 15.937vw;
  right: 0;
  width: 22.396vw;
  min-height: 6.771vw;
  padding: 1.042vw;
}

.product-custom__card--bottom {
  left: 19.844vw;
  bottom: 0;
  width: 21.875vw;
  min-height: 6.563vw;
  padding: 0.885vw 0.781vw;
}

.product-custom__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.688vw;
  height: 4.688vw;
  flex: 0 0 4.688vw;
  border-radius: 1.094vw;
  background: var(--product-brand);
}

.product-custom__card--bottom .product-custom__icon {
  width: 4.792vw;
  height: 4.792vw;
  flex-basis: 4.792vw;
}

.product-custom__icon img {
  width: 2.604vw;
  height: 2.604vw;
  object-fit: contain;
}

.product-custom__card h3 {
  margin: 0;
  line-height: 1.02;
}

.product-custom__card p {
  margin: 0.521vw 0 0;
  color: var(--product-subtext);
  line-height: 1.44;
}

.home-top {
  position: fixed;
  right: 1.667vw;
  bottom: 1.667vw;
  z-index: 30;
}

@media (max-width: 1440px) {
  .product-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-detail {
    gap: 2.5vw;
  }

  .product-detail__body {
    gap: 2.5vw;
  }

  .product-feature-grid {
    max-width: none;
  }

  .product-specs__thead,
  .product-specs__row {
    grid-template-columns: 14.583vw 1fr 1fr;
    gap: 1.667vw;
  }
}

/* 个性定制：中等宽度(1025-1440)保持基准左右布局(copy左/diagram右)，只在 ≤1024 才上下堆叠。
   原来 ≤1440 就堆叠+标题贴顶；现移到 ≤1024，并给堆叠态加上下内距防标题贴顶。 */
@media (max-width: 1024px) {
  .product-custom {
    padding: 6vw 0;
  }

  .product-custom__inner {
    display: flex;
    min-height: auto;
    flex-direction: column;
    align-items: flex-start;
    gap: 2.5vw;
  }

  .product-custom__copy {
    position: relative;
    left: auto;
    top: auto;
    width: min(32.083vw, 100%);
    gap: 3.333vw;
  }

  .product-custom__copy p {
    width: min(31.146vw, 100%);
  }

  .product-custom__diagram {
    left: auto;
    top: auto;
    width: 100%;
    height: 38.646vw;
    flex-basis: auto;
  }

  .product-custom__card--right {
    left: 23.333vw;
    right: auto;
  }
}

@media (max-width: 1024px) {
  .product-hero {
    min-height: 39.583vw;
    padding-top: 6.875vw;
  }

  .product-hero__content {
    padding-top: 15vw;
  }

  .product-overview {
    padding-top: 2.917vw;
  }

  .product-overview__types {
    width: 100%;
  }

  /* 平板(≤1024)：产品卡小图完整显示(整只机器人),不再 cover 裁切 */
  .product-card img {
    top: 0 !important;
    width: 65px !important;
    height: auto !important;
    max-height: 100%;
    object-fit: contain !important;
  }

  .product-detail {
    flex-direction: column;
  }

  .product-detail__body {
    flex-direction: column;
    gap: 2.083vw;
  }

  .product-detail__desc {
    padding-right: 0;
  }

  .product-detail__visual {
    width: 100%;
    flex-basis: auto;
    margin: 0 auto;
    justify-content: center;
    transform: none;
  }

  .product-feature-grid {
    grid-template-columns: 1fr;
  }

  .product-stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .product-stat:nth-child(4) {
    border-left: 0;
  }

  .product-specs__thead {
    display: none;
  }

  .product-specs__row {
    grid-template-columns: 1fr;
    gap: 0.625vw;
    padding: 1.25vw 1.042vw;
    border-top: 0.052vw solid var(--product-border);
    border-radius: 0.833vw;
    background: var(--product-soft);
  }

  .product-specs__row + .product-specs__row {
    margin-top: 0.833vw;
  }

  .product-custom__diagram {
    min-height: 44.792vw;
  }

  .product-custom__line {
    left: 5vw;
    top: 6.042vw;
    width: 23.958vw;
    height: 29.167vw;
  }

  .product-custom__line-seg--top,
  .product-custom__line-seg--bottom {
    left: 0;
    width: 14.479vw;
    height: 14.583vw;
  }

  .product-custom__line-seg--top {
    width: 13.021vw;
    border-top-left-radius: 250px 280px;
  }

  .product-custom__line-seg--mid {
    left: 0;
    top: 14.583vw;
    width: 23.958vw;
  }

  .product-custom__center {
    left: 2.083vw;
    top: 17.292vw;
  }

  .product-custom__card--top {
    left: 17.708vw;
  }

  .product-custom__card--right {
    top: 16.146vw;
  }

  .product-custom__card--bottom {
    left: 17.708vw;
    bottom: 2.083vw;
  }
}

@media (max-width: 560px) {
  .product-hero {
    min-height: 540px;
  }

  .product-hero__content {
    padding-top: 180px;
  }

  .product-overview__head h2,
  .product-custom__copy h2 {
    font-size: 24px;
  }

  .product-overview__types {
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
  }

  .product-overview__type-line {
    display: none;
  }

  .product-feature {
    gap: 16px;
  }

  .product-stats {
    grid-template-columns: 1fr;
  }

  .product-stat {
    border-left: 0 !important;
    border-top: 1px solid var(--product-border);
  }

  .product-stat:first-child {
    border-top: 0;
  }

  .product-custom__card {
    flex-direction: column;
    align-items: flex-start;
  }
}


@media (max-width: 560px) {
  .product-hero__title .product-hero__title-line {
    font-size: 30px;
  }

  .product-card {
    padding-left: 78px;
  }

  .product-feature__cta {
    width: 100%;
    justify-content: space-between;
  }
}

@media (max-width: 768px) {
.product-shell {
    width: calc(100% - 32px);
  }

  .product-hero {
    min-height: 620px;
    padding-top: 116px;
  }

  .product-hero__grad {
    display: none;
    background: none;
  }

  .product-hero__content {
    padding-top: 220px;
  }

  .product-hero__kicker {
    letter-spacing: 8px;
  }

  .product-overview__types {
    margin-top: 40px;
  }

  .product-cards {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 40px;
  }

  .product-card {
    min-height: 88px;
    padding-right: 16px;
  }

  .product-card span {
    white-space: normal;
  }

  .product-label {
    margin-top: 28px;
  }

  .product-detail {
    margin-top: 40px;
  }

  .product-detail__desc {
    font-size: 16px;
  }

  .product-detail__visual img {
    width: min(269px, 100%);
    height: auto;
  }

  .product-feature-grid {
    gap: 24px;
    margin-top: 56px;
  }

  .product-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 40px;
  }

  .product-stat:nth-child(3),
  .product-stat:nth-child(5) {
    border-left: 0;
  }

  .product-specs {
    padding: 72px 0 88px;
  }

  .product-specs__switch{
    min-height: 30px;
    padding: 4px 10px;
  }
  .product-specs__switcher {
    gap: 12px;
    flex-wrap: wrap;
  }

  .product-custom {
    padding: 72px 0;
    min-height: auto;
  }

  .product-custom__copy {
    gap: 32px;
  }

  .product-custom__diagram {
    min-height: auto;
    display: grid;
    gap: 20px;
    padding-top: 180px;
  }

  .product-custom__line {
    display: none;
  }

  .product-custom__center,
  .product-custom__card {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
  }

  .product-custom__center {
    margin: 0 auto;
  }

  .product-custom__card--top,
  .product-custom__card--right,
  .product-custom__card--bottom {
    width: 100%;
    min-height: auto;
    padding: 18px 16px;
  }

  .home-top {
    right: 16px;
    bottom: 16px;
  }

.product-body {
    overflow-x: hidden;
  }

  .product-page {
    width: 100%;
    max-width: 100%;
  }

  .product-hero__title .product-hero__title-line {
    font-size: clamp(32px, 9vw, 40px);
    line-height: 1.2;
  }

  .product-overview__head h2,
  .product-custom__copy h2 {
    font-size: 32px;
    line-height: 1.25;
  }

  .product-overview__types {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .product-overview__type-line,
  .product-overview__type-line--active {
    display: none;
  }

  .product-detail__visual {
    margin-left: 0;
    transform: none;
    justify-content: center;
  }

  .product-detail__visual img {
    max-height: 420px;
    object-fit: contain;
  }

  .product-custom__diagram {
    padding-top: 32px;
    height: auto;
  }

  .product-custom__center {
    width: 160px;
    height: 160px;
  }

  .product-custom__center::after {
    width: 132px;
    height: 132px;
    top: 14px;
    left: 14px;
  }

  .product-card img {
    top: 0 !important;
    width: 65px !important;
    height: auto !important;
    max-height: 100%;
    object-fit: contain !important;
  }
  .product-feature__line{
    flex: 0 0 24px;
    width: 4px;
    height: 27px;
    margin-top: 2px;
  }
  .product-custom__copy{
    width: 100%;
  }

  .product-custom--motion.product-custom--in .product-custom__center {
    transition-delay: 0s;
  }
  
  .product-custom--motion.product-custom--in .product-custom__card--top {
    transition-delay: 0s;
  }
  
  .product-custom--motion.product-custom--in .product-custom__card--right {
    transition-delay: 0s;
  }
  
  .product-custom--motion.product-custom--in .product-custom__card--bottom {
    transition-delay: 0s;
  }

  .product-custom__icon {
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
    border-radius: 4px;
  }
  
  .product-custom__card--bottom .product-custom__icon {
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
    border-radius: 4px;
  }
  .product-custom__icon img{
    width: 20px;
    height: 20px;
  }
}

@media (min-width: 769px) {
  .product-hero {
    min-height: calc(50vw / var(--home-pc-scale, 1));
  }

  .product-hero__bg-picture,
  .product-hero__bg-img {
    min-height: calc(50vw / var(--home-pc-scale, 1));
  }
}

@media (min-width: 1921px) {
  .product-page {
    width: 100vw !important;
  }
}
