@import"https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;600&family=Cormorant+Garamond:wght@300;400&display=swap";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{background-color:#1b3a2d;font-family:Cormorant Garamond,Georgia,serif;min-height:100vh;display:flex;align-items:center;justify-content:center}.landing{min-height:100vh;width:100%;display:flex;align-items:center;justify-content:center;background:radial-gradient(ellipse at center,#224233,#1b3a2d 60%,#152e23)}.content{display:flex;flex-direction:column;align-items:center;text-align:center;padding:2rem;animation:fadeIn 1.2s ease both}.logo{width:min(480px,88vw);height:auto;display:block;border-radius:4px}.coming-soon{margin-top:2.2rem;font-family:Playfair Display,Georgia,serif;font-size:clamp(1.4rem,4vw,2rem);font-weight:400;letter-spacing:.35em;text-transform:uppercase;color:#c9a84c}.divider{width:60px;height:1px;background:#c9a84c;margin:1.6rem auto;opacity:.6}.contact-label{font-size:.72rem;letter-spacing:.22em;text-transform:uppercase;color:#c9a84c99;margin-bottom:.55rem}.contact-link{font-family:Cormorant Garamond,Georgia,serif;font-size:1.05rem;font-weight:400;letter-spacing:.08em;color:#ffffffd1;text-decoration:none;border-bottom:1px solid rgba(201,168,76,.35);padding-bottom:2px;transition:color .25s ease,border-color .25s ease}.contact-link:hover{color:#c9a84c;border-color:#c9a84c}@keyframes fadeIn{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}
