/* ============================================================
   PAGE — RÉPONSE & RELANCE (métier 01)
   Mécanique signature : LA NUIT DU VENDREDI — une horloge qui
   avance au scroll, deux colonnes (sans nous / avec nous),
   puis l'échelle de relance qui se dessine.
   ============================================================ */

/* ---------- héros ---------- */
.rr-hero { display: flex; align-items: flex-end; padding-bottom: 12vh; }
.rr-hero .statement { padding: 0 clamp(1.25rem, 5vw, 4rem); }
.rr-hero .kicker { display: block; margin-bottom: 1.6rem; }
.rr-hero .sub {
  margin-top: 1.8rem; max-width: 34rem; font-size: 1rem; line-height: 1.7; color: var(--cream);
  opacity: 0.92;
}
.rr-hero .hero-cta { margin-top: 2.4rem; display: flex; gap: 0.8rem; flex-wrap: wrap; }
.rr-clockface {
  position: absolute; right: clamp(1.25rem, 5vw, 4rem); bottom: 12vh; z-index: 3;
  font-family: var(--font-d); font-weight: 340; font-size: clamp(3rem, 9vw, 7rem); line-height: 1;
  color: var(--gold); font-variant-numeric: tabular-nums; opacity: 0.92;
}
.rr-clockface small { display: block; font-family: var(--font-b); font-size: 0.625rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--cream-mut); margin-top: 0.6rem; text-align: right; }

/* ---------- (01) la nuit du vendredi : deux colonnes ---------- */
.night { padding: 16vh clamp(1.25rem, 5vw, 4rem) 12vh; position: relative; }
.night-head { max-width: 74rem; margin: 0 auto 4rem; }
.night-head .statement { margin-top: 1.4rem; }
.night-grid {
  max-width: 74rem; margin: 0 auto; display: grid; gap: 1px;
  grid-template-columns: repeat(auto-fit, minmax(19rem, 1fr));
  background: rgb(198 165 108 / 0.18); border: 1px solid rgb(198 165 108 / 0.18);
}
.night-col { background: var(--noir); padding: 2rem 1.8rem 2.4rem; }
.night-col.ours { background: var(--noir-deep); }
.night-col h3 { font-family: var(--font-d); font-weight: 340; font-size: 1.5rem; margin-bottom: 0.4rem; }
.night-col.ours h3 { color: var(--gold); }
.night-col .col-sub { font-size: 0.6875rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--cream-mut); margin-bottom: 2rem; }
.tl { list-style: none; position: relative; padding-left: 1.6rem; }
.tl::before { content: ""; position: absolute; left: 0.32rem; top: 0.4rem; bottom: 0.4rem; width: 1px; background: rgb(198 165 108 / 0.25); }
.tl li { position: relative; padding-bottom: 1.5rem; }
.tl li::before {
  content: ""; position: absolute; left: -1.6rem; top: 0.42rem; width: 0.66rem; height: 0.66rem;
  border-radius: 50%; border: 1px solid var(--gold-soft); background: var(--noir);
}
.night-col.ours .tl li::before { background: var(--gold); border-color: var(--gold); }
.tl .h { display: block; font-family: var(--font-d); font-size: 1.05rem; color: var(--cream); font-variant-numeric: tabular-nums; }
.tl .d { display: block; font-size: 0.875rem; line-height: 1.6; color: var(--cream-mut); margin-top: 0.2rem; }
.night-col .verdict { margin-top: 0.6rem; padding-top: 1.2rem; border-top: 1px solid rgb(198 165 108 / 0.16); font-size: 0.8125rem; line-height: 1.6; color: var(--cream-mut); }
.night-col.ours .verdict { color: var(--cream); }
.night-col.ours .verdict b { color: var(--gold); font-weight: 400; }

/* ---------- (02) le mécanisme ---------- */
.mech { padding: 12vh clamp(1.25rem, 5vw, 4rem); }
.mech-head { max-width: 74rem; margin: 0 auto 3.5rem; }
.mech-grid { max-width: 74rem; margin: 0 auto; display: grid; gap: 2.4rem; grid-template-columns: repeat(auto-fit, minmax(17rem, 1fr)); }
.mech-step { border-top: 1px solid var(--gold-soft); padding-top: 1.4rem; }
.mech-step .n { font-family: var(--font-d); font-size: 2.2rem; color: var(--gold); line-height: 1; display: block; margin-bottom: 0.7rem; }
.mech-step h3 { font-family: var(--font-d); font-weight: 340; font-size: 1.35rem; margin-bottom: 0.6rem; }
.mech-step p { font-size: 0.9rem; line-height: 1.7; color: var(--cream-mut); }

/* ---------- (03) l'échelle de relance ---------- */
.ladder { padding: 12vh clamp(1.25rem, 5vw, 4rem); background: var(--noir-deep); }
.ladder-inner { max-width: 74rem; margin: 0 auto; }
.ladder-head { margin-bottom: 3.5rem; }
.rungs { list-style: none; display: grid; gap: 1px; background: rgb(198 165 108 / 0.18); border: 1px solid rgb(198 165 108 / 0.18); }
.rung { background: var(--noir-deep); padding: 1.5rem 1.6rem; display: flex; gap: 1.4rem; align-items: baseline; flex-wrap: wrap; }
.rung .when { font-family: var(--font-d); font-size: 1.1rem; color: var(--gold); min-width: 6.5rem; }
.rung .what { flex: 1 1 16rem; font-size: 0.9rem; line-height: 1.65; color: var(--cream-mut); }
.rung.last { background: var(--noir); }
.rung.last .what { color: var(--cream); }

/* ---------- (04) inclus + garanties ---------- */
.incl { padding: 12vh clamp(1.25rem, 5vw, 4rem); }
.incl-inner { max-width: 74rem; margin: 0 auto; display: grid; gap: 3rem; grid-template-columns: repeat(auto-fit, minmax(18rem, 1fr)); }
.incl h3 { font-family: var(--font-d); font-weight: 340; font-size: 1.6rem; margin-bottom: 1.4rem; }
.incl ul { list-style: none; }
.incl li { position: relative; padding-left: 1.5rem; margin-bottom: 0.85rem; font-size: 0.9rem; line-height: 1.65; color: var(--cream-mut); }
.incl li::before { content: "—"; position: absolute; left: 0; color: var(--gold); }
.incl li b { color: var(--cream); font-weight: 400; }
.pilot { border: 1px solid var(--gold-soft); padding: 2rem 1.8rem; background: rgb(198 165 108 / 0.04); }
.pilot .tag { display: inline-block; font-size: 0.625rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); border: 1px solid var(--gold-soft); padding: 0.35rem 0.7rem; margin-bottom: 1.2rem; }
.pilot p { font-size: 0.9rem; line-height: 1.7; color: var(--cream-mut); margin-bottom: 0.9rem; }
.pilot p b { color: var(--cream); font-weight: 400; }

/* ---------- (05) contact ---------- */
.rr-contact { padding: 14vh clamp(1.25rem, 5vw, 4rem) 10vh; }
.rr-contact-inner { max-width: 74rem; margin: 0 auto; }
.rr-contact .note { margin-top: 1.6rem; font-size: 0.8125rem; line-height: 1.7; color: var(--cream-mut); max-width: 38rem; }
.rr-contact .note a { color: var(--gold); text-decoration: none; border-bottom: 1px solid var(--gold-soft); }
.back-home { display: inline-block; margin-top: 3rem; font-size: 0.6875rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--cream-mut); text-decoration: none; }
.back-home:hover { color: var(--gold); }

/* ---------- révélations (JS-gated : plancher sans-JS) ---------- */
@media (prefers-reduced-motion: no-preference) {
  .js .reveal { opacity: 0; transform: translateY(1.3rem); transition: opacity 0.9s var(--ease), transform 0.9s var(--ease); }
  .js .reveal.in { opacity: 1; transform: none; }
  .js .reveal.d1 { transition-delay: 0.09s; }
  .js .reveal.d2 { transition-delay: 0.18s; }
  .js .reveal.d3 { transition-delay: 0.27s; }
}

@media (max-width: 47rem) {
  .rr-hero { padding-bottom: 8vh; }
  .rr-clockface { position: static; margin: 2.4rem clamp(1.25rem, 5vw, 4rem) 0; text-align: left; }
  .rr-clockface small { text-align: left; }
  .night, .mech, .ladder, .incl { padding-top: 9vh; padding-bottom: 9vh; }
  .rr-contact { padding-top: 9vh; }
  .rung .when { min-width: 100%; }
}
