@charset "UTF-8";
/* --- 1. Global Styles & Reset --- */
* { box-sizing: border-box; }

body {
    background-color: #f9fbf9 !important; /* Sage Light */
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #333333;
    line-height: 1.6;
    margin: 0;
    padding: 0;
}

.section-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 60px 20px;
}

/* --- 2. Typography & Common Elements --- */
h1 { color: #2d5a27; font-size: 2.8rem; margin-bottom: 0.5rem; }
h2.section-title { color: #2d5a27; font-size: 2.2rem; text-align: center; margin-bottom: 10px; }
h3 { color: #2d5a27; }

.subtitle { font-size: 1.4rem; color: #666; margin-bottom: 2rem; }
.lead-text { font-size: 1.25rem; border-left: 4px solid #d4af37; padding-left: 20px; color: #444; }

/* Buttons */
.cta-button {
    display: inline-block;
    padding: 16px 32px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    transition: 0.3s;
    text-align: center;
    border: 2px solid #d4af37;
}

.cta-button.primary {
    background-color: #d4af37; /* Gold */
    color: #1a2a38 !important; /* Dark Slate Text */
}

.cta-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    background-color: #c4a02e;
    color: #ffffff !important;
}

/* --- 3. Integration Framework (Intro) --- */
.integration-framework {
    padding: 80px 10%;
    background-color: #ffffff;
}

.framework-header {
    margin-bottom: 50px;
    border-left: 5px solid #2d5a27;
    padding-left: 20px;
}

.blueprint-list {
    list-style: none;
    padding: 0;
}

.blueprint-list li {
    margin-bottom: 15px;
    padding-left: 25px;
    position: relative;
}

.blueprint-list li::before {
    content: "→";
    position: absolute;
    left: 0;
    color: #d4af37;
    font-weight: bold;
}

/* --- 4. Lexicon Section --- */
.lexicon-section {
    padding: 80px 0;
    background-color: #ffffff;
}

.lexicon-intro {
    text-align: center;
    max-width: 600px;
    margin: 0 auto 50px;
    font-style: italic;
    color: #666;
}

.lexicon-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.lexicon-entry {
    padding: 30px;
    background: #fdfdfd;
    border-left: 4px solid #2d5a27;
    border-radius: 0 12px 12px 0;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    transition: transform 0.3s ease;
}

.lexicon-entry:hover { transform: translateX(10px); background: #f8faf9; }

.lexicon-term {
    display: block;
    font-weight: 800;
    font-size: 1.1rem;
    color: #2d5a27;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.lexicon-entry.highlight-gold { border-left-color: #d4af37; background: #fffef0; }

/* --- 5. Community Fabric --- */
.community-fabric {
    background-color: #ffffff;
    padding: 80px 0;
    text-align: center;
}

.fabric-intro { font-size: 1.25rem; max-width: 850px; margin: 0 auto 50px auto; color: #444; }

.fabric-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 30px;
}

.fabric-card {
    padding: 30px;
    background: #fdfdfd;
    border-radius: 15px;
    border: 1px solid #eee;
    transition: transform 0.3s ease;
}

.fabric-card:hover { transform: translateY(-10px); border-color: #d4af37; }
.fabric-icon { font-size: 2.5rem; display: block; margin-bottom: 15px; }

.purpose-statement {
    max-width: 700px;
    margin: 60px auto 0 auto;
    padding: 30px;
    border-top: 2px solid #f4f7f6;
    font-size: 1.2rem;
    color: #2d5a27;
    font-family: 'Georgia', serif;
}

/* --- 6. Research Validation --- */
.findings-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    margin-top: 30px;
}

.finding-box {
    background: white;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);
    border-top: 4px solid #2d5a27;
}

/* --- 7. Presencing Vision (Quote) --- */
.quote-block {
    margin-bottom: 40px;
    border-left: 5px solid #d4af37;
    padding-left: 30px;
}

.scharmer-quote { font-size: 1.4rem; font-style: italic; color: #2c3e50; }

/* --- 8. Ecosystem Growth (Navigation) --- */
.ecosystem-growth { 
    background-color: #1a2a38; 
    color: white; 
    text-align: center; 
    padding: 60px 0;
}

/* --- 9. Network Vision --- */
.network-vision-enhanced { padding: 100px 5%; background-color: #ffffff; text-align: center; }

.node-container { display: flex; justify-content: center; gap: 30px; flex-wrap: wrap; }

.node-item {
    flex: 1; min-width: 300px; max-width: 380px; padding: 40px 30px;
    background: #fdfdfd; border: 1px solid #eee; border-radius: 20px;
    transition: all 0.4s ease;
}

.node-item.featured { background: #1a2a38; color: #ffffff; transform: scale(1.05); }
.node-item.featured h4 { color: #d4af37; }
.node-icon { font-size: 3rem; margin-bottom: 20px; }

/* --- 10. Catalyst CTA (Footer) --- */
/* Main Section */
.catalyst-cta {
    background-color: #2d5a27; /* Conservation Green */
    padding: 80px 20px;
    display: flex;
    justify-content: center;
}

.centered-content {
    max-width: 900px; 
    text-align: center;
}

/* Narrative Visibility Fixes */
.action-narrative .lead-text {
    font-size: 1.4rem;
    line-height: 1.6;
    margin-bottom: 25px;
    color: #ffffff !important; /* Pure White for high contrast */
}

/* This rule specifically fixes the washed-out text */
.action-narrative .sub-text {
    font-size: 1.15rem;
    line-height: 1.6;
    color: #f8f8f8 !important; /* Bright off-white for visibility */
    margin-bottom: 50px;
}

.action-narrative strong {
    color: #d4af37 !important; /* Resilience Gold */
}

/* Centered Diagram at 70% */
.diagram-wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 60px;
}

.federated-diagram {
    width: 70%;
    max-width: 800px;
}

.federated-diagram img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.2);
}

/* White Card for Logo Blending */
.contact-card-centered {
    background: #ffffff; /* Seamlessly blends your white-background logo */
    padding: 50px 40px;
    border-radius: 12px;
    border-top: 8px solid #d4af37;
    color: #333333;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cta-button-gold {
    background-color: #d4af37;
    color: #ffffff !important;
    padding: 18px 45px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    display: inline-block;
    margin-top: 25px;
}

/* --- 11. Disruption Page Specifics --- */
.staggered-container { max-width: 1200px; margin: 0 auto; padding: 40px 20px; }

.disruption-row { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; margin-bottom: 100px; }

.disruption-row.reverse .disruption-text { grid-column: 2; }
.disruption-row.reverse .disruption-image { grid-column: 1; grid-row: 1; }

.front-number { font-family: 'Courier New', monospace; font-size: 2rem; color: #d4af37; font-weight: bold; }

.disruption-image img, .matrix-video { 
    width: 100%; height: auto; border-radius: 15px; box-shadow: 0 10px 30px rgba(0,0,0,0.1); 
}

.matrix-video-wrapper { position: relative; width: 100%; border-radius: 12px; overflow: hidden; }

.unmute-btn {
    position: absolute; bottom: 20px; right: 20px; z-index: 10;
    padding: 10px 20px; background-color: #d4af37; color: #1a1a1a;
    border: none; border-radius: 25px; font-weight: bold; cursor: pointer;
}

/* Governance Model (Disruptions Footer) */
.governance-model {
    background-color: #2d5a27; color: white; padding: 60px 10%;
    text-align: center; border-radius: 12px; margin: 40px auto;
}

/* --- 12. Responsive Fixes --- */
@media (max-width: 768px) {
    .disruption-row, .disruption-row.reverse { grid-template-columns: 1fr; gap: 30px; }
    .disruption-row.reverse .disruption-text, .disruption-row.reverse .disruption-image { grid-column: auto; }
    .node-item.featured { transform: scale(1); }
    .node-container { flex-direction: column; align-items: center; }
}

.diagram-center-container {
    text-align: center;
    margin: 40px auto;
    padding: 20px;
    max-width: 700px; /* Keeps the diagram from becoming too large */
}

.diagram-center-container img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.12);
    border: 1px solid #eee;
}

.diagram-caption {
    margin-top: 15px;
    font-size: 0.9rem;
    color: #2d5a27; /* Conservation Green */
    font-style: italic;
    font-weight: 500;
}

.diagram-wrapper {
    width: 100%;
    display: flex;
    justify-content: center; /* Centers the diagram horizontally */
    padding: 40px 0;
}

.federated-diagram {
    width: 70%; /* Constrains the entire unit to 70% of the page width */
    max-width: 900px; /* Prevents it from getting too large on giant screens */
    text-align: center;
}

.federated-diagram img {
    width: 100%; /* Makes the image fill 100% of the 70% container */
    height: auto;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.diagram-caption {
    margin-top: 15px;
    font-size: 0.95rem;
    color: #2d5a27; /* Conservation Green */
    font-style: italic;
}

/* Mobile Fix: Ensure it's larger on small screens so it's readable */
@media (max-width: 768px) {
    .federated-diagram {
        width: 90%;
    }
}