/* === Hero === */
.hero-article {
  background: linear-gradient(135deg, #faf9f7 0%, #f5f3ef 100%);
  padding: 80px 0 60px;
  margin-top: 70px;
  border-bottom: 1px solid #e0dcd5;
}

.hero-title {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-size: 3.5rem;
  line-height: 1.2;
  color: #2c3e50;
  margin-bottom: 1.5rem;
}

.hero-subtitle {
  font-size: 1.2rem;
  color: #5a6c7e;
  font-style: italic;
  border-left: 3px solid #c0392b;
  padding-left: 1.5rem;
  margin: 1.5rem 0;
}

.hero-stats {
  font-family: 'Inter', sans-serif;
  font-size: 0.85rem;
  color: #7f8c8d;
  border-top: 1px solid #e0dcd5;
  padding-top: 1rem;
  margin-top: 1rem;
}

/* === Journal Layout === */
.journal-layout { padding: 60px 0; }

.article-content { font-size: 1.1rem; }

.article-content h2 {
  font-family: 'Playfair Display', serif;
  font-weight: 600;
  font-size: 1.8rem;
  color: #2c3e50;
  margin: 2rem 0 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #e0dcd5;
}

.article-content h3 {
  font-family: 'Playfair Display', serif;
  font-weight: 500;
  font-size: 1.4rem;
  color: #34495e;
  margin: 1.5rem 0 1rem;
}

.article-content p { margin-bottom: 1.2rem; text-align: justify; }

.article-content blockquote {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: 1.2rem;
  color: #5a6c7e;
  margin: 2rem 0;
  padding: 1rem 2rem;
  border-left: 3px solid #c0392b;
  background: #f8f7f5;
}

/* === Logic Box === */
.logic-box {
  background: #ffffff;
  border: 1px solid #e0dcd5;
  padding: 1.5rem;
  margin: 2rem 0;
  font-family: 'Inter', sans-serif;
}

.logic-box h4 {
  font-family: 'Playfair Display', serif;
  font-weight: 600;
  color: #c0392b;
  margin-bottom: 1rem;
}

.logic-premise {
  margin: 0.5rem 0;
  padding-left: 1rem;
  border-left: 2px solid #bdc3c7;
}

/* === Dropcap === */
.dropcap::first-letter {
  font-family: 'Playfair Display', serif;
  font-size: 3.5rem;
  font-weight: 700;
  float: left;
  line-height: 0.8;
  margin-right: 10px;
  color: #c0392b;
}

@media (max-width: 991px) {
  .hero-title { font-size: 2.5rem; }
}

@media (max-width: 768px) {
  .hero-article { padding: 60px 0 40px; }
  .hero-title { font-size: 2rem; }
  .hero-subtitle { font-size: 1rem; padding-left: 1rem; }
  .article-content { font-size: 1rem; }
  .article-content blockquote { padding: 0.75rem 1rem; font-size: 1rem; }
  .journal-meta { font-size: 0.7rem; }
  .hero-stats { font-size: 0.8rem; }
  .journal-layout { padding: 30px 0; }
  .logic-box { padding: 1rem; }
  .dropcap::first-letter { font-size: 2.5rem; }
}
