:root {
  --black: #090909;
  --ink: #111111;
  --paper: #e7e3dc;
  --paper-2: #d6d1ca;
  --red: #d2171d;
  --red-deep: #8e0f14;
  --line: rgba(231, 227, 220, .35);
  --max: 1500px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--paper);
  background: var(--black);
  font-family: "Arial Narrow", "Roboto Condensed", Arial, sans-serif;
  overflow-x: hidden;
}
body.modal-open { overflow: hidden; }
button, input, select { font: inherit; }
button { cursor: pointer; }
a { color: inherit; }

.noise {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 100;
  opacity: .08;
  background-image:
    radial-gradient(circle at 20% 30%, #fff 0 .5px, transparent .8px),
    radial-gradient(circle at 70% 80%, #fff 0 .45px, transparent .8px);
  background-size: 6px 7px, 8px 9px;
  mix-blend-mode: overlay;
}

.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 clamp(22px, 4vw, 70px);
  z-index: 50;
  mix-blend-mode: difference;
}
.brand {
  display: flex;
  align-items: center;
  height: 44px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 16px;
  letter-spacing: .12em;
  line-height: 1;
  color: #fff;
  white-space: nowrap;
  transition: opacity .3s ease;
}
.brand:hover { opacity: .7; }
.menu-toggle {
  display: none;
  border: 0;
  background: transparent;
  width: 44px;
  height: 44px;
  padding: 10px;
}
.menu-toggle span { display: block; height: 3px; background: #fff; margin: 5px 0; }
.site-nav { display: flex; align-items: center; gap: 34px; }
.site-nav a, .site-nav button {
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: .12em;
  font-size: 16px;
  font-weight: 900;
  color: #fff;
  border: 0;
  background: transparent;
  padding: 6px 0;
}
.site-nav a:hover, .site-nav button:hover { opacity: .7; }
.nav-book { border-bottom: 2px solid #fff !important; padding: 8px 0; }

.hero {
  min-height: 100svh;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: var(--black);
  display: flex;
}
.hero-copy {
  padding: clamp(130px, 15vh, 190px) clamp(28px, 5.5vw, 110px) 80px;
  width: 100%;
  max-width: 900px;
  min-width: 0;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.eyebrow, .section-kicker {
  text-transform: uppercase;
  letter-spacing: .24em;
  font-size: 12px;
  font-weight: 700;
}
.eyebrow { color: var(--red); margin: 0 0 24px; }
.hero h1 {
  margin: 0;
  text-transform: uppercase;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(64px, 7.4vw, 138px);
  line-height: .94;
  letter-spacing: -.015em;
  max-width: 7ch;
}
.hero h1 span, .hero h1 strong { display: block; font-weight: 900; }
.hero h1 span:nth-child(3) { margin-top: .08em; }
.hero h1 strong:nth-child(2) { color: var(--red); }
.subtitle {
  color: var(--red);
  text-transform: uppercase;
  letter-spacing: .18em;
  font-weight: 700;
  font-size: clamp(16px, 1.3vw, 25px);
  margin: 28px 0 30px;
}
.facts { display: flex; flex-wrap: wrap; gap: 10px; }
.facts div {
  --chip-line: rgba(231, 227, 220, .55);
  border: 1px solid var(--chip-line);
  padding: 11px 18px;
  text-transform: uppercase;
  letter-spacing: .07em;
  font-size: 12px;
  font-weight: 700;
  clip-path: polygon(10px 0, calc(100% - 10px) 0, 100% 10px, 100% calc(100% - 10px), calc(100% - 10px) 100%, 10px 100%, 0 calc(100% - 10px), 0 10px);
  background:
    linear-gradient(135deg, transparent calc(50% - .8px), var(--chip-line) calc(50% - .8px) calc(50% + .8px), transparent calc(50% + .8px)) top left / 10px 10px no-repeat,
    linear-gradient(45deg, transparent calc(50% - .8px), var(--chip-line) calc(50% - .8px) calc(50% + .8px), transparent calc(50% + .8px)) top right / 10px 10px no-repeat,
    linear-gradient(45deg, transparent calc(50% - .8px), var(--chip-line) calc(50% - .8px) calc(50% + .8px), transparent calc(50% + .8px)) bottom left / 10px 10px no-repeat,
    linear-gradient(135deg, transparent calc(50% - .8px), var(--chip-line) calc(50% - .8px) calc(50% + .8px), transparent calc(50% + .8px)) bottom right / 10px 10px no-repeat;
}
.facts span { color: var(--red); margin-right: 6px; }
.facts .fact-red { --chip-line: rgba(210, 23, 29, .85); color: var(--red); }
.primary-cta, .inverted-cta {
  margin-top: 28px;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 28px;
  text-transform: uppercase;
  letter-spacing: .14em;
  font-weight: 900;
  font-size: 19px;
}
.primary-cta {
  color: var(--black);
  background: var(--red);
  width: min(100%, 430px);
  clip-path: polygon(14px 0, calc(100% - 14px) 0, 100% 14px, 100% calc(100% - 14px), calc(100% - 14px) 100%, 14px 100%, 0 calc(100% - 14px), 0 14px);
  position: relative;
  transition: background .2s ease;
}
.primary-cta::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .16;
  background-image:
    radial-gradient(circle at 12% 40%, #000 0 1px, transparent 2px),
    radial-gradient(circle at 55% 75%, #000 0 1.4px, transparent 2.4px),
    radial-gradient(circle at 85% 20%, #000 0 1px, transparent 2px);
  background-size: 34px 23px, 47px 31px, 29px 37px;
}
.primary-cta:hover { background: #f02a30; }

/* Tout le bloc visuel (église, dalle rouge, miroir, sceau) en fond du hero, ancré à droite. */
.hero-art {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 0;
  overflow: hidden;
  background: var(--black);
  pointer-events: none;
}
.hero-poster {
  position: absolute;
  inset: 0;
  display: block;
}
.hero-poster img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: 50% 50%;
}
.hero-poster::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(9, 9, 9, .18) 0%, rgba(9, 9, 9, .08) 44%, rgba(9, 9, 9, .34) 100%),
    radial-gradient(ellipse at 72% 54%, transparent 34%, rgba(0, 0, 0, .32) 100%);
}
.hero-mirror {
  position: absolute;
  right: clamp(14px, 4vw, 76px);
  bottom: max(-28vh, -260px);
  width: clamp(210px, 24vw, 420px);
  z-index: 1;
  filter: drop-shadow(0 28px 44px rgba(0, 0, 0, .62));
}
.hero-mirror img {
  width: 100%;
  height: auto;
  display: block;
}
.church-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 18%;
  filter: grayscale(1) contrast(1.25);
  mix-blend-mode: multiply;
}
.red-slab {
  position: absolute;
  width: 45%;
  height: 58%;
  right: 7%;
  top: 4%;
  background: var(--red);
  transform: rotate(-7deg);
  z-index: -1;
}
.mirror-shell {
  position: absolute;
  right: 5%;
  bottom: -2%;
  width: min(64%, 620px);
  height: 67%;
  overflow: hidden;
  border-radius: 46% 46% 8px 8px;
  box-shadow: 0 25px 70px rgba(0,0,0,.5);
  background: #111;
}
.mirror-shell img { width: 100%; height: 100%; object-fit: cover; object-position: 55% 45%; filter: grayscale(1) contrast(1.35); }
.mirror-scratch {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(8deg, transparent 0 43%, rgba(235,231,224,.84) 45% 48%, transparent 51%),
    linear-gradient(-11deg, transparent 0 52%, rgba(235,231,224,.62) 54% 56%, transparent 59%);
  mix-blend-mode: screen;
  opacity: .45;
}
.art-caption {
  position: absolute;
  right: 26px;
  top: 50%;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  color: var(--black);
  font-weight: 900;
  letter-spacing: .16em;
  font-size: 11px;
}
.scroll-hint {
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
  text-transform: uppercase;
  letter-spacing: .16em;
  font-size: 10px;
  color: rgba(231,227,220,.6);
}

.section-dark { background: var(--black); }
.manifesto, .practical, .faq { padding: 110px clamp(24px, 6vw, 110px); }
.section-kicker { color: var(--red); margin-bottom: 42px; }
.manifesto-grid, .practical-grid {
  max-width: var(--max);
  margin: auto;
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: clamp(50px, 8vw, 150px);
  align-items: start;
}
.manifesto h2, .practical h2, .booking-preview h2, .faq h2 {
  margin: 0;
  font-size: clamp(46px, 6.6vw, 104px);
  line-height: .98;
  text-transform: uppercase;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  letter-spacing: -.01em;
}
.manifesto-copy { max-width: 680px; }
.manifesto-copy p, .practical-intro p {
  font-family: Georgia, serif;
  font-size: clamp(20px, 2vw, 32px);
  line-height: 1.45;
  margin: 0 0 28px;
  color: var(--paper-2);
}
.text-link {
  border: 0;
  border-bottom: 1px solid var(--red);
  color: var(--paper);
  background: transparent;
  padding: 10px 0;
  text-transform: uppercase;
  letter-spacing: .14em;
  font-weight: 700;
}
.text-link span { color: var(--red); margin-left: 12px; }

.experience-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.experience-cards article {
  min-height: 420px;
  padding: 54px clamp(24px, 4vw, 66px);
  border-right: 1px solid var(--line);
  display: flex;
  flex-direction: column;
}
.experience-cards article:last-child { border-right: 0; }
.card-number { color: var(--red); font-weight: 900; letter-spacing: .12em; }
.experience-cards h3 { font-size: clamp(38px, 4.6vw, 68px); text-transform: uppercase; margin: auto 0 18px; line-height: .98; }
.experience-cards p { font-family: Georgia, serif; font-size: 18px; line-height: 1.55; max-width: 38ch; color: var(--paper-2); }

.visual-break {
  min-height: 760px;
  display: grid;
  grid-template-columns: 40% 60%;
  background: var(--paper);
  color: var(--black);
}
.visual-copy { padding: clamp(60px, 8vw, 120px); display: flex; flex-direction: column; justify-content: space-between; }
.visual-copy span { text-transform: uppercase; letter-spacing: .18em; font-weight: 900; color: var(--red); }
.visual-copy strong { font-family: Georgia, serif; font-weight: 400; font-size: clamp(42px, 6vw, 92px); line-height: .95; }
.visual-image {
  background:
    linear-gradient(90deg, rgba(0,0,0,.06), transparent 35%),
    url("assets/portrait.jpg") center/cover no-repeat;
  filter: grayscale(1) contrast(1.15);
}

.practical { background: #111; }
.practical-intro p { margin-top: 35px; font-size: clamp(18px, 1.7vw, 27px); }
.practical dl { margin: 0; border-top: 1px solid var(--line); }
.practical dl div { display: grid; grid-template-columns: 1fr 1.25fr; gap: 25px; padding: 21px 0; border-bottom: 1px solid var(--line); }
.practical dt { text-transform: uppercase; letter-spacing: .12em; color: var(--red); font-weight: 900; }
.practical dd { margin: 0; font-family: Georgia, serif; font-size: 20px; }

.section-red { background: var(--red); color: var(--black); }
.booking-preview {
  padding: 80px clamp(24px, 6vw, 110px);
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 50px;
}
.booking-preview .section-kicker { color: var(--black); margin-bottom: 18px; }
.inverted-cta { background: var(--black); color: var(--paper); width: min(100%, 360px); }

.faq { background: var(--paper); color: var(--black); }
.faq h2 { max-width: 950px; margin-bottom: 50px; }
.faq-list { max-width: 1100px; margin-left: auto; border-top: 2px solid var(--black); }
.faq details { border-bottom: 1px solid rgba(0,0,0,.3); }
.faq summary { list-style: none; padding: 27px 0; font-size: clamp(22px, 2vw, 30px); font-weight: 900; text-transform: uppercase; cursor: pointer; display: flex; justify-content: space-between; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; color: var(--red); }
.faq details[open] summary::after { content: "−"; }
.faq details p { font-family: Georgia, serif; font-size: 19px; line-height: 1.55; max-width: 760px; padding: 0 0 28px; margin: 0; }

footer { padding: 42px clamp(24px, 6vw, 110px); display: flex; align-items: center; gap: 30px; border-top: 1px solid var(--line); }
.footer-mark { border: 1px solid var(--red); color: var(--red); padding: 13px; font-weight: 900; letter-spacing: .2em; }
footer p { margin: 0; color: var(--paper-2); }
footer button { margin-left: auto; border: 0; color: var(--paper); background: transparent; border-bottom: 1px solid var(--red); text-transform: uppercase; letter-spacing: .14em; padding: 10px 0; }

.booking-modal[hidden] { display: none; }
.booking-modal { position: fixed; inset: 0; z-index: 90; display: grid; place-items: center; padding: 20px; }
.booking-backdrop { position: absolute; inset: 0; background: rgba(0,0,0,.82); backdrop-filter: blur(10px); }
.booking-panel {
  width: min(680px, 100%);
  max-height: calc(100vh - 40px);
  overflow: auto;
  position: relative;
  background: var(--paper);
  color: var(--black);
  padding: clamp(28px, 5vw, 58px);
  box-shadow: 0 30px 100px rgba(0,0,0,.7);
}
.booking-panel h2 { font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; text-transform: uppercase; font-size: clamp(40px, 6vw, 70px); line-height: .98; margin: 0 0 18px; }
.modal-close { position: absolute; top: 16px; right: 18px; border: 0; background: transparent; font-size: 34px; }
.modal-intro { font-family: Georgia, serif; color: #444; }
.booking-panel form { display: grid; gap: 22px; margin-top: 30px; }
.booking-panel label, .booking-panel legend { text-transform: uppercase; letter-spacing: .1em; font-weight: 900; font-size: 13px; }
.booking-panel select, .booking-panel input[type="number"] { width: 100%; margin-top: 10px; border: 1px solid #888; background: transparent; padding: 14px; }
.booking-panel fieldset { border: 0; padding: 0; margin: 0; }
.slots { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; margin-top: 10px; }
.slots input { position: absolute; opacity: 0; }
.slots span { display: block; border: 1px solid #777; padding: 13px 8px; text-align: center; }
.slots input:checked + span { background: var(--red); color: #fff; border-color: var(--red); }
.price-line { display: flex; justify-content: space-between; align-items: center; border-top: 2px solid var(--black); padding-top: 18px; text-transform: uppercase; }
.price-line strong { font-size: 30px; }
.modal-submit { width: 100%; margin-top: 0; }
.form-status { min-height: 1.4em; margin: 0; color: var(--red-deep); font-weight: 700; }

/* ---------- Finitions maquette ---------- */

.grain {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 99;
  background: radial-gradient(ellipse at center, transparent 55%, rgba(0, 0, 0, .38) 100%);
}

.title-dash {
  display: inline-block;
  width: .55em;
  height: .09em;
  background: var(--red);
  vertical-align: .28em;
  margin-left: .22em;
}

.seal {
  position: absolute;
  left: 6%;
  bottom: 5%;
  width: clamp(90px, 10vw, 150px);
  color: var(--red);
  fill: currentColor;
  opacity: .92;
  filter: drop-shadow(0 4px 14px rgba(0,0,0,.35));
}
.seal-text { transform-origin: 60px 60px; animation: seal-spin 26s linear infinite; }
@keyframes seal-spin { to { transform: rotate(360deg); } }
@media (prefers-reduced-motion: reduce) { .seal-text { animation: none; } }

.hero-countdown {
  margin: 26px 0 0;
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: 12px;
  color: rgba(231, 227, 220, .75);
}
.hero-countdown strong { color: var(--red); font-size: 14px; margin-left: 6px; }

/* ---------- Section Halloween Toulouse (SEO) ---------- */
.halloween-seo { background: var(--black); padding: 110px clamp(24px, 6vw, 110px); border-top: 1px solid var(--line); }
.halloween-grid {
  max-width: var(--max);
  margin: auto;
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: clamp(50px, 7vw, 130px);
  align-items: center;
}
.halloween-figure { margin: 0; position: relative; }
.halloween-figure img { width: 100%; height: auto; display: block; box-shadow: 0 25px 70px rgba(0,0,0,.55); }
.halloween-figure figcaption {
  margin-top: 14px;
  text-transform: uppercase;
  letter-spacing: .18em;
  font-size: 11px;
  color: rgba(231, 227, 220, .55);
}
.halloween-copy h2 {
  margin: 0 0 34px;
  font-size: clamp(36px, 4.2vw, 62px);
  line-height: 1;
  text-transform: uppercase;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  letter-spacing: 0;
}
.halloween-copy p {
  font-family: Georgia, serif;
  font-size: clamp(17px, 1.5vw, 21px);
  line-height: 1.6;
  color: var(--paper-2);
  margin: 0 0 22px;
  max-width: 62ch;
}
.halloween-copy strong { color: var(--paper); }
.halloween-copy em { color: var(--red); font-style: normal; }
.halloween-points {
  list-style: none;
  margin: 30px 0 0;
  padding: 0;
  display: grid;
  gap: 13px;
}
.halloween-points li {
  padding-left: 26px;
  position: relative;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 13px;
  font-weight: 700;
}
.halloween-points li::before { content: "◆"; position: absolute; left: 0; color: var(--red); }

/* ---------- Billetterie ---------- */
.slots-hint { margin: 12px 0 0; font-family: Georgia, serif; color: #555; font-size: 15px; }
.slots span em { display: block; font-style: normal; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; color: var(--red-deep); margin-top: 3px; }
.slots input:checked + span em { color: #fff; }
.slots label.slot-taken span { opacity: .32; text-decoration: line-through; cursor: not-allowed; }
.slots input:disabled + span { opacity: .32; text-decoration: line-through; }
.slots { max-height: 240px; overflow-y: auto; }
.secure-note { margin: 4px 0 0; font-size: 12.5px; color: #666; text-align: center; }
.modal-submit:disabled { opacity: .6; cursor: wait; }

/* ---------- Page confirmation ---------- */
.confirm-page { min-height: 100svh; display: grid; place-items: center; background: var(--black); }
.confirm-wrap { max-width: 760px; padding: 90px clamp(22px, 6vw, 60px); }
.confirm-title {
  margin: 0 0 26px;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  text-transform: uppercase;
  font-size: clamp(52px, 9vw, 100px);
  line-height: .96;
  letter-spacing: -.01em;
}
.confirm-title strong { color: var(--red); }
.confirm-lead { font-family: Georgia, serif; font-size: clamp(18px, 2vw, 24px); line-height: 1.55; color: var(--paper-2); max-width: 56ch; }
.confirm-recap { margin: 44px 0; border-top: 1px solid var(--line); }
.confirm-recap div { display: grid; grid-template-columns: 1fr 1.3fr; gap: 20px; padding: 16px 0; border-bottom: 1px solid var(--line); }
.confirm-recap dt { text-transform: uppercase; letter-spacing: .12em; color: var(--red); font-weight: 900; font-size: 13px; }
.confirm-recap dd { margin: 0; font-family: Georgia, serif; font-size: 19px; }
.confirm-note { font-family: Georgia, serif; color: var(--paper-2); line-height: 1.6; }
.confirm-back { text-decoration: none; margin-top: 40px; }

/* ---------- Apparitions ---------- */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
.experience-cards article.reveal:nth-child(2) { transition-delay: .15s; }
.experience-cards article.reveal:nth-child(3) { transition-delay: .3s; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; transition: none; } }

/* ---------- Effets & animations (désactivés si reduced motion) ---------- */
@media (prefers-reduced-motion: no-preference) {

  /* Entrée en scène du hero */
  @keyframes rise { from { opacity: 0; transform: translateY(26px); } to { opacity: 1; transform: none; } }
  .hero-copy > * { animation: rise .75s ease backwards; }
  .hero-copy > *:nth-child(1) { animation-delay: .1s; }
  .hero-copy > *:nth-child(2) { animation-delay: .22s; }
  .hero-copy > *:nth-child(3) { animation-delay: .38s; }
  .hero-copy > *:nth-child(4) { animation-delay: .52s; }
  .hero-copy > *:nth-child(5) { animation-delay: .66s; }
  .hero-copy > *:nth-child(6) { animation-delay: .8s; }

  /* Ken Burns lent sur l'église, balayage lumineux du miroir */
  .church-image { animation: kenburns 38s ease-in-out infinite alternate; }
  @keyframes kenburns { from { transform: scale(1); } to { transform: scale(1.08) translateY(-1.5%); } }
  .mirror-shell::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(75deg, transparent 0 40%, rgba(235, 231, 224, .16) 50%, transparent 60%);
    transform: translateX(-130%);
    animation: mirror-sweep 8s ease-in-out infinite;
    pointer-events: none;
  }
  @keyframes mirror-sweep { 0%, 55% { transform: translateX(-130%); } 75%, 100% { transform: translateX(130%); } }

  /* Barres de glitch fantômes sur le visuel du hero */
  .hero-art::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: 0;
    background: repeating-linear-gradient(0deg,
      transparent 0 52px, rgba(210, 23, 29, .3) 52px 54px,
      transparent 54px 130px, rgba(231, 227, 220, .18) 130px 131px,
      transparent 131px 210px);
    mix-blend-mode: screen;
    animation: glitch-bars 9s linear infinite;
  }
  @keyframes glitch-bars {
    0%, 88%, 100% { opacity: 0; transform: none; }
    89% { opacity: .9; transform: translateX(-7px) skewX(-1.5deg); }
    91% { opacity: .3; transform: translateX(5px); }
    93% { opacity: .65; transform: translateY(3px); }
    94% { opacity: 0; }
  }

  /* Dégradés animés */
  @keyframes grad-shift { 0% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } 100% { background-position: 0% 50%; } }
  .section-red {
    background: linear-gradient(115deg, var(--red), var(--red-deep) 45%, #e0353b 75%, var(--red));
    background-size: 240% 240%;
    animation: grad-shift 11s ease infinite;
  }
  .primary-cta {
    background: linear-gradient(110deg, var(--red) 0%, #f0362c 42%, var(--red-deep) 100%);
    background-size: 230% 100%;
    animation: grad-shift 6s ease infinite;
  }
  .primary-cta:hover { animation-duration: 2.2s; filter: brightness(1.12); }
  .manifesto h2 {
    background: linear-gradient(105deg, var(--paper) 0%, #96918a 45%, var(--paper) 65%, var(--red) 92%, var(--paper));
    background-size: 260% 100%;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    animation: grad-shift 9s linear infinite;
  }
  .confirm-title strong {
    background: linear-gradient(105deg, var(--red), #ff4046 45%, var(--red-deep) 80%, var(--red));
    background-size: 260% 100%;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    animation: grad-shift 7s linear infinite;
  }
  .hero-copy { position: relative; }
  .hero-copy::before {
    content: "";
    position: absolute;
    inset: auto -30% -20% -40%;
    height: 70%;
    background: radial-gradient(ellipse at 30% 80%, rgba(210, 23, 29, .16), transparent 65%);
    animation: ember 7s ease-in-out infinite alternate;
    pointer-events: none;
    z-index: -1;
  }
  @keyframes ember { from { opacity: .4; transform: translateY(0); } to { opacity: 1; transform: translateY(-6%); } }

  /* Micro-interactions */
  .facts div { transition: transform .25s ease, --chip-line .25s; }
  .facts div:hover { transform: translateY(-3px); }
  .experience-cards article { transition: background .35s ease; }
  .experience-cards article:hover { background: rgba(210, 23, 29, .07); }
  .experience-cards article:hover .card-number { animation: soft-jitter .35s steps(2, jump-none) both; }
  .experience-cards h3 { transition: transform .35s ease; }
  .experience-cards article:hover h3 { transform: translateX(8px); }
  .text-link, .inverted-cta, footer button { transition: letter-spacing .3s ease, opacity .3s ease; }
  .text-link:hover, footer button:hover { letter-spacing: .2em; }
  .inverted-cta:hover { letter-spacing: .18em; }
  .faq summary { transition: color .25s ease, padding-left .25s ease; }
  .faq details[open] summary, .faq summary:hover { color: var(--red-deep); padding-left: 10px; }
  .faq details[open] p { animation: rise .45s ease both; }
  .halloween-figure img { transition: transform .6s ease, filter .6s ease; }
  .halloween-figure:hover img { transform: scale(1.03) rotate(-.5deg); }
  .scroll-hint { animation: hint-bob 2.6s ease-in-out infinite; }
  @keyframes hint-bob { 0%, 100% { transform: translate(-50%, 0); opacity: .6; } 50% { transform: translate(-50%, 8px); opacity: 1; } }
  .hero-countdown strong { animation: pulse 2.4s ease infinite; }
  @keyframes pulse { 50% { opacity: .5; } }
  .footer-mark { animation: pulse 5s ease infinite; }

  /* Modal */
  .booking-backdrop { animation: fade-in .3s ease both; }
  .booking-panel { animation: modal-in .5s cubic-bezier(.2, .9, .3, 1) both; }
  @keyframes fade-in { from { opacity: 0; } }
  @keyframes modal-in { from { opacity: 0; transform: translateY(30px) scale(.965); } }
  .slots span { transition: background .2s ease, border-color .2s ease, transform .15s ease; }
  .slots label:not(.slot-taken) span:hover { border-color: var(--red); transform: translateY(-2px); }

  /* Le mot "Disparus" disparaît puis revient, en boucle (~10 s visible, ~3 s absent). */
  .disparus-word { animation: disparus-vanish 13s ease-in-out infinite; will-change: opacity, filter; }
  @keyframes disparus-vanish {
    0%   { opacity: 0; filter: blur(7px); letter-spacing: .06em; }
    4%   { opacity: 1; filter: blur(0); letter-spacing: -.015em; }
    73%  { opacity: 1; filter: blur(0); transform: none; }
    80%  { opacity: 0; filter: blur(11px); transform: translateY(-3px) scale(1.015); letter-spacing: .07em; }
    100% { opacity: 0; filter: blur(11px); letter-spacing: .07em; }
  }

  /* Glitchs mystérieux (déclenchés aléatoirement en JS) */
  .glitch { position: relative; }
  .glitch::before, .glitch::after {
    content: attr(data-text);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0;
    pointer-events: none;
  }
  @keyframes soft-jitter {
    0% { transform: translate(-3px, 1px) skewX(-2deg); }
    50% { transform: translate(3px, -2px) skewX(1.5deg); }
    100% { transform: none; }
  }
  .glitching { animation: soft-jitter .38s steps(3, jump-none) both; }
  .glitch.glitching::before {
    color: #1fc4c4;
    opacity: .8;
    mix-blend-mode: screen;
    animation: glitch-slice-a .38s steps(4, jump-none) both;
  }
  .glitch.glitching::after {
    color: var(--red);
    opacity: .8;
    mix-blend-mode: screen;
    animation: glitch-slice-b .38s steps(4, jump-none) both;
  }
  @keyframes glitch-slice-a {
    0% { transform: translate(-7px, -2px); clip-path: inset(8% 0 58% 0); }
    35% { transform: translate(5px, 1px); clip-path: inset(48% 0 22% 0); }
    70% { transform: translate(-4px, 2px); clip-path: inset(72% 0 4% 0); }
    100% { transform: translate(2px, 0); clip-path: inset(30% 0 55% 0); opacity: 0; }
  }
  @keyframes glitch-slice-b {
    0% { transform: translate(6px, 2px); clip-path: inset(52% 0 28% 0); }
    35% { transform: translate(-6px, -1px); clip-path: inset(12% 0 68% 0); }
    70% { transform: translate(3px, -2px); clip-path: inset(80% 0 2% 0); }
    100% { transform: translate(-2px, 0); clip-path: inset(45% 0 40% 0); opacity: 0; }
  }
  .glitch-soft.glitching {
    animation: soft-jitter .38s steps(3, jump-none) both;
    text-shadow: 3px 0 rgba(210, 23, 29, .8), -3px 0 rgba(31, 196, 196, .7);
  }
}

footer small { text-transform: uppercase; letter-spacing: .1em; font-size: 11px; }
footer small a { color: var(--red); text-decoration: none; }

@media (max-width: 980px) {
  .halloween-grid { grid-template-columns: 1fr; }
  .halloween-figure { max-width: 430px; }

  .site-nav { position: fixed; inset: 0; background: var(--black); flex-direction: column; justify-content: center; transform: translateX(100%); transition: transform .3s ease; }
  .site-nav.open { transform: translateX(0); }
  .menu-toggle { display: block; z-index: 2; }
  .site-header { mix-blend-mode: normal; }
  /* En mobile, le bloc visuel repasse en dessous de la copie (empilé). */
  .hero { display: block; background: var(--black); }
  .hero-copy { min-height: 100svh; max-width: none; padding-top: 120px; }
  .hero-art { position: relative; width: 100%; min-height: 58svh; background: var(--black); }
  .hero-poster img { object-position: 50% 50%; }
  .hero-mirror { width: clamp(190px, 46vw, 310px); right: 2vw; bottom: -16svh; }
  .church-image { inset: 0; width: 100%; height: 100%; mix-blend-mode: multiply; opacity: 1; object-position: 55% 20%; }
  .brand { font-size: 14px; letter-spacing: .08em; }
  .scroll-hint { display: none; }
  .manifesto-grid, .practical-grid { grid-template-columns: 1fr; }
  .experience-cards { grid-template-columns: 1fr; }
  .experience-cards article { min-height: 320px; border-right: 0; border-bottom: 1px solid var(--line); }
  .visual-break { grid-template-columns: 1fr; }
  .visual-copy { min-height: 430px; }
  .visual-image { min-height: 630px; }
  .booking-preview { align-items: stretch; flex-direction: column; }
  .inverted-cta { width: 100%; }
}

@media (max-width: 620px) {
  .site-header { height: 70px; padding: 0 18px; }
  .hero-copy { padding-inline: 20px; padding-bottom: 55px; }
  .hero h1 { font-size: clamp(54px, 19vw, 100px); }
  .facts { display: grid; grid-template-columns: 1fr 1fr; }
  .facts div { border-radius: 0; padding: 11px 9px; font-size: 10px; }
  .hero-art { min-height: 660px; }
  .mirror-shell { width: 70%; height: 66%; }
  .manifesto, .practical, .faq { padding-block: 78px; }
  .manifesto h2, .practical h2, .booking-preview h2, .faq h2 { font-size: 54px; }
  .manifesto-copy p, .practical-intro p { font-size: 20px; }
  .visual-copy strong { font-size: 48px; }
  .practical dl div { grid-template-columns: 1fr; gap: 8px; }
  .booking-preview { padding: 56px 22px; }
  footer { flex-wrap: wrap; }
  footer button { margin-left: 0; }
  .slots { grid-template-columns: repeat(2, 1fr); }
}
