.destinations-breadcrumb {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.35rem;
    font-size: 0.875rem;
    color: #64748b;
}

.destinations-breadcrumb a {
    color: inherit;
    text-decoration: none;
}

.destinations-breadcrumb a:hover {
    color: var(--color-primary, #e11d48);
}

.destinations-breadcrumb--light,
.destinations-breadcrumb--light a {
    color: rgba(255, 255, 255, 0.88);
}

.destinations-index {
    max-width: 1280px;
    margin: 0 auto;
    padding: 2rem 1rem 4rem;
}

.destinations-index__title {
    margin: 1rem 0 0.5rem;
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 800;
    color: #0f172a;
}

.destinations-index__subtitle {
    margin: 0;
    max-width: 42rem;
    color: #64748b;
    font-size: 1.05rem;
    line-height: 1.6;
}

.destinations-featured {
    margin: 2rem 0 3rem;
}

.destinations-featured__card {
    position: relative;
    display: block;
    min-height: 22rem;
    border-radius: 1.25rem;
    overflow: hidden;
    text-decoration: none;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.12);
}

.destinations-featured__bg,
.destinations-card__bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    transition: transform 0.5s ease;
}

.destinations-featured__card:hover .destinations-featured__bg,
.destinations-card:hover .destinations-card__bg {
    transform: scale(1.05);
}

.destinations-featured__overlay,
.destinations-card__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.15) 0%, rgba(15, 23, 42, 0.75) 100%);
}

.destinations-featured__content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 22rem;
    padding: 2rem;
    color: #fff;
}

.destinations-featured__badge {
    align-self: flex-start;
    margin-bottom: 0.75rem;
    padding: 0.35rem 0.75rem;
    border-radius: 999px;
    background: var(--color-primary, #e11d48);
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.destinations-featured__name {
    margin: 0;
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 900;
}

.destinations-featured__desc {
    margin: 0.75rem 0 0;
    max-width: 36rem;
    opacity: 0.95;
    line-height: 1.5;
}

.destinations-featured__cta,
.destinations-card__cta {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    margin-top: 1rem;
    font-weight: 700;
}

.destinations-region {
    margin-bottom: 2.5rem;
}

.destinations-region__title {
    margin: 0 0 1rem;
    font-size: 1.5rem;
    font-weight: 800;
    color: #0f172a;
}

.destinations-region__grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 1rem;
}

.destinations-card {
    position: relative;
    display: block;
    min-height: 14rem;
    border-radius: 1rem;
    overflow: hidden;
    text-decoration: none;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
}

.destinations-card__content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 14rem;
    padding: 1.25rem;
    color: #fff;
}

.destinations-card__name {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 800;
}

.destinations-hero {
    position: relative;
    min-height: 24rem;
    background-image: linear-gradient(180deg, rgba(8, 15, 30, 0.35) 0%, rgba(8, 15, 30, 0.65) 100%), var(--destinations-hero-image);
    background-size: cover;
    background-position: center;
}

.destinations-hero__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(8, 15, 30, 0.2) 0%, rgba(8, 15, 30, 0.55) 55%, rgba(255, 255, 255, 0.95) 100%);
}

.destinations-hero__inner {
    position: relative;
    z-index: 1;
    max-width: 1280px;
    margin: 0 auto;
    padding: 1.5rem 1rem 0;
    color: #fff;
}

.destinations-hero__title {
    margin: 1rem 0 0.5rem;
    font-size: clamp(2rem, 5vw, 3.25rem);
    font-weight: 900;
    text-shadow: 0 2px 16px rgba(0, 0, 0, 0.25);
}

.destinations-hero__subtitle {
    margin: 0;
    max-width: 40rem;
    font-size: 1.05rem;
    line-height: 1.6;
    opacity: 0.95;
}

.destinations-hero__search {
    margin-top: 1.5rem;
    padding: 1rem;
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.96);
    color: #0f172a;
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.12);
}

.destinations-hero__search-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.destinations-hero__search-tab {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.6rem 1rem;
    border-radius: 999px;
    background: #f1f5f9;
    color: #334155;
    font-size: 0.875rem;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.2s, color 0.2s;
}

.destinations-hero__search-tab.is-active,
.destinations-hero__search-tab:hover {
    background: var(--color-primary, #e11d48);
    color: #fff;
}

.destinations-hero__stat {
    margin: 0.75rem 0 0;
    font-size: 0.875rem;
    color: #64748b;
}

.destinations-show__body {
    max-width: 1280px;
    margin: 0 auto;
    padding: 2rem 1rem 4rem;
}

.destinations-section-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin: 2.5rem 0 1rem;
}

.destinations-section-header__title {
    margin: 0;
    font-size: 1.5rem;
    font-weight: 800;
    color: #0f172a;
}

.destinations-section-header__link {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    color: var(--color-primary, #e11d48);
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
}

.destinations-foods {
    display: flex;
    gap: 1rem;
    overflow-x: auto;
    padding-bottom: 0.5rem;
}

.destinations-food {
    flex: 0 0 7rem;
    text-align: center;
    text-decoration: none;
    color: #0f172a;
}

.destinations-food__img {
    width: 5.5rem;
    height: 5.5rem;
    margin: 0 auto;
    border-radius: 999px;
    object-fit: cover;
    border: 3px solid #fff;
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.12);
}

.destinations-food__name {
    display: block;
    margin-top: 0.5rem;
    font-size: 0.8rem;
    font-weight: 600;
    line-height: 1.3;
}

.destinations-places {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 1rem;
}

.destinations-place-card {
    display: block;
    border-radius: 1rem;
    overflow: hidden;
    background: #fff;
    border: 1px solid #e2e8f0;
    text-decoration: none;
    color: inherit;
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.06);
}

.destinations-place-card img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.destinations-place-card__body {
    padding: 1rem;
}

.destinations-place-card__body h3 {
    margin: 0 0 0.35rem;
    font-size: 1rem;
    font-weight: 700;
}

.destinations-place-card__body p {
    margin: 0;
    font-size: 0.875rem;
    color: #64748b;
    line-height: 1.5;
}

.destinations-listing-grid {
    display: grid;
    gap: 1.25rem;
}

.destinations-listing-grid--tours {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}

.destinations-listing-grid--homestays,
.destinations-listing-grid--cars {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}

.destinations-categories {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    gap: 1rem;
}

.destinations-category {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    padding: 1rem 0.75rem;
    border-radius: 1rem;
    background: #fff7f8;
    border: 1px solid #fecdd3;
    text-decoration: none;
    color: #0f172a;
    font-size: 0.875rem;
    font-weight: 600;
    text-align: center;
}

.destinations-category__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    border-radius: 999px;
    background: var(--color-primary, #e11d48);
    color: #fff;
    font-size: 1.5rem;
}

.destinations-guides {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 1rem;
}

.destinations-guide-card {
    display: block;
    padding: 1.25rem;
    border-radius: 1rem;
    border: 1px solid #e2e8f0;
    background: #fff;
    text-decoration: none;
    color: inherit;
}

.destinations-guide-card h3 {
    margin: 0 0 0.5rem;
    font-size: 1rem;
    font-weight: 700;
    color: #0f172a;
}

.destinations-guide-card p {
    margin: 0;
    font-size: 0.875rem;
    color: #64748b;
    line-height: 1.5;
}

.destinations-faq {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.destinations-faq__item {
    border: 1px solid #e2e8f0;
    border-radius: 0.75rem;
    background: #fff;
    overflow: hidden;
}

.destinations-faq__item summary {
    padding: 1rem 1.25rem;
    font-weight: 700;
    cursor: pointer;
    list-style: none;
}

.destinations-faq__item summary::-webkit-details-marker {
    display: none;
}

.destinations-faq__item p {
    margin: 0;
    padding: 0 1.25rem 1rem;
    color: #475569;
    line-height: 1.6;
}

@media (min-width: 768px) {
    .destinations-index,
    .destinations-hero__inner,
    .destinations-show__body {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}

/* ─── Hub City detail (dest-show) ─── */

.dest-show {
    --dest-radius: 1.25rem;
    --dest-shadow: 0 20px 50px rgba(15, 23, 42, 0.08);
    background: #f8fafc;
}

.dark .dest-show {
    background: #0f1219;
}

.dest-show__hero {
    position: relative;
    min-height: clamp(18rem, 40vh, 28rem);
    overflow: hidden;
}

.dest-show__hero-media {
    position: absolute;
    inset: 0;
    background-image: var(--dest-hero-image);
    background-size: cover;
    background-position: center;
    transform: scale(1.02);
    transition: transform 8s ease;
}

.dest-show__hero:hover .dest-show__hero-media {
    transform: scale(1.06);
}

.dest-show__hero-shade {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(105deg, rgba(8, 15, 30, 0.72) 0%, rgba(8, 15, 30, 0.35) 45%, rgba(8, 15, 30, 0.55) 100%),
        linear-gradient(180deg, transparent 55%, rgba(248, 250, 252, 1) 100%);
}

.dark .dest-show__hero-shade {
    background:
        linear-gradient(105deg, rgba(8, 15, 30, 0.82) 0%, rgba(8, 15, 30, 0.45) 45%, rgba(8, 15, 30, 0.7) 100%),
        linear-gradient(180deg, transparent 55%, rgba(15, 18, 25, 1) 100%);
}

.dest-show__hero-inner {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: clamp(18rem, 40vh, 28rem);
    max-width: 1280px;
    margin: 0 auto;
    padding: 1.25rem 1rem 1.75rem;
    color: #fff;
}

.dest-show__breadcrumb {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.25rem;
    font-size: 0.8125rem;
    color: rgba(255, 255, 255, 0.82);
}

.dest-show__breadcrumb a {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s;
}

.dest-show__breadcrumb a:hover {
    color: #fff;
}

.dest-show__breadcrumb .material-symbols-outlined {
    font-size: 1rem;
    opacity: 0.7;
}

.dest-show__hero-copy {
    margin-top: 1.25rem;
    max-width: 44rem;
}

.dest-show__region {
    display: inline-flex;
    align-items: center;
    margin-bottom: 0.75rem;
    padding: 0.35rem 0.85rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.22);
    backdrop-filter: blur(8px);
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.dest-show__title {
    margin: 0;
    font-size: clamp(2.25rem, 6vw, 3.75rem);
    font-weight: 900;
    line-height: 1.08;
    letter-spacing: -0.02em;
    text-shadow: 0 4px 24px rgba(0, 0, 0, 0.28);
}

.dest-show__subtitle {
    margin: 0.85rem 0 0;
    max-width: 38rem;
    font-size: clamp(1rem, 2.2vw, 1.15rem);
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.92);
}

.dest-show__nav {
    position: sticky;
    top: 5.5rem;
    z-index: 30;
    background: rgba(248, 250, 252, 0.92);
    border-bottom: 1px solid #e2e8f0;
    backdrop-filter: blur(12px);
}

.dark .dest-show__nav {
    background: rgba(15, 18, 25, 0.92);
    border-bottom-color: #2a3142;
}

.dest-show__nav-inner {
    display: flex;
    gap: 0.5rem;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0.75rem 1rem;
    overflow-x: auto;
    scrollbar-width: none;
}

.dest-show__nav-inner::-webkit-scrollbar {
    display: none;
}

.dest-show__nav-link {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    flex-shrink: 0;
    padding: 0.55rem 1rem;
    border-radius: 999px;
    background: #fff;
    border: 1px solid #e2e8f0;
    color: #475569;
    font-size: 0.8125rem;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
    transition: background 0.2s, color 0.2s, border-color 0.2s;
}

.dark .dest-show__nav-link {
    background: #1a1f2e;
    border-color: #2a3142;
    color: #cbd5e1;
}

.dest-show__nav-link:hover {
    border-color: var(--color-primary, #e11d48);
    color: var(--color-primary, #e11d48);
}

.dest-show__nav-link.is-active {
    background: var(--color-primary, #e11d48);
    border-color: transparent;
    color: #fff;
    box-shadow: 0 8px 20px rgba(225, 29, 72, 0.22);
}

.dest-show__nav-link.is-active:hover {
    color: #fff;
}

.dest-show__nav-link .material-symbols-outlined {
    font-size: 1.1rem;
}

.dest-show__body {
    max-width: 1280px;
    margin: 0 auto;
    padding: 1.5rem 1rem 4rem;
}

.dest-show__section {
    margin-bottom: 2.75rem;
    scroll-margin-top: 8.5rem;
}

.dest-show__section--listing {
    padding: 1.5rem;
    border-radius: calc(var(--dest-radius) + 0.25rem);
    background: #fff;
    border: 1px solid #e8edf3;
    box-shadow: 0 8px 30px rgba(15, 23, 42, 0.04);
}

@media (min-width: 1024px) {
    .dest-show__section--listing {
        max-width: 72rem;
        margin-inline: auto;
    }

    .dest-show__section--listing .dest-section-head {
        max-width: 100%;
    }
}

.dark .dest-show__section--listing {
    background: #1a1f2e;
    border-color: #2a3142;
}

.dest-show__section--faq {
    width: 100%;
    max-width: 44rem;
    margin-inline: auto;
}

.dest-show__section--categories {
    width: 100%;
    max-width: 56rem;
    margin-inline: auto;
}

.dest-section-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.25rem;
    padding-bottom: 0.85rem;
    border-bottom: 2px solid #e2e8f0;
}

.dark .dest-section-head {
    border-bottom-color: #2a3142;
}

.dest-section-head__main {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    min-width: 0;
}

.dest-section-head__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 0.75rem;
    background: rgba(225, 29, 72, 0.1);
    color: var(--color-primary, #e11d48);
    font-size: 1.35rem;
}

.dest-section-head__title {
    margin: 0;
    font-size: clamp(1.25rem, 3vw, 1.65rem);
    font-weight: 800;
    color: #0f172a;
    letter-spacing: -0.02em;
}

.dark .dest-section-head__title {
    color: #f8fafc;
}

.dest-section-head__link {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    padding: 0.45rem 0.85rem;
    border-radius: 999px;
    background: #fff7f8;
    color: var(--color-primary, #e11d48);
    font-size: 0.8125rem;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
    transition: background 0.2s;
}

.dark .dest-section-head__link {
    background: rgba(225, 29, 72, 0.12);
}

.dest-section-head__link:hover {
    background: #ffe4e6;
}

.dest-section-head__link--desktop {
    display: none;
}

.dest-section-head__link--mobile {
    display: inline-flex;
    justify-content: center;
    width: 100%;
    margin-top: 1rem;
    padding: 0.65rem 1rem;
    box-sizing: border-box;
}

@media (max-width: 767px) {
    .dest-section-head {
        align-items: center;
    }
}

@media (min-width: 768px) {
    .dest-section-head__link--desktop {
        display: inline-flex;
    }

    .dest-section-head__link--mobile {
        display: none;
    }
}

.dest-section-head__actions {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    flex-shrink: 0;
}

.dest-show__slider-nav {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
}

.dest-show__slider-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.35rem;
    height: 2.35rem;
    border: 1px solid #e2e8f0;
    border-radius: 999px;
    background: #fff;
    color: #475569;
    cursor: pointer;
    transition: border-color 0.2s, color 0.2s, box-shadow 0.2s;
}

.dark .dest-show__slider-btn {
    background: #1a1f2e;
    border-color: #2a3142;
    color: #cbd5e1;
}

.dest-show__slider-btn:hover:not(.swiper-button-disabled) {
    border-color: var(--color-primary, #e11d48);
    color: var(--color-primary, #e11d48);
    box-shadow: 0 6px 16px rgba(225, 29, 72, 0.12);
}

.dest-show__slider-btn.swiper-button-disabled {
    opacity: 0.35;
    cursor: not-allowed;
}

.dest-show__listing-swiper {
    overflow: hidden;
    width: 100%;
    max-width: 100%;
}

.dest-show__listing-swiper:not(.swiper-initialized) .swiper-slide {
    flex-shrink: 0;
    width: 88%;
}

@media (min-width: 640px) {
    .dest-show__listing-swiper:not(.swiper-initialized) .swiper-slide {
        width: 62%;
    }
}

@media (min-width: 1024px) {
    .dest-show__listing-swiper:not(.swiper-initialized) .swiper-slide {
        width: 32%;
    }
}

.dest-show__listing-swiper .swiper-wrapper {
    align-items: stretch;
}

.dest-show__listing-swiper .swiper-slide {
    height: auto;
    box-sizing: border-box;
}

.dest-show__listing-swiper .tour-listing-card,
.dest-show__listing-swiper .homestay-card,
.dest-show__listing-swiper .car-service-card {
    height: 100%;
}

.dest-show__listing-swiper .homestay-card {
    display: flex;
    flex-direction: column;
}

.dest-show__listing-swiper .homestay-card__body {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.dest-show__listing-swiper .homestay-card__footer {
    margin-top: auto;
}

.dest-show__listing-swiper .dest-show__place {
    min-height: 17rem;
}

@media (min-width: 768px) {
    .dest-show__listing-swiper .dest-show__place {
        min-height: 18rem;
    }
}

.dest-show__foods {
    display: flex;
    gap: 1.25rem;
    overflow-x: auto;
    padding: 0.25rem 0.25rem 0.75rem;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
}

.dest-show__food {
    flex: 0 0 auto;
    width: 6.5rem;
    text-align: center;
    text-decoration: none;
    color: #0f172a;
    scroll-snap-align: start;
    transition: transform 0.2s;
}

.dark .dest-show__food {
    color: #f1f5f9;
}

.dest-show__food:hover {
    transform: translateY(-4px);
}

.dest-show__food-ring {
    display: block;
    padding: 4px;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--color-primary, #e11d48), #fb7185);
    box-shadow: 0 10px 24px rgba(225, 29, 72, 0.22);
}

.dest-show__food-ring img {
    display: block;
    width: 5.5rem;
    height: 5.5rem;
    border-radius: 999px;
    object-fit: cover;
    border: 3px solid #fff;
}

.dark .dest-show__food-ring img {
    border-color: #1a1f2e;
}

.dest-show__food-name {
    display: block;
    margin-top: 0.65rem;
    font-size: 0.8125rem;
    font-weight: 600;
    line-height: 1.35;
}

.dest-show__place {
    position: relative;
    display: block;
    min-height: 16rem;
    height: 100%;
    border-radius: var(--dest-radius);
    overflow: hidden;
    text-decoration: none;
    color: #fff;
    box-shadow: var(--dest-shadow);
    transition: transform 0.3s ease;
}

.dest-show__place:hover {
    transform: translateY(-4px);
}

.dest-show__place img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.dest-show__place:hover img {
    transform: scale(1.06);
}

.dest-show__place-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 25%, rgba(8, 15, 30, 0.82) 100%);
}

.dest-show__place-body {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    padding: 1.15rem;
}

.dest-show__place-body h3 {
    margin: 0 0 0.35rem;
    font-size: 1.1rem;
    font-weight: 800;
}

.dest-show__place-body p {
    margin: 0;
    font-size: 0.8125rem;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.88);
}

.dest-show__listing {
    display: grid;
    gap: 1.25rem;
}

.dest-show__listing--tours {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}

.dest-show__listing--homestays,
.dest-show__listing--cars {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}

.dest-show__categories {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem;
}

@media (min-width: 768px) {
    .dest-show__categories {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 1rem;
    }

    .dest-show__category {
        min-height: 4.5rem;
    }

    .dest-show__section--faq .dest-section-head,
    .dest-show__section--categories .dest-section-head {
        justify-content: center;
        text-align: center;
        border-bottom: none;
        padding-bottom: 0.25rem;
    }

    .dest-show__section--faq .dest-section-head__main,
    .dest-show__section--categories .dest-section-head__main {
        justify-content: center;
    }

    .dest-show__section--faq .dest-show__faq {
        margin-inline: auto;
        width: 100%;
    }
}

.dest-show__category {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem 1.1rem;
    border-radius: 1rem;
    background: #fff;
    border: 1px solid #e8edf3;
    color: #0f172a;
    font-size: 0.9rem;
    font-weight: 600;
    text-decoration: none;
    transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
}

.dark .dest-show__category {
    background: #1a1f2e;
    border-color: #2a3142;
    color: #f1f5f9;
}

.dest-show__category:hover {
    transform: translateY(-2px);
    border-color: #fecdd3;
    box-shadow: 0 12px 28px rgba(225, 29, 72, 0.1);
}

.dest-show__category-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 0.85rem;
    background: linear-gradient(135deg, var(--color-primary, #e11d48), #f43f5e);
    color: #fff;
    font-size: 1.35rem;
    flex-shrink: 0;
}

.dest-show__category-arrow {
    margin-left: auto;
    font-size: 1.1rem;
    color: #94a3b8;
    transition: transform 0.2s;
}

.dest-show__category:hover .dest-show__category-arrow {
    transform: translateX(3px);
    color: var(--color-primary, #e11d48);
}

.dest-show__guides {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 1rem;
}

.dest-show__guide {
    display: flex;
    align-items: flex-start;
    gap: 0.85rem;
    padding: 1.15rem;
    border-radius: var(--dest-radius);
    background: #fff;
    border: 1px solid #e8edf3;
    text-decoration: none;
    color: inherit;
    transition: transform 0.2s, box-shadow 0.2s;
}

.dark .dest-show__guide {
    background: #1a1f2e;
    border-color: #2a3142;
}

.dest-show__guide:hover {
    transform: translateY(-2px);
    box-shadow: var(--dest-shadow);
}

.dest-show__guide-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 0.75rem;
    background: #f1f5f9;
    color: #475569;
    flex-shrink: 0;
}

.dark .dest-show__guide-icon {
    background: #252b3b;
    color: #cbd5e1;
}

.dest-show__guide h3 {
    margin: 0 0 0.35rem;
    font-size: 1rem;
    font-weight: 700;
    color: #0f172a;
}

.dark .dest-show__guide h3 {
    color: #f8fafc;
}

.dest-show__guide p {
    margin: 0;
    font-size: 0.875rem;
    color: #64748b;
    line-height: 1.55;
}

.dest-show__guide-arrow {
    margin-left: auto;
    color: #94a3b8;
    flex-shrink: 0;
    transition: transform 0.2s, color 0.2s;
}

.dest-show__guide:hover .dest-show__guide-arrow {
    transform: translate(2px, -2px);
    color: var(--color-primary, #e11d48);
}

.dest-show__faq {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.dest-show__faq-item {
    border: 1px solid #e2e8f0;
    border-radius: 1rem;
    background: #fff;
    overflow: hidden;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.dark .dest-show__faq-item {
    background: #1a1f2e;
    border-color: #2a3142;
}

.dest-show__faq-item[open] {
    border-color: #fecdd3;
    box-shadow: 0 8px 24px rgba(225, 29, 72, 0.08);
}

.dest-show__faq-item summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.1rem 1.25rem;
    font-weight: 700;
    font-size: 0.95rem;
    color: #0f172a;
    cursor: pointer;
    list-style: none;
}

.dark .dest-show__faq-item summary {
    color: #f8fafc;
}

.dest-show__faq-item summary::-webkit-details-marker {
    display: none;
}

.dest-show__faq-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border-radius: 999px;
    background: #f1f5f9;
    color: #475569;
    font-size: 1.25rem;
    flex-shrink: 0;
    transition: background 0.2s, color 0.2s, transform 0.2s;
}

.dark .dest-show__faq-toggle {
    background: #252b3b;
    color: #cbd5e1;
}

.dest-show__faq-item[open] .dest-show__faq-toggle {
    background: var(--color-primary, #e11d48);
    color: #fff;
    transform: rotate(180deg);
}

.dest-show__faq-answer {
    display: grid;
    grid-template-rows: 0fr;
    padding: 0 1.25rem;
    transition: grid-template-rows 0.38s cubic-bezier(0.22, 1, 0.36, 1), padding 0.38s cubic-bezier(0.22, 1, 0.36, 1);
}

.dest-show__faq-item[open] .dest-show__faq-answer {
    grid-template-rows: 1fr;
    padding-bottom: 1.15rem;
}

.dest-show__faq-answer p {
    margin: 0;
    overflow: hidden;
    min-height: 0;
    color: #475569;
    line-height: 1.65;
    font-size: 0.9375rem;
}

.dark .dest-show__faq-answer p {
    color: #94a3b8;
}

@media (min-width: 768px) {
    .dest-show__hero-inner,
    .dest-show__nav-inner,
    .dest-show__body {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .dest-show__nav {
        top: 5rem;
    }
}

@media (min-width: 1024px) {
    .dest-show__hero-inner {
        padding-bottom: 2.5rem;
    }
}

/* Foods slider band (below sticky nav) */

.dest-show__foods-band {
    background: #fff;
    border-bottom: 1px solid #e8edf3;
    scroll-margin-top: 8.5rem;
}

.dark .dest-show__foods-band {
    background: #141820;
    border-bottom-color: #2a3142;
}

.dest-show__foods-band-inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 2rem 1rem 2.25rem;
}

.dest-show__foods-head {
    text-align: center;
    margin-bottom: 1.75rem;
}

.dest-show__foods-eyebrow {
    display: block;
    margin-bottom: 0.5rem;
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--color-primary, #e11d48);
}

.dest-show__foods-head-row {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.75rem 1.25rem;
}

.dest-show__foods-title {
    margin: 0;
    font-size: clamp(1.5rem, 4vw, 2rem);
    font-weight: 900;
    color: #0f172a;
    letter-spacing: -0.02em;
}

.dark .dest-show__foods-title {
    color: #f8fafc;
}

.dest-show__foods-view-all {
    display: inline-flex;
    align-items: center;
    gap: 0.2rem;
    font-size: 0.875rem;
    font-weight: 700;
    color: var(--color-primary, #e11d48);
    text-decoration: none;
}

.dest-show__foods-view-all:hover {
    text-decoration: underline;
}

.dest-show__foods-slider-wrap {
    position: relative;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.dest-show__foods-nav {
    display: none;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 2.5rem;
    height: 2.5rem;
    border: 1px solid #e2e8f0;
    border-radius: 999px;
    background: #fff;
    color: #475569;
    cursor: pointer;
    transition: border-color 0.2s, color 0.2s, box-shadow 0.2s;
}

.dark .dest-show__foods-nav {
    background: #1a1f2e;
    border-color: #2a3142;
    color: #cbd5e1;
}

.dest-show__foods-nav:hover {
    border-color: var(--color-primary, #e11d48);
    color: var(--color-primary, #e11d48);
    box-shadow: 0 6px 16px rgba(225, 29, 72, 0.12);
}

@media (min-width: 768px) {
    .dest-show__foods-nav {
        display: inline-flex;
    }
}

.dest-show__foods-slider {
    display: flex;
    justify-content: flex-start;
    gap: clamp(1.5rem, 4vw, 3rem);
    flex: 1;
    min-width: 0;
    overflow-x: auto;
    padding: 0.5rem 0.25rem 0.75rem;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.dest-show__foods-slider::-webkit-scrollbar {
    display: none;
}

@media (min-width: 768px) {
    .dest-show__foods-slider {
        justify-content: center;
    }
}

.dest-show__foods-item {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.85rem;
    width: 8.5rem;
    text-align: center;
    text-decoration: none;
    color: #0f172a;
    scroll-snap-align: center;
    transition: transform 0.2s;
}

.dark .dest-show__foods-item {
    color: #f1f5f9;
}

.dest-show__foods-item:hover {
    transform: translateY(-4px);
}

.dest-show__foods-photo {
    display: block;
    width: 7.5rem;
    height: 7.5rem;
    border-radius: 999px;
    overflow: hidden;
    border: 4px solid #fff;
    box-shadow:
        0 0 0 1px rgba(15, 23, 42, 0.06),
        0 14px 32px rgba(15, 23, 42, 0.12);
    background: #f1f5f9;
}

.dark .dest-show__foods-photo {
    border-color: #1a1f2e;
    box-shadow:
        0 0 0 1px rgba(255, 255, 255, 0.06),
        0 14px 32px rgba(0, 0, 0, 0.28);
}

.dest-show__foods-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dest-show__foods-label {
    display: block;
    max-width: 8.5rem;
    font-size: 0.9375rem;
    font-weight: 800;
    line-height: 1.35;
}

@media (min-width: 768px) {
    .dest-show__foods-band-inner {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .dest-show__foods-photo {
        width: 8.75rem;
        height: 8.75rem;
    }

    .dest-show__foods-item {
        width: 9.5rem;
    }
}

/* Destinations show — entrance & scroll reveal */

@keyframes destShowReveal {
    from {
        opacity: 0;
        transform: translateY(1.25rem);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes destShowHeroMedia {
    from {
        opacity: 0;
        transform: scale(1.08);
    }

    to {
        opacity: 1;
        transform: scale(1.02);
    }
}

.dest-show:not(.dest-show--ready) .dest-show__hero-media {
    opacity: 0;
    transform: scale(1.08);
}

.dest-show--ready .dest-show__hero-media {
    animation: destShowHeroMedia 1.15s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.dest-show:not(.dest-show--ready) .dest-show__hero-inner > * {
    opacity: 0;
    transform: translateY(1.25rem);
}

.dest-show--ready .dest-show__breadcrumb {
    animation: destShowReveal 0.65s cubic-bezier(0.22, 1, 0.36, 1) 0.08s both;
}

.dest-show--ready .dest-show__hero-copy {
    animation: destShowReveal 0.7s cubic-bezier(0.22, 1, 0.36, 1) 0.18s both;
}

.dest-show:not(.dest-show--ready) .dest-show__nav {
    opacity: 0;
    transform: translateY(-0.35rem);
}

.dest-show--ready .dest-show__nav {
    animation: destShowReveal 0.55s cubic-bezier(0.22, 1, 0.36, 1) 0.28s both;
}

.dest-show.js-ready .dest-show__reveal:not(.is-visible) {
    opacity: 0;
    transform: translateY(1.35rem);
}

.dest-show.js-ready .dest-show__reveal.is-visible {
    animation: destShowReveal 0.62s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.dest-show.js-ready .dest-show__stagger:not(.is-visible) > * {
    opacity: 0;
    transform: translateY(0.9rem);
}

.dest-show.js-ready .dest-show__stagger.is-visible > * {
    animation: destShowReveal 0.52s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.dest-show.js-ready .dest-show__stagger.is-visible > *:nth-child(1) { animation-delay: 0.04s; }
.dest-show.js-ready .dest-show__stagger.is-visible > *:nth-child(2) { animation-delay: 0.09s; }
.dest-show.js-ready .dest-show__stagger.is-visible > *:nth-child(3) { animation-delay: 0.14s; }
.dest-show.js-ready .dest-show__stagger.is-visible > *:nth-child(4) { animation-delay: 0.19s; }
.dest-show.js-ready .dest-show__stagger.is-visible > *:nth-child(5) { animation-delay: 0.24s; }
.dest-show.js-ready .dest-show__stagger.is-visible > *:nth-child(6) { animation-delay: 0.29s; }
.dest-show.js-ready .dest-show__stagger.is-visible > *:nth-child(7) { animation-delay: 0.34s; }
.dest-show.js-ready .dest-show__stagger.is-visible > *:nth-child(8) { animation-delay: 0.39s; }
.dest-show.js-ready .dest-show__stagger.is-visible > *:nth-child(9) { animation-delay: 0.44s; }
.dest-show.js-ready .dest-show__stagger.is-visible > *:nth-child(10) { animation-delay: 0.49s; }
.dest-show.js-ready .dest-show__stagger.is-visible > *:nth-child(11) { animation-delay: 0.54s; }
.dest-show.js-ready .dest-show__stagger.is-visible > *:nth-child(12) { animation-delay: 0.59s; }

.dest-show__listing-swiper.swiper-initialized .swiper-slide {
    transition: opacity 0.35s ease, transform 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
    .dest-show__hero-media,
    .dest-show--ready .dest-show__hero-media,
    .dest-show--ready .dest-show__hero-inner > *,
    .dest-show--ready .dest-show__nav,
    .dest-show.js-ready .dest-show__reveal.is-visible,
    .dest-show.js-ready .dest-show__stagger.is-visible > * {
        animation: none !important;
        opacity: 1 !important;
        transform: none !important;
    }

    .dest-show.js-ready .dest-show__reveal:not(.is-visible),
    .dest-show.js-ready .dest-show__stagger:not(.is-visible) > * {
        opacity: 1;
        transform: none;
    }

    .dest-show__faq-answer {
        transition: none;
    }

    .dest-show__hero:hover .dest-show__hero-media {
        transform: scale(1.02);
    }
}
