/* hanun.ai */
/* Colors: #f7f5f0, #eae6df, #2c2c2c, #6b7a8d, #7ba3a8, #4d7a80, #e8eaed, #c4866b */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: 'Noto Sans KR', sans-serif; font-weight: 300; font-size: 16px; line-height: 1.75; background: #f7f5f0; color: #2c2c2c; overflow-x: hidden; }
.hero { min-height: 100vh; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 40px; background: #f7f5f0; }
.hero-title { font-family: 'Noto Sans KR', sans-serif; font-weight: 100; font-size: clamp(4rem, 12vw, 10rem); color: #2c2c2c; letter-spacing: -0.02em; opacity: 0; animation: fadeIn 2s ease forwards; }
.hero-sub { font-family: 'IBM Plex Mono', monospace; font-size: 13px; color: #6b7a8d; letter-spacing: 0.08em; margin-top: 16px; opacity: 0; animation: fadeIn 1.2s 1s ease forwards; }
@keyframes fadeIn { to { opacity: 1; } }
.section { padding: 100px 40px; display: flex; flex-direction: column; align-items: center; text-align: center; background: #f7f5f0; }
.section-title { font-family: 'Noto Sans KR', sans-serif; font-weight: 300; font-size: clamp(2rem, 5vw, 3.5rem); color: #2c2c2c; margin-bottom: 48px; }
.hex-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; max-width: 660px; width: 100%; }
.hex-cell { background: #e8eaed; clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%); padding: 48px 24px; text-align: center; transition: background 0.4s ease, border-color 0.4s ease; }
.hex-cell:hover { background: #7ba3a8; color: #f7f5f0; }
.hex-cell p { font-family: 'Noto Sans KR', sans-serif; font-weight: 500; font-size: 18px; margin-bottom: 4px; }
.hex-label { font-family: 'IBM Plex Mono', monospace; font-size: 11px; letter-spacing: 0.06em; color: #6b7a8d; text-transform: uppercase; }
.hex-cell:hover .hex-label { color: #eae6df; }
.quiet-room { background: #eae6df; padding: 120px 40px; }
.section-title-serif { font-family: 'Libre Baskerville', serif; font-weight: 400; font-size: clamp(1.5rem, 3vw, 2.5rem); color: #2c2c2c; margin-bottom: 24px; }
.section-prose { font-family: 'Libre Baskerville', serif; font-weight: 400; font-size: 17px; line-height: 1.85; color: #2c2c2c; max-width: 580px; }
.site-footer { text-align: center; padding: 48px 40px; background: #f7f5f0; }
.site-footer p { font-family: 'IBM Plex Mono', monospace; font-size: 12px; color: #6b7a8d; letter-spacing: 0.04em; }
@media (max-width: 768px) { .hex-grid { grid-template-columns: repeat(2, 1fr); } .section { padding: 60px 24px; } .quiet-room { padding: 80px 24px; } }
