
* { box-sizing: border-box; }
html, body { margin: 0; width: 100%; height: 100%; background: #000; }
body { overflow: hidden; color: #edece8; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; }
a { color: inherit; }
.scene { position: fixed; inset: 0; overflow: hidden; background: #000; }
/* A single image, covering the viewport. The link uses the image's coordinates,
   so it stays precisely over the black hole, even when the image is cropped. */
.image-plane {
  position: absolute; left: 50%; top: 50%;
  width: max(100vw, 177.777778vh);
  height: max(100vh, 56.25vw);
  transform: translate(-50%, -50%);
}
@supports (height: 100dvh) {
  .image-plane { width: max(100vw, 177.777778dvh); height: max(100dvh, 56.25vw); }
}
.artwork { display: block; width: 100%; height: 100%; object-fit: cover; user-select: none; -webkit-user-drag: none; }
.purchase-target {
  position: absolute; left: 49.85%; top: 47.75%;
  width: 18.4%; aspect-ratio: 1;
  transform: translate(-50%, -50%); border-radius: 50%;
  cursor: pointer; outline: none; -webkit-tap-highlight-color: transparent;
}
.purchase-target:focus-visible { outline: 2px solid #ffdcab; outline-offset: 8px; }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}
/* Quiet, human-accessible offer information. Same HTML for every visitor.
   The disclosure is not a block of hidden SEO links. */
.sale-info {
  position: fixed; right: max(18px, env(safe-area-inset-right));
  bottom: max(18px, env(safe-area-inset-bottom)); z-index: 3;
}
.sale-info > summary {
  list-style: none; display: grid; place-items: center;
  width: 44px; height: 44px; padding: 11px; cursor: pointer;
  color: #aaa9a3; background: transparent; border: 0;
}
.sale-info > summary::-webkit-details-marker { display: none; }
.sale-info > summary:hover, .sale-info > summary:focus-visible { color: #fff0d7; }
.sale-info > summary:focus-visible { outline: 1px solid #ffd6a0; outline-offset: -3px; border-radius: 50%; }
.sale-info > summary svg { width: 18px; height: 18px; display: block; }
.offer-panel {
  position: absolute; right: 0; bottom: 55px;
  width: min(330px, calc(100vw - 36px));
  max-height: calc(100dvh - 100px); overflow-y: auto;
  padding: 25px; background: #07090bf5;
  border: 1px solid #ffffff25; border-radius: 4px;
  box-shadow: 0 12px 50px #0008;
}
.offer-panel h1 { margin: 0 0 20px; font-size: 27px; font-weight: 500; letter-spacing: -.8px; }
.offer-panel .label { margin: 0 0 6px; color: #c9c9c3; font-size: 10px; text-transform: uppercase; letter-spacing: 1.6px; }
.offer-panel .price { margin: 0 0 6px; font-size: 28px; font-weight: 400; letter-spacing: -.7px; }
.offer-panel .price small { font-size: 12px; color: #c9c9c3; letter-spacing: 0; }
.offer-panel p { font-size: 12px; line-height: 1.65; color: #c9c9c3; }
.offer-panel .buy { display: block; margin: 22px 0 18px; padding: 13px 16px; border: 1px solid #ffd9a577; text-decoration: none; color: #ffe3bf; font-size: 13px; }
.offer-panel .buy:hover { background: #ffdfba0d; }
.offer-panel .resources { display: flex; gap: 14px; flex-wrap: wrap; }
.offer-panel .resources a { font-size: 11px; text-underline-offset: 4px; }
.offer-panel a:focus-visible { outline: 2px solid #ffe1b4; outline-offset: 4px; }
.acquisition { overflow: auto; min-height: 100%; height: auto; }
.acquisition-content { width: min(100% - 40px, 680px); margin: 70px auto; line-height: 1.7; }
.acquisition-content h1 { font-size: clamp(28px, 6vw, 42px); line-height: 1.2; }
.acquisition-content a { color: #ffe3bf; text-underline-offset: 4px; }
.acquisition-content a:focus-visible { outline: 2px solid #ffe1b4; outline-offset: 4px; }
.acquisition-content nav { margin-top: 36px; }
.acquisition-link { display: inline-block; border: 1px solid #ffd9a577; padding: 12px 18px; }
