/*!
Theme Name: Ohio-Child
Theme URI: http://ohio.colabr.io/
Author: Colabrio
Author URI: http://colabr.io/
Description: Ohio is a WordPress theme bundled with premium plugins to build a modern and functional website.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: ohio
Text Domain: ohio-child
Tags: ajax, customizer, ecommerce, portfolio, minimal, page builder, responsive, multipurpose, shop, store, woocommerce, wpml

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/* ==========================================================================
   1. MODO DÍA (PERFECTO Y CONFIGURADO)
   ========================================================================== */

.page-headline {
    position: relative !important;
    background-color: #ffffff !important;
    overflow: hidden !important;
}

.page-headline .bg-image {
    filter: blur(65px) saturate(240%) brightness(1.05) !important;
    opacity: 0.75 !important;
    transform: scale(1.4) !important; 
    z-index: 1 !important;
    transition: filter 0.4s ease, opacity 0.4s ease !important;
}

.page-headline::after {
    content: '' !important;
    position: absolute !important;
    inset: 0 !important;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0.4) 100%) !important;
    z-index: 2 !important;
    pointer-events: none !important;
}


/* ==========================================================================
   2. MODO OSCURO (EFECTO AURORA IA VIBRANTE)
   ========================================================================== */

/* Fondo oscuro de la cabecera en modo noche */
html.dark-scheme .page-headline,
body.dark-scheme .page-headline,
.dark-scheme .page-headline {
    background-color: #0c0c0e !important;
}

/* Transformación de la imagen en luces de neón basadas en tu propia foto */
html.dark-scheme .page-headline .bg-image,
body.dark-scheme .page-headline .bg-image,
.dark-scheme .page-headline .bg-image {
    /* Multiplicamos la saturación al 450% y aumentamos contraste (1.4) para separar los colores. 
       Subimos el brillo a 0.55 para que la mezcla de color sea visible en el fondo negro */
    filter: blur(65px) saturate(450%) contrast(1.4) brightness(0.55) !important;
    opacity: 0.65 !important; /* Permitimos que pase más color de la imagen */
}

/* Capa protectora nocturna translúcida */
html.dark-scheme .page-headline::after,
body.dark-scheme .page-headline::after,
.dark-scheme .page-headline::after {
    /* Dejamos pasar los colores en la parte superior y oscurecemos la base para fundirse con el blog */
    background: linear-gradient(to bottom, rgba(12, 12, 14, 0.1) 0%, rgba(12, 12, 14, 0.8) 100%) !important;
}


/* ==========================================================================
   3. TEXTOS Y CONTENIDO (SIEMPRE AL FRENTE)
   ========================================================================== */
.page-headline .container,
.page-headline .page-headline-inner,
.page-headline h1,
.page-headline .meta,
.page-headline .subtitle,
.page-headline .holder,
.page-headline .branding-title,
.page-headline .author {
    position: relative !important;
    z-index: 3 !important;
}