.tours-page-shell .tours-page {
    width: min(1500px, calc(100% - 12px)) !important;
}

.tours-page-shell .tours-hero {
    display: grid !important;
    grid-template-columns: minmax(300px, .9fr) minmax(360px, 1.1fr) minmax(260px, .6fr) !important;
    gap: 24px !important;
    align-items: stretch !important;
    min-height: 500px !important;
    padding: 24px 34px !important;
}

.tours-page-shell .tours-hero__copy {
    align-self: center !important;
    max-width: 520px !important;
    margin: 0 !important;
    text-align: left !important;
}

.tours-page-shell .tours-kicker,
.tours-page-shell .tours-hero h1,
.tours-page-shell .tours-hero__intro {
    text-align: left !important;
}

.tours-page-shell .tours-ornament,
.tours-page-shell .tours-feature-row,
.tours-page-shell .tours-hero__actions {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.tours-page-shell .tours-hero__intro {
    max-width: 500px !important;
}

.tours-page-shell .tours-hero__image {
    min-height: 450px !important;
    height: 100% !important;
    border-radius: 0 !important;
    background-position: center top !important;
    background-size: cover !important;
}

.tours-page-shell .tours-connect-card {
    grid-column: auto !important;
    align-self: start !important;
    margin: 16px 0 0 !important;
    min-height: 280px !important;
}

.tours-page-shell .tours-event-strip {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
}

.tours-page-shell .tours-event-card {
    display: flex !important;
    flex-direction: column !important;
    min-height: 390px !important;
    padding: 0 !important;
}

.tours-page-shell .tours-event-card__image {
    height: 180px !important;
    min-height: 180px !important;
    grid-row: auto !important;
}

.tours-page-shell .tours-event-card__body {
    display: grid !important;
    grid-template-columns: 48px 1fr !important;
    gap: 10px !important;
    padding: 12px 12px 0 !important;
}

.tours-page-shell .tours-event-date {
    display: grid !important;
}

.tours-page-shell .tours-event-card h3 {
    font-size: 16px !important;
    letter-spacing: .06em !important;
    line-height: 1.2 !important;
}

.tours-page-shell .tours-event-card__desc,
.tours-page-shell .tours-event-card__meta {
    padding: 0 12px !important;
}

.tours-page-shell .tours-ticket-btn {
    width: auto !important;
    margin: auto 18px 16px !important;
}

@media (max-width: 1180px) {
    .tours-page-shell .tours-hero {
        grid-template-columns: 1fr 1fr !important;
    }

    .tours-page-shell .tours-connect-card {
        grid-column: 1 / -1 !important;
        margin-top: 0 !important;
    }

    .tours-page-shell .tours-event-strip {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 820px) {
    .tours-page-shell .tours-page {
        width: min(100% - 12px, 720px) !important;
    }

    .tours-page-shell .tours-hero {
        grid-template-columns: 1fr !important;
        min-height: 0 !important;
        padding: 18px !important;
    }

    .tours-page-shell .tours-hero__image {
        min-height: 320px !important;
        order: -1 !important;
    }

    .tours-page-shell .tours-connect-card {
        grid-column: auto !important;
    }

    .tours-page-shell .tours-feature-row,
    .tours-page-shell .tours-hero__actions {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    .tours-page-shell .tours-event-strip {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 520px) {
    .tours-page-shell .tours-hero h1 {
        font-size: 36px !important;
    }

    .tours-page-shell .tours-hero__image {
        min-height: 230px !important;
    }

    .tours-page-shell .tours-event-card {
        min-height: 340px !important;
    }

    .tours-page-shell .tours-event-card__image {
        height: 145px !important;
        min-height: 145px !important;
    }

    .tours-page-shell .tours-event-card__body {
        grid-template-columns: 42px 1fr !important;
        gap: 8px !important;
        padding: 10px 10px 0 !important;
    }

    .tours-page-shell .tours-event-card h3 {
        font-size: 13px !important;
        overflow-wrap: anywhere !important;
    }

    .tours-page-shell .tours-event-card p {
        font-size: 13px !important;
    }
}

.tours-page-shell .tours-connect-card--mobile {
    display: none !important;
}

@media (max-width: 820px) {
    .tours-page-shell .tours-hero > .tours-connect-card:not(.tours-connect-card--mobile) {
        display: none !important;
    }

    .tours-page-shell .tours-feature-row {
        grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    }

    .tours-page-shell .tours-feature-row span {
        min-height: 58px !important;
        padding: 7px 3px !important;
        font-size: 8px !important;
        line-height: 1.15 !important;
    }

    .tours-page-shell .tours-feature-row strong {
        font-size: 9px !important;
    }

    .tours-page-shell .tours-connect-card--mobile {
        display: block !important;
        margin: 0 0 18px !important;
    }
}
