/* 06-components/_figure.css */
/* ── c-figure — captioned still */
.c-figure { display: flex; flex-direction: column; gap: var(--space-xs); }
.c-figure figcaption { color: var(--text-dim); font-size: var(--text-xs); }
.c-figure figcaption::before { content: "─ "; color: var(--line-strong); }

