/*
Theme Name: Instituto Jerez
Theme URI: https://institutojerez.cl/
Description: Tema hijo liviano de Twenty Twenty-Four para el Instituto Jerez.
Author: Instituto Jerez
Template: twentytwentyfour
Version: 1.0.0
Requires at least: 6.4
Requires PHP: 8.0
Text Domain: instituto-jerez
*/

/* Ajustes pequeños que complementan theme.json */
html { scroll-behavior: smooth; }
body { text-rendering: optimizeLegibility; }
.wp-site-blocks { min-height: 100vh; }
.wp-block-navigation a { text-decoration: none; }
.wp-block-navigation a:hover { color: var(--wp--preset--color--cobre); }
.ij-card {
  height: 100%;
  transition: transform .2s ease, box-shadow .2s ease;
}
.ij-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 34px rgba(23,50,77,.10);
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .ij-card { transition: none; }
}
