/*
Theme Name:   Tour en Marrakech
Theme URI:    https://tourenmarrakech.com
Description:  Tema independiente de Tour en Marrakech. Plantillas a medida (home, rutas, tours, temáticas) y design system propio. Ya no depende del tema TravelTour.
Author:       Tour en Marrakech
Version:      2.0.0
Text Domain:  traveltour-child
*/

/* ==================================================================
 *  HOME PREVIEW v2 — Boutique premium
 *  Todo scopeado a .vem-home-v2 para no afectar el resto del sitio.
 * ================================================================== */

.vem-home-v2 {
  --vem-bg:        #F8F6F1;
  --vem-bg-alt:    #ECE6DB;
  --vem-bg-dark:   #1A1F1C;
  --vem-text:      #1A1F1C;
  --vem-text-soft: #6B6B65;
  --vem-primary:   #00251b;
  --vem-accent:    #B8543A;
  --vem-line:      #D9D2C5;
  --vem-white:     #FFFFFF;

  --vem-font-serif: 'Cormorant Garamond', 'Garamond', 'Times New Roman', serif;
  --vem-font-sans:  'Inter', -apple-system, BlinkMacSystemFont, sans-serif;

  --vem-container:  1200px;
  --vem-gutter:     32px;

  /* Tokens de espacio unificados — usar SIEMPRE estos */
  --vem-space-section:   clamp(56px, 6vw, 88px);
  --vem-space-section-y: var(--vem-space-section);
  --vem-space-hero:      clamp(72px, 9vw, 120px);
  --vem-space-block:     clamp(32px, 4vw, 56px);
  --vem-space-stack:     clamp(16px, 2vw, 24px);

  background: var(--vem-bg);
  color: var(--vem-text);
  font-family: var(--vem-font-sans);
  font-size: 17px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

/* Neutralizar padding/margin del wrapper de TravelTour cuando estemos en v2 */
.vem-home-v2 #content,
.vem-home-v2 .traveltour-page-wrapper,
.vem-home-v2 .traveltour-page-content-wrap,
.vem-home-v2 .traveltour-fixed-footer { background: var(--vem-bg) !important; }
.vem-home-v2 .traveltour-page-wrapper,
.vem-home-v2 .traveltour-page-content-wrap { padding: 0 !important; margin: 0 !important; }

.vem-home-v2 *,
.vem-home-v2 *::before,
.vem-home-v2 *::after { box-sizing: border-box; }

.vem-home-v2 img { max-width: 100%; height: auto; display: block; }
.vem-home-v2 a   { color: inherit; text-decoration: none; transition: opacity .2s ease; }
.vem-home-v2 a:hover { opacity: .75; }

/* --- Tipografía --- */
.vem-home-v2 h1, .vem-home-v2 h2, .vem-home-v2 h3,
.vem-home-v2 .vem-h-display, .vem-home-v2 .vem-h2 {
  font-family: var(--vem-font-serif);
  font-weight: 500;
  letter-spacing: -0.005em;
  color: var(--vem-text);
  margin: 0;
}
.vem-home-v2 .vem-h-display {
  font-size: clamp(52px, 7.4vw, 96px);
  line-height: 1.0;
  font-weight: 500;
  letter-spacing: -0.015em;
}
.vem-home-v2 .vem-h-display em {
  font-style: italic;
  font-weight: 400;
}
.vem-home-v2 .vem-h2 {
  font-size: clamp(32px, 4.2vw, 50px);
  line-height: 1.08;
  font-weight: 500;
  margin-bottom: 24px;
  letter-spacing: -0.005em;
}
.vem-home-v2 .vem-h2--white { color: var(--vem-white); }

.vem-home-v2 .vem-eyebrow {
  font-family: var(--vem-font-sans);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--vem-text-soft);
  margin: 0 0 20px 0;
  font-weight: 500;
}
.vem-home-v2 .vem-lead {
  font-size: clamp(17px, 1.4vw, 20px);
  line-height: 1.55;
  color: var(--vem-text-soft);
  max-width: 56ch;
  margin: 0 0 32px 0;
}
.vem-home-v2 .vem-lead--white { color: rgba(255,255,255,0.78); }

/* --- Layout --- */
.vem-home-v2 .vem-container {
  max-width: var(--vem-container);
  margin: 0 auto;
  padding: 0 var(--vem-gutter);
}
.vem-home-v2 .vem-section { padding: clamp(56px, 6vw, 88px) 0; }
.vem-home-v2 .vem-section--alt + .vem-section--alt { padding-top: clamp(24px, 3vw, 40px); }
.vem-home-v2 .vem-section + .vem-section:not(.vem-section--alt):not(.vem-section--dark) { padding-top: clamp(40px, 5vw, 64px); }
.vem-home-v2 .vem-section--alt { background: var(--vem-bg-alt); }
.vem-home-v2 .vem-section--dark { background: var(--vem-bg-dark); color: var(--vem-white); }

/* --- Botones --- */
.vem-home-v2 .vem-btn {
  display: inline-block;
  font-family: var(--vem-font-sans);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 18px 32px;
  border: 1px solid transparent;
  cursor: pointer;
  transition: all .25s ease;
  white-space: nowrap;
  text-decoration: none;
}
.vem-home-v2 .vem-btn--primary { background: var(--vem-primary); color: var(--vem-white); }
.vem-home-v2 .vem-btn--primary:hover { background: #1F302A; opacity: 1; }
.vem-home-v2 .vem-btn--ghost {
  background: transparent;
  border-color: var(--vem-text);
  color: var(--vem-text);
}
.vem-home-v2 .vem-btn--ghost:hover {
  background: var(--vem-text); color: var(--vem-white); opacity: 1;
}
.vem-home-v2 .vem-btn--accent { background: var(--vem-accent); color: var(--vem-white); }
.vem-home-v2 .vem-btn--accent:hover { background: #9F4630; opacity: 1; }

.vem-home-v2 .vem-cta-row { display: flex; gap: 16px; flex-wrap: wrap; }
.vem-home-v2 .vem-link-arrow {
  font-size: 14px; font-weight: 500; letter-spacing: 0.04em;
  color: var(--vem-primary);
  border-bottom: 1px solid var(--vem-primary);
  padding-bottom: 2px;
}

/* ============================================================
 *  TOUR INDIVIDUAL — Boutique premium con timeline + mapa
 * ============================================================ */

/* ----- Hero del tour ----- */
.vem-tour-v2 .vem-tour-hero {
  position: relative;
  min-height: 70vh;
  padding: var(--vem-space-hero) 0;
  color: var(--vem-white);
  overflow: hidden;
  display: flex;
  align-items: center;
}
.vem-tour-v2 .vem-tour-hero__bg {
  position: absolute; inset: 0;
  background-position: center; background-size: cover;
  z-index: 0;
}
.vem-tour-v2 .vem-tour-hero__overlay {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(26,31,28,0.35) 0%, rgba(26,31,28,0.7) 100%);
  z-index: 1;
}
.vem-tour-v2 .vem-tour-hero__inner {
  position: relative; z-index: 2;
  max-width: 980px;
  margin: 0 auto;
  padding: 0 var(--vem-gutter);
  text-align: center;
}
.vem-tour-v2 .vem-eyebrow--light { color: rgba(255,255,255,0.78); }
.vem-tour-v2 .vem-h-display--light { color: var(--vem-white); }
.vem-tour-v2 .vem-tour-hero__sub {
  font-family: var(--vem-font-serif);
  font-style: italic;
  font-size: clamp(18px, 1.8vw, 22px);
  color: rgba(255,255,255,0.85);
  margin: 16px 0 32px;
}
.vem-tour-v2 .vem-tour-meta {
  list-style: none;
  margin: 0 0 40px;
  padding: 0;
  display: flex;
  gap: 0;
  justify-content: center;
  flex-wrap: wrap;
}
.vem-tour-v2 .vem-tour-meta li {
  font-size: 13px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.9);
  padding: 0 20px;
  border-right: 1px solid rgba(255,255,255,0.3);
}
.vem-tour-v2 .vem-tour-meta li:last-child { border-right: none; }
.vem-tour-v2 .vem-cta-row { justify-content: center; }
.vem-tour-v2 .vem-btn--ghost-light {
  border-color: var(--vem-white);
  color: var(--vem-white);
}
.vem-tour-v2 .vem-btn--ghost-light:hover {
  background: var(--vem-white);
  color: var(--vem-text);
  opacity: 1;
}

/* ----- Summary ----- */
.vem-tour-v2 .vem-tour-summary { padding: var(--vem-space-section-y) 0; }
.vem-tour-v2 .vem-tour-summary__text {
  font-family: var(--vem-font-serif);
  font-size: clamp(20px, 2vw, 26px);
  line-height: 1.45;
  max-width: 800px;
  margin: 0 0 32px;
  color: var(--vem-text);
}
.vem-tour-v2 .vem-tour-regions {
  list-style: none;
  margin: 0; padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.vem-tour-v2 .vem-tour-regions li {
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 8px 14px;
  border: 1px solid var(--vem-line);
  color: var(--vem-text-soft);
}

/* ----- Highlights "Cómo lo vivirás" con ilustraciones ----- */
.vem-tour-v2 .vem-highlights__head {
  max-width: 720px;
  margin: 0 auto 64px;
  text-align: center;
}
.vem-tour-v2 .vem-highlights__grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(40px, 5vw, 64px);
}
.vem-tour-v2 .vem-highlight {
  text-align: center;
  padding: 0 8px;
}
.vem-tour-v2 .vem-highlight__illus {
  width: 96px;
  height: 64px;
  margin: 0 auto 24px;
  color: var(--vem-primary);
}
.vem-tour-v2 .vem-illus {
  width: 100%; height: 100%;
}
.vem-tour-v2 .vem-highlight__label {
  font-family: var(--vem-font-sans);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--vem-accent);
  font-weight: 500;
  display: block;
  margin-bottom: 14px;
}
.vem-tour-v2 .vem-highlight__text {
  font-family: var(--vem-font-serif);
  font-size: 19px;
  line-height: 1.45;
  margin: 0;
  color: var(--vem-text);
  max-width: 22ch;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 880px) {
  .vem-tour-v2 .vem-highlights__grid { grid-template-columns: 1fr; gap: 48px; }
}

/* ----- INFO BAR (5 datos clave con iconos) ----- */
.vem-tour-v2 .vem-tour-infobar {
  border-top: 1px solid var(--vem-line);
  border-bottom: 1px solid var(--vem-line);
  padding: 24px 0;
  background: var(--vem-bg);
}
.vem-tour-v2 .vem-infobar__list {
  list-style: none;
  margin: 0; padding: 0;
  display: flex;
  gap: 0;
  justify-content: space-between;
  flex-wrap: wrap;
}
.vem-tour-v2 .vem-infobar__item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 4px 16px;
}
.vem-tour-v2 .vem-infobar__icon {
  width: 18px; height: 18px;
  color: var(--vem-primary);
  display: inline-flex; align-items: center; justify-content: center;
}
.vem-tour-v2 .vem-infobar__icon svg { width: 100%; height: 100%; }
.vem-tour-v2 .vem-infobar__lbl {
  font-family: var(--vem-font-sans);
  font-size: 13px;
  font-weight: 500;
  color: var(--vem-text);
  letter-spacing: 0.01em;
}
@media (max-width: 880px) {
  .vem-tour-v2 .vem-infobar__list { gap: 12px; justify-content: flex-start; }
  .vem-tour-v2 .vem-infobar__item { padding: 4px 0; flex: 0 0 calc(50% - 6px); }
}

/* ----- LAYOUT 2 COLUMNAS: itinerario + form sticky ----- */
.vem-tour-v2 .vem-tour-itin__split {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: clamp(40px, 5vw, 64px);
  align-items: start;
}
.vem-tour-v2 .vem-tour-itin__main { min-width: 0; }
.vem-tour-v2 .vem-tour-itin__side {
  position: sticky;
  top: 100px;
}
@media (max-width: 980px) {
  .vem-tour-v2 .vem-tour-itin__split { grid-template-columns: 1fr; }
  .vem-tour-v2 .vem-tour-itin__side { position: static; }
}

/* Form sticky en el sidebar */
.vem-tour-v2 .vem-tour-form {
  background: var(--vem-white);
  border: 1px solid var(--vem-line);
  padding: 32px 28px;
}
.vem-tour-v2 .vem-tour-form__title {
  font-family: var(--vem-font-serif);
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  margin: 8px 0 12px;
  color: var(--vem-text);
}
.vem-tour-v2 .vem-tour-form__title em {
  font-style: italic; color: var(--vem-primary);
}
.vem-tour-v2 .vem-tour-form__intro {
  font-size: 14px;
  color: var(--vem-text-soft);
  margin: 0 0 24px;
  line-height: 1.5;
}
.vem-tour-v2 .vem-tour-form__field {
  display: block;
  margin: 0 0 14px;
}
.vem-tour-v2 .vem-tour-form__field > span {
  display: block;
  font-family: var(--vem-font-sans);
  font-size: 12px;
  font-weight: 500;
  color: var(--vem-text);
  margin-bottom: 6px;
  letter-spacing: 0.02em;
}
.vem-tour-v2 .vem-tour-form__field small {
  color: var(--vem-text-soft);
  font-weight: 400;
  margin-left: 4px;
}
.vem-tour-v2 .vem-tour-form input,
.vem-tour-v2 .vem-tour-form select,
.vem-tour-v2 .vem-tour-form textarea {
  width: 100%;
  padding: 10px 12px;
  font-family: var(--vem-font-sans);
  font-size: 14px;
  background: var(--vem-bg);
  border: 1px solid var(--vem-line);
  color: var(--vem-text);
  border-radius: 0;
}
.vem-tour-v2 .vem-tour-form input:focus,
.vem-tour-v2 .vem-tour-form select:focus,
.vem-tour-v2 .vem-tour-form textarea:focus {
  outline: none; border-color: var(--vem-primary); background: var(--vem-white);
}
.vem-tour-v2 .vem-tour-form__row {
  display: grid; grid-template-columns: 1fr 1fr; gap: 10px;
}
.vem-tour-v2 .vem-tour-form__row .vem-tour-form__field { margin-bottom: 14px; }
.vem-tour-v2 .vem-tour-form textarea { resize: vertical; min-height: 70px; font-family: var(--vem-font-sans); }
.vem-tour-v2 .vem-tour-form__submit {
  width: 100%;
  margin-top: 8px;
  font-size: 12px;
  letter-spacing: 0.14em;
}
.vem-tour-v2 .vem-tour-form__alt {
  font-size: 12px;
  color: var(--vem-text-soft);
  margin: 16px 0 0;
  text-align: center;
  line-height: 1.5;
}
.vem-tour-v2 .vem-tour-form__alt a {
  color: var(--vem-primary);
  border-bottom: 1px solid var(--vem-primary);
}

/* Pledge debajo del form */
.vem-tour-v2 .vem-tour-pledge {
  margin-top: 16px;
  padding: 20px 24px;
  background: var(--vem-bg-alt);
}
.vem-tour-v2 .vem-tour-pledge ul {
  list-style: none; margin: 0; padding: 0;
  display: flex; flex-direction: column; gap: 8px;
}
.vem-tour-v2 .vem-tour-pledge li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  color: var(--vem-text);
}
.vem-tour-v2 .vem-tour-pledge svg {
  width: 14px; height: 14px;
  color: var(--vem-primary);
  flex: 0 0 14px;
}

/* ----- REVIEWS MARQUEE (Google + TripAdvisor pasando) ----- */
.vem-tour-v2 .vem-reviews-strip__head {
  text-align: center;
  margin-bottom: 48px;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}
.vem-tour-v2 .vem-reviews-marquee {
  overflow: hidden;
  position: relative;
  mask-image: linear-gradient(to right, transparent 0, #000 80px, #000 calc(100% - 80px), transparent 100%);
}
.vem-tour-v2 .vem-reviews-marquee__track {
  display: flex;
  gap: 24px;
  width: max-content;
  animation: vem-marquee 95s linear infinite;
}
.vem-tour-v2 .vem-reviews-marquee:hover .vem-reviews-marquee__track { animation-play-state: paused; }
@keyframes vem-marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
.vem-tour-v2 .vem-review-card {
  flex: 0 0 360px;
  padding: 28px 28px 24px;
  background: var(--vem-white);
  border: 1px solid var(--vem-line);
  display: flex;
  flex-direction: column;
}
.vem-tour-v2 .vem-review-card__src {
  display: flex; align-items: center; gap: 10px;
  margin-bottom: 12px;
}
.vem-tour-v2 .vem-review-card__logo {
  width: 28px; height: 28px;
  display: inline-flex; align-items: center; justify-content: center;
  border-radius: 50%;
  font-family: var(--vem-font-sans);
  font-size: 13px;
  font-weight: 700;
}
.vem-tour-v2 .vem-logo-google {
  background: linear-gradient(135deg, #4285F4 0%, #34A853 50%, #FBBC05 75%, #EA4335 100%);
  color: #fff;
}
.vem-tour-v2 .vem-logo-ta {
  background: #00aa6c;
  color: #fff;
  font-size: 10px;
  letter-spacing: -0.05em;
}
.vem-tour-v2 .vem-review-card__name {
  font-size: 12px;
  color: var(--vem-text-soft);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.vem-tour-v2 .vem-review-card__stars {
  color: var(--vem-accent);
  font-size: 14px;
  letter-spacing: 2px;
  margin-bottom: 10px;
}
.vem-tour-v2 .vem-review-card__text {
  font-family: var(--vem-font-serif);
  font-size: 16px;
  line-height: 1.45;
  margin: 0 0 16px;
  color: var(--vem-text);
}
.vem-tour-v2 .vem-review-card__cite {
  font-style: normal;
  font-size: 12px;
  color: var(--vem-text-soft);
  letter-spacing: 0.04em;
  margin-top: auto;
}

/* ----- INCLUDES con iconos ----- */
.vem-tour-v2 .vem-inclusions__list {
  list-style: none;
  margin: 24px 0 0;
  padding: 0;
}
.vem-tour-v2 .vem-inclusions__list li {
  display: grid;
  grid-template-columns: 28px 1fr;
  align-items: start;
  gap: 16px;
  padding: 16px 0;
  border-bottom: 1px solid var(--vem-line);
  font-size: 15px;
  line-height: 1.5;
  position: static;
}
.vem-tour-v2 .vem-inclusions__list li::before { display: none; }
.vem-tour-v2 .vem-inc-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px; height: 24px;
}
.vem-tour-v2 .vem-inclusions__list--yes .vem-inc-icon { color: var(--vem-primary); }
.vem-tour-v2 .vem-inclusions__list--no  .vem-inc-icon { color: var(--vem-accent); opacity: 0.7; }
.vem-tour-v2 .vem-inc-icon svg { width: 100%; height: 100%; }
.vem-tour-v2 .vem-inc-text { color: var(--vem-text); }

/* ----- FAQ (acordeón nativo, optimizado SEO + GEO) ----- */
.vem-tour-v2 .vem-faq__inner { max-width: 880px; }
.vem-tour-v2 .vem-faq__head {
  text-align: center;
  margin-bottom: 56px;
}
.vem-tour-v2 .vem-faq__head .vem-lead {
  margin: 16px auto 0;
  max-width: 600px;
}
.vem-tour-v2 .vem-faq__list {
  list-style: none;
  margin: 0; padding: 0;
}
.vem-tour-v2 .vem-faq__item {
  border-top: 1px solid var(--vem-line);
}
.vem-tour-v2 .vem-faq__item:last-child {
  border-bottom: 1px solid var(--vem-line);
}
.vem-tour-v2 .vem-faq__item details summary {
  list-style: none;
  cursor: pointer;
  padding: 24px 56px 24px 0;
  position: relative;
  display: flex;
  align-items: center;
  font-family: var(--vem-font-serif);
  font-size: clamp(18px, 1.8vw, 22px);
  line-height: 1.35;
  font-weight: 500;
  color: var(--vem-text);
  letter-spacing: -0.005em;
}
.vem-tour-v2 .vem-faq__item summary::-webkit-details-marker { display: none; }
.vem-tour-v2 .vem-faq__icon {
  position: absolute;
  right: 0; top: 50%;
  width: 16px; height: 16px;
  transform: translateY(-50%);
}
.vem-tour-v2 .vem-faq__icon::before,
.vem-tour-v2 .vem-faq__icon::after {
  content: '';
  position: absolute;
  left: 50%; top: 50%;
  background: var(--vem-primary);
  transform: translate(-50%, -50%);
  transition: opacity .25s ease, transform .25s ease;
}
.vem-tour-v2 .vem-faq__icon::before {
  width: 14px; height: 1px;
}
.vem-tour-v2 .vem-faq__icon::after {
  width: 1px; height: 14px;
}
.vem-tour-v2 .vem-faq__item details[open] .vem-faq__icon::after {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(90deg);
}
.vem-tour-v2 .vem-faq__item details[open] summary {
  color: var(--vem-primary);
}
.vem-tour-v2 .vem-faq__a {
  padding: 0 0 28px 0;
  font-family: var(--vem-font-serif);
  font-size: clamp(16px, 1.4vw, 18px);
  line-height: 1.65;
  color: var(--vem-text);
  max-width: 64ch;
}
.vem-tour-v2 .vem-faq__a p { margin: 0; }
.vem-tour-v2 .vem-faq__cta {
  text-align: center;
  margin-top: 48px;
  padding-top: 32px;
  border-top: 1px solid var(--vem-line);
  font-size: 15px;
  color: var(--vem-text-soft);
}
.vem-tour-v2 .vem-faq__cta a {
  color: var(--vem-primary);
  border-bottom: 1px solid var(--vem-primary);
  padding-bottom: 1px;
}

/* ----- ALOJAMIENTOS (estilos legacy; sección quitada) ----- */
.vem-tour-v2 .vem-stays__head { max-width: 720px; margin-bottom: 56px; }
.vem-tour-v2 .vem-stays__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(32px, 4vw, 56px);
}
.vem-tour-v2 .vem-stays__cat {
  font-family: var(--vem-font-sans);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--vem-primary);
  margin: 0 0 20px;
}
.vem-tour-v2 .vem-stays__cat--sup { color: var(--vem-accent); }
.vem-tour-v2 .vem-stays__list {
  list-style: none; padding: 0; margin: 0;
}
.vem-tour-v2 .vem-stays__list li {
  padding: 16px 0;
  border-top: 1px solid var(--vem-line);
  display: flex;
  flex-direction: column;
}
.vem-tour-v2 .vem-stays__list li:last-child { border-bottom: 1px solid var(--vem-line); }
.vem-tour-v2 .vem-stays__list strong {
  font-family: var(--vem-font-serif);
  font-size: 19px;
  font-weight: 500;
  color: var(--vem-text);
  margin-bottom: 2px;
  letter-spacing: -0.005em;
}
.vem-tour-v2 .vem-stays__list span {
  font-size: 13px;
  color: var(--vem-text-soft);
}
.vem-tour-v2 .vem-stays__note {
  margin-top: 40px;
  padding-top: 24px;
  border-top: 1px solid var(--vem-line);
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  color: var(--vem-text-soft);
  font-style: italic;
}
.vem-tour-v2 .vem-stays__note svg {
  width: 18px; height: 18px;
  color: var(--vem-primary);
  flex: 0 0 18px;
}
@media (max-width: 720px) {
  .vem-tour-v2 .vem-stays__grid { grid-template-columns: 1fr; }
}

/* ----- Itinerario "lux": single column, sin mapa ----- */
.vem-tour-v2 .vem-tour-itin__head {
  max-width: 760px;
  margin: 0 0 80px;
}
.vem-tour-v2 .vem-h2--editorial {
  font-style: italic;
  font-weight: 400;
}
.vem-tour-v2 .vem-tour-itin__lead {
  font-family: var(--vem-font-serif);
  font-size: clamp(18px, 1.6vw, 22px);
  line-height: 1.5;
  color: var(--vem-text-soft);
  margin: 16px 0 0;
}

/* Timeline LUX v2: estilo "Plan South America" — chronological con hairline vertical */
.vem-tour-v2 .vem-timeline--lux {
  list-style: none;
  margin: 0; padding: 0;
  max-width: 780px;
  position: relative;
}
/* Línea vertical fina que conecta TODOS los días */
.vem-tour-v2 .vem-timeline--lux::before {
  content: '';
  position: absolute;
  left: 8px;
  top: 16px;
  bottom: 16px;
  width: 1px;
  background: var(--vem-line);
}
.vem-tour-v2 .vem-timeline--lux .vem-timeline__day {
  position: relative;
  padding: 0 0 clamp(48px, 6vw, 72px) 56px;
  display: block;
}
.vem-tour-v2 .vem-timeline--lux .vem-timeline__day:last-child {
  padding-bottom: 0;
}
/* Punto sobre la línea */
.vem-tour-v2 .vem-timeline--lux .vem-timeline__day::before {
  content: '';
  position: absolute;
  left: 4px; top: 12px;
  width: 9px; height: 9px;
  background: var(--vem-bg);
  border: 1.5px solid var(--vem-primary);
  border-radius: 50%;
  z-index: 1;
}
/* Día actual / hover destaca con relleno */
.vem-tour-v2 .vem-timeline--lux .vem-timeline__day:hover::before {
  background: var(--vem-primary);
}
/* Etiqueta cronológica "Día 01 de 10" — prominente, serif */
.vem-tour-v2 .vem-timeline--lux .vem-timeline__day-tag {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin: 0 0 14px;
  font-family: var(--vem-font-serif);
  color: var(--vem-primary);
}
.vem-tour-v2 .vem-timeline--lux .vem-timeline__day-word {
  font-size: clamp(18px, 1.8vw, 22px);
  font-weight: 400;
  font-style: italic;
  color: var(--vem-text-soft);
}
.vem-tour-v2 .vem-timeline--lux .vem-timeline__day-num {
  font-size: clamp(28px, 3.4vw, 42px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.02em;
  color: var(--vem-primary);
}
.vem-tour-v2 .vem-timeline--lux .vem-timeline__day-total {
  font-size: 12px;
  font-family: var(--vem-font-sans);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--vem-text-soft);
  margin-left: 4px;
}
.vem-tour-v2 .vem-timeline--lux .vem-timeline__body {
  padding-top: 0;
}
.vem-tour-v2 .vem-timeline--lux .vem-timeline__title {
  font-family: var(--vem-font-serif);
  font-size: clamp(24px, 2.6vw, 34px);
  line-height: 1.15;
  font-weight: 500;
  margin: 12px 0 20px;
  letter-spacing: -0.01em;
  color: var(--vem-text);
}
.vem-tour-v2 .vem-timeline--lux .vem-timeline__text {
  font-family: var(--vem-font-serif);
  font-size: clamp(17px, 1.5vw, 19px);
  line-height: 1.6;
  color: var(--vem-text);
  margin: 0 0 24px;
  font-weight: 400;
  max-width: 64ch;
}
.vem-tour-v2 .vem-timeline--lux .vem-timeline__bullets {
  list-style: none;
  margin: 0;
  padding: 0;
}
.vem-tour-v2 .vem-timeline--lux .vem-timeline__bullets li {
  font-family: var(--vem-font-sans);
  font-size: 14px;
  color: var(--vem-text-soft);
  padding: 8px 0 8px 18px;
  position: relative;
  line-height: 1.5;
}
.vem-tour-v2 .vem-timeline--lux .vem-timeline__bullets li::before {
  content: '';
  position: absolute;
  left: 0; top: 16px;
  width: 8px; height: 1px;
  background: var(--vem-accent);
}
@media (max-width: 600px) {
  .vem-tour-v2 .vem-timeline--lux .vem-timeline__day { padding-left: 36px; }
  .vem-tour-v2 .vem-timeline--lux::before { left: 4px; }
  .vem-tour-v2 .vem-timeline--lux .vem-timeline__day::before { left: 0; }
}

/* ----- Incluye / No incluye ----- */
.vem-tour-v2 .vem-inclusions__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(32px, 5vw, 64px);
}
.vem-tour-v2 .vem-inclusions__list {
  list-style: none;
  margin: 24px 0 0;
  padding: 0;
}
.vem-tour-v2 .vem-inclusions__list li {
  padding: 14px 0 14px 32px;
  border-bottom: 1px solid var(--vem-line);
  font-size: 15px;
  color: var(--vem-text);
  position: relative;
}
.vem-tour-v2 .vem-inclusions__list--yes li::before {
  content: '✓';
  position: absolute;
  left: 0; top: 14px;
  color: var(--vem-primary);
  font-weight: 600;
}
.vem-tour-v2 .vem-inclusions__list--no li::before {
  content: '×';
  position: absolute;
  left: 0; top: 12px;
  color: var(--vem-accent);
  font-weight: 600;
  font-size: 18px;
}
@media (max-width: 720px) {
  .vem-tour-v2 .vem-inclusions__grid { grid-template-columns: 1fr; }
}

/* ============================================================
 *  /a-medida-1/ — Viaje a medida (formulario inteligente)
 * ============================================================ */
/* HERO — pegado al header como en /home/ */
.vem-tailored-v2 .vem-tailored-hero {
  padding: clamp(28px, 3vw, 48px) 0 clamp(32px, 5vw, 56px);
  text-align: center;
}
.vem-tailored-v2 .vem-tailored-hero__inner { max-width: 920px; }
.vem-tailored-v2 .vem-tailored-hero .vem-eyebrow {
  margin-bottom: 14px;
}
.vem-tailored-v2 .vem-tailored-hero .vem-h-display {
  font-family: var(--vem-font-serif);
  font-size: clamp(36px, 5vw, 64px);
  line-height: 1.05;
  font-weight: 500;
  letter-spacing: -0.015em;
  margin: 0;
}
.vem-tailored-v2 .vem-tailored-hero__lead {
  font-family: var(--vem-font-serif);
  font-size: clamp(17px, 1.5vw, 20px);
  line-height: 1.6;
  margin: 22px auto 0;
  color: var(--vem-text-soft);
  max-width: 620px;
  font-weight: 400;
}
.vem-tailored-v2 .vem-h-display em {
  font-style: italic; font-weight: 400; color: var(--vem-primary);
}

/* FORM SECTION — espaciado consistente y card visual */
.vem-tailored-v2 .vem-tailored-form-section {
  padding: 0 0 clamp(56px, 7vw, 96px);
}
.vem-tailored-v2 .vem-tailored-form-wrap {
  max-width: 760px;
}
.vem-tailored-v2 .vem-tailored-form__head {
  margin-bottom: 36px;
  text-align: center;
}
.vem-tailored-v2 .vem-tailored-form__head .vem-eyebrow {
  margin-bottom: 10px;
}
.vem-tailored-v2 .vem-tailored-form__head .vem-h2 {
  font-family: var(--vem-font-serif);
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.1;
  margin: 0 0 14px;
  font-weight: 500;
  letter-spacing: -0.015em;
}
.vem-tailored-v2 .vem-tailored-form__head .vem-h2 em {
  font-style: italic; font-weight: 400; color: var(--vem-primary);
}
.vem-tailored-v2 .vem-tailored-form__head .vem-lead {
  font-size: 15.5px;
  color: var(--vem-text-soft);
  line-height: 1.55;
  margin: 0;
}

/* Card del formulario: borde fino + padding generoso */
.vem-tailored-v2 .vem-tailored-form {
  background: var(--vem-white);
  border: 1px solid var(--vem-line);
  border-radius: 14px;
  padding: clamp(28px, 4vw, 48px);
  box-shadow: 0 12px 32px rgba(31,81,71,0.04);
}

.vem-tailored-v2 .vem-form-block {
  border: none;
  padding: 0;
  margin: 0 0 36px;
}
.vem-tailored-v2 .vem-form-block:last-of-type { margin-bottom: 0; }
.vem-tailored-v2 .vem-form-block legend {
  font-family: var(--vem-font-sans);
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--vem-primary);
  margin-bottom: 18px;
  padding: 0;
  position: relative;
  padding-bottom: 12px;
  width: 100%;
  border-bottom: 1px solid var(--vem-line);
}
.vem-tailored-v2 .vem-form-hint {
  font-size: 11.5px;
  color: var(--vem-text-soft);
  text-transform: none;
  letter-spacing: 0.02em;
  font-weight: 400;
  margin-left: 8px;
}
.vem-tailored-v2 .vem-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-bottom: 18px;
}
.vem-tailored-v2 .vem-form-row:last-child { margin-bottom: 0; }
.vem-tailored-v2 .vem-form-field { display: block; }
.vem-tailored-v2 .vem-form-field--full { grid-column: 1 / -1; }
.vem-tailored-v2 .vem-form-label {
  display: block;
  font-family: var(--vem-font-sans);
  font-size: 13px;
  font-weight: 500;
  color: var(--vem-text);
  margin-bottom: 8px;
  letter-spacing: 0.005em;
}
.vem-tailored-v2 .vem-form-field input[type="text"],
.vem-tailored-v2 .vem-form-field input[type="email"],
.vem-tailored-v2 .vem-form-field input[type="tel"],
.vem-tailored-v2 .vem-form-field select,
.vem-tailored-v2 .vem-form-field textarea {
  width: 100%;
  padding: 13px 14px;
  font-family: var(--vem-font-sans);
  font-size: 15px;
  background: var(--vem-bg);
  border: 1px solid var(--vem-line);
  color: var(--vem-text);
  border-radius: 8px;
  transition: border-color .2s ease, background .2s ease, box-shadow .2s ease;
}
.vem-tailored-v2 .vem-form-field input:focus,
.vem-tailored-v2 .vem-form-field select:focus,
.vem-tailored-v2 .vem-form-field textarea:focus {
  outline: none;
  border-color: var(--vem-primary);
  background: var(--vem-white);
  box-shadow: 0 0 0 3px rgba(31,81,71,0.08);
}
.vem-tailored-v2 .vem-form-field textarea {
  resize: vertical;
  min-height: 110px;
  font-family: var(--vem-font-sans);
  line-height: 1.5;
}

/* Chips de intereses — bordes redondos consistentes */
.vem-tailored-v2 .vem-form-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.vem-tailored-v2 .vem-form-chip {
  position: relative;
  cursor: pointer;
}
.vem-tailored-v2 .vem-form-chip input { position: absolute; opacity: 0; pointer-events: none; }
.vem-tailored-v2 .vem-form-chip span {
  display: inline-block;
  padding: 10px 18px;
  border: 1px solid var(--vem-line);
  font-family: var(--vem-font-sans);
  font-size: 13.5px;
  color: var(--vem-text);
  transition: all .2s ease;
  background: var(--vem-white);
  border-radius: 999px;
  letter-spacing: 0.005em;
}
.vem-tailored-v2 .vem-form-chip:hover span {
  border-color: var(--vem-primary);
  color: var(--vem-primary);
}
.vem-tailored-v2 .vem-form-chip input:checked + span {
  background: var(--vem-primary);
  color: var(--vem-white);
  border-color: var(--vem-primary);
}

/* Footer del form */
.vem-tailored-v2 .vem-tailored-form__footer {
  border-top: 1px solid var(--vem-line);
  padding-top: 32px;
  margin-top: 40px;
  text-align: center;
}
.vem-tailored-v2 .vem-btn--lg {
  padding: 18px 44px;
  font-size: 14px;
  border-radius: 999px;
}
.vem-tailored-v2 .vem-form-reassure {
  font-family: var(--vem-font-sans);
  font-size: 13px;
  color: var(--vem-text-soft);
  margin: 18px 0 0;
  line-height: 1.55;
}
.vem-tailored-v2 .vem-form-reassure strong {
  color: var(--vem-text);
  font-weight: 600;
}
.vem-tailored-v2 .vem-form-reassure a {
  color: var(--vem-primary);
  border-bottom: 1px solid var(--vem-primary);
  text-decoration: none;
}
@media (max-width: 600px) {
  .vem-tailored-v2 .vem-form-row { grid-template-columns: 1fr; gap: 14px; margin-bottom: 14px; }
  .vem-tailored-v2 .vem-tailored-form { padding: 22px 18px; }
}

/* Trust grid */
.vem-tailored-v2 .vem-tailored-trust {
  padding: clamp(48px, 6vw, 80px) 0;
}
.vem-tailored-v2 .vem-tailored-trust__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 240px));
  justify-content: center;
  gap: 56px;
  text-align: center;
}
.vem-tailored-v2 .vem-tailored-trust__num {
  font-family: var(--vem-font-serif);
  font-size: clamp(32px, 3.4vw, 44px);
  color: var(--vem-primary);
  margin: 0 0 8px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: -0.01em;
}
.vem-tailored-v2 .vem-tailored-trust__lbl {
  font-family: var(--vem-font-sans);
  font-size: 13px;
  color: var(--vem-text-soft);
  margin: 0;
  letter-spacing: 0.02em;
  line-height: 1.5;
}
@media (max-width: 720px) {
  .vem-tailored-v2 .vem-tailored-trust__grid { grid-template-columns: repeat(2, 1fr); gap: 24px; }
}

/* ============================================================
 *  /about-us-3/ — Sobre nosotros (mapa + iconos minimalistas)
 * ============================================================ */
.vem-about-v2 .vem-about-hero {
  padding: var(--vem-space-hero) 0 clamp(48px, 7vw, 80px);
  text-align: center;
}
.vem-about-v2 .vem-about-hero__inner { max-width: 920px; }
.vem-about-v2 .vem-about-hero__lead {
  font-family: var(--vem-font-serif);
  font-size: clamp(18px, 1.7vw, 22px);
  line-height: 1.55;
  margin: 24px auto 0;
  max-width: 660px;
  color: var(--vem-text);
}
.vem-about-v2 .vem-h-display em {
  font-style: italic; font-weight: 400; color: var(--vem-primary);
}

/* Map section */
.vem-about-v2 .vem-about-map__head {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 64px;
}
.vem-about-v2 .vem-about-map {
  max-width: 700px;
  margin: 0 auto 64px;
}
.vem-about-v2 .vem-about-map svg {
  width: 100%; height: auto; display: block;
}
.vem-about-v2 .vem-about-cities {
  list-style: none;
  margin: 0; padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px 32px;
  max-width: 880px;
  margin: 0 auto;
}
.vem-about-v2 .vem-about-cities li {
  display: flex;
  flex-direction: column;
  padding: 16px 0;
  border-top: 1px solid var(--vem-line);
}
.vem-about-v2 .vem-about-cities strong {
  font-family: var(--vem-font-serif);
  font-size: 18px;
  font-weight: 500;
  color: var(--vem-text);
  margin-bottom: 2px;
}
.vem-about-v2 .vem-about-cities span {
  font-size: 13px;
  color: var(--vem-text-soft);
}
@media (max-width: 720px) {
  .vem-about-v2 .vem-about-cities { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 480px) {
  .vem-about-v2 .vem-about-cities { grid-template-columns: 1fr; }
}

/* ===========================================================
   VALORES — versión MINIMALISTA (4 pilares)
   Paleta marca: verde botella #003526 + dorado #ffc042 en iconos.
   Padding heredado de .vem-section para mantener ritmo vertical.
   =========================================================== */
.vem-about-v2 .vem-about-values--minimal {
  /* Sin override de padding — usa el ritmo base de .vem-section */
}
.vem-about-v2 .vem-about-values__head {
  max-width: 720px;
  margin-bottom: clamp(36px, 4.5vw, 56px);   /* reducido para compactar */
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

/* Grid 4 columnas en desktop / 2 en tablet / 1 en móvil
   max-width centra y evita que las tarjetas se estiren sobre pantallas muy anchas. */
.vem-about-v2 .vem-about-values__grid--four,
.vem-about-v2 .vem-about-values__grid--five {
  list-style: none;
  margin: 0 auto; padding: 0;
  max-width: 1180px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(28px, 3vw, 44px) clamp(24px, 2.6vw, 40px);
  align-items: start;          /* tarjetas alineadas arriba (alturas distintas no rompen el ritmo) */
}
.vem-about-v2 .vem-about-values__grid--five {
  grid-template-columns: repeat(5, 1fr);   /* legacy si se sigue usando */
}

/* Tarjeta minimalista: sin bordes, sin fondos pesados — solo aire y tipografía */
.vem-about-v2 .vem-value-card {
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  text-align: center;        /* centrado bajo el icono — más equilibrado con 4 cols */
  align-items: center;
}

/* Icono — contenedor sutil con tinte verde botella */
.vem-about-v2 .vem-value-card__icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: rgba(0, 53, 38, 0.06);     /* tint verde botella muy sutil */
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 4px;
  transition: background .25s ease, transform .25s ease;
}
.vem-about-v2 .vem-value-card:hover .vem-value-card__icon {
  background: rgba(0, 53, 38, 0.10);
  transform: translateY(-2px);
}
.vem-about-v2 .vem-value-card__icon svg {
  width: 32px;
  height: 32px;
  display: block;
}

/* Título — moderno, negrita, sans serif (estilo brand) */
.vem-about-v2 .vem-value-card h3 {
  font-family: var(--vem-font-sans, "Inter", system-ui, -apple-system, sans-serif);
  font-size: 17px;
  font-weight: 700;                      /* negrita */
  line-height: 1.25;
  margin: 0;
  color: #003526;                        /* verde botella marca */
  letter-spacing: -0.01em;
  text-transform: none;
}
.vem-about-v2 .vem-value-card p {
  font-family: var(--vem-font-sans, "Inter", system-ui, -apple-system, sans-serif);
  font-size: 13.5px;
  line-height: 1.55;
  color: var(--vem-text-soft);
  margin: 0;
  font-weight: 400;
  max-width: 32ch;
  /* Truncado defensivo a 3 líneas para alinear alturas entre tarjetas */
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Responsive — los 4 pilares se mantienen en una sola línea hasta tablet pequeño.
   En móvil ≤640px pasan a 2×2 (no a 1) para conservar el ritmo visual. */
@media (max-width: 860px) {
  .vem-about-v2 .vem-about-values__grid--four {
    gap: 24px 18px;
  }
  .vem-about-v2 .vem-value-card { gap: 10px; }
  .vem-about-v2 .vem-value-card h3 { font-size: 15px; }
  .vem-about-v2 .vem-value-card p  { font-size: 12.5px; }
}
@media (max-width: 640px) {
  .vem-about-v2 .vem-about-values__grid--four,
  .vem-about-v2 .vem-about-values__grid--five {
    grid-template-columns: repeat(2, 1fr);
    row-gap: clamp(28px, 5vw, 40px);
  }
  .vem-about-v2 .vem-value-card__icon { width: 52px; height: 52px; }
  .vem-about-v2 .vem-value-card__icon svg { width: 30px; height: 30px; }
}

/* Compatibilidad: si alguna otra página sigue usando el grid antiguo, no romperla */
.vem-about-v2 .vem-about-values__grid:not(.vem-about-values__grid--five) {
  list-style: none;
  margin: 0; padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(32px, 4vw, 56px);
}
@media (max-width: 880px) {
  .vem-about-v2 .vem-about-values__grid:not(.vem-about-values__grid--five) { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
  .vem-about-v2 .vem-about-values__grid:not(.vem-about-values__grid--five) { grid-template-columns: 1fr; }
}

/* Quote */
.vem-about-v2 .vem-about-quote {
  text-align: center;
}
.vem-about-v2 .vem-about-quote__text {
  font-family: var(--vem-font-serif);
  font-size: clamp(24px, 2.8vw, 36px);
  line-height: 1.35;
  font-weight: 400;
  font-style: italic;
  margin: 0 auto 24px;
  max-width: 800px;
  border: none;
  padding: 0;
  color: var(--vem-text);
}
.vem-about-v2 .vem-about-quote__text em { font-style: italic; }
.vem-about-v2 .vem-about-quote__sign {
  font-size: 13px;
  color: var(--vem-text-soft);
  letter-spacing: 0.06em;
}

/* ============================================================
 *  /contact/ — Página de contacto minimalista
 * ============================================================ */
.vem-contact-v2 .vem-contact-hero {
  padding: var(--vem-space-hero) 0 var(--vem-space-block);
  text-align: center;
}
.vem-contact-v2 .vem-contact-hero__inner { max-width: 820px; }
.vem-contact-v2 .vem-contact-hero__lead {
  margin: 24px auto 0;
  max-width: 600px;
  font-family: var(--vem-font-serif);
  font-size: clamp(18px, 1.7vw, 22px);
  line-height: 1.5;
  color: var(--vem-text-soft);
}

.vem-contact-v2 .vem-contact-main { padding-top: 0; }
.vem-contact-v2 .vem-contact-main__inner {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: clamp(40px, 6vw, 80px);
  align-items: start;
}
.vem-contact-v2 .vem-contact-form-wrap {
  background: var(--vem-white);
  padding: clamp(32px, 4vw, 56px);
  border: 1px solid var(--vem-line);
}
.vem-contact-v2 .vem-contact-form__head { margin-bottom: 32px; }
.vem-contact-v2 .vem-contact-form__head p {
  font-size: 15px;
  color: var(--vem-text-soft);
  margin: 12px 0 0;
  line-height: 1.55;
}
.vem-contact-v2 .vem-contact-form__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 16px;
}
.vem-contact-v2 .vem-form-field {
  display: block;
  margin: 0 0 16px;
}
.vem-contact-v2 .vem-form-field--full { grid-column: 1 / -1; }
.vem-contact-v2 .vem-form-label {
  display: block;
  font-family: var(--vem-font-sans);
  font-size: 13px;
  font-weight: 500;
  color: var(--vem-text);
  margin-bottom: 8px;
  letter-spacing: 0.01em;
}
.vem-contact-v2 .vem-form-hint {
  font-size: 12px;
  color: var(--vem-text-soft);
  font-weight: 400;
  margin-left: 4px;
}
.vem-contact-v2 .vem-contact-form input,
.vem-contact-v2 .vem-contact-form select,
.vem-contact-v2 .vem-contact-form textarea,
.vem-contact-v2 .wpcf7-form input,
.vem-contact-v2 .wpcf7-form select,
.vem-contact-v2 .wpcf7-form textarea {
  width: 100%;
  padding: 14px 16px;
  font-family: var(--vem-font-sans);
  font-size: 15px;
  background: var(--vem-bg);
  border: 1px solid var(--vem-line);
  color: var(--vem-text);
  border-radius: 0;
}
.vem-contact-v2 .vem-contact-form input:focus,
.vem-contact-v2 .vem-contact-form select:focus,
.vem-contact-v2 .vem-contact-form textarea:focus,
.vem-contact-v2 .wpcf7-form input:focus,
.vem-contact-v2 .wpcf7-form textarea:focus {
  outline: none;
  border-color: var(--vem-primary);
  background: var(--vem-white);
}
.vem-contact-v2 .vem-contact-form textarea,
.vem-contact-v2 .wpcf7-form textarea {
  resize: vertical;
  min-height: 110px;
  font-family: var(--vem-font-sans);
}
.vem-contact-v2 .vem-btn--lg { padding: 20px 48px; font-size: 14px; }
.vem-contact-v2 .vem-form-reassure {
  font-size: 13px;
  color: var(--vem-text-soft);
  margin: 20px 0 0;
  text-align: left;
}

/* Compatibilidad con CF7 dentro de contact */
.vem-contact-v2 .wpcf7-form-control-wrap { display: block; }
.vem-contact-v2 .wpcf7-submit {
  background: var(--vem-primary);
  color: var(--vem-white);
  border: none;
  padding: 18px 32px !important;
  font-family: var(--vem-font-sans);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  margin-top: 8px;
}

/* Info lateral */
.vem-contact-v2 .vem-contact-info {
  padding: clamp(32px, 4vw, 48px);
  background: var(--vem-bg-alt);
  border: 1px solid var(--vem-line);
}
.vem-contact-v2 .vem-contact-info__title {
  font-family: var(--vem-font-serif);
  font-size: clamp(26px, 3vw, 36px);
  line-height: 1.15;
  font-weight: 500;
  margin: 12px 0 32px;
  color: var(--vem-text);
}
.vem-contact-v2 .vem-contact-info__title em { font-style: italic; color: var(--vem-primary); }
.vem-contact-v2 .vem-contact-info__list {
  list-style: none;
  margin: 0; padding: 0;
}
.vem-contact-v2 .vem-contact-info__list li {
  padding: 20px 0;
  border-top: 1px solid var(--vem-line);
  display: flex;
  flex-direction: column;
}
.vem-contact-v2 .vem-contact-info__list li:last-child { border-bottom: 1px solid var(--vem-line); }
.vem-contact-v2 .vem-contact-info__label {
  font-family: var(--vem-font-sans);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--vem-text-soft);
  font-weight: 500;
  margin-bottom: 6px;
}
.vem-contact-v2 .vem-contact-info__list a {
  font-family: var(--vem-font-serif);
  font-size: 19px;
  color: var(--vem-text);
  text-decoration: none;
  margin-bottom: 4px;
}
.vem-contact-v2 .vem-contact-info__list a:hover {
  color: var(--vem-primary);
  opacity: 1;
}
.vem-contact-v2 .vem-contact-info__note {
  font-size: 13px;
  color: var(--vem-text-soft);
}
.vem-contact-v2 .vem-contact-info__intro {
  font-size: 14px;
  color: var(--vem-text-soft);
  margin: 0 0 28px;
  line-height: 1.55;
}
.vem-contact-v2 .vem-contact-channels {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 24px;
}
.vem-contact-v2 .vem-channel {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 18px 20px;
  background: var(--vem-white);
  border: 1px solid var(--vem-line);
  text-decoration: none;
  color: var(--vem-text);
  transition: all .25s ease;
}
.vem-contact-v2 .vem-channel:hover {
  border-color: var(--vem-primary);
  transform: translateX(2px);
  opacity: 1;
}
.vem-contact-v2 .vem-channel__icon {
  width: 44px; height: 44px;
  flex: 0 0 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--vem-bg);
  color: var(--vem-primary);
}
.vem-contact-v2 .vem-channel__icon svg { width: 22px; height: 22px; }
.vem-contact-v2 .vem-channel--whatsapp .vem-channel__icon { background: #25D366; color: #fff; }
.vem-contact-v2 .vem-channel--whatsapp:hover { border-color: #25D366; }
.vem-contact-v2 .vem-channel--phone .vem-channel__icon { background: var(--vem-primary); color: #fff; }
.vem-contact-v2 .vem-channel--email .vem-channel__icon { background: var(--vem-accent); color: #fff; }
.vem-contact-v2 .vem-channel__body { display: flex; flex-direction: column; min-width: 0; }
.vem-contact-v2 .vem-channel__label {
  font-family: var(--vem-font-sans);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--vem-text-soft);
  font-weight: 500;
  margin-bottom: 2px;
}
.vem-contact-v2 .vem-channel__value {
  font-family: var(--vem-font-serif);
  font-size: 18px;
  color: var(--vem-text);
  margin-bottom: 2px;
  letter-spacing: -0.005em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.vem-contact-v2 .vem-channel__note {
  font-size: 12px;
  color: var(--vem-text-soft);
}
.vem-contact-v2 .vem-contact-info__office {
  margin: 24px 0 0;
  padding-top: 20px;
  border-top: 1px solid var(--vem-line);
  font-size: 13px;
  color: var(--vem-text-soft);
}
.vem-contact-v2 .vem-contact-info__office strong { color: var(--vem-text); font-weight: 600; }

@media (max-width: 880px) {
  .vem-contact-v2 .vem-contact-main__inner { grid-template-columns: 1fr; }
  .vem-contact-v2 .vem-contact-form__row { grid-template-columns: 1fr; gap: 0; }
}

/* ============================================================
 *  /about-us-3/ — Confianza institucional (empresas + ministerio + ferias)
 * ============================================================ */
.vem-about-v2 .vem-trust-institutional__head {
  text-align: center;
  max-width: 820px;
  margin: 0 auto 56px;
}
.vem-about-v2 .vem-trust-institutional__block {
  text-align: center;
  margin-bottom: 64px;
}
.vem-about-v2 .vem-trust-institutional__sub {
  font-family: var(--vem-font-sans);
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--vem-text-soft);
  font-weight: 500;
  margin: 0 0 32px;
}
.vem-about-v2 .vem-logos-strip {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 16px 48px;
  margin: 0;
  padding: 0;
}
.vem-about-v2 .vem-logo-placeholder {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  min-width: 100px;
  padding: 0 20px;
  font-family: var(--vem-font-sans);
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.04em;
  color: var(--vem-text-soft);
  border: 1px solid var(--vem-line);
  background: var(--vem-white);
  filter: grayscale(1);
  opacity: .7;
  transition: opacity .25s ease;
}
.vem-about-v2 .vem-logo-placeholder:hover { opacity: 1; }
.vem-about-v2 .vem-logo-bbva {
  color: #004481;
  border-color: #004481;
  background: #fff;
}
.vem-about-v2 .vem-trust-institutional__note {
  margin: 32px auto 0;
  max-width: 600px;
  font-size: 14px;
  color: var(--vem-text-soft);
  line-height: 1.55;
}
.vem-about-v2 .vem-trust-institutional__note a {
  color: var(--vem-primary);
  border-bottom: 1px solid var(--vem-primary);
  padding-bottom: 1px;
}

.vem-about-v2 .vem-trust-institutional__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 64px;
  padding-top: 56px;
  border-top: 1px solid var(--vem-line);
}
.vem-about-v2 .vem-trust-institutional__card {
  padding: 36px 32px;
  background: var(--vem-bg-alt);
  text-align: left;
}
.vem-about-v2 .vem-trust-institutional__icon {
  width: 40px; height: 40px;
  color: var(--vem-primary);
  margin-bottom: 20px;
}
.vem-about-v2 .vem-trust-institutional__icon svg { width: 100%; height: 100%; }
.vem-about-v2 .vem-trust-institutional__label {
  font-family: var(--vem-font-sans);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--vem-accent);
  font-weight: 500;
  margin: 0 0 8px;
}
.vem-about-v2 .vem-trust-institutional__card h4 {
  font-family: var(--vem-font-serif);
  font-size: 22px;
  font-weight: 500;
  margin: 0 0 14px;
  color: var(--vem-text);
  letter-spacing: -0.005em;
}
.vem-about-v2 .vem-trust-institutional__desc {
  font-size: 14px;
  line-height: 1.6;
  color: var(--vem-text-soft);
  margin: 0;
}
.vem-about-v2 .vem-trust-institutional__desc strong {
  color: var(--vem-text);
  font-weight: 600;
}
@media (max-width: 720px) {
  .vem-about-v2 .vem-trust-institutional__row { grid-template-columns: 1fr; }
}

/* ============================================================
 *  /about-us-3/ Story extra
 * ============================================================ */
.vem-about-v2 .vem-about-story__inner {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: clamp(40px, 6vw, 80px);
  align-items: start;
}
.vem-about-v2 .vem-about-story__col .vem-h2 em {
  font-style: italic; color: var(--vem-primary);
}
.vem-about-v2 .vem-about-story__col p {
  font-family: var(--vem-font-serif);
  font-size: clamp(17px, 1.5vw, 19px);
  line-height: 1.6;
  color: var(--vem-text);
  margin: 0 0 1.2em;
}
@media (max-width: 880px) {
  .vem-about-v2 .vem-about-story__inner { grid-template-columns: 1fr; }
}

/* ============================================================
 *  POST INDIVIDUAL — single.php
 * ============================================================ */
.vem-article-v2 .vem-article-hero {
  padding: var(--vem-space-section-y) 0 0;
  text-align: center;
}
.vem-article-v2 .vem-article-hero__inner { max-width: 820px; }
.vem-article-v2 .vem-article-hero__crumb {
  display: inline-block;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--vem-text-soft);
  margin-bottom: 32px;
}
.vem-article-v2 .vem-article-hero__crumb:hover {
  color: var(--vem-primary);
  opacity: 1;
}
.vem-article-v2 .vem-article-hero__title {
  font-family: var(--vem-font-serif);
  font-size: clamp(34px, 5vw, 60px);
  line-height: 1.1;
  font-weight: 500;
  letter-spacing: -0.01em;
  margin: 20px 0 24px;
  color: var(--vem-text);
}
.vem-article-v2 .vem-article-hero__meta {
  display: flex;
  justify-content: center;
  gap: 12px;
  font-size: 13px;
  color: var(--vem-text-soft);
  letter-spacing: 0.04em;
  margin: 0 0 56px;
}
.vem-article-v2 .vem-article-hero__media {
  max-width: 1100px;
  margin: 0 auto;
  aspect-ratio: 16/9;
  overflow: hidden;
  background: var(--vem-bg-alt);
}
.vem-article-v2 .vem-article-hero__media img {
  width: 100%; height: 100%; object-fit: cover;
}

/* Cuerpo del artículo */
.vem-article-v2 .vem-article-body { padding: var(--vem-space-section-y) 0; }
.vem-article-v2 .vem-article-body__inner {
  max-width: 720px;
  margin: 0 auto;
  font-family: var(--vem-font-serif);
  font-size: clamp(18px, 1.6vw, 21px);
  line-height: 1.65;
  color: var(--vem-text);
}
.vem-article-v2 .vem-article-body__inner p {
  margin: 0 0 1.5em;
}
.vem-article-v2 .vem-article-body__inner h2 {
  font-family: var(--vem-font-serif);
  font-size: clamp(26px, 3vw, 36px);
  line-height: 1.15;
  font-weight: 500;
  margin: 2em 0 0.6em;
  letter-spacing: -0.01em;
  color: var(--vem-text);
}
.vem-article-v2 .vem-article-body__inner h3 {
  font-family: var(--vem-font-serif);
  font-size: clamp(22px, 2.4vw, 28px);
  line-height: 1.2;
  font-weight: 500;
  margin: 1.6em 0 0.5em;
  color: var(--vem-text);
}
.vem-article-v2 .vem-article-body__inner a {
  color: var(--vem-primary);
  border-bottom: 1px solid var(--vem-primary);
  padding-bottom: 1px;
}
.vem-article-v2 .vem-article-body__inner ul,
.vem-article-v2 .vem-article-body__inner ol {
  padding-left: 1.2em;
  margin: 0 0 1.5em;
}
.vem-article-v2 .vem-article-body__inner li { margin-bottom: 0.5em; }
.vem-article-v2 .vem-article-body__inner blockquote {
  margin: 1.8em 0;
  padding: 0 0 0 24px;
  border-left: 2px solid var(--vem-accent);
  font-style: italic;
  font-size: clamp(20px, 2vw, 24px);
  line-height: 1.45;
  color: var(--vem-text);
}
.vem-article-v2 .vem-article-body__inner img {
  width: 100%; height: auto;
  margin: 32px 0;
}
.vem-article-v2 .vem-article-body__inner strong { font-weight: 600; }

/* CTA inline */
.vem-article-v2 .vem-article-cta { text-align: center; }
.vem-article-v2 .vem-article-cta__inner { max-width: 720px; }
.vem-article-v2 .vem-article-cta .vem-lead { margin: 16px auto 32px; max-width: 600px; }

/* Relacionados — reusa el grid del blog */
.vem-article-v2 .vem-article-related .vem-blog-grid__list {
  margin-top: 48px;
}

/* ============================================================
 *  BLOG /inspiracion/ — editorial visual + texto
 * ============================================================ */

/* ----- Hero blog ----- */
.vem-blog-v2 .vem-blog-hero {
  padding: var(--vem-space-hero) 0 clamp(40px, 6vw, 80px);
  text-align: center;
}
.vem-blog-v2 .vem-blog-hero__inner {
  max-width: 920px;
}
.vem-blog-v2 .vem-blog-hero__title {
  font-size: clamp(48px, 7vw, 96px);
  line-height: 1.02;
  margin: 16px 0 32px;
}
.vem-blog-v2 .vem-blog-hero__title em {
  font-style: italic;
  font-weight: 400;
  color: var(--vem-primary);
}
.vem-blog-v2 .vem-blog-hero__lead {
  font-family: var(--vem-font-serif);
  font-size: clamp(19px, 1.7vw, 23px);
  line-height: 1.5;
  color: var(--vem-text-soft);
  max-width: 680px;
  margin: 0 auto;
}

/* ----- Post destacado magazine-style ----- */
.vem-blog-v2 .vem-feat-post {
  padding: var(--vem-space-section-y) 0;
}
.vem-blog-v2 .vem-feat-post__inner {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: clamp(40px, 6vw, 80px);
  align-items: center;
  text-decoration: none;
  color: inherit;
}
.vem-blog-v2 .vem-feat-post__inner:hover { opacity: 1; }
.vem-blog-v2 .vem-feat-post__media {
  aspect-ratio: 4/3;
  background: var(--vem-bg-alt);
  overflow: hidden;
}
.vem-blog-v2 .vem-feat-post__media img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .6s ease;
}
.vem-blog-v2 .vem-feat-post__inner:hover img { transform: scale(1.04); }
.vem-blog-v2 .vem-feat-post__title {
  font-family: var(--vem-font-serif);
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.08;
  font-weight: 500;
  margin: 8px 0 24px;
  color: var(--vem-text);
  letter-spacing: -0.01em;
}
.vem-blog-v2 .vem-feat-post__excerpt {
  font-family: var(--vem-font-serif);
  font-size: clamp(17px, 1.5vw, 20px);
  line-height: 1.55;
  color: var(--vem-text);
  margin: 0 0 24px;
}
.vem-blog-v2 .vem-feat-post__meta {
  display: flex;
  gap: 10px;
  font-size: 13px;
  letter-spacing: 0.05em;
  color: var(--vem-text-soft);
  margin: 0 0 28px;
}
@media (max-width: 880px) {
  .vem-blog-v2 .vem-feat-post__inner { grid-template-columns: 1fr; }
}

/* ----- Grid de posts ----- */
.vem-blog-v2 .vem-blog-grid__head {
  margin-bottom: 56px;
}
.vem-blog-v2 .vem-blog-grid__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(32px, 4vw, 48px) clamp(24px, 3vw, 40px);
}
.vem-blog-v2 .vem-blog-card {
  background: transparent;
}
.vem-blog-v2 .vem-blog-card__link {
  text-decoration: none;
  color: inherit;
  display: block;
}
.vem-blog-v2 .vem-blog-card__link:hover { opacity: 1; }
.vem-blog-v2 .vem-blog-card__media {
  aspect-ratio: 4/3;
  background: var(--vem-bg);
  overflow: hidden;
  margin-bottom: 20px;
}
.vem-blog-v2 .vem-blog-card__media img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .6s ease;
}
.vem-blog-v2 .vem-blog-card__link:hover .vem-blog-card__media img { transform: scale(1.05); }
.vem-blog-v2 .vem-blog-card__cat {
  display: inline-block;
  font-family: var(--vem-font-sans);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--vem-accent);
  margin-bottom: 10px;
}
.vem-blog-v2 .vem-blog-card__title {
  font-family: var(--vem-font-serif);
  font-size: clamp(20px, 2vw, 26px);
  line-height: 1.18;
  font-weight: 500;
  margin: 0 0 12px;
  color: var(--vem-text);
  letter-spacing: -0.005em;
}
.vem-blog-v2 .vem-blog-card__excerpt {
  font-size: 15px;
  line-height: 1.55;
  color: var(--vem-text-soft);
  margin: 0 0 16px;
}
.vem-blog-v2 .vem-blog-card__meta {
  font-size: 12px;
  letter-spacing: 0.05em;
  color: var(--vem-text-soft);
  border-top: 1px solid var(--vem-line);
  padding-top: 14px;
  display: block;
}
@media (max-width: 980px) {
  .vem-blog-v2 .vem-blog-grid__list { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 620px) {
  .vem-blog-v2 .vem-blog-grid__list { grid-template-columns: 1fr; }
}

/* ============================================================
 *  /temas/{slug}/ — Páginas individuales temáticas
 * ============================================================ */
.vem-theme-page-v2 .vem-theme-hero {
  position: relative;
  min-height: 60vh;
  padding: var(--vem-space-hero) 0;
  color: #F5EFE3;                       /* cream cálido del brand */
  display: flex;
  align-items: center;
  overflow: hidden;
}
.vem-theme-page-v2 .vem-theme-hero__bg {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
  z-index: 0;
}
/* Overlay más oscuro abajo para legibilidad del título */
.vem-theme-page-v2 .vem-theme-hero__overlay {
  position: absolute; inset: 0;
  background:
    linear-gradient(180deg,
      rgba(26,31,28,0.20) 0%,
      rgba(26,31,28,0.45) 50%,
      rgba(26,31,28,0.78) 100%);
  z-index: 1;
}
.vem-theme-page-v2 .vem-theme-hero__inner {
  position: relative; z-index: 2;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 var(--vem-gutter);
  text-align: center;
}
/* Eyebrow en dorado de marca con letter-spacing editorial */
.vem-theme-page-v2 .vem-theme-hero .vem-eyebrow,
.vem-theme-page-v2 .vem-theme-hero .vem-eyebrow--light {
  color: #E2A668;                       /* dorado claro brand */
  letter-spacing: 0.22em;
  text-shadow: 0 2px 12px rgba(0,0,0,0.35);
  font-weight: 600;
}
/* Título principal en cream cálido con sombra suave para profundidad */
.vem-theme-page-v2 .vem-theme-hero .vem-h-display,
.vem-theme-page-v2 .vem-theme-hero .vem-h-display--light {
  color: #FAF5EA;                       /* cream casi blanco */
  text-shadow: 0 4px 20px rgba(0,0,0,0.35);
}
.vem-theme-page-v2 .vem-theme-hero .vem-h-display em,
.vem-theme-page-v2 .vem-theme-hero .vem-h-display--light em {
  color: #E2A668;                       /* énfasis dorado en cursiva */
  font-style: italic;
  font-weight: 400;
}
.vem-theme-page-v2 .vem-theme-hero__phrase {
  font-family: var(--vem-font-serif);
  font-style: italic;
  font-size: clamp(20px, 2vw, 26px);
  color: #F5EFE3;                       /* cream cálido legible */
  margin: 20px 0 0;
  text-shadow: 0 2px 12px rgba(0,0,0,0.35);
}

.vem-theme-page-v2 .vem-theme-intro__inner {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: clamp(40px, 6vw, 80px);
  align-items: start;
}
.vem-theme-page-v2 .vem-theme-intro__inner p {
  font-family: var(--vem-font-serif);
  font-size: clamp(17px, 1.5vw, 20px);
  line-height: 1.6;
  margin: 0;
}
@media (max-width: 880px) {
  .vem-theme-page-v2 .vem-theme-intro__inner { grid-template-columns: 1fr; }
}

.vem-theme-page-v2 .vem-theme-experience__head { text-align: center; margin-bottom: 56px; }
.vem-theme-page-v2 .vem-theme-experience__list {
  list-style: none;
  margin: 0; padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px 32px;
  max-width: 900px;
  margin: 0 auto;
}
.vem-theme-page-v2 .vem-theme-experience__list li {
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 20px;
  align-items: start;
  padding: 18px 0;
  border-bottom: 1px solid var(--vem-line);
}
.vem-theme-page-v2 .vem-theme-experience__num {
  font-family: var(--vem-font-serif);
  font-size: 28px;
  color: var(--vem-accent);
  line-height: 1;
}
.vem-theme-page-v2 .vem-theme-experience__text {
  font-family: var(--vem-font-serif);
  font-size: 17px;
  line-height: 1.5;
}
@media (max-width: 720px) {
  .vem-theme-page-v2 .vem-theme-experience__list { grid-template-columns: 1fr; }
}

.vem-theme-page-v2 .vem-theme-gallery__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}
.vem-theme-page-v2 .vem-theme-gallery__item {
  aspect-ratio: 3/4;
  overflow: hidden;
  background: var(--vem-bg-alt);
}
.vem-theme-page-v2 .vem-theme-gallery__item img {
  width: 100%; height: 100%; object-fit: cover;
}
@media (max-width: 720px) {
  .vem-theme-page-v2 .vem-theme-gallery__grid { grid-template-columns: 1fr 1fr; }
}

.vem-theme-page-v2 .vem-theme-form-section__inner { max-width: 720px; }
.vem-theme-page-v2 .vem-theme-form__head { text-align: center; margin-bottom: 40px; }
.vem-theme-page-v2 .vem-theme-form { background: var(--vem-white); padding: 40px; border: 1px solid var(--vem-line); }
.vem-theme-page-v2 .vem-theme-form__submit { width: 100%; margin-top: 16px; }

/* ============================================================
 *  /excursiones-1-dia/ — 8 excursiones de un día
 * ============================================================ */
.vem-excursions-v2 .vem-excursions__grid {
  list-style: none;
  margin: 0; padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
}
.vem-excursions-v2 .vem-excursion {
  background: var(--vem-white);
  border: 1px solid var(--vem-line);
  transition: border-color .25s ease;
}
.vem-excursions-v2 .vem-excursion:hover { border-color: var(--vem-primary); }
.vem-excursions-v2 .vem-excursion details summary {
  list-style: none;
  display: grid;
  grid-template-columns: 56px 1fr 24px;
  gap: 20px;
  align-items: center;
  padding: 24px 28px;
  cursor: pointer;
}
.vem-excursions-v2 .vem-excursion details summary::-webkit-details-marker { display: none; }
.vem-excursions-v2 .vem-excursion__icon {
  width: 44px; height: 44px;
  color: var(--vem-primary);
  display: flex; align-items: center; justify-content: center;
}
.vem-excursions-v2 .vem-excursion__icon svg { width: 100%; height: 100%; }
.vem-excursions-v2 .vem-excursion__head { display: flex; flex-direction: column; gap: 4px; }
.vem-excursions-v2 .vem-excursion__rating {
  display: flex; align-items: center; gap: 10px;
}
.vem-excursions-v2 .vem-excursion__stars {
  color: var(--vem-accent);
  font-size: 13px;
  letter-spacing: 2px;
}
.vem-excursions-v2 .vem-excursion__rating-text {
  font-family: var(--vem-font-sans);
  font-size: 11px;
  letter-spacing: 0.04em;
  color: var(--vem-text-soft);
  font-weight: 500;
}
.vem-excursions-v2 .vem-excursion__teaser {
  font-family: var(--vem-font-sans);
  font-size: 12px;
  color: var(--vem-text-soft);
  letter-spacing: 0.02em;
}
/* Toggle de acordeón */
.vem-excursions-v2 .vem-excursion__toggle {
  position: relative;
  width: 18px; height: 18px;
}
.vem-excursions-v2 .vem-excursion__toggle::before,
.vem-excursions-v2 .vem-excursion__toggle::after {
  content: '';
  position: absolute;
  left: 50%; top: 50%;
  background: var(--vem-primary);
  transform: translate(-50%, -50%);
  transition: opacity .25s, transform .25s;
}
.vem-excursions-v2 .vem-excursion__toggle::before { width: 14px; height: 1px; }
.vem-excursions-v2 .vem-excursion__toggle::after  { width: 1px;  height: 14px; }
.vem-excursions-v2 .vem-excursion details[open] .vem-excursion__toggle::after {
  opacity: 0;
}
.vem-excursions-v2 .vem-excursion details[open] summary {
  background: var(--vem-bg-alt);
}
.vem-excursions-v2 .vem-excursion__body {
  padding: 8px 28px 28px 28px;
  margin-left: 76px;
}
.vem-excursions-v2 .vem-excursion__name {
  font-family: var(--vem-font-serif);
  font-size: clamp(22px, 2.2vw, 28px);
  margin: 0 0 12px;
  font-weight: 500;
  color: var(--vem-text);
  letter-spacing: -0.005em;
}
.vem-excursions-v2 .vem-excursion__desc {
  font-family: var(--vem-font-serif);
  font-size: 16px;
  line-height: 1.55;
  color: var(--vem-text-soft);
  margin: 0 0 14px;
}
.vem-excursions-v2 .vem-excursion__best {
  font-size: 12px;
  letter-spacing: 0.04em;
  color: var(--vem-text-soft);
  margin: 0 0 24px;
}
.vem-excursions-v2 .vem-excursion__best strong { color: var(--vem-primary); font-weight: 600; }
.vem-excursions-v2 .vem-excursion__meta {
  list-style: none;
  margin: 0 0 24px;
  padding: 16px 0;
  border-top: 1px solid var(--vem-line);
  border-bottom: 1px solid var(--vem-line);
  display: flex;
  gap: 16px;
  justify-content: space-between;
}
.vem-excursions-v2 .vem-excursion__meta li { display: flex; flex-direction: column; align-items: center; flex: 1; }
.vem-excursions-v2 .vem-excursion__meta strong {
  font-family: var(--vem-font-serif);
  font-size: 18px;
  color: var(--vem-primary);
  margin-bottom: 2px;
  letter-spacing: -0.005em;
}
.vem-excursions-v2 .vem-excursion__meta span {
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--vem-text-soft);
}
.vem-excursions-v2 .vem-excursion__cta {
  font-size: 13px;
  font-weight: 500;
  color: var(--vem-primary);
  border-bottom: 1px solid var(--vem-primary);
  padding-bottom: 1px;
  text-decoration: none;
}
@media (max-width: 720px) {
  .vem-excursions-v2 .vem-excursions__grid { grid-template-columns: 1fr; }
}

/* ============================================================
 *  CTA "Mirar todas nuestras rutas" en home
 * ============================================================ */
.vem-home-v2 .vem-all-routes-cta {
  text-align: center;
}
.vem-home-v2 .vem-all-routes-cta__inner { max-width: 720px; margin: 0 auto; }
.vem-home-v2 .vem-all-routes-cta .vem-lead { margin: 16px auto 32px; max-width: 560px; }
.vem-home-v2 .vem-btn--lg { padding: 20px 40px; font-size: 13px; }

/* ============================================================
 *  WHATSAPP FLOTANTE (mobile + desktop)
 * ============================================================ */
.vem-home-v2 .vem-wa-fab {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 999;
  width: 56px; height: 56px;
  border-radius: 50%;
  background: #25D366;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 24px rgba(37,211,102,0.35);
  transition: transform .25s ease;
}
.vem-home-v2 .vem-wa-fab:hover {
  transform: scale(1.08);
  opacity: 1;
}
.vem-home-v2 .vem-wa-fab svg { width: 28px; height: 28px; }

/* ============================================================
 *  HEADER MINIMALISTA
 * ============================================================ */
.vem-home-v2 .vem-header {
  /* Header sólido sobre fondo crema. NO se superpone al hero — toma su
     propio espacio en la parte superior y se queda sticky al scroll. */
  position: sticky; top: 0; z-index: 100;
  background: rgba(248,246,241,0.96);
  backdrop-filter: saturate(180%) blur(12px);
  -webkit-backdrop-filter: saturate(180%) blur(12px);
  border-bottom: 1px solid var(--vem-line);
  transition: padding .2s ease;
}
/* Sombra del header eliminada por petición del cliente. */

/* Header sólido — el texto va en sus colores oscuros por defecto (no necesita
   ajustes de contraste blancos). */
.vem-home-v2 .vem-header__inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 18px var(--vem-gutter);
  display: flex;
  align-items: center;
  gap: 32px;
}
/* ============================================================
   Lockup E (Black-Tomato style) — Tour en Marrakech
   ============================================================ */
.vem-home-v2 .vem-logo {
  text-decoration: none;
  color: var(--vem-text);
}
.vem-home-v2 .vem-logo:hover { opacity: 1; }
.vem-home-v2 .vem-logo--lockup-e {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  line-height: 1;
}
.vem-home-v2 .vem-logo__kicker {
  font-family: 'Archivo', system-ui, sans-serif;
  font-weight: 500;
  font-size: 11px;
  letter-spacing: 0.42em;
  text-transform: uppercase;
  color: #666;
  line-height: 1;
  padding-left: 2px;
}
.vem-home-v2 .vem-logo__row {
  position: relative;
  display: inline-flex;
  align-items: center;
  font-family: 'Archivo Black', 'Arial Black', system-ui, sans-serif;
  font-size: 34px;
  line-height: 1;
  color: #141414;
  text-transform: uppercase;
  letter-spacing: -0.012em;
  padding-right: 0.92em; /* hueco para el punto al final del recorrido */
}
.vem-home-v2 .vem-logo__name {
  position: relative;
  z-index: 2;
}
.vem-home-v2 .vem-logo__dot {
  position: absolute;
  top: 50%;
  /* Por defecto: punto fijo a la derecha (punto tipográfico al final).
     Solo el footer activa la animación. */
  left: calc(100% - 0.74em);
  width: 0.74em;
  height: 0.74em;
  transform: translate(0, -50%);
  background: #D24C2E;       /* terracota Black Tomato */
  border-radius: 50%;
  z-index: 1;                 /* detrás del texto */
  pointer-events: none;
}
/* Animación SOLO en el footer */
.vem-home-v2 .vem-logo--footer .vem-logo__dot {
  left: 0;
  animation: vem-dot-travel 3.4s cubic-bezier(0.65, 0, 0.35, 1) infinite;
}
@keyframes vem-dot-travel {
  0%, 12%   { left: 0; }
  58%, 100% { left: calc(100% - 0.74em); }
}
@media (prefers-reduced-motion: reduce) {
  .vem-home-v2 .vem-logo--footer .vem-logo__dot {
    animation: none;
    left: calc(100% - 0.74em);
  }
}
/* Footer: lockup blanco sobre fondo oscuro */
.vem-home-v2 .vem-logo--footer .vem-logo__kicker {
  color: rgba(255,255,255,0.65);
}
.vem-home-v2 .vem-logo--footer .vem-logo__row {
  color: #ffffff;
}
/* el dot terracota se mantiene — pop contra el fondo oscuro */

/* Mobile */
@media (max-width: 720px) {
  .vem-home-v2 .vem-logo__kicker { font-size: 9.5px; letter-spacing: 0.36em; }
  .vem-home-v2 .vem-logo__row    { font-size: 26px; }
}

.vem-home-v2 .vem-nav { flex: 1; }
.vem-home-v2 .vem-nav__list {
  list-style: none;
  margin: 0; padding: 0;
  display: flex;
  gap: 28px;
  justify-content: center;
}
.vem-home-v2 .vem-nav__list li {
  margin: 0;
  position: relative;
}
.vem-home-v2 .vem-nav__list a {
  font-size: 14px;
  font-weight: 500;
  color: var(--vem-text);
  letter-spacing: 0.02em;
  padding: 8px 0;
  border-bottom: 1px solid transparent;
  display: inline-block;
}
.vem-home-v2 .vem-nav__list a:hover {
  opacity: 1;
  border-bottom-color: var(--vem-primary);
}
/* Submenu dropdown */
.vem-home-v2 .vem-nav__list .sub-menu {
  position: absolute;
  top: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%) translateY(-4px);
  background: var(--vem-bg);
  border: 1px solid var(--vem-line);
  list-style: none;
  margin: 0;
  padding: 12px 0;
  min-width: 280px;
  opacity: 0;
  visibility: hidden;
  transition: all .25s ease;
  z-index: 200;
  box-shadow: 0 12px 32px rgba(26,31,28,0.06);
}
.vem-home-v2 .vem-nav__list > .menu-item-has-children::after {
  content: '';
  display: inline-block;
  width: 6px; height: 6px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: translateY(-3px) rotate(45deg);
  margin-left: 6px;
  opacity: 0.5;
}
.vem-home-v2 .vem-nav__list > li:hover > .sub-menu,
.vem-home-v2 .vem-nav__list > li:focus-within > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}
.vem-home-v2 .vem-nav__list .sub-menu li {
  display: block;
  margin: 0;
}
.vem-home-v2 .vem-nav__list .sub-menu a {
  display: block;
  padding: 8px 24px;
  font-size: 13px;
  letter-spacing: 0.01em;
  border: none !important;
  color: var(--vem-text);
  white-space: nowrap;
}
.vem-home-v2 .vem-nav__list .sub-menu a:hover {
  color: var(--vem-primary);
  background: var(--vem-bg-alt);
}
/* Labels de grupo en el submenu (— Por duración / — Por destino) */
.vem-home-v2 .vem-nav__list .sub-menu .menu-item-label a {
  font-family: var(--vem-font-sans);
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--vem-text-soft);
  padding-top: 14px;
  padding-bottom: 4px;
  pointer-events: none;
  cursor: default;
}
.vem-home-v2 .vem-nav__list .sub-menu .menu-item-label:not(:first-child) a {
  border-top: 1px solid var(--vem-line);
  margin-top: 8px;
}
.vem-home-v2 .vem-nav__list .sub-menu .menu-item-label a:hover {
  background: transparent;
  color: var(--vem-text-soft);
}

/* ============================================================
 *  SUB-MENU EDITORIAL — items "Rutas" con formato 3 líneas
 *  (meta / nombre / descripción / →)
 * ============================================================ */
/* Anular el padding/whitespace de los items rutas-sub para layout en bloque */
.vem-home-v2 .vem-nav__list .sub-menu .menu-item-rutas-sub a {
  padding: 0 !important;
  white-space: normal;
  border-radius: 0;
}
.vem-home-v2 .vem-nav__list .sub-menu .menu-item-rutas-sub .vem-sub-block {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto auto auto;
  column-gap: 16px;
  row-gap: 4px;
  padding: 14px 24px;
  align-items: center;
  border-bottom: 1px solid rgba(0,0,0,0.05);
  position: relative;
}
.vem-home-v2 .vem-nav__list .sub-menu .menu-item-rutas-sub:last-child .vem-sub-block {
  border-bottom: none;
}
.vem-home-v2 .vem-nav__list .sub-menu .menu-item-rutas-sub:hover .vem-sub-block {
  background: var(--vem-bg-alt);
}
.vem-home-v2 .vem-nav__list .sub-menu .menu-item-rutas-sub .vem-sub-meta {
  grid-column: 1 / 2;
  grid-row: 1 / 2;
  font-family: var(--vem-font-sans);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--vem-primary);
  margin: 0;
}
.vem-home-v2 .vem-nav__list .sub-menu .menu-item-rutas-sub .vem-sub-name {
  grid-column: 1 / 2;
  grid-row: 2 / 3;
  font-family: var(--vem-font-serif);
  font-size: 19px;
  font-weight: 500;
  line-height: 1.2;
  color: var(--vem-text);
  letter-spacing: -0.005em;
}
.vem-home-v2 .vem-nav__list .sub-menu .menu-item-rutas-sub:hover .vem-sub-name {
  color: var(--vem-primary);
}
.vem-home-v2 .vem-nav__list .sub-menu .menu-item-rutas-sub .vem-sub-desc {
  grid-column: 1 / 2;
  grid-row: 3 / 4;
  font-family: var(--vem-font-sans);
  font-size: 12.5px;
  line-height: 1.5;
  color: var(--vem-text-soft);
  margin-top: 2px;
  font-weight: 400;
}
.vem-home-v2 .vem-nav__list .sub-menu .menu-item-rutas-sub .vem-sub-arrow {
  grid-column: 2 / 3;
  grid-row: 1 / 4;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: var(--vem-text-soft);
  opacity: 0;
  transform: translateX(-6px);
  transition: opacity .2s ease, transform .25s ease, color .2s ease;
}
.vem-home-v2 .vem-nav__list .sub-menu .menu-item-rutas-sub:hover .vem-sub-arrow {
  opacity: 1;
  transform: translateX(0);
  color: var(--vem-primary);
}

/* Expandir el ancho del submenu para acomodar el formato editorial */
.vem-home-v2 .vem-nav__list .sub-menu:has(.menu-item-rutas-sub) {
  min-width: 380px;
  padding: 0;
}

/* ============================================================
 *  SUB-MENU TEMÁTICAS — Grid 2 columnas con icono + nombre + desc
 *  Look profesional, minimalista, line-art
 * ============================================================ */
.vem-home-v2 .vem-nav__list .sub-menu:has(.menu-item-tematica) {
  min-width: 580px;
  padding: 12px;
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  gap: 4px;
  border-radius: 12px;
}
.vem-home-v2 .vem-nav__list .sub-menu .menu-item-tematica {
  display: block;
}
.vem-home-v2 .vem-nav__list .sub-menu .menu-item-tematica a {
  padding: 0 !important;
  white-space: normal;
  border-radius: 8px;
  display: block;
  transition: background .15s ease;
}
.vem-home-v2 .vem-nav__list .sub-menu .menu-item-tematica:hover a {
  background: var(--vem-bg-alt);
}
.vem-home-v2 .vem-nav__list .sub-menu .menu-item-tematica .vem-tem-block {
  display: grid;
  grid-template-columns: 44px 1fr;
  column-gap: 14px;
  align-items: center;
  padding: 14px 16px;
}
.vem-home-v2 .vem-nav__list .sub-menu .menu-item-tematica .vem-tem-icon {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--vem-bg-alt);
  border: 1px solid var(--vem-line);
  border-radius: 50%;
  color: var(--vem-primary);
  transition: background .2s ease, border-color .2s ease, color .2s ease;
  flex-shrink: 0;
}
.vem-home-v2 .vem-nav__list .sub-menu .menu-item-tematica .vem-tem-icon svg {
  width: 22px;
  height: 22px;
  display: block;
}
.vem-home-v2 .vem-nav__list .sub-menu .menu-item-tematica:hover .vem-tem-icon {
  background: var(--vem-primary);
  border-color: var(--vem-primary);
  color: #fff;
}
.vem-home-v2 .vem-nav__list .sub-menu .menu-item-tematica .vem-tem-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}
.vem-home-v2 .vem-nav__list .sub-menu .menu-item-tematica .vem-tem-name {
  font-family: var(--vem-font-serif);
  font-size: 16px;
  font-weight: 500;
  color: var(--vem-text);
  line-height: 1.2;
  letter-spacing: -0.005em;
  white-space: normal;
}
.vem-home-v2 .vem-nav__list .sub-menu .menu-item-tematica:hover .vem-tem-name {
  color: var(--vem-primary);
}
.vem-home-v2 .vem-nav__list .sub-menu .menu-item-tematica .vem-tem-desc {
  font-family: var(--vem-font-sans);
  font-size: 11.5px;
  line-height: 1.45;
  color: var(--vem-text-soft);
  white-space: normal;
}

/* En el drawer móvil, replicar el mismo formato pero apilado en 1 columna */
.vem-drawer__list .menu-item-tematica > a {
  padding: 0 !important;
}
.vem-drawer__list .menu-item-tematica .vem-tem-block {
  display: grid;
  grid-template-columns: 40px 1fr;
  column-gap: 14px;
  align-items: center;
  padding: 12px 22px;
  border-bottom: 1px solid rgba(0,0,0,0.05);
}
.vem-drawer__list .menu-item-tematica:last-child .vem-tem-block { border-bottom: none; }
.vem-drawer__list .menu-item-tematica .vem-tem-icon {
  width: 40px; height: 40px;
  display: inline-flex; align-items: center; justify-content: center;
  background: var(--vem-bg-alt, #F8F6F1);
  border: 1px solid var(--vem-line, rgba(0,0,0,0.08));
  border-radius: 50%;
  color: var(--vem-primary, #003526);
  flex-shrink: 0;
}
.vem-drawer__list .menu-item-tematica .vem-tem-icon svg { width: 20px; height: 20px; }
.vem-drawer__list .menu-item-tematica .vem-tem-text {
  display: flex; flex-direction: column; gap: 2px; min-width: 0;
}
.vem-drawer__list .menu-item-tematica .vem-tem-name {
  font-family: var(--vem-font-serif);
  font-size: 16px; font-weight: 500;
  color: var(--vem-text, #1a1a1a);
  line-height: 1.2; letter-spacing: -0.005em;
}
.vem-drawer__list .menu-item-tematica .vem-tem-desc {
  font-family: var(--vem-font-sans);
  font-size: 11.5px; line-height: 1.45;
  color: var(--vem-text-soft, #666);
}

/* En tablet/mobile: el dropdown desktop sigue siendo grid pero 1 columna por estrechez */
@media (max-width: 1100px) {
  .vem-home-v2 .vem-nav__list .sub-menu:has(.menu-item-tematica) {
    min-width: 320px;
    grid-template-columns: 1fr;
  }
}

/* Mismo formato editorial dentro del drawer móvil */
.vem-drawer__list .menu-item-rutas-sub > a {
  padding: 0 !important;
}
.vem-drawer__list .menu-item-rutas-sub .vem-sub-block {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto auto auto;
  column-gap: 14px;
  row-gap: 4px;
  padding: 14px 22px;
  align-items: center;
  border-bottom: 1px solid rgba(0,0,0,0.05);
}
.vem-drawer__list .menu-item-rutas-sub:last-child .vem-sub-block { border-bottom: none; }
.vem-drawer__list .menu-item-rutas-sub .vem-sub-meta {
  grid-column: 1 / 2; grid-row: 1 / 2;
  font-family: var(--vem-font-sans);
  font-size: 10px; font-weight: 600;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--vem-primary, #003526);
}
.vem-drawer__list .menu-item-rutas-sub .vem-sub-name {
  grid-column: 1 / 2; grid-row: 2 / 3;
  font-family: var(--vem-font-serif);
  font-size: 18px; font-weight: 500;
  color: var(--vem-text, #1a1a1a);
  line-height: 1.2; letter-spacing: -0.005em;
}
.vem-drawer__list .menu-item-rutas-sub .vem-sub-desc {
  grid-column: 1 / 2; grid-row: 3 / 4;
  font-family: var(--vem-font-sans);
  font-size: 12px; line-height: 1.5;
  color: var(--vem-text-soft, #666);
}
.vem-drawer__list .menu-item-rutas-sub .vem-sub-arrow {
  grid-column: 2 / 3; grid-row: 1 / 4;
  display: flex; align-items: center;
  color: var(--vem-text-soft, #666);
  font-size: 16px;
}

.vem-home-v2 .vem-header__cta {
  display: flex;
  align-items: center;
  gap: 16px;
}
.vem-home-v2 .vem-langs { font-size: 12px; }
.vem-home-v2 .vem-langs ul {
  display: flex; gap: 8px;
  list-style: none; margin: 0; padding: 0;
}
.vem-home-v2 .vem-langs a {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--vem-text-soft);
}
.vem-home-v2 .vem-langs .current-lang a { color: var(--vem-text); font-weight: 600; }
.vem-home-v2 .vem-btn--sm {
  padding: 13px 22px 13px 24px;
  font-size: 11px;
  letter-spacing: 0.14em;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  position: relative;
}
.vem-home-v2 .vem-btn--sm::after {
  content: '';
  width: 16px; height: 1px;
  background: currentColor;
  transition: width .25s ease;
}
.vem-home-v2 .vem-btn--sm:hover::after { width: 24px; }

@media (max-width: 980px) {
  .vem-home-v2 .vem-nav { display: none; }
}

/* ============================================================
 *  FOOTER MINIMALISTA
 * ============================================================ */
.vem-home-v2 .vem-footer {
  background: var(--vem-primary);
  color: rgba(255,255,255,0.85);
  padding: var(--vem-space-section) 0 32px;
  font-size: 14px;
}
.vem-home-v2 .vem-footer__inner {
  max-width: var(--vem-container);
  margin: 0 auto;
  padding: 0 var(--vem-gutter);
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 48px;
  margin-bottom: 56px;
}
.vem-home-v2 .vem-footer__logo {
  font-family: var(--vem-font-serif);
  font-size: 24px;
  color: var(--vem-white);
  margin: 0 0 8px;
}
.vem-home-v2 .vem-footer__logo em { font-style: italic; color: var(--vem-accent); }
.vem-home-v2 .vem-footer__meta { color: rgba(255,255,255,0.6); margin: 0; }
.vem-home-v2 .vem-footer h4 {
  font-family: var(--vem-font-sans);
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin: 0 0 18px;
  color: var(--vem-white);
  font-weight: 600;
}
.vem-home-v2 .vem-footer ul {
  list-style: none; margin: 0; padding: 0;
}
.vem-home-v2 .vem-footer li { margin: 0 0 10px; }
.vem-home-v2 .vem-footer a { color: rgba(255,255,255,0.85); text-decoration: none; transition: color .2s ease; }
.vem-home-v2 .vem-footer a:hover { color: var(--vem-accent); opacity: 1; }
.vem-home-v2 .vem-footer p { margin: 0 0 10px; }
.vem-home-v2 .vem-footer__bottom {
  max-width: var(--vem-container);
  margin: 0 auto;
  padding: 28px var(--vem-gutter) 0;
  border-top: 1px solid rgba(255,255,255,0.18);
  font-size: 12px;
  color: rgba(255,255,255,0.55);
  letter-spacing: 0.04em;
}
@media (max-width: 880px) {
  .vem-home-v2 .vem-footer__inner { grid-template-columns: 1fr 1fr; gap: 32px; }
}
@media (max-width: 560px) {
  .vem-home-v2 .vem-footer__inner { grid-template-columns: 1fr; }
}

/* ============================================================
 *  01. HERO — fullscreen vídeo, estilo Black Tomato (luxury travel)
 * ============================================================ */
.vem-home-v2 .vem-hero {
  position: relative;
  isolation: isolate;            /* contiene el stacking del overlay */
  min-height: 70vh;              /* fallback navegadores antiguos */
  min-height: 70svh;             /* iOS Safari sin saltos al ocultar barra */
  min-height: 70dvh;             /* dynamic viewport — el más correcto */
  padding: 0;
  overflow: hidden;
  background: #1a1a1a;           /* color base mientras carga el vídeo */
  color: #fff;
}
.vem-home-v2 .vem-hero__video,
.vem-home-v2 .vem-hero__poster {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;   /* mostrar la parte superior de la foto (minarete + cielo), no recortarla */
  z-index: 0;
  pointer-events: none;
  user-select: none;
}
/* Gradient overlay para legibilidad del texto */
.vem-home-v2 .vem-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(0,0,0,0.15) 0%, rgba(0,0,0,0.35) 55%, rgba(0,0,0,0.65) 100%),
    radial-gradient(ellipse at center, rgba(0,0,0,0) 0%, rgba(0,0,0,0.25) 100%);
}
/* Contenido sobre el vídeo */
.vem-home-v2 .vem-hero__inner {
  position: relative;
  z-index: 2;
  max-width: var(--vem-container);
  margin: 0 auto;
  padding: clamp(96px, 14vh, 180px) var(--vem-gutter) clamp(56px, 9vh, 110px);
  min-height: 70vh;
  min-height: 70svh;
  min-height: 70dvh;
  display: flex;
  align-items: center;
  justify-content: center;
  /* Reset del grid antiguo */
  grid-template-columns: none;
  gap: 0;
}
.vem-home-v2 .vem-hero__text {
  width: 100%;
  max-width: 780px;
  text-align: center;
  padding: 0;
  animation: vem-hero-in 1.1s cubic-bezier(.22,.61,.36,1) both;
}
.vem-home-v2 .vem-hero__text .vem-eyebrow {
  color: #ffc042; /* oro de la paleta — el mismo de las estrellas TripAdvisor */
  letter-spacing: 0.22em;
  margin-bottom: 18px;
  text-shadow: 0 1px 10px rgba(0,0,0,0.45);
}
.vem-home-v2 .vem-hero__text .vem-h-display {
  color: #fff;
  font-size: clamp(2.4rem, 6.5vw, 5rem);
  line-height: 1.04;
  margin: 0;
  text-shadow: 0 2px 24px rgba(0,0,0,0.35);
}
.vem-home-v2 .vem-hero__text .vem-h-display em {
  font-style: italic;
  font-weight: 400;
}
.vem-home-v2 .vem-hero__text .vem-lead {
  color: rgba(255,255,255,0.94);
  margin: 24px auto 0;
  max-width: 620px;
  text-shadow: 0 1px 14px rgba(0,0,0,0.35);
}
.vem-home-v2 .vem-hero__text .vem-hero-search {
  margin-top: 36px;
  margin-left: auto;
  margin-right: auto;
  background: rgba(255,255,255,0.96);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.25);
}
/* "¿Prefieres que te asesoremos?" en blanco;
   "Habla con nosotros →" en cream de la paleta para destacar el link. */
.vem-home-v2 .vem-hero__alt {
  color: #fff;
  margin-top: 22px;
  text-shadow: 0 1px 12px rgba(0,0,0,0.55);
}
.vem-home-v2 .vem-hero__alt a {
  color: var(--vem-bg); /* #F8F6F1 — cream del sitio */
  border-bottom-color: rgba(248,246,241,0.55);
}
.vem-home-v2 .vem-hero__alt a:hover {
  color: #ffc042; /* oro de la paleta — pop en hover */
  border-bottom-color: #ffc042;
}
.vem-home-v2 .vem-hero__trust {
  justify-content: center;
  margin-top: 28px;
}
.vem-home-v2 .vem-hero__trust-text,
.vem-home-v2 .vem-hero__trust-text strong,
.vem-home-v2 .vem-hero__trust-meta {
  color: rgba(255,255,255,0.95);
  text-shadow: 0 1px 8px rgba(0,0,0,0.4);
}

@keyframes vem-hero-in {
  from { opacity: 0; transform: translateY(18px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* Reduced motion: sin animación de entrada, sin vídeo, solo poster */
@media (prefers-reduced-motion: reduce) {
  .vem-home-v2 .vem-hero__video { display: none; }
  .vem-home-v2 .vem-hero__text  { animation: none; }
}
/* Ahorro de datos en móvil: oculta el vídeo y deja el poster */
@media (max-width: 600px) and (prefers-reduced-data: reduce) {
  .vem-home-v2 .vem-hero__video { display: none; }
}

/* Móvil: ajuste de paddings y tipo */
@media (max-width: 880px) {
  .vem-home-v2 .vem-hero__inner {
    padding-top: clamp(96px, 16vh, 140px);
    padding-bottom: clamp(48px, 9vh, 90px);
  }
  .vem-home-v2 .vem-hero__text .vem-h-display {
    font-size: clamp(2rem, 9vw, 3.2rem);
  }
  .vem-home-v2 .vem-hero__text .vem-lead {
    font-size: 1rem;
  }
}

/* ============================================================
 *  02. TRUST STRIP
 * ============================================================ */
.vem-home-v2 .vem-trust {
  border-top: 1px solid var(--vem-line);
  border-bottom: 1px solid var(--vem-line);
  padding: 48px 0;
}
.vem-home-v2 .vem-trust__inner {
  max-width: var(--vem-container);
  margin: 0 auto;
  padding: 0 var(--vem-gutter);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  text-align: center;
}
.vem-home-v2 .vem-trust__num {
  display: block;
  font-family: var(--vem-font-serif);
  font-size: clamp(28px, 3.4vw, 42px);
  color: var(--vem-primary);
  line-height: 1;
  margin-bottom: 8px;
}
.vem-home-v2 .vem-trust__lbl {
  display: block;
  font-size: 13px;
  color: var(--vem-text-soft);
  letter-spacing: 0.04em;
}
@media (max-width: 760px) {
  .vem-home-v2 .vem-trust__inner { grid-template-columns: repeat(2, 1fr); gap: 24px; }
}

/* ============================================================
 *  03. CÓMO TRABAJAMOS
 * ============================================================ */
.vem-home-v2 .vem-process__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 48px;
  margin-top: 64px;
}
.vem-home-v2 .vem-step__num {
  font-family: var(--vem-font-serif);
  font-size: 36px;
  color: var(--vem-accent);
  display: block;
  margin-bottom: 16px;
  line-height: 1;
}
.vem-home-v2 .vem-step h3 {
  font-family: var(--vem-font-sans);
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 8px 0;
  letter-spacing: 0;
}
.vem-home-v2 .vem-step p {
  font-size: 15px;
  color: var(--vem-text-soft);
  margin: 0;
  line-height: 1.55;
}
@media (max-width: 880px) {
  .vem-home-v2 .vem-process__grid { grid-template-columns: repeat(2, 1fr); gap: 32px; }
}

/* ============================================================
 *  04. INSPIRACIÓN POR REGIÓN
 * ============================================================ */
.vem-home-v2 .vem-regions__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
  margin-top: 56px;
}
.vem-home-v2 .vem-regions__grid[data-cols="4"] { grid-template-columns: repeat(4, 1fr); }
.vem-home-v2 .vem-regions__grid[data-cols="3"] { grid-template-columns: repeat(3, 1fr); }
.vem-home-v2 .vem-region {
  position: relative;
  display: block;
  aspect-ratio: 3/4;
  overflow: hidden;
  background: var(--vem-bg-alt);
}
.vem-home-v2 .vem-region img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .6s ease;
}
.vem-home-v2 .vem-region:hover img { transform: scale(1.04); opacity: 1; }
.vem-home-v2 .vem-region:hover { opacity: 1; }
.vem-home-v2 .vem-region__lbl {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  padding: 24px;
  background: linear-gradient(180deg, transparent 0%, rgba(0,0,0,0.6) 100%);
  color: var(--vem-white);
  font-family: var(--vem-font-serif);
  font-size: 22px;
}
.vem-home-v2 .vem-region__lbl span {
  font-size: 11px;
  font-family: var(--vem-font-sans);
  font-weight: 500;
  letter-spacing: 0.16em;
  opacity: .8;
  display: block;
  margin-bottom: 4px;
  text-transform: uppercase;
}
@media (max-width: 1100px) {
  .vem-home-v2 .vem-regions__grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 720px) {
  .vem-home-v2 .vem-regions__grid { grid-template-columns: repeat(2, 1fr); }
}

/* ============================================================
 *  04b. POR DURACIÓN
 * ============================================================ */
.vem-home-v2 .vem-durations__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 56px;
}
.vem-home-v2 .vem-duration {
  display: flex;
  flex-direction: column;
  padding: 36px 28px 32px;
  background: var(--vem-white);
  border: 1px solid var(--vem-line);
  position: relative;
  transition: all .25s ease;
}
.vem-home-v2 .vem-duration:hover {
  background: var(--vem-primary);
  border-color: var(--vem-primary);
  color: var(--vem-white);
  opacity: 1;
  transform: translateY(-2px);
}
.vem-home-v2 .vem-duration:hover .vem-duration__desc,
.vem-home-v2 .vem-duration:hover .vem-duration__suf { color: rgba(255,255,255,0.75); }
.vem-home-v2 .vem-duration__range {
  display: block;
  font-family: var(--vem-font-sans);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--vem-text-soft);
  margin-bottom: 16px;
}
.vem-home-v2 .vem-duration:hover .vem-duration__range { color: rgba(255,255,255,0.7); }
.vem-home-v2 .vem-duration__name {
  display: block;
  font-family: var(--vem-font-serif);
  font-size: clamp(26px, 2.6vw, 34px);
  font-weight: 500;
  margin-bottom: 12px;
  line-height: 1.1;
  letter-spacing: -0.005em;
}
.vem-home-v2 .vem-duration__desc {
  font-size: 13px;
  color: var(--vem-text-soft);
  flex: 1;
}
.vem-home-v2 .vem-duration__arrow {
  font-size: 18px;
  margin-top: 20px;
  align-self: flex-start;
  transition: transform .25s ease;
}
.vem-home-v2 .vem-duration:hover .vem-duration__arrow {
  transform: translateX(6px);
}
@media (max-width: 880px) {
  .vem-home-v2 .vem-durations__grid { grid-template-columns: repeat(2, 1fr); gap: 16px; }
}

/* ============================================================
 *  05. TOURS DESTACADOS — Carousel minimalista (scroll-snap)
 * ============================================================ */
.vem-home-v2 .vem-tours__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  margin-bottom: 48px;
}
.vem-home-v2 .vem-carousel {
  position: relative;
  width: 100%;
}
.vem-home-v2 .vem-carousel__track {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-padding-left: max(32px, calc((100vw - 1200px) / 2 + 32px));
  padding: 0 max(32px, calc((100vw - 1200px) / 2 + 32px));
  padding-bottom: 16px;
  scrollbar-width: thin;
  scrollbar-color: var(--vem-line) transparent;
  -webkit-overflow-scrolling: touch;
}
.vem-home-v2 .vem-carousel__track::-webkit-scrollbar { height: 4px; }
.vem-home-v2 .vem-carousel__track::-webkit-scrollbar-track { background: transparent; }
.vem-home-v2 .vem-carousel__track::-webkit-scrollbar-thumb {
  background: var(--vem-line);
}
.vem-home-v2 .vem-carousel__card {
  flex: 0 0 calc((min(1200px, 100vw) - 64px - 72px) / 4);
  min-width: 240px;
  scroll-snap-align: start;
  display: block;
  text-decoration: none;
  color: inherit;
}
.vem-home-v2 .vem-carousel__card:hover { opacity: 1; }
.vem-home-v2 .vem-carousel__img {
  aspect-ratio: 4/5;
  overflow: hidden;
  background: var(--vem-bg-alt);
  margin-bottom: 20px;
}
.vem-home-v2 .vem-carousel__img img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .6s ease;
}
.vem-home-v2 .vem-carousel__card:hover .vem-carousel__img img { transform: scale(1.04); }
.vem-home-v2 .vem-carousel__body { padding: 0 4px; }
.vem-home-v2 .vem-carousel__eyebrow {
  display: block;
  font-family: var(--vem-font-sans);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--vem-accent);
  font-weight: 500;
  margin-bottom: 10px;
}
.vem-home-v2 .vem-carousel__title {
  font-family: var(--vem-font-serif);
  font-size: clamp(20px, 1.9vw, 24px);
  line-height: 1.2;
  margin: 0;
  font-weight: 500;
  color: var(--vem-text);
  letter-spacing: -0.005em;
}
@media (max-width: 1100px) {
  .vem-home-v2 .vem-carousel__card { flex: 0 0 calc((100vw - 64px - 48px) / 3); min-width: 240px; }
}
@media (max-width: 880px) {
  .vem-home-v2 .vem-carousel__card { flex: 0 0 calc((100vw - 64px - 24px) / 2); }
}
@media (max-width: 720px) {
  .vem-home-v2 .vem-carousel__card { flex: 0 0 80vw; min-width: 0; }
  .vem-home-v2 .vem-carousel__track {
    scroll-padding-left: var(--vem-gutter);
    padding: 0 var(--vem-gutter) 16px;
  }
}

/* Dots de paginación del carrusel */
.vem-home-v2 .vem-carousel__dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 28px;
}
.vem-home-v2 .vem-carousel__dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  border: 1px solid var(--vem-line);
  background: transparent;
  padding: 0;
  cursor: pointer;
  transition: all .25s ease;
}
.vem-home-v2 .vem-carousel__dot:hover {
  border-color: var(--vem-text-soft);
}
.vem-home-v2 .vem-carousel__dot.is-active {
  background: var(--vem-primary);
  border-color: var(--vem-primary);
  width: 24px;
  border-radius: 3px;
}
/* Ocultamos la barra de scroll porque ya tenemos dots */
.vem-home-v2 .vem-carousel__track {
  scrollbar-width: none;
}
.vem-home-v2 .vem-carousel__track::-webkit-scrollbar {
  display: none;
}

/* ============================================================
 *  /rutas/ — Archive listado de tours
 * ============================================================ */
.vem-archive-v2 .vem-archive-hero {
  padding: var(--vem-space-hero) 0 var(--vem-space-block);
  text-align: center;
}
.vem-archive-v2 .vem-archive-hero__inner { max-width: 820px; }
.vem-archive-v2 .vem-archive-hero .vem-lead {
  margin: 16px auto 0;
  max-width: 560px;
  font-family: var(--vem-font-serif);
  font-size: clamp(17px, 1.5vw, 19px);
  color: var(--vem-text-soft);
}
.vem-archive-v2 .vem-archive-filters {
  padding: 0 0 var(--vem-space-block);
  border-bottom: 1px solid var(--vem-line);
}
.vem-archive-v2 .vem-filter-row {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 24px;
  align-items: center;
  padding: 14px 0;
}
.vem-archive-v2 .vem-filter-row + .vem-filter-row { border-top: 1px solid var(--vem-line); }
.vem-archive-v2 .vem-filter-label {
  font-family: var(--vem-font-sans);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--vem-text-soft);
  font-weight: 500;
}
.vem-archive-v2 .vem-filter-chips {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
@media (max-width: 720px) {
  .vem-archive-v2 .vem-filter-row { grid-template-columns: 1fr; gap: 8px; }
}
.vem-archive-v2 .vem-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 11px 22px;
  background: var(--vem-white);
  border: 1px solid var(--vem-line);
  font-family: var(--vem-font-sans);
  font-size: 13px;
  font-weight: 500;
  color: var(--vem-text);
  text-decoration: none;
  transition: all .25s ease;
}
.vem-archive-v2 .vem-chip:hover { border-color: var(--vem-primary); opacity: 1; }
.vem-archive-v2 .vem-chip.is-active {
  background: var(--vem-primary); color: var(--vem-white); border-color: var(--vem-primary);
}
.vem-archive-v2 .vem-chip span { font-size: 11px; opacity: .7; }
.vem-archive-v2 .vem-archive-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(28px, 4vw, 48px);
}
.vem-archive-v2 .vem-route-card {
  display: block;
  background: var(--vem-white);
  border: 1px solid var(--vem-line);
  text-decoration: none;
  color: inherit;
  transition: border-color .25s ease, transform .25s ease;
}
.vem-archive-v2 .vem-route-card:hover {
  border-color: var(--vem-primary);
  transform: translateY(-2px);
  opacity: 1;
}
.vem-archive-v2 .vem-route-card__img {
  aspect-ratio: 16/10;
  overflow: hidden;
  background: var(--vem-bg-alt);
}
.vem-archive-v2 .vem-route-card__img img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .6s ease;
}
.vem-archive-v2 .vem-route-card:hover img { transform: scale(1.03); }
.vem-archive-v2 .vem-route-card__body { padding: 28px 32px 32px; }
.vem-archive-v2 .vem-route-card__meta {
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--vem-text-soft);
  font-weight: 500;
  display: block;
  margin-bottom: 12px;
}
.vem-archive-v2 .vem-route-card__meta strong { color: var(--vem-primary); font-weight: 600; }
.vem-archive-v2 .vem-route-card__title {
  font-family: var(--vem-font-serif);
  font-size: clamp(22px, 2.2vw, 28px);
  line-height: 1.18;
  font-weight: 500;
  margin: 0 0 14px;
  color: var(--vem-text);
}
.vem-archive-v2 .vem-route-card__excerpt {
  font-family: var(--vem-font-serif);
  font-size: 16px;
  line-height: 1.55;
  color: var(--vem-text-soft);
  margin: 0 0 18px;
}
.vem-archive-v2 .vem-route-card__cta {
  font-size: 13px;
  font-weight: 500;
  color: var(--vem-primary);
  border-bottom: 1px solid var(--vem-primary);
  padding-bottom: 1px;
}
.vem-archive-v2 .vem-archive-empty {
  text-align: center;
  padding: 80px 0;
  font-family: var(--vem-font-serif);
  font-size: 20px;
  color: var(--vem-text-soft);
}
.vem-archive-v2 .vem-archive-empty a { color: var(--vem-primary); border-bottom: 1px solid var(--vem-primary); }
@media (max-width: 880px) {
  .vem-archive-v2 .vem-archive-grid { grid-template-columns: 1fr; }
}

/* Foto inyectada por día del itinerario */
.vem-tour-v2 .vem-timeline__photo {
  margin: 28px 0 0;
  aspect-ratio: 16/9;
  overflow: hidden;
  background: var(--vem-bg-alt);
}
.vem-tour-v2 .vem-timeline__photo img {
  width: 100%; height: 100%; object-fit: cover;
  display: block;
}

/* ============================================================
 *  POR TEMÁTICA — 6 estilos de viaje (Trekking, Familias, etc.)
 * ============================================================ */
.vem-home-v2 .vem-themes__head {
  text-align: center;
  margin-bottom: 56px;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}
.vem-home-v2 .vem-themes__grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--vem-line);
  border: 1px solid var(--vem-line);
}
.vem-home-v2 .vem-theme {
  background: var(--vem-bg);
  display: block;
}
.vem-home-v2 .vem-theme__link {
  display: block;
  padding: 40px 32px 36px;
  height: 100%;
  text-decoration: none;
  color: inherit;
  transition: background .25s ease;
}
.vem-home-v2 .vem-theme__link:hover {
  background: var(--vem-bg-alt);
  opacity: 1;
}
.vem-home-v2 .vem-theme__icon {
  width: 44px; height: 44px;
  color: var(--vem-primary);
  margin-bottom: 24px;
}
.vem-home-v2 .vem-theme__icon svg { width: 100%; height: 100%; }
.vem-home-v2 .vem-theme__name {
  font-family: var(--vem-font-serif);
  font-size: clamp(22px, 2.2vw, 28px);
  font-weight: 500;
  margin: 0 0 12px;
  color: var(--vem-text);
  letter-spacing: -0.005em;
}
.vem-home-v2 .vem-theme__desc {
  font-size: 14px;
  line-height: 1.6;
  color: var(--vem-text-soft);
  margin: 0 0 24px;
}
.vem-home-v2 .vem-theme__arrow {
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--vem-primary);
  font-weight: 500;
  display: inline-block;
  border-bottom: 1px solid var(--vem-primary);
  padding-bottom: 2px;
  transition: padding .25s ease;
}
.vem-home-v2 .vem-theme__link:hover .vem-theme__arrow {
  padding-right: 8px;
}
@media (max-width: 880px) {
  .vem-home-v2 .vem-themes__grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) {
  .vem-home-v2 .vem-themes__grid { grid-template-columns: 1fr; }
  .vem-home-v2 .vem-theme__link { padding: 32px 24px 28px; }
}

/* ============================================================
 *  05b. (legacy) tours grid — ya no en home, queda por compat tour individual
 * ============================================================ */
.vem-home-v2 .vem-tours__header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}
.vem-home-v2 .vem-tours__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-top: 56px;
}
.vem-home-v2 .vem-tour-card {
  display: block;
  background: var(--vem-white);
  border: 1px solid var(--vem-line);
}
.vem-home-v2 .vem-tour-card__img {
  aspect-ratio: 4/3;
  overflow: hidden;
  background: var(--vem-bg-alt);
}
.vem-home-v2 .vem-tour-card__img img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .6s ease;
}
.vem-home-v2 .vem-tour-card:hover .vem-tour-card__img img { transform: scale(1.04); }
.vem-home-v2 .vem-tour-card:hover { opacity: 1; }
.vem-home-v2 .vem-tour-card__body { padding: 28px 28px 32px; }
.vem-home-v2 .vem-tour-card__meta {
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--vem-accent);
  margin: 0 0 12px;
  font-weight: 500;
}
.vem-home-v2 .vem-tour-card__title {
  font-family: var(--vem-font-serif);
  font-size: 22px;
  line-height: 1.2;
  margin: 0 0 16px;
  color: var(--vem-text);
}
.vem-home-v2 .vem-tour-card__price {
  font-size: 14px;
  color: var(--vem-text-soft);
  margin: 0;
}
@media (max-width: 880px) {
  .vem-home-v2 .vem-tours__grid { grid-template-columns: 1fr; gap: 24px; }
}

/* ============================================================
 *  06. SOBRE LA AGENCIA
 * ============================================================ */
.vem-home-v2 .vem-about__head {
  max-width: 760px;
  margin-bottom: 64px;
}
.vem-home-v2 .vem-about__head .vem-h2 em {
  font-style: italic;
  font-weight: 400;
}
.vem-home-v2 .vem-about__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 6vw, 80px);
  align-items: start;
}
.vem-home-v2 .vem-about__intro {
  font-family: var(--vem-font-serif);
  font-size: clamp(20px, 1.8vw, 24px);
  line-height: 1.45;
  font-weight: 400;
  color: var(--vem-text);
  margin: 0;
  padding-right: 12px;
}
.vem-home-v2 .vem-about__pillars {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}
.vem-home-v2 .vem-about__pillars li {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 20px;
  align-items: start;
  border-top: 1px solid var(--vem-line);
  padding-top: 24px;
}
.vem-home-v2 .vem-about__pillars li:first-child { border-top: none; padding-top: 0; }
.vem-home-v2 .vem-about__num {
  font-family: var(--vem-font-serif);
  font-size: 26px;
  font-weight: 400;
  color: var(--vem-accent);
  line-height: 1;
  font-feature-settings: "lnum" 1;
}
.vem-home-v2 .vem-about__pillars h3 {
  font-family: var(--vem-font-sans);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  margin: 0 0 6px;
  color: var(--vem-text);
}
.vem-home-v2 .vem-about__pillars p {
  font-size: 15px;
  color: var(--vem-text-soft);
  margin: 0;
  line-height: 1.55;
}
.vem-home-v2 .vem-about__cta {
  margin-top: 56px;
  border-top: 1px solid var(--vem-line);
  padding-top: 40px;
}
@media (max-width: 880px) {
  .vem-home-v2 .vem-about__grid { grid-template-columns: 1fr; gap: 48px; }
  .vem-home-v2 .vem-about__intro { padding-right: 0; }
}

/* ============================================================
 *  07. REVIEWS (placeholder hasta conectar Trustindex)
 * ============================================================ */
.vem-home-v2 .vem-reviews__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 56px;
}
.vem-home-v2 .vem-review {
  background: var(--vem-white);
  border: 1px solid var(--vem-line);
  padding: 32px;
}
.vem-home-v2 .vem-review__stars {
  color: var(--vem-accent);
  font-size: 16px;
  letter-spacing: 2px;
  margin-bottom: 16px;
}
.vem-home-v2 .vem-review p {
  font-family: var(--vem-font-serif);
  font-size: 18px;
  line-height: 1.5;
  margin: 0 0 20px;
}
.vem-home-v2 .vem-review cite {
  font-style: normal;
  font-size: 13px;
  letter-spacing: 0.04em;
  color: var(--vem-text-soft);
}
@media (max-width: 880px) {
  .vem-home-v2 .vem-reviews__grid { grid-template-columns: 1fr; }
}

/* ============================================================
 *  08. CTA FINAL
 * ============================================================ */
.vem-home-v2 .vem-cta-final { text-align: center; }
.vem-home-v2 .vem-cta-final .vem-h2 { max-width: 18ch; margin: 0 auto 16px; }
.vem-home-v2 .vem-cta-final .vem-lead { margin: 0 auto 40px; }
.vem-home-v2 .vem-form-mini {
  display: flex;
  gap: 8px;
  max-width: 520px;
  margin: 0 auto 24px;
}
.vem-home-v2 .vem-form-mini input[type=email] {
  flex: 1;
  padding: 18px 20px;
  font-family: var(--vem-font-sans);
  font-size: 15px;
  border: 1px solid rgba(255,255,255,0.3);
  background: transparent;
  color: var(--vem-white);
}
.vem-home-v2 .vem-form-mini input[type=email]::placeholder { color: rgba(255,255,255,0.5); }
.vem-home-v2 .vem-form-mini input[type=email]:focus {
  outline: none;
  border-color: var(--vem-white);
}
.vem-home-v2 .vem-cta-final__alt {
  font-size: 14px;
  color: rgba(255,255,255,0.6);
}
.vem-home-v2 .vem-cta-final__alt a {
  color: var(--vem-white);
  border-bottom: 1px solid rgba(255,255,255,0.4);
  padding-bottom: 1px;
}
@media (max-width: 600px) {
  .vem-home-v2 .vem-form-mini { flex-direction: column; }
  .vem-home-v2 .vem-form-mini .vem-btn { width: 100%; }
}

/* ============================================================
 *  MOBILE — Hamburguesa + Drawer lateral
 *  Se aplica globalmente (no solo .vem-home-v2) porque el botón
 *  vive a nivel de body y debe verse en todas las páginas v2.
 * ============================================================ */

/* Hamburguesa: oculta en desktop, visible solo en <=980px
   Estilo minimalista — blanco elegante con tres rayas finas oscuras.
   !important anula el background heredado del theme padre TravelTour. */
.vem-burger {
  display: none;
  position: fixed;
  top: 14px;
  right: 16px;
  z-index: 200;
  width: 44px;
  height: 44px;
  padding: 0;
  background: #ffffff !important;
  background-image: none !important;
  -webkit-appearance: none !important;
  appearance: none !important;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  border: 1px solid rgba(0, 53, 38, 0.12) !important;
  border-radius: 50%;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06),
              0 1px 2px rgba(0, 0, 0, 0.04);
  transition: box-shadow .2s ease, transform .2s ease;
  outline: none;
}
.vem-burger:hover,
.vem-burger:focus,
.vem-burger:active {
  background: #ffffff !important;
  background-image: none !important;
  box-shadow: 0 4px 14px rgba(0, 53, 38, 0.15),
              0 1px 3px rgba(0, 0, 0, 0.08);
  transform: translateY(-1px);
}
.vem-burger:focus-visible { outline: 2px solid rgba(0, 53, 38, 0.25); outline-offset: 2px; }
.vem-burger__bar {
  display: block;
  width: 18px;
  height: 1.5px;
  background: #1f2226 !important;   /* gris muy oscuro, casi negro */
  border-radius: 2px;
  transition: transform .25s ease, opacity .25s ease, background .25s ease;
}
.vem-burger[aria-expanded="true"] .vem-burger__bar { background: #003526 !important; }
.vem-burger[aria-expanded="true"] .vem-burger__bar:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.vem-burger[aria-expanded="true"] .vem-burger__bar:nth-child(2) { opacity: 0; }
.vem-burger[aria-expanded="true"] .vem-burger__bar:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }

/* Overlay */
.vem-drawer-overlay {
  position: fixed; inset: 0;
  background: rgba(15, 30, 45, 0.45);
  z-index: 250;
  opacity: 0;
  transition: opacity .25s ease;
}
.vem-drawer-overlay.is-open { opacity: 1; }

/* Drawer */
.vem-drawer {
  position: fixed;
  top: 0; right: 0;
  height: 100vh;
  height: 100dvh;
  width: min(86vw, 360px);
  background: var(--vem-bg, #F8F6F1);
  z-index: 260;
  transform: translateX(100%);
  transition: transform .3s cubic-bezier(.4,.0,.2,1);
  display: flex;
  flex-direction: column;
  box-shadow: -8px 0 32px rgba(0,0,0,0.08);
  overflow-y: auto;
}
.vem-drawer.is-open { transform: translateX(0); }
.vem-drawer__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 22px;
  border-bottom: 1px solid var(--vem-line, rgba(0,0,0,.08));
}
.vem-drawer__brand {
  font-family: var(--vem-font-serif, 'Cormorant Garamond', serif);
  font-size: 18px;
  font-weight: 500;
  color: var(--vem-text, #1a1a1a);
  letter-spacing: -0.005em;
}
.vem-drawer__brand em {
  font-style: italic;
  color: #C68940;
  margin-left: 4px;
}
.vem-drawer__close {
  background: transparent;
  border: none;
  width: 36px; height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: var(--vem-text, #1a1a1a);
  border-radius: 50%;
}
.vem-drawer__close:hover { background: rgba(0,0,0,0.04); }

.vem-drawer__nav { padding: 12px 0 8px; flex: 1; }
.vem-drawer__list {
  list-style: none;
  margin: 0; padding: 0;
}
.vem-drawer__list > li {
  border-bottom: 1px solid rgba(0,0,0,0.05);
}
.vem-drawer__list > li > a {
  display: block;
  padding: 16px 22px;
  font-family: var(--vem-font-serif, 'Cormorant Garamond', serif);
  font-size: 22px;
  font-weight: 500;
  color: var(--vem-text, #1a1a1a);
  text-decoration: none;
  letter-spacing: -0.005em;
}
.vem-drawer__list > li > a:hover { color: #C68940; }
/* Submenú: siempre visible en drawer, indentado */
.vem-drawer__list .sub-menu {
  list-style: none;
  margin: 0;
  padding: 0 0 14px 0;
}
.vem-drawer__list .sub-menu li { margin: 0; }
.vem-drawer__list .sub-menu a {
  display: block;
  padding: 9px 22px 9px 38px;
  font-family: var(--vem-font-sans, 'Inter', sans-serif);
  font-size: 14px;
  font-weight: 400;
  color: var(--vem-text-soft, #555);
  text-decoration: none;
  letter-spacing: 0.01em;
}
.vem-drawer__list .sub-menu a:hover { color: #C68940; }
/* Etiquetas internas (label headers) en submenú */
.vem-drawer__list .sub-menu .menu-item-label > a {
  font-family: var(--vem-font-sans, 'Inter', sans-serif);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--vem-primary, #003526);
  pointer-events: none;
  padding-top: 14px;
  padding-bottom: 6px;
}
.vem-drawer__list .sub-menu .menu-item-label:first-child > a { padding-top: 4px; }

/* CTA inferior del drawer */
.vem-drawer__cta {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 16px 22px 24px;
  border-top: 1px solid rgba(0,0,0,0.05);
}
.vem-drawer__cta .vem-btn { width: 100%; justify-content: center; text-align: center; }

/* Estado: no scroll de body con drawer abierto */
body.vem-no-scroll { overflow: hidden; }

/* Mostrar hamburguesa en mobile/tablet */
@media (max-width: 980px) {
  .vem-burger { display: inline-flex; }
  /* Reservar espacio en el header para que el botón "Contactar" no choque
     con la hamburguesa fija en la esquina derecha */
  .vem-home-v2 .vem-header__cta { padding-right: 56px; }
}
/* Esconder hamburguesa+drawer en desktop por si quedan en DOM */
@media (min-width: 981px) {
  .vem-burger,
  .vem-drawer,
  .vem-drawer-overlay { display: none !important; }
}

/* ============================================================
 *  MOBILE — Ajustes tipografía hero (más amable en pantalla pequeña)
 * ============================================================ */
@media (max-width: 560px) {
  .vem-home-v2 .vem-h-display,
  .vem-tour-v2 .vem-h-display,
  .vem-archive-v2 .vem-h-display,
  .vem-about-v2 .vem-h-display,
  .vem-tailored-v2 .vem-h-display,
  .vem-contact-v2 .vem-h-display,
  .vem-excursions-v2 .vem-h-display,
  .vem-theme-page-v2 .vem-h-display {
    font-size: clamp(36px, 9.5vw, 52px);
    line-height: 1.05;
  }
  .vem-home-v2 .vem-h2,
  .vem-tour-v2 .vem-h2,
  .vem-archive-v2 .vem-h2,
  .vem-about-v2 .vem-h2 {
    font-size: clamp(28px, 7.5vw, 40px);
    line-height: 1.1;
  }
}

/* ============================================================
 *  MOBILE — WhatsApp FAB + padding inferior para no tapar contenido
 * ============================================================ */
@media (max-width: 720px) {
  .vem-home-v2 .vem-wa-fab { width: 52px; height: 52px; right: 16px; bottom: 90px; }
  /* El FAB sube para no chocar con el botón "Solicitar viaje" sticky */
  body { padding-bottom: 0; }
}

/* ============================================================
 *  MOBILE — Tour timeline: reducir padding-left de cada día
 *  para ganar espacio horizontal en pantallas estrechas
 * ============================================================ */
@media (max-width: 560px) {
  .vem-tour-v2 .vem-timeline--lux .vem-timeline__day {
    padding-left: 36px;
    padding-bottom: 40px;
  }
  .vem-tour-v2 .vem-timeline--lux::before { left: 6px; }
  .vem-tour-v2 .vem-timeline__title {
    font-size: clamp(20px, 5.6vw, 26px);
  }
  /* Info bar: forzar 1 columna para evitar texto cortado */
  .vem-tour-v2 .vem-infobar__list { flex-direction: column; gap: 8px; }
  .vem-tour-v2 .vem-infobar__item { flex: 1 1 100%; padding: 4px 0; }
}

/* ============================================================
 *  MOBILE — Botón "Solicitar viaje" flotante en single-tour
 *  Visible solo en mobile, abre el form (scroll-to).
 *  Implementado con anchor href="#vem-tour-form".
 * ============================================================ */
.vem-tour-cta-mobile {
  display: none;
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 150;
  padding: 14px 20px;
  background: var(--vem-primary, #003526);
  color: #fff;
  font-family: var(--vem-font-sans, 'Inter', sans-serif);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.18);
  transition: transform .15s ease;
}
.vem-tour-cta-mobile:hover { transform: translateY(-1px); opacity: 1; }
.vem-tour-cta-mobile::after {
  content: '→';
  margin-left: 8px;
  display: inline-block;
}
@media (max-width: 980px) {
  .vem-tour-v2 .vem-tour-cta-mobile { display: block; }
  /* Padding inferior para que el sticky no tape el contenido al final */
  .vem-tour-v2 { padding-bottom: 80px; }
  /* WhatsApp FAB se aparta más */
  .vem-tour-v2 .vem-wa-fab { bottom: 80px; }
}

/* ============================================================
 *  PROCESS V3 — Estilo Scott Dunn (círculos icono + flechas + CTA pill)
 *  Reemplaza la antigua sección .vem-process
 * ============================================================ */
.vem-home-v2 .vem-process-v3 {
  padding: var(--vem-space-section) 0;
  background: var(--vem-bg);
  text-align: center;
}
.vem-home-v2 .vem-process-v3__head {
  max-width: 760px;
  margin: 0 auto 64px;
}
.vem-home-v2 .vem-process-v3__head .vem-eyebrow { margin-bottom: 16px; }
.vem-home-v2 .vem-process-v3__head .vem-h2 em {
  font-style: italic;
  color: var(--vem-primary);
  font-weight: 400;
}
.vem-home-v2 .vem-process-v3__divider {
  width: 56px;
  height: 2px;
  background: var(--vem-accent, #C68940);
  margin: 24px auto 0;
}

.vem-home-v2 .vem-process-v3__grid {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 8px;
  max-width: 1100px;
  margin: 0 auto;
  flex-wrap: nowrap;
}
.vem-home-v2 .vem-process-v3__step {
  flex: 1 1 0;
  max-width: 220px;
  text-align: center;
  padding: 0 8px;
}
.vem-home-v2 .vem-process-v3__circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  background: rgba(31, 81, 71, 0.08); /* primary 8% */
  color: var(--vem-primary);
  margin-bottom: 24px;
}
.vem-home-v2 .vem-process-v3__circle svg {
  width: 38px;
  height: 38px;
}
.vem-home-v2 .vem-process-v3__step h3 {
  font-family: var(--vem-font-sans);
  font-size: 17px;
  font-weight: 600;
  color: var(--vem-text);
  margin: 0 0 12px;
  letter-spacing: -0.005em;
}
.vem-home-v2 .vem-process-v3__step p {
  font-family: var(--vem-font-sans);
  font-size: 14px;
  line-height: 1.55;
  color: var(--vem-text-soft);
  margin: 0;
}
.vem-home-v2 .vem-process-v3__arrow {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 88px;
  color: var(--vem-primary);
  opacity: 0.45;
}
.vem-home-v2 .vem-process-v3__arrow svg {
  width: 14px;
  height: 14px;
}
.vem-home-v2 .vem-process-v3__cta {
  margin-top: 56px;
  text-align: center;
}

/* Botón pill (estilo Scott Dunn / Original Travel) */
.vem-btn--pill {
  border-radius: 999px !important;
  padding: 16px 38px !important;
  font-size: 14px !important;
  letter-spacing: 0.04em;
  text-transform: none;
}

/* Responsive process v3 */
@media (max-width: 880px) {
  .vem-home-v2 .vem-process-v3__grid {
    flex-wrap: wrap;
    gap: 32px 16px;
  }
  .vem-home-v2 .vem-process-v3__step {
    flex: 0 0 calc(50% - 8px);
    max-width: none;
  }
  .vem-home-v2 .vem-process-v3__arrow { display: none; }
  .vem-home-v2 .vem-process-v3__circle { width: 72px; height: 72px; }
  .vem-home-v2 .vem-process-v3__circle svg { width: 32px; height: 32px; }
}
@media (max-width: 480px) {
  .vem-home-v2 .vem-process-v3__step { flex: 0 0 100%; }
}

/* ============================================================
 *  COLLECTIONS — Estilo Original Travel "Our holiday collections"
 *  Reemplaza el antiguo carousel .vem-tours
 * ============================================================ */
.vem-home-v2 .vem-collections {
  padding: var(--vem-space-section) 0;
}
.vem-home-v2 .vem-collections__head {
  text-align: center;
  margin-bottom: 64px;
}
.vem-home-v2 .vem-collections__head .vem-h2 em {
  font-style: italic;
  font-weight: 400;
  color: var(--vem-primary);
}
.vem-home-v2 .vem-collections__sub {
  font-family: var(--vem-font-sans);
  font-size: 15px;
  color: var(--vem-text-soft);
  letter-spacing: 0.01em;
  margin: 16px 0 0;
}

.vem-home-v2 .vem-collections__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.vem-home-v2 .vem-collections__grid[data-count="3"] { grid-template-columns: repeat(3, 1fr); max-width: 1080px; margin-inline: auto; }
.vem-home-v2 .vem-collections__grid[data-count="2"] { grid-template-columns: repeat(2, 1fr); max-width: 720px; margin-inline: auto; }

.vem-home-v2 .vem-collection-card {
  display: block;
  text-decoration: none;
  color: var(--vem-text);
  position: relative;
  overflow: hidden;
}
.vem-home-v2 .vem-collection-card:hover { opacity: 1; }

.vem-home-v2 .vem-collection-card__img {
  aspect-ratio: 3/4.4;
  border-radius: 16px;
  overflow: hidden;
  background: var(--vem-bg-alt);
  position: relative;
}
.vem-home-v2 .vem-collection-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .7s cubic-bezier(.2,.7,.3,1);
}
.vem-home-v2 .vem-collection-card:hover .vem-collection-card__img img {
  transform: scale(1.08);
}

/* Overlay gradient — siempre visible para legibilidad del título */
.vem-home-v2 .vem-collection-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,
    rgba(0,0,0,0) 0%,
    rgba(0,0,0,0) 35%,
    rgba(0,0,0,0.35) 70%,
    rgba(0,0,0,0.65) 100%);
  border-radius: 16px;
  pointer-events: none;
  transition: opacity .35s ease;
  z-index: 1;
}
.vem-home-v2 .vem-collection-card:hover .vem-collection-card__overlay {
  background: linear-gradient(180deg,
    rgba(31,81,71,0.10) 0%,
    rgba(31,81,71,0.35) 50%,
    rgba(31,81,71,0.75) 100%);
}

/* Caption: título superpuesto en la parte inferior */
.vem-home-v2 .vem-collection-card__caption {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 28px;
  z-index: 2;
  color: #fff;
  text-align: left;
  transform: translateY(8px);
  transition: transform .35s ease;
}
.vem-home-v2 .vem-collection-card:hover .vem-collection-card__caption {
  transform: translateY(0);
}
.vem-home-v2 .vem-collection-card__meta {
  display: inline-block;
  font-family: var(--vem-font-sans);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.85);
  margin-bottom: 12px;
  padding-bottom: 8px;
  position: relative;
}
.vem-home-v2 .vem-collection-card__meta::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 32px;
  height: 1px;
  background: rgba(255,255,255,0.5);
}
.vem-home-v2 .vem-collection-card__title {
  font-family: var(--vem-font-serif);
  font-size: clamp(22px, 2.1vw, 28px);
  font-weight: 500;
  color: #fff;
  margin: 0 0 10px;
  line-height: 1.15;
  letter-spacing: -0.01em;
}
/* Title con cursiva editorial — primera palabra */
.vem-home-v2 .vem-collection-card__title em {
  font-style: italic;
  font-weight: 400;
}
.vem-home-v2 .vem-collection-card__cta {
  display: inline-block;
  font-family: var(--vem-font-sans);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #fff;
  opacity: 0;
  transform: translateY(6px);
  transition: opacity .3s ease .05s, transform .3s ease .05s;
  border-bottom: 1px solid rgba(255,255,255,0.5);
  padding-bottom: 2px;
}
.vem-home-v2 .vem-collection-card:hover .vem-collection-card__cta {
  opacity: 1;
  transform: translateY(0);
}

.vem-home-v2 .vem-collections__cta {
  margin-top: 56px;
  text-align: center;
}

/* ============================================================
 *  ROUTES TAILORED — Sección estilo Original Travel "Tailor-made holidays"
 *  Texto a la izquierda + 4 cards verticales grandes a la derecha
 *  Va justo después del hero principal en /home/
 *  (Clase renombrada de vem-tailored-hero a vem-routes-tailored para evitar
 *   colisión con .vem-tailored-v2 .vem-tailored-hero de /a-medida-1/)
 * ============================================================ */
.vem-home-v2 .vem-routes-tailored {
  padding: clamp(64px, 9vw, 120px) 0;
  background: var(--vem-bg);
}
.vem-home-v2 .vem-routes-tailored__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 clamp(24px, 4vw, 56px);
  display: grid;
  grid-template-columns: minmax(280px, 360px) 1fr;
  gap: clamp(40px, 5vw, 80px);
  align-items: start;
}
.vem-home-v2 .vem-routes-tailored__text {
  padding-top: 16px;
  position: sticky;
  top: 100px;
}
.vem-home-v2 .vem-h-display--tailored {
  font-family: var(--vem-font-serif);
  font-size: clamp(40px, 4.2vw, 60px);
  line-height: 1.05;
  font-weight: 500;
  letter-spacing: -0.015em;
  margin: 0 0 32px;
  color: var(--vem-text);
}
.vem-home-v2 .vem-h-display--tailored em {
  font-style: italic;
  font-weight: 400;
  color: var(--vem-primary);
}
.vem-home-v2 .vem-routes-tailored__copy {
  font-family: var(--vem-font-serif);
  font-size: clamp(16px, 1.3vw, 18px);
  line-height: 1.7;
  color: var(--vem-text);
  margin: 0 0 32px;
  font-weight: 400;
}
.vem-home-v2 .vem-link-arrow--lg {
  font-family: var(--vem-font-sans);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--vem-primary);
  text-decoration: none;
  border-bottom: 1px solid var(--vem-primary);
  padding-bottom: 6px;
  display: inline-block;
  transition: gap .2s ease;
}
.vem-home-v2 .vem-link-arrow--lg:hover {
  opacity: 1;
  color: var(--vem-accent, #C68940);
  border-bottom-color: var(--vem-accent, #C68940);
}

/* Grid de 4 cards verticales grandes */
.vem-home-v2 .vem-routes-tailored__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.vem-home-v2 .vem-tailored-card {
  position: relative;
  display: block;
  text-decoration: none;
  color: #fff;
  border-radius: 18px;
  overflow: hidden;
  aspect-ratio: 2/3.5;
  background: var(--vem-bg-alt);
}
.vem-home-v2 .vem-tailored-card:hover { opacity: 1; }

.vem-home-v2 .vem-tailored-card__img {
  position: absolute;
  inset: 0;
}
.vem-home-v2 .vem-tailored-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .8s cubic-bezier(.2,.7,.3,1);
}
.vem-home-v2 .vem-tailored-card:hover .vem-tailored-card__img img {
  transform: scale(1.07);
}

.vem-home-v2 .vem-tailored-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,
    rgba(0,0,0,0)   0%,
    rgba(0,0,0,0)   30%,
    rgba(0,0,0,0.35) 70%,
    rgba(0,0,0,0.75) 100%);
  z-index: 1;
  transition: background .35s ease;
}
.vem-home-v2 .vem-tailored-card:hover .vem-tailored-card__overlay {
  background: linear-gradient(180deg,
    rgba(31,81,71,0.05) 0%,
    rgba(31,81,71,0.45) 60%,
    rgba(31,81,71,0.85) 100%);
}

.vem-home-v2 .vem-tailored-card__caption {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 32px;
  z-index: 2;
  text-align: center;
}
.vem-home-v2 .vem-tailored-card__title {
  font-family: var(--vem-font-serif);
  font-size: clamp(22px, 2vw, 30px);
  font-weight: 500;
  color: #fff;
  margin: 0 0 8px;
  line-height: 1.1;
  letter-spacing: -0.005em;
}
.vem-home-v2 .vem-tailored-card__first { display: block; font-weight: 500; }
.vem-home-v2 .vem-tailored-card__rest {
  display: block;
  font-style: italic;
  font-weight: 400;
  margin-top: 2px;
}
.vem-home-v2 .vem-tailored-card__meta {
  display: inline-block;
  font-family: var(--vem-font-sans);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.85);
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid rgba(255,255,255,0.35);
  min-width: 100px;
}

/* Responsive routes-tailored */
@media (max-width: 1100px) {
  .vem-home-v2 .vem-routes-tailored__grid { grid-template-columns: repeat(2, 1fr); }
  .vem-home-v2 .vem-tailored-card { aspect-ratio: 3/4; }
}
@media (max-width: 880px) {
  .vem-home-v2 .vem-routes-tailored__inner { grid-template-columns: 1fr; gap: 48px; }
  .vem-home-v2 .vem-routes-tailored__text {
    position: static;
    text-align: left;
    max-width: 640px;
  }
}
@media (max-width: 560px) {
  .vem-home-v2 .vem-routes-tailored__grid { grid-template-columns: 1fr; gap: 14px; }
  .vem-home-v2 .vem-tailored-card { aspect-ratio: 4/4; }
  .vem-home-v2 .vem-tailored-card__caption { left: 20px; right: 20px; bottom: 24px; }
}

/* Responsive collections — mantener tamaño grande de cards */
@media (max-width: 980px) {
  .vem-home-v2 .vem-collections__grid,
  .vem-home-v2 .vem-collections__grid[data-count="4"] {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
  }
  .vem-home-v2 .vem-collection-card__img { aspect-ratio: 3/4; }
}
@media (max-width: 560px) {
  .vem-home-v2 .vem-collections__grid,
  .vem-home-v2 .vem-collections__grid[data-count="4"],
  .vem-home-v2 .vem-collections__grid[data-count="3"] {
    grid-template-columns: 1fr;
    gap: 16px;
    max-width: 420px;
    margin-inline: auto;
  }
  .vem-home-v2 .vem-collection-card__img { aspect-ratio: 4/4; }
  /* En móvil: el caption siempre visible (sin hover) */
  .vem-home-v2 .vem-collection-card__cta {
    opacity: 1;
    transform: translateY(0);
  }
  .vem-home-v2 .vem-collection-card__caption {
    transform: translateY(0);
  }
}

/* ============================================================
 *  TOUR — Anchor navigation tabs (estilo Original Travel)
 * ============================================================ */
.vem-tour-v2 .vem-tour-anchors {
  position: sticky;
  top: 0;
  z-index: 90;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: saturate(180%) blur(12px);
  -webkit-backdrop-filter: saturate(180%) blur(12px);
  border-bottom: 1px solid var(--vem-line);
  margin-top: 0;
}
.vem-tour-v2 .vem-tour-anchors__list {
  list-style: none;
  margin: 0; padding: 0;
  display: flex;
  gap: 0;
  justify-content: center;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.vem-tour-v2 .vem-tour-anchors__list::-webkit-scrollbar { display: none; }
.vem-tour-v2 .vem-tour-anchors__list li { flex: 0 0 auto; }
.vem-tour-v2 .vem-tour-anchors__list a {
  display: inline-block;
  padding: 18px 24px;
  font-family: var(--vem-font-sans);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--vem-text-soft);
  text-decoration: none;
  border-bottom: 2px solid transparent;
  transition: color .2s ease, border-color .2s ease;
  white-space: nowrap;
}
.vem-tour-v2 .vem-tour-anchors__list a:hover {
  color: var(--vem-primary);
  border-bottom-color: var(--vem-primary);
  opacity: 1;
}
@media (max-width: 720px) {
  .vem-tour-v2 .vem-tour-anchors__list { justify-content: flex-start; padding: 0 var(--vem-gutter); }
  .vem-tour-v2 .vem-tour-anchors__list a { padding: 14px 16px; font-size: 12px; }
}

/* ============================================================
 *  TOUR — Summary section con highlights al lado
 * ============================================================ */
.vem-tour-v2 .vem-tour-summary__inner {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: clamp(40px, 5vw, 80px);
  align-items: start;
}
.vem-tour-v2 .vem-tour-summary__text-col .vem-h2 {
  margin: 12px 0 24px;
}
.vem-tour-v2 .vem-tour-summary__text-col .vem-h2 em {
  font-style: italic;
  font-weight: 400;
  color: var(--vem-primary);
}
.vem-tour-v2 .vem-tour-summary__text {
  font-family: var(--vem-font-serif);
  font-size: clamp(17px, 1.5vw, 19px);
  line-height: 1.65;
  color: var(--vem-text);
  margin: 0;
}

.vem-tour-v2 .vem-tour-highlights {
  background: var(--vem-bg);
  border: 1px solid var(--vem-line);
  padding: 32px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px 32px;
}
.vem-tour-v2 .vem-tour-highlight {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.vem-tour-v2 .vem-tour-highlight__icon {
  flex: 0 0 auto;
  width: 22px; height: 22px;
  color: var(--vem-primary);
  margin-top: 2px;
}
.vem-tour-v2 .vem-tour-highlight__icon svg { width: 100%; height: 100%; }
.vem-tour-v2 .vem-tour-highlight__lbl {
  font-family: var(--vem-font-sans);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--vem-text-soft);
  margin: 0 0 4px;
}
.vem-tour-v2 .vem-tour-highlight__val {
  font-family: var(--vem-font-serif);
  font-size: 17px;
  font-weight: 500;
  color: var(--vem-text);
  margin: 0;
  line-height: 1.3;
  letter-spacing: -0.005em;
}

@media (max-width: 880px) {
  .vem-tour-v2 .vem-tour-summary__inner { grid-template-columns: 1fr; }
  .vem-tour-v2 .vem-tour-highlights { padding: 24px; gap: 18px 24px; }
}
@media (max-width: 480px) {
  .vem-tour-v2 .vem-tour-highlights { grid-template-columns: 1fr; }
}

/* ============================================================
 *  TOUR — Galería de fotos (carrusel scroll-snap estilo Original Travel)
 * ============================================================ */
.vem-tour-v2 .vem-tour-gallery {
  padding-bottom: var(--vem-space-section);
}
.vem-tour-v2 .vem-tour-gallery__head {
  margin-bottom: 40px;
  max-width: 700px;
}
.vem-tour-v2 .vem-tour-gallery__head .vem-h2 em {
  font-style: italic;
  font-weight: 400;
  color: var(--vem-primary);
}
.vem-tour-v2 .vem-tour-gallery__track {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 12px;
  scrollbar-width: thin;
  scrollbar-color: var(--vem-line) transparent;
}
.vem-tour-v2 .vem-tour-gallery__track::-webkit-scrollbar { height: 6px; }
.vem-tour-v2 .vem-tour-gallery__track::-webkit-scrollbar-track { background: transparent; }
.vem-tour-v2 .vem-tour-gallery__track::-webkit-scrollbar-thumb { background: var(--vem-line); border-radius: 3px; }

.vem-tour-v2 .vem-tour-gallery__slide {
  flex: 0 0 auto;
  width: clamp(280px, 38vw, 480px);
  aspect-ratio: 4/3;
  scroll-snap-align: start;
  border-radius: 12px;
  overflow: hidden;
  background: var(--vem-bg-alt);
}
.vem-tour-v2 .vem-tour-gallery__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media (max-width: 720px) {
  .vem-tour-v2 .vem-tour-gallery__slide { width: 78vw; }
}

/* Scroll-margin para anchors (no quedan ocultos bajo el sticky bar) */
.vem-tour-v2 #tour-resumen,
.vem-tour-v2 #tour-galeria,
.vem-tour-v2 #tour-itinerario,
.vem-tour-v2 #tour-incluido,
.vem-tour-v2 #tour-faq {
  scroll-margin-top: 70px;
}

/* ============================================================
 *  TOUR — Mapa cronológico SVG de la ruta
 * ============================================================ */
.vem-tour-v2 .vem-tour-itin__sub {
  font-family: var(--vem-font-sans);
  font-size: 15px;
  color: var(--vem-text-soft);
  line-height: 1.55;
  margin: 12px 0 0;
  max-width: 540px;
}
.vem-tour-v2 .vem-tour-itin__map {
  margin: 56px 0 64px;
  padding: 32px;
  background: var(--vem-bg);
  border: 1px solid var(--vem-line);
  border-radius: 12px;
}
.vem-tour-v2 .vem-route-map {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 32px;
  align-items: center;
}
.vem-tour-v2 .vem-route-map svg {
  width: 100%;
  height: auto;
  max-height: 480px;
  display: block;
}
.vem-tour-v2 .vem-route-map--v2 svg {
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(31, 81, 71, 0.06);
}

/* ============================================================
 *  MAPA V3 — Versión mejorada: full-width, mucho más grande,
 *  sin lista lateral. Labels con ring blanco para legibilidad.
 * ============================================================ */
.vem-tour-v2 .vem-route-map--v3 {
  display: block;
  width: 100%;
  margin: 0 auto;
}
.vem-tour-v2 .vem-route-map--v3 svg {
  width: 100%;
  max-width: 1100px;        /* mapa grande pero centrado */
  max-height: none;          /* sin tope: que respire */
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: 14px;
  box-shadow: 0 16px 48px rgba(31, 81, 71, 0.08);
  background: #F9F3E8;
}
/* Espacio generoso alrededor del mapa */
.vem-tour-v2 .vem-tour-itin__map {
  margin: 48px 0 64px;
}

/* ============================================================
 *  MAPA CLAUDE DESIGN — implementación 1:1 con su CSS original
 *  React + Leaflet + CartoDB tiles + iconos arquitectónicos
 * ============================================================ */
/* Reset: el wrapper Claude NO debe heredar el grid legacy de .vem-route-map */
.vem-tour-v2 .vem-route-map--claude,
.vem-route-map--claude {
  --accent: #ffc042;
  --accent-soft: #ffe9bd;
  --ink: #2b2620;
  --cream: #f6f1e9;
  --paper: #ffffff;
  --muted: #8a7960;
  --border: #e4dccc;
  background: var(--cream);
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  font-family: 'Inter', sans-serif;
  color: var(--ink);
  display: block !important;
  grid-template-columns: none !important;
  gap: 0 !important;
  align-items: stretch !important;
}
.vem-route-map--claude .stage {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 24px;
  box-sizing: border-box;
  gap: 16px;
}
.vem-route-map--claude .header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 0 4px 8px;
}
.vem-route-map--claude .header h1 {
  margin: 0;
  font-family: 'Fraunces', serif;
  font-weight: 400;
  font-size: 28px;
  letter-spacing: -0.01em;
  color: var(--ink);
}
.vem-route-map--claude .header .sub {
  font-family: 'Fraunces', serif;
  font-style: italic;
  color: var(--muted);
  font-size: 14px;
}
.vem-route-map--claude .header .meta {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  color: var(--muted);
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.vem-route-map--claude .frame {
  flex: 1;
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 16px;
  min-height: 540px;
}
.vem-route-map--claude .frame.frame--no-legend {
  grid-template-columns: 1fr;
}
@media (max-width: 900px) {
  .vem-route-map--claude .frame { grid-template-columns: 1fr; }
  .vem-route-map--claude .legend { max-height: 360px; }
}
.vem-route-map--claude .map-wrap {
  position: relative;
  background: var(--paper);
  border: 1px solid var(--border);
  border-radius: 2px;
  overflow: hidden;
  min-height: 540px;
}
.vem-route-map--claude .leaflet-container {
  background: #f3eee4 !important;
  font-family: 'Inter', sans-serif;
  height: 100%;
}
/* Attribution Leaflet — casi invisible (texto microscópico transparente) */
.vem-route-map--claude .leaflet-control-attribution {
  background: rgba(255, 255, 255, 0.5) !important;
  font-size: 8px !important;
  color: rgba(138, 121, 96, 0.6) !important;
  padding: 1px 4px !important;
  line-height: 1.2 !important;
  opacity: 0.55;
  transition: opacity 0.2s ease;
}
.vem-route-map--claude .leaflet-control-attribution:hover {
  opacity: 1;
}
.vem-route-map--claude .leaflet-control-attribution a {
  color: rgba(138, 121, 96, 0.7) !important;
  text-decoration: none;
}
/* Logo Leaflet "flag" link (icono que aparece al inicio del attribution) */
.vem-route-map--claude .leaflet-attribution-flag,
.vem-route-map--claude .leaflet-control-attribution svg {
  width: 8px !important;
  height: auto !important;
  vertical-align: middle;
  opacity: 0.5;
}
.vem-route-map--claude .leaflet-bar a {
  background: var(--paper) !important;
  color: var(--ink) !important;
  border: 1px solid var(--border) !important;
  font-family: 'Fraunces', serif !important;
  font-weight: 300 !important;
}
.vem-route-map--claude .leaflet-bar a:hover { background: var(--cream) !important; }

.vem-route-map--claude .legend {
  background: var(--paper);
  border: 1px solid var(--border);
  border-radius: 2px;
  overflow: auto;
  padding: 20px 18px;
}
.vem-route-map--claude .legend h2 {
  margin: 0 0 4px;
  font-family: 'Fraunces', serif;
  font-weight: 400;
  font-size: 18px;
}
.vem-route-map--claude .legend .legend-sub {
  font-family: 'Fraunces', serif;
  font-style: italic;
  color: var(--muted);
  font-size: 12px;
  margin-bottom: 14px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--border);
}
.vem-route-map--claude .legend ol {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
}
.vem-route-map--claude .legend li {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px 4px;
  border-radius: 3px;
  cursor: pointer;
  transition: background 0.15s;
}
.vem-route-map--claude .legend li:hover { background: var(--cream); }
.vem-route-map--claude .legend li.active { background: #f0e7d6; }
/* Números del itinerario — minimalista (sin círculo, solo número en verde) */
.vem-route-map--claude .legend .num {
  flex: 0 0 24px;
  height: 24px;
  border-radius: 0;
  border: none;
  background: transparent;
  color: #003526;            /* verde botella brand */
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-family: 'Fraunces', serif;
  font-size: 14px;
  font-weight: 400;
  font-style: italic;
  letter-spacing: -0.02em;
  padding-right: 4px;
  border-right: 1px solid rgba(31, 81, 71, 0.15);
}
.vem-route-map--claude .legend .glyph {
  flex: 0 0 28px;
  color: var(--ink);
}
.vem-route-map--claude .legend .name {
  font-family: 'Fraunces', serif;
  font-size: 14px;
}
.vem-route-map--claude .legend .name-sub {
  display: block;
  font-size: 11px;
  color: var(--muted);
  font-style: italic;
}

/* Markers personalizados Leaflet — VERDE BOTELLA brand */
.city-marker {
  background: transparent !important;
  border: none !important;
}
.city-marker .pin {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #ffffff;
  border: 1.5px solid #003526;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Fraunces', serif;
  font-size: 12px;
  font-weight: 500;
  color: #003526;
  box-shadow: 0 2px 6px rgba(31, 81, 71, 0.15);
}
.city-marker.minor .pin {
  width: 10px;
  height: 10px;
  background: #003526;
  border: 2px solid #ffffff;
  box-shadow: 0 0 0 1px #003526;
}
.city-marker.minor .pin span { display: none; }
.city-marker .label {
  position: absolute;
  top: 26px;
  left: 50%;
  transform: translateX(-50%);
  font-family: 'Fraunces', serif;
  font-size: 12px;
  color: #2b2620;
  white-space: nowrap;
  background: rgba(255, 255, 255, 0.85);
  padding: 1px 6px;
  border-radius: 2px;
  pointer-events: none;
}
.city-marker.minor .label {
  top: 12px;
  font-size: 11px;
  font-style: italic;
  color: #8a7960;
  background: transparent;
  padding: 0;
}
.leaflet-tooltip.city-tooltip {
  background: #2b2620;
  color: #ffffff;
  border: none;
  border-radius: 2px;
  font-family: 'Fraunces', serif;
  font-size: 12px;
  padding: 4px 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.leaflet-tooltip.city-tooltip:before { display: none; }

.vem-route-map--claude .control-panel {
  position: absolute;
  top: 12px;
  right: 12px;
  background: #ffffff;
  border: 1px solid #e4dccc;
  border-radius: 2px;
  padding: 8px;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 240px;
}
.vem-route-map--claude .control-row {
  display: flex;
  align-items: center;
  gap: 10px;
}
.vem-route-map--claude .control-label {
  flex: 0 0 50px;
  font-family: 'Inter', sans-serif;
  font-size: 10px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #8a7960;
}
.vem-route-map--claude .switch {
  display: flex;
  gap: 2px;
  flex: 1;
}
.vem-route-map--claude .control-panel .switch button {
  appearance: none;
  border: none;
  background: transparent;
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 6px 10px;
  color: #8a7960;
  cursor: pointer;
  border-radius: 2px;
  flex: 1;
}
.vem-route-map--claude .control-panel .switch button.active {
  background: #2b2620;
  color: #ffffff;
}

/* CRÍTICO: forzar que los SVG de leaflet (overlay con polylines) usen sus
   dimensiones atributo. El tema padre TravelTour les hace width:0 por defecto */
.leaflet-overlay-pane svg,
.leaflet-pane svg,
.leaflet-container svg.leaflet-zoom-animated {
  width: auto !important;
  height: auto !important;
  max-width: none !important;
  max-height: none !important;
}
/* Polylines de Leaflet: stroke-only, sin relleno (parent theme aplica fill) */
.leaflet-overlay-pane path,
.leaflet-pane > svg path {
  fill: none !important;
  fill-opacity: 0 !important;
}

/* Tour map section — full width antes del split 2-cols */
.vem-tour-v2 .vem-tour-map-section {
  padding: clamp(40px, 6vw, 72px) 0;
  background: var(--vem-bg);
}
.vem-tour-v2 .vem-tour-itin__map--full {
  margin: 0;
  width: 100%;
}

/* Itinerario ilustrado (imagen generada con AI) — reemplaza el mapa Leaflet */
.vem-tour-v2 .vem-route-illustration {
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(31, 81, 71, 0.06);
}
.vem-tour-v2 .vem-route-illustration img {
  width: 100%;
  height: auto;
  display: block;
}
/* En mobile, ocultar el panel de control para más espacio del mapa */
@media (max-width: 760px) {
  .vem-route-map--claude .control-panel {
    min-width: 180px;
    padding: 6px;
  }
  .vem-route-map--claude .control-row {
    gap: 6px;
  }
  .vem-route-map--claude .control-label {
    flex: 0 0 36px;
    font-size: 9px;
  }
  .vem-route-map--claude .control-panel .switch button {
    padding: 4px 6px;
    font-size: 9px;
    letter-spacing: 0.5px;
  }
  .vem-route-map--claude .stage {
    padding: 16px;
  }
}
@media (max-width: 480px) {
  .vem-route-map--claude .control-panel {
    display: none;  /* oculto en pantallas muy estrechas */
  }
}

/* ============================================================
 *  MAPA V4 (LEGACY) — Leaflet + CartoDB con paradas dinámicas
 *  Estilo "Gran Tour de Marruecos" (Claude Design)
 *  Layout: mapa real (geografía verdadera) + itinerario al lado
 * ============================================================ */
.vem-tour-v2 .vem-route-map--v4 {
  background: #F6F1E9;
  border-radius: 16px;
  padding: 32px;
  box-shadow: 0 16px 48px rgba(31, 81, 71, 0.08);
}
.vem-tour-v2 .vem-route-map__head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 24px;
  margin-bottom: 28px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(168, 71, 43, 0.15);
}
.vem-tour-v2 .vem-route-map__title {
  font-family: 'Fraunces', Georgia, var(--vem-font-serif), serif;
  font-size: clamp(26px, 2.8vw, 38px);
  line-height: 1.05;
  font-weight: 500;
  font-style: italic;
  color: #2B2620;
  margin: 0 0 6px;
  letter-spacing: -0.01em;
}
.vem-tour-v2 .vem-route-map__subtitle {
  font-family: Georgia, var(--vem-font-serif), serif;
  font-style: italic;
  font-size: 14.5px;
  color: #7A6B5C;
  margin: 0;
}
.vem-tour-v2 .vem-route-map__meta {
  text-align: right;
  white-space: nowrap;
}
.vem-tour-v2 .vem-route-map__count {
  font-family: var(--vem-font-sans);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #A8472B;
}

/* Layout principal: mapa + itinerario */
.vem-tour-v2 .vem-route-map__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 24px;
  align-items: stretch;
}
.vem-tour-v2 .vem-route-map__canvas {
  width: 100%;
  min-height: 520px;
  border-radius: 10px;
  background: #FAFAF7;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 14px rgba(0,0,0,0.05);
}

/* Panel del itinerario al lado del mapa */
.vem-tour-v2 .vem-route-map__itin {
  background: #FAF5EB;
  border-radius: 10px;
  padding: 24px;
  max-height: 520px;
  overflow-y: auto;
  border: 1px solid rgba(168, 71, 43, 0.1);
}
.vem-tour-v2 .vem-route-map__itin-title {
  font-family: 'Fraunces', Georgia, serif;
  font-size: 22px;
  font-weight: 500;
  color: #2B2620;
  margin: 0 0 4px;
  font-style: italic;
}
.vem-tour-v2 .vem-route-map__itin-sub {
  font-family: var(--vem-font-sans);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #A8472B;
  margin: 0 0 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(168, 71, 43, 0.15);
}
.vem-tour-v2 .vem-route-map__itin-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.vem-tour-v2 .vem-route-map__itin-list li {
  display: grid;
  grid-template-columns: 28px 28px 1fr;
  gap: 12px;
  align-items: center;
}
.vem-tour-v2 .vem-route-map__itin-num {
  width: 28px; height: 28px;
  border-radius: 50%;
  background: transparent;
  border: 1.5px solid #A8472B;
  color: #A8472B;
  font-family: Georgia, serif;
  font-size: 13px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}
.vem-tour-v2 .vem-route-map__itin-icon {
  color: #A8472B;
  display: flex;
  align-items: center;
  justify-content: center;
}
.vem-tour-v2 .vem-route-map__itin-icon svg {
  width: 26px; height: 26px;
}
.vem-tour-v2 .vem-route-map__itin-text {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.vem-tour-v2 .vem-route-map__itin-name {
  font-family: 'Fraunces', Georgia, serif;
  font-size: 16px;
  font-weight: 500;
  color: #2B2620;
  line-height: 1.2;
  letter-spacing: -0.005em;
}
.vem-tour-v2 .vem-route-map__itin-detail {
  font-family: Georgia, serif;
  font-style: italic;
  font-size: 12.5px;
  color: #7A6B5C;
  margin-top: 1px;
}

/* Marcadores Leaflet personalizados */
.vem-marker-wrap {
  background: transparent;
  border: 0;
}
.vem-marker {
  width: 36px;
  height: 36px;
  background: #A8472B;
  border: 3px solid #FAFAF7;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(168, 71, 43, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Georgia, serif;
  font-weight: 700;
  color: #fff;
  font-size: 14px;
}
.vem-marker__num {
  position: relative;
  top: -1px;
}
.vem-marker-tooltip {
  background: #fff !important;
  border: 1px solid rgba(168,71,43,0.2) !important;
  color: #2B2620 !important;
  font-family: Georgia, serif !important;
  border-radius: 6px !important;
  padding: 6px 10px !important;
  box-shadow: 0 4px 14px rgba(0,0,0,0.1) !important;
}
.vem-marker-tooltip::before {
  border-top-color: rgba(168,71,43,0.2) !important;
}

/* Responsive */
@media (max-width: 980px) {
  .vem-tour-v2 .vem-route-map__layout {
    grid-template-columns: 1fr;
  }
  .vem-tour-v2 .vem-route-map__itin {
    max-height: none;
  }
}
@media (max-width: 720px) {
  .vem-tour-v2 .vem-route-map--v4 {
    padding: 20px;
    border-radius: 12px;
  }
  .vem-tour-v2 .vem-route-map__head {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }
  .vem-tour-v2 .vem-route-map__canvas {
    min-height: 420px;
  }
}

/* Lista de paradas — visible solo en móvil, debajo del mapa SVG */
.vem-tour-v2 .vem-route-map__legend--mobile {
  display: none;
}
@media (max-width: 720px) {
  .vem-tour-v2 .vem-route-map--v3 svg {
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(31, 81, 71, 0.07);
  }
  .vem-tour-v2 .vem-route-map--v3 {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .vem-tour-v2 .vem-route-map__legend--mobile {
    display: flex;
    flex-direction: column;
    gap: 8px;
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .vem-tour-v2 .vem-route-map__legend--mobile li {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 12px 16px;
    background: #F9F3E8;
    border: 1px solid var(--vem-line);
    border-radius: 10px;
    font-family: var(--vem-font-sans);
  }
  .vem-tour-v2 .vem-route-map__legend--mobile .vem-route-map__legend-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px; height: 32px;
    background: var(--vem-primary);
    color: #fff;
    border-radius: 50%;
    font-size: 13px;
    font-weight: 700;
    flex-shrink: 0;
  }
  .vem-tour-v2 .vem-route-map__legend--mobile .vem-route-map__legend-lbl {
    font-family: var(--vem-font-serif);
    font-size: 17px;
    font-weight: 500;
    color: var(--vem-text);
    letter-spacing: -0.005em;
  }
  /* Espacio del mapa más compacto en móvil */
  .vem-tour-v2 .vem-tour-itin__map {
    margin: 32px 0 40px;
  }
}

/* País (contorno de Marruecos) */
.vem-tour-v2 .vem-route-map__country {
  fill: rgba(31, 81, 71, 0.05);
  stroke: rgba(31, 81, 71, 0.18);
  stroke-width: 1.2;
}
/* Línea de ruta cronológica */
.vem-tour-v2 .vem-route-map__path {
  fill: none;
  stroke: #C68940;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 6 6;
  animation: vem-route-dash 18s linear infinite;
}
@keyframes vem-route-dash {
  to { stroke-dashoffset: -240; }
}
/* Pines */
.vem-tour-v2 .vem-route-map__pin-circle {
  fill: var(--vem-primary);
  stroke: #fff;
  stroke-width: 2.5;
}
.vem-tour-v2 .vem-route-map__pin-num {
  fill: #fff;
  font-family: var(--vem-font-sans);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.vem-tour-v2 .vem-route-map__pin-label {
  fill: var(--vem-text);
  font-family: var(--vem-font-serif);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: -0.005em;
}

/* Leyenda cronológica al lado del mapa */
.vem-tour-v2 .vem-route-map__legend {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-height: 460px;
  overflow-y: auto;
  padding-right: 8px;
}
.vem-tour-v2 .vem-route-map__legend li {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 10px 12px;
  background: #fff;
  border: 1px solid var(--vem-line);
  border-radius: 8px;
  font-family: var(--vem-font-sans);
}
.vem-tour-v2 .vem-route-map__legend-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px; height: 28px;
  background: var(--vem-primary);
  color: #fff;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 700;
  flex-shrink: 0;
}
.vem-tour-v2 .vem-route-map__legend-lbl {
  font-family: var(--vem-font-serif);
  font-size: 16px;
  font-weight: 500;
  color: var(--vem-text);
  letter-spacing: -0.005em;
}

@media (max-width: 880px) {
  .vem-tour-v2 .vem-route-map { grid-template-columns: 1fr; gap: 24px; }
  .vem-tour-v2 .vem-route-map__legend {
    max-height: none;
    flex-direction: row;
    flex-wrap: wrap;
    overflow: visible;
  }
  .vem-tour-v2 .vem-route-map__legend li {
    flex: 1 1 calc(50% - 8px);
    min-width: 140px;
  }
  .vem-tour-v2 .vem-tour-itin__map { padding: 20px; }
}
@media (max-width: 480px) {
  .vem-tour-v2 .vem-route-map__legend li { flex: 1 1 100%; }
}

/* ============================================================
 *  HERO — Buscador minimalista
 *  2 selects + botón "Buscar" pegados en una sola fila pill
 * ============================================================ */
.vem-home-v2 .vem-hero-search {
  margin: 32px 0 18px;
  display: flex;
  align-items: stretch;
  gap: 0;
  background: var(--vem-white, #fff);
  border: 1px solid var(--vem-line);
  border-radius: 999px;
  padding: 6px 6px 6px 8px;
  max-width: 560px;
  box-shadow: 0 8px 24px rgba(31, 81, 71, 0.06);
}
.vem-home-v2 .vem-hero-search__field {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 8px 18px;
  border-right: 1px solid var(--vem-line);
  cursor: pointer;
  position: relative;
}
.vem-home-v2 .vem-hero-search__field:nth-child(2) { border-right: none; }
.vem-home-v2 .vem-hero-search__lbl {
  font-family: var(--vem-font-sans);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--vem-text-soft);
  margin-bottom: 2px;
}
.vem-home-v2 .vem-hero-search__field select {
  appearance: none;
  -webkit-appearance: none;
  background: transparent;
  border: none;
  padding: 0;
  font-family: var(--vem-font-sans);
  font-size: 14px;
  font-weight: 500;
  color: var(--vem-text);
  cursor: pointer;
  outline: none;
  width: 100%;
  letter-spacing: -0.005em;
  /* Flecha custom */
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8' fill='none' stroke='%231f5147' stroke-width='1.5'><path d='M1 1.5 6 6.5l5-5'/></svg>");
  background-repeat: no-repeat;
  background-position: right 0 center;
  padding-right: 18px;
}
.vem-home-v2 .vem-hero-search__btn {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--vem-primary);
  color: #fff;
  border: none;
  padding: 0 26px;
  border-radius: 999px;
  font-family: var(--vem-font-sans);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.02em;
  cursor: pointer;
  transition: background .2s ease, transform .15s ease;
}
.vem-home-v2 .vem-hero-search__btn:hover {
  background: var(--vem-accent, #C68940);
  transform: scale(1.02);
}
.vem-home-v2 .vem-hero-search__btn svg { width: 16px; height: 16px; }

.vem-home-v2 .vem-hero__alt {
  margin: 14px 0 0;
  font-family: var(--vem-font-sans);
  font-size: 13px;
  color: #fff;
  text-shadow: 0 1px 12px rgba(0,0,0,0.55);
}
.vem-home-v2 .vem-hero__alt a {
  color: var(--vem-bg); /* #F8F6F1 — cream del sitio, legible sobre la foto */
  text-decoration: none;
  border-bottom: 1px solid rgba(248,246,241,0.55);
  padding-bottom: 1px;
}
.vem-home-v2 .vem-hero__alt a:hover { color: #ffc042; border-bottom-color: #ffc042; opacity: 1; }

@media (max-width: 720px) {
  .vem-home-v2 .vem-hero-search {
    border-radius: 18px;
    flex-direction: column;
    padding: 8px;
    gap: 4px;
  }
  .vem-home-v2 .vem-hero-search__field {
    border-right: none;
    border-bottom: 1px solid var(--vem-line);
    padding: 10px 14px;
  }
  .vem-home-v2 .vem-hero-search__field:nth-child(2) { border-bottom: none; }
  .vem-home-v2 .vem-hero-search__btn {
    width: 100%;
    justify-content: center;
    padding: 14px 20px;
    border-radius: 12px;
  }
}

/* ============================================================
 *  FLIP CARDS 3D — Cards "Rutas a medida" giran al hover
 *  Frente: imagen + título. Detrás: descripción + meta + CTA
 * ============================================================ */
.vem-home-v2 .vem-flip-card {
  position: relative;
  perspective: 1400px;
  display: block;
}
.vem-home-v2 .vem-flip-card__inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform .8s cubic-bezier(.4,.0,.2,1);
  transform-style: preserve-3d;
}
.vem-home-v2 .vem-flip-card:hover .vem-flip-card__inner,
.vem-home-v2 .vem-flip-card:focus-visible .vem-flip-card__inner {
  transform: rotateY(180deg);
}
.vem-home-v2 .vem-flip-card__face {
  position: absolute;
  inset: 0;
  border-radius: 18px;
  overflow: hidden;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.vem-home-v2 .vem-flip-card__face--front {
  z-index: 2;
  background: var(--vem-bg-alt);
}
.vem-home-v2 .vem-flip-card__face--back {
  transform: rotateY(180deg);
  background: var(--vem-primary);
  color: #fff;
  display: flex;
  align-items: flex-start;        /* alinear desde arriba — el contenido cabe sin cortarse */
  justify-content: flex-start;
  padding: 22px 20px;              /* padding más compacto */
  overflow: hidden;
}
.vem-home-v2 .vem-flip-card__back-inner {
  text-align: left;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.vem-home-v2 .vem-flip-card__eyebrow {
  font-family: var(--vem-font-sans);
  font-size: 9.5px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.7);
  margin: 0;
}
.vem-home-v2 .vem-flip-card__back-title {
  font-family: var(--vem-font-serif);
  font-size: clamp(17px, 1.5vw, 22px);
  font-weight: 500;
  line-height: 1.15;
  color: #fff;
  margin: 0;
  letter-spacing: -0.01em;
  /* Truncado defensivo a 2 líneas para no romper el card si el título es muy largo */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.vem-home-v2 .vem-flip-card__desc {
  font-family: var(--vem-font-serif);
  font-size: 13px;
  line-height: 1.5;
  color: rgba(255,255,255,0.92);
  margin: 0;
  font-weight: 400;
  /* Truncado a 4 líneas */
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.vem-home-v2 .vem-flip-card__meta-list {
  list-style: none;
  padding: 0;
  margin: 4px 0 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.vem-home-v2 .vem-flip-card__meta-list li {
  font-family: var(--vem-font-sans);
  font-size: 11.5px;
  letter-spacing: 0.04em;
  color: rgba(255,255,255,0.85);
  padding: 3px 0;
  border-bottom: 1px solid rgba(255,255,255,0.18);
}
.vem-home-v2 .vem-flip-card__meta-list li:last-child { border-bottom: none; }
.vem-home-v2 .vem-flip-card__meta-list strong {
  color: #fff;
  font-weight: 600;
  font-family: var(--vem-font-serif);
  font-size: 13px;
}
.vem-home-v2 .vem-flip-card__cta {
  display: inline-block;
  font-family: var(--vem-font-sans);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: #ffc042;            /* CTA destacada en dorado */
  padding-bottom: 3px;
  border-bottom: 1px solid rgba(255, 192, 66, 0.5);
  margin-top: 6px;
  align-self: flex-start;
}

/* Cuando el flip es activo, el overlay y caption del front no necesitan hover state */
.vem-home-v2 .vem-flip-card:hover .vem-tailored-card__img img { transform: none; }

/* En móvil/touch: desactivar flip (no hay hover) y mostrar front simple */
@media (hover: none), (max-width: 880px) {
  .vem-home-v2 .vem-flip-card:hover .vem-flip-card__inner,
  .vem-home-v2 .vem-flip-card:focus-visible .vem-flip-card__inner {
    transform: none;
  }
  .vem-home-v2 .vem-flip-card__face--back {
    display: none;
  }
}

/* ============================================================
 *  ARCHIVO /rutas/ — Agrupación cronológica por duración
 * ============================================================ */
.vem-archive-v2 .vem-archive-group { margin-bottom: clamp(48px, 6vw, 80px); }
.vem-archive-v2 .vem-archive-group:last-child { margin-bottom: 0; }
.vem-archive-v2 .vem-archive-group__head {
  display: flex;
  align-items: baseline;
  gap: 18px;
  margin-bottom: 28px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--vem-line);
  flex-wrap: wrap;
}
.vem-archive-v2 .vem-archive-group__meta {
  font-family: var(--vem-font-sans);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--vem-primary);
}
.vem-archive-v2 .vem-archive-group__title {
  font-family: var(--vem-font-serif);
  font-size: clamp(26px, 2.6vw, 36px);
  line-height: 1.1;
  font-weight: 500;
  letter-spacing: -0.01em;
  margin: 0;
  color: var(--vem-text);
  flex: 1 1 auto;
}
.vem-archive-v2 .vem-archive-group__count {
  font-family: var(--vem-font-sans);
  font-size: 12px;
  color: var(--vem-text-soft);
  letter-spacing: 0.03em;
}

/* ============================================================
 *  POR CIUDAD — Efecto 360° tipo panorama (sin librería externa)
 *  La imagen es más ancha que el contenedor; al hover hace pan
 *  horizontal para simular vista panorámica de 360 grados.
 * ============================================================ */
.vem-home-v2 .vem-region--pan {
  position: relative;
  overflow: hidden;
  display: block;
  text-decoration: none;
  border-radius: 12px;
  aspect-ratio: 4/5;
  background: var(--vem-bg-alt);
}
.vem-home-v2 .vem-region--pan:hover { opacity: 1; }
.vem-home-v2 .vem-region__pan {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.vem-home-v2 .vem-region__pan-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 180%;            /* imagen más ancha para permitir pan horizontal */
  height: 100%;
  object-fit: cover;
  transform: translateX(0);
  transition: transform 6s linear;
  will-change: transform;
}
.vem-home-v2 .vem-region--pan:hover .vem-region__pan-img,
.vem-home-v2 .vem-region--pan:focus-visible .vem-region__pan-img {
  transform: translateX(-44%);  /* desplazamiento que recorre la imagen */
}

/* Badge 360° en esquina superior izquierda */
.vem-home-v2 .vem-region__360 {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  background: rgba(255,255,255,0.92);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-radius: 999px;
  font-family: var(--vem-font-sans);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.16em;
  color: var(--vem-primary);
  text-transform: uppercase;
  opacity: 0;
  transform: translateY(-4px);
  transition: opacity .25s ease, transform .25s ease;
}
.vem-home-v2 .vem-region__360 svg { width: 14px; height: 14px; }
.vem-home-v2 .vem-region--pan:hover .vem-region__360,
.vem-home-v2 .vem-region--pan:focus-visible .vem-region__360 {
  opacity: 1;
  transform: translateY(0);
}

/* Gradient + label overlay */
.vem-home-v2 .vem-region--pan::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,
    rgba(0,0,0,0)   0%,
    rgba(0,0,0,0)   45%,
    rgba(0,0,0,0.45) 80%,
    rgba(0,0,0,0.7) 100%);
  z-index: 1;
  pointer-events: none;
}
.vem-home-v2 .vem-region__lbl {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  z-index: 2;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.vem-home-v2 .vem-region__count {
  font-family: var(--vem-font-sans);
  font-size: 10.5px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.85);
}
.vem-home-v2 .vem-region__name {
  font-family: var(--vem-font-serif);
  font-size: clamp(20px, 1.9vw, 26px);
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -0.005em;
}

/* ============================================================
 *  BREADCRUMBS — Migas de pan visibles
 * ============================================================ */
.vem-breadcrumbs {
  background: transparent;
  padding: 14px 0 0;
  font-family: var(--vem-font-sans, 'Inter', sans-serif);
}
.vem-breadcrumbs__list {
  list-style: none;
  margin: 0;
  padding: 0 var(--vem-gutter, 24px);
  max-width: 1320px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 6px 0;
  align-items: center;
  font-size: 12px;
  letter-spacing: 0.02em;
}
.vem-breadcrumbs__item { display: inline-flex; align-items: center; }
.vem-breadcrumbs__item a {
  color: var(--vem-text-soft, #666);
  text-decoration: none;
  transition: color .15s ease;
}
.vem-breadcrumbs__item a:hover { color: var(--vem-primary, #003526); opacity: 1; }
.vem-breadcrumbs__item span[aria-current="page"] {
  color: var(--vem-text, #1a1a1a);
  font-weight: 500;
}
.vem-breadcrumbs__sep {
  margin: 0 10px;
  color: var(--vem-text-soft, #999);
  opacity: 0.5;
}

/* ============================================================
 *  404 — Página no encontrada
 * ============================================================ */
.vem-404-v2 .vem-404-hero {
  padding: clamp(56px, 9vw, 120px) 0 clamp(40px, 6vw, 80px);
  text-align: center;
}
.vem-404-v2 .vem-404-hero__inner { max-width: 720px; }
.vem-404-v2 .vem-404-hero__inner .vem-h-display {
  font-size: clamp(40px, 6vw, 80px);
  line-height: 1.05;
}
.vem-404-v2 .vem-404-hero__lead {
  font-family: var(--vem-font-serif);
  font-size: clamp(17px, 1.6vw, 20px);
  line-height: 1.65;
  margin: 28px auto 32px;
  color: var(--vem-text-soft);
  max-width: 560px;
}
.vem-404-v2 .vem-404-hero .vem-cta-row { margin-top: 8px; }

.vem-404-v2 .vem-404-suggest {
  padding: clamp(48px, 7vw, 80px) 0;
}
.vem-404-v2 .vem-404-suggest__head {
  text-align: center;
  margin-bottom: clamp(32px, 5vw, 56px);
}
.vem-404-v2 .vem-404-suggest__head .vem-h2 {
  font-family: var(--vem-font-serif);
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.1;
  margin: 10px 0 0;
}
.vem-404-v2 .vem-404-suggest__head .vem-h2 em {
  font-style: italic; font-weight: 400; color: var(--vem-primary);
}
.vem-404-v2 .vem-404-suggest__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.vem-404-v2 .vem-404-suggest__card {
  display: block;
  text-decoration: none;
  color: var(--vem-text);
  transition: transform .25s ease;
}
.vem-404-v2 .vem-404-suggest__card:hover { transform: translateY(-3px); opacity: 1; }
.vem-404-v2 .vem-404-suggest__img {
  aspect-ratio: 3/4;
  overflow: hidden;
  border-radius: 14px;
  background: var(--vem-bg-alt);
  margin-bottom: 14px;
}
.vem-404-v2 .vem-404-suggest__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s cubic-bezier(.2,.7,.3,1);
}
.vem-404-v2 .vem-404-suggest__card:hover .vem-404-suggest__img img { transform: scale(1.05); }
.vem-404-v2 .vem-404-suggest__body { padding: 0 4px; }
.vem-404-v2 .vem-404-suggest__meta {
  display: block;
  font-family: var(--vem-font-sans);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--vem-text-soft);
  margin-bottom: 8px;
}
.vem-404-v2 .vem-404-suggest__body h3 {
  font-family: var(--vem-font-serif);
  font-size: clamp(19px, 1.7vw, 22px);
  font-weight: 500;
  line-height: 1.2;
  margin: 0 0 10px;
}
.vem-404-v2 .vem-404-suggest__cta {
  font-family: var(--vem-font-sans);
  font-size: 13px;
  color: var(--vem-primary);
  font-weight: 500;
}
@media (max-width: 880px) {
  .vem-404-v2 .vem-404-suggest__grid { grid-template-columns: 1fr; max-width: 420px; margin: 0 auto; }
}

/* ============================================================
 *  /temas/ INDEX — Listado de temáticas
 * ============================================================ */
.vem-temas-index-v2 .vem-temas-hero {
  padding: clamp(40px, 6vw, 80px) 0 clamp(32px, 5vw, 56px);
  text-align: center;
}
.vem-temas-index-v2 .vem-temas-hero__inner { max-width: 820px; }
.vem-temas-index-v2 .vem-temas-hero__inner .vem-h-display {
  font-size: clamp(40px, 5vw, 64px);
  line-height: 1.05;
}
.vem-temas-index-v2 .vem-temas-hero__lead {
  font-family: var(--vem-font-serif);
  font-size: clamp(17px, 1.5vw, 19px);
  line-height: 1.65;
  margin: 22px auto 0;
  color: var(--vem-text-soft);
  max-width: 640px;
}

.vem-temas-index-v2 .vem-temas-list {
  padding: 0 0 clamp(56px, 8vw, 96px);
}
.vem-temas-index-v2 .vem-temas-list__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.vem-temas-index-v2 .vem-tema-listing {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 24px;
  align-items: start;
  padding: 32px;
  background: var(--vem-white);
  border: 1px solid var(--vem-line);
  border-radius: 14px;
  text-decoration: none;
  color: var(--vem-text);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.vem-temas-index-v2 .vem-tema-listing:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 40px rgba(31,81,71,0.07);
  border-color: rgba(31,81,71,0.3);
  opacity: 1;
}
.vem-temas-index-v2 .vem-tema-listing__icon {
  width: 80px; height: 80px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--vem-bg-alt);
  border: 1px solid var(--vem-line);
  border-radius: 50%;
  color: var(--vem-primary);
  transition: background .2s ease, color .2s ease, border-color .2s ease;
}
.vem-temas-index-v2 .vem-tema-listing__icon svg {
  width: 36px; height: 36px;
}
.vem-temas-index-v2 .vem-tema-listing:hover .vem-tema-listing__icon {
  background: var(--vem-primary);
  border-color: var(--vem-primary);
  color: #fff;
}
.vem-temas-index-v2 .vem-tema-listing__name {
  font-family: var(--vem-font-serif);
  font-size: clamp(22px, 2.2vw, 28px);
  font-weight: 500;
  line-height: 1.15;
  margin: 0 0 6px;
  color: var(--vem-text);
  letter-spacing: -0.01em;
}
.vem-temas-index-v2 .vem-tema-listing__tagline {
  font-family: var(--vem-font-sans);
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--vem-primary);
  margin: 0 0 14px;
}
.vem-temas-index-v2 .vem-tema-listing__desc {
  font-family: var(--vem-font-sans);
  font-size: 14.5px;
  line-height: 1.55;
  color: var(--vem-text-soft);
  margin: 0 0 16px;
}
.vem-temas-index-v2 .vem-tema-listing__cta {
  font-family: var(--vem-font-sans);
  font-size: 13px;
  font-weight: 500;
  color: var(--vem-primary);
  letter-spacing: 0.04em;
  display: inline-block;
  padding-bottom: 2px;
  border-bottom: 1px solid var(--vem-primary);
}

@media (max-width: 880px) {
  .vem-temas-index-v2 .vem-temas-list__grid { grid-template-columns: 1fr; }
  .vem-temas-index-v2 .vem-tema-listing { padding: 24px; grid-template-columns: 60px 1fr; gap: 18px; }
  .vem-temas-index-v2 .vem-tema-listing__icon { width: 60px; height: 60px; }
  .vem-temas-index-v2 .vem-tema-listing__icon svg { width: 28px; height: 28px; }
}

/* ============================================================
 *  TEMÁTICAS /temas/{slug}/ — Pilares + Form card
 * ============================================================ */

/* Intro: refuerzo de espaciado y tipo */
.vem-theme-page-v2 .vem-theme-intro {
  padding: clamp(56px, 8vw, 96px) 0;
}
.vem-theme-page-v2 .vem-theme-intro__col-l .vem-h2 {
  font-family: var(--vem-font-serif);
  font-size: clamp(28px, 2.8vw, 40px);
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: -0.015em;
  margin: 14px 0 0;
}
.vem-theme-page-v2 .vem-theme-intro__copy {
  font-family: var(--vem-font-serif);
  font-size: clamp(17px, 1.5vw, 19px);
  line-height: 1.7;
  color: var(--vem-text);
  margin: 0;
  font-weight: 400;
}

/* PILARES — 3 cards horizontales con número grande */
.vem-theme-page-v2 .vem-theme-pillars {
  padding: clamp(56px, 8vw, 96px) 0;
}
.vem-theme-page-v2 .vem-theme-pillars__head {
  max-width: 760px;
  margin-bottom: clamp(40px, 5vw, 64px);
}
.vem-theme-page-v2 .vem-theme-pillars__head .vem-h2 {
  font-family: var(--vem-font-serif);
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.1;
  font-weight: 500;
  letter-spacing: -0.015em;
  margin: 12px 0 0;
}
.vem-theme-page-v2 .vem-theme-pillars__head .vem-h2 em {
  font-style: italic; font-weight: 400; color: var(--vem-primary);
}

.vem-theme-page-v2 .vem-theme-pillars__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(20px, 2.5vw, 32px);
}
.vem-theme-page-v2 .vem-theme-pillar {
  background: var(--vem-white);
  border: 1px solid var(--vem-line);
  border-radius: 14px;
  padding: clamp(24px, 3vw, 36px);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.vem-theme-page-v2 .vem-theme-pillar:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 40px rgba(31,81,71,0.07);
  border-color: rgba(31,81,71,0.2);
}
.vem-theme-page-v2 .vem-theme-pillar__num {
  font-family: var(--vem-font-serif);
  font-size: clamp(36px, 4vw, 52px);
  line-height: 1;
  color: var(--vem-accent, #C68940);
  display: block;
  margin-bottom: 18px;
  font-weight: 400;
  letter-spacing: -0.02em;
}
/* [VEM AUDIT 2026-05] Variante --stat: cuando el pillar usa una cifra/estadística
   en lugar del índice 01/02/03. Reduce ligeramente el tamaño y refuerza el peso
   para que "4 167 m", "100 %", "17 años" se vean equilibrados y con impacto. */
.vem-theme-page-v2 .vem-theme-pillar--stat .vem-theme-pillar__num {
  font-size: clamp(30px, 3.4vw, 44px);
  font-weight: 500;
  letter-spacing: -0.015em;
  white-space: nowrap;
}
.vem-theme-page-v2 .vem-theme-pillar__title {
  font-family: var(--vem-font-serif);
  font-size: clamp(19px, 1.7vw, 22px);
  line-height: 1.25;
  font-weight: 500;
  margin: 0 0 12px;
  color: var(--vem-text);
  letter-spacing: -0.005em;
}
.vem-theme-page-v2 .vem-theme-pillar__desc {
  font-family: var(--vem-font-sans);
  font-size: 14.5px;
  line-height: 1.6;
  color: var(--vem-text-soft);
  margin: 0;
}
@media (max-width: 980px) {
  .vem-theme-page-v2 .vem-theme-pillars__grid { grid-template-columns: 1fr; gap: 16px; }
}

/* FORM tema — card estilo /a-medida/ */
.vem-theme-page-v2 .vem-tem-form-section {
  padding: clamp(56px, 7vw, 96px) 0;
}
.vem-theme-page-v2 .vem-tem-form-wrap {
  max-width: 760px;
}
.vem-theme-page-v2 .vem-tem-form__head {
  text-align: center;
  margin-bottom: 36px;
}
.vem-theme-page-v2 .vem-tem-form__head .vem-eyebrow { margin-bottom: 12px; }
.vem-theme-page-v2 .vem-tem-form__head .vem-h2 {
  font-family: var(--vem-font-serif);
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.15;
  margin: 0 0 14px;
  font-weight: 500;
  letter-spacing: -0.015em;
}
.vem-theme-page-v2 .vem-tem-form__head .vem-h2 em {
  font-style: italic; font-weight: 400; color: var(--vem-primary);
}
.vem-theme-page-v2 .vem-tem-form__lead {
  font-family: var(--vem-font-sans);
  font-size: 15.5px;
  color: var(--vem-text-soft);
  line-height: 1.55;
  margin: 0;
}

.vem-theme-page-v2 .vem-tem-form {
  background: var(--vem-white);
  border: 1px solid var(--vem-line);
  border-radius: 14px;
  padding: clamp(28px, 4vw, 48px);
  box-shadow: 0 12px 32px rgba(31,81,71,0.04);
}
.vem-theme-page-v2 .vem-tem-form__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-bottom: 18px;
}
.vem-theme-page-v2 .vem-tem-form__field { display: block; }
.vem-theme-page-v2 .vem-tem-form__field--full {
  display: block;
  margin-bottom: 18px;
}
.vem-theme-page-v2 .vem-tem-form__lbl {
  display: block;
  font-family: var(--vem-font-sans);
  font-size: 13px;
  font-weight: 500;
  color: var(--vem-text);
  margin-bottom: 8px;
  letter-spacing: 0.005em;
}
.vem-theme-page-v2 .vem-tem-form__lbl small {
  font-weight: 400;
  color: var(--vem-text-soft);
  margin-left: 4px;
}
.vem-theme-page-v2 .vem-tem-form input[type="text"],
.vem-theme-page-v2 .vem-tem-form input[type="email"],
.vem-theme-page-v2 .vem-tem-form input[type="tel"],
.vem-theme-page-v2 .vem-tem-form textarea {
  width: 100%;
  padding: 13px 14px;
  font-family: var(--vem-font-sans);
  font-size: 15px;
  background: var(--vem-bg);
  border: 1px solid var(--vem-line);
  color: var(--vem-text);
  border-radius: 8px;
  transition: border-color .2s ease, background .2s ease, box-shadow .2s ease;
}
.vem-theme-page-v2 .vem-tem-form input:focus,
.vem-theme-page-v2 .vem-tem-form textarea:focus {
  outline: none;
  border-color: var(--vem-primary);
  background: var(--vem-white);
  box-shadow: 0 0 0 3px rgba(31,81,71,0.08);
}
.vem-theme-page-v2 .vem-tem-form textarea {
  resize: vertical;
  min-height: 110px;
  line-height: 1.5;
}
.vem-theme-page-v2 .vem-tem-form__footer {
  border-top: 1px solid var(--vem-line);
  padding-top: 28px;
  margin-top: 8px;
  text-align: center;
}
.vem-theme-page-v2 .vem-tem-form__footer .vem-btn { padding: 18px 44px; font-size: 14px; }
.vem-theme-page-v2 .vem-tem-form__alt {
  font-family: var(--vem-font-sans);
  font-size: 13px;
  color: var(--vem-text-soft);
  margin: 16px 0 0;
  line-height: 1.55;
}
.vem-theme-page-v2 .vem-tem-form__alt strong {
  color: var(--vem-text);
  font-weight: 600;
}
.vem-theme-page-v2 .vem-tem-form__alt a {
  color: var(--vem-primary);
  border-bottom: 1px solid var(--vem-primary);
  text-decoration: none;
}
@media (max-width: 600px) {
  .vem-theme-page-v2 .vem-tem-form__row { grid-template-columns: 1fr; gap: 14px; margin-bottom: 14px; }
  .vem-theme-page-v2 .vem-tem-form { padding: 22px 18px; }
}

/* ===========================================================
   Itinerario día a día — estilo AUDLEY (badges circulares verdes)
   =========================================================== */
.vem-tour-v2 .vem-timeline--collapsible {
  list-style: none;
  padding: 0;
  margin: 0;
}
.vem-tour-v2 .vem-timeline--collapsible::before { display: none !important; }

.vem-tour-v2 .vem-timeline--collapsible .vem-timeline__day {
  list-style: none;
  border-bottom: 1px solid #e4dccc;
  padding: 0;
  margin: 0;
  position: relative;
}
.vem-tour-v2 .vem-timeline--collapsible .vem-timeline__day::before { display: none !important; }
.vem-tour-v2 .vem-timeline--collapsible .vem-timeline__day:first-child {
  border-top: 1px solid #e4dccc;
}

.vem-tour-v2 .vem-timeline--collapsible .vem-timeline__details {
  list-style: none;
}

.vem-tour-v2 .vem-timeline--collapsible .vem-timeline__details > summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 4px;
  user-select: none;
  position: relative;
  transition: background 0.15s ease;
}
.vem-tour-v2 .vem-timeline--collapsible .vem-timeline__details > summary::-webkit-details-marker { display: none; }
.vem-tour-v2 .vem-timeline--collapsible .vem-timeline__details > summary:hover {
  background: #fbfaf6;
}

.vem-tour-v2 .vem-timeline--collapsible .vem-timeline__summary-inner {
  display: flex;
  align-items: center;
  gap: 18px;
  flex: 1;
  min-width: 0;
}

/* Badge circular verde botella estilo Audley */
.vem-tour-v2 .vem-timeline--collapsible .vem-timeline__day-tag {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #003526;
  color: #ffffff;
  font-family: 'Inter', sans-serif;
  line-height: 1;
  padding: 0;
  gap: 1px;
  box-shadow: 0 1px 3px rgba(31, 81, 71, 0.18);
}
.vem-tour-v2 .vem-timeline--collapsible .vem-timeline__day-word {
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: rgba(255, 255, 255, 0.78);
  font-weight: 500;
  margin: 0;
  padding: 0;
}
.vem-tour-v2 .vem-timeline--collapsible .vem-timeline__day-num {
  font-family: 'Fraunces', serif;
  font-size: 22px;
  font-weight: 400;
  color: #ffffff;
  letter-spacing: -0.01em;
  margin: 0;
  padding: 0;
}
.vem-tour-v2 .vem-timeline--collapsible .vem-timeline__day-total { display: none; }

/* Título de la jornada */
.vem-tour-v2 .vem-timeline--collapsible .vem-timeline__title {
  font-family: 'Fraunces', serif;
  font-size: 22px;
  font-weight: 400;
  color: #2b2620;
  letter-spacing: -0.005em;
  line-height: 1.3;
  flex: 1;
  min-width: 0;
  margin: 0;
}
.vem-tour-v2 .vem-timeline--collapsible .vem-timeline__details > summary:hover .vem-timeline__title {
  color: #003526;
}

/* Chevron */
.vem-tour-v2 .vem-timeline--collapsible .vem-timeline__chevron {
  flex: 0 0 auto;
  width: 12px;
  height: 12px;
  border-right: 1.5px solid #003526;
  border-bottom: 1.5px solid #003526;
  transform: rotate(45deg);
  transition: transform 0.28s ease;
  margin-right: 8px;
  margin-bottom: 5px;
}
.vem-tour-v2 .vem-timeline--collapsible details[open] .vem-timeline__chevron {
  transform: rotate(-135deg);
  margin-bottom: 0;
  margin-top: 5px;
}

/* Cuerpo del día (texto y bullets) */
.vem-tour-v2 .vem-timeline--collapsible .vem-timeline__body {
  padding: 4px 4px 24px 80px;
  animation: vem-timeline-expand 0.28s ease;
}
.vem-tour-v2 .vem-timeline--collapsible .vem-timeline__text {
  font-family: 'Inter', sans-serif;
  font-size: 15.5px;
  line-height: 1.75;
  color: #3d3528;
  margin: 0 0 14px;
  max-width: 760px;
}
.vem-tour-v2 .vem-timeline--collapsible .vem-timeline__bullets {
  list-style: none;
  padding: 0;
  margin: 14px 0 0;
}
.vem-tour-v2 .vem-timeline--collapsible .vem-timeline__bullets li {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  color: #56493a;
  padding-left: 18px;
  position: relative;
  margin-bottom: 6px;
}
.vem-tour-v2 .vem-timeline--collapsible .vem-timeline__bullets li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #003526;
}

@keyframes vem-timeline-expand {
  from { opacity: 0; transform: translateY(-4px); }
  to   { opacity: 1; transform: translateY(0); }
}

@media (max-width: 640px) {
  .vem-tour-v2 .vem-timeline--collapsible .vem-timeline__title { font-size: 18px; }
  .vem-tour-v2 .vem-timeline--collapsible .vem-timeline__day-tag {
    width: 48px;
    height: 48px;
  }
  .vem-tour-v2 .vem-timeline--collapsible .vem-timeline__day-num { font-size: 18px; }
  .vem-tour-v2 .vem-timeline--collapsible .vem-timeline__body {
    padding-left: 0;
  }
  .vem-tour-v2 .vem-timeline--collapsible .vem-timeline__summary-inner { gap: 14px; }
}

/* ===========================================================
   Reviews REALES de TripAdvisor — cabecera con rating + tarjetas
   =========================================================== */
.vem-tour-v2 .vem-reviews-rating {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 18px;
  font-family: 'Inter', sans-serif;
}
.vem-tour-v2 .vem-reviews-rating__stars {
  color: #f5b400;
  font-size: 22px;
  letter-spacing: 3px;
  line-height: 1;
}
.vem-tour-v2 .vem-reviews-rating__score {
  font-family: 'Fraunces', serif;
  font-size: 26px;
  color: #003526;
  font-weight: 500;
  letter-spacing: -0.01em;
}
.vem-tour-v2 .vem-reviews-rating__count {
  font-size: 14px;
  color: #56493a;
}
.vem-tour-v2 .vem-reviews-rating__count a {
  color: #00aa6c;
  text-decoration: underline;
  text-underline-offset: 3px;
  font-weight: 500;
}
.vem-tour-v2 .vem-reviews-rating__count a:hover { color: #003526; }

/* Cabecera tarjeta: estrellas + badge TripAdvisor en línea */
.vem-tour-v2 .vem-review-card { flex: 0 0 380px; padding: 24px 26px 22px; }
.vem-tour-v2 .vem-review-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}
.vem-tour-v2 .vem-review-card__top .vem-review-card__stars {
  color: #f5b400;
  font-size: 15px;
  letter-spacing: 2.5px;
  margin: 0;
  line-height: 1;
}
.vem-tour-v2 .vem-review-card__src {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #00aa6c;
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 4px 9px;
  border-radius: 12px;
  margin-bottom: 0;
}
.vem-tour-v2 .vem-review-card__text {
  font-family: 'Fraunces', serif;
  font-size: 15px;
  line-height: 1.55;
  color: #2b2620;
  margin: 0 0 18px;
}
.vem-tour-v2 .vem-review-card__cite {
  display: flex;
  gap: 6px;
  align-items: baseline;
  font-size: 12px;
  color: #8a7960;
  letter-spacing: 0.02em;
  text-transform: none;
  margin-top: auto;
}
.vem-tour-v2 .vem-review-card__date {
  font-style: italic;
  color: #a8a08e;
}

@media (max-width: 640px) {
  .vem-tour-v2 .vem-review-card { flex: 0 0 320px; }
  .vem-tour-v2 .vem-reviews-rating__score { font-size: 22px; }
  .vem-tour-v2 .vem-reviews-rating__stars { font-size: 18px; }
}

/* ===========================================================
   Revisión de espacios entre secciones
   =========================================================== */
.vem-tour-v2 .vem-section { padding-top: 72px; padding-bottom: 72px; }
.vem-tour-v2 .vem-section.vem-tour-summary { padding-top: 56px; padding-bottom: 56px; }
.vem-tour-v2 .vem-section.vem-tour-itin { padding-top: 32px; padding-bottom: 56px; }
.vem-tour-v2 .vem-section.vem-inclusions { padding-top: 40px; padding-bottom: 56px; }
.vem-tour-v2 .vem-section.vem-tour-gallery { padding-top: 56px; padding-bottom: 56px; }
.vem-tour-v2 .vem-section.vem-tour-map-section { padding-top: 32px; padding-bottom: 56px; }
.vem-tour-v2 .vem-section.vem-reviews-strip { padding-top: 64px; padding-bottom: 72px; }
.vem-tour-v2 .vem-section.vem-faq { padding-top: 64px; padding-bottom: 72px; }
@media (max-width: 768px) {
  .vem-tour-v2 .vem-section { padding-top: 48px; padding-bottom: 48px; }
  .vem-tour-v2 .vem-section.vem-tour-itin,
  .vem-tour-v2 .vem-section.vem-tour-map-section { padding-top: 24px; }
}

/* Quitar el doble título "Itinerario" — header interior del bloque más compacto */
.vem-tour-v2 .vem-tour-itin__head { margin-bottom: 28px; }
.vem-tour-v2 .vem-tour-itin__sub { margin-bottom: 0; }

/* Más aire entre header de la sección y la primera fila colapsable */
.vem-tour-v2 .vem-timeline--collapsible { margin-top: 16px; }

/* ===========================================================
   FAQ — colores verde botella (#003526) coherentes con badges
   =========================================================== */
.vem-tour-v2 .vem-faq__item {
  border-top: 1px solid #e4dccc;
}
.vem-tour-v2 .vem-faq__item:last-child {
  border-bottom: 1px solid #e4dccc;
}

/* Eyebrow del header en verde */
.vem-tour-v2 .vem-faq__head .vem-eyebrow {
  color: #003526;
}

/* Icono +/- en verde botella */
.vem-tour-v2 .vem-faq__icon::before,
.vem-tour-v2 .vem-faq__icon::after {
  background: #003526 !important;
}

/* Texto del summary al abrir en verde botella */
.vem-tour-v2 .vem-faq__item details[open] summary {
  color: #003526 !important;
}
.vem-tour-v2 .vem-faq__item summary:hover {
  color: #003526;
}

/* Borde lateral verde cuando el item está abierto */
.vem-tour-v2 .vem-faq__item details[open] {
  position: relative;
}
.vem-tour-v2 .vem-faq__item details[open]::before {
  content: "";
  position: absolute;
  left: -16px;
  top: 8px;
  bottom: 8px;
  width: 3px;
  background: #003526;
  border-radius: 2px;
}

/* CTA inferior en verde */
.vem-tour-v2 .vem-faq__cta a {
  color: #003526 !important;
  border-bottom-color: #003526 !important;
}
.vem-tour-v2 .vem-faq__cta a:hover {
  color: #00251b !important;
  border-bottom-color: #00251b !important;
}

/* Sección con un toque cremita más claro para que destaque el verde */
.vem-tour-v2 .vem-section.vem-faq {
  background: #fbfaf6;
}

/* ===========================================================
   "¿Cómo funciona?" — estilo Evaneos: cards sobre paisaje
   =========================================================== */
.vem-process-v4 {
  position: relative;
  padding: 100px 0 110px;
  overflow: hidden;
  background: #00251b;  /* fondo verde oscuro de respaldo */
}
.vem-process-v4__bg {
  position: absolute;
  inset: 0;
  background-image: url('/wp-content/uploads/2026/05/tours/desierto/desierto-merzouga-dunas-caravana.jpg');
  background-size: cover;
  background-position: center;
  z-index: 0;
}
.vem-process-v4__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,37,27,0.55) 0%, rgba(0,37,27,0.85) 100%);
  z-index: 1;
}
.vem-process-v4__inner {
  position: relative;
  z-index: 2;
}

/* Título principal */
.vem-process-v4__head {
  text-align: center;
  margin-bottom: 56px;
}
.vem-process-v4__head .vem-h2 {
  color: #ffffff;
  font-family: 'Fraunces', serif;
  font-size: clamp(36px, 4.5vw, 56px);
  font-weight: 400;
  letter-spacing: -0.01em;
  margin: 0;
}
.vem-process-v4__head .vem-h2 em {
  font-style: italic;
  font-weight: 400;
}

/* Stack de cards */
.vem-process-v4__steps {
  display: flex;
  flex-direction: column;
  gap: 36px;
  max-width: 980px;
  margin: 0 auto;
}

/* Card individual: blanca, 2 columnas (texto + visual verde) */
.vem-process-v4__card {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  background: #ffffff;
  border-radius: 2px;
  overflow: hidden;
  box-shadow: 0 12px 40px rgba(0,0,0,0.18);
  min-height: 240px;
}

/* Lado IZQUIERDO: número grande + texto */
.vem-process-v4__text {
  padding: 44px 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.vem-process-v4__num {
  font-family: 'Fraunces', serif;
  font-size: 88px;
  font-weight: 400;
  line-height: 1;
  color: #003526;
  margin-bottom: 16px;
  display: block;
}
.vem-process-v4__text h3 {
  font-family: 'Inter', sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: #1f2226;
  margin: 0 0 12px;
  line-height: 1.3;
  letter-spacing: -0.01em;
}
.vem-process-v4__text p {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #4a4239;
  margin: 0;
  max-width: 36ch;
}

/* Lado DERECHO: bloque verde con icono */
.vem-process-v4__visual {
  background: #003526;
  color: rgba(255,255,255,0.9);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 32px;
  text-align: center;
  position: relative;
}
.vem-process-v4__icon {
  width: 86px;
  height: 86px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffc042;  /* amarillo dorado como CTA Evaneos */
  margin-bottom: 16px;
}
.vem-process-v4__icon svg {
  width: 100%;
  height: 100%;
}
.vem-process-v4__caption {
  font-family: 'Inter', sans-serif;
  font-size: 13.5px;
  line-height: 1.5;
  color: rgba(255,255,255,0.85);
  letter-spacing: 0.01em;
  max-width: 22ch;
}

/* CTA inferior */
.vem-process-v4__cta {
  text-align: center;
  margin-top: 56px;
}
.vem-process-v4__cta .vem-btn--accent {
  background: #ffc042;
  color: #003526;
  border: none;
  padding: 16px 38px;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  border-radius: 999px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.2);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.vem-process-v4__cta .vem-btn--accent:hover {
  background: #ffd370;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.25);
}

/* Mobile */
@media (max-width: 768px) {
  .vem-process-v4 { padding: 64px 0 72px; }
  .vem-process-v4__steps { gap: 24px; }
  .vem-process-v4__card {
    grid-template-columns: 1fr;
    min-height: auto;
  }
  .vem-process-v4__text { padding: 32px 28px 24px; }
  .vem-process-v4__num { font-size: 64px; margin-bottom: 8px; }
  .vem-process-v4__text h3 { font-size: 20px; }
  .vem-process-v4__visual { padding: 28px 24px; }
  .vem-process-v4__icon { width: 64px; height: 64px; }
  .vem-process-v4__head .vem-h2 { font-size: 32px; }
}

/* === Extras para sección Marrakech-themed === */
.vem-eyebrow--light {
  color: #ffc042 !important;  /* amarillo dorado Evaneos */
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  margin-bottom: 14px;
  font-family: 'Inter', sans-serif;
}
.vem-process-v4__intro {
  max-width: 560px;
  margin: 18px auto 0;
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-size: 17px;
  line-height: 1.55;
  color: rgba(255,255,255,0.82);
  font-weight: 300;
}
.vem-process-v4__cta-sub {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  color: rgba(255,255,255,0.7);
  margin: 14px 0 0;
  letter-spacing: 0.04em;
}
@media (max-width: 768px) {
  .vem-process-v4__intro { font-size: 15px; padding: 0 16px; }
}

/* ===========================================================
   "¿Cómo lo diseñamos?" — STICKY-SCROLL estilo Evaneos
   Cards apilables que se deslizan desde abajo al hacer scroll
   =========================================================== */
.vem-process-v5 {
  position: relative;
  /* La section es 4× viewport para que cada slide tenga su scroll-tramo */
  height: 400vh;
  background: #00251b;
}
.vem-process-v5__bg {
  position: absolute;
  inset: 0;
  background-image: url('/wp-content/uploads/2026/05/tours/desierto/desierto-merzouga-dunas-caravana.jpg');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  z-index: 0;
}
.vem-process-v5__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,37,27,0.55) 0%, rgba(0,37,27,0.85) 100%);
  z-index: 1;
}
.vem-process-v5__title {
  position: sticky;
  top: 12vh;
  z-index: 2;
  text-align: center;
  color: #ffffff;
  font-family: 'Fraunces', serif;
  font-size: clamp(34px, 4.4vw, 54px);
  font-weight: 400;
  letter-spacing: -0.01em;
  margin: 0;
  padding-top: 5vh;
  pointer-events: none;
}
.vem-process-v5__title em {
  font-style: italic;
  font-weight: 400;
}

.vem-process-v5__slides {
  position: sticky;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Cada slide ocupa el viewport completo y se posiciona absolute para apilarse */
.vem-process-v5__slide {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  will-change: transform;
  transition: transform 0.05s linear;
  pointer-events: none;
}
.vem-process-v5__slide-inner {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  background: #ffffff;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(0,0,0,0.25);
  width: min(1080px, 92vw);
  max-height: 78vh;
  pointer-events: auto;
}

/* LADO IZQUIERDO — número + texto */
.vem-process-v5__text {
  padding: 56px 56px 56px 64px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.vem-process-v5__num {
  font-family: 'Fraunces', serif;
  font-size: 96px;
  font-weight: 400;
  line-height: 1;
  color: #1f2226;
  margin-bottom: 24px;
  display: block;
}
.vem-process-v5__h3 {
  font-family: 'Inter', sans-serif;
  font-size: 28px;
  font-weight: 600;
  color: #1f2226;
  margin: 0 0 14px;
  letter-spacing: -0.01em;
  line-height: 1.25;
}
.vem-process-v5__desc {
  font-family: 'Inter', sans-serif;
  font-size: 17px;
  line-height: 1.55;
  color: #4a4239;
  margin: 0;
  max-width: 38ch;
}

/* LADO DERECHO — visual verde + review */
.vem-process-v5__visual {
  background: #003526;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px;
  position: relative;
}
.vem-process-v5__visual-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
}
.vem-process-v5__icon {
  width: 88px;
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffc042;
  margin-bottom: 20px;
}
.vem-process-v5__icon svg { width: 100%; height: 100%; }

/* Banner de review estilo Evaneos */
.vem-process-v5__banner {
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,196,66,0.25);
  border-radius: 4px;
  padding: 16px 18px 14px;
  max-width: 280px;
}
.vem-process-v5__banner-stars {
  color: #ffc042;
  font-size: 14px;
  letter-spacing: 2.5px;
  display: block;
  margin-bottom: 8px;
}
.vem-process-v5__banner-quote {
  font-family: 'Fraunces', serif;
  font-size: 14.5px;
  line-height: 1.5;
  color: rgba(255,255,255,0.95);
  margin: 0 0 8px;
  font-style: italic;
}
.vem-process-v5__banner-cite {
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  color: #ffc042;
  font-style: normal;
  letter-spacing: 0.04em;
  display: block;
}

/* CTA final — fuera del sticky-scroll, aparece tras la sección */
.vem-process-v5__cta {
  position: relative;
  z-index: 4;
  text-align: center;
  padding: 64px 16px 80px;
  background: #003526;
}
.vem-process-v5__cta .vem-btn--accent {
  background: #ffc042;
  color: #003526;
  border: none;
  padding: 18px 42px;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border-radius: 999px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.2);
  transition: transform 0.2s ease;
}
.vem-process-v5__cta .vem-btn--accent:hover {
  background: #ffd370;
  transform: translateY(-2px);
}
.vem-process-v5__cta-sub {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  color: rgba(255,255,255,0.7);
  margin: 16px 0 0;
  letter-spacing: 0.04em;
}

/* MÓVIL — desactiva sticky-scroll, muestra cards apiladas verticalmente */
@media (max-width: 900px) {
  .vem-process-v5 {
    height: auto;
    padding: 64px 0 0;
  }
  .vem-process-v5__title {
    position: relative;
    top: auto;
    padding: 0 16px 32px;
    font-size: 30px;
  }
  .vem-process-v5__slides {
    position: relative;
    top: auto;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 0 16px;
  }
  .vem-process-v5__slide {
    position: relative;
    inset: auto;
    transform: none !important;
  }
  .vem-process-v5__slide-inner {
    grid-template-columns: 1fr;
    max-height: none;
  }
  .vem-process-v5__text {
    padding: 32px 28px 24px;
  }
  .vem-process-v5__num {
    font-size: 68px;
    margin-bottom: 12px;
  }
  .vem-process-v5__h3 { font-size: 22px; }
  .vem-process-v5__desc { font-size: 15px; }
  .vem-process-v5__visual { padding: 28px 24px; }
  .vem-process-v5__icon { width: 64px; height: 64px; margin-bottom: 14px; }
  .vem-process-v5__banner { max-width: 100%; }
}

/* Si el navegador no soporta transform, mostrar todos los slides como fallback */
@supports not (transform: translateY(100vh)) {
  .vem-process-v5__slide { transform: none !important; position: relative; }
}

/* ===========================================================
   v6 — "Cómo lo hacemos" compacto con iconos minimalistas
   Sustituye la versión sticky-scroll (v5) que era demasiado grande
   =========================================================== */
.vem-process-v6 {
  padding: 32px 0 64px;  /* menos espacio arriba para evitar hueco */
  background: #faf8f3;
  position: relative;
}
.vem-process-v6 .vem-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}
.vem-process-v6__head {
  text-align: center;
  margin-bottom: 56px;
}
.vem-process-v6__head .vem-eyebrow {
  color: #00251b;
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  margin: 0 0 14px;
}
.vem-process-v6__head .vem-h2 {
  font-family: 'Fraunces', serif;
  font-size: clamp(28px, 3.4vw, 40px);
  font-weight: 400;
  letter-spacing: -0.01em;
  color: #1f2226;
  margin: 0;
  line-height: 1.2;
}
.vem-process-v6__head .vem-h2 em {
  font-style: italic;
  color: #003526;
}

.vem-process-v6__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  margin-bottom: 56px;
}
/* Variante 3 columnas — CSS Grid de columnas iguales para alineación perfecta */
.vem-process-v6__grid--three {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: start;
  gap: clamp(32px, 4vw, 64px);
  max-width: 1100px;
  margin: 0 auto 56px;
}

/* Cada paso es una columna flex vertical centrada */
.vem-process-v6__step {
  display: flex;
  flex-direction: column;
  align-items: center;          /* centra horizontalmente todos los hijos */
  text-align: center;
  padding: 0;
  margin: 0;
  position: relative;
  gap: 12px;                    /* ritmo vertical uniforme entre icono/num/título/desc */
}
/* (Eliminado el separador vertical entre pasos para look más limpio) */
.vem-process-v6__step + .vem-process-v6__step::before { display: none; }

/* Icono — block centrado en la columna */
.vem-process-v6__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 84px;
  height: 84px;
  margin: 0;
}
.vem-process-v6__icon svg { width: 100%; height: 100%; display: block; }

.vem-process-v6__num {
  display: inline-block;
  font-family: 'Fraunces', serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: #ffc042;  /* dorado Evaneos */
  line-height: 1;
  margin: 10px 0 6px;
  text-align: center;
}
@media (max-width: 768px) {
  .vem-process-v6__num { font-size: 22px; }
}

.vem-process-v6__title {
  font-family: 'Fraunces', serif;
  font-size: 19px;
  font-weight: 500;
  color: #1f2226;
  margin: 0;
  line-height: 1.3;
  text-align: center;
}

.vem-process-v6__desc {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  line-height: 1.55;
  color: #4a4239;
  margin: 0;
  text-align: center;        /* asegura que cada línea quede centrada */
  max-width: 32ch;            /* ancho de lectura coherente entre los 3 pasos */
}

/* Review pequeña debajo de cada paso */
.vem-process-v6__review {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-size: 13px;
  line-height: 1.5;
  color: #6b6053;
  border-top: 1px solid #e4dccc;
  padding-top: 14px;
  margin: 0;
}
.vem-process-v6__review::before {
  content: "★★★★★";
  display: block;
  color: #ffc042;
  font-size: 11px;
  letter-spacing: 2px;
  font-style: normal;
  margin-bottom: 6px;
}
.vem-process-v6__review span {
  display: block;
  font-style: normal;
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  color: #8a7960;
  margin-top: 6px;
  letter-spacing: 0.04em;
}

/* CTA centrado */
.vem-process-v6__cta {
  text-align: center;
}
.vem-process-v6__cta .vem-btn--accent {
  background: #003526;
  color: #ffffff;
  border: none;
  padding: 16px 38px;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border-radius: 999px;
  transition: background 0.2s ease, transform 0.2s ease;
  display: inline-block;
}
.vem-process-v6__cta .vem-btn--accent:hover {
  background: #00251b;
  transform: translateY(-2px);
}
.vem-process-v6__cta-sub {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  color: #6b6053;
  margin: 14px 0 0;
  letter-spacing: 0.02em;
}

/* TABLET — 2 columnas (variante de 4) / variante 3 se mantiene en 3 hasta 720px */
@media (max-width: 900px) {
  .vem-process-v6__grid { grid-template-columns: repeat(2, 1fr); gap: 36px 24px; }
  .vem-process-v6__grid--three { gap: 32px 24px; }
}
/* MÓVIL — stack 1 columna, todo centrado */
@media (max-width: 720px) {
  .vem-process-v6 { padding: 56px 0 64px; }
  .vem-process-v6__head { margin-bottom: 36px; }
  .vem-process-v6__grid { grid-template-columns: 1fr; gap: 32px; }
  .vem-process-v6__grid--three {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .vem-process-v6__icon { width: 72px; height: 72px; }
}

/* Ajuste fino: en variante 3 pasos el título es ligeramente más grande */
.vem-process-v6__grid--three .vem-process-v6__title {
  font-size: 20px;
}

/* ===========================================================
   Hero del tour — eyebrow "Ruta privada a medida" más grande
   =========================================================== */
.vem-tour-v2 .vem-tour-hero__inner .vem-eyebrow,
.vem-tour-v2 .vem-tour-hero__inner .vem-eyebrow--light {
  font-size: 15px;
  letter-spacing: 0.32em;
  font-weight: 600;
  margin-bottom: 28px;
  color: #ffc042;  /* dorado de la paleta Evaneos */
  text-transform: uppercase;
}
@media (max-width: 720px) {
  .vem-tour-v2 .vem-tour-hero__inner .vem-eyebrow,
  .vem-tour-v2 .vem-tour-hero__inner .vem-eyebrow--light {
    font-size: 13px;
    letter-spacing: 0.28em;
    margin-bottom: 20px;
  }
}

/* ===========================================================
   Botón CONTACTAR del header → verde botella (paleta marca)
   =========================================================== */
.vem-home-v2 .vem-header__cta .vem-btn--primary,
.vem-tour-v2 .vem-header__cta .vem-btn--primary,
.vem-tailored-v2 .vem-header__cta .vem-btn--primary,
.vem-theme-page-v2 .vem-header__cta .vem-btn--primary,
.vem-header__cta .vem-btn--primary {
  background: #003526 !important;  /* verde botella Evaneos */
  color: #ffffff !important;
  border: none;
  font-weight: 600;
  transition: background 0.2s ease, transform 0.2s ease;
}
.vem-header__cta .vem-btn--primary:hover {
  background: #00251b !important;
  color: #ffc042 !important;
  transform: translateY(-1px);
}

/* Ajuste extra: separación entre v6 y la sección de arriba ya queda corta */
.vem-process-v6 + section,
section + .vem-process-v6 {
  margin-top: 0;
}

/* ===========================================================
   AJUSTES MÓVIL — títulos largos en hero del tour
   =========================================================== */
@media (max-width: 720px) {
  .vem-tour-v2 .vem-tour-hero__inner h1.vem-h-display,
  .vem-tour-v2 .vem-h-display--light {
    font-size: clamp(26px, 7vw, 36px) !important;
    line-height: 1.15;
    word-wrap: break-word;
    hyphens: auto;
    padding: 0 8px;
  }
  .vem-tour-v2 .vem-tour-hero__sub {
    font-size: clamp(15px, 4vw, 18px);
    padding: 0 16px;
    margin: 12px 0 24px;
  }
  .vem-tour-v2 .vem-tour-hero__inner {
    padding: 32px 16px;
  }
}

/* ===========================================================
   Sección "¿Adónde quieres ir?" — cards premium
   Desktop: 5 destinos en una fila
   Mobile : 6 destinos en 2×3 (la 6ª solo se muestra aquí)
   =========================================================== */
.vem-home-v2 .vem-regions__grid--six {
  display: grid !important;
  grid-template-columns: repeat(5, 1fr) !important;
  gap: 18px !important;
  margin-top: 40px !important;
}
/* La 6ª tarjeta se oculta en desktop/tablet — solo aparece en móvil */
.vem-home-v2 .vem-regions__grid--six .vem-region--mobile-only {
  display: none !important;
}
@media (max-width: 1100px) {
  .vem-home-v2 .vem-regions__grid--six { grid-template-columns: repeat(3, 1fr) !important; gap: 16px !important; }
  /* Tablet sigue como desktop: 5 visibles en 3+2, la 6ª oculta */
}
@media (max-width: 640px) {
  .vem-home-v2 .vem-regions__grid--six { grid-template-columns: repeat(2, 1fr) !important; gap: 12px !important; }
  /* En móvil mostramos las 6 (2 columnas × 3 filas) */
  .vem-home-v2 .vem-regions__grid--six .vem-region--mobile-only { display: block !important; }
}

.vem-home-v2 .vem-region--card {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 4px;
  text-decoration: none;
  aspect-ratio: 3 / 4;
  background: #1f2226;
  box-shadow: 0 4px 18px rgba(0,0,0,0.08);
  transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.4s ease;
}
.vem-home-v2 .vem-region--card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(0,53,38,0.25);
}

.vem-home-v2 .vem-region--card .vem-region__pan {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.vem-home-v2 .vem-region--card .vem-region__pan-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1.4s cubic-bezier(0.2, 0.8, 0.2, 1), filter 0.5s ease;
  filter: brightness(0.92) saturate(1.05);
}
.vem-home-v2 .vem-region--card:hover .vem-region__pan-img {
  transform: scale(1.08);
  filter: brightness(1) saturate(1.1);
}

/* Gradiente premium oscuro abajo */
.vem-home-v2 .vem-region--card .vem-region__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,37,27,0) 35%, rgba(0,37,27,0.65) 70%, rgba(0,37,27,0.95) 100%);
  z-index: 1;
}

/* Etiqueta inferior */
.vem-home-v2 .vem-region--card .vem-region__lbl {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 16px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.vem-home-v2 .vem-region--card .vem-region__name {
  font-family: 'Fraunces', serif;
  font-size: clamp(14px, 1.25vw, 20px);
  font-weight: 500;
  color: #ffffff;
  letter-spacing: -0.01em;
  line-height: 1.1;
  /* Una sola línea siempre — en web y en móvil */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: clip;
}
/* Móvil: tipografía más compacta para que CHEFCHAOUEN entre en una línea */
@media (max-width: 640px) {
  .vem-home-v2 .vem-region--card .vem-region__name {
    font-size: clamp(13px, 3.6vw, 16px);
    letter-spacing: -0.015em;
  }
  .vem-home-v2 .vem-region--card .vem-region__lbl {
    left: 10px;
    right: 10px;
    bottom: 12px;
  }
  .vem-home-v2 .vem-region--card .vem-region__count {
    font-size: 10px;
    letter-spacing: 0.12em;
  }
}
.vem-home-v2 .vem-region--card .vem-region__count {
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #ffc042;  /* dorado paleta */
}

/* Flecha dorada con micro animación al hover */
.vem-home-v2 .vem-region--card .vem-region__arrow {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,196,66,0.95);
  color: #003526;
  border-radius: 50%;
  transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1), background 0.3s ease;
  opacity: 0;
  transform: translateX(-8px) translateY(-2px);
}
.vem-home-v2 .vem-region--card:hover .vem-region__arrow {
  opacity: 1;
  transform: translateX(0) translateY(0);
  background: #ffc042;
}
.vem-home-v2 .vem-region--card .vem-region__arrow svg {
  width: 18px; height: 18px;
}

/* Tipografía del título de la sección, más premium */
.vem-home-v2 .vem-regions .vem-h2 {
  font-family: 'Fraunces', serif;
  font-size: clamp(32px, 3.4vw, 44px);
  font-weight: 400;
  letter-spacing: -0.01em;
  text-align: center;
  margin: 0 auto 8px;
}
.vem-home-v2 .vem-regions .vem-eyebrow {
  text-align: center;
  color: #003526;
  letter-spacing: 0.22em;
  font-weight: 600;
  font-size: 11px;
}

/* ===========================================================
   STICKY CTA MÓVIL en single-tour
   Verde botella (#003526) + texto amarillo (#ffc042).
   Solo visible en pantallas ≤ 720px. Negrita + minimalista.
   =========================================================== */
.vem-tour-sticky-cta {
  display: none;  /* oculto en desktop */
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 9999;
  padding: 16px 22px;
  background: #003526 !important;          /* verde botella */
  color: #ffc042 !important;               /* texto dorado, visible siempre */
  font-family: var(--vem-font-sans, "Inter", system-ui, -apple-system, sans-serif);
  font-weight: 800;                        /* negrita */
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none !important;
  text-align: center;
  border: 1px solid rgba(255, 192, 66, 0.4);
  border-radius: 999px;
  box-shadow: 0 8px 24px rgba(0, 37, 27, 0.42),
              0 2px 6px rgba(0, 0, 0, 0.18);
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
  align-items: center;
  justify-content: center;
  gap: 12px;
  opacity: 1 !important;       /* anula el .vem-home-v2 a:hover { opacity:.75 } */
}
.vem-tour-sticky-cta span {
  color: #ffc042 !important;
  font-weight: 800 !important;
}
.vem-tour-sticky-cta:hover,
.vem-tour-sticky-cta:active,
.vem-tour-sticky-cta:focus,
.vem-tour-sticky-cta:focus-visible {
  background: #00251b !important;
  color: #ffe44e !important;
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(0, 37, 27, 0.55),
              0 2px 8px rgba(0, 0, 0, 0.22);
  opacity: 1 !important;
  text-decoration: none !important;
}
.vem-tour-sticky-cta:hover span,
.vem-tour-sticky-cta:active span,
.vem-tour-sticky-cta:focus span { color: #ffe44e !important; }

.vem-tour-sticky-cta__icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  stroke: #ffc042;
}

/* Mostrar solo en móvil (single-tour) */
@media (max-width: 720px) {
  .vem-tour-v2 .vem-tour-sticky-cta {
    display: inline-flex;
  }
  /* Espacio extra al final del body para que el sticky no tape contenido */
  .vem-tour-v2 .vem-footer,
  .vem-tour-v2 .vem-cta-final {
    padding-bottom: calc(env(safe-area-inset-bottom, 0px) + 96px);
  }
}

/* ===========================================================
   MÓVIL — Logo centrado + Contactar oculto + sin scroll horizontal
   =========================================================== */
html, body { max-width: 100%; overflow-x: hidden; }

@media (max-width: 720px) {
  /* Ocultar el botón "Contactar" del header en móvil (solo visible en web) */
  .vem-home-v2 .vem-header__cta .vem-btn--primary,
  .vem-tour-v2 .vem-header__cta .vem-btn--primary,
  .vem-tailored-v2 .vem-header__cta .vem-btn--primary,
  .vem-theme-page-v2 .vem-header__cta .vem-btn--primary,
  .vem-header__cta .vem-btn--primary { display: none !important; }

  /* También ocultamos el selector de idiomas para limpiar y centrar logo */
  .vem-home-v2 .vem-header__cta .vem-langs { display: none !important; }

  /* Header inner → logo centrado en móvil */
  .vem-home-v2 .vem-header__inner,
  .vem-tour-v2 .vem-header__inner,
  .vem-tailored-v2 .vem-header__inner,
  .vem-theme-page-v2 .vem-header__inner {
    justify-content: center !important;
    padding-right: var(--vem-gutter) !important;   /* anula el padding-right:56px */
    padding-left: var(--vem-gutter) !important;
    gap: 0 !important;
  }
  .vem-home-v2 .vem-logo,
  .vem-tour-v2 .vem-logo,
  .vem-tailored-v2 .vem-logo,
  .vem-theme-page-v2 .vem-logo { margin: 0 auto; }
  .vem-header__cta { margin-left: auto; }   /* mantenemos el slot pero queda vacío */
}

/* ===========================================================
   En single-tour MÓVIL ocultamos el FAB de WhatsApp y la
   CTA legacy "Solicitar este viaje" — el nuevo sticky verde+amarillo
   "Solicitar presupuesto" ya cubre esa acción.
   En desktop y en el resto de páginas, el FAB sigue visible.
   =========================================================== */
.vem-tour-cta-mobile { display: none !important; }

@media (max-width: 720px) {
  .vem-tour-v2 .vem-wa-fab { display: none !important; }
}

/* ============================================================
 *  ABOUT — OPINIONES DE VIAJEROS (carrusel editorial)
 *  Paleta: verde botella #003526 + dorado #ffc042
 * ============================================================ */
.vem-about-v2 .vem-about-reviews .vem-container { max-width: 1180px; }
.vem-about-v2 .vem-about-reviews--carousel {
  background: linear-gradient(180deg, #faf8f3 0%, #f5f1e8 100%);
  position: relative;
  overflow: hidden;
}
/* Decoración: comilla gigante de fondo */
.vem-about-v2 .vem-about-reviews--carousel::before {
  content: "\201C";
  position: absolute;
  top: -40px;
  right: -10px;
  font-family: "Fraunces", "Times New Roman", serif;
  font-size: clamp(280px, 35vw, 480px);
  line-height: 1;
  color: #003526;
  opacity: 0.045;
  pointer-events: none;
  user-select: none;
  z-index: 0;
}
.vem-about-v2 .vem-about-reviews--carousel .vem-container { position: relative; z-index: 1; }

.vem-about-v2 .vem-about-reviews__head {
  text-align: center;
  max-width: 760px;
  margin: 0 auto clamp(40px, 5vw, 64px);
}
.vem-about-v2 .vem-about-reviews__head .vem-eyebrow { color: #003526; }
.vem-about-v2 .vem-about-reviews__head .vem-h2 { margin-bottom: 22px; color: #1f2226; }

.vem-about-v2 .vem-about-reviews__rating {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 10px 18px;
  border: 1px solid rgba(0, 53, 38, 0.12);
  border-radius: 999px;
  background: #ffffff;
  color: #1f2226;
  font-family: var(--vem-font-sans, "Inter", sans-serif);
  font-size: 13px;
  user-select: none;
}
.vem-about-v2 .vem-about-reviews__stars {
  display: inline-flex; gap: 2px; line-height: 0;
}
.vem-about-v2 .vem-about-reviews__rating-text {
  display: inline-flex; align-items: center; gap: 6px; flex-wrap: wrap;
}
.vem-about-v2 .vem-about-reviews__rating-text strong {
  color: #003526;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.vem-about-v2 .vem-about-reviews__rating-sep { color: rgba(0,53,38,0.35); }
.vem-about-v2 .vem-about-reviews__rating-meta { color: var(--vem-text-soft); font-weight: 500; }

/* ===== CARRUSEL ===== */
.vem-about-v2 .vem-reviews-carousel {
  position: relative;
  max-width: 880px;
  margin: 0 auto;
  padding: 0 56px;             /* hueco para flechas */
}
.vem-about-v2 .vem-reviews-carousel__viewport {
  overflow: hidden;
  border-radius: 18px;
}
.vem-about-v2 .vem-reviews-carousel__track {
  list-style: none;
  margin: 0; padding: 0;
  display: flex;
  width: 100%;
  transition: transform 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
  will-change: transform;
}
.vem-about-v2 .vem-reviews-carousel__slide {
  flex: 0 0 100%;
  min-width: 0;
  padding: 4px;                /* aire para que la sombra de la card no se corte */
  opacity: 0.4;
  transition: opacity 0.5s ease;
}
.vem-about-v2 .vem-reviews-carousel__slide.is-active { opacity: 1; }

/* Tarjeta de reseña — editorial, premium */
.vem-about-v2 .vem-review-card {
  position: relative;
  background: #ffffff;
  border: 1px solid rgba(0, 53, 38, 0.10);
  border-radius: 14px;
  padding: 40px 36px 28px;
  box-shadow: 0 12px 36px rgba(0, 53, 38, 0.08),
              0 2px 6px rgba(0, 0, 0, 0.04);
  display: flex;
  flex-direction: column;
  gap: 18px;
  overflow: hidden;
}
/* Acento dorado: barra superior */
.vem-about-v2 .vem-review-card::after {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, #ffc042 0%, #ffd370 50%, #ffc042 100%);
}
/* Comilla decorativa en esquina */
.vem-about-v2 .vem-review-card__quote-mark {
  position: absolute;
  top: 14px;
  right: 24px;
  font-family: "Fraunces", "Times New Roman", serif;
  font-size: 80px;
  line-height: 1;
  color: #003526;
  opacity: 0.10;
  pointer-events: none;
  user-select: none;
}
.vem-about-v2 .vem-review-card__stars {
  display: inline-flex; gap: 3px; line-height: 0;
}
.vem-about-v2 .vem-review-card__quote {
  font-family: var(--vem-font-serif, "Fraunces", serif);
  font-style: italic;
  font-size: 18px;
  line-height: 1.6;
  color: #1f2226;
  margin: 0;
  position: relative;
  padding-left: 18px;
  border-left: 3px solid #003526;
}
.vem-about-v2 .vem-review-card__trip {
  font-family: var(--vem-font-sans, "Inter", sans-serif);
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #003526;
  margin: 0;
  padding: 6px 12px;
  background: rgba(255, 192, 66, 0.18);
  border-radius: 999px;
  align-self: flex-start;
}
.vem-about-v2 .vem-review-card__meta {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-top: 18px;
  border-top: 1px solid rgba(0, 53, 38, 0.08);
  margin-top: auto;
  font-family: var(--vem-font-sans, "Inter", sans-serif);
  font-size: 13px;
  color: var(--vem-text-soft);
  flex-wrap: wrap;
}
/* Avatar con iniciales en círculo verde botella */
.vem-about-v2 .vem-review-card__avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, #003526 0%, #00251b 100%);
  color: #ffc042;
  font-family: var(--vem-font-serif, "Fraunces", serif);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.04em;
  flex-shrink: 0;
}
.vem-about-v2 .vem-review-card__who {
  display: flex;
  flex-direction: column;
  gap: 2px;
  flex: 1 1 auto;
  min-width: 0;
}
.vem-about-v2 .vem-review-card__name {
  font-weight: 700;
  color: #003526;
  font-size: 14px;
  letter-spacing: 0.01em;
}
.vem-about-v2 .vem-review-card__where {
  font-size: 12.5px;
  color: var(--vem-text-soft);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}
.vem-about-v2 .vem-review-card__flag { font-size: 14px; line-height: 1; }
.vem-about-v2 .vem-review-card__dot { opacity: 0.4; }
.vem-about-v2 .vem-review-card__source {
  font-size: 10.5px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #00251b;
  opacity: 0.5;
  margin-left: auto;
  white-space: nowrap;
}

/* Flechas prev/next */
.vem-about-v2 .vem-reviews-carousel__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid rgba(0, 53, 38, 0.14);
  color: #003526;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 14px rgba(0, 53, 38, 0.10);
  transition: background .2s ease, color .2s ease, transform .2s ease;
  z-index: 5;
  padding: 0;
}
.vem-about-v2 .vem-reviews-carousel__arrow svg { width: 20px; height: 20px; }
.vem-about-v2 .vem-reviews-carousel__arrow:hover {
  background: #003526;
  color: #ffc042;
  transform: translateY(-50%) scale(1.06);
}
.vem-about-v2 .vem-reviews-carousel__arrow:focus-visible {
  outline: 2px solid #ffc042;
  outline-offset: 2px;
}
.vem-about-v2 .vem-reviews-carousel__arrow--prev { left: 0; }
.vem-about-v2 .vem-reviews-carousel__arrow--next { right: 0; }

/* Dots indicadores */
.vem-about-v2 .vem-reviews-carousel__dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 32px;
  flex-wrap: wrap;
}
.vem-about-v2 .vem-reviews-carousel__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(0, 53, 38, 0.18);
  border: none;
  cursor: pointer;
  padding: 0;
  transition: background .25s ease, transform .25s ease, width .25s ease;
}
.vem-about-v2 .vem-reviews-carousel__dot:hover {
  background: rgba(0, 53, 38, 0.35);
}
.vem-about-v2 .vem-reviews-carousel__dot.is-active {
  background: #003526;
  width: 24px;
  border-radius: 4px;
}
.vem-about-v2 .vem-reviews-carousel__dot:focus-visible {
  outline: 2px solid #ffc042;
  outline-offset: 2px;
}

/* ===== Responsive ===== */
@media (max-width: 720px) {
  .vem-about-v2 .vem-reviews-carousel { padding: 0 36px; }
  .vem-about-v2 .vem-reviews-carousel__arrow { width: 38px; height: 38px; }
  .vem-about-v2 .vem-reviews-carousel__arrow svg { width: 16px; height: 16px; }
  .vem-about-v2 .vem-review-card { padding: 32px 22px 22px; gap: 14px; }
  .vem-about-v2 .vem-review-card__quote { font-size: 16px; line-height: 1.55; padding-left: 14px; }
  .vem-about-v2 .vem-review-card__quote-mark { font-size: 60px; top: 8px; right: 14px; }
  .vem-about-v2 .vem-review-card__source { margin-left: 0; width: 100%; padding-top: 4px; }
  .vem-about-v2 .vem-review-card__trip { font-size: 10.5px; }
}
@media (max-width: 420px) {
  .vem-about-v2 .vem-reviews-carousel { padding: 0 8px; }
  .vem-about-v2 .vem-reviews-carousel__arrow {
    top: auto;
    bottom: -54px;
    transform: none;
  }
  .vem-about-v2 .vem-reviews-carousel__arrow:hover { transform: scale(1.06); }
  .vem-about-v2 .vem-reviews-carousel__arrow--prev { left: calc(50% - 60px); }
  .vem-about-v2 .vem-reviews-carousel__arrow--next { right: calc(50% - 60px); }
  .vem-about-v2 .vem-reviews-carousel__dots { margin-top: 24px; padding-bottom: 60px; }
}

/* ============================================================
 *  HERO — Badge de confianza TripAdvisor Excelente (sin link)
 *  Minimalista: estrellas doradas + texto en verde botella.
 * ============================================================ */
.vem-home-v2 .vem-hero__trust {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 18px;
  padding: 8px 16px;
  background: rgba(255, 255, 255, 0.88); /* +opacidad para no perderse sobre la foto */
  border: 1px solid rgba(0, 53, 38, 0.12);
  border-radius: 999px;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow: 0 4px 18px rgba(0,0,0,0.18);
  font-family: var(--vem-font-sans, "Inter", system-ui, sans-serif);
  font-size: 12.5px;
  line-height: 1;
  color: var(--vem-text);
  user-select: none;
}
.vem-home-v2 .vem-hero__trust-stars {
  display: inline-flex;
  gap: 2px;
  line-height: 0;
}
.vem-home-v2 .vem-hero__trust-text {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}
.vem-home-v2 .vem-hero__trust-text strong {
  font-weight: 700;
  color: #003526;
  letter-spacing: 0.02em;
}
.vem-home-v2 .vem-hero__trust-sep {
  color: rgba(0, 53, 38, 0.35);
}
.vem-home-v2 .vem-hero__trust-meta {
  color: var(--vem-text-soft, #5a5a5a);
  font-weight: 500;
}

@media (max-width: 560px) {
  .vem-home-v2 .vem-hero__trust {
    padding: 7px 14px;
    font-size: 11.5px;
    gap: 8px;
  }
  .vem-home-v2 .vem-hero__trust-meta {
    display: block;        /* salto controlado en pantalla pequeña */
    margin-left: -2px;
  }
}

/* ============================================================
 *  Ajuste de ritmo vertical tras eliminar el TRUST STRIP
 *  Cuando dos .vem-section quedan adyacentes (antes había un trust strip
 *  con padding 48px + bordes que rompía el aire), evitamos que se
 *  acumule el doble padding y queden con un hueco excesivo.
 * ============================================================ */
.vem-home-v2 .vem-section + .vem-section,
.vem-about-v2 .vem-section + .vem-section {
  padding-top: clamp(40px, 4.5vw, 64px);  /* ligeramente menor que el padding base */
}
/* Excepción: si la segunda sección es "destacada" (--alt o --dark),
   queremos mantener el padding completo para que se note el cambio de fondo. */
.vem-home-v2 .vem-section + .vem-section--alt,
.vem-home-v2 .vem-section + .vem-section--dark,
.vem-about-v2 .vem-section + .vem-section--alt,
.vem-about-v2 .vem-section + .vem-section--dark {
  padding-top: clamp(56px, 6vw, 88px);
}

/* ================================================================
 * [VEM AUDIT 2026-05] P1 — Highlight de precio en single-tour
 *   numeric : "Desde 450 €" (color terracota, peso semibold)
 *   inquiry : "Consultar tarifa →" (link mailto subrayado)
 * ================================================================ */
/* [VEM AUDIT 2026-05-26] Precio "350 € / Persona" en verde botella + Inter tabular */
.vem-tour-highlight--price .vem-tour-highlight__val {
  font-family: var(--vem-font-sans, 'Inter', system-ui, sans-serif);
  font-weight: 600;
  font-variant-numeric: tabular-nums lining-nums;
  font-feature-settings: 'tnum' on, 'lnum' on;
  letter-spacing: -0.005em;
}
.vem-tour-highlight--numeric .vem-tour-highlight__val {
  color: var(--vem-primary, #00251b); /* verde botella */
  font-size: clamp(20px, 1.7vw, 24px);
  line-height: 1.15;
}
.vem-tour-highlight--numeric .vem-tour-highlight__unit {
  font-weight: 400;
  font-size: 0.78em;
  color: var(--vem-primary, #00251b);
  opacity: 0.65;
  white-space: nowrap;
  margin-left: 2px;
}
.vem-tour-highlight--inquiry .vem-tour-highlight__cta {
  color: var(--vem-primary, #00251b);
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  transition: opacity 0.2s ease;
  white-space: nowrap;
}
.vem-tour-highlight--inquiry .vem-tour-highlight__cta:hover {
  opacity: 0.7;
}

/* ================================================================
 * [VEM AUDIT 2026-05-26] Scrollbar nórdico minimalista (hover-only).
 *
 * Estilo "Notion / Linear / Stripe": invisible por defecto, aparece
 * sutilmente al hover. 6 px de ancho, color verde-botella semitrans,
 * forma de píldora.
 *
 * Aplicado al scroll vertical PRINCIPAL del documento + cualquier
 * elemento hijo con overflow interno (sticky forms, modals, etc).
 *
 * Compat: Firefox usa `scrollbar-width/color`; WebKit/Chrome/Safari
 * usan `::-webkit-scrollbar-*`. Móvil: el OS ya oculta el scrollbar
 * por defecto, no se ve afectado.
 * ================================================================ */
html {
  scrollbar-width: thin;
  scrollbar-color: transparent transparent;
  transition: scrollbar-color 0.35s ease;
}
html:hover {
  scrollbar-color: rgba(0, 37, 27, 0.35) transparent;
}
::-webkit-scrollbar { width: 6px; height: 6px; }
::-webkit-scrollbar-track { background: transparent; }
::-webkit-scrollbar-thumb {
  background: transparent;
  border-radius: 999px;
  transition: background 0.3s ease;
}
*:hover > ::-webkit-scrollbar-thumb,
*:hover::-webkit-scrollbar-thumb {
  background: rgba(0, 37, 27, 0.35);
}
::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 37, 27, 0.55);
}
::-webkit-scrollbar-corner { background: transparent; }

/* ================================================================
 * [VEM AUDIT 2026-05-26] Restyle cards home "Rutas privadas a tu medida"
 *   - Título XL editorial (28-40px, peso 500, letter-spacing tight)
 *   - Línea fina separadora 36×1 sobre el meta
 *   - Icono brújula SVG 28×28 inferior-derecha
 *   - Brújula rota 45° al hover sobre la card
 * Inspirado en Audley Travel — cards "VIEW THIS TOUR".
 * ================================================================ */
.vem-home-v2 .vem-tailored-card__title {
  font-size: clamp(28px, 2.7vw, 40px);
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.05;
  margin-bottom: 14px;
}
.vem-home-v2 .vem-tailored-card__caption::before {
  content: '';
  display: block;
  width: 36px;
  height: 1px;
  background: rgba(255, 255, 255, 0.6);
  margin: 0 auto 14px;
}
.vem-home-v2 .vem-tailored-card__compass {
  position: absolute;
  right: 18px;
  bottom: 18px;
  width: 28px;
  height: 28px;
  color: #fff;
  z-index: 3;
  opacity: 0.85;
  pointer-events: none;
  transition: transform 0.4s ease, opacity 0.3s ease;
}
.vem-home-v2 .vem-tailored-card:hover .vem-tailored-card__compass {
  transform: rotate(45deg);
  opacity: 1;
}
.vem-home-v2 .vem-tailored-card__compass svg {
  width: 100%;
  height: 100%;
  display: block;
}

/* ================================================================
 * [VEM AUDIT 2026-05-26 · refine] Títulos homogéneos en cards home.
 * Override del bloque anterior:
 *   - Tamaño reducido y uniforme (clamp 20-26px)
 *   - Todo italic, peso 500
 *   - text-wrap: balance para repartir en 2 líneas
 *   - line-clamp 2: nunca pasa de 2 líneas (corta con ellipsis si excede)
 *   - Quitamos los estilos del antiguo split first/rest
 * ================================================================ */
.vem-home-v2 .vem-tailored-card__title--uniform {
  font-family: var(--vem-font-serif);
  font-size: clamp(20px, 1.7vw, 26px);
  font-style: italic;
  font-weight: 500;
  line-height: 1.18;
  letter-spacing: -0.012em;
  color: #fff;
  margin: 0 0 14px;
  text-wrap: balance;          /* reparte el texto homogéneamente entre líneas */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;        /* máximo 2 líneas */
  line-clamp: 2;
  overflow: hidden;
}
/* Resetea cualquier estilo heredado del split antiguo first/rest (defensa) */
.vem-home-v2 .vem-tailored-card__title--uniform .vem-tailored-card__first,
.vem-home-v2 .vem-tailored-card__title--uniform .vem-tailored-card__rest {
  display: inline;
  font-style: italic;
  font-weight: 500;
  margin: 0;
}

/* ==================================================================
 *  PÁGINAS GENÉRICAS (fallback) — tema independiente
 *  Usadas por page.php / index.php para vistas sin plantilla custom.
 *  Mantiene el lenguaje visual .vem (crema, tipografía) en cualquier
 *  página que antes pintaba el tema padre TravelTour.
 * ================================================================== */
.vem-generic-v2 { background: var(--vem-bg); color: var(--vem-text); }
.vem-generic { padding: 56px 0 88px; }
.vem-generic__inner {
  max-width: 880px;
  margin: 0 auto;
  padding: 0 var(--vem-gutter, 24px);
}
.vem-generic__title {
  font-family: var(--vem-font-serif, "Cormorant Garamond", serif);
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 500;
  line-height: 1.15;
  margin: 0 0 28px;
  color: var(--vem-text);
}
.vem-generic__content { font-size: 17px; line-height: 1.75; color: var(--vem-text); }
.vem-generic__content h2 { font-size: 26px; margin: 36px 0 14px; }
.vem-generic__content h3 { font-size: 21px; margin: 28px 0 10px; }
.vem-generic__content p { margin: 0 0 18px; }
.vem-generic__content a { color: var(--vem-accent); }
.vem-generic__content img { max-width: 100%; height: auto; border-radius: 10px; }
.vem-generic__content ul,
.vem-generic__content ol { margin: 0 0 18px; padding-left: 22px; }
.vem-generic__content li { margin: 0 0 8px; }

/* Listados (index.php: archivos, búsqueda, blog) */
.vem-generic__list { display: grid; gap: 28px; margin-top: 8px; }
.vem-generic__card { padding-bottom: 24px; border-bottom: 1px solid var(--vem-line, #e6e0d6); }
.vem-generic__card-title { font-size: 24px; font-weight: 500; margin: 0 0 8px; }
.vem-generic__card-title a { color: var(--vem-text); text-decoration: none; }
.vem-generic__card-title a:hover { color: var(--vem-accent); }
.vem-generic__excerpt { color: var(--vem-text-soft); line-height: 1.65; }
.vem-generic__nav { margin-top: 40px; }
.vem-generic__nav a, .vem-generic__nav .page-numbers {
  display: inline-block; padding: 6px 12px; margin: 0 4px;
  border: 1px solid var(--vem-line, #e6e0d6); border-radius: 8px;
  color: var(--vem-text); text-decoration: none;
}
.vem-generic__nav .current { background: var(--vem-primary); color: #fff; border-color: var(--vem-primary); }
.vem-generic__empty { color: var(--vem-text-soft); font-size: 18px; padding: 40px 0; }

/* ============================================================
 *  /rutas/ — utilidades + PREVIEW hero A y filtros en vivo
 *  (jul 2026 · la vista normal no cambia)
 * ============================================================ */
.vem-archive-v2 .is-hidden { display: none !important; }

/* --- PREVIEW: Hero A imagen a sangre --- */
.vem-archive-pa .vem-archive-heroA {
  position: relative;
  min-height: clamp(380px, 52vh, 540px);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
}
.vem-archive-pa .vem-archive-heroA__bg,
.vem-archive-pa .vem-archive-heroA__bg img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.vem-archive-pa .vem-archive-heroA__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(24,17,10,.30) 0%, rgba(24,17,10,.55) 70%, rgba(24,17,10,.68) 100%);
}
.vem-archive-pa .vem-archive-heroA__inner {
  position: relative;
  z-index: 1;
  max-width: 820px;
  padding: 48px 20px 72px;
}
.vem-archive-pa .vem-eyebrow--light { color: rgba(255,255,255,.75); }
.vem-archive-pa .vem-archive-heroA .vem-h-display {
  color: #fff;
  font-size: clamp(34px, 4.6vw, 58px);
  line-height: 1.1;
}
.vem-archive-pa .vem-archive-heroA__lead {
  margin: 14px 0 0;
  font-family: var(--vem-font-serif);
  font-size: clamp(16px, 1.5vw, 19px);
  color: rgba(255,255,255,.85);
}

/* --- PREVIEW: tarjeta de filtros flotante sobre el hero --- */
.vem-archive-pa .vem-archive-filters--live {
  padding: 0 0 28px;
  border-bottom: 1px solid var(--vem-line);
}
.vem-archive-pa .vem-filtercard {
  background: var(--vem-white);
  border: 1px solid var(--vem-line);
  padding: 18px 22px 14px;
  margin-top: -44px;
  position: relative;
  z-index: 2;
  box-shadow: 0 12px 32px rgba(24,17,10,.10);
}
.vem-archive-pa .vem-filterbar {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.vem-archive-pa .vem-filterbar__icon {
  display: inline-flex;
  color: var(--vem-text-soft);
  flex: none;
}
.vem-archive-pa .vem-filterbar__group {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.vem-archive-pa .vem-filterbar__sep {
  width: 1px;
  align-self: stretch;
  min-height: 28px;
  background: var(--vem-line);
  margin: 0 8px;
}
.vem-archive-pa .vem-chip3 {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 9px 16px;
  background: var(--vem-white);
  border: 1px solid var(--vem-line);
  border-radius: 999px;
  font-family: var(--vem-font-sans);
  font-size: 13px;
  font-weight: 500;
  color: var(--vem-text);
  cursor: pointer;
  transition: border-color .2s ease, background .2s ease, color .2s ease;
}
.vem-archive-pa .vem-chip3:hover { border-color: var(--vem-primary); }
.vem-archive-pa .vem-chip3 .n { font-size: 11px; opacity: .65; }
.vem-archive-pa .vem-chip3 .x { display: none; font-size: 14px; line-height: 1; margin-left: 2px; }
.vem-archive-pa .vem-chip3.is-on {
  background: var(--vem-primary);
  border-color: var(--vem-primary);
  color: var(--vem-white);
}
.vem-archive-pa .vem-chip3.is-on[data-value]:not([data-value=""]) .x { display: inline; }
.vem-archive-pa .vem-filterbar__foot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  border-top: 1px solid var(--vem-line);
  margin-top: 14px;
  padding-top: 11px;
}
.vem-archive-pa .vem-filter-summary {
  font-family: var(--vem-font-sans);
  font-size: 13px;
  color: var(--vem-text-soft);
  margin: 0;
}
.vem-archive-pa .vem-filter-clear {
  background: none;
  border: none;
  padding: 0;
  font-family: var(--vem-font-sans);
  font-size: 13px;
  color: var(--vem-text);
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
}
.vem-archive-pa .vem-filter-clear:hover { opacity: .7; }
@media (max-width: 720px) {
  .vem-archive-pa .vem-filterbar__sep { display: none; }
  .vem-archive-pa .vem-filtercard { margin-top: -32px; padding: 14px 16px 12px; }
  .vem-archive-pa .vem-filterbar { row-gap: 12px; }
  .vem-archive-pa .vem-filterbar__foot { flex-direction: column; align-items: flex-start; gap: 8px; }
}

/* ==========================================================================
   TESTIMONIOS — bloque nativo (sin salida a TripAdvisor/Google)
   Render: vem_render_testimonios() en functions.php
   ========================================================================== */

.vem-testimonios { padding-top: var(--vem-space-section); padding-bottom: var(--vem-space-section); }

.vem-testimonios__head { text-align: center; max-width: 720px; margin: 0 auto var(--vem-space-block); }

.vem-testimonios__rating {
  display: inline-flex;
  align-items: baseline;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 18px;
  padding: 10px 20px;
  border: 1px solid var(--vem-line);
  border-radius: 999px;
  background: var(--vem-white);
}
.vem-testimonios__stars { color: var(--vem-accent); letter-spacing: 2px; font-size: 15px; }
.vem-testimonios__score { font-family: var(--vem-font-serif); font-size: 22px; line-height: 1; color: var(--vem-text); }
.vem-testimonios__count { font-size: 13px; color: var(--vem-text-soft); }
.vem-testimonios__count strong { color: var(--vem-text); font-weight: 600; }

/* --- rejilla --- */
.vem-testimonios__grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: start;
  gap: 20px;
}
@media (max-width: 1024px) { .vem-testimonios__grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px)  { .vem-testimonios__grid { grid-template-columns: 1fr; gap: 16px; } }

.vem-testimonios__item { display: flex; }
.vem-testimonios__item[hidden] { display: none !important; }

/* --- tarjeta --- */
.vem-testimonio {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 26px 26px 22px;
  background: var(--vem-white);
  border: 1px solid var(--vem-line);
  border-radius: 4px;
  transition: transform .2s ease, box-shadow .2s ease;
}
.vem-testimonio:hover { transform: translateY(-2px); box-shadow: 0 10px 30px rgba(26, 31, 28, .07); }

.vem-testimonio__top { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 14px; }
.vem-testimonio__stars { color: var(--vem-accent); letter-spacing: 3px; font-size: 14px; }

.vem-testimonio__text {
  margin: 0 0 16px;
  font-family: var(--vem-font-serif);
  font-size: 18px;
  line-height: 1.55;
  color: var(--vem-text);
  quotes: '\201C' '\201D';
}
.vem-testimonio__text::before { content: open-quote; }
.vem-testimonio__text::after  { content: close-quote; }

/* Reseñas largas: se recortan a 8 líneas para que la rejilla quede pareja */
.vem-testimonio__text.is-clamped {
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.vem-testimonio__mas {
  align-self: flex-start;
  margin: 0 0 16px;
  padding: 0;
  border: 0;
  border-bottom: 1px solid currentColor;
  background: none;
  font-family: var(--vem-font-sans);
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: var(--vem-accent);
  cursor: pointer;
}
.vem-testimonio__mas:hover { color: var(--vem-text); }
.vem-testimonio__mas:focus-visible { outline: 2px solid var(--vem-accent); outline-offset: 3px; }

.vem-testimonio__trip {
  margin: 0 0 18px;
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: var(--vem-text-soft);
}

.vem-testimonio__cite {
  display: flex;
  align-items: center;
  margin-top: auto;
  padding-top: 16px;
  border-top: 1px solid var(--vem-line);
  font-style: normal;
}
.vem-testimonio__who { display: flex; flex-direction: column; gap: 2px; }
.vem-testimonio__name {
  display: inline-flex; align-items: center; gap: 7px;
  font-size: 14px; font-weight: 600; color: var(--vem-text);
}
.vem-testimonio__flag { font-size: 15px; line-height: 1; }
.vem-testimonio__where { font-size: 12px; color: var(--vem-text-soft); }

/* --- slots sin publicar: solo visibles para editores --- */
.vem-testimonios__item.is-slot .vem-testimonio {
  background: repeating-linear-gradient(45deg, #FBF9F4, #FBF9F4 10px, #F4F0E7 10px, #F4F0E7 20px);
  border-style: dashed;
}
.vem-testimonio__slot-tag {
  font-size: 10px;
  letter-spacing: .08em;
  text-transform: uppercase;
  padding: 3px 8px;
  border-radius: 3px;
  background: var(--vem-accent);
  color: var(--vem-white);
}
.vem-testimonios__item.is-slot .vem-testimonio__text { font-style: italic; color: var(--vem-text-soft); font-size: 16px; }

@media (prefers-reduced-motion: reduce) {
  .vem-testimonio { transition: none; }
  .vem-testimonio:hover { transform: none; }
}

/* ==========================================================================
   TESTIMONIOS EN CARRUSEL — vem_render_testimonios( [ 'modo' => 'cinta' ] )
   Una fila, 4 tarjetas por vista, navegación por puntos. Sin autoplay.
   ========================================================================== */

.vem-tm { padding: var(--vem-space-section) 0; background: var(--vem-bg-alt); }

.vem-tm__head { text-align: center; max-width: 680px; margin: 0 auto 26px; padding: 0 var(--vem-gutter); }
.vem-tm__rating {
  display: inline-flex; align-items: baseline; flex-wrap: wrap; justify-content: center; gap: 10px;
  margin-top: 16px; padding: 9px 18px;
  border: 1px solid var(--vem-line); border-radius: 999px; background: var(--vem-white);
}
.vem-tm__rating i { font-style: normal; color: var(--vem-accent); letter-spacing: 2px; font-size: 14px; }
.vem-tm__rating b { font-family: var(--vem-font-serif); font-size: 21px; line-height: 1; font-weight: 400; }
.vem-tm__rating span { font-size: 12.5px; color: var(--vem-text-soft); }

/* ---- carrusel ---- */
.vem-tm__viewport {
  overflow-x: auto; overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding: 6px var(--vem-gutter) 10px;
  scroll-padding-inline: var(--vem-gutter);   /* si no, la 1ª tarjeta encaja en scrollLeft = padding */
  scrollbar-width: none; -ms-overflow-style: none;
}
.vem-tm__viewport::-webkit-scrollbar { display: none; }
.vem-tm__viewport:focus-visible { outline: 2px solid var(--vem-accent); outline-offset: -2px; }

.vem-tm__track { display: flex; gap: 16px; align-items: stretch; }

/* Cuatro por vista. El ancho lo calcula el JS en --tm-ancho a partir del
   ancho real del carrusel: los porcentajes dentro de un contenedor con
   scroll no resuelven de forma fiable y salían 3,65 tarjetas en vez de 4.
   El flex-basis de aquí es solo el respaldo si el JS no llega a correr. */
.vem-tm__card {
  flex: 0 0 var(--tm-ancho, 300px);
  /* border-box: si no, el ancho se suma al relleno y las tarjetas
     salen 46 px más anchas de la cuenta.
     min-width 0: el recorte con -webkit-box infla el tamaño mínimo
     del flex item y revienta el reparto. */
  box-sizing: border-box; min-width: 0;
  display: flex; flex-direction: column;
  scroll-snap-align: start;
  padding: 20px 22px 16px;
  background: var(--vem-white); border: 1px solid var(--vem-line); border-radius: 4px;
  transition: border-color .2s ease;
}

.vem-tm__card:hover { border-color: var(--vem-accent); }
.vem-tm__stars { color: var(--vem-accent); font-size: 12px; letter-spacing: 3px; margin-bottom: 10px; }
.vem-tm__text {
  margin: 0 0 10px; font-family: var(--vem-font-serif); font-size: 16.5px; line-height: 1.5; color: var(--vem-text);
  display: -webkit-box; -webkit-line-clamp: 6; -webkit-box-orient: vertical; overflow: hidden;
}
.vem-tm__card.is-open .vem-tm__text { -webkit-line-clamp: unset; }
.vem-tm__mas {
  align-self: flex-start; margin: 0 0 12px; padding: 0;
  border: 0; border-bottom: 1px solid currentColor; background: none;
  font-family: var(--vem-font-sans); font-size: 11.5px; line-height: 1.6;
  letter-spacing: .04em; text-transform: uppercase; color: var(--vem-accent); cursor: pointer;
}
.vem-tm__mas:hover { color: var(--vem-text); }
.vem-tm__mas:focus-visible { outline: 2px solid var(--vem-accent); outline-offset: 3px; }
.vem-tm__cite {
  margin-top: auto; padding-top: 12px; border-top: 1px solid var(--vem-line);
  display: flex; flex-direction: column; gap: 2px;
}
.vem-tm__cite strong { font-size: 13.5px; font-weight: 600; display: inline-flex; align-items: center; gap: 6px; }
.vem-tm__cite span   { font-size: 11.5px; color: var(--vem-text-soft); }
.vem-tm__bandera { font-size: 14px; line-height: 1; }

/* ---- puntos ---- */
.vem-tm__puntos { display: none; justify-content: center; margin-top: 24px; }
.vem-tm.tiene-puntos .vem-tm__puntos { display: flex; }
.vem-tm__puntos-tira { display: flex; align-items: center; gap: 9px; }
.vem-tm__punto {
  width: 7px; height: 7px; padding: 0; border: 0; border-radius: 50%;
  background: var(--vem-line); cursor: pointer;
  transition: transform .22s ease, background-color .22s ease;
}
.vem-tm__punto[hidden] { display: none; }
.vem-tm__punto:hover { background: var(--vem-text-soft); }
.vem-tm__punto.is-activo { background: var(--vem-primary); transform: scale(1.5); }
.vem-tm__punto.is-borde  { transform: scale(.6); }
.vem-tm__punto.is-borde.is-activo { transform: scale(1.5); }
.vem-tm__punto:focus-visible { outline: 2px solid var(--vem-accent); outline-offset: 3px; }

/* el aviso solo lo leen los lectores de pantalla */
.vem-tm__aviso {
  position: absolute; width: 1px; height: 1px; margin: -1px;
  padding: 0; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}

@media (prefers-reduced-motion: reduce) {
  .vem-tm__viewport { scroll-behavior: auto; }
  .vem-tm__punto { transition: none; }
}
