/* Menü satırları — ana sayfa ve QR menü ortak (açık zemin) */
.mi-list { display: grid; gap: 0.75rem; }

.mi {
  display: flex; align-items: center; gap: 1rem;
  padding: 1.15rem 1.15rem 1.15rem 1.35rem;
  border-radius: 1.4rem;
  background: #fbf8f4;
  box-shadow: 0 0 0 1px rgba(14, 13, 11, 0.06), 0 12px 28px -22px rgba(80, 50, 25, 0.35);
}
.mi__body { flex: 1; min-width: 0; }
.mi__name {
  font-family: "Fraunces", Georgia, serif;
  font-weight: 450;
  font-variation-settings: "opsz" 48, "SOFT" 100;
  font-size: 1.35rem; line-height: 1.15; letter-spacing: -0.015em;
  color: #0e0d0b;
  margin: 0;
}
.mi__veg {
  display: inline-flex; align-items: center; gap: 0.3rem;
  margin-top: 0.4rem;
  padding: 0.18rem 0.55rem 0.18rem 0.45rem;
  border-radius: 999px;
  font-size: 0.68rem; font-weight: 600; letter-spacing: 0.02em;
  color: #4a6231; background: rgba(86, 112, 58, 0.12);
}
.mi__veg svg { width: 0.75rem; height: 0.75rem; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; }
.mi__ing { margin: 0.45rem 0 0; font-size: 0.93rem; line-height: 1.45; color: rgba(14, 13, 11, 0.72); }
.mi__kcal { margin: 0.3rem 0 0; font-size: 0.74rem; color: rgba(14, 13, 11, 0.45); }

.mi__prices { display: grid; gap: 0.4rem; flex: none; }
.mi__price {
  display: flex; align-items: baseline; justify-content: space-between; gap: 0.7rem;
  min-width: 6.4rem;
  padding: 0.45rem 0.7rem;
  border-radius: 0.8rem;
  background: #f2eae0;
}
.mi__price small { font-size: 0.7rem; font-weight: 600; color: rgba(14, 13, 11, 0.5); letter-spacing: 0.02em; }
.mi__price b { font-size: 1.08rem; font-weight: 700; color: #0e0d0b; font-variant-numeric: tabular-nums; }
.mi__price i, .di__price i { font-style: normal; font-weight: 600; font-size: 0.8em; margin-left: 0.1em; color: #c9442c; }
.mi__price--lg { background: #0e0d0b; }
.mi__price--lg small { color: rgba(237, 227, 217, 0.6); }
.mi__price--lg b { color: #ede3d9; }
.mi__price--lg i { color: #e0664b; }

/* İçecekler */
.di-list {
  padding: 0.4rem 1.35rem;
  border-radius: 1.4rem;
  background: #fbf8f4;
  box-shadow: 0 0 0 1px rgba(14, 13, 11, 0.06), 0 12px 28px -22px rgba(80, 50, 25, 0.35);
}
.di { display: flex; align-items: baseline; gap: 0.75rem; padding: 0.85rem 0; border-bottom: 1px solid rgba(14, 13, 11, 0.07); }
.di:last-child { border-bottom: 0; }
.di__name { font-size: 1rem; font-weight: 500; color: #0e0d0b; }
.di__lead { flex: 1; border-bottom: 1.5px dotted rgba(14, 13, 11, 0.18); transform: translateY(-0.25rem); }
.di__price { font-weight: 700; font-size: 1rem; color: #0e0d0b; font-variant-numeric: tabular-nums; }

@media (max-width: 360px) {
  .mi { flex-direction: column; align-items: stretch; }
  .mi__prices { grid-template-columns: 1fr 1fr; }
}
