/*
Theme Name: El Humanista Astra Child
Theme URI: https://elhumanista.dev.l3m.mx
Author: Fenria Collective
Author URI: https://fenria.org
Template: astra
Description: Child theme de Astra para someterlo estética Brutalism UI (Cero JS, Cero Sombras, Cero Google Fonts).
Version: 1.0.0
Text Domain: el-humanista-astra-child
*/

:root {
  /* Brutalism Aesthetics overrides for Astra */
  --ast-global-color-0: #000000;
  --ast-global-color-1: #1a1a1a;
  --ast-global-color-2: #2b2b2b;
  --ast-global-color-3: #ffffff;
  --ast-global-color-4: #f4f4f4;
  --ast-global-color-5: #000000;
  
  /* Brutalism typography overrides: Institutional + Terminal */
  --ast-body-font-family: Georgia, 'Times New Roman', Times, serif !important;
  --ast-heading-font-family: ui-monospace, SFMono-Regular, "Courier New", monospace !important;
}

/* Economy of Scarcity / Brutalism execution */
body, .ast-container, #page, .site-content {
  background-color: var(--ast-global-color-3);
  box-shadow: none !important;
  border-radius: 0 !important;
}

.ast-article-post, .site-header, .site-footer {
  border: 2px solid var(--ast-global-color-0) !important;
  margin-bottom: 2rem;
  box-shadow: none !important;
}

a, a:visited {
  color: var(--ast-global-color-0);
  text-decoration: underline;
  text-decoration-thickness: 2px;
}

/* ========================================================
   BRUTALISM HERO HOOK STRUCTURE
   Whitespace Radical, Zero-Box-Shadows
======================================================== */
.humanista-hero-hook {
  padding: clamp(3rem, 10vw, 8rem) clamp(1.5rem, 5vw, 4rem);
  margin: 0 auto;
  max-width: 1200px;
  background-color: var(--ast-global-color-3); /* Absolute White */
  border-bottom: 3px solid var(--ast-global-color-0); /* Hard Break */
  text-align: left;
}

.humanista-hero-hook .hero-title {
  font-family: var(--ast-heading-font-family);
  font-size: clamp(2.5rem, 6vw, 5.5rem);
  font-weight: 900;
  line-height: 1.05;
  margin-bottom: 1.5rem;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  color: var(--ast-global-color-0);
  word-wrap: break-word;
}

.humanista-hero-hook .hero-subtitle {
  font-family: var(--ast-body-font-family);
  font-size: clamp(1.2rem, 3vw, 2.2rem);
  color: var(--ast-global-color-1);
  max-width: 850px;
  line-height: 1.4;
}

/* Hardcode Astra Wrappers & Typography to ensure compliance */
.site-content {
  padding-top: 3rem !important; /* Whitespace before loop content */
}

/* Hide Default Sidebar without removing it via PHP completely (Soft override) */
.widget-area {
  display: none !important;
}
#primary {
  width: 100% !important; /* Forces layout to span full configured content width */
  max-width: 800px; /* Economy of reading */
  margin: 0 auto;
  float: none !important;
}
/* MODO ENJAMBRE: IMPOSICIÓN DE PALETA INSTITUCIONAL */
:root {
    --color-guinda: #6B1E37;
    --color-dorado: #C4A052;
}

/* Forzar colores sobre los defaults de Astra */
body, .ast-container { background-color: #ffffff !important; }
h1, h2, h3, .entry-title a { color: var(--color-guinda) !important; font-family: 'Georgia', serif !important; }
.ast-button, button, input[type="submit"] { background-color: var(--color-guinda) !important; color: white !important; border-radius: 0 !important; }

/* Nota Maestra Destacada */
article:first-of-type { border: 4px solid var(--color-guinda) !important; padding: 20px; margin-bottom: 2rem; }
article:first-of-type .entry-title { font-size: 2.5rem !important; }
