/* perso.news - Colors: #111111, #2A2A2A, #0A0A0A, #8A7432, #161616 */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: 'Inter', sans-serif; color: #8A7432; background: #0A0A0A; 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: 'Space Grotesk', sans-serif; font-size: clamp(3rem, 7vw, 5.5rem); font-weight: 700; color: #8A7432; }
.hero-sub { font-family: 'Lora', serif; font-size: 14px; color: #2A2A2A; margin-top: 12px; font-style: italic; }
.content { max-width: 680px; margin: 0 auto; padding: 0 24px 80px; }
.block { border-bottom: 1px solid #161616; padding: 40px 0; 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 Grotesk', sans-serif; font-size: 11px; font-weight: 500; color: #2A2A2A; letter-spacing: 0.12em; display: block; margin-bottom: 8px; }
.heading { font-family: 'Space Grotesk', sans-serif; font-size: 1.5rem; font-weight: 700; color: #8A7432; margin-bottom: 8px; }
.text { font-family: 'Lora', serif; font-size: 0.95rem; line-height: 1.85; color: #111111; }
