/* OMENS Media coming soon page styles */

@font-face {
    font-family: "InterVariable";
    src: url("assets/fonts/InterVariable.woff2") format("woff2");
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "InterVariable";
    src: url("assets/fonts/InterVariable-Italic.woff2") format("woff2");
    font-weight: 100 900;
    font-style: italic;
    font-display: swap;
}

* {
    box-sizing: border-box;
}

html {
    min-height: 100%;
}

body {
    margin: 0;
    min-height: 100vh;
    background-color: #200149;
    position: relative;
    font-family: "InterVariable", "Inter", "Helvetica Neue", Arial, sans-serif;
    font-optical-sizing: auto;
    font-synthesis: none;
    font-kerning: normal;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-size-adjust: 100%;
}

body::before {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180' viewBox='0 0 180 180'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch' /%3E%3CfeColorMatrix type='saturate' values='0' /%3E%3C/filter%3E%3Crect width='180' height='180' filter='url(%23noise)' opacity='0.18' /%3E%3C/svg%3E");
    background-size: 180px 180px;
    opacity: 0.3;
    mix-blend-mode: screen;
    z-index: 0;
}

body::after {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(
            ellipse at center,
            rgba(32, 1, 73, 0) 18%,
            rgba(22, 1, 52, 0.08) 46%,
            rgba(13, 0, 31, 0.26) 70%,
            rgba(6, 0, 16, 0.52) 88%,
            rgba(2, 0, 7, 0.74) 100%
        );
    z-index: 1;
}

.page {
    position: relative;
    z-index: 2;
    min-height: 100vh;
    display: grid;
    place-items: center;
    padding: clamp(2rem, 6vw, 4rem);
}

.logo-shell {
    width: min(100%, 42rem);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: clamp(1.25rem, 2.5vw, 1.75rem);
    transform: translateY(-20px);
}

.logo-mark {
    display: block;
    width: min(52.65vw, 20.25rem);
    max-width: 100%;
    height: auto;
    image-rendering: auto;
}

.status-message {
    margin: 0;
    width: min(100%, 28rem);
    color: rgba(255, 255, 255, 0.96);
    font-size: clamp(0.88rem, 1.15vw, 0.98rem);
    font-weight: 430;
    line-height: 1.5;
    letter-spacing: 0.01em;
    text-align: center;
    text-wrap: balance;
}

.contact-message {
    margin: 0;
    width: min(100%, 28rem);
    color: rgba(255, 255, 255, 0.82);
    font-size: clamp(0.82rem, 1.05vw, 0.91rem);
    font-weight: 420;
    line-height: 1.5;
    letter-spacing: 0.008em;
    text-align: center;
    text-wrap: balance;
}

.contact-link {
    color: #ffffff;
    font-weight: 500;
    text-decoration-color: rgba(255, 255, 255, 0.55);
    text-decoration-thickness: 0.06em;
    text-underline-offset: 0.18em;
}

.contact-link:hover,
.contact-link:focus-visible {
    text-decoration-color: rgba(255, 255, 255, 0.85);
}
