.ntx-product-showcase {
  position: relative;
  scroll-margin-top: 120px;
}

.ntx-product-showcase__head {
  width: min(1180px, calc(100% - 40px));
  max-width: none;
  margin-inline: auto;
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(320px, .74fr);
  gap: clamp(20px, 4vw, 64px);
  align-items: end;
}

.ntx-product-showcase__head h2 {
  max-width: 780px;
  font-size: clamp(2.15rem, 3.55vw, 3.8rem);
  line-height: 1.04;
  letter-spacing: 0;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

.ntx-product-showcase__head .section-lead {
  max-width: 560px;
  margin: 0;
  color: rgba(246, 241, 229, .78);
  font-size: clamp(.98rem, 1.08vw, 1.12rem);
  line-height: 1.62;
}

.ntx-product-showcase__body {
  width: min(1180px, calc(100% - 40px));
  margin: clamp(30px, 4.8vw, 60px) auto 0;
}

.ntx-product-showcase__frame {
  position: relative;
  margin: 0;
  padding: clamp(8px, 1.1vw, 14px);
  overflow: hidden;
  border: 1px solid rgba(22, 24, 20, .16);
  border-radius: clamp(22px, 2.7vw, 38px);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .72), rgba(255, 255, 255, .26) 38%, rgba(236, 229, 215, .18)),
    linear-gradient(135deg, rgba(249, 246, 238, .98), rgba(226, 219, 206, .94) 44%, rgba(190, 181, 166, .82)),
    #f2eee5;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .88),
    inset 0 -1px 0 rgba(17, 20, 17, .12),
    0 38px 110px -82px rgba(17, 20, 17, .42),
    0 0 0 1px rgba(128, 106, 61, .08);
  isolation: isolate;
}

.ntx-product-showcase__frame::before {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  pointer-events: none;
  background:
    linear-gradient(120deg, rgba(255, 255, 255, .42), transparent 24%),
    repeating-linear-gradient(112deg, rgba(255, 255, 255, .16) 0 1px, rgba(92, 83, 68, .035) 1px 2px, transparent 2px 7px),
    radial-gradient(720px 220px at 30% 0%, rgba(126, 104, 57, .12), transparent 72%);
  opacity: .64;
  z-index: 2;
}

.ntx-product-showcase__frame::after {
  content: "";
  position: absolute;
  left: clamp(22px, 3vw, 48px);
  right: clamp(22px, 3vw, 48px);
  top: clamp(17px, 2vw, 30px);
  height: 1px;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(128, 106, 61, .32), transparent);
  z-index: 3;
}

.ntx-product-showcase__glass {
  position: relative;
  z-index: 1;
  overflow: hidden;
  aspect-ratio: 1672 / 941;
  border: 1px solid rgba(22, 24, 20, .14);
  border-radius: clamp(16px, 2.1vw, 28px);
  background: #020504;
  box-shadow:
    inset 0 0 0 1px rgba(0, 0, 0, .42),
    inset 0 22px 70px rgba(255, 255, 255, .04),
    0 18px 50px -38px rgba(17, 20, 17, .42);
}

.ntx-product-showcase__glass picture,
.ntx-product-showcase__glass img {
  display: block;
  width: 100%;
  height: 100%;
}

.ntx-product-showcase__glass img {
  object-fit: contain;
  object-position: center;
}

.ntx-product-showcase__frame figcaption {
  position: relative;
  z-index: 4;
  margin: 13px auto 1px;
  max-width: 980px;
  color: rgba(17, 20, 17, .66);
  font-family: var(--mono);
  font-size: clamp(.62rem, .72vw, .78rem);
  line-height: 1.55;
  letter-spacing: .08em;
  text-align: center;
  text-transform: uppercase;
}

.ntx-product-showcase--home .ntx-product-showcase__frame {
  border-color: rgba(226, 204, 142, .24);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .16), rgba(255, 255, 255, .045) 42%, rgba(0, 0, 0, .18)),
    radial-gradient(ellipse 84% 72% at 18% 0%, rgba(226, 204, 142, .18), transparent 62%),
    linear-gradient(135deg, rgba(11, 17, 13, .96), rgba(1, 5, 4, .92) 54%, rgba(0, 0, 0, .98)),
    #020504;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .18),
    inset 0 -1px 0 rgba(0, 0, 0, .72),
    0 42px 120px -82px rgba(0, 0, 0, .94),
    0 0 0 1px rgba(226, 204, 142, .08);
}

.ntx-product-showcase--home .ntx-product-showcase__frame::before {
  background:
    linear-gradient(120deg, rgba(255, 255, 255, .22), transparent 23%),
    repeating-linear-gradient(112deg, rgba(255, 255, 255, .09) 0 1px, rgba(226, 204, 142, .028) 1px 2px, transparent 2px 7px),
    radial-gradient(720px 220px at 30% 0%, rgba(226, 204, 142, .12), transparent 72%);
  opacity: .58;
}

.ntx-product-showcase--home .ntx-product-showcase__frame::after {
  background: linear-gradient(90deg, transparent, rgba(226, 204, 142, .34), transparent);
}

.ntx-product-showcase--home .ntx-product-showcase__glass {
  border-color: rgba(255, 255, 255, .12);
  box-shadow:
    inset 0 0 0 1px rgba(0, 0, 0, .62),
    inset 0 26px 84px rgba(255, 255, 255, .055),
    0 22px 62px -42px rgba(0, 0, 0, .86);
}

.ntx-product-showcase__copy {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: clamp(16px, 2.6vw, 34px);
  align-items: center;
  margin-top: clamp(16px, 2vw, 24px);
  padding: clamp(16px, 1.8vw, 22px) clamp(18px, 2.5vw, 30px);
  border: 1px solid rgba(22, 24, 20, .16);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .72), rgba(255, 255, 255, .26) 38%, rgba(236, 229, 215, .18)),
    linear-gradient(135deg, rgba(249, 246, 238, .98), rgba(226, 219, 206, .94) 44%, rgba(190, 181, 166, .82)),
    #f2eee5;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .88),
    inset 0 -1px 0 rgba(17, 20, 17, .12),
    0 24px 62px -54px rgba(17, 20, 17, .34);
}

.ntx-product-showcase__copy strong {
  color: #111411;
  font-family: var(--serif);
  font-size: clamp(1.18rem, 1.35vw, 1.55rem);
  font-weight: 500;
  line-height: 1.12;
  white-space: nowrap;
}

.ntx-product-showcase__copy span {
  color: rgba(17, 20, 17, .66);
  font-size: clamp(.92rem, 1vw, 1.02rem);
  line-height: 1.55;
}

.ntx-call-panel {
  position: relative;
}

.ntx-call-route {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, .58fr);
  gap: clamp(18px, 3vw, 42px);
  align-items: center;
  margin-top: clamp(26px, 4vw, 48px);
  padding: clamp(22px, 3.6vw, 42px);
  border: 1px solid rgba(22, 24, 20, .16);
  border-radius: clamp(22px, 2.8vw, 34px);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .72), rgba(255, 255, 255, .26) 38%, rgba(236, 229, 215, .18)),
    linear-gradient(135deg, rgba(249, 246, 238, .98), rgba(226, 219, 206, .94) 44%, rgba(190, 181, 166, .82)),
    #f2eee5;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .88),
    inset 0 -1px 0 rgba(17, 20, 17, .12),
    0 34px 96px -76px rgba(17, 20, 17, .38),
    0 0 0 1px rgba(128, 106, 61, .08);
  overflow: hidden;
}

.ntx-call-route::before {
  content: "";
  position: absolute;
  inset: auto clamp(26px, 4vw, 56px) 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(128, 106, 61, .32), transparent);
  pointer-events: none;
}

.ntx-call-route__copy {
  min-width: 0;
}

.ntx-call-route__copy > span {
  display: inline-flex;
  margin-bottom: 12px;
  color: #7e6839;
  font-family: var(--mono);
  font-size: .68rem;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.ntx-call-route__copy h3 {
  max-width: 760px;
  color: #111411;
  font-family: var(--serif);
  font-size: clamp(1.72rem, 2.8vw, 3rem);
  font-weight: 500;
  line-height: 1.04;
}

.ntx-call-route__copy p {
  max-width: 720px;
  margin-top: 16px;
  color: rgba(17, 20, 17, .66);
  font-size: clamp(.98rem, 1.06vw, 1.08rem);
  line-height: 1.65;
}

.ntx-call-route__facts {
  display: grid;
  gap: 10px;
  min-width: 0;
}

.ntx-call-route__facts span {
  display: flex;
  align-items: center;
  min-height: 44px;
  padding: 0 15px;
  border: 1px solid rgba(128, 106, 61, .28);
  border-radius: 999px;
  color: #7e6839;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .68), rgba(255, 255, 255, .22)),
    rgba(242, 238, 229, .58);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .82),
    0 10px 26px rgba(17, 20, 17, .08);
  font-family: var(--mono);
  font-size: .72rem;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.ntx-call-route__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: fit-content;
  min-height: 42px;
  grid-column: 1 / -1;
  margin-top: 2px;
  padding: 0 18px;
  border-color: rgba(128, 106, 61, .32);
  border-radius: 999px;
  color: #111411;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .76), rgba(255, 255, 255, .34)),
    rgba(242, 238, 229, .72);
  font-family: var(--mono);
  font-size: .72rem;
  letter-spacing: .08em;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .84),
    0 16px 34px -26px rgba(17, 20, 17, .32);
}

.ntx-call-route__button svg {
  display: block;
  width: 14px;
  height: 14px;
  flex: 0 0 14px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

body.ntropyx .chapter .ntx-home-sector-swipe {
  width: calc(100vw - var(--ntx-scrollbar-x, 0px));
  max-width: none;
  margin: clamp(24px, 3.6vw, 46px) calc(50% - 50vw + var(--ntx-scrollbar-half, 0px)) 0;
  padding: 6px max(20px, calc((100vw - min(1320px, calc(100vw - 120px))) / 2)) 18px;
  display: flex;
  grid-template-columns: none;
  gap: clamp(16px, 1.8vw, 24px);
  overflow-x: auto;
  overflow-y: visible;
  overscroll-behavior-inline: contain;
  scroll-snap-type: x mandatory;
  scroll-padding-inline: 0;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

body.ntropyx #sectors-deployed .sector-list-title {
  max-width: 1080px;
  font-size: clamp(1.8rem, 3vw, 3.25rem);
  line-height: 1.12;
  letter-spacing: 0;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

body.ntropyx #roi .system-card {
  border-color: rgba(22, 24, 20, .16);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .72), rgba(255, 255, 255, .26) 38%, rgba(236, 229, 215, .18)),
    linear-gradient(135deg, rgba(249, 246, 238, .98), rgba(226, 219, 206, .94) 44%, rgba(190, 181, 166, .82)),
    #f2eee5;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .88),
    inset 0 -1px 0 rgba(17, 20, 17, .12),
    0 28px 76px -62px rgba(17, 20, 17, .36),
    0 0 0 1px rgba(128, 106, 61, .08);
}

body.ntropyx #roi .system-card span {
  width: fit-content;
  padding: 7px 10px;
  border: 1px solid rgba(128, 106, 61, .28);
  border-radius: 999px;
  color: #7e6839;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .68), rgba(255, 255, 255, .22)),
    rgba(242, 238, 229, .58);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .82),
    0 10px 26px rgba(17, 20, 17, .08);
}

body.ntropyx #roi .system-card h2 {
  color: #111411;
}

body.ntropyx #roi .system-card p {
  color: rgba(17, 20, 17, .66);
}

body.ntropyx .chapter .ntx-home-sector-swipe::-webkit-scrollbar {
  display: none;
}

body.ntropyx .chapter .ntx-home-sector-swipe .sector-card {
  flex: 0 0 clamp(420px, 39vw, 568px);
  width: clamp(420px, 39vw, 568px);
  aspect-ratio: 1 / 1;
  min-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 24px;
  scroll-snap-align: start;
  border-color: rgba(246, 241, 229, .18);
  background: #050706;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .34),
    inset 0 -1px 0 rgba(0, 0, 0, .86),
    inset 16px 0 34px -30px rgba(255, 255, 255, .36),
    inset -18px 0 36px -32px rgba(0, 0, 0, .92),
    0 34px 92px -72px rgba(0, 0, 0, .96),
    0 0 0 1px rgba(232, 214, 151, .08);
}

body.ntropyx .chapter .ntx-home-sector-swipe .sector-card > img {
  width: 100%;
  height: 76%;
  aspect-ratio: auto;
  object-fit: cover;
  object-position: center;
  padding: 0;
  background: #030705;
}

body.ntropyx .chapter .ntx-home-sector-swipe .sector-card--cars-focus > img {
  object-position: left center;
}

body.ntropyx .chapter .ntx-home-sector-swipe .sector-card--race-focus > img {
  object-position: center center;
}

body.ntropyx .chapter .ntx-home-sector-swipe .sector-card > div {
  display: none;
}

body.ntropyx .ntx-rail-progress {
  --rail-thumb-width: 44px;
  --rail-thumb-offset: 0px;
  position: relative;
  width: min(164px, 42vw);
  height: 7px;
  margin: 14px auto 0;
  border-radius: 999px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, .025)),
    rgba(246, 241, 229, .10);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .10),
    inset 0 -1px 0 rgba(0, 0, 0, .48),
    0 12px 34px -24px rgba(216, 192, 113, .55);
}

body.ntropyx .ntx-rail-progress[hidden] {
  display: none;
}

body.ntropyx .ntx-rail-progress span {
  position: absolute;
  inset: 1px auto 1px 1px;
  width: var(--rail-thumb-width);
  min-width: 34px;
  max-width: calc(100% - 2px);
  border-radius: inherit;
  transform: translateX(var(--rail-thumb-offset));
  background:
    linear-gradient(90deg, rgba(246, 241, 229, .94), rgba(216, 192, 113, .86)),
    var(--gold-hi);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .62),
    0 0 18px rgba(216, 192, 113, .28);
  transition: width .18s ease, transform .16s ease;
}

body.ntropyx .science-panel .science-proof-progress {
  display: none;
}

body.ntropyx .science-panel {
  overflow: visible;
  --science-progress: 1;
  --science-scale: 1;
  --science-frame-padding: clamp(8px, 1.2vw, 16px);
  --science-frame-radius: clamp(22px, 3.6vw, 46px);
  --science-inner-radius: clamp(16px, 2.8vw, 34px);
  --science-border-alpha: .26;
  --science-frame-shadow-alpha: 1;
  --science-shadow-top-alpha: .14;
  --science-shadow-bottom-alpha: .7;
  --science-shadow-drop-alpha: .96;
  --science-inner-top-alpha: .16;
  --science-inner-line-alpha: .08;
  --science-caption-opacity: 1;
  --science-caption-y: 0px;
  --science-frame-y: 0px;
}

body.ntropyx .science-cinema-stage {
  width: calc(100vw - var(--ntx-scrollbar-x, 0px));
  height: 230vh;
  min-height: 1280px;
  margin: 0 0 0 calc(50% - 50vw + var(--ntx-scrollbar-half, 0px));
}

body.ntropyx .science-cinema-sticky {
  position: sticky;
  top: 0;
  width: calc(100vw - var(--ntx-scrollbar-x, 0px));
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  z-index: 1;
  box-sizing: border-box;
}

body.ntropyx .science-cinema-sticky .science-scroll-cue {
  position: absolute;
  left: 50%;
  bottom: clamp(26px, 4vh, 46px);
  z-index: 5;
  transform: translateX(-50%);
}

body.ntropyx .science-panel .science-video-frame {
  position: relative;
  width: clamp(720px, 72vw, 1120px);
  max-width: calc(100vw - 34px);
  margin: 0;
  transform: translate3d(0, var(--science-frame-y, 0px), 0) scale(var(--science-scale, 1));
  transform-origin: center;
  will-change: transform, border-radius, padding;
  padding: var(--science-frame-padding, clamp(8px, 1.2vw, 16px));
  overflow: hidden;
  border: 1px solid rgba(216, 192, 113, var(--science-border-alpha, .26));
  border-radius: var(--science-frame-radius, clamp(22px, 3.6vw, 46px));
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .12), rgba(255, 255, 255, .025) 36%, rgba(0, 0, 0, .58)),
    rgba(3, 7, 5, .86);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, var(--science-shadow-top-alpha, .14)),
    inset 0 -1px 0 rgba(0, 0, 0, var(--science-shadow-bottom-alpha, .7)),
    0 46px 120px -88px rgba(0, 0, 0, var(--science-shadow-drop-alpha, .96));
  isolation: isolate;
}

body.ntropyx .science-panel .science-video-frame::before {
  content: "";
  position: absolute;
  inset: var(--science-frame-padding, clamp(8px, 1.2vw, 16px));
  border-radius: var(--science-inner-radius, clamp(16px, 2.8vw, 34px));
  pointer-events: none;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, var(--science-inner-top-alpha, .16)),
    inset 0 0 0 1px rgba(216, 192, 113, var(--science-inner-line-alpha, .08));
  z-index: 2;
}

body.ntropyx .science-panel .science-video-frame video {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  min-height: 0;
  aspect-ratio: 16 / 9;
  object-fit: contain;
  object-position: center;
  border-radius: var(--science-inner-radius, clamp(16px, 2.8vw, 34px));
  background: #020504;
}

body.ntropyx .science-panel .science-video-frame figcaption {
  position: relative;
  z-index: 3;
  max-width: min(980px, calc(100% - 36px));
  margin: 12px auto 2px;
  padding: 0;
  color: rgba(246, 241, 229, .62);
  font-family: var(--mono);
  font-size: clamp(.58rem, .72vw, .76rem);
  line-height: 1.55;
  letter-spacing: .08em;
  text-align: center;
  text-transform: uppercase;
  opacity: var(--science-caption-opacity, 1);
  transform: translate3d(0, var(--science-caption-y, 0px), 0);
}

body.ntropyx .science-panel .science-copy {
  margin-bottom: clamp(26px, 4vw, 52px);
}

body.ntropyx .science-panel .science-video-caption {
  max-width: min(680px, 100%);
  margin-top: clamp(16px, 2vw, 24px);
  color: rgba(246, 241, 229, .62);
  font-family: var(--mono);
  font-size: clamp(.58rem, .72vw, .76rem);
  line-height: 1.55;
  letter-spacing: .08em;
  text-transform: uppercase;
}

body.ntropyx .science-panel > .science-proof-swipe .metric {
  border-color: rgba(22, 24, 20, .16);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .72), rgba(255, 255, 255, .26) 38%, rgba(236, 229, 215, .18)),
    linear-gradient(135deg, rgba(249, 246, 238, .98), rgba(226, 219, 206, .94) 44%, rgba(190, 181, 166, .82)),
    #f2eee5;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .88),
    inset 0 -1px 0 rgba(17, 20, 17, .12),
    0 28px 76px -62px rgba(17, 20, 17, .36),
    0 0 0 1px rgba(128, 106, 61, .08);
}

body.ntropyx .science-panel > .science-proof-swipe .metric span {
  width: fit-content;
  padding: 7px 10px;
  border: 1px solid rgba(128, 106, 61, .28);
  border-radius: 999px;
  color: #7e6839;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .68), rgba(255, 255, 255, .22)),
    rgba(242, 238, 229, .58);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .82),
    0 10px 26px rgba(17, 20, 17, .08);
}

body.ntropyx .science-panel > .science-proof-swipe .metric p {
  color: rgba(17, 20, 17, .66);
}

@media (max-width: 860px) {
  .ntx-product-showcase__head {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .ntx-product-showcase__head .section-lead {
    max-width: 720px;
  }

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

  .ntx-product-showcase__copy strong {
    white-space: normal;
  }

  .ntx-call-route {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  body.ntropyx .chapter {
    margin-left: auto;
    margin-right: auto;
  }

  .ntx-product-showcase__head {
    width: min(360px, calc(100vw - 28px));
    margin-left: auto;
    margin-right: auto;
  }

  .ntx-product-showcase__body {
    width: min(360px, calc(100vw - 28px));
    max-width: min(360px, calc(100vw - 28px));
    margin-left: auto;
    margin-right: auto;
  }

  .ntx-product-showcase__head h2 {
    max-width: 11.5em;
    font-size: clamp(1.86rem, 7.6vw, 2.34rem);
    line-height: 1.08;
  }

  .ntx-product-showcase__head .section-lead {
    font-size: .95rem;
    line-height: 1.58;
  }

  .ntx-product-showcase__frame {
    width: calc(100vw - var(--ntx-scrollbar-x, 0px));
    margin-left: calc(50% - 50vw + var(--ntx-scrollbar-half, 0px));
    margin-right: 0;
    padding: 7px 0;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
  }

  .ntx-product-showcase__glass {
    width: calc(100vw - var(--ntx-scrollbar-x, 0px));
    border-left: 0;
    border-right: 0;
    border-radius: 0;
  }

  .science-proof-swipe,
  .science-cinema-stage,
  .science-cinema-sticky,
  .ntx-home-sector-swipe {
    width: calc(100vw - var(--ntx-scrollbar-x, 0px));
    margin-left: calc(50% - 50vw + var(--ntx-scrollbar-half, 0px));
    margin-right: calc(50% - 50vw + var(--ntx-scrollbar-half, 0px));
  }

  @media (hover:hover) {
    .ntx-product-showcase__frame,
    .ntx-product-showcase__glass {
      width: calc(100vw - var(--ntx-scrollbar-x, 0px));
    }

    .ntx-product-showcase__frame {
      margin-left: calc(50% - 50vw + var(--ntx-scrollbar-half, 0px));
    }

    .science-proof-swipe,
    .science-cinema-stage,
    .science-cinema-sticky,
    .ntx-home-sector-swipe {
      width: calc(100vw - var(--ntx-scrollbar-x, 0px));
      margin-left: calc(50% - 50vw + var(--ntx-scrollbar-half, 0px));
      margin-right: calc(50% - 50vw + var(--ntx-scrollbar-half, 0px));
    }
  }

  .ntx-product-showcase__frame figcaption {
    width: min(360px, calc(100vw - 28px));
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    font-size: .55rem;
    line-height: 1.5;
    letter-spacing: .055em;
  }

  .ntx-product-showcase__copy {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 16px;
    border-radius: 18px;
  }

  .ntx-call-route {
    padding: 18px;
    border-radius: 22px;
  }

  .ntx-call-route__copy h3 {
    font-size: clamp(1.55rem, 7vw, 2.1rem);
    line-height: 1.08;
  }

  .ntx-call-route__facts span {
    min-height: 40px;
    font-size: .62rem;
    letter-spacing: .07em;
  }

  body.ntropyx .chapter .ntx-home-sector-swipe {
    width: calc(100vw - var(--ntx-scrollbar-x, 0px));
    max-width: none;
    margin: 20px calc(50% - 50vw + var(--ntx-scrollbar-half, 0px)) 0;
    padding: 5px 14px 12px;
    gap: 14px;
    scroll-padding-inline: 14px;
  }

  body.ntropyx .chapter .ntx-home-sector-swipe .sector-card {
    flex: 0 0 min(86vw, 486px);
    width: min(86vw, 486px);
    border-radius: 26px;
  }

  body.ntropyx .chapter .ntx-home-sector-swipe .sector-card > img {
    padding: 0;
  }

  body.ntropyx #sectors-deployed .sector-list-title {
    font-size: clamp(1.55rem, 7.2vw, 2.25rem);
    line-height: 1.16;
  }

  body.ntropyx .science-panel .science-video-frame {
    width: min(96vw, 720px);
    max-width: calc(100vw - 16px);
    height: auto;
    aspect-ratio: 16 / 9;
    margin: 0;
    padding: var(--science-frame-padding, 6px);
    border-radius: var(--science-frame-radius, 26px);
  }

  body.ntropyx .science-panel .science-video-frame::before {
    inset: var(--science-frame-padding, 6px);
    border-radius: var(--science-inner-radius, 20px);
  }

  body.ntropyx .science-panel .science-video-frame video {
    height: 100%;
    min-height: 0;
    aspect-ratio: auto;
    object-fit: cover;
    border-radius: var(--science-inner-radius, 20px);
  }

  body.ntropyx .science-panel .science-video-frame figcaption {
    max-width: calc(100% - 28px);
    margin-top: 10px;
    font-size: .54rem;
    line-height: 1.45;
    letter-spacing: .055em;
  }

  body.ntropyx .science-panel .science-video-caption {
    font-size: .54rem;
    line-height: 1.45;
    letter-spacing: .055em;
  }

  body.ntropyx .science-cinema-stage {
    height: 250vh;
    min-height: 1320px;
  }
}

@media (max-width: 620px) {
  body.ntropyx .science-panel {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: clamp(42px, 11vw, 68px) 0 0;
    --science-mobile-frame-width: 100vw;
    --science-mobile-frame-height: 100svh;
  }

  body.ntropyx .science-panel .science-copy {
    width: min(360px, calc(100vw - 28px));
    margin: 0 auto clamp(18px, 5vw, 26px);
  }

  body.ntropyx .science-panel .science-copy h2 {
    max-width: 340px;
    margin-top: 10px;
    font-size: clamp(1.62rem, 7.2vw, 2.08rem);
    line-height: 1.06;
    letter-spacing: 0;
  }

  body.ntropyx .science-panel .science-copy .section-lead {
    max-width: 342px;
    font-size: .98rem;
    line-height: 1.55;
  }

  body.ntropyx .science-panel .science-video-caption {
    display: none;
  }

  body.ntropyx .science-panel > .science-proof-swipe {
    width: calc(100vw - var(--ntx-scrollbar-x, 0px));
    max-width: none;
    margin: 0 0 0 calc(50% - 50vw + var(--ntx-scrollbar-half, 0px));
    padding: 5px 14px 16px;
    display: flex;
    grid-template-columns: none;
    gap: 14px;
    overflow-x: auto;
    overflow-y: visible;
    overscroll-behavior-inline: contain;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: 14px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  body.ntropyx .science-panel > .science-proof-swipe::-webkit-scrollbar {
    display: none;
  }

  body.ntropyx .science-panel > .science-proof-swipe .metric {
    flex: 0 0 min(288px, 74vw);
    width: min(288px, 74vw);
    min-height: 188px;
    display: grid;
    align-content: space-between;
    scroll-snap-align: start;
    padding: 20px;
    border-radius: 24px;
  }

  body.ntropyx .science-panel .science-proof-progress {
    display: block;
    margin-bottom: clamp(18px, 5vw, 30px);
  }

  body.ntropyx .science-cinema-stage {
    width: calc(100vw - var(--ntx-scrollbar-x, 0px));
    height: 186vh;
    min-height: 1360px;
    margin: 0 0 0 calc(50% - 50vw + var(--ntx-scrollbar-half, 0px));
  }

  body.ntropyx .science-cinema-sticky {
    height: 100svh;
    min-height: 100dvh;
    align-items: center;
    justify-content: center;
  }

  body.ntropyx .science-panel .science-video-frame {
    width: var(--science-mobile-frame-width, 100vw);
    height: var(--science-mobile-frame-height, 100svh);
    max-width: none;
    aspect-ratio: auto;
    transform: translate3d(0, var(--science-frame-y, 0px), 0);
  }

  body.ntropyx .science-panel .science-video-frame::after {
    content: "";
    position: absolute;
    z-index: 3;
    top: max(9px, var(--science-frame-padding, 6px));
    left: 50%;
    width: clamp(48px, 15vw, 74px);
    height: 5px;
    border-radius: 999px;
    transform: translateX(-50%);
    opacity: var(--science-border-alpha, 0);
    background: rgba(246, 241, 229, .78);
    box-shadow:
      0 0 0 1px rgba(0, 0, 0, .32),
      inset 0 1px 0 rgba(255, 255, 255, .48);
    pointer-events: none;
  }

  body.ntropyx .science-panel .science-video-frame video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.ntropyx .science-panel {
    --science-progress: 1 !important;
    --science-scale: 1 !important;
    --science-border-alpha: .26 !important;
    --science-frame-shadow-alpha: 1 !important;
    --science-shadow-top-alpha: .14 !important;
    --science-shadow-bottom-alpha: .7 !important;
    --science-shadow-drop-alpha: .96 !important;
    --science-inner-top-alpha: .16 !important;
    --science-inner-line-alpha: .08 !important;
    --science-caption-opacity: 1 !important;
    --science-caption-y: 0px !important;
    --science-frame-y: 0px !important;
  }

  body.ntropyx .science-cinema-stage {
    height: auto;
    min-height: 0;
    margin-top: clamp(28px, 5vw, 64px);
  }

  body.ntropyx .science-cinema-sticky {
    position: relative;
    height: auto;
    display: block;
    overflow: visible;
  }

  body.ntropyx .science-panel .science-video-frame {
    transform: none !important;
  }
}
