/*
Theme Name: Maleng Travel
Theme URI: https://malengtravel.net/
Author: Maleng Travel
Description: Bespoke East African safari theme — editable tours, excursions, day-by-day itineraries, homepage slider and all site content via wp-admin. Ships with one-click content import.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: maleng-travel
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
*/

:root {
  --mt-dark: #1A1712;
  --mt-dark-2: #2B2418;
  --mt-gold: #B39156;
  --mt-gold-light: #E4C97E;
  --mt-ivory: #FAF8F5;
  --mt-cream: #F3EEE4;
  --mt-border: #E3DCD0;
  --mt-text: #3A332A;
  --mt-text-soft: rgba(58, 51, 42, 0.62);
  --mt-white: #ffffff;
  --mt-green: #25D366;
  --mt-font-sans: 'Inter', -apple-system, 'Segoe UI', sans-serif;
  --mt-font-serif: 'Playfair Display', Georgia, serif;
  --mt-font-papyrus: Papyrus, 'Papyrus-Condensed', 'American Typewriter', Georgia, serif;
}

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--mt-font-sans);
  color: var(--mt-text);
  background: var(--mt-white);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
a:hover { color: var(--mt-gold); }
h1, h2, h3, h4 { margin: 0 0 0.5em; line-height: 1.2; }
p { margin: 0 0 1em; }

.mt-container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.mt-papyrus { font-family: var(--mt-font-papyrus); }
.mt-serif { font-family: var(--mt-font-serif); }

/* ── Buttons ─────────────────────────────────────────────── */
.mt-btn {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 11px; letter-spacing: 0.15em; text-transform: uppercase;
  font-weight: 600; padding: 14px 28px; border: 1px solid transparent;
  cursor: pointer; transition: all 0.2s ease;
}
.mt-btn-dark { background: var(--mt-dark-2); color: #fff; }
.mt-btn-dark:hover { background: var(--mt-gold); color: var(--mt-dark); }
.mt-btn-gold { background: var(--mt-gold); color: var(--mt-dark); }
.mt-btn-gold:hover { background: var(--mt-gold-light); color: var(--mt-dark); }
.mt-btn-outline { border-color: rgba(255,255,255,0.3); color: rgba(255,255,255,0.75); }
.mt-btn-outline:hover { border-color: var(--mt-green); color: var(--mt-green); }
.mt-btn-ghost { border-color: rgba(43,36,24,0.25); color: rgba(43,36,24,0.7); }
.mt-btn-ghost:hover { border-color: var(--mt-gold); color: var(--mt-dark); }

/* ── Eyebrow / headings ──────────────────────────────────── */
.mt-eyebrow {
  font-family: var(--mt-font-papyrus);
  color: var(--mt-gold); font-size: 10px;
  letter-spacing: 0.4em; text-transform: uppercase; display: block; margin-bottom: 14px;
}
.mt-h-serif { font-family: var(--mt-font-papyrus); color: var(--mt-dark-2); }
.mt-rule { width: 42px; height: 2px; background: var(--mt-gold); margin: 14px 0 20px; }
.mt-rule-center { margin-left: auto; margin-right: auto; }

/* ── Header ──────────────────────────────────────────────── */
.mt-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  background: rgba(26, 23, 18, 0.92); backdrop-filter: blur(8px);
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.mt-header-inner { display: flex; align-items: center; justify-content: space-between; height: 80px; }
.mt-logo img { height: 52px; width: auto; }
.mt-nav ul { display: flex; gap: 28px; list-style: none; margin: 0; padding: 0; align-items: center; }
.mt-nav a {
  color: rgba(255,255,255,0.75); font-size: 11px; letter-spacing: 0.18em;
  text-transform: uppercase; font-weight: 500; padding: 6px 0; position: relative;
}
.mt-nav a:hover, .mt-nav .current-menu-item > a, .mt-nav .current_page_item > a { color: var(--mt-gold); }
.mt-nav .current-menu-item > a::after, .mt-nav .current_page_item > a::after {
  content: ''; position: absolute; left: 0; right: 0; bottom: 0; height: 2px; background: var(--mt-gold);
}
.mt-nav .mt-nav-cta a { border: 1px solid rgba(255,255,255,0.25); padding: 8px 16px; }
.mt-nav .mt-nav-cta a::after { display: none; }
.mt-nav .mt-nav-cta a:hover { border-color: var(--mt-gold); }
.mt-menu-toggle { display: none; background: none; border: 0; color: #fff; cursor: pointer; padding: 8px; }
@media (max-width: 900px) {
  .mt-menu-toggle { display: block; }
  .mt-nav { position: fixed; inset: 80px 0 auto 0; background: var(--mt-dark); padding: 24px; transform: translateY(-120%); transition: transform 0.3s ease; border-bottom: 1px solid rgba(255,255,255,0.1); }
  .mt-nav.mt-open { transform: translateY(0); }
  .mt-nav ul { flex-direction: column; align-items: flex-start; gap: 18px; }
}

/* ── Hero slider ─────────────────────────────────────────── */
.mt-hero { position: relative; height: 100vh; min-height: 560px; overflow: hidden; background: var(--mt-dark); }
.mt-slide { position: absolute; inset: 0; opacity: 0; transition: opacity 1.4s ease; }
.mt-slide.mt-active { opacity: 1; }
.mt-slide-bg { position: absolute; inset: 0; background-size: cover; background-position: center; transform: scale(1.02); }
.mt-slide::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to top, rgba(26,23,18,0.9), rgba(26,23,18,0.15) 55%); }
.mt-hero-content { position: relative; z-index: 2; height: 100%; display: flex; flex-direction: column; justify-content: flex-end; padding-bottom: 96px; }
.mt-hero h1 { font-family: var(--mt-font-papyrus); color: #fff; font-size: clamp(2.4rem, 6vw, 4.4rem); max-width: 760px; line-height: 1.08; }
.mt-hero p.lead { color: rgba(255,255,255,0.78); max-width: 560px; font-size: 1.05rem; }
.mt-hero-cta { display: flex; gap: 14px; margin-top: 26px; flex-wrap: wrap; }
.mt-hero-caption { position: absolute; left: 24px; bottom: 28px; z-index: 3; color: rgba(255,255,255,0.55); font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; }
.mt-hero-nav { position: absolute; right: 24px; bottom: 24px; z-index: 3; display: flex; gap: 10px; }
.mt-hero-dot { width: 26px; height: 3px; background: rgba(255,255,255,0.3); border: 0; cursor: pointer; padding: 0; transition: background 0.3s; }
.mt-hero-dot.mt-active { background: var(--mt-gold); }
.mt-hero-arrow {
  position: absolute; top: 50%; transform: translateY(-50%); z-index: 3;
  width: 48px; height: 48px; border-radius: 50%; border: 1px solid rgba(255,255,255,0.3);
  background: rgba(26,23,18,0.35); color: #fff; font-size: 20px; cursor: pointer; transition: all 0.2s;
}
.mt-hero-arrow:hover { background: var(--mt-gold); color: var(--mt-dark); border-color: var(--mt-gold); }
.mt-hero-prev { left: 22px; } .mt-hero-next { right: 22px; }

/* ── Sections ────────────────────────────────────────────── */
.mt-section { padding: 84px 0; }
.mt-section-ivory { background: var(--mt-ivory); }
.mt-section-dark { background: var(--mt-dark); color: #fff; }
.mt-section-head { text-align: center; max-width: 640px; margin: 0 auto 52px; }
.mt-section-head p { color: var(--mt-text-soft); font-size: 0.95rem; }
.mt-section-dark .mt-section-head p { color: rgba(255,255,255,0.6); }
.mt-section-dark .mt-h-serif { color: #fff; }

/* ── Stats ───────────────────────────────────────────────── */
.mt-stats { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 32px; text-align: center; }
.mt-stat b { display: block; font-family: var(--mt-font-serif); font-size: 2.6rem; color: var(--mt-gold); font-weight: 700; }
.mt-stat span { color: rgba(255,255,255,0.6); font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase; }

/* ── Cards grid ──────────────────────────────────────────── */
.mt-grid-3 { display: grid; grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)); gap: 26px; }
.mt-grid-4 { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 22px; }
.mt-grid-2 { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 26px; }

.mt-card { background: #fff; border: 1px solid var(--mt-border); display: flex; flex-direction: column; transition: all 0.3s ease; }
.mt-card:hover { box-shadow: 0 22px 44px rgba(26,23,18,0.14); transform: translateY(-4px); }
.mt-card-img { position: relative; height: 240px; overflow: hidden; display: block; background-size: cover; background-position: center; transition: transform 0.7s ease; }
.mt-card:hover .mt-card-img { transform: scale(1.05); }
.mt-card-img-wrap { height: 240px; overflow: hidden; position: relative; }
.mt-badge { position: absolute; top: 14px; font-size: 10px; letter-spacing: 0.15em; text-transform: uppercase; padding: 6px 12px; font-weight: 600; z-index: 2; }
.mt-badge-dark { left: 14px; background: rgba(43,36,24,0.88); color: #fff; }
.mt-badge-gold { right: 14px; background: var(--mt-gold); color: var(--mt-dark); }
.mt-card-body { padding: 24px; display: flex; flex-direction: column; flex: 1; }
.mt-card-meta { display: flex; gap: 18px; color: var(--mt-text-soft); font-size: 12px; margin-bottom: 12px; }
.mt-card h3 { font-family: var(--mt-font-papyrus); font-size: 1.25rem; color: var(--mt-dark-2); }
.mt-card h3 a:hover { color: var(--mt-gold); }
.mt-card-desc { color: var(--mt-text-soft); font-size: 0.88rem; flex: 1; }
.mt-card-list { list-style: none; margin: 0 0 18px; padding: 0; }
.mt-card-list li { display: flex; gap: 8px; font-size: 12px; color: var(--mt-text-soft); margin-bottom: 6px; }
.mt-card-list li::before { content: '›'; color: var(--mt-gold); font-weight: 700; }
.mt-card-foot { display: flex; align-items: center; justify-content: space-between; border-top: 1px solid var(--mt-border); padding-top: 16px; margin-top: auto; gap: 10px; }
.mt-price small { display: block; font-size: 9px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--mt-text-soft); }
.mt-price b { font-family: var(--mt-font-serif); font-size: 1.2rem; color: var(--mt-dark-2); }
.mt-price b span { font-size: 10px; font-weight: 400; color: var(--mt-text-soft); }

/* ── Why us ──────────────────────────────────────────────── */
.mt-why-item { background: #fff; border: 1px solid var(--mt-border); padding: 30px; }
.mt-why-item h3 { font-family: var(--mt-font-papyrus); font-size: 1.15rem; color: var(--mt-dark-2); margin-top: 14px; }
.mt-why-item p { color: var(--mt-text-soft); font-size: 0.88rem; margin: 0; }
.mt-why-icon { width: 44px; height: 44px; border-radius: 50%; background: var(--mt-ivory); color: var(--mt-gold); display: flex; align-items: center; justify-content: center; font-size: 20px; }

/* ── Testimonials ────────────────────────────────────────── */
.mt-quote { background: #fff; border: 1px solid var(--mt-border); padding: 32px; position: relative; }
.mt-quote p { font-family: var(--mt-font-serif); font-style: italic; color: var(--mt-text); font-size: 0.98rem; }
.mt-quote footer { color: var(--mt-gold); font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase; font-weight: 600; }
.mt-quote footer span { display: block; color: var(--mt-text-soft); font-weight: 400; text-transform: none; letter-spacing: 0; margin-top: 2px; }

/* ── Page hero ───────────────────────────────────────────── */
.mt-page-hero { position: relative; padding: 150px 0 90px; background: var(--mt-dark-2); text-align: center; overflow: hidden; }
.mt-page-hero-bg { position: absolute; inset: 0; background-size: cover; background-position: center; opacity: 0.25; }
.mt-page-hero::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to top, rgba(43,36,24,0.85), transparent); }
.mt-page-hero .mt-container { position: relative; z-index: 2; }
.mt-page-hero h1 { font-family: var(--mt-font-papyrus); color: #fff; font-size: clamp(2.2rem, 5vw, 3.4rem); }
.mt-page-hero p { color: rgba(255,255,255,0.65); max-width: 560px; margin: 0 auto; }

/* ── Tours archive ───────────────────────────────────────── */
.mt-toolbar { position: sticky; top: 80px; z-index: 40; background: #fff; border-bottom: 1px solid var(--mt-border); box-shadow: 0 2px 10px rgba(26,23,18,0.05); padding: 16px 0; }
.mt-toolbar-row { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; }
.mt-search { flex: 1 1 240px; position: relative; }
.mt-search input {
  width: 100%; padding: 12px 16px 12px 42px; border: 1px solid var(--mt-border);
  font-size: 13px; font-family: inherit; background: var(--mt-ivory);
}
.mt-search input:focus { outline: none; border-color: var(--mt-gold); }
.mt-search::before { content: '⌕'; position: absolute; left: 15px; top: 50%; transform: translateY(-50%); color: var(--mt-text-soft); font-size: 18px; }
.mt-chip {
  border: 0; background: var(--mt-ivory); color: var(--mt-text-soft); cursor: pointer;
  font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; font-weight: 600;
  padding: 8px 15px; transition: all 0.2s; font-family: inherit;
}
.mt-chip.mt-active, .mt-chip:hover { background: var(--mt-dark-2); color: #fff; }
.mt-select { border: 1px solid var(--mt-border); font-size: 11px; padding: 8px 12px; font-family: inherit; background: #fff; color: var(--mt-text-soft); }
.mt-count { padding: 14px 0; font-size: 12px; color: var(--mt-text-soft); }

/* ── Single journey ──────────────────────────────────────── */
.mt-journey-hero { position: relative; height: 56vh; min-height: 400px; display: flex; align-items: flex-end; background-size: cover; background-position: center; }
.mt-journey-hero::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to top, rgba(26,23,18,0.92), rgba(26,23,18,0.15) 60%); }
.mt-journey-hero .mt-container { position: relative; z-index: 2; padding-bottom: 44px; }
.mt-journey-hero h1 { font-family: var(--mt-font-papyrus); color: #fff; font-size: clamp(2rem, 5vw, 3.4rem); max-width: 800px; }
.mt-journey-meta { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 16px; align-items: center; }
.mt-journey-meta span { color: rgba(255,255,255,0.78); font-size: 12px; letter-spacing: 0.05em; }
.mt-journey-meta .mt-tag { background: var(--mt-gold); color: var(--mt-dark); font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; font-size: 11px; padding: 7px 14px; }
.mt-journey-grid { display: grid; grid-template-columns: 1fr 340px; gap: 44px; align-items: start; }
@media (max-width: 960px) { .mt-journey-grid { grid-template-columns: 1fr; } }
.mt-journey-body h2 { font-family: var(--mt-font-papyrus); color: var(--mt-dark-2); font-size: 1.7rem; margin-bottom: 14px; }
.mt-journey-body > section { margin-bottom: 48px; }
.mt-highlights { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 24px; list-style: none; padding: 0; margin: 18px 0 0; }
@media (max-width: 640px) { .mt-highlights { grid-template-columns: 1fr; } }
.mt-highlights li { display: flex; gap: 8px; font-size: 14px; color: var(--mt-text-soft); }
.mt-highlights li::before { content: '›'; color: var(--mt-gold); font-weight: 700; }

/* Itinerary timeline */
.mt-timeline { position: relative; margin-top: 26px; }
.mt-timeline::before { content: ''; position: absolute; left: 19px; top: 6px; bottom: 6px; width: 1px; background: rgba(43,36,24,0.15); }
.mt-day { position: relative; padding-left: 56px; margin-bottom: 30px; }
.mt-day-num {
  position: absolute; left: 0; top: 0; width: 40px; height: 40px; border-radius: 50%;
  background: var(--mt-dark-2); color: var(--mt-gold); font-family: var(--mt-font-serif);
  font-weight: 700; display: flex; align-items: center; justify-content: center;
}
.mt-day h3 { font-family: var(--mt-font-papyrus); color: var(--mt-dark-2); font-size: 1.15rem; padding-top: 8px; }
.mt-day p { color: var(--mt-text-soft); font-size: 14px; margin: 6px 0 0; }

/* Included / excluded */
.mt-incl-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
@media (max-width: 720px) { .mt-incl-grid { grid-template-columns: 1fr; } }
.mt-incl-box { background: #fff; border: 1px solid var(--mt-border); padding: 26px; }
.mt-incl-box h3 { font-family: var(--mt-font-papyrus); color: var(--mt-dark-2); font-size: 1.15rem; margin-bottom: 14px; }
.mt-incl-box ul { list-style: none; margin: 0; padding: 0; }
.mt-incl-box li { display: flex; gap: 8px; font-size: 13px; color: var(--mt-text-soft); margin-bottom: 8px; }
.mt-incl-yes li::before { content: '✓'; color: var(--mt-gold); font-weight: 700; }
.mt-incl-no li::before { content: '✕'; color: #B3541E; font-weight: 700; }

/* Sidebar */
.mt-aside { position: sticky; top: 104px; }
.mt-aside-box { background: var(--mt-dark-2); color: #fff; padding: 30px 26px; }
.mt-aside-box .mt-price b { color: #fff; font-size: 1.9rem; }
.mt-aside-box .mt-price b span { color: rgba(255,255,255,0.5); }
.mt-aside-box .mt-price small { color: rgba(255,255,255,0.5); }
.mt-aside-facts { list-style: none; margin: 20px 0 26px; padding: 0; }
.mt-aside-facts li { display: flex; gap: 10px; color: rgba(255,255,255,0.7); font-size: 13px; margin-bottom: 10px; }
.mt-aside-facts li::before { content: '·'; color: var(--mt-gold); font-weight: 900; }
.mt-aside-box .mt-btn { width: 100%; justify-content: center; }
.mt-aside-box .mt-btn-outline { margin-top: 10px; }

/* ── Forms ───────────────────────────────────────────────── */
.mt-form { max-width: 620px; }
.mt-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
@media (max-width: 640px) { .mt-form-row { grid-template-columns: 1fr; } }
.mt-field { margin-bottom: 14px; }
.mt-field label { display: block; font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--mt-text-soft); margin-bottom: 6px; font-weight: 600; }
.mt-field input, .mt-field textarea, .mt-field select {
  width: 100%; padding: 12px 14px; border: 1px solid var(--mt-border);
  font-family: inherit; font-size: 14px; background: #fff; color: var(--mt-text);
}
.mt-field input:focus, .mt-field textarea:focus { outline: none; border-color: var(--mt-gold); }
.mt-field textarea { min-height: 120px; resize: vertical; }
.mt-form-dark .mt-field input, .mt-form-dark .mt-field textarea { background: rgba(255,255,255,0.06); border-color: rgba(255,255,255,0.15); color: #fff; }
.mt-alert { padding: 14px 18px; font-size: 14px; margin-bottom: 18px; }
.mt-alert-success { background: #EAF5EC; border: 1px solid #BFE3C8; color: #2C6E3F; }
.mt-alert-error { background: #FBEFEA; border: 1px solid #EFC9B8; color: #A34A1F; }
.mt-hp { position: absolute; left: -9999px; opacity: 0; height: 0; overflow: hidden; }

/* ── Contact page ────────────────────────────────────────── */
.mt-contact-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 44px; align-items: start; }
@media (max-width: 860px) { .mt-contact-grid { grid-template-columns: 1fr; } }
.mt-contact-card { background: #fff; border: 1px solid var(--mt-border); padding: 28px; margin-bottom: 20px; }
.mt-contact-card h3 { font-family: var(--mt-font-papyrus); color: var(--mt-dark-2); font-size: 1.1rem; margin-bottom: 10px; }
.mt-contact-card p { color: var(--mt-text-soft); font-size: 14px; margin: 0; }
.mt-contact-card a { color: var(--mt-gold); }

/* ── Footer ──────────────────────────────────────────────── */
.mt-footer { background: var(--mt-dark); color: rgba(255,255,255,0.65); }
.mt-footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 36px; padding: 64px 0 40px; }
@media (max-width: 900px) { .mt-footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .mt-footer-grid { grid-template-columns: 1fr; } }
.mt-footer h4 { font-family: var(--mt-font-papyrus); color: #fff; font-size: 13px; letter-spacing: 0.2em; text-transform: uppercase; margin-bottom: 18px; }
.mt-footer ul { list-style: none; margin: 0; padding: 0; }
.mt-footer li { margin-bottom: 10px; font-size: 13px; }
.mt-footer a:hover { color: var(--mt-gold); }
.mt-footer-logo img { height: 60px; width: auto; margin-bottom: 16px; }
.mt-footer-social { display: flex; gap: 12px; margin-top: 14px; }
.mt-footer-social a { width: 36px; height: 36px; border: 1px solid rgba(255,255,255,0.2); display: flex; align-items: center; justify-content: center; font-size: 14px; }
.mt-footer-social a:hover { border-color: var(--mt-gold); color: var(--mt-gold); }
.mt-footer-bottom { border-top: 1px solid rgba(255,255,255,0.08); padding: 20px 0; font-size: 12px; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px; }

/* Newsletter */
.mt-newsletter { display: flex; }
.mt-newsletter input { flex: 1; padding: 12px 14px; border: 1px solid rgba(255,255,255,0.2); background: rgba(255,255,255,0.06); color: #fff; font-family: inherit; font-size: 13px; }
.mt-newsletter input:focus { outline: none; border-color: var(--mt-gold); }
.mt-newsletter button { background: var(--mt-gold); color: var(--mt-dark); border: 0; padding: 0 18px; font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; font-weight: 700; cursor: pointer; }

/* ── WhatsApp float ──────────────────────────────────────── */
.mt-wa {
  position: fixed; right: 22px; bottom: 22px; z-index: 90;
  width: 56px; height: 56px; border-radius: 50%; background: var(--mt-green); color: #fff;
  display: flex; align-items: center; justify-content: center; box-shadow: 0 8px 26px rgba(37,211,102,0.45);
  transition: transform 0.3s;
}
.mt-wa:hover { transform: scale(1.1); color: #fff; }
.mt-wa::before { content: ''; position: absolute; inset: 0; border-radius: 50%; background: var(--mt-green); opacity: 0.25; animation: mt-ping 2.6s infinite; }
@keyframes mt-ping { 0% { transform: scale(1); opacity: 0.25; } 80%, 100% { transform: scale(1.55); opacity: 0; } }

/* ── Reveal animation ────────────────────────────────────── */
.mt-reveal { opacity: 0; transform: translateY(26px); transition: opacity 0.7s ease, transform 0.7s ease; }
.mt-reveal.mt-in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .mt-reveal { opacity: 1; transform: none; transition: none; }
  .mt-slide, .mt-card-img { transition: none; }
}

/* ── Gallery ─────────────────────────────────────────────── */
.mt-gallery-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 14px; }
.mt-gallery-grid a { display: block; height: 220px; background-size: cover; background-position: center; overflow: hidden; border: 1px solid var(--mt-border); }
.mt-gallery-grid a:hover { outline: 3px solid var(--mt-gold); outline-offset: -3px; }

/* ── Breadcrumbs / 404 ───────────────────────────────────── */
.mt-404 { min-height: 60vh; display: flex; align-items: center; justify-content: center; text-align: center; padding: 140px 24px 80px; }
.mt-404 h1 { font-family: var(--mt-font-papyrus); font-size: 3.4rem; color: var(--mt-dark-2); }

/* ── WP alignments (content from editor) ─────────────────── */
.aligncenter { display: block; margin: 0 auto; }
.alignright { float: right; margin: 0 0 1em 1em; }
.alignleft { float: left; margin: 0 1em 1em 0; }
.wp-caption { max-width: 100%; }
.sticky { position: static; }
.bypostauthor { font-style: normal; }

.screen-reader-text {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}

/* ── Supplementary homepage / journey styles ─────────────── */
.mt-hero-lead { max-width: 620px; font-size: 18px; color: rgba(255,255,255,0.85); margin: 16px 0 28px; }
.mt-brand-statement { font-family: 'Papyrus', 'American Typewriter', Georgia, serif; font-size: clamp(20px, 3vw, 30px); line-height: 1.6; text-align: center; max-width: 860px; margin: 28px auto; color: var(--mt-dark); }
.mt-stats .mt-label { display: block; font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase; color: rgba(255,255,255,0.6); margin-top: 8px; }
.mt-section-cta { text-align: center; margin-top: 36px; }
.mt-dest-card .mt-card-img-wrap { height: 220px; overflow: hidden; }
.mt-dest-card .mt-card-img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s ease; }
.mt-dest-card:hover .mt-card-img { transform: scale(1.06); }
.mt-cta-band { text-align: center; }
.mt-cta-band p { max-width: 620px; margin: 14px auto 26px; color: rgba(255,255,255,0.8); }
.mt-cta-band .mt-hero-cta { justify-content: center; }
.mt-day-body { flex: 1; }
.mt-day-body h3 { margin: 0 0 6px; }
.mt-day-body p { margin: 0; color: rgba(26,23,18,0.75); }
.mt-sticky { position: sticky; top: 100px; }
.mt-btn-block { display: block; width: 100%; text-align: center; margin-bottom: 16px; }
.mt-page-content { max-width: 820px; margin: 0 auto; }
.mt-page-content h2, .mt-page-content h3 { margin-top: 32px; }
.mt-page-content img { max-width: 100%; height: auto; border-radius: 8px; }
.mt-contact-form-wrap { max-width: 720px; margin: 56px auto 0; }
.mt-tag { display: inline-block; background: rgba(179,145,86,0.12); color: #8a6a33; border: 1px solid rgba(179,145,86,0.4); border-radius: 999px; padding: 4px 14px; font-size: 13px; margin-bottom: 18px; }
.mt-footer-contact { list-style: none; margin: 0; padding: 0; }
.mt-footer-contact li { margin-bottom: 10px; color: rgba(255,255,255,0.75); }
.mt-footer-contact a { color: var(--mt-gold); }
.mt-footer-grid h4 { color: #fff; letter-spacing: 0.14em; text-transform: uppercase; font-size: 12px; margin-bottom: 16px; }
.mt-footer-grid ul { list-style: none; margin: 0; padding: 0; }
.mt-footer-grid ul li { margin-bottom: 10px; }
.mt-footer-grid ul a { color: rgba(255,255,255,0.75); }
.mt-footer-grid ul a:hover { color: var(--mt-gold); }
.mt-footer-social { display: flex; gap: 16px; flex-wrap: wrap; margin-top: 16px; }
.mt-footer-social a { color: var(--mt-gold); font-size: 13px; letter-spacing: 0.08em; text-transform: uppercase; }
.mt-quote { background: #fff; border: 1px solid rgba(26,23,18,0.08); border-left: 4px solid var(--mt-gold); border-radius: 8px; padding: 24px; margin: 0; }
.mt-quote p { font-family: 'Playfair Display', Georgia, serif; font-style: italic; font-size: 17px; line-height: 1.6; margin: 0 0 14px; }
.mt-quote cite { font-style: normal; font-size: 13px; letter-spacing: 0.1em; text-transform: uppercase; color: #8a6a33; }

/* ── Partners & page tables ──────────────────────────────── */
.mt-partners { text-align: center; }
.mt-partners-title { margin-bottom: 36px; }
.mt-partners-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px 24px; align-items: center; }
@media (min-width: 900px) { .mt-partners-grid { grid-template-columns: repeat(7, 1fr); } }
@media (max-width: 560px) { .mt-partners-grid { grid-template-columns: repeat(3, 1fr); } }
.mt-partner { display: flex; flex-direction: column; align-items: center; gap: 8px; text-decoration: none; }
.mt-partner img { max-height: 56px; width: auto; object-fit: contain; opacity: 0.6; filter: grayscale(1); transition: all 0.4s ease; }
.mt-partner:hover img { opacity: 1; filter: grayscale(0); }
.mt-partner span { font-size: 9px; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(26,23,18,0.4); text-align: center; line-height: 1.4; }
.mt-page-content table { width: 100%; border-collapse: collapse; margin: 24px 0; font-size: 15px; }
.mt-page-content th { font-family: 'Papyrus', 'American Typewriter', Georgia, serif; text-transform: uppercase; letter-spacing: 0.14em; font-size: 12px; color: #8a6a33; text-align: left; border-bottom: 2px solid rgba(179,145,86,0.5); padding: 10px 12px; }
.mt-page-content td { border-bottom: 1px solid rgba(26,23,18,0.1); padding: 10px 12px; color: rgba(26,23,18,0.8); }
.mt-footer-payments { display: flex; align-items: center; gap: 10px; margin-top: 14px; }
.mt-footer-payments span { font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase; color: rgba(255,255,255,0.4); margin-right: 4px; }
.mt-footer-payments img { height: 20px; width: auto; opacity: 0.75; }
