/* Editorial destination guide image layout */

.page-template-page-destinations .dest-guide-page {
    background: #fffaf6 !important;
}

.page-template-page-destinations .dest-guide-page .dest-guide-nav {
    position: sticky !important;
    top: 0 !important;
    z-index: 30 !important;
    border-top: 1px solid rgba(245, 223, 185, 0.16) !important;
    border-bottom: 1px solid rgba(23, 35, 29, 0.18) !important;
    background: rgba(18, 34, 28, 0.96) !important;
    box-shadow: 0 12px 30px rgba(7, 16, 13, 0.16) !important;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch !important;
}

.page-template-page-destinations .dest-guide-page .dest-guide-nav > .vard-container {
    display: flex !important;
    align-items: center !important;
    width: min(1240px, calc(100% - clamp(2rem, 7vw, 7rem))) !important;
    max-width: none !important;
    min-height: 58px !important;
    margin-right: auto !important;
    margin-left: auto !important;
    gap: 0.45rem !important;
}

.page-template-page-destinations .dest-guide-page .dest-guide-nav a {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 0 auto !important;
    min-height: 36px !important;
    padding: 0.55rem 0.9rem !important;
    border: 1px solid rgba(245, 223, 185, 0.2) !important;
    border-radius: 3px !important;
    color: rgba(255, 250, 241, 0.86) !important;
    font-family: var(--vw-sans, var(--va-font-sans, system-ui, sans-serif)) !important;
    font-size: 0.68rem !important;
    font-weight: 850 !important;
    letter-spacing: 0 !important;
    line-height: 1.2 !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
    white-space: nowrap !important;
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease !important;
}

.page-template-page-destinations .dest-guide-page .dest-guide-nav a:hover,
.page-template-page-destinations .dest-guide-page .dest-guide-nav a:focus {
    border-color: rgba(245, 223, 185, 0.54) !important;
    background: rgba(207, 170, 98, 0.18) !important;
    color: #fffaf1 !important;
}

.page-template-page-destinations .dest-guide-page .dest-guide-overview {
    padding: clamp(4.5rem, 8vw, 7rem) 0 !important;
    border-bottom: 1px solid rgba(23, 35, 29, 0.1) !important;
    background: #fffaf6 !important;
}

.page-template-page-destinations .dest-guide-page .dest-guide-overview > .vard-container {
    display: grid !important;
    grid-template-columns: minmax(0, 1.25fr) minmax(260px, 0.75fr) !important;
    align-items: start !important;
    width: min(1180px, calc(100% - clamp(2rem, 7vw, 7rem))) !important;
    max-width: none !important;
    margin-right: auto !important;
    margin-left: auto !important;
    gap: clamp(2rem, 5vw, 5rem) !important;
}

.page-template-page-destinations .dest-guide-page .dest-guide-overview .eyebrow,
.page-template-page-destinations .dest-guide-page .dest-guide-chapter-intro .eyebrow {
    display: block !important;
    margin: 0 0 0.8rem !important;
    color: #8c723f !important;
    font-family: var(--vw-sans, var(--va-font-sans, system-ui, sans-serif)) !important;
    font-size: 0.68rem !important;
    font-weight: 850 !important;
    letter-spacing: 0 !important;
    line-height: 1.3 !important;
    text-transform: uppercase !important;
}

.page-template-page-destinations .dest-guide-page .dest-guide-overview h2,
.page-template-page-destinations .dest-guide-page .dest-guide-chapter-intro h2 {
    max-width: 13ch !important;
    margin: 0 0 1.15rem !important;
    color: #17231d !important;
    font-family: var(--vw-serif, var(--va-font-serif, Georgia, serif)) !important;
    font-size: clamp(2.75rem, 5vw, 5rem) !important;
    font-weight: 400 !important;
    letter-spacing: 0 !important;
    line-height: 0.98 !important;
}

.page-template-page-destinations .dest-guide-page .dest-guide-overview p,
.page-template-page-destinations .dest-guide-page .dest-guide-chapter-intro p {
    max-width: 680px !important;
    margin: 0 !important;
    color: #4e4a43 !important;
    font-family: var(--vw-sans, var(--va-font-sans, system-ui, sans-serif)) !important;
    font-size: clamp(1rem, 1.2vw, 1.12rem) !important;
    line-height: 1.78 !important;
}

.page-template-page-destinations .dest-guide-page .dest-guide-overview__facts {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 0.7rem !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.page-template-page-destinations .dest-guide-page .dest-guide-overview__facts li {
    display: flex !important;
    align-items: center !important;
    min-height: 48px !important;
    padding: 0.85rem 1rem !important;
    border-left: 3px solid #9b7536 !important;
    background: #f4efe8 !important;
    color: #2d2923 !important;
    font-family: var(--vw-sans, var(--va-font-sans, system-ui, sans-serif)) !important;
    font-size: 0.9rem !important;
    font-weight: 750 !important;
    line-height: 1.35 !important;
}

.page-template-page-destinations .dest-guide-page .dest-guide-chapter-intro {
    padding: clamp(3.8rem, 7vw, 6rem) 0 !important;
    background: #17231d !important;
}

.page-template-page-destinations .dest-guide-page .dest-guide-chapter-intro > .vard-container {
    width: min(980px, calc(100% - clamp(2rem, 7vw, 7rem))) !important;
    max-width: none !important;
    margin-right: auto !important;
    margin-left: auto !important;
}

.page-template-page-destinations .dest-guide-page .dest-guide-chapter-intro .eyebrow {
    color: rgba(245, 223, 185, 0.82) !important;
}

.page-template-page-destinations .dest-guide-page .dest-guide-chapter-intro h2 {
    max-width: 15ch !important;
    color: #fffaf1 !important;
}

.page-template-page-destinations .dest-guide-page .dest-guide-chapter-intro p {
    color: rgba(255, 250, 241, 0.78) !important;
}

.page-template-page-destinations .dest-guide-page .dest-guide-section {
    position: relative !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
    align-items: center !important;
    width: 100% !important;
    max-width: none !important;
    min-height: 0 !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    overflow: visible !important;
    background: #fff !important;
    isolation: isolate !important;
}

.page-template-page-destinations .dest-guide-page .dest-guide-section--flip {
    direction: rtl !important;
    background: #f4efe8 !important;
}

.page-template-page-destinations .dest-guide-page .dest-guide-section--flip > * {
    direction: ltr !important;
}

.page-template-page-destinations .dest-guide-page .dest-guide-section--text-only {
    display: block !important;
    direction: ltr !important;
    background: #fffaf6 !important;
}

.page-template-page-destinations .dest-guide-page .dest-guide-section--text-only.dest-guide-section--flip {
    background: #f4efe8 !important;
}

.page-template-page-destinations .dest-guide-page .dest-guide-section--text-only .dest-guide-section__body {
    justify-content: center !important;
    width: min(980px, calc(100% - clamp(2rem, 7vw, 7rem))) !important;
    margin-right: auto !important;
    margin-left: auto !important;
    padding: clamp(3.2rem, 5vw, 5.5rem) 0 !important;
}

.page-template-page-destinations .dest-guide-page .dest-guide-section--text-only .dest-guide-section__inner {
    width: min(100%, 760px) !important;
    max-width: 760px !important;
    padding-left: clamp(1.25rem, 3vw, 2rem) !important;
    border-left: 3px solid rgba(155, 117, 54, 0.7) !important;
}

.page-template-page-destinations .dest-guide-page .dest-guide-section--text-only .dest-guide-section__h2 {
    max-width: 16ch !important;
}

.page-template-page-destinations .dest-guide-page .dest-guide-section + .dest-guide-section {
    margin-top: 0 !important;
}

.page-template-page-destinations .dest-guide-page .dest-guide-section__visual,
.page-template-page-destinations .dest-guide-page .dest-guide-visual {
    position: relative !important;
    align-self: center !important;
    width: 100% !important;
    height: clamp(340px, 36vw, 540px) !important;
    min-height: 0 !important;
    margin: 0 !important;
    overflow: hidden !important;
    background: #10241e !important;
}

.page-template-page-destinations .dest-guide-page .dest-guide-section__visual img,
.page-template-page-destinations .dest-guide-page .dest-guide-visual img {
    position: absolute !important;
    inset: 0 !important;
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
    filter: saturate(1.04) contrast(1.02) !important;
}

.page-template-page-destinations .dest-guide-page .dest-guide-section:hover .dest-guide-section__visual img {
    transform: scale(1.035) !important;
}

.page-template-page-destinations .dest-guide-page .dest-guide-visual__caption {
    position: absolute !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    z-index: 2 !important;
    padding: clamp(4rem, 8vw, 6rem) clamp(1.25rem, 3vw, 2rem) clamp(1.15rem, 3vw, 1.8rem) !important;
    color: #fffaf1 !important;
    background: linear-gradient(to top, rgba(7, 16, 13, 0.86), rgba(7, 16, 13, 0.16), transparent) !important;
    pointer-events: none !important;
}

.page-template-page-destinations .dest-guide-page .dest-guide-visual__caption span {
    display: block !important;
    margin-bottom: 0.35rem !important;
    color: rgba(245, 223, 185, 0.84) !important;
    font-family: var(--vw-sans, var(--va-font-sans, system-ui, sans-serif)) !important;
    font-size: 0.68rem !important;
    font-weight: 800 !important;
    letter-spacing: 0 !important;
    line-height: 1.35 !important;
    text-transform: uppercase !important;
}

.page-template-page-destinations .dest-guide-page .dest-guide-visual__caption strong {
    display: block !important;
    color: #fffaf1 !important;
    font-family: var(--vw-serif, var(--va-font-serif, Georgia, serif)) !important;
    font-size: 1.35rem !important;
    font-weight: 400 !important;
    letter-spacing: 0 !important;
    line-height: 1.18 !important;
}

.page-template-page-destinations .dest-guide-page .dest-guide-section__body {
    display: flex !important;
    align-items: center !important;
    min-height: 0 !important;
    padding: clamp(3rem, 5vw, 5rem) clamp(2rem, 6vw, 7rem) !important;
}

.page-template-page-destinations .dest-guide-page .dest-guide-section__inner {
    width: min(100%, 560px) !important;
    max-width: 560px !important;
}

.page-template-page-destinations .dest-guide-page .dest-guide-section__h2 {
    max-width: 12ch !important;
    margin: 0 0 1.3rem !important;
    color: #2d2923 !important;
    font-family: var(--vw-serif, var(--va-font-serif, Georgia, serif)) !important;
    font-size: clamp(2.35rem, 4.2vw, 4.35rem) !important;
    font-weight: 400 !important;
    letter-spacing: 0 !important;
    line-height: 0.98 !important;
}

.page-template-page-destinations .dest-guide-page .dest-guide-section[id^="hotel-"] .dest-guide-section__h2 {
    max-width: 16ch !important;
    font-size: clamp(2.45rem, 3.7vw, 4rem) !important;
}

.page-template-page-destinations .dest-guide-page .dest-guide-section[id^="hotel-"] .dest-guide-section__inner {
    width: min(100%, 620px) !important;
    max-width: 620px !important;
}

.page-template-page-destinations .dest-guide-page .dest-guide-section__lead {
    max-width: 56ch !important;
    margin: 0 !important;
    color: #4e4a43 !important;
    font-size: clamp(0.96rem, 1.08vw, 1.08rem) !important;
    line-height: 1.78 !important;
}

.page-template-page-destinations .dest-guide-page .dest-guide-section__body-text {
    max-width: 58ch !important;
    margin-top: 1.05rem !important;
}

.page-template-page-destinations .dest-guide-page .dest-guide-section__body-text p,
.page-template-page-destinations .dest-guide-page .dest-guide-section__body-text li {
    color: #4f514b !important;
    font-size: 0.95rem !important;
    line-height: 1.78 !important;
}

.page-template-page-destinations .dest-guide-page .dest-guide-image-library {
    padding: clamp(5rem, 9vw, 8rem) 0 !important;
    background: #f4efe5 !important;
}

.page-template-page-destinations .dest-guide-page .dest-guide-image-library > .vard-container {
    width: min(1220px, calc(100% - clamp(2rem, 7vw, 7rem))) !important;
    max-width: none !important;
    margin-right: auto !important;
    margin-left: auto !important;
}

.page-template-page-destinations .dest-guide-page .dest-guide-image-library__head {
    max-width: 720px !important;
    margin: 0 0 clamp(2rem, 4vw, 3.4rem) !important;
    color: #17231d !important;
}

.page-template-page-destinations .dest-guide-page .dest-guide-image-library__head .dest-orn {
    margin-bottom: 1.35rem !important;
    color: #9b7536 !important;
}

.page-template-page-destinations .dest-guide-page .dest-guide-image-library__head .eyebrow {
    display: block !important;
    margin: 0 0 0.75rem !important;
    color: #7a6a50 !important;
    font-family: var(--vw-sans, var(--va-font-sans, system-ui, sans-serif)) !important;
    font-size: 0.72rem !important;
    font-weight: 850 !important;
    letter-spacing: 0 !important;
    text-transform: uppercase !important;
}

.page-template-page-destinations .dest-guide-page .dest-guide-image-library__head h2 {
    max-width: 12ch !important;
    margin: 0 0 1.15rem !important;
    color: #17231d !important;
    font-family: var(--vw-serif, var(--va-font-serif, Georgia, serif)) !important;
    font-size: 4.2rem !important;
    font-weight: 400 !important;
    letter-spacing: 0 !important;
    line-height: 0.98 !important;
}

.page-template-page-destinations .dest-guide-page .dest-guide-image-library__head p {
    max-width: 620px !important;
    margin: 0 !important;
    color: #4d554e !important;
    font-family: var(--vw-sans, var(--va-font-sans, system-ui, sans-serif)) !important;
    font-size: 1rem !important;
    line-height: 1.78 !important;
}

.page-template-page-destinations .dest-guide-page .dest-guide-image-library__grid {
    display: grid !important;
    grid-auto-flow: dense !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    grid-auto-rows: clamp(190px, 18vw, 270px) !important;
    gap: 0.75rem !important;
}

.page-template-page-destinations .dest-guide-page .dest-guide-image-card {
    position: relative !important;
    min-width: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
    overflow: hidden !important;
    background: #10241e !important;
}

.page-template-page-destinations .dest-guide-page .dest-guide-image-card:nth-child(8n + 1),
.page-template-page-destinations .dest-guide-page .dest-guide-image-card:nth-child(8n + 6) {
    grid-row: span 2 !important;
}

.page-template-page-destinations .dest-guide-page .dest-guide-image-card:nth-child(10n + 3) {
    grid-column: span 2 !important;
}

.page-template-page-destinations .dest-guide-page .dest-guide-image-card img {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
    filter: saturate(1.04) contrast(1.02) !important;
    transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), filter 0.35s ease !important;
}

.page-template-page-destinations .dest-guide-page .dest-guide-image-card:hover img {
    transform: scale(1.045) !important;
    filter: saturate(1.1) contrast(1.04) !important;
}

.page-template-page-destinations .dest-guide-page .dest-guide-image-card figcaption {
    position: absolute !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    z-index: 2 !important;
    padding: 3.6rem 0.95rem 0.9rem !important;
    color: rgba(255, 250, 241, 0.9) !important;
    background: linear-gradient(to top, rgba(7, 16, 13, 0.82), rgba(7, 16, 13, 0.08), transparent) !important;
    font-family: var(--vw-sans, var(--va-font-sans, system-ui, sans-serif)) !important;
    font-size: 0.68rem !important;
    font-weight: 800 !important;
    letter-spacing: 0 !important;
    line-height: 1.35 !important;
    text-transform: uppercase !important;
}

@media (max-width: 1100px) {
    .page-template-page-destinations .dest-guide-page .dest-guide-section {
        width: 100% !important;
    }

    .page-template-page-destinations .dest-guide-page .dest-guide-image-library__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }

    .page-template-page-destinations .dest-guide-page .dest-guide-image-card:nth-child(10n + 3) {
        grid-column: span 1 !important;
    }
}

@media (max-width: 780px) {
    .page-template-page-destinations .dest-guide-page .dest-guide-nav {
        position: relative !important;
    }

    .page-template-page-destinations .dest-guide-page .dest-guide-nav > .vard-container {
        width: calc(100% - 1.5rem) !important;
        min-height: 54px !important;
        padding: 0.55rem 0 !important;
    }

    .page-template-page-destinations .dest-guide-page .dest-guide-nav a {
        min-height: 34px !important;
        padding: 0.5rem 0.8rem !important;
        font-size: 0.63rem !important;
    }

    .page-template-page-destinations .dest-guide-page .dest-guide-overview > .vard-container {
        grid-template-columns: 1fr !important;
        width: calc(100% - 2.4rem) !important;
        gap: 2rem !important;
    }

    .page-template-page-destinations .dest-guide-page .dest-guide-overview h2,
    .page-template-page-destinations .dest-guide-page .dest-guide-chapter-intro h2 {
        font-size: clamp(2.35rem, 10vw, 3.4rem) !important;
    }

    .page-template-page-destinations .dest-guide-page .dest-guide-chapter-intro > .vard-container {
        width: calc(100% - 2.4rem) !important;
    }

    .page-template-page-destinations .dest-guide-page .dest-guide-section {
        width: 100% !important;
        grid-template-columns: 1fr !important;
    }

    .page-template-page-destinations .dest-guide-page .dest-guide-section--flip,
    .page-template-page-destinations .dest-guide-page .dest-guide-section--flip > * {
        direction: ltr !important;
    }

    .page-template-page-destinations .dest-guide-page .dest-guide-section__visual,
    .page-template-page-destinations .dest-guide-page .dest-guide-visual {
        height: clamp(300px, 68vw, 480px) !important;
        min-height: 0 !important;
    }

    .page-template-page-destinations .dest-guide-page .dest-guide-section__body {
        padding: clamp(2.6rem, 8vw, 4rem) clamp(1.35rem, 6vw, 2.4rem) !important;
    }

    .page-template-page-destinations .dest-guide-page .dest-guide-image-library__head h2 {
        font-size: 3rem !important;
    }

    .page-template-page-destinations .dest-guide-page .dest-guide-image-library__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        grid-auto-rows: clamp(165px, 44vw, 230px) !important;
        gap: 0.55rem !important;
    }

    .page-template-page-destinations .dest-guide-page .dest-guide-image-card:nth-child(8n + 1),
    .page-template-page-destinations .dest-guide-page .dest-guide-image-card:nth-child(8n + 6) {
        grid-row: span 1 !important;
    }
}

@media (max-width: 480px) {
    .page-template-page-destinations .dest-guide-page .dest-guide-overview {
        padding: 3.5rem 0 !important;
    }

    .page-template-page-destinations .dest-guide-page .dest-guide-chapter-intro {
        padding: 3.25rem 0 !important;
    }

    .page-template-page-destinations .dest-guide-page .dest-guide-image-library {
        padding: 4rem 0 !important;
    }

    .page-template-page-destinations .dest-guide-page .dest-guide-image-library > .vard-container {
        width: calc(100% - 1rem) !important;
    }

    .page-template-page-destinations .dest-guide-page .dest-guide-image-library__head {
        padding: 0 0.5rem !important;
    }

    .page-template-page-destinations .dest-guide-page .dest-guide-image-library__head h2 {
        font-size: 2.35rem !important;
    }

    .page-template-page-destinations .dest-guide-page .dest-guide-image-library__grid {
        grid-template-columns: 1fr !important;
        grid-auto-rows: 260px !important;
    }

    .page-template-page-destinations .dest-guide-page .dest-guide-image-card figcaption {
        font-size: 0.62rem !important;
    }
}

/* ── Property directory section (standalone white section) ─────── */
.page-template-page-destinations .dest-property-directory-section {
    padding: clamp(3.5rem, 6vw, 5.5rem) 0 !important;
    background: #faf8f4 !important;
    border-bottom: 1px solid rgba(38, 35, 31, 0.08) !important;
}

.page-template-page-destinations .dest-property-directory-section > .vard-container {
    width: min(1100px, calc(100% - clamp(2rem, 7vw, 6rem))) !important;
    max-width: none !important;
    margin-right: auto !important;
    margin-left: auto !important;
}

/* ── Property directory (hotel/lodge listing in stays chapter) ─── */
.dest-property-directory {
    margin-top: 2.5rem !important;
    padding-top: 2rem !important;
    border-top: 1px solid rgba(23, 35, 29, 0.12) !important;
}

.dest-property-directory__count {
    font-family: 'Cinzel', 'Times New Roman', serif !important;
    font-size: 0.78rem !important;
    letter-spacing: 0.14em !important;
    text-transform: uppercase !important;
    color: var(--va-gold, #c8a96e) !important;
    margin-bottom: 1.75rem !important;
}

.dest-property-list {
    display: grid !important;
    gap: 0.75rem !important;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.dest-property-list__item {
    margin: 0 !important;
    padding: 0 !important;
}

.dest-property-card {
    display: grid !important;
    grid-template-columns: minmax(116px, 150px) auto minmax(0, 1fr) auto !important;
    align-items: center !important;
    gap: clamp(0.9rem, 2vw, 1.6rem) !important;
    min-height: 124px !important;
    padding: 0.75rem 1rem 0.75rem 0.75rem !important;
    background: #fff !important;
    border: 1px solid rgba(23, 35, 29, 0.1) !important;
    border-radius: 2px !important;
    position: relative !important;
    transition: box-shadow 0.2s ease, border-color 0.2s ease !important;
}

.dest-property-card:hover {
    box-shadow: 0 4px 20px rgba(7, 16, 13, 0.1) !important;
    border-color: rgba(200, 169, 110, 0.4) !important;
}

.dest-property-card--no-image {
    grid-template-columns: auto minmax(0, 1fr) auto !important;
    min-height: 92px !important;
    padding: 1.05rem 1.2rem !important;
}

.dest-property-card__media {
    display: block !important;
    width: 100% !important;
    aspect-ratio: 4 / 3 !important;
    overflow: hidden !important;
    background: #edf0ea !important;
    border-radius: 1px !important;
}

.dest-property-card__media img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    transition: transform 0.35s ease !important;
}

.dest-property-card:hover .dest-property-card__media img {
    transform: scale(1.035) !important;
}

.dest-property-card__num {
    font-family: 'Cinzel', serif !important;
    font-size: 0.68rem !important;
    letter-spacing: 0.12em !important;
    color: var(--va-gold, #c8a96e) !important;
    min-width: 2.4rem !important;
    margin: 0 !important;
}

.dest-property-card__body {
    min-width: 0 !important;
}

.dest-property-card__name {
    font-family: 'Cormorant Garamond', 'Georgia', serif !important;
    font-size: clamp(1.3rem, 2.1vw, 1.75rem) !important;
    font-weight: 500 !important;
    line-height: 1.18 !important;
    color: #0f1e17 !important;
    margin: 0 !important;
}

.dest-property-card__lead {
    font-size: 0.86rem !important;
    line-height: 1.6 !important;
    color: #3a4a41 !important;
    margin: 0.45rem 0 0 !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 3 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
}

.dest-property-card__link {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 38px !important;
    padding: 0.62rem 0.95rem !important;
    border: 1px solid rgba(23, 35, 29, 0.16) !important;
    background: #17231d !important;
    color: #fffaf1 !important;
    font-family: var(--vw-sans, var(--va-font-sans, system-ui, sans-serif)) !important;
    font-size: 0.68rem !important;
    font-weight: 850 !important;
    letter-spacing: 0 !important;
    line-height: 1 !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
    white-space: nowrap !important;
    transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease !important;
}

.dest-property-card__link:hover,
.dest-property-card__link:focus {
    border-color: rgba(200, 169, 110, 0.55) !important;
    background: #8c723f !important;
    transform: translateY(-1px) !important;
}

.dest-guide-page .dest-guide-section[id],
.dest-guide-property-anchor {
    scroll-margin-top: 82px !important;
}

.dest-guide-property-anchor {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 1px !important;
    height: 1px !important;
    pointer-events: none !important;
}

.dest-property-gallery {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 0.55rem !important;
    margin-top: 1.35rem !important;
}

.dest-property-gallery img {
    display: block !important;
    width: 100% !important;
    aspect-ratio: 4 / 3 !important;
    object-fit: cover !important;
    border-radius: 1px !important;
    background: #edf0ea !important;
}

@media (max-width: 640px) {
    .dest-property-card {
        grid-template-columns: 1fr !important;
        align-items: start !important;
        padding: 0.75rem !important;
    }

    .dest-property-card--no-image {
        grid-template-columns: 1fr !important;
        padding: 1rem !important;
    }

    .dest-property-card__media {
        aspect-ratio: 16 / 9 !important;
    }

    .dest-property-card__num {
        margin-top: 0.2rem !important;
    }

    .dest-property-card__link {
        justify-self: start !important;
        margin-top: 0.35rem !important;
    }

    .dest-property-gallery {
        grid-template-columns: 1fr !important;
    }
}

.page-template-page-destinations .dest-guide-page .dest-property-directory__count {
    max-width: none !important;
    margin: 0 0 1.75rem !important;
    color: var(--va-gold, #c8a96e) !important;
    font-family: 'Cinzel', 'Times New Roman', serif !important;
    font-size: 0.78rem !important;
    letter-spacing: 0.14em !important;
    line-height: 1.4 !important;
    text-transform: uppercase !important;
}

.page-template-page-destinations .dest-guide-page .dest-property-card__num {
    color: var(--va-gold, #c8a96e) !important;
    font-family: 'Cinzel', serif !important;
    font-size: 0.68rem !important;
    letter-spacing: 0.12em !important;
}

.page-template-page-destinations .dest-guide-page .dest-property-card__name {
    margin: 0 !important;
    color: #0f1e17 !important;
    font-family: 'Cormorant Garamond', 'Georgia', serif !important;
    font-size: clamp(1.3rem, 2.1vw, 1.75rem) !important;
    font-weight: 500 !important;
    line-height: 1.18 !important;
}

.page-template-page-destinations .dest-guide-page .dest-property-card__lead {
    max-width: none !important;
    margin: 0.45rem 0 0 !important;
    color: #3a4a41 !important;
    font-size: 0.86rem !important;
    line-height: 1.6 !important;
}

.page-template-page-destinations .dest-guide-page .dest-property-card__link {
    color: #fffaf1 !important;
    text-decoration: none !important;
    text-decoration-color: transparent !important;
}

.page-template-page-destinations .dest-guide-page .dest-property-card__media {
    color: inherit !important;
    text-decoration: none !important;
}

.page-template-page-destinations .dest-guide-page .dest-property-card__media img,
.page-template-page-destinations .dest-guide-page .dest-property-gallery img {
    max-width: none !important;
    margin: 0 !important;
}

/* Africa Born destination treatment */
body.page-template-page-destinations {
    --ab-paper: #f1eee9;
    --ab-panel: #faf8f4;
    --ab-white: #ffffff;
    --ab-ink: #4b4741;
    --ab-heading: #4f4d49;
    --ab-muted: #766f66;
    --ab-rule: #ded8cf;
    --ab-gold: #8b7756;
    --ab-button: #61533d;
    --ab-serif: var(--vw-serif, var(--va-font-serif, "Cormorant Garamond", Georgia, serif));
    --ab-display: var(--vw-display, "Cinzel", Georgia, serif);
    --ab-sans: var(--vw-sans, var(--va-font-sans, system-ui, sans-serif));
    background: var(--ab-paper) !important;
    color: var(--ab-ink) !important;
}

body.page-template-page-destinations .dest-atlas--refined,
body.page-template-page-destinations .dest-guide-page,
body.page-template-page-destinations .source-reader-page {
    background: var(--ab-paper) !important;
    color: var(--ab-ink) !important;
}

body.page-template-page-destinations .dest-atlas--refined .vard-v2-hero--destinations,
body.page-template-page-destinations .dest-guide-page .dest-guide-hero,
body.page-template-page-destinations .source-reader-hero {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: clamp(430px, 62svh, 690px) !important;
    padding: 0 !important;
    background: #181714 !important;
    text-align: center !important;
    isolation: isolate !important;
}

body.page-template-page-destinations .dest-atlas--refined .vard-v2-hero--destinations .vard-v2-hero__media,
body.page-template-page-destinations .dest-guide-page .dest-guide-hero__bg,
body.page-template-page-destinations .dest-guide-page .dest-guide-hero__bg img,
body.page-template-page-destinations .source-reader-hero__media,
body.page-template-page-destinations .source-reader-hero__media img {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
    filter: saturate(0.86) contrast(1.02) brightness(0.9) !important;
}

body.page-template-page-destinations .dest-atlas--refined .vard-v2-hero--destinations .vard-v2-hero__overlay,
body.page-template-page-destinations .dest-guide-page .dest-guide-hero__overlay,
body.page-template-page-destinations .source-reader-hero__shade {
    position: absolute !important;
    inset: 0 !important;
    z-index: 1 !important;
    background:
        radial-gradient(circle at 50% 42%, rgba(255, 255, 255, 0.08), transparent 24rem),
        linear-gradient(180deg, rgba(14, 13, 11, 0.48) 0%, rgba(14, 13, 11, 0.14) 45%, rgba(14, 13, 11, 0.5) 100%) !important;
    pointer-events: none !important;
}

body.page-template-page-destinations .dest-atlas--refined .vard-v2-hero--destinations .vard-v2-hero__inner,
body.page-template-page-destinations .dest-guide-page .dest-guide-hero__content,
body.page-template-page-destinations .source-reader-hero__content {
    position: relative !important;
    z-index: 2 !important;
    display: flex !important;
    width: min(980px, calc(100% - clamp(2rem, 8vw, 8rem))) !important;
    max-width: 980px !important;
    min-height: 0 !important;
    margin: 0 auto !important;
    padding: clamp(7rem, 12vw, 10rem) 0 clamp(4rem, 7vw, 5.5rem) !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
}

body.page-template-page-destinations .dest-atlas--refined .vard-v2-breadcrumb,
body.page-template-page-destinations .dest-atlas--refined .vard-v2-hero__eyebrow,
body.page-template-page-destinations .dest-atlas--refined .vard-v2-hero__pills,
body.page-template-page-destinations .dest-guide-page .dest-guide-hero__num,
body.page-template-page-destinations .dest-guide-page .dest-guide-hero__content > .eyebrow,
body.page-template-page-destinations .dest-guide-page .dest-guide-hero__facts {
    display: none !important;
}

body.page-template-page-destinations .dest-guide-page .dest-guide-back {
    position: absolute !important;
    top: clamp(5rem, 9vw, 7rem) !important;
    left: 0 !important;
    margin: 0 !important;
    color: rgba(255, 255, 255, 0.78) !important;
    font-family: var(--ab-sans) !important;
    font-size: 0.62rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.18em !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
}

body.page-template-page-destinations .dest-atlas--refined .vard-v2-hero--destinations h1,
body.page-template-page-destinations .dest-guide-page .dest-guide-hero__title,
body.page-template-page-destinations .source-reader-hero h1 {
    max-width: 980px !important;
    margin: 0 !important;
    color: #ffffff !important;
    font-family: var(--ab-display) !important;
    font-size: clamp(3.25rem, 7.2vw, 7.15rem) !important;
    font-weight: 400 !important;
    letter-spacing: 0.035em !important;
    line-height: 1 !important;
    text-transform: uppercase !important;
    text-shadow: 0 18px 42px rgba(0, 0, 0, 0.38) !important;
}

body.page-template-page-destinations .dest-atlas--refined .vard-v2-hero--destinations p,
body.page-template-page-destinations .dest-guide-page .dest-guide-hero__sub,
body.page-template-page-destinations .source-reader-hero p:not(.eyebrow) {
    max-width: 900px !important;
    margin: clamp(1rem, 2vw, 1.45rem) auto 0 !important;
    color: rgba(255, 255, 255, 0.86) !important;
    font-family: var(--ab-serif) !important;
    font-size: clamp(1.18rem, 2.3vw, 2rem) !important;
    font-style: italic !important;
    font-weight: 400 !important;
    line-height: 1.35 !important;
    text-shadow: 0 10px 26px rgba(0, 0, 0, 0.34) !important;
}

body.page-template-page-destinations .dest-index {
    padding: clamp(5rem, 9vw, 8.5rem) 0 !important;
    background: var(--ab-paper) !important;
}

body.page-template-page-destinations .dest-index__shell {
    display: grid !important;
    width: min(1180px, calc(100% - clamp(2rem, 8vw, 7rem))) !important;
    grid-template-columns: 1fr !important;
    gap: clamp(2.5rem, 5vw, 4rem) !important;
}

body.page-template-page-destinations .dest-index__intro,
body.page-template-page-destinations .source-library__intro {
    position: static !important;
    max-width: 720px !important;
    margin: 0 auto !important;
    text-align: center !important;
}

body.page-template-page-destinations .dest-index__intro h2,
body.page-template-page-destinations .ecosystem-intro h2,
body.page-template-page-destinations .source-library__intro h2,
body.page-template-page-destinations .dest-guide-overview h2,
body.page-template-page-destinations .dest-guide-chapter-intro h2,
body.page-template-page-destinations .dest-guide-image-library__head h2 {
    max-width: 11ch !important;
    margin: 0.55rem auto 1.1rem !important;
    color: var(--ab-heading) !important;
    font-family: var(--ab-serif) !important;
    font-size: clamp(2.55rem, 4.8vw, 4.9rem) !important;
    font-weight: 400 !important;
    letter-spacing: 0 !important;
    line-height: 1.02 !important;
}

body.page-template-page-destinations .dest-index__intro p:not(.eyebrow),
body.page-template-page-destinations .ecosystem-intro__lead,
body.page-template-page-destinations .source-library__intro p:not(.eyebrow),
body.page-template-page-destinations .dest-guide-overview p,
body.page-template-page-destinations .dest-guide-chapter-intro p,
body.page-template-page-destinations .dest-guide-image-library__head p {
    max-width: 650px !important;
    margin: 0 auto !important;
    color: var(--ab-muted) !important;
    font-family: var(--ab-sans) !important;
    font-size: clamp(0.92rem, 1.1vw, 1rem) !important;
    line-height: 1.78 !important;
}

body.page-template-page-destinations .eyebrow,
body.page-template-page-destinations .dest-guide-eyebrow,
body.page-template-page-destinations .dest-property-directory__count {
    color: #aaa39a !important;
    font-family: var(--ab-sans) !important;
    font-size: 0.62rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.22em !important;
    line-height: 1.35 !important;
    text-transform: uppercase !important;
}

body.page-template-page-destinations .dest-index__grid {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: clamp(0.85rem, 1.6vw, 1.35rem) !important;
}

body.page-template-page-destinations .dest-index__card {
    position: relative !important;
    display: block !important;
    min-height: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: #211f1b !important;
    color: #ffffff !important;
    box-shadow: none !important;
    text-decoration: none !important;
}

body.page-template-page-destinations .dest-index__thumb {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 3 / 4 !important;
    border-radius: 0 !important;
    overflow: hidden !important;
}

body.page-template-page-destinations .dest-index__thumb::after {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    z-index: 1 !important;
    background: linear-gradient(180deg, rgba(20, 19, 17, 0.04), rgba(20, 19, 17, 0.7)) !important;
    pointer-events: none !important;
}

body.page-template-page-destinations .dest-index__thumb img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    filter: saturate(0.9) contrast(1.02) !important;
    transition: transform 0.75s ease, filter 0.35s ease !important;
}

body.page-template-page-destinations .dest-index__card:hover .dest-index__thumb img,
body.page-template-page-destinations .dest-index__card:focus-visible .dest-index__thumb img {
    transform: scale(1.045) !important;
    filter: saturate(1.04) contrast(1.03) !important;
}

body.page-template-page-destinations .dest-index__number {
    position: absolute !important;
    top: 1rem !important;
    left: 1rem !important;
    z-index: 2 !important;
    display: block !important;
    width: auto !important;
    height: auto !important;
    border: 0 !important;
    color: rgba(255, 255, 255, 0.72) !important;
    font-family: var(--ab-serif) !important;
    font-size: 1rem !important;
    line-height: 1 !important;
}

body.page-template-page-destinations .dest-index__copy {
    position: absolute !important;
    right: 1rem !important;
    bottom: 1rem !important;
    left: 1rem !important;
    z-index: 2 !important;
    display: grid !important;
    gap: 0.4rem !important;
}

body.page-template-page-destinations .dest-index__copy strong {
    color: #ffffff !important;
    font-family: var(--ab-serif) !important;
    font-size: clamp(1.35rem, 2vw, 2rem) !important;
    font-weight: 400 !important;
    line-height: 1.06 !important;
}

body.page-template-page-destinations .dest-index__copy small {
    color: rgba(255, 255, 255, 0.76) !important;
    font-family: var(--ab-sans) !important;
    font-size: 0.58rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.16em !important;
    text-transform: uppercase !important;
}

body.page-template-page-destinations .ecosystem-intro,
body.page-template-page-destinations .dest-guide-overview,
body.page-template-page-destinations .dest-guide-chapter-intro,
body.page-template-page-destinations .dest-guide-image-library,
body.page-template-page-destinations .source-library {
    padding: clamp(5rem, 9vw, 8rem) 0 !important;
    border: 0 !important;
    background: var(--ab-panel) !important;
    text-align: center !important;
}

body.page-template-page-destinations .dest-guide-chapter-intro:nth-of-type(even),
body.page-template-page-destinations .dest-guide-image-library,
body.page-template-page-destinations .source-library {
    background: var(--ab-paper) !important;
}

body.page-template-page-destinations .dest-guide-overview > .vard-container,
body.page-template-page-destinations .dest-guide-chapter-intro > .vard-container,
body.page-template-page-destinations .dest-guide-image-library > .vard-container,
body.page-template-page-destinations .source-library__shell {
    display: block !important;
    width: min(980px, calc(100% - clamp(2rem, 8vw, 7rem))) !important;
    max-width: none !important;
    margin: 0 auto !important;
}

body.page-template-page-destinations .dest-guide-overview__facts {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    gap: 0.55rem !important;
    max-width: 720px !important;
    margin: 2rem auto 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

body.page-template-page-destinations .dest-guide-overview__facts li,
body.page-template-page-destinations .dest-guide-facts span,
body.page-template-page-destinations .dest-property-card__link,
body.page-template-page-destinations .dest-guide-cta-btn,
body.page-template-page-destinations .source-library__card a,
body.page-template-page-destinations .source-library__card em {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 34px !important;
    padding: 0.56rem 0.88rem !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: var(--ab-button) !important;
    color: #ffffff !important;
    font-family: var(--ab-sans) !important;
    font-size: 0.58rem !important;
    font-weight: 750 !important;
    letter-spacing: 0.13em !important;
    line-height: 1 !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
    box-shadow: none !important;
}

body.page-template-page-destinations .dest-guide-nav {
    position: static !important;
    z-index: 1 !important;
    border: 0 !important;
    border-bottom: 1px solid var(--ab-rule) !important;
    background: rgba(250, 248, 244, 0.96) !important;
    box-shadow: none !important;
}

body.page-template-page-destinations .dest-guide-nav > .vard-container {
    width: min(1110px, calc(100% - clamp(2rem, 8vw, 7rem))) !important;
    min-height: 58px !important;
    justify-content: center !important;
    gap: clamp(0.25rem, 1vw, 0.65rem) !important;
}

body.page-template-page-destinations .dest-guide-nav a {
    min-height: 34px !important;
    padding: 0.45rem 0.55rem !important;
    border: 0 !important;
    background: transparent !important;
    color: var(--ab-muted) !important;
    font-family: var(--ab-sans) !important;
    font-size: 0.58rem !important;
    font-weight: 750 !important;
    letter-spacing: 0.16em !important;
    text-transform: uppercase !important;
}

body.page-template-page-destinations .dest-guide-nav a:hover,
body.page-template-page-destinations .dest-guide-nav a:focus {
    background: transparent !important;
    color: var(--ab-heading) !important;
}

body.page-template-page-destinations .dest-atlas--refined .dest-guide-section,
body.page-template-page-destinations .dest-guide-page .dest-guide-section {
    display: grid !important;
    grid-template-columns: minmax(0, 3fr) minmax(0, 2fr) !important;
    align-items: stretch !important;
    width: 100% !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    border: 0 !important;
    background: var(--ab-white) !important;
    box-shadow: none !important;
}

body.page-template-page-destinations .dest-atlas--refined .dest-guide-section--flip,
body.page-template-page-destinations .dest-guide-page .dest-guide-section--flip {
    direction: rtl !important;
    background: var(--ab-paper) !important;
}

body.page-template-page-destinations .dest-atlas--refined .dest-guide-section--flip > *,
body.page-template-page-destinations .dest-guide-page .dest-guide-section--flip > * {
    direction: ltr !important;
}

body.page-template-page-destinations .dest-atlas--refined .dest-guide-section__visual,
body.page-template-page-destinations .dest-guide-page .dest-guide-section__visual,
body.page-template-page-destinations .dest-guide-page .dest-guide-visual {
    position: relative !important;
    width: 100% !important;
    height: 100% !important;
    min-height: clamp(360px, 44vw, 600px) !important;
    align-self: stretch !important;
    margin: 0 !important;
    overflow: hidden !important;
    background: #211f1b !important;
}

body.page-template-page-destinations .dest-atlas--refined .dest-guide-section__visual img,
body.page-template-page-destinations .dest-guide-page .dest-guide-section__visual img,
body.page-template-page-destinations .dest-guide-page .dest-guide-visual img {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    max-width: none !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
    filter: saturate(0.92) contrast(1.02) !important;
    transition: transform 0.9s ease, filter 0.3s ease !important;
}

body.page-template-page-destinations .dest-atlas--refined .dest-guide-section:hover .dest-guide-section__visual img,
body.page-template-page-destinations .dest-guide-page .dest-guide-section:hover .dest-guide-section__visual img,
body.page-template-page-destinations .dest-guide-page .dest-guide-section:hover .dest-guide-visual img {
    transform: scale(1.035) !important;
    filter: saturate(1.02) contrast(1.02) !important;
}

body.page-template-page-destinations .dest-guide-page .dest-guide-visual__caption {
    display: none !important;
}

body.page-template-page-destinations .dest-atlas--refined .dest-guide-section__body,
body.page-template-page-destinations .dest-guide-page .dest-guide-section__body {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 0 !important;
    padding: clamp(2.8rem, 5vw, 5rem) clamp(2rem, 5.5vw, 5.5rem) !important;
    background: transparent !important;
}

body.page-template-page-destinations .dest-atlas--refined .dest-guide-section__inner,
body.page-template-page-destinations .dest-guide-page .dest-guide-section__inner,
body.page-template-page-destinations .dest-guide-page .dest-guide-section[id^="hotel-"] .dest-guide-section__inner {
    width: min(100%, 480px) !important;
    max-width: 480px !important;
}

body.page-template-page-destinations .dest-orn {
    display: none !important;
}

body.page-template-page-destinations .dest-guide-eyebrow {
    display: block !important;
    margin: 0 0 0.85rem !important;
}

body.page-template-page-destinations .dest-guide-section__h2,
body.page-template-page-destinations .dest-guide-page .dest-guide-section[id^="hotel-"] .dest-guide-section__h2 {
    max-width: 12ch !important;
    margin: 0 0 clamp(1.3rem, 3vw, 2rem) !important;
    color: var(--ab-heading) !important;
    font-family: var(--ab-serif) !important;
    font-size: clamp(2.35rem, 4vw, 4.1rem) !important;
    font-weight: 400 !important;
    letter-spacing: 0 !important;
    line-height: 1.02 !important;
}

body.page-template-page-destinations .dest-guide-section__lead,
body.page-template-page-destinations .dest-guide-section__body-text,
body.page-template-page-destinations .dest-guide-section__body-text .destination-richtext p,
body.page-template-page-destinations .dest-guide-section__body-text li {
    color: var(--ab-muted) !important;
    font-family: var(--ab-sans) !important;
    font-size: clamp(0.88rem, 1vw, 0.96rem) !important;
    line-height: 1.7 !important;
    margin-top: 0 !important;
    margin-bottom: 0.85em !important;
}

body.page-template-page-destinations .dest-guide-facts {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 0.45rem !important;
    margin: 1.5rem 0 0 !important;
}

body.page-template-page-destinations .dest-guide-map,
body.page-template-page-destinations .dest-guide-map-section {
    grid-column: 1 / -1 !important;
    background: var(--ab-paper) !important;
    border: 0 !important;
}

body.page-template-page-destinations .dest-guide-map-section__head {
    padding: clamp(4rem, 7vw, 6rem) 0 1.6rem !important;
    text-align: center !important;
}

body.page-template-page-destinations .dest-guide-map-section__head h2 {
    color: var(--ab-heading) !important;
}

body.page-template-page-destinations .dest-guide-map iframe,
body.page-template-page-destinations .dest-guide-map-section__frame iframe {
    filter: grayscale(0.18) saturate(0.8) contrast(0.98) !important;
}

body.page-template-page-destinations .dest-property-directory {
    max-width: 980px !important;
    margin: clamp(2.4rem, 5vw, 4rem) auto 0 !important;
    padding-top: clamp(2rem, 4vw, 3rem) !important;
    border-top: 1px solid var(--ab-rule) !important;
    text-align: left !important;
}

body.page-template-page-destinations .dest-property-list {
    gap: 1px !important;
    background: var(--ab-rule) !important;
}

body.page-template-page-destinations .dest-property-card {
    min-height: 126px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: var(--ab-white) !important;
    box-shadow: none !important;
}

body.page-template-page-destinations .dest-property-card__name {
    color: var(--ab-heading) !important;
    font-family: var(--ab-serif) !important;
    font-weight: 400 !important;
}

body.page-template-page-destinations .dest-property-card__lead {
    color: var(--ab-muted) !important;
}

body.page-template-page-destinations .dest-property-card__num {
    color: var(--ab-gold) !important;
    font-family: var(--ab-serif) !important;
    font-size: 0.95rem !important;
}

body.page-template-page-destinations .dest-property-gallery {
    gap: 0.42rem !important;
    margin-top: 1.45rem !important;
}

body.page-template-page-destinations .dest-guide-image-library__head {
    max-width: 720px !important;
    margin: 0 auto clamp(2.5rem, 5vw, 4rem) !important;
    text-align: center !important;
}

body.page-template-page-destinations .dest-guide-image-library__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    grid-auto-rows: clamp(220px, 24vw, 350px) !important;
    gap: 0.75rem !important;
}

body.page-template-page-destinations .dest-guide-image-card {
    border-radius: 0 !important;
    background: #211f1b !important;
}

body.page-template-page-destinations .source-library__shell {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: clamp(2.5rem, 5vw, 4rem) !important;
}

body.page-template-page-destinations .source-library__grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 1px !important;
    background: var(--ab-rule) !important;
}

body.page-template-page-destinations .source-library__card {
    min-height: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: var(--ab-white) !important;
    box-shadow: none !important;
}

body.page-template-page-destinations .cta-band.cta-band-strong,
body.page-template-page-destinations .dest-guide-page .cta-band {
    padding: clamp(5.5rem, 9vw, 8rem) 0 !important;
    background: var(--ab-panel) !important;
    color: var(--ab-ink) !important;
    text-align: center !important;
}

body.page-template-page-destinations .cta-band.cta-band-strong h2,
body.page-template-page-destinations .dest-guide-page .cta-band h2 {
    color: var(--ab-heading) !important;
}

body.page-template-page-destinations .cta-band.cta-band-strong p,
body.page-template-page-destinations .dest-guide-page .cta-band p {
    color: var(--ab-muted) !important;
}

body.page-template-page-destinations .cta-band.cta-band-strong .btn,
body.page-template-page-destinations .dest-guide-page .cta-band .btn {
    border: 0 !important;
    border-radius: 0 !important;
    background: var(--ab-button) !important;
    color: #ffffff !important;
    box-shadow: none !important;
}

@media (max-width: 1100px) {
    body.page-template-page-destinations .dest-index__grid,
    body.page-template-page-destinations .source-library__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 860px) {
    body.page-template-page-destinations .dest-atlas--refined .dest-guide-section,
    body.page-template-page-destinations .dest-guide-page .dest-guide-section {
        grid-template-columns: 1fr !important;
        min-height: 0 !important;
    }

    body.page-template-page-destinations .dest-atlas--refined .dest-guide-section--flip,
    body.page-template-page-destinations .dest-guide-page .dest-guide-section--flip,
    body.page-template-page-destinations .dest-atlas--refined .dest-guide-section--flip > *,
    body.page-template-page-destinations .dest-guide-page .dest-guide-section--flip > * {
        direction: ltr !important;
    }

    body.page-template-page-destinations .dest-atlas--refined .dest-guide-section__visual,
    body.page-template-page-destinations .dest-guide-page .dest-guide-section__visual,
    body.page-template-page-destinations .dest-guide-page .dest-guide-visual {
        min-height: clamp(300px, 64vw, 480px) !important;
    }

    body.page-template-page-destinations .dest-atlas--refined .dest-guide-section__body,
    body.page-template-page-destinations .dest-guide-page .dest-guide-section__body {
        padding: clamp(3.3rem, 8vw, 4.8rem) clamp(1.5rem, 6vw, 2.6rem) !important;
    }

    body.page-template-page-destinations .dest-guide-back {
        position: static !important;
        margin-bottom: 1.6rem !important;
    }

    body.page-template-page-destinations .dest-guide-nav {
        overflow-x: auto !important;
    }

    body.page-template-page-destinations .dest-guide-nav > .vard-container {
        justify-content: flex-start !important;
        width: calc(100% - 1.5rem) !important;
    }

    body.page-template-page-destinations .dest-guide-image-library__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        grid-auto-rows: clamp(180px, 42vw, 280px) !important;
    }
}

@media (max-width: 620px) {
    body.page-template-page-destinations .dest-atlas--refined .vard-v2-hero--destinations,
    body.page-template-page-destinations .dest-guide-page .dest-guide-hero,
    body.page-template-page-destinations .source-reader-hero {
        min-height: 72svh !important;
    }

    body.page-template-page-destinations .dest-atlas--refined .vard-v2-hero--destinations h1,
    body.page-template-page-destinations .dest-guide-page .dest-guide-hero__title,
    body.page-template-page-destinations .source-reader-hero h1 {
        font-size: clamp(2.55rem, 13vw, 4.25rem) !important;
    }

    body.page-template-page-destinations .dest-atlas--refined .vard-v2-hero--destinations p,
    body.page-template-page-destinations .dest-guide-page .dest-guide-hero__sub,
    body.page-template-page-destinations .source-reader-hero p:not(.eyebrow) {
        font-size: clamp(1.02rem, 5.4vw, 1.45rem) !important;
    }

    body.page-template-page-destinations .dest-index__grid,
    body.page-template-page-destinations .source-library__grid,
    body.page-template-page-destinations .dest-guide-image-library__grid {
        grid-template-columns: 1fr !important;
    }

    body.page-template-page-destinations .dest-property-card {
        grid-template-columns: 1fr !important;
        padding: 0.75rem !important;
    }

    body.page-template-page-destinations .dest-property-card__media {
        aspect-ratio: 16 / 9 !important;
    }
}

/* Shorter destination imagery so photos are easier to read */
body.page-template-page-destinations .dest-index__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

body.page-template-page-destinations .dest-index__thumb {
    aspect-ratio: 16 / 10 !important;
}

body.page-template-page-destinations .dest-atlas--refined .dest-guide-section,
body.page-template-page-destinations .dest-guide-page .dest-guide-section {
    min-height: clamp(430px, 54svh, 620px) !important;
}

body.page-template-page-destinations .dest-atlas--refined .dest-guide-section__visual,
body.page-template-page-destinations .dest-guide-page .dest-guide-section__visual,
body.page-template-page-destinations .dest-guide-page .dest-guide-visual {
    min-height: clamp(360px, 42vw, 560px) !important;
}

body.page-template-page-destinations .dest-atlas--refined .dest-guide-section__visual img,
body.page-template-page-destinations .dest-guide-page .dest-guide-section__visual img,
body.page-template-page-destinations .dest-guide-page .dest-guide-visual img,
body.single-vard_hotel .dest-guide-page .dest-guide-section__visual img {
    object-position: center 45% !important;
}

body.single-vard_hotel .hotel-single-page {
    --ab-paper: #f1eee9;
    --ab-panel: #faf8f4;
    --ab-white: #ffffff;
    --ab-ink: #4b4741;
    --ab-heading: #4f4d49;
    --ab-muted: #766f66;
    --ab-rule: #ded8cf;
    --ab-button: #61533d;
    --ab-serif: var(--vw-serif, var(--va-font-serif, "Cormorant Garamond", Georgia, serif));
    --ab-display: var(--vw-display, "Cinzel", Georgia, serif);
    --ab-sans: var(--vw-sans, var(--va-font-sans, system-ui, sans-serif));
    background: var(--ab-paper) !important;
    color: var(--ab-ink) !important;
}

body.single-vard_hotel .hotel-single-page .dest-guide-hero {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: clamp(430px, 62svh, 690px) !important;
    text-align: center !important;
}

body.single-vard_hotel .hotel-single-page .dest-guide-hero__content {
    align-items: center !important;
    text-align: center !important;
}

body.single-vard_hotel .hotel-single-page .dest-guide-hero__content > .eyebrow {
    display: none !important;
}

body.single-vard_hotel .hotel-single-page .dest-guide-hero__title {
    color: #ffffff !important;
    font-family: var(--ab-display) !important;
    font-size: clamp(3.25rem, 7.2vw, 7.15rem) !important;
    letter-spacing: 0.035em !important;
    text-transform: uppercase !important;
}

body.single-vard_hotel .hotel-single-page .dest-guide-hero__sub {
    max-width: 900px !important;
    color: rgba(255, 255, 255, 0.86) !important;
    font-family: var(--ab-serif) !important;
    font-size: clamp(1.18rem, 2.3vw, 2rem) !important;
    font-style: italic !important;
    line-height: 1.35 !important;
}

body.single-vard_hotel .hotel-single-glance {
    padding: 1rem 0 !important;
    border-bottom: 1px solid var(--ab-rule) !important;
    background: var(--ab-panel) !important;
}

body.single-vard_hotel .hotel-single-glance .vard-container {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    gap: 0.55rem !important;
}

body.single-vard_hotel .hotel-single-glance span,
body.single-vard_hotel .hotel-single-highlights li {
    display: inline-flex !important;
    min-height: 34px !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0.56rem 0.88rem !important;
    background: var(--ab-button) !important;
    color: #ffffff !important;
    font-family: var(--ab-sans) !important;
    font-size: 0.58rem !important;
    font-weight: 750 !important;
    letter-spacing: 0.13em !important;
    text-transform: uppercase !important;
}

body.single-vard_hotel .hotel-single-highlights {
    padding: clamp(5rem, 9vw, 8rem) 0 !important;
    background: var(--ab-panel) !important;
    text-align: center !important;
}

body.single-vard_hotel .hotel-single-highlights .vard-container {
    width: min(900px, calc(100% - clamp(2rem, 8vw, 7rem))) !important;
}

body.single-vard_hotel .hotel-single-highlights h2 {
    margin: 0.55rem auto 1.8rem !important;
    color: var(--ab-heading) !important;
    font-family: var(--ab-serif) !important;
    font-size: clamp(2.55rem, 4.8vw, 4.9rem) !important;
    font-weight: 400 !important;
    line-height: 1.02 !important;
}

body.single-vard_hotel .hotel-single-highlights ul {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    gap: 0.55rem !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

@media (max-width: 860px) {
    body.page-template-page-destinations .dest-guide-page .dest-guide-section__visual,
    body.page-template-page-destinations .dest-guide-page .dest-guide-visual {
        min-height: 0 !important;
    }
}

/* EOF destination guide split-section lock: keep regular guide panels short and balanced. */
body.page-template-page-destinations .dest-guide-page:not(.hotel-single-page--virtual) .dest-guide-section:not(.dest-guide-section--text-only) {
    display: grid !important;
    grid-template-areas: "content media" !important;
    grid-template-columns: minmax(280px, 0.42fr) minmax(0, 0.58fr) !important;
    align-items: center !important;
    gap: clamp(3rem, 6vw, 6rem) !important;
    width: 100% !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: clamp(5rem, 8vw, 7rem) clamp(2rem, 6vw, 6rem) !important;
    overflow: visible !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: #ffffff !important;
    box-shadow: none !important;
    direction: ltr !important;
}

body.page-template-page-destinations .dest-guide-page:not(.hotel-single-page--virtual) .dest-guide-section--flip:not(.dest-guide-section--text-only) {
    grid-template-areas: "media content" !important;
    grid-template-columns: minmax(0, 0.58fr) minmax(280px, 0.42fr) !important;
    background: #f0f0ee !important;
    direction: ltr !important;
}

body.page-template-page-destinations .dest-guide-page:not(.hotel-single-page--virtual) .dest-guide-section--text-only {
    display: grid !important;
    grid-template-columns: minmax(0, 760px) !important;
    justify-content: center !important;
    width: 100% !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: clamp(4.5rem, 7vw, 6rem) clamp(1.25rem, 6vw, 6rem) !important;
    border: 0 !important;
    background: #ffffff !important;
}

body.page-template-page-destinations .dest-guide-page:not(.hotel-single-page--virtual) .dest-guide-section__visual,
body.page-template-page-destinations .dest-guide-page:not(.hotel-single-page--virtual) .dest-guide-visual,
body.page-template-page-destinations .dest-guide-page:not(.hotel-single-page--virtual) .dest-guide-section__visual.dest-guide-visual--portrait,
body.page-template-page-destinations .dest-guide-page:not(.hotel-single-page--virtual) .dest-guide-visual.dest-guide-visual--portrait {
    grid-area: media !important;
    position: relative !important;
    inset: auto !important;
    top: auto !important;
    align-self: center !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    aspect-ratio: 1.14 / 1 !important;
    margin: 0 !important;
    overflow: hidden !important;
    background: #dedbd4 !important;
}

body.page-template-page-destinations .dest-guide-page:not(.hotel-single-page--virtual) .dest-guide-section__visual img,
body.page-template-page-destinations .dest-guide-page:not(.hotel-single-page--virtual) .dest-guide-visual img,
body.page-template-page-destinations .dest-guide-page:not(.hotel-single-page--virtual) .dest-guide-section__visual.dest-guide-visual--portrait img,
body.page-template-page-destinations .dest-guide-page:not(.hotel-single-page--virtual) .dest-guide-visual.dest-guide-visual--portrait img {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    max-width: none !important;
    height: 100% !important;
    display: block !important;
    object-fit: cover !important;
    object-position: center center !important;
    transform: none !important;
}

body.page-template-page-destinations .dest-guide-page:not(.hotel-single-page--virtual) .dest-guide-visual__caption,
body.page-template-page-destinations .dest-guide-page:not(.hotel-single-page--virtual) .dest-orn {
    display: none !important;
}

body.page-template-page-destinations .dest-guide-page:not(.hotel-single-page--virtual) .dest-guide-section__body {
    grid-area: content !important;
    display: flex !important;
    align-items: center !important;
    width: min(470px, 100%) !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
}

body.page-template-page-destinations .dest-guide-page:not(.hotel-single-page--virtual) .dest-guide-section__inner {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: left !important;
}

body.page-template-page-destinations .dest-guide-page:not(.hotel-single-page--virtual) .dest-guide-eyebrow {
    margin: 0 0 0.8rem !important;
    color: #b5b0a8 !important;
    font-size: 0.78rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.06em !important;
}

body.page-template-page-destinations .dest-guide-page:not(.hotel-single-page--virtual) .dest-guide-section__h2 {
    max-width: 10.5ch !important;
    margin: 0 !important;
    color: #7d6e53 !important;
    font-size: clamp(2.45rem, 4vw, 3.55rem) !important;
    line-height: 1.1 !important;
    letter-spacing: 0 !important;
    text-align: left !important;
    text-transform: none !important;
}

body.page-template-page-destinations .dest-guide-page:not(.hotel-single-page--virtual) .dest-guide-section__h2::after {
    content: "" !important;
    display: block !important;
    width: min(100%, 430px) !important;
    height: 1px !important;
    margin: 1.45rem 0 1.55rem !important;
    background: rgba(38, 35, 31, 0.24) !important;
}

body.page-template-page-destinations .dest-guide-page:not(.hotel-single-page--virtual) .dest-guide-section__lead,
body.page-template-page-destinations .dest-guide-page:not(.hotel-single-page--virtual) .dest-guide-section__body-text,
body.page-template-page-destinations .dest-guide-page:not(.hotel-single-page--virtual) .dest-guide-section__body-text p,
body.page-template-page-destinations .dest-guide-page:not(.hotel-single-page--virtual) .dest-guide-section__body-text li {
    max-width: 470px !important;
    color: #5f5a52 !important;
    font-size: clamp(0.98rem, 1.1vw, 1.06rem) !important;
    line-height: 1.72 !important;
    text-align: left !important;
}

@media (max-width: 960px) {
    body.page-template-page-destinations .dest-guide-page:not(.hotel-single-page--virtual) .dest-guide-section:not(.dest-guide-section--text-only),
    body.page-template-page-destinations .dest-guide-page:not(.hotel-single-page--virtual) .dest-guide-section--flip:not(.dest-guide-section--text-only) {
        grid-template-areas: "media" "content" !important;
        grid-template-columns: 1fr !important;
        gap: 2rem !important;
        padding-right: clamp(1.25rem, 5vw, 2rem) !important;
        padding-left: clamp(1.25rem, 5vw, 2rem) !important;
    }

    body.page-template-page-destinations .dest-guide-page:not(.hotel-single-page--virtual) .dest-guide-section__visual,
    body.page-template-page-destinations .dest-guide-page:not(.hotel-single-page--virtual) .dest-guide-visual {
        aspect-ratio: 16 / 10 !important;
    }

    body.page-template-page-destinations .dest-guide-page:not(.hotel-single-page--virtual) .dest-guide-section__body {
        width: min(640px, 100%) !important;
    }
}

@media (max-width: 640px) {
    body.page-template-page-destinations .dest-guide-page:not(.hotel-single-page--virtual) .dest-guide-section:not(.dest-guide-section--text-only),
    body.page-template-page-destinations .dest-guide-page:not(.hotel-single-page--virtual) .dest-guide-section--text-only {
        padding-top: 3.5rem !important;
        padding-bottom: 3.5rem !important;
    }

    body.page-template-page-destinations .dest-guide-page:not(.hotel-single-page--virtual) .dest-guide-section__h2 {
        max-width: 11.5ch !important;
        font-size: clamp(2.15rem, 11vw, 3rem) !important;
    }
}

/* Final destination guide split-section lock. */
body.page-template-page-destinations .dest-guide-page:not(.hotel-single-page--virtual) .dest-guide-section:not(.dest-guide-section--text-only) {
    display: grid !important;
    grid-template-areas: "content media" !important;
    grid-template-columns: minmax(280px, 0.42fr) minmax(0, 0.58fr) !important;
    align-items: center !important;
    gap: clamp(3rem, 6vw, 6rem) !important;
    width: 100% !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: clamp(5rem, 8vw, 7rem) clamp(2rem, 6vw, 6rem) !important;
    overflow: visible !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: #ffffff !important;
    box-shadow: none !important;
    direction: ltr !important;
}

body.page-template-page-destinations .dest-guide-page:not(.hotel-single-page--virtual) .dest-guide-section--flip:not(.dest-guide-section--text-only) {
    grid-template-areas: "media content" !important;
    grid-template-columns: minmax(0, 0.58fr) minmax(280px, 0.42fr) !important;
    background: #f0f0ee !important;
    direction: ltr !important;
}

body.page-template-page-destinations .dest-guide-page:not(.hotel-single-page--virtual) .dest-guide-section--text-only {
    display: grid !important;
    grid-template-columns: minmax(0, 760px) !important;
    justify-content: center !important;
    width: 100% !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: clamp(4.5rem, 7vw, 6rem) clamp(1.25rem, 6vw, 6rem) !important;
    border: 0 !important;
    background: #ffffff !important;
}

body.page-template-page-destinations .dest-guide-page:not(.hotel-single-page--virtual) .dest-guide-section__visual,
body.page-template-page-destinations .dest-guide-page:not(.hotel-single-page--virtual) .dest-guide-visual,
body.page-template-page-destinations .dest-guide-page:not(.hotel-single-page--virtual) .dest-guide-section__visual.dest-guide-visual--portrait,
body.page-template-page-destinations .dest-guide-page:not(.hotel-single-page--virtual) .dest-guide-visual.dest-guide-visual--portrait {
    grid-area: media !important;
    position: relative !important;
    inset: auto !important;
    top: auto !important;
    align-self: center !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    aspect-ratio: 1.14 / 1 !important;
    margin: 0 !important;
    overflow: hidden !important;
    background: #dedbd4 !important;
}

body.page-template-page-destinations .dest-guide-page:not(.hotel-single-page--virtual) .dest-guide-section__visual img,
body.page-template-page-destinations .dest-guide-page:not(.hotel-single-page--virtual) .dest-guide-visual img,
body.page-template-page-destinations .dest-guide-page:not(.hotel-single-page--virtual) .dest-guide-section__visual.dest-guide-visual--portrait img,
body.page-template-page-destinations .dest-guide-page:not(.hotel-single-page--virtual) .dest-guide-visual.dest-guide-visual--portrait img {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    max-width: none !important;
    height: 100% !important;
    display: block !important;
    object-fit: cover !important;
    object-position: center center !important;
    transform: none !important;
}

body.page-template-page-destinations .dest-guide-page:not(.hotel-single-page--virtual) .dest-guide-visual__caption,
body.page-template-page-destinations .dest-guide-page:not(.hotel-single-page--virtual) .dest-orn {
    display: none !important;
}

body.page-template-page-destinations .dest-guide-page:not(.hotel-single-page--virtual) .dest-guide-section__body {
    grid-area: content !important;
    display: flex !important;
    align-items: center !important;
    width: min(470px, 100%) !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
}

body.page-template-page-destinations .dest-guide-page:not(.hotel-single-page--virtual) .dest-guide-section__inner {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: left !important;
}

body.page-template-page-destinations .dest-guide-page:not(.hotel-single-page--virtual) .dest-guide-eyebrow {
    margin: 0 0 0.8rem !important;
    color: #b5b0a8 !important;
    font-size: 0.78rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.06em !important;
}

body.page-template-page-destinations .dest-guide-page:not(.hotel-single-page--virtual) .dest-guide-section__h2 {
    max-width: 10.5ch !important;
    margin: 0 !important;
    color: #7d6e53 !important;
    font-size: clamp(2.45rem, 4vw, 3.55rem) !important;
    line-height: 1.1 !important;
    letter-spacing: 0 !important;
    text-align: left !important;
    text-transform: none !important;
}

body.page-template-page-destinations .dest-guide-page:not(.hotel-single-page--virtual) .dest-guide-section__h2::after {
    content: "" !important;
    display: block !important;
    width: min(100%, 430px) !important;
    height: 1px !important;
    margin: 1.45rem 0 1.55rem !important;
    background: rgba(38, 35, 31, 0.24) !important;
}

body.page-template-page-destinations .dest-guide-page:not(.hotel-single-page--virtual) .dest-guide-section__lead,
body.page-template-page-destinations .dest-guide-page:not(.hotel-single-page--virtual) .dest-guide-section__body-text,
body.page-template-page-destinations .dest-guide-page:not(.hotel-single-page--virtual) .dest-guide-section__body-text p,
body.page-template-page-destinations .dest-guide-page:not(.hotel-single-page--virtual) .dest-guide-section__body-text li {
    max-width: 470px !important;
    color: #5f5a52 !important;
    font-size: clamp(0.98rem, 1.1vw, 1.06rem) !important;
    line-height: 1.72 !important;
    text-align: left !important;
}

@media (max-width: 960px) {
    body.page-template-page-destinations .dest-guide-page:not(.hotel-single-page--virtual) .dest-guide-section:not(.dest-guide-section--text-only),
    body.page-template-page-destinations .dest-guide-page:not(.hotel-single-page--virtual) .dest-guide-section--flip:not(.dest-guide-section--text-only) {
        grid-template-areas: "media" "content" !important;
        grid-template-columns: 1fr !important;
        gap: 2rem !important;
        padding-right: clamp(1.25rem, 5vw, 2rem) !important;
        padding-left: clamp(1.25rem, 5vw, 2rem) !important;
    }

    body.page-template-page-destinations .dest-guide-page:not(.hotel-single-page--virtual) .dest-guide-section__visual,
    body.page-template-page-destinations .dest-guide-page:not(.hotel-single-page--virtual) .dest-guide-visual {
        aspect-ratio: 16 / 10 !important;
    }

    body.page-template-page-destinations .dest-guide-page:not(.hotel-single-page--virtual) .dest-guide-section__body {
        width: min(640px, 100%) !important;
    }
}

@media (max-width: 640px) {
    body.page-template-page-destinations .dest-guide-page:not(.hotel-single-page--virtual) .dest-guide-section:not(.dest-guide-section--text-only),
    body.page-template-page-destinations .dest-guide-page:not(.hotel-single-page--virtual) .dest-guide-section--text-only {
        padding-top: 3.5rem !important;
        padding-bottom: 3.5rem !important;
    }

    body.page-template-page-destinations .dest-guide-page:not(.hotel-single-page--virtual) .dest-guide-section__h2 {
        max-width: 11.5ch !important;
        font-size: clamp(2.15rem, 11vw, 3rem) !important;
    }
}

/* Destination split-section repair: short Africa Born-style panels. */
body.page-template-page-destinations .dest-guide-page:not(.hotel-single-page--virtual) {
    --dst-page: #ffffff;
    --dst-soft: #f0f0ee;
    --dst-ink: #26231f;
    --dst-text: #5f5a52;
    --dst-accent: #7d6e53;
    --dst-muted: #b5b0a8;
    --dst-line: rgba(38, 35, 31, 0.24);
    background: var(--dst-page) !important;
}

body.page-template-page-destinations .dest-guide-page:not(.hotel-single-page--virtual) .dest-guide-section:not(.dest-guide-section--text-only) {
    display: grid !important;
    grid-template-areas: "content media" !important;
    grid-template-columns: minmax(280px, 0.42fr) minmax(0, 0.58fr) !important;
    align-items: center !important;
    gap: clamp(3rem, 6vw, 6rem) !important;
    width: 100% !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: clamp(5rem, 8vw, 7rem) clamp(2rem, 6vw, 6rem) !important;
    overflow: visible !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: var(--dst-page) !important;
    box-shadow: none !important;
    direction: ltr !important;
}

body.page-template-page-destinations .dest-guide-page:not(.hotel-single-page--virtual) .dest-guide-section--flip:not(.dest-guide-section--text-only) {
    grid-template-areas: "media content" !important;
    grid-template-columns: minmax(0, 0.58fr) minmax(280px, 0.42fr) !important;
    background: var(--dst-soft) !important;
    direction: ltr !important;
}

body.page-template-page-destinations .dest-guide-page:not(.hotel-single-page--virtual) .dest-guide-section--flip:not(.dest-guide-section--text-only) > * {
    direction: ltr !important;
}

body.page-template-page-destinations .dest-guide-page:not(.hotel-single-page--virtual) .dest-guide-section--text-only {
    display: grid !important;
    grid-template-columns: minmax(0, 760px) !important;
    justify-content: center !important;
    width: 100% !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: clamp(4.5rem, 7vw, 6rem) clamp(1.25rem, 6vw, 6rem) !important;
    border: 0 !important;
    background: var(--dst-page) !important;
}

body.page-template-page-destinations .dest-guide-page:not(.hotel-single-page--virtual) .dest-guide-section__visual,
body.page-template-page-destinations .dest-guide-page:not(.hotel-single-page--virtual) .dest-guide-visual,
body.page-template-page-destinations .dest-guide-page:not(.hotel-single-page--virtual) .dest-guide-section__visual.dest-guide-visual--portrait,
body.page-template-page-destinations .dest-guide-page:not(.hotel-single-page--virtual) .dest-guide-visual.dest-guide-visual--portrait {
    grid-area: media !important;
    position: relative !important;
    inset: auto !important;
    top: auto !important;
    align-self: center !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    aspect-ratio: 1.14 / 1 !important;
    margin: 0 !important;
    overflow: hidden !important;
    background: #dedbd4 !important;
}

body.page-template-page-destinations .dest-guide-page:not(.hotel-single-page--virtual) .dest-guide-section__visual img,
body.page-template-page-destinations .dest-guide-page:not(.hotel-single-page--virtual) .dest-guide-visual img,
body.page-template-page-destinations .dest-guide-page:not(.hotel-single-page--virtual) .dest-guide-section__visual.dest-guide-visual--portrait img,
body.page-template-page-destinations .dest-guide-page:not(.hotel-single-page--virtual) .dest-guide-visual.dest-guide-visual--portrait img {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    max-width: none !important;
    height: 100% !important;
    display: block !important;
    object-fit: cover !important;
    object-position: center center !important;
    transform: none !important;
}

body.page-template-page-destinations .dest-guide-page:not(.hotel-single-page--virtual) .dest-guide-visual__caption,
body.page-template-page-destinations .dest-guide-page:not(.hotel-single-page--virtual) .dest-orn {
    display: none !important;
}

body.page-template-page-destinations .dest-guide-page:not(.hotel-single-page--virtual) .dest-guide-section__body {
    grid-area: content !important;
    display: flex !important;
    align-items: center !important;
    width: min(470px, 100%) !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
}

body.page-template-page-destinations .dest-guide-page:not(.hotel-single-page--virtual) .dest-guide-section__inner,
body.page-template-page-destinations .dest-guide-page:not(.hotel-single-page--virtual) .dest-guide-section[id^="hotel-"] .dest-guide-section__inner {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: left !important;
}

body.page-template-page-destinations .dest-guide-page:not(.hotel-single-page--virtual) .dest-guide-eyebrow {
    margin: 0 0 0.8rem !important;
    color: var(--dst-muted) !important;
    font-family: var(--ab-sans, var(--va-font-sans, system-ui, sans-serif)) !important;
    font-size: 0.78rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.06em !important;
    text-transform: uppercase !important;
}

body.page-template-page-destinations .dest-guide-page:not(.hotel-single-page--virtual) .dest-guide-section__h2,
body.page-template-page-destinations .dest-guide-page:not(.hotel-single-page--virtual) .dest-guide-section[id^="hotel-"] .dest-guide-section__h2 {
    max-width: 10.5ch !important;
    margin: 0 !important;
    color: var(--dst-accent) !important;
    font-family: var(--ab-serif, var(--va-font-serif, Georgia, serif)) !important;
    font-size: clamp(2.45rem, 4vw, 3.55rem) !important;
    font-weight: 400 !important;
    line-height: 1.1 !important;
    letter-spacing: 0 !important;
    text-align: left !important;
    text-transform: none !important;
}

body.page-template-page-destinations .dest-guide-page:not(.hotel-single-page--virtual) .dest-guide-section__h2::after {
    content: "" !important;
    display: block !important;
    width: min(100%, 430px) !important;
    height: 1px !important;
    margin: 1.45rem 0 1.55rem !important;
    background: var(--dst-line) !important;
}

body.page-template-page-destinations .dest-guide-page:not(.hotel-single-page--virtual) .dest-guide-section__lead,
body.page-template-page-destinations .dest-guide-page:not(.hotel-single-page--virtual) .dest-guide-section__body-text,
body.page-template-page-destinations .dest-guide-page:not(.hotel-single-page--virtual) .dest-guide-section__body-text .destination-richtext p,
body.page-template-page-destinations .dest-guide-page:not(.hotel-single-page--virtual) .dest-guide-section__body-text p,
body.page-template-page-destinations .dest-guide-page:not(.hotel-single-page--virtual) .dest-guide-section__body-text li {
    max-width: 470px !important;
    color: var(--dst-text) !important;
    font-family: var(--ab-sans, var(--va-font-sans, system-ui, sans-serif)) !important;
    font-size: clamp(0.98rem, 1.1vw, 1.06rem) !important;
    line-height: 1.72 !important;
    text-align: left !important;
}

body.page-template-page-destinations .dest-guide-page:not(.hotel-single-page--virtual) .dest-guide-section__lead {
    margin: 0 0 1rem !important;
    font-weight: 400 !important;
}

body.page-template-page-destinations .dest-guide-page:not(.hotel-single-page--virtual) .dest-guide-section__body-text .destination-richtext p,
body.page-template-page-destinations .dest-guide-page:not(.hotel-single-page--virtual) .dest-guide-section__body-text p {
    margin: 0 0 0.9rem !important;
}

body.page-template-page-destinations .dest-guide-page:not(.hotel-single-page--virtual) .dest-guide-section__body-text p:last-child {
    margin-bottom: 0 !important;
}

@media (max-width: 960px) {
    body.page-template-page-destinations .dest-guide-page:not(.hotel-single-page--virtual) .dest-guide-section:not(.dest-guide-section--text-only),
    body.page-template-page-destinations .dest-guide-page:not(.hotel-single-page--virtual) .dest-guide-section--flip:not(.dest-guide-section--text-only) {
        grid-template-areas: "media" "content" !important;
        grid-template-columns: 1fr !important;
        gap: 2rem !important;
        padding-right: clamp(1.25rem, 5vw, 2rem) !important;
        padding-left: clamp(1.25rem, 5vw, 2rem) !important;
    }

    body.page-template-page-destinations .dest-guide-page:not(.hotel-single-page--virtual) .dest-guide-section__visual,
    body.page-template-page-destinations .dest-guide-page:not(.hotel-single-page--virtual) .dest-guide-visual {
        width: 100% !important;
        aspect-ratio: 16 / 10 !important;
        margin: 0 !important;
    }

    body.page-template-page-destinations .dest-guide-page:not(.hotel-single-page--virtual) .dest-guide-section__body {
        width: min(640px, 100%) !important;
    }
}

@media (max-width: 640px) {
    body.page-template-page-destinations .dest-guide-page:not(.hotel-single-page--virtual) .dest-guide-section:not(.dest-guide-section--text-only),
    body.page-template-page-destinations .dest-guide-page:not(.hotel-single-page--virtual) .dest-guide-section--text-only {
        padding-top: 3.5rem !important;
        padding-bottom: 3.5rem !important;
    }

    body.page-template-page-destinations .dest-guide-page:not(.hotel-single-page--virtual) .dest-guide-section__h2,
    body.page-template-page-destinations .dest-guide-page:not(.hotel-single-page--virtual) .dest-guide-section[id^="hotel-"] .dest-guide-section__h2 {
        max-width: 11.5ch !important;
        font-size: clamp(2.15rem, 11vw, 3rem) !important;
    }
}

/* Final hotel single override: keep hotel/lodge detail pages out of guide styling. */
body.single-vard_hotel .hotel-single-page,
body.page-template-page-destinations .hotel-single-page--virtual {
    background: #f3eee6 !important;
}

body.single-vard_hotel .hotel-single-page .dest-guide-hero,
body.page-template-page-destinations .hotel-single-page--virtual .dest-guide-hero {
    min-height: clamp(560px, 74svh, 760px) !important;
    align-items: flex-end !important;
    justify-content: flex-start !important;
    padding: clamp(7.5rem, 13vh, 10rem) clamp(1.25rem, 7vw, 7rem) clamp(3rem, 8vh, 5.5rem) !important;
    text-align: left !important;
}

body.single-vard_hotel .hotel-single-page .dest-guide-hero__overlay,
body.page-template-page-destinations .hotel-single-page--virtual .dest-guide-hero__overlay {
    background:
        linear-gradient(90deg, rgba(7, 14, 11, 0.82) 0%, rgba(7, 14, 11, 0.56) 42%, rgba(7, 14, 11, 0.16) 100%),
        linear-gradient(180deg, rgba(7, 14, 11, 0.3) 0%, rgba(7, 14, 11, 0.78) 100%) !important;
}

body.single-vard_hotel .hotel-single-page .dest-guide-hero__content,
body.page-template-page-destinations .hotel-single-page--virtual .dest-guide-hero__content {
    display: block !important;
    width: min(780px, 100%) !important;
    max-width: 780px !important;
    margin: 0 !important;
    text-align: left !important;
}

body.single-vard_hotel .hotel-single-page .dest-guide-hero__content > .eyebrow,
body.page-template-page-destinations .hotel-single-page--virtual .dest-guide-hero__content > .eyebrow {
    display: block !important;
    margin: 0 0 0.75rem !important;
    color: #e4c17d !important;
    font-family: var(--ab-sans) !important;
    font-size: 0.68rem !important;
    font-weight: 850 !important;
    letter-spacing: 0.14em !important;
    text-align: left !important;
    text-transform: uppercase !important;
}

body.single-vard_hotel .hotel-single-page .dest-guide-hero__title,
body.page-template-page-destinations .hotel-single-page--virtual .dest-guide-hero__title {
    max-width: 760px !important;
    margin: 0 !important;
    color: #fffaf1 !important;
    font-family: var(--ab-serif) !important;
    font-size: clamp(3rem, 7vw, 5.85rem) !important;
    font-weight: 400 !important;
    letter-spacing: 0 !important;
    line-height: 0.98 !important;
    text-align: left !important;
    text-transform: none !important;
}

body.single-vard_hotel .hotel-single-page .dest-guide-hero__sub,
body.page-template-page-destinations .hotel-single-page--virtual .dest-guide-hero__sub {
    max-width: 760px !important;
    margin: 1.05rem 0 0 !important;
    color: rgba(255, 250, 241, 0.88) !important;
    font-family: var(--ab-sans) !important;
    font-size: clamp(1rem, 1.35vw, 1.18rem) !important;
    font-style: normal !important;
    line-height: 1.65 !important;
    text-align: left !important;
}

body.single-vard_hotel .hotel-single-glance,
body.page-template-page-destinations .hotel-single-page--virtual .hotel-single-glance {
    padding: 0.9rem 0 !important;
    background: #fffaf4 !important;
}

body.single-vard_hotel .hotel-single-glance span,
body.page-template-page-destinations .hotel-single-page--virtual .hotel-single-glance span {
    border: 1px solid rgba(79, 77, 73, 0.14) !important;
    border-radius: 999px !important;
    background: #ffffff !important;
    color: #4d4942 !important;
    font-size: 0.66rem !important;
    letter-spacing: 0.1em !important;
}

body.single-vard_hotel .hotel-single-page .dest-guide-section,
body.page-template-page-destinations .hotel-single-page--virtual .dest-guide-section {
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr) !important;
    width: min(1180px, calc(100% - clamp(1.5rem, 7vw, 6rem))) !important;
    min-height: 0 !important;
    margin: clamp(2rem, 5vw, 4.5rem) auto !important;
    overflow: hidden !important;
    border: 1px solid rgba(79, 77, 73, 0.12) !important;
    border-radius: 8px !important;
    background: #fffaf4 !important;
    box-shadow: 0 24px 58px rgba(30, 35, 29, 0.08) !important;
}

body.single-vard_hotel .hotel-single-page .dest-guide-section__visual,
body.page-template-page-destinations .hotel-single-page--virtual .dest-guide-section__visual {
    position: relative !important;
    top: auto !important;
    height: auto !important;
    min-height: 0 !important;
    aspect-ratio: 4 / 3 !important;
    margin: 0 !important;
}

body.single-vard_hotel .hotel-single-page .dest-guide-section__visual img,
body.page-template-page-destinations .hotel-single-page--virtual .dest-guide-section__visual img,
body.single-vard_hotel .hotel-single-page .dest-guide-section__visual.dest-guide-visual--portrait img,
body.page-template-page-destinations .hotel-single-page--virtual .dest-guide-section__visual.dest-guide-visual--portrait img {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    max-width: none !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
    transform: none !important;
}

body.single-vard_hotel .hotel-single-page .dest-guide-section__body,
body.page-template-page-destinations .hotel-single-page--virtual .dest-guide-section__body {
    padding: clamp(2.4rem, 5vw, 4.5rem) clamp(1.5rem, 4.4vw, 4rem) !important;
    background: #fffaf4 !important;
}

body.single-vard_hotel .hotel-single-page .dest-guide-section__h2,
body.page-template-page-destinations .hotel-single-page--virtual .dest-guide-section__h2 {
    color: #332f29 !important;
    font-size: clamp(2.4rem, 4.4vw, 4.2rem) !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
}

body.single-vard_hotel .hotel-single-page .dest-guide-section__body-text,
body.page-template-page-destinations .hotel-single-page--virtual .dest-guide-section__body-text,
body.single-vard_hotel .hotel-single-page .dest-guide-section__body-text > p,
body.page-template-page-destinations .hotel-single-page--virtual .dest-guide-section__body-text > p {
    color: #4b4b43 !important;
    font-size: clamp(0.98rem, 1.1vw, 1.08rem) !important;
    line-height: 1.76 !important;
}

@media (max-width: 900px) {
    body.single-vard_hotel .hotel-single-page .dest-guide-section,
    body.page-template-page-destinations .hotel-single-page--virtual .dest-guide-section {
        grid-template-columns: 1fr !important;
    }
}

@media (max-width: 640px) {
    body.single-vard_hotel .hotel-single-page .dest-guide-hero,
    body.page-template-page-destinations .hotel-single-page--virtual .dest-guide-hero {
        min-height: 620px !important;
        padding: 7rem 1rem 2.6rem !important;
    }

    body.single-vard_hotel .hotel-single-page .dest-guide-hero__title,
    body.page-template-page-destinations .hotel-single-page--virtual .dest-guide-hero__title {
        font-size: clamp(2.7rem, 14vw, 4.4rem) !important;
    }
}

/* Final hotel single override: keep hotel/lodge detail pages out of guide styling. */
body.single-vard_hotel .hotel-single-page,
body.page-template-page-destinations .hotel-single-page--virtual {
    background: #f3eee6 !important;
}

body.single-vard_hotel .hotel-single-page .dest-guide-hero,
body.page-template-page-destinations .hotel-single-page--virtual .dest-guide-hero {
    min-height: clamp(560px, 74svh, 760px) !important;
    align-items: flex-end !important;
    justify-content: flex-start !important;
    padding: clamp(7.5rem, 13vh, 10rem) clamp(1.25rem, 7vw, 7rem) clamp(3rem, 8vh, 5.5rem) !important;
    text-align: left !important;
}

body.single-vard_hotel .hotel-single-page .dest-guide-hero__overlay,
body.page-template-page-destinations .hotel-single-page--virtual .dest-guide-hero__overlay {
    background:
        linear-gradient(90deg, rgba(7, 14, 11, 0.82) 0%, rgba(7, 14, 11, 0.56) 42%, rgba(7, 14, 11, 0.16) 100%),
        linear-gradient(180deg, rgba(7, 14, 11, 0.3) 0%, rgba(7, 14, 11, 0.78) 100%) !important;
}

body.single-vard_hotel .hotel-single-page .dest-guide-hero__content,
body.page-template-page-destinations .hotel-single-page--virtual .dest-guide-hero__content {
    display: block !important;
    width: min(780px, 100%) !important;
    max-width: 780px !important;
    margin: 0 !important;
    text-align: left !important;
}

body.single-vard_hotel .hotel-single-page .dest-guide-hero__content > .eyebrow,
body.page-template-page-destinations .hotel-single-page--virtual .dest-guide-hero__content > .eyebrow {
    display: block !important;
    margin: 0 0 0.75rem !important;
    color: #e4c17d !important;
    font-family: var(--ab-sans) !important;
    font-size: 0.68rem !important;
    font-weight: 850 !important;
    letter-spacing: 0.14em !important;
    text-align: left !important;
    text-transform: uppercase !important;
}

body.single-vard_hotel .hotel-single-page .dest-guide-hero__title,
body.page-template-page-destinations .hotel-single-page--virtual .dest-guide-hero__title {
    max-width: 760px !important;
    margin: 0 !important;
    color: #fffaf1 !important;
    font-family: var(--ab-serif) !important;
    font-size: clamp(3rem, 7vw, 5.85rem) !important;
    font-weight: 400 !important;
    letter-spacing: 0 !important;
    line-height: 0.98 !important;
    text-align: left !important;
    text-transform: none !important;
}

body.single-vard_hotel .hotel-single-page .dest-guide-hero__sub,
body.page-template-page-destinations .hotel-single-page--virtual .dest-guide-hero__sub {
    max-width: 760px !important;
    margin: 1.05rem 0 0 !important;
    color: rgba(255, 250, 241, 0.88) !important;
    font-family: var(--ab-sans) !important;
    font-size: clamp(1rem, 1.35vw, 1.18rem) !important;
    font-style: normal !important;
    line-height: 1.65 !important;
    text-align: left !important;
}

body.single-vard_hotel .hotel-single-glance,
body.page-template-page-destinations .hotel-single-page--virtual .hotel-single-glance {
    padding: 0.9rem 0 !important;
    background: #fffaf4 !important;
}

body.single-vard_hotel .hotel-single-glance .vard-container,
body.page-template-page-destinations .hotel-single-page--virtual .hotel-single-glance .vard-container {
    width: min(1120px, calc(100% - clamp(1.5rem, 7vw, 6rem))) !important;
    justify-content: center !important;
    gap: 0.55rem !important;
}

body.single-vard_hotel .hotel-single-glance span,
body.page-template-page-destinations .hotel-single-page--virtual .hotel-single-glance span {
    border: 1px solid rgba(79, 77, 73, 0.14) !important;
    border-radius: 999px !important;
    background: #ffffff !important;
    color: #4d4942 !important;
    font-size: 0.66rem !important;
    letter-spacing: 0.1em !important;
}

body.single-vard_hotel .hotel-single-page .dest-guide-section,
body.page-template-page-destinations .hotel-single-page--virtual .dest-guide-section {
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr) !important;
    width: min(1180px, calc(100% - clamp(1.5rem, 7vw, 6rem))) !important;
    min-height: 0 !important;
    margin: clamp(2rem, 5vw, 4.5rem) auto !important;
    overflow: hidden !important;
    border: 1px solid rgba(79, 77, 73, 0.12) !important;
    border-radius: 8px !important;
    background: #fffaf4 !important;
    box-shadow: 0 24px 58px rgba(30, 35, 29, 0.08) !important;
}

body.single-vard_hotel .hotel-single-page .dest-guide-section__visual,
body.page-template-page-destinations .hotel-single-page--virtual .dest-guide-section__visual {
    position: relative !important;
    top: auto !important;
    height: auto !important;
    min-height: 0 !important;
    aspect-ratio: 4 / 3 !important;
    margin: 0 !important;
}

body.single-vard_hotel .hotel-single-page .dest-guide-section__visual img,
body.page-template-page-destinations .hotel-single-page--virtual .dest-guide-section__visual img,
body.single-vard_hotel .hotel-single-page .dest-guide-section__visual.dest-guide-visual--portrait img,
body.page-template-page-destinations .hotel-single-page--virtual .dest-guide-section__visual.dest-guide-visual--portrait img {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    max-width: none !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
    transform: none !important;
}

body.single-vard_hotel .hotel-single-page .dest-guide-section__body,
body.page-template-page-destinations .hotel-single-page--virtual .dest-guide-section__body {
    padding: clamp(2.4rem, 5vw, 4.5rem) clamp(1.5rem, 4.4vw, 4rem) !important;
    background: #fffaf4 !important;
}

body.single-vard_hotel .hotel-single-page .dest-guide-section__inner,
body.page-template-page-destinations .hotel-single-page--virtual .dest-guide-section__inner {
    width: min(100%, 560px) !important;
    max-width: 560px !important;
}

body.single-vard_hotel .hotel-single-page .dest-guide-section__h2,
body.page-template-page-destinations .hotel-single-page--virtual .dest-guide-section__h2 {
    color: #332f29 !important;
    font-size: clamp(2.4rem, 4.4vw, 4.2rem) !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
}

body.single-vard_hotel .hotel-single-page .dest-guide-section__body-text,
body.page-template-page-destinations .hotel-single-page--virtual .dest-guide-section__body-text,
body.single-vard_hotel .hotel-single-page .dest-guide-section__body-text > p,
body.page-template-page-destinations .hotel-single-page--virtual .dest-guide-section__body-text > p {
    color: #4b4b43 !important;
    font-size: clamp(0.98rem, 1.1vw, 1.08rem) !important;
    line-height: 1.76 !important;
}

@media (max-width: 900px) {
    body.single-vard_hotel .hotel-single-page .dest-guide-section,
    body.page-template-page-destinations .hotel-single-page--virtual .dest-guide-section {
        grid-template-columns: 1fr !important;
    }
}

@media (max-width: 640px) {
    body.single-vard_hotel .hotel-single-page .dest-guide-hero,
    body.page-template-page-destinations .hotel-single-page--virtual .dest-guide-hero {
        min-height: 620px !important;
        padding: 7rem 1rem 2.6rem !important;
    }

    body.single-vard_hotel .hotel-single-page .dest-guide-hero__title,
    body.page-template-page-destinations .hotel-single-page--virtual .dest-guide-hero__title {
        font-size: clamp(2.7rem, 14vw, 4.4rem) !important;
    }
}

/* Hotel single repair: give hotel/lodge detail pages their own calmer layout. */
body.single-vard_hotel .hotel-single-page,
body.page-template-page-destinations .hotel-single-page--virtual {
    background: #f3eee6 !important;
}

body.single-vard_hotel .hotel-single-page .dest-guide-hero,
body.page-template-page-destinations .hotel-single-page--virtual .dest-guide-hero {
    display: flex !important;
    min-height: clamp(560px, 74svh, 760px) !important;
    align-items: flex-end !important;
    justify-content: flex-start !important;
    padding: clamp(7.5rem, 13vh, 10rem) clamp(1.25rem, 7vw, 7rem) clamp(3rem, 8vh, 5.5rem) !important;
    text-align: left !important;
    overflow: hidden !important;
}

body.single-vard_hotel .hotel-single-page .dest-guide-hero__overlay,
body.page-template-page-destinations .hotel-single-page--virtual .dest-guide-hero__overlay {
    background:
        linear-gradient(90deg, rgba(7, 14, 11, 0.82) 0%, rgba(7, 14, 11, 0.56) 42%, rgba(7, 14, 11, 0.16) 100%),
        linear-gradient(180deg, rgba(7, 14, 11, 0.3) 0%, rgba(7, 14, 11, 0.78) 100%) !important;
}

body.single-vard_hotel .hotel-single-page .dest-guide-hero__content,
body.page-template-page-destinations .hotel-single-page--virtual .dest-guide-hero__content {
    position: relative !important;
    z-index: 2 !important;
    display: block !important;
    width: min(780px, 100%) !important;
    max-width: 780px !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: left !important;
}

body.single-vard_hotel .hotel-single-page .dest-guide-back,
body.page-template-page-destinations .hotel-single-page--virtual .dest-guide-back {
    display: inline-flex !important;
    align-items: center !important;
    min-height: 36px !important;
    margin: 0 0 1.35rem !important;
    padding: 0.55rem 0.8rem !important;
    border: 1px solid rgba(255, 250, 241, 0.34) !important;
    border-radius: 999px !important;
    background: rgba(10, 18, 15, 0.36) !important;
    color: rgba(255, 250, 241, 0.92) !important;
    font-family: var(--ab-sans) !important;
    font-size: 0.66rem !important;
    font-weight: 800 !important;
    letter-spacing: 0.1em !important;
    line-height: 1 !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
    backdrop-filter: blur(10px) !important;
}

body.single-vard_hotel .hotel-single-page .dest-guide-hero__content > .eyebrow,
body.page-template-page-destinations .hotel-single-page--virtual .dest-guide-hero__content > .eyebrow {
    display: block !important;
    margin: 0 0 0.75rem !important;
    color: #e4c17d !important;
    font-family: var(--ab-sans) !important;
    font-size: 0.68rem !important;
    font-weight: 850 !important;
    letter-spacing: 0.14em !important;
    line-height: 1.2 !important;
    text-align: left !important;
    text-transform: uppercase !important;
}

body.single-vard_hotel .hotel-single-page .dest-guide-hero__title,
body.page-template-page-destinations .hotel-single-page--virtual .dest-guide-hero__title {
    max-width: 760px !important;
    margin: 0 !important;
    color: #fffaf1 !important;
    font-family: var(--ab-serif) !important;
    font-size: clamp(3rem, 7vw, 5.85rem) !important;
    font-weight: 400 !important;
    letter-spacing: 0 !important;
    line-height: 0.98 !important;
    text-align: left !important;
    text-transform: none !important;
    text-shadow: 0 18px 46px rgba(0, 0, 0, 0.4) !important;
}

body.single-vard_hotel .hotel-single-page .dest-guide-hero__sub,
body.page-template-page-destinations .hotel-single-page--virtual .dest-guide-hero__sub {
    max-width: 760px !important;
    margin: 1.05rem 0 0 !important;
    color: rgba(255, 250, 241, 0.88) !important;
    font-family: var(--ab-sans) !important;
    font-size: clamp(1rem, 1.35vw, 1.18rem) !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 1.65 !important;
    text-align: left !important;
    text-shadow: 0 12px 28px rgba(0, 0, 0, 0.34) !important;
}

body.single-vard_hotel .hotel-single-glance,
body.page-template-page-destinations .hotel-single-page--virtual .hotel-single-glance {
    padding: 0.9rem 0 !important;
    border-top: 1px solid rgba(35, 42, 34, 0.1) !important;
    border-bottom: 1px solid rgba(35, 42, 34, 0.12) !important;
    background: #fffaf4 !important;
}

body.single-vard_hotel .hotel-single-glance .vard-container,
body.page-template-page-destinations .hotel-single-page--virtual .hotel-single-glance .vard-container {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    gap: 0.55rem !important;
    width: min(1120px, calc(100% - clamp(1.5rem, 7vw, 6rem))) !important;
    margin: 0 auto !important;
}

body.single-vard_hotel .hotel-single-glance span,
body.page-template-page-destinations .hotel-single-page--virtual .hotel-single-glance span {
    display: inline-flex !important;
    min-height: 34px !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0.55rem 0.78rem !important;
    border: 1px solid rgba(79, 77, 73, 0.14) !important;
    border-radius: 999px !important;
    background: #ffffff !important;
    color: #4d4942 !important;
    font-family: var(--ab-sans) !important;
    font-size: 0.66rem !important;
    font-weight: 800 !important;
    letter-spacing: 0.1em !important;
    line-height: 1.2 !important;
    text-transform: uppercase !important;
}

body.single-vard_hotel .hotel-single-page .dest-guide-section,
body.page-template-page-destinations .hotel-single-page--virtual .dest-guide-section {
    display: grid !important;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr) !important;
    align-items: stretch !important;
    width: min(1180px, calc(100% - clamp(1.5rem, 7vw, 6rem))) !important;
    min-height: 0 !important;
    margin: clamp(2rem, 5vw, 4.5rem) auto !important;
    overflow: hidden !important;
    border: 1px solid rgba(79, 77, 73, 0.12) !important;
    border-radius: 8px !important;
    background: #fffaf4 !important;
    box-shadow: 0 24px 58px rgba(30, 35, 29, 0.08) !important;
    direction: ltr !important;
}

body.single-vard_hotel .hotel-single-page .dest-guide-section--flip,
body.page-template-page-destinations .hotel-single-page--virtual .dest-guide-section--flip {
    direction: rtl !important;
}

body.single-vard_hotel .hotel-single-page .dest-guide-section--flip > *,
body.page-template-page-destinations .hotel-single-page--virtual .dest-guide-section--flip > * {
    direction: ltr !important;
}

body.single-vard_hotel .hotel-single-page .dest-guide-section__visual,
body.page-template-page-destinations .hotel-single-page--virtual .dest-guide-section__visual {
    position: relative !important;
    top: auto !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    aspect-ratio: 4 / 3 !important;
    margin: 0 !important;
    background: #d8cfbf !important;
    overflow: hidden !important;
}

body.single-vard_hotel .hotel-single-page .dest-guide-section__visual img,
body.page-template-page-destinations .hotel-single-page--virtual .dest-guide-section__visual img,
body.single-vard_hotel .hotel-single-page .dest-guide-section__visual.dest-guide-visual--portrait img,
body.page-template-page-destinations .hotel-single-page--virtual .dest-guide-section__visual.dest-guide-visual--portrait img {
    position: absolute !important;
    inset: 0 !important;
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
    transform: none !important;
}

body.single-vard_hotel .hotel-single-page .dest-guide-section__body,
body.page-template-page-destinations .hotel-single-page--virtual .dest-guide-section__body {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: clamp(2.4rem, 5vw, 4.5rem) clamp(1.5rem, 4.4vw, 4rem) !important;
    background: #fffaf4 !important;
}

body.single-vard_hotel .hotel-single-page .dest-guide-section__inner,
body.page-template-page-destinations .hotel-single-page--virtual .dest-guide-section__inner {
    width: min(100%, 560px) !important;
    max-width: 560px !important;
    margin: 0 !important;
}

body.single-vard_hotel .hotel-single-page .dest-guide-eyebrow,
body.page-template-page-destinations .hotel-single-page--virtual .dest-guide-eyebrow {
    color: #8a6532 !important;
    font-family: var(--ab-sans) !important;
    font-size: 0.68rem !important;
    font-weight: 850 !important;
    letter-spacing: 0.14em !important;
    text-transform: uppercase !important;
}

body.single-vard_hotel .hotel-single-page .dest-guide-section__h2,
body.page-template-page-destinations .hotel-single-page--virtual .dest-guide-section__h2 {
    max-width: 12ch !important;
    margin: 0 0 1.1rem !important;
    color: #332f29 !important;
    font-family: var(--ab-serif) !important;
    font-size: clamp(2.4rem, 4.4vw, 4.2rem) !important;
    font-weight: 400 !important;
    letter-spacing: 0 !important;
    line-height: 1.02 !important;
    text-transform: none !important;
}

body.single-vard_hotel .hotel-single-page .dest-guide-section__body-text,
body.page-template-page-destinations .hotel-single-page--virtual .dest-guide-section__body-text,
body.single-vard_hotel .hotel-single-page .dest-guide-section__body-text > p,
body.page-template-page-destinations .hotel-single-page--virtual .dest-guide-section__body-text > p {
    color: #4b4b43 !important;
    font-family: var(--ab-sans) !important;
    font-size: clamp(0.98rem, 1.1vw, 1.08rem) !important;
    font-weight: 400 !important;
    line-height: 1.76 !important;
}

body.single-vard_hotel .hotel-single-highlights,
body.page-template-page-destinations .hotel-single-page--virtual .hotel-single-highlights {
    padding: clamp(3.2rem, 6vw, 5.5rem) 0 !important;
    border-top: 1px solid rgba(79, 77, 73, 0.1) !important;
    border-bottom: 1px solid rgba(79, 77, 73, 0.1) !important;
    background: #ede6db !important;
}

body.single-vard_hotel .hotel-single-highlights h2,
body.page-template-page-destinations .hotel-single-page--virtual .hotel-single-highlights h2 {
    font-size: clamp(2.25rem, 4vw, 3.8rem) !important;
}

body.single-vard_hotel .hotel-single-highlights li,
body.page-template-page-destinations .hotel-single-page--virtual .hotel-single-highlights li {
    border-radius: 999px !important;
    background: #4f4636 !important;
}

@media (max-width: 900px) {
    body.single-vard_hotel .hotel-single-page .dest-guide-section,
    body.page-template-page-destinations .hotel-single-page--virtual .dest-guide-section {
        grid-template-columns: 1fr !important;
    }

    body.single-vard_hotel .hotel-single-page .dest-guide-section--flip,
    body.page-template-page-destinations .hotel-single-page--virtual .dest-guide-section--flip {
        direction: ltr !important;
    }
}

@media (max-width: 640px) {
    body.single-vard_hotel .hotel-single-page .dest-guide-hero,
    body.page-template-page-destinations .hotel-single-page--virtual .dest-guide-hero {
        min-height: 620px !important;
        padding: 7rem 1rem 2.6rem !important;
    }

    body.single-vard_hotel .hotel-single-page .dest-guide-hero__title,
    body.page-template-page-destinations .hotel-single-page--virtual .dest-guide-hero__title {
        font-size: clamp(2.7rem, 14vw, 4.4rem) !important;
    }

    body.single-vard_hotel .hotel-single-page .dest-guide-section,
    body.page-template-page-destinations .hotel-single-page--virtual .dest-guide-section {
        width: calc(100% - 1.1rem) !important;
        margin: 1.2rem auto !important;
    }

    body.single-vard_hotel .hotel-single-page .dest-guide-section__body,
    body.page-template-page-destinations .hotel-single-page--virtual .dest-guide-section__body {
        padding: 2rem 1.15rem !important;
    }
}

/* Destination guide repair: keep guide images proportional and card text readable. */
body.page-template-page-destinations .dest-guide-page .dest-guide-section:not(.dest-guide-section--text-only) {
    grid-template-columns: minmax(0, 56.5fr) minmax(0, 43.5fr) !important;
    align-items: start !important;
    direction: ltr !important;
    min-height: clamp(560px, 72svh, 780px) !important;
    overflow: visible !important;
    background: var(--ab-white) !important;
}

body.page-template-page-destinations .dest-guide-page .dest-guide-section--flip:not(.dest-guide-section--text-only) {
    direction: rtl !important;
    background: var(--ab-paper) !important;
}

body.page-template-page-destinations .dest-guide-page .dest-guide-section--flip:not(.dest-guide-section--text-only) > * {
    direction: ltr !important;
}

body.page-template-page-destinations .dest-guide-page .dest-guide-section__visual,
body.page-template-page-destinations .dest-guide-page .dest-guide-visual {
    position: sticky !important;
    top: 0 !important;
    align-self: start !important;
    width: 100% !important;
    height: clamp(560px, 72svh, 780px) !important;
    aspect-ratio: auto !important;
    min-height: clamp(560px, 72svh, 780px) !important;
    max-height: none !important;
    margin: 0 !important;
    overflow: hidden !important;
}

body.page-template-page-destinations .dest-guide-page .dest-guide-section:not(.dest-guide-section--text-only) .dest-guide-section__body {
    width: auto !important;
    margin: 0 !important;
    padding: clamp(2.8rem, 5vw, 5rem) clamp(2rem, 5.5vw, 5.5rem) !important;
    background: var(--ab-white) !important;
}

body.page-template-page-destinations .dest-guide-page .dest-guide-section:not(.dest-guide-section--text-only) .dest-guide-section__inner {
    width: min(100%, 480px) !important;
    max-width: 480px !important;
    margin: 0 !important;
}

body.page-template-page-destinations .dest-guide-page .dest-guide-section__visual img,
body.page-template-page-destinations .dest-guide-page .dest-guide-visual img {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    max-width: none !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
}

body.page-template-page-destinations .dest-guide-page .dest-guide-section__visual.dest-guide-visual--portrait,
body.page-template-page-destinations .dest-guide-page .dest-guide-visual.dest-guide-visual--portrait,
body.single-vard_hotel .hotel-single-page .dest-guide-section__visual.dest-guide-visual--portrait {
    background: #ebe5d8 !important;
}

body.page-template-page-destinations .dest-guide-page .dest-guide-section__visual.dest-guide-visual--portrait img,
body.page-template-page-destinations .dest-guide-page .dest-guide-visual.dest-guide-visual--portrait img,
body.single-vard_hotel .hotel-single-page .dest-guide-section__visual.dest-guide-visual--portrait img {
    object-fit: contain !important;
}

body.page-template-page-destinations .dest-guide-page .dest-guide-section:hover .dest-guide-section__visual.dest-guide-visual--portrait img,
body.page-template-page-destinations .dest-guide-page .dest-guide-section:hover .dest-guide-visual.dest-guide-visual--portrait img,
body.single-vard_hotel .hotel-single-page .dest-guide-section:hover .dest-guide-section__visual.dest-guide-visual--portrait img {
    transform: none !important;
}

body.page-template-page-destinations .dest-guide-page .dest-guide-chapter-intro .dest-property-card {
    grid-template-columns: minmax(128px, 150px) minmax(2.4rem, auto) minmax(0, 1fr) auto !important;
    align-items: center !important;
    background: #ffffff !important;
}

body.page-template-page-destinations .dest-guide-page .dest-guide-chapter-intro .dest-property-card__body {
    min-width: 0 !important;
    text-align: left !important;
}

body.page-template-page-destinations .dest-guide-page .dest-guide-chapter-intro .dest-property-card__lead {
    max-width: none !important;
    margin: 0.45rem 0 0 !important;
    color: #4d554e !important;
    font-family: var(--ab-sans) !important;
    font-size: 0.86rem !important;
    line-height: 1.6 !important;
    text-align: left !important;
}

body.page-template-page-destinations .dest-guide-page .dest-guide-chapter-intro .dest-property-card__media,
body.page-template-page-destinations .dest-guide-page .dest-guide-chapter-intro .dest-property-card__media img,
body.page-template-page-destinations .dest-guide-page .dest-property-gallery img {
    aspect-ratio: 4 / 3 !important;
}

body.page-template-page-destinations .dest-guide-page .dest-guide-chapter-intro .dest-property-card__media img,
body.page-template-page-destinations .dest-guide-page .dest-property-gallery img {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
}

body.page-template-page-destinations .dest-guide-page .dest-guide-image-library__grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    grid-auto-flow: row !important;
    grid-auto-rows: auto !important;
    gap: 0.9rem !important;
}

body.page-template-page-destinations .dest-guide-page .dest-guide-image-card,
body.page-template-page-destinations .dest-guide-page .dest-guide-image-card:nth-child(8n + 1),
body.page-template-page-destinations .dest-guide-page .dest-guide-image-card:nth-child(8n + 6),
body.page-template-page-destinations .dest-guide-page .dest-guide-image-card:nth-child(10n + 3) {
    grid-column: auto !important;
    grid-row: auto !important;
    aspect-ratio: 16 / 10 !important;
}

body.page-template-page-destinations .dest-guide-page .dest-guide-image-card img {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
}

@media (max-width: 860px) {
    body.page-template-page-destinations .dest-guide-page .dest-guide-section:not(.dest-guide-section--text-only) {
        grid-template-columns: 1fr !important;
        min-height: 0 !important;
        overflow: visible !important;
    }

    body.page-template-page-destinations .dest-guide-page .dest-guide-section__visual,
    body.page-template-page-destinations .dest-guide-page .dest-guide-visual {
        position: relative !important;
        top: auto !important;
        width: calc(100% - 1.5rem) !important;
        aspect-ratio: 16 / 10 !important;
        height: auto !important;
        min-height: 0 !important;
        margin-top: 1.5rem !important;
        margin-right: auto !important;
        margin-left: auto !important;
    }

    body.page-template-page-destinations .dest-guide-page .dest-guide-section:not(.dest-guide-section--text-only) .dest-guide-section__body {
        padding: clamp(2.6rem, 9vw, 4rem) clamp(1rem, 5vw, 2rem) !important;
    }

    body.page-template-page-destinations .dest-guide-page .dest-guide-section:not(.dest-guide-section--text-only) .dest-guide-section__inner {
        width: min(100%, 620px) !important;
        max-width: 620px !important;
        margin: 0 auto !important;
    }

    body.page-template-page-destinations .dest-guide-page .dest-guide-image-library__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 640px) {
    body.page-template-page-destinations .dest-guide-page .dest-guide-chapter-intro .dest-property-card {
        grid-template-columns: 1fr !important;
        align-items: start !important;
    }

    body.page-template-page-destinations .dest-guide-page .dest-guide-chapter-intro .dest-property-card__media {
        aspect-ratio: 16 / 9 !important;
    }

    body.page-template-page-destinations .dest-guide-page .dest-guide-image-library__grid {
        grid-template-columns: 1fr !important;
    }
}

/* Destination overview repair: tighten the opening editorial block. */
body.page-template-page-destinations .dest-guide-page .dest-guide-overview {
    padding: clamp(4rem, 7vw, 6.5rem) 0 !important;
    border-bottom: 1px solid rgba(23, 35, 29, 0.1) !important;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0)),
        #f6f1e9 !important;
}

body.page-template-page-destinations .dest-guide-page .dest-guide-overview > .vard-container {
    display: grid !important;
    grid-template-columns: minmax(0, 0.95fr) minmax(300px, 0.72fr) !important;
    align-items: center !important;
    width: min(1160px, calc(100% - clamp(2rem, 8vw, 7rem))) !important;
    max-width: none !important;
    gap: clamp(2.4rem, 5vw, 5rem) !important;
    margin: 0 auto !important;
}

body.page-template-page-destinations .dest-guide-page .dest-guide-overview__copy {
    max-width: 650px !important;
    text-align: left !important;
}

body.page-template-page-destinations .dest-guide-page .dest-guide-overview .eyebrow {
    display: inline-flex !important;
    align-items: center !important;
    gap: 0.75rem !important;
    margin: 0 0 1rem !important;
    color: #8a6532 !important;
    font-family: var(--ab-sans) !important;
    font-size: 0.66rem !important;
    font-weight: 800 !important;
    letter-spacing: 0.13em !important;
    line-height: 1.2 !important;
    text-align: left !important;
    text-transform: uppercase !important;
}

body.page-template-page-destinations .dest-guide-page .dest-guide-overview .eyebrow::before {
    content: "" !important;
    display: block !important;
    width: 3rem !important;
    height: 1px !important;
    background: currentColor !important;
    opacity: 0.65 !important;
}

body.page-template-page-destinations .dest-guide-page .dest-guide-overview h2 {
    max-width: 10.5ch !important;
    margin: 0 0 clamp(1.1rem, 2vw, 1.5rem) !important;
    color: #15241e !important;
    font-family: var(--ab-serif) !important;
    font-size: clamp(2.7rem, 4.8vw, 4.35rem) !important;
    font-weight: 400 !important;
    letter-spacing: 0 !important;
    line-height: 1.02 !important;
    text-align: left !important;
}

body.page-template-page-destinations .dest-guide-page .dest-guide-overview__copy > p:not(.eyebrow) {
    max-width: 620px !important;
    margin: 0 !important;
    color: #514d46 !important;
    font-family: var(--ab-sans) !important;
    font-size: clamp(1rem, 1.18vw, 1.12rem) !important;
    line-height: 1.76 !important;
    text-align: left !important;
}

body.page-template-page-destinations .dest-guide-page .dest-guide-overview__facts {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 0.8rem !important;
    max-width: 520px !important;
    margin: 0 0 0 auto !important;
    padding: 0 !important;
    list-style: none !important;
}

body.page-template-page-destinations .dest-guide-page .dest-guide-overview__facts li {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    min-height: 58px !important;
    padding: 0.9rem 1.1rem 0.9rem 1.35rem !important;
    border: 1px solid rgba(23, 35, 29, 0.1) !important;
    border-left: 4px solid #9b6a2d !important;
    border-radius: 8px !important;
    background: rgba(255, 255, 255, 0.62) !important;
    color: #2f2d29 !important;
    box-shadow: 0 12px 28px rgba(23, 35, 29, 0.06) !important;
    font-family: var(--ab-sans) !important;
    font-size: clamp(0.78rem, 0.9vw, 0.92rem) !important;
    font-weight: 800 !important;
    letter-spacing: 0.1em !important;
    line-height: 1.35 !important;
    text-align: left !important;
    text-transform: uppercase !important;
}

@media (max-width: 900px) {
    body.page-template-page-destinations .dest-guide-page .dest-guide-overview > .vard-container {
        grid-template-columns: 1fr !important;
        gap: 2rem !important;
    }

    body.page-template-page-destinations .dest-guide-page .dest-guide-overview__copy,
    body.page-template-page-destinations .dest-guide-page .dest-guide-overview__facts {
        max-width: 680px !important;
        margin-right: auto !important;
        margin-left: auto !important;
    }

    body.page-template-page-destinations .dest-guide-page .dest-guide-overview__facts {
        width: 100% !important;
    }
}

@media (max-width: 640px) {
    body.page-template-page-destinations .dest-guide-page .dest-guide-overview {
        padding: 3rem 0 !important;
    }

    body.page-template-page-destinations .dest-guide-page .dest-guide-overview > .vard-container {
        width: calc(100% - 1.35rem) !important;
    }

    body.page-template-page-destinations .dest-guide-page .dest-guide-overview h2 {
        max-width: 11ch !important;
        font-size: clamp(2.35rem, 12vw, 3.35rem) !important;
    }

    body.page-template-page-destinations .dest-guide-page .dest-guide-overview__facts li {
        min-height: 52px !important;
        padding: 0.85rem 0.95rem !important;
        letter-spacing: 0.08em !important;
    }
}

/* Destination chapter repair: keep section intro text readable. */
body.page-template-page-destinations .dest-guide-page .dest-guide-chapter-intro,
body.page-template-page-destinations .dest-guide-page .dest-guide-chapter-intro:nth-of-type(even) {
    padding: clamp(2.75rem, 5vw, 4.5rem) 0 !important;
    border: 0 !important;
    border-top: 1px solid rgba(255, 250, 241, 0.08) !important;
    border-bottom: 1px solid rgba(255, 250, 241, 0.1) !important;
    background:
        linear-gradient(90deg, rgba(228, 193, 125, 0.13), transparent 34%),
        linear-gradient(135deg, #17241f 0%, #0f1c18 100%) !important;
    color: #fffaf1 !important;
    text-align: left !important;
}

body.page-template-page-destinations .dest-guide-page .dest-guide-chapter-intro > .vard-container {
    display: grid !important;
    grid-template-columns: minmax(220px, 0.44fr) minmax(0, 0.74fr) !important;
    align-items: end !important;
    width: min(1120px, calc(100% - clamp(2rem, 8vw, 7rem))) !important;
    max-width: none !important;
    gap: clamp(1.5rem, 4vw, 4rem) !important;
    margin: 0 auto !important;
}

body.page-template-page-destinations .dest-guide-page .dest-guide-chapter-intro .eyebrow {
    display: inline-flex !important;
    grid-column: 1 / -1 !important;
    align-items: center !important;
    gap: 0.75rem !important;
    margin: 0 0 0.7rem !important;
    color: #e4c17d !important;
    font-family: var(--ab-sans) !important;
    font-size: 0.64rem !important;
    font-weight: 850 !important;
    letter-spacing: 0.14em !important;
    line-height: 1.25 !important;
    text-align: left !important;
    text-transform: uppercase !important;
}

body.page-template-page-destinations .dest-guide-page .dest-guide-chapter-intro .eyebrow::before {
    content: "" !important;
    display: block !important;
    width: 2.7rem !important;
    height: 1px !important;
    background: currentColor !important;
    opacity: 0.7 !important;
}

body.page-template-page-destinations .dest-guide-page .dest-guide-chapter-intro h2 {
    max-width: 12.5ch !important;
    margin: 0 !important;
    color: #fffaf1 !important;
    font-family: var(--ab-serif) !important;
    font-size: clamp(2.35rem, 4.2vw, 3.95rem) !important;
    font-weight: 400 !important;
    letter-spacing: 0 !important;
    line-height: 1.04 !important;
    text-align: left !important;
}

body.page-template-page-destinations .dest-guide-page .dest-guide-chapter-intro > .vard-container > p:not(.eyebrow) {
    max-width: 620px !important;
    margin: 0 !important;
    color: rgba(255, 250, 241, 0.84) !important;
    font-family: var(--ab-sans) !important;
    font-size: clamp(0.98rem, 1.08vw, 1.08rem) !important;
    line-height: 1.7 !important;
    text-align: left !important;
}

body.page-template-page-destinations .dest-guide-page .dest-guide-chapter-intro .dest-property-directory__count {
    color: rgba(255, 250, 241, 0.76) !important;
}

body.page-template-page-destinations .dest-guide-page .dest-guide-chapter-intro .dest-property-directory {
    grid-column: 1 / -1 !important;
}

@media (max-width: 760px) {
    body.page-template-page-destinations .dest-guide-page .dest-guide-chapter-intro {
        padding: 2.7rem 0 !important;
    }

    body.page-template-page-destinations .dest-guide-page .dest-guide-chapter-intro > .vard-container {
        grid-template-columns: 1fr !important;
        gap: 0.85rem !important;
        width: calc(100% - 1.35rem) !important;
    }

    body.page-template-page-destinations .dest-guide-page .dest-guide-chapter-intro .eyebrow {
        margin-bottom: 0.15rem !important;
    }

    body.page-template-page-destinations .dest-guide-page .dest-guide-chapter-intro h2 {
        max-width: 11.5ch !important;
        font-size: clamp(2.25rem, 11vw, 3.25rem) !important;
    }
}

@media (max-width: 620px) {
    body.single-vard_hotel .hotel-single-page .dest-guide-hero,
    body.page-template-page-destinations .hotel-single-page--virtual .dest-guide-hero {
        min-height: 68svh !important;
    }

    body.single-vard_hotel .hotel-single-page .dest-guide-hero__title,
    body.page-template-page-destinations .hotel-single-page--virtual .dest-guide-hero__title {
        font-size: clamp(2.45rem, 12vw, 4.1rem) !important;
    }

    body.single-vard_hotel .hotel-single-page .dest-guide-hero__sub,
    body.page-template-page-destinations .hotel-single-page--virtual .dest-guide-hero__sub {
        font-size: clamp(1rem, 5vw, 1.4rem) !important;
    }
}

@media (max-width: 1100px) {
    body.page-template-page-destinations .dest-index__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 860px) {
    body.page-template-page-destinations .dest-atlas--refined .dest-guide-section__visual,
    body.page-template-page-destinations .dest-guide-page .dest-guide-section__visual,
    body.page-template-page-destinations .dest-guide-page .dest-guide-visual {
        min-height: clamp(260px, 58vw, 420px) !important;
    }
}

@media (max-width: 620px) {
    body.page-template-page-destinations .dest-index__grid {
        grid-template-columns: 1fr !important;
    }
}

/* Shared hotel/lodge detail treatment for real hotel posts and destination fallback pages */
body.single-vard_hotel .hotel-single-page,
body.page-template-page-destinations .hotel-single-page--virtual {
    --ab-paper: #f1eee9;
    --ab-panel: #faf8f4;
    --ab-white: #ffffff;
    --ab-ink: #4b4741;
    --ab-heading: #4f4d49;
    --ab-muted: #766f66;
    --ab-rule: #ded8cf;
    --ab-button: #61533d;
    --ab-serif: var(--vw-serif, var(--va-font-serif, "Cormorant Garamond", Georgia, serif));
    --ab-display: var(--vw-display, "Cinzel", Georgia, serif);
    --ab-sans: var(--vw-sans, var(--va-font-sans, system-ui, sans-serif));
    background: var(--ab-paper) !important;
    color: var(--ab-ink) !important;
}

body.single-vard_hotel .hotel-single-page .dest-guide-hero,
body.page-template-page-destinations .hotel-single-page--virtual .dest-guide-hero {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: clamp(430px, 62svh, 690px) !important;
    text-align: center !important;
}

body.single-vard_hotel .hotel-single-page .dest-guide-hero__content,
body.page-template-page-destinations .hotel-single-page--virtual .dest-guide-hero__content {
    align-items: center !important;
    text-align: center !important;
}

body.single-vard_hotel .hotel-single-page .dest-guide-hero__content > .eyebrow,
body.page-template-page-destinations .hotel-single-page--virtual .dest-guide-hero__content > .eyebrow {
    display: none !important;
}

body.single-vard_hotel .hotel-single-page .dest-guide-hero__title,
body.page-template-page-destinations .hotel-single-page--virtual .dest-guide-hero__title {
    color: #ffffff !important;
    font-family: var(--ab-display) !important;
    font-size: clamp(3.25rem, 7.2vw, 7.15rem) !important;
    letter-spacing: 0.035em !important;
    text-transform: uppercase !important;
}

body.single-vard_hotel .hotel-single-page .dest-guide-hero__sub,
body.page-template-page-destinations .hotel-single-page--virtual .dest-guide-hero__sub {
    max-width: 900px !important;
    color: rgba(255, 255, 255, 0.86) !important;
    font-family: var(--ab-serif) !important;
    font-size: clamp(1.18rem, 2.3vw, 2rem) !important;
    font-style: italic !important;
    line-height: 1.35 !important;
}

body.single-vard_hotel .hotel-single-page .dest-guide-section {
    min-height: clamp(430px, 54svh, 620px) !important;
}

body.single-vard_hotel .hotel-single-page .dest-guide-section__visual {
    min-height: clamp(360px, 42vw, 560px) !important;
}

body.single-vard_hotel .hotel-single-page .dest-guide-section__visual img,
body.page-template-page-destinations .hotel-single-page--virtual .dest-guide-section__visual img {
    object-position: center 45% !important;
}

body.single-vard_hotel .hotel-single-page .dest-guide-section__body-text > p,
body.page-template-page-destinations .hotel-single-page--virtual .dest-guide-section__body-text > p {
    margin: 0 0 1rem !important;
    color: #3f4749 !important;
    font-family: var(--ab-sans) !important;
    font-size: clamp(1.02rem, 1.28vw, 1.22rem) !important;
    font-weight: 400 !important;
    line-height: 1.72 !important;
}

body.single-vard_hotel .hotel-single-glance,
body.page-template-page-destinations .hotel-single-page--virtual .hotel-single-glance {
    padding: 1rem 0 !important;
    border-bottom: 1px solid var(--ab-rule) !important;
    background: var(--ab-panel) !important;
}

body.single-vard_hotel .hotel-single-glance .vard-container,
body.page-template-page-destinations .hotel-single-page--virtual .hotel-single-glance .vard-container {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    gap: 0.55rem !important;
}

body.single-vard_hotel .hotel-single-glance span,
body.single-vard_hotel .hotel-single-highlights li,
body.page-template-page-destinations .hotel-single-page--virtual .hotel-single-glance span {
    display: inline-flex !important;
    min-height: 34px !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0.56rem 0.88rem !important;
    background: var(--ab-button) !important;
    color: #ffffff !important;
    font-family: var(--ab-sans) !important;
    font-size: 0.58rem !important;
    font-weight: 750 !important;
    letter-spacing: 0.13em !important;
    text-transform: uppercase !important;
}

body.single-vard_hotel .hotel-single-highlights {
    padding: clamp(5rem, 9vw, 8rem) 0 !important;
    background: var(--ab-panel) !important;
    text-align: center !important;
}

body.single-vard_hotel .hotel-single-highlights .vard-container {
    width: min(900px, calc(100% - clamp(2rem, 8vw, 7rem))) !important;
}

body.single-vard_hotel .hotel-single-highlights h2 {
    margin: 0.55rem auto 1.8rem !important;
    color: var(--ab-heading) !important;
    font-family: var(--ab-serif) !important;
    font-size: clamp(2.55rem, 4.8vw, 4.9rem) !important;
    font-weight: 400 !important;
    line-height: 1.02 !important;
}

body.single-vard_hotel .hotel-single-highlights ul {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    gap: 0.55rem !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

@media (max-width: 860px) {
    body.page-template-page-destinations .dest-guide-page .dest-guide-section__visual,
    body.page-template-page-destinations .dest-guide-page .dest-guide-visual {
        min-height: 0 !important;
    }
}
