/* ============( hero )============= */
/* Center Block */
#logoVideo {
    object-fit: cover;
}

.color-overlay {
    background-color: transparent;
    mix-blend-mode: overlay;
}

/* Mission */
.missions {
    position: relative;
    width: fit-content;
    font-family: 'Noto Sans TC', sans-serif;
    letter-spacing: 0.1em;
}

.mission-title {
    color: #3c3c46;
    font-size: clamp(18px, 2vw, 35px);
    line-height: clamp(30px, 3vw, 56px);
    font-weight: 500;
    white-space: pre-line;
}

.mission-paragraph {
    color: #6e6e7d;
    font-size: clamp(10px, 3vw, 20px);
    font-weight: 400;
    line-height: clamp(20px, 4vw, 40px);
    white-space: pre-line;
}

.mission-paragraph>span {
    font-size: clamp(10px, 3.6vw, 20px);
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}

.missions>.TaskGoto {
    color: #fbc600;
    font-size: clamp(12px, 3.6vw, 20px);
    font-weight: 400;
    line-height: 30px;
    text-decoration: none;
    transition: all 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.missions>.TaskGoto>svg {
    margin-left: 24px;
    transition: all 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.missions>.TaskGoto:hover svg {
    transform: translateX(30px);
    /* scale: 1.2; */
    stroke-width: 5px;
}

/* Side */
.scrollHint {
    color: #fbc600;
    width: fit-content;
}

.scrollHint>.scrollTxt {
    font-family: 'Poppins', sans-serif;
    font-size: clamp(10px, 4vw, 20px);
    font-weight: 400;
    text-transform: uppercase;
    transform: rotate(90deg);
}

.scrollHint>.arrow {
    position: relative;
    margin-top: 2.5rem;
}

/* ============( Section introduction )============= */
.introduction {
    background: #FBC600;
}

.introduction>.container-fluid .row {
    position: relative;
}

.introduction>.container-fluid .row .HeadTxt {
    font-family: 'Poppins', sans-serif;
    color: #FFFFFF;
}

.introduction>.container-fluid .row .HeadTxt>.signingTEXT {
    font-size: clamp(1.5rem, 16vw, 18.75rem);
    font-weight: 500;
}

.paragraph-intro {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
    padding: 100px 0 0 50px;
}

.target_intro {
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 700;
    font-size: clamp(.5rem, 3.3vw, 28px);
    line-height: clamp(1.5rem, 3.3vw, 48px);
    max-width: 630px;
}

.icon-arrow {
    position: relative;
    aspect-ratio: 1 / 4;
}

/* 左側 */
.introduction>.container-fluid .row>div:nth-child(1) {
    background-position: no-repeat center center;
    background-size: cover;
}

/* 右側 */
.introduction>.container-fluid .row>div:nth-child(2) {}

/* DESIGN */
/* 左 */
.introduction>.container-fluid .row:nth-child(1)>div:nth-child(1) {
    background: url(/public/imgs/pages/Index/02-introduction/img/L1.png);
}

/* 右 */
.introduction>.container-fluid .row:nth-child(1)>div:nth-child(2) {
    background: #FBC600;
}

/* PLANNING */
/* 左 */
.introduction>.container-fluid .row:nth-child(2)>div:nth-child(1) {
    background: url(/public/imgs/pages/Index/02-introduction/img/L2.png);
}

/* 右 */
.introduction>.container-fluid .row:nth-child(2)>div:nth-child(2) {
    background: #FBC600;
}

/* MARKETING */
/* 左 */
.introduction>.container-fluid .row:nth-child(3)>div:nth-child(1) {
    background: url(/public/imgs/pages/Index/02-introduction/img/L3.png);
}

/* 右 */
.introduction>.container-fluid .row:nth-child(3)>div:nth-child(2) {
    background: #FBC600;
}

/* WORKS */
/* ============( Section Featured )============= */
.featured {
    background: #FBC600;
}

/* ============( Section TeamMembers )============= */
.member-name,
.job-title {
    color: #FBC600;
}

.member-name {
    position: absolute;
    left: 0;
    bottom: 0;
    line-height: 1;
    transform: translateY(.5rem) translateX(1rem);
    font-size: clamp(1.25rem, 16vw, 4.375rem);
    font-weight: 600;
}

.job-title {
    /* 影響 RWD */
    width: max-content;
    transform: translateY(.5rem) translateX(1rem);

    .job-title-en {
        display: block;
        padding-top: .8rem;
        font-family: "Noto Sans TC", sans-serif;
        font-size: clamp(0.75rem, 8vw, 1.1875rem);
        font-weight: 500;
        max-width: 100%;
    }
}

.job-title>.job-title-tw {
    font-family: "Poppins";
    font-size: clamp(0.875rem, 16vw, 1.5625rem);
    font-weight: 700;
}

/* ================ Mobile ================ */
@media (max-width:768px) {
    #logoVideo {
        height: calc(70vw);
    }

    .missions {
        position: relative;
        bottom: unset;
        right: unset;
        transform: none;
        text-align: left;
    }

    .scrollinner {
        padding-block: 5rem;
        position: relative;
        transform: none;
        margin-inline: auto;
        bottom: unset;
    }

    .missions {
        position: absolute;
        bottom: 50%;
        right: 3vw;
        transform: translateY(-45%);
        text-align: left;
        font-family: 'Noto Sans TC', sans-serif;
        letter-spacing: 0.1em;
    }

    .mission-title {
        color: #3c3c46;
        font-size: clamp(18px, 6vw, 35px);
        line-height: clamp(30px, 6vw, 56px);
        font-weight: 500;
        white-space: pre-line;
    }

    .mission-paragraph {
        color: #6e6e7d;
        font-size: clamp(10px, 3.6vw, 20px);
        font-weight: 400;
        line-height: clamp(20px, 8vw, 40px);
        white-space: pre-line;
    }
}