* { box-sizing: border-box; }
body {
    margin: 0;
    color: var(--dt-ink);
    background: var(--dt-cream);
    font-family: var(--dt-font);
    font-size: 18rem;
    line-height: 1.55;
    overflow-x: clip;
}
html { overflow-x: clip; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
p { margin: 0; }
h1, h2, h3 { margin: 0; line-height: 1.05; letter-spacing: 0; }
h1 { font-size: 82rem; }
h2 { font-size: 54rem; }
h3 { font-size: 26rem; }
.site-main { min-height: 58vh; }
.section-pad { padding: 110rem var(--dt-pad); }
.section-head {
    width: min(var(--dt-container), calc(100% - 2 * var(--dt-pad)));
    margin: 0 auto 48rem;
}
.section-head > p:not(.section-kicker) { max-width: 720rem; font-size: 20rem; }
.section-head h2 { max-width: 850rem; margin: 10rem 0 18rem; }
.section-head--split {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 60rem;
}
.section-kicker {
    color: var(--dt-accent);
    font-size: 14rem;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}
.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: var(--dt-accent);
    color: var(--dt-white);
    font-size: 16rem;
    font-weight: 800;
    white-space: nowrap;
}
.button--small { min-height: 44rem; padding: 0 20rem; font-size: 14rem; }
.button--ghost { background: transparent; color: var(--dt-accent); }
.screen-reader-text {
    position: absolute;
    width: 1rem;
    height: 1rem;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
.skip-link:focus {
    z-index: 1000;
    width: auto;
    height: auto;
    padding: 12rem 16rem;
    clip: auto;
    background: var(--dt-white);
}
.tour-grid {
    grid-auto-rows: 1fr;
    width: min(var(--dt-container), calc(100% - 2 * var(--dt-pad)));
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28rem;
}
.tour-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    border: 1rem solid var(--dt-line);
    border-radius: var(--dt-radius);
    background: var(--dt-white);
    box-shadow: var(--dt-shadow);
}
.tour-card__media {
    flex: 0 0 auto;
    position: relative;
    display: block;
    aspect-ratio: 1.25;
    overflow: hidden;
}
.tour-card__media img { display: block; width: 100%; height: 100%; object-fit: cover; }
.tour-card__badge {
    position: absolute;
    top: 16rem;
    left: 16rem;
    padding: 8rem 12rem;
    border-radius: var(--dt-radius-sm);
    background: var(--dt-accent-2);
    color: var(--dt-ink);
    font-size: 13rem;
    font-weight: 800;
}
.tour-card__badge--available { background: #dff3ea; color: #075f4f; }
.tour-card__badge--on-request { background: #fff0c9; color: #714900; }
.tour-card__badge--unavailable { background: #f3dddd; color: #812d2d; }
.tour-card__body { display: flex; flex: 1; flex-direction: column; padding: 24rem; }
.tour-card__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10rem;
    margin-bottom: 18rem;
    color: var(--dt-accent);
    font-size: 14rem;
    font-weight: 800;
}
.tour-card h3 { margin-bottom: 14rem; }
.tour-card p {
    display: -webkit-box;
    min-height: calc(1.5em * 4);
    margin-bottom: 22rem;
    overflow: hidden;
    color: var(--dt-muted);
    line-height: 1.5;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
.tour-card .tour-card__body > a.button {
    margin-top: auto;
    white-space: normal;
    text-align: center;
    line-height: 1.3;
    border: 1rem solid var(--dt-accent);
    background: var(--dt-white);
    color: var(--dt-accent);
}
.tour-card .tour-card__body > a.button:is(:hover, :focus-visible) {
    background: var(--dt-accent);
    color: var(--dt-white);
}
.archive-list { display: grid; gap: 20rem; }
.archive-card {
    padding: 26rem;
    border: 1rem solid var(--dt-line);
    border-radius: var(--dt-radius);
    background: var(--dt-white);
}
.section-container {
    width: min(var(--dt-container), calc(100% - 2 * var(--dt-pad)));
    margin-right: auto;
    margin-left: auto;
}
.section-heading { max-width: 840rem; margin-bottom: 48rem; }
.section-heading h2 { margin: 10rem 0 18rem; }
.wysiwyg-content > * + * { margin-top: 16rem; }
.wysiwyg-content ul,
.wysiwyg-content ol { margin: 16rem 0 0; padding-left: 24rem; }
.inner-page-hero {
    position: relative;
    min-height: 520rem;
    padding: 150rem var(--dt-pad) 82rem;
    display: grid;
    place-items: center;
    overflow: hidden;
    isolation: isolate;
    color: var(--dt-white);
}
.inner-page-hero__image,
.inner-page-hero__backdrop {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}
.inner-page-hero__image { z-index: -2; object-fit: cover; }
.inner-page-hero__backdrop {
    z-index: -1;
    background: linear-gradient(90deg, rgba(3, 12, 9, 0.72), rgba(3, 12, 9, 0.42) 52%, rgba(3, 12, 9, 0.68));
}
.inner-page-hero__content { width: min(1180rem, 100%); text-align: center; }
.inner-page-hero h1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0 16rem;
    font-size: 70rem;
}
.inner-page-hero h1 span { color: var(--page-title-color, var(--dt-white)); }
.inner-page-hero__description {
    max-width: 1040rem;
    margin: 20rem auto 0;
    font-size: 21rem;
    line-height: 1.55;
}
@media (max-width: 1024px) {
    h1 { font-size: 66rem; }
    h2 { font-size: 44rem; }
    .tour-grid { grid-template-columns: 1fr 1fr; }
    .section-head--split { display: block; }
    .inner-page-hero { min-height: 470rem; padding-top: 126rem; }
    .inner-page-hero h1 { font-size: 58rem; }
}
@media (max-width: 600px) {
    :root { --dt-pad: 22rem; }
    body { font-size: 16rem; }
    h1 { font-size: 46rem; }
    h2 { font-size: 34rem; }
    .section-pad { padding: 72rem var(--dt-pad); }
    .tour-grid { grid-template-columns: 1fr; }
    .inner-page-hero { min-height: 430rem; padding-top: 110rem; padding-bottom: 58rem; }
    .inner-page-hero h1 { display: block; font-size: 42rem; }
    .inner-page-hero h1 span { display: inline; }
    .inner-page-hero__description { margin-top: 16rem; font-size: 17rem; }
}
