/* munju.org */
/* Colors: #f4ece0, #ffffff, #444037, #c17840, #7d9b76, #6a9ec0, #d4a574, #a05e2c */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: 'Source Sans 3', sans-serif; font-weight: 400; font-size: 16px; line-height: 1.8; background: #f4ece0; color: #444037; overflow-x: hidden; }
.hero { min-height: 100vh; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 40px; background: #f4ece0; }
.hero-mark { width: 48px; height: 48px; border-radius: 50%; border: 2px solid #c17840; margin-bottom: 28px; opacity: 0; animation: fadeIn 1.2s 0.3s ease forwards; }
.hero-title { font-family: 'Merriweather', serif; font-weight: 700; font-size: clamp(2.5rem, 5vw, 4rem); color: #444037; letter-spacing: 0.01em; opacity: 0; animation: fadeIn 1.5s 0.6s ease forwards; }
.hero-sub { font-family: 'Nunito Sans', sans-serif; font-weight: 400; font-size: 15px; color: #c17840; margin-top: 16px; opacity: 0; animation: fadeIn 1.2s 1.1s ease forwards; }
@keyframes fadeIn { to { opacity: 1; } }
.editorial { max-width: 640px; margin: 0 auto; padding: 80px 40px; text-align: center; }
.editorial-heading { font-family: 'Merriweather', serif; font-weight: 700; font-size: clamp(1.5rem, 3vw, 2rem); color: #444037; margin-bottom: 20px; }
.editorial-body { font-family: 'Source Sans 3', sans-serif; font-weight: 300; font-size: 17px; color: #444037; line-height: 2; }
.card-section { padding: 60px 40px; max-width: 960px; margin: 0 auto; }
.section-heading { font-family: 'Merriweather', serif; font-weight: 700; font-size: clamp(1.3rem, 2.5vw, 1.8rem); color: #444037; text-align: center; margin-bottom: 36px; }
.card-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 24px; }
.card { background: #ffffff; border-radius: 8px; padding: 32px; box-shadow: 0 1px 4px rgba(68, 64, 55, 0.08); }
.card-icon { display: block; width: 10px; height: 10px; border-radius: 50%; margin-bottom: 16px; }
.card-title { font-family: 'Merriweather', serif; font-weight: 400; font-size: 17px; color: #444037; margin-bottom: 10px; }
.card-desc { font-size: 14px; color: #444037; opacity: 0.7; }
.timeline-section { padding: 80px 40px; max-width: 700px; margin: 0 auto; }
.timeline { position: relative; padding-left: 32px; }
.timeline::before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 1px; background: rgba(193, 120, 64, 0.3); }
.timeline-item { position: relative; padding-bottom: 40px; }
.timeline-item::before { content: ""; position: absolute; left: -36px; top: 4px; width: 9px; height: 9px; border-radius: 50%; background: #c17840; }
.timeline-year { font-family: 'Nunito Sans', sans-serif; font-size: 12px; color: #c17840; letter-spacing: 0.06em; display: block; margin-bottom: 6px; }
.timeline-title { font-family: 'Merriweather', serif; font-weight: 400; font-size: 16px; color: #444037; margin-bottom: 6px; }
.timeline-desc { font-size: 14px; color: #444037; opacity: 0.7; }
.site-footer { text-align: center; padding: 80px 40px; }
.footer-line { width: 40px; height: 1px; background: rgba(193, 120, 64, 0.3); margin: 0 auto 20px; }
.site-footer p { font-family: 'Nunito Sans', sans-serif; font-size: 12px; color: #444037; opacity: 0.5; letter-spacing: 0.06em; }
@media (max-width: 768px) { .card-grid { grid-template-columns: 1fr; } .card-section { padding: 40px 24px; } .timeline-section { padding: 60px 24px; } .editorial { padding: 60px 24px; } }
