/* penclos.com - Colors: #C4A35A, #2A5C3A, #8FA89B, #8B6914, #0D1F15 */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: 'Inter', sans-serif; color: #8FA89B; background: #0D1F15; 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: #C4A35A; }
.hero-sub { font-family: 'Space Mono', monospace; font-size: 13px; color: #2A5C3A; margin-top: 12px; }
.content { max-width: 680px; margin: 0 auto; padding: 0 24px 80px; }
.block { border: 1px solid rgba(196,163,90,0.15); border-radius: 4px; 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: #8B6914; letter-spacing: 0.1em; display: block; margin-bottom: 8px; }
.heading { font-family: 'Cormorant Garamond', serif; font-size: 1.5rem; font-weight: 700; color: #C4A35A; margin-bottom: 8px; }
.text { font-size: 0.95rem; line-height: 1.85; color: #8FA89B; }
