/*
Theme Name: Morocco What Else
Theme URI: https://moroccowhatelse.com
Author: Morocco What Else
Author URI: https://moroccowhatelse.com
Description: A premium, bilingual (EN/FR) WordPress theme built for private Morocco tours, desert circuits and Marrakech excursions. Warm desert-luxury design with a black & yellow brand identity, large immersive imagery, WhatsApp & email booking, and full SEO. Pairs with the "MWE Tours" plugin and is Polylang-ready. Mobile-first.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: morocco-what-else
Tags: travel, tourism, bilingual, custom-menu, featured-images, responsive-layout, blog
*/

/* =====================================================================
   1. DESIGN TOKENS  —  black / yellow / sand desert-luxury palette
   ===================================================================== */
:root {
	/* Brand */
	--mwe-black:      #111111;   /* logo black, footer, text */
	--mwe-ink:        #1c1b1a;
	--mwe-yellow:     #F5C518;   /* logo yellow, CTAs */
	--mwe-yellow-dk:  #E0AE00;
	--mwe-yellow-soft:#FFF4D1;

	/* Sand / desert neutrals */
	--mwe-sand:       #F6F1E7;   /* page background */
	--mwe-sand-2:     #EFE7D7;
	--mwe-sand-3:     #E4D7C1;
	--mwe-cream:      #FBF8F2;
	--mwe-terracotta: #C56B3E;   /* warm accent, used sparingly */
	--mwe-terracotta-dk:#A8542C;
	--mwe-teal:       #1F5C57;   /* deep accent for trust elements */

	/* Greys */
	--mwe-grey-900:   #1f1f1f;
	--mwe-grey-700:   #4a463f;
	--mwe-grey-500:   #6f6a60;
	--mwe-grey-300:   #cfc8bb;
	--mwe-grey-100:   #ece7dd;
	--mwe-white:      #ffffff;

	/* WhatsApp brand */
	--mwe-whatsapp:   #25D366;
	--mwe-whatsapp-dk:#1da851;

	/* Typography */
	--mwe-font-head: "Playfair Display", Georgia, "Times New Roman", serif;
	--mwe-font-body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;

	/* Spacing scale */
	--sp-1: 4px;  --sp-2: 8px;  --sp-3: 12px; --sp-4: 16px;
	--sp-5: 24px; --sp-6: 32px; --sp-7: 48px; --sp-8: 64px;
	--sp-9: 96px; --sp-10: 128px;

	/* Radius & shadow */
	--radius-sm: 8px;
	--radius:    14px;
	--radius-lg: 24px;
	--radius-pill: 999px;
	--shadow-sm: 0 2px 8px rgba(17,17,17,.06);
	--shadow:    0 12px 34px rgba(17,17,17,.10);
	--shadow-lg: 0 28px 60px rgba(17,17,17,.18);

	--container: 1200px;
	--container-narrow: 820px;
	--header-h: 84px;

	--ease: cubic-bezier(.22,.61,.36,1);
}

/* =====================================================================
   2. RESET & BASE
   ===================================================================== */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
	margin: 0;
	font-family: var(--mwe-font-body);
	font-size: 17px;
	line-height: 1.7;
	color: var(--mwe-grey-900);
	background: var(--mwe-sand);
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--mwe-terracotta-dk); text-decoration: none; transition: color .2s var(--ease); }
a:hover { color: var(--mwe-black); }

h1, h2, h3, h4 {
	font-family: var(--mwe-font-head);
	color: var(--mwe-black);
	line-height: 1.12;
	font-weight: 700;
	margin: 0 0 .5em;
	letter-spacing: -.01em;
}
h1 { font-size: clamp(2.2rem, 5vw, 3.8rem); }
h2 { font-size: clamp(1.8rem, 3.4vw, 2.7rem); }
h3 { font-size: clamp(1.25rem, 2vw, 1.6rem); }
h4 { font-size: 1.15rem; }
p  { margin: 0 0 1.1em; }
ul, ol { margin: 0 0 1.1em; padding-left: 1.3em; }

::selection { background: var(--mwe-yellow); color: var(--mwe-black); }

/* Focus visibility for accessibility */
a:focus-visible, button:focus-visible, input:focus-visible,
textarea:focus-visible, select:focus-visible, [tabindex]:focus-visible {
	outline: 3px solid var(--mwe-teal);
	outline-offset: 2px;
	border-radius: 4px;
}

/* =====================================================================
   3. LAYOUT HELPERS
   ===================================================================== */
.container { width: 100%; max-width: var(--container); margin-inline: auto; padding-inline: clamp(18px, 5vw, 40px); }
.container--narrow { max-width: var(--container-narrow); }
.section { padding-block: clamp(48px, 8vw, 104px); }
.section--sand { background: var(--mwe-sand); }
.section--sand-2 { background: var(--mwe-sand-2); }
.section--cream { background: var(--mwe-cream); }
.section--dark { background: var(--mwe-black); color: var(--mwe-sand); }
.section--dark h1, .section--dark h2, .section--dark h3 { color: var(--mwe-white); }

.text-center { text-align: center; }
.eyebrow {
	display: inline-block;
	font-family: var(--mwe-font-body);
	font-weight: 700;
	font-size: .8rem;
	letter-spacing: .18em;
	text-transform: uppercase;
	color: var(--mwe-terracotta-dk);
	margin-bottom: var(--sp-3);
}
.section--dark .eyebrow { color: var(--mwe-yellow); }
.section__head { max-width: 720px; margin: 0 auto var(--sp-7); }
.section__head.text-center { text-align: center; }
.lead { font-size: 1.18rem; color: var(--mwe-grey-700); }
.section--dark .lead { color: var(--mwe-sand-3); }

/* =====================================================================
   4. BUTTONS
   ===================================================================== */
.btn {
	--btn-bg: var(--mwe-yellow);
	--btn-fg: var(--mwe-black);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	font-family: var(--mwe-font-body);
	font-weight: 700;
	font-size: 1rem;
	line-height: 1;
	padding: 15px 28px;
	border-radius: var(--radius-pill);
	background: var(--btn-bg);
	color: var(--btn-fg);
	border: 2px solid transparent;
	cursor: pointer;
	transition: transform .18s var(--ease), box-shadow .18s var(--ease), background .18s var(--ease), color .18s var(--ease);
	box-shadow: var(--shadow-sm);
	white-space: nowrap;
}
.btn:hover { transform: translateY(-2px); box-shadow: var(--shadow); color: var(--btn-fg); }
.btn:active { transform: translateY(0); }
.btn__icon { width: 20px; height: 20px; flex: 0 0 auto; }

.btn--primary { --btn-bg: var(--mwe-yellow); --btn-fg: var(--mwe-black); }
.btn--primary:hover { background: var(--mwe-yellow-dk); }

.btn--whatsapp { --btn-bg: var(--mwe-whatsapp); --btn-fg: #fff; }
.btn--whatsapp:hover { background: var(--mwe-whatsapp-dk); color: #fff; }

.btn--ghost {
	--btn-bg: transparent;
	--btn-fg: var(--mwe-black);
	border-color: var(--mwe-black);
	box-shadow: none;
}
.btn--ghost:hover { background: var(--mwe-black); color: var(--mwe-white); }
.section--dark .btn--ghost { --btn-fg: var(--mwe-white); border-color: rgba(255,255,255,.6); }
.section--dark .btn--ghost:hover { background: var(--mwe-white); color: var(--mwe-black); }

.btn--lg { padding: 18px 34px; font-size: 1.08rem; }
.btn--block { width: 100%; }

.btn--text {
	background: none; border: none; box-shadow: none;
	padding: 0; color: var(--mwe-terracotta-dk); font-weight: 700;
	border-radius: 0;
}
.btn--text:hover { transform: none; box-shadow: none; color: var(--mwe-black); }
.btn--text span { transition: transform .2s var(--ease); display: inline-block; }
.btn--text:hover span { transform: translateX(4px); }

.booking-buttons { display: flex; flex-wrap: wrap; gap: var(--sp-3); }

/* =====================================================================
   5. HEADER / NAV
   ===================================================================== */
.site-header {
	position: sticky; top: 0; z-index: 100;
	background: rgba(251,248,242,.92);
	backdrop-filter: saturate(140%) blur(10px);
	border-bottom: 1px solid var(--mwe-sand-3);
	transition: box-shadow .25s var(--ease);
}
.site-header.is-scrolled { box-shadow: var(--shadow-sm); }
.site-header__inner {
	display: flex; align-items: center; justify-content: space-between;
	gap: var(--sp-5);
	min-height: var(--header-h);
}
.brand { display: flex; align-items: center; gap: 12px; }
.brand__logo { display: flex; align-items: center; }
.brand__mark {
	width: 46px; height: 46px; flex: 0 0 auto;
	background: var(--mwe-black);
	border-radius: 12px;
	display: grid; place-items: center;
	color: var(--mwe-yellow);
	font-family: var(--mwe-font-head);
	font-weight: 800; font-size: 1.25rem;
	box-shadow: var(--shadow-sm);
}
.brand__text { line-height: 1.05; }
.brand__name {
	font-family: var(--mwe-font-head);
	font-weight: 800; font-size: 1.2rem; color: var(--mwe-black);
	letter-spacing: -.01em;
}
.brand__tag { font-size: .68rem; letter-spacing: .14em; text-transform: uppercase; color: var(--mwe-grey-500); font-weight: 600; }

.primary-nav { display: flex; align-items: center; gap: var(--sp-5); }
.primary-nav ul { list-style: none; display: flex; gap: var(--sp-5); margin: 0; padding: 0; align-items: center; }
.primary-nav a {
	font-weight: 600; font-size: .98rem; color: var(--mwe-grey-900);
	position: relative; padding: 6px 0;
}
.primary-nav a::after {
	content: ""; position: absolute; left: 0; bottom: 0; height: 2px; width: 0;
	background: var(--mwe-yellow); transition: width .25s var(--ease);
}
.primary-nav a:hover::after,
.primary-nav .current-menu-item > a::after { width: 100%; }
.primary-nav .current-menu-item > a { color: var(--mwe-black); }

.header-actions { display: flex; align-items: center; gap: var(--sp-3); }

/* Language switcher */
.lang-switch { display: flex; align-items: center; gap: 4px; font-weight: 700; font-size: .85rem; }
.lang-switch a, .lang-switch span {
	padding: 4px 8px; border-radius: var(--radius-sm); color: var(--mwe-grey-500); text-transform: uppercase;
}
.lang-switch .is-active { background: var(--mwe-black); color: var(--mwe-yellow); }
.lang-switch a:hover { color: var(--mwe-black); }
.lang-switch__sep { color: var(--mwe-grey-300); }

/* Mobile menu toggle */
.nav-toggle {
	display: none; width: 46px; height: 46px; border: none; background: var(--mwe-black);
	border-radius: 12px; cursor: pointer; position: relative;
}
.nav-toggle span, .nav-toggle span::before, .nav-toggle span::after {
	content: ""; position: absolute; left: 13px; width: 20px; height: 2px; background: var(--mwe-yellow);
	transition: transform .25s var(--ease), opacity .2s var(--ease);
}
.nav-toggle span { top: 22px; }
.nav-toggle span::before { top: -6px; }
.nav-toggle span::after { top: 6px; }
body.nav-open .nav-toggle span { background: transparent; }
body.nav-open .nav-toggle span::before { transform: translateY(6px) rotate(45deg); }
body.nav-open .nav-toggle span::after { transform: translateY(-6px) rotate(-45deg); }

/* =====================================================================
   6. HERO
   ===================================================================== */
.hero {
	position: relative;
	min-height: min(86vh, 760px);
	display: flex; align-items: center;
	color: #fff;
	overflow: hidden;
	background: var(--mwe-black);
}
.hero__bg { position: absolute; inset: 0; z-index: 0; }
.hero__bg img { width: 100%; height: 100%; object-fit: cover; }
.hero__bg::after {
	content: ""; position: absolute; inset: 0;
	background:
		linear-gradient(to right, rgba(17,17,17,.82) 0%, rgba(17,17,17,.55) 45%, rgba(17,17,17,.25) 100%),
		linear-gradient(to top, rgba(17,17,17,.75), transparent 55%);
}
.hero__inner { position: relative; z-index: 1; max-width: 720px; padding-block: clamp(60px, 12vw, 120px); }
.hero h1 { color: #fff; margin-bottom: var(--sp-4); }
.hero__title-accent { color: var(--mwe-yellow); }
.hero__sub { font-size: clamp(1.05rem, 2vw, 1.3rem); color: rgba(255,255,255,.92); max-width: 600px; margin-bottom: var(--sp-6); }
.hero__cta { display: flex; flex-wrap: wrap; gap: var(--sp-3); margin-bottom: var(--sp-6); }
.hero__trust { display: flex; flex-wrap: wrap; gap: var(--sp-5); align-items: center; color: rgba(255,255,255,.9); font-size: .92rem; }
.hero__trust-item { display: flex; align-items: center; gap: 8px; }
.hero__trust-item svg { width: 18px; height: 18px; color: var(--mwe-yellow); }
.hero__stars { color: var(--mwe-yellow); letter-spacing: 2px; }

/* =====================================================================
   7. FEATURE / VALUE GRID
   ===================================================================== */
.feature-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: var(--sp-5); }
.feature {
	background: var(--mwe-white);
	border: 1px solid var(--mwe-grey-100);
	border-radius: var(--radius);
	padding: var(--sp-6);
	transition: transform .25s var(--ease), box-shadow .25s var(--ease), border-color .25s var(--ease);
}
.feature:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: var(--mwe-sand-3); }
.feature__icon {
	width: 56px; height: 56px; border-radius: 14px;
	background: var(--mwe-yellow-soft); color: var(--mwe-terracotta-dk);
	display: grid; place-items: center; margin-bottom: var(--sp-4);
}
.feature__icon svg { width: 28px; height: 28px; }
.feature h3 { margin-bottom: var(--sp-2); }
.feature p { color: var(--mwe-grey-700); margin: 0; font-size: .98rem; }

/* =====================================================================
   8. TOUR CARDS / GRID
   ===================================================================== */
.tour-grid { display: grid; gap: var(--sp-5); grid-template-columns: repeat(3, 1fr); }
.tour-grid--cols-2 { grid-template-columns: repeat(2, 1fr); }
.tour-grid--cols-4 { grid-template-columns: repeat(4, 1fr); }

.tour-card {
	background: var(--mwe-white);
	border-radius: var(--radius);
	overflow: hidden;
	display: flex; flex-direction: column;
	box-shadow: var(--shadow-sm);
	border: 1px solid var(--mwe-grey-100);
	transition: transform .28s var(--ease), box-shadow .28s var(--ease);
}
.tour-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.tour-card__media { position: relative; display: block; aspect-ratio: 4/3; overflow: hidden; background: var(--mwe-sand-3); }
.tour-card__img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease); }
.tour-card:hover .tour-card__img { transform: scale(1.06); }
.tour-card__placeholder {
	position: absolute; inset: 0;
	background: linear-gradient(135deg, var(--mwe-sand-3), var(--mwe-terracotta));
	opacity: .5;
}
.tour-card__price {
	position: absolute; left: 14px; bottom: 14px;
	background: var(--mwe-yellow); color: var(--mwe-black);
	font-weight: 800; font-size: .9rem;
	padding: 7px 13px; border-radius: var(--radius-pill);
	box-shadow: var(--shadow-sm);
}
.tour-card__body { padding: var(--sp-5); display: flex; flex-direction: column; flex: 1; }
.tour-card__eyebrow { font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; color: var(--mwe-terracotta-dk); font-weight: 700; margin-bottom: 6px; }
.tour-card__title { font-size: 1.32rem; margin-bottom: var(--sp-2); }
.tour-card__title a { color: var(--mwe-black); }
.tour-card__title a:hover { color: var(--mwe-terracotta-dk); }
.tour-card__excerpt { color: var(--mwe-grey-700); font-size: .96rem; margin-bottom: var(--sp-4); }
.tour-card__meta { display: flex; gap: var(--sp-4); margin-bottom: var(--sp-4); }
.tour-card__metaitem { display: flex; align-items: center; gap: 6px; font-size: .88rem; color: var(--mwe-grey-500); font-weight: 600; }
.tour-card__metaitem svg { width: 16px; height: 16px; color: var(--mwe-terracotta); }
.tour-card__footer { margin-top: auto; padding-top: var(--sp-3); border-top: 1px solid var(--mwe-grey-100); }

/* =====================================================================
   9. SINGLE TOUR
   ===================================================================== */
.tour-hero { position: relative; min-height: min(64vh, 560px); display: flex; align-items: flex-end; color: #fff; background: var(--mwe-black); overflow: hidden; }
.tour-hero__bg { position: absolute; inset: 0; }
.tour-hero__bg img { width: 100%; height: 100%; object-fit: cover; }
.tour-hero__bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(17,17,17,.9), rgba(17,17,17,.2) 60%, rgba(17,17,17,.45)); }
.tour-hero__inner { position: relative; z-index: 1; padding-block: var(--sp-7); width: 100%; }
.tour-hero h1 { color: #fff; max-width: 760px; }
.tour-hero__sub { font-size: 1.15rem; color: rgba(255,255,255,.92); max-width: 620px; }
.breadcrumbs { font-size: .85rem; color: rgba(255,255,255,.8); margin-bottom: var(--sp-3); }
.breadcrumbs a { color: var(--mwe-yellow); }
.breadcrumbs span { margin: 0 6px; opacity: .6; }

.tour-layout { display: grid; grid-template-columns: 1fr 360px; gap: var(--sp-7); align-items: start; }
.tour-main :is(h2, h3) { margin-top: var(--sp-6); }
.tour-main > *:first-child { margin-top: 0; }

.tour-facts {
	display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
	gap: var(--sp-3); margin: var(--sp-5) 0 var(--sp-6);
	background: var(--mwe-cream); border: 1px solid var(--mwe-grey-100);
	border-radius: var(--radius); padding: var(--sp-5);
}
.tour-fact__label { font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; color: var(--mwe-grey-500); font-weight: 700; }
.tour-fact__value { font-weight: 700; color: var(--mwe-black); font-size: 1.05rem; }

.itinerary { list-style: none; padding: 0; margin: 0; }
.itinerary__item { position: relative; padding: 0 0 var(--sp-5) var(--sp-6); border-left: 2px solid var(--mwe-sand-3); }
.itinerary__item:last-child { border-left-color: transparent; padding-bottom: 0; }
.itinerary__dot { position: absolute; left: -9px; top: 2px; width: 16px; height: 16px; border-radius: 50%; background: var(--mwe-yellow); border: 3px solid var(--mwe-cream); }
.itinerary__title { font-family: var(--mwe-font-head); font-weight: 700; font-size: 1.2rem; color: var(--mwe-black); margin-bottom: 4px; }
.itinerary__text { color: var(--mwe-grey-700); margin: 0; }

.incl-grid { display: grid; grid-template-columns: 1fr 1fr; gap: var(--sp-5); margin: var(--sp-5) 0; }
.incl-list { list-style: none; padding: 0; margin: 0; }
.incl-list li { position: relative; padding-left: 30px; margin-bottom: 10px; color: var(--mwe-grey-700); }
.incl-list li::before { position: absolute; left: 0; top: 1px; font-weight: 800; }
.incl-list--yes li::before { content: "✓"; color: var(--mwe-teal); }
.incl-list--no li::before { content: "✕"; color: var(--mwe-terracotta); }

.tour-gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--sp-3); margin: var(--sp-5) 0; }
.tour-gallery a { display: block; aspect-ratio: 1; border-radius: var(--radius-sm); overflow: hidden; }
.tour-gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s var(--ease); }
.tour-gallery a:hover img { transform: scale(1.08); }

/* Booking sidebar (sticky) */
.booking-card {
	position: sticky; top: calc(var(--header-h) + 20px);
	background: var(--mwe-white); border: 1px solid var(--mwe-grey-100);
	border-radius: var(--radius-lg); padding: var(--sp-6);
	box-shadow: var(--shadow);
}
.booking-card__price { font-family: var(--mwe-font-head); }
.booking-card__from { font-size: .8rem; text-transform: uppercase; letter-spacing: .1em; color: var(--mwe-grey-500); font-weight: 700; }
.booking-card__amount { font-size: 2.4rem; font-weight: 800; color: var(--mwe-black); line-height: 1; }
.booking-card__unit { color: var(--mwe-grey-500); font-size: .95rem; }
.booking-card hr { border: none; border-top: 1px solid var(--mwe-grey-100); margin: var(--sp-5) 0; }
.booking-card .booking-buttons { flex-direction: column; }
.booking-card .btn { width: 100%; }
.booking-card__note { font-size: .85rem; color: var(--mwe-grey-500); text-align: center; margin: var(--sp-4) 0 0; }

/* =====================================================================
   10. TESTIMONIALS
   ===================================================================== */
.testimonials { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: var(--sp-5); }
.testimonial {
	background: var(--mwe-white); border-radius: var(--radius);
	padding: var(--sp-6); border: 1px solid var(--mwe-grey-100); box-shadow: var(--shadow-sm);
	display: flex; flex-direction: column;
}
.testimonial__stars { color: var(--mwe-yellow); letter-spacing: 2px; margin-bottom: var(--sp-3); }
.testimonial__quote { font-size: 1.05rem; color: var(--mwe-grey-900); font-style: italic; margin-bottom: var(--sp-4); }
.testimonial__author { display: flex; align-items: center; gap: 12px; margin-top: auto; }
.testimonial__avatar { width: 46px; height: 46px; border-radius: 50%; background: var(--mwe-sand-3); color: var(--mwe-terracotta-dk); display: grid; place-items: center; font-weight: 800; font-family: var(--mwe-font-head); }
.testimonial__name { font-weight: 700; color: var(--mwe-black); }
.testimonial__meta { font-size: .82rem; color: var(--mwe-grey-500); }

/* =====================================================================
   11. CTA BANNER
   ===================================================================== */
.cta-banner { position: relative; overflow: hidden; background: var(--mwe-black); color: #fff; border-radius: var(--radius-lg); padding: clamp(36px, 6vw, 72px); text-align: center; }
.cta-banner::before { content: ""; position: absolute; right: -60px; top: -60px; width: 280px; height: 280px; background: radial-gradient(circle, rgba(245,197,24,.25), transparent 70%); }
.cta-banner h2 { color: #fff; position: relative; }
.cta-banner p { color: rgba(255,255,255,.85); max-width: 560px; margin: 0 auto var(--sp-5); position: relative; }
.cta-banner .booking-buttons { justify-content: center; position: relative; }

/* About / guide split */
.split { display: grid; grid-template-columns: 1.1fr 1fr; gap: var(--sp-8); align-items: center; }
.split--reverse .split__media { order: 2; }
.split__media img { border-radius: var(--radius-lg); box-shadow: var(--shadow); width: 100%; }
.split__media { position: relative; }
.split__badge {
	position: absolute; bottom: -22px; left: -22px;
	background: var(--mwe-yellow); color: var(--mwe-black);
	border-radius: var(--radius); padding: var(--sp-4) var(--sp-5);
	box-shadow: var(--shadow); font-weight: 800; line-height: 1.1;
}
.split__badge strong { display: block; font-size: 2rem; font-family: var(--mwe-font-head); }
.split__badge span { font-size: .8rem; text-transform: uppercase; letter-spacing: .08em; }

/* Stat strip */
.stats { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: var(--sp-5); text-align: center; }
.stat__num { font-family: var(--mwe-font-head); font-weight: 800; font-size: clamp(2rem, 4vw, 3rem); color: var(--mwe-yellow); }
.section:not(.section--dark) .stat__num { color: var(--mwe-terracotta-dk); }
.stat__label { font-weight: 600; color: var(--mwe-grey-500); text-transform: uppercase; letter-spacing: .08em; font-size: .82rem; }
.section--dark .stat__label { color: var(--mwe-sand-3); }

/* =====================================================================
   12. CONTACT
   ===================================================================== */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: var(--sp-7); align-items: start; }
.contact-methods { display: grid; gap: var(--sp-4); }
.contact-method {
	display: flex; gap: var(--sp-4); align-items: flex-start;
	background: var(--mwe-white); border: 1px solid var(--mwe-grey-100);
	border-radius: var(--radius); padding: var(--sp-5);
}
.contact-method__icon { width: 48px; height: 48px; flex: 0 0 auto; border-radius: 12px; background: var(--mwe-yellow-soft); color: var(--mwe-terracotta-dk); display: grid; place-items: center; }
.contact-method__icon svg { width: 24px; height: 24px; }
.contact-method h4 { margin: 0 0 4px; }
.contact-method p { margin: 0; color: var(--mwe-grey-700); }
.contact-method a { font-weight: 700; color: var(--mwe-black); }

.form-field { margin-bottom: var(--sp-4); }
.form-field label { display: block; font-weight: 600; margin-bottom: 6px; font-size: .92rem; }
.form-field input, .form-field textarea, .form-field select {
	width: 100%; padding: 13px 16px; border: 1.5px solid var(--mwe-grey-300);
	border-radius: var(--radius-sm); font: inherit; font-size: 1rem; background: var(--mwe-white);
	transition: border-color .2s var(--ease), box-shadow .2s var(--ease);
}
.form-field input:focus, .form-field textarea:focus, .form-field select:focus {
	outline: none; border-color: var(--mwe-yellow-dk); box-shadow: 0 0 0 3px var(--mwe-yellow-soft);
}

/* =====================================================================
   13. PAGE / POST CONTENT
   ===================================================================== */
.page-hero { background: var(--mwe-sand-2); padding-block: clamp(48px, 8vw, 88px); text-align: center; border-bottom: 1px solid var(--mwe-sand-3); }
.page-hero .eyebrow { color: var(--mwe-terracotta-dk); }
.entry-content { font-size: 1.06rem; }
.entry-content :is(h2,h3) { margin-top: 1.6em; }
.entry-content img { border-radius: var(--radius); margin: var(--sp-5) 0; }
.entry-content blockquote {
	border-left: 4px solid var(--mwe-yellow); margin: var(--sp-5) 0; padding: var(--sp-2) var(--sp-5);
	font-family: var(--mwe-font-head); font-size: 1.3rem; color: var(--mwe-grey-900);
}
.faq { max-width: 800px; margin-inline: auto; }
.faq__item { border-bottom: 1px solid var(--mwe-sand-3); }
.faq__q { width: 100%; text-align: left; background: none; border: none; cursor: pointer; padding: var(--sp-5) 40px var(--sp-5) 0; font-family: var(--mwe-font-head); font-size: 1.2rem; font-weight: 700; color: var(--mwe-black); position: relative; }
.faq__q::after { content: "+"; position: absolute; right: 6px; top: 50%; transform: translateY(-50%); font-size: 1.6rem; color: var(--mwe-terracotta-dk); transition: transform .25s var(--ease); }
.faq__item.is-open .faq__q::after { transform: translateY(-50%) rotate(45deg); }
.faq__a { max-height: 0; overflow: hidden; transition: max-height .3s var(--ease); }
.faq__a-inner { padding-bottom: var(--sp-5); color: var(--mwe-grey-700); }

/* Full-width landing content: shortcode sections get their own spacing.
   Wrap inner copy in .container via the shortcodes; raw paragraphs are centered. */
.entry-content--fullwidth { font-size: 1.06rem; }
.entry-content--fullwidth > * { }
.entry-content--fullwidth .tour-grid,
.entry-content--fullwidth .feature-grid,
.entry-content--fullwidth .faq,
.entry-content--fullwidth .booking-buttons { max-width: var(--container); margin-inline: auto; padding-inline: clamp(18px, 5vw, 40px); }
/* A simple section wrapper authors can use inside the editor via a Group block with class "mwe-section". */
.mwe-section { padding-block: clamp(40px, 7vw, 88px); }
.mwe-section--sand { background: var(--mwe-sand); }
.mwe-section--cream { background: var(--mwe-cream); }
.mwe-section--dark { background: var(--mwe-black); color: var(--mwe-sand); }
.mwe-section .container { }

/* =====================================================================
   14. FOOTER (black)
   ===================================================================== */
.site-footer { background: var(--mwe-black); color: var(--mwe-sand-3); padding-top: var(--sp-8); }
.site-footer a { color: var(--mwe-sand-2); }
.site-footer a:hover { color: var(--mwe-yellow); }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.2fr; gap: var(--sp-6); padding-bottom: var(--sp-7); }
.footer-brand .brand__name { color: #fff; }
.footer-brand .brand__mark { background: var(--mwe-yellow); color: var(--mwe-black); }
.footer-about { color: var(--mwe-grey-300); font-size: .95rem; margin-top: var(--sp-4); max-width: 320px; }
.footer-col h4 { color: #fff; font-family: var(--mwe-font-body); font-size: .85rem; letter-spacing: .14em; text-transform: uppercase; margin-bottom: var(--sp-4); }
.footer-col ul { list-style: none; margin: 0; padding: 0; }
.footer-col li { margin-bottom: 10px; }
.footer-contact-item { display: flex; gap: 10px; align-items: flex-start; margin-bottom: var(--sp-3); font-size: .95rem; }
.footer-contact-item svg { width: 18px; height: 18px; color: var(--mwe-yellow); flex: 0 0 auto; margin-top: 3px; }
.footer-social { display: flex; gap: 10px; margin-top: var(--sp-4); }
.footer-social a { width: 40px; height: 40px; border-radius: 10px; background: rgba(255,255,255,.08); display: grid; place-items: center; transition: background .2s var(--ease); }
.footer-social a:hover { background: var(--mwe-yellow); }
.footer-social a:hover svg { color: var(--mwe-black); }
.footer-social svg { width: 20px; height: 20px; color: var(--mwe-sand-2); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); padding-block: var(--sp-5); display: flex; flex-wrap: wrap; justify-content: space-between; gap: var(--sp-3); font-size: .85rem; color: var(--mwe-grey-500); }

/* Floating WhatsApp button (mobile-first conversion) */
.wa-float {
	position: fixed; right: 18px; bottom: 18px; z-index: 90;
	width: 60px; height: 60px; border-radius: 50%;
	background: var(--mwe-whatsapp); color: #fff;
	display: grid; place-items: center;
	box-shadow: 0 10px 26px rgba(37,211,102,.5);
	transition: transform .2s var(--ease);
}
.wa-float:hover { transform: scale(1.08); color: #fff; }
.wa-float svg { width: 32px; height: 32px; }
.wa-float__pulse { position: absolute; inset: 0; border-radius: 50%; box-shadow: 0 0 0 0 rgba(37,211,102,.5); animation: wa-pulse 2.4s infinite; }
@keyframes wa-pulse { 0% { box-shadow: 0 0 0 0 rgba(37,211,102,.5);} 70% { box-shadow: 0 0 0 16px rgba(37,211,102,0);} 100% { box-shadow: 0 0 0 0 rgba(37,211,102,0);} }

/* =====================================================================
   15. UTILITIES & REVEAL ANIMATION
   ===================================================================== */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .6s var(--ease), transform .6s var(--ease); }
.reveal.is-visible { opacity: 1; transform: none; }
.skip-link { position: absolute; left: -9999px; top: 0; background: var(--mwe-black); color: #fff; padding: 12px 18px; z-index: 999; border-radius: 0 0 8px 0; }
.skip-link:focus { left: 0; }
.mt-0 { margin-top: 0 !important; }
.mb-0 { margin-bottom: 0 !important; }

/* =====================================================================
   16. RESPONSIVE
   ===================================================================== */
@media (max-width: 1024px) {
	.tour-grid, .tour-grid--cols-4 { grid-template-columns: repeat(2, 1fr); }
	.tour-layout { grid-template-columns: 1fr; }
	.booking-card { position: static; }
	.footer-grid { grid-template-columns: 1fr 1fr; }
	.split, .split--reverse { grid-template-columns: 1fr; gap: var(--sp-6); }
	.split--reverse .split__media { order: 0; }
	.contact-grid { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
	body { font-size: 16px; }
	.nav-toggle { display: block; }
	.primary-nav {
		position: fixed; inset: var(--header-h) 0 0 0;
		background: var(--mwe-cream);
		flex-direction: column; align-items: stretch; justify-content: flex-start;
		padding: var(--sp-5); gap: 0;
		transform: translateX(100%); transition: transform .3s var(--ease);
		overflow-y: auto; z-index: 99;
	}
	body.nav-open .primary-nav { transform: translateX(0); }
	.primary-nav ul { flex-direction: column; gap: 0; width: 100%; }
	.primary-nav li { border-bottom: 1px solid var(--mwe-sand-3); }
	.primary-nav a { display: block; padding: var(--sp-4) 0; font-size: 1.1rem; }
	.primary-nav a::after { display: none; }
	.header-actions .lang-switch { margin-left: auto; }

	.tour-grid, .tour-grid--cols-2, .tour-grid--cols-4, .feature-grid { grid-template-columns: 1fr; }
	.tour-gallery { grid-template-columns: repeat(2, 1fr); }
	.incl-grid { grid-template-columns: 1fr; }
	.footer-grid { grid-template-columns: 1fr; gap: var(--sp-5); }
	.hero__cta .btn, .booking-buttons .btn { width: 100%; }
	.split__badge { left: 12px; bottom: 12px; }
}

@media (prefers-reduced-motion: reduce) {
	*, *::before, *::after { animation-duration: .001ms !important; transition-duration: .001ms !important; scroll-behavior: auto !important; }
	.reveal { opacity: 1; transform: none; }
}
