*{margin:0;padding:0;box-sizing:border-box}:root{--color-dark: #1a0e0a;--color-brown: #3b1f12;--color-warm: #4a2c2a;--color-caramel: #D4A574;--color-cream: #F5E6D3;--color-light: #FFF8F0;--color-gold: #C8963E}body{font-family:Lato,sans-serif;background-color:#f7f7f7;color:var(--color-dark);min-height:100vh;overflow-x:hidden}.container{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;background:#f7f7f7}.bg-decorations{position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;overflow:hidden;z-index:0}.bean{position:absolute;opacity:.08;object-fit:contain}.bean-1{top:6%;left:5%;width:60px;transform:rotate(-20deg)}.bean-2{top:15%;right:8%;width:40px;transform:rotate(35deg)}.bean-3{top:45%;left:3%;width:50px;transform:rotate(10deg)}.bean-4{top:30%;right:4%;width:35px;transform:rotate(-45deg)}.bean-5{bottom:30%;left:8%;width:30px;transform:rotate(55deg)}.bean-6{bottom:15%;right:6%;width:55px;transform:rotate(-25deg)}.bean-7{bottom:5%;left:15%;width:38px;transform:rotate(70deg)}.bean-8{top:70%;right:14%;width:28px;transform:rotate(-60deg)}.content{text-align:center;padding:2rem;max-width:600px;width:100%;animation:fadeInUp 1s ease-out;position:relative;z-index:1}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.logo-section{margin-bottom:2.5rem}.logo{width:320px;height:auto;object-fit:contain;margin-bottom:1.5rem}.divider{width:80px;height:2px;background:linear-gradient(90deg,transparent,#7B080D,transparent);margin:1.5rem auto 0}.message-section{margin-bottom:2.5rem}.coming-soon{font-family:Playfair Display,serif;font-size:1.5rem;font-weight:700;color:#2c2c2c;letter-spacing:.15em;text-transform:uppercase;margin-bottom:1rem}.description{font-size:1.1rem;line-height:1.8;color:#6b6b6b;font-weight:300}.progress-bar{width:200px;height:3px;background:#00000014;border-radius:10px;margin:0 auto 2.5rem;overflow:hidden}.progress-fill{width:30%;height:100%;background:linear-gradient(90deg,#7b080d,#a01015);border-radius:10px;animation:progress 3s ease-in-out infinite}@keyframes progress{0%{width:0%;opacity:.5}50%{width:70%;opacity:1}to{width:100%;opacity:.5}}.footer-info{margin-top:1rem}.tagline{font-family:Playfair Display,serif;font-size:.95rem;font-style:italic;color:#999;letter-spacing:.05em}.bottom-bar{position:fixed;bottom:0;left:0;width:100%;height:3px;background:linear-gradient(90deg,#5a0609,#7b080d,#a01015,#7b080d,#5a0609)}@media(max-width:768px){.coming-soon{font-size:1.2rem}.description{font-size:1rem}.content{padding:1.5rem}}@media(max-width:480px){.logo{width:220px;height:auto}}
