/* hwaglyul.com */
/* Colors: #7BA68A, #4A7A5C, #D4917A, #C4A24E, #F5F0E6, #EDE5D4, #2D3E32, #6B7E70, #8E5B6A */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: 'Cormorant Garamond', serif; font-weight: 400; font-size: 16px; line-height: 1.85; background: #F5F0E6; color: #2D3E32; overflow-x: hidden; }
.hero { min-height: 100vh; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 40px; background: #F5F0E6; }
.hero-hanja { font-family: 'Nanum Myeongjo', serif; font-weight: 400; font-size: clamp(6rem, 15vw, 10rem); color: #2D3E32; opacity: 0.12; animation: fadeIn 2s 1.5s ease forwards; }
.hero-domain { font-family: 'Cormorant Garamond', serif; font-weight: 300; font-style: italic; font-size: clamp(1.2rem, 2.5vw, 1.8rem); color: #6B7E70; margin-top: 16px; opacity: 0; animation: fadeIn 1.5s 3s ease forwards; }
@keyframes fadeIn { to { opacity: 1; } }
.section { padding: 80px 40px; max-width: 620px; margin: 0 auto; }
.concept { padding-top: 120px; padding-bottom: 120px; text-align: center; }
.section-title { font-family: 'Nanum Myeongjo', serif; font-weight: 700; font-size: clamp(1.75rem, 4vw, 3rem); color: #2D3E32; margin-bottom: 24px; letter-spacing: 0.02em; }
.section-text { color: #2D3E32; font-size: 17px; }
.flower { display: flex; align-items: flex-start; gap: 40px; padding-top: 60px; padding-bottom: 60px; }
.flower-name { font-family: 'Nanum Myeongjo', serif; font-weight: 700; font-size: clamp(2.5rem, 6vw, 4.5rem); color: #7BA68A; writing-mode: vertical-rl; flex-shrink: 0; }
.flower-panel { background: rgba(237, 229, 212, 0.5); border-radius: 2px; padding: 32px; box-shadow: 0 8px 32px rgba(45, 62, 50, 0.06); }
.flower-panel h3 { font-family: 'Cormorant Garamond', serif; font-weight: 400; font-size: 22px; color: #8E5B6A; margin-bottom: 12px; }
.flower-panel p { color: #2D3E32; font-size: 16px; }
.site-footer { text-align: center; padding: 80px 40px; background: #EDE5D4; }
.footer-text { font-family: 'IBM Plex Sans', sans-serif; font-weight: 300; font-size: 12px; color: #6B7E70; letter-spacing: 0.12em; text-transform: uppercase; margin-bottom: 8px; }
.footer-domain { font-family: 'Cormorant Garamond', serif; font-weight: 300; font-style: italic; font-size: 14px; color: #8E5B6A; }
@media (max-width: 768px) { .section { padding: 60px 24px; } .flower { flex-direction: column; align-items: center; } .flower-name { writing-mode: horizontal-tb; } }
