/* About Us Page Styles */

/* Typography - Following styles.md specifications */
h1, .about-hero-title {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 3.75rem;     /* 60px */
    font-weight: 800;       /* Extra Bold */
    line-height: 1.1;
    letter-spacing: -0.025em;
    color: #111827;         /* gray-900 */
}

h2, .section-title, .about-hero-subtitle, .metrics-title, .cta-title {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 2.5rem;      /* 40px */
    font-weight: 700;       /* Bold */
    line-height: 1.2;
    color: #111827;         /* gray-900 */
}

h3, .value-title, .metric-title, .section-subtitle {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 1.75rem;     /* 28px */
    font-weight: 700;       /* Bold */
    line-height: 1.3;
    color: #111827;         /* gray-900 */
}

/* Body Text */
p, .about-hero-description, .about-text, .value-description, .metric-description, .cta-subtitle, .cta-description {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 1rem;        /* 16px */
    font-weight: 400;       /* Normal */
    line-height: 1.6;
    color: #6b7280;         /* gray-500 */
}

/* Large paragraph text */
.about-hero-description, .cta-subtitle {
    font-size: 1.125rem;    /* 18px */
    line-height: 1.6;
}

/* Hero Section */
.about-hero {
    padding: 8rem 0 6rem;
    background: linear-gradient(to bottom, #ffffff, #f9fafb);
    position: relative;
    overflow: hidden;
}

.about-hero-content {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    position: relative;
}

/* Hero Badge */
.hero-badge {
    display: inline-flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    background: #f3f4f6;
    border-radius: 9999px;
    font-size: 0.75rem;
    font-weight: 500;
    color: #374151;
    margin-bottom: 2rem;
}

.about-hero-title {
    font-size: 3.75rem;
    font-weight: 800;
    line-height: 1.1;
    color: #111827;
    margin-bottom: 1.5rem;
    letter-spacing: -0.025em;
}

.about-hero-subtitle {
    font-size: 1.25rem;
    color: #6b7280;
    margin-bottom: 3rem;
    line-height: 1.6;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

/* Hero Actions */
.hero-actions {
    display: flex;
    gap: 1rem;
    justify-content: center;
    margin-bottom: 4rem;
}

/* Hero Stats */
.hero-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    max-width: 600px;
    margin: 0 auto;
}

.hero-stat {
    text-align: center;
}

.hero-stat-number {
    display: block;
    font-size: 2.5rem;
    font-weight: 800;
    color: #111827;
    line-height: 1;
    margin-bottom: 0.5rem;
}

.hero-stat-label {
    font-size: 0.875rem;
    font-weight: 500;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

/* About Main Section with Parallax */
.about-main {
    padding: 6rem 0;
    background: #ffffff;
}

.parallax-section {
    position: relative;
    overflow: hidden;
    min-height: 60vh;
    display: flex;
    align-items: center;
    padding: 0;
    background-repeat: no-repeat;
}

.content-overlay {
    background: rgba(0, 0, 0, 0.6);  /* Semi-transparent dark overlay */
    padding: 4rem 2rem;
    width: 100%;
    position: relative;
    z-index: 1;
}

.content-overlay h2 {
    color: #ffffff;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 2rem;
    text-align: center;
}

.content-overlay p {
    color: #f3f4f6;
    font-size: 1.125rem;
    line-height: 1.8;
    text-align: center;
    margin-bottom: 1.5rem;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.about-content {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 1;
}

.about-text {
    margin-top: 3rem;
}

.about-text p {
    margin-bottom: 1.5rem;
}

.about-text p:last-child {
    margin-bottom: 0;
}

/* Values Section */
.about-values {
    padding: 6rem 0;
    background: #f9fafb;
}

.values-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 3rem;
}

.value-item {
    background: #ffffff;
    padding: 3rem;
    border-radius: 1rem;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.value-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

.value-title {
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
}

.value-description {
    line-height: 1.7;
}

/* Core Values Section */
.core-values {
    padding: 6rem 0;
    background: #ffffff;
}

.section-header {
    text-align: center;
    margin-bottom: 4rem;
}

.section-subtitle {
    font-size: 1.5rem;
    font-weight: 600;
    color: #6b7280;
    margin-top: 1rem;
}

/* About Video */
.about-video {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}

.video-container {
    position: relative;
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    background: #000000;
    transition: all 0.3s ease;
    margin-bottom: 2rem;
}

.video-container:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.about-video-player {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 1rem;
    background: #000000;
}

.about-video-player:focus {
    outline: 3px solid rgba(31, 41, 55, 0.3);
    outline-offset: 4px;
}

.video-caption {
    font-size: 1.125rem;
    font-weight: 600;
    color: #374151;
}

/* Success Metrics Section */
.success-metrics {
    padding: 6rem 0;
    background: #f9fafb;
}

.metrics-content {
    max-width: 1200px;
    margin: 0 auto;
}

.metrics-title {
    text-align: center;
    margin-bottom: 4rem;
    color: #1f2937;
}

.metrics-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem;
}

.metric-item {
    background: #ffffff;
    padding: 3rem;
    border-radius: 1rem;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.metric-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

.metric-title {
    margin-bottom: 2.5rem;
    margin-top: 1rem;
    margin-right: 1.5rem;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.4;
    color: #111827;
}

.metric-description {
    line-height: 1.7;
}

/* CTA Section */
.about-cta {
    padding: 6rem 0;
    background: #1f2937;
    color: #ffffff;
    text-align: center;
}

.cta-content {
    max-width: 800px;
    margin: 0 auto;
}

.cta-title {
    color: #ffffff;
    margin-bottom: 1rem;
}

.cta-subtitle {
    color: #d1d5db;
    margin-bottom: 3rem;
}

.cta-actions {
    display: flex;
    gap: 1rem;
    justify-content: center;
    margin-bottom: 2rem;
}

.cta-description {
    color: #9ca3af;
    max-width: 500px;
    margin: 0 auto;
}

/* Location Section */
.about-location {
    padding: 6rem 0;
    background: #f9fafb;
}

.location-content {
    text-align: center;
}

.location-content .section-header {
    margin-bottom: 4rem;
}

.wpb_map_wraper {
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    display: inline-block;
    max-width: 100%;
    margin-bottom: 3rem;
}

.wpb_map_wraper iframe {
    display: block;
    border-radius: 1rem;
    max-width: 100%;
    height: 400px;  /* Perfect height - not too tall, not too short */
}

/* Footer Section Headings */
.footer-section h3 {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 1.125rem;    /* 18px - H5 size for footer context */
    font-weight: 600;       /* Semi-Bold */
    line-height: 1.4;
    color: #111827;         /* gray-900 */
    margin-bottom: 1rem;
}

/* Responsive Design */
@media (max-width: 768px) {
    /* Typography responsive adjustments */
    h1, .about-hero-title {
        font-size: 2.5rem;    /* 40px */
    }
    
    h2, .section-title, .metrics-title, .cta-title {
        font-size: 2rem;      /* 32px */
    }
    
    .about-hero {
        padding: 6rem 0 4rem;
    }
    
    .hero-actions {
        flex-direction: column;
        align-items: center;
    }
    
    .hero-stats {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        max-width: 400px;
    }
    
    .hero-stat-number {
        font-size: 2rem;
    }
    
    .values-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .value-item {
        padding: 2rem;
    }
    
    .metrics-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .metric-item {
        padding: 2rem;
    }
    
    .video-container {
        margin: 0 1rem 2rem;
    }
    
    /* Parallax responsive adjustments */
    .parallax-section {
        min-height: 65vh;
        padding: 0;
        background-attachment: scroll !important; /* Fixed attachment can cause issues on mobile */
    }
    
    .content-overlay {
        padding: 3rem 1.5rem;
        background: rgba(0, 0, 0, 0.7);  /* Darker on mobile for better readability */
    }
    
    .content-overlay h2 {
        font-size: 2rem;
    }
    
    .content-overlay p {
        font-size: 1rem;
        text-align: center;
    }
    
    .wpb_map_wraper {
        margin: 0 1rem 3rem;
    }
    
    .wpb_map_wraper iframe {
        width: 100%;
        height: 350px;  /* Slightly shorter for tablet */
    }
    
    .cta-actions {
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width: 480px) {
    /* Typography responsive adjustments */
    h1, .about-hero-title {
        font-size: 2rem;      /* 32px */
    }
    
    h2, .section-title, .metrics-title, .cta-title {
        font-size: 1.75rem;   /* 28px */
    }
    
    h3, .value-title, .metric-title, .section-subtitle {
        font-size: 1.25rem;   /* 20px */
    }
    
    .hero-stats {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .hero-stat-number {
        font-size: 1.75rem;
    }
    
    .value-item,
    .metric-item {
        padding: 1.5rem;
    }
    
    .video-container {
        margin: 0 0.5rem 2rem;
    }
    
    /* Parallax mobile adjustments */
    .parallax-section {
        min-height: 60vh;
        padding: 0;
        background-attachment: scroll !important;
    }
    
    .content-overlay {
        padding: 2.5rem 1rem;
        background: rgba(0, 0, 0, 0.75);  /* Even darker on small mobile */
    }
    
    .content-overlay h2 {
        font-size: 1.75rem;
    }
    
    .content-overlay p {
        font-size: 0.9375rem;
        text-align: center;
        line-height: 1.6;
    }
    
    .wpb_map_wraper {
        margin: 0 0.5rem 3rem;
    }
    
    .wpb_map_wraper iframe {
        width: 100%;
        height: 300px;  /* Shorter for mobile */
    }
}
