/*
 * protect-imgs.css — child theme stub.
 *
 * Parent karkasnye-doma/functions.php:283 enqueues this file via
 * `get_stylesheet_directory_uri() . '/css/protect-imgs.css'`. Because we run a
 * child theme, that path resolves to OUR /css/ directory. Without this stub
 * file every page load hits nginx with a 404 (visible in error.log).
 *
 * The original protect-imgs.css does the no-select / no-drag / no-rightclick
 * CSS guard. Parent activates it only when `?testdev` is NOT in the URL.
 * On staging we don't care about image protection, so this stub keeps the
 * file existent and silences the 404. If image protection is wanted on prod,
 * copy the parent's rules here.
 */

/* intentionally empty */
