/* rebirth.css — page-specific art only */
/* Shared structural styles live in server-page.css */

.wolf-img    { position: absolute; top: 20px;    right: -65px; width: 380px; height: auto; pointer-events: none; }
.wolf-img-left { position: absolute; top: 20px;  left: -55px;  width: 380px; height: auto; pointer-events: none; }
.woman-img   { position: absolute; bottom: -10px; left: 20px;  width: 320px; height: auto; pointer-events: none; }
.man-img     { position: absolute; bottom: -15px; right: 20px; width: 320px; height: auto; pointer-events: none; }

@media (max-width: 768px) {
  .wolf-img, .wolf-img-left, .woman-img, .man-img { display: none; }
}

