/*
 * Album Design 32 Proposal 05.
 * Locked Design 32 components come from goonpass-video-design32-p03-v9.css.
 * This layer only arranges album content and styles album-only gallery/ZIP UI.
 */

.gp32-album-page .gp32-album,
.gp32-album-page .gp32-album-stack {
  min-width: 0;
}

.gp32-album-page .gp32-album-stack {
  display: grid;
  gap: 14px;
}

.gp32-album-page .gp32-album-stack > .gp32-scene-title { order: 1; }
.gp32-album-page .gp32-album-stack > .block-album { order: 2; }
.gp32-album-page .gp32-album-stack > .gp32-scene-actions { order: 3; }
.gp32-album-page .gp32-album-stack > .sponsor,
.gp32-album-page .gp32-album-stack > .place { order: 4; }
.gp32-album-page .gp32-album-stack > .gp32-album-details { order: 5; }

.gp32-album-page .block-album,
.gp32-album-page .block-album .album-holder {
  width: 100%;
  min-width: 0;
  margin: 0;
  padding: 0;
  background: transparent;
}

.gp32-album-page .gp32-album-zip {
  min-width: 162px;
  padding-right: 11px;
  padding-left: 11px;
  text-transform: none;
}

.gp32-album-page .gp32-album-download-copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.05;
  text-align: left;
}

.gp32-album-page .gp32-album-download-copy > b {
  color: #f3f5f6;
  font-size: 12px;
  text-transform: uppercase;
}

.gp32-album-page .gp32-album-download-copy > small {
  margin-top: 3px;
  color: #f7c928;
  font-size: 9px;
  font-weight: 700;
  white-space: nowrap;
}

.gp32-album-page .gp32-album-favorite,
.gp32-album-page .gp32-album-favorite:hover,
.gp32-album-page .gp32-album-favorite.open,
.gp32-album-page .gp32-watch-later,
.gp32-album-page .gp32-watch-later:hover,
.gp32-album-page .gp32-watch-later.open {
  position: static !important;
  width: auto !important;
  height: auto !important;
  display: flex !important;
  overflow: visible !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.gp32-album-page .gp32-album-favorite > ul,
.gp32-album-page .gp32-album-favorite:hover > ul,
.gp32-album-page .gp32-album-favorite.open > ul,
.gp32-album-page .gp32-watch-later > ul,
.gp32-album-page .gp32-watch-later:hover > ul,
.gp32-album-page .gp32-watch-later.open > ul {
  position: static !important;
  inset: auto !important;
  width: auto !important;
  min-width: 0 !important;
  height: auto !important;
  max-height: none !important;
  display: block !important;
  overflow: visible !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  pointer-events: auto !important;
}

.gp32-album-page .gp32-album-favorite > ul > li,
.gp32-album-page .gp32-watch-later > ul > li {
  position: static !important;
  width: auto !important;
  height: auto !important;
  display: block !important;
  overflow: visible !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

.gp32-album-page .gp32-album-favorite > ul > li.hidden,
.gp32-album-page .gp32-watch-later > ul > li.hidden {
  display: none !important;
}

.gp32-album-page .gp32-album-favorite > ul > li:not(.hidden) > .gp32-action-button,
.gp32-album-page .gp32-album-favorite:hover > ul > li:not(.hidden) > .gp32-action-button,
.gp32-album-page .gp32-watch-later > ul > li:not(.hidden) > .gp32-action-button,
.gp32-album-page .gp32-watch-later:hover > ul > li:not(.hidden) > .gp32-action-button {
  position: static !important;
  box-sizing: border-box !important;
  display: inline-flex !important;
  overflow: visible !important;
  border: 1px solid #3b444f !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}

.gp32-album-page .gp32-album-favorite .gp32-action-button.is-active,
.gp32-album-page .gp32-watch-later .gp32-action-button.is-active {
  border: 1px solid #3b444f !important;
  background: #20252c !important;
  color: #e4e7ea !important;
  box-shadow: none !important;
}

.gp32-album-page .gp32-album-favorite .gp32-action-button.is-active > .gp32-icon {
  color: #f0444d !important;
  fill: rgba(240, 68, 77, .2);
}

.gp32-album-page .gp32-watch-later .gp32-action-button.is-active > .gp32-icon {
  color: #42b96b !important;
}

.gp32-album-page .gp32-album-download-balloon {
  top: calc(100% + 7px);
  right: 4px;
}

.gp32-album-page .gp32-album-details {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-areas:
    "pornstars"
    "information"
    "taxonomy"
    "discussion";
  gap: 12px;
  align-items: stretch;
}

.gp32-album-page .gp32-album-details > .album-slot {
  min-width: 0;
  height: 100%;
}

.gp32-album-page .gp32-album-details > .slot-pornstars { grid-area: pornstars; }
.gp32-album-page .gp32-album-details > .slot-information { grid-area: information; }
.gp32-album-page .gp32-album-details > .slot-taxonomy { grid-area: taxonomy; }
.gp32-album-page .gp32-album-details > .slot-discussion { grid-area: discussion; }

@media (min-width: 901px) {
  .gp32-album-page .gp32-album-details {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-areas:
      "pornstars pornstars"
      "information taxonomy"
      "discussion discussion";
  }
}

@media (min-width: 761px) {
  .gp32-album-page .layout-stack .gp32-performer-featured,
  .gp32-album-page .layout-stack .gp32-performer-expanded {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .gp32-album-page .layout-stack .gp32-performer-featured,
  .gp32-album-page .layout-stack .gp32-performer-expanded {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.gp32-album-page .gp32-album-access-cover {
  position: absolute;
  z-index: 6;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 18px;
  background: rgba(2, 3, 5, .78);
  text-align: center;
}

.gp32-album-page .gp32-album-access-cover > div {
  width: min(410px, 100%);
  color: #dce1e6;
}

.gp32-album-page .gp32-album-access-cover .gp32-icon {
  width: 32px;
  height: 32px;
  color: #f7c928;
  fill: none;
  stroke: currentColor;
}

.gp32-album-page .gp32-album-access-cover small {
  display: block;
  margin-top: 9px;
  color: var(--gp32-red);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.gp32-album-page .gp32-album-access-cover h2 {
  margin: 4px 0 6px;
  color: #fff;
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: 31px;
  font-weight: 400;
}

.gp32-album-page .gp32-album-access-cover p {
  margin: 0;
  color: #bcc3cb;
  font-size: 13px;
}

.gp32-album-page .gp32-album-access-cover a {
  min-width: 145px;
  min-height: 39px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 13px;
  background: #ffcb05;
  color: #08090b;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.gp32-album-page .gp32-more-to-watch .related-albums {
  width: 100%;
  max-width: none;
  min-width: 0;
  margin-right: 0;
  margin-left: 0;
}

@media (max-width: 900px) {
  .gp32-album-page .block-album .images {
    --album-gap: 7px;
    --album-columns: 4;
    position: relative;
    width: 100%;
    min-width: 0;
    display: grid;
    grid-template-columns: repeat(var(--album-columns), minmax(0, 1fr));
    gap: var(--album-gap);
    padding: 8px;
    border: 1px solid #2e353e;
    background: #111419;
  }

  .gp32-album-page .block-album .images > .item {
    position: relative;
    width: auto;
    min-width: 0;
    height: auto;
    display: block;
    overflow: hidden;
    aspect-ratio: 4 / 3;
    margin: 0;
    padding: 0;
    float: none;
    border: 1px solid #252b33;
    background: #090b0e;
    color: #fff;
  }

  .gp32-album-page .block-album .images > .item::after {
    content: "";
    position: absolute;
    inset: 0;
    border: 2px solid transparent;
    pointer-events: none;
    transition: border-color .16s ease;
  }

  .gp32-album-page .block-album .images > a.item:hover::after,
  .gp32-album-page .block-album .images > a.item:focus-visible::after {
    border-color: var(--gp32-red);
  }

  .gp32-album-page .block-album .images > .item img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform .2s ease;
  }

  .gp32-album-page .block-album .images > a.item:hover img {
    transform: scale(1.025);
  }

  .gp32-album-page .block-album .images > .message {
    grid-column: 1 / -1;
  }
}

@media (max-width: 760px) {
  .gp32-album-page .gp32-album-stack {
    gap: 10px;
  }

  .gp32-album-page .block-album .images {
    --album-columns: 3;
    --album-gap: 4px;
    padding: 4px;
  }

  .gp32-album-page .gp32-album-details {
    gap: 10px;
  }

  .gp32-album-page .gp32-album-zip {
    min-width: 36px;
  }

  .gp32-album-page .gp32-album-download-copy {
    display: none;
  }

  .gp32-album-page .gp32-album-download-balloon {
    right: 0;
    width: min(300px, 100%);
  }

  .gp32-album-page .gp32-more-to-watch .related-albums .list-albums {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (max-width: 460px) {
  .gp32-album-page .block-album .images {
    --album-columns: 2;
  }
}

@media (prefers-reduced-motion: reduce) {
  .gp32-album-page .block-album .images > .item img {
    transition: none;
  }
}

@media (hover: hover) and (pointer: fine) {
  .gp32-album-page .gp32-album-favorite .gp32-action-button:hover,
  .gp32-album-page .gp32-watch-later .gp32-action-button:hover {
    border-color: var(--gp32-red) !important;
  }
}

.gp32-album-page .gp-page-meta {
  color: #aeb5bd;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.gp32-album-page .gp-page-meta b {
  color: #f7c928;
}
