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

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

.herotitle {
    font-family: "inter-18pt";
    font-size: 80px;
    color: #000000;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 30px;
    margin-left: -5px;
}

.herotitleorange {
    font-family: "inter-18pt";
    font-size: 80px;
    color: #D4571E;
    font-weight: 700;
    letter-spacing: 2px;
    margin-left: -5px;
}

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

.opportunitymarquee {
    background: #0E1A28;
}

.opportunitymarquee {
    display: inline-block;
    white-space: nowrap;
    padding: 15px 0;
    animation: marquee 20s linear infinite;
    font-family: 'inter-18pt';
    color: #ffffff;
    font-size: 14px;
    background: #0E1A28;
}

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

.approachsubtitle   {
    font-family: "inter-18pt";
    font-size: 12px;
    letter-spacing: 2px;
    padding-top: 30px;
    color: rgba(255, 255, 255, 0.3);
}

.approachtitle  {
    font-family: "inter-18pt";
    font-weight: 700;
    font-size: 40px;
    line-height: 45px;
    padding-bottom: 0px;
    color: #ffffff;
}

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

.approach svg {
    margin-bottom: 20px;
}

.discover, .build, .glance {
    padding: 20px;
    background: #F2EDE6;
}

.discovertitle, .buildtitle, .growtitle {
    font-family: "inter-18pt";
    font-weight: 700;
    font-size: 50px;
    line-height: 45px;
    padding-bottom: 10px;
    color: #000000;
    border-bottom: #D4571E solid 3px;
}

.discoverdis, .builddis, .growdis {
    font-family: "inter-18pt";
    font-size: 16px;
    color: rgba(0, 0, 0, 0.8);
    padding-top: 20px;
}

.discoverarea, .discoverareatwo, .buildarea {
    font-family: "inter-18pt";
    font-size: 12px;
    color: rgba(0, 0, 0, 0.8);
    width: 80%;
    padding-top: 20px;
    padding-bottom: 20px;
}

.plan, .review {
    padding: 20px;
    background: #0E1A28;
}

.plantitle, .reviewtitle {
    font-family: "inter-18pt";
    font-weight: 700;
    font-size: 50px;
    line-height: 45px;
    padding-bottom: 10px;
    color: #ffffff;
    border-bottom: #D4571E solid 3px;
}

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

.reviewarea {
    font-family: "inter-18pt";
    font-size: 12px;
    color: rgba(255, 255, 255, 1);
    width: 80%;
    padding-top: 20px;
    padding-bottom: 20px;
}

.grow {
    padding: 20px;
    background: #D4571E;
}

.growdis {
    padding-bottom: 20px;
}

.glancesubtitle {
    font-family: "inter-18pt";
    font-size: 12px;
    letter-spacing: 2px;
    padding-top: 30px;
    color: rgba(0, 0, 0, 0.3);
}

.glancetitle {
    font-family: "inter-18pt";
    font-weight: 700;
    font-size: 40px;
    line-height: 45px;
    padding-bottom: 0px;
    color: #000000;
}

.glancesvg {
    width: 90%;
}

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

.contactuscircle {
    position: absolute;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    background: #ffffff;
    opacity: 0.04;

    top: -135px;
    left: -50px;
}

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

.contactustitle {
    font-family: "inter-18pt";
    font-size: 40px;
    font-weight: 800;
    width: 40%;
    letter-spacing: 2px;
    line-height: 45px;
    margin-top: 10px;
}

.contactusdis {
    font-family: "inter-18pt";
    font-size: 16px;
    color: rgba(14, 26, 40, 0.75);
    margin-top: 10px;
}

.contactusemail {
    font-family: "inter-18pt";
    font-size: 16px;
    color: rgba(14, 26, 40, 1);
    margin-top: 10px;
}

.contactusbuttonwrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

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

.contactusstartbutton {
    background: #0E1A28;
    color: #ffffff;
}

.contactusconsultationbutton {
    border: #0E1A28 solid 2px;
    color: #0E1A28;
    font-family: "inter-18pt";
    font-weight: 700;
}

.contactuscirclebottom {
    position: absolute;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    background: #ffffff;
    opacity: 0.04;

    bottom: -115px;
    right: -50px;
}

@keyframes marquee {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

.discovertabletsvg, .plantabletwvg, .planrighttabletwrappernumber, .discovertabletimg, .ourphilosophy, #discovertabletsvggrow {
    display: none;
}

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

    
    .hero {
        padding: 40px 40px 60px 40px;
        background: #0E1A28;
        display: flow-root; 
    }

    .herotitle, .herotitleorange {
        font-size: 80px;        
        line-height: 75px;      
        font-weight: 700;
        letter-spacing: 2px;
        display: block;         
        float: left;            
        width: auto;            
        margin: 0;
    }

    .herotitle {
        color: #ffffff;
        padding-right: 20px;    
    }

    .herotitleorange {
        color: #D4571E;
        clear: none;            
    }

    .herodis {
        clear: both;            
        font-size: 16px;
        line-height: 24px;
        color: rgba(255, 255, 255, 0.6);
        width: 75%;
        padding-top: 30px;    
    }

    .approach {
        display: none;
    }

    .discovermobilesvg, .planmobilesvg {
        display: none;
    }

    .discover {
        position: relative;
        display: grid;
        grid-template-columns: 
        1.5fr
        1fr;
    }

    .discovertabletnumbertitlenumber {
        font-family: "inter-18pt";
        font-size: 150px;
        font-weight: 900;
        color: rgba(0, 0, 0, 0.05);
        position: absolute;
        top: 10px;
        left: 50px;
    }
    
    .discoverdis {
        color: rgba(0, 0, 0, 0.6)
    }

    .discover, .plan, .build, .review, .grow {
        padding: 50px 40px;
    }

    .discovertitle, .buildtitle, .growtitle, .plantitle, .reviewtitle {
        font-size: 45px;
        line-height: 45px;
        padding-bottom: 15px;
    }

    .plan, .build, .review, .grow {
        display: grid;
        grid-template-columns: 
        1fr
        1.5fr;
        gap: 20px;
        position: relative;
    }

    .growtitle {
        color: #ffffff;
    }

    .plantitle, .buildtitle, .reviewtitle {
        padding-top: 110px;
    }

    .discovertabletimg {
        display: block;
    }

    .reviewarea {
        display: none;
    }

    .plantabletwvg {
        display: block;
        margin-left: -35px;
        align-self: center;
    }

    .buildarea {
        display: none;
    }

    .planrighttabletwrappernumber {
        font-family: "inter-18pt";
        font-size: 150px;
        font-weight: 900;
        color: rgba(255, 255, 255, 0.05);
        position: absolute;
        top: 10px;
        right: 25%;
        display: block;
    }

    .plantitle {
        width: 50px;
    }

    .discoverarea {
        display: none;
    }

    .discovertabletsvg {
        display: block;
        align-self: center;
        margin-right: -40px;
    }

    #discovertabletsvggrow {
        display: block;
        align-self: center;
        width: 75%;
        margin-left: auto;
    }

    .discovertabletimg {
        display: block;
        width: 80%;
        align-self: center;
        margin-left: auto;
        margin-right: -40px;
    }

    .discovertitle {
        padding-top: 100px;
    }

    .discoverdis, .builddis, .plandis, .reviewdis {
        font-size: 16px;
        padding-top: 15px;
        width: 85%;
    }

    .growdis {
        font-size: 16px;
        padding-top: 0px;
        width: 85%;
        color: #ffffff;
    }

    .discoverarea, .discoverareatwo, .buildarea, .reviewarea {
        font-size: 12px;
        width: 85%;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    /* =========================
       AT A GLANCE SUMMARY
    ========================= */
    .glance {
        padding: 60px 40px;
    }

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

    .glancetitle {
        font-size: 45px;
        line-height: 50px;
    }

    .glancesvg {
        display: none;
    }

    .contactus {
        padding: 60px 40px;
    }

    .contactussub {
        font-size: 13px;
    }

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

    .contactusdis {
        font-size: 16px;
        margin-top: 15px;
    }

    .contactusemail {
        font-size: 17px;
        margin-top: 15px;
    }

    .contactusbuttonwrapper {
        flex-direction: row;
        gap: 15px;
        margin-top: 30px;
    }

    .contactusbuttonwrapper div {
        flex: 1;
        padding: 16px;
    }
}

@media (min-width: 1024px) {

    .hero {
        padding: 40px 40px 60px 40px;
        display: flow-root; 
        background: #ffffff;
    }

    .herotitle, .herotitleorange {
        font-size: 96px;        /* TWEAK: Expanded headline scale for wide monitors */
        line-height: 90px;      /* TWEAK: Adjusted line space proportionally */
        font-weight: 700;
        letter-spacing: 2px;
        width: auto;            
        margin: 0;
    }

    .herotitleorange {
        color: #D4571E;
        clear: none;            
    }

    .herodis {
        clear: both;            
        font-size: 20px;       
        line-height: 30px;      
        color: rgba(0, 0, 0, 0.6);
        width: 35%;
        padding-top: 25px;    
    }

    .ourphilosophy {
        background: #0E1A28;
        padding: 4ch 70px;
        display: grid !important;      
        grid-template-columns: 1fr 1.5fr; 
        column-gap: 80px;              
    }

    .ourphilosophyleftwrappersubtitle {
        padding-top: 20px;
        font-family: "inter-18pt";
        font-size: 12px;
        letter-spacing: 1px;
        color: rgba(255, 255, 255, 0.6);
        margin-bottom: 10px;
    }

    .ourphilosophyleftwrappertitle {
        font-family: "inter-18pt";
        font-size: 60px;
        color: #ffffff;
        font-weight: 700;
        letter-spacing: 2px;
        line-height: 60px;
    }

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

    .approach {
        display: none;
    }

    .discovermobilesvg, .planmobilesvg {
        display: none;
    }

    .discover {
        position: relative;
        display: grid;
        grid-template-columns: 
        1.5fr
        1fr;
    }

    .discovertitle {
        padding-top: 0px;
        margin-top: 0px;
        width: 70%;
    }

    .discovertabletnumbertitlenumber {
        font-family: "inter-18pt";
        font-size: 240px;       /* TWEAK: Scaled up giant background watermark graphic stamps */
        font-weight: 900;
        color: rgba(0, 0, 0, 0.05);
        position: absolute;
        top: -60px;
        left: 50px;
    }
    
    .discoverdis {
        color: rgba(0, 0, 0, 0.6);
        font-size: 18px;  
        line-height: 28px;
    }

    .discover, .plan, .build, .review, .grow {
        padding: 50px 40px;
    }

    .discovertitle, .buildtitle, .growtitle, .plantitle, .reviewtitle {
        font-size: 64px;        /* TWEAK: Bold editorial step title sizing standard */
        line-height: 64px;      
        padding-bottom: 15px;
    }

    .plan, .build, .review, .grow {
        display: grid;
        grid-template-columns: 
        1fr
        1.5fr;
        gap: 20px;
        position: relative;
    }

    .grow {
        background: #0E1A28;
        border-top: #F2EDE6 solid 20px;
    }

    .growtitle {
        color: #ffffff;
    }

    .plantitle, .buildtitle, .reviewtitle {
        padding-top: 110px;
    }

    .discovertabletimg {
        display: block;
    }

    .discovertabletimgcontainer {
        width: 50%;
        margin-left: auto;
        margin-right: 20px;
        align-content: center;
    }

    .reviewarea {
        display: none;
    }

    .plantabletwvg {
        display: block;
        margin-left: 0px;
        align-self: center;
        width: 60%;
    }

    .buildarea {
        display: none;
    }

    .planrighttabletwrappernumber {
        font-family: "inter-18pt";
        font-size: 240px;       /* TWEAK: Expanded step indicator background text */
        font-weight: 900;
        color: rgba(255, 255, 255, 0.05);
        position: relative;
        margin-bottom: -250px;
        margin-top: -100px;
        display: block;
    }

    .plantitle {
        width: 50px;
    }

    .discoverarea {
        display: none;
    }

    .discovertabletsvg {
        display: block;
        align-self: center;
        margin-left: auto;
        width: 60%;
    }

    #discovertabletsvggrow {
        display: block;
        align-self: center;
        width: 35%;
        margin-left: auto;
    }

    .discovertabletwrappersvg {
        width: 50%;
    }

    .discovertabletimg {
        display: block;
        width: 80%;
        align-self: center;
        margin-left: auto;
        margin-right: -40px;
    }

    .discovertitle {
        padding-top: 100px;
    }

    .discoverdis, .builddis, .plandis, .reviewdis {
        font-size: 18px;        /* TWEAK: Unified editorial paragraph scales */
        line-height: 28px;      
        padding-top: 15px;
        width: 60%;
    }

    .growdis {
        font-size: 18px;        
        line-height: 28px;      
        padding-top: 0px;
        width: 85%;
        color: #ffffff;
    }

    .discoverarea, .discoverareatwo, .buildarea, .reviewarea {
        font-size: 14px;        /* TWEAK: Subtitle metadata item scale update */
        width: 85%;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    /* =========================
       AT A GLANCE SUMMARY
    ========================= */
    .glance {
        display: none;
    }

    .glancesubtitle {
        display: none;
    }

    #discovertabletsvggrow {
        display: block;
    }

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

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

    .contactustitle {
        font-size: 64px;        /* TWEAK: Dominant call-to-action title scaling */
        line-height: 68px;
        width: 80%;
    }

    .contactusdis {
        font-size: 18px;        
        line-height: 28px;
        margin-top: 15px;
    }

    .contactusemail {
        font-size: 18px;
        margin-top: 15px;
    }

    .contactusbuttonwrapper {
        flex-direction: row;
        gap: 15px;
        margin-top: 30px;
    }

    .contactusbuttonwrapper div {
        flex: 1;
        padding: 16px;
        font-size: 16px;        /* TWEAK: Expanded text size within button labels */
    }
}
