/* ═══════════════════════════════════════════════════════════════════════════
   Page Réalisations — namespace .rr-
═══════════════════════════════════════════════════════════════════════════ */

.rigo-realisations {
  max-width: none !important;
  padding: 0 !important;
}

.rr-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ─── Hero ──────────────────────────────────────────────────────────────── */
.rr-hero {
  background: var(--rigo-black);
  padding: 80px 0 72px;
  max-width: none !important;
}

.rr-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 20px;
}

.rr-hero h1 {
  font-family: 'Fraunces', serif;
  font-size: 52px;
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: var(--rigo-white);
  margin: 0 0 24px;
}

.rr-hero h1 em {
  color: var(--rigo-orange);
  font-style: italic;
}

.rr-hero-intro {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.65;
  max-width: 580px;
  margin: 0;
}

/* ─── Parcours ──────────────────────────────────────────────────────────── */
.rr-parcours {
  background: var(--rigo-bg-warm);
  padding: 80px 0;
  max-width: none !important;
}

.rr-mono {
  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;
}

.rr-parcours h2 {
  font-family: 'Fraunces', serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.15;
  color: var(--rigo-black);
  max-width: 600px;
  margin: 0 0 32px;
}

.rr-parcours-text {
  max-width: 640px;
}

.rr-parcours-text p {
  font-size: 16px;
  line-height: 1.8;
  color: var(--rigo-text);
  margin: 0 0 20px;
}

.rr-parcours-text p:last-child { margin-bottom: 0; }

/* ─── Section démos ─────────────────────────────────────────────────────── */
.rr-demos {
  background: var(--rigo-white);
  padding: 88px 0;
  max-width: none !important;
}

.rr-demos h2 {
  font-family: 'Fraunces', serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.1;
  color: var(--rigo-black);
  margin: 0 0 16px;
}

.rr-demos h2 em {
  color: var(--rigo-orange);
  font-style: italic;
}

.rr-demos-intro {
  font-size: 16px;
  color: var(--rigo-muted);
  line-height: 1.65;
  max-width: 640px;
  margin: 0 0 72px;
}

/* ─── Blocs alternants ──────────────────────────────────────────────────── */
.rr-block {
  display: flex;
  align-items: center;
  gap: 64px;
  margin-bottom: 96px;
}

.rr-block:last-child { margin-bottom: 0; }

.rr-block--reverse {
  flex-direction: row-reverse;
}

.rr-block-visual,
.rr-block-content {
  flex: 1;
  min-width: 0;
}

/* ─── Placeholder image ─────────────────────────────────────────────────── */
.rr-img-placeholder {
  width: 100%;
  aspect-ratio: 16 / 10;
  background: var(--rigo-bg-soft);
  border: 1.5px dashed var(--rigo-line);
  border-radius: 10px;
}

.rr-block-visual img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  display: block;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.10);
}

/* ─── Contenu du bloc ───────────────────────────────────────────────────── */
.rr-tag {
  display: inline-block;
  font-family: 'Inter', sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--rigo-orange);
  background: rgba(232, 135, 40, 0.10);
  padding: 4px 10px;
  border-radius: 4px;
  margin-bottom: 16px;
}

.rr-block-content h3 {
  font-family: 'Fraunces', serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.1;
  color: var(--rigo-black);
  margin: 0 0 8px;
}

.rr-block-sub {
  font-size: 13px;
  color: var(--rigo-muted);
  margin: 0 0 20px;
}

.rr-block-desc {
  font-size: 15px;
  line-height: 1.75;
  color: var(--rigo-text);
  margin: 0 0 28px;
}

.rr-cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: var(--rigo-orange);
  text-decoration: none;
  border-bottom: 1px solid rgba(232, 135, 40, 0.35);
  padding-bottom: 2px;
  transition: gap 0.2s ease, border-color 0.2s ease;
}

.rr-cta:hover {
  gap: 10px;
  border-color: var(--rigo-orange);
  color: var(--rigo-orange);
}

/* ─── CTA final ─────────────────────────────────────────────────────────── */
.rr-final-cta {
  background: var(--rigo-black);
  padding: 88px 24px;
  text-align: center !important;
  max-width: none !important;
}

.rr-final-cta > div {
  text-align: center !important;
}

.rr-final-cta .rr-eyebrow { margin-bottom: 20px; }

.rigo-realisations .rr-final-cta h2,
.rr-final-cta h2 {
  font-family: 'Fraunces', serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.1;
  color: var(--rigo-white);
  max-width: 560px;
  margin: 0 auto 20px !important;
  text-align: center !important;
}

.rr-final-cta h2 em {
  color: var(--rigo-orange);
  font-style: italic;
}

.rr-final-cta-sub {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.60);
  max-width: 440px;
  margin: 0 auto 36px;
  line-height: 1.65;
}

.rr-btn-primary {
  display: inline-flex;
  align-items: center;
  padding: 15px 32px;
  background: var(--rigo-orange);
  color: var(--rigo-black);
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  border-radius: 6px;
  transition: opacity 0.2s ease;
}

.rr-btn-primary:hover { opacity: 0.88; }

/* ─── Responsive ────────────────────────────────────────────────────────── */
@media (max-width: 900px) {
  .rr-hero h1 { font-size: 40px; }
  .rr-demos h2 { font-size: 32px; }
  .rr-block,
  .rr-block--reverse {
    flex-direction: column;
    gap: 32px;
    margin-bottom: 64px;
  }
}

@media (max-width: 600px) {
  .rr-hero { padding: 56px 0 48px; }
  .rr-hero h1 { font-size: 32px; }
  .rr-hero-intro { font-size: 16px; }
  .rr-parcours { padding: 56px 0; }
  .rr-parcours h2 { font-size: 28px; }
  .rr-demos { padding: 56px 0; }
  .rr-demos-intro { margin-bottom: 48px; }
  .rr-final-cta { padding: 64px 24px; }
  .rr-final-cta h2 { font-size: 30px; }
}
