/* ============================================
   HERO SECTION
   ============================================ */
.hero-about {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #1a1510;
    height: 480px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
}

.hero-about-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(
        180deg,
        rgba(30, 25, 18, 0.45) 0%,
        rgba(30, 25, 18, 0.65) 100%
    );
}

.hero-about-content {
    position: relative;
    z-index: 2;
    text-align: center;
    color: white;
    max-width: 800px;
    padding: 0 40px;
}

.hero-about-cross {
    display: block;
    font-size: 40px;
    color: rgba(255, 255, 255, 0.65);
    margin-bottom: 16px;
    line-height: 1;
}

.hero-about-content h1 {
    font-size: 56px;
    font-weight: normal;
    margin-bottom: 12px;
    text-shadow: 0 2px 20px rgba(0, 0, 0, 0.4);
    font-family: 'Georgia', serif;
    letter-spacing: 3px;
}

.hero-about-subtitle {
    font-size: 18px;
    font-style: italic;
    color: rgba(255, 255, 255, 0.75);
    letter-spacing: 1px;
}

.hero-about-divider {
    width: 60px;
    height: 2px;
    background: rgba(255, 255, 255, 0.45);
    margin: 20px auto 0;
}

/* ============================================
   SHARED SECTION HEADER
   ============================================ */
.about-section-header {
    text-align: center;
    margin-bottom: 50px;
}

.about-section-icon {
    display: inline-block;
    font-size: 28px;
    color: #8b7355;
    margin-bottom: 10px;
}

.about-section-title {
    font-size: 38px;
    font-weight: normal;
    color: #3d342d;
    margin-bottom: 10px;
    font-family: 'Georgia', serif;
    letter-spacing: 1px;
}

.about-section-subtitle {
    font-size: 16px;
    color: #999;
    font-style: italic;
    max-width: 550px;
    margin: 0 auto 20px;
    line-height: 1.6;
}

.about-section-divider {
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, transparent, #8b7355, transparent);
    margin: 0 auto;
    border-radius: 2px;
}

/* ============================================
   MISSION SECTION
   ============================================ */
.mission-section {
    padding: 80px 40px;
    background: linear-gradient(180deg, #f7f5f2 0%, #edeae5 100%);
}

.mission-container {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 60px;
    align-items: center;
}

.mission-text h2 {
    font-size: 36px;
    font-weight: normal;
    margin-bottom: 8px;
    color: #3d342d;
    font-family: 'Georgia', serif;
}

.mission-text h3 {
    font-size: 20px;
    font-style: italic;
    color: #8b7355;
    margin-bottom: 25px;
    font-weight: normal;
}

.mission-text p {
    font-size: 16px;
    line-height: 1.9;
    color: #666;
    margin-bottom: 16px;
}

.mission-image {
    position: relative;
}

.mission-image img {
    width: 100%;
    height: auto;
    display: block;
}

.mission-image-accent {
    display: none;
}

/* ============================================
   ACTIVITIES SECTION
   ============================================ */
.activities-section {
    padding: 80px 40px;
    background-color: white;
}

.activities-grid {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.activity-card {
    background: white;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(61, 52, 45, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.activity-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 35px rgba(61, 52, 45, 0.15);
}

.activity-card-img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.activity-card-body {
    padding: 24px;
}

.activity-card-body h3 {
    font-size: 22px;
    font-weight: normal;
    margin-bottom: 10px;
    color: #3d342d;
    font-family: 'Georgia', serif;
}

.activity-card-body p {
    font-size: 15px;
    color: #777;
    line-height: 1.7;
}

.activity-card-accent {
    height: 4px;
    background: linear-gradient(90deg, #8b7355, #b89e7a, #8b7355);
}

/* ============================================
   MINISTRY SECTION
   ============================================ */
.ministry-section {
    padding: 80px 40px;
    background: linear-gradient(180deg, #f7f5f2 0%, #edeae5 100%);
}

.ministry-content {
    max-width: 1100px;
    margin: 0 auto;
}

.ministry-image-large {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 40px;
}

.ministry-text {
    max-width: 850px;
    margin: 0 auto;
    text-align: center;
}

.ministry-text p {
    font-size: 16px;
    line-height: 1.9;
    color: #666;
    margin-bottom: 18px;
}

.ministry-cta {
    display: inline-block;
    margin-top: 15px;
    padding: 12px 40px;
    background: linear-gradient(135deg, #8b7355, #6d5a45);
    color: white;
    text-decoration: none;
    border-radius: 30px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
}

.ministry-cta:hover {
    background: linear-gradient(135deg, #7a6548, #5c4c3a);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(139, 115, 85, 0.35);
}

/* ============================================
   REFLECTIONS SECTION
   ============================================ */
.reflections-section {
    padding: 80px 40px;
    background-color: white;
}

.reflections-grid {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
}

.reflection-card {
    background: white;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(61, 52, 45, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.reflection-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 35px rgba(61, 52, 45, 0.15);
}

.reflection-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.reflection-content {
    padding: 24px;
}

.reflection-content h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #3d342d;
    font-family: 'Georgia', serif;
}

.reflection-content p {
    font-size: 15px;
    color: #777;
    line-height: 1.7;
    margin-bottom: 16px;
}

.read-more {
    color: #8b7355;
    text-decoration: none;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: Arial, sans-serif;
    transition: color 0.3s;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.read-more:hover {
    color: #3d342d;
}

/* ============================================
   CONTACT SECTION (bottom of about page)
   ============================================ */
.about-contact-section {
    padding: 80px 0;
    background-size: cover;
    background-position: center;
    position: relative;
}

.about-contact-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.about-contact-wrapper {
    position: relative;
    z-index: 2;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 40px;
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 60px;
    align-items: start;
}

/* Contact Info Left */
.about-contact-info {
    color: white;
}

.about-contact-info h2 {
    font-size: 36px;
    font-weight: normal;
    margin-bottom: 10px;
    font-family: 'Georgia', serif;
}

.about-contact-tagline {
    font-size: 15px;
    font-style: italic;
    color: rgba(255, 255, 255, 0.65);
    margin-bottom: 35px;
    line-height: 1.6;
}

.about-contact-block {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    margin-bottom: 24px;
}

.about-contact-icon {
    width: 44px;
    height: 44px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.85);
    flex-shrink: 0;
}

.about-contact-text h4 {
    font-size: 13px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 4px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: Arial, sans-serif;
}

.about-contact-text p {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
}

.about-social-links {
    display: flex;
    gap: 12px;
    margin-top: 30px;
}

.about-social-link {
    width: 42px;
    height: 42px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    transition: all 0.3s ease;
}

.about-social-link:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-2px);
}

/* Contact Form Right */
.about-contact-form-panel {
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 24px;
    padding: 40px;
    box-shadow: 
        0 8px 32px rgba(31, 38, 135, 0.15),
        0 0 0 1px rgba(255, 255, 255, 0.18) inset;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.about-contact-form-accent {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(90deg, #8b7355, #b89e7a, #8b7355);
    opacity: 0.9;
}

.about-contact-form-panel h3 {
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 6px;
    color: #3d342d;
    font-family: 'Georgia', serif;
}

.about-contact-form-desc {
    font-size: 14px;
    color: #999;
    font-style: italic;
    margin-bottom: 28px;
}

.about-field {
    margin-bottom: 20px;
}

.about-field label {
    display: block;
    font-size: 12px;
    font-weight: 600;
    color: #3d342d;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    font-family: Arial, sans-serif;
}

.about-field input,
.about-field textarea {
    width: 100%;
    padding: 12px 16px;
    border: 1.5px solid #e0dbd4;
    border-radius: 10px;
    font-size: 15px;
    font-family: 'Georgia', serif;
    color: #3d342d;
    background: #faf9f7;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.about-field input:focus,
.about-field textarea:focus {
    outline: none;
    border-color: #8b7355;
    box-shadow: 0 0 0 3px rgba(139, 115, 85, 0.12);
    background: white;
}

.about-field input::placeholder,
.about-field textarea::placeholder {
    color: #c0b9af;
}

.about-field textarea {
    resize: vertical;
    min-height: 120px;
    line-height: 1.6;
}

.about-submit-btn {
    width: 100%;
    padding: 14px 30px;
    background: linear-gradient(135deg, #8b7355, #6d5a45);
    color: white;
    border: none;
    border-radius: 30px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    margin-top: 8px;
}

.about-submit-btn:hover {
    background: linear-gradient(135deg, #7a6548, #5c4c3a);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(139, 115, 85, 0.35);
}

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 768px) {
    .hero-about {
        height: 350px;
    }

    .hero-about-content h1 {
        font-size: 36px;
        letter-spacing: 2px;
    }

    .about-section-title {
        font-size: 28px;
    }

    .mission-section,
    .activities-section,
    .ministry-section,
    .reflections-section {
        padding: 50px 20px;
    }

    .mission-container {
        grid-template-columns: 1fr;
    }

    .mission-image-accent {
        display: none;
    }

    .activities-grid,
    .reflections-grid {
        grid-template-columns: 1fr;
    }

    .about-contact-section {
        padding: 50px 20px;
    }

    .about-contact-wrapper {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .about-contact-form-panel {
        padding: 28px 22px;
    }
}
