body {
  margin: 0;
  min-height: 100vh;
  background-image: url('graphics/WTCsunnydaybkgrnd.png');
  background-repeat: repeat;
  background-position: center center;
  background-blend-mode: exclusion;
  background-attachment: scroll;
  background-size: auto;
  background-color: transparent;
  color: #181613;
  line-height: 1.6;
  position: relative;
  z-index: 0;
}

body::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.70;
  background-color: rgba(255, 255, 255, 1.00);
}

/* Deliberately NO panel colour here. The body::before 70% white wash IS the
   legibility layer -- that is exactly how the original RapidWeaver .story rule
   worked. An opaque column would hide the tiled towers completely. */
.oa-wrap {
  box-sizing: border-box;
  width: 100%;
  max-width: 900px;
  margin-inline: auto;
  padding-inline: 2rem;
  padding-block: 1.5rem;
}

img {
  max-width: 100%;
  height: auto;
}

@media (max-width: 699px) {
  .oa-wrap {
    padding-inline: 1.25rem;
  }
}
