/* Print stylesheet — used across all pages, most impact on menu.html */
@media print {
  * { background: #fff !important; color: #000 !important; box-shadow: none !important; }
  .announcement, .nav, .menu-nav, .footer,
  .cookie-banner, .hero__bg, .gallery-filters,
  .btn, .btn-group, .alt-booking, .delivery,
  img, picture, .map-embed, .form, .nav__toggle {
    display: none !important;
  }
  body { font-size: 12pt; line-height: 1.4; }
  h1 { font-size: 24pt; margin-bottom: 12pt; }
  h2 { font-size: 18pt; margin-top: 18pt; margin-bottom: 8pt; border-bottom: 1pt solid #000; padding-bottom: 4pt; }
  h3 { font-size: 14pt; }
  .container { max-width: 100%; padding: 0; }
  .page-hero { padding: 0; border: none; }
  .menu-item {
    border-bottom: 0.5pt dotted #666; padding: 6pt 0;
    page-break-inside: avoid;
  }
  .menu-item__price { font-weight: bold; }
  .menu-section { padding-bottom: 12pt; page-break-inside: avoid; }
  a { color: #000 !important; text-decoration: none; }
  .dietary-legend { border: 1pt solid #000; padding: 8pt; }
  .section { padding: 8pt 0; }
  @page { margin: 1.5cm; }
}