/* Hotel/lodge detail page — magazine editorial layout */
/* Matches the 2-column text|image style with full-width bleed sections */

/* Force brown header on hotel detail view — both before and after scroll */
html body:has(.hotel-single-page--virtual) .site-header.vard-v2-site-header,
html body:has(.hotel-single-page--virtual) .site-header.vard-v2-site-header:not(.is-scrolled),
html body:has(.hotel-single-page--virtual) .site-header.vard-v2-site-header.is-scrolled {
    background: rgba(74, 50, 35, 0.96) !important;
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.24) !important;
    backdrop-filter: blur(14px) saturate(1.05) !important;
    -webkit-backdrop-filter: blur(14px) saturate(1.05) !important;
}

.hotel-single-page--virtual,
body.single-vard_hotel .hotel-single-page {
    --hs-paper: #f6f1ea;
    --hs-panel: #fffaf4;
    --hs-dark: #1e1c18;
    --hs-ink: #2e2b25;
    --hs-muted: #5a5650;
    --hs-gold: #9b6a2d;
    --hs-warm: #ede6d8;
    --hs-border: rgba(79,77,73,0.12);
    --hs-sans: var(--va-font-sans, system-ui, sans-serif);
    --hs-serif: var(--va-font-serif, Georgia, serif);
    background: var(--hs-paper);
    color: var(--hs-ink);
}

/* ── HERO ─────────────────────────────────────────── */
.hotel-single-page--virtual .dest-guide-hero,
body.single-vard_hotel .hotel-single-page .dest-guide-hero {
    position: relative;
    display: flex;
    min-height: clamp(560px, 74svh, 780px);
    align-items: flex-end;
    padding: clamp(7.5rem, 13vh, 10rem) clamp(1.25rem, 7vw, 7rem) clamp(3rem, 8vh, 5.5rem);
    overflow: hidden;
}

.hotel-single-page--virtual .dest-guide-hero__bg,
body.single-vard_hotel .hotel-single-page .dest-guide-hero__bg {
    position: absolute; inset: 0;
}
.hotel-single-page--virtual .dest-guide-hero__bg img,
body.single-vard_hotel .hotel-single-page .dest-guide-hero__bg img {
    width: 100%; height: 100%; object-fit: cover; object-position: center; display: block;
}

.hotel-single-page--virtual .dest-guide-hero__overlay,
body.single-vard_hotel .hotel-single-page .dest-guide-hero__overlay {
    position: absolute; inset: 0;
    background:
        linear-gradient(90deg, rgba(7,14,11,0.86) 0%, rgba(7,14,11,0.52) 44%, rgba(7,14,11,0.14) 100%),
        linear-gradient(180deg, rgba(7,14,11,0.26) 0%, rgba(7,14,11,0.82) 100%);
}

.hotel-single-page--virtual .dest-guide-hero__content,
body.single-vard_hotel .hotel-single-page .dest-guide-hero__content {
    position: relative; z-index: 2;
    width: min(820px, 100%);
}

.hotel-single-page--virtual .dest-guide-back,
body.single-vard_hotel .hotel-single-page .dest-guide-back {
    display: inline-flex; align-items: center; gap: 0.4rem;
    min-height: 36px; margin: 0 0 1.4rem;
    padding: 0.5rem 0.9rem;
    border: 1px solid rgba(255,250,241,0.32);
    border-radius: 999px;
    background: rgba(10,18,15,0.34);
    color: rgba(255,250,241,0.9);
    font-family: var(--hs-sans); font-size: 0.65rem; font-weight: 800; letter-spacing: 0.1em;
    text-decoration: none; text-transform: uppercase;
    backdrop-filter: blur(10px);
    transition: background 0.2s, border-color 0.2s;
}
.hotel-single-page--virtual .dest-guide-back:hover,
body.single-vard_hotel .hotel-single-page .dest-guide-back:hover {
    background: rgba(10,18,15,0.58);
    border-color: rgba(255,250,241,0.5);
}

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

.hotel-single-page--virtual .dest-guide-hero__title,
body.single-vard_hotel .hotel-single-page .dest-guide-hero__title {
    margin: 0; color: #fffaf1; font-family: var(--hs-serif);
    font-size: clamp(3rem, 7vw, 5.85rem); font-weight: 400; line-height: 0.97;
    text-shadow: 0 18px 46px rgba(0,0,0,0.4);
}

.hotel-single-page--virtual .dest-guide-hero__sub,
body.single-vard_hotel .hotel-single-page .dest-guide-hero__sub {
    max-width: 680px; margin: 1.1rem 0 0;
    color: rgba(255,250,241,0.86); font-family: var(--hs-sans);
    font-size: clamp(1rem, 1.3vw, 1.15rem); line-height: 1.68;
    text-shadow: 0 10px 24px rgba(0,0,0,0.3);
}

/* ── GLANCE STRIP ─────────────────────────────────── */
.hotel-single-page--virtual .hotel-single-glance,
body.single-vard_hotel .hotel-single-page .hotel-single-glance {
    background: var(--hs-panel);
    border-bottom: 1px solid var(--hs-border);
}

.hotel-single-page--virtual .hotel-single-glance__inner,
body.single-vard_hotel .hotel-single-page .hotel-single-glance__inner {
    display: flex; flex-wrap: wrap;
    align-items: center; justify-content: space-between;
    gap: 1rem 2rem;
    width: min(1200px, calc(100% - clamp(1.5rem, 7vw, 6rem)));
    margin: 0 auto; padding: 1.4rem 0;
}

.hotel-single-page--virtual .hotel-single-glance__facts,
body.single-vard_hotel .hotel-single-page .hotel-single-glance__facts {
    display: flex; flex-wrap: wrap; align-items: center; gap: 0 2.5rem;
}

.hotel-single-page--virtual .hotel-single-glance__fact,
body.single-vard_hotel .hotel-single-page .hotel-single-glance__fact {
    display: flex; flex-direction: column; gap: 0.2rem;
}

.hotel-single-page--virtual .hotel-single-glance__label,
body.single-vard_hotel .hotel-single-page .hotel-single-glance__label {
    font-family: var(--hs-sans); font-size: 0.58rem; font-weight: 800;
    letter-spacing: 0.12em; text-transform: uppercase; color: var(--hs-gold);
}

.hotel-single-page--virtual .hotel-single-glance__value,
body.single-vard_hotel .hotel-single-page .hotel-single-glance__value {
    font-family: var(--hs-sans); font-size: 0.92rem; font-weight: 600;
    color: var(--hs-ink); line-height: 1.2;
}

.hotel-single-page--virtual .hotel-single-glance__divider,
body.single-vard_hotel .hotel-single-page .hotel-single-glance__divider {
    width: 1px; height: 2.2rem; background: var(--hs-border); align-self: center;
}

.hotel-single-page--virtual .hotel-single-glance__cta,
body.single-vard_hotel .hotel-single-page .hotel-single-glance__cta {
    display: inline-flex; align-items: center;
    padding: 0.7rem 1.4rem; border-radius: 999px;
    background: var(--hs-dark); color: #fffaf1;
    font-family: var(--hs-sans); font-size: 0.7rem; font-weight: 800;
    letter-spacing: 0.07em; text-decoration: none; text-transform: uppercase;
    transition: background 0.2s; white-space: nowrap;
}
.hotel-single-page--virtual .hotel-single-glance__cta:hover,
body.single-vard_hotel .hotel-single-page .hotel-single-glance__cta:hover {
    background: #2e2b24;
}

/* ── SHARED EYEBROW ───────────────────────────────── */
.hotel-single-eyebrow {
    display: block; margin: 0 0 0.75rem;
    font-family: var(--hs-sans); font-size: 0.62rem; font-weight: 850;
    letter-spacing: 0.14em; text-transform: uppercase; color: var(--hs-muted);
}
.hotel-single-eyebrow--light { color: rgba(255,250,241,0.65); }

/* ── STORY PANELS: magazine 2-column ──────────────── */

/*
 * Default:  text LEFT  | image RIGHT  (DOM order: figure, content → use grid-area to swap)
 * Flip:     image LEFT | text RIGHT   (natural DOM order)
 */

.hotel-single-page--virtual .hotel-single-section,
body.single-vard_hotel .hotel-single-page .hotel-single-section {
    display: grid;
    grid-template-areas: "content media";
    grid-template-columns: 2fr 3fr;
    min-height: clamp(460px, 56vh, 640px);
    width: 100%;
    background: var(--hs-panel);
}

.hotel-single-page--virtual .hotel-single-section--flip,
body.single-vard_hotel .hotel-single-page .hotel-single-section--flip {
    grid-template-areas: "media content";
    grid-template-columns: 3fr 2fr;
    direction: ltr;
    background: var(--hs-paper);
}

.hotel-single-page--virtual .hotel-single-section__media,
body.single-vard_hotel .hotel-single-page .hotel-single-section__media {
    grid-area: media;
    position: relative;
    margin: 0;
    overflow: hidden;
    background: var(--hs-warm);
}
.hotel-single-page--virtual .hotel-single-section__media img,
body.single-vard_hotel .hotel-single-page .hotel-single-section__media img {
    position: absolute; inset: 0;
    width: 100%; height: 100%;
    object-fit: cover; object-position: center;
    display: block;
}

.hotel-single-page--virtual .hotel-single-section__content,
body.single-vard_hotel .hotel-single-page .hotel-single-section__content {
    grid-area: content;
    display: flex; flex-direction: column; justify-content: center;
    padding: clamp(3.5rem, 7vw, 7rem) clamp(2.5rem, 6vw, 7rem);
}

/* Heading with thin divider line beneath it */
.hotel-single-page--virtual .hotel-single-section__h2,
body.single-vard_hotel .hotel-single-page .hotel-single-section__h2 {
    margin: 0;
    color: var(--hs-ink);
    font-family: var(--hs-serif);
    font-size: clamp(2rem, 3.8vw, 3.5rem);
    font-weight: 400;
    line-height: 1.06;
}
.hotel-single-page--virtual .hotel-single-section__h2::after,
body.single-vard_hotel .hotel-single-page .hotel-single-section__h2::after {
    content: '';
    display: block;
    width: 2.6rem; height: 1px;
    background: var(--hs-ink); opacity: 0.22;
    margin: 1.1rem 0 1.4rem;
}

.hotel-single-page--virtual .hotel-single-section__lead,
body.single-vard_hotel .hotel-single-page .hotel-single-section__lead {
    margin: 0 0 1rem;
    color: var(--hs-ink); font-family: var(--hs-sans);
    font-size: clamp(0.98rem, 1.15vw, 1.08rem); font-weight: 500; line-height: 1.72;
}

.hotel-single-page--virtual .hotel-single-section__p,
body.single-vard_hotel .hotel-single-page .hotel-single-section__p {
    margin: 0 0 0.85rem;
    color: var(--hs-muted); font-family: var(--hs-sans);
    font-size: clamp(0.94rem, 1.05vw, 1.02rem); line-height: 1.8;
}
.hotel-single-page--virtual .hotel-single-section__p:last-child,
body.single-vard_hotel .hotel-single-page .hotel-single-section__p:last-child { margin-bottom: 0; }

/* Image-only fallback (no secondary text) */
.hotel-single-page--virtual .hotel-single-section--imgonly,
body.single-vard_hotel .hotel-single-page .hotel-single-section--imgonly {
    grid-template-areas: "media";
    grid-template-columns: 1fr;
    min-height: clamp(360px, 45vw, 520px);
    max-height: 520px;
}
.hotel-single-page--virtual .hotel-single-section__media--full,
body.single-vard_hotel .hotel-single-page .hotel-single-section__media--full {
    grid-area: media;
}

/* ── HIGHLIGHTS BAND ──────────────────────────────── */
.hotel-single-page--virtual .hotel-single-highlights,
body.single-vard_hotel .hotel-single-page .hotel-single-highlights {
    padding: clamp(4rem, 7vw, 6.5rem) clamp(1.25rem, 7vw, 7rem);
    background: var(--hs-dark); color: #fffaf1;
}

.hotel-single-page--virtual .hotel-single-highlights__inner,
body.single-vard_hotel .hotel-single-page .hotel-single-highlights__inner {
    width: min(1120px, 100%); margin: 0 auto;
}

.hotel-single-page--virtual .hotel-single-highlights__head,
body.single-vard_hotel .hotel-single-page .hotel-single-highlights__head {
    text-align: center; margin-bottom: clamp(2.5rem, 4vw, 4rem);
}

.hotel-single-page--virtual .hotel-single-highlights__h2,
body.single-vard_hotel .hotel-single-page .hotel-single-highlights__h2 {
    margin: 0.5rem 0 0; color: #fffaf1;
    font-family: var(--hs-serif); font-size: clamp(2.2rem, 4vw, 3.8rem); font-weight: 400;
}

.hotel-single-page--virtual .hotel-single-highlights__list,
body.single-vard_hotel .hotel-single-page .hotel-single-highlights__list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(260px, 100%), 1fr));
    gap: 1.1rem; list-style: none; margin: 0; padding: 0;
}

.hotel-single-page--virtual .hotel-single-highlights__item,
body.single-vard_hotel .hotel-single-page .hotel-single-highlights__item {
    display: flex; align-items: flex-start; gap: 0.85rem;
    padding: 1.4rem 1.5rem;
    border: 1px solid rgba(255,250,241,0.1);
    border-radius: 8px;
    background: rgba(255,250,241,0.04);
    font-family: var(--hs-sans); font-size: 0.96rem; line-height: 1.6;
    color: rgba(255,250,241,0.88);
}

.hotel-single-page--virtual .hotel-single-highlights__icon,
body.single-vard_hotel .hotel-single-page .hotel-single-highlights__icon {
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0; width: 26px; height: 26px;
    border-radius: 50%; background: rgba(228,193,125,0.18); color: #e4c17d;
    margin-top: 0.05rem;
}

/* ── GALLERY ──────────────────────────────────────── */
.hotel-single-page--virtual .hotel-single-gallery,
body.single-vard_hotel .hotel-single-page .hotel-single-gallery {
    padding: clamp(3.5rem, 6vw, 5.5rem) clamp(1.25rem, 7vw, 7rem);
    background: var(--hs-warm);
}

.hotel-single-page--virtual .hotel-single-gallery__head,
body.single-vard_hotel .hotel-single-page .hotel-single-gallery__head {
    text-align: center; margin-bottom: clamp(2rem, 3.5vw, 3rem);
}

.hotel-single-page--virtual .hotel-single-gallery__h2,
body.single-vard_hotel .hotel-single-page .hotel-single-gallery__h2 {
    margin: 0.5rem 0 0; color: var(--hs-ink);
    font-family: var(--hs-serif); font-size: clamp(2rem, 3.8vw, 3.4rem); font-weight: 400;
}

.hotel-single-page--virtual .hotel-single-gallery__grid,
body.single-vard_hotel .hotel-single-page .hotel-single-gallery__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: clamp(200px, 22vw, 300px);
    gap: 0.7rem;
    width: min(1200px, 100%); margin: 0 auto;
}

.hotel-single-page--virtual .hotel-single-gallery__cell,
body.single-vard_hotel .hotel-single-page .hotel-single-gallery__cell {
    position: relative; margin: 0;
    overflow: hidden; border-radius: 4px; background: var(--hs-warm);
}
.hotel-single-page--virtual .hotel-single-gallery__cell img,
body.single-vard_hotel .hotel-single-page .hotel-single-gallery__cell img {
    position: absolute; inset: 0;
    width: 100%; height: 100%; object-fit: cover; display: block;
    transition: transform 0.5s ease;
}
.hotel-single-page--virtual .hotel-single-gallery__cell:hover img,
body.single-vard_hotel .hotel-single-page .hotel-single-gallery__cell:hover img {
    transform: scale(1.04);
}
.hotel-single-page--virtual .hotel-single-gallery__cell--featured,
body.single-vard_hotel .hotel-single-page .hotel-single-gallery__cell--featured {
    grid-column: span 2; grid-row: span 2;
}

/* ── INQUIRY CTA ──────────────────────────────────── */
.hotel-single-page--virtual .hotel-single-cta,
body.single-vard_hotel .hotel-single-page .hotel-single-cta {
    padding: clamp(4.5rem, 8vw, 7.5rem) clamp(1.25rem, 7vw, 7rem);
    background: #2d2924; text-align: center;
}

.hotel-single-page--virtual .hotel-single-cta__inner,
body.single-vard_hotel .hotel-single-page .hotel-single-cta__inner {
    width: min(700px, 100%); margin: 0 auto;
}

.hotel-single-page--virtual .hotel-single-cta__h2,
body.single-vard_hotel .hotel-single-page .hotel-single-cta__h2 {
    margin: 0.5rem 0 1.2rem; color: #fffaf1;
    font-family: var(--hs-serif); font-size: clamp(2.2rem, 4.5vw, 4rem);
    font-weight: 400; line-height: 1.1;
}

.hotel-single-page--virtual .hotel-single-cta__sub,
body.single-vard_hotel .hotel-single-page .hotel-single-cta__sub {
    margin: 0 0 2rem; color: rgba(255,250,241,0.7);
    font-family: var(--hs-sans); font-size: clamp(0.96rem, 1.1vw, 1.05rem); line-height: 1.72;
}

.hotel-single-page--virtual .hotel-single-cta__btn,
body.single-vard_hotel .hotel-single-page .hotel-single-cta__btn {
    display: inline-flex; align-items: center;
    padding: 0.9rem 2.2rem;
    background: var(--hs-gold); color: #fffaf1;
    font-family: var(--hs-sans); font-size: 0.72rem; font-weight: 800;
    letter-spacing: 0.08em; text-decoration: none; text-transform: uppercase;
    transition: background 0.2s, transform 0.18s;
}
.hotel-single-page--virtual .hotel-single-cta__btn:hover,
body.single-vard_hotel .hotel-single-page .hotel-single-cta__btn:hover {
    background: #7e531e; transform: translateY(-1px);
}

/* ── MAP ──────────────────────────────────────────── */
.hotel-single-page--virtual .dest-guide-map-section,
body.single-vard_hotel .hotel-single-page .dest-guide-map-section {
    background: var(--hs-panel);
}

/* ── RESPONSIVE ───────────────────────────────────── */
@media (max-width: 960px) {
    .hotel-single-page--virtual .hotel-single-section,
    body.single-vard_hotel .hotel-single-page .hotel-single-section,
    .hotel-single-page--virtual .hotel-single-section--flip,
    body.single-vard_hotel .hotel-single-page .hotel-single-section--flip {
        grid-template-areas: "media" "content";
        grid-template-columns: 1fr;
        min-height: 0;
    }
    .hotel-single-page--virtual .hotel-single-section__media,
    body.single-vard_hotel .hotel-single-page .hotel-single-section__media {
        min-height: clamp(280px, 50vw, 420px);
    }
    .hotel-single-page--virtual .hotel-single-glance__divider,
    body.single-vard_hotel .hotel-single-page .hotel-single-glance__divider { display: none; }
    .hotel-single-page--virtual .hotel-single-gallery__grid,
    body.single-vard_hotel .hotel-single-page .hotel-single-gallery__grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .hotel-single-page--virtual .hotel-single-gallery__cell--featured,
    body.single-vard_hotel .hotel-single-page .hotel-single-gallery__cell--featured {
        grid-column: span 2; grid-row: span 1;
    }
}

@media (max-width: 640px) {
    .hotel-single-page--virtual .dest-guide-hero,
    body.single-vard_hotel .hotel-single-page .dest-guide-hero {
        min-height: 640px;
        padding: 7rem 1.1rem 2.8rem;
    }
    .hotel-single-page--virtual .hotel-single-glance__inner,
    body.single-vard_hotel .hotel-single-page .hotel-single-glance__inner {
        flex-direction: column; align-items: flex-start;
    }
    .hotel-single-page--virtual .hotel-single-section__content,
    body.single-vard_hotel .hotel-single-page .hotel-single-section__content {
        padding: 2.5rem 1.4rem;
    }
    .hotel-single-page--virtual .hotel-single-gallery__grid,
    body.single-vard_hotel .hotel-single-page .hotel-single-gallery__grid {
        grid-template-columns: 1fr;
    }
    .hotel-single-page--virtual .hotel-single-gallery__cell--featured,
    body.single-vard_hotel .hotel-single-page .hotel-single-gallery__cell--featured {
        grid-column: span 1;
    }
}

/* Final cascade lock: older destination hero rules use important flags. */
.hotel-single-page--virtual .hotel-single-hero,
body.single-vard_hotel .hotel-single-page .hotel-single-hero {
    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;
    min-height: 0 !important;
    background: #ffffff !important;
}

.hotel-single-page--virtual .hotel-single-hero .dest-guide-hero__bg,
body.single-vard_hotel .hotel-single-page .hotel-single-hero .dest-guide-hero__bg {
    grid-area: media !important;
    position: relative !important;
    inset: auto !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    aspect-ratio: 1.16 / 1 !important;
}

.hotel-single-page--virtual .hotel-single-hero .dest-guide-hero__overlay,
body.single-vard_hotel .hotel-single-page .hotel-single-hero .dest-guide-hero__overlay {
    display: none !important;
}

.hotel-single-page--virtual .hotel-single-hero .dest-guide-hero__content,
body.single-vard_hotel .hotel-single-page .hotel-single-hero .dest-guide-hero__content {
    grid-area: content !important;
    position: relative !important;
    width: min(470px, 100%) !important;
    max-width: 470px !important;
    color: var(--hs-ink) !important;
    text-align: left !important;
}

.hotel-single-page--virtual .hotel-single-hero .dest-guide-hero__title,
body.single-vard_hotel .hotel-single-page .hotel-single-hero .dest-guide-hero__title {
    color: var(--hs-accent) !important;
    font-size: 4.25rem !important;
    line-height: 1.08 !important;
    text-shadow: none !important;
}

.hotel-single-page--virtual .hotel-single-hero .dest-guide-hero__sub,
body.single-vard_hotel .hotel-single-page .hotel-single-hero .dest-guide-hero__sub {
    color: var(--hs-text) !important;
    text-shadow: none !important;
}

@media (max-width: 960px) {
    .hotel-single-page--virtual .hotel-single-hero,
    body.single-vard_hotel .hotel-single-page .hotel-single-hero {
        grid-template-areas: "content" "media" !important;
        grid-template-columns: 1fr !important;
    }
}

@media (max-width: 640px) {
    .hotel-single-page--virtual .hotel-single-hero .dest-guide-hero__title,
    body.single-vard_hotel .hotel-single-page .hotel-single-hero .dest-guide-hero__title {
        font-size: 3rem !important;
    }
}

/* Destination pages add body-level important hero styles; this wins that cascade. */
body.page-template-page-destinations .dest-guide-page.hotel-single-page.hotel-single-page--virtual .dest-guide-hero.hotel-single-hero {
    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;
    min-height: 0 !important;
    background: #ffffff !important;
}

body.page-template-page-destinations .dest-guide-page.hotel-single-page.hotel-single-page--virtual .dest-guide-hero.hotel-single-hero .dest-guide-hero__bg {
    grid-area: media !important;
    position: relative !important;
    inset: auto !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    aspect-ratio: 1.16 / 1 !important;
}

body.page-template-page-destinations .dest-guide-page.hotel-single-page.hotel-single-page--virtual .dest-guide-hero.hotel-single-hero .dest-guide-hero__content {
    grid-area: content !important;
    position: relative !important;
    width: min(470px, 100%) !important;
    max-width: 470px !important;
    color: var(--hs-ink) !important;
    text-align: left !important;
}

body.page-template-page-destinations .dest-guide-page.hotel-single-page.hotel-single-page--virtual .dest-guide-hero.hotel-single-hero .dest-guide-hero__title {
    color: var(--hs-accent) !important;
    font-size: 4.25rem !important;
    line-height: 1.08 !important;
    text-shadow: none !important;
}

body.page-template-page-destinations .dest-guide-page.hotel-single-page.hotel-single-page--virtual .dest-guide-hero.hotel-single-hero .dest-guide-hero__sub {
    color: var(--hs-text) !important;
    text-shadow: none !important;
}

@media (max-width: 960px) {
    body.page-template-page-destinations .dest-guide-page.hotel-single-page.hotel-single-page--virtual .dest-guide-hero.hotel-single-hero {
        grid-template-areas: "content" "media" !important;
        grid-template-columns: 1fr !important;
    }
}

@media (max-width: 640px) {
    body.page-template-page-destinations .dest-guide-page.hotel-single-page.hotel-single-page--virtual .dest-guide-hero.hotel-single-hero .dest-guide-hero__title {
        font-size: 3rem !important;
    }
}

/* Split hotel editorial repair: match the Africa Born-style two-column rhythm. */
.hotel-single-page--virtual,
body.single-vard_hotel .hotel-single-page {
    --hs-page: #ffffff;
    --hs-soft: #f0f0ee;
    --hs-ink: #26231f;
    --hs-text: #5f5a52;
    --hs-accent: #7d6e53;
    --hs-line: rgba(38, 35, 31, 0.24);
    background: var(--hs-page);
}

.hotel-single-page--virtual .hotel-single-hero,
body.single-vard_hotel .hotel-single-page .hotel-single-hero {
    display: grid;
    grid-template-areas: "content media";
    grid-template-columns: minmax(280px, 0.42fr) minmax(0, 0.58fr);
    align-items: center;
    gap: clamp(3rem, 6vw, 6rem);
    min-height: 0;
    padding: clamp(7rem, 10vw, 9rem) clamp(2rem, 6vw, 6rem) clamp(5rem, 8vw, 7rem);
    overflow: visible;
    background: #ffffff;
}

.hotel-single-page--virtual .hotel-single-hero .dest-guide-hero__bg,
body.single-vard_hotel .hotel-single-page .hotel-single-hero .dest-guide-hero__bg {
    grid-area: media;
    position: relative;
    inset: auto;
    width: 100%;
    aspect-ratio: 1.16 / 1;
    min-height: 0;
    height: auto;
    overflow: hidden;
    background: #e5e2dc;
}

.hotel-single-page--virtual .hotel-single-hero .dest-guide-hero__bg img,
body.single-vard_hotel .hotel-single-page .hotel-single-hero .dest-guide-hero__bg img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
}

.hotel-single-page--virtual .hotel-single-hero .dest-guide-hero__overlay,
body.single-vard_hotel .hotel-single-page .hotel-single-hero .dest-guide-hero__overlay {
    display: none;
}

.hotel-single-page--virtual .hotel-single-hero .dest-guide-hero__content,
body.single-vard_hotel .hotel-single-page .hotel-single-hero .dest-guide-hero__content {
    grid-area: content;
    position: relative;
    z-index: 1;
    width: min(470px, 100%);
    color: var(--hs-ink);
}

.hotel-single-page--virtual .hotel-single-hero .dest-guide-back,
body.single-vard_hotel .hotel-single-page .hotel-single-hero .dest-guide-back {
    margin: 0 0 2.1rem;
    padding: 0;
    min-height: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: var(--hs-accent);
    box-shadow: none;
    backdrop-filter: none;
}

.hotel-single-page--virtual .hotel-single-hero .dest-guide-hero__content > .eyebrow,
body.single-vard_hotel .hotel-single-page .hotel-single-hero .dest-guide-hero__content > .eyebrow,
.hotel-single-page--virtual .hotel-single-eyebrow,
body.single-vard_hotel .hotel-single-page .hotel-single-eyebrow {
    color: #b5b0a8;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.06em;
}

.hotel-single-page--virtual .hotel-single-hero .dest-guide-hero__title,
body.single-vard_hotel .hotel-single-page .hotel-single-hero .dest-guide-hero__title {
    color: var(--hs-accent);
    font-size: 4.25rem;
    line-height: 1.08;
    text-shadow: none;
}

.hotel-single-page--virtual .hotel-single-hero .dest-guide-hero__title::after,
body.single-vard_hotel .hotel-single-page .hotel-single-hero .dest-guide-hero__title::after {
    content: "";
    display: block;
    width: 100%;
    max-width: 430px;
    height: 1px;
    margin: 1.7rem 0 1.8rem;
    background: var(--hs-line);
}

.hotel-single-page--virtual .hotel-single-hero .dest-guide-hero__sub,
body.single-vard_hotel .hotel-single-page .hotel-single-hero .dest-guide-hero__sub {
    max-width: 440px;
    margin: 0;
    color: var(--hs-text);
    font-size: 1.06rem;
    line-height: 1.72;
    text-shadow: none;
}

.hotel-single-page--virtual .hotel-single-glance,
body.single-vard_hotel .hotel-single-page .hotel-single-glance {
    background: var(--hs-soft);
    border-top: 1px solid rgba(38, 35, 31, 0.06);
    border-bottom: 1px solid rgba(38, 35, 31, 0.06);
}

.hotel-single-page--virtual .hotel-single-section,
body.single-vard_hotel .hotel-single-page .hotel-single-section,
body.single-vard_hotel .hotel-single-page .dest-guide-section {
    display: grid;
    grid-template-areas: "content media";
    grid-template-columns: minmax(280px, 0.42fr) minmax(0, 0.58fr);
    align-items: center;
    gap: clamp(3rem, 6vw, 6rem);
    min-height: 0;
    width: 100%;
    padding: clamp(5rem, 8vw, 7rem) clamp(2rem, 6vw, 6rem);
    background: #ffffff;
}

.hotel-single-page--virtual .hotel-single-section--flip,
body.single-vard_hotel .hotel-single-page .hotel-single-section--flip,
body.single-vard_hotel .hotel-single-page .dest-guide-section--flip {
    grid-template-areas: "media content";
    grid-template-columns: minmax(0, 0.58fr) minmax(280px, 0.42fr);
    background: var(--hs-soft);
}

.hotel-single-page--virtual .hotel-single-section--text-only,
body.single-vard_hotel .hotel-single-page .hotel-single-section--text-only {
    grid-template-areas: "content";
    grid-template-columns: minmax(0, 720px);
    justify-content: center;
}

.hotel-single-page--virtual .hotel-single-section__media,
body.single-vard_hotel .hotel-single-page .hotel-single-section__media,
body.single-vard_hotel .hotel-single-page .dest-guide-section__visual {
    grid-area: media;
    position: relative !important;
    inset: auto !important;
    top: auto !important;
    width: 100% !important;
    min-height: 0 !important;
    height: auto !important;
    aspect-ratio: 1.14 / 1;
    margin: 0 !important;
    overflow: hidden;
    background: #dedbd4;
}

.hotel-single-page--virtual .hotel-single-section__media img,
body.single-vard_hotel .hotel-single-page .hotel-single-section__media img,
body.single-vard_hotel .hotel-single-page .dest-guide-section__visual img,
body.single-vard_hotel .hotel-single-page .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;
    display: block !important;
    object-fit: cover !important;
    object-position: center !important;
    transform: none !important;
}

.hotel-single-page--virtual .hotel-single-section__content,
body.single-vard_hotel .hotel-single-page .hotel-single-section__content,
body.single-vard_hotel .hotel-single-page .dest-guide-section__body {
    grid-area: content;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: min(640px, 100%);
    padding: 0 !important;
}

body.single-vard_hotel .hotel-single-page .dest-guide-section__inner {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
}

.hotel-single-page--virtual .hotel-single-section__h2,
body.single-vard_hotel .hotel-single-page .hotel-single-section__h2,
body.single-vard_hotel .hotel-single-page .dest-guide-section__h2 {
    color: var(--hs-accent);
    max-width: none !important;
    font-size: clamp(2.25rem, 3vw, 3rem);
    line-height: 1.12;
    text-wrap: balance;
    overflow-wrap: normal;
    hyphens: none;
}

.hotel-single-page--virtual .hotel-single-section__h2::after,
body.single-vard_hotel .hotel-single-page .hotel-single-section__h2::after,
body.single-vard_hotel .hotel-single-page .dest-guide-section__h2::after {
    width: 4rem;
    margin: 1.45rem 0 1.65rem;
    background: var(--hs-line);
    opacity: 1;
}

.hotel-single-page--virtual .hotel-single-section__lead,
.hotel-single-page--virtual .hotel-single-section__p,
body.single-vard_hotel .hotel-single-page .hotel-single-section__lead,
body.single-vard_hotel .hotel-single-page .hotel-single-section__p,
body.single-vard_hotel .hotel-single-page .dest-guide-section__body-text,
body.single-vard_hotel .hotel-single-page .dest-guide-section__body-text > p {
    color: var(--hs-text);
    font-size: 1.02rem;
    line-height: 1.72;
}

.hotel-single-page--virtual .hotel-single-highlights,
body.single-vard_hotel .hotel-single-page .hotel-single-highlights {
    padding: clamp(4rem, 7vw, 5.5rem) clamp(2rem, 6vw, 6rem);
    background: #ffffff;
    color: var(--hs-ink);
}

.hotel-single-page--virtual .hotel-single-highlights__head,
body.single-vard_hotel .hotel-single-page .hotel-single-highlights__head,
body.single-vard_hotel .hotel-single-page .hotel-single-highlights .vard-container > .eyebrow,
body.single-vard_hotel .hotel-single-page .hotel-single-highlights .vard-container > h2 {
    text-align: left;
}

.hotel-single-page--virtual .hotel-single-highlights__h2,
body.single-vard_hotel .hotel-single-page .hotel-single-highlights__h2,
body.single-vard_hotel .hotel-single-page .hotel-single-highlights h2 {
    color: var(--hs-accent);
    font-size: 3rem;
}

.hotel-single-page--virtual .hotel-single-highlights__item,
body.single-vard_hotel .hotel-single-page .hotel-single-highlights__item,
body.single-vard_hotel .hotel-single-page .hotel-single-highlights li {
    border: 1px solid rgba(38, 35, 31, 0.1);
    background: var(--hs-soft);
    color: var(--hs-text);
}

.hotel-single-page--virtual .hotel-single-gallery,
body.single-vard_hotel .hotel-single-page .hotel-single-gallery {
    padding: clamp(4rem, 7vw, 5.5rem) clamp(2rem, 6vw, 6rem);
    background: var(--hs-soft);
}

.hotel-single-page--virtual .hotel-single-gallery__head,
body.single-vard_hotel .hotel-single-page .hotel-single-gallery__head,
body.single-vard_hotel .hotel-single-page .dest-guide-image-library__head {
    width: min(1180px, 100%);
    margin: 0 auto 2rem;
    text-align: left;
}

.hotel-single-page--virtual .hotel-single-gallery__h2,
body.single-vard_hotel .hotel-single-page .hotel-single-gallery__h2,
body.single-vard_hotel .hotel-single-page .dest-guide-image-library__head h2 {
    max-width: 560px;
    margin: 0.45rem 0 0;
    color: var(--hs-accent);
    font-size: 3rem;
    line-height: 1.12;
}

.hotel-single-page--virtual .hotel-single-gallery__grid,
body.single-vard_hotel .hotel-single-page .hotel-single-gallery__grid,
body.single-vard_hotel .hotel-single-page .dest-guide-image-library__grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    grid-auto-rows: auto !important;
    gap: 0.9rem !important;
    width: min(1180px, 100%) !important;
    margin: 0 auto !important;
}

.hotel-single-page--virtual .hotel-single-gallery__cell,
.hotel-single-page--virtual .hotel-single-gallery__cell--featured,
body.single-vard_hotel .hotel-single-page .hotel-single-gallery__cell,
body.single-vard_hotel .hotel-single-page .hotel-single-gallery__cell--featured,
body.single-vard_hotel .hotel-single-page .dest-guide-image-card,
body.single-vard_hotel .hotel-single-page .dest-guide-image-card:nth-child(8n + 1),
body.single-vard_hotel .hotel-single-page .dest-guide-image-card:nth-child(8n + 6),
body.single-vard_hotel .hotel-single-page .dest-guide-image-card:nth-child(10n + 3) {
    grid-column: auto !important;
    grid-row: auto !important;
    position: relative;
    aspect-ratio: 4 / 3 !important;
    margin: 0;
    overflow: hidden;
    border-radius: 0;
    background: #dedbd4;
}

.hotel-single-page--virtual .hotel-single-gallery__cell img,
body.single-vard_hotel .hotel-single-page .hotel-single-gallery__cell img,
body.single-vard_hotel .hotel-single-page .dest-guide-image-card 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 !important;
}

.hotel-single-page--virtual .hotel-single-cta,
body.single-vard_hotel .hotel-single-page .hotel-single-cta,
body.single-vard_hotel .hotel-single-page .cta-band {
    background: #25231f;
}

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

    .hotel-single-page--virtual .hotel-single-hero,
    body.single-vard_hotel .hotel-single-page .hotel-single-hero {
        grid-template-areas: "content" "media";
    }

    .hotel-single-page--virtual .hotel-single-hero .dest-guide-hero__content,
    body.single-vard_hotel .hotel-single-page .hotel-single-hero .dest-guide-hero__content,
    .hotel-single-page--virtual .hotel-single-section__content,
    body.single-vard_hotel .hotel-single-page .hotel-single-section__content,
    body.single-vard_hotel .hotel-single-page .dest-guide-section__body {
        width: min(640px, 100%);
    }

    .hotel-single-page--virtual .hotel-single-hero .dest-guide-hero__bg,
    body.single-vard_hotel .hotel-single-page .hotel-single-hero .dest-guide-hero__bg,
    .hotel-single-page--virtual .hotel-single-section__media,
    body.single-vard_hotel .hotel-single-page .hotel-single-section__media,
    body.single-vard_hotel .hotel-single-page .dest-guide-section__visual {
        aspect-ratio: 16 / 10;
    }

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

@media (max-width: 640px) {
    .hotel-single-page--virtual .hotel-single-hero,
    body.single-vard_hotel .hotel-single-page .hotel-single-hero {
        padding-top: 6.5rem;
    }

    .hotel-single-page--virtual .hotel-single-hero .dest-guide-hero__title,
    body.single-vard_hotel .hotel-single-page .hotel-single-hero .dest-guide-hero__title {
        font-size: 3rem;
    }

    .hotel-single-page--virtual .hotel-single-section__h2,
    body.single-vard_hotel .hotel-single-page .hotel-single-section__h2,
    body.single-vard_hotel .hotel-single-page .dest-guide-section__h2,
    .hotel-single-page--virtual .hotel-single-gallery__h2,
    body.single-vard_hotel .hotel-single-page .hotel-single-gallery__h2,
    body.single-vard_hotel .hotel-single-page .dest-guide-image-library__head h2,
    .hotel-single-page--virtual .hotel-single-highlights__h2,
    body.single-vard_hotel .hotel-single-page .hotel-single-highlights__h2,
    body.single-vard_hotel .hotel-single-page .hotel-single-highlights h2 {
        font-size: 2.35rem;
    }

    .hotel-single-page--virtual .hotel-single-gallery__grid,
    body.single-vard_hotel .hotel-single-page .hotel-single-gallery__grid,
    body.single-vard_hotel .hotel-single-page .dest-guide-image-library__grid {
        grid-template-columns: 1fr !important;
    }
}
