.menu-pack-catalogue { margin-bottom: 40px; scroll-margin-top: 150px; }
.menu-pack-catalogue h2 { color: #edf2e8; }
.menu-pack-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.menu-pack-card { min-width: 0; padding: 20px; border: 1px solid #34413b; border-radius: 12px; background: #121819; }
.menu-pack-preview { display: block; width: 100%; height: auto; aspect-ratio: 5 / 2; image-rendering: pixelated; background: white; }
.menu-pack-preview--unavailable { display: grid; place-items: center; background: #202b25; color: #aebbb4; font: 14px system-ui, sans-serif; }
.menu-pack-heading { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 12px; margin-top: 18px; }
.menu-pack-heading h3 { min-width: 0; margin: 0; color: #edf2e8; font-size: 20px; overflow-wrap: anywhere; }
.menu-pack-price { flex-shrink: 0; border-radius: 5px; padding: 6px 9px; background: #9fce61; color: #12210d; font-size: 13px; font-weight: 800; }
.menu-pack-meta { margin: 10px 0 0; color: #aebbb4; font: 13px/1.6 system-ui, sans-serif; overflow-wrap: anywhere; }
.menu-template {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  align-items: center;
  padding: 28px;
  border: 1px solid #34413b;
  border-radius: 12px;
  background: #121819;
}
.menu-template-copy { min-width: 0; }
.menu-template h2, .menu-edit-guide h2 { margin-top: 0; color: #edf2e8; }
.menu-template-copy p, .menu-instructions { color: #aebbb4; line-height: 1.65; }
.menu-template .button { max-width: 100%; text-align: center; }
.menu-template-note, .menu-template-preview figcaption { font-size: 12px; color: #aebbb4; }
.menu-template-preview { min-width: 0; margin: 0; }
.menu-template-preview img {
  display: block;
  width: 100%;
  height: auto;
  image-rendering: pixelated;
  background: repeating-conic-gradient(#c5cdc6 0 25%, #e9eee9 0 50%) 50% / 16px 16px;
}
.menu-template-preview figcaption { margin-top: 12px; }
.menu-edit-guide { margin-top: 32px; }
.menu-cell-guide {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  padding: 0;
  list-style: none;
  border-top: 1px solid #34413b;
  border-left: 1px solid #34413b;
}
.menu-cell-guide li {
  padding: 14px 10px;
  border-right: 1px solid #34413b;
  border-bottom: 1px solid #34413b;
  min-width: 0;
  color: #edf2e8;
  overflow-wrap: anywhere;
}
.menu-cell-number { display: block; margin-bottom: 8px; color: #9fce61; font: 12px ui-monospace, monospace; }
.menu-cell-guide strong { font-size: 14px; }
.menu-cell-short { display: none; text-decoration: none; }
.menu-instructions { padding-left: 24px; }
.menu-instructions li { margin-bottom: 12px; }
@media (max-width: 720px) {
  .menu-pack-grid { grid-template-columns: 1fr; }
  .menu-pack-card { padding: 16px; }
  .menu-template { grid-template-columns: 1fr; padding: 18px; gap: 20px; }
  .menu-cell-guide li { padding: 10px 5px; }
  .menu-cell-guide strong { font: 700 11px system-ui, sans-serif; }
  .menu-cell-full { display: none; }
  .menu-cell-short { display: inline; }
}
