/*
Theme Name: Pastor Víctor Aguilar
Theme URI: https://pastorvictoraguilar.online
Author: Pastor Víctor Aguilar
Author URI: https://pastorvictoraguilar.online
Description: Tema WordPress nativo Block Theme diseñado para el blog editorial del Pastor Víctor Aguilar, especializado en devocionales cristianos, reflexiones bíblicas y crecimiento espiritual.
Version: 1.5.2
Tested up to: 6.7
Requires at least: 6.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: pastor-victor-aguilar
Tags: block-theme, full-site-editing, blog, editorial, christian, devocional, responsive-layout, custom-colors, custom-typography

Tema WordPress nativo para pastorvictoraguilar.online
*/

/* Reset & Base Editorial Typography Styles */
:root {
  --wp--preset--font-size--small: 0.875rem;
  --wp--preset--font-size--medium: 1.125rem;
  --wp--preset--font-size--large: 1.5rem;
  --wp--preset--font-size--x-large: 2.25rem;
  --wp--preset--font-size--xx-large: 3.25rem;
  --wp--preset--color--dark-main: #2D2926;
  --wp--preset--color--dark-heading: #1A1816;
  --wp--preset--color--paper-bg: #F9F7F2;
  --wp--preset--color--cream-bg: #F9F7F2;
  --wp--preset--color--beige-container: #E8E4DB;
  --wp--preset--color--cream-soft: #E8E4DB;
  --wp--preset--color--dark-hover: #45403B;
  --wp--preset--color--gray-text: #2D2926;
  --wp--preset--color--amber-accent: #2D2926;
}

body {
  background-color: #F9F7F2;
  color: #2D2926;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 0;
  line-height: 1.7;
}

h1, h2, h3, h4, .has-serif-font-family {
  font-family: Georgia, Cambria, 'Times New Roman', Times, serif;
  color: #1A1816;
}

a {
  color: #2D2926;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color 0.2s ease;
}

a:hover {
  color: #45403B;
}

/* Background & Text Color Preset Classes Fallbacks */
.has-paper-bg-background-color,
.has-cream-bg-background-color {
  background-color: #F9F7F2 !important;
}

.has-beige-container-background-color,
.has-cream-soft-background-color {
  background-color: #E8E4DB !important;
}

.has-dark-main-background-color,
.has-amber-accent-background-color {
  background-color: #2D2926 !important;
  color: #ffffff !important;
}

.has-dark-main-color,
.has-amber-accent-color,
.has-gray-text-color {
  color: #2D2926 !important;
}

.has-dark-heading-color {
  color: #1A1816 !important;
}

/* WordPress Button overrides for dark editorial theme */
.wp-element-button,
.wp-block-button__link {
  background-color: #2D2926 !important;
  color: #ffffff !important;
  border-radius: 8px;
  padding: 0.75rem 1.75rem;
  font-weight: 600;
  text-decoration: none !important;
  display: inline-block;
  transition: background-color 0.2s ease;
}

.wp-element-button:hover,
.wp-block-button__link:hover {
  background-color: #45403B !important;
}

/* Custom Bible Passage Callout Box */
.wp-block-pastor-bible-verse {
  background-color: #E8E4DB;
  border-left: 2px solid #2D2926;
  padding: 1.5rem 2rem;
  margin: 2rem 0;
}

.wp-block-pastor-bible-verse blockquote {
  font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  font-style: italic;
  font-size: 1.2rem;
  line-height: 1.8;
  color: #1A1816;
  margin: 0 0 0.75rem 0;
}

.wp-block-pastor-bible-verse .verse-citation {
  font-family: system-ui, -apple-system, sans-serif;
  font-weight: 700;
  font-size: 0.85rem;
  color: #2D2926;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

/* Custom Practical Application Box */
.wp-block-pastor-application {
  background-color: #E8E4DB;
  border: 1px solid rgba(45, 41, 38, 0.1);
  padding: 1.75rem 2rem;
  margin: 2rem 0;
}

.wp-block-pastor-application h3 {
  color: #1A1816;
  font-size: 1.25rem;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

/* Custom Prayer Box */
.wp-block-pastor-prayer {
  background-color: #E8E4DB;
  border: 1px solid rgba(45, 41, 38, 0.1);
  padding: 1.75rem 2rem;
  margin: 2.5rem 0;
}

.wp-block-pastor-prayer h3 {
  color: #1A1816;
  font-size: 1.25rem;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 0.75rem;
}

.wp-block-pastor-prayer p {
  font-style: italic;
  color: #2D2926;
  line-height: 1.75;
}

/* Editorial Hero Styling */
.hero-pastoral-bg {
  background-color: #F9F7F2;
}

/* Smooth Focus States for Accessibility */
a:focus-visible, button:focus-visible {
  outline: 2px solid #2D2926;
  outline-offset: 3px;
}

/* Card Borders in Block Theme Patterns */
.wp-block-post-template .wp-block-group.has-white-background-color {
  border: 1px solid #f3f4f6;
}

.wp-block-columns.has-cream-bg-background-color {
  border: 1px solid #e5e7eb;
}

.wp-block-group.has-white-background-color.alignwide {
  border: 1px dashed #d1d5db;
}

/* Section Ministerio & Cuidado Pastoral */
.section-presentacion-pastor {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.section-presentacion-pastor .wp-block-image img {
  border-radius: 16px;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.section-presentacion-pastor h2 {
  font-family: var(--wp--preset--font-family--serif);
  font-size: 2rem;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}

.section-presentacion-pastor p {
  font-size: 1.05rem;
  line-height: 1.7;
  margin-bottom: 1rem;
}

/* Section Recursos Cristianos */
.section-recursos-recomendados {
  border-radius: 12px;
  padding: 3rem 2rem;
  border: 1px dashed #d1d5db;
}

.section-recursos-recomendados h3 {
  font-family: var(--wp--preset--font-family--serif);
  font-size: 1.35rem;
  margin-bottom: 0.75rem;
}

.section-recursos-recomendados p {
  font-size: 0.95rem;
  max-width: 650px;
  margin: 0 auto;
}

/* Site Footer Editorial Dark Styling */
.site-footer {
  background-color: #1a1816 !important;
  color: #f5f2eb !important;
  padding-top: 4.5rem;
  padding-bottom: 3rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.site-footer h3,
.site-footer h4 {
  color: #f5f2eb !important;
  font-family: var(--wp--preset--font-family--serif);
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 0.75rem;
}

.site-footer h3 {
  font-size: 1.5rem;
}

.site-footer h4 {
  font-size: 1.1rem;
}

.site-footer p {
  color: #e2ddd3 !important;
  font-size: 0.95rem;
  line-height: 1.7;
  margin-top: 0.75rem;
  margin-bottom: 1rem;
}

.site-footer p em {
  font-size: 0.85rem;
  opacity: 0.8;
  font-style: italic;
}

.site-footer a {
  color: #e2ddd3 !important;
  text-decoration: none;
  transition: color 0.2s ease;
}

.site-footer a:hover {
  color: #e6a100 !important;
}

.site-footer .footer-columns {
  margin-bottom: 3rem;
}

.site-footer .footer-bottom {
  border-top: 1px solid rgba(245, 242, 235, 0.15);
  padding-top: 2rem;
  margin-top: 2rem;
}

.site-footer .footer-bottom p {
  font-size: 0.85rem;
  color: #e2ddd3 !important;
  opacity: 0.85;
  margin: 0;
}


