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

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

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

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

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

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

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

.page-about .about-banner .banner-overlay {
    background:
        linear-gradient(105deg,
            rgba(18, 30, 46, 0.88) 0%,
            rgba(32, 50, 72, 0.72) 45%,
            rgba(18, 30, 46, 0.82) 100%),
        radial-gradient(ellipse at 25% 25%,
            rgba(132, 147, 15, 0.18) 0%,
            transparent 55%),
        radial-gradient(ellipse at 80% 70%,
            rgba(212, 175, 55, 0.1) 0%,
            transparent 50%);
    z-index: 1;
}

.page-about .about-banner-glow {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    z-index: 1;
}

.page-about .about-banner-glow--left {
    width: 420px;
    height: 420px;
    top: -120px;
    left: -140px;
    background: radial-gradient(circle, rgba(132, 147, 15, 0.14) 0%, transparent 70%);
}

.page-about .about-banner-glow--right {
    width: 360px;
    height: 360px;
    bottom: 40px;
    right: -100px;
    background: radial-gradient(circle, rgba(212, 175, 55, 0.12) 0%, transparent 70%);
}

.page-about .about-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-about .about-banner .container {
    position: relative;
    z-index: 2;
}

.page-about .about-banner-content {
    position: relative;
}

.page-about .page-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;
    position: relative;
    overflow: hidden;
}

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

.page-about .page-banner-badge::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg,
        transparent 0%,
        rgba(255, 255, 255, 0.16) 50%,
        transparent 100%);
    transform: translateX(-120%);
    animation: aboutBannerShimmer 4.5s 1s ease-in-out infinite;
}

@keyframes aboutBannerShimmer {
    0%, 70% { transform: translateX(-120%); }
    100%     { transform: translateX(120%); }
}

.page-about .about-banner h1 {
    font-family: "Cormorant Garamond", serif;
    color: #fff;
    font-size: clamp(46px, 6vw, 72px);
    font-weight: 600;
    margin-bottom: 0;
    letter-spacing: -0.5px;
    line-height: 1.05;
}

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

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

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

.page-about .about-banner p {
    font-size: clamp(17px, 2vw, 20px);
    max-width: 580px;
    margin: 0 auto 28px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.88);
}

.page-about .about-banner-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-bottom: 28px;
}

.page-about .about-banner-nav a {
    display: inline-block;
    padding: 8px 18px;
    border-radius: 40px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.16);
    color: rgba(255, 255, 255, 0.88);
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.3s ease, border-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
}

.page-about .about-banner-nav a:hover {
    background: rgba(132, 147, 15, 0.25);
    border-color: rgba(212, 175, 55, 0.45);
    color: #fff;
    transform: translateY(-2px);
}

.page-about .page-breadcrumb {
    display: inline-flex;
    align-items: center;
    margin-top: 0;
    margin-bottom: 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-about .page-breadcrumb .breadcrumb-item a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.page-about .page-breadcrumb .breadcrumb-item a i {
    font-size: 12px;
    opacity: 0.85;
}

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

.page-about .page-breadcrumb a {
    color: rgba(255, 255, 255, 0.85);
    transition: color 0.3s ease;
}

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

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

.page-about .about-banner-scroll {
    position: absolute;
    bottom: 88px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    transition: color 0.3s ease;
}

.page-about .about-banner-scroll:hover {
    color: #D4AF37;
}

.page-about .about-banner-scroll-text {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.page-about .about-banner-scroll-line {
    display: block;
    width: 1px;
    height: 28px;
    background: linear-gradient(180deg, rgba(212, 175, 55, 0.8), transparent);
    animation: aboutBannerScrollPulse 2s ease-in-out infinite;
}

.page-about .about-banner-scroll i {
    font-size: 14px;
    animation: aboutBannerScrollBounce 2s ease-in-out infinite;
}

@keyframes aboutBannerScrollPulse {
    0%, 100% { opacity: 0.4; transform: scaleY(0.6); }
    50%      { opacity: 1; transform: scaleY(1); }
}

@keyframes aboutBannerScrollBounce {
    0%, 100% { transform: translateY(0); }
    50%      { transform: translateY(4px); }
}

.page-about .page-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;
}

/* ----------------------------------------------------------
SECTION HEADERS
---------------------------------------------------------- */

.page-about .about-page-header {
    max-width: 720px;
    margin: 0 auto 56px;
}

/* ----------------------------------------------------------
VERSE (standalone)
---------------------------------------------------------- */

.page-about .verse-section {
    padding: 100px 0;
}

.page-about .verse-box {
    max-width: 920px;
}

/* ----------------------------------------------------------
ABOUT IDENTITY — intro + calling combined
---------------------------------------------------------- */

.page-about .about-identity {
    padding: 90px 0 110px;
}

.page-about .about-purpose-card {
    margin-top: 70px;
    padding: 40px 44px;
    background: linear-gradient(135deg, #365271 0%, #293E56 100%);
    border-radius: 24px;
    color: #fff;
    box-shadow: 0 22px 55px rgba(34, 50, 72, 0.18);
    position: relative;
    overflow: hidden;
}

.page-about .about-purpose-card::before {
    content: "";
    position: absolute;
    width: 280px;
    height: 280px;
    top: -100px;
    right: -80px;
    border-radius: 50%;
    background: rgba(212, 175, 55, 0.1);
    pointer-events: none;
}

.page-about .about-purpose-card > .row {
    position: relative;
    z-index: 1;
}

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

.page-about .about-purpose-card .about2-subtitle {
    color: #D4AF37;
    margin-bottom: 10px;
}

.page-about .about-purpose-title {
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(28px, 3.5vw, 38px);
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 14px;
}

.page-about .about-purpose-title span {
    color: #D4AF37;
}

.page-about .about-purpose-text {
    font-size: 16px;
    line-height: 1.85;
    color: rgba(255, 255, 255, 0.88);
    margin: 0;
    max-width: 620px;
}

.page-about .about-pillars {
    margin-top: 50px;
}

.page-about .about-pillar {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    height: 100%;
    padding: 22px 20px;
    background: #fff;
    border-radius: 18px;
    border: 1px solid rgba(67, 102, 145, 0.08);
    box-shadow: 0 8px 28px rgba(34, 50, 72, 0.06);
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.page-about .about-pillar:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 36px rgba(34, 50, 72, 0.1);
    border-color: rgba(132, 147, 15, 0.22);
}

.page-about .about-pillar-icon {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    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.14));
    color: #84930F;
    font-size: 20px;
    transition: background 0.35s ease, color 0.35s ease;
}

.page-about .about-pillar:hover .about-pillar-icon {
    background: linear-gradient(135deg, #84930F 0%, #6d7c0d 100%);
    color: #fff;
}

.page-about .about-pillar h4 {
    font-size: 16px;
    font-weight: 600;
    color: #243447;
    margin-bottom: 6px;
    font-family: "Poppins", sans-serif;
}

.page-about .about-pillar p {
    font-size: 14px;
    line-height: 1.65;
    color: #5d6975;
    margin: 0;
}

/* ----------------------------------------------------------
ABOUT MISSION — Why Bethlehem
---------------------------------------------------------- */

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

.page-about .about-mission::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-about .about-mission::after {
    content: "";
    position: absolute;
    width: 340px;
    height: 340px;
    bottom: -120px;
    left: -100px;
    border-radius: 50%;
    background: rgba(212, 175, 55, 0.07);
    pointer-events: none;
}

.page-about .about-mission .container {
    position: relative;
    z-index: 1;
}

.page-about .about-strengths {
    list-style: none;
    padding: 0;
    margin: 28px 0 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.page-about .about-strengths li {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 16px;
    background: #fff;
    border-radius: 12px;
    border: 1px solid rgba(67, 102, 145, 0.08);
    font-size: 14px;
    font-weight: 600;
    color: #243447;
    box-shadow: 0 4px 14px rgba(34, 50, 72, 0.04);
    transition: transform 0.3s ease, border-color 0.3s ease;
}

.page-about .about-strengths li:hover {
    transform: translateX(4px);
    border-color: rgba(132, 147, 15, 0.25);
}

.page-about .about-strengths li i {
    color: #84930F;
    font-size: 16px;
    flex-shrink: 0;
}

/* ----------------------------------------------------------
ABOUT JOURNEY — timeline (dark)
---------------------------------------------------------- */

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

.page-about .journey-accent-top {
    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-about .about-journey::before {
    content: "";
    position: absolute;
    width: 560px;
    height: 560px;
    top: -220px;
    right: -180px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(212, 175, 55, 0.12) 0%, transparent 70%);
    pointer-events: none;
}

.page-about .about-journey::after {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    bottom: -160px;
    left: -140px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(132, 147, 15, 0.14) 0%, transparent 70%);
    pointer-events: none;
}

.page-about .about-journey .container {
    position: relative;
    z-index: 1;
}

/* Header */
.page-about .journey-header {
    max-width: 760px;
    margin: 0 auto 64px;
}

.page-about .journey-label {
    display: inline-block;
    padding: 8px 20px;
    margin-bottom: 18px;
    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-about .journey-title {
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(36px, 4.5vw, 52px);
    font-weight: 700;
    color: #fff;
    line-height: 1.15;
    margin-bottom: 18px;
}

.page-about .journey-title span {
    display: block;
    color: #D4AF37;
    margin-top: 4px;
}

.page-about .journey-lead {
    font-size: 17px;
    line-height: 1.85;
    color: rgba(255, 255, 255, 0.85);
    margin: 0 auto 32px;
    max-width: 640px;
}

.page-about .journey-stats {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px 28px;
    padding: 18px 32px;
    border-radius: 60px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.page-about .journey-stat {
    text-align: center;
    min-width: 72px;
}

.page-about .journey-stat strong {
    display: block;
    font-family: "Cormorant Garamond", serif;
    font-size: 28px;
    font-weight: 700;
    color: #D4AF37;
    line-height: 1.1;
}

.page-about .journey-stat span {
    display: block;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.6);
    margin-top: 4px;
}

.page-about .journey-stat-divider {
    width: 1px;
    height: 36px;
    background: linear-gradient(to bottom, transparent, rgba(212, 175, 55, 0.5), transparent);
}

/* Timeline */
.page-about .journey-timeline {
    margin-top: 10px;
}

.page-about .about-journey .timeline::before {
    background: linear-gradient(180deg,
        rgba(212, 175, 55, 0.15) 0%,
        #D4AF37 12%,
        #84930F 50%,
        #D4AF37 88%,
        rgba(212, 175, 55, 0.15) 100%);
    width: 3px;
    border-radius: 4px;
    box-shadow: 0 0 24px rgba(212, 175, 55, 0.3);
}

.page-about .about-journey .timeline-item {
    margin-bottom: 48px;
}

.page-about .about-journey .timeline-item:last-child {
    margin-bottom: 0;
}

.page-about .about-journey .timeline-icon {
    width: 56px;
    height: 56px;
    font-size: 22px;
    background: linear-gradient(135deg, #84930F 0%, #6d7c0d 100%);
    border: 4px solid #2F4866;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.28),
                0 0 0 4px rgba(212, 175, 55, 0.18);
    transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
                box-shadow 0.35s ease;
}

.page-about .about-journey .journey-milestone:hover .timeline-icon {
    transform: scale(1.12);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.35),
                0 0 0 5px rgba(212, 175, 55, 0.35);
}

.page-about .about-journey .timeline-card {
    background: #fff;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 20px;
    padding: 28px 30px 26px;
    box-shadow: 0 14px 40px rgba(0, 0, 0, 0.18);
    position: relative;
    overflow: hidden;
    transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
                box-shadow 0.35s ease,
                border-color 0.35s ease;
}

.page-about .about-journey .timeline-card::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
    height: 80px;
    background: radial-gradient(circle at top right, rgba(132, 147, 15, 0.08) 0%, transparent 70%);
    pointer-events: none;
}

.page-about .about-journey .journey-milestone:hover .timeline-card {
    transform: translateY(-5px);
    box-shadow: 0 22px 50px rgba(0, 0, 0, 0.26);
    border-color: rgba(212, 175, 55, 0.35);
}

.page-about .about-journey .timeline-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(180deg, #D4AF37, #84930F);
    opacity: 0;
    transition: opacity 0.35s ease;
}

.page-about .about-journey .timeline-item.left .timeline-card::before {
    left: auto;
    right: 0;
}

.page-about .about-journey .journey-milestone:hover .timeline-card::before {
    opacity: 1;
}

.page-about .about-journey .year-badge {
    display: inline-block;
    background: linear-gradient(135deg, #84930F, #6C7A0B);
    color: #fff;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 5px 14px;
    border-radius: 30px;
    font-size: 12px;
    box-shadow: 0 4px 14px rgba(132, 147, 15, 0.35);
}

.page-about .about-journey .timeline-card h4 {
    color: #243447;
    margin: 14px 0 10px;
    font-size: 19px;
    font-weight: 600;
    line-height: 1.35;
    position: relative;
    z-index: 1;
}

.page-about .about-journey .timeline-card p {
    color: #5d6975;
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 0;
    position: relative;
    z-index: 1;
}

/* Latest milestone highlight */
.page-about .about-journey .journey-milestone--latest .timeline-card {
    border-color: rgba(212, 175, 55, 0.45);
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.22),
                0 0 0 1px rgba(212, 175, 55, 0.2);
}

.page-about .about-journey .journey-milestone--latest .timeline-icon {
    background: linear-gradient(135deg, #D4AF37 0%, #84930F 100%);
    box-shadow: 0 10px 28px rgba(212, 175, 55, 0.35),
                0 0 0 4px rgba(212, 175, 55, 0.25);
}

.page-about .about-journey .journey-milestone--latest .year-badge {
    background: linear-gradient(135deg, #D4AF37, #B8962E);
    color: #243447;
}

/* ----------------------------------------------------------
COMMITTEE — about-committee
---------------------------------------------------------- */

.page-about .about-committee {
    padding: 120px 0;
    background: linear-gradient(180deg, #FCFAF6 0%, #F7F3EC 55%, #FAF7F2 100%);
    position: relative;
    overflow: hidden;
}

.page-about .committee-accent-top {
    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-about .about-committee::before {
    content: "";
    position: absolute;
    width: 500px;
    height: 500px;
    top: -200px;
    left: -170px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(212, 175, 55, 0.09) 0%, transparent 70%);
    pointer-events: none;
}

.page-about .about-committee::after {
    content: "";
    position: absolute;
    width: 440px;
    height: 440px;
    bottom: -170px;
    right: -130px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(132, 147, 15, 0.08) 0%, transparent 70%);
    pointer-events: none;
}

.page-about .committee-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-about .about-committee .committee2-title {
    font-size: clamp(36px, 4vw, 48px);
    margin-bottom: 16px;
}

.page-about .about-committee .committee2-header {
    margin-bottom: 56px;
}

.page-about .committee-grid {
    position: relative;
    z-index: 1;
}

.page-about .about-committee .committee-card {
    padding: 36px 24px 32px;
    border-radius: 22px;
    background: #fff;
    border: 1px solid rgba(67, 102, 145, 0.08);
    box-shadow: 0 12px 38px rgba(34, 50, 72, 0.07);
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1),
                box-shadow 0.4s ease,
                border-color 0.4s ease;
}

.page-about .about-committee .committee-card::before {
    height: 3px;
    opacity: 0;
    background: linear-gradient(90deg, #436691, #84930F, #D4AF37);
}

.page-about .about-committee .committee-card:hover::before {
    opacity: 1;
}

.page-about .about-committee .committee-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 24px 55px rgba(34, 50, 72, 0.13);
    border-color: rgba(132, 147, 15, 0.22);
}

.page-about .about-committee .committee-card-photo {
    width: 148px;
    height: 148px;
    margin-bottom: 22px;
}

.page-about .about-committee .committee-card-photo::before {
    inset: -5px;
    opacity: 0.2;
    background: linear-gradient(135deg, #436691 0%, #84930F 50%, #D4AF37 100%);
}

.page-about .about-committee .committee-card:hover .committee-card-photo::before {
    opacity: 0.9;
    inset: -7px;
}

.page-about .about-committee .committee-card-photo img {
    border-width: 4px;
    box-shadow: 0 10px 28px rgba(34, 50, 72, 0.12);
}

.page-about .about-committee .committee-card-body {
    position: relative;
    z-index: 1;
}

.page-about .about-committee .committee-card-name {
    font-size: 19px;
    margin-bottom: 10px;
    color: #243447;
}

.page-about .about-committee .committee-card .designation {
    font-size: 12px;
    padding: 6px 16px;
    background: rgba(132, 147, 15, 0.1);
    border: 1px solid rgba(132, 147, 15, 0.15);
    transition: background 0.3s ease, color 0.3s ease;
}

.page-about .about-committee .committee-card:hover .designation {
    background: linear-gradient(135deg, #84930F 0%, #6d7c0d 100%);
    color: #fff;
    border-color: transparent;
}

/* Founder card highlight */
.page-about .about-committee .committee-card--founder {
    border-color: rgba(212, 175, 55, 0.3);
    box-shadow: 0 16px 45px rgba(34, 50, 72, 0.1),
                0 0 0 1px rgba(212, 175, 55, 0.15);
}

.page-about .about-committee .committee-card--founder::before {
    opacity: 1;
    background: linear-gradient(90deg, #D4AF37, #84930F);
}

.page-about .about-committee .committee-card-badge {
    position: absolute;
    top: 16px;
    right: 16px;
    padding: 5px 12px;
    border-radius: 20px;
    background: linear-gradient(135deg, #D4AF37, #B8962E);
    color: #243447;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    z-index: 2;
    box-shadow: 0 4px 12px rgba(212, 175, 55, 0.35);
}

.page-about .about-committee .committee-card--founder .committee-card-photo::before {
    opacity: 0.55;
    background: linear-gradient(135deg, #D4AF37 0%, #84930F 100%);
}

.page-about .about-committee .committee-card--founder:hover .committee-card-photo::before {
    opacity: 1;
}

.page-about .about-committee .committee-card--founder .designation {
    background: linear-gradient(135deg, rgba(212, 175, 55, 0.2), rgba(132, 147, 15, 0.15));
    color: #6C5A1A;
    border-color: rgba(212, 175, 55, 0.3);
}

.page-about .about-committee .committee-card--founder:hover .designation {
    background: linear-gradient(135deg, #D4AF37, #84930F);
    color: #243447;
}

/* ----------------------------------------------------------
CTA
---------------------------------------------------------- */

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

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

.page-about .about-cta-box h3 {
    font-size: clamp(26px, 3.5vw, 34px);
    line-height: 1.25;
}

.page-about .about-cta-box p {
    margin-bottom: 24px;
}

.page-about .about-cta-phones {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.page-about .about-cta-phone {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.14);
    color: #fff;
    text-decoration: none;
    transition: background 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
}

.page-about .about-cta-phone:hover {
    background: rgba(255, 255, 255, 0.14);
    border-color: rgba(212, 175, 55, 0.45);
    color: #fff;
    transform: translateY(-2px);
}

.page-about .about-cta-phone-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: rgba(212, 175, 55, 0.18);
    color: #D4AF37;
    flex-shrink: 0;
}

.page-about .about-cta-phone-info {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.page-about .about-cta-phone-label {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.65);
}

.page-about .about-cta-phone-number {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0.3px;
}

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

.page-about .about-cta-contact-btn:hover {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.55);
    color: #fff;
}

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

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

    .page-about .about-banner-scroll {
        bottom: 78px;
    }

    .page-about .about-banner-nav a {
        padding: 7px 14px;
        font-size: 12px;
    }

    .page-about .about-identity {
        padding: 70px 0 90px;
    }

    .page-about .about-purpose-card {
        margin-top: 50px;
        padding: 32px 28px;
    }

    .page-about .verse-section {
        padding: 80px 0;
    }

    .page-about .about-mission,
    .page-about .about-journey,
    .page-about .about-committee {
        padding: 90px 0;
    }

    .page-about .journey-stats {
        gap: 16px 20px;
        padding: 16px 24px;
    }

    .page-about .journey-stat-divider {
        display: none;
    }

    .page-about .about-cta-wrap {
        padding: 80px 0 90px;
    }

    .page-about .about-cta-phones {
        flex-direction: column;
    }

    .page-about .about-cta-phone {
        width: 100%;
    }
}

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

    .page-about .about-banner-nav {
        gap: 8px;
    }

    .page-about .about-banner-nav a {
        padding: 6px 12px;
        font-size: 11px;
    }

    .page-about .about-banner-scroll {
        display: none;
    }

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

    .page-about .about-identity {
        padding: 60px 0 70px;
    }

    .page-about .about-purpose-card {
        padding: 28px 22px;
    }

    .page-about .about-pillars {
        margin-top: 36px;
    }

    .page-about .verse-section {
        padding: 64px 0;
    }

    .page-about .about-mission,
    .page-about .about-journey,
    .page-about .about-committee {
        padding: 70px 0;
    }

    .page-about .about-page-header {
        margin-bottom: 44px;
    }

    .page-about .journey-header {
        margin-bottom: 48px;
    }

    .page-about .journey-title span {
        display: inline;
    }

    .page-about .about-strengths {
        grid-template-columns: 1fr;
    }
}

@media (prefers-reduced-motion: reduce) {
    .page-about .about-banner-bg,
    .page-about .page-banner-badge::after,
    .page-about .about-banner-scroll-line,
    .page-about .about-banner-scroll i {
        animation: none;
    }

    .page-about .about-pillar,
    .page-about .about-committee .committee-card,
    .page-about .about-strengths li,
    .page-about .journey-milestone,
    .page-about .about-journey .timeline-card,
    .page-about .about-journey .timeline-icon {
        transition: none;
    }
}
