@font-face {
  font-family: "PMZD";
  src: url("./pmzd.TTF") format("truetype");
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}

:root {
  --bgc-FFFFFF: #ffffff;
  --bgc-d4d4d4: #d4d4d4;
  --font-18: clamp(14px, 1vw, 18px);
  --font-20: clamp(15px, 1.1vw, 20px);
  --font-22: clamp(16px, 1.2vw, 22px);
  --font-30: clamp(20px, 1.6vw, 30px);
  --font-48: clamp(24px, 2.5vw, 48px);
  --font-58: clamp(29px, 3.1vw, 58px);
  --font-64: clamp(32px, 3.4vw, 64px);
  --font-72: clamp(32px, 3.4vw, 64px);
}

.ak40-detail {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  overflow: hidden;
  background: #000;
  font-family: Arial, "Microsoft YaHei", sans-serif;
}

.detail-screen,
.screen-five__visual {
  position: relative;
  background: #000;
}

.screen-picture,
.screen-picture img {
  display: block;
  width: 100%;
}

.screen-copy,
.screen-three__stats,
.screen-five__start,
.screen-five__mode {
  position: absolute;
  z-index: 1;
}

.screen-copy p,
.screen-copy h1,
.screen-copy h2,
.screen-five__intro p,
.screen-five__intro h2,
.screen-three__stats {
  margin: 0;
}

.font-18 {
  font-size: var(--font-18);
}

.font-20 {
  font-size: var(--font-20);
}

.font-22 {
  font-size: var(--font-22);
}

.font-48 {
  font-size: var(--font-48);
}

.font-64 {
  font-size: var(--font-64);
}

.font-72 {
  font-size: var(--font-64);
}

.gradient-text {
  color: transparent;
  background: linear-gradient(to bottom, #eef2f3, #6f7e96);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-white {
  color: #fff;
}

.text-muted {
  color: #d4d4d4;
}

.mobile-only {
  display: none;
}

.screen-one__copy {
  top: 9.7%;
  left: 0;
  width: 100%;
  text-align: center;
}

.screen-one__copy .eyebrow {
  letter-spacing: 0.45em;
}

.screen-one__copy h1 {
  margin-top: 1%;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 0.06em;
  font-family: "PMZD", Arial, "Microsoft YaHei", sans-serif;
}

.screen-one__copy .models {
  margin-top: 1.6%;
}

.screen-two__copy {
  top: 12.8%;
  left: 7.03%;
}

.screen-two__copy h2,
.screen-three__copy h2,
.screen-four__copy h2,
.screen-five__intro h2 {
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.02em;
}

.screen-two__copy p,
.screen-three__copy p,
.screen-four__copy p,
.screen-five__intro p {
  margin-top:1vw;
  line-height: 1.5;
}

.screen-three__copy {
  top: 9.5%;
  left: 7.03%;
}

.screen-three__stats {
  top: 10.4%;
  left: 54.2%;
  width: 39%;
  display: grid;
  grid-template-columns: repeat(3, auto);
  gap: 6%;
}

.screen-three__stats:first-child {
  margin-top: -20px;
}

.screen-three__stats div {
  min-width: 0;
}

.screen-three__copy h2,
.screen-four__copy h2 {
  color: transparent;
  background: linear-gradient(to bottom, #eef2f3, #6f7e96);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.screen-three__stats .gradient-text{
  color:#fff;
  background:unset;
  -webkit-text-fill-color:unset;
}

.screen-three__value {
  font-weight: bold;
  margin-top: -0.2em;
  padding-top: 0.2em;
  white-space: nowrap;
}

.screen-three__value span {
  margin-left: 0.2em;
}

.screen-three__label {
  margin: 0.75em 0 0;
  white-space: nowrap;
}

.product-detail--ak45-36 .screen-three__copy {
  top: 14.5%;
  left: 0;
  width: 100%;
  text-align: center;
}

.product-detail--ak45-36 .screen-three__copy p {
  margin-top: 2.3%;
}

.product-detail--ak45-36 .screen-three__stats {
  top: 49%;
  left: 76.4%;
  width: auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.product-detail--ak45-36 .screen-three__label {
  margin-top: 0.35em;
}

.localized-detail .screen-one__copy .eyebrow {
  letter-spacing: 0.18em;
}

.localized-detail .screen-two__copy {
  max-width: 52%;
}

.localized-detail .screen-three__copy,
.localized-detail .screen-four__copy {
  max-width: 35%;
}

.localized-detail.product-detail--ak45-36 .screen-three__copy {
  max-width: none;
}

.localized-detail .screen-two__copy h2,
.localized-detail .screen-five__intro h2 {
  font-size: var(--font-48);
}

.localized-detail .screen-three__copy h2,
.localized-detail .screen-four__copy h2 {
  font-size: var(--font-48);
}

.localized-detail .screen-three__label {
  line-height: 1.25;
  overflow-wrap: anywhere;
  white-space: normal;
}

.localized-detail.product-detail--ak45-36 .screen-three__stats {
  width: 21%;
}

.screen-four__copy {
  top: 36.2%;
  left: 10.17%;
}

.screen-five__intro {
  position: relative;
  z-index: 2;
  height: 200px;
  padding: 87px 10.17% 0;
  background: #000;
}

.screen-five__intro p {
  margin-top: 1vw;
  max-width: 780px;
}

.localized-detail .screen-five__intro {
  height: auto;
  min-height: 200px;
  padding-bottom: 40px;
}

.screen-five__visual {
  position: relative;
}

.screen-five__start,
.screen-five__mode {
  font-family: "PMZD", Arial, "Microsoft YaHei", sans-serif;
}

.screen-five__start {
  top: 36.7%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: var(--font-48);
  white-space: nowrap;
}

.screen-five__mode {
  top: 71.7%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: var(--font-30);
  white-space: nowrap;
}

.localized-detail .screen-five__start {
  width: 30%;
  font-size: var(--font-30);
  line-height: 1.15;
  text-align: center;
  white-space: normal;
}

.localized-detail .screen-five__mode {
  width: 22%;
  font-size: var(--font-20);
  line-height: 1.15;
  text-align: center;
  white-space: normal;
}

.screen-five__mode--servo {
  left: 25%;
}

.screen-five__mode--mit {
  left: 75%;
}

@media (max-width: 750px) {
  .screen-copy,
  .screen-five__intro {
    left: 0;
    width: 100%;
    padding-inline: 5%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: clamp(12px, 4vw, 18px);
  }

  .screen-one__copy h1,
  .screen-one__copy .models,
  .screen-two__copy p,
  .screen-three__copy p,
  .screen-four__copy p,
  .screen-five__intro p {
    margin: 0;
  }

  .screen-one__copy {
    top: 14.4%;
    align-items: center;
    gap: clamp(14px, 5.8vw, 22px);
  }

  .screen-one__copy .eyebrow {
    letter-spacing: 0.25em;
  }

  .screen-one__copy .models {
    max-width: 68%;
    line-height: 1.5;
  }

  .screen-two__copy {
    top: 9.7%;
  }

  .screen-two__copy p {
    line-height: 1.5;
  }

  .screen-three__copy {
    top: 1.7%;
  }

  .screen-three__stats {
    top: 22.2%;
    left: 0;
    width: 100%;
    padding-inline: 5%;
    display: flex;
    gap: 0;
  }

  .screen-three__stats > div {
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    gap: 0.6em;
  }

  .screen-three__label {
    margin: 0;
  }

  .product-detail--ak45-36 .screen-three__copy {
    top: 1.7%;
    left: 0;
    width: 100%;
    text-align: left;
  }

  .product-detail--ak45-36 .screen-three__copy p {
    margin: 0;
  }

  .product-detail--ak45-36 .screen-three__stats {
    top: 22.2%;
    left: 0;
    width: 100%;
    padding-inline: 5%;
    flex-direction: row;
    gap: 0;
  }

  .product-detail--ak45-36 .screen-three__stats > div {
    flex: 1 1 0;
  }

  .localized-detail.product-detail--ak45-36 .screen-three__stats {
    width: 100%;
  }

  .localized-detail .screen-two__copy,
  .localized-detail .screen-three__copy,
  .localized-detail .screen-four__copy {
    max-width: none;
  }

  .localized-detail .screen-one__copy .eyebrow {
    letter-spacing: 0.12em;
  }

  .screen-four__copy {
    top: 12.4%;
  }

  .screen-four__copy p {
    line-height: 1.5;
  }

  .screen-five__intro {
    min-height: 0;
    padding: 20.4% 5% 7.5%;
  }

  .screen-five__intro p {
    line-height: 1.5;
  }

  .screen-five__intro br {
    display: none;
  }

  .localized-detail .screen-five__intro {
    height: auto;
    min-height: 0;
    padding-bottom: 7.5%;
  }

  .localized-detail .screen-five__intro br {
    display: block;
  }

  .localized-detail .screen-five__start {
    width: 50%;
  }

  .localized-detail .screen-five__mode {
    width: 30%;
  }

  .mobile-only {
    display: block;
  }

  .screen-five__start {
    top: 34.5%;
  }

  .screen-five__mode {
    top: 76.7%;
  }

  .screen-five__mode--servo {
    left: 25%;
  }

  .screen-five__mode--mit {
    left: 73%;
  }
}
