.product-detail-page {
  background: #fff;
  overflow-x: clip;
  color: #102a46;
  container-type: inline-size;
}

html:has(.product-detail-page) {
  overflow-x: clip;
}

.product-detail-page *,
.product-detail-page *::before,
.product-detail-page *::after {
  box-sizing: border-box;
}

.product-detail-page .nav-item--current > a::after {
  transform: scaleX(1);
}

@media (min-width: 801px) {
  .product-detail-page .dropdown {
    left: calc(50% - 50cqi);
    width: 100cqi;
  }
}

.product-intro-hero {
  position: relative;
  overflow: hidden;
  padding: 154px 0 76px;
  background: linear-gradient(110deg, #fff 0%, #f8fafb 34%, #f0f0f0 44%, #f0f0f0 100%);
}

.product-intro-hero::before {
  content: "";
  position: absolute;
  top: 103px;
  right: 0;
  left: 0;
  height: 1px;
  background: rgba(16, 42, 70, .08);
}

.product-intro-hero__inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(390px, .78fr) minmax(590px, 1.22fr);
  align-items: center;
  column-gap: clamp(36px, 4.5vw, 86px);
  row-gap: 50px;
}

.product-intro-hero__copy {
  position: relative;
  z-index: 2;
}

.product-intro-hero__category,
.product-highlight__label,
.product-section-heading > p {
  margin: 0;
  color: #a78348;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: .18em;
}

.product-back-link {
  width: fit-content;
  margin: 0 0 28px;
  display: block;
  color: #657984;
  font-size: 13px;
  font-weight: 650;
  line-height: 1.4;
  text-decoration: none;
  transition: color .2s ease;
}

.product-back-link:hover,
.product-back-link:focus-visible {
  color: #102a46;
}

.product-intro-hero__model {
  display: flex;
  margin: 24px 0 0;
  align-items: baseline;
  gap: 15px;
}

.product-intro-hero__model span {
  color: #8999a2;
  font-size: 10px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: .18em;
}

.product-intro-hero__model strong {
  color: #173c59;
  font-size: clamp(22px, 1.65vw, 28px);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: .025em;
}

.product-intro-hero h1 {
  max-width: 660px;
  margin: 22px 0 0;
  color: #102a46;
  font-size: clamp(48px, 4.05vw, 68px);
  font-weight: 800;
  line-height: 1.13;
  letter-spacing: -.055em;
  word-break: keep-all;
}

.product-intro-hero__english {
  margin: 18px 0 0;
  color: #657984;
  font-size: 16px;
  font-weight: 550;
  line-height: 1.5;
  letter-spacing: .005em;
}

.product-intro-hero__summary {
  max-width: 520px;
  margin: 25px 0 0;
  color: #536a76;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.75;
  word-break: keep-all;
}

.product-intro-hero__actions {
  display: flex;
  margin-top: 32px;
  flex-wrap: wrap;
  gap: 10px;
}

.product-button {
  min-width: 132px;
  min-height: 48px;
  padding: 0 22px;
  border: 1px solid #102a46;
  border-radius: 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font: inherit;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: background-color .25s ease, color .25s ease, border-color .25s ease;
}

.product-button--primary {
  color: #fff;
  background: #102a46;
  cursor: pointer;
}

.product-button--secondary {
  color: #102a46;
  background: rgba(255, 255, 255, .7);
}

.product-button--secondary:hover,
.product-button--secondary:focus-visible {
  color: #fff;
  background: #173c59;
  border-color: #173c59;
}

.product-intro-hero__visual {
  position: relative;
  min-width: 0;
  height: clamp(480px, 39vw, 650px);
  margin: 0;
}

.product-intro-hero__visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: none;
  mix-blend-mode: normal;
}

.product-intro-hero__metrics {
  display: grid;
  margin: -2px 0 0;
  padding: 27px 0;
  grid-column: 1 / -1;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(16, 42, 70, .2);
  border-bottom: 1px solid rgba(16, 42, 70, .12);
}

.product-intro-hero__metrics > div {
  min-width: 0;
  padding: 0 clamp(22px, 3vw, 54px);
  border-left: 1px solid rgba(16, 42, 70, .12);
}

.product-intro-hero__metrics > div:first-child {
  padding-left: 0;
  border-left: 0;
}

.product-intro-hero__metrics dt {
  color: #102a46;
  font-size: clamp(25px, 2.15vw, 36px);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -.025em;
}

.product-intro-hero__metrics dd {
  margin: 9px 0 0;
  color: #6a7d86;
  font-size: 14px;
  font-weight: 550;
  line-height: 1.4;
}

.product-key-features {
  padding: clamp(100px, 9vw, 154px) 0 clamp(104px, 9vw, 150px);
  background: #fff;
}

.product-section-heading {
  max-width: 820px;
}

.product-section-heading h2 {
  margin: 18px 0 0;
  color: #102a46;
  font-size: clamp(36px, 3.15vw, 52px);
  font-weight: 800;
  line-height: 1.22;
  letter-spacing: -.045em;
  word-break: keep-all;
}

.product-key-features__list {
  display: grid;
  margin: clamp(56px, 5vw, 80px) 0 0;
  padding: 0;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  list-style: none;
  border-top: 1px solid rgba(16, 42, 70, .2);
}

.product-key-features__list li {
  position: relative;
  min-width: 0;
  min-height: 260px;
  padding: 31px clamp(18px, 2vw, 32px) 26px;
  border-left: 1px solid rgba(16, 42, 70, .11);
}

.product-key-features__list li:nth-child(n) { grid-column: auto; }

.product-key-features__list li:first-child {
  padding-left: 0;
  border-left: 0;
}

.product-key-features__list li > span {
  color: #a78348;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: .08em;
}

.product-key-features__list small {
  display: block;
  margin-top: 28px;
  color: #91a0a7;
  font-size: 10px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: .16em;
}

.product-key-features__list h3 {
  margin: 11px 0 0;
  color: #173750;
  font-size: clamp(17px, 1.35vw, 20px);
  font-weight: 750;
  line-height: 1.4;
  letter-spacing: -.025em;
  word-break: keep-all;
}

.product-key-features__list p {
  margin: 13px 0 0;
  color: #687b84;
  font-size: 14px;
  font-weight: 450;
  line-height: 1.7;
  word-break: keep-all;
}

.product-highlights {
  background: #f6f8f9;
}

.product-highlight {
  width: min(100%, 1680px);
  margin: 0 auto;
  padding: clamp(88px, 8vw, 132px) clamp(28px, 5vw, 92px);
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(360px, .88fr);
  align-items: center;
  gap: clamp(48px, 7vw, 124px);
}

.product-highlight--reverse {
  grid-template-columns: minmax(360px, .88fr) minmax(0, 1.12fr);
  background: rgba(255, 255, 255, .68);
}

.product-highlight__media {
  min-width: 0;
  margin: 0;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #f1f4f5;
}

.product-highlight__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: none;
}

.product-highlight__copy {
  max-width: 520px;
}

.product-highlight__copy h2 {
  margin: 20px 0 0;
  color: #102a46;
  font-size: clamp(34px, 2.7vw, 46px);
  font-weight: 800;
  line-height: 1.24;
  letter-spacing: -.045em;
  word-break: keep-all;
  overflow-wrap: break-word;
}

.product-highlight__description {
  margin: 25px 0 0;
  color: #5e727c;
  font-size: 16px;
  font-weight: 450;
  line-height: 1.8;
  word-break: keep-all;
}

.product-highlight__copy ul {
  margin: 34px 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(16, 42, 70, .18);
}

.product-highlight__copy li {
  position: relative;
  padding: 15px 0 15px 18px;
  color: #26445a;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.4;
  border-bottom: 1px solid rgba(16, 42, 70, .1);
}

.product-highlight__copy li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #a78348;
  transform: translateY(-50%);
}

.product-video {
  padding: clamp(104px, 9vw, 154px) 0;
  background: #fff;
}

.product-section-heading > .product-section-heading__description {
  max-width: 680px;
  margin: 22px 0 0;
  color: #61747e;
  font-size: 16px;
  font-weight: 450;
  line-height: 1.8;
  letter-spacing: 0;
  word-break: keep-all;
}

.product-video__frame {
  width: min(100%, 1280px);
  margin: clamp(48px, 5vw, 74px) auto 0;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #0b1c2b;
}

.product-video__trigger {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  overflow: hidden;
  border: 0;
  display: block;
  background: #0b1c2b;
  cursor: pointer;
}

.product-video__trigger img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .55s ease;
}

.product-video__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 24, 39, .06), rgba(7, 24, 39, .32));
}

.product-video__play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: clamp(68px, 6vw, 92px);
  height: clamp(68px, 6vw, 92px);
  color: #fff;
  transform: translate(-50%, -50%);
  transition: transform .3s ease;
}

.product-video__play svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: rgba(16, 42, 70, .86);
  stroke: rgba(255, 255, 255, .92);
  stroke-width: 1.2;
}

.product-video__play path {
  fill: #fff;
  stroke: none;
}

.product-video__trigger:hover img,
.product-video__trigger:focus-visible img {
  transform: scale(1.018);
}

.product-video__trigger:hover .product-video__play,
.product-video__trigger:focus-visible .product-video__play {
  transform: translate(-50%, -50%) scale(1.06);
}

.product-video__frame iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.product-video__external {
  width: min(100%, 1280px);
  margin: 14px auto 0;
  display: block;
  color: #6b7d86;
  font-size: 12px;
  font-weight: 650;
  line-height: 1.4;
  text-align: right;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.product-specification {
  padding: clamp(108px, 9vw, 156px) 0 clamp(116px, 10vw, 170px);
  background: #f5f7f8;
}

.product-specification__summary {
  display: grid;
  margin-top: clamp(50px, 5vw, 76px);
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, .65fr);
  gap: 24px;
}

.specification-group {
  min-width: 0;
}

.specification-group--basic,
.specification-group--dimensions,
.specification-group--carton,
.specification-group--options {
  padding: clamp(28px, 3.2vw, 48px);
  background: #fff;
  border: 1px solid rgba(16, 42, 70, .1);
}

.specification-group--carton,
.specification-group--options {
  margin-top: 24px;
}

.specification-group--basic {
  display: flex;
  flex-direction: column;
}

.specification-group__heading {
  display: flex;
  align-items: baseline;
  gap: 14px;
}

.specification-group__heading span {
  color: #a78348;
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: .1em;
}

.specification-group__heading h3 {
  margin: 0;
  color: #102a46;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: -.03em;
}

.specification-definition-list {
  display: grid;
  margin: 32px 0 0;
  flex: 1;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 0 36px;
}

.specification-definition-list > div,
.specification-dimensions > div {
  min-width: 0;
  padding: 19px 0;
  border-top: 1px solid rgba(16, 42, 70, .1);
}

.specification-definition-list > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.specification-definition-list dt,
.specification-dimensions dt {
  color: #778992;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
}

.specification-definition-list dd,
.specification-dimensions dd {
  margin: 8px 0 0;
  color: #183750;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.55;
  word-break: keep-all;
}

.specification-dimensions {
  margin: 32px 0 0;
}

.specification-dimensions dd {
  font-size: clamp(21px, 1.8vw, 28px);
}

.specification-dimensions small {
  display: block;
  margin-top: 5px;
  color: #87969d;
  font-size: 11px;
  font-weight: 550;
}

.specification-table {
  width: 100%;
  margin-top: 32px;
  table-layout: fixed;
  border-collapse: collapse;
  color: #29475b;
}

.specification-table th,
.specification-table td {
  padding: 20px 18px;
  border-top: 1px solid rgba(16, 42, 70, .1);
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
}

.specification-table thead th {
  color: #6d7f88;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  background: #f7f9fa;
}

.specification-table tbody th {
  color: #102a46;
  font-weight: 750;
}

.specification-table td {
  font-weight: 600;
}

.specification-options {
  display: grid;
  margin: 32px 0 0;
  padding: 0;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  list-style: none;
  border-top: 1px solid rgba(16, 42, 70, .12);
}

.specification-options li {
  min-width: 0;
  padding: 24px 22px 5px;
  border-left: 1px solid rgba(16, 42, 70, .1);
}

.specification-options li:first-child {
  padding-left: 0;
  border-left: 0;
}

.specification-options strong,
.specification-options small {
  display: block;
}

.specification-options strong {
  color: #173750;
  font-size: 15px;
  font-weight: 750;
  line-height: 1.45;
}

.specification-options small {
  margin-top: 8px;
  color: #819199;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.55;
}

#product-specification,
#product-contact {
  scroll-margin-top: 124px;
}

.product-related {
  padding: clamp(104px, 9vw, 154px) 0 clamp(110px, 9vw, 156px);
  background: #fff;
}

.product-related__grid {
  display: grid;
  margin-top: clamp(48px, 5vw, 74px);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(20px, 2.2vw, 34px);
}

.product-related-card {
  min-width: 0;
  overflow: hidden;
  color: #102a46;
  background: #fff;
  border: 1px solid rgba(16, 42, 70, .13);
  border-radius: 4px;
  text-decoration: none;
  transition: border-color .3s ease, transform .3s ease;
}

.product-related-card:hover,
.product-related-card:focus-visible {
  border-color: rgba(16, 42, 70, .42);
  transform: translateY(-3px);
}

.product-related-card figure {
  margin: 0;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #f3f5f6;
}

.product-related-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: none;
  transition: transform .4s ease;
}

.product-related-card:hover img,
.product-related-card:focus-visible img {
  transform: scale(1.025);
}

.product-related-card__body {
  position: relative;
  min-height: 190px;
  padding: 25px 66px 27px 26px;
}

.product-related-card__body > p {
  margin: 0;
  color: #a78348;
  font-size: 9px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: .14em;
}

.product-related-card h3 {
  margin: 14px 0 0;
  color: #102a46;
  font-size: clamp(19px, 1.55vw, 24px);
  font-weight: 780;
  line-height: 1.4;
  letter-spacing: -.03em;
  word-break: keep-all;
}

.product-related-card__body > span {
  margin-top: 22px;
  display: block;
  color: #405c6d;
  font-size: 14px;
  font-weight: 750;
  line-height: 1.4;
}

.product-related-card__body small {
  margin-right: 7px;
  color: #8a99a0;
  font-size: 9px;
  letter-spacing: .1em;
}

.product-related-card__body i {
  position: absolute;
  right: 25px;
  bottom: 27px;
  color: #173c59;
  font-size: 21px;
  font-style: normal;
  line-height: 1;
}

.product-contact-cta {
  padding: 82px 0 92px;
  background: #f5f7f8;
}

.product-contact-cta__panel {
  padding: clamp(46px, 5vw, 72px) clamp(34px, 5.5vw, 84px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 48px;
  color: #fff;
  background: #102a46;
}

.product-contact-cta__panel p {
  margin: 0;
  color: #d6b77e;
  font-size: 10px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: .16em;
}

.product-contact-cta__panel h2 {
  max-width: 760px;
  margin: 15px 0 0;
  color: #fff;
  font-size: clamp(30px, 2.65vw, 43px);
  font-weight: 780;
  line-height: 1.3;
  letter-spacing: -.04em;
  word-break: keep-all;
}

.product-contact-cta__panel span {
  margin-top: 16px;
  display: block;
  color: rgba(255, 255, 255, .68);
  font-size: 14px;
  font-weight: 450;
  line-height: 1.7;
  word-break: keep-all;
}

.product-contact-cta__panel > a {
  min-width: 168px;
  min-height: 50px;
  padding: 0 22px;
  border: 1px solid rgba(255, 255, 255, .78);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: #102a46;
  background: #fff;
  font-size: 14px;
  font-weight: 750;
  line-height: 1;
  text-decoration: none;
  transition: background-color .25s ease, color .25s ease;
}

.product-contact-cta__panel > a:hover,
.product-contact-cta__panel > a:focus-visible {
  color: #fff;
  background: transparent;
}

.product-contact-cta__panel b {
  font-size: 17px;
  font-weight: 500;
}

.product-reveal-ready .product-reveal {
  opacity: 0;
  transition: opacity .65s ease, transform .65s cubic-bezier(.22, .61, .36, 1);
  will-change: opacity, transform;
}

.product-reveal-ready .product-reveal[data-reveal="up"] {
  transform: translateY(28px);
}

.product-reveal-ready .product-reveal[data-reveal="left"] {
  transform: translateX(-34px);
}

.product-reveal-ready .product-reveal[data-reveal="right"] {
  transform: translateX(34px);
}

.product-reveal-ready .product-reveal.is-visible {
  opacity: 1;
  transform: none;
}

.product-key-features__list .product-reveal:nth-child(2) { transition-delay: .07s; }
.product-key-features__list .product-reveal:nth-child(3) { transition-delay: .14s; }
.product-key-features__list .product-reveal:nth-child(4) { transition-delay: .21s; }
.product-key-features__list .product-reveal:nth-child(5) { transition-delay: .28s; }

@media (max-width: 1180px) {
  .product-intro-hero__inner {
    grid-template-columns: minmax(330px, .82fr) minmax(470px, 1.18fr);
    column-gap: 26px;
  }

  .product-intro-hero__visual {
    height: 490px;
  }

  .product-key-features__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-key-features__list li:nth-child(n) { grid-column: auto; }
  .product-key-features__list li:nth-child(1) { grid-column: span 2; }

  .product-specification__summary {
    grid-template-columns: minmax(0, 1.1fr) minmax(300px, .9fr);
  }

  .specification-options {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px 0;
  }

  .specification-options li:nth-child(4) {
    padding-left: 0;
    border-left: 0;
  }
}

@media (max-width: 800px) {
  .product-intro-hero {
    padding: 122px 0 66px;
  }

  .product-intro-hero::before {
    top: 72px;
  }

  .product-intro-hero__inner {
    grid-template-columns: minmax(0, 1fr);
    row-gap: 34px;
  }

  .product-intro-hero__category {
    font-size: 10px;
  }

  .product-intro-hero__model {
    margin-top: 18px;
  }

  .product-intro-hero h1 {
    max-width: 100%;
    margin-top: 18px;
    font-size: clamp(37px, 10.4vw, 47px);
    line-height: 1.17;
  }

  .product-intro-hero__english {
    font-size: 14px;
  }

  .product-intro-hero__summary {
    margin-top: 20px;
    font-size: 15px;
    line-height: 1.7;
  }

  .product-intro-hero__actions {
    margin-top: 26px;
  }

  .product-button {
    min-width: 0;
    min-height: 50px;
    flex: 1 1 140px;
  }

  .product-intro-hero__visual {
    height: min(74vw, 355px);
    margin: 0 -12px;
  }

  .product-intro-hero__metrics {
    margin-top: 0;
    padding: 22px 0;
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .product-intro-hero__metrics > div,
  .product-intro-hero__metrics > div:first-child {
    padding: 0;
    border-left: 0;
  }

  .product-intro-hero__metrics > div + div {
    padding-top: 20px;
    border-top: 1px solid rgba(16, 42, 70, .1);
  }

  .product-intro-hero__metrics dt {
    font-size: 26px;
  }

  .product-key-features {
    padding: 84px 0 92px;
  }

  .product-section-heading h2 {
    margin-top: 14px;
    font-size: 34px;
  }

  .product-key-features__list {
    margin-top: 45px;
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
  }

  .product-key-features__list li,
  .product-key-features__list li:nth-child(n) {
    grid-column: auto;
    min-height: 0;
    padding: 27px 0 30px;
    border-left: 0;
    border-bottom: 1px solid rgba(16, 42, 70, .1);
  }

  .product-key-features__list small {
    margin-top: 20px;
  }

  .product-highlight,
  .product-highlight--reverse {
    padding: 78px 20px 84px;
    grid-template-columns: minmax(0, 1fr);
    gap: 38px;
  }

  .product-highlight__copy,
  .product-highlight--reverse .product-highlight__copy {
    max-width: none;
    grid-row: 1;
  }

  .product-highlight__media,
  .product-highlight--reverse .product-highlight__media {
    grid-row: 2;
  }

  .product-highlight__copy h2 {
    margin-top: 16px;
    font-size: 33px;
  }

  .product-highlight__description {
    margin-top: 20px;
    font-size: 15px;
  }

  .product-highlight__copy ul {
    margin-top: 27px;
  }

  .product-video {
    padding: 84px 0 92px;
  }

  .product-section-heading > .product-section-heading__description {
    margin-top: 17px;
    font-size: 15px;
  }

  .product-video__frame {
    margin-top: 38px;
  }

  .product-video__external {
    margin-top: 11px;
  }

  .product-specification {
    padding: 88px 0 104px;
  }

  .product-specification__summary {
    margin-top: 42px;
    grid-template-columns: minmax(0, 1fr);
  }

  .specification-group--basic,
  .specification-group--dimensions,
  .specification-group--carton,
  .specification-group--options {
    padding: 26px 20px;
  }

  .specification-definition-list {
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: none;
  }

  .specification-table,
  .specification-table tbody,
  .specification-table tr,
  .specification-table th,
  .specification-table td {
    display: block;
    width: 100%;
  }

  .specification-table thead {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
  }

  .specification-table tr {
    padding: 18px 0 10px;
    border-top: 1px solid rgba(16, 42, 70, .12);
  }

  .specification-table tbody th,
  .specification-table td {
    padding: 8px 0;
    border-top: 0;
  }

  .specification-table td {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 18px;
    text-align: right;
  }

  .specification-table td::before {
    content: attr(data-label);
    color: #7c8c94;
    font-size: 11px;
    font-weight: 750;
    letter-spacing: .04em;
  }

  .specification-options {
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
  }

  .specification-options li,
  .specification-options li:first-child,
  .specification-options li:nth-child(4) {
    padding: 18px 0;
    border-left: 0;
    border-bottom: 1px solid rgba(16, 42, 70, .09);
  }

  #product-specification,
  #product-contact {
    scroll-margin-top: 92px;
  }

  .product-related {
    padding: 84px 0 92px;
  }

  .product-related__grid {
    margin-top: 40px;
    grid-template-columns: minmax(0, 1fr);
    gap: 18px;
  }

  .product-related-card__body {
    min-height: 174px;
    padding: 23px 60px 25px 22px;
  }

  .product-related-card h3 {
    font-size: 21px;
  }

  .product-contact-cta {
    padding: 64px 0 72px;
  }

  .product-contact-cta__panel {
    padding: 36px 24px 38px;
    grid-template-columns: minmax(0, 1fr);
    gap: 28px;
  }

  .product-contact-cta__panel h2 {
    font-size: 30px;
  }

  .product-contact-cta__panel > a {
    width: 100%;
    min-height: 52px;
  }

  .product-reveal-ready .product-reveal[data-reveal="left"],
  .product-reveal-ready .product-reveal[data-reveal="right"] {
    transform: translateY(26px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .product-reveal-ready .product-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
