:root {
  --color-red: #9B2321;
  --color-red-500: #9C2421; 
  --color-white: #FFFFFF;
  --color-black: #000000;
  --color-blue: #658BF3;
  --color-grey-100: #EDEDED;
  --color-grey-300: #E5E5E5;
  --color-grey-500: #D7D7D7;
  --color-dark: #333333;
  --color-dark-800: #343434;
  --color-dark-900: #1A1A1A;

  --title-font-size: 35px;
  --h2-font-size: 30px;
  --xl-font-size: 25px;
  --bigger-font-size: 20px;
  --p-font-size: 18px;
  --btn-font-size: 16px;
  --smaller-font-size: 16px;
}

@media screen and (max-width: 2200px) {
  :root {
    --title-font-size: 30px;
    --h2-font-size: 30px;
    --xl-font-size: 25px;
    --bigger-font-size: 20px;
    --p-font-size: 18px;
    --btn-font-size: 16px;
    --smaller-font-size: 16px;
  }
}

@media screen and (max-width: 1200px) {
  :root {
    --title-font-size: 24px;
    --h2-font-size: 24px;
    --xl-font-size: 20px;
    --bigger-font-size: 18px;
    --p-font-size: 16px;
    --btn-font-size: 14px;
    --smaller-font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  :root {
    --title-font-size: 24px;
    --h2-font-size: 28px;
    --xl-font-size: 22px;
    --bigger-font-size: 20px;
    --p-font-size: 24px;
    --btn-font-size: 24px;
    --smaller-font-size: 18px;
  }
}

@media screen and (max-width: 580px) {
  :root {
    --title-font-size: 20px;
    --h2-font-size: 24px;
    --xl-font-size: 20px;
    --bigger-font-size: 18px;
    --p-font-size: 16px;
    --btn-font-size: 16px;
    --smaller-font-size: 14px;
  }
}

body {
  font-size: var(--p-font-size);

}

@media (min-width: 64rem) {
  .hp-video-stage, .hp-video-stage-media__ratio {
    aspect-ratio: unset;
    height: 79vh;
  }
}

.hp-video-stage-content {
  align-items: flex-end;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 5vh;
}

.hp-video-stage-content__container {
  flex-direction: column;
  align-items: flex-start;
}

.hp-video-stage-media__ratio img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.banner-info {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
}

.hp-video-stage-content__textCTA {
  padding-bottom: 0;
}

.hp-video-stage-content__textCTA h4 {
  font-family: var(--wb-font-text);
  font-size: var(--xl-font-size);
  font-weight: 400;
  line-height: 1.5;
}

.hp-video-stage-content__textCTA h2 {
  font-family: var(--wb-font-text);
  font-weight: var(--wb-typography-mq4-6-heading-largest-font-weight);
  font-size: var(--h2-font-size);
  line-height: 1.5;
}

@media screen and (min-width: 1441px) {
  .hp-video-stage-content__textCTA h2 {
    font-size: 40px;
  }
}

.banner-btn-group {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  width: fit-content;
  gap: 36px;
}

.banner-btn-group .btn {
  padding-left: 30px;
  padding-right: 30px;
}

.hp-video-stage-content .banner-btn-group {
  justify-content: flex-start;
  padding-top: 100px;
}

@media screen and (min-width: 1025px) {
  [dir=ltr] .hp-video-stage-media:after {
    background: none !important;
  }
}


.own-feature-box-container {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  width: 80%; 
}

.owc-feature-box-item__unit {
  display: inline-block;
}

.owc-feature-box-item__unit.wb-type-heading-m:lang(zh) {
  font-size: 20px;
  line-height: 1.1;
}

.wb-type-hint {
  font-weight: 300;
}

.order-now-wrapper {
  position: fixed;
  bottom: 2rem;
  right: 4.3rem;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  z-index: 10000;
  gap: 2.5rem;
}

.sticky-btn {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  overflow: hidden;
  border-radius: 9999px;
  font-weight: 400;
  font-size: var(--btn-font-size);
  font-family: var(--wb-font-text);
  line-height: 1.2;
  color: var(--color-white);
  border: 2px solid var(--color-dark-800);
  background-color: var(--color-dark-900);
  padding: 16px 16px;
  transition: all 0.3s ease;
  text-decoration: none;
  width: fit-content;
}

.sticky-btn:hover {
  padding: 16px 32px;
  gap: .5rem;
}

.sticky-btn__icon {
  width: 31px;
  aspect-ratio: 1 / 1;
  display: block;
}

.sticky-btn__text {
  max-width: 0;
  overflow: hidden;
  white-space: nowrap;
  transition: max-width 0.3s ease;
  text-decoration: none;
}

.sticky-btn:hover > .sticky-btn__text {
  max-width: 240px;
}



.container {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 75px;
  padding-bottom: 75px;
}

.container:has(.models-row) {
  padding-top: 140px;
}

.container:has(.disclaimer-list) {
  padding-top: 0;
}

.gallery-row {
  display: flex;
  flex-wrap: wrap;
  gap: 52px;
  justify-content: center;
}

.gallery-item {
  max-width: calc(100% / 4 - 39px);
  flex: 1;
  position: relative;
  aspect-ratio: 383 / 455.7;
}

.gallery-item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.cover-content {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 28px 0;
  background: linear-gradient(180deg, transparent 80%, #000);
}

.hidden-content {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 53px 28px 50px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.85);
}

.gallery-item-caption-title {
  font-family: var(--wb-font-text-bold);
  font-style: normal;
  font-weight: 700;
  color: var(--color-white);
}

.cover-content .gallery-item-caption-title {
  font-family: var(--wb-typography-mq4-6-heading-largest-font-family);
  font-size: 50px;
  font-weight: 400;

}

.gallery-item-caption-desc {
  font-family: var(--wb-font-text);
  font-style: normal;
  font-weight: 400;
  color: var(--color-white);
  line-height: 1.3;
  margin-top: 15px;
  font-size: var(--smaller-font-size);
}

.action-btn-wrapper {
  position: absolute;
  /* height: 45px; */
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0 16px 5px;
}

.action-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.3rem;
  height: 2.3rem;
  border-radius: 100%;
  border: none;
  outline: none;
  background-color: transparent;
  color: var(--color-white);  
  transition: all 0.3s ease;
  cursor: pointer;
}

.action-btn svg {
  width: 12px;
  height: 12px;

}

.action-btn:hover,
.action-btn.active  {
  background-color: #262626;
}

.action-btn:active{
  background-color: #696969;
}

.action-btn.active {
  border: 1px solid var(--color-blue);
}

.models-row {
  display: flex;
  gap: 78px;
  justify-content: center;
  align-items: stretch;
}

.model-item {
  display: flex;
  flex-direction: column;
  row-gap: 50px;
  flex: 1;
  max-width: calc(100% / 2 - 39px);
  padding: 23px 30px 47px;
  background: linear-gradient(137.5deg, #E4E7E9 4.45%, #FFFFFF 98%);
}

.model-item-row-1 {
  display: flex;
  align-items: center;
  gap: 1rem;
  justify-content: space-between;
}

.model-item-title {
  font-family: var(--wb-typography-mq4-6-heading-largest-font-family);
  font-weight: 400;
  font-size: 40px;
  line-height: 1.2;
  color: var(--color-black);
  padding-top: 20px;
}

@media screen and (min-width: 769px) and (max-width: 1800px) {
  .model-item-title {
    min-height: 2.4lh;
  }
}

.model-item-price {
  font-family: var(--wb-font-text);
  font-weight: 400;
  font-size: var(--h2-font-size);
  line-height: 1.2;
  color: var(--color-red-500);
  padding: 0;
}

.model-spec-hint {
  font-family: var(--wb-font-text);
  font-weight: 300;
  font-size: var(--smaller-font-size);
  line-height: 1.2;
  color: var(--color-black);
}

.model-item-row-1 img {
  margin-top: -6.3rem;
  width: 60%;
  margin-right: 1rem;
}

.model-item-row-2 {
  display: flex;
  align-items: flex-start;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

.model-item-btn-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.btn {
  background-color: var(--color-red);
  color: var(--color-white);
  padding: 16px 35px;
  border: none;
  border-radius: var(--wb-radius-s);
  cursor: pointer;
  font-size: var(--btn-font-size);
  font-weight: 700;
  font-family: var(--wb-typography-mq4-6-copy-large-font-family);
  text-decoration: none;
  transition: all 0.3s ease;
  white-space: nowrap;
  text-align: center;
}

.btn:hover {
  opacity: 0.8;
}

.btn-outline-white {
  background-color: transparent;
  color: var(--color-white);
  border: 1px solid var(--color-white);
}

.highlight-title-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 2rem 0;
}

select {
  background-color: #F8F8F8;
  color: var(--color-dark);
  border: 1px solid #BBBBBB;
  border-bottom: 2px solid #5575CE;
  padding: 16px 20px;
  width: 290px;
  line-height: 1.2;
  font-family: var(--wb-font-text);
  font-weight: 400;
  font-size: var(--p-font-size);
  transition: all 0.3s ease;
  background-image: url('../images/icon-chevron-down.png');
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 9px;
  appearance: none;
}

select:hover {
  background-color: #EDEDED;
}

.highlight-row {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: stretch;
  justify-content: space-between;
}

.highlight-row:not(:first-of-type) {
  margin-top: 20px;
}

.highlight-row > .highlight-item:first-of-type,
.highlight-row.reverted > .highlight-item:last-of-type {
  width: 61.5%;
  aspect-ratio: 1038 / 607;
}

.highlight-row > .highlight-item:last-of-type,
.highlight-row.reverted > .highlight-item:first-of-type {
  width: 37.4%;
  aspect-ratio: 631 / 607;
}

.highlight-row > .highlight-item.full-width {
  width: 100%;
  aspect-ratio: 1689 / 607;
}

.highlight-item {
  position: relative;
}

.highlight-item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.highlight-item-content {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 0 38px 20px;
  background: linear-gradient(180deg, transparent 70%, rgba(0, 0, 0, 0.9));
}

.highlight-item-content > .gallery-item-caption-title {
  min-height: 48px;
}

.highlight-item-content .gallery-item-caption-title,
.highlight-item-content .gallery-item-caption-desc {
  color: var(--color-grey-100);
}

h2.section-title {
  font-size: 3rem;
  line-height: 3.75rem;
  font-family: var(--wb-font-title);
  font-style: normal;
  font-weight: 400;
  color: var(--wb-grey-20);
}

.full-width-img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
  aspect-ratio: 2560 / 1082;
  display: block;
}

#tippy-1,
#tippy-2,
#tippy-3,
#tippy-4 {
  font-family: var(--wb-font-text) !important;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  background-color: rgba(0, 0, 0, 0.9);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.modal .modal--content {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 20vh 0 5vh;
}

.modal .modal--content .container {
  width: 95%;
  padding-top: 0;
  padding-bottom: 0;
}

@media screen and (min-width: 1440px) {
  .modal .modal--content .container {
    max-width: 1400px;
  }
}

@media screen and (min-width: 2201px) {
  .modal .modal--content .container {
    max-width: 1637px;
  }

  .container:has(.gallery-row) {
    padding-top: 20px;
  }
}

.modal .modal--close {
  position: absolute;
  top: 10vh;
  right: 10vw;
  width: 3.5rem;
  height: 3.5rem;
  background-color: transparent;
  color: var(--color-white);
  border: none;
  cursor: pointer;
  outline: none;
  transition: all 0.3s ease;
  border-radius: 100%;
  line-height: 1;
}

.modal .modal--close:hover {
  background-color: #262626;
}

.modal .model-info {
  display: flex;
  align-items: center;
  padding: 1rem 40px;
  background-color: var(--color-red);
  color: var(--color-white); 
  gap: 40px;
  margin-bottom: 150px;
}

.modal .model-info--name {
  font-family: var(--wb-typography-mq4-6-heading-largest-font-family);
  font-weight: 400;
  font-size: var(--h2-font-size);
  line-height: 1.2;
}

.modal .model-info--image {
  margin-top: -7%;
  max-width: 520px;
  width: 31.7%;
}

.modal .model-info--image img {
  width: 100%;
  height: auto;
}

.modal .model-info--image-caption {
  font-family: var(--wb-font-text);
  font-weight: 400;
  font-size: var(--p-font-size);
  line-height: 1.2;
  color: var(--color-white);
  text-align: center;
  margin-top: -5px;
}

.modal .model-info--specs-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex: 1;
}

.modal .model-info--specs {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  flex: 1;
}

.modal .model-info--specs-caption {
  font-family: var(--wb-font-text);
  font-weight: 400;
  font-size: var(--bigger-font-size);
  line-height: 1.2;
  color: var(--color-white);
}

.tab-btn-row {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 100px;
  margin-bottom: 170px;
  position: relative;
}

.tab-btn-row::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  width: 150vw;
  margin-left: -26%;
  background-color: #484848;
}

.tab-btn {
  color: var(--color-white);
  font-family: var(--wb-font-text);
  font-weight: 700;
  font-size: var(--title-font-size);
  line-height: 1.2;
  padding: 5px 15px;
  background: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  transition: all 0.3s ease;
  border-bottom: 7px solid transparent;
}
.tab-btn:hover {
  opacity: 0.8;
}
.tab-btn.active {
  border-bottom: 7px solid var(--color-red);
}

.modal .model--name {
  font-family: var(--wb-typography-mq4-6-heading-largest-font-family);
  font-weight: 400;
  font-size: var(--title-font-size);
  line-height: 1.2;
  color: var(--color-dark);
}

.modal .model--thumbnail-caption {
  font-family: var(--wb-font-text);
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  color: #696969;
  text-align: center;
}

.tab-content.optional .model--thumbnail-caption {
  min-height: 2.4lh;
}

.modal .model--remark {
  font-family: var(--wb-font-text);
  font-weight: 400;
  font-size: 17px;
  line-height: 1.2;
  color: var(--color-red-500);
  text-align: center;
  margin-top: 5px;
}

.modal .model--general-remark {
  color: var(--color-black);
  font-family: var(--wb-font-text);
  font-weight: 400;
  font-size: 12px;
  line-height: 1.2;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  padding-top: 20px;
  gap: 0px 5px;
}

.modal .model--general-remark span {
  font-size: 12px;
  color: var(--color-black);
  padding: 0;
  line-height: 1.2;
}

.tab-content table {
  border-collapse: collapse;
  border: none;
}

@media screen and (min-width: 769px) {
  .tab-content.optional table {
    width: 66%;
    margin: 0 auto;
  }  
}


.tab-content table thead tr th {
  background-color: #F0F0F0;
}

.tab-content table tr {
  border: none;
}

.tab-content table thead tr th,
.tab-content table tbody tr td {
  border: none;
  border-left: 11px solid rgba(0, 0, 0, 0.9);
  border-right: 11px solid rgba(0, 0, 0, 0.9);
}

.tab-content table thead tr th:first-of-type,
.tab-content table tbody tr td:first-of-type {
  border-left: none;
}

.tab-content table thead tr th:last-of-type,
.tab-content table tbody tr td:last-of-type {
  border-right: none;
}

.tab-content table tbody tr:last-of-type td {
  padding-bottom: 50px;
}

.tab-content table tbody tr td {
  font-family: var(--wb-font-text);
  padding: 20px 40px;
  color: var(--color-black);
  font-size: var(--bigger-font-size);
  font-weight: 400;
  line-height: 1.5;
  vertical-align: top;
  width: calc(100% / 3);
}

.tab-content table tbody tr td span {
  font-size: var(--smaller-font-size);
  color: var(--color-red-500);
  line-height: 1.3;
  display: block;
  padding-bottom: .5rem;
}

.tab-content table tbody tr td span.dark {
  color: var(--color-black);
}

.tab-content table tbody tr td p:not(:first-of-type) {
  margin-top: 1.2rem;
}

.tab-content table tbody tr:nth-child(odd) td {
  background-color: var(--color-grey-300);
}

.tab-content table tbody tr:nth-child(even) td {
  background-color: var(--color-grey-500);
}

.model-compare--header {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 0 5px 30px;
  text-align: center; 
  align-items: center;
  margin-top: -5.5rem;
  position: relative;
}

.model-compare--header img {
  width: 75%;
  height: auto;
}

.model-compare--header > div {
  width: 100%;
}

.model-compare--header .amg-exclusive {
  position: absolute;
  bottom: 10px;
  right: 15px;
  font-family: var(--wb-font-text);
  font-weight: 400;
  font-size: var(--smaller-font-size);
  line-height: 1;
  color: #B31D24;
  width: fit-content;
  text-align: right;
}

.model-compare--header .amg-exclusive::before,
.amg-exclusive::before {
  content: '';
  display: inline-block;
  width: 10px;
  aspect-ratio: 1 / 1;
  background-color: #B31D24;
  margin-right: 8px;
}

.model-compare--header .btn {
  margin-top: 4px;
}

p.amg-exclusive {
  position: relative;
}
p.amg-exclusive::before {
  position: absolute;
  top: .3lh;
  left: -23px;
  margin-right: unset;

}

.model-select {
  background: transparent;
  outline: 0;
  border: none;
  font-family: var(--wb-typography-mq4-6-heading-largest-font-family);
  font-weight: 400;
  font-size: var(--title-font-size);
  line-height: 1.2;
  color: var(--color-black);
}

.mobile {
  display: none;
}

.tablet {
  display: none;
}

.desktop {
  display: initial;
}

.swiper-pagination {
  bottom: 0 !important;
}

.swiper-pagination-bullet {
  background-color: #9F9F9F;
  width: 15px;
  height: 15px;
}

.swiper-pagination-bullet-active {
  background-color: #1D1D1D;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 8.5px;
}

.order-now-wrapper-mobile {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10000;
}

.sticky-btn-mobile {
  color: var(--color-white);
  border: none;
  border-radius: 0;
  cursor: pointer;
  font-size: var(--btn-font-size);
  font-weight: 700;
  font-family: var(--wb-typography-mq4-6-copy-large-font-family);
  text-decoration: none;
  transition: all 0.3s ease;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 50%;
  background-color: #484848;
}

.order-now-wrapper-mobile .sticky-btn-mobile:last-of-type{
  background-color: var(--color-red);
}

ul.disclaimer-list {
  list-style: none;
  counter-reset: my-counter 0;
}

ul.disclaimer-list li::before {
  content: "[" counter(my-counter) "] ";
  counter-increment: my-counter;
}

ul.disclaimer-list li {
  font-family: var(--wb-font-text);
  font-weight: 400;
  font-size: 14px;
  line-height: 1.3;
  color: #262626;
  margin-bottom: 5px;
}

small.model-compare--small {
  font-size: 0.8rem;
  font-weight: 400;
}

sup {
  font-size: max(50%, 9px) !important;
}

.prp-list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: flex-start;
  font-size: var(--smaller-font-size);
  line-height: 1.1;
  font-weight: 400;
  font-family: var(--wb-font-text);
  gap: 1rem;
  margin-top: 1rem;
}

.prp-list li {
  position: relative;
}

@media screen and (min-width: 717px) {
  .prp-list li:not(:last-of-type)::after {
    content: '|';
    position: absolute;
    right: -.6rem;
    top: 0;
    bottom: 0;
  }
}

@media (min-width: 48em) {
  .container {
      width: 86%;
      max-width: 1680px;
  }
}

@media screen and (max-width: 2200px) {
  .btn {
    padding: 14px 34px;
  }

  .modal .model-info {
    margin-bottom: 80px; 
  }

  .modal .model-info--image {
    margin-top: -7%;
    width: 25%;
  }

  .model-compare--header {
    margin-top: -4rem;
  }

  .tab-content table tbody tr td {
    padding: 18px 32px;
  }

  .tab-content table thead tr th, .tab-content table tbody tr td {
    border-left-width: 8px;
    border-right-width: 8px;
  }

  .tab-content table tbody tr td p:not(:first-of-type) {
    margin-top: 1rem;
  }

  .modal .tab-content.optional .model--remark {
    min-height: 2lh;
  }

  .order-now-wrapper {
    right: 2vw;
  }
}

@media screen and (max-width: 1440px) {
  .gallery-row {
    gap: 24px;
  }

  .gallery-item {
    max-width: calc(100% / 4 - 18px);
  }

  .hidden-content {
    padding: 36px 24px 36px;
  }

  .container:has(.models-row) {
    padding-top: 80px;
  }

  .models-row {
    gap: 48px;
  }

  .model-item {
    row-gap: 32px;
    max-width: calc(100% / 2 - 24px);
  }

  .model-item-row-1 img {
    margin-top: -6rem;
    width: 55%;
    margin-right: 1rem;
  }

  .highlight-row {
    gap: 24px;
  }

  .highlight-row:not(:first-of-type) {
    margin-top: 24px;
  }

  .highlight-item-content {
    padding: 0 24px 32px;
  }

  .modal .modal--close {
    right: 2vw;
    top: 4vh;
  }

  .modal .modal--content {
    padding-top: 12vh;
  }

  .owc-feature-box-item__unit.wb-type-heading-m:lang(zh) {
    font-size: 18px;
  }
}

@media screen and (max-width: 1400px) {
  .own-feature-box-container {
    flex: 1;
  }

  .model-item-row-2 .model-spec:lang(zh) {
    width: 50%;
  }
}

@media screen and (max-width: 1200px) {
  .container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .cover-content .gallery-item-caption-title {
    font-size: 36px;
  }

  .hidden-content {
    padding: 24px 16px 32px;
  }

  .owc-feature-box-item__value.wb-type-heading-l {
    font-size: 2.5rem;
  }

  .owc-feature-box-item__unit.wb-type-heading-m {
    font-size: 1.8rem;
  }

  .model-item-row-2 .model-spec {
    width: calc(100% / 4);
  }

  .model-info--specs .model-spec {
    width: calc(100% / 3 - 10px);
  }
}

@media screen and (max-width: 1023px) {
  .hp-video-stage-content .banner-btn-group {
    width: 100%;
    justify-content: center;
    padding-top: 60px;
  }

  .models-row {
    gap: 32px;
  }

  .model-item {
    max-width: calc(100% / 2 - 16px);
    padding: 22px 20px 40px;
  }

  .model-item-row-1 img {
    margin-right: 0;
    margin-top: -40%;
  }

  .gallery-item {
    max-width: calc(100% / 2 - 18px);
    flex: unset;
  }

  .order-now-wrapper {
    right: 1rem;
    gap: 1.5rem;
  }

  .modal .modal--content {
    padding-top: 8vh;
  }

  .modal .model-info {
    display: none;
  }

  .tablet {
    display: initial;
  }

  select {
    width: 220px;
    padding: 14px 16px;
  }

  .tab-content table tbody tr td {
    padding: 18px 24px;
  }

  .model-item-row-2 {
    flex-wrap: wrap;
    row-gap: 5px;
  }

  .model-item-row-2 .model-spec {
    width: 50%;
  }

  #tippy-1,
  #tippy-2,
  #tippy-3,
  #tippy-4 {
    display: none;
  }

  .owc-feature-box-item__unit.wb-type-heading-m:lang(zh) {
    font-size: 16px;
  }

  .hp-video-stage-media__ratio {
    aspect-ratio: 1 / 0.65;
  }
}

@media screen and (max-width: 768px) {
  .desktop {
    display: none;
  }

  .container {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .container:has(.models-row) {
    padding-top: 120px;
  }

  .mobile {
    display: initial;
  }

  .hp-video-stage-media__ratio {
    aspect-ratio: 1 / 0.8;
  }

  .hp-video-stage-content__textCTA {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .wb-heading-xl.hp-video-stage-content__headline {
    font-size: 50px;
  }
  
  .hp-video-stage-content .banner-btn-group {
    padding-top: 56px;
  }

  .order-now-wrapper {
    bottom: 2rem;
    justify-content: center;
  }

  .banner-info {
    flex-direction: column;
    align-items: center;
  }

  .banner-btn-group {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    gap: 20px;
  }

  .own-feature-box-container {
    flex-wrap: wrap;
  }

  .own-feature-box-item {
    width: 50%;
  }

  .models-row {
    flex-direction: column;
    row-gap: 140px;
  }

  .model-item {
    max-width: 100%;
    row-gap: 30px;
    padding: 22px 30px 40px;
  }

  .model-item-row-1 img {
    margin-top: -8.5rem;
    width: 65%;
    margin-right: 0;
  }

  .model-item-row-2 .model-spec {
    width: calc(100% / 4);
  }

  .gallery-row {
    gap: 8px 10px;
  }

  .gallery-item {
    max-width: calc(100% / 2 - 5px);
  }

  .action-btn-wrapper {
    padding: 0 8px 5px;
  }

  .action-btn {
    width: 2rem;
    height: 2rem;
  }

  .btn {
    padding: 12px 40px;
  }

  .modal .modal--content {
    padding-top: 13dvh;
  }

  .modal .model-info {
    flex-direction: column;
    row-gap: 40px;
    margin-bottom: 60px;
  }

  .modal .model-info--name {
    text-align: center;
    order: 2;
  }
  
  .modal .model-info--image {
    order: 1;
    margin-top: -20%;
    width: 72%;
  }

  .model-compare--header img {
    width: 95%;
  }

  .modal .model-info--specs {
    order: 3;
    width: 100%;
    padding: 0;
  }

  .tab-btn-row {
    gap: 30px;
    margin-bottom: 30px;
  }

  .tab-content {
    overflow-x: auto;
    overflow-y: hidden;
    padding-top: 16%;
  }

  .tab-content.standard table {
    width: 100%;
    min-width: 136vw;
    margin: 0 auto;
  }

  .tab-content.optional table {
    width: 100%;
    margin: 0 auto;
  }

  .tab-content table tbody tr td {
    width: 50%;
  }

  .tab-content.standard table tbody tr td {
    width: calc(100% / 3);
  }

  .model-select {
    word-break: break-word;
    white-space: normal;
    width: 85%;
    height: 4rem;
    text-align: center;
  }

  .tab-content table tr th {
    padding-left: 10px;
    padding-right: 10px;
  }

  p.amg-exclusive::before {
    left: -12px;
  }

  .model-compare--header .amg-exclusive::before, .amg-exclusive::before {
    width: 8px;
  }

  .tab-content table tbody tr td {
    padding: 24px 12px;
    line-height: 1.3;
  }

  .tab-content table tbody tr td span {
    padding-bottom: 5px;
  }

  .tab-content table tbody tr td p:not(:first-of-type) {
    margin-top: 12px;
  }

  .swiper--highlights .highlight-item {
    width: 100%;
    aspect-ratio: 520 / 450;
  }

  .swiper.swiper--highlights {
    padding-bottom: 65px;
  }

  .highlight-item-content {
    padding: 0 22px 25px;
  }

  .highlight-item-content > .gallery-item-caption-title {
    min-height: unset;
  }

  body:has(.order-now-wrapper-mobile) {
    padding-bottom: 84px;
  }

  .model-compare--header .amg-exclusive {
    right: 0;
    bottom: 5px;
  }

  .modal .tab-content.optional .model--remark { 
    min-height: 3lh;
  }
}

@media screen and (max-width: 580px) {
  .banner-btn-group {
    padding-top: 24px;
    gap: 12px;
  }

  .model-compare--header {
    padding-bottom: 10px;
    margin-top: -25%;
    gap: 12px;
  }

  .models-row {
    row-gap: 100px;
  }

  .model-item {
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
  }

  .model-item-title {
    font-size: 30px;
  }

  .model-item-row-1 img {
    margin-top: unset;
    position: absolute;
    transform: translateY(-50%);
    top: -5%;
    right: 0;
    width: 70%;
  }

  .tab-btn-row {
    gap: 20px;
    margin-bottom: 40px;
  }

  .tab-btn {
    max-width: 40%;
  }

  .tab-content table tbody tr td span {
    font-size: 12px;
  }

  .tab-content table tbody tr td {
    padding: 16px 12px;
    font-size: 14px;
  }

  .tab-content table thead tr th, .tab-content table tbody tr td {
    border-left-width: 4px;
    border-right-width: 4px;
  }

  .modal .modal--close {
    width: 3rem;
    height: 3rem;
    top: 8dvh;
  }

  .modal .model--remark,
  .modal .model--thumbnail-caption {
    font-size: 12px;
  }

  .gallery-item {
    max-width: 100%;
  }

  .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }

  .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
  }

  .owc-feature-box-item__value.wb-type-heading-l {
    font-size: 2rem;
  }

  .owc-feature-box-item__unit.wb-type-heading-m {
    font-size: 1.5rem;
  }

  body:has(.order-now-wrapper-mobile) {
    padding-bottom: 62px;
  }

  select {
    width: 160px;
  }

  .model-compare--header .amg-exclusive::before, .amg-exclusive::before {
    width: 8px;
    margin-right: 4px;
  }

  .modal .model--general-remark {
    padding-top: 0;
  }

  p.amg-exclusive::before {
    left: -12px;
  }

  .modal .tab-content.optional .model--remark { 
    min-height: 2lh;
  }

  .model-compare--header .amg-exclusive {
    font-size: 12px;
  }


  .model-compare--header .btn {
    font-size: 14px;
    padding: 8px 24px;
  }
}

@media screen and (max-width: 480px) {
  .tab-content.standard .model--name {
    min-height: 2.4lh;
  }
}

@media screen and (max-width: 450px) {
  .model-item-row-2 {
    flex-wrap: wrap;
    column-gap: 10px;
  }

  .model-item-row-2 .model-spec,
  .model-item-row-2 .model-spec:lang(zh) {
    width: calc(100% / 2 - 5px);
  }
}

@media screen and (max-width: 430px) {
  .modal .tab-content.optional .model--remark {
    min-height: 3lh;
  }
}

@media screen and (max-width: 400px) {
  .btn {
    padding-left: 30px;
    padding-right: 30px;
  }

  .highlight-title-row {
    flex-wrap: wrap;
    gap: 10px;
  }

  .highlight-title-row select {
    width: 100%;
  }
} 







