/* Tours V2 — clean, utility-first tour detail layout. */
.mte-tours-v2-page {
    --mte-v2-yellow: #ffc400;
    --mte-v2-yellow-hover: #e9ad00;
    --mte-v2-yellow-soft: #fff8d8;
    --mte-v2-blue: #2f7ea7;
    --mte-v2-ink: #202124;
    --mte-v2-muted: #666a70;
    --mte-v2-line: #e3e5e7;
    --mte-v2-white: #fff;
    background: var(--mte-v2-white);
    color: var(--mte-v2-ink);
    font-family: Helvetica, Arial, sans-serif;
    line-height: 1.5;
}
.mte-tours-v2-page *,
.mte-tours-v2-page *::before,
.mte-tours-v2-page *::after { box-sizing: border-box; }
.mte-tours-v2-page img { max-width: 100%; }
.mte-tours-v2-page a { color: inherit; }
.mte-tours-v2-page button,
.mte-tours-v2-page input,
.mte-tours-v2-page select,
.mte-tours-v2-page textarea { font-family: Helvetica, Arial, sans-serif !important; }
.mte-v2-container { width: min(100% - 48px, 1180px); max-width: 1180px; margin-inline: auto; }
.mte-v2-icon-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.mte-v2-row-icon { width: 30px; height: 30px; flex: 0 0 30px; color: var(--mte-v2-blue); fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

/* Header */
.mte-v2-hero { position: relative; padding: 24px 0 18px; border-bottom: 0; background: #fff; }
.mte-v2-hero::before { display: none; }
.mte-v2-eyebrow,
.mte-v2-kicker { margin: 0 0 12px; color: #8b6700; font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.mte-v2-breadcrumbs { display: flex; flex-wrap: wrap; align-items: center; gap: 6px; margin: 0 0 18px; color: #5f686e; font-size: 12px; }
.mte-v2-breadcrumbs a { color: #477183; text-decoration: none; }
.mte-v2-breadcrumbs a:hover { color: #075e7e; text-decoration: underline; }
.mte-v2-breadcrumbs span { color: #a0a5a8; }
.mte-v2-hero h1 { max-width: 1080px; margin: 0; color: var(--mte-v2-ink); font-size: clamp(30px, 3.2vw, 43px) !important; font-weight: 700; letter-spacing: -.035em; line-height: 1.1 !important; text-wrap: balance; }
.mte-v2-hero__meta { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 0; margin-top: 15px; color: #4f575c; font-size: 14px; line-height: 1.4; }
.mte-v2-hero__meta > span { display: inline-flex; align-items: center; min-width: 0; }
.mte-v2-hero__meta > span + span::before { margin: 0 11px; color: #91979b; content: "•"; }
.mte-v2-hero__meta strong { color: #23272a; font-weight: 700; }
.mte-v2-hero__rating { gap: 7px; }
.mte-v2-stars { display: inline-flex; gap: 1px; }
.mte-v2-stars i { color: #b7bbbe; font-size: 15px; font-style: normal; line-height: 1; }
.mte-v2-stars i.is-filled { color: #dca900; }
.mte-v2-hero__meta-item { gap: 5px; }
.mte-v2-hero__meta-item svg { width: 17px; height: 17px; margin-right: 2px; color: #2982aa; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.mte-v2-button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 0 20px; border: 1px solid transparent; border-radius: 6px; font-size: 14px; font-weight: 800; text-decoration: none; transition: background-color .18s ease, border-color .18s ease; }
.mte-v2-button--primary { background: var(--mte-v2-yellow); color: var(--mte-v2-ink) !important; }
.mte-v2-button--primary:hover { background: var(--mte-v2-yellow-hover); }
.mte-v2-button--secondary,
.mte-v2-button--light { border-color: #9da1a5; background: #fff; color: var(--mte-v2-ink) !important; }
.mte-v2-button--secondary:hover,
.mte-v2-button--light:hover { border-color: var(--mte-v2-ink); }

/* Main two-column layout */
.mte-v2-main-grid { display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: 28px; align-items: stretch; padding-top: 10px; padding-bottom: 92px; }
.mte-v2-main-grid--single { grid-template-columns: minmax(0, 860px); }
.mte-v2-content { min-width: 0; }
.mte-v2-sidebar { position: relative; min-width: 0; align-self: stretch; isolation: isolate; }
.mte-v2-booking-card { position: sticky; top: 104px; z-index: 5; margin: 0 !important; padding: 0 !important; border: 0 !important; background: transparent !important; box-shadow: none !important; transform: none; scroll-margin-top: 104px; }
.mte-v2-booking-card > x-tr-tour-book-now-buttons { display: contents !important; }
.mte-v2-mobile-reserve { display: none; }
.mte-v2-section { scroll-margin-top: 24px; padding: 0 0 58px; margin: 0 0 58px; border-bottom: 1px solid var(--mte-v2-line); }
.mte-v2-section:last-child { margin-bottom: 0; border-bottom: 0; }
.mte-v2-section h2 { margin: 0 0 24px; color: var(--mte-v2-ink); font-size: clamp(28px, 3vw, 38px); font-weight: 800; letter-spacing: -.035em; line-height: 1.08; }
.mte-v2-intro p:not(.mte-v2-kicker) { max-width: 780px; margin-top: 0; color: var(--mte-v2-muted); font-size: 17px; line-height: 1.75; }
.mte-v2-section-heading { margin-bottom: 22px; }
.mte-v2-section-heading h2 { margin-bottom: 0; }

/* Tour gallery beside the booking widget. */
.mte-v2-hero-gallery { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)) 1.42fr; grid-template-rows: 250px 178px; gap: 10px; margin: 0 0 24px; }
.mte-v2-hero-gallery__item { position: relative; min-width: 0; min-height: 0; margin: 0; overflow: hidden; border-radius: 10px; background: #f0f1f2; }
.mte-v2-hero-gallery__item--1 { grid-column: 1 / 3; grid-row: 1; }
.mte-v2-hero-gallery__item--2 { grid-column: 1; grid-row: 2; }
.mte-v2-hero-gallery__item--3 { grid-column: 2; grid-row: 2; }
.mte-v2-hero-gallery__item--4 { grid-column: 3; grid-row: 1; }
.mte-v2-hero-gallery__item--5 { grid-column: 3; grid-row: 2; }
.mte-v2-hero-gallery--1 .mte-v2-hero-gallery__item--1 { grid-column: 1 / 4; grid-row: 1 / 3; }
.mte-v2-hero-gallery--2 .mte-v2-hero-gallery__item--1 { grid-column: 1 / 3; grid-row: 1 / 3; }
.mte-v2-hero-gallery--2 .mte-v2-hero-gallery__item--2 { grid-column: 3; grid-row: 1 / 3; }
.mte-v2-hero-gallery--3 .mte-v2-hero-gallery__item--1 { grid-column: 1 / 3; grid-row: 1 / 3; }
.mte-v2-hero-gallery--3 .mte-v2-hero-gallery__item--2 { grid-column: 3; grid-row: 1; }
.mte-v2-hero-gallery--3 .mte-v2-hero-gallery__item--3 { grid-column: 3; grid-row: 2; }
.mte-v2-hero-gallery--4 .mte-v2-hero-gallery__item--4 { grid-column: 3; grid-row: 1 / 3; }
.mte-v2-hero-gallery img { display: block; width: 100%; height: 100%; object-fit: cover; }
.mte-v2-hero-gallery__view-all { position: absolute; right: 12px; bottom: 12px; display: inline-flex; align-items: center; gap: 7px; padding: 8px 11px; border-radius: 6px; background: rgba(31, 35, 38, .76); color: #fff; font-size: 11px; font-weight: 700; pointer-events: none; backdrop-filter: blur(7px); }
.mte-v2-hero-gallery__view-all svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }

/* Icon fact rows */
.mte-v2-details-section { padding-bottom: 34px; margin-bottom: 48px; }
.mte-v2-detail-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 4px 28px; }
.mte-v2-detail-card { display: grid; grid-template-columns: 31px minmax(0, 1fr); gap: 11px; align-items: start; padding: 10px 0; background: #fff; }
.mte-v2-detail-card .mte-v2-row-icon { width: 27px; height: 27px; color: #4e565b; }
.mte-v2-detail-card__copy { display: block; }
.mte-v2-detail-card h3 { margin: 0 0 2px; color: var(--mte-v2-ink); font-size: 14px; font-weight: 700; }
.mte-v2-detail-card p { margin: 0; color: var(--mte-v2-muted); font-size: 12px; line-height: 1.5; }

/* Images */
.mte-v2-moments figure { min-height: 145px; margin: 0; overflow: hidden; border-radius: 5px; background: #f0f0f0; }
.mte-v2-moments img { display: block; width: 100%; height: 100%; min-height: inherit; object-fit: cover; transition: transform .25s ease; }
.mte-v2-moments figure:hover img { transform: scale(1.025); }
.mte-v2-moments { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(150px, 1fr); gap: 16px; overflow-x: auto; overscroll-behavior-inline: contain; padding: 2px 0 10px; scrollbar-width: thin; }
.mte-v2-moments figure { width: 100%; min-height: 0; aspect-ratio: 3 / 4; }
.mte-v2-related__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.mte-v2-related__item { display: flex; min-height: 104px; flex-direction: column; justify-content: space-between; gap: 12px; padding: 16px; border: 1px solid var(--mte-v2-line); border-radius: 8px; background: #fff; text-decoration: none; transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease; }
.mte-v2-related__item:hover { border-color: #d6a800; box-shadow: 0 8px 18px rgba(32, 33, 36, .1); transform: translateY(-2px); }
.mte-v2-related__item strong { font-size: 14px; line-height: 1.35; }
.mte-v2-related__item span { color: #2f7ea7; font-size: 12px; font-weight: 700; }

/* Itinerary */
.mte-v2-itinerary-heading { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 22px; }
.mte-v2-itinerary-heading h2 { margin: 0; }
.mte-v2-itinerary-toggle { appearance: none !important; -webkit-appearance: none !important; min-width: 0 !important; min-height: 0 !important; width: auto !important; max-width: none !important; padding: 0 !important; border: 0 !important; border-radius: 0 !important; background: transparent !important; box-shadow: none !important; color: #087da8 !important; cursor: pointer; font: inherit; font-size: 13px; font-weight: 750; letter-spacing: normal; line-height: 1.4; text-transform: none; }
.mte-v2-itinerary-toggle:hover { background: transparent !important; color: #075e7e !important; text-decoration: underline; }
.mte-v2-itinerary { border-top: 1px solid var(--mte-v2-line); }
.mte-v2-day { border-bottom: 1px solid var(--mte-v2-line); }
.mte-v2-day summary { display: grid; grid-template-columns: max-content minmax(0, 1fr) 22px; gap: 12px; align-items: center; padding: 18px 0; cursor: pointer; list-style: none; color: var(--mte-v2-ink); font-size: 14px; font-weight: 750; }
.mte-v2-day summary::-webkit-details-marker { display: none; }
.mte-v2-day summary:hover { color: #725500; }
.mte-v2-day__number { display: inline-flex; align-items: center; padding: 3px 8px; border-radius: 4px; background: #f0f1f2; color: #33383c; font-size: 11px; font-weight: 650; text-transform: none; }
.mte-v2-day__title { min-width: 0; }
.mte-v2-day__chevron { width: 21px; height: 21px; color: #74787c; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; transition: transform .18s ease; }
.mte-v2-day[open] .mte-v2-day__chevron { transform: rotate(180deg); }
.mte-v2-day__body { padding: 0 0 30px; color: var(--mte-v2-muted); font-size: 14px; line-height: 1.55; }
.mte-v2-day-route { display: grid; grid-template-columns: 24px minmax(0, 1fr); gap: 8px; align-items: center; padding: 11px 0; border-top: 1px solid var(--mte-v2-line); border-bottom: 1px solid var(--mte-v2-line); color: var(--mte-v2-muted); }
.mte-v2-day-route .mte-v2-row-icon { width: 21px; height: 21px; color: #62696d; }
.mte-v2-day-facts { padding-top: 7px; }
.mte-v2-day-fact { display: grid; grid-template-columns: 28px minmax(0, 1fr); gap: 9px; align-items: start; padding: 7px 0; }
.mte-v2-day-fact .mte-v2-row-icon { width: 25px; height: 25px; }
.mte-v2-day-fact strong { display: block; color: var(--mte-v2-ink); font-weight: 700; }
.mte-v2-day-fact span { display: block; margin-top: 2px; color: var(--mte-v2-muted); }
.mte-v2-day-list { margin-top: 18px; }
.mte-v2-day-list h4 { margin: 0 0 8px; color: var(--mte-v2-ink); font-size: 13px; font-weight: 750; text-transform: none; }
.mte-v2-day-list ul { display: grid; gap: 5px; margin: 0; padding: 0; list-style: none; }
.mte-v2-day-list li { display: grid; grid-template-columns: 17px minmax(0, 1fr); gap: 7px; align-items: start; }
.mte-v2-day-list li > svg { width: 16px; height: 16px; margin-top: 2px; color: #27916a; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.mte-v2-day-list__bullet { color: var(--mte-v2-ink); text-align: center; }
.mte-v2-day-images { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-top: 20px; }
.mte-v2-day-images img { width: 100%; aspect-ratio: 4 / 3; border-radius: 8px; object-fit: cover; }

/* Places and inclusions */
.mte-v2-pills { display: flex; flex-wrap: wrap; gap: 8px; }
.mte-v2-pills span { padding: 8px 11px; border: 1px solid #ddc66d; border-radius: 4px; background: #fff; color: #675000; font-size: 13px; font-weight: 650; }
.mte-v2-columns { display: block; }
.mte-v2-list-card { min-width: 0; background: #fff; }
.mte-v2-list-card + .mte-v2-list-card { margin-top: 42px; }
.mte-v2-list-card h2 { margin: 0 0 12px; font-size: 25px; }
.mte-v2-list-row { border-bottom: 1px solid var(--mte-v2-line); color: var(--mte-v2-muted); font-size: 14px; line-height: 1.6; }
.mte-v2-list-row:first-of-type { border-top: 1px solid var(--mte-v2-line); }
.mte-v2-list-row summary { display: grid; grid-template-columns: 32px minmax(0, 1fr) 22px; gap: 13px; align-items: center; padding: 17px 0; cursor: pointer; list-style: none; color: var(--mte-v2-ink); font-size: 15px; font-weight: 750; }
.mte-v2-list-row summary::-webkit-details-marker { display: none; }
.mte-v2-list-row .mte-v2-row-icon { width: 26px; height: 26px; color: #27916a; }
.mte-v2-list-card--excluded .mte-v2-row-icon { color: #df4242; }
.mte-v2-list-row__chevron { width: 21px; height: 21px; color: #535a5e; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; transition: transform .18s ease; }
.mte-v2-list-row[open] .mte-v2-list-row__chevron { transform: rotate(180deg); }
.mte-v2-list-row__body { padding: 0 0 18px 45px; color: var(--mte-v2-muted); }

/* Supporting information */
.mte-v2-good-to-know { border-top: 1px solid var(--mte-v2-line); }
.mte-v2-good-to-know details { border-bottom: 1px solid var(--mte-v2-line); }
.mte-v2-good-to-know summary { display: grid; grid-template-columns: 30px minmax(0, 1fr) 22px; gap: 13px; align-items: center; padding: 18px 0; cursor: pointer; list-style: none; color: var(--mte-v2-ink); font-weight: 700; }
.mte-v2-good-to-know summary::-webkit-details-marker { display: none; }
.mte-v2-good-to-know summary .mte-v2-row-icon { width: 25px; height: 25px; color: var(--mte-v2-blue); }
.mte-v2-good-to-know__toggle { color: #71808a; font-size: 22px; font-weight: 500; text-align: center; }
.mte-v2-good-to-know details[open] .mte-v2-good-to-know__toggle { transform: rotate(45deg); }
.mte-v2-good-to-know__body { max-width: 780px; padding: 0 0 20px 43px; color: var(--mte-v2-muted); font-size: 14px; line-height: 1.7; }

/* TourRadar-rendered sections remain visually unwrapped. */
.mte-v2-tourradar-widgets { padding: 0 0 20px; margin-bottom: 0; background: #fff; }
.mte-v2-tourradar-widget { width: 100%; max-width: 100%; margin: 0 0 34px; padding: 0; border: 0; background: transparent; box-shadow: none; overflow: hidden; }
.mte-v2-tourradar-widget:last-child { margin-bottom: 0; }
.mte-v2-tourradar-widget--notice { padding: 16px; border-left: 4px solid var(--mte-v2-yellow); background: var(--mte-v2-yellow-soft); color: var(--mte-v2-muted); font-size: 14px; }
.mte-v2-tourradar-widget x-tr-operator-reviews,
.mte-v2-tourradar-widget x-tr-tour-departures { display: block; width: 100%; max-width: 100%; overflow-x: auto; }

/* Tours archive and [morocco_tours] smart listing. */
.mte-v2-archive-page { min-height: 70vh; padding-bottom: 80px; }
.mte-v2-archive-shell { width: min(calc(100% - 48px), 1440px); margin-inline: auto; }
.mte-v2-archive-hero { padding: 48px 0 34px; border-bottom: 1px solid var(--mte-v2-line); background: #fff; }
.mte-v2-archive-hero p { margin: 0 0 9px; color: #8b6700; font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.mte-v2-archive-hero h1 { margin: 0; color: var(--mte-v2-ink); font-size: clamp(38px, 5vw, 64px); font-weight: 820; letter-spacing: -.045em; line-height: 1; }
.mte-v2-archive-hero div div { max-width: 700px; margin-top: 14px; color: var(--mte-v2-muted); font-size: 17px; }
.mte-v2-tour-listing { width: 100%; padding: 34px 0 0; background: transparent; }
.mte-v2-tour-filters { display: grid; grid-template-columns: minmax(240px, 1.4fr) repeat(3, minmax(150px, .72fr)); gap: 14px; align-items: end; margin-bottom: 22px; padding: 18px; border: 1px solid #e2b400; border-radius: 12px; background: #fff; box-shadow: 0 10px 28px rgba(33, 37, 41, .12), 0 2px 7px rgba(211, 157, 0, .12); }
.mte-v2-tour-filter { min-width: 0; }
.mte-v2-tour-filter label { display: block; margin: 0 0 6px; color: #454a4e; font-size: 11px; font-weight: 800; letter-spacing: .055em; text-transform: uppercase; }
.mte-v2-tour-filter input,
.mte-v2-tour-filter select { appearance: none; width: 100%; height: 46px; margin: 0; padding: 0 38px 0 13px; border: 1px solid #cfd3d6; border-radius: 7px; outline: 0; background-color: #fff; color: var(--mte-v2-ink); font: inherit; font-size: 14px; box-shadow: none; }
.mte-v2-tour-filter select { background-image: linear-gradient(45deg, transparent 50%, #555 50%), linear-gradient(135deg, #555 50%, transparent 50%); background-position: calc(100% - 17px) 20px, calc(100% - 12px) 20px; background-repeat: no-repeat; background-size: 5px 5px, 5px 5px; }
.mte-v2-tour-filter input:focus,
.mte-v2-tour-filter select:focus { border-color: #a77700; box-shadow: 0 0 0 3px rgba(255, 196, 0, .2); }
.mte-v2-tour-filter__input-wrap { position: relative; }
.mte-v2-tour-filter__input-wrap svg { position: absolute; top: 13px; left: 13px; width: 20px; height: 20px; fill: none; stroke: #687077; stroke-width: 1.8; stroke-linecap: round; pointer-events: none; }
.mte-v2-tour-filter__input-wrap input { padding-left: 42px; }
.mte-v2-tour-filter-actions { display: flex; grid-column: 1 / -1; align-items: center; justify-content: space-between; gap: 16px; padding-top: 2px; }
.mte-v2-tour-filter-actions p { margin: 0; color: var(--mte-v2-muted); font-size: 13px; font-weight: 700; }
.mte-v2-tour-filter-actions button { appearance: none !important; width: auto !important; min-width: 0 !important; min-height: 0 !important; margin: 0 !important; padding: 0 !important; border: 0 !important; border-radius: 0 !important; background: transparent !important; box-shadow: none !important; color: #087da8 !important; cursor: pointer; font: inherit; font-size: 13px; font-weight: 750; line-height: 1.4; text-transform: none; }
.mte-v2-tour-filter-actions button:hover { background: transparent !important; color: #075e7e !important; text-decoration: underline; }
.mte-v2-tour-cards { display: grid; gap: 18px; }
.mte-v2-tour-card { position: relative; display: grid; min-width: 0; overflow: hidden; border: 1px solid #dde1e3; border-radius: 12px; background: #fff; box-shadow: 0 5px 18px rgba(31, 37, 40, .055); transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease; }
.mte-v2-tour-card:hover { border-color: #cbd0d3; box-shadow: 0 12px 30px rgba(31, 37, 40, .1); transform: translateY(-2px); }
.mte-v2-tour-card[hidden] { display: none !important; }
.mte-v2-tour-card__media { display: block; min-width: 0; overflow: hidden; background: #ece9e0; }
.mte-v2-tour-card__media img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.mte-v2-tour-card:hover .mte-v2-tour-card__media img { transform: scale(1.025); }
.mte-v2-tour-card__placeholder { display: grid; width: 100%; height: 100%; min-height: 210px; place-items: center; background: linear-gradient(145deg, #f7f1df, #e9dcc0); }
.mte-v2-tour-card__placeholder svg { width: 46px; height: 46px; fill: none; stroke: #9a7c3b; stroke-width: 1.5; }
.mte-v2-tour-card__body { min-width: 0; padding: 24px; }
.mte-v2-tour-card__eyebrow { margin: 0 0 9px; color: #8b6700; font-size: 11px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.mte-v2-tour-card h2 { margin: 0; font-size: clamp(21px, 2vw, 28px); font-weight: 790; letter-spacing: -.025em; line-height: 1.18; }
.mte-v2-tour-card h2 a { color: var(--mte-v2-ink); text-decoration: none; }
.mte-v2-tour-card h2 a:hover { text-decoration: underline; text-decoration-color: var(--mte-v2-yellow); text-decoration-thickness: 3px; text-underline-offset: 4px; }
.mte-v2-tour-card__excerpt { margin: 12px 0 0; color: var(--mte-v2-muted); font-size: 14px; line-height: 1.6; }
.mte-v2-tour-card__facts { display: grid; gap: 9px; margin: 20px 0 0; }
.mte-v2-tour-card__facts div { display: grid; grid-template-columns: 118px minmax(0, 1fr); gap: 10px; }
.mte-v2-tour-card__facts dt { display: flex; align-items: start; gap: 7px; color: #3d4448; font-size: 13px; font-weight: 750; }
.mte-v2-tour-card__facts dt svg { width: 18px; height: 18px; flex: 0 0 18px; fill: none; stroke: #2f7ea7; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.mte-v2-tour-card__facts dd { min-width: 0; margin: 0; color: var(--mte-v2-muted); font-size: 13px; line-height: 1.45; }
.mte-v2-tour-card__action { display: flex; min-width: 0; flex-direction: column; justify-content: center; padding: 24px; border-left: 1px solid var(--mte-v2-line); }
.mte-v2-tour-card__action p { margin: 0 0 18px; color: var(--mte-v2-muted); }
.mte-v2-tour-card__action p span { display: block; font-size: 12px; }
.mte-v2-tour-card__action p strong { display: inline-block; color: var(--mte-v2-ink); font-size: 28px; font-weight: 820; letter-spacing: -.025em; }
.mte-v2-tour-card__action p small { margin-left: 5px; color: var(--mte-v2-muted); font-size: 11px; }
.mte-v2-tour-card__action > a { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: 8px; padding: 10px 18px; border-radius: 8px; background: var(--mte-v2-yellow); color: #25200f !important; font-size: 14px; font-weight: 800; text-decoration: none; }
.mte-v2-tour-card__action > a:hover { background: var(--mte-v2-yellow-hover); }
.mte-v2-tour-card__action > small { margin-top: 13px; color: #7a7f83; font-size: 10px; line-height: 1.4; text-align: center; }
.mte-v2-tour-listing--archive .mte-v2-tour-card { grid-template-columns: minmax(240px, 310px) minmax(0, 1fr) minmax(210px, 260px); min-height: 270px; }
.mte-v2-tour-listing--archive .mte-v2-tour-card__media { min-height: 270px; }
.mte-v2-tour-listing--grid .mte-v2-tour-cards { grid-template-columns: repeat(3, minmax(0, 1fr)); align-items: start; }
.mte-v2-tour-listing--grid .mte-v2-tour-card { grid-template-rows: 176px auto auto; }
.mte-v2-tour-listing--grid .mte-v2-tour-card__body { padding: 16px 16px 13px; }
.mte-v2-tour-listing--grid .mte-v2-tour-card__eyebrow { margin-bottom: 6px; font-size: 9px; }
.mte-v2-tour-listing--grid .mte-v2-tour-card h2 { display: -webkit-box; min-height: 43px; overflow: hidden; font-size: 18px; line-height: 1.2; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.mte-v2-tour-listing--grid .mte-v2-tour-card__excerpt { display: none; }
.mte-v2-tour-listing--grid .mte-v2-tour-card__facts { display: grid; gap: 5px; margin-top: 12px; }
.mte-v2-tour-listing--grid .mte-v2-tour-card__facts div { display: grid; grid-template-columns: 18px minmax(0, 1fr); gap: 7px; align-items: start; }
.mte-v2-tour-listing--grid .mte-v2-tour-card__facts dt { display: block; width: 18px; overflow: hidden; font-size: 0; }
.mte-v2-tour-listing--grid .mte-v2-tour-card__facts dt svg { width: 16px; height: 16px; }
.mte-v2-tour-listing--grid .mte-v2-tour-card__facts dd { display: -webkit-box; overflow: hidden; color: #5f6569; font-size: 11px; line-height: 1.35; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.mte-v2-tour-listing--grid .mte-v2-tour-card__action { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 12px; align-items: end; padding: 0 16px 16px; border-top: 0; border-left: 0; }
.mte-v2-tour-listing--grid .mte-v2-tour-card__action p { min-width: 0; margin: 0; }
.mte-v2-tour-listing--grid .mte-v2-tour-card__action p span { margin-bottom: 1px; font-size: 9px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.mte-v2-tour-listing--grid .mte-v2-tour-card__action p strong { display: block; overflow: hidden; font-size: 18px; line-height: 1.15; text-overflow: ellipsis; white-space: nowrap; }
.mte-v2-tour-listing--grid .mte-v2-tour-card__action p small,
.mte-v2-tour-listing--grid .mte-v2-tour-card__action > small { display: none; }
.mte-v2-tour-listing--grid .mte-v2-tour-card__action > a { width: auto; min-height: 38px; padding: 8px 12px; font-size: 11px; white-space: nowrap; }
.mte-v2-tour-empty { padding: 64px 20px; border: 1px dashed #ccd0d2; border-radius: 12px; text-align: center; }
.mte-v2-tour-empty[hidden] { display: none; }
.mte-v2-tour-empty h2 { margin: 0 0 8px; font-size: 26px; }
.mte-v2-tour-empty p { margin: 0; color: var(--mte-v2-muted); }

/* Vanilla lightbox for tour photography. */
.mte-v2-lightbox-trigger { cursor: zoom-in; }
.mte-v2-lightbox[hidden] { display: none; }
.mte-v2-lightbox { position: fixed; inset: 0; z-index: 100000; color: #fff; }
.mte-v2-lightbox__backdrop { position: absolute; inset: 0; background: rgba(10, 13, 15, .92); }
.mte-v2-lightbox__dialog { position: relative; display: grid; width: 100%; height: 100%; grid-template-columns: 72px minmax(0, 1fr) 72px; grid-template-rows: minmax(0, 1fr) auto; align-items: center; padding: 32px 24px 24px; }
.mte-v2-lightbox__figure { display: flex; min-width: 0; min-height: 0; grid-column: 2; grid-row: 1; flex-direction: column; align-items: center; justify-content: center; gap: 12px; margin: 0; }
.mte-v2-lightbox__image { display: block; width: auto; max-width: min(100%, 1180px); height: auto; max-height: calc(100vh - 112px); object-fit: contain; touch-action: pan-y; user-select: none; }
.mte-v2-lightbox__caption { max-width: min(100%, 760px); color: rgba(255,255,255,.82); font-size: 13px; text-align: center; }
.mte-v2-lightbox__close,
.mte-v2-lightbox__prev,
.mte-v2-lightbox__next { appearance: none !important; -webkit-appearance: none !important; display: inline-flex; min-width: 0 !important; min-height: 0 !important; align-items: center; justify-content: center; padding: 0 !important; border: 0 !important; border-radius: 50% !important; background: rgba(255,255,255,.12) !important; box-shadow: none !important; color: #fff !important; cursor: pointer; font-family: Arial, sans-serif; line-height: 1; text-transform: none; transition: background-color .18s ease; }
.mte-v2-lightbox__close:hover,
.mte-v2-lightbox__prev:hover,
.mte-v2-lightbox__next:hover { background: rgba(255,255,255,.25) !important; }
.mte-v2-lightbox__close { position: absolute; top: 18px; right: 20px; z-index: 2; width: 42px !important; height: 42px !important; font-size: 30px; }
.mte-v2-lightbox__prev,
.mte-v2-lightbox__next { width: 52px !important; height: 52px !important; font-size: 44px; }
.mte-v2-lightbox__prev { grid-column: 1; grid-row: 1; justify-self: center; }
.mte-v2-lightbox__next { grid-column: 3; grid-row: 1; justify-self: center; }
.mte-v2-lightbox__counter { grid-column: 2; grid-row: 2; margin: 12px 0 0; color: rgba(255,255,255,.7); font-size: 12px; text-align: center; }
body.mte-v2-lightbox-open { overflow: hidden; }

@media (max-width: 780px) {
    .mte-v2-mobile-reserve {
        position: fixed;
        right: auto;
        bottom: calc(16px + env(safe-area-inset-bottom));
        left: 50%;
        z-index: 9990;
        display: inline-flex;
        width: min(calc(100% - 32px), 420px);
        min-height: 56px;
        align-items: center;
        justify-content: center;
        gap: 10px;
        padding: 12px 22px;
        border: 1px solid rgba(255, 196, 0, .82);
        border-radius: 16px;
        background: linear-gradient(135deg, rgba(255, 221, 91, .9), rgba(255, 190, 0, .86));
        -webkit-backdrop-filter: blur(16px) saturate(155%);
        backdrop-filter: blur(16px) saturate(155%);
        box-shadow: 0 14px 34px rgba(93, 66, 0, .2), inset 0 1px 0 rgba(255, 255, 255, .72);
        color: #292000 !important;
        font-size: 15px;
        font-weight: 800;
        letter-spacing: .01em;
        line-height: 1.2;
        text-decoration: none !important;
        opacity: 0;
        pointer-events: none;
        transform: translate(-50%, calc(100% + 34px));
        transition: opacity .24s ease, transform .24s ease, box-shadow .18s ease;
    }
    .mte-v2-mobile-reserve.is-visible {
        opacity: 1;
        pointer-events: auto;
        transform: translate(-50%, 0);
    }
    .mte-v2-mobile-reserve:active {
        box-shadow: 0 8px 22px rgba(93, 66, 0, .18), inset 0 1px 0 rgba(255, 255, 255, .62);
        transform: translate(-50%, 1px);
    }
    .mte-v2-mobile-reserve svg {
        width: 21px;
        height: 21px;
        flex: 0 0 21px;
        fill: none;
        stroke: currentColor;
        stroke-width: 1.9;
        stroke-linecap: round;
        stroke-linejoin: round;
    }
}

@media (max-width: 980px) {
    .mte-v2-main-grid,
    .mte-v2-main-grid--single { grid-template-columns: 1fr; }
    .mte-v2-sidebar { order: -1; align-self: auto; margin-bottom: 44px; }
    .mte-v2-booking-card { position: relative; top: auto; transform: none; }
}
@media (max-width: 680px) {
    .mte-v2-container { width: min(100% - 32px, 1180px); }
    .mte-v2-hero { padding: 20px 0 14px; }
    .mte-v2-breadcrumbs { margin-bottom: 13px; }
    .mte-v2-hero h1 { font-size: clamp(28px, 8.5vw, 38px) !important; line-height: 1.1 !important; }
    .mte-v2-hero__meta { display: grid; gap: 7px; margin-top: 13px; font-size: 13px; }
    .mte-v2-hero__meta > span + span::before { display: none; }
    .mte-v2-hero__source { margin-left: 0; }
    .mte-v2-button { width: 100%; }
    .mte-v2-main-grid { padding-top: 8px; padding-bottom: 68px; }
    .mte-v2-hero-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-rows: 220px 140px 140px; gap: 7px; }
    .mte-v2-hero-gallery__item--1 { grid-column: 1 / 3; grid-row: 1; }
    .mte-v2-hero-gallery__item--2 { grid-column: 1; grid-row: 2; }
    .mte-v2-hero-gallery__item--3 { grid-column: 2; grid-row: 2; }
    .mte-v2-hero-gallery__item--4 { grid-column: 1; grid-row: 3; }
    .mte-v2-hero-gallery__item--5 { grid-column: 2; grid-row: 3; }
    .mte-v2-hero-gallery--1 .mte-v2-hero-gallery__item--1 { grid-column: 1 / 3; grid-row: 1 / 4; }
    .mte-v2-hero-gallery--2 .mte-v2-hero-gallery__item--1 { grid-column: 1 / 3; grid-row: 1 / 3; }
    .mte-v2-hero-gallery--2 .mte-v2-hero-gallery__item--2 { grid-column: 1 / 3; grid-row: 3; }
    .mte-v2-hero-gallery--3 .mte-v2-hero-gallery__item--1 { grid-column: 1 / 3; grid-row: 1; }
    .mte-v2-hero-gallery--3 .mte-v2-hero-gallery__item--2 { grid-column: 1; grid-row: 2 / 4; }
    .mte-v2-hero-gallery--3 .mte-v2-hero-gallery__item--3 { grid-column: 2; grid-row: 2 / 4; }
    .mte-v2-hero-gallery--4 .mte-v2-hero-gallery__item--4 { grid-column: 1 / 3; grid-row: 3; }
    .mte-v2-section { padding-bottom: 46px; margin-bottom: 46px; }
    .mte-v2-section h2 { font-size: 30px; }
    .mte-v2-detail-grid { grid-template-columns: 1fr; }
    .mte-v2-related__grid { grid-template-columns: 1fr; }
    .mte-v2-day summary { grid-template-columns: max-content minmax(0, 1fr) 20px; gap: 10px; font-size: 14px; }
    .mte-v2-day__body { padding: 0 0 24px; }
    .mte-v2-day-images { grid-template-columns: repeat(2, 1fr); }
    .mte-v2-moments { grid-auto-columns: 150px; }
    .mte-v2-lightbox__dialog { grid-template-columns: 48px minmax(0, 1fr) 48px; padding: 48px 10px 20px; }
    .mte-v2-lightbox__prev,
    .mte-v2-lightbox__next { width: 40px; height: 40px; font-size: 34px; }
    .mte-v2-lightbox__close { top: 10px; right: 10px; }
}

@media (prefers-reduced-motion: reduce) {
    .mte-v2-mobile-reserve { transition: none; }
}

@media (max-width: 1120px) {
    .mte-v2-tour-filters { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .mte-v2-tour-listing--grid .mte-v2-tour-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .mte-v2-tour-listing--archive .mte-v2-tour-card { grid-template-columns: minmax(230px, 280px) minmax(0, 1fr); }
    .mte-v2-tour-listing--archive .mte-v2-tour-card__media { grid-row: 1 / 3; }
    .mte-v2-tour-listing--archive .mte-v2-tour-card__action { grid-column: 2; padding-top: 0; border-left: 0; }
    .mte-v2-tour-listing--archive .mte-v2-tour-card__action p { margin-bottom: 12px; }
    .mte-v2-tour-listing--archive .mte-v2-tour-card__action > small { text-align: left; }
}

@media (max-width: 780px) {
    .mte-v2-archive-page { padding-bottom: 56px; }
    .mte-v2-archive-shell { width: min(calc(100% - 32px), 1440px); }
    .mte-v2-archive-hero { padding: 34px 0 26px; }
    .mte-v2-archive-hero h1 { font-size: 40px; }
    .mte-v2-archive-hero div div { font-size: 15px; }
    .mte-v2-tour-listing { padding-top: 22px; }
    .mte-v2-tour-filters { grid-template-columns: 1fr; gap: 12px; padding: 15px; border-radius: 10px; }
    .mte-v2-tour-filter-actions { grid-column: 1; }
    .mte-v2-tour-listing--grid .mte-v2-tour-cards { grid-template-columns: 1fr; }
    .mte-v2-tour-listing--archive .mte-v2-tour-card,
    .mte-v2-tour-listing--grid .mte-v2-tour-card { display: block; min-height: 0; }
    .mte-v2-tour-listing--archive .mte-v2-tour-card__media,
    .mte-v2-tour-listing--grid .mte-v2-tour-card__media { display: block; width: 100%; height: 180px; min-height: 0; }
    .mte-v2-tour-card__body { padding: 20px; }
    .mte-v2-tour-card__excerpt { display: none; }
    .mte-v2-tour-card__facts { margin-top: 17px; }
    .mte-v2-tour-card__facts div,
    .mte-v2-tour-listing--grid .mte-v2-tour-card__facts div { grid-template-columns: 96px minmax(0, 1fr); }
    .mte-v2-tour-card__action,
    .mte-v2-tour-listing--archive .mte-v2-tour-card__action { display: block; padding: 0 20px 20px; border: 0; }
    .mte-v2-tour-card__action p { margin-bottom: 12px; }
    .mte-v2-tour-card__action > a { width: 100%; }
    .mte-v2-tour-card__action > small { display: none; }
}
