@media print {
  body { 
    background: white;
    color: black;
    font-size: 11pt;
    line-height: 1.3;
  }
  body.pdf-mode {
    margin: 0;
    padding: 0 !important;
  }
  body.pdf-mode > header {
    display: none !important;
  }
  header {
    background: transparent;
    padding: 1rem 0 0.5rem;
    box-shadow: none;
  }
  .btn, footer, .hero-strip, .emblem {
    display: none;
  }
  .menu-tools,
  .menu-empty {
    display: none !important;
  }
  .preference-controls {
    display: none !important;
  }
  .home-link {
    display: none;
  }
  main {
    column-count: 2;
    column-gap: 0.7cm;
    max-width: 100%;
    padding: 0;
  }
  .menu-toolbar,
  .menu-search__status,
  .menu-empty {
    display: none !important;
  }
  body.pdf-mode .menu-container,
  body.pdf-mode .menu-columns {
    display: none !important;
  }
  body.pdf-mode .pdf-document {
    display: flex !important;
    flex-direction: column;
    gap: 1.2rem;
  }
  body.pdf-mode .pdf-page {
    break-after: page;
    box-shadow: none;
    width: 100%;
    min-height: auto;
    padding: 0.5in 0.45in 0.6in;
  }
  body.pdf-mode .pdf-page__content .menu-section[data-pdf-continued] {
    border-top: 0.5pt dashed rgba(91, 58, 41, 0.35);
    padding-top: 0.3rem;
  }
  body.pdf-mode .pdf-section-continued-label {
    font-size: 0.65rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #5b3a29;
    margin: 0 0 0.2rem;
  }
  body.pdf-mode .pdf-highlight__figure {
    box-shadow: none;
  }
  body.pdf-mode main {
    column-count: initial;
    column-gap: 0;
  }
  section {
    box-shadow: none;
    border: none;
    margin: 0 0 0.5rem;
    padding: 0.2rem 0 0.35rem;
    break-inside: avoid-column;
    page-break-inside: avoid;
  }
  header h1 {
    font-size: 1.4rem;
    margin: 0;
  }
  section h2 {
    font-size: 1.05rem;
    margin: 0 0 0.35rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    page-break-after: avoid;
    break-after: avoid-column;
  }
  .dish {
    border-bottom: 0.5pt solid #999;
    padding: 0.3rem 0;
    gap: 0.6rem;
    align-items: flex-start;
  }

  .dish--featured {
    border: 1pt solid #5b3a29;
    background: rgba(243, 232, 213, 0.6);
    padding: 0.45rem 0.35rem;
    margin: 0.12rem 0;
    break-inside: avoid;
  }

  .dish-featured-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.25rem 0.4rem;
    align-items: baseline;
    margin-bottom: 0.15rem;
  }

  .dish-featured-badge {
    border: 0.6pt solid #5b3a29;
    border-radius: 999px;
    padding: 0.08rem 0.35rem;
    font-size: 0.6rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    font-weight: 700;
  }

  .dish-featured-note {
    font-size: 0.82rem;
    font-weight: 600;
  }

  .dish-featured-note--alt {
    font-size: 0.74rem;
    font-style: italic;
    font-weight: 500;
  }
  .dish-photo {
    display: none;
  }
  .dish-header {
    width: 100%;
  }
  .dish-name {
    font-size: 0.9rem;
  }
  .dish-price {
    color: #000;
    font-size: 0.9rem;
  }
  .dish-description {
    color: #444;
    font-size: 0.78rem;
    margin-top: 0;
    padding-bottom: 0.35rem;
  }
  section:last-of-type {
    margin-bottom: 0;
  }
}
