/* Page Témoignages : traversée éditoriale, lecteurs et dépôt progressif. */
:root {
    --testimony-base: #f1eee6;
    --testimony-paper: #fbf9f3;
    --testimony-ink: #171714;
    --testimony-muted: #69665e;
    --testimony-line: #c9c3b5;
    --testimony-accent: var(--accent-on-light, #76571f);
    --testimony-accent-deep: var(--accent-on-light-active, #493310);
    --testimony-black: #0b0b0a;
}

.testimonies-page {
    color: var(--testimony-ink);
    background: var(--testimony-base);
    overflow: clip;
}

.testimonies-page h1,
.testimonies-page h2,
.testimonies-page h3,
.testimonies-page p {
    margin-top: 0;
}

.testimonies-page h2 {
    max-width: 760px;
    margin-bottom: 24px;
    font-size: 54px;
    line-height: 1.03;
    letter-spacing: -1.4px;
}

.testimony-eyebrow {
    margin-bottom: 20px;
    color: var(--testimony-accent-deep);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 2.2px;
    text-transform: uppercase;
}

.testimony-eyebrow--accent {
    color: var(--accent-on-dark, #c9a56d);
}

/* Les chapitres charbon héritent de l’accent clair, y compris leurs lecteurs. */
.testimony-hero,
.testimony-reader-section,
.testimony-connections,
.testimony-video,
.testimony-final {
    --testimony-accent: var(--accent-on-dark, #c9a56d);
    --testimony-accent-deep: var(--accent-on-dark, #c9a56d);
    --color-primary: var(--accent-on-dark, #c9a56d);
    --color-primary-hover: var(--accent-on-dark-hover, #d9b77f);
    --button-primary-background: var(--accent-on-dark, #c9a56d);
    --button-primary-background-hover: var(--accent-on-dark-hover, #d9b77f);
    --button-primary-background-active: var(--accent-on-dark-active, #b88d52);
    --button-primary-text: #11110f;
    --button-link-color: var(--accent-on-dark, #c9a56d);
    --button-outline-color: var(--accent-on-dark, #c9a56d);
    --button-outline-background-hover: var(--accent-on-dark-hover, #d9b77f);
    --button-outline-text-hover: #11110f;
}

.testimony-section {
    position: relative;
    padding: 128px 0;
}

.testimony-section__heading {
    margin-bottom: 64px;
}

.testimony-section__heading p:last-child {
    max-width: 490px;
    margin-bottom: 0;
    color: var(--testimony-muted);
    font-size: 18px;
    line-height: 1.7;
}

/* Le hero reprend les proportions institutionnelles de la page Réservation. */
.testimony-hero {
    position: relative;
    height: 750px;
    max-height: 750px;
    min-height: 640px;
    color: #fffdf8;
    background: var(--testimony-black);
    isolation: isolate;
}

.testimony-hero::before {
    position: absolute;
    inset: 0;
    z-index: -1;
    background: rgba(11, 11, 10, 0.58);
    content: "";
}

.testimony-hero__scene {
    position: absolute;
    inset: 0;
    z-index: -2;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.testimony-hero__scene canvas {
    width: 100%;
    height: 100%;
    opacity: 0.18;
}

.testimony-hero__atmosphere {
    position: absolute;
    inset: 0;
    z-index: -1;
    pointer-events: none;
}

.testimony-hero__atmosphere span {
    position: absolute;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: var(--accent-on-dark, #c9a56d);
    opacity: 0.46;
}

.testimony-hero__atmosphere span:nth-child(1) { top: 28%; left: 18%; }
.testimony-hero__atmosphere span:nth-child(2) { top: 44%; right: 22%; width: 2px; height: 2px; }
.testimony-hero__atmosphere span:nth-child(3) { top: 22%; right: 36%; opacity: 0.24; }

.testimony-hero__content {
    max-width: 850px;
    padding-bottom: 105px;
}

.testimony-hero .reservation-hero__title {
    max-width: 820px;
    margin-bottom: 28px;
    font-size: 78px;
    line-height: 0.98;
    letter-spacing: -2.3px;
}

.testimony-hero .reservation-hero__lead {
    max-width: 760px;
    margin-bottom: 38px;
    color: #e4dfd4;
    font-size: 20px;
    line-height: 1.65;
}

.testimony-hero .reservation-hero__actions {
    gap: 14px;
}

.testimony-hero .button,
.testimony-final .button {
    min-height: 50px;
    padding: 14px 24px;
}

.testimony-hero__scroll {
    position: absolute;
    right: 34px;
    bottom: 40px;
    display: flex;
    gap: 12px;
    align-items: center;
    color: #e4dfd4;
    font-size: 12px;
    letter-spacing: 1.3px;
    text-transform: uppercase;
}

.testimony-hero__scroll span {
    width: 42px;
    height: 1px;
    background: var(--testimony-accent);
}

.testimony-silence {
    padding: 72px 0;
    color: #d8d2c7;
    background: var(--testimony-black);
}

.testimony-silence .container {
    display: flex;
    gap: 40px;
    align-items: center;
}

.testimony-silence p {
    margin-bottom: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 22px;
    font-style: italic;
}

.testimony-silence span {
    flex: 1 1 auto;
    height: 1px;
    background: #4e493f;
}

.testimony-why {
    background: var(--testimony-paper);
}

.testimony-why__columns {
    columns: 2;
    column-gap: 46px;
    color: var(--testimony-muted);
    font-size: 18px;
    line-height: 1.8;
}

.testimony-why__columns p {
    break-inside: avoid;
    margin-bottom: 0;
}

.testimony-stats {
    display: flex;
    margin: 80px 0 22px;
    border-top: 1px solid var(--testimony-line);
    border-bottom: 1px solid var(--testimony-line);
}

.testimony-stats div {
    flex: 1 1 0;
    padding: 34px 30px;
    border-right: 1px solid var(--testimony-line);
}

.testimony-stats div:last-child {
    border-right: 0;
}

.testimony-stats dt {
    margin-bottom: 8px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 48px;
    line-height: 1;
}

.testimony-stats dd,
.testimony-source-note {
    margin: 0;
    color: var(--testimony-muted);
    font-size: 13px;
    line-height: 1.5;
}

.testimony-source-note {
    text-align: right;
}

.testimony-governed-empty {
    margin: 44px 0 0;
    padding: 30px;
    border: 1px solid var(--testimony-line);
    color: var(--testimony-muted);
    background: transparent;
    font-size: 16px;
    line-height: 1.7;
}

.testimony-governed-empty h3 {
    color: var(--testimony-ink);
}

.testimony-voices {
    background: var(--testimony-base);
}

.testimony-voices__intro {
    position: sticky;
    top: 130px;
    align-self: flex-start;
    padding-right: 54px;
}

.testimony-voices__intro p:last-child {
    color: var(--testimony-muted);
    font-size: 17px;
    line-height: 1.7;
}

.voice-timeline {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}

.voice-timeline::before {
    position: absolute;
    top: 28px;
    bottom: 28px;
    left: 29px;
    width: 1px;
    background: var(--testimony-line);
    content: "";
}

.voice-timeline li {
    position: relative;
    display: flex;
    gap: 38px;
    min-height: 220px;
    padding-bottom: 48px;
}

.voice-timeline li > span {
    position: relative;
    z-index: 1;
    display: flex;
    flex: 0 0 60px;
    width: 60px;
    height: 60px;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--testimony-accent);
    border-radius: 50%;
    color: var(--testimony-accent-deep);
    background: var(--testimony-base);
    font-size: 12px;
}

.voice-timeline li div {
    max-width: 610px;
    padding-top: 6px;
}

.voice-timeline li p {
    margin-bottom: 15px;
    color: var(--testimony-accent-deep);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.voice-timeline li h3 {
    margin-bottom: 14px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 28px;
    font-weight: 400;
    line-height: 1.34;
}

.voice-timeline li small {
    color: var(--testimony-muted);
}

.testimony-map-section {
    color: #f5f0e6;
    background: var(--testimony-black);
}

.testimony-map-section h2,
.testimony-map-section h3 {
    color: #fffdf8;
}

.testimony-map-section .testimony-section__heading p:last-child,
.memory-map__legend p,
.memory-map__legend small {
    color: #bdb7aa;
}

.memory-map {
    display: flex;
    min-height: 600px;
    border: 1px solid #37342e;
}

.memory-map__surface {
    position: relative;
    flex: 1 1 68%;
    min-height: 600px;
    overflow: hidden;
    background-color: #11110f;
    background-image: linear-gradient(#25231f 1px, transparent 1px), linear-gradient(90deg, #25231f 1px, transparent 1px);
    background-size: 48px 48px;
}

.memory-map__surface::before {
    position: absolute;
    top: 70px;
    right: 80px;
    bottom: 70px;
    left: 80px;
    border: 1px solid #3b372f;
    border-radius: 47% 53% 45% 55%;
    content: "";
    transform: rotate(-6deg);
}

.memory-map__pin {
    position: absolute;
    top: var(--pin-y);
    left: var(--pin-x);
    z-index: 2;
    display: flex;
    width: 48px;
    height: 48px;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--accent-on-dark, #c9a56d);
    border-radius: 50%;
    color: #fffdf8;
    background: #15130f;
    transform: translate(-50%, -50%);
}

.memory-map__pin span {
    position: absolute;
    inset: -9px;
    border: 1px solid rgba(201, 165, 109, 0.28);
    border-radius: 50%;
}

.memory-map__legend {
    flex: 0 0 360px;
    max-height: 600px;
    padding: 36px;
    overflow: auto;
    border-left: 1px solid #37342e;
}

.memory-map__legend article {
    padding: 24px 0;
    border-bottom: 1px solid #37342e;
}

.memory-map__legend h3 {
    margin-bottom: 8px;
    font-size: 20px;
}

.memory-map__legend p {
    margin-bottom: 8px;
    font-size: 14px;
}

.memory-map__legend button {
    margin-top: 14px;
    padding: 0 0 5px;
    border: 0;
    border-bottom: 1px solid var(--testimony-accent);
    color: var(--accent-on-dark, #c9a56d);
    background: transparent;
}

.testimony-library {
    background: var(--testimony-paper);
}

.testimony-filters {
    display: flex;
    gap: 16px;
    align-items: flex-end;
    margin-bottom: 34px;
    padding: 24px;
    border-top: 1px solid var(--testimony-line);
    border-bottom: 1px solid var(--testimony-line);
}

.testimony-filters label {
    flex: 1 1 0;
}

.testimony-filters label:first-child {
    flex-grow: 1.7;
}

.testimony-filters span {
    display: block;
    margin-bottom: 8px;
    color: var(--testimony-muted);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

.testimony-filters input,
.testimony-filters select {
    width: 100%;
    min-height: 48px;
    padding: 11px 13px;
    border: 1px solid #aaa394;
    border-radius: 0;
    color: var(--testimony-ink);
    background: #fffdf8;
    font: inherit;
}

.testimony-library__status {
    margin-bottom: 16px;
    color: var(--testimony-muted);
    font-size: 13px;
}

.testimony-editorial-list {
    border-top: 1px solid var(--testimony-line);
}

.testimony-entry {
    display: flex;
    gap: 28px;
    align-items: stretch;
    min-height: 280px;
    padding: 34px 0;
    border-bottom: 1px solid var(--testimony-line);
}

.testimony-entry__index {
    flex: 0 0 42px;
    padding-top: 8px;
    color: var(--testimony-accent-deep);
    font-size: 12px;
}

.testimony-entry__portrait {
    display: flex;
    flex: 0 0 225px;
    min-height: 210px;
    margin: 0;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: #d9d4c9;
}

.testimony-entry__portrait img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(1);
}

.testimony-entry__portrait span {
    color: #8b8578;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 84px;
}

.testimony-entry__body {
    flex: 1 1 auto;
    align-self: center;
}

.testimony-entry__meta {
    margin-bottom: 12px;
    color: var(--testimony-accent-deep);
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.testimony-entry__body h3 {
    margin-bottom: 14px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 37px;
    font-weight: 400;
}

.testimony-entry__body > p:not(.testimony-entry__meta) {
    max-width: 620px;
    color: var(--testimony-muted);
    font-size: 16px;
    line-height: 1.7;
}

.testimony-entry__formats {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.testimony-entry__formats span {
    padding: 5px 9px;
    border: 1px solid var(--testimony-line);
    color: var(--testimony-muted);
    font-size: 11px;
    text-transform: uppercase;
}

.testimony-entry__open {
    display: flex;
    flex: 0 0 140px;
    gap: 10px;
    align-items: center;
    justify-content: center;
    border: 0;
    border-left: 1px solid var(--testimony-line);
    color: var(--testimony-accent-deep);
    background: transparent;
}

.testimony-entry__open i {
    font-size: 20px;
    font-style: normal;
}

.testimony-load-more {
    margin-top: 38px;
}

.testimony-reader-section {
    padding: 100px 0;
    color: #ede8de;
    background: #121210;
}

.testimony-reader__toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
    padding-bottom: 16px;
    border-bottom: 1px solid #3b3831;
}

.testimony-reader__toolbar p {
    margin-bottom: 0;
}

.testimony-reader__toolbar button {
    padding: 6px 0;
    border: 0;
    border-bottom: 1px solid var(--testimony-accent);
    color: var(--accent-on-dark, #c9a56d);
    background: transparent;
}

.testimony-reader {
    display: flex;
    gap: 54px;
}

.reader-identity {
    flex: 0 0 260px;
}

.reader-identity figure {
    margin: 0 0 28px;
}

.reader-identity img {
    width: 100%;
    max-height: 370px;
    object-fit: cover;
    filter: grayscale(1);
}

.reader-identity h2 {
    color: #fffdf8;
    font-size: 34px;
}

.reader-identity p,
.reader-aside p,
.reader-aside li {
    color: #aaa498;
    font-size: 14px;
    line-height: 1.6;
}

.reader-story {
    flex: 1 1 auto;
    max-width: 670px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 20px;
    line-height: 1.85;
}

.reader-story audio,
.reader-story video {
    display: block;
    width: 100%;
    margin: 30px 0;
}

.reader-story h2,
.reader-story h3 {
    color: #fffdf8;
}

.reader-story > p:first-child::first-letter {
    float: left;
    padding: 10px 10px 0 0;
    color: var(--accent-on-dark, #c9a56d);
    font-size: 72px;
    line-height: 0.7;
}

.reader-aside {
    flex: 0 0 250px;
}

.reader-aside section {
    margin-bottom: 32px;
    padding-top: 18px;
    border-top: 1px solid #3b3831;
}

.reader-aside h3 {
    color: #fffdf8;
    font-size: 17px;
}

.reader-aside ul {
    padding-left: 18px;
}

.reader-aside a {
    color: var(--accent-on-dark, #c9a56d);
}

.testimony-chronology {
    background: var(--testimony-base);
}

.testimony-three-times {
    margin: 0;
    padding: 0;
    list-style: none;
}

.testimony-three-times li {
    display: flex;
    gap: 28px;
    padding: 0 0 46px;
    border-bottom: 1px solid var(--testimony-line);
    margin-bottom: 46px;
}

.testimony-three-times li > span {
    color: var(--testimony-accent-deep);
    font-size: 12px;
}

.testimony-three-times h3 {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 34px;
    font-weight: 400;
}

.testimony-three-times p {
    margin: 0;
    color: var(--testimony-muted);
    font-size: 16px;
    line-height: 1.7;
}

.testimony-connections {
    color: #eee9df;
    background: var(--testimony-black);
}

.testimony-connections h2 {
    color: #fffdf8;
}

.testimony-connections .col-lg-5 > p:last-child {
    color: #aaa498;
    font-size: 17px;
    line-height: 1.7;
}

.connection-orbit {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    min-height: 430px;
    padding: 60px;
    border: 1px solid #39362f;
    border-radius: 50%;
}

.connection-orbit strong {
    flex: 0 0 100%;
    color: var(--accent-on-dark, #c9a56d);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 31px;
    text-align: center;
}

.connection-orbit span {
    padding: 9px 13px;
    border: 1px solid #4a463d;
    color: #c3bdb1;
    font-size: 12px;
}

.testimony-audio {
    background: var(--testimony-paper);
}

.audio-ledger,
.video-ledger {
    display: flex;
    flex-direction: column;
    gap: 34px;
}

.memory-audio {
    display: flex;
    min-height: 360px;
    border: 1px solid var(--testimony-line);
}

.memory-audio > img {
    flex: 0 0 34%;
    width: 34%;
    object-fit: cover;
    filter: grayscale(1);
}

.memory-audio__body {
    flex: 1 1 auto;
    padding: 44px;
}

.memory-audio__body > p {
    color: var(--testimony-accent-deep);
    font-size: 12px;
    text-transform: uppercase;
}

.memory-audio__body h3 {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 38px;
    font-weight: 400;
}

.memory-audio__controls {
    display: flex;
    gap: 14px;
    align-items: center;
    margin: 28px 0 18px;
}

.memory-audio__controls button {
    width: 46px;
    height: 46px;
    border: 0;
    border-radius: 50%;
    color: #fff;
    background: var(--testimony-accent-deep);
}

.memory-audio__controls input {
    flex: 1 1 auto;
}

.memory-audio__controls span,
.memory-audio__controls label,
.memory-audio__controls a {
    color: var(--testimony-muted);
    font-size: 12px;
}

.memory-audio__wave {
    display: flex;
    gap: 4px;
    height: 78px;
    align-items: center;
    overflow: hidden;
}

.memory-audio__wave span {
    flex: 1 1 2px;
    max-width: 5px;
    height: var(--bar);
    background: #b7ae9d;
}

.memory-audio details,
.memory-video details {
    margin-top: 20px;
    color: var(--testimony-muted);
    line-height: 1.7;
}

.memory-audio summary,
.memory-video summary {
    color: var(--testimony-accent-deep);
    cursor: pointer;
}

.testimony-video {
    color: #eee9df;
    background: var(--testimony-black);
}

.testimony-video h2,
.testimony-video h3 {
    color: #fffdf8;
}

.testimony-video .testimony-section__heading p:last-child,
.testimony-video .testimony-governed-empty {
    color: #aaa498;
}

.testimony-video .testimony-governed-empty {
    border-color: #3b3831;
}

.memory-video {
    display: flex;
    border-top: 1px solid #3b3831;
    border-bottom: 1px solid #3b3831;
}

.memory-video__frame {
    flex: 1 1 68%;
    padding: 36px 0;
}

.memory-video video {
    width: 100%;
    max-height: 620px;
    background: #000;
}

.memory-video__context {
    flex: 0 0 32%;
    padding: 50px 0 50px 42px;
}

.memory-video__context > p:first-child {
    color: var(--accent-on-dark, #c9a56d);
    font-size: 12px;
    text-transform: uppercase;
}

.memory-video__context h3 {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 34px;
    font-weight: 400;
}

.memory-video__context > p {
    color: #aaa498;
    line-height: 1.7;
}

.memory-video cite {
    display: block;
    margin-top: 10px;
    color: #aaa498;
    font-size: 12px;
}

.testimony-quotes {
    background: var(--testimony-base);
}

.quote-wall {
    columns: 2;
    column-gap: 70px;
    margin-top: 70px;
}

.quote-wall figure {
    break-inside: avoid;
    margin: 0 0 70px;
    padding: 0 0 40px;
    border-bottom: 1px solid var(--testimony-line);
}

.quote-wall blockquote {
    margin: 0 0 24px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 34px;
    line-height: 1.34;
}

.quote-wall figcaption {
    display: flex;
    flex-direction: column;
    gap: 5px;
    color: var(--testimony-muted);
    font-size: 13px;
}

.testimony-validation {
    background: var(--testimony-base);
}

.testimony-validation ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

.testimony-validation li {
    display: flex;
    gap: 28px;
    padding: 25px 0;
    border-top: 1px solid var(--testimony-line);
}

.testimony-validation li > span {
    color: var(--testimony-accent-deep);
    font-size: 12px;
}

.testimony-validation h3 {
    margin-bottom: 7px;
    font-size: 22px;
}

.testimony-validation p {
    margin: 0;
    color: var(--testimony-muted);
    line-height: 1.6;
}

.testimony-final {
    padding: 150px 0;
    color: #fffdf8;
    background: var(--testimony-black);
    text-align: center;
}

.testimony-final h2 {
    max-width: 940px;
    margin: 0 auto 48px;
    color: #fffdf8;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 58px;
    font-weight: 400;
    line-height: 1.15;
}

.testimony-final__actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    justify-content: center;
}

.testimonies-page button:focus-visible,
.testimonies-page a:focus-visible,
.testimonies-page input:focus-visible,
.testimonies-page select:focus-visible,
.testimonies-page textarea:focus-visible,
.testimonies-page summary:focus-visible {
    outline: 3px solid var(--accent-on-dark, #c9a56d);
    outline-offset: 4px;
}

@media (max-width: 1199px) {
    .testimonies-page h2 { font-size: 46px; }
    .testimony-hero .reservation-hero__title { font-size: 68px; }
    .testimony-reader { gap: 34px; }
    .reader-identity { flex-basis: 220px; }
    .reader-aside { flex-basis: 220px; }
    .memory-map__legend { flex-basis: 320px; }
}

@media (max-width: 991px) {
    .testimony-section { padding: 94px 0; }
    .testimony-hero { height: 680px; min-height: 680px; }
    .testimony-hero .reservation-hero__title { font-size: 60px; }
    .testimony-voices__intro { position: static; padding-right: 0; margin-bottom: 55px; }
    .memory-map { flex-direction: column; }
    .memory-map__surface { flex-basis: auto; min-height: 480px; }
    .memory-map__legend { flex: 0 0 auto; max-height: none; border-top: 1px solid #37342e; border-left: 0; }
    .testimony-entry__portrait { flex-basis: 190px; }
    .testimony-reader { flex-wrap: wrap; }
    .reader-story { order: 3; flex-basis: 100%; max-width: none; }
    .reader-identity, .reader-aside { flex: 1 1 45%; }
    .connection-orbit { margin-top: 35px; }
    .memory-video { flex-direction: column; }
    .memory-video__context { flex-basis: auto; padding: 36px 0; }
}

@media (max-width: 767px) {
    .testimonies-page h2 { font-size: 38px; letter-spacing: -0.7px; }
    .testimony-section { padding: 76px 0; }
    .testimony-hero { height: 650px; min-height: 650px; }
    .testimony-hero__content { padding-bottom: 85px; }
    .testimony-hero .reservation-hero__title { font-size: 48px; letter-spacing: -1.2px; }
    .testimony-hero .reservation-hero__lead { font-size: 17px; line-height: 1.55; }
    .testimony-hero__scene canvas { opacity: 0.14; }
    .testimony-hero__scroll { display: none; }
    .testimony-silence { padding: 50px 0; }
    .testimony-silence .container { flex-direction: column; gap: 20px; align-items: flex-start; }
    .testimony-silence span { width: 100%; flex: 0 0 1px; }
    .testimony-why__columns { columns: 1; }
    .testimony-why__columns p + p { margin-top: 22px; }
    .testimony-stats { flex-wrap: wrap; }
    .testimony-stats div { flex: 1 1 50%; border-bottom: 1px solid var(--testimony-line); }
    .testimony-stats div:nth-child(2) { border-right: 0; }
    .voice-timeline li { gap: 22px; min-height: 190px; }
    .voice-timeline li h3 { font-size: 23px; }
    .memory-map__surface { min-height: 410px; }
    .memory-map__legend { padding: 25px; }
    .testimony-filters { flex-direction: column; align-items: stretch; }
    .testimony-entry { flex-wrap: wrap; gap: 18px; }
    .testimony-entry__index { flex-basis: 30px; }
    .testimony-entry__portrait { flex: 1 1 600px; height: 260px; }
    .testimony-entry__body { flex-basis: 100%; padding-left: 48px; }
    .testimony-entry__body h3 { font-size: 31px; }
    .testimony-entry__open { flex: 1 1 100%; min-height: 54px; border-top: 1px solid var(--testimony-line); border-left: 0; }
    .reader-identity, .reader-story, .reader-aside { flex: 1 1 100%; }
    .reader-story { font-size: 18px; }
    .testimony-three-times li { flex-direction: column; gap: 12px; }
    .connection-orbit { min-height: 340px; padding: 40px 28px; }
    .memory-audio { flex-direction: column; }
    .memory-audio > img { width: 100%; height: 300px; flex-basis: auto; }
    .memory-audio__body { padding: 28px; }
    .memory-audio__controls { flex-wrap: wrap; }
    .memory-audio__controls input { flex-basis: 55%; }
    .quote-wall { columns: 1; }
    .quote-wall blockquote { font-size: 29px; }
    .testimony-final { padding: 110px 0; }
    .testimony-final h2 { font-size: 42px; }
    .testimony-final__actions { flex-direction: column; align-items: stretch; }
}

@media (max-width: 479px) {
    .testimony-hero .reservation-hero__title { font-size: 42px; }
    .testimony-stats div { flex-basis: 100%; border-right: 0; }
    .memory-map__surface { min-height: 360px; }
    .memory-map__surface::before { inset: 45px; }
    .testimony-entry__portrait { height: 230px; }
    .testimony-entry__body { padding-left: 0; }
    .memory-audio__body { padding: 22px; }
    .memory-audio__body h3 { font-size: 31px; }
    .testimony-final h2 { font-size: 36px; }
}

/* ========================================================================== */
/* Recomposition immersive : photographie, rythme et narration par le scroll  */
/* ========================================================================== */

body[data-page="temoignages"] .testimonies-page {
    --testimony-base: #f0ede5;
    --testimony-paper: #faf8f2;
    --testimony-ink: #151512;
    --testimony-muted: #67635b;
    --testimony-line: #c5beb0;
    --testimony-black: #090a09;
    background: var(--testimony-paper);
}

body[data-page="temoignages"] .testimony-section {
    padding: 112px 0;
}

body[data-page="temoignages"] .testimonies-page h2 {
    margin-bottom: 28px;
    font-family: var(--font-display);
    font-size: 40px;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: -1px;
}

body[data-page="temoignages"] .testimony-media {
    position: relative;
    margin: 0;
    overflow: hidden;
    background: #171816;
}

body[data-page="temoignages"] .testimony-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.018);
    transform-origin: center;
}

body[data-page="temoignages"] .testimony-media figcaption {
    position: absolute;
    right: 18px;
    bottom: 16px;
    left: 18px;
    z-index: 2;
    margin: 0;
    color: rgba(255, 255, 255, 0.74);
    font-size: 11px;
    line-height: 16px;
    text-shadow: 0 1px 2px #090a09;
}

/* Le Hero conserve strictement le gabarit partagé de Réservation. */
body.internal-page[data-page="temoignages"] main .testimony-hero {
    color: #ffffff;
    background: var(--testimony-black);
}

body.internal-page[data-page="temoignages"] main .testimony-hero::before {
    display: none;
}

body.internal-page[data-page="temoignages"] main .testimony-hero__media {
    z-index: -3;
    object-position: center 44%;
    filter: saturate(0.76) contrast(1.04);
}

body.internal-page[data-page="temoignages"] main .testimony-hero__shade {
    z-index: -2;
    background:
        linear-gradient(90deg, rgba(6, 7, 6, 0.95) 0%, rgba(6, 7, 6, 0.84) 34%, rgba(6, 7, 6, 0.24) 69%, rgba(6, 7, 6, 0.18) 100%),
        linear-gradient(0deg, rgba(6, 7, 6, 0.76) 0%, rgba(6, 7, 6, 0.08) 58%, rgba(6, 7, 6, 0.20) 100%);
}

body[data-page="temoignages"] .testimony-hero__texture {
    position: absolute;
    inset: 0;
    z-index: -1;
    opacity: 0.08;
    pointer-events: none;
    background: rgba(255, 255, 255, 0.02);
}

body[data-page="temoignages"] .testimony-hero__scene {
    z-index: -1;
    pointer-events: none;
    mix-blend-mode: screen;
}

body[data-page="temoignages"] .testimony-hero__scene canvas {
    opacity: 0.20;
}

body.internal-page[data-page="temoignages"] main .testimony-hero .reservation-hero__content {
    max-width: 740px;
    padding-bottom: 54px;
}

body.internal-page[data-page="temoignages"] main .testimony-hero .reservation-hero__title {
    max-width: 690px;
}

body.internal-page[data-page="temoignages"] main .testimony-hero .reservation-hero__lead {
    max-width: 660px;
}

body[data-page="temoignages"] .testimony-hero__scroll {
    right: 32px;
    bottom: 34px;
    z-index: 3;
}

body[data-page="temoignages"] .testimony-silence {
    padding: 48px 0;
}

/* La première respiration associe une image ample à une seule colonne de texte. */
body[data-page="temoignages"] .testimony-why {
    background: var(--testimony-paper);
}

body[data-page="temoignages"] .testimony-why__composition {
    border: 1px solid var(--testimony-line);
}

body[data-page="temoignages"] .testimony-why__media {
    height: 650px;
}

body[data-page="temoignages"] .testimony-why__copy {
    display: flex;
    min-height: 650px;
    flex-direction: column;
    justify-content: center;
    padding: 40px;
    border-left: 1px solid var(--testimony-line);
    background: #ffffff;
}

body[data-page="temoignages"] .testimony-why__copy p:not(.testimony-eyebrow) {
    color: var(--testimony-muted);
    font-size: 17px;
    line-height: 28px;
}

body[data-page="temoignages"] .testimony-why__copy p:last-child {
    margin-bottom: 0;
}

body[data-page="temoignages"] .testimony-stats {
    margin-top: 48px;
}

/* La frise conserve les six voix dans un cadre éditorial compact en deux colonnes. */
body[data-page="temoignages"] .testimony-voices {
    padding: 64px 0;
    color: #f5f2eb;
    background: var(--testimony-black);
}

body[data-page="temoignages"] .testimony-voices__composition {
    align-items: flex-start;
    border: 1px solid #37352f;
}

body[data-page="temoignages"] .testimony-voices__portrait {
    position: sticky;
    top: 96px;
    height: 560px;
    border-right: 1px solid #37352f;
}

body[data-page="temoignages"] .testimony-voices__portrait img {
    object-position: center 28%;
}

body[data-page="temoignages"] .testimony-voices__narrative {
    padding: 36px 40px 24px;
}

body[data-page="temoignages"] .testimony-voices__intro {
    position: static;
    max-width: 660px;
    margin-bottom: 20px;
    padding: 0;
}

body[data-page="temoignages"] .testimony-voices__intro h2 {
    margin-bottom: 14px;
    font-size: 40px;
    line-height: 44px;
}

body[data-page="temoignages"] .testimony-voices h2,
body[data-page="temoignages"] .testimony-voices h3 {
    color: #ffffff;
}

body[data-page="temoignages"] .testimony-voices__intro p:last-child,
body[data-page="temoignages"] .voice-timeline li small {
    color: #aaa59a;
}

body[data-page="temoignages"] .voice-timeline::before {
    display: none;
}

body[data-page="temoignages"] .voice-timeline li {
    min-height: 132px;
    gap: 16px;
    padding: 16px 18px;
    border-top: 1px solid #37352f;
}

body[data-page="temoignages"] .voice-timeline li:nth-child(even) {
    border-left: 1px solid #37352f;
}

body[data-page="temoignages"] .voice-timeline li > span {
    flex-basis: 40px;
    width: 40px;
    height: 40px;
    border: 1px solid var(--accent-on-dark, #c9a56d);
    border-radius: 0;
    color: var(--accent-on-dark, #c9a56d);
    background: var(--testimony-black);
}

body[data-page="temoignages"] .voice-timeline li div {
    padding-top: 0;
}

body[data-page="temoignages"] .voice-timeline li p {
    margin-bottom: 7px;
    color: var(--accent-on-dark, #c9a56d);
}

body[data-page="temoignages"] .voice-timeline li h3 {
    margin-bottom: 6px;
    font-size: 18px;
    line-height: 24px;
}

/* La bibliothèque s’ouvre par une image de fonds, puis revient à des contrôles sobres. */
body[data-page="temoignages"] .testimony-library {
    background: var(--testimony-paper);
}

body[data-page="temoignages"] .testimony-library__gateway {
    position: relative;
    min-height: 510px;
    overflow: hidden;
    background: var(--testimony-black);
}

body[data-page="temoignages"] .testimony-library__gateway::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(7, 8, 7, 0.92) 0%, rgba(7, 8, 7, 0.68) 52%, rgba(7, 8, 7, 0.22) 100%);
    content: "";
}

body[data-page="temoignages"] .testimony-library__gateway > img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

body[data-page="temoignages"] .testimony-library__gateway-copy {
    position: relative;
    z-index: 1;
    max-width: 760px;
    padding: 86px 64px;
    color: #f4f0e7;
}

body[data-page="temoignages"] .testimony-library__gateway-copy h2 {
    color: #ffffff;
}

body[data-page="temoignages"] .testimony-library__gateway-copy > p:last-child {
    max-width: 560px;
    margin-bottom: 0;
    color: #c8c2b7;
    font-size: 18px;
    line-height: 29px;
}

body[data-page="temoignages"] .testimony-filters {
    margin: 52px 0 30px;
    padding: 22px 0;
}

body[data-page="temoignages"] .testimony-entry {
    position: relative;
    display: grid;
    grid-template-columns: 42px 250px minmax(0, 1fr) 146px;
    gap: 28px;
    min-height: 330px;
    padding: 32px 0;
    transition: background-color 240ms ease, box-shadow 240ms ease;
}

body[data-page="temoignages"] .testimony-entry::before {
    position: absolute;
    top: 32px;
    bottom: 32px;
    left: -18px;
    width: 2px;
    background: var(--testimony-accent-deep);
    opacity: 0;
    content: "";
    transform: scaleY(0.3);
    transform-origin: center;
    transition: opacity 240ms ease, transform 240ms ease;
}

body[data-page="temoignages"] .testimony-entry:hover {
    background: rgba(118, 87, 31, 0.035);
    box-shadow: 0 0 38px rgba(118, 87, 31, 0.07);
}

body[data-page="temoignages"] .testimony-entry:hover::before {
    opacity: 1;
    transform: scaleY(1);
}

body[data-page="temoignages"] .testimony-entry__portrait {
    width: 250px;
    min-height: 266px;
    transition: transform 420ms ease;
}

body[data-page="temoignages"] .testimony-entry:hover .testimony-entry__portrait img {
    transform: scale(1.025);
}

body[data-page="temoignages"] .testimony-entry__portrait img {
    transition: transform 520ms ease, filter 320ms ease;
}

body[data-page="temoignages"] .testimony-entry__body blockquote {
    max-width: 620px;
    margin: 0 0 18px;
    color: var(--testimony-ink);
    font-family: var(--font-editorial);
    font-size: 22px;
    line-height: 30px;
}

body[data-page="temoignages"] .testimony-entry__name {
    margin-bottom: 10px;
    font-weight: 700;
}

body[data-page="temoignages"] .testimony-entry__summary {
    max-width: 610px;
}

body[data-page="temoignages"] .testimony-entry__facts {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
    margin: 22px 0;
}

body[data-page="temoignages"] .testimony-entry__facts div {
    min-width: 86px;
}

body[data-page="temoignages"] .testimony-entry__facts dt {
    color: var(--testimony-muted);
    font-size: 10px;
    line-height: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

body[data-page="temoignages"] .testimony-entry__facts dd {
    margin: 4px 0 0;
    font-size: 13px;
    line-height: 18px;
}

/* Les trois temps utilisent un même document visuel cadré différemment. */
body[data-page="temoignages"] .testimony-chronology {
    background: var(--testimony-base);
}

body[data-page="temoignages"] .testimony-three-times {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    background: var(--testimony-line);
}

body[data-page="temoignages"] .testimony-three-times li {
    position: relative;
    display: block;
    min-height: 520px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border: 0;
    background: var(--testimony-black);
}

body[data-page="temoignages"] .testimony-three-times figure {
    position: absolute;
    inset: 0;
    margin: 0;
}

body[data-page="temoignages"] .testimony-three-times figure::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(6, 7, 6, 0.92) 0%, rgba(6, 7, 6, 0.12) 72%);
    content: "";
}

body[data-page="temoignages"] .testimony-three-times img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(0.72);
}

body[data-page="temoignages"] .testimony-three-times li:nth-child(1) img { object-position: left center; }
body[data-page="temoignages"] .testimony-three-times li:nth-child(2) img { object-position: center; }
body[data-page="temoignages"] .testimony-three-times li:nth-child(3) img { object-position: right center; }

body[data-page="temoignages"] .testimony-three-times li > div {
    position: absolute;
    right: 32px;
    bottom: 34px;
    left: 32px;
    z-index: 1;
    color: #ffffff;
}

body[data-page="temoignages"] .testimony-three-times h3 {
    margin: 12px 0 14px;
    color: #ffffff;
    font-size: 46px;
}

body[data-page="temoignages"] .testimony-three-times p {
    color: #d0c9bd;
}

/* Les relations restent une grille ouverte et non une carte circulaire. */
body[data-page="temoignages"] .testimony-connections {
    min-height: 690px;
    overflow: hidden;
    isolation: isolate;
}

body[data-page="temoignages"] .testimony-connections__media,
body[data-page="temoignages"] .testimony-connections__shade {
    position: absolute;
    inset: 0;
}

body[data-page="temoignages"] .testimony-connections__media {
    z-index: -2;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(0.58) brightness(0.72);
}

body[data-page="temoignages"] .testimony-connections__shade {
    z-index: -1;
    background: linear-gradient(90deg, rgba(7, 8, 7, 0.94) 0%, rgba(7, 8, 7, 0.72) 52%, rgba(7, 8, 7, 0.48) 100%);
}

body[data-page="temoignages"] .testimony-connections__content {
    position: relative;
    z-index: 1;
}

body[data-page="temoignages"] .connection-orbit {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1px;
    min-height: 0;
    padding: 1px;
    border: 1px solid #59554c;
    border-radius: 0;
    background: #59554c;
}

body[data-page="temoignages"] .connection-orbit strong {
    grid-column: 1 / -1;
    padding: 26px;
    background: rgba(9, 10, 9, 0.92);
}

body[data-page="temoignages"] .connection-orbit span {
    padding: 22px 12px;
    border: 0;
    background: rgba(9, 10, 9, 0.88);
    text-align: center;
}

/* Le studio et la transcription ne deviennent interactifs qu’avec un média réel. */
body[data-page="temoignages"] .testimony-audio {
    background: var(--testimony-paper);
}

body[data-page="temoignages"] .testimony-audio__studio {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    min-height: 560px;
    border: 1px solid var(--testimony-line);
}

body[data-page="temoignages"] .testimony-audio__visual {
    min-height: 560px;
}

body[data-page="temoignages"] .testimony-audio__catalog {
    display: flex;
    align-items: stretch;
    background: #11120f;
}

body[data-page="temoignages"] .testimony-audio__catalog > .testimony-governed-empty {
    display: flex;
    margin: 0;
    flex-direction: column;
    justify-content: center;
    padding: 64px;
    border: 0;
    color: #b9b3a8;
}

body[data-page="temoignages"] .testimony-audio__catalog > .testimony-governed-empty h3 {
    color: #ffffff;
    font-family: var(--font-display);
    font-size: 34px;
    font-weight: 500;
    line-height: 42px;
}

body[data-page="temoignages"] .memory-audio--premium {
    min-height: 100%;
    border: 0;
    color: #ffffff;
    background: #11120f;
}

body[data-page="temoignages"] .memory-audio--premium .memory-audio__body {
    padding: 48px;
}

body[data-page="temoignages"] .memory-audio__wave span {
    background: #5f5b52;
    transition: background-color 180ms ease, opacity 180ms ease;
}

body[data-page="temoignages"] .memory-audio__wave span.is-played,
body[data-page="temoignages"] .memory-audio.is-playing .memory-audio__wave span {
    background: var(--accent-on-dark, #c9a56d);
}

body[data-page="temoignages"] .voice-timeline li {
    opacity: 0.68;
    transition: opacity 280ms ease;
}

body[data-page="temoignages"] .voice-timeline li.is-active,
body[data-page="temoignages"] .voice-timeline li:hover {
    opacity: 1;
}

body[data-page="temoignages"] [data-testimony-section] {
    transition: filter 520ms ease;
}

body[data-page="temoignages"] [data-testimony-section].is-story-active {
    filter: brightness(1.01);
}

body[data-page="temoignages"] .memory-audio__controls button {
    border-radius: 0;
}

body[data-page="temoignages"] .memory-audio__controls input {
    accent-color: var(--accent-on-dark, #c9a56d);
}

body[data-page="temoignages"] .testimony-video {
    background: var(--testimony-black);
}

body[data-page="temoignages"] .testimony-video__composition {
    display: grid;
    grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
    align-items: stretch;
    border: 1px solid #3e3b34;
}

body[data-page="temoignages"] .testimony-video__copy {
    display: flex;
    min-height: 620px;
    flex-direction: column;
    justify-content: center;
    padding: 60px;
}

body[data-page="temoignages"] .testimony-video__copy > p:not(.testimony-eyebrow, .testimony-governed-empty) {
    color: #aaa498;
    font-size: 17px;
    line-height: 28px;
}

body[data-page="temoignages"] .testimony-video__visual {
    min-height: 620px;
    border-left: 1px solid #3e3b34;
}

body[data-page="temoignages"] .testimony-video__visual img {
    object-position: center;
}

body[data-page="temoignages"] .testimony-transmission {
    background: var(--testimony-base);
}

body[data-page="temoignages"] .testimony-transmission__composition {
    border: 1px solid var(--testimony-line);
}

body[data-page="temoignages"] .testimony-transmission__media {
    height: 650px;
}

body[data-page="temoignages"] .testimony-transmission__copy {
    display: flex;
    min-height: 650px;
    flex-direction: column;
    justify-content: center;
    padding: 64px;
    border-left: 1px solid var(--testimony-line);
    background: #ffffff;
}

body[data-page="temoignages"] .testimony-transmission__copy > p:not(.testimony-eyebrow, .testimony-governed-empty) {
    color: var(--testimony-muted);
    font-size: 17px;
    line-height: 28px;
}

body[data-page="temoignages"] .testimony-transmission .quote-wall {
    columns: 1;
    margin-top: 30px;
}

body[data-page="temoignages"] .testimony-submit__intro {
    position: sticky;
    top: 100px;
    align-self: flex-start;
}

body[data-page="temoignages"] .testimony-validation {
    padding: 72px 0;
    background: var(--testimony-paper);
}

body[data-page="temoignages"] .testimony-validation__composition {
    margin: 0;
    border: 1px solid var(--testimony-line);
}

body[data-page="temoignages"] .testimony-validation__visual {
    border-right: 1px solid var(--testimony-line);
}

body[data-page="temoignages"] .testimony-validation__media {
    height: 100%;
    min-height: 610px;
}

body[data-page="temoignages"] .testimony-validation__content {
    padding: 42px;
}

body[data-page="temoignages"] .testimony-validation__intro {
    max-width: 650px;
    margin-bottom: 24px;
}

body[data-page="temoignages"] .testimony-validation__intro h2 {
    margin-bottom: 0;
    font-size: 44px;
    line-height: 48px;
}

body[data-page="temoignages"] .testimony-validation li {
    min-height: 112px;
    gap: 16px;
    padding: 18px;
}

body[data-page="temoignages"] .testimony-validation li > span {
    flex: 0 0 28px;
    white-space: nowrap;
    text-align: center;
}

body[data-page="temoignages"] .testimony-validation li:nth-child(even) {
    border-left: 1px solid var(--testimony-line);
}

body[data-page="temoignages"] .testimony-validation li > div {
    min-width: 0;
}

body[data-page="temoignages"] .testimony-validation h3 {
    margin-bottom: 5px;
    font-size: 19px;
    line-height: 25px;
}

body[data-page="temoignages"] .testimony-validation p:not(.testimony-eyebrow) {
    font-size: 15px;
    line-height: 23px;
}

/* La conclusion demeure une photographie plein cadre et non un simple bandeau. */
body[data-page="temoignages"] .testimony-final {
    position: relative;
    display: flex;
    min-height: 720px;
    align-items: center;
    padding: 110px 0;
    overflow: hidden;
    isolation: isolate;
}

body[data-page="temoignages"] .testimony-final__media,
body[data-page="temoignages"] .testimony-final__shade {
    position: absolute;
    inset: 0;
}

body[data-page="temoignages"] .testimony-final__media {
    z-index: -2;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: saturate(0.45) brightness(0.72);
}

body[data-page="temoignages"] .testimony-final__shade {
    z-index: -1;
    background: linear-gradient(90deg, rgba(5, 6, 5, 0.76) 0%, rgba(5, 6, 5, 0.40) 50%, rgba(5, 6, 5, 0.76) 100%);
}

body[data-page="temoignages"] .testimony-final__content {
    position: relative;
    z-index: 1;
}

body[data-page="temoignages"] .testimony-final h2 {
    max-width: 990px;
    margin-bottom: 44px;
    font-size: 64px;
    line-height: 70px;
    text-shadow: 0 2px 18px rgba(0, 0, 0, 0.42);
}

@media (max-width: 1199px) {
    body[data-page="temoignages"] .testimony-why__copy,
    body[data-page="temoignages"] .testimony-transmission__copy,
    body[data-page="temoignages"] .testimony-voices__narrative {
        padding-right: 48px;
        padding-left: 48px;
    }

    body[data-page="temoignages"] .testimony-entry {
        grid-template-columns: 36px 210px minmax(0, 1fr) 126px;
        gap: 22px;
    }

    body[data-page="temoignages"] .testimony-entry__portrait {
        width: 210px;
    }
}

@media (max-width: 991px) {
    body[data-page="temoignages"] .testimony-section {
        padding: 92px 0;
    }

    body[data-page="temoignages"] .testimony-why__media,
    body[data-page="temoignages"] .testimony-transmission__media {
        height: 560px;
    }

    body[data-page="temoignages"] .testimony-why__copy,
    body[data-page="temoignages"] .testimony-transmission__copy {
        min-height: 0;
        padding: 54px;
        border-top: 1px solid var(--testimony-line);
        border-left: 0;
    }

    body[data-page="temoignages"] .testimony-voices__portrait {
        position: relative;
        top: auto;
        height: 380px;
        border-right: 0;
        border-bottom: 1px solid #37352f;
    }

    body[data-page="temoignages"] .testimony-voices,
    body[data-page="temoignages"] .testimony-validation {
        padding: 64px 0;
    }

    body[data-page="temoignages"] .testimony-validation__visual {
        border-right: 0;
        border-bottom: 1px solid var(--testimony-line);
    }

    body[data-page="temoignages"] .testimony-validation__media {
        height: 360px;
        min-height: 360px;
    }

    body[data-page="temoignages"] .testimony-entry {
        grid-template-columns: 34px 190px minmax(0, 1fr);
    }

    body[data-page="temoignages"] .testimony-entry__portrait {
        width: 190px;
    }

    body[data-page="temoignages"] .testimony-entry__open {
        grid-column: 2 / -1;
        min-height: 54px;
        border-top: 1px solid var(--testimony-line);
        border-left: 0;
    }

    body[data-page="temoignages"] .testimony-three-times {
        grid-template-columns: 1fr;
    }

    body[data-page="temoignages"] .testimony-three-times li {
        min-height: 430px;
    }

    body[data-page="temoignages"] .connection-orbit {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body[data-page="temoignages"] .testimony-audio__studio,
    body[data-page="temoignages"] .testimony-video__composition {
        grid-template-columns: 1fr;
    }

    body[data-page="temoignages"] .testimony-audio__visual,
    body[data-page="temoignages"] .testimony-video__visual {
        min-height: 500px;
    }

    body[data-page="temoignages"] .testimony-video__copy {
        min-height: 0;
        padding: 54px;
    }

    body[data-page="temoignages"] .testimony-video__visual {
        border-top: 1px solid #3e3b34;
        border-left: 0;
    }

    body[data-page="temoignages"] .testimony-submit__intro {
        position: static;
    }

}

@media (max-width: 767px) {
    body[data-page="temoignages"] .testimony-section {
        padding: 74px 0;
    }

    body[data-page="temoignages"] .testimonies-page h2 {
        font-size: 40px;
        line-height: 46px;
    }

    body.internal-page[data-page="temoignages"] main .testimony-hero .reservation-hero__content {
        padding-top: 90px;
        padding-bottom: 34px;
    }

    body.internal-page[data-page="temoignages"] main .testimony-hero__media {
        object-position: 66% center;
    }

    body.internal-page[data-page="temoignages"] main .testimony-hero__shade {
        background: linear-gradient(90deg, rgba(6, 7, 6, 0.94) 0%, rgba(6, 7, 6, 0.76) 66%, rgba(6, 7, 6, 0.48) 100%);
    }

    body[data-page="temoignages"] .testimony-why__media,
    body[data-page="temoignages"] .testimony-transmission__media,
    body[data-page="temoignages"] .testimony-audio__visual,
    body[data-page="temoignages"] .testimony-video__visual {
        height: 420px;
        min-height: 420px;
    }

    body[data-page="temoignages"] .testimony-voices,
    body[data-page="temoignages"] .testimony-validation {
        padding: 56px 0;
    }

    body[data-page="temoignages"] .testimony-voices__portrait,
    body[data-page="temoignages"] .testimony-validation__media {
        height: 260px;
        min-height: 260px;
    }

    body[data-page="temoignages"] .testimony-why__copy,
    body[data-page="temoignages"] .testimony-transmission__copy,
    body[data-page="temoignages"] .testimony-voices__narrative,
    body[data-page="temoignages"] .testimony-video__copy,
    body[data-page="temoignages"] .testimony-audio__catalog > .testimony-governed-empty,
    body[data-page="temoignages"] .testimony-validation__content {
        padding: 36px 28px;
    }

    body[data-page="temoignages"] .testimony-voices__intro h2,
    body[data-page="temoignages"] .testimony-validation__intro h2 {
        font-size: 36px;
        line-height: 41px;
    }

    body[data-page="temoignages"] .voice-timeline li,
    body[data-page="temoignages"] .testimony-validation li {
        min-height: 0;
    }

    /* Sur petit écran, les deux séquences se parcourent horizontalement sans allonger la page. */
    body[data-page="temoignages"] .voice-timeline,
    body[data-page="temoignages"] .testimony-validation ol {
        flex-wrap: nowrap;
        padding-bottom: 12px;
        overflow-x: auto;
        overscroll-behavior-inline: contain;
        scroll-snap-type: x mandatory;
        scrollbar-color: var(--testimony-accent) transparent;
        scrollbar-width: thin;
    }

    body[data-page="temoignages"] .voice-timeline li,
    body[data-page="temoignages"] .testimony-validation li {
        flex: 0 0 84%;
        width: 84%;
        max-width: 84%;
        scroll-snap-align: start;
    }

    body[data-page="temoignages"] .voice-timeline li {
        min-height: 210px;
    }

    body[data-page="temoignages"] .testimony-validation li {
        min-height: 176px;
    }

    body[data-page="temoignages"] .voice-timeline li:nth-child(even),
    body[data-page="temoignages"] .voice-timeline li + li {
        border-left: 1px solid #37352f;
    }

    body[data-page="temoignages"] .testimony-validation li:nth-child(even),
    body[data-page="temoignages"] .testimony-validation li + li {
        border-left: 1px solid var(--testimony-line);
    }

    body[data-page="temoignages"] .testimony-library__gateway {
        min-height: 520px;
    }

    body[data-page="temoignages"] .testimony-library__gateway-copy {
        padding: 62px 28px;
    }

    body[data-page="temoignages"] .testimony-entry {
        display: grid;
        grid-template-columns: 34px minmax(0, 1fr);
        gap: 18px;
    }

    body[data-page="temoignages"] .testimony-entry__portrait {
        grid-column: 1 / -1;
        width: 100%;
        height: 290px;
        min-height: 290px;
    }

    body[data-page="temoignages"] .testimony-entry__body {
        grid-column: 1 / -1;
        padding: 0;
    }

    body[data-page="temoignages"] .testimony-entry__open {
        grid-column: 1 / -1;
    }

    body[data-page="temoignages"] .testimony-three-times li {
        min-height: 390px;
    }

    body[data-page="temoignages"] .testimony-connections {
        min-height: 760px;
    }

    body[data-page="temoignages"] .connection-orbit span {
        padding: 18px 8px;
    }

    body[data-page="temoignages"] .testimony-final {
        min-height: 680px;
        padding: 90px 0;
    }

    body[data-page="temoignages"] .testimony-final h2 {
        font-size: 44px;
        line-height: 50px;
    }
}

@media (max-width: 479px) {
    body[data-page="temoignages"] .testimonies-page h2 {
        font-size: 35px;
        line-height: 41px;
    }

    body[data-page="temoignages"] .testimony-why__media,
    body[data-page="temoignages"] .testimony-transmission__media,
    body[data-page="temoignages"] .testimony-audio__visual,
    body[data-page="temoignages"] .testimony-video__visual {
        height: 340px;
        min-height: 340px;
    }

    body[data-page="temoignages"] .testimony-voices__portrait,
    body[data-page="temoignages"] .testimony-validation__media {
        height: 220px;
        min-height: 220px;
    }

    body[data-page="temoignages"] .testimony-voices__narrative,
    body[data-page="temoignages"] .testimony-validation__content {
        padding: 30px 22px;
    }

    body[data-page="temoignages"] .testimony-final h2 {
        font-size: 38px;
        line-height: 44px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .testimonies-page *,
    .testimonies-page *::before,
    .testimonies-page *::after {
        scroll-behavior: auto !important;
        animation-duration: 1ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 1ms !important;
    }
}
