/* ── ABOUT PAGE ── */

/* ── PAGE TITLE ── */

.about-title-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 60px 0 50px;
}

.about-page-title {
    font-family: 'Times New Roman', Times, serif;
    font-size: 25px;
    font-weight: 400;
    color: #000;
    margin: 0 0 18px;
    letter-spacing: 1px;
}

.about-title-line {
    width: 50px;
    height: 1px;
    background: #000;
}

/* ── INTRO ── */

.about-intro {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 120px 90px;
    box-sizing: border-box;
    gap: 80px;
}

.about-intro-img {
    width: 420px;
    height: 620px;
    object-fit: cover;
    flex-shrink: 0;
    display: block;
}

.about-intro-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.about-intro-name {
    font-family: 'Times New Roman', Times, serif;
    font-size: 34px;
    font-weight: 400;
    margin: 0 0 10px;
    color: #000;
}

.about-intro-role {
    font-family: Montserrat, sans-serif;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #F0956A;
    margin: 0 0 36px;
}

.about-intro-text {
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.9;
    letter-spacing: -0.2px;
    color: #000;
    margin: 0;
    width: 560px;
}

.about-intro-text em {
    font-style: italic;
    font-weight: 550;
}

.about-intro-text strong {
    font-weight: 600;
    font: Montserrat, sans-serif;
}

/* ── QUOTE BAND ── */

.about-quote-band {
    width: 100%;
    background: #FBF6F0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 90px 20px;
    text-align: center;
}

.about-quote-text {
    font-family: 'Times New Roman', Times, serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.7;
    max-width: 680px;
    margin: 0 0 20px;
    color: #000;
}

.about-quote-line {
    display: block;
    width: 50px;
    height: 1px;
    background: #000;
}

/* ── STORY / TIMELINE ── */

.about-story-section {
    max-width: 1040px;
    margin: 0 auto;
    padding: 90px 120px 80px;
    box-sizing: border-box;
}

.about-story-heading {
    font-family: 'Times New Roman', Times, serif;
    font-size: 25px;
    font-weight: 400;
    color: #000;
    margin: 0 0 60px;
    text-align: center;
    letter-spacing: 0.5px;
}

.timeline {
    display: flex;
    flex-direction: column;
    border-left: 1px solid #000;
    padding-left: 50px;
    margin-left: 80px;
}

.timeline-item {
    position: relative;
    padding-bottom: 48px;
}

.timeline-item:last-child {
    padding-bottom: 0;
}

.timeline-item::before {
    content: '';
    position: absolute;
    left: -55px;
    top: 8px;
    width: 8px;
    height: 8px;
    background: #F0956A;
    border-radius: 50%;
}

.timeline-year {
    font-family: 'Times New Roman', Times, serif;
    font-size: 19px;
    font-weight: 400;
    color: #F0956A;
    display: block;
    margin-bottom: 8px;
}

.timeline-text {
    font-family: Montserrat, sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.75;
    color: #000;
    margin: 0;
}

/* ── MISSION ── */

.about-mission-section {
    max-width: 1040px;
    margin: 0 auto 120px;
    padding: 0 120px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.about-mission-heading {
    font-family: 'Times New Roman', Times, serif;
    font-size: 25px;
    font-weight: 400;
    color: #000;
    margin: 0 0 30px;
    text-align: center;
    letter-spacing: 0.5px;
}

.about-mission-line {
    display: block;
    width: 50px;
    height: 1px;
    background: #000;
    margin-bottom: 40px;
}

.about-mission-text {
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.9;
    letter-spacing: -0.2px;
    color: #000;
    text-align: center;
    max-width: 720px;
    margin: 0;
}

.about-mission-text em {
    font-style: italic;
    font-weight: 550;
}

/* ── PERSONAL MESSAGE ── */

.about-message-section {
    background: #FBF6F0;
    padding: 90px 20px;
}

.about-message-inner {
    max-width: 640px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.about-message-icon {
    width: 36px;
    height: 36px;
    margin-bottom: 40px;
    flex-shrink: 0;
}

.about-message-text {
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.95;
    letter-spacing: -0.2px;
    color: #000;
    margin: 0;
    align-self: stretch;
}

.about-message-text em {
    font-style: italic;
    font-weight: 550;
}

.about-message-divider {
    display: block;
    width: 40px;
    height: 1px;
    background: #F8630D;
    margin: 48px 0 28px;
}

.about-message-sig {
    font-family: 'Times New Roman', Times, serif;
    font-size: 18px;
    font-weight: 500;
    font-style: italic;
    color: #F8630D;
    margin: 0;
    letter-spacing: 0.4px;
}

/* ── RESPONSIVE ── */

@media (max-width: 1040px) {
    .about-intro {
        flex-direction: column;
        align-items: center;
        padding: 0 20px 60px;
        gap: 32px;
        max-width: 100%;
    }

    .about-intro-img {
        width: 100%;
        height: 360px;
    }

    .about-intro-text {
        width: 100%;
    }

    .about-quote-band {
        padding: 60px 24px;
    }

    .about-quote-text {
        font-size: 20px;
    }

    .about-story-section {
        padding: 60px 20px;
        max-width: 100%;
    }

    .timeline {
        margin-left: 16px;
    }

    .about-mission-section {
        padding: 0 20px;
        max-width: 100%;
        margin-bottom: 60px;
    }
}
