@import"https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;500;600&display=swap";*{margin:0;padding:0;box-sizing:border-box}:root{font-family:Cormorant Garamond,Georgia,serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh;background:#15302b}#root{min-height:100vh}:root{--bronze: #C38947;--bottle-green: #15302B;--bone-white: #F1F1F1;--cadbury-purple: #430938;--bronze-light: #d4a066;--bronze-dark: #a06d2e}.coming-soon{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;position:relative;overflow:hidden;background:var(--bottle-green)}.background-texture{position:absolute;inset:0;background-image:radial-gradient(ellipse at 20% 20%,rgba(195,137,71,.08) 0%,transparent 50%),radial-gradient(ellipse at 80% 80%,rgba(67,9,56,.1) 0%,transparent 50%);pointer-events:none}.content{position:relative;z-index:1;text-align:center;max-width:600px;width:100%}.logo-container{margin-bottom:2rem}.logo-image{width:120px;height:120px;object-fit:cover;border-radius:16px;box-shadow:0 8px 32px #0000004d}.brand-name{font-size:clamp(2.5rem,8vw,4rem);font-weight:300;color:var(--bone-white);margin:0 0 .5rem;letter-spacing:.15em;text-transform:uppercase}.tagline{font-size:1.1rem;color:var(--bronze);font-weight:500;margin:0 0 2rem;letter-spacing:.2em;text-transform:uppercase}.divider{width:60px;height:2px;background:linear-gradient(90deg,transparent,var(--bronze),transparent);margin:0 auto 2rem}.headline{font-size:clamp(1.5rem,5vw,2.25rem);font-weight:300;color:var(--bone-white);margin:0 0 1.5rem;line-height:1.3}.description{color:#f1f1f1bf;font-size:1.1rem;line-height:1.8;margin:0 0 2.5rem;font-weight:300}.notify-form{margin-bottom:3rem;animation:fadeIn .8s ease-out .55s both}.form-label{color:#f1f1f1b3;font-size:.95rem;margin:0 0 1rem;letter-spacing:.05em}.input-group{display:flex;gap:0;max-width:420px;margin:0 auto;border-radius:50px;overflow:hidden;box-shadow:0 4px 20px #0003;border:1px solid rgba(195,137,71,.2)}.input-group input{flex:1;padding:1rem 1.5rem;border:none;font-size:1rem;font-family:inherit;background:#f1f1f1f2;color:var(--bottle-green);outline:none;min-width:0}.input-group input::placeholder{color:#15302b80}.input-group input:focus{background:var(--bone-white)}.input-group button{padding:1rem 2rem;background:var(--bronze);color:var(--bottle-green);border:none;font-size:1rem;font-family:inherit;font-weight:600;cursor:pointer;transition:background .3s,transform .2s;white-space:nowrap;letter-spacing:.05em}.input-group button:hover:not(:disabled){background:var(--bronze-light)}.input-group button:disabled,.input-group input:disabled{opacity:.7;cursor:not-allowed}.error-message{color:#e57373;font-size:.9rem;margin-top:1rem;letter-spacing:.03em}.success-message{display:flex;flex-direction:column;align-items:center;gap:1rem;margin-bottom:3rem;padding:2rem;background:#c389471a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;border:1px solid rgba(195,137,71,.2);animation:fadeIn .5s ease-out}.check-icon{width:48px;height:48px;fill:var(--bronze)}.success-message p{color:var(--bone-white);margin:0;font-size:1.1rem}.contact-section{display:flex;justify-content:center;align-items:center;gap:1.5rem;flex-wrap:nowrap}.contact-item{display:flex;align-items:center;gap:.5rem;color:var(--bone-white);text-decoration:none;font-size:.9rem;font-weight:400;letter-spacing:.03em;padding:.6rem 1rem;border:1px solid rgba(195,137,71,.3);border-radius:50px;transition:all .3s ease;background:#c389470d;white-space:nowrap}.contact-item:hover{background:#c3894726;border-color:var(--bronze);transform:translateY(-2px)}.contact-item .icon{width:18px;height:18px;color:var(--bronze);flex-shrink:0}.footer{position:relative;z-index:1;margin-top:4rem;text-align:center;color:#f1f1f166;font-size:.875rem;font-weight:300;letter-spacing:.05em}.footer p{margin:0}@media(max-width:600px){.coming-soon{padding:1.5rem}.logo-image{width:100px;height:100px}.input-group{flex-direction:column;border-radius:12px}.input-group input{border-radius:12px 12px 0 0;text-align:center}.input-group button{border-radius:0 0 12px 12px}.contact-section{flex-wrap:wrap;gap:.75rem}.contact-item{font-size:.85rem;padding:.5rem .85rem}}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.content{animation:fadeIn 1s ease-out}.logo-container{animation:fadeIn .8s ease-out}.brand-name{animation:fadeIn .8s ease-out .1s both}.tagline{animation:fadeIn .8s ease-out .2s both}.divider{animation:fadeIn .8s ease-out .3s both}.headline{animation:fadeIn .8s ease-out .4s both}.description{animation:fadeIn .8s ease-out .5s both}.contact-section{animation:fadeIn .8s ease-out .6s both}
