@charset "UTF-8";
@font-face {
  font-family: "Neue Haas Grotesk";
  src: url("/fonts/NHaasGroteskDSPro-55Rg.woff2") format("woff2"), url("/fonts/NHaasGroteskDSPro-55Rg.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Neue Haas Grotesk";
  src: url("/fonts/NHaasGroteskDSPro-56It.woff2") format("woff2"), url("/fonts/NHaasGroteskDSPro-56It.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Neue Haas Grotesk";
  src: url("/fonts/NHaasGroteskDSPro-75Bd.woff2") format("woff2"), url("/fonts/NHaasGroteskDSPro-75Bd.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Neue Haas Grotesk";
  src: url("/fonts/NHaasGroteskDSPro-76BdIt.woff2") format("woff2"), url("/fonts/NHaasGroteskDSPro-76BdIt.woff") format("woff");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Oceanside Typewriter";
  src: url("/fonts/OceansideTypewriter.woff2") format("woff2"), url("/fonts/OceansideTypewriter.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 18px;
  scroll-behavior: smooth;
}
@media (min-width: 1441px) {
  html {
    font-size: 24px;
  }
}

body {
  margin: 0;
  font-family: "Neue Haas Grotesk", sans-serif;
  color: #fff;
  background: #000 url("/images/background.jpg") repeat;
  background-size: 75%;
  line-height: 1.6;
}

a {
  color: #fff;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: underline;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.site-wrapper {
  display: grid;
  grid-template-columns: 50% 50%;
}
@media (max-width: 768px) {
  .site-wrapper {
    grid-template-columns: 1fr;
  }
}

.content-col {
  display: grid;
  min-height: 100vh;
  min-width: 0;
}
.content-col > .site-nav,
.content-col > main {
  grid-column: 1;
  grid-row: 1;
}
.content-col main {
  padding: 0 120px 120px;
  overflow: hidden;
}
@media (min-width: 768px) and (max-width: 1440px) {
  .content-col main {
    padding: 0 120px 60px;
  }
}
@media (max-width: 768px) {
  .content-col main {
    padding: 0;
  }
}

.visual-col__inner {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
}
@media (max-width: 768px) {
  .visual-col__inner {
    position: relative;
    height: 50vh;
    overflow: hidden;
  }
}

@media (max-width: 768px) {
  .visual-col {
    order: -1;
    position: relative;
  }
  .visual-col::after {
    content: "";
    display: block;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    rotate: 0.4deg;
    position: relative;
    z-index: 2;
  }
}

.site-logo {
  position: absolute;
  top: 120px;
  left: 120px;
  margin: 0;
  line-height: 0;
  z-index: 1;
}
@media (min-width: 768px) and (max-width: 1440px) {
  .site-logo {
    top: 60px;
    left: 60px;
  }
}
@media (max-width: 768px) {
  .site-logo {
    position: relative;
    top: auto;
    left: auto;
    padding: 30px;
  }
}

.site-logo__img {
  width: 291px;
  max-width: none;
  height: auto;
}
@media (min-width: 768px) and (max-width: 1440px) {
  .site-logo__img {
    width: 200px;
  }
}
@media (max-width: 768px) {
  .site-logo__img {
    width: 129px;
  }
}

.hero-image {
  position: absolute;
  inset: 0;
}

.hero-image__photo,
.hero-image__video {
  position: absolute;
  width: 85%;
  height: auto;
  bottom: 0;
  right: -200px;
  object-fit: cover;
}
@media (min-width: 768px) and (max-width: 1440px) {
  .hero-image__photo,
  .hero-image__video {
    width: 95%;
    right: -160px;
  }
}
@media (max-width: 768px) {
  .hero-image__photo,
  .hero-image__video {
    width: 120vw;
    max-width: none;
    right: -107px;
    top: 29px;
  }
}

.hero-image__video {
  opacity: 0;
  transition: opacity 0.3s ease;
}

.hero-image:hover .hero-image__photo {
  opacity: 0;
}

.hero-image:hover .hero-image__video {
  opacity: 1;
}

.site-nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  padding: 60px;
  padding-bottom: 60px;
  pointer-events: none;
}
@media (max-width: 768px) {
  .site-nav {
    display: none;
  }
}
.site-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.site-nav li:first-of-type a:after {
  content: " ♫";
}
.site-nav a {
  pointer-events: auto;
  display: inline-block;
  background: #fff;
  color: #000000;
  text-decoration: none;
  font-family: "Oceanside Typewriter", cursive;
  padding: 7px 14px 7px 12px;
  line-height: 1;
  box-shadow: 0 0 10px -7px #000000;
  border: 1px solid transparent;
  border-radius: 2px;
  border-right: 0;
  border-left: 0;
  transition: all 0.35s ease-in-out;
}
.site-nav a:hover, .site-nav a:focus {
  text-decoration: none;
  background: transparent;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.4);
  border-radius: 0;
}
.site-nav li:nth-child(1) a {
  transform: rotate(-1deg);
}
.site-nav li:nth-child(1) a:hover {
  transform: rotate(-1.3deg);
}
.site-nav li:nth-child(2) a {
  transform: rotate(1deg);
  margin-left: -2px;
}
.site-nav li:nth-child(2) a:hover {
  transform: rotate(1.3deg);
}
.site-nav li:nth-child(3) a {
  transform: rotate(-0.7deg);
  margin-left: 1px;
}
.site-nav li:nth-child(3) a:hover {
  transform: rotate(-1deg);
}
.site-nav li:nth-child(4) a {
  transform: rotate(0.5deg);
  margin-left: -1px;
}
.site-nav li:nth-child(4) a:hover {
  transform: rotate(0.8deg);
}

.section {
  min-height: 100vh;
  padding-top: 120px;
  padding-bottom: 120px;
}
@media (min-width: 768px) and (max-width: 1440px) {
  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .section {
    padding: 0;
  }
}
.section:first-child {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.section + .section-divider + .section {
  padding-top: 120px;
}
@media (min-width: 768px) and (max-width: 1440px) {
  .section + .section-divider + .section {
    padding-top: 60px;
  }
}
@media (max-width: 768px) {
  .section + .section-divider + .section {
    padding-top: 0;
  }
}

.section__heading {
  font-family: "Oceanside Typewriter", cursive;
  font-weight: normal;
  font-size: 1rem;
  display: block;
  text-align: center;
  margin: 0 0 60px;
}
@media (max-width: 768px) {
  .section__heading {
    margin: 0 0 30px;
  }
}
.section__heading span {
  display: inline-block;
  background: transparent;
  color: #fff;
  font-family: "Oceanside Typewriter", cursive;
  padding: 7px 14px 7px 12px;
  line-height: 1;
  box-shadow: 0 0 10px -7px #000000;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-right: 0;
  border-left: 0;
}
@media (max-width: 768px) {
  .section__heading {
    width: 100%;
    font-size: 1.3rem;
  }
  .section__heading span {
    display: block;
    width: 100%;
  }
}

#music {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 768px) {
  #music {
    min-height: 0;
    height: calc(50vh - 80px);
    align-items: center;
    justify-content: center;
    padding: 0 30px;
    box-sizing: border-box;
  }
}
@media (max-width: 768px) {
  #music .section__heading,
  #music .music-embed {
    display: none;
  }
}

#music .music-links {
  position: absolute;
  bottom: 120px;
  left: 0;
  right: 0;
}
@media (min-width: 768px) and (max-width: 1440px) {
  #music .music-links {
    bottom: 60px;
  }
}
@media (max-width: 768px) {
  #music .music-links {
    position: static;
  }
}

#music .section__heading span {
  transform: rotate(-1deg);
}

#about .section__heading span {
  transform: rotate(0.8deg);
}

@media (max-width: 768px) {
  #about {
    padding: 0 30px 30px;
  }
  #about .section__heading {
    margin-left: -30px;
    margin-right: -30px;
    width: auto;
  }
}

#about .section__body p {
  text-indent: 30px;
}

#epk .section__heading span {
  transform: rotate(-1.1deg);
}

@media (max-width: 768px) {
  #epk {
    min-height: 0;
    padding: 0 30px 30px;
  }
  #epk .section__heading {
    margin-left: -30px;
    margin-right: -30px;
    width: auto;
  }
}

#epk .music-links .epk-download-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  background: transparent;
  border: 0;
  padding: 0;
  border-radius: 0;
  transform: none !important;
}
#epk .music-links .epk-download-link img {
  width: 180px;
  height: auto;
  margin: 0;
  rotate: -3deg;
}
#epk .music-links .epk-download-link span {
  display: inline-block;
  background: #fff;
  color: #000000;
  font-family: "Neue Haas Grotesk", sans-serif;
  font-size: 0.833rem;
  padding: 7px 14px 7px 12px;
  line-height: 1;
  border: 1px solid transparent;
  border-radius: 2px;
  border-right: 0;
  border-left: 0;
  transition: all 0.35s ease-in-out;
}
#epk .music-links .epk-download-link:hover, #epk .music-links .epk-download-link:focus {
  background: transparent;
  border: 0;
  color: inherit;
  border-radius: 0;
}
#epk .music-links .epk-download-link:hover span, #epk .music-links .epk-download-link:focus span {
  background: transparent;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.4);
  border-radius: 0;
}

#sync .section__heading span {
  transform: rotate(0.6deg);
}

@media (max-width: 768px) {
  #sync {
    min-height: 0;
    padding: 0 30px 30px;
  }
  #sync .section__heading {
    margin-left: -30px;
    margin-right: -30px;
    width: auto;
  }
}

#sync .section__body {
  text-align: center;
}

.about-photo {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  border: 1px solid #fff;
  object-fit: cover;
  float: right;
  margin: 0 0 30px 30px;
  filter: saturate(0.4);
}
@media (max-width: 768px) {
  .about-photo {
    float: none;
    display: block;
    margin: 0 auto 30px;
  }
}

.section__body {
  max-width: 55ch;
}
.section__body p {
  margin: 0 0 30px;
}
.section__body p:last-child {
  margin-bottom: 0;
}

.section-divider {
  border: none;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  margin: 0;
  rotate: 0.4deg;
}
@media (max-width: 768px) {
  .section-divider {
    display: none;
  }
}
@media (max-width: 768px) {
  .section-divider--footer {
    display: block;
  }
}

main > .section-divider:last-of-type {
  display: none;
}

.music-embed {
  margin-bottom: 60px;
}
.music-embed iframe {
  transform: rotate(0.5deg);
}

.embed-placeholder {
  background: #111;
  padding: 2rem;
  color: #999;
}

.music-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.music-links a {
  display: inline-block;
  background: #fff;
  color: #000000;
  text-decoration: none;
  font-family: "Neue Haas Grotesk", sans-serif;
  font-size: 0.833rem;
  padding: 7px 14px 7px 12px;
  line-height: 1;
  border: 1px solid transparent;
  border-radius: 2px;
  border-right: 0;
  border-left: 0;
  transition: all 0.35s ease-in-out;
}
.music-links a svg {
  width: 1em;
  height: 1em;
  vertical-align: middle;
  margin-right: 0.25em;
  filter: saturate(0.5);
}
.music-links a:hover, .music-links a:focus {
  text-decoration: none;
  background: transparent;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.4);
  border-radius: 0;
}
.music-links a:hover svg, .music-links a:focus svg {
  filter: saturate(1);
}
.music-links a:nth-child(1) {
  transform: rotate(-0.8deg);
}
.music-links a:nth-child(1):hover {
  transform: rotate(-1.2deg);
}
.music-links a:nth-child(2) {
  transform: rotate(1.1deg);
}
.music-links a:nth-child(2):hover {
  transform: rotate(1.5deg);
}
.music-links a:nth-child(3) {
  transform: rotate(-0.5deg);
}
.music-links a:nth-child(3):hover {
  transform: rotate(-0.9deg);
}
.music-links a:nth-child(4) {
  transform: rotate(0.7deg);
}
.music-links a:nth-child(4):hover {
  transform: rotate(1.1deg);
}
.music-links a:nth-child(5) {
  transform: rotate(-1deg);
}
.music-links a:nth-child(5):hover {
  transform: rotate(-1.4deg);
}

.sync-email-link {
  display: inline-block;
  background: transparent;
  border: 0;
  padding: 0;
  transform: rotate(-0.8deg);
}
.sync-email-link:hover {
  transform: rotate(-1.2deg);
}
.sync-email-link span {
  display: inline-block;
  background: #fff;
  color: #000000;
  font-family: "Neue Haas Grotesk", sans-serif;
  font-size: 0.833rem;
  padding: 7px 14px 7px 12px;
  line-height: 1;
  border: 1px solid transparent;
  border-radius: 2px;
  border-right: 0;
  border-left: 0;
  transition: all 0.35s ease-in-out;
}
.sync-email-link:hover, .sync-email-link:focus {
  background: transparent;
  border: 0;
  color: inherit;
}
.sync-email-link:hover span, .sync-email-link:focus span {
  background: transparent;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.4);
}

.epk-download {
  display: inline-block;
  text-decoration: underline;
  font-family: "Oceanside Typewriter", cursive;
}

.mobile-player {
  display: none;
}
@media (max-width: 768px) {
  .mobile-player {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
    background: #000000;
    padding: 0;
  }
  .mobile-player .section__heading {
    margin: 0;
    width: 100%;
    background: #fff;
    color: #000000;
    border: 0;
    text-align: left;
  }
  .mobile-player .section__heading span {
    color: #000000;
    box-shadow: none;
    border: 0;
  }
  .mobile-player iframe {
    display: block;
  }
}

.site-footer {
  min-height: 100vh;
  padding: 120px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 768px) and (max-width: 1440px) {
  .site-footer {
    padding: 60px;
  }
}
@media (max-width: 768px) {
  .site-footer {
    min-height: 0;
    padding: 30px 30px 110px;
    font-size: 1rem;
  }
}
.site-footer .footer__signup {
  padding: 60px 0;
}
@media (max-width: 768px) {
  .site-footer .footer__signup {
    padding: 0 0 30px;
  }
}
.site-footer .footer__signup p {
  margin: 0 0 30px;
}
.site-footer .footer__signup .input-button-wrapper {
  display: flex;
  justify-content: center;
  gap: 0;
  transform: rotate(0.5deg);
}
.site-footer .footer__signup input[type=email] {
  font-family: "Neue Haas Grotesk", sans-serif;
  font-size: 0.833rem;
  padding: 7px 14px;
  border: 1px solid #fff;
  border-right: 0;
  background: transparent;
  color: #fff;
  outline: none;
}
.site-footer .footer__signup input[type=submit] {
  font-family: "Neue Haas Grotesk", sans-serif;
  font-size: 0.833rem;
  padding: 7px 14px;
  background: #fff;
  color: #000000;
  border: 1px solid #fff;
  cursor: pointer;
  transition: all 0.35s ease-in-out;
}
.site-footer .footer__signup input[type=submit]:hover {
  background: transparent;
  color: #fff;
}
.site-footer .footer__content {
  padding: 60px 0;
}
.site-footer .footer__content a {
  color: #fff;
}
.site-footer .music-links {
  padding-bottom: 60px;
}
@media (max-width: 768px) {
  .site-footer .music-links {
    padding-bottom: 30px;
  }
}
.site-footer .footer__copyright {
  display: block;
  padding-top: 60px;
}
@media (max-width: 768px) {
  .site-footer .footer__copyright {
    padding-top: 0;
    margin: 0;
    font-size: 12px;
  }
}

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