* {
    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 {
    --tour-text-xxs: 0.5rem;
    --tour-text-xs: 0.75rem;
    --tour-text-sm: 0.875rem;
    --tour-text-base: 1rem;
    --tour-text-lg: 1.125rem;
    --tour-text-xl: 1.5rem;
    --tour-text-2xl: 2rem;
    --tour-text-display: clamp(4rem, 5vw, 5rem);
    --tour-space-xs: 0.25rem;
    --tour-space-sm: 0.5rem;
    --tour-space-md: 0.75rem;
    --tour-space-lg: 1rem;
    --tour-space-xl: 1.5rem;
    --tour-space-2xl: 2rem;
    margin-top: clamp(var(--tour-space-2xl), 4vw, calc(var(--tour-space-2xl) * 1.75));
    padding-inline: clamp(var(--tour-space-lg), 4vw, calc(var(--tour-space-2xl) * 1.5));
    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: var(--tour-space-2xl);
        padding-inline: var(--tour-space-lg);
        padding-bottom: var(--tour-space-2xl);
    }

    .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;
}


/* ── Section spacing — clear break from the description above it, so the
   booking module reads as its own section instead of a continuation of
   the running text. ──────────────────────────────────────────────── */
.alpek-main-block {
    margin-top: 0;
    margin-bottom: var(--tour-space-xl);
}

.tgallery-section {
    margin-block: var(--tour-space-2xl);
}

.tinfo-row {
    margin-top: var(--tour-space-2xl) !important;
    margin-bottom: var(--tour-space-2xl) !important;
}

.tinfo-row--secondary {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: var(--tour-space-lg);
    row-gap: var(--tour-space-lg);
    margin-top: 0 !important;
}

.tinfo-row--secondary > [class*="col-"] {
    width: auto;
    max-width: none;
    padding-inline: 0;
}

/* Shared rhythm for the public tour detail UI. Every section inherits the
   same spacing and type steps from the page root. */
.tour-page {
    --tour-text-xxs: 0.5rem;
    --tour-text-xs: 0.75rem;
    --tour-text-sm: 0.875rem;
    --tour-text-base: 1rem;
    --tour-text-lg: 1.125rem;
    --tour-text-xl: 1.5rem;
    --tour-text-2xl: 2rem;
    --tour-text-display: clamp(4rem, 5vw, 5rem);
    --tour-space-xs: 0.25rem;
    --tour-space-sm: 0.5rem;
    --tour-space-md: 0.75rem;
    --tour-space-lg: 1rem;
    --tour-space-xl: 1.5rem;
    --tour-space-2xl: 2rem;
    --tour-schedule-content-width: min(100%, 46rem);
    --tour-schedule-motion-duration: 420ms;
    --tour-schedule-motion-ease: cubic-bezier(.22, .61, .36, 1);
    --tour-schedule-motion-distance: 0.25rem;
}

.tour-page .services-section {
    margin-block: var(--tour-space-2xl);
}

.tour-page .tour-description {
    margin-top: var(--tour-space-xl);
}

.tour-page .tour-description__content {
    padding: var(--tour-space-sm);
}

.tour-page .tour-description__copy {
    font-size: var(--tour-text-lg);
}

.tour-page .tour-description + hr {
    margin-block: var(--tour-space-lg);
}

.tour-page .tour-details-media {
    margin-block: var(--tour-space-2xl);
}

.tour-content-flow {
    display: flex;
    flex-direction: column;
    gap: var(--tour-space-2xl);
}

.tour-content-flow > .tgallery-section,
.tour-content-flow > .tgallery-lightbox,
.tour-content-flow > .tinfo-row--secondary,
.tour-content-flow > .tsec-grid2 {
    margin: 0 !important;
}

.tour-content-flow > .tgallery-section,
.tour-content-flow > .tgallery-lightbox {
    order: 1;
}

.tour-content-flow > .tinfo-row--secondary {
    order: 2;
}

.tour-content-flow > .tsec-grid2 {
    order: 3;
}

.tour-page .tour-section-block,
.tour-page .tour-faq-section,
.tour-page .tour-related-section {
    margin-block: var(--tour-space-2xl) !important;
}

.tour-page .tour-section-heading {
    margin-bottom: var(--tour-space-lg);
}

.tour-page .tour-related-heading {
    margin-block: 0;
}

.tour-page .tour-section-title {
    margin: 0;
}

/* Meeting point section */
.meeting-point-section {
    width: 100%;
    max-width: 100%;
    margin-block: var(--tour-space-2xl);
}

.meeting-point-content {
    display: grid;
    grid-template-columns: minmax(0, 11fr) minmax(0, 9fr);
    gap: var(--tour-space-xl);
    align-items: start;
    width: 100%;
}

.meeting-point-copy {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-width: 0;
}

.meeting-point-title {
    margin: 0 0 var(--tour-space-lg);
    font-size: var(--tour-text-2xl);
    line-height: 1.1;
}

.meeting-point-link {
    position: relative;
    display: inline-flex;
    align-items: stretch;
    max-width: 100%;
    width: fit-content;
    margin-bottom: var(--tour-space-lg);
    isolation: isolate;
    color: #fff;
    text-decoration: none;
    border-radius: var(--tour-space-xl);
    box-shadow: 0 var(--tour-space-xs) calc(var(--tour-space-xs) * 1.5) rgba(28, 31, 29, 0.3);
    z-index: 0;
}

.meeting-point-link:hover,
.meeting-point-link:focus-visible {
    color: #fff;
    text-decoration: none;
}

.meeting-point-link:focus-visible {
    outline: 2px solid #426355;
    outline-offset: var(--tour-space-xs);
}

.meeting-point-link__icon {
    position: relative;
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    min-width: calc(var(--tour-space-xl) * 2);
    padding: var(--tour-space-sm) var(--tour-space-md);
    color: #426355;
    background: #F0E8E2;
    border-radius: var(--tour-space-xl) 0 0 var(--tour-space-xl);
    z-index: 1;
}

.meeting-point-link__map-icon {
    font-size: var(--tour-text-lg);
}

.meeting-point-link__pin-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: var(--tour-text-xs);
    transform: translate(-50%, -50%);
}

.meeting-point-link__label {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    padding: var(--tour-space-sm) var(--tour-space-lg);
    color: #fff;
    background: #426355;
    font-size: var(--tour-text-base);
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
    overflow-wrap: anywhere;
    border-radius: 0 var(--tour-space-xl) var(--tour-space-xl) 0;
    z-index: 1;
}

.meeting-point-link__label::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: calc(var(--tour-space-md) * -0.75);
    z-index: 0;
    width: calc(var(--tour-space-md) * 1.5);
    content: "";
    background: inherit;
    border-bottom-left-radius: 100% 100%;
    pointer-events: none;
}

.meeting-point-copy__text {
    max-width: 100%;
    margin: 0;
    color: #3d3830;
    font-size: var(--tour-text-base);
    line-height: 1.5;
    text-align: left;
}

.meeting-point-media {
    display: flex;
    align-self: stretch;
    width: 100%;
    min-width: 0;
    overflow: hidden;
    border-radius: var(--tour-space-md);
}

.meeting-point-media__image {
    display: block;
    width: 100%;
    height: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

@media (min-width: 768px) {
    .meeting-point-media {
        min-height: 0;
        contain: size;
    }

    .meeting-point-media__image {
        aspect-ratio: auto;
    }
}

.alpek-schedule-shell {
    --month-col-size: clamp(13.5rem, 18vw, 15.5rem);
    --schedule-content-width: var(--tour-schedule-content-width);
    width: 100%;
    max-width: 100%;
    margin: var(--tour-space-2xl) auto var(--tour-space-xl);
}

.alpek-schedule-urgency-row {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    max-width: 100%;
    margin-bottom: var(--tour-space-md);
}

/* ── Franja de urgencia — copy comercial fijo, una sola pill ───────── */
.alpek-urgency-bar {
    display: inline-flex;
    flex: 0 0 auto;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: var(--tour-space-sm, 0.75rem) var(--tour-space-lg, 1.5rem);
    background: #E8D6CA;
    border-radius: 999px;
    width: auto;
    max-width: none;
    padding: var(--tour-space-md, 0.75rem) var(--tour-space-2xl, 2rem);
    margin: 0;
    font-size: var(--tour-text-sm, 0.875rem);
    font-weight: 600;
    color: #3d3328;
    text-align: center;
}

.alpek-urgency-bar__item {
    display: inline-flex;
    align-items: center;
    gap: var(--tour-space-xs, 0.25rem);
    white-space: nowrap;
    line-height: 1.2;
}

.alpek-urgency-bar__item .bi {
    color: #c2410c;
    font-size: 1.15em;
    flex-shrink: 0;
}

.alpek-urgency-bar__sep {
    display: inline-block;
    width: 1px;
    height: 1em;
    background: rgba(61, 51, 40, .25);
}

/* ── Layout principal ─────────────────────────────────────────────── */
.alpek-main-block {
    --event-card-gap: var(--tour-space-md);
    --calendar-gap: var(--tour-space-xs);
    --month-col-size: clamp(13.5rem, 18vw, 15.5rem);
    --schedule-top-pad: var(--tour-space-lg);
    --schedule-content-width: var(--tour-schedule-content-width);
    background: transparent;
    min-height: 0;
    border-radius: 0.5rem;
    width: auto;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    gap: var(--tour-space-lg);
    align-items: stretch;
    overflow-x: visible;
    overflow-y: visible;
}

/* 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;
    border-radius: 0.5rem;
    padding: var(--schedule-top-pad) var(--tour-space-md);
    gap: var(--tour-space-xs);
    align-items: flex-start !important;
    justify-content: center !important;
    align-self: stretch;
}

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

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

.alpek-month-label {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    transform: rotate(180deg);
    font-family: 'Oswald', sans-serif;
    font-size: var(--tour-text-display);
    font-weight: 700;
    letter-spacing: 0;
    color: var(--alpek-gray-3, #53584C);
    line-height: 1;
    text-transform: uppercase;
}

.alpek-year-label {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    transform: rotate(180deg);
    font-size: clamp(2.75rem, 3.2vw, 3.5rem);
    font-weight: 400;
    letter-spacing: .08em;
    color: var(--alpek-gray-3, #53584C);
    line-height: 1;
}

/* COL DERECHA */
.alpek-right-col {
    flex: 1 1 0 !important;
    width: auto;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
    align-items: stretch;
    padding-inline: 0 !important;
    padding-top: 0 !important;
    overflow-x: visible;
}


/* ── Cards row: horizontal rail; shares width with the calendar. ────── */
.alpek-cards-row {
    display: flex;
    flex-wrap: nowrap;
    width: var(--schedule-content-width);
    max-width: var(--schedule-content-width);
    gap: var(--event-card-gap);
    margin: 0 0 var(--tour-space-sm) auto;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
    /* Hide the native scrollbar visually — scrolling stays fully functional,
       only the browser's default track/thumb chrome is removed. */
    scrollbar-width: none;
    -ms-overflow-style: none;
    contain: layout paint;
}

.alpek-cards-row::-webkit-scrollbar {
    display: none;
}

.alpek-cards-row.is-progress-dragging {
    scroll-snap-type: none;
}

/* ── Event card — the date dominates; one wide green price band; footer
   groups availability + CTA as their own visual unit. Sized relative to
   the rail's own width (not a fixed px) so ~2 sit in view on a typical
   phone and the rest are discovered by horizontal swipe. ────────────── */
.alpek-event-card {
    flex: 0 0 calc((100% - var(--event-card-gap)) / 2);
    min-width: 9rem;
    min-height: 0;
    scroll-snap-align: start;
    display: flex;
    flex-direction: column;
    background: #E8D6CA;
    border-radius: 0.875rem;
    overflow: hidden;
    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);
}

/* Wider viewports: a fixed comfortable width instead of "always exactly
   2" — still a rail (swipeable/scrollable), just shows more per view
   where there's room, without stretching cards oversized. */
@media (min-width: 48rem) {
    .alpek-event-card {
        flex-basis: clamp(9.5rem, 16vw, 11.25rem);
    }
}

/* Header zone: day name (left, modest) + day number (right, dominant) */
.alpek-event-card__header {
    padding: var(--tour-space-sm) var(--tour-space-md) var(--tour-space-xs);
    display: flex;
    align-items: baseline;
    gap: var(--tour-space-xs);
}

.alpek-event-card__dayname {
    font-size: var(--tour-text-xs);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .06em;
    color: #3f5a4d;
    line-height: 1.2;
}

.alpek-event-card__daynum {
    font-family: 'Oswald', sans-serif;
    font-size: var(--tour-text-2xl);
    font-weight: 800;
    color: #2d3748;
    line-height: 1;
}

/* Price band: full-width stripe across the card, not a thin line */
.alpek-event-card__price-block {
    background: #426355;
    width: 100%;
    padding: var(--tour-space-xs) var(--tour-space-md);
    display: flex;
    align-items: center;
    justify-content: center;
}

.alpek-event-card__amount {
    color: #fff;
    font-size: var(--tour-text-sm);
    line-height: 1.2;
    white-space: nowrap;
    text-align: center;
}

/* Footer: availability line, then a standalone CTA pill — extra top
   breathing room so it never reads as glued to the price stripe. */
.alpek-event-card__footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 1 1 auto;
    gap: var(--tour-space-xs);
    padding: var(--tour-space-sm) var(--tour-space-md) var(--tour-space-md);
}

.alpek-event-card__spots-area {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: var(--tour-text-xs);
    color: black;
    font-weight: 600;
    gap: var(--tour-space-xs);
    flex-wrap: nowrap;
    line-height: 1.3;
    text-align: center;
    min-height: 1.2em;
    white-space: nowrap;
    width: 100%;
    min-width: 0;
}

/* CTA: an independent pill, not a text line */
.alpek-event-card__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    min-width: min(7.75rem, 100%);
    width: auto;
    background: #426355;
    color: #ffffff !important;
    font-size: var(--tour-text-sm);
    text-align: center;
    text-decoration: none;
    padding: var(--tour-space-xs) var(--tour-space-md);
    border-radius: 999px;
    transition: background .15s;
    line-height: 1.1;
    white-space: nowrap;
}

.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);
    margin: 0 0 0 auto;
    min-width: 0;
    overflow: visible;
}

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

.alpek-month-col.is-month-changing,
#alpek-calendar.is-month-changing .alpek-cal-grid {
    animation: alpek-schedule-month-enter var(--tour-schedule-motion-duration) var(--tour-schedule-motion-ease) both;
}

@keyframes alpek-schedule-month-enter {
    from {
        opacity: .72;
        transform: translateY(var(--tour-schedule-motion-distance));
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.alpek-cal-header {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: var(--tour-space-md);
    margin-bottom: var(--tour-space-sm);
    width: 100%;
    max-width: 100%;
}

.alpek-cal-title {
    font-size: var(--tour-text-xs);
    font-weight: 700;
    letter-spacing: .03em;
    color: #2d3748;
}

.alpek-cal-nav {
    background: #f7f0e9;
    border: 1px solid #c4ae96;
    border-radius: 999px;
    width: 2rem;
    height: 2rem;
    font-size: var(--tour-text-lg);
    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, minmax(0, 1fr));
    gap: var(--calendar-gap);
    width: 100%;
    max-width: 100%;
}

.alpek-cal-daylabel {
    text-align: center;
    font-size: var(--tour-text-xs);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .02em;
    color: #2d3748;
    padding: var(--tour-space-xs) 0 var(--tour-space-sm);
}

/* Each day is a small rounded card, not a table cell: generous
   percentage-based radius (scales with the cell itself) + real padding
   + a light default surface so an event-free day reads as "empty",
   not "heavy". ─────────────────────────────────────────────────────── */
.alpek-cal-cell {
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
    /* Near-square mini-card per reference — never a fixed px height. */
    aspect-ratio: 1 / 1;
    block-size: auto;
    display: grid;
    grid-template-rows: auto minmax(0, 1fr) auto;
    align-items: center;
    border-radius: 22%;
    background: #e7ded6;
    padding: var(--tour-space-sm);
    transition: background .15s, transform .15s;
    overflow: visible;
}

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

.alpek-cal-cell--overflow {
    background: #F0E8E2 !important;
    opacity: 0.45;
}

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

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

.alpek-cal-cell--past .alpek-cal-cell__day {
    color: #9c8a74;
}

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

.alpek-cal-cell--today .alpek-cal-cell__day {
    color: var(--alpek-gray-3, #53584C);
    font-weight: 800;
}

/* Confirmed event (real Event row, real price) — dark charcoal, per the
   reference: "hay evento -> fondo gris oscuro". */
.alpek-cal-cell--event {
    background: var(--alpek-gray-3, #53584C) !important;
    cursor: pointer;
}

.alpek-cal-cell--event:hover {
    background: var(--alpek-gray-2, #4D4D4A) !important;
    transform: scale(1.04);
    z-index: 2;
}

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

/* Price: center slot on event cells. Sized down enough that the widest
   real price in this catalog (4-digit MXN, no cents — see fmtMXN) still
   fits comfortably inside a 1-of-7 column at a 320px viewport. */
.alpek-cal-cell--event .alpek-cal-cell__price {
    color: #fff;
    font-size: var(--tour-text-sm);
    text-align: center;
    line-height: 1.05;
    white-space: nowrap;
    min-width: 0;
    max-width: 100%;
}

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

/* Open/requestable day (no confirmed Event yet) — Alpek green, per the
   reference: "no hay evento -> fondo verde". Same visual states, just
   swapped from the previous (beige/dashed) treatment. */
.alpek-cal-cell--requestable {
    background: #426355 !important;
    cursor: pointer;
}

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

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

.alpek-cal-cell--requestable .alpek-cal-cell__price {
    color: #fff;
    font-size: var(--tour-text-sm);
    line-height: 1.05;
    text-align: center;
    white-space: nowrap;
    min-width: 0;
    max-width: 100%;
}

.alpek-cal-cell__pending {
    color: #7a6648;
    font-size: 0.625rem;
    font-weight: 800;
    letter-spacing: .02em;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
}

.alpek-cal-cell--requestable .alpek-cal-cell__action {
    color: #fff;
    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: var(--tour-text-xs);
    gap: var(--tour-space-xs) var(--tour-space-sm);
    line-height: 1.25;
    margin-top: .5rem;
    padding: .45rem .6rem;
}

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

/* Day number — top of every cell, nudged slightly toward the right edge
   per the reference (not fully right-aligned, not centered). Dark by
   default since an event-free day has a light surface; --event/
   --requestable/--today override back to a color that reads on their
   own (dark) backgrounds. */
.alpek-cal-cell__day {
    font-size: var(--tour-text-sm);
    font-weight: 800;
    color: var(--alpek-gray-3, #53584C);
    line-height: 1;
    text-align: right;
    padding-right: var(--tour-space-xs);
    width: 100%;
    min-width: 0;
}

/* 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: var(--tour-space-xs);
}

/* Icon inside requestable cells */
.alpek-cal-cell__icon {
    font-size: var(--tour-text-base);
    line-height: 1;
    display: block;
    text-align: center;
}

/* Action label at the bottom — smallest tier of the hierarchy. Letter
   spacing is trimmed (not just font-size) since tracking is what usually
   pushes an all-caps word past its box before the glyphs themselves do. */
.alpek-cal-cell__action {
    justify-self: center;
    align-self: end;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: var(--tour-space-xs);
    font-size: var(--tour-text-xs);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0;
    line-height: 1.1;
    text-align: center;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    padding: var(--tour-space-xs) 0 0;
    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: 0.625rem;
    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: auto;
    aspect-ratio: 2 / 1;
    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));
}

@media (max-width: 767px) {
    .meeting-point-content {
        grid-template-columns: minmax(0, 1fr);
        gap: var(--tour-space-xl);
    }

    .meeting-point-link__label {
        font-size: var(--tour-text-base);
    }

    .meeting-point-media {
        order: 2;
        align-self: auto;
    }

    .meeting-point-media__image {
        height: auto;
    }
}

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-main-block {
        --month-col-size: clamp(17rem, 21vw, 19.5rem);
    }

    .alpek-month-label {
        font-size: clamp(
            calc(var(--tour-text-2xl) * 2.55),
            5.9vw,
            calc(var(--tour-text-2xl) * 3.15)
        );
    }

    .alpek-year-label {
        font-size: clamp(
            calc(var(--tour-text-2xl) * 1.8),
            4vw,
            calc(var(--tour-text-2xl) * 2.25)
        );
    }

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

    .alpek-event-card__header {
        justify-content: space-between;
        gap: var(--tour-space-sm);
        padding: var(--tour-space-lg) var(--tour-space-lg) var(--tour-space-md);
    }

    .alpek-event-card__daynum {
        font-size: clamp(2.35rem, 3vw, 2.75rem);
    }

    .alpek-event-card__price-block {
        padding: var(--tour-space-sm) var(--tour-space-md);
    }

    .alpek-event-card__footer {
        gap: var(--tour-space-sm);
        padding: var(--tour-space-md) var(--tour-space-lg) var(--tour-space-lg);
    }

    .alpek-event-card__btn {
        width: min(10rem, calc(100% - var(--tour-space-md)));
        min-width: min(9.5rem, 100%);
        padding: var(--tour-space-sm) var(--tour-space-lg);
    }
}

@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: var(--tour-space-2xl);
        padding-bottom: var(--tour-space-xl);
    }

    section.content.tours>.row {
        margin-bottom: var(--tour-space-lg);
    }

    .services-section,
    .ftco-section {
        padding-inline: var(--tour-space-md);
    }

    .services-section {
        margin-block: var(--tour-space-xl) !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-block: var(--tour-space-lg);
    }

    #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: var(--tour-space-md);
        --calendar-gap: var(--tour-space-xs);
        --schedule-content-width: 100%;
        gap: 0;
        margin-top: 0;
        width: 100%;
    }

    .alpek-schedule-shell {
        width: 100%;
        margin-top: var(--tour-space-md);
    }

    .alpek-schedule-urgency-row {
        justify-content: center;
        margin-bottom: 0;
    }

    .alpek-urgency-bar {
        background: #F0E8E2;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        padding: var(--tour-space-sm) var(--tour-space-md);
        margin-left: auto;
        margin-right: auto;
        margin-bottom: var(--tour-space-md);
        border-radius: var(--tour-space-sm);
        gap: var(--tour-space-xs) var(--tour-space-md);
        font-size: var(--tour-text-xs);
    }

    .alpek-urgency-bar__sep {
        display: none;
    }

    /* Month/year row: its own horizontal bar — month dominant/left,
       year secondary/right, own rounded surface separate from the cards
       below it. */
    .alpek-month-col {
        flex-direction: row;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        flex: unset;
        background: #F3E9DE;
        border-radius: var(--tour-space-sm);
        margin: 0;
        padding: var(--tour-space-sm) var(--tour-space-md);
        justify-content: space-between;
        gap: var(--tour-space-sm);
    }

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

    .alpek-month-label {
        writing-mode: horizontal-tb;
        transform: none;
        font-size: var(--tour-text-xl);
        font-weight: 700;
    }

    .alpek-year-label {
        writing-mode: horizontal-tb;
        transform: none;
        font-size: var(--tour-text-sm);
        font-weight: 400;
        color: var(--alpek-gray-3, #53584C);
        align-self: baseline;
        padding-bottom: 0;
    }

    /* Right col: tighter horizontal padding, no overflow so cards scroll freely */
    .alpek-right-col {
        flex: 1 1 auto !important;
        width: 100%;
        padding-inline: var(--tour-space-xs) !important;
        padding-top: var(--tour-space-md) !important;
        overflow: visible;
    }

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

    .alpek-cal-cell {
        aspect-ratio: 0.92 / 1;
        padding: var(--tour-space-xs);
    }

    .alpek-cal-cell--event .alpek-cal-cell__price,
    .alpek-cal-cell--requestable .alpek-cal-cell__price {
        font-family: 'Oswald', sans-serif;
        font-size: var(--tour-text-xxs);
    }

    .alpek-cal-cell__day {
        font-size: var(--tour-text-sm);
    }

    .alpek-cal-cell__action {
        font-family: 'Oswald', sans-serif;
        font-size: var(--tour-text-xxs);
        font-weight: 300;
        line-height: 1.2;
        padding-top: 0;
    }

    .tinfo-row {
        row-gap: var(--tour-space-lg);
        margin-top: 0 !important;
    }

    .tinfo-row--secondary {
        grid-template-columns: 1fr;
        row-gap: var(--tour-space-md);
    }

    .tour-content-flow {
        gap: var(--tour-space-xl);
    }

    .tour-content-flow > .tinfo-row--secondary {
        order: 3;
    }

    .tour-content-flow > .tsec-grid2 {
        order: 2;
    }

    .tgallery-section {
        margin-block: var(--tour-space-2xl);
    }

    .tgallery-carousel-wrap {
        padding: 0 var(--tour-space-2xl) var(--tour-space-xl);
    }

    .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-block: var(--tour-space-2xl) !important;
    }

    #map-container,
    .weatherwidgetDIV {
        margin-block: var(--tour-space-2xl) !important;
    }

    #requestDateModal .modal-dialog {
        margin: var(--tour-space-md);
    }

    #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: var(--tour-space-xl) var(--tour-space-xl) var(--tour-space-lg);
    display: flex;
    flex-direction: column;
}

.tinfo-card__title {
    margin-bottom: var(--tour-space-md);
    padding-bottom: var(--tour-space-sm);
}

.tinfo-card__list {
    list-style: none;
    padding: 0;
    margin: 0;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    gap: var(--tour-space-sm);
}

/* Each list item: icon + text side by side */
.tinfo-card__item {
    display: flex;
    align-items: flex-start;
    gap: var(--tour-space-sm);
    line-height: 1.45;
}

.tinfo-card__item-icon {
    font-size: var(--tour-text-sm);
    color: #426355;
    flex-shrink: 0;
    margin-top: 0.18em;
    line-height: 1;
}

.tinfo-card__item span {
    font-size: var(--tour-text-sm);
    color: #3d3830;
}

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

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

/* ── Tour details: information cards + lazy video ─────────────── */
.tour-details-media {
    display: grid;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    grid-template-columns: minmax(0, 5fr) minmax(0, 3fr);
    gap: var(--tour-space-lg, 1rem);
    align-items: stretch;
}

.tour-details-info {
    display: flex;
    flex-direction: column;
    gap: var(--tour-space-lg, 1rem);
    min-width: 0;
}

.tour-details-video {
    display: flex;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    min-height: 0;
    overflow: hidden;
    border-radius: 0.6rem;
    aspect-ratio: 16 / 9;
}

.tour-details-video__media {
    display: block;
    width: 100%;
    max-width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: cover;
}

@media (min-width: 768px) {
    .tour-details-video {
        align-self: stretch;
        height: auto;
    }
}

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

.tgallery-section {
    margin-block: var(--tour-space-2xl);
}

.tgallery-title {
    font-size: 1.5rem;
    color: #1a1a18;
    margin-bottom: var(--tour-space-lg);
    line-height: 1.2;
}

.tgallery-heading-row {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: var(--tour-space-sm);
    margin-bottom: var(--tour-space-md);
}

.tgallery-heading-row .tgallery-heading-title,
.tgallery-heading-row .tgallery-title {
    margin: 0;
}

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

.tgallery-status {
    display: flex;
    justify-content: flex-end;
    flex: 0 0 auto;
    margin: 0;
}

.tgallery-counter {
    display: inline-flex;
    align-items: center;
    min-height: 2rem;
    padding: var(--tour-space-xs) var(--tour-space-md);
    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%;
    margin-bottom: var(--tour-space-md);
    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;
}

.tour-gallery-grid {
    margin-inline: 0;
    row-gap: var(--tour-space-sm);
}

/* 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: var(--tour-space-lg) var(--tour-space-lg) var(--tour-space-md);
    }

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

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

    .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 var(--tour-space-xl);
    }

    .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-inline: var(--tour-space-sm);
        gap: var(--tour-space-xs);
    }

    .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: var(--tour-space-lg);
    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: var(--tour-space-lg);
    margin-block: var(--tour-space-2xl);
    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: var(--tour-space-xl) var(--tour-space-xl) var(--tour-space-lg);
    display: flex;
    flex-direction: column;
}

.tsec-card__title {
    margin-bottom: var(--tour-space-md);
    padding-bottom: var(--tour-space-sm);
}

/* ── List ─────────────────────────────────────────────────────── */
.tsec-card__list {
    list-style: none;
    padding: 0;
    margin: 0;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    gap: var(--tour-space-sm);
}

/* Restricciones: 2-column layout when enough items */
.tsec-card__list--cols {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--tour-space-sm) var(--tour-space-xl);
}

/* ── List item ───────────────────────────────────────────────── */
.tsec-card__item {
    display: flex;
    align-items: flex-start;
    gap: var(--tour-space-sm);
    line-height: 1.45;
}

.tsec-card__item span {
    font-size: var(--tour-text-sm);
    color: #3d3830;
}

/* Include / Info icons: green accent */
.tsec-card__item-icon {
    font-size: var(--tour-text-sm);
    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) {

    .tour-details-media {
        grid-template-columns: minmax(0, 1fr);
        gap: var(--tour-space-md, 0.75rem);
    }

    .tour-details-video {
        aspect-ratio: 16 / 10;
    }

    .tsec-grid,
    .tsec-grid2 {
        grid-template-columns: 1fr;
        gap: var(--tour-space-md);
    }

    /* 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: var(--tour-space-lg) var(--tour-space-lg) var(--tour-space-md);
    }

    .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;
    }
}

/* Cards scroll wrapper — hosts just the rail now; controls live below it. */
.alpek-cards-scroll-wrap {
    width: var(--schedule-content-width);
    max-width: var(--schedule-content-width);
    margin: 0 0 0 auto;
    min-width: 0;
    overflow: visible;
    contain: layout;
}

/* Controls bar under the rail: only the short scroll-progress track. */
.alpek-cards-controls {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: var(--tour-space-sm);
    width: var(--schedule-content-width);
    max-width: var(--schedule-content-width);
    margin-left: auto;
    margin-right: 0;
    margin-top: var(--tour-space-sm);
    margin-bottom: var(--tour-space-md);
}

.alpek-cards-controls.is-no-scroll {
    display: none;
}

/* Visual stand-in for the native scrollbar (hidden on the rail itself).
   scrollLeft stays the single source of truth; pointer dragging on this
   track maps back to the rail. */
.alpek-cards-progress {
    position: relative;
    flex: 1 1 auto;
    width: 100%;
    max-width: 100%;
    height: 0.3rem;
    cursor: grab;
    touch-action: none;
    background: #e4d5c4;
    border-radius: 999px;
    overflow: hidden;
}

.alpek-cards-progress.is-dragging {
    cursor: grabbing;
    user-select: none;
}

.alpek-cards-progress__thumb {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 40%;
    background: #b89a72;
    border-radius: 999px;
}

.alpek-event-card:focus-within {
    z-index: 4;
    box-shadow: 0 0.85rem 1.65rem rgba(61, 45, 31, 0.16);
}

.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-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-month-col.is-month-changing,
    #alpek-calendar.is-month-changing .alpek-cal-grid,
    .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 {
    width: 100%;
    max-width: 100%;
    margin: var(--tour-space-lg, 1rem) auto 0;
}

.alpek-quick-book {
    position: relative;
    display: grid;
    grid-template-columns: auto auto auto;
    align-items: center;
    justify-content: space-around;
    column-gap: var(--tour-space-2xl, 2rem);
    padding: var(--tour-space-md, 0.75rem) var(--tour-space-xl, 1.5rem);
    border: 0.0625rem solid rgba(47, 84, 67, 0.15);
    border-radius: 1.25rem;
    background: #F0E8E2;
    box-shadow: 0 0.55rem 1.35rem rgba(34, 55, 45, 0.12);
}

.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: var(--tour-space-sm);
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    color: #33463c;
    font-size: var(--tour-text-lg, 1.125rem);
    font-weight: 700;
    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: var(--tour-space-xs);
    white-space: nowrap;
    color: #33463c;
    min-width: 0;
    justify-self: center;
}

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

.aqb-price-amount {
    font-size: calc(var(--tour-text-lg, 1.125rem) * 1.1);
    font-weight: 700;
}

.aqb-price-suffix {
    font-size: var(--tour-text-xs, 0.75rem);
    color: rgba(51, 70, 60, 0.72);
}

/* ── Zone 3: CTA — the single most prominent element on the page ─── */
.aqb-cta {
    display: inline-flex;
    align-items: center;
    gap: var(--tour-space-xs);
    padding: var(--tour-space-md, 0.75rem) var(--tour-space-xl, 1.5rem);
    border-radius: 999px;
    background: #E30613;
    color: #fff;
    font-weight: 800;
    font-size: var(--tour-text-base, 1rem);
    text-transform: uppercase;
    letter-spacing: .02em;
    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 {
        /* minmax(0, ...) lets a column shrink below its content's natural
           width instead of forcing the grid wider than the viewport. */
        grid-template-columns: minmax(0, max-content) minmax(0, max-content) minmax(0, max-content);
        justify-content: space-between;
        column-gap: var(--tour-space-xs);
        padding: var(--tour-space-sm) var(--tour-space-md);
    }

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

    .alpek-quick-book.is-docked {
        left: max(var(--tour-space-sm), env(safe-area-inset-left));
        right: max(var(--tour-space-sm), env(safe-area-inset-right));
        bottom: max(var(--tour-space-sm), env(safe-area-inset-bottom));
        border-radius: var(--tour-space-md);
    }

    .aqb-date-btn {
        font-size: var(--tour-text-xs);
        gap: var(--tour-space-xs);
        letter-spacing: 0;
    }

    .aqb-date-text {
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .aqb-cal-icon {
        font-size: var(--tour-text-xs);
    }

    .aqb-chevron {
        font-size: var(--tour-text-xxs);
    }

    .aqb-price-icon {
        display: inline-block;
        font-size: var(--tour-text-sm);
    }

    .aqb-price-amount {
        font-size: var(--tour-text-sm);
    }

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

    .aqb-cta .bi-arrow-right {
        display: none;
    }

    .aqb-cta {
        /* Uppercase widens a long phrase noticeably — keep the emphasis
           via weight/color instead, so it actually fits next to the date
           and price columns without clipping. */
        text-transform: none;
        font-size: var(--tour-text-xs);
        padding: var(--tour-space-sm) var(--tour-space-md);
        gap: var(--tour-space-xs);
        white-space: normal;
        text-align: center;
        line-height: 1.15;
    }
}

/* ── Tour detail hero: compact, proportional, no 100vh ──────────────────────
   Sizing comes from aspect-ratio (never a fixed px height), capped with a
   max-height so very wide/short viewports don't get an oversized banner.
   .tour-title (color/weight/shadow) is reused from style.css — only
   positioning/sizing for the overlay live here. ─────────────────────────── */
.tour-detail-hero {
    width: 100%;
}

.tour-detail-hero__media {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    max-height: min(58vh, 32rem);
    overflow: hidden;
}

.tour-detail-hero__img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.tour-detail-hero__scrim {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, .62) 0%, rgba(0, 0, 0, 0) 42%);
    pointer-events: none;
}

.tour-detail-hero__title {
    position: absolute;
    left: 50%;
    bottom: clamp(1rem, 3.5vw, 2rem);
    transform: translateX(-50%);
    z-index: 2;
    margin: 0;
    width: min(94%, 64rem);
    text-align: center;
    color: white;
    text-transform: uppercase;
    letter-spacing: .02em;
    font-size: clamp(2rem, 7vw, 4rem);
    line-height: 1;
    text-shadow: 0 2px 10px rgba(0, 0, 0, .45), 0 1px 2px rgba(0, 0, 0, .6);
}

/* ── Info bar: duración | nivel | precio desde — a real floating bar,
   not inline metadata text. Dividers are borders, not extra DOM nodes,
   so wrapping never leaves a stray "|" on its own line. ────────────── */
.tour-detail-hero__infobar {
    background: #F0E8E2;
    color: #3d3328;
    border-radius: 0.875rem;
    padding: var(--tour-space-md) var(--tour-space-xl);
    font-size: var(--tour-text-base);
    font-weight: 700;
    text-align: center;
}

.info-bg-white {
    background-color: white;
    width: fit-content;
    max-width: calc(100% - 2rem);
    box-sizing: border-box;
    padding: var(--tour-space-xs) var(--tour-space-lg);
    border-radius: 999px;
}

/* Inner wrapper — the actual flex row of items lives here so the outer
   .tour-detail-hero__infobar can carry its own surface (background,
   radius, padding) independently of how many nested layers wrap it. */
.tour-detail-hero__infobar > .info-bg-white,
.tour-detail-hero__infobar {
    display: flex;
    align-items: center;
    justify-content: center;
    row-gap: var(--tour-space-xs);
}

.tour-detail-hero__infobar > .info-bg-white {
    flex-wrap: nowrap;
    column-gap: 0;
}

.tour-detail-hero__infoitem {
    display: inline-flex;
    align-items: center;
    gap: var(--tour-space-xs);
    flex: 0 0 auto;
    padding-inline: var(--tour-space-lg);
    white-space: nowrap;
}

.tour-detail-hero__infoicon {
    flex: 0 0 auto;
    font-size: 1.25em;
    line-height: 1.1;
}

.tour-detail-hero__infoitem:first-child {
    padding-inline-start: 0;
}

.tour-detail-hero__infoitem:last-child {
    padding-inline-end: 0;
}

.tour-detail-hero__infoitem:not(:first-child) {
    border-left: 2px solid rgba(61, 51, 40, .18);
}

@media (max-width: 575.98px) {
    .tour-detail-hero__infobar {
        padding: var(--tour-space-sm) var(--tour-space-xs);
        font-size: var(--tour-text-xxs);
    }

    .tour-detail-hero__infobar > .info-bg-white {
        flex-wrap: wrap;
        justify-content: center;
        width: fit-content;
        max-width: 100%;
        padding: var(--tour-space-xs) var(--tour-space-sm);
        row-gap: var(--tour-space-xs);
    }

    .tour-detail-hero__infoitem,
    .tour-detail-hero__infoitem:first-child,
    .tour-detail-hero__infoitem:last-child {
        padding-inline: var(--tour-space-xs);
    }

    .tour-detail-hero__infoitem:not(:first-child) {
        border-left: 0;
    }
}
