.hero {
    padding: 20px;
    background: #F2EDE6;
    position: relative;
}

.herosubtitle {
    padding-top: 20px;
    font-family: "inter-18pt";
    font-size: 12px;
    letter-spacing: 1px;
    color: rgba(0, 0, 0, 0.6);
}

.herotitle {
    padding-top: 25px;
    font-family: "inter-18pt";
    font-size: 60px;
    color: #000000;
    font-weight: 700;
    line-height: 25px;
}

.herotitletwo {
    font-family: "inter-18pt";
    font-size: 60px;
    color: #D4571E;
    font-weight: 700;
}

.herodis {
    font-family: "inter-18pt";
    font-size: 16px;
    color: rgba(0, 0, 0, 0.8);
    width: 80%;
    padding-top: 10px;
}

.herobackgrounddecoration {
    position: absolute;
    font-family: "inter-18pt";
    font-size: 250px;
    top: 110px;
    right: -17px;
    font-weight: 800;
    line-height: 0px;
    color: rgba(0, 0, 0, 0.1);
}

.why {
    padding: 50px 20px;
    background: #0E1A28;
}

.whyquote {
    font-family: "inter-18pt";
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
}

.whywho {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
    margin-top: 15px;
}

.whywhofounder {
    font-family: "inter-18pt";
    font-size: 14px;
    color: #D4571E;
    letter-spacing: 1px;
    line-height: 0px;
}

.whywhodiv {
    width: 35px;
    height: 2px;
    background: #D4571E;
}

.chesterking {
    padding: 20px;
    background: #F2EDE6;
}

.chesterkingtitle {
    padding-top: 25px;
    font-family: "inter-18pt";
    font-size: 60px;
    color: #000000;
    font-weight: 700;
    line-height: 60px;
    width: 60%;
}

.chesterkingtitlesmall {
    padding-top: 5px;
    font-family: "inter-18pt";
    font-size: 14px;
    color: #D4571E;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 20px;
    width: 60%;
}

.chesterkingquote {
    font-family: "inter-18pt";
    font-size: 16px;
    color: rgba(0, 0, 0, 0.8);
    padding-top: 10px;
    width: 95%;
}

.chesterkingcompany {
    padding-top: 5px;
    font-family: "inter-18pt";
    font-size: 14px;
    color: rgba(0, 0, 0, 0.8);
    font-weight: 300;
    margin-top: 10px;
    margin-bottom: 20px;
    width: 60%;
}

.thestudio, .whofor {
    padding: 20px;
    background: #F8F5F0;
}

.thestudiosubtitle, .whoforsubtitle {
    padding-top: 20px;
    font-family: "inter-18pt";
    font-size: 12px;
    letter-spacing: 1px;
    color: rgba(0, 0, 0, 0.6);
}

.thestudiotitle, .whofortitle {
    padding-top: 10px;
    font-family: "inter-18pt";
    font-size: 50px;
    font-weight: 800;
    width: 70%;
    line-height: 50px;
    letter-spacing: 1px;
    color: rgba(0, 0, 0, 1);
}

.thestudiodis, .whofordis {
    padding-top: 10px;
    font-family: "inter-18pt";
    font-size: 16px;
    letter-spacing: 1px;
    color: rgba(0, 0, 0, 0.6);
    text-align: justify;
    margin-top: 20px;
}

.motiviation {
    padding: 50px 20px;
    background: #D4571E;
}

.motiviationquote {
    font-family: "inter-18pt";
    color: #000000;
    font-size: 24px;
    font-weight: 700;
}

.svgforwhofor {
    margin-top: 20px;
    width: 85%;
}

.whoforbutton {
    line-height: 0px;
    background: none;
    border: none;
    color: #D4571E;
    gap: 10px;
    margin-top: 30px;
}

.whoforbutton svg {
    margin-left: 5px;
}

.contactus {
    padding: 20px;
    background: #D4571E;
    position: relative;
    overflow: hidden;
}

.contactusbubbledecora {
    position: absolute;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    background: white;
    opacity: 0.1;

    top: -40px;
    left: -60px;
}

.contactussub {
    font-family: "inter-18pt";
    font-size: 14px;
    letter-spacing: 2px;
    color: rgba(255, 255, 255, 0.25);
}

.contactustitle {
    font-family: "inter-18pt";
    color: white;
    font-size: 50px;
    font-weight: 700;
    width: 70%;
    line-height: 50px;
}

.contactusdiscription {
    padding-top: 25px;
    font-family: "inter-18pt";
    font-size: 16px;
    width: 93%;
    color: rgba(255, 255, 255, 0.7);
}

.contactusemail {
    padding-top: 15px;
    font-family: "inter-18pt";
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
}

.contactusbuttonwrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
    padding-top: 20px;
    padding-bottom: 10px;
}

.contactusbuttonwrapper button {
    padding: 15px;
    font-family: "inter-18pt";
    font-size: 16px;
    font-weight: 600;
}

.contactusstart {
    background: #0E1A28;
    border: none;
    color: #ffffff;
}

.contactusconsultation {
    background: none;
    border: #ffffff solid 1.5px;
    color: #ffffff;
}

.whytablettitle {
    display: none;
}


.whytabletdis {
    display: none;
}

.herotabletsvgrightwrapper {
    display: none;
}

.chesterkingtabletleftwraperdis, .whycomputerdis, .chesterkingcomputersvg {
    display: none;
}

@media (min-width: 650px) and (max-width: 1023px) {

    .hero {
        padding: 40px 40px 60px 40px;
        display: flex;
    }

    .herotabletsvgrightwrapper {
        display: block;
    }

    .herosubtitle {
        padding-top: 10px;
        font-size: 12px;
    }

    .herotitle {
        padding-top: 20px;
        font-size: 52px;
        line-height: 54px;
    }

    .herotitletwo {
        font-size: 52px;
        line-height: 54px;
    }

    .herodis {
        font-size: 16px;
        width: 75%;
        padding-top: 15px;
    }

    .herobackgrounddecoration {
        display: none;
    }

    .herobackgrounddecorationsvgwrap {
        position: absolute;
        font-family: "inter-18pt";
        font-size: 300px;
        top: 110px;
        right: 10svw;
        font-weight: 800;
        line-height: 0px;
        color: rgba(0, 0, 0, 0.1);
    }

    
    .why {
        padding: 60px 40px;
    }

    .whytabletwrapper {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .whywho {
        display: none;
    }

    .whytablettitle {
        margin-top: 20px;
        font-family: "inter-18pt";
        font-size: 16px;
        color: rgba(255, 255, 255, 0.6);
        font-weight: 300;
        padding-top: 20px;
        line-height: 0px;
        border-top: rgba(255, 255, 255, 0.3) solid 0.5px;
        display: block;
    }

    #whytablettitle {
        border-bottom: rgba(255, 255, 255, 0.3) solid 0.5px;
        padding-bottom: 20px;
    }

    .whytabletdis {
        font-family: "inter-18pt";
        font-size: 16px;
        color: rgba(255, 255, 255, 0.6);
        width: 90%;
        padding-top: 10px;
        display: block;
    }

    .whytablettitle svg {
        margin-right: 10px;
    }

    .whyquote {
        font-size: 28px;
        line-height: 36px;
        width: 85%;
    }

    .whywho {
        margin-top: 20px;
        gap: 15px;
    }

    .chesterking {
        padding: 60px 40px;
    }

    .chesterkingtitle {
        padding-top: 15px;
        font-size: 52px;
        line-height: 56px;
        width: 80%;
    }

    .chesterkingtitlesmall {
        font-size: 14px;
        margin-top: 5px;
        margin-bottom: 25px;
        width: 80%;
    }

    .chesterkingquote {
        font-size: 17px;
        line-height: 26px;
        width: 85%;
        border-left: #D4571E solid 2.5px;
        padding-left: 15px;
    }

    .chesterkingcompany {
        font-size: 14px;
        margin-top: 15px;
        width: 80%;
    }

    .chesterkingtabletleftwraperdis {
        font-family: "inter-18pt";
        font-size: 16px;
        color: rgba(0, 0, 0, 0.8);
        width: 80%;
        padding-top: 10px;
        padding-bottom: 10px;
        display: block;
    }

    .thestudio, .whofor {
        padding: 40px;
    }

    .thestudiosubtitle, .whoforsubtitle {
        padding-top: 10px;
        font-size: 12px;
    }

    .thestudiotitle, .whofortitle {
        padding-top: 10px;
        font-size: 45px;
        line-height: 50px;
        width: 80%;
    }

    .thestudiodis, .whofordis {
        font-size: 16px;
        line-height: 26px;
        width: 85%;
        margin-top: 25px;
    }

    /* =========================
       MOTIVATION QUOTE
    ========================= */
    .motiviation {
        padding: 60px 40px;
    }

    .motiviationquote {
        font-size: 28px;
        line-height: 36px;
        width: 85%;
    }

    .svgforwhofor {
        margin-top: 25px;
        width: 60%;
    }

    .whoforbutton {
        margin-top: 35px;
        font-size: 15px;
        display: none;
    }

    /* =========================
       CONTACT US CTA
    ========================= */
    .contactus {
        padding: 60px 40px;
    }

    .contactusbubbledecora {
        width: 300px;
        height: 300px;
        top: -60px;
        left: -80px;
    }

    .contactussub {
        font-size: 13px;
    }

    .contactustitle {
        font-size: 45px;
        line-height: 50px;
        width: 85%;
    }

    .contactusdiscription {
        padding-top: 20px;
        font-size: 16px;
        line-height: 24px;
        width: 75%;
    }

    .contactusemail {
        padding-top: 20px;
        font-size: 17px;
    }

    .contactusbuttonwrapper {
        flex-direction: row;
        gap: 15px;
        padding-top: 30px;
        width: 80%;
    }

    .contactusbuttonwrapper button {
        flex: 1;
        padding: 16px;
        font-size: 15px;
    }

    .whycomputerdis {
        display: none;
    }
}

@media (min-width: 1024px) {

    .hero {
        padding: 40px 70px 60px 70px;
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 60px;
    }

    .herotabletsvgrightwrapper {
        display: block;
        width: 40%;
        max-width: 450px;
    }

    .herosubtitle {
        padding-top: 0;
        font-size: 13px;
        letter-spacing: 2px;
    }

    .herotitle, .herotitletwo {
        font-size: 76px;
        line-height: 76px;
    }

    .herotitle {
        padding-top: 10px;
    }

    .herodis {
        font-size: 20px;
        line-height: 28px;
        width: 65%;
        max-width: 600px;
        padding-top: 20px;
    }

    .herobackgrounddecoration {
        display: none;
    }

    .herobackgrounddecorationsvgwrap {
        position: absolute;
        font-family: "inter-18pt";
        font-size: 320px;
        top: 80px;
        right: 3svw;
        font-weight: 800;
        line-height: 0px;
        color: rgba(0, 0, 0, 0.1);
    }

    .herotabletsvgrightwrapper svg {
        position: absolute;
        top: 40px;
        right: 3svw;
    }

    .why {
        padding: 100px 70px;
    }

    .whytabletwrapper {
        display: flex;
        flex-direction: row;
        gap: 40px;
        margin-top: 40px;
    }

    .whywho {
        display: none;
    }

    .whytablettitle {
        flex: 1;
        margin-top: 0;
        font-family: "inter-18pt";
        font-size: 18px;
        color: rgba(255, 255, 255, 0.6);
        font-weight: 400;
        padding-top: 25px;
        padding-bottom: 25px;
        line-height: auto;
        border-top: rgba(255, 255, 255, 0.3) solid 0.5px;
        display: block;
    }

    #whytablettitle {
        border-bottom: rgba(255, 255, 255, 0.3) solid 0.5px;
    }

    .whycomputerdis {
        font-family: "inter-18pt";
        font-size: 16px;
        line-height: 24px;
        color: rgba(255, 255, 255, 0.6);
        width: 70%;
        padding-top: 0px;
        padding-bottom: 20px;
        display: block;
    }

    .whytablettitle svg {
        margin-right: 12px;
    }

    .whyquote {
        font-size: 36px;
        line-height: 48px;
        width: 65%;
        max-width: 850px;
    }

    /* =========================
       CHESTER KING PROFILE
    ========================= */
    .chesterking {
        padding: 100px 70px;
        display: grid;
        grid-template-columns: 3fr
        1.5fr;
    }

    .chesterkingtitle {
        padding-top: 0;
        font-size: 64px;
        line-height: 68px;
        width: 55%;
        max-width: 750px;
    }

    .chesterkingtitlesmall {
        font-size: 15px;
        margin-top: 10px;
        margin-bottom: 35px;
        width: 55%;
    }

    .chesterkingquote {
        font-size: 18px;
        line-height: 28px;
        width: 55%;
        max-width: 650px;
        border-left: #D4571E solid 3px;
        padding-left: 20px;
    }

    .chesterkingcompany {
        font-size: 15px;
        margin-top: 20px;
        width: 55%;
    }

    .chesterkingtabletleftwraperdis {
        font-family: "inter-18pt";
        font-size: 17px;
        line-height: 26px;
        width: 55%;
        max-width: 650px;
        padding-top: 15px;
        padding-bottom: 15px;
        display: block;
    }

    .chesterkingmobileandtablet {
        display: none;
    }

    .chesterkingcomputersvg {
        display: block;
        align-self: center;
        margin-top: -150px;
    }

    /* =========================
       THE STUDIO & WHO WE'RE FOR
    ========================= */
    .thestudio, .whofor {
        padding: 100px 70px;
    }

    .thestudiosubtitle, .whoforsubtitle {
        padding-top: 0;
        font-size: 13px;
        letter-spacing: 2px;
    }

    .thestudiotitle, .whofortitle {
        padding-top: 15px;
        font-size: 56px;
        line-height: 60px;
        width: 55%;
        max-width: 800px;
    }

    .thestudiodis, .whofordis {
        font-size: 17px;
        line-height: 28px;
        width: 50%;
        max-width: 680px;
        margin-top: 30px;
        text-align: left;
    }

    /* =========================
       MOTIVATION QUOTE
    ========================= */
    .motiviation {
        padding: 100px 70px;
    }

    .motiviationquote {
        font-size: 36px;
        line-height: 48px;
        width: 60%;
        max-width: 850px;
    }

    .svgforwhofor {
        margin-top: 35px;
        width: 35%;
        max-width: 450px;
    }

    .whoforbutton {
        margin-top: 45px;
        font-size: 16px;
        display: none; /* Keeps matched alignment from tablet constraints */
    }

    .contactus {
        padding: 100px 70px;
        display: grid;
        grid-template-columns: 1.2fr 0.6fr;
        align-items: center;
        column-gap: 40px;
    }

    .contactusbubbledecora {
        width: 400px;
        height: 400px;
        top: -100px;
        left: -100px;
    }

    .contactussub {
        font-size: 14px;
        letter-spacing: 2px;
    }

    .contactustitle {
        font-size: 64px;
        line-height: 68px;
        width: 100%;
    }

    .contactusdiscription {
        padding-top: 25px;
        font-size: 18px;
        line-height: 28px;
        width: 90%;
    }

    .contactusemail {
        padding-top: 25px;
        font-size: 18px;
    }

    .contactusbuttonwrapper {
        flex-direction: column;
        gap: 15px;
        padding-top: 0;
        width: 100%;
        max-width: 320px;
        justify-self: end;
    }

    .contactusbuttonwrapper button {
        width: 100%;
        padding: 18px;
        font-size: 16px;
        cursor: pointer;
    }
}
