#landing-page{flex-direction:column;justify-content:center;align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}@keyframes sway{0%{transform:rotate(0)}25%{transform:rotate(-.1deg)}50%{transform:rotate(0)}75%{transform:rotate(.1deg)}to{transform:rotate(0)}}@keyframes shimmer{0%{background-position:-200%}to{background-position:200%}}#logo-section{justify-content:center;align-items:center;width:100%;display:flex}#logo-section img{object-fit:contain;transform-origin:bottom;height:20vh;transition:transform .3s;animation:6s ease-in-out infinite sway}#button-section{justify-content:center;margin-top:3vh;display:flex}.shop-button{-webkit-backdrop-filter:blur(12px);cursor:pointer;-webkit-tap-highlight-color:transparent;background:#ffffff14;border:2px solid #ffffff4d;border-radius:50px;align-items:center;gap:10px;padding:14px 36px;text-decoration:none;transition:background .3s,border-color .3s,transform .25s cubic-bezier(.23,1,.32,1),box-shadow .3s;display:inline-flex;position:relative;overflow:hidden}.shop-button-text{letter-spacing:2px;text-transform:uppercase;color:#fff;z-index:1;font-family:Georgia,Times New Roman,Times,serif;font-size:clamp(15px,2vw,18px);font-weight:500;position:relative}.shop-button-arrow{color:#fff;z-index:1;transition:transform .3s;position:relative}.shop-button:hover{background:#ffffff26;border-color:#ffffff80;transform:translateY(-2px);box-shadow:0 8px 32px #0000004d,0 0 0 1px #ffffff1a}.shop-button:hover .shop-button-arrow{transform:translate(4px)}.shop-button:active{background:#fff3;transform:translateY(0)}@media (prefers-reduced-motion:reduce){.shop-button{transition:none}#logo-section img{animation:none}}@media (max-width:600px){.shop-button{gap:8px;padding:12px 30px}.shop-button-text{letter-spacing:1.5px;font-size:14px}}
