﻿/* ============================
   ABOUT PAGE — HERO
   ============================ */

.about-hero {
    background: #f5f5f2;
    padding: 100px 0 70px;
    text-align: center;
}

.page-title {
    font-family: 'Playfair Display', serif;
    font-size: 40px;
    color: #2f2f2f;
    margin-bottom: 10px;
}

.page-subtitle {
    font-size: 22px;
    color: #6b7a3a;
    margin-bottom: 30px;
}

.about-intro {
    max-width: 800px;
    margin: auto;
    font-size: 18px;
    color: #444;
}


/* ============================
   ABOUT SECTIONS
   ============================ */

.about-section {
    padding: 80px 0;
}

.section-heading {
    font-family: 'Playfair Display', serif;
    font-size: 28px;
    color: #2f2f2f;
    margin-bottom: 25px;
}

.about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

    .about-grid h4 {
        font-size: 20px;
        color: #6b7a3a;
        margin-bottom: 10px;
    }

    .about-grid p {
        color: #555;
    }

.about-merge {
    margin-top: 40px;
    font-size: 18px;
    color: #333;
    font-style: italic;
}


/* ============================
   VALUES SECTION
   ============================ */

.values-section {
    padding: 80px 0;
    background: #fafafa;
}

.values-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.value-card {
    background: #ffffff;
    padding: 25px;
    border-radius: 8px;
    border: 1px solid #eee;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    color: #2f2f2f;
}
