/* namu.club */
* { margin: 0; padding: 0; box-sizing: border-box; }
body { background: #e8efe0; color: #1a2e1a; font-family: 'Lato', sans-serif; font-weight: 400; line-height: 1.75; }
.hero { text-align: center; padding: 5rem 2rem 3rem; }
.leaf-shape { width: 30px; height: 45px; border-radius: 0 50% 50% 50%; background: #4a7c59; transform: rotate(45deg); margin: 0 auto 1.5rem; }
.leaf-shape.small { width: 20px; height: 30px; margin: 0 auto 1rem; }
.brand { font-family: 'Lora', serif; font-weight: 600; font-size: clamp(2rem, 5vw, 3rem); }
.tagline { font-size: 0.9rem; color: #4a7c59; margin-top: 0.3rem; }
.est { font-family: 'Inter', sans-serif; font-size: 0.6rem; color: #88b892; display: block; margin-top: 0.3rem; }
.activities { max-width: 560px; margin: 0 auto; padding: 1rem 2rem 2rem; }
.activity-container { background: #f0f5ec; border: 1px solid #88b892; border-radius: 16px; padding: 2rem; }
.activity-title { font-family: 'Lora', serif; font-weight: 600; font-size: 1.1rem; color: #4a7c59; margin-bottom: 0.5rem; }
.activity-text { font-size: 0.8rem; color: #3a5a3a; }
.activity-tag { font-family: 'Inter', sans-serif; font-size: 0.6rem; color: #88b892; display: inline-block; margin-top: 0.5rem; }
.leaf-divider { display: flex; justify-content: center; gap: 0.5rem; padding: 1.5rem 0; }
.mini-leaf { width: 8px; height: 12px; border-radius: 0 50% 50% 50%; background: #88b892; transform: rotate(45deg); display: block; }
.community { max-width: 560px; margin: 0 auto; padding: 2rem; text-align: center; }
.section-title { font-family: 'Lora', serif; font-weight: 600; font-size: 1rem; margin-bottom: 1rem; }
.member-circles { display: flex; justify-content: center; gap: 0.5rem; flex-wrap: wrap; }
.member-circle { width: 40px; height: 40px; border-radius: 50%; background: #4a7c59; color: #ffffff; font-size: 0.55rem; font-weight: 700; display: flex; align-items: center; justify-content: center; }
.footer { text-align: center; padding: 3rem 2rem; }
.footer-brand { font-family: 'Lora', serif; font-weight: 600; font-size: 0.8rem; display: block; margin-bottom: 0.3rem; }
.footer-text { font-size: 0.7rem; color: #88b892; }
.fade-in { opacity: 0; transform: translateY(12px); transition: opacity 0.5s ease, transform 0.5s ease; }
.fade-in.visible { opacity: 1; transform: translateY(0); }
