/* Larger, more legible VCR/mono typography without changing the display type. */
.nav {
  gap: 26px;
  font-size: 11px;
}

.menu-button,
.kicker,
.button,
.section-title p,
.inline-links,
.show-date span,
.show-location span,
.show-row > a,
.text-link,
.proof-eyebrow,
.proof-label,
.proof-main p,
.proof-stat span,
.member-image span,
.member p,
.merch-card > p,
.merch-buy,
.carousel-count,
.socials,
footer {
  font-size: 11px;
}

.status-line,
.hero-stamp,
.new-sticker,
.player-topbar,
.video-console-bar,
.release-image span,
.release-card > p,
.video-controls-deco,
.video-choice > span,
.video-choice small,
.video-now-playing span,
.video-now-playing small,
.member-image em {
  font-size: 10px;
}

.scroll-cue {
  font-size: 9px;
}

.section-number {
  font-size: 15px;
}

.feature-copy > p:not(.kicker) {
  font-size: 19px;
  line-height: 1.68;
}

.player-copy > p:last-child,
.about-copy > p:not(.about-lead) {
  font-size: 17px;
  line-height: 1.7;
}

.contact-email {
  font-size: 16px;
}

/* Gear section: the densest copy on the site needs a little more lift. */
.gear-role {
  font-size: 11px;
}

.gear-sponsor-label {
  font-size: 10px;
}

.gear-unit h4 {
  font-size: 13px;
  line-height: 1.4;
}

.gear-unit p,
.gear-unit li,
.gear-list dd {
  font-size: 14px;
  line-height: 1.65;
}

.gear-list dt {
  font-size: 10px;
  line-height: 1.5;
}

@media (max-width: 760px) {
  .nav {
    gap: 22px;
    font-size: 12px;
  }

  .status-line {
    font-size: 10px;
  }

  .feature-copy > p:not(.kicker) {
    font-size: 16px;
  }

  .gear-unit p,
  .gear-unit li,
  .gear-list dd {
    font-size: 13px;
  }

  .gear-list dt {
    font-size: 10px;
  }
}
