@import url(/static/css/colour.css);

.psc_about_wrap {
    color: var(--text-color);
}

.psc_kicker {
    font-weight: 600;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    opacity: 0.75;
    font-size: 0.85rem;
}

.psc_title {
    font-weight: 800;
    letter-spacing: 0.2px;
}

.psc_lead {
    font-size: 1.05rem;
    opacity: 0.92;
    line-height: 1.7;
}

.psc_h2 {
    font-weight: 750;
}

.psc_h3 {
    font-weight: 700;
}

.psc_p {
    font-size: 1rem;
    line-height: 1.7;
    opacity: 0.95;
}

.psc_sub {
    opacity: 0.75;
}

.psc_center_heading {
    text-align: center;
}


.psc_card {
    background: #ffffff;
    border-radius: 12px;
    padding: 1rem 1.1rem;
    box-shadow: 0 6px 18px var(--shadow-light);
    border: 1px solid #0000000f;
}

.psc_side_panel {
    background: #ffffff;
    border-radius: 14px;
    padding: 1.4rem;
    box-shadow: 0 10px 26px var(--shadow-medium);
    border: 1px solid #00000012;
}

.psc_side_note {
    font-size: 0.9rem;
    opacity: 0.75;
}

.psc_btn_outline {
    border-width: 2px;
}

.psc_block {
    background: #ffffff;
    border: 1px solid #00000012;
    border-radius: 14px;
    padding: 1.25rem 1.25rem;
    box-shadow: 0 8px 20px var(--shadow-light);
}

.psc_image_panel {
    background: #ffffff;
    border: 1px solid #00000012;
    border-radius: 14px;
    padding: 1rem;
    box-shadow: 0 10px 26px var(--shadow-light);
}

.psc_panel_hint {
    font-size: 0.9rem;
    opacity: 0.7;
}


.psc_founder_img_wrap {
    width: 160px;
    height: 160px;
    border-radius: 999px;
    overflow: hidden;
    border: 3px solid #00000012;
    box-shadow: 0 10px 26px var(--shadow-light);
    background: #ffffff;
}

.psc_founder_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.psc_about_panel_ratio {
    width: 100%;
    height: 320px;
    border-radius: 12px;
    overflow: hidden;
}

.psc_about_panel_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.psc_team_card {
    background: #ffffff;
    border: 1px solid #00000012;
    border-radius: 14px;
    padding: 12px 10px;
    box-shadow: 0 8px 18px var(--shadow-light);
    height: 100%;
}

.psc_team_img_wrap {
    width: 120px;
    height: 120px;
    margin: 0 auto;
    border-radius: 999px;
    overflow: hidden;
    border: 3px solid #00000012;
    background: #ffffff;
    box-shadow: 0 8px 18px var(--shadow-light);
}

.psc_team_img_wrap_sm {
    width: 104px;
    height: 104px;
}

.psc_team_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.psc_team_name {
    font-weight: 750;
}

.psc_team_role {
    opacity: 0.75;
    font-size: 0.92rem;
}

.psc_team_note {
    opacity: 0.7;
}


.psc_about_step {
    display: flex;
    gap: 12px;
    background: #ffffff;
    border: 1px solid #00000012;
    border-radius: 14px;
    padding: 14px 14px;
    box-shadow: 0 8px 20px var(--shadow-light);
}

.psc_step_no {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    background: #f8f9fb;
    border: 1px solid #00000010;
    flex: 0 0 auto;
}

.psc_step_body {
    flex: 1;
}

.psc_step_title {
    font-weight: 800;
    margin-bottom: 2px;
}

.psc_step_text {
    opacity: 0.85;
    line-height: 1.55;
}


.psc_circle_card {
    padding: 0.5rem;
}

.psc_circle_wrap {
    width: 110px;
    height: 110px;
    margin: 0 auto;
    border-radius: 999px;
    overflow: hidden;
    border: 3px solid #00000012;
    box-shadow: 0 8px 18px var(--shadow-light);
    background: #ffffff;
}

.psc_circle_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.psc_circle_name {
    font-weight: 650;
    opacity: 0.9;
}


@media (max-width: 687px) {
    .psc_about_panel_ratio {
        height: 240px;
    }

    .psc_founder_img_wrap {
        width: 140px;
        height: 140px;
    }

    .psc_team_img_wrap {
        width: 104px;
        height: 104px;
    }

    .psc_circle_wrap {
        width: 96px;
        height: 96px;
    }
}
