.tours-page {
    padding: 0 0 110rem;
}
.tours-list {
    width: min(var(--dt-container), calc(100% - 2 * var(--dt-pad)));
    margin: 0 auto;
}
.tours-archive-hero {
    position: relative;
    width: 100%;
    min-height: 530rem;
    margin: 0;
    padding: 150rem var(--dt-pad) 92rem;
    display: grid;
    place-items: center;
    overflow: hidden;
    isolation: isolate;
    color: var(--dt-white);
}
.tours-archive-hero__image {
    position: absolute;
    inset: 0;
    z-index: -2;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.tours-archive-hero__backdrop {
    position: absolute;
    inset: 0;
    z-index: -1;
    background: rgba(4, 14, 11, 0.62);
}
.tours-archive-hero__inner {
    width: min(var(--dt-container), calc(100% - 2 * var(--dt-pad)));
    margin: 0 auto;
    text-align: center;
}
.tours-archive-hero__title {
    max-width: 1180rem;
    margin: 0 auto 16rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0 18rem;
    color: var(--dt-white);
    font-size: 72rem;
    line-height: 1.08;
}
.tours-intro__title-part {
    color: var(--tours-title-color, var(--dt-ink));
}
.tours-archive-hero__description {
    max-width: 1160rem;
    margin: 0 auto;
    color: var(--dt-white);
    font-size: 21rem;
    line-height: 1.65;
}
.tours-archive-hero__description > * {
    margin-right: auto;
    margin-left: auto;
}
.tours-archive-hero__description > * + * {
    margin-top: 12rem;
}
.tours-archive-hero__description h2,
.tours-archive-hero__description h3,
.tours-archive-hero__description a {
    color: var(--dt-white);
}
.tours-archive-hero__description a {
    text-decoration: underline;
    font-weight: 800;
}
.tours-archive-content {
    width: min(1040rem, calc(100% - 2 * var(--dt-pad)));
    margin: 0 auto;
    padding: 46rem 0 58rem;
}
.tours-archive-content__inner {
    color: var(--dt-muted);
    font-size: 19rem;
    line-height: 1.75;
}
.tours-archive-content__inner > * + * {
    margin-top: 22rem;
}
.tours-archive-content__inner h2,
.tours-archive-content__inner h3 {
    color: var(--dt-ink);
}
.tours-archive-content__inner a {
    color: var(--dt-accent);
    font-weight: 800;
}
.tours-archive-hero + .tours-list {
    padding-top: 72rem;
}
.tours-list__head {
    margin: 18rem 0 30rem;
}
.tours-list__head h2 {
    margin: 0;
}
.tour-grid--archive { margin-bottom: 42rem; }
.tours-page .tour-card .button,
.woocommerce .tour-card .button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54rem;
    padding: 0 28rem;
    border: 1rem solid var(--dt-accent);
    border-radius: var(--dt-radius-sm);
    background: transparent;
    color: var(--dt-accent);
    font-size: 16rem;
    font-weight: 800;
    line-height: 1;
}
@media (max-width: 1024px) {
    .tours-archive-hero {
        min-height: 470rem;
        padding-top: 126rem;
        padding-bottom: 78rem;
    }
    .tours-archive-hero__title { font-size: 60rem; }
}
@media (max-width: 600px) {
    .tours-archive-hero {
        min-height: 430rem;
        padding-top: 112rem;
        padding-bottom: 64rem;
    }
    .tours-archive-hero__inner {
        width: 100%;
    }
    .tours-archive-hero__title {
        margin-bottom: 18rem;
        gap: 0 10rem;
        font-size: 44rem;
    }
    .tours-archive-hero__description,
    .tours-archive-content__inner {
        font-size: 18rem;
        line-height: 1.55;
    }
    .tours-archive-content {
        padding-top: 34rem;
        padding-bottom: 44rem;
    }
    .tours-archive-hero + .tours-list {
        padding-top: 46rem;
    }
}
