/* Destination landing — STEP 13 (compact, responsive) */
.sy-dest-landing {
  --navy: #0b1f3a;
  --gold: #d4af37;
  --muted: #5f6b7c;
  --line: #e6ebf2;
  background: #f7f9fc;
  color: #152238;
  overflow-x: hidden;
}

.sy-dest-hero {
  position: relative;
  background-size: cover;
  background-position: center;
}

.sy-dest-hero__overlay {
  background: linear-gradient(105deg, rgba(8, 22, 45, 0.88) 0%, rgba(11, 31, 58, 0.55) 55%, rgba(11, 31, 58, 0.35) 100%);
  color: #fff;
  min-height: 240px;
  display: flex;
  align-items: flex-end;
}

.sy-dest-hero--compact .sy-dest-hero__overlay {
  min-height: 180px;
}

.sy-dest-hero--compact .sy-dest-hero__inner {
  padding: 28px 0 24px;
}

.sy-dest-crumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin: 0 0 12px;
  font-size: 13px;
  opacity: 0.9;
}

.sy-dest-crumb a {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid rgba(255,255,255,0.35);
}

.sy-dest-crumb a:hover {
  border-bottom-color: #d4af37;
}

.sy-dest-reviews {
  margin: 36px 0 8px;
}

.sy-dest-hero__inner {
  width: min(1180px, 92%);
  margin: 0 auto;
  padding: 40px 0 36px;
}

.sy-dest-kicker {
  margin: 0 0 8px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 12px;
  font-weight: 700;
  opacity: 0.9;
}

.sy-dest-hero h1 {
  margin: 0 0 10px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.7rem, 3.2vw, 2.45rem);
  line-height: 1.15;
  font-weight: 700;
}

.sy-dest-sub {
  margin: 0 0 16px;
  max-width: 58ch;
  font-size: 15px;
  line-height: 1.6;
  opacity: 0.94;
}

.sy-dest-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.sy-dest-meta span,
.sy-dest-meta__cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 14px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  text-decoration: none;
}

.sy-dest-meta__cta:hover {
  background: rgba(212, 175, 55, 0.95);
  color: #0b1f3a;
  border-color: transparent;
}

.sy-dest-body {
  width: min(1180px, 92%);
  margin: 0 auto;
  padding: 28px 0 56px;
}

.sy-dest-about {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 22px 22px 18px;
  margin-bottom: 28px;
  box-shadow: 0 8px 24px rgba(8, 22, 45, 0.04);
}

.sy-dest-about h2 {
  margin: 0 0 10px;
  font-family: "Playfair Display", Georgia, serif;
  color: var(--navy);
  font-size: clamp(1.25rem, 2.2vw, 1.55rem);
}

.sy-dest-about p {
  margin: 0 0 8px;
  color: var(--muted);
  line-height: 1.65;
  font-size: 14px;
}

.sy-dest-about__note {
  font-size: 13px !important;
}

.sy-dest-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
  flex-wrap: wrap;
}

.sy-dest-head h2 {
  margin: 0;
  color: var(--navy);
  font-size: 1.35rem;
  font-family: "Playfair Display", Georgia, serif;
}

.sy-dest-all-link {
  color: var(--navy);
  font-weight: 600;
  text-decoration: none;
  font-size: 14px;
}

.sy-dest-all-link:hover { color: var(--gold); }

.sy-dest-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 20px;
}

.sy-dest-empty {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 36px 24px;
  text-align: center;
  color: var(--muted);
}

.sy-dest-empty h3 {
  margin: 0 0 8px;
  color: var(--navy);
}

.sy-dest-empty a {
  display: inline-block;
  margin-top: 14px;
  color: var(--navy);
  font-weight: 700;
}

.sy-dest-cta {
  margin-top: 36px;
  padding: 28px 24px;
  border-radius: 16px;
  background:
    linear-gradient(120deg, rgba(8, 22, 45, 0.94), rgba(11, 31, 58, 0.88));
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
  justify-content: space-between;
}

.sy-dest-cta h2 {
  margin: 0 0 6px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.2rem, 2.4vw, 1.55rem);
  color: #fff;
}

.sy-dest-cta p {
  margin: 0;
  opacity: 0.9;
  font-size: 14px;
}

.sy-dest-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.sy-dest-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 18px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.sy-dest-btn--gold {
  background: var(--gold);
  color: #111;
}

.sy-dest-btn--outline {
  background: transparent;
  color: #fff;
  border: 1.5px solid rgba(255, 255, 255, 0.75);
}

@media (max-width: 768px) {
  .sy-dest-hero__overlay { min-height: 210px; }
  .sy-dest-hero__inner { padding: 32px 0 28px; }
  .sy-dest-body { padding: 22px 0 40px; }
  .sy-dest-cta { padding: 22px 18px; }
  .sy-dest-cta__actions { width: 100%; }
  .sy-dest-btn { flex: 1 1 auto; }
}
