body h1 {
  font: 60px/60px var(--tonic-header);
  margin: 0;
}

img {
  image-orientation: none;
}

body h1,
body h2,
body h3 {
  font-family: var(--tonic-header);
}

body h3 {
  margin-top: 60px;
}

body .preview,
body .icon {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
}

body .sdk {
  display: block;
  background: var(--tonic-background);
  padding: 20px;
  text-align: left;
  border: 1px solid var(--tonic-border);
  border-radius: 4px;
  min-height: 300px;
}

body .step {
  position: relative;
}

body .step h4 {
  margin-bottom: 12px;
}

body .step .step-name {
  font-size: 18px;
  position: absolute;
  border-radius: 99em;
  background: var(--tonic-window);
  left: -100px;
  height: 40px;
  width: 40px;
  line-height: 38px;
  text-align: center;
  border: 1px solid var(--tonic-primary);
  top: 50%;
  transform: translateY(-50%);
  font-weight: 900;
}

body > main {
  min-height: 100vh;
  padding: 0;
}

body > main section {
  display: grid;
  grid-template-columns: 25% 75%;
}

body > main section.intro {
  max-height: 100%;
}

body > main section.intro .column:nth-child(2) {
  height: 100%;
}

body > main section.intro a.button.outline {
  margin-top: 20px;
}

body > main section .column {
  position: relative;
}

body > main section .column p {
  font-size: 16px;
  margin: 2px;
}

body > main section .column p.caption {
  line-height: 23px;
}

body > main section .column:nth-child(1) {
  padding: 0;
  text-align: right;
  z-index: 1;
}

body > main section .column:nth-child(2) {
  padding: 150px 80px;
  border-left: 1px solid var(--tonic-primary);
}

body > main section .column:nth-child(2) .vertical-center {
  width: 100%;
  margin: 0;
  margin: auto;
}

body > main section .icon-wrapper {
  position: absolute;
  top: 50%;
  right: -40px;
  border: 1px solid var(--tonic-primary);
  width: 80px;
  height: 80px;
  border-radius: 99em;
  text-align: center;
  padding: 10px;
  background: var(--tonic-window);
}

@media (prefers-color-scheme: dark) {
  body > main section .icon-wrapper img {
    filter: invert(1);
  }
}

body > main section .icon-wrapper .icon {
  width: 58px;
}

body > main section .art {
  width: 70px;
}

body > main section .preview {
  position: relative;
  border-radius: 4px;
  max-width: 950px;
  margin: 50px -30px 0;
}

body > main section .vertical-center {
  width: 60%;
  max-width: 800px;
  position: relative;
}

body section.get-started {
  display: block;
  /* padding: 100px 0 100px; */
  text-align: center;
  padding-top: 100px;
}

body section.subscribe {
  display: block;
  padding: 100px 0 100px;
  text-align: center;
}

body section.blog {
}

body section.blog .content {
  margin: auto;
  text-align: center;
}

body section.blog .content h2 {
  font-weight: 100;
  margin-bottom: 42px;
}

@media (max-width: 699px) {
  body#files .step .step-name,
  body#time-machine .step .step-name,
  body#functions .step .step-name,
  body#data .step .step-name {
    display: none;
  }

  body#files h1,
  body#time-machine h1,
  body#functions h1,
  body#data h1 {
    margin-top: 30px;
    line-height: 58px;
    font-size: 48px;
  }

  body#files > main section,
  body#time-machine > main section,
  body#functions > main section,
  body#data > main section {
    display: block;
  }

  body#files > main section .column,
  body#time-machine > main section .column,
  body#functions > main section .column,
  body#data > main section .column,
  body#files > main section .column:nth-child(2),
  body#time-machine > main section .column:nth-child(2),
  body#functions > main section .column:nth-child(2),
  body#data > main section .column:nth-child(2) {
    width: 100%;
    padding: 10%;
  }

  body#files > main section:nth-child(2),
  body#time-machine > main section:nth-child(2),
  body#functions > main section:nth-child(2),
  body#data > main section:nth-child(2) {
    height: auto;
  }

  body#files > main section:nth-child(2) .column:nth-child(1),
  body#time-machine > main section:nth-child(2) .column:nth-child(1),
  body#functions > main section:nth-child(2) .column:nth-child(1),
  body#data > main section:nth-child(2) .column:nth-child(1) {
    height: 164px;
  }

  body#files > main section .column:nth-child(1),
  body#time-machine > main section .column:nth-child(1),
  body#functions > main section .column:nth-child(1),
  body#data > main section .column:nth-child(1) {
    display: none;
  }

  body#files > main section .column:nth-child(2),
  body#time-machine > main section .column:nth-child(2),
  body#functions > main section .column:nth-child(2),
  body#data > main section .column:nth-child(2) {
    border-left: none;
  }

  body#files > main section .preview,
  body#time-machine > main section .preview,
  body#functions > main section .preview,
  body#data > main section .preview {
    margin: 50px 0 0;
  }

  body#files > main section .lists,
  body#time-machine > main section .lists,
  body#functions > main section .lists,
  body#data > main section .lists {
    margin-top: 0;
    display: grid;
    grid-template-rows: 65%;
  }

  body#files > main section .lists ul.checklist .empty-header,
  body#time-machine > main section .lists ul.checklist .empty-header,
  body#functions > main section .lists ul.checklist .empty-header,
  body#data > main section .lists ul.checklist .empty-header {
    margin: 0;
  }
}
