.dll-editorial-carousel {
    --edc-green: var(--dll-vn, #2d3b35);
    --edc-deep: var(--dll-vnd, #1a2620);
    --edc-cream: var(--dll-iv, #f5f0e8);
    --edc-paper: var(--dll-iv, #f5f0e8);
    --edc-gold: var(--dll-do, #b8952a);
    --edc-gold-light: var(--dll-dol, #d4b060);
    --edc-shadow: 0 28px 70px rgba(26, 38, 32, .24);
    padding: clamp(2.25rem, 4vw, 3.5rem) 1.5rem;
    background: var(--dll-iv, #f5f0e8);
}

.dll-editorial-carousel__heading {
    max-width: 77.5rem;
    margin: 0 auto 1.5rem;
}

.dll-editorial-carousel__eyebrow {
    margin: 0 0 .4rem;
    color: var(--dll-do, #b8952a);
    font-family: var(--dll-sans, Arial, sans-serif);
    font-size: .7rem;
    font-weight: 700;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.dll-editorial-carousel__section-title {
    margin: 0;
    color: var(--dll-vn, #2d3b35);
    font-family: var(--dll-serif, Georgia, serif);
    font-size: clamp(1.75rem, 3vw, 2.5rem);
    font-weight: 600;
    line-height: 1.12;
}

.dll-editorial-carousel *,
.dll-editorial-carousel *::before,
.dll-editorial-carousel *::after {
    box-sizing: border-box;
}

.dll-editorial-carousel .screen-reader-text {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    clip-path: inset(50%);
    white-space: nowrap;
    border: 0;
}

.dll-editorial-carousel__frame {
    position: relative;
    max-width: 77.5rem;
    margin-inline: auto;
    overflow: hidden;
    color: var(--edc-paper);
    background: var(--edc-green);
    border-radius: .5rem;
    box-shadow: var(--edc-shadow);
}

.dll-editorial-carousel__viewport {
    overflow: hidden;
}

.dll-editorial-carousel__track {
    display: flex;
    transition: transform .75s cubic-bezier(.22, .61, .36, 1);
    will-change: transform;
}

.dll-editorial-carousel__slide {
    position: relative;
    flex: 0 0 100%;
    min-height: 26rem;
    overflow: hidden;
    isolation: isolate;
}

.dll-editorial-carousel__slide::after {
    position: absolute;
    z-index: -1;
    inset: 0;
    pointer-events: none;
    content: "";
}

.dll-editorial-carousel__slide-inner {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(17.5rem, 42%);
    min-height: 26rem;
}

.dll-editorial-carousel__copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
    padding: 3.25rem 4.25rem 4.25rem;
}

.dll-editorial-carousel__kicker {
    margin: 0 0 .875rem;
    color: var(--edc-gold-light);
    font-family: var(--dll-sans, Arial, sans-serif);
    font-size: .75rem;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.dll-editorial-carousel__title {
    max-width: 45rem;
    margin: 0;
    color: var(--edc-paper);
    font-family: var(--dll-serif, Georgia, serif);
    font-size: clamp(2.125rem, 4.2vw, 3.5rem);
    font-weight: 400;
    line-height: .98;
    letter-spacing: -.02em;
    text-wrap: balance;
}

.dll-editorial-carousel__subtitle {
    margin: .75rem 0 0;
    color: var(--edc-gold-light);
    font-family: var(--dll-serif, Georgia, serif);
    font-size: 1.3125rem;
    font-style: italic;
    line-height: 1.3;
}

.dll-editorial-carousel__rule {
    width: 3.375rem;
    height: 1px;
    margin: 1.4375rem 0 0;
    background: var(--edc-gold);
}

.dll-editorial-carousel__deck {
    max-width: 35rem;
    margin: 1.375rem 0 0;
    color: rgba(245, 240, 232, .82);
    font-family: var(--dll-serif, Georgia, serif);
    font-size: 1.0625rem;
    line-height: 1.65;
}

.dll-editorial-carousel__actions {
    display: flex;
    flex-wrap: wrap;
    gap: .75rem;
    margin-top: 1.75rem;
}

.dll-editorial-carousel__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.75rem;
    padding: 0 1.25rem;
    font-family: var(--dll-sans, Arial, sans-serif);
    font-size: .6875rem;
    font-weight: 700;
    letter-spacing: .12em;
    text-align: center;
    text-transform: uppercase;
    border: 1px solid var(--edc-gold);
    transition: color .25s ease, background-color .25s ease, transform .25s ease;
}

.dll-editorial-carousel__button--primary {
    color: var(--edc-green);
    background: var(--edc-gold-light);
}

.dll-editorial-carousel__button--ghost {
    color: var(--edc-paper);
    background: transparent;
    border-color: rgba(245, 240, 232, .42);
}

.dll-editorial-carousel__button:hover {
    color: var(--edc-green);
    background: var(--edc-gold-light);
    transform: translateY(-2px);
}

.dll-editorial-carousel__media {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    min-height: 26rem;
    overflow: hidden;
}

.dll-editorial-carousel__portrait {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    filter: saturate(.86) contrast(1.03);
}

.dll-editorial-carousel__media-veil {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(45, 59, 53, .92) 0%, rgba(45, 59, 53, .22) 42%, rgba(45, 59, 53, .08) 100%);
}

.dll-editorial-carousel__cover {
    position: relative;
    z-index: 3;
    width: min(13.75rem, 55%);
    max-height: 21.5rem;
    margin: 0 2.25rem 2.5rem auto;
    object-fit: contain;
    box-shadow: 0 24px 42px rgba(0, 0, 0, .34);
    transform: perspective(56.25rem) rotateY(-5deg);
}

.dll-editorial-carousel__author-tag {
    position: absolute;
    z-index: 4;
    top: 2.125rem;
    right: 2.125rem;
    max-width: calc(100% - 4.25rem);
    color: var(--edc-gold-light);
    font-family: var(--dll-sans, Arial, sans-serif);
    font-size: .6875rem;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: .14em;
    text-align: right;
    text-transform: uppercase;
}

.dll-editorial-carousel__slide--cream {
    color: var(--edc-green);
    background: var(--edc-cream);
}

.dll-editorial-carousel__slide--cream .dll-editorial-carousel__title {
    color: var(--edc-green);
}

.dll-editorial-carousel__slide--cream .dll-editorial-carousel__deck {
    color: var(--dll-gr, #4a4a4a);
}

.dll-editorial-carousel__slide--cream .dll-editorial-carousel__kicker {
    color: var(--dll-vn, #2d3b35);
}

.dll-editorial-carousel__slide--cream .dll-editorial-carousel__copy {
    background: linear-gradient(90deg, var(--edc-cream) 0 88%, rgba(245, 240, 232, .65) 100%);
}

.dll-editorial-carousel__slide--cream .dll-editorial-carousel__media-veil {
    background: linear-gradient(90deg, rgba(245, 240, 232, .7), rgba(45, 59, 53, .14) 45%, rgba(45, 59, 53, .28));
}

.dll-editorial-carousel__slide--deep {
    background: var(--edc-deep);
}

.dll-editorial-carousel__slide--deep::after {
    background: radial-gradient(circle at 80% 15%, rgba(184, 149, 42, .15), transparent 38%);
}

.dll-editorial-carousel__slide--deep .dll-editorial-carousel__media {
    align-items: center;
}

.dll-editorial-carousel__slide--deep .dll-editorial-carousel__cover {
    width: min(16.5rem, 66%);
    max-height: 22.5rem;
    margin: auto;
}

.dll-editorial-carousel__translator {
    display: grid;
    grid-template-columns: 5.25rem minmax(0, 1fr);
    align-items: center;
    gap: 1rem;
    width: min(100%, 23rem);
    max-width: 100%;
    margin-top: 1.5rem;
    padding: .75rem 1rem .75rem .75rem;
    background: rgba(255, 255, 255, .045);
    border: 1px solid rgba(184, 149, 42, .42);
    border-left: 2px solid var(--edc-gold);
}

.dll-editorial-carousel__translator img {
    width: 5.25rem;
    height: 5.25rem;
    object-fit: cover;
    object-position: center 28%;
    border: 1px solid var(--edc-gold);
    border-radius: .25rem;
    box-shadow: 0 10px 24px rgba(26, 38, 32, .28);
}

.dll-editorial-carousel__translator strong,
.dll-editorial-carousel__translator span {
    display: block;
}

.dll-editorial-carousel__translator strong {
    color: var(--edc-paper);
    font-family: var(--dll-serif, Georgia, serif);
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.25;
}

.dll-editorial-carousel__translator span {
    color: var(--edc-gold-light);
    margin-top: .25rem;
    font-family: var(--dll-sans, Arial, sans-serif);
    font-size: .6875rem;
    font-weight: 600;
    letter-spacing: .08em;
    line-height: 1.35;
    text-transform: uppercase;
}

.dll-editorial-carousel__audio-card {
    max-width: 32.5rem;
    margin-top: 1.625rem;
    padding: 1.125rem;
    background: rgba(255, 255, 255, .045);
    border: 1px solid rgba(184, 149, 42, .38);
    backdrop-filter: blur(8px);
}

.dll-editorial-carousel__audio-row {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.dll-editorial-carousel__play {
    display: grid;
    flex: 0 0 auto;
    width: 3.125rem;
    height: 3.125rem;
    padding: 0;
    place-items: center;
    background: var(--edc-gold-light);
    border: 0;
    border-radius: 50%;
    cursor: pointer;
}

.dll-editorial-carousel__play-icon {
    width: 0;
    height: 0;
    margin-left: 3px;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 13px solid var(--edc-deep);
}

.dll-editorial-carousel__play[aria-pressed="true"] .dll-editorial-carousel__play-icon {
    width: 13px;
    height: 14px;
    margin: 0;
    background: linear-gradient(90deg, var(--edc-deep) 0 31%, transparent 31% 68%, var(--edc-deep) 68%);
    border: 0;
}

.dll-editorial-carousel__audio-progress {
    flex: 1;
    min-width: 0;
}

.dll-editorial-carousel__wave {
    position: relative;
    height: 2.125rem;
    cursor: pointer;
}

.dll-editorial-carousel__wave-base,
.dll-editorial-carousel__wave-fill {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 3px;
    inset: 0;
    overflow: hidden;
}

.dll-editorial-carousel__wave-fill {
    width: 0;
}

.dll-editorial-carousel__wave span {
    display: block;
    flex: 0 0 auto;
    width: 3px;
    background: rgba(255, 255, 255, .26);
    border-radius: 4px;
}

.dll-editorial-carousel__wave-fill span {
    background: var(--edc-gold-light);
}

.dll-editorial-carousel__time {
    display: flex;
    justify-content: space-between;
    margin-top: .4375rem;
    color: rgba(255, 255, 255, .55);
    font-size: .6875rem;
}

.dll-editorial-carousel__audio-note {
    margin: .6875rem 0 0;
    color: rgba(255, 255, 255, .62);
    font-size: .75rem;
}

.dll-editorial-carousel__counter {
    position: absolute;
    z-index: 9;
    top: 1.5rem;
    left: 1.75rem;
    margin: 0;
    color: rgba(255, 255, 255, .68);
    font-family: var(--dll-sans, Arial, sans-serif);
    font-size: .6875rem;
    letter-spacing: .14em;
}

.dll-editorial-carousel__arrows {
    position: absolute;
    z-index: 8;
    pointer-events: none;
    inset: 0;
}

.dll-editorial-carousel__arrow {
    position: absolute;
    top: 50%;
    display: grid;
    width: 2.875rem;
    height: 2.875rem;
    padding: 0;
    place-items: center;
    color: var(--edc-paper);
    background: rgba(26, 38, 32, .36);
    border: 1px solid rgba(255, 255, 255, .34);
    border-radius: 50%;
    backdrop-filter: blur(8px);
    cursor: pointer;
    pointer-events: auto;
    transform: translateY(-50%);
    transition: color .25s ease, background-color .25s ease, border-color .25s ease;
}

.dll-editorial-carousel__arrow:hover {
    color: var(--edc-green);
    background: var(--edc-gold);
    border-color: var(--edc-gold);
}

.dll-editorial-carousel__arrow--previous {
    left: 1.125rem;
}

.dll-editorial-carousel__arrow--next {
    right: 1.125rem;
}

.dll-editorial-carousel__bottom {
    position: absolute;
    z-index: 9;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 1.75rem 1.25rem;
    pointer-events: none;
}

.dll-editorial-carousel__dots {
    display: flex;
    gap: .625rem;
    pointer-events: auto;
}

.dll-editorial-carousel__dot {
    width: .4375rem;
    height: .4375rem;
    padding: 0;
    background: rgba(255, 255, 255, .36);
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    transition: width .25s ease, background-color .25s ease, border-radius .25s ease;
}

.dll-editorial-carousel__dot[aria-current="true"] {
    width: 1.75rem;
    background: var(--edc-gold-light);
    border-radius: 99px;
}

.dll-editorial-carousel__frame[data-active-theme="cream"] .dll-editorial-carousel__dot:not([aria-current="true"]) {
    background: rgba(45, 59, 53, .34);
}

.dll-editorial-carousel__pause {
    padding: .3rem;
    color: rgba(255, 255, 255, .72);
    background: rgba(26, 38, 32, .24);
    border: 0;
    font-family: var(--dll-sans, Arial, sans-serif);
    font-size: .6875rem;
    letter-spacing: .11em;
    text-transform: uppercase;
    cursor: pointer;
    pointer-events: auto;
}

.dll-editorial-carousel__pause:hover {
    color: var(--dll-wh, #ffffff);
}

.dll-editorial-carousel__pause:disabled {
    cursor: default;
    opacity: .72;
}

.dll-editorial-carousel__progress {
    position: absolute;
    z-index: 9;
    right: 0;
    bottom: 0;
    left: 0;
    height: 3px;
    background: rgba(255, 255, 255, .1);
}

.dll-editorial-carousel__progress span {
    display: block;
    width: 0;
    height: 100%;
    background: var(--edc-gold-light);
}

.dll-editorial-carousel__frame:focus-visible,
.dll-editorial-carousel__arrow:focus-visible,
.dll-editorial-carousel__dot:focus-visible,
.dll-editorial-carousel__button:focus-visible,
.dll-editorial-carousel__play:focus-visible,
.dll-editorial-carousel__pause:focus-visible {
    outline: 3px solid var(--edc-gold-light);
    outline-offset: 3px;
}

@media (max-width: 840px) {
    .dll-editorial-carousel {
        padding-inline: 1.125rem;
    }

    .dll-editorial-carousel__slide,
    .dll-editorial-carousel__slide-inner,
    .dll-editorial-carousel__media {
        min-height: 34rem;
    }

    .dll-editorial-carousel__slide-inner {
        grid-template-columns: 1fr;
    }

    .dll-editorial-carousel__copy {
        z-index: 2;
        justify-content: flex-end;
        padding: 3rem 3.25rem 4.5rem;
        background: linear-gradient(180deg, rgba(45, 59, 53, .2), rgba(45, 59, 53, .96) 58%);
    }

    .dll-editorial-carousel__media {
        position: absolute;
        z-index: 0;
        inset: 0;
    }

    .dll-editorial-carousel__media-veil {
        background: linear-gradient(180deg, rgba(45, 59, 53, .08), rgba(45, 59, 53, .96) 68%);
    }

    .dll-editorial-carousel__cover {
        width: 9.375rem;
        margin: 2.375rem 2.375rem auto auto;
    }

    .dll-editorial-carousel__slide--cream .dll-editorial-carousel__copy {
        background: linear-gradient(180deg, rgba(245, 240, 232, .12), rgba(245, 240, 232, .98) 62%);
    }

    .dll-editorial-carousel__slide--cream .dll-editorial-carousel__media-veil {
        background: linear-gradient(180deg, rgba(245, 240, 232, .08), rgba(245, 240, 232, .96) 70%);
    }

    .dll-editorial-carousel__slide--deep .dll-editorial-carousel__cover {
        width: min(11.5rem, 34vw);
        margin: 2rem 2.5rem auto auto;
    }

    .dll-editorial-carousel__arrow {
        top: 42%;
    }
}

@media (max-width: 560px) {
    .dll-editorial-carousel {
        padding: 2rem 0;
    }

    .dll-editorial-carousel__heading {
        padding-inline: 1.25rem;
        margin-bottom: 1rem;
    }

    .dll-editorial-carousel__frame {
        border-radius: 0;
        box-shadow: none;
    }

    .dll-editorial-carousel__slide,
    .dll-editorial-carousel__slide-inner,
    .dll-editorial-carousel__media {
        min-height: 38rem;
    }

    .dll-editorial-carousel__copy {
        padding: 3rem 1.5rem 4.75rem;
    }

    .dll-editorial-carousel__title {
        font-size: clamp(2rem, 10vw, 2.4rem);
    }

    .dll-editorial-carousel__deck {
        font-size: 1rem;
        line-height: 1.52;
    }

    .dll-editorial-carousel__actions {
        gap: .5rem;
    }

    .dll-editorial-carousel__button {
        flex: 1 1 100%;
    }

    .dll-editorial-carousel__arrow {
        top: 18%;
        width: 2.5rem;
        height: 2.5rem;
        background: rgba(26, 38, 32, .48);
    }

    .dll-editorial-carousel__arrow--previous {
        left: .625rem;
    }

    .dll-editorial-carousel__arrow--next {
        right: .625rem;
    }

    .dll-editorial-carousel__counter {
        top: 1.125rem;
        left: 1.25rem;
    }

    .dll-editorial-carousel__bottom {
        padding: 0 1.25rem 1.125rem;
    }

    .dll-editorial-carousel__cover,
    .dll-editorial-carousel__slide--deep .dll-editorial-carousel__cover {
        width: min(7.5rem, 32vw);
        margin: 1.875rem 1.5rem auto auto;
    }

    .dll-editorial-carousel__translator {
        grid-template-columns: 4.5rem minmax(0, 1fr);
        width: 100%;
        padding: .625rem .75rem .625rem .625rem;
    }

    .dll-editorial-carousel__translator img {
        width: 4.5rem;
        height: 4.5rem;
    }

    .dll-editorial-carousel__audio-card {
        padding: .875rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .dll-editorial-carousel *,
    .dll-editorial-carousel *::before,
    .dll-editorial-carousel *::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
    }
}

/* ============================================================
   ACCUEIL — alignement sur la charte publique DLL (v125)
   Section plate ivoire profond, grille editoriale et controles sobres.
   ============================================================ */
.dll-editorial-carousel {
    --edc-shadow: none;
    padding: 60px 32px;
    color: var(--dll-vn, #2d3b35);
    background: var(--dll-ivd, #ece6d8);
}

.dll-editorial-carousel__heading,
.dll-editorial-carousel__frame {
    max-width: 1140px;
}

.dll-editorial-carousel__heading {
    margin: 0 auto 25px;
}

.dll-editorial-carousel__eyebrow {
    margin: 0 0 7px;
    color: var(--dll-do, #b8952a);
    font-size: .68rem;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: .2em;
}

.dll-editorial-carousel__section-title {
    color: var(--dll-vnd, #1a2620);
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1.18;
}

.dll-editorial-carousel__frame {
    color: var(--dll-vn, #2d3b35);
    background: transparent;
    border-block: 1px solid rgba(184, 149, 42, .38);
    border-radius: 0;
    box-shadow: none;
}

.dll-editorial-carousel__slide,
.dll-editorial-carousel__slide--cream,
.dll-editorial-carousel__slide--deep {
    min-height: 27rem;
    color: var(--dll-vn, #2d3b35);
    background: transparent;
}

.dll-editorial-carousel__slide::after,
.dll-editorial-carousel__slide--deep::after {
    display: none;
}

.dll-editorial-carousel__slide-inner {
    min-height: 27rem;
    grid-template-columns: minmax(15rem, 290px) minmax(0, 1fr);
    grid-template-areas: "media copy";
    gap: 48px;
}

.dll-editorial-carousel__copy,
.dll-editorial-carousel__slide--cream .dll-editorial-carousel__copy {
    grid-area: copy;
    justify-content: center;
    padding: 42px 72px 60px 0;
    background: transparent;
}

.dll-editorial-carousel__kicker,
.dll-editorial-carousel__slide--cream .dll-editorial-carousel__kicker {
    margin-bottom: 12px;
    color: var(--dll-do, #b8952a);
    font-size: .68rem;
    font-weight: 700;
    letter-spacing: .18em;
}

.dll-editorial-carousel__title,
.dll-editorial-carousel__slide--cream .dll-editorial-carousel__title {
    max-width: 42rem;
    color: var(--dll-vnd, #1a2620);
    font-size: clamp(2.1rem, 3.7vw, 3rem);
    font-weight: 700;
    line-height: 1.05;
    letter-spacing: -.012em;
}

.dll-editorial-carousel__subtitle {
    margin-top: 10px;
    color: var(--dll-do, #b8952a);
    font-size: 1.25rem;
}

.dll-editorial-carousel__rule {
    width: 48px;
    margin-top: 20px;
    background: var(--dll-do, #b8952a);
}

.dll-editorial-carousel__deck,
.dll-editorial-carousel__slide--cream .dll-editorial-carousel__deck {
    max-width: 38rem;
    margin-top: 18px;
    color: #41504a;
    font-family: var(--dll-sans, Arial, sans-serif);
    font-size: .98rem;
    line-height: 1.65;
}

.dll-editorial-carousel__actions {
    gap: 20px;
    margin-top: 25px;
}

.dll-editorial-carousel__button {
    min-height: 43px;
    padding: 12px 23px;
    color: var(--dll-vnd, #1a2620);
    font-size: .72rem;
    letter-spacing: .08em;
    border-radius: 0;
}

.dll-editorial-carousel__button--primary,
.dll-editorial-carousel__button--primary:hover {
    color: var(--dll-vnd, #1a2620);
    background: var(--dll-do, #b8952a);
    border-color: var(--dll-do, #b8952a);
}

.dll-editorial-carousel__button--ghost {
    min-height: 0;
    padding-inline: 0;
    color: var(--dll-vnd, #1a2620);
    background: transparent;
    border: 0;
    border-bottom: 1px solid var(--dll-do, #b8952a);
}

.dll-editorial-carousel__button:hover {
    color: var(--dll-do, #b8952a);
    background: transparent;
    transform: none;
}

.dll-editorial-carousel__media,
.dll-editorial-carousel__slide--deep .dll-editorial-carousel__media {
    position: relative;
    grid-area: media;
    align-items: center;
    min-height: 27rem;
    background: var(--dll-iv, #f5f0e8);
    border-right: 1px solid rgba(184, 149, 42, .24);
}

.dll-editorial-carousel__portrait {
    filter: saturate(.92) contrast(1.02);
}

.dll-editorial-carousel__media-veil,
.dll-editorial-carousel__slide--cream .dll-editorial-carousel__media-veil {
    background: linear-gradient(180deg, transparent 62%, rgba(26, 38, 32, .28));
}

.dll-editorial-carousel__cover {
    width: min(6.5rem, 38%);
    max-height: 11rem;
    margin: auto 18px 20px auto;
    border: 1px solid rgba(245, 240, 232, .68);
    box-shadow: 0 12px 24px rgba(26, 38, 32, .2);
    transform: none;
}

.dll-editorial-carousel__slide--deep .dll-editorial-carousel__cover {
    width: min(12.25rem, 67%);
    max-height: 20.5rem;
    margin: auto;
}

.dll-editorial-carousel__author-tag {
    top: auto;
    right: 18px;
    bottom: 18px;
    left: 18px;
    max-width: none;
    padding: 8px 10px;
    color: var(--dll-iv, #f5f0e8);
    background: rgba(26, 38, 32, .78);
    font-size: .64rem;
    text-align: left;
}

.dll-editorial-carousel__translator {
    grid-template-columns: 5rem minmax(0, 1fr);
    width: min(100%, 24rem);
    margin-top: 22px;
    padding: 10px 14px 10px 10px;
    background: rgba(245, 240, 232, .62);
    border: 1px solid rgba(184, 149, 42, .42);
    border-left: 2px solid var(--dll-do, #b8952a);
}

.dll-editorial-carousel__translator img {
    width: 5rem;
    height: 5rem;
    border-color: var(--dll-do, #b8952a);
    border-radius: 0;
    box-shadow: none;
}

.dll-editorial-carousel__translator strong {
    color: var(--dll-vnd, #1a2620);
    font-weight: 700;
}

.dll-editorial-carousel__translator span {
    color: var(--dll-do, #b8952a);
}

.dll-editorial-carousel__audio-card {
    max-width: 34rem;
    margin-top: 23px;
    padding: 15px;
    background: rgba(245, 240, 232, .62);
    border: 1px solid rgba(184, 149, 42, .38);
    backdrop-filter: none;
}

.dll-editorial-carousel__play {
    background: var(--dll-do, #b8952a);
}

.dll-editorial-carousel__wave span {
    background: rgba(45, 59, 53, .24);
}

.dll-editorial-carousel__wave-fill span {
    background: var(--dll-do, #b8952a);
}

.dll-editorial-carousel__time,
.dll-editorial-carousel__audio-note {
    color: #41504a;
}

.dll-editorial-carousel__counter {
    top: 18px;
    left: 314px;
    color: var(--dll-do, #b8952a);
}

.dll-editorial-carousel__arrow {
    width: 42px;
    height: 42px;
    color: var(--dll-iv, #f5f0e8);
    background: var(--dll-vnd, #1a2620);
    border: 1px solid var(--dll-vnd, #1a2620);
    border-radius: 0;
    backdrop-filter: none;
}

.dll-editorial-carousel__arrow:hover {
    color: var(--dll-vnd, #1a2620);
    background: var(--dll-do, #b8952a);
    border-color: var(--dll-do, #b8952a);
}

.dll-editorial-carousel__arrow--previous {
    left: 12px;
}

.dll-editorial-carousel__arrow--next {
    right: 12px;
}

.dll-editorial-carousel__bottom {
    padding: 0 24px 16px 314px;
}

.dll-editorial-carousel__dot,
.dll-editorial-carousel__frame[data-active-theme="cream"] .dll-editorial-carousel__dot:not([aria-current="true"]) {
    background: rgba(45, 59, 53, .34);
}

.dll-editorial-carousel__dot[aria-current="true"] {
    background: var(--dll-do, #b8952a);
}

.dll-editorial-carousel__pause {
    color: var(--dll-vnd, #1a2620);
    background: transparent;
}

.dll-editorial-carousel__pause:hover {
    color: var(--dll-do, #b8952a);
}

.dll-editorial-carousel__progress {
    background: rgba(45, 59, 53, .1);
}

.dll-editorial-carousel__progress span {
    background: var(--dll-do, #b8952a);
}

@media (max-width: 900px) {
    .dll-editorial-carousel__slide-inner {
        grid-template-columns: minmax(13rem, 250px) minmax(0, 1fr);
        gap: 34px;
    }

    .dll-editorial-carousel__copy,
    .dll-editorial-carousel__slide--cream .dll-editorial-carousel__copy {
        padding-right: 52px;
    }

    .dll-editorial-carousel__counter {
        left: 276px;
    }

    .dll-editorial-carousel__bottom {
        padding-left: 276px;
    }
}

@media (max-width: 700px) {
    .dll-editorial-carousel {
        padding: 48px 20px;
    }

    .dll-editorial-carousel__slide,
    .dll-editorial-carousel__slide-inner,
    .dll-editorial-carousel__media {
        min-height: 0;
    }

    .dll-editorial-carousel__slide-inner {
        grid-template-columns: 1fr;
        grid-template-areas:
            "media"
            "copy";
        gap: 0;
    }

    .dll-editorial-carousel__media,
    .dll-editorial-carousel__slide--deep .dll-editorial-carousel__media {
        position: relative;
        inset: auto;
        min-height: 19rem;
        border-right: 0;
        border-bottom: 1px solid rgba(184, 149, 42, .24);
    }

    .dll-editorial-carousel__copy,
    .dll-editorial-carousel__slide--cream .dll-editorial-carousel__copy {
        z-index: 2;
        justify-content: center;
        padding: 38px 48px 64px;
        background: transparent;
    }

    .dll-editorial-carousel__counter {
        top: calc(19rem + 18px);
        left: 48px;
    }

    .dll-editorial-carousel__bottom {
        padding: 0 48px 17px;
    }

    .dll-editorial-carousel__media-veil,
    .dll-editorial-carousel__slide--cream .dll-editorial-carousel__media-veil {
        background: linear-gradient(180deg, transparent 68%, rgba(26, 38, 32, .25));
    }

    .dll-editorial-carousel__cover,
    .dll-editorial-carousel__slide--deep .dll-editorial-carousel__cover {
        width: min(8.5rem, 35vw);
        max-height: 16rem;
        margin: auto 24px 20px auto;
    }

    .dll-editorial-carousel__slide--deep .dll-editorial-carousel__cover {
        margin: 20px auto;
    }

    .dll-editorial-carousel__arrow {
        top: 9.5rem;
        width: 40px;
        height: 40px;
        background: rgba(26, 38, 32, .82);
    }
}

@media (max-width: 480px) {
    .dll-editorial-carousel {
        padding: 42px 0;
    }

    .dll-editorial-carousel__heading {
        padding-inline: 20px;
    }

    .dll-editorial-carousel__section-title {
        font-size: 1.6rem;
    }

    .dll-editorial-carousel__title,
    .dll-editorial-carousel__slide--cream .dll-editorial-carousel__title {
        font-size: 2.15rem;
    }

    .dll-editorial-carousel__copy,
    .dll-editorial-carousel__slide--cream .dll-editorial-carousel__copy {
        padding: 36px 24px 66px;
    }

    .dll-editorial-carousel__counter {
        left: 24px;
    }

    .dll-editorial-carousel__bottom {
        padding-inline: 24px;
    }

    .dll-editorial-carousel__button {
        flex: 1 1 100%;
    }

    .dll-editorial-carousel__translator {
        grid-template-columns: 4.5rem minmax(0, 1fr);
    }

    .dll-editorial-carousel__translator img {
        width: 4.5rem;
        height: 4.5rem;
    }
}

/* Portrait historique — Moustapha Lutfi al-Manfaluti */
.dll-editorial-carousel__slide--author .dll-editorial-carousel__media {
    padding: 42px 34px 58px;
    background: var(--dll-vnd, #1a2620);
    border-right-color: rgba(184, 149, 42, .42);
}

.dll-editorial-carousel__slide--author .dll-editorial-carousel__portrait {
    position: relative;
    inset: auto;
    width: min(13rem, 82%);
    height: auto;
    aspect-ratio: 125 / 156;
    object-fit: cover;
    object-position: center;
    filter: grayscale(1) sepia(.08) contrast(1.04);
    border: 1px solid var(--dll-do, #b8952a);
    box-shadow: 12px 14px 0 rgba(184, 149, 42, .12);
}

.dll-editorial-carousel__slide--author .dll-editorial-carousel__media-veil {
    display: none;
}

.dll-editorial-carousel__slide--author .dll-editorial-carousel__author-tag {
    right: 0;
    bottom: 20px;
    left: 0;
    padding: 0 16px;
    color: var(--dll-do, #b8952a);
    background: transparent;
    text-align: center;
}

@media (max-width: 700px) {
    .dll-editorial-carousel__slide--author .dll-editorial-carousel__media {
        min-height: 21rem;
        padding: 32px 24px 54px;
        border-right: 0;
        border-bottom-color: rgba(184, 149, 42, .42);
    }

    .dll-editorial-carousel__slide--author .dll-editorial-carousel__portrait {
        width: min(11rem, 48vw);
    }
}

/* Portrait de traductrice — Fatima Ben Khay */
.dll-editorial-carousel__slide--translator .dll-editorial-carousel__media {
    padding: 42px 34px 58px;
    background: var(--dll-vnd, #1a2620);
    border-right-color: rgba(184, 149, 42, .42);
}

.dll-editorial-carousel__slide--translator .dll-editorial-carousel__portrait {
    position: relative;
    inset: auto;
    width: min(15rem, 84%);
    height: auto;
    aspect-ratio: 1;
    object-fit: cover;
    object-position: center;
    border: 1px solid var(--dll-do, #b8952a);
    box-shadow: 12px 14px 0 rgba(184, 149, 42, .14);
}

.dll-editorial-carousel__slide--translator .dll-editorial-carousel__media-veil {
    display: none;
}

.dll-editorial-carousel__slide--translator .dll-editorial-carousel__author-tag {
    right: 0;
    bottom: 20px;
    left: 0;
    padding: 0 16px;
    color: var(--dll-do, #b8952a);
    background: transparent;
    text-align: center;
}

@media (max-width: 700px) {
    .dll-editorial-carousel__slide--translator .dll-editorial-carousel__media {
        min-height: 21rem;
        padding: 32px 24px 54px;
        border-right: 0;
        border-bottom-color: rgba(184, 149, 42, .42);
    }

    .dll-editorial-carousel__slide--translator .dll-editorial-carousel__portrait {
        width: min(12rem, 52vw);
    }
}
:root {
    --dll-carousel-live: 1;
}

/* Les contenus sont repris dans le carrousel : ces deux blocs ne doivent plus
   apparaître sur l'accueil lorsque le module est actif. */
body.home.dll-carousel-live .hv2-une,
body.home.dll-carousel-live .hv2-aparaitre {
    display: none !important;
}
