body::after {
  content: "";
  position: fixed;
  top: 50%;
  right: -20%;
  width: 75vw;
  aspect-ratio: 612 / 1024;
  transform: translateY(-45%);
  pointer-events: none;
  z-index: 1;
  background: url("/assets/logo-watermark.svg") no-repeat center / contain;
  opacity: 0.05;
}

.hero,
.reality-card,
.who-card,
.testimonial-card,
.jtag,
.callout,
.about-portrait,
.about-quals li,
.contact-section input,
.contact-section select,
.contact-section textarea,
.contact-section .btn-primary,
.post-item a,
.article-hero {
  position: relative;
  z-index: 2;
}
