        body { background-color: #FAFAF8; color: #1A1A1A; scroll-behavior: smooth; overflow-x: hidden; }
        .hero-bg {
            background: linear-gradient(rgba(250, 250, 248, 0.85), rgba(250, 250, 248, 0.85)), 
                        url('https://i.pinimg.com/736x/a4/b7/6d/a4b76da784eb754d8cc53d3d305c5d57.jpg');
            background-attachment: fixed;
            background-size: cover;
            background-position: center;
        }
        .fade-in { animation: fadeIn 0.8s ease-out forwards; }
        @keyframes fadeIn { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }
        
        .editorial-line { border-top: 1px solid #1A1A1A; }
        .mobile-nav-active { transform: translateX(0) !important; }
        
        /* Typography Scale for Seniors */
        .text-huge { font-size: clamp(2.5rem, 8vw, 6rem); line-height: 1.05; }
        .p-editorial { line-height: 1.8; font-size: 1.15rem; color: #4A4A4A; }
        
        ::-webkit-scrollbar { width: 8px; }
        ::-webkit-scrollbar-track { background: #FAFAF8; }
        ::-webkit-scrollbar-thumb { background: #D4A373; border-radius: 10px; }