:root {
  --cue-pale: #b8c4c0;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

.format-wordmark,
.route-wordmark {
  height: 24.576px;
}

.format-wordmark {
  width: 125.45px;
  margin-bottom: 1.7rem;
}

.route-wordmark {
  width: 123.68px;
  margin-bottom: 0.65rem;
}

.format-wordmark img,
.route-wordmark img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left center;
}

.route-wave-cue,
.threshold-wave-cue,
.section-wave-cue {
  display: block;
  overflow: visible;
}

.route-wave-cue {
  width: 76.8px;
  height: 4.8px;
}

.threshold-wave-cue {
  position: absolute;
  z-index: 1;
  top: 2.3rem;
  right: var(--page-pad);
  width: 168px;
  height: 7.9px;
}

.section-wave-cue {
  position: absolute;
  top: 2.3rem;
  right: var(--page-pad);
  width: 120px;
  height: 7.5px;
}

.cue-pale {
  fill: var(--cue-pale);
}

.cue-dark {
  fill: var(--accent);
}

.screen-01 .screen-inner {
  max-width: 59rem;
}

.hero-wordmarks {
  display: grid;
  justify-items: start;
  gap: 5px;
  width: min(100%, 690px);
  max-width: none;
  margin: 0;
  letter-spacing: 0;
  line-height: 1;
}

.hero-master-wordmark,
.hero-route-wordmark {
  display: block;
  height: auto;
}

.hero-master-wordmark {
  width: 100%;
}

.hero-route-wordmark {
  width: 82%;
}

.hero-copy > p:first-of-type {
  margin: 12px 0 0;
  color: var(--ink-soft);
}

.screen-01 .hero-copy > h2 {
  max-width: 21ch;
  margin: 29px 0;
  font-size: clamp(2.125rem, 4.3vw, 3.875rem);
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 1.07;
}

.hero-body-copy {
  max-width: 710px;
}

.hero-body-copy p {
  max-width: 68ch;
  margin: 0 0 11px;
  font-size: clamp(0.9375rem, 1.08vw, 1.0625rem);
  line-height: 1.5;
}

@media (max-width: 820px) {
  .threshold-wave-cue {
    top: 1.4rem;
    right: 1.25rem;
    width: 137px;
    height: 6.44px;
  }

  .section-wave-cue {
    top: 1.4rem;
    right: 1.25rem;
    width: 92.8px;
    height: 5.8px;
  }

  .screen-01 {
    align-items: end;
    padding-top: 6.5rem;
  }

  .hero-wordmarks {
    gap: 4px;
    width: 100%;
  }

  .hero-route-wordmark {
    width: 84%;
  }

  .screen-01 .hero-copy > h2 {
    margin: 24px 0;
    font-size: clamp(2rem, 10.5vw, 2.875rem);
  }

  .hero-body-copy p {
    font-size: 0.9375rem;
  }
}

@media (max-width: 420px) {
  .threshold-wave-cue {
    width: 118px;
    height: 5.55px;
  }
}
