/*
 Theme Name:   RafiNexus Pro Ultimate
 Theme URI:    https://rafinexus.com
 Description:  RafiNexus Pro Ultimate v2.0 — AI Governance Research Platform. Cinematic glassmorphism, 3D hero, particle system, animated counters, interactive timeline, full Think Tank Dashboard, WCAG-compliant dark/light mode. Child theme for Astra.
 Author:       Nafiul Ahmad Rafi
 Author URI:   https://rafinexus.com
 Template:     astra
 Version:      2.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  rafinexus-pro
 Tags:         dark-mode, glassmorphism, research, governance, ai, policy, dashboard, think-tank, animations, accessibility, elementor
*/

/*
 * ============================================================
 * BASE OVERRIDES
 * Full design system is in assets/css/design-system.css
 * Cinematic effects in assets/css/cinematic.css
 * Dashboard in assets/css/dashboard.css
 * ============================================================
 */

/* Remove Astra defaults that conflict */
.ast-separate-container .ast-article-post,
.ast-article-inner-content-wrap { border: none !important; }

/* Ensure our full-width hero works */
.hero-cinematic { margin-left: calc(-50vw + 50%); margin-right: calc(-50vw + 50%); }

/* Page loading fade-in */
body { opacity: 0; transition: opacity 0.4s ease; }
body.rn-loaded { opacity: 1; }

/* Keyboard nav focus ring */
body.keyboard-nav *:focus {
  outline: 2px solid var(--gold-400, #D4AF37);
  outline-offset: 3px;
}

body:not(.keyboard-nav) *:focus { outline: none; }
