/* Magazine theme — bold serif headlines, big hero, red accents */
[data-theme="magazine"] {
  --magacc: #d62828;
  --magbg: #fafaf7;
}
[data-theme="magazine"] body, [data-theme="magazine"] {
  background: var(--magbg);
  font-family: Georgia, "Times New Roman", serif;
  color: #1a1a1a;
}
[data-theme="magazine"] .site-header {
  background: #1a1a1a;
  border-bottom: 4px solid var(--magacc);
}
[data-theme="magazine"] .site-header a,
[data-theme="magazine"] .nav-logo-text {
  color: #fff;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 0.85rem;
}
[data-theme="magazine"] .hero { background-color: #1a1a1a; }
[data-theme="magazine"] .hero h1 {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 3.4rem;
  line-height: 1.05;
  letter-spacing: -0.01em;
  color: #fff;
}
[data-theme="magazine"] .hero-tagline { color: #f6d65c; font-style: italic; }
[data-theme="magazine"] .btn-primary { background: var(--magacc); border-radius: 0; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; }
[data-theme="magazine"] .btn-outline { border-color: #fff; color: #fff; border-radius: 0; }
[data-theme="magazine"] .section-title,
[data-theme="magazine"] .page-title {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 2.2rem;
  border-bottom: 3px double #1a1a1a;
  padding-bottom: 8px;
}
[data-theme="magazine"] .card { border-radius: 0; border: 0; border-bottom: 1px solid #d4d4d4; padding-bottom: 18px; background: transparent; }
[data-theme="magazine"] .card-img { border-radius: 0; }
[data-theme="magazine"] .card-title a { color: #1a1a1a; font-family: Georgia, serif; }
[data-theme="magazine"] .badge { background: var(--magacc); color: #fff; text-transform: uppercase; font-size: 0.7rem; letter-spacing: 0.08em; border-radius: 0; padding: 3px 8px; }
[data-theme="magazine"] .article-body { font-family: Georgia, serif; font-size: 1.08rem; line-height: 1.85; }
[data-theme="magazine"] .article-body p:first-of-type::first-letter {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 4.2rem;
  float: left;
  line-height: 0.85;
  margin: 4px 8px 0 0;
  color: var(--magacc);
}
[data-theme="magazine"] .site-footer { background: #1a1a1a; color: #ddd; border-top: 0; }
[data-theme="magazine"] .footer-brand strong { color: #fff; font-family: "Playfair Display", Georgia, serif; }
