/* FONDO HARVARD SOLO PARA LA CABECERA DE CASSIOPEIA */
header.header,
.site-grid > header,
.container-header,
#header {
    background: #0A1A2F !important; /* Azul Harvard profundo */
    border-bottom: none !important;
}

/* FONDO GENERAL DE LA PLANTILLA */
body,
body.site,
body.site .site-grid,
div.site-grid,
main,
#content,
.container-component,
.container-main {
    background: #F9F7F3 !important; /* Fondo crema institucional */
}
