@keyframes drawKadence {
to { stroke-dashoffset: 0; }
}
@keyframes goldPulse {
0%,100% { opacity: 0.75; }
50% { opacity: 1; }
} .kadence-logo path {
animation: drawKadenceLoop 6s ease-in-out infinite;
}