/* miris.studio */
* { margin: 0; padding: 0; box-sizing: border-box; }
body { background: #f7f5f0; color: #1a1a1a; font-family: 'Inter', sans-serif; font-weight: 400; line-height: 1.8; }
.vertical-line { position: fixed; right: 33%; top: 0; width: 1px; height: 100vh; background: #d4cfc6; z-index: 0; pointer-events: none; }
.hero { min-height: 80vh; display: flex; align-items: center; padding: 2rem 2rem 2rem 15%; position: relative; z-index: 1; }
.brand { font-family: 'Cormorant', serif; font-weight: 300; font-size: clamp(2.5rem, 6vw, 3.5rem); color: #1a1a1a; letter-spacing: 0.01em; }
.project { padding: 4rem 2rem 4rem 15%; max-width: 800px; position: relative; z-index: 1; }
.project-label { font-family: 'Inter', sans-serif; font-size: 0.7rem; color: #999088; letter-spacing: 0.15em; text-transform: uppercase; display: block; margin-bottom: 0.5rem; }
.project-name { font-family: 'Cormorant', serif; font-weight: 300; font-size: clamp(1.8rem, 4vw, 2.8rem); color: #1a1a1a; margin-bottom: 1.5rem; }
.project-block { width: 200px; height: 120px; background: #e8e2d8; }
.project-block.block-2 { width: 240px; height: 100px; background: #d4cfc6; }
.project-block.block-3 { width: 180px; height: 140px; background: #e8e2d8; }
.breath { padding: 4rem 0; text-align: center; position: relative; z-index: 1; }
.breath-dot { width: 6px; height: 6px; border-radius: 50%; background: #8b7355; display: inline-block; }
.philosophy { text-align: center; padding: 8rem 2rem; position: relative; z-index: 1; }
.philosophy-text { font-family: 'Cormorant', serif; font-weight: 300; font-size: clamp(1.5rem, 3.5vw, 2.2rem); color: #1a1a1a; max-width: 500px; margin: 0 auto; }
.colophon { padding: 4rem 2rem 4rem 15%; position: relative; z-index: 1; }
.bottom-line { border: none; border-top: 1px solid #d4cfc6; width: 60px; margin-bottom: 1rem; }
.footer-brand { font-family: 'Inter', sans-serif; font-size: 0.65rem; color: #999088; }
.fade-in { opacity: 0; transform: translateY(12px); transition: opacity 0.5s ease, transform 0.5s ease; }
.fade-in.visible { opacity: 1; transform: translateY(0); }
