/*
Theme Name: RG Portfolio
Theme URI: https://romaingallissot.fr
Author: Romain Gallissot
Description: Thème one-page sur mesure pour le site vitrine de Romain Gallissot. Ligne signature animée au scroll, quatre univers, projets, livres et contact.
Version: 1.0.2
Requires at least: 6.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: rg-portfolio
*/

html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: #FFFFFF;
  color: #111;
  font-family: 'Work Sans', sans-serif;
}
a { color: #111; text-decoration: none; }
a:hover { color: #2F5DFF; }
input, textarea { font-family: 'Work Sans', sans-serif; }
img { max-width: 100%; }
::selection { background: #F5B301; color: #111; }

/* Boutons */
.rg-btn-dark,
.rg-btn-outline,
.rg-card,
.rg-book { transition: all .25s ease; }
.rg-btn-dark:hover { background: #2F5DFF !important; border-color: #2F5DFF !important; color: #fff !important; }
.rg-btn-outline:hover { background: #111 !important; color: #fff !important; }
.rg-card:hover { transform: translateY(-4px); }
.rg-book:hover { color: #2F5DFF !important; }

/* Formulaire */
.rg-form input:focus,
.rg-form textarea:focus { border-color: #2F5DFF !important; outline: none; }
.rg-form button[type="submit"]:hover { background: #2F5DFF !important; }
.rg-hp { position: absolute; left: -9999px; opacity: 0; height: 0; overflow: hidden; }

/* Accessibilité */
a:focus-visible, button:focus-visible { outline: 3px solid #2F5DFF; outline-offset: 3px; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  [data-reveal] { opacity: 1 !important; transform: none !important; transition: none !important; }
  [data-line-svg] { display: none !important; }
}

/* Mobile */
@media (max-width: 700px) {
  nav { padding: 12px 14px !important; }
  [data-mnav] { gap: 14px !important; font-size: 12.5px !important; }
  [data-sec] { padding: 56px 20px 70px !important; }
  #hero { padding: 88px 14px 0 !important; }
  [data-hero-frame] { border-width: 8px !important; }
  [data-inset] { margin-left: 0 !important; }
  [data-stag] { margin-top: 0 !important; }
  [data-book] { width: min(72vw, 330px) !important; }
  [data-cover] { height: auto !important; width: 100% !important; }
}


/* ===== Carrousel livres : defilement auto + manuel ===== */
.rg-marquee{overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none;cursor:grab}
.rg-marquee::-webkit-scrollbar{display:none}
.rg-marquee.is-dragging{cursor:grabbing;user-select:none}
.rg-marquee.is-dragging a{pointer-events:none}
.rg-marquee-track{display:flex;gap:34px;width:max-content}
.rg-marquee-group{display:flex;gap:34px}
