/* DTechists Trek Manager 2.1.1 — wider desktop canvas and stable sticky navigation */
.dttm-template-main,
.dttm-page-shell,
.dttm-page-shell *,
.dttm-modal *,
.dttm-lightbox * { box-sizing: border-box; }

body.dttm-single-trek,
body.dttm-trek-archive { background: var(--dttm-bg, #f4f6f8); }

body.dttm-single-trek #page,
body.dttm-single-trek #content,
body.dttm-single-trek .site-content,
body.dttm-single-trek .dttm-template-main,
.dttm-sticky-ancestor {
    overflow: visible !important;
    contain: none !important;
}

/* Remove Astra's normal content-width restriction only inside the Trek content area. */
body.dttm-single-trek #content > .ast-container,
body.dttm-single-trek .site-content > .ast-container,
body.dttm-single-trek #content .content-area,
body.dttm-single-trek #content .site-main {
    width: 100% !important;
    max-width: none !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
}

body.dttm-single-trek:not(.dttm-modal-open):not(.dttm-lightbox-open) {
    overflow-y: auto !important;
}

.dttm-template-main { width: 100%; max-width: none; margin: 0; padding: 0; overflow: visible; }

.dttm-page-shell {
    --dttm-border: #dde3eb;
    --dttm-muted: #738097;
    --dttm-soft: #f6f8fb;
    --dttm-positive: #12955e;
    width: min(85vw, var(--dttm-max-width, 1600px));
    max-width: none;
    margin: 0 auto;
    padding: var(--dttm-top-gap, 24px) 0 64px;
    color: var(--dttm-ink, #101b31);
    font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 16px;
    line-height: 1.65;
}

.dttm-page-shell a { color: inherit; text-decoration: none; }
.dttm-page-shell button,
.dttm-page-shell input,
.dttm-page-shell textarea,
.dttm-page-shell select { font: inherit; }
.dttm-page-shell svg { width: 1em; height: 1em; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

.dttm-breadcrumbs {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0 0 18px;
    color: #7e899c;
    font-size: 13px;
}
.dttm-breadcrumbs a:hover { color: var(--dttm-accent); }

.dttm-master-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 30px;
    align-items: start;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow: visible;
    isolation: isolate;
}
.dttm-main-column {
    position: relative;
    z-index: 1;
    grid-column: 1;
    min-width: 0;
    width: 100%;
    max-width: 100%;
    overflow: visible;
}

.dttm-gallery {
    display: grid;
    grid-template-columns: minmax(0, 1.72fr) minmax(250px, 1fr);
    gap: 12px;
    height: clamp(430px, 36vw, 548px);
    overflow: hidden;
    border-radius: 18px;
}
.dttm-gallery--single { grid-template-columns: 1fr; }
.dttm-gallery button { position: relative; display: block; width: 100%; height: 100%; padding: 0; overflow: hidden; border: 0; background: #dfe5ec; cursor: zoom-in; }
.dttm-gallery img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.dttm-gallery button:hover img { transform: scale(1.025); }
.dttm-gallery__main { border-radius: 18px 0 0 18px; }
.dttm-gallery__side { display: grid; grid-template-rows: repeat(2, minmax(0, 1fr)); gap: 12px; min-width: 0; }
.dttm-gallery__side > button:first-child { border-radius: 0 18px 0 0; }
.dttm-gallery__side > button:last-child { border-radius: 0 0 18px 0; }
.dttm-gallery__side--single { grid-template-rows: 1fr; }
.dttm-gallery__side--single > button { border-radius: 0 18px 18px 0 !important; }
.dttm-gallery__more::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 38%, rgba(8, 17, 31, .62)); }
.dttm-gallery__more span { position: absolute; z-index: 2; left: 50%; bottom: 20px; display: inline-flex; align-items: center; gap: 8px; transform: translateX(-50%); color: #fff; font-weight: 800; white-space: nowrap; }

.dttm-card-panel,
.dttm-content-section,
.dttm-section-nav,
.dttm-sidebar-card,
.dttm-similar-section {
    border: 1px solid var(--dttm-border);
    border-radius: 16px;
    background: var(--dttm-surface, #fff);
    box-shadow: 0 10px 34px rgba(19, 33, 58, .045);
}

.dttm-trek-identity { margin-top: 22px; padding: 28px 30px 30px; }
.dttm-eyebrow {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 10px;
    color: #8a6a0b;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
}
.dttm-eyebrow svg { color: var(--dttm-accent); font-size: 17px; }
.dttm-eyebrow i { color: #bdc5d1; font-style: normal; }

.dttm-trek-identity h1 {
    max-width: 1040px;
    margin: 0;
    color: var(--dttm-ink);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(36px, 3.4vw, 54px);
    font-weight: 700;
    line-height: 1.08;
    letter-spacing: -.035em;
}
.dttm-lead { max-width: 900px; margin: 14px 0 0; color: #5e6a7e; font-size: 16px; }
.dttm-facts-heading,
.dttm-section-kicker {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #886811;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
}
.dttm-facts-heading { margin: 24px 0 12px; }
.dttm-section-kicker span { display: inline-block; width: 24px; height: 2px; background: var(--dttm-accent); }

.dttm-facts-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.dttm-fact {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    align-items: center;
    gap: 11px;
    min-height: 76px;
    padding: 13px 15px;
    border: 1px solid #e0e6ee;
    border-radius: 12px;
    background: #f7f9fb;
}
.dttm-fact__icon {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border: 1px solid #ead89d;
    border-radius: 11px;
    background: var(--dttm-accent-soft);
    color: #98720c;
    font-size: 20px;
}
.dttm-fact small { display: block; margin-bottom: 2px; color: #7d889b; font-size: 10px; font-weight: 800; letter-spacing: .035em; line-height: 1.25; text-transform: uppercase; }
.dttm-fact strong { display: block; overflow-wrap: anywhere; color: #111b2e; font-size: 14px; line-height: 1.32; }

.dttm-sidebar {
    position: relative;
    z-index: 5;
    grid-column: 2;
    align-self: stretch;
    min-width: 0;
    width: 100%;
    max-width: 360px;
}
.dttm-sidebar__sticky {
    position: sticky;
    top: calc(var(--dttm-sticky-top, 88px) + 2px);
    display: grid;
    gap: 18px;
    width: 100%;
    min-width: 0;
}
.dttm-sidebar-card { padding: 25px; }
.dttm-price-label { display: flex; align-items: center; justify-content: space-between; gap: 10px; color: #7c8799; font-size: 13px; }
.dttm-price-label span { padding: 6px 11px; border: 1px solid #ead27d; border-radius: 999px; background: var(--dttm-accent-soft); color: #7a5900; font-size: 11px; font-weight: 800; }
.dttm-price-line { display: flex; align-items: baseline; gap: 13px; margin: 13px 0 10px; }
.dttm-price-line del { color: #8c96a7; font-size: 14px; }
.dttm-price-line strong { color: var(--dttm-ink); font-family: Georgia, "Times New Roman", serif; font-size: clamp(32px, 2.5vw, 43px); line-height: 1; }
.dttm-price-line .dttm-contact-price { font-family: inherit; font-size: 25px; line-height: 1.2; }
.dttm-price-meta { display: flex; align-items: center; gap: 12px; margin-bottom: 18px; }
.dttm-price-meta span { padding: 7px 11px; border: 1px solid #e0e5ed; border-radius: 7px; background: #f7f9fb; color: #677488; font-size: 12px; }
.dttm-price-meta small { color: #8994a7; font-size: 11px; }
.dttm-enquiry-button,
.dttm-bottom-cta button,
.dttm-form-submit {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 9px !important;
    min-height: 50px !important;
    padding: 0 18px !important;
    border: 1px solid #be8d0b !important;
    border-radius: 10px !important;
    background: var(--dttm-accent) !important;
    background-image: none !important;
    color: #151a25 !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    text-decoration: none !important;
    box-shadow: none !important;
    cursor: pointer;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.dttm-enquiry-button { width: 100%; }
.dttm-enquiry-button svg,
.dttm-bottom-cta button svg,
.dttm-form-submit svg { font-size: 18px; }
.dttm-enquiry-button:hover,
.dttm-bottom-cta button:hover,
.dttm-form-submit:hover {
    transform: translateY(-1px);
    background: #e1b635 !important;
    color: #151a25 !important;
    box-shadow: 0 10px 22px rgba(173, 128, 6, .2) !important;
}

.dttm-month-card h2 { display: flex; align-items: center; gap: 10px; margin: 0 0 18px; color: var(--dttm-ink); font-size: 17px; line-height: 1.3; }
.dttm-month-card h2 svg { color: var(--dttm-accent); font-size: 20px; }
.dttm-month-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }
.dttm-month-grid span { display: grid; place-items: center; min-height: 34px; border: 1px solid #e0e5ed; border-radius: 7px; background: #f7f9fb; color: #8490a2; font-size: 10px; font-weight: 800; }
.dttm-month-grid span.is-season { border-color: #e0c25c; background: var(--dttm-accent-soft); color: #7b5b00; }
.dttm-month-legend { display: flex; gap: 18px; margin-top: 16px; color: #8490a2; font-size: 11px; }
.dttm-month-legend span { display: inline-flex; align-items: center; gap: 7px; }
.dttm-month-legend i { width: 12px; height: 12px; border: 1px solid #dfe5ed; border-radius: 2px; background: #f3f5f8; }
.dttm-month-legend i.is-season { border-color: #e0c25c; background: var(--dttm-accent-soft); }

.dttm-section-nav {
    position: sticky;
    top: var(--dttm-sticky-top, 88px);
    z-index: 30;
    margin-top: 22px;
    overflow: hidden;
    border-radius: 13px;
    box-shadow: 0 8px 24px rgba(19, 33, 58, .08);
}
.dttm-section-nav__scroll {
    display: flex;
    align-items: center;
    gap: 2px;
    padding: 0 16px;
    overflow-x: auto;
    overflow-y: hidden;
    overscroll-behavior-x: contain;
    scroll-behavior: auto;
    scrollbar-width: none;
}
.dttm-section-nav__scroll::-webkit-scrollbar { display: none; }
.dttm-section-nav a { position: relative; flex: 0 0 auto; padding: 17px 15px; color: #565f6f; font-size: 13px; font-weight: 600; white-space: nowrap; }
.dttm-section-nav a::after { content: ""; position: absolute; right: 15px; bottom: 0; left: 15px; height: 2px; transform: scaleX(0); background: var(--dttm-accent); transition: transform .2s ease; }
.dttm-section-nav a:hover,
.dttm-section-nav a.is-active { color: #7b5900; }
.dttm-section-nav a.is-active::after { transform: scaleX(1); }

.dttm-content-stack {
    display: grid;
    gap: 20px;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    margin-top: 20px;
}
.dttm-content-section {
    justify-self: stretch;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    padding: 30px 32px;
    overflow: hidden;
    scroll-margin-top: calc(var(--dttm-sticky-top, 88px) + 82px);
}
.dttm-content-section > * { max-width: 100%; }
.dttm-rich-content,
.dttm-rich-content p,
.dttm-rich-content li { overflow-wrap: anywhere; }
.dttm-rich-content img,
.dttm-rich-content video,
.dttm-rich-content iframe,
.dttm-rich-content table { max-width: 100%; }
.dttm-content-section h2,
.dttm-similar-section > h2 {
    margin: 10px 0 20px;
    color: var(--dttm-ink);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(29px, 2.4vw, 40px);
    font-weight: 700;
    line-height: 1.12;
    letter-spacing: -.025em;
}
.dttm-content-section h2 span,
.dttm-similar-section > h2 span { color: var(--dttm-accent); }
.dttm-rich-content { color: #263348; font-size: 15px; line-height: 1.78; }
.dttm-rich-content > :first-child { margin-top: 0; }
.dttm-rich-content > :last-child { margin-bottom: 0; }
.dttm-rich-content h2,
.dttm-rich-content h3,
.dttm-rich-content h4 { color: var(--dttm-ink); font-family: Georgia, "Times New Roman", serif; }
.dttm-rich-content a { color: #8c6500; text-decoration: underline; }

.dttm-highlight-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin-top: 22px; }
.dttm-highlight-grid > div { display: flex; align-items: center; gap: 10px; min-height: 52px; padding: 12px 14px; border: 1px solid #e0e5ed; border-radius: 10px; background: #f8fafb; color: #263348; font-size: 14px; }
.dttm-highlight-grid svg,
.dttm-packing-columns li svg { flex: 0 0 auto; width: 21px; height: 21px; padding: 4px; border: 1px solid #d9bb51; border-radius: 50%; background: var(--dttm-accent-soft); color: #806000; }

.dttm-about-list,
.dttm-itinerary,
.dttm-faq-list { display: grid; gap: 10px; }
.dttm-about-item,
.dttm-itinerary-item,
.dttm-faq-item { overflow: hidden; border: 1px solid #e0e5ed; border-radius: 11px; background: #fff; }
.dttm-about-toggle,
.dttm-itinerary-toggle,
.dttm-faq-toggle { width: 100%; border: 0; background: #fff; color: var(--dttm-ink); cursor: pointer; text-align: left; }
.dttm-about-toggle { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 17px 20px; }
.dttm-about-toggle small { display: block; margin-bottom: 3px; color: #8a95a6; font-size: 10px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.dttm-about-toggle strong { font-size: 16px; }
.dttm-about-content,
.dttm-itinerary-content,
.dttm-faq-answer { display: none; padding: 0 20px 18px; color: #344158; font-size: 14px; line-height: 1.75; }
.dttm-about-item.is-open .dttm-about-content,
.dttm-itinerary-item.is-open .dttm-itinerary-content,
.dttm-faq-item.is-open .dttm-faq-answer { display: block; }
.dttm-toggle-plus { position: relative; flex: 0 0 auto; width: 30px; height: 30px; border-radius: 50%; background: #f4f6f9; }
.dttm-toggle-plus::before,
.dttm-toggle-plus::after { content: ""; position: absolute; top: 50%; left: 50%; width: 10px; height: 1.5px; background: #667287; transform: translate(-50%, -50%); }
.dttm-toggle-plus::after { transform: translate(-50%, -50%) rotate(90deg); }
.is-open > button .dttm-toggle-plus::after { transform: translate(-50%, -50%) rotate(0); }

.dttm-itinerary-toggle { display: grid; grid-template-columns: auto minmax(0, 1fr) auto; align-items: center; gap: 14px; padding: 15px 18px; }
.dttm-day-badge { display: inline-grid; place-items: center; min-width: 56px; min-height: 32px; padding: 5px 10px; border: 1px solid #e5c96b; border-radius: 8px; background: var(--dttm-accent-soft); color: #7a5900; font-size: 11px; font-weight: 800; text-transform: uppercase; }
.dttm-day-title strong { display: block; font-size: 14px; }
.dttm-day-title small { display: block; margin-top: 2px; color: #8a95a6; font-size: 11px; }
.dttm-itinerary-content { border-top: 1px solid #edf0f4; padding-top: 15px; }
.dttm-itinerary-content p:first-child,
.dttm-about-content p:first-child,
.dttm-faq-answer p:first-child { margin-top: 0; }
.dttm-itinerary-content p:last-child,
.dttm-about-content p:last-child,
.dttm-faq-answer p:last-child { margin-bottom: 0; }

.dttm-list-columns { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.dttm-list-card { padding: 20px; border: 1px solid #e1e6ed; border-radius: 12px; background: #f8fafb; }
.dttm-list-card h3 { margin: 0 0 14px; color: var(--dttm-ink); font-size: 17px; }
.dttm-list-card ul,
.dttm-packing-columns ul { margin: 0; padding: 0; list-style: none; }
.dttm-list-card li { display: flex; gap: 10px; padding: 9px 0; border-bottom: 1px solid #e5e9ef; color: #334158; font-size: 14px; }
.dttm-list-card li:last-child { border-bottom: 0; }
.dttm-list-card li svg { flex: 0 0 auto; margin-top: 2px; font-size: 17px; }
.dttm-list-card--include li svg { color: #138c5a; }
.dttm-list-card--exclude li svg { color: #cf3b33; }

.dttm-reach-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 15px; }
.dttm-reach-grid article { padding: 20px; border: 1px solid #e0e5ed; border-radius: 12px; background: #f7f9fb; }
.dttm-reach-grid article > span { display: grid; place-items: center; width: 45px; height: 45px; border: 1px solid #e4cb72; border-radius: 11px; background: var(--dttm-accent-soft); color: #806000; font-size: 20px; }
.dttm-reach-grid h3 { margin: 14px 0 8px; color: var(--dttm-ink); font-size: 17px; }
.dttm-reach-grid article div { color: #46536a; font-size: 14px; line-height: 1.65; }
.dttm-reach-grid p:first-child { margin-top: 0; }
.dttm-reach-grid p:last-child { margin-bottom: 0; }

.dttm-map { height: 430px; overflow: hidden; border: 1px solid #dfe4eb; border-radius: 12px; }
.dttm-map iframe { width: 100%; height: 100%; border: 0; }

.dttm-policy-table { overflow-x: auto; border: 1px solid #e0e5ed; border-radius: 11px; }
.dttm-policy-row { display: grid; grid-template-columns: minmax(170px, 1.15fr) repeat(4, minmax(125px, 1fr)); align-items: center; min-width: 760px; border-bottom: 1px solid #e6eaf0; }
.dttm-policy-row:last-child { border-bottom: 0; }
.dttm-policy-row > * { padding: 15px 16px; }
.dttm-policy-head { background: #f5f7fa; color: #6f7b8f; font-size: 11px; letter-spacing: .05em; text-transform: uppercase; }
.dttm-policy-row:not(.dttm-policy-head) > strong { color: var(--dttm-ink); font-size: 13px; }
.dttm-policy-row span { font-weight: 700; }
.dttm-policy-row span svg { width: 20px; height: 20px; }
.dttm-policy-row .is-positive { color: #11945c; }
.dttm-policy-row .is-negative { color: #dd443c; }
.dttm-refund--1 { color: #118b57; }
.dttm-refund--2 { color: #b27b00; }
.dttm-refund--3,
.dttm-refund--4 { color: #d9362e; }
.dttm-policy-note { display: flex; align-items: flex-start; gap: 12px; margin-top: 16px; padding: 15px 17px; border: 1px solid #e7c45f; border-radius: 10px; background: #fff8df; color: #805800; font-size: 13px; }
.dttm-policy-note svg { flex: 0 0 auto; margin-top: 2px; font-size: 19px; }
.dttm-policy-extra { margin-top: 18px; }

.dttm-packing-columns { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 34px; }
.dttm-packing-columns h3 { margin: 0 0 12px; color: #66738a; font-size: 15px; font-weight: 500; }
.dttm-packing-columns li { display: flex; align-items: flex-start; gap: 10px; padding: 11px 0; border-bottom: 1px solid #e5e9ef; color: #344158; font-size: 14px; }
.dttm-packing-columns li svg { margin-top: 1px; }

.dttm-faq-toggle { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 16px 19px; font-size: 14px; font-weight: 700; }
.dttm-faq-answer { border-top: 1px solid #edf0f4; padding-top: 15px; }

.dttm-bottom-cta { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 30px; padding: 30px 32px; border-radius: 16px; background: linear-gradient(135deg, #0e1c33, #172d4f); color: #fff; }
.dttm-bottom-cta > div > span { color: #e6c25f; font-size: 11px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.dttm-bottom-cta h2 { margin: 7px 0; color: #fff; font-family: Georgia, "Times New Roman", serif; font-size: clamp(27px, 2.4vw, 38px); }
.dttm-bottom-cta p { max-width: 660px; margin: 0; color: #c5cfdd; font-size: 14px; }
.dttm-bottom-cta button { min-width: 170px; padding: 0 20px; }

.dttm-similar-section { margin-top: 28px; padding: 28px 30px 30px; }
.dttm-similar-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.dttm-similar-card { min-width: 0; }
.dttm-similar-card__image { display: block; height: 220px; overflow: hidden; border-radius: 13px; background: #e1e6ed; }
.dttm-similar-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.dttm-similar-card__image:hover img { transform: scale(1.035); }
.dttm-similar-card__image > span { display: grid; place-items: center; width: 100%; height: 100%; color: #8490a2; font-size: 42px; }
.dttm-similar-card h3 { margin: 11px 0 6px; color: var(--dttm-ink); font-size: 15px; line-height: 1.35; }
.dttm-similar-card h3 a:hover { color: #866200; }
.dttm-similar-price { display: flex; align-items: baseline; gap: 9px; }
.dttm-similar-price del { color: #8994a5; font-size: 12px; }
.dttm-similar-price strong { color: var(--dttm-ink); font-size: 16px; }

/* Enquiry modal */
body.dttm-modal-open,
body.dttm-lightbox-open { overflow: hidden; }
.dttm-modal[hidden],
.dttm-lightbox[hidden] { display: none !important; }
.dttm-modal { position: fixed; z-index: 999999; inset: 0; display: grid; place-items: center; padding: 20px; }
.dttm-modal__backdrop { position: absolute; inset: 0; background: rgba(6, 14, 27, .74); backdrop-filter: blur(4px); }
.dttm-modal__dialog { position: relative; z-index: 1; width: min(650px, 100%); max-height: calc(100vh - 40px); overflow-y: auto; border-radius: 17px; background: #fff; box-shadow: 0 30px 80px rgba(0, 0, 0, .32); }
.dttm-modal__close { position: absolute; z-index: 2; top: 14px; right: 15px; width: 36px; height: 36px; border: 0; border-radius: 50%; background: #f1f3f6; color: #536074; font-size: 24px; cursor: pointer; }
.dttm-modal__head { display: flex; align-items: center; gap: 14px; padding: 23px 25px; border-bottom: 1px solid #e4e8ee; }
.dttm-modal__head > span { display: grid; place-items: center; width: 47px; height: 47px; border-radius: 12px; background: var(--dttm-accent-soft); color: #806000; font-size: 23px; }
.dttm-modal__head small { color: #8a95a7; font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.dttm-modal__head h2 { margin: 2px 40px 0 0; color: var(--dttm-ink); font-family: Georgia, "Times New Roman", serif; font-size: 24px; }
.dttm-enquiry-form { padding: 24px 25px 26px; }
.dttm-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.dttm-form-grid label { display: grid; gap: 6px; color: #536074; font-size: 12px; font-weight: 700; }
.dttm-form-grid input,
.dttm-form-grid textarea { width: 100%; min-height: 45px; padding: 10px 12px; border: 1px solid #d5dce6; border-radius: 8px; background: #fff; color: #172033; outline: none; }
.dttm-form-grid input:focus,
.dttm-form-grid textarea:focus { border-color: var(--dttm-accent); box-shadow: 0 0 0 3px var(--dttm-accent-soft); }
.dttm-form-wide { grid-column: 1 / -1; }
.dttm-form-submit { width: 100%; margin-top: 17px; }
.dttm-admin-warning { margin: 12px 0 0; color: #b42318; font-size: 12px; }

/* Gallery lightbox */
.dttm-lightbox { position: fixed; z-index: 1000000; inset: 0; display: grid; place-items: center; padding: 70px; }
.dttm-lightbox__backdrop { position: absolute; inset: 0; background: rgba(2, 8, 18, .94); }
.dttm-lightbox figure { position: relative; z-index: 1; max-width: min(1280px, 92vw); max-height: 84vh; margin: 0; }
.dttm-lightbox figure img { display: block; max-width: 100%; max-height: 80vh; border-radius: 10px; }
.dttm-lightbox figcaption { margin-top: 10px; color: #fff; text-align: center; font-size: 12px; }
.dttm-lightbox__close,
.dttm-lightbox__prev,
.dttm-lightbox__next { position: absolute; z-index: 2; display: grid; place-items: center; border: 0; border-radius: 50%; background: rgba(255,255,255,.14); color: #fff; cursor: pointer; }
.dttm-lightbox__close { top: 18px; right: 22px; width: 44px; height: 44px; font-size: 30px; }
.dttm-lightbox__prev,
.dttm-lightbox__next { top: 50%; width: 48px; height: 48px; transform: translateY(-50%); font-size: 38px; }
.dttm-lightbox__prev { left: 18px; }
.dttm-lightbox__next { right: 18px; }

/* Archive and Elementor grid */

/* 2.1 theme-conflict guard: keep Astra/Elementor global rules from widening cards or recolouring controls. */
body.dttm-single-trek .dttm-page-shell .dttm-card-panel,
body.dttm-single-trek .dttm-page-shell .dttm-content-section,
body.dttm-single-trek .dttm-page-shell .dttm-section-nav,
body.dttm-single-trek .dttm-page-shell .dttm-sidebar-card {
    inline-size: 100% !important;
    max-inline-size: 100% !important;
    margin-inline: 0 !important;
}
body.dttm-single-trek .dttm-page-shell .dttm-section-nav {
    margin-top: 22px !important;
}
body.dttm-single-trek .dttm-page-shell .dttm-content-section h2 span,
body.dttm-single-trek .dttm-page-shell .dttm-similar-section > h2 span,
body.dttm-single-trek .dttm-page-shell .dttm-section-kicker span {
    color: var(--dttm-accent) !important;
    background-color: var(--dttm-accent) !important;
}
body.dttm-single-trek .dttm-page-shell .dttm-content-section h2 span,
body.dttm-single-trek .dttm-page-shell .dttm-similar-section > h2 span {
    background-color: transparent !important;
}
body.dttm-single-trek .dttm-page-shell .dttm-policy-table,
body.dttm-single-trek .dttm-page-shell .dttm-itinerary,
body.dttm-single-trek .dttm-page-shell .dttm-about-list,
body.dttm-single-trek .dttm-page-shell .dttm-faq-list {
    width: 100%;
    max-width: 100%;
    min-width: 0;
}
body.dttm-single-trek .dttm-page-shell button.dttm-enquiry-button,
body.dttm-single-trek .dttm-page-shell .dttm-bottom-cta button,
body.dttm-single-trek .dttm-modal button.dttm-form-submit {
    background-color: var(--dttm-accent) !important;
    border-color: #be8d0b !important;
    color: #151a25 !important;
}

.dttm-archive-hero { padding: 62px 22px; background: linear-gradient(135deg, #0d1a30, #193253); color: #fff; }
.dttm-archive-hero__inner,
.dttm-archive-container { width: min(85vw, var(--dttm-max-width, 1600px)); max-width: none; margin: 0 auto; }
.dttm-archive-hero span { color: #e8c967; font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.dttm-archive-hero h1 { margin: 7px 0 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(36px, 4vw, 58px); }
.dttm-archive-container { padding: 46px 0 70px; }
.dttm-trek-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.dttm-card { overflow: hidden; border: 1px solid #dfe4eb; border-radius: 15px; background: #fff; box-shadow: 0 10px 30px rgba(19,33,58,.05); }
.dttm-card__image { display: block; height: 250px; overflow: hidden; background: #e3e8ef; }
.dttm-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.dttm-card:hover .dttm-card__image img { transform: scale(1.035); }
.dttm-card__placeholder { display: grid; place-items: center; width: 100%; height: 100%; color: #8c97a7; font-size: 42px; }
.dttm-card__body { padding: 18px; }
.dttm-card__eyebrow { color: #8a6808; font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.dttm-card h3 { margin: 6px 0 10px; color: var(--dttm-ink); font-family: Georgia, "Times New Roman", serif; font-size: 22px; line-height: 1.2; }
.dttm-card__meta { display: flex; flex-wrap: wrap; gap: 12px; color: #6f7c90; font-size: 12px; }
.dttm-card__meta span { display: inline-flex; align-items: center; gap: 5px; }
.dttm-card__meta svg { color: var(--dttm-accent); }
.dttm-card__footer { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 16px; padding-top: 14px; border-top: 1px solid #e7ebf0; }
.dttm-card__footer strong { color: var(--dttm-ink); }
.dttm-card__footer a { display: inline-flex; align-items: center; gap: 5px; color: #7e5c00; font-size: 12px; font-weight: 800; }
.dttm-notice { padding: 20px; border: 1px solid #e1e6ed; border-radius: 10px; background: #fff; }

@media (max-width: 1280px) {
    .dttm-page-shell,
    .dttm-archive-hero__inner,
    .dttm-archive-container { width: calc(100% - 32px); }
    .dttm-master-grid { grid-template-columns: minmax(0, 1fr) 320px; gap: 22px; }
    .dttm-sidebar { max-width: 320px; }
    .dttm-gallery { grid-template-columns: minmax(0, 1.6fr) minmax(220px, 1fr); }
    .dttm-facts-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .dttm-sidebar-card { padding: 21px; }
    .dttm-similar-card__image { height: 190px; }
}

@media (max-width: 1024px) {
    .dttm-page-shell { width: calc(100% - 30px); }
    .dttm-master-grid { grid-template-columns: minmax(0, 1fr); }
    .dttm-main-column { grid-column: 1; grid-row: 1; }
    .dttm-sidebar { grid-column: 1; grid-row: 2; max-width: none; align-self: auto; }
    .dttm-sidebar__sticky { position: static; grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .dttm-section-nav { top: var(--dttm-sticky-top, 78px); }
    .dttm-gallery { height: 480px; }
    .dttm-reach-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .dttm-similar-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .dttm-trek-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 767px) {
    .dttm-page-shell { width: calc(100% - 22px); padding-top: 14px; padding-bottom: 38px; font-size: 15px; }
    .dttm-breadcrumbs { margin-bottom: 12px; font-size: 11px; }
    .dttm-gallery { grid-template-columns: 1fr; height: 340px; border-radius: 13px; }
    .dttm-gallery__main { border-radius: 13px; }
    .dttm-gallery__side { display: none; }
    .dttm-trek-identity { margin-top: 14px; padding: 22px 18px; }
    .dttm-trek-identity h1 { font-size: 34px; }
    .dttm-lead { font-size: 14px; }
    .dttm-facts-grid { grid-template-columns: 1fr 1fr; gap: 8px; }
    .dttm-fact { grid-template-columns: 37px minmax(0,1fr); min-height: 70px; padding: 11px; }
    .dttm-fact__icon { width: 37px; height: 37px; font-size: 17px; }
    .dttm-fact strong { font-size: 12px; }
    .dttm-sidebar__sticky { grid-template-columns: 1fr; }
    .dttm-sidebar-card { padding: 20px; }
    .dttm-section-nav { margin-top: 14px; border-radius: 11px; }
    .dttm-section-nav__scroll { padding: 0 7px; }
    .dttm-section-nav a { padding: 14px 12px; font-size: 12px; }
    .dttm-content-stack { margin-top: 14px; gap: 14px; }
    .dttm-content-section { padding: 23px 18px; }
    .dttm-content-section h2,
    .dttm-similar-section > h2 { font-size: 30px; }
    .dttm-highlight-grid,
    .dttm-list-columns,
    .dttm-reach-grid,
    .dttm-packing-columns,
    .dttm-form-grid { grid-template-columns: 1fr; }
    .dttm-itinerary-toggle { grid-template-columns: auto minmax(0, 1fr) auto; gap: 9px; padding: 13px; }
    .dttm-day-badge { min-width: 48px; font-size: 10px; }
    .dttm-day-title strong { font-size: 12px; }
    .dttm-map { height: 320px; }
    .dttm-bottom-cta { grid-template-columns: 1fr; padding: 24px 20px; }
    .dttm-bottom-cta button { width: 100%; }
    .dttm-similar-section { margin-top: 18px; padding: 23px 18px; }
    .dttm-similar-grid { grid-template-columns: 1fr 1fr; gap: 14px; }
    .dttm-similar-card__image { height: 145px; }
    .dttm-similar-card h3 { font-size: 13px; }
    .dttm-trek-grid { grid-template-columns: 1fr; }
    .dttm-form-wide { grid-column: auto; }
    .dttm-lightbox { padding: 60px 16px; }
    .dttm-lightbox__prev { left: 6px; }
    .dttm-lightbox__next { right: 6px; }
}

@media (max-width: 480px) {
    .dttm-facts-grid { grid-template-columns: 1fr; }
    .dttm-similar-grid { grid-template-columns: 1fr; }
    .dttm-similar-card__image { height: 210px; }
}
