/* ============================================================
   Blog Article — shared stylesheet
   ============================================================ */

.article-layout {
  max-width: 760px;
  margin: 0 auto;
  padding: 120px 40px 100px;
}

/* Hero image */
.article-hero-img {
  width: 100%;
  max-height: 420px;
  object-fit: cover;
  border-radius: 4px;
  margin-bottom: 56px;
  display: block;
}

/* Header */
.article-header { margin-bottom: 48px; }
.article-category {
  font-family: 'Cinzel', serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #c8900a;
  margin-bottom: 16px;
}
.article-header h1 {
  font-family: 'Cinzel Decorative', serif;
  font-size: clamp(1.5rem, 3.5vw, 2.4rem);
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 20px;
}
.article-meta {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  font-size: 0.78rem;
  color: var(--text-muted);
  letter-spacing: 0.04em;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--border);
}
.article-meta span { display: flex; align-items: center; gap: 6px; }

/* Body */
.article-body { line-height: 1.9; }
.article-body p {
  font-size: 0.95rem;
  color: var(--text-muted);
  margin-bottom: 22px;
}
.article-body h2 {
  font-family: 'Cinzel', serif;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: var(--text);
  margin: 48px 0 18px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--border);
}
.article-body h3 {
  font-family: 'Cinzel', serif;
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--text);
  margin: 32px 0 12px;
}
.article-body strong { color: var(--text); font-weight: 600; }
.article-body em { font-style: italic; }
.article-body a { color: #c8900a; text-decoration: none; }
.article-body a:hover { text-decoration: underline; }
.article-body ul, .article-body ol {
  margin: 16px 0 22px 24px;
  color: var(--text-muted);
  font-size: 0.95rem;
  line-height: 1.9;
}
.article-body li { margin-bottom: 6px; }
.article-body code {
  font-family: 'Courier New', Courier, monospace;
  font-size: 0.87em;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 3px;
  padding: 1px 6px;
  color: var(--text);
}

/* Pull quote */
.article-pullquote {
  border-left: 3px solid #c8900a;
  margin: 36px 0;
  padding: 16px 24px;
  background: var(--bg-card);
  border-radius: 0 4px 4px 0;
}
.article-pullquote p {
  font-family: 'EB Garamond', 'Cinzel', serif;
  font-size: 1.1rem !important;
  font-style: italic;
  color: var(--text) !important;
  margin-bottom: 0 !important;
  line-height: 1.7;
}

/* Inline image */
.article-img {
  width: 100%;
  border-radius: 4px;
  margin: 32px 0;
  display: block;
}
.article-img-caption {
  text-align: center;
  font-size: 0.78rem;
  color: var(--text-muted);
  margin-top: -20px;
  margin-bottom: 32px;
  font-style: italic;
}

/* Tags */
.article-tags {
  margin-top: 56px;
  padding-top: 24px;
  border-top: 1px solid var(--border);
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.article-tag {
  font-family: 'Cinzel', serif;
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-muted);
  border: 1px solid var(--border);
  border-radius: 2px;
  padding: 4px 12px;
}

/* CTA */
.article-cta {
  margin-top: 56px;
  padding: 40px;
  background: var(--bg-card);
  border: 1px solid #2e2210;
  border-radius: 4px;
  text-align: center;
}
.article-cta h3 {
  font-family: 'Cinzel Decorative', serif;
  font-size: 1.1rem;
  margin-bottom: 12px;
  color: var(--text);
}
.article-cta p {
  font-size: 0.85rem;
  color: var(--text-muted);
  margin-bottom: 24px;
  line-height: 1.7;
}

/* Store badges inside CTA */
.store-badges {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.store-badges img { height: 40px; }

/* Author */
.article-author {
  margin-top: 48px;
  padding: 28px 32px;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 4px;
  display: flex;
  gap: 20px;
  align-items: flex-start;
}
.article-author-avatar {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: linear-gradient(135deg, #1a1208, #0d0f12);
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Cinzel', serif;
  font-size: 1.1rem;
  color: #c8900a;
  font-weight: 700;
}
.article-author-info h4 {
  font-family: 'Cinzel', serif;
  font-size: 0.85rem;
  font-weight: 700;
  margin-bottom: 4px;
}
.article-author-info p {
  font-size: 0.82rem;
  color: var(--text-muted);
  line-height: 1.65;
}

/* Nav back */
.article-back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Cinzel', serif;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-muted);
  text-decoration: none;
  margin-bottom: 40px;
  transition: color 0.2s;
}
.article-back:hover { color: var(--text); }

@media (max-width: 600px) {
  .article-layout { padding: 100px 24px 80px; }
  .article-cta { padding: 28px 24px; }
  .article-author { flex-direction: column; }
}
