/* Health & Lifestyle theme */
.category-health-lifestyle {
  --font-headline: 'Merriweather', Georgia, serif;
  --font-body: 'Open Sans', system-ui, sans-serif;
  --nav-bg: #ffffff;
  --nav-text: #1f1f2e;
  --nav-border: #e8e0f4;
  --ticker-bg: #f5f0ff;
  --ticker-text: #5b21b6;
  --ticker-label-bg: var(--accent);
  --ticker-label-text: #ffffff;
  --page-bg: #faf8ff;
  --surface: #ffffff;
  --ink: #1f1f2e;
  --muted: #6d6887;
  --border: #e8e0f4;
  --radius: 12px;
  font-family: var(--font-body);
}

.category-health-lifestyle .site-logo {
  font-family: 'Merriweather', Georgia, serif;
  font-weight: 900;
  font-size: 1.25rem;
  color: var(--accent);
}
.category-health-lifestyle .site-nav a { font-size: 0.875rem; }
.category-health-lifestyle .site-nav a {
  padding: 0.35rem 0.875rem;
  border-radius: 100px;
  border: 1px solid var(--border);
  color: var(--nav-text);
}
.category-health-lifestyle .site-nav a:hover {
  background: var(--accent);
  color: #fff;
  border-color: var(--accent);
  opacity: 1;
}
.category-health-lifestyle .site-topbar { border-bottom: 1px solid var(--border); }

/* Ticker */
.category-health-lifestyle .ticker-label { border-radius: 100px; }

/* Hero — image left, content right on soft background */
.category-health-lifestyle .homepage-hero { padding: 2rem 0; }
.category-health-lifestyle .hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 0;
  border-radius: 16px;
  overflow: hidden;
  background: #f0e8ff;
}
.category-health-lifestyle .hero-image {
  height: 400px;
  border-radius: 0;
  aspect-ratio: unset;
  margin: 0;
}
.category-health-lifestyle .hero-image img { height: 100%; }
.category-health-lifestyle .hero-content {
  padding: 2.5rem 2rem;
  background: #f0e8ff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.75rem;
}
.category-health-lifestyle .hero-cat {
  background: var(--accent);
  color: #fff;
  padding: 4px 12px;
  border-radius: 100px;
  font-size: 0.625rem;
  display: inline-flex;
  align-self: flex-start;
}
.category-health-lifestyle .hero-title { font-size: 1.75rem; line-height: 1.25; color: var(--ink); }
.category-health-lifestyle .hero-deck { font-size: 0.9375rem; color: #5b21b6; }
.category-health-lifestyle .hero-meta { font-size: 0.8125rem; color: var(--muted); }

.category-health-lifestyle .hero-secondary { gap: 1rem; background: var(--page-bg); padding: 1.5rem 0; }
.category-health-lifestyle .hero-secondary .article-card { border-radius: 12px; border-color: var(--border); }
.category-health-lifestyle .hero-secondary .card-cat {
  background: #f0e8ff;
  color: var(--accent);
  padding: 2px 8px;
  border-radius: 100px;
  font-size: 0.5625rem;
  display: inline-block;
}

/* Secondary grid */
.category-health-lifestyle .article-card { border-radius: 12px; border-color: var(--border); }
.category-health-lifestyle .card-cat {
  background: #f0e8ff;
  color: var(--accent);
  padding: 3px 10px;
  border-radius: 100px;
  font-size: 0.6rem;
  display: inline-block;
}
.category-health-lifestyle .card-title { font-size: 1rem; }

/* Sponsor zone */
.category-health-lifestyle .sponsor-zone { background: #f5f0ff; border-radius: 16px; }
.category-health-lifestyle .sponsor-label { color: var(--accent); }

/* Footer */
.category-health-lifestyle .site-footer { background: #fff; border-top: 1px solid var(--border); }
.category-health-lifestyle .footer-logo { color: var(--accent); font-family: 'Merriweather', Georgia, serif; }
.category-health-lifestyle .topics-inline span {
  background: #f0e8ff;
  color: var(--accent);
  border: 1px solid #d8c8f8;
  border-radius: 100px;
}
