@font-face {
  font-family: Abcmonumentgrotesk Trial;
  src: url('../fonts/ABCMonumentGrotesk-Medium-Trial.woff2') format("woff2"), url('../fonts/ABCMonumentGrotesk-Medium-Trial.woff') format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --swatch--black: black;
  --swatch--white: white;
  --swatch--padding--gap-md: 5.625em;
  --swatch--padding--gap-xsml: 1.875em;
  --swatch--padding--gap-xml: 3.75em;
  --swatch--padding--gap-lrg: 7.5em;
  --swatch--padding--side: .5625em;
  --swatch--mid-slate: #aaa;
  --swatch--padding--gap-xlrg: 9em;
  --swatch--padding--heading--h1: 6em;
  --swatch--padding--heading--h2: 0px;
  --swatch--padding--heading--h3: 0px;
  --swatch--padding--heading--h4: 0px;
  --swatch--padding--heading--h5: 0px;
  --swatch--padding--heading--body: 0px;
  --swatch--padding--heading--body-small: 0px;
}

body {
  background-color: var(--swatch--black);
  color: var(--swatch--white);
  font-family: Abcmonumentgrotesk Trial, Arial, sans-serif;
  font-size: 1.0582vw;
  font-weight: 400;
  line-height: 1.2;
}

a {
  color: currentColor;
  text-decoration: none;
}

.hflex-between-top {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.hflex-between-center {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hflex-between-bottom {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.hflex-center-top {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.hflex-center-center {
  justify-content: center;
  align-items: center;
  display: flex;
}

.hflex-center-bottom {
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.hflex-left-top {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.hflex-left-center {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hflex-left-bottom {
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.hflex-right-top {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.hflex-right-center {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.hflex-right-bottom {
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.gap-lrg {
  grid-column-gap: var(--swatch--padding--gap-md);
  grid-row-gap: var(--swatch--padding--gap-md);
}

.gap-sml {
  grid-column-gap: var(--swatch--padding--gap-xsml);
  grid-row-gap: var(--swatch--padding--gap-xsml);
}

.gap-md {
  grid-column-gap: var(--swatch--padding--gap-xml);
  grid-row-gap: var(--swatch--padding--gap-xml);
}

.gap-xlrg {
  grid-column-gap: var(--swatch--padding--gap-lrg);
  grid-row-gap: var(--swatch--padding--gap-lrg);
}

.grid-2 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-3 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-4 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.vflex-left-top {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.vflex-left-center {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.vflex-left-bottom {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.vflex-center-top {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.vflex-center-center {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.vflex-center-bottom {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.vflex-right-top {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.vflex-right-center {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.vflex-right-bottom {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.vflex-stretch-top {
  flex-flow: column;
  display: flex;
}

.vflex-stretch-center {
  flex-flow: column;
  justify-content: center;
  display: flex;
}

.vflex-stretch-bottom {
  flex-flow: column;
  justify-content: flex-end;
  display: flex;
}

.styles {
  width: 10px;
  position: fixed;
  inset: 0% auto auto 0%;
}

.navigation {
  z-index: 12;
  position: fixed;
  top: 1.25em;
  right: 1.25em;
}

.hamburger_wrap {
  color: #fff;
  grid-row-gap: var(--gap);
  background-color: #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  padding: 0;
  display: flex;
}

.hamburger_line {
  width: var(--width);
  height: var(--thickness);
  background-color: currentColor;
  flex: none;
  transition-property: color, transform;
  transition-duration: .4s, .4s;
  transition-timing-function: ease, ease;
}

.home-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100svh;
  padding: 4em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.circle-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 2em;
  display: flex;
  position: absolute;
}

.circle-wrapper.hide {
  opacity: 0;
  display: none;
}

.circle-item {
  aspect-ratio: 1;
  border-radius: 50%;
  width: 5em;
  position: absolute;
  overflow: hidden;
  transform: translate(0);
}

.img-absolute {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.play-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.play-wrapper.hide {
  display: none;
}

.play-item {
  width: 24em;
  height: 14em;
  position: absolute;
}

.albums-slider {
  flex-flow: column;
  display: flex;
}

.albums-slider.grid-view {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100vh;
  padding: 3em;
  display: grid;
}

.album-slide {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.content-wrapper {
  aspect-ratio: 1;
  perspective: 50vw;
  border-width: 1px;
  border-color: #161616;
  height: 60vh;
}

.content {
  transform-style: preserve-3d;
  transform-origin: 50% 25%;
  border: 1px solid #181818;
  transition-property: transform;
  transition-duration: .6s;
  transition-timing-function: cubic-bezier(.215, .61, .355, 1);
  position: absolute;
  inset: 0%;
}

.view-button {
  position: fixed;
  top: 2em;
  left: 2em;
}

.discover-section {
  pointer-events: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  overflow: hidden;
}

.discover-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  will-change: transform;
  grid-template-rows: auto;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  width: max-content;
  display: grid;
}

.discover-content {
  grid-column-gap: 0vw;
  grid-row-gap: 0vw;
  pointer-events: none;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  place-items: center stretch;
  padding: 5vw;
  display: flex;
  position: relative;
}

.discover-content.grid-content {
  grid-gap: 5em;
  grid-auto-flow: dense;
  min-width: 100vw;
  margin: 0 auto;
  display: grid;
}

.media {
  -webkit-user-select: none;
  user-select: none;
  width: 25vw;
}

.discover-item {
  border-radius: 50%;
  width: 30em;
  height: 30em;
  margin: 5vw;
  position: relative;
}

.discover-item.album {
  width: 50em;
  height: 50em;
  overflow: hidden;
}

.discover-item.smaller {
  width: 15em;
  height: 15em;
}

.discover-item.align-top {
  align-self: flex-start;
}

.discover-item.align-bottom {
  align-self: flex-end;
}

.disc-item {
  pointer-events: auto;
  position: absolute;
}

.disc-item.album.center-point {
  justify-content: center;
  align-items: center;
  display: flex;
}

.disc-item.smaller {
  width: 15em;
  height: 15em;
}

.disc-item.align-top {
  align-self: flex-start;
}

.disc-item.align-bottom {
  align-self: flex-end;
}

.relative {
  position: relative;
}

.header {
  z-index: 5;
  padding-right: var(--swatch--padding--side);
  padding-left: var(--swatch--padding--side);
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100vw;
  display: grid;
  position: fixed;
  inset: 0% 0% auto;
}

.music-player-icon {
  width: 1.5em;
  display: flex;
}

.nav-menu-wrapper {
  padding: var(--swatch--padding--side);
  position: relative;
}

.pf-logo {
  width: 7.0625em;
  display: flex;
}

.nav-dot {
  background-color: var(--swatch--white);
  color: var(--swatch--black);
  text-transform: uppercase;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 2em;
  height: 2em;
  display: flex;
}

.foot-navigation {
  z-index: 5;
  background-color: var(--swatch--black);
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 2.5em;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.foot-nav_wrap {
  justify-content: center;
  align-items: center;
  display: flex;
}

.foot-nav_link {
  color: var(--swatch--mid-slate);
  padding: .4em .625em;
  transition: color .4s cubic-bezier(.215, .61, .355, 1);
  position: relative;
}

.foot-nav_link:hover, .foot-nav_link.is-active {
  color: var(--swatch--white);
}

.menu_outline {
  border-style: solid;
  border-width: 1px;
  border-radius: .25em;
  position: absolute;
  inset: 0%;
}

.foot-nav_text {
  letter-spacing: -.01em;
  text-transform: uppercase;
  font-size: .9375em;
  font-weight: 500;
  line-height: 1;
}

.cursor {
  z-index: 10;
  grid-column-gap: .3em;
  grid-row-gap: .3em;
  background-color: var(--swatch--white);
  pointer-events: none;
  color: var(--swatch--black);
  border-radius: 2.5em;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 1em;
  max-width: 115px;
  height: 1em;
  max-height: 40px;
  transition: padding-top .4s cubic-bezier(.625, .05, 0, 1), padding-right .4s cubic-bezier(.625, .05, 0, 1), padding-left .4s cubic-bezier(.625, .05, 0, 1), padding-bottom .4s cubic-bezier(.625, .05, 0, 1), opacity .2s, border-radius .4s cubic-bezier(.625, .05, 0, 1), height .4s cubic-bezier(.625, .05, 0, 1), width .4s cubic-bezier(.625, .05, 0, 1), font-size;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  overflow: hidden;
}

.cursor.text-hover {
  border-radius: 2.5em;
  width: 7.1875em;
  height: 2.8em;
  padding: .5em .75em .4em 1em;
}

.cursor_text {
  opacity: 0;
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 14px;
  line-height: 1;
}

.arrow_right {
  opacity: 0;
  width: 1em;
  max-width: 24px;
  max-height: 24px;
  display: flex;
}

.menu-btn {
  border: 2px solid #000;
}

.disc-item-inner {
  aspect-ratio: 1;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 33em;
  height: 33em;
  display: flex;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  body {
    --swatch--padding--gap-md: 5.625em;
    --swatch--padding--gap-xsml: 1.875em;
    --swatch--padding--gap-xml: 3.75em;
    --swatch--padding--gap-lrg: 7.5em;
    --swatch--padding--side: .5625em;
    --swatch--mid-slate: #aaa;
    --swatch--padding--gap-xlrg: 9em;
    --swatch--padding--heading--h1: 6em;
    --swatch--padding--heading--h2: 0px;
    --swatch--padding--heading--h3: 0px;
    --swatch--padding--heading--h4: 0px;
    --swatch--padding--heading--h5: 0px;
    --swatch--padding--heading--body: 0px;
    --swatch--padding--heading--body-small: 0px;
  }

  .hamburger_wrap {
    z-index: 12;
    width: 27px;
    height: 27px;
  }
}

@media screen and (max-width: 767px) {
  .grid-2, .grid-3, .grid-4 {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  body {
    --swatch--padding--gap-md: 5.625em;
    --swatch--padding--gap-xsml: 1.875em;
    --swatch--padding--gap-xml: 3.75em;
    --swatch--padding--gap-lrg: 7.5em;
    --swatch--padding--side: .5625em;
    --swatch--mid-slate: #aaa;
    --swatch--padding--gap-xlrg: 9em;
    --swatch--padding--heading--h1: 6em;
    --swatch--padding--heading--h2: 0px;
    --swatch--padding--heading--h3: 0px;
    --swatch--padding--heading--h4: 0px;
    --swatch--padding--heading--h5: 0px;
    --swatch--padding--heading--body: 0px;
    --swatch--padding--heading--body-small: 0px;
  }

  .hamburger_wrap {
    top: 20px;
    right: 25px;
  }
}


@font-face {
  font-family: 'Abcmonumentgrotesk Trial';
  src: url('../fonts/ABCMonumentGrotesk-Medium-Trial.woff2') format('woff2'), url('../fonts/ABCMonumentGrotesk-Medium-Trial.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}