:root {
  --bg-0: #06090d;
  --bg-1: #0a1016;
  --bg-2: #0d151f;
  --text: #e9eff8;
  --text-soft: #b4c0d0;
  --text-dim: #8795a8;
  --accent: #66e9ff;
  --accent-ink: #0b1218;
  --line: rgba(134, 148, 169, 0.28);
  --line-strong: rgba(160, 178, 202, 0.42);
  --radius: 10px;
  --space-1: 0.45rem;
  --space-2: 0.72rem;
  --space-3: 1rem;
  --space-4: 1.4rem;
  --space-5: 2rem;
  --space-6: 3.1rem;
  --space-7: 4.8rem;
  --container: 1160px;
  --ease-editorial: cubic-bezier(0.22, 0.61, 0.36, 1);
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  min-height: 100%;
}

body {
  font-family: Inter, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  color: var(--text);
  background: radial-gradient(80% 60% at 72% 0%, rgba(33, 56, 82, 0.28), transparent 66%),
    linear-gradient(180deg, var(--bg-0) 0%, var(--bg-1) 56%, var(--bg-2) 100%);
  line-height: 1.52;
  letter-spacing: 0.005em;
  overflow-x: hidden;
  text-rendering: geometricPrecision;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: repeating-linear-gradient(
    180deg,
    rgba(102, 233, 255, 0.02) 0,
    rgba(102, 233, 255, 0.02) 1px,
    transparent 1px,
    transparent 4px
  );
  opacity: 0.36;
  mask-image: radial-gradient(circle at 32% 22%, transparent 0%, rgba(0, 0, 0, 0.55) 38%, #000 70%);
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background: radial-gradient(80% 62% at 84% 18%, rgba(102, 233, 255, 0.07), transparent 74%);
}

a {
  color: inherit;
}

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

::selection {
  background: rgba(102, 233, 255, 0.3);
  color: #f4f8ff;
}

.skip-link {
  position: absolute;
  top: -120px;
  left: 0.75rem;
  z-index: 120;
  padding: 0.62rem 0.84rem;
  border: 1px solid var(--line-strong);
  border-radius: 7px;
  background: rgba(8, 12, 17, 0.98);
  color: var(--text);
  text-decoration: none;
  font-size: 0.78rem;
  letter-spacing: 0.05em;
  transition: top 140ms ease;
}

.skip-link:focus-visible {
  top: 0.75rem;
}

#matrix-bg {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  z-index: 0;
  pointer-events: none;
  opacity: 0.7;
}

.site-shell {
  width: min(100%, var(--container));
  margin-inline: auto;
  padding: 0 clamp(0.85rem, 2.6vw, 1.6rem) clamp(2rem, 5vw, 3.5rem);
  position: relative;
  z-index: 1;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 80;
}

.site-header.site-header-operator.command-bar {
  min-height: 64px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1rem;
  border-bottom: 1px solid rgba(120, 143, 172, 0.34);
  background: rgba(6, 10, 14, 0.88);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.command-logo {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  text-decoration: none;
  padding: 0.24rem 0;
}

.command-logo-mark {
  width: clamp(50px, 4.7vw, 60px);
  height: clamp(50px, 4.7vw, 60px);
  filter: drop-shadow(0 0 2px rgba(102, 233, 255, 0.62)) drop-shadow(0 0 11px rgba(102, 233, 255, 0.28));
  animation: logo-breathe 6.2s var(--ease-editorial) infinite;
}

.command-capsule {
  justify-self: center;
  display: inline-flex;
  align-items: center;
  gap: 0.24rem;
  min-height: 36px;
  padding: 0.16rem 0.3rem;
  border: 1px solid rgba(102, 233, 255, 0.34);
  border-radius: 999px;
  background: rgba(8, 12, 17, 0.72);
  position: relative;
  overflow: hidden;
}

.command-capsule::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  border: 1px solid rgba(102, 233, 255, 0.22);
  opacity: 0.65;
  pointer-events: none;
}

.command-link {
  position: relative;
  min-height: 33px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.36rem;
  padding: 0.4rem 0.58rem;
  text-decoration: none;
  color: #c3cfde;
  text-transform: uppercase;
  letter-spacing: 0.088em;
  font-size: 0.66rem;
  border-radius: 999px;
  transition: color 170ms ease;
}

.command-link::after {
  content: "";
  position: absolute;
  left: 0.62rem;
  right: 0.62rem;
  bottom: 0.36rem;
  height: 1px;
  background: var(--accent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.command-link:hover,
.command-link:focus-visible {
  color: #e8f2ff;
}

.command-link:hover::after,
.command-link:focus-visible::after {
  transform: scaleX(1);
}

.top-link-icon {
  width: 0.86rem;
  height: 0.86rem;
  opacity: 0.76;
  transition: opacity 170ms ease, filter 170ms ease;
}

.command-link:hover .top-link-icon,
.command-link:focus-visible .top-link-icon {
  opacity: 1;
  filter: drop-shadow(0 0 4px rgba(102, 233, 255, 0.44));
}

.nav-balance {
  width: clamp(50px, 4.7vw, 60px);
  height: 1px;
  visibility: hidden;
}

.top-link:focus-visible,
.btn:focus-visible,
input:focus-visible,
textarea:focus-visible,
.main-link:focus-visible {
  outline: 2px solid rgba(102, 233, 255, 0.94);
  outline-offset: 2px;
}

main {
  display: grid;
  row-gap: clamp(2rem, 5vw, 4.2rem);
  padding-top: clamp(1.2rem, 3vw, 2rem);
}

.hero {
  min-height: clamp(560px, 86vh, 900px);
  display: grid;
  place-content: center;
  justify-items: center;
  gap: 0;
  padding-block: clamp(1.8rem, 6vw, 4.6rem);
  border-bottom: 1px solid rgba(124, 143, 168, 0.25);
  position: relative;
  isolation: isolate;
}

.hero-stack {
  width: min(100%, 760px);
  display: grid;
  justify-items: start;
  gap: 0.84rem;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: -1;
  background:
    repeating-linear-gradient(
      180deg,
      rgba(102, 233, 255, 0.05) 0,
      rgba(102, 233, 255, 0.05) 1px,
      transparent 1px,
      transparent 5px
    );
  opacity: 0.42;
  animation: hero-scanline-drift 6s linear infinite;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: -1;
  background:
    radial-gradient(85% 70% at 78% 20%, rgba(102, 233, 255, 0.09), transparent 72%),
    radial-gradient(circle at 10% 20%, rgba(255, 255, 255, 0.06) 0.4px, transparent 0.5px);
  background-size: auto, 3px 3px;
  opacity: 0.78;
}

.layer-kicker {
  margin: 0;
  font-size: 0.77rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--accent);
}

.hero-code {
  margin: 0;
  color: #8cecff;
  font-size: clamp(0.7rem, 1.2vw, 0.82rem);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  opacity: 0.82;
}

.hero-title {
  margin: 0;
  max-width: 13ch;
  font-size: clamp(2.1rem, 6.8vw, 5.1rem);
  line-height: 0.9;
  letter-spacing: 0.04em;
  color: #eaf1fc;
  text-wrap: balance;
  text-shadow: 0 0 2px rgba(102, 233, 255, 0.22), -2px 0 12px rgba(102, 233, 255, 0.14);
}

.hero-subline {
  margin: 0;
  max-width: 56ch;
  color: #c8d4e4;
  font-size: clamp(0.92rem, 1.22vw, 0.99rem);
  letter-spacing: 0.01em;
  line-height: 1.55;
  text-transform: none;
}

.btn {
  border: 0;
  text-decoration: none;
  cursor: pointer;
  font: inherit;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  animation: btn-ambient-pulse 3.6s ease-in-out infinite;
}

.btn-enter,
.btn-primary,
.btn-ghost,
.btn-inline,
.mn-btn--secondary {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.44rem;
  padding: 0.62rem 1.16rem;
  border-radius: 999px;
  font-size: 0.74rem;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  transition: transform 180ms var(--ease-editorial), border-color 180ms ease, background-color 180ms ease,
    color 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}

.btn-enter {
  border: 1px solid rgba(102, 233, 255, 0.32);
  color: #e6f1ff;
  background: rgba(8, 12, 17, 0.72);
  position: relative;
  overflow: hidden;
}

.btn-enter::after,
.btn-primary::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 50%, transparent 100%);
  transform: translateX(-110%);
  opacity: 0;
}

.btn-enter:hover,
.btn-enter:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(102, 233, 255, 0.5);
  filter: brightness(1.06);
}

.btn-enter:hover::after,
.btn-enter:focus-visible::after,
.btn-primary:hover::after,
.btn-primary:focus-visible::after {
  animation: edge-trace 220ms linear 1;
}

.btn-enter:active,
.btn-primary:active,
.btn-ghost:active,
.btn-inline:active,
.mn-btn--secondary:active {
  transform: translateY(0) scale(0.985);
}

.scroll-cue {
  margin-top: 0.5rem;
  width: 1px;
  height: 3rem;
  display: inline-flex;
  justify-content: center;
  background: rgba(122, 143, 171, 0.25);
}

.scroll-cue-line {
  width: 1px;
  height: 1.1rem;
  background: rgba(102, 233, 255, 0.7);
  animation: scroll-cue 1.8s ease-in-out infinite;
}

.principles,
.current-volume,
.section-head,
.product-detail,
.checkout-grid,
.product-grid,
.glass-panel {
  border-top: 1px solid rgba(122, 143, 171, 0.28);
  padding-top: clamp(1rem, 2.3vw, 1.6rem);
}

.section-index {
  margin: 0 0 1rem;
  color: var(--accent);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.74rem;
  width: fit-content;
  position: relative;
}

.section-index::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.34rem;
  height: 1px;
  background: rgba(102, 233, 255, 0.62);
  transform: scaleX(0);
  transform-origin: left;
}

.section-index.is-active::after {
  animation: line-activate 260ms linear forwards;
}

.principles-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(0.78rem, 1.9vw, 1.05rem);
  align-items: stretch;
}

.principle-item {
  --parallax-y: 0px;
  --spot-x: 50%;
  --spot-y: 50%;
  padding: clamp(1rem, 2.2vw, 1.22rem);
  background:
    radial-gradient(circle at var(--spot-x) var(--spot-y), rgba(102, 233, 255, 0.12), transparent 48%),
    linear-gradient(160deg, rgba(10, 16, 23, 0.86), rgba(7, 11, 16, 0.9));
  border: 1px solid rgba(122, 143, 171, 0.36);
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  min-height: clamp(196px, 24vw, 232px);
  transform-style: preserve-3d;
  transform: translate3d(0, var(--parallax-y), 0);
  will-change: transform, box-shadow;
  isolation: isolate;
  transition:
    transform 280ms var(--ease-editorial),
    border-color 240ms ease,
    box-shadow 260ms ease,
    background-color 240ms ease,
    filter 220ms ease;
  animation: signal-idle-float 7.4s ease-in-out infinite;
}

.principles-grid .signal-card:nth-child(2) {
  animation-delay: 0.24s;
}

.principles-grid .signal-card:nth-child(3) {
  animation-delay: 0.48s;
}

.signal-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  border: 1px solid rgba(102, 233, 255, 0.32);
  box-shadow:
    inset 0 0 0 1px rgba(102, 233, 255, 0.08),
    0 0 10px rgba(102, 233, 255, 0.1);
  opacity: 0.82;
  pointer-events: none;
  animation: signal-border-pulse 2.6s ease-in-out infinite;
}

.signal-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background:
    linear-gradient(95deg, transparent 0%, rgba(102, 233, 255, 0.18) 46%, transparent 100%),
    repeating-linear-gradient(
      180deg,
      rgba(102, 233, 255, 0.08) 0,
      rgba(102, 233, 255, 0.08) 1px,
      transparent 1px,
      transparent 6px
    );
  transform: translateX(-120%);
  opacity: 0;
  mix-blend-mode: screen;
  pointer-events: none;
}

.signal-card > * {
  position: relative;
  z-index: 1;
}

.signal-card:hover,
.signal-card:focus-within {
  transform: translate3d(0, calc(var(--parallax-y) - 9px), 0);
  border-color: rgba(102, 233, 255, 0.56);
  background:
    radial-gradient(circle at var(--spot-x) var(--spot-y), rgba(126, 240, 255, 0.19), transparent 48%),
    linear-gradient(160deg, rgba(11, 17, 24, 0.92), rgba(8, 12, 18, 0.95));
  box-shadow:
    0 14px 24px rgba(0, 0, 0, 0.38),
    0 0 0 1px rgba(102, 233, 255, 0.24),
    0 0 24px rgba(102, 233, 255, 0.3);
  filter: brightness(1.03);
}

.signal-card:hover h2,
.signal-card:focus-within h2,
.signal-card.is-glitching h2 {
  animation: card-glitch 280ms steps(2, end) 1;
  text-shadow: -1px 0 0 rgba(102, 233, 255, 0.58), 1px 0 0 rgba(201, 243, 255, 0.4);
}

.signal-card:hover::after,
.signal-card:focus-within::after,
.signal-card.is-glitching::after {
  animation: signal-glitch-sweep 460ms linear 1, card-scan-flicker 220ms steps(2, end) 1;
}

.signal-tag {
  margin: 0 0 0.38rem;
  color: #b9f7ff;
  font-size: 0.62rem;
  letter-spacing: 0.21em;
  text-transform: uppercase;
  opacity: 0.98;
}

.principle-item h2 {
  margin: 0 0 0.52rem;
  font-size: clamp(0.95rem, 1.35vw, 1.08rem);
  line-height: 1.12;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #e6eefb;
}

.signal-copy {
  margin: 0;
  color: #c8d5e6;
  font-size: clamp(0.84rem, 1.1vw, 0.92rem);
  line-height: 1.44;
  letter-spacing: 0.015em;
  max-width: 34ch;
}

.mn-product {
  padding-top: clamp(1rem, 2.3vw, 1.5rem);
}

.mn-product__grid {
  max-width: 760px;
  display: grid;
  grid-template-columns: minmax(140px, 188px) minmax(0, 1fr);
  gap: clamp(0.75rem, 1.7vw, 1rem);
  align-items: center;
  border: 1px solid rgba(122, 143, 171, 0.3);
  border-radius: 9px;
  padding: clamp(0.68rem, 1.6vw, 0.9rem);
  background: rgba(8, 12, 17, 0.6);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.22);
}

.mn-product__grid > * {
  min-width: 0;
}

.mn-product__coverWrap {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-radius: 7px;
}

.mn-product__cover {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 210px;
  object-fit: cover;
  border-radius: 5px;
  border: 1px solid rgba(102, 233, 255, 0.22);
  background: #070c12;
  transition: transform 220ms var(--ease-editorial), box-shadow 220ms ease, border-color 220ms ease;
}

.mn-product__coverWrap:hover .mn-product__cover,
.mn-product__coverWrap:focus-within .mn-product__cover {
  transform: translateY(-2px);
  border-color: rgba(102, 233, 255, 0.34);
  box-shadow: inset 0 0 0 1px rgba(102, 233, 255, 0.16), 0 8px 16px rgba(0, 0, 0, 0.28);
}

.mn-product__content {
  display: grid;
  gap: 0.38rem;
  align-content: center;
}

.mn-product__eyebrow {
  margin: 0;
}

.mn-product__series {
  margin: 0;
  color: var(--accent);
  font-size: 0.76rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.mn-title {
  margin: 0;
  max-width: 16ch;
  font-size: clamp(1.2rem, 2.8vw, 1.7rem);
  line-height: 1.08;
  letter-spacing: 0.015em;
  color: #eaf1fc;
}

.mn-product__meta {
  margin: 0;
  color: #c9d6e8;
  font-size: 0.8rem;
  letter-spacing: 0.056em;
}

.mn-price-focus {
  margin: 0.12rem 0 0.08rem;
  color: #ecf4ff;
  font-size: clamp(1.08rem, 2vw, 1.3rem);
  letter-spacing: 0.08em;
  font-weight: 700;
  text-transform: uppercase;
  text-shadow: 0 0 8px rgba(102, 233, 255, 0.24);
}

.mn-product__description {
  margin: 0;
  color: #b5c2d3;
  max-width: 42ch;
  font-size: 0.9rem;
}

.mn-product__excerpt {
  margin: 0.1rem 0 0;
  padding-left: 0.62rem;
  border-left: 1px solid rgba(102, 233, 255, 0.38);
  color: #dce6f4;
  font-size: 0.9rem;
  letter-spacing: 0.01em;
}

.mn-proof-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.42rem;
  margin-top: 0.16rem;
}

.mn-proof-pill {
  min-height: 26px;
  display: inline-flex;
  align-items: center;
  padding: 0.2rem 0.5rem;
  border-radius: 999px;
  border: 1px solid rgba(122, 143, 171, 0.38);
  color: #cad6e6;
  background: rgba(8, 12, 17, 0.72);
  font-size: 0.66rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.mn-ctaRow {
  margin-top: 0.3rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.56rem;
}

.btn-primary,
.btn-acquire,
.mn-btn--primary {
  border: 1px solid rgba(102, 233, 255, 0.58);
  background: linear-gradient(180deg, rgba(102, 233, 255, 0.94) 0%, rgba(84, 207, 230, 0.92) 100%);
  color: var(--accent-ink);
  font-weight: 700;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 0 1px rgba(102, 233, 255, 0.28), 0 0 14px rgba(102, 233, 255, 0.15);
  animation: btn-breathe 3.8s ease-in-out infinite;
}

.mn-btn--mega {
  width: min(100%, 600px);
  min-height: 56px;
  justify-content: center;
  padding: 0.86rem 1.3rem;
  font-size: 0.74rem;
  letter-spacing: 0.11em;
  line-height: 1.25;
  box-shadow:
    0 0 0 1px rgba(102, 233, 255, 0.36),
    0 0 22px rgba(102, 233, 255, 0.26),
    0 10px 20px rgba(0, 0, 0, 0.24);
}

.btn-primary:hover,
.btn-primary:focus-visible,
.btn-acquire:hover,
.btn-acquire:focus-visible {
  transform: translateY(-1px) scale(1.02);
  filter: brightness(1.05);
  box-shadow: 0 0 0 1px rgba(102, 233, 255, 0.4), 0 0 18px rgba(102, 233, 255, 0.26);
}

.btn-ripple {
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 999px;
  transform: translate(-50%, -50%);
  background: rgba(180, 245, 255, 0.46);
  box-shadow: 0 0 12px rgba(102, 233, 255, 0.5);
  pointer-events: none;
  z-index: -1;
  animation: btn-ripple-pop 520ms ease-out forwards;
}

.btn-eye {
  font-size: 0.75rem;
  line-height: 1;
  opacity: 0.7;
  transition: opacity 180ms ease, text-shadow 180ms ease;
}

.btn-primary:hover .btn-eye,
.btn-primary:focus-visible .btn-eye,
.btn-acquire:hover .btn-eye,
.btn-acquire:focus-visible .btn-eye {
  opacity: 1;
  text-shadow: 0 0 8px rgba(102, 233, 255, 0.9);
}

.mn-btn--secondary,
.btn-ghost,
.btn-inline {
  border: 1px solid rgba(122, 143, 171, 0.42);
  background: rgba(8, 12, 17, 0.72);
  color: #d9e5f4;
}

.mn-btn--secondary:hover,
.mn-btn--secondary:focus-visible,
.btn-ghost:hover,
.btn-ghost:focus-visible,
.btn-inline:hover,
.btn-inline:focus-visible {
  border-color: rgba(102, 233, 255, 0.4);
  color: #eff5ff;
  transform: translateY(-1px);
}

.surface-layer-end {
  margin: 0;
  text-align: center;
  color: #8f9db1;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  font-size: 0.67rem;
  padding-top: 1.35rem;
}

.vault-tease {
  margin-top: clamp(0.9rem, 2.1vw, 1.4rem);
  padding-top: 0.9rem;
  border-top: 1px solid rgba(122, 143, 171, 0.24);
}

.vault-tease p {
  margin: 0;
  color: #a9b7c9;
  font-size: 0.84rem;
  letter-spacing: 0.03em;
  max-width: 72ch;
}

.section-head h1,
.product-detail-copy h1,
.glass-panel h1,
.glass-panel h2,
.product-card h2 {
  margin: 0 0 0.68rem;
  line-height: 1.14;
  letter-spacing: 0.015em;
  color: #eaf1fc;
}

.eyebrow {
  margin: 0 0 0.45rem;
  color: var(--accent);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.72rem;
}

.section-head p,
.product-detail-copy p,
.glass-panel p,
.product-body p,
.notice {
  margin: 0;
  color: var(--text-soft);
}

.glass-panel,
.product-card,
.product-detail,
.checkout-grid > article,
.flash {
  border: 1px solid rgba(122, 143, 171, 0.28);
  border-radius: var(--radius);
  background: rgba(8, 12, 17, 0.62);
  padding: clamp(0.95rem, 2vw, 1.3rem);
  transition: transform 240ms var(--ease-editorial), border-color 220ms ease, box-shadow 220ms ease;
}

.glass-panel:hover,
.product-card:hover,
.product-detail:hover,
.checkout-grid > article:hover {
  transform: translateY(-3px);
  border-color: rgba(102, 233, 255, 0.35);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.24);
}

.product-grid,
.checkout-grid {
  display: grid;
  gap: clamp(0.8rem, 2vw, 1.1rem);
}

.product-grid {
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.product-card {
  display: grid;
  gap: 0.72rem;
}

.product-image-wrap {
  display: block;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid rgba(122, 143, 171, 0.28);
}

.product-image-wrap img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
}

.product-body {
  display: grid;
  gap: 0.6rem;
}

.product-meta {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 0.5rem;
  color: #d6e0ee;
}

.product-meta span {
  margin-right: auto;
}

.product-detail {
  display: grid;
  grid-template-columns: minmax(220px, 360px) 1fr;
  gap: clamp(0.85rem, 2vw, 1.5rem);
  align-items: start;
}

.product-detail-media {
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid rgba(122, 143, 171, 0.3);
}

.product-detail-media img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.product-detail-copy {
  display: grid;
  gap: 0.7rem;
}

.lead {
  color: #d9e3f2;
}

.product-points {
  margin: 0;
  padding-left: 1.15rem;
  display: grid;
  gap: 0.35rem;
  color: #b7c5d6;
}

.product-actions,
.success-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.72rem;
}

.download-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.72rem;
  margin-top: 0.96rem;
}

.price-tag {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0.5rem 0.88rem;
  border-radius: 999px;
  border: 1px solid rgba(122, 143, 171, 0.36);
  background: rgba(8, 12, 17, 0.78);
  color: #e6edf8;
  letter-spacing: 0.06em;
  font-size: 0.8rem;
  text-transform: uppercase;
}

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

.checkout-main {
  row-gap: clamp(1.3rem, 3vw, 2.1rem);
  padding-top: clamp(0.8rem, 2vw, 1.2rem);
}

.checkout-head {
  max-width: 760px;
  padding-bottom: clamp(0.2rem, 1vw, 0.5rem);
}

.checkout-head h1 {
  font-size: clamp(2rem, 4.6vw, 3.05rem);
  margin-bottom: 0.32rem;
}

.checkout-subline {
  max-width: 34ch;
  color: #cbd8e9;
  font-size: clamp(0.95rem, 1.55vw, 1.08rem);
}

.checkout-notice {
  margin-top: 0.64rem;
}

.checkout-grid--single {
  grid-template-columns: minmax(0, 860px);
}

.checkout-offer {
  display: grid;
  grid-template-columns: minmax(150px, 220px) minmax(0, 1fr);
  gap: clamp(0.85rem, 2vw, 1.2rem);
  align-items: center;
  background:
    radial-gradient(130% 90% at 82% -10%, rgba(102, 233, 255, 0.12), transparent 56%),
    linear-gradient(160deg, rgba(9, 14, 20, 0.94), rgba(6, 11, 16, 0.92));
}

.checkout-offer-media {
  width: 100%;
}

.checkout-offer-media img {
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  border-radius: 9px;
  border: 1px solid rgba(122, 143, 171, 0.32);
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.24);
}

.checkout-offer-body {
  display: grid;
  gap: 0.55rem;
  align-content: center;
}

.checkout-chip {
  margin: 0;
  width: fit-content;
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  padding: 0.28rem 0.62rem;
  border-radius: 999px;
  border: 1px solid rgba(102, 233, 255, 0.34);
  background: rgba(8, 12, 17, 0.78);
  color: #cbf9ff;
  font-size: 0.66rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.checkout-offer-body h2 {
  margin: 0;
  font-size: clamp(1.5rem, 3vw, 2rem);
  line-height: 1.08;
}

.checkout-offer-body > p {
  max-width: 42ch;
}

.checkout-action-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.62rem;
  margin-top: 0.18rem;
}

.checkout-pay-btn {
  min-width: 172px;
}

.checkout-assure {
  margin: 0;
  color: #aebed2;
  font-size: 0.82rem;
  letter-spacing: 0.03em;
}

.checkbox-row {
  display: flex;
  align-items: flex-start;
  gap: 0.72rem;
  color: #dce7f6;
  font-size: 0.9rem;
  letter-spacing: 0.01em;
  line-height: 1.55;
  text-transform: none;
}

.checkbox-row input {
  width: 1.08rem;
  min-width: 1.08rem;
  height: 1.08rem;
  min-height: 1.08rem;
  margin-top: 0.16rem;
  padding: 0;
}

.checkbox-row span {
  color: #dce7f6;
}

.form-hint,
.policy-meta,
.support-inline,
.mn-legal-copy {
  margin: 0;
  color: #aebed2;
  font-size: 0.82rem;
  line-height: 1.55;
}

.legal-link-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.7rem 1rem;
}

.legal-link-list,
.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 0.9rem;
}

.legal-link-list a,
.footer-link {
  color: #dce6f5;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color 180ms ease, color 180ms ease;
}

.legal-link-list a:hover,
.legal-link-list a:focus-visible,
.footer-link:hover,
.footer-link:focus-visible {
  color: #f2f7ff;
  border-color: rgba(102, 233, 255, 0.48);
}

.mn-legal-note {
  margin-top: 0.4rem;
}

.form-stack {
  display: grid;
  gap: 0.62rem;
}

label {
  color: #d4dfed;
  font-size: 0.8rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

input,
textarea {
  width: 100%;
  min-height: 44px;
  border-radius: 8px;
  border: 1px solid rgba(122, 143, 171, 0.36);
  background: rgba(7, 11, 16, 0.9);
  color: #e8f0fa;
  padding: 0.66rem 0.8rem;
  font: inherit;
}

textarea {
  resize: vertical;
  min-height: 140px;
}

.compact-list {
  margin: 0.2rem 0 0;
  padding-left: 1rem;
  color: #b7c5d5;
  display: grid;
  gap: 0.26rem;
}

.flash {
  margin-top: 0.7rem;
  font-size: 0.88rem;
}

.flash-success {
  border-color: rgba(102, 233, 255, 0.38);
}

.flash-error {
  border-color: rgba(255, 132, 132, 0.36);
}

.flash-info {
  border-color: rgba(122, 143, 171, 0.34);
}

.site-footer {
  margin-top: clamp(1.6rem, 4.2vw, 2.6rem);
  padding-top: 0.9rem;
  border-top: 1px solid rgba(122, 143, 171, 0.26);
}

.footer-grid,
.footer-copy-group {
  display: grid;
  gap: 0.45rem;
}

.footer-grid {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: start;
}

.footer-copy {
  margin: 0;
  color: #8d9db2;
  letter-spacing: 0.025em;
  text-transform: none;
  font-size: 0.8rem;
  line-height: 1.5;
}

.footer-meta,
.footer-legal {
  margin: 0;
  color: #8d9db2;
  font-size: 0.8rem;
  line-height: 1.5;
}

.footer-meta a {
  color: #dce6f5;
  text-decoration: none;
}

.footer-legal {
  margin-top: 0.7rem;
  padding-top: 0.7rem;
  border-top: 1px solid rgba(122, 143, 171, 0.18);
}

.policy-main {
  row-gap: clamp(1.2rem, 3vw, 2rem);
}

.policy-stack {
  max-width: 920px;
  display: grid;
  gap: clamp(0.8rem, 2vw, 1rem);
}

.policy-list {
  margin: 0;
  padding-left: 1.15rem;
  display: grid;
  gap: 0.36rem;
  color: #c5d2e2;
}

.policy-main code {
  padding: 0.12rem 0.32rem;
  border-radius: 6px;
  background: rgba(8, 12, 17, 0.9);
  color: #ecf5ff;
}

.reveal {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 520ms var(--ease-editorial), transform 520ms var(--ease-editorial);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

html.motion .hero-title,
html.motion .hero-subline,
html.motion .hero-code,
html.motion .btn-enter,
html.motion .layer-kicker,
html.motion .scroll-cue {
  opacity: 0;
  transform: translateY(10px);
}

html.motion body.is-loaded .hero-title,
html.motion body.is-loaded .hero-subline,
html.motion body.is-loaded .hero-code,
html.motion body.is-loaded .btn-enter,
html.motion body.is-loaded .layer-kicker,
html.motion body.is-loaded .scroll-cue {
  opacity: 1;
  transform: translateY(0);
}

html.motion body.is-loaded .hero-title {
  transition: opacity 500ms var(--ease-editorial), transform 500ms var(--ease-editorial);
  animation: hero-glitch-load 860ms steps(2, end) 1;
}

html.motion body.is-loaded .hero-subline {
  transition: opacity 500ms var(--ease-editorial) 140ms, transform 500ms var(--ease-editorial) 140ms;
}

html.motion body.is-loaded .hero-code {
  transition: opacity 500ms var(--ease-editorial) 100ms, transform 500ms var(--ease-editorial) 100ms;
  animation: hero-glitch-load 920ms steps(2, end) 1;
}

html.motion body.is-loaded .btn-enter {
  transition: opacity 500ms var(--ease-editorial) 220ms, transform 500ms var(--ease-editorial) 220ms;
}

html.motion body.is-loaded .layer-kicker {
  transition: opacity 480ms var(--ease-editorial) 80ms, transform 480ms var(--ease-editorial) 80ms;
}

html.motion body.is-loaded .scroll-cue {
  transition: opacity 480ms var(--ease-editorial) 260ms, transform 480ms var(--ease-editorial) 260ms;
}

body.initiation-sweep .site-shell::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 4;
  pointer-events: none;
  background: linear-gradient(90deg, transparent 0%, rgba(102, 233, 255, 0.28) 48%, transparent 100%);
  transform: translateX(-110%);
  animation: threshold-sweep 400ms var(--ease-editorial) 1;
}

@keyframes logo-breathe {
  0%,
  100% {
    opacity: 0.95;
  }

  50% {
    opacity: 1;
  }
}

@keyframes btn-breathe {
  0%,
  100% {
    box-shadow: 0 0 0 1px rgba(102, 233, 255, 0.28), 0 0 14px rgba(102, 233, 255, 0.15);
  }

  50% {
    box-shadow: 0 0 0 1px rgba(102, 233, 255, 0.35), 0 0 16px rgba(102, 233, 255, 0.2);
  }
}

@keyframes edge-trace {
  0% {
    transform: translateX(-110%);
    opacity: 0;
  }

  20% {
    opacity: 1;
  }

  100% {
    transform: translateX(110%);
    opacity: 0;
  }
}

@keyframes line-activate {
  to {
    transform: scaleX(1);
  }
}

@keyframes scroll-cue {
  0%,
  100% {
    transform: translateY(0);
    opacity: 0.6;
  }

  50% {
    transform: translateY(1.25rem);
    opacity: 1;
  }
}

@keyframes threshold-sweep {
  from {
    transform: translateX(-110%);
    opacity: 0;
  }

  40% {
    opacity: 0.8;
  }

  to {
    transform: translateX(110%);
    opacity: 0;
  }
}

@keyframes hero-glitch-load {
  0%,
  100% {
    text-shadow: 0 0 2px rgba(102, 233, 255, 0.22), -3px 0 10px rgba(102, 233, 255, 0.12);
  }

  15% {
    transform: translateY(0) skewX(-2deg);
    text-shadow: -2px 0 0 rgba(102, 233, 255, 0.7), 2px 0 0 rgba(154, 236, 255, 0.42);
  }

  34% {
    transform: translateY(0) skewX(2deg);
    text-shadow: 2px 0 0 rgba(102, 233, 255, 0.68), -2px 0 0 rgba(154, 236, 255, 0.4);
  }
}

@keyframes signal-border-pulse {
  0%,
  100% {
    opacity: 0.56;
    box-shadow:
      inset 0 0 0 1px rgba(102, 233, 255, 0.08),
      0 0 9px rgba(102, 233, 255, 0.12);
  }

  50% {
    opacity: 0.98;
    box-shadow:
      inset 0 0 0 1px rgba(102, 233, 255, 0.18),
      0 0 17px rgba(102, 233, 255, 0.3);
  }
}

@keyframes card-glitch {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
    clip-path: inset(0 0 0 0);
  }

  24% {
    transform: translate3d(-1px, 0, 0);
    clip-path: inset(8% 0 40% 0);
  }

  56% {
    transform: translate3d(1px, 0, 0);
    clip-path: inset(42% 0 10% 0);
  }

  74% {
    transform: translate3d(-1px, 0, 0);
    clip-path: inset(16% 0 52% 0);
  }
}

@keyframes signal-glitch-sweep {
  0% {
    opacity: 0;
    transform: translateX(-120%);
  }

  25% {
    opacity: 0.84;
  }

  100% {
    opacity: 0;
    transform: translateX(120%);
  }
}

@keyframes card-scan-flicker {
  0%,
  100% {
    opacity: 0.2;
  }

  35% {
    opacity: 0.66;
  }

  72% {
    opacity: 0.3;
  }
}

@keyframes signal-idle-float {
  0%,
  100% {
    transform: translate3d(0, var(--parallax-y), 0);
  }

  50% {
    transform: translate3d(0, calc(var(--parallax-y) - 2px), 0);
  }
}

@keyframes btn-ripple-pop {
  0% {
    opacity: 0.72;
    transform: translate(-50%, -50%) scale(0.2);
  }

  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(8);
  }
}

@keyframes btn-ambient-pulse {
  0%,
  100% {
    filter: brightness(1);
  }

  50% {
    filter: brightness(1.04);
  }
}

@keyframes hero-scanline-drift {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 0 64px;
  }
}

@media (max-width: 920px) {
  .site-header.site-header-operator.command-bar {
    grid-template-columns: auto 1fr;
    gap: 0.7rem;
    row-gap: 0.55rem;
    padding: 0.4rem 0;
  }

  .nav-balance {
    display: none;
  }

  .command-capsule {
    justify-self: end;
  }

  .hero {
    min-height: calc(80vh - 5.9rem);
    padding-block: clamp(1.5rem, 4.8vw, 3.2rem);
  }

  .hero-stack {
    width: min(100%, 680px);
  }

  .hero-title {
    font-size: clamp(2rem, 8.5vw, 4.2rem);
  }

  .principles-grid {
    grid-template-columns: 1fr;
  }

  .mn-product__grid {
    grid-template-columns: 1fr;
    max-width: 680px;
  }

  .mn-product__cover {
    max-height: 190px;
  }

  .product-detail,
  .checkout-grid {
    grid-template-columns: 1fr;
  }

  .checkout-offer {
    grid-template-columns: minmax(130px, 170px) minmax(0, 1fr);
    align-items: start;
  }
}

@media (max-width: 640px) {
  .site-shell {
    padding-inline: 0.8rem;
  }

  .command-capsule {
    width: 100%;
    justify-content: space-between;
  }

  .command-link {
    min-width: 0;
    padding-inline: 0.42rem;
    letter-spacing: 0.06em;
    font-size: 0.6rem;
    gap: 0.28rem;
  }

  .top-link-text {
    white-space: nowrap;
  }

  .top-link-icon {
    width: 0.78rem;
    height: 0.78rem;
  }

  .hero {
    min-height: calc(76vh - 5.5rem);
    padding-block: 1.2rem 2.2rem;
  }

  .hero-stack {
    gap: 0.72rem;
  }

  .hero-subline {
    font-size: 0.91rem;
    max-width: 100%;
  }

  .btn-enter,
  .btn-primary,
  .btn-ghost,
  .btn-inline,
  .mn-btn--secondary {
    min-height: 44px;
    width: 100%;
  }

  .mn-product__cover {
    max-height: 165px;
  }

  .mn-ctaRow {
    display: grid;
    grid-template-columns: 1fr;
  }

  .mn-proof-row {
    display: grid;
    grid-template-columns: 1fr;
  }

  .product-actions,
  .success-meta,
  .product-meta {
    flex-direction: column;
    align-items: flex-start;
  }

  .download-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .checkout-main {
    row-gap: 1.15rem;
  }

  .checkout-head h1 {
    font-size: clamp(1.72rem, 8.5vw, 2.4rem);
  }

  .checkout-offer {
    grid-template-columns: 1fr;
  }

  .checkout-offer-media {
    max-width: 210px;
  }

  .checkout-action-row {
    width: 100%;
    gap: 0.5rem;
  }

  .checkout-action-row .price-tag {
    width: 100%;
  }

  .checkout-pay-btn {
    width: 100%;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .legal-link-row,
  .legal-link-list,
  .footer-links {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }

  .reveal {
    opacity: 1 !important;
    transform: none !important;
  }

  #matrix-bg {
    opacity: 0.25;
  }
}
