.fertilize-effect{position:absolute;inset:0;z-index:7;overflow:hidden;pointer-events:none}
.fertilize-effect>img{position:absolute;left:calc(50% - 56px);top:9%;width:112px;height:112px;object-fit:contain;transform-origin:78% 18%;filter:drop-shadow(0 8px 10px rgba(62,56,43,.18));animation:fertilize-bag 1s ease-in-out forwards}
.fertilize-effect i{position:absolute;top:29%;left:50%;width:7px;height:7px;border-radius:50%;background:#9b7749;opacity:0;animation:fertilizer-fall .72s .28s ease-in forwards}
.fertilize-effect i:nth-of-type(2){left:48%;width:6px;height:6px;animation-delay:.35s}
.fertilize-effect i:nth-of-type(3){left:52%;width:5px;height:5px;animation-delay:.42s}
.fertilize-effect i:nth-of-type(4){left:49%;animation-delay:.48s}
.fertilize-effect i:nth-of-type(5){left:51%;width:6px;height:6px;animation-delay:.54s}
.fertilize-effect i:nth-of-type(6){left:50%;width:5px;height:5px;animation-delay:.59s}
.fertilize-effect i:nth-of-type(7){left:47%;width:6px;height:6px;animation-delay:.63s}
.fertilize-effect b{position:absolute;left:50%;bottom:10%;width:70px;height:14px;border:2px solid rgba(139,104,62,.38);border-radius:50%;opacity:0;transform:translateX(-50%) scale(.3);animation:fertilizer-land .55s .58s ease-out forwards}
.plant-visual.fertilized-now .plant-photo,.botanical-figure.fertilized-now .plant-photo{animation:fertilized-bounce .9s .35s ease}
@keyframes fertilize-bag{0%{opacity:0;transform:translate(22px,-18px) rotate(42deg) scale(.86)}18%{opacity:1}45%,72%{transform:translate(0,0) rotate(76deg) scale(1)}100%{opacity:0;transform:translate(5px,2px) rotate(68deg) scale(.96)}}
@keyframes fertilizer-fall{0%{opacity:0;transform:translate(0,-5px) scale(.7)}18%{opacity:1}100%{opacity:0;transform:translate(0,250px) scale(1)}}
@keyframes fertilizer-land{0%{opacity:.65;transform:translateX(-50%) scale(.3)}100%{opacity:0;transform:translateX(-50%) scale(1.45)}}
@keyframes fertilized-bounce{0%,100%{transform:translateY(0) scale(1)}55%{transform:translateY(-5px) scale(1.025);filter:saturate(1.08)}}
@media(prefers-reduced-motion:reduce){.fertilize-effect>img,.fertilize-effect i,.fertilize-effect b,.plant-visual.fertilized-now .plant-photo,.botanical-figure.fertilized-now .plant-photo{animation-duration:.01ms}}
