@font-face {
  font-family: 'Kode Mono';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/kode-mono-regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Kode Mono';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/fonts/kode-mono-semibold.ttf') format('truetype');
}
@font-face {
  font-family: 'Saira';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/saira-regular.ttf') format('truetype');
}
:root {
  color-scheme: dark;
  --paper: #0b0b0b;
  --ink: #e4e4e4;
  --muted: #aec4cf;
  --accent: #00ffae;
  --line: #273d36;
  background: var(--paper);
  color: var(--ink);
  font-family: 'Saira', sans-serif;
  font-synthesis: none;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
  font-size: 18px;
  line-height: 1.65;
}
a {
  color: var(--accent);
  text-underline-offset: 5px;
}
a:hover {
  text-decoration-thickness: 2px;
}
a:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 6px;
}
::selection {
  background: #0071ff;
  color: #ffffff;
}
.page {
  max-width: 760px;
  margin: 0 auto;
  padding: 0 32px;
}
header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 46px 0;
}
.wordmark {
  display: inline-flex;
  text-decoration: none;
}
.wordmark img {
  width: 193px;
  height: auto;
}
.header-link,
.eyebrow,
.stage,
footer,
.notes,
.results dd {
  font-family: 'Saira', sans-serif;
}
.header-link {
  font-size: 13px;
}
main {
  padding-top: 52px;
}
.eyebrow {
  color: var(--accent);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1.7px;
  text-transform: uppercase;
  margin: 0 0 23px;
}
h1,
h2,
h3 {
  font-family: 'Kode Mono', monospace;
  font-weight: 600;
}
h1 {
  font-size: clamp(28px, 5vw, 46px);
  line-height: 1.2;
  letter-spacing: -1.5px;
  max-width: 680px;
  margin: 0;
  text-wrap: balance;
}
.lead {
  color: var(--muted);
  font-size: 25px;
  margin: 20px 0 43px;
}
p {
  margin: 0 0 21px;
}
.statement {
  padding-bottom: 18px;
}
section {
  border-top: 1px solid var(--line);
  padding: 39px 0 21px;
  margin-top: 20px;
}
h2 {
  font-size: 29px;
  line-height: 1.25;
  letter-spacing: -0.6px;
  margin: 0 0 22px;
}
.roadmap .eyebrow,
.contact .eyebrow {
  margin-bottom: 13px;
}
ol {
  list-style: none;
  counter-reset: step;
  margin: 32px 0 0;
  padding: 0;
}
li {
  counter-increment: step;
  position: relative;
  padding-left: 45px;
  margin-bottom: 25px;
}
li::before {
  content: '0' counter(step);
  position: absolute;
  left: 0;
  top: 3px;
  font:
    12px/2 'Kode Mono',
    monospace;
  color: var(--accent);
}
h3 {
  font-size: 22px;
  line-height: 1.4;
  margin: 0 0 6px;
}
li p {
  color: var(--muted);
  font-size: 17px;
}
.step-heading {
  display: flex;
  align-items: baseline;
  gap: 15px;
  flex-wrap: wrap;
}
.stage {
  font-size: 10px;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  color: var(--accent);
}
.results {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
  margin: 32px 0 26px;
}
.results dt {
  font-family: 'Kode Mono', monospace;
  color: var(--accent);
  font-size: 40px;
  letter-spacing: -1px;
  line-height: 1.3;
}
.results dd {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.5;
  margin: 7px 0 0;
}
sup {
  font-size: 9px;
  margin-left: 2px;
}
.notes {
  font-size: 11px;
  line-height: 1.65;
  color: var(--muted);
}
.notes p {
  margin-bottom: 10px;
}
.contact {
  padding-bottom: 55px;
}
.contact h2 {
  font-size: 36px;
}
.contact-link {
  display: inline-block;
  margin-top: 10px;
  font-size: 22px;
  font-family: 'Kode Mono', monospace;
}
footer {
  border-top: 1px solid var(--line);
  padding: 22px 0 32px;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  font-size: 11px;
  color: var(--muted);
}
.skip-link {
  position: absolute;
  left: 16px;
  top: -100px;
  padding: 8px;
  background: var(--paper);
}
.skip-link:focus {
  top: 8px;
}
.notice {
  padding-bottom: 80px;
  min-height: 60vh;
}
@media (max-width: 480px) {
  .wordmark img {
    width: 150px;
  }
  .page {
    padding: 0 24px;
  }
  header {
    padding: 28px 0;
  }
  main {
    padding-top: 35px;
  }
  body {
    font-size: 17px;
  }
  h1 {
    letter-spacing: -1.4px;
  }
  .lead {
    font-size: 22px;
  }
  .results {
    gap: 16px;
  }
  .results dt {
    font-size: 33px;
  }
  .contact h2 {
    font-size: 28px;
  }
}
