/* =========================================================
   TOUR PAGE  (single tours only — enqueued by rvatours_enqueue_assets)

   Hero flush under the header · title + subtitle · quick-facts bar ·
   Book Now · reviews row · About · Itinerary · What's Included ·
   What to Bring · booking box · meeting point · photo slideshow.

   Everything is scoped to .rva-tp / .rva-lightbox, so no other page
   can be touched by this file.
   ========================================================= */

@font-face {
    font-display: swap;
    font-family: 'Kristi';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/kristi-latin-regular.woff2') format('woff2');
}

/* Design tokens, the heading font, the hero frame (.rva-hero / .rva-hero-img),
   .rva-eyebrow and the breadcrumb trail are shared with the other pages and
   live in css/inner-pages.css, which always loads before this file. */

.rva-tp {
    color: var(--rva-body);
    font-family: var(--rva-inter);
    -webkit-font-smoothing: antialiased;
}
.rva-tp *,
.rva-tp *::before,
.rva-tp *::after { box-sizing: border-box; }


/* ---------------------------------------------------------
   HERO
   --------------------------------------------------------- */
.rva-hero-inner {
    inset: 0;
    margin: 0 auto;
    max-width: 1200px;
    pointer-events: none;
    position: absolute;
    z-index: 2;
}
.rva-hero-inner > * { pointer-events: auto; }

/* Contrast for the location pin comes from a small, soft, round shadow sitting
   directly behind it - the photo itself is left untouched. */
.rva-hero-loc { isolation: isolate; }
.rva-hero-loc::before {
    background: radial-gradient(closest-side, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.46) 45%, rgba(0, 0, 0, 0) 100%);
    content: "";
    inset: -34px -70px -34px -80px;
    pointer-events: none;
    position: absolute;
    z-index: -1;
}

/* Handwritten tagline */
.rva-hero-script {
    color: #fff;
    font-family: 'Kristi', 'Segoe Script', 'Bradley Hand', cursive;
    font-size: clamp(28px, 7.6vw, 60px);
    line-height: 0.92;
    margin: 0;
    position: absolute;
    right: 14px;
    text-align: right;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.45);
    top: 12%;
    transform: rotate(-7deg);
    transform-origin: right center;
    -webkit-text-stroke: 0.6px #fff;
}
.rva-hero-script span { display: block; white-space: nowrap; }
.rva-hero-script span:first-of-type { padding-right: 0.55em; }
.rva-hero-swoosh {
    color: var(--rva-gold);
    display: block;
    filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.35));
    height: 0.2em;
    margin: 0.06em 0.4em 0 auto;
    width: 62%;
}

/* Location pin */
.rva-hero-loc {
    align-items: center;
    bottom: 16px;
    color: #fff;
    display: flex;
    font-size: 12.5px;
    font-weight: 500;
    gap: 7px;
    left: 20px;
    line-height: 1.2;
    margin: 0;
    position: absolute;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
}
.rva-hero-loc svg {
    filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.5));
    flex-shrink: 0;
    height: 15px;
    width: 15px;
}

/* "View photos" */
.rva-hero-photos {
    align-items: center;
    appearance: none;
    background: rgba(18, 24, 48, 0.92);
    border: 0;
    border-radius: 999px;
    bottom: 11px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.28);
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font-family: inherit;
    font-size: 12.5px;
    font-weight: 500;
    gap: 8px;
    line-height: 1;
    padding: 8px 12px 8px 11px;
    position: absolute;
    right: 14px;
    transition: background-color 0.18s ease, transform 0.18s ease;
}
.rva-hero-photos:hover { background: rgba(10, 14, 32, 1); transform: translateY(-1px); }
.rva-hero-photos:focus-visible { outline: 3px solid rgba(245, 197, 24, 0.7); outline-offset: 2px; }
.rva-hero-photos svg { flex-shrink: 0; height: 15px; width: 15px; }
.rva-hero-photos .rva-hero-photos-chev { height: 13px; margin-left: 2px; width: 13px; }


/* ---------------------------------------------------------
   LAYOUT
   --------------------------------------------------------- */
.rva-tp .rva-tour-wrapper {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px 56px;
}
.rva-tp .rva-tour-wrapper--nohero { padding-top: 24px; }

.rva-tp .rva-tour-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
}
.rva-tp .rva-tour-grid > * { min-width: 0; }


/* ---------------------------------------------------------
   TITLE
   --------------------------------------------------------- */
.rva-tp .rva-tour-title {
    color: var(--rva-navy);
    font-family: var(--rva-serif);
    font-size: clamp(30px, 8.2vw, 36px);
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.08;
    margin: 18px 0 0;
    text-wrap: balance;
}
.rva-tour-subtitle {
    color: #3b4760;
    font-size: 15.5px;
    font-weight: 400;
    line-height: 1.4;
    margin: 7px 0 0;
}


/* ---------------------------------------------------------
   QUICK FACTS BAR
   --------------------------------------------------------- */
.rva-stats {
    background: #f6f6f3;
    border-radius: 12px;
    display: flex;
    list-style: none;
    margin: 14px -8px 0;
    padding: 9px 0 10px;
}
.rva-stat {
    align-items: center;
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    min-width: 0;
    padding: 0 5px;
    position: relative;
    text-align: center;
}
.rva-stat + .rva-stat::before {
    background: #e2e1dc;
    bottom: 4px;
    content: "";
    left: 0;
    position: absolute;
    top: 8px;
    width: 1px;
}
.rva-stat-icon {
    align-items: center;
    background: var(--rva-chip-strong);
    border-radius: 50%;
    color: var(--rva-navy);
    display: flex;
    height: 30px;
    justify-content: center;
    margin-bottom: 5px;
    width: 30px;
}
.rva-stat-icon .rva-ico { height: 18px; width: 18px; }
.rva-stat-icon .rva-ico-img { border-radius: 50%; height: 20px; object-fit: contain; width: 20px; }
.rva-stat-label {
    color: var(--rva-navy);
    font-size: 11px;
    line-height: 1.3;
}
.rva-stat-value {
    color: var(--rva-navy);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.3;
    white-space: nowrap;
}
/* Five or more facts, or very long values: let them wrap instead of overflow. */
.rva-stats:not([data-count="1"]):not([data-count="2"]):not([data-count="3"]):not([data-count="4"]) { flex-wrap: wrap; row-gap: 12px; }
@media (max-width: 359px) { .rva-stat-value { white-space: normal; } }
@media (min-width: 440px) {
    .rva-stats { margin-left: 0; margin-right: 0; }
    .rva-stat-label { font-size: 12px; }
    .rva-stat-value { font-size: 13px; }
}


/* ---------------------------------------------------------
   BOOK NOW (jump button)
   --------------------------------------------------------- */
.rva-tp .rva-book-anchor.rva-cta {
    border-radius: 11px;
    box-shadow: 0 8px 22px rgba(245, 197, 24, 0.32);
    display: flex;
    gap: 12px;
    margin: 12px -4px 0;
    min-height: 50px;
    padding: 7px 44px;
    position: relative;
    width: auto;
}
.rva-tp .rva-book-anchor .rva-cta-text { gap: 0; text-align: left; }
.rva-tp .rva-book-anchor .rva-cta-title { font-size: 18.5px; font-weight: 700; letter-spacing: -0.01em; line-height: 1.15; }
.rva-tp .rva-book-anchor .rva-cta-sub { font-size: 12.5px; font-weight: 400; line-height: 1.3; opacity: 1; }
.rva-tp .rva-book-anchor .rva-cta-sub b { font-weight: 700; }
.rva-tp .rva-book-anchor .rva-cta-icon { height: 19px; width: 19px; }
.rva-tp .rva-book-anchor .rva-cta-chevron {
    height: 17px;
    opacity: 1;
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    width: 17px;
}


/* ---------------------------------------------------------
   GOOGLE REVIEWS ROW
   --------------------------------------------------------- */
.rva-tp .rva-reviews { margin: 15px 0 0; }
.rva-tp .rva-reviews a {
    align-items: center;
    color: var(--rva-navy);
    display: flex;
    font-size: 12.5px;
    gap: 8px;
    text-decoration: none;
    transition: none;
}
.rva-tp .rva-reviews a:hover { transform: none; }
.rva-tp .rva-reviews img { flex-shrink: 0; height: 17px; width: 17px; }
.rva-tp .rva-reviews .rva-stars { color: var(--rva-gold); font-size: 16px; letter-spacing: 1px; line-height: 1; margin-left: 4px; }
.rva-tp .rva-reviews .rva-reviews-sep { color: #6b7280; }
.rva-tp .rva-reviews .rva-reviews-count { color: #4b5563; }
.rva-reviews-more {
    align-items: center;
    color: var(--rva-navy);
    display: inline-flex;
    font-weight: 500;
    gap: 6px;
    margin-left: auto;
    white-space: nowrap;
}
.rva-reviews-more svg { height: 13px; width: 13px; }
.rva-tp .rva-reviews a:hover .rva-reviews-more { text-decoration: underline; }


/* ---------------------------------------------------------
   SECTIONS  (About · Itinerary · Included · Bring · Meeting point)
   No boxes: a heading, its amber rule, then the content.
   --------------------------------------------------------- */
.rva-section { margin-top: 30px; }

/* The heading + separator used everywhere on the page. */
.rva-tp .rva-h2,
.rva-tp .rva-tour-desc h2 {
    color: var(--rva-navy);
    font-family: var(--rva-serif);
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -0.015em;
    line-height: 1.15;
    margin: 0 0 14px;
}
.rva-tp .rva-h2::after,
.rva-tp .rva-tour-desc h2::after {
    background: var(--rva-gold);
    border-radius: 4px;
    content: "";
    display: block;
    height: 4px;
    margin-top: 9px;
    width: 62px;
}
.rva-tp .rva-tour-desc h2:not(:first-child) { margin-top: 30px; }
.rva-tp .rva-tour-desc h3 {
    color: var(--rva-navy);
    font-family: var(--rva-serif);
    font-size: 18.5px;
    font-weight: 700;
    line-height: 1.25;
    margin: 24px 0 8px;
}

.rva-tp .rva-tour-desc,
.rva-section-intro,
.rva-tp .rva-tour-location {
    color: var(--rva-body);
    font-size: 15px;
    line-height: 1.62;
}
.rva-tp .rva-tour-desc > :first-child { margin-top: 0; }
.rva-tp .rva-tour-desc > :last-child { margin-bottom: 0; }
.rva-tp .rva-tour-desc p { margin: 0 0 14px; }
.rva-tp .rva-tour-desc a,
.rva-tp .rva-tour-location a { color: var(--rva-navy); text-decoration-color: var(--rva-gold); text-decoration-thickness: 2px; text-underline-offset: 3px; }
.rva-tp .rva-tour-desc img { border-radius: 12px; height: auto; max-width: 100%; }
.rva-section-intro { margin: -2px 0 16px; }

.rva-tp .rva-tour-facts {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 22px;
    list-style: none;
    margin: 0 0 12px;
    padding: 0;
}
.rva-tp .rva-tour-facts li { color: var(--rva-soft); font-size: 14px; }
.rva-tp .rva-tour-facts strong { color: var(--rva-navy); }

/* --- About: "Read more" / "Read less" --- */
.rva-tp .rva-tour-desc.is-collapsible {
    overflow: hidden;
    position: relative;
    transition: max-height 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}
.rva-tp .rva-tour-desc.is-collapsible::after {
    background: linear-gradient(to bottom, rgba(var(--rva-page-rgb), 0) 0%, rgba(var(--rva-page-rgb), 0.92) 78%, rgba(var(--rva-page-rgb), 1) 100%);
    bottom: 0;
    content: "";
    height: 76px;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    transition: opacity 0.3s ease;
}
.rva-tp .rva-tour-desc.is-collapsed::after { opacity: 1; }

.rva-readmore[hidden] { display: none; }
.rva-readmore {
    align-items: center;
    appearance: none;
    background: none;
    border: 0;
    color: var(--rva-navy);
    cursor: pointer;
    display: flex;
    font-family: inherit;
    font-size: 14px;
    font-weight: 600;
    gap: 6px;
    justify-content: center;
    line-height: 1;
    margin: 2px auto 0;
    padding: 10px 16px;
}
.rva-readmore:hover span { text-decoration: underline; text-decoration-color: var(--rva-gold); text-decoration-thickness: 2px; text-underline-offset: 4px; }
.rva-readmore:focus-visible { border-radius: 8px; outline: 3px solid rgba(245, 197, 24, 0.7); outline-offset: 0; }
.rva-readmore svg { color: var(--rva-gold-text); height: 17px; transition: transform 0.3s ease; width: 17px; }
.rva-readmore .rva-readmore-less { display: none; }
.rva-readmore[aria-expanded="true"] .rva-readmore-more { display: none; }
.rva-readmore[aria-expanded="true"] .rva-readmore-less { display: inline; }
.rva-readmore[aria-expanded="true"] svg { transform: rotate(180deg); }
.rva-readmore + .rva-highlights { margin-top: 12px; }

/* --- Highlights row (under About) --- */
.rva-highlights {
    display: flex;
    list-style: none;
    margin: 20px -6px 0;
    padding: 0;
}
.rva-highlights li {
    align-items: center;
    color: var(--rva-navy);
    display: flex;
    flex: 1 1 0;
    flex-direction: column;
    font-size: 12px;
    gap: 5px;
    justify-content: flex-start;
    line-height: 1.25;
    min-width: 0;
    padding: 0 6px;
    position: relative;
    text-align: center;
}
.rva-highlights li + li::before {
    background: #e3e5e8;
    bottom: 2px;
    content: "";
    left: 0;
    position: absolute;
    top: 2px;
    width: 1px;
}
.rva-highlights .rva-ico { height: 26px; stroke-width: 1.6; width: 26px; }
.rva-highlights .rva-ico-img { height: 28px; object-fit: contain; width: 28px; }
.rva-highlights span { max-width: 9em; }

/* --- Itinerary --- */
.rva-steps {
    counter-reset: none;
    display: grid;
    gap: 22px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.rva-step {
    align-items: stretch;
    display: grid;
    gap: 14px;
    grid-template-columns: 41% minmax(0, 1fr);
}
/* The photo is at least 4:3 and grows to the height of a longer text. */
.rva-step-media {
    background: #eef0f1;
    border-radius: 12px;
    max-height: 300px;
    overflow: hidden;
    position: relative;
}
.rva-step-media::before { content: ""; display: block; padding-top: 73%; }
.rva-step-media img {
    display: block;
    height: 100%;
    inset: 0;
    object-fit: cover;
    position: absolute;
    width: 100%;
}
.rva-step-num {
    align-items: center;
    background: var(--rva-gold);
    border-radius: 50%;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.18);
    color: var(--rva-navy);
    display: flex;
    font-size: 14px;
    font-weight: 700;
    height: 28px;
    justify-content: center;
    left: 7px;
    line-height: 1;
    position: absolute;
    top: 7px;
    width: 28px;
}
/* A step without a photo keeps its number, as a badge beside the text. */
.rva-step--noimg { grid-template-columns: 28px minmax(0, 1fr); }
.rva-step--noimg .rva-step-media { background: none; border-radius: 0; height: 28px; overflow: visible; }
.rva-step--noimg .rva-step-media::before { display: none; }
.rva-step--noimg .rva-step-num { left: 0; top: 0; }

.rva-step-body { color: var(--rva-body); font-size: 14px; line-height: 1.55; }
.rva-step-body p { margin: 0 0 8px; }
.rva-step-body p:last-child { margin-bottom: 0; }
.rva-tp .rva-step-title {
    color: var(--rva-navy);
    font-family: var(--rva-serif);
    font-size: 17.5px;
    font-weight: 700;
    letter-spacing: -0.01em;
    line-height: 1.2;
    margin: 1px 0 5px;
}

/* --- Light panel behind What's Included / What to Bring ---
   Slightly wider than the text column on phones, so the content inside keeps
   the same left edge as the rest of the page. */
.rva-panel {
    background: #fff;
    border: 1px solid #eeede8;
    border-radius: 16px;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.03), 0 10px 28px rgba(15, 23, 42, 0.045);
    margin-left: -10px;
    margin-right: -10px;
    padding: 18px 14px 14px;
}
.rva-panel + .rva-panel { margin-top: 14px; }
.rva-panel .rva-chip-list { gap: 6px; margin: 0 -4px; }
.rva-panel .rva-chip-list li { gap: 7px; min-width: calc((100% - 12px) / 3); padding: 5px 8px 5px 5px; }
.rva-panel .rva-chip-list .rva-icon-chip { height: 28px; width: 28px; }
.rva-panel .rva-chip-list li { background: #fff; }
.rva-panel .rva-section-intro { font-size: 14px; margin-bottom: 12px; }

/* --- Icon chip (shared by Included + Bring) --- */
.rva-icon-chip {
    align-items: center;
    background: var(--rva-chip);
    border-radius: 50%;
    color: var(--rva-navy);
    display: flex;
    flex-shrink: 0;
    height: 34px;
    justify-content: center;
    width: 34px;
}
.rva-icon-chip .rva-ico { height: 19px; width: 19px; }
.rva-icon-chip .rva-ico-img { height: 21px; object-fit: contain; width: 21px; }

/* --- What's Included: two columns that read downwards --- */
.rva-icon-list {
    column-gap: 22px;
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(var(--rva-rows, 5), auto);
    list-style: none;
    margin: 0;
    padding: 0;
}
.rva-icon-list li {
    align-items: center;
    display: flex;
    gap: 12px;
    min-width: 0;
}
.rva-icon-list .rva-icon-text {
    align-self: stretch;
    align-items: center;
    border-bottom: 1px solid var(--rva-rule);
    color: var(--rva-body);
    display: flex;
    flex: 1 1 auto;
    font-size: 13.5px;
    line-height: 1.35;
    min-height: 46px;
    min-width: 0;
    padding: 7px 0;
}
.rva-icon-list li.is-col-end .rva-icon-text { border-bottom-color: transparent; }
@media (max-width: 339px) {
    .rva-icon-list { grid-auto-flow: row; grid-template-columns: 1fr; grid-template-rows: none; }
    .rva-icon-list li.is-col-end:not(:last-child) .rva-icon-text { border-bottom-color: var(--rva-rule); }
}

/* --- What to Bring: chips --- */
.rva-chip-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    list-style: none;
    margin: 0 -6px;
    padding: 0;
}
/* A chip is a third of the row unless its text needs more. */
.rva-chip-list li {
    align-items: center;
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid #ecebe6;
    border-radius: 12px;
    display: flex;
    flex: 0 1 auto;
    gap: 8px;
    max-width: 100%;
    min-width: calc((100% - 16px) / 3);
    padding: 5px 10px 5px 6px;
}
.rva-chip-list .rva-icon-chip { height: 30px; width: 30px; }
.rva-chip-list .rva-icon-chip .rva-ico { height: 17px; width: 17px; }
.rva-chip-list .rva-icon-text {
    color: var(--rva-body);
    font-size: 12.5px;
    line-height: 1.25;
    min-width: 0;
}
@media (max-width: 359px) {
    .rva-chip-list li { min-width: calc((100% - 8px) / 2); }
}


/* ---------------------------------------------------------
   BOOKING BOX + MEETING POINT (kept as they were; spacing only)
   --------------------------------------------------------- */
/* The booking box is a .rva-panel like What's Included, with the same heading.
   These rules restyle its insides to match; they out-rank the older booking-box
   rules in style.css by the .rva-tp prefix, which are left in place. */
.rva-tp .rva-booking {
    background: #fff;
    border: 1px solid #eeede8;
    border-radius: 16px;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.03), 0 10px 28px rgba(15, 23, 42, 0.045);
    margin-top: 22px;
    padding: 18px 14px 14px;
    scroll-margin-top: 16px;
}

.rva-tp .rva-price-row { gap: 8px; margin-bottom: 14px; }
.rva-tp .rva-price {
    background: #f6f6f3;
    border: 0;
    border-radius: 12px;
    flex: 1 1 120px;
    gap: 3px;
    padding: 11px 14px 12px;
}
.rva-tp .rva-price-label {
    color: var(--rva-soft);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.1em;
}
.rva-tp .rva-price-value {
    color: var(--rva-navy);
    font-family: var(--rva-serif);
    font-size: 27px;
    font-weight: 700;
    letter-spacing: -0.01em;
    line-height: 1.05;
}

.rva-tp .rva-book-actions { margin-top: 0; }
.rva-tp .rva-book-btn { border: 0; border-radius: 11px; cursor: pointer; font-family: inherit; min-height: 54px; }
.rva-tp .rva-book-btn .rva-cta-title { font-size: 16.5px; font-weight: 700; }
.rva-tp .rva-book-or { gap: 12px; margin: 10px 0; }
.rva-tp .rva-book-or::before,
.rva-tp .rva-book-or::after { background-color: var(--rva-rule); }
.rva-tp .rva-book-or span { color: var(--rva-soft); font-size: 12.5px; font-weight: 500; }

.rva-tp .rva-booking .rva-guarantee-panel {
    align-items: flex-start;
    border-radius: 12px;
    gap: 11px;
    margin: 14px 0 0;
    padding: 12px 13px;
}
.rva-tp .rva-booking .rva-guarantee-shield { height: 26px; margin-top: 1px; width: 26px; }
.rva-tp .rva-booking .rva-guarantee-copy strong { font-size: 14.5px; font-weight: 700; letter-spacing: 0; line-height: 1.3; }
.rva-tp .rva-booking .rva-guarantee-copy span { font-size: 13px; line-height: 1.45; }

.rva-tp .rva-tour-location { margin-top: 34px; }
.rva-tp .rva-tour-address { margin: 0 0 14px; }
.rva-map-embed {
    background: #f1f5f9;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    height: 300px;
    overflow: hidden;
}
.rva-map-embed iframe { border: 0; display: block; height: 100%; width: 100%; }


/* ---------------------------------------------------------
   TABLET
   --------------------------------------------------------- */
@media (min-width: 600px) {
    .rva-hero-loc { bottom: 22px; font-size: 14px; }
    .rva-hero-loc svg { height: 17px; width: 17px; }
    .rva-hero-photos { bottom: 16px; font-size: 14px; padding: 10px 16px 10px 14px; right: 20px; }
    .rva-hero-photos svg { height: 17px; width: 17px; }
    .rva-hero-script { right: 28px; }

    .rva-tp .rva-tour-title { font-size: 40px; margin-top: 16px; }
    .rva-tour-subtitle { font-size: 17px; }
    .rva-stats { border-radius: 14px; margin-top: 18px; padding: 14px 0; }
    .rva-stat-icon { height: 36px; margin-bottom: 7px; width: 36px; }
    .rva-stat-icon .rva-ico { height: 21px; width: 21px; }
    .rva-stat-label { font-size: 13px; }
    .rva-stat-value { font-size: 15px; }

    .rva-tp .rva-book-anchor.rva-cta { margin-left: 0; margin-right: 0; min-height: 60px; }
    .rva-tp .rva-book-anchor .rva-cta-title { font-size: 21px; }
    .rva-tp .rva-book-anchor .rva-cta-sub { font-size: 14px; }
    .rva-tp .rva-reviews a { font-size: 14px; }

    .rva-section { margin-top: 40px; }
    .rva-tp .rva-h2,
    .rva-tp .rva-tour-desc h2 { font-size: 28px; }
    .rva-tp .rva-h2::after,
    .rva-tp .rva-tour-desc h2::after { width: 72px; }
    .rva-tp .rva-tour-desc,
    .rva-section-intro,
    .rva-tp .rva-tour-location { font-size: 16px; line-height: 1.7; }

    .rva-highlights { margin-top: 26px; }
    .rva-highlights li { font-size: 14px; gap: 8px; }
    .rva-highlights .rva-ico { height: 32px; width: 32px; }

    .rva-steps { gap: 28px; }
    .rva-step { gap: 22px; grid-template-columns: 36% minmax(0, 1fr); }
    .rva-step-media { border-radius: 14px; }
    .rva-step-num { font-size: 16px; height: 34px; left: 10px; top: 10px; width: 34px; }
    .rva-step--noimg { grid-template-columns: 34px minmax(0, 1fr); }
    .rva-step--noimg .rva-step-media { height: 34px; }
    .rva-step-body { font-size: 15.5px; line-height: 1.65; }
    .rva-tp .rva-step-title { font-size: 21px; margin-top: 4px; }

    .rva-icon-chip { height: 40px; width: 40px; }
    .rva-icon-chip .rva-ico { height: 22px; width: 22px; }
    .rva-icon-list { column-gap: 36px; }
    .rva-icon-list .rva-icon-text { font-size: 15px; min-height: 54px; }
    .rva-panel { border-radius: 18px; margin-left: 0; margin-right: 0; padding: 26px 26px 22px; }
    .rva-tp .rva-booking { border-radius: 18px; padding: 26px 26px 22px; }
    .rva-tp .rva-price-value { font-size: 32px; }
    .rva-tp .rva-book-btn { min-height: 58px; }
    .rva-tp .rva-book-btn .rva-cta-title { font-size: 17.5px; }
    .rva-panel + .rva-panel { margin-top: 20px; }
    .rva-panel .rva-chip-list { gap: 12px; margin: 0; }
    .rva-panel .rva-chip-list li { gap: 10px; min-width: calc((100% - 24px) / 3); padding: 7px 14px 7px 8px; }
    .rva-panel .rva-chip-list .rva-icon-chip { height: 36px; width: 36px; }
    .rva-chip-list { gap: 12px; margin: 0; }
    .rva-chip-list li { gap: 10px; min-width: calc((100% - 24px) / 3); padding: 7px 14px 7px 8px; }
    .rva-chip-list .rva-icon-chip { height: 36px; width: 36px; }
    .rva-chip-list .rva-icon-text { font-size: 14.5px; }
}


/* ---------------------------------------------------------
   DESKTOP: content left, sticky booking box right
   --------------------------------------------------------- */
@media (min-width: 992px) {
    .rva-hero-loc { bottom: 28px; font-size: 15px; }
    .rva-hero-photos { bottom: 22px; font-size: 15px; }
    .rva-hero-script { font-size: clamp(60px, 5.6vw, 84px); right: 40px; top: 14%; }
    .rva-tp .rva-tour-wrapper { padding-bottom: 80px; }
    .rva-tp .rva-tour-grid {
        align-items: start;
        column-gap: 52px;
        grid-template-columns: minmax(0, 1.85fr) minmax(0, 1fr);
    }
    .rva-tp .rva-tour-main { grid-column: 1; grid-row: 1 / span 2; }

    .rva-tp .rva-tour-title { font-size: 46px; margin-top: 6px; }
    .rva-tour-subtitle { font-size: 18px; margin-top: 10px; }

    /* The booking box is always in view on desktop, so no jump button. */
    .rva-tp .rva-book-anchor.rva-cta { display: none; }
    .rva-tp .rva-reviews { margin-top: 20px; }

    .rva-tp .rva-booking {
        grid-column: 2;
        grid-row: 1;
        margin-top: 10px;
        padding: 24px 22px 20px;
        position: sticky;
        top: 24px;
    }
    .rva-tp .rva-booking .rva-h2 { font-size: 24px; }
    .rva-tp .rva-price-value { font-size: 29px; }
    .rva-tp .rva-tour-location {
        grid-column: 2;
        grid-row: 2;
        margin-top: 30px;
    }
    .rva-tp .rva-tour-location .rva-h2 { font-size: 24px; }
}


/* ---------------------------------------------------------
   PHOTO SLIDESHOW ("View photos")
   --------------------------------------------------------- */
.rva-lightbox[hidden] { display: none; }
.rva-lightbox {
    background: #070a12;
    color: #fff;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif;
    inset: 0;
    opacity: 0;
    overscroll-behavior: contain;
    position: fixed;
    touch-action: pan-y pinch-zoom;
    transition: opacity 0.2s ease;
    user-select: none;
    -webkit-user-select: none;
    z-index: 100000;
}
.rva-lightbox.is-open { opacity: 1; }
.rva-lightbox-bar {
    align-items: center;
    display: flex;
    justify-content: space-between;
    left: 0;
    padding: max(12px, env(safe-area-inset-top)) 14px 0 18px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3;
}
.rva-lightbox-count { font-size: 14px; font-variant-numeric: tabular-nums; font-weight: 500; opacity: 0.9; }
.rva-lightbox-close,
.rva-lightbox-arrow {
    align-items: center;
    appearance: none;
    background: rgba(255, 255, 255, 0.12);
    border: 0;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    display: flex;
    height: 44px;
    justify-content: center;
    padding: 0;
    transition: background-color 0.18s ease;
    width: 44px;
}
.rva-lightbox-close:hover,
.rva-lightbox-arrow:hover { background: rgba(255, 255, 255, 0.26); }
.rva-lightbox-close:focus-visible,
.rva-lightbox-arrow:focus-visible { outline: 3px solid var(--rva-gold, #f5c518); outline-offset: 2px; }
.rva-lightbox-close svg,
.rva-lightbox-arrow svg { height: 22px; width: 22px; }

.rva-lightbox-stage { inset: 0; overflow: hidden; position: absolute; }
.rva-lightbox-track {
    display: flex;
    height: 100%;
    transition: transform 0.32s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: transform;
}
.rva-lightbox-track.is-dragging { transition: none; }
.rva-lightbox-slide {
    align-items: center;
    display: flex;
    flex: 0 0 100%;
    height: 100%;
    justify-content: center;
    margin: 0;
    padding: 68px 0 28px;
}
.rva-lightbox-slide img {
    display: block;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
    -webkit-user-drag: none;
    width: auto;
}
.rva-lightbox-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
}
.rva-lightbox-prev { left: 10px; }
.rva-lightbox-next { right: 10px; }
@media (min-width: 768px) {
    .rva-lightbox-slide { padding: 72px 84px 40px; }
    .rva-lightbox-prev { left: 22px; }
    .rva-lightbox-next { right: 22px; }
    .rva-lightbox-arrow { height: 52px; width: 52px; }
}
body.rva-lightbox-open { overflow: hidden; }

@media (prefers-reduced-motion: reduce) {
    .rva-lightbox,
    .rva-lightbox-track,
    .rva-hero-photos,
    .rva-readmore svg,
    .rva-tp .rva-tour-desc.is-collapsible { transition: none; }
}
.rva-tp .rva-reviews .rva-reviews-score { font-weight: 700; color: #111827; margin: 0 2px; }
