.buy-btn {
  margin-top: 16px;
  padding: 14px 20px;
  background: linear-gradient(
    135deg,
    rgba(155,214,255,0.25),
    rgba(155,214,255,0.08)
  );
  color: white;
  border: 1px solid rgba(155,214,255,0.4);
  font-family: var(--font-psx);
  font-size: 12px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.2s ease;
}

.buy-btn:hover {
  background: rgba(155,214,255,0.15);
  box-shadow: 0 0 15px rgba(155,214,255,0.3);
}

.buy-btn:disabled {
  opacity: 0.6;
  cursor: wait;
}

.buy-block,
.bandcamp-block {
  margin-top: 14px;
}

/* ✅ BANDCAMP FIXED (no empty space now) */
    .bandcamp-block {
      display: flex;
      flex-direction: column;
      gap: 10px;
      margin-top: 10px;
    }

    .bandcamp-frame {
      height: 120px;
      border: 1px solid var(--border-soft);
      background: #000;
      overflow: hidden;
    }

    .bandcamp-frame iframe {
      width: 100%;
      height: 100%;
      border: 0;
    }

    .tracklist {
      margin-top: 12px;
      padding-right: 6px;
      max-height: 60vh;
      overflow-y: auto;
      font-family: var(--font-psx);
      font-size: 12px;
    }

    .track {
      display: grid;
      grid-template-columns: 32px 1fr 80px;
      padding: 3px 4px;
      cursor: pointer;
    }

    .track.active {
      background: rgba(155,214,255,0.08);
      border-left: 2px solid var(--accent);
    }

    .track:hover {
      background: rgba(255,255,255,0.04);
    }

    .notes-block {
      margin-top: 12px;
      font-size: 11px;
      color: var(--text-muted);
    }

    .footer-strip {
      margin-top: 14px;
      padding-top: 8px;
      border-top: 1px solid rgba(255,255,255,0.08);
      display: flex;
      justify-content: space-between;
      font-size: 10px;
      font-family: var(--font-psx);
    }
  

  .lf-embed-text {
  color: white;
  border: 1px solid rgba(155,214,255,0.4);
  font-family: var(--font-psx);
  font-size: 12px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.2s ease;
}
.lf-embed-text p {
  margin: 0 0 12px 0;
}

.lf-header {
  color: #ff3b3b;
  text-shadow: 0 0 10px rgba(255, 0, 0, 0.7);
  letter-spacing: 1px;
}

.gallery-frame {
  width: 100%;
  height: 200px;
  background-size: cover;
  background-position: center;
  border: 2px solid #333;
  position: relative;
}

/* MEMORY 001 */
.gf-lake {
  background-image: url("images/after.png");
}

/* MEMORY 002 */
.gf-lab {
  background-image: url("images/evac.png");
}

/* MEMORY 003 */
.gf-city {
  background-image: url("images/explosion.png");
}

/* MEMORY 004 */
.gf-forest {
  background-image: url("images/hawk-down.png");
}

/* MEMORY 005 */
.gf-pier {
  background-image: url("images/list.png");
}

/* MEMORY 006 */
.gf-static {
  background-image: url("images/load.png");
}

.gallery-item {
  width: 100%;
  height: 200px;
  overflow: hidden;
  border: 2px solid #333;
  position: relative;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

#lightbox {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.85);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  cursor: zoom-out;
}

#lightbox img {
  max-width: 90%;
  max-height: 90%;
  border: 2px solid #444;
  box-shadow: 0 0 25px rgba(0,0,0,0.8);
}

.gallery-item {
  width: 100%;
  height: 200px;
  overflow: hidden;
  border: 2px solid #333;
  margin-top: 8px;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  cursor: zoom-in;
}
