.vitto-finder {
  background: #FFFcf6;
  border: 1px solid #DDD4C4;
  border-radius: 20px;
  padding: 1.75rem 1.5rem 1.5rem;
  box-shadow: 0 12px 32px rgba(31, 27, 22, 0.07);
  margin: 0 0 2.5rem;
}
.vitto-eyebrow {
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #8A7F72;
  margin: 0 0 0.4rem;
  font-weight: 600;
}
.vitto-finder-title {
  font-family: "Fraunces", Georgia, serif;
  font-weight: 550;
  font-size: clamp(1.6rem, 3vw, 2.35rem);
  letter-spacing: -0.02em;
  color: #1F1B16;
  margin: 0 0 0.5rem;
  line-height: 1.15;
}
.vitto-finder-lead {
  color: #5C5348;
  margin: 0 0 1.1rem;
  max-width: 40rem;
}
.vitto-finder-form {
  display: flex;
  gap: 0.6rem;
  flex-wrap: wrap;
}
.vitto-finder-input {
  flex: 1 1 16rem;
  min-height: 52px;
  border: 1px solid #DDD4C4;
  border-radius: 12px;
  padding: 0.7rem 1rem;
  font-size: 1rem;
  background: #fff;
  color: #1F1B16;
}
.vitto-finder-input:focus {
  outline: 2px solid #C4842A;
  border-color: #C4842A;
}
.vitto-finder-btn,
.vitto-finder button[type="submit"] {
  background: #C4842A !important;
  color: #fff !important;
  border: 0 !important;
  border-radius: 12px !important;
  padding: 0.85rem 1.25rem !important;
  font-weight: 600;
  min-height: 52px;
  cursor: pointer;
  box-shadow: 0 8px 18px rgba(196, 132, 42, 0.22);
}
.vitto-finder-btn:hover { background: #A86E22 !important; }
.vitto-finder-status { color: #8A7F72; min-height: 1.4em; margin: 0.75rem 0 0; }
.vitto-finder-results { margin-top: 1rem; }
.vitto-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 1rem;
}
.vitto-card {
  display: flex;
  flex-direction: column;
  background: #FFFcf6;
  border: 1px solid #DDD4C4;
  border-radius: 16px;
  overflow: hidden;
  text-decoration: none !important;
  color: #1F1B16 !important;
  transition: transform 0.12s ease, box-shadow 0.12s ease;
}
.vitto-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(31, 27, 22, 0.08);
}
.vitto-card-img {
  background: #EFE8DC;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.vitto-card-img img { width: 100%; height: 100%; object-fit: contain; }
.vitto-card-body { padding: 0.85rem 1rem 1rem; }
.vitto-card-meta { font-size: 0.75rem; color: #8A7F72; text-transform: uppercase; letter-spacing: 0.06em; margin: 0 0 0.25rem; }
.vitto-card h3 { font-size: 0.95rem; line-height: 1.3; margin: 0 0 0.35rem; color: #1F1B16; font-weight: 600; }
.vitto-card-ref { font-family: ui-monospace, monospace; font-size: 0.85rem; color: #C4842A; margin: 0 0 0.35rem; }
.vitto-card-price { font-weight: 600; margin: 0; }
.vitto-empty { color: #5C5348; }
.vitto-empty a { color: #C4842A; font-weight: 600; }

.vitto-compat {
  max-width: 72rem;
  margin: 2rem auto 3rem;
  padding: 1.5rem;
  background: #FFFcf6;
  border: 1px solid #DDD4C4;
  border-radius: 16px;
}
.vitto-compat h2 {
  font-family: "Fraunces", Georgia, serif;
  margin: 0 0 0.4rem;
  color: #1F1B16;
}
.vitto-compat-lead { color: #5C5348; }
.vitto-compat-filter {
  width: min(28rem, 100%);
  min-height: 44px;
  border: 1px solid #DDD4C4;
  border-radius: 10px;
  padding: 0.5rem 0.8rem;
  margin: 0.5rem 0;
}
.vitto-compat-count { color: #8A7F72; font-size: 0.9rem; }
.vitto-compat-list {
  list-style: none;
  margin: 0.75rem 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 0.35rem 1rem;
  max-height: 28rem;
  overflow: auto;
}
.vitto-compat-list li {
  font-size: 0.92rem;
  padding: 0.25rem 0;
  border-bottom: 1px solid #EFE8DC;
  color: #1F1B16;
}
.vitto-compat-list .brand { color: #8A7F72; margin-right: 0.35rem; }
.vitto-consultar { color: #C4842A; font-weight: 600; }
