/* Microtextura editorial para fondos */
.bg-texture {
  background-image: radial-gradient(rgba(117, 136, 105, 0.08) 1px, transparent 0);
  background-size: 28px 28px;
}

/* Transiciones de elevación */
.shadow-soft {
  box-shadow: 0 20px 40px -15px rgba(76, 72, 66, 0.07);
}

.shadow-float {
  box-shadow: 0 30px 60px -12px rgba(76, 72, 66, 0.12);
}

/* Ajustes de scroll suave */
html {
  scroll-behavior: smooth;
}