/* ── HERO ── */
.qjs-hero {
  background: var(--night);
  min-height: 100vh; display: flex; align-items: center;
  padding: 120px 56px 80px;
  position: relative; overflow: hidden;
}
.qjs-hero-bg {
  position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(ellipse 55% 60% at 80% 30%, rgba(224,90,58,0.08) 0%, transparent 65%),
    radial-gradient(ellipse 35% 40% at 5% 80%, rgba(30,45,71,0.6) 0%, transparent 60%);
}
.qjs-hero-bg::after {
  content: ''; position: absolute; inset: 0;
  background-image: linear-gradient(rgba(255,255,255,0.02) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.02) 1px, transparent 1px);
  background-size: 72px 72px;
}
.qjs-hero-inner {
  max-width: 1100px; margin: 0 auto; width: 100%;
  display: grid; grid-template-columns: 1fr 380px; gap: 80px; align-items: center;
  position: relative; z-index: 1;
}
.qjs-hero-inner > * { min-width: 0; }

.qjs-tag {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(224,90,58,0.13); border: 0.5px solid rgba(224,90,58,0.3);
  color: var(--coral); border-radius: 40px;
  font-size: 11px; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase;
  padding: 6px 16px; margin-bottom: 28px;
}
.qjs-tag::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--coral); }
.qjs-hero h1 {
  font-family: var(--serif); font-size: clamp(52px, 6vw, 80px);
  font-weight: 500; line-height: 1.05; color: white;
  letter-spacing: -0.01em; margin-bottom: 8px;
}
.qjs-name-sub {
  font-family: var(--serif); font-size: clamp(18px, 2vw, 24px);
  font-style: italic; font-weight: 400; color: var(--coral); margin-bottom: 28px;
}
.qjs-lead { font-size: 17px; font-weight: 300; color: rgba(255,255,255,0.5); line-height: 1.7; max-width: 500px; margin-bottom: 36px; }
.qjs-identites { display: flex; flex-direction: column; gap: 10px; margin-bottom: 40px; }
.qjs-id { display: flex; align-items: center; gap: 12px; font-size: 14px; font-weight: 300; color: rgba(255,255,255,0.5); }
.qjs-id-dot {
  width: 28px; height: 28px; border-radius: 50%;
  background: rgba(224,90,58,0.12); border: 0.5px solid rgba(224,90,58,0.25);
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.qjs-id-dot svg { width: 13px; height: 13px; color: var(--coral); }
.qjs-id strong { font-weight: 500; color: rgba(255,255,255,0.88); }
.qjs-btns { display: flex; gap: 12px; flex-wrap: wrap; }

/* Photo */
.qjs-photo-wrap { position: relative; }
.qjs-photo {
  width: 100%; aspect-ratio: 3/4; object-fit: cover;
  border-radius: var(--r-lg); display: block; filter: grayscale(10%);
}
.qjs-photo-placeholder {
  width: 100%; aspect-ratio: 3/4; border-radius: var(--r-lg);
  background: rgba(255,255,255,0.04); border: 0.5px solid rgba(255,255,255,0.08);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 12px; color: rgba(255,255,255,0.5); font-size: 13px;
}
.qjs-photo-badge {
  position: absolute; bottom: -16px; left: -24px;
  background: var(--coral); color: white; border-radius: var(--r-md);
  padding: 14px 18px; max-width: 180px;
  box-shadow: 0 10px 30px rgba(224,90,58,0.3);
}
.qjs-badge-label { font-size: 9px; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; opacity: 0.8; margin-bottom: 4px; }
.qjs-badge-text { font-family: var(--serif); font-size: 14px; font-style: italic; line-height: 1.3; }

/* ── CHIFFRES ── */
.chiffres { background: var(--night-2, #162035); padding: 56px; border-top: 0.5px solid rgba(255,255,255,0.07); border-bottom: 0.5px solid rgba(255,255,255,0.07); }
.chiffres-inner { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: repeat(5, 1fr); gap: 1px; background: rgba(255,255,255,0.06); border-radius: var(--r-lg); overflow: hidden; }
.chiffre-item { background: var(--night-2, #162035); padding: 32px 28px; text-align: center; transition: background 0.2s; }
.chiffre-item:hover { background: var(--night-3, #1E2D47); }
.chiffre-number { font-family: var(--serif); font-size: 44px; font-weight: 500; color: white; line-height: 1; margin-bottom: 6px; }
.chiffre-number span { color: var(--coral); }
.chiffre-label { font-size: 12px; font-weight: 300; color: rgba(255,255,255,0.5); line-height: 1.4; }

/* ── SECTION HELPERS ── */
.qjs-eyebrow { display: inline-flex; align-items: center; gap: 8px; font-size: 11px; font-weight: 500; letter-spacing: 0.13em; text-transform: uppercase; color: var(--coral); margin-bottom: 16px; }
.qjs-eyebrow::before { content: ''; width: 22px; height: 1px; background: var(--coral); display: block; }
.qjs-section-title { font-family: var(--serif); font-size: clamp(34px, 3.8vw, 50px); font-weight: 500; line-height: 1.15; margin-bottom: 16px; }
.qjs-section-title em { font-style: italic; color: var(--coral); }
.qjs-section-lead { font-size: 15px; font-weight: 300; line-height: 1.7; max-width: 540px; }

/* ── HISTOIRE ── */
.histoire { background: var(--cream); padding: 96px 56px; }
.histoire-inner { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 1fr 380px; gap: 80px; align-items: start; }
.histoire-body { display: flex; flex-direction: column; gap: 18px; margin-bottom: 40px; }
.histoire-body p { font-size: 15px; font-weight: 300; color: var(--muted); line-height: 1.75; }
.histoire-body p strong { font-weight: 500; color: var(--text); }
.histoire-body p.highlight {
  font-family: var(--serif); font-size: 19px; font-style: italic;
  font-weight: 400; color: var(--text); line-height: 1.5;
  border-left: 3px solid var(--coral); padding-left: 20px; margin: 8px 0;
}
.histoire-quote { background: var(--night); border-radius: var(--r-lg); padding: 36px 40px; margin-bottom: 36px; }
.histoire-quote blockquote { font-family: var(--serif); font-size: 20px; font-style: italic; font-weight: 400; color: rgba(255,255,255,0.88); line-height: 1.5; margin-bottom: 12px; }
.histoire-quote cite { font-size: 13px; font-weight: 300; color: rgba(255,255,255,0.5); font-style: normal; }

.histoire-parcours { position: sticky; top: 84px; display: flex; flex-direction: column; gap: 16px; }
.parcours-title { font-size: 11px; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; color: var(--coral); margin-bottom: 4px; display: flex; align-items: center; gap: 8px; }
.parcours-title::before { content: ''; width: 22px; height: 1px; background: var(--coral); display: block; }
.parcours-card {
  background: var(--white); border: 0.5px solid rgba(26,31,46,0.08);
  border-radius: var(--r-md); padding: 18px 20px;
  transition: border-color 0.2s, transform 0.2s;
}
.parcours-card:hover { border-color: rgba(224,90,58,0.2); transform: translateY(-2px); }
.parcours-card-label { font-size: 10px; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; color: var(--coral); margin-bottom: 6px; }
.parcours-card-text { font-size: 13.5px; font-weight: 400; color: var(--text); line-height: 1.45; }
.parcours-card-text strong { font-weight: 500; }
.parcours-card-sub { font-size: 12px; font-weight: 300; color: var(--muted); margin-top: 3px; }

/* ── APPROCHE ── */
.approche { background: var(--night); padding: 96px 56px; }
.approche-inner { max-width: 1100px; margin: 0 auto; }
.approche-header { margin-bottom: 56px; }
.approche-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-bottom: 48px; }
.approche-card {
  background: rgba(255,255,255,0.04); border: 0.5px solid rgba(255,255,255,0.07);
  border-radius: var(--r-xl); padding: 32px 28px;
  transition: border-color 0.2s, transform 0.2s; position: relative; overflow: hidden;
}
.approche-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: linear-gradient(90deg, var(--coral), transparent); opacity: 0; transition: opacity 0.3s; }
.approche-card:hover { border-color: rgba(224,90,58,0.25); transform: translateY(-3px); }
.approche-card:hover::before { opacity: 1; }
.ac-icon { width: 42px; height: 42px; border-radius: var(--r-md); background: rgba(224,90,58,0.1); display: flex; align-items: center; justify-content: center; margin-bottom: 18px; }
.ac-icon svg { width: 19px; height: 19px; color: var(--coral); }
.ac-title { font-size: 16px; font-weight: 500; color: white; margin-bottom: 10px; }
.ac-desc { font-size: 13.5px; font-weight: 300; color: rgba(255,255,255,0.5); line-height: 1.6; }

.approche-boundaries {
  background: rgba(255,255,255,0.03); border-radius: var(--r-xl);
  padding: 40px 48px; border: 0.5px solid rgba(255,255,255,0.07);
  display: grid; grid-template-columns: 1fr 1fr; gap: 48px;
}
.boundaries-label { font-size: 11px; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; margin-bottom: 16px; display: flex; align-items: center; gap: 8px; }
.boundaries-label::before { content: ''; width: 16px; height: 1px; display: block; }
.boundaries-label--non { color: rgba(255,255,255,0.35); }
.boundaries-label--non::before { background: rgba(255,255,255,0.2); }
.boundaries-label--oui { color: var(--coral); }
.boundaries-label--oui::before { background: var(--coral); }
.boundaries-list { display: flex; flex-direction: column; gap: 10px; }
.boundary-item { display: flex; align-items: flex-start; gap: 10px; font-size: 14px; font-weight: 300; color: rgba(255,255,255,0.5); line-height: 1.4; }
.boundary-item--non::before { content: ''; width: 16px; height: 16px; flex-shrink: 0; margin-top: 1px; background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Ccircle cx='8' cy='8' r='7' fill='rgba(255,255,255,0.06)'/%3E%3Cpath d='M5 11L11 5M5 5l6 6' stroke='rgba(255,255,255,0.25)' stroke-width='1.3' fill='none' stroke-linecap='round'/%3E%3C/svg%3E") center/contain no-repeat; }
.boundary-item--oui::before { content: ''; width: 16px; height: 16px; flex-shrink: 0; margin-top: 1px; background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Ccircle cx='8' cy='8' r='7' fill='%23E05A3A' opacity='.15'/%3E%3Cpath d='M4.5 8l2.5 2.5 4-4' stroke='%23E05A3A' stroke-width='1.4' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/contain no-repeat; }
.boundary-item--oui { color: rgba(255,255,255,0.88); }

/* ── L'AUTRE VISAGE ── */
.autrevisage { background: #EDE8DF; padding: 96px 56px; }
.av-inner { max-width: 1100px; margin: 0 auto; }
.av-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }
.av-body { font-size: 15px; font-weight: 300; color: var(--muted); line-height: 1.75; display: flex; flex-direction: column; gap: 14px; margin-bottom: 28px; }
.av-body strong { font-weight: 500; color: var(--text); }
.av-islands { display: flex; flex-direction: column; gap: 10px; margin-top: 24px; }
.av-island { display: flex; align-items: center; gap: 12px; font-size: 13.5px; }
.av-island-dot { width: 10px; height: 10px; border-radius: 50%; flex-shrink: 0; }
.av-island-name { font-weight: 500; color: var(--text); min-width: 100px; }
.av-island-desc { font-weight: 300; color: var(--muted); font-size: 13px; }
.av-link {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 14px; font-weight: 500; color: var(--coral); text-decoration: none;
  margin-top: 28px; transition: gap 0.2s;
}
.av-link:hover { gap: 12px; }
.av-right { display: flex; flex-direction: column; gap: 20px; }
.av-poem-card {
  background: var(--night); border-radius: var(--r-xl); padding: 36px 40px; position: relative; overflow: hidden;
}
.av-poem-card::before {
  content: '"'; position: absolute; top: -20px; left: 20px;
  font-family: var(--serif); font-size: 160px; font-style: italic;
  color: rgba(224,90,58,0.08); line-height: 1; pointer-events: none;
}
.av-poem-label { font-size: 10px; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; color: var(--coral); margin-bottom: 16px; }
.av-poem-text { font-family: var(--serif); font-size: 17px; font-style: italic; font-weight: 400; color: rgba(255,255,255,0.88); line-height: 1.7; margin-bottom: 16px; }
.av-poem-cite { font-size: 12px; font-weight: 300; color: rgba(255,255,255,0.5); }
.av-univers-card { background: var(--white); border-radius: var(--r-xl); padding: 28px 32px; border: 0.5px solid rgba(26,31,46,0.08); }
.av-univers-label { font-size: 10px; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; color: var(--coral); margin-bottom: 14px; }
.av-univers-title { font-family: var(--serif); font-size: 20px; font-weight: 500; color: var(--text); margin-bottom: 8px; }
.av-univers-desc { font-size: 13.5px; font-weight: 300; color: var(--muted); line-height: 1.6; margin-bottom: 16px; }
.av-univers-link { display: inline-flex; align-items: center; gap: 6px; font-size: 13px; font-weight: 500; color: var(--coral); text-decoration: none; transition: gap 0.2s; }
.av-univers-link:hover { gap: 10px; }

/* ── MÉTHODES ── */
.methodes { background: var(--white); padding: 96px 56px; }
.methodes-inner { max-width: 1100px; margin: 0 auto; }
.methodes-header { margin-bottom: 52px; }
.methodes-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.methode-card { background: var(--cream); border-radius: var(--r-xl); padding: 28px 24px; border: 0.5px solid rgba(26,31,46,0.07); transition: border-color 0.2s, transform 0.2s; }
.methode-card:hover { border-color: rgba(224,90,58,0.2); transform: translateY(-3px); }
.methode-icon { width: 40px; height: 40px; border-radius: var(--r-sm); background: rgba(224,90,58,0.08); display: flex; align-items: center; justify-content: center; margin-bottom: 14px; }
.methode-icon svg { width: 18px; height: 18px; color: var(--coral); }
.methode-name { font-size: 14px; font-weight: 500; color: var(--text); margin-bottom: 6px; }
.methode-desc { font-size: 13px; font-weight: 300; color: var(--muted); line-height: 1.55; }

/* ── CTA FINAL ── */
.qjs-cta { background: var(--coral); padding: 96px 56px; text-align: center; position: relative; overflow: hidden; }
.qjs-cta::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 70% 80% at 50% 110%, rgba(0,0,0,0.18) 0%, transparent 70%); }
.qjs-cta-inner { position: relative; max-width: 680px; margin: 0 auto; }
.qjs-cta-eyebrow { font-size: 11px; font-weight: 500; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(255,255,255,0.65); margin-bottom: 18px; }
.qjs-cta-title { font-family: var(--serif); font-size: clamp(38px, 5vw, 58px); font-weight: 500; color: white; line-height: 1.1; margin-bottom: 18px; }
.qjs-cta-lead { font-size: 16px; font-weight: 300; color: rgba(255,255,255,0.72); line-height: 1.65; margin-bottom: 40px; }
.qjs-cta-btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.qjs-cta-note { margin-top: 20px; font-size: 12px; color: rgba(255,255,255,0.5); }

/* ── RESPONSIVE ── */
@media (max-width: 1200px) {
  .qjs-hero-inner { grid-template-columns: 1fr 320px; gap: 56px; }
}
@media (max-width: 1024px) {
  .qjs-hero-inner, .histoire-inner, .av-grid { grid-template-columns: 1fr; }
  .qjs-photo-wrap { max-width: 340px; }
  .histoire-parcours { position: static; }
  .chiffres-inner { grid-template-columns: repeat(3, 1fr); }
  .approche-boundaries { grid-template-columns: 1fr; gap: 32px; }
  .methodes-grid { grid-template-columns: repeat(2, 1fr); }
  .qjs-hero, .chiffres, .histoire, .approche, .autrevisage, .methodes, .qjs-cta { padding-left: 32px; padding-right: 32px; }
}
@media (max-width: 768px) {
  .approche-grid, .methodes-grid { grid-template-columns: 1fr; }
  .chiffres-inner { grid-template-columns: repeat(2, 1fr); }
  .qjs-btns { flex-direction: column; }
  .qjs-hero, .chiffres, .histoire, .approche, .autrevisage, .methodes, .qjs-cta { padding-left: 24px; padding-right: 24px; }
}

/* ── PHOTO ACTION (parcours) ── */
.qjs-action-photo {
  width: 100%; border-radius: 12px; object-fit: cover;
  aspect-ratio: 4/3; margin-top: 8px; display: block;
  border: 2px solid rgba(224,90,58,0.18);
  box-shadow: 0 8px 28px rgba(0,0,0,0.08);
  transition: transform 0.3s, box-shadow 0.3s;
}
.qjs-action-photo:hover { transform: scale(1.02); box-shadow: 0 12px 36px rgba(0,0,0,0.13); }

/* ── PHOTO SATURNIN (autrevisage) ── */
.av-photo-wrap { margin-top: 20px; }
.av-photo-small {
  width: 100%; border-radius: 16px;
  object-fit: cover; object-position: center 20%;
  aspect-ratio: 4/3;
  border: 2px solid rgba(224,90,58,0.22);
  box-shadow: 0 8px 28px rgba(0,0,0,0.1);
  transition: transform 0.3s, box-shadow 0.3s;
  display: block;
}
.av-photo-small:hover { transform: scale(1.02); box-shadow: 0 14px 40px rgba(0,0,0,0.15); }
.av-photo-caption {
  margin-top: 10px; font-size: 12px; font-weight: 300;
  color: var(--muted); line-height: 1.55; font-style: italic; text-align: center;
}
.av-photo-caption strong { font-weight: 500; font-style: normal; color: var(--text); }
