/* ============================================================
   SOLUA — individual blog article
   Reuses header/footer + tokens. Reading-focused typography.
   ============================================================ */

.article { padding: 128px 0 0; }

/* ---- hero (centered) ---- */
.art-hero { max-width: 760px; margin: 0 auto; text-align: center; padding: 0 8px; }
.art-hero .breadcrumb {
  display: flex; align-items: center; gap: 8px; justify-content: center; flex-wrap: wrap;
  margin: 0 0 22px; font-size: 13px; font-weight: 600; color: var(--color-text-muted);
}
.art-hero .breadcrumb svg { width: 14px; height: 14px; opacity: .5; }
.art-hero .breadcrumb a:hover { color: var(--color-text-secondary); }
.art-hero .cat-chip {
  display: inline-flex; align-items: center; gap: 7px;
  font-size: 11px; font-weight: 600; letter-spacing: 0.09em; text-transform: uppercase;
  color: #fff; background: var(--cat); padding: 7px 13px; border-radius: var(--radius-pill);
}
.is-news .art-hero .cat-chip, .art-hero.is-news .cat-chip { color: #2A2722; }
.art-hero h1 {
  font-weight: 300; font-size: clamp(34px, 4.6vw, 56px); line-height: 1.06;
  letter-spacing: -0.025em; margin: 20px 0 0; text-wrap: balance;
}
.art-hero h1 b { font-weight: 700; }
.art-hero h1 i { font-style: italic; font-weight: 300; }
.art-deck {
  font-size: 20px; line-height: 1.5; color: var(--color-text-secondary);
  max-width: 36ch; margin: 22px auto 0; text-wrap: pretty;
}
.art-meta {
  display: flex; align-items: center; justify-content: center; gap: 14px;
  margin: 30px 0 0; font-size: 14px; color: var(--color-text-secondary);
}
.art-meta .avatar {
  width: 40px; height: 40px; border-radius: 50%; flex-shrink: 0;
  display: grid; place-items: center; font-weight: 700; font-size: 15px;
  color: #fff; background: var(--cat); letter-spacing: -0.01em;
}
.is-news .art-meta .avatar { color: #2A2722; }
.art-meta .by { text-align: left; }
.art-meta .by b { display: block; font-weight: 600; color: var(--color-text-primary); font-size: 14.5px; }
.art-meta .dot { width: 3px; height: 3px; border-radius: 50%; background: currentColor; opacity: .5; }

/* ---- cover ---- */
.art-cover {
  max-width: 1040px; margin: 52px auto 0; border-radius: var(--radius-xl);
  overflow: hidden; aspect-ratio: 16 / 8; background: var(--color-surface-1);
  box-shadow: var(--shadow-md);
}
.art-cover img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 42%; }
.art-cover.is-shot { background: var(--cat); }
.art-cover.is-shot img { object-fit: contain; padding: 28px; }

/* ---- body ---- */
.art-body { max-width: 680px; margin: 0 auto; padding: 64px 8px 0; }
.art-body > * { margin: 0 0 26px; }
.art-body p {
  font-size: 19px; line-height: 1.72; color: #2C2926; text-wrap: pretty;
}
.art-body .lead { font-size: 21px; line-height: 1.6; color: var(--color-text-primary); }
.art-body p > a { color: var(--cat); text-decoration: underline; text-underline-offset: 3px; text-decoration-thickness: 1px; }
.art-body h2 {
  font-size: 28px; font-weight: 700; line-height: 1.2; letter-spacing: -0.015em;
  color: var(--color-text-primary); margin-top: 14px; text-wrap: balance;
}
.art-body h3 {
  font-size: 21px; font-weight: 600; line-height: 1.3; color: var(--color-text-primary);
  margin-top: 8px;
}
.art-body ul { padding-left: 0; list-style: none; display: flex; flex-direction: column; gap: 12px; }
.art-body ul li {
  position: relative; padding-left: 28px; font-size: 19px; line-height: 1.6; color: #2C2926;
}
.art-body ul li::before {
  content: ""; position: absolute; left: 6px; top: 13px; width: 7px; height: 7px;
  border-radius: 50%; background: var(--cat);
}
.art-body blockquote {
  margin: 40px 0; padding: 6px 0 6px 28px; border-left: 3px solid var(--cat);
}
.art-body blockquote p {
  font-size: 25px; font-weight: 300; line-height: 1.4; letter-spacing: -0.01em;
  color: var(--color-text-primary); margin: 0;
}
.art-body em { font-style: italic; }
.art-body .liturgical { font-style: italic; color: var(--color-text-secondary); }
.art-body hr {
  border: none; height: 1px; background: var(--color-border); margin: 44px auto; width: 80px;
}

/* end mark / share */
.art-foot {
  max-width: 680px; margin: 8px auto 0; padding: 36px 8px 0;
  border-top: 1px solid var(--color-border);
  display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap;
}
.art-foot .tags { display: flex; gap: 9px; flex-wrap: wrap; }
.art-foot .tag {
  font-size: 13px; font-weight: 600; color: var(--color-text-secondary);
  background: var(--color-surface-1); padding: 8px 15px; border-radius: var(--radius-pill);
}
.art-foot .share { display: flex; align-items: center; gap: 10px; }
.art-foot .share span { font-size: 13px; color: var(--color-text-muted); }
.art-foot .share a {
  width: 38px; height: 38px; border-radius: 50%; border: 1px solid var(--color-border-dark);
  display: grid; place-items: center; color: var(--color-text-secondary);
  transition: all var(--duration-fast) var(--ease-calm);
}
.art-foot .share a:hover { background: var(--color-surface-1); color: var(--color-text-primary); }
.art-foot .share svg { width: 16px; height: 16px; }

/* ---- related ---- */
.related { padding: 88px 0 96px; }
.related .wrap { }
.related h2 {
  font-size: clamp(24px, 2.8vw, 34px); font-weight: 300; letter-spacing: -0.02em;
  margin: 0 0 36px; text-align: center;
}
.related h2 b { font-weight: 700; }

@media (max-width: 980px) {
  .related .post-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
  .article { padding-top: 104px; }
  .art-cover { margin-top: 36px; aspect-ratio: 16 / 11; }
  .art-body { padding-top: 44px; }
  .art-body p, .art-body ul li { font-size: 18px; }
  .related { padding: 64px 0 72px; }
  .related .post-grid { grid-template-columns: 1fr; }
}
