/* C2 · AI 가 이야기를 써 줘요 */

.c2-book {
  max-width: 460px; margin: 0 auto;
  min-height: 168px; padding: var(--s5);
  background: var(--paper);
  border: var(--stroke) solid var(--ink);
  border-radius: var(--radius);
  box-shadow: var(--drop-2);
  display: flex; align-items: center;
}
.c2-page { width: 100%; }
/* 한 줄씩 나타납니다 — 쓰는 것처럼 보여야 "써 준다" 가 됩니다 */
.c2-line {
  margin: 0 0 var(--s2); font-size: 1.05rem; line-height: 1.75;
  animation: c2-in .35s ease;
}
.c2-line:last-child { margin-bottom: 0; }
@keyframes c2-in { from { opacity: 0; transform: translateY(6px); } }
