@font-face {
  font-family: "DD Nimbus";
  src: url("/assets/fonts/NimbusSans-Regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
}

@font-face {
  font-family: "DD Nimbus";
  src: url("/assets/fonts/NimbusSans-Bold.woff2") format("woff2");
  font-style: normal;
  font-weight: 650 900;
  font-display: swap;
}

@font-face {
  font-family: "DD Mono";
  src: url("/assets/fonts/NimbusMono-Regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
}

@font-face {
  font-family: "DD Mono";
  src: url("/assets/fonts/NimbusMono-Bold.woff2") format("woff2");
  font-style: normal;
  font-weight: 650 900;
  font-display: swap;
}

:root {
  color-scheme: dark;
  --ink: #f2f2ef;
  --muted: #92989e;
  --muted-strong: #bbc0c4;
  --surface: #060708;
  --panel: #0c0e11;
  --panel-soft: #111419;
  --line: rgba(255, 255, 255, 0.13);
  --line-soft: rgba(255, 255, 255, 0.075);
  --chrome: #d5d9dc;
  --red: #74151c;
  --shell: min(1480px, calc(100% - 80px));
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  scroll-behavior: smooth;
  background: var(--surface);
}

body {
  min-width: 0;
  min-height: 100%;
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background:
    radial-gradient(circle at 78% 6%, rgba(123, 132, 141, 0.1), transparent 26rem),
    var(--surface);
  font-family: "DD Nimbus", "Arial Nova", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body.is-lightbox-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
a {
  font: inherit;
}

button {
  color: inherit;
}

img {
  display: block;
  max-width: 100%;
}

::selection {
  color: #050607;
  background: #d7dade;
}

.product-shell {
  width: var(--shell);
  margin-inline: auto;
}

.product-header {
  position: relative;
  z-index: 20;
  height: 88px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 28px;
  border-bottom: 1px solid var(--line);
}

.product-brand {
  width: max-content;
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.product-brand img {
  width: 50px;
  height: 36px;
  object-fit: contain;
  filter:
    brightness(1.72)
    grayscale(1)
    drop-shadow(0 0 10px rgba(235, 239, 242, 0.22));
}

.product-brand-copy {
  display: flex;
  align-items: baseline;
  gap: 8px;
  line-height: 1;
}

.product-brand-copy strong {
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -0.055em;
}

.product-brand-copy small,
.product-header-nav,
.product-header-order,
.product-kicker,
.product-status,
.product-breadcrumbs,
.product-price small,
.product-variant legend,
.product-specs dt,
.product-section-label,
.product-footer,
.product-related-card span {
  font-family: "DD Mono", "Courier New", monospace;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}

.product-brand-copy small {
  color: var(--muted);
  font-size: 8px;
  letter-spacing: 0.28em;
}

.product-header-nav {
  display: flex;
  gap: 30px;
  color: var(--muted-strong);
  font-size: 10px;
}

.product-header-nav a,
.product-breadcrumbs a {
  transition: color 180ms ease;
}

.product-header-nav a:hover,
.product-header-nav a:focus-visible,
.product-breadcrumbs a:hover,
.product-breadcrumbs a:focus-visible {
  color: #fff;
}

.product-header-order {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 10px;
}

.product-header-order svg,
.product-order svg,
.product-back svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
}

.product-breadcrumbs {
  min-width: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 9px;
  padding-block: 25px 18px;
  color: #747b81;
  font-size: 9px;
}

.product-breadcrumbs span:last-child {
  max-width: min(56vw, 620px);
  overflow: hidden;
  color: #b7bcc0;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.product-detail {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(390px, 0.92fr);
  gap: clamp(46px, 6vw, 104px);
  align-items: start;
  padding-block: 20px clamp(92px, 10vw, 150px);
}

.product-gallery {
  min-width: 0;
}

.product-gallery-main {
  position: relative;
  width: 100%;
  min-height: min(72vh, 850px);
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: clamp(20px, 3vw, 46px);
  cursor: zoom-in;
  border: 1px solid var(--line);
  background:
    radial-gradient(circle at 50% 42%, #252a30 0, #111419 43%, #090b0e 76%),
    #090b0e;
  box-shadow:
    0 34px 80px rgba(0, 0, 0, 0.32),
    inset 0 1px rgba(255, 255, 255, 0.06);
}

.product-gallery-main::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(125deg, rgba(255, 255, 255, 0.07), transparent 19%, transparent 76%, rgba(255, 255, 255, 0.035)),
    repeating-linear-gradient(90deg, transparent 0 83px, rgba(255, 255, 255, 0.025) 84px);
}

.product-gallery-main img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: min(66vh, 760px);
  object-fit: contain;
  filter: saturate(0.82) contrast(1.05) brightness(0.96);
  transition:
    opacity 160ms ease,
    transform 500ms cubic-bezier(0.16, 0.84, 0.16, 1);
}

.product-gallery-main:hover img {
  transform: scale(1.012);
}

.product-gallery-index {
  position: absolute;
  z-index: 2;
  right: 19px;
  bottom: 17px;
  color: rgba(255, 255, 255, 0.6);
  font-family: "DD Mono", monospace;
  font-size: 9px;
  letter-spacing: 0.16em;
}

.product-thumbnails {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  margin-top: 12px;
}

.product-thumbnail {
  position: relative;
  min-width: 0;
  aspect-ratio: 1;
  overflow: hidden;
  padding: 0;
  cursor: pointer;
  border: 1px solid var(--line-soft);
  background: #0c0f12;
  opacity: 0.62;
  transition:
    opacity 180ms ease,
    border-color 180ms ease,
    transform 180ms ease;
}

.product-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-thumbnail:hover,
.product-thumbnail:focus-visible,
.product-thumbnail.is-active {
  opacity: 1;
  border-color: rgba(255, 255, 255, 0.42);
}

.product-thumbnail.is-active::after {
  content: "";
  position: absolute;
  right: 8px;
  bottom: 7px;
  left: 8px;
  height: 1px;
  background: #e6e8e9;
  box-shadow: 0 0 8px rgba(255, 255, 255, 0.65);
}

.product-summary {
  position: sticky;
  top: 28px;
  padding-top: clamp(8px, 2vw, 28px);
}

.product-kicker {
  margin: 0 0 22px;
  color: #858c92;
  font-size: 10px;
}

.product-summary h1 {
  max-width: 730px;
  margin: 0;
  font-size: clamp(46px, 5vw, 78px);
  font-weight: 800;
  line-height: 0.93;
  letter-spacing: -0.065em;
  text-wrap: balance;
}

.product-lead {
  max-width: 650px;
  margin: 28px 0 0;
  color: #c2c6c9;
  font-size: clamp(18px, 1.55vw, 22px);
  line-height: 1.45;
}

.product-description {
  max-width: 650px;
  margin: 18px 0 0;
  color: #8f969c;
  font-size: 15px;
  line-height: 1.72;
}

.product-price-row {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-top: 34px;
  padding-block: 24px;
  border-block: 1px solid var(--line);
}

.product-price {
  display: flex;
  align-items: baseline;
  gap: 13px;
}

.product-price strong {
  font-size: 31px;
  line-height: 1;
  letter-spacing: -0.045em;
}

.product-price del {
  color: #666d73;
  font-size: 16px;
}

.product-status {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #b5babd;
  font-size: 9px;
}

.product-status::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #aeb8b0;
  box-shadow: 0 0 10px rgba(202, 215, 205, 0.48);
}

.product-variant {
  min-width: 0;
  margin: 25px 0 0;
  padding: 0;
  border: 0;
}

.product-variant legend {
  margin-bottom: 11px;
  color: #7c8389;
  font-size: 9px;
}

.product-variant-options {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.product-variant-button {
  min-width: 72px;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 9px 15px;
  cursor: pointer;
  color: #989fa5;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.015);
  font-family: "DD Mono", monospace;
  font-size: 9px;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  transition:
    color 180ms ease,
    border-color 180ms ease,
    background 180ms ease;
}

.product-variant-button:hover,
.product-variant-button:focus-visible,
.product-variant-button.is-active {
  color: #f4f4f1;
  border-color: rgba(255, 255, 255, 0.46);
  background: rgba(255, 255, 255, 0.055);
}

.product-swatch {
  width: 10px;
  height: 10px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 50%;
  background: #111;
}

.product-swatch.is-white {
  background: #e6e6e2;
}

.product-order {
  width: 100%;
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 30px;
  padding: 16px 19px 16px 22px;
  overflow: hidden;
  color: #070809;
  background:
    linear-gradient(110deg, #a4a9ae, #f3f4f3 38%, #a5aaaf 66%, #e4e6e6),
    #d6d9db;
  font-weight: 800;
  letter-spacing: -0.015em;
  transition:
    transform 180ms ease,
    filter 180ms ease;
}

.product-order:hover,
.product-order:focus-visible {
  transform: translateY(-2px);
  filter: brightness(1.08);
}

.product-order-note {
  margin: 11px 0 0;
  color: #777e84;
  font-size: 12px;
}

.product-assurance {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 28px;
  border: 1px solid var(--line-soft);
}

.product-assurance div {
  min-width: 0;
  padding: 15px;
}

.product-assurance div + div {
  border-left: 1px solid var(--line-soft);
}

.product-assurance span {
  display: block;
  color: #d2d5d7;
  font-size: 13px;
}

.product-assurance small {
  display: block;
  margin-top: 4px;
  color: #70777d;
  font-size: 11px;
}

.product-information {
  padding-block: clamp(66px, 7vw, 104px);
  border-top: 1px solid var(--line);
}

.product-information-head {
  display: grid;
  grid-template-columns: 136px minmax(0, 1fr) minmax(270px, 0.62fr);
  gap: 28px;
  align-items: end;
  margin-bottom: clamp(42px, 5vw, 68px);
}

.product-section-label {
  margin: 0;
  color: #747b81;
  font-family: "DD Mono", monospace;
  font-size: 9px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.product-information h2,
.product-related h2 {
  max-width: 880px;
  margin: 0;
  font-size: clamp(38px, 4.4vw, 64px);
  font-weight: 800;
  line-height: 0.98;
  letter-spacing: -0.055em;
  text-wrap: balance;
}

.product-information-intro {
  max-width: 470px;
  margin: 0;
  color: #9ba1a6;
  font-size: 15px;
  line-height: 1.65;
}

.product-information-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.22fr) minmax(320px, 0.78fr);
  gap: clamp(42px, 6vw, 88px);
  align-items: start;
}

.product-story {
  border-top: 1px solid var(--line);
}

.product-story-item {
  border-bottom: 1px solid var(--line-soft);
}

.product-story-item > summary {
  position: relative;
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  gap: 26px;
  align-items: baseline;
  padding: 25px 0 16px;
  cursor: default;
  list-style: none;
  pointer-events: none;
}

.product-story-item > summary::-webkit-details-marker,
.product-technical > summary::-webkit-details-marker {
  display: none;
}

.product-story-item > summary span,
.product-technical > summary span {
  color: #70777d;
  font-family: "DD Mono", monospace;
  font-size: 8px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.product-story-item > summary strong {
  color: #d8dadb;
  font-size: clamp(23px, 2.15vw, 32px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.product-story-item > p {
  max-width: 700px;
  margin: 0 0 27px 138px;
  color: #989ea3;
  font-size: 15px;
  line-height: 1.68;
}

.product-technical {
  min-width: 0;
  border: 1px solid var(--line);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.025), transparent 42%),
    #0a0c0f;
}

.product-technical > summary {
  position: relative;
  padding: 23px 24px 20px;
  cursor: default;
  list-style: none;
  pointer-events: none;
  border-bottom: 1px solid var(--line-soft);
}

.product-technical > summary span {
  display: block;
}

.product-technical > summary strong {
  display: block;
  margin-top: 8px;
  color: #d8dadb;
  font-size: 23px;
  line-height: 1;
  letter-spacing: -0.03em;
}

.product-specs {
  margin: 0;
  padding: 4px 24px 13px;
}

.product-specs div {
  display: grid;
  grid-template-columns: minmax(96px, 0.72fr) minmax(0, 1.28fr);
  gap: 22px;
  padding-block: 15px;
  border-bottom: 1px solid var(--line-soft);
}

.product-specs div:last-child {
  border-bottom: 0;
}

.product-specs dt {
  color: #747b81;
  font-family: "DD Mono", monospace;
  font-size: 8px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.product-specs dd {
  min-width: 0;
  margin: 0;
  color: #c5c9cc;
  font-size: 14px;
}

.product-faq {
  padding-block: clamp(64px, 7vw, 98px);
  border-top: 1px solid var(--line);
}

.product-faq-grid {
  display: grid;
  grid-template-columns: minmax(230px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(52px, 7vw, 108px);
  align-items: start;
}

.product-faq-head {
  position: sticky;
  top: 28px;
}

.product-faq h2 {
  max-width: 420px;
  margin: 15px 0 0;
  font-size: clamp(38px, 4.1vw, 58px);
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.product-faq-list {
  border-top: 1px solid var(--line);
}

.product-faq details {
  border-bottom: 1px solid var(--line-soft);
}

.product-faq summary {
  position: relative;
  padding: 20px 48px 20px 0;
  cursor: pointer;
  color: #d0d3d5;
  font-size: 16px;
  list-style: none;
}

.product-faq summary::-webkit-details-marker {
  display: none;
}

.product-faq summary::after {
  content: "+";
  position: absolute;
  top: 18px;
  right: 4px;
  color: #899096;
  font-family: "DD Mono", monospace;
  font-size: 18px;
}

.product-faq details[open] summary::after {
  content: "−";
}

.product-faq details p {
  max-width: 760px;
  margin: -2px 0 20px;
  padding-right: 42px;
  color: #969ca1;
  font-size: 15px;
  line-height: 1.65;
}

.product-related {
  padding-block: clamp(75px, 8vw, 118px);
  border-top: 1px solid var(--line);
}

.product-related-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 38px;
}

.product-back {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #aeb3b7;
  font-size: 13px;
}

.product-related-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.product-related-card {
  min-width: 0;
  display: block;
  overflow: hidden;
  border: 1px solid var(--line-soft);
  background: #090b0e;
  transition:
    transform 220ms ease,
    border-color 220ms ease;
}

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

.product-related-card img {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: contain;
  object-position: center;
  background:
    radial-gradient(circle at 50% 48%, #1b1f24 0, #0d1013 62%, #080a0c 100%);
  filter: saturate(0.72) brightness(0.86);
}

.product-related-card div {
  padding: 17px;
}

.product-related-card span {
  color: #6f767c;
  font-size: 8px;
}

.product-related-card strong {
  display: block;
  margin-top: 7px;
  font-size: 17px;
  line-height: 1.08;
}

.product-footer {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 24px;
  align-items: center;
  min-height: 105px;
  color: #747b81;
  border-top: 1px solid var(--line);
  font-size: 8px;
}

.product-footer a:last-child {
  justify-self: end;
}

.product-mobile-order {
  display: none;
}

.product-lightbox {
  position: fixed;
  z-index: 100;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 34px;
  background: rgba(2, 3, 4, 0.97);
}

.product-lightbox[hidden] {
  display: none;
}

.product-lightbox img {
  width: auto;
  max-width: min(92vw, 1500px);
  height: auto;
  max-height: 90vh;
  cursor: zoom-out;
  object-fit: contain;
}

.product-lightbox-close {
  position: absolute;
  z-index: 2;
  top: 24px;
  right: 24px;
  width: 44px;
  height: 44px;
  cursor: pointer;
  color: #e7e8e7;
  border: 1px solid var(--line);
  background: #0b0d10;
  font-family: "DD Mono", monospace;
  font-size: 19px;
}

@media (max-width: 980px) {
  :root {
    --shell: min(100% - 40px, 760px);
  }

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

  .product-header-nav {
    display: none;
  }

  .product-detail {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .product-summary {
    position: static;
    padding-top: 0;
  }

  .product-gallery-main {
    min-height: 0;
    aspect-ratio: 1 / 1.08;
  }

  .product-gallery-main img {
    height: 100%;
    max-height: none;
  }

  .product-information-head {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .product-information-intro {
    max-width: 580px;
  }

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

  .product-technical {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }

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

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

@media (max-width: 620px) {
  :root {
    --shell: calc(100% - 24px);
  }

  body {
    padding-bottom: calc(78px + env(safe-area-inset-bottom));
  }

  .product-header {
    height: 72px;
  }

  .product-brand img {
    width: 43px;
    height: 31px;
  }

  .product-brand-copy strong {
    font-size: 17px;
  }

  .product-header-order {
    display: none;
  }

  .product-breadcrumbs {
    padding-block: 18px 12px;
  }

  .product-breadcrumbs span:nth-last-child(2),
  .product-breadcrumbs span:last-child {
    display: none;
  }

  .product-detail {
    gap: 30px;
    padding-block: 8px 80px;
  }

  .product-gallery-main {
    aspect-ratio: 0.92 / 1;
    padding: 12px;
  }

  .product-gallery-main::before {
    background:
      linear-gradient(125deg, rgba(255, 255, 255, 0.06), transparent 24%),
      #0b0e11;
  }

  .product-gallery-main:hover img {
    transform: none;
  }

  .product-thumbnails {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding-bottom: 4px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .product-thumbnails::-webkit-scrollbar {
    display: none;
  }

  .product-thumbnail {
    flex: 0 0 72px;
    scroll-snap-align: start;
  }

  .product-summary h1 {
    font-size: clamp(43px, 13.4vw, 59px);
  }

  .product-lead {
    margin-top: 22px;
    font-size: 17px;
  }

  .product-price-row {
    margin-top: 26px;
  }

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

  .product-assurance div + div {
    border-top: 1px solid var(--line-soft);
    border-left: 0;
  }

  .product-information,
  .product-faq,
  .product-related {
    padding-block: 72px;
  }

  .product-information h2,
  .product-related h2 {
    font-size: 44px;
  }

  .product-technical {
    grid-template-columns: 1fr;
    gap: 26px;
  }

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

  .product-related-grid {
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }

  .product-related-card img {
    aspect-ratio: 3 / 2;
  }

  .product-related-card div {
    padding: 13px;
  }

  .product-related-card strong {
    font-size: 14px;
  }

  .product-footer {
    min-height: 92px;
    grid-template-columns: 1fr auto;
  }

  .product-footer span {
    display: none;
  }

  .product-mobile-order {
    position: fixed;
    z-index: 70;
    right: 12px;
    bottom: max(10px, env(safe-area-inset-bottom));
    left: 12px;
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 10px 11px 10px 17px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    background: rgba(7, 9, 11, 0.97);
    box-shadow: 0 20px 42px rgba(0, 0, 0, 0.48);
  }

  .product-mobile-order strong {
    font-size: 20px;
  }

  .product-mobile-order a {
    min-height: 40px;
    display: inline-flex;
    align-items: center;
    padding-inline: 18px;
    color: #08090a;
    background: #d9dcdd;
    font-weight: 800;
  }

  .product-lightbox {
    padding: 12px;
  }

  .product-lightbox img {
    max-width: 100%;
    max-height: 86vh;
  }
}

@media (max-width: 980px) {
  .product-information-head {
    grid-template-columns: 110px minmax(0, 1fr);
    gap: 18px 24px;
    align-items: start;
  }

  .product-information-head .product-section-label {
    grid-row: 1 / span 2;
  }

  .product-information-intro {
    grid-column: 2;
    max-width: 620px;
  }

  .product-information-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .product-technical {
    display: block;
  }

  .product-faq-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .product-faq-head {
    position: static;
  }
}

@media (max-width: 620px) {
  .product-information,
  .product-faq {
    padding-block: 56px;
  }

  .product-information-head {
    grid-template-columns: 1fr;
    gap: 11px;
    margin-bottom: 26px;
  }

  .product-information-head .product-section-label,
  .product-information-intro {
    grid-column: auto;
    grid-row: auto;
  }

  .product-information h2 {
    font-size: clamp(36px, 10.8vw, 44px);
  }

  .product-information-intro {
    margin-top: 3px;
    font-size: 14px;
    line-height: 1.6;
  }

  .product-information-grid {
    gap: 8px;
  }

  .product-story {
    display: grid;
    gap: 8px;
    border-top: 0;
  }

  .product-story-item,
  .product-technical {
    border: 1px solid var(--line-soft);
    background:
      linear-gradient(145deg, rgba(255, 255, 255, 0.022), transparent 48%),
      #090b0e;
  }

  .product-story-item > summary,
  .product-technical > summary {
    display: block;
    min-height: 66px;
    padding: 16px 48px 16px 16px;
    cursor: pointer;
    pointer-events: auto;
    border-bottom: 0;
  }

  .product-story-item > summary::after,
  .product-technical > summary::after {
    content: "+";
    position: absolute;
    top: 21px;
    right: 17px;
    color: #8b9297;
    font-family: "DD Mono", monospace;
    font-size: 18px;
    font-weight: 400;
  }

  .product-story-item[open] > summary::after,
  .product-technical[open] > summary::after {
    content: "−";
  }

  .product-story-item[open] > summary,
  .product-technical[open] > summary {
    border-bottom: 1px solid var(--line-soft);
  }

  .product-story-item > summary span,
  .product-technical > summary span {
    display: block;
    margin-bottom: 7px;
  }

  .product-story-item > summary strong {
    display: block;
    font-size: 19px;
    line-height: 1.12;
  }

  .product-story-item > p {
    margin: 0;
    padding: 15px 16px 18px;
    font-size: 14px;
    line-height: 1.62;
  }

  .product-technical > summary strong {
    margin-top: 7px;
    font-size: 20px;
  }

  .product-specs {
    padding: 2px 16px 12px;
  }

  .product-specs div {
    grid-template-columns: minmax(82px, 0.72fr) minmax(0, 1.28fr);
    gap: 16px;
    padding-block: 13px;
  }

  .product-faq-grid {
    gap: 24px;
  }

  .product-faq h2 {
    margin-top: 11px;
    font-size: 39px;
  }

  .product-faq summary {
    padding-block: 18px;
    font-size: 15px;
  }

  .product-faq details p {
    margin-bottom: 18px;
    padding-right: 30px;
    font-size: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}