/* Operatie Mistletoe – subtiele liefdevolle hartjeslaag. Alleen decoratief. */
html { position: relative; min-height: 100%; }
body { position: relative; }
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: .42;
  background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='42' height='42' viewBox='0 0 42 42'%3E%3Cpath fill='%23d95a72' fill-opacity='.18' d='M21 35S5 26 5 14.8C5 9.8 8.6 7 12.8 7c3.3 0 6.3 1.9 8.2 4.8C22.9 8.9 25.9 7 29.2 7 33.4 7 37 9.8 37 14.8 37 26 21 35 21 35Z'/%3E%3C/svg%3E"),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 42 42'%3E%3Cpath fill='%23c8a24a' fill-opacity='.17' d='M21 35S5 26 5 14.8C5 9.8 8.6 7 12.8 7c3.3 0 6.3 1.9 8.2 4.8C22.9 8.9 25.9 7 29.2 7 33.4 7 37 9.8 37 14.8 37 26 21 35 21 35Z'/%3E%3C/svg%3E"),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 42 42'%3E%3Cpath fill='%23b74f65' fill-opacity='.12' d='M21 35S5 26 5 14.8C5 9.8 8.6 7 12.8 7c3.3 0 6.3 1.9 8.2 4.8C22.9 8.9 25.9 7 29.2 7 33.4 7 37 9.8 37 14.8 37 26 21 35 21 35Z'/%3E%3C/svg%3E");
  background-size: 180px 180px, 235px 235px, 145px 145px;
  background-position: 18px 28px, 112px 92px, 64px 142px;
  background-repeat: repeat;
}
body > * { position: relative; z-index: 1; }
@media (max-width: 700px) {
  body::before { opacity: .32; background-size: 145px 145px, 190px 190px, 120px 120px; }
}
@media (prefers-reduced-motion: reduce) { body::before { animation: none !important; } }
