:root {
  --ink: #090306;
  --paper: #dcd9db;
  --muted: rgba(255, 255, 255, 0.64);
  --stage-scale: 1;
  --serif: Georgia, "Times New Roman", serif;
  --sans: "TWK Lausanne Pan", Helvetica, Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  background: var(--ink);
  color: var(--paper);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}

body {
  margin: 0;
  overflow-x: clip;
  background: var(--ink);
}

img {
  display: block;
}

.stage-shell {
  width: 100%;
  min-height: 100dvh;
  overflow: hidden;
  background: var(--ink);
  padding: 0 40px;
}

.stage {
  position: relative;
  width: 1440px;
  height: 3949px;
  overflow: hidden;
  transform: scale(var(--stage-scale));
  transform-origin: top left;
  background: color(display-p3 0.031 0.013 0.023);
  font-size: 12px;
  line-height: 16px;
  font-synthesis: none;
}

.image-frame {
  position: absolute;
  overflow: hidden;
  background: #fff;
}

.image-frame img {
  position: absolute;
  object-fit: cover;
}

.hero-frame {
  top: 0;
  left: 0;
  width: 1440px;
  height: 701px;
}

.hero-frame img {
  inset: 0;
  width: 1440px;
  height: 701px;
}

.phone-frame {
  left: 476px;
  width: 581px;
  height: 701px;
}

.phone-frame--hand {
  top: 1114px;
}

.phone-frame--single {
  top: 2894px;
}

.layer--screen {
  top: 0;
  left: 0;
  width: 581px;
  height: 712px;
}

.layer--hand {
  top: 0;
  left: 1px;
  width: 580px;
  height: 701px;
}

.wide-frame {
  top: 2083px;
  width: 668px;
  height: 529px;
}

.wide-frame--left {
  left: 42px;
}

.wide-frame--right {
  left: 741px;
}

.layer--wide-screen {
  top: 0;
  left: 0;
  width: 852px;
  height: 712px;
}

.layer--flight {
  top: 0;
  left: 0;
  width: 668px;
  height: 529px;
}

.layer--cloud {
  top: -12px;
  left: 0;
  width: 668px;
  height: 554px;
}

.layer--network {
  top: -5px;
  left: -6px;
  width: 680px;
  height: 540px;
}

.paper-text {
  position: absolute;
  box-sizing: border-box;
  margin: 0;
}

.title {
  top: 788px;
  left: 100px;
  width: 581px;
  height: 39px;
  color: var(--paper);
  font-family: var(--serif);
  font-size: 40px;
  font-style: italic;
  font-weight: 400;
  letter-spacing: -0.0006em;
  line-height: 22px;
}

.intro-copy {
  top: 850px;
  left: 100px;
  width: 548px;
  height: 203px;
  color: var(--muted);
  font-family: var(--sans);
  font-size: 16px;
  font-weight: 300;
  letter-spacing: -0.0001em;
  line-height: 22px;
  white-space: pre-wrap;
}

.body-copy {
  left: 476px;
  width: 592px;
  color: var(--muted);
  font-family: var(--sans);
  font-size: 16px;
  font-weight: 300;
  letter-spacing: -0.0001em;
  line-height: 22px;
}

.body-copy--first {
  top: 1898px;
}

.body-copy--second {
  top: 2698px;
}

.closing-copy {
  top: 3732px;
  left: 82px;
  width: 1040px;
  height: 98px;
  color: var(--paper);
  font-family: var(--serif);
  font-size: 40px;
  font-style: italic;
  font-weight: 400;
  letter-spacing: -0.0006em;
  line-height: 48px;
}
