/* lathe — WINNER D3 Chip Curl. Wire: data-lm="lathe" on brand svg + link this file. */
[data-lm="lathe"] { transform-box: fill-box; transform-origin: center; }
[data-lm="lathe"] > path:nth-of-type(2) { stroke-dasharray: 300; animation: la-breathe 2s ease-in-out infinite; }
@keyframes la-breathe { 0%, 100% { stroke-dashoffset: 0; } 50% { stroke-dashoffset: 18; } }
[data-lm="lathe"]:hover > path:nth-of-type(2) { animation-play-state: paused; stroke-dashoffset: -45; stroke: #F0A92A; transition: stroke-dashoffset 180ms cubic-bezier(0.16,1,0.3,1), stroke 180ms; }
[data-lm="lathe"]:active { transform: scale(.985) translateY(1px); transition: transform 90ms ease-in; }
@media (prefers-reduced-motion: reduce) {
  [data-lm="lathe"] > path:nth-of-type(2) { animation: none; stroke-dasharray: none; }
  [data-lm="lathe"] { transition: none; transform: none; }
  [data-lm="lathe"]:active { opacity: .85; }
}
