/* ===========================================================
   SAFARI PATAGONIA ARGENTINA — Estilos compartidos v2.0
   Tema claro con hero oscuro
   =========================================================== */

/* Google Fonts — cargar en cada HTML que use este CSS */
@import url('https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,300;0,9..144,400;0,9..144,600;0,9..144,700;1,9..144,300;1,9..144,400;1,9..144,600&family=Outfit:wght@300;400;500&family=Space+Mono&display=swap');

:root {
  /* — Paleta — */
  --estepa:      #8C5E3A;
  --glaciar:     #2D6B73;
  --puma:        #D4921A;
  --neblina:     #F4EDE1;
  --basalto:     #1D1A14;
  --basalto-2:   #272320;
  --white:       #FFFFFF;
  --off-white:   #FAF7F2;
  --border:      rgba(29,26,20,0.1);
  --muted:       rgba(29,26,20,0.52);
  --muted-dark:  rgba(244,237,225,0.55);

  /* — Tipografías — */
  --display: 'Fraunces', serif;
  --body:    'Outfit', sans-serif;
  --mono:    'Space Mono', monospace;

  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

/* ===========================================================
   RESET Y BASE
   =========================================================== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }

body {
  background: var(--off-white);
  color: var(--basalto);
  font-family: var(--body);
  font-weight: 300;
  line-height: 1.7;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; }

h1, h2, h3, h4 {
  font-family: var(--display);
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -0.01em;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}

/* ===========================================================
   COMPONENTES COMUNES
   =========================================================== */

/* Tag / etiqueta */
.tag {
  font-family: var(--mono);
  font-size: 0.63rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--puma);
  display: block;
  margin-bottom: 1.1rem;
}

/* Encabezados de sección */
.section-header { margin-bottom: 3.5rem; }
.section-title {
  font-family: var(--display);
  font-size: clamp(2.1rem, 4vw, 3.5rem);
  font-weight: 300;
  line-height: 1.1;
  margin-bottom: 1.1rem;
  color: var(--basalto);
}
.section-title strong { font-weight: 700; }
.section-title em { font-style: italic; color: var(--muted); }
/* .section-divider — ahora definido en sección "Huella de puma" con ::before/::after */
.section-desc { font-size: 0.975rem; color: var(--muted); max-width: 480px; line-height: 1.8; }

/* Pills de metadata */
.meta { display: flex; gap: 0.5rem; flex-wrap: wrap; }
.pill {
  font-family: var(--mono);
  font-size: 0.58rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.22rem 0.55rem;
  border: 1px solid;
}
.pill-dur  { border-color: var(--glaciar); color: var(--glaciar); }
.pill-dif  { border-color: var(--estepa);  color: var(--estepa); }
.pill-seas { border-color: rgba(29,26,20,0.25); color: var(--muted); }

/* Placeholders de foto */
.photo-placeholder {
  width: 100%; height: 100%;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--mono);
  font-size: 0.58rem;
  letter-spacing: 0.12em;
  color: rgba(29,26,20,0.18);
  background: linear-gradient(135deg, #EDE5D8 0%, #E0D8CA 100%);
  text-transform: uppercase;
}

/* Botones */
.btn-primary {
  display: inline-flex; align-items: center; gap: 0.6rem;
  background: var(--basalto); color: var(--neblina);
  font-family: var(--body); font-size: 0.775rem; font-weight: 700;
  letter-spacing: 0.1em; text-transform: uppercase;
  padding: 0.875rem 1.7rem; border: none;
  transition: background 0.25s, transform 0.25s;
}
.btn-primary:hover { background: var(--basalto-2); transform: translateY(-2px); }

.btn-outline {
  display: inline-flex; align-items: center; gap: 0.6rem;
  background: transparent; color: var(--neblina);
  font-family: var(--body); font-size: 0.775rem; font-weight: 400;
  letter-spacing: 0.1em; text-transform: uppercase;
  padding: 0.875rem 0; border: none;
  border-bottom: 1px solid rgba(244,237,225,0.35);
  transition: color 0.25s, border-color 0.25s;
}
.btn-outline:hover { color: var(--puma); border-color: var(--puma); }

.btn-wa {
  display: inline-flex; align-items: center; gap: 0.4rem;
  background: var(--glaciar); color: #fff;
  font-family: var(--body); font-size: 0.75rem; font-weight: 700;
  letter-spacing: 0.05em; text-transform: uppercase;
  padding: 0.55rem 1.1rem;
  transition: background 0.25s, transform 0.25s;
}
.btn-wa:hover { background: #3A8D95; transform: translateY(-1px); }

.btn-wa-green {
  display: inline-flex; align-items: center; gap: 0.6rem;
  background: var(--basalto); color: var(--neblina);
  font-family: var(--body); font-size: 0.825rem; font-weight: 700;
  letter-spacing: 0.06em; text-transform: uppercase;
  padding: 1rem 2rem;
  transition: background 0.25s, transform 0.25s;
  width: 100%; justify-content: center;
}
.btn-wa-green:hover { background: var(--basalto-2); transform: translateY(-2px); }

/* Animaciones scroll */
.fade-in {
  opacity: 0; transform: translateY(16px);
  transition: opacity 0.6s var(--ease), transform 0.6s var(--ease);
}
.fade-in.visible { opacity: 1; transform: translateY(0); }
.fade-in:nth-child(2) { transition-delay: 0.08s; }
.fade-in:nth-child(3) { transition-delay: 0.16s; }
.fade-in:nth-child(4) { transition-delay: 0.24s; }
.fade-in:nth-child(5) { transition-delay: 0.32s; }

/* ===========================================================
   NAVEGACIÓN
   =========================================================== */
#navbar {
  position: fixed; top: 0; left: 0; right: 0; z-index: 800;
  display: flex; align-items: center; justify-content: space-between;
  padding: 1.5rem 2.5rem;
  transition: padding 0.35s, background 0.35s, border-color 0.35s, box-shadow 0.35s;
  border-bottom: 1px solid transparent;
}

#navbar.scrolled {
  background: rgba(255,255,255,0.97);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  padding: 0.9rem 2.5rem;
  border-bottom-color: var(--border);
  box-shadow: 0 1px 20px rgba(29,26,20,0.06);
}

/* Logo */
.nav-logo { display: flex; align-items: center; gap: 0.7rem; text-decoration: none; }
.nav-logo-img {
  width: 34px; height: 34px; object-fit: contain;
  filter: brightness(0) invert(1);   /* blanco en hero oscuro */
  transition: filter 0.35s;
}
#navbar.scrolled .nav-logo-img { filter: none; }  /* negro en nav blanca */
.nav-logo-mark {
  width: 34px; height: 34px;
  background: var(--puma);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--display); font-size: 1rem; font-weight: 700;
  color: var(--basalto); flex-shrink: 0;
}
.nav-logo-text { display: flex; flex-direction: column; line-height: 1.15; }
.nav-logo-text .name {
  font-family: var(--display); font-size: 1rem; font-weight: 600;
  letter-spacing: 0.03em; color: var(--neblina);
  transition: color 0.35s;
}
.nav-logo-text .sub {
  font-family: var(--mono); font-size: 0.52rem;
  letter-spacing: 0.22em; text-transform: uppercase; color: var(--puma);
}
#navbar.scrolled .nav-logo-text .name { color: var(--basalto); }

/* ── Dropdown Recursos ── */
.nav-item-dropdown { position: relative; }
.nav-dropdown-btn {
  font-family: var(--body); font-size: 0.78rem; font-weight: 400;
  letter-spacing: 0.07em; text-transform: uppercase;
  color: rgba(244,237,225,0.75);
  cursor: pointer; background: none; border: none; padding: 0;
  display: flex; align-items: center; gap: 0.35rem;
  transition: color 0.25s;
}
.nav-dropdown-btn svg { transition: transform 0.25s; flex-shrink: 0; }
.nav-item-dropdown:hover .nav-dropdown-btn { color: var(--neblina); }
.nav-item-dropdown:hover .nav-dropdown-btn svg { transform: rotate(180deg); }
#navbar.scrolled .nav-dropdown-btn { color: var(--muted); }
#navbar.scrolled .nav-item-dropdown:hover .nav-dropdown-btn { color: var(--basalto); }

.nav-dropdown-panel {
  position: absolute; top: 100%; left: 50%;
  transform: translateX(-50%) translateY(6px);
  background: var(--white); border: 1px solid var(--border);
  box-shadow: 0 12px 40px rgba(29,26,20,0.12);
  min-width: 210px; padding: 0.4rem 0;
  margin-top: 0.75rem;  /* visual separación */
  opacity: 0; pointer-events: none;
  transition: opacity 0.22s var(--ease), transform 0.22s var(--ease);
  z-index: 200;
}
/* Puente invisible que cubre el gap entre trigger y panel */
.nav-dropdown-panel::before {
  content: '';
  position: absolute;
  top: -0.85rem;
  left: -1rem; right: -1rem;
  height: 0.85rem;
  background: transparent;
}
.nav-item-dropdown:hover .nav-dropdown-panel {
  opacity: 1; pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}
.nav-dropdown-panel a {
  display: block !important; padding: 0.6rem 1.25rem;
  font-size: 0.82rem !important; letter-spacing: 0.02em !important;
  text-transform: none !important; color: var(--muted) !important;
  transition: color 0.2s, background 0.2s;
  position: static !important;
}
.nav-dropdown-panel a:hover {
  color: var(--basalto) !important; background: var(--off-white);
}
.nav-dropdown-panel a::after { display: none !important; }

/* ── Íconos de redes sociales en nav ── */
.nav-social-icons { display: flex; align-items: center; gap: 0.7rem; margin-left: 0.25rem; }
.nav-social-icons a {
  display: flex; align-items: center; justify-content: center;
  color: rgba(244,237,225,0.55); transition: color 0.25s;
  position: static !important; line-height: 0;
}
.nav-social-icons a:hover { color: var(--puma); }
.nav-social-icons a::after { display: none !important; }
#navbar.scrolled .nav-social-icons a { color: var(--muted); }
#navbar.scrolled .nav-social-icons a:hover { color: var(--basalto); }

/* Links */
.nav-links { display: flex; align-items: center; gap: 2rem; list-style: none; }
.nav-links a {
  font-family: var(--body); font-size: 0.78rem; font-weight: 400;
  letter-spacing: 0.07em; text-transform: uppercase;
  color: rgba(244,237,225,0.75); position: relative;
  transition: color 0.25s;
}
.nav-links a::after {
  content: ''; position: absolute; bottom: -4px; left: 0;
  width: 0; height: 1px; background: var(--puma);
  transition: width 0.3s var(--ease);
}
.nav-links a:hover { color: var(--neblina); }
.nav-links a:hover::after { width: 100%; }
#navbar.scrolled .nav-links a { color: var(--muted); }
#navbar.scrolled .nav-links a:hover { color: var(--basalto); }

.nav-cta-btn {
  background: var(--basalto) !important; color: var(--neblina) !important;
  font-weight: 700 !important; padding: 0.45rem 1.1rem;
  transition: background 0.25s !important;
}
.nav-cta-btn::after { display: none !important; }
.nav-cta-btn:hover { background: var(--basalto-2) !important; color: var(--neblina) !important; }
#navbar.scrolled .nav-cta-btn { color: var(--neblina) !important; }

/* ── Selector de idioma ── */
.nav-lang { display: flex; align-items: center; }
.nav-lang a {
  font-size: 1.25rem; line-height: 1; padding: 0.1rem 0.2rem;
  opacity: 0.75; transition: opacity 0.2s, transform 0.2s;
  position: static !important;
}
.nav-lang a::after { display: none !important; }
.nav-lang a:hover { opacity: 1; transform: scale(1.15); }

/* Breadcrumb (páginas internas) */
.breadcrumb {
  font-family: var(--mono); font-size: 0.6rem; letter-spacing: 0.12em;
  text-transform: uppercase; color: rgba(244,237,225,0.5);
  display: flex; align-items: center; gap: 0.5rem;
  margin-bottom: 1.5rem;
}
.breadcrumb a { color: rgba(244,237,225,0.5); transition: color 0.25s; }
.breadcrumb a:hover { color: var(--puma); }
.breadcrumb span { color: rgba(244,237,225,0.3); }

/* Hamburger móvil */
.nav-hamburger {
  display: none; flex-direction: column; gap: 5px;
  background: none; border: none; padding: 4px;
}
.nav-hamburger span {
  display: block; width: 22px; height: 1.5px;
  background: var(--neblina); transition: all 0.3s;
}
#navbar.scrolled .nav-hamburger span { background: var(--basalto); }

/* Menú móvil overlay */
.nav-mobile {
  display: none; position: fixed; inset: 0;
  background: var(--basalto); z-index: 900;
  flex-direction: column; align-items: center; justify-content: center; gap: 2.25rem;
}
.nav-mobile.open { display: flex; }
.nav-mobile a {
  font-family: var(--display); font-size: 2.2rem; font-weight: 300;
  color: var(--neblina); letter-spacing: 0.02em; transition: color 0.25s;
}
.nav-mobile a:hover { color: var(--puma); }
.nav-mobile-close {
  position: absolute; top: 1.75rem; right: 2rem;
  font-size: 1.4rem; background: none; border: none;
  color: rgba(244,237,225,0.5); transition: color 0.25s;
}
.nav-mobile-close:hover { color: var(--puma); }

/* ===========================================================
   HUELLA DE PUMA — identidad de marca
   SVG: elipse central + 4 almohadillas superiores
   =========================================================== */

/* — Paw inline (para usar dentro de HTML) — */
.paw-icon {
  display: inline-block; flex-shrink: 0; vertical-align: middle;
  fill: currentColor;
}

/* — Fondo decorativo: hero principal — eliminado */

/* — Fondo decorativo: sección conservación — */
.conservacion-section { position: relative; }
.conservacion-section::before {
  content: '';
  position: absolute; z-index: 0; pointer-events: none;
  right: 4%; bottom: 8%;
  width: 220px; height: 248px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 90'%3E%3Cellipse cx='40' cy='72' rx='22' ry='18' fill='%23F4EDE1'/%3E%3Cellipse cx='14' cy='46' rx='10' ry='8' transform='rotate(-25 14 46)' fill='%23F4EDE1'/%3E%3Cellipse cx='32' cy='34' rx='10' ry='8' transform='rotate(-8 32 34)' fill='%23F4EDE1'/%3E%3Cellipse cx='50' cy='34' rx='10' ry='8' transform='rotate(8 50 34)' fill='%23F4EDE1'/%3E%3Cellipse cx='68' cy='46' rx='10' ry='8' transform='rotate(25 68 46)' fill='%23F4EDE1'/%3E%3C/svg%3E") center/contain no-repeat;
  opacity: 0.06;
  transform: rotate(-8deg);
}

/* — Huella pequeña junto al divisor de sección — */
.section-divider {
  display: flex; align-items: center; gap: 0.7rem;
  margin-bottom: 1.4rem; height: 2px;
}
.section-divider::before {
  content: ''; flex-shrink: 0;
  width: 44px; height: 2px; background: var(--puma);
}
.section-divider::after {
  content: '';
  width: 13px; height: 15px; flex-shrink: 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 90'%3E%3Cellipse cx='40' cy='72' rx='22' ry='18' fill='%23D4921A'/%3E%3Cellipse cx='14' cy='46' rx='10' ry='8' transform='rotate(-25 14 46)' fill='%23D4921A'/%3E%3Cellipse cx='32' cy='34' rx='10' ry='8' transform='rotate(-8 32 34)' fill='%23D4921A'/%3E%3Cellipse cx='50' cy='34' rx='10' ry='8' transform='rotate(8 50 34)' fill='%23D4921A'/%3E%3Cellipse cx='68' cy='46' rx='10' ry='8' transform='rotate(25 68 46)' fill='%23D4921A'/%3E%3C/svg%3E") center/contain no-repeat;
  opacity: 0.55;
}

/* ===========================================================
   HÉROE PRINCIPAL (index)
   =========================================================== */
.site-hero {
  min-height: 100svh; display: flex; flex-direction: column;
  justify-content: flex-end; position: relative; overflow: hidden;
  padding-bottom: 5.5rem;
}
.hero-bg {
  position: absolute; inset: 0;
  background: var(--basalto);
}
.hero-bg img {
  width: 100%; height: 100%; object-fit: cover; opacity: 0.55;
}
.hero-bg::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(29,26,20,0.05) 0%, rgba(29,26,20,0.4) 45%, rgba(29,26,20,0.88) 80%, var(--basalto) 100%);
}
.hero-bg-placeholder {
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--mono); font-size: 0.62rem; letter-spacing: 0.18em;
  color: rgba(244,237,225,0.1); text-transform: uppercase;
}
.hero-content {
  position: relative; z-index: 2;
  padding: 0 2.5rem; max-width: 1200px; width: 100%; margin: 0 auto;
}
.hero-eyebrow {
  display: flex; align-items: center; gap: 1rem; margin-bottom: 1.5rem;
}
.hero-eyebrow::before { content: ''; width: 36px; height: 1px; background: var(--puma); flex-shrink: 0; }
.hero-eyebrow span {
  font-family: var(--mono); font-size: 0.6rem; letter-spacing: 0.22em;
  text-transform: uppercase; color: var(--puma);
}
.hero-title {
  font-family: var(--display); font-weight: 700; font-style: normal;
  font-size: clamp(2.2rem, 5.5vw, 5rem); line-height: 1.0;
  letter-spacing: -0.03em; margin-bottom: 1.75rem; color: var(--neblina);
}
.hero-title span { display: block; }
.hero-title strong { font-weight: 700; font-style: normal; display: block; color: var(--puma); }
.hero-sub {
  font-size: 1rem; font-weight: 300; color: var(--muted-dark);
  max-width: 440px; margin-bottom: 2.5rem; line-height: 1.75;
}
.hero-actions { display: flex; align-items: center; gap: 1.5rem; flex-wrap: wrap; }
.hero-scroll {
  position: absolute; bottom: 2rem; right: 2.5rem; z-index: 2;
  display: flex; flex-direction: column; align-items: center; gap: 0.5rem;
}
.scroll-line {
  width: 1px; height: 52px;
  background: linear-gradient(to bottom, var(--puma), transparent);
  animation: scrollPulse 2s ease-in-out infinite;
}
.scroll-label {
  font-family: var(--mono); font-size: 0.55rem; letter-spacing: 0.2em;
  text-transform: uppercase; color: rgba(244,237,225,0.4); writing-mode: vertical-rl;
}
@keyframes scrollPulse {
  0%, 100% { opacity: 1; transform: scaleY(1); }
  50% { opacity: 0.4; transform: scaleY(0.6); }
}

/* ═══════════════════════════════════════════════
   HERO — LAYOUT C (cinematic floor)
   ═══════════════════════════════════════════════ */
.hero-top-label {
  position: absolute; top: 2rem; right: 2.5rem; z-index: 2;
  font-family: var(--mono); font-size: 0.5rem; letter-spacing: 0.28em;
  text-transform: uppercase; color: rgba(244,237,225,0.18);
}
.hero-floor {
  position: relative; z-index: 2;
  width: 100%; max-width: 1200px; margin: 0 auto;
  padding: 0 2.5rem 4.5rem;
  display: flex; align-items: flex-end; justify-content: space-between; gap: 4rem;
}
.hero-floor-left { flex: 1; min-width: 0; }
.hero-eyebrow-c {
  font-family: var(--mono); font-size: 0.58rem; letter-spacing: 0.22em;
  text-transform: uppercase; color: var(--puma);
  display: block; margin-bottom: 1.75rem;
}
.hero-title-c {
  font-family: var(--display); font-weight: 700; font-style: normal;
  font-size: clamp(3.5rem, 9vw, 8.5rem); line-height: 0.9;
  letter-spacing: -0.03em; color: var(--neblina); margin: 0 0 2.75rem;
}
.hero-floor .hero-actions { display: flex; align-items: center; gap: 1.25rem; flex-wrap: wrap; }
.hero-floor-right {
  display: flex; flex-direction: column; align-items: flex-end;
  gap: 0; flex-shrink: 0; padding-bottom: 0.35rem; max-width: 180px;
}
.hero-stat-c {
  text-align: right;
  border-top: 1px solid rgba(212,146,26,0.35); padding-top: 1rem;
}
.hero-stat-num {
  font-family: var(--display); font-size: 3.5rem; font-weight: 300;
  font-style: italic; color: var(--puma); display: block; line-height: 1;
}
.hero-stat-label {
  font-family: var(--mono); font-size: 0.5rem; letter-spacing: 0.15em;
  text-transform: uppercase; color: rgba(244,237,225,0.38);
  display: block; margin-top: 0.65rem; line-height: 1.8; text-align: right;
}

/* Data strip (reemplaza hero-bar) */
.data-strip {
  position: relative; z-index: 3;
  background: var(--basalto);
  border-top: 1px solid rgba(244,237,225,0.06);
  border-bottom: 1px solid rgba(244,237,225,0.06);
  padding: 1rem 2.5rem;
}
.data-strip-inner {
  max-width: 1200px; margin: 0 auto;
  display: flex; align-items: center; flex-wrap: wrap;
}
.data-strip-item {
  font-family: var(--mono); font-size: 0.58rem; letter-spacing: 0.12em;
  text-transform: uppercase; color: rgba(244,237,225,0.38);
  display: flex; align-items: baseline; gap: 0.55rem;
}
.data-strip-item strong {
  font-family: var(--display); font-size: 1.05rem; font-weight: 700;
  color: var(--puma); font-style: normal; letter-spacing: 0;
}
.data-strip-sep {
  width: 1px; height: 12px; background: rgba(244,237,225,0.1);
  margin: 0 1.75rem; flex-shrink: 0;
}

@media (max-width: 640px) {
  .hero-floor { flex-direction: column; align-items: flex-start; gap: 2.5rem; padding: 0 1.25rem 3.5rem; }
  .hero-floor-right { align-items: flex-start; max-width: none; }
  .hero-stat-c { text-align: left; }
  .hero-stat-label { text-align: left; }
  .hero-top-label { display: none; }
  .data-strip { padding: 1rem 1.25rem; }
  .data-strip-sep { display: none; }
  .data-strip-inner { gap: 0.75rem; flex-direction: column; align-items: flex-start; }
}

/* ═══════════════════════════════════════════════
   SECTION HEADERS — estilo numerado (diferente de Zoyen)
   ═══════════════════════════════════════════════ */
.sec-head {
  margin-bottom: 3rem;
}
.sec-head-row {
  display: flex; align-items: center; gap: 1.25rem; margin-bottom: 1.5rem;
}
.sec-num {
  font-family: var(--mono); font-size: 0.56rem; letter-spacing: 0.2em;
  color: var(--puma); flex-shrink: 0;
}
.sec-rule {
  flex: 1; height: 1px; background: var(--border); max-width: 80px;
}
.sec-head .section-title {
  margin-bottom: 0; font-style: normal;
}
.sec-head .section-desc {
  margin-top: 1rem;
}

/* ===========================================================
   HÉROE DE PÁGINA DE EXCURSIÓN
   =========================================================== */
.excursion-hero {
  min-height: 70svh; display: flex; flex-direction: column;
  justify-content: flex-end; position: relative; overflow: hidden;
  padding-bottom: 4rem;
  background: var(--basalto);
}
.excursion-hero-bg {
  position: absolute; inset: 0;
}
.excursion-hero-bg img {
  width: 100%; height: 100%; object-fit: cover; opacity: 0.5;
}
.excursion-hero-bg::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(29,26,20,0.2) 0%, rgba(29,26,20,0.8) 100%);
}
.excursion-hero-content {
  position: relative; z-index: 2;
  padding: 0 2.5rem; max-width: 1200px; width: 100%; margin: 0 auto;
}
.excursion-hero-content h1 {
  font-family: var(--display); font-size: clamp(2.5rem, 5.5vw, 5rem);
  font-weight: 300; font-style: italic; color: var(--neblina);
  line-height: 1.05; margin: 1rem 0 1.25rem;
}
.excursion-hero-content h1 strong { font-weight: 700; font-style: normal; }
.excursion-hero-content .meta { margin-top: 0.75rem; }
.excursion-hero-content .pill-dur,
.excursion-hero-content .pill-dif,
.excursion-hero-content .pill-seas { border-color-adjusting: ; }
/* Pills on dark hero */
.excursion-hero .pill-dur  { border-color: rgba(45,107,115,0.6); color: #7CC5CC; }
.excursion-hero .pill-dif  { border-color: rgba(140,94,58,0.6);  color: #C4885A; }
.excursion-hero .pill-seas { border-color: rgba(244,237,225,0.25); color: rgba(244,237,225,0.6); }

/* ===========================================================
   CONTENIDO PRINCIPAL DE EXCURSIÓN
   =========================================================== */
.excursion-body {
  background: var(--off-white);
  padding: 5rem 0 7rem;
}
.excursion-grid {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 4rem;
  align-items: start;
}
.excursion-main { display: flex; flex-direction: column; gap: 3.5rem; }

/* Descripción */
.excursion-desc p {
  font-size: 1.05rem; line-height: 1.85; color: var(--muted);
  margin-bottom: 1rem;
}
.excursion-desc p:first-child {
  font-size: 1.15rem; color: var(--basalto); font-weight: 300;
}

/* Itinerario */
.excursion-section-title {
  font-family: var(--display); font-size: 1.75rem; font-weight: 600;
  color: var(--basalto); margin-bottom: 2rem;
  padding-bottom: 0.75rem; border-bottom: 1px solid var(--border);
}

.timeline { display: flex; flex-direction: column; gap: 0; }
.timeline-item {
  display: grid; grid-template-columns: 72px 1fr;
  gap: 0 1.5rem; position: relative;
}
.timeline-item::before {
  content: ''; position: absolute;
  left: 58px; top: 28px; bottom: -1px;
  width: 1px; background: var(--border);
}
.timeline-item:last-child::before { display: none; }
.timeline-time {
  font-family: var(--mono); font-size: 0.7rem; color: var(--puma);
  letter-spacing: 0.05em; padding-top: 0.1rem; text-align: right;
  padding-right: 0.75rem;
}
.timeline-dot {
  position: absolute; left: 54px; top: 4px;
  width: 9px; height: 9px; border-radius: 50%;
  background: var(--puma); flex-shrink: 0;
}
.timeline-content {
  padding-bottom: 2rem;
}
.timeline-content h4 {
  font-family: var(--body); font-size: 0.875rem; font-weight: 700;
  color: var(--basalto); margin-bottom: 0.35rem; letter-spacing: 0.02em;
}
.timeline-content p {
  font-size: 0.875rem; color: var(--muted); line-height: 1.7;
}

/* Incluye / No incluye */
.includes-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 2rem;
}
.includes-block h3 {
  font-family: var(--mono); font-size: 0.62rem; letter-spacing: 0.15em;
  text-transform: uppercase; color: var(--puma); margin-bottom: 1rem;
  padding-bottom: 0.5rem; border-bottom: 1px solid var(--border);
}
.includes-list { list-style: none; display: flex; flex-direction: column; gap: 0.5rem; }
.includes-list li {
  font-size: 0.875rem; color: var(--muted); padding-left: 1.25rem;
  position: relative; line-height: 1.6;
}
.includes-list li::before {
  position: absolute; left: 0; font-size: 0.75rem;
}
.includes-list.yes li::before { content: '✓'; color: var(--glaciar); }
.includes-list.no  li::before { content: '×'; color: var(--estepa); }

/* Sidebar sticky */
.excursion-sidebar { position: sticky; top: 100px; }
.sidebar-card {
  background: var(--white); border: 1px solid var(--border);
  padding: 1.75rem;
}
.sidebar-title {
  font-family: var(--display); font-size: 1.3rem; font-weight: 600;
  color: var(--basalto); margin-bottom: 1.25rem;
  padding-bottom: 1rem; border-bottom: 1px solid var(--border);
}
.sidebar-info { display: flex; flex-direction: column; gap: 0.9rem; margin-bottom: 1.5rem; }
.sidebar-row { display: flex; justify-content: space-between; align-items: flex-start; }
.sidebar-row-label {
  font-family: var(--mono); font-size: 0.58rem; letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--muted); min-width: 90px;
}
.sidebar-row-val { font-size: 0.875rem; color: var(--basalto); font-weight: 400; text-align: right; }
.sidebar-note {
  font-size: 0.78rem; color: var(--muted); line-height: 1.6;
  border-top: 1px solid var(--border); padding-top: 1rem; margin-top: 0.5rem;
}
.sidebar-back {
  display: block; margin-top: 1rem; text-align: center;
  font-family: var(--mono); font-size: 0.6rem; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--muted); padding: 0.6rem;
  border: 1px solid var(--border); transition: all 0.25s;
}
.sidebar-back:hover { border-color: var(--glaciar); color: var(--glaciar); }

/* ===========================================================
   SECCIÓN CONSERVACIÓN (oscura — igual en index y excursiones)
   =========================================================== */
.conservacion-section {
  padding: 7rem 0; position: relative; overflow: hidden;
  background: var(--basalto);
  color: var(--neblina);
}
.conservacion-section .section-title { color: var(--neblina); }
.conservacion-section .section-desc { color: var(--muted-dark); }
.conservacion-quote {
  font-family: var(--display); font-style: italic;
  font-size: clamp(1.25rem, 2.2vw, 1.6rem); font-weight: 300;
  line-height: 1.5; color: rgba(244,237,225,0.7);
  border: none; padding: 0; margin: 2.25rem 0;
  position: relative; padding-top: 1.5rem;
}
.conservacion-quote::before {
  content: '';
  position: absolute; top: 0; left: 0;
  width: 2.5rem; height: 2px; background: var(--puma); opacity: 0.6;
}
.conservacion-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 5rem; align-items: start;
}
.conservacion-blocks { display: flex; flex-direction: column; }
.conservacion-block { padding: 1.5rem 0; border-top: 1px solid rgba(244,237,225,0.08); }
.conservacion-block h3 {
  font-family: var(--display); font-size: 1.2rem; font-weight: 600;
  margin-bottom: 0.6rem; color: var(--neblina);
}
.conservacion-block p { font-size: 0.875rem; color: var(--muted-dark); line-height: 1.8; }

/* ===========================================================
   FOOTER
   =========================================================== */
footer {
  background: #100E0B;
  border-top: 1px solid rgba(244,237,225,0.06);
  padding: 2.5rem 2.5rem;
}
.footer-inner {
  max-width: 1200px; margin: 0 auto;
  display: flex; align-items: center; justify-content: space-between;
  flex-wrap: wrap; gap: 1.5rem;
}
.footer-logo {
  display: flex; align-items: center; gap: 0.75rem;
  text-decoration: none;
}
.footer-logo span {
  font-family: var(--display); font-size: 0.9rem; font-weight: 600;
  letter-spacing: 0.03em; color: var(--neblina); line-height: 1.2;
}
.footer-logo span small {
  font-family: var(--mono); font-size: 0.52rem; letter-spacing: 0.22em;
  text-transform: uppercase; color: var(--puma); display: block;
  font-weight: 400;
}
.footer-copy {
  font-family: var(--mono); font-size: 0.7rem; letter-spacing: 0.1em;
  color: rgba(244,237,225,0.72); text-align: center; line-height: 1.9;
}
.footer-nav { display: flex; gap: 1.5rem; }
.footer-nav a {
  font-family: var(--mono); font-size: 0.6rem;
  letter-spacing: 0.1em; text-transform: uppercase;
  color: rgba(244,237,225,0.32); transition: color 0.25s;
}
.footer-nav a:hover { color: var(--puma); }

/* ===========================================================
   BOTÓN FLOTANTE WHATSAPP
   =========================================================== */
.wa-float {
  position: fixed; bottom: 2rem; right: 2rem; z-index: 600;
  display: flex; align-items: center; gap: 0.7rem;
  background: var(--basalto); color: var(--neblina);
  font-family: var(--body); font-size: 0.78rem; font-weight: 700;
  letter-spacing: 0.04em; padding: 0.8rem 1.35rem;
  box-shadow: 0 4px 20px rgba(140,94,58,0.38);
  transition: transform 0.25s, box-shadow 0.25s;
  animation: waFloat 3s ease-in-out infinite;
}
.wa-float:hover {
  animation: none;
  transform: translateY(-3px);
  box-shadow: 0 8px 28px rgba(37,211,102,0.5);
}
@keyframes waFloat {
  0%, 100% { transform: translateY(0); }
  50%       { transform: translateY(-4px); }
}

/* ===========================================================
   RESPONSIVE
   =========================================================== */
@media (max-width: 900px) {
  .nav-links { display: none; }
  .nav-hamburger { display: flex; }
  .excursion-grid { grid-template-columns: 1fr; }
  .excursion-sidebar { position: static; }
  .conservacion-grid { grid-template-columns: 1fr; gap: 3rem; }
  .includes-grid { grid-template-columns: 1fr; }
  .hero-bar-inner { gap: 2rem; }
}

@media (max-width: 580px) {
  #navbar { padding: 1.2rem 1.25rem; }
  #navbar.scrolled { padding: 0.8rem 1.25rem; }
  .hero-content, .excursion-hero-content { padding: 0 1.25rem; }
  .container { padding: 0 1.25rem; }
  .hero-bar { padding: 1.25rem; }
  .footer-inner { flex-direction: column; align-items: flex-start; }
  .wa-float .wa-float-label { display: none; }
  .wa-float { border-radius: 50%; width: 3.25rem; height: 3.25rem; padding: 0; justify-content: center; }
}

/* ==========================================================================
   GALERÍA DE FOTOS + LIGHTBOX
   ========================================================================== */
.gallery-section { padding: 5rem 0; background: var(--off-white); }
.gallery-section.gallery-on-tint { background: var(--white); }

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
  gap: 0.85rem;
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.excursion-cta-block { margin-top: 3rem; }

.gallery-item {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  cursor: pointer;
}
.gallery-item .photo-placeholder,
.gallery-item img {
  width: 100%;
  height: 100%;
  transition: transform 0.5s var(--ease);
}
.gallery-item img { object-fit: cover; display: block; }
.gallery-item:hover .photo-placeholder,
.gallery-item:hover img { transform: scale(1.06); }
.gallery-item::after {
  content: '';
  position: absolute; inset: 0;
  background: rgba(29,26,20,0);
  transition: background 0.3s var(--ease);
  pointer-events: none;
}
.gallery-item:hover::after { background: rgba(29,26,20,0.1); }
.gallery-zoom {
  position: absolute; top: 0.65rem; right: 0.65rem;
  width: 30px; height: 30px;
  display: flex; align-items: center; justify-content: center;
  background: rgba(29,26,20,0.45);
  opacity: 0; transform: translateY(-4px);
  transition: opacity 0.3s var(--ease), transform 0.3s var(--ease);
  pointer-events: none;
}
.gallery-item:hover .gallery-zoom { opacity: 1; transform: translateY(0); }

/* Lightbox */
.lightbox {
  position: fixed; inset: 0; z-index: 999;
  background: rgba(13,12,10,0.94);
  display: flex; align-items: center; justify-content: center;
  opacity: 0; visibility: hidden;
  transition: opacity 0.3s var(--ease), visibility 0.3s var(--ease);
}
.lightbox.open { opacity: 1; visibility: visible; }
.lightbox-stage { position: relative; width: min(88vw, 1000px); }
.lightbox-stage .photo-placeholder,
.lightbox-content img {
  width: 100%;
  max-height: 78vh;
}
.lightbox-stage .photo-placeholder {
  aspect-ratio: 16 / 10;
  font-size: 0.7rem;
  letter-spacing: 0.14em;
}
.lightbox-content img { object-fit: contain; display: block; margin: 0 auto; }
.lightbox-counter {
  position: absolute; top: -2.75rem; left: 0;
  font-family: var(--mono); font-size: 0.65rem; letter-spacing: 0.12em;
  color: var(--muted-dark);
}
.lightbox-close, .lightbox-prev, .lightbox-next {
  position: absolute;
  display: flex; align-items: center; justify-content: center;
  padding: 0; line-height: 1; font-family: inherit;
  background: rgba(244,237,225,0.08);
  border: 1px solid rgba(244,237,225,0.18);
  color: var(--neblina);
  cursor: pointer;
  transition: background 0.25s var(--ease), border-color 0.25s var(--ease);
}
.lightbox-close:hover, .lightbox-prev:hover, .lightbox-next:hover {
  background: rgba(244,237,225,0.16); border-color: rgba(244,237,225,0.35);
}
.lightbox-close { top: -2.75rem; right: 0; width: 38px; height: 38px; font-size: 1.1rem; }
.lightbox-prev, .lightbox-next { top: 50%; transform: translateY(-50%); width: 46px; height: 46px; font-size: 1.4rem; }
.lightbox-prev { left: -1.5rem; }
.lightbox-next { right: -1.5rem; }

@media (max-width: 900px) {
  .gallery-section { padding: 3.5rem 0; }
  .gallery-grid { grid-template-columns: repeat(auto-fill, minmax(140px, 1fr)); gap: 0.5rem; }
}

@media (max-width: 640px) {
  .lightbox-stage { width: 100vw; padding: 0 3.25rem; }
  .lightbox-prev { left: 0.4rem; }
  .lightbox-next { right: 0.4rem; }
  .lightbox-prev, .lightbox-next { width: 36px; height: 36px; font-size: 1.2rem; }
  .lightbox-close { top: -2.5rem; right: 0.75rem; }
  .lightbox-counter { top: -2.5rem; left: 0.75rem; }
}
