/* ============================================================
   MOROCCO TIZIRI — Site styles (native front end)
   Built on the brand tokens (assets/css/tokens.css).
   ============================================================ */

html { scroll-behavior: smooth; }
[id] { scroll-margin-top: 88px; }
img { max-width: 100%; height: auto; display: block; }
.site-main { overflow-x: clip; }
/* Full-width guard: override Hello Elementor's 1140px box on main/header/footer.
   Our layout is full-bleed; inner width comes from .mtz-container. The `html`
   prefix raises specificity so this wins regardless of stylesheet load order. */
html body:not([class*="elementor-page-"]) .site-main,
html .site-header:not(.dynamic-header),
html .site-footer:not(.dynamic-footer) { max-width: none; }

/* ---------- Layout ---------- */
.mtz-container { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 clamp(20px, 5vw, 32px); }
.section { padding: clamp(58px, 9vw, 106px) 0; }
.section--sunken { background: linear-gradient(180deg, var(--surface-page) 0%, var(--surface-sunken) 100%); }
.section__head { max-width: 720px; margin: 0 auto clamp(30px, 5vw, 54px); text-align: center; }
.section__title { font-family: var(--font-display); font-weight: 600; font-size: clamp(30px, 4.6vw, 50px); line-height: 1.08; letter-spacing: -0.01em; color: var(--text-strong); margin: 0.28em 0 0; }
.section__lead { margin: 16px auto 0; max-width: 620px; color: var(--text-muted); font-size: 17px; line-height: 1.7; }
/* Gradient accent word — default for all headings on light sections (dark sections override). */
.section__title em, .page-hero__title em { font-style: italic; color: var(--clay-600); }
.section__head--light .section__title { color: var(--sand-50); }
.section__cta { text-align: center; margin-top: 42px; }

/* ---------- Eyebrow ---------- */
.eyebrow { display: inline-block; font-family: var(--font-body); font-weight: 600; font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--color-primary); }
.eyebrow::before { content: ""; display: inline-block; width: 26px; height: 1px; background: currentColor; vertical-align: middle; margin-right: 11px; opacity: 0.75; }
.eyebrow--light { color: var(--saffron-300); }
.eyebrow--gold { color: var(--gold); }

/* ---------- Buttons ---------- */
.btn { display: inline-flex; align-items: center; gap: 0.55em; font-family: var(--font-body); font-weight: 600; font-size: 15px; line-height: 1; padding: 14px 28px; border-radius: var(--radius-sm); border: 1.5px solid transparent; cursor: pointer; text-decoration: none; transition: background .18s, color .18s, transform .18s, box-shadow .18s, border-color .18s; }
.btn--lg { padding: 16px 34px; font-size: 16px; }
.btn i { transition: transform .2s; }
.btn:hover i { transform: translateX(3px); }
.btn--primary { background: var(--clay-500); color: #fff; box-shadow: 0 8px 20px -8px rgba(196,85,61,.5); }
.btn--primary:hover { background: var(--clay-600); color: #fff; transform: translateY(-2px); box-shadow: 0 12px 26px -8px rgba(196,85,61,.6); }
.btn--primary:focus-visible { outline: none; color: #fff; box-shadow: 0 0 0 3px rgba(196,85,61,.35), 0 8px 20px -8px rgba(196,85,61,.5); }
.btn--outline { border-color: var(--clay-500); color: var(--clay-600); background: transparent; }
.btn--outline:hover { background: var(--clay-50); color: var(--clay-700); }
.btn--ghost-light { border-color: rgba(255,255,255,.5); color: #fff; background: rgba(255,255,255,.08); -webkit-backdrop-filter: blur(4px); backdrop-filter: blur(4px); }
.btn--ghost-light:hover { background: #fff; color: var(--ink-900); border-color: #fff; }

/* ---------- Header / Nav ---------- */
/* Full-width bar: transparent over the home hero, solid white on scroll
   (and solid on every inner page, which has no full-bleed dark hero). */
.site-header { position: fixed; top: 0; left: 0; right: 0; z-index: 100; }
.site-header__bar { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: clamp(14px, 2.4vw, 34px); height: 84px; padding: 0 clamp(20px, 4vw, 46px); background: #fff; box-shadow: 0 1px 0 var(--border-default), 0 12px 34px -24px rgba(34,34,34,.5); transition: height .32s ease, background .32s ease, box-shadow .32s ease; }
.site-header.is-scrolled .site-header__bar { height: 66px; }

/* Overlay state — home hero, before scroll: transparent bar + light text.
   A soft top scrim keeps the light text legible over any hero image. */
.site-header--overlay:not(.is-scrolled) .site-header__bar { background: transparent; box-shadow: none; }
.site-header--overlay:not(.is-scrolled)::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 156px; background: linear-gradient(180deg, rgba(16,11,6,.52) 0%, rgba(16,11,6,.16) 58%, transparent 100%); pointer-events: none; }

/* Brand lockup */
.site-brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; }
.site-header .site-brand__mark { width: 46px; height: 46px; transition: transform .3s ease; }
.site-header .site-brand:hover .site-brand__mark { transform: scale(1.05) rotate(-2deg); }
.site-brand__word { font-family: var(--font-label); font-size: 16px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink-900); white-space: nowrap; transition: color .3s ease; }

/* Primary nav */
.site-nav { display: flex; align-items: center; }
.site-nav__list { display: flex; align-items: center; gap: 2px; list-style: none; margin: 0; padding: 0; }
.site-nav__item { position: relative; }
.site-nav__list a { display: inline-flex; align-items: center; gap: 6px; color: var(--ink-800); font-family: var(--font-body); font-size: 14px; font-weight: 600; text-decoration: none; padding: 10px 13px; border-radius: var(--radius-pill); white-space: nowrap; transition: color .2s ease, background .2s ease; }
.site-nav__list a:hover { color: var(--clay-600); }
.site-nav__caret { font-size: 9px; opacity: .7; transition: transform .25s ease; }
.site-nav__item--menu:hover .site-nav__caret, .site-nav__item--menu:focus-within .site-nav__caret { transform: rotate(180deg); }

/* Destinations dropdown */
.site-nav__menu { position: absolute; top: calc(100% + 12px); left: 50%; transform: translateX(-50%) translateY(8px); min-width: 216px; display: flex; flex-direction: column; padding: 8px; background: #fff; border: 1px solid var(--border-default); border-radius: 14px; box-shadow: 0 24px 54px -22px rgba(34,34,34,.34); opacity: 0; visibility: hidden; transition: opacity .22s ease, transform .22s ease; z-index: 20; }
.site-nav__menu::before { content: ""; position: absolute; bottom: 100%; left: 0; right: 0; height: 14px; }
.site-nav__item--menu:hover .site-nav__menu, .site-nav__item--menu:focus-within .site-nav__menu { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0); }
.site-nav__menu a { color: var(--ink-800); font-size: 14px; font-weight: 600; padding: 10px 14px; border-radius: 9px; }
.site-nav__menu a:hover { color: var(--clay-600); background: var(--clay-50); }

/* Actions: language + CTA */
.site-header__actions { display: flex; align-items: center; gap: clamp(10px, 1.4vw, 16px); }
.site-lang { display: inline-flex; align-items: center; gap: 6px; font-family: var(--font-body); font-size: 13.5px; font-weight: 600; color: var(--ink-800); white-space: nowrap; cursor: default; transition: color .3s ease; }
.site-lang .fa-globe { font-size: 14px; }
.site-lang__caret { font-size: 9px; opacity: .7; }
.site-nav__cta { padding: 11px 20px; font-size: 13.5px; }

/* Overlay: switch text to light over the hero (CTA stays terracotta).
   Scoped to DIRECT top-level links (> li > a) so it never bleeds into the
   Destinations dropdown, whose panel is always white with dark links. */
.site-header--overlay:not(.is-scrolled) .site-brand__word,
.site-header--overlay:not(.is-scrolled) .site-nav__list > li > a,
.site-header--overlay:not(.is-scrolled) .site-lang { color: #fff; }
.site-header--overlay:not(.is-scrolled) .site-brand__tagline { color: rgba(255,255,255,.74); }
.site-header--overlay:not(.is-scrolled) .site-nav__list > li > a:hover { color: #fff; opacity: .82; }
.site-header--overlay:not(.is-scrolled) .site-nav__toggle span { background: #fff; }
/* Belt-and-braces: force dropdown links dark on the white panel even in the
   overlay state, so this can't regress if the rule above is ever broadened. */
.site-header--overlay:not(.is-scrolled) .site-nav__menu a { color: var(--ink-800); }
.site-header--overlay:not(.is-scrolled) .site-nav__menu a:hover { color: var(--clay-600); opacity: 1; }

/* Hamburger (mobile) */
.site-nav__toggle { display: none; flex-direction: column; justify-content: center; gap: 5px; width: 44px; height: 44px; background: transparent; border: 0; cursor: pointer; }
.site-nav__toggle span { display: block; width: 22px; height: 2px; margin: 0 auto; background: var(--ink-800); border-radius: 2px; transition: transform .3s, opacity .3s, background .3s; }
.site-nav__toggle.is-active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.site-nav__toggle.is-active span:nth-child(2) { opacity: 0; }
.site-nav__toggle.is-active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Mobile drawer */
.mobile-nav { position: fixed; inset: 0; z-index: 200; visibility: hidden; }
.mobile-nav.is-open { visibility: visible; }
.mobile-nav__backdrop { position: absolute; inset: 0; background: rgba(20,12,6,.55); -webkit-backdrop-filter: blur(4px); backdrop-filter: blur(4px); opacity: 0; transition: opacity .35s ease; }
.mobile-nav.is-open .mobile-nav__backdrop { opacity: 1; }
.mobile-nav__panel { position: absolute; top: 0; right: 0; height: 100%; width: min(348px, 86vw); display: flex; flex-direction: column; padding: 22px 22px 28px; background: linear-gradient(180deg, #241610 0%, #16100A 100%); border-left: 1px solid rgba(255,255,255,.08); box-shadow: -30px 0 60px -20px rgba(0,0,0,.6); transform: translateX(100%); transition: transform .4s cubic-bezier(.22,.61,.36,1); overflow-y: auto; }
.mobile-nav.is-open .mobile-nav__panel { transform: none; }
.mobile-nav__top { display: flex; align-items: center; justify-content: space-between; }
.mobile-nav__brand { font-family: var(--font-label); font-size: 15px; letter-spacing: 0.16em; text-transform: uppercase; background: linear-gradient(120deg, #fff, var(--saffron-300)); -webkit-background-clip: text; background-clip: text; color: transparent; }
.mobile-nav__close { flex: none; width: 40px; height: 40px; border-radius: 50%; border: 1px solid rgba(255,255,255,.14); background: rgba(255,255,255,.05); color: var(--sand-50); font-size: 16px; cursor: pointer; display: inline-flex; align-items: center; justify-content: center; transition: background .2s ease, transform .3s ease; }
.mobile-nav__close:hover { background: rgba(255,255,255,.12); transform: rotate(90deg); }
.mobile-nav__links { display: flex; flex-direction: column; margin-top: 26px; }
.mobile-nav__links a { display: flex; align-items: center; justify-content: space-between; padding: 16px 2px; color: rgba(248,241,231,.82); font-family: var(--font-display); font-size: 22px; text-decoration: none; border-bottom: 1px solid rgba(255,255,255,.07); transition: color .2s ease, padding-left .2s ease; }
.mobile-nav__links a i { font-size: 13px; color: var(--saffron-400); opacity: 0; transform: translateX(-6px); transition: opacity .2s ease, transform .2s ease; }
.mobile-nav__links a:hover { color: #fff; padding-left: 8px; }
.mobile-nav__links a:hover i { opacity: 1; transform: none; }
.mobile-nav__sub { display: flex; flex-direction: column; padding-left: 14px; margin: -2px 0 2px; border-left: 1px solid rgba(255,255,255,.1); }
.mobile-nav__sub a { font-family: var(--font-body); font-size: 15px; color: rgba(248,241,231,.6); padding: 11px 2px; border-bottom: 1px solid rgba(255,255,255,.05); }
.mobile-nav__sub a:hover { color: #fff; padding-left: 6px; }
.mobile-nav__foot { margin-top: auto; padding-top: 26px; }
.mobile-nav__foot .btn { width: 100%; justify-content: center; }
.mobile-nav__social { display: flex; gap: 12px; justify-content: center; margin-top: 20px; }
.mobile-nav__social a { width: 42px; height: 42px; border-radius: 12px; display: inline-flex; align-items: center; justify-content: center; color: rgba(248,241,231,.82); background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.12); text-decoration: none; transition: background .25s ease, color .25s ease, transform .25s ease, border-color .25s ease; }
.mobile-nav__social a:hover { background: var(--clay-500); color: #fff; border-color: transparent; transform: translateY(-2px); }
@media (prefers-reduced-motion: reduce) { .mobile-nav__panel { transition: none; } }

/* ---------- Hero ---------- */
.hero { position: relative; min-height: 100svh; display: flex; align-items: center; justify-content: center; text-align: center; overflow: hidden; background: #241c12; color: var(--sand-50); }
.hero__media { position: absolute; inset: 0; z-index: 0; background: var(--hero) center center / cover no-repeat; animation: hero-zoom 26s ease-in-out infinite alternate; will-change: transform; }
.hero__overlay { position: absolute; inset: 0; z-index: 1; background: radial-gradient(130% 120% at 50% 34%, transparent 38%, rgba(16,11,6,.55) 100%), linear-gradient(180deg, rgba(16,11,6,.62) 0%, rgba(16,11,6,.2) 40%, rgba(20,12,5,.72) 100%); }
.hero__glow { position: absolute; z-index: 1; left: 50%; top: 32%; transform: translate(-50%,-50%); width: min(920px, 92%); height: 62%; background: radial-gradient(circle, rgba(228,171,67,.16), transparent 62%); pointer-events: none; }
.hero__inner { position: relative; z-index: 2; max-width: 800px; padding: 96px 0 66px; }
.hero__title { font-family: var(--font-display); font-weight: 500; font-size: clamp(44px, 7.6vw, 90px); line-height: 1.03; letter-spacing: -0.01em; color: #FFFDF8; margin: 14px 0 0; text-shadow: 0 4px 34px rgba(16,11,6,.5); }
.hero__title em { font-style: italic; background: linear-gradient(120deg, #F7D68C, var(--saffron-400)); -webkit-background-clip: text; background-clip: text; color: transparent; filter: drop-shadow(0 2px 22px rgba(228,171,67,.4)); }
.hero__sub { max-width: 560px; margin: 22px auto 0; font-size: clamp(16px, 2.4vw, 19px); line-height: 1.65; color: rgba(255,251,243,.9); text-shadow: 0 2px 16px rgba(16,11,6,.5); }
.hero__cta { margin-top: 34px; display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.hero__trust { margin-top: 28px; display: inline-flex; align-items: center; gap: 11px; flex-wrap: wrap; justify-content: center; }
.hero__stars { display: inline-flex; gap: 3px; color: var(--saffron-400); font-size: 14px; filter: drop-shadow(0 2px 10px rgba(228,171,67,.4)); }
.hero__trust-txt { font-size: 13.5px; letter-spacing: 0.02em; color: rgba(255,251,243,.85); text-shadow: 0 1px 10px rgba(16,11,6,.5); }
.hero__trust-txt b { color: #fff; font-weight: 700; }
.hero__scroll { position: absolute; bottom: 22px; left: 50%; transform: translateX(-50%); z-index: 2; display: inline-flex; flex-direction: column; align-items: center; gap: 6px; color: rgba(255,255,255,.8); font-family: var(--font-label); font-size: 10px; letter-spacing: 0.22em; text-transform: uppercase; text-decoration: none; animation: mtzbob 2.4s ease-in-out infinite; }
.hero__scroll i { font-size: 17px; }
.hero__scroll:hover { color: #fff; }
/* Cinematic staggered entrance. */
.hero__inner > * { animation: hero-in .9s cubic-bezier(.2,.7,.2,1) both; }
.hero__inner > *:nth-child(1) { animation-delay: .15s; }
.hero__inner > *:nth-child(2) { animation-delay: .28s; }
.hero__inner > *:nth-child(3) { animation-delay: .42s; }
.hero__inner > *:nth-child(4) { animation-delay: .56s; }
.hero__inner > *:nth-child(5) { animation-delay: .70s; }
@keyframes hero-in { from { opacity: 0; transform: translateY(28px); } to { opacity: 1; transform: none; } }
@keyframes hero-zoom { from { transform: scale(1); } to { transform: scale(1.12); } }
@media (prefers-reduced-motion: reduce) { .hero__media { animation: none; } .hero__inner > * { animation: none; } }
@keyframes mtzbob { 0%,100% { transform: translate(-50%,0); } 50% { transform: translate(-50%,8px); } }

/* ---------- Intro / stats ---------- */
/* Welcome / intro — warm & vibrant, tightened into the destinations below. */
.intro { position: relative; overflow: hidden; background: linear-gradient(180deg, var(--sand-50) 0%, #FDF1E2 100%); padding-bottom: clamp(24px, 3.5vw, 44px); }
.intro::before { content: ""; position: absolute; z-index: 0; top: -8%; left: 50%; transform: translateX(-50%); width: min(880px, 116%); height: 66%; background: radial-gradient(58% 62% at 50% 0%, rgba(228,171,67,.22), transparent 72%); pointer-events: none; }
.intro__inner { position: relative; z-index: 1; max-width: 780px; margin: 0 auto; text-align: center; }
.intro .section__title em { font-style: italic; color: var(--clay-600); }
/* Top destinations — warm & glowing, matching the intro's shine. */
#destinations { position: relative; overflow: hidden; padding-top: clamp(30px, 4vw, 52px); background: linear-gradient(180deg, #FDF1E2 0%, #FCF6EE 48%, #FDF4EA 100%); }
#destinations::before { content: ""; position: absolute; z-index: 0; top: -6%; left: 50%; transform: translateX(-50%); width: min(1000px, 120%); height: 58%; background: radial-gradient(56% 62% at 50% 0%, rgba(228,171,67,.20), transparent 72%); pointer-events: none; }
#destinations > .mtz-container { position: relative; z-index: 1; }
#destinations .section__title em { font-style: italic; color: var(--clay-600); }
.stats { display: grid; grid-template-columns: repeat(4,1fr); gap: clamp(14px, 1.6vw, 22px); margin-top: clamp(34px, 4vw, 50px); }
.stat { position: relative; overflow: hidden; padding: 26px 14px 22px; background: linear-gradient(180deg, #FFFFFF 0%, #FDF3E7 100%); border: 1px solid var(--clay-100); border-radius: var(--radius-lg); box-shadow: 0 18px 30px -22px rgba(190,85,31,.35); transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease; }
.stat::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, var(--clay-500), var(--saffron-400)); }
.stat:hover { transform: translateY(-4px); box-shadow: 0 26px 42px -22px rgba(190,85,31,.45); border-color: var(--clay-200); }
.stat__i { display: block; font-size: 18px; color: var(--saffron-500); margin-bottom: 10px; }
.stat__n { display: block; font-family: var(--font-display); font-size: clamp(34px, 4vw, 44px); font-weight: 700; line-height: 1; background: var(--clay-600); -webkit-background-clip: text; background-clip: text; color: transparent; }
.stat__l { display: block; margin-top: 10px; font-size: 12.5px; color: var(--text-muted); }

/* ---------- Destinations (vibrant full-image cards) ---------- */
.dest-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.dest-card { position: relative; display: block; aspect-ratio: 3/4; border-radius: var(--radius-lg); overflow: hidden; text-decoration: none; box-shadow: var(--shadow-md); transition: transform .4s cubic-bezier(.22,.61,.36,1), box-shadow .4s; }
.dest-card::before { content: ""; position: absolute; inset: 0; z-index: 0; background: var(--img) center center / cover no-repeat; transition: transform .8s cubic-bezier(.22,.61,.36,1); }
.dest-card:hover { transform: translateY(-6px); box-shadow: 0 30px 54px -20px rgba(130,57,20,.55), 0 14px 32px -14px rgba(228,171,67,.5); }
.dest-card:hover::before { transform: scale(1.08); }
.dest-card__overlay { position: absolute; inset: 0; z-index: 1; background: linear-gradient(to top, rgba(99,43,16,.90) 0%, rgba(130,57,20,.44) 33%, rgba(42,33,22,.06) 62%, transparent 100%); }
.dest-card__tag { position: absolute; top: 14px; left: 14px; z-index: 3; background: var(--clay-500); color: #fff; font-size: 11px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; padding: 7px 14px; border-radius: var(--radius-pill); box-shadow: 0 8px 18px -6px rgba(190,85,31,.75); }
.dest-card__body { position: absolute; left: 0; right: 0; bottom: 0; z-index: 2; padding: 24px 22px; text-align: left; }
.dest-card__meta { display: block; font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--saffron-300); font-weight: 700; }
.dest-card__name { display: block; font-family: var(--font-display); font-size: 30px; font-weight: 600; color: #fff; margin: 5px 0 0; line-height: 1.05; }
.dest-card__link { display: inline-flex; align-items: center; gap: 7px; margin-top: 11px; font-size: 13px; font-weight: 600; color: #fff; opacity: .92; }
.dest-card__link i { transition: transform .2s; }
.dest-card:hover .dest-card__link i { transform: translateX(4px); }
.dest-card::after { content: ""; position: absolute; inset: 0; z-index: 3; border-radius: inherit; box-shadow: inset 0 0 0 0 rgba(228,171,67,0); transition: box-shadow .3s; pointer-events: none; }
.dest-card:hover::after { box-shadow: inset 0 0 0 2px rgba(228,171,67,.85); }

/* ---------- Signature tours (vibrant horizontal card rail) ---------- */
/* The head now lives INSIDE the pinned sticky, so it shares the rail's warm backdrop + glows natively. */
.tours { position: relative; background: #FDF4EA; }
.tours__head { position: relative; z-index: 1; flex: 0 0 auto; margin-inline: auto; text-align: center; max-width: 720px; padding-top: clamp(28px, 5vh, 60px); padding-bottom: clamp(12px, 2.2vh, 26px); }

/* Pin: the section holds the viewport while the rail pans sideways with the wheel. */
.tours-scroll { position: relative; }
.tours-sticky { position: sticky; top: 0; height: 100vh; overflow: hidden; display: flex; flex-direction: column;
	background: linear-gradient(135deg, #FDF4EA 0%, #FBE7D6 48%, #F6EEDF 100%); }
.tours-sticky::before { content: ""; position: absolute; top: -16%; right: -6%; width: 46%; height: 68%; background: radial-gradient(circle, rgba(228,171,67,.36), transparent 68%); pointer-events: none; }
.tours-sticky::after { content: ""; position: absolute; bottom: -20%; left: -8%; width: 52%; height: 72%; background: radial-gradient(circle, rgba(190,85,31,.22), transparent 68%); pointer-events: none; }

.tour-rail { position: relative; z-index: 1; display: flex; align-items: center; gap: clamp(20px, 2.2vw, 38px); flex: 1 1 auto; min-height: 0; padding: 0 calc(50vw - clamp(150px, 15vw, 212px)); will-change: transform; }

/* Each card is a full-bleed photo with content over a scrim — no empty space. */
.tour-card { position: relative; flex: 0 0 clamp(300px, 30vw, 424px); height: min(66vh, 600px); border-radius: 26px; overflow: hidden;
	background: var(--img) center center / cover no-repeat; background-color: var(--ink-800);
	box-shadow: 0 26px 54px -30px rgba(30,18,8,.6); transform: scale(.9); filter: saturate(.9) brightness(.86);
	transition: transform .55s cubic-bezier(.2,.7,.2,1), box-shadow .55s ease, filter .55s ease; }
.tour-card__scrim { position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, rgba(22,13,6,.06) 0%, rgba(22,13,6,0) 34%, rgba(22,13,6,.5) 64%, rgba(16,9,4,.9) 100%); transition: background .55s ease; }

/* The centred card comes alive. */
.tour-card.is-active { transform: scale(1.035); filter: none; box-shadow: 0 44px 84px -30px rgba(30,18,8,.62), 0 0 0 2px rgba(228,171,67,.92); }
.tour-card.is-active .tour-card__scrim { background: linear-gradient(180deg, rgba(20,12,6,.16) 0%, rgba(20,12,6,0) 22%, rgba(20,12,6,.55) 52%, rgba(14,8,3,.93) 100%); }

.tour-card__badge { position: absolute; z-index: 3; top: 20px; left: 20px; display: inline-flex; align-items: center; gap: 7px; color: #fff; font-family: var(--font-label); font-size: 11.5px; font-weight: 700; letter-spacing: 0.09em; text-transform: uppercase; padding: 8px 14px; border-radius: var(--radius-pill); }
.tour-card__badge.is-private { background: linear-gradient(120deg, var(--clay-500), var(--clay-600)); box-shadow: 0 10px 20px -8px rgba(190,85,31,.75); }
.tour-card__badge.is-group { background: linear-gradient(120deg, var(--atlas-500), var(--atlas-700)); box-shadow: 0 10px 20px -8px rgba(31,110,103,.7); }
.tour-card__badge i { font-size: 11px; }
.tour-card__flag { position: absolute; z-index: 3; top: 20px; right: 20px; background: var(--saffron-400); color: var(--ink-900); font-family: var(--font-label); font-size: 10.5px; font-weight: 800; letter-spacing: 0.09em; text-transform: uppercase; padding: 7px 13px; border-radius: var(--radius-pill); box-shadow: 0 10px 20px -9px rgba(184,147,74,.8); }

.tour-card__body { position: absolute; z-index: 2; left: 0; right: 0; bottom: 0; padding: clamp(20px, 1.8vw, 30px); color: #fff; }
.tour-card__loc { display: block; font-family: var(--font-label); font-size: 11.5px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--saffron-300); font-weight: 700; }
.tour-card__loc i { margin-right: 6px; }
.tour-card__title { font-family: var(--font-display); font-size: clamp(24px, 2vw, 31px); font-weight: 600; line-height: 1.08; margin: 8px 0 0; color: #fff; text-shadow: 0 2px 18px rgba(0,0,0,.4); }
.tour-card__desc { max-height: 0; opacity: 0; overflow: hidden; margin: 0; font-size: 14px; line-height: 1.6; color: rgba(255,255,255,.9); text-shadow: 0 1px 10px rgba(0,0,0,.4); transition: max-height .55s ease, opacity .5s ease, margin .55s ease; }
.tour-card.is-active .tour-card__desc { max-height: 9em; opacity: 1; margin-top: 12px; }
.tour-card__facts { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 16px; font-size: 13px; color: rgba(255,255,255,.92); }
.tour-card__facts span { display: inline-flex; align-items: center; gap: 6px; }
.tour-card__facts i { color: var(--saffron-300); }
.tour-card__facts .rate i { color: var(--saffron-400); }
.tour-card__foot { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-top: 18px; }
.tour-card__price { font-size: 12.5px; color: rgba(255,255,255,.75); }
.tour-card__price b { display: block; font-family: var(--font-display); font-size: 26px; font-weight: 700; color: #fff; line-height: 1; margin-bottom: 2px; }
.tour-card__price em { font-style: normal; }
/* CTA — solid clay, always-white text, clean colour-transition hover + focus ring. */
.tour-card__cta { flex: none; display: inline-flex; align-items: center; gap: 8px; background: var(--clay-500); color: #fff; font-family: var(--font-body); font-weight: 600; font-size: 13px; letter-spacing: 0.01em; padding: 11px 18px; border: 0; border-radius: var(--radius-pill); box-shadow: 0 10px 22px -10px rgba(190,85,31,.85); transition: background .2s ease, box-shadow .2s ease, transform .2s ease; }
.tour-card__cta:hover { background: var(--clay-600); color: #fff; transform: translateY(-2px); box-shadow: 0 16px 30px -12px rgba(190,85,31,.95); }
.tour-card__cta:focus-visible { outline: none; color: #fff; box-shadow: 0 0 0 3px rgba(228,171,67,.6), 0 16px 30px -12px rgba(190,85,31,.95); }
.tour-card__cta:active { transform: translateY(0); box-shadow: 0 8px 18px -10px rgba(190,85,31,.85); }
.tour-card__cta span { white-space: nowrap; }
.tour-card__cta i { transition: transform .2s ease; }
.tour-card__cta:hover i { transform: translateX(3px); }

/* Progress bar + scroll hint. */
.tours-progress { position: absolute; left: 0; bottom: 0; z-index: 6; width: 100%; height: 4px; background: rgba(42,33,22,.1); }
.tours-progress span { display: block; width: 0; height: 100%; background: linear-gradient(90deg, var(--clay-500), var(--saffron-400)); }
.tours-hint { position: absolute; left: 50%; bottom: 26px; transform: translateX(-50%); z-index: 6; display: inline-flex; align-items: center; gap: 11px; font-family: var(--font-label); font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--text-muted); background: rgba(255,255,255,.72); backdrop-filter: blur(6px); border: 1px solid var(--border-default); padding: 9px 18px; border-radius: var(--radius-pill); transition: opacity .4s ease; }
.tours-hint i { color: var(--clay-500); animation: mtz-nudge 1.5s ease-in-out infinite; }
.tours-scroll.is-scrolling .tours-hint { opacity: 0; pointer-events: none; }
@keyframes mtz-nudge { 0%, 100% { transform: translateX(0); } 50% { transform: translateX(6px); } }

@media (max-width: 900px) {
	/* Unpin → native horizontal swipe rail. */
	.tours-scroll { height: auto !important; }
	.tours-sticky { position: static; height: auto; overflow: visible; display: block; padding: 6px 0 26px; }
	.tour-rail { transform: none !important; height: auto; overflow-x: auto; overflow-y: hidden; -webkit-overflow-scrolling: touch; scroll-snap-type: x mandatory; padding: 12px 9vw 16px; gap: 16px; scrollbar-width: none; }
	.tour-rail::-webkit-scrollbar { display: none; }
	.tour-card { flex: 0 0 82vw; max-width: 360px; height: 66vh; max-height: 546px; transform: none; filter: none; scroll-snap-align: center; }
	.tour-card.is-active { transform: none; box-shadow: 0 22px 42px -24px rgba(30,18,8,.55), 0 0 0 2px rgba(228,171,67,.85); }
	.tour-card__desc { max-height: 9em; opacity: 1; margin-top: 10px; }
	.tours-progress, .tours-hint { display: none; }
}
@media (prefers-reduced-motion: reduce) {
	.tour-card, .tour-card.is-active { transform: none; transition: box-shadow .3s ease, filter .3s ease; }
	.tour-card__desc { transition: none; }
	.tours-hint i { animation: none; }
}

/* ---------- The difference (dark band) ---------- */
/* The difference — warm night-desert dark band with glows + life. */
.band-dark { position: relative; overflow: hidden; color: var(--sand-100);
	background:
		radial-gradient(rgba(255,255,255,.05) 1px, transparent 1.5px) 0 0 / 26px 26px,
		radial-gradient(130% 105% at 50% -20%, #3A2416 0%, #241610 44%, #190F08 100%); }
.band-dark::before { content: ""; position: absolute; z-index: 0; top: -28%; right: -10%; width: 55%; height: 90%; background: radial-gradient(circle, rgba(228,171,67,.20), transparent 62%); pointer-events: none; }
.band-dark::after { content: ""; position: absolute; z-index: 0; bottom: -34%; left: -12%; width: 60%; height: 95%; background: radial-gradient(circle, rgba(190,85,31,.20), transparent 62%); pointer-events: none; }
.band-dark > .mtz-container { position: relative; z-index: 1; }
.band-dark .section__title em { font-style: italic; color: var(--clay-600); }
.feature-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: clamp(18px, 2vw, 28px); }
.feature { position: relative; text-align: center; padding: 34px 22px 28px; border-radius: var(--radius-lg); background: rgba(255,255,255,.035); border: 1px solid rgba(255,255,255,.09); transition: transform .3s ease, background .3s ease, border-color .3s ease, box-shadow .3s ease; }
.feature:hover { transform: translateY(-6px); background: rgba(255,255,255,.06); border-color: rgba(228,171,67,.45); box-shadow: 0 26px 46px -22px rgba(0,0,0,.6); }
.feature__icon { display: inline-flex; align-items: center; justify-content: center; width: 64px; height: 64px; border-radius: 18px; background: var(--clay-500); color: #fff; font-size: 24px; box-shadow: 0 14px 30px -8px rgba(228,171,67,.5); transition: transform .35s ease, box-shadow .35s ease; }
.feature:hover .feature__icon { transform: translateY(-3px) rotate(-4deg) scale(1.06); box-shadow: 0 20px 40px -8px rgba(228,171,67,.68); }
.feature__title { font-family: var(--font-display); font-size: 21px; color: var(--sand-50); margin: 18px 0 0; }
.feature__text { margin-top: 9px; font-size: 14.5px; line-height: 1.62; color: rgba(248,241,231,.76); }

/* ---------- Testimonial (reviews marquee) ---------- */
.testimonial { position: relative; overflow: hidden; background: linear-gradient(180deg, #FDF4EA 0%, #FBEEDD 100%); }
.testimonial::before { content: ""; position: absolute; z-index: 0; top: -8%; left: 50%; transform: translateX(-50%); width: min(900px, 116%); height: 60%; background: radial-gradient(56% 62% at 50% 0%, rgba(228,171,67,.22), transparent 72%); pointer-events: none; }
.testimonial > .mtz-container { position: relative; z-index: 1; }
.testimonial .section__title em { font-style: italic; color: var(--clay-600); }

/* Reviews marquee — two rows drifting opposite ways, edges masked, pause on hover. */
.tm-marquee { margin-top: clamp(30px, 4vw, 50px); display: flex; flex-direction: column; gap: 22px; }
.tm-row { overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent); mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent); }
.tm-row__track { display: flex; width: max-content; animation: tm-scroll 52s linear infinite; }
.tm-row--rev .tm-row__track { animation-duration: 62s; animation-direction: reverse; }
.tm-row:hover .tm-row__track { animation-play-state: paused; }
@keyframes tm-scroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }

.tm-card { flex: 0 0 340px; box-sizing: border-box; margin-right: 22px; padding: 22px 24px 20px; background: linear-gradient(180deg, #FFFFFF 0%, #FFF7EC 100%); border: 1px solid var(--clay-100); border-radius: var(--radius-lg); box-shadow: 0 18px 34px -24px rgba(130,57,20,.4); transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease; }
.tm-card:hover { transform: translateY(-4px); border-color: var(--clay-200); box-shadow: 0 26px 42px -22px rgba(130,57,20,.5); }
.tm-card__top { display: flex; align-items: center; gap: 12px; }
.tm-card__avatar { flex: none; width: 44px; height: 44px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; background: var(--clay-500); color: #fff; font-family: var(--font-label); font-size: 13px; font-weight: 700; box-shadow: 0 8px 16px -6px rgba(190,85,31,.55); }
.tm-card__who { display: flex; flex-direction: column; min-width: 0; }
.tm-card__who b { font-family: var(--font-display); font-size: 16px; font-weight: 600; color: var(--text-strong); line-height: 1.12; }
.tm-card__who em { font-style: normal; font-size: 10.5px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--clay-500); font-weight: 700; margin-top: 2px; }
.tm-card__stars { margin-left: auto; color: var(--saffron-400); font-size: 11px; letter-spacing: 1px; white-space: nowrap; }
.tm-card__quote { margin: 14px 0 0; font-family: var(--font-display); font-style: italic; font-size: 17px; line-height: 1.5; color: var(--text-body); }
@media (prefers-reduced-motion: reduce) { .tm-row__track { animation: none; } }

/* ---------- FAQ ---------- */
.faq-section { position: relative; overflow: hidden; background: linear-gradient(180deg, #FBEEDD 0%, var(--sand-50) 100%); }
.faq-section::before { content: ""; position: absolute; z-index: 0; top: -8%; left: 50%; transform: translateX(-50%); width: min(900px, 116%); height: 58%; background: radial-gradient(56% 62% at 50% 0%, rgba(228,171,67,.2), transparent 72%); pointer-events: none; }
.faq-section > .mtz-container { position: relative; z-index: 1; }
.faq-section .section__title em { font-style: italic; color: var(--clay-600); }
.faq-list { max-width: 780px; margin: clamp(28px, 4vw, 46px) auto 0; }
.faq { background: #fff; border: 1px solid var(--border-default); border-radius: var(--radius-lg); margin-bottom: 14px; transition: border-color .3s ease, box-shadow .3s ease; }
.faq:hover { border-color: var(--clay-200); }
.faq.is-open { border-color: var(--clay-300); box-shadow: 0 20px 36px -24px rgba(190,85,31,.4); }
.faq__q { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 20px 22px; background: none; border: 0; cursor: pointer; text-align: left; font-family: var(--font-display); font-size: clamp(17px, 2vw, 20px); font-weight: 600; color: var(--text-strong); transition: color .25s ease; }
.faq__q:hover { color: var(--clay-600); }
.faq__icon { flex: none; width: 30px; height: 30px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; font-size: 12px; color: #fff; background: var(--clay-500); box-shadow: 0 6px 14px -5px rgba(190,85,31,.6); transition: transform .35s ease; }
.faq.is-open .faq__icon { transform: rotate(135deg); }
.faq__a { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .4s ease; }
.faq.is-open .faq__a { grid-template-rows: 1fr; }
.faq__a-inner { overflow: hidden; }
.faq__a p { margin: 0; padding: 2px 22px 22px; color: var(--text-muted); font-size: 15.5px; line-height: 1.7; }
.faq-more { text-align: center; margin-top: 26px; color: var(--text-muted); font-size: 15px; }
.faq-more a { color: var(--clay-600); font-weight: 600; }
.faq-more a:hover { color: var(--clay-700); }
@media (prefers-reduced-motion: reduce) { .faq__a { transition: none; } .faq__icon { transition: none; } }

/* ---------- Final CTA ---------- */
/* ---------- Final CTA (vibrant hero: fading grid + sunset glow) ---------- */
.cta-hero { position: relative; overflow: hidden; text-align: center;
	padding-top: clamp(88px, 12vw, 150px); padding-bottom: clamp(120px, 17vw, 220px);
	background: linear-gradient(to bottom, var(--sand-50) 0%, #FCEFDD 52%, #F7E1C9 100%); }
/* Fading graph-paper grid, clay-tinted — strongest at top, masked out below. */
.cta-hero__grid { position: absolute; inset: 0; z-index: 0; pointer-events: none;
	background-image: linear-gradient(to right, rgba(190,85,31,.09) 1px, transparent 1px), linear-gradient(to bottom, rgba(190,85,31,.09) 1px, transparent 1px);
	background-size: 94px 80px;
	-webkit-mask-image: radial-gradient(ellipse 78% 52% at 50% 0%, #000 66%, transparent 108%);
	        mask-image: radial-gradient(ellipse 78% 52% at 50% 0%, #000 66%, transparent 108%); }
/* Warm sunset glow arc rising from the bottom centre. */
.cta-hero__glow { position: absolute; left: 50%; bottom: -50%; transform: translateX(-50%); z-index: 0; pointer-events: none;
	width: min(1180px, 155%); aspect-ratio: 1.7 / 1; border-radius: 50%;
	background: radial-gradient(closest-side, rgba(228,171,67,.72), rgba(228,171,67,.4) 52%, rgba(190,85,31,.22) 76%, transparent 100%); }
.cta-hero__inner { position: relative; z-index: 2; max-width: 720px; margin: 0 auto; }

.cta-hero__eyebrow { display: inline-flex; align-items: center; gap: 9px; font-family: var(--font-label); font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--clay-600); background: linear-gradient(to top right, rgba(190,85,31,.07), rgba(228,171,67,.06) 60%, transparent); border: 1.5px solid var(--border-default); padding: 9px 18px; border-radius: var(--radius-pill); transition: border-color .3s ease, background .3s ease; }
.cta-hero__eyebrow:hover { color: var(--clay-600); border-color: var(--clay-300); }
.cta-hero__eyebrow i { font-size: 10.5px; transition: transform .3s ease; }
.cta-hero__eyebrow:hover i { transform: translateX(4px); }

.cta-hero__title { font-family: var(--font-display); font-weight: 600; font-size: clamp(42px, 7vw, 92px); line-height: 1.02; letter-spacing: -0.01em; margin: 22px 0 0;
	background: linear-gradient(135deg, var(--ink-900) 18%, var(--clay-600) 72%, var(--clay-500) 100%);
	-webkit-background-clip: text; background-clip: text; color: transparent; }
.cta-hero__title em { font-style: italic; }
.cta-hero__sub { margin: 20px auto 34px; max-width: 540px; font-size: 18px; line-height: 1.7; color: var(--text-muted); }
.cta-hero__actions { display: flex; justify-content: center; }
.cta-hero__actions .btn { min-width: 220px; justify-content: center; }

/* Staggered fade-up entrance (matches the reference's fade-in / fade-up). */
.cta-hero__inner.reveal { opacity: 1; transform: none; }
.cta-hero__inner > * { opacity: 0; transform: translateY(26px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.7,.2,1); }
.cta-hero__inner.is-visible > * { opacity: 1; transform: none; }
.cta-hero__inner.is-visible > *:nth-child(1) { transition-delay: .05s; }
.cta-hero__inner.is-visible > *:nth-child(2) { transition-delay: .16s; }
.cta-hero__inner.is-visible > *:nth-child(3) { transition-delay: .27s; }
.cta-hero__inner.is-visible > *:nth-child(4) { transition-delay: .38s; }
@media (prefers-reduced-motion: reduce) { .cta-hero__inner > * { opacity: 1; transform: none; transition: none; } }

/* ---------- Footer ---------- */
.site-footer { position: relative; isolation: isolate; overflow: hidden; color: rgba(248,241,231,.68); padding-top: clamp(84px, 11vw, 148px); background: linear-gradient(180deg, #241610 0%, #1B110A 58%, #140C06 100%); }
/* Fading graph-paper grid at the top. */
.site-footer::before { content: ""; position: absolute; z-index: 0; inset: 0; pointer-events: none; background-image: linear-gradient(to right, rgba(255,255,255,.05) 1px, transparent 1px), linear-gradient(to bottom, rgba(255,255,255,.05) 1px, transparent 1px); background-size: 64px 64px; -webkit-mask-image: radial-gradient(ellipse 60% 52% at 50% 0%, #000 66%, transparent 100%); mask-image: radial-gradient(ellipse 60% 52% at 50% 0%, #000 66%, transparent 100%); }
/* Warm glow at the top centre. */
.site-footer::after { content: ""; position: absolute; z-index: 0; top: -12%; left: 50%; transform: translateX(-50%); width: min(1000px, 116%); height: 56%; background: radial-gradient(52% 60% at 50% 0%, rgba(228,171,67,.16), transparent 70%); pointer-events: none; }
.site-footer__grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.7fr 1fr 1fr 1.3fr; gap: 40px; padding-bottom: clamp(40px, 6vw, 62px); }

.site-footer__brand .site-brand { display: inline-flex; align-items: center; gap: 14px; }
.site-footer__logo { flex: none; width: 54px; height: 54px; border-radius: 15px; display: inline-flex; align-items: center; justify-content: center; background: var(--clay-500); box-shadow: 0 14px 30px -10px rgba(228,171,67,.5); transition: transform .3s ease; }
.site-footer__logo img { width: 32px; height: auto; filter: none; }
.site-footer__brand .site-brand:hover .site-footer__logo { transform: scale(1.06); }
.site-footer .site-brand__word { background: linear-gradient(120deg, #FFFFFF, var(--saffron-300)); -webkit-background-clip: text; background-clip: text; color: transparent; }
.site-footer__tag { margin: 22px 0 0; max-width: 320px; font-size: 14.5px; line-height: 1.75; color: rgba(248,241,231,.6); }
.site-footer__social { display: flex; gap: 12px; margin-top: 24px; }
.site-footer__social a { width: 42px; height: 42px; border-radius: 12px; display: inline-flex; align-items: center; justify-content: center; text-decoration: none; font-size: 16px; color: rgba(248,241,231,.82); background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.12); transition: transform .3s ease, background .3s ease, color .3s ease, border-color .3s ease, box-shadow .3s ease; }
.site-footer__social a:hover { transform: translateY(-3px); color: #fff; background: var(--clay-500); border-color: transparent; box-shadow: 0 14px 26px -8px rgba(228,171,67,.5); }

.site-footer__col h4 { font-family: var(--font-label); font-size: 13px; letter-spacing: 0.14em; text-transform: uppercase; margin: 0 0 18px; background: linear-gradient(120deg, var(--sand-50), var(--saffron-300)); -webkit-background-clip: text; background-clip: text; color: transparent; }
.site-footer__col ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 12px; }
.site-footer__col ul a { position: relative; display: inline-flex; align-items: center; color: rgba(248,241,231,.64); text-decoration: none; font-size: 14.5px; transition: color .25s ease, padding-left .25s ease; }
.site-footer__col ul a::before { content: ""; position: absolute; left: 0; top: 50%; margin-top: -3px; width: 6px; height: 6px; border-radius: 50%; background: linear-gradient(135deg, var(--clay-400), var(--saffron-400)); opacity: 0; transform: scale(.4); transition: opacity .25s ease, transform .25s ease; }
.site-footer__col ul a:hover { color: #fff; padding-left: 15px; }
.site-footer__col ul a:hover::before { opacity: 1; transform: scale(1); }
.site-footer__contact li { display: flex; align-items: center; gap: 10px; font-size: 14.5px; color: rgba(248,241,231,.66); }
.site-footer__contact i { color: var(--saffron-400); width: 17px; text-align: center; }
.site-footer__contact a { text-decoration: none; }
.site-footer__contact a::before { content: none; }
.site-footer__contact a:hover { color: #fff; padding-left: 0; }

.site-footer__bar { position: relative; z-index: 1; margin-top: clamp(40px, 6vw, 70px); border-top: 1px solid rgba(255,255,255,.1); padding: 24px 0; }
.site-footer__bar-inner { display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; font-size: 13px; color: rgba(248,241,231,.5); }

/* ============================================================
   PAGES — shared page hero + About/legal/contact patterns
   ============================================================ */

/* Shared page hero — warm band + fading grid + glow; top padding clears the fixed header. */
.page-hero { position: relative; overflow: hidden; text-align: center; padding: clamp(128px, 17vw, 200px) 0 clamp(46px, 7vw, 84px); background: linear-gradient(180deg, var(--sand-50) 0%, #FDF1E2 62%, #FBEEDD 100%); }
.page-hero__grid { position: absolute; inset: 0; z-index: 0; pointer-events: none; background-image: linear-gradient(to right, rgba(190,85,31,.08) 1px, transparent 1px), linear-gradient(to bottom, rgba(190,85,31,.08) 1px, transparent 1px); background-size: 90px 80px; -webkit-mask-image: radial-gradient(ellipse 74% 60% at 50% 0%, #000 60%, transparent 104%); mask-image: radial-gradient(ellipse 74% 60% at 50% 0%, #000 60%, transparent 104%); }
.page-hero__glow { position: absolute; z-index: 0; top: -10%; left: 50%; transform: translateX(-50%); width: min(980px, 118%); height: 70%; background: radial-gradient(56% 60% at 50% 0%, rgba(228,171,67,.24), transparent 70%); pointer-events: none; }
.page-hero__inner { position: relative; z-index: 2; max-width: 840px; margin: 0 auto; }
.page-hero__title { font-family: var(--font-display); font-weight: 600; font-size: clamp(38px, 6vw, 74px); line-height: 1.04; letter-spacing: -0.01em; color: var(--text-strong); margin: 14px 0 0; }
.page-hero__lead { margin: 20px auto 0; max-width: 620px; color: var(--text-muted); font-size: clamp(16px, 2.2vw, 19px); line-height: 1.7; }

/* Founder */
.founder { position: relative; overflow: hidden; background: linear-gradient(180deg, #FBEEDD 0%, var(--sand-50) 100%); }
.founder__blob { position: absolute; z-index: 0; top: -12%; right: -8%; width: 46%; height: 70%; background: radial-gradient(circle, rgba(228,171,67,.24), transparent 66%); pointer-events: none; }
.founder__grid { position: relative; z-index: 1; display: grid; grid-template-columns: 0.85fr 1.15fr; gap: clamp(30px, 5vw, 70px); align-items: center; }
.founder__frame { position: relative; aspect-ratio: 4/5; border-radius: 28px; background: var(--img) center 18% / cover no-repeat; box-shadow: 0 44px 84px -34px rgba(130,57,20,.55); }
.founder__frame::before { content: ""; position: absolute; inset: -14px; z-index: -1; border-radius: 36px; background: linear-gradient(135deg, rgba(190,85,31,.55), rgba(228,171,67,.55)); filter: blur(3px); opacity: .5; }
.founder__frame::after { content: ""; position: absolute; inset: 0; border-radius: inherit; box-shadow: inset 0 0 0 1px rgba(255,255,255,.4); pointer-events: none; }
.founder__tag { position: absolute; left: 18px; bottom: 18px; z-index: 2; display: inline-flex; align-items: center; gap: 8px; background: var(--clay-500); color: #fff; font-family: var(--font-label); font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase; padding: 9px 16px; border-radius: var(--radius-pill); box-shadow: 0 14px 28px -10px rgba(190,85,31,.7); }
.founder__role { display: block; margin-top: 8px; font-family: var(--font-label); font-size: 12.5px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--saffron-500); font-weight: 700; }
.founder__quote { margin: 22px 0 0; font-family: var(--font-display); font-style: italic; font-weight: 500; font-size: clamp(20px, 2.5vw, 28px); line-height: 1.5; color: var(--text-strong); }
.founder__mark { display: inline-block; margin-right: 10px; font-size: 22px; background: var(--clay-500); -webkit-background-clip: text; background-clip: text; color: transparent; }
.founder__sign { margin-top: 26px; padding-top: 20px; border-top: 1px solid var(--border-default); }
.founder__name { display: block; font-family: var(--font-display); font-size: 22px; font-weight: 600; color: var(--text-strong); }
.founder__sub { display: block; margin-top: 2px; font-size: 13px; color: var(--text-muted); }

/* About story */
.about-story { position: relative; overflow: hidden; background: linear-gradient(180deg, var(--sand-50), #FDF4EA); }
.about-story__cols { display: grid; grid-template-columns: 1.2fr 1fr; gap: clamp(28px, 5vw, 64px); align-items: start; margin-top: clamp(26px, 4vw, 44px); }
.about-story__text p { margin: 0 0 18px; font-size: 16.5px; line-height: 1.8; color: var(--text-body); }
.about-story__text p:last-child { margin-bottom: 0; }
.about-story__points { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 16px; }
.about-story__points li { display: flex; gap: 14px; align-items: flex-start; background: linear-gradient(180deg, #fff, #FFF7EC); border: 1px solid var(--clay-100); border-radius: var(--radius-lg); padding: 16px 18px; box-shadow: 0 16px 30px -24px rgba(190,85,31,.35); }
.about-story__ico { flex: none; width: 42px; height: 42px; border-radius: 12px; display: inline-flex; align-items: center; justify-content: center; background: var(--clay-500); color: #fff; font-size: 16px; box-shadow: 0 10px 20px -8px rgba(228,171,67,.55); }
.about-story__points b { display: block; font-family: var(--font-display); font-size: 18px; color: var(--text-strong); }
.about-story__points div span { display: block; margin-top: 2px; font-size: 13.5px; line-height: 1.5; color: var(--text-muted); }

/* Values */
.value-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(16px, 2vw, 24px); margin-top: clamp(30px, 4vw, 50px); }
.value-card { position: relative; overflow: hidden; padding: 30px 22px 26px; text-align: center; background: linear-gradient(180deg, #FFFFFF, #FFF7EC); border: 1px solid var(--clay-100); border-radius: var(--radius-lg); box-shadow: 0 18px 32px -24px rgba(190,85,31,.4); transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease; }
.value-card::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, var(--clay-500), var(--saffron-400)); }
.value-card:hover { transform: translateY(-5px); border-color: var(--clay-200); box-shadow: 0 28px 44px -22px rgba(190,85,31,.5); }
.value-card__icon { display: inline-flex; align-items: center; justify-content: center; width: 58px; height: 58px; border-radius: 16px; background: var(--clay-500); color: #fff; font-size: 22px; box-shadow: 0 14px 28px -8px rgba(228,171,67,.55); transition: transform .35s ease; }
.value-card:hover .value-card__icon { transform: translateY(-3px) rotate(-4deg) scale(1.05); }
.value-card__title { font-family: var(--font-display); font-size: 20px; font-weight: 600; color: var(--text-strong); margin: 16px 0 0; line-height: 1.15; }
.value-card__text { margin-top: 9px; font-size: 14px; line-height: 1.6; color: var(--text-muted); }
.about-stats { background: var(--sand-50); padding-top: clamp(30px, 4vw, 48px); }
.about-stats__inner { max-width: 900px; margin: 0 auto; }

/* Legal / prose pages (Terms, Privacy) */
.page-hero--legal { padding-bottom: clamp(36px, 5vw, 60px); }
.legal { background: var(--sand-50); }
.legal__wrap { max-width: 820px; margin: 0 auto; }
.legal__updated { display: inline-flex; align-items: center; gap: 8px; font-family: var(--font-label); font-size: 12px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--clay-600); background: var(--clay-50); border: 1px solid var(--clay-100); padding: 8px 15px; border-radius: var(--radius-pill); }
.legal__intro { margin: 22px 0 0; font-size: 17px; line-height: 1.8; color: var(--text-body); }
.legal__section { margin-top: clamp(26px, 4vw, 44px); }
.legal__section h2 { position: relative; font-family: var(--font-display); font-size: clamp(21px, 3vw, 29px); font-weight: 600; color: var(--text-strong); margin: 0 0 12px; padding-left: 16px; }
.legal__section h2::before { content: ""; position: absolute; left: 0; top: 0.16em; bottom: 0.16em; width: 4px; border-radius: 4px; background: linear-gradient(180deg, var(--clay-500), var(--saffron-400)); }
.legal__section h3 { font-family: var(--font-display); font-size: 19px; font-weight: 600; color: var(--text-strong); margin: 20px 0 8px; }
.legal__section p { margin: 0 0 14px; font-size: 16px; line-height: 1.8; color: var(--text-body); }
.legal__section ul { margin: 0 0 16px; padding: 0; list-style: none; }
.legal__section li { position: relative; padding-left: 24px; margin-bottom: 9px; font-size: 16px; line-height: 1.7; color: var(--text-body); }
.legal__section li::before { content: ""; position: absolute; left: 3px; top: 0.62em; width: 7px; height: 7px; border-radius: 50%; background: var(--clay-500); }
.legal__section strong { color: var(--text-strong); font-weight: 700; }
.legal__section a, .legal__note a { color: var(--clay-600); font-weight: 600; }
.legal__section a:hover, .legal__note a:hover { color: var(--clay-700); }
.legal__note { margin-top: clamp(30px, 4vw, 48px); padding: 22px 24px; background: linear-gradient(180deg, #fff, #FFF7EC); border: 1px solid var(--clay-100); border-radius: var(--radius-lg); box-shadow: 0 18px 32px -24px rgba(190,85,31,.35); }
.legal__note b { font-family: var(--font-display); font-size: 18px; color: var(--text-strong); }
.legal__note p { margin: 6px 0 0; font-size: 15px; line-height: 1.7; color: var(--text-muted); }

/* Contact */
.contact { background: linear-gradient(180deg, var(--sand-50), #FDF4EA); }
.contact__card { display: grid; grid-template-columns: 0.9fr 1.15fr; border-radius: var(--radius-2xl); overflow: hidden; border: 1px solid var(--clay-100); box-shadow: 0 50px 100px -40px rgba(130,57,20,.55); }

/* Left — dark, glowing info panel */
.contact__side { position: relative; overflow: hidden; padding: clamp(32px, 4vw, 54px); color: var(--sand-100);
	background: radial-gradient(rgba(255,255,255,.05) 1px, transparent 1.5px) 0 0 / 24px 24px, radial-gradient(130% 110% at 18% 0%, #3A2416 0%, #241610 55%, #180F08 100%); }
.contact__side::before { content: ""; position: absolute; z-index: 0; top: -18%; right: -16%; width: 62%; height: 56%; background: radial-gradient(circle, rgba(228,171,67,.30), transparent 66%); pointer-events: none; }
.contact__side::after { content: ""; position: absolute; z-index: 0; bottom: -22%; left: -16%; width: 62%; height: 56%; background: radial-gradient(circle, rgba(190,85,31,.26), transparent 66%); pointer-events: none; }
.contact__side > * { position: relative; z-index: 1; }
.contact__side-title { font-family: var(--font-display); font-size: clamp(26px, 3.4vw, 38px); font-weight: 600; color: #fff; margin: 12px 0 0; line-height: 1.1; }
.contact__side-title em { font-style: italic; color: var(--clay-600); }
.contact__intro { margin: 16px 0 0; font-size: 15.5px; line-height: 1.7; color: rgba(248,241,231,.72); }
.contact__methods { list-style: none; margin: 28px 0 0; padding: 0; display: flex; flex-direction: column; gap: 18px; }
.contact__methods li { display: flex; align-items: center; gap: 14px; }
.contact__ico { flex: none; width: 46px; height: 46px; border-radius: 13px; display: inline-flex; align-items: center; justify-content: center; background: var(--clay-500); color: #fff; font-size: 17px; box-shadow: 0 12px 24px -8px rgba(228,171,67,.5); transition: transform .3s ease; }
.contact__methods li:hover .contact__ico { transform: translateY(-2px) scale(1.05); }
.contact__label { display: block; font-family: var(--font-label); font-size: 10.5px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--saffron-300); font-weight: 700; margin-bottom: 2px; }
.contact__methods a { color: #fff; font-weight: 600; font-size: 15.5px; text-decoration: none; transition: color .2s ease; }
.contact__methods a:hover { color: var(--saffron-300); }
.contact__methods div > span:not(.contact__label) { font-size: 15.5px; color: rgba(248,241,231,.9); }
.contact__note { display: inline-flex; align-items: center; gap: 9px; margin-top: 26px; padding: 9px 16px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.13); border-radius: var(--radius-pill); font-size: 13px; color: rgba(248,241,231,.85); }
.contact__note i { color: var(--saffron-400); }
.contact__note b { color: #fff; }
.contact__social { display: flex; gap: 11px; margin-top: 26px; }
.contact__social a { width: 42px; height: 42px; border-radius: 12px; display: inline-flex; align-items: center; justify-content: center; color: rgba(248,241,231,.85); background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.13); text-decoration: none; transition: background .25s ease, color .25s ease, transform .25s ease, border-color .25s ease; }
.contact__social a:hover { background: var(--clay-500); color: #fff; border-color: transparent; transform: translateY(-2px); }

/* Right — form panel */
.contact__form-col { position: relative; padding: clamp(30px, 3.8vw, 50px); background: linear-gradient(180deg, #FFFFFF, #FFF9F1); }
.contact__panel-title { font-family: var(--font-display); font-size: clamp(23px, 3vw, 30px); font-weight: 600; color: var(--text-strong); margin: 0; }
.contact__panel-sub { margin: 6px 0 22px; font-size: 14.5px; color: var(--text-muted); }
.contact-form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { display: block; margin-bottom: 16px; }
.field__label { display: block; font-family: var(--font-body); font-size: 12.5px; font-weight: 600; letter-spacing: 0.02em; color: var(--text-body); margin-bottom: 7px; }
.contact-form input, .contact-form textarea { width: 100%; box-sizing: border-box; font-family: var(--font-body); font-size: 15px; color: var(--text-strong); background: var(--sand-50); border: 1px solid var(--border-default); border-radius: var(--radius-md); padding: 12px 14px; transition: border-color .2s ease, box-shadow .2s ease, background .2s ease; }
.contact-form input::placeholder, .contact-form textarea::placeholder { color: var(--text-subtle); }
.contact-form input:focus, .contact-form textarea:focus { outline: none; border-color: var(--clay-400); background: #fff; box-shadow: 0 0 0 3px rgba(228,171,67,.28); }
.contact-form textarea { resize: vertical; min-height: 120px; }
.contact-form__foot { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; margin-top: 4px; }
.contact-form__foot .btn.is-loading { opacity: .7; pointer-events: none; }
.contact-form__status { margin: 0; font-size: 14px; font-weight: 600; }
.contact-form__status.is-ok { color: var(--atlas-500); }
.contact-form__status.is-err { color: var(--clay-600); }
.contact-form__fineprint { margin: 16px 0 0; font-size: 12.5px; line-height: 1.6; color: var(--text-subtle); }
.contact-form__fineprint a { color: var(--clay-600); font-weight: 600; }

@media (max-width: 900px) {
	.founder__grid { grid-template-columns: 1fr; gap: 34px; }
	.founder__frame { max-width: 420px; margin: 0 auto; width: 100%; }
	.about-story__cols { grid-template-columns: 1fr; }
	.value-grid { grid-template-columns: repeat(2, 1fr); }
	.contact__card { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
	.value-grid { grid-template-columns: 1fr; }
	.contact-form__row { grid-template-columns: 1fr; }
}

/* ---------- Reveal on scroll ---------- */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s ease, transform .7s cubic-bezier(.22,.61,.36,1); }
.reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; transition: none; } .hero__scroll { animation: none; } html { scroll-behavior: auto; } }

/* ---------- Responsive ---------- */
@media (max-width: 900px) {
	.site-nav, .site-nav__cta, .site-lang { display: none; }
	.site-nav__toggle { display: inline-flex; }
	.dest-grid, .tour-grid, .feature-grid { grid-template-columns: repeat(2,1fr); }
	.site-footer__grid { grid-template-columns: 1fr 1fr; }
	.site-footer__brand { grid-column: 1 / -1; }
}
@media (max-width: 600px) {
	.stats { grid-template-columns: repeat(2,1fr); }
	.dest-grid, .tour-grid, .feature-grid { grid-template-columns: 1fr; }
	.dest-card { aspect-ratio: 16/11; }
	.hero__cta .btn, .cta-hero__actions .btn { flex: 1 1 auto; justify-content: center; }
	.site-footer__grid { grid-template-columns: 1fr; }
	.site-footer__bar-inner { justify-content: center; text-align: center; }
}

/* ============================================================
   FRONT-END SYSTEM — Tours archive, single tour, account, journal
   Built on the same tokens + "life" language as the home page.
   ============================================================ */

/* ---------- Breadcrumbs ---------- */
.crumbs { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; font-size: 12.5px; color: var(--text-muted); margin-bottom: 14px; }
.crumbs a { color: var(--text-muted); text-decoration: none; transition: color .2s ease; }
.crumbs a:hover { color: var(--clay-600); }
.crumbs i { font-size: 9px; opacity: .55; }
.crumbs > span { color: var(--text-strong); font-weight: 600; }
.crumbs--light, .crumbs--light a, .crumbs--light > span { color: rgba(255,251,243,.82); }
.crumbs--light a:hover, .crumbs--light > span { color: #fff; }

/* ---------- Page hero — media (photo) variant ---------- */
.page-hero--media { background: #241c12; color: var(--sand-50); padding-top: clamp(128px, 16vw, 186px); padding-bottom: clamp(40px, 6vw, 74px); }
.page-hero__media { position: absolute; inset: 0; z-index: 0; background: var(--hero) center center / cover no-repeat; }
.page-hero__scrim { position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, rgba(16,11,6,.64) 0%, rgba(16,11,6,.3) 46%, rgba(16,11,6,.82) 100%); }
.page-hero--media .page-hero__glow { z-index: 1; }
.page-hero--media .page-hero__inner { text-align: left; max-width: 860px; margin: 0; }
.page-hero__title--light { color: #FFFDF8; text-shadow: 0 4px 30px rgba(16,11,6,.5); }
.page-hero__title--light em { background: linear-gradient(120deg, #F7D68C, var(--saffron-400)); -webkit-background-clip: text; background-clip: text; color: transparent; }
.page-hero__lead--light { color: rgba(255,251,243,.9); margin-left: 0; }
.page-hero__meta { display: flex; flex-wrap: wrap; gap: 12px 22px; margin-top: 22px; }
.page-hero__meta span { display: inline-flex; align-items: center; gap: 8px; font-size: 14px; color: rgba(255,251,243,.92); }
.page-hero__meta i { color: var(--saffron-300); }

/* ---------- Tour grid card (.tcard) — used by archive + related ---------- */
.tcard-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(20px, 2.4vw, 30px); }
.tcard { position: relative; display: flex; flex-direction: column; background: linear-gradient(180deg, #fff, #FFF7EC); border: 1px solid var(--clay-100); border-radius: var(--radius-lg); overflow: hidden; box-shadow: 0 20px 36px -26px rgba(190,85,31,.4); transition: transform .35s cubic-bezier(.22,.61,.36,1), box-shadow .35s ease, border-color .35s ease; }
.tcard:hover { transform: translateY(-6px); border-color: var(--clay-200); box-shadow: 0 32px 56px -26px rgba(190,85,31,.5); }
.tcard__media { position: relative; display: block; aspect-ratio: 4 / 3; overflow: hidden; }
.tcard__media-link { position: absolute; inset: 0; z-index: 1; }
.tcard__media::before { content: ""; position: absolute; inset: 0; background: var(--img) center center / cover no-repeat; background-color: var(--ink-800); transition: transform .8s cubic-bezier(.22,.61,.36,1); }
.tcard:hover .tcard__media::before { transform: scale(1.07); }
.tcard__media-shade { position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, rgba(20,12,6,.04) 0%, transparent 42%, rgba(20,12,6,.5) 100%); }
.tcard__tags { position: absolute; z-index: 2; top: 12px; left: 12px; display: flex; gap: 8px; flex-wrap: wrap; }
.tcard__type { display: inline-flex; align-items: center; gap: 6px; font-family: var(--font-label); font-size: 11px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: #fff; padding: 6px 12px; border-radius: var(--radius-pill); }
.tcard__type.is-private { background: linear-gradient(120deg, var(--clay-500), var(--clay-600)); box-shadow: 0 8px 16px -6px rgba(190,85,31,.7); }
.tcard__type.is-group { background: linear-gradient(120deg, var(--atlas-500), var(--atlas-700)); box-shadow: 0 8px 16px -6px rgba(31,110,103,.65); }
.tcard__type.is-day-trip { background: var(--saffron-400); color: var(--ink-900); }
.tcard__flag { display: inline-flex; align-items: center; font-family: var(--font-label); font-size: 10.5px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; color: var(--ink-900); background: var(--saffron-400); padding: 6px 11px; border-radius: var(--radius-pill); box-shadow: 0 8px 16px -7px rgba(184,147,74,.8); }
.tcard__save { position: absolute; z-index: 2; top: 12px; right: 12px; width: 38px; height: 38px; border-radius: 50%; border: 0; cursor: pointer; display: inline-flex; align-items: center; justify-content: center; color: #fff; background: rgba(20,12,6,.34); -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px); font-size: 15px; transition: background .25s ease, transform .25s ease, color .25s ease; }
.tcard__save:hover { background: rgba(20,12,6,.52); transform: scale(1.08); }
.tcard__save.is-saved { background: var(--clay-500); }
.tcard__save.is-saved i::before { content: "\f004"; font-weight: 900; }
.tcard__body { display: flex; flex-direction: column; flex: 1 1 auto; padding: 18px 20px 20px; }
.tcard__loc { display: inline-flex; align-items: center; gap: 6px; font-family: var(--font-label); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--clay-500); font-weight: 700; }
.tcard__title { font-family: var(--font-display); font-size: 22px; font-weight: 600; line-height: 1.14; margin: 8px 0 0; }
.tcard__title a { color: var(--text-strong); text-decoration: none; transition: color .2s ease; }
.tcard__title a:hover { color: var(--clay-600); }
.tcard__excerpt { margin: 8px 0 0; font-size: 14px; line-height: 1.6; color: var(--text-muted); }
.tcard__facts { list-style: none; display: flex; flex-wrap: wrap; gap: 8px 16px; margin: 14px 0 0; padding: 0; }
.tcard__facts li { display: inline-flex; align-items: center; gap: 6px; font-size: 12.5px; color: var(--text-body); }
.tcard__facts i { color: var(--clay-400); font-size: 12px; }
.tcard__foot { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: auto; padding-top: 16px; border-top: 1px solid var(--border-subtle); }
.tcard__foot { margin-top: 16px; }
.tcard__body > .tcard__foot { margin-top: auto; }
.tcard__price { font-size: 12px; color: var(--text-muted); }
.tcard__price b { font-family: var(--font-display); font-size: 22px; color: var(--clay-600); font-weight: 700; }
.tcard__price em { font-style: normal; }
.tcard__rate { display: inline-flex; align-items: center; gap: 6px; font-size: 13px; font-weight: 700; color: var(--text-strong); }
.tcard__rate i { color: var(--saffron-400); }
.tcard__cta { margin-top: 15px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 12px 18px; border-radius: var(--radius-pill); background: var(--clay-500); color: #fff; font-weight: 600; font-size: 14px; text-decoration: none; box-shadow: 0 10px 22px -12px rgba(190,85,31,.85); transition: background .2s ease, transform .2s ease, box-shadow .2s ease; }
.tcard__cta:hover { background: var(--clay-600); color: #fff; transform: translateY(-2px); box-shadow: 0 16px 30px -12px rgba(190,85,31,.95); }
.tcard__cta:focus-visible { outline: none; color: #fff; box-shadow: 0 0 0 3px rgba(228,171,67,.6); }
.tcard__cta i { transition: transform .2s ease; }
.tcard__cta:hover i { transform: translateX(3px); }

/* ---------- Tours archive layout + filter sidebar ---------- */
.tours-archive { background: linear-gradient(180deg, var(--sand-50) 0%, #FDF4EA 100%); }
.tours-archive__layout { display: grid; grid-template-columns: 290px 1fr; gap: clamp(22px, 3vw, 44px); align-items: start; }
.tours-filter { position: sticky; top: 96px; background: linear-gradient(180deg, #fff, #FFF9F1); border: 1px solid var(--clay-100); border-radius: var(--radius-lg); padding: 22px 22px 24px; box-shadow: 0 24px 46px -32px rgba(190,85,31,.4); }
.tours-filter__head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 16px; padding-bottom: 14px; border-bottom: 1px solid var(--border-subtle); }
.tours-filter__title { display: inline-flex; align-items: center; gap: 9px; font-family: var(--font-display); font-size: 20px; font-weight: 600; color: var(--text-strong); margin: 0; }
.tours-filter__title i { font-size: 15px; color: var(--clay-500); }
.tours-filter__clear { font-size: 12.5px; font-weight: 600; color: var(--clay-600); text-decoration: none; }
.tours-filter__clear:hover { color: var(--clay-700); }
.facet { margin-bottom: 18px; }
.facet__title { font-family: var(--font-label); font-size: 12px; letter-spacing: .1em; text-transform: uppercase; color: var(--text-muted); margin: 0 0 8px; }
.facet__opts { display: flex; flex-direction: column; gap: 1px; }
.facet__opt { position: relative; display: flex; align-items: center; cursor: pointer; padding: 8px 10px; border-radius: 10px; font-size: 14px; color: var(--text-body); transition: background .2s ease; }
.facet__opt:hover { background: var(--clay-50); }
.facet__opt input { position: absolute; opacity: 0; pointer-events: none; }
.facet__opt span { display: inline-flex; align-items: center; gap: 10px; width: 100%; }
.facet__opt span::before { content: ""; flex: none; width: 16px; height: 16px; border-radius: 50%; border: 2px solid var(--border-strong); transition: border-color .2s ease, box-shadow .2s ease, background .2s ease; }
.facet__opt input:checked + span { color: var(--clay-700); font-weight: 700; }
.facet__opt input:checked + span::before { border-color: var(--clay-500); background: radial-gradient(circle at center, var(--clay-500) 0 3.5px, #fff 4.5px); box-shadow: 0 0 0 3px rgba(190,85,31,.14); }
.facet__opt span em { margin-left: auto; font-style: normal; font-size: 11.5px; color: var(--text-subtle); background: var(--sand-100); padding: 1px 8px; border-radius: var(--radius-pill); }
.facet--price .price-range { padding-top: 2px; }
.price-range__out { display: block; font-family: var(--font-display); font-size: 20px; font-weight: 700; color: var(--clay-600); margin-bottom: 10px; }
.price-range input[type="range"] { width: 100%; -webkit-appearance: none; appearance: none; height: 6px; border-radius: var(--radius-pill); background: linear-gradient(90deg, var(--clay-400), var(--saffron-400)); outline: none; }
.price-range input[type="range"]::-webkit-slider-thumb { -webkit-appearance: none; width: 20px; height: 20px; border-radius: 50%; background: #fff; border: 3px solid var(--clay-500); cursor: pointer; box-shadow: 0 4px 10px -2px rgba(190,85,31,.6); transition: transform .15s ease; }
.price-range input[type="range"]::-webkit-slider-thumb:hover { transform: scale(1.14); }
.price-range input[type="range"]::-moz-range-thumb { width: 18px; height: 18px; border-radius: 50%; background: #fff; border: 3px solid var(--clay-500); cursor: pointer; }
.price-range__ends { display: flex; justify-content: space-between; margin-top: 9px; font-size: 11.5px; color: var(--text-subtle); }
.tours-filter__actions { margin-top: 20px; }
.tours-filter__actions .btn { width: 100%; justify-content: center; }
.tours-filter__mobile { display: none; align-items: center; justify-content: center; gap: 9px; width: 100%; margin-bottom: 18px; padding: 14px; border: 1.5px solid var(--clay-300); border-radius: var(--radius-pill); background: var(--clay-50); color: var(--clay-700); font-family: var(--font-body); font-weight: 700; font-size: 15px; cursor: pointer; }

/* Results toolbar */
.tours-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 14px; flex-wrap: wrap; margin-bottom: 22px; }
.tours-toolbar__count { margin: 0; font-size: 15px; color: var(--text-muted); }
.tours-toolbar__count strong { color: var(--text-strong); font-family: var(--font-display); font-size: 19px; }
.tours-sort { position: relative; display: inline-flex; align-items: center; gap: 9px; font-size: 13px; color: var(--text-muted); }
.tours-sort select { font-family: var(--font-body); font-size: 14px; font-weight: 600; color: var(--text-strong); background: #fff; border: 1px solid var(--border-default); border-radius: var(--radius-pill); padding: 9px 38px 9px 16px; cursor: pointer; -webkit-appearance: none; appearance: none; }
.tours-sort select:focus-visible { outline: none; border-color: var(--clay-400); box-shadow: 0 0 0 3px rgba(228,171,67,.28); }
.tours-sort::after { content: "\f107"; font-family: "Font Awesome 6 Free"; font-weight: 900; position: absolute; right: 15px; top: 50%; transform: translateY(-50%); pointer-events: none; color: var(--clay-500); font-size: 12px; }

/* Empty state */
.tours-empty { text-align: center; max-width: 470px; margin: 10px auto; padding: 36px 20px; }
.tours-empty__icon { display: inline-flex; align-items: center; justify-content: center; width: 74px; height: 74px; border-radius: 20px; background: var(--clay-500); color: #fff; font-size: 28px; box-shadow: 0 18px 34px -12px rgba(228,171,67,.55); }
.tours-empty h2 { font-family: var(--font-display); font-size: 26px; margin: 20px 0 0; color: var(--text-strong); }
.tours-empty p { margin: 10px 0 0; color: var(--text-muted); }
.tours-empty__actions { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; margin-top: 22px; }
.cta-hero--tight { padding-top: clamp(64px, 9vw, 104px); padding-bottom: clamp(90px, 13vw, 170px); }

/* Pagination */
.mtz-pagination { margin-top: clamp(34px, 5vw, 54px); }
.mtz-pagination ul { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; list-style: none; margin: 0; padding: 0; }
.mtz-pagination a, .mtz-pagination span { display: inline-flex; align-items: center; justify-content: center; min-width: 44px; height: 44px; padding: 0 12px; border-radius: 12px; font-weight: 600; font-size: 15px; color: var(--text-body); background: #fff; border: 1px solid var(--border-default); text-decoration: none; transition: transform .2s ease, border-color .2s ease, color .2s ease, box-shadow .2s ease; }
.mtz-pagination a:hover { border-color: var(--clay-300); color: var(--clay-600); transform: translateY(-2px); }
.mtz-pagination .current { background: var(--clay-500); color: #fff; border-color: transparent; box-shadow: 0 12px 24px -10px rgba(190,85,31,.6); }
.mtz-pagination .dots { border: 0; background: none; }

@media (max-width: 980px) {
	.tours-archive__layout { grid-template-columns: 1fr; }
	.tours-filter__mobile { display: flex; }
	.tours-filter { position: static; display: none; }
	.tours-filter.is-open { display: block; }
	.tcard-grid { grid-template-columns: repeat(2, 1fr); }
	.page-hero--media .page-hero__inner { max-width: none; }
}
@media (max-width: 620px) { .tcard-grid { grid-template-columns: 1fr; } }
/* ---------- Shared form controls (booking / auth / profile) ---------- */
.book-form input, .book-form textarea, .book-form select,
.auth__form input:not([type="checkbox"]), .profile-form input, .profile-form select {
	width: 100%; box-sizing: border-box; font-family: var(--font-body); font-size: 15px; color: var(--text-strong);
	background: var(--sand-50); border: 1px solid var(--border-default); border-radius: var(--radius-md); padding: 12px 14px;
	transition: border-color .2s ease, box-shadow .2s ease, background .2s ease; }
.book-form input::placeholder, .book-form textarea::placeholder, .auth__form input::placeholder, .profile-form input::placeholder { color: var(--text-subtle); }
.book-form input:focus, .book-form textarea:focus, .book-form select:focus,
.auth__form input:focus, .profile-form input:focus, .profile-form select:focus { outline: none; border-color: var(--clay-400); background: #fff; box-shadow: 0 0 0 3px rgba(228,171,67,.28); }
.book-form textarea, .auth__form textarea { resize: vertical; min-height: 84px; }

/* ---------- Single tour — hero ---------- */
.tour-hero { position: relative; overflow: hidden; min-height: min(72vh, 640px); display: flex; align-items: flex-end; color: var(--sand-50); background: #241c12; padding: clamp(118px, 15vw, 176px) 0 clamp(32px, 5vw, 54px); }
.tour-hero__media { position: absolute; inset: 0; z-index: 0; background: var(--hero) center center / cover no-repeat; animation: hero-zoom 30s ease-in-out infinite alternate; will-change: transform; }
.tour-hero__scrim { position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, rgba(16,11,6,.5) 0%, rgba(16,11,6,.26) 40%, rgba(16,11,6,.86) 100%); }
.tour-hero__inner { position: relative; z-index: 2; width: 100%; }
.tour-hero__badges { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 16px; }
.tour-hero__flag { display: inline-flex; align-items: center; font-family: var(--font-label); font-size: 11px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; color: var(--ink-900); background: var(--saffron-400); padding: 6px 13px; border-radius: var(--radius-pill); }
.tour-hero__title { font-family: var(--font-display); font-weight: 600; font-size: clamp(34px, 5.6vw, 64px); line-height: 1.04; color: #FFFDF8; margin: 0; text-shadow: 0 4px 30px rgba(16,11,6,.5); }
.tour-hero__sub { max-width: 640px; margin: 16px 0 0; font-size: clamp(16px, 2.2vw, 20px); line-height: 1.6; color: rgba(255,251,243,.9); text-shadow: 0 2px 14px rgba(16,11,6,.5); }
.tour-hero__facts { display: flex; flex-wrap: wrap; gap: 12px 26px; margin-top: 22px; }
.tour-hero__facts span { display: inline-flex; align-items: center; gap: 8px; font-size: 14.5px; color: rgba(255,251,243,.92); }
.tour-hero__facts i { color: var(--saffron-300); }
.tour-hero__rate { font-weight: 700; }
.tour-hero__rate em { font-style: normal; color: rgba(255,251,243,.7); }
.tour-hero__actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 26px; }

/* ---------- Single tour — gallery ---------- */
.tour-gallery-wrap { background: var(--sand-50); padding-top: clamp(20px, 3vw, 32px); }
.tour-gallery { display: grid; grid-template-columns: repeat(4, 1fr); grid-template-rows: 1fr 1fr; gap: 12px; height: clamp(300px, 40vw, 440px); }
.tour-gallery__item { position: relative; display: block; border-radius: 14px; overflow: hidden; background: var(--img) center center / cover no-repeat; background-color: var(--ink-800); }
.tour-gallery__item:first-child { grid-column: 1 / 3; grid-row: 1 / 3; }
.tour-gallery__item::after { content: ""; position: absolute; inset: 0; background: rgba(20,12,6,0); transition: background .3s ease; }
.tour-gallery__item:hover::after { background: rgba(20,12,6,.16); }
.tour-gallery__more { position: absolute; inset: 0; z-index: 2; display: flex; align-items: center; justify-content: center; background: rgba(20,12,6,.5); color: #fff; font-family: var(--font-display); font-size: 30px; font-weight: 700; }

/* ---------- Single tour — body ---------- */
.tour-body { background: linear-gradient(180deg, var(--sand-50), #FDF4EA); }
.tour-body__layout { display: grid; grid-template-columns: 1fr 372px; gap: clamp(28px, 3.4vw, 56px); align-items: start; }
.tour-body__main { min-width: 0; }
.tour-block { margin-bottom: clamp(34px, 4vw, 52px); }
.tour-block__title { font-family: var(--font-display); font-size: clamp(24px, 3vw, 32px); font-weight: 600; color: var(--text-strong); margin: 6px 0 16px; }
.tour-prose { color: var(--text-body); font-size: 16.5px; line-height: 1.8; }
.tour-prose p { margin: 0 0 16px; }
.tour-prose h2, .tour-prose h3 { font-family: var(--font-display); color: var(--text-strong); margin: 26px 0 10px; }
.tour-glance { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-bottom: clamp(34px, 4vw, 52px); }
.glance { display: flex; flex-direction: column; padding: 18px; background: linear-gradient(180deg, #fff, #FFF7EC); border: 1px solid var(--clay-100); border-radius: var(--radius-md); }
.glance__i { width: 40px; height: 40px; border-radius: 11px; display: inline-flex; align-items: center; justify-content: center; background: var(--clay-500); color: #fff; font-size: 15px; margin-bottom: 12px; }
.glance__k { font-size: 11.5px; letter-spacing: .08em; text-transform: uppercase; color: var(--text-muted); font-weight: 700; }
.glance__v { font-family: var(--font-display); font-size: 18px; color: var(--text-strong); font-weight: 600; margin-top: 3px; }
.tour-highlights { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 12px 26px; }
.tour-highlights li { display: flex; gap: 11px; align-items: flex-start; font-size: 15.5px; line-height: 1.5; color: var(--text-body); }
.tour-highlights i { flex: none; margin-top: 2px; width: 22px; height: 22px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; font-size: 10px; color: #fff; background: var(--clay-500); }

/* Itinerary timeline accordion */
.itin__item { position: relative; border-left: 2px solid var(--border-default); padding-left: 26px; }
.itin__item:last-child { border-left-color: transparent; }
.itin__item::before { content: ""; position: absolute; left: -8px; top: 18px; width: 14px; height: 14px; border-radius: 50%; background: var(--clay-500); box-shadow: 0 0 0 4px var(--sand-50); }
.itin__head { width: 100%; display: flex; align-items: center; gap: 12px; padding: 13px 0; background: none; border: 0; cursor: pointer; text-align: left; }
.itin__day { flex: none; font-family: var(--font-label); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; color: #fff; background: var(--clay-500); padding: 5px 11px; border-radius: var(--radius-pill); }
.itin__ttl { font-family: var(--font-display); font-size: 19px; font-weight: 600; color: var(--text-strong); flex: 1 1 auto; }
.itin__chev { color: var(--clay-500); transition: transform .35s ease; }
.itin__item.is-open .itin__chev { transform: rotate(180deg); }
.itin__body { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .4s ease; }
.itin__item.is-open .itin__body { grid-template-rows: 1fr; }
.itin__body-inner { overflow: hidden; }
.itin__body-inner p { margin: 0 0 16px; color: var(--text-muted); font-size: 15px; line-height: 1.7; }

/* Included / excluded */
.tour-incl { display: grid; grid-template-columns: 1fr 1fr; gap: 16px 32px; }
.incl { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 11px; }
.incl li { display: flex; gap: 10px; align-items: flex-start; font-size: 15px; line-height: 1.5; }
.incl i { flex: none; margin-top: 2px; font-size: 16px; }
.incl--yes li { color: var(--text-body); }
.incl--yes i { color: var(--atlas-500); }
.incl--no li { color: var(--text-muted); }
.incl--no i { color: var(--clay-400); }
.tour-map { border-radius: var(--radius-lg); overflow: hidden; border: 1px solid var(--clay-100); box-shadow: 0 20px 40px -28px rgba(190,85,31,.4); }
.tour-map iframe { display: block; }

/* ---------- Sticky booking card ---------- */
.tour-body__side { position: sticky; top: 92px; }
.book-card { background: linear-gradient(180deg, #fff, #FFF9F1); border: 1px solid var(--clay-100); border-radius: var(--radius-xl); padding: 24px; box-shadow: 0 34px 64px -34px rgba(130,57,20,.5); scroll-margin-top: 92px; }
.book-card__top { display: flex; align-items: baseline; gap: 8px; flex-wrap: wrap; padding-bottom: 18px; border-bottom: 1px solid var(--border-subtle); }
.book-card__from { font-size: 13px; color: var(--text-muted); }
.book-card__price { font-family: var(--font-display); font-size: 38px; font-weight: 700; line-height: 1; background: var(--clay-600); -webkit-background-clip: text; background-clip: text; color: transparent; }
.book-card__unit { font-size: 13px; color: var(--text-muted); }
.book-card__rate { margin-left: auto; display: inline-flex; align-items: center; gap: 6px; font-weight: 700; font-size: 14px; color: var(--text-strong); }
.book-card__rate i { color: var(--saffron-400); }
.book-form { margin-top: 18px; }
.book-form__row { margin-bottom: 14px; }
.book-form__row > .field__label { margin-bottom: 8px; }
.book-form__grid2 { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.field--icon { position: relative; }
.field--icon > i { position: absolute; left: 13px; bottom: 14px; color: var(--clay-400); pointer-events: none; font-size: 14px; }
.field--icon input { padding-left: 36px; }
.stepper { display: inline-flex; align-items: center; border: 1px solid var(--border-default); border-radius: var(--radius-pill); overflow: hidden; background: #fff; }
.stepper__btn { width: 46px; height: 48px; border: 0; background: var(--sand-50); color: var(--clay-600); font-size: 14px; cursor: pointer; transition: background .2s ease, color .2s ease; }
.stepper__btn:hover { background: var(--clay-50); color: var(--clay-700); }
.stepper input { width: 66px; text-align: center; border: 0; background: none; font-family: var(--font-display); font-size: 20px; font-weight: 700; color: var(--text-strong); -moz-appearance: textfield; padding: 0; }
.stepper input::-webkit-outer-spin-button, .stepper input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
.book-card__total { display: flex; align-items: center; justify-content: space-between; margin: 6px 0 16px; padding: 14px 16px; border-radius: var(--radius-md); background: linear-gradient(120deg, rgba(190,85,31,.08), rgba(228,171,67,.12)); border: 1px solid var(--clay-100); }
.book-card__total span { font-size: 14px; color: var(--text-muted); }
.book-card__total-val { font-family: var(--font-display); font-size: 24px; font-weight: 700; color: var(--clay-600); }
.book-card__submit { width: 100%; justify-content: center; }
.book-card__submit.is-loading { opacity: .7; pointer-events: none; }
.book-form__status { margin: 12px 0 0; font-size: 14px; font-weight: 600; text-align: center; }
.book-form__status.is-ok { color: var(--atlas-500); }
.book-form__status.is-err { color: var(--clay-600); }
.book-card__trust { list-style: none; margin: 16px 0 0; padding: 16px 0 0; border-top: 1px solid var(--border-subtle); display: flex; flex-direction: column; gap: 10px; }
.book-card__trust li { display: flex; gap: 10px; align-items: flex-start; font-size: 12.5px; line-height: 1.4; color: var(--text-muted); }
.book-card__trust i { color: var(--atlas-500); margin-top: 2px; }
.tour-related { background: linear-gradient(180deg, #FDF4EA, var(--sand-50)); }

/* ============================================================
   SINGLE TOUR v2 — luxury two-column layout (.ts-*)
   Left sticky sidebar (price · inclusions · help) + right main
   (rounded hero card · overview · itinerary timeline / gallery
   split · map · enquiry form) + full-width related grid.
   ============================================================ */
.ts { background: var(--sand-50); }
.ts .mtz-container { max-width: none; padding-left: clamp(24px, 3.5vw, 72px); padding-right: clamp(24px, 3.5vw, 72px); }
.ts-crumbs { padding: clamp(104px, 13vw, 138px) 0 0; }
.ts-crumbs .crumbs { margin-bottom: 0; }
.ts-wrap { padding: clamp(18px, 2.6vw, 30px) 0 clamp(50px, 6vw, 86px); }
.ts-layout { display: grid; grid-template-columns: 322px minmax(0, 1fr); gap: clamp(26px, 3vw, 54px); align-items: start; }
.ts-main { min-width: 0; display: flex; flex-direction: column; gap: clamp(36px, 4.6vw, 62px); }

/* ---------- Left sidebar ---------- */
.ts-side { position: sticky; top: 96px; display: flex; flex-direction: column; gap: 18px; }
.ts-card { background: linear-gradient(180deg, #fff, #FFFAF2); border: 1px solid var(--clay-100); border-radius: var(--radius-lg); padding: 22px; box-shadow: 0 24px 48px -30px rgba(130,57,20,.42); }

/* Price card */
.ts-price__head { display: flex; flex-wrap: wrap; align-items: baseline; gap: 4px 10px; padding-bottom: 16px; border-bottom: 1px solid var(--border-subtle); }
.ts-price__from { flex-basis: 100%; font-size: 10.5px; letter-spacing: .14em; text-transform: uppercase; color: var(--text-muted); font-weight: 700; }
.ts-price__amt { display: inline-flex; align-items: baseline; gap: 6px; }
.ts-price__num { font-family: var(--font-display); font-size: 40px; font-weight: 700; line-height: 1; background: var(--clay-600); -webkit-background-clip: text; background-clip: text; color: transparent; }
.ts-price__unit { font-size: 13px; color: var(--text-muted); }
.ts-price__rate { margin-left: auto; display: inline-flex; align-items: center; gap: 5px; font-weight: 700; font-size: 13.5px; color: var(--text-strong); }
.ts-price__rate i { color: var(--saffron-400); }
.ts-price__rate em { font-style: normal; font-weight: 500; color: var(--text-muted); }
.ts-facts { list-style: none; margin: 16px 0 18px; padding: 0; }
.ts-facts li { display: grid; grid-template-columns: 22px 1fr; column-gap: 13px; align-items: center; padding: 11px 0; border-bottom: 1px solid var(--border-subtle); }
.ts-facts li:last-child { border-bottom: 0; }
.ts-facts i { grid-column: 1; grid-row: 1 / span 2; align-self: center; color: var(--clay-500); font-size: 16px; text-align: center; }
.ts-facts__k { grid-column: 2; grid-row: 1; font-size: 10.5px; letter-spacing: .1em; text-transform: uppercase; color: var(--text-muted); font-weight: 700; }
.ts-facts__v { grid-column: 2; grid-row: 2; font-family: var(--font-display); font-size: 16px; font-weight: 600; color: var(--text-strong); margin-top: 1px; }
.ts-price__note { display: flex; gap: 8px; align-items: flex-start; margin: 13px 0 0; font-size: 12px; line-height: 1.45; color: var(--text-muted); }
.ts-price__note i { color: var(--atlas-500); margin-top: 2px; }

/* Shared pill buttons */
.ts-btn { display: inline-flex; align-items: center; justify-content: center; gap: 9px; font-family: var(--font-body); font-weight: 700; font-size: 13.5px; letter-spacing: .04em; text-transform: uppercase; border: 0; border-radius: var(--radius-md); padding: 15px 22px; cursor: pointer; transition: background .2s ease, transform .2s ease, box-shadow .2s ease; text-decoration: none; line-height: 1; }
.ts-btn--book { width: 100%; background: var(--clay-500); color: #fff; box-shadow: var(--shadow-clay); }
.ts-btn--book:hover { background: var(--clay-600); color: #fff; transform: translateY(-1px); }
.ts-btn--help { width: 100%; background: var(--atlas-500); color: #fff; }
.ts-btn--help:hover { background: var(--atlas-700); color: #fff; transform: translateY(-1px); }

/* Inclusions / exclusions card */
.ts-incl__head { font-family: var(--font-body); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--text-strong); font-weight: 800; margin: 0 0 12px; }
.ts-incl__list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 10px; }
.ts-incl__list li { display: flex; gap: 10px; align-items: flex-start; font-size: 14px; line-height: 1.45; }
.ts-incl__list i { flex: none; margin-top: 1px; font-size: 15px; }
.ts-incl__list--yes li { color: var(--text-body); }
.ts-incl__list--yes i { color: var(--atlas-500); }
.ts-incl__list--no li { color: var(--text-muted); }
.ts-incl__list--no i { color: var(--clay-400); }
.ts-incl__rule { border: 0; border-top: 1px solid var(--border-subtle); margin: 16px 0; }

/* Need-help card */
.ts-help__head { display: flex; align-items: center; gap: 11px; margin-bottom: 11px; }
.ts-help__icon { flex: none; width: 38px; height: 38px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; background: var(--atlas-100); color: var(--atlas-700); font-size: 16px; }
.ts-help__label { font-family: var(--font-body); font-size: 12px; letter-spacing: .12em; text-transform: uppercase; font-weight: 800; color: var(--text-strong); }
.ts-help__text { margin: 0 0 16px; font-size: 13.5px; line-height: 1.55; color: var(--text-muted); }

/* ---------- Right main — hero header card ---------- */
.ts-hero { position: relative; overflow: hidden; border-radius: var(--radius-xl); min-height: clamp(360px, 42vw, 460px); display: flex; align-items: flex-end; color: #fff; box-shadow: 0 30px 60px -30px rgba(42,33,22,.5); isolation: isolate; }
.ts-hero__media { position: absolute; inset: 0; z-index: 0; background: var(--hero) center center / cover no-repeat; transition: transform 1.2s ease; }
.ts-hero:hover .ts-hero__media { transform: scale(1.045); }
.ts-hero__scrim { position: absolute; inset: 0; z-index: 1; background: linear-gradient(to top right, rgba(16,11,6,.92) 0%, rgba(16,11,6,.52) 42%, rgba(16,11,6,.1) 72%, transparent 100%); }
.ts-hero__inner { position: relative; z-index: 2; width: 100%; padding: clamp(24px, 3.4vw, 42px); }
.ts-hero__badges { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 14px; }
.ts-hero__flag { display: inline-flex; align-items: center; font-family: var(--font-label); font-size: 11px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; color: var(--ink-900); background: var(--saffron-400); padding: 5px 12px; border-radius: var(--radius-pill); }
.ts-hero__eyebrow { display: inline-flex; align-items: center; gap: 8px; font-family: var(--font-body); font-size: 11.5px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: rgba(255,251,243,.9); }
.ts-hero__eyebrow i { color: var(--saffron-300); }
.ts-hero__title { font-family: var(--font-display); font-weight: 600; font-size: clamp(30px, 4.2vw, 50px); line-height: 1.04; color: #FFFDF8; margin: 10px 0 0; text-shadow: 0 4px 26px rgba(16,11,6,.5); }
.ts-hero__sub { max-width: 560px; margin: 12px 0 0; font-size: clamp(15px, 1.6vw, 17px); line-height: 1.55; color: rgba(255,251,243,.9); text-shadow: 0 2px 12px rgba(16,11,6,.5); }
.ts-hero__facts { display: flex; flex-wrap: wrap; gap: 10px 22px; margin-top: 18px; padding-top: 16px; border-top: 1px solid rgba(255,255,255,.18); }
.ts-hero__facts span { display: inline-flex; align-items: center; gap: 8px; font-size: 13.5px; color: rgba(255,251,243,.94); }
.ts-hero__facts i { color: var(--saffron-300); }

/* Content blocks */
.ts-block__title { font-family: var(--font-display); font-size: clamp(24px, 2.6vw, 32px); font-weight: 600; color: var(--text-strong); margin: 8px 0 16px; }
.ts-highlights { list-style: none; margin: 22px 0 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 12px 26px; }
.ts-highlights li { display: flex; gap: 11px; align-items: flex-start; font-size: 15px; line-height: 1.5; color: var(--text-body); }
.ts-highlights i { flex: none; margin-top: 2px; width: 22px; height: 22px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; font-size: 10px; color: #fff; background: var(--clay-500); }

/* Split: itinerary timeline · gallery + info */
.ts-split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px, 3vw, 48px); align-items: start; }
.ts-split__col { min-width: 0; }
.ts-split__col:only-child { grid-column: 1 / -1; }
.ts-split__col .eyebrow { display: block; margin-bottom: 16px; }

/* Itinerary timeline */
.ts-tl { list-style: none; margin: 0; padding: 0; }
.ts-tl__item { position: relative; padding: 0 0 24px 46px; }
.ts-tl__item:last-child { padding-bottom: 0; }
.ts-tl__item::before { content: ""; position: absolute; left: 15px; top: 8px; bottom: -8px; border-left: 2px dashed var(--border-strong); }
.ts-tl__item:last-child::before { display: none; }
.ts-tl__dot { position: absolute; left: 0; top: 0; z-index: 1; width: 32px; height: 32px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; background: linear-gradient(135deg, var(--clay-500), var(--clay-600)); color: #fff; font-family: var(--font-display); font-weight: 700; font-size: 15px; box-shadow: 0 0 0 4px var(--sand-50), 0 6px 14px -6px rgba(190,85,31,.6); }
.ts-tl__day { font-family: var(--font-label); font-size: 10.5px; letter-spacing: .12em; text-transform: uppercase; color: var(--clay-600); font-weight: 700; }
.ts-tl__ttl { font-family: var(--font-display); font-size: 18px; font-weight: 600; color: var(--text-strong); margin: 3px 0 5px; line-height: 1.2; }
.ts-tl__desc { margin: 0; font-size: 14px; line-height: 1.6; color: var(--text-muted); }

/* Gallery shots (2×2) */
.ts-shots { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.ts-shots__item { position: relative; display: block; aspect-ratio: 4 / 5; border-radius: var(--radius-md); overflow: hidden; background: var(--img) center center / cover no-repeat; background-color: var(--ink-800); }
.ts-shots__item::after { content: ""; position: absolute; inset: 0; background: rgba(20,12,6,0); transition: background .3s ease; }
.ts-shots__item:hover::after { background: rgba(20,12,6,.18); }
.ts-shots__more { position: absolute; inset: 0; z-index: 2; display: flex; align-items: center; justify-content: center; background: rgba(20,12,6,.5); color: #fff; font-family: var(--font-display); font-size: 26px; font-weight: 700; }

/* Info box */
.ts-info { margin-top: 22px; background: linear-gradient(180deg, #fff, var(--sand-100)); border: 1px solid var(--border-subtle); border-radius: var(--radius-lg); padding: 20px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.ts-info__cell { display: flex; flex-direction: column; align-items: flex-start; gap: 3px; }
.ts-info__cell i { color: var(--clay-500); font-size: 17px; margin-bottom: 5px; }
.ts-info__k { font-size: 10px; letter-spacing: .1em; text-transform: uppercase; color: var(--text-muted); font-weight: 700; }
.ts-info__v { font-family: var(--font-display); font-size: 15px; font-weight: 600; color: var(--text-strong); line-height: 1.25; }

/* Sustainability banner */
.ts-eco { margin-top: 16px; display: flex; align-items: center; gap: 16px; background: linear-gradient(120deg, var(--atlas-100), #EAF2F0); border: 1px solid #CFE2DE; border-radius: var(--radius-lg); padding: 18px 20px; }
.ts-eco__icon { flex: none; width: 44px; height: 44px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; background: var(--atlas-500); color: #fff; font-size: 18px; }
.ts-eco__text { margin: 0; font-size: 13.5px; line-height: 1.5; color: var(--atlas-800); }

/* Map */
.ts-map { border-radius: var(--radius-lg); overflow: hidden; border: 1px solid var(--clay-100); box-shadow: 0 20px 40px -28px rgba(190,85,31,.4); }
.ts-map iframe { display: block; }

/* Enquiry form */
.ts-enquire { background: linear-gradient(180deg, #fff, #FFF9F1); border: 1px solid var(--clay-100); border-radius: var(--radius-xl); padding: clamp(24px, 3vw, 40px); box-shadow: 0 30px 60px -34px rgba(130,57,20,.4); scroll-margin-top: 96px; }
.ts-enquire__lead { margin: 0 0 22px; font-size: 15.5px; line-height: 1.6; color: var(--text-muted); max-width: 620px; }
.ts-enquire .book-form__grid2 { margin-bottom: 14px; align-items: stretch; }
.ts-enquire .field { margin-bottom: 0; }
.ts-enquire .book-form > .field { margin-bottom: 16px; }
.ts-enquire__total { display: flex; flex-direction: column; justify-content: center; gap: 3px; padding: 10px 16px; border-radius: var(--radius-md); background: linear-gradient(120deg, rgba(190,85,31,.08), rgba(228,171,67,.12)); border: 1px solid var(--clay-100); }
.ts-enquire__total span { font-size: 11px; letter-spacing: .06em; text-transform: uppercase; color: var(--text-muted); font-weight: 700; }
.ts-enquire__trust { list-style: none; margin: 18px 0 0; padding: 18px 0 0; border-top: 1px solid var(--border-subtle); display: flex; flex-wrap: wrap; gap: 12px 26px; }
.ts-enquire__trust li { display: flex; gap: 9px; align-items: center; font-size: 12.5px; line-height: 1.4; color: var(--text-muted); }
.ts-enquire__trust i { color: var(--atlas-500); }

/* Related (full-width, 4-up) */
.ts-related { background: linear-gradient(180deg, #FDF4EA, var(--sand-50)); }
.ts-related .tcard-grid { grid-template-columns: repeat(4, 1fr); }

/* ---------- Single tour v2 — responsive ---------- */
@media (max-width: 1080px) {
	.ts-layout { grid-template-columns: 270px minmax(0, 1fr); gap: 26px; }
	.ts-related .tcard-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 900px) {
	.ts-layout { grid-template-columns: 1fr; gap: 30px; }
	.ts-main { order: 1; }
	.ts-side { order: 2; position: static; top: auto; display: grid; grid-template-columns: 1fr 1fr; gap: 16px; align-items: start; }
	.ts-price { grid-column: 1 / -1; }
	.ts-split { grid-template-columns: 1fr; gap: 30px; }
}
@media (max-width: 620px) {
	.ts-side { grid-template-columns: 1fr; }
	.ts-highlights { grid-template-columns: 1fr; }
	.ts-info { grid-template-columns: 1fr; }
	.ts-related .tcard-grid { grid-template-columns: 1fr; }
	.ts-hero__inner { padding: 22px; }
}
@media (prefers-reduced-motion: reduce) {
	.ts-hero__media { transition: none; }
	.ts-hero:hover .ts-hero__media { transform: none; }
}

/* ---------- Lightbox (built by JS) ---------- */
.mtz-lightbox { position: fixed; inset: 0; z-index: 300; display: flex; align-items: center; justify-content: center; background: rgba(16,10,5,.92); opacity: 0; visibility: hidden; transition: opacity .3s ease, visibility .3s ease; padding: 5vw; }
.mtz-lightbox.is-open { opacity: 1; visibility: visible; }
.mtz-lightbox img { max-width: 92vw; max-height: 86vh; border-radius: 12px; box-shadow: 0 30px 80px rgba(0,0,0,.6); }
.mtz-lightbox__btn { position: absolute; top: 50%; transform: translateY(-50%); width: 52px; height: 52px; border-radius: 50%; border: 1px solid rgba(255,255,255,.25); background: rgba(255,255,255,.08); color: #fff; font-size: 18px; cursor: pointer; display: inline-flex; align-items: center; justify-content: center; transition: background .2s ease; }
.mtz-lightbox__btn:hover { background: rgba(255,255,255,.2); }
.mtz-lightbox__prev { left: 4vw; }
.mtz-lightbox__next { right: 4vw; }
.mtz-lightbox__close { top: 4vh; right: 4vw; transform: none; }

@media (max-width: 980px) {
	.tour-body__layout { grid-template-columns: 1fr; }
	.tour-body__side { position: static; margin-top: 12px; }
	.book-card { max-width: 520px; }
	.tour-highlights, .tour-incl { grid-template-columns: 1fr; }
	.tour-glance { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
	.tour-gallery { grid-template-columns: repeat(2, 1fr); grid-template-rows: none; height: auto; }
	.tour-gallery__item { aspect-ratio: 3 / 2; }
	.tour-gallery__item:first-child { grid-column: 1 / -1; }
	.book-form__grid2 { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
	.tour-hero__media { animation: none; }
	.itin__body { transition: none; }
	.itin__chev { transition: none; }
}
/* ============================================================
   ACCOUNT — auth (guest) + dashboard (logged in)
   ============================================================ */
.auth__remember input, .auth__terms input, .book-form input[type="checkbox"] { accent-color: var(--clay-500); }

.auth { position: relative; overflow: hidden; min-height: 100vh; display: flex; align-items: center; padding: clamp(112px, 15vw, 150px) 0 clamp(50px, 7vw, 90px); background: linear-gradient(180deg, var(--sand-50) 0%, #FDF1E2 100%); }
.auth__grid { position: absolute; inset: 0; z-index: 0; pointer-events: none; background-image: linear-gradient(to right, rgba(190,85,31,.07) 1px, transparent 1px), linear-gradient(to bottom, rgba(190,85,31,.07) 1px, transparent 1px); background-size: 90px 80px; -webkit-mask-image: radial-gradient(ellipse 70% 60% at 50% 0%, #000 60%, transparent 108%); mask-image: radial-gradient(ellipse 70% 60% at 50% 0%, #000 60%, transparent 108%); }
.auth__glow { position: absolute; z-index: 0; top: -10%; left: 50%; transform: translateX(-50%); width: min(980px, 120%); height: 60%; background: radial-gradient(56% 60% at 50% 0%, rgba(228,171,67,.22), transparent 70%); pointer-events: none; }
.auth__inner { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px, 4vw, 64px); align-items: center; }
.auth__brand { font-family: var(--font-label); font-size: 16px; letter-spacing: .16em; text-transform: uppercase; color: var(--ink-900); text-decoration: none; }
.auth__headline { font-family: var(--font-display); font-weight: 600; font-size: clamp(32px, 4.4vw, 52px); line-height: 1.06; color: var(--text-strong); margin: 18px 0 0; }
.auth__headline em { font-style: italic; color: var(--clay-600); }
.auth__lead { margin: 18px 0 0; font-size: 17px; line-height: 1.7; color: var(--text-muted); max-width: 440px; }
.auth__perks { list-style: none; margin: 24px 0 0; padding: 0; display: flex; flex-direction: column; gap: 14px; }
.auth__perks li { display: flex; align-items: center; gap: 13px; font-size: 15.5px; color: var(--text-body); }
.auth__perks i { flex: none; width: 38px; height: 38px; border-radius: 11px; display: inline-flex; align-items: center; justify-content: center; background: var(--clay-500); color: #fff; font-size: 15px; box-shadow: 0 10px 20px -8px rgba(228,171,67,.5); }
.auth__reassure { display: inline-flex; align-items: center; gap: 9px; margin-top: 26px; font-size: 13px; color: var(--text-muted); }
.auth__reassure i { color: var(--atlas-500); }
.auth__card { background: #fff; border: 1px solid var(--clay-100); border-radius: var(--radius-xl); padding: clamp(26px, 3vw, 40px); box-shadow: 0 40px 80px -40px rgba(130,57,20,.5); }
.auth__tabs { display: flex; gap: 6px; padding: 5px; background: var(--sand-100); border-radius: var(--radius-pill); margin-bottom: 24px; }
.auth__tab { flex: 1; padding: 11px; border: 0; border-radius: var(--radius-pill); background: none; font-family: var(--font-body); font-weight: 700; font-size: 14.5px; color: var(--text-muted); cursor: pointer; transition: background .25s ease, color .25s ease, box-shadow .25s ease; }
.auth__tab.is-active { background: #fff; color: var(--clay-600); box-shadow: 0 6px 16px -8px rgba(130,57,20,.4); }
.auth__form { display: none; }
.auth__form.is-active { display: block; animation: mtz-fade .35s ease; }
@keyframes mtz-fade { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }
.auth__form-title { font-family: var(--font-display); font-size: 26px; font-weight: 600; color: var(--text-strong); margin: 0 0 18px; }
.auth__form .field { margin-bottom: 16px; }
.auth__row { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin: 2px 0 18px; flex-wrap: wrap; }
.auth__remember { display: inline-flex; align-items: center; gap: 8px; font-size: 13.5px; color: var(--text-muted); cursor: pointer; }
.auth__link { font-size: 13.5px; color: var(--clay-600); font-weight: 600; }
.auth__link:hover { color: var(--clay-700); }
.auth__submit { width: 100%; justify-content: center; }
.auth__terms { display: flex; align-items: flex-start; gap: 9px; margin: 4px 0 18px; font-size: 13px; line-height: 1.5; color: var(--text-muted); cursor: pointer; }
.auth__terms input { margin-top: 3px; }
.auth__terms a { color: var(--clay-600); font-weight: 600; }
.auth__note { display: flex; align-items: center; gap: 8px; margin: 14px 0 0; font-size: 13px; color: var(--text-muted); }
.auth__note i { color: var(--atlas-500); }
.auth__switch { margin: 18px 0 0; text-align: center; font-size: 14px; color: var(--text-muted); }
.auth__switch-btn { border: 0; background: none; color: var(--clay-600); font-weight: 700; font-family: var(--font-body); font-size: 14px; cursor: pointer; }
.auth__switch-btn:hover { color: var(--clay-700); }

/* Dashboard */
.dash { background: linear-gradient(180deg, var(--sand-50), #FDF4EA); min-height: 70vh; }
.dash__top { position: relative; overflow: hidden; color: var(--sand-50); padding: clamp(112px, 14vw, 150px) 0 clamp(30px, 4vw, 44px); background: radial-gradient(rgba(255,255,255,.05) 1px, transparent 1.5px) 0 0 / 24px 24px, radial-gradient(130% 120% at 20% -10%, #3A2416 0%, #241610 52%, #180F08 100%); }
.dash__top::before { content: ""; position: absolute; z-index: 0; top: -30%; right: -8%; width: 52%; height: 120%; background: radial-gradient(circle, rgba(228,171,67,.2), transparent 62%); pointer-events: none; }
.dash__top-inner { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
.dash__ident { display: flex; align-items: center; gap: 18px; }
.dash__avatar-img, .dash__avatar img { width: 72px; height: 72px; border-radius: 50%; border: 3px solid rgba(228,171,67,.5); box-shadow: 0 14px 30px -10px rgba(0,0,0,.5); }
.dash__hello { font-family: var(--font-display); font-size: clamp(28px, 3.6vw, 40px); font-weight: 600; color: #fff; margin: 6px 0 0; }
.dash__meta { margin: 6px 0 0; font-size: 13.5px; color: rgba(248,241,231,.7); display: inline-flex; align-items: center; gap: 8px; }
.dash__meta i { color: var(--saffron-400); }
.dash__body { display: grid; grid-template-columns: 250px 1fr; gap: clamp(22px, 3vw, 44px); align-items: start; padding-top: clamp(28px, 4vw, 44px); padding-bottom: clamp(50px, 8vw, 90px); }
.dash__nav { position: sticky; top: 92px; display: flex; flex-direction: column; gap: 6px; background: #fff; border: 1px solid var(--clay-100); border-radius: var(--radius-lg); padding: 14px; box-shadow: 0 24px 44px -32px rgba(190,85,31,.4); }
.dash__navlink { display: flex; align-items: center; gap: 12px; padding: 13px 16px; border: 0; border-radius: var(--radius-md); background: none; font-family: var(--font-body); font-weight: 600; font-size: 14.5px; color: var(--text-body); cursor: pointer; text-align: left; transition: background .2s ease, color .2s ease; }
.dash__navlink i { width: 18px; color: var(--clay-400); transition: color .2s ease; }
.dash__navlink:hover { background: var(--clay-50); color: var(--clay-700); }
.dash__navlink.is-active { background: var(--clay-500); color: #fff; box-shadow: 0 12px 24px -12px rgba(190,85,31,.7); }
.dash__navlink.is-active i { color: #fff; }
.dash__count { margin-left: auto; font-style: normal; font-size: 12px; font-weight: 700; background: var(--sand-100); color: var(--clay-600); padding: 1px 9px; border-radius: var(--radius-pill); }
.dash__navlink.is-active .dash__count { background: rgba(255,255,255,.25); color: #fff; }
.dash__panel { display: none; }
.dash__panel.is-active { display: block; animation: mtz-fade .35s ease; }
.dash__stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-bottom: 22px; }
.dstat { padding: 22px; background: linear-gradient(180deg, #fff, #FFF7EC); border: 1px solid var(--clay-100); border-radius: var(--radius-lg); box-shadow: 0 18px 32px -26px rgba(190,85,31,.4); }
.dstat__i { display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; border-radius: 12px; background: var(--clay-500); color: #fff; font-size: 17px; }
.dstat__n { display: block; font-family: var(--font-display); font-size: 34px; font-weight: 700; color: var(--text-strong); line-height: 1; margin-top: 14px; }
.dstat__l { display: block; margin-top: 6px; font-size: 13px; color: var(--text-muted); }
.dash__card { background: linear-gradient(180deg, #fff, #FFF9F1); border: 1px solid var(--clay-100); border-radius: var(--radius-lg); padding: clamp(22px, 3vw, 32px); box-shadow: 0 22px 40px -30px rgba(190,85,31,.4); }
.dash__card h2 { font-family: var(--font-display); font-size: 24px; font-weight: 600; color: var(--text-strong); margin: 0 0 8px; }
.dash__welcome { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.dash__welcome p { margin: 0 0 18px; color: var(--text-muted); font-size: 15.5px; line-height: 1.6; max-width: 460px; }
.dash__welcome-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.dash__welcome-art { flex: none; font-size: 80px; background: var(--clay-500); -webkit-background-clip: text; background-clip: text; color: transparent; opacity: .9; }
.dash__hint { display: flex; align-items: center; gap: 8px; margin: 0 0 18px; font-size: 13px; color: var(--text-muted); }
.dash__hint i { color: var(--saffron-500); }
.dash__empty { text-align: center; padding: 44px 20px; }
.dash__empty-i { display: inline-flex; align-items: center; justify-content: center; width: 70px; height: 70px; border-radius: 20px; background: var(--clay-500); color: #fff; font-size: 26px; box-shadow: 0 18px 34px -12px rgba(228,171,67,.5); }
.dash__empty h2 { font-family: var(--font-display); font-size: 24px; margin: 18px 0 0; color: var(--text-strong); }
.dash__empty p { margin: 8px auto 0; max-width: 380px; color: var(--text-muted); }
.dash__empty .btn { margin-top: 20px; }
.trip-list { display: flex; flex-direction: column; gap: 12px; }
.trip { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 18px 20px; background: #fff; border: 1px solid var(--clay-100); border-radius: var(--radius-md); box-shadow: 0 16px 30px -26px rgba(190,85,31,.35); }
.trip__name { display: block; font-family: var(--font-display); font-size: 18px; font-weight: 600; color: var(--text-strong); }
.trip__meta { display: inline-flex; gap: 8px; align-items: center; margin-top: 4px; font-size: 13px; color: var(--text-muted); }
.trip__meta i { color: var(--clay-400); }
.trip__status { flex: none; font-family: var(--font-label); font-size: 11px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; padding: 6px 13px; border-radius: var(--radius-pill); }
.trip__status--new { background: var(--info-soft); color: var(--info); }
.trip__status--confirmed { background: var(--success-soft); color: var(--success); }
.trip__status--completed { background: var(--clay-50); color: var(--clay-600); }
.trip__status--cancelled { background: var(--danger-soft); color: var(--danger); }
.dash__saved-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.smini { display: flex; gap: 12px; align-items: center; padding: 12px; background: #fff; border: 1px solid var(--clay-100); border-radius: var(--radius-md); box-shadow: 0 16px 30px -26px rgba(190,85,31,.35); transition: transform .25s ease, box-shadow .25s ease; }
.smini:hover { transform: translateY(-3px); box-shadow: 0 24px 40px -24px rgba(190,85,31,.45); }
.smini__go { display: flex; gap: 14px; align-items: center; flex: 1 1 auto; min-width: 0; text-decoration: none; }
.smini__img { flex: none; width: 74px; height: 64px; border-radius: 12px; background: var(--img) center center / cover no-repeat; background-color: var(--ink-800); }
.smini__b { min-width: 0; flex: 1 1 auto; }
.smini__t { display: block; font-family: var(--font-display); font-size: 16px; font-weight: 600; color: var(--text-strong); line-height: 1.2; }
.smini__m { display: block; margin-top: 3px; font-size: 12.5px; color: var(--text-muted); }
.smini__p { color: var(--clay-600); font-weight: 700; }
.smini__x { flex: none; align-self: flex-start; border: 0; background: none; color: var(--text-subtle); font-size: 14px; cursor: pointer; }
.smini__x:hover { color: var(--clay-600); }

@media (max-width: 900px) {
	.auth__inner { grid-template-columns: 1fr; }
	.auth__aside { order: 2; }
	.auth__card { order: 1; }
	.dash__body { grid-template-columns: 1fr; }
	.dash__nav { position: static; flex-direction: row; overflow-x: auto; scrollbar-width: none; }
	.dash__nav::-webkit-scrollbar { display: none; }
	.dash__navlink { white-space: nowrap; }
	.dash__welcome { flex-direction: column; align-items: flex-start; }
	.dash__welcome-art { display: none; }
}
@media (max-width: 560px) {
	.dash__saved-grid { grid-template-columns: 1fr; }
	.dstat { padding: 16px; }
	.dstat__n { font-size: 28px; }
}
@media (prefers-reduced-motion: reduce) { .auth__form.is-active, .dash__panel.is-active { animation: none; } }
/* ============================================================
   JOURNAL (blog) + single post
   ============================================================ */
.journal-cats { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-top: 26px; }
.journal-cat { padding: 9px 18px; border-radius: var(--radius-pill); border: 1px solid var(--border-default); background: #fff; font-size: 13.5px; font-weight: 600; color: var(--text-body); text-decoration: none; transition: border-color .2s ease, color .2s ease, background .2s ease, box-shadow .2s ease; }
.journal-cat:hover { border-color: var(--clay-300); color: var(--clay-600); }
.journal-cat.is-active { background: var(--clay-500); color: #fff; border-color: transparent; box-shadow: 0 12px 24px -12px rgba(190,85,31,.6); }
.journal-list { background: linear-gradient(180deg, var(--sand-50), #FDF4EA); }
.jcard-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(20px, 2.4vw, 30px); }
.jcard { display: flex; flex-direction: column; background: linear-gradient(180deg, #fff, #FFF9F1); border: 1px solid var(--clay-100); border-radius: var(--radius-lg); overflow: hidden; box-shadow: 0 20px 36px -26px rgba(190,85,31,.4); transition: transform .35s cubic-bezier(.22,.61,.36,1), box-shadow .35s ease, border-color .35s ease; }
.jcard:hover { transform: translateY(-6px); border-color: var(--clay-200); box-shadow: 0 32px 54px -26px rgba(190,85,31,.5); }
.jcard__media { position: relative; display: block; aspect-ratio: 16 / 10; overflow: hidden; }
.jcard__media::before { content: ""; position: absolute; inset: 0; background: var(--img) center center / cover no-repeat; background-color: var(--ink-800); transition: transform .8s cubic-bezier(.22,.61,.36,1); }
.jcard:hover .jcard__media::before { transform: scale(1.06); }
.jcard__cat { position: absolute; z-index: 2; top: 12px; left: 12px; font-family: var(--font-label); font-size: 11px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: #fff; background: var(--clay-500); padding: 6px 13px; border-radius: var(--radius-pill); box-shadow: 0 8px 16px -6px rgba(190,85,31,.6); }
.jcard__body { display: flex; flex-direction: column; flex: 1 1 auto; padding: 20px 22px 22px; }
.jcard__meta { display: flex; flex-wrap: wrap; gap: 8px 18px; font-size: 12.5px; color: var(--text-muted); }
.jcard__meta i { color: var(--clay-400); margin-right: 5px; }
.jcard__title { font-family: var(--font-display); font-size: 22px; font-weight: 600; line-height: 1.18; margin: 12px 0 0; }
.jcard__title a { color: var(--text-strong); text-decoration: none; transition: color .2s ease; }
.jcard__title a:hover { color: var(--clay-600); }
.jcard__excerpt { margin: 10px 0 0; font-size: 14.5px; line-height: 1.6; color: var(--text-muted); }
.jcard__link { margin-top: auto; padding-top: 16px; display: inline-flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 700; color: var(--clay-600); text-decoration: none; }
.jcard__link i { transition: transform .2s ease; }
.jcard__link:hover { color: var(--clay-700); }
.jcard__link:hover i { transform: translateX(3px); }
.jcard--feature { display: grid; grid-template-columns: 1.15fr 1fr; margin-bottom: clamp(20px, 2.4vw, 30px); }
.jcard--feature .jcard__media { aspect-ratio: auto; min-height: 340px; }
.jcard--feature .jcard__body { justify-content: center; padding: clamp(28px, 3.4vw, 48px); }
.jcard--feature .jcard__title { font-size: clamp(26px, 3.2vw, 38px); }
.jcard--feature .jcard__excerpt { font-size: 16px; }

/* Single post */
.reading-bar { position: fixed; top: 0; left: 0; right: 0; z-index: 150; height: 3px; pointer-events: none; }
.reading-bar span { display: block; height: 100%; width: 0; background: linear-gradient(90deg, var(--clay-500), var(--saffron-400)); box-shadow: 0 0 12px rgba(228,171,67,.6); transition: width .1s linear; }
.post-hero { position: relative; overflow: hidden; text-align: center; padding: clamp(120px, 15vw, 180px) 0 clamp(24px, 4vw, 40px); background: linear-gradient(180deg, var(--sand-50), #FDF1E2); }
.post-hero__glow { position: absolute; z-index: 0; top: -10%; left: 50%; transform: translateX(-50%); width: min(900px, 116%); height: 60%; background: radial-gradient(56% 60% at 50% 0%, rgba(228,171,67,.22), transparent 70%); pointer-events: none; }
.post-hero__inner { position: relative; z-index: 1; max-width: 760px; margin: 0 auto; }
.post-hero .crumbs { justify-content: center; }
.post-hero__cat { display: inline-block; font-family: var(--font-label); font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: #fff; background: var(--clay-500); padding: 7px 15px; border-radius: var(--radius-pill); text-decoration: none; box-shadow: 0 10px 20px -8px rgba(190,85,31,.6); }
.post-hero__title { font-family: var(--font-display); font-weight: 600; font-size: clamp(32px, 5vw, 58px); line-height: 1.08; color: var(--text-strong); margin: 18px 0 0; }
.post-hero__lead { margin: 16px auto 0; max-width: 600px; font-size: 18px; line-height: 1.6; color: var(--text-muted); }
.post-hero__meta { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 10px 20px; margin-top: 22px; font-size: 13.5px; color: var(--text-muted); }
.post-hero__meta span { display: inline-flex; align-items: center; gap: 8px; }
.post-hero__meta i { color: var(--clay-400); }
.post-hero__author { gap: 9px; }
.post-hero__avatar { border-radius: 50%; }
.post-hero__author b { color: var(--text-strong); }
.post-feature { margin: clamp(24px, 3vw, 40px) auto 0; max-width: 1000px; aspect-ratio: 16 / 8; border-radius: var(--radius-xl); background: var(--img) center center / cover no-repeat; background-color: var(--ink-800); box-shadow: 0 44px 84px -40px rgba(130,57,20,.5); }
.post-body { background: linear-gradient(180deg, #FDF1E2 0%, var(--sand-50) 30%); padding: clamp(40px, 6vw, 72px) 0 clamp(30px, 4vw, 50px); }
.post-body__wrap { max-width: 760px; margin: 0 auto; }
.post-prose { font-size: 18px; line-height: 1.85; color: var(--text-body); }
.post-prose > * { margin: 0 0 22px; }
.post-prose h2 { font-family: var(--font-display); font-size: clamp(26px, 3.4vw, 34px); font-weight: 600; color: var(--text-strong); margin: 38px 0 14px; }
.post-prose h3 { font-family: var(--font-display); font-size: 24px; font-weight: 600; color: var(--text-strong); margin: 30px 0 10px; }
.post-prose a { color: var(--clay-600); font-weight: 600; text-decoration: underline; text-decoration-color: var(--clay-200); text-underline-offset: 3px; }
.post-prose a:hover { color: var(--clay-700); }
.post-prose img { border-radius: var(--radius-lg); box-shadow: 0 24px 44px -28px rgba(130,57,20,.4); }
.post-prose blockquote { margin: 28px 0; padding: 6px 0 6px 26px; border-left: 4px solid var(--clay-400); font-family: var(--font-display); font-style: italic; font-size: 23px; line-height: 1.5; color: var(--text-strong); }
.post-prose ul, .post-prose ol { padding-left: 24px; }
.post-prose li { margin-bottom: 8px; }
.post-tags { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin-top: 30px; }
.post-tags a { font-size: 13px; font-weight: 600; color: var(--clay-600); background: var(--clay-50); border: 1px solid var(--clay-100); padding: 6px 13px; border-radius: var(--radius-pill); text-decoration: none; transition: background .2s ease; }
.post-tags a:hover { background: var(--clay-100); }
.post-tags > i { color: var(--clay-400); }
.post-share { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; margin-top: 30px; padding: 20px 0; border-top: 1px solid var(--border-subtle); border-bottom: 1px solid var(--border-subtle); }
.post-share__label { font-family: var(--font-label); font-size: 12px; letter-spacing: .1em; text-transform: uppercase; color: var(--text-muted); }
.post-share__btns { display: flex; gap: 10px; flex-wrap: wrap; }
.post-share__btns a, .post-share__copy { width: 44px; height: 44px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--border-default); background: #fff; color: var(--text-body); font-size: 16px; cursor: pointer; text-decoration: none; transition: transform .25s ease, background .25s ease, color .25s ease, border-color .25s ease, box-shadow .25s ease; }
.post-share__btns a:hover, .post-share__copy:hover { transform: translateY(-3px); color: #fff; background: var(--clay-500); border-color: transparent; box-shadow: 0 14px 26px -8px rgba(228,171,67,.5); }
.post-share__copy.is-copied { background: var(--atlas-500); color: #fff; border-color: transparent; }
.post-author { display: flex; gap: 18px; align-items: flex-start; margin-top: 32px; padding: 24px; background: linear-gradient(180deg, #fff, #FFF7EC); border: 1px solid var(--clay-100); border-radius: var(--radius-lg); box-shadow: 0 20px 38px -28px rgba(190,85,31,.4); }
.post-author__avatar img { border-radius: 50%; }
.post-author__ey { font-family: var(--font-label); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; color: var(--clay-500); font-weight: 700; }
.post-author__name { display: block; font-family: var(--font-display); font-size: 22px; color: var(--text-strong); margin-top: 2px; }
.post-author__bio { margin: 8px 0 0; font-size: 14.5px; line-height: 1.6; color: var(--text-muted); }
.post-related { background: linear-gradient(180deg, var(--sand-50), #FDF4EA); }

@media (max-width: 900px) {
	.jcard-grid { grid-template-columns: repeat(2, 1fr); }
	.jcard--feature { grid-template-columns: 1fr; }
	.jcard--feature .jcard__media { min-height: 220px; }
}
@media (max-width: 620px) {
	.jcard-grid { grid-template-columns: 1fr; }
	.post-share { flex-direction: column; align-items: flex-start; }
}
@media (prefers-reduced-motion: reduce) { .reading-bar span { transition: none; } }
/* ============================================================
   BRAND REFINEMENT — reference-matched Moroccan detailing.
   Logo lockup + tagline, zellige rosette watermarks, keyhole
   arch frames, flourish dividers, ornate eyebrows.
   ADDITIVE ONLY — layers decoration onto existing sections.
   ============================================================ */
:root {
	--arch: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 240' preserveAspectRatio='none'%3E%3Cpath d='M4 240 L4 118 C4 60 34 20 74 8 C86 4 96 0 100 0 C104 0 114 4 126 8 C166 20 196 60 196 118 L196 240 Z' fill='%23000'/%3E%3C/svg%3E");
	--rosette: url("../img/logo-rosette.png");
}

/* Header logo lockup + tagline (matches the brand mark) */
.site-header .site-brand__mark { width: 46px; height: 46px; }
.site-brand__lock { display: flex; flex-direction: column; line-height: 1.05; }
.site-brand__tagline { font-family: var(--font-label); font-size: 8.5px; letter-spacing: 0.26em; text-transform: uppercase; color: var(--text-subtle); margin-top: 5px; }
@media (max-width: 480px) { .site-brand__tagline { display: none; } }

/* Footer logo → rosette on a cream medallion */
.site-footer__logo { background: #fff; border: 1px solid var(--border-subtle); box-shadow: var(--shadow-sm); }
.site-footer__logo img { width: 42px; height: 42px; filter: none; }

/* ============================================================
   FOOTER — light ivory treatment (per homepage mockups).
   Overrides the dark footer defined earlier (later rules win).
   ============================================================ */
.site-footer { color: var(--text-muted); background: var(--sand-100); border-top: 1px solid var(--border-default); }
.site-footer::before { background-image: linear-gradient(to right, rgba(196,85,61,.05) 1px, transparent 1px), linear-gradient(to bottom, rgba(196,85,61,.05) 1px, transparent 1px); }
.site-footer::after { background: radial-gradient(52% 60% at 50% 0%, rgba(224,168,0,.08), transparent 70%); }
.site-footer .site-brand__word { background: none; -webkit-background-clip: border-box; background-clip: border-box; color: var(--text-strong); -webkit-text-fill-color: var(--text-strong); }
.site-footer__tag { color: var(--text-muted); }
.site-footer__social a { color: var(--clay-600); background: #fff; border: 1px solid var(--border-default); }
.site-footer__col h4 { background: none; -webkit-background-clip: border-box; background-clip: border-box; color: var(--text-strong); -webkit-text-fill-color: var(--text-strong); }
.site-footer__col ul a { color: var(--text-muted); }
.site-footer__col ul a:hover { color: var(--clay-600); }
.site-footer__contact li { color: var(--text-muted); }
.site-footer__contact i { color: var(--clay-500); }
.site-footer__contact a:hover { color: var(--clay-600); }
.site-footer__bar { border-top: 1px solid var(--border-subtle); }
.site-footer__bar-inner { color: var(--text-muted); }

/* ============================================================
   HOME v2 — official brand homepage sections
   ============================================================ */
.hero__actions { margin-top: 30px; display: flex; gap: 14px; flex-wrap: wrap; }

/* WhatsApp button */
.btn--whatsapp { background: var(--atlas-500); color: #fff; border-color: transparent; }
.btn--whatsapp:hover { background: var(--atlas-700); color: #fff; }
.btn--whatsapp i { color: #fff; }

/* 3 · Trust row */
.trust-row { background: var(--sand-50); border-top: 1px solid var(--border-subtle); border-bottom: 1px solid var(--border-subtle); padding: clamp(28px, 4vw, 46px) 0; }
.trust-row__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(18px, 2.4vw, 34px); }
.trust { display: flex; align-items: center; gap: 14px; }
.trust__i { flex: none; width: 46px; height: 46px; border-radius: 12px; display: inline-flex; align-items: center; justify-content: center; font-size: 18px; color: var(--clay-500); background: linear-gradient(180deg, #fff, var(--sand-100)); border: 1px solid var(--border-default); }
.trust__b { display: flex; flex-direction: column; min-width: 0; }
.trust__b b { font-family: var(--font-display); font-size: 17px; font-weight: 600; color: var(--text-strong); line-height: 1.2; }
.trust__b em { font-style: normal; font-size: 13px; color: var(--text-muted); margin-top: 2px; }

/* 4 · Choose your way (Shared vs Private) */
.ways { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(20px, 2.6vw, 32px); }
.way { position: relative; overflow: hidden; border-radius: var(--radius-xl); min-height: clamp(320px, 34vw, 420px); display: flex; align-items: flex-end; color: #fff; box-shadow: var(--shadow-lg); isolation: isolate; }
.way::before { content: ""; position: absolute; inset: 0; z-index: 0; background: var(--img) center center / cover no-repeat; transition: transform .8s cubic-bezier(.22,.61,.36,1); }
.way:hover::before { transform: scale(1.06); }
.way__scrim { position: absolute; inset: 0; z-index: 1; }
.way--shared .way__scrim { background: linear-gradient(180deg, rgba(15,76,76,.15) 0%, rgba(15,76,76,.72) 62%, rgba(10,46,46,.94) 100%); }
.way--private .way__scrim { background: linear-gradient(180deg, rgba(99,42,29,.12) 0%, rgba(160,60,45,.7) 60%, rgba(120,45,30,.94) 100%); }
.way__body { position: relative; z-index: 2; padding: clamp(26px, 3vw, 40px); }
.way__eyebrow { font-family: var(--font-body); font-size: 11.5px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: rgba(255,255,255,.85); }
.way__title { font-family: var(--font-display); font-size: clamp(26px, 3.2vw, 38px); font-weight: 600; color: #fff; margin: 8px 0 10px; }
.way__text { font-size: 15px; line-height: 1.6; color: rgba(255,255,255,.9); max-width: 420px; margin: 0 0 16px; }
.way__list { list-style: none; margin: 0 0 22px; padding: 0; display: flex; flex-wrap: wrap; gap: 8px 20px; }
.way__list li { display: inline-flex; align-items: center; gap: 8px; font-size: 14px; color: #fff; }
.way__list i { font-size: 11px; color: var(--saffron-300); }
.way__cta { display: inline-flex; align-items: center; gap: 9px; font-weight: 700; font-size: 13.5px; letter-spacing: .02em; text-transform: uppercase; color: #fff; text-decoration: none; padding: 12px 22px; border-radius: var(--radius-pill); background: rgba(255,255,255,.14); border: 1px solid rgba(255,255,255,.3); -webkit-backdrop-filter: blur(4px); backdrop-filter: blur(4px); transition: background .25s ease, color .25s ease, transform .25s ease; }
.way__cta i { transition: transform .25s ease; }
.way--shared .way__cta:hover { background: #fff; color: var(--atlas-700); transform: translateY(-2px); }
.way--private .way__cta:hover { background: #fff; color: var(--clay-600); transform: translateY(-2px); }
.way__cta:hover i { transform: translateX(4px); }

/* 5 · Signature journeys grid */
.sig-sec, .dest-sec { position: relative; overflow: hidden; }   /* clip corner watermarks */
.sig-grid { grid-template-columns: repeat(4, 1fr); margin-top: 6px; }
.sig-more { text-align: center; margin-top: clamp(30px, 4vw, 48px); }

/* 6 · Featured private journey */
.featured-j { padding: clamp(14px, 2vw, 24px) 0 clamp(30px, 4.5vw, 56px); background: linear-gradient(180deg, var(--sand-50), #FBF4EA); }
.featured-j__grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(30px, 4vw, 64px); align-items: center; }
.featured-j__title { font-family: var(--font-display); font-size: clamp(28px, 3.6vw, 44px); font-weight: 600; color: var(--text-strong); margin: 14px 0 0; line-height: 1.08; }
.featured-j__meta { display: flex; align-items: center; flex-wrap: wrap; gap: 6px; margin: 12px 0 0; font-size: 14px; color: var(--text-muted); }
.featured-j__meta i { color: var(--clay-500); }
.featured-j__lead { margin: 16px 0 0; font-size: 16px; line-height: 1.7; color: var(--text-body); max-width: 520px; }
.featured-j__feats { list-style: none; margin: 20px 0 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 10px 22px; }
.featured-j__feats li { display: flex; gap: 9px; align-items: flex-start; font-size: 14.5px; color: var(--text-body); }
.featured-j__feats i { flex: none; margin-top: 3px; font-size: 11px; color: var(--atlas-500); }
.featured-j__foot { display: flex; align-items: center; gap: 22px; flex-wrap: wrap; margin-top: 26px; }
.featured-j__price { font-size: 14px; color: var(--text-muted); }
.featured-j__price b { font-family: var(--font-display); font-size: 26px; font-weight: 700; color: var(--clay-600); }
.featured-j__price em { font-style: normal; }
.featured-j__media { width: 100%; }
.featured-j__media .arch-frame__img { aspect-ratio: 4 / 5; }

/* 8 · Sahara experience band */
.sahara-band { position: relative; overflow: hidden; color: #fff; padding: clamp(64px, 9vw, 120px) 0; background: #1a1109; }
.sahara-band::before { content: ""; position: absolute; inset: 0; z-index: 0; background: var(--img) center center / cover no-repeat; }
.sahara-band__scrim { position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, rgba(20,12,6,.74), rgba(20,12,6,.88)); }
.sahara-band__inner { position: relative; z-index: 2; text-align: center; }
.sahara-band__acts { display: flex; flex-wrap: wrap; justify-content: center; gap: clamp(20px, 3vw, 44px); margin: clamp(30px, 4vw, 48px) auto clamp(34px, 4vw, 50px); max-width: 1000px; }
.sahara-act { display: flex; flex-direction: column; align-items: center; gap: 10px; width: 108px; }
.sahara-act i { font-size: 26px; color: var(--saffron-300); }
.sahara-act em { font-style: normal; font-size: 13px; line-height: 1.35; color: rgba(255,251,243,.9); }

/* 9 · Why Morocco Tiziri */
.why-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(22px, 2.6vw, 34px); }
.why-item { text-align: center; padding: 8px; }
.why-item__i { width: 58px; height: 58px; margin: 0 auto 16px; border-radius: 16px; display: inline-flex; align-items: center; justify-content: center; font-size: 22px; color: var(--clay-500); background: linear-gradient(180deg, #fff, var(--sand-100)); border: 1px solid var(--border-default); box-shadow: var(--shadow-sm); }
.why-item__t { font-family: var(--font-display); font-size: 19px; font-weight: 600; color: var(--text-strong); margin: 0 0 6px; }
.why-item__d { font-size: 14px; line-height: 1.55; color: var(--text-muted); margin: 0; }

/* 10 · How it works */
.how-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(22px, 3vw, 40px); }
.how-step { text-align: center; padding: 8px 12px; }
.how-step__n { font-family: var(--font-display); font-size: clamp(40px, 5vw, 60px); font-weight: 700; line-height: 1; color: var(--saffron-400); display: block; }
.how-step__t { font-family: var(--font-display); font-size: 22px; font-weight: 600; color: var(--text-strong); margin: 10px 0 6px; }
.how-step__d { font-size: 15px; line-height: 1.6; color: var(--text-muted); margin: 0 auto; max-width: 300px; }
.how-cta { text-align: center; margin-top: clamp(30px, 4vw, 46px); }

/* 12 · Journal */
.journal-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(22px, 2.6vw, 32px); }
.jcard { background: #fff; border: 1px solid var(--border-subtle); border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-sm); transition: transform .3s ease, box-shadow .3s ease; display: flex; flex-direction: column; }
.jcard:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.jcard__media { display: block; aspect-ratio: 16 / 10; background: var(--img) center center / cover no-repeat; background-color: var(--sand-200); }
.jcard__body { padding: 22px; display: flex; flex-direction: column; flex: 1 1 auto; }
.jcard__cat { font-family: var(--font-body); font-size: 10.5px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--clay-500); }
.jcard__title { font-family: var(--font-display); font-size: 21px; font-weight: 600; line-height: 1.22; margin: 8px 0 8px; }
.jcard__title a { color: var(--text-strong); text-decoration: none; }
.jcard__title a:hover { color: var(--clay-600); }
.jcard__ex { font-size: 14px; line-height: 1.6; color: var(--text-muted); margin: 0 0 16px; flex: 1 1 auto; }
.jcard__more { display: inline-flex; align-items: center; gap: 8px; font-weight: 700; font-size: 13.5px; color: var(--clay-600); text-decoration: none; }
.jcard__more i { transition: transform .25s ease; }
.jcard__more:hover i { transform: translateX(4px); }

/* Mobile sticky CTA (homepage) */
.mobile-cta { display: none; }

/* ---------- Home v2 — responsive ---------- */
@media (max-width: 1080px) {
	.sig-grid { grid-template-columns: repeat(2, 1fr); }
	.why-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 980px) {
	.trust-row__grid { grid-template-columns: 1fr 1fr; gap: 22px; }
	.ways { grid-template-columns: 1fr; }
	.featured-j__grid { grid-template-columns: 1fr; }
	.featured-j__media { order: -1; max-width: 520px; margin: 0 auto; }
	.how-grid { grid-template-columns: 1fr; max-width: 460px; margin: 0 auto; }
	.journal-grid { grid-template-columns: 1fr; max-width: 480px; margin: 0 auto; }
}
@media (max-width: 620px) {
	.trust-row__grid { grid-template-columns: 1fr; }
	.sig-grid, .why-grid { grid-template-columns: 1fr; }
	.hero__actions { width: 100%; }
	.hero__actions .btn { flex: 1 1 auto; justify-content: center; }
	.featured-j__feats { grid-template-columns: 1fr; }
	.sahara-act { width: 84px; }
}
@media (max-width: 767px) {
	.mobile-cta { display: flex; position: fixed; left: 0; right: 0; bottom: 0; z-index: 95; gap: 10px; padding: 10px 14px calc(10px + env(safe-area-inset-bottom)); background: rgba(248,243,235,.96); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); border-top: 1px solid var(--border-default); box-shadow: 0 -8px 24px -12px rgba(42,33,22,.3); }
	.mobile-cta__wa { flex: none; width: 48px; height: 48px; border-radius: 12px; display: inline-flex; align-items: center; justify-content: center; background: var(--atlas-500); color: #fff; font-size: 20px; text-decoration: none; }
	.mobile-cta__btn { flex: 1 1 auto; display: inline-flex; align-items: center; justify-content: center; gap: 9px; height: 48px; border-radius: 12px; background: var(--clay-500); color: #fff; font-weight: 700; font-size: 14px; text-transform: uppercase; letter-spacing: .03em; text-decoration: none; }
	.home { padding-bottom: 72px; }
}

/* Zellige rosette corner watermark (faint) — drop into any relative+clipped section */
.mtz-watermark { position: absolute; z-index: 0; width: clamp(210px, 26vw, 400px); aspect-ratio: 1; background: var(--rosette) center / contain no-repeat; opacity: .06; pointer-events: none; }
.mtz-watermark--tl { top: -6%; left: -5%; transform: rotate(-10deg); }
.mtz-watermark--tr { top: -7%; right: -5%; transform: rotate(16deg); }
.mtz-watermark--bl { bottom: -9%; left: -5%; transform: rotate(-14deg); }
.mtz-watermark--br { bottom: -9%; right: -5%; transform: rotate(12deg); }
.mtz-watermark--on-dark { opacity: .1; }

/* Flourish divider (line — diamond — line) */
.flourish { display: flex; align-items: center; gap: 12px; margin: 16px 0 0; }
.flourish--center { justify-content: center; margin-left: auto; margin-right: auto; }
.flourish::before, .flourish::after { content: ""; height: 1px; width: clamp(48px, 12vw, 120px); }
.flourish::before { background: linear-gradient(90deg, transparent, var(--gold)); }
.flourish::after { background: linear-gradient(90deg, var(--gold), transparent); }
.flourish__d { flex: none; width: 9px; height: 9px; transform: rotate(45deg); background: linear-gradient(135deg, var(--gold), var(--saffron-400)); border-radius: 2px; box-shadow: 0 0 0 3px rgba(228,171,67,.16); }
.flourish--left { justify-content: flex-start; }
.flourish--left::before { width: 40px; }
.flourish--left::after { width: clamp(60px, 14vw, 150px); }

/* Ornate eyebrow — small diamond ornaments flanking the label */
.eyebrow--ornate { display: inline-flex; align-items: center; gap: 13px; }
.eyebrow--ornate::before, .eyebrow--ornate::after { content: ""; width: 6px; height: 6px; margin: 0; opacity: 1; background: linear-gradient(135deg, var(--gold), var(--saffron-400)); transform: rotate(45deg); border-radius: 1px; }

/* Moroccan keyhole arch frame — masked image + gradient border + gold keystone */
.arch-frame { position: relative; }
.arch-frame::before { content: ""; position: absolute; inset: -6px; z-index: 0; background: linear-gradient(150deg, var(--clay-500), var(--gold)); -webkit-mask: var(--arch) center / 100% 100% no-repeat; mask: var(--arch) center / 100% 100% no-repeat; }
.arch-frame::after { content: ""; position: absolute; top: -11px; left: 50%; transform: translateX(-50%) rotate(45deg); z-index: 2; width: 14px; height: 14px; background: linear-gradient(135deg, var(--gold), var(--saffron-400)); border-radius: 3px; box-shadow: 0 6px 14px -5px rgba(184,147,74,.7); }
.arch-frame__img { position: relative; z-index: 1; display: block; aspect-ratio: 3 / 4; background: var(--img) center / cover no-repeat; background-color: var(--ink-800); -webkit-mask: var(--arch) center / 100% 100% no-repeat; mask: var(--arch) center / 100% 100% no-repeat; }

/* Hero arched frame overlay (decorative outline that frames the composition) */
.hero__arch { position: absolute; z-index: 1; inset: clamp(16px, 3vw, 34px); pointer-events: none; opacity: .4;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 300 210' preserveAspectRatio='none'%3E%3Cpath d='M5 208 L5 96 C5 44 70 8 150 6 C230 8 295 44 295 96 L295 208' fill='none' stroke='%23EBCB86' stroke-width='1.3'/%3E%3C/svg%3E") center / 100% 100% no-repeat; }
@media (max-width: 700px) { .hero__arch { display: none; } }

/* Custom Tour (contact) hero — arch-framed image trio */
.contact-hero__arches { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(16px, 2.4vw, 30px); margin: clamp(30px, 4vw, 48px) auto 6px; max-width: 600px; }
.contact-hero__arches .arch-frame__img { aspect-ratio: 3 / 4.2; }
.contact-hero__arches .arch-frame:nth-child(2) { margin-top: -20px; }
@media (max-width: 560px) { .contact-hero__arches { max-width: none; gap: 14px; } .contact-hero__arches .arch-frame:nth-child(2) { margin-top: 0; } }
/* MTZ-END-BRAND */
/* ============================================================
   REFERENCE HOME HERO (left-aligned) + FLOATING BOOKING BAR
   ============================================================ */
/* Header "Custom tour" outline button + drawer spacing */
.site-nav__custom { padding: 9px 16px; font-size: 13px; }
.mobile-nav__foot .btn + .btn { margin-top: 10px; }

/* Hero → left-aligned to match the reference mockup */
.hero { justify-content: flex-start; text-align: left; min-height: 88vh; }
.hero__overlay { background:
	linear-gradient(90deg, rgba(16,11,6,.82) 0%, rgba(16,11,6,.5) 33%, rgba(16,11,6,.16) 62%, transparent 84%),
	linear-gradient(180deg, transparent 52%, rgba(16,11,6,.55) 100%); }
.hero__inner { text-align: left; max-width: none; padding: clamp(90px, 12vh, 140px) clamp(24px, 3.5vw, 72px) clamp(70px, 10vh, 120px); }
.hero__eyebrow { color: rgba(255,249,240,.9); }
.hero__eyebrow::before { display: none; }   /* flush-left eyebrow, no gold rule (matches the reference) */
.hero__title { text-align: left; margin: 14px 0 0; color: #FFFDF8; text-shadow: 0 2px 30px rgba(16,11,6,.5); }
.hero .flourish { margin-top: 26px; }
.hero__sub { max-width: 540px; margin: 24px 0 0; color: rgba(255,250,242,.86); }

/* Floating booking / search bar (functional → /tours/ filters) */
.hero-search-wrap { position: relative; z-index: 5; margin-top: clamp(-54px, -4vw, -40px); padding: 0 clamp(24px, 3.5vw, 72px); }
.hero-search { max-width: none; margin: 0; background: #fff; border-radius: 16px; box-shadow: 0 34px 66px -26px rgba(42,33,22,.42); display: grid; grid-template-columns: repeat(3, 1fr) auto; border: 1px solid var(--border-subtle); }
.hero-search__field { position: relative; display: flex; align-items: center; gap: 13px; padding: 16px 22px; cursor: pointer; margin: 0; }
.hero-search__field + .hero-search__field { border-left: 1px solid var(--border-subtle); }
.hero-search__icon { flex: none; width: 38px; height: 38px; border-radius: 11px; display: inline-flex; align-items: center; justify-content: center; background: var(--clay-50); color: var(--clay-500); font-size: 15px; }
.hero-search__body { display: flex; flex-direction: column; min-width: 0; flex: 1 1 auto; }
.hero-search__label { font-family: var(--font-body); font-size: 10.5px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--text-muted); margin-bottom: 3px; }
.hero-search__select { -webkit-appearance: none; appearance: none; border: 0; background: none; padding: 0; margin: 0; width: 100%; font-family: var(--font-display); font-size: 18px; font-weight: 600; color: var(--text-strong); cursor: pointer; text-overflow: ellipsis; }
.hero-search__select:focus-visible { outline: none; color: var(--clay-600); }
.hero-search__chev { flex: none; color: var(--text-subtle); font-size: 12px; transition: transform .2s ease, color .2s ease; }
.hero-search__field:hover .hero-search__chev { color: var(--clay-500); }
.hero-search__submit { display: inline-flex; align-items: center; justify-content: center; gap: 9px; border: 0; cursor: pointer; padding: 0 clamp(24px, 3vw, 40px); background: var(--clay-500); color: #fff; font-family: var(--font-body); font-weight: 700; font-size: 14px; letter-spacing: .04em; text-transform: uppercase; transition: background .2s ease; border-radius: 0 15px 15px 0; }
.hero-search__submit:hover { background: var(--clay-600); color: #fff; }
.hero-search__submit:focus-visible { outline: none; color: #fff; box-shadow: inset 0 0 0 3px rgba(228,171,67,.6); }
.hero-search__submit i { transition: transform .2s ease; }
.hero-search__submit:hover i { transform: translateX(3px); }

@media (max-width: 760px) {
	.hero-search-wrap { margin-top: -26px; }
	.hero-search { grid-template-columns: 1fr; border-radius: 14px; }
	.hero-search__field + .hero-search__field { border-left: 0; border-top: 1px solid var(--border-subtle); }
	.hero-search__submit { padding: 16px; width: 100%; border-radius: 0 0 15px 15px; }
}
/* Custom branded dropdown — whole field (incl. arrow) opens a styled option list */
.hs-select { position: relative; display: flex; }
.hero-search .hs-select + .hs-select { border-left: 1px solid var(--border-subtle); }
.hs-select__btn { flex: 1; width: 100%; height: 100%; background: none; border: 0; color: inherit; font: inherit; text-align: left; }
.hs-select.is-open .hero-search__chev { transform: rotate(180deg); }
.hero-search__value { display: block; font-family: var(--font-display); font-size: 18px; font-weight: 600; color: var(--text-strong); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.hs-select__list { position: absolute; z-index: 40; left: 4px; right: 4px; bottom: calc(100% + 8px); margin: 0; padding: 6px; list-style: none; background: linear-gradient(180deg, #fff, #FFF9F1); border: 1px solid var(--clay-100); border-radius: 14px; box-shadow: 0 28px 54px -18px rgba(42,33,22,.44); max-height: min(320px, 56vh); overflow-y: auto; opacity: 0; visibility: hidden; transform: translateY(8px); transition: opacity .2s ease, transform .2s ease, visibility .2s ease; }
.hs-select.is-open .hs-select__list { opacity: 1; visibility: visible; transform: none; }
.hs-select__opt { padding: 11px 14px; border-radius: 9px; font-family: var(--font-display); font-size: 16px; color: var(--text-body); cursor: pointer; transition: background .15s ease, color .15s ease; }
.hs-select__opt:hover, .hs-select__opt.is-active { background: var(--clay-50); color: var(--clay-700); }
.hs-select__opt.is-selected { color: var(--clay-600); font-weight: 700; }
.hs-select__opt.is-selected::after { content: "\f00c"; font-family: "Font Awesome 6 Free"; font-weight: 900; float: right; margin-left: 12px; margin-top: 4px; font-size: 10px; color: var(--clay-500); }
.hs-select__list::-webkit-scrollbar { width: 8px; }
.hs-select__list::-webkit-scrollbar-thumb { background: var(--clay-200); border-radius: 8px; }
@media (max-width: 760px) {
	.hero-search .hs-select + .hs-select { border-left: 0; border-top: 1px solid var(--border-subtle); }
	.hs-select__list { bottom: auto; top: calc(100% + 6px); }
}
@media (prefers-reduced-motion: reduce) { .hs-select__list { transition: none; } .hs-select.is-open .hero-search__chev { transition: none; } }
/* ============================================================
   CUSTOM TOUR — "Design Your Dream Journey" builder
   ============================================================ */
/* Full-width page (not boxed) — content spans the viewport with generous padding */
.ctour .mtz-container { max-width: none; padding-left: clamp(24px, 3.5vw, 72px); padding-right: clamp(24px, 3.5vw, 72px); }
.ctour-hero { position: relative; overflow: hidden; background: linear-gradient(180deg, var(--sand-50), #FBF4EA); padding: clamp(120px, 15vw, 182px) 0 clamp(48px, 7vw, 84px); }
.ctour-hero__grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1fr; gap: clamp(30px, 5vw, 72px); align-items: center; }
.ctour-hero__title { font-family: var(--font-display); font-weight: 600; font-size: clamp(38px, 5.4vw, 66px); line-height: 1.05; color: var(--text-strong); margin: 14px 0 0; }
.ctour-hero__title em { font-style: italic; color: var(--clay-600); }
.ctour-hero__lead { margin: 22px 0 0; font-size: clamp(16px, 2.1vw, 19px); line-height: 1.7; color: var(--text-muted); max-width: 470px; }

/* Arch collage */
.ctour-hero__collage { position: relative; display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: repeat(3, 1fr); gap: 14px; aspect-ratio: 1 / 1.04; width: 100%; max-width: 560px; margin-left: auto; }
.ctour-collage__arch { grid-area: 1 / 1 / 3 / 2; height: 100%; }
.ctour-collage__arch .arch-frame__img { height: 100%; aspect-ratio: auto; }
.ctour-collage__img { border-radius: 18px; background: var(--img) center / cover no-repeat; background-color: var(--ink-800); box-shadow: 0 20px 40px -26px rgba(130,57,20,.5); }
.ctour-collage__img--1 { grid-area: 1 / 2 / 2 / 3; }
.ctour-collage__img--2 { grid-area: 2 / 2 / 3 / 3; }
.ctour-collage__img--3 { grid-area: 3 / 1 / 4 / 2; }
.ctour-collage__img--4 { grid-area: 3 / 2 / 4 / 3; }
.ctour-hero__mandala { position: absolute; top: -20px; right: -16px; z-index: 3; width: clamp(52px, 6vw, 74px); height: auto; filter: drop-shadow(0 8px 18px rgba(130,57,20,.35)); }

/* Form section + header */
.ctour-form-sec { position: relative; overflow: hidden; background: linear-gradient(180deg, #FBF4EA, var(--sand-50)); }
.ctour-formhead { text-align: center; max-width: 640px; margin: 0 auto clamp(32px, 5vw, 50px); }
.ctour-formhead__title { display: inline-flex; align-items: center; gap: 16px; font-family: var(--font-display); font-size: clamp(26px, 3.4vw, 38px); font-weight: 600; color: var(--text-strong); margin: 0; }
.ctour-formhead__title::before, .ctour-formhead__title::after { content: ""; flex: none; width: 8px; height: 8px; background: linear-gradient(135deg, var(--gold), var(--saffron-400)); transform: rotate(45deg); border-radius: 1px; }
.ctour-formhead__sub { margin: 12px 0 0; color: var(--text-muted); font-size: 15.5px; }

/* Card grid */
.ctour-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(18px, 2vw, 26px); }
.ctour-card { display: flex; flex-direction: column; background: linear-gradient(180deg, #fff, #FFFCF7); border: 1px solid var(--border-subtle); border-radius: var(--radius-xl); padding: clamp(22px, 2.4vw, 30px); box-shadow: 0 22px 44px -32px rgba(190,85,31,.34); }
.ctour-card__head { display: flex; align-items: center; gap: 13px; margin-bottom: 18px; }
.ctour-num { flex: none; width: 34px; height: 34px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; background: var(--clay-500); color: #fff; font-weight: 700; font-size: 15px; box-shadow: 0 8px 16px -6px rgba(190,85,31,.6); }
.ctour-card__q { font-family: var(--font-display); font-size: clamp(19px, 2.2vw, 23px); font-weight: 600; color: var(--text-strong); margin: 0; line-height: 1.15; }
.ctour-lbl { display: block; font-family: var(--font-body); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--text-muted); margin: 20px 0 4px; }
.ctour-lbl em { font-style: normal; color: var(--text-subtle); letter-spacing: 0; text-transform: none; }
.ctour-card__head + .ctour-lbl { margin-top: 0; }
.ctour-hint { display: block; font-size: 12.5px; color: var(--text-subtle); margin-bottom: 12px; }
.ctour-note { margin: 14px 0 0; font-size: 12.5px; color: var(--text-subtle); }

/* Interest selectable boxes */
.ctour-opts { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 4px; }
.ctour-opt { position: relative; cursor: pointer; }
.ctour-opt input { position: absolute; opacity: 0; pointer-events: none; }
.ctour-opt__box { display: flex; align-items: flex-start; gap: 10px; height: 100%; padding: 12px 12px 12px 12px; border: 1.5px solid var(--border-default); border-radius: 14px; background: #fff; transition: border-color .2s ease, background .2s ease, box-shadow .2s ease; }
.ctour-opt:hover .ctour-opt__box { border-color: var(--clay-200); }
.ctour-opt input:checked + .ctour-opt__box { border-color: var(--clay-500); background: var(--clay-50); box-shadow: 0 8px 18px -10px rgba(190,85,31,.4); }
.ctour-opt__ico { flex: none; width: 30px; height: 30px; border-radius: 9px; display: inline-flex; align-items: center; justify-content: center; background: var(--clay-50); color: var(--clay-500); font-size: 13px; transition: background .2s ease, color .2s ease; }
.ctour-opt input:checked + .ctour-opt__box .ctour-opt__ico { background: var(--clay-500); color: #fff; }
.ctour-opt__body { display: flex; flex-direction: column; min-width: 0; }
.ctour-opt__t { font-weight: 700; font-size: 13.5px; color: var(--text-strong); line-height: 1.2; }
.ctour-opt__s { font-size: 11.5px; color: var(--text-muted); margin-top: 2px; line-height: 1.3; }
.ctour-opt__check { position: absolute; top: 9px; right: 9px; color: var(--clay-500); font-size: 12px; opacity: 0; transform: scale(.6); transition: opacity .2s ease, transform .2s ease; }
.ctour-opt input:checked + .ctour-opt__box .ctour-opt__check { opacity: 1; transform: none; }

/* Chips */
.ctour-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.ctour-chip { display: inline-flex; align-items: center; gap: 7px; padding: 8px 13px; border-radius: var(--radius-pill); border: 1.5px solid var(--border-default); background: #fff; color: var(--text-body); font-family: var(--font-body); font-size: 13px; font-weight: 600; cursor: pointer; transition: background .2s ease, color .2s ease, border-color .2s ease, box-shadow .2s ease; }
.ctour-chip:hover { border-color: var(--clay-300); color: var(--clay-600); }
.ctour-chip i { font-size: 9px; color: var(--clay-400); transition: transform .2s ease, color .2s ease; }
.ctour-chip.is-on { background: var(--clay-500); border-color: transparent; color: #fff; box-shadow: 0 10px 20px -8px rgba(190,85,31,.55); }
.ctour-chip.is-on i { transform: rotate(45deg); color: #fff; }
.ctour-chip.is-disabled { opacity: .4; pointer-events: none; }

/* Dates + radios */
.ctour-daterow { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.ctour-date { display: flex; flex-direction: column; gap: 5px; }
.ctour-date > span { font-size: 11px; color: var(--text-muted); font-weight: 600; }
.ctour-radios { display: flex; flex-direction: column; gap: 8px; }
.ctour-radio { position: relative; display: flex; align-items: center; gap: 11px; cursor: pointer; padding: 11px 14px; border: 1.5px solid var(--border-default); border-radius: 12px; background: #fff; transition: border-color .2s ease, background .2s ease; }
.ctour-radio input { position: absolute; opacity: 0; pointer-events: none; }
.ctour-radio__dot { flex: none; width: 18px; height: 18px; border-radius: 50%; border: 2px solid var(--border-strong); transition: border-color .2s ease, box-shadow .2s ease, background .2s ease; }
.ctour-radio__t { font-size: 14px; color: var(--text-body); font-weight: 600; }
.ctour-radio:hover { border-color: var(--clay-200); }
.ctour-radio input:checked ~ .ctour-radio__dot { border-color: var(--clay-500); background: radial-gradient(circle at center, var(--clay-500) 0 4px, #fff 5px); box-shadow: 0 0 0 3px rgba(190,85,31,.14); }
.ctour-radio:has(input:checked) { border-color: var(--clay-500); background: var(--clay-50); }

/* Traveller detail selects */
.ctour-detail { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.ctour-selectwrap { position: relative; display: flex; flex-direction: column; gap: 5px; }
.ctour-selectwrap__lbl { font-size: 11px; color: var(--text-muted); font-weight: 600; }
.ctour-selectwrap__lbl em { font-style: normal; color: var(--text-subtle); }
.ctour-select { -webkit-appearance: none; appearance: none; width: 100%; padding: 10px 30px 10px 12px; border: 1.5px solid var(--border-default); border-radius: 10px; background: #fff; font-family: var(--font-body); font-size: 15px; font-weight: 600; color: var(--text-strong); cursor: pointer; }
.ctour-select:focus-visible { outline: none; border-color: var(--clay-400); box-shadow: 0 0 0 3px rgba(228,171,67,.28); }
.ctour-selectwrap__chev { position: absolute; right: 12px; bottom: 13px; pointer-events: none; color: var(--clay-500); font-size: 11px; }

/* Budget pills */
.ctour-pills { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.ctour-pill { position: relative; cursor: pointer; }
.ctour-pill input { position: absolute; opacity: 0; pointer-events: none; }
.ctour-pill__t { display: block; text-align: center; padding: 13px 10px; border: 1.5px solid var(--border-default); border-radius: 12px; background: #fff; font-family: var(--font-display); font-size: 16px; font-weight: 600; color: var(--text-strong); transition: border-color .2s ease, background .2s ease, color .2s ease, box-shadow .2s ease; }
.ctour-pill:hover .ctour-pill__t { border-color: var(--clay-200); }
.ctour-pill input:checked + .ctour-pill__t { border-color: var(--clay-500); background: var(--clay-50); color: var(--clay-700); box-shadow: 0 8px 18px -10px rgba(190,85,31,.4); }

/* Accommodation cards */
.ctour-accom { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.ctour-acard { position: relative; cursor: pointer; }
.ctour-acard input { position: absolute; opacity: 0; pointer-events: none; }
.ctour-acard__box { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 3px; height: 100%; padding: 16px 10px; border: 1.5px solid var(--border-default); border-radius: 14px; background: #fff; transition: border-color .2s ease, background .2s ease, box-shadow .2s ease; }
.ctour-acard__ico { width: 40px; height: 40px; border-radius: 11px; display: inline-flex; align-items: center; justify-content: center; background: var(--clay-50); color: var(--clay-500); font-size: 16px; margin-bottom: 5px; transition: background .2s ease, color .2s ease; }
.ctour-acard__t { font-family: var(--font-display); font-size: 17px; font-weight: 600; color: var(--text-strong); }
.ctour-acard__s { font-size: 11.5px; color: var(--text-muted); line-height: 1.3; }
.ctour-acard:hover .ctour-acard__box { border-color: var(--clay-200); }
.ctour-acard input:checked + .ctour-acard__box { border-color: var(--clay-500); background: var(--clay-50); box-shadow: 0 8px 18px -10px rgba(190,85,31,.4); }
.ctour-acard input:checked + .ctour-acard__box .ctour-acard__ico { background: var(--clay-500); color: #fff; }

/* Textarea + counter */
.ctour-ta { position: relative; }
.ctour-counter { position: absolute; right: 12px; bottom: 12px; font-size: 11.5px; color: var(--text-subtle); background: rgba(255,255,255,.9); padding: 1px 7px; border-radius: 6px; }

/* Form fields (text/email/tel/date/textarea) */
.ctour-form input[type="text"], .ctour-form input[type="email"], .ctour-form input[type="tel"], .ctour-form input[type="date"], .ctour-form textarea {
	width: 100%; box-sizing: border-box; font-family: var(--font-body); font-size: 15px; color: var(--text-strong); background: #fff; border: 1.5px solid var(--border-default); border-radius: 10px; padding: 12px 14px; transition: border-color .2s ease, box-shadow .2s ease; }
.ctour-form input:focus, .ctour-form textarea:focus { outline: none; border-color: var(--clay-400); box-shadow: 0 0 0 3px rgba(228,171,67,.28); }
.ctour-form textarea { resize: vertical; min-height: 120px; }
.ctour-stepper { margin-bottom: 4px; }

/* Contact details */
.ctour-contact { margin-top: clamp(22px, 3vw, 32px); background: linear-gradient(180deg, #fff, #FFFCF7); border: 1px solid var(--border-subtle); border-radius: var(--radius-xl); padding: clamp(22px, 2.6vw, 32px); box-shadow: 0 22px 44px -32px rgba(190,85,31,.34); }
.ctour-contact__title { font-family: var(--font-display); font-size: 21px; font-weight: 600; color: var(--text-strong); margin: 0 0 16px; }
.ctour-contact__grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 16px; }
.ctour-contact .field { margin-bottom: 0; }

/* Submission bar — invitation card */
.ctour-submit { position: relative; margin-top: clamp(26px, 3.5vw, 40px); display: flex; align-items: center; gap: clamp(18px, 3vw, 34px); padding: clamp(24px, 3vw, 40px) clamp(24px, 4vw, 50px); background: linear-gradient(180deg, #FFFDF9, #FBF3E8); border-radius: var(--radius-2xl); border: 1px solid var(--clay-200); box-shadow: 0 30px 60px -34px rgba(190,85,31,.4); }
.ctour-submit::before { content: ""; position: absolute; inset: 9px; border: 1px solid var(--gold); border-radius: calc(var(--radius-2xl) - 9px); opacity: .5; pointer-events: none; }
.ctour-submit__mandala { flex: none; position: relative; z-index: 1; }
.ctour-submit__mandala img { width: clamp(48px, 6vw, 60px); height: auto; }
.ctour-submit__text { flex: 1 1 auto; position: relative; z-index: 1; }
.ctour-submit__text h3 { font-family: var(--font-display); font-size: clamp(22px, 2.8vw, 30px); font-weight: 600; color: var(--text-strong); margin: 0; }
.ctour-submit__text p { margin: 6px 0 0; font-size: 14.5px; color: var(--text-muted); line-height: 1.6; max-width: 520px; }
.ctour-submit__btn { flex: none; position: relative; z-index: 1; }
.ctour-submit__btn.is-loading { opacity: .7; pointer-events: none; }
.ctour-form__status { margin: 16px 0 0; text-align: center; font-size: 15px; font-weight: 600; }
.ctour-form__status.is-ok { color: var(--atlas-500); }
.ctour-form__status.is-err { color: var(--clay-600); }
.ctour-fineprint { margin: 10px 0 0; text-align: center; font-size: 12.5px; color: var(--text-subtle); }
.ctour-fineprint a { color: var(--clay-600); font-weight: 600; }

@media (max-width: 900px) {
	.ctour-hero__grid { grid-template-columns: 1fr; }
	.ctour-hero__collage { max-width: 460px; margin: 10px auto 0; }
	.ctour-grid { grid-template-columns: 1fr; }
	.ctour-grid > .ctour-card--wide, .ctour-grid > .ctour-card:last-child { grid-column: auto; grid-row: auto; }
	.ctour-contact__grid { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
	.ctour-opts, .ctour-pills, .ctour-accom { grid-template-columns: 1fr; }
	.ctour-submit { flex-direction: column; text-align: center; }
	.ctour-submit__text p { margin-left: auto; margin-right: auto; }
	.ctour-submit__btn { width: 100%; justify-content: center; }
}
/* Dream-place multi-select (compact, branded) */
.ctour-msel { position: relative; }
.ctour-msel__ctrl { width: 100%; display: flex; align-items: center; gap: 10px; min-height: 48px; padding: 8px 12px; border: 1.5px solid var(--border-default); border-radius: 12px; background: #fff; cursor: pointer; text-align: left; font: inherit; color: inherit; }
.ctour-msel__ctrl:hover { border-color: var(--clay-200); }
.ctour-msel.is-open .ctour-msel__ctrl { border-color: var(--clay-400); box-shadow: 0 0 0 3px rgba(228,171,67,.22); }
.ctour-msel__tags { flex: 1 1 auto; display: flex; flex-wrap: wrap; gap: 6px; min-width: 0; }
.ctour-msel__ph { align-self: center; color: var(--text-subtle); font-size: 14px; }
.ctour-msel__tag { display: inline-flex; align-items: center; gap: 6px; padding: 4px 5px 4px 11px; border-radius: var(--radius-pill); background: var(--clay-500); color: #fff; font-size: 12.5px; font-weight: 600; }
.ctour-msel__tag button { flex: none; border: 0; width: 16px; height: 16px; border-radius: 50%; background: rgba(255,255,255,.28); color: #fff; cursor: pointer; font-size: 11px; line-height: 1; display: inline-flex; align-items: center; justify-content: center; }
.ctour-msel__tag button:hover { background: rgba(255,255,255,.45); }
.ctour-msel__chev { flex: none; color: var(--clay-500); font-size: 12px; transition: transform .2s ease; }
.ctour-msel.is-open .ctour-msel__chev { transform: rotate(180deg); }
.ctour-msel__list { position: absolute; z-index: 40; left: 0; right: 0; top: calc(100% + 6px); margin: 0; padding: 6px; list-style: none; max-height: 250px; overflow-y: auto; background: linear-gradient(180deg, #fff, #FFF9F1); border: 1px solid var(--clay-100); border-radius: 12px; box-shadow: 0 24px 48px -18px rgba(42,33,22,.4); opacity: 0; visibility: hidden; transform: translateY(-6px); transition: opacity .2s ease, transform .2s ease, visibility .2s ease; }
.ctour-msel.is-open .ctour-msel__list { opacity: 1; visibility: visible; transform: none; }
.ctour-msel__opt { display: flex; align-items: center; justify-content: space-between; padding: 10px 12px; border-radius: 8px; font-family: var(--font-display); font-size: 15px; color: var(--text-body); cursor: pointer; transition: background .15s ease, color .15s ease; }
.ctour-msel__opt:hover { background: var(--clay-50); color: var(--clay-700); }
.ctour-msel__opt i { opacity: 0; color: var(--clay-500); font-size: 11px; }
.ctour-msel__opt.is-sel { color: var(--clay-600); font-weight: 700; }
.ctour-msel__opt.is-sel i { opacity: 1; }
.ctour-msel__opt.is-disabled { opacity: .4; pointer-events: none; }
.ctour-msel__list::-webkit-scrollbar { width: 8px; }
.ctour-msel__list::-webkit-scrollbar-thumb { background: var(--clay-200); border-radius: 8px; }

/* ============================================================
   BRAND INTRODUCTION — homepage "who we are" + privacy link
   (centred, single column — sits 2nd, right after the hero)
   ============================================================ */
.brand-intro { position: relative; overflow: hidden; text-align: center; padding-bottom: clamp(8px, 1.4vw, 22px); background: linear-gradient(180deg, #FFFFFF 0%, #FCFAF6 100%); }
.brand-intro__body { max-width: 940px; margin: 0 auto; }
.brand-intro__title { margin-top: 8px; font-size: clamp(28px, 4vw, 46px); }
.brand-intro__lead { margin: 22px auto 0; max-width: 700px; font-size: clamp(16px, 2.1vw, 19px); line-height: 1.7; color: var(--text-body); }
.brand-intro__lead strong { color: var(--clay-600); font-weight: 700; }
.brand-intro__text { margin: 16px auto 0; max-width: 700px; font-size: 16px; line-height: 1.75; color: var(--text-muted); }
.brand-intro__cards { list-style: none; margin: 38px 0 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(16px, 2vw, 24px); text-align: center; }
.bicard { display: flex; flex-direction: column; align-items: center; background: linear-gradient(180deg, #fff, #FFFCF7); border: 1px solid var(--border-subtle); border-radius: var(--radius-xl); padding: clamp(26px, 2.6vw, 34px) clamp(20px, 2vw, 26px); box-shadow: 0 18px 40px -30px rgba(190,85,31,.34); transition: transform .3s ease, box-shadow .3s ease; }
.bicard:hover { transform: translateY(-4px); box-shadow: 0 26px 50px -28px rgba(190,85,31,.42); }
.bicard__i { display: inline-flex; align-items: center; justify-content: center; width: 58px; height: 58px; border-radius: 16px; background: var(--clay-500); color: #fff; font-size: 22px; box-shadow: 0 14px 28px -10px rgba(190,85,31,.5); }
.bicard__t { font-family: var(--font-display); font-weight: 600; font-size: 20px; line-height: 1.2; color: var(--text-strong); margin: 18px 0 0; }
.bicard__d { margin: 10px 0 0; font-size: 14.5px; line-height: 1.65; color: var(--text-muted); }
.brand-intro__actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px; margin-top: 32px; }
.brand-intro__privacy { margin: 24px auto 0; max-width: 600px; font-size: 13.5px; line-height: 1.7; color: var(--text-subtle); text-align: center; }
.brand-intro__privacy i { color: var(--clay-500); margin-right: 5px; }
.brand-intro__privacy a { color: var(--clay-600); font-weight: 600; text-decoration: underline; text-underline-offset: 2px; }
.brand-intro__privacy a:hover { color: var(--clay-700); }
@media (max-width: 760px) {
	.brand-intro__cards { grid-template-columns: 1fr; max-width: 420px; margin-left: auto; margin-right: auto; }
}
/* ============================================================
   CHOOSE YOUR WAY (2 categories) + CUSTOM TOURS CTA
   Full-width, luxury — sit directly under the brand intro.
   ============================================================ */
/* -- Categories: two image cards with a floating white panel -- */
.cats { position: relative; overflow: hidden; padding: clamp(2px, 0.8vw, 12px) 0 clamp(20px, 3vw, 34px); }
.cats__head { max-width: 720px; margin: 0 auto clamp(32px, 5vw, 54px); text-align: center; padding: 0 clamp(20px, 4vw, 32px); }
.cats__lead { margin: 16px auto 0; max-width: 600px; color: var(--text-muted); font-size: 17px; line-height: 1.7; }
.cats__grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(20px, 2.2vw, 32px); padding: 0 clamp(20px, 4vw, 60px); }
.cat { position: relative; display: flex; align-items: center; min-height: clamp(420px, 42vw, 560px); border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-lg); isolation: isolate; }
.cat--shared { justify-content: flex-end; }
.cat--private { justify-content: flex-start; }
.cat__media { position: absolute; inset: 0; z-index: 0; background: var(--img) center / cover no-repeat; background-color: var(--sand-200); transition: transform .9s cubic-bezier(.2,.7,.2,1); }
.cat::after { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, rgba(20,12,6,.06), rgba(20,12,6,.34)); pointer-events: none; }
.cat:hover .cat__media { transform: scale(1.05); }
.cat__panel { position: relative; z-index: 2; display: flex; flex-direction: column; align-items: center; text-align: center; width: min(58%, 392px); margin: clamp(18px, 2.2vw, 34px); padding: clamp(24px, 2.4vw, 36px) clamp(22px, 2.2vw, 32px); background: rgba(255,253,250,.85); -webkit-backdrop-filter: blur(10px) saturate(1.1); backdrop-filter: blur(10px) saturate(1.1); border: 1px solid rgba(255,255,255,.5); border-radius: var(--radius-md); box-shadow: 0 24px 50px -26px rgba(42,33,22,.5); }
.cat__eyebrow { font-family: var(--font-label); font-size: 12px; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; margin-bottom: 10px; }
.cat__eyebrow--shared { color: var(--atlas-500); }
.cat__eyebrow--private { color: var(--clay-600); }
.cat__title { font-family: var(--font-display); font-weight: 600; font-size: clamp(26px, 3vw, 34px); line-height: 1.1; color: var(--text-strong); margin: 0; }
.cat__text { margin: 12px 0 0; color: var(--text-muted); font-size: 15px; line-height: 1.65; }
.cat__cta { margin-top: 24px; }

/* -- Custom tours CTA: full-width banner (text + image) -- */
.ccta { padding: clamp(4px, 1vw, 14px) clamp(20px, 4vw, 60px) clamp(20px, 3vw, 34px); }
.ccta__inner { display: grid; grid-template-columns: 1.05fr 1fr; align-items: stretch; border-radius: var(--radius-lg); overflow: hidden; background: linear-gradient(180deg, #FFFFFF, #FCF8F2); border: 1px solid var(--border-subtle); box-shadow: var(--shadow-lg); }
.ccta__body { padding: clamp(32px, 4vw, 66px); display: flex; flex-direction: column; justify-content: center; }
.ccta__title { font-family: var(--font-display); font-weight: 600; font-size: clamp(28px, 3.6vw, 46px); line-height: 1.08; color: var(--text-strong); margin: 12px 0 0; }
.ccta__title em { font-style: italic; color: var(--clay-600); }
.ccta__lead { margin: 18px 0 0; color: var(--text-muted); font-size: 16.5px; line-height: 1.7; max-width: 540px; }
.ccta__feats { list-style: none; margin: 26px 0 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 14px 26px; }
.ccta__feats li { display: flex; align-items: center; gap: 11px; font-size: 15px; font-weight: 600; color: var(--text-strong); }
.ccta__feats i { flex: none; width: 34px; height: 34px; border-radius: 10px; display: inline-flex; align-items: center; justify-content: center; background: var(--clay-50); color: var(--clay-500); font-size: 14px; }
.ccta__body .btn { margin-top: 32px; align-self: flex-start; }
.ccta__media { position: relative; background: var(--img) center / cover no-repeat; background-color: var(--sand-200); min-height: 320px; }

@media (max-width: 900px) {
	.cats__grid { grid-template-columns: 1fr; max-width: 560px; margin: 0 auto; }
	.cat--shared, .cat--private { justify-content: center; }
	.cat__panel { width: min(84%, 430px); }
	.ccta__inner { grid-template-columns: 1fr; }
	.ccta__media { order: -1; min-height: 240px; }
	.ccta__body .btn { align-self: stretch; justify-content: center; }
}
@media (max-width: 560px) {
	.ccta__feats { grid-template-columns: 1fr; }
	.cat__panel { width: calc(100% - 28px); margin: 16px; }
}
/* ============================================================
   TOUR CAROUSEL — mixed private & shared, full-width w/ side arrows
   ============================================================ */
.tcarousel { position: relative; overflow: hidden; padding: clamp(14px, 2vw, 24px) 0 clamp(20px, 3vw, 34px); }
.tcarousel__head { max-width: 720px; margin: 0 auto clamp(30px, 4.5vw, 50px); text-align: center; padding: 0 clamp(20px, 4vw, 32px); }
.tcarousel__wrap { position: relative; padding: 0 clamp(46px, 6vw, 96px); }
.tcarousel__viewport { overflow-x: auto; overflow-y: hidden; scroll-snap-type: x mandatory; scroll-behavior: smooth; -webkit-overflow-scrolling: touch; scrollbar-width: none; -ms-overflow-style: none; }
.tcarousel__viewport::-webkit-scrollbar { display: none; }
.tcarousel__track { list-style: none; margin: 0; padding: 8px 2px 24px; display: flex; gap: clamp(18px, 2vw, 28px); }
.jtour { flex: 0 0 clamp(270px, 30vw, 340px); scroll-snap-align: start; display: flex; flex-direction: column; background: #fff; border: 1px solid var(--border-subtle); border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-md); transition: transform .3s ease, box-shadow .3s ease; }
.jtour:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); }
.jtour__media { position: relative; display: block; aspect-ratio: 4 / 3; background: var(--img) center / cover no-repeat; background-color: var(--sand-200); }
.jtour__body { display: flex; flex-direction: column; flex: 1; padding: clamp(18px, 1.8vw, 24px); }
.jtour__cat { font-family: var(--font-label); font-size: 11.5px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--clay-600); margin-bottom: 9px; }
.jtour--group .jtour__cat { color: var(--atlas-500); }
.jtour__title { font-family: var(--font-display); font-weight: 600; font-size: 22px; line-height: 1.15; margin: 0; }
.jtour__title a { color: var(--text-strong); text-decoration: none; transition: color .2s ease; }
.jtour__title a:hover { color: var(--clay-600); }
.jtour__meta { margin: 10px 0 0; font-size: 14px; color: var(--text-muted); }
.jtour__meta b { color: var(--text-strong); font-weight: 700; }
.jtour__cta { margin-top: auto; padding-top: 16px; display: inline-flex; align-items: center; gap: 8px; font-family: var(--font-label); font-size: 12px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; color: var(--clay-600); text-decoration: none; }
.jtour__cta:hover { color: var(--clay-700); }
.jtour__cta i { font-size: 11px; transition: transform .2s ease; }
.jtour:hover .jtour__cta i { transform: translateX(4px); }
.tcarousel__nav { position: absolute; top: 44%; transform: translateY(-50%); z-index: 4; width: clamp(42px, 3.2vw, 52px); height: clamp(42px, 3.2vw, 52px); border-radius: 50%; border: 1px solid var(--border-default); background: #fff; color: var(--clay-600); font-size: 15px; cursor: pointer; box-shadow: var(--shadow-md); display: inline-flex; align-items: center; justify-content: center; transition: background .2s ease, color .2s ease, box-shadow .2s ease, opacity .2s ease; }
.tcarousel__nav:hover { background: var(--clay-500); color: #fff; border-color: transparent; box-shadow: var(--shadow-lg); }
.tcarousel__nav--prev { left: clamp(2px, 1.4vw, 26px); }
.tcarousel__nav--next { right: clamp(2px, 1.4vw, 26px); }
.tcarousel__nav.is-disabled { opacity: .3; pointer-events: none; }
.tcarousel__more { text-align: center; margin-top: clamp(26px, 3.5vw, 44px); }
@media (max-width: 700px) {
	.tcarousel__wrap { padding: 0 40px; }
	.jtour { flex-basis: 80vw; }
	.tcarousel__nav { width: 40px; height: 40px; font-size: 14px; }
}
/* ============================================================
   VALUES ROW (hexagon icons) + carousel card type badge
   ============================================================ */
.tvalues { position: relative; overflow: hidden; padding: clamp(14px, 2vw, 24px) 0 clamp(20px, 3vw, 34px); }
.tvalues__grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(4, 1fr); }
.tvalue { position: relative; text-align: center; padding: 6px clamp(16px, 2vw, 34px); }
.tvalue + .tvalue::before { content: ""; position: absolute; left: 0; top: 15%; bottom: 15%; width: 1px; background: var(--border-default); }
.tvalue__i { display: inline-flex; align-items: center; justify-content: center; width: 66px; height: 72px; margin-bottom: 15px; color: var(--clay-500); font-size: 21px; background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpolygon points='50,2 93,26 93,74 50,98 7,74 7,26' fill='none' stroke='%23C4553D' stroke-width='2.4'/%3E%3C/svg%3E") center / contain no-repeat; }
.tvalue__t { font-family: var(--font-label); font-size: 13px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; color: var(--text-strong); margin: 0; }
.tvalue__d { margin: 10px auto 0; max-width: 210px; font-size: 13.5px; line-height: 1.6; color: var(--text-muted); }
@media (max-width: 760px) {
	.tvalues__grid { grid-template-columns: 1fr 1fr; row-gap: 34px; }
	.tvalue + .tvalue::before { display: none; }
}
@media (max-width: 430px) { .tvalues__grid { grid-template-columns: 1fr; } }

/* Carousel card — type badge (Shared teal / Private terracotta) */
.jtour__badge { position: absolute; top: 12px; left: 12px; z-index: 2; display: inline-flex; align-items: center; gap: 6px; padding: 6px 12px; border-radius: var(--radius-pill); font-family: var(--font-label); font-size: 10.5px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: #fff; box-shadow: 0 8px 18px -8px rgba(20,12,6,.5); }
.jtour__badge i { font-size: 10px; }
.jtour__badge--private { background: var(--clay-500); }
.jtour__badge--group { background: var(--atlas-500); }
.jtour__badge--day-trip { background: var(--clay-600); }
/* ============================================================
   TRAVEL STORIES / JOURNAL — horizontal cards (under Values)
   ============================================================ */
.jstories { position: relative; overflow: hidden; padding: clamp(14px, 2vw, 24px) 0 clamp(20px, 3vw, 34px); }
.jstories .mtz-container { max-width: none; padding-left: clamp(20px, 4vw, 60px); padding-right: clamp(20px, 4vw, 60px); }
.jstories__head { max-width: 720px; margin: 0 auto clamp(24px, 3.5vw, 40px); text-align: center; padding: 0 clamp(20px, 4vw, 32px); }
.jstories__grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(20px, 2.2vw, 30px); }
.jstory { display: flex; align-items: stretch; background: #fff; border: 1px solid var(--border-subtle); border-radius: var(--radius-md); overflow: hidden; box-shadow: var(--shadow-sm); transition: transform .3s ease, box-shadow .3s ease; }
.jstory:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.jstory__media { flex: 0 0 50%; min-height: 250px; align-self: stretch; background: var(--img) center / cover no-repeat; background-color: var(--sand-200); }
.jstory__body { flex: 1; min-width: 0; display: flex; flex-direction: column; padding: clamp(15px, 1.5vw, 22px); }
.jstory__title { font-family: var(--font-display); font-weight: 600; font-size: clamp(16px, 1.3vw, 18px); line-height: 1.22; margin: 0; }
.jstory__title a { color: var(--text-strong); text-decoration: none; transition: color .2s ease; }
.jstory__title a:hover { color: var(--clay-600); }
.jstory__excerpt { margin: 8px 0 0; font-size: 13px; line-height: 1.55; color: var(--text-muted); }
.jstory__link { margin-top: auto; padding-top: 12px; display: inline-flex; align-items: center; gap: 6px; font-family: var(--font-label); font-size: 11.5px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: var(--clay-600); text-decoration: none; }
.jstory__link:hover { color: var(--clay-700); }
.jstory__link i { font-size: 10px; transition: transform .2s ease; }
.jstory:hover .jstory__link i { transform: translateX(3px); }
.jstories__more { text-align: center; margin-top: clamp(24px, 3.5vw, 40px); }
@media (max-width: 860px) {
	.jstories__grid { grid-template-columns: 1fr; max-width: 620px; margin: 0 auto; }
}
@media (max-width: 460px) {
	.jstory { flex-direction: column; }
	.jstory__media { flex-basis: auto; aspect-ratio: 16 / 10; min-height: 0; }
}
/* ============================================================
   HOW IT WORKS + TRAVELER STORIES + FAQ (re-added, branded)
   ============================================================ */
/* -- How it works -- */
.hiw { position: relative; overflow: hidden; padding: clamp(14px, 2vw, 24px) 0 clamp(20px, 3vw, 34px); }
.hiw__head { max-width: 720px; margin: 0 auto clamp(22px, 3.2vw, 38px); text-align: center; padding: 0 clamp(20px, 4vw, 32px); }
.hiw__card { position: relative; z-index: 1; display: flex; align-items: center; flex-wrap: wrap; gap: clamp(20px, 3vw, 44px); background: linear-gradient(180deg, #FFFFFF, #FCF8F2); border: 1px solid var(--border-subtle); border-radius: var(--radius-lg); padding: clamp(24px, 3vw, 44px); box-shadow: var(--shadow-md); }
.hiw__steps { list-style: none; margin: 0; padding: 0; flex: 1 1 460px; display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(20px, 2.4vw, 40px); }
.hiw__step { display: flex; align-items: flex-start; gap: 14px; }
.hiw__num { flex: none; width: 50px; height: 50px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; font-family: var(--font-display); font-size: 22px; font-weight: 700; color: var(--clay-600); background: var(--clay-50); border: 1px solid var(--clay-100); }
.hiw__t { font-family: var(--font-display); font-weight: 600; font-size: 17px; line-height: 1.2; margin: 5px 0 0; color: var(--text-strong); }
.hiw__d { margin: 6px 0 0; font-size: 13.5px; line-height: 1.5; color: var(--text-muted); }
.hiw__cta { flex: none; }
@media (max-width: 860px) {
	.hiw__card { flex-direction: column; align-items: stretch; }
	.hiw__steps { grid-template-columns: 1fr; gap: 22px; }
	.hiw__cta { justify-content: center; }
}

/* -- Traveler stories / reviews -- */
.reviews { position: relative; overflow: hidden; padding: clamp(14px, 2vw, 24px) 0 clamp(20px, 3vw, 34px); }
.reviews__head { max-width: 720px; margin: 0 auto clamp(22px, 3.2vw, 38px); text-align: center; padding: 0 clamp(20px, 4vw, 32px); }
.reviews__grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(20px, 2.2vw, 30px); }
.review { display: flex; flex-direction: column; margin: 0; background: #fff; border: 1px solid var(--border-subtle); border-radius: var(--radius-md); padding: clamp(22px, 2vw, 30px); box-shadow: var(--shadow-sm); }
.review__stars { display: flex; gap: 3px; color: var(--saffron-400); font-size: 14px; margin-bottom: 14px; }
.review__text { margin: 0; font-size: 14.5px; line-height: 1.65; color: var(--text-body); font-style: italic; }
.review__foot { margin-top: 20px; padding-top: 16px; border-top: 1px solid var(--border-subtle); display: flex; align-items: baseline; justify-content: space-between; gap: 8px 12px; flex-wrap: wrap; }
.review__name { font-family: var(--font-label); font-size: 13px; font-weight: 700; letter-spacing: .03em; color: var(--text-strong); }
.review__src { font-size: 12px; color: var(--text-subtle); display: inline-flex; align-items: center; gap: 5px; }
.review__src i { color: var(--atlas-500); }
.reviews__more { text-align: center; margin-top: clamp(24px, 3.5vw, 40px); }
@media (max-width: 860px) { .reviews__grid { grid-template-columns: 1fr; max-width: 560px; margin: 0 auto; } }

/* -- FAQ (native <details> accordion, branded) -- */
.faq2 { position: relative; overflow: hidden; padding: clamp(14px, 2vw, 24px) 0 clamp(24px, 4vw, 48px); }
.faq2__head { max-width: 720px; margin: 0 auto clamp(22px, 3.2vw, 38px); text-align: center; padding: 0 clamp(20px, 4vw, 32px); }
.faq2__list { position: relative; z-index: 1; max-width: 820px; margin: 0 auto; }
.faq2__item { background: #fff; border: 1px solid var(--border-subtle); border-radius: var(--radius-md); margin-bottom: 14px; overflow: hidden; transition: border-color .2s ease, box-shadow .2s ease; }
.faq2__item[open] { border-color: var(--clay-200); box-shadow: var(--shadow-sm); }
.faq2__q { list-style: none; cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: clamp(16px, 1.8vw, 22px); font-family: var(--font-display); font-weight: 600; font-size: clamp(15.5px, 1.3vw, 18px); line-height: 1.3; color: var(--text-strong); }
.faq2__q::-webkit-details-marker { display: none; }
.faq2__q:hover { color: var(--clay-600); }
.faq2__ic { flex: none; width: 30px; height: 30px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; font-size: 12px; color: #fff; background: var(--clay-500); transition: transform .3s ease; }
.faq2__item[open] .faq2__ic { transform: rotate(45deg); }
.faq2__a { padding: 0 clamp(16px, 1.8vw, 22px) clamp(16px, 1.8vw, 22px); }
.faq2__a p { margin: 0; font-size: 14.5px; line-height: 1.7; color: var(--text-muted); }
/* MTZ-END-FRONT-END */
