/*
Theme Name: Fundación Factor de Cambio
Theme URI: https://fundacionfactordacambio.cl
Author: ECORTESCL
Author URI: https://fundacionfactordacambio.cl
Description: Theme institucional para Fundación Factor de Cambio, gestionado desde el panel editorial FFC.
Version: 2.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ffc-theme
Tags: custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

Fundación Factor de Cambio — Theme institucional con editor editorial propio.
*/

/* ==========================================================================
   Base Styles
   ========================================================================== */

*,
*::before,
*::after {
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #fff;
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* ==========================================================================
   Layout
   ========================================================================== */

.site-content {
    width: 100%;
}

.content-area {
    width: 100%;
}

/* ==========================================================================
   Navigation
   ========================================================================== */

.main-navigation {
    background: #fff;
    border-bottom: 1px solid #eee;
    padding: 0 20px;
}

.main-navigation .menu {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    justify-content: center;
    gap: 30px;
}

.main-navigation .menu a {
    display: block;
    padding: 15px 0;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: color 0.2s;
}

.main-navigation .menu a:hover {
    color: #0073aa;
}

/* ==========================================================================
   Header
   ========================================================================== */

.site-header {
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    position: relative;
    z-index: 100;
}

.site-branding {
    text-align: center;
    padding: 20px;
}

.site-branding .custom-logo {
    max-height: 80px;
    margin: 0 auto;
}

.site-title {
    margin: 0;
    font-size: 24px;
    font-weight: 700;
}

.site-description {
    margin: 5px 0 0;
    font-size: 14px;
    color: #666;
}

/* ==========================================================================
   Footer
   ========================================================================== */

.site-footer {
    background: #1a1a2e;
    color: #ccc;
    padding: 40px 20px;
    text-align: center;
}

.site-footer a {
    color: #fff;
}

.site-footer a:hover {
    opacity: 0.8;
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto;
}

.copyright {
    font-size: 14px;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

/* ==========================================================================
   Responsive
   ========================================================================== */

@media (max-width: 768px) {
    .main-navigation .menu {
        flex-direction: column;
        gap: 0;
    }

    .main-navigation .menu a {
        padding: 12px 20px;
        border-bottom: 1px solid #eee;
    }
}
