.section {
  background-image: url('../images/bg_3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  flex-flow: column;
  width: 100vw;
  min-height: 100vh;
  padding: 1rem;
  display: flex;
  position: relative;
}

.logo {
  filter: drop-shadow(0 8px 8px #0006);
  width: auto;
  max-width: 720px;
  max-height: 18%;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  inset: auto;
}

.contents {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  margin-left: auto;
  padding: 8px;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.packshot {
  aspect-ratio: 1;
  width: auto;
  max-width: 512px;
  max-height: 42%;
  box-shadow: 0 2px 6px #0003;
}

.cta-buttons {
  text-align: center;
  background-color: #23212e;
  width: 100%;
  min-width: 104px;
  margin-top: 0;
  font-family: Inconsolata, monospace;
  transition: all .2s;
}

.cta-buttons:hover {
  color: #23212e;
  background-color: #787bb2;
}

.ctas {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
  display: flex;
}

.socials {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
  display: flex;
}

.social-link {
  transition: all .2s;
}

.social-link:hover {
  filter: drop-shadow(0 2px 2px #2a2e4c80);
  transform: scale(1.1);
}

.video-section {
  z-index: 1;
  background-color: #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  min-height: 0;
  padding: 64px 1rem;
  display: flex;
  position: relative;
}

.youtube-embed-code {
  width: 100%;
}

.heading {
  z-index: 3;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  font-family: Inconsolata, monospace;
  font-size: clamp(2rem, 6vw, 3rem);
  line-height: 1.2;
  position: relative;
}

.merch-section {
  z-index: 3;
  background-color: #0000;
  background-image: linear-gradient(#00000080, #00000080);
  background-position: 0 0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 100vh;
  padding: 64px 1rem;
  display: flex;
  position: relative;
}

.tour-section {
  z-index: 3;
  background-color: #0000;
  background-image: linear-gradient(#00000080, #00000080);
  background-position: 0 0;
  flex-flow: column;
  min-height: auto;
  padding: 64px 1rem;
  display: flex;
  position: relative;
}

.heading-copy {
  z-index: 2;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  font-family: Inconsolata, monospace;
  font-size: clamp(2rem, 6vw, 3rem);
  line-height: 1.2;
  position: relative;
}

.merch-products {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  position: relative;
}

.merch-products.white-color-products, .merch-products.pink-color-products {
  z-index: 3;
  margin-top: 0;
  margin-bottom: 64px;
}

.merch-product {
  z-index: 2;
  aspect-ratio: 1;
  flex-flow: column;
  width: 19%;
  max-width: 256px;
  height: auto;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
}

.merch-product:hover {
  color: #fff;
  text-decoration: underline;
  transform: scale(1.1);
}

.product-image-wrapper {
  z-index: 2;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.image {
  z-index: 2;
  box-sizing: border-box;
  aspect-ratio: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.image.product-frontimage {
  z-index: 2;
}

.image.product-backimage {
  z-index: 1;
}

.heading-2 {
  z-index: 3;
  color: #fff;
  text-align: center;
  font-family: Inconsolata, monospace;
  font-size: 1.75rem;
  line-height: 1;
  position: relative;
}

.product-label {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-family: Inconsolata, monospace;
}

.blur-block {
  z-index: 2;
  filter: blur(16px);
  pointer-events: none;
  background-image: url('../images/bg_3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.code-embed {
  z-index: 2;
  height: auto;
  margin-top: 12px;
  margin-bottom: 12px;
  position: relative;
}

.condensed-section-wrapper {
  background-image: url('../images/bg_3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}

.form-section {
  background-color: #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 0;
  padding: 104px 12px;
  display: flex;
}

.form-embed {
  width: 100%;
  max-width: 480px;
  margin-top: 12px;
  margin-bottom: 12px;
  font-family: Inconsolata, monospace;
}

@media screen and (max-width: 991px) {
  .section {
    background-position: 15%;
    min-height: 800px;
  }

  .logo {
    width: 50%;
    max-height: none;
    margin-top: 12px;
  }

  .contents {
    justify-content: space-around;
    width: 100%;
  }

  .packshot {
    width: 60%;
    max-width: 300px;
    max-height: none;
    margin-top: auto;
  }

  .ctas {
    justify-content: center;
    align-items: center;
    margin-bottom: auto;
  }

  .socials {
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 1.5rem;
  }

  .heading {
    margin-left: auto;
  }

  .merch-section, .tour-section {
    background-position: 15%;
  }

  .heading-copy {
    margin-right: auto;
  }

  .merch-products {
    justify-content: center;
  }

  .merch-product {
    width: 30%;
  }

  .heading-2 {
    margin-top: 24px;
    margin-bottom: 12px;
  }

  .blur-block {
    background-position: 15%;
  }

  .code-embed {
    margin-top: 12px;
    margin-bottom: 12px;
  }
}

@media screen and (max-width: 767px) {
  .section {
    background-position: 24%;
    min-height: 800px;
  }

  .contents {
    justify-content: space-around;
    width: 100%;
  }

  .packshot {
    width: auto;
  }

  .merch-section, .tour-section, .blur-block {
    background-position: 24%;
  }
}

@media screen and (max-width: 479px) {
  .section {
    background-position: 25%;
    width: 100svw;
    height: 100dvh;
    min-height: 100dvh;
    overflow-x: hidden;
  }

  .logo {
    z-index: 3;
    aspect-ratio: 1024 / 532;
    filter: drop-shadow(0 8px 8px #0006);
    width: 80%;
    max-width: 80vw;
  }

  .contents {
    justify-content: space-around;
    align-items: center;
    min-height: 720px;
  }

  .packshot {
    width: 88%;
    margin-top: auto;
  }

  .ctas {
    margin-bottom: auto;
  }

  .video-section {
    min-height: auto;
  }

  .heading {
    margin-left: auto;
  }

  .merch-section {
    background-position: 25%;
    overflow: hidden;
  }

  .tour-section {
    background-position: 25%;
  }

  .heading-copy {
    margin-right: auto;
  }

  .merch-products {
    margin-top: 1rem;
  }

  .merch-product {
    width: 45%;
  }

  .heading-2 {
    font-size: 1.5rem;
  }

  .blur-block {
    filter: blur(8px);
    background-position: 25%;
    background-size: cover;
    width: 100%;
    height: 100%;
    left: auto;
    right: auto;
  }
}


