/**
 * Dynamic Experience showcase page.
 * Scoped to body.tourbi-experience-showcase-page.
 */

body.tourbi-experience-showcase-page {
    margin: 0;
    background: #07111a;
}

body.tourbi-experience-showcase-page #content,
body.tourbi-experience-showcase-page .site-main,
body.tourbi-experience-showcase-page .content-area,
body.tourbi-experience-showcase-page .page-content {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
}

.tourbi-experience-showcase,
.tourbi-experience-showcase * {
    box-sizing: border-box;
}

.tourbi-experience-showcase {
    --tourbi-orange: #ff5b17;
    --tourbi-purple: #9a43e6;
    --tourbi-lime: #83d844;
    --tourbi-ink: #07111a;
    --tourbi-dark: #08131d;
    --tourbi-dark-2: #101b25;
    --tourbi-white: #fff;
    --tourbi-muted: #68717b;
    width: 100%;
    min-height: 100vh;
    color: #fff;
    background:
        radial-gradient(circle at 8% 12%, rgba(68, 130, 166, .12), transparent 30%),
        linear-gradient(180deg, #07111a 0%, #0b151e 100%);
    font-family: Inter, "Segoe UI", Arial, sans-serif;
}

.tourbi-showcase-shell {
    width: min(1300px, calc(100% - 44px));
    margin-inline: auto;
}

.tourbi-showcase-hero {
    position: relative;
    min-height: 430px;
    overflow: hidden;
    isolation: isolate;
    background: #fff;
}

.tourbi-showcase-hero::before {
    position: absolute;
    inset: 0;
    z-index: -3;
    content: "";
    background-image: var(--tourbi-showcase-hero-image);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: var(--tourbi-showcase-hero-position, center center);
}

.tourbi-showcase-hero::after {
    position: absolute;
    inset: 0;
    z-index: -2;
    content: "";
    background:
        linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, .99) 31%, rgba(255, 255, 255, .92) 43%, rgba(255, 255, 255, .24) 63%, rgba(0, 0, 0, .04) 100%),
        linear-gradient(180deg, rgba(255,255,255,.02) 60%, rgba(5,13,20,.11) 100%);
}

.tourbi-showcase-hero__inner {
    display: flex;
    align-items: center;
    min-height: 430px;
}

.tourbi-showcase-hero__copy {
    width: min(54%, 610px);
    padding: 48px 0 42px;
}

.tourbi-showcase-hero h1,
.tourbi-showcase-hero p,
.tourbi-showcase-benefit p {
    margin: 0;
}

.tourbi-showcase-hero h1 {
    display: grid;
    color: #070707;
    font-family: Impact, Haettenschweiler, "Arial Narrow Bold", "Arial Narrow", sans-serif;
    font-size: clamp(54px, 6.4vw, 88px);
    font-weight: 400;
    letter-spacing: .008em;
    line-height: .88;
    text-transform: uppercase;
}

.tourbi-showcase-hero h1 strong {
    color: var(--tourbi-orange);
    font: inherit;
}

.tourbi-showcase-hero__subtitle {
    margin-top: 18px !important;
    color: #293039;
    font-size: clamp(19px, 2vw, 26px);
    font-weight: 500;
    letter-spacing: -.015em;
}

.tourbi-showcase-benefits {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 33px;
}

.tourbi-showcase-benefit {
    display: flex;
    align-items: center;
    gap: 11px;
    min-width: 0;
}

.tourbi-showcase-benefit__icon {
    display: grid;
    place-items: center;
    flex: 0 0 35px;
    width: 35px;
    height: 35px;
}

.tourbi-showcase-benefit__icon svg {
    width: 100%;
    height: 100%;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.tourbi-showcase-benefit--1 .tourbi-showcase-benefit__icon { color: #ff8d17; }
.tourbi-showcase-benefit--2 .tourbi-showcase-benefit__icon { color: #7ad53f; }
.tourbi-showcase-benefit--3 .tourbi-showcase-benefit__icon { color: #d542d6; }

.tourbi-showcase-benefit p {
    display: grid;
    color: #2d3339;
    font-size: 13px;
    line-height: 1.18;
}

.tourbi-showcase-benefit strong,
.tourbi-showcase-benefit small {
    overflow: hidden;
    text-overflow: ellipsis;
}

.tourbi-showcase-benefit strong {
    font-size: inherit;
    font-weight: 700;
}

.tourbi-showcase-benefit small {
    color: #424951;
    font-size: inherit;
}

.tourbi-showcase-content {
    padding: 33px 0 28px;
}

.tourbi-showcase-filter-bar {
    margin-bottom: 22px;
}

.tourbi-showcase-filter-bar a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #d9baf5;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}

.tourbi-showcase-filter-bar a:hover {
    color: #fff;
}

.tourbi-showcase-section + .tourbi-showcase-section {
    margin-top: 31px;
}

.tourbi-showcase-section__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 15px;
}

.tourbi-showcase-section__title {
    display: flex;
    align-items: center;
    min-width: 0;
    gap: 12px;
}

.tourbi-showcase-section__icon {
    display: grid;
    place-items: center;
    flex: 0 0 32px;
    width: 32px;
    height: 32px;
    color: var(--tourbi-showcase-accent);
}

.tourbi-showcase-section__icon svg {
    width: 100%;
    height: 100%;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.tourbi-showcase-section__title h2 {
    margin: 0;
    overflow: hidden;
    color: #f5f7f8;
    font-family: Impact, Haettenschweiler, "Arial Narrow Bold", "Arial Narrow", sans-serif;
    font-size: clamp(24px, 2.5vw, 34px);
    font-weight: 400;
    letter-spacing: .025em;
    line-height: 1;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
}

.tourbi-showcase-section__view {
    flex: 0 0 auto;
    color: #c968ff !important;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}

.tourbi-showcase-section__view:hover {
    color: #fff !important;
}

.tourbi-showcase-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.tourbi-showcase-card {
    display: grid;
    grid-template-columns: minmax(0, 46%) minmax(0, 54%);
    min-height: 230px;
    overflow: hidden;
    color: #111;
    background: #fff;
    border: 1px solid rgba(255,255,255,.32);
    border-radius: 10px;
    box-shadow: 0 10px 28px rgba(0, 0, 0, .18);
}

.tourbi-showcase-card__media {
    position: relative;
    display: block;
    min-height: 230px;
    overflow: hidden;
    background: #cfd3d6;
}

.tourbi-showcase-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .35s ease;
}

.tourbi-showcase-card:hover .tourbi-showcase-card__media img {
    transform: scale(1.045);
}

.tourbi-showcase-card__badge {
    position: absolute;
    top: 11px;
    left: 0;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    min-height: 31px;
    padding: 5px 12px 5px 13px;
    color: #fff;
    background: var(--tourbi-card-badge, #8f3fe0);
    border-radius: 0 4px 4px 0;
    font-family: Impact, Haettenschweiler, "Arial Narrow Bold", "Arial Narrow", sans-serif;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: .035em;
    line-height: 1;
    text-transform: uppercase;
}

.tourbi-showcase-card__body {
    display: flex;
    flex-direction: column;
    min-width: 0;
    padding: 25px 22px 19px;
}

.tourbi-showcase-card__body h3 {
    margin: 0;
    color: #171717;
    font-family: Impact, Haettenschweiler, "Arial Narrow Bold", "Arial Narrow", sans-serif;
    font-size: clamp(25px, 2.3vw, 32px);
    font-weight: 400;
    letter-spacing: .018em;
    line-height: .95;
    text-transform: uppercase;
}

.tourbi-showcase-card__body h3 a {
    color: inherit;
    text-decoration: none;
}

.tourbi-showcase-card__body h3 a:hover {
    color: var(--tourbi-orange);
}

.tourbi-showcase-card__summary {
    margin: 13px 0 12px;
    color: #353a40;
    font-size: 14px;
    line-height: 1.35;
}

.tourbi-showcase-card__footer {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 10px;
    margin-top: auto;
}

.tourbi-showcase-card__facts {
    display: grid;
    gap: 8px;
    min-width: 0;
}

.tourbi-showcase-card__duration {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #4f565d;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
}

.tourbi-showcase-card__duration svg {
    width: 15px;
    height: 15px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.tourbi-showcase-card__rating {
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.tourbi-showcase-card__stars {
    display: inline-flex;
    gap: 1px;
}

.tourbi-showcase-card__stars b {
    color: #c8c8c8;
    font-size: 13px;
    line-height: 1;
}

.tourbi-showcase-card__stars b.is-active {
    color: #ff5b17;
}

.tourbi-showcase-card__rating small {
    color: #666;
    font-size: 9px;
}

.tourbi-showcase-card__price {
    flex: 0 0 auto;
    color: #141414;
    font-family: Impact, Haettenschweiler, "Arial Narrow Bold", "Arial Narrow", sans-serif;
    font-size: 26px;
    font-weight: 400;
    line-height: 1;
    white-space: nowrap;
}

.tourbi-showcase-card__price .woocommerce-Price-amount,
.tourbi-showcase-card__price .amount {
    color: inherit;
    font: inherit;
}

.tourbi-showcase-empty {
    display: grid;
    place-items: center;
    padding: 70px 24px;
    text-align: center;
    background: rgba(255,255,255,.04);
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 12px;
}

.tourbi-showcase-empty > span {
    display: grid;
    place-items: center;
    width: 58px;
    height: 58px;
    color: #c968ff;
}

.tourbi-showcase-empty svg {
    width: 100%;
    height: 100%;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.6;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.tourbi-showcase-empty h2 {
    margin: 13px 0 8px;
    font-size: 28px;
}

.tourbi-showcase-empty p {
    max-width: 620px;
    margin: 0;
    color: #b8c0c7;
}

.tourbi-showcase-empty a {
    margin-top: 20px;
    color: #fff;
}

.tourbi-showcase-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    min-height: 90px;
    margin-top: 28px;
    padding: 17px 28px;
    background: #07121c;
    border: 1px solid #71808d;
    border-radius: 9px;
}

.tourbi-showcase-cta__copy {
    display: flex;
    align-items: center;
    gap: 18px;
    min-width: 0;
}

.tourbi-showcase-cta__icon {
    display: grid;
    place-items: center;
    flex: 0 0 52px;
    width: 52px;
    height: 52px;
    color: #c153f2;
    border: 2px solid currentColor;
    border-radius: 50%;
}

.tourbi-showcase-cta__icon svg {
    width: 28px;
    height: 28px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.tourbi-showcase-cta__copy p {
    display: grid;
    gap: 3px;
    margin: 0;
    min-width: 0;
}

.tourbi-showcase-cta__copy strong {
    overflow: hidden;
    color: #fff;
    font-family: Impact, Haettenschweiler, "Arial Narrow Bold", "Arial Narrow", sans-serif;
    font-size: clamp(22px, 2.3vw, 31px);
    font-weight: 400;
    letter-spacing: .035em;
    line-height: 1;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
}

.tourbi-showcase-cta__copy small {
    color: #d5d9dc;
    font-size: 13px;
}

.tourbi-showcase-cta__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    flex: 0 0 auto;
    min-width: 310px;
    min-height: 54px;
    padding: 12px 28px;
    color: #fff !important;
    background: var(--tourbi-orange);
    border-radius: 999px;
    font-family: Impact, Haettenschweiler, "Arial Narrow Bold", "Arial Narrow", sans-serif;
    font-size: 25px;
    font-weight: 400;
    letter-spacing: .035em;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.tourbi-showcase-cta__button svg {
    width: 23px;
    height: 23px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.tourbi-showcase-cta__button:hover {
    color: #fff !important;
    background: #e94d0e;
    box-shadow: 0 10px 28px rgba(255,91,23,.28);
    transform: translateY(-2px);
}

@media (max-width: 1000px) {
    .tourbi-showcase-shell {
        width: min(100% - 32px, 920px);
    }

    .tourbi-showcase-hero,
    .tourbi-showcase-hero__inner {
        min-height: 390px;
    }

    .tourbi-showcase-hero__copy {
        width: 60%;
    }

    .tourbi-showcase-card {
        grid-template-columns: 44% 56%;
        min-height: 210px;
    }

    .tourbi-showcase-card__media {
        min-height: 210px;
    }

    .tourbi-showcase-card__body {
        padding: 20px 17px 16px;
    }

    .tourbi-showcase-card__summary {
        font-size: 13px;
    }

    .tourbi-showcase-cta__button {
        min-width: 250px;
    }
}

@media (max-width: 760px) {
    .tourbi-showcase-hero,
    .tourbi-showcase-hero__inner {
        min-height: 360px;
    }

    .tourbi-showcase-hero::after {
        background:
            linear-gradient(90deg, #fff 0%, rgba(255,255,255,.98) 46%, rgba(255,255,255,.73) 69%, rgba(255,255,255,.20) 100%),
            linear-gradient(180deg, transparent 58%, rgba(4,10,15,.10) 100%);
    }

    .tourbi-showcase-hero__copy {
        width: 68%;
        padding-block: 35px;
    }

    .tourbi-showcase-hero h1 {
        font-size: clamp(48px, 9.8vw, 66px);
    }

    .tourbi-showcase-benefits {
        gap: 12px;
        margin-top: 26px;
    }

    .tourbi-showcase-benefit {
        gap: 7px;
    }

    .tourbi-showcase-benefit__icon {
        flex-basis: 29px;
        width: 29px;
        height: 29px;
    }

    .tourbi-showcase-benefit p {
        font-size: 11px;
    }

    .tourbi-showcase-grid {
        gap: 12px;
    }

    .tourbi-showcase-card {
        grid-template-columns: 44% 56%;
        min-height: 190px;
    }

    .tourbi-showcase-card__media {
        min-height: 190px;
    }

    .tourbi-showcase-card__body {
        padding: 17px 14px 14px;
    }

    .tourbi-showcase-card__body h3 {
        font-size: 23px;
    }

    .tourbi-showcase-card__summary {
        margin: 9px 0;
        font-size: 11px;
        line-height: 1.3;
    }

    .tourbi-showcase-card__price {
        font-size: 22px;
    }

    .tourbi-showcase-cta {
        padding: 15px 18px;
    }

    .tourbi-showcase-cta__button {
        min-width: 210px;
        font-size: 21px;
    }
}

@media (max-width: 640px) {
    .tourbi-showcase-shell {
        width: min(100% - 24px, 520px);
    }

    .tourbi-showcase-hero {
        min-height: 520px;
    }

    .tourbi-showcase-hero__inner {
        align-items: flex-start;
        min-height: 520px;
    }

    .tourbi-showcase-hero::before {
        background-size: auto 63%;
        background-position: center bottom;
    }

    .tourbi-showcase-hero::after {
        background:
            linear-gradient(180deg, #fff 0%, rgba(255,255,255,.98) 52%, rgba(255,255,255,.61) 70%, rgba(255,255,255,.05) 100%);
    }

    .tourbi-showcase-hero__copy {
        width: 100%;
        padding: 30px 0 22px;
    }

    .tourbi-showcase-hero h1 {
        font-size: clamp(46px, 15vw, 64px);
    }

    .tourbi-showcase-hero__subtitle {
        margin-top: 11px !important;
        font-size: 18px;
    }

    .tourbi-showcase-benefits {
        max-width: 460px;
        gap: 8px;
        margin-top: 22px;
    }

    .tourbi-showcase-content {
        padding-top: 25px;
    }

    .tourbi-showcase-section + .tourbi-showcase-section {
        margin-top: 27px;
    }

    .tourbi-showcase-section__icon {
        flex-basis: 28px;
        width: 28px;
        height: 28px;
    }

    .tourbi-showcase-section__title h2 {
        font-size: 25px;
    }

    .tourbi-showcase-grid {
        grid-template-columns: 1fr;
    }

    .tourbi-showcase-card {
        min-height: 205px;
    }

    .tourbi-showcase-card__media {
        min-height: 205px;
    }

    .tourbi-showcase-card__body h3 {
        font-size: 25px;
    }

    .tourbi-showcase-card__summary {
        font-size: 12px;
    }

    .tourbi-showcase-cta {
        align-items: stretch;
        flex-direction: column;
        gap: 16px;
    }

    .tourbi-showcase-cta__button {
        width: 100%;
        min-width: 0;
    }
}

@media (max-width: 420px) {
    .tourbi-showcase-benefit__icon {
        flex-basis: 25px;
        width: 25px;
        height: 25px;
    }

    .tourbi-showcase-benefit p {
        font-size: 10px;
    }

    .tourbi-showcase-card {
        grid-template-columns: 43% 57%;
        min-height: 190px;
    }

    .tourbi-showcase-card__media {
        min-height: 190px;
    }

    .tourbi-showcase-card__body {
        padding: 15px 12px 12px;
    }

    .tourbi-showcase-card__body h3 {
        font-size: 21px;
    }

    .tourbi-showcase-card__summary {
        display: -webkit-box;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }

    .tourbi-showcase-card__price {
        font-size: 20px;
    }

    .tourbi-showcase-cta__copy strong {
        white-space: normal;
    }
}

/* =========================================================
   Compact database search and filtering bar
   ========================================================= */
.tourbi-showcase-discovery {
    position: relative;
    z-index: 8;
    margin-top: -28px;
    pointer-events: none;
}

.tourbi-showcase-discovery .tourbi-showcase-shell {
    pointer-events: auto;
}

.tourbi-showcase-search {
    display: grid;
    grid-template-columns: minmax(230px, 1.45fr) repeat(3, minmax(145px, .82fr)) auto auto;
    align-items: center;
    gap: 8px;
    min-height: 72px;
    padding: 10px;
    background: rgba(12, 24, 34, .96);
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 15px;
    box-shadow: 0 20px 52px rgba(0, 0, 0, .32);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

.tourbi-showcase-search__field {
    position: relative;
    min-width: 0;
}

.tourbi-showcase-search__field input,
.tourbi-showcase-search__field select {
    width: 100%;
    height: 50px;
    min-height: 50px;
    margin: 0;
    padding: 0 39px 0 14px;
    color: #eef3f6;
    background-color: rgba(255, 255, 255, .065);
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 10px;
    outline: none;
    box-shadow: none;
    font: 600 13px/1.2 Inter, "Segoe UI", Arial, sans-serif;
    transition: border-color .2s ease, background-color .2s ease, box-shadow .2s ease;
}

.tourbi-showcase-search__field select {
    cursor: pointer;
    appearance: auto;
}

.tourbi-showcase-search__field input::placeholder {
    color: #a8b2ba;
    opacity: 1;
}

.tourbi-showcase-search__field input:hover,
.tourbi-showcase-search__field select:hover {
    background-color: rgba(255, 255, 255, .09);
    border-color: rgba(255, 255, 255, .22);
}

.tourbi-showcase-search__field input:focus,
.tourbi-showcase-search__field select:focus {
    background-color: rgba(255, 255, 255, .1);
    border-color: rgba(201, 104, 255, .9);
    box-shadow: 0 0 0 3px rgba(201, 104, 255, .14);
}

.tourbi-showcase-search__field--search input {
    padding-left: 43px;
}

.tourbi-showcase-search__icon {
    position: absolute;
    top: 50%;
    left: 15px;
    z-index: 2;
    display: grid;
    place-items: center;
    width: 18px;
    height: 18px;
    color: #c968ff;
    pointer-events: none;
    transform: translateY(-50%);
}

.tourbi-showcase-search__icon svg,
.tourbi-showcase-search__submit svg {
    width: 100%;
    height: 100%;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.tourbi-showcase-search__submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-width: 104px;
    height: 50px;
    margin: 0;
    padding: 0 20px;
    color: #fff;
    background: linear-gradient(135deg, #ff6a20 0%, #ff4c0d 100%);
    border: 0;
    border-radius: 10px;
    box-shadow: 0 10px 25px rgba(255, 91, 23, .25);
    cursor: pointer;
    font-family: Impact, Haettenschweiler, "Arial Narrow Bold", "Arial Narrow", sans-serif;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: .045em;
    line-height: 1;
    text-transform: uppercase;
    transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
}

.tourbi-showcase-search__submit svg {
    width: 18px;
    height: 18px;
}

.tourbi-showcase-search__submit:hover,
.tourbi-showcase-search__submit:focus-visible {
    color: #fff;
    filter: brightness(1.05);
    box-shadow: 0 14px 30px rgba(255, 91, 23, .34);
    transform: translateY(-1px);
}

.tourbi-showcase-search__reset {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-width: 68px;
    height: 50px;
    padding: 0 11px;
    color: #d9e0e5 !important;
    border-radius: 10px;
    font-size: 12px;
    font-weight: 800;
    text-decoration: none;
    text-transform: uppercase;
    transition: color .2s ease, background .2s ease;
}

.tourbi-showcase-search__reset span {
    display: grid;
    place-items: center;
    min-width: 20px;
    height: 20px;
    padding-inline: 5px;
    color: #fff;
    background: #9a43e6;
    border-radius: 999px;
    font-size: 10px;
}

.tourbi-showcase-search__reset:hover {
    color: #fff !important;
    background: rgba(255, 255, 255, .08);
}

.tourbi-showcase-discovery + .tourbi-showcase-content {
    padding-top: 18px;
}

.tourbi-showcase-filter-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin: 0 0 22px;
    padding: 12px 14px;
    background: rgba(255, 255, 255, .045);
    border: 1px solid rgba(255, 255, 255, .10);
    border-radius: 10px;
}

.tourbi-showcase-filter-bar p {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 5px 10px;
    min-width: 0;
    margin: 0;
}

.tourbi-showcase-filter-bar strong {
    color: #fff;
    font-size: 13px;
}

.tourbi-showcase-filter-bar p span {
    color: #aeb8c0;
    font-size: 12px;
}

.tourbi-showcase-filter-bar a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    flex: 0 0 auto;
    color: #d9baf5 !important;
    font-size: 12px;
    font-weight: 800;
    text-decoration: none;
    text-transform: uppercase;
}

.tourbi-showcase-filter-bar a:hover {
    color: #fff !important;
}

@media (max-width: 820px) {
    .tourbi-showcase-discovery {
        margin-top: -20px;
    }

    .tourbi-showcase-search {
        grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr);
        min-height: 0;
        padding: 9px;
    }

    .tourbi-showcase-search__field--search {
        grid-column: 1 / -1;
    }

    .tourbi-showcase-search__submit {
        width: 100%;
        min-width: 0;
    }

    .tourbi-showcase-search__reset {
        grid-column: 1 / -1;
        justify-self: center;
        margin-right: 0;
    }
}

@media (max-width: 560px) {
    .tourbi-showcase-discovery {
        margin-top: -14px;
    }

    .tourbi-showcase-search {
        grid-template-columns: 1fr;
        gap: 7px;
        padding: 8px;
        border-radius: 13px;
    }

    .tourbi-showcase-search__field--search,
    .tourbi-showcase-search__reset {
        grid-column: auto;
    }

    .tourbi-showcase-search__field input,
    .tourbi-showcase-search__field select,
    .tourbi-showcase-search__submit {
        height: 46px;
        min-height: 46px;
    }

    .tourbi-showcase-search__reset {
        height: 30px;
    }

    .tourbi-showcase-discovery + .tourbi-showcase-content {
        padding-top: 14px;
    }

    .tourbi-showcase-filter-bar {
        align-items: flex-start;
        flex-direction: column;
        gap: 9px;
    }
}

/* =========================================================
   v3 fixes: reliable hero image + fully styled custom selects
   ========================================================= */
.tourbi-showcase-hero::before {
    display: none;
}

.tourbi-showcase-hero__image {
    position: absolute;
    inset: 0;
    z-index: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: var(--tourbi-showcase-hero-position, center center);
}

.tourbi-showcase-hero::after {
    z-index: 1;
}

.tourbi-showcase-hero__inner {
    position: relative;
    z-index: 2;
}

/* Native-select fallback colours (used before JS loads or when JS is off). */
.tourbi-showcase-search__field select {
    color-scheme: dark;
}

.tourbi-showcase-search__field select option {
    color: #eaf0f4;
    background: #14212c;
}

.tourbi-showcase-search__field select option:checked {
    color: #ffffff;
    background: #8847c7;
}

/* Enhanced dropdown is created progressively by experience-marketplace.js. */
.tourbi-showcase-search__field.has-custom-select {
    position: relative;
    z-index: 12;
}

.tourbi-showcase-search__field.has-custom-select.is-open {
    z-index: 60;
}

.tourbi-showcase-search__field.has-custom-select .tourbi-native-select {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

.tourbi-custom-select {
    position: relative;
    width: 100%;
}

.tourbi-custom-select__trigger {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
    height: 50px;
    min-height: 50px;
    margin: 0;
    padding: 0 13px 0 14px;
    color: #eef3f6;
    background: rgba(255, 255, 255, .065);
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 10px;
    outline: none;
    box-shadow: none;
    cursor: pointer;
    font: 600 13px/1.2 Inter, "Segoe UI", Arial, sans-serif;
    text-align: left;
    transition: color .2s ease, border-color .2s ease, background-color .2s ease, box-shadow .2s ease;
}

.tourbi-custom-select__trigger:hover {
    color: #ffffff;
    background: rgba(255, 255, 255, .09);
    border-color: rgba(255, 255, 255, .24);
}

.tourbi-custom-select__trigger:focus-visible,
.tourbi-showcase-search__field.is-open .tourbi-custom-select__trigger {
    color: #ffffff;
    background: rgba(255, 255, 255, .1);
    border-color: rgba(201, 104, 255, .95);
    box-shadow: 0 0 0 3px rgba(201, 104, 255, .15);
}

.tourbi-custom-select__value {
    display: block;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tourbi-custom-select__chevron {
    flex: 0 0 16px;
    width: 16px;
    height: 16px;
    fill: none;
    stroke: #d6e0e6;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: transform .2s ease, stroke .2s ease;
}

.tourbi-showcase-search__field.is-open .tourbi-custom-select__chevron {
    stroke: #d995ff;
    transform: rotate(180deg);
}

.tourbi-custom-select__menu {
    position: absolute;
    top: calc(100% + 7px);
    left: 0;
    z-index: 100;
    width: max(100%, 185px);
    max-height: 270px;
    margin: 0;
    padding: 6px;
    overflow-x: hidden;
    overflow-y: auto;
    color: #e7eef2;
    background: #101d28;
    border: 1px solid rgba(201, 104, 255, .48);
    border-radius: 11px;
    box-shadow: 0 18px 45px rgba(0, 0, 0, .46), 0 0 0 1px rgba(255, 255, 255, .035) inset;
    list-style: none;
    scrollbar-color: #7d43b3 #14222d;
    scrollbar-width: thin;
}

.tourbi-custom-select__menu[hidden] {
    display: none !important;
}

.tourbi-custom-select__option {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 38px;
    margin: 0;
    padding: 8px 34px 8px 11px;
    color: #dce5eb;
    background: transparent;
    border: 0;
    border-radius: 7px;
    cursor: pointer;
    font: 600 13px/1.25 Inter, "Segoe UI", Arial, sans-serif;
    text-align: left;
    transition: color .16s ease, background-color .16s ease, transform .16s ease;
}

.tourbi-custom-select__option:hover,
.tourbi-custom-select__option:focus-visible {
    color: #ffffff;
    background: #263744;
    outline: none;
}

.tourbi-custom-select__option:active {
    color: #ffffff;
    background: #6f399f;
    transform: scale(.992);
}

.tourbi-custom-select__option[aria-selected="true"] {
    color: #ffffff;
    background: linear-gradient(135deg, #8b44c8 0%, #7134ad 100%);
}

.tourbi-custom-select__option[aria-selected="true"]::after {
    position: absolute;
    top: 50%;
    right: 12px;
    width: 8px;
    height: 4px;
    content: "";
    border-bottom: 2px solid #ffffff;
    border-left: 2px solid #ffffff;
    transform: translateY(-66%) rotate(-45deg);
}

@media (max-width: 560px) {
    .tourbi-custom-select__trigger {
        height: 46px;
        min-height: 46px;
    }

    .tourbi-custom-select__menu {
        width: 100%;
        max-height: 230px;
    }
}


/* Final client listing edits: Coming Soon, neon Speed Dating badge, ratings, share/text actions. */
.tourbi-experience-card--neon {
    --tourbi-card-accent: #c9ff16;
}

.tourbi-experience-card--neon .tourbi-experience-card__ribbon {
    color: #06142b;
    background: #c9ff16;
    border-color: rgba(6, 20, 43, .16);
}

.tourbi-experience-card--green .tourbi-experience-card__ribbon {
    background: #0f8f3c;
}

.tourbi-listing-card__rating {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 14px 0 0;
    color: #ff9d00;
    font-weight: 900;
    line-height: 1;
}

.tourbi-listing-card__rating small {
    color: #333;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .02em;
    text-transform: uppercase;
}

.tourbi-listing-card__share {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 14px 0 0;
}

.tourbi-listing-card__share a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 8px 13px 7px;
    color: #06142b !important;
    background: #f7f8f5;
    border: 1px solid #d7d0c7;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .06em;
    line-height: 1;
    text-decoration: none !important;
    text-transform: uppercase;
}

@media (max-width: 720px) {
    .tourbi-marketplace-results__heading {
        text-align: center;
    }
}


/* v4.1 final client edits — Coming Soon sections, share/text CTAs, 5-star rating, and extra listing facts. */
.tourbi-showcase-card__badge {
    color: #06142b;
}

.tourbi-showcase-card__fact-extra {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.tourbi-showcase-card__fact-extra svg {
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
}

.tourbi-showcase-card__share {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 14px;
}

.tourbi-showcase-card__share a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 8px 14px 7px;
    color: #06142b !important;
    background: #f7f8f5;
    border: 1px solid #d8d1c8;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .06em;
    line-height: 1;
    text-decoration: none !important;
    text-transform: uppercase;
}

.tourbi-showcase-card__share a:hover,
.tourbi-showcase-card__share a:focus-visible {
    color: #fff !important;
    background: #06142b;
    border-color: #06142b;
}

@media (max-width: 680px) {
    .tourbi-showcase-section__header {
        justify-content: center;
        text-align: center;
    }

    .tourbi-showcase-section__title {
        justify-content: center;
    }
}


/* v4.2 — simplified Coming Soon archive and working share/text CTAs. */
.tourbi-showcase-discovery,
.tourbi-showcase-filter-bar {
    display: none !important;
}

.tourbi-showcase-discovery + .tourbi-showcase-content,
.tourbi-showcase-content {
    margin-top: 0 !important;
}

.tourbi-showcase-section--coming-soon + .tourbi-showcase-section--coming-soon {
    display: none !important;
}

.tourbi-listing-card__share button,
.tourbi-showcase-card__share button,
.tourbi-listing-card__share a,
.tourbi-showcase-card__share a {
    appearance: none;
    border: 1px solid rgba(10, 23, 36, 0.18);
    background: #fff;
    color: #071522;
    border-radius: 999px;
    padding: 7px 15px;
    font: 900 11px/1 var(--tourbi-heading-font, inherit);
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.tourbi-listing-card__share button:hover,
.tourbi-showcase-card__share button:hover,
.tourbi-listing-card__share a:hover,
.tourbi-showcase-card__share a:hover,
.tourbi-listing-card__share button.is-copied,
.tourbi-showcase-card__share button.is-copied {
    background: #ff5121;
    border-color: #ff5121;
    color: #fff;
}


/* =========================================================
   Final client polish: cleaner Coming Soon heading + premium mobile cards
   ========================================================= */
.tourbi-showcase-section--coming-soon .tourbi-showcase-section__header {
    justify-content: center;
    margin-bottom: 24px;
    text-align: center;
}

.tourbi-showcase-section--coming-soon .tourbi-showcase-section__title {
    justify-content: center;
    width: 100%;
    gap: 16px;
}

.tourbi-showcase-section--coming-soon .tourbi-showcase-section__title::before,
.tourbi-showcase-section--coming-soon .tourbi-showcase-section__title::after {
    content: "";
    flex: 1 1 120px;
    max-width: 260px;
    height: 3px;
    background: var(--tourbi-orange);
    border-radius: 999px;
    opacity: .9;
}

.tourbi-showcase-section--coming-soon .tourbi-showcase-section__icon {
    display: none;
}

.tourbi-showcase-section--coming-soon .tourbi-showcase-section__title h2 {
    flex: 0 0 auto;
    color: #ffffff;
    font-size: clamp(32px, 4.2vw, 54px);
    letter-spacing: .045em;
    text-align: center;
}

.tourbi-showcase-card__share,
.tourbi-listing-card__share {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 14px;
}

.tourbi-showcase-card__share button,
.tourbi-showcase-card__share a,
.tourbi-listing-card__share button,
.tourbi-listing-card__share a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 30px;
    padding: 7px 15px;
    color: #07111a;
    background: #ffffff;
    border: 1px solid rgba(7, 17, 26, .22);
    border-radius: 999px;
    cursor: pointer;
    font-size: 11px;
    font-weight: 900;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
    transition: background .2s ease, color .2s ease, border-color .2s ease, transform .2s ease;
}

.tourbi-showcase-card__share button:hover,
.tourbi-showcase-card__share a:hover,
.tourbi-listing-card__share button:hover,
.tourbi-listing-card__share a:hover {
    color: #ffffff;
    background: var(--tourbi-orange);
    border-color: var(--tourbi-orange);
    transform: translateY(-1px);
}

.tourbi-showcase-card__share button.is-copied {
    color: #ffffff;
    background: #108f48;
    border-color: #108f48;
}

@media (max-width: 640px) {
    .tourbi-showcase-content {
        padding-top: 32px;
    }

    .tourbi-showcase-section--coming-soon .tourbi-showcase-section__title {
        gap: 12px;
    }

    .tourbi-showcase-section--coming-soon .tourbi-showcase-section__title::before,
    .tourbi-showcase-section--coming-soon .tourbi-showcase-section__title::after {
        flex-basis: 62px;
        max-width: 92px;
        height: 3px;
    }

    .tourbi-showcase-section--coming-soon .tourbi-showcase-section__title h2 {
        font-size: clamp(35px, 10.5vw, 48px);
    }

    .tourbi-showcase-card {
        display: block;
        min-height: 0;
        overflow: hidden;
        background: #ffffff;
        border: 1px solid rgba(7, 17, 26, .14);
        border-radius: 17px;
        box-shadow: 0 12px 34px rgba(0, 0, 0, .16);
    }

    .tourbi-showcase-card__media {
        display: block;
        width: 100%;
        min-height: 0;
        aspect-ratio: 16 / 10;
        background: #d6dade;
    }

    .tourbi-showcase-card__media img {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .tourbi-showcase-card__badge {
        top: 12px;
        left: 12px;
        min-height: 43px;
        padding: 8px 14px;
        border-radius: 8px;
        font-size: 25px;
        box-shadow: 0 8px 18px rgba(0, 0, 0, .16);
    }

    .tourbi-showcase-card__body {
        padding: 22px 20px 20px;
    }

    .tourbi-showcase-card__body h3 {
        font-size: clamp(34px, 9vw, 44px);
        line-height: .96;
    }

    .tourbi-showcase-card__summary {
        display: block;
        margin: 14px 0 18px;
        color: #2d3338;
        font-size: 18px;
        line-height: 1.42;
        -webkit-line-clamp: unset;
    }

    .tourbi-showcase-card__footer {
        display: grid;
        gap: 16px;
        align-items: start;
    }

    .tourbi-showcase-card__facts {
        gap: 9px;
    }

    .tourbi-showcase-card__duration,
    .tourbi-showcase-card__fact-extra {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        color: #171717;
        font-size: 16px;
        font-weight: 500;
        text-transform: none;
    }

    .tourbi-showcase-card__rating {
        margin-top: 2px;
    }

    .tourbi-showcase-card__stars b {
        font-size: 18px;
    }

    .tourbi-showcase-card__price {
        justify-self: start;
        font-size: 26px;
    }

    .tourbi-showcase-card__share {
        margin-top: 16px;
    }

    .tourbi-showcase-card__share button,
    .tourbi-showcase-card__share a {
        min-height: 34px;
        padding: 8px 18px;
        font-size: 12px;
    }
}

@media (max-width: 420px) {
    .tourbi-showcase-card {
        display: block;
        min-height: 0;
    }

    .tourbi-showcase-card__media {
        min-height: 0;
        aspect-ratio: 16 / 10;
    }

    .tourbi-showcase-card__body h3 {
        font-size: clamp(30px, 8.8vw, 38px);
    }

    .tourbi-showcase-card__summary {
        font-size: 16px;
    }
}


/* v1.12.3 — safe badge position so Top Rated does not cover rider faces. */
.tourbi-showcase-card__badge,
.tourbi-experience-card__ribbon {
    left: auto !important;
    right: 14px !important;
    top: 14px !important;
    border-radius: 10px !important;
}

.tourbi-showcase-card__badge {
    padding-left: 14px;
    padding-right: 14px;
}

@media (max-width: 720px) {
    .tourbi-showcase-card__badge,
    .tourbi-experience-card__ribbon {
        left: auto !important;
        right: 16px !important;
        top: 16px !important;
    }
}


/* v1.12.4 — place listing badges outside images so they never cover rider faces. */
.tourbi-experience-card__media .tourbi-experience-card__ribbon,
.tourbi-showcase-card__media .tourbi-showcase-card__badge {
    display: none !important;
}

.tourbi-experience-card__body > .tourbi-experience-card__ribbon,
.tourbi-experience-card__ribbon--inline {
    position: static !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: fit-content;
    max-width: 100%;
    margin: 0 0 14px;
    padding: 9px 16px 8px;
    color: #06142b;
    background: var(--tourbi-card-accent, #c9ff16);
    border: 1px solid rgba(6, 20, 43, .12);
    border-radius: 10px !important;
    box-shadow: none;
    font-family: "Bebas Neue", "Arial Narrow", Impact, sans-serif;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: .05em;
    line-height: 1;
    text-transform: uppercase;
    white-space: nowrap;
}

.tourbi-experience-card__body > .tourbi-experience-card__ribbon b,
.tourbi-experience-card__ribbon--inline b {
    margin-right: 6px;
}

@media (max-width: 720px) {
    .tourbi-experience-card__body > .tourbi-experience-card__ribbon,
    .tourbi-experience-card__ribbon--inline {
        margin-bottom: 12px;
        font-size: 18px;
    }
}


/* v1.12.5 — put listing badges back on the image as a thinner top badge. */
.tourbi-showcase-card__media,
.tourbi-experience-card__media {
    position: relative;
    overflow: hidden;
}

.tourbi-showcase-card__media img,
.tourbi-experience-card__media img {
    object-position: center 58% !important;
}

.tourbi-showcase-card__media .tourbi-showcase-card__badge,
.tourbi-experience-card__media .tourbi-experience-card__ribbon {
    position: absolute !important;
    z-index: 5;
    top: 10px !important;
    left: 14px !important;
    right: auto !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: auto !important;
    max-width: calc(100% - 28px);
    min-height: 0;
    margin: 0 !important;
    padding: 6px 13px 5px !important;
    color: #06142b;
    background: var(--tourbi-card-badge, var(--tourbi-card-accent, #c9ff16));
    border: 1px solid rgba(6, 20, 43, .12);
    border-radius: 8px !important;
    box-shadow: 0 6px 16px rgba(0, 0, 0, .16);
    font-family: "Bebas Neue", "Arial Narrow", Impact, sans-serif;
    font-size: clamp(16px, 2.8vw, 20px) !important;
    font-weight: 400;
    letter-spacing: .055em;
    line-height: 1;
    text-transform: uppercase;
    white-space: nowrap;
}

.tourbi-experience-card__body > .tourbi-experience-card__ribbon,
.tourbi-experience-card__ribbon--inline {
    display: none !important;
}

@media (max-width: 720px) {
    .tourbi-showcase-card__media .tourbi-showcase-card__badge,
    .tourbi-experience-card__media .tourbi-experience-card__ribbon {
        top: 9px !important;
        left: 12px !important;
        padding: 6px 12px 5px !important;
        font-size: 18px !important;
        border-radius: 7px !important;
    }

    .tourbi-showcase-card__media img,
    .tourbi-experience-card__media img {
        object-position: center 60% !important;
    }
}

/* v1.12.6 — mobile listing badge final: thin top-right position so rider faces remain clear. */
@media (max-width: 720px) {
    .tourbi-showcase-card__media .tourbi-showcase-card__badge,
    .tourbi-experience-card__media .tourbi-experience-card__ribbon {
        left: auto !important;
        right: 8px !important;
        top: 8px !important;
        z-index: 6 !important;
        max-width: calc(100% - 16px) !important;
        padding: 5px 10px 4px !important;
        border-radius: 8px !important;
        font-size: 16px !important;
        line-height: 1 !important;
        white-space: nowrap !important;
        box-shadow: 0 5px 14px rgba(0, 0, 0, .15) !important;
    }

    .tourbi-showcase-card__media img,
    .tourbi-experience-card__media img {
        object-position: center 62% !important;
    }
}


/* Final client update: keep card badges slim and away from rider faces. */
.tourbi-experience-card__ribbon,
.tourbi-home-adventure-card__badge {
    font-size: clamp(12px, 1.4vw, 14px);
    line-height: 1;
    padding: 7px 12px 6px;
    border-radius: 9px;
}

@media (max-width: 680px) {
    .tourbi-experience-card__ribbon,
    .tourbi-home-adventure-card__badge,
    body.tourbi-reference-home .tourbi-home-adventure-card__media > span.tourbi-home-adventure-card__badge {
        left: auto !important;
        right: 8px !important;
        top: 8px !important;
        padding: 6px 12px !important;
        font-size: 13px !important;
        line-height: 1 !important;
        border-radius: 8px !important;
        white-space: nowrap;
        z-index: 5;
    }
}
