html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  border: 0;
  margin: 0;
  padding: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  scroll-behavior: smooth;
}

:root {
  --icon-position: right center;
  --test-color: red;
}

html[dir="rtl"] {
  --icon-position: left center;
  --test-color: green;
}

body.grid {
  background-image: repeating-linear-gradient(#ff000014, #ff000014 1px, #0000 1px 15px);
}

@font-face {
  font-family: Aktiv Grotesk;
  src: url("/fonts/AktivGrotesk-Bold.woff2") format("woff2"), url("/fonts/AktivGrotesk-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Aktiv Grotesk;
  src: url("/fonts/AktivGrotesk-Regular.woff2") format("woff2"), url("/fonts/AktivGrotesk-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

body {
  color: #f5f5f5;
  background-color: #111;
  min-height: 100vh;
  margin: 0;
  font: 18px / 25px Aktiv Grotesk, Helvetica Neue, Arial, Helvetica, Geneva, sans-serif;
}

#consent-banner {
  z-index: 200;
  top: max(12px, env(safe-area-inset-top));
  backdrop-filter: blur(12px);
  background: #111111e0;
  border-radius: 14px;
  align-items: center;
  gap: 12px;
  max-width: 460px;
  margin: 0 auto;
  padding: 11px 12px 11px 14px;
  display: flex;
  position: fixed;
  left: 12px;
  right: 12px;
  box-shadow: 0 8px 32px #00000047;
}

#consent-banner[hidden] {
  display: none;
}

#consent-banner p {
  color: #f5f5f5e6;
  flex: 1;
  margin: 0;
  font-size: 13px;
  line-height: 17px;
}

#consent-banner div {
  flex: none;
  gap: 6px;
  display: flex;
}

#consent-banner button {
  color: #111;
  background: #ffffffe6;
  border: 0;
  border-radius: 999px;
  min-width: 42px;
  padding: 7px 11px;
  font: bold 12px / 1 Aktiv Grotesk, Helvetica Neue, Arial, Helvetica, Geneva, sans-serif;
}

#consent-banner button[data-consent-action="denied"] {
  color: #f5f5f5;
  background: #ffffff29;
}

#cover {
  background-color: #2a2a2a;
}

#cover img {
  object-fit: cover;
  width: 100%;
  height: auto;
  display: block;
}

#content {
  padding: 19px 0 0;
}

h1 {
  margin: 0 20px;
  font-weight: bold;
}

h2 {
  opacity: .5;
  margin: 0 20px;
}

ul {
  margin-top: 12px;
  margin-bottom: 24px;
}

ul li {
  border-bottom: 1px solid #ffffff1a;
}

ul li:last-child {
  border: none;
}

ul li a {
  color: #f5f5f5;
  margin: 0 20px;
  padding: 18px 0;
  text-decoration: none;
  display: block;
}

a.apple_music {
  background: url("/img/releases/apple-music.svg") var(--icon-position) no-repeat;
  background-size: auto 30px;
}

a.spotify {
  background: url("/img/releases/spotify-tile.svg") var(--icon-position) no-repeat;
  background-size: auto 30px;
}

a.tidal {
  background: url("/img/releases/tidal.svg") var(--icon-position) no-repeat;
  background-size: auto 30px;
}

a.soundcloud {
  background: url("/img/releases/soundcloud.svg") var(--icon-position) no-repeat;
  background-size: auto 30px;
}

a.deezer {
  background: url("/img/releases/deezer.svg") var(--icon-position) no-repeat;
  background-size: auto 30px;
}

a.bandcamp {
  background: url("/img/releases/bandcamp.svg") var(--icon-position) no-repeat;
  background-size: auto 30px;
}

a.youtube_music {
  background: url("/img/releases/youtube-music.svg") var(--icon-position) no-repeat;
  background-size: auto 30px;
}

#scroll-more {
  z-index: 100;
  backdrop-filter: blur(8px);
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .5px;
  opacity: 1;
  pointer-events: auto;
  cursor: pointer;
  background: #ffffff26;
  border: 1px solid #ffffff1a;
  border-radius: 999px;
  padding: 10px 24px;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  transition: opacity .3s ease-out, transform .3s ease-out;
  display: inline-block;
  position: fixed;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
}

body.is-scrolled #scroll-more {
  opacity: 0;
  pointer-events: none;
  transform: translateX(-50%)translateY(10px);
}

@media (min-width: 769px) {
  body {
    height: 100vh;
    overflow: hidden;
  }

  article {
    flex-direction: row;
    width: 100%;
    height: 100vh;
    display: flex;
  }

  #cover {
    flex: 1;
    height: 100vh;
  }

  #cover img {
    object-fit: cover;
    width: 100%;
    height: 100vh;
  }

  #content {
    flex-direction: column;
    flex: 1;
    justify-content: center;
    height: 100vh;
    padding: 40px 0;
    display: flex;
    overflow-y: auto;
  }

  .content-inner {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }

  #scroll-more {
    display: none;
  }
}
