/* =====================================================
   RETRAITE ATYPIQUE 2027 x LAFORGE - Design System V2
   DA : Cream / Dark Olive / Yellow (no red except LAFORGE)
===================================================== */
@font-face { font-family: 'TAN Nimbus'; src: url('./assets/fonts/TAN-NIMBUS.ttf') format('truetype'); font-weight: 400; font-display: swap; }
@font-face { font-family: 'Rethink Sans'; src: url('./assets/fonts/RethinkSans-Bold.ttf') format('truetype'); font-weight: 700; font-display: swap; }
@font-face { font-family: 'Rethink Sans'; src: url('./assets/fonts/RethinkSans-ExtraBold.ttf') format('truetype'); font-weight: 800; font-display: swap; }

:root {
  --yellow: #D6F045; --yellow-deep: #B3CE2F; --yellow-dark: #1E220A;
  --olive: #1A2010; --olive-deep: #10160A; --olive-mid: #2A3418;
  --cream: #F5EFE6; --paper: #EDE6D8; --warm: #E4DAC5; --white: #FFFFFF;
  --red: #D81F26; --red-deep: #A6151B; /* USE ONLY FOR LAFORGE SECTION */
  --ash: #14120F; --black: #0A0908; --smoke: #26221D;
  --line: rgba(30,34,10,0.15); --line-light: rgba(255,255,255,0.15);
  --font-display: 'TAN Nimbus', Georgia, serif;
  --font-sans: 'Rethink Sans', -apple-system, sans-serif;
  --max-width: 1360px; --gutter: clamp(1.25rem, 4vw, 2.5rem);
  --section-pad: clamp(4rem, 9vw, 8rem);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: var(--font-sans); font-weight: 700; color: var(--olive); background: var(--cream); line-height: 1.55; font-size: 17px; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: 0; background: none; }

.display, h1, h2, h3, h4 { font-family: var(--font-display); font-weight: 400; line-height: 1.18; letter-spacing: 0.03em; text-transform: uppercase; }
h1 { font-size: clamp(3.5rem, 11vw, 9rem); }
h2 { font-size: clamp(2.5rem, 6vw, 5rem); }
h3 { font-size: clamp(1.8rem, 3vw, 2.8rem); }
.sans, p { font-family: var(--font-sans); font-weight: 700; }
.eyebrow { font-family: var(--font-sans); font-weight: 800; font-size: 0.78rem; letter-spacing: 0.28em; text-transform: uppercase; display: inline-block; }

.container { width: 100%; max-width: var(--max-width); margin: 0 auto; padding: 0 var(--gutter); }
section { padding: var(--section-pad) 0; position: relative; }

/* ============ NAV ============ */
.nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; padding: 1.25rem var(--gutter); display: flex; align-items: center; justify-content: space-between; transition: all 0.35s ease; }
.nav.scrolled { background: rgba(10,9,8,0.88); backdrop-filter: blur(14px); padding: 0.75rem var(--gutter); }
.nav-brand img { height: 30px; width: auto; display: block; }
.nav-links { display: flex; align-items: center; gap: 2rem; }
.nav-links a { color: var(--white); font-family: var(--font-sans); font-weight: 800; font-size: 0.85rem; text-decoration: underline; text-underline-offset: 4px; letter-spacing: 0.02em; }
.nav-links a.btn { text-decoration: none; }

/* ============ HERO ============ */
.hero { position: relative; min-height: 100vh; overflow: hidden; color: var(--white); display: flex; flex-direction: column; justify-content: center; padding: 6rem var(--gutter) 3rem; background: #000; }
.hero-video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; background: #000; }
.hero-video-overlay { position: absolute; inset: 0; background: rgba(10, 14, 6, 0.55); z-index: 1; }
.hero-content { position: relative; z-index: 3; text-align: center; max-width: 1200px; margin: 0 auto; }
.hero-badge { display: inline-block; color: var(--yellow); font-family: var(--font-sans); font-weight: 800; font-size: 0.9rem; letter-spacing: 0.32em; margin-bottom: 1.5rem; margin-top: 4.5rem; }
.hero-logo-img { width: min(88%, 780px); height: auto; margin: 0 auto 1.75rem; display: block; filter: drop-shadow(0 10px 40px rgba(0,0,0,0.5)); }
.hero-tagline { font-family: var(--font-sans); font-weight: 800; font-size: clamp(1.1rem, 2.4vw, 1.6rem); letter-spacing: 0.02em; text-transform: uppercase; color: var(--white); margin-bottom: 0.75rem; }
.hero-sub { font-family: var(--font-sans); font-weight: 700; font-size: clamp(0.9rem, 1.4vw, 1.1rem); color: rgba(255,255,255,0.85); }

/* Ovals décoratifs (PNG assets) */
.hero-oval-png { position: absolute; z-index: 3; max-width: 140px; height: auto; filter: drop-shadow(0 8px 24px rgba(0,0,0,0.4)); }
.hero-oval-png.left { left: 4vw; top: 42%; }
.hero-oval-png.right { right: 4vw; top: 42%; }

/* Forme "porte" — élément récurrent de la DA (carré en bas, arrondi au dessus) */
.door-frame { border: 1.5px solid var(--yellow); border-radius: 50% 50% 12px 12px / 42% 42% 6% 6%; }
/* SVG animé : trait dessiné qui trace la porte */
.hero-arc-svg {
  position: absolute;
  inset: 4rem 15% 9rem 15%;
  z-index: 2;
  pointer-events: none;
  overflow: visible;
  width: auto;
  height: auto;
}
.hero-arc-svg path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  opacity: 0;
  animation: drawDoor 4s cubic-bezier(0.65, 0, 0.35, 1) 0.8s forwards;
  animation-iteration-count: 1;
  filter: drop-shadow(0 0 8px rgba(214,240,69,0.4));
}
@keyframes drawDoor {
  0% { stroke-dashoffset: 1000; opacity: 0; }
  15% { opacity: 0.7; }
  100% { stroke-dashoffset: 0; opacity: 0.55; }
}
/* Assure que l'état final reste stable et statique */
.hero-arc-svg.done path {
  stroke-dashoffset: 0 !important;
  opacity: 0.55 !important;
  animation: none !important;
}
.hero-cross-top { position: absolute; top: 6.5rem; left: 50%; transform: translateX(-50%); z-index: 3; }
.hero-cross-top img { width: 22px; height: auto; }

.hero-scroll { position: absolute; bottom: 4.5rem; left: 50%; transform: translateX(-50%); z-index: 3; color: var(--yellow); font-size: 1.5rem; animation: bounce 2.5s infinite; }
@keyframes bounce { 0%, 100% { transform: translate(-50%, 0); } 50% { transform: translate(-50%, 8px); } }

@media (max-width: 880px) {
  .hero-oval-png { display: none; }
  .hero-arc-svg { inset: 3rem 3% 8rem 3%; }
  .hero-arc-svg path {
    animation: none !important;
    stroke-dashoffset: 0 !important;
    opacity: 0.55 !important;
  }
  .hero-cross-top { top: 4rem; }
  .hero-cross-top img { width: 18px; }
  .hero-badge { margin-top: 1.5rem; font-size: 0.72rem; }
}

/* ============ SECTION 2 - Big text BLOCK ============ */
.big-text { background: var(--cream); padding: var(--section-pad) 0; overflow: hidden; }
.big-text-inner { max-width: 1400px; margin: 0 auto; padding: 0 var(--gutter); }
.big-text-headline {
  font-family: var(--font-sans);
  font-weight: 800;
  font-size: clamp(1.9rem, 6.2vw, 5.4rem);
  line-height: 0.98;
  color: var(--olive);
  text-transform: uppercase;
  letter-spacing: -0.02em;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.12em 0.28em;
}
.bt-word { display: inline-block; opacity: 0; transform: translateX(-24px); transition: opacity 0.6s ease, transform 0.6s ease; }
.bt-word.visible { opacity: 1; transform: translateX(0); }
.bt-word.fantasy { font-family: var(--font-display); font-weight: 400; color: var(--olive); text-transform: uppercase; font-size: 1em; line-height: 1; letter-spacing: 0.02em; display: inline-block; }
.bt-photo { display: inline-block; vertical-align: middle; border-radius: 10px; overflow: hidden; box-shadow: 0 12px 30px rgba(0,0,0,0.12); opacity: 0; transform: scale(0.9); transition: opacity 0.7s ease, transform 0.7s ease; }
.bt-photo.visible { opacity: 1; transform: scale(1); }
.bt-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.bt-photo.square { width: 0.9em; height: 0.9em; min-width: 60px; min-height: 60px; }
.bt-photo.rect { width: 1.5em; height: 0.9em; min-width: 100px; min-height: 60px; }
.bt-photo.tall { width: 0.8em; height: 1.15em; min-width: 55px; min-height: 78px; }
.bt-photo { vertical-align: -0.15em; }
@media (max-width: 880px) {
  .big-text-headline { font-size: clamp(1.4rem, 6.5vw, 2.4rem); gap: 0.15em 0.25em; line-height: 1.2; }
  .bt-photo.square { min-width: 42px; min-height: 42px; width: 0.9em; height: 0.9em; }
  .bt-photo.rect { min-width: 70px; min-height: 42px; width: 1.5em; height: 0.9em; }
  .bt-photo.tall { min-width: 38px; min-height: 55px; width: 0.8em; height: 1.15em; }
}

/* ============ SECTION 3 - Video + Carousel (LAFORGE style) ============ */
.video-block { background: var(--yellow); color: var(--yellow-dark); padding: var(--section-pad) 0; position: relative; overflow: hidden; }
.video-block .eyebrow { color: var(--yellow-dark); opacity: 0.75; }
.video-block-head { text-align: center; max-width: 900px; margin: 0 auto 3rem; padding: 0 var(--gutter); }
.video-block-title { font-family: var(--font-display); font-size: clamp(2.6rem, 7.5vw, 5.5rem); line-height: 0.92; margin: 1rem 0; color: var(--yellow-dark); }
.video-block-sub { font-family: var(--font-sans); font-weight: 700; font-size: clamp(1rem, 1.6vw, 1.2rem); color: rgba(30,34,10,0.72); max-width: 620px; margin: 0 auto; }

.video-dates { display: grid; grid-template-columns: 1fr auto 1fr; gap: 1.5rem; max-width: 780px; margin: 2rem auto 3rem; align-items: center; padding: 0 var(--gutter); }
.video-date-card { text-align: center; padding: 1.25rem; border: 2px solid var(--yellow-dark); border-radius: 16px; background: rgba(255,255,255,0.14); transition: all 0.3s; }
.video-date-card:hover { background: var(--yellow-dark); color: var(--yellow); transform: translateY(-3px); }
.video-date-card .d { font-family: var(--font-display); font-size: clamp(1.3rem, 2.6vw, 1.8rem); line-height: 1; display: block; }
.video-date-card .l { font-family: var(--font-sans); font-weight: 800; font-size: 0.72rem; letter-spacing: 0.18em; text-transform: uppercase; margin-top: 0.5rem; display: block; }
.video-cross { font-family: var(--font-display); font-size: 2.5rem; text-align: center; }

.video-preview { position: relative; aspect-ratio: 16/9; border-radius: 22px; overflow: hidden; background: var(--yellow-dark); margin: 3rem auto; cursor: pointer; max-width: 1100px; }
.video-preview video { width: 100%; height: 100%; display: block; object-fit: cover; }
.video-cover { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; transition: opacity 0.5s; z-index: 2; pointer-events: none; background: rgba(0,0,0,0.4); }
.video-preview.playing .video-cover { opacity: 0; }
.play-btn { width: 96px; height: 96px; border-radius: 50%; background: var(--yellow); display: flex; align-items: center; justify-content: center; box-shadow: 0 20px 40px rgba(0,0,0,0.3); }
.play-btn::after { content: ""; width: 0; height: 0; border-left: 24px solid var(--olive-deep); border-top: 16px solid transparent; border-bottom: 16px solid transparent; margin-left: 6px; }
.video-hint { position: absolute; bottom: 1.5rem; left: 50%; transform: translateX(-50%); color: var(--yellow); font-family: var(--font-sans); font-weight: 800; font-size: 0.78rem; letter-spacing: 0.18em; text-transform: uppercase; z-index: 3; background: rgba(0,0,0,0.55); padding: 0.5rem 1rem; border-radius: 999px; pointer-events: none; }

.recap-carousel { margin-top: 3rem; }
.recap-track { display: flex; gap: 1.25rem; overflow-x: auto; scroll-snap-type: x mandatory; padding: 1rem var(--gutter) 2rem; scrollbar-width: thin; scrollbar-color: var(--yellow-dark) transparent; }
.recap-track::-webkit-scrollbar { height: 6px; }
.recap-track::-webkit-scrollbar-track { background: rgba(0,0,0,0.06); border-radius: 3px; }
.recap-track::-webkit-scrollbar-thumb { background: var(--yellow-dark); border-radius: 3px; }
.recap-slide { flex: 0 0 320px; aspect-ratio: 4/5; border-radius: 16px; overflow: hidden; scroll-snap-align: start; transition: transform 0.4s; background: var(--yellow-dark); }
.recap-slide:hover { transform: translateY(-6px); }
.recap-slide img { width: 100%; height: 100%; object-fit: cover; display: block; }
.recap-nav { display: flex; justify-content: center; gap: 0.6rem; margin-top: 1rem; }
.recap-btn { width: 48px; height: 48px; border-radius: 50%; background: var(--yellow-dark); color: var(--yellow); font-family: var(--font-sans); font-weight: 800; font-size: 1.2rem; display: flex; align-items: center; justify-content: center; transition: all 0.25s; }
.recap-btn:hover { background: var(--black); transform: scale(1.08); }

@media (max-width: 880px) { .video-dates { grid-template-columns: 1fr; } .video-cross { display: none; } }

/* ============ SECTION 4 - Spirit (2 retraites, un même esprit) ============ */
.spirit { background: var(--paper); padding: var(--section-pad) 0; }
.spirit-head { text-align: center; max-width: 800px; margin: 0 auto 3rem; padding: 0 var(--gutter); }
.spirit-head .eyebrow { color: var(--olive); opacity: 0.8; }
.spirit-title { font-family: var(--font-display); font-size: clamp(2.5rem, 6vw, 5rem); margin: 1rem 0; color: var(--olive); }
.spirit-title em { font-style: normal; color: var(--yellow-deep); background: var(--olive); padding: 0.1em 0.3em; border-radius: 8px; }
.spirit-sub { font-family: var(--font-sans); font-weight: 700; font-size: clamp(1rem, 1.6vw, 1.2rem); color: rgba(26,32,16,0.75); max-width: 620px; margin: 0 auto; }
.spirit-groups { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; margin-top: 3rem; max-width: var(--max-width); margin-left: auto; margin-right: auto; padding: 0 var(--gutter); }
.spirit-group { border-radius: 22px; overflow: hidden; position: relative; background: var(--smoke); aspect-ratio: 4/3; transition: transform 0.4s; }
.spirit-group:hover { transform: translateY(-6px); }
.spirit-group img { width: 100%; height: 100%; object-fit: cover; display: block; }
.spirit-group-label { position: absolute; bottom: 1rem; left: 1rem; background: rgba(0,0,0,0.6); color: var(--yellow); padding: 0.55rem 1rem; border-radius: 999px; font-family: var(--font-sans); font-weight: 800; font-size: 0.72rem; letter-spacing: 0.18em; text-transform: uppercase; }
.spirit-pillars { margin-top: 4rem; display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; }
.spirit-pillar { padding: 1.75rem; background: var(--cream); border-radius: 18px; border: 1px solid var(--line); transition: all 0.3s; }
.spirit-pillar:hover { transform: translateY(-4px); border-color: var(--olive); box-shadow: 0 20px 40px rgba(26,32,16,0.06); }
.spirit-pillar-icon { width: 42px; height: 42px; border-radius: 50%; background: var(--olive); color: var(--yellow); display: flex; align-items: center; justify-content: center; font-family: var(--font-display); font-size: 1.3rem; margin-bottom: 1rem; }
.spirit-pillar h4 { font-family: var(--font-sans); font-weight: 800; font-size: 1.1rem; text-transform: uppercase; letter-spacing: 0.02em; margin-bottom: 0.5rem; color: var(--olive); }
.spirit-pillar p { font-size: 0.95rem; color: rgba(26,32,16,0.7); line-height: 1.5; font-weight: 700; }
@media (max-width: 880px) { .spirit-groups, .spirit-pillars { grid-template-columns: 1fr; } }

/* ============ SECTION 5 - Solo vs Patron cards (dark bg) ============ */
.retreats { background: var(--olive); color: var(--cream); padding: var(--section-pad) 0; position: relative; overflow: hidden; }
.retreats::before { content: ""; position: absolute; top: -30%; right: -10%; width: 700px; height: 700px; background: radial-gradient(circle, rgba(214,240,69,0.09), transparent 65%); pointer-events: none; }
.retreats-head { text-align: center; max-width: 780px; margin: 0 auto 4rem; padding: 0 var(--gutter); position: relative; z-index: 2; }
.retreats-head .eyebrow { color: var(--yellow); }
.retreats-title { font-family: var(--font-display); font-size: clamp(2.5rem, 6vw, 5rem); color: var(--white); margin: 1rem 0 1.5rem; letter-spacing: 0.02em; line-height: 1.18; }
.retreats-title em { font-style: normal; color: var(--yellow); }
.retreats-sub { font-family: var(--font-sans); font-weight: 700; font-size: 1.1rem; color: rgba(245,239,230,0.78); }
.retreats-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; position: relative; z-index: 2; max-width: var(--max-width); margin: 0 auto; padding: 0 var(--gutter); }
.retreat-card { background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.1); border-radius: 24px; padding: 2.5rem; transition: all 0.4s; position: relative; overflow: hidden; }
.retreat-card:hover { transform: translateY(-6px); border-color: var(--yellow); background: rgba(214,240,69,0.05); }
.retreat-card-tag { display: inline-block; padding: 0.3rem 0.75rem; background: var(--yellow); color: var(--yellow-dark); border-radius: 999px; font-family: var(--font-sans); font-weight: 800; font-size: 0.65rem; letter-spacing: 0.15em; text-transform: uppercase; margin-bottom: 1rem; align-self: flex-start; width: auto; }
.retreat-card-title { font-family: var(--font-sans); font-weight: 800; font-size: clamp(1.4rem, 2.5vw, 2rem); text-transform: uppercase; letter-spacing: -0.005em; color: var(--white); line-height: 1.25; margin-bottom: 1rem; }
.retreat-card-dates { font-family: var(--font-sans); font-weight: 800; font-size: clamp(1rem, 1.6vw, 1.2rem); letter-spacing: 0.05em; text-transform: uppercase; color: var(--yellow); margin-bottom: 1.5rem; padding: 0.75rem 0; border-top: 1px solid rgba(255,255,255,0.12); border-bottom: 1px solid rgba(255,255,255,0.12); line-height: 1.25; }
.retreat-card-meta { font-family: var(--font-sans); font-weight: 700; font-size: 0.9rem; color: rgba(245,239,230,0.78); line-height: 1.7; margin-bottom: 1.5rem; }
.retreat-card-desc { font-family: var(--font-sans); font-weight: 700; font-size: 0.98rem; line-height: 1.6; color: rgba(245,239,230,0.92); margin-bottom: 2rem; padding-left: 1rem; border-left: 3px solid var(--yellow); }
.retreat-card-cta { display: flex; flex-direction: column; gap: 0.5rem; }
.retreat-card-places { font-family: var(--font-sans); font-weight: 800; font-size: 0.7rem; letter-spacing: 0.18em; text-transform: uppercase; color: rgba(214,240,69,0.85); text-align: center; }
@media (max-width: 880px) { .retreats-cards { grid-template-columns: 1fr; } }

/* ============ BUTTONS ============ */
.btn { display: inline-flex; align-items: center; gap: 0.6rem; padding: 1.1rem 2rem; border-radius: 999px; font-family: var(--font-sans); font-weight: 800; font-size: 0.88rem; letter-spacing: 0.14em; text-transform: uppercase; transition: all 0.3s cubic-bezier(0.2,0.8,0.2,1); border: 2px solid transparent; cursor: pointer; text-align: center; justify-content: center; }
.btn-yellow { background: var(--yellow); color: var(--olive-deep); }
.btn-yellow:hover { background: var(--olive-deep); color: var(--yellow); transform: translateY(-2px); box-shadow: 0 12px 30px rgba(0,0,0,0.25); }
.btn-dark { background: var(--olive); color: var(--yellow); }
.btn-dark:hover { background: var(--black); transform: translateY(-2px); }
.btn-outline { background: transparent; color: currentColor; border-color: currentColor; }
.btn-red { background: var(--red); color: var(--white); }
.btn-red:hover { background: var(--red-deep); transform: translateY(-2px); }
.btn-arrow { transition: transform 0.3s; }
.btn:hover .btn-arrow { transform: translateX(4px); }

/* ============ PROGRAM — dynamique + coloré + organique ============ */
.program-halo-3 { position: absolute; top: 40%; left: 50%; transform: translate(-50%,-50%); width: 500px; height: 500px; background: radial-gradient(circle, rgba(255,255,255,0.4), transparent 65%); pointer-events: none; filter: blur(30px); z-index: 1; }
.program { background: var(--cream); padding: var(--section-pad) 0; position: relative; overflow: hidden; }
.program::before { content: ""; position: absolute; top: 10%; left: -200px; width: 700px; height: 700px; background: radial-gradient(circle, rgba(214,240,69,0.55), transparent 60%); pointer-events: none; filter: blur(20px); }
.program::after { content: ""; position: absolute; bottom: 5%; right: -150px; width: 600px; height: 600px; background: radial-gradient(circle, rgba(214,240,69,0.35), transparent 60%); pointer-events: none; filter: blur(25px); }
.program-head { text-align: center; max-width: 700px; margin: 0 auto 4rem; padding: 0 var(--gutter); position: relative; z-index: 2; }
.program-head .eyebrow { color: var(--olive); opacity: 0.8; }
.program-title { font-family: var(--font-display); font-size: clamp(2.5rem, 6vw, 4.5rem); margin: 1rem 0; color: var(--olive); line-height: 1.18; }

.program-days { max-width: 1500px; margin: 0 auto; padding: 0 var(--gutter); position: relative; z-index: 3; display: grid; grid-template-columns: repeat(12, 1fr); grid-template-rows: 1fr; gap: 0; align-items: start; }
.program-day { padding: 2rem; border-radius: 24px; transition: all 0.5s cubic-bezier(0.2,0.8,0.2,1); position: relative; overflow: hidden; display: flex; flex-direction: column; }
.program-day:hover { transform: translateY(-8px) rotate(0deg) !important; box-shadow: 0 30px 60px rgba(26,32,16,0.15); }
.program-day-photo { border-radius: 16px; overflow: hidden; margin: 0.5rem 0 2.5rem; aspect-ratio: 4/3; box-shadow: 0 12px 30px rgba(26,32,16,0.15); }
.program-day-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s; }
.program-day:hover .program-day-photo img { transform: scale(1.08); }
.program-day-number { font-family: var(--font-display); font-size: clamp(4rem, 9vw, 7rem); line-height: 0.85; margin-bottom: 1rem; letter-spacing: 0.02em; }
.program-day-title { font-family: var(--font-sans); font-weight: 800; font-size: 1.05rem; letter-spacing: 0.12em; text-transform: uppercase; margin-bottom: 1rem; }
.program-day ul { list-style: none; display: flex; flex-direction: column; gap: 0.7rem; }
.program-day li { font-family: var(--font-sans); font-weight: 700; font-size: 0.95rem; padding-left: 1.5rem; position: relative; }
.program-day li::before { content: "\2900"; position: absolute; left: 0; font-weight: 700; }

/* J1 — Olive foncé, en haut à gauche, colonnes 1-5 */
.program-day-1 { grid-column: 1 / 6; grid-row: 1; background: var(--olive); color: var(--cream); transform: rotate(-1deg); position: relative; z-index: 1; }
.program-day-1 .program-day-number { color: var(--yellow); }
.program-day-1 .program-day-title { color: var(--yellow); }
.program-day-1 li { color: rgba(245,239,230,0.85); }
.program-day-1 li::before { color: var(--yellow); }

/* J2 — Jaune fluo au centre, décalé bas, colonnes 5-9 */
.program-day-2 { grid-column: 5 / 10; grid-row: 1; background: var(--yellow); color: var(--yellow-dark); transform: rotate(1.5deg); position: relative; z-index: 2; box-shadow: 0 20px 50px rgba(214,240,69,0.35); }
.program-day-2 .program-day-number { color: var(--yellow-dark); }
.program-day-2 .program-day-title { color: var(--yellow-dark); }
.program-day-2 li { color: rgba(30,34,10,0.85); }
.program-day-2 li::before { color: var(--yellow-dark); }

/* J3 — Crème avec bordure olive, en haut à droite, colonnes 9-13 */
.program-day-3 { grid-column: 8 / 13; grid-row: 1; background: var(--paper); color: var(--olive); border: 2px solid var(--olive); transform: rotate(-1.5deg); position: relative; z-index: 3; box-shadow: 0 20px 50px rgba(26,32,16,0.15); }
.program-day-3 .program-day-number { color: var(--olive); }
.program-day-3 .program-day-title { color: var(--olive); }
.program-day-3 li { color: rgba(26,32,16,0.75); }
.program-day-3 li::before { color: var(--olive); }

@media (max-width: 880px) {
  .program-days { grid-template-columns: 1fr; gap: 1.5rem; }
  .program-day-1, .program-day-2, .program-day-3 { grid-column: 1; transform: none !important; margin-top: 0; }
}

/* ============ LIEU — refonte : centré, entouré de photos flottantes ============ */
.place { background: var(--warm); padding: calc(var(--section-pad) * 1.5) 0 calc(var(--section-pad) * 1.6); position: relative; overflow: hidden; }
.place-container { max-width: 1500px; margin: 0 auto; padding: 0 var(--gutter); position: relative; min-height: 1100px; }

/* Contenu central */
.place-center { max-width: 720px; margin: 0 auto; text-align: center; position: relative; z-index: 5; padding: 3rem 0; }
.place-center .eyebrow { color: var(--olive); opacity: 0.8; margin-bottom: 2.5rem; }
.place-title {
  font-family: var(--font-display);
  font-size: clamp(2.5rem, 6vw, 4.5rem);
  line-height: 1.2;
  letter-spacing: 0.03em;
  color: var(--olive);
  margin-bottom: 2rem;
}
.place-desc {
  font-family: var(--font-sans); font-weight: 700;
  font-size: 1.05rem; line-height: 1.65;
  color: rgba(26,32,16,0.8);
  max-width: 560px; margin: 0 auto 2.5rem;
}

/* Card adresse principale */
.place-address {
  background: var(--olive);
  color: var(--cream);
  padding: 2rem;
  border-radius: 20px;
  box-shadow: 0 20px 50px rgba(26,32,16,0.15);
  margin-bottom: 2rem;
  display: inline-block;
  text-align: left;
}
.place-address-label { font-family: var(--font-sans); font-weight: 800; font-size: 0.7rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--yellow); opacity: 0.85; margin-bottom: 0.5rem; display: block; }
.place-address-title { font-family: var(--font-display); font-size: 1.5rem; color: var(--white); margin-bottom: 0.4rem; letter-spacing: 0.02em; }
.place-address-line { font-family: var(--font-sans); font-weight: 700; font-size: 0.95rem; color: rgba(245,239,230,0.85); margin-bottom: 1rem; }
.place-address-btn {
  display: inline-flex; align-items: center; gap: 0.5rem;
  padding: 0.65rem 1.15rem; border-radius: 999px;
  background: var(--yellow); color: var(--yellow-dark);
  font-family: var(--font-sans); font-weight: 800; font-size: 0.75rem;
  letter-spacing: 0.15em; text-transform: uppercase;
  transition: all 0.25s;
}
.place-address-btn:hover { background: var(--white); transform: translateY(-2px); }

/* Cards moyens de transport */
.place-transport { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; margin-top: 1rem; }
.transport-card {
  background: var(--cream); border-radius: 14px; padding: 1.25rem 1rem;
  border: 1px solid var(--line);
  transition: all 0.3s;
  text-align: left;
}
.transport-card:hover { transform: translateY(-3px); border-color: var(--olive); box-shadow: 0 12px 25px rgba(26,32,16,0.08); }
.transport-icon {
  width: 36px; height: 36px; border-radius: 50%;
  background: var(--olive); color: var(--yellow);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.1rem; margin-bottom: 0.75rem;
}
.transport-label { font-family: var(--font-sans); font-weight: 800; font-size: 0.72rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--olive); opacity: 0.7; margin-bottom: 0.2rem; }
.transport-value { font-family: var(--font-sans); font-weight: 800; font-size: 1.05rem; color: var(--olive); }
.transport-detail { font-family: var(--font-sans); font-weight: 700; font-size: 0.75rem; color: rgba(26,32,16,0.6); margin-top: 0.15rem; }

/* Photos flottantes autour — droites, tailles variées, zone libre autour du titre */
.place-photo {
  position: absolute; z-index: 2;
  border-radius: 16px; overflow: hidden;
  box-shadow: 0 25px 50px rgba(26,32,16,0.22);
  transition: transform 0.6s cubic-bezier(0.2, 0.8, 0.2, 1);
  will-change: transform;
}
.place-photo img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.6s; }
.place-photo:hover { transform: scale(1.04) !important; }
.place-photo:hover img { transform: scale(1.05); }

/* Coin haut-gauche (rectangle portrait grand) */
.place-photo.p1 { top: 1rem; left: 0; width: 340px; height: 440px; }
/* Coin haut-droit (landscape large) */
.place-photo.p2 { top: 1rem; right: 0; width: 420px; height: 280px; }
/* Milieu haut-gauche carré */
.place-photo.p3 { top: 28rem; left: 0; width: 280px; height: 280px; }
/* Milieu droite grand carré */
.place-photo.p4 { top: 22rem; right: 0; width: 340px; height: 340px; }
/* Bas gauche landscape */
.place-photo.p5 { bottom: 1rem; left: 0; width: 440px; height: 280px; }
/* Bas droite portrait tall */
.place-photo.p6 { bottom: 1rem; right: 3%; width: 300px; height: 420px; }
/* Coin bas-milieu portrait */
.place-photo.p7 { bottom: 10rem; right: 26%; width: 220px; height: 290px; }

/* Aérer la zone centrale : content min-width 620px + padding-top/bottom */
.place-center { padding: 6rem 2rem !important; min-height: 900px; }

@media (max-width: 1200px) {
  .place-photo.p1 { width: 180px; height: 230px; }
  .place-photo.p2 { width: 220px; height: 150px; }
  .place-photo.p3 { display: none; }
  .place-photo.p4 { width: 180px; height: 180px; }
  .place-photo.p5 { width: 220px; height: 150px; }
  .place-photo.p6 { width: 150px; height: 220px; }
  .place-photo.p7 { display: none; }
}
@media (max-width: 900px) {
  .place-photo.p1, .place-photo.p3, .place-photo.p4, .place-photo.p7 { display: none; }
  .place-photo.p2 { top: 0; right: 0; width: 130px; height: 90px; }
  .place-photo.p5 { bottom: 0; left: 0; width: 140px; height: 95px; }
  .place-photo.p6 { bottom: 0; right: 0; width: 100px; height: 140px; }
  .place-center { padding: 2rem !important; min-height: auto; }
}
@media (max-width: 600px) {
  .place-photo { display: none; }
  .place-transport { grid-template-columns: repeat(2, 1fr); }
}

/* ============ SANS TÉLÉPHONE ============ */

/* ============ PRICING ============ */
.pricing { background: var(--cream); padding: var(--section-pad) 0; }
.pricing-head { text-align: center; max-width: 700px; margin: 0 auto 3rem; padding: 0 var(--gutter); }
.pricing-head .eyebrow { color: var(--olive); opacity: 0.75; }
.pricing-title { font-family: var(--font-display); font-size: clamp(2.5rem, 5.5vw, 4rem); margin: 1rem 0; color: var(--olive); }
.pricing-early-banner { text-align: center; background: var(--yellow); color: var(--yellow-dark); padding: 0.75rem 1.5rem; border-radius: 999px; font-family: var(--font-sans); font-weight: 800; font-size: 0.8rem; letter-spacing: 0.15em; text-transform: uppercase; margin: 1.5rem auto 2rem; display: inline-block; }
.pricing-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; max-width: var(--max-width); margin: 0 auto; padding: 0 var(--gutter); }
.pricing-card { background: var(--paper); border-radius: 24px; padding: 2.5rem; border: 2px solid var(--line); transition: all 0.35s; display: flex; flex-direction: column; }
.pricing-card:hover { border-color: var(--olive); transform: translateY(-4px); }
.pricing-card-tag { display: inline-block; padding: 0.4rem 0.9rem; background: var(--olive); color: var(--yellow); border-radius: 999px; font-family: var(--font-sans); font-weight: 800; font-size: 0.72rem; letter-spacing: 0.18em; text-transform: uppercase; margin-bottom: 1.5rem; align-self: flex-start; }
.pricing-card h3 { font-family: var(--font-sans); font-weight: 800; font-size: clamp(1.4rem, 2.4vw, 1.9rem); line-height: 1.25; margin-bottom: 0.5rem; color: var(--olive); text-transform: uppercase; letter-spacing: -0.005em; }
.pricing-card-dates { font-family: var(--font-sans); font-weight: 800; font-size: 0.9rem; letter-spacing: 0.15em; text-transform: uppercase; color: var(--olive); opacity: 0.8; margin-bottom: 2rem; padding-bottom: 1rem; border-bottom: 1px solid var(--line); }
.pricing-list { list-style: none; display: flex; flex-direction: column; gap: 1rem; margin-bottom: 2rem; }
.pricing-item { display: flex; justify-content: space-between; align-items: flex-start; gap: 1rem; padding: 0.75rem 0; border-bottom: 1px dashed var(--line); }
.pricing-item-name { font-family: var(--font-sans); font-weight: 700; font-size: 0.95rem; color: var(--olive); flex: 1; }
.pricing-item-price { font-family: var(--font-display); font-size: 1.2rem; color: var(--olive); white-space: nowrap; text-align: right; }
.pricing-item-old { display: block; font-family: var(--font-sans); font-weight: 700; font-size: 0.75rem; color: rgba(26,32,16,0.4); text-decoration: line-through; text-align: right; }
.pricing-note { font-family: var(--font-sans); font-weight: 700; font-size: 0.82rem; color: rgba(26,32,16,0.6); text-align: center; margin-bottom: 1rem; }
@media (max-width: 880px) { .pricing-cards { grid-template-columns: 1fr; } }

/* ============ FOUNDERS ============ */
.founders { background: var(--paper); padding: var(--section-pad) 0; }
.founders-inner { display: grid; grid-template-columns: 6fr 5fr; gap: 4rem; align-items: center; max-width: 1300px; margin: 0 auto; padding: 0 var(--gutter); }
.founders-portraits { display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem; }
.founders-portraits > div { aspect-ratio: 3/4; border-radius: 20px; overflow: hidden; background: var(--smoke); box-shadow: 0 25px 60px rgba(26,32,16,0.18); min-height: 380px; }
.founders-portraits img { width: 100%; height: 100%; object-fit: cover; }
.founders-portraits > div:nth-child(2) { margin-top: 3rem; }
.founders-text .eyebrow { color: var(--yellow-deep); opacity: 1; font-weight: 800; }
.founders-text blockquote { font-family: var(--font-display); font-size: clamp(1.5rem, 3vw, 2.2rem); line-height: 1.3; color: var(--olive); margin: 1.5rem 0; font-style: italic; }
.founders-text p { font-family: var(--font-sans); font-weight: 700; font-size: 1.02rem; line-height: 1.7; color: rgba(26,32,16,0.8); margin-bottom: 1rem; }
.founders-signature { font-family: var(--font-display); font-size: 1.6rem; color: var(--olive); margin-top: 1.5rem; }
@media (max-width: 880px) { .founders-inner { grid-template-columns: 1fr; } }

/* ============ LAFORGE ABOUT (ONLY RED SECTION) ============ */
.about-laforge { background: var(--red); color: var(--white); padding: var(--section-pad) 0; position: relative; overflow: hidden; }
.about-laforge::before { content: ""; position: absolute; inset: 0; background: radial-gradient(ellipse at 30% 20%, rgba(255,100,50,0.25), transparent 55%); pointer-events: none; }
.about-inner { max-width: 900px; margin: 0 auto; text-align: center; position: relative; z-index: 2; padding: 0 var(--gutter); }
.about-logo { width: 240px; height: auto; margin: 0 auto 2rem; display: block; }
.about-inner .eyebrow { color: rgba(255,255,255,0.8); }
.about-inner h2 { font-family: var(--font-sans); font-weight: 800; font-size: clamp(1.8rem, 4vw, 3rem); margin: 1rem 0 2rem; line-height: 1.3; text-transform: uppercase; letter-spacing: -0.005em; }
.about-inner p { font-family: var(--font-sans); font-weight: 700; font-size: 1.05rem; line-height: 1.7; margin-bottom: 1rem; opacity: 0.95; text-align: left; }
.about-inner em { font-style: italic; opacity: 0.85; }
.about-inner strong { font-weight: 800; }
.about-cta { margin-top: 2rem; }

/* ============ FAQ ============ */
.faq { background: var(--cream); padding: var(--section-pad) 0; }
.faq-head { text-align: center; margin-bottom: 3rem; padding: 0 var(--gutter); }
.faq-head .eyebrow { color: var(--olive); opacity: 0.8; }
.faq-title { font-family: var(--font-display); font-size: clamp(2.5rem, 5vw, 4rem); margin: 1rem 0; color: var(--olive); line-height: 1.18; }
.faq-list { max-width: 850px; margin: 0 auto; display: flex; flex-direction: column; gap: 0.75rem; padding: 0 var(--gutter); }
.faq-item { background: var(--paper); border-radius: 16px; border: 1px solid var(--line); overflow: hidden; transition: all 0.3s; }
.faq-item.open { border-color: var(--olive); }
.faq-question { padding: 1.5rem 1.75rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; font-family: var(--font-sans); font-weight: 800; font-size: 1.05rem; color: var(--olive); cursor: pointer; text-align: left; width: 100%; }
.faq-question:hover { color: var(--olive-deep); }
.faq-toggle { width: 32px; height: 32px; border-radius: 50%; border: 2px solid currentColor; display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-size: 1.1rem; transition: transform 0.3s; }
.faq-item.open .faq-toggle { transform: rotate(45deg); background: var(--olive); color: var(--yellow); border-color: var(--olive); }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.4s ease; padding: 0 1.75rem; }
.faq-item.open .faq-answer { max-height: 400px; padding-bottom: 1.5rem; }
.faq-answer p { font-family: var(--font-sans); font-weight: 700; font-size: 0.98rem; line-height: 1.65; color: rgba(26,32,16,0.8); }

/* ============ FINAL CTA ============ */
.final-cta { background: var(--yellow); color: var(--yellow-dark); padding: var(--section-pad) 0; text-align: center; }
.final-cta-inner { max-width: 800px; margin: 0 auto; padding: 0 var(--gutter); }
.final-cta .eyebrow { color: var(--yellow-dark); }
.final-cta h2 { font-family: var(--font-display); font-size: clamp(2.5rem, 6vw, 5rem); margin: 1rem 0 1.5rem; line-height: 1.15; }
.final-cta p { font-family: var(--font-sans); font-weight: 700; font-size: 1.05rem; margin-bottom: 2rem; color: rgba(30,34,10,0.85); }
.final-cta-contact { margin-top: 2rem; font-family: var(--font-sans); font-weight: 700; font-size: 0.9rem; color: rgba(30,34,10,0.75); }
.final-cta-contact a { text-decoration: underline; }

/* ============ FOOTER ============ */
.footer { background: var(--olive-deep); color: rgba(245,239,230,0.75); padding: 3rem 0 2rem; }
.footer-inner { max-width: var(--max-width); margin: 0 auto; padding: 0 var(--gutter); display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 2rem; margin-bottom: 2rem; }
.footer-brand img { width: 160px; height: auto; margin-bottom: 1rem; }
.footer-brand p { font-family: var(--font-sans); font-weight: 700; font-size: 0.85rem; opacity: 0.7; }
.footer h5 { font-family: var(--font-sans); font-weight: 800; color: var(--yellow); font-size: 0.75rem; letter-spacing: 0.18em; text-transform: uppercase; margin-bottom: 0.75rem; }
.footer ul { list-style: none; display: flex; flex-direction: column; gap: 0.4rem; font-size: 0.9rem; }
.footer a:hover { color: var(--yellow); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.08); padding-top: 1.5rem; text-align: center; font-family: var(--font-sans); font-weight: 700; font-size: 0.8rem; opacity: 0.55; max-width: var(--max-width); margin: 0 auto; padding-left: var(--gutter); padding-right: var(--gutter); }
@media (max-width: 880px) { .footer-inner { grid-template-columns: 1fr; } }

/* ============ REVEAL ============ */
.reveal { opacity: 0; transform: translateY(30px); transition: opacity 0.8s cubic-bezier(0.2,0.8,0.2,1), transform 0.8s cubic-bezier(0.2,0.8,0.2,1); }
.reveal.visible { opacity: 1; transform: translateY(0); }

/* ============ MOBILE NAV ============ */
.nav-toggle { display: none; }
@media (max-width: 880px) {
  .nav { padding: 0.9rem var(--gutter); }
  .nav-brand img { height: 24px; }
  .nav-links { display: flex; gap: 0.5rem; }
  .nav-links a:not(.btn) { display: none; }
  .nav-links a.nav-contact-mobile { display: inline-flex; padding: 0.55rem 0.85rem; background: rgba(255,255,255,0.14); border-radius: 999px; font-size: 0.7rem; letter-spacing: 0.05em; text-decoration: none; text-transform: uppercase; }
  .nav-links a.btn { padding: 0.55rem 1rem !important; font-size: 0.68rem !important; }
}


/* Hero CTA — JE CANDIDATE avec backdrop blur */
.hero-cta { margin-top: 2rem; position: relative; z-index: 3; display: flex; justify-content: center; }
.btn-glass {
  display: inline-flex; align-items: center; gap: 0.8rem;
  padding: 1.1rem 1.8rem;
  border-radius: 999px;
  background: rgba(0,0,0,0.45);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(214,240,69,0.35);
  color: var(--yellow);
  font-family: var(--font-sans); font-weight: 800; font-size: 0.9rem;
  letter-spacing: 0.14em; text-transform: uppercase;
  transition: all 0.35s cubic-bezier(0.2,0.8,0.2,1);
  cursor: pointer;
  box-shadow: 0 20px 50px rgba(0,0,0,0.35);
}
.btn-glass:hover { background: var(--yellow); color: var(--yellow-dark); border-color: var(--yellow); transform: translateY(-3px); }
.btn-glass svg { transition: transform 0.3s; }
.btn-glass:hover svg { transform: translateY(3px); }

/* Mobile hero adjustments */
@media (max-width: 880px) {
  .hero-scroll { bottom: 2rem; }
}

/* ============ SECTION 2 — Full width big text block ============ */
.big-text-headline { font-size: clamp(1.9rem, 6.2vw, 5.4rem) !important; line-height: 1.15 !important; }

/* ============ VIDEO BLOCK — titre plus aéré, dates Rethink ============ */
.video-block-title {
  font-size: clamp(2.4rem, 5.5vw, 4.5rem) !important;
  line-height: 1.18 !important;
  letter-spacing: 0.03em !important;
  max-width: 900px;
  margin-left: auto !important;
  margin-right: auto !important;
}
.video-date-card .d {
  font-family: var(--font-sans) !important;
  font-weight: 800 !important;
  font-size: clamp(1rem, 1.6vw, 1.15rem) !important;
  letter-spacing: 0.02em !important;
  text-transform: uppercase !important;
  line-height: 1.2 !important;
}

/* ============ SPIRIT — plus d'air, em sans bg ============ */
.spirit-head { max-width: 1000px !important; }
.spirit-title {
  font-size: clamp(2.2rem, 5.5vw, 4.5rem) !important;
  line-height: 1.18 !important;
  letter-spacing: 0.03em !important;
}
.spirit-title em {
  font-style: normal;
  color: var(--olive-mid);
  background: none;
  padding: 0;
  border-radius: 0;
  border-bottom: 4px solid var(--yellow);
  padding-bottom: 0.15em;
  line-height: 1.18;
}
.spirit-title { margin-bottom: 1.75rem !important; }
.spirit-sub { margin-top: 0.5rem; }

/* ============ RETREATS CARDS — opaques sombres avec image landscape top ============ */
.retreat-card {
  padding: 0 !important;
  overflow: hidden !important;
  display: flex; flex-direction: column;
  border: 1px solid rgba(255,255,255,0.08) !important;
}
.retreat-card:hover { border-color: var(--yellow) !important; transform: translateY(-6px); }
.retreat-card-photo { aspect-ratio: 16/9; overflow: hidden; background: var(--olive-deep); }
.retreat-card-photo img { width: 100%; height: 100%; object-fit: cover; }
.retreat-card-solo .retreat-card-photo img { object-position: center 25%; }
.retreat-card-body { padding: 2rem 2.25rem 2.25rem; display: flex; flex-direction: column; }

/* Variation Solopreneur — plus clair */
.retreat-card-solo { background: var(--olive-mid) !important; }
.retreat-card-solo:hover { background: #333e1e !important; }
.retreat-card-solo .retreat-card-tag { background: var(--yellow); color: var(--yellow-dark); }
.retreat-card-solo .retreat-card-dates { color: var(--yellow); border-color: rgba(214,240,69,0.2) !important; }

/* Variation Patron — plus sombre */
.retreat-card-patron { background: var(--olive-deep) !important; }
.retreat-card-patron:hover { background: var(--olive) !important; }
.retreat-card-patron .retreat-card-tag { background: var(--yellow); color: var(--yellow-dark); }
.retreat-card-patron .retreat-card-dates { color: var(--yellow); border-color: rgba(214,240,69,0.2) !important; }

/* ============ PROGRAM — cards qui se superposent + animation stagger ============ */
.program-days { gap: 0 !important; }
.program-day { opacity: 0; transform: translateY(50px) rotate(0deg) !important; transition: opacity 1.2s ease, transform 1.2s cubic-bezier(0.2, 0.8, 0.2, 1); }
.program-day.reveal-in { opacity: 1; }
.program-day-1.reveal-in { transform: translateY(0) rotate(-1deg) !important; }
.program-day-2.reveal-in { transform: translateY(0) rotate(1.5deg) !important; }
.program-day-3.reveal-in { transform: translateY(0) rotate(-1.5deg) !important; }

/* Overlap adjustements */
.program-day-1 { grid-column: 1 / 6; }
.program-day-2 { grid-column: 5 / 10; margin-left: -2rem; }
.program-day-3 { grid-column: 8 / 13; margin-left: -2rem; }

@media (max-width: 880px) {
  .program-day-1, .program-day-2, .program-day-3 { grid-column: 1; margin-left: 0 !important; transform: none !important; }
  .program-day-1.reveal-in, .program-day-2.reveal-in, .program-day-3.reveal-in { transform: translateY(0) !important; }
}




/* ============ Pricing bottom carousel — chambres & chateau ============ */
.pricing-rooms {
  margin-top: 5rem;
  padding: 0;
  position: relative;
}
.pricing-rooms-head {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 2rem;
  padding: 0 var(--gutter);
}
.pricing-rooms-head .eyebrow { color: var(--olive); opacity: 0.75; }
.pricing-rooms-head h3 {
  font-family: var(--font-sans);
  font-weight: 800;
  font-size: clamp(1.4rem, 2.5vw, 2rem);
  color: var(--olive);
  margin-top: 0.75rem;
  text-transform: uppercase;
  letter-spacing: -0.005em;
}
.rooms-track {
  display: flex;
  gap: 1.25rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding: 1rem var(--gutter) 2rem;
  scrollbar-width: thin;
  scrollbar-color: var(--olive) transparent;
}
.rooms-track::-webkit-scrollbar { height: 6px; }
.rooms-track::-webkit-scrollbar-track { background: rgba(0,0,0,0.06); border-radius: 3px; }
.rooms-track::-webkit-scrollbar-thumb { background: var(--olive); border-radius: 3px; }
.room-slide {
  flex: 0 0 494px;
  aspect-ratio: 4/3;
  border-radius: 23px;
  overflow: hidden;
  scroll-snap-align: start;
  transition: transform 0.4s;
  background: var(--olive);
  position: relative;
}
.room-slide:hover { transform: translateY(-6px); }
.room-slide img { width: 100%; height: 100%; object-fit: cover; display: block; }
.room-slide-label {
  position: absolute;
  bottom: 0.9rem; left: 0.9rem;
  background: rgba(0,0,0,0.6);
  color: var(--yellow);
  padding: 0.45rem 0.9rem;
  border-radius: 999px;
  font-family: var(--font-sans); font-weight: 800; font-size: 0.7rem;
  letter-spacing: 0.15em; text-transform: uppercase;
}
.rooms-nav {
  display: flex; justify-content: center; gap: 0.6rem;
  margin-top: 1rem;
}
.rooms-btn {
  width: 44px; height: 44px; border-radius: 50%;
  background: var(--olive); color: var(--yellow);
  font-family: var(--font-sans); font-weight: 800; font-size: 1.1rem;
  display: flex; align-items: center; justify-content: center;
  transition: all 0.25s;
}
.rooms-btn:hover { background: var(--black); transform: scale(1.08); }


/* ============ TÉMOIGNAGES — Réassurance ============ */
.testimonials {
  background: var(--olive-deep);
  color: var(--cream);
  padding: var(--section-pad) 0;
  position: relative;
  overflow: hidden;
}
.testimonials::before {
  content: "";
  position: absolute;
  top: -20%; right: -10%;
  width: 800px; height: 800px;
  background: radial-gradient(circle, rgba(214,240,69,0.08), transparent 65%);
  pointer-events: none;
}
.testimonials-head {
  text-align: center;
  max-width: 780px;
  margin: 0 auto 4rem;
  padding: 0 var(--gutter);
  position: relative;
  z-index: 2;
}
.testimonials-head .eyebrow { color: var(--yellow); }
.testimonials-title {
  font-family: var(--font-display);
  font-size: clamp(2.5rem, 6vw, 5rem);
  color: var(--white);
  margin: 1rem 0 1.5rem;
  letter-spacing: 0.03em;
  line-height: 1.2;
}
.testimonials-title em { font-style: normal; color: var(--yellow); }
.testimonials-sub {
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: 1.05rem;
  color: rgba(245,239,230,0.8);
  max-width: 600px;
  margin: 0 auto;
}

/* Stats banner */
.testimonials-stats {
  display: flex;
  justify-content: center;
  gap: 3rem;
  margin: 2.5rem auto 4rem;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}
.stat-item { text-align: center; }
.stat-num {
  font-family: var(--font-display);
  font-size: clamp(2.5rem, 4.5vw, 4rem);
  color: var(--yellow);
  line-height: 1;
  display: block;
  letter-spacing: 0.03em;
}
.stat-label {
  font-family: var(--font-sans);
  font-weight: 800;
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(245,239,230,0.7);
  margin-top: 0.5rem;
  display: block;
}

/* Grid video cards */
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1rem;
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 var(--gutter);
  position: relative;
  z-index: 2;
}
.testi-card {
  aspect-ratio: 9/16;
  border-radius: 18px;
  overflow: hidden;
  position: relative;
  background: var(--black);
  cursor: pointer;
  transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
  box-shadow: 0 20px 40px rgba(0,0,0,0.35);
}
.testi-card:hover { transform: translateY(-6px) scale(1.02); }
.testi-video {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
/* Amaru : recadrer à gauche */
.testi-card[data-crop="left"] .testi-video { object-position: 15% center; }

.testi-cover {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.15) 0%, rgba(0,0,0,0.35) 55%, rgba(0,0,0,0.85) 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1.25rem;
  transition: opacity 0.4s;
  z-index: 2;
  pointer-events: none;
}
.testi-card.playing .testi-cover { opacity: 0; }
.testi-play {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 68px; height: 68px;
  border-radius: 50%;
  background: var(--yellow);
  display: flex; align-items: center; justify-content: center;
  transition: all 0.3s;
  box-shadow: 0 15px 30px rgba(0,0,0,0.4);
}
.testi-play::after {
  content: "";
  width: 0; height: 0;
  border-left: 18px solid var(--yellow-dark);
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  margin-left: 5px;
}
.testi-card:hover .testi-play { transform: translate(-50%, -50%) scale(1.1); background: var(--white); }
.testi-name {
  font-family: var(--font-sans);
  font-weight: 800;
  font-size: 1rem;
  color: var(--white);
  margin-bottom: 0.2rem;
  letter-spacing: -0.005em;
}
.testi-role {
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: 0.75rem;
  color: rgba(255,255,255,0.85);
  line-height: 1.35;
}

@media (max-width: 1200px) {
  .testimonials-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 700px) {
  .testimonials-grid { grid-template-columns: repeat(2, 1fr); gap: 0.6rem; }
  .testi-play { width: 52px; height: 52px; }
  .testi-play::after { border-left-width: 14px; border-top-width: 9px; border-bottom-width: 9px; }
  .testi-name { font-size: 0.85rem; }
  .testi-role { font-size: 0.65rem; }
}

/* YouTube vlog embed */
.vlog-section {
  margin-top: 5rem;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--gutter);
  position: relative;
  z-index: 2;
}
.vlog-head { text-align: center; margin-bottom: 2rem; }
.vlog-head .eyebrow { color: var(--yellow); }
.vlog-head h3 {
  font-family: var(--font-sans);
  font-weight: 800;
  font-size: clamp(1.5rem, 3vw, 2.4rem);
  color: var(--white);
  margin-top: 0.75rem;
  text-transform: uppercase;
  letter-spacing: -0.005em;
  line-height: 1.2;
}
.vlog-wrap {
  aspect-ratio: 16/9;
  border-radius: 22px;
  overflow: hidden;
  background: var(--black);
  box-shadow: 0 30px 70px rgba(0,0,0,0.5);
}
.vlog-wrap iframe { width: 100%; height: 100%; border: 0; display: block; }


/* Floating idle animation pour les place-photos (subtil) */
@keyframes placePhotoFloat {
  0%, 100% { filter: brightness(1); }
  50% { filter: brightness(1.05); }
}
.place-photo { animation: placePhotoFloat 8s ease-in-out infinite; }
.place-photo.p1 { animation-delay: 0s; }
.place-photo.p2 { animation-delay: 1s; }
.place-photo.p3 { animation-delay: 2s; }
.place-photo.p4 { animation-delay: 3s; }
.place-photo.p5 { animation-delay: 4s; }
.place-photo.p6 { animation-delay: 5s; }
.place-photo.p7 { animation-delay: 6s; }


/* Founder photos — encore plus grandes */
.founders-portraits > div { min-height: 480px !important; }
.founders-inner { grid-template-columns: 7fr 5fr !important; }

/* Pricing dates — grosses */
.pricing-card h3 {
  font-size: clamp(1.7rem, 3vw, 2.4rem) !important;
  line-height: 1.15 !important;
}


/* ============ PHONELESS — sans vidéo bg + photos grandes avec parallax ============ */
.phoneless {
  background: var(--olive-deep);
  color: var(--cream);
  padding: var(--section-pad) 0;
  position: relative;
  overflow: hidden;
}
.phoneless-inner {
  position: relative;
  z-index: 2;
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 var(--gutter);
  display: grid;
  grid-template-columns: 0.7fr 1fr;
  gap: 6rem;
  align-items: center;
}
.phoneless-text { max-width: 460px; }
.phoneless-text { text-align: left; }
.phoneless-icon { font-size: 3rem; margin-bottom: 1.5rem; display: block; }
.phoneless h2 {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4.5vw, 3.5rem);
  color: var(--yellow);
  margin-bottom: 1.5rem;
  line-height: 1.18;
}
.phoneless p {
  font-family: var(--font-sans); font-weight: 700;
  font-size: 1.1rem; line-height: 1.7;
  color: rgba(245,239,230,0.9);
}
.phoneless strong { color: var(--yellow); }

/* Photos droite — grandes, chaque avec parallax */
.phoneless-photos {
  position: relative;
  min-height: 720px;
  will-change: transform;
}
.phoneless-photo {
  position: absolute;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 30px 70px rgba(0,0,0,0.55);
  transition: transform 0.6s cubic-bezier(0.2,0.8,0.2,1);
  will-change: transform;
}
.phoneless-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.phoneless-photo:hover { transform: translateY(-8px) scale(1.02); }

/* retreat-bonus-02 : 2× plus grande, dépasse presque du cadre */
.phoneless-photo.pp1 {
  width: 620px; height: 780px;
  top: -60px; left: -80px;
  z-index: 2;
}
.phoneless-photo.pp2 {
  width: 300px; height: 380px;
  bottom: -40px; right: -60px;
  z-index: 3;
}

@media (max-width: 1200px) {
  .phoneless-photo.pp1 { width: 480px; height: 620px; top: -40px; left: -40px; }
  .phoneless-photo.pp2 { width: 240px; height: 300px; bottom: -20px; right: -20px; }
}
@media (max-width: 880px) {
  .phoneless-inner { grid-template-columns: 1fr; gap: 3rem; }
  .phoneless-text { text-align: center; }
  .phoneless-icon { margin-left: auto; margin-right: auto; }
  .phoneless-photos { min-height: 480px; max-width: 400px; margin: 0 auto; }
  .phoneless-photo.pp1 { width: 100%; height: 400px; top: 0; left: 0; }
  .phoneless-photo.pp2 { width: 55%; height: 220px; bottom: -30px; right: -10px; }
}


/* ============ Audio ambient toggle in nav ============ */
.nav-audio {
  width: 56px; height: 56px;
  border-radius: 50%;
  background: rgba(255,255,255,0.15);
  color: var(--white);
  display: flex; align-items: center; justify-content: center;
  cursor: pointer;
  transition: all 0.3s;
  border: 2px solid rgba(214,240,69,0.4);
  margin-right: 0.75rem;
}
.nav-audio:hover { background: var(--yellow); color: var(--yellow-dark); border-color: var(--yellow); transform: scale(1.05); }
.nav-audio svg { width: 24px; height: 24px; }
.nav-audio .icon-mute { display: none; }
.nav-audio.muted .icon-on { display: none; }
.nav-audio.muted .icon-mute { display: block; }
.nav-audio.pulsing::after {
  content: "";
  position: absolute;
  inset: -6px;
  border-radius: 50%;
  border: 2px solid var(--yellow);
  opacity: 0;
  animation: audioPulse 1.6s ease-out infinite;
}
.nav-audio { position: relative; }
@keyframes audioPulse {
  0% { opacity: 0.8; transform: scale(0.85); }
  100% { opacity: 0; transform: scale(1.35); }
}
@media (max-width: 880px) {
  .nav-audio { width: 44px; height: 44px; margin-right: 0.4rem; }
  .nav-audio svg { width: 20px; height: 20px; }
}


/* ============ MOBILE FIXES GLOBAUX ============ */
html, body {
  max-width: 100%;
  overflow-x: hidden;
  width: 100%;
}
* {
  min-width: 0;
  max-width: 100%;
}
img, video, svg, iframe {
  max-width: 100%;
  height: auto;
}
section, header, footer, .container {
  max-width: 100vw;
  overflow-x: clip;
}

@media (max-width: 880px) {
  /* Header — no door, no animation */
  .hero-arc-svg { display: none !important; }
  .hero-cross-top { top: 5rem !important; }
  .hero-cross-top img { width: 20px !important; }
  .hero-badge { margin-top: 3.5rem !important; }

  /* Audio icon plus petit */
  .nav-audio { width: 38px !important; height: 38px !important; margin-right: 0.35rem !important; border-width: 1.5px !important; }
  .nav-audio svg { width: 17px !important; height: 17px !important; }

  /* Nav mobile — afficher "Je candidate" à la même taille que Contact */
  .nav-links a.btn {
    display: inline-flex !important;
    align-items: center;
    padding: 0.55rem 0.85rem !important;
    font-size: 0.7rem !important;
    letter-spacing: 0.05em !important;
    text-transform: uppercase;
    line-height: 1;
    border-radius: 999px !important;
  }

  /* Fondateurs mobile — pas d'overlap texte/images */
  .founders-inner { grid-template-columns: 1fr !important; gap: 2rem !important; }
  .founders-portraits { max-width: 100% !important; margin: 0 auto; }
  .founders-portraits > div { min-height: 260px !important; }
  .founders-portraits > div:nth-child(2) { margin-top: 1rem !important; }
  .founders-text { text-align: left; }

  /* Programme — J1, J2, J3 en colonne stackée */
  .program-days { grid-template-columns: 1fr !important; grid-template-rows: auto !important; gap: 1.5rem !important; }
  .program-day-1, .program-day-2, .program-day-3 {
    grid-column: 1 !important;
    grid-row: auto !important;
    margin-left: 0 !important;
    margin-top: 0 !important;
    transform: none !important;
    width: 100%;
  }
  .program-day.reveal-in { transform: none !important; }

  /* Phoneless — reset absolute images pour stacker */
  .phoneless-inner { grid-template-columns: 1fr !important; gap: 2.5rem !important; }
  .phoneless-photos { position: relative !important; min-height: 380px !important; max-width: 100% !important; }
  .phoneless-photo.pp1 { position: relative !important; width: 100% !important; height: 340px !important; top: 0 !important; left: 0 !important; }
  .phoneless-photo.pp2 { position: absolute !important; width: 50% !important; height: 200px !important; bottom: -20px !important; right: -5px !important; }

  /* Section place — photos flottantes en absolue posent problème sur mobile */
  .place-photo { display: none !important; }
  .place-container { min-height: auto !important; }
  .place-center { min-height: auto !important; padding: 2rem 0 !important; }

  /* Rooms track — smaller cards */
  .room-slide { flex: 0 0 338px !important; }

  /* Recap track — smaller cards */
  .recap-slide { flex: 0 0 240px !important; }

  /* Testimonials grid — 2 cols */
  .testimonials-grid { grid-template-columns: repeat(2, 1fr) !important; gap: 0.6rem !important; }

  /* Big text : safe overflow */
  .big-text-headline { word-wrap: break-word; }

  /* Ensure sections don't overflow */
  .hero, section { width: 100%; }
}

@media (max-width: 600px) {
  .testimonials-grid { grid-template-columns: repeat(2, 1fr) !important; }
  .stat-item { min-width: 45%; }
}

/* ============ FIXED BOTTOM CTA — JE CANDIDATE (mobile principalement) ============ */
.fixed-cta {
  position: fixed;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%) translateY(30px);
  z-index: 99;
  display: none;
  opacity: 0;
  pointer-events: none;
  padding: 0.95rem 1.75rem;
  border-radius: 999px;
  background: #0A0908;
  color: var(--yellow);
  font-family: var(--font-sans);
  font-weight: 800;
  font-size: 0.85rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  box-shadow: 0 15px 40px rgba(0,0,0,0.5), 0 0 0 1px rgba(214,240,69,0.25);
  align-items: center;
  gap: 0.5rem;
  transition: all 0.3s;
}
.fixed-cta {
  transition: opacity 0.5s ease, transform 0.5s cubic-bezier(0.2, 0.8, 0.2, 1), background 0.3s, color 0.3s;
}
.fixed-cta.visible { opacity: 1; pointer-events: auto; transform: translateX(-50%) translateY(0); }
.fixed-cta.visible:hover { background: var(--yellow); color: #0A0908; transform: translateX(-50%) translateY(-3px); }
.fixed-cta::after {
  content: "→";
  font-size: 1rem;
  transition: transform 0.3s;
}
.fixed-cta:hover::after { transform: translateX(3px); }

@media (max-width: 880px) {
  .fixed-cta { display: inline-flex; }
  body { padding-bottom: 4.5rem; }
}


/* ============ Founders — mosaïque 3 photos (portrait + landscape + carré) ============ */
.founders-portraits { display: grid !important; grid-template-columns: 1fr 1fr; grid-template-rows: auto auto; gap: 0.75rem !important; margin: 0 !important; }
.founders-portraits > div { aspect-ratio: unset !important; margin: 0 !important; }
/* Row 1 : 2 petits portraits David + Hélène (carrés) */
.founders-portraits .fp-1 { aspect-ratio: 1/1 !important; grid-column: 1; grid-row: 1; min-height: auto !important; }
.founders-portraits .fp-2 { aspect-ratio: 1/1 !important; grid-column: 2; grid-row: 1; min-height: auto !important; }
/* Row 2 : grande photo famille en paysage sur toute la largeur */
.founders-portraits .fp-3 { aspect-ratio: 5/3 !important; grid-column: 1 / 3; grid-row: 2; min-height: auto !important; }
@media (max-width: 880px) {
  .founders-portraits { grid-template-columns: 1fr 1fr !important; grid-template-rows: auto auto !important; }
  .founders-portraits .fp-1 { grid-column: 1; grid-row: 1; }
  .founders-portraits .fp-2 { grid-column: 2; grid-row: 1; }
  .founders-portraits .fp-3 { grid-column: 1 / 3; grid-row: 2; }
}

/* ============ INTERVENANTS ============ */
.speakers { background: var(--paper); padding: var(--section-pad) 0; position: relative; overflow: hidden; }
.speakers::before {
  content: "";
  position: absolute;
  top: 5%; left: -8%;
  width: 500px; height: 500px;
  background: radial-gradient(circle, rgba(214,240,69,0.5), transparent 65%);
  filter: blur(60px);
  pointer-events: none;
  z-index: 0;
}
.speakers::after {
  content: "";
  position: absolute;
  bottom: 5%; right: -10%;
  width: 600px; height: 600px;
  background: radial-gradient(circle, rgba(216,31,38,0.15), transparent 65%);
  filter: blur(80px);
  pointer-events: none;
  z-index: 0;
}
.speakers-halo-3 {
  position: absolute;
  top: 40%; left: 45%;
  width: 400px; height: 400px;
  background: radial-gradient(circle, rgba(26,32,16,0.12), transparent 65%);
  filter: blur(70px);
  pointer-events: none;
  z-index: 0;
}
.speakers-head, .speakers-grid { position: relative; z-index: 2; }
.speaker-card { background: rgba(245,239,230,0.92); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); }
.speakers-head { text-align: center; max-width: 720px; margin: 0 auto 3.5rem; padding: 0 var(--gutter); }
.speakers-head .eyebrow { color: var(--olive); opacity: 0.85; }
.speakers-title { font-family: var(--font-display); font-size: clamp(2.4rem, 5.5vw, 4rem); color: var(--olive); margin: 1rem 0; line-height: 1.18; letter-spacing: 0.02em; }
.speakers-title em { font-style: normal; color: var(--olive-mid); border-bottom: 4px solid var(--yellow); padding-bottom: 0.05em; }
.speakers-sub { font-family: var(--font-sans); font-weight: 700; font-size: 1.05rem; color: rgba(26,32,16,0.75); max-width: 580px; margin: 0 auto; }

.speakers-grid { max-width: var(--max-width); margin: 0 auto; padding: 0 var(--gutter); display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.speaker-card { background: var(--cream); border-radius: 20px; overflow: hidden; border: 1px solid var(--line); transition: transform 0.4s, box-shadow 0.4s; }
.speaker-card:hover { transform: translateY(-6px); box-shadow: 0 25px 50px rgba(26,32,16,0.1); }
.speaker-photo { aspect-ratio: 4/3; overflow: hidden; background: var(--olive-deep); }
.speaker-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s; }
.speaker-card:hover .speaker-photo img { transform: scale(1.05); }
.speaker-body { padding: 1.5rem 1.75rem 1.75rem; }
.speaker-tag { display: inline-block; padding: 0.3rem 0.75rem; background: var(--olive); color: var(--yellow); border-radius: 999px; font-family: var(--font-sans); font-weight: 800; font-size: 0.65rem; letter-spacing: 0.15em; text-transform: uppercase; margin-bottom: 0.75rem; }
.speaker-name { font-family: var(--font-sans); font-weight: 800; font-size: 1.15rem; color: var(--olive); text-transform: uppercase; letter-spacing: -0.005em; line-height: 1.25; margin-bottom: 0.5rem; }
.speaker-body p { font-family: var(--font-sans); font-weight: 700; font-size: 0.92rem; line-height: 1.55; color: rgba(26,32,16,0.75); }

@media (max-width: 1000px) { .speakers-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .speakers-grid { grid-template-columns: 1fr; } }

/* ============ Bigger testimonials info (video cards) ============ */
.testi-name { font-size: 1.1rem !important; }
.testi-role { font-size: 0.82rem !important; line-height: 1.4 !important; }
@media (max-width: 700px) {
  .testi-name { font-size: 0.95rem !important; }
  .testi-role { font-size: 0.72rem !important; }
}


/* Ajustements straddle (chevauche hero+section2) */
@media (max-width: 880px) {
  }

/* Hero légèrement plus haut pour laisser voir le contenu au dessus des cards */
.hero { padding-bottom: 7rem !important; }
@media (max-width: 880px) {
  .hero { padding-bottom: 5rem !important; }
}

/* Big-text plus de padding-top pour compenser overlap */
.big-text { padding-top: calc(var(--section-pad) + 3rem) !important; }



/* ============ MINI TÉMOIGNAGES — drag-scroll + fond jaune ============ */
.mini-testi {
  background: var(--yellow);
  padding: 2rem 0;
  position: relative;
  z-index: 10;
  margin-top: -60px;
  margin-bottom: 0;
  overflow: hidden;
}
.mini-testi::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 6px;
  background: linear-gradient(180deg, rgba(0,0,0,0.08), transparent);
  pointer-events: none;
  z-index: 3;
}
.mini-testi-inner {
  position: relative;
  overflow: hidden;
  padding: 0.75rem 0;
}
.mini-testi-track {
  display: flex;
  overflow: hidden;
  padding: 0;
  cursor: pointer;
}
.mini-testi-loop {
  display: flex;
  gap: 1rem;
  flex-shrink: 0;
  animation: mtMarquee 38s linear infinite;
  width: max-content;
}
.mini-testi.paused .mini-testi-loop { animation-play-state: paused; }
.mini-testi:hover .mini-testi-loop { animation-play-state: paused; }
@keyframes mtMarquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.mini-testi-card {
  flex: 0 0 380px;
  min-height: 230px;
  padding: 1.6rem 1.75rem;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-radius: 18px;
  border: 1px solid rgba(30, 34, 10, 0.2);
  box-shadow: 0 15px 35px rgba(30, 34, 10, 0.15);
  transition: transform 0.3s, box-shadow 0.3s;
  display: flex;
  flex-direction: column;
  scroll-snap-align: start;
  pointer-events: auto;
}
.mini-testi-card:hover { transform: translateY(-4px); box-shadow: 0 25px 45px rgba(30, 34, 10, 0.2); }
.mini-testi-card { cursor: pointer; }
.mini-testi-content { display: flex; flex-direction: column; justify-content: space-between; height: 100%; gap: 1rem; }

.mini-testi-quote {
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.45;
  color: var(--olive);
}
.mini-testi-author { display: flex; align-items: center; gap: 0.75rem; }
.mini-testi-avatar {
  width: 68px; height: 68px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid var(--yellow-dark);
  flex-shrink: 0;
}
.mini-testi-meta { display: flex; flex-direction: column; gap: 0.25rem; min-width: 0; flex: 1; }
.mini-testi-name {
  font-family: var(--font-sans);
  font-weight: 800;
  font-size: 0.95rem;
  color: var(--olive);
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
.mini-testi-role {
  display: inline-block;
  padding: 0.28rem 0.65rem;
  background: var(--olive-deep);
  color: var(--yellow);
  border-radius: 999px;
  font-family: var(--font-sans);
  font-weight: 800;
  font-size: 0.65rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  align-self: flex-start;
  width: auto;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (max-width: 700px) {
  .mini-testi { margin-top: -30px; padding: 1.5rem 0; }
  .mini-testi-card { flex: 0 0 300px; min-height: 200px; padding: 1.3rem 1.4rem; }
  .mini-testi-quote { font-size: 0.92rem; }
  .mini-testi-avatar { width: 54px; height: 54px; }
}


/* ============ Testimonial video : top info bar quand playing ============ */
.testi-card { position: relative; }
.testi-info-top {
  position: absolute;
  top: 0.75rem; left: 0.75rem; right: 0.75rem;
  z-index: 4;
  background: rgba(0,0,0,0.75);
  backdrop-filter: blur(12px);
  color: var(--white);
  padding: 0.6rem 0.85rem;
  border-radius: 12px;
  font-family: var(--font-sans);
  opacity: 0;
  transform: translateY(-8px);
  transition: opacity 0.4s, transform 0.4s;
  pointer-events: none;
}
.testi-card.playing .testi-info-top { opacity: 1; transform: translateY(0); }
.testi-info-top-name { font-weight: 800; font-size: 0.82rem; letter-spacing: -0.005em; display: block; }
.testi-info-top-role { font-weight: 700; font-size: 0.7rem; opacity: 0.85; line-height: 1.35; display: block; margin-top: 0.15rem; }

/* ============ SPIRIT DARK — 2 grandes photos stackées + annotations ============ */
.spirit-dark { background: var(--paper) !important; padding: var(--section-pad) 0 !important; }
.spirit-dark .spirit-head { text-align: center; max-width: 800px; margin: 0 auto 3rem; padding: 0 var(--gutter); }
.spirit-dark .spirit-head .eyebrow { color: var(--olive); opacity: 0.85; }
.spirit-dark .spirit-title { color: var(--olive); line-height: 1.18; letter-spacing: 0.02em; }
.spirit-dark .spirit-title em { color: var(--olive-mid); border-bottom: 4px solid var(--yellow); padding-bottom: 0.05em; background: none; }
.spirit-dark .spirit-sub { color: rgba(26,32,16,0.7); }

/* Photos annotées (stacked verticalement) */
.spirit-annotated-gap-fix{}.spirit-annotated {
  max-width: 1400px;
  margin: 0 auto 6rem;
  padding: 0 clamp(1.5rem, 8vw, 8rem);
  position: relative;
  z-index: 2;
}
.spirit-group-big {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  aspect-ratio: 16/9;
  box-shadow: 0 40px 80px rgba(0,0,0,0.5);
}
.spirit-group-big img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 24px;
}
.spirit-group-big .spirit-group-label {
  position: absolute;
  bottom: 1rem; left: 50%;
  transform: translateX(-50%);
  background: rgba(0,0,0,0.65);
  backdrop-filter: blur(12px);
  color: var(--yellow);
  padding: 0.5rem 1.15rem;
  border-radius: 999px;
  font-family: var(--font-sans);
  font-weight: 800;
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  z-index: 6;
  border: 1px solid rgba(214,240,69,0.3);
}


.spirit-dark .spirit-pillar { background: var(--cream); border-color: var(--line); }
.spirit-dark .spirit-pillar:hover { border-color: var(--olive); background: var(--white); }
.spirit-dark .spirit-pillar h4 { color: var(--olive); }
.spirit-dark .spirit-pillar p { color: rgba(26,32,16,0.7); }



/* Positions autour de la photo (à l'intérieur du cadre) */











@media (max-width: 700px) {
   /* Keep only bottom 2 */
  
  
  
  
  
  
}


/* ============ SPIRIT — Chat bubbles ============ */
.spirit-annots {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 4;
}
.chat-bubble {
  position: absolute;
  pointer-events: auto;
  will-change: transform;
  background: rgba(10, 14, 6, 0.85);
  backdrop-filter: blur(32px);
  -webkit-backdrop-filter: blur(24px);
  padding: 0.75rem 1rem;
  border-radius: 16px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.35);
  border: 1px solid rgba(214,240,69,0.25);
  min-width: 140px;
  max-width: 240px;
  transition: transform 0.35s, box-shadow 0.35s;
  opacity: 0;
  transform: translateY(15px) scale(0.9);
}
.chat-bubble:hover { transform: translateY(-3px) scale(1); box-shadow: 0 25px 50px rgba(0,0,0,0.5); }
.chat-bubble strong {
  display: block;
  font-family: var(--font-sans);
  font-weight: 800;
  font-size: 0.9rem;
  color: var(--white);
  text-transform: uppercase;
  letter-spacing: 0.02em;
  line-height: 1.15;
  margin-bottom: 0.25rem;
}
.chat-bubble span {
  display: block;
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: 0.73rem;
  color: var(--yellow);
  line-height: 1.4;
}



.spirit-annotated.visible .chat-bubble {
  opacity: 1;
  transform: translateY(0) scale(1);
  transition: opacity 0.7s ease, transform 0.7s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.spirit-annotated.visible .chat-bubble:nth-child(1) { transition-delay: 0.3s; }
.spirit-annotated.visible .chat-bubble:nth-child(2) { transition-delay: 0.5s; }
.spirit-annotated.visible .chat-bubble:nth-child(3) { transition-delay: 0.7s; }
.spirit-annotated.visible .chat-bubble:nth-child(4) { transition-delay: 0.9s; }
.spirit-annotated.visible .chat-bubble:nth-child(5) { transition-delay: 1.1s; }

/* Positions autour de la photo */
.chat-bubble.pos-tl { top: 6%; left: 3%; }
.chat-bubble.pos-tc { top: 4%; left: 50%; transform: translateX(-50%) translateY(15px) scale(0.9); }
.spirit-annotated.visible .chat-bubble.pos-tc { transform: translateX(-50%) translateY(0) scale(1); }
.chat-bubble.pos-tr { top: 6%; right: 3%; }
.chat-bubble.pos-ml { top: 42%; left: 3%; }
.chat-bubble.pos-mr { top: 42%; right: 3%; }
.chat-bubble.pos-bl { bottom: 12%; left: 3%; }
.chat-bubble.pos-br { bottom: 12%; right: 3%; }

/* Photo zoom (patrons) */
.img-zoom { transform: scale(1.2); transform-origin: center; }

@media (max-width: 900px) {
  .chat-bubble { min-width: 110px; max-width: 180px; padding: 0.55rem 0.75rem; }
  .chat-bubble strong { font-size: 0.75rem; }
  .chat-bubble span { font-size: 0.65rem; }
  .chat-bubble.pos-tc { top: 2%; }
}

@media (max-width: 900px) {
  .speakers-grid.speakers-grid-3 { grid-template-columns: 1fr; gap: 1.2rem; max-width: 480px; }
}

/* Speakers "à venir" placeholder */
.speaker-card-tbd .speaker-photo-tbd {
  background: linear-gradient(160deg, var(--olive-deep) 0%, #0a0e05 100%);
  display: flex; align-items: center; justify-content: center;
  aspect-ratio: 1 / 1;
  border-bottom: 2px solid rgba(214,240,69,0.15);
}
.speaker-card-tbd .tbd-logo {
  width: 34%; height: auto;
  opacity: 0.85;
  transition: opacity 0.35s, transform 0.35s;
}
.speaker-card-tbd:hover .tbd-logo {
  opacity: 1; transform: scale(1.06);
}
.speaker-card-tbd .speaker-name { opacity: 0.85; }

/* ============ BONUS : Vlog immersif ============ */
.bonus-vlog {
  background: var(--olive-deep);
  padding: 5rem 0 6rem;
  color: var(--white);
  position: relative;
  overflow: hidden;
}
.bonus-vlog::before {
  content: "";
  position: absolute;
  top: -100px; left: 50%; transform: translateX(-50%);
  width: 600px; height: 600px;
  background: radial-gradient(circle, rgba(214,240,69,0.08) 0%, transparent 70%);
  pointer-events: none;
}
.bonus-head {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 3rem;
  position: relative;
  z-index: 2;
}
.bonus-eyebrow {
  display: inline-block;
  background: var(--yellow);
  color: var(--olive-deep);
  padding: 0.4rem 1rem;
  border-radius: 999px;
  font-family: var(--font-sans);
  font-weight: 800;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 1.2rem;
}
.bonus-title {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4.5vw, 3.4rem);
  line-height: 1.1;
  letter-spacing: 0.02em;
  color: var(--white);
  margin: 0 0 0.8rem;
}
.bonus-sub {
  font-family: var(--font-sans);
  font-size: 1rem;
  color: rgba(245,239,230,0.7);
  margin: 0;
  line-height: 1.5;
}
.bonus-wrap {
  position: relative;
  max-width: 960px;
  margin: 0 auto;
  aspect-ratio: 16 / 9;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 30px 60px rgba(0,0,0,0.5);
}
.bonus-wrap iframe {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  border: 0;
}
@media (max-width: 700px) {
  .bonus-vlog { padding: 3.5rem 0 4.5rem; }
  .bonus-head { padding: 0 1rem; margin-bottom: 2rem; }
  .bonus-wrap { border-radius: 12px; margin: 0 1rem; }
}

/* Vlog RECAP 2026 - vidéo player */
.vlog-video {
  width: 100%; height: 100%;
  object-fit: cover;
  background: #000;
}


/* Header brand — logo retraite blanc */
.nav-brand-img { height: 42px; width: auto; display: block; }
@media (max-width: 700px) { .nav-brand-img { height: 34px; } }


/* Space between the 2 photos (Solopreneurs / Patrons) */
.spirit-annotated {
  display: grid;
  gap: 5rem;
}
@media (max-width: 900px) {
  .spirit-annotated { gap: 2.5rem; }
}

/* ============ Pin lines : SVG overlay + face target dot ============ */
.spirit-group-big { position: relative; }
.pin-lines {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  pointer-events: none;
  z-index: 3;
}
.pin-lines line, .pin-lines .pin-line {
  stroke: rgba(255,255,255,0.75);
  stroke-width: 1.6;
  stroke-linecap: round;
  fill: none;
  opacity: 0;
  transition: opacity 0.8s ease;
  filter: drop-shadow(0 1px 2px rgba(0,0,0,0.55));
}
.spirit-annotated.visible .pin-lines line,
.spirit-annotated.visible .pin-lines .pin-line { opacity: 1; }

.pin-lines circle {
  fill: var(--yellow);
  stroke: rgba(10,14,6,0.9);
  stroke-width: 2;
  opacity: 0;
  transition: opacity 0.5s ease 0.2s, r 0.35s ease;
}
.spirit-annotated.visible .pin-lines circle { opacity: 1; }
.chat-bubble:hover ~ .pin-lines .target-dot { transform: scale(1.4); }


/* ============ WhatsApp floating button ============ */
.wa-float {
  position: fixed;
  bottom: 24px;
  right: 24px;
  width: 62px;
  height: 62px;
  background: #25D366;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 12px 28px rgba(37, 211, 102, 0.4), 0 4px 10px rgba(0,0,0,0.15);
  z-index: 950;
  transition: transform 0.3s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.3s;
  text-decoration: none;
}
.wa-float svg { width: 32px; height: 32px; }
.wa-float:hover { transform: scale(1.08); box-shadow: 0 16px 34px rgba(37, 211, 102, 0.55); }
.wa-float::before {
  content: "";
  position: absolute;
  inset: -4px;
  border-radius: 50%;
  background: #25D366;
  opacity: 0.35;
  z-index: -1;
  animation: waPulse 2.4s ease-out infinite;
}
@keyframes waPulse {
  0% { transform: scale(1); opacity: 0.35; }
  70% { transform: scale(1.4); opacity: 0; }
  100% { transform: scale(1.4); opacity: 0; }
}
.wa-tooltip {
  position: absolute;
  bottom: calc(100% + 14px);
  right: 0;
  background: var(--olive-deep);
  color: var(--white);
  padding: 0.55rem 0.95rem;
  border-radius: 10px;
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: 0.78rem;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transform: translateY(6px);
  transition: opacity 0.25s, transform 0.25s;
  box-shadow: 0 8px 20px rgba(0,0,0,0.25);
}
.wa-tooltip::after {
  content: "";
  position: absolute;
  bottom: -6px;
  right: 24px;
  border: 6px solid transparent;
  border-top-color: var(--olive-deep);
  border-bottom: 0;
}
.wa-float:hover .wa-tooltip {
  opacity: 1;
  transform: translateY(0);
}
@media (max-width: 700px) {
  .wa-float { bottom: 76px; right: 16px; width: 54px; height: 54px; }
  .wa-float svg { width: 28px; height: 28px; }
  .wa-tooltip { display: none; }
}

/* ============ Quiet WA CTA (sous final-cta) ============ */
.quiet-wa-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  color: var(--yellow);
  text-decoration: none;
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: 0.88rem;
  letter-spacing: 0.02em;
  padding: 0.7rem 1.1rem;
  border-radius: 999px;
  background: rgba(214,240,69,0.08);
  border: 1px solid rgba(214,240,69,0.25);
  transition: background 0.25s, transform 0.25s, border-color 0.25s;
}
.quiet-wa-cta svg { width: 18px; height: 18px; color: #25D366; }
.quiet-wa-cta:hover {
  background: rgba(214,240,69,0.15);
  border-color: var(--yellow);
  transform: translateY(-1px);
}

/* ============ CONTACT SECTION ============ */
.contact {
  background: var(--paper);
  padding: 5.5rem 0 6.5rem;
  color: var(--olive);
}
.contact-head {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 3rem;
}
.contact-head .eyebrow { color: var(--olive); opacity: 0.75; }
.contact-title {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4.5vw, 3.4rem);
  line-height: 1.25;
  letter-spacing: 0.02em;
  color: var(--olive);
  margin: 0.6rem 0 0.8rem;
}
.contact-title em {
  color: var(--olive-mid);
  border-bottom: 4px solid var(--yellow);
  padding-bottom: 0.05em;
  font-style: normal;
}
.contact-sub {
  font-family: var(--font-sans);
  font-size: 1rem;
  color: rgba(26,32,16,0.7);
  margin: 0;
  line-height: 1.5;
}
.contact-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 2rem;
  max-width: 1080px;
  margin: 0 auto;
  align-items: stretch;
}
@media (max-width: 900px) {
  .contact-grid { grid-template-columns: 1fr; }
}

/* Form */
.contact-form {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
  box-shadow: 0 8px 30px rgba(26,32,16,0.06);
}
.contact-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.1rem;
}
@media (max-width: 620px) { .contact-row { grid-template-columns: 1fr; } }
.contact-form label {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}
.contact-form label span {
  font-family: var(--font-sans);
  font-weight: 800;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--olive-mid);
}
.contact-form input,
.contact-form textarea {
  font-family: var(--font-sans);
  font-size: 0.95rem;
  color: var(--olive);
  background: var(--cream);
  border: 1.5px solid var(--line);
  border-radius: 10px;
  padding: 0.85rem 1rem;
  transition: border-color 0.2s, background 0.2s;
  resize: vertical;
  min-height: 44px;
}
.contact-form textarea { min-height: 130px; line-height: 1.5; }
.contact-form input:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: var(--olive);
  background: var(--white);
}
.contact-submit {
  align-self: flex-start;
  margin-top: 0.4rem;
  padding: 0.95rem 1.7rem;
  font-size: 0.85rem;
  cursor: pointer;
  border: none;
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
}
.contact-submit[disabled] { opacity: 0.6; cursor: wait; }
.contact-msg {
  font-family: var(--font-sans);
  font-size: 0.9rem;
  font-weight: 700;
  padding: 0.75rem 1rem;
  border-radius: 8px;
  display: none;
}
.contact-msg.success {
  display: block;
  background: rgba(214,240,69,0.25);
  color: var(--olive-deep);
  border: 1px solid var(--yellow);
}
.contact-msg.error {
  display: block;
  background: #FFEAEA;
  color: #B01B22;
  border: 1px solid #F0BABA;
}

/* Aside : WhatsApp + coordonnées */
.contact-aside {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  min-height: 100%;
}
.contact-wa-btn {
  display: flex;
  align-items: center;
  gap: 1rem;
  background: #25D366;
  color: #fff;
  padding: 1.25rem 1.4rem;
  border-radius: 16px;
  text-decoration: none;
  box-shadow: 0 12px 26px rgba(37, 211, 102, 0.28);
  transition: transform 0.25s, box-shadow 0.25s;
}
.contact-wa-btn:hover { transform: translateY(-3px); box-shadow: 0 16px 32px rgba(37, 211, 102, 0.4); }
.contact-wa-btn svg { width: 40px; height: 40px; flex-shrink: 0; }
.contact-wa-btn strong {
  display: block;
  font-family: var(--font-sans);
  font-weight: 800;
  font-size: 1rem;
  letter-spacing: 0.01em;
}
.contact-wa-btn small {
  display: block;
  font-family: var(--font-sans);
  font-weight: 600;
  font-size: 0.78rem;
  opacity: 0.9;
  margin-top: 0.15rem;
}
.contact-info {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 1.25rem 1.4rem;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}
.contact-info-row {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
.contact-info-label {
  font-family: var(--font-sans);
  font-weight: 800;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--olive-mid);
}
.contact-info-row a {
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: 1rem;
  color: var(--olive);
  text-decoration: none;
  transition: color 0.2s;
}
.contact-info-row a:hover { color: var(--olive-mid); text-decoration: underline; }


/* Mobile pin-lines fallback : hide curves but keep dots (smaller) */
@media (max-width: 700px) {
  .pin-lines .pin-line,
  .pin-lines line { display: none; }
  .pin-lines circle { r: 4; stroke-width: 1.5; }
}


/* ============ RGPD checkbox ============ */
.contact-rgpd {
  display: flex;
  align-items: flex-start;
  gap: 0.7rem;
  cursor: pointer;
  margin: 0.3rem 0 0.2rem;
  user-select: none;
}
.contact-rgpd input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  width: 0; height: 0;
  pointer-events: none;
}
.rgpd-checkmark {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  border: 2px solid var(--olive-mid);
  border-radius: 4px;
  background: var(--cream);
  transition: all 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
}
.rgpd-checkmark::after {
  content: "";
  width: 6px;
  height: 11px;
  border: solid var(--olive-deep);
  border-width: 0 2.5px 2.5px 0;
  transform: rotate(45deg) scale(0);
  transition: transform 0.15s cubic-bezier(0.2, 0.8, 0.2, 1);
  margin-bottom: 2px;
}
.contact-rgpd input:checked + .rgpd-checkmark {
  background: var(--yellow);
  border-color: var(--yellow-dark);
}
.contact-rgpd input:checked + .rgpd-checkmark::after {
  transform: rotate(45deg) scale(1);
}
.contact-rgpd input:focus-visible + .rgpd-checkmark {
  outline: 2px solid var(--olive);
  outline-offset: 2px;
}
.rgpd-text {
  font-family: var(--font-sans);
  font-weight: 500;
  font-size: 0.78rem;
  line-height: 1.5;
  color: rgba(26,32,16,0.75);
}
.rgpd-link {
  color: var(--olive);
  text-decoration: underline;
  font-weight: 700;
}
.rgpd-link:hover { color: var(--olive-mid); }


/* ============ Contact photo card ============ */
.contact-photo {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  flex: 1;
  min-height: 260px;
  box-shadow: 0 12px 26px rgba(26,32,16,0.12);
  transition: transform 0.35s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.contact-photo:hover { transform: translateY(-4px); }
.contact-photo img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center 20%;
  display: block;
  transition: transform 0.6s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.contact-photo:hover img { transform: scale(1.04); }
.contact-photo::after {
  content: "";
  position: absolute;
  inset: 40% 0 0 0;
  background: linear-gradient(to bottom, transparent 0%, rgba(10,14,6,0.85) 100%);
  pointer-events: none;
}
.contact-photo-caption {
  position: absolute;
  left: 1.25rem;
  right: 1.25rem;
  bottom: 1.1rem;
  z-index: 2;
  color: var(--white);
}
.contact-photo-name {
  display: block;
  font-family: var(--font-display);
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0.02em;
  color: var(--yellow);
  margin-bottom: 0.25rem;
}
.contact-photo-role {
  display: block;
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: 0.78rem;
  color: rgba(245,239,230,0.92);
  letter-spacing: 0.01em;
}
@media (max-width: 900px) {
  .contact-photo { aspect-ratio: 16 / 10; max-height: 340px; }
  .contact-photo img { object-position: center 25%; }
}


/* ============ Video hint : label + hint séparés ============ */
.video-hint {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  text-align: center;
}
.video-hint strong {
  font-family: var(--font-sans);
  font-weight: 800;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--yellow);
}
.video-hint span {
  font-family: var(--font-sans);
  font-weight: 600;
  font-size: 0.7rem;
  opacity: 0.85;
}

/* ============ RECAP 2026 : bouton play + hint ============ */
.vlog-wrap { position: relative; cursor: pointer; }
.recap-play {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 92px; height: 92px;
  border-radius: 50%;
  background: var(--yellow);
  color: var(--olive-deep);
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 12px 30px rgba(214,240,69,0.35), 0 4px 12px rgba(0,0,0,0.25);
  z-index: 3;
  transition: transform 0.35s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.35s, opacity 0.4s;
  animation: recapPulse 2.4s ease-in-out infinite;
}
.recap-play svg { width: 40px; height: 40px; margin-left: 4px; }
.recap-play:hover {
  transform: translate(-50%, -50%) scale(1.1);
  box-shadow: 0 16px 40px rgba(214,240,69,0.55), 0 6px 16px rgba(0,0,0,0.3);
}
.vlog-wrap.playing .recap-play,
.vlog-wrap.playing .recap-hint {
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -50%) scale(0.7);
}
@keyframes recapPulse {
  0%, 100% { box-shadow: 0 12px 30px rgba(214,240,69,0.35), 0 4px 12px rgba(0,0,0,0.25), 0 0 0 0 rgba(214,240,69,0.5); }
  70% { box-shadow: 0 12px 30px rgba(214,240,69,0.35), 0 4px 12px rgba(0,0,0,0.25), 0 0 0 22px rgba(214,240,69,0); }
}
.recap-hint {
  position: absolute;
  bottom: 24px; left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  background: rgba(10,14,6,0.75);
  backdrop-filter: blur(8px);
  color: var(--white);
  padding: 0.55rem 1rem;
  border-radius: 999px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.05rem;
  pointer-events: none;
  transition: opacity 0.4s, transform 0.4s;
}
.recap-hint strong {
  font-family: var(--font-sans);
  font-weight: 800;
  font-size: 0.7rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--yellow);
}
.recap-hint span {
  font-family: var(--font-sans);
  font-weight: 600;
  font-size: 0.68rem;
  opacity: 0.85;
}
@media (max-width: 700px) {
  .recap-play { width: 72px; height: 72px; }
  .recap-play svg { width: 30px; height: 30px; }
}


/* ============ Mini-testi MOBILE : swipe manuel au lieu du défilement auto ============ */
@media (max-width: 700px) {
  .mini-testi-inner {
    overflow: visible;
    padding: 0.75rem 0;
  }
  .mini-testi-track {
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding: 0 1rem 0.5rem;
    scroll-padding-left: 1rem;
  }
  .mini-testi-track::-webkit-scrollbar { display: none; }
  .mini-testi-loop {
    animation: none !important;
    gap: 0.9rem;
    width: auto;
  }
  .mini-testi-card {
    scroll-snap-align: start;
    flex: 0 0 88%;
    max-width: 340px;
  }
}


/* ============ Video hint MOBILE : 1 seule ligne, étiré, condensé ============ */
@media (max-width: 700px) {
  .video-hint {
    flex-direction: row !important;
    align-items: center;
    gap: 0.5rem;
    padding: 0.35rem 0.75rem;
    bottom: 1rem;
    max-width: calc(100% - 2rem);
    white-space: nowrap;
  }
  .video-hint strong {
    font-size: 0.65rem;
    letter-spacing: 0.1em;
  }
  .video-hint span {
    font-size: 0.62rem;
    letter-spacing: 0.02em;
    text-transform: none;
    font-weight: 500;
    opacity: 0.9;
  }
  .video-hint strong::after {
    content: "·";
    margin-left: 0.5rem;
    opacity: 0.5;
  }
}


/* ============ Place — Carrousel mobile ============ */
.place-mobile-carousel { display: none; }
@media (max-width: 900px) {
  .place-mobile-carousel {
    display: block;
    margin: 2.5rem calc(var(--gutter) * -1) 0;
    position: relative;
    z-index: 5;
  }
  .place-mc-track {
    display: flex;
    gap: 0.75rem;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding: 0 var(--gutter) 0.5rem;
  }
  .place-mc-track::-webkit-scrollbar { display: none; }
  .place-mc-slide {
    flex: 0 0 78%;
    max-width: 320px;
    aspect-ratio: 4 / 5;
    border-radius: 14px;
    overflow: hidden;
    scroll-snap-align: start;
    box-shadow: 0 12px 26px rgba(0,0,0,0.35);
  }
  .place-mc-slide img {
    width: 100%; height: 100%;
    object-fit: cover;
    display: block;
  }
}


/* ============ FIX : Bouton "Je candidate" dans le nav ============ */
/* Le sélecteur .nav-links a écrase .btn-yellow — on force la couleur noire */
.nav-links a.btn-yellow,
.nav-links a.btn.btn-yellow {
  color: var(--olive-deep) !important;
  background: var(--yellow) !important;
  text-decoration: none !important;
}
.nav-links a.btn-yellow:hover,
.nav-links a.btn.btn-yellow:hover {
  background: var(--olive-deep) !important;
  color: var(--yellow) !important;
  border-color: var(--olive-deep) !important;
}





/* ============ Newsletter · Section standalone avant footer ============ */
.newsletter-section {
  background: var(--olive);
  padding: 4.5rem 0 5rem;
  position: relative;
  overflow: hidden;
}
.newsletter-section::before {
  content: "";
  position: absolute;
  top: -80px; right: -80px;
  width: 400px; height: 400px;
  background: radial-gradient(circle, rgba(214,240,69,0.09) 0%, transparent 70%);
  pointer-events: none;
}
.newsletter-card {
  background: rgba(214,240,69,0.06);
  border: 1px solid rgba(214,240,69,0.2);
  border-radius: 24px;
  padding: 3rem;
  max-width: 1080px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
  position: relative;
  z-index: 2;
  backdrop-filter: blur(12px);
}
.newsletter-copy { max-width: 480px; }
.newsletter-eyebrow {
  display: inline-block;
  font-family: var(--font-sans);
  font-weight: 800;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--yellow);
  margin-bottom: 0.8rem;
}
.newsletter-title {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  line-height: 1.1;
  color: var(--white);
  margin: 0 0 0.9rem;
  letter-spacing: 0.02em;
}
.newsletter-sub {
  font-family: var(--font-sans);
  font-size: 0.95rem;
  line-height: 1.55;
  color: rgba(245,239,230,0.8);
  margin: 0;
}
.newsletter-form { display: flex; flex-direction: column; gap: 0.9rem; }
.newsletter-fields {
  display: flex;
  gap: 0.6rem;
  align-items: stretch;
  flex-wrap: wrap;
}
.newsletter-form input[type="email"] {
  flex: 1;
  min-width: 180px;
  font-family: var(--font-sans);
  font-size: 0.95rem;
  color: var(--white);
  background: rgba(0,0,0,0.35);
  border: 1.5px solid rgba(245,239,230,0.2);
  border-radius: 999px;
  padding: 0.95rem 1.3rem;
  transition: border-color 0.2s, background 0.2s;
}
.newsletter-form input[type="email"]::placeholder { color: rgba(245,239,230,0.5); }
.newsletter-form input[type="email"]:focus {
  outline: none;
  border-color: var(--yellow);
  background: rgba(0,0,0,0.6);
}
.newsletter-form button {
  padding: 0.95rem 1.4rem !important;
  font-size: 0.78rem !important;
  cursor: pointer;
  border: none;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  white-space: nowrap;
}
.newsletter-rgpd {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  cursor: pointer;
  user-select: none;
}
.newsletter-rgpd input[type="checkbox"] {
  position: absolute; opacity: 0; width: 0; height: 0; pointer-events: none;
}
.newsletter-checkmark {
  flex-shrink: 0;
  width: 18px; height: 18px;
  border: 1.5px solid rgba(245,239,230,0.35);
  border-radius: 4px;
  background: rgba(0,0,0,0.3);
  display: flex; align-items: center; justify-content: center;
  margin-top: 2px;
  transition: all 0.2s;
}
.newsletter-checkmark::after {
  content: "";
  width: 5px; height: 9px;
  border: solid var(--olive-deep);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg) scale(0);
  transition: transform 0.15s cubic-bezier(0.2, 0.8, 0.2, 1);
  margin-bottom: 2px;
}
.newsletter-rgpd input:checked + .newsletter-checkmark {
  background: var(--yellow);
  border-color: var(--yellow);
}
.newsletter-rgpd input:checked + .newsletter-checkmark::after {
  transform: rotate(45deg) scale(1);
}
.newsletter-rgpd .rgpd-text {
  font-family: var(--font-sans);
  font-size: 0.72rem;
  line-height: 1.5;
  color: rgba(245,239,230,0.65);
}
.newsletter-msg {
  font-family: var(--font-sans);
  font-size: 0.88rem;
  font-weight: 700;
  padding: 0.6rem 0.9rem;
  border-radius: 8px;
  display: none;
}
.newsletter-msg.success {
  display: block;
  background: rgba(214,240,69,0.15);
  color: var(--yellow);
  border: 1px solid rgba(214,240,69,0.35);
}
.newsletter-msg.error {
  display: block;
  background: rgba(255,100,100,0.1);
  color: #FF9E9E;
  border: 1px solid rgba(255,100,100,0.3);
}

@media (max-width: 900px) {
  .newsletter-card { grid-template-columns: 1fr; gap: 2rem; padding: 2.5rem 1.75rem; text-align: center; }
  .newsletter-copy { margin: 0 auto; }
  .newsletter-rgpd { text-align: left; }
  .newsletter-fields { flex-direction: column; }
  .newsletter-form input[type="email"] { width: 100%; }
  .newsletter-form button { justify-content: center; width: 100%; }
}


/* ============ Pricing : payment info sous CTA ============ */
.pricing-payment-info {
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  align-items: center;
}
.pricing-payment-msg {
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: 0.82rem;
  color: var(--olive);
  background: rgba(214,240,69,0.35);
  padding: 0.45rem 0.9rem;
  border-radius: 999px;
  border: 1px solid rgba(214,240,69,0.6);
  text-align: center;
}
.pricing-payment-msg strong { color: var(--olive-deep); font-weight: 900; }
.pricing-payment-icons {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
  justify-content: center;
}
.pricing-payment-lock {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: 0.7rem;
  color: rgba(26,32,16,0.65);
  letter-spacing: 0.02em;
}
.pricing-payment-lock svg { width: 14px; height: 14px; color: rgba(26,32,16,0.6); }
.pricing-payment-brands {
  display: flex;
  gap: 0.35rem;
  align-items: center;
}
.pay-icon {
  width: 32px; height: auto;
  display: block;
  opacity: 0.9;
  transition: opacity 0.2s, transform 0.2s;
}
.pay-icon:hover { opacity: 1; transform: translateY(-1px); }

/* Pricing item note (1 à 2 personnes) */
.pricing-item-note {
  display: block;
  font-family: var(--font-sans);
  font-weight: 600;
  font-size: 0.72rem;
  color: rgba(26,32,16,0.55);
  margin-top: 0.15rem;
  letter-spacing: 0.01em;
  font-style: italic;
}

/* Dark pricing card (Patron) — inverse colors */
.pricing-card.pricing-card-dark .pricing-payment-msg {
  background: rgba(214,240,69,0.15);
  color: var(--yellow);
  border-color: rgba(214,240,69,0.4);
}
.pricing-card.pricing-card-dark .pricing-payment-msg strong { color: var(--yellow); }
.pricing-card.pricing-card-dark .pricing-payment-lock { color: rgba(245,239,230,0.7); }
.pricing-card.pricing-card-dark .pricing-payment-lock svg { color: rgba(245,239,230,0.7); }
.pricing-card.pricing-card-dark .pricing-item-note { color: rgba(245,239,230,0.55); }

@media (max-width: 700px) {
  .pricing-payment-msg { font-size: 0.72rem; padding: 0.4rem 0.75rem; }
  .pay-icon { width: 28px; }
  .pricing-payment-lock { font-size: 0.65rem; }
}




/* ============ Mobile Fraternité — bulles en slider horizontal sous la photo ============ */
@media (max-width: 700px) {
  /* Container : padding-top pour titre, pas de padding lat */
  .spirit-group-big {
    padding: 2.5rem 0 0 !important;
    overflow: visible !important;
    position: relative !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    aspect-ratio: auto !important;
  }

  /* TITRE au-dessus de la photo */
  .spirit-group-big .spirit-group-label,
  .spirit-group-label {
    position: absolute !important;
    top: 0 !important;
    bottom: auto !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    background: transparent !important;
    color: var(--olive) !important;
    padding: 0 !important;
    border-radius: 0 !important;
    font-family: var(--font-sans) !important;
    font-weight: 900 !important;
    font-size: 0.72rem !important;
    letter-spacing: 0.22em !important;
    text-transform: uppercase !important;
    backdrop-filter: none !important;
    text-align: center !important;
    z-index: 8 !important;
  }
  .spirit-dark .spirit-group-label { color: var(--olive) !important; }

  /* IMG : ratio libre, coins arrondis, ombre */
  .spirit-group-big img {
    border-radius: 16px !important;
    display: block !important;
    width: 100% !important;
    height: auto !important;
    box-shadow: 0 12px 28px rgba(26,32,16,0.15) !important;
  }

  /* Cache l'overlay .spirit-annots — on va afficher les bulles en slider séparé */
  .spirit-group-big .spirit-annots {
    position: relative !important;
    top: auto !important; bottom: auto !important; left: auto !important; right: auto !important;
    inset: auto !important;
    display: flex !important;
    gap: 0.75rem !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scroll-snap-type: x mandatory !important;
    -webkit-overflow-scrolling: touch !important;
    padding: 0.75rem 1rem !important;
    margin-top: 1rem !important;
    scrollbar-width: none;
    pointer-events: auto !important;
  }
  .spirit-group-big .spirit-annots::-webkit-scrollbar { display: none; }

  /* Bulles : cartes du slider, position statique */
  .chat-bubble {
    position: relative !important;
    top: auto !important; bottom: auto !important; left: auto !important; right: auto !important;
    flex: 0 0 auto !important;
    max-width: none !important;
    min-width: 160px !important;
    padding: 1rem 1.1rem !important;
    background: rgba(10, 14, 6, 0.92) !important;
    border: 1px solid rgba(214,240,69,0.35) !important;
    box-shadow: 0 6px 14px rgba(0,0,0,0.25) !important;
    scroll-snap-align: start !important;
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
    z-index: 1 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 0.35rem !important;
    min-height: 78px !important;
  }
  .chat-bubble strong { font-size: 0.76rem !important; line-height: 1.2 !important; margin-bottom: 0.15rem !important; }
  .chat-bubble span { font-size: 0.66rem !important; line-height: 1.35 !important; }

  /* Pas de bulle cachée dans le slider (toutes visibles) */
  .chat-bubble.pos-tc,
  .chat-bubble.pos-ml,
  .chat-bubble.pos-mr,
  .chat-bubble.pos-tl,
  .chat-bubble.pos-tr,
  .chat-bubble.pos-bl,
  .chat-bubble.pos-br {
    display: flex !important;
  }

  /* Garde SVG overlay visible : cache uniquement les LIGNES, garde les POINTS jaunes sur les visages */
  .spirit-group-big .pin-lines { display: block !important; position: absolute; top: 2.5rem; left: 0; right: 0; height: auto; pointer-events: none; }
  .spirit-group-big .pin-lines .pin-line,
  .spirit-group-big .pin-lines line { display: none !important; }
  .spirit-group-big .pin-lines circle { display: block !important; r: 5 !important; opacity: 1 !important; }

  /* Zoom Patrons reset */
  .img-zoom { transform: scale(1) !important; }

  /* Grand espace entre les 2 photos + slider */
  .spirit-annotated { gap: 4rem !important; }
}


/* ============ Mobile-only line break utility ============ */
.mobile-only-br { display: none; }
@media (max-width: 700px) {
  .mobile-only-br { display: inline; }
}

/* ============ Exit-intent popup ============ */
.exit-popup {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.35s ease;
  padding: 1rem;
}
.exit-popup.open {
  display: flex;
  opacity: 1;
}
.exit-popup-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(10, 14, 6, 0.65);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}
.exit-popup-card {
  position: relative;
  background: var(--cream);
  border-radius: 20px;
  padding: 2.5rem 2rem 2rem;
  max-width: 440px;
  width: 100%;
  text-align: center;
  box-shadow: 0 30px 80px rgba(0,0,0,0.35);
  transform: translateY(20px) scale(0.96);
  transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
  border: 1px solid rgba(214,240,69,0.4);
}
.exit-popup.open .exit-popup-card {
  transform: translateY(0) scale(1);
}
.exit-popup-close {
  position: absolute;
  top: 12px; right: 12px;
  width: 36px; height: 36px;
  border-radius: 50%;
  background: transparent;
  border: none;
  color: var(--olive);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
}
.exit-popup-close svg { width: 18px; height: 18px; }
.exit-popup-close:hover { background: rgba(26,32,16,0.08); }

.exit-popup-eyebrow {
  display: inline-block;
  font-family: var(--font-sans);
  font-weight: 800;
  font-size: 0.68rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--olive-mid);
  margin-bottom: 0.7rem;
  opacity: 0.75;
}
.exit-popup-title {
  font-family: var(--font-display);
  font-size: clamp(1.7rem, 3vw, 2.2rem);
  line-height: 1.15;
  letter-spacing: 0.02em;
  color: var(--olive);
  margin: 0 0 0.6rem;
}
.exit-popup-sub {
  font-family: var(--font-sans);
  font-size: 0.9rem;
  color: rgba(26,32,16,0.68);
  margin: 0 0 1.4rem;
  line-height: 1.4;
}
.exit-popup-form {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}
.exit-popup-form input[type="email"] {
  font-family: var(--font-sans);
  font-size: 0.95rem;
  color: var(--olive);
  background: var(--white);
  border: 1.5px solid rgba(26,32,16,0.15);
  border-radius: 999px;
  padding: 0.85rem 1.2rem;
  transition: border-color 0.2s;
}
.exit-popup-form input[type="email"]:focus {
  outline: none;
  border-color: var(--olive);
}
.exit-popup-form button {
  padding: 0.9rem 1.4rem !important;
  font-size: 0.78rem !important;
  cursor: pointer;
  border: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  width: 100%;
}
.exit-popup-msg {
  font-family: var(--font-sans);
  font-size: 0.82rem;
  font-weight: 700;
  padding: 0.55rem 0.85rem;
  border-radius: 8px;
  display: none;
}
.exit-popup-msg.success {
  display: block;
  background: rgba(214,240,69,0.35);
  color: var(--olive-deep);
  border: 1px solid var(--yellow);
}
.exit-popup-msg.error {
  display: block;
  background: #FFEAEA;
  color: #B01B22;
  border: 1px solid #F0BABA;
}

/* Mobile : popup safe area */
@media (max-width: 500px) {
  .exit-popup-card { padding: 2rem 1.5rem 1.5rem; }
}


/* ============ Pricing item : layout HT + TTC ============ */
.pricing-item-values {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.05rem;
  text-align: right;
  min-width: 105px;
}
.pricing-item-ht {
  font-family: var(--font-sans);
  font-weight: 600;
  font-size: 0.7rem;
  color: rgba(26,32,16,0.55);
  letter-spacing: 0.01em;
  font-style: italic;
}
.pricing-card.pricing-card-dark .pricing-item-ht {
  color: rgba(245,239,230,0.6);
}
.pricing-item-old {
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: 0.72rem;
  color: rgba(26,32,16,0.4);
  text-decoration: line-through;
  margin-top: 0.05rem;
}
.pricing-card.pricing-card-dark .pricing-item-old {
  color: rgba(245,239,230,0.4);
}

/* Mobile : compress */
@media (max-width: 700px) {
  .pricing-item-values { min-width: 90px; }
  .pricing-item-ht { font-size: 0.64rem; }
  .pricing-item-old { font-size: 0.66rem; }
}


/* ============ LAFORGE — bloc rouge fraternité ============ */
.laforge-about {
  background: var(--red, #D81F26);
  padding: 5rem 0 5.5rem;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.laforge-about::before {
  content: "";
  position: absolute;
  top: -80px; right: -80px;
  width: 500px; height: 500px;
  background: radial-gradient(circle, rgba(255,255,255,0.08) 0%, transparent 70%);
  pointer-events: none;
}
.laforge-about-inner {
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 2;
}
.laforge-about-badge {
  display: inline-block;
  background: rgba(255,255,255,0.15);
  color: #fff;
  padding: 0.5rem 1.1rem;
  border-radius: 999px;
  font-family: var(--font-sans);
  font-weight: 800;
  font-size: 0.7rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
  border: 1px solid rgba(255,255,255,0.25);
}
.laforge-about-title {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4.5vw, 3.4rem);
  line-height: 1.1;
  letter-spacing: 0.02em;
  color: #fff;
  margin: 0 0 1.2rem;
}
.laforge-about-title em {
  font-style: normal;
}
.laforge-about-text {
  font-family: var(--font-sans);
  font-weight: 500;
  font-size: 1.05rem;
  line-height: 1.6;
  color: rgba(255,255,255,0.92);
  margin: 0 0 2rem;
}
.laforge-about-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: #fff;
  color: var(--red, #D81F26);
  padding: 1rem 1.6rem;
  border-radius: 999px;
  font-family: var(--font-sans);
  font-weight: 800;
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  text-decoration: none;
  transition: transform 0.25s, box-shadow 0.25s;
  box-shadow: 0 10px 25px rgba(0,0,0,0.18);
}
.laforge-about-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 32px rgba(0,0,0,0.28);
}
@media (max-width: 700px) {
  .laforge-about { padding: 3.5rem 0 4rem; }
  .laforge-about-text { font-size: 0.95rem; }
}


/* ============ LAFORGE — bloc rouge : nouveau contenu enrichi ============ */
.laforge-about-logo {
  display: block;
  max-width: 180px;
  height: auto;
  margin: 0 auto 2rem;
  filter: brightness(0) invert(1); /* logo en blanc */
}
.laforge-about-body {
  text-align: left;
  max-width: 620px;
  margin: 0 auto 2rem;
  font-family: var(--font-sans);
  font-size: 1rem;
  line-height: 1.65;
  color: rgba(255,255,255,0.92);
}
.laforge-about-body p { margin: 0 0 1.1rem; }
.laforge-about-body strong { color: #fff; font-weight: 800; }
.laforge-about-body em { color: #fff; font-style: italic; }
.laforge-about-lead {
  font-weight: 800 !important;
  color: #fff !important;
  margin-top: 1.4rem !important;
  margin-bottom: 0.5rem !important;
}
.laforge-about-list {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem;
}
.laforge-about-list li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.5rem;
  color: rgba(255,255,255,0.92);
}
.laforge-about-list li::before {
  content: "–";
  position: absolute;
  left: 0;
  top: 0;
  color: rgba(255,255,255,0.6);
  font-weight: 700;
}
.laforge-about-list a {
  color: #fff;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
  font-weight: 700;
}
.laforge-about-list a:hover { color: #FFE7A0; }
.laforge-about-outro {
  text-align: center;
  font-size: 1.1rem !important;
  color: #fff !important;
  margin: 1.5rem 0 2rem !important;
}
.laforge-about-outro em {
  font-style: italic;
}
@media (max-width: 700px) {
  .laforge-about-body { font-size: 0.95rem; }
  .laforge-about-logo { max-width: 140px; }
}


/* ============ Exit popup RGPD ============ */
.exit-popup-rgpd {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  cursor: pointer;
  user-select: none;
  margin: 0.2rem 0 0.4rem;
  text-align: left;
}
.exit-popup-rgpd input[type="checkbox"] {
  position: absolute; opacity: 0; width: 0; height: 0; pointer-events: none;
}
.exit-popup-check {
  flex-shrink: 0;
  width: 16px; height: 16px;
  border: 1.5px solid rgba(26,32,16,0.35);
  border-radius: 3px;
  background: var(--white);
  display: flex; align-items: center; justify-content: center;
  margin-top: 2px;
  transition: all 0.15s;
}
.exit-popup-check::after {
  content: "";
  width: 4px; height: 8px;
  border: solid var(--olive-deep);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg) scale(0);
  transition: transform 0.15s;
  margin-bottom: 2px;
}
.exit-popup-rgpd input:checked + .exit-popup-check {
  background: var(--yellow);
  border-color: var(--yellow-dark, var(--olive));
}
.exit-popup-rgpd input:checked + .exit-popup-check::after {
  transform: rotate(45deg) scale(1);
}
.exit-popup-rgpd-text {
  font-family: var(--font-sans);
  font-size: 0.68rem;
  line-height: 1.4;
  color: rgba(26,32,16,0.6);
}
