/*
Theme Name: Giulio Création
Theme URI: https://giulocreation.fr
Author: Alexandra Poulos
Author URI: https://giulocreation.fr
Description: Thème sur mesure pour Giulio Création — stratégie, création et performance digitale. Design éditorial sage minimaliste avec animations IntersectionObserver, scroll progress bar et système de cas clients réutilisables via Custom Post Types.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: giulio-creation
Tags: portfolio, business, custom-colors, custom-menu, threaded-comments, translation-ready
*/

/* ============================================================
   1. CSS VARIABLES — Palette sage editoriale
   ============================================================ */
:root {
  --sage: #8a9e8a;
  --sage-light: #c4d4c4;
  --sage-pale: #f0f4f0;
  --sage-dark: #4a6350;
  --sage-deep: #2d3f33;
  --black: #111110;
  --gray: #6b6b68;
  --gray-light: #a8a8a4;
  --white: #fafaf8;
  --border: #e2e8e2;
  --border-soft: #ecf0ec;
}

/* ============================================================
   2. RESET & BASE
   ============================================================ */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  background: var(--white);
  color: var(--black);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }

/* ============================================================
   3. SCROLL PROGRESS BAR
   ============================================================ */
.scroll-progress {
  position: fixed; top: 0; left: 0;
  height: 2px; background: var(--sage-dark);
  width: 0%; z-index: 200;
  transition: width 0.1s linear;
}

/* ============================================================
   4. NAVIGATION
   ============================================================ */
.site-nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  display: flex; align-items: center; justify-content: space-between;
  padding: 1.4rem 4rem;
  background: rgba(250,250,248,0);
  transition: all 0.3s ease;
}
.site-nav.scrolled {
  padding: 0.9rem 4rem;
  background: rgba(250,250,248,0.94);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--border-soft);
  box-shadow: 0 4px 20px rgba(74,99,80,0.04);
}
.nav-logo {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.4rem; font-weight: 500;
  letter-spacing: 0.03em; color: var(--black);
}
.nav-logo em { font-style: italic; font-weight: 400; color: var(--sage-dark); }
.nav-right { display: flex; align-items: center; gap: 2.5rem; }
.nav-links { display: flex; gap: 2.2rem; list-style: none; }
.nav-links a {
  color: var(--gray); font-size: 0.78rem; font-weight: 500;
  letter-spacing: 0.12em; text-transform: uppercase;
  transition: color 0.2s; position: relative;
}
.nav-links a::after {
  content: ''; position: absolute; bottom: -6px; left: 0;
  width: 0; height: 1px; background: var(--sage-dark);
  transition: width 0.3s ease;
}
.nav-links a:hover, .nav-links a.active,
.nav-links li.current-menu-item a, .nav-links li.current_page_item a { color: var(--sage-dark); }
.nav-links a:hover::after, .nav-links a.active::after,
.nav-links li.current-menu-item a::after, .nav-links li.current_page_item a::after { width: 100%; }
.nav-devis {
  background: var(--sage-dark); color: var(--white);
  padding: 0.75rem 1.7rem; font-size: 0.75rem;
  letter-spacing: 0.1em; text-transform: uppercase; font-weight: 500;
  border-radius: 2px; transition: all 0.3s ease;
  border: 1px solid var(--sage-dark);
  position: relative; overflow: hidden;
}
.nav-devis::before {
  content: ''; position: absolute; inset: 0;
  background: var(--black); transform: translateX(-100%);
  transition: transform 0.3s ease; z-index: 0;
}
.nav-devis:hover { border-color: var(--black); transform: translateY(-1px); box-shadow: 0 6px 18px rgba(74,99,80,0.25); }
.nav-devis:hover::before { transform: translateX(0); }
.nav-devis span { position: relative; z-index: 1; }

.floating-cta {
  display: none;
  position: fixed; bottom: 1.5rem; right: 1.5rem; z-index: 50;
  background: var(--sage-dark); color: var(--white);
  padding: 0.95rem 1.6rem; border-radius: 100px;
  font-size: 0.78rem; letter-spacing: 0.08em;
  text-transform: uppercase; font-weight: 500;
  box-shadow: 0 8px 24px rgba(74,99,80,0.3);
}

/* Mobile menu toggle */
.menu-toggle {
  display: none;
  width: 32px; height: 32px;
  flex-direction: column; justify-content: center; gap: 5px;
}
.menu-toggle span { display: block; width: 22px; height: 1px; background: var(--black); transition: all 0.3s ease; }
.menu-toggle.open span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.menu-toggle.open span:nth-child(2) { opacity: 0; }
.menu-toggle.open span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

/* ============================================================
   5. PAGE HEADER (shared across all interior pages)
   ============================================================ */
.page-header {
  padding: 11rem 4rem 5rem;
  background: linear-gradient(180deg, var(--sage-pale) 0%, #f5f8f5 100%);
  position: relative; overflow: hidden;
}
.page-header-glow {
  position: absolute; top: 50%; right: -100px;
  width: 500px; height: 500px;
  background: radial-gradient(circle, rgba(138,158,138,0.15) 0%, transparent 70%);
  transform: translateY(-50%); pointer-events: none;
}
.page-header-inner { max-width: 1100px; position: relative; z-index: 1; }
.breadcrumb {
  display: flex; align-items: center; gap: 0.8rem;
  font-size: 0.72rem; letter-spacing: 0.15em; text-transform: uppercase;
  color: var(--gray-light); font-weight: 500;
  margin-bottom: 5rem;
}
.breadcrumb a { color: var(--gray-light); transition: color 0.2s; }
.breadcrumb a:hover { color: var(--sage-dark); }
.breadcrumb-sep { color: var(--sage-light); font-size: 0.85rem; }
.breadcrumb .current { color: var(--sage-dark); }
.page-label {
  font-size: 0.75rem; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--sage-dark); font-weight: 500;
  margin-bottom: 2rem;
  display: flex; align-items: center; gap: 1rem;
}
.page-label::before { content: ''; width: 32px; height: 1px; background: var(--sage); }
.page-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(3rem, 7vw, 6rem);
  font-weight: 300; line-height: 1.02;
  letter-spacing: -0.02em; margin-bottom: 2rem;
}
.page-title em { font-style: italic; color: var(--sage-dark); font-weight: 400; }
.page-subtitle {
  font-size: 1.15rem; color: var(--gray);
  max-width: 680px; line-height: 1.65;
  margin-bottom: 2.5rem;
}
.page-subtitle strong { color: var(--black); font-weight: 500; }

/* ============================================================
   6. SECTIONS & TYPOGRAPHY HELPERS
   ============================================================ */
section { padding: 7rem 4rem; }
.section-label {
  font-size: 0.72rem; letter-spacing: 0.25em; text-transform: uppercase;
  color: var(--sage-dark); font-weight: 500;
  margin-bottom: 1.5rem;
  display: flex; align-items: center; gap: 1rem;
}
.section-label::before { content: ''; width: 24px; height: 1px; background: var(--sage); }
.section-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.2rem, 4.5vw, 3.6rem);
  font-weight: 300; line-height: 1.1;
  letter-spacing: -0.01em; margin-bottom: 1.5rem;
}
.section-title em { font-style: italic; color: var(--sage-dark); font-weight: 400; }

/* ============================================================
   7. BUTTONS
   ============================================================ */
.btn {
  display: inline-flex; align-items: center; gap: 0.6rem;
  padding: 1rem 2.4rem;
  background: var(--sage-dark); color: var(--white);
  font-size: 0.8rem; font-weight: 500;
  letter-spacing: 0.1em; text-transform: uppercase;
  border-radius: 2px; transition: all 0.3s ease;
  border: 1px solid var(--sage-dark);
  position: relative; overflow: hidden;
}
.btn::before {
  content: ''; position: absolute; inset: 0;
  background: var(--black); transform: translateX(-100%);
  transition: transform 0.35s ease; z-index: 0;
}
.btn span { position: relative; z-index: 1; }
.btn:hover { border-color: var(--black); transform: translateY(-3px); box-shadow: 0 12px 28px rgba(74,99,80,0.25); }
.btn:hover::before { transform: translateX(0); }
.btn-arrow { transition: transform 0.3s ease; display: inline-block; }
.btn:hover .btn-arrow { transform: translateX(4px); }
.btn-outline { background: transparent; color: var(--black); border-color: var(--black); }
.btn-outline::before { background: var(--sage-dark); }
.btn-outline:hover { color: var(--white); border-color: var(--sage-dark); }
.btn-on-dark { background: var(--white); color: var(--black); border-color: var(--white); }
.btn-on-dark::before { background: var(--sage-dark); }
.btn-on-dark:hover { color: var(--white); border-color: var(--sage-dark); }

/* ============================================================
   8. REVEAL ANIMATIONS
   ============================================================ */
.reveal { opacity: 0; transform: translateY(40px); transition: opacity 0.9s ease, transform 0.9s ease; }
.reveal.in-view { opacity: 1; transform: translateY(0); }
.reveal-delay-1 { transition-delay: 0.1s; }
.reveal-delay-2 { transition-delay: 0.2s; }
.reveal-delay-3 { transition-delay: 0.3s; }

/* ============================================================
   9. FOOTER
   ============================================================ */
.site-footer {
  background: var(--black);
  color: rgba(255,255,255,0.7);
  padding: 5rem 4rem 2rem;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 3rem;
  max-width: 1300px;
  margin: 0 auto 4rem;
}
.footer-brand h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.6rem; color: var(--white); font-weight: 500;
  margin-bottom: 1rem;
}
.footer-brand h3 em { font-style: italic; font-weight: 400; color: var(--sage-light); }
.footer-brand p {
  color: rgba(255,255,255,0.55);
  font-size: 0.9rem; line-height: 1.6;
  max-width: 320px;
}
.footer-col h4 {
  font-size: 0.72rem; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--sage-light); font-weight: 500;
  margin-bottom: 1.3rem;
}
.footer-col ul { list-style: none; }
.footer-col ul li { margin-bottom: 0.7rem; }
.footer-col ul a { color: rgba(255,255,255,0.65); font-size: 0.9rem; transition: all 0.2s; }
.footer-col ul a:hover { color: var(--sage-light); padding-left: 4px; }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.1);
  padding-top: 2rem;
  max-width: 1300px;
  margin: 0 auto;
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 1rem;
}
.footer-bottom p, .footer-bottom a {
  font-size: 0.78rem; color: rgba(255,255,255,0.45);
}
.footer-bottom a:hover { color: var(--white); }
.footer-bottom em { font-family: 'Cormorant Garamond', serif; font-style: italic; color: var(--sage-light); }
.footer-bottom-links { display: flex; gap: 1.5rem; }

/* ============================================================
   10. CTA DEVIS (final CTA on most pages)
   ============================================================ */
.cta-devis {
  text-align: center; padding: 8rem 4rem;
  position: relative; overflow: hidden;
}
.cta-devis.cta-light { background: var(--sage-pale); }
.cta-devis.cta-white { background: var(--white); }
.cta-devis::before {
  content: ''; position: absolute;
  top: -100px; right: -100px;
  width: 500px; height: 500px;
  background: radial-gradient(circle, rgba(138,158,138,0.15) 0%, transparent 70%);
  pointer-events: none;
}
.cta-inner { max-width: 760px; margin: 0 auto; position: relative; z-index: 1; }
.cta-inner .section-label { justify-content: center; }
.cta-inner .section-label::before { display: none; }
.cta-inner p {
  color: var(--gray); font-size: 1.1rem; line-height: 1.7;
  margin-bottom: 2.8rem;
  max-width: 560px; margin-left: auto; margin-right: auto;
}
.cta-pair { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }

/* ============================================================
   11. DARK SECTIONS (reusable on multiple pages)
   ============================================================ */
.section-dark {
  background: var(--black); color: var(--white);
  padding: 8rem 4rem;
  position: relative; overflow: hidden;
}
.section-dark::before {
  content: ''; position: absolute;
  top: 50%; left: 50%; transform: translate(-50%,-50%);
  width: 800px; height: 800px;
  background: radial-gradient(circle, rgba(138,158,138,0.08) 0%, transparent 70%);
  pointer-events: none;
}
.section-dark .section-label { color: var(--sage-light); }
.section-dark .section-label::before { background: var(--sage); }
.section-dark .section-title { color: var(--white); }
.section-dark .section-title em { color: var(--sage-light); }

/* ============================================================
   12. PAGE-SPECIFIC STYLES
   Page templates load their own CSS via wp_enqueue_style if needed.
   Common patterns are kept here.
   ============================================================ */

/* Service detail layout (shared by 6 service pages) */
.presentation-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 5rem; align-items: start;
  max-width: 1200px; margin: 0 auto;
}
.presentation-text p { color: var(--gray); margin-bottom: 1.4rem; line-height: 1.8; font-size: 1.02rem; }
.presentation-text p strong { color: var(--black); font-weight: 500; }
.presentation-lead {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.6rem; font-style: italic;
  color: var(--sage-dark); line-height: 1.5;
  margin-bottom: 2.5rem;
  padding-left: 1.5rem; border-left: 2px solid var(--sage);
}
.presentation-cta {
  background: var(--sage-pale);
  border: 1px solid var(--sage-light);
  padding: 2.5rem;
  border-radius: 4px;
  margin-top: 1rem;
  position: sticky; top: 100px;
}
.presentation-cta::before {
  content: '';
  display: block;
  width: 40px; height: 2px;
  background: var(--sage-dark);
  margin-bottom: 1.5rem;
}
.presentation-cta h4 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.6rem; font-weight: 500;
  margin-bottom: 0.8rem; color: var(--sage-deep);
  line-height: 1.2;
}
.presentation-cta h4 em { font-style: italic; color: var(--sage-dark); font-weight: 400; }
.presentation-cta p {
  color: var(--gray-darker, #4a4a48);
  font-size: 0.98rem;
  line-height: 1.65;
  margin-bottom: 1.5rem;
}

/* ============================================================
   PRÉSENTATION : améliorer la lisibilité des paragraphes
   ============================================================ */
.presentation-text p {
  color: #3d3d3a !important;
  font-size: 1.13rem !important;
  line-height: 1.85 !important;
  margin-bottom: 1.5rem !important;
}
.presentation-text p strong {
  color: var(--black);
  font-weight: 600;
}
.presentation-lead {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.75rem !important;
  font-style: italic;
  color: var(--sage-dark) !important;
  line-height: 1.45 !important;
  margin-bottom: 3rem !important;
  padding-left: 2rem;
  border-left: 3px solid var(--sage);
}

/* ============================================================
   MÉTHODE — refonte complète, header centré, cards punchy
   ============================================================ */
.methode-header {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 5rem !important;
}
.methode-header .section-label {
  justify-content: center;
}
.methode-header .section-title {
  font-size: clamp(2.5rem, 5vw, 3.5rem) !important;
  margin: 0 auto;
}

.methode-grid {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
  gap: 2rem !important;
  max-width: 1200px;
  margin: 0 auto;
}
.methode-step {
  background: var(--white) !important;
  border: 1px solid var(--border-soft) !important;
  padding: 3rem !important;
  border-radius: 6px;
  position: relative;
  transition: all 0.4s ease;
  overflow: hidden;
}
.methode-step::before {
  content: '';
  position: absolute; top: 0; left: 0;
  width: 0; height: 4px;
  background: var(--sage-dark);
  transition: width 0.5s ease;
}
.methode-step:hover {
  transform: translateY(-6px);
  border-color: var(--sage);
  box-shadow: 0 20px 40px rgba(74,99,80,0.15);
}
.methode-step:hover::before { width: 100%; }
.methode-num {
  font-family: 'Cormorant Garamond', serif !important;
  font-size: 4rem !important;
  font-style: italic;
  color: var(--sage-dark) !important;
  margin-bottom: 0.5rem !important;
  line-height: 1;
  font-weight: 500;
  opacity: 0.85;
  letter-spacing: -0.02em;
}
.methode-step h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.85rem !important;
  font-weight: 500;
  margin-bottom: 1.2rem !important;
  color: var(--black);
  line-height: 1.2;
}
.methode-step h3 em { font-style: italic; color: var(--sage-dark); font-weight: 400; }
.methode-step p {
  color: #3d3d3a !important;
  font-size: 1.02rem !important;
  line-height: 1.75 !important;
}

/* ============================================================
   BÉNÉFICES — refonte cards, plus grosses, plus visibles
   ============================================================ */
.benefices-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem !important;
}
.benefice {
  padding: 2.5rem !important;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.12) !important;
  border-radius: 6px;
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
}
.benefice::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: var(--sage);
  transform: scaleX(0); transform-origin: left;
  transition: transform 0.5s ease;
}
.benefice:hover {
  border-color: var(--sage) !important;
  background: rgba(138,158,138,0.1) !important;
  transform: translateY(-6px);
}
.benefice:hover::before { transform: scaleX(1); }

.benefice-icon {
  width: 60px !important;
  height: 60px !important;
  border-radius: 50%;
  background: var(--sage-dark) !important;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 1.5rem !important;
  transition: all 0.4s ease;
}
.benefice:hover .benefice-icon {
  background: var(--sage-light) !important;
  transform: scale(1.05) rotate(-3deg);
}
.benefice-icon svg {
  width: 28px !important;
  height: 28px !important;
  stroke: var(--white) !important;
  fill: none;
  stroke-width: 1.6;
  transition: stroke 0.3s ease;
}
.benefice:hover .benefice-icon svg { stroke: var(--sage-deep) !important; }

.benefice h3 {
  font-family: 'Cormorant Garamond', serif !important;
  font-size: 1.5rem !important;
  font-weight: 500 !important;
  margin-bottom: 0.8rem !important;
  color: var(--white) !important;
  line-height: 1.25;
}
.benefice p {
  color: rgba(255,255,255,0.78) !important;
  font-size: 0.98rem !important;
  line-height: 1.7 !important;
}

/* Cas client card */
.cas-client-card {
  background: var(--sage-pale); border-radius: 6px;
  padding: 4rem;
  display: grid; grid-template-columns: 1fr 1.4fr;
  gap: 3.5rem; align-items: center;
  position: relative; overflow: hidden;
}
.cas-client-card::before {
  content: ''; position: absolute;
  top: -100px; right: -100px;
  width: 300px; height: 300px;
  background: radial-gradient(circle, rgba(138,158,138,0.2) 0%, transparent 70%);
  pointer-events: none;
}
.cas-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; position: relative; z-index: 1; }
.cas-stat {
  background: var(--white); border: 1px solid var(--border-soft);
  padding: 1.8rem 1.2rem; text-align: center; border-radius: 4px;
}
.cas-stat-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.4rem; font-weight: 300;
  color: var(--sage-dark); line-height: 1;
  margin-bottom: 0.4rem; letter-spacing: -0.02em;
}
.cas-stat-label { font-size: 0.78rem; color: var(--gray); line-height: 1.4; }
.cas-quote { position: relative; z-index: 1; }
.cas-quote-mark {
  font-family: 'Cormorant Garamond', serif;
  font-size: 5rem; font-style: italic;
  color: var(--sage); line-height: 1;
  opacity: 0.5; margin-bottom: 0.5rem;
}
.cas-quote p {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.4rem; font-style: italic;
  color: var(--sage-deep); line-height: 1.5;
  margin-bottom: 1.5rem; font-weight: 400;
}
.cas-author { font-size: 0.85rem; color: var(--gray); }
.cas-author strong {
  color: var(--black); display: block; font-weight: 500;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.95rem; margin-bottom: 0.2rem;
}

/* FAQ accordion */
.faq-list { max-width: 900px; }
.faq-item {
  border-bottom: 1px solid var(--border);
  padding: 1.8rem 0; cursor: pointer;
  transition: padding 0.3s ease;
}
.faq-item:hover { padding-left: 0.5rem; }
.faq-q {
  display: flex; justify-content: space-between; align-items: center;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.4rem; font-weight: 500;
  gap: 2rem; transition: color 0.3s ease;
}
.faq-item:hover .faq-q { color: var(--sage-dark); }
.faq-q-toggle {
  font-size: 1.5rem; color: var(--sage-dark);
  transition: transform 0.3s ease;
  flex-shrink: 0; font-weight: 300;
}
.faq-item.open .faq-q-toggle { transform: rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height 0.4s ease, margin 0.4s ease; }
.faq-item.open .faq-a { max-height: 400px; margin-top: 1rem; }
.faq-a p { color: var(--gray); line-height: 1.7; }

/* Stat boxes (animated counters) */
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.2rem; max-width: 1200px; margin: 0 auto; }
.stat-box {
  background: var(--white); border: 1px solid var(--border-soft);
  padding: 2.4rem 1.8rem; border-radius: 4px;
  transition: all 0.4s ease;
  position: relative; overflow: hidden;
}
.stat-box::before {
  content: ''; position: absolute; top: 0; left: 0;
  width: 100%; height: 2px; background: var(--sage-dark);
  transform: scaleX(0); transform-origin: left;
  transition: transform 0.5s ease;
}
.stat-box:hover::before { transform: scaleX(1); }
.stat-box:hover { border-color: var(--sage); transform: translateY(-4px); box-shadow: 0 12px 32px rgba(74,99,80,0.08); }
.stat-number {
  font-family: 'Cormorant Garamond', serif;
  font-size: 3.4rem; font-weight: 300;
  color: var(--sage-dark); line-height: 1;
  margin-bottom: 0.8rem; letter-spacing: -0.02em;
}
.stat-number .stat-suffix, .stat-number .stat-prefix { font-size: 1.6rem; }
.stat-label { font-size: 0.88rem; color: var(--gray); line-height: 1.5; }

/* ============================================================
   13. RESPONSIVE
   ============================================================ */
@media (max-width: 980px) {
  .site-nav { padding: 1rem 1.5rem; }
  .site-nav.scrolled { padding: 0.8rem 1.5rem; }
  .nav-links { display: none; }
  .nav-links.mobile-open {
    display: flex; flex-direction: column;
    position: fixed; top: 70px; left: 0; right: 0;
    background: var(--white);
    padding: 2rem; gap: 1.5rem;
    border-bottom: 1px solid var(--border);
  }
  .nav-right { gap: 0.8rem; }
  .nav-devis { padding: 0.6rem 1.2rem; font-size: 0.7rem; }
  .menu-toggle { display: flex; }

  .page-header { padding: 8rem 1.5rem 4rem; }
  .breadcrumb { margin-bottom: 3rem; }

  section, .section-dark, .cta-devis { padding: 5rem 1.5rem; }
  .presentation-grid, .methode-grid, .cas-client-card { grid-template-columns: 1fr; gap: 2rem; }
  .benefices-grid { grid-template-columns: 1fr 1fr; }
  .cas-client-card { padding: 2rem; }
  .stats-grid { grid-template-columns: 1fr 1fr; }

  .footer-grid { grid-template-columns: 1fr; gap: 2rem; }
  .site-footer { padding: 4rem 1.5rem 2rem; }

  .floating-cta { display: inline-flex; align-items: center; }
}

/* ============================================================
   14. WORDPRESS-SPECIFIC HELPERS (alignment, gallery, etc.)
   ============================================================ */
.alignleft { float: left; margin: 0 1.5rem 1rem 0; }
.alignright { float: right; margin: 0 0 1rem 1.5rem; }
.aligncenter { display: block; margin: 0 auto 1rem; }
.alignwide { max-width: 1100px; margin-left: auto; margin-right: auto; }
.alignfull { width: 100vw; position: relative; left: 50%; right: 50%; margin-left: -50vw; margin-right: -50vw; }

.screen-reader-text {
  border: 0; clip: rect(1px,1px,1px,1px); -webkit-clip-path: inset(50%); clip-path: inset(50%);
  height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; word-wrap: normal !important;
}

/* WP admin bar offset */
.admin-bar .site-nav { top: 32px; }
@media (max-width: 782px) {
  .admin-bar .site-nav { top: 46px; }
}
