﻿/* ============================================================
   MALWA AGRITECH - PREMIUM ABOUT US PAGE
   ============================================================ */

:root {
    --about-green: #116b3a;
    --about-dark: #073b22;
    --about-deep: #052c1a;
    --about-light: #eef8f1;
    --about-gold: #d6a72c;
    --about-gold-light: #f3d77a;
    --about-text: #24332b;
    --about-muted: #6b7871;
    --about-border: #e3ebe5;
    --about-white: #ffffff;
    --about-blue: #247ca3;
    --about-container: 1320px;
}

.malwa-about-page,
.malwa-about-page * {
    box-sizing: border-box;
}

.malwa-about-page {
    color: var(--about-text);
    background: #fff;
    overflow: hidden;
}

    .malwa-about-page img {
        display: block;
        max-width: 100%;
    }

.about-container {
    width: min(calc(100% - 48px), var(--about-container));
    margin: 0 auto;
}

.section-space {
    padding: 95px 0;
}


/* ============================================================
   HERO
   ============================================================ */

.about-hero {
    position: relative;
    background: linear-gradient(135deg, #f2f9f4 0%, #ffffff 58%, #f8f4e8 100%);
    padding: 85px 0 70px;
    border-bottom: 1px solid var(--about-border);
}

    .about-hero::after {
        content: "";
        position: absolute;
        width: 420px;
        height: 420px;
        right: -180px;
        top: -180px;
        border-radius: 50%;
        background: rgba(214,167,44,.08);
    }

.about-hero-content {
    position: relative;
    z-index: 2;
    max-width: 780px;
}

.about-eyebrow,
.section-kicker,
.content-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--about-green);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.5px;
}

    .about-eyebrow i,
    .content-label i {
        color: var(--about-gold);
    }

.about-hero h1 {
    margin: 20px 0 18px;
    color: var(--about-dark);
    font-size: clamp(38px, 5vw, 68px);
    line-height: 1.05;
    font-weight: 800;
    letter-spacing: -1.5px;
}

    .about-hero h1 span {
        color: var(--about-green);
    }

.about-hero p {
    max-width: 700px;
    margin: 0;
    color: var(--about-muted);
    font-size: 17px;
    line-height: 1.8;
}

.about-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}

.about-btn {
    min-height: 46px;
    padding: 0 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    border-radius: 7px;
    font-size: 13px;
    font-weight: 800;
    transition: .25s ease;
    text-decoration: none;
}

.about-btn-primary {
    background: var(--about-green);
    color: #fff;
}

    .about-btn-primary:hover {
        background: var(--about-dark);
        color: #fff;
        transform: translateY(-2px);
    }

.about-btn-outline {
    border: 1px solid var(--about-green);
    color: var(--about-green);
    background: transparent;
}

    .about-btn-outline:hover {
        background: var(--about-light);
        color: var(--about-green);
    }

.about-btn-light {
    border: 1px solid rgba(255,255,255,.4);
    color: #fff;
    background: rgba(255,255,255,.08);
}

.about-hero-stats {
    position: relative;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    gap: 1px;
    margin-top: 65px;
    width: fit-content;
    background: var(--about-border);
    border: 1px solid var(--about-border);
    border-radius: 10px;
    overflow: hidden;
}

.hero-stat {
    min-width: 150px;
    padding: 18px 24px;
    background: #fff;
}

    .hero-stat strong {
        display: block;
        color: var(--about-dark);
        font-size: 23px;
        font-weight: 800;
    }

    .hero-stat span {
        display: block;
        margin-top: 3px;
        color: var(--about-muted);
        font-size: 11px;
    }


/* ============================================================
   SECTION HEADING
   ============================================================ */

.section-heading {
    max-width: 700px;
    margin-bottom: 50px;
}

    .section-heading.centered {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

    .section-heading h2,
    .values-header h2,
    .strategy-intro h2,
    .storage-header h2,
    .partnership-content h2 {
        margin: 12px 0 14px;
        color: var(--about-dark);
        font-size: clamp(30px, 4vw, 45px);
        line-height: 1.15;
        font-weight: 800;
        letter-spacing: -.7px;
    }

        .section-heading h2 span,
        .values-header h2 span,
        .strategy-intro h2 span,
        .storage-header h2 span,
        .partnership-content h2 span {
            color: var(--about-green);
        }

    .section-heading p,
    .strategy-intro p,
    .storage-header > p,
    .partnership-content > p {
        margin: 0;
        color: var(--about-muted);
        font-size: 15px;
        line-height: 1.8;
    }


/* ============================================================
   STORY
   ============================================================ */

.story-grid {
    display: grid;
    grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
    gap: 80px;
    align-items: center;
}

.story-visual {
    position: relative;
    padding-right: 25px;
    padding-bottom: 25px;
}

.story-main-image {
    position: relative;
    z-index: 2;
    height: 480px;
    overflow: hidden;
    border-radius: 14px;
    background: var(--about-light);
}

    .story-main-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.story-experience-card {
    position: absolute;
    z-index: 4;
    left: -20px;
    bottom: 0;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 15px 18px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 15px 40px rgba(0,0,0,.12);
}

.experience-icon {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 9px;
    background: var(--about-light);
    color: var(--about-gold);
}

.story-experience-card strong,
.story-experience-card small {
    display: block;
}

.story-experience-card strong {
    color: var(--about-dark);
    font-size: 14px;
}

.story-experience-card small {
    margin-top: 3px;
    color: var(--about-muted);
    font-size: 10px;
}

.story-decoration {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 170px;
    height: 170px;
    border-right: 3px solid var(--about-gold);
    border-bottom: 3px solid var(--about-gold);
    border-radius: 0 0 14px 0;
}

.story-content h3 {
    max-width: 600px;
    margin: 15px 0 22px;
    color: var(--about-dark);
    font-size: clamp(26px, 3vw, 38px);
    line-height: 1.2;
    font-weight: 800;
}

.story-content p {
    margin: 0 0 15px;
    color: var(--about-muted);
    font-size: 14px;
    line-height: 1.85;
}

.story-highlights {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 20px;
    margin-top: 25px;
}

.story-highlight {
    display: flex;
    align-items: center;
    gap: 9px;
    color: var(--about-dark);
    font-size: 12px;
    font-weight: 700;
}

    .story-highlight i {
        color: var(--about-green);
    }


/* ============================================================
   BUSINESS
   ============================================================ */

.business-section {
    background: #f7faf8;
}

.business-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.business-card {
    position: relative;
    padding: 30px;
    min-height: 330px;
    background: #fff;
    border: 1px solid var(--about-border);
    border-radius: 13px;
    overflow: hidden;
    transition: .3s ease;
}

    .business-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 18px 45px rgba(0,0,0,.08);
    }

    .business-card::after {
        content: "";
        position: absolute;
        right: -45px;
        bottom: -55px;
        width: 160px;
        height: 160px;
        border-radius: 50%;
        background: rgba(17,107,58,.05);
    }

.business-icon {
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: var(--about-light);
    color: var(--about-green);
    font-size: 21px;
}

.business-cold .business-icon {
    color: var(--about-blue);
    background: #edf7fb;
}

.business-number {
    position: absolute;
    top: 28px;
    right: 28px;
    color: #cbd7d0;
    font-size: 28px;
    font-weight: 800;
}

.business-card h3 {
    margin: 30px 0 10px;
    color: var(--about-dark);
    font-size: 22px;
}

.business-card p {
    margin: 0;
    color: var(--about-muted);
    font-size: 13px;
    line-height: 1.75;
}

.business-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 25px;
}

    .business-tags span {
        padding: 6px 9px;
        background: var(--about-light);
        border-radius: 5px;
        color: var(--about-green);
        font-size: 9px;
        font-weight: 800;
    }


/* ============================================================
   VISION MISSION
   ============================================================ */

.vm-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.vm-card {
    padding: 35px;
    border-radius: 14px;
    border: 1px solid var(--about-border);
}

.vision-card {
    background: linear-gradient(145deg, #f0f8f2, #fff);
}

.mission-card {
    background: linear-gradient(145deg, #fffaf0, #fff);
}

.vm-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .vm-top > span {
        color: #b9c5bd;
        font-size: 25px;
        font-weight: 800;
    }

.vm-icon {
    width: 53px;
    height: 53px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: #fff;
    color: var(--about-green);
    box-shadow: 0 8px 25px rgba(0,0,0,.05);
}

.mission-card .vm-icon {
    color: var(--about-gold);
}

.vm-card h3 {
    margin: 28px 0 14px;
    color: var(--about-dark);
    font-size: 25px;
}

.vm-card p {
    margin: 0;
    color: var(--about-muted);
    font-size: 14px;
    line-height: 1.85;
}

.vm-line {
    width: 45px;
    height: 2px;
    margin: 25px 0 12px;
    background: var(--about-gold);
}

.vm-card strong {
    color: var(--about-dark);
    font-size: 12px;
}

.vm-card ul {
    padding: 0;
    margin: 25px 0 0;
    list-style: none;
}

.vm-card li {
    display: flex;
    gap: 11px;
    margin-bottom: 14px;
    color: var(--about-muted);
    font-size: 13px;
    line-height: 1.65;
}

    .vm-card li i {
        flex: 0 0 auto;
        margin-top: 4px;
        color: var(--about-green);
    }


/* ============================================================
   STRATEGY
   ============================================================ */

.strategy-section {
    background: var(--about-deep);
}

.strategy-layout {
    display: grid;
    grid-template-columns: .75fr 1.5fr;
    gap: 70px;
    align-items: start;
}

.strategy-intro .section-kicker {
    color: var(--about-gold-light);
}

.strategy-intro h2 {
    color: #fff;
}

    .strategy-intro h2 span {
        color: var(--about-gold-light);
    }

.strategy-intro p {
    color: rgba(255,255,255,.63);
}

.strategy-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.strategy-card {
    position: relative;
    padding: 25px;
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 10px;
    background: rgba(255,255,255,.04);
    transition: .25s ease;
}

    .strategy-card:hover {
        background: rgba(255,255,255,.07);
        transform: translateY(-3px);
    }

    .strategy-card > span {
        position: absolute;
        top: 18px;
        right: 20px;
        color: rgba(255,255,255,.2);
        font-size: 20px;
        font-weight: 800;
    }

    .strategy-card > i {
        color: var(--about-gold);
        font-size: 20px;
    }

    .strategy-card h3 {
        margin: 18px 0 8px;
        color: #fff;
        font-size: 16px;
    }

    .strategy-card p {
        margin: 0;
        color: rgba(255,255,255,.58);
        font-size: 11px;
        line-height: 1.75;
    }


/* ============================================================
   STORAGE
   ============================================================ */

.storage-header {
    display: grid;
    grid-template-columns: 1fr .8fr;
    gap: 60px;
    align-items: end;
    margin-bottom: 40px;
}

.storage-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.storage-card {
    overflow: hidden;
    background: #fff;
    border: 1px solid var(--about-border);
    border-radius: 13px;
}

.storage-image {
    height: 280px;
    overflow: hidden;
}

    .storage-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform .5s ease;
    }

.storage-card:hover .storage-image img {
    transform: scale(1.04);
}

.storage-content {
    padding: 25px;
}

    .storage-content > span {
        color: var(--about-gold);
        font-size: 9px;
        font-weight: 800;
        letter-spacing: 1px;
    }

    .storage-content h3 {
        margin: 9px 0 8px;
        color: var(--about-dark);
        font-size: 18px;
    }

    .storage-content p {
        margin: 0;
        color: var(--about-muted);
        font-size: 12px;
        line-height: 1.7;
    }

    .storage-content a {
        display: inline-flex;
        gap: 8px;
        align-items: center;
        margin-top: 17px;
        color: var(--about-green);
        font-size: 11px;
        font-weight: 800;
        text-decoration: none;
    }

.storage-services {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    margin-top: 18px;
}

    .storage-services > div {
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 16px;
        background: var(--about-light);
        border-radius: 8px;
        color: var(--about-dark);
        font-size: 11px;
        font-weight: 700;
    }

    .storage-services i {
        color: var(--about-green);
    }


/* ============================================================
   CROPS
   ============================================================ */

.crop-section {
    background: #f7faf8;
}

.crop-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.crop-card {
    overflow: hidden;
    border-radius: 13px;
    background: #fff;
    border: 1px solid var(--about-border);
}

.crop-image {
    height: 260px;
    overflow: hidden;
}

    .crop-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform .5s ease;
    }

.crop-card:hover .crop-image img {
    transform: scale(1.05);
}

.crop-content {
    position: relative;
    padding: 23px;
}

    .crop-content > span {
        position: absolute;
        top: 22px;
        right: 22px;
        color: #c4d1c8;
        font-size: 20px;
        font-weight: 800;
    }

    .crop-content h3 {
        margin: 0 0 8px;
        color: var(--about-dark);
        font-size: 21px;
    }

    .crop-content p {
        margin: 0;
        color: var(--about-muted);
        font-size: 12px;
        line-height: 1.7;
    }


/* ============================================================
   PARTNERSHIPS
   ============================================================ */

.partnership-section {
    background: #fff;
}

.partnership-layout {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 80px;
    align-items: center;
}

.partner-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.partner-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px;
    border: 1px solid var(--about-border);
    border-radius: 9px;
    background: #fff;
    transition: .25s ease;
}

    .partner-item:hover {
        border-color: rgba(17,107,58,.3);
        background: var(--about-light);
    }

    .partner-item i {
        width: 35px;
        height: 35px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex: 0 0 35px;
        border-radius: 8px;
        background: var(--about-light);
        color: var(--about-green);
        font-size: 12px;
    }

    .partner-item span {
        color: var(--about-text);
        font-size: 11px;
        font-weight: 700;
        line-height: 1.5;
    }


/* ============================================================
   CERTIFICATIONS
   ============================================================ */

.certification-section {
    background: #f7faf8;
}

.certification-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
}

.certification-card {
    padding: 24px;
    background: #fff;
    border: 1px solid var(--about-border);
    border-radius: 10px;
    transition: .25s ease;
}

    .certification-card:hover {
        transform: translateY(-3px);
        box-shadow: 0 12px 30px rgba(0,0,0,.06);
    }

    .certification-card > i {
        color: var(--about-gold);
        font-size: 20px;
    }

    .certification-card h3 {
        margin: 18px 0 7px;
        color: var(--about-dark);
        font-size: 14px;
        line-height: 1.45;
    }

    .certification-card p {
        margin: 0;
        color: var(--about-muted);
        font-size: 10px;
    }


/* ============================================================
   VALUES
   ============================================================ */

.values-section {
    background: #fff;
}

.values-header {
    max-width: 650px;
    margin-bottom: 40px;
}

.values-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
}

.value-card {
    padding: 27px;
    border: 1px solid var(--about-border);
    border-radius: 11px;
    transition: .25s ease;
}

    .value-card:hover {
        border-color: rgba(17,107,58,.3);
        transform: translateY(-4px);
    }

    .value-card > i {
        color: var(--about-green);
        font-size: 21px;
    }

    .value-card h3 {
        margin: 18px 0 8px;
        color: var(--about-dark);
        font-size: 16px;
    }

    .value-card p {
        margin: 0;
        color: var(--about-muted);
        font-size: 11px;
        line-height: 1.7;
    }


/* ============================================================
   FINAL CTA
   ============================================================ */

.about-final-cta {
    padding: 60px 0;
    background: var(--about-green);
}

.final-cta-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
}

    .final-cta-inner > div:first-child {
        max-width: 700px;
    }

    .final-cta-inner span {
        color: var(--about-gold-light);
        font-size: 13px;
        font-weight: 800;
    }

    .final-cta-inner h2 {
        margin: 10px 0 9px;
        color: #fff;
        font-size: clamp(27px, 3.5vw, 42px);
        line-height: 1.2;
    }

    .final-cta-inner p {
        margin: 0;
        color: rgba(255,255,255,.7);
        font-size: 13px;
        line-height: 1.7;
    }

.final-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
}


/* ============================================================
   TABLET
   ============================================================ */

@media (max-width: 1100px) {

    .section-space {
        padding: 75px 0;
    }

    .story-grid,
    .strategy-layout,
    .partnership-layout {
        gap: 45px;
    }

    .business-grid,
    .crop-grid {
        gap: 13px;
    }

    .storage-services {
        grid-template-columns: repeat(2, 1fr);
    }

    .values-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}


/* ============================================================
   TABLET / MOBILE
   ============================================================ */

@media (max-width: 900px) {

    .about-container {
        width: min(calc(100% - 32px), var(--about-container));
    }

    .story-grid,
    .vm-grid,
    .storage-grid,
    .partnership-layout {
        grid-template-columns: 1fr;
    }

    .story-main-image {
        height: 420px;
    }

    .business-grid,
    .crop-grid {
        grid-template-columns: 1fr 1fr;
    }

    .strategy-layout {
        grid-template-columns: 1fr;
    }

    .strategy-grid {
        grid-template-columns: 1fr 1fr;
    }

    .storage-header {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .certification-grid {
        grid-template-columns: 1fr 1fr;
    }

    .final-cta-inner {
        align-items: flex-start;
        flex-direction: column;
    }
}


/* ============================================================
   MOBILE
   ============================================================ */

@media (max-width: 650px) {

    .section-space {
        padding: 58px 0;
    }

    .about-container {
        width: calc(100% - 26px);
    }

    .about-hero {
        padding: 55px 0 45px;
    }

        .about-hero h1 {
            font-size: 35px;
            letter-spacing: -.7px;
        }

        .about-hero p {
            font-size: 14px;
            line-height: 1.7;
        }

    .about-eyebrow,
    .section-kicker,
    .content-label {
        font-size: 10px;
        letter-spacing: 1px;
    }

    .about-hero-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .about-btn {
        width: 100%;
    }

    .about-hero-stats {
        width: 100%;
        margin-top: 40px;
    }

    .hero-stat {
        flex: 1;
        min-width: 0;
        padding: 14px 9px;
        text-align: center;
    }

        .hero-stat strong {
            font-size: 18px;
        }

        .hero-stat span {
            font-size: 9px;
        }

    .section-heading {
        margin-bottom: 35px;
    }

        .section-heading h2,
        .values-header h2,
        .strategy-intro h2,
        .storage-header h2,
        .partnership-content h2 {
            font-size: 29px;
        }

        .section-heading p,
        .strategy-intro p,
        .storage-header > p,
        .partnership-content > p {
            font-size: 13px;
        }

    .story-grid {
        gap: 35px;
    }

    .story-visual {
        padding-right: 10px;
        padding-bottom: 15px;
    }

    .story-main-image {
        height: 330px;
        border-radius: 11px;
    }

    .story-experience-card {
        left: 8px;
    }

    .story-decoration {
        width: 90px;
        height: 90px;
    }

    .story-content h3 {
        font-size: 27px;
    }

    .story-content p {
        font-size: 13px;
    }

    .story-highlights {
        grid-template-columns: 1fr;
    }

    .business-grid,
    .crop-grid {
        grid-template-columns: 1fr;
    }

    .business-card {
        min-height: 280px;
        padding: 24px;
    }

    .vm-card {
        padding: 25px;
    }

    .strategy-grid {
        grid-template-columns: 1fr;
    }

    .strategy-card {
        padding: 21px;
    }

    .storage-image {
        height: 220px;
    }

    .storage-services {
        grid-template-columns: 1fr 1fr;
    }

    .partner-list {
        grid-template-columns: 1fr;
    }

    .certification-grid {
        grid-template-columns: 1fr;
    }

    .values-grid {
        grid-template-columns: 1fr 1fr;
    }

    .final-cta-inner h2 {
        font-size: 29px;
    }

    .final-cta-actions {
        width: 100%;
        flex-direction: column;
    }

        .final-cta-actions .about-btn {
            width: 100%;
        }
}


/* ============================================================
   VERY SMALL DEVICES
   ============================================================ */

@media (max-width: 380px) {

    .about-container {
        width: calc(100% - 20px);
    }

    .about-hero h1 {
        font-size: 31px;
    }

    .about-hero-stats {
        display: grid;
        grid-template-columns: 1fr;
    }

    .hero-stat {
        text-align: left;
    }

    .storage-services,
    .values-grid {
        grid-template-columns: 1fr;
    }

    .story-experience-card {
        padding: 11px;
    }
}


/* ============================================================
   ACCESSIBILITY
   ============================================================ */

@media (prefers-reduced-motion: reduce) {

    .malwa-about-page *,
    .malwa-about-page *::before,
    .malwa-about-page *::after {
        scroll-behavior: auto !important;
        transition: none !important;
        animation: none !important;
    }
}
/* ============================================================
   SCROLL REVEAL
   ============================================================ */

.about-reveal {
    opacity: 0;
    transform: translateY(22px);
    transition: opacity .65s ease, transform .65s ease;
}

    .about-reveal.about-visible {
        opacity: 1;
        transform: translateY(0);
    }


/* ============================================================
   IMAGE FALLBACK
   ============================================================ */

.image-load-failed {
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient( 135deg, var(--about-light), #ffffff );
}

    .image-load-failed::after {
        content: "MALWA AGRITECH";
        color: var(--about-green);
        font-size: 13px;
        font-weight: 800;
        letter-spacing: 1px;
    }