/* 575 Madison Luxe — "Coming Soon" splash page
   Recreated from the mirrored WordPress/Elementor "Coming Soon" template. */

@font-face {
    font-family: "HelveticaNeue-Light";
    src: url("fonts/HelveticaNeue-Light.woff2") format("woff2"),
         url("fonts/HelveticaNeue-Light.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

:root {
    --text-color: rgb(77, 77, 77);
    --gradient-top: #6084c7;
    --gradient-bottom: #fefeff;
}

* {
    box-sizing: border-box;
}

html,
body {
    height: 100%;
}

body {
    font-family: "HelveticaNeue-Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    color: var(--text-color);
    margin: 0;
    padding: 10px 0 0;
    min-height: 100vh;
    background: linear-gradient(180deg, var(--gradient-top) 0%, var(--gradient-bottom) 133%);
}

a {
    text-decoration: none;
    color: var(--text-color);
    display: inline-block;
}

main {
    display: flex;
    width: 100%;
    min-height: calc(100vh - 40px);
    align-items: center;
    justify-content: center;
    background: url("images/tower2.png") no-repeat center bottom / contain;
}

main img {
    width: 300px;
    max-width: 70vw;
    filter: brightness(0);
}

footer {
    text-align: center;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px 12px;
    font-size: 14px;
    color: #fff;
    text-shadow: 0 0 10px #000;
}

footer a {
    color: #fff;
}

@media (max-width: 600px) {
    footer {
        font-size: 12px;
        line-height: 1.8;
    }
}
