.deck-page {
  min-height: 100vh;
  color: #fff;
  background-color: #232526;
  background-image: url("New Web Materials/Background-anthracite-v2.jpg?revision=2");
  background-image: image-set(
    url("New Web Materials/background-home-3840-anthracite-v2.webp?revision=2") type("image/webp"),
    url("New Web Materials/Background-anthracite-v2.jpg?revision=2") type("image/jpeg")
  );
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  font-family: "Neue Haas Grotesk Display Pro", sans-serif;
  font-weight: 300;
}

.deck-page .product-header {
  min-height: clamp(280px, 38vw, 620px);
  color: #fff;
}

.deck-page .archive-logo {
  top: max(-.5vw, -10px);
  width: min(42vw, 806px);
}

.deck-page .archive-logo img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.deck-page .product-main {
  grid-template-columns: minmax(460px, 1.65fr) minmax(310px, .75fr);
  align-items: start;
  gap: clamp(44px, 5vw, 78px);
  width: min(90vw, 1120px);
  color: #fff;
}

.deck-page .deck-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.deck-page .deck-image-placeholder {
  display: block;
  overflow: hidden;
  background: #aeb2ba;
}

.deck-page .deck-image-placeholder img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  cursor: zoom-in;
}

.deck-lightbox {
  width: min(92vw, 980px);
  height: min(92vh, 1100px);
  max-width: none;
  max-height: none;
  margin: auto;
  padding: 0;
  overflow: hidden;
  border: 0;
  background: transparent;
}

.deck-lightbox::backdrop { background: rgba(2, 7, 36, .92); }

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

.deck-lightbox-close {
  position: absolute;
  z-index: 1;
  top: 8px;
  right: 8px;
  width: 38px;
  height: 38px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  color: #fff;
  background: rgba(2, 7, 36, .72);
  font: 300 30px/1 "Neue Haas Grotesk Display Pro", sans-serif;
  cursor: pointer;
}

.deck-page .product-information {
  width: 100%;
  margin: 0;
  padding-top: 29px;
  text-align: left;
}

.deck-page .product-description { margin-top: 26px; }
.deck-page .product-description p { text-align: left; }
.deck-page .kickstarter-launch p { margin-left: 0; text-align: left; }

.deck-page .product-heading h1,
.deck-page .product-description h2,
.deck-page .kickstarter-launch h2,
.deck-page .product-disclosures summary,
.deck-page .disclosure-copy h2 {
  color: #fff;
  font-family: "Neue Haas Grotesk Display Pro", sans-serif;
  font-weight: 500;
}

.deck-page .product-description p,
.deck-page .kickstarter-launch p,
.deck-page .disclosure-copy,
.deck-page .legal-links a {
  color: #fff;
  font-family: "Neue Haas Grotesk Display Pro", sans-serif;
  font-weight: 300;
}

.deck-page .kickstarter-price {
  margin: 0 0 22px;
  font-size: clamp(27px, 2.5vw, 38px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: .04em;
}

.deck-page .kickstarter-actions { text-align: center; }

.deck-page .kickstarter-cta {
  color: #050505;
  background: #fff;
  font-family: "Neue Haas Grotesk Display Pro", sans-serif;
  font-weight: 400;
  transition: transform 200ms ease;
}

.deck-page .kickstarter-cta[href] { cursor: pointer; }

.deck-page .kickstarter-logo {
  width: min(145px, 39%);
}

.deck-page .product-disclosures details {
  border-color: rgba(255, 255, 255, .72);
}

.deck-page .shipping-copy p { margin: 0 0 14px; text-align: left; }
.deck-page .shipping-copy p:last-child { margin-bottom: 0; }
.deck-page .shipping-copy a { color: #fff; text-underline-offset: 3px; }

.deck-page .site-footer {
  justify-content: center;
  color: #fff;
  background: transparent;
}

.deck-page .legal-links {
  justify-content: center;
}

.deck-page .legal-links a:hover { text-decoration: underline; }

@media (hover: hover) and (pointer: fine) {
  .deck-page .kickstarter-cta[href]:hover { transform: scale(1.025); }
}

@media (max-width: 1200px) {
  .deck-page {
    background-image: url("New Web Materials/Background-anthracite-v2.jpg?revision=2");
    background-image: image-set(
      url("New Web Materials/background-home-1800-anthracite-v2.webp?revision=2") type("image/webp"),
      url("New Web Materials/Background-anthracite-v2.jpg?revision=2") type("image/jpeg")
    );
  }
}

@media (max-width: 800px) {
  .deck-page .product-main {
    grid-template-columns: 1fr;
    width: min(88vw, 680px);
    gap: 48px;
  }
  .deck-page .product-information { width: min(100%, 520px); margin-inline: auto; padding-top: 0; }
}

@media (max-width: 600px) {
  .deck-page {
    background-image: url("New Web Materials/Background-anthracite-v2.jpg?revision=2");
    background-image: image-set(
      url("New Web Materials/background-home-900-anthracite-v2.webp?revision=2") type("image/webp"),
      url("New Web Materials/Background-anthracite-v2.jpg?revision=2") type("image/jpeg")
    );
  }

  .deck-page .product-header { min-height: 330px; }
  .deck-page .archive-logo { top: 24px; width: min(78vw, 340px); }
  .deck-page .product-main { margin-top: 8px; gap: 42px; }
  .deck-page .deck-gallery { gap: 12px; }
  .deck-page .deck-image-placeholder { width: min(100%, 390px); margin-inline: auto; }
  .deck-page .product-description p,
  .deck-page .kickstarter-launch p,
  .deck-page .disclosure-copy { font-size: 14px; line-height: 1.52; }
  .deck-page .kickstarter-cta { min-height: 52px; }
  .deck-page .kickstarter-logo { width: min(132px, 38%); }
  .deck-page .site-footer { padding-inline: 16px; }
  .deck-page .legal-links { justify-content: center; gap: 10px 18px; }
  .deck-page .legal-links a { font-size: 10px; }
}

@media (prefers-reduced-motion: reduce) {
  .deck-page .kickstarter-cta { transition: none; }
}

/* Navigation controls for the enlarged product photographs. */
.deck-lightbox-arrow {
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 52px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, .35);
  border-radius: 6px;
  color: #fff;
  background: rgba(20, 22, 23, .78);
  font: 300 38px/1 sans-serif;
  cursor: pointer;
}
.deck-lightbox-prev { left: 8px; }
.deck-lightbox-next { right: 8px; }
.deck-lightbox-arrow:focus-visible { outline: 2px solid #fff; outline-offset: 2px; }
.deck-lightbox-status {
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
  padding: 5px 10px;
  border-radius: 4px;
  background: rgba(20, 22, 23, .78);
  color: #fff;
  font-size: 12px;
  pointer-events: none;
}
