.celestial-ornament{position:relative;width:8rem;height:8rem;opacity:0;animation:ornamentFadeIn 1.5s ease-out .3s forwards,breathe 8s ease-in-out 2s infinite;filter:drop-shadow(0 0 20px rgba(196,166,97,.6)) drop-shadow(0 2px 8px rgba(0,0,0,.9));will-change:transform}@media (min-width:768px){.celestial-ornament{width:10rem;height:10rem}}@keyframes ornamentFadeIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@keyframes breathe{0%,to{transform:scale(1) rotate(0deg)}50%{transform:scale(1.05) rotate(2deg)}}.celestial-svg{width:100%;height:100%}.ray-long{animation:rayDraw 1s ease-out forwards;animation-delay:var(--delay)}.ray-long,.ray-med{stroke-dasharray:100;stroke-dashoffset:100}.ray-med{animation:rayDraw .8s ease-out forwards;animation-delay:var(--delay)}.ray-inner{stroke-dasharray:100;stroke-dashoffset:100;animation:rayDraw .5s ease-out forwards;animation-delay:var(--delay)}@keyframes rayDraw{to{stroke-dashoffset:0;opacity:1}}.circle-outer{stroke-dasharray:350;stroke-dashoffset:350;animation:circleDraw 1.5s ease-out .8s forwards}.circle-middle{stroke-dasharray:250;stroke-dashoffset:250;animation:circleDraw 1.5s ease-out 1s forwards}.circle-inner-sun{animation:fadeInScale .8s ease-out 1.4s forwards}.circle-center,.circle-inner-sun{opacity:0;transform-origin:center}.circle-center{animation:fadeInScale .5s ease-out 1.7s forwards}@keyframes circleDraw{to{stroke-dashoffset:0;opacity:1}}@keyframes fadeInScale{0%{opacity:0;transform:scale(0)}to{opacity:1;transform:scale(1)}}.dot-outer{animation:fadeInScale .5s ease-out forwards;animation-delay:var(--delay)}.dot-outer,.star{opacity:0;transform-origin:center}.star{animation:starAppear 1s ease-out forwards;animation-delay:var(--delay)}@keyframes starAppear{0%{opacity:0;transform:scale(0) rotate(0deg)}to{opacity:1;transform:scale(1) rotate(1turn)}}.moon{opacity:0;animation:moonSlide 1s ease-out 1.8s forwards}@keyframes moonSlide{0%{opacity:0;transform:translateX(calc(var(--side) * -20px))}to{opacity:1;transform:translateX(0)}}@media (prefers-reduced-motion:reduce){.celestial-ornament,.circle-center,.circle-inner-sun,.circle-middle,.circle-outer,.dot-outer,.moon,.ray-inner,.ray-long,.ray-med,.star{animation:none!important;opacity:1!important;transform:none!important;stroke-dashoffset:0!important}}