*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw;overflow-x:hidden}body{font-family:cursive;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#fef4f2}.coming-soon,body{min-height:100vh;display:flex;align-items:center;justify-content:center}.coming-soon{width:100%;padding:2rem}.container{text-align:center;color:#49513f}.title{font-size:4rem;font-weight:700;margin-bottom:1rem;letter-spacing:.05em;text-shadow:2px 2px 4px rgba(0,0,0,.2);animation:fadeInUp .8s ease-out}.subtitle{font-size:1.5rem;font-weight:300;letter-spacing:.1em;opacity:.9;animation:fadeInUp .8s ease-out .2s both}.divider{width:100px;height:3px;background:#56634a;margin:2rem auto;border-radius:2px;animation:fadeInUp .8s ease-out .4s both}.image-container{margin:3rem auto;animation:fadeInUp .8s ease-out .6s both;width:400px;height:400px;border-radius:50%;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,.3)}.sticker-image{width:100%;height:100%;object-fit:cover;border-radius:50%}.dolazi-text{font-size:1.3rem;font-weight:400;letter-spacing:.05em;margin-top:2rem;opacity:.95;animation:fadeInUp .8s ease-out .8s both}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.title{font-size:2.5rem}.subtitle{font-size:1.2rem}.image-container{width:300px;height:300px}.dolazi-text{font-size:1.1rem}}