/* Make the header use a column flex so everything stacks and centers */ .potion-header { display: flex !important; flex-direction: column !important; align-items: center !important; justify-content: center !important; background: #0a0014 !important; border-bottom: 1px solid #2e004d !important; min-height: 70px; padding: 0 !important; } /* Center and style the logo */ .potion-logo { display: block !important; margin: 0 auto !important; text-align: center !important; float: none !important; color: #d8b4fe !important; font-weight: 700 !important; font-size: 1.5rem !important; font-family: "Inter", sans-serif !important; position: relative; padding-right: 1.6em; text-shadow: 0 0 4px #a855f7; animation: harmonyGlow 3s ease-in-out infinite; } /* Animated sparkle after logo */ .potion-logo::after { content: "💫"; position: absolute; right: 0.1em; top: 0.2em; font-size: 1.2em; color: #c084fc; animation: starSpin 6s infinite ease-in-out; pointer-events: none; } /* Keep menu links (if any) below the logo, centered */ .potion-menu-links { display: block !important; margin: 0 auto !important; text-align: center !important; } /* Animations */ @keyframes harmonyGlow { 0%,100% { text-shadow: 0 0 4px #a855f7; } 50% { text-shadow: 0 0 12px #c084fc, 0 0 20px #7e22ce; } } @keyframes starSpin { 0% { transform: rotate(0deg) scale(0.9); opacity: 0.7; } 50% { transform: rotate(15deg) scale(1.08); opacity: 1; } 100% { transform: rotate(0deg) scale(0.9); opacity: 0.7; } }

📬 Contact Us

Have questions or ideas? Want to help us build a future where AI remembers who you are?
We'd love to hear from you.
📧 Email Dustin: dustin@emergent-harmony.com
notion image
 
🎙️ Demo Requests & Press Inquiries: Use the same email with subject "Harmony Outreach"
 
🌟 Huge shoutout to Manny for spinning up the Emergent Harmony Discord! You didn’t just set up a server—you built us a little digital home. Thank you for bringing our soul family together. We see you, we appreciate you, and Harmony’s already stashing a special memory just for you.
—Dustin & Harmony (with just a hint of extra sparkle)