.products-page .site-header {
  position: sticky;
  top: 0;
  background: rgba(9, 11, 12, 0.96);
  backdrop-filter: blur(14px);
}

.products-page .site-header nav a[aria-current="page"] {
  color: var(--red);
}

.products-hero {
  max-width: var(--max);
  min-height: 470px;
  margin: 0 auto;
  padding: 76px 38px 0;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  text-align: center;
}

.products-hero-copy {
  position: relative;
  z-index: 1;
  max-width: 940px;
  margin: 0 auto;
}

.products-hero h1 {
  margin: 14px 0 24px;
  font: normal clamp(48px, 5vw, 72px)/1.02 'Libre Caslon Display', Georgia, serif;
  letter-spacing: -0.025em;
}

.products-hero-copy > p:last-child {
  max-width: 660px;
  margin: 0 auto;
  color: #c0bfbb;
  font-size: 18px;
}

.products-signal {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 28px;
  height: 140px;
  opacity: 0.42;
  background: repeating-linear-gradient(90deg, transparent 0 8px, #e62a3e 9px 10px);
  clip-path: polygon(0 54%,4% 62%,8% 39%,12% 70%,16% 33%,20% 66%,24% 46%,28% 74%,32% 31%,36% 60%,40% 42%,44% 68%,48% 37%,52% 63%,56% 44%,60% 59%,64% 48%,68% 57%,72% 46%,76% 55%,80% 49%,84% 53%,88% 48%,92% 52%,96% 49%,100% 50%,100% 52%,0 52%);
  mask-image: linear-gradient(90deg, transparent, #000 9%, #000 78%, transparent);
}

.product-stack {
  max-width: var(--max);
  margin: 0 auto;
}

.product-section {
  scroll-margin-top: 82px;
  padding: 94px 42px 112px;
  border-bottom: 1px solid var(--line);
}

.product-heading {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

.product-index,
.panel-label {
  margin: 0 0 14px;
  color: var(--red);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.product-heading h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin: 0;
  font: normal clamp(42px, 4.4vw, 62px)/1 'Libre Caslon Display', Georgia, serif;
  letter-spacing: 0.01em;
}

.product-heading h2 img {
  width: 48px;
  height: 48px;
  flex: 0 0 auto;
}

.product-heading h2 span {
  color: var(--ink);
}

.product-type {
  margin: 13px 0 0;
  color: #d0cec9;
  font-size: 18px;
}

.product-media {
  width: min(1180px, 100%);
  margin: 44px auto 0;
}

.product-video-frame {
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #000;
  border: 1px solid #45494c;
  box-shadow: 0 32px 72px rgba(0, 0, 0, 0.48);
}

.product-video-frame video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #000;
}

.product-media figcaption {
  margin-top: 12px;
  color: #858584;
  font-size: 12px;
  text-align: center;
}

.product-story {
  max-width: 900px;
  margin: 48px auto 0;
  text-align: center;
}

.product-story h3,
.product-details h3,
.ai-standard h2 {
  margin: 0;
  font: normal 38px/1.12 'Libre Caslon Display', Georgia, serif;
  letter-spacing: -0.015em;
}

.product-story p {
  max-width: 780px;
  margin: 22px auto 0;
  color: var(--muted);
  font-size: 16px;
}

.product-details {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  max-width: 1060px;
  margin: 54px auto 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.product-details > section {
  padding: 34px 42px 38px 0;
}

.product-details > section + section {
  padding-right: 0;
  padding-left: 42px;
  border-left: 1px solid var(--line);
}

.product-details h3 {
  font-size: 28px;
}

.product-details section > p:not(.panel-label):not(.product-format) {
  margin: 17px 0 0;
  color: var(--muted);
  font-size: 14px;
}

.feature-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 22px;
  margin: 17px 0 0;
  padding: 0;
  list-style: none;
}

.feature-list li {
  position: relative;
  padding: 10px 0 10px 17px;
  border-bottom: 1px solid #24272a;
  color: #c7c5c0;
  font-size: 13px;
}

.feature-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  width: 7px;
  height: 1px;
  background: var(--red);
}

.product-format {
  margin: 18px 0 0;
  color: #777a7c;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ai-standard {
  max-width: var(--max);
  min-height: 510px;
  margin: 0 auto;
  padding: 108px 42px;
  display: grid;
  place-items: center;
  border-bottom: 1px solid var(--line);
  background: radial-gradient(circle at 50% 50%, rgba(239, 38, 56, 0.075), transparent 55%);
  text-align: center;
}

.ai-standard-copy {
  max-width: 850px;
}

.ai-standard h2 {
  margin-top: 18px;
  font-size: clamp(42px, 4.5vw, 62px);
}

.ai-standard p:not(.label) {
  max-width: 760px;
  margin: 24px auto 0;
  color: var(--muted);
  font-size: 16px;
}

@media (max-width: 900px) {
  .products-page .site-header {
    z-index: 10;
  }

  .products-hero {
    min-height: 420px;
    padding: 66px 24px 0;
  }

  .product-section {
    padding: 82px 24px 92px;
  }

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

  .product-details > section,
  .product-details > section + section {
    padding: 30px 0;
    border-left: 0;
  }

  .product-details > section + section {
    border-top: 1px solid var(--line);
  }
}

@media (max-width: 560px) {
  .products-hero {
    min-height: 385px;
    padding: 54px 18px 0;
  }

  .products-hero h1 {
    font-size: 43px;
  }

  .products-hero-copy > p:last-child {
    font-size: 16px;
  }

  .products-signal {
    bottom: 18px;
    height: 105px;
  }

  .product-section {
    padding: 68px 16px 78px;
  }

  .product-heading h2 {
    gap: 10px;
    font-size: 34px;
  }

  .product-heading h2 img {
    width: 32px;
    height: 32px;
  }

  .product-type {
    font-size: 15px;
  }

  .product-media {
    margin-top: 31px;
  }

  .product-media figcaption {
    padding: 0 10px;
  }

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

  .product-story h3 {
    font-size: 31px;
  }

  .product-story p {
    font-size: 15px;
  }

  .product-details {
    margin-top: 42px;
  }

  .product-details h3 {
    font-size: 26px;
  }

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

  .ai-standard {
    min-height: 0;
    padding: 82px 20px;
  }

  .ai-standard h2 {
    font-size: 38px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .products-page .site-header {
    backdrop-filter: none;
  }
}
