/* =========================================================
   ANJANEY AGRO ENTERPRISE
   ABOUT PAGE STYLES

   Page Structure:
   1. Hero
   2. Who We Are
   3. Our Approach
   4. Our Story
   5. Vision & Mission
   6. Core Values
   7. Closing Section
   8. Responsive
========================================================= */


/* =========================================================
   HERO
   Controls the About page hero image and typography.
========================================================= */

.about-hero {
    position: relative;
    min-height: 570px;
    display: flex;
    align-items: flex-start;
    padding: 145px 0 80px;
    background:
        url("../images/home/anjaney-agro-enterprise-about-hero.webp.webp");
    background-size: cover;
    background-position: 65% center;
    color: var(--white);
    overflow: hidden;
}


/* Dark overlay placed above the hero image. */

.about-hero .page-hero-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            90deg,
            rgba(8, 28, 16, 0.92) 0%,
            rgba(8, 28, 16, 0.82) 28%,
            rgba(8, 28, 16, 0.48) 52%,
            rgba(8, 28, 16, 0.10) 100%
        );
    z-index: 1;
}


/* Hero content remains above the overlay. */

.about-hero .page-hero-content {
    position: relative;
    z-index: 2;
    width: 100%;
    margin-left: 35px;
    text-align: left;
}


/* Hero small label. */

.about-hero .section-label {
    margin-bottom: 14px;
    color: #e4c16a;

}


/* Main hero heading. */

.about-hero h1 {
    max-width: 850px;
    margin-top: 0;
    color: var(--white);
    font-size: clamp(42px, 5vw, 64px);
    line-height: 1.08;
    font-weight: 600;
}


/* Gold highlighted line in hero heading. */

.about-hero h1 span {
    display: block;
    color: #e4c16a;
}


/* Hero supporting text. */

.about-hero .page-hero-description {
    max-width: 720px;
    margin: 0;
    color: rgba(255, 255, 255, 0.86);
    font-size: 18px;
    line-height: 1.7;
}


/* =========================================================
   WHO WE ARE
   Background: White

   Desktop layout:
   Heading = Left
   Text = Right
========================================================= */

.about-who-section {
    background: var(--white);
}


.about-who-layout {
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    gap: 90px;
    align-items: center;
    padding: 50px;
}


/* Left-side heading area. */

.about-who-heading h2 {
    max-width: 500px;
    color: var(--dark);
    font-size: clamp(40px, 4.5vw, 58px);
    line-height: 1.1;
    font-weight: 600;
}


/* Right-side descriptive content. */

.about-who-copy {
    max-width: 760px;
}


.about-who-copy p {
    margin-bottom: 24px;
    color: var(--light-text);
    font-size: 17px;
    line-height: 1.85;
}


.about-who-copy p:last-child {
    margin-bottom: 0;
}


.about-who-copy strong {
    color: var(--dark);
    font-weight: 700;
}


/* =========================================================
   OUR APPROACH
   Background: Green

   Desktop layout:
   Text = Left
   Heading = Right

   This intentionally mirrors Who We Are in reverse.
========================================================= */

.about-approach-section {
    background: var(--primary);
    color: var(--white);
}


.about-approach-layout {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 90px;
    align-items: center;
}


/* Left-side approach text. */

.about-approach-copy {
    max-width: 760px;
}


.about-approach-copy p {
    margin-bottom: 22px;
    color: rgba(255, 255, 255, 0.88);
    font-size: 17px;
    line-height: 1.85;
}


.about-approach-copy p:last-child {
    margin-bottom: 0;
}


.about-approach-copy strong {
    color: var(--white);
    font-weight: 700;
}


/* Right-side approach heading. */

.about-approach-heading {
    order: 2;
}


.about-approach-heading .section-label {
    color: #e4c16a;
}


.about-approach-heading h2 {
    max-width: 520px;
    color: var(--white);
    font-size: clamp(40px, 4.5vw, 58px);
    line-height: 1.1;
    font-weight: 600;
}


/* Gold statement inside the green section. */

.approach-highlight {
    position: relative;
    margin-top: 30px;
    padding: 20px 0 20px 24px;
    color: #e4c16a !important;
    font-size: 19px !important;
    font-weight: 600;
    line-height: 1.65 !important;
}


.approach-highlight::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 3px;
    background: #e4c16a;
}


/* =========================================================
   OUR STORY
   Background: Light cream

   Desktop layout:
   Left   = Story introduction
   Center = Highlight
   Right  = Story conclusion + vision

   The section uses the full available page width.
========================================================= */

.about-story-section {
    background: var(--cream);
}


/* Story title row. */

.about-story-title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    margin-bottom: 42px;
}


.about-story-title .section-label {
    margin: 0;
    color: var(--primary);
    font-size:20x;
    font-weight: 700;
    letter-spacing: 0.10em;
}


.story-title-line {
    display: block;
    width: 140px;
    height: 1px;
    background: var(--accent);
}


/* Main three-column story layout. */

.about-story-grid {
    display: grid;
    grid-template-columns: 1fr 1.05fr 1fr;
    gap: 40px;
    align-items: start;
}


/* Story paragraphs. */

.story-column {
    min-width: 0;
}


.story-column p {
    margin-bottom: 22px;
    color: var(--light-text);
    font-size: 16px;
    line-height: 1.8;
}


.story-column p:last-child {
    margin-bottom: 0;
}


/* Center highlighted story card. */

.story-highlight-card {
    position: relative;
    min-height: 100%;
    padding: 34px 30px;
    background: rgba(255, 255, 255, 0.52);
    border-left: 3px solid var(--accent);
}


.story-quote-mark {
    display: block;
    margin-bottom: 5px;
    color: var(--accent);
    font-family: Georgia, serif;
    font-size: 54px;
    line-height: 0.8;
    font-weight: 700;
}


.story-highlight-card p {
    margin: 0;
    color: var(--dark);
    font-size: 19px;
    line-height: 1.65;
}


.story-highlight-card strong {
    color: var(--primary);
    font-weight: 700;
}


/* Vision card inside Our Story. */

.story-vision-card {
    margin-top: 28px;
    padding: 25px 24px;
    background: rgba(255, 255, 255, 0.48);
    border: 1px solid rgba(30, 70, 45, 0.14);
}


.story-vision-card .section-label {
    margin-bottom: 12px;
    color: var(--accent);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.14em;
}


.story-vision-card h3 {
    margin-bottom: 12px;
    color: var(--dark);
    font-size: 22px;
    line-height: 1.35;
    font-weight: 700;
}


.story-vision-card h3 span {
    display: block;
    color: var(--primary);
}


.story-vision-card > p:last-child {
    margin: 0;
    color: var(--light-text);
    font-size: 14px;
    line-height: 1.7;
}


/* =========================================================
   VISION & MISSION
   Design and colour intentionally preserved.
========================================================= */

.about-vision-section {
    background: var(--cream);
    padding-top: -90px
}


.vision-mission-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}


.vision-mission-card {
    position: relative;
    min-height: 390px;
    padding: 42px;
    background: var(--white);
    border: 1px solid var(--border);
    transition: var(--transition);
    overflow: hidden;
}


.vision-mission-card::after {
    content: "";
    position: absolute;
    right: -60px;
    bottom: -60px;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: rgba(228, 193, 106, 0.10);
}


.vision-mission-card:hover {
    transform: translateY(-6px);
    border-color: var(--primary);
    box-shadow:
        0 18px 40px rgba(20, 50, 30, 0.09);
}


.vision-mission-card-top {
    margin-bottom: 35px;
}


.vision-mission-label {
    color: var(--accent);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.16em;
}


.vision-mission-card h3 {
    position: relative;
    z-index: 1;
    max-width: 500px;
    margin-bottom: 22px;
    color: var(--dark);
    font-size: clamp(28px, 3vw, 38px);
    line-height: 1.2;
    font-weight: 600;
}


.vision-mission-card > p {
    position: relative;
    z-index: 1;
    max-width: 580px;
    margin: 0;
    color: var(--light-text);
    font-size: 16px;
    line-height: 1.8;
}


/* =========================================================
   CORE VALUES
   Six clean cards.
   No numerical labels.
========================================================= */

.about-values-section {
    background: var(--white);
}


.about-values-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}


.value-feature-card {
    position: relative;
    min-height: 145px;
    padding: 34px 30px;
    background: var(--cream);
    border: 1px solid var(--border);
    transition: var(--transition);
}


.value-feature-card:hover {
    transform: translateY(-6px);
    border-color: var(--primary);
    box-shadow:
        0 15px 35px rgba(20, 50, 30, 0.08);
}


.value-feature-card h3 {
    color: var(--dark);
    font-size: 19px;
    line-height: 1.35;
    font-weight: 700;
    margin-bottom: 16px;
}


.value-feature-card h3::after {
    content: "";
    display: block;
    width: 35px;
    height: 2px;
    margin-top: 13px;
    background: var(--accent);
}


.value-feature-card p {
    max-width: 330px;
    margin: 0;
    color: var(--light-text);
    font-size: 14px;
    line-height: 1.75;
}


/* =========================================================
   CLOSING SECTION
========================================================= */

.about-closing-section {
    background: var(--primary);
    color: var(--white);
}


.about-closing-content {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}


.about-closing-content .section-label {
    margin-bottom: 18px;
    color: #e4c16a;
}


.about-closing-content h2 {
    max-width: 850px;
    margin: 0 auto 25px;
    color: var(--white);
    font-size: clamp(36px, 5vw, 60px);
    line-height: 1.12;
    font-weight: 600;
}


.about-closing-content h2 span {
    display: block;
    color: #e4c16a;
}


.about-closing-content > p:not(.section-label):not(.closing-company-line) {
    max-width: 700px;
    margin: 0 auto 22px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 17px;
    line-height: 1.8;
}


.closing-company-line {
    max-width: 800px;
    margin: 0 auto 32px;
    color: var(--white);
    font-size: 16px;
    line-height: 1.7;
}


.about-closing-content .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* =========================================================
   CLOSING SECTION — EXPLORE OUR STRENGTH BUTTON
   Golden CTA button for the closing section.
========================================================= */

.about-closing-content .btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 28px;
    background: #e4c16a;
    color: #14351f;
    border: 1px solid #e4c16a;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: var(--transition);
}


/* Hover effect */

.about-closing-content .btn-primary:hover {
    background: #f0d487;
    border-color: #f0d487;
    color: #14351f;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1100px) {

    
    
    
    /* WHO WE ARE */

    .about-who-layout {
        grid-template-columns: 0.85fr 1.15fr;
        gap: 55px;
    }


    /* OUR APPROACH */

    .about-approach-layout {
        grid-template-columns: 1.15fr 0.85fr;
        gap: 55px;
    }


    /* OUR STORY */

    .about-story-grid {
        grid-template-columns: 1fr 1fr;
        gap: 30px;
    }


    .story-conclusion {
        grid-column: 1 / -1;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 30px;
        align-items: start;
    }


    .story-vision-card {
        margin-top: 0;
    }


    /* CORE VALUES */

    .about-values-grid {
        grid-template-columns: repeat(2, 1fr);
    }

}


/* =========================================================
   MOBILE — ABOUT HERO
========================================================= */

@media (max-width: 768px) {

    .about-hero {
        min-height: 500px;
        align-items: center;
        padding: 115px 0 60px;
        background-position: 68% center;
    }


    .about-hero h1 {
        font-size: 40px;
    }


    .about-hero .page-hero-description {
        font-size: 16px;
    }


    .about-hero .page-hero-content {
        margin-left: 15px;
        text-align: left;
    }


    /* =====================================================
       WHO WE ARE
    ===================================================== */

    .about-who-layout {
        grid-template-columns: 1fr;
        gap: 30px;
    }


    .about-who-heading h2 {
        font-size: 36px;
    }


    .about-who-copy p {
        font-size: 16px;
    }


    /* =====================================================
       OUR APPROACH
       Mobile returns to normal vertical flow.
    ===================================================== */

    .about-approach-layout {
        grid-template-columns: 1fr;
        gap: 30px;
    }


    .about-approach-heading {
        order: -1;
    }


    .about-approach-heading h2 {
        font-size: 38px;
    }


    .about-approach-copy p {
        font-size: 16px;
    }


    .approach-highlight {
        font-size: 17px !important;
    }


    /* =====================================================
       OUR STORY
    ===================================================== */

    .about-story-title {
        gap: 15px;
        margin-bottom: 32px;
    }


    .about-story-title .section-label {
        font-size: 16px;
        white-space: nowrap;
    }


    .story-title-line {
        width: 70px;
    }


    .about-story-grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }


    .story-conclusion {
        grid-column: auto;
        display: block;
    }


    .story-highlight-card {
        min-height: auto;
        padding: 30px 25px;
    }


    .story-highlight-card p {
        font-size: 18px;
    }


    .story-vision-card {
        margin-top: 28px;
    }


    /* =====================================================
       VISION & MISSION
    ===================================================== */

    .vision-mission-grid {
        grid-template-columns: 1fr;
    }


    .vision-mission-card {
        min-height: auto;
        padding: 32px 28px;
    }


    .vision-mission-card h3 {
        font-size: 30px;
    }


    /* =====================================================
       CORE VALUES
    ===================================================== */

    .about-values-grid {
        grid-template-columns: 1fr;
    }


    .value-feature-card {
        min-height: auto;
        padding: 30px 26px;
    }


    /* =====================================================
       CLOSING
    ===================================================== */

    .about-closing-content h2 {
        font-size: 38px;
    }


    .about-closing-content > p:not(.section-label):not(.closing-company-line) {
        font-size: 16px;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    /* HERO */

    .about-hero {
        min-height: 470px;
        padding: 105px 0 50px;
    }


    .about-hero h1 {
        font-size: 35px;
    }


    .about-hero .page-hero-description {
        font-size: 15px;
    }


    /* WHO WE ARE */

    .about-who-heading h2 {
        font-size: 33px;
    }


    /* OUR APPROACH */

    .about-approach-heading h2 {
        font-size: 34px;
    }


    .approach-highlight {
        padding-left: 18px;
        font-size: 16px !important;
    }


    /* OUR STORY */

    .about-story-title {
        gap: 10px;
    }


    .about-story-title .section-label {
        font-size: 20px;
    }


    .story-title-line {
        width: 45px;
    }


    .story-highlight-card {
        padding: 26px 21px;
    }


    .story-quote-mark {
        font-size: 48px;
    }


    .story-highlight-card p {
        font-size: 17px;
    }


    .story-vision-card {
        padding: 23px 20px;
    }


    .story-vision-card h3 {
        font-size: 20px;
    }


    /* VISION & MISSION */

    .vision-mission-card {
        padding: 28px 24px;
    }


    .vision-mission-card h3 {
        font-size: 28px;
    }


    /* VALUES */

    .value-feature-card {
        padding: 28px 24px;
    }


    /* CLOSING */

    .about-closing-content h2 {
        font-size: 33px;
    }


    .closing-company-line {
        font-size: 15px;
    }

}