body {
  margin: 0;
  font-family: "Segoe UI", sans-serif;
  background: #f4efe7;
  color: #1f1b16;
}

.page-shell {
  max-width: 1200px;
  margin: 0 auto;
  padding: 24px;
}

.hero {
  padding: 28px;
  border-radius: 24px;
  background: linear-gradient(135deg, #1c3a33, #7f5f3b);
  color: #fffaf1;
}

.guest-howto {
  margin-top: 12px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.guest-howto__chip {
  display: grid;
  gap: 3px;
  padding: 12px 14px;
  border-radius: 18px;
  background: rgba(255, 250, 244, 0.92);
  border: 1px solid rgba(31, 27, 22, 0.08);
  box-shadow: 0 12px 26px rgba(31, 27, 22, 0.08);
}

.guest-howto__chip strong {
  font-size: 14px;
}

.guest-howto__chip span {
  color: #5f564b;
  font-size: 12px;
  line-height: 1.35;
}

.guest-quick-filter {
  margin-top: 12px;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(220px, 0.8fr) auto;
  gap: 12px;
  align-items: center;
  padding: 14px 16px;
  border-radius: 20px;
  background: rgba(255, 250, 244, 0.92);
  border: 1px solid rgba(31, 27, 22, 0.08);
  box-shadow: 0 12px 26px rgba(31, 27, 22, 0.08);
}

.guest-quick-filter__field {
  display: grid;
  gap: 6px;
}

.guest-quick-filter__field span {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 11px;
  color: #5f564b;
}

.guest-quick-filter__field input {
  min-height: 44px;
  padding: 0 14px;
  border-radius: 14px;
  border: 1px solid rgba(31, 27, 22, 0.12);
  background: rgba(255, 255, 255, 0.88);
  color: #1f1b16;
}

.guest-quick-filter__meta {
  display: grid;
  gap: 4px;
}

.guest-quick-filter__meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.guest-quick-filter__assist {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.guest-quick-filter__copy {
  margin: 0;
  color: #5f564b;
  font-size: 12px;
  line-height: 1.35;
}

.guest-quick-filter__count {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  width: fit-content;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(28, 58, 51, 0.08);
  color: #1c3a33;
  font-size: 12px;
  font-weight: 600;
}

.guest-quick-filter__active-query {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(31, 27, 22, 0.06);
  color: #5f564b;
  font-size: 12px;
}

.guest-quick-filter__active-query.is-active {
  background: rgba(28, 58, 51, 0.12);
  color: #1c3a33;
}

.guest-quick-filter__hint {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(31, 27, 22, 0.05);
  color: #5f564b;
  font-size: 12px;
}

.guest-quick-filter__clear {
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid rgba(31, 27, 22, 0.12);
  background: #1c3a33;
  color: #fffaf1;
  font-weight: 600;
}

.guest-quick-filter__clear:disabled {
  opacity: 0.55;
}

.guest-empty-state {
  margin-top: 16px;
  display: grid;
  gap: 8px;
  padding: 20px 22px;
  border-radius: 20px;
  background: rgba(255, 250, 244, 0.92);
  border: 1px dashed rgba(31, 27, 22, 0.16);
}

.guest-empty-state p,
.guest-empty-state h2 {
  margin: 0;
}

.area-rail {
  position: sticky;
  top: 16px;
  z-index: 6;
  margin-top: 14px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  gap: 12px;
}

.area-rail__link {
  display: grid;
  gap: 4px;
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(255, 250, 244, 0.92);
  border: 1px solid rgba(31, 27, 22, 0.08);
  box-shadow: 0 12px 26px rgba(31, 27, 22, 0.08);
  text-decoration: none;
  color: inherit;
}

.area-rail__link strong {
  font-size: 15px;
}

.area-rail__link span {
  color: #5f564b;
  font-size: 12px;
  line-height: 1.4;
}

.eyebrow,
.area-kicker,
.menu-card-type,
.generated-at {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 12px;
}

.area-block {
  margin-top: 32px;
  scroll-margin-top: 120px;
}

.area-heading {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: end;
  margin-bottom: 16px;
}

.area-stats {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.menu-section {
  margin-top: 20px;
}

.menu-section-meta {
  margin-top: 8px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.menu-section-meta__chip,
.menu-section-meta__link {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(255, 250, 244, 0.92);
  border: 1px solid rgba(31, 27, 22, 0.08);
  color: #5f564b;
  font-size: 12px;
  text-decoration: none;
}

.menu-section-meta__link {
  background: rgba(28, 58, 51, 0.08);
  color: #1c3a33;
}

.cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
}

.menu-card {
  overflow: hidden;
  border-radius: 20px;
  background: #fffaf4;
  box-shadow: 0 12px 30px rgba(31, 27, 22, 0.08);
  transition: box-shadow 180ms ease, transform 180ms ease, background 180ms ease;
}

.menu-card--jump-target {
  transform: translateY(-2px);
  background: #fffdf8;
  box-shadow: 0 0 0 2px rgba(28, 58, 51, 0.18), 0 18px 36px rgba(31, 27, 22, 0.12);
}

.menu-card-image {
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
}

.menu-card-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #d9c7b4, #b9a08a);
  color: #fff;
}

.menu-card-body {
  padding: 16px;
}

.menu-card-topline,
.menu-card-meta {
  display: flex;
  justify-content: space-between;
  gap: 8px;
}

.menu-card-price {
  font-weight: 700;
}

@media (max-width: 720px) {
  .page-shell {
    padding: 16px;
  }

  .hero {
    padding: 24px;
  }

  .guest-howto,
  .area-rail {
    position: static;
  }

  .guest-howto {
    grid-template-columns: 1fr;
  }

  .guest-quick-filter {
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .area-rail {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 10px;
    padding-bottom: 4px;
    scrollbar-width: thin;
  }

  .area-rail__link {
    flex: 0 0 min(240px, 82vw);
  }

  .area-heading {
    flex-direction: column;
    align-items: start;
  }

  .menu-section-meta {
    flex-direction: column;
    align-items: start;
  }
}
