:root {
  --ink-950: #18151a;
  --ink-900: #211c23;
  --ink-800: #2f2933;
  --ink-700: #443b48;
  --plum-700: #76517e;
  --plum-600: #91679a;
  --plum-500: #a77caf;
  --plum-300: #d8badf;
  --plum-100: #f0e5f2;
  --paper: #fbfaf9;
  --paper-warm: #f5f1f3;
  --line: #ddd6dc;
  --text: #5e5761;
  --success: #2f6d4e;
  --danger: #9a433f;
  --mono: "IBM Plex Mono", ui-monospace, SFMono-Regular, Consolas, monospace;
  --sans: "Archivo", Inter, ui-sans-serif, system-ui, -apple-system, sans-serif;
  --header-h: 72px;
  --max: 1380px;
  --ease: cubic-bezier(.2, .75, .25, 1);
  --motion-instant: 180ms;
  --motion-fast: 420ms;
  --motion-standard: 760ms;
  --motion-deliberate: 1100ms;
  --motion-camera: 2400ms;
  --ease-standard: cubic-bezier(.22, .68, .24, 1);
  --ease-enter: cubic-bezier(.16, 1, .3, 1);
  --ease-exit: cubic-bezier(.4, 0, 1, 1);
}

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

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

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  color: var(--ink-900);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

body.menu-open {
  overflow: hidden;
}

button,
input,
textarea {
  font: inherit;
}

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

button,
summary {
  cursor: pointer;
}

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

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

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  font-weight: 680;
  letter-spacing: -.055em;
  line-height: .98;
}

h2 {
  margin-bottom: 0;
  max-width: 14ch;
  font-size: clamp(3rem, 5.35vw, 5.85rem);
}

h2 em,
h1 em {
  color: var(--plum-600);
  font-style: normal;
  font-weight: inherit;
}

h3 {
  font-size: clamp(1.45rem, 2vw, 2rem);
}

.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;
}

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

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

:focus-visible {
  outline: 3px solid var(--plum-300);
  outline-offset: 4px;
}

[id] {
  scroll-margin-top: calc(var(--header-h) + 18px);
}

.site-header {
  position: sticky;
  z-index: 50;
  top: 0;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  height: var(--header-h);
  padding: 0 clamp(20px, 3vw, 48px);
  color: rgba(255,255,255,.78);
  background: rgba(33,28,35,.96);
  border-bottom: 1px solid rgba(255,255,255,.12);
  backdrop-filter: blur(18px);
}

.site-header__progress {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 2px;
  overflow: hidden;
  pointer-events: none;
}

.site-header__progress span {
  display: block;
  width: 100%;
  height: 100%;
  background: var(--plum-300);
  transform: scaleX(0);
  transform-origin: left center;
}

.motion-index {
  position: fixed;
  z-index: 40;
  top: 50%;
  right: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  width: 32px;
  padding: 12px 7px;
  color: rgba(255,255,255,.7);
  background: rgba(24,21,26,.72);
  border: 1px solid rgba(255,255,255,.14);
  border-right: 0;
  pointer-events: none;
  transform: translateY(-50%);
  mix-blend-mode: difference;
  writing-mode: vertical-rl;
}

.motion-index > span {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: .08em;
}

.motion-index > div {
  display: flex;
  gap: 5px;
  padding-top: 8px;
  border-top: 1px solid currentColor;
}

.motion-index small,
.motion-index strong {
  line-height: 1.2;
  text-transform: uppercase;
}

.motion-index small {
  display: none;
}

.motion-index strong {
  max-width: 14ch;
  font-size: 10px;
  letter-spacing: .04em;
}

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

.brand img {
  flex: 0 0 auto;
  width: 28px;
  height: 24px;
}

.brand__type {
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.brand__type strong {
  color: white;
  font-size: 17px;
  font-weight: 760;
  letter-spacing: .06em;
}

.brand__type small {
  margin-top: 6px;
  color: rgba(255,255,255,.54);
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.desktop-nav {
  display: flex;
  align-items: stretch;
  align-self: stretch;
  gap: 30px;
}

.desktop-nav a {
  position: relative;
  display: grid;
  place-items: center;
  min-width: 48px;
  color: rgba(255,255,255,.66);
  font-size: 14px;
  font-weight: 600;
  transition: color 180ms ease;
}

.desktop-nav a:hover,
.desktop-nav a.is-active {
  color: white;
}

.desktop-nav a::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  background: var(--plum-300);
  content: "";
  opacity: 0;
  transform: scaleX(.35);
  transition: opacity 180ms ease, transform 180ms ease;
}

.desktop-nav a.is-active::after {
  opacity: 1;
  transform: scaleX(1);
}

.button {
  min-height: 50px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 3px;
  font-weight: 700;
  transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.button span {
  display: inline-block;
  margin-left: 22px;
}

.button--header {
  justify-self: end;
  min-height: 44px;
  padding-inline: 18px;
  color: white;
  background: transparent;
  border-color: rgba(255,255,255,.26);
}

.button--header:hover {
  background: rgba(255,255,255,.08);
  border-color: rgba(255,255,255,.48);
}

.button--light {
  color: var(--ink-900);
  background: white;
  border-color: white;
}

.button--light:hover {
  color: white;
  background: var(--plum-600);
  border-color: var(--plum-600);
}

.button--dark {
  color: white;
  background: var(--ink-900);
  border-color: var(--ink-900);
}

.button--dark:hover {
  background: var(--plum-700);
  border-color: var(--plum-700);
}

.menu-toggle,
.mobile-menu {
  display: none;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(520px, 1.1fr);
  min-height: calc(100svh - var(--header-h));
  max-width: 100%;
  overflow: hidden;
  color: white;
  background:
    radial-gradient(circle at 78% 24%, rgba(167,124,175,.13), transparent 27%),
    linear-gradient(135deg, var(--ink-900), #2a222e 62%, #1c191e);
}

.hero::after,
.section--dark::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  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='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.22'/%3E%3C/svg%3E");
  content: "";
  opacity: .055;
}

.hero__copy {
  z-index: 2;
  align-self: center;
  padding: clamp(72px, 8vw, 124px) clamp(28px, 5vw, 86px);
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 26px;
  color: var(--plum-700);
  font-family: var(--mono);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .13em;
  line-height: 1.45;
  text-transform: uppercase;
}

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

.eyebrow--light {
  color: var(--plum-300);
}

.hero h1 {
  max-width: 8.5ch;
  margin-bottom: 34px;
  font-size: clamp(4rem, 7.4vw, 8.35rem);
  letter-spacing: -.075em;
  line-height: .86;
}

.hero h1 em {
  display: block;
  color: var(--plum-300);
}

.hero__lede {
  max-width: 630px;
  margin-bottom: 32px;
  color: rgba(255,255,255,.66);
  font-size: clamp(17px, 1.35vw, 21px);
  line-height: 1.55;
}

.hero__actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  min-height: 44px;
  color: var(--ink-900);
  border-bottom: 1px solid currentColor;
  font-weight: 700;
}

.text-link--light {
  color: rgba(255,255,255,.84);
}

.text-link--button {
  padding: 0;
  background: none;
  border-top: 0;
  border-right: 0;
  border-left: 0;
}

.attribute-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0;
  margin: 38px 0 22px;
  list-style: none;
}

.attribute-list li {
  padding: 8px 11px;
  color: rgba(255,255,255,.68);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 2px;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: .055em;
  line-height: 1.2;
  text-transform: uppercase;
}

.hero__assurance {
  display: flex;
  gap: 10px;
  margin: 0;
  color: rgba(255,255,255,.54);
  font-size: 13px;
}

.shield {
  color: #9fc5ad;
}

.hero-stage {
  position: relative;
  z-index: 1;
  min-height: 720px;
  overflow: hidden;
  border-left: 1px solid rgba(255,255,255,.1);
  background:
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 56px 56px;
}

.hero-stage__grid {
  position: absolute;
  inset: 9%;
  border: 1px solid rgba(255,255,255,.08);
}

.hero-stage__grid::before,
.hero-stage__grid::after {
  position: absolute;
  content: "";
}

.hero-stage__grid::before {
  top: 50%;
  right: 0;
  left: 0;
  height: 1px;
  background: rgba(255,255,255,.065);
}

.hero-stage__grid::after {
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  background: rgba(255,255,255,.065);
}

.hero-stage__canvas {
  position: absolute;
  inset: 8% 4% 10% 4%;
  width: 92%;
  height: 82%;
}

.hero-stage__callout,
.hero-stage__total {
  position: absolute;
  z-index: 2;
  display: grid;
  padding: 12px 14px;
  color: rgba(255,255,255,.64);
  background: rgba(31,26,33,.78);
  border: 1px solid rgba(255,255,255,.15);
  backdrop-filter: blur(10px);
}

.hero-stage__callout span,
.hero-stage__total span {
  margin-bottom: 4px;
  color: var(--plum-300);
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.hero-stage__callout strong,
.hero-stage__total strong {
  color: white;
  font-size: 13px;
  letter-spacing: .02em;
  text-transform: uppercase;
}

.hero-stage__callout small,
.hero-stage__total small {
  margin-top: 4px;
  font-size: 11px;
}

.hero-stage__callout--one {
  top: 17%;
  left: 7%;
}

.hero-stage__callout--two {
  top: 42%;
  right: 5%;
}

.hero-stage__callout--three {
  right: 13%;
  bottom: 19%;
}

.hero-stage__total {
  bottom: 7%;
  left: 7%;
  min-width: 230px;
}

.hero-stage__total strong {
  color: var(--plum-300);
  font-size: 25px;
}

.hero-stage__axis {
  position: absolute;
  top: 5%;
  right: 7%;
  display: flex;
  align-items: center;
  gap: 9px;
  color: rgba(255,255,255,.42);
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.hero-stage__axis i {
  width: 42px;
  height: 1px;
  background: rgba(255,255,255,.3);
}

.motion-active .hero__copy {
  animation: hero-copy-in var(--motion-deliberate) var(--ease-enter) both;
}

.motion-active .hero-stage__callout,
.motion-active .hero-stage__total,
.motion-active .hero-stage__axis {
  opacity: 0;
}

.motion-active .hero.is-staged .hero-stage__callout,
.motion-active .hero.is-staged .hero-stage__total,
.motion-active .hero.is-staged .hero-stage__axis {
  animation: evidence-receipt-in var(--motion-deliberate) var(--ease-enter) both;
}

.motion-active .hero.is-staged .hero-stage__callout--one {
  animation-delay: 240ms;
}

.motion-active .hero.is-staged .hero-stage__callout--two {
  animation-delay: 540ms;
}

.motion-active .hero.is-staged .hero-stage__callout--three {
  animation-delay: 840ms;
}

.motion-active .hero.is-staged .hero-stage__total {
  animation-delay: 1160ms;
}

.motion-active .hero.is-staged .hero-stage__axis {
  animation-delay: 320ms;
}

@keyframes hero-copy-in {
  from {
    opacity: 0;
    filter: blur(6px);
    transform: translateY(28px);
  }
  to {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0);
  }
}

@keyframes evidence-receipt-in {
  from {
    opacity: 0;
    transform: translateY(22px) scale(.96);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes motion-fade-in {
  from { opacity: 0; }
  to { opacity: 1; }
}

.section {
  position: relative;
  padding: clamp(78px, 8vw, 124px) clamp(24px, 4vw, 64px);
}

.section > * {
  width: min(100%, var(--max));
  margin-inline: auto;
}

.section--tint {
  background: var(--paper-warm);
}

.section--dark {
  overflow: hidden;
  color: white;
  background: var(--ink-900);
}

.section-heading {
  margin-bottom: clamp(44px, 5vw, 72px);
}

.section-heading--split {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(310px, .6fr);
  align-items: end;
  gap: clamp(48px, 9vw, 144px);
}

.section-heading--split > div:last-child {
  padding-bottom: 8px;
}

.section-heading--split > div:last-child > p {
  margin-bottom: 20px;
  color: var(--text);
  font-size: clamp(17px, 1.35vw, 20px);
  line-height: 1.65;
}

.section-heading--light > div:last-child > p {
  color: rgba(255,255,255,.64);
}

.section-heading--compact {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 500px);
  column-gap: 80px;
  align-items: end;
}

.section-heading--compact .eyebrow {
  grid-column: 1 / -1;
}

.section-heading--compact p:last-child {
  margin: 0;
  color: var(--text);
  font-size: 18px;
}

.product {
  padding-top: clamp(82px, 8vw, 126px);
}

.product-window {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
  background: #eeeaee;
  border: 1px solid #cfc7cf;
  box-shadow: 0 24px 64px rgba(48,38,49,.12);
}

.product-window__scan {
  position: absolute;
  z-index: 3;
  top: 52px;
  bottom: 54px;
  left: 0;
  display: grid;
  grid-template-columns: auto 1fr auto 1fr auto;
  align-items: start;
  gap: 10px;
  width: 42%;
  padding: 14px 16px;
  color: white;
  background: linear-gradient(90deg, rgba(118,81,126,.08), rgba(118,81,126,.52) 72%, rgba(216,186,223,.92));
  border-right: 1px solid rgba(255,255,255,.92);
  opacity: 0;
  pointer-events: none;
  transform: translateX(-110%);
}

.product-window__scan span {
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.product-window__scan i {
  height: 1px;
  margin-top: .75em;
  background: rgba(255,255,255,.48);
}

.product-window.is-scanning .product-window__scan {
  animation: evidence-scan var(--motion-camera) var(--ease-standard) both;
}

@keyframes evidence-scan {
  0% {
    opacity: 0;
    transform: translateX(-110%);
  }
  10%, 88% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateX(245%);
  }
}

.product-window__bar {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  min-height: 52px;
  padding: 0 18px;
  gap: 20px;
  color: rgba(255,255,255,.62);
  background: var(--ink-900);
  font-family: var(--mono);
  font-size: 11px;
}

.product-window__brand {
  color: white;
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 750;
  letter-spacing: .08em;
}

.product-window__state {
  padding: 5px 8px;
  color: #c8e3d2;
  border: 1px solid rgba(159,197,173,.45);
}

.product-window img {
  width: 100%;
  aspect-ratio: 16 / 8.25;
  object-fit: cover;
  object-position: center;
}

.product-window figcaption {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  color: var(--text);
  background: white;
  border-top: 1px solid var(--line);
}

.product-window figcaption span {
  min-height: 54px;
  padding: 15px 18px;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: .03em;
  text-transform: uppercase;
}

.product-window figcaption span + span {
  border-left: 1px solid var(--line);
}

.product-window figcaption b {
  margin-right: 8px;
  color: var(--plum-700);
}

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

.proof-facts article {
  padding: 30px clamp(18px, 2.2vw, 34px);
}

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

.proof-facts span {
  display: block;
  margin-bottom: 22px;
  color: var(--plum-600);
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.proof-facts strong {
  display: block;
  margin-bottom: 8px;
  font-size: 19px;
}

.proof-facts p {
  margin: 0;
  color: var(--text);
  font-size: 14px;
  line-height: 1.55;
}

.workflow-demo {
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  background: white;
  border: 1px solid var(--line);
  box-shadow: 0 24px 72px rgba(48,38,49,.08);
}

.workflow-tabs {
  display: flex;
  flex-direction: column;
  border-right: 1px solid var(--line);
}

.workflow-tabs button {
  position: relative;
  display: grid;
  grid-template-columns: 36px 1fr;
  min-height: 104px;
  padding: 22px;
  color: var(--text);
  text-align: left;
  background: white;
  border: 0;
  border-bottom: 1px solid var(--line);
}

.workflow-tabs button:last-child {
  border-bottom: 0;
}

.workflow-tabs button::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 3px;
  background: var(--plum-600);
  content: "";
  opacity: 0;
}

.workflow-tabs button[aria-selected="true"] {
  color: var(--ink-900);
  background: var(--plum-100);
}

.workflow-tabs button[aria-selected="true"]::before {
  opacity: 1;
}

.workflow-tabs button span {
  grid-row: 1 / 3;
  color: var(--plum-700);
  font-family: var(--mono);
  font-size: 11px;
}

.workflow-tabs button strong {
  font-size: 17px;
}

.workflow-tabs button small {
  margin-top: 4px;
  font-size: 12px;
}

.workflow-panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(260px, .42fr) minmax(0, 1fr);
  min-width: 0;
  isolation: isolate;
}

.workflow-panel__route {
  position: absolute;
  z-index: 4;
  top: 22px;
  right: 22px;
  display: grid;
  min-width: 230px;
  padding: 11px 13px;
  color: white;
  background: rgba(33,28,35,.94);
  border-left: 3px solid var(--plum-300);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-6px);
  transition:
    opacity var(--motion-fast) var(--ease-standard),
    transform var(--motion-standard) var(--ease-enter);
}

.workflow-panel__route span {
  color: var(--plum-300);
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.workflow-panel__route strong {
  margin-top: 3px;
  font-size: 12px;
  letter-spacing: .02em;
}

.workflow-panel.is-transitioning .workflow-panel__route {
  opacity: 1;
  transform: translateY(0);
}

.workflow-panel__copy {
  align-self: center;
  padding: clamp(28px, 4vw, 58px);
}

.workflow-panel__copy > *,
.workflow-panel__image img {
  transition:
    opacity var(--motion-standard) var(--ease-standard),
    transform var(--motion-standard) var(--ease-standard);
}

.workflow-panel.is-transitioning .workflow-panel__copy > * {
  opacity: .18;
  transform: translateY(6px);
}

.workflow-panel.is-transitioning .workflow-panel__image img {
  opacity: .16;
  transform: translateY(4px);
}

.workflow-panel__copy h3 {
  margin-bottom: 20px;
  font-size: clamp(2rem, 3.3vw, 3.8rem);
}

.workflow-panel__copy > p:not(.eyebrow) {
  color: var(--text);
}

.proof-chip {
  display: inline-block;
  margin-top: 16px;
  padding: 8px 11px;
  color: var(--plum-700);
  background: var(--plum-100);
  border: 1px solid #d8c8dc;
  font-family: var(--mono);
  font-size: 11px;
  text-transform: uppercase;
}

.workflow-panel__image {
  min-width: 0;
  min-height: 510px;
  overflow: hidden;
  background: #e9e6e9;
  border-left: 1px solid var(--line);
}

.workflow-panel__image img {
  width: 100%;
  height: 100%;
  min-height: 510px;
  object-fit: cover;
  object-position: left top;
  transition:
    opacity var(--motion-standard) var(--ease-standard),
    transform var(--motion-standard) var(--ease-standard);
}

.workflow-panel__image img.is-switching {
  opacity: .25;
}

.trust {
  padding-block: clamp(86px, 9vw, 138px);
}

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

.trust-stage {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(340px, .65fr);
  gap: 1px;
  background: rgba(255,255,255,.14);
  border: 1px solid rgba(255,255,255,.14);
}

.trust-stage__image {
  margin: 0;
  overflow: hidden;
  background: #f1eef1;
}

.trust-stage__image img {
  width: 100%;
  min-height: 590px;
  object-fit: cover;
  object-position: left top;
}

.trust-stage__image figcaption {
  min-height: 52px;
  padding: 14px 18px;
  color: var(--ink-900);
  background: white;
  font-family: var(--mono);
  font-size: 11px;
  text-transform: uppercase;
}

.trust-stage__image figcaption span {
  color: var(--danger);
  font-weight: 600;
}

.trust-contract {
  display: grid;
  grid-template-rows: repeat(3, 1fr);
  gap: 1px;
  background: rgba(255,255,255,.14);
}

.trust-contract article {
  padding: clamp(26px, 3vw, 42px);
  background: var(--ink-900);
}

.trust-contract.is-sequencing article {
  animation: proof-chain-in var(--motion-standard) var(--ease-enter) both;
  animation-delay: calc(var(--motion-order) * 360ms);
}

@keyframes proof-chain-in {
  from {
    opacity: .14;
    transform: translateY(6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.trust-contract article > span {
  display: block;
  margin-bottom: 30px;
  color: var(--plum-300);
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.trust-contract h3 {
  margin-bottom: 10px;
  font-size: 24px;
}

.trust-contract p {
  margin: 0;
  color: rgba(255,255,255,.58);
  font-size: 14px;
}

.boundary {
  display: grid;
  grid-template-columns: .55fr 1.45fr;
  align-items: center;
  gap: clamp(50px, 8vw, 120px);
  margin-top: clamp(60px, 7vw, 96px);
  padding-top: clamp(48px, 6vw, 76px);
  border-top: 1px solid rgba(255,255,255,.15);
}

.boundary__copy h3 {
  max-width: 12ch;
  margin-bottom: 18px;
  font-size: clamp(2.1rem, 3.6vw, 4.2rem);
}

.boundary__copy > p:last-child {
  color: rgba(255,255,255,.56);
}

.boundary__diagram {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  align-items: center;
  gap: 14px;
}

.boundary__diagram > div {
  display: grid;
  align-content: center;
  min-height: 132px;
  padding: 18px;
  border: 1px solid rgba(255,255,255,.16);
}

.boundary__diagram small,
.integration-strip small {
  margin-bottom: 10px;
  color: rgba(255,255,255,.48);
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.boundary__diagram strong {
  font-size: 14px;
}

.boundary__diagram > span {
  color: var(--plum-300);
}

.boundary.is-flowing [data-flow-arrow] {
  animation: flow-arrow-in var(--motion-deliberate) var(--ease-enter) both;
}

.boundary.is-flowing [data-flow-arrow]:nth-of-type(2) {
  animation-delay: 520ms;
}

@keyframes flow-arrow-in {
  from {
    opacity: .1;
    transform: translateX(-8px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.boundary__diagram .boundary__core {
  background: var(--plum-700);
  border-color: var(--plum-500);
}

.boundary__core strong {
  font-size: 24px;
}

.deployment-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}

.deployment-grid::after {
  position: absolute;
  right: 0;
  bottom: -3px;
  left: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--plum-300), var(--plum-700) 58%, var(--success));
  content: "";
  opacity: 0;
  transform: scaleX(0);
  transform-origin: left center;
}

.deployment-grid.is-routing::after {
  animation: deployment-route var(--motion-deliberate) var(--ease-enter) both;
}

@keyframes deployment-route {
  from {
    opacity: .2;
    transform: scaleX(0);
  }
  to {
    opacity: 1;
    transform: scaleX(1);
  }
}

.deployment-grid article {
  min-height: 390px;
  padding: clamp(24px, 3vw, 38px);
  background: white;
}

.deployment-grid article > span {
  display: block;
  margin-bottom: 50px;
  color: var(--plum-700);
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.deployment-grid h3 {
  margin-bottom: 16px;
  font-size: 28px;
}

.deployment-grid p {
  min-height: 108px;
  color: var(--text);
  font-size: 14px;
}

.deployment-grid ul {
  padding: 20px 0 0;
  margin: 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.deployment-grid li {
  position: relative;
  padding-left: 16px;
  color: var(--text);
  font-size: 13px;
}

.deployment-grid li::before {
  position: absolute;
  top: .75em;
  left: 0;
  width: 5px;
  height: 5px;
  background: var(--plum-500);
  content: "";
}

.deployment-grid__featured {
  position: relative;
  color: white;
  background: var(--ink-800) !important;
}

.deployment-grid__featured::before {
  position: absolute;
  top: 0;
  right: 0;
  padding: 7px 10px;
  color: var(--ink-900);
  background: var(--plum-300);
  font-family: var(--mono);
  font-size: 10px;
  content: "END TO END";
}

.deployment-grid__featured > span,
.deployment-grid__featured p,
.deployment-grid__featured li {
  color: rgba(255,255,255,.62);
}

.deployment-grid__featured ul {
  border-color: rgba(255,255,255,.16);
}

.integration-strip {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr minmax(240px, .8fr);
  align-items: stretch;
  gap: 0;
  margin-top: 30px;
  color: white;
  background: var(--ink-900);
}

.integration-strip > div {
  display: grid;
  align-content: center;
  min-height: 110px;
  padding: 20px 24px;
}

.integration-strip > span {
  display: grid;
  place-items: center;
  color: var(--plum-300);
}

.integration-strip__lamina {
  background: var(--plum-700);
}

.integration-strip strong {
  font-size: 17px;
}

.integration-strip p {
  display: grid;
  place-items: center;
  padding: 20px;
  margin: 0;
  color: rgba(255,255,255,.58);
  border-left: 1px solid rgba(255,255,255,.14);
  font-family: var(--mono);
  font-size: 11px;
  line-height: 1.5;
  text-transform: uppercase;
}

.closing {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(480px, 1.15fr);
  gap: clamp(70px, 11vw, 180px);
  align-items: start;
}

.closing > * {
  width: auto;
  margin: 0;
}

.closing__cta {
  position: sticky;
  top: calc(var(--header-h) + 42px);
}

.closing h2 {
  margin-bottom: 26px;
}

.closing__cta > p:not(.eyebrow) {
  max-width: 560px;
  margin-bottom: 28px;
  color: var(--text);
  font-size: 18px;
}

.closing__note {
  display: block;
  margin-top: 18px;
  color: var(--text);
  font-family: var(--mono);
  font-size: 11px;
  text-transform: uppercase;
}

.faq h2 {
  margin-bottom: 28px;
  font-size: clamp(2.8rem, 4.2vw, 4.8rem);
}

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

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

.faq summary {
  position: relative;
  padding: 24px 44px 24px 0;
  list-style: none;
  font-size: 18px;
  font-weight: 680;
}

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

.faq summary::after {
  position: absolute;
  top: 50%;
  right: 6px;
  color: var(--plum-700);
  content: "+";
  font-family: var(--mono);
  font-size: 26px;
  font-weight: 400;
  transform: translateY(-50%);
}

.faq details[open] summary::after {
  content: "−";
}

.faq details p {
  max-width: 680px;
  padding: 0 54px 24px 0;
  margin: 0;
  color: var(--text);
}

.site-footer {
  display: grid;
  grid-template-columns: 1fr minmax(320px, 1.2fr) auto;
  align-items: center;
  gap: 50px;
  min-height: 210px;
  padding: 44px clamp(24px, 4vw, 64px);
  color: white;
  background: var(--ink-950);
}

.site-footer > p {
  max-width: 600px;
  margin: 0;
  color: rgba(255,255,255,.55);
}

.site-footer > small {
  grid-column: 1 / -1;
  color: rgba(255,255,255,.35);
  font-family: var(--mono);
  font-size: 10px;
  text-transform: uppercase;
}

.site-footer > small a {
  color: inherit;
  text-underline-offset: 3px;
}

.site-footer > small a:hover {
  color: white;
}

.demo-dialog {
  width: min(860px, calc(100vw - 40px));
  max-height: min(860px, calc(100svh - 40px));
  padding: 0;
  overflow: auto;
  color: var(--ink-900);
  background: var(--paper);
  border: 0;
  border-radius: 4px;
  box-shadow: 0 30px 120px rgba(0,0,0,.48);
}

.demo-dialog::backdrop {
  background: rgba(15,12,16,.74);
  backdrop-filter: blur(8px);
}

.demo-dialog[open] {
  animation: dialog-enter var(--motion-deliberate) var(--ease-enter) both;
}

.demo-dialog[open]::backdrop {
  animation: backdrop-enter var(--motion-standard) var(--ease-standard) both;
}

@keyframes dialog-enter {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes backdrop-enter {
  from { opacity: 0; }
  to { opacity: 1; }
}

.demo-dialog__header {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 30px;
  padding: clamp(28px, 3.6vw, 46px) clamp(30px, 4.4vw, 58px);
  color: white;
  background:
    linear-gradient(135deg, rgba(155,111,164,.22), transparent 60%),
    var(--ink-900);
}

.demo-dialog__header .eyebrow {
  margin-bottom: 18px;
}

.demo-dialog__header h2 {
  max-width: 11ch;
  font-size: clamp(2.6rem, 4vw, 4.2rem);
}

.dialog-close {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  color: var(--ink-900);
  background: white;
  border: 0;
  font-size: 30px;
  font-weight: 300;
  line-height: 1;
}

.demo-dialog__body {
  padding: clamp(28px, 3.5vw, 44px) clamp(30px, 4.4vw, 58px);
}

.demo-dialog__body--notice > p {
  max-width: 650px;
  margin: 0 0 16px;
  color: var(--text);
  font-size: 16px;
  line-height: 1.65;
}

.demo-dialog form > p {
  max-width: 640px;
  color: var(--text);
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px 20px;
  margin-top: 24px;
}

.form-grid label {
  display: grid;
  gap: 8px;
  font-size: 13px;
  font-weight: 700;
}

.form-grid__wide {
  grid-column: 1 / -1;
}

.form-grid input,
.form-grid textarea {
  width: 100%;
  min-height: 50px;
  padding: 13px 14px;
  color: var(--ink-900);
  background: white;
  border: 1px solid #cfc7cf;
  border-radius: 2px;
}

.form-grid textarea {
  min-height: 88px;
  resize: vertical;
}

.form-grid input:focus,
.form-grid textarea:focus {
  border-color: var(--plum-700);
}

.form-actions {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-top: 20px;
}

.form-actions small {
  color: var(--text);
  font-size: 11px;
}

.demo-success {
  padding: 12px 0;
}

.demo-success.is-settling {
  animation: success-settle var(--motion-deliberate) var(--ease-enter) both;
}

@keyframes success-settle {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.demo-success > span {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  margin-bottom: 28px;
  color: white;
  background: var(--success);
  border-radius: 50%;
  font-size: 26px;
}

.demo-success h3 {
  max-width: 14ch;
  margin-bottom: 16px;
  font-size: clamp(2.2rem, 4vw, 4rem);
}

.demo-success > p:not(.eyebrow) {
  max-width: 620px;
  margin-bottom: 26px;
  color: var(--text);
}

.legal-page {
  min-height: 100vh;
  color: var(--ink-900);
  background: var(--paper);
}

.legal-page__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 92px;
  padding: 24px clamp(24px, 4vw, 64px);
  color: white;
  background: var(--ink-950);
}

.legal-page__main {
  width: min(760px, calc(100% - 48px));
  margin: 0 auto;
  padding: clamp(72px, 10vw, 132px) 0;
}

.legal-page__main h1 {
  max-width: 12ch;
  margin-bottom: 16px;
  font-size: clamp(3.2rem, 8vw, 6.5rem);
}

.legal-page__updated {
  margin: 0 0 64px;
  color: var(--muted);
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.legal-page__main section {
  padding: 30px 0;
  border-top: 1px solid var(--line);
}

.legal-page__main section h2 {
  margin-bottom: 12px;
  font-size: clamp(1.5rem, 3vw, 2.2rem);
}

.legal-page__main section p {
  max-width: 680px;
  margin: 0;
  color: var(--text);
  line-height: 1.7;
}

.legal-page__footer {
  padding: 28px clamp(24px, 4vw, 64px);
  color: rgba(255,255,255,.45);
  background: var(--ink-950);
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

[hidden] {
  display: none !important;
}

@media (max-width: 1180px) {
  .motion-index {
    display: none;
  }

  .hero {
    grid-template-columns: minmax(0, 1fr) minmax(440px, .9fr);
  }

  .hero h1 {
    font-size: clamp(4rem, 7.8vw, 7rem);
  }

  .desktop-nav {
    gap: 20px;
  }

  .workflow-panel {
    grid-template-columns: 1fr;
  }

  .workflow-panel__copy {
    display: grid;
    grid-template-columns: .32fr .68fr;
    column-gap: 28px;
    align-items: start;
  }

  .workflow-panel__copy .eyebrow,
  .workflow-panel__copy .proof-chip {
    grid-column: 1;
  }

  .workflow-panel__copy h3,
  .workflow-panel__copy > p:not(.eyebrow) {
    grid-column: 2;
  }

  .workflow-panel__copy h3 {
    grid-row: 1;
  }

  .workflow-panel__image {
    min-height: 420px;
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .workflow-panel__image img {
    min-height: 420px;
  }

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

  .deployment-grid article {
    min-height: 350px;
  }

  .integration-strip {
    grid-template-columns: 1fr auto 1fr auto 1fr;
  }

  .integration-strip p {
    grid-column: 1 / -1;
    min-height: 54px;
    border-top: 1px solid rgba(255,255,255,.14);
    border-left: 0;
  }
}

@media (max-width: 980px) {
  :root {
    --header-h: 68px;
  }

  .site-header {
    grid-template-columns: 1fr auto;
  }

  .desktop-nav,
  .button--header {
    display: none;
  }

  .menu-toggle {
    position: relative;
    z-index: 2;
    display: grid;
    place-items: center;
    justify-self: end;
    width: 48px;
    height: 48px;
    padding: 0;
    color: white;
    background: transparent;
    border: 1px solid rgba(255,255,255,.26);
  }

  .menu-toggle span {
    position: absolute;
    width: 19px;
    height: 1px;
    background: currentColor;
    transition: transform 180ms ease;
  }

  .menu-toggle span:first-child {
    transform: translateY(-4px);
  }

  .menu-toggle span:last-child {
    transform: translateY(4px);
  }

  .menu-toggle[aria-expanded="true"] span:first-child {
    transform: rotate(45deg);
  }

  .menu-toggle[aria-expanded="true"] span:last-child {
    transform: rotate(-45deg);
  }

  .mobile-menu {
    position: fixed;
    z-index: 45;
    top: var(--header-h);
    right: 0;
    bottom: 0;
    display: grid;
    grid-template-rows: 1fr auto auto;
    width: min(430px, 92vw);
    padding: 42px 34px 26px;
    color: white;
    background: var(--ink-900);
    border-left: 1px solid rgba(255,255,255,.14);
    box-shadow: -40px 0 100px rgba(0,0,0,.32);
  }

  .mobile-menu nav {
    display: flex;
    flex-direction: column;
  }

  .mobile-menu nav a {
    display: flex;
    align-items: center;
    min-height: 62px;
    border-bottom: 1px solid rgba(255,255,255,.12);
    font-size: 20px;
    font-weight: 650;
  }

  .mobile-menu__cta {
    width: 100%;
    margin-top: 26px;
  }

  .mobile-menu > p {
    margin: 18px 0 0;
    color: rgba(255,255,255,.42);
    font-family: var(--mono);
    font-size: 10px;
    letter-spacing: .08em;
    text-transform: uppercase;
  }

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

  .hero__copy {
    min-height: calc(100svh - var(--header-h));
  }

  .hero-stage {
    min-height: 720px;
    border-top: 1px solid rgba(255,255,255,.1);
    border-left: 0;
  }

  .section-heading--split,
  .section-heading--compact {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .section-heading--compact p:last-child {
    max-width: 680px;
  }

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

  .proof-facts article:nth-child(3) {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .proof-facts article:nth-child(4) {
    border-top: 1px solid var(--line);
  }

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

  .workflow-tabs {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .workflow-tabs button {
    grid-template-columns: 1fr;
    min-height: 100px;
    border-right: 1px solid var(--line);
    border-bottom: 0;
  }

  .workflow-tabs button:last-child {
    border-right: 0;
  }

  .workflow-tabs button::before {
    right: 0;
    bottom: 0;
    width: auto;
    height: 3px;
  }

  .workflow-tabs button span {
    grid-row: auto;
    margin-bottom: 6px;
  }

  .workflow-tabs button small {
    display: none;
  }

  .trust-stage {
    grid-template-columns: 1fr;
  }

  .trust-stage__image img {
    min-height: 0;
  }

  .trust-contract {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
  }

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

  .closing {
    grid-template-columns: 1fr;
    gap: 82px;
  }

  .closing__cta {
    position: static;
  }

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

  .site-footer > p {
    grid-column: 1 / -1;
    grid-row: 2;
  }
}

@media (max-width: 680px) {
  body {
    font-size: 16px;
  }

  .site-header {
    padding-inline: 16px;
  }

  .brand__type strong {
    font-size: 15px;
  }

  .brand__type small {
    font-size: 10px;
  }

  .hero__copy {
    min-height: auto;
    padding: 68px 18px 62px;
  }

  .hero h1 {
    margin-bottom: 28px;
    font-size: clamp(3.55rem, 17.2vw, 5.2rem);
  }

  .hero__lede {
    font-size: 17px;
  }

  .hero__actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .hero__actions .button {
    width: 100%;
  }

  .attribute-list {
    margin-top: 32px;
  }

  .attribute-list li {
    font-size: 11px;
  }

  .hero__assurance {
    font-size: 12px;
  }

  .hero-stage {
    min-height: 610px;
  }

  .hero-stage__canvas {
    inset: 8% 0 18%;
    width: 100%;
    height: 74%;
  }

  .hero-stage__callout {
    padding: 10px;
  }

  .hero-stage__callout small {
    display: none;
  }

  .hero-stage__callout--one {
    top: 12%;
    left: 4%;
  }

  .hero-stage__callout--two {
    top: 42%;
    right: 3%;
  }

  .hero-stage__callout--three {
    right: 4%;
    bottom: 22%;
  }

  .hero-stage__total {
    right: 4%;
    bottom: 5%;
    left: 4%;
  }

  .hero-stage__axis {
    display: none;
  }

  .motion-active .hero.is-staged .hero-stage__callout,
  .motion-active .hero.is-staged .hero-stage__total {
    animation-name: motion-fade-in;
    animation-duration: var(--motion-fast);
  }

  .section {
    padding: 72px 18px;
  }

  .eyebrow {
    margin-bottom: 20px;
    font-size: 11px;
  }

  h2 {
    font-size: clamp(2.8rem, 13vw, 4.2rem);
  }

  .section-heading {
    margin-bottom: 42px;
  }

  .section-heading--split > div:last-child > p {
    font-size: 16px;
  }

  .product-window__bar {
    grid-template-columns: auto 1fr;
    font-size: 10px;
  }

  .product-window__state {
    display: none;
  }

  .product-window__scan {
    display: none;
  }

  .product-window img {
    aspect-ratio: 1.12 / 1;
    object-position: center;
  }

  .product-window figcaption {
    grid-template-columns: 1fr;
  }

  .product-window figcaption span {
    min-height: 44px;
    padding: 12px 14px;
  }

  .product-window figcaption span + span {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

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

  .proof-facts article + article {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .proof-facts article {
    display: grid;
    grid-template-columns: 70px 1fr;
    column-gap: 10px;
  }

  .proof-facts span {
    grid-row: 1 / 3;
    margin: 0;
  }

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

  .workflow-tabs button {
    min-height: 82px;
    padding: 16px;
    border-bottom: 1px solid var(--line);
  }

  .workflow-tabs button:nth-child(2) {
    border-right: 0;
  }

  .workflow-tabs button:nth-child(3),
  .workflow-tabs button:nth-child(4) {
    border-bottom: 0;
  }

  .workflow-panel__copy {
    display: block;
    padding: 28px 22px;
  }

  .workflow-panel__route {
    top: 10px;
    right: 10px;
    min-width: 0;
    max-width: calc(100% - 20px);
    padding: 8px 10px;
  }

  .workflow-panel__copy > *,
  .workflow-panel__image img,
  .workflow-panel__route {
    transition-duration: var(--motion-fast);
  }

  .workflow-panel__copy h3 {
    font-size: 2.6rem;
  }

  .workflow-panel__image,
  .workflow-panel__image img {
    min-height: 310px;
  }

  .workflow-panel__image img {
    object-position: left top;
  }

  .trust-stage__image img {
    min-height: 330px;
    object-position: 18% top;
  }

  .trust-contract {
    grid-template-columns: 1fr;
  }

  .trust-contract.is-sequencing article {
    animation-delay: 0ms;
    animation-name: motion-fade-in;
    animation-duration: var(--motion-fast);
  }

  .trust-contract article > span {
    margin-bottom: 18px;
  }

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

  .boundary__diagram > span {
    transform: rotate(90deg);
  }

  .boundary__diagram > div {
    min-height: 100px;
  }

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

  .deployment-grid article {
    min-height: 0;
  }

  .deployment-grid::after {
    display: none;
  }

  .deployment-grid article > span {
    margin-bottom: 34px;
  }

  .deployment-grid p {
    min-height: 0;
  }

  .integration-strip {
    grid-template-columns: 1fr;
  }

  .integration-strip > span {
    min-height: 38px;
    transform: rotate(90deg);
  }

  .integration-strip p {
    grid-column: auto;
  }

  .closing {
    gap: 72px;
  }

  .closing__cta .button {
    width: 100%;
  }

  .faq summary {
    font-size: 17px;
  }

  .site-footer {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .site-footer > p,
  .site-footer > small {
    grid-column: 1;
    grid-row: auto;
  }

  .demo-dialog {
    width: 100vw;
    max-width: none;
    height: 100svh;
    max-height: none;
    margin: 0;
    border-radius: 0;
  }

  .demo-dialog__header {
    padding: 30px 20px;
  }

  .demo-dialog__header h2 {
    font-size: 2.8rem;
  }

  .dialog-close {
    width: 44px;
    height: 44px;
  }

  .demo-dialog__body {
    padding: 30px 20px 44px;
  }

  .demo-dialog[open],
  .demo-success.is-settling {
    animation-name: motion-fade-in;
    animation-duration: var(--motion-fast);
  }

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

  .form-grid__wide {
    grid-column: auto;
  }

  .form-actions {
    align-items: stretch;
    flex-direction: column;
  }
}

/* Theatrical scene choreography: intentionally slow, late-triggered and replayable. */
.scene-replay {
  position: absolute;
  z-index: 8;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  padding: 9px 12px;
  color: var(--ink-900);
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(33,28,35,.18);
  border-radius: 999px;
  box-shadow: 0 8px 24px rgba(23,18,25,.12);
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .04em;
  line-height: 1;
  text-transform: uppercase;
  transition:
    color 180ms ease,
    background 180ms ease,
    border-color 180ms ease,
    transform 180ms ease;
}

.scene-replay:hover {
  color: white;
  background: var(--plum-700);
  border-color: var(--plum-500);
  transform: translateY(-2px);
}

.scene-replay span {
  font-size: 15px;
  line-height: .7;
}

.scene-replay--hero {
  top: 5%;
  left: 7%;
  color: white;
  background: rgba(24,21,26,.72);
  border-color: rgba(255,255,255,.22);
}

.scene-replay--product {
  top: 64px;
  right: 12px;
}

.trust-stage {
  position: relative;
}

.scene-replay--trust {
  top: 14px;
  right: 14px;
}

.scene-replay--deployment {
  top: 14px;
  right: 14px;
}

.motion-active .is-awaiting-reveal {
  opacity: 0;
  transform: translateY(36px);
}

.product-window.is-performing img {
  animation: product-camera-settle 1800ms var(--ease-enter) both;
}

.product-window.is-performing .product-window__bar > span {
  animation: product-bar-settle 720ms var(--ease-enter) both;
}

.product-window.is-performing .product-window__bar > span:nth-child(2) {
  animation-delay: 180ms;
}

.product-window.is-performing .product-window__bar > span:nth-child(3) {
  animation-delay: 360ms;
}

.product-window.is-performing .product-window__scan {
  animation: evidence-scan var(--motion-camera) cubic-bezier(.55,.04,.38,.98) both;
  animation-delay: 260ms;
}

.product-window.is-performing figcaption span {
  animation: product-receipt-settle 760ms var(--ease-enter) both;
  animation-delay: 1420ms;
}

.product-window.is-performing figcaption span:nth-child(2) {
  animation-delay: 1680ms;
}

.product-window.is-performing figcaption span:nth-child(3) {
  animation-delay: 1940ms;
}

@keyframes product-camera-settle {
  from {
    filter: saturate(.3) contrast(.88);
    transform: scale(1.035);
  }
  to {
    filter: saturate(1) contrast(1);
    transform: scale(1);
  }
}

@keyframes product-bar-settle {
  from {
    opacity: 0;
    transform: translateY(-12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes product-receipt-settle {
  0% {
    color: var(--text);
    background: white;
    transform: translateY(12px);
  }
  46% {
    color: var(--ink-900);
    background: var(--plum-100);
  }
  100% {
    color: var(--text);
    background: white;
    transform: translateY(0);
  }
}

.workflow-panel.is-transitioning .workflow-panel__copy > * {
  opacity: 0;
  transform: translateY(-18px);
}

.workflow-panel.is-transitioning .workflow-panel__image img {
  opacity: .08;
  transform: scale(1.025) translateX(16px);
}

.workflow-panel.is-transitioning .workflow-panel__route,
.workflow-panel.is-settling .workflow-panel__route {
  opacity: 1;
  transform: translateY(0);
}

.workflow-panel.is-settling .workflow-panel__copy > * {
  animation: workflow-copy-settle 760ms var(--ease-enter) both;
}

.workflow-panel.is-settling .workflow-panel__copy > *:nth-child(2) {
  animation-delay: 90ms;
}

.workflow-panel.is-settling .workflow-panel__copy > *:nth-child(3) {
  animation-delay: 180ms;
}

.workflow-panel.is-settling .workflow-panel__copy > *:nth-child(4) {
  animation-delay: 270ms;
}

.workflow-panel.is-settling .workflow-panel__image img {
  animation: workflow-image-settle 960ms var(--ease-enter) both;
}

@keyframes workflow-copy-settle {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes workflow-image-settle {
  from {
    opacity: .08;
    filter: saturate(.25);
    transform: scale(1.035) translateX(18px);
  }
  to {
    opacity: 1;
    filter: saturate(1);
    transform: scale(1) translateX(0);
  }
}

.motion-active .trust-stage.scene-awaiting .trust-stage__image,
.motion-active .trust-stage.scene-awaiting .trust-contract article {
  opacity: 0;
}

.trust-stage.is-performing .trust-stage__image {
  animation: trust-image-reveal 1400ms cubic-bezier(.76,0,.24,1) both;
}

.trust-stage.is-performing .trust-stage__image img {
  animation: trust-image-camera 1800ms var(--ease-enter) both;
}

.trust-stage.is-performing .trust-contract article {
  animation: proof-chain-in 880ms var(--ease-enter) both;
  animation-delay: calc(720ms + var(--motion-order) * 390ms);
}

@keyframes trust-image-reveal {
  from {
    opacity: .08;
    clip-path: inset(0 100% 0 0);
  }
  to {
    opacity: 1;
    clip-path: inset(0 0 0 0);
  }
}

@keyframes trust-image-camera {
  from {
    filter: grayscale(.72) contrast(.9);
    transform: scale(1.045);
  }
  to {
    filter: grayscale(0) contrast(1);
    transform: scale(1);
  }
}

@keyframes proof-chain-in {
  from {
    opacity: 0;
    transform: translateX(42px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.motion-active .boundary.scene-awaiting .boundary__copy,
.motion-active .boundary.scene-awaiting .boundary__diagram > * {
  opacity: 0;
}

.boundary.is-flowing .boundary__copy {
  animation: boundary-copy-settle 900ms var(--ease-enter) both;
}

.boundary.is-flowing .boundary__diagram > div {
  animation: boundary-node-settle 820ms var(--ease-enter) both;
}

.boundary.is-flowing .boundary__diagram > div:nth-of-type(1) {
  animation-delay: 420ms;
}

.boundary.is-flowing .boundary__diagram > div:nth-of-type(2) {
  animation-delay: 1080ms;
}

.boundary.is-flowing .boundary__diagram > div:nth-of-type(3) {
  animation-delay: 1720ms;
}

.boundary.is-flowing [data-flow-arrow] {
  animation: flow-arrow-in 720ms var(--ease-enter) both;
  animation-delay: 800ms;
}

.boundary.is-flowing [data-flow-arrow]:nth-of-type(2) {
  animation-delay: 1450ms;
}

@keyframes boundary-copy-settle {
  from {
    opacity: 0;
    transform: translateY(26px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes boundary-node-settle {
  from {
    opacity: 0;
    transform: scale(.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes flow-arrow-in {
  from {
    opacity: 0;
    transform: translateX(-22px) scaleX(.25);
  }
  to {
    opacity: 1;
    transform: translateX(0) scaleX(1);
  }
}

.motion-active .deployment-grid.scene-awaiting article {
  opacity: 0;
}

.deployment-grid.is-routing article {
  animation: deployment-card-settle 860ms var(--ease-enter) both;
}

.deployment-grid.is-routing article:nth-of-type(2) {
  animation-delay: 220ms;
}

.deployment-grid.is-routing article:nth-of-type(3) {
  animation-delay: 440ms;
}

.deployment-grid.is-routing article:nth-of-type(4) {
  animation-delay: 660ms;
}

.deployment-grid.is-routing::after {
  animation: deployment-route 1500ms var(--ease-enter) both;
  animation-delay: 720ms;
}

@keyframes deployment-card-settle {
  from {
    opacity: 0;
    transform: translateY(46px) scale(.97);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

html[data-motion-profile="mobile"].motion-active .hero.is-staged .hero-stage__callout,
html[data-motion-profile="mobile"].motion-active .hero.is-staged .hero-stage__total {
  animation-name: motion-fade-in;
  animation-duration: var(--motion-standard);
}

html[data-motion-profile="mobile"] .product-window__scan {
  display: block;
  width: 30%;
  padding: 0;
}

html[data-motion-profile="mobile"] .product-window__scan > * {
  display: none;
}

html[data-motion-profile="mobile"] .workflow-panel__copy > *,
html[data-motion-profile="mobile"] .workflow-panel__image img,
html[data-motion-profile="mobile"] .workflow-panel__route {
  transition-duration: var(--motion-fast);
}

html[data-motion-profile="mobile"] .trust-contract.is-sequencing article {
  animation-duration: var(--motion-standard);
  animation-delay: calc(var(--motion-order) * 240ms);
}

html[data-motion-profile="mobile"] .scene-replay {
  min-height: 44px;
  padding: 9px 11px;
  font-size: 9px;
}

html[data-motion-profile="mobile"].motion-active .is-awaiting-reveal {
  transform: translateY(14px);
}

html[data-motion-profile="mobile"] .trust-stage.is-performing .trust-contract article {
  animation-duration: 700ms;
  animation-delay: calc(520ms + var(--motion-order) * 260ms);
}

html[data-motion-profile="mobile"] .deployment-grid.is-routing article {
  animation-duration: 700ms;
}

html[data-motion-profile="reduced"] {
  scroll-behavior: auto !important;
}

html[data-motion-profile="reduced"] *,
html[data-motion-profile="reduced"] *::before,
html[data-motion-profile="reduced"] *::after {
  transition-duration: .01ms !important;
  animation-duration: .01ms !important;
  animation-iteration-count: 1 !important;
}

html[data-motion-profile="reduced"].motion-active .hero__copy,
html[data-motion-profile="reduced"].motion-active .hero-stage__callout,
html[data-motion-profile="reduced"].motion-active .hero-stage__total,
html[data-motion-profile="reduced"].motion-active .hero-stage__axis,
html[data-motion-profile="reduced"] .trust-contract article,
html[data-motion-profile="reduced"] .demo-success {
  opacity: 1 !important;
  transform: none !important;
}

html[data-motion-profile="reduced"] .product-window__scan,
html[data-motion-profile="reduced"] .workflow-panel__route,
html[data-motion-profile="reduced"] .deployment-grid::after {
  display: none !important;
}

html[data-motion-profile="reduced"] .workflow-panel.is-transitioning .workflow-panel__copy > *,
html[data-motion-profile="reduced"] .workflow-panel.is-transitioning .workflow-panel__image img {
  opacity: 1 !important;
  transform: none !important;
}

html[data-motion-profile="reduced"] .scene-replay {
  display: none !important;
}

html[data-motion-profile="reduced"] .is-awaiting-reveal,
html[data-motion-profile="reduced"] .trust-stage.scene-awaiting .trust-stage__image,
html[data-motion-profile="reduced"] .trust-stage.scene-awaiting .trust-contract article,
html[data-motion-profile="reduced"] .boundary.scene-awaiting .boundary__copy,
html[data-motion-profile="reduced"] .boundary.scene-awaiting .boundary__diagram > *,
html[data-motion-profile="reduced"] .deployment-grid.scene-awaiting article {
  opacity: 1 !important;
  transform: none !important;
  clip-path: none !important;
}

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

  .motion-active .hero__copy,
  .motion-active .hero-stage__callout,
  .motion-active .hero-stage__total,
  .motion-active .hero-stage__axis,
  .trust-contract article,
  .demo-success {
    opacity: 1 !important;
    transform: none !important;
  }

  .product-window__scan,
  .workflow-panel__route,
  .deployment-grid::after {
    display: none !important;
  }

  .workflow-panel.is-transitioning .workflow-panel__copy > *,
  .workflow-panel.is-transitioning .workflow-panel__image img {
    opacity: 1 !important;
    transform: none !important;
  }

  .scene-replay {
    display: none !important;
  }

  .is-awaiting-reveal,
  .trust-stage.scene-awaiting .trust-stage__image,
  .trust-stage.scene-awaiting .trust-contract article,
  .boundary.scene-awaiting .boundary__copy,
  .boundary.scene-awaiting .boundary__diagram > *,
  .deployment-grid.scene-awaiting article {
    opacity: 1 !important;
    transform: none !important;
    clip-path: none !important;
  }
}
