/*
Theme Name: Rankit Vibe
Theme URI: https://rankit-agence-seo-lyon.fr
Author: Rankit
Author URI: https://rankit-agence-seo-lyon.fr
Description: Theme WordPress minimaliste pour le Vibe Engine Rankit. Affiche le HTML injecte tel quel via l'API REST. Tailwind CSS + GSAP + Lenis charges via CDN.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
License: Proprietary
License URI: https://rankit-agence-seo-lyon.fr
Text Domain: rankit-vibe
*/

/* Reset minimal — Tailwind CDN gere tout le reste */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { min-height: 100vh; }

/* Cache l'admin bar WP en front pour ne pas casser le design */
#wpadminbar { display: none !important; }
html { margin-top: 0 !important; }

/* Le contenu injecte via l'API occupe 100% */
.rankit-page-content { width: 100%; }

/* Fallback GSAP — elements visibles meme si ScrollTrigger ne fire pas */
.gsap-fallback section,
.gsap-fallback [data-gsap] {
  opacity: 1 !important;
  transform: none !important;
  visibility: visible !important;
}
