/* Key Verse Bible - Premium About Page Styling */

:root {
    --navy-deep: #0b1f4e;
    --navy-light: #132b61;
    --gold-warm: #d4af37;
    --gold-soft: #c49a58;
    --gold-light: #e7c97a;
    --parchment-base: #faf8f2;
    --parchment-card: #faf6ed;
    --white-base: #ffffff;
    --gray-placeholder: #eae6db;
    
    --text-navy: #0b1f4e;
    --text-charcoal: #332819;
    --text-muted-brown: #5c4835;
    
    --border-gold-soft: rgba(196, 154, 88, 0.22);
    --border-gold-active: rgba(196, 154, 88, 0.5);
    
    /* Shadows */
    --shadow-premium-soft: 0 15px 40px rgba(80, 55, 20, 0.06), inset 0 1px 0 rgba(255, 255, 255, 0.65);
    --shadow-premium-lift: 0 25px 60px rgba(80, 55, 20, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.7);
    --shadow-glass: 0 8px 32px 0 rgba(11, 31, 78, 0.04);
}

/* Page Background & Texture overlay */
body {
    background-color: var(--parchment-base);
    color: var(--text-charcoal);
    font-family: 'EB Garamond', serif;
    position: relative;
    overflow-x: hidden;
}

.page-background-texture {
    position: fixed;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    opacity: 0.025;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");
}

/* 1. Hero Section Redesign */
.about-hero-bg {
    position: relative;
    min-height: 740px !important;
    background: radial-gradient(circle at 80% 20%, rgba(100, 150, 230, 0.12), transparent 40%),
                linear-gradient(135deg, var(--navy-deep) 0%, var(--navy-light) 60%, #081533 100%) !important;
    padding-bottom: 80px !important;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.about-hero-grid {
    grid-template-columns: 1.2fr 0.8fr !important;
    align-items: center !important;
    gap: 40px !important;
    z-index: 2;
    position: relative;
}

.about-hero-content {
    position: relative;
    text-align: left !important;
}

/* Radial Glow behind Heading */
.radial-headline-glow {
    position: absolute;
    top: 50%;
    left: 40%;
    transform: translate(-50%, -50%);
    width: 320px;
    height: 320px;
    background: radial-gradient(circle, rgba(196, 154, 88, 0.12) 0%, transparent 70%);
    pointer-events: none;
    z-index: 0;
}

/* Enlarge Logo in Hero */
.large-logo {
    transform: scale(1.15);
    margin-bottom: 24px;
}

.hero-title--premium {
    font-size: 72px !important;
    font-weight: 700 !important;
    color: var(--white-base) !important;
    line-height: 1.15 !important;
    margin-bottom: 16px !important;
    font-family: 'EB Garamond', serif !important;
    letter-spacing: -0.01em !important;
    position: relative;
    z-index: 1;
}

.hero-subtext-gold {
    font-family: 'Inter', sans-serif;
    font-size: 24px;
    color: #D8CBB4;
    font-weight: 500;
    margin-bottom: 28px;
    letter-spacing: -0.01em;
}

.about-hero-intro-text {
    font-size: 21px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 20px;
    max-width: 720px;
    font-weight: 400;
}

.about-hero-actions {
    display: flex;
    gap: 16px;
    margin-top: 36px;
    flex-wrap: wrap;
}

/* Hero blueprint illustration */
.about-hero-illustration {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.blueprint-svg {
    width: 90%;
    max-width: 365px;
    height: auto;
    opacity: 0.08; /* 6-8% opacity */
    filter: drop-shadow(0 0 8px rgba(196, 154, 88, 0.4));
    animation: rotateSlowly 120s linear infinite;
}

@keyframes rotateSlowly {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* 2. Refined Mission Section */
.mission-premium-card {
    position: relative;
    background-color: var(--parchment-card);
    border: 1.5px solid var(--border-gold-soft);
    border-radius: 24px;
    padding: 60px 50px;
    box-shadow: var(--shadow-premium-soft);
    max-width: 950px;
    margin: 0 auto;
    overflow: hidden;
    transition: box-shadow 0.3s ease;
}

.mission-premium-card:hover {
    box-shadow: var(--shadow-premium-lift);
}

/* Large corner quotes */
.decor-quote {
    position: absolute;
    font-size: 10rem;
    font-family: 'Georgia', serif;
    color: rgba(196, 154, 88, 0.09);
    line-height: 1;
    user-select: none;
    pointer-events: none;
}

.decor-quote--top {
    top: -20px;
    left: 20px;
}

.decor-quote--bottom {
    bottom: -80px;
    right: 20px;
}

/* Header style for mission card */
.mission-card-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 24px;
}

.compass-star-mini {
    color: var(--gold-warm);
    font-size: 1.25rem;
    animation: pulseGlow 3s ease-in-out infinite alternate;
}

.mission-eyebrow {
    font-family: 'Inter', sans-serif;
    font-size: 0.85rem;
    font-weight: 700;
    color: var(--gold-soft);
    letter-spacing: 0.2em;
}

/* Content paragraphs */
.mission-primary-text {
    font-size: 1.7rem;
    line-height: 1.6;
    color: var(--text-navy);
    font-weight: 600;
    text-align: center;
    margin-bottom: 24px;
    position: relative;
    z-index: 1;
}

.mission-secondary-text {
    font-family: 'Inter', sans-serif;
    font-size: 1.05rem;
    line-height: 1.75;
    color: var(--text-muted-brown);
    text-align: center;
    max-width: 780px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

/* 3. Upgraded Feature Tiles */
.difference-grid {
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)) !important;
    gap: 32px !important;
}

.premium-tile {
    position: relative;
    background-color: var(--white-base);
    border: 1px solid var(--border-gold-soft);
    border-radius: 22px;
    padding: 40px 32px 35px 32px !important;
    box-shadow: 0 10px 30px rgba(80, 55, 20, 0.03);
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), border-color 0.4s ease;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: flex-start !important;
    text-align: left !important;
}

/* Gold line top accent */
.premium-tile::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--gold-soft), var(--gold-light));
    opacity: 0.8;
}

.premium-tile:hover {
    transform: translateY(-8px); /* 8px hover lift */
    box-shadow: var(--shadow-premium-lift);
    border-color: var(--border-gold-active);
}

/* Circular icon badge */
.gold-badge-container {
    width: 60px;
    height: 60px;
    background: radial-gradient(circle, rgba(231, 201, 122, 0.15) 0%, rgba(196, 154, 88, 0.05) 100%);
    border: 1px solid var(--border-gold-soft);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    transition: transform 0.4s ease;
}

.premium-tile:hover .gold-badge-container {
    transform: scale(1.1) rotate(5deg);
}

.badge-icon {
    font-size: 1.8rem;
}

.premium-tile h3 {
    font-size: 1.7rem !important;
    font-weight: 700;
    color: var(--text-navy);
    margin-bottom: 12px !important;
}

.premium-tile p {
    font-family: 'Inter', sans-serif;
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--text-muted-brown);
    margin-bottom: 24px !important;
    flex-grow: 1;
}

/* Learn more text */
.learn-more-link {
    font-family: 'Inter', sans-serif;
    font-size: 0.9rem;
    font-weight: 700;
    color: var(--gold-soft);
    text-decoration: none;
    transition: color 0.25s ease, transform 0.25s ease;
    display: inline-flex;
    align-items: center;
}

.premium-tile:hover .learn-more-link {
    color: var(--brand-navy-light);
    transform: translateX(4px);
}

/* 4. "Our Approach" Upgraded Columns */
.approach-column-premium {
    padding: 30px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.svg-badge-glow {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    position: relative;
    transition: transform 0.4s ease;
}

.svg-badge-glow::after {
    content: '';
    position: absolute;
    inset: -5px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(196, 154, 88, 0.15) 0%, transparent 70%);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.approach-column-premium:hover .svg-badge-glow {
    transform: scale(1.1);
}

.approach-column-premium:hover .svg-badge-glow::after {
    opacity: 1;
}

.approach-svg {
    width: 60px;
    height: 60px;
    filter: drop-shadow(0 2px 6px rgba(196, 154, 88, 0.25));
}

.approach-column-premium h3 {
    font-size: 1.8rem;
    color: var(--text-navy);
    margin-bottom: 12px;
}

.approach-column-premium p {
    font-family: 'Inter', sans-serif;
    font-size: 1.05rem;
    color: var(--text-muted-brown);
}

/* 5. Audience Capsules */
.serves-grid-premium {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 16px;
    max-width: 950px;
    margin: 0 auto;
}

.serves-capsule {
    background-color: var(--white-base);
    border: 1px solid var(--border-gold-soft);
    border-radius: 18px; /* 18px radius */
    padding: 12px 24px;
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    color: var(--text-navy);
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 4px 12px rgba(80, 55, 20, 0.02);
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    cursor: default;
}

.serves-capsule:hover {
    transform: translateY(-3px);
    border-color: var(--gold-soft);
    box-shadow: 0 10px 20px rgba(196, 154, 88, 0.15); /* Hover glow */
    background-color: var(--parchment-card);
}

.capsule-icon {
    font-size: 1.15rem;
}

/* 6. Core Values Premium Glass Cards */
.values-grid-glass {
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)) !important;
    gap: 32px !important;
}

.glass-value-card {
    background: rgba(255, 255, 255, 0.7);
    border: 1.5px solid rgba(255, 255, 255, 0.6);
    border-radius: 20px;
    padding: 40px 30px;
    box-shadow: var(--shadow-glass);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    overflow: hidden;
}

/* Gold border animation helper */
.glass-value-card::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 20px;
    padding: 1.5px;
    background: linear-gradient(135deg, transparent, transparent);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    transition: background 0.4s ease;
}

.glass-value-card:hover {
    transform: translateY(-6px); /* elevation */
    background: rgba(255, 255, 255, 0.85);
    box-shadow: 0 15px 35px rgba(26, 53, 128, 0.08), 0 0 15px rgba(100, 150, 230, 0.15); /* soft blue glow */
}

.glass-value-card:hover::before {
    background: linear-gradient(135deg, var(--gold-soft), var(--gold-light)); /* border animation */
}

.glass-card-top-icon {
    font-size: 2.2rem;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background: radial-gradient(circle, rgba(231, 201, 122, 0.12) 0%, transparent 70%);
}

.glass-value-card h4 {
    font-family: 'EB Garamond', serif;
    font-size: 1.55rem;
    font-weight: 700;
    color: var(--text-navy);
    margin-bottom: 12px;
}

.glass-value-card p {
    font-family: 'Inter', sans-serif;
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--text-muted-brown);
    margin: 0;
}

/* 7. Vision Section Full-Width Premium Banner */
.vision-banner-section {
    padding: 40px 0 !important;
}

.vision-banner-premium {
    background: linear-gradient(135deg, #fbfaf6 0%, #f6efe1 100%);
    border: 1px solid var(--border-gold-soft);
    border-radius: 30px;
    padding: 60px;
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    align-items: center;
    gap: 40px;
    box-shadow: var(--shadow-premium-soft);
    position: relative;
    overflow: hidden;
}

.vision-banner-left {
    text-align: left;
}

.vision-eyebrow {
    font-family: 'Inter', sans-serif;
    font-size: 0.85rem;
    font-weight: 700;
    color: var(--gold-soft);
    letter-spacing: 0.25em;
    display: block;
    margin-bottom: 16px;
}

.vision-banner-left h3 {
    font-size: 2.8rem;
    color: var(--text-navy);
    margin-bottom: 20px;
    font-weight: 700;
}

.vision-banner-left p {
    font-size: 1.3rem;
    line-height: 1.7;
    color: var(--text-muted-brown);
    margin-bottom: 20px;
}

.vision-banner-left p:last-child {
    margin-bottom: 0;
}

.vision-banner-right {
    display: flex;
    justify-content: center;
    align-items: center;
}

.blueprint-bible-svg {
    width: 100%;
    max-width: 250px;
    opacity: 0.08; /* Low opacity blueprint lines */
    filter: drop-shadow(0 0 4px rgba(196, 154, 88, 0.2));
}

/* 8. Upgraded Social Section */
.social-channels-grid-premium {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)) !important;
    gap: 24px !important;
}

.premium-social-card {
    background: var(--white-base);
    border: 1px solid var(--border-gold-soft);
    border-radius: 20px;
    padding: 35px 28px;
    text-align: center;
    text-decoration: none;
    color: inherit;
    box-shadow: 0 8px 24px rgba(80, 55, 20, 0.02);
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: all 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.premium-social-card:not(.social-card-placeholder):hover {
    transform: translateY(-5px);
    border-color: var(--gold-soft);
    box-shadow: var(--shadow-premium-lift);
}

.social-icon-frame {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    border: 1.5px solid var(--gold-soft); /* Gold frame */
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    margin-bottom: 20px;
    background: radial-gradient(circle, rgba(231, 201, 122, 0.1) 0%, transparent 75%);
    transition: transform 0.4s ease;
}

.premium-social-card:hover .social-icon-frame {
    transform: rotate(5deg) scale(1.08);
}

.social-channel-title {
    font-family: 'Inter', sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--text-navy);
    margin-bottom: 6px;
}

.social-channel-desc {
    font-family: 'Inter', sans-serif;
    font-size: 0.9rem;
    color: var(--text-muted-brown);
    margin-bottom: 20px;
}

.social-channel-action {
    font-family: 'Inter', sans-serif;
    font-size: 0.9rem;
    font-weight: 700;
    color: var(--gold-soft);
    transition: color 0.25s ease, transform 0.25s ease;
}

.premium-social-card:hover .social-channel-action {
    color: var(--brand-navy-light);
}

.social-card-placeholder {
    opacity: 0.45;
    background-color: var(--gray-placeholder);
    cursor: default;
}

.social-card-placeholder .social-icon-frame {
    border-color: rgba(196, 154, 88, 0.15);
}

/* 9. Final CTA Section Redesign */
.cta-section-premium {
    padding: 40px 0 60px 0 !important;
}

.cta-banner-premium-redesign {
    position: relative;
    background: linear-gradient(135deg, var(--navy-deep) 0%, var(--navy-light) 100%);
    border: 1.5px solid rgba(196, 154, 88, 0.4);
    border-radius: 30px;
    min-height: 380px;
    padding: 65px 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-shadow: 0 30px 70px rgba(10, 20, 45, 0.35);
    overflow: hidden;
}

/* Compass Watermark Background */
.cta-watermark-compass {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 280px;
    height: 280px;
    color: var(--gold-soft);
    opacity: 0.06; /* 5-8% opacity */
    pointer-events: none;
    z-index: 0;
}

/* Soft light rays behind title */
.cta-soft-light-rays {
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    width: 480px;
    height: 480px;
    background: radial-gradient(circle, rgba(231, 201, 122, 0.1) 0%, transparent 65%);
    pointer-events: none;
    z-index: 0;
}

.cta-content-inner {
    position: relative;
    z-index: 2;
}

.cta-banner-premium-redesign h2 {
    font-size: 3rem;
    color: var(--white-base);
    font-weight: 700;
    margin-bottom: 18px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.cta-banner-premium-redesign p {
    font-size: 1.35rem;
    line-height: 1.6;
    max-width: 680px;
    margin: 0 auto 36px;
    color: rgba(255, 255, 255, 0.88);
}

/* CTA button glow & scale hovers */
.btn-glow-gold {
    transition: all 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
}

.btn-glow-gold:hover {
    box-shadow: 0 0 24px rgba(196, 154, 88, 0.6) !important;
    transform: translateY(-3px) scale(1.04) !important;
}

.btn-lift-glow {
    transition: all 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
}

.btn-lift-glow:hover {
    transform: translateY(-3px) scale(1.04) !important;
    background: rgba(255, 255, 255, 0.05) !important;
}

.btn-secondary-white {
    background: transparent !important;
    border: 1.5px solid var(--white-base) !important;
    color: var(--white-base) !important;
}

.btn-secondary-white:hover {
    background: rgba(255, 255, 255, 0.15) !important;
    border-color: var(--white-base) !important;
}

/* 10. Page Rhythm (Spacing) */
.about-sections-wrapper {
    padding: 0 24px !important;
}

/* Spacing between major elements */
.mission-section {
    margin-bottom: 140px;
}

.difference-section {
    margin-bottom: 120px;
}

.approach-section {
    margin-bottom: 120px;
}

.serves-section {
    margin-bottom: 100px;
}

.values-section {
    margin-bottom: 120px;
}

.vision-banner-section {
    margin-bottom: 120px;
}

.social-section {
    margin-bottom: 120px;
}

.cta-section-premium {
    margin-bottom: 140px;
}

/* 13. Decorative Dividers styling */
.premium-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin: 40px 0;
    opacity: 0.6;
    animation: fadeInDivider 2s ease forwards;
}

.divider-line {
    height: 1px;
    width: 80px;
    background: linear-gradient(90deg, transparent, var(--gold-soft), transparent);
}

.divider-star {
    font-size: 1.2rem;
    color: var(--gold-soft);
    display: inline-block;
}

/* Animations */
@keyframes pulseGlow {
    0% { transform: scale(1); opacity: 0.8; }
    100% { transform: scale(1.15); opacity: 1; }
}

@keyframes fadeInDivider {
    0% { opacity: 0; transform: scaleX(0.9); }
    100% { opacity: 0.6; transform: scaleX(1); }
}

/* 3. Our Heart Section */
.heart-section {
    margin-bottom: 120px;
}

.heart-highlight-container {
    background: radial-gradient(circle at 50% 50%, rgba(196, 154, 88, 0.04) 0%, transparent 80%), rgba(255, 255, 255, 0.4);
    border: 1px solid var(--border-gold-soft);
    border-radius: 24px;
    padding: 60px 50px;
    max-width: 950px;
    margin: 0 auto;
    box-shadow: 0 10px 35px rgba(80, 55, 20, 0.02);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.heart-rich-text {
    font-size: 1.35rem;
    line-height: 1.8;
    color: var(--text-muted-brown);
    text-align: center;
}

.heart-rich-text p {
    margin-bottom: 24px;
}

.heart-rich-text p:last-child {
    margin-bottom: 0;
}

.heart-statement-bold {
    font-size: 1.6rem;
    font-weight: 700;
    color: var(--text-navy);
    line-height: 1.6;
    margin: 32px auto !important;
    max-width: 780px;
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.8);
}

/* Mobile & Tablet responsive rules */
@media (max-width: 991px) {
    .heart-highlight-container {
        padding: 40px 24px;
    }
    
    .heart-statement-bold {
        font-size: 1.35rem;
    }
    
    .heart-section {
        margin-bottom: 80px;
    }
    
    .about-hero-grid {
        grid-template-columns: 1fr !important;
        gap: 30px !important;
        text-align: center !important;
    }
    
    .about-hero-content {
        text-align: center !important;
    }
    
    .about-hero-actions {
        justify-content: center;
    }
    
    .about-hero-illustration {
        display: none; /* Hide blueprint graphic on small viewports to save vertical space */
    }
    
    .hero-title--premium {
        font-size: 48px !important;
    }
    
    .hero-subtext-gold {
        font-size: 20px;
    }
    
    .vision-banner-premium {
        grid-template-columns: 1fr;
        padding: 40px 30px;
    }
    
    .vision-banner-right {
        display: none;
    }
    
    .mission-premium-card {
        padding: 40px 30px;
    }
    
    .mission-primary-text {
        font-size: 1.45rem;
    }
    
    /* Reduce rhythms slightly on tablet/mobile */
    .mission-section { margin-bottom: 100px; }
    .difference-section { margin-bottom: 80px; }
    .approach-section { margin-bottom: 80px; }
    .serves-section { margin-bottom: 70px; }
    .values-section { margin-bottom: 80px; }
    .vision-banner-section { margin-bottom: 80px; }
    .social-section { margin-bottom: 80px; }
    .cta-section-premium { margin-bottom: 100px; }
}

@media (max-width: 576px) {
    .hero-title--premium {
        font-size: 38px !important;
    }
    .hero-subtext-gold {
        font-size: 18px;
    }
    .about-hero-intro-text {
        font-size: 17px;
    }
    .cta-banner-premium-redesign h2 {
        font-size: 2.2rem;
    }
    .cta-banner-premium-redesign p {
        font-size: 1.15rem;
    }
    .mission-primary-text {
        font-size: 1.25rem;
    }
}
