// js/app.jsx — Site Equilys (version production) const TWEAKS = { palette: "ardoise", typoSet: "editorial", density: "aere", heroVariant: "enso", methodVariant: "circular", heroLogoSize: 650, heroLogoSpin: 60, motifOpacity: 0.35, motifScale: 1, smokeDHero: -80, smokeDContact: -90, smokeMHero: -50, smokeMContact: -50, fxBtn: true, fxCard: true, fxLink: true }; function FullDesktopSite({ heroVariant, methodVariant, heroLogoSize }) { const Hero = heroVariant === 'editorial' ? HeroEditorial : heroVariant === 'manifesto' ? HeroManifesto : HeroEnso; const Method = methodVariant === 'circular' ? MethodCircular : methodVariant === 'vertical' ? MethodVertical : MethodNarrative; return ( <>