:root {
  --black: #000000;
  --ash: #7a7a7a;
  --ash-bright: #9a9a9a;
  --white: #e8e8e8;
  --gold: #c4a43a;
  --gold-dim: rgba(196, 164, 58, 0.22);
  --serif: "Cormorant Garamond", "Times New Roman", Times, serif;
  --sans: "IBM Plex Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  height: 100%;
  overflow: hidden;
}

body {
  margin: 0;
  height: 100%;
  min-height: 100vh;
  max-height: 100vh;
  overflow: hidden;
  background: #000000;
  color: var(--ash);
  font-family: var(--sans);
  font-size: clamp(0.6875rem, 0.9vw, 0.75rem);
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: 0.02em;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
  text-decoration: none;
}

.shell {
  position: relative;
  z-index: 1;
  height: 100vh;
  max-height: 100vh;
  min-height: 0;
  padding: clamp(0.75rem, 2vh, 1.25rem) clamp(1rem, 3vw, 2rem);
  display: flex;
  align-items: stretch;
}

.shell__grid {
  flex: 1;
  min-height: 0;
  height: 100%;
  display: grid;
  grid-template-columns: minmax(0, 7fr) minmax(0, 3fr);
  gap: clamp(1rem, 2.5vw, 2.5rem);
  align-items: stretch;
  width: 100%;
  max-width: min(120rem, 100%);
  margin-inline: auto;
}

.main {
  min-height: 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: clamp(0.5rem, 1.2vh, 0.85rem);
}

.sidebar {
  min-height: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: clamp(0.25rem, 1vw, 0.75rem);
  border-left: 1px solid rgba(122, 122, 122, 0.18);
}

.release {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
  margin: auto 0;
}

.release__eyebrow {
  font-size: 0.85rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--ash);
  margin-bottom: 1.5rem;
}

.release__cover-wrap {
  width: 85%;
  max-width: 320px;
  margin: 0 auto 1.5rem auto;
}

.release__cover {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display: block;
}

.release__title {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(1.5rem, 3.5vw, 2.5rem);
  font-weight: 500;
  font-style: italic;
  letter-spacing: 0.05em;
  color: var(--ash-bright);
  line-height: 1.5;
}

.release__links {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  margin-top: 0.15rem;
}

.release__link {
  display: inline-flex;
  align-items: baseline;
  gap: 0.35rem;
  width: fit-content;
  font-family: var(--sans);
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ash);
  transition: color 0.4s var(--ease);
}

.release__link-text {
  position: relative;
  padding-bottom: 1px;
}

.release__link-text::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: var(--gold);
  opacity: 0.6;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.45s var(--ease);
}

.release__link-arrow {
  font-size: 0.625rem;
  line-height: 1;
  opacity: 0.5;
  transition: color 0.4s var(--ease), opacity 0.4s var(--ease), transform 0.4s var(--ease);
}

.release__link:hover,
.release__link:focus-visible {
  color: var(--gold);
  outline: none;
}

.release__link:hover .release__link-text::after,
.release__link:focus-visible .release__link-text::after {
  transform: scaleX(1);
}

.release__link:hover .release__link-arrow,
.release__link:focus-visible .release__link-arrow {
  color: var(--gold);
  opacity: 1;
  transform: translate(1px, -1px);
}

.masthead {
  flex-shrink: 0;
  text-align: left;
}

.masthead__name {
  margin: 0 0 0.15rem;
  font-family: var(--serif);
  font-size: clamp(1.5rem, 2.4vw, 2rem);
  font-weight: 400;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ash-bright);
  line-height: 1;
}

.masthead__credit {
  margin: 0;
  font-family: var(--sans);
  font-size: 0.625rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--ash);
  opacity: 0.65;
}

.hero__artwork {
  margin: 0;
  padding: 0;
  flex: 1 1 auto;
  min-height: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  max-height: clamp(8rem, 38vh, 52vh);
}

.hero__img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  object-position: left center;
  opacity: 0.9;
}

.social {
  flex-shrink: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 0.75rem;
  font-size: 0.625rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.social__dot {
  opacity: 0.28;
  user-select: none;
}

.social__link {
  position: relative;
  padding-bottom: 1px;
  color: var(--ash);
  transition: color 0.4s var(--ease);
}

.social__link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: var(--gold);
  opacity: 0.55;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.5s var(--ease);
}

.social__link:hover,
.social__link:focus-visible {
  color: var(--ash-bright);
  outline: none;
}

.social__link:hover::after,
.social__link:focus-visible::after {
  transform: scaleX(1);
}

.listen {
  flex-shrink: 1;
  min-height: 0;
  display: flex;
  flex-direction: column;
  gap: clamp(0.45rem, 1vh, 0.65rem);
}

.listen__now {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.listen__label {
  font-size: 0.5625rem;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--ash);
  opacity: 0.55;
}

.listen__title {
  font-size: clamp(0.75rem, 1vw, 0.8125rem);
  font-weight: 400;
  letter-spacing: 0.05em;
  color: var(--ash-bright);
  transition: color 0.35s var(--ease);
}

.listen__title.is-live {
  color: var(--white);
}

.listen__transport {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

.listen__toggle {
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  font: inherit;
  font-size: 0.625rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--ash);
  cursor: pointer;
  transition: color 0.35s var(--ease);
}

.listen__toggle:hover,
.listen__toggle:focus-visible {
  color: var(--ash-bright);
  outline: none;
}

.listen__toggle.is-playing {
  color: var(--white);
}

.listen__toggle-text--pause {
  display: none;
}

.listen__toggle.is-playing .listen__toggle-text--play {
  display: none;
}

.listen__toggle.is-playing .listen__toggle-text--pause {
  display: inline;
}

.listen__times {
  font-size: 0.625rem;
  letter-spacing: 0.12em;
  font-variant-numeric: tabular-nums;
  color: var(--ash);
  opacity: 0.75;
}

.listen__sep {
  margin: 0 0.3em;
  opacity: 0.4;
}


.listen__progress {
  position: relative;
  height: 2px;
  cursor: pointer;
  outline: none;
  flex-shrink: 0;
}

.listen__progress:focus-visible {
  outline: 1px solid var(--gold-dim);
  outline-offset: 4px;
}

.listen__progress-line {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 1px;
  background: rgba(122, 122, 122, 0.22);
}

.listen__progress-fill {
  position: absolute;
  left: 0;
  top: 0;
  height: 2px;
  width: 0%;
  background: var(--gold);
  pointer-events: none;
}

.listen__progress-hit {
  position: absolute;
  left: 0%;
  top: -5px;
  width: 1px;
  height: 12px;
  margin-left: -1px;
  pointer-events: none;
  opacity: 0;
  background: var(--gold);
}

.listen__progress:hover .listen__progress-hit,
.listen__progress:focus-visible .listen__progress-hit {
  opacity: 0.4;
}

.tracks {
  flex: 1 1 auto;
  min-height: 0;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  margin-top: 0.5rem;
  padding-top: 0.65rem;
}

.tracks__title {
  margin: 0;
  padding: 0;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(0.65rem, 2vw, 1.25rem);
  font-family: var(--sans);
  font-size: 0.55rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  text-align: center;
  color: var(--ash-bright);
  opacity: 1;
  line-height: 1;
}

.tracks__title::before,
.tracks__title::after {
  content: "";
  flex: 0 1 2.5rem;
  width: 2.5rem;
  height: 1px;
  background: rgba(122, 122, 122, 0.28);
}

.tracks__inner {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.tracks__inner::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

.tracks__list {
  list-style: none;
  margin: 0;
  padding: 0 0 0.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.track {
  display: grid;
  grid-template-columns: 28px 1fr auto;
  grid-template-rows: auto auto;
  column-gap: 0.65rem;
  row-gap: 0.1rem;
  align-items: center;
  width: 100%;
  padding: 0.35rem 0;
  border: none;
  background: none;
  font: inherit;
  text-align: left;
  color: var(--ash);
  cursor: pointer;
  transition: color 0.3s var(--ease);
}

.track:hover,
.track:focus-visible {
  color: var(--ash-bright);
  outline: none;
}

.track.is-active {
  color: var(--white);
}

.track__cover {
  grid-row: 1 / span 2;
  width: 28px;
  height: 28px;
  object-fit: cover;
  display: block;
  opacity: 0.88;
}

.track__name {
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: center;
  font-size: 0.6875rem;
  letter-spacing: 0.05em;
  font-weight: 400;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.track__plays {
  grid-column: 3;
  grid-row: 1;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  font-variant-numeric: tabular-nums;
  color: var(--ash-bright);
  opacity: 0.75;
  text-align: right;
  white-space: nowrap;
  transition: opacity 0.45s var(--ease), color 0.45s var(--ease), transform 0.45s var(--ease);
}

.track__plays--live {
  animation: plays-live-pulse 0.85s var(--ease);
}

@keyframes plays-live-pulse {
  0% {
    opacity: 0.35;
    transform: scale(0.94);
    color: var(--ash);
  }

  45% {
    opacity: 1;
    transform: scale(1.04);
    color: var(--gold);
  }

  100% {
    opacity: 0.95;
    transform: scale(1);
    color: var(--ash-bright);
  }
}

.track__duration {
  grid-column: 3;
  grid-row: 2;
  font-size: 0.5625rem;
  letter-spacing: 0.08em;
  font-variant-numeric: tabular-nums;
  color: var(--ash);
  opacity: 0.4;
  text-align: right;
  white-space: nowrap;
}

.track:hover .track__plays,
.track:focus-visible .track__plays {
  color: var(--white);
  opacity: 1;
}

.track.is-active .track__plays {
  color: var(--white);
  opacity: 1;
}

.track.is-active .track__duration {
  opacity: 0.55;
}

.colophon__rights {
  flex-shrink: 0;
  margin: 0;
  padding-top: 0.25rem;
  font-size: 0.5625rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--ash);
  opacity: 0.38;
}

@media (max-width: 768px) {
  html {
    height: auto;
    min-height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
  }

  body {
    height: auto;
    min-height: 100%;
    max-height: none;
    overflow-y: auto;
    overflow-x: hidden;
  }

  .shell {
    height: auto;
    min-height: 100vh;
    max-height: none;
  }

  .shell__grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    gap: 3.5rem;
    height: auto;
    min-height: 0;
  }

  .main {
    min-height: 0;
    align-items: center;
    text-align: center;
  }

  .masthead {
    text-align: center;
    width: 100%;
  }

  .hero__artwork {
    justify-content: center;
    max-height: none;
    flex: 0 0 auto;
    width: 100%;
    max-width: min(92vw, 36rem);
  }

  .hero__img {
    margin: 0 auto;
    object-position: center;
    max-height: min(42vh, 22rem);
  }

  .social {
    justify-content: center;
    width: 100%;
  }

  .listen {
    width: 100%;
    max-width: min(92vw, 36rem);
    text-align: left;
  }

  .tracks {
    width: 100%;
  }

  .tracks__inner {
    flex: none;
    min-height: 0;
    max-height: none;
    overflow: visible;
  }

  .sidebar {
    border-left: none;
    border-top: 1px solid rgba(122, 122, 122, 0.18);
    padding-left: 0;
    padding-top: 0;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    flex-shrink: 0;
    min-height: 0;
  }

  .release {
    width: 100%;
    max-width: min(92vw, 22rem);
    margin-inline: auto;
  }

  .release__cover-wrap {
    width: 55vw;
    max-width: 240px;
    margin: 0 auto 1.5rem auto;
  }

  .release__links {
    align-items: center;
  }

  .release__link {
    margin-inline: auto;
  }

  .track {
    grid-template-columns: 24px 1fr auto;
    padding: 0.55rem 0;
  }

  .track__cover {
    width: 24px;
    height: 24px;
  }

  .colophon__rights {
    text-align: center;
    width: 100%;
  }
}