/* =====================================================
   1. HERO SECTION
   ===================================================== */
.Vagocat-about-page {
    background-color: #ffffff; 
    overflow-x: hidden; /* Prevents horizontal scroll from slanted blocks */
}

.about-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

.text-center {
    text-align: center;
}

.about-hero {
    padding: 120px 0 80px 0;
    background-color: #ffffff;
}

.about-main-heading {
    font-family: var(--font-heading, 'Outfit', sans-serif);
    font-size: clamp(40px, 6vw, 72px); 
    font-weight: 800;
    color: #111827;
    line-height: 1.05;
    letter-spacing: -2px;
    margin: 0 auto 24px auto;
    max-width: 900px;
}

.about-sub-heading {
    font-family: var(--font-body, 'Inter', sans-serif);
    font-size: 20px;
    line-height: 1.6;
    color: #4B5563; 
    margin: 0 auto 40px auto;
    max-width: 700px;
}

.about-scroll-link {
    font-family: var(--font-heading, 'Outfit', sans-serif);
    font-size: 18px;
    font-weight: 800;
    color: #9D00FF;
    text-decoration: none;
    border-bottom: 3px solid #9D00FF;
    padding-bottom: 4px;
    transition: all 0.2s ease;
}

.about-scroll-link:hover {
    color: #111827;
    border-color: #111827;
}

/* =====================================================
   2. ANGLED BRUTALIST BLOCKS (The Zig-Zag)
   ===================================================== */
.about-angled-wrapper {
    position: relative;
    padding-top: 60px; 
    margin-bottom: 80px;
}

.angled-block {
    position: relative;
    padding: 120px 0;
    margin-bottom: -60px; 
    z-index: 1;
}

.block-black { z-index: 3; background-color: #111827; }
.block-purple { z-index: 2; background-color: #9D00FF; }
.block-silver { z-index: 1; background-color: #F3F4F6; padding-bottom: 160px;}

.slant-right { transform: skewY(-4deg); }
.unslant-right { transform: skewY(4deg); }

.slant-left { transform: skewY(4deg); }
.unslant-left { transform: skewY(-4deg); }

.angled-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

.angled-text {
    display: flex;
    flex-direction: column;
}

.block-black .angled-title, .block-purple .angled-title { color: #ffffff; }
.block-black .angled-subtitle { color: #9D00FF; }
.block-purple .angled-subtitle { color: #111827; }
.block-black p, .block-purple p { color: #E5E7EB; }

.angled-title {
    font-family: var(--font-heading, 'Outfit', sans-serif);
    font-size: clamp(40px, 6vw, 72px); 
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: -2px;
    margin: 0 0 16px 0;
}

.angled-subtitle {
    font-family: var(--font-heading, 'Outfit', sans-serif);
    font-size: 24px;
    font-weight: 800;
    margin: 0 0 24px 0;
}

.angled-text p {
    font-family: var(--font-body, 'Inter', sans-serif);
    font-size: 18px;
    line-height: 1.6;
    margin: 0 0 24px 0;
}

.angled-text p:last-child {
    margin-bottom: 0;
}

.angled-visual {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
}

/* =====================================================
   3. GLOBAL OPERATIONS
   ===================================================== */
.about-operations-section {
    padding: 80px 0;
    background-color: #ffffff;
}

.ops-icon-banner {
    display: flex;
    justify-content: center;
    gap: 0; 
    margin-bottom: 80px;
}

.ops-banner-box {
    width: 250px;
    height: 160px;
    border: 4px solid #111827;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: -4px; 
    box-shadow: 12px 12px 0px #111827;
    z-index: 1;
}

.ops-banner-box:last-child {
    margin-right: 0;
}

.section-heavy-heading {
    font-family: var(--font-heading, 'Outfit', sans-serif);
    font-size: clamp(40px, 6vw, 72px); 
    font-weight: 800;
    color: #111827;
    line-height: 1.05;
    letter-spacing: -2px;
    margin: 0 auto 60px auto;
    max-width: 900px;
}

.mt-16 {
    margin-top: 64px;
}

.about-desc-center {
    font-family: var(--font-body, 'Inter', sans-serif);
    font-size: 18px;
    line-height: 1.6;
    color: #4B5563;
    max-width: 800px;
    margin: 0 auto 60px auto;
}

.ops-text-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    text-align: left;
    max-width: 1000px;
    margin: 0 auto;
}

.ops-text-col h4 {
    font-family: var(--font-heading, 'Outfit', sans-serif);
    font-size: 22px;
    font-weight: 800;
    color: #111827;
    margin: 0 0 16px 0;
    padding-bottom: 16px;
    border-bottom: 4px solid #111827;
}

.ops-text-col p {
    font-family: var(--font-body, 'Inter', sans-serif);
    font-size: 16px;
    line-height: 1.6;
    color: #4B5563;
    margin: 0;
}

/* =====================================================
   RESPONSIVE MEDIA QUERIES
   ===================================================== */
@media (max-width: 1024px) {
    .angled-content {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 60px;
    }
    
    .block-purple .angled-visual {
        order: 2; 
    }

    .ops-icon-banner {
        flex-direction: column;
        align-items: center;
        gap: 24px;
    }

    .ops-banner-box {
        margin-right: 0;
        width: 100%;
        max-width: 300px;
    }

    .ops-text-grid {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .ops-text-col h4 {
        border-bottom: none;
        display: inline-block;
        border-bottom: 4px solid #111827;
    }
}

@media (max-width: 600px) {
    .about-hero {
        padding: 80px 0 40px 0;
    }

    /* Reduce the slant angle on mobile to prevent text clipping */
    .slant-right, .slant-left, .unslant-right, .unslant-left {
        transform: skewY(0deg) !important;
    }
    
    .angled-block {
        padding: 80px 0;
        margin-bottom: 0;
    }
    
    .block-silver {
        padding-bottom: 80px;
    }
}