@font-face {
  font-family: "DM Sans";
  src: url("fonts/dm-sans-latin-variable.woff2") format("woff2-variations");
  font-style: normal;
  font-weight: 100 1000;
  font-display: swap;
}

@font-face {
  font-family: "DM Sans";
  src: url("fonts/dm-sans-latin-variable-italic.woff2") format("woff2-variations");
  font-style: italic;
  font-weight: 100 1000;
  font-display: swap;
}

:root {
  color-scheme: dark;
  --ink: #f7f3ff;
  --ink-soft: #c4bdd0;
  --ink-faint: #847d90;
  --night: #0d0a13;
  --night-2: #13101c;
  --night-3: #1b1626;
  --paper: #f1edf7;
  --paper-ink: #17101f;
  --line: rgba(241, 235, 255, 0.13);
  --line-strong: rgba(241, 235, 255, 0.23);
  --signal: #b885ff;
  --signal-2: #ef62ce;
  --orange: #f2b75b;
  --radius-sm: 12px;
  --radius: 22px;
  --radius-lg: 34px;
  --shell: 1180px;
  --font: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--night);
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 72% 6%, rgba(145, 92, 255, 0.12), transparent 28rem),
    var(--night);
  color: var(--ink);
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body::before {
  position: fixed;
  z-index: -1;
  inset: 0;
  pointer-events: none;
  content: "";
  opacity: 0.14;
  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='.92' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.16'/%3E%3C/svg%3E");
}

button,
a {
  font: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}

img,
svg {
  display: block;
}

button:focus-visible,
a:focus-visible,
summary:focus-visible {
  outline: 2px solid var(--signal);
  outline-offset: 4px;
}

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

.skip-link {
  position: fixed;
  z-index: 999;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  border-radius: 8px;
  background: var(--signal);
  color: var(--paper-ink);
  transform: translateY(-160%);
  transition: transform 160ms ease;
}

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  padding: 18px 0;
  border-bottom: 1px solid transparent;
  transition: padding 200ms ease, background 200ms ease, border-color 200ms ease;
}

.site-header.is-scrolled {
  padding: 10px 0;
  border-color: var(--line);
  background: rgba(13, 10, 19, 0.82);
  backdrop-filter: blur(18px) saturate(135%);
}

.nav-shell,
.nav-links,
.brand {
  display: flex;
  align-items: center;
}

.nav-shell {
  justify-content: space-between;
}

.brand {
  gap: 10px;
  font-size: 18px;
  font-weight: 680;
  letter-spacing: -0.03em;
}

.brand img {
  filter: drop-shadow(0 7px 14px rgba(145, 92, 255, 0.28));
}

.nav-links {
  gap: 30px;
  color: var(--ink-soft);
  font-size: 13px;
  font-weight: 560;
}

.nav-links > a:not(.nav-buy) {
  transition: color 150ms ease;
}

.nav-links > a:not(.nav-buy):hover {
  color: var(--ink);
}

.nav-buy {
  padding: 9px 15px;
  border: 1px solid rgba(184, 133, 255, 0.36);
  border-radius: 999px;
  background: rgba(184, 133, 255, 0.08);
  color: var(--signal);
  transition: background 150ms ease, transform 150ms ease;
}

.nav-buy:hover {
  background: rgba(184, 133, 255, 0.14);
  transform: translateY(-1px);
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: transparent;
  color: var(--ink);
}

.nav-toggle span:not(.sr-only) {
  display: block;
  width: 17px;
  height: 1px;
  margin: 5px auto;
  background: currentColor;
  transition: transform 160ms ease;
}

.hero {
  min-height: 100svh;
  padding-top: 88px;
  padding-bottom: 46px;
}

.continuity-lab {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(360px, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(28px, 3vw, 42px);
  align-items: center;
  min-height: min(660px, calc(100svh - 126px));
  padding: clamp(34px, 4vw, 52px);
  overflow: hidden;
  border: 1px solid rgba(241, 235, 255, 0.16);
  border-radius: 38px;
  background:
    radial-gradient(circle at 76% 44%, rgba(239, 98, 206, 0.1), transparent 30%),
    radial-gradient(circle at 12% 86%, rgba(92, 53, 215, 0.08), transparent 25%),
    #0d0a13;
  box-shadow: 0 48px 110px rgba(0, 0, 0, 0.5), 0 1px 0 rgba(255, 255, 255, 0.04) inset;
}

.continuity-lab::before,
.continuity-lab::after {
  position: absolute;
  z-index: 4;
  width: 7px;
  height: 7px;
  border-top: 1px solid rgba(241, 235, 255, 0.22);
  border-left: 1px solid rgba(241, 235, 255, 0.22);
  content: "";
}

.continuity-lab::before {
  top: 18px;
  left: 18px;
}

.continuity-lab::after {
  right: 18px;
  bottom: 18px;
  transform: rotate(180deg);
}

.lab-grid,
.lab-aurora {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.lab-grid {
  z-index: -2;
  opacity: 0.56;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 30px 30px;
  mask-image: linear-gradient(to right, rgba(0, 0, 0, 0.7), #000 54%, rgba(0, 0, 0, 0.8));
}

.lab-aurora {
  z-index: -1;
  left: 38%;
  background:
    radial-gradient(circle at 57% 48%, rgba(184, 133, 255, 0.12), transparent 5%, transparent 27%),
    radial-gradient(circle at 58% 48%, rgba(145, 92, 255, 0.1), transparent 38%);
  filter: blur(14px);
}

.eyebrow,
.section-kicker {
  margin: 0 0 22px;
  color: var(--signal);
  font-size: 11px;
  font-weight: 720;
  letter-spacing: 0.16em;
  line-height: 1.2;
  text-transform: uppercase;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
}

.eyebrow span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--signal);
  box-shadow: 0 0 0 5px rgba(184, 133, 255, 0.1), 0 0 20px rgba(184, 133, 255, 0.45);
}

.hero h1,
.section-heading h2,
.problem-copy h2,
.proof-header h2,
.mode-intro h2,
.pricing-copy h2,
.faq-heading h2,
.final-cta h2,
.legal-hero h1 {
  margin: 0;
  font-size: clamp(48px, 6.2vw, 82px);
  font-weight: 590;
  letter-spacing: -0.068em;
  line-height: 0.98;
}

.hero h1 em {
  color: var(--signal);
  font-style: normal;
}

.hero-lede {
  max-width: 430px;
  margin: 27px 0 31px;
  color: var(--ink-soft);
  font-size: clamp(16px, 1.45vw, 19px);
  line-height: 1.58;
  letter-spacing: -0.012em;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  min-height: 51px;
  padding: 0 21px;
  border: 1px solid transparent;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 690;
  letter-spacing: -0.01em;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease;
}

.button svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
  transition: transform 160ms ease;
}

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

.button:hover svg {
  transform: translateX(3px);
}

.button-primary {
  background: var(--signal);
  color: var(--paper-ink);
  box-shadow: 0 12px 34px rgba(145, 92, 255, 0.18);
}

.button-primary:hover {
  background: #c9a5ff;
}

.button-secondary {
  border-color: var(--line-strong);
  background: rgba(255, 255, 255, 0.025);
  color: var(--ink-soft);
}

.button-secondary:hover {
  border-color: rgba(241, 235, 255, 0.38);
  color: var(--ink);
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  padding: 0;
  margin: 30px 0 0;
  color: var(--ink-faint);
  font-size: 12px;
  list-style: none;
}

.trust-row li {
  display: flex;
  align-items: center;
  gap: 9px;
}

.trust-row li::before {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: currentColor;
  content: "";
}

.hero-copy,
.scene-player {
  position: relative;
  z-index: 2;
}

.hero h1 {
  max-width: 480px;
  font-size: clamp(48px, 4.4vw, 64px);
}

.hero h1 span,
.hero h1 em {
  display: block;
  white-space: nowrap;
}

.scene-player {
  --tilt-x: 0deg;
  --tilt-y: 0deg;
  min-width: 0;
  padding: 15px;
  border: 1px solid rgba(241, 235, 255, 0.12);
  border-radius: 24px;
  background: rgba(19, 16, 28, 0.72);
  box-shadow: 0 36px 80px rgba(0, 0, 0, 0.44), 0 1px 0 rgba(255, 255, 255, 0.045) inset;
  transform: perspective(1300px) rotateX(var(--tilt-y)) rotateY(var(--tilt-x));
  transform-style: preserve-3d;
  transition: transform 220ms ease-out;
  will-change: transform;
}

.scene-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 46px;
  padding: 0 3px 13px;
}

.scene-toolbar > div:first-child {
  display: grid;
  flex: 0 0 auto;
  gap: 1px;
}

.toolbar-kicker {
  color: var(--ink-faint);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.scene-toolbar strong {
  color: #e6e1ed;
  font-size: 12px;
  font-weight: 650;
}

.scenario-switch {
  display: flex;
  min-width: 0;
  padding: 3px;
  overflow-x: auto;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.2);
  scrollbar-width: none;
}

.scenario-switch::-webkit-scrollbar {
  display: none;
}

.scenario-switch button {
  flex: 0 0 auto;
  min-height: 30px;
  padding: 0 11px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #827b8d;
  cursor: pointer;
  font-size: 9px;
  font-weight: 650;
  transition: color 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.scenario-switch button:hover {
  color: #cec7d8;
}

.scenario-switch button[aria-pressed="true"] {
  background: rgba(184, 133, 255, 0.11);
  color: var(--signal);
  box-shadow: 0 0 0 1px rgba(184, 133, 255, 0.1) inset;
}

.workspace-canvas {
  position: relative;
  min-height: 410px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 18px;
  background:
    radial-gradient(circle at 59% 47%, rgba(184, 133, 255, 0.07), transparent 4%, transparent 29%),
    linear-gradient(rgba(255, 255, 255, 0.022) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.022) 1px, transparent 1px),
    #100d17;
  background-size: auto, 28px 28px, 28px 28px, auto;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.03) inset;
}

.workspace-canvas::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(90deg, transparent 47%, rgba(13, 10, 19, 0.24) 64%, rgba(13, 10, 19, 0.07));
  content: "";
}

.work-window {
  --app-color: #73b9f2;
  position: absolute;
  z-index: 4;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 12px;
  background: rgba(29, 24, 40, 0.91);
  color: #b9b1c4;
  box-shadow: 0 26px 52px rgba(0, 0, 0, 0.46), 0 1px 0 rgba(255, 255, 255, 0.04) inset;
  transform-style: preserve-3d;
  transform-origin: 50% 50%;
  transition:
    transform 720ms cubic-bezier(0.22, 0.82, 0.24, 1),
    opacity 560ms ease,
    filter 560ms ease,
    border-color 240ms ease;
}

.work-window header {
  display: flex;
  align-items: center;
  gap: 7px;
  height: 32px;
  padding: 0 11px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.065);
  background: rgba(255, 255, 255, 0.025);
  font-size: 9px;
  font-weight: 650;
}

.work-window header strong {
  color: #ded8e7;
  font-size: 9px;
  font-weight: 680;
}

.work-window header small {
  margin-left: auto;
  overflow: hidden;
  color: #797282;
  font-size: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.app-dot {
  width: 8px;
  height: 8px;
  flex: 0 0 auto;
  border-radius: 3px;
  background: var(--app-color);
  box-shadow: 0 0 11px color-mix(in srgb, var(--app-color), transparent 35%);
}

.window-content {
  position: relative;
  min-height: 100px;
  padding: 13px 14px;
}

.window-label {
  display: block;
  margin-bottom: 11px;
  color: #b9b1c4;
  font-size: 8px;
  font-weight: 650;
}

.content-line {
  display: block;
  width: 61%;
  height: 5px;
  margin-top: 8px;
  border-radius: 999px;
  background: #382f42;
}

.content-line.wide { width: 86%; }
.content-line.short { width: 42%; }

.resource-chip {
  display: inline-block;
  max-width: 88%;
  padding: 5px 7px;
  margin-top: 13px;
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--app-color), transparent 72%);
  border-radius: 6px;
  background: color-mix(in srgb, var(--app-color), transparent 93%);
  color: color-mix(in srgb, var(--app-color), #d1c8db 30%);
  font: 7px ui-monospace, SFMono-Regular, Menlo, monospace;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.window-a,
.ghost-a {
  top: 24px;
  left: 3%;
  width: 43%;
  height: 140px;
}

.window-a {
  --app-color: #73b9f2;
  transform: perspective(800px) rotateY(10deg) rotateZ(-3.2deg) translateZ(-25px);
}

.window-b,
.ghost-b {
  top: 128px;
  left: 8%;
  width: 45%;
  height: 147px;
}

.window-b {
  --app-color: #f0c85e;
  z-index: 5;
  transform: perspective(800px) rotateY(5deg) rotateZ(1.8deg) translateZ(16px);
}

.window-c,
.ghost-c {
  top: 249px;
  left: 4%;
  width: 42%;
  height: 130px;
}

.window-c {
  --app-color: #68cf91;
  z-index: 6;
  transform: perspective(800px) rotateY(9deg) rotateZ(-1.8deg) translateZ(34px);
}

.continuity-lab[data-scenario="research"] .window-a {
  transform: perspective(800px) rotateY(8deg) rotateZ(2.4deg) translate3d(8px, 7px, -18px);
}

.continuity-lab[data-scenario="research"] .window-b {
  transform: perspective(800px) rotateY(4deg) rotateZ(-1.4deg) translate3d(-4px, -3px, 22px);
}

.continuity-lab[data-scenario="research"] .window-c {
  transform: perspective(800px) rotateY(7deg) rotateZ(2deg) translate3d(10px, -6px, 38px);
}

.continuity-lab[data-scenario="design"] .window-a {
  transform: perspective(800px) rotateY(12deg) rotateZ(-1deg) translate3d(-3px, 10px, -24px);
}

.continuity-lab[data-scenario="design"] .window-b {
  transform: perspective(800px) rotateY(3deg) rotateZ(2.8deg) translate3d(8px, 0, 24px);
}

.continuity-lab[data-scenario="design"] .window-c {
  transform: perspective(800px) rotateY(10deg) rotateZ(-3deg) translate3d(-4px, -7px, 42px);
}

.work-window[data-kind="canvas"] .window-content {
  background:
    linear-gradient(90deg, transparent 48%, rgba(180, 134, 255, 0.15) 49%, rgba(180, 134, 255, 0.15) 51%, transparent 52%),
    linear-gradient(transparent 48%, rgba(180, 134, 255, 0.12) 49%, rgba(180, 134, 255, 0.12) 51%, transparent 52%);
  background-size: 52px 52px;
}

.work-window[data-kind="thread"] .content-line:nth-of-type(2) {
  margin-left: 13%;
}

.work-window[data-kind="grid"] .window-content {
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 28px 22px;
}

.window-ghost {
  position: absolute;
  z-index: 2;
  border: 1px dashed rgba(184, 133, 255, 0.24);
  border-radius: 12px;
  opacity: 0;
  transition: opacity 300ms ease 220ms;
}

.flow-line {
  position: absolute;
  z-index: 3;
  left: 45%;
  width: 16%;
  height: 1px;
  opacity: 0.3;
  background: linear-gradient(90deg, rgba(184, 133, 255, 0.04), rgba(184, 133, 255, 0.72));
  box-shadow: 0 0 9px rgba(184, 133, 255, 0.12);
  transform-origin: left center;
  transition: opacity 280ms ease, box-shadow 280ms ease;
}

.flow-line::after {
  position: absolute;
  top: -2px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--signal);
  opacity: 0;
  box-shadow: 0 0 12px var(--signal);
  content: "";
}

.flow-a {
  top: 31%;
  transform: rotate(22deg);
}

.flow-b {
  top: 47%;
  transform: rotate(0deg);
}

.flow-c {
  top: 64%;
  transform: rotate(-24deg);
}

.convergence-node {
  position: absolute;
  z-index: 8;
  top: calc(47% - 5px);
  left: calc(60% - 5px);
  width: 10px;
  height: 10px;
  border: 2px solid rgba(19, 16, 28, 0.9);
  border-radius: 50%;
  background: var(--signal);
  box-shadow: 0 0 0 7px rgba(184, 133, 255, 0.06), 0 0 22px rgba(184, 133, 255, 0.64);
  transition: transform 300ms ease, box-shadow 300ms ease;
}

.status-orb {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--signal);
  box-shadow: 0 0 0 4px rgba(184, 133, 255, 0.08), 0 0 12px rgba(184, 133, 255, 0.4);
}

.checkpoint-card {
  position: absolute;
  z-index: 9;
  top: 70px;
  right: 2.8%;
  width: 35.5%;
  min-width: 215px;
  padding: 17px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 16px;
  background: rgba(27, 22, 38, 0.94);
  box-shadow: 0 32px 62px rgba(0, 0, 0, 0.58), 0 1px 0 rgba(255, 255, 255, 0.055) inset;
  backdrop-filter: blur(18px) saturate(120%);
  transform: perspective(800px) rotateY(-2deg) translateZ(48px);
  transition: transform 360ms ease, border-color 360ms ease, box-shadow 360ms ease;
}

.checkpoint-status {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #a09aa8;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.checkpoint-status em {
  margin-left: auto;
  padding: 3px 6px;
  border: 1px solid rgba(184, 133, 255, 0.16);
  border-radius: 999px;
  background: rgba(184, 133, 255, 0.07);
  color: var(--signal);
  font-size: 7px;
  font-style: normal;
  letter-spacing: 0.11em;
}

.checkpoint-card h2 {
  margin: 16px 0 11px;
  color: #f3eff8;
  font-size: clamp(18px, 1.7vw, 23px);
  font-weight: 620;
  letter-spacing: -0.035em;
}

.checkpoint-apps {
  display: flex;
  gap: 5px;
  min-height: 24px;
  margin-bottom: 13px;
}

.checkpoint-apps span {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  min-width: 0;
  padding: 4px 7px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.025);
  color: #9a93a2;
  font-size: 7px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.checkpoint-apps span::before {
  flex: 0 0 auto;
  width: 6px;
  height: 6px;
  border-radius: 2px;
  background: var(--app-color);
  content: "";
}

.next-step-block {
  padding: 10px 11px;
  border: 1px solid rgba(255, 255, 255, 0.075);
  border-radius: 9px;
  background: rgba(13, 10, 19, 0.42);
  transition: border-color 300ms ease, background 300ms ease;
}

.next-step-block > span {
  display: block;
  margin-bottom: 5px;
  color: #7b7484;
  font-size: 7px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.next-step-block p {
  min-height: 42px;
  margin: 0;
  color: #c6bfcd;
  font-size: 9px;
  line-height: 1.5;
}

.capture-summary {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 10px;
  margin: 11px 0;
  color: #7d7587;
  font-size: 7px;
}

.capture-summary b {
  color: #b9b1c4;
}

.checkpoint-card button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 43px;
  padding: 0 13px;
  border: 0;
  border-radius: 9px;
  background: var(--signal);
  color: #171120;
  cursor: pointer;
  font-size: 10px;
  font-weight: 720;
  transition: background 160ms ease, transform 160ms ease, opacity 160ms ease;
}

.checkpoint-card button:hover:not(:disabled) {
  background: #d0b0ff;
  transform: translateY(-1px);
}

.checkpoint-card button:disabled {
  cursor: wait;
  opacity: 0.72;
}

.scene-player-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  padding: 13px 4px 0;
  color: #81798a;
}

.scene-player-foot p,
.scene-player-foot small {
  margin: 0;
  font-size: 8px;
}

.scene-player-foot p span {
  margin-right: 7px;
  color: var(--signal);
  font-weight: 750;
  letter-spacing: 0.11em;
}

.scene-player-foot p strong {
  color: #9890a1;
  font-weight: 520;
}

.scene-player-foot small {
  flex: 0 0 auto;
  color: #6b6474;
}

.continuity-lab[data-state="parking"] .window-a,
.continuity-lab[data-state="parked"] .window-a {
  opacity: 0.13;
  filter: blur(0.4px);
  transform: translate3d(132%, 108%, 60px) scale(0.14) rotate(0deg);
}

.continuity-lab[data-state="parking"] .window-b,
.continuity-lab[data-state="parked"] .window-b {
  opacity: 0.13;
  filter: blur(0.4px);
  transform: translate3d(116%, 34%, 60px) scale(0.14) rotate(0deg);
}

.continuity-lab[data-state="parking"] .window-c,
.continuity-lab[data-state="parked"] .window-c {
  opacity: 0.13;
  filter: blur(0.4px);
  transform: translate3d(138%, -58%, 60px) scale(0.14) rotate(0deg);
}

.continuity-lab[data-state="parking"] .window-ghost,
.continuity-lab[data-state="parked"] .window-ghost,
.continuity-lab[data-state="resuming"] .window-ghost {
  opacity: 0.58;
}

.continuity-lab[data-state="parking"] .flow-line,
.continuity-lab[data-state="parked"] .flow-line,
.continuity-lab[data-state="resuming"] .flow-line {
  opacity: 0.9;
  box-shadow: 0 0 14px rgba(184, 133, 255, 0.38);
}

.continuity-lab[data-state="parking"] .flow-line::after,
.continuity-lab[data-state="resuming"] .flow-line::after {
  opacity: 1;
  animation: scene-flow 720ms cubic-bezier(0.3, 0.6, 0.35, 1) both;
}

.continuity-lab[data-state="resuming"] .flow-line::after {
  animation-direction: reverse;
}

.continuity-lab[data-state="parking"] .flow-b::after,
.continuity-lab[data-state="resuming"] .flow-b::after {
  animation-delay: 90ms;
}

.continuity-lab[data-state="parking"] .flow-c::after,
.continuity-lab[data-state="resuming"] .flow-c::after {
  animation-delay: 180ms;
}

.continuity-lab[data-state="parked"] .checkpoint-card {
  border-color: rgba(184, 133, 255, 0.35);
  box-shadow: 0 34px 70px rgba(0, 0, 0, 0.62), 0 0 42px rgba(184, 133, 255, 0.08);
  transform: perspective(800px) rotateY(0deg) translateZ(58px) scale(1.025);
}

.continuity-lab[data-state="parked"] .convergence-node {
  box-shadow: 0 0 0 10px rgba(184, 133, 255, 0.08), 0 0 30px rgba(184, 133, 255, 0.75);
  transform: scale(1.22);
}

.continuity-lab[data-state="resumed"] .window-b {
  border-color: rgba(184, 133, 255, 0.52);
  box-shadow: 0 28px 58px rgba(0, 0, 0, 0.48), 0 0 0 3px rgba(184, 133, 255, 0.08);
}

.continuity-lab[data-state="resumed"] .next-step-block {
  border-color: rgba(184, 133, 255, 0.22);
  background: rgba(184, 133, 255, 0.035);
}

.continuity-lab.is-switching .work-window,
.continuity-lab.is-switching .checkpoint-card {
  opacity: 0.3;
  transform: translateY(6px) scale(0.985);
}

@keyframes scene-flow {
  0% { left: 0; opacity: 0; }
  14% { opacity: 1; }
  86% { opacity: 1; }
  100% { left: calc(100% - 5px); opacity: 0; }
}

.problem-band {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255,255,255,0.018);
}

.problem-grid {
  display: grid;
  grid-template-columns: 1.14fr 0.86fr;
  gap: 96px;
  align-items: end;
  padding-top: 88px;
  padding-bottom: 88px;
}

.problem-copy h2,
.proof-header h2,
.mode-intro h2,
.pricing-copy h2,
.faq-heading h2,
.final-cta h2 {
  font-size: clamp(36px, 4.6vw, 59px);
  line-height: 1.04;
}

.problem-statement p,
.proof-header > p,
.mode-intro > p,
.pricing-copy > p {
  margin: 0 0 25px;
  color: var(--ink-soft);
  font-size: 17px;
  line-height: 1.7;
}

.problem-statement strong {
  color: var(--ink);
  font-weight: 620;
}

.problem-statement a,
.proof-card a,
.legal-copy a {
  color: var(--signal);
  font-size: 12px;
  font-weight: 680;
}

.problem-statement a span {
  margin-left: 5px;
}

.section {
  padding-top: 132px;
  padding-bottom: 132px;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 66px;
}

.section-heading h2 {
  font-size: clamp(40px, 5vw, 64px);
  line-height: 1.02;
}

.section-heading > p:not(.section-kicker) {
  max-width: 560px;
  margin: 25px 0 0;
  color: var(--ink-soft);
  font-size: 17px;
}

.flow-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.flow-card {
  min-height: 390px;
  padding: 25px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255,255,255,0.018);
}

.flow-number {
  color: var(--ink-faint);
  font: 10px ui-monospace, SFMono-Regular, Menlo, monospace;
}

.mini-visual {
  position: relative;
  height: 170px;
  margin: 22px 0 26px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 15px;
  background: #14101c;
}

.flow-card h3,
.use-card h3 {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 630;
  letter-spacing: -0.025em;
}

.flow-card > p,
.use-card p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 13px;
  line-height: 1.66;
}

.mini-window {
  position: absolute;
  width: 112px;
  height: 72px;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 7px;
  background: #292133;
  box-shadow: 0 12px 24px rgba(0,0,0,0.35);
}

.mini-window::before {
  display: block;
  height: 13px;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  content: "";
}

.mini-window.a { top: 30px; left: 28px; transform: rotate(-7deg); }
.mini-window.b { top: 41px; right: 25px; transform: rotate(5deg); }
.mini-window.c { right: 69px; bottom: 23px; width: 95px; height: 61px; }

.capture-ring {
  position: absolute;
  z-index: 4;
  top: 50%;
  left: 50%;
  width: 53px;
  height: 53px;
  border: 1px solid rgba(184,133,255,0.55);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(184,133,255,0.05), 0 0 35px rgba(184,133,255,0.15);
  transform: translate(-50%, -50%);
}

.capture-ring::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--signal);
  content: "";
  transform: translate(-50%, -50%);
}

.cue-visual {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 22px;
}

.cue-visual span {
  margin-bottom: 9px;
  color: var(--signal);
  font-size: 9px;
  font-weight: 720;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.cue-visual strong {
  max-width: 210px;
  color: #e5dfea;
  font-size: 14px;
  font-weight: 540;
  line-height: 1.5;
}

.cue-visual i {
  width: 2px;
  height: 18px;
  margin-top: 7px;
  background: var(--signal);
  animation: cursor-blink 1.2s steps(1) infinite;
}

@keyframes cursor-blink {
  50% { opacity: 0; }
}

.return-visual {
  padding: 44px 25px;
}

.return-line {
  display: block;
  width: 76%;
  height: 9px;
  margin-bottom: 13px;
  border-radius: 99px;
  background: #2b2334;
}

.return-line.short { width: 48%; }

.return-visual b {
  position: absolute;
  right: 20px;
  bottom: 20px;
  padding: 5px 8px;
  border-radius: 6px;
  background: rgba(184,133,255,0.09);
  color: var(--signal);
  font-size: 8px;
  letter-spacing: 0.13em;
}

.proof-section {
  border-top: 1px solid rgba(13, 10, 19, 0.08);
  border-bottom: 1px solid rgba(13, 10, 19, 0.08);
  background: var(--paper);
  color: var(--paper-ink);
}

.proof-section .section-kicker {
  color: #5c35d7;
}

.proof-header {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 110px;
  align-items: end;
  margin-bottom: 67px;
}

.proof-header > p {
  color: #625c6a;
}

.proof-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(13,10,19,0.16);
  border-bottom: 1px solid rgba(13,10,19,0.16);
}

.proof-card {
  min-height: 280px;
  padding: 32px 31px;
  border-right: 1px solid rgba(13,10,19,0.16);
}

.proof-card:last-child {
  border-right: 0;
}

.proof-stat {
  display: block;
  margin-bottom: 37px;
  font-size: clamp(45px, 5vw, 66px);
  font-weight: 590;
  letter-spacing: -0.06em;
  line-height: 1;
}

.proof-card p {
  min-height: 84px;
  margin: 0 0 23px;
  color: #5d5664;
  font-size: 14px;
}

.proof-card a {
  color: #5c35d7;
}

.proof-note {
  margin: 21px 0 0;
  color: #77717d;
  font-size: 11px;
}

.section-heading.compact {
  max-width: 670px;
}

.use-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--line);
}

.use-card {
  position: relative;
  min-height: 245px;
  padding: 35px;
  background: var(--night);
}

.use-card > span {
  position: absolute;
  top: 32px;
  right: 32px;
  color: var(--ink-faint);
  font: 10px ui-monospace, SFMono-Regular, Menlo, monospace;
}

.use-card h3 {
  margin-top: 90px;
}

.use-card p {
  max-width: 390px;
}

.modes-section {
  border-top: 1px solid var(--line);
  background: #110d18;
}

.modes-grid {
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  gap: 95px;
  align-items: start;
}

.mode-intro {
  position: sticky;
  top: 130px;
}

.mode-intro > p {
  margin-top: 27px;
}

.mode-list {
  display: grid;
  gap: 15px;
}

.mode-card {
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255,255,255,0.02);
}

.mode-card header {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 13px;
  margin-bottom: 25px;
}

.mode-card header strong {
  font-size: 18px;
  font-weight: 630;
}

.mode-card header em {
  color: var(--ink-faint);
  font-size: 10px;
  font-style: normal;
  font-weight: 650;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.mode-card > p {
  margin: 0 0 23px;
  color: var(--ink-soft);
  font-size: 14px;
  line-height: 1.7;
}

.mode-card ul,
.price-card ul,
.privacy-grid ul {
  display: grid;
  gap: 11px;
  padding: 0;
  margin: 0;
  color: var(--ink-soft);
  font-size: 12px;
  list-style: none;
}

.mode-card li::before {
  margin-right: 9px;
  color: var(--signal);
  content: "—";
}

.rebuild-icon {
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: rgba(239,159,90,0.1);
  color: var(--orange);
  font-size: 16px;
}

.rebuild-mode li::before {
  color: var(--orange);
}

.privacy-section {
  padding: 92px 0;
  background: var(--signal);
  color: var(--paper-ink);
}

.privacy-grid {
  display: grid;
  grid-template-columns: 0.24fr 1.1fr 0.8fr;
  gap: 55px;
  align-items: center;
}

.privacy-grid .section-kicker {
  color: #3d245e;
}

.privacy-grid h2 {
  margin: 0 0 14px;
  font-size: clamp(34px, 4vw, 51px);
  font-weight: 590;
  letter-spacing: -0.055em;
  line-height: 1.03;
}

.privacy-grid p:not(.section-kicker) {
  max-width: 630px;
  margin: 0;
  color: #352243;
  font-size: 14px;
}

.privacy-grid ul {
  color: #2c1c38;
  font-weight: 570;
}

.privacy-grid li {
  display: flex;
  gap: 10px;
}

.privacy-grid li span {
  font-weight: 800;
}

.privacy-mark {
  position: relative;
  display: grid;
  place-items: center;
  width: 140px;
  height: 140px;
}

.privacy-mark > span {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(23,16,31,0.15);
  border-radius: 32px;
  transform: rotate(11deg);
}

.privacy-mark > span:nth-child(2) {
  inset: 15px;
  transform: rotate(-8deg);
}

.privacy-mark > span:nth-child(3) {
  inset: 31px;
  background: rgba(23,16,31,0.06);
  transform: rotate(4deg);
}

.privacy-mark svg {
  position: relative;
  z-index: 2;
  width: 44px;
  fill: none;
  stroke: var(--paper-ink);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
}

.pricing-section {
  display: grid;
  grid-template-columns: minmax(250px, 0.65fr) minmax(0, 1.35fr);
  gap: 72px;
  align-items: center;
}

.pricing-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.pricing-copy > p {
  max-width: 560px;
  margin-top: 27px;
}

.price-card {
  padding: 25px;
  border: 1px solid rgba(184,133,255,0.25);
  border-radius: 28px;
  background:
    linear-gradient(145deg, rgba(184,133,255,0.055), transparent 42%),
    #171120;
  box-shadow: 0 30px 70px rgba(0,0,0,0.28);
}

.price-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
  font-size: 12px;
  font-weight: 650;
}

.price-topline em {
  color: var(--signal);
  font-size: 9px;
  font-style: normal;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.price {
  display: flex;
  align-items: flex-start;
  margin: 31px 0 15px;
}

.price > span {
  margin: 11px 5px 0 0;
  color: var(--ink-soft);
  font-size: 21px;
}

.price strong {
  font-size: 60px;
  font-weight: 570;
  letter-spacing: -0.07em;
  line-height: 0.88;
}

.price small {
  align-self: end;
  margin: 0 0 6px 10px;
  color: var(--ink-faint);
  font-size: 11px;
}

.price-card > p {
  margin: 0 0 25px;
  color: var(--ink-soft);
  font-size: 13px;
  line-height: 1.65;
}

.price-card ul {
  padding: 22px 0 26px;
  border-top: 1px solid var(--line);
}

.price-card li {
  display: flex;
  gap: 10px;
}

.price-card li span {
  color: var(--signal);
}

.full-width {
  width: 100%;
}

.price-note {
  display: block;
  margin-top: 13px;
  color: var(--ink-faint);
  font-size: 9px;
  line-height: 1.5;
  text-align: center;
}

.price-card-free {
  border-color: rgba(255, 255, 255, 0.09);
  background: #0e0f12;
  box-shadow: none;
}

.price-card-free .price-topline em,
.price-card-free li span {
  color: var(--ink-soft);
}

.faq-section {
  display: grid;
  grid-template-columns: 0.75fr 1.15fr;
  gap: 100px;
  border-top: 1px solid var(--line);
}

.faq-heading {
  align-self: start;
}

.faq-list {
  border-top: 1px solid var(--line-strong);
}

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 25px;
  align-items: center;
  padding: 23px 0;
  cursor: pointer;
  font-size: 15px;
  font-weight: 580;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary span {
  color: var(--signal);
  font-size: 21px;
  font-weight: 350;
  transition: transform 170ms ease;
}

.faq-list details[open] summary span {
  transform: rotate(45deg);
}

.faq-list details p {
  max-width: 640px;
  padding: 0 35px 25px 0;
  margin: -2px 0 0;
  color: var(--ink-soft);
  font-size: 13px;
  line-height: 1.75;
}

.final-cta {
  padding: 88px 0;
  background: var(--paper);
  color: var(--paper-ink);
}

.final-cta .section-kicker {
  color: #5c35d7;
}

.final-cta-inner {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 50px;
}

.button-inverse {
  flex: 0 0 auto;
  background: var(--paper-ink);
  color: var(--paper);
}

footer {
  padding: 48px 0 55px;
  border-top: 1px solid var(--line);
}

.footer-grid {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 18px 35px;
  align-items: center;
}

.footer-brand {
  font-size: 16px;
}

.footer-grid p,
.footer-grid small {
  margin: 0;
  color: var(--ink-faint);
  font-size: 11px;
}

.footer-grid nav {
  display: flex;
  gap: 22px;
  color: var(--ink-soft);
  font-size: 11px;
}

.footer-grid small {
  grid-column: 2 / -1;
}

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

.js .reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 650ms cubic-bezier(.2,.7,.2,1), transform 650ms cubic-bezier(.2,.7,.2,1);
}

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

.reveal-delay,
.reveal-delay-1 { transition-delay: 90ms; }
.reveal-delay-2 { transition-delay: 180ms; }
.reveal-delay-3 { transition-delay: 270ms; }

/* Legal and evidence pages */
.legal-main {
  min-height: 80vh;
  padding: 150px 0 100px;
}

.legal-hero {
  max-width: 860px;
  padding-bottom: 70px;
  border-bottom: 1px solid var(--line);
}

.legal-hero h1 {
  font-size: clamp(48px, 7vw, 78px);
}

.legal-hero p:not(.section-kicker) {
  max-width: 680px;
  margin: 25px 0 0;
  color: var(--ink-soft);
  font-size: 18px;
}

.legal-copy {
  max-width: 780px;
  padding-top: 64px;
}

.legal-copy section {
  padding: 0 0 45px;
}

.legal-copy h2 {
  margin: 0 0 15px;
  font-size: 24px;
  font-weight: 620;
  letter-spacing: -0.03em;
}

.legal-copy h3 {
  margin: 26px 0 10px;
  font-size: 16px;
}

.legal-copy p,
.legal-copy li {
  color: var(--ink-soft);
  font-size: 14px;
  line-height: 1.75;
}

.legal-copy ul,
.legal-copy ol {
  padding-left: 21px;
}

.legal-copy .callout {
  padding: 22px;
  border: 1px solid rgba(184,133,255,0.22);
  border-radius: 14px;
  background: rgba(184,133,255,0.05);
}

.evidence-table {
  display: grid;
  gap: 13px;
  margin: 25px 0;
}

.evidence-row {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 25px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 13px;
}

.evidence-row strong {
  color: var(--ink);
  font-size: 13px;
}

.evidence-row p {
  margin: 0;
}

@media (max-width: 1080px) {
  .hero {
    min-height: 0;
    padding-top: 98px;
  }

  .continuity-lab {
    grid-template-columns: minmax(330px, 0.8fr) minmax(0, 1.2fr);
    gap: 26px;
    min-height: 600px;
    padding: 32px;
  }

  .hero h1 {
    font-size: clamp(46px, 5.5vw, 56px);
  }

  .scene-toolbar {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .scenario-switch {
    width: 100%;
  }

  .pricing-section {
    grid-template-columns: 1fr;
    gap: 45px;
  }

  .privacy-grid {
    grid-template-columns: 0.2fr 1fr;
  }

  .privacy-grid ul {
    grid-column: 2;
  }
}

@media (max-width: 820px) {
  .shell {
    width: min(100% - 34px, var(--shell));
  }

  .nav-toggle {
    display: block;
  }

  .nav-links {
    position: absolute;
    top: calc(100% + 1px);
    left: 17px;
    right: 17px;
    display: none;
    align-items: stretch;
    gap: 0;
    padding: 13px;
    border: 1px solid var(--line);
    border-radius: 15px;
    background: rgba(19,16,28,0.98);
    box-shadow: 0 18px 40px rgba(0,0,0,0.38);
  }

  .nav-links.is-open {
    display: grid;
  }

  .nav-links a {
    padding: 12px;
  }

  .nav-buy {
    margin-top: 7px;
    text-align: center;
  }

  .hero {
    padding-top: 118px;
    padding-bottom: 80px;
  }

  .continuity-lab {
    grid-template-columns: 1fr;
    gap: 44px;
    min-height: 0;
    padding: 48px 36px 32px;
    border-radius: 32px;
  }

  .hero-copy {
    max-width: 680px;
  }

  .hero h1 {
    font-size: clamp(47px, 13.5vw, 70px);
  }

  .workspace-canvas {
    min-height: 420px;
  }

  .problem-grid,
  .proof-header,
  .modes-grid,
  .pricing-section,
  .faq-section {
    grid-template-columns: 1fr;
    gap: 45px;
  }

  .problem-grid {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .flow-grid,
  .proof-grid {
    grid-template-columns: 1fr;
  }

  .flow-card {
    min-height: auto;
  }

  .proof-grid {
    border: 0;
    gap: 1px;
    background: rgba(13,10,19,0.16);
  }

  .proof-card {
    min-height: 0;
    border-right: 0;
    background: var(--paper);
  }

  .proof-card p {
    min-height: 0;
  }

  .mode-intro {
    position: static;
  }

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

  .privacy-mark {
    width: 100px;
    height: 100px;
  }

  .privacy-grid ul {
    grid-column: auto;
  }

  .price-card {
    max-width: none;
  }

  .pricing-cards {
    grid-template-columns: 1fr;
    max-width: 560px;
  }

  .final-cta-inner {
    align-items: flex-start;
    flex-direction: column;
  }

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

  .footer-grid small {
    grid-column: auto;
  }
}

@media (max-width: 560px) {
  .section {
    padding-top: 94px;
    padding-bottom: 94px;
  }

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

  .trust-row {
    gap: 8px 16px;
  }

  .hero {
    width: min(100% - 20px, var(--shell));
    padding-top: 100px;
    padding-bottom: 52px;
  }

  .continuity-lab {
    gap: 35px;
    padding: 34px 13px 14px;
    border-radius: 26px;
  }

  .hero-copy {
    padding-inline: 9px;
  }

  .hero h1 {
    font-size: clamp(39px, 11.7vw, 52px);
    line-height: 0.96;
  }

  .hero-lede {
    margin-top: 22px;
    font-size: 16px;
  }

  .scene-player {
    padding: 10px;
    border-radius: 19px;
    transform: none;
  }

  .scene-toolbar {
    padding: 3px 2px 11px;
  }

  .scenario-switch button {
    min-height: 34px;
    padding-inline: 12px;
  }

  .workspace-canvas {
    min-height: 520px;
    border-radius: 14px;
  }

  .window-a,
  .ghost-a {
    top: 22px;
    left: 2.5%;
    width: 52%;
    height: 111px;
  }

  .window-b,
  .ghost-b {
    top: 77px;
    left: 20%;
    width: 54%;
    height: 116px;
  }

  .window-c,
  .ghost-c {
    top: 151px;
    left: 5%;
    width: 53%;
    height: 106px;
  }

  .work-window header {
    height: 28px;
    padding-inline: 8px;
  }

  .work-window header small {
    max-width: 58px;
  }

  .window-content {
    min-height: 75px;
    padding: 9px 10px;
  }

  .window-label {
    margin-bottom: 7px;
  }

  .content-line {
    height: 4px;
    margin-top: 6px;
  }

  .resource-chip {
    max-width: 100%;
    padding: 4px 6px;
    margin-top: 8px;
  }

  .flow-line {
    left: 43%;
    width: 16%;
  }

  .flow-a { top: 32%; transform: rotate(28deg); }
  .flow-b { top: 39%; transform: rotate(10deg); }
  .flow-c { top: 46%; transform: rotate(-10deg); }

  .convergence-node {
    top: calc(44% - 5px);
    left: calc(59% - 5px);
  }

  .checkpoint-card {
    top: auto;
    right: 4%;
    bottom: 13px;
    width: 92%;
    min-width: 0;
    padding: 14px;
    transform: translateZ(30px);
  }

  .checkpoint-card h2 {
    margin: 12px 0 9px;
    font-size: 19px;
  }

  .next-step-block p {
    min-height: 0;
  }

  .checkpoint-card button {
    min-height: 46px;
  }

  .continuity-lab[data-state="parking"] .window-a,
  .continuity-lab[data-state="parked"] .window-a {
    transform: translate3d(96%, 170%, 50px) scale(0.13) rotate(0deg);
  }

  .continuity-lab[data-state="parking"] .window-b,
  .continuity-lab[data-state="parked"] .window-b {
    transform: translate3d(63%, 121%, 50px) scale(0.13) rotate(0deg);
  }

  .continuity-lab[data-state="parking"] .window-c,
  .continuity-lab[data-state="parked"] .window-c {
    transform: translate3d(97%, 61%, 50px) scale(0.13) rotate(0deg);
  }

  .continuity-lab[data-state="parked"] .checkpoint-card {
    transform: translateZ(34px) scale(1.01);
  }

  .scene-player-foot {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
    padding: 10px 3px 1px;
  }

  .scene-player-foot p {
    display: grid;
    gap: 2px;
  }

  .scene-player-foot p span {
    margin-right: 0;
  }

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

  .use-card {
    min-height: 210px;
  }

  .privacy-grid {
    gap: 28px;
  }

  .footer-grid nav {
    flex-wrap: wrap;
  }

  .evidence-row {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
  .reveal { opacity: 1; transform: none; }
}

/* Refined launch surface */
:root {
  --ink: #f4f2f7;
  --ink-soft: #b8b4bf;
  --ink-faint: #77737e;
  --night: #07080a;
  --night-2: #0d0f12;
  --night-3: #15171b;
  --paper: #f2f0f5;
  --paper-ink: #131417;
  --line: rgba(244, 242, 247, 0.09);
  --line-strong: rgba(244, 242, 247, 0.16);
  --signal: #b58af7;
  --signal-2: #8e63d4;
}

body {
  background:
    radial-gradient(circle at 74% 1%, rgba(123, 82, 185, 0.1), transparent 31rem),
    var(--night);
}

.continuity-lab {
  display: grid;
  grid-template-columns: minmax(330px, 0.76fr) minmax(0, 1.24fr);
  gap: clamp(34px, 4.5vw, 64px);
  min-height: min(720px, calc(100svh - 122px));
  padding: clamp(36px, 4vw, 54px);
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 36px;
  background:
    radial-gradient(circle at 86% 24%, rgba(181, 138, 247, 0.075), transparent 26%),
    linear-gradient(145deg, #0b0c0f, #08090b 72%);
  box-shadow: 0 44px 100px rgba(0, 0, 0, 0.48), inset 0 1px rgba(255, 255, 255, 0.035);
}

.continuity-lab::before,
.continuity-lab::after,
.lab-grid,
.lab-aurora {
  display: none;
}

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

.eyebrow span {
  box-shadow: 0 0 0 5px rgba(181, 138, 247, 0.08), 0 0 18px rgba(181, 138, 247, 0.26);
}

.hero h1 {
  max-width: 500px;
  font-size: clamp(48px, 4.7vw, 67px);
}

.hero h1 em {
  color: #c09afa;
}

.hero-lede {
  max-width: 465px;
  color: #aaa6b0;
  font-size: clamp(16px, 1.4vw, 18px);
}

.button-primary {
  background: #ede8f5;
  color: #151218;
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.28);
}

.button-primary:hover {
  background: #fff;
}

.nav-buy {
  border-color: rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.055);
  color: var(--ink);
}

.nav-buy:hover {
  background: rgba(255, 255, 255, 0.1);
}

.scene-player {
  --tilt-x: 0deg;
  --tilt-y: 0deg;
  min-width: 0;
  padding: 12px;
  border: 0;
  border-radius: 25px;
  background: #111216;
  box-shadow: 0 34px 80px rgba(0, 0, 0, 0.55), inset 0 1px rgba(255, 255, 255, 0.045);
  transform: perspective(1400px) rotateX(var(--tilt-y)) rotateY(var(--tilt-x));
  transform-style: preserve-3d;
  transition: transform 220ms ease-out;
}

.scene-toolbar {
  min-height: 48px;
  padding: 1px 4px 12px;
}

.toolbar-kicker {
  color: #6e6b74;
  font-size: 8px;
  letter-spacing: 0.15em;
}

.scene-toolbar strong {
  color: #e6e3ea;
  font-size: 12px;
}

.scenario-switch {
  border: 0;
  background: #0a0b0d;
}

.scenario-switch button {
  color: #74717b;
}

.scenario-switch button[aria-pressed="true"] {
  background: #202126;
  color: #f1eef5;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.055);
}

.product-stage {
  min-width: 0;
}

.mac-frame {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  background: #090a0c;
  box-shadow: 0 26px 58px rgba(0, 0, 0, 0.48), inset 0 1px rgba(255, 255, 255, 0.035);
}

.mac-menu-bar {
  position: relative;
  z-index: 20;
  display: flex;
  align-items: center;
  height: 31px;
  padding: 0 11px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.055);
  background: rgba(14, 15, 18, 0.95);
  color: #a7a4ad;
  font-size: 7px;
  font-weight: 610;
}

.mac-traffic,
.window-controls {
  display: flex;
  gap: 4px;
}

.mac-traffic {
  margin-right: 12px;
}

.mac-traffic i,
.window-controls i {
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #44464c;
}

.mac-traffic i:first-child,
.window-controls i:first-child { background: #ff605c; }
.mac-traffic i:nth-child(2),
.window-controls i:nth-child(2) { background: #ffbd44; }
.mac-traffic i:last-child,
.window-controls i:last-child { background: #00ca4e; }

.menu-status {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: auto;
  color: #c5c2ca;
}

.scene-menu-icon {
  display: grid;
  place-items: center;
  width: 18px;
  height: 18px;
  border-radius: 5px;
  background: rgba(181, 138, 247, 0.08);
}

.scene-menu-icon img {
  width: 14px;
  height: 14px;
}

.demo-desktop {
  position: relative;
  height: 425px;
  overflow: hidden;
  background:
    radial-gradient(circle at 16% 80%, rgba(95, 69, 130, 0.17), transparent 27%),
    radial-gradient(circle at 83% 12%, rgba(78, 60, 104, 0.13), transparent 27%),
    linear-gradient(143deg, #121319, #0c0d11 66%);
}

.demo-desktop::after {
  position: absolute;
  inset: 0;
  z-index: 8;
  pointer-events: none;
  background: linear-gradient(90deg, transparent 30%, rgba(4, 5, 7, 0.08) 58%, rgba(4, 5, 7, 0.25));
  content: "";
}

.project-workspace,
.away-workspace {
  position: absolute;
  inset: 0;
  transition: opacity 420ms ease, transform 680ms cubic-bezier(0.22, 0.8, 0.22, 1), filter 420ms ease;
}

.project-workspace {
  z-index: 2;
}

.away-workspace {
  z-index: 1;
  opacity: 0;
  transform: scale(1.025);
}

.demo-browser,
.demo-side-window,
.demo-dock-window {
  position: absolute;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(28, 29, 34, 0.98);
  box-shadow: 0 22px 45px rgba(0, 0, 0, 0.46), inset 0 1px rgba(255, 255, 255, 0.035);
  transition: transform 760ms cubic-bezier(0.22, 0.82, 0.24, 1), opacity 480ms ease, filter 480ms ease;
}

.demo-browser {
  top: 23px;
  left: 18px;
  width: 69%;
  height: 296px;
  border-radius: 11px;
  transform: rotate(-0.8deg);
}

.browser-chrome {
  display: flex;
  align-items: end;
  height: 36px;
  padding: 0 7px;
  background: #1c1d21;
}

.window-controls {
  align-self: center;
  margin: 0 8px 0 1px;
}

.window-controls i {
  width: 5px;
  height: 5px;
}

.browser-tabs {
  display: flex;
  min-width: 0;
  gap: 2px;
  align-items: end;
  height: 100%;
  overflow: hidden;
}

.browser-tabs > span {
  display: flex;
  align-items: center;
  gap: 5px;
  min-width: 0;
  max-width: 103px;
  height: 27px;
  padding: 0 7px;
  border-radius: 7px 7px 0 0;
  color: #85828b;
  font-size: 6px;
}

.browser-tabs > span.is-active {
  background: #27282d;
  color: #d8d5dc;
}

.browser-tabs i {
  flex: 0 0 auto;
  width: 6px;
  height: 6px;
  border-radius: 2px;
  background: var(--tab-color);
}

.browser-tabs b {
  overflow: hidden;
  font-weight: 560;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.browser-tabs em {
  margin-left: auto;
  font-size: 8px;
  font-style: normal;
}

.browser-address {
  display: grid;
  grid-template-columns: auto auto 1fr;
  gap: 8px;
  align-items: center;
  height: 27px;
  padding: 0 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.025);
  border-bottom: 1px solid rgba(255, 255, 255, 0.055);
  color: #75727b;
  font-size: 7px;
}

.browser-address > div {
  display: flex;
  align-items: center;
  gap: 6px;
  height: 17px;
  padding: 0 8px;
  border-radius: 5px;
  background: #111216;
}

.browser-address b {
  overflow: hidden;
  font-weight: 520;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.browser-page {
  display: grid;
  grid-template-columns: 54px 1fr;
  height: calc(100% - 63px);
  background: #f5f4f1;
  color: #1f2022;
}

.browser-page aside {
  display: grid;
  align-content: start;
  gap: 10px;
  padding: 18px 11px;
  background: #ebeae6;
}

.browser-page aside i,
.away-sidebar span {
  height: 4px;
  border-radius: 99px;
  background: rgba(31, 32, 34, 0.14);
}

.browser-page > div {
  padding: 25px 27px;
}

.page-kicker,
.side-kicker {
  color: #827b89;
  font-size: 6px;
  font-weight: 760;
  letter-spacing: 0.13em;
}

.browser-page h2 {
  margin: 7px 0 6px;
  font-size: 19px;
  font-weight: 630;
  letter-spacing: -0.04em;
}

.browser-page p {
  max-width: 220px;
  margin: 0;
  color: #777477;
  font-size: 8px;
}

.page-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
  margin-top: 24px;
}

.page-grid i {
  height: 55px;
  border-radius: 5px;
  background: linear-gradient(145deg, #e5e2e7, #eeecef);
}

.page-grid i:nth-child(2) { background: #ded7eb; }

.demo-side-window {
  z-index: 3;
  right: 22px;
  bottom: 39px;
  width: 43%;
  height: 148px;
  border-radius: 11px;
  transform: rotate(1.2deg);
}

.demo-side-window header {
  display: flex;
  align-items: center;
  gap: 7px;
  height: 36px;
  padding: 0 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.055);
  background: #1e1f24;
}

.demo-side-window header strong,
.demo-dock-window strong {
  color: #e1dee5;
  font-size: 8px;
  font-weight: 650;
}

.demo-side-window header small {
  margin-left: auto;
  color: #797680;
  font-size: 6px;
}

.demo-side-window > div {
  padding: 16px;
}

.demo-side-window p {
  margin: 6px 0 12px;
  color: #cbc7cf;
  font-size: 8px;
  line-height: 1.45;
}

.demo-side-window > div > i {
  display: block;
  width: 78%;
  height: 4px;
  margin-top: 7px;
  border-radius: 99px;
  background: #33343a;
}

.demo-side-window > div > i:nth-of-type(2) { width: 54%; }
.demo-side-window > div > i:nth-of-type(3) { width: 67%; }

.demo-dock-window {
  z-index: 4;
  left: 32px;
  bottom: 18px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 9px;
  align-items: center;
  width: 47%;
  min-height: 51px;
  padding: 8px 10px;
  border-radius: 10px;
  background: rgba(24, 25, 29, 0.96);
}

.demo-dock-window > div {
  display: grid;
}

.demo-dock-window small,
.demo-dock-window em {
  color: #77747d;
  font-size: 6px;
  font-style: normal;
}

.demo-dock-window em {
  max-width: 98px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mini-app-icon {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: 22px;
  height: 22px;
  border-radius: 6px;
  background: linear-gradient(145deg, #767b86, #3d424b);
  color: #fff;
  font-size: 8px;
  font-style: normal;
  font-weight: 760;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.24), 0 4px 10px rgba(0, 0, 0, 0.22);
}

.mini-app-icon.safari { background: linear-gradient(145deg, #58bdf7, #297bdc); }
.mini-app-icon.notes { background: linear-gradient(180deg, #f6d45d 0 30%, #fff 30%); color: #9b7810; }
.mini-app-icon.numbers { background: linear-gradient(145deg, #6ee297, #27a858); }
.mini-app-icon.preview { background: linear-gradient(145deg, #77c7fa, #4077dc); }
.mini-app-icon.slack { background: linear-gradient(145deg, #e768a0, #7454c7); }
.mini-app-icon.finder { background: linear-gradient(90deg, #59b5f5 50%, #93d2fb 50%); }
.mini-app-icon.figma { background: linear-gradient(145deg, #f26b5c, #9d62e4); }

.scene-popover {
  position: absolute;
  z-index: 12;
  top: 17px;
  right: 14px;
  width: 45%;
  min-width: 226px;
  padding: 13px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 15px;
  background: rgba(16, 17, 20, 0.965);
  box-shadow: 0 28px 62px rgba(0, 0, 0, 0.64), inset 0 1px rgba(255, 255, 255, 0.055);
  backdrop-filter: blur(24px) saturate(125%);
  transition: transform 360ms cubic-bezier(0.22, 0.8, 0.22, 1), border-color 220ms ease;
}

.popover-brand {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 1px 2px 12px;
}

.popover-brand img {
  width: 27px;
  height: 27px;
}

.popover-brand > div {
  display: grid;
  min-width: 0;
}

.popover-brand strong {
  color: #f0edf3;
  font-size: 10px;
  font-weight: 690;
}

.popover-brand small {
  overflow: hidden;
  color: #77747e;
  font-size: 6px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.local-badge {
  margin-left: auto;
  color: #6f6c75;
  font-size: 5px;
  font-weight: 760;
  letter-spacing: 0.12em;
}

.capture-view,
.recent-view {
  transition: opacity 260ms ease, transform 300ms ease, visibility 0s linear 300ms;
}

.recent-view {
  position: absolute;
  inset: 53px 13px 13px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(7px);
  visibility: hidden;
}

.capture-name {
  position: relative;
  display: block;
}

.capture-name input {
  width: 100%;
  height: 39px;
  padding: 0 11px;
  border: 0;
  border-radius: 9px;
  outline: 0;
  background: #202126;
  color: #f1eef4;
  caret-color: var(--signal);
  font-size: 11px;
  font-weight: 650;
  letter-spacing: -0.02em;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.025);
}

.capture-name input:focus {
  box-shadow: inset 0 0 0 1px rgba(181, 138, 247, 0.48), 0 0 0 3px rgba(181, 138, 247, 0.07);
}

.capture-name i {
  position: absolute;
  top: 11px;
  right: 10px;
  width: 1px;
  height: 17px;
  background: var(--signal);
  animation: cursor-blink 1.15s steps(1) infinite;
}

.capture-name input:focus + i,
.capture-name input:disabled + i {
  display: none;
}

.included-heading,
.recent-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 13px 2px 7px;
  color: #77747d;
  font-size: 5.5px;
  font-weight: 740;
  letter-spacing: 0.11em;
}

.included-heading b,
.recent-heading b {
  color: #66636b;
  font-weight: 560;
  letter-spacing: 0;
}

.included-apps {
  display: grid;
  gap: 2px;
  padding: 4px;
  border-radius: 10px;
  background: #0c0d0f;
}

.included-apps > div {
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  gap: 8px;
  align-items: center;
  min-height: 38px;
  padding: 5px 6px;
  border-radius: 7px;
}

.included-apps > div:hover {
  background: rgba(255, 255, 255, 0.035);
}

.included-apps strong {
  color: #ddd9e1;
  font-size: 8px;
  font-weight: 620;
}

.included-apps small {
  color: #74717a;
  font-size: 6px;
}

.included-apps > div > i {
  display: grid;
  place-items: center;
  width: 17px;
  height: 17px;
  border-radius: 5px;
  background: #e8e5ea;
  color: #111216;
  font-size: 8px;
  font-style: normal;
  font-weight: 800;
}

.capture-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 39px;
  padding: 0 12px;
  margin-top: 9px;
  border: 0;
  border-radius: 9px;
  background: #eeeaf2;
  color: #151419;
  cursor: pointer;
  font-size: 8px;
  font-weight: 710;
  transition: background 160ms ease, transform 160ms ease, opacity 160ms ease;
}

.capture-button:hover:not(:disabled) {
  background: #fff;
  transform: translateY(-1px);
}

.capture-button:disabled {
  cursor: wait;
  opacity: 0.64;
}

.recent-heading {
  margin-top: 4px;
}

.capsule-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 9px;
  align-items: center;
  min-height: 82px;
  padding: 11px;
  border-radius: 11px;
  background: #202126;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.035);
}

.capsule-copy {
  min-width: 0;
}

.capsule-copy > strong {
  display: block;
  overflow: hidden;
  color: #f1eef4;
  font-size: 10px;
  font-weight: 650;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.capsule-meta {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-top: 8px;
}

.capsule-meta small {
  color: #716e77;
  font-size: 5.5px;
}

.capsule-apps {
  display: flex;
}

.capsule-apps .mini-app-icon {
  width: 18px;
  height: 18px;
  margin-right: -4px;
  border: 2px solid #202126;
  border-radius: 6px;
  font-size: 6px;
}

.capsule-row button {
  display: flex;
  align-items: center;
  gap: 6px;
  min-height: 31px;
  padding: 0 9px;
  border: 0;
  border-radius: 9px;
  background: rgba(181, 138, 247, 0.13);
  color: #d8c0fb;
  cursor: pointer;
  font-size: 7px;
  font-weight: 690;
}

.capsule-row button:hover:not(:disabled) {
  background: rgba(181, 138, 247, 0.2);
}

.capsule-row button:disabled {
  cursor: wait;
  opacity: 0.72;
}

.return-note {
  margin: 10px 2px 0;
  color: #77747d;
  font-size: 6px;
  line-height: 1.5;
}

.away-window {
  position: absolute;
  inset: 25px 22px 27px;
  display: grid;
  grid-template-columns: 82px 1fr;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  background: #f1f0ed;
  box-shadow: 0 24px 52px rgba(0, 0, 0, 0.45);
}

.away-sidebar {
  display: grid;
  align-content: start;
  gap: 13px;
  padding: 31px 15px;
  background: #dfdedb;
}

.away-content {
  padding: 52px 48px;
  color: #1c1d20;
}

.away-content > span {
  color: #8a858b;
  font-size: 7px;
  font-weight: 750;
  letter-spacing: 0.13em;
}

.away-content h2 {
  margin: 12px 0 8px;
  font-size: 23px;
  letter-spacing: -0.045em;
}

.away-content p {
  max-width: 260px;
  margin: 0 0 28px;
  color: #747176;
  font-size: 9px;
}

.away-content i {
  display: block;
  width: 72%;
  height: 6px;
  margin-top: 10px;
  border-radius: 99px;
  background: #dedce0;
}

.away-content i:nth-of-type(2) { width: 48%; }
.away-content i:nth-of-type(3) { width: 61%; }

.demo-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4px;
  margin-top: 7px;
}

.demo-steps span {
  display: flex;
  align-items: center;
  gap: 6px;
  min-height: 29px;
  padding: 0 7px;
  border-radius: 7px;
  color: #68656e;
  font-size: 6px;
  font-weight: 650;
  transition: color 180ms ease, background 180ms ease;
}

.demo-steps i {
  display: grid;
  place-items: center;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #1f2024;
  color: #817d86;
  font-size: 5px;
  font-style: normal;
}

.continuity-lab[data-state="ready"] [data-demo-step="capture"],
.continuity-lab[data-state="capturing"] [data-demo-step="capture"],
.continuity-lab[data-state="away"] [data-demo-step="away"],
.continuity-lab[data-state="returning"] [data-demo-step="return"],
.continuity-lab[data-state="restored"] [data-demo-step="return"] {
  background: #191a1e;
  color: #ddd9e2;
}

.continuity-lab[data-state="ready"] [data-demo-step="capture"] i,
.continuity-lab[data-state="capturing"] [data-demo-step="capture"] i,
.continuity-lab[data-state="away"] [data-demo-step="away"] i,
.continuity-lab[data-state="returning"] [data-demo-step="return"] i,
.continuity-lab[data-state="restored"] [data-demo-step="return"] i {
  background: var(--signal);
  color: #151218;
}

.continuity-lab[data-state="capturing"] .demo-browser {
  opacity: 0.18;
  filter: blur(0.5px);
  transform: translate3d(40%, -11%, 0) scale(0.15);
  transform-origin: top right;
}

.continuity-lab[data-state="capturing"] .demo-side-window {
  opacity: 0.18;
  transform: translate3d(6%, -125%, 0) scale(0.17);
  transform-origin: top right;
}

.continuity-lab[data-state="capturing"] .demo-dock-window {
  opacity: 0.18;
  transform: translate3d(76%, -430%, 0) scale(0.18);
  transform-origin: top right;
}

.continuity-lab[data-state="capturing"] .scene-popover,
.continuity-lab[data-state="away"] .scene-popover {
  border-color: rgba(181, 138, 247, 0.25);
}

.continuity-lab[data-state="away"] .project-workspace {
  opacity: 0;
  filter: blur(2px);
  transform: scale(0.96);
}

.continuity-lab[data-state="away"] .away-workspace,
.continuity-lab[data-state="returning"] .away-workspace {
  opacity: 1;
  transform: scale(1);
}

.continuity-lab[data-state="returning"] .away-workspace {
  opacity: 0.12;
  filter: blur(1px);
  transform: scale(1.02);
}

.continuity-lab[data-state="returning"] .project-workspace {
  animation: workspace-return 900ms cubic-bezier(0.22, 0.82, 0.24, 1) both;
}

.continuity-lab[data-state="away"] .capture-view,
.continuity-lab[data-state="returning"] .capture-view,
.continuity-lab[data-state="restored"] .capture-view {
  opacity: 0;
  pointer-events: none;
  transform: translateY(-6px);
  visibility: hidden;
}

.continuity-lab[data-state="away"] .recent-view,
.continuity-lab[data-state="returning"] .recent-view,
.continuity-lab[data-state="restored"] .recent-view {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  visibility: visible;
  transition-delay: 110ms, 110ms, 0s;
}

.continuity-lab[data-state="restored"] .scene-popover {
  border-color: rgba(255, 255, 255, 0.13);
}

.continuity-lab.is-switching .project-workspace,
.continuity-lab.is-switching .scene-popover {
  opacity: 0.25;
  transform: translateY(5px) scale(0.99);
}

@keyframes workspace-return {
  0% { opacity: 0; filter: blur(2px); transform: scale(0.95) translateY(8px); }
  55% { opacity: 1; filter: blur(0); }
  100% { opacity: 1; filter: blur(0); transform: scale(1) translateY(0); }
}

.scene-player-foot {
  min-height: 32px;
  padding: 9px 4px 0;
}

.scene-player-foot p,
.scene-player-foot small {
  font-size: 7px;
}

.scene-player-foot p span {
  color: #9d7ccd;
}

.scene-player-foot button {
  padding: 0;
  border: 0;
  background: transparent;
  color: #74717a;
  cursor: pointer;
  font-size: 7px;
}

.scene-player-foot button:hover {
  color: #d5d1da;
}

.problem-band,
.modes-section,
.faq-section {
  border: 0;
}

.problem-band {
  background: #0b0c0f;
}

.flow-card,
.mode-card {
  border: 0;
  background: #0e1013;
}

.mini-visual {
  border: 0;
  background: #0a0b0d;
}

.modes-section {
  background: #0a0b0d;
}

.mode-card {
  background: #121317;
}

.privacy-section {
  background: var(--paper);
  color: var(--paper-ink);
}

.privacy-grid .section-kicker {
  color: #6f45ad;
}

.privacy-grid p:not(.section-kicker) {
  color: #55515a;
}

.privacy-grid ul {
  color: #38343e;
}

.privacy-mark > span {
  border-color: rgba(19, 20, 23, 0.13);
}

.privacy-mark > span:nth-child(3) {
  background: rgba(111, 69, 173, 0.08);
}

.price-card {
  border-color: rgba(255, 255, 255, 0.12);
  background: #111216;
}

.price-card .button-primary {
  background: #eeeaf2;
}

@media (max-width: 1080px) {
  .continuity-lab {
    grid-template-columns: minmax(305px, 0.72fr) minmax(0, 1.28fr);
    gap: 28px;
    min-height: 650px;
    padding: 34px;
  }

  .demo-desktop {
    height: 405px;
  }

  .scene-popover {
    width: 48%;
  }
}

/* First-party contact and product-update forms. */
.contact-section {
  border-top: 1px solid rgba(244, 242, 247, 0.08);
  background:
    radial-gradient(circle at 83% 18%, rgba(181, 138, 247, 0.11), transparent 28rem),
    #090a0c;
}

.contact-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.55fr);
  gap: 22px 64px;
  align-items: end;
  margin-bottom: 48px;
}

.contact-heading .section-kicker {
  grid-column: 1 / -1;
}

.contact-heading h2 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(46px, 5.5vw, 76px);
  font-weight: 590;
  letter-spacing: -0.065em;
  line-height: 0.98;
}

.contact-heading > p:last-child {
  max-width: 430px;
  margin: 0 0 7px;
  color: var(--ink-soft);
  font-size: 15px;
  line-height: 1.65;
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(300px, 0.68fr);
  gap: 18px;
  align-items: stretch;
}

.contact-card,
.updates-card {
  border: 1px solid rgba(244, 242, 247, 0.1);
  border-radius: 28px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.014));
  box-shadow: 0 24px 52px rgba(0, 0, 0, 0.2);
}

.contact-card {
  display: grid;
  gap: 18px;
  padding: clamp(25px, 3vw, 38px);
}

.contact-card-heading h3,
.updates-card h3 {
  margin: 0;
  font-size: 24px;
  font-weight: 620;
  letter-spacing: -0.035em;
}

.contact-card label {
  display: grid;
  gap: 8px;
  color: #d8d5dd;
  font-size: 12px;
  font-weight: 630;
}

.contact-card input,
.contact-card textarea,
.updates-card input[type="email"] {
  width: 100%;
  border: 1px solid rgba(244, 242, 247, 0.12);
  border-radius: 13px;
  outline: 0;
  background: rgba(0, 0, 0, 0.2);
  color: var(--ink);
  font: inherit;
  font-size: 14px;
  transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.contact-card input,
.updates-card input[type="email"] {
  min-height: 48px;
  padding: 0 14px;
}

.contact-card textarea {
  min-height: 138px;
  padding: 13px 14px;
  resize: vertical;
  line-height: 1.55;
}

.contact-card input::placeholder,
.contact-card textarea::placeholder,
.updates-card input::placeholder {
  color: #686570;
}

.contact-card input:focus,
.contact-card textarea:focus,
.updates-card input[type="email"]:focus {
  border-color: rgba(181, 138, 247, 0.55);
  background: rgba(0, 0, 0, 0.28);
  box-shadow: 0 0 0 3px rgba(181, 138, 247, 0.1);
}

.contact-card .button {
  width: fit-content;
}

.updates-card {
  display: flex;
  padding: clamp(25px, 3vw, 38px);
  flex-direction: column;
  justify-content: center;
}

.updates-card .section-kicker {
  margin-bottom: 17px;
}

.updates-card > p:not(.section-kicker):not(.form-status) {
  max-width: 330px;
  margin: 14px 0 25px;
  color: var(--ink-soft);
  font-size: 14px;
  line-height: 1.65;
}

.updates-card form {
  display: grid;
  gap: 10px;
}

.contact-card button,
.updates-card button {
  cursor: pointer;
}

.contact-card button:disabled,
.updates-card button:disabled {
  cursor: wait;
  opacity: 0.62;
}

.form-status {
  min-height: 1.55em;
  margin: 0;
  color: #8bd6a3;
  font-size: 12px;
  line-height: 1.55;
}

.form-status[data-state="error"] {
  color: #ff9c9c;
}

.form-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

@media (max-width: 820px) {
  .contact-heading,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .contact-heading {
    gap: 22px;
  }

  .contact-heading .section-kicker {
    grid-column: auto;
  }
}

@media (max-width: 560px) {
  .contact-heading h2 {
    font-size: clamp(42px, 13vw, 58px);
  }

  .contact-card,
  .updates-card {
    border-radius: 22px;
  }

  .contact-card .button,
  .updates-card .button {
    width: 100%;
  }
}

@media (max-width: 820px) {
  .continuity-lab {
    grid-template-columns: 1fr;
    gap: 44px;
    min-height: 0;
    padding: 48px 34px 30px;
    border-radius: 30px;
  }

  .hero-copy {
    max-width: 650px;
  }

  .scene-player {
    max-width: 690px;
  }

  .demo-desktop {
    height: 440px;
  }
}

@media (max-width: 560px) {
  .continuity-lab {
    gap: 34px;
    padding: 34px 12px 13px;
    border-radius: 25px;
  }

  .hero-copy {
    padding-inline: 9px;
  }

  .scene-player {
    padding: 8px;
    border-radius: 19px;
  }

  .scene-toolbar {
    align-items: flex-start;
    flex-direction: column;
    gap: 9px;
    padding: 3px 2px 10px;
  }

  .scenario-switch {
    width: 100%;
  }

  .scenario-switch button {
    flex: 1;
  }

  .demo-desktop {
    height: 454px;
  }

  html[lang="ja"] .hero h1 {
    font-size: clamp(38px, 10.8vw, 47px);
    letter-spacing: -0.052em;
    line-height: 1.02;
  }

  html[lang="ja"] .hero h1 span,
  html[lang="ja"] .hero h1 em {
    white-space: normal;
  }

  .demo-browser {
    left: 10px;
    width: 88%;
    height: 270px;
  }

  .demo-side-window {
    right: 9px;
    bottom: 28px;
    width: 58%;
  }

  .demo-dock-window {
    left: 14px;
    bottom: 13px;
    width: 57%;
  }

  .scene-popover {
    top: 108px;
    right: 8px;
    width: calc(100% - 16px);
    min-width: 0;
  }

  .away-window {
    inset: 18px 10px 22px;
    grid-template-columns: 60px 1fr;
  }

  .away-content {
    padding: 40px 24px;
  }

  .mac-menu-bar > span:not(.scene-menu-icon) {
    font-size: 6px;
  }

  .scene-player-foot {
    align-items: center;
    flex-direction: row;
  }

  .scene-player-foot p {
    display: block;
  }
}

/* Header and product footer polish: quiet navigation, one obvious action. */
.site-header {
  padding-block: 14px;
}

.site-header.is-scrolled {
  padding-block: 8px;
  background: rgba(7, 8, 10, 0.82);
}

.nav-shell {
  min-height: 42px;
}

.nav-links {
  gap: 27px;
  font-size: 13px;
  font-weight: 570;
}

.nav-links > a:not(.nav-buy) {
  color: #aaa6b1;
  transition: color 150ms ease;
}

.nav-links > a:not(.nav-buy):hover,
.nav-links > a:not(.nav-buy):focus-visible {
  color: #f4f2f7;
}

.nav-buy {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 36px;
  padding: 0 16px;
  border: 0;
  background: #f1eef5;
  color: #111216;
  font-weight: 680;
  line-height: 1;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2), inset 0 0 0 1px rgba(255, 255, 255, 0.5);
  transition: background 150ms ease, opacity 150ms ease, transform 150ms ease, box-shadow 150ms ease;
}

.nav-buy svg {
  width: 15px;
  height: 15px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.55;
}

.nav-buy:hover,
.nav-buy:focus-visible {
  background: #fff;
  color: #111216;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.28), inset 0 0 0 1px rgba(255, 255, 255, 0.65);
  transform: translateY(-1px);
}

.product-footer {
  padding: 38px 0 42px;
  border-top-color: rgba(244, 242, 247, 0.08);
  background: rgba(7, 8, 10, 0.66);
}

.product-footer-inner,
.footer-signature,
.footer-utility,
.product-footer nav {
  display: flex;
  align-items: center;
}

.product-footer-inner {
  justify-content: space-between;
  gap: 34px;
}

.footer-signature {
  gap: 16px;
  min-width: 0;
}

.product-footer .footer-brand {
  flex: 0 0 auto;
  font-size: 15px;
}

.product-footer .footer-brand img {
  width: 26px;
  height: 26px;
}

.footer-signature small {
  padding-left: 16px;
  border-left: 1px solid rgba(244, 242, 247, 0.1);
  color: #706d76;
  font-size: 11px;
  line-height: 1.4;
  white-space: nowrap;
}

.footer-signature small a {
  color: inherit;
  text-decoration-color: rgba(112, 109, 118, 0.55);
  text-underline-offset: 3px;
}

.footer-utility {
  flex: 0 0 auto;
  gap: 18px;
}

.product-footer nav {
  gap: 21px;
  color: #8d8993;
  font-size: 12px;
  font-weight: 540;
}

.product-footer nav a {
  transition: color 150ms ease;
}

.product-footer nav a:hover,
.product-footer nav a:focus-visible {
  color: #f4f2f7;
}

.footer-icon-link {
  display: inline-grid;
  width: 26px;
  height: 26px;
  place-items: center;
}

.footer-icon-link svg {
  width: 15px;
  height: 15px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.35;
}

.footer-divider {
  width: 1px;
  height: 19px;
  background: rgba(244, 242, 247, 0.1);
}

.footer-language {
  position: relative;
  display: inline-flex;
  align-items: center;
  width: 158px;
  height: 38px;
  padding-inline: 13px 11px;
  border: 1px solid rgba(244, 242, 247, 0.11);
  border-radius: 999px;
  background: rgba(244, 242, 247, 0.035);
  color: #aaa6b1;
  transition: border-color 150ms ease, background 150ms ease, color 150ms ease;
}

.footer-language:hover,
.footer-language:focus-within {
  border-color: rgba(244, 242, 247, 0.21);
  background: rgba(244, 242, 247, 0.065);
  color: #f4f2f7;
}

.footer-language svg {
  z-index: 1;
  flex: 0 0 auto;
  width: 14px;
  height: 14px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.25;
  pointer-events: none;
}

.footer-language .language-chevron {
  width: 15px;
  height: 15px;
}

.footer-language select {
  width: 100%;
  min-width: 0;
  height: 100%;
  padding: 0 8px;
  border: 0;
  outline: 0;
  appearance: none;
  background: transparent;
  color: inherit;
  font: inherit;
  font-size: 12px;
  font-weight: 560;
  cursor: pointer;
  color-scheme: dark;
}

.footer-language option {
  background: #15161a;
  color: #f4f2f7;
}

@media (max-width: 820px) {
  .site-header,
  .site-header.is-scrolled {
    padding-block: 10px;
  }

  .nav-links {
    gap: 0;
    border-color: rgba(244, 242, 247, 0.1);
    background: rgba(9, 10, 13, 0.97);
    box-shadow: 0 22px 52px rgba(0, 0, 0, 0.52);
    backdrop-filter: blur(20px) saturate(130%);
  }

  .nav-links > a:not(.nav-buy) {
    border-radius: 9px;
  }

  .nav-links > a:not(.nav-buy):hover {
    background: rgba(244, 242, 247, 0.05);
  }

  .nav-buy {
    width: 100%;
    min-height: 42px;
    margin-top: 8px;
    padding: 0 16px;
  }

  .product-footer-inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 24px;
  }

  .footer-utility {
    width: 100%;
    justify-content: space-between;
  }
}

@media (max-width: 560px) {
  .product-footer {
    padding: 32px 0 36px;
  }

  .footer-signature {
    width: 100%;
    justify-content: space-between;
  }

  .footer-signature small {
    padding-left: 0;
    border-left: 0;
  }

  .footer-utility {
    align-items: flex-start;
    flex-direction: column;
    gap: 17px;
  }

  .product-footer nav {
    width: 100%;
    gap: 18px;
  }

  .footer-divider {
    display: none;
  }

  .footer-language {
    width: min(100%, 220px);
    height: 42px;
  }
}

/* Product story: demonstrate the loop instead of explaining it. */
.scene-player {
  padding: 10px;
  transform: none;
}

.product-stage {
  position: relative;
}

.demo-cursor {
  position: absolute;
  z-index: 35;
  top: 82%;
  left: 84%;
  display: block;
  width: 20px;
  height: 26px;
  background: #f6f4f8;
  clip-path: polygon(0 0, 0 100%, 29% 74%, 46% 100%, 61% 91%, 44% 66%, 78% 66%);
  filter: drop-shadow(0 2px 1px rgba(0, 0, 0, 0.72)) drop-shadow(0 0 8px rgba(181, 138, 247, 0.78));
  pointer-events: none;
  transform: translate(-2px, -2px);
  transform-origin: 2px 2px;
  transition: top 700ms cubic-bezier(0.22, 0.78, 0.22, 1), left 700ms cubic-bezier(0.22, 0.78, 0.22, 1), opacity 220ms ease;
}

.demo-cursor i {
  position: absolute;
  inset: 2px 3px 4px 2px;
  display: block;
  background: #111216;
  clip-path: inherit;
}

.continuity-lab[data-state="capturing"] .demo-cursor,
.continuity-lab[data-state="returning"] .demo-cursor {
  animation: demo-cursor-click 720ms ease both;
}

.continuity-lab[data-state="closing"] .demo-cursor {
  top: 10%;
  left: 7%;
  animation: demo-cursor-close 980ms ease both;
}

.continuity-lab[data-state="away"] .demo-cursor,
.continuity-lab[data-state="returning"] .demo-cursor {
  top: 47%;
  left: 87%;
}

.continuity-lab[data-state="restored"] .demo-cursor {
  opacity: 0;
}

.continuity-lab[data-state="capturing"] .demo-browser {
  opacity: 1;
  filter: none;
  transform: rotate(-0.8deg);
  animation: captured-window-pulse 720ms ease both;
}

.continuity-lab[data-state="capturing"] .demo-side-window {
  opacity: 1;
  transform: rotate(1.2deg);
  animation: captured-window-pulse 720ms 70ms ease both;
}

.continuity-lab[data-state="capturing"] .demo-dock-window {
  opacity: 1;
  transform: none;
  animation: captured-window-pulse 720ms 140ms ease both;
}

.continuity-lab[data-state="closing"] .demo-browser {
  transform-origin: 7% 7%;
  animation: demo-window-close 820ms 120ms cubic-bezier(0.45, 0, 0.7, 0.25) both;
}

.continuity-lab[data-state="closing"] .demo-side-window {
  transform-origin: 12% 8%;
  animation: demo-window-close-side 700ms 260ms cubic-bezier(0.45, 0, 0.7, 0.25) both;
}

.continuity-lab[data-state="closing"] .demo-dock-window {
  transform-origin: 10% 50%;
  animation: demo-window-close-dock 620ms 390ms cubic-bezier(0.45, 0, 0.7, 0.25) both;
}

.continuity-lab[data-state="closing"] .window-controls i:first-child {
  box-shadow: 0 0 0 4px rgba(255, 96, 92, 0.18);
  transform: scale(0.78);
}

.continuity-lab[data-state="closing"] .capture-view {
  opacity: 0;
  pointer-events: none;
  transform: translateY(-6px);
  visibility: hidden;
}

.continuity-lab[data-state="closing"] .recent-view {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  visibility: visible;
}

@keyframes demo-cursor-click {
  0%, 44%, 100% { transform: translate(-2px, -2px) scale(1); }
  58% { transform: translate(0, 0) scale(0.82); }
}

@keyframes demo-cursor-close {
  0%, 52% { transform: translate(-2px, -2px) scale(1); }
  66% { transform: translate(0, 0) scale(0.8); }
  82%, 100% { transform: translate(-2px, -2px) scale(1); }
}

@keyframes captured-window-pulse {
  0%, 100% { box-shadow: 0 22px 45px rgba(0, 0, 0, 0.46), inset 0 1px rgba(255, 255, 255, 0.035); }
  48% { box-shadow: 0 22px 50px rgba(0, 0, 0, 0.5), 0 0 0 2px rgba(181, 138, 247, 0.34), 0 0 26px rgba(181, 138, 247, 0.15); }
}

@keyframes demo-window-close {
  0% { opacity: 1; filter: blur(0); transform: rotate(-0.8deg) scale(1); }
  58% { opacity: 0.5; filter: blur(0.4px); transform: translateY(-5px) rotate(-0.8deg) scale(0.94); }
  100% { opacity: 0; filter: blur(1.8px); transform: translateY(-18px) rotate(-0.8deg) scale(0.82); }
}

@keyframes demo-window-close-side {
  0% { opacity: 1; filter: blur(0); transform: rotate(1.2deg) scale(1); }
  100% { opacity: 0; filter: blur(1.5px); transform: translateY(-14px) rotate(1.2deg) scale(0.84); }
}

@keyframes demo-window-close-dock {
  0% { opacity: 1; filter: blur(0); transform: scale(1); }
  100% { opacity: 0; filter: blur(1.3px); transform: translateY(10px) scale(0.78); }
}

/* Supported apps: slow opposing streams with individual lift. */
.app-ecosystem {
  position: relative;
  padding-block: clamp(105px, 10vw, 150px);
  overflow: hidden;
  border-block: 1px solid rgba(244, 242, 247, 0.075);
  background:
    radial-gradient(circle at 18% 25%, rgba(181, 138, 247, 0.12), transparent 28rem),
    radial-gradient(circle at 82% 76%, rgba(77, 98, 142, 0.11), transparent 30rem),
    #090a0c;
}

.app-ecosystem::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px);
  background-size: 76px 76px;
  mask-image: linear-gradient(to bottom, transparent, black 22%, black 78%, transparent);
  content: "";
}

.app-ecosystem-heading {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(270px, 0.55fr);
  gap: 26px 64px;
  align-items: end;
}

.app-ecosystem-heading .section-kicker {
  grid-column: 1 / -1;
}

.app-ecosystem-heading h2 {
  max-width: 760px;
  font-size: clamp(50px, 6.2vw, 86px);
  letter-spacing: -0.067em;
  line-height: 0.94;
}

.app-ecosystem-heading > p:last-child {
  max-width: 430px;
  margin: 0 0 8px;
  color: #96929d;
  font-size: 16px;
  line-height: 1.65;
}

.app-streams {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 18px;
  width: min(calc(100% - 34px), 1320px);
  margin-top: clamp(46px, 7vw, 78px);
  margin-inline: auto;
  padding-block: 30px;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent, black 8%, black 92%, transparent);
  mask-image: linear-gradient(90deg, transparent, black 8%, black 92%, transparent);
}

.app-stream {
  width: 104%;
  margin-left: -2%;
}

.app-stream-forward {
  transform: rotate(-0.8deg);
}

.app-stream-reverse {
  transform: rotate(0.8deg);
}

.app-stream-track {
  display: flex;
  width: max-content;
  padding: 0;
  margin: 0;
  list-style: none;
  will-change: transform;
}

.app-stream-forward .app-stream-track {
  animation: app-stream-left 42s linear infinite;
}

.app-stream-reverse .app-stream-track {
  animation: app-stream-right 48s linear infinite;
}

.app-stream-track li {
  display: grid;
  flex: 0 0 132px;
  grid-template-columns: 46px 1fr;
  gap: 11px;
  align-items: center;
  min-height: 72px;
  padding: 12px 14px;
  margin-inline: 9px;
  border: 1px solid rgba(244, 242, 247, 0.09);
  border-radius: 20px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.026));
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.24), inset 0 1px rgba(255, 255, 255, 0.055);
  animation: app-token-float 4.5s ease-in-out infinite alternate;
  backdrop-filter: blur(16px);
}

.app-stream-track li:nth-child(3n + 2) { animation-delay: -1.3s; }
.app-stream-track li:nth-child(3n) { animation-delay: -2.7s; }

.app-stream-track img {
  width: 46px;
  height: 46px;
  object-fit: contain;
  filter: drop-shadow(0 7px 10px rgba(0, 0, 0, 0.24));
}

.app-stream-track span {
  overflow: hidden;
  color: #d8d5dd;
  font-size: 12px;
  font-weight: 620;
  letter-spacing: -0.02em;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.app-streams:hover .app-stream-track {
  animation-play-state: paused;
}

.app-stream-track li:hover {
  border-color: rgba(181, 138, 247, 0.26);
  background: linear-gradient(145deg, rgba(181, 138, 247, 0.13), rgba(255, 255, 255, 0.035));
}

@keyframes app-stream-left {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@keyframes app-stream-right {
  from { transform: translateX(-50%); }
  to { transform: translateX(0); }
}

@keyframes app-token-float {
  from { translate: 0 -3px; }
  to { translate: 0 3px; }
}

/* Pricing: Free and Pro stay on one comparison plane. */
.pricing-section {
  display: block;
}

.pricing-copy {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.55fr);
  gap: 24px 64px;
  align-items: end;
  margin-bottom: 48px;
}

.pricing-copy .section-kicker {
  grid-column: 1 / -1;
}

.pricing-copy h2 {
  max-width: 760px;
  font-size: clamp(48px, 5.8vw, 80px);
  line-height: 0.97;
}

.pricing-copy > p {
  max-width: 440px;
  margin: 0 0 7px;
  font-size: 15px;
}

.pricing-cards {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  max-width: none;
}

.price-card {
  display: flex;
  min-height: 0;
  padding: clamp(27px, 3vw, 38px);
  border-radius: 28px;
  flex-direction: column;
}

.price-card-free {
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.035), transparent 48%), #0e0f12;
}

.price-card-pro {
  border-color: rgba(181, 138, 247, 0.24);
  background: radial-gradient(circle at 94% 7%, rgba(181, 138, 247, 0.14), transparent 18rem), #111216;
}

.price {
  margin: 29px 0 16px;
}

.price strong {
  font-size: clamp(60px, 6vw, 78px);
}

.price-card > p {
  min-height: 48px;
  margin-bottom: 20px;
  font-size: 14px;
}

.price-card ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 13px 18px;
  min-height: 118px;
  padding: 23px 0 25px;
}

.price-card li {
  align-items: flex-start;
  margin: 0;
  font-size: 12px;
  line-height: 1.5;
}

.price-card .button {
  margin-top: auto;
}

@media (max-width: 900px) {
  .app-ecosystem-heading,
  .pricing-copy {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .app-ecosystem-heading .section-kicker,
  .pricing-copy .section-kicker,
  .app-ecosystem-heading h2,
  .pricing-copy h2,
  .app-ecosystem-heading > p:last-child,
  .pricing-copy > p {
    grid-column: auto;
  }

  .app-ecosystem-heading > p:last-child,
  .pricing-copy > p {
    max-width: 610px;
  }

  .pricing-cards {
    grid-template-columns: 1fr;
    max-width: 680px;
    margin-inline: auto;
  }
}

@media (max-width: 560px) {
  .scene-player {
    padding: 7px;
  }

  .demo-cursor {
    top: 82%;
    left: 88%;
    width: 18px;
    height: 24px;
  }

  .continuity-lab[data-state="closing"] .demo-cursor {
    top: 8%;
    left: 8%;
  }

  .continuity-lab[data-state="away"] .demo-cursor,
  .continuity-lab[data-state="returning"] .demo-cursor {
    top: 51%;
    left: 88%;
  }

  .app-ecosystem-heading h2,
  .pricing-copy h2 {
    font-size: clamp(43px, 13vw, 60px);
  }

  .app-streams {
    gap: 13px;
    margin-top: 42px;
    padding-block: 18px;
    -webkit-mask-image: linear-gradient(90deg, transparent, black 4%, black 96%, transparent);
    mask-image: linear-gradient(90deg, transparent, black 4%, black 96%, transparent);
  }

  .app-stream-track li {
    flex-basis: 108px;
    grid-template-columns: 39px 1fr;
    gap: 8px;
    min-height: 63px;
    padding: 10px 11px;
    margin-inline: 6px;
    border-radius: 17px;
  }

  .app-stream-track img {
    width: 39px;
    height: 39px;
  }

  .app-stream-track span {
    font-size: 11px;
  }

  .price-card ul {
    grid-template-columns: 1fr;
    min-height: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .demo-cursor {
    display: none;
  }

  .app-stream-track,
  .app-stream-track li {
    animation: none !important;
  }
}

/* Storyboard v2: every beat has one job and the desktop never cuts away. */
.scene-menu-icon {
  padding: 0;
  border: 0;
  color: inherit;
  cursor: pointer;
  font: inherit;
}

.scene-menu-icon:focus-visible {
  outline: 2px solid rgba(181, 138, 247, 0.72);
  outline-offset: 2px;
}

.scene-popover {
  width: 49%;
  height: 126px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-8px) scale(0.965);
  transform-origin: 88% 0;
  visibility: hidden;
  transition:
    height 520ms cubic-bezier(0.22, 0.8, 0.22, 1),
    opacity 260ms ease,
    transform 420ms cubic-bezier(0.22, 0.8, 0.22, 1),
    visibility 0s linear 520ms,
    border-color 220ms ease;
}

.continuity-lab:is(
  [data-state="menu"],
  [data-state="reviewing"],
  [data-state="saving"],
  [data-state="saved"],
  [data-state="closing"],
  [data-state="away"],
  [data-state="returning"],
  [data-state="restored"]
) .scene-popover {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) scale(1);
  visibility: visible;
  transition-delay: 0s;
}

.continuity-lab:is([data-state="reviewing"], [data-state="saving"]) .scene-popover {
  height: 346px;
  border-color: rgba(181, 138, 247, 0.28);
}

.continuity-lab:is(
  [data-state="saved"],
  [data-state="closing"],
  [data-state="away"],
  [data-state="returning"],
  [data-state="restored"]
) .scene-popover {
  height: 188px;
}

.menu-view,
.capture-view,
.recent-view {
  position: absolute;
  inset: 53px 13px auto;
  opacity: 0;
  pointer-events: none;
  transform: translateY(9px);
  visibility: hidden;
  transition: opacity 260ms ease, transform 420ms cubic-bezier(0.22, 0.8, 0.22, 1), visibility 0s linear 420ms;
}

.continuity-lab[data-state="menu"] .menu-view,
.continuity-lab:is([data-state="reviewing"], [data-state="saving"]) .capture-view,
.continuity-lab:is(
  [data-state="saved"],
  [data-state="closing"],
  [data-state="away"],
  [data-state="returning"],
  [data-state="restored"]
) .recent-view {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  visibility: visible;
  transition-delay: 100ms, 100ms, 0s;
}

.capture-command {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) auto 8px;
  gap: 10px;
  align-items: center;
  width: 100%;
  min-height: 60px;
  padding: 8px 10px;
  border: 0;
  border-radius: 12px;
  background: #f4f2f0;
  color: #17171a;
  cursor: pointer;
  text-align: left;
  box-shadow: 0 13px 30px rgba(0, 0, 0, 0.24);
  transition: background 160ms ease, transform 160ms ease;
}

.capture-command:hover,
.capture-command:focus-visible {
  background: #fff;
  transform: translateY(-1px);
}

.capture-command:focus-visible {
  outline: 2px solid rgba(181, 138, 247, 0.78);
  outline-offset: 2px;
}

.capture-command-plus {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #deddda;
  font-size: 22px;
  font-weight: 480;
}

.capture-command-copy {
  display: grid;
  min-width: 0;
  gap: 2px;
}

.capture-command-copy strong {
  overflow: hidden;
  font-size: 10px;
  font-weight: 720;
  letter-spacing: -0.02em;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.capture-command-copy small {
  overflow: hidden;
  color: #777278;
  font-size: 6px;
  font-weight: 540;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.capture-command kbd {
  padding: 5px 6px;
  border-radius: 6px;
  background: #deddda;
  font-family: inherit;
  font-size: 6px;
  font-weight: 700;
}

.capture-command > b {
  color: #88848a;
  font-size: 16px;
  font-weight: 500;
}

.capture-review-heading {
  display: grid;
  gap: 2px;
  margin: 0 2px 10px;
}

.capture-review-heading span {
  color: #8b8791;
  font-size: 5.5px;
  font-weight: 760;
  letter-spacing: 0.13em;
}

.capture-review-heading strong {
  color: #e9e6ed;
  font-size: 9px;
  font-weight: 650;
}

.continuity-lab[data-state="saving"] .capture-button {
  opacity: 0.72;
}

.demo-cursor {
  top: 49%;
  left: 52%;
  opacity: 0;
  transition:
    top 920ms cubic-bezier(0.22, 0.78, 0.22, 1),
    left 920ms cubic-bezier(0.22, 0.78, 0.22, 1),
    opacity 260ms ease;
}

.continuity-lab[data-state="opening"] .demo-cursor {
  top: 3.6%;
  left: 86%;
  opacity: 1;
  animation: story-cursor-click 780ms 260ms ease both;
}

.continuity-lab[data-state="menu"] .demo-cursor {
  top: 25%;
  left: 84%;
  opacity: 1;
  animation: story-cursor-click 780ms 1450ms ease both;
}

.continuity-lab[data-state="reviewing"] .demo-cursor,
.continuity-lab[data-state="saving"] .demo-cursor {
  top: 78%;
  left: 86%;
  opacity: 1;
}

.continuity-lab[data-state="saving"] .demo-cursor {
  animation: story-cursor-click 900ms ease both;
}

.continuity-lab[data-state="saved"] .demo-cursor,
.continuity-lab[data-state="closing"] .demo-cursor {
  top: 14%;
  left: 6%;
  opacity: 1;
}

.continuity-lab[data-state="closing"] .demo-cursor {
  animation: story-cursor-click 820ms 260ms ease both;
}

.continuity-lab[data-state="away"] .demo-cursor,
.continuity-lab[data-state="returning"] .demo-cursor {
  top: 48%;
  left: 87%;
  opacity: 1;
}

.continuity-lab[data-state="returning"] .demo-cursor {
  animation: story-cursor-click 820ms ease both;
}

.continuity-lab[data-state="restored"] .demo-cursor {
  opacity: 0;
}

.continuity-lab[data-state="saved"] .demo-browser,
.continuity-lab[data-state="saved"] .demo-side-window,
.continuity-lab[data-state="saved"] .demo-dock-window {
  opacity: 1;
  filter: none;
}

.continuity-lab[data-state="closing"] .demo-browser {
  animation: story-close-browser 1900ms 260ms cubic-bezier(0.44, 0, 0.65, 0.24) both;
}

.continuity-lab[data-state="closing"] .demo-side-window {
  animation: story-close-side 1380ms 760ms cubic-bezier(0.44, 0, 0.65, 0.24) both;
}

.continuity-lab[data-state="closing"] .demo-dock-window {
  animation: story-close-dock 1120ms 1120ms cubic-bezier(0.44, 0, 0.65, 0.24) both;
}

.continuity-lab[data-state="closing"] .window-controls i:first-child {
  box-shadow: 0 0 0 4px rgba(255, 96, 92, 0.2);
  transform: scale(0.78);
}

.continuity-lab[data-state="away"] .project-workspace,
.continuity-lab[data-state="returning"] .project-workspace {
  opacity: 1;
  filter: none;
  transform: none;
}

.continuity-lab[data-state="returning"] .project-workspace {
  animation: none;
}

.continuity-lab[data-state="away"] .demo-browser,
.continuity-lab[data-state="away"] .demo-side-window,
.continuity-lab[data-state="away"] .demo-dock-window {
  opacity: 0;
  filter: blur(1.2px);
  pointer-events: none;
}

.continuity-lab[data-state="away"] .demo-browser { transform: translateY(-18px) rotate(-0.8deg) scale(0.82); }
.continuity-lab[data-state="away"] .demo-side-window { transform: translateY(-14px) rotate(1.2deg) scale(0.84); }
.continuity-lab[data-state="away"] .demo-dock-window { transform: translateY(10px) scale(0.78); }

.continuity-lab[data-state="returning"] .demo-browser {
  animation: story-return-browser 1480ms 80ms cubic-bezier(0.2, 0.82, 0.22, 1) both;
}

.continuity-lab[data-state="returning"] .demo-side-window {
  animation: story-return-side 1300ms 300ms cubic-bezier(0.2, 0.82, 0.22, 1) both;
}

.continuity-lab[data-state="returning"] .demo-dock-window {
  animation: story-return-dock 1120ms 520ms cubic-bezier(0.2, 0.82, 0.22, 1) both;
}

@keyframes story-cursor-click {
  0%, 46%, 100% { transform: translate(-2px, -2px) scale(1); }
  60% { transform: translate(0, 0) scale(0.8); }
}

@keyframes story-close-browser {
  0%, 24% { opacity: 1; filter: blur(0); transform: rotate(-0.8deg) scale(1); }
  100% { opacity: 0; filter: blur(1.8px); transform: translateY(-18px) rotate(-0.8deg) scale(0.82); }
}

@keyframes story-close-side {
  0%, 18% { opacity: 1; filter: blur(0); transform: rotate(1.2deg) scale(1); }
  100% { opacity: 0; filter: blur(1.5px); transform: translateY(-14px) rotate(1.2deg) scale(0.84); }
}

@keyframes story-close-dock {
  0%, 14% { opacity: 1; filter: blur(0); transform: scale(1); }
  100% { opacity: 0; filter: blur(1.3px); transform: translateY(10px) scale(0.78); }
}

@keyframes story-return-browser {
  0% { opacity: 0; filter: blur(1.8px); transform: translateY(-18px) rotate(-0.8deg) scale(0.82); }
  100% { opacity: 1; filter: blur(0); transform: rotate(-0.8deg) scale(1); }
}

@keyframes story-return-side {
  0% { opacity: 0; filter: blur(1.5px); transform: translateY(-14px) rotate(1.2deg) scale(0.84); }
  100% { opacity: 1; filter: blur(0); transform: rotate(1.2deg) scale(1); }
}

@keyframes story-return-dock {
  0% { opacity: 0; filter: blur(1.3px); transform: translateY(10px) scale(0.78); }
  100% { opacity: 1; filter: blur(0); transform: scale(1); }
}

/* Supported apps v2: twelve unique apps, locked to two exact horizontal rows. */
.app-streams {
  gap: 14px;
  width: min(calc(100% - 48px), 1320px);
  padding-block: 22px;
  overflow: visible;
  -webkit-mask-image: none;
  mask-image: none;
}

.app-stream {
  width: 100%;
  margin: 0;
  transform: none;
}

.app-stream-track,
.app-stream-forward .app-stream-track,
.app-stream-reverse .app-stream-track {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
  width: 100%;
  animation: none;
  transform: none;
}

.app-stream-track li {
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 11px;
  min-width: 0;
  min-height: 76px;
  padding: 12px 14px;
  margin: 0;
  animation: none;
  transition: border-color 180ms ease, background 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.app-stream-track span {
  font-size: 11px;
}

.app-stream-track li:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 38px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(181, 138, 247, 0.1), inset 0 1px rgba(255, 255, 255, 0.07);
}

@media (max-width: 900px) {
  .app-streams {
    width: calc(100% - 32px);
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scrollbar-width: none;
  }

  .app-streams::-webkit-scrollbar {
    display: none;
  }

  .app-stream-track,
  .app-stream-forward .app-stream-track,
  .app-stream-reverse .app-stream-track {
    grid-template-columns: repeat(6, 132px);
    width: max-content;
  }
}

@media (max-width: 560px) {
  .scene-popover {
    width: calc(100% - 16px);
    height: 130px;
  }

  .continuity-lab:is([data-state="reviewing"], [data-state="saving"]) .scene-popover {
    height: 350px;
  }

  .continuity-lab:is(
    [data-state="saved"],
    [data-state="closing"],
    [data-state="away"],
    [data-state="returning"],
    [data-state="restored"]
  ) .scene-popover {
    height: 190px;
  }

  .continuity-lab[data-state="opening"] .demo-cursor {
    top: 3.5%;
    left: 80%;
  }

  .continuity-lab[data-state="menu"] .demo-cursor {
    top: 38%;
    left: 82%;
  }

  .continuity-lab[data-state="reviewing"] .demo-cursor,
  .continuity-lab[data-state="saving"] .demo-cursor {
    top: 87%;
    left: 86%;
  }

  .continuity-lab[data-state="saved"] .demo-cursor,
  .continuity-lab[data-state="closing"] .demo-cursor {
    top: 15%;
    left: 7%;
  }

  .continuity-lab[data-state="away"] .demo-cursor,
  .continuity-lab[data-state="returning"] .demo-cursor {
    top: 55%;
    left: 86%;
  }

  .app-streams {
    gap: 10px;
    margin-top: 36px;
    padding-block: 14px;
  }

  .app-stream-track,
  .app-stream-forward .app-stream-track,
  .app-stream-reverse .app-stream-track {
    grid-template-columns: repeat(6, 112px);
    gap: 10px;
  }

  .app-stream-track li {
    grid-template-columns: 36px minmax(0, 1fr);
    gap: 8px;
    min-height: 60px;
    padding: 9px 10px;
  }

  .app-stream-track img {
    width: 36px;
    height: 36px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .scene-popover,
  .menu-view,
  .capture-view,
  .recent-view,
  .demo-browser,
  .demo-side-window,
  .demo-dock-window {
    transition-duration: 1ms !important;
    animation-duration: 1ms !important;
  }
}
