/* Version-specific presentation for the saved purple-planet page. */
.product-media--live.has-promo-video {
  isolation: isolate;
  background:
    radial-gradient(circle at 50% 50%, rgba(61, 81, 149, .48), rgba(4, 7, 22, .94) 68%),
    url("starfield-blue.jpg") center / cover;
}

.product-live-video {
  position: absolute;
  z-index: 1;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  background: rgba(2, 5, 18, .72);
  filter: saturate(1.04) contrast(1.02);
}

.product-live-video[data-background-video] {
  pointer-events: none;
  user-select: none;
  -webkit-user-drag: none;
}

.product-media--live.has-promo-video::before,
.product-media--live.has-promo-video::after {
  content: "";
  position: absolute;
  z-index: 2;
  right: 0;
  left: 0;
  height: 13%;
  pointer-events: none;
}

.product-media--live.has-promo-video::before {
  top: 0;
  background: linear-gradient(180deg, rgba(3, 6, 20, .48), transparent);
}

.product-media--live.has-promo-video::after {
  bottom: 0;
  background: linear-gradient(0deg, rgba(3, 6, 20, .38), transparent);
}

.product-media--live.has-promo-video .media-chip {
  z-index: 3;
  border-color: rgba(228, 238, 255, .68);
  background: rgba(4, 8, 26, .46);
  color: #f2f6ff;
  backdrop-filter: blur(10px);
}

@media (max-width: 760px) {
  .product-media--live.has-promo-video {
    min-height: 360px;
  }
}

/* Drag-to-explore industry scene carousel. */
.solution-carousel {
  --solution-card-width: min(58vw, 920px);
  width: 100vw;
  margin-left: calc(50% - 50vw);
  overflow: hidden;
}

.solution-carousel__viewport {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  cursor: grab;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  touch-action: pan-y;
  overscroll-behavior-x: contain;
}

.solution-carousel__viewport::-webkit-scrollbar { display: none; }
.solution-carousel__viewport.is-dragging { cursor: grabbing; scroll-snap-type: none; scroll-behavior: auto; }

.solution-carousel__track {
  width: max-content;
  padding-inline: max(var(--gutter), calc((100vw - var(--solution-card-width)) / 2));
  display: flex;
  align-items: center;
  gap: clamp(18px, 2vw, 30px);
}

.solution-slide {
  position: relative;
  flex: 0 0 var(--solution-card-width);
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 4px;
  background: #111729;
  opacity: .52;
  scroll-snap-align: center;
  scroll-snap-stop: always;
  transform: scale(.8);
  transition: opacity .42s var(--ease), transform .52s var(--ease);
}

.solution-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(2, 5, 15, .02) 38%, rgba(2, 5, 15, .92) 100%);
}

.solution-slide.is-active { opacity: 1; transform: scale(1); }

.solution-slide img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  user-select: none;
  filter: saturate(.78) contrast(1.04);
  transform: scale(1.015);
  transition: filter .48s ease, transform .72s var(--ease);
}

.solution-slide.is-active img { filter: saturate(1) contrast(1.02); transform: scale(1); }

.solution-slide__copy {
  position: absolute;
  z-index: 2;
  right: clamp(24px, 3.8vw, 58px);
  bottom: clamp(24px, 3.8vw, 54px);
  left: clamp(24px, 3.8vw, 58px);
  max-width: 660px;
  color: #f3f6fb;
}

.solution-slide__copy > span {
  display: block;
  margin-bottom: 10px;
  color: rgba(220, 230, 248, .62);
  font-size: 11px;
  font-weight: 650;
  letter-spacing: .14em;
}

.solution-slide__copy h3 {
  font-size: clamp(26px, 3.2vw, 48px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -.04em;
}

.solution-slide__copy p {
  max-width: 54ch;
  margin-top: 10px;
  color: rgba(226, 234, 247, .78);
  font-size: clamp(13px, 1vw, 15px);
}

.solution-slide__copy a {
  min-height: 44px;
  margin-top: 18px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  font-weight: 650;
}

.solution-slide__copy a b { font-size: 18px; transition: transform .2s ease; }
.solution-slide__copy a:hover b { transform: translateX(4px); }

.solution-carousel__controls {
  width: var(--solution-card-width);
  margin: clamp(20px, 2.3vw, 34px) auto 0;
  display: grid;
  grid-template-columns: minmax(180px, 1fr) auto;
  align-items: center;
  gap: 22px;
}

.solution-carousel__progress { display: flex; align-items: center; gap: 0; }
.solution-carousel__progress button {
  position: relative;
  width: 100%;
  height: 44px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.solution-carousel__progress button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  height: 2px;
  background: rgba(207, 219, 243, .22);
  transform: translateY(-50%);
  transition: background .24s ease;
}
.solution-carousel__progress button.is-active::after { background: #f2f6ff; }
.solution-carousel__count { color: rgba(222, 232, 248, .7); font-size: 11px; letter-spacing: .12em; }
.solution-carousel__hint { width: var(--solution-card-width); margin: 4px auto 0; color: rgba(196, 209, 231, .52); font-size: 10px; letter-spacing: .05em; }

@media (max-width: 860px) {
  .solution-carousel { --solution-card-width: 68vw; }
}

@media (max-width: 560px) {
  .solution-carousel { --solution-card-width: 78vw; }
  .solution-slide { aspect-ratio: 4 / 5; }
  .solution-slide__copy p { font-size: 13px; }
  .solution-carousel__controls { grid-template-columns: minmax(100px, 1fr); gap: 14px; }
  .solution-carousel__count { display: none; }
  .solution-carousel__hint { margin-top: 7px; }
}

/* Full-bleed editorial product chapters. */
.products {
  padding-block: 0;
  background: #fff;
}

.products > .shell {
  width: 100%;
  max-width: none;
  padding-inline: 0;
}

.products-hero {
  position: relative;
  --hero-pointer-x: 0px;
  --hero-pointer-y: 0px;
  --hero-scroll-y: 0px;
  width: 100%;
  height: clamp(420px, 56.25vw, 900px);
  margin: 0;
  overflow: hidden;
  background: #fff;
  isolation: isolate;
}

.products-hero::after {
  display: none;
}

.products-hero img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: 50% 50%;
  transform: translate3d(
    var(--hero-pointer-x),
    calc(var(--hero-pointer-y) + var(--hero-scroll-y)),
    0
  ) scale(1.055);
  transform-origin: 50% 50%;
  transition: transform 360ms cubic-bezier(.2, .75, .25, 1);
  will-change: transform;
}

.products-hero::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 47%, transparent 30%, rgb(255 255 255 / 10%) 68%, rgb(255 255 255 / 28%) 100%),
    linear-gradient(90deg, rgb(255 255 255 / 12%), transparent 23%, transparent 77%, rgb(255 255 255 / 12%));
}

.products-hero__copy {
  position: absolute;
  z-index: 2;
  inset: 0;
  pointer-events: none;
}

.products-hero__copy strong {
  position: absolute;
  top: 45.5%;
  display: block;
  margin: 0;
  color: #050505;
  font-family: var(--font-display, "PingFang SC", "Microsoft YaHei", sans-serif);
  font-size: 98px;
  font-weight: 900;
  line-height: .94;
  letter-spacing: -.075em;
  white-space: normal;
  transform: translateY(-50%);
  perspective: 700px;
  transform-style: preserve-3d;
  filter: none;
}

.products-hero__signal-base {
  position: relative;
  z-index: 2;
  display: block;
}

.products-hero__signal-char {
  position: relative;
  display: inline-block;
  transform-origin: 50% 62%;
  opacity: 1;
}

.products-hero__signal-char::before,
.products-hero__signal-char::after {
  content: attr(data-char);
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0;
  mix-blend-mode: multiply;
}

.products-hero__signal-char::before {
  color: #00cffa;
  clip-path: inset(0 0 48% 0);
}

.products-hero__signal-char::after {
  color: #ff287f;
  clip-path: inset(48% 0 0 0);
}

.products-hero__signal-ghost,
.products-hero__signal-glint {
  position: absolute;
  z-index: 1;
  inset: 0;
  display: block;
  pointer-events: none;
  opacity: 0;
}

.products-hero__signal-ghost--cyan {
  color: #00d8ff;
  mix-blend-mode: multiply;
}

.products-hero__signal-ghost--magenta {
  color: #ff1d81;
  mix-blend-mode: multiply;
}

.products-hero__signal-glint {
  z-index: 3;
  color: transparent;
  background: linear-gradient(98deg, #26d9ff 0%, #8579ff 28%, #ea84ff 52%, #ffb87a 74%, #5ceac9 100%);
  background-clip: text;
  -webkit-background-clip: text;
  filter: drop-shadow(0 0 4px rgb(80 198 255 / 26%));
  -webkit-mask-image: linear-gradient(106deg, transparent 0%, #000 42%, #000 58%, transparent 100%);
  mask-image: linear-gradient(106deg, transparent 0%, #000 42%, #000 58%, transparent 100%);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 46% 220%;
  mask-size: 46% 220%;
}

.products-hero__copy strong::after {
  content: "";
  position: absolute;
  z-index: 4;
  left: -5%;
  top: 52%;
  width: 110%;
  height: 1px;
  pointer-events: none;
  opacity: 0;
  background: linear-gradient(90deg, transparent, rgb(0 207 250 / 62%) 30%, rgb(255 40 127 / 56%) 56%, transparent 100%);
  box-shadow: 0 0 8px rgb(0 207 250 / 34%);
  transform: scaleX(0);
  transform-origin: 0 50%;
}

.products-hero.is-signal-active .products-hero__copy strong {
  animation: products-signal-lock 1.45s cubic-bezier(.16, .8, .2, 1) both;
}

.products-hero.is-signal-active .products-hero__signal-char {
  animation: products-glyph-in 1.02s cubic-bezier(.16, .91, .21, 1.05) calc(var(--char-index) * 42ms + 40ms) both;
}

.products-hero.is-signal-active .products-hero__signal-char::before {
  animation: products-shard-top .76s steps(2, end) calc(var(--char-index) * 42ms + 40ms) both;
}

.products-hero.is-signal-active .products-hero__signal-char::after {
  animation: products-shard-bottom .8s steps(2, end) calc(var(--char-index) * 42ms + 60ms) both;
}

.products-hero.is-signal-active .products-hero__signal-ghost--cyan {
  animation: products-chroma-cyan 1.18s steps(2, end) 30ms both;
}

.products-hero.is-signal-active .products-hero__signal-ghost--magenta {
  animation: products-chroma-magenta 1.18s steps(2, end) 50ms both;
}

.products-hero.is-signal-active .products-hero__signal-glint {
  animation: products-glint-pass 1.45s linear 1.05s both;
}

.products-hero.is-signal-active .products-hero__copy strong::after {
  animation: products-optical-sweep 1.15s cubic-bezier(.25, .7, .26, 1) .14s both;
}

@keyframes products-signal-lock {
  0% { filter: blur(7px); }
  8% { transform: translate3d(-7px, -50%, 0) skewX(2deg); filter: blur(3px); }
  14% { transform: translate3d(8px, -50%, 0) skewX(-1deg); filter: blur(5px); }
  28% { transform: translate3d(-2px, -50%, 0); filter: blur(1px); }
  48% { transform: translate3d(1px, -50%, 0); filter: blur(.2px); }
  75%, 100% { transform: translate3d(0, -50%, 0); filter: none; }
}

@keyframes products-glyph-in {
  0% {
    opacity: 0;
    filter: blur(10px);
    transform: translate3d(var(--char-x), var(--char-y), -110px) scaleX(.55) rotateX(42deg);
  }
  46% {
    opacity: .9;
    filter: blur(1.5px);
    transform: translate3d(0, -2px, 15px) scaleX(1.1) rotateX(-4deg);
  }
  76% { opacity: 1; filter: none; transform: translate3d(0, 1px, -2px) scaleX(.98); }
  100% { opacity: 1; filter: none; transform: none; }
}

@keyframes products-shard-top {
  0% { opacity: 0; transform: translate3d(-18px, -12px, 0) skewX(-8deg) scaleX(1.16); }
  24% { opacity: .7; }
  56% { opacity: .18; transform: translate3d(7px, 4px, 0) skewX(5deg); }
  78% { opacity: .5; transform: translate3d(2px, -1px, 0); }
  100% { opacity: 0; transform: none; }
}

@keyframes products-shard-bottom {
  0% { opacity: 0; transform: translate3d(18px, 13px, 0) skewX(8deg) scaleX(.88); }
  22% { opacity: .66; }
  55% { opacity: .16; transform: translate3d(-7px, -4px, 0) skewX(-5deg); }
  80% { opacity: .46; transform: translate3d(-2px, 1px, 0); }
  100% { opacity: 0; transform: none; }
}

@keyframes products-chroma-cyan {
  0% { opacity: 0; transform: translateX(-16px); }
  10% { opacity: .52; }
  24% { opacity: .12; transform: translateX(8px); }
  42% { opacity: .34; transform: translateX(-4px); }
  72%, 100% { opacity: 0; transform: none; }
}

@keyframes products-chroma-magenta {
  0% { opacity: 0; transform: translateX(16px); }
  10% { opacity: .48; }
  24% { opacity: .1; transform: translateX(-8px); }
  42% { opacity: .3; transform: translateX(4px); }
  72%, 100% { opacity: 0; transform: none; }
}

@keyframes products-glint-pass {
  0% { opacity: 0; -webkit-mask-position: -120% 50%; mask-position: -120% 50%; }
  12% { opacity: .28; }
  38% { opacity: .74; }
  68% { opacity: .48; }
  100% { opacity: 0; -webkit-mask-position: 220% 50%; mask-position: 220% 50%; }
}

@keyframes products-optical-sweep {
  0% { opacity: 0; transform: scaleX(0); }
  18% { opacity: .76; }
  58% { opacity: .58; transform: scaleX(1); }
  100% { opacity: 0; transform: scaleX(1); }
}

.products-hero__copy-left {
  right: auto;
  left: 2%;
  width: 33%;
  text-align: left;
}

.products-hero__copy strong.products-hero__copy-right {
  right: 1.8%;
  left: auto;
  width: auto;
  text-align: right;
  white-space: nowrap;
  letter-spacing: -.21em;
}

.products > .shell > .experience {
  padding-top: clamp(40px, 5vw, 76px);
  padding-bottom: clamp(72px, 7vw, 112px);
}

.product-chapter-intro {
  position: relative;
  display: block;
  padding: clamp(72px, 8vw, 132px) var(--gutter) clamp(20px, 2.2vw, 36px);
  overflow: hidden;
  border: 0;
  background: #fff;
  color: var(--text-dark);
}

.product-chapter-intro::after {
  display: none;
}

.product-chapter-intro h2 {
  width: min(42vw, 640px);
  max-width: none;
  margin: 0 auto 0 0;
  font-size: clamp(42px, 5.2vw, 82px);
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: -.045em;
}

.nova-editorial-story {
  width: min(100%, 1440px);
  margin-inline: auto;
  padding: clamp(12px, 1.4vw, 24px) clamp(32px, 4.5vw, 80px) clamp(76px, 7vw, 120px);
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, .82fr);
  grid-template-rows: auto auto;
  column-gap: clamp(44px, 5.2vw, 96px);
  row-gap: clamp(20px, 2.4vw, 36px);
  align-content: start;
  overflow: visible;
  border: 0;
  background: #fff;
}

.nova-editorial-story__media {
  position: relative;
  min-width: 0;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  background: #fff;
}

.nova-editorial-story__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform .8s var(--ease);
}

.nova-editorial-story__media--main {
  min-height: 0;
  aspect-ratio: auto;
  grid-row: 1 / 3;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  overflow: visible;
}

.nova-editorial-story__media--main img {
  flex: 0 0 auto;
  height: auto;
  aspect-ratio: 1484 / 1060;
  object-fit: contain;
  object-position: 50% 50%;
}

.nova-editorial-story__tech-specs {
  flex: 1 1 auto;
  min-height: clamp(240px, 22vw, 390px);
  padding: clamp(38px, 4.5vw, 72px) clamp(4px, .8vw, 14px) clamp(18px, 2.2vw, 36px);
  display: flex;
  align-items: flex-start;
  background: #fff;
  color: var(--text-dark);
}

.nova-editorial-story__tech-specs dl {
  width: 100%;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(28px, 3vw, 48px) clamp(22px, 2.6vw, 42px);
}

.nova-editorial-story__tech-specs div {
  min-width: 0;
}

.nova-editorial-story__tech-specs dt {
  margin-bottom: 8px;
  color: #778291;
  font-family: "Inter", sans-serif;
  font-size: 10px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: .12em;
}

.nova-editorial-story__tech-specs dd {
  color: #11151b;
  font-size: clamp(13px, 1vw, 15px);
  font-weight: 650;
  line-height: 1.35;
}

.nova-editorial-story__media--detail {
  min-height: clamp(260px, 22vw, 340px);
  grid-column: 2;
  grid-row: 2;
  margin-left: clamp(-56px, -4vw, -24px);
  border: 0;
}

.nova-editorial-story__media--detail.is-empty {
  background: #f7f8fa;
}

.nova-editorial-story__media--detail img {
  object-position: 50% 50%;
}

.nova-editorial-story__media:hover img {
  transform: scale(1.025);
}

.products .product-copy.nova-editorial-story__copy {
  min-height: 0;
  padding: 0;
  justify-content: flex-start;
  align-self: start;
  border: 0;
  background: #fff;
}

.products .nova-editorial-story__copy .product-line {
  max-width: 12ch;
  margin: 0 0 24px;
  color: var(--text-dark);
  font-size: clamp(30px, 3vw, 46px);
  font-weight: 560;
  line-height: 1.08;
  letter-spacing: -.045em;
}

.products .nova-editorial-story__copy > p:not(.product-line) {
  margin-top: 0;
  font-size: clamp(15px, 1.08vw, 17px);
}

.products .nova-editorial-story__copy .product-specs {
  margin-block: 28px 32px;
  gap: 18px 32px;
}

.products .product-story {
  width: 100%;
  min-height: clamp(640px, 48vw, 820px);
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  border: 0;
  border-radius: 0;
}

.products .product-story + .product-story {
  margin-top: 0;
}

.products .product-story--light {
  border-top: 1px solid #d7dde5;
  border-bottom: 1px solid #d7dde5;
  background: #f6f7f9;
}

.products .product-story--dark {
  border-bottom: 1px solid rgba(174, 202, 255, .16);
  background:
    linear-gradient(112deg, rgba(5, 8, 24, .96), rgba(9, 15, 42, .84)),
    url("starfield-blue.jpg") center / cover;
}

.products .product-story--video-only {
  width: 100%;
  min-height: 0;
  aspect-ratio: 16 / 9;
  display: block;
  overflow: hidden;
  border: 0;
  background: #02040c;
}

.products .product-story--video-only .product-media {
  width: 100%;
  height: 100%;
  min-height: 0;
}

.products .product-story--video-only .product-live-video {
  object-fit: cover;
  object-position: center;
}

.product-video-title {
  position: absolute;
  z-index: 4;
  top: clamp(28px, 4.4vw, 72px);
  left: clamp(28px, 5vw, 84px);
  margin: 0;
  color: rgba(247, 249, 255, .96);
  font-size: clamp(30px, 4.2vw, 68px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -.045em;
  white-space: nowrap;
  pointer-events: none;
  text-shadow: 0 3px 28px rgba(0, 0, 0, .62);
}

.products .product-media,
.products .product-copy {
  min-height: clamp(640px, 48vw, 820px);
}

.products .product-media {
  border-radius: 0;
}

.products .product-media--glasses {
  background:
    radial-gradient(circle at 50% 52%, rgba(255, 255, 255, .92) 0 29%, rgba(236, 241, 247, .72) 30% 54%, transparent 55%),
    #e7ecf2;
}

.products .product-media--glasses::before {
  width: min(68%, 600px);
  border-color: rgba(128, 148, 173, .28);
  box-shadow:
    0 0 0 clamp(70px, 8vw, 140px) rgba(255, 255, 255, .22),
    0 34px 90px rgba(38, 51, 67, .12);
}

.products .product-copy {
  padding: clamp(64px, 7.4vw, 136px);
}

.products .product-copy h3 {
  max-width: 580px;
  font-size: clamp(38px, 3.8vw, 62px);
  line-height: 1.08;
}

.products .product-copy > p:not(.product-line) {
  max-width: 48ch;
  margin-top: 26px;
  font-size: clamp(14px, 1.08vw, 17px);
  line-height: 1.9;
}

.products .product-line {
  margin-bottom: 22px;
  font-size: 12px;
  letter-spacing: .14em;
}

.products .product-specs {
  max-width: 560px;
  margin-block: 46px;
  gap: 28px 52px;
}

.products .feature-list {
  max-width: 620px;
  margin-block: 42px;
}

.products .feature-list li {
  min-height: 54px;
  padding-block: 15px;
  font-size: 14px;
}

.products .media-chip {
  top: clamp(28px, 3vw, 46px);
  left: clamp(28px, 3vw, 46px);
  min-height: 40px;
  padding: 9px 17px;
  z-index: 6;
}

.products .glasses-viewer__reset {
  top: clamp(28px, 3vw, 46px);
  right: clamp(28px, 3vw, 46px);
  width: 48px;
  height: 48px;
}

.products .glasses-viewer__hint {
  right: clamp(28px, 3vw, 46px);
  bottom: clamp(24px, 2.8vw, 42px);
}

.products .glasses-viewer__status {
  bottom: clamp(24px, 2.8vw, 42px);
  left: clamp(28px, 3vw, 46px);
}

.products .product-live-video {
  object-fit: cover;
  object-position: center center;
}

@media (max-width: 860px) {
  .product-chapter-intro {
    padding-block: 64px 20px;
  }

  .product-chapter-intro h2 {
    width: min(72vw, 520px);
    margin: 0 auto 0 0;
    font-size: clamp(38px, 7.5vw, 52px);
  }

  .nova-editorial-story {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    padding-inline: var(--gutter);
    row-gap: 0;
    padding-top: 12px;
  }

  .nova-editorial-story__media--main {
    min-height: 0;
    grid-row: auto;
  }

  .nova-editorial-story__media--main img {
    object-position: 50% 50%;
  }

  .nova-editorial-story__tech-specs {
    min-height: 0;
    padding-block: 36px 54px;
  }

  .products .product-copy.nova-editorial-story__copy {
    min-height: 0;
    padding: clamp(52px, 9vw, 78px) 0;
    border-top: 0;
    border-left: 0;
  }

  .nova-editorial-story__media--detail {
    min-height: clamp(420px, 68vw, 620px);
    grid-column: auto;
    grid-row: auto;
    margin-left: 0;
  }

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

  .products .product-media,
  .products .product-copy {
    min-height: 520px;
  }

  .products .product-copy {
    padding: clamp(48px, 9vw, 78px) var(--gutter);
  }

  .products .product-story--dark .product-media {
    order: 1;
  }

  .products .product-story--dark .product-copy {
    order: 2;
  }
}

@media (max-width: 560px) {
  .products-hero {
    height: 60vw;
    min-height: 280px;
  }

  .product-chapter-intro {
    padding-block: 52px 16px;
  }

  .products-hero__copy strong {
    top: 46%;
    font-size: clamp(34px, 8vw, 52px);
  }

  .products-hero__copy-left { right: 61%; left: auto; }
  .products-hero__copy-right { right: 1.8%; left: auto; }

  .product-chapter-intro h2 {
    width: 74vw;
    font-size: clamp(34px, 9.4vw, 44px);
  }

  .nova-editorial-story__media--main {
    min-height: 0;
  }

  .nova-editorial-story__media--detail {
    min-height: 360px;
  }

  .nova-editorial-story__tech-specs dl {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .products .product-media {
    min-height: 390px;
  }

  .products .product-copy {
    min-height: auto;
    padding-block: 52px 64px;
  }

  .products .product-copy h3 {
    font-size: clamp(34px, 10vw, 46px);
  }

  .products .product-specs {
    margin-block: 34px;
    gap: 22px 28px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .products-hero img {
    transform: none;
    transition: none;
  }

  .products-hero.is-signal-active .products-hero__copy strong,
  .products-hero.is-signal-active .products-hero__signal-char,
  .products-hero.is-signal-active .products-hero__signal-char::before,
  .products-hero.is-signal-active .products-hero__signal-char::after,
  .products-hero.is-signal-active .products-hero__signal-ghost,
  .products-hero.is-signal-active .products-hero__signal-glint,
  .products-hero.is-signal-active .products-hero__copy strong::after {
    animation: none;
  }

  .products-hero__signal-ghost,
  .products-hero__signal-glint,
  .products-hero__copy strong::after {
    display: none;
  }
}

/* 2026-08-12 composition refinement: stronger hero scale and tighter section hand-off. */
@media (min-width: 760px) {
  .hero__copy {
    width: min(100%, 780px);
    transform: translateX(calc(-1 * clamp(0px, calc((100vw - 1280px) / 2 - 50px), 10cm)));
  }

  .hero__copy h1 {
    max-width: 780px;
    font-size: clamp(66px, 6.6vw, 94px);
    line-height: 1.01;
    letter-spacing: -.052em;
  }
}

/* Opening composition: pull the message and enlarged orbit toward the left. */
@media (min-width: 641px) {
  .hero-orbit__fallback-planet {
    left: calc(66% - var(--hero-progress) * 54%);
    width: min(38vw, 540px);
  }

  .hero-orbit__fallback-ring {
    left: calc(66% - var(--hero-progress) * 54%);
    width: min(62vw, 880px);
  }
}

.experience {
  padding-bottom: clamp(56px, 6vw, 88px);
}

.experience-media[data-experience-player] {
  isolation: isolate;
}

.experience-media[data-experience-player] video {
  display: block;
  aspect-ratio: 16 / 9;
  cursor: pointer;
}

.experience-video-play {
  position: absolute;
  z-index: 4;
  display: grid;
  place-items: center;
  margin: 0;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 50%;
  background: rgba(7, 11, 20, .78);
  color: #fff;
  cursor: pointer;
  box-shadow: 0 12px 34px rgba(5, 9, 18, .24);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition: opacity .22s ease, transform .22s ease, background-color .22s ease, visibility .22s;
}

.experience-video-play {
  top: 50%;
  left: 50%;
  width: clamp(64px, 6vw, 82px);
  height: clamp(64px, 6vw, 82px);
  transform: translate(-50%, -50%);
}

.experience-video-play svg {
  width: 32px;
  height: 32px;
  fill: currentColor;
}

.experience-video-play:hover,
.experience-video-play:focus-visible {
  background: rgba(8, 13, 24, .94);
  outline: 2px solid #fff;
  outline-offset: 3px;
}

.experience-video-play:hover {
  transform: translate(-50%, -50%) scale(1.06);
}

.experience-media.is-playing .experience-video-play {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate(-50%, -50%) scale(.88);
}

@media (prefers-reduced-motion: reduce) {
  .experience-video-play {
    transition: none;
  }
}

.experience + .ecosystem {
  margin-top: 0;
  padding-top: clamp(56px, 6vw, 88px);
}

/* Keep the platform chapter in the same quiet, light editorial system as the
   live-demo chapter above it. */
.ecosystem.section-light {
  background: var(--paper);
  color: var(--text-dark);
}

.ecosystem::after {
  display: none;
}

.ecosystem .section-heading h2 {
  color: var(--text-dark);
  text-shadow: none;
}

.ecosystem .section-heading p {
  color: var(--text-dark-soft);
}

.ecosystem .tab-list button {
  border-color: #d9dfe7;
  background: rgba(255, 255, 255, .48);
  color: #626d7b;
}

.ecosystem .tab-list button:hover {
  border-color: #aeb8c5;
  background: rgba(255, 255, 255, .9);
  color: var(--text-dark);
}

.ecosystem .tab-list button[aria-selected="true"] {
  border-color: var(--ink);
  background: var(--ink);
  color: var(--paper-strong);
}

.ecosystem .tab-panels article {
  border: 1px solid #dfe4eb;
  background: var(--paper-strong);
  color: var(--text-dark);
  box-shadow: 0 24px 70px rgba(24, 34, 48, .07);
  backdrop-filter: none;
}

.ecosystem .tab-panels p,
.ecosystem .tab-panels li {
  color: var(--text-dark-soft);
}

.ecosystem .tab-panels li {
  border-bottom-color: #e2e6ec;
}

.ecosystem .tab-panels img {
  border: 1px solid #e2e7ed;
  background: var(--paper);
}

/* Keep the partner strip visually connected to the consultation chapter.
   The default section spacing is intentionally spacious elsewhere, but it
   created an empty white band at this final chapter transition. */
.cooperation {
  padding-bottom: 32px;
}

/* Compact the final consultation chapter so its legal footer reads as one
   continuous closing screen instead of a second, mostly empty section. */
.contact {
  padding-block: 20px 12px;
}

.contact-grid {
  gap: clamp(36px, 5vw, 72px);
}

.contact-copy {
  padding-top: 0;
}

.contact-copy > p {
  margin-top: 20px;
}

.contact-copy dl {
  margin-top: 28px;
  gap: 14px;
}

.contact-form {
  padding: 20px;
}

.form-head {
  margin-bottom: 12px;
  padding-bottom: 12px;
}

.form-grid {
  gap: 10px 16px;
}

/* Pair the product and scenario fields on desktop. This removes a full form
   row so the consultation chapter and legal footer can share one viewport. */
.contact-form .form-grid > .field:nth-child(3),
.contact-form .form-grid > .field:nth-child(4) {
  grid-column: auto;
}

.contact-form .field label {
  margin-bottom: 5px;
}

.contact-form .field input,
.contact-form .field select,
.contact-form .field textarea {
  min-height: 42px;
  padding-block: 9px;
}

.field textarea {
  min-height: 68px;
}

.field-error:empty {
  display: none;
}

.form-submit {
  margin-top: 12px;
}

.site-footer {
  padding-block: 8px;
  background: rgba(3, 5, 15, .9);
}

.site-footer__inner {
  min-height: 44px;
  display: grid;
  grid-template-columns: auto minmax(240px, 1fr) auto;
  gap: 18px 36px;
  align-items: center;
}

.brand--footer .brand__mark {
  width: 36px;
  height: 36px;
}

.brand--footer .brand__mark img {
  width: 30px;
  height: 30px;
}

.brand--footer .brand__name {
  font-size: 14px;
}

.site-footer p {
  justify-self: start;
  font-size: 12px;
}

.site-footer__inner > div {
  grid-column: auto;
  padding-top: 0;
  gap: 18px;
  border-top: 0;
  white-space: nowrap;
}

@media (max-width: 860px) {
  .cooperation {
    padding-bottom: 24px;
  }

  .contact {
    padding-block: 48px 32px;
  }

  .site-footer {
    padding-block: 24px;
  }

  .site-footer__inner {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .site-footer__inner > div {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .contact-form .form-grid > .field:nth-child(3),
  .contact-form .form-grid > .field:nth-child(4) {
    grid-column: 1 / -1;
  }
}

@media (prefers-reduced-motion: reduce) {
  .products .product-story,
  .products .product-media,
  .products .product-copy {
    transition: none;
  }

  .nova-editorial-story__media img {
    transition: none;
  }
}
