/**************************************************
 *
 * MOBILE FRAMEWORK
 *
 **************************************************/

@media (max-width:900px) {

    /**************************************************
     * HEADER
     **************************************************/

    header {
        height: 54px;
        padding: 0;
    }

.header-inner {
    width: 96%;
    height: 54px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0;
}

    /**************************************************
     * COMMON PAGE LAYOUT
     **************************************************/

    .page-content {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        width: auto !important;
        max-width: none !important;
        margin: 0 !important;
        padding: 90px 20px 50px !important;
    }

    /**************************************************
     * HOME PAGE
     **************************************************/

    .hero {
        height: 100svh;
    }

    .hero-content {
        width: 100%;
        padding: 0 20px;
        top: 50%;
    }

    .binary-title {
        font-size: 54px;
        letter-spacing: -.12em;
        margin-bottom: 18px;
    }

    .hero-tagline {
        font-size: 20px;
        line-height: 1.4;
        letter-spacing: .08em;
        margin: 0 0 35px;
    }

    .signature {
        width: 90vw;
        max-width: 420px;
        min-width: 0;
        margin: 0 auto;
    }

    /**************************************************
     * MOBILE MENU
     **************************************************/

    .header-inner {

        flex-direction: row;

        justify-content: space-between;

        align-items: center;

        padding: 0 15px;
    }

.menu-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    color: #fff;
    font-size: 34px;
    cursor: pointer;
}

    nav {
        display: none;
        position: absolute;
        top: 54px;
        left: 0;
        width: 100%;
        background: #07131b;
        box-shadow: 0 10px 30px rgba(0,0,0,.35);
        z-index: 1500;
    }

    nav.open {
        display: block;
    }

    nav ul {
        display: block;
        margin: 0;
        padding: 12px 0;
    }

    nav li {
        width: 100%;
        list-style: none;
    }

    nav a {
        display: block;
        padding: 14px 24px;
        line-height: normal;
        font-size: 18px;
        border-bottom: 1px solid rgba(255,255,255,.08);
    }

    nav a:hover {
        background: rgba(255,255,255,.08);
    }

    .socials {
        display: none;
    }

/**************************************************
 * MOBILE HEADINGS
 **************************************************/

.ai-page h1,
.whatido-page h1,
.expertise-page h1,
.events-page h1,
.media-page h1,
.news-page h1,
.contact-page h1,
.techtrooth-page h1 {
    font-size: 32px !important;
    line-height: 1.1;
    margin-bottom: 24px;
}
.ai-page h2,
.whatido-page h2,
.expertise-page h2,
.events-page h2,
.media-page h2,
.news-page h2,
.contact-page h2,
.techtrooth-page h2 {
    font-size: 22px !important;
    line-height: 1.1;
    margin-bottom: 24px;
}


.ai-page p,
.whatido-page p,
.expertise-page p,
.events-page p,
.media-page p,
.news-page p,
.contact-page p,
.techtrooth-page p {
    font-size: 18px !important;
    line-height: 1.1;
    margin-bottom: 24px;
    font-weight: 300;
}
}

header {
    height: 54px;
    padding: 0;
}

.header-inner {
    height: 54px;
}

