html.lenis,
html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: clip;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}

.animate__blurIn {
  transition: filter var(--animation-duration) var(--animation-delay) ease !important;
  filter: blur(3px);
  -webkit-filter: blur(3px);
}
.animate__blurIn.animated {
  filter: blur(0px);
  -webkit-filter: blur(0px);
}
.animate__fadeIn {
  transition: opacity var(--animation-duration) var(--animation-delay) ease !important;
  opacity: 0;
}
.animate__fadeIn.animated {
  opacity: 1;
}
.animate__fadeUp {
  transition: transform var(--animation-duration) var(--animation-delay) cubic-bezier(0.16, 1, 0.3, 1), opacity var(--animation-duration) var(--animation-delay) ease !important;
  transform: translateY(20px);
  opacity: 0;
}
.animate__fadeUp.animated {
  transform: translateY(0);
  opacity: 1;
}
.animate__slideUp {
  transition: transform var(--animation-duration) var(--animation-delay) cubic-bezier(0.16, 1, 0.3, 1) !important;
  transform: translateY(20px);
}
.animate__slideUp.animated {
  transform: translateY(0);
}

:root {
  --swiper-theme-color: #000;
  --color-white: #fff;
  --color-black: #000;
  --color-cream: #eeeeee;
  --color-cream-dark: #dddddd;
  --color-cream-dark-hover: #cdcdcd;
  --color-orange: #fe5416;
  --color-ink: #1d1812;
  --color-ink-muted: #524d46;
  --color-ink-muted-inverted: #747474;
  --color-border: rgba(0, 0, 0, 0.2);
  --color-border-muted: rgba(0, 0, 0, 0.07);
  --color-border-inverted: rgba(255, 255, 255, 0.2);
}

.muted {
  color: var(--color-ink-muted);
}

@font-face {
  font-family: "Eiko";
  src: url("/assets/fonts/Eiko-LightItalic.woff") format("woff"), url("/assets/fonts/Eiko-LightItalic.woff2") format("woff2");
}
.uppercase {
  text-transform: uppercase;
}

.mono {
  font-family: monospace;
}

#grain {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: white;
  overflow: hidden;
  pointer-events: none;
  opacity: 0.6;
  mix-blend-mode: multiply;
  z-index: 999;
}
#grain::before {
  background-image: url("/assets/img/grain.jpg");
  background-repeat: repeat;
  position: absolute;
  content: "";
  height: 300%;
  width: 300%;
  left: -100%;
  top: -100%;
  animation-name: grained;
  animation-iteration-count: infinite;
  animation-duration: 0.5s;
  animation-timing-function: steps(20);
}
@keyframes grained {
  0% {
    transform: translate(-10%, 10%);
  }
  10% {
    transform: translate(-25%, 0%);
  }
  20% {
    transform: translate(-30%, 10%);
  }
  30% {
    transform: translate(-30%, 30%);
  }
  40% {
    transform: translate();
  }
  50% {
    transform: translate(-15%, 10%);
  }
  60% {
    transform: translate(-20%, 20%);
  }
  70% {
    transform: translate(-5%, 20%);
  }
  80% {
    transform: translate(-25%, 5%);
  }
  90% {
    transform: translate(-30%, 25%);
  }
  100% {
    transform: translate(-10%, 10%);
  }
}

html.is-changing .transition-fade {
  transition: opacity 0.4s ease, transform 0.4s ease;
  opacity: 1;
}

html.is-animating .transition-fade {
  opacity: 0;
  transform: translateY(10px) scale(0.98);
}

body:has(.player:not(.hidden)) footer {
  margin-bottom: 14em;
}

* {
  box-sizing: border-box;
}

.visually-hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

body,
html {
  background-color: var(--color-cream);
  margin: 0;
  padding: 0;
}

body {
  color: var(--color-ink);
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-optical-sizing: auto;
  font-style: normal;
}

.container {
  position: relative;
  overflow-x: hidden;
  min-height: 89vh;
}
.container.with-nav .section:first-of-type {
  margin-top: 12em;
}

hr {
  border: none;
  border-bottom: 1px dotted var(--color-border);
}

h2 {
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  font-size: 1em;
  color: var(--color-ink-muted);
}

h3 {
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1em;
}
h3 span {
  font-weight: 400;
  font-family: "Eiko", serf;
  font-size: 5em;
  letter-spacing: -0.02em;
  text-transform: none;
  display: block;
}

.text-center {
  text-align: center;
}

.section {
  margin: 1em auto;
}
.section.large-margin {
  margin: 12em auto;
}
.section.condensed {
  margin: 4em auto 1em;
  width: 80%;
}
@media screen and (max-width: 768px) {
  .section.condensed {
    width: 100%;
  }
}
.section.image img {
  width: 100%;
  border-radius: 12px;
}

.wrapper {
  position: relative;
  margin: auto;
}
.wrapper.s {
  max-width: 467px;
  width: calc(100% - 372px);
}
@media screen and (max-width: 768px) {
  .wrapper.s {
    width: calc(100% - 60px);
  }
}
.wrapper.m {
  max-width: 953px;
  width: calc(100% - 252px);
}
@media screen and (max-width: 768px) {
  .wrapper.m {
    width: calc(100% - 24px);
  }
}
.wrapper.l {
  width: calc(100% - 10vw);
}
@media screen and (max-width: 768px) {
  .wrapper.l {
    width: calc(100% - 24px);
  }
}
.wrapper.condensed {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .wrapper.condensed {
    width: calc(100% - 6em);
  }
}
.wrapper.center {
  text-align: center;
}

.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  background-color: rgba(255, 255, 255, 0.85);
  box-shadow: 0px 0px 0px 1px var(--color-border-muted);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border-radius: 8px;
  transform: translate(-50%, -50%) scale(0.8);
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.4s ease;
  opacity: 0;
  z-index: 99;
  pointer-events: none;
  width: 90%;
  max-width: 320px;
}
.modal__title {
  width: 100%;
  display: grid;
  grid-template-columns: 30px 1fr 30px;
  align-items: center;
  padding: 12px;
  border-bottom: 1px solid var(--color-border-muted);
}
.modal__title h2 {
  margin: 0;
}
.modal__title button {
  justify-self: flex-end;
}
.modal img {
  width: 100%;
  height: auto;
}
.modal .contents {
  padding: 0;
  text-align: left;
  padding: 1em 2em;
}
.modal .contents.center {
  text-align: center;
}
.modal .contents img {
  width: 100%;
  height: auto;
  border-radius: 6px;
}
.modal .contents p {
  color: var(--color-ink-muted);
  margin: 1em 0;
}
.modal .contents p.dedication {
  font-size: 0.8em;
}
.modal .contents p.dedication span {
  font-family: "Eiko", serf;
}
.modal .contents .socialsList {
  width: 100%;
  padding: 0;
  margin: 1em 0 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
}
.modal .contents .socialsList a {
  width: 100%;
  padding: 1em;
  gap: 1em;
}
.modal.active {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  pointer-events: all;
}

.copyright-icons {
  display: flex;
  gap: 2px;
}
.copyright-icons svg {
  height: 10px;
  width: 10px;
}
.copyright-icons svg path {
  fill: var(--color-ink);
}
.copyright-icons svg circle {
  stroke: var(--color-ink);
}

.tooltip {
  position: relative;
}
.tooltip::after {
  content: attr(data-content);
  background-color: rgb(225.25, 225.25, 225.25);
  color: var(--color-ink);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 44px);
  padding: 0.5em 0.8em;
  border-radius: 24px;
  width: fit-content;
  height: fit-content;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 12px;
  text-transform: none;
  transition: opacity 0.4s ease, transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.tooltip:hover::after {
  opacity: 1;
  transform: translate(-50%, 32px);
}

.image-sequence {
  pointer-events: none;
}

span.pill {
  font-size: 0.8em;
  padding: 0.2em 0.4em;
  border: 1px solid var(--color-border);
  color: var(--color-ink-muted);
  border-radius: 4px;
  margin: 0 0.4em;
}

.fourohfour h3 {
  text-align: left;
}
.fourohfour p {
  text-align: left;
  line-height: 1.7em;
  margin: 2em 0;
}
.fourohfour a {
  margin: 0;
}

a:not(.nostyle) {
  display: inline-block;
  color: var(--color-ink);
  text-decoration: none;
  border-bottom: 1px dotted var(--color-border);
  transition: color 0.2s ease;
}
a:not(.nostyle):not(.btn):hover {
  color: var(--color-orange);
}

button.nostyle {
  color: inherit;
  text-decoration: none;
  appearance: none;
  border: unset;
  background-color: unset;
  cursor: pointer;
  display: inline-block;
  font-size: 1em;
  font-family: "Inter", sans-serif;
}

.btn,
a.btn,
button.btn {
  color: inherit;
  text-decoration: none;
  appearance: none;
  border: unset;
  background-color: unset;
  cursor: pointer;
  display: inline-block;
  display: flex;
  gap: 2em;
  align-items: center;
  width: fit-content;
  font-size: 1em;
  font-family: "Inter", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  padding: 1em 1.8em;
  border-radius: 40px;
  transition: background 0.3s ease, transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.btn:not(.btn__muted) svg,
a.btn:not(.btn__muted) svg,
button.btn:not(.btn__muted) svg {
  height: 18px;
}
.btn.mono,
a.btn.mono,
button.btn.mono {
  font-family: monospace;
  font-size: 0.85em;
  font-weight: 400;
}
.btn.circle,
a.btn.circle,
button.btn.circle {
  aspect-ratio: 1/1;
  padding: 0.8em;
}
.btn:disabled,
a.btn:disabled,
button.btn:disabled {
  cursor: default;
}
.btn__scale:hover,
a.btn__scale:hover,
button.btn__scale:hover {
  transform: scale(1.1);
}
.btn__primary.light,
a.btn__primary.light,
button.btn__primary.light {
  background-color: var(--color-white);
  color: var(--color-black);
}
.btn__primary.dark,
a.btn__primary.dark,
button.btn__primary.dark {
  background-color: var(--color-black);
  color: var(--color-white);
}
.btn__secondary,
a.btn__secondary,
button.btn__secondary {
  border: 1px solid;
}
.btn__secondary.light,
a.btn__secondary.light,
button.btn__secondary.light {
  border-color: var(--color-white);
  color: var(--color-white);
}
.btn__secondary.dark,
a.btn__secondary.dark,
button.btn__secondary.dark {
  border-color: var(--color-ink);
  color: var(--color-ink);
}
.btn__muted,
a.btn__muted,
button.btn__muted {
  border: 1px solid var(--color-border);
  padding: 0.8em;
  border-radius: 4px;
  width: fit-content;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.4s ease;
}
.btn__muted:hover,
a.btn__muted:hover,
button.btn__muted:hover {
  background-color: var(--color-border-muted);
}
.btn.square,
a.btn.square,
button.btn.square {
  aspect-ratio: 1/1;
}
.btn__blurred,
a.btn__blurred,
button.btn__blurred {
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: background 0.4s ease;
}
.btn__blurred.dark,
a.btn__blurred.dark,
button.btn__blurred.dark {
  background: rgba(0, 0, 0, 0.1);
  color: var(--color-ink);
}
.btn__blurred.dark:not(:disabled):hover,
a.btn__blurred.dark:not(:disabled):hover,
button.btn__blurred.dark:not(:disabled):hover {
  background: rgba(0, 0, 0, 0.2);
}
.btn__blurred.dark:disabled,
a.btn__blurred.dark:disabled,
button.btn__blurred.dark:disabled {
  background: rgba(0, 0, 0, 0.04);
  color: var(--color-border);
}
.btn__blurred.light,
a.btn__blurred.light,
button.btn__blurred.light {
  background: linear-gradient(rgba(255, 255, 255, 0.18) 0%, rgba(255, 255, 255, 0.18) 100%), rgba(0, 0, 0, 0.3);
  color: var(--color-white);
}
.btn__blurred.light:not(:disabled):hover,
a.btn__blurred.light:not(:disabled):hover,
button.btn__blurred.light:not(:disabled):hover {
  background: linear-gradient(rgba(255, 255, 255, 0.18) 0%, rgba(255, 255, 255, 0.18) 100%), rgba(0, 0, 0, 0.5);
}
.btn__blurred.light:disabled,
a.btn__blurred.light:disabled,
button.btn__blurred.light:disabled {
  background: linear-gradient(rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.08) 100%), rgba(0, 0, 0, 0.1);
}
.btn__blurred.no-blur,
a.btn__blurred.no-blur,
button.btn__blurred.no-blur {
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}
.btn__banner,
a.btn__banner,
button.btn__banner {
  font-size: 0.85em;
  font-weight: 400;
  gap: 2em;
  align-items: center;
  width: fit-content;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  margin: auto;
  position: absolute;
  top: 24px;
  left: 50%;
  transition: background-color 0.2s ease;
  display: none;
  transform: translateX(-50%);
}
.btn__banner.show,
a.btn__banner.show,
button.btn__banner.show {
  display: flex;
}
@media screen and (max-width: 768px) {
  .btn__banner,
  a.btn__banner,
  button.btn__banner {
    width: fit-content;
    height: fit-content;
    top: 12px;
  }
  .btn__banner span,
  a.btn__banner span,
  button.btn__banner span {
    white-space: nowrap;
  }
}
.btn__banner:hover,
a.btn__banner:hover,
button.btn__banner:hover {
  background-color: var(--color-cream-dark-hover);
  color: var(--color-ink);
}
.btn__banner .dot,
a.btn__banner .dot,
button.btn__banner .dot {
  height: 6px;
  width: 6px;
  background-color: var(--color-orange);
  border-radius: 50%;
  animation: pulse 2s linear infinite;
}
@keyframes pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.2;
  }
}
.btn__banner svg,
a.btn__banner svg,
button.btn__banner svg {
  height: 18px;
  width: auto;
}
.btn.inline,
a.btn.inline,
button.btn.inline {
  display: inline-block;
  padding: 0;
  text-transform: none;
  border-radius: 0;
  font-weight: 400;
  border-bottom: 1px dotted var(--color-border);
  transition: color 0.2s ease;
}
.btn.inline:hover,
a.btn.inline:hover,
button.btn.inline:hover {
  color: var(--color-orange);
}
.btn.avatar,
a.btn.avatar,
button.btn.avatar {
  padding: 0;
}

.toggle {
  background-color: var(--color-cream-dark);
  border: 2px solid var(--color-cream-dark);
  border-radius: 31px;
  padding: 0;
  text-align: left;
  transition: background-color 0.3s, border-color 0.3s;
  width: 51px;
  cursor: pointer;
}
.toggle:hover {
  background-color: var(--color-cream-dark-hover);
  border-color: var(--color-cream-dark-hover);
}
.toggle span {
  background-color: var(--color-white);
  border: 1px solid rgba(0, 0, 0, 0.04);
  border-radius: 27px;
  display: block;
  height: 24px;
  margin: auto;
  transform: translateX(-11px);
  transition: transform 0.3s, background-color 0.3s;
  width: 24px;
}
.toggle[data-state=on] {
  background-color: var(--color-orange);
  border-color: var(--color-orange);
}
.toggle[data-state=on] span {
  transform: translateX(11px);
}

@media screen and (max-width: 768px) {
  .container {
    transition: transform 1s cubic-bezier(0.22, 1, 0.36, 1);
  }
  body:has(.player:not(.hidden)) {
    overflow: hidden;
  }
  body:has(.player:not(.hidden)) .container {
    overflow: hidden;
    transform: translateY(-450px);
    pointer-events: none;
  }
}
.player {
  --recordSize: 220px;
  max-width: 620px;
  width: 90%;
  height: auto;
  position: fixed;
  bottom: 24px;
  left: 50%;
  transition: transform 1s cubic-bezier(0.22, 1, 0.36, 1);
  transform: translate(-50%, 0);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  z-index: 99;
}
.player.light {
  --bgColor:
    linear-gradient(0deg, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)),
    rgba(0, 0, 0, 0.15);
  --borderColor: var(--color-border-muted);
  --buttonBorderColor: var(--color-border-muted);
  --inkColor: var(--color-ink);
  color: var(--color-ink);
}
.player.dark {
  --bgColor: rgba(40, 40, 40, 0.5);
  --borderColor: rgba(255, 255, 255, 0.1);
  --buttonBorderColor: rgba(255, 255, 255, 0.1);
  --inkColor: var(--color-cream);
  color: var(--color-cream);
}
.player.dark .muted {
  color: rgba(255, 255, 255, 0.4);
}
@media screen and (max-width: 768px) {
  .player {
    background-color: var(--color-black);
    max-width: unset;
    width: 100%;
    height: 450px;
    left: 0;
    bottom: 0;
    transform: unset;
    z-index: 99;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }
  .player::after {
    content: "";
    height: 24px;
    width: 100%;
    background-color: var(--color-cream);
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 0 0 24px 24px;
  }
}
.player__contents {
  position: relative;
  width: 100%;
  height: fit-content;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  background: var(--bgColor);
  box-shadow: 0px 0px 0px 1px var(--borderColor);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border-radius: 8px;
  padding: 18px 24px;
}
@media screen and (max-width: 768px) {
  .player__contents {
    height: 100%;
    align-items: center;
    justify-content: center;
    grid-template-columns: unset;
    grid-template-rows: 1fr 1fr 1fr;
    background: unset;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    border-radius: 0;
    color: var(--color-white);
    transition: transform 1s cubic-bezier(0.22, 1, 0.36, 1);
    transform: translateY(0);
  }
  .player__contents .muted {
    color: var(--color-ink-muted-inverted);
  }
}
.player__contents__trackInfo {
  display: flex;
  flex-direction: column;
  gap: 0.2em;
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: 1em;
}
.player__contents__trackInfo p {
  margin: 0;
  font-size: 0.8em;
  font-weight: 600;
}
.player__contents__trackInfo p.title {
  font-size: 1em;
}
@media screen and (max-width: 768px) {
  .player__contents__trackInfo {
    align-items: center;
  }
  .player__contents__trackInfo .pill {
    color: var(--color-ink-muted-inverted);
    border: 1px solid var(--color-border-inverted);
  }
}
.player__contents .upsell {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.6em;
  visibility: hidden;
}
@media screen and (max-width: 768px) {
  .player__contents .upsell {
    height: var(--recordSize);
  }
  .player__contents .upsell .btn {
    background-color: var(--color-white);
    color: var(--color-ink);
  }
}
.player__contents .upsell p {
  margin: 0;
}
.player__contents__trackControls {
  display: flex;
  gap: 0.6em;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .player__contents__trackControls {
    justify-content: center;
  }
}
.player__contents__trackControls .audio-button {
  position: relative;
  justify-self: flex-end;
  height: 36px;
  width: 36px;
  aspect-ratio: 1/1;
  appearance: none;
  background-color: unset;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  border: 1px solid var(--buttonBorderColor);
  padding: 10px;
  border-radius: 100%;
  transition: border-color 0.4s ease;
}
@media screen and (max-width: 768px) {
  .player__contents__trackControls .audio-button {
    background-color: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    position: absolute;
    top: 28%;
    right: 22%;
  }
}
.player__contents__trackControls .audio-button .bars {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.player__contents__trackControls .audio-button .bars .bar {
  width: 1.5px;
  height: 10%;
  background-color: var(--inkColor);
  animation-name: bars;
  animation-duration: 0.5s;
  animation-direction: alternate;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
}
@media screen and (max-width: 768px) {
  .player__contents__trackControls .audio-button .bars .bar {
    background-color: var(--color-white);
  }
}
.player__contents__trackControls .audio-button .bars .bar:nth-child(1) {
  animation-delay: -0.5s;
  --minHeight: 5%;
  --maxHeight: 75%;
}
.player__contents__trackControls .audio-button .bars .bar:nth-child(2) {
  animation-delay: 0ms;
  --minHeight: 35%;
  --maxHeight: 100%;
}
.player__contents__trackControls .audio-button .bars .bar:nth-child(3) {
  animation-delay: -0.8s;
  --minHeight: 15%;
  --maxHeight: 50%;
}
.player__contents__trackControls .audio-button .bars .bar:nth-child(4) {
  animation-delay: -0.3s;
  --minHeight: 40%;
  --maxHeight: 90%;
}
@keyframes bars {
  from {
    height: var(--minHeight);
  }
  to {
    height: var(--maxHeight);
  }
}
.player__contents__trackControls .audio-button .audioState {
  position: absolute;
  top: calc(50% + 2px);
  left: calc(50% + 0.5px);
  transform: translate(-50%, -50%) scale(1.2);
  opacity: 0;
  transition: transform 0.4s ease, opacity 0.4s ease;
}
.player__contents__trackControls .audio-button .audioState path,
.player__contents__trackControls .audio-button .audioState rect {
  fill: var(--inkColor);
}
@media screen and (max-width: 768px) {
  .player__contents__trackControls .audio-button .audioState path,
  .player__contents__trackControls .audio-button .audioState rect {
    fill: var(--color-white);
  }
}
.player__contents__trackControls .audio-button .audioState .play {
  display: none;
}
.player__contents__trackControls .audio-button:hover {
  border-color: var(--inkColor);
}
@media screen and (max-width: 768px) {
  .player__contents__trackControls .audio-button:hover {
    border-color: rgba(255, 255, 255, 0.2);
  }
}
.player__contents__trackControls .audio-button:hover .bars {
  transform: scale(0.5);
  opacity: 0;
}
.player__contents__trackControls .audio-button:hover .audioState {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
.player__contents .recordContainer {
  width: var(--recordSize);
  height: calc(var(--recordSize) / 2);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  clip-path: inset(-20% 0 0 0);
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .player__contents .recordContainer {
    bottom: unset;
    clip-path: unset;
    height: fit-content;
    top: 21.5%;
    opacity: 1;
    transition: opacity 1s ease;
  }
}
.player__contents .recordContainer .recordOffset {
  position: relative;
  width: var(--recordSize);
  height: var(--recordSize);
  transition: transform 0.4s ease;
  transform: translateY(0);
}
.player__contents .recordContainer .recordOffset .record {
  position: relative;
  aspect-ratio: 1/1;
  width: 100%;
  height: auto;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: auto;
  background: var(--vinylColour);
  background-size: cover;
  animation: recordSpin 3s linear infinite;
}
@keyframes recordSpin {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
.player__contents .recordContainer .recordOffset .record::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-image: radial-gradient(49.76% 49.76% at 49.76% 49.76%, rgba(0, 0, 0, 0.08) 61%, rgba(252, 255, 255, 0.08) 62%, rgba(0, 0, 0, 0.08) 63%, rgba(252, 255, 255, 0.08) 64%, rgba(0, 0, 0, 0.08) 65%, rgba(252, 255, 255, 0.08) 66%, rgba(0, 0, 0, 0.08) 67%, rgba(252, 255, 255, 0.08) 68%, rgba(0, 0, 0, 0.08) 69%, rgba(252, 255, 255, 0.08) 70%, rgba(0, 0, 0, 0.08) 71%, rgba(252, 255, 255, 0.08) 72%, rgba(0, 0, 0, 0.08) 73%, rgba(252, 255, 255, 0.08) 74%, rgba(0, 0, 0, 0.08) 75%, rgba(252, 255, 255, 0.08) 76%, rgba(0, 0, 0, 0.08) 77%, rgba(252, 255, 255, 0.08) 78%, rgba(0, 0, 0, 0.08) 79%, rgba(252, 255, 255, 0.08) 80%, rgba(0, 0, 0, 0.08) 81%, rgba(252, 255, 255, 0.08) 82.5%, rgba(0, 0, 0, 0.08) 83%, rgba(252, 255, 255, 0.08) 84%, rgba(0, 0, 0, 0.08) 85%, rgba(252, 255, 255, 0.08) 86%, rgba(0, 0, 0, 0.08) 87%, rgba(252, 255, 255, 0.08) 88%, rgba(0, 0, 0, 0.08) 89%, rgba(252, 255, 255, 0.08) 90%, rgba(0, 0, 0, 0.08) 91%, rgba(252, 255, 255, 0.08) 92%, rgba(0, 0, 0, 0.08) 93%, rgba(252, 255, 255, 0.08) 94%, rgba(0, 0, 0, 0.08) 95.25%, rgba(255, 255, 255, 0.08) 95.49%, rgba(0, 0, 0, 0.08) 95.99%, rgba(255, 255, 255, 0.08) 96%, rgba(0, 0, 0, 0.08) 98%, rgba(255, 255, 255, 0.08) 100%);
  top: 0;
  left: 0;
  border-radius: 100%;
}
.player__contents .recordContainer .recordOffset .record::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-image: linear-gradient(135deg, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0) 80%);
  top: 0;
  left: 0;
  border-radius: 100%;
}
.player__contents .recordContainer .recordOffset .record .recordArtwork {
  position: relative;
  border-radius: 100%;
  background-color: var(--color-cream);
  width: 35%;
  height: auto;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.player__contents .recordContainer .recordOffset .record .recordArtwork img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.player__contents .recordContainer .recordOffset .record .recordArtwork::after, .player__contents .recordContainer .recordOffset .record .recordArtwork::before {
  content: "";
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.player__contents .recordContainer .recordOffset .record .recordArtwork::before {
  width: 30%;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.2) 100%);
  z-index: 1;
}
.player__contents .recordContainer .recordOffset .record .recordArtwork::after {
  width: 25%;
  background-color: var(--color-cream);
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .player__contents .recordContainer .recordOffset .record .recordArtwork::before {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.2) 100%);
  }
  .player__contents .recordContainer .recordOffset .record .recordArtwork::after {
    background-color: var(--color-black);
  }
}
@media screen and (min-width: 768px) {
  .player__contents .recordContainer:hover .recordOffset {
    transform: translateY(-10%);
  }
}
.player[data-state=paused] .player__contents .player__contents__trackControls .audio-button .bars .bar {
  animation-name: none;
}
.player[data-state=paused] .player__contents .player__contents__trackControls .audio-button .audioState .pause {
  display: none;
}
.player[data-state=paused] .player__contents .player__contents__trackControls .audio-button .audioState .play {
  display: block;
}
.player[data-state=paused] .recordContainer .recordOffset .record {
  animation-play-state: paused;
}
.player[data-state=paused] .recordContainer .recordOffset .record::before {
  animation-play-state: paused;
}
.player.upsell .upsell {
  visibility: visible;
}
.player.upsell .recordContainer .recordOffset {
  transform: translateY(50%);
}
@media screen and (max-width: 768px) {
  .player.upsell .recordContainer .recordOffset {
    transform: translateY(200%);
  }
}
@media screen and (max-width: 768px) {
  .player.upsell .audio-button {
    display: none;
  }
}
.player.hidden {
  transform: translate(-50%, 200%);
}
@media screen and (max-width: 768px) {
  .player.hidden {
    transform: translateY(100%);
  }
  .player.hidden .player__contents {
    transform: translateY(-20%);
  }
  .player.hidden .player__contents .recordContainer {
    opacity: 0;
  }
  .player.hidden #mobileClosePlayer {
    transform: rotate(180deg);
  }
}
.player.loading .player__contents:after {
  content: "";
  height: 18px;
  width: 18px;
  border-radius: 100%;
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-top-color: rgb(0, 0, 0);
  position: absolute;
  top: 50%;
  left: 50%;
  transform-origin: center;
  transform: translate(-50%, -50%);
  animation: 1s loadingIndicator linear infinite;
}
@media screen and (max-width: 768px) {
  .player.loading .player__contents:after {
    border-color: rgba(255, 255, 255, 0.2);
    border-top-color: rgb(255, 255, 255);
  }
}
@keyframes loadingIndicator {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@media screen and (max-width: 768px) {
  .player.loading .player__contents .audio-button {
    display: none;
  }
}
.player.loading .recordContainer .recordOffset {
  transform: translateY(50%);
}
@media screen and (max-width: 768px) {
  .player.loading .recordContainer .recordOffset {
    transform: translateY(200%);
  }
}
.player.fancy .recordContainer .recordOffset .record::before {
  background-image: conic-gradient(from 140.16deg at 50.42% 51.28%, #b6d0f7 0deg, #eef4e1 82.5deg, #e2c1f9 155.62deg, #bfd1f9 209.31deg, #fafcfe 252.65deg, #bae4e2 288.75deg, #8c6be3 341.25deg, #c0d7f3 360deg);
}
.player #mobileClosePlayer {
  display: none;
}
@media screen and (max-width: 768px) {
  .player #mobileClosePlayer {
    height: 42px;
    width: 42px;
    aspect-ratio: 1/1;
    appearance: none;
    background-color: unset;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 10px;
    border-radius: 100%;
    color: var(--color-white);
    justify-self: center;
    transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
    transform: rotate(0);
  }
  .player #mobileClosePlayer:focus, .player #mobileClosePlayer:active {
    transform: rotate(0) scale(0.9);
  }
}
.player audio {
  visibility: hidden;
}

nav {
  width: 100%;
  padding: 2em;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 3;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
nav.hidden {
  transform: translateY(-70px);
}
nav .logo {
  text-decoration: none;
  width: 36px;
}
nav .logo svg g#back {
  transition: transform 0.4s ease, opacity 0.4s ease;
  transform: translateY(-10px);
  opacity: 0;
}
nav .logo svg g#home {
  transition: transform 0.4s ease, opacity 0.4s ease, filter 0.6s ease;
  transform: translateY(0);
  opacity: 1;
  filter: blur(0);
}
nav .logo:hover svg g#back {
  transform: translateY(0);
  opacity: 1;
}
nav .logo:hover svg g#home {
  transform: translateY(5px);
  opacity: 0;
  filter: blur(2px);
}

.logo {
  justify-self: center;
  color: inherit;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 0.4em;
  align-items: center;
}
.logo .title,
.logo .subtitle {
  margin: 0;
  display: block;
  width: fit-content;
}
.logo .title {
  font-size: 1.2em;
  font-weight: 600;
}
.logo .subtitle {
  font-size: 0.8em;
  font-weight: 500;
}
.logo.dark {
  color: var(--color-ink);
}
.logo.light {
  color: var(--color-white);
}

.releases {
  width: 100%;
  list-style-type: none;
  margin-top: 4em;
  padding: 0;
}
.releases.condensed {
  margin-top: 2em;
  margin-bottom: 4em;
}
.releases .release {
  position: relative;
  z-index: 2;
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  transform: scale(1);
  border-bottom: 1px dotted var(--color-border-muted);
  padding: 0 1em;
}
@media screen and (max-width: 768px) {
  .releases .release:not(.album) {
    padding: 0;
  }
}
.releases .release__container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 2em;
}
@media screen and (max-width: 768px) {
  .releases .release__container {
    gap: 1em;
  }
}
.releases .release:first-of-type {
  border-top: 1px dotted var(--color-border-muted);
}
.releases .release::after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.05);
  z-index: 1;
  border-radius: 8px;
  transform: scale(0.98);
  opacity: 0;
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.2s ease;
}
.releases .release:hover {
  transform: scale(1.01);
  border-color: transparent;
}
.releases .release:hover::after {
  transform: scale(1);
  opacity: 1;
}
.releases .release a,
.releases .release button.nostyle {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  color: inherit;
  z-index: 2;
  padding: 1em 0;
}
.releases .release__info {
  display: flex;
  gap: 2em;
  align-items: center;
  font-weight: 600;
  z-index: 2;
  width: 100%;
}
.releases .release__info .index {
  font-weight: 400;
  font-size: 0.85em;
}
@media screen and (max-width: 768px) {
  .releases .release__info .index:not(.album) {
    display: none;
  }
}
.releases .release__info .title {
  margin: 0;
  text-align: left;
}
.releases .release__info .dot {
  height: 12px;
  width: 12px;
  background: var(--vinylColour);
}
.releases .release__info img {
  height: 72px;
  width: 72px;
  border-radius: 12px;
}
@media screen and (max-width: 768px) {
  .releases .release__info img {
    height: 48px;
    width: 48px;
    border-radius: 8px;
  }
}
.releases .release__title__details {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .releases .release__title__details {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0.5em;
  }
}
.releases .release__details {
  display: flex;
  gap: 2em;
  font-weight: 500;
  font-size: 0.85em;
  z-index: 2;
}
.releases .release__details p {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .releases .release__details:not(.wip__details) p:nth-of-type(2) {
    display: none;
  }
  .releases .release__details:not(.wip__details) p:nth-of-type(3) {
    display: none;
  }
}
.releases .release__details .data__item {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .releases .release__details .data__item p:first-of-type {
    display: none;
  }
}
.releases .release__ctas {
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .releases .release__ctas button svg {
    display: none;
  }
}

footer {
  margin: 2em;
}

.copyright {
  margin: auto;
  text-align: center;
  width: fit-content;
}
.copyright .copyright-line {
  display: flex;
  gap: 0.2em;
  align-items: center;
  width: fit-content;
  margin: auto;
}
.copyright p {
  width: fit-content;
  margin: 0.2em auto;
}
.copyright .credits {
  margin-top: 1em;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1em;
}

:root {
  --carouselScale: 1;
}
@media screen and (max-width: 768px) {
  :root {
    --carouselScale: 0.5;
  }
}

body:has(.btn__banner:hover) .release:not(.featuredRelease) {
  opacity: 0.4;
  filter: blur(3px);
}
body:has(.btn__banner:hover) .heroScript {
  opacity: 0.8;
  filter: blur(8px);
}

.carousel {
  transition: opacity 0.6s ease;
}

.carouselContainer {
  height: 80vh;
  min-height: -webkit-fill-available;
  width: 100vw;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 768px) {
  .carouselContainer {
    height: 100vh;
  }
  .carouselContainer .heroScript {
    top: 42%;
  }
}
.carouselContainer .intro {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2em;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}
.carouselContainer .intro .avatar {
  height: 100px;
  width: 100px;
  overflow: hidden;
  border-radius: 100%;
}
.carouselContainer .intro .avatar img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .carouselContainer .intro {
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.carouselContainer .sfxToggleContainer {
  position: absolute;
  top: 24px;
  right: 24px;
  display: flex;
  gap: 0.5em;
  align-items: center;
  font-size: 0.8em;
}
@media screen and (max-width: 768px) {
  .carouselContainer .sfxToggleContainer {
    top: 12px;
    right: 12px;
    flex-direction: column-reverse;
    align-items: flex-end;
  }
}
.carouselContainer p.side-text {
  position: absolute;
  transform: rotate(-90deg) translate(52%, -650%);
  max-width: 400px;
  bottom: 0;
  left: 0;
  color: var(--color-ink-muted);
  z-index: 3;
  font-size: 0.8em;
}
.carouselContainer p.side-text span {
  font-family: "Eiko", serf;
}
@media screen and (max-width: 768px) {
  .carouselContainer p.side-text {
    display: none;
  }
}
.carouselContainer .fade {
  height: 20vh;
  width: 100vw;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(rgba(238, 238, 238, 0) 0%, var(--color-cream) 100%);
  z-index: 2;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .carouselContainer .fade {
    display: none;
  }
}
.carouselContainer .carousel {
  --diameter: 120vh;
  --radius: calc(var(--diameter) / 2);
  width: var(--diameter);
  height: var(--diameter);
  position: absolute;
  border-radius: 50%;
  top: 20%;
  left: 50%;
  animation: spin 120s infinite linear;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .carouselContainer .carousel {
    bottom: unset;
    top: 50%;
    animation: spinMobile 120s infinite linear;
  }
}
.carouselContainer .carousel .release {
  --artworkSize: calc(calc(220 / var(--itemCount)) * 1vh);
  color: inherit;
  text-decoration: none;
  appearance: none;
  border: unset;
  background-color: unset;
  cursor: pointer;
  display: inline-block;
  padding: 0;
  margin: 0;
  position: relative;
  perspective: 500px;
  position: absolute;
  width: var(--artworkSize);
  height: var(--artworkSize);
  --amp: 0;
  --itemDelay: 0s;
  --itemBlur: 0;
  --itemOpacity: 1;
  --itemScale: 1;
  --step: calc((2 * pi) / var(--itemCount));
  --angle: calc(var(--step) * var(--item));
  --x: calc(
    var(--diameter) / 2 + var(--radius) *
      cos(var(--angle)) - var(--artworkSize) / 2
  );
  --y: calc(
    var(--diameter) / 2 + var(--radius) *
      sin(var(--angle)) - var(--artworkSize) / 2
  );
  left: var(--x);
  top: var(--y);
  transition: transform 0.35s var(--itemDelay) cubic-bezier(0.3, -0.46, 0.6, 2.1), opacity 1s ease, filter 0.75s ease;
  transform: rotate(calc(360deg / var(--itemCount) * var(--item) + 90deg)) scale(calc(1 + var(--amp)));
}
.carouselContainer .carousel .release img {
  height: 100%;
  width: 100%;
  border-radius: 24%;
  transition: transform var(--animation-duration) var(--animation-delay) cubic-bezier(0.25, 1, 0.5, 1), opacity var(--animation-duration) var(--animation-delay) ease;
  opacity: 0;
  transform: translate3d(0, 0, -100px);
}
.carouselContainer .carousel .release img.animated {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.carouselContainer .carousel .release::after {
  content: "";
  height: 8px;
  width: 8px;
  border-radius: 50%;
  position: absolute;
  bottom: -24px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 0.4s ease, background-color 0.4s ease;
  background-color: rgb(210, 210, 210);
}
.carouselContainer .carousel .release:hover::after {
  opacity: 1;
}
.carouselContainer .carousel .release.playing img {
  animation: popup 0.55s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}
@keyframes popup {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
  100% {
    transform: translateY(0);
  }
}
.carouselContainer .carousel .release.playing::after {
  background-color: blue;
  animation: pulse 4s ease infinite;
}
.carouselContainer .carousel .release.new::before {
  content: "";
  height: 100%;
  width: 100%;
  border: 1px solid var(--color-orange);
  background-color: rgba(254, 84, 22, 0.1);
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 24%;
  transform: scale(1);
  opacity: 0;
  animation: ringPulse 2s cubic-bezier(0.5, 1, 0.89, 1) infinite;
}
@keyframes ringPulse {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  25% {
    opacity: 0.5;
  }
  60% {
    opacity: 0;
    transform: scale(1.4);
  }
}
.carouselContainer:has(.release:hover) .release:not(:hover) {
  opacity: var(--itemOpacity);
  filter: blur(var(--itemBlur));
}
.carouselContainer:has(.release:hover) .heroScript {
  opacity: 0.8;
  filter: blur(8px);
}
@keyframes spin {
  from {
    transform: translateX(-50%) rotate(45deg) scale(var(--carouselScale));
  }
  to {
    transform: translateX(-50%) rotate(405deg) scale(var(--carouselScale));
  }
}
@keyframes spinMobile {
  from {
    transform: translate(-50%, -50%) rotate(0deg) scale(var(--carouselScale));
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg) scale(var(--carouselScale));
  }
}

.galleryContainer .galleryImage {
  position: absolute;
  width: 200px;
  height: 200px;
  object-fit: contain;
  transform-origin: center;
  pointer-events: none;
  will-change: transform;
}

.cardCarousel {
  padding: 0 10% 4em;
  margin: 0 auto 12em;
}
@media screen and (max-width: 768px) {
  .cardCarousel {
    padding: 0 5% 4em;
  }
}

.swiper-navigation-container {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.6em;
  margin: 2em 0;
}

.card {
  aspect-ratio: 9/10;
  width: 460px;
  max-width: 98%;
  height: auto;
  max-height: 500px;
  border-radius: 24px;
  padding: 24px;
  position: relative;
  flex-shrink: 0;
  flex-grow: 0;
  scroll-snap-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 3em;
}
.card h2 {
  text-align: left;
  font-weight: 400;
  font-size: 0.95em;
  margin: 0;
}
.card h2,
.card p {
  pointer-events: all;
}
.card.bts {
  background: rgb(221.34, 221.34, 221.34);
  --colourBackground: rgb(221.34, 221.34, 221.34);
}
.card.btsImage {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0.5em 0.5em 3em;
  width: 50%;
  position: relative;
  top: 12px;
  right: 12px;
  background: var(--color-white);
  box-shadow: 0px 30px 30px -20px rgba(0, 0, 0, 0.25);
  border-radius: 6px;
  transform: rotate(8deg);
}
.card.btsImage img {
  width: 100%;
  border-radius: 3px;
}
.card.bts .top {
  display: flex;
  justify-content: space-between;
}
.card.bts .bottom {
  display: flex;
  height: fit-content;
}
.card.bts .bottom p {
  font-size: 1.6em;
  font-weight: 500;
  letter-spacing: -0.2px;
  margin: 0;
  white-space: pre-line;
  overflow-wrap: break-word;
}
.card.lyrics {
  background: var(--colourBackground);
  color: var(--colourText);
  height: auto;
}
.card.lyrics h2 {
  color: var(--colourText);
  opacity: 0.6;
}
.card.textOverflow .textContainer {
  padding-top: 4em;
  padding-bottom: 2em;
  position: relative;
  font-size: 1.6em;
  font-weight: 500;
  width: 100%;
  overflow-y: scroll;
}
.card.textOverflow .textContainer p {
  margin: 0;
}
.card.textOverflow::after, .card.textOverflow::before {
  content: "";
  height: 4em;
  width: 100%;
  left: 0;
  z-index: 1;
  position: absolute;
  pointer-events: none;
}
.card.textOverflow::after {
  bottom: 2em;
  background-image: linear-gradient(transparent 0%, var(--colourBackground) 100%);
}
.card.textOverflow::before {
  top: 6em;
  background-image: linear-gradient(var(--colourBackground) 0%, transparent 100%);
}
.card.swiperGallery {
  background: var(--color-black);
  color: var(--color-white);
  overflow: hidden;
}
.card.swiperGallery h2 {
  color: inherit;
}
.card.swiperGallery .swiperGalleryContainer {
  width: 70%;
  height: auto;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .card.swiperGallery .swiperGalleryContainer {
    width: 85%;
  }
}
.card.swiperGallery .swiperGalleryContainer .swiper-slide {
  height: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: var(--color-white);
  background-image: url("/assets/img/polaroid-texture.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  color: var(--color-ink);
  border-radius: 2px;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25), 0px 40px 40px -25px rgba(0, 0, 0, 0.25);
  padding: 1.4em 1em;
  gap: 1.4em;
}
.card.swiperGallery .swiperGalleryContainer .swiper-slide .image {
  width: 100%;
  height: auto;
  border-radius: 2px;
  aspect-ratio: 10/9;
  background: black;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.card.swiperGallery .swiperGalleryContainer .swiper-slide .image::after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.4) 100%);
  box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.25);
}
.card.swiperGallery .swiperGalleryContainer .swiper-slide .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card.swiperGallery .swiperGalleryContainer .swiper-slide .info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.2em;
  font-size: 0.85em;
  padding: 0 5em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .card.swiperGallery .swiperGalleryContainer .swiper-slide .info {
    padding: 0 2.4em;
  }
}
.card.swiperGallery .swiperGalleryContainer .swiper-slide .info p {
  margin: 0;
}
.card.swiperGallery .swiperGalleryContainer .swiper-slide .info p:first-of-type {
  color: #5c5953;
}
.card.swiperGallery .swiperGalleryContainer .swiper-slide .info p:last-of-type {
  font-size: 0.8em;
  text-transform: uppercase;
  color: #6f6c65;
}
.card.credits {
  background: var(--color-white);
}
.card.credits .bottom {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.card.credits .bottom p {
  margin: 0;
}
.card.credits .bottom .avatars {
  display: flex;
  gap: 0.2em;
}
.card.credits .bottom .avatars .avatar {
  height: 48px;
  width: 48px;
  position: relative;
}
.card.credits .bottom .avatars .avatar img {
  border-radius: 50%;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .card.credits .bottom .avatars .avatar {
    height: 36px;
    width: 36px;
  }
}
.card.credits .creditsList {
  list-style-type: none;
  padding: 0;
  margin: 4em 0;
}
.card.credits .creditsListItem {
  margin: 1em 0;
  width: 100%;
  display: grid;
  align-items: center;
  gap: 1em;
  grid-template-columns: auto 1fr auto;
}
.card.credits .creditsListItem .line {
  height: 1px;
  width: 100%;
  border-bottom: 1px dashed var(--color-border);
}
.card.credits .creditsListItem p {
  margin: 0;
}
.card.credits .creditsListItem p:last-of-type {
  text-align: right;
}

.buttonContainer {
  position: relative;
}
.buttonContainer a,
.buttonContainer button {
  position: relative;
  z-index: 2;
}
.buttonContainer a .buttonTextContainer,
.buttonContainer button .buttonTextContainer {
  height: fit-content;
  width: fit-content;
  overflow: hidden;
}
.buttonContainer a .buttonTextContainer .letter,
.buttonContainer button .buttonTextContainer .letter {
  text-shadow: 0px 16px 0px var(--color-white);
  transform: translateY(0);
  transition: transform 0.4s var(--letterDelay) ease;
  position: relative;
  display: inline-block;
}
.buttonContainer a:hover .buttonTextContainer .letter,
.buttonContainer button:hover .buttonTextContainer .letter {
  transform: translateY(-16px);
}
.buttonContainer .itemsContainer {
  position: absolute;
  height: 115px;
  width: 115px;
  pointer-events: none;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.buttonContainer .itemsContainer img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  transform: translate(0px, 0px) scale(0);
  opacity: 0;
  transition: transform 0.6s var(--itemDelay) cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.2s var(--itemDelay) ease;
}
.buttonContainer:has(.btn:hover) .itemsContainer img {
  opacity: 1;
}
.buttonContainer:has(.btn:hover) .itemsContainer img#hs5 {
  transform: translate(80px, -80px) scale(1);
}
.buttonContainer:has(.btn:hover) .itemsContainer img#lacie {
  transform: translate(0, 110px) scale(1);
}
.buttonContainer:has(.btn:hover) .itemsContainer img#m50x {
  transform: translate(110px, 30px) scale(1);
}
.buttonContainer:has(.btn:hover) .itemsContainer img#op1 {
  transform: translate(-80px, -80px) scale(1);
}
.buttonContainer:has(.btn:hover) .itemsContainer img#polaroid {
  transform: translate(-110px, 30px) scale(1);
}

p.previewText {
  position: absolute;
  bottom: 4em;
  left: 50%;
  z-index: 3;
  font-size: 0.9em;
  transform: translateX(-50%);
  transition: opacity 1s ease;
  opacity: 0;
}
p.previewText .mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  p.previewText {
    opacity: 1;
  }
  p.previewText .mobile {
    display: block;
  }
  p.previewText .desktop {
    display: none;
  }
}

.section.about .content {
  max-width: 366px;
  width: 80vw;
  margin: 0 auto;
}
.section.about .content h3 {
  margin-bottom: 4em;
}
.section.about .content p {
  color: var(--color-ink-muted);
  line-height: 2em;
  margin: 3em 0;
}
@media screen and (max-width: 768px) {
  .section.about {
    margin-top: 8em;
  }
  .section.about .wrapper {
    display: grid;
    grid-template-rows: auto auto auto;
  }
}
.section.about .imageFloat {
  position: absolute;
  width: 24vw;
  height: auto;
}
.section.about .imageFloat.right {
  right: 0;
  top: 20em;
}
.section.about .imageFloat.left {
  left: 0;
  top: 30em;
}
@media screen and (max-width: 768px) {
  .section.about .imageFloat {
    width: 100%;
    position: relative;
  }
  .section.about .imageFloat.right {
    right: unset;
    top: 5em;
    grid-row: 3;
  }
  .section.about .imageFloat.left {
    left: unset;
    top: 5em;
    grid-row: 1;
  }
}
.section.about .imageFloat img {
  width: 100%;
  height: auto;
  border-radius: 12px;
}
.section.about .imageFloat canvas {
  position: relative;
  display: block;
  top: -10em;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .section.about .imageFloat canvas {
    width: 220px;
    height: 220px;
    left: 6em;
  }
}

.section.discographyHeader {
  width: 100%;
  height: auto;
  position: relative;
  padding: 18em 0 18em;
  margin: 12em 0;
}
.section.discographyHeader .wrapper {
  pointer-events: none;
  z-index: 2;
}
.section.discographyHeader .wrapper h3 {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .section.discographyHeader .wrapper::after {
    content: "";
    height: 400px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1;
    filter: blur(20px);
    transform: translateY(-50%);
    background-image: radial-gradient(100% 50% at 50% 50%, var(--color-cream) 40%, rgba(238, 238, 238, 0) 100%);
  }
}

.acknowledgements {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 24em;
}
@media screen and (max-width: 768px) {
  .acknowledgements {
    flex-direction: column;
    align-items: center;
    gap: 12em;
  }
}
.acknowledgements .image {
  width: 50%;
}
.acknowledgements .image img {
  width: 100%;
  height: auto;
  border-radius: 12px;
}
@media screen and (max-width: 768px) {
  .acknowledgements .image {
    width: 100%;
  }
}
.acknowledgements__container {
  width: 100%;
  text-align: center;
  max-width: 250px;
}
.acknowledgements__container .signature {
  margin: 2em auto;
}
.acknowledgements__container .signature svg {
  position: relative;
  transform: translateY(22%) rotate(-4deg);
}
.acknowledgements__container .signature-line {
  height: 1px;
  width: 80%;
  max-width: 220px;
  margin: auto;
  background-color: rgb(212.5, 212.5, 212.5);
}
.acknowledgements__container p {
  font-weight: 400;
  text-align: justify;
  font-size: 0.7em;
}
.acknowledgements__container p span {
  font-weight: 600;
}

.heroScript {
  width: 110vw;
  height: auto;
  position: absolute;
  left: 50%;
  top: 1%;
  pointer-events: none;
  transform: translateX(-50%) rotate(-10deg);
  transition: transform 0.4s ease, opacity 1s ease, filter 0.75s ease;
  z-index: 0;
}
.heroScript svg {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .heroScript {
    top: 4%;
  }
}
.heroScript path {
  stroke: #f8f8f8;
  stroke-width: 9px;
  stroke-dasharray: 1283;
  stroke-dashoffset: 1283;
  animation-name: script-write;
  animation-duration: var(--script-duration);
  animation-timing-function: linear;
  animation-iteration-count: 1;
  animation-delay: var(--script-delay);
  animation-direction: normal;
  animation-fill-mode: forwards;
}
@keyframes script-write {
  from {
    stroke-dashoffset: 1283;
  }
  to {
    stroke-dashoffset: 0;
  }
}

.releaseInfo {
  width: 100%;
  position: relative;
  padding-top: 6em;
}
.releaseInfo h2 {
  font-weight: 600;
  font-size: 0.95em;
  margin: 0;
}

.releaseHeader {
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 1em;
  max-width: 90%;
  margin: 3em auto 8em;
}
@media screen and (max-width: 768px) {
  .releaseHeader {
    margin: 2em auto;
  }
}
.releaseHeader .artwork {
  width: 100px;
  height: auto;
  aspect-ratio: 1/1;
  margin-bottom: 2em;
  transition: transform var(--animation-duration) var(--animation-delay) cubic-bezier(0.25, 1, 0.5, 1), opacity var(--animation-duration) var(--animation-delay) ease;
  transform: translateY(20px) rotate(0deg);
  opacity: 0;
}
.releaseHeader .artwork.animated {
  transform: translateY(0) rotate(-5deg);
  opacity: 1;
}
.releaseHeader .artwork img {
  width: 100%;
  aspect-ratio: 1/1;
  height: auto;
  border-radius: 12px;
  margin: 0;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.15), 0px 10px 30px -10px rgba(0, 0, 0, 0.1);
}
.releaseHeader h1.title,
.releaseHeader p.title {
  font-size: 4em;
  font-weight: 700;
  margin: 0;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .releaseHeader h1.title,
  .releaseHeader p.title {
    width: 90%;
  }
}

.release__data {
  width: 80%;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4em;
  padding: 0 2em;
  margin: 0 auto 4em;
}
@media screen and (max-width: 768px) {
  .release__data {
    display: flex;
    margin: 2em auto;
    flex-direction: column;
    gap: 2em;
    padding: 2em 0;
    width: calc(100% - 6em);
  }
}
.release__data__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 0.2em;
}
@media screen and (max-width: 768px) {
  .release__data__item {
    flex-direction: row;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .release__data__item:nth-of-type(1) {
    align-items: flex-start;
  }
  .release__data__item:nth-of-type(3) {
    align-items: flex-end;
  }
}
.release__data__item p {
  font-size: 0.85em;
  margin: 0;
  font-weight: 600;
}
.release__data__item p.mono {
  font-weight: 400;
}

.linktree {
  width: 100%;
  max-width: 580px;
  display: flex;
  gap: 1em;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 2em auto;
}
@media screen and (max-width: 768px) {
  .linktree {
    flex-direction: column;
  }
}

.section.artwork {
  margin: 4em auto 1em;
  width: 80%;
  height: auto;
  min-height: 620px;
  background: var(--color-black);
  display: flex;
  padding: 6em;
  align-items: center;
  justify-content: center;
  z-index: 1;
  border-radius: 24px;
  position: relative;
}
.section.artwork button {
  position: absolute;
  left: 50%;
  bottom: 8%;
  padding: 1em 1.6em 1em 1em;
  transform: translateX(-50%);
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .section.artwork {
    width: 90%;
    min-height: 250px;
    padding: 4em;
  }
}
.section.artwork img {
  background: #222;
  width: auto;
  max-height: 50vh;
}
@media screen and (max-width: 768px) {
  .section.artwork img {
    max-height: 20vh;
  }
}

.wipsPromo {
  margin: auto;
  border: none !important;
  border-radius: 25% !important;
}
.wipsPromo svg {
  overflow: visible;
  color: var(--color-ink);
}
.wipsPromo svg .front {
  transform-origin: bottom center;
  transition: fill 0.6s ease, transform 0.6s cubic-bezier(0.68, -0.6, 0.32, 1.6);
}
.wipsPromo svg .back {
  transition: fill 0.6s ease;
}
.wipsPromo svg .paper {
  transform-origin: bottom center;
  transition: transform 0.4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
}
.wipsPromo svg .mn {
  transform-origin: center;
  transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.wipsPromo:hover svg .back {
  fill: rgb(254.4358974359, 158.5384615385, 123.5641025641);
}
.wipsPromo:hover svg .front {
  transform: scale(100%, 80%);
  fill: var(--color-orange);
}
.wipsPromo:hover svg .paper {
  transform: scale(100%, 90%);
  transition: transform 0.6s cubic-bezier(0.68, -0.6, 0.32, 1.6);
}
.wipsPromo:hover svg .mn {
  transition: transform 0.4s 0.25s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.wipsPromo:hover svg .mn.left {
  transform: translate(-7px, -10px) rotate(-18deg);
}
.wipsPromo:hover svg .mn.right {
  transform: translate(7px, -10px) rotate(24deg);
}

.wips .canvasContainer {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: fit-content;
  position: relative;
  top: -4em;
}
.wips .canvasContainer canvas {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .wips .canvasContainer canvas {
    width: 370px;
  }
}
.wips .canvasContainer .behind {
  width: fit-content;
  height: fit-content;
  position: absolute;
}
.wips .canvasContainer .behind p {
  text-transform: uppercase;
  font-weight: 700;
  color: var(--color-orange);
  font-size: 1.5em;
  filter: blur(0.8px);
  position: relative;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .wips .canvasContainer .behind p {
    font-size: 1.3em;
    padding: 0 1em;
    top: 20px;
  }
}
.wipsAcknowledgements {
  margin: 24em 0;
}
.wipsAcknowledgements .acknowledgements__container {
  margin: auto;
}

.discography.wips {
  margin-bottom: 12em;
}

/*# sourceMappingURL=style.css.map */