/*
Theme Name:   rigo-base
Theme URI:    https://rigo.pro
Description:  Thème enfant Kadence pour rigo.pro
Author:       Steven Rigo
Author URI:   https://rigo.pro
Template:     kadence
Version:      1.0.27
Text Domain:  rigo-base
*/

/* ─── Variables ──────────────────────────────────────────────────────────── */
:root {
  --rigo-black:   #0F1014;
  --rigo-ink:     #1F2024;
  --rigo-orange:  #E88728;
  --rigo-muted:   #6B6E73;
  --rigo-bg-soft: #F4F5F7;
  --rigo-bg-warm: #FAF7F2;
  --rigo-text:    #3D3F44;
  --rigo-line:    #E5E6E8;
  --rigo-white:   #FFFFFF;
}

/* ─── Reset minimal ──────────────────────────────────────────────────────── */
*, *::before, *::after {
  box-sizing: border-box;
}

img, video {
  max-width: 100%;
  height: auto;
  display: block;
}

/* ─── Typographie globale ────────────────────────────────────────────────── */
body {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  color: var(--rigo-black);
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Fraunces', serif;
  font-weight: 400;
  line-height: 1.1;
}

/* ─── Anti-spam honeypot ─────────────────────────────────────────────────── */
.rigo-hp-field {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

/* ─── Cloudflare Turnstile ───────────────────────────────────────────────── */
.turnstile-wrapper {
  margin: 24px 0;
  display: flex;
  justify-content: center;
}

.cf-turnstile {
  max-width: 100%;
}

@media (max-width: 600px) {
  .cf-turnstile iframe {
    max-width: 100% !important;
  }
}

/* ─── Utilitaires globaux ────────────────────────────────────────────────── */
.rigo-eyebrow {
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--rigo-orange);
  margin: 0 0 16px;
}

.rigo-section-label {
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--rigo-muted);
  margin: 0 0 16px;
}

.rigo-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 26px;
  border-radius: 6px;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
  transition: opacity 0.2s ease;
  border: none;
  white-space: nowrap;
}

.rigo-btn:hover {
  opacity: 0.88;
}

.rigo-btn--primary {
  background-color: var(--rigo-orange);
  color: var(--rigo-black);
}

.rigo-btn--ghost {
  background-color: transparent;
  color: var(--rigo-white);
  border: 1px solid #3A3C42;
}
