:root {
  --pct-inline-link-color: #3fc5c7;
  --pct-inline-link-hover: #2fb1b3;
  --pct-inline-link-accent: #2fb1b3;
  --pct-inline-link-visited: #3fc5c7;
}

.pct-scroll-cue {
  --pct-scroll-cue-surface: #fff;
}

body {
  overflow-x: hidden;
  overflow-x: clip;
}

body.pct-tour-page {
  overflow-x: hidden;
  overflow-x: clip;
  overflow-y: visible;
}

body.pct-tour-page .pct-tour-related-auto.pct-scroll-cue {
  --pct-scroll-cue-surface: #f6f4f0;
}

.pct-scroll-cue__hint {
  display: none;
}

.pct-scroll-cue__viewport {
  position: relative;
}

.pct-tour-hero-carousel {
  position: relative;
}

.pct-tour-hero-carousel__controls {
  display: none;
}

.pct-tour-hero-carousel__control {
  width: 46px;
  height: 46px;
  border: 1px solid rgba(15, 23, 42, 0.12);
  border-radius: 50%;
  background: #fff;
  color: #1f2a2f;
  display: grid;
  place-items: center;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.18);
  transition: transform 180ms ease, box-shadow 180ms ease, opacity 180ms ease;
}

.pct-tour-hero-carousel__control:hover,
.pct-tour-hero-carousel__control:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 16px 32px rgba(15, 23, 42, 0.2);
}

.pct-tour-hero-carousel__control.is-disabled,
.pct-tour-hero-carousel__control:disabled {
  opacity: 0.45;
  transform: none;
  box-shadow: 0 10px 20px rgba(15, 23, 42, 0.1);
}

.pct-hero__poster {
  position: absolute;
  inset: -3%;
  z-index: 0;
  background-color: #10232a;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
  pointer-events: none;
  transition: opacity 2600ms cubic-bezier(0.22, 1, 0.36, 1);
  transform: scale(1.12) translate3d(-2.4%, 0.8%, 0);
  transform-origin: 56% 48%;
  animation: pctHeroPosterDrift 9000ms cubic-bezier(0.22, 1, 0.36, 1) forwards;
  will-change: opacity, transform;
}

.pct-hero__video {
  transition: opacity 2400ms cubic-bezier(0.22, 1, 0.36, 1) !important;
}

.pct-hero.is-video-ready .pct-hero__poster {
  opacity: 0;
}

@keyframes pctHeroPosterDrift {
  0% {
    transform: scale(1.12) translate3d(-2.4%, 0.8%, 0);
  }

  100% {
    transform: scale(1.025) translate3d(0, 0, 0);
  }
}

@media (max-width: 767.98px) {
  .pct-hero__poster {
    inset: -5%;
    transform: scale(1.18) translate3d(-4.2%, 1.5%, 0);
    transform-origin: 58% 50%;
    animation-name: pctHeroPosterDriftMobile;
  }
}

@keyframes pctHeroPosterDriftMobile {
  0% {
    transform: scale(1.18) translate3d(-4.2%, 1.5%, 0);
  }

  100% {
    transform: scale(1.04) translate3d(0, 0, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .pct-hero__poster {
    inset: 0;
    animation: none;
    transform: none;
  }
}

.pct-canvas-texture {
  background-color: rgb(246, 241, 231) !important;
  background-image: url("../../../../../images/site/backgrounds/canvas-bg.jpg") !important;
  background-repeat: repeat !important;
  background-size: auto !important;
  background-attachment: scroll !important;
  background-position: left top !important;
  background-blend-mode: normal !important;
}

.pct-tour-region__intro-container {
  max-width: 900px;
}

.pct-tour-region__intro .pct-lead {
  max-width: 850px;
  margin: 0 auto;
  color: var(--pct-ink);
  font-size: clamp(1rem, 1.4vw, 1.08rem);
  line-height: 1.64;
  text-align: left;
}

.pct-tour-region__intro .pct-lead > p {
  margin: 0 0 0.85rem;
  max-width: none;
}

.pct-tour-region__intro .pct-lead > p + p {
  margin-top: 0;
}

.pct-tour-region__intro .pct-lead > :last-child {
  margin-bottom: 0;
}

.pct-region-guides {
  margin-top: 0.95rem;
  color: var(--pct-muted);
  font-size: 0.95rem;
  line-height: 1.55;
}

.pct-region-guides__label {
  font-weight: 700;
  color: var(--pct-ink);
}

.pct-region-guides span[aria-hidden="true"] {
  display: inline-block;
  margin: 0 0.45em;
  color: color-mix(in srgb, var(--pct-muted) 72%, transparent);
  font-size: 1.08em;
  line-height: 1;
}

.pct-tour-region__intro .pct-region-guides a:not(.btn):not(.button):not([class*="pct-cta-btn"]) {
  color: var(--pct-inline-link-color);
  font-weight: 600;
  text-decoration-line: underline;
  text-decoration-color: transparent;
  text-decoration-style: dotted;
  text-underline-offset: 0.2em;
}

.pct-tour-region__intro .pct-region-guides a:not(.btn):not(.button):not([class*="pct-cta-btn"]):hover,
.pct-tour-region__intro .pct-region-guides a:not(.btn):not(.button):not([class*="pct-cta-btn"]):focus-visible {
  color: var(--pct-inline-link-hover);
  text-decoration-color: var(--pct-inline-link-accent);
}

body.pct-home .pct-home-destinations__editorial a:not(.btn):not(.button):not([class*="pct-cta-btn"]) {
  color: var(--pct-inline-link-color);
  font-weight: 600;
  text-decoration-line: underline;
  text-decoration-color: transparent;
  text-decoration-thickness: var(--pct-inline-link-underline-rest, 1px);
  text-underline-offset: calc(var(--pct-inline-link-offset, 0.2em) + 0.02em);
  transition:
    color var(--pct-inline-link-transition, 230ms cubic-bezier(0.22, 1, 0.36, 1)),
    text-decoration-color var(--pct-inline-link-transition, 230ms cubic-bezier(0.22, 1, 0.36, 1)),
    text-decoration-thickness var(--pct-inline-link-transition, 230ms cubic-bezier(0.22, 1, 0.36, 1));
}

body.pct-home .pct-home-destinations__editorial a:not(.btn):not(.button):not([class*="pct-cta-btn"]):hover,
body.pct-home .pct-home-destinations__editorial a:not(.btn):not(.button):not([class*="pct-cta-btn"]):focus-visible {
  color: var(--pct-inline-link-hover);
  text-decoration-color: var(--pct-inline-link-accent);
  text-decoration-style: dotted;
  text-decoration-thickness: var(--pct-inline-link-underline-active, 1.75px);
}

.pct-destination-mini-nav {
  transition:
    top 260ms ease,
    opacity 220ms ease,
    transform 220ms ease,
    padding 220ms ease,
    box-shadow 220ms ease;
}

@media (min-width: 992px) {
  .pct-destination-mini-nav__inner,
  body.pct-tour-page .pct-tour-page__sections > .pct-destination-mini-nav .pct-destination-mini-nav__inner,
  body.pct-tour-page .pct-tour-mini-nav.pct-destination-mini-nav .pct-tour-mini-nav__inner {
    background: #fff;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
}

body.navbar--visible .pct-destination-mini-nav.pct-tour-mini-nav--stuck {
  visibility: hidden;
  opacity: 0;
  transform: translateY(-0.75rem);
  pointer-events: none;
}

body:not(.navbar--visible) .pct-destination-mini-nav.pct-tour-mini-nav--stuck {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.pct-authority-page__intro {
  padding: 1.25rem 0 2rem;
}

.pct-authority-page__intro .pct-lead {
  max-width: 76ch;
  margin: 0.85rem auto 0;
}

.pct-authority-page__panel {
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: var(--pct-radius);
  background: #fff;
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.06);
  padding: clamp(1.4rem, 3vw, 2.6rem);
}

.pct-authority-page__content {
  max-width: 76ch;
  margin: 0 auto;
  color: #25313c;
  line-height: 1.75;
}

.pct-authority-page__content > :first-child {
  margin-top: 0;
}

.pct-authority-page__content > :last-child {
  margin-bottom: 0;
}

.pct-authority-page__content h2 {
  margin: 1.9rem 0 0.7rem;
  color: #013d48;
  font-family: var(--font-heading);
  font-size: clamp(1.5rem, 2.2vw, 2rem);
  line-height: 1.18;
}

.pct-authority-page__content h3 {
  margin: 1.4rem 0 0.5rem;
  color: #1f2a2f;
  font-family: var(--font-heading);
  font-size: clamp(1.15rem, 1.8vw, 1.35rem);
}

.pct-authority-page__content p,
.pct-authority-page__content ul,
.pct-authority-page__content ol {
  margin: 0 0 1rem;
}

.pct-authority-page__content ul,
.pct-authority-page__content ol {
  padding-left: 1.25rem;
}

.pct-authority-page__content a {
  color: var(--pct-inline-link-color);
  text-decoration-color: transparent;
}

.pct-authority-page__content a:hover,
.pct-authority-page__content a:focus-visible {
  color: var(--pct-inline-link-hover);
  text-decoration-color: var(--pct-inline-link-accent);
}

.pct-authority-page__faq {
  padding: 0 0 clamp(2.4rem, 5vw, 3.4rem);
}

.pct-authority-page__faq-header {
  margin-bottom: 1rem;
}

.pct-authority-page__faq-grid {
  display: grid;
  gap: 1rem;
}

.pct-authority-page__faq-item {
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.06);
  padding: clamp(1.1rem, 2.5vw, 1.5rem);
}

.pct-authority-page__faq-question {
  margin: 0 0 0.55rem;
  color: #013d48;
  font-family: var(--font-heading);
  font-size: clamp(1.05rem, 1.9vw, 1.25rem);
}

.pct-authority-page__faq-answer > :last-child {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  body.pct-home {
    --pct-home-nav-shell-width: min(1320px, 94%);
  }

  body.pct-home .pct-header-utility,
  body.pct-home #pctTopNav.pct-topnav.navbar--home-compact {
    width: var(--pct-home-nav-shell-width);
  }

  body.pct-home .pct-header-utility-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  body.pct-home #pctTopNav.pct-topnav.navbar--home-compact {
    box-shadow: 0 16px 22px -28px rgba(15, 23, 42, 0.28);
  }
}

@media (max-width: 991.98px) {
  #pctTopNav .pct-nav-center .pct-nav-link:hover .pct-nav-link__label,
  #pctTopNav .pct-nav-center .pct-nav-link:focus .pct-nav-link__label,
  #pctTopNav .pct-nav-center .pct-nav-link:focus-visible .pct-nav-link__label,
  #pctTopNav .pct-nav-center .pct-nav-link:active .pct-nav-link__label {
    text-decoration: none !important;
  }
}

body.pct-tour-page .pct-pricing-flat__price {
  display: inline-flex;
  align-items: baseline;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 0.25rem;
  text-align: right;
}

body.pct-tour-page .pct-pricing-flat__from,
body.pct-tour-page .pct-pricing-flat__note {
  color: rgba(26, 35, 50, 0.64);
  font-size: 0.8em;
  font-weight: 700;
}

body.pct-home .pct-how__step-number {
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
  line-height: 1;
  font-variant-numeric: tabular-nums;
  transform: translateY(-0.17em);
}

@media (max-width: 767.98px) {
  body.pct-tour-page .pct-tour-hero-meta {
    justify-items: center;
  }

  body.pct-tour-page .pct-tour-hero-meta__left {
    width: 100%;
    gap: 0.55rem;
    justify-content: center;
  }

  body.pct-tour-page .pct-tour-hero-meta__langs {
    max-width: 100%;
    justify-content: center;
    column-gap: 0.45rem;
    row-gap: 0.28rem;
    text-align: center;
  }

  body.pct-tour-page .pct-tour-hero-meta__label {
    white-space: nowrap;
    font-size: clamp(0.72rem, 3vw, 0.86rem);
    line-height: 1.1;
  }

  body.pct-tour-page .pct-tour-hero-meta__flags {
    flex: 0 0 auto;
    justify-content: center;
    gap: 0.32rem;
  }

  body.pct-tour-page .pct-tour-hero-meta__flag {
    width: clamp(21px, 6vw, 24px);
    height: auto;
    aspect-ratio: 4 / 3;
  }

  body.pct-tour-page .pct-pricing-flat__price {
    justify-content: flex-start;
    text-align: left;
  }
}

@media (max-width: 359.98px) {
  body.pct-tour-page .pct-tour-hero-meta__label {
    flex: 1 0 100%;
    white-space: normal;
  }
}

@media (min-width: 992px) {
  #pctTopNav .pct-nav-center > .nav-item > .pct-nav-link {
    font-size: 15px !important;
    font-weight: 600;
  }

  #pctTopNav .pct-nav-center > .nav-item > .pct-nav-link:hover .pct-nav-link__label,
  #pctTopNav .pct-nav-center > .nav-item > .pct-nav-link:focus .pct-nav-link__label,
  #pctTopNav .pct-nav-center > .nav-item > .pct-nav-link:focus-visible .pct-nav-link__label {
    text-decoration: none !important;
  }

  #pctTopNav .pct-nav-link__subtext--top {
    font-size: 11px !important;
  }

  #pctTopNav .pct-nav-dropdown-menu .dropdown-item {
    font-size: 14px !important;
  }

  #pctTopNav .pct-menu-link__title {
    font-size: 14px !important;
  }

  #pctTopNav .pct-menu-link__subtext--dropdown {
    font-size: 11px !important;
  }
}

@media (max-width: 991.98px) {
  .pct-destination-single .pct-destination-hero,
  .pct-contact.pct-destination-single .pct-destination-hero,
  .pct-authority-page .pct-destination-hero {
    position: relative;
    min-height: 0;
    height: auto;
    padding: 0;
    overflow: visible;
  }

  .pct-destination-single .pct-destination-hero__media,
  .pct-contact.pct-destination-single .pct-destination-hero__media,
  .pct-authority-page .pct-destination-hero__media {
    display: none !important;
  }

  .pct-destination-single .pct-mobile-hero-image,
  .pct-contact.pct-destination-single .pct-mobile-hero-image,
  .pct-authority-page .pct-mobile-hero-image {
    display: block !important;
    width: calc(100% - (var(--pct-hero-window-inset) * 2));
    margin: 0 auto;
    height: clamp(208px, 56vw, 252px);
    object-fit: cover;
    object-position: center;
    border-radius: var(--pct-radius);
  }

  .pct-tour-region .pct-tour-region-hero-mobile-img {
    height: clamp(208px, 56vw, 252px);
  }

  .pct-destination-single .pct-destination-content::before,
  .pct-contact.pct-destination-single .pct-destination-content::before,
  .pct-authority-page .pct-destination-content::before {
    display: none;
  }

  .pct-destination-single .pct-destinations-breadcrumbs,
  .pct-contact.pct-destination-single .pct-destinations-breadcrumbs,
  .pct-authority-page .pct-destinations-breadcrumbs {
    margin-top: -0.35rem;
  }
}

@media (min-width: 992px) {
  .pct-destination-single:not(.pct-contact) .pct-destination-content {
    position: relative;
    z-index: 2;
    background: #fff;
  }

  .pct-destination-single:not(.pct-contact) .pct-destination-content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 16px;
    background: #fff;
    transform: translateY(-100%);
    pointer-events: none;
  }
}

@media (max-width: 767.98px) {
  .pct-scroll-cue__hint {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    margin: 0.35rem 0 0 auto;
    padding: 0;
    border: 0;
    background: transparent;
    color: rgba(26, 35, 50, 0.56);
    font-size: 0.76rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    line-height: 1.2;
    text-transform: none;
    transition: opacity 180ms ease, transform 180ms ease, max-height 180ms ease, margin-top 180ms ease;
    max-height: 1.5rem;
    overflow: hidden;
  }

  .pct-tour-region .pct-scroll-cue__hint,
  body.pct-tour-page .pct-scroll-cue__hint,
  .pct-destination-single .pct-scroll-cue__hint {
    margin-top: 0.7rem;
    margin-bottom: 0.5rem;
  }

  .pct-scroll-cue__hint::before {
    content: "";
    width: 1.35rem;
    height: 1px;
    background: currentColor;
    opacity: 0.65;
  }

  .pct-scroll-cue__hint::after {
    content: "";
    width: 0.42rem;
    height: 0.42rem;
    border-top: 1.5px solid currentColor;
    border-right: 1.5px solid currentColor;
    transform: rotate(45deg);
    opacity: 0.8;
  }

  .pct-scroll-cue.has-scrolled .pct-scroll-cue__hint,
  .pct-scroll-cue:not(.is-scrollable) .pct-scroll-cue__hint {
    opacity: 0;
    transform: translateY(-0.3rem);
    max-height: 0;
    margin-top: 0;
  }

  .pct-scroll-cue__viewport::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0.65rem;
    width: clamp(2.8rem, 9vw, 4.2rem);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0), var(--pct-scroll-cue-surface) 78%);
    pointer-events: none;
    opacity: 1;
    transition: opacity 180ms ease;
  }

  .pct-scroll-cue.is-at-end .pct-scroll-cue__viewport::after,
  .pct-scroll-cue:not(.is-scrollable) .pct-scroll-cue__viewport::after {
    opacity: 0;
  }

  body.pct-tour-page .pct-tour-hero-carousel.is-mobile-carousel .pct-tour-hero-carousel__controls {
    position: absolute;
    inset: 50% 0 auto;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    padding: 0 0.9rem;
    pointer-events: none;
    z-index: 5;
  }

  body.pct-tour-page .pct-tour-hero-carousel.is-mobile-carousel .pct-tour-hero-carousel__control {
    pointer-events: auto;
  }

  body.pct-tour-page .pct-tour-hero-carousel.is-mobile-carousel .pct-tile__cta {
    display: none;
  }

  body.pct-tour-page .pct-tour-hero-carousel .pct-hero-mosaic {
    display: flex;
    gap: 0;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  body.pct-tour-page .pct-tour-hero-carousel .pct-hero-mosaic::-webkit-scrollbar {
    display: none;
  }

  body.pct-tour-page .pct-tour-hero-carousel .pct-tile,
  body.pct-tour-page .pct-tour-hero-carousel .pct-tile--big {
    flex: 0 0 100%;
    grid-column: auto;
    grid-row: auto;
    height: clamp(240px, 68vw, 320px);
    border-radius: var(--pct-radius);
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }

  body.pct-tour-page .pct-tour-hero-carousel .pct-tile--square,
  body.pct-tour-page .pct-tour-hero-carousel .pct-tile--square-right,
  body.pct-tour-page .pct-tour-hero-carousel .pct-tile--square-left,
  body.pct-tour-page .pct-tour-hero-carousel .pct-tile--square-br,
  body.pct-tour-page .pct-tour-hero-carousel .pct-tile--square-tr {
    border-radius: var(--pct-radius);
  }

  body.pct-tour-page .pct-tour-hero-carousel .pct-tile--square img,
  body.pct-tour-page .pct-tour-hero-carousel .pct-tile--square-right img,
  body.pct-tour-page .pct-tour-hero-carousel .pct-tile--square-left img,
  body.pct-tour-page .pct-tour-hero-carousel .pct-tile--square-br img,
  body.pct-tour-page .pct-tour-hero-carousel .pct-tile--square-tr img {
    border-radius: var(--pct-radius);
  }

  .pct-authority-page__intro {
    padding: 1rem 0 1.75rem;
  }

  .pct-authority-page__panel {
    padding: 1.2rem;
    border-radius: 24px;
  }

  .pct-authority-page__faq-item {
    border-radius: 20px;
  }
}

/* Mobile layout refinement pass: footer, scrollers, listing cards, tour detail polish */
@media (max-width: 767.98px) {
  .pct-footer {
    padding: 2rem 0 1.35rem;
    border-top-left-radius: 28px;
    border-top-right-radius: 28px;
  }

  .pct-footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
  }

  .pct-footer__brand {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 0.35rem 1rem;
    max-width: none;
    padding-bottom: 1.25rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  }

  .pct-footer__logo {
    grid-row: 1 / span 2;
    width: 72px;
    margin: 0;
    align-self: start;
  }

  .pct-footer__logo img {
    height: 72px;
  }

  .pct-footer__blurb {
    margin: 0;
    font-size: 0.78rem;
    line-height: 1.5;
  }

  .pct-footer__social {
    grid-column: 1 / -1;
    justify-self: center;
    align-self: center;
    justify-content: center;
    width: 100%;
    gap: 0.45rem;
    margin-top: 0.45rem;
  }

  .pct-footer__social-link {
    width: 34px;
    height: 34px;
    font-size: 0.88rem;
  }

  .pct-footer__col {
    padding-top: 1.15rem;
  }

  .pct-footer__col--explore {
    padding-right: 0.85rem;
  }

  .pct-footer__col--popular {
    padding-left: 0.85rem;
    border-left: 1px solid rgba(255, 255, 255, 0.14);
  }

  .pct-footer__col--contact {
    grid-column: 1 / -1;
    margin-top: 1.15rem;
    padding-top: 1.15rem;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
  }

  .pct-footer__title {
    margin-bottom: 0.65rem;
    font-size: 0.76rem;
    letter-spacing: 0.12em;
  }

  .pct-footer__links {
    gap: 0.45rem;
  }

  .pct-footer__links a {
    font-size: 0.79rem;
    line-height: 1.35;
  }

  .pct-footer__contact-list {
    gap: 0.7rem;
  }

  .pct-footer__contact-item {
    gap: 0.65rem;
  }

  .pct-footer__bar {
    margin-top: 1.25rem;
    padding-top: 1rem;
    font-size: 0.74rem;
    line-height: 1.5;
  }

  .pct-bestsellers__hint,
  .pct-scroll-cue__hint {
    min-height: 1.5rem;
    transition: opacity 180ms ease, transform 180ms ease;
  }

  .pct-bestsellers.has-scrolled .pct-bestsellers__hint,
  .pct-bestsellers:not(.is-scrollable) .pct-bestsellers__hint {
    opacity: 0;
    transform: translateY(-0.2rem);
    max-height: 1.5rem;
    margin-top: 0.35rem;
    pointer-events: none;
  }

  .pct-scroll-cue.has-scrolled .pct-scroll-cue__hint,
  .pct-scroll-cue:not(.is-scrollable) .pct-scroll-cue__hint {
    opacity: 0;
    transform: translateY(-0.2rem);
    max-height: 1.5rem;
    margin-top: 0.35rem;
    pointer-events: none;
  }

  .pct-tour-region .pct-scroll-cue.has-scrolled .pct-scroll-cue__hint,
  .pct-tour-region .pct-scroll-cue:not(.is-scrollable) .pct-scroll-cue__hint,
  body.pct-tour-page .pct-scroll-cue.has-scrolled .pct-scroll-cue__hint,
  body.pct-tour-page .pct-scroll-cue:not(.is-scrollable) .pct-scroll-cue__hint,
  .pct-destination-single .pct-scroll-cue.has-scrolled .pct-scroll-cue__hint,
  .pct-destination-single .pct-scroll-cue:not(.is-scrollable) .pct-scroll-cue__hint {
    margin-top: 0.7rem;
    margin-bottom: 0.5rem;
  }

  body.pct-home .pct-home-tour-groups > .container-fluid {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  body.pct-home .pct-home-tour-groups__head,
  body.pct-home .pct-home-tour-groups__head h2 {
    max-width: 100%;
  }
}

.pct-tours-overview .pct-tour-region-picker__card {
  position: relative;
  justify-content: flex-end;
  min-height: clamp(300px, 34vw, 360px);
  border: 0;
  border-radius: 18px;
  border-bottom-right-radius: 85px;
  background: #111827;
  box-shadow: none;
  color: #fff;
  isolation: isolate;
}

.pct-tours-overview .pct-tour-region-picker__card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(6, 12, 18, 0) 34%, rgba(6, 12, 18, 0.66) 100%);
  opacity: 0.85;
  pointer-events: none;
}

.pct-tours-overview .pct-tour-region-picker__image {
  position: absolute;
  inset: 0;
  border-radius: inherit;
}

.pct-tours-overview .pct-tour-region-picker__image img {
  width: 100%;
  height: 100%;
  border-radius: inherit;
}

.pct-tours-overview .pct-tour-region-picker__body {
  position: absolute;
  left: 1.25rem;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 2;
  display: grid;
  gap: 0.3rem;
  padding: 1.05rem 1.15rem;
  border-radius: 16px;
  background: transparent;
  color: #fff;
}

.pct-tours-overview .pct-tour-region-picker__body::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: inherit;
  background: rgba(13, 22, 32, 0.72);
  opacity: 0;
  transition: opacity 0.45s ease;
}

.pct-tours-overview .pct-tour-region-picker__body .pct-eyebrow,
.pct-tours-overview .pct-tour-region-picker__title {
  color: #fff;
  text-shadow: 0 6px 18px rgba(0, 0, 0, 0.45);
}

.pct-tours-overview .pct-tour-region-picker__body .pct-eyebrow {
  color: #c2975b;
  font-size: 0.62rem;
  letter-spacing: 0.28em;
}

.pct-tours-overview .pct-tour-region-picker__title {
  font-size: clamp(1.45rem, 2vw, 1.85rem);
}

.pct-tours-overview .pct-tour-region-picker__cta {
  align-self: start;
  justify-self: start;
  width: fit-content;
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.45s ease, transform 0.45s ease;
}

.pct-tours-overview .pct-tour-region-picker__card:hover,
.pct-tours-overview .pct-tour-region-picker__card:focus-visible,
.pct-tours-overview .pct-tour-region-picker__card:focus-within {
  border-bottom-right-radius: 18px;
  transform: none;
}

.pct-tours-overview .pct-tour-region-picker__card:hover .pct-tour-region-picker__body::before,
.pct-tours-overview .pct-tour-region-picker__card:focus-visible .pct-tour-region-picker__body::before,
.pct-tours-overview .pct-tour-region-picker__card:focus-within .pct-tour-region-picker__body::before {
  opacity: 1;
}

.pct-tours-overview .pct-tour-region-picker__card:hover .pct-tour-region-picker__cta,
.pct-tours-overview .pct-tour-region-picker__card:focus-visible .pct-tour-region-picker__cta,
.pct-tours-overview .pct-tour-region-picker__card:focus-within .pct-tour-region-picker__cta {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 991.98px) {
  .pct-tours-overview .pct-why-choose__content,
  .pct-destinations-all .pct-why-choose__content {
    order: -1;
  }
}

@media (max-width: 767.98px) {
  .pct-tours-overview .pct-destinations-grid .row {
    --bs-gutter-x: 0.85rem;
    --bs-gutter-y: 1.15rem;
    justify-content: center;
  }

  .pct-tours-overview .pct-destinations-grid .row > [class*="col-"] {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .pct-tours-overview .pct-destinations-grid .row > [class*="col-"]:last-child:nth-child(odd) {
    margin-inline: auto;
  }

  .pct-tours-overview .pct-tour-region-picker__card {
    min-height: clamp(285px, 76vw, 320px);
    border-radius: 16px;
    border-bottom-right-radius: 56px;
  }

  .pct-tours-overview .pct-tour-region-picker__body {
    left: 0.7rem;
    right: 0.7rem;
    bottom: 0.72rem;
    gap: 0.18rem;
    height: clamp(6.25rem, 24.5vw, 6.55rem);
    padding: 0.68rem 0.74rem 0.74rem;
    border-radius: 14px;
  }

  .pct-tours-overview .pct-tour-region-picker__body::before {
    background: linear-gradient(180deg, rgba(12, 21, 29, 0.46), rgba(12, 21, 29, 0.64));
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.18);
    opacity: 1;
  }

  .pct-tours-overview .pct-tour-region-picker__body .pct-eyebrow {
    font-size: 0.54rem;
    letter-spacing: 0.22em;
  }

  .pct-tours-overview .pct-tour-region-picker__title {
    font-size: clamp(1rem, 4.2vw, 1.18rem);
    line-height: 1.05;
    text-wrap: balance;
  }

  .pct-tours-overview .pct-tour-region-picker__cta,
  .pct-tours-overview .pct-tour-region-picker__card:hover .pct-tour-region-picker__cta,
  .pct-tours-overview .pct-tour-region-picker__card:focus-visible .pct-tour-region-picker__cta,
  .pct-tours-overview .pct-tour-region-picker__card:focus-within .pct-tour-region-picker__cta {
    display: none;
  }
}

@media (max-width: 359.98px) {
  .pct-tours-overview .pct-destinations-grid .row > [class*="col-"] {
    flex: 0 0 min(100%, 320px);
    max-width: min(100%, 320px);
  }
}

@media (max-width: 767.98px) {
  .pct-tour-region__related .pct-destination-highlight {
    grid-template-columns: minmax(0, 1fr);
    gap: 1rem;
    justify-items: center;
    text-align: center;
  }

  .pct-tour-region__related .pct-destination-highlight__media {
    width: min(100%, 304px);
    margin-inline: auto;
  }

  .pct-tour-region__related .pct-destination-highlight__media img {
    aspect-ratio: 4 / 3;
    height: auto;
    object-fit: cover;
  }

  .pct-tour-region__related .pct-destination-highlight__text {
    display: grid;
    justify-items: center;
    max-width: 32rem;
    text-align: center;
  }

  .pct-tour-region__related .pct-destination-highlight__lead {
    max-width: 30rem;
  }
}

.pct-destination-single .pct-destination-tour-card__image {
  position: relative;
}

.pct-destination-single .pct-destination-tour-card__image-badge {
  position: absolute;
  top: 0.9rem;
  left: 0.9rem;
  display: inline-flex;
  align-items: center;
  min-height: 1.8rem;
  padding: 0.28rem 0.68rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  color: var(--pct-primary);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.16);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.pct-destination-single .pct-destination-tour-card__meta-chip {
  display: inline-flex;
  align-items: center;
  min-height: 1.9rem;
  padding: 0.32rem 0.7rem;
  border-radius: 999px;
  background: rgba(26, 35, 50, 0.06);
  color: var(--pct-muted);
  font-size: 0.82rem;
  font-weight: 600;
}

.pct-destination-single .pct-destination-tour-card__text {
  display: -webkit-box;
  overflow: hidden;
  line-height: 1.52;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.pct-destination-single .pct-destination-tour-card__footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 0.85rem;
  margin-top: auto;
  padding-top: 0.85rem;
  border-top: 1px solid rgba(26, 35, 50, 0.08);
}

.pct-destination-single .pct-destination-tour-card__footer .pct-cta-btn--secondary {
  margin-top: 0;
}

.pct-destination-single .pct-destination-tour-card__price {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.05rem;
  margin-left: auto;
  text-align: right;
  line-height: 1.1;
}

.pct-destination-single .pct-destination-tour-card__price-prefix {
  color: var(--pct-muted);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pct-destination-single .pct-destination-tour-card__price-value {
  color: var(--pct-secondary-cta);
  font-family: var(--font-heading);
  font-size: clamp(1.22rem, 1.7vw, 1.48rem);
  font-weight: 600;
  white-space: nowrap;
}

.pct-destination-single .pct-destination-tour-card__price-note {
  color: var(--pct-muted);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: lowercase;
}

@media (max-width: 767.98px) {
  .pct-destination-single .pct-destination-tour-card__body {
    padding: 1.15rem;
  }

  .pct-destination-single .pct-destination-tour-card__footer {
    gap: 0.65rem;
  }

  .pct-destination-single .pct-destination-tour-card__footer .pct-cta-btn--secondary {
    padding-inline: 0.85rem;
    font-size: 0.82rem;
  }
}

@media (max-width: 767.98px) {
  .pct-destinations-breadcrumbs,
  .pct-breadcrumbs {
    margin-top: 0.15rem;
    margin-bottom: 0.1rem;
    max-width: 100%;
    overflow: hidden;
  }

  .pct-destinations-breadcrumbs .container,
  .pct-breadcrumbs .container {
    padding-left: 0.1rem;
    padding-right: 0.1rem;
    max-width: 100%;
    overflow: hidden;
  }

  .pct-destinations-breadcrumbs .breadcrumb,
  .pct-destinations-breadcrumbs ol,
  .pct-destinations-breadcrumbs ul,
  .pct-breadcrumbs .breadcrumb,
  .pct-breadcrumbs ol,
  .pct-breadcrumbs ul {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 0.1rem;
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    white-space: nowrap;
    margin: 0;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0.1rem;
    font-size: 0.64rem;
    -webkit-mask-image: linear-gradient(90deg, #000 calc(100% - 1.5rem), transparent);
    mask-image: linear-gradient(90deg, #000 calc(100% - 1.5rem), transparent);
  }

  .pct-destinations-breadcrumbs .breadcrumb::-webkit-scrollbar,
  .pct-destinations-breadcrumbs ol::-webkit-scrollbar,
  .pct-destinations-breadcrumbs ul::-webkit-scrollbar,
  .pct-breadcrumbs .breadcrumb::-webkit-scrollbar,
  .pct-breadcrumbs ol::-webkit-scrollbar,
  .pct-breadcrumbs ul::-webkit-scrollbar {
    display: none;
  }

  .pct-destinations-breadcrumbs .breadcrumb-item,
  .pct-destinations-breadcrumbs li,
  .pct-breadcrumbs .breadcrumb-item,
  .pct-breadcrumbs li {
    flex: 0 0 auto;
    min-width: 0;
    padding-left: 0;
  }

  .pct-destinations-breadcrumbs .breadcrumb-item.active,
  .pct-destinations-breadcrumbs li:last-child,
  .pct-breadcrumbs .breadcrumb-item.active,
  .pct-breadcrumbs li:last-child {
    max-width: min(58vw, 24rem);
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .pct-destinations-breadcrumbs .breadcrumb-item + .breadcrumb-item::before,
  .pct-breadcrumbs .breadcrumb-item + .breadcrumb-item::before {
    padding-right: 0.16rem;
    padding-left: 0.08rem;
  }

  body.pct-tour-page .pct-tour-hero-header {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  body.pct-tour-page .pct-tour-title-wrap {
    margin-bottom: 0.65rem;
  }

  body.pct-tour-page .pct-tour-hero-meta__divider {
    display: none;
  }

  body.pct-tour-page .pct-tour-content {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  body.pct-tour-page #tour-itinerary {
    padding: 1.1rem 0.85rem 1.2rem;
  }

  body.pct-tour-page #tour-itinerary .pct-tour-section-title {
    margin-bottom: 0.45rem;
  }

  body.pct-tour-page #tour-itinerary .pct-itinerary {
    margin-top: 0.4rem !important;
    margin-bottom: 1rem !important;
  }

  body.pct-tour-page #tour-itinerary .pct-itin-accordion {
    padding-left: 1.45rem;
  }

  body.pct-tour-page #tour-faqs {
    padding: 1.15rem 0.85rem 1.15rem;
    overflow: hidden;
  }

  body.pct-tour-page #tour-faqs > .pct-eyebrow,
  body.pct-tour-page #tour-faqs > .pct-tour-section-title {
    margin-left: 0.1rem;
    margin-right: 0.1rem;
  }

  body.pct-tour-page #tour-faqs .pct-accordion {
    overflow: hidden;
    border-radius: 20px;
  }

  body.pct-tour-page #tour-faqs .accordion-item {
    border-radius: 18px !important;
  }

  body.pct-tour-page #tour-faqs .accordion-item:last-child {
    margin-bottom: 0 !important;
  }

  body.pct-tour-page .pct-tour-bottombar__inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto;
    grid-template-areas:
      "meta cta close"
      "actions actions actions";
    gap: 0.55rem 0.65rem;
    min-height: 0;
    padding: 0.65rem 0 0.75rem;
    padding-right: 0;
  }

  body.pct-tour-page .pct-tour-bottombar__meta {
    grid-area: meta;
    min-width: 0;
  }

  body.pct-tour-page .pct-tour-bottombar__center {
    grid-area: cta;
    position: static;
    justify-self: end;
    transform: none;
    pointer-events: auto;
  }

  body.pct-tour-page .pct-tour-bottombar__actions {
    grid-area: actions;
    justify-content: center;
    justify-self: center;
    gap: 0.75rem !important;
    margin-right: 0;
  }

  body.pct-tour-page .pct-tour-bottombar__close {
    grid-area: close;
    position: static;
    justify-self: end;
    width: 30px;
    height: 30px;
    transform: none;
  }

  body.pct-tour-page .pct-tour-bottombar__title {
    max-width: 100%;
    font-size: 0.78rem;
  }

  body.pct-tour-page .pct-tour-bottombar__price {
    font-size: 0.72rem;
  }

  body.pct-tour-page .pct-tour-bottombar__cta,
  body.pct-tour-page .pct-tour-bottombar__utility {
    width: auto;
    white-space: nowrap;
  }

  body.pct-tour-page .pct-tour-bottombar__cta {
    padding: 0.42rem 0.66rem;
    font-size: 0.8rem;
  }

  body.pct-tour-page .pct-tour-bottombar__utility {
    padding: 0.25rem 0.1rem;
    font-size: 0.82rem;
  }
}

@media (max-width: 767.98px) {
  .pct-destinations-all .pct-destinations-hero__scroll {
    display: none;
  }

  .pct-destinations-all .pct-destinations-grid .row {
    --bs-gutter-x: 0.85rem;
    --bs-gutter-y: 1.15rem;
    --gutter-x: 0.85rem;
    --gutter-y: 1.15rem;
    justify-content: center;
  }

  .pct-destinations-all .pct-destinations-grid .row > [class*="col-"] {
    flex: 0 0 50%;
    max-width: 50%;
    display: flex;
  }

  .pct-destinations-all .pct-destinations-grid .row > [class*="col-"]:last-child:nth-child(odd) {
    margin-inline: auto;
  }

  .pct-destinations-all .pct-destinations-card {
    display: flex;
    justify-content: flex-end;
    min-height: clamp(285px, 76vw, 320px);
    border-radius: 16px;
    border-bottom-right-radius: 56px;
  }

  .pct-destinations-all .pct-destinations-card::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(180deg, rgba(6, 12, 18, 0) 34%, rgba(6, 12, 18, 0.68) 100%);
    pointer-events: none;
  }

  .pct-destinations-all .pct-destinations-card__content {
    left: 0.7rem;
    right: 0.7rem;
    bottom: 0.72rem;
    gap: 0.18rem;
    height: clamp(6.25rem, 24.5vw, 6.55rem);
    padding: 0.68rem 0.74rem 0.74rem;
    border-radius: 14px;
  }

  .pct-destinations-all .pct-destinations-card__content::before {
    background: linear-gradient(180deg, rgba(12, 21, 29, 0.46), rgba(12, 21, 29, 0.64));
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.18);
    opacity: 1;
  }

  .pct-destinations-all .pct-destinations-card .pct-eyebrow {
    font-size: 0.54rem;
    letter-spacing: 0.22em;
  }

  .pct-destinations-all .pct-destinations-card__title {
    font-size: clamp(1rem, 4.2vw, 1.18rem);
    line-height: 1.05;
    text-wrap: balance;
  }

  .pct-destinations-all .pct-destinations-card__copy {
    display: -webkit-box;
    overflow: hidden;
    opacity: 1;
    transform: none;
    font-size: clamp(0.68rem, 2.55vw, 0.76rem);
    line-height: 1.32;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }

  .pct-destinations-all .pct-destinations-card:hover,
  .pct-destinations-all .pct-destinations-card:focus-visible {
    border-bottom-right-radius: 56px;
  }

  .pct-destinations-all .pct-destinations-card:hover img,
  .pct-destinations-all .pct-destinations-card:focus-visible img,
  .pct-destinations-all .pct-destinations-card:hover .pct-destinations-card__title,
  .pct-destinations-all .pct-destinations-card:focus-visible .pct-destinations-card__title,
  .pct-destinations-all .pct-destinations-card:hover .pct-destinations-card__copy,
  .pct-destinations-all .pct-destinations-card:focus-visible .pct-destinations-card__copy {
    transform: none;
  }

  .pct-destinations-all .pct-destinations-card__cta,
  .pct-destinations-all .pct-destinations-card:hover .pct-destinations-card__cta,
  .pct-destinations-all .pct-destinations-card:focus-visible .pct-destinations-card__cta {
    display: none;
  }
}

@media (max-width: 359.98px) {
  .pct-destinations-all .pct-destinations-grid .row {
    justify-content: center;
  }

  .pct-destinations-all .pct-destinations-grid .row > [class*="col-"] {
    flex: 0 0 min(100%, 320px);
    max-width: min(100%, 320px);
  }
}

.pct-contact .pct-contact-title {
  text-align: center;
}

/* Refinement pass: scroller indicators, mini-nav mobile, card parity, and tour detail polish */
.pct-card-scroll-progress {
  display: none;
  width: min(128px, 42vw);
  height: 4px;
  margin: 0.7rem auto 0;
  border-radius: 999px;
  background: rgba(26, 35, 50, 0.13);
  overflow: hidden;
}

.pct-card-scroll-progress.is-scrollable {
  display: block;
}

.pct-card-scroll-progress__bar {
  display: block;
  height: 100%;
  width: 42px;
  border-radius: inherit;
  background: #c2975b;
  transform: translateX(0);
  transition: transform 120ms ease-out, width 160ms ease;
}

@media (min-width: 768px) {
  .pct-card-scroll-progress {
    display: none !important;
  }
}

@media (max-width: 767.98px) {
  [data-pct-scroll-cue-track],
  [data-pct-bestsellers-track] {
    scrollbar-width: none;
  }

  [data-pct-scroll-cue-track]::-webkit-scrollbar,
  [data-pct-bestsellers-track]::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
  }

  .pct-tour-region .pct-destination-tour-promo__header,
  body.pct-tour-page .pct-destination-tour-promo__header,
  .pct-destination-single .pct-destination-tour-promo__header {
    margin-bottom: 1.45rem;
  }

  .pct-tour-region .pct-scroll-cue__hint,
  body.pct-tour-page .pct-scroll-cue__hint,
  .pct-destination-single .pct-scroll-cue__hint {
    margin-top: 0.35rem;
    margin-bottom: 0;
  }

  .pct-tour-region .pct-scroll-cue.has-scrolled .pct-scroll-cue__hint,
  .pct-tour-region .pct-scroll-cue:not(.is-scrollable) .pct-scroll-cue__hint,
  body.pct-tour-page .pct-scroll-cue.has-scrolled .pct-scroll-cue__hint,
  body.pct-tour-page .pct-scroll-cue:not(.is-scrollable) .pct-scroll-cue__hint,
  .pct-destination-single .pct-scroll-cue.has-scrolled .pct-scroll-cue__hint,
  .pct-destination-single .pct-scroll-cue:not(.is-scrollable) .pct-scroll-cue__hint {
    margin-top: 0.35rem;
    margin-bottom: 0;
  }

  .pct-scroll-cue__viewport + .pct-card-scroll-progress,
  .pct-bestsellers__viewport + .pct-card-scroll-progress {
    margin-top: 0.45rem;
  }
}

.pct-footer__social {
  justify-content: center;
}

.pct-tours-overview .pct-tour-region-picker__copy {
  position: relative;
  z-index: 2;
  display: block;
  color: #fff;
  font-size: 0.84rem;
  line-height: 1.45;
  text-shadow: 0 6px 18px rgba(0, 0, 0, 0.45);
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.45s ease, transform 0.45s ease;
}

.pct-tours-overview .pct-tour-region-picker__card:hover .pct-tour-region-picker__copy,
.pct-tours-overview .pct-tour-region-picker__card:focus-visible .pct-tour-region-picker__copy,
.pct-tours-overview .pct-tour-region-picker__card:focus-within .pct-tour-region-picker__copy {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 767.98px) {
  .pct-tours-overview .pct-tour-region-picker__copy {
    display: -webkit-box;
    overflow: hidden;
    opacity: 1;
    transform: none;
    font-size: clamp(0.68rem, 2.55vw, 0.76rem);
    line-height: 1.32;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
}

.pct-tours-overview .pct-why-choose__content .pct-cta-btn--secondary,
.pct-destinations-all .pct-why-choose__content .pct-cta-btn--secondary {
  display: inline-flex;
  margin-inline: auto;
}

.pct-tours-overview .pct-why-choose__content,
.pct-destinations-all .pct-why-choose__content {
  text-align: center;
  justify-self: center;
}

@media (max-width: 767.98px) {
  .pct-tours-overview .pct-why-choose__grid,
  .pct-destinations-all .pct-why-choose__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.9rem;
  }

  .pct-tours-overview .pct-why-choose__content,
  .pct-destinations-all .pct-why-choose__content {
    grid-column: 1 / -1;
    margin-bottom: 0.35rem;
  }

  .pct-tours-overview .pct-why-choose__stack,
  .pct-destinations-all .pct-why-choose__stack {
    display: contents;
  }

  .pct-tours-overview .pct-why-choose__media,
  .pct-destinations-all .pct-why-choose__media,
  .pct-tours-overview .pct-why-choose__media--left,
  .pct-destinations-all .pct-why-choose__media--left,
  .pct-tours-overview .pct-why-choose__media--right,
  .pct-destinations-all .pct-why-choose__media--right {
    aspect-ratio: 4 / 3;
    min-height: 0;
    border-radius: 16px;
  }

  .pct-tours-overview .pct-why-choose__label,
  .pct-destinations-all .pct-why-choose__label {
    left: 0.65rem;
    right: 0.65rem;
    bottom: 0.55rem;
    transform: none;
    font-size: 0.56rem;
    line-height: 1.15;
    text-align: left;
  }
}

@media (max-width: 767.98px) {
  .pct-destinations-all .pct-destinations-hero__grid {
    row-gap: 0;
  }

  .pct-destinations-all .pct-destinations-hero__media {
    height: clamp(208px, 56vw, 252px);
    aspect-ratio: auto;
  }

  .pct-destinations-all .pct-destinations-hero__media img {
    display: block;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  .pct-destinations-all .pct-destinations-breadcrumbs--mobile-hero {
    display: block;
    grid-column: 1 / -1;
    margin-top: 0;
    margin-bottom: 0.65rem;
    padding-top: 0.2rem;
  }

  .pct-destinations-all .pct-destinations-breadcrumbs--mobile-hero .container {
    padding-left: 0;
    padding-right: 0;
  }

  .pct-destinations-all .pct-destinations-breadcrumbs--after-hero {
    display: none;
  }
}

@media (min-width: 768px) {
  .pct-destinations-all .pct-destinations-breadcrumbs--mobile-hero {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .pct-destination-single .pct-destination-highlights .pct-destination-highlight {
    justify-items: center;
    text-align: center;
  }

  .pct-destination-single .pct-destination-highlights .pct-destination-highlight__body,
  .pct-destination-single .pct-destination-highlights .pct-destination-highlight__body p,
  .pct-destination-single .pct-destination-highlights .pct-destination-highlight__body h4,
  .pct-destination-single .pct-destination-highlights .pct-destination-highlight__list,
  .pct-destination-single .pct-destination-highlights .pct-destination-highlight__list li {
    text-align: left;
  }

  .pct-destination-single .pct-destination-highlights .pct-destination-highlight__list {
    width: min(100%, 32rem);
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.15rem;
  }

  .pct-destination-single .pct-destination-highlights .pct-destination-highlight__media {
    width: min(100%, 304px);
    margin-inline: auto;
  }

  .pct-destination-single .pct-destination-highlights .pct-destination-highlight__media img {
    aspect-ratio: 4 / 3;
    height: auto;
    object-fit: cover;
  }
}

body.pct-tour-page .pct-tour-related-auto .pct-destination-tour-card__image,
body.pct-tour-page .pct-tour-related-auto .pct-destination-tour-card__image img,
.pct-destination-single .pct-destination-tour-card__image,
.pct-destination-single .pct-destination-tour-card__image img {
  border-radius: 22px 22px 0 0;
}

body.pct-tour-page .pct-tour-related-auto .pct-destination-tour-card__image {
  position: relative;
}

body.pct-tour-page .pct-tour-related-auto .pct-destination-tour-card__image-badge,
.pct-destination-single .pct-destination-tour-card__image-badge {
  position: absolute;
  top: 0.9rem;
  left: 0.9rem;
  display: inline-flex;
  align-items: center;
  min-height: 1.8rem;
  padding: 0.28rem 0.68rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  color: var(--pct-primary);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.16);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

body.pct-tour-page .pct-tour-related-auto .pct-destination-tour-card__meta {
  gap: 0.5rem;
  min-height: 0;
}

body.pct-tour-page .pct-tour-related-auto .pct-destination-tour-card__meta-chip {
  display: inline-flex;
  align-items: center;
  min-height: 1.9rem;
  padding: 0.32rem 0.7rem;
  border-radius: 999px;
  background: rgba(26, 35, 50, 0.06);
  color: var(--pct-muted);
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1;
}

body.pct-tour-page .pct-tour-related-auto .pct-destination-tour-card__body,
.pct-destination-single .pct-destination-tour-card__body {
  gap: 0.72rem;
}

body.pct-tour-page .pct-tour-related-auto .pct-destination-tour-card__text,
.pct-destination-single .pct-destination-tour-card__text {
  color: var(--pct-muted);
  font-size: 0.91rem;
  line-height: 1.52;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

body.pct-tour-page .pct-tour-related-auto .pct-destination-tour-card__footer,
.pct-destination-single .pct-destination-tour-card__footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 0.85rem;
  margin-top: auto;
  padding-top: 0.85rem;
  border-top: 1px solid rgba(26, 35, 50, 0.08);
}

body.pct-tour-page .pct-tour-related-auto .pct-destination-tour-card__footer .pct-cta-btn--secondary,
.pct-destination-single .pct-destination-tour-card__footer .pct-cta-btn--secondary {
  flex: 0 0 auto;
  margin-top: 0;
  margin-left: 0;
}

body.pct-tour-page .pct-tour-related-auto .pct-destination-tour-card__price,
.pct-destination-single .pct-destination-tour-card__price {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.05rem;
  margin-left: auto;
  text-align: right;
  line-height: 1.1;
}

body.pct-tour-page .pct-tour-related-auto .pct-destination-tour-card__price-prefix,
.pct-destination-single .pct-destination-tour-card__price-prefix {
  color: var(--pct-muted);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.pct-tour-page .pct-tour-related-auto .pct-destination-tour-card__price-value,
.pct-destination-single .pct-destination-tour-card__price-value {
  color: var(--pct-secondary-cta);
  font-family: var(--font-heading);
  font-size: clamp(1.22rem, 1.7vw, 1.48rem);
  font-weight: 600;
  white-space: nowrap;
}

body.pct-tour-page .pct-tour-related-auto .pct-destination-tour-card__price-note,
.pct-destination-single .pct-destination-tour-card__price-note {
  color: var(--pct-muted);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: lowercase;
}

body.pct-tour-page.has-pct-tour-bottombar {
  padding-bottom: 0 !important;
}

body.pct-tour-page #tour-itinerary .pct-tour-section-title {
  margin-bottom: 0.2rem;
}

body.pct-tour-page #tour-itinerary .pct-itinerary {
  margin-top: 0 !important;
}

body.pct-tour-page #tour-itinerary .pct-tour-itinerary-grid {
  --bs-gutter-y: 0.55rem;
  --gutter-y: 0.55rem;
  margin-top: 0.15rem !important;
}

body.pct-tour-page #tour-faqs {
  padding-left: clamp(1.35rem, 2.4vw, 2rem);
  padding-right: clamp(1.35rem, 2.4vw, 2rem);
}

body.pct-tour-page #tour-faqs .pct-accordion {
  display: grid;
  gap: 0.85rem;
  overflow: visible;
  border-radius: 0;
}

body.pct-tour-page #tour-faqs .accordion-item {
  overflow: hidden;
  border: 1px solid #e6e0d6 !important;
  border-radius: 18px !important;
  background: #fff;
  box-shadow: none;
}

body.pct-tour-page #tour-faqs .accordion-item:first-child,
body.pct-tour-page #tour-faqs .accordion-item:last-child {
  border-radius: 18px !important;
}

body.pct-tour-page #tour-faqs .accordion-button {
  border-radius: 18px !important;
  box-shadow: none;
}

body.pct-tour-page #tour-faqs .accordion-button:not(.collapsed) {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

body.pct-tour-page #tour-faqs .accordion-collapse,
body.pct-tour-page #tour-faqs .accordion-body {
  border-bottom-left-radius: 18px;
  border-bottom-right-radius: 18px;
}

@media (min-width: 768px) {
  body.pct-tour-page #tour-faqs {
    padding-top: clamp(1.15rem, 1.8vw, 1.45rem);
    padding-bottom: clamp(1.45rem, 2.3vw, 2rem);
  }

  body.pct-tour-page #tour-faqs > .pct-eyebrow {
    display: block;
    margin-bottom: 0.16rem;
  }

  body.pct-tour-page #tour-faqs > .pct-tour-section-title {
    margin-top: 0;
    margin-bottom: 0.9rem;
  }
}

@media (max-width: 767.98px) {
  body.pct-tour-page #tour-itinerary .pct-tour-section-title {
    margin-bottom: 0.15rem;
  }

  body.pct-tour-page #tour-itinerary .pct-itinerary {
    margin-top: 0 !important;
  }

  body.pct-tour-page #tour-itinerary .pct-tour-itinerary-grid {
    --bs-gutter-y: 0.25rem;
    --gutter-y: 0.25rem;
    margin-top: 0 !important;
  }

  body.pct-tour-page #tour-faqs {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  body.pct-tour-page #tour-faqs > .pct-eyebrow,
  body.pct-tour-page #tour-faqs > .pct-tour-section-title {
    margin-left: 0;
    margin-right: 0;
  }

  body.pct-tour-page .pct-tour-bottombar__inner {
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-areas:
      "meta close"
      "cta cta"
      "actions actions";
    gap: 0.56rem 0.8rem;
    padding: 0.7rem 0 0.8rem;
  }

  body.pct-tour-page .pct-tour-bottombar__center {
    justify-self: stretch;
  }

  body.pct-tour-page .pct-tour-bottombar__cta {
    width: 100%;
    min-height: 2.35rem;
    font-size: 0.86rem;
  }

  body.pct-tour-page .pct-tour-bottombar__actions {
    width: 100%;
    justify-content: center;
    padding-top: 0.28rem;
  }

  body.pct-tour-page .pct-tour-bottombar__utility {
    width: auto;
    font-size: 0.82rem;
  }
}

@media (max-width: 767.98px) {
  .pct-region-guides {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0.32rem;
    line-height: 1.35;
  }

  .pct-region-guides__label {
    display: block;
    margin-bottom: 0.08rem;
  }

  .pct-region-guides span[aria-hidden="true"] {
    display: none;
  }

  .pct-tour-region__intro .pct-region-guides a:not(.btn):not(.button):not([class*="pct-cta-btn"]) {
    display: grid;
    grid-template-columns: 0.85rem minmax(0, 1fr);
    gap: 0.42rem;
    align-items: start;
    width: 100%;
    padding: 0.18rem 0;
    line-height: 1.32;
  }

  .pct-tour-region__intro .pct-region-guides a:not(.btn):not(.button):not([class*="pct-cta-btn"])::before {
    content: "";
    width: 0.38rem;
    height: 0.38rem;
    margin-top: 0.47em;
    border-top: 2px solid var(--pct-inline-link-accent);
    border-right: 2px solid var(--pct-inline-link-accent);
    transform: rotate(45deg);
    opacity: 0.78;
  }

  .pct-destination-mini-nav {
    position: -webkit-sticky !important;
    position: sticky !important;
    top: var(--pct-mobile-mini-nav-top, 0px) !important;
    z-index: 96;
    display: block !important;
    padding: 0.25rem 0 0.35rem;
    margin: 0.2rem 0 0.85rem;
    background: #fff;
    border-top: 1px solid rgba(15, 23, 42, 0.06);
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    transition: top 260ms ease, opacity 220ms ease, transform 220ms ease, box-shadow 220ms ease;
  }

  body.pct-tour-page .pct-tour-page__sections > .pct-destination-mini-nav,
  body.pct-tour-page .pct-tour-mini-nav.pct-destination-mini-nav {
    background: #fff;
    border-top: 1px solid rgba(15, 23, 42, 0.06);
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .pct-destination-mini-nav.pct-tour-mini-nav--stuck {
    box-shadow: 0 12px 22px rgba(15, 23, 42, 0.08);
  }

  body.navbar--visible .pct-destination-mini-nav.pct-tour-mini-nav--stuck {
    visibility: hidden;
    opacity: 0;
    transform: translateY(-0.75rem);
    pointer-events: none;
  }

  .pct-destination-mini-nav .container {
    position: relative;
    display: flex;
    justify-content: center;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .pct-destination-mini-nav__inner {
    display: inline-flex;
    gap: 0.35rem;
    align-items: center;
    justify-content: center;
    width: auto;
    max-width: 100%;
    padding: 0.2rem;
    overflow: visible;
    border: 0;
    border-radius: 999px;
    background: transparent;
    box-shadow: none;
    -webkit-overflow-scrolling: touch;
  }

  .pct-destination-mini-nav__link,
  .pct-destination-mini-nav__more,
  .pct-destination-mini-nav__panel-link {
    min-height: 2.4rem;
    padding: 0.5rem 0.75rem;
    border-radius: 999px;
    border: 0;
    background: transparent;
    color: var(--pct-muted);
    font-size: 0.82rem;
    font-weight: 700;
    line-height: 1.1;
    text-decoration: none;
    white-space: nowrap;
  }

  .pct-destination-mini-nav__link {
    flex: 0 0 auto;
    min-width: max-content;
    overflow: visible;
    text-overflow: clip;
  }

  .pct-destination-mini-nav__more {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
    cursor: pointer;
  }

  .pct-destination-mini-nav__more[hidden] {
    display: none !important;
  }

  .pct-destination-mini-nav__link.is-mobile-extra {
    display: none;
  }

  .pct-destination-mini-nav__link.is-active,
  .pct-destination-mini-nav__more[aria-expanded="true"],
  .pct-destination-mini-nav__panel-link.is-active {
    color: var(--pct-primary);
    background: rgba(26, 35, 50, 0.08);
    box-shadow: inset 0 0 0 1px rgba(26, 35, 50, 0.08);
  }

  .pct-destination-mini-nav__more-panel {
    position: absolute;
    top: calc(100% + 0.35rem);
    left: 1rem;
    right: 1rem;
    z-index: 3;
    display: grid;
    gap: 0.35rem;
    margin-top: 0;
    padding: 0.55rem;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 16px 30px rgba(15, 23, 42, 0.12);
  }

  .pct-destination-mini-nav__more-panel[hidden] {
    display: none !important;
  }

  .pct-destination-mini-nav__panel-link {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-radius: 14px;
  }
}

body.pct-tour-page .pct-booking-date-control {
  display: block;
  width: 100%;
}

body.pct-tour-page .pct-booking-date-control__hint,
body.pct-tour-page .pct-booking-date-control__value,
body.pct-tour-page .pct-booking-date-control__icon {
  display: none;
}

@media (max-width: 767.98px) {
  body.pct-tour-page .pct-booking-date-control {
    position: relative;
  }

  body.pct-tour-page .pct-booking-date-control > input[type="date"] {
    width: 100%;
    min-height: 2.75rem;
    padding-right: 2.65rem;
    color: transparent;
    caret-color: transparent;
    -webkit-text-fill-color: transparent;
    background-color: #fff;
  }

  body.pct-tour-page .pct-booking-date-control > input[type="date"]::-webkit-datetime-edit,
  body.pct-tour-page .pct-booking-date-control > input[type="date"]::-webkit-datetime-edit-fields-wrapper,
  body.pct-tour-page .pct-booking-date-control > input[type="date"]::-webkit-datetime-edit-text,
  body.pct-tour-page .pct-booking-date-control > input[type="date"]::-webkit-datetime-edit-month-field,
  body.pct-tour-page .pct-booking-date-control > input[type="date"]::-webkit-datetime-edit-day-field,
  body.pct-tour-page .pct-booking-date-control > input[type="date"]::-webkit-datetime-edit-year-field {
    color: transparent;
    -webkit-text-fill-color: transparent;
  }

  body.pct-tour-page .pct-booking-date-control > input[type="date"]::-webkit-calendar-picker-indicator {
    opacity: 0;
    cursor: pointer;
  }

  body.pct-tour-page .pct-booking-date-control__hint,
  body.pct-tour-page .pct-booking-date-control__value,
  body.pct-tour-page .pct-booking-date-control__icon {
    position: absolute;
    top: 50%;
    z-index: 2;
    display: block;
    transform: translateY(-50%);
    pointer-events: none;
  }

  body.pct-tour-page .pct-booking-date-control__hint {
    left: 0.78rem;
    color: #6b7280;
    font-size: 0.95rem;
    line-height: 1;
    opacity: 1;
    transition: opacity 160ms ease;
  }

  body.pct-tour-page .pct-booking-date-control__value {
    left: 0.78rem;
    right: 2.6rem;
    overflow: hidden;
    color: #0f172a;
    font-size: 0.95rem;
    line-height: 1;
    opacity: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  body.pct-tour-page .pct-booking-date-control.has-value .pct-booking-date-control__value {
    opacity: 1;
  }

  body.pct-tour-page .pct-booking-date-control__icon {
    right: 0.82rem;
    color: var(--pct-warm);
    font-size: 1.05rem;
    opacity: 0.92;
  }

  body.pct-tour-page .pct-booking-date-control.has-value .pct-booking-date-control__hint,
  body.pct-tour-page .pct-booking-date-control:focus-within .pct-booking-date-control__hint {
    opacity: 0;
  }

  body.pct-tour-page .pct-booknow-form .pct-booking-date-control > input[type="date"] {
    min-height: 2.55rem;
    padding: 0.55rem 2.45rem 0.45rem 0.1rem;
    background-color: transparent;
  }

  body.pct-tour-page .pct-booknow-form .pct-booking-date-control__hint {
    left: 0.1rem;
    font-size: 0.95rem;
  }

  body.pct-tour-page .pct-booknow-form .pct-booking-date-control__value {
    left: 0.1rem;
    right: 2.35rem;
  }

  body.pct-tour-page .pct-booknow-form .pct-booking-date-control__icon {
    right: 0.15rem;
  }
}

@media (min-width: 1200px) {
  body.pct-tour-page .pct-tour-facts--count-4 .pct-tour-fact--timing {
    padding-left: 0.7rem;
    padding-right: 0.7rem;
  }

  body.pct-tour-page .pct-tour-facts--count-4 .pct-tour-fact--timing .pct-tour-fact__label {
    font-size: 0.65rem;
    letter-spacing: 0.045em;
    line-height: 1.1;
    white-space: nowrap;
  }

  body.pct-tour-page .pct-tour-facts--count-4 .pct-tour-fact--timing .pct-tour-fact__subline {
    gap: 0.4rem;
  }
}

body.pct-tour-page #tour-notes .pct-ix-list {
  margin-bottom: 1rem;
}

body.pct-tour-page #tour-notes .pct-ix-icon--note {
  background: var(--pct-warm);
}

body.pct-tour-page #tour-notes .pct-ix-icon--note::before {
  content: "\f05a";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  line-height: 1;
}
