/* === PAGE HERO SECTION === */
.page-hero {
    background: linear-gradient(180deg, #f0ede6 0%, var(--bg-color) 100%);
    padding-top: calc(var(--header-height) + 4rem);
    padding-bottom: 4rem;
    text-align: center;
    margin: 0 auto;
    border-bottom: 1px solid var(--border-color);
}

.page-hero h1 {
    font-size: 3.5rem;
    color: var(--primary-dark);
    margin-bottom: 1rem;
}

.page-hero .hero-subtitle {
    font-size: 1.2rem;
    color: #555;
    max-width: 600px;
    margin: 0 auto;
}

/* === OUR MISSION & STORY === */
/* Uses .section--card style */
.about-story-container {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 3rem;
    align-items: center;
}

.about-image img {
    border-radius: 8px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.about-content p {
    margin-bottom: 1.5rem;
    color: #555;
    line-height: 1.7;
}

.about-subtitle {
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--primary-dark);
    margin-top: 2rem;
    margin-bottom: 1rem;
}

/* Keep title left aligned on desktop */
.about-content .section-title {
    text-align: left;
}

/* === MEET THE FOUNDER === */
/* Uses .section--card style */
.founder-container {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 3rem;
    align-items: center;
}

.founder-image img {
    border-radius: 10%;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    border: 5px solid var(--card-bg-color);
    max-width: 280px;
    margin: 0 auto;
    transition: transform 0.3s ease;
}

.founder-image img:hover {
    transform: scale(1.05);
}

.founder-content p {
    color: #555;
    margin-bottom: 1.5rem;
}

.social-links {
    margin-top: 2rem;
    display: flex;
    gap: 1.5rem;
}

.social-link {
    font-weight: 500;
    color: var(--primary-dark);
    transition: color 0.3s ease;
    display: inline-flex;
    align-items: center;
}

.social-link:hover {
    color: var(--secondary-muted);
    text-decoration: underline;
}

.social-link i {
    margin-right: 0.5rem;
    font-size: 1.2rem;
}

/* Keep title left aligned on desktop */
.founder-content .section-title {
    text-align: left;
}

/* === OUR SIMPLE PROCESS === */
/* Uses .section--card style */
.process-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1.5rem;
}

.process-step {
    background-color: var(--light-bg-inner);
    border: 1px solid var(--border-color);
    padding: 2rem 1.5rem;
    border-radius: 8px;
    text-align: center;
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.process-step:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(58, 74, 93, 0.1);
}

.process-icon {
    font-size: 2.2rem;
    color: var(--primary-dark);
    margin-bottom: 1rem;
    background-color: var(--card-bg-color);
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    margin: 0 auto 1rem auto;
    border: 1px solid var(--border-color);
    display: flex;
    align-items: center;
    justify-content: center;
}

.process-step h3 {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
    color: var(--primary-dark);
}

.process-step p {
    color: #555;
    font-size: 0.9rem;
}

/* === OUR CORE VALUES === */
/* Uses .section--card style */
.values-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
}

.value-card {
    background-color: var(--light-bg-inner);
    border: 1px solid var(--border-color);
    padding: 2.5rem 2rem;
    border-radius: 8px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.value-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(58, 74, 93, 0.1);
}

.value-card i {
    font-size: 2.5rem;
    color: var(--primary-dark);
    margin-bottom: 1rem;
    background-color: var(--card-bg-color);
    width: 70px;
    height: 70px;
    line-height: 70px;
    border-radius: 50%;
    margin: 0 auto 1rem auto;
    border: 1px solid var(--border-color);
    display: flex;
    align-items: center;
    justify-content: center;
}

.value-card h3 {
    font-size: 1.3rem;
    margin-bottom: 0.5rem;
    color: var(--primary-dark);
}

.value-card p {
    color: #555;
    font-size: 0.95rem;
}


/* === ABOUT PAGE SPECIFIC MEDIA QUERIES (UPDATED) === */
@media screen and (max-width: 768px) {
    .page-hero h1 {
        font-size: 2.5rem;
        /* Smaller hero title */
    }

    .page-hero .hero-subtitle {
        font-size: 1.1rem;
        /* Smaller hero subtitle */
    }

    /* Make 2-column grids stack vertically */
    .about-story-container,
    .founder-container {
        grid-template-columns: 1fr;
        /* Switch to single column */
        text-align: center;
    }

    /* Center titles that were left-aligned on desktop */
    .about-content .section-title,
    .founder-content .section-title {
        text-align: center;
        /* Center titles on mobile */
    }

    /* Adjust spacing and alignment for stacked grids */
    .about-image {
        margin-bottom: 2rem;
    }

    .social-links {
        justify-content: center;
        /* Center social links */
    }

    /* Ensure multi-column grids also stack nicely if needed */
    .process-grid {
        grid-template-columns: 1fr;
        /* Stack process steps */
    }

    .values-grid {
        grid-template-columns: 1fr;
        /* Stack values */
    }
}