/* ═══════════════════════════════════════════════════════════
   WEB PRO RESTAURACI — page-specific styly
   (jen to, co není v style.css ani v page.css)
   ═══════════════════════════════════════════════════════════ */

/* ---------- Portfolio showcase (Balounova) v sekci Web ----------
   Komponent .pf-showcase-inner se tahá z /portfolio/portfolio.css.
   Tady jen odsazení od textu nad ním. */
.resto-showcase {
  margin-top: 3rem;
}

/* ---------- Menu-app „našeptávač" mock ---------- */
.menu-demo {
  max-width: 620px;
  margin: 3rem auto 0;
  background: #0A1628;
  border: 1px solid rgba(200,150,12,0.28);
  padding: 1.6rem 1.5rem 1.8rem;
  box-shadow: 0 20px 50px rgba(6,14,31,0.4);
}
.menu-demo-field {
  display: flex;
  align-items: center;
  gap: 0.1rem;
  border: 1px solid rgba(213,181,110,0.4);
  padding: 0.85rem 1rem;
  font-family: 'Inter', sans-serif;
}
.menu-demo-field .typed {
  color: #E8DCC8;
  font-size: 1rem;
  letter-spacing: 0.02em;
}
.menu-demo-field .caret {
  width: 1px; height: 1.1rem;
  background: var(--btn-secondary-color);
  animation: caretBlink 1.1s steps(1) infinite;
}
@keyframes caretBlink { 50% { opacity: 0; } }
.menu-demo-hint {
  margin: 0.5rem 0 0.9rem;
  font-family: 'Inter', sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.04em;
  color: rgba(232,220,200,0.5);
}
.menu-demo-suggest {
  border: 1px solid rgba(200,150,12,0.25);
  padding: 1rem 1.15rem;
  background: rgba(213,181,110,0.05);
}
/* Řádek jako v jídelníčku: název vlevo, gramáž + cena vpravo */
.menu-demo-row {
  display: flex;
  align-items: baseline;
  gap: 0.9rem;
}
.menu-demo-row .grams {
  flex: 0 0 auto;
  min-width: 3.2rem;
  font-family: 'Inter', sans-serif;
  font-size: 0.8rem;
  color: rgba(232,220,200,0.55);
}
.menu-demo-row .dish {
  flex: 1;
  font-family: 'Lora', serif;
  font-size: 1.05rem;
  color: #F0DDA0;
}
.menu-demo-price {
  flex: 0 0 auto;
  font-family: 'Inter', sans-serif;
  font-size: 0.95rem;
  color: #E8DCC8;
  white-space: nowrap;
}
.menu-demo-alergeny {
  margin-top: 0.75rem;
  margin-left: 4.1rem; /* šířka sloupečku gramáže (3.2rem) + gap (0.9rem) → zarovná s názvem jídla */
  font-family: 'Inter', sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.03em;
  color: rgba(232,220,200,0.6);
}

/* ---------- Měsíční cena — přípona „/ měsíc" ---------- */
.tier-period {
  display: block;
  font-family: 'Inter', sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: rgba(232,220,200,0.55);
  margin-top: 0.3rem;
}
.resto-pricing-note {
  max-width: 720px;
  margin: 3rem auto 0;
  text-align: center;
  font-family: 'Inter', sans-serif;
  font-size: 0.8rem;
  line-height: 1.7;
  color: rgba(232,220,200,0.6);
}

@media (max-width: 560px) {
  .menu-demo { padding: 1.3rem 1.1rem 1.5rem; }
  .menu-demo-meta span { font-size: 0.68rem; }
}
