/*
============================================================
THE 13 ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Â RESPONSIVE COMING-SOON PAGE
============================================================

The CSS is configured for the Thunder font family.

Place your Thunder .ttf files inside:

    assets/fonts/

The page will still work with its fallback fonts when the
Thunder files are not present.
============================================================
*/

/* Thunder font family */
@font-face {
    font-family: "Thunder";
    src: url("../fonts/Thunder-ThinLC.ttf") format("truetype");
    font-style: normal;
    font-weight: 100;
    font-display: swap;
}

@font-face {
    font-family: "Thunder";
    src: url("../fonts/Thunder-ThinLCItalic.ttf") format("truetype");
    font-style: italic;
    font-weight: 100;
    font-display: swap;
}

@font-face {
    font-family: "Thunder";
    src: url("../fonts/Thunder-ExtraLightLC.ttf") format("truetype");
    font-style: normal;
    font-weight: 200;
    font-display: swap;
}

@font-face {
    font-family: "Thunder";
    src: url("../fonts/Thunder-ExtraLightLCItalic.ttf") format("truetype");
    font-style: italic;
    font-weight: 200;
    font-display: swap;
}

@font-face {
    font-family: "Thunder";
    src: url("../fonts/Thunder-LightLC.ttf") format("truetype");
    font-style: normal;
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: "Thunder";
    src: url("../fonts/Thunder-LightLCItalic.ttf") format("truetype");
    font-style: italic;
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: "Thunder";
    src: url("../fonts/Thunder-LC.ttf") format("truetype");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: "Thunder";
    src: url("../fonts/Thunder-LCItalic.ttf") format("truetype");
    font-style: italic;
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: "Thunder";
    src: url("../fonts/Thunder-MediumLC.ttf") format("truetype");
    font-style: normal;
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: "Thunder";
    src: url("../fonts/Thunder-SemiBoldLC.ttf") format("truetype");
    font-style: normal;
    font-weight: 600;
    font-display: swap;
}

@font-face {
    font-family: "Thunder";
    src: url("../fonts/Thunder-BoldLC.ttf") format("truetype");
    font-style: normal;
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: "Thunder";
    src: url("../fonts/Thunder-BoldLCItalic.ttf") format("truetype");
    font-style: italic;
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: "Thunder";
    src: url("../fonts/Thunder-ExtraBoldLC.ttf") format("truetype");
    font-style: normal;
    font-weight: 800;
    font-display: swap;
}

@font-face {
    font-family: "Thunder";
    src: url("../fonts/Thunder-ExtraBoldLCItalic.ttf") format("truetype");
    font-style: italic;
    font-weight: 800;
    font-display: swap;
}

@font-face {
    font-family: "Thunder";
    src: url("../fonts/Thunder-BlackLC.ttf") format("truetype");
    font-style: normal;
    font-weight: 900;
    font-display: swap;
}

@font-face {
    font-family: "Thunder";
    src: url("../fonts/Thunder-BlackLCItalic.ttf") format("truetype");
    font-style: italic;
    font-weight: 900;
    font-display: swap;
}

:root {
    --white: #f5f4f0;
    --page-background: #171717;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html,
body {
    width: 100%;
    height: 100%;
    margin: 0;
}

html {
    background: var(--page-background);
}

body {
    overflow: hidden;
    background: var(--page-background);
    color: var(--white);
    font-family: "Thunder", "Arial Narrow", Arial, sans-serif;
}

img {
    display: block;
}

.coming-soon-page {
    position: relative;
    isolation: isolate;
    width: 100%;
    height: 100svh;
    overflow: hidden;
    background-color: var(--page-background);
    background-image:
        linear-gradient(
            to bottom,
            rgba(0, 0, 0, 0.02),
            rgba(0, 0, 0, 0.18)
        ),
        url("../images/dark-texture.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.coming-soon-page::after {
    content: "";
    position: absolute;
    z-index: 0;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(
            circle at 22% 28%,
            rgba(185, 93, 45, 0.06),
            transparent 28%
        ),
        linear-gradient(
            to top,
            rgba(0, 0, 0, 0.14),
            transparent 38%
        );
}

.brand-mark,
.ape-art {
    position: absolute;
    z-index: 2;
    height: auto;
    max-width: none;
    pointer-events: none;
    user-select: none;
}

.brand-mark {
    top: -2vw;
    left: 2vw;
    width: min(42vw, 860px);
}

.hero-copy {
    position: absolute;
    z-index: 3;
    top: 50.3%;
    left: 13.8%;
    width: min(46vw, 930px);
    margin: 0;
    color: var(--white);
    font-size: clamp(38px, 3vw, 64px);
    font-weight: 400;
    line-height: 1.12;
    letter-spacing: 0.012em;
    text-transform: uppercase;
    text-wrap: balance;
}

.release-text {
    position: absolute;
    z-index: 1;
    top: 74.5%;
    left: 43.5%;
    margin: 0;
    color: rgba(255, 255, 255, 0.13);
    font-size: clamp(92px, 9vw, 184px);
    font-weight: 600;
    line-height: 0.8;
    letter-spacing: 5px;
    text-transform: uppercase;
    white-space: nowrap;
    text-shadow: 0 8px 8px rgba(0, 0, 0, 0.45);
    font-family: "Thunder", "Arial Narrow", Arial, sans-serif;
}

.release-text span {
    display: inline;
}

.contact-block {
    position: absolute;
    z-index: 4;
    top: 62.5%;
    left: 75%;
    width: min(31vw, 590px);
    transform: translateX(-50%);
    text-align: center;
}

.contact-email {
    display: inline-block;
    color: var(--white);
    font-size: clamp(31px, 2.35vw, 49px);
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
    text-shadow: 0 2px 3px rgba(0, 0, 0, 0.55);
}

.contact-email:hover,
.contact-email:focus-visible {
    text-decoration: underline;
    text-underline-offset: 0.14em;
}

.contact-subtitle {
    margin: 0.18em 0 0;
    color: var(--white);
    font-size: clamp(23px, 1.85vw, 38px);
    font-weight: 400;
    line-height: 1;
    text-shadow: 0 2px 3px rgba(0, 0, 0, 0.55);
}

.ape-art {
    right: 0;
    bottom: 0;
    width: min(17vw, 655px);
}

.df {
    display: contents;
}


/* Tablet and portrait/mobile design */
@media (orientation: portrait) {
    .coming-soon-page {
        background-position: 48% center;
    }

    .coming-soon-page::after {
        background:
            radial-gradient(
                circle at 25% 20%,
                rgba(185, 93, 45, 0.05),
                transparent 30%
            ),
            linear-gradient(
                to top,
                rgba(0, 0, 0, 0.18),
                transparent 42%
            );
    }

    .brand-mark {
        top: -10vw;
        left: -8.5vw;
        width: 84vw;
    }

    .hero-copy {
        top: 34%;
        left: 15.7%;
        width: 77%;
        font-size: clamp(31px, 5.5vw, 68px);
        line-height: 1.18;
    }

    .release-text {
        top: 62%;
        left: 9%;
        width: 56%;
        font-size: clamp(76px, 17vw, 220px);
        line-height: 0.78;
        text-align: right;
        white-space: normal;
    }

    .release-text span {
        display: block;
    }

    .contact-block {
        top: 86.5%;
        left: 33.5%;
        width: 60%;
    }

    .contact-email {
        font-size: clamp(28px, 4.8vw, 59px);
        text-align: right;
        display: block;
    }

    .contact-subtitle {
        margin-top: 0.18em;
        font-size: clamp(21px, 3.7vw, 45px);
        text-align: right;
    }

    .ape-art {
        right: -2vw;
        bottom: -3vh;
        width: 36vw;
    }
}

/* Small phones */
@media (orientation: portrait) and (max-width: 430px) {
    .coming-soon-page {
        min-height: 0;
    }

    .brand-mark {
        top: -7vw;
    }

    .hero-copy {
        top: 25%;
        left: 16.5%;
        width: 80%;
        font-size: 25px;
    }

    .release-text {
        top: 59%;
        left: 8%;
        width: 55%;
        font-size: 64px;
    }

    .contact-block {
        top: 73%;
        left: 28%;
        width: 66%;
    }

    .ape-art {
        right: -13vw;
        bottom: 0;
        width: 50vw;
    }
}

/* Very short landscape screens */
@media (orientation: landscape) and (max-height: 700px) {
    .brand-mark {
        top: -4vh;
        width: min(38vw, 72vh);
    }

    .hero-copy {
        top: 50%;
        font-size: clamp(22px, 5vh, 32px);
    }

    .contact-block {
        top: 62%;
        width: 36vw;
        left: 70.5%;
    }

    .contact-email {
        font-size: clamp(22px, 5vh, 31px);
    }

    .contact-subtitle {
        font-size: clamp(18px, 4vh, 24px);
    }

    .release-text {
        top: 74%;
        font-size: min(9vw, 18vh);
        left: 38.5%;
    }

    .ape-art {
        bottom: 0;
        width: min(28vw, 34vh);
    }
}

/* Ultra-wide screens */
@media (orientation: landscape) and (min-aspect-ratio: 21 / 9) {
    .brand-mark {
        width: min(36vw, 860px);
    }

    .hero-copy {
        left: 15%;
        width: 40%;
    }

    .release-text {
        left: 46%;
    }

    .ape-art {
        width: min(26vw, 650px);
    }
}
