html, body {
  margin: 0;
  width: 100%;
  min-height: 100%;
}

body {
  overflow-x: hidden;
  overflow-y: auto;
}

body {
  background: #fff;
}

.background {
  position: fixed;
  inset: 0;
  background-image: url("images/Bandits_Roost.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.30;
  z-index: 0;
}

.stage {
  position: relative;
  width: 100vw;
  height: 1400px;
  z-index: 1;
}

.trip-frame {
  position: absolute;
  width: 920px;
  height: 670px;
  left: calc(50% - 100px);
  top: 50%;
  transform: translate(-50%, -50%);
  border: 2px solid #000;
  box-sizing: border-box;
  background: #fff;
  padding: 12px;
}

.cover-preview {
  position: absolute;
  width: 500px;
  height: 642px;
  left: 12px;
  top: 12px;
  overflow: hidden;
  background: #fff;
}

.moving-block {
  position: absolute;
  inset: 0;
  width: 500px;
  height: 642px;
  object-fit: contain;
  transition: opacity 220ms ease;
}

.peek-page {
  position: absolute;
  inset: 0;
  box-sizing: border-box;
  padding: 42px 42px 36px;
  background: #fffdf7;
  color: #151515;
  font-family: Georgia, "Times New Roman", serif;
  opacity: 0;
  transition: opacity 220ms ease;
  overflow: hidden;
}

.cover-preview:hover .moving-block {
  opacity: 0;
}

.cover-preview:hover .peek-page {
  opacity: 1;
}

.peek-kicker {
  margin-bottom: 10px;
  font-size: 12px;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.peek-page h2 {
  margin: 0 0 28px;
  font-size: 25px;
  font-weight: normal;
  line-height: 1.2;
}

.peek-page p {
  margin: 0 0 18px;
  font-size: 15px;
  line-height: 1.55;
}

.peek-note {
  position: absolute;
  left: 42px;
  bottom: 28px;
  font-size: 12px;
  letter-spacing: .04em;
  border-top: 1px solid #888;
  padding-top: 8px;
}



.site-logo {
  position: absolute;
  top: 28px;
  left: 32px;
  width: 360px;
  height: auto;
  z-index: 10;
  display: block;
}


.top-nav {
  position: absolute;
  top: 51px;
  right: 61px;
  z-index: 10;
  display: flex;
  gap: 28px;
  align-items: center;
  padding-bottom: 10px;
  border-bottom: 2px solid #000;
}

.top-nav::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -6px;
  border-bottom: 2px solid #000;
}

.top-nav a {
  color: #000;
  text-decoration: none;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 19.2px;
  letter-spacing: 0.03em;
  white-space: nowrap;
}

.top-nav a:hover {
  text-decoration: underline;
}


.page-content {
  position: relative;
  min-height: 2140px;
  z-index: 1;
}

html { overflow-y: scroll; }

.release-copy {
  position: absolute;
  left: 550px;
  right: 38px;
  top: 78px;
  bottom: 54px;
  font-family: Georgia, "Times New Roman", serif;
  color: #111;
}
.release-label {
  font-size: 13px;
  letter-spacing: .18em;
  margin-bottom: 42px;
}
.release-copy h1 {
  margin: 0 0 8px 0;
  font-size: 38px;
  font-weight: normal;
  letter-spacing: .04em;
}
.release-author {
  font-size: 18px;
  font-style: italic;
}
.release-rule {
  width: 54px;
  border-top: 1px solid #111;
  margin: 28px 0;
}
.release-tagline {
  font-size: 21px;
  font-style: italic;
  line-height: 1.35;
  margin: 0 0 24px 0;
}
.release-description {
  font-size: 16px;
  line-height: 1.55;
  margin: 0;
}
.bookseller-link {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #111;
  text-decoration: none;
  font-size: 15px;
  border-bottom: 1px solid #111;
  padding-bottom: 3px;
}
.bookseller-link:hover {
  border-bottom-width: 2px;
}


.footer-nav {
  position: relative;
  width: 100%;
  height: 175px;
  box-sizing: border-box;
  background: #000;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-nav nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px 34px;
  padding: 0 40px;
}

.footer-nav a {
  color: #fff;
  text-decoration: none;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 16px;
  letter-spacing: .03em;
  white-space: nowrap;
}

.footer-nav a:hover {
  text-decoration: underline;
}


.site-copyright {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 18px;
  text-align: center;
  color: #ccc;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 12px;
  letter-spacing: .03em;
}

.older-catalog {
  position: absolute;
  top: 1268px;
  left: calc(50% - 100px);
  width: 920px;
  min-height: 610px;
  transform: translateX(-50%);
  box-sizing: border-box;
  padding: 28px 34px 34px;
  background: #fff;
  border: 2px solid #000;
  font-family: Georgia, "Times New Roman", serif;
  color: #111;
  z-index: 10;
}

.catalog-label {
  font-size: 13px;
  letter-spacing: .18em;
  margin-bottom: 24px;
}

.catalog-grid {
  display: grid;
  grid-template-columns: repeat(3, 160px);
  justify-content: space-between;
  row-gap: 34px;
}

.catalog-book {
  color: #111;
  text-decoration: none;
  display: block;
}

.generic-cover {
  width: 160px;
  height: 230px;
  box-sizing: border-box;
  background: #f7f3e9;
  border: 1px solid #222;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 18px 14px;
  font-size: 17px;
  line-height: 1.25;
  letter-spacing: .05em;
}

.catalog-book span {
  display: block;
  width: 160px;
  margin-top: 8px;
  font-size: 13px;
  line-height: 1.25;
  font-style: italic;
}

.catalog-book:hover .generic-cover {
  border-width: 2px;
}


.whitray-tagline {
  position: absolute;
  top: 1990px;
  left: calc(50% - 100px);
  width: 920px;
  transform: translateX(-50%);
  text-align: center;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 23.04px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: .03em;
  color: #000;
  z-index: 10;
}
