/* Moonlit scene: only the current cake pages load this layer. */
body{background-color:#060b19;background-image:radial-gradient(ellipse at 50% 44%,#17374b66 0%,#111d3933 38%,transparent 68%)}
.experience::before{content:"";position:absolute;width:min(90vw,780px);height:540px;top:75px;pointer-events:none;border-radius:50%;background:radial-gradient(ellipse,#4ab2b00b,transparent 65%);animation:moon-breathe 9s ease-in-out infinite alternate}
h1{color:#f9e8ce;text-shadow:0 2px 24px #e5c89324}
.eyebrow{color:#c9b58f;letter-spacing:3px}
.wish-button{position:relative;isolation:isolate;overflow:hidden;background:linear-gradient(115deg,#dcb8792b,#bb975412 65%);border-color:#e4bf827d;box-shadow:inset 0 1px 0 #fff1cd1c,0 5px 24px #0003,0 0 28px #dfbf8310;transition:transform .25s,box-shadow .3s,background .3s}
.wish-button::after{content:"";position:absolute;inset:-100% -50%;z-index:-1;pointer-events:none;background:linear-gradient(105deg,transparent 40%,#fff4d719 49%,transparent 58%);transform:translateX(-70%);animation:wish-shimmer 7s ease-in-out infinite}
.wish-button:hover{box-shadow:inset 0 1px 0 #fff1cd25,0 7px 30px #0003,0 0 36px #dfbf8324}
.wish-button:active{transform:scale(.97)}
#message{transition:color .6s;text-wrap:balance;line-height:1.7}
.wished .wish-button{border-color:#96cbd765;background:linear-gradient(115deg,#74cad31e,#a3a2d011);color:#d0e5ea}
.sheep-signature{gap:7px}
.sheep-signature img{animation:sheep-float 5.5s ease-in-out infinite;filter:drop-shadow(0 7px 10px #0005) drop-shadow(0 0 13px #a5bfd52b);transform-origin:50% 80%}
.signature-custom{font-size:12px;letter-spacing:1px;padding:3px 6px;color:#d8c4ae;border-color:#d8c4ae3b;background:#d8c4ae08}
.motion-paused *,.motion-paused *::before,.motion-paused *::after{animation-play-state:paused!important}
@keyframes sheep-float{0%,100%{transform:translateY(1px) rotate(-6deg)}50%{transform:translateY(-5px) rotate(-1deg)}}
@keyframes moon-breathe{to{opacity:.4;transform:scale(1.08)}}
@keyframes wish-shimmer{0%,65%{transform:translateX(-70%)}100%{transform:translateX(70%)}}
@media(max-width:600px){header{padding-top:14px}.eyebrow{margin-top:14px}#stage{height:clamp(315px,46svh,490px)}.sheep-signature{margin-top:-22px;margin-bottom:10px}.signature-custom{font-size:12px}footer{padding-top:12px}}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{animation:none!important;transition:none!important}}
