/* Jahntella V3 — focused downloads and minimal debut-era merch */

.downloads-signature {
  display: block;
  width: min(250px, 52vw);
  max-width: 250px;
  max-height: 82px;
  object-fit: contain;
  margin: 18px auto 0;
  filter: drop-shadow(0 0 14px rgba(255, 30, 160, .32));
}

.poster-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
  width: min(100%, 1080px);
  margin: 38px auto 54px;
}

.poster-card {
  overflow: hidden;
  border: 1px solid rgba(255, 85, 183, .30);
  border-radius: 24px;
  background: linear-gradient(145deg, rgba(55, 5, 48, .94), rgba(16, 0, 20, .96));
  box-shadow: 0 22px 60px rgba(0, 0, 0, .32);
}

.poster-image {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #080008;
}

.poster-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.poster-download-only {
  padding: 18px;
  text-align: center;
}

.poster-download-only .primary-button {
  display: inline-flex;
  justify-content: center;
  width: min(100%, 260px);
}

.download-preview {
  display: block;
  pointer-events: none;
}

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

.download-copy h3 {
  margin-bottom: 18px;
}

.download-actions {
  display: block;
}

.download-actions .primary-button {
  display: inline-flex;
  justify-content: center;
  width: min(100%, 260px);
}

.wallpaper-divider {
  display: flex;
  align-items: center;
  gap: 18px;
  max-width: 1080px;
  margin: 10px auto 34px;
  color: #ff72c7;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .18em;
}

.wallpaper-divider::before,
.wallpaper-divider::after {
  content: "";
  height: 1px;
  flex: 1;
  background: linear-gradient(90deg, transparent, rgba(255,83,180,.65), transparent);
}

.pop-merch-section {
  padding: 84px 24px;
}

.merch-hero-card {
  position: relative;
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  align-items: center;
  gap: 48px;
  width: min(100%, 1080px);
  min-height: 390px;
  margin: 0 auto;
  padding: 42px;
  overflow: hidden;
  border: 1px solid rgba(255, 94, 187, .34);
  border-radius: 32px;
  background:
    radial-gradient(circle at 18% 30%, rgba(255, 89, 190, .30), transparent 34%),
    linear-gradient(135deg, rgba(70, 8, 68, .96), rgba(17, 0, 24, .98));
  box-shadow: 0 28px 80px rgba(0,0,0,.38);
}

.merch-era-mark {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 280px;
}

.merch-j {
  position: relative;
  z-index: 3;
  font-family: "Playfair Display", serif;
  font-size: clamp(7rem, 14vw, 11rem);
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-shadow: 0 0 35px rgba(255,75,177,.48);
}

.merch-star {
  position: absolute;
  z-index: 4;
  right: 24%;
  top: 19%;
  color: #ff76c4;
  font-size: 2rem;
  transform: rotate(12deg);
}

.merch-ring {
  position: absolute;
  border: 1px solid rgba(255,255,255,.20);
  border-radius: 50%;
}

.ring-one {
  width: 220px;
  height: 220px;
}

.ring-two {
  width: 280px;
  height: 280px;
  border-color: rgba(255, 92, 186, .24);
}

.merch-hero-copy h2 {
  max-width: 600px;
  margin: 10px 0 18px;
}

.merch-small-line {
  margin: 0;
  color: #ff76c4;
  font-size: .82rem;
  font-weight: 900;
  letter-spacing: .18em;
}

@media (max-width: 820px) {
  .poster-gallery {
    grid-template-columns: 1fr;
    width: min(100%, 560px);
    gap: 22px;
  }

  .poster-card {
    width: 100%;
  }

  .poster-image {
    aspect-ratio: 4 / 3;
  }

  .merch-hero-card {
    grid-template-columns: 1fr;
    gap: 10px;
    min-height: 0;
    padding: 30px 24px 36px;
    text-align: center;
  }

  .merch-era-mark {
    min-height: 220px;
  }

  .ring-one {
    width: 180px;
    height: 180px;
  }

  .ring-two {
    width: 225px;
    height: 225px;
  }

  .merch-star {
    right: 29%;
  }
}

@media (max-width: 520px) {
  .downloads-signature {
    width: min(210px, 48vw);
    max-height: 68px;
  }

  .poster-gallery {
    width: min(100%, 390px);
    margin-top: 30px;
  }

  .poster-card {
    border-radius: 18px;
  }

  .poster-download-only {
    padding: 14px;
  }

  .pop-merch-section {
    padding: 68px 18px;
  }

  .merch-hero-card {
    border-radius: 24px;
  }
}
