/* munju.wiki */
* { margin: 0; padding: 0; box-sizing: border-box; }
body { background: #faf8f0; color: #1a1a1a; font-family: 'Lora', serif; font-weight: 400; line-height: 1.75; }
.masthead { text-align: center; padding: 4rem 2rem 2rem; max-width: 700px; margin: 0 auto; }
.vol { font-family: 'Fira Code', monospace; font-size: 0.55rem; color: #555; }
.brand { font-family: 'Playfair Display', serif; font-weight: 700; font-size: clamp(2rem, 5vw, 3rem); margin: 0.5rem 0; }
.double-rule { display: flex; flex-direction: column; gap: 3px; align-items: center; margin: 1rem 0; }
.double-rule span { display: block; width: 100%; max-width: 500px; height: 1px; background: #000000; }
.lead-article { font-style: italic; font-size: 0.9rem; color: #333333; max-width: 500px; margin: 0 auto; }
.entries { max-width: 700px; margin: 0 auto; padding: 2rem 2rem; }
.entry-columns { column-count: 2; column-gap: 30px; column-rule: 1px solid #000; }
.entry { break-inside: avoid; margin-bottom: 1rem; }
.entry-text { font-size: 0.8rem; text-align: justify; }
.drop-cap { float: left; font-family: 'Playfair Display', serif; font-size: 3.5rem; line-height: 0.8; color: #8b0000; padding-right: 8px; padding-top: 4px; }
.diamond-sep { text-align: center; color: #8b0000; font-size: 0.6rem; padding: 1.5rem 0; }
.timeline { max-width: 700px; margin: 0 auto; padding: 2rem; }
.timeline-title { font-family: 'Playfair Display', serif; font-weight: 700; font-size: 1rem; margin-bottom: 1.5rem; text-align: center; }
.timeline-strip { display: flex; justify-content: space-between; align-items: center; position: relative; padding: 1rem 0; }
.timeline-strip::before { content: ''; position: absolute; top: 50%; left: 0; right: 0; height: 1px; background: #555555; }
.timeline-point { display: flex; flex-direction: column; align-items: center; gap: 0.3rem; position: relative; z-index: 1; }
.timeline-date { font-family: 'Fira Code', monospace; font-size: 0.55rem; color: #333333; }
.timeline-dot { width: 8px; height: 8px; border-radius: 50%; background: #1a1a1a; }
.timeline-label { font-size: 0.55rem; color: #555; }
.index { text-align: center; padding: 2rem; }
.footer-brand { font-family: 'Playfair Display', serif; font-weight: 700; font-size: 0.65rem; color: #ccc; }
.fade-in { opacity: 0; transform: translateY(12px); transition: opacity 0.5s ease, transform 0.5s ease; }
.fade-in.visible { opacity: 1; transform: translateY(0); }
@media (max-width: 500px) { .entry-columns { column-count: 1; column-rule: none; } }
