/* ============================================
   About Us Page - Clean Professional Design
   High Contrast & Readable
   ============================================ */

/* Page Hero - Clean & Minimal */
.page-hero {
    padding: calc(var(--header-height) + 80px) 0 80px;
    background: #FFFFFF;
    text-align: center;
    border-bottom: 1px solid #E2E8F0;
}

.page-hero-content {
    max-width: 900px;
    margin: 0 auto;
}

.page-hero-title {
    font-size: var(--font-size-5xl);
    font-weight: 700;
    color: #0E2A47;
    margin-bottom: var(--spacing-sm);
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.page-hero-subtitle {
    font-size: 1.25rem;
    color: #4A5A6A;
    line-height: 1.7;
    max-width: 800px;
    margin: 0 auto;
    font-weight: 400;
}

/* Stats Section - High Contrast */
.about-stats-section {
    padding: 30px 0;
    background: #0E2A47;
    color: #FFFFFF;
}

.about-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: var(--spacing-2xl);
    max-width: 1200px;
    margin: 0 auto;
}

.about-stat-box {
    text-align: center;
    padding: var(--spacing-xl) 0;
}

.about-stat-number {
    font-size: var(--font-size-4xl);
    font-weight: 700;
    color: #FFFFFF;
    margin-bottom: var(--spacing-sm);
    line-height: 1;
    letter-spacing: -0.02em;
}

.about-stat-label {
    font-size: 1rem;
    color: #FFFFFF;
    font-weight: 500;
    line-height: 1.5;
    opacity: 0.95;
}

/* About Overlook Section - Clean White */
.about-overlook-section {
    padding: 100px 0;
    background: #FFFFFF;
}

.about-overlook-background {
    display: none;
}

.about-overlook-content {
    max-width: 900px;
    margin: 0 auto;
}

.about-overlook-text {
    margin-top: 34px;
}

.about-overlook-text p {
    font-size: 1.125rem;
    line-height: 1.8;
    color: #1E2933;
    margin-bottom: var(--spacing-lg);
    font-weight: 400;
}

.about-overlook-text .lead-text {
    font-size: 1.375rem;
    font-weight: 500;
    color: #0E2A47;
    margin-bottom: var(--spacing-lg);
    line-height: 1.7;
}

.about-highlights {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--spacing-xl);
    margin: var(--spacing-2xl) 0;
    padding: 0;
}

.about-highlight-item {
    display: flex;
    flex-direction: column;
    gap: var(--spacing-md);
    align-items: flex-start;
}

.highlight-icon {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    background: #0E2A47;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

.highlight-content h4 {
    font-size: 1.125rem;
    font-weight: 600;
    color: #0E2A47;
    margin-bottom: var(--spacing-xs);
    line-height: 1.4;
}

.highlight-content p {
    font-size: 0.9375rem;
    color: #4A5A6A;
    margin: 0;
    line-height: 1.6;
}

.about-conclusion {
    font-size: 1.125rem;
    font-weight: 500;
    color: #0E2A47;
    padding: var(--spacing-xl);
    background: #F8FAFC;
    border-left: 3px solid #0E2A47;
    border-radius: 0;
    margin-top: var(--spacing-xl);
    line-height: 1.7;
}

/* What We Do Section - Clean Gray Background */
.what-we-do-section {
    padding: 100px 0;
    background: #F8FAFC;
}

.what-we-do-background {
    display: none;
}

.what-we-do-content {
    position: relative;
    z-index: 1;
}

.about-section-description {
    text-align: center;
    font-size: 1.125rem;
    color: #4A5A6A;
    margin-bottom: var(--spacing-3xl);
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.7;
    font-weight: 400;
}

.what-we-do-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--spacing-2xl);
    margin-top: var(--spacing-3xl);
}

.what-we-do-card {
    background: #FFFFFF;
    padding: var(--spacing-2xl);
    border-radius: 0;
    box-shadow: none;
    border: 1px solid #E2E8F0;
    transition: all 0.3s ease;
}

.what-we-do-card:hover {
    transform: none;
    box-shadow: 0 4px 12px rgba(14, 42, 71, 0.08);
    border-color: #0E2A47;
}

.what-we-do-card-icon {
    width: 56px;
    height: 56px;
    background: #0E2A47;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    margin-bottom: var(--spacing-lg);
}

.what-we-do-card-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #0E2A47;
    margin-bottom: var(--spacing-md);
    line-height: 1.3;
    letter-spacing: -0.01em;
}

.what-we-do-card-description {
    font-size: 1rem;
    line-height: 1.7;
    color: #1E2933;
    margin-bottom: var(--spacing-lg);
    font-weight: 400;
}

.what-we-do-card-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.what-we-do-card-list li {
    padding: var(--spacing-sm) 0;
    padding-left: var(--spacing-xl);
    position: relative;
    font-size: 0.9375rem;
    color: #4A5A6A;
    line-height: 1.6;
    font-weight: 400;
}

.what-we-do-card-list li::before {
    content: '•';
    position: absolute;
    left: 0;
    color: #0E2A47;
    font-weight: 700;
    font-size: 1.25rem;
}

/* Principals Section - Clean White */
.principals-section {
    padding: 100px 0;
    background: #F8FAFC;
}

.principals-background {
    display: none;
}

.principals-content {
    margin-top: var(--spacing-lg);
}

.principals-intro {
    max-width: 900px;
    margin: 0 auto var(--spacing-2xl);
    text-align: center;
}

.principals-intro .lead-text {
    font-size: 1.25rem;
    line-height: 1.8;
    color: #1E2933;
    font-weight: 400;
}

.principals-features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: var(--spacing-xl);
    margin-top: var(--spacing-2xl);
}

.principals-feature-item {
    display: flex;
    gap: var(--spacing-lg);
    padding: var(--spacing-xl);
    background: #FFFFFF;
    border-radius: 8px;
    border: 1px solid #E2E8F0;
    transition: all 0.3s ease;
    box-shadow: none;
}

.principals-feature-item:hover {
    transform: none;
    box-shadow: 0 4px 12px rgba(14, 42, 71, 0.08);
    border-color: #0E2A47;
}

.principals-feature-icon {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    background: #0E2A47;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

.principals-feature-content h3 {
    font-size: 1.25rem;
    font-weight: 600;
    color: #0E2A47;
    margin-bottom: var(--spacing-sm);
    line-height: 1.4;
    letter-spacing: -0.01em;
}

.principals-feature-content p {
    font-size: 1rem;
    line-height: 1.7;
    color: #1E2933;
    margin: 0;
    font-weight: 400;
}

/* Legacy Section - Dark Background High Contrast */
.legacy-section {
    padding: 100px 0;
    background: #0E2A47;
    color: #FFFFFF;
}

.legacy-background {
    display: none;
}

.legacy-content {
    position: relative;
    z-index: 1;
}

.legacy-text-wrapper {
    max-width: 900px;
    margin: 0 auto;
}

.legacy-section .about-section-header {
    text-align: center;
    margin-bottom: 0;
}

.legacy-section .about-section-label {
    color: #FFFFFF;
   
}

.legacy-section .about-section-title {
    color: #FFFFFF;
}

.legacy-text {
    margin-top: 34px;
}

.legacy-text p {
    font-size: 1.125rem;
    line-height: 1.8;
    color: #FFFFFF;
    margin-bottom: var(--spacing-lg);
    font-weight: 400;
}

.legacy-text .lead-text {
    font-size: 1.375rem;
    font-weight: 500;
    color: #FFFFFF;
    margin-bottom: var(--spacing-lg);
    line-height: 1.7;
}

.legacy-principles {
    margin-top: var(--spacing-2xl);
    padding: var(--spacing-2xl);
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 49px;

}

.legacy-principles h3 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #FFFFFF;
    margin-bottom: var(--spacing-md);
    letter-spacing: -0.01em;
}

.legacy-principles-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.legacy-principles-list li {
    padding: 0 0 15px 0;
    padding-left: var(--spacing-2xl);
    position: relative;
    font-size: 1.0625rem;
    color: #FFFFFF;
    line-height: 1.7;
    font-weight: 400;
}

.legacy-principles-list li::before {
    content: '—';
    position: absolute;
    left: 0;
    color: #FFFFFF;
    font-weight: 400;
    font-size: 1.25rem;
}

/* Culture Section - Clean White */
.culture-section {
    padding: 100px 0;
    background: #FFFFFF;
    border-top: 1px solid #E2E8F0;
}

.culture-content {
    margin-top: 60px;
}

.culture-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--spacing-xl);
    margin-top: 0;
}

.culture-card {
    background: #FFFFFF;
    padding: var(--spacing-2xl);
    border-radius: 8px;
    border: 1px solid #E2E8F0;
    transition: all 0.3s ease;
    position: relative;
    box-shadow: none;
}

.culture-card:hover {
    transform: none;
    box-shadow: 0 4px 12px rgba(14, 42, 71, 0.08);
    border-color: #0E2A47;
}

.culture-card-number {
    font-size: 4rem;
    font-weight: 700;
    color: #0E2A47;
    opacity: 0.1;
    position: absolute;
    top: var(--spacing-lg);
    right: var(--spacing-lg);
    line-height: 1;
    letter-spacing: -0.02em;
}

.culture-card-title {
    font-size: 1.375rem;
    font-weight: 600;
    color: #0E2A47;
    margin-bottom: var(--spacing-md);
    margin-top: var(--spacing-md);
    line-height: 1.3;
    letter-spacing: -0.01em;
}

.culture-card-description {
    font-size: 1rem;
    line-height: 1.7;
    color: #1E2933;
    margin: 0;
    font-weight: 400;
}

/* About Section Header - Clean Typography */
.about-section-header {
    text-align: center;
    margin-bottom: 0;
}

.about-section-label {
    display: inline-block;
    font-size: 0.8125rem;
    font-weight: 600;
    color: #0E2A47;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    margin-bottom: var(--spacing-md);
    padding: 0;
    background: transparent;
    border-radius: 0;
}

.about-section-title {
    font-size: clamp(2rem, 4vw, 2.75rem);
    font-weight: 700;
    color: #0E2A47;
    margin: 0;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

/* Responsive Design - Clean & Readable */
@media (max-width: 1200px) {
    .what-we-do-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .culture-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 1024px) {
    .page-hero-title {
        font-size: 2.5rem;
    }
    
    .about-stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: var(--spacing-xl);
    }
    
    .about-highlights {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .principals-features {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .page-hero {
        padding: calc(var(--header-height) + var(--spacing-2xl)) 0 var(--spacing-2xl);
    }
    
    .page-hero-title {
        font-size: 2rem;
    }
    
    .page-hero-subtitle {
        font-size: 1.125rem;
    }
    
    .page-hero {
        padding: calc(var(--header-height) + 60px) 0 60px;
    }
    
    .about-stats-section,
    .about-overlook-section,
    .what-we-do-section,
    .principals-section,
    .legacy-section,
    .culture-section {
        padding: 80px 0;
    }
    
    .about-stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: var(--spacing-lg);
    }
    
    .about-stat-number {
        font-size: 2.5rem;
    }
    
    .about-highlights {
        grid-template-columns: 1fr;
        gap: var(--spacing-lg);
    }
    
    .what-we-do-grid,
    .culture-grid {
        grid-template-columns: 1fr;
        gap: var(--spacing-lg);
    }
    
    .principals-feature-item {
        flex-direction: column;
        text-align: center;
        padding: var(--spacing-lg);
    }
    
    .principals-feature-icon {
        margin: 0 auto;
    }
}

@media (max-width: 480px) {
    .page-hero {
        padding: calc(var(--header-height) + 40px) 0 40px;
    }
    
    .page-hero-title {
        font-size: 1.75rem;
    }
    
    .about-stats-section,
    .about-overlook-section,
    .what-we-do-section,
    .principals-section,
    .legacy-section,
    .culture-section {
        padding: 60px 0;
    }
    
    .about-stats-grid {
        grid-template-columns: 1fr;
    }
    
    .about-stat-number {
        font-size: 2rem;
    }
    
    .what-we-do-card,
    .culture-card {
        padding: var(--spacing-lg);
    }
    
    .legacy-principles {
        padding: var(--spacing-lg);
    }
    
    .about-highlight-item {
        flex-direction: column;
        text-align: center;
    }
    
    .highlight-icon {
        margin: 0 auto;
    }
}
