/* Donuttimes Tweaks */

/* Home page: header + hero + footer are shorter than a phone screen, leaving a white gap.
   Fill the screen with black (the hero's ground is black, so it blends) and pin the footer to the bottom. */
body.home { background: #000 !important; min-height: 100vh; min-height: 100svh; display: flex; flex-direction: column; }
body.home #page, body.home .site-main, body.home main { flex: 1 0 auto; display: flex; flex-direction: column; }
body.home .site-main > .elementor { flex: 1 0 auto; }
body.home #site-footer, body.home footer.site-footer { margin-top: auto; }
html { background: #000; }
