/* hwaklyul.com */
/* Colors: #0a0e1a, #121829, #3ddc84, #7c4dff, #18ffff, #e8eaf6, #ffd54f, #37474f */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: 'Libre Baskerville', serif; font-weight: 400; font-size: 18px; line-height: 1.75; background: #0a0e1a; color: #e8eaf6; overflow-x: hidden; }
.hero { min-height: 100vh; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 40px; background: #0a0e1a; }
.hero-title { font-family: 'Space Grotesk', sans-serif; font-weight: 300; font-size: clamp(3.5rem, 10vw, 7rem); color: #e8eaf6; letter-spacing: 0.14em; opacity: 0; animation: fadeIn 2s 0.8s ease forwards; }
.hero-hangul { font-family: 'Noto Sans KR', sans-serif; font-weight: 300; font-size: clamp(1.5rem, 3vw, 2.5rem); color: #e8eaf6; opacity: 0; animation: fadeIn 1.5s 2s ease forwards; }
@keyframes fadeIn { to { opacity: 0.6; } }
.section { padding: 120px 40px; display: flex; flex-direction: column; align-items: center; text-align: center; gap: 48px; background: #0a0e1a; }
.section-title { font-family: 'Space Grotesk', sans-serif; font-weight: 500; font-size: clamp(1.75rem, 4vw, 3rem); color: #e8eaf6; }
.section-text { max-width: 600px; color: #e8eaf6; font-size: 17px; opacity: 0.85; }
.dist-card { background: rgba(18, 24, 41, 0.8); border: 1px solid rgba(61, 220, 132, 0.15); border-radius: 16px; padding: 36px; max-width: 520px; width: 100%; text-align: left; }
.dist-label { font-family: 'Fira Code', monospace; font-size: 14px; color: #3ddc84; letter-spacing: 0.04em; margin-bottom: 12px; }
.dist-desc { font-size: 16px; color: #e8eaf6; opacity: 0.8; }
.convergence { padding: 160px 40px; background: #121829; }
.convergence-text { font-style: italic; font-size: clamp(1.1rem, 2vw, 1.5rem); color: #e8eaf6; max-width: 500px; margin-bottom: 40px; }
.convergence-glyph { font-family: 'Space Grotesk', sans-serif; font-weight: 500; font-size: 200px; color: #7c4dff; opacity: 0.06; }
.site-footer { text-align: center; padding: 48px 40px; background: #0a0e1a; }
.site-footer p { font-family: 'Fira Code', monospace; font-size: 12px; color: #37474f; letter-spacing: 0.04em; }
@media (max-width: 768px) { .section { padding: 80px 24px; } .dist-card { padding: 24px; } .convergence-glyph { font-size: 120px; } }
