/* ===== RESET & BASE ===== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --ink: #0C1330;
  --ink-2: #16224B;
  --indigo: #27408B;
  --flame: #F4811F;
  --ember: #FFA62B;
  --gold: #F2B441;
  --cream: #FBF6EE;
  --white: #FFFFFF;
  --text: #262430;
  --text-light: #6A6877;
  --radius: 14px;
  --shadow: 0 6px 28px rgba(12,19,48,0.10);
  --shadow-lg: 0 16px 56px rgba(12,19,48,0.20);
  --transition: 0.3s ease;
}

html { scroll-behavior: smooth; }
body { font-family: 'Inter', sans-serif; color: var(--text); background: var(--white); line-height: 1.7; overflow-x: hidden; }
h1, h2, h3 { font-family: 'Fraunces', serif; line-height: 1.2; font-weight: 600; }
a { text-decoration: none; color: inherit; }
.container { max-width: 1160px; margin: 0 auto; padding: 0 24px; }
.section { padding: 96px 0; }
.section__header { text-align: center; max-width: 660px; margin: 0 auto 56px; }
.section__title { font-size: clamp(1.9rem, 3.6vw, 2.8rem); color: var(--ink); margin: 14px 0; }
.section__title--light { color: var(--white); }
.section__subtitle { color: var(--text-light); font-size: 1.05rem; }
.section__subtitle--light { color: rgba(255,255,255,0.7); }

.tag { display: inline-block; background: linear-gradient(135deg, var(--flame), var(--ember)); color: var(--white); font-size: 0.72rem; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; padding: 5px 15px; border-radius: 999px; }
.tag--light { background: rgba(244,129,31,0.18); color: var(--ember); }

.link-arrow { display: inline-block; margin-top: 8px; color: var(--flame); font-weight: 600; font-size: 0.95rem; transition: var(--transition); }
.link-arrow:hover { color: var(--ember); }

/* ===== BUTTONS ===== */
.btn { display: inline-block; padding: 14px 32px; border-radius: 999px; font-weight: 600; font-size: 0.95rem; transition: var(--transition); cursor: pointer; border: none; font-family: inherit; }
.btn--primary { background: linear-gradient(135deg, var(--flame), var(--ember)); color: var(--white); }
.btn--primary:hover { transform: translateY(-2px); box-shadow: 0 10px 26px rgba(244,129,31,0.45); }
.btn--outline { border: 2px solid rgba(255,255,255,0.6); color: var(--white); background: transparent; }
.btn--outline:hover { background: rgba(255,255,255,0.12); transform: translateY(-2px); }
.btn--full { width: 100%; text-align: center; }

/* ===== HEADER ===== */
.header { position: fixed; top: 0; left: 0; right: 0; z-index: 100; transition: background var(--transition), box-shadow var(--transition); }
.header.scrolled { background: rgba(12,19,48,0.95); backdrop-filter: blur(8px); box-shadow: 0 2px 24px rgba(0,0,0,0.35); }
.header__inner { display: flex; align-items: center; justify-content: space-between; height: 74px; }
.logo { display: flex; align-items: center; gap: 9px; color: var(--white); }
.logo__mark { display: block; width: 34px; height: 34px; object-fit: contain; filter: drop-shadow(0 2px 8px rgba(244,129,31,0.5)); }
.logo__text { font-family: 'Fraunces', serif; font-size: 1.4rem; font-weight: 600; }
.nav { display: flex; align-items: center; gap: 4px; }
.nav__link { color: rgba(255,255,255,0.82); font-size: 0.88rem; font-weight: 500; padding: 8px 13px; border-radius: 8px; transition: var(--transition); }
.nav__link:hover { color: var(--ember); background: rgba(255,255,255,0.06); }
.nav__link--cta { background: linear-gradient(135deg, var(--flame), var(--ember)); color: var(--white) !important; padding: 9px 20px; font-weight: 600; border-radius: 999px; margin-left: 6px; }
.nav__link--cta:hover { transform: translateY(-1px); box-shadow: 0 6px 16px rgba(244,129,31,0.45); }
.nav__link--don { color: var(--ember); border: 1px solid rgba(244,129,31,0.45); border-radius: 999px; padding: 8px 16px; }
.nav__link--don:hover { background: rgba(244,129,31,0.12); color: var(--ember); }

/* Affiche / flyer */
.flyer { display: block; padding: 0; border: none; cursor: pointer; position: relative; border-radius: 18px; overflow: hidden; box-shadow: var(--shadow-lg); background: var(--cream); width: 100%; max-width: 440px; margin: 0 auto; }
.flyer img { display: block; width: 100%; height: auto; transition: transform 0.5s ease; }
.flyer:hover img { transform: scale(1.03); }
.flyer__badge { position: absolute; top: 14px; left: 14px; background: linear-gradient(135deg, var(--flame), var(--ember)); color: var(--white); font-size: 0.72rem; font-weight: 600; letter-spacing: 0.04em; padding: 6px 14px; border-radius: 999px; box-shadow: 0 4px 14px rgba(244,129,31,0.5); }
.flyer::after { content: '🔍 Agrandir'; position: absolute; inset: auto 0 0 0; padding: 10px; text-align: center; font-size: 0.85rem; font-weight: 600; color: var(--white); background: linear-gradient(0deg, rgba(12,19,48,0.8), transparent); opacity: 0; transition: var(--transition); }
.flyer:hover::after { opacity: 1; }

/* Flyer carousel (Guadeloupe + Saint-Martin) */
.carousel { position: relative; width: 100%; max-width: 440px; margin: 0 auto; border-radius: 18px; overflow: hidden; box-shadow: var(--shadow-lg); background: var(--cream); }
.carousel__viewport { position: relative; width: 100%; aspect-ratio: 483 / 625; }
.carousel__slide { position: absolute; inset: 0; padding: 0; border: none; cursor: pointer; opacity: 0; visibility: hidden; transition: opacity 0.6s ease; background: var(--cream); }
.carousel__slide.is-active { opacity: 1; visibility: visible; }
.carousel__slide img { width: 100%; height: 100%; object-fit: cover; display: block; }
.carousel__arrow { position: absolute; top: 50%; transform: translateY(-50%); width: 38px; height: 38px; border-radius: 50%; border: none; background: rgba(12,19,48,0.55); color: #fff; font-size: 1.5rem; line-height: 1; cursor: pointer; display: flex; align-items: center; justify-content: center; z-index: 3; backdrop-filter: blur(4px); transition: var(--transition); }
.carousel__arrow:hover { background: var(--flame); }
.carousel__arrow--prev { left: 10px; }
.carousel__arrow--next { right: 10px; }
.carousel .flyer__badge { z-index: 3; }
.carousel__dots { position: absolute; bottom: 12px; left: 50%; transform: translateX(-50%); display: flex; gap: 8px; z-index: 3; }
.carousel__dot { width: 9px; height: 9px; border-radius: 50%; border: none; background: rgba(255,255,255,0.55); cursor: pointer; padding: 0; transition: var(--transition); box-shadow: 0 1px 3px rgba(0,0,0,0.3); }
.carousel__dot.is-active { background: var(--flame); width: 22px; border-radius: 999px; }
.burger { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 4px; }
.burger span { display: block; width: 26px; height: 2px; background: var(--white); border-radius: 2px; transition: var(--transition); }
.burger.active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.burger.active span:nth-child(2) { opacity: 0; }
.burger.active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ===== VIDEO COMPONENT ===== */
.vid { position: relative; border-radius: 20px; overflow: hidden; box-shadow: var(--shadow-lg); background: var(--ink); aspect-ratio: 4 / 5; }
.vid__el { width: 100%; height: 100%; object-fit: cover; display: block; transform: scale(1.02); animation: slowZoom 18s ease-in-out infinite alternate; }
@keyframes slowZoom { from { transform: scale(1.02); } to { transform: scale(1.12); } }
.vid__veil { position: absolute; inset: 0; pointer-events: none; background: linear-gradient(180deg, rgba(12,19,48,0.20) 0%, transparent 35%, rgba(12,19,48,0.35) 100%); }
.vid__veil--soft { background: linear-gradient(180deg, rgba(12,19,48,0.10) 0%, transparent 50%, rgba(12,19,48,0.25) 100%); }
.vid__sound {
  position: absolute; bottom: 14px; right: 14px; z-index: 3;
  display: inline-flex; align-items: center; gap: 7px;
  height: 40px; padding: 0 15px; border-radius: 999px; cursor: pointer;
  border: 1px solid rgba(255,255,255,0.35);
  background: rgba(12,19,48,0.6); color: var(--white);
  font-family: inherit; font-size: 0.82rem; font-weight: 600; line-height: 1;
  backdrop-filter: blur(4px); transition: var(--transition);
}
.vid__sound span { white-space: nowrap; }
.vid__sound:hover { transform: translateY(-1px); }
.vid__sound.is-on { background: rgba(12,19,48,0.5); }
/* Inviting pulse while muted */
.vid--muted .vid__sound { background: linear-gradient(135deg, var(--flame), var(--ember)); border-color: transparent; animation: soundPulse 2.2s ease-in-out infinite; }
.vid--muted .vid__sound:hover { animation: none; box-shadow: 0 8px 22px rgba(244,129,31,0.5); }
@keyframes soundPulse { 0%, 100% { box-shadow: 0 0 0 0 rgba(244,129,31,0.55); } 50% { box-shadow: 0 0 0 9px rgba(244,129,31,0); } }

/* ===== HERO ===== */
.hero {
  position: relative; min-height: 100vh; display: flex; align-items: center;
  background:
    radial-gradient(ellipse 70% 60% at 80% 110%, rgba(244,129,31,0.40) 0%, transparent 60%),
    radial-gradient(ellipse 50% 50% at 12% 0%, rgba(39,64,139,0.55) 0%, transparent 55%),
    linear-gradient(165deg, var(--ink) 0%, var(--ink-2) 55%, #1d2b5e 100%);
  overflow: hidden;
}
.hero::after { content: ''; position: absolute; inset: 0; background-image: radial-gradient(circle, rgba(255,255,255,0.10) 1px, transparent 1px), radial-gradient(circle, rgba(255,166,43,0.12) 1px, transparent 1px); background-size: 64px 64px, 124px 124px; background-position: 0 0, 32px 32px; animation: shimmer 7s ease-in-out infinite; }
@keyframes shimmer { 0%,100% { opacity: 0.5; } 50% { opacity: 0.95; } }
.hero__beam { position: absolute; top: -10%; right: 22%; width: 320px; height: 130%; background: linear-gradient(180deg, rgba(255,198,92,0.16) 0%, transparent 70%); transform: rotate(18deg); filter: blur(8px); pointer-events: none; }

.hero__grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 56px; align-items: center; padding-top: 90px; padding-bottom: 40px; }
.hero__content { max-width: 600px; }
.hero__eyebrow { color: var(--ember); font-size: 0.85rem; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; margin-bottom: 20px; opacity: 0; animation: fadeUp 0.8s 0.2s forwards; }
.hero__title { font-size: clamp(2.4rem, 4.6vw, 4rem); color: var(--white); margin-bottom: 26px; opacity: 0; animation: fadeUp 0.8s 0.4s forwards; }
.hero__verse { color: rgba(255,255,255,0.78); font-style: italic; font-size: 1.1rem; margin-bottom: 36px; padding-left: 20px; border-left: 3px solid var(--flame); opacity: 0; animation: fadeUp 0.8s 0.6s forwards; }
.hero__verse em { color: var(--ember); font-style: normal; }
.hero__actions { display: flex; gap: 16px; flex-wrap: wrap; opacity: 0; animation: fadeUp 0.8s 0.8s forwards; }
.hero__media { opacity: 0; animation: fadeUp 1s 0.6s forwards; }
.hero__media .vid { aspect-ratio: 4 / 5; max-height: 560px; margin-left: auto; }
.hero__scroll { position: absolute; bottom: 20px; left: 50%; transform: translateX(-50%); z-index: 3; display: block; padding: 8px; cursor: pointer; transition: var(--transition); }
.hero__scroll:hover { transform: translateX(-50%) translateY(3px); }
.hero__scroll span { display: block; width: 24px; height: 40px; border: 2px solid rgba(255,255,255,0.45); border-radius: 12px; position: relative; transition: border-color var(--transition); }
.hero__scroll:hover span { border-color: var(--ember); }
.hero__scroll span::before { content: ''; position: absolute; top: 6px; left: 50%; transform: translateX(-50%); width: 4px; height: 8px; background: var(--ember); border-radius: 2px; animation: scrollDot 1.8s infinite; }
@keyframes scrollDot { 0% { top: 6px; opacity: 1; } 100% { top: 22px; opacity: 0; } }
@keyframes fadeUp { from { opacity: 0; transform: translateY(28px); } to { opacity: 1; transform: translateY(0); } }

/* ===== SPLIT SECTIONS (texte | vidéo) ===== */
.split:nth-of-type(even) { background: var(--cream); }
.split { background: var(--white); }
.split__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.split--reverse .split__media { order: -1; }
.split__text .section__title { text-align: left; margin: 14px 0 18px; }
.split__text p { color: var(--text-light); margin-bottom: 16px; }
.split__text strong { color: var(--ink); font-weight: 600; }
.split__media .vid { aspect-ratio: 4 / 5; max-height: 600px; }

.meet-list { list-style: none; margin: 8px 0 20px; display: flex; flex-direction: column; gap: 14px; }
.meet-list li { display: flex; gap: 12px; align-items: flex-start; color: var(--text-light); font-size: 0.95rem; }
.meet-list li > span { font-size: 1.2rem; line-height: 1.4; flex-shrink: 0; }
.meet-list li div { line-height: 1.45; }
.meet-list strong { color: var(--ink); }
.meet-list small { display: block; color: var(--text-light); font-size: 0.82rem; margin-top: 1px; }

.chips { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 26px; }
.chip { font-size: 0.8rem; font-weight: 500; color: var(--flame); background: rgba(244,129,31,0.10); border: 1px solid rgba(244,129,31,0.22); padding: 5px 14px; border-radius: 999px; }
.chip--light { color: var(--white); background: rgba(255,255,255,0.12); border-color: rgba(255,255,255,0.25); }

/* ===== VALUES ===== */
.values { background: linear-gradient(165deg, var(--ink) 0%, var(--ink-2) 100%); }
.values__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.value-card { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.10); border-radius: var(--radius); padding: 30px 28px; transition: var(--transition); }
.value-card:hover { transform: translateY(-4px); background: rgba(255,255,255,0.09); border-color: rgba(244,129,31,0.4); }
.value-card__icon { font-size: 1.9rem; display: block; margin-bottom: 14px; }
.value-card h3 { color: var(--white); font-size: 1.18rem; margin-bottom: 8px; }
.value-card p { color: rgba(255,255,255,0.66); font-size: 0.92rem; }

/* ===== POLES ===== */
.poles { background: var(--cream); }
.poles__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.pole-card { background: var(--white); border-radius: var(--radius); padding: 34px 26px; text-align: center; box-shadow: var(--shadow); border: 1px solid rgba(244,129,31,0.10); transition: var(--transition); }
.pole-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); }
.pole-card__badge { width: 104px; height: 104px; margin: 0 auto 18px; object-fit: contain; transition: transform var(--transition); }
.pole-card:hover .pole-card__badge { transform: scale(1.06) rotate(-2deg); }
.pole-card h3 { color: var(--ink); font-size: 1.1rem; margin-bottom: 10px; }
.pole-card p { color: var(--text-light); font-size: 0.9rem; }

/* ===== CINEMA (full-width video) ===== */
.cinema { position: relative; min-height: 92vh; display: flex; align-items: center; overflow: hidden; background: var(--ink); }
.cinema__video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; transform: scale(1.05); animation: slowZoom 22s ease-in-out infinite alternate; }
.cinema__veil { position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, rgba(12,19,48,0.92) 0%, rgba(12,19,48,0.78) 45%, rgba(12,19,48,0.45) 100%); }
.cinema__content { position: relative; z-index: 2; max-width: 660px; padding-top: 80px; padding-bottom: 80px; }
.cinema__content h2 { font-size: clamp(2rem, 4vw, 3.2rem); color: var(--white); margin: 16px 0 18px; }
.cinema__content p { color: rgba(255,255,255,0.82); font-size: 1.05rem; margin-bottom: 22px; }
.cinema__tags { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 30px; }
.cinema__sound { position: absolute; bottom: 24px; right: 24px; z-index: 3; }

/* ===== VERSE CTA ===== */
.verse-cta { background: linear-gradient(135deg, var(--gold) 0%, var(--ember) 100%); padding: 72px 0; text-align: center; }
.verse-cta blockquote { font-family: 'Fraunces', serif; font-size: clamp(1.3rem, 2.5vw, 2rem); font-style: italic; color: var(--ink); max-width: 800px; margin: 0 auto; line-height: 1.5; }
.verse-cta cite { display: block; margin-top: 18px; font-style: normal; font-family: 'Inter', sans-serif; font-size: 0.85rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(12,19,48,0.6); }

/* ===== TESTIMONIALS ===== */
.testimonials { background: linear-gradient(165deg, var(--ink) 0%, var(--ink-2) 100%); }
.testimonials__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.testimonials__grid--two { grid-template-columns: repeat(2, 1fr); max-width: 940px; margin: 0 auto; }
.testimonial__verse { color: var(--ember); font-style: italic; font-size: 0.9rem; margin-bottom: 14px; padding-left: 14px; border-left: 2px solid var(--flame); }
.testimonial { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1); border-radius: var(--radius); padding: 32px 28px; transition: var(--transition); }
.testimonial:hover { background: rgba(255,255,255,0.09); transform: translateY(-3px); }
.testimonial__quote { font-family: 'Fraunces', serif; font-size: 3.4rem; color: var(--flame); line-height: 0.6; margin-bottom: 18px; }
.testimonial blockquote { color: rgba(255,255,255,0.82); font-size: 0.96rem; margin-bottom: 22px; font-style: italic; }
.testimonial__author { display: flex; align-items: center; gap: 12px; }
.avatar { width: 44px; height: 44px; border-radius: 50%; background: linear-gradient(135deg, var(--flame), var(--ember)); color: var(--white); display: flex; align-items: center; justify-content: center; font-weight: 600; flex-shrink: 0; }
.testimonial__author strong { display: block; color: var(--white); font-size: 0.95rem; }
.testimonial__author small { color: rgba(255,255,255,0.5); font-size: 0.8rem; }

/* ===== GALLERY (photos only) ===== */
.gallery-section { background: var(--white); }
.media__gallery { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 150px; gap: 14px; }
.gallery__item { padding: 0; border: none; cursor: pointer; border-radius: var(--radius); overflow: hidden; position: relative; background: var(--cream); box-shadow: var(--shadow); }
.gallery__item--tall { grid-row: span 2; }
.gallery__item img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.gallery__item::after { content: '🔍'; position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; font-size: 1.4rem; background: rgba(12,19,48,0); opacity: 0; transition: var(--transition); }
.gallery__item:hover img { transform: scale(1.08); }
.gallery__item:hover::after { background: rgba(12,19,48,0.35); opacity: 1; }

/* Lightbox */
.lightbox { position: fixed; inset: 0; z-index: 1000; background: rgba(8,12,30,0.92); display: flex; align-items: center; justify-content: center; padding: 32px; opacity: 0; visibility: hidden; transition: opacity 0.3s ease, visibility 0.3s ease; }
.lightbox.open { opacity: 1; visibility: visible; }
.lightbox img { max-width: 90vw; max-height: 86vh; border-radius: 10px; box-shadow: 0 20px 60px rgba(0,0,0,0.6); }
.lightbox__close { position: absolute; top: 24px; right: 32px; width: 48px; height: 48px; border-radius: 50%; background: rgba(255,255,255,0.1); color: var(--white); border: none; font-size: 2rem; line-height: 1; cursor: pointer; transition: var(--transition); z-index: 2; }
.lightbox__close:hover { background: var(--flame); }
.lightbox__nav { position: absolute; top: 50%; transform: translateY(-50%); width: 56px; height: 56px; border-radius: 50%; background: rgba(255,255,255,0.1); color: var(--white); border: 1px solid rgba(255,255,255,0.2); font-size: 2rem; line-height: 1; cursor: pointer; transition: var(--transition); z-index: 2; display: flex; align-items: center; justify-content: center; }
.lightbox__nav:hover { background: var(--flame); border-color: var(--flame); }
.lightbox__prev { left: 24px; }
.lightbox__next { right: 24px; }
.lightbox__counter { position: absolute; bottom: 24px; left: 50%; transform: translateX(-50%); color: rgba(255,255,255,0.8); font-size: 0.9rem; font-weight: 500; letter-spacing: 0.05em; z-index: 2; }
.lightbox--solo .lightbox__nav, .lightbox--solo .lightbox__counter { display: none; }

/* ===== SOCIAL MODAL ===== */
.modal { position: fixed; inset: 0; z-index: 1100; display: flex; align-items: center; justify-content: center; padding: 24px; opacity: 0; visibility: hidden; transition: opacity 0.3s ease, visibility 0.3s ease; }
.modal.open { opacity: 1; visibility: visible; }
.modal__backdrop { position: absolute; inset: 0; background: rgba(8,12,30,0.86); backdrop-filter: blur(4px); }
.modal__box { position: relative; z-index: 2; width: 100%; max-width: 440px; background: var(--white); border-radius: 20px; padding: 40px 34px; text-align: center; box-shadow: var(--shadow-lg); transform: translateY(16px); transition: transform 0.3s ease; }
.modal.open .modal__box { transform: translateY(0); }
.modal__box h3 { font-size: 1.5rem; color: var(--ink); margin-bottom: 8px; }
.modal__box > p { color: var(--text-light); font-size: 0.95rem; margin-bottom: 24px; }
.modal__close { position: absolute; top: 14px; right: 16px; width: 38px; height: 38px; border-radius: 50%; background: var(--cream); border: none; font-size: 1.5rem; line-height: 1; color: var(--text-light); cursor: pointer; transition: var(--transition); }
.modal__close:hover { background: var(--flame); color: var(--white); }
.social-cta { display: flex; align-items: center; justify-content: center; gap: 10px; padding: 15px; border-radius: 12px; font-weight: 600; margin-bottom: 12px; transition: var(--transition); }
.social-cta svg { width: 22px; height: 22px; }
.social-cta--ig { background: linear-gradient(45deg, #f09433, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888); color: var(--white); font-size: 1.05rem; box-shadow: 0 8px 22px rgba(220,39,67,0.35); }
.social-cta--ig:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(220,39,67,0.45); }
.social-cta--ig .badge { font-size: 0.7rem; font-weight: 600; background: rgba(255,255,255,0.25); padding: 2px 8px; border-radius: 999px; margin-left: 4px; }
.social-cta--tt { background: var(--ink); color: var(--white); }
.social-cta--tt:hover { transform: translateY(-2px); background: #000; }
.modal__soon { color: var(--text-light); font-size: 0.82rem; font-style: italic; margin-top: 16px; }

/* ===== HISTOIRE (timeline) ===== */
.story-hero { position: relative; overflow: hidden; padding: 150px 0 84px; background: radial-gradient(ellipse 60% 60% at 85% 110%, rgba(244,129,31,0.40) 0%, transparent 60%), radial-gradient(ellipse 50% 50% at 10% 0%, rgba(39,64,139,0.5) 0%, transparent 55%), linear-gradient(165deg, var(--ink) 0%, var(--ink-2) 100%); }
.story-hero__content { position: relative; z-index: 2; max-width: 760px; }
.story-hero h1 { font-size: clamp(2.4rem, 5vw, 3.8rem); color: var(--white); margin: 16px 0 18px; }
.story-hero p { color: rgba(255,255,255,0.8); font-size: 1.12rem; }

.story-intro { background: var(--cream); }
.story-intro__grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 60px; align-items: center; }
.story-intro__text .section__title { text-align: left; margin: 12px 0 16px; }
.story-intro__text p { color: var(--text-light); margin-bottom: 16px; }
.story-intro__text strong { color: var(--ink); }
.story-intro__media img { width: 100%; border-radius: 18px; box-shadow: var(--shadow-lg); cursor: pointer; transition: transform 0.4s ease; }
.story-intro__media img:hover { transform: scale(1.02); }

.timeline-section { background: var(--white); }
.timeline { position: relative; max-width: 820px; margin: 0 auto; padding: 10px 0; }
.timeline::before { content: ''; position: absolute; left: 50%; top: 0; bottom: 0; width: 2px; background: linear-gradient(180deg, var(--flame), var(--ember)); transform: translateX(-50%); }
.tl-item { position: relative; width: 50%; padding: 0 38px 44px; }
.tl-item:nth-child(odd) { left: 0; text-align: right; }
.tl-item:nth-child(even) { left: 50%; text-align: left; }
.tl-item::after { content: ''; position: absolute; top: 4px; width: 16px; height: 16px; border-radius: 50%; background: var(--flame); border: 3px solid var(--white); box-shadow: 0 0 0 3px rgba(244,129,31,0.3); }
.tl-item:nth-child(odd)::after { right: -8px; }
.tl-item:nth-child(even)::after { left: -8px; }
.tl-year { display: inline-block; font-family: 'Fraunces', serif; font-size: 1.3rem; font-weight: 600; color: var(--flame); margin-bottom: 6px; }
.tl-item h3 { color: var(--ink); font-size: 1.2rem; margin-bottom: 6px; }
.tl-item p { color: var(--text-light); font-size: 0.92rem; }

.story-gallery { background: var(--cream); }
.story-intro__note { color: var(--text-light); font-size: 0.85rem; margin-top: 8px; }
.story-join { background: var(--white); text-align: center; }
.story-join__inner { max-width: 620px; margin: 0 auto; }
.story-join__inner .section__title { margin-bottom: 14px; }
.story-join__inner > p { color: var(--text-light); margin-bottom: 26px; }
.btn--ink { border: 2px solid rgba(12,19,48,0.25); color: var(--ink); background: transparent; }
.btn--ink:hover { background: var(--ink); color: var(--white); transform: translateY(-2px); }

/* Story narrative */
.story-narrative { background: var(--white); }
.story-narrative__inner { max-width: 760px; margin: 0 auto; }
.story-narrative__h { color: var(--ink); font-size: 1.45rem; margin: 34px 0 12px; }
.story-narrative__inner > p { color: var(--text-light); margin-bottom: 16px; }
.story-narrative__inner strong { color: var(--ink); font-weight: 600; }
.story-narrative__photo { display: block; width: 100%; height: 340px; object-fit: cover; border-radius: var(--radius); margin: 28px 0; box-shadow: var(--shadow-lg); cursor: pointer; transition: transform 0.4s ease; }
.story-narrative__photo:hover { transform: scale(1.01); }
.story-pullquote { font-family: 'Fraunces', serif; font-size: 1.5rem; font-style: italic; color: var(--ink); text-align: left; margin: 30px 0; padding: 22px 26px; border-left: 3px solid var(--flame); background: var(--cream); border-radius: 0 var(--radius) var(--radius) 0; line-height: 1.45; }
.story-pullquote cite { display: block; margin-top: 12px; font-style: normal; font-family: 'Inter', sans-serif; font-size: 0.8rem; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; color: var(--flame); }
.story-pullquote--verse { font-size: 1.15rem; }

/* ===== STUB / "À VENIR" PAGES ===== */
.stub { position: relative; overflow: hidden; min-height: 86vh; display: flex; align-items: center; text-align: center; padding: 150px 0 90px; background: radial-gradient(ellipse 60% 60% at 80% 110%, rgba(244,129,31,0.35) 0%, transparent 60%), linear-gradient(165deg, var(--ink) 0%, var(--ink-2) 100%); }
.stub__content { position: relative; z-index: 2; max-width: 640px; margin: 0 auto; }
.stub__icon { font-size: 3.4rem; display: block; margin-bottom: 18px; }
.stub h1 { font-size: clamp(2.2rem, 4.6vw, 3.4rem); color: var(--white); margin-bottom: 18px; }
.stub p { color: rgba(255,255,255,0.78); font-size: 1.08rem; margin-bottom: 16px; }
.stub__soon { display: inline-block; margin-bottom: 26px; background: rgba(244,129,31,0.18); color: var(--ember); font-weight: 600; font-size: 0.8rem; letter-spacing: 0.12em; text-transform: uppercase; padding: 7px 18px; border-radius: 999px; }
.stub__list { list-style: none; text-align: left; max-width: 420px; margin: 0 auto 30px; display: flex; flex-direction: column; gap: 10px; }
.stub__list li { color: rgba(255,255,255,0.85); padding-left: 28px; position: relative; }
.stub__list li::before { content: '✦'; position: absolute; left: 0; color: var(--ember); }
.stub__actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* ===== RESPONSIVE ===== */

/* ===== CONTACT ===== */
.contact { background: var(--cream); }
.contact__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: start; }
.contact__info .section__title { text-align: left; margin: 14px 0; }
.contact__info > p { color: var(--text-light); margin-bottom: 32px; }
.contact__details { display: flex; flex-direction: column; gap: 20px; }
.contact__item { display: flex; gap: 16px; align-items: flex-start; }
.contact__item > span { font-size: 1.35rem; flex-shrink: 0; margin-top: 2px; }
.contact__item strong { display: block; color: var(--ink); font-weight: 600; margin-bottom: 3px; }
.contact__item p { color: var(--text-light); font-size: 0.9rem; }
.contact__item a { color: var(--flame); }
.contact__form { background: var(--white); border-radius: var(--radius); padding: 40px; box-shadow: var(--shadow); }
.contact__form h3 { font-size: 1.3rem; color: var(--ink); margin-bottom: 26px; }
.form-group { margin-bottom: 18px; }
.form-group label { display: block; font-size: 0.85rem; font-weight: 600; color: var(--text); margin-bottom: 6px; }
.form-group label .opt { font-weight: 400; color: var(--text-light); }
.form-group input, .form-group textarea, .form-group select { width: 100%; padding: 12px 16px; border: 1.5px solid rgba(0,0,0,0.12); border-radius: 9px; font-family: 'Inter', sans-serif; font-size: 0.95rem; color: var(--text); background: var(--white); transition: var(--transition); outline: none; resize: vertical; }
.form-group input:focus, .form-group textarea:focus, .form-group select:focus { border-color: var(--flame); box-shadow: 0 0 0 3px rgba(244,129,31,0.15); }
.form-success { text-align: center; padding: 24px; background: rgba(244,129,31,0.1); border: 1px solid rgba(244,129,31,0.3); border-radius: 9px; color: var(--ink); font-weight: 500; }
.hp-field { position: absolute; left: -9999px; opacity: 0; height: 0; overflow: hidden; }

/* ===== FOOTER ===== */
.footer { background: var(--ink); padding: 56px 0 34px; }
.footer__inner { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 22px; }
.footer__emblem { width: 56px; height: 56px; object-fit: contain; margin-bottom: 4px; filter: drop-shadow(0 2px 10px rgba(244,129,31,0.4)); }
.footer__brand .logo__text { font-family: 'Fraunces', serif; font-size: 1.5rem; color: var(--white); }
.footer__brand p { color: rgba(255,255,255,0.5); font-size: 0.85rem; margin-top: 2px; }
.footer__videos { margin-top: 4px; }
.socials { display: flex; gap: 14px; }
.social { width: 46px; height: 46px; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,0.85); background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.12); transition: var(--transition); }
.social:hover { background: linear-gradient(135deg, var(--flame), var(--ember)); color: var(--white); transform: translateY(-3px); border-color: transparent; }
.footer__links { display: flex; gap: 22px; flex-wrap: wrap; justify-content: center; }
.footer__links a { color: rgba(255,255,255,0.6); font-size: 0.9rem; transition: var(--transition); }
.footer__links a:hover { color: var(--ember); }
.footer__email a { color: var(--ember); font-size: 0.85rem; }
.footer__email a:hover { color: var(--gold); }
.footer__copy { color: rgba(255,255,255,0.32); font-size: 0.8rem; font-style: italic; }

/* ===== DONATION PAGE ===== */
.header--solid { background: rgba(12,19,48,0.95); backdrop-filter: blur(8px); box-shadow: 0 2px 24px rgba(0,0,0,0.35); }

.don-hero {
  position: relative; overflow: hidden;
  padding: 150px 0 84px;
  background:
    radial-gradient(ellipse 60% 60% at 85% 110%, rgba(244,129,31,0.40) 0%, transparent 60%),
    radial-gradient(ellipse 50% 50% at 10% 0%, rgba(39,64,139,0.5) 0%, transparent 55%),
    linear-gradient(165deg, var(--ink) 0%, var(--ink-2) 100%);
}
.don-hero__beam { position: absolute; top: -10%; right: 18%; width: 280px; height: 130%; background: linear-gradient(180deg, rgba(255,198,92,0.16) 0%, transparent 70%); transform: rotate(18deg); filter: blur(8px); }
.don-hero__content { position: relative; z-index: 2; max-width: 720px; }
.don-hero h1 { font-size: clamp(2.4rem, 5vw, 3.6rem); color: var(--white); margin: 16px 0 18px; }
.don-hero p { color: rgba(255,255,255,0.8); font-size: 1.1rem; margin-bottom: 26px; }
.don-hero__verse { font-family: 'Fraunces', serif; font-style: italic; font-size: 1.15rem; color: var(--ember); border-left: 3px solid var(--flame); padding-left: 20px; margin-bottom: 30px; line-height: 1.5; }
.don-hero__verse cite { display: block; margin-top: 10px; font-style: normal; font-family: 'Inter', sans-serif; font-size: 0.8rem; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: rgba(255,255,255,0.55); }

.give-why { background: var(--white); }
.give-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.give-card { background: var(--cream); border: 1px solid rgba(244,129,31,0.14); border-radius: var(--radius); padding: 30px 26px; text-align: center; transition: var(--transition); }
.give-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.give-card__icon { font-size: 2rem; display: block; margin-bottom: 14px; }
.give-card h3 { color: var(--ink); font-size: 1.15rem; margin-bottom: 8px; }
.give-card p { color: var(--text-light); font-size: 0.9rem; }
/* Detailed "À quoi servent vos dons" */
.give-why__inner { max-width: 780px; margin: 0 auto; }
.give-lead { font-family: 'Fraunces', serif; font-size: 1.3rem; font-style: italic; color: var(--ink); text-align: center; margin-bottom: 26px; line-height: 1.5; }
.give-p { color: var(--text-light); margin-bottom: 16px; }
.give-p strong { color: var(--ink); }
.give-banner { display: block; width: 100%; height: 300px; object-fit: cover; border-radius: var(--radius); margin: 30px 0; box-shadow: var(--shadow-lg); }
.give-sub { color: var(--ink); font-size: 1.15rem; margin: 26px 0 14px; }
.give-fund { list-style: none; display: grid; gap: 12px; margin-bottom: 28px; }
.give-fund li { display: flex; gap: 12px; align-items: flex-start; color: var(--text); font-size: 0.96rem; background: var(--cream); border: 1px solid rgba(244,129,31,0.14); border-radius: 10px; padding: 12px 16px; }
.give-fund li span { font-size: 1.15rem; flex-shrink: 0; }
.give-highlight { background: linear-gradient(150deg, var(--ink), var(--ink-2)); border-radius: var(--radius); padding: 32px 30px; margin: 30px 0; box-shadow: var(--shadow-lg); }
.give-highlight__tag { display: inline-block; background: rgba(244,129,31,0.2); color: var(--ember); font-size: 0.72rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; padding: 5px 14px; border-radius: 999px; margin-bottom: 12px; }
.give-highlight h3 { color: var(--white); font-size: 1.35rem; margin-bottom: 12px; }
.give-highlight p { color: rgba(255,255,255,0.82); font-size: 0.96rem; margin-bottom: 10px; }
.give-highlight strong { color: var(--ember); }
.give-verse { font-family: 'Fraunces', serif; font-size: 1.2rem; font-style: italic; color: var(--ink); text-align: center; margin-top: 30px; padding: 0 20px; line-height: 1.5; }
.give-verse cite { display: block; margin-top: 12px; font-style: normal; font-family: 'Inter', sans-serif; font-size: 0.8rem; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: var(--flame); }

.amounts-section { background: var(--cream); }
.amounts { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; max-width: 920px; margin: 0 auto; }
.amount-card { background: var(--white); border: 2px solid rgba(244,129,31,0.16); border-radius: var(--radius); padding: 32px 20px; text-align: center; transition: var(--transition); }
.amount-card:hover { transform: translateY(-4px); border-color: var(--flame); box-shadow: var(--shadow-lg); }
.amount-card--featured { border-color: var(--flame); background: linear-gradient(160deg, #fff, #fff5ea); }
.amount-card__value { display: block; font-family: 'Fraunces', serif; font-size: 2.2rem; font-weight: 600; color: var(--flame); }
.amount-card__note { display: block; margin-top: 6px; font-size: 0.82rem; color: var(--text-light); }

.methods-section { background: linear-gradient(165deg, var(--ink) 0%, var(--ink-2) 100%); }
.methods { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.methods--two { grid-template-columns: repeat(2, 1fr); max-width: 720px; margin: 0 auto; }
.method-card { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.10); border-radius: var(--radius); padding: 36px 30px; text-align: center; display: flex; flex-direction: column; align-items: center; gap: 6px; transition: var(--transition); }
.method-card:hover { background: rgba(255,255,255,0.08); border-color: rgba(244,129,31,0.4); }
.method-card__icon { font-size: 2.2rem; margin-bottom: 8px; }
.method-card h3 { color: var(--white); font-size: 1.25rem; }
.method-card p { color: rgba(255,255,255,0.7); font-size: 0.92rem; margin-bottom: 14px; }
.method-card .btn { margin-top: auto; }
.method-card__hint { color: rgba(255,255,255,0.4); font-size: 0.75rem; font-style: italic; margin-top: 10px; }
.iban { background: rgba(255,255,255,0.06); border: 1px dashed rgba(255,255,255,0.25); border-radius: 9px; padding: 12px 16px; margin-bottom: 4px; }
.iban span { display: block; font-size: 0.72rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ember); margin-bottom: 3px; }
.iban strong { color: var(--white); font-size: 0.95rem; letter-spacing: 0.04em; }

.give-contact { background: var(--white); text-align: center; }
.give-contact__inner { max-width: 640px; margin: 0 auto; }
.give-contact__inner > p { color: var(--text-light); margin-bottom: 26px; }
.give-contact__items { display: flex; flex-direction: column; gap: 12px; align-items: center; margin-bottom: 28px; }
.give-contact__item { background: var(--cream); border: 1px solid rgba(244,129,31,0.18); border-radius: 999px; padding: 12px 24px; font-weight: 500; color: var(--ink); transition: var(--transition); }
.give-contact__item:hover { border-color: var(--flame); color: var(--flame); transform: translateY(-2px); }
.give-contact__thanks { color: var(--flame); font-weight: 500; font-style: italic; }

/* ===== RESPONSIVE ===== */
@media (max-width: 980px) {
  .hero__grid { grid-template-columns: 1fr; gap: 36px; }
  .hero__media { max-width: 420px; }
  .hero__media .vid { max-height: 460px; }
  .split__grid, .contact__grid { grid-template-columns: 1fr; gap: 40px; }
  .split--reverse .split__media { order: 0; }
  .split__media { max-width: 460px; }
  .split__text .section__title, .contact__info .section__title { text-align: left; }
  .values__grid, .poles__grid { grid-template-columns: repeat(2, 1fr); }
  .testimonials__grid { grid-template-columns: 1fr; }
  .media__gallery { grid-template-columns: repeat(2, 1fr); }
  .cinema__veil { background: linear-gradient(180deg, rgba(12,19,48,0.78) 0%, rgba(12,19,48,0.6) 100%); }
  .give-grid, .amounts { grid-template-columns: repeat(2, 1fr); }
  .methods { grid-template-columns: 1fr; }
  .story-intro__grid { grid-template-columns: 1fr; gap: 36px; }
  .story-intro__media { max-width: 480px; }
}

@media (max-width: 768px) {
  .section { padding: 72px 0; }
  .nav { position: fixed; top: 74px; left: 0; right: 0; background: var(--ink); flex-direction: column; align-items: stretch; padding: 20px; gap: 2px; transform: translateY(-130%); transition: transform var(--transition); box-shadow: 0 12px 32px rgba(0,0,0,0.4); }
  .nav.open { transform: translateY(0); }
  .nav__link { padding: 13px 16px; border-radius: 8px; }
  .nav__link--cta { margin: 6px 0 0; text-align: center; }
  .burger { display: flex; }
  .timeline::before { left: 19px; }
  .tl-item { width: 100%; left: 0 !important; text-align: left !important; padding: 0 0 36px 50px; }
  .tl-item::after { left: 11px !important; right: auto !important; }
  .lightbox__nav { width: 46px; height: 46px; font-size: 1.6rem; }
  .lightbox__prev { left: 10px; }
  .lightbox__next { right: 10px; }
}

@media (max-width: 560px) {
  .hero__actions { flex-direction: column; }
  .btn { text-align: center; }
  .hero__media, .split__media { max-width: 100%; }
  .values__grid, .poles__grid { grid-template-columns: 1fr; }
  .media__gallery { grid-template-columns: repeat(2, 1fr); }
  .contact__form { padding: 28px 20px; }
  .give-grid, .amounts { grid-template-columns: 1fr; }
}
