@font-face {
  font-family: Space;
  src: url("assets/space-regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: Space;
  src: url("assets/space-medium.ttf") format("truetype");
  font-weight: 500 700;
  font-display: swap;
}
:root {
  --bg: #141619;
  --ink: #f0f0e9;
  --muted: #a1a7ae;
  --line: #363b41;
  --blue: #3659f4;
  --acid: #d3eb76;
  --mono: ui-monospace, SFMono-Regular, Consolas, monospace;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 20px;
}
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: Space, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
h1,
h2,
h3,
p {
  margin: 0;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  font: inherit;
}
a:focus-visible,
button:focus-visible {
  outline: 3px solid var(--acid);
  outline-offset: 5px;
}
.contact a:focus-visible {
  outline-color: var(--blue);
}
::selection {
  background: var(--acid);
  color: var(--bg);
}
.frame {
  width: min(1320px, calc(100% - 100px));
  margin-inline: auto;
}
.skip {
  position: absolute;
  top: -100px;
  left: 15px;
  padding: 15px;
  background: var(--acid);
  color: var(--bg);
  z-index: 10;
}
.skip:focus {
  top: 15px;
}
.header {
  height: 104px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--line);
  gap: 55px;
}
.wordmark {
  font-size: 36px;
  font-weight: 600;
  letter-spacing: -3px;
  display: flex;
  align-items: baseline;
  position: relative;
}
.wordmark > span {
  font-size: 11px;
  letter-spacing: -0.3px;
  margin-left: 7px;
}
.wordmark i {
  height: 7px;
  width: 7px;
  background: var(--acid);
  position: absolute;
  top: 3px;
  right: -11px;
}
.location {
  font-family: var(--mono);
  font-size: 8px;
  line-height: 1.7;
  letter-spacing: 0.06em;
  color: var(--muted);
}
nav {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 34px;
  font-size: 12px;
}
nav a {
  padding: 12px 0;
}
nav a:hover {
  color: var(--acid);
}
.contact-nav {
  border-bottom: 1px solid #89918c;
}
.contact-nav span {
  margin-left: 25px;
}
.hero {
  padding-top: 32px;
}
.hero-meta {
  display: flex;
  justify-content: space-between;
  font-family: var(--mono);
  font-size: 8px;
  letter-spacing: 0.1em;
  color: var(--muted);
}
.hero-meta > span:first-child {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #d6dbda;
}
.dot {
  height: 5px;
  width: 5px;
  background: var(--acid);
  display: inline-block;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.12fr 1fr;
  gap: 15px;
  padding-block: 65px 54px;
  align-items: center;
}
.hero h1 {
  font-size: clamp(68px, 6.8vw, 102px);
  font-weight: 500;
  line-height: 0.99;
  letter-spacing: -6px;
}
.hero h1 > span {
  color: var(--acid);
}
.hero-copy > p {
  color: #aab0b4;
  font-size: 14px;
  line-height: 1.8;
  max-width: 365px;
  margin-top: 32px;
}
.hero-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 230px;
  padding: 12px 0 12px;
  margin-top: 25px;
  border-bottom: 1px solid #8b948b;
  font-size: 14px;
}
.hero-link:hover {
  color: var(--acid);
  border-color: var(--acid);
}
.arrow {
  font-size: 28px;
}
.machine {
  min-width: 0;
  align-self: center;
}
.machine svg {
  width: 100%;
  display: block;
}
.machine-note {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 30px;
  font-family: var(--mono);
  font-size: 8px;
  line-height: 1.6;
  color: #a1a7ae;
}
.machine-note > span:last-child {
  font-size: 26px;
  color: var(--acid);
}
.hero-bottom {
  display: flex;
  justify-content: space-between;
  font-family: var(--mono);
  font-size: 8px;
  letter-spacing: 0.05em;
  border-top: 1px solid var(--line);
  padding: 24px 0 33px;
  color: #a9afb5;
}
.hero-bottom a {
  color: var(--ink);
}
.hero-bottom a:hover {
  color: var(--acid);
}
.hero-bottom a span {
  margin-left: 30px;
}
.product {
  background: var(--blue);
  color: #fff;
  padding-block: 43px 39px;
  scroll-margin-top: 0;
}
.section-label {
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 0.08em;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.prototype {
  font-size: 8px;
  border: 1px solid #91a6ff;
  padding: 8px 10px;
}
.product-intro {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 32px 0 35px;
}
.product h2 {
  font-size: 96px;
  font-weight: 500;
  letter-spacing: -6px;
  line-height: 1;
}
.asterisk {
  color: var(--acid);
  font-size: 70px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 22px;
}
.product-intro > p {
  font-size: 21px;
  line-height: 1.5;
  letter-spacing: -0.6px;
  width: 320px;
}
.product-intro strong {
  font-weight: 500;
  color: var(--acid);
}
.demo {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  background: #192029;
  border: 1px solid #1a2b73;
}
.demo-label {
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 0.03em;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}
.signals {
  padding: 28px 30px;
}
.signals .demo-label {
  color: #a9b7c6;
  margin-bottom: 19px;
  font-size: 8px;
}
.signals .demo-label span {
  font-size: 7px;
  color: #96a0ad;
}
.event {
  width: 100%;
  background: transparent;
  border: 0;
  border-top: 1px solid #38424e;
  padding: 27px 5px;
  display: flex;
  align-items: center;
  gap: 19px;
  text-align: left;
  cursor: pointer;
  color: #cad2da;
  transition: background 0.15s;
}
.event:last-child {
  border-bottom: 1px solid #38424e;
}
.event.selected {
  color: var(--acid);
}
.event:hover {
  background: #232e3b;
}
.event-index {
  font-family: var(--mono);
  font-size: 10px;
  color: #8d99a9;
}
.event strong {
  font-size: 19px;
  font-weight: 400;
  letter-spacing: -0.5px;
}
.event small {
  display: block;
  font-family: var(--mono);
  font-size: 8px;
  color: #a7b3c0;
  margin-top: 9px;
  letter-spacing: 0.035em;
}
.event-arrow {
  font-size: 25px;
  margin-left: auto;
}
.context {
  background: #e7eceb;
  color: #172226;
  padding: 30px 37px;
  min-height: 373px;
}
.context .demo-label {
  color: #53635f;
}
.context .demo-label > span:last-child {
  font-size: 21px;
  color: #3659f4;
}
.context h3 {
  font-size: 31px;
  line-height: 1.08;
  letter-spacing: -1.2px;
  font-weight: 500;
  margin: 23px 0 17px;
  max-width: 390px;
}
.context > p {
  font-size: 14px;
  line-height: 1.7;
  color: #475656;
  min-height: 71px;
}
.evidence {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 22px;
}
.evidence > span,
.next > span {
  font-family: var(--mono);
  font-size: 8px;
  letter-spacing: 0.08em;
}
.evidence > p {
  font-size: 11px;
  color: #485554;
}
.next {
  margin-top: 22px;
  border-top: 1px solid #bbc7c6;
  padding-top: 15px;
}
.next p {
  font-size: 13px;
  line-height: 1.65;
  margin-top: 7px;
  min-height: 43px;
}
.product-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  margin-top: 24px;
}
.product-bottom > p {
  max-width: 525px;
  font-size: 12px;
  line-height: 1.8;
  color: #e4e9ff;
}
.product-bottom > span {
  font-family: var(--mono);
  font-size: 8px;
  line-height: 1.7;
  text-align: right;
  color: #e2e9ff;
}
.company {
  padding-block: 90px;
}
.company-top {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 50px;
  align-items: start;
}
.company-top > .section-label {
  color: #a4adb3;
  padding-top: 13px;
}
.company h2 {
  font-size: 69px;
  font-weight: 500;
  line-height: 1.07;
  letter-spacing: -3.7px;
}
.company h2 span {
  color: #8b939d;
}
.beliefs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-top: 65px;
}
.beliefs article {
  padding-top: 21px;
  border-top: 1px solid #505861;
}
.beliefs article > span {
  font-family: var(--mono);
  font-size: 9px;
  color: var(--acid);
}
.beliefs h3 {
  font-size: 27px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -1px;
  margin: 28px 0 21px;
}
.beliefs p {
  max-width: 335px;
  font-size: 13px;
  line-height: 1.9;
  color: #a6afb8;
}
.contact {
  background: #e5e9e8;
  color: #1d2527;
  padding-top: 42px;
}
.contact-top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}
.contact-top > span {
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 0.08em;
  padding-top: 5px;
}
.contact-top p {
  font-size: 13px;
  line-height: 1.8;
  max-width: 360px;
  justify-self: end;
}
.contact h2 {
  font-size: clamp(72px, 8.4vw, 121px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -7px;
  margin-top: 64px;
}
.contact h2 span {
  color: var(--blue);
}
.email-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #9ba6a6;
  font-size: 27px;
  padding: 27px 0 20px;
  margin-top: 19px;
}
.email-link:hover {
  color: var(--blue);
}
.email-link > span:last-child {
  font-size: 40px;
}
.contact footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-block: 28px;
  font-family: var(--mono);
  font-size: 8px;
  color: #475655;
}
.contact footer a:hover {
  color: var(--blue);
}
@media (min-width: 1600px) {
  .hero-grid {
    padding-block: 70px;
  }
  .hero h1 {
    font-size: 109px;
  }
}
@media (max-width: 1100px) {
  .frame {
    width: calc(100% - 64px);
  }
  .header {
    gap: 35px;
  }
  .hero-grid {
    padding-top: 45px;
  }
  .hero h1 {
    font-size: 78px;
    letter-spacing: -4.5px;
  }
  .hero-copy > p {
    font-size: 13px;
  }
  .product h2 {
    font-size: 81px;
  }
  .product-intro > p {
    font-size: 18px;
    width: 280px;
  }
  .context {
    padding: 26px;
  }
  .signals {
    padding: 26px 22px;
  }
  .event {
    gap: 13px;
  }
  .event strong {
    font-size: 16px;
  }
  .context h3 {
    font-size: 28px;
  }
  .company h2 {
    font-size: 59px;
  }
  .beliefs {
    gap: 25px;
  }
  .beliefs h3 {
    font-size: 23px;
  }
  .contact h2 {
    letter-spacing: -5px;
  }
}
@media (max-width: 800px) {
  .frame {
    width: calc(100% - 40px);
  }
  .header {
    height: 86px;
  }
  .location {
    display: none;
  }
  nav {
    gap: 25px;
    font-size: 11px;
  }
  .hero-meta > span:last-child {
    display: none;
  }
  .hero-grid {
    grid-template-columns: 1fr 1fr;
    gap: 0;
    padding-top: 40px;
  }
  .hero h1 {
    font-size: 61px;
    letter-spacing: -3.5px;
  }
  .hero-copy > p {
    font-size: 12px;
    max-width: 295px;
  }
  .machine {
    margin-right: -12px;
  }
  .machine-note {
    padding-inline: 20px;
    font-size: 6px;
  }
  .hero-link {
    width: 190px;
    font-size: 12px;
  }
  .product-intro > p {
    width: 230px;
    font-size: 16px;
  }
  .product h2 {
    font-size: 65px;
    letter-spacing: -4px;
  }
  .asterisk {
    font-size: 45px;
    margin-left: 13px;
  }
  .signals {
    padding: 22px 18px;
  }
  .event strong {
    font-size: 14px;
  }
  .event {
    gap: 9px;
    padding-block: 25px;
  }
  .signals .demo-label {
    font-size: 7px;
  }
  .signals .demo-label span {
    font-size: 6px;
  }
  .context {
    padding: 22px;
  }
  .context h3 {
    font-size: 25px;
  }
  .context > p {
    font-size: 12px;
  }
  .evidence {
    gap: 8px;
  }
  .evidence p {
    font-size: 9px;
  }
  .next p {
    font-size: 12px;
  }
  .company {
    padding-block: 65px;
  }
  .company-top {
    grid-template-columns: 0.7fr 1.5fr;
    gap: 25px;
  }
  .company h2 {
    font-size: 51px;
  }
  .beliefs {
    gap: 22px;
    margin-top: 45px;
  }
  .beliefs h3 {
    font-size: 20px;
  }
  .beliefs p {
    font-size: 12px;
  }
  .contact h2 {
    font-size: 85px;
  }
  .contact-top p {
    font-size: 12px;
  }
}
@media (max-width: 600px) {
  .header {
    height: 76px;
    gap: 15px;
  }
  .wordmark {
    font-size: 30px;
    letter-spacing: -2.3px;
  }
  .wordmark > span {
    font-size: 9px;
  }
  .wordmark i {
    width: 5px;
    height: 5px;
    right: -8px;
    top: 4px;
  }
  nav {
    gap: 22px;
    font-size: 10px;
  }
  nav > a:nth-child(2) {
    display: none;
  }
  .contact-nav span {
    margin-left: 10px;
  }
  .hero {
    padding-top: 26px;
  }
  .hero-meta {
    font-size: 7px;
  }
  .hero-grid {
    grid-template-columns: 1fr;
    padding-top: 34px;
    padding-bottom: 24px;
  }
  .hero h1 {
    font-size: clamp(54px, 14vw, 84px);
    letter-spacing: -3.7px;
    line-height: 1.02;
  }
  .hero-copy > p {
    font-size: 14px;
    max-width: 360px;
    margin-top: 26px;
  }
  .hero-link {
    margin-top: 16px;
    font-size: 13px;
    width: 220px;
  }
  .machine {
    margin: 24px auto 0;
    width: 100%;
    max-width: 430px;
  }
  .machine-note {
    padding: 0 20px;
    font-size: 7px;
  }
  .hero-bottom {
    font-size: 6px;
    gap: 20px;
    line-height: 1.6;
    padding-block: 20px;
  }
  .hero-bottom > span {
    max-width: 150px;
  }
  .hero-bottom a {
    white-space: nowrap;
    align-self: center;
  }
  .hero-bottom a span {
    margin-left: 10px;
  }
  .product {
    padding-block: 29px;
  }
  .section-label {
    font-size: 7px;
    gap: 15px;
  }
  .prototype {
    font-size: 6px;
    padding: 6px;
    white-space: nowrap;
  }
  .product-intro {
    display: block;
    margin: 29px 0;
  }
  .product h2 {
    font-size: 75px;
    letter-spacing: -5px;
  }
  .asterisk {
    font-size: 50px;
    vertical-align: initial;
  }
  .product-intro > p {
    font-size: 18px;
    margin-top: 20px;
    line-height: 1.5;
    width: auto;
  }
  .product-intro > p br {
    display: none;
  }
  .demo {
    grid-template-columns: 1fr;
  }
  .signals {
    padding: 23px 17px;
  }
  .signals .demo-label {
    font-size: 8px;
  }
  .signals .demo-label span {
    font-size: 6px;
  }
  .event {
    padding: 23px 4px;
    gap: 13px;
  }
  .event strong {
    font-size: 17px;
  }
  .event small {
    font-size: 8px;
  }
  .context {
    padding: 25px 22px;
    min-height: 0;
  }
  .context h3 {
    font-size: 30px;
    margin-top: 23px;
  }
  .context > p {
    font-size: 14px;
    min-height: 0;
  }
  .evidence {
    margin-top: 23px;
    gap: 15px;
  }
  .evidence p {
    font-size: 10px;
  }
  .next p {
    font-size: 13px;
    min-height: 0;
  }
  .product-bottom {
    display: block;
    margin-top: 20px;
  }
  .product-bottom p {
    font-size: 12px;
  }
  .product-bottom > span {
    display: block;
    margin-top: 20px;
    font-size: 7px;
    text-align: left;
  }
  .company {
    padding-block: 49px;
  }
  .company-top {
    grid-template-columns: 1fr;
    gap: 29px;
  }
  .company-top > .section-label {
    font-size: 8px;
    padding: 0;
  }
  .company h2 {
    font-size: 49px;
    letter-spacing: -2.8px;
  }
  .beliefs {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-top: 40px;
  }
  .beliefs h3 {
    font-size: 26px;
    margin-block: 20px 14px;
  }
  .beliefs p {
    font-size: 14px;
    max-width: 100%;
  }
  .contact {
    padding-top: 29px;
  }
  .contact-top {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .contact-top p {
    justify-self: start;
    font-size: 13px;
  }
  .contact h2 {
    font-size: clamp(55px, 14.5vw, 85px);
    letter-spacing: -3.5px;
    margin-top: 42px;
    line-height: 1.06;
  }
  .email-link {
    font-size: 24px;
    padding-block: 15px;
  }
  .email-link > span:last-child {
    font-size: 30px;
  }
  .contact footer {
    flex-wrap: wrap;
    font-size: 7px;
    gap: 20px;
    padding-block: 24px;
  }
  .contact footer > span:nth-child(2) {
    display: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  * {
    transition: none !important;
  }
}
