:root {
  --_quartermoon-branding---pure-black: #000;
  --_quartermoon-branding---midnight-blue: #0c0f29;
  --_quartermoon-branding---off-white: #f2f2f2;
}

.section {
  background-color: var(--_quartermoon-branding---pure-black);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding: 0;
  display: flex;
  position: relative;
  overflow-x: hidden;
}

.quartermoon-logo {
  width: 98%;
  max-width: 512px;
}

.code-embed {
  z-index: 1;
  flex-flow: column;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.tagline {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-family: Inter Tight, sans-serif;
  font-size: 1.25rem;
  font-weight: 100;
  line-height: 1.3;
}

.carousel-section {
  background-color: var(--_quartermoon-branding---pure-black);
  padding: 12px;
}

.obi-section {
  aspect-ratio: auto;
  background-color: var(--_quartermoon-branding---midnight-blue);
  align-items: stretch;
  width: 100vw;
  height: auto;
  padding: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.obi-wrapper {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0000;
  background-image: url('../images/paper_texture_bg.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  flex-flow: column;
  align-self: stretch;
  width: 20vw;
  height: 100%;
  min-height: 100vh;
  margin-left: 0;
  padding: 12px;
  display: flex;
  position: relative;
  left: 0;
  overflow: hidden;
}

.div-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--_quartermoon-branding---midnight-blue);
  flex-flow: column;
  flex: 1;
  place-content: flex-start center;
  align-items: center;
  height: 100%;
  padding: 16px;
  display: flex;
}

.text-block {
  color: var(--_quartermoon-branding---off-white);
  text-align: center;
  writing-mode: vertical-lr;
  text-orientation: upright;
  font-family: Inter Tight, sans-serif;
  font-size: 1rem;
}

.obi-text-heading {
  width: 100%;
  color: var(--_quartermoon-branding---off-white);
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  white-space: normal;
  word-break: normal;
  flex: 0 auto;
  font-family: Inter Tight, sans-serif;
  font-size: clamp(12px, .2rem + 2.0303vw, 2rem);
  line-height: 1.3;
  display: block;
}

.obi-divider {
  border-left: 1px solid var(--_quartermoon-branding---off-white);
  transform-origin: 50% 0;
  flex: 1;
  width: 1px;
  height: 100%;
}

.gallery-wrapper {
  background-color: #0000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  margin: auto;
  padding: 16px;
  display: flex;
  position: relative;
}

.div-block-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  aspect-ratio: auto;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  align-items: center;
  width: 75%;
  max-width: 720px;
  height: 80%;
  max-height: 90%;
  display: flex;
  position: relative;
}

.div-block-5 {
  aspect-ratio: 1;
  display: inline-flex;
}

.code-embed-2 {
  margin-bottom: 0;
}

.product-cell {
  aspect-ratio: 1;
  border: 1px solid var(--_quartermoon-branding---off-white);
  width: 25%;
  position: relative;
  overflow: hidden;
}

.product-cell:hover {
  transform: translate(0);
}

.product-image {
  transition: all .2s;
  position: relative;
  transform: translate(0);
}

.product-image:hover {
  transform: scale(1.2)translate(0);
}

.inside-border {
  z-index: 3;
  pointer-events: none;
  padding: 0;
  position: absolute;
  inset: 0%;
}

.obi-divider-copy {
  border-left: 1px solid var(--_quartermoon-branding---off-white);
  transform-origin: 50% 100%;
  flex: 1;
  width: 1px;
  height: 100%;
}

.section-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--_quartermoon-branding---pure-black);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 64px 48px;
  display: flex;
}

.link-block {
  width: 100%;
  max-width: 128px;
  max-height: none;
}

.about-section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--_quartermoon-branding---pure-black);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding: 48px;
  display: flex;
  position: relative;
}

.text-block-2 {
  color: var(--_quartermoon-branding---off-white);
  font-family: Inter Tight, sans-serif;
}

.heading {
  color: var(--_quartermoon-branding---off-white);
  margin: 0;
  font-family: Inter Tight, sans-serif;
  font-size: 72px;
  font-weight: 100;
  line-height: 1.2;
  position: relative;
  overflow: hidden;
}

.div-block-6 {
  z-index: 3;
  text-align: center;
  flex-flow: column;
  display: flex;
  position: relative;
}

.about-text {
  max-width: 56ch;
  color: var(--_quartermoon-branding---off-white);
  cursor: none;
  font-size: 1.5rem;
  line-height: 1.4;
}

.div-block-7 {
  position: relative;
  overflow: hidden;
}

.about-text-wrappers {
  z-index: 3;
  position: relative;
}

.code-embed-3 {
  z-index: 0;
  position: absolute;
  inset: 0%;
}

.socials {
  z-index: 3;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  font-family: Inter Tight, sans-serif;
  display: flex;
  position: relative;
  bottom: auto;
}

.soclal-link {
  max-width: 24px;
  transition: all .2s;
}

.soclal-link:hover {
  transform: scale(1.2);
}

.text-block-3 {
  color: var(--_quartermoon-branding---off-white);
}

.bandcamp-logo {
  width: auto;
  max-width: none;
  max-height: 24px;
  transition: all .2s;
}

.bandcamp-logo:hover {
  transform: scale(1.2);
}

.image {
  max-height: 24px;
}

.socials-header {
  z-index: 3;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 8vh;
  font-family: Inter Tight, sans-serif;
  display: flex;
  position: absolute;
  top: 40px;
  bottom: auto;
}

.email-icon {
  width: auto;
  max-width: none;
  max-height: 24px;
  transition: all .2s;
}

.email-icon:hover {
  transform: scale(1.2);
}

@media screen and (max-width: 991px) {
  .obi-section {
    background-color: var(--_quartermoon-branding---midnight-blue);
    align-items: center;
  }

  .obi-text-heading {
    font-size: 14px;
  }

  .about-text {
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 767px) {
  .obi-section {
    background-color: var(--_quartermoon-branding---midnight-blue);
    align-items: stretch;
  }

  .obi-wrapper {
    width: 22vw;
  }

  .div-block {
    padding: 8px;
  }

  .obi-text-heading {
    font-size: 10px;
    line-height: 1.4;
  }

  .gallery-wrapper {
    align-self: center;
    height: 100vh;
    display: flex;
  }

  .about-text {
    font-size: 1rem;
  }
}

@media screen and (max-width: 479px) {
  .obi-section {
    aspect-ratio: auto;
    background-color: var(--_quartermoon-branding---midnight-blue);
    height: 100vh;
  }

  .obi-wrapper {
    width: 30vw;
    min-width: 16ch;
    height: 100%;
  }

  .div-block {
    padding: 8px;
  }

  .obi-text-heading {
    font-size: 8px;
  }

  .gallery-wrapper {
    padding: 8px;
  }

  .div-block-4 {
    flex-flow: wrap;
    place-content: center;
    align-items: center;
    width: 88%;
  }

  .product-cell {
    width: 33%;
  }
}


