:root {
  --ink: #151719;
  --ink-2: #24272a;
  --muted: #666c70;
  --paper: #f6f4ef;
  --white: #fff;
  --cyan: #4ed8ec;
  --cyan-light: #c8f3f7;
  --coral: #ff6655;
  --coral-light: #ffd4cc;
  --line: rgba(21, 23, 25, 0.17);
  --display: "Onest", Arial, sans-serif;
  --heading: "Unbounded", Arial, sans-serif;
  --accent: "Seymour One", Arial, sans-serif;
  --container: min(1360px, calc(100vw - 64px));
  --header-height: 68px;
}

* {
  box-sizing: border-box;
}

html {
  overflow-x: clip;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: clip;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--display);
  font-size: 16px;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

button,
a {
  font: inherit;
}

button {
  color: inherit;
}

a {
  color: inherit;
}

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

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

h1,
h2,
h3 {
  margin-bottom: 0;
  font-family: var(--heading);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.05;
  text-wrap: balance;
}

h1 {
  font-size: clamp(50px, 5.1vw, 90px);
}

h2 {
  font-size: clamp(38px, 4vw, 66px);
}

h3 {
  font-size: clamp(22px, 2vw, 34px);
}

.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: 8px;
  left: 8px;
  padding: 10px 14px;
  color: var(--white);
  background: var(--ink);
  transform: translateY(-150%);
}

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

.accent-type {
  font-family: var(--accent);
  font-weight: 400;
  letter-spacing: 0;
}

.site-header {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 108px;
  padding: 18px max(24px, calc((100vw - 1360px) / 2)) 10px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  width: max-content;
  color: var(--ink);
  font-family: var(--accent);
  font-size: 30px;
  text-decoration: none;
}

.brand img {
  width: 54px;
  height: auto;
}

.hero {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  align-items: center;
  min-height: calc(100svh - 108px);
  padding: 54px max(32px, calc((100vw - 1360px) / 2)) 82px;
  overflow: hidden;
}

.hero__linework {
  position: relative;
  z-index: 2;
  align-self: center;
  width: min(132%, 980px);
  aspect-ratio: 820 / 700;
  margin-right: -16%;
  margin-left: -3%;
  opacity: 0;
  --kinetic-x: 0;
  --kinetic-y: 0;
  --kinetic-scroll: 0;
  --kinetic-velocity: 0;
  transform:
    translate3d(
      calc(var(--kinetic-x) * 14px),
      calc(var(--kinetic-y) * 10px + var(--kinetic-scroll) * -26px),
      0
    );
  will-change: transform, opacity;
}

body.motion-ready .hero__linework {
  animation: linework-enter 1100ms cubic-bezier(0.16, 1, 0.3, 1) 120ms forwards;
}

.linework {
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.linework__construction path,
.linework__routes path,
.linework__echo path,
.linework__blade {
  vector-effect: non-scaling-stroke;
}

.linework__construction path {
  fill: none;
  stroke: rgba(21, 23, 25, 0.13);
  stroke-width: 1.5;
  stroke-dasharray: 5 12;
}

.linework__routes path {
  fill: none;
  stroke: var(--ink);
  stroke-width: 2.5;
  stroke-linecap: square;
  stroke-linejoin: miter;
  stroke-dasharray: 28 14 3 14;
  opacity: 0.46;
}

.linework__route--two {
  stroke: var(--coral) !important;
}

.linework__route--three {
  stroke: var(--cyan) !important;
}

.linework__echo {
  fill: none;
  stroke-width: 1.5;
  opacity: 0.18;
  transform-box: fill-box;
  transform-origin: center;
}

.linework__echo--cyan {
  stroke: var(--cyan);
}

.linework__echo--coral {
  stroke: var(--coral);
}

.linework__blade {
  fill: rgba(255, 255, 255, 0.42);
  stroke-width: 3.4;
  stroke-linejoin: miter;
  transform-box: fill-box;
  transform-origin: center;
}

.linework__blade--cyan {
  stroke: var(--cyan);
}

.linework__blade--coral {
  stroke: var(--coral);
}

.linework__anchors rect {
  fill: var(--paper);
  stroke: var(--ink);
  stroke-width: 2;
}

.linework__signal {
  fill: var(--ink);
}

.linework__signal--one {
  offset-path: path("M48 554H218L344 350H524L666 146H772");
}

.linework__signal--two {
  fill: var(--coral);
  offset-path: path("M48 146H284L410 350H596L772 554");
}

.linework__signal--three {
  fill: var(--cyan);
  offset-path: path("M154 628V486L282 350L154 214V72");
}

.linework__beam {
  position: absolute;
  display: block;
  pointer-events: none;
  opacity: 0;
}

.linework__sweep {
  position: absolute;
  left: 50%;
  display: block;
  width: max(125vw, 1600px);
  height: 2px;
  pointer-events: none;
  opacity: 0;
  transform-origin: center;
  will-change: transform, opacity;
}

.linework__sweep--one {
  top: 27%;
  background: var(--ink);
  transform: translateX(-50%) rotate(-7deg) scaleX(0);
}

.linework__sweep--two {
  top: 51%;
  background: var(--coral);
  transform: translateX(-50%) rotate(4deg) scaleX(0);
}

.linework__sweep--three {
  top: 76%;
  background: var(--cyan);
  transform: translateX(-50%) rotate(-3deg) scaleX(0);
}

.linework__beam--horizontal {
  top: 50%;
  left: 4%;
  width: 92%;
  height: 2px;
  background: var(--coral);
  transform: scaleX(0);
  transform-origin: left center;
}

.linework__beam--vertical {
  top: 7%;
  left: 50%;
  width: 2px;
  height: 86%;
  background: var(--cyan);
  transform: scaleY(0);
  transform-origin: center top;
}

.linework__pulse {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  border: 3px solid var(--ink);
  background: var(--paper);
  opacity: 0;
  transform: translate(-50%, -50%) rotate(45deg) scale(0);
}

body.motion-ready .linework__construction path,
body.motion-ready .linework__routes path {
  animation: linework-draw 1400ms cubic-bezier(0.16, 1, 0.3, 1) 180ms both;
}

body.motion-settled .linework__routes path {
  animation: linework-route 18s linear infinite;
}

body.motion-settled .linework__mark .linework__blade--cyan {
  animation: linework-mark-cyan 12s cubic-bezier(0.65, 0, 0.35, 1) infinite;
}

body.motion-settled .linework__mark .linework__blade--coral {
  animation: linework-mark-coral 12s cubic-bezier(0.65, 0, 0.35, 1) infinite;
}

body.motion-settled .linework__echo--cyan {
  animation: linework-echo-cyan 12s cubic-bezier(0.65, 0, 0.35, 1) -1s infinite;
}

body.motion-settled .linework__echo--coral {
  animation: linework-echo-coral 12s cubic-bezier(0.65, 0, 0.35, 1) -1s infinite;
}

body.motion-settled .linework__signal--one {
  animation: linework-signal 8s linear infinite;
}

body.motion-settled .linework__signal--two {
  animation: linework-signal 10s linear -4s infinite;
}

body.motion-settled .linework__signal--three {
  animation: linework-signal 7s linear -2s infinite;
}

body.motion-settled .linework__beam--horizontal {
  animation: linework-beam-horizontal 8s cubic-bezier(0.65, 0, 0.35, 1) infinite;
}

body.motion-settled .linework__beam--vertical {
  animation: linework-beam-vertical 8s cubic-bezier(0.65, 0, 0.35, 1) -4s infinite;
}

body.motion-settled .linework__sweep--one {
  animation: linework-sweep-one 13s cubic-bezier(0.65, 0, 0.35, 1) infinite;
}

body.motion-settled .linework__sweep--two {
  animation: linework-sweep-two 11s cubic-bezier(0.65, 0, 0.35, 1) -4s infinite;
}

body.motion-settled .linework__sweep--three {
  animation: linework-sweep-three 15s cubic-bezier(0.65, 0, 0.35, 1) -8s infinite;
}

body.motion-settled .linework__pulse {
  animation: linework-pulse 4s cubic-bezier(0.65, 0, 0.35, 1) infinite;
}

.hero__copy {
  position: relative;
  z-index: 3;
  min-width: 0;
  align-self: center;
  max-width: 620px;
  padding-right: clamp(22px, 4vw, 72px);
}

.hero__copy h1 {
  max-width: 100%;
}

.hero__lead {
  max-width: 600px;
  margin: 34px 0 36px;
  color: var(--muted);
  font-size: clamp(17px, 1.25vw, 21px);
  line-height: 1.58;
}

.hero__links {
  display: flex;
  align-items: center;
  gap: 28px;
}

.primary-link,
.plain-link {
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.primary-link {
  display: inline-flex;
  align-items: center;
  gap: 24px;
  padding: 16px 18px;
  color: var(--white);
  background: var(--ink);
}

.primary-link:hover,
.primary-link:focus-visible {
  color: var(--ink);
  background: var(--coral);
}

.plain-link {
  border-bottom: 2px solid currentColor;
}

.scale {
  display: grid;
  grid-template-columns: minmax(320px, 0.8fr) minmax(600px, 1.2fr);
  gap: clamp(54px, 8vw, 132px);
  align-items: start;
  padding: clamp(100px, 10vw, 170px) max(32px, calc((100vw - 1360px) / 2));
  color: var(--white);
  background: var(--ink);
}

.scale__intro {
  position: sticky;
  top: calc(var(--header-height) + 40px);
}

.scale__intro h2 {
  max-width: 8ch;
}

.scale__tracks {
  border-top: 1px solid rgba(255, 255, 255, 0.28);
}

.scale-track {
  position: relative;
  display: grid;
  grid-template-columns: 90px minmax(220px, 0.8fr) minmax(240px, 1.2fr);
  gap: 22px;
  align-items: center;
  min-height: 182px;
  padding: 32px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.28);
  opacity: 0;
  transform: translateX(110px);
  transition:
    opacity 420ms ease,
    transform 780ms cubic-bezier(0.16, 1, 0.3, 1);
}

.scale-track:nth-child(2) {
  transform: translateX(-110px);
}

.scale-track:nth-child(3) {
  transition-delay: 90ms;
}

.scale-track.is-visible {
  opacity: 1;
  transform: translateX(0);
}

.scale-track::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -36px;
  width: 18px;
  height: 72%;
  background: var(--cyan);
  transform: translateY(-50%) skewY(-28deg) scaleY(0);
  transform-origin: bottom;
  transition: transform 560ms cubic-bezier(0.16, 1, 0.3, 1) 260ms;
}

.scale-track.is-visible::before {
  transform: translateY(-50%) skewY(-28deg) scaleY(1);
}

.scale-track--paper::before {
  background: var(--paper);
}

.scale-track--coral::before {
  background: var(--coral);
}

.scale-track > span {
  color: var(--cyan);
  font-family: var(--heading);
  font-size: 13px;
  font-weight: 700;
}

.scale-track--paper > span {
  color: var(--white);
}

.scale-track--coral > span {
  color: var(--coral);
}

.scale-track h3 {
  font-size: clamp(24px, 2.2vw, 36px);
}

.scale-track p {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
}

.inside {
  position: relative;
  padding: clamp(110px, 11vw, 184px) max(32px, calc((100vw - 1360px) / 2));
  overflow: hidden;
}

.inside::before {
  content: "";
  position: absolute;
  top: -140px;
  right: -130px;
  width: 360px;
  height: 300px;
  background: var(--coral);
  transform: rotate(28deg);
}

.inside__heading {
  display: grid;
  grid-template-columns: minmax(380px, 1.15fr) minmax(300px, 0.65fr);
  column-gap: clamp(40px, 8vw, 130px);
  align-items: end;
  max-width: 1140px;
  margin-bottom: 90px;
}

.inside__heading h2 {
  max-width: 10ch;
}

.inside__heading > p:last-child {
  margin: 0 0 8px;
  color: var(--muted);
  font-size: 19px;
}

.inside__field {
  position: relative;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  min-height: 590px;
}

.inside-piece {
  position: absolute;
  display: flex;
  align-items: flex-end;
  padding: clamp(28px, 3.2vw, 52px);
  overflow: hidden;
  opacity: 0;
  translate: -120px 48px;
  transition:
    opacity 360ms ease,
    translate 820ms cubic-bezier(0.16, 1, 0.3, 1);
}

.inside-piece.is-visible {
  opacity: 1;
  translate: 0 0;
}

.inside-piece h3 {
  position: relative;
  z-index: 2;
  max-width: 9ch;
  margin-bottom: 16px;
  font-size: clamp(30px, 3.2vw, 52px);
}

.inside-piece p {
  position: relative;
  z-index: 2;
  max-width: 430px;
  margin: 0;
  font-size: 16px;
}

.inside-piece--tasks {
  top: 0;
  left: 0;
  width: 51%;
  height: 64%;
  background: var(--cyan);
  clip-path: polygon(0 0, 100% 0, 100% 68%, 77% 100%, 0 100%);
}

.inside-piece--docs {
  top: 15%;
  right: 0;
  width: 53%;
  height: 63%;
  color: var(--white);
  background: var(--coral);
  clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 100%, 0 30%);
  transition-delay: 90ms;
  translate: 130px -34px;
}

.inside-piece--mcp {
  bottom: 0;
  left: 18%;
  width: 58%;
  height: 45%;
  color: var(--white);
  background: var(--ink);
  clip-path: polygon(0 22%, 14% 0, 100% 0, 100% 100%, 0 100%);
  transition-delay: 180ms;
  translate: -70px 110px;
}

.piece-mark {
  position: absolute;
  top: -28%;
  right: -3%;
  width: 42%;
  aspect-ratio: 0.8;
  border: 32px solid currentColor;
  opacity: 0.12;
  transform: skewX(-32deg);
  animation: mark-breathe 8s ease-in-out infinite alternate;
}

.inside-piece--docs .piece-mark {
  top: auto;
  right: -5%;
  bottom: -42%;
  transform: skewX(32deg);
  animation-delay: -2s;
}

.inside-piece--mcp .piece-mark {
  top: -52%;
  right: 8%;
  color: var(--cyan);
  animation-delay: -4s;
}

.mcp {
  display: grid;
  grid-template-columns: minmax(360px, 0.8fr) minmax(580px, 1.2fr);
  gap: clamp(60px, 9vw, 150px);
  align-items: center;
  padding: clamp(100px, 10vw, 170px) max(32px, calc((100vw - 1360px) / 2));
  color: var(--white);
  background: var(--coral);
}

.mcp__route {
  position: absolute;
  pointer-events: none;
}

.mcp__copy h2 {
  max-width: 9ch;
}

.mcp__copy > p:last-child {
  max-width: 610px;
  margin: 34px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(18px, 1.35vw, 22px);
  line-height: 1.6;
}

.mcp__console {
  border: 2px solid var(--ink);
  color: var(--ink);
  background: var(--paper);
  box-shadow: 18px 18px 0 var(--ink);
  opacity: 0;
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  transform: translateX(80px);
  transition:
    opacity 360ms ease,
    transform 760ms cubic-bezier(0.16, 1, 0.3, 1),
    clip-path 760ms cubic-bezier(0.16, 1, 0.3, 1);
}

.mcp__console.is-visible {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  opacity: 1;
  transform: translateX(0);
}

.console-line {
  display: grid;
  grid-template-columns: 46px 90px 1fr;
  gap: 14px;
  align-items: center;
  min-height: 108px;
  padding: 20px 24px;
  border-bottom: 1px solid var(--line);
}

.console-line:last-child {
  border: 0;
}

.console-line > span {
  color: var(--coral);
  font-size: 24px;
  font-weight: 800;
}

.console-line b {
  font-size: 12px;
  text-transform: uppercase;
}

.console-line p {
  margin: 0;
}

.console-line--result {
  color: var(--ink);
  background: var(--cyan);
}

.day {
  padding: clamp(105px, 11vw, 180px) max(32px, calc((100vw - 1360px) / 2));
  background: var(--white);
}

.day__heading {
  display: grid;
  grid-template-columns: minmax(420px, 1fr) minmax(280px, 0.46fr);
  gap: 70px;
  align-items: end;
  margin-bottom: 68px;
}

.day__heading h2 {
  max-width: 9ch;
}

.day__heading > p {
  margin: 0 0 10px;
  color: var(--muted);
  font-size: 18px;
}

.task-demo {
  border-top: 2px solid var(--ink);
}

.task-filters {
  display: flex;
  gap: 8px;
  align-items: center;
  min-height: 74px;
  border-bottom: 1px solid var(--line);
}

.task-filter {
  align-self: stretch;
  padding: 0 6px;
  border: 0;
  border-bottom: 4px solid transparent;
  background: transparent;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
}

.task-filter:hover,
.task-filter:focus-visible {
  border-bottom-color: var(--cyan);
}

.task-filter.is-active {
  color: var(--ink);
  border-bottom-color: var(--coral);
  background: transparent;
}

.task-filters > span {
  margin-left: auto;
  color: var(--muted);
  font-size: 13px;
}

.task-row {
  display: grid;
  grid-template-columns: 16px 150px minmax(300px, 1fr) minmax(180px, 0.45fr) 90px;
  gap: 18px;
  align-items: center;
  min-height: 104px;
  padding: 18px 12px;
  border-bottom: 1px solid var(--line);
}

.task-row[hidden] {
  display: none;
}

.task-row i {
  width: 10px;
  height: 10px;
  border: 2px solid var(--ink);
}

.task-row--urgent i {
  border-color: var(--coral);
  background: var(--coral);
}

.task-row--done i {
  background: var(--cyan);
}

.task-row small {
  color: var(--muted);
  font-size: 10px;
  font-weight: 800;
}

.task-row h3 {
  font-size: clamp(18px, 1.5vw, 24px);
}

.task-row p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.task-row b {
  justify-self: end;
  font-size: 11px;
}

.task-row--done {
  color: var(--muted);
}

.task-row--done h3 {
  text-decoration: line-through;
}

.ecosystem {
  display: grid;
  grid-template-columns: minmax(360px, 0.9fr) minmax(560px, 1.1fr);
  align-items: stretch;
  min-height: 650px;
  color: var(--white);
  background: var(--ink);
}

.ecosystem__statement {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(68px, 7vw, 120px) max(32px, calc((100vw - 1360px) / 2)) clamp(68px, 7vw, 120px);
  background: var(--ink);
}

.ecosystem__statement h2 {
  max-width: 11ch;
  font-size: clamp(40px, 4.3vw, 72px);
}

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

.ecosystem__links article {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 325px;
  padding: clamp(32px, 4vw, 62px);
}

.ecosystem__links article:nth-child(1) {
  color: var(--ink);
  background: var(--cyan);
}

.ecosystem__links article:nth-child(2) {
  background: var(--coral);
}

.ecosystem__links article:nth-child(3) {
  color: var(--ink);
  background: var(--paper);
}

.ecosystem__links article:nth-child(4) {
  background: var(--ink-2);
}

.ecosystem__links span {
  font-size: clamp(26px, 2.7vw, 44px);
  font-weight: 800;
}

.ecosystem__links p {
  margin: 10px 0 0;
  opacity: 0.7;
}

.faq {
  display: grid;
  grid-template-columns: minmax(280px, 0.48fr) minmax(620px, 1fr);
  gap: clamp(60px, 9vw, 140px);
  align-items: start;
  padding: clamp(105px, 11vw, 180px) max(32px, calc((100vw - 1360px) / 2));
}

.section-heading {
  position: sticky;
  top: calc(var(--header-height) + 40px);
}

.section-heading h2 {
  max-width: 7ch;
}

.faq__list {
  border-top: 2px solid var(--ink);
}

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

.faq summary {
  position: relative;
  padding: 29px 54px 29px 0;
  font-size: clamp(20px, 1.8vw, 28px);
  font-weight: 800;
  list-style: none;
  cursor: pointer;
}

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

.faq summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 8px;
  font-size: 28px;
  transform: translateY(-50%);
}

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

.faq details p {
  max-width: 720px;
  margin: -5px 0 30px;
  color: var(--muted);
  font-size: 17px;
}

.closing {
  position: relative;
  display: grid;
  grid-template-columns: minmax(560px, 1fr) auto;
  gap: 60px;
  align-items: end;
  min-height: 590px;
  padding: clamp(100px, 10vw, 160px) max(32px, calc((100vw - 1360px) / 2));
  overflow: hidden;
  color: var(--ink);
  background: var(--cyan);
}

.closing__mark {
  position: absolute;
  top: 0;
  right: -4%;
  width: min(46vw, 720px);
  height: 100%;
  pointer-events: none;
}

.closing__mark span {
  position: absolute;
  display: block;
  width: 54%;
  height: 120%;
  background: var(--coral);
  transform: skewX(-32deg);
}

.closing__mark span:first-child {
  top: -54%;
  right: 22%;
  animation: closing-shift-a 12s ease-in-out infinite alternate;
}

.closing__mark span:last-child {
  right: -16%;
  bottom: -62%;
  background: var(--paper);
  animation: closing-shift-b 15s ease-in-out infinite alternate;
}

.closing > div:not(.closing__mark),
.closing > a {
  position: relative;
  z-index: 2;
}

.closing .accent-type {
  margin-bottom: 22px;
  color: var(--coral);
  font-size: clamp(28px, 3vw, 52px);
}

.closing h2 {
  max-width: 10ch;
}

@keyframes linework-enter {
  from {
    opacity: 0;
    transform: translate3d(70px, 24px, 0) scale(0.94);
  }
  to {
    opacity: 1;
    transform:
      translate3d(
        calc(var(--kinetic-x) * 14px),
        calc(var(--kinetic-y) * 10px + var(--kinetic-scroll) * -26px),
        0
      )
      scale(1);
  }
}

@keyframes linework-draw {
  from {
    opacity: 0;
    stroke-dashoffset: 220;
  }
  to {
    opacity: 1;
    stroke-dashoffset: 0;
  }
}

@keyframes linework-route {
  to {
    stroke-dashoffset: -118;
  }
}

@keyframes linework-mark-cyan {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }
  42% {
    transform: translate3d(-9px, 7px, 0);
  }
  58% {
    transform: translate3d(16px, -13px, 0);
  }
  76% {
    transform: translate3d(-3px, 2px, 0);
  }
}

@keyframes linework-mark-coral {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }
  42% {
    transform: translate3d(9px, -7px, 0);
  }
  58% {
    transform: translate3d(-16px, 13px, 0);
  }
  76% {
    transform: translate3d(3px, -2px, 0);
  }
}

@keyframes linework-echo-cyan {
  0%,
  100% {
    opacity: 0.18;
    translate: 0 0;
  }
  50% {
    opacity: 0.06;
    translate: -22px 18px;
  }
}

@keyframes linework-echo-coral {
  0%,
  100% {
    opacity: 0.18;
    translate: 0 0;
  }
  50% {
    opacity: 0.06;
    translate: 22px -18px;
  }
}

@keyframes linework-signal {
  from {
    offset-distance: 0%;
  }
  to {
    offset-distance: 100%;
  }
}

@keyframes linework-beam-horizontal {
  0%,
  12%,
  100% {
    opacity: 0;
    transform: scaleX(0);
    transform-origin: left center;
  }
  24%,
  40% {
    opacity: 0.72;
    transform: scaleX(1);
    transform-origin: left center;
  }
  52% {
    opacity: 0;
    transform: scaleX(0);
    transform-origin: right center;
  }
}

@keyframes linework-beam-vertical {
  0%,
  12%,
  100% {
    opacity: 0;
    transform: scaleY(0);
    transform-origin: center top;
  }
  24%,
  40% {
    opacity: 0.68;
    transform: scaleY(1);
    transform-origin: center top;
  }
  52% {
    opacity: 0;
    transform: scaleY(0);
    transform-origin: center bottom;
  }
}

@keyframes linework-pulse {
  0%,
  18%,
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) rotate(45deg) scale(0);
  }
  32%,
  58% {
    opacity: 1;
    transform: translate(-50%, -50%) rotate(45deg) scale(1);
  }
  72% {
    opacity: 0;
    transform: translate(-50%, -50%) rotate(225deg) scale(0.2);
  }
}

@keyframes linework-sweep-one {
  0%,
  14%,
  100% {
    opacity: 0;
    transform: translateX(-72%) rotate(-7deg) scaleX(0.18);
  }
  30%,
  54% {
    opacity: 0.34;
    transform: translateX(-50%) rotate(-7deg) scaleX(1);
  }
  72% {
    opacity: 0;
    transform: translateX(-28%) rotate(-7deg) scaleX(0.3);
  }
}

@keyframes linework-sweep-two {
  0%,
  12%,
  100% {
    opacity: 0;
    transform: translateX(-28%) rotate(4deg) scaleX(0.22);
  }
  28%,
  52% {
    opacity: 0.42;
    transform: translateX(-50%) rotate(4deg) scaleX(1);
  }
  70% {
    opacity: 0;
    transform: translateX(-72%) rotate(4deg) scaleX(0.24);
  }
}

@keyframes linework-sweep-three {
  0%,
  16%,
  100% {
    opacity: 0;
    transform: translateX(-68%) rotate(-3deg) scaleX(0.16);
  }
  34%,
  58% {
    opacity: 0.38;
    transform: translateX(-50%) rotate(-3deg) scaleX(1);
  }
  76% {
    opacity: 0;
    transform: translateX(-32%) rotate(-3deg) scaleX(0.26);
  }
}

@keyframes mark-breathe {
  from {
    translate: 0 0;
  }
  to {
    translate: -9% 7%;
  }
}

@keyframes closing-shift-a {
  from {
    translate: 0 0;
  }
  to {
    translate: -8% 3%;
  }
}

@keyframes closing-shift-b {
  from {
    translate: 0 0;
  }
  to {
    translate: 7% -4%;
  }
}

.closing > a {
  display: inline-flex;
  gap: 28px;
  align-items: center;
  padding-bottom: 10px;
  border-bottom: 2px solid currentColor;
  font-weight: 800;
  text-decoration: none;
}

.site-footer {
  display: grid;
  grid-template-columns: 1fr auto auto auto;
  gap: 42px;
  align-items: center;
  min-height: 126px;
  padding: 28px max(32px, calc((100vw - 1360px) / 2));
  color: var(--white);
  background: var(--ink);
}

.brand--footer {
  color: var(--white);
}

.site-footer__links {
  display: flex;
  gap: 26px;
}

.site-footer__links a,
.site-footer p {
  margin: 0;
  color: rgba(255, 255, 255, 0.63);
  font-size: 12px;
  text-decoration: none;
}

.site-footer__links a:hover {
  color: var(--cyan);
}

.footer-language {
  display: grid;
  gap: 7px;
  color: rgba(255, 255, 255, 0.58);
}

.footer-language > span {
  font-size: 9px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.footer-language select {
  width: 148px;
  height: 38px;
  padding: 0 10px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 2px;
  background: var(--ink);
  color: var(--white);
  font: 600 12px/1 var(--body);
}

.footer-language select:focus-visible {
  border-color: var(--cyan);
}

[data-reveal] {
  will-change: opacity, transform, translate, clip-path;
}

.legal-page {
  min-height: 100vh;
  padding: 48px 24px;
  background: var(--paper);
}

.legal-shell {
  width: min(940px, 100%);
  margin: 0 auto;
}

.legal-toolbar {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 48px;
}

.legal-brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  font-family: var(--accent);
  font-size: 22px;
  text-decoration: none;
}

.legal-brand img {
  width: 34px;
}

.legal-toolbar .footer-language {
  color: var(--muted);
}

.legal-toolbar .footer-language select {
  border-color: rgba(21, 23, 25, 0.25);
  background: var(--white);
  color: var(--ink);
}

.legal-toolbar .footer-language select:focus-visible {
  border-color: var(--coral);
}

.legal-article {
  padding: clamp(28px, 6vw, 70px);
  border-top: 7px solid var(--coral);
  background: var(--white);
}

.legal-article h1 {
  margin-bottom: 38px;
  font-size: clamp(36px, 5vw, 68px);
}

.legal-article h2 {
  margin: 38px 0 14px;
  font-size: clamp(23px, 3vw, 34px);
}

.legal-article p,
.legal-article li {
  color: var(--muted);
}

.legal-article a {
  font-weight: 700;
}

.legal-footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 24px;
  color: var(--muted);
  font-size: 12px;
}

@media (max-width: 1080px) {
  :root {
    --container: calc(100vw - 40px);
  }

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

  .hero {
    grid-template-columns: minmax(360px, 0.85fr) minmax(480px, 1.15fr);
    padding-inline: 28px;
  }

  .hero__copy h1 {
    font-size: clamp(48px, 6vw, 72px);
  }

  .scale,
  .mcp,
  .faq {
    grid-template-columns: 1fr;
  }

  .scale__intro,
  .section-heading {
    position: static;
  }

  .scale__intro h2,
  .section-heading h2 {
    max-width: 12ch;
  }

  .inside__field {
    min-height: 660px;
  }

  .mcp__copy {
    max-width: 760px;
  }

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

  .ecosystem__statement {
    min-height: 500px;
    padding-inline: 32px;
  }
}

@media (max-width: 820px) {
  :root {
    --header-height: 88px;
  }

  h1 {
    font-size: clamp(46px, 12vw, 70px);
  }

  h2 {
    font-size: clamp(36px, 9vw, 56px);
  }

  .site-header {
    min-height: var(--header-height);
    padding: 16px 20px 6px;
  }

  .brand {
    gap: 12px;
    font-size: 27px;
  }

  .brand img {
    width: 48px;
  }

  .hero {
    grid-template-columns: 1fr;
    align-content: start;
    min-height: 0;
    padding: 34px 20px 92px;
  }

  .hero__copy {
    padding: 0;
  }

  .hero__copy h1 {
    max-width: 100%;
    font-size: clamp(35px, 9.4vw, 46px);
  }

  .hero__lead {
    margin: 28px 0 30px;
    font-size: 17px;
  }

  .hero__links {
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
  }

  .hero__linework {
    width: min(112%, 700px);
    margin: 42px auto 0;
  }

  .linework__construction path {
    stroke-width: 1;
  }

  .linework__routes path {
    stroke-width: 2;
  }

  .scale,
  .inside,
  .mcp,
  .day,
  .faq {
    padding: 92px 20px;
  }

  .scale {
    gap: 64px;
  }

  .scale-track {
    grid-template-columns: 68px 1fr;
    min-height: 0;
    padding: 30px 0;
  }

  .scale-track p {
    grid-column: 2;
  }

  .inside::before {
    top: -92px;
    right: -170px;
    transform: scale(0.7) rotate(28deg);
  }

  .inside__heading {
    grid-template-columns: 1fr;
    gap: 28px;
    margin-bottom: 60px;
  }

  .inside__heading > p:last-child {
    font-size: 17px;
  }

  .inside__field {
    display: flex;
    min-height: 0;
    flex-direction: column;
  }

  .inside-piece {
    position: relative;
    inset: auto;
    width: 100%;
    min-height: 300px;
    margin-top: -24px;
    clip-path: polygon(0 0, 100% 0, 100% 86%, 88% 100%, 0 100%);
  }

  .inside-piece:first-child {
    margin-top: 0;
  }

  .inside-piece--docs {
    clip-path: polygon(12% 0, 100% 0, 100% 100%, 0 100%, 0 14%);
  }

  .inside-piece--mcp {
    clip-path: polygon(0 14%, 12% 0, 100% 0, 100% 100%, 0 100%);
  }

  .mcp {
    gap: 54px;
  }

  .mcp__console {
    box-shadow: 10px 10px 0 var(--ink);
  }

  .console-line {
    grid-template-columns: 38px 1fr;
    min-height: 0;
    padding: 22px 18px;
  }

  .console-line p {
    grid-column: 2;
  }

  .day__heading {
    grid-template-columns: 1fr;
    gap: 26px;
    margin-bottom: 48px;
  }

  .task-filters {
    overflow-x: auto;
  }

  .task-filters > span {
    display: none;
  }

  .task-row {
    grid-template-columns: 14px 1fr auto;
    gap: 8px 14px;
    padding: 22px 8px;
  }

  .task-row small {
    grid-column: 2;
  }

  .task-row h3 {
    grid-column: 2 / -1;
  }

  .task-row p {
    grid-column: 2;
  }

  .task-row b {
    grid-column: 3;
  }

  .ecosystem__statement {
    min-height: 470px;
    padding: 80px 20px;
  }

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

  .ecosystem__links article {
    min-height: 230px;
    padding: 30px 20px;
  }

  .faq {
    gap: 50px;
  }

  .closing {
    grid-template-columns: 1fr;
    min-height: 630px;
    padding: 92px 20px;
  }

  .closing__mark {
    top: auto;
    right: -32%;
    bottom: 0;
    width: 92vw;
    height: 48%;
  }

  .closing > a {
    align-self: end;
    justify-self: start;
  }

  .site-footer {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 42px 20px;
  }

  .site-footer__links {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .legal-toolbar {
    align-items: flex-start;
  }
}

@media (max-width: 520px) {
  .hero__linework {
    width: calc(100% + 46px);
    margin: 24px -23px -18px;
  }

  .linework__sweep {
    width: 210vw;
  }

  .scale-track {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .scale-track p {
    grid-column: auto;
  }

  .scale-track::before {
    left: -20px;
  }

  .inside-piece {
    min-height: 330px;
    padding: 34px 24px;
  }

  .console-line {
    grid-template-columns: 34px 1fr;
  }

  .task-filter {
    flex: 0 0 auto;
  }

  .legal-page {
    padding: 28px 14px;
  }

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

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

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
