.page-doc {
  background: var(--paper);
  color: var(--ink);
}

.sheet {
  max-width: 46rem;
  margin: 0 auto;
  padding: 2rem 1.25rem 5rem;
}

.crumbs {
  display: flex;
  gap: .5rem;
  align-items: center;
  font-size: .85rem;
  color: #6b6355;
  margin-bottom: 2rem;
}
.crumbs a { color: inherit; }

.sheet-head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 1.5rem;
  margin-bottom: 2.25rem;
}

/* The heading is drawn the way the poster draws it: tinted plate, heavy black
   rule, set in Danny's own hand. */
.plate {
  flex: 1 1 18rem;
  margin: 0;
  padding: .35em .5em .3em;
  font-family: Danny, ui-sans-serif, sans-serif;
  font-weight: 400;
  font-size: clamp(1.8rem, 6vw, 3rem);
  line-height: 1.05;
  text-transform: uppercase;
  background: var(--fill, #fff);
  border: 6px solid #000;
}

.minimap {
  flex: 0 0 11rem;
  height: 8rem;
  border: 4px solid #000;
  background-image: url("/img/map-1493.webp");
  background-repeat: no-repeat;
  background-size: var(--zoom) auto;
  background-position: var(--x) var(--y);
  filter: saturate(1.05);
}
.minimap:hover { filter: saturate(1.2) brightness(1.04); }

.prose {
  font-size: 1.06rem;
  line-height: 1.72;
}
.prose p { margin: 0 0 1.15em; }
.prose a { color: #1c4fd8; }
.wl { border-bottom: 1px dotted #b3ab9b; }
