/* Each letter follows a real pen stroke; artwork remains visible without motion. */
.hero-approved .minion-note{width:24%;font-size:inherit;line-height:1;right:7%;top:6%;transform:rotate(-9deg)}
.hero-approved .minion-note::after{display:none}
.hero-approved .minion-note svg.hand-ink{height:auto;width:100%;overflow:visible}
.hand-ink{overflow:visible;color:#12190d}
.ink-stroke{stroke-dasharray:1;stroke-dashoffset:0}
.motion-enabled:not(.motion-paused) .hand-ink .ink-stroke{animation:ink-write var(--ink-duration,.2s) linear var(--ink-delay,0s) both}
@keyframes ink-write{from{stroke-dashoffset:1}to{stroke-dashoffset:0}}
.motion-paused .hand-ink .ink-stroke{animation:none!important;stroke-dashoffset:0}
@media(prefers-reduced-motion:reduce){.hand-ink .ink-stroke{animation:none!important;stroke-dashoffset:0!important}}
@media(max-width:600px){.hero-approved .minion-note{width:27%;right:7%;top:6%}}

.hero-approved .hero-margin-note,.hero-approved .hero-pink-mark,.hero-approved .minion-note{translate:var(--ink-x,0px) var(--ink-y,0px);rotate:var(--ink-lean,0deg);transform-origin:center;pointer-events:none}
@media(prefers-reduced-motion:reduce),(hover:none),(pointer:coarse){.hero-approved .hero-margin-note,.hero-approved .hero-pink-mark,.hero-approved .minion-note{translate:0 0!important;rotate:0deg!important}}
