/* ============================================
   DESTINATION PAGE STYLES
   Extends /assets/css/style.css
   ============================================ */

/* Breadcrumb */
.breadcrumb {
  padding: 1rem 0 0;
  font-size: 0.9rem;
  color: var(--text-muted, #999);
}
.breadcrumb a {
  color: var(--text-muted, #999);
  text-decoration: none;
  transition: color 0.2s;
}
.breadcrumb a:hover {
  color: var(--coral, #ff6b6b);
}

/* Destination Hero */
.dest-hero {
  padding: 6rem 0 3rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.dest-hero .dest-flag {
  font-size: 3rem;
  display: block;
  margin-bottom: 0.5rem;
}
.dest-hero h1 {
  font-size: clamp(2.2rem, 5vw, 3.5rem);
  margin-bottom: 0.5rem;
}
.dest-hero .dest-tagline {
  font-size: 1.2rem;
  color: var(--text-muted, #aaa);
  margin-bottom: 1.5rem;
  font-style: italic;
}
.dest-meta {
  display: flex;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
  margin-top: 1.5rem;
}
.dest-meta-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
}
.dest-meta-item .meta-label {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--text-muted, #999);
}
.dest-meta-item .meta-value {
  font-size: 1rem;
  font-weight: 600;
}

/* Write-up Section */
.dest-writeup {
  max-width: 760px;
  margin: 0 auto;
  padding: 2rem 1rem 3rem;
  line-height: 1.8;
  font-size: 1.05rem;
  color: var(--text-secondary, #ccc);
}
.dest-writeup p {
  margin-bottom: 1.25rem;
}

/* Highlights Grid */
.highlights-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
  padding: 0 1rem;
}
.highlight-card {
  padding: 1.5rem;
  border-radius: 16px;
  background: var(--card-bg, rgba(255,255,255,0.04));
  border: 1px solid var(--border, rgba(255,255,255,0.08));
  transition: transform 0.2s, box-shadow 0.2s;
}
.highlight-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 30px rgba(0,0,0,0.15);
}
.highlight-card .hl-emoji {
  font-size: 1.5rem;
  display: block;
  margin-bottom: 0.5rem;
}
.highlight-card h3 {
  font-size: 1.05rem;
  margin-bottom: 0.4rem;
}
.highlight-card p {
  font-size: 0.9rem;
  color: var(--text-muted, #aaa);
  line-height: 1.6;
}

/* Stay22 Map Section */
.stay22-section {
  padding: 3rem 0;
}
.stay22-section h2 {
  text-align: center;
  margin-bottom: 0.5rem;
}
.stay22-section .stay22-subtitle {
  text-align: center;
  color: var(--text-muted, #aaa);
  margin-bottom: 1.5rem;
  font-size: 0.95rem;
}
.stay22-wrap {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--border, rgba(255,255,255,0.08));
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}
.stay22-wrap iframe {
  display: block;
  width: 100%;
  height: 500px;
  border: none;
}

/* Excursion Section (Medellín/Guatapé) */
.excursion-section {
  padding: 3rem 0;
}
.excursion-section .excursion-intro {
  max-width: 700px;
  margin: 0 auto 1.5rem;
  text-align: center;
  color: var(--text-secondary, #ccc);
  line-height: 1.7;
}

/* When to Go */
.whentogo {
  max-width: 760px;
  margin: 0 auto;
  padding: 2rem 1rem;
}
.whentogo h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.whentogo p {
  color: var(--text-secondary, #ccc);
  line-height: 1.7;
  text-align: center;
  font-size: 1rem;
}

/* Nearby Destinations Carousel */
.nearby-section {
  padding: 3rem 0;
}
.nearby-grid {
  display: flex;
  gap: 1rem;
  overflow-x: auto;
  padding: 0.5rem 1rem 1rem;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.nearby-grid::-webkit-scrollbar {
  display: none;
}
.nearby-card {
  flex: 0 0 180px;
  scroll-snap-align: start;
  padding: 1.25rem;
  border-radius: 14px;
  background: var(--card-bg, rgba(255,255,255,0.04));
  border: 1px solid var(--border, rgba(255,255,255,0.08));
  text-align: center;
  text-decoration: none;
  color: inherit;
  transition: transform 0.2s, box-shadow 0.2s;
}
.nearby-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.12);
}
.nearby-card .nearby-flag {
  font-size: 2rem;
  display: block;
  margin-bottom: 0.4rem;
}
.nearby-card h3 {
  font-size: 0.95rem;
  margin-bottom: 0.2rem;
}
.nearby-card p {
  font-size: 0.8rem;
  color: var(--text-muted, #aaa);
}

/* CTA Back */
.dest-cta {
  text-align: center;
  padding: 2rem 0 4rem;
}
.dest-cta a {
  display: inline-block;
  padding: 0.9rem 2rem;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  transition: transform 0.2s, box-shadow 0.2s;
}
.dest-cta .btn-primary {
  background: linear-gradient(135deg, var(--coral, #ff6b6b), var(--coral-dark, #ee5a5a));
  color: #fff;
}
.dest-cta .btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255,107,107,0.3);
}

/* Responsive */
@media (max-width: 600px) {
  .dest-hero { padding: 5rem 0 2rem; }
  .dest-meta { gap: 1rem; }
  .highlights-grid { grid-template-columns: 1fr; }
  .stay22-wrap iframe { height: 400px; }
  .nearby-card { flex: 0 0 150px; }
}
