/**
 * WallPrintGear · footer.css — progressive-enhancement stub
 * ---------------------------------------------------------------------------
 * The footer is fully styled at runtime by footer.js (it injects a <style
 * id="ft-styles"> block with the complete .ft-* design). wallprintbox.com ships
 * no footer.css at all for the same reason. This file exists only to satisfy
 * the index.html reference:
 *     <link rel="preload" href="assets/css/footer.css" as="style" ...>
 * and to reserve a little space before footer.js hydrates (reduces CLS).
 * Do NOT put brand colors or global element resets here.
 */

#footer-container:empty { min-height: 240px; background: #0F172A; }
