/* Generated by build/scope-css.js from ../new front/css/style.css — do not edit by hand. */

/* =========================================================
   Tokens
   ========================================================= */
:root {
  --c-black: #000;
  --c-white: #fff;
  --c-accent: #fc0;
  --c-teal: #2cafc2;
  --c-teal-05: rgba(44, 175, 194, 0.05);
  --c-green: #34c759;
  --c-red: #ff383c;
  --c-teal-20: rgba(44, 175, 194, 0.2);
  --c-ink: #101317;
  --c-muted: rgba(0, 0, 0, 0.5);
  --c-line: rgba(0, 0, 0, 0.1);
  --c-glass: rgba(0, 0, 0, 0.5);

  --r-pill: 2.5rem;
  --r-card: 1.5rem;
  --r-xl: 2rem;

  --fs-body: 1rem;
  --fs-hero: clamp(2.25rem, 1.25rem + 4.4vw, 4rem);
  --fs-h2: clamp(1.75rem, 1.15rem + 2.6vw, 2.5rem);
  --fs-card: clamp(1.125rem, 0.95rem + 0.75vw, 1.5rem);

  --sp-1: 0.5rem;
  --sp-2: 0.6875rem;
  --sp-3: 1rem;
  --sp-4: 1.5rem;
  --sp-5: 2rem;
  --sp-6: clamp(2.5rem, 1.5rem + 3.5vw, 5rem);

  --control-h: clamp(2.75rem, 2.4rem + 0.9vw, 3rem);
  --container: 81rem;
  --gutter: clamp(1rem, 0.4rem + 2.2vw, 3rem);
  --page-inset: clamp(0.5rem, 0.2rem + 0.6vw, 0.75rem);
  --header-h: calc(var(--control-h) + var(--sp-5));
  --gap: clamp(0.75rem, 0.4rem + 1vw, 1.5rem);

  --ease: cubic-bezier(0.4, 0, 0.2, 1);
}

/* =========================================================
   Base
   ========================================================= */
.vc-app *,
.vc-app *::before,
.vc-app *::after {
  box-sizing: border-box;
}

.vc-app {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

.vc-app {
  margin: 0;
  font-family: "Plus Jakarta Sans", system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: var(--fs-body);
  line-height: 1.5;
  color: var(--c-ink);
  background: var(--c-white);
  overflow-x: hidden;
}

.vc-app img,
.vc-app svg {
  display: block;
  max-width: 100%;
}

.vc-app a {
  color: inherit;
  text-decoration: none;
}

.vc-app button {
  font: inherit;
  color: inherit;
  border: 0;
  background: none;
  cursor: pointer;
}

.vc-app ul,
.vc-app ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.vc-app blockquote,
.vc-app figure,
.vc-app dl,
.vc-app dd {
  margin: 0;
}

.vc-app :where(a,
.vc-app button,
.vc-app input,
.vc-app select,
.vc-app summary):focus-visible {
  outline: 2px solid var(--c-teal);
  outline-offset: 3px;
  border-radius: 0.25rem;
}

.vc-app .sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.vc-app .skip-link {
  position: absolute;
  left: -100vmax;
  top: var(--sp-1);
  z-index: 100;
  padding: var(--sp-1) var(--sp-3);
  border-radius: var(--r-pill);
  background: var(--c-white);
  color: var(--c-black);
}

.vc-app .skip-link:focus {
  left: var(--sp-1);
}

.vc-app .container {
  width: 100%;
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: var(--gutter);
}

.vc-app .icon {
  width: 1rem;
  height: 1rem;
  flex: none;
}

.vc-app .icon--12 {
  width: 0.75rem;
  height: 0.75rem;
}

.vc-app .icon--14 {
  width: 0.875rem;
  height: 0.875rem;
}

.vc-app .icon--20 {
  width: 1.25rem;
  height: 1.25rem;
}

.vc-app .icon--24 {
  width: 1.5rem;
  height: 1.5rem;
}

/* =========================================================
   Buttons, pills, chips
   ========================================================= */
.vc-app .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--sp-1);
  min-height: var(--control-h);
  padding-inline: var(--sp-4);
  border-radius: var(--r-pill);
  font-weight: 700;
  white-space: nowrap;
  transition: transform 0.2s var(--ease), filter 0.2s var(--ease), background 0.2s var(--ease);
}

.vc-app .btn:hover {
  filter: brightness(0.94);
  transform: translateY(-1px);
}

.vc-app .btn--accent {
  background: var(--c-accent);
  color: var(--c-black);
}

.vc-app .btn--dark {
  background: var(--c-black);
  color: var(--c-white);
}

.vc-app .btn--white {
  background: var(--c-white);
  color: var(--c-black);
  font-weight: 500;
}

.vc-app .btn--ghost {
  border: 1px solid var(--c-line);
  background: var(--c-white);
  color: var(--c-black);
  font-weight: 500;
}

.vc-app .btn--ghost:hover {
  filter: none;
  background: rgba(0, 0, 0, 0.04);
}

.vc-app .btn--wide {
  justify-content: space-between;
  width: 100%;
  padding-inline: var(--sp-3);
}

.vc-app .icon-btn {
  display: inline-grid;
  place-items: center;
  aspect-ratio: 1;
  width: var(--control-h);
  border-radius: var(--r-pill);
  color: var(--c-white);
  background: var(--c-glass);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  transition: background 0.2s var(--ease);
}

.vc-app .icon-btn:hover {
  background: rgba(0, 0, 0, 0.7);
}

.vc-app .pill {
  display: inline-flex;
  align-items: center;
  gap: var(--sp-1);
  margin: 0;
  padding: 0.375rem var(--sp-3);
  border-radius: var(--r-pill);
  color: var(--c-white);
  background: var(--c-glass);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

.vc-app .chip {
  display: inline-flex;
  align-items: center;
  gap: var(--sp-1);
  padding: 0.125rem var(--sp-1);
  border-radius: var(--r-pill);
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.6;
  white-space: nowrap;
}

.vc-app .chip--accent {
  background: var(--c-accent);
  color: var(--c-black);
}

.vc-app .chip--glass {
  color: var(--c-white);
  background: var(--c-glass);
  font-weight: 400;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

.vc-app .rating {
  position: absolute;
  left: var(--sp-2);
  top: var(--sp-2);
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.125rem var(--sp-1);
  border-radius: var(--r-pill);
  color: var(--c-white);
  background: var(--c-glass);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

.vc-app .rating__star {
  color: var(--c-accent);
}

.vc-app .rating b {
  font-size: 0.875rem;
  font-weight: 500;
}

.vc-app .rating i {
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 500;
  opacity: 0.3;
}

/* key / value pairs used on the cards */
.vc-app .meta {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  min-width: 0;
}

.vc-app .meta__k {
  font-size: 0.75rem;
  font-weight: 500;
}

.vc-app .meta__v {
  font-size: 1rem;
  font-weight: 800;
}

/* =========================================================
   Circular "ring" badge (scroll cue, book now, back to top)
   ========================================================= */
.vc-app .ring-badge {
  position: relative;
  display: grid;
  place-items: center;
  aspect-ratio: 1;
  width: clamp(3.25rem, 2.6rem + 2vw, 4.5rem);
  flex: none;
}

.vc-app .ring-badge__ring {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0.75;
  animation: spin 16s linear infinite;
}

.vc-app .ring-badge__text {
  fill: currentColor;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.vc-app .ring-badge__dot {
  display: grid;
  place-items: center;
  padding: var(--sp-1);
  border-radius: var(--r-pill);
  color: var(--c-white);
  background: var(--c-glass);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  transition: transform 0.2s var(--ease);
}

.vc-app .ring-badge:hover .ring-badge__dot {
  transform: scale(1.08);
}

.vc-app .ring-badge--accent .ring-badge__dot,
.vc-app .dcard:hover .ring-badge--card .ring-badge__dot,
.vc-app .dcard:focus-within .ring-badge--card .ring-badge__dot,
.vc-app .tcard:hover .ring-badge--card .ring-badge__dot,
.vc-app .tcard:focus-within .ring-badge--card .ring-badge__dot,
.vc-app .acard:hover .ring-badge--card .ring-badge__dot,
.vc-app .acard:focus-within .ring-badge--card .ring-badge__dot {
  color: var(--c-black);
  background: var(--c-accent);
}

.vc-app .rail:hover .dcard.is-active:not(:hover):not(:focus-within) .ring-badge__dot,
.vc-app .rail:hover .acard.is-active:not(:hover):not(:focus-within) .ring-badge__dot,
.vc-app .bus__grid:hover .tcard.is-active:not(:hover):not(:focus-within) .ring-badge__dot {
  color: var(--c-white);
  background: var(--c-glass);
}

.vc-app .ring-badge--scroll {
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 5;
  /* dark ink stays legible over both the teal hero foot and the white section below */
  color: var(--c-ink);
  transform: translate(-50%, 50%);
}

.vc-app .ring-badge--card {
  width: clamp(2.875rem, 2.4rem + 1.6vw, 3.875rem);
  color: var(--c-white);
}

.vc-app .ring-badge--card .ring-badge__text {
  font-size: 0.875rem;
}

.vc-app .ring-badge--card .ring-badge__dot {
  padding: 0.4375rem;
}

.vc-app .ring-badge--top {
  position: absolute;
  left: 50%;
  top: 0;
  color: var(--c-ink);
  transform: translate(-50%, -50%);
}

.vc-app .ring-badge--top .ring-badge__text {
  font-size: 0.625rem;
  letter-spacing: 0.02em;
}

.vc-app .ring-badge--scroll .ring-badge__dot .icon {
  animation: nudge 2s var(--ease) infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes nudge {

  0%,
  60%,
  100% {
    transform: translateY(0);
  }

  30% {
    transform: translateY(0.1875rem);
  }
}

/* =========================================================
   Header
   ========================================================= */
.vc-app .site-header {
  position: absolute;
  inset: var(--page-inset) 0 auto;
  z-index: 20;
  padding-block: var(--sp-4);
  color: var(--c-white);
}

.vc-app .site-header.is-stuck {
  position: fixed;
  inset-block-start: 0;
  padding-block: var(--sp-2);
  background: rgba(0, 0, 0, 0.55);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  animation: slide-down 0.3s var(--ease);
}

@keyframes slide-down {
  from {
    transform: translateY(-100%);
  }
}

.vc-app .header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--sp-4);
}

.vc-app .header__left {
  display: flex;
  align-items: center;
  gap: clamp(1.5rem, 0.2rem + 4.5vw, 6rem);
  min-width: 0;
}

.vc-app .header__logo .logo {
  width: clamp(4.25rem, 3.6rem + 1.6vw, 5.6875rem);
  height: auto;
}

.vc-app .header__actions {
  display: flex;
  align-items: center;
  gap: var(--sp-1);
}

.vc-app .nav__list {
  display: flex;
  align-items: center;
  gap: clamp(1rem, 0.1rem + 1.8vw, 2.5rem);
}

.vc-app .nav__link {
  display: inline-flex;
  align-items: center;
  gap: var(--sp-1);
  font-weight: 500;
  white-space: nowrap;
  transition: opacity 0.2s var(--ease);
}

.vc-app .nav__link:hover {
  opacity: 0.7;
}

.vc-app .nav__item--has-menu {
  position: relative;
}

.vc-app .nav__toggle .icon--chevron {
  transition: transform 0.25s var(--ease);
}

.vc-app .nav__toggle[aria-expanded="true"] .icon--chevron {
  transform: rotate(180deg);
}

.vc-app .nav__submenu {
  position: absolute;
  top: calc(100% + var(--sp-2));
  left: 0;
  z-index: 5;
  display: grid;
  gap: 0.25rem;
  min-width: max-content;
  padding: var(--sp-1);
  border-radius: 1rem;
  color: var(--c-black);
  background: var(--c-white);
  box-shadow: 0 1.25rem 2.5rem rgba(0, 0, 0, 0.18);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-0.375rem);
  transition: opacity 0.2s var(--ease), transform 0.2s var(--ease), visibility 0.2s;
}

.vc-app .nav__item--has-menu:hover .nav__submenu,
.vc-app .nav__toggle[aria-expanded="true"]+.nav__submenu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.vc-app .nav__submenu a {
  display: block;
  padding: var(--sp-1) var(--sp-3);
  border-radius: var(--r-pill);
  font-weight: 500;
}

.vc-app .nav__submenu a:hover {
  background: rgba(0, 0, 0, 0.06);
}

.vc-app .nav__mobile-cta {
  display: none;
}

.vc-app .burger {
  display: none;
  place-content: center;
  place-items: center;
  gap: 0.25rem;
  aspect-ratio: 1;
  width: var(--control-h);
  border-radius: var(--r-pill);
  background: var(--c-glass);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

.vc-app .burger span {
  display: block;
  width: 1.125rem;
  height: 0.125rem;
  border-radius: 1px;
  background: var(--c-white);
  transition: transform 0.25s var(--ease), opacity 0.25s var(--ease);
}

.vc-app .burger[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(0.375rem) rotate(45deg);
}

.vc-app .burger[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}

.vc-app .burger[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-0.375rem) rotate(-45deg);
}

/* =========================================================
   Hero
   ========================================================= */
.vc-app .hero {
  position: relative;
  display: grid;
  align-items: end;
  min-height: clamp(34rem, 88svh, 56rem);
  margin: var(--page-inset);
  padding-block: calc(var(--header-h) + var(--sp-6)) clamp(3rem, 1.5rem + 6vw, 6rem);
  border-radius: var(--r-xl);
  isolation: isolate;
}

.vc-app .hero__media {
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: inherit;
  overflow: clip;
}

.vc-app .hero__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* Figma gradients: radial vignette + teal fade into the next section */
.vc-app .hero__scrim {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(39.91% 77.37% at 60.22% 50%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%),
    linear-gradient(180deg, rgba(44, 175, 194, 0) 51.6%, var(--c-teal) 100%);
}

.vc-app .hero__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--sp-4);
  text-align: left;
}

.vc-app .hero__eyebrow {
  order: 1;
  font-size: 1rem;
}

.vc-app .hero__title {
  order: 2;
  /* em keeps the two-line break ("Set out on" / "the journey.") at every size */
  max-width: 5.4em;
  margin: 0;
  font-size: var(--fs-hero);
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: var(--c-white);
}

.vc-app .booking {
  order: 3;
  width: 100%;
  max-width: 46.625rem;
  padding: var(--sp-3);
  border-radius: var(--r-card);
  background: var(--c-white);
  box-shadow: 0 1.5rem 3.5rem rgba(0, 0, 0, 0.18);
}

.vc-app .booking__row {
  display: flex;
  align-items: flex-end;
  gap: var(--sp-3);
}

.vc-app .field {
  display: flex;
  flex: 1 1 0;
  flex-direction: column;
  gap: var(--sp-2);
  min-width: 0;
}

.vc-app .field__label {
  display: flex;
  align-items: center;
  gap: var(--sp-1);
  font-size: 1rem;
  font-weight: 500;
  color: var(--c-black);
}

.vc-app .field__label label {
  cursor: pointer;
}

.vc-app .select {
  position: relative;
  display: flex;
  align-items: center;
}

.vc-app .select__input {
  width: 100%;
  min-width: 0;
  min-height: var(--control-h);
  padding: 0 calc(var(--sp-3) + 1.5rem) 0 var(--sp-3);
  border: 1px solid var(--c-line);
  border-radius: var(--r-pill);
  font: inherit;
  font-weight: 500;
  color: var(--c-black);
  background: var(--c-white);
  appearance: none;
  -webkit-appearance: none;
  text-overflow: ellipsis;
  transition: border-color 0.2s var(--ease);
}

.vc-app .select__input::placeholder {
  color: var(--c-black);
  opacity: 1;
}

.vc-app .select__input:hover {
  border-color: rgba(0, 0, 0, 0.3);
}

.vc-app .select__input--date::-webkit-calendar-picker-indicator {
  opacity: 0;
  cursor: pointer;
}

.vc-app .select__chevron {
  position: absolute;
  right: var(--sp-3);
  pointer-events: none;
  color: var(--c-black);
}

.vc-app .booking__submit {
  flex: none;
}

/* =========================================================
   Section shell + section header
   ========================================================= */
.vc-app .section {
  padding-block: var(--sp-6);
}

.vc-app .section--tight {
  padding-block-start: 0;
}

.vc-app .sec-head {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(1.5rem, 0.5rem + 3vw, 4rem);
  margin-bottom: var(--sp-6);
}

.vc-app .sec-head__title {
  margin: 0;
  font-size: var(--fs-h2);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.03em;
}

.vc-app .sec-head__lead {
  max-width: 40ch;
  margin: 0;
  opacity: 0.7;
  font-weight: 500;
}

.vc-app .sec-head__actions {
  display: flex;
  flex-direction: column;
  gap: var(--sp-1);
  width: clamp(8rem, 6rem + 4vw, 9.125rem);
}

.vc-app .rail-nav {
  display: flex;
  gap: var(--sp-1);
}

.vc-app .rail-nav__btn {
  flex: 1 1 0;
  padding-inline: var(--sp-3);
}

.vc-app .rail-nav__btn[disabled] {
  opacity: 0.35;
  cursor: not-allowed;
}

/* =========================================================
   Horizontal rails
   ========================================================= */
.vc-app .rail {
  display: flex;
  gap: var(--gap);
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
  /* negative margin + padding keeps the card glow from being clipped by the scroller */
  margin-inline: calc(var(--gap) * -1);
  padding: var(--sp-4) var(--gap);
}

.vc-app .rail::-webkit-scrollbar {
  display: none;
}

.vc-app .rail>* {
  scroll-snap-align: start;
}

.vc-app .rail--dest>* {
  flex: 0 0 calc((100% - 4 * var(--gap)) / 5);
}

.vc-app .rail--art>* {
  flex: 0 0 calc((100% - 2 * var(--gap)) / 3);
}

/* =========================================================
   Destination card
   ========================================================= */
.vc-app .dcard {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  aspect-ratio: 246 / 346;
  padding: clamp(0.75rem, 0.4rem + 1vw, 1.25rem);
  border-radius: var(--r-card);
  color: var(--c-white);
  overflow: hidden;
  isolation: isolate;
  transition: transform 0.3s var(--ease);
}

.vc-app .dcard:hover {
  transform: translateY(-0.25rem);
}

.vc-app .dcard__img {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vc-app .dcard::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 0.65) 100%);
}

/* highlighted card — gradients copied from Figma */
.vc-app .dcard.is-active,
.vc-app .dcard:hover,
.vc-app .dcard:focus-within {
  box-shadow: 0 0.75rem 3.75rem 0 rgba(44, 175, 194, 0.5);
}

.vc-app .dcard.is-active::after,
.vc-app .dcard:hover::after,
.vc-app .dcard:focus-within::after {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0) 51.6%, rgba(255, 255, 255, 0.4) 100%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    linear-gradient(180deg, rgba(44, 175, 194, 0) 37.33%, #2cafc2 84.53%);
}

/* hovering any card in the rail hands the highlight over to it */
.vc-app .rail:hover .dcard.is-active:not(:hover):not(:focus-within),
.vc-app .rail:focus-within .dcard.is-active:not(:hover):not(:focus-within) {
  box-shadow: none;
}

.vc-app .rail:hover .dcard.is-active:not(:hover):not(:focus-within)::after,
.vc-app .rail:focus-within .dcard.is-active:not(:hover):not(:focus-within)::after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 0.65) 100%);
}

.vc-app .dcard__desc {
  position: absolute;
  left: clamp(0.75rem, 0.4rem + 1vw, 1.25rem);
  right: clamp(0.75rem, 0.4rem + 1vw, 1.25rem);
  top: clamp(2.75rem, 2rem + 2vw, 3.5rem);
  opacity: 0;
  transform: translateY(-0.375rem);
  transition: opacity 0.25s var(--ease), transform 0.25s var(--ease);
}

.vc-app .dcard.is-active .dcard__desc,
.vc-app .dcard:hover .dcard__desc,
.vc-app .dcard:focus-within .dcard__desc {
  opacity: 1;
  transform: translateY(0);
}

.vc-app .rail:hover .dcard.is-active:not(:hover):not(:focus-within) .dcard__desc,
.vc-app .rail:focus-within .dcard.is-active:not(:hover):not(:focus-within) .dcard__desc {
  opacity: 0;
  transform: translateY(-0.375rem);
}

.vc-app .dcard__desc-k {
  display: block;
  font-size: 0.75rem;
  font-weight: 500;
  opacity: 0.5;
}

.vc-app .dcard__desc p {
  margin: 0.25rem 0 0;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.45;
}

.vc-app .dcard__body {
  display: grid;
  gap: var(--sp-2);
}

.vc-app .dcard__title {
  margin: 0;
  font-size: var(--fs-card);
  font-weight: 500;
  letter-spacing: -0.01em;
}

.vc-app .dcard__meta {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: var(--sp-2);
}

.vc-app .dcard__meta .ring-badge {
  margin-inline-start: auto;
}

/* =========================================================
   Open Top Bus Tours (promo + 2x2 grid)
   ========================================================= */
.vc-app .bus {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 2fr);
  gap: var(--gap);
  align-items: start;
}

.vc-app .bus__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--gap);
}

.vc-app .promo {
  position: relative;
  display: flex;
  flex-direction: column;
  aspect-ratio: 416 / 526;
  padding: clamp(1.25rem, 0.6rem + 2vw, 2.5rem);
  border-radius: var(--r-card);
  background: var(--c-teal-05);
  overflow: hidden;
  isolation: isolate;
}

.vc-app .promo__route {
  position: absolute;
  inset: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  opacity: 0.5;
}

.vc-app .promo__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: var(--sp-3);
}

.vc-app .promo__title {
  margin: 0;
  font-size: var(--fs-h2);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.03em;
  opacity: 0.8;
}

.vc-app .promo__chip {
  align-self: flex-start;
  margin-top: calc(var(--sp-1) * -1);
  transform: rotate(-6deg);
}

.vc-app .promo__bus {
  position: relative;
  /* basis 0 so the coach takes only the space the title and note leave over */
  flex: 1 1 0;
  display: grid;
  place-items: center;
  min-height: 0;
  margin-inline: clamp(-2rem, -0.5rem - 3vw, -0.75rem);
  /* padding-block: var(--sp-3) var(--sp-4); */
  padding-left: 2.5rem;
}

.vc-app .promo__bus img {
  width: 100%;
  height: 100%;
  /* grid items default to min-height:auto, which would keep the intrinsic height */
  min-height: 0;
  object-fit: contain;
  object-position: left;
  /* Figma tints the blue coach towards the teal brand colour */
  filter: hue-rotate(-32deg) saturate(1.15) drop-shadow(0 1rem 1.5rem rgba(0, 0, 0, 0.18));
}

.vc-app .promo__note {
  margin: 0;
  margin-inline-start: auto;
  max-width: 15rem;
  font-weight: 500;
  color: var(--c-teal);
}

/* =========================================================
   Wide tour card
   ========================================================= */
.vc-app .tcard {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  aspect-ratio: 416 / 251;
  padding: clamp(0.875rem, 0.5rem + 1vw, 1.25rem);
  border-radius: var(--r-card);
  color: var(--c-white);
  overflow: hidden;
  isolation: isolate;
  transition: transform 0.3s var(--ease);
}

.vc-app .tcard:hover {
  transform: translateY(-0.25rem);
}

.vc-app .tcard__img {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vc-app .tcard::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.1) 45%, rgba(0, 0, 0, 0.6) 100%);
}

.vc-app .tcard.is-active,
.vc-app .tcard:hover,
.vc-app .tcard:focus-within {
  box-shadow: 0 0.75rem 3.75rem 0 rgba(44, 175, 194, 0.5);
}

.vc-app .tcard.is-active::after,
.vc-app .tcard:hover::after,
.vc-app .tcard:focus-within::after {
  background:
    radial-gradient(53.59% 137.34% at 50% 46.41%, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 100%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    linear-gradient(180deg, rgba(44, 175, 194, 0) 37.33%, #2cafc2 84.53%);
}

.vc-app .bus__grid:hover .tcard.is-active:not(:hover):not(:focus-within),
.vc-app .bus__grid:focus-within .tcard.is-active:not(:hover):not(:focus-within) {
  box-shadow: none;
}

.vc-app .bus__grid:hover .tcard.is-active:not(:hover):not(:focus-within)::after,
.vc-app .bus__grid:focus-within .tcard.is-active:not(:hover):not(:focus-within)::after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.1) 45%, rgba(0, 0, 0, 0.6) 100%);
}

.vc-app .tcard__k {
  font-size: 0.75rem;
  font-weight: 500;
  opacity: 0.9;
}

.vc-app .tcard__title {
  max-width: 14ch;
  margin: 0;
  font-size: var(--fs-card);
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: -0.01em;
}

.vc-app .tcard__bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: var(--sp-2);
}

/* =========================================================
   About
   ========================================================= */
.vc-app .about {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1fr);
  align-items: center;
  gap: clamp(1.5rem, 0.5rem + 3vw, 3rem);
}

.vc-app .about__art {
  position: relative;
  display: grid;
  place-items: center;
  aspect-ratio: 4 / 3;
  color: var(--c-teal);
}

.vc-app .about__glow {
  display: none;
}

/* straight speed-trail band running along the coach's axis */
.vc-app .about__trail {
  position: absolute;
  left: -34%;
  right: -34%;
  top: 42%;
  height: 28%;
  background: linear-gradient(90deg,
      rgba(44, 175, 194, 0) 0%,
      rgba(44, 175, 194, 0.16) 22%,
      rgba(44, 175, 194, 0.2) 55%,
      rgba(44, 175, 194, 0) 100%);
  /* small blur only — the band keeps its straight parallel edges */
  filter: blur(2px);
  /* 25deg == the roof ridge angle, measured off the artwork itself */
  transform: rotate(32deg);
  pointer-events: none;
}

/* the arcs sit in front of the bus, as in the reference */
.vc-app .about__arcs {
  position: absolute;
  z-index: 2;
  inset: -12% 12% 2%;
  width: auto;
  height: 98%;
  pointer-events: none;
}

.vc-app .about__bus {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 92%;
}

.vc-app .about__bus img {
  width: 100%;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 1.5rem 2.5rem rgba(0, 0, 0, 0.25));
}

.vc-app .about__body {
  display: grid;
  gap: clamp(1.25rem, 0.8rem + 1.4vw, 1.8125rem);
}

.vc-app .about__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--sp-3);
  flex-wrap: wrap;
}

.vc-app .about__title {
  position: relative;
  margin: 0;
  padding-right: 1.5rem;
  font-size: var(--fs-h2);
  font-weight: 800;
  letter-spacing: -0.03em;
  opacity: 0.8;
}

.vc-app .about__chip {
  position: absolute;
  right: 0;
  bottom: -0.75rem;
  transform: rotate(-6deg);
}

.vc-app .about__text {
  margin: 0;
  opacity: 0.7;
  font-weight: 500;
  text-align: justify;
}

.vc-app .stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--sp-4);
}

.vc-app .stat {
  display: flex;
  align-items: flex-end;
  gap: 0.75rem;
}

.vc-app .stat__num {
  margin: 0;
  font-size: var(--fs-h2);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.03em;
}

.vc-app .stat__num span {
  color: var(--c-teal);
}

.vc-app .stat__label {
  opacity: 0.5;
  font-weight: 500;
}

/* =========================================================
   Testimonials marquee
   ========================================================= */
.vc-app .testimonials__head {
  display: grid;
  justify-items: center;
  gap: var(--sp-3);
  margin-bottom: var(--sp-6);
  text-align: center;
}

.vc-app .testimonials__title {
  margin: 0;
  font-size: var(--fs-h2);
  font-weight: 800;
  letter-spacing: -0.03em;
}

.vc-app .testimonials__lead {
  max-width: 42ch;
  margin: 0;
  opacity: 0.5;
  font-weight: 500;
}

.vc-app .marquee {
  position: relative;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}

.vc-app .marquee__route {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  pointer-events: none;
}

.vc-app .marquee__track {
  display: flex;
  align-items: center;
  gap: var(--gap);
  width: max-content;
  padding-block: var(--sp-3);
  animation: marquee 60s linear infinite;
}

.vc-app .marquee:hover .marquee__track,
.vc-app .marquee:focus-within .marquee__track {
  animation-play-state: paused;
}

@keyframes marquee {
  to {
    transform: translateX(calc(-50% - var(--gap) / 2));
  }
}

.vc-app .quote {
  display: grid;
  gap: var(--sp-3);
  flex: none;
  width: clamp(17rem, 14rem + 12vw, 26rem);
  padding: var(--sp-4) var(--sp-5);
  border-radius: var(--r-card);
  background: var(--c-teal-05);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
}

.vc-app .quote--lg {
  width: clamp(19rem, 15rem + 16vw, 32.875rem);
}

.vc-app .quote--sm {
  width: clamp(15rem, 12rem + 9vw, 21.375rem);
}

.vc-app .quote__head {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.vc-app .quote__avatar {
  aspect-ratio: 1;
  width: 3rem;
  border-radius: 50%;
  object-fit: cover;
}

.vc-app .quote__head b {
  display: block;
  font-weight: 700;
}

.vc-app .quote__head i {
  font-style: normal;
  font-weight: 500;
  color: var(--c-teal);
}

.vc-app .quote blockquote {
  opacity: 0.5;
  font-weight: 500;
  text-align: justify;
}

/* =========================================================
   Article card
   ========================================================= */
.vc-app .acard {
  display: flex;
  flex-direction: column;
  border-radius: var(--r-card);
  background: var(--c-white);
  transition: transform 0.3s var(--ease);
}

.vc-app .acard:hover {
  transform: translateY(-0.25rem);
}

.vc-app .acard.is-active {
  background: var(--c-teal-05);
}

.vc-app .acard__media {
  position: relative;
  aspect-ratio: 416 / 251;
  border-radius: var(--r-card);
  color: var(--c-white);
  overflow: hidden;
  isolation: isolate;
}

.vc-app .acard__img {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vc-app .acard__media::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.05) 40%, rgba(0, 0, 0, 0.65) 100%);
}

.vc-app .acard.is-active .acard__media::after,
.vc-app .acard:hover .acard__media::after,
.vc-app .acard:focus-within .acard__media::after {
  background:
    radial-gradient(53.59% 137.34% at 50% 46.41%, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 100%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    linear-gradient(180deg, rgba(44, 175, 194, 0) 37.33%, #2cafc2 84.53%);
}

.vc-app .acard.is-active .acard__media,
.vc-app .acard:hover .acard__media,
.vc-app .acard:focus-within .acard__media {
  box-shadow: 0 0.75rem 3.75rem 0 rgba(44, 175, 194, 0.5);
}

.vc-app .rail:hover .acard.is-active:not(:hover):not(:focus-within) {
  background: var(--c-white);
}

.vc-app .rail:hover .acard.is-active:not(:hover):not(:focus-within) .acard__media {
  box-shadow: none;
}

.vc-app .rail:hover .acard.is-active:not(:hover):not(:focus-within) .acard__media::after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.05) 40%, rgba(0, 0, 0, 0.65) 100%);
}

.vc-app .acard__time {
  position: absolute;
  left: var(--sp-2);
  top: var(--sp-2);
}

.vc-app .acard__overlay {
  position: absolute;
  inset: auto 0 0;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: var(--sp-2);
  padding: clamp(0.875rem, 0.5rem + 1vw, 1.5rem);
}

.vc-app .acard__title {
  max-width: 17ch;
  margin: 0;
  font-size: var(--fs-card);
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: -0.01em;
}

.vc-app .acard__excerpt {
  margin: 0;
  padding: var(--sp-4) var(--sp-4) var(--sp-5);
  opacity: 0.7;
  font-weight: 500;
  text-align: justify;
}

.vc-app .acard.is-active .acard__excerpt,
.vc-app .acard:hover .acard__excerpt,
.vc-app .acard:focus-within .acard__excerpt {
  opacity: 1;
  color: var(--c-teal);
}

.vc-app .acard.is-active,
.vc-app .acard:hover,
.vc-app .acard:focus-within {
  background: var(--c-teal-05);
}

.vc-app .rail:hover .acard.is-active:not(:hover):not(:focus-within) .acard__excerpt {
  opacity: 0.7;
  color: inherit;
}

/* =========================================================
   FAQ
   ========================================================= */
.vc-app .faq {
  position: relative;
  margin: var(--page-inset);
  padding-block: var(--sp-6);
  border-radius: var(--r-xl);
  background: var(--c-teal-05);
  overflow: hidden;
  isolation: isolate;
}

.vc-app .faq__watermark {
  position: absolute;
  left: clamp(1rem, -1rem + 6vw, 4rem);
  bottom: clamp(-2rem, -6vw, -1rem);
  z-index: -1;
  font-size: clamp(6rem, 2rem + 16vw, 15rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1px rgba(44, 175, 194, 0.35);
  pointer-events: none;
  user-select: none;
}

.vc-app .faq__inner {
  display: grid;
  grid-template-columns: minmax(0, 0.55fr) minmax(0, 1fr);
  gap: clamp(2rem, 0.5rem + 6vw, 8.375rem);
  align-items: start;
}

.vc-app .faq__intro {
  display: grid;
  gap: var(--sp-4);
}

.vc-app .faq__title {
  margin: 0;
  font-size: var(--fs-h2);
  font-weight: 800;
  letter-spacing: -0.03em;
}

.vc-app .faq__lead {
  margin: 0;
  opacity: 0.7;
  font-weight: 500;
}

.vc-app .accordion {
  display: grid;
  gap: var(--sp-4);
}

.vc-app .acc+.acc {
  border-top: 1px solid var(--c-line);
  padding-top: var(--sp-4);
}

.vc-app .acc h3 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

.vc-app .acc__q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--sp-3);
  width: 100%;
  padding: 0;
  font-weight: 500;
  text-align: left;
  transition: color 0.2s var(--ease);
}

.vc-app .acc__q .icon {
  opacity: 0.3;
}

.vc-app .acc__minus {
  display: none;
}

.vc-app .acc__q[aria-expanded="true"] {
  color: var(--c-teal);
  font-weight: 700;
}

.vc-app .acc__q[aria-expanded="true"] .icon {
  opacity: 1;
}

.vc-app .acc__q[aria-expanded="true"] .acc__plus {
  display: none;
}

.vc-app .acc__q[aria-expanded="true"] .acc__minus {
  display: block;
}

.vc-app .acc__a {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.3s var(--ease);
}

.vc-app .acc__q[aria-expanded="true"]+.acc__a {
  grid-template-rows: 1fr;
}

.vc-app .acc__a>* {
  overflow: hidden;
}

.vc-app .acc__a p {
  margin: 0;
  padding-top: var(--sp-4);
  opacity: 0.7;
  font-weight: 500;
  text-align: justify;
}

/* =========================================================
   Footer
   ========================================================= */
.vc-app .footer {
  position: relative;
  margin: calc(var(--sp-6) + var(--page-inset)) var(--page-inset) var(--page-inset);
  padding-block: var(--sp-6) 0;
  border-radius: var(--r-xl);
  color: var(--c-white);
  background: var(--c-black);
}

.vc-app .footer__inner {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(2rem, 0.5rem + 5vw, 6rem);
  padding-bottom: var(--sp-6);
}

.vc-app .footer__logo .logo {
  width: clamp(5rem, 4rem + 2.5vw, 7.125rem);
  height: auto;
}

.vc-app .footer__brand {
  display: grid;
  gap: var(--sp-4);
  align-content: start;
}

.vc-app .footer__about {
  margin: 0;
  opacity: 0.5;
  font-weight: 500;
  text-align: justify;
}

.vc-app .footer__cols {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--sp-4);
  justify-items: start;
}

.vc-app .footer__cols ul {
  display: grid;
  gap: 0.75rem;
}

.vc-app .footer__ct {
  margin: 0 0 var(--sp-3);
  font-size: 1rem;
  font-weight: 700;
  color: var(--c-teal);
}

.vc-app .footer__cols a {
  opacity: 0.5;
  font-weight: 500;
  transition: opacity 0.2s var(--ease);
}

.vc-app .footer__cols a:hover {
  opacity: 1;
}

.vc-app .footer__bar {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1.4fr) minmax(0, 1fr);
  align-items: center;
  gap: var(--sp-4);
  padding-block: var(--sp-4);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.vc-app .footer__copy {
  margin: 0;
  font-weight: 500;
}

.vc-app .socials {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--sp-5);
}

/* dashed rules either side of the social icons, as in the design */
.vc-app .socials::before,
.vc-app .socials::after {
  content: "";
  flex: 1 1 clamp(2rem, 8vw, 11rem);
  border-top: 1px dashed rgba(255, 255, 255, 0.3);
}

.vc-app .socials::before {
  margin-inline-end: var(--sp-4);
}

.vc-app .socials::after {
  margin-inline-start: var(--sp-4);
}

.vc-app .socials li {
  flex: none;
}

.vc-app .socials a {
  display: grid;
  place-items: center;
  transition: opacity 0.2s var(--ease);
}

.vc-app .socials a:hover {
  opacity: 0.7;
}

.vc-app .support {
  position: absolute;
  right: clamp(1.5rem, 0.5rem + 3vw, 4rem);
  bottom: 0;
  z-index: 2;
  display: grid;
  place-items: center;
  color: var(--c-white);
}

.vc-app .support__ring {
  position: absolute;
  aspect-ratio: 1;
  scale: 140%;
  opacity: 0.5;
  top: -1.5rem;
}

.vc-app .support__tab {
  display: grid;
  place-items: center;
  padding: var(--sp-4);
  padding-bottom: clamp(2rem, 1rem + 3vw, 3rem);
  border-radius: var(--r-pill) var(--r-pill) 0 0;
  background: linear-gradient(180deg, rgba(44, 175, 194, 0.99) 0%, var(--c-teal-20) 100%);
  box-shadow: 0 0.75rem 8.25rem var(--c-teal);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  transition: transform 0.2s var(--ease);
}

.vc-app .support:hover .support__tab {
  transform: translateY(-0.25rem);
}

/* =========================================================
   Responsive
   ========================================================= */
@media (max-width: 78rem) {
.vc-app .rail--dest>* {
    flex: 0 0 calc((100% - 3 * var(--gap)) / 4);
  }

}

@media (max-width: 68.75rem) {
.vc-app .booking__row {
    flex-wrap: wrap;
  }

.vc-app .field {
    flex: 1 1 14rem;
  }

.vc-app .booking__submit {
    flex: 1 1 100%;
  }

.vc-app .sec-head {
    grid-template-columns: minmax(0, 1fr) auto;
  }

.vc-app .sec-head__lead {
    grid-column: 1 / -1;
    grid-row: 2;
    max-width: none;
  }

.vc-app .rail--dest>* {
    flex: 0 0 calc((100% - 2 * var(--gap)) / 3);
  }

.vc-app .bus {
    grid-template-columns: minmax(0, 1fr);
  }

.vc-app .promo {
    aspect-ratio: 16 / 9;
  }

.vc-app .about {
    grid-template-columns: minmax(0, 1fr);
  }

.vc-app .about__art {
    order: 2;
    aspect-ratio: 16 / 9;
  }

.vc-app .faq__inner {
    grid-template-columns: minmax(0, 1fr);
  }

}

@media (max-width: 60rem) {
.vc-app .burger {
    display: inline-grid;
  }

.vc-app .header__cta {
    display: none;
  }

.vc-app .nav {
    position: absolute;
    top: calc(100% + var(--sp-2));
    right: var(--gutter);
    left: var(--gutter);
    padding: var(--sp-2);
    border-radius: var(--r-card);
    color: var(--c-black);
    background: var(--c-white);
    box-shadow: 0 1.5rem 3rem rgba(0, 0, 0, 0.22);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-0.5rem);
    transition: opacity 0.25s var(--ease), transform 0.25s var(--ease), visibility 0.25s;
  }

.vc-app .nav.is-open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

.vc-app .nav__list {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }

.vc-app .nav__link {
    width: 100%;
    justify-content: space-between;
    padding: var(--sp-2) var(--sp-3);
    border-radius: var(--r-pill);
  }

.vc-app .nav__link:hover {
    opacity: 1;
    background: rgba(0, 0, 0, 0.05);
  }

.vc-app .nav__submenu {
    position: static;
    display: none;
    padding: 0 0 var(--sp-1) var(--sp-3);
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    transform: none;
  }

.vc-app .nav__item--has-menu:hover .nav__submenu {
    display: none;
  }

.vc-app .nav__toggle[aria-expanded="true"]+.nav__submenu {
    display: grid;
  }

.vc-app .nav__mobile-cta {
    display: block;
    margin-top: var(--sp-1);
  }

.vc-app .nav__cta {
    width: 100%;
  }

.vc-app .rail--art>* {
    flex: 0 0 calc((100% - var(--gap)) / 2);
  }

.vc-app .footer__inner {
    grid-template-columns: minmax(0, 1fr);
  }

}

@media (max-width: 48rem) {
.vc-app .rail--dest>* {
    flex: 0 0 calc((100% - var(--gap)) / 2);
  }

.vc-app .bus__grid {
    grid-template-columns: minmax(0, 1fr);
  }

.vc-app .stats {
    gap: var(--sp-3);
  }

.vc-app .footer__bar {
    grid-template-columns: minmax(0, 1fr);
    justify-items: start;
  }

.vc-app .socials::before,
.vc-app .socials::after {
    display: none;
  }

.vc-app .support {
    right: var(--gutter);
  }

}

@media (max-width: 40rem) {
.vc-app .hero {
    min-height: clamp(30rem, 84svh, 44rem);
  }

.vc-app .booking {
    padding: var(--sp-2);
  }

.vc-app .booking__row {
    gap: var(--sp-2);
  }

.vc-app .field {
    flex: 1 1 100%;
  }

.vc-app .sec-head {
    grid-template-columns: minmax(0, 1fr);
    gap: var(--sp-3);
  }

.vc-app .sec-head__lead {
    grid-row: auto;
  }

.vc-app .sec-head__actions {
    flex-direction: row;
    width: 100%;
  }

.vc-app .sec-head__actions .btn--wide {
    width: auto;
    flex: 1 1 auto;
  }

.vc-app .rail--dest>* {
    flex: 0 0 min(72%, 15rem);
  }

.vc-app .rail--art>* {
    flex: 0 0 min(85%, 22rem);
  }

.vc-app .promo {
    aspect-ratio: auto;
    gap: var(--sp-4);
  }

.vc-app .promo__note {
    max-width: none;
    margin-inline-start: 0;
  }

.vc-app .stats {
    grid-template-columns: minmax(0, 1fr);
  }

.vc-app .support {
    display: none;
  }

.vc-app .footer__cols {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: var(--sp-5) var(--sp-4);
  }

/* justified text tears open on narrow columns */
.vc-app .about__text,
.vc-app .acard__excerpt,
.vc-app .quote blockquote,
.vc-app .acc__a p,
.vc-app .footer__about {
    text-align: left;
  }

}

@media (prefers-reduced-motion: reduce) {
.vc-app {
    scroll-behavior: auto;
  }

.vc-app *,
.vc-app *::before,
.vc-app *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

.vc-app .rail {
    scroll-behavior: auto;
  }

}

/* =========================================================
   Tour archive — hero filter bar
   ========================================================= */
.vc-app .hero--archive {
  min-height: clamp(30rem, 78svh, 48rem);
}

/* "Explore Tours" is short enough to stay on one line at every size */
.vc-app .hero--archive .hero__title {
  max-width: none;
}

.vc-app .filters {
  order: 3;
  width: 100%;
  border-radius: var(--r-card);
  background: var(--c-white);
  box-shadow: 0 1.5rem 3.5rem rgba(0, 0, 0, 0.18);
}

.vc-app .filters__row {
  display: flex;
  align-items: center;
  gap: var(--sp-3);
  padding: var(--sp-3);
}

.vc-app .fsearch,
.vc-app .fsel {
  position: relative;
  display: flex;
  flex: 1 1 0;
  align-items: center;
  min-width: 0;
  min-height: var(--control-h);
  border-radius: var(--r-pill);
  transition: border-color 0.2s var(--ease);
}

/* the search field carries the longest placeholder, so it takes a little more room */
.vc-app .fsearch {
  flex-grow: 1.3;
  border: 1px solid var(--c-white);
  background: rgba(0, 0, 0, 0.05);
}

.vc-app .fsel {
  border: 1px solid var(--c-line);
  background: var(--c-white);
}

.vc-app .fsel:hover {
  border-color: rgba(0, 0, 0, 0.3);
}

.vc-app .fsearch__icon,
.vc-app .fsel__icon {
  position: absolute;
  left: var(--sp-3);
  pointer-events: none;
  color: var(--c-black);
}

.vc-app .fsel__chevron {
  position: absolute;
  right: var(--sp-3);
  pointer-events: none;
  color: var(--c-black);
}

.vc-app .fsearch__input,
.vc-app .fsel__input {
  width: 100%;
  min-width: 0;
  min-height: var(--control-h);
  padding: 0 calc(var(--sp-3) + 1.5rem);
  border: 0;
  border-radius: inherit;
  font: inherit;
  font-weight: 500;
  color: var(--c-black);
  background: transparent;
  appearance: none;
  -webkit-appearance: none;
  text-overflow: ellipsis;
}

.vc-app .fsearch__input {
  padding-inline: calc(var(--sp-3) + 1.375rem) var(--sp-2);
  font-size: 0.875rem;
}

.vc-app .fsearch__input::placeholder {
  color: var(--c-black);
  opacity: 0.5;
}

.vc-app .fsearch__input::-webkit-search-cancel-button,
.vc-app .fsearch__input::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* the sort dropdown carries its label outside the pill, so it needs no lead icon */
.vc-app .fsel--bare .fsel__input {
  padding-left: var(--sp-3);
}

.vc-app .filters__apply {
  flex: none;
}

.vc-app .filters__bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: var(--sp-3) var(--sp-4);
  padding: var(--sp-3) var(--sp-3) var(--sp-3) var(--sp-4);
  border-top: 1px solid var(--c-line);
}

.vc-app .filters__checks {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: var(--sp-2) 2.5rem;
}

.vc-app .check {
  display: inline-flex;
  align-items: center;
  gap: var(--sp-1);
  cursor: pointer;
}

.vc-app .check__input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.vc-app .check__box {
  display: grid;
  flex: none;
  place-items: center;
  width: 1rem;
  height: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.25rem;
  color: transparent;
  background: var(--c-white);
  transition: color 0.2s var(--ease), background-color 0.2s var(--ease), border-color 0.2s var(--ease);
}

.vc-app .check:hover .check__box {
  border-color: rgba(0, 0, 0, 0.45);
}

.vc-app .check__input:checked+.check__box {
  color: var(--c-white);
  border-color: var(--c-black);
  background: var(--c-black);
}

.vc-app .check__input:focus-visible+.check__box {
  outline: 2px solid var(--c-teal);
  outline-offset: 2px;
}

.vc-app .check__text {
  font-size: 1rem;
  font-weight: 500;
  opacity: 0.7;
  transition: opacity 0.2s var(--ease);
}

.vc-app .check__input:checked~.check__text {
  opacity: 1;
}

.vc-app .filters__sort {
  display: flex;
  align-items: center;
  gap: var(--sp-2);
}

.vc-app .filters__sort-label {
  display: inline-flex;
  align-items: center;
  gap: var(--sp-1);
  font-size: 1rem;
  font-weight: 500;
  white-space: nowrap;
}

.vc-app .filters__sort-label label {
  cursor: pointer;
}

.vc-app .filters__sort .fsel {
  flex: none;
  width: 8.8125rem;
}

/* =========================================================
   Tour archive — result grid
   ========================================================= */
/* the script shows and hides cards, pages and buttons with the hidden
   attribute, which the flex and grid display values would otherwise win against */
.vc-app [hidden] {
  display: none !important;
}

.vc-app .results {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: var(--sp-2) var(--sp-3);
  margin-block-end: var(--sp-4);
}

.vc-app .results__count {
  margin: 0;
  font-size: 1rem;
  font-weight: 500;
  opacity: 0.7;
}

.vc-app .results__count b {
  font-weight: 800;
}

.vc-app .results__reset {
  flex: none;
}

.vc-app .tgrid__empty {
  margin: 0;
  padding-block: var(--sp-5);
  font-size: 1.125rem;
  font-weight: 500;
  text-align: center;
  opacity: 0.7;
}

/* a button that reads as part of the sentence around it */
.vc-app .linkbtn {
  padding: 0;
  border: 0;
  font: inherit;
  color: var(--c-teal);
  background: none;
  text-decoration: underline;
  cursor: pointer;
}

.vc-app .tgrid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2.5rem var(--gap);
  margin: 0;
  padding: 0;
  list-style: none;
}

.vc-app .titem {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--sp-3);
}

/* landscape variant of the destination card used on the homepage rail */
.vc-app .dcard--wide {
  width: 100%;
  aspect-ratio: 416 / 251;
}

/* the wider card gives the title and the key/value pairs more room to breathe */
.vc-app .dcard--wide .dcard__body {
  gap: var(--sp-3);
}

.vc-app .dcard--wide .dcard__meta {
  gap: var(--sp-4);
}

.vc-app .titem__desc {
  width: 88.5%;
  margin: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: justify;
  opacity: 0.7;
  transition: color 0.25s var(--ease), opacity 0.25s var(--ease);
}

.vc-app .titem.is-active .titem__desc,
.vc-app .titem:hover .titem__desc,
.vc-app .titem:focus-within .titem__desc {
  color: var(--c-teal);
  opacity: 1;
}

/* hovering any card in the grid hands the highlight over to it */
.vc-app .tgrid:hover .titem.is-active:not(:hover):not(:focus-within) .titem__desc,
.vc-app .tgrid:focus-within .titem.is-active:not(:hover):not(:focus-within) .titem__desc {
  color: inherit;
  opacity: 0.7;
}

.vc-app .tgrid:hover .dcard.is-active:not(:hover):not(:focus-within),
.vc-app .tgrid:focus-within .dcard.is-active:not(:hover):not(:focus-within) {
  box-shadow: none;
}

.vc-app .tgrid:hover .dcard.is-active:not(:hover):not(:focus-within)::after,
.vc-app .tgrid:focus-within .dcard.is-active:not(:hover):not(:focus-within)::after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 0.65) 100%);
}

.vc-app .tgrid:hover .dcard.is-active:not(:hover):not(:focus-within) .ring-badge__dot,
.vc-app .tgrid:focus-within .dcard.is-active:not(:hover):not(:focus-within) .ring-badge__dot {
  color: var(--c-white);
  background: var(--c-glass);
}

/* =========================================================
   Tour archive — pagination
   ========================================================= */
.vc-app .pager {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: var(--sp-1);
  margin-block-start: var(--sp-6);
}

.vc-app .pager__pages {
  display: flex;
  align-items: center;
  gap: var(--sp-1);
}

.vc-app .pager__num,
.vc-app .pager__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--sp-1);
  min-height: var(--control-h);
  padding: 0 var(--sp-3);
  border: 0;
  border-radius: var(--r-pill);
  font: inherit;
  font-weight: 500;
  color: var(--c-black);
  background: transparent;
  cursor: pointer;
  transition: color 0.2s var(--ease), background-color 0.2s var(--ease), border-color 0.2s var(--ease);
}

.vc-app .pager__num {
  min-width: var(--control-h);
  padding: 0 var(--sp-1);
}

.vc-app .pager__num:hover {
  background: rgba(0, 0, 0, 0.05);
}

.vc-app .pager__num.is-current {
  color: var(--c-white);
  background: var(--c-black);
}

.vc-app .pager__btn {
  border: 1px solid var(--c-line);
  background: var(--c-white);
}

.vc-app .pager__btn--icon {
  min-width: 4.5rem;
}

.vc-app .pager__btn:hover:not([disabled]) {
  border-color: var(--c-black);
}

.vc-app .pager__btn[disabled] {
  opacity: 0.4;
  cursor: not-allowed;
}

.vc-app .pager__gap {
  padding-inline: 0.25rem;
  font-weight: 500;
  opacity: 0.5;
}

/* =========================================================
   Tour archive — responsive
   ========================================================= */
@media (max-width: 68.75rem) {
.vc-app .filters__row {
    flex-wrap: wrap;
  }

.vc-app .fsearch,
.vc-app .fsel {
    flex: 1 1 12rem;
  }

.vc-app .filters__apply {
    flex: 1 1 100%;
  }

.vc-app .tgrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

}

@media (max-width: 48rem) {
.vc-app .filters__bar {
    justify-content: flex-start;
  }

.vc-app .filters__checks {
    gap: var(--sp-2) var(--sp-5);
  }

}

@media (max-width: 40rem) {
.vc-app .filters__row {
    gap: var(--sp-2);
    padding: var(--sp-2);
  }

.vc-app .fsearch,
.vc-app .fsel {
    flex: 1 1 100%;
  }

.vc-app .filters__bar {
    padding: var(--sp-3);
  }

.vc-app .filters__sort {
    width: 100%;
    justify-content: space-between;
  }

.vc-app .tgrid {
    grid-template-columns: minmax(0, 1fr);
  }

.vc-app .titem__desc {
    width: 100%;
    text-align: left;
  }

.vc-app .pager__btn--icon {
    min-width: 0;
  }

}

/* =========================================================
   Tour details — hero
   ========================================================= */
.vc-app .hero-tour {
  position: relative;
  display: grid;
  align-items: end;
  /* one scale drives the display word, the kicker and the figure, so the three
     keep the proportions they have in the design at every width */
  --word: clamp(3rem, 0.4rem + 9.5vw, 11.25rem);
  min-height: clamp(26rem, 62svh, 38rem);
  margin: var(--page-inset);
  padding-block: calc(var(--header-h) + var(--sp-5)) clamp(0.75rem, 0.4rem + 1vw, 1.5rem);
  border-radius: var(--r-xl);
  isolation: isolate;
  overflow: clip;
}

/* the sky photo is framed on its upper third so the grass at its foot stays out
   of shot, and the wash over it carries the blue into the brand turquoise */
.vc-app .hero-tour__photo {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  object-fit: cover;
  object-position: center 26%;
}

.vc-app .hero-tour__sky {
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: inherit;
  background:
    radial-gradient(70% 50% at 50% 100%, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 70%),
    linear-gradient(180deg, rgba(27, 147, 166, 0.82) 0%, rgba(44, 175, 194, 0.62) 45%, rgba(111, 208, 221, 0.78) 100%);
}

.vc-app .hero-tour__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* the block is exactly as wide as the display word, so it can sit centred in
   the hero while the breadcrumb and the kicker line up on the word's left edge */
.vc-app .hero-tour__block {
  display: flex;
  position: absolute;
  top: 112px;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--sp-2);
  width: max-content;
  max-width: 100%;
}

.vc-app .crumbs__list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: var(--sp-1);
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.75rem;
  font-weight: 500;
}

.vc-app .crumbs__list li+li::before {
  content: "/";
  margin-inline-end: var(--sp-1);
  opacity: 0.5;
}

.vc-app .crumbs__list a {
  opacity: 0.5;
  transition: opacity 0.2s var(--ease);
}

.vc-app .crumbs__list a:hover {
  opacity: 1;
}

.vc-app .hero-tour__kicker {
  margin: 0;
  font-size: max(1.25rem, calc(var(--word) * 0.222));
  font-weight: 500;
  letter-spacing: -0.01em;
}

/* The figure overlaps the word, so the stage carries the display size and both
   children are measured in em against it - the offsets are the Figma ones
   (word at x487/y193 at 180px, figure at x756/y58, 263x447) expressed as ratios,
   which keeps the composition identical at every width. */
.vc-app .hero-tour__stage {
  position: relative;
  align-self: stretch;
  font-size: var(--word);
  isolation: isolate;
}

.vc-app .hero-tour__word {
  margin: 0;
  font-size: 1em;
  font-weight: 500;
  line-height: 0.95;
  letter-spacing: -0.02em;
  color: var(--c-white);
}

.vc-app .hero-tour__figure {
  position: absolute;
  left: 2em;
  top: -0.5em;
  z-index: 1;
  width: auto;
  height: 2.48em;
  object-fit: contain;
  scale: 1.2;
}

/* =========================================================
   Tour details — layout
   ========================================================= */
.vc-app .tour__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 26rem;
  align-items: start;
  gap: clamp(1.5rem, 1rem + 1vw, 2rem);
}

.vc-app .tour__main {
  display: flex;
  flex-direction: column;
  gap: var(--sp-5);
  min-width: 0;
}

.vc-app .tour__block {
  display: flex;
  flex-direction: column;
  gap: var(--sp-1);
}

.vc-app .tour__ct {
  margin: 0;
  font-size: 1rem;
  font-weight: 700;
}

.vc-app .tour__text {
  margin: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
  text-align: justify;
  opacity: 0.7;
}

.vc-app .tour__text+.tour__text {
  margin-block-start: var(--sp-3);
}

/* --- title row --- */
.vc-app .tour-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: var(--sp-3) var(--sp-4);
}

.vc-app .tour-head__title {
  margin: 0;
  font-size: clamp(1.75rem, 1.2rem + 2.2vw, 2.5rem);
  font-weight: 500;
  letter-spacing: -0.01em;
}

.vc-app .tmeta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: var(--sp-4);
  font-size: 1rem;
  font-weight: 500;
}

.vc-app .tmeta__item {
  display: inline-flex;
  align-items: center;
  gap: var(--sp-1);
}

.vc-app .tmeta__item b {
  font-weight: 500;
}

.vc-app .tmeta__item i {
  font-size: 0.75rem;
  font-style: normal;
  opacity: 0.3;
}

.vc-app .tmeta__star {
  color: var(--c-accent);
}

.vc-app .tmeta__icon {
  opacity: 0.5;
}

.vc-app .tmeta__rule {
  width: 1px;
  height: 1.5rem;
  background: var(--c-line);
}

/* --- the four facts under the title --- */
.vc-app .facts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: var(--sp-1);
  margin: 0;
  padding: 0;
  list-style: none;
}

.vc-app .fact,
.vc-app .note {
  display: flex;
  align-items: center;
  gap: var(--sp-2);
  min-width: 0;
  border-radius: var(--r-card);
  background: var(--c-teal-05);
}

.vc-app .fact {
  padding: var(--sp-4) var(--sp-3);
}

.vc-app .fact__icon,
.vc-app .note__icon {
  flex: none;
  color: var(--c-teal);
}

.vc-app .fact__text {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.vc-app .fact__k {
  font-size: 0.75rem;
  font-weight: 500;
  color: var(--c-teal);
}

.vc-app .fact__v {
  font-size: 1rem;
  font-weight: 500;
}

/* --- gallery --- */
.vc-app .gallery {
  display: grid;
  grid-template-columns: 350fr 245fr 245fr;
  gap: var(--sp-3);
}

.vc-app .gallery img {
  width: 100%;
  height: 100%;
  aspect-ratio: 245 / 194;
  border-radius: var(--r-xl);
  object-fit: cover;
}

.vc-app .gallery__hero {
  grid-row: span 2;
  aspect-ratio: auto;
  border-radius: var(--r-card);
}

/* --- included / not included --- */
.vc-app .lists {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--sp-4) clamp(1.5rem, 1rem + 1.5vw, 1.6875rem);
}

.vc-app .ilist {
  display: flex;
  flex-direction: column;
  gap: var(--sp-3);
}

.vc-app .ilist__items {
  display: flex;
  flex-direction: column;
  gap: var(--sp-3);
  margin: 0;
  padding: 0;
  list-style: none;
}

.vc-app .ilist__items li {
  display: flex;
  align-items: center;
  gap: var(--sp-3);
}

.vc-app .ilist__items p {
  margin: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: justify;
  opacity: 0.7;
}

.vc-app .tick {
  display: grid;
  flex: none;
  place-items: center;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: var(--r-pill);
}

.vc-app .tick--yes {
  color: var(--c-green);
  background: rgba(52, 199, 89, 0.1);
}

.vc-app .tick--no {
  color: var(--c-red);
  background: rgba(255, 56, 60, 0.1);
}

/* --- good to know --- */
.vc-app .notes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--sp-1);
  margin: 0;
  padding: 0;
  list-style: none;
}

.vc-app .note {
  gap: var(--sp-2);
  padding: var(--sp-4) var(--sp-3);
}

.vc-app .note p {
  margin: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4;
}

/* --- the tinted key/value cards, shared by the policy row and the sidebar --- */
.vc-app .statcard {
  display: flex;
  align-items: center;
  gap: var(--sp-2);
  padding: var(--sp-4);
  border-radius: var(--r-card);
}

.vc-app .statcard__icon {
  flex: none;
}

.vc-app .statcard__text {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.vc-app .statcard__k {
  font-size: 0.75rem;
  font-weight: 500;
}

.vc-app .statcard__v {
  font-size: 1rem;
  font-weight: 500;
}

.vc-app .statcard--yes {
  background: rgba(52, 199, 89, 0.05);
}

.vc-app .statcard--yes .statcard__icon,
.vc-app .statcard--yes .statcard__k {
  color: var(--c-green);
}

.vc-app .statcard--no {
  background: rgba(255, 56, 60, 0.05);
}

.vc-app .statcard--no .statcard__icon,
.vc-app .statcard--no .statcard__k {
  color: var(--c-red);
}

.vc-app .statcard--teal {
  background: var(--c-teal-05);
}

.vc-app .statcard--teal .statcard__icon,
.vc-app .statcard--teal .statcard__k {
  color: var(--c-teal);
}

.vc-app .policy {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--sp-3);
  margin-block-start: var(--sp-3);
}

/* =========================================================
   Tour details — booking sidebar
   ========================================================= */
.vc-app .tour__aside {
  position: sticky;
  top: calc(var(--header-h) + var(--sp-3));
}

.vc-app .bookcard {
  display: flex;
  flex-direction: column;
  gap: var(--sp-1);
  padding: var(--sp-3);
  border: 1px solid var(--c-line);
  border-radius: var(--r-card);
  background: var(--c-white);
}

.vc-app .bookcard__title {
  display: flex;
  align-items: center;
  gap: var(--sp-1);
  margin: 0 0 var(--sp-1);
  padding: var(--sp-1) var(--sp-1) 0;
  font-size: 1rem;
  font-weight: 500;
}

.vc-app .bookcard__price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: var(--sp-3);
  padding: var(--sp-3);
  border: 1px dashed var(--c-line);
  border-radius: var(--r-card);
}

.vc-app .price {
  display: grid;
  grid-template-areas:
    "k k"
    "v u";
  align-items: baseline;
  gap: 0 var(--sp-1);
  margin: 0;
}

.vc-app .price__k {
  grid-area: k;
  font-size: 0.75rem;
  font-weight: 500;
  opacity: 0.3;
}

.vc-app .price__v {
  grid-area: v;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: -0.01em;
}

.vc-app .price__unit {
  grid-area: u;
  font-size: 0.75rem;
  font-weight: 500;
  opacity: 0.3;
}

.vc-app .bookcard__cta {
  flex: none;
}

/* =========================================================
   Tour details — responsive
   ========================================================= */
@media (max-width: 68.75rem) {
.vc-app .tour__layout {
    grid-template-columns: minmax(0, 1fr);
  }

.vc-app .tour__aside {
    position: static;
    order: -1;
  }

.vc-app .facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

.vc-app .notes {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

}

@media (max-width: 48rem) {
.vc-app .gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: auto;
    aspect-ratio: auto;
  }

.vc-app .gallery img {
    aspect-ratio: 4 / 3;
  }

.vc-app .gallery__hero {
    grid-column: span 2;
    grid-row: auto;
    aspect-ratio: 16 / 9;
  }

.vc-app .lists {
    grid-template-columns: minmax(0, 1fr);
  }

}

@media (max-width: 40rem) {
.vc-app .hero-tour {
    min-height: clamp(24rem, 70svh, 34rem);
  }

.vc-app .facts,
.vc-app .notes {
    grid-template-columns: minmax(0, 1fr);
  }

.vc-app .policy {
    grid-template-columns: minmax(0, 1fr);
  }

.vc-app .tour__text,
.vc-app .ilist__items p {
    text-align: left;
  }

.vc-app .bookcard__price {
    justify-content: center;
  }

.vc-app .bookcard__cta {
    width: 100%;
  }

}

