/*
Theme Name: SMASH RIOT
Theme URI: https://smash-riot.fr
Author: Studio
Description: Thème WordPress street food (smash burgers) avec trois directions visuelles au choix — Néon Drop, Pop Smash, Brut Urbain. Import manuel des pages depuis l'admin (aucune création automatique). Prêt pour un plugin click & collect.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
License: GPL-2.0-or-later
Text Domain: smash-riot
*/

/* Le style réel de chaque direction est chargé via functions.php
   (assets/direction-a.css | direction-b.css | direction-c.css) selon
   le gabarit choisi pour la page. Ce fichier ne porte qu'un reset léger
   utilisé par les pages sans gabarit de direction. */

html { -webkit-text-size-adjust: 100%; }
body { margin: 0; }
img { max-width: 100%; height: auto; }
a { color: inherit; }

.sr-fallback {
  min-height: 70vh; display: flex; align-items: center; justify-content: center;
  text-align: center; padding: 60px 24px; font-family: system-ui, sans-serif;
  background: #15151A; color: #F4F2EC;
}
.sr-fallback .in { max-width: 560px; }
.sr-fallback h1 { font-size: 30px; margin: 0 0 12px; }
.sr-fallback p { color: #9A99A8; line-height: 1.6; }
.sr-fallback a { color: #FF5A1F; font-weight: 700; }
