/* hwagryul.com */
/* Colors: #1B1F3B, #2D2A3A, #C27844, #E8CEB0, #C4B8A8, #D4896A, #6B8F71, #4A4560 */
*, *::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.72; background: #1B1F3B; color: #C4B8A8; overflow-x: hidden; }
.hero { min-height: 100vh; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 40px; background: #1B1F3B; }
.hero-title { font-family: 'Space Grotesk', sans-serif; font-weight: 500; font-size: clamp(3rem, 8vw, 6rem); color: #E8CEB0; letter-spacing: -0.02em; opacity: 0; animation: fadeIn 2s ease forwards; }
.hero-hangul { font-family: 'Space Grotesk', sans-serif; font-weight: 400; font-size: clamp(1.5rem, 3vw, 2.5rem); color: #E8CEB0; opacity: 0.6; margin-top: 8px; opacity: 0; animation: fadeIn 1.5s 1s ease forwards; }
.hero-sub { font-family: 'JetBrains Mono', monospace; font-size: 14px; color: #C27844; letter-spacing: 0.04em; margin-top: 12px; text-shadow: 0 0 8px rgba(194, 120, 68, 0.3); opacity: 0; animation: fadeIn 1s 1.8s ease forwards; }
@keyframes fadeIn { to { opacity: 1; } }
.section { padding: 100px 40px; display: flex; flex-direction: column; align-items: center; gap: 60px; }
.section-title { font-family: 'Space Grotesk', sans-serif; font-weight: 500; font-size: clamp(1.75rem, 3.5vw, 2.8rem); color: #E8CEB0; letter-spacing: -0.02em; }
.island { background: rgba(45, 42, 58, 0.6); border: 1px solid rgba(194, 120, 68, 0.2); border-radius: 24px; padding: 40px; max-width: 560px; width: 100%; }
.island-text { color: #C4B8A8; font-size: 17px; }
.island-notation { font-family: 'JetBrains Mono', monospace; font-size: 14px; color: #C27844; text-shadow: 0 0 8px rgba(194, 120, 68, 0.3); margin-bottom: 16px; letter-spacing: 0.04em; }
.convergence { padding: 160px 40px; text-align: center; }
.convergence-text { font-family: 'Libre Baskerville', serif; font-weight: 400; font-style: italic; font-size: clamp(1.2rem, 2.5vw, 1.8rem); color: #E8CEB0; max-width: 520px; }
.site-footer { text-align: center; padding: 48px 40px; background: #1B1F3B; }
.site-footer p { font-family: 'JetBrains Mono', monospace; font-size: 12px; color: #4A4560; letter-spacing: 0.04em; }
@media (max-width: 768px) { .section { padding: 60px 24px; } .island { padding: 28px; } }
