@import"https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;500;600&display=swap";:root{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#2c2c2c;background-color:#fdfcfb;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html,body{height:100%}body{margin:0;min-height:100vh}#root{min-height:100vh}a{font-weight:500;color:#8b7355;text-decoration:none;transition:color .3s ease}a:hover{color:#6b5a45}*{margin:0;padding:0;box-sizing:border-box}.coming-soon-container{min-height:100vh;width:100%;position:relative;display:flex;align-items:center;justify-content:center;background:linear-gradient(160deg,#faf9f7,#f5f2ed 30%,#ebe6df 70%,#e5dfd6);overflow:hidden}.background-pattern{position:absolute;inset:0;background-image:radial-gradient(circle at 25% 25%,rgba(180,150,100,.06) 0%,transparent 50%),radial-gradient(circle at 75% 75%,rgba(160,130,90,.08) 0%,transparent 50%),radial-gradient(circle at 50% 50%,rgba(200,175,130,.04) 0%,transparent 60%);animation:backgroundPulse 8s ease-in-out infinite}@keyframes backgroundPulse{0%,to{opacity:1}50%{opacity:.7}}.corner{position:absolute;width:80px;height:80px;border-color:#8b73554d;border-style:solid;z-index:2}.corner-tl{top:30px;left:30px;border-width:2px 0 0 2px;animation:fadeIn 1.5s ease-out .5s both}.corner-tr{top:30px;right:30px;border-width:2px 2px 0 0;animation:fadeIn 1.5s ease-out .7s both}.corner-bl{bottom:30px;left:30px;border-width:0 0 2px 2px;animation:fadeIn 1.5s ease-out .9s both}.corner-br{bottom:30px;right:30px;border-width:0 2px 2px 0;animation:fadeIn 1.5s ease-out 1.1s both}.content{position:relative;z-index:1;width:100%;max-width:700px;padding:2rem;display:flex;flex-direction:column;align-items:center;min-height:100vh;justify-content:space-between}.header{text-align:center;padding-top:1rem;animation:fadeInDown 1s ease-out}.logo-icon{margin:0 auto 1.5rem;color:#9a8065;animation:logoFloat 4s ease-in-out infinite}.logo-icon img{width:300px}@keyframes logoFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.brand-name{font-family:Cormorant Garamond,Georgia,serif;font-size:clamp(1.8rem,5vw,2.8rem);font-weight:500;letter-spacing:.5em;text-transform:uppercase;margin-bottom:1rem;background:linear-gradient(135deg,#7a6550,#9a8065 30%,#b8a080,#9a8065 70%,#7a6550);background-size:200% auto;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:shimmer 4s linear infinite}@keyframes shimmer{0%{background-position:-200% center}to{background-position:200% center}}.brand-tagline{display:flex;align-items:center;justify-content:center;gap:1rem;font-family:Cormorant Garamond,Georgia,serif;font-size:.9rem;letter-spacing:.35em;color:#78644699;text-transform:uppercase;font-weight:400}.brand-tagline .line{width:40px;height:1px;background:linear-gradient(90deg,transparent,rgba(150,130,100,.5),transparent)}.main-content{text-align:center;flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:2rem}.coming-soon-wrapper{display:flex;flex-direction:column;align-items:center;gap:.8rem}.accent-text{font-family:Cormorant Garamond,Georgia,serif;font-size:1rem;font-style:italic;color:#8c7355b3;letter-spacing:.2em;animation:fadeInUp 1s ease-out .2s both}.coming-soon-title{font-family:Cormorant Garamond,Georgia,serif;font-size:clamp(3.5rem,12vw,6rem);font-weight:300;color:#3a3530;letter-spacing:.08em;line-height:1;animation:fadeInUp 1s ease-out .4s both;text-shadow:0 2px 20px rgba(0,0,0,.05)}.decorative-divider{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:.5rem;animation:fadeInUp 1s ease-out .6s both}.divider-line{width:60px;height:1px;background:linear-gradient(90deg,transparent,rgba(150,130,100,.6),rgba(150,130,100,.6))}.divider-line:last-child{background:linear-gradient(90deg,rgba(150,130,100,.6),rgba(150,130,100,.6),transparent)}.divider-diamond{width:8px;height:8px;background:linear-gradient(135deg,#b8a080,#9a8065);transform:rotate(45deg);animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{transform:rotate(45deg) scale(1);opacity:1}50%{transform:rotate(45deg) scale(1.2);opacity:.8}}.description{font-family:system-ui,-apple-system,sans-serif;font-size:1.05rem;color:#46413ca6;max-width:420px;line-height:1.9;font-weight:400;animation:fadeInUp 1s ease-out .8s both}.footer{text-align:center;padding-bottom:3rem;animation:fadeInUp 1s ease-out 1s both}.social-links{display:flex;justify-content:center;gap:.5rem;margin-bottom:1.5rem}.social-link{display:flex;align-items:center;justify-content:center;width:46px;height:46px;color:#64554673;border:1px solid rgba(150,130,100,.2);background:#ffffff80;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.social-link:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#b4a08033,#9682641a);transform:translateY(100%);transition:transform .4s cubic-bezier(.4,0,.2,1)}.social-link:hover{color:#8b7355;border-color:#8b735566;transform:translateY(-3px);box-shadow:0 8px 25px #8b735526}.social-link:hover:before{transform:translateY(0)}.social-link svg{position:relative;z-index:1}.copyright{font-family:system-ui,-apple-system,sans-serif;font-size:.75rem;color:#645a5066;letter-spacing:.15em;text-transform:uppercase}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@media(max-width:600px){.content{padding:1.5rem}.corner{width:50px;height:50px}.corner-tl,.corner-tr{top:15px}.corner-bl,.corner-br{bottom:15px}.corner-tl,.corner-bl{left:15px}.corner-tr,.corner-br{right:15px}.logo-icon img{width:200px}.brand-tagline .line{width:25px}.divider-line{width:40px}.social-link{width:42px;height:42px}.header{padding-top:3rem}.footer{padding-bottom:1rem}}
