/* ===========================
   HOMEPAGE
   =========================== */
.home-page {
    background-color: #ffffff;
    color: #111111;
}

.home-page #header {
    min-height: 100vh;
}

/* HERO */
.home-page .tk-hero-home {
    min-height: 100vh;
    background-color: #101013;
    color: #ffffff;
    padding: 120px 0 80px;
}

.home-page .bg-hero-image {
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    inset: 0;
}

.home-page .hero-text {
    position: relative;
    color: #FFF;
    z-index: 1;
}

.home-page .tk-hero-heading {
    font-family: 'Gotham-Bold', sans-serif;
    font-size: 70px;
    line-height: 77px;
    letter-spacing: -1px;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
}

.home-page .tk-hero-plus {
    letter-spacing: 0;
}

.home-page .tk-hero-copy {
    font-size: 17px;
    line-height: 30px;
    letter-spacing: 0.3px;
}

/* Scroll pill */
.home-page .tk-scroll-pill {
    margin-top: 32px;
    width: 34px;
    height: 34px;
    border-radius: 999px;
    border: 2px solid #FFF;
    background: transparent;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.home-page .tk-scroll-icon {
    width: 6px;
    height: 10px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.7);
    position: relative;
}

.home-page .tk-scroll-icon::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 4px;
    background-color: rgba(255, 255, 255, 0.8);
    left: 50%;
    bottom: -3px;
    transform: translateX(-50%);
}

/* END HERO */


/* SECTIONS CASE STUDY */
.home-page .tk-section {
    padding: 15vw 0;
    background-color: #ffffff;
    color: #111111;
}

.home-page .tk-case-media {
    position: relative;
}

.home-page .tk-case-main img {
    object-fit: cover;
    width: 24vw;
    max-width: 480px;
    height: 38vw;
    max-height: 800px;
    margin-left: 0;
    padding-left: 0;
}

.home-page .tk-case-overlap img {
    float: none;
    object-fit: cover;
    justify-content: center;
    align-items: center;
    width: 30vw;
    max-width: 650px;
    height: 19vw;
    max-height: 400px;
    display: flex;
    position: absolute;
    inset: auto 0% 17% 17%;
}

.home-page .tk-case-main.image-right img {
    float: right;
    max-width: 450px;
    margin-left: 0px;
    margin-right: 0px;
}

.home-page .tk-case-overlap.image-right img {
    /* inset: auto 0% 17% 12%; */
    top: 200px;
    left: 50px;
}

.home-page .one-image img {
    width: 88%;
}

.home-page .tk-case-kicker {
    font-weight: bold;
    color: #0e0e0e;
    letter-spacing: 0.4em;
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 22px;
    font-size: 10px;
    line-height: 1.9em;
}

.home-page .tk-case-title {
    font-family: 'Gotham-medium', sans-serif;
    font-size: 34px;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 18px;
    line-height: 1;
}

.home-page .tk-case-copy {
    max-width: none;
    font-family: 'Gotham-light', sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin-top: 0px;
    margin-bottom: 25px;
    padding-left: 0px;
    padding-right: 0px;
    line-height: 2;
}

.home-page .tk-case-copy.mx-620 {
    max-width: 620px;
}

/* CTA MEETING */
.home-page .tk-cta-meeting {
    padding-top: 0;
    padding-bottom: 15vw;
}

.home-page .tk-cta-meeting .tk-case-kicker {
    font-weight: bold;
    color: #0e0e0e;
    letter-spacing: 0.4em;
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 22px;
    font-size: 10px;
    line-height: 1.9em;
}

.home-page .tk-cta-meeting .tk-cta-title {
    font-family: 'Gotham-medium', sans-serif;
    font-size: 34px;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 18px;
    line-height: 1;
}

.home-page .tk-cta-meeting .tk-cta-copy {
    width: 400px;
    font-family: 'Gotham-light', sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin-top: 0px;
    margin-bottom: 25px;
    padding-left: 0px;
    padding-right: 0px;
    line-height: 2;
    text-align: center;
    margin: 0 auto 3rem;
}

.home-page .tk-cta-meeting .tk-cta-button {
    letter-spacing: 0.3em;
    text-transform: uppercase;
    background-color: rgb(66, 66, 66);
    margin-left: auto;
    margin-right: auto;
    padding: 15px 29px;
    font-size: 11px;
    display: inline-block;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

/* END CTA MEETING */

/* VIEW OUR WORK */
.home-page .tk-work-section {
    padding-top: 0;
    padding-bottom: 80px;
}

.home-page .tk-work-kicker {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin: 20px 0 30px;
}

.home-page .tk-work-card {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.home-page .tk-work-label {
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #303030;
}


/* Responsive Device */
@media (max-width: 1120px) {
    .home-page .tk-hero-heading {
        font-size: 60px;
    }
}

@media (max-width: 992px) {
    .home-page .tk-hero-heading {
        font-size: 55px;
    }

    .home-page .tk-hero-copy {
        max-width: 450px;
    }

    .home-page .tk-case-row .tk-case-main {
        margin-bottom: 10vw;
        padding-left: 90px;
    }

    .home-page .tk-case-row .tk-case-main img {
        width: 36vw;
        max-width: none;
        height: 60vw;
    }

    .home-page .tk-case-row .tk-case-overlap img {
        width: 40vw;
        height: 25vw;
        inset: auto 0% 20% 37%;
    }

    .home-page .tk-case-row .tk-case-copy {
        max-width: 600px;
    }

    .home-page .tk-case-row .tk-case-main.image-right img {
        float: none;
        position: relative;
        left: 190px;
    }

    .home-page .tk-case-row .tk-case-overlap.image-right img {
        top: 220px;
        left: 160px;
    }

    .home-page .tk-case-row .one-image img {
        padding-bottom: 40px;
    }
}

@media (max-width: 768px) {
    .home-page .tk-hero-copy {
        max-width: 100%;
    }

    .home-page .tk-cta-meeting .tk-cta-copy {
        width: auto;
    }

    .home-page .tk-section {
        padding: 25vw 0;
    }

    .home-page .tk-work-kicker {
        text-align: center;
    }
}

@media (max-width: 576px) {
    .home-page .tk-hero-home {
        padding-top: 96px;
    }

    .home-page .tk-hero-heading {
        font-size: 50px;
        line-height: 1.2;
    }

    .home-page .tk-hero-copy {
        max-width: 100%;
    }

    .home-page .tk-case-media {
        margin-bottom: 24px;
        padding: 0 12px;
    }

    .home-page .tk-case-row .tk-case-main {
        margin-bottom: 10vw;
        padding-left: 0;
    }

    .home-page .tk-case-row .tk-case-main img {
        align-self: auto;
        width: 53vw;
        height: 87vw;
        margin-left: 0px;
        margin-right: auto;
    }

    .home-page .tk-case-row .tk-case-overlap img {
        width: 60vw;
        height: 41vw;
        left: 29%;
    }

    .home-page .tk-case-row .tk-case-overlap.image-right img {
        top: 100px;
        left: 0;
        width: 60vw;
        height: 41vw;
    }

    .home-page .tk-case-row .tk-case-main.image-right img {
        left: 0px;
        margin-right: 0;
        margin-left: auto;
    }

    .home-page .tk-case-row .tk-case-title {
        letter-spacing: 1.2px;
        margin-top: 0px;
        margin-bottom: 6vw;
        line-height: 1.2;
    }

    .home-page .tk-case-copy {
        line-height: 1.8;
    }
}

/* ===========================
   END HOMEPAGE
   =========================== */