:root {
  --bg: #080b0e;
  --surface: #10161b;
  --line: #283037;
  --muted: #93a0aa;
  --white: #f5f7f7;
  --cyan: #1adee9;
  --red: #fa243a;
  --pad: clamp(22px, 5vw, 84px);
  --body: "Inter", "Noto Sans JP", sans-serif;
  --display: "Barlow Condensed", "Inter", sans-serif;
  color-scheme: dark;
  font-family: var(--body);
  font-synthesis: none;
  color: var(--white);
  background: var(--bg);
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: auto;
  scroll-padding-top: 90px;
}
body {
  margin: 0;
  overflow-x: clip;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
button,
input {
  font: inherit;
}
button {
  cursor: pointer;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  color: inherit;
}
button:disabled {
  cursor: default;
  opacity: 0.55;
}
img,
video {
  display: block;
  max-width: 100%;
}
img {
  height: auto;
}
button {
  border: 0;
}
p,
h1,
h2,
h3 {
  margin: 0;
}
p {
  line-height: 1.85;
}
h1,
h2,
h3 {
  font-feature-settings: "palt";
  letter-spacing: -0.045em;
}
h2 {
  font-weight: 800;
  font-size: clamp(32px, 3.7vw, 58px);
  line-height: 1.38;
}
h3 {
  line-height: 1.5;
  font-weight: 700;
}
a:focus-visible,
button:focus-visible,
summary:focus-visible,
[tabindex]:focus-visible {
  outline: 2px solid var(--cyan);
  outline-offset: 6px;
}
::selection {
  background: var(--cyan);
  color: #080b0e;
}
[hidden] {
  display: none !important;
}
.cyan {
  color: var(--cyan);
}
.muted {
  color: var(--muted);
}
.section {
  padding: 110px var(--pad);
}
.eyebrow {
  font-size: 11px;
  letter-spacing: 0.14em;
  line-height: 1.6;
  font-weight: 600;
}
.section-index {
  color: var(--cyan);
  margin-right: 12px;
}
.signal-dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 12px #1adee980;
  margin-right: 8px;
}
.skip-link {
  position: fixed;
  top: -60px;
  left: 16px;
  padding: 12px 18px;
  background: var(--cyan);
  color: var(--bg);
  z-index: 100;
}
.skip-link:focus {
  top: 10px;
}
.button {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  gap: 28px;
  padding: 18px 23px;
  background: var(--cyan);
  color: #071013;
  font-weight: 700;
  font-size: 13px;
  border: 1px solid var(--cyan);
  border-radius: 4px;
  line-height: 1.6;
  transition:
    background 0.2s,
    transform 0.2s,
    box-shadow 0.2s;
}
.button:hover {
  background: #65f4fc;
  box-shadow: 0 0 28px #1adee92b;
  transform: translateY(-2px);
}
.button span {
  font-size: 20px;
  line-height: 1;
}
.button-small {
  padding: 11px 18px;
  font-size: 11px;
  gap: 20px;
}
.button-outline {
  background: transparent;
  color: var(--white);
  border-color: #4c5960;
}
.button-outline:hover {
  background: var(--cyan);
  color: var(--bg);
}
.text-button {
  display: inline-flex;
  align-items: center;
  gap: 17px;
  background: none;
  padding: 10px 0;
  font-size: 12px;
  font-weight: 600;
  border-bottom: 1px solid transparent;
  transition: color 0.2s;
}
.text-button:hover {
  color: var(--cyan);
}
.text-button > span {
  font-size: 19px;
}
.play-circle {
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border: 1px solid #73828a;
  border-radius: 50%;
  font-size: 9px !important;
}
.outline-tag {
  display: inline-block;
  padding: 6px 9px;
  border: 1px solid #54616a;
  font-size: 9px;
  letter-spacing: 0.08em;
  color: #becbd1;
}
.mobile-only {
  display: none;
}
/* Navigation */
.site-header {
  height: 86px;
  position: sticky;
  top: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 0 var(--pad);
  background: #080b0ef2;
  border-bottom: 1px solid #ffffff13;
  backdrop-filter: blur(16px);
}
.header-identity {
  display: flex;
  align-items: center;
  gap: 18px;
  min-width: 0;
}
.header-identity .brand {
  flex-shrink: 0;
}
.header-patent {
  color: var(--red);
  font-size: 10px;
  font-weight: 600;
  line-height: 1.7;
  letter-spacing: 0.02em;
  white-space: nowrap;
}
.header-patent > span {
  display: inline-block;
  white-space: nowrap;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 13px;
}
.brand > span {
  font-size: 21px;
  letter-spacing: 0.28em;
  font-weight: 800;
  white-space: nowrap;
}
.brand sup {
  font-size: 8px;
  letter-spacing: 0;
  vertical-align: top;
  display: inline-block;
  margin: 1px 0 0 1px;
}
.brand img {
  object-fit: contain;
}
.desktop-nav {
  display: flex;
  gap: 30px;
}
.desktop-nav a {
  font-size: 12px;
  color: #bac2c8;
  transition: color 0.2s;
}
.desktop-nav a:hover {
  color: var(--cyan);
}
.header-actions {
  display: flex;
  align-items: center;
  gap: 15px;
}
.motion-toggle {
  width: 33px;
  height: 33px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: transparent;
  font-size: 11px;
  line-height: 1;
}
.motion-toggle:hover {
  border-color: var(--cyan);
}
.menu-toggle {
  display: none;
}
.mobile-nav {
  position: fixed;
  top: 75px;
  left: 0;
  right: 0;
  z-index: 29;
  background: #10161b;
  border-bottom: 1px solid var(--line);
  padding: 20px var(--pad);
}
.mobile-nav a {
  display: block;
  padding: 15px 0;
  border-bottom: 1px solid var(--line);
}
/* Real-time product scene */
.hero {
  min-height: min(850px, calc(100svh - 86px));
  position: relative;
  display: grid;
  grid-template-columns: 1.02fr 1fr;
  padding: 0 var(--pad);
  isolation: isolate;
  overflow: hidden;
}
.hero-gridlines {
  position: absolute;
  inset: 0;
  z-index: -2;
  background-image:
    linear-gradient(#ffffff03 1px, transparent 1px),
    linear-gradient(90deg, #ffffff03 1px, transparent 1px);
  background-size: 80px 80px;
  mask-image: linear-gradient(to right, transparent, #000);
}
.hero-copy {
  position: relative;
  z-index: 2;
  padding: 65px 0 100px;
  pointer-events: none;
}
.hero-copy a,
.hero-copy button {
  pointer-events: auto;
}
.hero-copy > .eyebrow {
  color: #acb9c1;
  margin-bottom: 22px;
}
.hero h1 {
  font-family: var(--display);
  font-size: clamp(96px, 10.2vw, 170px);
  font-weight: 700;
  line-height: 0.84;
  letter-spacing: -0.023em;
  margin-bottom: 32px;
}
.hero h1 > span {
  display: block;
}
.hero h2 {
  font-size: clamp(21px, 2.05vw, 31px);
  font-weight: 700;
  letter-spacing: 0.005em;
  line-height: 1.55;
}
.hero-description {
  font-size: 12px;
  line-height: 1.9;
  color: #a2afb9;
  margin-top: 18px;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 27px;
}
.hero-micro {
  color: #788690;
  font-size: 8px;
  letter-spacing: 0.14em;
  margin-top: 30px;
}
.hero-exhibit {
  position: relative;
  min-width: 0;
  min-height: 660px;
  margin-left: -7%;
  margin-right: -4%;
  z-index: 1;
}
.hero-aura {
  position: absolute;
  inset: 0 -20%;
  background:
    radial-gradient(ellipse at 40% 55%, #093c4f9c 0, transparent 56%),
    radial-gradient(ellipse at 95% 43%, #5d121b4d, transparent 46%);
  z-index: -1;
}
.hero-exhibit::after {
  content: "";
  position: absolute;
  width: 380px;
  height: 130px;
  border: 1px solid #1adee91f;
  border-radius: 50%;
  transform: rotate(-9deg);
  bottom: 17%;
  left: 15%;
  z-index: -1;
  box-shadow:
    0 0 50px #1adee912,
    inset 0 0 50px #1adee912;
}
.stage-heading {
  position: absolute;
  left: 11%;
  right: 3%;
  top: 40px;
  display: flex;
  justify-content: space-between;
  color: #7d929e;
  font-size: 8px;
  letter-spacing: 0.14em;
}
.stage-heading > span:first-child {
  color: #b1d2de;
}
.stage-heading i {
  display: inline-block;
  width: 4px;
  height: 4px;
  background: var(--cyan);
  border-radius: 50%;
  margin-right: 7px;
}
#product-stage {
  position: absolute;
  inset: 50px -2% 115px;
  touch-action: pan-y;
}
#product-stage canvas {
  width: 100%;
  height: 100%;
  display: block;
  cursor: grab;
}
#product-stage canvas:active {
  cursor: grabbing;
}
.stage-fallback {
  width: 100%;
  height: 100%;
  object-fit: contain;
  mix-blend-mode: screen;
  opacity: 0.8;
}
#product-stage[data-renderer="webgl"] .stage-fallback {
  display: none;
}
.floating-label {
  position: absolute;
  font-size: 8px;
  letter-spacing: 0.08em;
  color: #a3b8c4;
  border-left: 1px solid var(--cyan);
  padding: 7px 10px;
  background: linear-gradient(90deg, #080e14c4, transparent);
  pointer-events: none;
}
.floating-label b {
  display: block;
  color: #edf7fa;
  font-size: 9px;
  letter-spacing: 0.1em;
  margin-top: 4px;
}
.label-card {
  left: 0%;
  top: 53%;
}
.label-content {
  right: -1%;
  top: 30%;
}
.stage-controls {
  position: absolute;
  bottom: 98px;
  left: 10%;
  right: 7%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}
.rotate-button {
  padding: 9px 12px;
  background: transparent;
  border: 1px solid #37434d;
  border-radius: 4px;
  font-size: 22px;
}
.rotate-button span {
  font-size: 8px;
  margin-left: 8px;
  vertical-align: middle;
  letter-spacing: 0.1em;
}
.tap-button {
  background: #10282cd9;
  border: 1px solid #22dce971;
  padding: 14px 22px;
  border-radius: 4px;
  font-size: 11px;
  color: #a2f8ff;
  display: flex;
  gap: 22px;
  align-items: center;
}
.tap-button:hover {
  background: #1adfea;
  color: var(--bg);
}
.tap-button span {
  font-size: 18px;
}
.stage-caption {
  position: absolute;
  bottom: 69px;
  left: 10%;
  right: 5%;
  text-align: right;
  font-size: 9px;
  color: #8aa0ad;
}
.hero-bottom {
  position: absolute;
  bottom: 0;
  left: var(--pad);
  right: var(--pad);
  border-top: 1px solid #ffffff20;
  height: 57px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 8px;
  letter-spacing: 0.12em;
  color: #83949f;
  z-index: 3;
}
.hero-bottom a {
  color: #d6e2e7;
  display: flex;
  align-items: center;
  gap: 12px;
}
.scroll-indicator {
  font-size: 20px;
}
.ticker {
  overflow: hidden;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  height: 94px;
  display: flex;
  align-items: center;
  background: #0c1116;
}
.ticker > div {
  display: flex;
  align-items: center;
  gap: 34px;
  width: max-content;
  animation: ticker 32s linear infinite;
  font-family: var(--display);
  font-weight: 600;
  font-size: 63px;
  line-height: 1;
  white-space: nowrap;
}
.ticker span {
  color: transparent;
  -webkit-text-stroke: 1px #5f7381;
}
.ticker span:nth-of-type(even) {
  color: #c0cfd7;
  -webkit-text-stroke: 0;
}
.ticker i {
  color: var(--cyan);
  font-style: normal;
  font-size: 41px;
  font-weight: 400;
}
@keyframes ticker {
  to {
    transform: translateX(-50%);
  }
}
/* App product tour */
.section-heading {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  align-items: flex-end;
  margin-bottom: 47px;
}
.section-heading .eyebrow {
  color: #a9b8c1;
  margin-bottom: 21px;
}
.section-heading > p,
.section-heading > div > p:not(.eyebrow) {
  font-size: 12px;
  line-height: 2.05;
  color: #a5b3be;
  max-width: 360px;
}
.section-heading .outline-tag {
  margin-top: 20px;
}
.app-showcase {
  display: grid;
  grid-template-columns: 225px 1fr;
  min-height: 640px;
  border: 1px solid #27333e;
  border-radius: 10px;
  overflow: hidden;
  background: #0b1219;
}
.feature-nav {
  padding: 36px 0;
  border-right: 1px solid #26323b;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.feature-tab {
  background: transparent;
  display: grid;
  grid-template-columns: 24px 1fr 14px;
  text-align: left;
  position: relative;
  padding: 27px 20px 27px 24px;
  gap: 5px;
  color: #8194a3;
  min-height: 100px;
}
.feature-tab > span {
  font-family: var(--display);
  font-size: 15px;
  grid-row: 1/3;
  align-self: center;
}
.feature-tab b {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: -0.015em;
  align-self: end;
}
.feature-tab small {
  font-size: 9px;
  grid-column: 2;
  align-self: start;
}
.feature-tab i {
  font-size: 17px;
  font-style: normal;
  grid-column: 3;
  grid-row: 1/3;
  align-self: center;
  opacity: 0;
}
.feature-tab[aria-selected="true"] {
  color: var(--white);
  background: linear-gradient(90deg, #13333ec7, transparent);
}
.feature-tab[aria-selected="true"]::before {
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  bottom: 18px;
  width: 3px;
  background: var(--cyan);
  box-shadow: 0 0 20px #19e4f6;
}
.feature-tab[aria-selected="true"] > span,
.feature-tab[aria-selected="true"] i {
  color: var(--cyan);
  opacity: 1;
}
.feature-tab:hover {
  color: var(--white);
  background-color: #ffffff05;
}
.feature-panel {
  display: grid;
  grid-template-columns: 1.13fr 1fr;
  min-width: 0;
  position: relative;
  overflow: hidden;
}
.mock-visual {
  position: relative;
  align-self: stretch;
  min-width: 0;
}
.mock-glow {
  position: absolute;
  width: 110%;
  height: 65%;
  top: 20%;
  left: -5%;
  background: radial-gradient(ellipse, #075a72, transparent 65%);
  opacity: 0.35;
}
.mock-window {
  height: 100%;
  position: relative;
  overflow: hidden;
  mask-image: linear-gradient(transparent, #000 7%, #000 91%, transparent);
}
.mock-window img {
  position: absolute;
  width: 140%;
  max-width: none;
  left: -18%;
  top: 50%;
  transform: translateY(-50%);
  filter: saturate(0.85);
  transition: opacity 0.2s;
  mask-image: linear-gradient(
    90deg,
    transparent,
    #000 12%,
    #000 89%,
    transparent
  );
}
.mock-caption {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  text-align: center;
  color: #72909e;
  font-size: 8px;
  letter-spacing: 0.05em;
}
.feature-copy {
  padding: 85px 40px 60px 22px;
  position: relative;
  align-self: center;
  z-index: 1;
}
.feature-number {
  display: block;
  font-family: var(--display);
  font-size: 94px;
  line-height: 1;
  color: #ffffff10;
  font-weight: 700;
  margin-bottom: 38px;
}
.feature-copy .eyebrow {
  color: var(--cyan);
  font-size: 9px;
  margin-bottom: 14px;
}
.feature-copy h3 {
  font-size: clamp(20px, 2vw, 29px);
  margin-bottom: 22px;
}
.feature-copy > p:not(.eyebrow) {
  font-size: 11px;
  color: #9eaeb8;
  line-height: 2;
  max-width: 290px;
}
.feature-chip {
  display: table;
  margin: 25px 0 25px;
  color: #93b1bd;
  letter-spacing: 0.1em;
  border: 1px solid #24414e;
  font-size: 8px;
  padding: 6px 9px;
}
.feature-copy .text-button {
  font-size: 10px;
}
.feature-panel.changing .mock-window img {
  animation: mock-in 0.5s both;
}
.feature-panel.changing .feature-copy {
  animation: copy-in 0.4s both;
}
@keyframes mock-in {
  from {
    opacity: 0.15;
    transform: translateY(-47%) rotate(2deg);
  }
  to {
    opacity: 1;
    transform: translateY(-50%) rotate(0);
  }
}
@keyframes copy-in {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
/* Protocol / interactive architecture */
.protocol {
  background: linear-gradient(180deg, #0c141b, #080d12);
  border-top: 1px solid #182730;
  position: relative;
}
.protocol-console {
  border: 1px solid #2c424f;
  border-radius: 8px;
  background: #0b131b;
  overflow: hidden;
}
.console-top {
  padding: 17px 24px;
  border-bottom: 1px solid #23343f;
  display: flex;
  justify-content: space-between;
  font-size: 9px;
  letter-spacing: 0.07em;
  color: #839caa;
}
.console-top .signal-dot {
  width: 5px;
  height: 5px;
}
.protocol-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-bottom: 1px solid #23343f;
}
.protocol-steps button {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 22px 30px;
  border-right: 1px solid #23343f;
  background: transparent;
  font-family: var(--display);
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.035em;
  color: #667e8e;
  text-align: left;
}
.protocol-steps button:last-child {
  border-right: 0;
}
.protocol-steps button small {
  font-family: var(--body);
  font-size: 10px;
  letter-spacing: 0;
}
.protocol-steps button > span {
  font: 10px var(--body);
  margin-left: auto;
}
.protocol-steps button[aria-selected="true"] {
  background: #0e2935;
  color: var(--cyan);
  box-shadow: inset 0 -2px var(--cyan);
}
.protocol-map {
  position: relative;
  min-height: 370px;
  display: grid;
  grid-template-columns: 1fr 0.7fr 1fr 0.7fr 1fr;
  align-items: center;
  padding: 30px 11% 105px;
  background-image: radial-gradient(#4c7c8f40 1px, transparent 1px);
  background-size: 18px 18px;
  overflow: hidden;
}
.map-card {
  position: relative;
  transform: perspective(550px) rotateY(14deg) rotateZ(-7deg);
  transition: transform 0.8s;
}
.map-card img {
  border: 1px solid #5b8194;
  border-radius: 6px;
  box-shadow: 0 15px 30px #0009;
}
.map-card > div {
  position: absolute;
  bottom: -46px;
  left: 0;
}
.map-card span,
.map-card b {
  font-size: 8px;
  letter-spacing: 0.1em;
  display: block;
}
.map-card b {
  margin-top: 5px;
  color: #7692a3;
  font-weight: 400;
}
.data-path {
  height: 1px;
  width: 100%;
  position: relative;
  background: #2d6375;
  margin-top: 15px;
}
.data-path span {
  width: 12px;
  height: 3px;
  position: absolute;
  background: var(--cyan);
  top: -1px;
  animation: packet 2.4s linear infinite;
  box-shadow: 0 0 12px var(--cyan);
}
.data-path span:nth-child(2) {
  animation-delay: 0.8s;
}
.data-path span:nth-child(3) {
  animation-delay: 1.6s;
}
.data-path.second {
  margin-top: 15px;
}
@keyframes packet {
  0% {
    left: 0;
    opacity: 0;
  }
  10%,
  80% {
    opacity: 1;
  }
  100% {
    left: calc(100% - 12px);
    opacity: 0;
  }
}
.protocol-core {
  height: 145px;
  width: 145px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 7px;
  position: relative;
  border: 1px solid #33768a;
  border-radius: 50%;
  background: radial-gradient(#104157, #0b131b 65%);
  box-shadow: 0 0 60px #04dfff12;
}
.protocol-core img {
  width: 40px;
  height: 40px;
}
.protocol-core > b {
  font-size: 11px;
  letter-spacing: 0.13em;
}
.protocol-core > span {
  font-size: 7px;
  color: var(--cyan);
  letter-spacing: 0.1em;
}
.core-ring {
  position: absolute;
  inset: -12px;
  border: 1px dashed #20bdc858;
  border-radius: 50%;
  animation: spin 24s linear infinite;
}
.core-ring::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  left: 50%;
  top: -4px;
  background: var(--cyan);
  border-radius: 50%;
  box-shadow: 0 0 20px var(--cyan);
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.map-content {
  aspect-ratio: 1.35;
  border: 1px solid #34788d;
  border-radius: 7px;
  background: linear-gradient(150deg, #11364b, #07101a);
  box-shadow: 0 0 35px #08dfff08;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 12px;
  position: relative;
  transform: perspective(500px) rotateY(-12deg) rotateZ(5deg);
  transition: 0.7s;
}
.map-content::after {
  content: "";
  position: absolute;
  inset: 7px;
  border: 1px solid #35607555;
  border-radius: 3px;
}
.content-play {
  border: 1px solid #668e9f;
  color: #88a9b8;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  font-size: 10px;
  padding-left: 2px;
}
.map-content b {
  font-size: 8px;
  letter-spacing: 0.12em;
}
.map-content > span:last-child {
  font-size: 8px;
  color: var(--cyan);
  letter-spacing: 0.1em;
}
.owner-node {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid #34505e;
  border-radius: 4px;
  background: #0d1b26;
  padding: 10px 13px;
  min-width: 232px;
}
.owner-node::before {
  content: "";
  position: absolute;
  top: -43px;
  left: 50%;
  height: 42px;
  width: 1px;
  background: linear-gradient(#318899, #2b5364);
}
.owner-avatar {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border: 1px solid #356479;
  border-radius: 50%;
  font-size: 12px;
  color: #a7d6e7;
}
.owner-node small {
  font-size: 6px;
  letter-spacing: 0.12em;
  color: #8aabbd;
  display: block;
}
.owner-node b {
  font-size: 10px;
  display: block;
  margin-top: 4px;
}
.owner-badge {
  margin-left: auto;
  font-size: 7px;
  color: var(--cyan);
  border: 1px solid #216975;
  padding: 5px;
}
.protocol-console[data-step="1"] .map-content {
  transform: perspective(500px) rotateY(0) rotateZ(0);
  box-shadow: 0 0 40px #17e0ed29;
  border-color: var(--cyan);
}
.protocol-console[data-step="1"] .content-play {
  color: #0a1d28;
  background: var(--cyan);
  border-color: var(--cyan);
  box-shadow: 0 0 35px #1adee980;
}
.protocol-console[data-step="2"] .owner-node {
  border-color: var(--cyan);
  box-shadow: 0 0 30px #1adee917;
}
.protocol-console[data-step="2"] .owner-avatar {
  background: var(--cyan);
  color: var(--bg);
}
.protocol-console[data-step="2"] .map-card {
  transform: perspective(550px) rotateY(-12deg) rotateZ(5deg);
}
.protocol-explanation {
  border-top: 1px solid #233c4a;
  display: flex;
  justify-content: space-between;
  gap: 45px;
  padding: 27px 35px 30px;
  align-items: center;
}
.protocol-explanation .eyebrow {
  font-size: 8px;
  color: var(--cyan);
  margin-bottom: 9px;
}
.protocol-explanation h3 {
  font-size: 19px;
  margin-bottom: 8px;
}
.protocol-explanation p:not(.eyebrow) {
  color: #8ea5b5;
  font-size: 11px;
  max-width: 590px;
  line-height: 1.9;
}
.protocol-explanation .button {
  flex-shrink: 0;
  font-size: 11px;
  padding: 13px 18px;
  min-width: 186px;
}
.console-note {
  font-size: 8px;
  text-align: center;
  color: #8195a3;
  background: #081018;
  padding: 12px 20px;
  border-top: 1px solid #1a303c;
}
.protocol-facts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 32px;
}
.protocol-facts > div {
  border-right: 1px solid #293d4a;
  padding: 14px 12px;
  text-align: center;
}
.protocol-facts > div:last-child {
  border-right: 0;
}
.protocol-facts b {
  display: block;
  font-family: var(--display);
  font-size: 35px;
  letter-spacing: 0.015em;
  font-weight: 600;
}
.protocol-facts b em {
  color: var(--cyan);
  font-style: normal;
}
.protocol-facts span {
  color: #8fa3b2;
  font-size: 10px;
  margin-top: 7px;
  margin-inline: auto;
  display: block;
}
/* Content & business */
.business {
  border-top: 1px solid #1e2931;
}
.business-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.usecase-card,
.case-study {
  border: 1px solid #2b343b;
  border-radius: 8px;
  overflow: hidden;
  background: #10161c;
}
.usecase-media {
  height: 270px;
  background: #07111b;
  position: relative;
  overflow: hidden;
}
.usecase-media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.usecase-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(transparent 60%, #10161c);
}
.media-tag {
  position: absolute;
  left: 24px;
  top: 21px;
  font-size: 8px;
  letter-spacing: 0.12em;
  border: 1px solid #9ac0d34f;
  padding: 6px 8px;
  background: #07111b88;
}
.circle-play {
  width: 42px;
  height: 42px;
  position: absolute;
  right: 23px;
  bottom: 23px;
  border: 1px solid #ffffff70;
  border-radius: 50%;
  background: #0b111bbb;
  font-size: 20px;
  z-index: 1;
}
.circle-play:hover {
  background: var(--cyan);
  color: var(--bg);
}
.usecase-copy {
  padding: 25px 31px 32px;
}
.usecase-copy > span {
  font-size: 8px;
  letter-spacing: 0.13em;
  color: var(--cyan);
}
.usecase-copy h3 {
  font-size: 25px;
  margin: 16px 0;
}
.usecase-copy p {
  color: #9eafb9;
  font-size: 11px;
  line-height: 1.9;
  max-width: 430px;
}
.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 22px;
}
.tags span {
  border: 1px solid #37454f;
  color: #a4b8c5;
  padding: 6px 8px;
  font-size: 8px;
  letter-spacing: 0.06em;
}
.case-study {
  padding: 28px 34px 20px;
  position: relative;
  background: radial-gradient(ellipse at right bottom, #1a373e, #10161c 66%);
}
.case-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.case-top .eyebrow {
  font-size: 9px;
  color: #b6c6cc;
}
.case-top .outline-tag {
  font-size: 8px;
}
.case-number {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-top: 22px;
}
.case-number b {
  font-family: var(--display);
  font-size: 139px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: -0.025em;
  color: var(--cyan);
}
.case-number > span {
  font-size: 17px;
  line-height: 1.6;
  font-weight: 700;
  margin-top: 15px;
}
.case-lead {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
}
.case-bottom {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 18px;
}
.case-bottom img {
  width: 107px;
  max-height: 169px;
  object-fit: contain;
  transform: rotate(-7deg);
  filter: drop-shadow(8px 12px 15px #0008);
}
.case-bottom p {
  font-size: 10px;
  line-height: 1.8;
}
.case-bottom p.muted {
  margin-top: 12px;
  max-width: 235px;
  font-size: 10px;
}
.case-bottom .text-button {
  font-size: 10px;
  margin-top: 12px;
  gap: 8px;
}
.case-source {
  font-size: 7px;
  color: #6e8b99;
  display: block;
  margin-top: 24px;
}
.roadmap {
  display: grid;
  grid-template-columns: 0.85fr 1.3fr 1.8fr auto;
  gap: 30px;
  align-items: center;
  border-top: 1px solid #35424b;
  border-bottom: 1px solid #35424b;
  padding: 32px 0;
  margin-top: 40px;
}
.roadmap .eyebrow {
  color: var(--cyan);
  font-size: 9px;
}
.roadmap h3 {
  font-size: 18px;
  line-height: 1.65;
}
.roadmap > p {
  color: #92a4af;
  font-size: 10px;
  line-height: 1.9;
}
.roadmap-status {
  font-size: 7px;
  letter-spacing: 0.07em;
  white-space: nowrap;
  border: 1px solid #3a4d57;
  padding: 7px 10px;
  color: #a4b7c2;
}
/* Download, FAQ, contact */
.download {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 60px;
  background: #0b141c;
  border-top: 1px solid #23323e;
  border-bottom: 1px solid #23323e;
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0;
  min-height: 515px;
}
.download-visual {
  position: relative;
  min-height: 515px;
  overflow: hidden;
  mask-image: linear-gradient(transparent, #000 8%, #000 93%, transparent);
}
.download-visual img {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) rotate(-6deg);
  width: 100%;
  mix-blend-mode: screen;
}
.download-copy {
  align-self: center;
  padding: 65px 0;
}
.download-copy > .eyebrow {
  color: #9bafba;
  margin-bottom: 20px;
}
.download h2 {
  font-family: var(--display);
  font-size: clamp(64px, 6.2vw, 100px);
  letter-spacing: -0.015em;
  line-height: 0.9;
  font-weight: 600;
}
.download-copy > p:not(.eyebrow) {
  font-size: 12px;
  color: #a5bac7;
  margin-top: 24px;
  line-height: 1.9;
}
.store-links {
  display: flex;
  gap: 12px;
  margin-top: 25px;
}
.store-links a {
  display: flex;
  gap: 14px;
  align-items: center;
  border: 1px solid #44606d;
  background: #080f15;
  border-radius: 5px;
  padding: 10px 19px;
  transition: background 0.2s;
}
.store-links a:hover {
  background: #133541;
  border-color: var(--cyan);
}
.store-links small {
  font-size: 7px;
  letter-spacing: 0.03em;
  display: block;
}
.store-links b {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.02em;
}
.store-symbol {
  font-size: 25px;
  color: var(--cyan);
}
.download-copy > small {
  display: block;
  font-size: 8px;
  margin-top: 18px;
  color: #809aaa;
  line-height: 1.8;
}
.faq {
  display: grid;
  grid-template-columns: 1fr 1.8fr;
  gap: 80px;
}
.faq .eyebrow {
  color: #8e9da7;
  margin-bottom: 21px;
}
.faq h2 {
  font-size: 30px;
}
.faq-list {
  border-top: 1px solid #344049;
}
.faq details {
  border-bottom: 1px solid #344049;
}
.faq summary {
  display: flex;
  list-style: none;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  cursor: pointer;
  padding: 24px 0;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.8;
}
.faq summary::-webkit-details-marker {
  display: none;
}
.faq summary > span {
  font-size: 20px;
  color: var(--cyan);
  font-weight: 400;
  transition: transform 0.3s;
}
.faq details[open] summary > span {
  transform: rotate(45deg);
}
.faq details p {
  font-size: 11px;
  line-height: 2;
  color: #99aebc;
  padding: 0 35px 25px 0;
}
.contact {
  position: relative;
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 50px;
  background: #121d25;
  isolation: isolate;
  overflow: hidden;
  border-top: 1px solid #334856;
  border-bottom: 1px solid #334856;
  align-items: center;
}
.contact-lines {
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image: linear-gradient(
    112deg,
    transparent 49%,
    #23849628 50%,
    transparent 51%
  );
  background-size: 100px 100%;
  mask-image: linear-gradient(to right, #000, transparent);
}
.contact > .contact-copy {
  justify-self: end;
  max-width: 360px;
}
.contact .eyebrow {
  color: #9cbbc7;
  font-size: 9px;
  margin-bottom: 27px;
}
.contact h2 {
  font-family: var(--display);
  font-size: clamp(79px, 9.5vw, 150px);
  line-height: 0.87;
  font-weight: 600;
  letter-spacing: -0.025em;
}
.contact h2 span {
  color: var(--cyan);
}
.contact-copy h3 {
  font-size: 25px;
  margin-bottom: 16px;
}
.contact-copy p {
  color: #91a9b7;
  font-size: 11px;
  line-height: 1.9;
  margin-bottom: 25px;
}
.contact-copy .button {
  min-width: 270px;
}
.contact-note {
  display: block;
  font-size: 8px;
  color: #89a6b8;
  margin-top: 15px;
}
.site-footer {
  padding: 35px var(--pad);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.site-footer .brand > span {
  font-size: 15px;
}
.site-footer .brand img {
  width: 31px;
  height: 31px;
}
.site-footer > div {
  display: flex;
  gap: 24px;
  font-size: 9px;
  color: #8b9daa;
}
.site-footer > small {
  font-size: 8px;
  color: #647d8c;
}
.site-footer a:hover {
  color: var(--cyan);
}
/* Dialog and motion preferences */
#media-dialog {
  width: min(960px, calc(100% - 30px));
  max-height: 94svh;
  padding: 0;
  background: #101a23;
  border: 1px solid #416176;
  border-radius: 8px;
  color: var(--white);
  overflow: auto;
  box-shadow: 0 30px 140px #000;
}
#media-dialog::backdrop {
  background: #03080de8;
  backdrop-filter: blur(12px);
}
.dialog-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 21px;
  position: sticky;
  top: 0;
  background: #101a23;
  z-index: 2;
  border-bottom: 1px solid #29414f;
}
.dialog-top h2 {
  font: 600 11px var(--body);
  letter-spacing: 0.08em;
}
.dialog-close {
  background: transparent;
  font-size: 30px;
  font-weight: 300;
  line-height: 1;
  width: 36px;
  height: 36px;
}
.dialog-close:hover {
  color: var(--cyan);
}
#dialog-video {
  width: 100%;
  max-height: 73svh;
  background: #000;
}
#dialog-image {
  width: auto;
  max-width: 100%;
  max-height: 77svh;
  margin: 0 auto;
  object-fit: contain;
}
.dialog-caption {
  text-align: center;
  color: #7a99ad;
  font-size: 8px;
  letter-spacing: 0.12em;
  padding: 15px;
}
.reveal {
  opacity: 1;
}
.motion-enabled .reveal {
  opacity: 0;
  transform: translateY(26px);
  transition:
    opacity 0.8s,
    transform 0.8s;
}
.motion-enabled .reveal.is-visible {
  opacity: 1;
  transform: none;
}
.motion-paused *,
.motion-paused *::before,
.motion-paused *::after {
  animation-play-state: paused !important;
}
.motion-paused .reveal {
  opacity: 1;
  transform: none;
  transition: none;
}
@media (min-width: 1600px) {
  .hero {
    min-height: 860px;
  }
  .hero-exhibit {
    min-height: 760px;
  }
  .hero-copy {
    padding-top: 80px;
  }
  .hero-description {
    font-size: 14px;
  }
  .hero-actions {
    margin-top: 33px;
  }
  .app-showcase {
    min-height: 720px;
  }
  .feature-copy {
    padding-right: 70px;
  }
  .mock-window img {
    width: 125%;
    left: -13%;
  }
  .protocol-map {
    min-height: 420px;
  }
  .protocol-core {
    width: 175px;
    height: 175px;
  }
}
@media (max-width: 1100px) {
  .header-identity {
    gap: 12px;
  }
  .header-patent {
    max-width: 8em;
    white-space: normal;
    text-wrap: balance;
  }
  .desktop-nav {
    gap: 19px;
  }
  .brand > span {
    font-size: 18px;
  }
  .brand img {
    width: 36px;
    height: 36px;
  }
  .header-actions {
    gap: 10px;
  }
  .hero {
    min-height: 705px;
    grid-template-columns: 1fr 1fr;
  }
  .hero-copy {
    padding-top: 60px;
  }
  .hero h1 {
    font-size: clamp(93px, 10.4vw, 118px);
  }
  .hero h2 {
    font-size: 21px;
  }
  .hero-actions {
    flex-wrap: wrap;
    gap: 10px 23px;
  }
  .hero-description {
    font-size: 11px;
  }
  .hero .button {
    font-size: 11px;
    padding: 15px 17px;
    gap: 15px;
  }
  .hero-micro {
    margin-top: 20px;
  }
  .hero-exhibit {
    min-height: 685px;
    margin-left: -12%;
    margin-right: -9%;
  }
  .stage-heading {
    left: 13%;
    font-size: 6px;
    right: 10%;
  }
  .floating-label {
    font-size: 6px;
  }
  .floating-label b {
    font-size: 7px;
  }
  .label-content {
    right: 4%;
  }
  .label-card {
    left: 6%;
    top: 56%;
  }
  .stage-controls {
    left: 14%;
    right: 10%;
  }
  .tap-button {
    font-size: 9px;
    padding: 13px 15px;
    gap: 10px;
  }
  .stage-caption {
    font-size: 8px;
    right: 10%;
    left: 12%;
  }
  .section {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .section-heading > p {
    font-size: 11px;
  }
  .app-showcase {
    grid-template-columns: 183px 1fr;
    min-height: 570px;
  }
  .feature-tab {
    padding: 23px 14px 23px 17px;
    gap: 4px;
    grid-template-columns: 18px 1fr 12px;
  }
  .feature-tab b {
    font-size: 11px;
  }
  .feature-tab small {
    font-size: 8px;
  }
  .feature-panel {
    grid-template-columns: 1.2fr 1fr;
  }
  .feature-copy {
    padding: 55px 25px 40px 0;
  }
  .feature-copy h3 {
    font-size: 22px;
  }
  .feature-copy > p:not(.eyebrow) {
    font-size: 10px;
  }
  .feature-number {
    font-size: 75px;
    margin-bottom: 30px;
  }
  .mock-window img {
    width: 154%;
    left: -29%;
  }
  .protocol-map {
    padding-left: 7%;
    padding-right: 7%;
  }
  .protocol-core {
    height: 125px;
    width: 125px;
  }
  .protocol-explanation {
    gap: 25px;
    padding: 25px;
  }
  .protocol-explanation h3 {
    font-size: 17px;
  }
  .protocol-explanation p:not(.eyebrow) {
    font-size: 10px;
  }
  .usecase-media {
    height: 240px;
  }
  .usecase-copy {
    padding: 25px;
  }
  .case-study {
    padding: 25px;
  }
  .case-number b {
    font-size: 120px;
  }
  .case-bottom {
    gap: 15px;
  }
  .case-bottom img {
    width: 93px;
  }
  .case-bottom .text-button {
    font-size: 8px;
  }
  .roadmap {
    grid-template-columns: 0.75fr 1.15fr 1.7fr;
    gap: 24px;
  }
  .roadmap-status {
    grid-column: 3;
    justify-self: start;
    margin-top: -12px;
  }
  .download {
    padding-top: 0;
    padding-bottom: 0;
    gap: 30px;
  }
  .store-links {
    gap: 8px;
  }
  .store-links a {
    padding: 10px 13px;
    gap: 10px;
  }
  .store-links b {
    font-size: 16px;
  }
  .faq {
    gap: 40px;
  }
  .contact-copy h3 {
    font-size: 21px;
  }
  .contact {
    gap: 35px;
  }
  .contact-copy .button {
    min-width: 240px;
  }
  .site-footer {
    flex-wrap: wrap;
  }
  .site-footer > small {
    width: 100%;
    margin-top: -15px;
    text-align: right;
  }
}
@media (max-width: 760px) {
  :root {
    --pad: 24px;
  }
  html {
    scroll-padding-top: 85px;
  }
  .section {
    padding-top: 65px;
    padding-bottom: 65px;
  }
  .site-header {
    gap: 10px;
    height: 75px;
  }
  .header-identity {
    gap: 8px;
  }
  .header-patent {
    font-size: 9px;
    max-width: 7.3em;
    min-width: 7.3em;
  }
  .brand {
    gap: 7px;
  }
  .brand > span {
    font-size: 17px;
    letter-spacing: 0.21em;
  }
  .brand img {
    width: 31px;
    height: 31px;
  }
  .desktop-nav,
  .header-actions > .button {
    display: none;
  }
  .header-actions {
    gap: 14px;
  }
  .motion-toggle {
    width: 30px;
    height: 30px;
  }
  .menu-toggle {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    width: 30px;
    height: 34px;
    padding: 5px;
    background: none;
  }
  .menu-toggle span {
    width: 20px;
    height: 1px;
    background: var(--white);
    transition: transform 0.2s;
  }
  .menu-toggle[aria-expanded="true"] span:first-child {
    transform: translateY(3px) rotate(45deg);
  }
  .menu-toggle[aria-expanded="true"] span:last-child {
    transform: translateY(-3px) rotate(-45deg);
  }
  .hero {
    display: flex;
    flex-direction: column;
    min-height: 0;
    padding-bottom: 59px;
  }
  .hero-copy {
    padding: 38px 0 0;
    pointer-events: auto;
  }
  .hero-copy > .eyebrow {
    font-size: 8px;
    letter-spacing: 0.14em;
    margin-bottom: 22px;
  }
  .hero h1 {
    font-size: clamp(90px, 19.5vw, 145px);
    margin-bottom: 23px;
    line-height: 0.82;
  }
  .hero h2 {
    font-size: 23px;
    line-height: 1.6;
    letter-spacing: 0;
  }
  .hero-description {
    font-size: 11px;
    margin-top: 15px;
    line-height: 1.9;
  }
  .hero-actions {
    gap: 17px;
    margin-top: 23px;
    flex-wrap: nowrap;
  }
  .hero-actions .button {
    padding: 14px 15px;
    font-size: 10px;
    gap: 14px;
  }
  .hero-actions .text-button {
    font-size: 10px;
    gap: 10px;
  }
  .hero-micro {
    display: none;
  }
  .hero-exhibit {
    min-height: 495px;
    margin: 12px -24px 0;
  }
  .hero-aura {
    inset: -10% 0 -5%;
  }
  .hero-exhibit::after {
    width: 240px;
    height: 90px;
    bottom: 19%;
    left: 20%;
  }
  .stage-heading {
    left: 8%;
    right: 8%;
    top: 14px;
    font-size: 6px;
  }
  #product-stage {
    inset: 15px 0 82px;
  }
  .label-card {
    top: 50%;
    left: 7%;
  }
  .label-content {
    top: 26%;
    right: 5%;
  }
  .floating-label {
    font-size: 6px;
  }
  .stage-controls {
    bottom: 42px;
    left: 8%;
    right: 8%;
  }
  .stage-caption {
    bottom: 17px;
    font-size: 8px;
    left: 6%;
    right: 8%;
  }
  .rotate-button {
    font-size: 20px;
    padding: 7px 10px;
  }
  .rotate-button span {
    font-size: 7px;
  }
  .tap-button {
    font-size: 10px;
    padding: 12px 18px;
    gap: 24px;
  }
  .hero-bottom {
    height: 55px;
    font-size: 6px;
    letter-spacing: 0.07em;
  }
  .hero-bottom a {
    gap: 7px;
  }
  .hero-bottom > span:nth-child(2) {
    display: none;
  }
  .ticker {
    height: 73px;
  }
  .ticker > div {
    font-size: 47px;
    gap: 23px;
  }
  .ticker i {
    font-size: 28px;
  }
  .section-heading {
    flex-direction: column;
    align-items: flex-start;
    gap: 22px;
    margin-bottom: 32px;
  }
  .section-heading .eyebrow {
    font-size: 9px;
    margin-bottom: 15px;
  }
  .section-heading h2 {
    font-size: 35px;
    line-height: 1.4;
  }
  .section-heading > p,
  .section-heading > div > p:not(.eyebrow) {
    font-size: 11px;
    line-height: 1.9;
  }
  .app-showcase {
    display: flex;
    flex-direction: column;
    min-height: 0;
    border-radius: 7px;
  }
  .feature-nav {
    flex-direction: row;
    padding: 0;
    border-right: 0;
    border-bottom: 1px solid #263b49;
    overflow-x: auto;
    scrollbar-width: thin;
    justify-content: flex-start;
  }
  .feature-tab {
    flex: 0 0 115px;
    min-height: 85px;
    padding: 15px 13px;
    grid-template-columns: 15px 1fr;
    gap: 3px;
    align-content: center;
  }
  .feature-tab > span {
    font-size: 12px;
  }
  .feature-tab b {
    font-size: 10px;
  }
  .feature-tab small {
    font-size: 7px;
  }
  .feature-tab i {
    display: none;
  }
  .feature-tab[aria-selected="true"] {
    background: linear-gradient(0deg, #16475866, transparent);
  }
  .feature-tab[aria-selected="true"]::before {
    top: auto;
    right: 0;
    left: 0;
    bottom: 0;
    height: 2px;
    width: auto;
  }
  .feature-panel {
    display: flex;
    flex-direction: column;
  }
  .mock-visual {
    height: 445px;
  }
  .mock-window img {
    width: 113%;
    left: -6%;
    top: 50%;
    transform: translateY(-50%);
  }
  .mock-caption {
    bottom: 10px;
    font-size: 7px;
  }
  .feature-copy {
    padding: 24px 25px 30px;
    align-self: stretch;
    border-top: 1px solid #263946;
    min-height: 252px;
  }
  .feature-number {
    position: absolute;
    right: 23px;
    top: 20px;
    font-size: 70px;
    margin: 0;
    color: #ffffff0b;
  }
  .feature-copy .eyebrow {
    font-size: 8px;
  }
  .feature-copy h3 {
    font-size: 23px;
    margin-bottom: 14px;
    max-width: 260px;
  }
  .feature-copy > p:not(.eyebrow) {
    font-size: 11px;
    max-width: none;
  }
  .feature-chip {
    margin: 20px 0 8px;
    display: inline-block;
    font-size: 7px;
  }
  .feature-copy .text-button {
    float: right;
    margin-top: 12px;
    font-size: 9px;
    gap: 9px;
  }
  .protocol .section-heading .outline-tag {
    font-size: 8px;
    margin-top: 15px;
  }
  .console-top {
    padding: 15px;
    font-size: 7px;
  }
  .protocol-steps button {
    padding: 17px 12px;
    gap: 8px;
    font-size: 19px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .protocol-steps button small {
    font-size: 8px;
  }
  .protocol-steps button > span {
    display: none;
  }
  .protocol-map {
    min-height: 302px;
    grid-template-columns: 1.1fr 0.25fr 1fr 0.25fr 1.1fr;
    padding: 20px 6% 100px;
    background-size: 13px 13px;
  }
  .protocol-core {
    width: 82px;
    height: 82px;
    gap: 4px;
  }
  .protocol-core img {
    width: 25px;
    height: 25px;
  }
  .protocol-core > b {
    font-size: 7px;
    letter-spacing: 0.09em;
  }
  .protocol-core > span {
    font-size: 5px;
  }
  .core-ring {
    inset: -7px;
  }
  .core-ring::after {
    width: 4px;
    height: 4px;
    top: -2px;
  }
  .map-content {
    aspect-ratio: 0.9;
    gap: 8px;
    border-radius: 4px;
  }
  .map-content b {
    font-size: 5px;
    letter-spacing: 0;
  }
  .map-content > span:last-child {
    font-size: 5px;
    letter-spacing: 0.04em;
  }
  .content-play {
    width: 23px;
    height: 23px;
    font-size: 7px;
  }
  .map-content::after {
    inset: 4px;
  }
  .map-card img {
    border-radius: 3px;
  }
  .map-card > div {
    bottom: -35px;
  }
  .map-card span,
  .map-card b {
    font-size: 5px;
    letter-spacing: 0.03em;
  }
  .data-path {
    margin-top: 0;
  }
  .data-path.second {
    margin-top: 0;
  }
  .data-path span {
    width: 5px;
    height: 2px;
  }
  .owner-node {
    bottom: 29px;
    min-width: 196px;
    padding: 9px;
    gap: 8px;
  }
  .owner-node::before {
    height: 37px;
    top: -38px;
  }
  .owner-node small {
    font-size: 5px;
  }
  .owner-node b {
    font-size: 9px;
  }
  .owner-avatar {
    width: 25px;
    height: 25px;
    font-size: 11px;
  }
  .owner-badge {
    font-size: 6px;
  }
  .protocol-explanation {
    display: block;
    padding: 22px 20px;
  }
  .protocol-explanation h3 {
    font-size: 17px;
    line-height: 1.7;
  }
  .protocol-explanation p:not(.eyebrow) {
    font-size: 10px;
  }
  .protocol-explanation .button {
    margin-top: 20px;
    font-size: 10px;
    padding: 11px 14px;
  }
  .console-note {
    font-size: 7px;
    padding: 12px 15px;
    line-height: 1.7;
    text-align: left;
  }
  .protocol-facts {
    gap: 12px;
    margin-top: 24px;
  }
  .protocol-facts > div {
    padding: 7px 0;
  }
  .protocol-facts b {
    font-size: clamp(19px, 5vw, 31px);
    white-space: nowrap;
  }
  .protocol-facts span {
    font-size: 7px;
    line-height: 1.6;
    max-width: 105px;
  }
  .business-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .usecase-media {
    height: 260px;
  }
  .usecase-copy {
    padding: 24px;
  }
  .usecase-copy h3 {
    font-size: 25px;
  }
  .usecase-copy p {
    font-size: 11px;
  }
  .case-study {
    padding: 24px;
  }
  .case-number b {
    font-size: 133px;
  }
  .case-number > span {
    font-size: 20px;
  }
  .case-lead {
    font-size: 24px;
  }
  .case-bottom {
    gap: 25px;
  }
  .case-bottom img {
    width: 100px;
  }
  .case-bottom .text-button {
    font-size: 9px;
  }
  .case-source {
    font-size: 6px;
  }
  .roadmap {
    display: block;
    padding: 25px 0;
    margin-top: 30px;
  }
  .roadmap h3 {
    font-size: 21px;
    margin: 13px 0;
  }
  .roadmap p {
    font-size: 11px;
  }
  .roadmap-status {
    display: inline-block;
    margin: 16px 0 0;
    font-size: 7px;
  }
  .download {
    display: flex;
    flex-direction: column-reverse;
    gap: 0;
    min-height: 0;
    padding-bottom: 0;
    padding-top: 0;
  }
  .download-copy {
    padding: 60px 0 0;
    align-self: stretch;
  }
  .download h2 {
    font-size: 80px;
  }
  .download-copy > p:not(.eyebrow) {
    font-size: 11px;
  }
  .store-links {
    gap: 9px;
    margin-top: 23px;
  }
  .store-links a {
    padding: 10px 14px;
    gap: 12px;
  }
  .store-links b {
    font-size: 16px;
  }
  .store-links small {
    font-size: 6px;
  }
  .store-symbol {
    font-size: 22px;
  }
  .download-copy > small {
    font-size: 7px;
  }
  .download-visual {
    min-height: 350px;
    width: 100%;
    margin-top: 25px;
  }
  .download-visual img {
    width: 90%;
    left: 5%;
    transform: translateY(-50%) rotate(-6deg);
  }
  .faq {
    display: block;
  }
  .faq-list {
    margin-top: 28px;
  }
  .faq h2 {
    font-size: 28px;
  }
  .faq .eyebrow {
    font-size: 9px;
    margin-bottom: 15px;
  }
  .faq summary {
    font-size: 11px;
    padding: 21px 0;
    gap: 15px;
  }
  .faq summary span {
    font-size: 18px;
  }
  .faq details p {
    font-size: 10px;
    padding-right: 10px;
  }
  .contact {
    display: block;
    padding-top: 60px;
    padding-bottom: 55px;
  }
  .contact h2 {
    font-size: 94px;
  }
  .contact .eyebrow {
    font-size: 8px;
    margin-bottom: 21px;
  }
  .contact > .contact-copy {
    margin-top: 34px;
    max-width: none;
  }
  .contact-copy h3 {
    font-size: 24px;
  }
  .contact-copy p {
    font-size: 11px;
  }
  .contact-copy .button {
    font-size: 12px;
    min-width: 280px;
  }
  .contact-note {
    font-size: 7px;
  }
  .site-footer {
    padding: 27px var(--pad);
    gap: 23px;
  }
  .site-footer .brand > span {
    font-size: 13px;
  }
  .site-footer .brand img {
    width: 27px;
    height: 27px;
  }
  .site-footer > div {
    gap: 17px;
    font-size: 8px;
  }
  .site-footer > small {
    text-align: left;
    margin: 0;
    font-size: 7px;
  }
  .mobile-only {
    display: block;
  }
}
@media (max-width: 370px) {
  .site-header .brand > span {
    font-size: 13px;
    letter-spacing: 0.12em;
  }
  .site-header .brand img {
    width: 24px;
    height: 24px;
  }
  .site-header .header-actions {
    gap: 6px;
  }
  :root {
    --pad: 20px;
  }
  .hero h1 {
    font-size: 83px;
  }
  .hero h2 {
    font-size: 20px;
  }
  .hero-actions {
    gap: 14px;
  }
  .hero-actions .button {
    font-size: 9px;
    padding: 13px;
  }
  .hero-actions .text-button {
    font-size: 9px;
    gap: 7px;
  }
  .hero-exhibit {
    min-height: 435px;
  }
  .mock-visual {
    height: 395px;
  }
  .feature-copy h3 {
    font-size: 21px;
  }
  .protocol-steps button {
    font-size: 17px;
    padding: 16px 7px;
    gap: 6px;
  }
  .protocol-core {
    width: 73px;
    height: 73px;
  }
  .protocol-facts b {
    font-size: 19px;
  }
  .store-links a {
    padding: 9px 10px;
    gap: 9px;
  }
  .store-links b {
    font-size: 15px;
  }
  .contact h2 {
    font-size: 86px;
  }
  .case-bottom {
    gap: 16px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
  .motion-enabled .reveal {
    opacity: 1;
    transform: none;
  }
}

/* Crop away the poster headlines while retaining the supplied product render. */
.mock-window img {
  width: 100%;
  left: 0;
  transform: translateY(-59%);
  clip-path: inset(var(--mock-crop-top, 27%) 0 8% 0);
}
.feature-panel[data-feature="2"] {
  --mock-crop-top: 34%;
}
.feature-panel[data-feature="3"] {
  --mock-crop-top: 28%;
}
.feature-panel[data-feature="4"] {
  --mock-crop-top: 32%;
}
.feature-panel[data-feature="5"] {
  --mock-crop-top: 31%;
}
.download-visual img {
  transform: translateY(-59%) rotate(-6deg);
  clip-path: inset(34% 0 8% 0);
}
@keyframes mock-in {
  from {
    opacity: 0.15;
    transform: translateY(-56%) rotate(2deg);
  }
  to {
    opacity: 1;
    transform: translateY(-59%) rotate(0);
  }
}
@media (max-width: 760px) {
  .mock-window img {
    width: 100%;
    left: 0;
    transform: translateY(-59%);
  }
  .download-visual img {
    width: 90%;
    left: 5%;
    transform: translateY(-59%) rotate(-6deg);
  }
}

/* The card and digital content stay paired through every ownership state. */
.pair-link-label {
  position: absolute;
  top: 17px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 14px;
  align-items: center;
  white-space: nowrap;
  font-size: 8px;
  letter-spacing: 0.13em;
  color: #92aeba;
}
.pair-link-label b {
  color: var(--cyan);
  font-size: 14px;
}
.map-card b {
  color: var(--cyan);
}
.ownership-route {
  display: none;
}
.protocol-console[data-step="2"] .protocol-map {
  min-height: 430px;
  padding-bottom: 165px;
}
.protocol-console[data-step="2"] .owner-node {
  display: none;
}
.protocol-console[data-step="2"] .ownership-route {
  position: absolute;
  bottom: 23px;
  left: 15%;
  right: 15%;
  display: grid;
  grid-template-columns: 105px 1fr 105px;
  align-items: center;
  gap: 22px;
}
.transfer-owner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}
.transfer-owner > span {
  display: grid;
  place-items: center;
  width: 31px;
  height: 31px;
  border: 1px solid #617b8a;
  border-radius: 50%;
  font-size: 13px;
}
.transfer-owner b {
  font-size: 11px;
}
.transfer-owner small {
  font-size: 8px;
  color: #8ba4b0;
  white-space: nowrap;
}
.transfer-owner.previous {
  color: #80949f;
}
.transfer-owner.current > span {
  background: var(--cyan);
  color: #081018;
  border-color: var(--cyan);
}
.transfer-owner.current small {
  color: var(--cyan);
}
.transfer-path {
  position: relative;
  padding-top: 21px;
  text-align: center;
  color: var(--cyan);
}
.transfer-path::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 4px;
  height: 1px;
  background: #249cad;
}
.transfer-path::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 9px;
  height: 9px;
  border-top: 1px solid var(--cyan);
  border-right: 1px solid var(--cyan);
  transform: rotate(45deg);
}
.transfer-path b {
  display: block;
  font-size: 10px;
  font-weight: 500;
}
.transfer-path small {
  display: block;
  font-size: 8px;
  margin-top: 5px;
  color: #8ba4b0;
}
.transfer-pair {
  position: absolute;
  top: -10px;
  left: calc(100% - 48px);
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 4px 7px;
  border: 1px solid #34828e;
  border-radius: 3px;
  background: #0c2630;
  animation: transfer-pair 1.6s cubic-bezier(0.22, 0.7, 0.25, 1) both;
}
.transfer-pair i {
  font-size: 13px;
  font-style: normal;
}
.transfer-pair i + i {
  font-size: 9px;
}
@keyframes transfer-pair {
  from {
    left: 0;
  }
  to {
    left: calc(100% - 48px);
  }
}
.protocol-facts > div:nth-child(2) b {
  color: var(--cyan);
}
@media (max-width: 760px) {
  .pair-link-label {
    top: 12px;
    font-size: 6px;
    gap: 9px;
  }
  .pair-link-label b {
    font-size: 11px;
  }
  .protocol-console[data-step="2"] .protocol-map {
    min-height: 355px;
    padding-top: 36px;
    padding-bottom: 145px;
  }
  .protocol-console[data-step="2"] .ownership-route {
    left: 6%;
    right: 6%;
    gap: 10px;
    grid-template-columns: 66px 1fr 66px;
  }
  .transfer-owner b {
    font-size: 9px;
  }
  .transfer-owner small {
    font-size: 6px;
  }
  .transfer-path b {
    font-size: 8px;
  }
  .transfer-path small {
    font-size: 7px;
  }
  .map-card b {
    font-size: 6px;
    letter-spacing: 0;
    white-space: nowrap;
  }
  .map-content > span:last-child {
    font-size: 6px;
    letter-spacing: 0;
  }
}

/* Retain the raised card above the scan screen, without the poster headline. */
.feature-panel[data-feature="2"] .mock-window img,
.download-visual img {
  clip-path: polygon(0 34%, 56% 34%, 60% 27%, 100% 27%, 100% 92%, 0 92%);
}
/* Pausing ambient motion must never freeze newly selected content mid-reveal. */
.motion-paused .feature-panel.changing .mock-window img,
.motion-paused .feature-panel.changing .feature-copy,
.motion-paused .transfer-pair {
  animation: none !important;
}

/* Product: a video becomes a collectible. */
.product {
  background: #090d11;
  border-bottom: 1px solid var(--line);
}
.product-heading {
  position: relative;
  margin-bottom: 34px;
}
.product-name {
  margin-top: 18px;
  font-size: clamp(26px, 3.3vw, 46px);
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: -0.04em;
}
.product-name sup { font-size: .42em; vertical-align: super; margin-left: 3px; }
.product-category {
  position: absolute;
  right: 0;
  top: 58px;
  color: #819aa8;
  font-size: 10px;
  letter-spacing: .14em;
}
.product-definition { margin-top: 18px; max-width: 650px; font-size: 12px; color: #a2b5c2; line-height: 1.9; }
.product-cover {
  position: relative;
  min-height: clamp(510px, 49vw, 730px);
  overflow: hidden;
  background: #080c10;
  border: 1px solid #26343c;
}
.product-studio { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.product-cover::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #080d12dd 0%, #080d1280 30%, transparent 59%);
  pointer-events: none;
}
.product-cover-copy { position: relative; z-index: 1; width: 53%; padding: clamp(30px, 4vw, 66px); }
.product-cover-copy h2 { font-size: clamp(37px, 4.45vw, 70px); line-height: 1.35; letter-spacing: -.05em; }
.product-cover-copy > p { margin-top: 25px; font-size: clamp(15px, 1.5vw, 22px); font-weight: 600; line-height: 1.9; }
.product-explore { display: inline-flex; gap: 20px; align-items: center; font-size: 11px; margin-top: 34px; padding-bottom: 10px; border-bottom: 1px solid #8ba8b470; }
.product-explore:hover { color: var(--cyan); }
.product-explore > span { font-size: 22px; }
.product-image-note { position: absolute; right: 20px; bottom: 16px; z-index: 1; font-size: 8px; color: #a2b4bf; text-shadow: 0 1px 5px black; }
.product-challenges { padding: 44px 0 48px; border-bottom: 1px solid var(--line); }
.product-challenges > .eyebrow { color: #9badb7; letter-spacing: .03em; }
.challenge-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; margin-top: 28px; }
.challenge-list > div { position: relative; padding-left: 28px; }
.challenge-list > div > span { position: absolute; left: 0; top: 6px; font: 12px var(--display); color: #e35a69; }
.challenge-list h3 { font-size: clamp(14px, 1.5vw, 21px); letter-spacing: -.03em; }
.challenge-list p { margin-top: 9px; max-width: 290px; color: #91a5b1; font-size: 11px; }
.product-how { padding-top: 60px; scroll-margin-top: 105px; }
.product-how-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 35px; margin-bottom: 32px; }
.product-how-heading .eyebrow { color: var(--cyan); font-size: 10px; }
.product-how-heading h3 { margin-top: 15px; font-size: clamp(27px, 3.3vw, 46px); line-height: 1.4; }
.product-how-heading > p { color: #a4b7c4; font-size: 12px; line-height: 2; }
.product-story { border: 1px solid #29434d; background: #0a141b; }
.product-story-tabs { display: grid; grid-template-columns: repeat(3, 1fr); border-bottom: 1px solid #29434d; }
.product-story-tabs button { position: relative; display: flex; align-items: center; gap: 17px; background: transparent; color: #879eac; padding: 22px 26px; font-size: 13px; font-weight: 600; border-right: 1px solid #29434d; }
.product-story-tabs button:last-child { border-right: 0; }
.product-story-tabs button > span { font: 20px var(--display); }
.product-story-tabs button[aria-selected='true'] { background: #12303a; color: var(--white); box-shadow: inset 0 -2px var(--cyan); }
.product-story-tabs button[aria-selected='true'] > span { color: var(--cyan); }
.product-story-visual { position: relative; height: clamp(340px, 34vw, 460px); perspective: 1000px; overflow: hidden; background: radial-gradient(ellipse at 65% 70%, #103b4d80, transparent 66%); }
.product-source { position: absolute; width: 45%; left: 50%; top: 12%; transform: translateX(-50%); overflow: hidden; border: 1px solid #466570; border-radius: 5px; background: #050a0e; box-shadow: 0 24px 60px #0008; transition: left .8s, width .8s, transform .8s, opacity .8s, top .8s; }
.product-source-top, .product-source-bottom { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 12px 16px; font-size: 8px; color: #a4bdc9; letter-spacing: .12em; }
.product-source-top > span:first-child { display: flex; align-items: center; gap: 7px; }
.product-source-top i { width: 5px; height: 5px; border-radius: 50%; background: var(--red); }
.product-source video { width: 100%; aspect-ratio: 16/9; object-fit: contain; background: #000; }
.product-source-bottom { border-top: 1px solid #223740; }
.product-timeline { flex: 1; height: 3px; background: #263b46; }
.product-timeline i { display: block; height: 100%; background: var(--cyan); width: 100%; transform-origin: left; animation: product-progress 9.833s linear infinite; animation-play-state: paused; }
.product-story.in-view .product-timeline i { animation-play-state: running; }
@keyframes product-progress { from { transform: scaleX(0); } to { transform: scaleX(1); } }
.product-output { position: absolute; width: 38%; top: 27%; right: 8%; opacity: 0; transform: translateX(-60%) scale(.65); transition: opacity .65s, transform .85s; transform-style: preserve-3d; }
.product-card-front { position: relative; z-index: 3; display: block; width: 100%; height: auto; border-radius: 5px; border: 1px solid #6c8598; box-shadow: 1px 2px #344655, 0 30px 55px #000b; }
.product-card-back { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; gap: 8px; background: #040506; border: 1px solid #485560; border-radius: 5px; opacity: 0; transition: transform .85s, opacity .65s; box-shadow: 0 15px 30px #0009; }
.product-card-back img { width: 30px; height: 30px; object-fit: contain; }
.product-card-back span { font-size: 12px; font-weight: 700; letter-spacing: .24em; }
.product-output-label { position: absolute; top: calc(100% + 26px); left: 0; width: 100%; text-align: center; font-size: 11px; letter-spacing: .06em; color: #a7c4d1; }
.product-connection { position: absolute; z-index: 4; width: 8%; height: 16px; left: 42%; top: 47%; opacity: 0; transition: opacity .5s; color: var(--cyan); pointer-events: none; }
.product-connection span { position: absolute; width: 100%; bottom: calc(100% + 6px); text-align: center; font-size: 12px; letter-spacing: .1em; white-space: nowrap; }
.product-connection svg { display: block; width: 100%; height: 100%; overflow: visible; }
.product-connection path { fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; vector-effect: non-scaling-stroke; }
.product-visual-note { position: absolute; bottom: 16px; left: 20px; font-size: 8px; color: #7691a2; }
.product-story[data-step='1'] .product-source, .product-story[data-step='2'] .product-source { left: 6%; width: 34%; top: 23%; transform: none; }
.product-story[data-step='1'] .product-output { opacity: 1; transform: rotateY(-12deg) rotateZ(-4deg); }
.product-story[data-step='1'] .product-connection, .product-story[data-step='2'] .product-connection { opacity: 1; }
.product-story[data-step='2'] .product-source { opacity: .45; transform: scale(.94); }
.product-story[data-step='2'] .product-output { opacity: 1; transform: translateX(3%) rotateY(-8deg) rotateZ(-4deg); }
.product-story[data-step='2'] .back-one { opacity: 1; transform: translate(-11%, -16%) rotateZ(-13deg); }
.product-story[data-step='2'] .back-two { opacity: 1; transform: translate(10%, -14%) rotateZ(14deg); }
.product-story-copy { border-top: 1px solid #29434d; padding: 30px 35px; display: flex; align-items: center; justify-content: space-between; gap: 36px; min-height: 192px; }
.product-story-copy > div { max-width: 680px; }
.product-story-copy .eyebrow { color: var(--cyan); font-size: 9px; }
.product-story-copy h4 { font-size: clamp(18px, 2vw, 25px); line-height: 1.5; margin: 10px 0; letter-spacing: -.03em; }
.product-story-copy p:not(.eyebrow) { font-size: 12px; color: #9eb8c7; }
.product-story-copy .button { white-space: nowrap; min-width: 188px; padding: 15px 20px; font-size: 11px; }
.product-value { display: grid; grid-template-columns: 1fr 1.5fr; gap: 60px; padding: 58px 0; border-bottom: 1px solid var(--line); }
.product-value-title .eyebrow { font-size: 10px; color: #8fa9b8; }
.product-value-title h3 { font-size: clamp(26px, 3vw, 40px); margin-top: 17px; }
.product-value-list { display: grid; gap: 19px; }
.product-value-list > div { display: grid; grid-template-columns: 145px 1fr; gap: 20px; }
.product-value-list b { font-size: 14px; color: #e3ebef; }
.product-value-list p { font-size: 11px; color: #9aafbb; }
.product-cta { padding-top: 35px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.product-cta h3 { font-size: clamp(19px, 2.2vw, 29px); }
.product-cta p { margin-top: 10px; font-size: 11px; color: #9bb0bd; }
.product-cta .button { flex-shrink: 0; font-size: 11px; }
.motion-paused .product-source, .motion-paused .product-output, .motion-paused .product-card-back, .motion-paused .product-connection { transition: none; }
@media (max-width: 1050px) and (min-width: 761px) {
  .desktop-nav { display: none; }
  .menu-toggle { display: flex; justify-content: center; flex-direction: column; gap: 5px; width: 30px; height: 34px; padding: 5px; background: none; }
  .menu-toggle span { width: 20px; height: 1px; background: var(--white); }
  .mobile-nav { top: 86px; }
}
@media (max-width: 760px) {
  .header-patent { font-size: 9px; max-width: 7.8em; min-width: 7.8em; line-height: 1.5; }
  .product-category { position: static; font-size: 8px; margin-top: 9px; }
  .product-definition { margin-top: 16px; font-size: 11px; }
  .product-heading { margin-bottom: 24px; }
  .product-name { margin-top: 14px; font-size: 30px; }
  .product-cover { min-height: 610px; }
  .product-studio { height: 62%; top: auto; bottom: 0; object-fit: cover; object-position: 63% center; }
  .product-cover::after { background: linear-gradient(180deg, #080c10 0%, #080c10 37%, transparent 60%); }
  .product-cover-copy { width: 100%; padding: 25px; }
  .product-cover-copy h2 { font-size: clamp(32px, 8.4vw, 53px); line-height: 1.4; }
  .product-cover-copy h2 .cyan br { display: none; }
  .product-cover-copy > p { font-size: 14px; margin-top: 18px; line-height: 1.8; }
  .product-explore { margin-top: 17px; font-size: 10px; }
  .product-image-note { right: 10px; bottom: 10px; font-size: 7px; }
  .product-challenges { padding: 32px 0; }
  .product-challenges > .eyebrow { font-size: 10px; }
  .challenge-list { grid-template-columns: 1fr; gap: 24px; margin-top: 24px; }
  .challenge-list h3 { font-size: 18px; }
  .challenge-list p { font-size: 11px; max-width: none; }
  .product-how { padding-top: 40px; }
  .product-how-heading { display: block; margin-bottom: 24px; }
  .product-how-heading h3 { font-size: 30px; }
  .product-how-heading > p { font-size: 11px; margin-top: 20px; }
  .product-how-heading > p br { display: none; }
  .product-story-tabs button { display: block; text-align: left; padding: 13px 9px; font-size: 9px; line-height: 1.6; }
  .product-story-tabs button > span { display: block; margin-bottom: 4px; font-size: 18px; }
  .product-story-visual { height: max(355px, 80vw); }
  .product-source { width: 83%; top: 16%; }
  .product-source-top, .product-source-bottom { padding: 9px 11px; font-size: 7px; }
  .product-output { width: 62%; top: 46%; right: 15%; }
  .product-output-label { font-size: 9px; top: calc(100% + 18px); }
  .product-story[data-step='1'] .product-source, .product-story[data-step='2'] .product-source { left: 7%; width: 45%; top: 7%; }
  .product-story[data-step='2'] .product-source { transform: scale(.94); }
  .product-connection { width: 16px; height: 42px; left: 62%; top: 19%; }
  .product-connection svg { width: 42px; height: 16px; transform: rotate(90deg); transform-origin: 8px 8px; }
  .product-connection span { width: auto; left: 24px; top: 12px; bottom: auto; font-size: 9px; }
  .product-card-back img { width: 20px; height: 20px; }
  .product-card-back span { font-size: 9px; }
  .product-story-copy { display: block; padding: 23px; min-height: 270px; }
  .product-story-copy h4 { font-size: 19px; }
  .product-story-copy p:not(.eyebrow) { font-size: 11px; }
  .product-story-copy .button { margin-top: 22px; min-width: 172px; padding: 12px 15px; font-size: 10px; }
  .product-value { grid-template-columns: 1fr; gap: 28px; padding: 40px 0; }
  .product-value-title h3 { font-size: 29px; }
  .product-value-list > div { grid-template-columns: 1fr; gap: 5px; }
  .product-value-list b { font-size: 15px; }
  .product-value-list p { font-size: 11px; }
  .product-cta { display: block; padding-top: 30px; }
  .product-cta h3 { font-size: 22px; }
  .product-cta .button { margin-top: 23px; font-size: 10px; }
}
@media (max-width: 370px) {
  .product-cover-copy h2 .cyan br { display: initial; }
}
