/* The original painted trio remains the fallback on phones, without JS, or
   when reduced motion is requested. The enhancement replaces only their patch. */
.world-companions { display: none; }
@media (min-width: 601px) and (prefers-reduced-motion: no-preference) {
  html[data-world="overworld"] .world-companions[data-ready="true"] { display: block; z-index: 2; }
}
.world-companions image { image-rendering: pixelated; }
.world-companions .companion-day { display: none; }
[data-theme="light"] .world-companions .companion-day { display: block; }
[data-theme="light"] .world-companions .companion-twilight { display: none; }
[data-theme="dark"] .world-companions .companion-actors { filter: brightness(.78) saturate(.85); }
@media print { .world-companions { display: none !important; } }
