body { font-family: 'Poppins', sans-serif; }
h1, h2, h3, h4, h5, h6 { font-family: 'Fraunces', serif; }
html { scroll-behavior: smooth; }
.nav-bar { background: rgba(26, 19, 13, 0.85); backdrop-filter: blur(20px) saturate(180%); border-bottom: 1px solid rgba(255,255,255,0.05); }
.nav-bar.scrolled { background: rgba(15, 11, 7, 0.95); box-shadow: 0 4px 30px rgba(0,0,0,0.3); }
.botanical-bg { background-image: radial-gradient(circle, rgba(45,106,79,0.15) 1px, transparent 1px); background-size: 28px 28px; }
@keyframes fadeInUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } }
.fade-in-up { opacity: 0; animation: fadeInUp 0.8s ease-out forwards; }
.reveal { opacity: 0; transform: translateY(24px); transition: opacity 0.7s ease-out, transform 0.7s ease-out; }
.reveal.visible { opacity: 1; transform: translateY(0); }
::-webkit-scrollbar { width: 8px; }
::-webkit-scrollbar-track { background: #0F0B07; }
::-webkit-scrollbar-thumb { background: #2A1F16; border-radius: 4px; }
::-webkit-scrollbar-thumb:hover { background: #2D6A4F; }
::selection { background: rgba(45, 106, 79, 0.3); color: white; }
