/* Standalone zine page overrides */
.zine-hero-image {
  background-image:
    linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    url("assets/751EE3E7-2CED-4018-8986-698335FF7554 1.png");
  background-position: center center;
  background-size: cover;
}

.zine-page main > .zine-detail-panel {
  position: relative;
  display: grid;
  place-items: start center;
  min-height: auto;
  height: auto;
  padding: 4rem 1rem 2.5rem;
  background: #000;
  color: #fff;
}

.zine-detail-shell {
  position: relative;
  display: grid;
  justify-items: center;
  width: min(96vw, 98rem);
  margin-top: 1.25rem;
}

.zine-detail-stage {
  position: relative;
  width: min(88vw, 92rem);
  aspect-ratio: 1235 / 596;
}

.zine-detail-cover {
  position: relative;
  width: 100%;
  height: 100%;
  background:
    url("assets/drive-import/Desktop/HOME page/Pictures (Original)/opened_CD_case.jpg")
      center center / cover no-repeat;
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.28);
}

.zine-detail-label {
  position: absolute;
  left: 26%;
  top: 59.5%;
  width: 29%;
  min-height: 11%;
  display: grid;
  place-items: center;
  color: #10449e;
  font-family: "Gochi Hand", cursive;
  font-size: clamp(2.45rem, 3.8vw, 4.45rem);
  line-height: 1;
  background:
    url("assets/paper-label.png") center center / 100% 100% no-repeat;
  transform: translate(-50%, -50%) rotate(-4deg);
}

.zine-detail-disc-wrap {
  position: absolute;
  right: 4.1%;
  top: 3.4%;
  display: block;
  width: 47%;
  color: inherit;
  text-decoration: none;
}

.zine-detail-disc {
  display: block;
  width: 100%;
  filter: drop-shadow(0 1rem 2rem rgba(0, 0, 0, 0.35));
}

.zine-detail-meta {
  position: absolute;
  right: 7.5%;
  top: 48.5%;
  width: 28%;
  color: #f0c791;
  font-family: "Helvetica Neue", "Inter", sans-serif;
  font-size: clamp(0.28rem, 0.46vw, 0.42rem);
  line-height: 1.15;
  text-align: right;
}

.zine-detail-meta p,
.zine-detail-meta span {
  margin: 0;
}

.zine-detail-meta span {
  display: block;
  margin-top: 0.45rem;
  font-style: italic;
}

.zine-detail-hint {
  margin: 1.5rem auto 0;
  font-family: "Helvetica Neue", "Inter", sans-serif;
  font-size: clamp(1rem, 1.35vw, 1.25rem);
  font-style: italic;
  line-height: 1.2;
  text-align: center;
}

.zine-page-arrow {
  position: absolute;
  left: 0.25rem;
  top: 50%;
  width: clamp(3rem, 5vw, 5rem);
  height: clamp(3rem, 5vw, 5rem);
  border: 0;
  color: #fff;
  background: transparent;
  font-size: clamp(3rem, 5vw, 5rem);
  line-height: 1;
  transform: translateY(-50%);
}

@media (max-width: 900px) {
  .zine-hero-image {
    background-position: center center;
    background-size: cover;
  }

  .zine-page main > .zine-detail-panel {
    min-height: auto;
    height: auto;
    align-content: start;
    padding: 2.75rem 0.75rem 1.15rem;
  }

  .zine-detail-shell {
    width: min(98vw, 48rem);
    margin-top: 0;
  }

  .zine-detail-stage {
    width: min(90vw, 44rem);
  }

  .zine-detail-label {
    left: 25.5%;
    top: 59%;
    width: 30%;
    font-size: clamp(1.45rem, 4.4vw, 2.35rem);
  }

  .zine-detail-disc-wrap {
    right: 4.1%;
    top: 3.4%;
    width: 47%;
  }

  .zine-detail-meta {
    right: 7%;
    top: 48%;
    width: 28%;
    font-size: clamp(0.18rem, 0.62vw, 0.3rem);
  }

  .zine-detail-hint {
    margin-top: 0.65rem;
  }

  .zine-page-arrow {
    left: -0.1rem;
    top: 44%;
  }
}

@media (max-width: 640px) {
  .zine-hero-image {
    background-position: center center;
    background-size: cover;
  }

  .zine-page main > .zine-detail-panel {
    min-height: auto;
    height: auto;
    align-content: start;
    padding: 2.35rem 0.5rem 1rem;
  }

  .zine-detail-shell {
    width: min(100vw, 24rem);
    margin-top: 0;
  }

  .zine-detail-stage {
    width: min(88vw, 22rem);
  }

  .zine-detail-label {
    left: 19%;
    bottom: 20%;
    width: 24%;
    font-size: 1.2rem;
  }

  .zine-detail-meta {
    right: 10.5%;
    top: 46.8%;
    width: 24%;
    font-size: 0.22rem;
    line-height: 1.1;
  }

  .zine-detail-meta span {
    margin-top: 0.22rem;
  }

  .zine-detail-hint {
    width: 92%;
    margin-top: 0.55rem;
    font-size: 0.85rem;
  }

  .zine-page-arrow {
    left: -0.1rem;
    top: 43%;
    width: 2.2rem;
    height: 2.2rem;
    font-size: 2.7rem;
  }
}
