/*
Theme Name: Shoku Dojo VIP Elite LP
Theme URI: https://github.com/amotimagaka/syoku-dojo-theme
Author: Amot Imagaka
Description: A premium WordPress theme designed for global VIP and B2B clients, featuring a silent luxury aesthetic, GSAP animations, and Lenis smooth scrolling.
Version: 1.0.0
Text Domain: syoku-dojo
Domain Path: /languages
*/

/* GSAP load failure fallback — reveal hero/concept when animations can't run */
.no-gsap .hero-line,
.no-gsap .hero-subtitle,
.no-gsap .hero-scroll-indicator,
.no-gsap .concept-fade-up,
.no-gsap .concept-photo-fade {
	opacity: 1 !important;
	transform: none !important;
	filter: none !important;
}
.no-gsap #fade-wrapper { height: auto !important; }
.no-gsap #hero { position: relative !important; height: 100vh; min-height: 600px; }
.no-gsap #about { position: relative !important; opacity: 1 !important; inset: auto !important; }
.no-gsap #transition-curtain { display: none !important; }
