/* Bill Please — restaurant menus on citigit */
.bp-page { max-width: 920px; margin: 0 auto; padding: 28px 24px 60px; }
.bp-hero { margin-bottom: 28px; }
.bp-kicker {
  display: inline-flex; align-items: center; gap: 8px;
  font: 600 12px/1 'JetBrains Mono', monospace;
  letter-spacing: .06em; text-transform: uppercase;
  color: #2C6FD6; margin-bottom: 12px;
}
.bp-hero h1 {
  font: 600 34px/1.15 'Newsreader', serif;
  color: #161D2B; letter-spacing: -.02em; margin-bottom: 10px;
}
.bp-hero p {
  font: 400 16px/1.55 'Hanken Grotesk', sans-serif;
  color: #5c6470; max-width: 560px;
}
.bp-stats {
  display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px;
}
.bp-stat {
  background: #fff; border: 1px solid rgba(22,29,43,.08);
  border-radius: 12px; padding: 10px 14px;
  font: 500 13px 'Hanken Grotesk', sans-serif; color: #3d4452;
}
.bp-stat strong { color: #161D2B; font-weight: 700; }

.bp-section-title {
  font: 600 22px 'Newsreader', serif; color: #161D2B;
  margin: 8px 0 16px; padding-bottom: 10px;
  border-bottom: 2px solid rgba(44,111,214,.25);
}

.bp-list { display: flex; flex-direction: column; gap: 10px; }
.bp-card {
  display: flex; gap: 14px; align-items: center;
  background: #fff; border: 1px solid rgba(22,29,43,.08);
  border-radius: 14px; padding: 12px 14px;
  transition: transform .15s, box-shadow .15s;
}
a.bp-card:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 22px rgba(22,29,43,.07);
  border-color: rgba(44,111,214,.28);
}
.bp-card-img {
  width: 64px; height: 64px; border-radius: 12px;
  object-fit: cover; background: #E8EDF5; flex-shrink: 0;
}
.bp-card-ph {
  width: 64px; height: 64px; border-radius: 12px; flex-shrink: 0;
  background: linear-gradient(135deg, #E8EDF5, #D7E4F8);
  display: flex; align-items: center; justify-content: center; color: #7d94b8;
}
.bp-card-body { min-width: 0; flex: 1; }
.bp-card-name {
  font: 600 16px/1.3 'Hanken Grotesk', sans-serif; color: #161D2B;
  margin-bottom: 4px;
}
.bp-card-meta {
  font: 400 13px/1.4 'Hanken Grotesk', sans-serif; color: #7d8593;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.bp-card-count {
  flex-shrink: 0;
  background: #EEF4FC; color: #2C6FD6;
  border-radius: 999px; padding: 6px 10px;
  font: 600 12px 'Hanken Grotesk', sans-serif;
}

.bp-crumb { font: 500 13px 'Hanken Grotesk', sans-serif; color: #7d8593; margin-bottom: 16px; }
.bp-crumb a { color: #2C6FD6; }
.bp-rest-head { margin-bottom: 22px; }
.bp-rest-head h1 {
  font: 600 32px/1.15 'Newsreader', serif; color: #161D2B;
  letter-spacing: -.02em; margin-bottom: 8px;
}
.bp-rest-addr {
  font: 400 15px/1.5 'Hanken Grotesk', sans-serif; color: #5c6470;
}
.bp-rest-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 14px; }
.bp-btn {
  display: inline-flex; align-items: center; gap: 6px;
  background: #2C6FD6; color: #fff; border: none;
  border-radius: 10px; padding: 10px 14px;
  font: 600 13px 'Hanken Grotesk', sans-serif;
}
.bp-btn-ghost {
  background: #fff; color: #3d4452;
  border: 1px solid rgba(22,29,43,.12);
}

.bp-cat { margin-bottom: 28px; }
.bp-cat h2 {
  font: 600 18px 'Newsreader', serif; color: #161D2B;
  margin-bottom: 10px;
}
.bp-item {
  display: flex; justify-content: space-between; gap: 16px;
  align-items: baseline;
  padding: 12px 0;
  border-bottom: 1px solid rgba(22,29,43,.06);
}
.bp-item-name {
  font: 500 15px/1.4 'Hanken Grotesk', sans-serif; color: #303744;
}
.bp-item-price {
  flex-shrink: 0;
  font: 600 14px/1 'Hanken Grotesk', sans-serif; color: #161D2B;
  font-variant-numeric: tabular-nums;
}
.bp-empty {
  background: #fff; border: 1px dashed rgba(22,29,43,.14);
  border-radius: 14px; padding: 28px 20px; text-align: center;
  font: 400 15px 'Hanken Grotesk', sans-serif; color: #7d8593;
}

@media (max-width: 767px) {
  .bp-page { padding: 20px 16px 40px; }
  .bp-hero h1 { font-size: 28px; }
  .bp-rest-head h1 { font-size: 26px; }
}
