.header-page {
    background-color: var(--color-primary);
}

.chef-section {
    background-color: #fdfdfd;
    padding: 5rem 5rem;
}

.chef-title {
    font-family: var(--font-primary), serif;
    color: var(--color-text-primary, #333);
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    font-size: 2rem;
}

.chef-contenido {
    max-width: 900px;
    margin: 0 auto;
    text-align: justify;
    line-height: 1.8;
    font-size: 1rem;
    color: var(--color-text-secondary, #555);
    padding: 0 1.5rem;
}

.chef-contenido p {
    margin-bottom: 1.5rem;
}


@media (max-width: 768px) {
    .chef-title {
        font-size: 1.5rem;
        letter-spacing: 0.5px;
        padding: 0 1rem;
    }

    .chef-contenido {
        max-width: 100%;
        padding: 0 1rem;
        line-height: 1.7;
        font-size: 0.95rem;
    }

    .chef-contenido p {
        margin-bottom: 1.2rem;
    }
}

@media (max-width: 480px) {
    .chef-title {
        font-size: 1.3rem;
    }

    .chef-contenido {
        font-size: 0.9rem;
        padding: 0 0.8rem;
        line-height: 1.6;
    }
}
