:root {
  --ink: #0c1511;
  --ink-soft: #26342e;
  --night: #07100c;
  --night-2: #101b15;
  --paper: #f4f0e7;
  --paper-2: #e8e2d5;
  --surface: #fffdf7;
  --line: #c9c2b4;
  --line-dark: #344139;
  --muted: #676d67;
  --signal: #c9ff68;
  --signal-ink: #1a2a05;
  --aqua: #62e8df;
  --red: #ef4b44;
  --yellow: #ffd769;
  --wrap: 1220px;
  --mouse-x: 0;
  --mouse-y: 0;
  color-scheme: light;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, "Hiragino Sans", "Yu Gothic UI", "Yu Gothic", system-ui, -apple-system, sans-serif;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}

body::selection {
  background: var(--signal);
  color: var(--signal-ink);
}

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

a {
  color: inherit;
  text-underline-offset: 4px;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button,
input {
  font: inherit;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  background: var(--signal);
  color: var(--signal-ink);
  font-weight: 800;
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}

.wrap {
  width: min(var(--wrap), calc(100% - 48px));
  margin: 0 auto;
}

.topbar {
  position: fixed;
  z-index: 50;
  top: 0;
  right: 0;
  left: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(7, 16, 12, 0.88);
  color: #fff;
  backdrop-filter: blur(18px);
}

.topbar::after {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  width: var(--scroll-progress, 0%);
  height: 2px;
  background: var(--signal);
  content: "";
}

.nav {
  display: flex;
  min-height: 70px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: -0.035em;
  text-decoration: none;
}

.brand img {
  width: 29px;
  height: 29px;
}

.brand small {
  color: #9aa79e;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.17em;
}

.navlinks {
  display: flex;
  align-items: center;
  gap: 24px;
  color: #c9d0ca;
  font-size: 12px;
  font-weight: 650;
}

.navlinks a {
  text-decoration: none;
}

.navlinks a:not(.nav-cta):hover {
  color: var(--signal);
}

.nav-cta {
  min-height: 38px;
  padding: 8px 14px;
  border: 1px solid var(--signal);
  background: var(--signal);
  color: var(--signal-ink);
  font-weight: 850;
}

.hero {
  position: relative;
  min-height: 900px;
  overflow: hidden;
  border-bottom: 1px solid #26332c;
  background:
    radial-gradient(circle at calc(74% + var(--mouse-x) * 1px) calc(38% + var(--mouse-y) * 1px), rgba(98, 232, 223, 0.16), transparent 29%),
    var(--night);
  color: #fff;
}

.hero::before,
.hero::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

.hero::before {
  inset: 0;
  background-image:
    linear-gradient(rgba(201, 255, 104, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(201, 255, 104, 0.055) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(to bottom, #000, transparent 84%);
}

.hero::after {
  right: -180px;
  bottom: -240px;
  width: 620px;
  height: 620px;
  border: 1px solid rgba(201, 255, 104, 0.18);
  border-radius: 50%;
  box-shadow:
    0 0 0 74px rgba(201, 255, 104, 0.028),
    0 0 0 148px rgba(98, 232, 223, 0.018);
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  min-height: 900px;
  grid-template-columns: minmax(0, 0.92fr) minmax(520px, 1.08fr);
  gap: 76px;
  align-items: center;
  padding: 124px 0 72px;
}

.hero-copy-block {
  position: relative;
  z-index: 4;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--signal);
  font: 800 11px/1.2 ui-monospace, "SFMono-Regular", Consolas, monospace;
  letter-spacing: 0.16em;
}

.eyebrow::before {
  width: 30px;
  height: 2px;
  background: currentColor;
  content: "";
}

.hero h1 {
  max-width: 790px;
  margin: 25px 0 0;
  font-size: clamp(58px, 7.1vw, 102px);
  line-height: 0.92;
  letter-spacing: -0.075em;
}

.hero-title-line {
  display: block;
  overflow: hidden;
  padding: 0.05em 0.08em 0.12em 0;
}

.hero-title-line > span {
  display: block;
  transform: translateY(118%);
  animation: title-enter 0.9s cubic-bezier(0.19, 1, 0.22, 1) forwards;
}

.hero-title-line:nth-child(2) > span {
  animation-delay: 0.11s;
}

.hero-title-line:nth-child(3) > span {
  color: var(--signal);
  animation-delay: 0.22s;
}

@keyframes title-enter {
  to {
    transform: translateY(0);
  }
}

.hero-lead {
  max-width: 680px;
  margin: 30px 0 0;
  color: #bdc6bf;
  font-size: clamp(16px, 1.7vw, 20px);
  line-height: 1.8;
}

.hero-lead strong {
  color: #fff;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 0 20px;
  border: 1px solid currentColor;
  background: transparent;
  color: inherit;
  font-size: 14px;
  font-weight: 850;
  text-decoration: none;
  transition:
    color 180ms ease,
    background-color 180ms ease,
    transform 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  border-color: var(--signal);
  background: var(--signal);
  color: var(--signal-ink);
}

.button-primary .arrow {
  font-size: 18px;
}

.button-ghost {
  border-color: #566159;
  color: #fff;
}

.button-ghost:hover {
  border-color: #fff;
  background: #fff;
  color: var(--ink);
}

.hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 11px 21px;
  margin-top: 25px;
  color: #8f9d93;
  font-size: 11px;
}

.hero-trust span::before {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 8px;
  border-radius: 50%;
  background: var(--aqua);
  content: "";
  vertical-align: 1px;
}

.capture-machine {
  position: relative;
  min-height: 670px;
  perspective: 1500px;
  transform:
    translate3d(calc(var(--mouse-x) * 0.55px), calc(var(--mouse-y) * 0.4px), 0)
    rotateX(calc(var(--mouse-y) * -0.035deg))
    rotateY(calc(var(--mouse-x) * 0.04deg));
  transform-style: preserve-3d;
  transition: transform 120ms linear;
}

.capture-window {
  position: absolute;
  top: 44px;
  right: 10px;
  width: min(580px, 100%);
  height: 575px;
  overflow: hidden;
  border: 1px solid #49564d;
  background: #111a15;
  box-shadow:
    36px 40px 0 rgba(201, 255, 104, 0.08),
    0 42px 100px rgba(0, 0, 0, 0.4);
}

.capture-toolbar {
  display: grid;
  height: 44px;
  grid-template-columns: auto 1fr auto;
  gap: 14px;
  align-items: center;
  padding: 0 14px;
  border-bottom: 1px solid #344139;
  background: #0a120e;
  color: #92a198;
  font: 10px ui-monospace, "SFMono-Regular", monospace;
}

.traffic {
  display: flex;
  gap: 6px;
}

.traffic i {
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #667169;
}

.traffic i:first-child {
  background: #ff665f;
}

.traffic i:nth-child(2) {
  background: #ffd769;
}

.traffic i:last-child {
  background: #6ddb91;
}

.capture-status {
  color: var(--signal);
  font-weight: 800;
}

.capture-viewport {
  position: relative;
  height: calc(100% - 44px);
  overflow: hidden;
  background: #e8e5dc;
}

.capture-sheet {
  position: absolute;
  top: 18px;
  left: 50%;
  width: 68%;
  min-height: 890px;
  padding: 18px;
  border: 1px solid #b8b2a5;
  background: #fff;
  color: var(--ink);
  transform: translateX(-50%);
  animation: capture-scroll 8s cubic-bezier(0.65, 0, 0.35, 1) infinite alternate;
}

@keyframes capture-scroll {
  0%,
  12% {
    transform: translate(-50%, 0);
  }
  88%,
  100% {
    transform: translate(-50%, -355px);
  }
}

.mock-nav {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #d7d1c5;
  font: 700 7px ui-monospace, monospace;
  letter-spacing: 0.12em;
}

.mock-hero {
  min-height: 165px;
  padding: 28px 18px;
  background: var(--ink);
  color: #fff;
}

.mock-hero small {
  color: var(--signal);
  font: 700 7px ui-monospace, monospace;
  letter-spacing: 0.14em;
}

.mock-hero strong {
  display: block;
  max-width: 260px;
  margin-top: 18px;
  font-size: 27px;
  line-height: 1.02;
  letter-spacing: -0.05em;
}

.mock-lines {
  display: grid;
  gap: 9px;
  padding: 20px 0;
}

.mock-lines i {
  display: block;
  height: 6px;
  background: #d7d4cc;
}

.mock-lines i:nth-child(2) {
  width: 78%;
}

.mock-lines i:nth-child(3) {
  width: 91%;
}

.mock-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.mock-grid i {
  display: block;
  min-height: 92px;
  border: 1px solid #cbc5b8;
  background: #eeeae0;
}

.mock-grid i:nth-child(2) {
  background: var(--signal);
}

.mock-block {
  min-height: 150px;
  margin-top: 12px;
  background:
    linear-gradient(90deg, #111b16 0 38%, transparent 38%),
    #d9d4c8;
}

.scan-beam {
  position: absolute;
  z-index: 5;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  background: var(--signal);
  box-shadow:
    0 0 18px var(--signal),
    0 12px 36px rgba(201, 255, 104, 0.35);
  animation: scan 4s ease-in-out infinite;
}

.scan-beam::after {
  position: absolute;
  top: 7px;
  left: 14px;
  padding: 4px 7px;
  border: 1px solid rgba(201, 255, 104, 0.75);
  background: rgba(7, 16, 12, 0.9);
  color: var(--signal);
  content: "CAPTURING TILE";
  font: 700 8px ui-monospace, monospace;
  letter-spacing: 0.12em;
}

@keyframes scan {
  0%,
  10% {
    transform: translateY(52px);
  }
  90%,
  100% {
    transform: translateY(475px);
  }
}

.capture-progress {
  position: absolute;
  z-index: 8;
  right: 18px;
  bottom: 18px;
  display: grid;
  width: 122px;
  height: 122px;
  place-items: center;
  border: 1px solid #5a675e;
  border-radius: 50%;
  background: rgba(7, 16, 12, 0.92);
  color: #fff;
}

.capture-progress::before {
  position: absolute;
  inset: 8px;
  border: 2px solid transparent;
  border-top-color: var(--aqua);
  border-right-color: var(--signal);
  border-radius: 50%;
  content: "";
  animation: spin 5s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(1turn);
  }
}

.capture-progress strong {
  font-size: 24px;
  line-height: 1;
}

.capture-progress small {
  display: block;
  margin-top: 5px;
  color: #9aa79e;
  font: 8px ui-monospace, monospace;
  letter-spacing: 0.1em;
}

.output-float {
  position: absolute;
  z-index: 10;
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 160px;
  padding: 12px 14px;
  border: 1px solid #5c685f;
  background: rgba(10, 18, 14, 0.96);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.28);
  color: #fff;
  font: 750 10px ui-monospace, monospace;
  letter-spacing: 0.08em;
}

.output-float::before {
  display: grid;
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  place-items: center;
  background: var(--signal);
  color: var(--signal-ink);
  content: attr(data-mark);
  font-weight: 900;
}

.output-float.one {
  top: 3px;
  left: 2px;
  animation: float-one 5.4s ease-in-out infinite;
}

.output-float.two {
  right: -26px;
  bottom: 1px;
  animation: float-two 6.2s ease-in-out infinite;
}

.output-float.three {
  bottom: 42px;
  left: -34px;
  animation: float-one 6.8s ease-in-out infinite reverse;
}

@keyframes float-one {
  50% {
    transform: translateY(-9px) rotate(-1deg);
  }
}

@keyframes float-two {
  50% {
    transform: translateY(10px) rotate(1deg);
  }
}

.format-rail {
  overflow: hidden;
  border-bottom: 1px solid #2e3932;
  background: var(--night-2);
  color: #fff;
}

.format-track {
  display: flex;
  width: max-content;
  animation: ticker 28s linear infinite;
}

.format-group {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 36px;
  padding: 18px 18px 18px 0;
  font: 700 10px ui-monospace, monospace;
  letter-spacing: 0.14em;
}

.format-group span {
  color: #bdc7bf;
}

.format-group span::before {
  margin-right: 12px;
  color: var(--signal);
  content: "/";
}

@keyframes ticker {
  to {
    transform: translateX(-50%);
  }
}

.section {
  padding: 112px 0;
  border-bottom: 1px solid var(--line);
}

.section-dark {
  border-color: #344139;
  background: var(--night);
  color: #fff;
}

.section-head {
  display: grid;
  grid-template-columns: minmax(250px, 0.78fr) minmax(0, 1.22fr);
  gap: 72px;
  align-items: end;
  margin-bottom: 54px;
}

.kicker {
  color: #68755a;
  font: 800 10px ui-monospace, monospace;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.section-dark .kicker {
  color: var(--signal);
}

h2 {
  margin: 9px 0 0;
  font-size: clamp(42px, 5.6vw, 72px);
  line-height: 1.02;
  letter-spacing: -0.065em;
}

.section-lead {
  max-width: 680px;
  margin: 0;
  color: #5e625c;
  font-size: 17px;
  line-height: 1.8;
}

.section-dark .section-lead {
  color: #b7c1b9;
}

.demo-shell {
  position: relative;
  border: 1px solid #4c5950;
  background: #0c1511;
  box-shadow: 30px 34px 0 rgba(201, 255, 104, 0.09);
}

.demo-top {
  display: flex;
  min-height: 48px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 0 16px;
  border-bottom: 1px solid #354139;
  color: #9ca9a0;
  font: 700 9px ui-monospace, monospace;
  letter-spacing: 0.12em;
}

.demo-top span:last-child {
  color: var(--aqua);
}

.demo-video {
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #07100c;
  object-fit: cover;
}

.demo-note {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 18px;
  align-items: start;
  padding: 22px 24px;
  border-top: 1px solid #354139;
  color: #b5c0b8;
  font-size: 12px;
}

.demo-note strong {
  color: var(--signal);
  font: 800 10px ui-monospace, monospace;
  letter-spacing: 0.1em;
}

.story {
  position: relative;
}

.story-grid {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: 70px;
}

.story-steps {
  padding: 50px 0 16vh;
}

.story-step {
  min-height: 62vh;
  padding: 26px 0 54px;
  border-top: 1px solid #aca597;
  opacity: 0.38;
  transition:
    opacity 280ms ease,
    transform 280ms ease;
}

.story-step.is-active {
  opacity: 1;
  transform: translateX(8px);
}

.story-step small {
  color: #6f785c;
  font: 800 10px ui-monospace, monospace;
  letter-spacing: 0.13em;
}

.story-step h3 {
  max-width: 460px;
  margin: 30px 0 0;
  font-size: clamp(31px, 3.7vw, 52px);
  line-height: 1.08;
  letter-spacing: -0.055em;
}

.story-step p {
  max-width: 510px;
  margin: 20px 0 0;
  color: #5e625b;
  font-size: 15px;
}

.story-step ul {
  display: grid;
  gap: 8px;
  margin: 24px 0 0;
  padding: 0;
  color: #3c443f;
  font-size: 13px;
  list-style: none;
}

.story-step li::before {
  margin-right: 9px;
  color: #668323;
  content: "→";
}

.story-stage-wrap {
  position: sticky;
  top: 105px;
  height: calc(100vh - 140px);
  min-height: 630px;
  padding: 42px 0;
}

.story-stage {
  position: relative;
  height: 100%;
  min-height: 560px;
  overflow: hidden;
  border: 1px solid var(--night);
  background: var(--night);
  color: #fff;
}

.story-stage::before {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(201, 255, 104, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(201, 255, 104, 0.04) 1px, transparent 1px);
  background-size: 32px 32px;
  content: "";
}

.story-stage-top {
  position: relative;
  z-index: 5;
  display: flex;
  height: 46px;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px;
  border-bottom: 1px solid #354139;
  color: #9aa79e;
  font: 700 9px ui-monospace, monospace;
  letter-spacing: 0.1em;
}

.story-stage-top span:last-child {
  color: var(--signal);
}

.stage-screen {
  position: absolute;
  z-index: 2;
  inset: 72px 34px 34px;
  overflow: hidden;
  border: 1px solid #536057;
  background: #f7f5ee;
  opacity: 0;
  transform: translateY(24px) scale(0.97);
  transition:
    opacity 520ms cubic-bezier(0.19, 1, 0.22, 1),
    transform 520ms cubic-bezier(0.19, 1, 0.22, 1);
}

.stage-screen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.stage-screen[data-screen="capture"] img {
  object-position: left top;
}

.stage-screen[data-screen="studio"] {
  background: #f0ede5;
}

.stage-screen[data-screen="studio"] .studio-canvas {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, transparent 0 20%, rgba(12, 21, 17, 0.06) 20% 21%, transparent 21%),
    #f0ede5;
}

.studio-shot {
  position: absolute;
  top: 9%;
  right: 7%;
  bottom: 8%;
  left: 25%;
  overflow: hidden;
  border: 1px solid #b9b2a5;
  background: #fff;
}

.studio-shot img {
  object-fit: cover;
  object-position: left top;
}

.studio-toolbar {
  position: absolute;
  z-index: 5;
  top: 0;
  right: 0;
  left: 0;
  display: flex;
  height: 42px;
  align-items: center;
  gap: 16px;
  padding: 0 15px;
  background: #111713;
  color: #fff;
  font: 700 8px ui-monospace, monospace;
}

.studio-toolbar span:first-child {
  color: var(--signal);
}

.studio-toolbox {
  position: absolute;
  z-index: 4;
  top: 15%;
  left: 3%;
  display: grid;
  gap: 8px;
}

.studio-toolbox i {
  display: grid;
  width: 50px;
  height: 42px;
  place-items: center;
  border: 1px solid #8f8b82;
  background: #fff;
  color: var(--ink);
  font: 800 8px ui-monospace, monospace;
  font-style: normal;
}

.studio-toolbox i.active {
  border-color: var(--red);
  background: var(--red);
  color: #fff;
}

.redaction-mark {
  position: absolute;
  z-index: 6;
  top: 19%;
  right: 13%;
  width: 32%;
  height: 18%;
  background: #111;
  animation: redact-in 3.2s ease-in-out infinite;
  transform-origin: left center;
}

.annotation-mark {
  position: absolute;
  z-index: 7;
  top: 47%;
  left: 36%;
  color: var(--red);
  font-size: clamp(20px, 2.3vw, 38px);
  font-weight: 900;
  letter-spacing: -0.04em;
  transform: rotate(-3deg);
}

@keyframes redact-in {
  0%,
  18% {
    transform: scaleX(0);
  }
  42%,
  100% {
    transform: scaleX(1);
  }
}

.record-stack {
  position: absolute;
  inset: 13% 10% 11%;
}

.record-file {
  position: absolute;
  width: 68%;
  min-height: 74%;
  padding: 32px;
  border: 1px solid #59655d;
  background: #111a15;
  color: #fff;
  box-shadow: 20px 24px 0 rgba(201, 255, 104, 0.08);
}

.record-file:nth-child(2) {
  top: 9%;
  left: 11%;
}

.record-file:nth-child(3) {
  top: 18%;
  left: 22%;
}

.record-file small {
  color: var(--signal);
  font: 750 9px ui-monospace, monospace;
  letter-spacing: 0.12em;
}

.record-file strong {
  display: block;
  margin-top: 17px;
  font-size: clamp(22px, 3vw, 42px);
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.hash-lines {
  display: grid;
  gap: 8px;
  margin-top: 28px;
}

.hash-lines i {
  display: block;
  height: 6px;
  background: #435048;
}

.hash-lines i:nth-child(2) {
  width: 76%;
}

.hash-lines i:nth-child(3) {
  width: 89%;
  background: var(--signal);
}

.story-stage[data-active="capture"] [data-screen="capture"],
.story-stage[data-active="studio"] [data-screen="studio"],
.story-stage[data-active="record"] [data-screen="record"] {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.outputs-lab {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  border: 1px solid #59655d;
  background: #0b130f;
}

.output-switcher {
  display: grid;
  align-content: start;
  border-right: 1px solid #59655d;
}

.output-switcher button {
  display: grid;
  min-height: 112px;
  grid-template-columns: 42px 1fr;
  gap: 13px;
  align-items: center;
  padding: 18px;
  border: 0;
  border-bottom: 1px solid #344139;
  background: transparent;
  color: #9ca79f;
  text-align: left;
  cursor: pointer;
}

.output-switcher button:last-child {
  border-bottom: 0;
}

.output-switcher button[aria-pressed="true"] {
  background: var(--signal);
  color: var(--signal-ink);
}

.switch-index {
  font: 800 10px ui-monospace, monospace;
}

.switch-copy strong {
  display: block;
  font-size: 15px;
}

.switch-copy small {
  display: block;
  margin-top: 3px;
  font: 700 8px ui-monospace, monospace;
}

.output-panels {
  position: relative;
  min-height: 470px;
}

.output-panel {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: 34px;
  align-items: center;
  padding: 44px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(18px);
  transition:
    opacity 380ms ease,
    transform 380ms ease;
}

.output-panel.is-active {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.panel-copy small {
  color: var(--signal);
  font: 800 9px ui-monospace, monospace;
  letter-spacing: 0.12em;
}

.panel-copy h3 {
  margin: 17px 0 0;
  font-size: clamp(31px, 4vw, 55px);
  line-height: 1.03;
  letter-spacing: -0.055em;
}

.panel-copy p {
  max-width: 530px;
  margin: 19px 0 0;
  color: #b4beb6;
  font-size: 14px;
}

.panel-art {
  position: relative;
  min-height: 360px;
  overflow: hidden;
  border: 1px solid #4c5950;
  background: #f4f0e7;
  color: var(--ink);
}

.panel-art.visual {
  padding: 18px;
}

.panel-art.visual .long-page {
  width: 58%;
  height: 560px;
  margin: 0 auto;
  border: 1px solid #bdb5a8;
  background:
    linear-gradient(#141c18 0 12%, transparent 12%),
    repeating-linear-gradient(to bottom, transparent 0 28px, #d7d1c5 28px 33px, transparent 33px 45px),
    #fff;
  transform: translateY(-86px);
}

.panel-art.visual::after {
  position: absolute;
  right: 14px;
  bottom: 14px;
  padding: 9px 10px;
  background: var(--ink);
  color: var(--signal);
  content: "1659 × 10483 px";
  font: 800 9px ui-monospace, monospace;
}

.code-window {
  height: 100%;
  padding: 26px;
  background: #0b120f;
  color: #dfe7e1;
  font: 11px/1.8 ui-monospace, monospace;
}

.code-window b {
  color: var(--signal);
}

.code-window em {
  color: var(--aqua);
  font-style: normal;
}

.record-art {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  align-content: center;
  padding: 22px;
}

.record-art .file {
  min-height: 116px;
  padding: 17px;
  border: 1px solid #b6aea1;
  background: #fff;
  font: 700 9px ui-monospace, monospace;
}

.record-art .file strong {
  display: block;
  margin-top: 13px;
  font-size: 14px;
}

.record-art .file:last-child {
  grid-column: 1 / -1;
  min-height: 76px;
  background: var(--signal);
}

.free-section {
  position: relative;
  overflow: hidden;
  background: var(--signal);
  color: var(--signal-ink);
}

.free-section::before {
  position: absolute;
  top: -130px;
  right: -80px;
  width: 500px;
  height: 500px;
  border: 1px solid rgba(26, 42, 5, 0.2);
  border-radius: 50%;
  box-shadow:
    0 0 0 70px rgba(26, 42, 5, 0.04),
    0 0 0 140px rgba(26, 42, 5, 0.03);
  content: "";
}

.free-declaration {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.62fr);
  gap: 70px;
  align-items: end;
}

.free-declaration h2 {
  max-width: 820px;
  margin: 0;
  font-size: clamp(55px, 8vw, 112px);
  line-height: 0.88;
  letter-spacing: -0.08em;
}

.free-declaration h2 span {
  display: block;
  color: #fff;
  -webkit-text-stroke: 1px var(--signal-ink);
  text-shadow: 7px 8px 0 var(--signal-ink);
}

.free-copy {
  padding-bottom: 6px;
}

.free-copy p {
  margin: 0;
  font-size: 17px;
}

.free-copy strong {
  display: block;
  margin-top: 24px;
  font-size: 22px;
}

.free-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 68px;
  border-top: 1px solid var(--signal-ink);
  border-left: 1px solid var(--signal-ink);
}

.free-item {
  min-height: 180px;
  padding: 24px;
  border-right: 1px solid var(--signal-ink);
  border-bottom: 1px solid var(--signal-ink);
}

.free-item small {
  font: 800 9px ui-monospace, monospace;
  letter-spacing: 0.12em;
}

.free-item strong {
  display: block;
  margin-top: 30px;
  font-size: 19px;
  line-height: 1.25;
}

.pricing-intro {
  max-width: 760px;
}

.pricing-intro p {
  color: #5d625b;
  font-size: 17px;
}

.price-board {
  display: grid;
  grid-template-columns: 0.84fr 1.16fr;
  margin-top: 52px;
  border: 1px solid var(--night);
  background: var(--night);
  gap: 1px;
}

.price-plan {
  min-height: 570px;
  padding: 36px;
  background: var(--surface);
}

.price-plan.legal {
  background: var(--night);
  color: #fff;
}

.plan-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  font: 800 10px ui-monospace, monospace;
  letter-spacing: 0.12em;
}

.plan-status {
  padding: 7px 9px;
  border: 1px solid currentColor;
  color: #67715e;
  font-size: 8px;
}

.legal .plan-status {
  color: var(--signal);
}

.price-plan h3 {
  margin: 50px 0 0;
  font-size: clamp(36px, 4.4vw, 60px);
  line-height: 1;
  letter-spacing: -0.055em;
}

.price {
  margin-top: 24px;
  font-size: clamp(52px, 6vw, 84px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.07em;
}

.price small {
  margin-left: 8px;
  font-size: 12px;
  letter-spacing: 0;
}

.price-note {
  margin-top: 9px;
  color: #687067;
  font-size: 12px;
}

.legal .price-note {
  color: #99a69d;
}

.plan-list {
  display: grid;
  gap: 10px;
  margin: 38px 0 0;
  padding: 0;
  font-size: 13px;
  list-style: none;
}

.plan-list li {
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd7ca;
}

.legal .plan-list li {
  border-color: #344139;
}

.plan-list li::before {
  margin-right: 9px;
  color: #648024;
  content: "✓";
  font-weight: 900;
}

.legal .plan-list li::before {
  color: var(--signal);
}

.price-plan .button {
  margin-top: 36px;
}

.legal-boundary {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px;
  margin-top: 28px;
  padding: 18px;
  border: 1px solid #4d5a51;
  color: #aab5ad;
  font-size: 11px;
}

.legal-boundary strong {
  color: var(--yellow);
  font: 800 9px ui-monospace, monospace;
  letter-spacing: 0.1em;
}

.compare {
  margin-top: 66px;
  border-top: 1px solid var(--night);
}

.compare-row {
  display: grid;
  grid-template-columns: 1.4fr 0.7fr 0.7fr;
  border-right: 1px solid var(--night);
  border-bottom: 1px solid var(--night);
  border-left: 1px solid var(--night);
}

.compare-row > * {
  min-height: 64px;
  padding: 18px;
  border-right: 1px solid var(--night);
}

.compare-row > *:last-child {
  border-right: 0;
}

.compare-row strong {
  font-size: 13px;
}

.compare-row span {
  color: #5e665f;
  font-size: 12px;
}

.compare-row .yes {
  color: #3f6413;
  font-weight: 850;
}

.compare-row .paid {
  color: var(--red);
  font-weight: 800;
}

.principles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid #4d5a51;
  border-left: 1px solid #4d5a51;
}

.principle {
  min-height: 280px;
  padding: 28px;
  border-right: 1px solid #4d5a51;
  border-bottom: 1px solid #4d5a51;
}

.principle small {
  color: var(--signal);
  font: 800 9px ui-monospace, monospace;
  letter-spacing: 0.12em;
}

.principle strong {
  display: block;
  margin-top: 38px;
  font-size: 23px;
  line-height: 1.2;
}

.principle p {
  color: #aeb8b0;
  font-size: 13px;
}

.final-cta {
  position: relative;
  overflow: hidden;
  background: #efe9dc;
}

.final-cta::after {
  position: absolute;
  right: -8vw;
  bottom: -22vw;
  color: rgba(12, 21, 17, 0.045);
  content: "GRAB";
  font-size: 34vw;
  font-weight: 950;
  line-height: 0.7;
  letter-spacing: -0.1em;
  pointer-events: none;
}

.final-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 50px;
  align-items: end;
}

.final-grid h2 {
  max-width: 900px;
  margin: 0;
}

.final-grid p {
  max-width: 680px;
  margin: 22px 0 0;
  color: #586059;
}

.final-grid .button {
  background: var(--night);
  color: #fff;
  white-space: nowrap;
}

footer {
  border-top: 1px solid #2d3932;
  background: var(--night);
  color: #aeb9b1;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 30px;
  align-items: center;
  padding: 34px 0 44px;
  font-size: 12px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
  transition:
    opacity 760ms cubic-bezier(0.19, 1, 0.22, 1),
    transform 760ms cubic-bezier(0.19, 1, 0.22, 1);
}

.reveal[data-delay="1"].is-visible {
  transition-delay: 80ms;
}

.reveal[data-delay="2"].is-visible {
  transition-delay: 160ms;
}

.reveal[data-delay="3"].is-visible {
  transition-delay: 240ms;
}

@media (max-width: 1050px) {
  .hero {
    min-height: auto;
  }

  .hero-grid {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 20px;
    padding-bottom: 90px;
  }

  .hero-copy-block {
    max-width: 800px;
  }

  .capture-machine {
    width: min(760px, 100%);
    min-height: 660px;
    margin: 0 auto;
  }

  .story-grid {
    grid-template-columns: 0.86fr 1.14fr;
    gap: 38px;
  }

  .free-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 820px) {
  .navlinks > a:not(.nav-cta) {
    display: none;
  }

  .section,
  .free-section {
    padding: 84px 0;
  }

  .section-head,
  .free-declaration {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .story-grid {
    display: block;
  }

  .story-stage-wrap {
    position: relative;
    top: auto;
    height: 580px;
    min-height: 0;
    padding: 0;
  }

  .story-steps {
    padding: 60px 0 0;
  }

  .story-step {
    min-height: auto;
    margin-bottom: 50px;
  }

  .outputs-lab,
  .price-board {
    grid-template-columns: 1fr;
  }

  .output-switcher {
    grid-template-columns: repeat(3, 1fr);
    border-right: 0;
    border-bottom: 1px solid #59655d;
  }

  .output-switcher button {
    min-height: 92px;
    grid-template-columns: 1fr;
    gap: 5px;
    border-right: 1px solid #344139;
    border-bottom: 0;
  }

  .output-panels {
    min-height: 720px;
  }

  .output-panel {
    grid-template-columns: 1fr;
    align-content: center;
  }

  .price-plan {
    min-height: auto;
  }

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

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

@media (max-width: 620px) {
  .wrap {
    width: min(100% - 28px, var(--wrap));
  }

  .nav {
    min-height: 62px;
  }

  .brand small {
    display: none;
  }

  .nav-cta {
    padding: 8px 10px;
    font-size: 11px;
  }

  .hero-grid {
    padding-top: 104px;
  }

  .hero h1 {
    font-size: clamp(51px, 15.6vw, 72px);
  }

  .hero-lead br {
    display: none;
  }

  .hero-actions .button {
    width: 100%;
  }

  .capture-machine {
    min-height: 520px;
  }

  .capture-window {
    top: 58px;
    right: 0;
    left: 0;
    width: 100%;
    height: 430px;
  }

  .capture-sheet {
    width: 75%;
  }

  .capture-progress {
    width: 92px;
    height: 92px;
  }

  .capture-progress strong {
    font-size: 19px;
  }

  .output-float {
    min-width: 0;
    padding: 9px;
    font-size: 8px;
  }

  .output-float::before {
    width: 23px;
    height: 23px;
    flex-basis: 23px;
  }

  .output-float.one {
    left: -2px;
  }

  .output-float.two {
    right: -4px;
  }

  .output-float.three {
    bottom: 0;
    left: 4px;
  }

  .section-head {
    margin-bottom: 38px;
  }

  h2 {
    font-size: 44px;
  }

  .demo-note {
    grid-template-columns: 1fr;
  }

  .story-stage-wrap {
    height: 470px;
  }

  .story-stage {
    min-height: 450px;
  }

  .stage-screen {
    inset: 64px 12px 14px;
  }

  .output-switcher button {
    padding: 12px 8px;
  }

  .switch-copy strong {
    font-size: 12px;
  }

  .switch-copy small {
    display: none;
  }

  .output-panels {
    min-height: 700px;
  }

  .output-panel {
    padding: 28px 18px;
  }

  .panel-art {
    min-height: 320px;
  }

  .free-declaration h2 {
    font-size: 62px;
  }

  .free-declaration h2 span {
    text-shadow: 4px 5px 0 var(--signal-ink);
  }

  .free-list {
    grid-template-columns: 1fr;
  }

  .compare-row {
    grid-template-columns: 1.2fr 0.8fr;
  }

  .compare-row > *:nth-child(2) {
    display: none;
  }

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

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }

  .hero-title-line > span,
  .reveal {
    opacity: 1;
    transform: none;
  }

  .capture-machine {
    transform: none;
  }
}
