/* =============================================================================
   THE VAULT — print.css
   Ink-friendly output for the menu and printable tickets.
============================================================================= */
@media print {
  :root { --ink: #fff; }
  * { background: #fff !important; color: #1a1a1a !important; box-shadow: none !important; text-shadow: none !important; }

  /* Hide interactive chrome */
  .nav, .mobile-menu, .cookie, .sticky-book, .hero__scroll, .ticker,
  .footer__social, .btn, .menu-nav, .filters, .filter-bar, .toast,
  #loader, .hero__media, .spotlight, .gallery, .reviews { display: none !important; }

  body { font-size: 11pt; line-height: 1.4; }
  .section-pad, .menu-section { padding-block: 0.6rem !important; }
  .container { max-width: none; padding: 0; }

  h1, h2, h3, .display { color: #111 !important; }
  .menu-item__lead { border-bottom: 1px dotted #999 !important; }
  .menu-item__price, .dark .menu-item__price { color: #111 !important; }
  .menu-section { break-inside: avoid; page-break-inside: avoid; }
  .menu-item { break-inside: avoid; }

  /* Printable ticket */
  .ticket { border: 1.5px solid #333 !important; max-width: 100%; page-break-inside: avoid; }
  .ticket__notch { display: none !important; }

  a[href^="http"]::after { content: ""; } /* don't append URLs */
  .print-only { display: block !important; }
}
.print-only { display: none; }
