/* Shared light-theme styling for older landing and listicle templates. */

.page-landing {
  color: var(--text-body);
  background:
    radial-gradient(circle at top left, rgba(103, 166, 255, 0.12), transparent 28%),
    linear-gradient(180deg, #faf7f0 0%, #f4efe4 100%);
}

.page-landing .site-header {
  background: rgba(250, 247, 240, 0.92);
  border-bottom-color: rgba(15, 27, 46, 0.08);
}

.page-landing .header-grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: var(--header-height);
}

.page-landing .brand-title,
.page-landing .hero-title,
.page-landing .section-title,
.page-landing .footer-nav a:hover,
.page-landing .header-nav a:hover,
.page-landing .podcast-item-title {
  color: var(--text-body);
}

.page-landing .header-nav a,
.page-landing .footer-nav a,
.page-landing .footer-small,
.page-landing .hero-lead,
.page-landing .city-content,
.page-landing .landing-prose,
.page-landing .trust-item,
.page-landing .related-link,
.page-landing .podcast-item-meta,
.page-landing .podcast-item-copy {
  color: var(--text-body-muted);
}

.page-landing .button-secondary {
  color: var(--text-body);
  border-color: rgba(15, 27, 46, 0.14);
  background: rgba(15, 27, 46, 0.04);
}

.button-small {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 16px;
  border-radius: var(--r-full);
  background: var(--accent-cool);
  color: var(--primary-ink);
  font-size: 0.9rem;
  font-weight: var(--font-weight-semibold);
}

.page-landing .hero {
  padding: 52px 0 38px;
}

.page-landing .hero-content {
  display: grid;
  gap: 12px;
  max-width: 860px;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 8px 14px;
  border-radius: var(--r-full);
  border: 1px solid rgba(15, 27, 46, 0.1);
  background: rgba(255, 255, 255, 0.72);
  color: var(--primary-dark);
  font-size: 0.82rem;
  font-weight: var(--font-weight-semibold);
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.hero-title {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(2.1rem, 5vw, 3.7rem);
  font-weight: var(--font-weight-bold);
  letter-spacing: -0.045em;
  line-height: 1.06;
}

.hero-lead {
  margin: 0;
  max-width: 62ch;
  font-size: 1.05rem;
  line-height: 1.75;
}

.page-landing .section.bg-alt {
  background: rgba(255, 255, 255, 0.5);
}

.city-content,
.landing-prose {
  max-width: 800px;
  margin: 0 auto;
  font-size: 1.08rem;
  line-height: 1.78;
}

.city-content p,
.landing-prose p {
  margin: 0;
}

.city-content p + p,
.landing-prose p + p {
  margin-top: 1rem;
}

.category-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  margin-top: 30px;
}

.category-card {
  padding: 20px;
  border-radius: 16px;
  border: 1px solid rgba(15, 27, 46, 0.08);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 10px 28px rgba(15, 27, 46, 0.06);
}

.category-card h3 {
  margin: 0 0 10px;
  color: var(--primary-dark);
  font-size: 1.05rem;
}

.category-card p {
  margin: 0;
  color: var(--text-body-muted);
  font-size: 0.95rem;
  line-height: 1.65;
}

.listicle-container {
  display: grid;
  gap: 24px;
}

.podcast-card {
  padding: 30px;
  border-radius: 18px;
  border: 1px solid rgba(15, 27, 46, 0.08);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 10px 28px rgba(15, 27, 46, 0.06);
}

.podcast-card-header {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 15px;
}

.podcast-rank {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  background: var(--accent-cool);
  color: #fff;
  font-size: 1.1rem;
  font-weight: var(--font-weight-bold);
  flex: 0 0 auto;
}

.podcast-item-title {
  margin: 0;
  font-size: 1.45rem;
  line-height: 1.25;
}

.podcast-item-meta {
  margin-bottom: 15px;
  font-weight: var(--font-weight-medium);
}

.podcast-item-copy {
  margin: 0 0 20px;
  font-size: 1.03rem;
  line-height: 1.7;
}

.page-landing .related-link {
  background: rgba(255, 255, 255, 0.86);
  border-color: rgba(15, 27, 46, 0.08);
}

.page-landing .related-link:hover {
  color: var(--primary-dark);
  border-color: rgba(15, 27, 46, 0.18);
  background: rgba(255, 255, 255, 1);
}

.page-landing .site-footer {
  border-top-color: rgba(15, 27, 46, 0.08);
  color: var(--text-body-muted);
}

@media (max-width: 720px) {
  .page-landing .header-grid {
    gap: 12px;
  }

  .category-grid {
    grid-template-columns: 1fr;
  }

  .podcast-card {
    padding: 20px;
  }

  .podcast-card-header {
    align-items: flex-start;
    gap: 14px;
  }

  .hero-title {
    font-size: clamp(1.9rem, 8vw, 2.7rem);
  }
}

/* City category card links — extracted from inline styles */
.city-cat-link {
  display: block;
  text-decoration: none;
}
