.menu-page {
  background: #e9e9e9;
}

.menu-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 700px;
  margin: 0 auto;
  padding: 18px 24px 0;
}

.menu-toolbar a {
  color: var(--black);
  text-decoration: none;
  font-size: 14px;
}

.menu-toolbar button {
  font: inherit;
  font-weight: 600;
  background: var(--yellow);
  border: none;
  border-radius: 999px;
  padding: 10px 22px;
  cursor: pointer;
}

.menu-sheet {
  max-width: 700px;
  margin: 24px auto 60px;
  background: var(--white);
  padding: 56px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.12);
  border-radius: 4px;
}

.menu-head {
  display: flex;
  align-items: center;
  gap: 20px;
  border-bottom: 3px solid var(--black);
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.menu-logo {
  width: 64px;
  height: 64px;
}

.menu-head h1 {
  font-size: 26px;
  margin: 0 0 4px;
}

.menu-head p {
  margin: 0;
  font-size: 13px;
  color: #555;
}

.menu-updated {
  font-size: 13px;
  color: var(--ocean-deep);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 24px;
}

.menu-sheet h2 {
  font-size: 20px;
  margin-bottom: 16px;
}

.menu-tap-list {
  list-style: none;
  margin: 0 0 28px;
  padding: 0;
}

.menu-tap-list li {
  display: flex;
  align-items: baseline;
  gap: 16px;
  padding: 12px 0;
  border-bottom: 1px solid #ddd;
}

.menu-tap-number {
  font-family: var(--font-display);
  font-weight: 700;
  color: var(--ocean-deep);
  min-width: 24px;
}

.menu-tap-info {
  display: flex;
  flex-direction: column;
}

.menu-tap-name {
  font-weight: 600;
}

.menu-tap-sub {
  font-size: 13px;
  color: #666;
}

.menu-note {
  font-size: 13px;
  color: #777;
  font-style: italic;
}

@media print {
  .no-print { display: none !important; }
  .menu-page { background: var(--white); }
  .menu-sheet { box-shadow: none; margin: 0; max-width: 100%; }
}
