/* ---- Destination pages (dest-* prefix) ---- */

/* Compact hero variant for destination pages */
.dest-hero .ct-hero__bg::after {
  background: linear-gradient(90deg, rgba(15, 15, 15, .92) 0%, rgba(15, 15, 15, .72) 48%, rgba(15, 15, 15, .42) 100%);
}
.dest-hero .ct-hero__inner {
  padding-block: clamp(52px, 7vw, 88px);
}
.dest-hero .ct-hero__inner h1 {
  font-size: clamp(2rem, 4.5vw, 3.4rem);
  margin-top: 16px;
}
.dest-hero .ab-breadcrumb {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  color: rgba(255, 255, 255, .72);
  font-size: .88rem;
}
.dest-hero .ab-breadcrumb a {
  color: inherit;
  text-decoration: none;
  transition: color .18s;
}
.dest-hero .ab-breadcrumb a:hover { color: #fff; }
.dest-hero .ct-lead,
.dest-hero .ct-lead p {
  color: rgba(255, 255, 255, .9);
}
.dest-hero .ct-lead p { margin: 0; }
.dest-native {
  display: inline-block;
  font-size: .46em;
  font-weight: 600;
  letter-spacing: 0;
  vertical-align: middle;
  margin-left: .5em;
  color: rgba(255, 255, 255, .6);
}

/* Updated travel guide pill */
.dest-updated-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 20px;
  padding: 6px 14px;
  border-radius: 40px;
  border: 1px solid rgba(255, 255, 255, .22);
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: .05em;
  color: rgba(255, 255, 255, .75);
}

/* Factbar */
.dest-factbar {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin-block: 0;
  background: var(--ct-paper);
  border-bottom: 1px solid var(--ct-line);
}
.dest-fact {
  padding: 20px 28px;
  border-right: 1px solid var(--ct-line);
}
.dest-fact:last-child {
  border-right: none;
}
.dest-fact__label {
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--ct-muted);
}
.dest-fact__value {
  font-size: 1rem;
  font-weight: 700;
  color: var(--ct-ink);
  margin-top: 4px;
}

/* Overview section – 2-col split */
.dest-overview {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
}
.dest-overview__media {
  border-radius: var(--ct-radius-lg);
  overflow: hidden;
  aspect-ratio: 4/3;
}
.dest-overview__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.dest-overview__text h2 {
  font-size: clamp(1.5rem, 2.6vw, 2.1rem);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -.02em;
  margin: 14px 0 0;
  text-wrap: balance;
}
.dest-overview__text .seo-content {
  margin-top: 18px;
  font-size: 1.05rem;
  line-height: 1.72;
  color: var(--ct-muted);
}
.dest-overview__text .seo-content h2,
.dest-overview__text .seo-content h3 {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--ct-ink);
  margin: 24px 0 8px;
  letter-spacing: -.01em;
}
.dest-overview__text .seo-content a {
  color: var(--accent);
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: text-decoration-color .18s;
}
.dest-overview__text .seo-content a:hover {
  text-decoration-color: var(--accent);
}

/* Highlights – dark section */
.dest-dark-section {
  background: var(--bg);
  color: #fff;
}
.dest-dark-section .ct-eyebrow {
  color: var(--accent);
}
.dest-dark-section .ct-eyebrow::before {
  background: var(--accent);
}
.dest-dark-section .ct-section-head h2 {
  color: #fff;
}
.dest-hl-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(20px, 3vw, 40px);
  margin-top: 40px;
}
.dest-hl {
  padding: 28px 28px 32px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: var(--ct-radius);
}
.dest-hl__num {
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .15em;
  color: var(--accent);
  margin-bottom: 16px;
}
.dest-hl h3 {
  font-size: 1.1rem;
  font-weight: 700;
  color: #fff;
  margin: 0 0 10px;
  line-height: 1.2;
}
.dest-hl p {
  font-size: .95rem;
  line-height: 1.68;
  color: rgba(255, 255, 255, .7);
  margin: 0;
}

/* Gallery */
.dest-gallery {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 10px;
}
.dest-gallery__item {
  overflow: hidden;
  border-radius: var(--ct-radius);
  aspect-ratio: 4/3;
  background: var(--ct-line);
}
.dest-gallery__item--big {
  grid-row: 1 / 3;
  aspect-ratio: unset;
}
.dest-gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}
.dest-gallery__item:hover img {
  transform: scale(1.04);
}

/* Lead form section */
.dest-lead {
  background: var(--ct-paper);
}
.dest-lead-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(32px, 5vw, 72px);
  align-items: start;
}
.dest-lead__text h2 {
  font-size: clamp(1.4rem, 2.4vw, 2rem);
  font-weight: 700;
  letter-spacing: -.02em;
  margin: 14px 0 0;
}
.dest-lead__text p {
  margin-top: 14px;
  font-size: 1.05rem;
  line-height: 1.7;
  color: var(--ct-muted);
}
.dest-lead__ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}
.dest-lead-form {
  background: #fff;
  border-radius: var(--ct-radius);
  padding: clamp(20px, 3vw, 36px);
  box-shadow: var(--ct-shadow-md);
}
.dest-lead-form label {
  display: block;
  font-size: .85rem;
  font-weight: 700;
  color: var(--ct-ink);
  margin-bottom: 14px;
}
.dest-lead-form input,
.dest-lead-form textarea {
  display: block;
  width: 100%;
  margin-top: 5px;
  padding: 10px 14px;
  border: 1px solid var(--ct-line);
  border-radius: 10px;
  font-size: .95rem;
  color: var(--ct-ink);
  background: var(--ct-paper);
  font-family: inherit;
  transition: border-color .18s, box-shadow .18s;
}
.dest-lead-form input:focus,
.dest-lead-form textarea:focus {
  outline: none;
  border-color: var(--accent);
  box-shadow: 0 0 0 3px var(--ct-accent-soft);
}
.dest-lead-form__date-label {
  margin-bottom: 5px;
  color: var(--ct-ink);
  font-size: .85rem;
  font-weight: 700;
}
.dest-date-field {
  position: relative;
  margin-bottom: 14px;
}
.dest-date-toggle {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 14px;
  border: 1px solid var(--ct-line);
  border-radius: 10px;
  background: var(--ct-paper);
  color: var(--ct-ink);
  text-align: left;
  transition: border-color .18s, box-shadow .18s;
}
.dest-date-toggle:hover,
.dest-date-toggle:focus-visible,
.dest-date-field[data-open="true"] .dest-date-toggle {
  border-color: var(--accent);
  box-shadow: 0 0 0 3px var(--ct-accent-soft);
  outline: none;
}
.dest-date-toggle svg {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  color: var(--ct-muted);
}
.dest-date-field .home-hero__field-value {
  color: var(--ct-ink);
  font-size: .95rem;
}
.dest-date-field .home-hero__field-value.is-placeholder { color: var(--ct-muted); }
.dest-date-field .home-hero__date-panel {
  left: 0;
  width: min(21rem, calc(100vw - 3rem));
  transform: none;
  border-color: var(--ct-line);
  background: #fff;
  box-shadow: 0 24px 52px rgba(29, 29, 29, .18);
  color: var(--ct-ink);
}
.dest-date-field .home-hero__calendar-title,
.dest-date-field .home-hero__calendar-day { color: var(--ct-ink); }
.dest-date-field .home-hero__calendar-weekday,
.dest-date-field .home-hero__calendar-day.is-outside-month { color: var(--ct-muted); }
.dest-date-field .home-hero__calendar-nav {
  border-color: var(--ct-line);
  background: var(--ct-paper);
  color: var(--ct-ink);
}
.dest-date-field .home-hero__calendar-day:hover:not(:disabled),
.dest-date-field .home-hero__calendar-day:focus-visible {
  border-color: var(--accent);
  background: var(--ct-accent-soft);
}
.dest-date-field .home-hero__calendar-day.is-today { border-color: var(--ct-line); }
.dest-date-field .home-hero__calendar-day.is-selected {
  border-color: var(--accent);
  background: var(--accent);
  color: #fff;
}
.dest-date-field .home-hero__calendar-day:disabled,
.dest-date-field .home-hero__calendar-day.is-disabled { color: #c8c2ba; }
.dest-date-field .home-hero__calendar-actions { border-top-color: var(--ct-line); }
.dest-date-field .home-hero__calendar-action { color: var(--accent); }
.dest-lead-form__submit {
  width: 100%;
  margin-top: 6px;
  padding: 13px 20px;
  border: none;
  border-radius: 10px;
  background: var(--accent);
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  transition: opacity .18s;
}
.dest-lead-form__submit:hover {
  opacity: .88;
}
.dest-lead-form__success {
  padding: 10px 14px;
  border-radius: 10px;
  background: #ecfdf5;
  color: #065f46;
  font-size: .9rem;
  font-weight: 600;
}
.dest-lead-form__error {
  padding: 10px 14px;
  border-radius: 10px;
  background: #fef2f2;
  color: #991b1b;
  font-size: .9rem;
  font-weight: 600;
}

/* FAQ accordion */
.dest-faq-section {
  background: var(--ct-paper);
}
.dest-faq-section .ct-section-head {
  text-align: center;
  max-width: none;
}
.dest-qa-list {
  max-width: 740px;
  margin: 32px auto 0;
}
.dest-qa {
  border-bottom: 1px solid var(--ct-line);
}
.dest-qa summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 20px 0;
  font-size: 1.02rem;
  font-weight: 600;
  color: var(--ct-ink);
  cursor: pointer;
  list-style: none;
  user-select: none;
}
.dest-qa summary::-webkit-details-marker { display: none; }
.dest-qa__icon {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 1.5px solid var(--ct-line);
  position: relative;
  transition: background .18s, border-color .18s;
}
.dest-qa__icon::before,
.dest-qa__icon::after {
  content: '';
  position: absolute;
  inset: 0;
  margin: auto;
  width: 10px;
  height: 1.5px;
  border-radius: 2px;
  background: var(--ct-ink);
  transition: transform .22s;
}
.dest-qa__icon::after {
  transform: rotate(90deg);
}
.dest-qa[open] .dest-qa__icon {
  background: var(--accent);
  border-color: var(--accent);
}
.dest-qa[open] .dest-qa__icon::before,
.dest-qa[open] .dest-qa__icon::after {
  background: #fff;
}
.dest-qa[open] .dest-qa__icon::after {
  transform: rotate(0deg);
}
.dest-qa__body {
  padding-bottom: 20px;
  font-size: .97rem;
  line-height: 1.72;
  color: var(--ct-muted);
}

/* Other destinations chips */
.dest-more {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-top: 40px;
}
.dest-more-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 9px 18px;
  border-radius: 40px;
  border: 1.5px solid var(--ct-line);
  font-size: .88rem;
  font-weight: 600;
  color: var(--ct-ink);
  text-decoration: none;
  background: #fff;
  transition: border-color .18s, color .18s;
}
.dest-more-link:hover {
  border-color: var(--accent);
  color: var(--accent);
}
.dest-more-link svg {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
}

/* CTA strip */
.dest-cta {
  position: relative;
  height: clamp(300px, 40vw, 440px);
  overflow: hidden;
}
.dest-cta img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.dest-cta__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(29, 29, 29, .92), rgba(29, 29, 29, .25));
}
.dest-cta__content {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
}
.dest-cta__text {
  color: #fff;
  max-width: 44ch;
}
.dest-cta__text h2 {
  font-size: clamp(1.7rem, 3.2vw, 2.6rem);
  font-weight: 700;
  letter-spacing: -.03em;
  margin: 14px 0 0;
  text-wrap: balance;
}
.dest-cta__text p {
  margin-top: 14px;
  font-size: 1.05rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, .85);
}
.dest-cta__btns {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 24px;
}
.dest-btn-ghost {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 13px 24px;
  border-radius: 10px;
  border: 1.5px solid rgba(255, 255, 255, .35);
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  transition: background .18s, border-color .18s;
}
.dest-btn-ghost:hover {
  background: rgba(255, 255, 255, .1);
  border-color: rgba(255, 255, 255, .6);
}

/* Responsive */
@media (max-width: 900px) {
  .dest-factbar { grid-template-columns: repeat(2, 1fr); }
  .dest-fact:nth-child(2) { border-right: none; }
  .dest-fact:nth-child(1),
  .dest-fact:nth-child(2) { border-bottom: 1px solid var(--ct-line); }
  .dest-overview { grid-template-columns: 1fr; }
  .dest-overview__media { order: -1; }
  .dest-hl-grid { grid-template-columns: 1fr; gap: 16px; }
  .dest-gallery { grid-template-columns: 1fr 1fr; }
  .dest-gallery__item--big { grid-row: auto; aspect-ratio: 4/3; }
  .dest-lead-inner { grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
  .dest-factbar { grid-template-columns: 1fr 1fr; }
  .dest-gallery { grid-template-columns: 1fr; }
  .dest-cta__btns { flex-direction: column; }
}
