/*
 * Single: Spectacle
 *
 * Migrated from single-spectacles.php.
 */

body.folie-2026 h1,
body.folie-2026 h2,
body.folie-2026 h3 {
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1;
}

.alfsp-page {
    position: relative;
    overflow-x: clip;
    overflow-y: visible;
}

.alfsp-page::before {
    content: "";
    position: absolute;
    right: -125px;
    top: 170px;
    width: clamp(210px, 21vw, 300px);
    height: clamp(210px, 21vw, 300px);
    background-image: url("/wp-content/uploads/2025/08/roue2.png");
    opacity: .95;
}

.alfsp-page::after {
    content: "";
    position: absolute;
    left: -120px;
    bottom: 180px;
    width: clamp(170px, 17vw, 230px);
    height: clamp(170px, 17vw, 230px);
    background-image: url("/wp-content/uploads/2025/08/roue.svg");
    opacity: .95;
}

.alfsp-layout {
    width: min(var(--alf-site-max), calc(100% - var(--alf-gutter-desktop)));
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(330px, 430px) 3px minmax(0, 1fr);
    gap: 44px;
    align-items: start;
    padding: 50px 0 96px;
}

.alfsp-left {
    align-self: stretch;
    min-height: 100%;
}

.alfsp-sticky {
    position: sticky;
    top: 145px;
    text-align: center;
}

.alfsp-back {
    display: block;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    line-height: 1;
    font-weight: 900;
    text-align: left;
    margin: 0 0 30px;
}

.alfsp-poster {
    display: block;
    width: 360px;
    max-width: 100%;
    margin: 0 auto 38px;
    background: #fff;
}

body.folie-2026 a.alfsp-reserve {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: min(260px, 75%);
    min-height: 67px;
    background: linear-gradient(to right, var(--alf-red) 0 50%, var(--alf-white) 50% 100%);
    background-size: 200% 100%;
    background-position: 100% 0;
    color: var(--alf-black);
    text-transform: uppercase;
    text-decoration: none;
    font-size: 20px;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1;
    border: 1px solid var(--alf-black);
    border-radius: 8px;
    padding: 15px 35px;
    transition: color .28s ease, border-color .28s ease, background-position .32s ease;
}

body.folie-2026 a.alfsp-reserve:hover,
body.folie-2026 a.alfsp-reserve:focus-visible {
    background-position: 0 0;
    color: var(--alf-white);
    border-color: var(--alf-red);
}

.alfsp-separator {
    width: 3px;
    min-height: 100%;
    background: #e4263e;
}

.alfsp-main {
    max-width: 720px;
    padding-bottom: 60px;
}

.alfsp-head {
    padding: 3px 0 0;
}

.alfsp-tags {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 40px;
}

.alfsp-tags span {
    display: inline-block;
    background: #fff;
    color: #000;
    border-radius: 4px;
    padding: 8px 15px 9px;
    font-size: 17px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: 0;
    transform: rotate(-2deg);
}

.alfsp-tags .alfsp-room {
    background: #e4263e;
    color: #fff;
    transform: rotate(-2deg);
}

.alfsp-head h1 {
    color: #fff;
    font-size: clamp(52px, 5vw, 78px);
    line-height: .92;
    margin: 0 0 22px;
    font-weight: 900;
    letter-spacing: 0;
}

.alfsp-head h2 {
    color: #fff;
    font-size: 27px;
    line-height: 1;
    margin: 0 0 22px;
    font-weight: 900;
}

.alfsp-facts p {
    margin: 3px 0;
    color: #fff;
    line-height: 1.08;
    font-weight: 500;
}

.alfsp-section {
    margin: 48px 0;
}

.alfsp-chip {
    display: inline-block;
    background: #fff;
    color: #000;
    border-radius: 4px;
    padding: 8px 13px 9px;
    font-size: 16px;
    line-height: 1;
    font-weight: 900;
    transform: rotate(-2deg);
    margin-bottom: 12px;
}

.alfsp-dates h3 {
    color: #fff;
    font-size: 32px;
    line-height: .9;
    margin: 3px 0 20px;
    font-weight: 900;
}

.alfsp-date-range span {
    display: block;
}

.alfsp-schedule-row {
    border: 2px solid #fff;
    border-radius: 10px;
    overflow: hidden;
    margin: 16px 0 18px;
    background: #000;
}

.alfsp-schedule-row--days-only {
    display: block;
}

.alfsp-schedule-row--with-label {
    display: block;
}

.alfsp-schedule-label {
    display: flex;
    align-items: center;
    gap: 0;
    width: 100%;
    min-height: 26px;
    border: 0;
    border-bottom: none;
    padding: 0;
    font-size: 12px;
    font-weight: 900;
    text-transform: none;
}

.alfsp-schedule-label strong {
    display: inline-flex;
    align-items: center;
    align-self: stretch;
    background: #fff;
    color: #000;
    padding: 0 15px;
    font-size: 13px;
    line-height: 1;
    font-weight: 900;
}

.alfsp-schedule-label span {
    display: inline-flex;
    align-items: center;
    align-self: stretch;
    color: #fff;
    padding: 0 15px;
    font-size: 13px;
    line-height: 1;
    font-weight: 900;
}

.alfsp-days {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
}

.alfsp-day {
    min-height: 108px;
    border-right: 1px solid rgba(255, 255, 255, .38);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 12px 10px;
    box-sizing: border-box;
    background: #000;
}

.alfsp-day:last-child {
    border-right: 0;
}

.alfsp-day span {
    text-transform: uppercase;
    font-size: 17px;
    line-height: 1;
    font-weight: 900;
    color: #d6d6d6;
    margin-bottom: 16px;
}

.alfsp-day strong {
    font-size: 44px;
    line-height: .9;
    color: #fff;
    font-weight: 900;
    white-space: nowrap;
}

.alfsp-day.is-open {
    background: #60606094;
}

.alfsp-day.is-open span,
.alfsp-day.is-open strong {
    color: #fff;
}

.alfsp-day.is-closed span,
.alfsp-day.is-closed strong {
    color: #fff;
}

.alfsp-note {
    font-size: 16px;
    line-height: 1.35;
}

.alfsp-relache {
    color: #fff;
    font-size: 16px;
    line-height: 1.12;
    font-weight: 700;
    margin: 28px 0 0;
}

.alfsp-relache strong {
    display: inline-block;
    background: #fff;
    color: #000;
    border-radius: 4px;
    padding: 8px 14px 9px;
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
    transform: rotate(-2deg);
    margin: 0 14px 0 0;
}

.alfsp-text {
    font-size: 16px;
    line-height: 1.35;
    font-weight: 500;
    margin: 50px 0;
}

.alfsp-text p:first-child::first-letter {
    font-size: 54px;
    float: left;
    line-height: .85;
    margin: 6px 8px 0 0;
    font-weight: 900;
}

.alfsp-section h2 {
    font-size: 30px;
    line-height: 1.05;
    margin: 0 0 25px;
    color: #fff;
    font-weight: 900;
}

.alfsp-team {
    font-size: 16px;
    line-height: 1.45;
    color: #d8d8d8;
    max-height: 54px;
    overflow: hidden;
}

.alfsp-team.is-open {
    max-height: none;
}

.alfsp-small {
    margin-top: 16px;
    background: #fff;
    color: #000;
    border: 0;
    border-radius: 999px;
    padding: 11px 24px;
    font-weight: 900;
}

.alfsp-mobile-bar {
    display: none;
}

.alfsp-mobile-return {
    display: none;
}

.alfsp-video {
    position: relative;
    aspect-ratio: 16 / 9;
    border-radius: 18px;
    overflow: hidden;
    background: #080808;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .28);
}

.alfsp-video-cover {
    position: absolute;
    inset: 0;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
    text-align: left;
    transition: transform .42s cubic-bezier(.22, 1, .36, 1);
}

.alfsp-video-cover img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: transform .7s cubic-bezier(.22, 1, .36, 1);
}

.alfsp-video-cover__shade {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(0, 0, 0, .12) 0%, rgba(0, 0, 0, .28) 42%, rgba(0, 0, 0, .68) 100%);
    transition: background .32s ease, opacity .32s ease;
}

.alfsp-video-cover__play {
    position: absolute;
    inset: 50% auto auto 50%;
    width: 92px;
    height: 92px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: rgba(228, 38, 62, .95);
    color: #fff;
    transform: translate(-50%, -50%);
    box-shadow: 0 18px 36px rgba(0, 0, 0, .36);
    transition: transform .32s cubic-bezier(.22, 1, .36, 1), background-color .28s ease, box-shadow .28s ease;
}

.alfsp-video-cover__play svg {
    width: 46px;
    height: 46px;
    margin-left: 6px;
    transition: transform .28s ease;
}

.alfsp-video-cover__label {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 18px;
    color: #fff;
    font-size: 18px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: 0;
    transition: transform .28s ease, opacity .28s ease;
}

.alfsp-video-cover:hover,
.alfsp-video-cover:focus-visible {
    transform: scale(1.01);
}

.alfsp-video-cover:hover img,
.alfsp-video-cover:focus-visible img {
    transform: scale(1.05);
}

.alfsp-video-cover:hover .alfsp-video-cover__shade,
.alfsp-video-cover:focus-visible .alfsp-video-cover__shade {
    background:
        linear-gradient(180deg, rgba(0, 0, 0, .08) 0%, rgba(0, 0, 0, .2) 40%, rgba(0, 0, 0, .62) 100%);
}

.alfsp-video-cover:hover .alfsp-video-cover__play,
.alfsp-video-cover:focus-visible .alfsp-video-cover__play {
    transform: translate(-50%, -50%) scale(1.08);
    background: #e4263e;
    box-shadow: 0 24px 42px rgba(0, 0, 0, .42);
    animation: alfsp-video-play-pulse 1.35s ease-in-out infinite;
}

.alfsp-video-cover:hover .alfsp-video-cover__play svg,
.alfsp-video-cover:focus-visible .alfsp-video-cover__play svg {
    transform: translateX(2px);
}

.alfsp-video-cover:hover .alfsp-video-cover__label,
.alfsp-video-cover:focus-visible .alfsp-video-cover__label {
    transform: translateY(-2px);
}

.alfsp-video-close {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 999px;
    background: rgba(12, 12, 12, .76);
    color: #fff;
    box-shadow: 0 12px 28px rgba(0, 0, 0, .28);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-8px) scale(.92);
    transition: opacity .24s ease, transform .28s cubic-bezier(.22, 1, .36, 1), visibility .24s ease, background-color .24s ease;
}

.alfsp-video-close:hover,
.alfsp-video-close:focus-visible {
    background: rgba(228, 38, 62, .92);
}

.alfsp-video-close__icon,
.alfsp-video-close__icon::before,
.alfsp-video-close__icon::after {
    display: block;
    width: 18px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
}

.alfsp-video-close__icon {
    position: relative;
    background: transparent;
}

.alfsp-video-close__icon::before,
.alfsp-video-close__icon::after {
    content: "";
    position: absolute;
    inset: 0;
}

.alfsp-video-close__icon::before {
    transform: rotate(45deg);
}

.alfsp-video-close__icon::after {
    transform: rotate(-45deg);
}

.alfsp-video__embed {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: none;
    width: 100%;
    height: 100%;
}

.alfsp-video__embed.is-visible {
    display: block;
}

.alfsp-video.is-playing .alfsp-video-close {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0) scale(1);
}

.alfsp-video iframe {
    width: 100%;
    height: 100%;
    border: 0;
    background: #111;
    display: block;
}

@keyframes alfsp-video-play-pulse {
    0%, 100% {
        box-shadow: 0 18px 36px rgba(0, 0, 0, .36);
    }
    50% {
        box-shadow: 0 24px 44px rgba(228, 38, 62, .34);
    }
}

.alfsp-carousel {
    min-height: 190px;
}

.alfsp-slider,
.alfsp-photo-slider {
    display: grid;
    grid-template-columns: 35px 1fr 35px;
    gap: 0;
    align-items: center;
}

.alfsp-slider > button,
.alfsp-photo-slider > button {
    width: 34px;
    height: 34px;
    border: 1px solid #fff;
    border-radius: 50%;
    background: #000;
    color: #fff;
    font-weight: 900;
}

.alfsp-slides {
    position: relative;
    min-height: 176px;
    display: grid;
    place-items: center;
    text-align: center;
    isolation: isolate;
    touch-action: pan-y;
}

.alfsp-slide {
    grid-area: 1 / 1;
    padding: 0 0px;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px) scale(.985);
    transition: opacity .65s ease, transform .8s cubic-bezier(.22, 1, .36, 1), visibility .65s ease;
    pointer-events: none;
}

.alfsp-slide.is-active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
    pointer-events: auto;
}

.alfsp-slider blockquote {
    margin: 0;
    align-content: center;
    padding:0 50px;
}

.alfsp-slider p {
    font-size: 18px;
    font-style: italic;
    font-weight: 800;
}

.alfsp-slider cite {
    font-size: 14px;
    font-style: normal;
}

.alfsp-carousel-dots {
    display: none;
}

.alfsp-carousel-dot {
    width: 25px;
    height: 3px;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, .22);
    padding: 0;
    transition: background-color .32s ease, transform .32s ease, opacity .32s ease;
}

.alfsp-carousel-dot.is-active {
    background: #ff3b7a;
}

.alfsp-photo-frame {
    position: relative;
    max-width: 100%;
    min-height: 380px;
    background: #080808;
    border-radius: 8px;
    overflow: hidden;
    touch-action: pan-y;
}

.alfsp-photo-trigger {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 300px;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: zoom-in;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .55s ease, visibility .55s ease;
}

.alfsp-photo-frame img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 380px;
    object-fit: cover;
    opacity: 0;
    visibility: hidden;
    transform: scale(1.02);
    transition: opacity .75s ease, transform 1.05s cubic-bezier(.22, 1, .36, 1), visibility .75s ease;
}

.alfsp-photo-trigger.is-active,
.alfsp-photo-frame img.is-active {
    opacity: 1;
    visibility: visible;
}

.alfsp-photo-trigger.is-active {
    pointer-events: auto;
}

.alfsp-photo-frame img.is-active {
    transform: scale(1);
}

.alfsp-lightbox {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: grid;
    place-items: center;
    padding: 36px 24px;
    background:
        radial-gradient(circle at top, rgba(232, 38, 62, .14), transparent 38%),
        rgba(0, 0, 0, .72);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.alfsp-lightbox[hidden] {
    display: none;
}

body.alfsp-lightbox-open {
    overflow: hidden;
}

.alfsp-lightbox__dialog {
    position: relative;
    width: min(1280px, 100%);
    padding: 28px 30px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 26px;
    background: rgba(15, 15, 15, .96);
    box-shadow: 0 28px 80px rgba(0, 0, 0, .44);
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr) 52px;
    gap: 18px;
    align-items: center;
    animation: alf-form-loader-in .28s cubic-bezier(.22, 1, .36, 1) forwards;
}

.alfsp-lightbox__frame {
    position: relative;
    min-height: min(72vh, 780px);
    display: grid;
    place-items: center;
    border-radius: 18px;
    overflow: hidden;
    background: #090909;
}

.alfsp-lightbox__image {
    display: none;
    width: 100%;
    max-width: 100%;
    max-height: min(72vh, 780px);
    object-fit: contain;
    margin: 0 auto;
    background: #090909;
}

.alfsp-lightbox__image.is-active {
    display: block;
}

.alfsp-lightbox__close,
.alfsp-lightbox__nav {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 999px;
    background: rgba(32, 32, 32, .82);
    color: #fff;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    transition: transform .2s ease, background-color .2s ease, border-color .2s ease;
}

.alfsp-lightbox__close:hover,
.alfsp-lightbox__close:focus-visible,
.alfsp-lightbox__nav:hover,
.alfsp-lightbox__nav:focus-visible {
    background: rgba(48, 48, 48, .92);
    border-color: rgba(255, 255, 255, .28);
    transform: scale(1.04);
}

.alfsp-lightbox__close {
    position: absolute;
    top: 18px;
    right: 18px;
    z-index: 2;
}

.alfsp-price-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.alfsp-price-grid article,
.alfsp-price-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    border: 1px solid #fff;
    border-radius: 7px;
    padding: 18px 14px;
    min-height: 98px;
}

.alfsp-price-card {
    width: 100%;
    box-sizing: border-box;
    background: transparent;
    color: inherit;
    text-align: left;
    cursor: pointer;
    transition: border-color .22s ease, background-color .22s ease, transform .22s ease;
}

.alfsp-price-card:hover,
.alfsp-price-card:focus-visible,
.alfsp-price-card.is-active {
    background: rgba(255, 255, 255, .06);
    border-color: #ff4259;
    transform: translateY(-2px);
}

.alfsp-price-card:disabled {
    cursor: default;
}

.alfsp-price-card:disabled:hover,
.alfsp-price-card:disabled:focus-visible {
    background: transparent;
    border-color: #fff;
    transform: none;
}

.alfsp-price-grid span {
    display: block;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 900;
    letter-spacing: .04em;
}

.alfsp-price-grid strong {
    display: block;
    font-size: 33px;
    margin-top: 0;
}

.alfsp-price-grid p {
    font-size: 14px;
    line-height: 1.25;
    margin: 8px 0 0;
}

@media (max-width: 1800px) {
    .alfsp-layout {
        grid-template-columns: minmax(260px, 340px) 2px minmax(0, 1fr);
        gap: 28px;
        width: min(100% - 36px, 1270px);
    }

    .alfsp-poster {
        width: 330px;
    }

    .alfsp-head h1 {
        font-size: 50px;
    }

    body.folie-2026 .alfsp-day {
        min-height: 50px;
        padding: 5px 10px;
    }

    body.folie-2026 .alfsp-day.is-closed {
    /*border: 1px solid rgb(0 0 0 / 25%);*/
    }

    body.folie-2026 .alfsp-day span {
        font-size: 12px;
        line-height: 1;
        margin-bottom: 10px;
    }

    body.folie-2026 .alfsp-day strong {
        font-size: 20px;
        line-height: .9;
    }
}

@media (max-width: 900px) {
    body.folie-2026.alfsp-mobile-bar-visible {
        padding-bottom: calc(112px + env(safe-area-inset-bottom, 0px));
    }

    .alfsp-page::before {
        right: -108px;
        top: 210px;
        width: 210px;
        height: 210px;
    }

    .alfsp-page::after {
        left: -92px;
        bottom: 140px;
        width: 155px;
        height: 155px;
    }

    .alfsp-layout {
        display: block;
        padding: 24px 0;
        width: min(100% - var(--alf-gutter-tablet), 720px);
    }

    .alfsp-sticky {
        position: relative;
        top: auto;
    }

    .alfsp-back {
        text-align: center;
    }

    .alfsp-poster {
        width: min(420px, 92vw);
    }

    .alfsp-separator {
        display: none;
    }

    .alfsp-main {
        max-width: none;
        padding-top: 40px;
        padding-bottom: 60px;
    }

    .alfsp-section {
        margin: 50px 0;
    }

    .alfsp-head h1 {
        font-size: 45px;
    }

    .alfsp-days {
        grid-template-columns: repeat(4, 1fr);
    }

    body.folie-2026 .alfsp-day {
        border-bottom: 1px solid rgba(255, 255, 255, .25);
    }

    body.folie-2026 .alfsp-day:nth-child(4n) {
        border-right: 0;
    }

    .alfsp-schedule-label {
        flex-wrap: wrap;
    }

    .alfsp-schedule-label strong,
    .alfsp-schedule-label span {
        min-height: 28px;
    }

    .alfsp-price-grid {
        grid-template-columns: 1fr;
    }

    .alfsp-photo-frame {
        min-height: 230px;
        aspect-ratio: 4 / 3;
        overflow: hidden;
        background: #080808;
        border-radius: 12px;
    }

    .alfsp-photo-frame img {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        min-height: 230px;
        object-fit: cover;
    }

    .alfsp-photo-trigger {
        position: absolute;
        inset: 0;
        height: 100%;
    }

    .alfsp-video-cover {
        border-radius: 14px;
    }

    .alfsp-video-cover__play {
        width: 72px;
        height: 72px;
    }

    .alfsp-video-cover__play svg {
        width: 35px;
        height: 35px;
        margin-left: 5px;
    }

    .alfsp-video-cover__label {
        left: 16px;
        right: 16px;
        bottom: 14px;
        font-size: 15px;
    }

    .alfsp-video-close {
        top: 10px;
        right: 10px;
        width: 40px;
        height: 40px;
    }

    .alfsp-photo-slider {
        position: relative;
        grid-template-columns: minmax(0, 1fr);
        gap: 0;
    }

    .alfsp-slider {
        grid-template-columns: minmax(0, 1fr);
        gap: 0;
    }

    .alfsp-slider > button,
    .alfsp-photo-slider > button {
        display: none;
    }

    .alfsp-carousel-dots {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 6px;
        margin-top: 50px;
    }

    .alfsp-photo-slider > button {
        position: absolute;
        top: 50%;
        z-index: 3;
        transform: translateY(-50%);
        background: rgba(0, 0, 0, .72);
        border-color: rgba(255, 255, 255, .46);
    }

    .alfsp-photo-slider > button[data-dir="-1"] {
        left: 10px;
    }

    .alfsp-photo-slider > button[data-dir="1"] {
        right: 10px;
    }

    .alfsp-slides {
        min-height: 0;
    }

    .alfsp-mobile-bar {
        position: fixed;
        left: 14px;
        right: 14px;
        bottom: calc(14px + env(safe-area-inset-bottom, 0px));
        z-index: 1305;
        display: block;
        opacity: 0;
        visibility: hidden;
        transform: translateY(calc(100% + 24px));
        transition: opacity .28s ease, transform .34s cubic-bezier(.22, 1, .36, 1), visibility .28s ease;
        pointer-events: none;
    }

    body.folie-2026 a.alfsp-mobile-return {
        position: fixed;
        top: calc(98px + env(safe-area-inset-top, 0px));
        left: 14px;
        z-index: 1305;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 46px;
        height: 46px;
        border: 1px solid rgba(255, 255, 255, .12);
        border-radius: 999px;
        background: linear-gradient(180deg, rgba(32, 32, 32, .5) 0%, rgba(10, 10, 10, .36) 100%);
        box-shadow: 0 16px 34px rgba(0, 0, 0, .22);
        backdrop-filter: blur(18px) saturate(130%);
        -webkit-backdrop-filter: blur(18px) saturate(130%);
        color: #fff;
        text-decoration: none;
        font-size: 14px;
        line-height: 1;
        font-weight: 900;
        opacity: 0;
        visibility: hidden;
        transform: translateX(-110%);
        transition: opacity .28s ease, transform .36s cubic-bezier(.22, 1, .36, 1), visibility .28s ease;
        pointer-events: none;
    }

    body.folie-2026.alfsp-mobile-bar-visible a.alfsp-mobile-return {
        opacity: 1;
        visibility: visible;
        transform: translateX(0);
        pointer-events: auto;
    }

    .alfsp-mobile-return__icon {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 22px;
        height: 22px;
        color: #fff;
        flex: 0 0 auto;
    }

    .alfsp-mobile-return__icon svg {
        display: block;
        width: 100%;
        height: 100%;
        fill: currentColor;
        line-height: 1;
    }

    .alfsp-mobile-bar.is-visible {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
        pointer-events: auto;
    }

    .alfsp-mobile-bar__inner {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 14px;
        align-items: center;
        padding: 12px 12px 12px 14px;
        border: 1px solid rgba(255, 255, 255, .12);
        border-radius: 24px;
        background: linear-gradient(180deg, rgba(36, 36, 36, .98) 0%, rgba(20, 20, 20, .98) 100%);
        box-shadow: 0 20px 42px rgba(0, 0, 0, .36);
        backdrop-filter: blur(16px);
        -webkit-backdrop-filter: blur(16px);
    }

    .alfsp-mobile-bar__meta {
        display: grid;
        grid-template-columns: 64px minmax(0, 1fr);
        gap: 12px;
        align-items: center;
        min-width: 0;
    }

    .alfsp-mobile-bar__poster {
        display: block;
        width: 64px;
        height: 64px;
        border-radius: 16px;
        object-fit: cover;
        background: #fff;
    }

    .alfsp-mobile-bar__text {
        min-width: 0;
    }

    .alfsp-mobile-bar__text strong,
    .alfsp-mobile-bar__text span {
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .alfsp-mobile-bar__text strong {
        color: #fff;
        font-size: 17px;
        line-height: 1.02;
        font-weight: 900;
    }

    .alfsp-mobile-bar__text span {
        margin-top: 6px;
        color: rgba(255, 255, 255, .7);
        font-size: 13px;
        line-height: 1.1;
        font-weight: 700;
    }

    body.folie-2026 a.alfsp-mobile-bar__cta {
        min-height: 56px;
        padding: 0 22px;
        border-radius: 999px;
        background: linear-gradient(to right, var(--alf-red) 0 50%, var(--alf-white) 50% 100%);
        background-size: 200% 100%;
        background-position: 0 0;
        color: #fff;
        border: 1px solid var(--alf-black);
        text-transform: uppercase;
        text-decoration: none;
        font-size: 15px;
        line-height: 1;
        font-weight: 900;
        letter-spacing: 0;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        white-space: nowrap;
    }
}

@media (max-width: 640px) {
    .alfsp-page::before {
        right: -92px;
        top: 195px;
        width: 185px;
        height: 185px;
    }

    .alfsp-page::after {
        left: -78px;
        bottom: 120px;
        width: 135px;
        height: 135px;
    }

    .alfsp-layout {
        width: calc(100% - var(--alf-gutter-mobile));
    }

    .alfsp-mobile-bar__inner {
        gap: 10px;
        padding: 10px;
        border-radius: 22px;
    }

    body.folie-2026 a.alfsp-mobile-return {
        top: calc(90px + env(safe-area-inset-top, 0px));
        left: 12px;
        width: 60px;
        height: 60px;
    }

    .alfsp-mobile-return__icon {
        width: 24px;
        height: 24px;
    }

    .alfsp-mobile-bar__meta {
        grid-template-columns: 56px minmax(0, 1fr);
        gap: 10px;
    }

    .alfsp-mobile-bar__poster {
        width: 56px;
        height: 56px;
        border-radius: 14px;
    }

    .alfsp-mobile-bar__text strong {
        font-size: 15px;
    }

    .alfsp-mobile-bar__text span {
        font-size: 12px;
    }

    body.folie-2026 a.alfsp-mobile-bar__cta {
        min-height: 50px;
        padding: 0 18px;
        font-size: 14px;
    }

    .alfsp-lightbox {
        padding: 82px 12px 20px;
    }

    .alfsp-lightbox__dialog {
        grid-template-columns: minmax(0, 1fr);
        gap: 0;
    }

    .alfsp-lightbox__close,
    .alfsp-lightbox__nav {
        width: 40px;
        height: 40px;
        font-size: 24px;
    }

    .alfsp-lightbox__frame {
        position: relative;
        width: 100%;
        min-height: 68vh;
        max-height: calc(100vh - 120px);
        overflow: hidden;
        border-radius: 14px;
        background: #111;
    }

    .alfsp-lightbox__image {
        width: 100%;
        height: calc(100vh - 120px);
        max-height: 68vh;
        border-radius: 14px;
        object-fit: cover;
        object-position: center;
    }

    .alfsp-lightbox__nav {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 2;
        background: rgba(20, 20, 20, .78);
        border-color: rgba(255, 255, 255, .2);
    }

    .alfsp-lightbox__nav--prev {
        left: 10px;
    }

    .alfsp-lightbox__nav--next {
        right: 10px;
    }
}
