/*
Theme Name: DG Humana Institute
Theme URI: https://dghumana.com
Author: DG Humana Institute
Author URI: https://dghumana.com
Description: A conceptual editorial WordPress theme for DG Humana Institute, uniting philosophical humanism and digital minimalism. Features centered hero layout, soft gradients, and brand-specific color system.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: dg-humana-theme
Tags: minimal, block-theme, ai, editorial, research, human-centered
*/

/* 🧠 Universal fade-in motion */
#mission, #our-work, #research-themes, #latest-insights {
  opacity: 0;
  transform: translateY(35px);
  transition: opacity 1s ease, transform 1s ease;
}
.fade-in {
  opacity: 1 !important;
  transform: translateY(0) !important;
}