/*
Theme Name: Mashal Dream Travel
Theme URI: https://mashaldream.com
Author: Mashal Dream
Author URI: https://mashaldream.com
Description: A modern, responsive WordPress theme for Mashal Dream Travel & Tour Services in Afghanistan. Includes tour listings, starter content, enquiry forms, destination sections, and agency contact information.
Version: 1.0.0
Requires at least: 6.2
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: mashal-dream
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags: travel, tourism, custom-logo, custom-menu, featured-images, translation-ready, responsive-layout
*/

:root {
  --md-navy: #082845;
  --md-blue: #0d4f7b;
  --md-teal: #087f78;
  --md-green: #267147;
  --md-gold: #f59e0b;
  --md-orange: #ef7a16;
  --md-ink: #102333;
  --md-muted: #617181;
  --md-bg: #f6f8fa;
  --md-white: #ffffff;
  --md-line: #dfe7ed;
  --md-shadow: 0 22px 60px rgba(7, 38, 66, .13);
  --md-radius: 22px;
  --md-container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--md-ink);
  background: var(--md-white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.admin-bar .site-header { top: 32px; }
img { max-width: 100%; height: auto; }
a { color: var(--md-blue); text-decoration: none; }
a:hover { color: var(--md-orange); }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
.screen-reader-text {
  border: 0; clip: rect(1px, 1px, 1px, 1px); clip-path: inset(50%);
  height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px;
}
.screen-reader-text:focus {
  clip: auto !important; clip-path: none; display: block; height: auto; left: 8px; top: 8px;
  width: auto; z-index: 100000; background: #fff; padding: 12px 16px; border-radius: 8px;
}

.md-container { width: min(calc(100% - 36px), var(--md-container)); margin-inline: auto; }
.md-section { padding: 92px 0; }
.md-section--soft { background: var(--md-bg); }
.md-section--dark { background: var(--md-navy); color: var(--md-white); }
.md-kicker {
  display: inline-flex; align-items: center; gap: 9px; margin-bottom: 14px;
  color: var(--md-orange); font-size: .78rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase;
}
.md-kicker::before { content: ""; width: 34px; height: 2px; background: currentColor; }
.md-heading { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.1rem, 4vw, 3.5rem); line-height: 1.08; letter-spacing: -.025em; }
.md-heading--light { color: var(--md-white); }
.md-lead { max-width: 720px; margin: 18px 0 0; color: var(--md-muted); font-size: 1.08rem; }
.md-section--dark .md-lead { color: rgba(255,255,255,.74); }
.md-section-head { display: flex; justify-content: space-between; align-items: end; gap: 28px; margin-bottom: 42px; }
.md-section-head .md-lead { margin-bottom: 0; }
.md-button {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 50px;
  padding: 0 22px; border: 1px solid transparent; border-radius: 999px; background: var(--md-orange);
  color: #fff; font-weight: 800; box-shadow: 0 13px 28px rgba(239,122,22,.24); transition: .2s ease;
}
.md-button:hover { color: #fff; transform: translateY(-2px); background: #d9660c; }
.md-button--navy { background: var(--md-navy); box-shadow: none; }
.md-button--ghost { background: transparent; color: var(--md-navy); border-color: rgba(8,40,69,.25); box-shadow: none; }
.md-button--ghost:hover { color: var(--md-navy); background: rgba(8,40,69,.06); }
.md-button--light { background: #fff; color: var(--md-navy); box-shadow: none; }
.md-button--light:hover { color: var(--md-navy); background: #f4f7f9; }
.md-text-link { display: inline-flex; align-items: center; gap: 8px; font-weight: 800; }
.md-text-link::after { content: "→"; transition: transform .2s ease; }
.md-text-link:hover::after { transform: translateX(4px); }

/* Header */
.md-topbar { background: #061b30; color: rgba(255,255,255,.85); font-size: .88rem; }
.md-topbar__inner { min-height: 39px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.md-topbar__items { display: flex; flex-wrap: wrap; align-items: center; gap: 20px; }
.md-topbar a { color: inherit; }
.md-topbar a:hover { color: #fff; }
.site-header { position: sticky; top: 0; z-index: 999; background: rgba(255,255,255,.96); backdrop-filter: blur(14px); border-bottom: 1px solid rgba(8,40,69,.08); }
.md-nav { min-height: 108px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.md-brand { display: flex; align-items: center; flex: 0 0 auto; }
.md-brand img { width: 150px; height: 102px; object-fit: contain; }
.md-brand-text { font-family: Georgia, serif; font-size: 1.6rem; font-weight: 700; color: var(--md-navy); }
.md-menu { display: flex; align-items: center; gap: 29px; margin: 0; padding: 0; list-style: none; }
.md-menu a { color: var(--md-ink); font-size: .93rem; font-weight: 750; }
.md-menu .current-menu-item > a, .md-menu a:hover { color: var(--md-orange); }
.md-nav__actions { display: flex; align-items: center; gap: 12px; }
.md-menu-toggle { display: none; width: 46px; height: 46px; border: 1px solid var(--md-line); border-radius: 50%; background: #fff; }
.md-menu-toggle span, .md-menu-toggle::before, .md-menu-toggle::after { content: ""; display: block; width: 20px; height: 2px; margin: 4px auto; background: var(--md-navy); transition: .2s; }

/* Hero */
.md-hero { position: relative; min-height: 710px; overflow: hidden; color: #fff; background: #0a365c url("assets/images/hero-afghanistan.svg") center/cover no-repeat; }
.md-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,24,43,.94) 0%, rgba(5,29,49,.74) 48%, rgba(5,29,49,.2) 100%); }
.md-hero__inner { position: relative; z-index: 2; min-height: 710px; display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: 60px; padding-block: 78px; }
.md-hero__eyebrow { display: inline-flex; align-items: center; gap: 10px; padding: 9px 14px; border: 1px solid rgba(255,255,255,.22); border-radius: 999px; background: rgba(255,255,255,.08); font-size: .8rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.md-hero h1 { max-width: 760px; margin: 22px 0 20px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(3rem, 6vw, 5.4rem); line-height: .98; letter-spacing: -.04em; }
.md-hero__copy { max-width: 675px; color: rgba(255,255,255,.84); font-size: 1.12rem; }
.md-hero__buttons { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 32px; }
.md-hero__stats { display: flex; flex-wrap: wrap; gap: 26px; margin-top: 38px; }
.md-stat { padding-right: 26px; border-right: 1px solid rgba(255,255,255,.2); }
.md-stat:last-child { border-right: 0; }
.md-stat strong { display: block; font-family: Georgia, serif; font-size: 1.55rem; }
.md-stat span { color: rgba(255,255,255,.68); font-size: .83rem; }
.md-planner { align-self: end; margin-bottom: 5px; padding: 28px; border: 1px solid rgba(255,255,255,.22); border-radius: 26px; background: rgba(255,255,255,.94); color: var(--md-ink); box-shadow: var(--md-shadow); }
.md-planner h2 { margin: 0 0 6px; font-family: Georgia, serif; font-size: 1.8rem; }
.md-planner p { margin: 0 0 21px; color: var(--md-muted); font-size: .92rem; }
.md-planner__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.md-field { display: grid; gap: 7px; }
.md-field--full { grid-column: 1 / -1; }
.md-field label { color: var(--md-ink); font-size: .78rem; font-weight: 800; letter-spacing: .035em; text-transform: uppercase; }
.md-field input, .md-field select, .md-field textarea {
  width: 100%; min-height: 49px; border: 1px solid #d7e1e8; border-radius: 12px; background: #fff; color: var(--md-ink); padding: 11px 13px; outline: none;
}
.md-field textarea { min-height: 125px; resize: vertical; }
.md-field input:focus, .md-field select:focus, .md-field textarea:focus { border-color: var(--md-teal); box-shadow: 0 0 0 3px rgba(8,127,120,.12); }
.md-planner .md-button { width: 100%; margin-top: 15px; }

/* Highlights */
.md-highlight-strip { position: relative; z-index: 3; margin-top: -48px; }
.md-highlight-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-radius: 20px; background: #fff; box-shadow: var(--md-shadow); overflow: hidden; }
.md-highlight { display: grid; grid-template-columns: 50px 1fr; align-items: center; gap: 14px; padding: 25px 24px; border-right: 1px solid var(--md-line); }
.md-highlight:last-child { border-right: 0; }
.md-icon { width: 50px; height: 50px; display: grid; place-items: center; border-radius: 15px; background: #eff7f7; color: var(--md-teal); font-size: 1.35rem; }
.md-highlight strong { display: block; color: var(--md-navy); font-size: .98rem; }
.md-highlight span { color: var(--md-muted); font-size: .82rem; }

/* Cards */
.md-grid { display: grid; gap: 24px; }
.md-grid--3 { grid-template-columns: repeat(3, minmax(0,1fr)); }
.md-grid--4 { grid-template-columns: repeat(4, minmax(0,1fr)); }
.md-card { border: 1px solid var(--md-line); border-radius: var(--md-radius); background: #fff; overflow: hidden; box-shadow: 0 10px 35px rgba(8,40,69,.06); transition: .25s ease; }
.md-card:hover { transform: translateY(-6px); box-shadow: var(--md-shadow); }
.md-card__image { position: relative; aspect-ratio: 4 / 3; overflow: hidden; background: #dbe7ed; }
.md-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.md-card:hover .md-card__image img { transform: scale(1.045); }
.md-card__badge { position: absolute; left: 16px; top: 16px; padding: 7px 11px; border-radius: 999px; background: rgba(255,255,255,.92); color: var(--md-navy); font-size: .73rem; font-weight: 850; }
.md-card__body { padding: 22px; }
.md-card__meta { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 11px; color: var(--md-muted); font-size: .79rem; }
.md-card h3 { margin: 0 0 10px; font-family: Georgia, serif; font-size: 1.48rem; line-height: 1.2; }
.md-card h3 a { color: var(--md-navy); }
.md-card p { margin: 0 0 18px; color: var(--md-muted); font-size: .93rem; }
.md-card__footer { display: flex; justify-content: space-between; align-items: center; gap: 12px; padding-top: 16px; border-top: 1px solid var(--md-line); }
.md-price { color: var(--md-orange); font-weight: 850; }

.md-feature { padding: 28px; border-radius: var(--md-radius); background: #fff; border: 1px solid var(--md-line); }
.md-feature__icon { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 18px; background: linear-gradient(135deg, #e9f7f5, #fff4df); color: var(--md-teal); font-size: 1.6rem; }
.md-feature h3 { margin: 20px 0 8px; color: var(--md-navy); font-family: Georgia, serif; font-size: 1.35rem; }
.md-feature p { margin: 0; color: var(--md-muted); }

/* Destination tiles */
.md-destinations { display: grid; grid-template-columns: repeat(12, 1fr); gap: 18px; }
.md-destination { position: relative; min-height: 285px; border-radius: 24px; overflow: hidden; color: #fff; background: var(--md-navy); }
.md-destination:nth-child(1), .md-destination:nth-child(4) { grid-column: span 7; }
.md-destination:nth-child(2), .md-destination:nth-child(3) { grid-column: span 5; }
.md-destination img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.md-destination:hover img { transform: scale(1.05); }
.md-destination::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 25%, rgba(4,26,46,.88)); }
.md-destination__content { position: absolute; z-index: 2; left: 25px; right: 25px; bottom: 24px; }
.md-destination h3 { margin: 0 0 4px; font-family: Georgia, serif; font-size: 1.7rem; }
.md-destination p { margin: 0; color: rgba(255,255,255,.76); font-size: .9rem; }

/* About split */
.md-split { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 72px; }
.md-photo-panel { position: relative; min-height: 520px; border-radius: 30px; overflow: hidden; background: var(--md-navy) url("assets/images/grand-tour.svg") center/cover no-repeat; box-shadow: var(--md-shadow); }
.md-photo-panel__note { position: absolute; left: 25px; right: 25px; bottom: 25px; padding: 22px; border-radius: 19px; background: rgba(255,255,255,.92); color: var(--md-ink); backdrop-filter: blur(8px); }
.md-checks { display: grid; gap: 13px; margin: 26px 0 32px; padding: 0; list-style: none; }
.md-checks li { position: relative; padding-left: 31px; }
.md-checks li::before { content: "✓"; position: absolute; left: 0; top: 0; width: 22px; height: 22px; display: grid; place-items: center; border-radius: 50%; background: #e8f6ef; color: var(--md-green); font-size: .75rem; font-weight: 900; }

/* Steps */
.md-steps { counter-reset: mdsteps; display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.md-step { counter-increment: mdsteps; position: relative; padding: 29px 24px; border: 1px solid rgba(255,255,255,.13); border-radius: 20px; background: rgba(255,255,255,.055); }
.md-step::before { content: counter(mdsteps, decimal-leading-zero); display: block; margin-bottom: 32px; color: var(--md-gold); font-family: Georgia, serif; font-size: 2.1rem; }
.md-step h3 { margin: 0 0 8px; font-family: Georgia, serif; }
.md-step p { margin: 0; color: rgba(255,255,255,.68); font-size: .91rem; }

/* FAQ */
.md-faq { max-width: 900px; margin: 0 auto; }
.md-faq-item { border-bottom: 1px solid var(--md-line); }
.md-faq-button { width: 100%; display: flex; justify-content: space-between; gap: 20px; padding: 23px 0; border: 0; background: transparent; text-align: left; color: var(--md-navy); font-weight: 850; }
.md-faq-button span:last-child { font-size: 1.25rem; transition: transform .2s ease; }
.md-faq-item.is-open .md-faq-button span:last-child { transform: rotate(45deg); }
.md-faq-answer { display: none; padding: 0 0 24px; color: var(--md-muted); }
.md-faq-item.is-open .md-faq-answer { display: block; }

/* Enquiry */
.md-enquiry { display: grid; grid-template-columns: .8fr 1.2fr; gap: 42px; padding: 38px; border-radius: 30px; background: #fff; box-shadow: var(--md-shadow); }
.md-contact-list { display: grid; gap: 15px; margin-top: 28px; }
.md-contact-item { display: grid; grid-template-columns: 44px 1fr; gap: 13px; align-items: start; }
.md-contact-item__icon { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 14px; background: #edf7f6; color: var(--md-teal); }
.md-contact-item strong { display: block; color: var(--md-navy); }
.md-contact-item span, .md-contact-item a { color: var(--md-muted); }
.md-form { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.md-form .md-field--full { grid-column: 1/-1; }
.md-form-notice { grid-column: 1/-1; padding: 13px 15px; border-radius: 12px; font-size: .9rem; }
.md-form-notice--success { background: #eaf7ef; color: #176139; }
.md-form-notice--error { background: #fff0ec; color: #9a361f; }
.md-honeypot { position: absolute !important; left: -9999px !important; }
.md-privacy-note { color: var(--md-muted); font-size: .79rem; }

/* Page headers / content */
.md-page-hero { padding: 105px 0 70px; background: linear-gradient(135deg, #071f38, #0b5d74); color: #fff; }
.md-page-hero h1 { max-width: 850px; margin: 0; font-family: Georgia, serif; font-size: clamp(2.7rem, 5vw, 4.8rem); line-height: 1.02; }
.md-page-hero p { max-width: 700px; margin: 18px 0 0; color: rgba(255,255,255,.75); }
.md-content { max-width: 860px; margin: 0 auto; }
.md-content > * + * { margin-top: 1.3em; }
.md-content h2, .md-content h3 { color: var(--md-navy); font-family: Georgia, serif; line-height: 1.2; }
.md-content h2 { font-size: 2rem; margin-top: 1.7em; }
.md-content blockquote { margin: 2em 0; padding: 20px 24px; border-left: 4px solid var(--md-orange); background: #fff7eb; }
.md-content table { width: 100%; border-collapse: collapse; }
.md-content th, .md-content td { padding: 12px; border: 1px solid var(--md-line); text-align: left; }

/* Tour archive and single */
.md-filterbar { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 30px; }
.md-filterbar a { padding: 9px 14px; border: 1px solid var(--md-line); border-radius: 999px; color: var(--md-ink); font-size: .88rem; font-weight: 750; }
.md-filterbar a.is-active, .md-filterbar a:hover { background: var(--md-navy); color: #fff; border-color: var(--md-navy); }
.md-single-tour { display: grid; grid-template-columns: minmax(0,1fr) 350px; gap: 42px; align-items: start; }
.md-single-tour__image { aspect-ratio: 16/9; border-radius: 25px; overflow: hidden; background: var(--md-bg); }
.md-single-tour__image img { width: 100%; height: 100%; object-fit: cover; }
.md-tour-facts { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; margin: 24px 0 30px; }
.md-tour-fact { padding: 16px; border: 1px solid var(--md-line); border-radius: 15px; }
.md-tour-fact span { display: block; color: var(--md-muted); font-size: .76rem; text-transform: uppercase; letter-spacing: .06em; }
.md-tour-fact strong { display: block; margin-top: 3px; color: var(--md-navy); }
.md-booking-card { position: sticky; top: 124px; padding: 26px; border-radius: 22px; border: 1px solid var(--md-line); background: #fff; box-shadow: var(--md-shadow); }
.md-booking-card h2 { margin: 0 0 6px; font-family: Georgia, serif; }
.md-booking-card p { color: var(--md-muted); font-size: .9rem; }

/* Contact/map */
.md-map-card { min-height: 420px; border-radius: 28px; overflow: hidden; background: url("assets/images/kabul-map.svg") center/cover no-repeat; box-shadow: var(--md-shadow); }

/* CTA and footer */
.md-cta { padding: 54px; border-radius: 30px; background: linear-gradient(135deg, var(--md-navy), var(--md-teal)); color: #fff; display: flex; justify-content: space-between; align-items: center; gap: 30px; }
.md-cta h2 { margin: 0; font-family: Georgia, serif; font-size: clamp(2rem,4vw,3.2rem); }
.md-cta p { max-width: 680px; margin: 10px 0 0; color: rgba(255,255,255,.72); }
.site-footer { background: #061b30; color: rgba(255,255,255,.7); }
.md-footer-main { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.2fr; gap: 45px; padding: 72px 0 54px; }
.md-footer-brand img { width: 210px; height: 160px; object-fit: contain; background: #fff; border-radius: 14px; }
.md-footer-brand p { max-width: 390px; }
.md-footer-title { margin: 0 0 17px; color: #fff; font-size: .84rem; letter-spacing: .12em; text-transform: uppercase; }
.md-footer-links { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
.md-footer-links a { color: rgba(255,255,255,.7); }
.md-footer-links a:hover { color: #fff; }
.md-footer-bottom { min-height: 70px; display: flex; justify-content: space-between; align-items: center; gap: 20px; border-top: 1px solid rgba(255,255,255,.11); font-size: .84rem; }
.md-socials { display: flex; gap: 10px; }
.md-socials a { width: 36px; height: 36px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; color: #fff; }
.md-whatsapp { position: fixed; z-index: 998; right: 22px; bottom: 22px; width: 58px; height: 58px; display: grid; place-items: center; border-radius: 50%; background: #25d366; color: #fff; font-size: 1.4rem; box-shadow: 0 14px 34px rgba(0,0,0,.22); }
.md-whatsapp:hover { color: #fff; transform: translateY(-2px); }

/* WordPress defaults */
.alignwide { width: min(1100px, 100%); margin-inline: auto; }
.alignfull { width: 100vw; margin-left: calc(50% - 50vw); }
.wp-caption { max-width: 100%; }
.wp-caption-text, .gallery-caption { color: var(--md-muted); font-size: .82rem; }
.sticky { outline: 2px solid rgba(245,158,11,.25); }
.bypostauthor { font-weight: inherit; }
.pagination, .nav-links { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; margin-top: 40px; }
.page-numbers { min-width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--md-line); border-radius: 10px; }
.page-numbers.current { background: var(--md-navy); color: #fff; border-color: var(--md-navy); }

@media (max-width: 1024px) {
  .md-menu-toggle { display: block; }
  .md-nav__menu { position: absolute; left: 18px; right: 18px; top: calc(100% + 8px); display: none; padding: 18px; border: 1px solid var(--md-line); border-radius: 18px; background: #fff; box-shadow: var(--md-shadow); }
  .md-nav__menu.is-open { display: block; }
  .md-menu { flex-direction: column; align-items: stretch; gap: 3px; }
  .md-menu a { display: block; padding: 10px 8px; }
  .md-nav__actions .md-button { display: none; }
  .md-hero__inner { grid-template-columns: 1fr; padding-block: 65px 105px; }
  .md-planner { max-width: 650px; }
  .md-highlight-grid { grid-template-columns: 1fr 1fr; }
  .md-highlight:nth-child(2) { border-right: 0; }
  .md-highlight:nth-child(-n+2) { border-bottom: 1px solid var(--md-line); }
  .md-grid--4 { grid-template-columns: 1fr 1fr; }
  .md-grid--3 { grid-template-columns: 1fr 1fr; }
  .md-split { grid-template-columns: 1fr; gap: 45px; }
  .md-steps { grid-template-columns: 1fr 1fr; }
  .md-enquiry { grid-template-columns: 1fr; }
  .md-single-tour { grid-template-columns: 1fr; }
  .md-booking-card { position: static; }
  .md-footer-main { grid-template-columns: 1.4fr 1fr 1fr; }
  .md-footer-main > :last-child { grid-column: 1/-1; }
}

@media (max-width: 720px) {
  body.admin-bar .site-header { top: 46px; }
  .md-topbar__inner { padding: 9px 0; align-items: flex-start; }
  .md-topbar__items { gap: 7px 14px; }
  .md-topbar__tagline { display: none; }
  .md-nav { min-height: 86px; }
  .md-brand img { width: 120px; height: 80px; }
  .md-section { padding: 68px 0; }
  .md-section-head { align-items: start; flex-direction: column; margin-bottom: 30px; }
  .md-hero, .md-hero__inner { min-height: auto; }
  .md-hero h1 { font-size: clamp(2.75rem, 13vw, 4.1rem); }
  .md-hero__stats { gap: 14px; }
  .md-stat { padding-right: 14px; }
  .md-planner { padding: 21px; }
  .md-planner__grid, .md-form { grid-template-columns: 1fr; }
  .md-field--full, .md-form .md-field--full { grid-column: auto; }
  .md-highlight-strip { margin-top: -30px; }
  .md-highlight-grid { grid-template-columns: 1fr; }
  .md-highlight { border-right: 0; border-bottom: 1px solid var(--md-line); }
  .md-highlight:last-child { border-bottom: 0; }
  .md-grid--3, .md-grid--4 { grid-template-columns: 1fr; }
  .md-destinations { grid-template-columns: 1fr; }
  .md-destination:nth-child(n) { grid-column: auto; min-height: 250px; }
  .md-photo-panel { min-height: 410px; }
  .md-steps { grid-template-columns: 1fr; }
  .md-enquiry { padding: 24px; }
  .md-tour-facts { grid-template-columns: 1fr; }
  .md-cta { padding: 34px 25px; flex-direction: column; align-items: flex-start; }
  .md-footer-main { grid-template-columns: 1fr; gap: 34px; }
  .md-footer-main > :last-child { grid-column: auto; }
  .md-footer-bottom { padding: 20px 0; flex-direction: column; align-items: flex-start; }
  .md-whatsapp { right: 16px; bottom: 16px; width: 52px; height: 52px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}
