.brand-lockup {
  display: grid;
  width: fit-content;
  min-width: 0;
  align-content: center;
  gap: 2px;
}

.brand-lockup .brand {
  min-width: 0;
}

.brand-lockup__meta {
  display: flex;
  max-width: min(440px, calc(100vw - 190px));
  min-width: 0;
  align-items: center;
  gap: 9px;
  margin-top: -1px;
  margin-left: 48px;
  line-height: 1.2;
}

.brand-lockup--logo .brand-lockup__meta {
  margin-left: 0;
}

.brand__tagline,
.brand__url {
  display: block;
  min-width: 0;
  overflow: hidden;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.brand__tagline {
  color: #66858d;
}

.brand__url {
  color: var(--cyan);
  opacity: 0.82;
  text-decoration: none;
  transition: color 160ms ease, opacity 160ms ease;
}

.brand__tagline + .brand__url {
  padding-left: 9px;
  border-left: 1px solid rgba(115, 239, 255, 0.2);
}

.brand__url:hover {
  color: var(--ice);
  opacity: 1;
}

.play-button,
.button--play {
  position: relative;
}

.play-button.is-loading .icon-play,
.play-button.is-loading .icon-pause {
  visibility: hidden;
  opacity: 0;
}

.button--play.is-loading .icon-play,
.button--play.is-loading .icon-pause {
  display: none !important;
}

.play-button.is-loading::after,
.button--play.is-loading::before {
  width: 15px;
  height: 15px;
  flex: 0 0 auto;
  content: "";
  border: 2px solid rgba(115, 239, 255, 0.22);
  border-top-color: var(--cyan);
  border-radius: 50%;
  animation: shaypbops-button-spin 620ms linear infinite;
}

.play-button.is-loading::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.button--play.is-loading::before {
  display: block;
}

.play-button.is-loading {
  color: var(--cyan);
  background: rgba(1, 9, 12, 0.9);
  box-shadow: 0 0 24px rgba(22, 217, 244, 0.13);
}

.hero__lede--rich > :first-child,
.archive-hero__description > :first-child,
.about-strip__body > :first-child,
.about-page__intro--rich > :first-child,
.about-page__closing-line--rich > :first-child,
.site-footer__line--rich > :first-child,
.track-notice > :first-child {
  margin-top: 0;
}

.hero__lede--rich > :last-child,
.archive-hero__description > :last-child,
.about-strip__body > :last-child,
.about-page__intro--rich > :last-child,
.about-page__closing-line--rich > :last-child,
.site-footer__line--rich > :last-child,
.track-notice > :last-child {
  margin-bottom: 0;
}

.hero__lede--rich p,
.archive-hero__description p,
.about-strip__body p,
.about-page__intro--rich p,
.about-page__closing-line--rich p,
.site-footer__line--rich p {
  margin: 0 0 .7em;
}

.hero__lede--rich a,
.archive-hero__description a,
.about-strip__body a,
.about-page__intro--rich a,
.about-page__closing-line--rich a,
.site-footer__line--rich a,
.track-notice a {
  color: var(--cyan);
  text-decoration-color: rgba(115, 239, 255, .45);
  transition: color 160ms ease, text-decoration-color 160ms ease;
}

.hero__lede--rich a:hover,
.archive-hero__description a:hover,
.about-strip__body a:hover,
.about-page__intro--rich a:hover,
.about-page__closing-line--rich a:hover,
.site-footer__line--rich a:hover,
.track-notice a:hover {
  color: var(--ice);
  text-decoration-color: var(--cyan);
}

.hero__lede--rich strong,
.archive-hero__description strong,
.about-strip__body strong,
.about-page__intro--rich strong,
.about-page__closing-line--rich strong,
.site-footer__line--rich strong,
.track-notice strong {
  color: #d9f5f8;
  font-weight: 600;
}

.archive-hero__description {
  max-width: 620px;
  margin: 28px 0 0;
  color: #8aa5ac;
  font-family: var(--serif);
  font-size: 19px;
  line-height: 1.62;
}

.hero::after {
  opacity: var(--hero-grid-opacity, .58);
}

.hero__field {
  opacity: var(--hero-graphic-opacity, 1);
}

.hero__mark {
  opacity: var(--hero-mark-opacity, .42);
}

/* Orbital telemetry system. The signal mark is a tracked beacon, not a bullseye. */
.hero__field::after {
  top: 19%;
  right: clamp(-250px, -5vw, -50px);
  width: min(68vw, 880px);
  height: min(38vw, 500px);
  border-radius: 50%;
  transform: rotate(11deg);
}

.hero__orbit {
  top: 49%;
  right: clamp(-150px, 1vw, 70px);
  width: min(60vw, 780px);
  height: min(27vw, 350px);
  aspect-ratio: auto;
  border-radius: 50%;
  transform: translateY(-50%) rotate(-9deg);
}

.hero__orbit::before,
.hero__orbit::after {
  inset: auto;
  transform: none;
}

.hero__orbit::before {
  top: 50%;
  left: -3px;
  width: 6px;
  height: 6px;
  border: 1px solid rgba(139, 241, 255, .62);
  border-radius: 50%;
  background: rgba(3, 18, 23, .9);
  box-shadow: 0 0 13px rgba(22, 217, 244, .2);
  transform: translate(-50%, -50%);
}

.hero__orbit::after {
  top: calc(50% - 13px);
  left: -1px;
  width: 1px;
  height: 26px;
  border: 0;
  border-radius: 0;
  background: linear-gradient(180deg, transparent, rgba(115, 239, 255, .55), transparent);
}

.hero__orbit--two {
  top: 48%;
  right: clamp(-60px, 4vw, 120px);
  width: min(51vw, 650px);
  height: min(20vw, 255px);
  opacity: .56;
  transform: translateY(-50%) rotate(31deg);
}

.hero__orbit--three {
  top: 51%;
  right: clamp(10px, 8vw, 170px);
  width: min(40vw, 505px);
  height: min(13.5vw, 172px);
  opacity: .4;
  transform: translateY(-50%) rotate(-47deg);
}

.hero__body,
.hero__tick {
  position: absolute;
  display: block;
}

.hero__body {
  width: 9px;
  height: 9px;
  border: 1px solid rgba(159, 245, 255, .82);
  border-radius: 50%;
  background: #07181d;
  box-shadow: 0 0 10px rgba(22, 217, 244, .55), 0 0 28px rgba(22, 217, 244, .14);
}

.hero__body::after {
  position: absolute;
  inset: -5px;
  content: "";
  border: 1px solid rgba(115, 239, 255, .18);
  border-radius: 50%;
}

.hero__tick {
  width: 30px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(115, 239, 255, .55), transparent);
}

.hero__orbit--one .hero__body {
  top: 10%;
  left: 78%;
}

.hero__orbit--one .hero__tick {
  top: 78%;
  left: 18%;
  transform: rotate(67deg);
}

.hero__orbit--two .hero__body {
  top: 4%;
  left: 23%;
  width: 7px;
  height: 7px;
}

.hero__orbit--two .hero__tick {
  top: 68%;
  right: 10%;
  transform: rotate(-34deg);
}

.hero__orbit--three .hero__body {
  right: 22%;
  bottom: 4%;
  width: 5px;
  height: 5px;
}

.hero__orbit--three .hero__tick {
  top: 29%;
  left: 10%;
  width: 22px;
  transform: rotate(25deg);
}

.hero__mark {
  width: clamp(220px, 27vw, 360px);
  height: clamp(130px, 16vw, 210px);
  aspect-ratio: auto;
  border: 0;
  border-radius: 0;
  background: none;
}

.hero__mark::before,
.hero__mark::after {
  inset: auto;
  border-radius: 50%;
}

.hero__mark::before {
  top: 21%;
  left: 0;
  width: 100%;
  height: 58%;
  border-color: rgba(117, 236, 252, .24);
  transform: rotate(13deg);
}

.hero__mark::after {
  top: 30%;
  left: 12%;
  width: 72%;
  height: 40%;
  border-style: dashed;
  border-color: rgba(117, 236, 252, .16);
  transform: rotate(-20deg);
}

.hero__mark i {
  inset: auto;
  top: 50%;
  left: 24%;
  width: 8px;
  height: 8px;
  border: 0;
  border-radius: 50%;
  background: #bff9ff;
  box-shadow: 0 0 12px rgba(115, 239, 255, .85), 0 0 42px rgba(22, 217, 244, .28);
  transform: translate(-50%, -50%);
}

.hero__mark img {
  position: absolute;
  top: 39%;
  left: 67%;
  width: 78px;
  height: 78px;
  opacity: .9;
  filter: drop-shadow(0 0 13px rgba(22, 217, 244, .2));
  transform: translate(-50%, -50%);
}

.hero.has-section-backdrop {
  background:
    linear-gradient(rgb(2 6 9 / var(--section-darkness, .55)), rgb(2 6 9 / var(--section-darkness, .55))),
    linear-gradient(90deg, rgba(2, 7, 11, .88) 0%, rgba(2, 8, 11, .52) 44%, rgba(2, 8, 11, .18) 76%, rgba(2, 8, 11, .28) 100%),
    linear-gradient(180deg, rgba(4, 14, 19, .16), rgba(2, 6, 9, .58)),
    var(--section-backdrop) center / cover no-repeat;
  box-shadow: inset 0 0 180px rgba(22, 217, 244, .045);
}

.hero.has-section-backdrop .hero__field::before {
  opacity: .3;
}

.hero.has-section-backdrop .hero__rain {
  opacity: .13;
}

.archive-hero.has-section-backdrop {
  background:
    linear-gradient(rgb(2 6 9 / var(--section-darkness, .55)), rgb(2 6 9 / var(--section-darkness, .55))),
    linear-gradient(90deg, rgba(2, 8, 11, .86) 0%, rgba(2, 8, 11, .48) 48%, rgba(2, 8, 11, .16) 78%, rgba(2, 8, 11, .28) 100%),
    linear-gradient(180deg, rgba(3, 14, 18, .14), rgba(2, 6, 9, .6)),
    var(--section-backdrop) center / cover no-repeat;
  box-shadow: inset 0 0 150px rgba(22, 217, 244, .05);
}

.archive-hero.has-section-backdrop .archive-hero__field {
  opacity: .34;
}

.about-strip::after {
  pointer-events: none;
}

.about-strip__grid {
  position: relative;
  z-index: 1;
}

.about-strip__body {
  margin-bottom: 28px;
}

.about-strip__links {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 14px 24px;
}

.about-strip__links .text-link {
  display: inline-flex;
  align-items: center;
  border-bottom: 1px solid rgba(115, 239, 255, .2);
}

.track-notice {
  position: relative;
  max-width: 610px;
  margin-top: 18px;
  padding: 12px 14px 12px 16px;
  border-left: 1px solid rgba(115, 239, 255, .32);
  color: #78939a;
  background: linear-gradient(90deg, rgba(22, 217, 244, .045), rgba(22, 217, 244, .012) 72%, transparent);
  font-family: var(--serif);
  font-size: 13px;
  line-height: 1.58;
}

.track-notice p {
  margin: 0 0 .55em;
}

.track-notice--single {
  margin-top: 20px;
}

.engagement-stat {
  color: #66858d;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

.engagement-stat strong {
  color: #a5c2c8;
  font-weight: 800;
}

.album-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0 12px;
}

.album-card__meta span + span::before {
  margin-right: 12px;
  content: "/";
  color: rgba(115, 239, 255, .42);
}

.album-hero__stats {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  margin: 18px 0 0;
  color: #6e8e96;
  font-size: 9px;
  font-weight: 750;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.album-playlist__meta .engagement-stat,
.track-card__meta .engagement-stat,
.track-hero__meta .engagement-stat {
  color: #628088;
}

@keyframes shaypbops-button-spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

.play-button.is-loading::after {
  animation-name: shaypbops-button-spin-centered;
}

@keyframes shaypbops-button-spin-centered {
  from { transform: translate(-50%, -50%) rotate(0deg); }
  to { transform: translate(-50%, -50%) rotate(360deg); }
}

@media (max-width: 720px) {
  .brand-lockup__meta {
    max-width: calc(100vw - 125px);
    gap: 7px;
    margin-left: 48px;
  }

  .brand-lockup--logo .brand-lockup__meta {
    margin-left: 0;
  }

  .brand__tagline,
  .brand__url {
    font-size: 7px;
    letter-spacing: 0.08em;
  }

  .brand__tagline + .brand__url {
    padding-left: 7px;
  }

  .archive-hero__description {
    font-size: 17px;
  }

  .about-strip__links {
    display: grid;
    justify-items: start;
  }

  .hero__field::after {
    top: 10%;
    right: -300px;
    width: 570px;
    height: 310px;
  }

  .hero__orbit--one {
    top: 29%;
    right: -275px;
    width: 540px;
    height: 220px;
  }

  .hero__orbit--two {
    top: 31%;
    right: -230px;
    width: 450px;
    height: 165px;
  }

  .hero__orbit--three {
    top: 27%;
    right: -180px;
    width: 350px;
    height: 112px;
  }

  .hero__mark {
    top: 76px;
    right: -48px;
    width: 260px;
    height: 150px;
  }

  .hero__mark img {
    width: 62px;
    height: 62px;
  }

  .track-notice {
    font-size: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .play-button.is-loading::after,
  .button--play.is-loading::before {
    animation: none;
    border-style: dotted;
  }
}
