/* ====================================
   ABOUT PAGE
==================================== */

.about-hero{

    min-height:60vh;

    display:flex;
    align-items:center;
    justify-content:center;

    text-align:center;

    padding:120px 20px 80px;

    background: linear-gradient(
        rgba(10,20,18, 0.70),
        rgba(10,20,18,.70)
    ),
    url("../images/mission.webp");

    background-size:cover;
    background-position:center;

    color:#fff;

}

.about-hero .container{

    max-width:850px;

}

.about-hero h1{

    font-size:3rem;

    margin-bottom:25px;

}

.about-hero p{

    font-size:1.2rem;

    line-height:1.8;

    opacity:.95;

}
/* OUR STORY */

.our-story{

    padding:100px 0;

    background:#ffffff;

}

.story-grid{

    display:grid;

    grid-template-columns:1fr 1fr;

    gap:60px;

    align-items:center;

}

.story-image img{

    width:100%;

    border-radius:24px;

    display:block;

    box-shadow:0 20px 50px rgba(0,0,0,.8);

}

.section-tag{

    display:inline-block;

    letter-spacing:3px;

    color:#8d8d8d;

    letter-spacing:3px;

    font-size:.85rem;

    margin-bottom:15px;

}

.story-content h2{

    font-size:2.5rem;

    margin-bottom:25px;

}

.story-content p{

    margin-bottom:18px;

    line-height:1.9;

    color:#555;

} 

/* ==========================================
   ABOUT PAGE SECTIONS
========================================== */

.vision-section,
.mission-section,
.faith-section,
.scripture-foundation,
.journey-section{

    padding:100px 0;

}

.values-section{

    padding:100px 0;

    background:#f8f8f6;

}

.vision-section,
.faith-section{

    background:#ffffff;

}

.mission-section{

    background:#fdfcf9;

}

.scripture-foundation{

    background:#f8f8f6;

}

.journey-section{

    text-align:center;

    background:linear-gradient(
        rgba(14,24,18,.90),
        rgba(14,24,18,.90)
    ),
    url("../images/mission.webp");

    background-size:cover;
    background-position:center;

    color:#ffffff;

}

/* ==========================================
   SECTION TITLES
========================================== */

.section-tag{

    display:inline-block;

    margin-bottom:16px;

    font-size:.85rem;

    font-weight:700;

    letter-spacing:2px;

    text-transform:uppercase;

    color:#8a6d3b;

}

.vision-section h2,
.mission-section h2,
.values-section h2,
.faith-section h2,
.scripture-foundation h2,
.journey-section h2{

    font-size:2.5rem;

    margin-bottom:24px;

    color:#18392b;

}

.journey-section h2{

    color:#ffffff;

}

.vision-section p,
.mission-section p,
.faith-section p,
.scripture-foundation p,
.journey-section p{

    max-width:800px;

    margin:0 auto 24px;

    font-size:1.05rem;

    line-height:1.9;

}

.journey-section p{

    color:rgba(255,255,255,.92);

}

/* ==========================================
   VALUES, MISSION & SCRIPTURE
========================================== */

.mission-section ul{

    max-width:700px;

    margin:40px auto 0;

    padding-left:20px;

}

.mission-section li{

    margin-bottom:16px;

    line-height:1.8;

}

.values-grid{

    display:grid;

    grid-template-columns:repeat(auto-fit,minmax(240px,1fr));

    gap:30px;

    margin-top:50px;

}

.value-card{

    background:#ffffff;

    padding:35px 28px;

    border-radius:18px;

    box-shadow:0 12px 30px rgba(0,0,0,.08);

    transition:.3s ease;

}

.value-card:hover{

    transform:translateY(-8px);

    box-shadow:0 18px 40px rgba(0,0,0,.12);

}

.value-card h3{

    margin-bottom:15px;

    color:#18392b;

}

.scripture-foundation blockquote{

    max-width:800px;

    margin:30px auto;

    font-size:2rem;

    font-style:italic;

    line-height:1.5;

    color:#18392b;

}

.scripture-reference{

    font-weight:700;

    color:#8a6d3b;

    margin-bottom:30px;

}

/* ==========================================
   FOUNDER, JOURNEY & RESPONSIVE
========================================== */

.founder-grid{

    display:grid;

    grid-template-columns:1fr 1.2fr;

    gap:60px;

    align-items:center;

}

.founder-image img{

    width:100%;

    border-radius:20px;

    display:block;

    box-shadow:0 18px 40px rgba(0,0,0,.12);

}

/* Fallback shown until the founder photograph is provided */
.founder-image.founder-image-missing{

    min-height:420px;

    border-radius:20px;

    background:linear-gradient(160deg, #1F4D3A 0%, #2E6B52 100%);

    display:flex;

    align-items:center;

    justify-content:center;

    box-shadow:0 18px 40px rgba(0,0,0,.12);

}

.founder-image.founder-image-missing::before{

    content:"\f007";

    font-family:"Font Awesome 6 Free";

    font-weight:900;

    font-size:5rem;

    color:var(--accent, #C8A96A);

    opacity:.55;

}

.founder-content p{

    margin-bottom:20px;

    line-height:1.9;

}

.journey-buttons{

    display:flex;

    justify-content:center;

    gap:20px;

    flex-wrap:wrap;

    margin-top:40px;

}

.journey-buttons .btn{

    min-width:200px;

}

@media (max-width:768px){

    .founder-grid{

        grid-template-columns:1fr;

        gap:40px;

    }

    .vision-section,
    .mission-section,
    .values-section,
    .faith-section,
    .scripture-foundation,
    .journey-section{

        padding:70px 0;

    }

    .vision-section h2,
    .mission-section h2,
    .values-section h2,
    .faith-section h2,
    .scripture-foundation h2,
    .journey-section h2{

        font-size:2rem;

    }

    .scripture-foundation blockquote{

        font-size:1.5rem;

    }

}

/* ==========================================
   TIMELINE — OUR JOURNEY
========================================== */

.timeline-section{

    padding:100px 0;

    background:#fdfcf9;

}

.timeline-section .container{

    max-width:900px;

    margin:0 auto;

    padding:0 20px;

}

.timeline-section h2{

    font-size:2.5rem;

    margin-bottom:24px;

    color:#18392b;

}

.timeline{

    position:relative;

    margin-top:50px;

    padding-left:34px;

}

.timeline::before{

    content:"";

    position:absolute;

    top:6px;

    bottom:6px;

    left:0;

    width:2px;

    background:linear-gradient(
        to bottom,
        #C8A96A,
        rgba(200,169,106,.25)
    );

}

.timeline-item{

    position:relative;

    margin-bottom:42px;

}

.timeline-item:last-child{

    margin-bottom:0;

}

.timeline-item::before{

    content:"";

    position:absolute;

    top:8px;

    left:-40px;

    width:14px;

    height:14px;

    border-radius:50%;

    background:#C8A96A;

    box-shadow:0 0 0 5px rgba(200,169,106,.22);

}

.timeline-item h3{

    font-family:"Cormorant Garamond", serif;

    font-size:1.6rem;

    color:#18392b;

    margin-bottom:10px;

}

.timeline-item p{

    color:#555;

    line-height:1.9;

    max-width:640px;

}

/* ==========================================
   IMPACT — THE IMPACT WE PRAY FOR
========================================== */

.impact-section{

    padding:100px 0;

    background:#fdfcf9;

}

.impact-section .container,
.approach-section .container{

    max-width:1150px;

    margin:0 auto;

    padding:0 20px;

}

.impact-section h2,
.approach-section h2{

    font-size:2.5rem;

    margin-bottom:24px;

    color:#18392b;

}

.impact-grid,
.approach-grid{

    display:grid;

    grid-template-columns:repeat(auto-fit,minmax(240px,1fr));

    gap:30px;

    margin-top:50px;

}

.impact-card,
.approach-card{

    background:#ffffff;

    padding:35px 28px;

    border-radius:18px;

    box-shadow:0 12px 30px rgba(0,0,0,.08);

    transition:.3s ease;

}

.impact-card:hover,
.approach-card:hover{

    transform:translateY(-8px);

    box-shadow:0 18px 40px rgba(0,0,0,.12);

}

.impact-card h3,
.approach-card h3{

    margin-bottom:15px;

    color:#18392b;

}

.impact-card p,
.approach-card p{

    color:#555;

    line-height:1.85;

}

.approach-section{

    padding:100px 0;

    background:#ffffff;

}

/* ==========================================
   JOURNEY BUTTONS
========================================== */

.btn{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    padding:16px 38px;

    border-radius:999px;

    font-weight:600;

    min-height:44px;

    transition:all .35s ease;

    cursor:pointer;

}

.btn-primary{

    background:linear-gradient(135deg,#D4AF6A,#A97732);

    color:#fff;

    box-shadow:0 15px 35px rgba(169,119,50,.35);

}

.btn-primary:hover{

    transform:translateY(-4px);

    box-shadow:0 22px 45px rgba(0,0,0,.25);

}

.btn-secondary{

    border:2px solid rgba(255,255,255,.8);

    color:#fff;

    background:none;

}

.btn-secondary:hover{

    background:#fff;

    color:var(--primary, #1F4D3A);

}

/* ==========================================
   ABOUT PAGE RESPONSIVE (TIMELINE / IMPACT / APPROACH)
========================================== */

@media (max-width:768px){

    .timeline-section,
    .impact-section,
    .approach-section{

        padding:70px 0;

    }

    .timeline-section h2,
    .impact-section h2,
    .approach-section h2{

        font-size:2rem;

    }

    .timeline-item h3{

        font-size:1.4rem;

    }

}