.about-page {
  background: #0c171e
}

.about-page .page {
  max-width: none;
  overflow: hidden
}

.about-page .page:before {
  background: linear-gradient(180deg, #0c171e25, #0c171ef5 1400px), url('assets/cosmos-mobile.webp') right top/1100px auto no-repeat;
  opacity: .28;
  bottom: auto;
  height: 1800px
}

.about-page .nav-links [aria-current=page] {
  color: #fff;
  border-bottom: 1px solid #b9cdd2;
  padding-bottom: 8px
}

.essay {
  width: calc(100% - 64px);
  max-width: 880px;
  margin: auto
}

.essay-section {
  padding: 44px 0 24px
}

.essay-opening {
  padding-top: 88px
}

.essay-label {
  font-family: var(--sans);
  font-size: 13px!important;
  letter-spacing: 4px;
  color: #aebfc7!important;
  margin-bottom: 35px!important
}

.essay h1 {
  font-size: 50px;
  line-height: 1.55;
  letter-spacing: -1.5px;
  margin: 0 0 36px;
  font-weight: 400
}

.essay h2 {
  font-size: 38px;
  line-height: 1.6;
  letter-spacing: -1.2px;
  margin: 0 0 26px;
  font-weight: 400
}

.essay p {
  font-size: 21px;
  line-height: 1.85;
  letter-spacing: -.15px;
  color: #cfd6da;
  margin: 0 0 20px;
  overflow-wrap: break-word
}

.essay p:last-child {
  margin-bottom: 0
}

.essay strong {
  font-weight: 400;
  color: #f7f8f9
}

.essay .key-sentence {
  font-size: 24px;
  margin-block: 24px
}

.essay .questions {
  padding-left: 24px;
  border-left: 1px solid #8ba4af5c;
  color: #e2e7e9;
  margin-block: 24px
}

.essay-ending {
  position: relative;
  padding-bottom: 64px
}

.essay-ending h2 {
  font-size: 52px
}

.essay .signature {
  font-family: var(--sans);
  font-size: 15px;
  letter-spacing: 3px;
  margin-top: 36px
}

.essay-footer {
  position: relative;
  min-height: 170px;
  display: grid;
  place-items: center;
  isolation: isolate
}

.essay-footer:before {
  content: '';
  position: absolute;
  inset: -120px 0 0;
  z-index: -1;
  background: url('assets/waves-mobile.webp') center/cover no-repeat;
  opacity: .28;
  mask-image: linear-gradient(transparent, #000 45%, transparent)
}

.essay-footer a {
  display: flex;
  align-items: center;
  gap: 28px;
  font-family: var(--sans);
  font-size: 28px
}

.essay-footer span {
  font-size: 14px;
  color: #c0cbd0
}

.about-page .hero, .about-page .section {
  height: auto
}

@media(max-width:760px) {
  .about-page .page:before {
    background-size: 800px auto;
    background-position: 52% top;
    mask-image: none;
    opacity: .16
  }

  .essay {
    width: calc(100% - 44px)
  }

  .essay-section {
    padding: 32px 0 16px
  }

  .essay-opening {
    padding-top: 52px
  }

  .essay h1 {
    font-size: clamp(28px, 6.6vw, 40px);
    line-height: 1.65;
    letter-spacing: -.9px;
    margin-bottom: 24px
  }

  .essay h2 {
    font-size: 27px;
    line-height: 1.65;
    letter-spacing: -.7px;
    margin-bottom: 24px
  }

  .essay p {
    font-size: 17px;
    line-height: 1.85;
    margin-bottom: 18px
  }

  .essay .key-sentence {
    font-size: 19px;
    margin-block: 22px
  }

  .essay .questions {
    padding-left: 17px
  }

  .essay-ending h2 {
    font-size: 36px
  }

  .essay-ending {
    padding-bottom: 44px
  }

  .essay .signature {
    font-size: 12px;
    letter-spacing: 2px
  }

  .essay-footer {
    min-height: 140px
  }

  .essay-footer a {
    font-size: 25px
  }

  .essay-footer span {
    font-size: 12px
  }

}
