/* paraoligm.com - Colors: #4A7A3A, #C44030, #2A2218, #6A4A28, #8A7458 */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: 'Inter', sans-serif; color: #8A7458; background: #2A2218; overflow-x: hidden; }
.hero { min-height: 65vh; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 40px 24px; }
.hero-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(3rem, 7vw, 6rem); font-weight: 700; color: #4A7A3A; }
.hero-sub { font-family: 'Space Mono', monospace; font-size: 13px; color: #6A4A28; margin-top: 12px; }
.content { max-width: 680px; margin: 0 auto; padding: 0 24px 80px; }
.block { padding: 40px 0; border-bottom: 1px solid rgba(138,116,88,0.12); opacity: 0; transform: translateY(16px); transition: opacity 0.6s ease, transform 0.6s ease; }
.block.visible { opacity: 1; transform: translateY(0); }
.label { font-family: 'Space Mono', monospace; font-size: 11px; color: #C44030; letter-spacing: 0.1em; display: block; margin-bottom: 8px; }
.heading { font-family: 'Cormorant Garamond', serif; font-size: 1.5rem; font-weight: 700; color: #4A7A3A; margin-bottom: 8px; }
.text { font-size: 0.95rem; line-height: 1.85; color: #8A7458; }
