:root {
  --ink: #eef7f2;
  --muted: #8c9d94;
  --dim: #56645d;
  --line: rgba(178, 255, 218, .13);
  --line-strong: rgba(178, 255, 218, .27);
  --green: #8fffd0;
  --green-bright: #c8ffe9;
  --max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  color: var(--ink);
  background:
    radial-gradient(circle at 68% 12%, rgba(60, 183, 130, .11), transparent 28rem),
    radial-gradient(circle at 18% 82%, rgba(220, 105, 255, .06), transparent 25rem),
    #070908;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -2;
  content: "";
  pointer-events: none;
  opacity: .22;
  background-image:
    linear-gradient(rgba(164, 255, 213, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(164, 255, 213, .035) 1px, transparent 1px);
  background-size: 58px 58px;
  mask-image: linear-gradient(to bottom, black, transparent 90%);
}

body::after {
  position: fixed;
  inset: 0;
  z-index: 20;
  content: "";
  pointer-events: none;
  opacity: .045;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.82' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.55'/%3E%3C/svg%3E");
}

a { color: inherit; text-decoration: none; }
button { font: inherit; }
.shell { width: min(calc(100% - 48px), var(--max)); margin-inline: auto; }

.cursor-glow {
  position: fixed;
  z-index: -1;
  width: 34rem;
  height: 34rem;
  border-radius: 50%;
  pointer-events: none;
  opacity: .18;
  filter: blur(16px);
  background: radial-gradient(circle, rgba(93, 255, 185, .28), transparent 66%);
  translate: -50% -50%;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 92px;
  border-bottom: 1px solid var(--line);
}

.brand { display: inline-flex; align-items: center; gap: 13px; }

.brand-mark {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  color: var(--green);
  border: 1px solid var(--line-strong);
  border-radius: 9px;
  background: rgba(143, 255, 208, .08);
  box-shadow: inset 0 0 22px rgba(143, 255, 208, .05);
}

.brand-mark svg { width: 22px; height: 22px; }
.brand-name { display: block; font-size: .82rem; font-weight: 750; letter-spacing: .22em; }

.brand-sub {
  display: block;
  margin-top: 3px;
  color: var(--dim);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: .54rem;
  letter-spacing: .2em;
}

.nav-status {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 11px;
  color: var(--muted);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: .65rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  white-space: nowrap;
}

.status-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 5px rgba(143, 255, 208, .07), 0 0 15px var(--green);
  animation: pulse 2.4s ease-in-out infinite;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, .79fr) minmax(480px, 1.21fr);
  gap: clamp(3rem, 6vw, 6.5rem);
  align-items: center;
  min-height: calc(100svh - 92px);
  padding: 76px 0 106px;
}

.hero::before {
  position: absolute;
  left: -7vw;
  top: 26%;
  width: 1px;
  height: 42%;
  content: "";
  background: linear-gradient(transparent, var(--green), transparent);
  opacity: .25;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 27px;
  color: var(--green);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: .63rem;
  letter-spacing: .22em;
  text-transform: uppercase;
}

.eyebrow::before {
  width: 34px;
  height: 1px;
  content: "";
  background: currentColor;
  box-shadow: 0 0 10px currentColor;
}

h1 {
  max-width: 720px;
  margin: 0;
  font-size: clamp(3.7rem, 6.2vw, 7rem);
  font-weight: 540;
  letter-spacing: -.068em;
  line-height: .86;
  text-wrap: balance;
}

h1 em {
  display: block;
  color: transparent;
  font-style: normal;
  -webkit-text-stroke: 1px rgba(238, 247, 242, .48);
}

.lede {
  max-width: 500px;
  margin: 30px 0 0;
  color: #9aaba2;
  font-size: clamp(.97rem, 1.25vw, 1.1rem);
  line-height: 1.72;
}

.lede strong { color: #d8e9e0; font-weight: 500; }
.hero-actions { display: flex; align-items: center; gap: 23px; margin-top: 39px; }

.signal-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-height: 52px;
  padding: 0 22px;
  overflow: hidden;
  color: #06110d;
  border: 0;
  border-radius: 2px;
  background: var(--green);
  cursor: pointer;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  box-shadow: 0 0 30px rgba(143, 255, 208, .13);
  transition: transform .25s ease, background .25s ease, box-shadow .25s ease;
}

.signal-button::after {
  position: absolute;
  inset: 0;
  content: "";
  translate: -110% 0;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.62), transparent);
  transition: translate .55s ease;
}

.signal-button:hover {
  transform: translateY(-2px);
  background: var(--green-bright);
  box-shadow: 0 7px 36px rgba(143, 255, 208, .2);
}

.signal-button:hover::after { translate: 110% 0; }
.signal-button svg { width: 16px; height: 16px; }

.microcopy {
  color: var(--dim);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: .6rem;
  line-height: 1.55;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.microcopy span { color: #7b8d84; }

.product-stage {
  position: relative;
  width: min(62vw, 860px);
  margin-right: min(-14vw, -120px);
  perspective: 1400px;
}

.halo {
  position: absolute;
  inset: 10% 6% 0 10%;
  z-index: -1;
  border-radius: 50%;
  opacity: .48;
  filter: blur(65px);
  background: radial-gradient(circle, rgba(65, 237, 165, .28), rgba(220, 105, 255, .06) 48%, transparent 70%);
  animation: breathe 5s ease-in-out infinite;
}

.interface {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(175, 255, 218, .19);
  border-radius: 8px;
  background: #0d151b;
  box-shadow: 0 46px 100px rgba(0, 0, 0, .53), 0 0 0 1px rgba(255,255,255,.02) inset, 0 0 70px rgba(86, 255, 181, .05);
  transform: rotateY(-6deg) rotateX(1.5deg);
  transform-style: preserve-3d;
  transition: transform .25s ease-out, border-color .6s ease, box-shadow .6s ease;
}

.interface.is-revealed {
  border-color: rgba(143, 255, 208, .5);
  box-shadow: 0 50px 120px rgba(0,0,0,.6), 0 0 90px rgba(86, 255, 181, .12);
}

.interface::before {
  position: absolute;
  inset: 0;
  z-index: 4;
  content: "";
  pointer-events: none;
  background: linear-gradient(90deg, rgba(7,9,8,.22), transparent 18%, transparent 82%, rgba(7,9,8,.48)), linear-gradient(to bottom, transparent 58%, rgba(7,9,8,.36));
  transition: opacity .8s ease;
}

.interface.is-revealed::before { opacity: .2; }

.interface-bar {
  position: relative;
  z-index: 6;
  display: flex;
  align-items: center;
  height: 38px;
  padding: 0 15px;
  color: #687a71;
  border-bottom: 1px solid rgba(177,255,218,.1);
  background: #101714;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: .55rem;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.window-dots { display: flex; gap: 6px; margin-right: 15px; }
.window-dots i { width: 5px; height: 5px; border-radius: 50%; background: #3e4b45; }
.interface-bar b { margin-left: auto; color: var(--green); font-weight: 500; }

.screenshot-wrap { position: relative; aspect-ratio: 1.9057; overflow: hidden; background: #0d151b; }

.screenshot-wrap img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.72) brightness(.65) contrast(1.08);
  transform: scale(1.018);
  transition: filter 1s ease, transform 1.4s cubic-bezier(.2,.7,.2,1);
}

.is-revealed .screenshot-wrap img { filter: saturate(.95) brightness(.87) contrast(1.04); transform: scale(1); }

.scan {
  position: absolute;
  z-index: 5;
  top: -6%;
  left: 0;
  width: 100%;
  height: 20%;
  pointer-events: none;
  opacity: .52;
  background: linear-gradient(to bottom, transparent, rgba(153,255,213,.08), rgba(153,255,213,.35), transparent);
  animation: scan 5.5s linear infinite;
}

.redaction {
  position: absolute;
  z-index: 7;
  right: 15px;
  bottom: 15px;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 8px 11px;
  color: var(--green);
  border: 1px solid var(--line-strong);
  background: rgba(5, 11, 9, .82);
  backdrop-filter: blur(10px);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: .55rem;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.redaction i { width: 5px; height: 5px; border-radius: 50%; background: currentColor; box-shadow: 0 0 8px currentColor; }

.datum {
  position: absolute;
  z-index: 8;
  padding: 12px 14px;
  color: #93a49b;
  border: 1px solid var(--line);
  background: rgba(7, 12, 10, .8);
  backdrop-filter: blur(10px);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: .57rem;
  line-height: 1.55;
  letter-spacing: .08em;
  box-shadow: 0 18px 40px rgba(0,0,0,.25);
}

.datum strong { display: block; color: var(--ink); font-size: .72rem; font-weight: 500; }
.datum-a { top: -27px; right: 7%; }
.datum-b { bottom: -37px; left: -32px; }

.ticker { position: relative; overflow: hidden; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.ticker::before, .ticker::after { position: absolute; z-index: 2; top: 0; bottom: 0; width: 15%; content: ""; pointer-events: none; }
.ticker::before { left: 0; background: linear-gradient(90deg, #070908, transparent); }
.ticker::after { right: 0; background: linear-gradient(-90deg, #070908, transparent); }
.ticker-track { display: flex; width: max-content; animation: ticker 28s linear infinite; }

.ticker-set {
  display: flex;
  align-items: center;
  height: 66px;
  color: #788a81;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: .62rem;
  letter-spacing: .2em;
  text-transform: uppercase;
  white-space: nowrap;
}

.ticker-set span { display: flex; align-items: center; gap: 24px; padding-left: 24px; }
.ticker-set i { width: 3px; height: 3px; border-radius: 50%; background: var(--green); box-shadow: 0 0 6px var(--green); }

.section-label {
  color: var(--dim);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: .6rem;
  letter-spacing: .19em;
  line-height: 1.6;
  text-transform: uppercase;
}

.section-label b { display: block; margin-bottom: 12px; color: var(--green); font-weight: 500; }

.manifesto {
  display: grid;
  grid-template-columns: .65fr 1.35fr;
  gap: 10vw;
  padding: 145px 0 100px;
}

.manifesto h2 {
  max-width: 790px;
  margin: 0;
  font-size: clamp(2.15rem, 4vw, 4.7rem);
  font-weight: 460;
  letter-spacing: -.055em;
  line-height: 1.02;
  text-wrap: balance;
}

.manifesto h2 span { color: #718078; }

.spec-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 150px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.spec {
  position: relative;
  min-height: 180px;
  padding: 30px 25px 26px;
  overflow: hidden;
  border-right: 1px solid var(--line);
}

.spec:last-child { border-right: 0; }

.spec::after {
  position: absolute;
  right: -28px;
  bottom: -56px;
  width: 125px;
  height: 125px;
  content: "";
  border: 1px solid rgba(143,255,208,.08);
  border-radius: 50%;
  box-shadow: 0 0 45px rgba(143,255,208,.035) inset;
}

.spec strong {
  display: block;
  margin-bottom: 13px;
  color: var(--ink);
  font-size: clamp(2.2rem, 3.6vw, 3.8rem);
  font-weight: 420;
  letter-spacing: -.065em;
  line-height: .9;
}

.spec strong span { color: var(--green); font-size: .48em; letter-spacing: 0; }
.spec > span { display: block; color: #b5c5bc; font-size: .72rem; font-weight: 650; letter-spacing: .11em; text-transform: uppercase; }
.spec small { display: block; margin-top: 8px; color: #5d6c64; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: .55rem; letter-spacing: .07em; }

.audience-section {
  position: relative;
  margin-bottom: 175px;
  padding: 25px 0 0;
}

.audience-section::before {
  position: absolute;
  left: 50%;
  top: 10%;
  z-index: -1;
  width: 55vw;
  height: 28vw;
  content: "";
  border-radius: 50%;
  filter: blur(80px);
  background: radial-gradient(circle, rgba(143,255,208,.055), transparent 68%);
  transform: translateX(-50%);
}

.audience-statement {
  display: grid;
  grid-template-columns: .65fr 1.35fr;
  gap: 10vw;
  align-items: start;
  padding-bottom: 62px;
}

.audience-statement h2 {
  margin: 0;
  font-size: clamp(2.7rem, 4.8vw, 5.5rem);
  font-weight: 470;
  letter-spacing: -.065em;
  line-height: .98;
}

.audience-statement h2 span { color: transparent; -webkit-text-stroke: 1px rgba(238,247,242,.35); }

.audience-paths {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.audience-paths article {
  position: relative;
  min-height: 235px;
  padding: 34px 42px 38px;
  overflow: hidden;
}

.audience-paths article + article { border-left: 1px solid var(--line); }

.audience-paths article::after {
  position: absolute;
  right: -65px;
  bottom: -90px;
  width: 190px;
  height: 190px;
  content: "";
  border: 1px solid rgba(143,255,208,.07);
  border-radius: 50%;
}

.audience-paths article > span {
  color: var(--green);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: .57rem;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.audience-paths h3 {
  max-width: 430px;
  margin: 24px 0 13px;
  color: #dce8e2;
  font-size: clamp(1.25rem, 2vw, 1.8rem);
  font-weight: 480;
  letter-spacing: -.025em;
}

.audience-paths p {
  max-width: 465px;
  margin: 0;
  color: #76877e;
  font-size: .78rem;
  line-height: 1.7;
}

.audience-note {
  width: fit-content;
  margin: 28px auto 0;
  padding: 10px 15px;
  color: #899b92;
  border: 1px solid var(--line);
  background: rgba(143,255,208,.025);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: .58rem;
  letter-spacing: .1em;
  text-align: center;
  text-transform: uppercase;
}

.detail-section {
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  gap: clamp(45px, 7vw, 100px);
  align-items: center;
  padding-bottom: 175px;
}

.detail-copy h2,
.flash-copy h2 {
  margin: 24px 0 23px;
  font-size: clamp(2.7rem, 4.5vw, 5rem);
  font-weight: 480;
  letter-spacing: -.06em;
  line-height: .94;
}

.detail-copy h2 span,
.flash-copy h2 span { color: transparent; -webkit-text-stroke: 1px rgba(238,247,242,.35); }

.detail-copy > p,
.flash-copy > p {
  max-width: 430px;
  margin: 0;
  color: #84958c;
  font-size: .9rem;
  line-height: 1.75;
}

.capability-list {
  max-width: 455px;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line);
}

.capability-list li {
  position: relative;
  padding: 12px 0 12px 19px;
  color: #75867d;
  border-bottom: 1px solid rgba(178,255,218,.08);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: .6rem;
  letter-spacing: .04em;
  line-height: 1.55;
}

.capability-list li::before {
  position: absolute;
  left: 1px;
  top: 18px;
  width: 5px;
  height: 5px;
  content: "";
  border: 1px solid var(--green);
  transform: rotate(45deg);
}

.detail-window {
  position: relative;
  min-width: 730px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(143,255,208,.24);
  border-radius: 7px;
  background: #10181e;
  box-shadow: 0 45px 110px rgba(0,0,0,.5), 0 0 70px rgba(79,255,181,.05);
}

.detail-window::after,
.flash-window::after {
  position: absolute;
  z-index: 3;
  top: 40px;
  left: -15%;
  width: 12%;
  height: calc(100% - 40px);
  content: "";
  pointer-events: none;
  opacity: .24;
  filter: blur(15px);
  background: linear-gradient(90deg, transparent, rgba(143,255,208,.4), transparent);
  animation: horizontalScan 7s ease-in-out infinite;
}

.detail-topline {
  position: relative;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 40px;
  padding: 0 15px;
  color: #63736b;
  border-bottom: 1px solid var(--line);
  background: #101714;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: .55rem;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.detail-topline b { color: var(--green); font-weight: 500; }
.map-crop { position: relative; aspect-ratio: 1.72; overflow: hidden; }

.map-crop::before {
  position: absolute;
  inset: 0;
  z-index: 2;
  content: "";
  pointer-events: none;
  background: radial-gradient(circle at 52% 45%, transparent 0 19%, rgba(7,9,8,.12) 58%, rgba(7,9,8,.5) 100%);
}

.map-crop img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 52% 45%;
  filter: saturate(.88) brightness(.82) contrast(1.06);
  transform: scale(1.015);
  transition: filter .8s ease, transform 1.2s cubic-bezier(.2,.7,.2,1);
}

.detail-window:hover .map-crop img { filter: saturate(1.04) brightness(.92) contrast(1.04); transform: scale(1.045); }

.map-target {
  position: absolute;
  z-index: 4;
  left: 52.2%;
  top: 44.5%;
  width: 11px;
  height: 11px;
  border: 2px solid #f0a4ff;
  border-radius: 50%;
  background: #f1d2ff;
  box-shadow: 0 0 9px #e66bff, 0 0 25px rgba(230,107,255,.65);
}

.map-target::after {
  position: absolute;
  inset: -11px;
  content: "";
  border: 1px solid rgba(232,121,255,.55);
  border-radius: 50%;
  animation: tracePing 2s ease-out infinite;
}

.detail-callout {
  position: absolute;
  z-index: 4;
  right: 3%;
  top: 8%;
  padding: 10px 12px;
  color: #73837b;
  border: 1px solid var(--line-strong);
  background: rgba(7,12,10,.84);
  backdrop-filter: blur(10px);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: .52rem;
  letter-spacing: .08em;
}

.detail-callout strong { display: block; margin-bottom: 4px; color: #eda0ff; font-weight: 550; }
.detail-window figcaption { display: flex; justify-content: space-between; padding: 11px 15px; color: #536159; border-top: 1px solid var(--line); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: .52rem; letter-spacing: .08em; text-transform: uppercase; }

.telemetry {
  position: relative;
  display: grid;
  grid-template-columns: .62fr 1.38fr;
  gap: clamp(35px, 7vw, 95px);
  align-items: center;
  padding: 0 0 165px;
}

.telemetry::before {
  position: absolute;
  right: -20vw;
  bottom: 13%;
  z-index: -1;
  width: 65vw;
  height: 45vw;
  content: "";
  border-radius: 50%;
  filter: blur(70px);
  background: radial-gradient(circle, rgba(75, 161, 255, .08), transparent 62%);
}

.telemetry-copy h2 {
  margin: 24px 0 22px;
  font-size: clamp(2.7rem, 4.5vw, 5rem);
  font-weight: 480;
  letter-spacing: -.06em;
  line-height: .94;
}

.telemetry-copy h2 span { color: transparent; -webkit-text-stroke: 1px rgba(238,247,242,.35); }
.telemetry-copy p { max-width: 370px; margin: 0; color: #84958c; font-size: .9rem; line-height: 1.7; }
.telemetry-copy .secondary-copy { margin-top: 14px; color: #65756d; font-size: .76rem; }

.telemetry-readout {
  display: grid;
  gap: 8px;
  margin-top: 35px;
  padding-top: 18px;
  color: #596860;
  border-top: 1px solid var(--line);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: .57rem;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.telemetry-readout span:first-child { color: var(--green); }
.telemetry-readout i { display: inline-block; width: 5px; height: 5px; margin-right: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 7px var(--green); }

.plot-window {
  min-width: 720px;
  overflow: hidden;
  border: 1px solid rgba(143,255,208,.2);
  border-radius: 7px;
  background: #111a20;
  box-shadow: 0 45px 110px rgba(0,0,0,.5), 0 0 60px rgba(82, 166, 255, .045);
}

.plot-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 40px;
  padding: 0 15px;
  color: #63736b;
  border-bottom: 1px solid var(--line);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: .55rem;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.plot-topline b { color: #dfba73; font-weight: 500; }
.plot-image { position: relative; aspect-ratio: 1.91; overflow: hidden; }
.plot-image::after { position: absolute; inset: 0; content: ""; pointer-events: none; background: linear-gradient(90deg, rgba(7,9,8,.4), transparent 20%, transparent 85%, rgba(7,9,8,.25)); }
.plot-image img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; filter: saturate(.82) brightness(.8); transform: scale(1.01); transition: filter .7s ease, transform 1.1s ease; }
.plot-window:hover .plot-image img { filter: saturate(1) brightness(.9); transform: scale(1.025); }

.plot-crosshair {
  position: absolute;
  z-index: 2;
  top: 8%;
  bottom: 7%;
  left: 72.7%;
  width: 1px;
  border-left: 1px dashed rgba(222,187,115,.75);
  filter: drop-shadow(0 0 5px rgba(222,187,115,.45));
  animation: crosshairPulse 2.7s ease-in-out infinite;
}

.plot-data {
  position: absolute;
  z-index: 3;
  right: 5%;
  top: 38%;
  display: grid;
  grid-template-columns: auto auto;
  gap: 7px 24px;
  padding: 13px 15px;
  color: #829188;
  border: 1px solid rgba(224,184,108,.38);
  background: rgba(11,16,14,.88);
  box-shadow: 0 18px 34px rgba(0,0,0,.3);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: .51rem;
}

.plot-data strong { color: #dfba73; font-weight: 500; text-align: right; }

.system-heading {
  display: grid;
  grid-template-columns: .65fr 1.35fr;
  gap: 10vw;
  align-items: end;
  padding: 25px 0 42px;
}

.system-heading h2 {
  margin: 0;
  font-size: clamp(2.4rem, 4vw, 4.5rem);
  font-weight: 460;
  letter-spacing: -.055em;
  line-height: 1;
}

.system-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  margin-bottom: 165px;
  border: 1px solid var(--line);
  background: var(--line);
}

.system-card {
  position: relative;
  min-height: 295px;
  padding: 27px 25px 25px;
  overflow: hidden;
  background: #090c0a;
  transition: background .35s ease;
}

.system-card:hover { background: #0e1512; }
.system-card::after { position: absolute; right: -35px; bottom: -35px; width: 115px; height: 115px; content: ""; border: 1px solid rgba(143,255,208,.08); border-radius: 50%; transition: transform .5s ease, border-color .5s ease; }
.system-card:hover::after { transform: scale(1.35); border-color: rgba(143,255,208,.18); }
.card-number { color: #49564f; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: .57rem; letter-spacing: .16em; }
.card-icon { display: flex; align-items: center; height: 78px; color: var(--green); }
.card-icon svg { width: 38px; height: 38px; stroke-width: 1.2; }
.system-card h3 { margin: 22px 0 9px; font-size: .92rem; font-weight: 620; letter-spacing: .12em; text-transform: uppercase; }
.system-card p { margin: 0; color: #74847b; font-size: .77rem; line-height: 1.65; }

.flash-section {
  position: relative;
  padding: 145px 0 175px;
  overflow: hidden;
  border-top: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(15,24,20,.45), rgba(7,9,8,0));
}

.flash-section::before {
  position: absolute;
  left: -10vw;
  top: 10%;
  width: 55vw;
  height: 36vw;
  content: "";
  border-radius: 50%;
  pointer-events: none;
  filter: blur(80px);
  background: radial-gradient(circle, rgba(216,174,95,.065), transparent 67%);
}

.flash-layout {
  display: grid;
  grid-template-columns: 1.3fr .7fr;
  gap: clamp(50px, 7vw, 100px);
  align-items: center;
}

.flash-visual { position: relative; min-width: 760px; padding-bottom: 58px; }

.flash-window {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(143,255,208,.2);
  border-radius: 7px;
  background: #111a20;
  box-shadow: 0 45px 110px rgba(0,0,0,.5);
}

.flash-window img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 2.54;
  object-fit: cover;
  filter: saturate(.72) brightness(.76);
  transform: scale(1.005);
  transition: filter .7s ease, transform 1s ease;
}

.flash-window:hover img { filter: saturate(.95) brightness(.9); transform: scale(1.02); }

.hardware-card {
  position: absolute;
  right: -28px;
  bottom: 0;
  z-index: 5;
  display: grid;
  grid-template-columns: 165px auto;
  gap: 15px;
  align-items: center;
  width: 360px;
  padding: 9px;
  border: 1px solid var(--line-strong);
  background: rgba(8,13,11,.92);
  box-shadow: 0 20px 45px rgba(0,0,0,.45);
  backdrop-filter: blur(14px);
}

.hardware-card img { display: block; width: 165px; height: 89px; object-fit: cover; object-position: left center; filter: brightness(.9) saturate(.85); }
.hardware-card strong { display: block; color: var(--green); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: .62rem; font-weight: 550; letter-spacing: .08em; text-transform: uppercase; }
.hardware-card span { display: block; margin-top: 7px; color: #63736b; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: .5rem; line-height: 1.5; }

.hardware-support { margin-top: 32px; }
.hardware-support > span { display: block; margin-bottom: 11px; color: #56655d; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: .55rem; letter-spacing: .14em; text-transform: uppercase; }
.hardware-support div { display: flex; flex-wrap: wrap; gap: 7px; }
.hardware-support b { padding: 8px 10px; color: #91a39a; border: 1px solid var(--line); background: rgba(143,255,208,.025); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: .52rem; font-weight: 500; letter-spacing: .04em; }

.experience-section {
  display: grid;
  grid-template-columns: .46fr 1.54fr;
  gap: clamp(50px, 9vw, 130px);
  align-items: center;
  padding: 145px 0 155px;
}

.experience-index {
  position: relative;
  display: flex;
  align-items: flex-end;
  gap: 18px;
  min-height: 175px;
  padding: 28px 24px;
  overflow: hidden;
  border: 1px solid var(--line-strong);
  background: linear-gradient(145deg, rgba(143,255,208,.07), rgba(143,255,208,.01));
}

.experience-index::before {
  position: absolute;
  right: -55px;
  top: -55px;
  width: 155px;
  height: 155px;
  content: "";
  border: 1px solid rgba(143,255,208,.14);
  border-radius: 50%;
  box-shadow: 0 0 65px rgba(143,255,208,.05) inset;
}

.experience-index > span {
  color: var(--green);
  font-size: clamp(5rem, 8vw, 8rem);
  font-weight: 300;
  letter-spacing: -.09em;
  line-height: .73;
}

.experience-index small {
  color: #74857c;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: .56rem;
  letter-spacing: .1em;
  line-height: 1.55;
  text-transform: uppercase;
}

.experience-copy h2 {
  margin: 24px 0 22px;
  font-size: clamp(2.8rem, 5vw, 5.8rem);
  font-weight: 470;
  letter-spacing: -.065em;
  line-height: .96;
}

.experience-copy h2 span { color: transparent; -webkit-text-stroke: 1px rgba(238,247,242,.35); }
.experience-copy p { max-width: 650px; margin: 0; color: #7d8e85; font-size: .9rem; line-height: 1.75; }

.closing {
  position: relative;
  min-height: 520px;
  padding: 105px 0 112px;
  overflow: hidden;
  border-top: 1px solid var(--line);
  text-align: center;
}

.closing::before { position: absolute; left: 50%; top: -320px; width: 840px; height: 600px; content: ""; border: 1px solid rgba(143,255,208,.1); border-radius: 50%; background: radial-gradient(circle, rgba(90, 255, 188, .08), transparent 62%); transform: translateX(-50%); }
.closing .eyebrow { justify-content: center; }

.closing h2 {
  position: relative;
  margin: 0 auto;
  font-size: clamp(3.2rem, 8vw, 8.5rem);
  font-weight: 520;
  letter-spacing: -.075em;
  line-height: .88;
}

.closing h2 span { display: block; color: transparent; -webkit-text-stroke: 1px rgba(238,247,242,.3); }

.release-line {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-top: 42px;
  padding: 13px 17px;
  color: #82938a;
  border: 1px solid var(--line);
  background: rgba(8, 12, 10, .6);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: .6rem;
  letter-spacing: .14em;
  text-transform: uppercase;
}

footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 92px;
  color: #526058;
  border-top: 1px solid var(--line);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: .56rem;
  letter-spacing: .12em;
  text-transform: uppercase;
}

footer span:last-child { color: #697971; }
.reveal { opacity: 1; transform: none; }

@keyframes pulse { 50% { opacity: .45; transform: scale(.76); } }
@keyframes breathe { 50% { opacity: .72; transform: scale(1.04); } }
@keyframes scan { from { transform: translateY(-50%); } to { transform: translateY(560%); } }
@keyframes ticker { to { transform: translateX(-50%); } }
@keyframes horizontalScan { 0%, 15% { transform: translateX(0); } 70%, 100% { transform: translateX(940%); } }
@keyframes tracePing { from { opacity: .9; transform: scale(.5); } to { opacity: 0; transform: scale(1.65); } }
@keyframes crosshairPulse { 50% { opacity: .45; } }

@media (max-width: 1100px) {
  .detail-section { grid-template-columns: 1fr; }
  .detail-copy { max-width: 650px; }
  .detail-window { min-width: 0; width: calc(100vw - 24px); }
  .telemetry { grid-template-columns: 1fr; }
  .telemetry-copy { display: grid; grid-template-columns: 1fr 1fr; gap: 0 50px; align-items: end; }
  .telemetry-copy .section-label { grid-column: 1 / -1; }
  .telemetry-copy p { grid-column: 2; grid-row: 2; }
  .telemetry-readout { display: none; }
  .plot-window { min-width: 0; width: calc(100vw - 24px); }
  .flash-layout { grid-template-columns: 1fr; }
  .flash-copy { max-width: 650px; }
  .flash-visual { min-width: 0; width: calc(100vw - 24px); order: 2; }
}

@media (max-width: 980px) {
  .hero { grid-template-columns: 1fr; min-height: auto; padding-top: 82px; }
  .hero-copy { max-width: 650px; }
  .product-stage { width: calc(100vw - 24px); margin: 8px 0 20px; }
  .interface { transform: rotateY(-2deg); }
  .datum-a { right: 3%; }
  .datum-b { left: 18px; }
  .manifesto { grid-template-columns: 1fr; gap: 30px; }
  .spec-strip { grid-template-columns: repeat(2, 1fr); }
  .spec:nth-child(2) { border-right: 0; }
  .spec:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .audience-statement { grid-template-columns: 1fr; gap: 28px; }
  .system-heading { grid-template-columns: 1fr; gap: 25px; }
  .system-grid { grid-template-columns: repeat(2, 1fr); }
  .experience-section { grid-template-columns: .6fr 1.4fr; gap: 45px; }
}

@media (max-width: 620px) {
  .shell { width: min(calc(100% - 32px), var(--max)); }
  .nav { height: 74px; }
  .nav-status span { display: none; }
  .nav-status::after { content: "Build active"; font-size: .49rem; }
  .hero { padding: 70px 0 90px; }
  .hero-copy { width: calc(100vw - 32px); min-width: 0; }
  h1 { font-size: clamp(3.15rem, 15vw, 4.2rem); }
  .lede { width: 100%; margin-top: 25px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 15px; }
  .product-stage { width: calc(100vw - 10px); margin-left: -11px; }
  .interface-bar { height: 32px; }
  .interface { border-radius: 4px; transform: none !important; }
  .datum { display: none; }
  .redaction { right: 8px; bottom: 8px; padding: 6px 8px; font-size: .48rem; }
  .manifesto { padding: 100px 0 85px; }
  .spec-strip { margin-bottom: 105px; }
  .spec { min-height: 150px; padding: 23px 16px; }
  .spec strong { font-size: 2.25rem; }
  .spec > span { font-size: .6rem; }
  .audience-section { margin-bottom: 115px; }
  .audience-statement { padding-bottom: 42px; }
  .audience-paths { grid-template-columns: 1fr; }
  .audience-paths article { min-height: 205px; padding: 29px 23px 32px; }
  .audience-paths article + article { border-top: 1px solid var(--line); border-left: 0; }
  .audience-note { width: 100%; line-height: 1.5; }
  .detail-section { padding-bottom: 115px; }
  .detail-window { width: calc(100vw - 10px); margin-left: -11px; border-radius: 4px; }
  .detail-callout { display: none; }
  .map-target { width: 8px; height: 8px; }
  .detail-window figcaption { font-size: .44rem; }
  .telemetry { padding: 20px 0 105px; }
  .telemetry-copy { display: block; }
  .telemetry-copy p { margin-top: 22px; }
  .plot-window { width: calc(100vw - 10px); margin-left: -11px; border-radius: 4px; }
  .plot-topline { height: 34px; }
  .plot-topline b { display: none; }
  .plot-data { display: none; }
  .system-grid { grid-template-columns: 1fr; margin-bottom: 95px; }
  .system-card { min-height: 225px; }
  .flash-section { padding: 100px 0 120px; }
  .flash-visual { width: calc(100vw - 10px); margin-left: -11px; padding-bottom: 92px; }
  .flash-window { border-radius: 4px; }
  .hardware-card { right: 12px; width: min(340px, calc(100vw - 34px)); grid-template-columns: 140px auto; }
  .hardware-card img { width: 140px; height: 76px; }
  .experience-section { grid-template-columns: 1fr; padding: 100px 0 110px; }
  .experience-index { width: 100%; min-height: 140px; }
  .closing { min-height: 470px; padding: 95px 0; }
  footer { align-items: flex-start; flex-direction: column; justify-content: center; gap: 10px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .cursor-glow { display: none; }
}
