.gift-delivery{position:fixed;inset:0;width:100%;height:100%;z-index:24;pointer-events:none}
.gift-arriving .light-garden{animation:gift-garden-light 3.1s ease both}
.gift-arriving .gift-message{animation:gift-words 1.6s ease both}
.gift-gentle .light-garden{animation:gift-soft-glow 1.8s ease both}
@keyframes gift-garden-light{0%,22%{filter:brightness(.78)}48%{filter:brightness(1.12);box-shadow:0 0 28px #ffd68c88}100%{filter:brightness(1)}}
@keyframes gift-words{0%,32%{opacity:.15}100%{opacity:1}}
@keyframes gift-soft-glow{50%{box-shadow:0 0 22px #f5d28199}}
@media(prefers-reduced-motion:reduce){.gift-arriving .gift-message,.gift-arriving .light-garden{animation:none}}
