/* Global */
@import url(global.css);
@import url(project.css);
@import url(utility.css);

h1,h2,h3,h4,a{
    display: block;
    margin: 0;
    line-height: 1.4;
}
h2{
    margin-bottom: 60px;
}
h3{
    margin-bottom: 40px;
}
h4{
    margin-bottom: 22px;
}
hr{
    margin-bottom: 120px;
}
#mainContent p{
    margin: 0;
    font-size: var(--smallText);
    margin-bottom: 16px;
}
#mainContent li{
    font-size: var(--smallText);
    margin-bottom: 8px;
}
ul{
    margin-bottom: 28px;
}
img{
    border-radius: 14px;
}

main{
    margin: 0;
}
#mainContent{
    max-width: 900px;;
}
.gridDisplay{
    margin-bottom: 120px;
}
.gridDisplay2Cols{
    margin-bottom: 120px;
}


.number1{
    font-size: 40px;
    color: #777777;
    margin: 0;
}
.number2{
    font-size: 40px;
    color: #777777;
    margin: 0;
}
.number3{
    font-size: 80px;
    color: #777777;
    margin: 0;
}


/* ----- Intro ----- */
h1{
    margin-top: 80px;
}
#userResearch{
    color: #777;
}
/* ----- Overview ----- */

#vendingMachineDisplay img{
    max-height: 487px;
    height: 100%;
    object-fit: cover;
}
#InteractionAnalysis p{
    font-size: var(--regularText);
    margin-bottom: 8px;
}

/* ----- Contextual Inquiry ----- */
#contextualInquiry .gridDisplay{
    align-items: center;
    margin-bottom: 120px;
}


.participantIntro{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 120px;
}
.participantIntro p{
    font-size: var(--largeText);
    margin: 0;
}
.participantIntro svg{
    margin-right: 40px;
}

#contextualInquiry img{
    object-fit: cover;
    height: 100%;
}

#interviewInsights p{
    margin-bottom: 12px;
}

.interviewQuestions{
    color: #D9D9D9;    
    font-weight: 200;
}
.interviewAnswer{
    font-size: var(--regularText);
    /* font-style: italic; */
    font-weight: 800;
    color: #ebebeb;
}

.interviewGreyBack{
    background-color: #292929;
    position: relative;
    width: 100vw; 
    left: 50%; /* Push it to the right */
    transform: translateX(-50%); /* Center it while expanding */

    padding: 40px 0;
    margin-bottom: 120px;
}
.interviewGreyBackInner{
    margin: auto;
    max-width: 900px;
    margin-bottom: 0;
}

/* participant 2 */
#contextualInquiry #p2Observation{
    align-items: start;
}
#p2Observation img{
    margin-bottom: 12px;
}
#placeHolder{
    height: 96px;
}
.p2ImgCaption{
    border-left: 2px #777 solid ;
    padding: 12px 0px 0px 20px;
}

/* ----- Persona ----- */
.personaHeader{
    display: flex;
    gap: 20px;
    margin-bottom: 40px;
}
.personaHeader h4{
    color: #777;
    margin-bottom: 12px;
}
.personaHeader h3{
    text-wrap:nowrap;
    margin-bottom: -10px;
}
.headerHr{
    width: 100%;
    border-bottom: 0.2px solid #c2c2c25f;
}

.personaOverview{
    align-items: center;
    margin-bottom: 40px;
}
.personaInfo{
    font-size: 18px;
    line-height: 130%;
    margin: 0;
}
.personaDetails{
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: flex-end;
}
.personaAttributes{
    text-align: right;
    margin: 0;
    line-height: 150%;
    color: #777;

}

#persona01 ul, 
#persona02 ul{
    margin-top: 0;
}

#persona01 .gridDisplay2Cols, 
#persona02 .gridDisplay2Cols{
    margin-bottom: 60px;
}

#persona02 li{
    margin-bottom: 6px;
}

/* ----- Storyboard ----- */
#storyboardIntro{
    align-items: center;
}
#storyboardIntro hr{
    margin-bottom: 40px;
}
#storyboardIntro .largeText{
    margin-bottom: 0;
}
#storyboardIntro h2{
    margin-bottom: 16px;
}

.storyboardShowcase img{
    margin-bottom: 14px;
}