/* ==========================================================================
   Urban Hearth House — Print
   ========================================================================== */

@media print {
  .site-header,
  .age-strip,
  .mobile-nav,
  .site-footer,
  .cookie-banner,
  .toast-region,
  .sticky-cta,
  .gallery-filters,
  .menu-viewer-toggle,
  .hero-actions,
  .hero-scroll-cue {
    display: none !important;
  }

  body {
    background: #fff;
    color: #000;
  }

  a {
    color: #000;
    text-decoration: underline;
  }

  .dish__price {
    color: #000;
  }
}
