*{box-sizing:border-box}html,body{margin:0;padding:0}.fade-in-section{opacity:0;transform:translateY(40px);transition:opacity 1.2s ease-out,transform 1.2s ease-out}.fade-in-section.is-visible{opacity:1;transform:translateY(0)}.drop-stage{position:relative;width:100%;height:100vh;overflow:hidden;display:flex;flex-direction:column;justify-content:center;align-items:center}.drop{position:absolute;top:15%;left:50%;width:14px;height:20px;filter:drop-shadow(0 0 8px rgba(201,162,39,.6));transform:translate(-50%);animation:dropFall 1.8s ease-in .8s forwards;opacity:0}@keyframes dropFall{0%{top:15%;opacity:0;transform:translate(-50%) scaleY(1)}20%{opacity:1}85%{top:48%;opacity:1;transform:translate(-50%) scaleY(1.15)}to{top:50%;opacity:0;transform:translate(-50%) scaleY(.3)}}@keyframes dropFall{0%{top:15%;opacity:0;height:8px}20%{opacity:1;height:12px}90%{top:50%;height:12px;opacity:1}to{top:50%;height:4px;opacity:0}}.ripple{position:absolute;top:50%;left:50%;width:20px;height:20px;border:1px solid rgba(201,162,39,.5);border-radius:50%;transform:translate(-50%,-50%);animation:rippleSpread 4s ease-out 2.5s forwards;opacity:0}@keyframes rippleSpread{0%{width:20px;height:20px;opacity:.8;border-width:1.5px}to{width:800px;height:800px;opacity:0;border-width:.5px}}.drop-copy{position:relative;z-index:2;font-size:32px;font-weight:700;line-height:1.6;letter-spacing:.05em;color:#c9a227;text-align:center;opacity:0;filter:blur(8px);animation:copyEmerge 2.5s ease-out 2.6s forwards}@keyframes copyEmerge{0%{opacity:0;filter:blur(8px);transform:scale(.95)}to{opacity:1;filter:blur(0);transform:scale(1)}}.drop-reveal{opacity:0;animation:dropReveal 2s ease-out 4.8s forwards}@keyframes dropReveal{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 600px){.drop-copy{font-size:26px}.drop-reveal{bottom:8%!important}}
