@charset "UTF-8";.landing{position:relative;min-height:100vh;font-family:Georgia,Times New Roman,serif;color:#4a3f36;display:flex;align-items:center;justify-content:center;background-color:#faf8f5;overflow:hidden;padding:1rem}.landing__background{position:absolute;inset:0;background-size:cover;background-position:center;filter:brightness(.9) blur(1px);opacity:.35;z-index:0}.landing__content{position:relative;z-index:1;background:#ffffffe6;padding:2rem 1.5rem;border-radius:12px;text-align:center;width:100%;max-width:440px;box-shadow:0 10px 30px #00000014}.landing__logo{width:200px;height:auto;margin-bottom:1.2rem}.landing__title{font-size:1.6rem;margin:.4rem 0;letter-spacing:.05em}.landing__tagline{font-size:.95rem;font-style:italic;margin-bottom:1.2rem}.landing__coming{font-size:1rem;margin-bottom:1rem;line-height:1.5}.landing__availability{font-size:.75rem;letter-spacing:.08em;text-transform:uppercase;color:#6b5f55;margin-bottom:1.5rem}.landing__icons{margin-top:1.1rem;display:flex;justify-content:center;gap:1rem}.landing__iconLink{display:inline-flex;align-items:center;justify-content:center;color:#5a4f45;text-decoration:none;font-size:1.35rem;line-height:1;padding:.45rem;border-radius:999px;transition:transform .15s ease,background .15s ease}.landing__iconLink:hover{transform:translateY(-1px);background:#5a4f4514}@media(min-width:768px){.landing{padding:2rem}.landing__content{padding:3rem 2.5rem}.landing__logo{width:200px}.landing__title{font-size:2rem}.landing__tagline{font-size:1rem}.landing__coming{font-size:1.1rem}.landing__availability{font-size:.85rem}.landing__iconLink{font-size:1.45rem}}*{margin:0;padding:0;box-sizing:border-box}
