@import url("fonts.css");
:root { color: #111; background: #fff; font-family: "Neue Haas Grotesk Display Pro", sans-serif; font-synthesis: none; --font-display: "Neue Haas Grotesk Display Pro", sans-serif; }
* { box-sizing: border-box; }
html, body { margin: 0; min-height: 100%; }
body { min-height: 100vh; display: flex; flex-direction: column; background: #fff; }
a { color: inherit; }
.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.archive-header {
  position: relative;
  min-height: 158px;
  padding: 25px 2.6%;
  font-size: 13.5px;
  font-weight: 500;
}
.section-name { position: absolute; top: 25px; left: 2.6%; }
.home-link { position: absolute; top: 25px; right: 2.6%; text-decoration: none; }
.archive-logo { position: absolute; top: 22px; left: 50%; width: 190px; transform: translateX(-50%); }
.archive-logo img { display: block; width: 100%; height: auto; }

.archive-main { flex: 1 0 auto; padding: 18px 24px 100px; }
.card-grid {
  display: grid;
  grid-template-columns: repeat(10, minmax(0, 1fr));
  gap: 10px 9px;
  width: min(58vw, 650px);
  margin: 0 auto;
}
.archive-card { grid-column: span 2; display: block; aspect-ratio: 1063 / 1772; line-height: 0; }
.archive-card img { display: block; width: 100%; height: 100%; aspect-ratio: 1063 / 1772; object-fit: contain; border-radius: 7px; overflow: hidden; box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1); }
.archive-card:focus-visible { outline: 2px solid #111; outline-offset: 3px; }
.card-grid[data-count="14"] .archive-card:nth-child(11) { grid-column: 2 / span 2; }
.card-grid[data-count="22"] .archive-card:nth-child(21) { grid-column: 4 / span 2; }
.archive-error { text-align: center; }

.site-footer { display: flex; align-items: flex-end; padding: 0 3% 24px; }
.legal-links { display: flex; align-items: center; gap: clamp(20px, 3vw, 48px); padding-bottom: 7px; }
.legal-links a { font-size: 13px; text-decoration: none; white-space: nowrap; }
.instagram-link { display: inline-flex; width: 17px; height: 17px; align-items: center; justify-content: center; color: inherit; line-height: 0; flex: 0 0 auto; transition: opacity 180ms ease, transform 180ms ease; }
.instagram-link svg { display: block; width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.instagram-link .instagram-dot { fill: currentColor; stroke: none; }
@media (hover: hover) { .instagram-link:hover { opacity: .78; transform: scale(1.06); } }
.detail-main { display: grid; grid-template-columns: minmax(260px, 1fr) minmax(260px, 0.85fr); align-items: center; gap: clamp(40px, 7vw, 110px); width: min(84vw, 1050px); margin: 20px auto 90px; }
.detail-image-wrap { display: flex; justify-content: flex-end; }
.detail-image { width: min(100%, 390px); height: auto; aspect-ratio: 1063 / 1772; object-fit: contain; border-radius: 7px; overflow: hidden; box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1); }
.detail-copy { max-width: 470px; }
.detail-copy h1 { margin: 0 0 24px; font-family: var(--font-display); font-size: clamp(22px, 1.85vw, 26px); font-weight: 700; text-transform: uppercase; }
.detail-copy h2 { margin: 0 0 18px; font-family: var(--font-display); font-size: 15.5px; font-weight: 500; }
.detail-copy p { margin: 0; font-size: 15.5px; line-height: 1.5; text-align: justify; }
.detail-back { display: block; width: max-content; margin: 70px 0 0 auto; font-size: 38px; line-height: 1; text-decoration: none; font-weight: 400; }

.product-main {
  display: grid;
  grid-template-columns: minmax(460px, 1.65fr) minmax(310px, 0.75fr);
  align-items: start;
  gap: clamp(44px, 5vw, 78px);
  width: min(90vw, 1120px);
  margin: 32px auto 170px;
}
.deck-gallery { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.deck-image-placeholder { width: 100%; aspect-ratio: 2 / 3; background: #d5d7d6; }
.product-information { padding-top: 29px; }
.product-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 28px; }
.product-heading h1, .product-price { margin: 0; font-family: var(--font-display); font-size: clamp(22px, 1.85vw, 26px); font-weight: 700; white-space: nowrap; }
.product-description { margin-top: 26px; }
.product-description h2, .disclosure-copy h2 { margin: 0 0 7px; font-family: var(--font-display); font-size: 15.5px; font-weight: 500; }
.product-description p { margin: 0 0 19px; font-size: 13.5px; line-height: 1.5; font-weight: 400; text-align: justify; }
.purchase-area { margin-top: 52px; }
.purchase-area button { display: block; width: 100%; height: 49px; border-radius: 7px; font: inherit; font-size: 13px; font-weight: 400; cursor: pointer; }
.add-to-cart { border: 1px solid #211d1e; color: #fff; background: #211d1e; }
.checkout-button { margin-top: 10px; border: 1px solid #211d1e; color: #111; background: #fff; }
.cart-feedback { min-height: 18px; margin: 10px 0 0; font-size: 13px; text-align: center; }
.product-cart-link { display: block; width: max-content; margin: 3px auto 0; font-size: 13px; text-decoration: none; }
.kickstarter-launch { text-align: center; }
.kickstarter-launch h2 { margin: 0 0 14px; font-size: 15.5px; font-weight: 500; }
.kickstarter-launch p { margin: 0 auto 12px; max-width: 420px; font-size: 13.5px; font-weight: 400; line-height: 1.5; }
.kickstarter-cta { display: inline-flex; min-height: 49px; margin-top: 18px; padding: 0 28px; align-items: center; justify-content: center; border-radius: 7px; color: #fff; background: #211d1e; font-size: 13px; font-weight: 400; text-decoration: none; }
.kickstarter-cta[aria-disabled="true"] { cursor: default; }
.kickstarter-logo { display: block; width: min(118px, 32%); height: auto; margin: 14px auto 0; object-fit: contain; }
.product-disclosures { margin-top: 36px; }
.product-disclosures details { border-top: 1px solid #111; }
.product-disclosures details:last-child { border-bottom: 1px solid #111; }
.product-disclosures summary { display: flex; align-items: center; justify-content: space-between; min-height: 47px; padding: 0 4px; font-family: var(--font-display); font-size: 14.5px; font-weight: 500; cursor: pointer; list-style: none; }
.product-disclosures summary::-webkit-details-marker { display: none; }
.product-disclosures summary::after { content: "⌄"; font-size: 13px; font-weight: 400; transition: transform 180ms ease; }
.product-disclosures details[open] summary::after { transform: rotate(180deg); }
.disclosure-copy { padding: 0 4px 18px; font-size: 14.5px; line-height: 1.45; }
.disclosure-copy ul { margin: 0 0 12px; padding: 0; list-style: none; }
.disclosure-copy h2 { margin-top: 10px; }
.shipping-placeholder { min-height: 10px; }
.product-footer { margin-top: auto; }

@media (max-width: 800px) {
  .card-grid { grid-template-columns: repeat(8, minmax(0, 1fr)); width: min(76vw, 600px); }
  .card-grid[data-count="14"] .archive-card:nth-child(11) { grid-column: span 2; }
  .card-grid[data-count="14"] .archive-card:nth-child(13),
  .card-grid[data-count="22"] .archive-card:nth-child(21) { grid-column: 3 / span 2; }
  .detail-main { gap: 34px; width: 88vw; }
  .product-main { grid-template-columns: 1fr; width: min(88vw, 680px); margin-bottom: 110px; }
  .product-information { width: min(100%, 520px); margin: 0 auto; padding-top: 0; }
}

@media (max-width: 560px) {
  .archive-card {
    position: relative;
    z-index: 1;
    pointer-events: auto;
    touch-action: manipulation;
  }
  .archive-card img { pointer-events: none; }
  .archive-card img,
  .detail-image { border-radius: 5px; }

  .archive-header { min-height: 125px; }
  .archive-logo { width: 145px; }
  .archive-main { padding-inline: 18px; }
  .card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); width: min(88vw, 390px); gap: 14px 12px; }
  .archive-card,
  .card-grid[data-count="14"] .archive-card:nth-child(11),
  .card-grid[data-count="14"] .archive-card:nth-child(13),
  .card-grid[data-count="22"] .archive-card:nth-child(21) { grid-column: auto; }
  .archive-card:last-child:nth-child(odd) { grid-column: 1 / -1; width: calc((100% - 12px) / 2); justify-self: center; }
  .legal-links { flex-wrap: wrap; row-gap: 10px; }
  .detail-main { grid-template-columns: 1fr; margin-top: 0; }
  .detail-image-wrap { justify-content: center; }
  .detail-image { width: min(72vw, 320px); }
  .detail-copy { text-align: left; }
  .detail-copy h1 { font-family: var(--font-display); font-size: 20px; font-weight: 700; }
  .detail-copy h2 { margin-bottom: 18px; font-family: var(--font-display); font-size: 14px; font-weight: 500; }
  .detail-copy p { font-size: 14.5px; line-height: 1.5; text-align: justify; }
  .detail-back { margin-top: 35px; }
  .product-main { width: min(88vw, 430px); margin-top: 12px; gap: 48px; }
  .deck-gallery { gap: 12px; }
  .product-heading h1, .product-price { font-size: 22px; }
  .purchase-area { margin-top: 38px; }
  .kickstarter-launch p { font-size: 13px; }
  .kickstarter-cta { max-width: 100%; padding-inline: 22px; }
  .kickstarter-logo { width: min(104px, 34%); margin-top: 12px; }
}
