.destino-hero {
  min-height: 70vh;
  padding-top: 68px;
  position: relative;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}

.destino-hero-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg, #A0845C 0%, #6B4F35 40%, #3D2B1A 100%);
  z-index: 0;
}

.destino-hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.45;
}

.destino-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(40,25,12,0.95) 0%, rgba(40,25,12,0.3) 60%, transparent 100%);
  z-index: 1;
}

.destino-hero-content {
  position: relative;
  z-index: 2;
  padding: var(--sp-xl) 0;
  width: 100%;
}

.destino-hero-content .container {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: flex-end;
  gap: 2rem;
}

.destino-nombre {
  font-family: var(--font-display);
  font-size: clamp(4rem, 10vw, 8rem);
  font-weight: 800;
  color: var(--white);
  letter-spacing: -0.04em;
  line-height: 0.9;
  margin-bottom: 1rem;
}

.destino-desc-hero {
  font-size: 1rem;
  color: rgba(255,255,255,0.7);
  max-width: 500px;
  line-height: 1.65;
  margin-top: 1rem;
}

.destino-hero-meta {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.75rem;
  flex-shrink: 0;
  padding-bottom: 0.5rem;
}

.destino-meta-chip {
  background: rgba(255,255,255,0.1);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: var(--r-full);
  padding: 0.45rem 1rem;
  font-size: 0.78rem;
  font-weight: 500;
  color: rgba(255,255,255,0.85);
  white-space: nowrap;
}

.breadcrumb {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.78rem;
  color: rgba(255,255,255,0.5);
  margin-bottom: 1.5rem;
}

.breadcrumb a { color: rgba(255,255,255,0.5); transition: color var(--ease); }
.breadcrumb a:hover { color: #D4A373; }
.breadcrumb-sep { opacity: 0.4; }

.destino-info-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: var(--sp-xl);
  align-items: start;
}

.datos-destino {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  padding: 1.5rem;
  background: var(--bg-card);
  border-radius: var(--r-lg);
  border: 1px solid var(--border);
  margin-bottom: var(--sp-md);
}

.dato-item { text-align: center; }

.dato-valor {
  font-family: var(--font-display);
  font-size: 1.4rem;
  font-weight: 800;
  color: #8B6010;
  letter-spacing: -0.03em;
  line-height: 1;
  margin-bottom: 0.25rem;
}

.dato-label { font-size: 0.72rem; color: var(--text-muted); line-height: 1.4; }

.destino-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: var(--sp-md);
}

.badge-paracas-tag {
  background: #FBF0E0;
  color: #8B6010;
  padding: 0.3rem 0.75rem;
  border-radius: var(--r-full);
  font-size: 0.75rem;
  font-weight: 500;
}

.destino-sidebar {
  position: sticky;
  top: calc(68px + 2rem);
}

.sidebar-card {
  background: var(--bg-card);
  border-radius: var(--r-lg);
  border: 1px solid var(--border);
  padding: 1.5rem;
  margin-bottom: 1rem;
}

.sidebar-card-title {
  font-family: var(--font-display);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: 1rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid var(--border);
}

.sidebar-stat {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 0;
  border-bottom: 1px solid var(--border);
  font-size: 0.83rem;
}

.sidebar-stat:last-child { border-bottom: none; }
.sidebar-stat-label { color: var(--text-muted); }
.sidebar-stat-valor { font-weight: 600; color: var(--deep); }

.mini-producto {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  padding: 0.75rem 0;
  border-bottom: 1px solid var(--border);
  text-decoration: none;
  transition: opacity var(--ease);
}

.mini-producto:last-child { border-bottom: none; }
.mini-producto:hover { opacity: 0.75; }

.mini-producto-img {
  width: 52px;
  height: 52px;
  border-radius: var(--r-md);
  background: #FBF0E0;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
}

.mini-producto-nombre {
  font-family: var(--font-display);
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--deep);
  line-height: 1.25;
}

.mini-producto-moq { font-size: 0.72rem; color: var(--text-muted); margin-top: 0.15rem; }
.mini-producto-arrow { margin-left: auto; color: var(--text-light); flex-shrink: 0; }

/* Identidad con color tierra / Paracas */
.identidad-block-paracas {
  background: #6B4F35;
  border-radius: var(--r-lg);
  padding: 2rem;
  color: white;
  margin-bottom: var(--sp-md);
}

.identidad-block-paracas .label {
  color: rgba(255,255,255,0.55);
  margin-bottom: 0.5rem;
  display: block;
}

.identidad-block-paracas p {
  font-size: 0.9rem;
  line-height: 1.7;
  color: rgba(255,255,255,0.85);
}

/* Fauna destacada */
.fauna-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.75rem;
  margin-top: 1.25rem;
}

.fauna-item {
  text-align: center;
  padding: 1rem 0.5rem;
  border-radius: var(--r-md);
  background: var(--bg-card);
  border: 1px solid var(--border);
  font-size: 0.78rem;
  color: var(--text-muted);
}

.fauna-emoji { font-size: 1.6rem; display: block; margin-bottom: 0.35rem; line-height: 1; }

/* Estado entrando */
.estado-entrando-banner {
  background: #FFF3E8;
  border: 1px solid #F0C89A;
  border-radius: var(--r-lg);
  padding: 1rem 1.25rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: var(--sp-md);
  font-size: 0.85rem;
  color: #8B5A1A;
}

.estado-entrando-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--coral);
  flex-shrink: 0;
}

@media (max-width: 960px) {
  .destino-info-grid { grid-template-columns: 1fr; }
  .destino-sidebar { position: static; }
  .destino-hero-content .container { grid-template-columns: 1fr; }
  .destino-hero-meta { display: none; }
  .fauna-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 480px) {
  .datos-destino { grid-template-columns: 1fr 1fr; }
}
