/*
Theme Name: Tours in Morocco Luxe
Theme URI: https://travellingthroughmorocco.info/
Author: Tours in Morocco
Description: A fast, bespoke luxury travel theme for private Morocco journeys.
Version: 1.2.0
Requires at least: 6.5
Tested up to: 7.1
Requires PHP: 7.4
Text Domain: tours-in-morocco-luxe
*/

:root {
	--ink: #071116;
	--ink-soft: #0d1b22;
	--gold: #bd8738;
	--gold-light: #d9aa61;
	--gold-pale: #ead2aa;
	--ivory: #f6f2ea;
	--paper: #fffdf9;
	--muted: #68747a;
	--shadow-overlay: 0 1px 2px rgba(0, 0, 0, .06);
	--font: 'Aptos', 'Segoe UI', Arial, sans-serif;
	--shell: min(1180px, calc(100% - 48px));
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--font); font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.nav-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { border: 0; color: inherit; }
h1, h2, h3, h4 { margin: 0 0 .65em; font-family: inherit; font-weight: 500; line-height: 1.12; letter-spacing: -.025em; }
h1 { font-size: clamp(2.5rem, 4.5vw, 3.5rem); }
h2 { font-size: clamp(2rem, 3.8vw, 3rem); }
h3 { font-size: 1.5rem; }
p { margin: 0 0 1.15em; }
ul { margin: 0; padding: 0; list-style: none; }
.shell { width: var(--shell); margin-inline: auto; }
.section { padding: 80px 0; }
.section-ivory { background: var(--ivory); }
.skip-link { position: fixed; left: 16px; top: -100px; z-index: 9999; background: var(--gold); color: var(--ink); padding: 12px 16px; font-weight: 700; }
.skip-link:focus { top: 12px; }
.eyebrow { display: block; margin: 0 0 16px; color: var(--gold); font-size: .75rem; font-weight: 800; letter-spacing: .15em; line-height: 1.4; text-transform: uppercase; }
.mvt-icon { width: 24px; height: 24px; flex: 0 0 auto; }
.button { display: inline-flex; min-height: 44px; align-items: center; justify-content: center; gap: 8px; padding: 12px 20px; font-size: .875rem; font-weight: 700; line-height: 1.2; text-align: center; transition: background-color .14s ease-out, color .14s ease-out; }
.button .mvt-icon { width: 18px; height: 18px; }
.button-gold { background: var(--gold-light); color: #071116; }
.button-gold:hover { background: var(--gold); }
.button-outline, .button-ghost { background: rgba(255,255,255,.1); color: #fff; }
.button-outline:hover, .button-ghost:hover { background: rgba(255,255,255,.18); }
.button-outline-dark { background: var(--ivory); color: var(--ink); }
.button-outline-dark:hover { background: var(--ink); color: #fff; }
.button-full { width: auto; justify-self: start; }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: #80531a; font-size: .875rem; font-weight: 700; transition: color .14s ease-out; }
.text-link .mvt-icon { width: 18px; height: 18px; }
.text-link:hover { color: var(--ink); }
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible, summary:focus-visible { outline: 3px solid var(--gold-light); outline-offset: 3px; }

/* Header */
.site-header { position: fixed; inset: 0 0 auto; z-index: 1000; color: #fff; transition: background-color .14s ease-out; }
.site-header.is-scrolled { background: rgba(5, 15, 20, .98); }
.header-inner { min-height: 84px; display: grid; grid-template-columns: minmax(210px, 1fr) auto minmax(190px, 1fr); align-items: center; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: var(--gold-light); }
.brand-mark { width: 40px; height: 40px; flex: 0 0 auto; }
.brand-copy { display: flex; flex-direction: column; color: #fff; line-height: 1.08; }
.brand-copy strong { font-size: 1rem; font-weight: 600; letter-spacing: .015em; white-space: nowrap; }
.brand-copy small { margin-top: 4px; color: var(--gold-light); font-size: .75rem; font-weight: 500; }
.primary-nav { display: flex; align-items: center; justify-content: center; gap: 24px; }
.primary-nav a { position: relative; padding: 32px 0 28px; font-size: .875rem; font-weight: 600; white-space: nowrap; transition: color .14s ease-out; }
.primary-nav a:hover, .primary-nav a[aria-current="page"] { color: var(--gold-light); }
.header-cta { justify-self: end; min-height: 44px; padding-inline: 20px; }
.menu-toggle { display: none; width: 44px; height: 44px; align-items: center; justify-content: center; flex-direction: column; gap: 4px; background: rgba(255,255,255,.1); }
.menu-toggle span { width: 20px; height: 1px; background: #fff; transition: transform .2s ease, opacity .2s ease; }

/* Hero */
.hero, .inner-hero, .tour-detail-hero, .destination-detail-hero { position: relative; color: #fff; background-color: var(--ink); background-image: var(--hero-image); background-size: cover; background-position: center; overflow: hidden; }
.hero-home { min-height: 640px; display: flex; align-items: center; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,12,17,.94) 0%, rgba(3,12,17,.78) 33%, rgba(3,12,17,.2) 67%, rgba(3,12,17,.12) 100%), linear-gradient(0deg, rgba(3,12,17,.5), transparent 38%); }
.hero-content { position: relative; z-index: 2; padding-top: 84px; }
.hero-content h1 { max-width: 720px; margin-bottom: 20px; font-size: clamp(2.5rem, 5vw, 3.5rem); }
.hero-content h1 em { color: var(--gold-light); font-style: normal; }
.hero-lead { max-width: 610px; color: rgba(255,255,255,.86); font-size: 1.25rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 28px; margin-top: 40px; color: rgba(255,255,255,.78); font-size: .75rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.hero-proof span { display: flex; align-items: center; gap: 8px; }
.hero-proof span::before { content: ''; width: 5px; height: 5px; background: var(--gold-light); }
.hero-scroll { position: absolute; right: 32px; bottom: 36px; z-index: 3; display: flex; align-items: center; gap: 12px; color: rgba(255,255,255,.72); font-size: .75rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; transform: rotate(90deg); transform-origin: right bottom; }
.hero-scroll i { display: block; width: 45px; height: 1px; background: var(--gold); }

.trust-ribbon { position: relative; z-index: 3; background: var(--paper); }
.trust-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 28px; }
.trust-grid > div { min-height: 112px; display: flex; align-items: center; justify-content: center; gap: 16px; padding: 24px 0; }
.trust-grid .mvt-icon { color: var(--gold); width: 24px; height: 24px; }
.trust-grid span { display: flex; flex-direction: column; line-height: 1.35; }
.trust-grid strong { font-size: 1rem; font-weight: 600; }
.trust-grid small { margin-top: 4px; color: var(--muted); font-size: .8125rem; }

/* Section headings */
.section-heading { margin-bottom: 48px; }
.section-heading h2 { margin-bottom: 16px; }
.section-heading > p, .split-heading > div > p { color: var(--muted); }
.section-heading.centered { max-width: 680px; margin-inline: auto; text-align: center; }
.split-heading { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(280px, .6fr); gap: 80px; align-items: end; }
.split-heading > div:last-child { padding-bottom: 8px; }
.split-heading .text-link { margin-top: 8px; }
.compact-heading { margin-bottom: 36px; }
.section-heading.light h2, .section-heading.light p { color: #fff; }

/* Tour cards */
.tour-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 24px; align-items: start; }
.tour-card { overflow: hidden; background: var(--paper); transition: background-color .14s ease-out; }
.tour-card:hover { background: var(--ivory); }
.card-media { position: relative; display: block; aspect-ratio: 1.48; overflow: hidden; background: var(--ink-soft); }
.card-media img { width: 100%; height: 100%; object-fit: cover; }
.duration-badge { position: absolute; left: 16px; top: 16px; padding: 4px 8px; background: rgba(7,17,22,.9); color: #fff; font-size: .75rem; font-weight: 700; }
.card-body { padding: 24px; }
.card-route { display: flex; align-items: center; gap: 8px; margin-bottom: 8px; color: #80531a; font-size: .8125rem; font-weight: 600; }
.card-route .mvt-icon { width: 15px; height: 15px; }
.card-body h3 { margin-bottom: 8px; font-size: 1.25rem; }
.card-body h3 a { transition: color .14s ease-out; }
.card-body h3 a:hover { color: #80531a; }
.card-body > p:not(.card-route) { color: var(--muted); font-size: .875rem; line-height: 1.6; }
.tour-grid-home { grid-template-columns: repeat(3, 1fr); }

/* Feature */
.feature-split { min-height: 610px; display: grid; grid-template-columns: 1.45fr .72fr; }
.dark-panel { background: var(--ink); color: #fff; }
.feature-image { min-height: 560px; background-size: cover; background-position: center; }
.feature-copy { align-self: center; padding: 72px clamp(40px, 6vw, 104px); }
.feature-copy h2 { max-width: 500px; }
.feature-copy > p:not(.eyebrow) { max-width: 550px; color: rgba(255,255,255,.7); }
.feature-copy .button { margin-top: 16px; }

/* Destinations */
.destinations-section { background: var(--paper); }
.destination-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.destination-card { position: relative; min-height: 380px; overflow: hidden; background: var(--ink); }
.destination-card > a { display: block; height: 100%; }
.destination-card img { width: 100%; height: 100%; min-height: 380px; object-fit: cover; }
.destination-card::after { content: ''; pointer-events: none; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(3,12,17,.9), rgba(3,12,17,.02) 70%); }
.destination-overlay { position: absolute; z-index: 2; inset: auto 24px 24px; color: #fff; }
.destination-overlay span { color: var(--gold-light); font-size: .75rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.destination-overlay h3 { margin: 4px 0 8px; font-size: 2rem; font-weight: 500; }
.destination-overlay p { display: flex; align-items: center; gap: 8px; margin: 0; font-size: .75rem; font-weight: 700; }
.destination-overlay .mvt-icon { width: 17px; height: 17px; }
.centered-action { margin: 40px 0 0; text-align: center; }
.destination-grid-large .destination-card { min-height: 440px; }
.destination-grid-large .destination-card img { min-height: 440px; }

/* Why + experiences */
.why-section { background: var(--ivory); }
.why-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 32px; }
.why-grid.four { grid-template-columns: repeat(4, 1fr); }
.why-item { padding: 16px 0; text-align: center; }
.why-item .mvt-icon { width: 24px; height: 24px; margin: 0 auto 16px; color: var(--gold); }
.why-item h3 { font-size: 1.25rem; }
.why-item p { margin: 0; color: var(--muted); font-size: .875rem; line-height: 1.6; }
.experience-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.experience-card { position: relative; min-height: 385px; overflow: hidden; background: var(--ink); }
.experience-card::after { content: ''; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(3,12,17,.92), transparent 65%); }
.experience-card img { width: 100%; height: 385px; object-fit: cover; }
.experience-card > span { position: absolute; z-index: 2; inset: auto 24px 24px; display: grid; grid-template-columns: 28px 1fr; color: #fff; }
.experience-card .mvt-icon { grid-row: 1/3; color: var(--gold-light); }
.experience-card strong { font-size: 1rem; font-weight: 600; }
.experience-card small { color: rgba(255,255,255,.72); font-size: .8125rem; }

/* Steps + testimonial */
.how-section { background: #fff; }
.steps-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 36px; }
.steps-grid > div { position: relative; padding: 28px 0; text-align: center; }
.steps-grid > div > span { position: absolute; left: 16px; top: 8px; color: var(--gold-pale); font-size: 2rem; font-weight: 500; }
.steps-grid .mvt-icon { width: 24px; height: 24px; margin: 0 auto 16px; color: var(--gold); }
.steps-grid h3 { font-size: 1.25rem; }
.steps-grid p { color: var(--muted); font-size: .875rem; line-height: 1.6; }
.testimonial-section { min-height: 570px; display: grid; grid-template-columns: 1fr 1fr; background: var(--ink); color: #fff; }
.testimonial-photo { background-size: cover; background-position: center; }
.testimonial-copy { align-self: center; max-width: 670px; padding: 80px 10vw 80px 7vw; }
.quote-mark { height: 40px; color: var(--gold); font-size: 3rem; line-height: 1; }
.testimonial-copy blockquote { margin: 12px 0 24px; font-size: clamp(1.25rem,2vw,2rem); font-weight: 500; line-height: 1.4; }
.testimonial-copy .stars { margin-bottom: 12px; color: var(--gold-light); letter-spacing: .15em; }
.testimonial-copy p span { color: rgba(255,255,255,.68); font-size: .8125rem; }

/* Inner heroes */
.inner-hero, .destination-detail-hero { min-height: 600px; display: flex; align-items: end; background-position: center; }
.inner-hero-content { position: relative; z-index: 2; padding: 96px 0 64px; }
.inner-hero-content h1 { max-width: 850px; margin-bottom: 20px; font-size: clamp(2.5rem,5vw,3.5rem); }
.inner-hero-content > p:not(.eyebrow,.breadcrumbs) { max-width: 660px; color: rgba(255,255,255,.82); font-size: 1rem; }
.mini-proof { display: flex; flex-wrap: wrap; gap: 32px; margin-top: 32px; }
.mini-proof span { display: flex; align-items: center; gap: 8px; color: rgba(255,255,255,.78); font-size: .75rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.mini-proof .mvt-icon { color: var(--gold-light); width: 22px; height: 22px; }
.breadcrumbs { margin-bottom: 28px; color: rgba(255,255,255,.66); font-size: .75rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.breadcrumbs a { transition: color .14s ease-out; }
.breadcrumbs a:hover { color: #fff; }
.breadcrumbs span { padding: 0 8px; }

/* Tours archive */
.tour-categories { position: sticky; top: 84px; z-index: 20; background: #fff; }
.filter-row { display: flex; align-items: center; justify-content: center; gap: 0; overflow-x: auto; scrollbar-width: none; }
.filter-button { min-height: 56px; padding: 0 24px; background: transparent; color: var(--ink); font-size: .875rem; font-weight: 700; white-space: nowrap; cursor: pointer; transition: background-color .14s ease-out; }
.filter-button:hover, .filter-button.is-active { background: var(--ivory); }
.archive-tour-grid .tour-card.is-hidden { display: none; }
.tailor-card { margin-top: 48px; padding: 52px 56px; display: flex; align-items: center; justify-content: space-between; gap: 40px; background: var(--ink); color: #fff; }
.tailor-card h2 { max-width: 700px; font-size: clamp(2rem,3vw,3rem); }
.tailor-card p:not(.eyebrow) { max-width: 680px; color: rgba(255,255,255,.68); }
.tailor-card .button { flex: 0 0 auto; }
.dark-benefits { background: var(--ink-soft); color: #fff; }
.benefit-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 40px; }
.benefit-grid > div { padding: 12px 0; text-align: center; }
.benefit-grid .mvt-icon { width: 24px; height: 24px; margin: 0 auto 16px; color: var(--gold-light); }
.benefit-grid h3 { font-size: 1.25rem; }
.benefit-grid p { margin: 0; color: rgba(255,255,255,.7); font-size: .875rem; }

/* Tour detail */
.tour-detail-hero { min-height: 720px; display: flex; align-items: end; }
.tour-detail-hero .hero-shade { background: linear-gradient(90deg,rgba(3,12,17,.9),rgba(3,12,17,.38) 62%,rgba(3,12,17,.18)),linear-gradient(0deg,rgba(3,12,17,.72),transparent 48%); }
.tour-hero-content { position: relative; z-index: 2; padding: 96px 0 64px; }
.tour-hero-content h1 { max-width: 850px; margin-bottom: 20px; font-size: clamp(2.5rem,5vw,3.5rem); }
.tour-hero-content > p:not(.eyebrow,.breadcrumbs) { max-width: 700px; color: rgba(255,255,255,.82); font-size: 1rem; }
.tour-hero-meta { display: flex; flex-wrap: wrap; gap: 12px 24px; margin-top: 32px; }
.tour-hero-meta span { display: flex; align-items: center; gap: 8px; font-size: .75rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.tour-hero-meta .mvt-icon { width: 20px; height: 20px; color: var(--gold-light); }
.detail-nav { position: sticky; top: 84px; z-index: 19; background: rgba(255,253,249,.97); }
.detail-nav .shell { display: flex; align-items: center; gap: 32px; min-height: 68px; overflow-x: auto; scrollbar-width: none; }
.detail-nav .shell::-webkit-scrollbar { display: none; }
.detail-nav a { font-size: .75rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; transition: color .14s ease-out; }
.detail-nav a:hover { color: #80531a; }
.detail-nav .nav-enquire { margin-left: auto; padding: 12px 20px; background: var(--gold); color: var(--ink); }
.detail-nav .nav-enquire:hover { background: var(--gold-light); color: var(--ink); }
.tour-overview-section { background: var(--paper); }
.overview-layout, .detail-layout { display: grid; grid-template-columns: minmax(0,1fr) 365px; gap: 76px; align-items: start; }
.overview-main > h2 { max-width: 760px; }
.lead-copy { max-width: 70ch; color: #4c5a60; font-size: 1.25rem; line-height: 1.7; }
.overview-facts { display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; margin-top: 44px; }
.overview-fact { display: flex; align-items: flex-start; gap: 16px; padding: 24px; background: var(--ivory); }
.overview-fact .mvt-icon { width: 24px; height: 24px; color: var(--gold); }
.overview-fact span { display: flex; flex-direction: column; }
.overview-fact strong { font-size: 1rem; font-weight: 600; }
.overview-fact small { margin-top: 4px; color: var(--muted); font-size: .8125rem; line-height: 1.5; }
.itinerary-section { padding-top: 80px; }
.itinerary-section > p:not(.eyebrow) { color: var(--muted); }
.itinerary-list { display: grid; gap: 8px; margin-top: 32px; }
.itinerary-day { background: var(--ivory); }
.itinerary-day summary { display: grid; grid-template-columns: 72px 1fr 28px; align-items: center; gap: 16px; min-height: 80px; padding: 0 24px; cursor: pointer; list-style: none; }
.itinerary-day summary::-webkit-details-marker { display: none; }
.itinerary-day summary span { color: var(--gold); font-size: .75rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.itinerary-day summary strong { font-size: 1rem; font-weight: 600; }
.itinerary-day summary i { font-style: normal; font-size: 1.5rem; transition: transform .2s ease; }
.itinerary-day[open] summary i { transform: rotate(45deg); }
.itinerary-day > div { padding: 0 48px 24px 112px; color: var(--muted); font-size: .875rem; }
.enquiry-panel { position: sticky; top: 176px; padding: 32px 32px 28px; background: var(--ivory); }
.enquiry-panel h2 { font-size: 2rem; }
.enquiry-panel > p:not(.eyebrow) { color: var(--muted); font-size: .875rem; }
.panel-trust { display: flex; justify-content: space-between; gap: 8px; margin-top: 16px; padding-top: 16px; }
.panel-trust span { display: flex; align-items: center; gap: 4px; color: var(--muted); font-size: .75rem; }
.panel-trust .mvt-icon { width: 16px; height: 16px; color: var(--gold); }

.tour-highlights-section { background: var(--ink); color: #fff; }
.highlights-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 96px; align-items: start; }
.highlights-layout .section-heading { margin: 0; }
.highlights-layout .eyebrow { color: var(--gold-light); }
.highlights-layout .section-heading p:not(.eyebrow) { max-width: 50ch; color: rgba(255,255,255,.7); }
.highlight-list { display: grid; grid-template-columns: repeat(2,1fr); gap: 44px 48px; }
.highlight-item { display: grid; grid-template-columns: 40px 1fr; gap: 16px; align-items: start; }
.highlight-item > span { color: var(--gold-light); font-size: .75rem; font-weight: 800; letter-spacing: .1em; }
.highlight-item h3 { margin-bottom: 8px; font-size: 1.25rem; }
.highlight-item p { margin: 0; color: rgba(255,255,255,.68); font-size: .875rem; }

.tour-map-section { background: var(--ivory); }
.tour-map-layout { display: grid; grid-template-columns: .72fr 1.05fr 1fr; gap: 56px; align-items: start; }
.map-copy > p:not(.eyebrow) { max-width: 48ch; color: var(--muted); }
.route-summary { display: grid; gap: 16px; margin-top: 28px; }
.route-summary span { display: flex; align-items: flex-start; gap: 12px; }
.route-summary .mvt-icon { width: 20px; height: 20px; color: var(--gold); }
.route-summary strong { font-size: .875rem; font-weight: 600; }
.map-visual svg { display: block; width: 100%; height: auto; }
.morocco-shape { fill: #e9e0d1; }
.route-line { fill: none; stroke: var(--gold); stroke-width: 5; stroke-linecap: round; }
.route-points circle { fill: var(--ink); stroke: var(--gold-light); stroke-width: 5; }
.route-days { display: grid; gap: 8px; margin: 0; padding: 0; list-style: none; }
.route-days li { display: grid; grid-template-columns: 40px 1fr; gap: 16px; padding: 16px 20px; background: var(--paper); }
.route-days li > span { color: #80531a; font-size: .75rem; font-weight: 800; letter-spacing: .08em; }
.route-days p { display: flex; flex-direction: column; gap: 4px; margin: 0; color: var(--muted); font-size: .8125rem; }
.route-days strong { color: var(--ink); font-size: .875rem; font-weight: 600; }

.faq-section { background: var(--paper); }
.faq-layout { display: grid; grid-template-columns: .68fr 1.32fr; gap: 96px; align-items: start; }
.faq-layout .section-heading { margin: 0; }
.faq-layout .section-heading > p:not(.eyebrow) { max-width: 44ch; color: var(--muted); }
.faq-list { display: grid; gap: 8px; }
.faq-item { background: var(--ivory); }
.faq-item summary { display: grid; grid-template-columns: 1fr 28px; align-items: center; gap: 20px; min-height: 72px; padding: 0 24px; cursor: pointer; list-style: none; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary strong { font-size: 1rem; font-weight: 600; }
.faq-item summary i { font-style: normal; font-size: 1.5rem; transition: transform .2s ease; }
.faq-item[open] summary i { transform: rotate(45deg); }
.faq-item > div { max-width: 70ch; padding: 0 64px 24px 24px; color: var(--muted); font-size: .875rem; }
.faq-item > div p { margin: 0; }
.related-tours-section { background: var(--ivory); }
.related-tours-section .tour-card { background: var(--paper); }
.related-tours-section .tour-card:hover { background: #fbf7f0; }

/* Forms */
.journey-form { display: grid; gap: 16px; }
.form-row { display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; }
.journey-form label { display: grid; gap: 8px; color: #38464c; font-size: .8125rem; font-weight: 700; }
.journey-form input, .journey-form textarea { width: 100%; border: 0; background: #fff; color: var(--ink); padding: 12px 16px; transition: background-color .14s ease-out; }
.journey-form input { min-height: 49px; }
.journey-form textarea { resize: vertical; }
.journey-form input:focus, .journey-form textarea:focus { background: #fffaf0; }
.journey-form .privacy-check { display: flex; grid-template-columns: 16px 1fr; align-items: flex-start; gap: 8px; font-weight: 500; line-height: 1.4; }
.journey-form .privacy-check input { width: 16px; min-height: 16px; margin-top: 4px; }
.form-footnote { margin: -4px 0 0; color: var(--muted); font-size: .75rem; text-align: left; }
.honey { position: absolute !important; left: -9999px !important; width: 1px; height: 1px; overflow: hidden; }
.form-notice { margin-bottom: 16px; padding: 12px 16px; font-size: .8125rem; }
.form-notice.success { background: #e6f3ea; color: #215c34; }
.form-notice.error { background: #f8e9e7; color: #853c35; }
.is-compact .form-row { grid-template-columns: 1fr; }
.is-compact { gap: 12px; }
.is-compact .journey-form input { min-height: 45px; }

/* Destination pages */
.destination-intro { background: #fff; }
.editorial-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 100px; align-items: start; }
.editorial-grid .lead-copy p:first-child { margin-top: 0; }
.destination-values { background: var(--ink); color: #fff; }
.value-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 40px; }
.value-grid > div { min-height: 208px; padding: 48px 0; text-align: center; }
.value-grid .mvt-icon { width: 24px; height: 24px; margin: 0 auto 16px; color: var(--gold-light); }
.value-grid h3 { font-size: 1.25rem; }
.value-grid p { margin: 0; color: rgba(255,255,255,.7); font-size: .875rem; }
.guide-cards { display: grid; gap: 16px; margin-top: 36px; }
.guide-cards > div { padding: 28px; background: var(--ivory); }
.guide-cards h3 { margin-bottom: 8px; font-size: 1.25rem; }
.guide-cards p { margin: 0; color: var(--muted); font-size: .875rem; }
.destination-note { padding: 40px 36px; background: var(--ink); color: #fff; }
.destination-note blockquote { margin: 16px 0 32px; font-size: 1.25rem; font-weight: 500; line-height: 1.55; }
.journey-banner { min-height: 470px; display: flex; align-items: center; color: #fff; background-size: cover; background-position: center; }
.journey-banner h2 { max-width: 720px; }
.journey-banner .button { margin-top: 16px; }

/* About, contact and experiences */
.contact-layout { display: grid; grid-template-columns: minmax(0,1.25fr) minmax(300px,.75fr); gap: 88px; align-items: start; }
.contact-form-wrap { padding: 48px; background: #fff; }
.contact-form-wrap > p:not(.eyebrow) { color: var(--muted); }
.contact-aside { padding-top: 24px; }
.contact-aside > p { color: var(--muted); }
.contact-benefit { display: flex; gap: 16px; margin: 32px 0; }
.contact-benefit .mvt-icon { color: var(--gold); width: 24px; height: 24px; }
.contact-benefit span { display: flex; flex-direction: column; }
.contact-benefit strong { font-size: 1rem; font-weight: 600; }
.contact-benefit small { color: var(--muted); }
.contact-card { margin-top: 40px; padding: 32px; background: var(--ivory); }
.contact-card p { display: flex; align-items: flex-start; gap: 8px; color: var(--muted); font-size: .875rem; }
.contact-card .mvt-icon { width: 20px; height: 20px; color: var(--gold); }
.story-image { min-height: 648px; display: flex; align-items: center; justify-content: flex-end; padding: 60px max(5vw,24px); background-size: cover; background-position: center; }
.story-card { width: min(540px,100%); padding: 56px; background: rgba(7,17,22,.96); color: #fff; }
.story-card p:not(.eyebrow) { color: rgba(255,255,255,.68); }
.experience-detail-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 28px; }
.experience-detail-grid article { background: #fff; }
.experience-detail-grid img { width: 100%; height: 330px; object-fit: cover; }
.experience-detail-grid article > div { padding: 32px; }
.experience-detail-grid h3 { font-size: 2rem; }
.experience-detail-grid article > div > p:not(.eyebrow) { color: var(--muted); }
.simple-page-hero { padding: 96px 0 64px; background: var(--ink); color: #fff; }
.prose { max-width: 800px; }
.prose a { color: #95641f; text-decoration: underline; }

/* Footer */
.footer-cta { padding: 44px 0; background: #09171d; color: #fff; }
.footer-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.footer-cta h2 { margin: 0; font-size: clamp(1.8rem,3vw,3rem); }
.footer-cta-actions { display: flex; gap: 12px; flex: 0 0 auto; }
.site-footer { padding-top: 72px; background: #071116; color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.35fr repeat(4,1fr); gap: 48px; }
.footer-brand .brand { margin-bottom: 24px; }
.footer-brand > p { max-width: 290px; color: rgba(255,255,255,.7); font-size: .8125rem; }
.social-links { display: flex; gap: 8px; }
.social-links a { display: inline-flex; align-items: center; min-height: 36px; color: var(--gold-light); font-size: .75rem; font-weight: 700; }
.site-footer h3 { margin: 0 0 20px; color: var(--gold-light); font-family: inherit; font-size: .75rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.site-footer li { margin: 8px 0; }
.site-footer li a, .footer-contact p { color: rgba(255,255,255,.7); font-size: .8125rem; }
.site-footer li a { transition: color .14s ease-out; }
.site-footer li a:hover { color: #fff; }
.footer-contact p { display: flex; align-items: flex-start; gap: 8px; }
.footer-contact .mvt-icon { width: 18px; height: 18px; color: var(--gold-light); }
.footer-bottom { display: flex; justify-content: space-between; gap: 32px; margin-top: 64px; padding: 24px 0; color: rgba(255,255,255,.58); font-size: .75rem; }
.floating-contact { position: fixed; right: 24px; bottom: 24px; z-index: 100; display: flex; align-items: center; gap: 8px; min-height: 44px; padding: 8px 16px; background: var(--ink); color: #fff; box-shadow: var(--shadow-overlay); font-size: .875rem; font-weight: 700; transition: background-color .14s ease-out; }
.floating-contact:hover { background: var(--ink-soft); }
.floating-contact .mvt-icon { width: 20px; height: 20px; }

@media (max-width: 1180px) {
	:root { --shell: min(100% - 40px, 1080px); }
	.header-inner { grid-template-columns: 1fr auto auto; }
	.primary-nav { gap: 16px; }
	.primary-nav a { font-size: .8125rem; }
	.header-cta { display: none; }
	.footer-grid { grid-template-columns: 1.4fr repeat(3,1fr); }
	.footer-contact { grid-column: 2/-1; }
}

@media (max-width: 960px) {
	.section { padding: 72px 0; }
	.header-inner { min-height: 76px; }
	.site-header.is-scrolled { background: rgba(5,15,20,.98); }
	.menu-toggle { display: flex; justify-self: end; }
	.primary-nav { position: fixed; inset: 76px 0 0; display: flex; align-items: stretch; justify-content: flex-start; flex-direction: column; gap: 0; padding: 24px; background: rgba(5,15,20,.99); opacity: 0; visibility: hidden; transform: translateY(-8px); transition: opacity .16s ease-out, visibility .16s ease-out, transform .16s ease-out; }
	.primary-nav.is-open { opacity: 1; visibility: visible; transform: none; }
	.primary-nav a { padding: 16px 4px; font-family: inherit; font-size: 1.25rem; font-weight: 600; letter-spacing: 0; text-transform: none; }
	.primary-nav a::after { display: none; }
	.menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
	.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
	.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
	.hero-home { min-height: 730px; }
	.trust-grid { grid-template-columns: repeat(3,1fr); }
	.tour-grid, .tour-grid-home { grid-template-columns: repeat(2,1fr); }
	.destination-grid { grid-template-columns: repeat(2,1fr); }
	.feature-split { grid-template-columns: 1fr; }
	.feature-image { min-height: 470px; }
	.why-grid, .why-grid.four { grid-template-columns: repeat(2,1fr); gap: 32px 0; }
	.experience-grid { grid-template-columns: repeat(2,1fr); }
	.steps-grid { grid-template-columns: repeat(2,1fr); gap: 28px 0; }
	.testimonial-section { grid-template-columns: 1fr; }
	.testimonial-photo { min-height: 420px; }
	.testimonial-copy { padding: 72px max(24px,8vw); }
	.overview-layout, .detail-layout { grid-template-columns: 1fr; }
	.enquiry-panel { position: static; max-width: 620px; }
	.highlights-layout, .faq-layout { grid-template-columns: 1fr; gap: 48px; }
	.tour-map-layout { grid-template-columns: .8fr 1.2fr; }
	.route-days { grid-column: 1/-1; grid-template-columns: repeat(2,1fr); }
	.editorial-grid { grid-template-columns: 1fr; gap: 36px; }
	.contact-layout { grid-template-columns: 1fr; gap: 56px; }
	.footer-grid { grid-template-columns: repeat(3,1fr); }
	.footer-brand { grid-column: 1/-1; }
	.footer-contact { grid-column: auto; }
}

@media (max-width: 720px) {
	:root { --shell: calc(100% - 30px); }
	body { font-size: 15px; }
	.section { padding: 52px 0; }
	h1 { font-size: 2.125rem; }
	.brand-mark { width: 40px; height: 40px; }
	.brand-copy strong { font-size: 1rem; }
	.brand-copy small { font-size: .75rem; }
	.hero-home { min-height: 720px; background-position: 62% center; }
	.hero-shade { background: linear-gradient(90deg,rgba(3,12,17,.93),rgba(3,12,17,.45)),linear-gradient(0deg,rgba(3,12,17,.62),transparent 55%); }
	.hero-content { padding-top: 72px; }
	.hero-content h1 { font-size: clamp(1.75rem,9vw,2.125rem); }
	.hero-lead { font-size: 1rem; }
	.hero-actions { align-items: stretch; flex-direction: column; }
	.hero-actions .button { width: 100%; }
	.hero-proof { gap: 12px 16px; }
	.hero-scroll { display: none; }
	.trust-grid { grid-template-columns: 1fr; }
	.trust-grid > div { min-height: 84px; justify-content: flex-start; padding: 20px 24px; background: var(--ivory); }
	.split-heading { grid-template-columns: 1fr; gap: 8px; }
	.tour-grid, .tour-grid-home, .destination-grid, .experience-grid, .experience-detail-grid { grid-template-columns: 1fr; }
	.tour-card { max-width: 520px; margin-inline: auto; }
	.card-body h3, .card-body > p:not(.card-route) { min-height: 0; }
	.feature-image { min-height: 360px; }
	.feature-copy { padding: 60px 24px; }
	.destination-card, .destination-card img { min-height: 360px; }
	.why-grid, .why-grid.four, .steps-grid { grid-template-columns: 1fr; }
	.why-item, .steps-grid > div { padding: 28px 20px; }
	.testimonial-photo { min-height: 330px; }
	.inner-hero, .destination-detail-hero { min-height: 560px; }
	.inner-hero-content { padding: 96px 0 48px; }
	.inner-hero-content h1 { font-size: clamp(1.75rem,9vw,2.125rem); }
	.mini-proof { align-items: flex-start; flex-direction: column; gap: 12px; }
	.tour-categories, .detail-nav { top: 76px; }
	.filter-row { justify-content: flex-start; }
	.filter-button { min-height: 60px; padding: 0 20px; }
	.tailor-card { padding: 40px 24px; align-items: flex-start; flex-direction: column; }
	.benefit-grid, .value-grid { grid-template-columns: 1fr; }
	.benefit-grid > div, .value-grid > div { padding: 28px 20px; background: rgba(255,255,255,.04); }
	.tour-detail-hero { min-height: 680px; }
	.tour-hero-content { padding: 96px 0 48px; }
	.tour-hero-content h1 { font-size: clamp(1.75rem,9vw,2.125rem); }
	.detail-nav .shell { gap: 24px; overflow-x: auto; }
	.detail-nav a { white-space: nowrap; }
	.detail-nav .nav-enquire { display: none; }
	.overview-facts, .highlight-list { grid-template-columns: 1fr; }
	.itinerary-day summary { grid-template-columns: 60px 1fr 24px; gap: 8px; }
	.itinerary-day > div { padding-left: 92px; }
	.tour-map-layout { grid-template-columns: 1fr; gap: 36px; }
	.map-visual { max-width: 480px; margin-inline: auto; }
	.route-days { grid-template-columns: 1fr; }
	.form-row { grid-template-columns: 1fr; }
	.contact-form-wrap { padding: 32px 24px; }
	.story-card { padding: 36px 28px; }
	.footer-cta-inner { align-items: flex-start; flex-direction: column; }
	.footer-cta-actions { width: 100%; flex-direction: column; }
	.footer-cta-actions .button { width: 100%; }
	.footer-grid { grid-template-columns: repeat(2,1fr); gap: 40px 24px; }
	.footer-brand, .footer-contact { grid-column: 1/-1; }
	.footer-bottom { align-items: flex-start; flex-direction: column; }
	.floating-contact { min-height: 44px; justify-content: center; padding: 8px 12px; }
}

@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	*, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
