@import url('/site-v43.css?v=91');

/* V91 visual consistency
   1) Poster outer stock uses the actual washi texture.
   2) Ukiyo-e and camera/photo mats are pure black.
   3) The 15-viewpoint chooser is uniformly black. */

:root {
  --poster-paper: #f4efe4;
}

.live-poster-preview,
.live-poster-brand,
.live-poster-caption,
.live-poster-footer,
.captured-poster-image {
  background-color: #f4efe4 !important;
  background-image: url('/assets/japanese-paper_00445.jpg?v=95') !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

.live-poster-artwork,
.live-poster-camera {
  background: #000 !important;
}

.live-poster-artwork img {
  background: #000 !important;
}

.live-poster-camera .camera-feed,
.live-poster-camera img,
.live-poster-camera video,
.live-poster-camera canvas {
  background: #000 !important;
}

/* 15 viewpoints / capture selection: one continuous black surface. */
#ukiyoe-capture-page-v69,
#ukiyoe-capture-page-v69 .capture-page-shell,
#ukiyoe-capture-page-v69 .capture-page-header,
#ukiyoe-capture-page-v69 .capture-page-scroll,
#ukiyoe-capture-page-v69 .capture-page-intro,
#ukiyoe-capture-page-v69 .capture-location-grid,
#ukiyoe-capture-page-v69 .capture-location-card,
#ukiyoe-capture-page-v69 .capture-location-card .location-card-copy {
  background: #000 !important;
  background-image: none !important;
  color: #fff !important;
}

#ukiyoe-capture-page-v69 .capture-page-header {
  border-bottom-color: rgba(255,255,255,.22) !important;
}

#ukiyoe-capture-page-v69 .capture-page-header h1,
#ukiyoe-capture-page-v69 .capture-page-intro p,
#ukiyoe-capture-page-v69 .capture-location-card .location-card-copy h3,
#ukiyoe-capture-page-v69 .capture-location-card .location-card-copy h3 small {
  color: #fff !important;
}

#ukiyoe-capture-page-v69 .capture-page-intro {
  border-bottom-color: rgba(255,255,255,.22) !important;
}

#ukiyoe-capture-page-v69 .capture-page-header > button {
  background: #000 !important;
  border-color: rgba(255,255,255,.55) !important;
  color: #fff !important;
}

#ukiyoe-capture-page-v69 .capture-location-card {
  border-color: rgba(255,255,255,.20) !important;
  box-shadow: none !important;
}

#ukiyoe-capture-page-v69 .capture-location-card .location-card-image {
  background: #000 !important;
}

#ukiyoe-capture-page-v69 .capture-location-card .location-card-copy > div > small {
  color: #8fc4ff !important;
}
