/* ==========================================================
FR. ANIL PAGE — extends homepage (index.php) design system
========================================================== */

.page-founder {
    overflow-x: hidden;
}

.page-founder section {
    padding: 0;
    overflow-x: hidden;
}

/* ----------------------------------------------------------
PAGE BANNER
---------------------------------------------------------- */

.page-founder .founder-banner {
    position: relative;
    padding: 185px 0 145px;
    overflow: hidden;
    background: none;
    min-height: 520px;
    display: flex;
    align-items: center;
}

.page-founder .founder-banner-bg {
    position: absolute;
    inset: 0;
    background: url("../images/banner/founder-banner.jpg") center center / cover no-repeat;
    transform: scale(1);
    animation: founderBannerKenBurns 14s ease-out forwards;
    will-change: transform;
}

@keyframes founderBannerKenBurns {
    from { transform: scale(1); }
    to   { transform: scale(1.06); }
}

.page-founder .founder-banner .banner-overlay {
    background:
        linear-gradient(105deg,
            rgba(18, 30, 46, 0.9) 0%,
            rgba(32, 50, 72, 0.74) 45%,
            rgba(18, 30, 46, 0.86) 100%),
        radial-gradient(ellipse at 20% 30%,
            rgba(132, 147, 15, 0.16) 0%,
            transparent 55%),
        radial-gradient(ellipse at 85% 65%,
            rgba(212, 175, 55, 0.1) 0%,
            transparent 50%);
    z-index: 1;
}

.page-founder .founder-banner-accent {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg,
        transparent 0%,
        #84930F 20%,
        #D4AF37 50%,
        #84930F 80%,
        transparent 100%);
    z-index: 3;
}

.page-founder .founder-banner .container {
    position: relative;
    z-index: 2;
}

.page-founder .founder-banner-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 24px;
    margin-bottom: 26px;
    border-radius: 40px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.24);
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2.5px;
    text-transform: uppercase;
}

.page-founder .founder-banner-badge i {
    color: #D4AF37;
    font-size: 11px;
}

.page-founder .founder-banner h1 {
    font-family: "Cormorant Garamond", serif;
    color: #fff;
    font-size: clamp(40px, 5.5vw, 64px);
    font-weight: 600;
    margin-bottom: 0;
    letter-spacing: -0.5px;
    line-height: 1.1;
}

.page-founder .founder-banner h1 span {
    color: #D4AF37;
}

.page-founder .founder-banner-divider {
    display: flex;
    justify-content: center;
    margin: 22px 0 24px;
}

.page-founder .founder-banner-divider span {
    display: block;
    width: 64px;
    height: 3px;
    border-radius: 3px;
    background: linear-gradient(90deg, #84930F, #D4AF37, #84930F);
}

.page-founder .founder-banner .banner-quote {
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(18px, 2.2vw, 24px);
    font-style: italic;
    line-height: 1.7;
    max-width: 620px;
    margin: 0 auto 28px;
    color: rgba(255, 255, 255, 0.88);
}

.page-founder .founder-breadcrumb {
    display: inline-flex;
    align-items: center;
    margin: 0;
    padding: 10px 22px;
    border-radius: 40px;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.14);
}

.page-founder .founder-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    color: rgba(255, 255, 255, 0.45);
}

.page-founder .founder-breadcrumb a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
    transition: color 0.3s ease;
}

.page-founder .founder-breadcrumb a:hover {
    color: #D4AF37;
}

.page-founder .founder-breadcrumb .breadcrumb-item.active {
    color: #D4AF37;
}

.page-founder .founder-banner-curve {
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 72px;
    background: linear-gradient(180deg, #FCFAF6 0%, #F7F3EC 100%);
    clip-path: ellipse(78% 100% at 50% 100%);
    z-index: 2;
}

/* ----------------------------------------------------------
FOUNDER PROFILE
---------------------------------------------------------- */

.page-founder .founder-profile {
    padding: 110px 0;
    background: linear-gradient(180deg, #FCFAF6 0%, #F7F3EC 100%);
    position: relative;
    overflow: hidden;
}

.page-founder .founder-profile::before {
    content: "";
    position: absolute;
    width: 460px;
    height: 460px;
    top: -180px;
    right: -140px;
    border-radius: 50%;
    background: rgba(132, 147, 15, 0.06);
    pointer-events: none;
}

.page-founder .founder-img-frame {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 24px 60px rgba(34, 50, 72, 0.14);
}

.page-founder .founder-img-frame::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 24px;
    border: 3px solid rgba(212, 175, 55, 0.35);
    z-index: 2;
    pointer-events: none;
}

.page-founder .founder-img-frame img {
    width: 100%;
    display: block;
    border-radius: 24px;
}

.page-founder .founder-label {
    display: inline-block;
    padding: 8px 20px;
    margin-bottom: 16px;
    border-radius: 40px;
    background: rgba(132, 147, 15, 0.1);
    border: 1px solid rgba(132, 147, 15, 0.22);
    color: #84930F;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2.5px;
    text-transform: uppercase;
}

.page-founder .founder-profile h2 {
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(34px, 4vw, 46px);
    color: #243447;
    margin-bottom: 8px;
}

.page-founder .founder-role {
    color: #84930F;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 24px;
}

.page-founder .founder-profile .lead {
    font-size: 18px;
    line-height: 1.85;
    color: #243447;
    margin-bottom: 20px;
}

.page-founder .founder-profile p {
    font-size: 16px;
    line-height: 1.85;
    color: #5a6a7a;
}

/* ----------------------------------------------------------
CHAPTERS
---------------------------------------------------------- */

.page-founder .founder-chapter {
    padding: 100px 0;
    background: #fff;
    position: relative;
}

.page-founder .founder-chapter--cream {
    background: linear-gradient(180deg, #FCFAF6 0%, #F7F3EC 100%);
}

.page-founder .chapter-heading {
    max-width: 720px;
    margin: 0 auto 48px;
    text-align: center;
}

.page-founder .chapter-heading > span {
    display: inline-block;
    padding: 8px 20px;
    margin-bottom: 14px;
    border-radius: 40px;
    background: rgba(132, 147, 15, 0.1);
    border: 1px solid rgba(132, 147, 15, 0.2);
    color: #84930F;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2.5px;
    text-transform: uppercase;
}

.page-founder .chapter-heading h2 {
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(30px, 3.5vw, 42px);
    color: #243447;
    margin-bottom: 0;
    line-height: 1.2;
}

.page-founder .chapter-heading p {
    margin-top: 16px;
    font-size: 17px;
    line-height: 1.75;
    color: #5a6a7a;
}

.page-founder .founder-chapter-img {
    border-radius: 20px;
    box-shadow: 0 16px 45px rgba(34, 50, 72, 0.12);
    width: 100%;
}

.page-founder .founder-chapter p {
    font-size: 16px;
    line-height: 1.85;
    color: #5a6a7a;
    margin-bottom: 18px;
}

.page-founder .founder-chapter p:last-child {
    margin-bottom: 0;
}

.page-founder .dropcap::first-letter {
    float: left;
    font-family: "Cormorant Garamond", serif;
    font-size: 3.6em;
    line-height: 0.8;
    font-weight: 600;
    color: #84930F;
    margin: 6px 12px 0 0;
}

.page-founder .photo-card {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 16px 45px rgba(34, 50, 72, 0.12);
}

.page-founder .photo-card img {
    width: 100%;
    display: block;
}

/* ----------------------------------------------------------
QUOTES & SCRIPTURE
---------------------------------------------------------- */

.page-founder .founder-quote {
    padding: 90px 0;
    background: linear-gradient(135deg, #365271 0%, #293E56 55%, #1E2D3E 100%);
    position: relative;
    overflow: hidden;
}

.page-founder .founder-quote::before {
    content: "";
    position: absolute;
    width: 400px;
    height: 400px;
    top: -150px;
    right: -120px;
    border-radius: 50%;
    background: rgba(212, 175, 55, 0.08);
    pointer-events: none;
}

.page-founder .founder-quote::after {
    content: "";
    position: absolute;
    width: 340px;
    height: 340px;
    bottom: -130px;
    left: -100px;
    border-radius: 50%;
    background: rgba(132, 147, 15, 0.1);
    pointer-events: none;
}

.page-founder .founder-quote .quote-box {
    position: relative;
    z-index: 1;
    max-width: 860px;
    margin: 0 auto;
    padding: 48px 44px;
    text-align: center;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 24px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

.page-founder .founder-quote .quote-box i {
    width: 56px;
    height: 56px;
    margin: 0 auto 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: linear-gradient(135deg, #84930F, #6d7c0d);
    color: #fff;
    font-size: 22px;
    box-shadow: 0 8px 24px rgba(132, 147, 15, 0.35);
}

.page-founder .founder-quote .quote-box h3 {
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(22px, 2.8vw, 30px);
    line-height: 1.65;
    font-style: italic;
    color: rgba(255, 255, 255, 0.92);
    margin-bottom: 16px;
}

.page-founder .founder-quote .quote-box p {
    color: rgba(255, 255, 255, 0.75);
    font-size: 16px;
    line-height: 1.75;
    margin-bottom: 0;
}

.page-founder .founder-quote .quote-box span {
    display: block;
    margin-top: 18px;
    color: #D4AF37;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.page-founder .founder-verse {
    padding: 80px 0;
    background: linear-gradient(165deg, #365271 0%, #2F4866 48%, #243447 100%);
    position: relative;
    overflow: hidden;
}

.page-founder .founder-verse::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, transparent, #D4AF37, transparent);
}

.page-founder .founder-verse h3 {
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(22px, 2.8vw, 30px);
    font-style: italic;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.92);
    max-width: 780px;
    margin: 0 auto 16px;
}

.page-founder .founder-verse span {
    display: block;
    color: #D4AF37;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

/* ----------------------------------------------------------
IMPACT & MINISTRY CARDS
---------------------------------------------------------- */

.page-founder .founder-chapter .impact-card {
    background: #fff;
    padding: 36px 24px;
    border-radius: 20px;
    border: 1px solid rgba(67, 102, 145, 0.08);
    box-shadow: 0 12px 38px rgba(34, 50, 72, 0.07);
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
    height: 100%;
}

.page-founder .founder-chapter .impact-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(34, 50, 72, 0.12);
    border-color: rgba(132, 147, 15, 0.22);
}

.page-founder .founder-chapter .impact-card > i {
    width: 56px;
    height: 56px;
    margin: 0 auto 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(67, 102, 145, 0.1), rgba(132, 147, 15, 0.12));
    color: #84930F;
    font-size: 24px;
}

.page-founder .founder-chapter .impact-card h3 {
    font-family: "Cormorant Garamond", serif;
    font-size: 32px;
    color: #243447;
    margin-bottom: 10px;
}

.page-founder .founder-chapter .impact-card p {
    font-size: 14px;
    color: #5a6a7a;
    margin: 0;
}

.page-founder .founder-chapter .ministry-card {
    background: #fff;
    border-radius: 20px;
    padding: 36px 28px;
    border: 1px solid rgba(67, 102, 145, 0.08);
    box-shadow: 0 12px 38px rgba(34, 50, 72, 0.07);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
    height: 100%;
}

.page-founder .founder-chapter .ministry-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(34, 50, 72, 0.12);
}

.page-founder .founder-chapter .ministry-card > i {
    width: 64px;
    height: 64px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: linear-gradient(135deg, #436691, #84930F);
    color: #fff;
    font-size: 26px;
}

.page-founder .founder-chapter .ministry-card h4 {
    color: #243447;
    font-size: 20px;
    margin-bottom: 14px;
}

.page-founder .founder-chapter .ministry-card p {
    font-size: 15px;
    color: #5a6a7a;
    margin: 0;
}

/* ----------------------------------------------------------
TIMELINE
---------------------------------------------------------- */

.page-founder .founder-timeline {
    padding: 110px 0 120px;
    background: linear-gradient(165deg, #365271 0%, #2F4866 48%, #243447 100%);
    position: relative;
    overflow: hidden;
}

.page-founder .founder-timeline::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg,
        transparent 0%,
        #84930F 20%,
        #D4AF37 50%,
        #84930F 80%,
        transparent 100%);
    z-index: 2;
}

.page-founder .founder-timeline .section-subtitle {
    display: inline-block;
    padding: 8px 20px;
    margin-bottom: 14px;
    border-radius: 40px;
    background: rgba(132, 147, 15, 0.18);
    border: 1px solid rgba(132, 147, 15, 0.35);
    color: #D4AF37;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2.5px;
    text-transform: uppercase;
}

.page-founder .founder-timeline h2 {
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(34px, 4vw, 46px);
    color: #fff;
    margin-bottom: 14px;
}

.page-founder .founder-timeline > .container > .row > .col-lg-9 p {
    color: rgba(255, 255, 255, 0.75);
    font-size: 17px;
    line-height: 1.75;
}

.page-founder .founder-timeline .timeline::before {
    background: linear-gradient(180deg, #84930F, #D4AF37, #84930F);
}

.page-founder .founder-timeline .timeline-icon {
    background: linear-gradient(135deg, #84930F, #D4AF37);
    border-color: #243447;
}

.page-founder .founder-timeline .timeline-card {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.page-founder .founder-timeline .timeline-card:hover {
    background: rgba(255, 255, 255, 0.09);
    border-color: rgba(212, 175, 55, 0.25);
}

.page-founder .founder-timeline .year-badge {
    background: linear-gradient(135deg, #D4AF37, #84930F);
    color: #243447;
}

.page-founder .founder-timeline .timeline-card h4 {
    color: #fff;
}

.page-founder .founder-timeline .timeline-card p {
    color: rgba(255, 255, 255, 0.72);
}

/* ----------------------------------------------------------
CLOSING & CTA
---------------------------------------------------------- */

.page-founder .founder-closing {
    padding: 100px 0;
    background: linear-gradient(180deg, #FCFAF6 0%, #F7F3EC 100%);
}

.page-founder .founder-closing .section-subtitle {
    display: inline-block;
    padding: 8px 20px;
    margin-bottom: 14px;
    border-radius: 40px;
    background: rgba(132, 147, 15, 0.1);
    border: 1px solid rgba(132, 147, 15, 0.22);
    color: #84930F;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2.5px;
    text-transform: uppercase;
}

.page-founder .founder-closing h2 {
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(34px, 4vw, 44px);
    color: #243447;
}

.page-founder .founder-closing .lead {
    font-size: 18px;
    line-height: 1.85;
    color: #436691;
    font-weight: 500;
}

.page-founder .founder-closing p {
    font-size: 16px;
    line-height: 1.85;
    color: #5a6a7a;
}

.page-founder .founder-cta-wrap {
    padding: 0 0 110px;
    background: linear-gradient(180deg, #F7F3EC 0%, #FCFAF6 100%);
}

.page-founder .founder-cta-box {
    margin: 0;
}

.page-founder .founder-cta-box h3 {
    font-size: clamp(24px, 3.2vw, 32px);
    line-height: 1.35;
    font-style: italic;
    font-family: "Cormorant Garamond", serif;
}

.page-founder .founder-cta-wrap .btn-outline-light {
    display: inline-flex;
    align-items: center;
    border-radius: 50px;
    padding: 12px 28px;
    font-weight: 600;
    border-color: rgba(255, 255, 255, 0.35);
}

.page-founder .founder-cta-wrap .btn-outline-light:hover {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.55);
    color: #fff;
}

/* ----------------------------------------------------------
RESPONSIVE
---------------------------------------------------------- */

@media (max-width: 991px) {
    .page-founder .founder-banner {
        padding: 155px 0 120px;
        min-height: 460px;
    }

    .page-founder .founder-profile,
    .page-founder .founder-chapter,
    .page-founder .founder-closing {
        padding: 80px 0;
    }

    .page-founder .founder-quote,
    .page-founder .founder-verse {
        padding: 70px 0;
    }

    .page-founder .founder-timeline {
        padding: 90px 0;
    }

    .page-founder .founder-quote .quote-box {
        padding: 36px 28px;
    }
}

@media (max-width: 767px) {
    .page-founder .founder-banner {
        padding: 135px 0 105px;
    }

    .page-founder .founder-banner-curve {
        height: 48px;
    }

    .page-founder .founder-profile,
    .page-founder .founder-chapter,
    .page-founder .founder-closing {
        padding: 64px 0;
    }

    .page-founder .founder-cta-wrap {
        padding-bottom: 80px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .page-founder .founder-banner-bg {
        animation: none;
    }

    .page-founder .founder-chapter .impact-card,
    .page-founder .founder-chapter .ministry-card,
    .page-founder .founder-timeline .timeline-card {
        transition: none;
    }
}
