/* ==========================================================================
   INCLUSIVE MARKETING CORE - ABOUT PAGE STRATEGIC ENGINE
   ========================================================================== */

.about-engine-body {
    background-color: #06131A; /* Even deeper space dark-mode canvas */
    color: #ffffff;
    overflow-x: hidden;
}

.about-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 5%;
}

/* ==========================================================================
   PART 2: MANIFESTO HERO ENGINE STYLES
   ========================================================================== */
.about-hero {
    width: 100%;
    min-height: 75vh;
    background-color: var(--brand-navy, #0B1F2A); /* Premium rich dark anchor base */
    background-image: radial-gradient(circle at 80% 20%, rgba(30, 212, 198, 0.04) 0%, transparent 50%);
    display: flex;
    align-items: center;
    padding: 140px 5% 100px 5%;
    position: relative;
    overflow: hidden;
}

.about-hero-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.about-hero-content {
    max-width: 850px; /* Restricts text stretching to optimize readability scales */
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

/* Operational Matrix Badge Style */
.matrix-badge {
    display: inline-block;
    padding: 6px 14px;
    background: rgba(30, 212, 198, 0.06);
    border: 1px solid rgba(30, 212, 198, 0.15);
    border-radius: 100px;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    color: var(--brand-cyan, #1ED4C6);
    margin-bottom: 28px;
    text-transform: uppercase;
}

/* Master Typographical Hierarchy */
.about-hero h1 {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: clamp(2.5rem, 5vw, 4.25rem);
    font-weight: 800;
    line-height: 1.1;
    color: #f8fafc;
    letter-spacing: -0.03em;
    margin-bottom: 32px;
}

/* High-Performance Typographical Glow System */
.text-glow {
    color: var(--brand-cyan, #1ED4C6);
    text-shadow: 0 0 30px rgba(30, 212, 198, 0.2);
    display: inline-block;
}

/* Editorial Body Text Copy */
.manifesto-lead {
    font-size: clamp(1.15rem, 2vw, 1.35rem);
    line-height: 1.6;
    font-weight: 400;
    color: #cbd5e1; /* Soft slate gray for premium scannability */
    margin-bottom: 20px;
}

.manifesto-supporting {
    font-size: 1.05rem;
    line-height: 1.65;
    color: #94a3b8; /* Muted gray sub-text layout layer */
}

/* ==========================================================================
   RESPONSIVE FLUID SCALABILITY BREAKPOINTS
   ========================================================================== */
@media (max-width: 768px) {
    .about-hero {
        min-height: auto;
        padding: 120px 4% 80px 4%;
    }
    .about-hero h1 {
        letter-spacing: -0.02em;
    }
}

@media (max-width: 480px) {
    .matrix-badge {
        font-size: 0.7rem;
        padding: 4px 10px;
    }
}
/* ==========================================================================
   PART 3: CORE MISSIONS & VALUE ANCHORS LAYOUT ENGINE
   ========================================================================== */
.dna-engine-section {
    width: 100%;
    background-color: #f8fafc; /* Crisp, high-end editorial background shift */
    padding: 100px 5%;
    position: relative;
    border-bottom: 1px solid #e2e8f0;
}

.about-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

/* Asymmetric Grid Matrix Setup */
.dna-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 80px;
    align-items: center;
}

/* Left Content Pane Styling */
.dna-content-block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.mini-tag {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.15em;
    color: var(--brand-navy, #0B1F2A);
    background: rgba(11, 31, 42, 0.05);
    padding: 6px 12px;
    border-radius: 4px;
    margin-bottom: 24px;
    text-transform: uppercase;
}

.dna-content-block h2 {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: clamp(2rem, 3.5vw, 2.75rem);
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -0.02em;
    color: var(--brand-navy, #0B1F2A);
    margin-bottom: 32px;
}

/* Narrative Copy Layout Typography */
.dna-narrative-group {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.dna-body-highlight {
    font-size: 1.1rem;
    line-height: 1.65;
    color: #334155; /* High contrast dark charcoal */
    font-weight: 400;
}

.dna-body-supporting {
    font-size: 0.95rem;
    line-height: 1.7;
    color: #64748b; /* Soft muted slate for depth */
}

/* Right Pane: Operational Vector Matrix Styling */
.dna-stats-rig {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.dna-stat-box {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 36px;
    box-shadow: 0 10px 30px rgba(11, 31, 42, 0.02);
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    position: relative;
    overflow: hidden;
}

.dna-vector-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}

.dna-num {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--brand-navy, #0B1F2A);
    letter-spacing: -0.01em;
}

/* Subtle corporate status marker dot */
.vector-status-glow {
    width: 8px;
    height: 8px;
    background-color: var(--brand-cyan, #1ED4C6);
    border-radius: 50%;
    box-shadow: 0 0 12px var(--brand-cyan, #1ED4C6);
}

.dna-stat-box h4 {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 1.05rem;
    font-weight: 700;
    color: #0b1f2a;
    margin-bottom: 8px;
}

.dna-stat-box p {
    font-size: 0.95rem;
    line-height: 1.55;
    color: #64748b;
}

/* High-Performance Card Interaction Hover System */
.dna-stat-box:hover {
    transform: translateX(6px);
    border-color: rgba(30, 212, 198, 0.4);
    box-shadow: 0 20px 40px rgba(11, 31, 42, 0.05);
}

/* ==========================================================================
   RESPONSIVE FLUID BREAKPOINTS
   ========================================================================== */
@media (max-width: 992px) {
    .dna-grid {
        grid-template-columns: 1fr;
        gap: 56px;
    }
    .dna-engine-section {
        padding: 80px 4%;
    }
}

@media (max-width: 576px) {
    .dna-stat-box {
        padding: 28px;
    }
}
