/* ==================================================
   AllForYoonSik
   Kim Yoon Sik Personal Website
   profile.css — Profile Page
   ================================================== */


/* ==================================================
   Page Header
   ================================================== */

.page-header {

    max-width: 1050px;

    margin: 0 auto;

    padding: 120px 40px 70px;
}


.page-header > p {

    margin: 0;

    font-size: 10px;

    letter-spacing: 4px;

    color: #6d94ae;
}


.page-header > p span {

    margin-left: 10px;

    color: #82a2b7;

    font-size: 0.9em;

    letter-spacing: 1px;
}


.page-header h1 {

    margin: 18px 0 0;

    font-size: 64px;

    line-height: 1;

    color: #173f5f;

    letter-spacing: -3px;
}


.page-header h1 span {

    margin-left: 15px;

    font-size: 20px;

    color: #82a2b7;

    font-weight: 400;

    letter-spacing: 1px;
}


.page-header-line {

    width: 100%;

    height: 1px;

    margin-top: 50px;

    background: #c6dce9;
}



/* ==================================================
   Profile Page
   ================================================== */

.profile-page {

    min-height: 100vh;

    padding-bottom: 130px;
}



/* ==================================================
   Profile Introduction
   ================================================== */

.profile-intro {

    max-width: 1050px;

    margin: 30px auto 0;

    padding: 0 40px;

    display: grid;

    grid-template-columns: 420px 1fr;

    gap: 80px;

    align-items: center;
}


.profile-photo {

    width: 100%;

    overflow: hidden;

    background: #dcecf6;
}


.profile-photo img {

    display: block;

    width: 100%;

    aspect-ratio: 3 / 4;

    object-fit: cover;
}


.profile-info {

    max-width: 500px;
}


.profile-label {

    margin: 0 0 15px;

    font-size: 10px;

    letter-spacing: 4px;

    color: #3f82b5;
}


.profile-info h2 {

    margin: 0 0 30px;

    font-size: 48px;

    line-height: 1.1;

    color: #173f5f;

    letter-spacing: -2px;
}


.profile-info h2 span {

    display: block;

    margin-top: 12px;

    font-size: 20px;

    font-weight: 400;

    color: #82a2b7;

    letter-spacing: 2px;
}


.profile-description {

    margin: 0;

    font-size: 17px;

    line-height: 2;

    color: #42677e;
}


.profile-description span {

    color: #7897aa;

    font-size: 0.92em;
}



/* ==================================================
   Profile Details
   ================================================== */

.profile-details {

    max-width: 1050px;

    margin: 100px auto 0;

    padding: 0 40px;

    display: grid;

    grid-template-columns: 1fr 1fr;
}


/* ==================================================
   Individual Detail
   ================================================== */

.profile-detail {

    min-height: 150px;

    padding: 30px 35px;
}


/* 左侧 */

.profile-detail:nth-child(odd) {

    padding-left: 0;
}


/* 右侧 */

.profile-detail:nth-child(even) {

    padding-right: 0;
}


/* ==================================================
   Horizontal Divider
   ================================================== */

/* 第 1 排下面 */

.profile-detail:nth-child(1),
.profile-detail:nth-child(2) {

    border-bottom: 1px solid #c6dce9;
}


/* 第 2 排下面 */

.profile-detail:nth-child(3),
.profile-detail:nth-child(4) {

    border-bottom: 1px solid #c6dce9;
}


/* 第 3 排完全没有线 */

.profile-detail:nth-child(5),
.profile-detail:nth-child(6) {

    border-bottom: none;
}



/* ==================================================
   Detail Label
   ================================================== */

.detail-label {

    display: block;

    margin-bottom: 18px;

    font-size: 10px;

    letter-spacing: 3px;

    color: #6d94ae;
}



/* ==================================================
   Detail Main Text
   ================================================== */

.profile-detail strong {

    display: block;

    font-size: 19px;

    line-height: 1.5;

    color: #173f5f;

    font-weight: 500;
}



/* ==================================================
   Detail Secondary Text
   ================================================== */

.profile-detail small {

    display: block;

    margin-top: 8px;

    color: #82a2b7;

    font-size: 13px;

    line-height: 1.6;
}



/* ==================================================
   Profile Section
   ================================================== */

.profile-section {

    max-width: 1050px;

    margin: 120px auto 0;

    padding: 0 40px;
}



/* ==================================================
   Section Heading
   ================================================== */

.section-heading {

    padding-bottom: 22px;

    border-bottom: 1px solid #c6dce9;
}


.section-heading p {

    margin: 0;

    font-size: 11px;

    letter-spacing: 4px;

    color: #3f82b5;

    font-weight: 500;
}


.section-heading p span {

    margin-left: 12px;

    color: #82a2b7;

    font-size: 11px;

    letter-spacing: 1px;

    font-weight: 400;
}



/* ==================================================
   Biography
   ================================================== */

.profile-biography {

    max-width: 850px;

    margin-top: 45px;
}


.profile-text-en {

    margin: 0;

    color: #42677e;

    font-size: 17px;

    line-height: 2;
}


.profile-text-cn {

    margin: 25px 0 0;

    color: #7897aa;

    font-size: 15px;

    line-height: 2;

}



/* ==================================================
   Skills & Certificates
   ================================================== */

.profile-skills-grid {

    max-width: 850px;

    margin-top: 40px;

    display: grid;

    grid-template-columns: 1fr 1fr;

    background: #f7fbfe;

    border-left: 3px solid #6d94ae;
}


.profile-skill {

    min-height: 125px;

    padding: 30px 75px;

    display: flex;

    flex-direction: column;

    justify-content: center;

    position: relative;
}


/* ==================================================
   Skill Text
   ================================================== */

.profile-skill strong {

    color: #173f5f;

    font-size: 17px;

    font-weight: 500;

    line-height: 1.5;
}


.profile-skill small {

    margin-top: 8px;

    color: #82a2b7;

    font-size: 14px;

    line-height: 1.5;
}



/* ==================================================
   Fun Facts / TMI
   ================================================== */

.profile-facts-section {

    margin-top: 140px;
}


.profile-facts {

    margin-top: 10px;

    border-top: none;
}


.profile-fact {

    display: grid;

    grid-template-columns: 80px 1fr;

    gap: 30px;

    padding: 42px 0;

    border-bottom: 1px solid #c6dce9;
}


.profile-fact-number {

    padding-top: 4px;

    color: #82a2b7;

    font-size: 12px;

    letter-spacing: 2px;
}


.profile-fact-content {

    max-width: 820px;
}


.profile-fact-content h3 {

    margin: 0;

    color: #173f5f;

    font-size: 25px;

    line-height: 1.3;

    font-weight: 500;

    letter-spacing: -0.5px;
}


.profile-fact-content h3 span {

    margin-left: 12px;

    color: #82a2b7;

    font-size: 14px;

    font-weight: 400;

    letter-spacing: 1px;
}


.profile-fact-content .profile-text-en {

    margin-top: 18px;

    color: #42677e;

    font-size: 16px;

    line-height: 1.9;
}


.profile-fact-content .profile-text-cn {

    margin-top: 10px;

    color: #7897aa;

    font-size: 14px;

    line-height: 1.9;
}



/* ==================================================
   Timeline Page
   ================================================== */

.timeline-page {

    min-height: 100vh;

    padding-bottom: 130px;
}


.timeline-page .timeline {

    max-width: 1050px;

    margin: 20px auto 0;

    padding-left: 95px;

    padding-right: 40px;
}


.timeline-page .timeline-item {

    grid-template-columns: 130px 1fr;
}