* {
    box-sizing: border-box;
}

.contain {
    width: 100%;
}

.row-c::-webkit-scrollbar {
    display: none;
}

.row-c {
    -ms-overflow-style: none;
    scrollbar-width: none;
    position: static;
    overflow: auto;
    width: 100%;
}

.row__inner {
    position: center;
    transition: 450ms -webkit-transform;
    transition: 450ms transform;
    transition: 450ms transform, 450ms -webkit-transform;
    font-size: 0;
    white-space: nowrap;
    margin-top: 70.3125px;
    margin-bottom: 70.3125px;
}

.tile {
    position: relative;
    display: inline-block;
    width: 287.5px;
    height: 161px;
    margin-right: 10px;
    font-size: 20px;
    cursor: pointer;
    transition: 450ms all;
    -webkit-transform-origin: center left;
    transform-origin: center left;
}

.tile:hover {
    margin-right: 30px;
}


.tile__img {
    width: 287.5px;
    height: 161px;
    border-radius: 5px;
    -o-object-fit: cover;
    object-fit: cover;
}

.tile__details {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    font-size: 10px;
    border-radius: 5px;
    opacity: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
    transition: 450ms opacity;
}

.tile__details:after,
.tile__details:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    display: #000;
}

.tile__name {
    text-shadow: 1px 1px 5px #000;
    position: absolute;
    bottom: 0;
    font-size: 20px;
    opacity: 1;
    padding-left: 10px;
    font-weight: bold;
    color: #FFF;
    transition: 450ms opacity;
}

.tile:hover .tile__name,
.tile.is-touch-active .tile__name {
    opacity: 0;
}

.tile:hover .tile__details,
.tile.is-touch-active .tile__details {
    opacity: 1;
}


.tile__title {
    text-shadow: 1px 1px 5px #000;
    position: absolute;
    top: 0;
    font-size: 20px;
    padding-left: 10px;
    font-weight: bold;
    color: #FFF;
    transition: 450ms opacity;
    max-width: 230px;
    margin-top: 5px;
    line-height: 21px;
    white-space: normal;
}

.tile__price {
    text-shadow: 1px 1px 5px #000;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 20px;
    padding-left: 10px;
    font-weight: bold;
    color: #FFF;
    transition: 450ms opacity;
}


.tile__description {
    text-shadow: 1px 1px 2px #000;
    position: absolute;
    bottom: 3px;
    font-weight: bold;
    text-align: justify;
    line-height: 18px;
    font-size: 12px;
    padding-left: 10px;
    padding-right: 10px;
    color: #FFF;
    transition: 450ms opacity;
    max-width: 287.5px;
    white-space: normal;
}

.row__inner:hover,
.row__inner.has-touch-active {
    -webkit-transform: translate3d(-62.5px, 0, 0);
    transform: translate3d(-62.5px, 0, 0);
}

.row__inner:hover .tile,
.row__inner.has-touch-active .tile {
    opacity: 0.3;
}

.row__inner:hover .tile:hover,
.row__inner.has-touch-active .tile.is-touch-active {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 1;
}

.tile:hover~.tile,
.tile.is-touch-active~.tile {
    -webkit-transform: translate3d(125px, 0, 0);
    transform: translate3d(125px, 0, 0);
}

.adentro {
    position: static;
    padding: 0;
}

.columna1 {
    width: 640px;
    height: 640px;
}

#lefty,
#righty {
    width: 40px;
    display: inline;
    height: 140px;
    text-align: center;
    color: black;
    cursor: pointer;
    font-size: 24px;
    line-height: 150px;
    position: absolute;
    z-index: 2;
}

#lefty {
    float: left;
    margin-top: 70px;
    left: 0;
}

#righty {
    float: right;
    margin-top: 70px;
    right: 0;
}

#filaAdentro {
    margin-left: 0;
    margin-right: 0;
}

.chevron_img {
    opacity: 60%;
}

.chevron_img:hover {
    opacity: 100%;
}


.tours {
    margin-top: 100px;
}

.tours h1 {
    font-size: 40px;
    color: #000000CC;
    line-height: 1.2;
    font-weight: 700;
    text-align: left;
    margin-bottom: -30px;
}

.icons {
    height: 35px;
}

.tours-showcase-page {
    margin-top: clamp(5.5rem, 8vw, 7rem);
    padding-inline: clamp(1rem, 4vw, 3rem);
    padding-bottom: clamp(2rem, 4vw, 3.5rem);
    overflow-x: clip;
}

.tours-showcase-page--related {
    margin-top: clamp(2rem, 4vw, 3rem);
    padding-inline: 0;
    padding-bottom: 0;
}

.tour-showcase {
    --tour-showcase-gap: clamp(0.9rem, 2vw, 1.5rem);
    --tour-showcase-inline-pad: clamp(1rem, 5vw, 3.5rem);
    --tour-showcase-arrow-size: clamp(2.7rem, 3.6vw, 3.15rem);
    --tour-card-size: clamp(18rem, 42vw, 38rem);
    --tour-showcase-ease: cubic-bezier(0.22, 1, 0.36, 1);
    position: relative;
    width: min(100%, 96rem);
    margin-inline: auto;
    margin-bottom: clamp(2.25rem, 5vw, 4rem);
}

.tour-showcase__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: clamp(1rem, 2.5vw, 1.75rem);
}

.tour-showcase__heading {
    display: inline-flex;
    align-items: center;
    gap: clamp(0.75rem, 1.5vw, 1rem);
    min-width: 0;
}

.tour-showcase__icon {
    width: clamp(2rem, 3vw, 2.75rem);
    height: clamp(2rem, 3vw, 2.75rem);
    object-fit: contain;
    flex: 0 0 auto;
}

.tour-showcase__title {
    margin: 0;
    font-size: clamp(1.5rem, 3vw, 2.6rem);
    line-height: 1.05;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.82);
}

.tour-showcase__empty {
    margin: 0;
    padding-inline: clamp(0.2rem, 1vw, 0.5rem);
}

.tour-showcase__carousel {
    position: relative;
}

.tour-showcase__viewport {
    position: relative;
    overflow: hidden;
    max-width: 100%;
    touch-action: pan-y;
}

.tour-showcase__track {
    display: flex;
    gap: var(--tour-showcase-gap);
    overflow: visible;
    padding-inline: max(var(--tour-showcase-inline-pad), calc((100% - var(--tour-card-size)) / 2));
    padding-block: 0.35rem 0.6rem;
    transform: translate3d(0, 0, 0);
    transition: transform 0.48s var(--tour-showcase-ease);
    will-change: transform;
}

.tour-showcase__slide {
    flex: 0 0 var(--tour-card-size);
    max-width: var(--tour-card-size);
    transition: opacity 0.42s var(--tour-showcase-ease), transform 0.42s var(--tour-showcase-ease);
}

.tour-showcase__card {
    position: relative;
    display: block;
    min-height: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    border-radius: clamp(1.1rem, 2vw, 1.75rem);
    background: #18231f;
    color: #fff;
    text-decoration: none;
    box-shadow: 0 1.2rem 3rem rgba(6, 16, 12, 0.16);
    transition: transform 0.42s var(--tour-showcase-ease), box-shadow 0.42s var(--tour-showcase-ease), opacity 0.42s var(--tour-showcase-ease), filter 0.42s var(--tour-showcase-ease);
}

.tour-showcase__media,
.tour-showcase__image {
    width: 100%;
    height: 100%;
}

.tour-showcase__media {
    position: absolute;
    inset: 0;
}

.tour-showcase__image {
    display: block;
    object-fit: cover;
    transition: transform 0.65s var(--tour-showcase-ease), filter 0.5s var(--tour-showcase-ease);
}

.tour-showcase__card::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(8, 14, 12, 0.08) 0%, rgba(8, 14, 12, 0.2) 38%, rgba(8, 14, 12, 0.86) 100%),
        linear-gradient(135deg, rgba(16, 35, 28, 0.38) 0%, rgba(16, 35, 28, 0) 45%);
}

.tour-showcase__overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 0.9rem;
    padding: clamp(1rem, 2vw, 1.5rem);
}

.tour-showcase .price-tag {
    position: absolute;
    top: clamp(0.85rem, 1.7vw, 1.25rem);
    right: 0;
    display: inline-block;
    min-inline-size: clamp(7.6rem, 12.5vw, 10.5rem);
    max-width: min(56%, 14rem);
    padding: clamp(0.65rem, 1.25vw, 0.95rem) clamp(1rem, 1.9vw, 1.35rem) clamp(0.58rem, 1.1vw, 0.85rem) clamp(0.78rem, 1.5vw, 1rem);
    background: #005D83;
    color: #fff;
    border-radius: 0.32rem 0 0 0.32rem;
    box-shadow: 0 0.7rem 1.6rem rgba(0, 39, 56, 0.28);
    text-align: right;
    z-index: 3;
    opacity: 0;
    transform: translate3d(0.9rem, -0.45rem, 0) scale(0.94);
    transition: opacity 0.42s var(--tour-showcase-ease) 0.08s, transform 0.48s var(--tour-showcase-ease) 0.08s;
    pointer-events: none;
}

.tour-showcase .price-tag .from {
    display: block;
    padding-left: 0.2rem;
    font-size: clamp(0.66rem, 0.9vw, 0.85rem);
    line-height: 1;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #fff;
}

.tour-showcase .price-tag .price {
    display: block;
    clear: both;
    font-size: clamp(1.35rem, 2.35vw, 1.85rem);
    line-height: 1.05;
    font-weight: 700;
    color: #fff;
}

.tour-showcase__content {
    margin-top: auto;
    padding: clamp(0.85rem, 1.7vw, 1.15rem) clamp(0.65rem, 1.25vw, 0.9rem) clamp(0.25rem, 0.7vw, 0.45rem);
    border-radius: clamp(0.9rem, 1.5vw, 1.2rem);
    transform: translateY(0.35rem);
    transition: transform 0.46s var(--tour-showcase-ease);
}

.tour-showcase__card-title {
    margin: 0;
    max-width: min(18ch, 100%);
    font-size: clamp(1.4rem, 2.5vw, 2.15rem);
    line-height: 1.05;
    font-weight: 700;
    color: #fff;
    text-shadow: 0 0.2rem 0.8rem rgba(0, 0, 0, 0.58);
    transform: translateY(0);
    transition: transform 0.46s var(--tour-showcase-ease);
}

.tour-showcase__description {
    margin: 0.65rem 0 0;
    max-width: none;
    width: 100%;
    font-size: clamp(0.94rem, 1.25vw, 1.04rem);
    line-height: 1.42;
    color: rgba(255, 255, 255, 0.92);
    text-shadow: 0 0.15rem 0.5rem rgba(0, 0, 0, 0.55);
    text-wrap: pretty;
    text-align: center;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transform: translateY(0.85rem);
    transition: max-height 0.5s var(--tour-showcase-ease), opacity 0.42s var(--tour-showcase-ease) 0.06s, transform 0.46s var(--tour-showcase-ease) 0.06s;
}

.tour-showcase__slide.is-active {
    opacity: 1;
}

.tour-showcase__slide:not(.is-active) {
    opacity: 0.62;
}

.tour-showcase__slide.is-active .tour-showcase__card,
.tour-showcase__card:focus-visible,
.tour-showcase__card:hover {
    transform: translateY(-0.15rem);
    box-shadow: 0 1.5rem 3.2rem rgba(6, 16, 12, 0.24);
}

.tour-showcase__slide.is-active .tour-showcase__image,
.tour-showcase__card:hover .tour-showcase__image,
.tour-showcase__card:focus-visible .tour-showcase__image {
    transform: scale(1.03);
}

.tour-showcase__slide:not(.is-active) .tour-showcase__card {
    filter: grayscale(0.2) saturate(0.72);
    box-shadow: 0 0.75rem 2rem rgba(6, 16, 12, 0.12);
}

.tour-showcase__slide:not(.is-active) .tour-showcase__image {
    filter: grayscale(0.16) saturate(0.78) brightness(0.9);
}

.tour-showcase__slide:not(.is-active) .tour-showcase__card-title {
    color: rgba(255, 255, 255, 0.98);
}

.tour-showcase__card:focus-visible .tour-showcase__description,
.tour-showcase__slide.is-active .tour-showcase__description {
    max-height: 8rem;
    opacity: 1;
    transform: translateY(0);
}

.tour-showcase__slide.is-active .tour-showcase__content,
.tour-showcase__card:focus-visible .tour-showcase__content {
    transform: translateY(0);
}

.tour-showcase__slide.is-active .tour-showcase__card-title,
.tour-showcase__card:focus-visible .tour-showcase__card-title {
    transform: translateY(-0.18rem);
}

.tour-showcase__slide.is-active .price-tag,
.tour-showcase__card:focus-visible .price-tag {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
}

@media (hover: hover) and (pointer: fine) {
    .tour-showcase__card:hover .tour-showcase__description {
        max-height: 8rem;
        opacity: 1;
        transform: translateY(0);
    }

    .tour-showcase__card:hover .tour-showcase__content {
        transform: translateY(0);
    }

    .tour-showcase__card:hover .tour-showcase__card-title {
        transform: translateY(-0.18rem);
    }

    .tour-showcase__card:hover .price-tag {
        opacity: 1;
        transform: translate3d(0, 0, 0) scale(1);
    }

    .tour-showcase__slide:not(.is-active):hover {
        opacity: 0.9;
    }
}

.tour-showcase__arrow {
    position: absolute;
    top: 50%;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    width: var(--tour-showcase-arrow-size);
    height: var(--tour-showcase-arrow-size);
    padding: 0;
    border: 1px solid rgba(21, 33, 29, 0.1);
    border-radius: 999rem;
    background: rgba(255, 255, 255, 0.92);
    color: #15211d;
    box-shadow: 0 0.55rem 1.4rem rgba(12, 20, 16, 0.14);
    cursor: pointer;
    transition: opacity 0.2s ease, transform 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
    backdrop-filter: blur(0.35rem);
    transform: translateY(-50%);
}

.tour-showcase__arrow-icon {
    display: block;
    font-size: clamp(1.2rem, 1.55vw, 1.5rem);
    line-height: 1;
    font-weight: 700;
}

.tour-showcase__arrow:hover,
.tour-showcase__arrow:focus-visible {
    background: #fff;
    transform: translateY(-50%) scale(1.04);
    box-shadow: 0 0.75rem 1.9rem rgba(12, 20, 16, 0.18);
}

.tour-showcase__arrow[disabled] {
    opacity: 0;
    pointer-events: none;
}

.tour-showcase__arrow--prev {
    left: clamp(-1rem, -0.8vw, -0.35rem);
}

.tour-showcase__arrow--next {
    right: clamp(-1rem, -0.8vw, -0.35rem);
}

.tour-showcase__dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding-top: clamp(0.75rem, 1.8vw, 1rem);
}

.tour-showcase__dots[hidden] {
    display: none;
}

.tour-showcase__dot {
    width: 0.72rem;
    height: 0.72rem;
    border: 0;
    border-radius: 999rem;
    padding: 0;
    background: rgba(21, 33, 29, 0.2);
    cursor: pointer;
    transition: transform 0.2s ease, background-color 0.2s ease, opacity 0.2s ease;
}

.tour-showcase__dot:hover,
.tour-showcase__dot:focus-visible {
    background: rgba(21, 33, 29, 0.46);
}

.tour-showcase__dot.is-active {
    background: #15211d;
    transform: scale(1.18);
}

.tour-showcase__card:focus-visible,
.tour-showcase__arrow:focus-visible,
.tour-showcase__dot:focus-visible {
    outline: 2px solid #d5d0a4;
    outline-offset: 3px;
}

@media (min-width: 1200px) {
    .tour-showcase {
        --tour-card-size: clamp(21rem, 34vw, 32rem);
    }
}

@media (max-width: 991px) {
    .tour-showcase {
        --tour-showcase-inline-pad: clamp(0.9rem, 4vw, 1.8rem);
        --tour-showcase-arrow-size: clamp(2.5rem, 7vw, 2.9rem);
        --tour-card-size: clamp(17rem, 58vw, 25rem);
    }

    .tour-showcase__arrow--prev {
        left: clamp(-0.45rem, -0.4vw, -0.15rem);
    }

    .tour-showcase__arrow--next {
        right: clamp(-0.45rem, -0.4vw, -0.15rem);
    }
}

@media (max-width: 767px) {
    .tours-showcase-page {
        margin-top: 60px;
        padding-inline: 0;
        padding-bottom: 1.8rem;
    }

    .tour-showcase {
        --tour-showcase-gap: clamp(0.75rem, 3.2vw, 1rem);
        --tour-showcase-inline-pad: clamp(0.75rem, 4vw, 1.25rem);
        --tour-showcase-arrow-size: 2.55rem;
        --tour-card-size: min(82vw, 24rem);
        margin-bottom: 2rem;
    }

    .tour-showcase__header {
        margin-bottom: 0.9rem;
        padding-inline: var(--tour-showcase-inline-pad);
    }

    .tour-showcase__title {
        font-size: clamp(1.35rem, 7vw, 1.8rem);
    }

    .tour-showcase__track {
        padding-block: 0.2rem 0.45rem;
    }

    .tour-showcase__description {
        opacity: 0;
        font-size: 0.9rem;
    }

    .tour-showcase__slide.is-active .tour-showcase__description {
        max-height: 8rem;
        opacity: 1;
        transform: translateY(0);
    }

    .tour-showcase__slide:not(.is-active) .tour-showcase__description {
        max-height: 0;
        opacity: 0;
        transform: translateY(0.85rem);
    }

    .tour-showcase__slide:not(.is-active) {
        opacity: 0.52;
    }

    .tour-showcase__arrow {
        top: 50%;
    }

    .tour-showcase__arrow--prev {
        left: clamp(0.2rem, 1.4vw, 0.5rem);
    }

    .tour-showcase__arrow--next {
        right: clamp(0.2rem, 1.4vw, 0.5rem);
    }

    .tour-showcase__arrow-icon {
        font-size: 1.2rem;
    }
}

@media (max-width: 575.98px) {
    .tour-showcase {
        --tour-card-size: min(84vw, 22rem);
    }

    .tour-showcase .price-tag {
        min-inline-size: clamp(6.4rem, 33vw, 8rem);
        max-width: 52%;
        padding: clamp(0.5rem, 2.4vw, 0.68rem) clamp(0.72rem, 3vw, 0.9rem) clamp(0.44rem, 2.1vw, 0.58rem) clamp(0.58rem, 2.5vw, 0.72rem);
    }

    .tour-showcase__card-title {
        font-size: clamp(1.15rem, 5vw, 1.45rem);
    }

    .tour-showcase .price-tag .price {
        font-size: clamp(1.12rem, 4.8vw, 1.32rem);
    }
}

.containcss {
    width: 100%;
}

.row-ccss::-webkit-scrollbar {
    display: none;
}

.row-ccss {
    -ms-overflow-style: none;
    scrollbar-width: none;
    position: static;
    overflow: auto;
    width: 100%;
}

.leftycss,
.rightycss {
    width: 40px;
    display: inline;
    height: 140px;
    text-align: center;
    color: black;
    cursor: pointer;
    font-size: 24px;
    line-height: 150px !important;
    position: absolute;
    z-index: 2;
    margin-top: 70px !important;
}

.leftycss {
    float: left;
    left: 0;
}

.rightycss {
    float: right;
    right: 0;
}


/* ── Mobile card scroll arrows: hidden on desktop ─────────────────── */
.alpek-cards-arrow {
    display: none;
}

/* ── Section spacing ──────────────────────────────────────────────── */
.alpek-main-block {
    margin-top: clamp(1.25rem, 3vw, 2rem);
    margin-bottom: clamp(1.25rem, 3vw, 2rem);
}

.tgallery-section {
    margin-top: clamp(2rem, 4vw, 3rem);
    margin-bottom: clamp(2rem, 4vw, 3rem);
}

.tinfo-row {
    margin-top: clamp(2rem, 4vw, 3rem) !important;
    margin-bottom: clamp(1.5rem, 3vw, 2.5rem) !important;
}

/* ── Layout principal ─────────────────────────────────────────────── */
.alpek-main-block {
    --event-card-gap: clamp(0.55rem, 1vw, 0.85rem);
    --calendar-gap: clamp(0.06rem, 0.22vw, 0.16rem);
    --month-col-size: clamp(13rem, 20vw, 17rem);
    --schedule-top-pad: clamp(0.9rem, 1.55vw, 1.3rem);
    --schedule-content-width: 100%;
    background: #F0E8E2;
    min-height: 0;
    border-radius: 0.5rem;
    width: 100%;
    overflow: visible;
    /* overflow:hidden is safe — horizontal card scroll is inside a nested container */
}

/* COL IZQUIERDA: mes y año en dos sub-columnas verticales */
.alpek-month-col {
    flex: 0 0 var(--month-col-size);
    width: var(--month-col-size);
    background: #F0E8E2;
    padding: var(--schedule-top-pad) clamp(0.45rem, 0.9vw, 0.85rem);
    gap: clamp(0.15rem, 0.35vw, 0.35rem);
    /* align-items: flex-start so content goes to the top */
    align-items: flex-start !important;
    justify-content: flex-start !important;
}

/* Sub-columna del mes (más ancha) */
.alpek-month-subcol {
    display: flex;
    align-items: flex-start;
    justify-content: end;
    flex: 1 1 auto;
}

/* Sub-columna del año (más angosta) */
.alpek-year-subcol {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex: 0 0 clamp(2.5rem, 3.6vw, 3.25rem);
    width: clamp(2.5rem, 3.6vw, 3.25rem);
}

.alpek-month-label {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    transform: rotate(180deg);
    font-size: clamp(3.2rem, 5vw, 4.35rem);
    font-weight: 900;
    letter-spacing: .04em;
    color: #3d3328;
    line-height: 1;
    text-transform: uppercase;
}

.alpek-year-label {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    transform: rotate(180deg);
    font-size: clamp(2.4rem, 3.8vw, 3.35rem);
    font-weight: 400;
    letter-spacing: .12em;
    color: #8a7660;
    line-height: 1;
}

/* COL DERECHA */
.alpek-right-col {
    min-width: 0;
    align-items: stretch;
    padding-inline: clamp(0.75rem, 1.5vw, 1.35rem) !important;
    padding-top: 0 !important;
    /* no overflow:hidden here — would clip the cards horizontal scroll */
}


/* ── Cards row ──────────────────────────────────────────────── */
.alpek-cards-row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: var(--schedule-content-width);
    max-width: var(--schedule-content-width);
    overflow-x: auto;
    overflow-y: hidden;
    gap: var(--event-card-gap);
    padding-bottom: clamp(0.35rem, 0.7vw, 0.6rem);
    margin-bottom: clamp(0.35rem, 0.8vw, 0.65rem);
    align-items: stretch;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: #d4c4ad transparent;
}

.alpek-cards-row::-webkit-scrollbar {
    height: 4px;
}

.alpek-cards-row::-webkit-scrollbar-thumb {
    background: #d4c4ad;
    border-radius: 4px;
}

/* ── Event card ─────────────────────────────────────────────── */
.alpek-event-card {
    flex: 0 0 auto;
    /* never shrink, never grow */
    width: clamp(8.4rem, 34vw, 11rem);
    display: flex;
    flex-direction: column;
    background: #E8D6CA;
    border: 1.5px solid #d4bfb0;
    border-radius: 0.6rem;
    overflow: hidden;
    /* clips the price-block flush to card edges */
    box-shadow: 0 2px 8px rgba(0, 0, 0, .06);
    transition: transform .18s, box-shadow .18s;
}

.alpek-event-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 18px rgba(0, 0, 0, .13);
}

/* Header zone: day name + num + month */
.alpek-event-card__header {
    padding: clamp(0.5rem, 0.85vw, 0.72rem) clamp(0.65rem, 1vw, 0.85rem) clamp(0.32rem, 0.55vw, 0.48rem);
    display: flex;
    flex-direction: column;
}

.alpek-event-card__dayname {
    font-size: clamp(0.62rem, 0.75vw, 0.72rem);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: #8a7660;
    line-height: 1;
    margin-bottom: 0.15rem;
}

/* Number + month on the same row */
.alpek-event-card__daterow {
    display: flex;
    align-items: baseline;
    gap: 0.3rem;
}

.alpek-event-card__daynum {
    font-size: clamp(1.85rem, 2.8vw, 2.35rem);
    font-weight: 800;
    color: #2d3748;
    line-height: 1;
}

.alpek-event-card__month {
    font-size: clamp(0.78rem, 1vw, 0.92rem);
    font-weight: 700;
    text-transform: uppercase;
    color: #2d3748;
    letter-spacing: .04em;
}

/* Price block: full width, no side padding on the block itself */
.alpek-event-card__price-block {
    background: #426355;
    width: 100%;
    padding: clamp(0.38rem, 0.7vw, 0.52rem) clamp(0.65rem, 1vw, 0.85rem);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.alpek-event-card__amount {
    color: #fff;
    font-size: clamp(0.76rem, 1vw, 0.94rem);
    font-weight: 700;
    line-height: 1.2;
    white-space: nowrap;
    text-align: center;
}

/* Spots area: flex:1 pushes button to bottom regardless of content */
.alpek-event-card__spots-area {
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: clamp(0.2rem, 0.5vw, 0.38rem) clamp(0.55rem, 0.9vw, 0.8rem) clamp(0.08rem, 0.3vw, 0.2rem);
    font-size: clamp(0.58rem, 0.72vw, 0.68rem);
    color: #b45309;
    font-weight: 600;
    gap: 0.2rem;
    flex-wrap: wrap;
    line-height: 1.3;
    text-align: center;
}

/* Button: margin-top:auto pins it to the bottom */
.alpek-event-card__btn {
    display: block;
    background: #426355;
    color: #ffffff !important;
    font-weight: 700;
    font-size: clamp(0.72rem, 0.85vw, 0.8rem);
    text-align: center;
    text-decoration: none;
    padding: clamp(0.38rem, 0.65vw, 0.5rem) clamp(0.48rem, 0.8vw, 0.65rem);
    margin: auto clamp(0.6rem, 0.9vw, 0.85rem) clamp(0.55rem, 0.8vw, 0.75rem);
    border-radius: 0.35rem;
    transition: background .15s;
}

.alpek-event-card__btn:hover {
    background: #325048;
    color: #ffffff !important;
    text-decoration: none;
}

/* ── Calendar ─────────────────────────────────────────────────── */
.alpek-cal-inner {
    flex: 0 0 auto;
    padding-bottom: 0;
    width: var(--schedule-content-width);
    max-width: var(--schedule-content-width);
    min-width: 0;
    overflow: hidden;
}

#alpek-calendar {
    width: 100%;
    max-width: 100%;
    min-width: 0;
}

.alpek-cal-header {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 0.35rem;
    margin-bottom: clamp(0.18rem, 0.45vw, 0.35rem);
    width: 100%;
    max-width: 100%;
}

.alpek-cal-title {
    font-size: clamp(0.62rem, 0.75vw, 0.72rem);
    font-weight: 700;
    letter-spacing: .03em;
    color: #2d3748;
}

.alpek-cal-nav {
    background: #f7f0e9;
    border: 1px solid #c4ae96;
    border-radius: 5px;
    width: clamp(1.6rem, 2.2vw, 1.9rem);
    height: clamp(1.6rem, 2.2vw, 1.9rem);
    font-size: clamp(0.9rem, 1.2vw, 1.05rem);
    cursor: pointer;
    color: #5c4530;
    line-height: 1;
    transition: background .15s, box-shadow .15s;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .08);
}

.alpek-cal-nav:hover {
    background: #ecddc8;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .12);
}

.alpek-cal-nav:disabled {
    cursor: not-allowed;
    opacity: 0.35;
}

.alpek-cal-nav:disabled:hover {
    background: none;
}

.alpek-cal-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: var(--calendar-gap);
    width: 100%;
    max-width: 100%;
}

.alpek-cal-daylabel {
    text-align: center;
    font-size: clamp(0.58rem, 0.85vw, 0.78rem);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .02em;
    color: #9e8c77;
    padding: 0.05rem 0;
}

.alpek-cal-cell {
    width: 100%;
    aspect-ratio: 1 / 1;
    block-size: auto;
    display: grid;
    grid-template-rows: auto minmax(0, 1fr) auto;
    align-items: center;
    border-radius: clamp(0.22rem, 0.45vw, 0.38rem);
    background: #4D4D4A;
    padding: clamp(0.12rem, 0.32vw, 0.24rem);
    transition: background .15s, transform .15s;
    overflow: hidden;
}

.alpek-cal-cell--empty {
    background: transparent !important;
}

.alpek-cal-cell--overflow {
    background: #4D4D4A !important;
    opacity: 0.4;
}

.alpek-cal-cell--overflow .alpek-cal-cell__day {
    color: #b0a898;
}

.alpek-cal-cell--past {
    background: #FAE1CD !important;
}

.alpek-cal-cell--past .alpek-cal-cell__day {
    color: #7a5c44;
}

.alpek-cal-cell--today {
    outline: 2px solid #baa88d;
    outline-offset: -2px;
}

.alpek-cal-cell--today .alpek-cal-cell__day {
    color: #81ff8e;
    font-weight: 800;
}

.alpek-cal-cell--event {
    background: #015D83 !important;
    cursor: pointer;
}

.alpek-cal-cell--event:hover {
    background: #014d6e !important;
    transform: scale(1.03);
    z-index: 2;
}

.alpek-cal-cell--event .alpek-cal-cell__day {
    color: #fff;
    font-weight: 700;
}

/* Price: center slot on event cells */
.alpek-cal-cell--event .alpek-cal-cell__price {
    color: #b8e0e8;
    font-size: clamp(0.6rem, 0.86vw, 0.77rem);
    font-weight: 700;
    text-align: center;
    line-height: 1;
    white-space: nowrap;
}

/* "Reservar" action label on event cells */
.alpek-cal-cell--event .alpek-cal-cell__action {
    color: #e8f7fb;
    background: transparent;
    border: 0;
    box-shadow: none;
}

.alpek-cal-cell--requestable {
    background: #f3eadf !important;
    cursor: pointer;
    outline: 1px dashed #b59b7b;
    outline-offset: -2px;
}

.alpek-cal-cell--requestable:hover {
    background: #eadcc9 !important;
    transform: scale(1.02);
}

.alpek-cal-cell--requestable .alpek-cal-cell__day {
    color: #5a4f3f;
}

.alpek-cal-cell--requestable .alpek-cal-cell__price {
    color: #6a4e2e;
    font-size: clamp(0.5rem, 0.72vw, 0.68rem);
    font-weight: 800;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
}

.alpek-cal-cell__pending {
    color: #7a6648;
    font-size: clamp(0.38rem, 0.56vw, 0.5rem);
    font-weight: 800;
    letter-spacing: .02em;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
}

.alpek-cal-cell--requestable .alpek-cal-cell__action {
    color: #5a4f3f;
    background: transparent;
    border: 0;
}

.alpek-cal-cell--cta-pulse {
    animation: alpek-calendar-cell-cta 1250ms ease both;
    position: relative;
    z-index: 2;
}

.alpek-cal-cell--cta-pulse .alpek-cal-cell__action {
    animation: alpek-calendar-action-cta 1250ms ease both;
}

.alpek-cal-cell--loading {
    opacity: .72;
    pointer-events: none;
}

.alpek-cal-cell--loading .alpek-cal-cell__action::after {
    content: '...';
}

.alpek-open-date-note {
    align-items: center;
    background: rgba(243, 234, 223, .72);
    border: 1px solid rgba(181, 155, 123, .35);
    border-radius: .55rem;
    color: #6a5945;
    display: flex;
    flex-wrap: wrap;
    font-size: clamp(.66rem, .85vw, .76rem);
    gap: .22rem .55rem;
    line-height: 1.25;
    margin-top: .5rem;
    padding: .45rem .6rem;
}

.alpek-open-date-note strong {
    color: #4d4337;
    font-weight: 800;
}

/* Day number — always at the top of every cell */
.alpek-cal-cell__day {
    font-size: clamp(0.58rem, 0.85vw, 0.76rem);
    font-weight: 700;
    color: #fff;
    line-height: 1;
    text-align: center;
    width: 100%;
}

/* Middle content slot (price or icon) */
.alpek-cal-cell__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 1 1 auto;
    width: 100%;
    min-width: 0;
    min-height: 0;
    gap: clamp(0.04rem, 0.2vw, 0.12rem);
}

/* Icon inside requestable cells */
.alpek-cal-cell__icon {
    font-size: clamp(0.7rem, 1vw, 0.9rem);
    line-height: 1;
    display: block;
    text-align: center;
}

/* Action label at the bottom */
.alpek-cal-cell__action {
    justify-self: center;
    align-self: end;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: clamp(0.08rem, 0.2vw, 0.16rem);
    font-size: clamp(0.43rem, 0.62vw, 0.58rem);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .03em;
    line-height: 1;
    text-align: center;
    width: fit-content;
    max-width: calc(100% - 0.12rem);
    padding: clamp(0.06rem, 0.18vw, 0.12rem) clamp(0.08rem, 0.24vw, 0.16rem);
    border-radius: 0;
    white-space: nowrap;
    overflow: visible;
}

.alpek-cal-cell__action .bi {
    font-size: 1.05em;
    line-height: 1;
    flex-shrink: 0;
}

/* Legacy req span kept for safety */
.alpek-cal-cell__req {
    font-size: clamp(0.38rem, 0.58vw, 0.52rem);
    line-height: 1;
    color: white;
    text-align: center;
}

/* ── Request date modal ────────────────────────────────────── */
#requestDateModal .modal-dialog {
    max-width: 44rem;
}

#requestDateModal .modal-content {
    border: 0;
    border-radius: 0.75rem;
    overflow: hidden;
    box-shadow: 0 1.25rem 3rem rgba(45, 38, 30, 0.22);
}

#requestDateModal .modal-header {
    display: none !important;
}

#requestDateModal .modal-body {
    padding: 0;
    background: #fbfaf8;
}

#requestDateModal .modal-footer {
    background: #fbfaf8;
    border-top: 1px solid #e4d8cc;
    padding: 0.9rem 1.35rem 1.15rem !important;
}

#requestDateModal .rdm-header {
    background: #53584c;
    color: #fff;
    padding: 1.35rem;
}

#requestDateModal .rdm-logo {
    width: 3rem;
    height: 3rem;
    object-fit: contain;
    flex-shrink: 0;
}

#requestDateModal .rdm-brand {
    color: #d8cbb7;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

#requestDateModal .rdm-title {
    color: #fff;
    font-size: clamp(1.15rem, 2vw, 1.45rem);
    font-weight: 800;
    line-height: 1.15;
}

#requestDateModal .rdm-subtitle {
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.86rem;
    line-height: 1.35;
}

#requestDateModal .rdm-close {
    background: transparent;
    border: 0;
    color: #fff;
    font-size: 1.55rem;
    line-height: 1;
    opacity: 0.78;
    padding: 0;
}

#requestDateModal .rdm-close:hover {
    opacity: 1;
}

#requestDateModal .rdm-body {
    padding: 1.35rem;
}

#requestDateModal .rdm-intro {
    color: #6f6256;
    font-size: 0.9rem;
    line-height: 1.45;
}

#requestDateModal .rdm-label {
    color: #6b5a49;
    display: inline-flex;
    align-items: center;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    margin-bottom: 0.35rem;
}

#requestDateModal .rdm-label i {
    color: #426355;
}

#requestDateModal .rdm-input {
    border-color: #ded1c4;
    border-radius: 0.45rem;
    color: #2f2b25;
    min-height: 2.25rem;
}

#requestDateModal .rdm-input:focus {
    border-color: #baa88d;
    box-shadow: 0 0 0 0.15rem rgba(186, 168, 141, 0.18);
}

#requestDateModal .rdm-input-readonly {
    background: #f0e8e2;
    color: #4d4d4a;
    font-weight: 700;
}

#requestDateModal .rdm-actions {
    gap: 0.6rem;
    width: 100%;
}

#requestDateModal .rdm-btn-cancel {
    border: 1px solid #d4c4ad;
    color: #6b5a49;
    background: #fff;
    border-radius: 999rem;
    font-weight: 700;
    padding: 0.48rem 1rem;
}

#requestDateModal .rdm-btn-submit {
    background: #426355;
    border: 1px solid #426355;
    color: #fff;
    border-radius: 999rem;
    font-weight: 800;
    padding: 0.5rem 1.15rem;
}

#requestDateModal .rdm-btn-submit:hover {
    background: #354f44;
    border-color: #354f44;
    color: #fff;
}

#requestDateModal .rdm-btn-submit:disabled {
    opacity: 0.72;
}

/* ── Responsive ─────────────────────────────────────────────── */
#map-container .tour-map-shell {
    position: relative;
    width: 100%;
    height: 700px;
    max-width: 100%;
    overflow: hidden;
    border-radius: 1rem;
    background: #e7ded6;
}

#map-container .tour-map-iframe {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
}

#map-container .tour-map-shell--cropped {
    --tour-map-top-crop: 64px;
}

#map-container .tour-map-shell--cropped .tour-map-iframe {
    top: calc(var(--tour-map-top-crop) * -1);
    height: calc(100% + var(--tour-map-top-crop));
}

section.content.tours.mt-4 .containcss {
    width: 100%;
    max-width: 100%;
}

section.content.tours.mt-4 .row-ccss {
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
}

section.content.tours.mt-4 #filaAdentro {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

section.content.tours.mt-4 #leftyarrowcol,
section.content.tours.mt-4 #rightarrowcol {
    flex: 0 0 0;
    max-width: 0;
    padding: 0;
    overflow: hidden;
}

section.content.tours.mt-4 #centercol {
    flex: 1 1 100%;
    max-width: 100%;
    min-width: 0;
}

@media (min-width: 992px) {
    .alpek-event-card {
        flex: 0 0 calc((100% - (var(--event-card-gap) * 3)) / 4);
        width: auto;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .alpek-main-block {
        --event-card-gap: clamp(0.5rem, 1.1vw, 0.75rem);
    }

    .alpek-event-card {
        flex: 0 0 clamp(9.2rem, 30vw, 12rem);
        width: auto;
    }
}

@media (max-width: 767px) {
    section.content.tours {
        margin-top: 60px;
        padding-bottom: 1.6rem;
    }

    section.content.tours>.row {
        margin-bottom: 1.15rem;
    }

    .services-section,
    .ftco-section {
        padding-left: clamp(0.9rem, 4vw, 1.25rem);
        padding-right: clamp(0.9rem, 4vw, 1.25rem);
    }

    .services-section {
        margin-top: 2rem !important;
        margin-bottom: 2rem !important;
    }

    .services-section .container,
    .ftco-section .container {
        padding-left: 0;
        padding-right: 0;
        max-width: 100%;
    }

    .heading-section h2,
    .services-section h2,
    .tgallery-section h2 {
        line-height: 1.2;
    }

    .services-section hr {
        margin-top: 1.25rem;
        margin-bottom: 1.25rem;
    }

    #map-container .tour-map-shell {
        width: 100%;
        aspect-ratio: 1 / 1;
        height: auto;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    #map-container .tour-map-iframe {
        height: 100%;
    }

    section.content.tours:not(.mt-4) .containcss,
    section.content.tours:not(.mt-4) .row-ccss,
    section.content.tours:not(.mt-4) .row__inner,
    section.content.tours.mt-4 .row__inner {
        width: 100%;
        max-width: 100%;
        min-width: 0;
    }

    section.content.tours:not(.mt-4) .row__inner,
    section.content.tours.mt-4 .row__inner {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        gap: .7rem;
        margin-top: 0;
        margin-bottom: 0;
        padding: 0 1rem .9rem;
        white-space: normal;
        overflow-x: auto;
        overflow-y: visible;
        scroll-snap-type: x proximity;
        -webkit-overflow-scrolling: touch;
        transform: none !important;
    }

    section.content.tours:not(.mt-4) h1,
    section.content.tours.mt-4 h1 {
        margin-bottom: .85rem;
        font-size: 1.65rem;
        line-height: 1.15;
    }

    section.content.tours:not(.mt-4) #leftyarrowcol,
    section.content.tours:not(.mt-4) #rightarrowcol,
    section.content.tours.mt-4 #leftyarrowcol,
    section.content.tours.mt-4 #rightarrowcol {
        display: none !important;
    }

    section.content.tours:not(.mt-4) #centercol,
    section.content.tours.mt-4 #centercol {
        flex: 1 1 100%;
        max-width: 100%;
        min-width: 0;
    }

    section.content.tours:not(.mt-4) .tile,
    section.content.tours.mt-4 .tile {
        flex: 0 0 clamp(220px, 78vw, 300px);
        width: clamp(220px, 78vw, 300px);
        max-width: calc(100vw - 2rem);
        height: auto;
        margin-right: 0 !important;
        overflow: hidden;
        border-radius: 8px;
        scroll-snap-align: start;
    }

    section.content.tours:not(.mt-4) .tile a,
    section.content.tours.mt-4 .tile a {
        display: block;
        position: relative;
        width: 100%;
        overflow: hidden;
        border-radius: 8px;
    }

    section.content.tours:not(.mt-4) .tile__media,
    section.content.tours.mt-4 .tile__media {
        display: block;
        position: relative;
        width: 100%;
        overflow: hidden;
        border-radius: 8px;
        aspect-ratio: 287.5 / 161;
    }

    section.content.tours:not(.mt-4) .tile__img,
    section.content.tours.mt-4 .tile__img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
        border-radius: 8px;
    }

    section.content.tours:not(.mt-4) .tile__details,
    section.content.tours.mt-4 .tile__details {
        inset: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        overflow: hidden;
        box-sizing: border-box;
        border-radius: 8px;
        background: linear-gradient(to top, rgba(0, 0, 0, .82) 0%, rgba(0, 0, 0, .24) 56%, rgba(0, 0, 0, .08) 100%);
    }

    section.content.tours:not(.mt-4) .tile:hover .tile__details,
    section.content.tours:not(.mt-4) .tile.is-touch-active .tile__details,
    section.content.tours.mt-4 .tile:hover .tile__details,
    section.content.tours.mt-4 .tile.is-touch-active .tile__details {
        opacity: 1;
    }

    section.content.tours:not(.mt-4) .tile__details:after,
    section.content.tours:not(.mt-4) .tile__details:before,
    section.content.tours.mt-4 .tile__details:after,
    section.content.tours.mt-4 .tile__details:before {
        display: none;
    }

    section.content.tours:not(.mt-4) .tile__name,
    section.content.tours.mt-4 .tile__name {
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 2;
        padding: 1.75rem .7rem .65rem;
        font-size: 1rem;
        line-height: 1.16;
        opacity: 1;
        overflow-wrap: break-word;
        background: linear-gradient(to top, rgba(0, 0, 0, .72), transparent);
        box-sizing: border-box;
    }

    section.content.tours:not(.mt-4) .tile:hover .tile__name,
    section.content.tours:not(.mt-4) .tile.is-touch-active .tile__name,
    section.content.tours.mt-4 .tile:hover .tile__name,
    section.content.tours.mt-4 .tile.is-touch-active .tile__name {
        opacity: 0;
    }

    section.content.tours:not(.mt-4) .tile__title,
    section.content.tours.mt-4 .tile__title {
        top: .65rem;
        left: .65rem;
        right: .65rem;
        max-width: none;
        margin-top: 0;
        padding-left: 0;
        font-size: 1rem;
        line-height: 1.16;
        z-index: 2;
        overflow-wrap: break-word;
    }

    section.content.tours:not(.mt-4) .tile__description,
    section.content.tours.mt-4 .tile__description {
        max-width: 100%;
        left: 0;
        right: 0;
        bottom: .65rem;
        padding-left: .7rem;
        padding-right: .7rem;
        box-sizing: border-box;
        overflow-wrap: anywhere;
        word-break: break-word;
        text-align: left;
        line-height: 1.25;
        font-size: .75rem;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        z-index: 2;
    }

    section.content.tours:not(.mt-4) .price-tag,
    section.content.tours.mt-4 .price-tag {
        position: absolute;
        top: .65rem;
        right: .65rem;
        z-index: 3;
        max-width: 42%;
        text-align: right;
    }

    section.content.tours:not(.mt-4) .tile:hover,
    section.content.tours:not(.mt-4) .tile.is-touch-active,
    section.content.tours:not(.mt-4) .row__inner:hover,
    section.content.tours:not(.mt-4) .row__inner:hover .tile,
    section.content.tours:not(.mt-4) .tile:hover~.tile,
    section.content.tours.mt-4 .tile:hover,
    section.content.tours.mt-4 .tile.is-touch-active,
    section.content.tours.mt-4 .row__inner:hover,
    section.content.tours.mt-4 .row__inner:hover .tile,
    section.content.tours.mt-4 .tile:hover~.tile {
        transform: none !important;
        margin-right: 0 !important;
        opacity: 1;
    }

    section.content.tours:not(.mt-4) .row__inner.has-touch-active,
    section.content.tours.mt-4 .row__inner.has-touch-active,
    section.content.tours:not(.mt-4) .row__inner:hover,
    section.content.tours.mt-4 .row__inner:hover {
        transform: none !important;
    }

    section.content.tours:not(.mt-4) .row__inner.has-touch-active .tile,
    section.content.tours.mt-4 .row__inner.has-touch-active .tile {
        opacity: .3;
    }

    section.content.tours:not(.mt-4) .row__inner.has-touch-active .tile.is-touch-active,
    section.content.tours.mt-4 .row__inner.has-touch-active .tile.is-touch-active {
        opacity: 1;
        transform: scale(1.04) !important;
        transform-origin: center center;
    }

    .alpek-main-block {
        flex-direction: column;
        --event-card-gap: clamp(0.45rem, 2.5vw, 0.7rem);
        --calendar-gap: clamp(0.08rem, 0.8vw, 0.16rem);
        --schedule-content-width: 100%;
        margin-top: 0.75rem;
    }

    /* Month/year row: horizontal, with bottom padding to breathe from the right col */
    .alpek-month-col {
        flex-direction: row;
        width: 100%;
        flex: unset;
        padding: 0.8rem 1.2rem 1rem;
        justify-content: flex-start;
        gap: 0.5rem;
    }

    .alpek-month-subcol,
    .alpek-year-subcol {
        flex: unset;
        width: auto;
    }

    .alpek-month-label {
        writing-mode: horizontal-tb;
        transform: none;
        font-size: 2rem;
    }

    .alpek-year-label {
        writing-mode: horizontal-tb;
        transform: none;
        font-size: 1rem;
        align-self: flex-end;
        padding-bottom: 0.15rem;
    }

    /* Right col: tighter horizontal padding, no overflow so cards scroll freely */
    .alpek-right-col {
        padding-left: 0.4rem !important;
        padding-right: 0.4rem !important;
        padding-top: 0.75rem !important;
        overflow: visible;
    }

    /* Cards row: allow horizontal scroll, never clip */
    .alpek-cards-row {
        overflow-x: auto;
        overflow-y: visible;
        scroll-snap-type: x mandatory;
        padding-bottom: 0.75rem;
    }

    /* Cards scroll wrapper: position context for mobile arrows */
    .alpek-cards-scroll-wrap {
        position: relative;
    }

    /* Cards scroll wrapper: extra padding to host the arrows without overlap */
    .alpek-cards-scroll-wrap {
        padding-left: 2.1rem;
        padding-right: 2.1rem;
    }

    /* Mobile nav arrows for event cards */
    .alpek-cards-arrow {
        display: flex !important;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 10;
        background: rgba(255, 255, 255, 0.88);
        border: 1px solid #c4ae96;
        border-radius: 50%;
        width: 2rem;
        height: 2rem;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        color: #5c4530;
        font-size: 1rem;
        box-shadow: 0 2px 6px rgba(0, 0, 0, .14);
        transition: background .15s, box-shadow .15s;
        padding: 0;
        /* Lock transform on active so click never shifts the button */
        -webkit-tap-highlight-color: transparent;
    }

    .alpek-cards-arrow:active {
        transform: translateY(-50%);
        background: #e0ccb4;
    }

    .alpek-cards-arrow:hover {
        background: #ecddc8;
        box-shadow: 0 3px 10px rgba(0, 0, 0, .2);
    }

    .alpek-cards-arrow--prev {
        left: 0.1rem;
    }

    .alpek-cards-arrow--next {
        right: 0.1rem;
    }

    /* Calendar inner: clips the calendar, not the cards */
    .alpek-cal-inner {
        overflow: hidden;
        width: 100%;
    }

    /* Calendar grid: tighter gap, smaller text */
    .alpek-cal-grid {
        gap: var(--calendar-gap);
    }

    .alpek-cal-daylabel {
        font-size: 0.6rem;
    }

    .alpek-cal-cell__day {
        font-size: 0.58rem;
    }

    .alpek-cal-cell__price {
        display: inline;
        font-size: clamp(0.42rem, 1.8vw, 0.52rem);
        line-height: 1;
    }

    .alpek-cal-cell__action {
        font-size: clamp(0.34rem, 1.6vw, 0.42rem);
        padding-inline: clamp(0.16rem, 1vw, 0.28rem);
    }

    .alpek-cal-title {
        font-size: 0.6rem;
    }

    /* Event cards: show 2 per view on mobile */
    .alpek-event-card {
        flex: 0 0 calc((100% - var(--event-card-gap)) / 2);
        width: auto;
        scroll-snap-align: start;
    }

    .alpek-event-card__daynum {
        font-size: 1.8rem;
    }

    /* Keep nowrap — the card is narrow, reduce font instead */
    .alpek-event-card__amount {
        font-size: 0.72rem;
        white-space: nowrap;
    }

    /* Spots: even smaller on mobile */
    .alpek-event-card__spots-area {
        font-size: 0.58rem;
        padding: 0.2rem 0.6rem 0.05rem;
    }

    .tinfo-row {
        row-gap: 1rem;
        margin-top: 1.25rem !important;
    }

    .tgallery-section {
        margin-top: 2rem;
        margin-bottom: 2.5rem;
    }

    .tgallery-carousel-wrap {
        padding: 0 2.4rem 2.1rem;
    }

    .tgallery-carousel-wrap .carousel-inner {
        border-radius: 0.55rem;
    }

    .tgallery-img {
        aspect-ratio: 4 / 3;
        height: auto;
        min-height: 0;
    }

    .tgallery-carousel-wrap .carousel-control-prev {
        left: 0;
    }

    .tgallery-carousel-wrap .carousel-control-next {
        right: 0;
    }

    .tgallery-carousel-wrap .carousel-indicators {
        bottom: -1.65rem;
    }

    .tsec-grid,
    .tsec-grid2 {
        margin-top: 2rem !important;
        margin-bottom: 2rem !important;
    }

    #map-container,
    .weatherwidgetDIV {
        margin-top: 2rem !important;
        margin-bottom: 2rem !important;
    }

    #requestDateModal .modal-dialog {
        margin: 0.75rem;
    }

    #requestDateModal .rdm-header,
    #requestDateModal .rdm-body {
        padding: 1.1rem;
    }

    #requestDateModal .modal-footer {
        padding: 0.85rem 1.1rem 1rem !important;
    }

    #requestDateModal .rdm-actions {
        flex-direction: column-reverse;
        align-items: stretch !important;
    }

    #requestDateModal .rdm-btn-cancel,
    #requestDateModal .rdm-btn-submit {
        width: 100%;
    }
}

/* ═══════════════════════════════════════════════════════════════
   INFO CARDS (Actividades / ¿Qué llevar? / Consideraciones)
   ═══════════════════════════════════════════════════════════════ */

.tinfo-row {
    align-items: stretch;
}

.tinfo-card {
    background: #fafaf9;
    border: 1px solid #e2d9cf;
    border-radius: 0.6rem;
    padding: 1.25rem 1.4rem 1.1rem;
    display: flex;
    flex-direction: column;
}

.tinfo-card__title {
    margin-bottom: 0.85rem;
    padding-bottom: 0.6rem;
    border-bottom: 2px solid #e5ddd4;
}

.tinfo-card__list {
    list-style: none;
    padding: 0;
    margin: 0;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

/* Each list item: icon + text side by side */
.tinfo-card__item {
    display: flex;
    align-items: flex-start;
    gap: 0.55rem;
    line-height: 1.45;
}

.tinfo-card__item-icon {
    font-size: 0.9rem;
    color: #426355;
    flex-shrink: 0;
    margin-top: 0.18em;
    line-height: 1;
}

.tinfo-card__item span {
    font-size: 0.88rem;
    color: #3d3830;
}

.tinfo-card__item--empty .tinfo-card__item-icon {
    color: #a0998f;
}

.tinfo-card__item--empty span {
    color: #a0998f;
    font-style: italic;
}

/* ═══════════════════════════════════════════════════════════════
   GALERÍA DE AVENTURAS — custom vanilla-JS carousel + lightbox
   ═══════════════════════════════════════════════════════════════ */

.tgallery-section {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
}

.tgallery-title {
    font-size: 1.5rem;
    color: #1a1a18;
    margin-bottom: 1rem;
    line-height: 1.2;
}

.tgallery-title__accent {
    font-weight: 400;
    color: #6b5740;
}

.tgallery-status {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 0.85rem;
}

.tgallery-counter {
    display: inline-flex;
    align-items: center;
    min-height: 2rem;
    padding: 0.35rem 0.8rem;
    border-radius: 999px;
    background: #f3ede6;
    color: #4b4238;
    font-size: 0.9rem;
    font-weight: 600;
    line-height: 1;
}

/* ── Bootstrap 4 carousel wrapper ─────────────────────────────
   Extra horizontal padding makes room for the custom arrow buttons
   without them overlapping the images.                           */
.tgallery-carousel-wrap {
    width: 100%;
    max-width: 100%;
    user-select: none;
}

.tgallery-carousel-wrap .carousel-inner {
    overflow: hidden;
    border-radius: 0.6rem;
}

/* Bootstrap .carousel-item already handles slide transitions;
   we just ensure each item fills its container properly. */
.tgallery-carousel-wrap .carousel-item {
    transition: transform .55s cubic-bezier(.4, 0, .2, 1);
}

.tgallery-carousel-wrap .carousel-item>.row {
    margin-left: 0;
    margin-right: 0;
}

/* Thumbnail */
.tgallery-img-wrap {
    position: relative;
    width: 100%;
    max-width: 100%;
    border-radius: 0.5rem;
    overflow: hidden;
    line-height: 0;
    cursor: pointer;
    outline: none;
}

.tgallery-img-wrap:focus-visible {
    outline: 2px solid #426355;
    outline-offset: 2px;
}

.tgallery-img {
    width: 100%;
    max-width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 0.5rem;
    display: block;
    transition: transform .25s;
}

.tgallery-img-wrap:hover .tgallery-img {
    transform: scale(1.03);
}

/* Zoom overlay on hover */
.tgallery-img-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .28);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity .2s;
    border-radius: 0.5rem;
    pointer-events: none;
}

.tgallery-img-overlay .bi {
    font-size: 1.6rem;
    color: #fff;
    filter: drop-shadow(0 1px 3px rgba(0, 0, 0, .5));
}

.tgallery-img-wrap:hover .tgallery-img-overlay {
    opacity: 1;
}

.alpek-intent-contact {
    display: none !important;
}

.weatherwidgetDIV,
.weatherwidgetDIV .heading-section,
.weatherwidgetDIV .heading-section>.w-100,
.tour-weather-widget,
.tour-weather-widget iframe,
.tour-weather-widget .weatherwidget-io {
    width: 100%;
    max-width: 100%;
    min-width: 0;
}

.tour-weather-widget {
    display: block;
    margin-inline: auto;
    padding-inline: 0;
    overflow: hidden;
    border-radius: clamp(0.75rem, 2vw, 1rem);
}

.tour-weather-widget>* {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin-inline: 0 !important;
}

.tour-weather-widget iframe {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
}

.tgallery-section,
#map-container,
.weatherwidgetDIV {
    overflow-x: clip;
}

/* ── Override Bootstrap 4 carousel controls with our custom buttons ──
   BS4 controls are <a> tags; we override color, size and background  */
.tgallery-carousel-wrap .carousel-control-prev,
.tgallery-carousel-wrap .carousel-control-next {
    width: 2.4rem;
    height: 2.4rem;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    border-radius: 50%;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background .15s, transform .15s;
    color: #fff;
    font-size: 1.1rem;
    line-height: 1;
}

.tgallery-carousel-wrap .carousel-control-prev {
    left: 5px;
}

.tgallery-carousel-wrap .carousel-control-next {
    right: 0;
}

.tgallery-carousel-wrap .carousel-control-prev:hover,
.tgallery-carousel-wrap .carousel-control-next:hover {
    background: rgba(30, 30, 28, .92);
    transform: translateY(-50%) scale(1.08);
    color: #fff;
}

/* Hide the default BS4 chevron icons (we use Bootstrap Icons instead) */
.tgallery-carousel-wrap .carousel-control-prev-icon,
.tgallery-carousel-wrap .carousel-control-next-icon {
    display: none;
}

/* ── Override Bootstrap 4 carousel-indicators with our dot style ── */
.tgallery-carousel-wrap .carousel-indicators {
    bottom: -1.8rem;
    margin: 0;
    justify-content: center;
    gap: 6px;
    list-style: none;
    padding: 0;
}

.tgallery-carousel-wrap .carousel-indicators li {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: none;
    background: #c9b89a;
    padding: 0;
    cursor: pointer;
    transition: background .2s, transform .2s;
    text-indent: 0;
    margin: 0;
    flex-shrink: 0;
}

.tgallery-carousel-wrap .carousel-indicators li.active {
    background: #426355;
    transform: scale(1.25);
}

/* ── Lightbox ───────────────────────────────────────────────────── */

.tgallery-lightbox {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

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

.tgallery-lightbox__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .88);
    cursor: zoom-out;
}

.tgallery-lightbox__box {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 960px;
    padding: 0 4rem;
    gap: 0.75rem;
}

.tgallery-lightbox__img-wrap {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    max-height: 88vh;
    overflow: hidden;
    border-radius: 0.5rem;
}

.tgallery-lightbox__img {
    max-width: 100%;
    max-height: 88vh;
    object-fit: contain;
    border-radius: 0.5rem;
    display: block;
    box-shadow: 0 8px 40px rgba(0, 0, 0, .6);
}

.tgallery-lightbox__nav {
    flex-shrink: 0;
    width: 2.8rem;
    height: 2.8rem;
    border-radius: 50%;
    border: none;
    background: rgba(255, 255, 255, .15);
    color: #fff;
    font-size: 1.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background .15s;
    padding: 0;
}

.tgallery-lightbox__nav:hover {
    background: rgba(255, 255, 255, .35);
}

.tgallery-lightbox__close {
    position: absolute;
    top: -3rem;
    right: 0;
    width: 2.2rem;
    height: 2.2rem;
    border-radius: 50%;
    border: none;
    background: rgba(255, 255, 255, .18);
    color: #fff;
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background .15s;
    padding: 0;
}

.tgallery-lightbox__close:hover {
    background: rgba(255, 255, 255, .38);
}

.tgallery-lightbox__counter {
    position: absolute;
    bottom: -2.2rem;
    left: 50%;
    transform: translateX(-50%);
    font-size: 0.8rem;
    color: rgba(255, 255, 255, .7);
    white-space: nowrap;
}

/* ── Responsive tweaks ──────────────────────────────────────── */
@media (max-width: 767px) {

    .tinfo-card {
        padding: 1rem 1.1rem 0.9rem;
    }

    .tinfo-card__title {
        font-size: 0.95rem;
    }

    .tgallery-status {
        justify-content: flex-start;
    }

    .tgallery-counter {
        font-size: 0.85rem;
    }

    .tgallery-img {
        aspect-ratio: 4 / 3;
        height: auto;
    }

    .tgallery-title {
        font-size: 1.2rem;
    }

    .tgallery-carousel-wrap {
        padding: 0 0 2.1rem;
    }

    .tgallery-carousel-wrap .carousel-control-prev,
    .tgallery-carousel-wrap .carousel-control-next {
        width: 2rem;
        height: 2rem;
        font-size: 0.9rem;
    }

    .tgallery-carousel-wrap .carousel-control-prev {
        left: 0.5rem;
    }

    .tgallery-carousel-wrap .carousel-control-next {
        right: 0.5rem;
    }

    .tour-weather-widget {
        padding-inline: 0;
    }

    .tgallery-lightbox__box {
        padding: 0 0.5rem;
        gap: 0.3rem;
    }

    .tgallery-lightbox__nav {
        width: 2.2rem;
        height: 2.2rem;
        font-size: 1rem;
    }

    .tgallery-lightbox__close {
        top: 0.5rem;
        right: 0.5rem;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .tgallery-img {
        height: 170px;
    }
}

@media (min-width: 1200px) {
    .tgallery-img {
        height: 220px;
    }
}

/* ═══════════════════════════════════════════════════════════════
   2-ROW REFERENCE SECTION
   (¿Qué incluye? + Imagen | Información extra + Restricciones)
   ═══════════════════════════════════════════════════════════════ */

/* ── FILA 1: ¿Qué incluye? (izq) + Imagen (der) ──────────────── */
.tsec-grid {
    display: grid;
    grid-template-columns: 5fr 4fr;
    gap: 1rem;
    align-items: stretch;
}

.tsec-includes-col,
.tsec-hero-col {
    display: flex;
    flex-direction: column;
}

/* ── FILA 2: Info extra (izq) + Restricciones (der) ──────────── */
.tsec-grid2 {
    display: grid;
    grid-template-columns: 2fr 3fr;
    gap: 1rem;
    align-items: stretch;
}

.tsec-info-col,
.tsec-restrict-col {
    display: flex;
    flex-direction: column;
}

/* ── Imagen principal ─────────────────────────────────────────── */
.tsec-hero-img-wrap {
    border-radius: 0.6rem;
    overflow: hidden;
    min-height: 260px;
}

.tsec-hero-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 0.6rem;
    min-height: 260px;
    max-height: 420px;
}

/* ── Card base (shared by all 3 cards) ───────────────────────── */
.tsec-card {
    background: #fafaf9;
    border: 1px solid #e2d9cf;
    border-radius: 0.6rem;
    padding: 1.25rem 1.4rem 1.15rem;
    display: flex;
    flex-direction: column;
}

.tsec-card__title {
    margin-bottom: 0.85rem;
    padding-bottom: 0.6rem;
    border-bottom: 2px solid #e5ddd4;
}

/* ── List ─────────────────────────────────────────────────────── */
.tsec-card__list {
    list-style: none;
    padding: 0;
    margin: 0;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

/* Restricciones: 2-column layout when enough items */
.tsec-card__list--cols {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.45rem 1.2rem;
}

/* ── List item ───────────────────────────────────────────────── */
.tsec-card__item {
    display: flex;
    align-items: flex-start;
    gap: 0.55rem;
    line-height: 1.45;
}

.tsec-card__item span {
    font-size: 0.875rem;
    color: #3d3830;
}

/* Include / Info icons: green accent */
.tsec-card__item-icon {
    font-size: 0.88rem;
    color: #426355;
    flex-shrink: 0;
    margin-top: 0.2em;
    line-height: 1;
}

/* Restrict icons: muted red/grey */
.tsec-card__item-icon--restrict {
    color: #b04040;
    font-size: 0.82rem;
}

/* Empty states */
.tsec-card__item--empty .tsec-card__item-icon {
    color: #b0a898;
}

.tsec-card__item--empty span {
    color: #a0998f;
    font-style: italic;
}

/* ── Responsive ──────────────────────────────────────────────── */

/* Tablet (768–991px): maintain 2-col but adjust proportions */
@media (min-width: 768px) and (max-width: 991px) {
    .tsec-grid {
        grid-template-columns: 1fr 1fr;
    }

    .tsec-grid2 {
        grid-template-columns: 1fr 1fr;
    }

    .tsec-hero-img {
        max-height: 340px;
        min-height: 200px;
    }

    .tsec-card__list--cols {
        grid-template-columns: 1fr;
        /* single col on tablet */
    }
}

/* Mobile (<768px): all blocks stack vertically */
@media (max-width: 767px) {

    .tsec-grid,
    .tsec-grid2 {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }

    /* Mobile order: Qué incluye → imagen → info extra → restricciones */
    .tsec-includes-col {
        order: 1;
    }

    .tsec-hero-col {
        order: 2;
    }

    .tsec-info-col {
        order: 3;
    }

    .tsec-restrict-col {
        order: 4;
    }

    .tsec-hero-img {
        min-height: 200px;
        max-height: 260px;
    }

    .tsec-hero-img-wrap {
        min-height: 200px;
    }

    .tsec-card__list--cols {
        grid-template-columns: 1fr;
    }

    .tsec-card {
        padding: 1rem 1.1rem 0.9rem;
    }

    .tsec-card__title {
        font-size: 0.95rem;
    }
}

/* Large screens: slightly more image height */
@media (min-width: 1200px) {
    .tsec-hero-img {
        max-height: 460px;
    }
}

section.content.tours.mt-4 .related-tours-track {
    width: max-content;
    min-width: 100%;
}

section.content.tours.mt-4 .related-tour-card {
    flex: 0 0 auto;
    scroll-snap-align: start;
}

section.content.tours.mt-4 .related-tours-viewport {
    overflow-x: auto;
    overflow-y: visible;
    padding-inline: clamp(1rem, 3.5vw, 2.75rem);
    scroll-padding-inline: clamp(1rem, 3.5vw, 2.75rem);
    box-sizing: border-box;
}

section.content.tours.mt-4 .related-tours-shell {
    overflow-x: clip;
}

@media (max-width: 575.98px) {
    section.content.tours.mt-4 .related-tours-viewport {
        padding-inline: 1rem;
        scroll-padding-inline: 1rem;
    }
}

/* Event cards CTA polish: existing strip above calendar */
.alpek-cards-scroll-wrap {
    position: relative;
    max-width: 100%;
    min-width: 0;
    overflow: visible;
}

.alpek-cards-row {
    overflow-x: auto;
    overflow-y: visible;
    padding-top: clamp(0.35rem, 0.8vw, 0.55rem);
    padding-bottom: clamp(0.85rem, 1.5vw, 1.1rem);
    scroll-padding-inline: clamp(0.35rem, 1vw, 0.75rem);
}

.alpek-event-card {
    position: relative;
    z-index: 1;
    border: 0.0625rem solid rgba(125, 94, 67, 0.22);
    border-radius: 0.85rem;
    background: #f5eadb;
    box-shadow: 0 0.45rem 1.1rem rgba(61, 45, 31, 0.09);
    overflow: hidden;
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background-color 180ms ease;
    will-change: transform;
}

.alpek-event-card:hover,
.alpek-event-card:focus-within {
    z-index: 4;
    transform: translateY(-0.2rem);
    border-color: rgba(46, 99, 77, 0.38);
    background: #fff3e1;
    box-shadow: 0 0.85rem 1.65rem rgba(61, 45, 31, 0.16);
}

.alpek-event-card__price-block {
    background: #274f40;
}

.alpek-event-card__spots-area {
    color: #a65e13;
    font-weight: 800;
}

.alpek-event-card__btn {
    min-height: 2.35rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999rem;
    background: #244c3d;
    box-shadow: 0 0.35rem 0.8rem rgba(36, 76, 61, 0.18);
    transition: transform 160ms ease, background-color 160ms ease, box-shadow 160ms ease;
}

.alpek-event-card__btn:hover,
.alpek-event-card__btn:focus {
    background: #173d32;
    box-shadow: 0 0.5rem 1rem rgba(23, 61, 50, 0.24);
    outline: none;
}

.alpek-event-card__btn:focus-visible {
    outline: 0.18rem solid rgba(231, 167, 67, 0.72);
    outline-offset: 0.16rem;
}

.alpek-event-card--spotlight {
    animation: alpek-event-card-spotlight 1100ms ease both;
}

.alpek-event-card--nudge {
    animation: alpek-event-card-nudge 900ms ease both;
}

.alpek-event-card--cta-pulse {
    animation: alpek-event-card-cta 1250ms ease both;
}

.alpek-event-card--cta-pulse .alpek-event-card__btn {
    animation: alpek-event-button-cta 1250ms ease both;
    overflow: hidden;
    position: relative;
}

.alpek-event-card--cta-pulse .alpek-event-card__btn::after {
    animation: alpek-event-button-sheen 1250ms ease both;
    background: linear-gradient(100deg, transparent 0%, rgba(255, 255, 255, 0.26) 45%, transparent 72%);
    content: "";
    inset: 0 auto 0 -55%;
    pointer-events: none;
    position: absolute;
    width: 42%;
}

@keyframes alpek-event-card-spotlight {
    0% {
        border-color: rgba(125, 94, 67, 0.22);
        box-shadow: 0 0.45rem 1.1rem rgba(61, 45, 31, 0.09);
    }
    38% {
        border-color: rgba(231, 167, 67, 0.7);
        background: #fff3df;
        box-shadow: 0 0 0 0.18rem rgba(231, 167, 67, 0.2), 0 0.95rem 1.7rem rgba(42, 70, 54, 0.17);
        transform: translateY(-0.12rem);
    }
    100% {
        border-color: rgba(125, 94, 67, 0.22);
        box-shadow: 0 0.45rem 1.1rem rgba(61, 45, 31, 0.09);
        transform: translateY(0);
    }
}

@keyframes alpek-event-card-nudge {
    0% { transform: translateY(0); }
    42% {
        transform: translateY(-0.18rem);
        box-shadow: 0 0.9rem 1.65rem rgba(36, 76, 61, 0.16);
    }
    100% { transform: translateY(0); }
}

@keyframes alpek-event-card-cta {
    0%, 100% {
        border-color: rgba(125, 94, 67, 0.22);
        box-shadow: 0 0.45rem 1.1rem rgba(61, 45, 31, 0.09);
        transform: translateY(0);
    }
    42% {
        border-color: rgba(66, 99, 85, 0.46);
        box-shadow: 0 0 0 0.14rem rgba(66, 99, 85, 0.08), 0 0.85rem 1.55rem rgba(36, 76, 61, 0.14);
        transform: translateY(-0.1rem);
    }
}

@keyframes alpek-event-button-cta {
    0%, 100% {
        box-shadow: 0 0.35rem 0.8rem rgba(36, 76, 61, 0.18);
    }
    46% {
        box-shadow: 0 0.45rem 1rem rgba(36, 76, 61, 0.26);
    }
}

@keyframes alpek-event-button-sheen {
    0%, 18% {
        transform: translateX(0);
        opacity: 0;
    }
    34% {
        opacity: 1;
    }
    68%, 100% {
        transform: translateX(360%);
        opacity: 0;
    }
}

@keyframes alpek-calendar-cell-cta {
    0%, 100% {
        box-shadow: none;
    }
    45% {
        box-shadow: 0 0 0 0.14rem rgba(66, 99, 85, 0.14), 0 0.55rem 1.05rem rgba(36, 76, 61, 0.14);
    }
}

@keyframes alpek-calendar-action-cta {
    0%, 100% {
        letter-spacing: .03em;
        opacity: 1;
    }
    45% {
        letter-spacing: .045em;
        opacity: .96;
    }
}

@media (max-width: 767px) {
    .alpek-cards-scroll-wrap {
        overflow: visible;
    }

    .alpek-cards-row {
        overflow-x: auto;
        overflow-y: visible;
        padding-top: 0.45rem;
        padding-bottom: 1rem;
    }

    .alpek-event-card:active {
        transform: translateY(-0.08rem);
    }
}

@media (prefers-reduced-motion: reduce) {
    .alpek-event-card,
    .alpek-event-card__btn {
        transition: none;
    }

    .alpek-event-card:hover,
    .alpek-event-card:focus-within,
    .alpek-event-card:active {
        transform: none;
    }

    .alpek-event-card--spotlight,
    .alpek-event-card--nudge,
    .alpek-event-card--cta-pulse,
    .alpek-event-card--cta-pulse .alpek-event-card__btn,
    .alpek-event-card--cta-pulse .alpek-event-card__btn::after,
    .alpek-cal-cell--cta-pulse,
    .alpek-cal-cell--cta-pulse .alpek-cal-cell__action {
        animation: none;
    }
}

/* ── Quick-book: slot anchor + event-selector bar ─────────────── */
.alpek-quick-book-slot {
    max-width: min(calc(100% - 2rem), 64rem);
    margin: clamp(0.7rem, 1.5vw, 1rem) auto 0;
}

.alpek-quick-book {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: center;
    padding: clamp(0.55rem, 1.5vw, 0.75rem) clamp(0.9rem, 2.5vw, 1.3rem);
    border: 0.0625rem solid rgba(47, 84, 67, 0.15);
    border-radius: 0.6rem;
    background: rgba(255, 249, 239, 0.96);
    box-shadow: 0 0.55rem 1.35rem rgba(34, 55, 45, 0.12);
    backdrop-filter: blur(0.6rem);
}

.alpek-quick-book.is-docked {
    position: fixed;
    bottom: max(0.75rem, env(safe-area-inset-bottom));
    z-index: 50;
    box-shadow: 0 0.25rem 1rem rgba(34, 55, 45, 0.18);
}

/* WhatsApp lift: JS sets --aqb-wpp-lift on #wpp when quick-book is docked */
#wpp.whatsapp-fixed {
    bottom: var(--aqb-wpp-lift, max(12px, env(safe-area-inset-bottom)));
}

/* ── Zone 1: Date button ─────────────────────────────────────── */
.aqb-date-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    color: #33463c;
    font-size: clamp(0.82rem, 1.4vw, 0.95rem);
    font-weight: 600;
    letter-spacing: -0.01em;
    white-space: nowrap;
    font-family: inherit;
    justify-self: center;
}

.aqb-date-btn:focus-visible {
    outline: 2px solid #baa88d;
    outline-offset: 3px;
    border-radius: 4px;
}

.aqb-cal-icon {
    font-size: 1rem;
    flex-shrink: 0;
}

.aqb-chevron {
    font-size: 0.65rem;
    flex-shrink: 0;
    transition: transform 0.15s ease;
}

.aqb-date-btn[aria-expanded="true"] .aqb-chevron {
    transform: rotate(180deg);
}

/* ── Zone 2: Price ──────────────────────────────────────────── */
.aqb-price {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    white-space: nowrap;
    color: #33463c;
    min-width: 0;
    justify-self: center;
}

.aqb-price-icon {
    font-size: 0.9rem;
    flex-shrink: 0;
}

.aqb-price-amount {
    font-size: clamp(0.82rem, 1.5vw, 0.95rem);
    font-weight: 800;
}

.aqb-price-suffix {
    font-size: clamp(0.68rem, 1.2vw, 0.8rem);
    color: rgba(51, 70, 60, 0.72);
}

/* ── Zone 3: CTA ────────────────────────────────────────────── */
.aqb-cta {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: clamp(0.65rem, 1.3vw, 0.9rem) clamp(1.4rem, 2.8vw, 2rem);
    border-radius: 999px;
    background: #E30613;
    color: #fff;
    font-weight: 700;
    font-size: clamp(0.85rem, 1.3vw, 1rem);
    text-decoration: none;
    white-space: nowrap;
    line-height: 1.1;
    box-shadow: 0 2px 8px rgba(227, 6, 19, 0.28);
    transition: background 0.15s ease, box-shadow 0.15s ease;
    justify-self: center;
}

.aqb-cta:hover,
.aqb-cta:focus {
    background: #c8000d;
    color: #fff;
    text-decoration: none;
    box-shadow: 0 3px 10px rgba(227, 6, 19, 0.38);
}

/* ── Drop-up menu ───────────────────────────────────────────── */
.aqb-menu {
    position: absolute;
    bottom: calc(100% + 0.5rem);
    left: 0;
    z-index: 51;
    list-style: none;
    margin: 0;
    padding: 0.35rem;
    min-width: 12rem;
    max-height: min(14rem, 40vh);
    overflow-y: auto;
    overscroll-behavior: contain;
    background: #fff;
    border: 0.0625rem solid rgba(0, 0, 0, 0.10);
    border-radius: 0.55rem;
    box-shadow: 0 0.5rem 1.5rem rgba(34, 55, 45, 0.14);
}

.aqb-menu[hidden] {
    display: none;
}

.aqb-menu-item {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    width: 100%;
    padding: 0.5rem 0.65rem;
    border: 0.0625rem solid transparent;
    border-radius: 0.4rem;
    background: transparent;
    color: #33463c;
    font-size: 0.85rem;
    font-weight: 700;
    cursor: pointer;
    text-align: left;
    transition: background 0.12s ease;
}

.aqb-menu-item:hover,
.aqb-menu-item:focus {
    background: rgba(47, 84, 67, 0.06);
    outline: none;
}

.aqb-menu-item.is-selected {
    background: rgba(47, 84, 67, 0.08);
    border-color: rgba(47, 84, 67, 0.16);
}

.aqb-menu-cal-icon {
    font-size: 0.85rem;
    flex-shrink: 0;
    color: rgba(51, 70, 60, 0.6);
}

/* ── Mobile (≤ 44rem ≈ 704px) ───────────────────────────────── */
@media (max-width: 44rem) {
    .alpek-quick-book-slot {
        max-width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .alpek-quick-book {
        grid-template-columns: max-content max-content max-content;
        justify-content: center;
        column-gap: 0.45rem;
        padding: 0.55rem 0.8rem;
    }

    .aqb-date-btn,
    .aqb-price,
    .aqb-cta {
        justify-self: auto;
    }

    .alpek-quick-book.is-docked {
        left: max(0.5rem, env(safe-area-inset-left));
        right: max(0.5rem, env(safe-area-inset-right));
        bottom: max(0.65rem, env(safe-area-inset-bottom));
        border-radius: 0.55rem;
    }

    .aqb-date-btn {
        font-size: 0.78rem;
        gap: 0.3rem;
        letter-spacing: -0.02em;
    }

    .aqb-cal-icon {
        font-size: 0.85rem;
    }

    .aqb-chevron {
        font-size: 0.55rem;
    }

    .aqb-price-icon {
        font-size: 0.78rem;
    }

    .aqb-price-amount {
        font-size: 0.82rem;
    }

    .aqb-price-suffix {
        display: none;
    }

    .aqb-cta {
        font-size: 0.78rem;
        padding: 0.45rem 0.8rem;
        gap: 0.25rem;
    }
}

@media (max-width: 22.5rem) {
    .alpek-quick-book {
        padding: 0.48rem 0.6rem;
        gap: 0.35rem;
    }

    .aqb-date-btn {
        font-size: 0.71rem;
    }

    .aqb-price-amount {
        font-size: 0.72rem;
    }

    .aqb-cta {
        font-size: 0.7rem;
        padding: 0.4rem 0.6rem;
    }
}

/* ── Tour hero: structural layout ──────────────────────────────────────────
   .tour-hero-col stacks .scroll-down above h1.tour-title using flex-column.
   The column sits at the bottom of the full-height hero row (align-items-end),
   so both elements are anchored to the bottom with clear visual separation.
   No absolute offsets needed.
   ──────────────────────────────────────────────────────────────────────── */
.tour-hero-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.85rem;
    padding-bottom: 1.75rem;
}

/* Pull scroll-down out of absolute flow — bounce animation (translateY) still works */
.tour-hero-col .scroll-down {
    position: relative;
    bottom: auto;
    left: auto;
    transform: none;
}

/* Mobile: tour title +~20% (30px → 36px) */
@media (max-width: 767.98px) {
    .slider-text h1.tour-title {
        font-size: 36px;
    }
}
