/* ── Listings Hero — override background image only ── */
.hero--listings {
  background:
    radial-gradient(circle at 80% 18%, rgba(204, 134, 80, 0.12), transparent 20%),
    linear-gradient(180deg, rgba(9, 8, 7, 0.62), rgba(9, 8, 7, 0.75)),
    url("https://www.pelago.com/img/destinations/bali/0619-0941_bali.jpg") center/cover;
}

/* Single-column layout — no hero-card on this page */
.hero--listings .hero__content {
  grid-template-columns: 1fr;
  padding-top: 18px;
  padding-bottom: 20px;
}

.hero--listings .hero__copy {
  max-width: 680px;
}

/* Breadcrumb inside hero */
.listings-breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 0;
  font-size: 0.82rem;
  color: rgba(255, 248, 239, 0.55);
}

.listings-breadcrumb a {
  color: rgba(255, 248, 239, 0.55);
  transition: color 0.2s ease;
}

.listings-breadcrumb a:hover { color: #e4ba96; }
.listings-breadcrumb span { opacity: 0.45; }

/* Keep breadcrumb visible on listings page (disable hero overlap by search band) */
.hero--listings + main .search-band {
  margin-top: 0;
}

/* ── Listings Section ── */
.listings-section {
  padding: 48px 0 80px;
}

.listings-count {
  font-size: 0.88rem;
  color: rgba(255, 248, 239, 0.55);
}

.listings-count strong { color: #e4ba96; }

/* ── Compact Footer ── */
.page-footer {
  padding: 28px 0;
  border-top: 1px solid rgba(255, 248, 239, 0.08);
  background: rgba(14, 11, 8, 0.9);
}

.page-footer__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  font-size: 0.85rem;
  color: rgba(255, 248, 239, 0.4);
}

.page-footer__inner a {
  color: #cc8650;
  transition: color 0.2s ease;
}

.page-footer__inner a:hover { color: #e4ba96; }

/* ── Responsive ── */
@media (max-width: 520px) {
  .page-footer__inner {
    flex-direction: column;
    text-align: center;
  }
}
