/*
Theme Name: Servicios Agrícolas Completo
Theme URI: https://example.com/
Author: Judit
Description: Tema completo convertido desde la página Astro: portada, servicios, galería, contacto, WhatsApp y blog dinámico con entradas de WordPress.
Version: 1.0.0
Text Domain: agricola-completo
*/

:root {
  --radius: 0.625rem;
  --background: oklch(0.98 0.001 142.49);
  --foreground: oklch(0.25 0.05 142.49);
  --card: oklch(1 0 0);
  --card-foreground: oklch(0.25 0.05 142.49);
  --primary: oklch(0.42 0.15 142.49);
  --secondary: oklch(0.78 0.08 142.49);
  --muted: oklch(0.92 0.01 142.49);
  --muted-foreground: oklch(0.58 0.03 142.49);
  --accent: oklch(0.48 0.18 142.49);
  --border: oklch(0.92 0.01 142.49);
}
html { scroll-behavior: smooth; }
body { margin:0; background: var(--background); color: var(--foreground); }
a { text-decoration: none; }
.prose { font-size: 1.1rem; line-height: 1.8; }
.prose h2 { font-size: 2rem; font-weight: bold; margin-top: 2rem; margin-bottom: 1rem; color: var(--foreground); }
.prose h3 { font-size: 1.5rem; font-weight: bold; margin-top: 1.5rem; margin-bottom: .75rem; color: var(--foreground); }
.prose p { margin-bottom: 1rem; color: var(--muted-foreground); }
.prose ul,.prose ol { margin-left: 1.5rem; margin-bottom: 1rem; color: var(--muted-foreground); }
.prose li { margin-bottom: .5rem; }
.prose strong { color: var(--foreground); font-weight: bold; }
.admin-bar .sticky.top-0 { top:32px; }
@media (max-width: 782px){ .admin-bar .sticky.top-0 { top:46px; } }

.agricola-menu li { list-style: none; display: inline-block; }
.agricola-menu a { font-size: .875rem; font-weight: 500; transition: color .2s; }
.agricola-menu a:hover { color: hsl(var(--primary)); }
.current-menu-item > a { color: hsl(var(--primary)); }
.prose p { margin-bottom: 1rem; }
.prose h2 { font-size: 1.75rem; font-weight: 700; margin-top: 2rem; margin-bottom: 1rem; }
.prose h3 { font-size: 1.35rem; font-weight: 700; margin-top: 1.5rem; margin-bottom: .75rem; }
