/* penclo.com - Colors: #E0D4C0, #4A7A50, #8A7A60, #B8943A, #C0B8A8 */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: 'Inter', sans-serif; color: #8A7A60; background: #E0D4C0; 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: 'Work Sans', sans-serif; font-size: clamp(3rem, 7vw, 6rem); font-weight: 700; color: #4A7A50; letter-spacing: -0.02em; }
.hero-sub { font-family: 'Space Mono', monospace; font-size: 13px; color: #B8943A; margin-top: 12px; }
.content { max-width: 680px; margin: 0 auto; padding: 0 24px 80px; }
.block { background: rgba(255,255,255,0.5); border: 1px solid #C0B8A8; border-radius: 8px; padding: 32px; margin-bottom: 20px; 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: #B8943A; letter-spacing: 0.1em; display: block; margin-bottom: 8px; }
.heading { font-family: 'Work Sans', sans-serif; font-size: 1.4rem; font-weight: 700; color: #4A7A50; margin-bottom: 8px; }
.text { font-size: 0.95rem; line-height: 1.8; color: #8A7A60; }
