/* ═══════════════════════════════════════════════════════════════
   ESHU'S VAULT BRANDED WATERMARK — FULL IMAGE CENTERED
   TorusRose Holdings #1111
   ═══════════════════════════════════════════════════════════════ */

body::after {
  content: "";
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 700px;
  height: 700px;
  background-image: url('/images/watermark.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0.18;
  z-index: 9998;
  pointer-events: none;
}

body.blog-post::after {
  display: none;
}
