@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&family=Playfair+Display:ital,wght@0,400;0,500;1,400;1,500&display=swap");

body.trip-reference {
  --rt-deep: #050c18;
  --rt-mid: #0a1628;
  --rt-panel: #0d1a2e;
  --rt-gold: #e88028;
  --rt-gold-light: #f0a35e;
  --rt-teal: #00c8b0;
  --rt-white: #ffffff;
  --rt-text: rgba(255, 255, 255, 0.68);
  --rt-line: rgba(255, 255, 255, 0.08);
  --rt-serif: "Playfair Display", Georgia, serif;
  --rt-sans: "Outfit", "Avenir Next", sans-serif;
  background: var(--rt-deep);
}

body.trip-reference .journey-reference-root {
  font-family: var(--rt-sans);
  background: var(--rt-deep);
  color: var(--rt-white);
  overflow: clip;
}

body.trip-reference .journey-reference-root ~ section,
body.trip-reference .journey-reference-root ~ .trip-stats {
  display: none !important;
}

body.trip-reference .journey-reference-root *,
body.trip-reference .journey-reference-root *::before,
body.trip-reference .journey-reference-root *::after {
  box-sizing: border-box;
}

body.trip-reference .journey-reference-root h1,
body.trip-reference .journey-reference-root h2,
body.trip-reference .journey-reference-root h3,
body.trip-reference .journey-reference-root p {
  margin: 0;
}

body.trip-reference .journey-reference-root h1,
body.trip-reference .journey-reference-root h2,
body.trip-reference .journey-reference-root h3 {
  font-family: var(--rt-serif);
}

body.trip-reference .journey-reference-root p {
  color: var(--rt-text);
}

body.trip-reference .journey-reference-root [id] {
  scroll-margin-top: 88px;
}

.rt-shell {
  width: min(100% - 104px, 1280px);
  margin-inline: auto;
}

.rt-section {
  position: relative;
  padding: 112px 0 100px;
}

.rt-mobile-break {
  display: none;
}

.rt-section-label {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 20px;
  color: var(--rt-gold);
  font-size: 0.69rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.rt-section-label::before,
.rt-section-label::after {
  content: "";
  width: 38px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--rt-gold));
}

.rt-section-label::after {
  background: linear-gradient(90deg, var(--rt-gold), transparent);
}

.rt-section-label--center {
  justify-content: center;
}

.rt-section-title {
  font-size: clamp(2.3rem, 4.6vw, 4.25rem);
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 1.06;
}

.rt-section-title em {
  color: var(--rt-gold-light);
  font-weight: 400;
}

.rt-section-copy {
  max-width: 680px;
  margin: 18px auto 0 !important;
  font-size: 0.98rem;
  line-height: 1.75;
}

.rt-section-head {
  max-width: 760px;
  margin: 0 auto 64px;
  text-align: center;
}

.rt-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 50px;
  padding: 0 24px;
  overflow: hidden;
  border: 1px solid var(--rt-gold);
  border-radius: 7px;
  color: #fff;
  background: linear-gradient(135deg, var(--rt-gold), var(--rt-gold-light));
  box-shadow: 0 8px 28px rgba(232, 128, 40, 0.28);
  font-family: var(--rt-sans);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.rt-button::before {
  position: absolute;
  inset: 0 auto 0 -80%;
  width: 55%;
  content: "";
  transform: skewX(-20deg);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.35), transparent);
  animation: rt-shine 4.8s ease-in-out infinite;
}

.rt-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 34px rgba(232, 128, 40, 0.42);
}

.rt-button--ghost {
  color: rgba(255, 255, 255, 0.88);
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.04);
  box-shadow: none;
}

.rt-button--ghost::before {
  display: none;
}

/* Hero */
.rt-hero {
  position: relative;
  min-height: max(760px, 100svh);
  padding-bottom: 82px;
  isolation: isolate;
}

.rt-hero__clip {
  position: absolute;
  inset: 0;
  z-index: -3;
  overflow: hidden;
  background: var(--rt-deep);
}

.rt-hero__slides,
.rt-hero__slide {
  position: absolute;
  inset: 0;
}

.rt-hero__slide {
  opacity: 0;
  transform: scale(1.06);
  background-position: center;
  background-size: cover;
  transition: opacity 1.25s ease, transform 8s linear;
}

.rt-hero__slide.is-active {
  opacity: 1;
  transform: scale(1);
}

.rt-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(5, 12, 24, 0.94) 0%, rgba(5, 12, 24, 0.78) 43%, rgba(5, 12, 24, 0.34) 70%, rgba(5, 12, 24, 0.48) 100%),
    linear-gradient(0deg, rgba(5, 12, 24, 0.98) 0%, transparent 34%, rgba(5, 12, 24, 0.34) 100%);
}

.rt-hero__overlay::after {
  position: absolute;
  inset: 0;
  content: "";
  opacity: 0.22;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.18'/%3E%3C/svg%3E");
  mix-blend-mode: soft-light;
}

.rt-hero__urgency {
  position: absolute;
  z-index: 4;
  top: 150px;
  right: max(3.5vw, 44px);
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 17px;
  border: 1px solid rgba(232, 128, 40, 0.25);
  border-radius: 30px;
  background: rgba(5, 12, 24, 0.68);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(12px);
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.75rem;
}

.rt-hero__urgency-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--rt-teal);
  box-shadow: 0 0 0 5px rgba(0, 200, 176, 0.1), 0 0 14px var(--rt-teal);
  animation: rt-pulse 1.8s infinite;
}

.rt-hero__content {
  position: relative;
  z-index: 3;
  width: min(100% - 200px, 1200px);
  margin: 0 auto;
  padding: 234px 0 125px;
}

.rt-hero__eyebrow {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 24px;
  color: var(--rt-gold);
  font-size: 0.69rem;
  font-weight: 700;
  letter-spacing: 0.23em;
  text-transform: uppercase;
}

.rt-hero__eyebrow::before,
.rt-hero__eyebrow::after {
  width: 52px;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, var(--rt-gold));
}

.rt-hero__eyebrow::after {
  background: linear-gradient(90deg, var(--rt-gold), transparent);
}

.rt-hero__title {
  display: flex;
  max-width: 850px;
  flex-direction: column;
  align-items: flex-start;
  color: #fff;
  font-family: var(--rt-serif);
  font-weight: 400;
  line-height: 0.92;
}

.rt-hero__title-script {
  font-size: clamp(3.4rem, 6.2vw, 6rem);
  font-style: italic;
  letter-spacing: -0.04em;
}

.rt-hero__title-bridge {
  margin: 1px 0 -1px 4px;
  color: rgba(255, 255, 255, 0.38);
  font-family: var(--rt-sans);
  font-size: 0.95rem;
  font-weight: 500;
  letter-spacing: 0.36em;
  line-height: 1;
  text-transform: uppercase;
}

.rt-hero__destination {
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: clamp(5.4rem, 10vw, 9.2rem);
  font-style: normal;
  letter-spacing: -0.055em;
}

.rt-hero__destination::after {
  position: absolute;
  right: -5%;
  bottom: -7px;
  left: -2%;
  height: 17px;
  content: "";
  transform-origin: left;
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 320 18' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 12 C70 3 188 4 316 10' fill='none' stroke='%23e88028' stroke-width='4' stroke-linecap='round'/%3E%3C/svg%3E") center / 100% 100% no-repeat;
  animation: rt-draw 1.6s 0.8s both cubic-bezier(0.2, 0.8, 0.2, 1);
}

.rt-hero__sub {
  margin-top: 20px !important;
  color: rgba(255, 255, 255, 0.56) !important;
  font-size: 0.84rem;
  font-weight: 500;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.rt-hero__badges {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-top: 23px;
}

.rt-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.75rem;
  font-weight: 500;
}

.rt-hero__badge svg {
  color: var(--rt-gold);
}

.rt-hero__badge-sep {
  color: rgba(232, 128, 40, 0.36);
}

.rt-hero__ctas {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 28px;
}

.rt-hero__nudge {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 18px !important;
  color: rgba(255, 255, 255, 0.4) !important;
  font-size: 0.76rem;
}

.rt-hero__nudge strong {
  color: var(--rt-gold-light);
}

.rt-hero__nav {
  position: absolute;
  z-index: 5;
  top: 44%;
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  color: #fff;
  background: rgba(5, 12, 24, 0.34);
  backdrop-filter: blur(8px);
  cursor: pointer;
  transition: border-color 0.25s ease, background 0.25s ease, transform 0.25s ease;
}

.rt-hero__nav:hover {
  border-color: var(--rt-gold);
  background: rgba(232, 128, 40, 0.13);
  transform: scale(1.05);
}

.rt-hero__nav--prev {
  left: 28px;
}

.rt-hero__nav--next {
  right: 28px;
}

.rt-hero__dots {
  position: absolute;
  z-index: 5;
  right: 39px;
  bottom: 122px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.rt-hero__dot {
  width: 3px;
  height: 20px;
  padding: 0;
  border: 0;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.26);
  cursor: pointer;
  transition: height 0.25s ease, background 0.25s ease;
}

.rt-hero__dot.is-active {
  height: 34px;
  background: var(--rt-gold);
  box-shadow: 0 0 12px rgba(232, 128, 40, 0.45);
}

.rt-hero__stats {
  position: absolute;
  z-index: 4;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  min-height: 82px;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
  border-top: 1px solid var(--rt-line);
  background: rgba(5, 12, 24, 0.76);
  backdrop-filter: blur(14px);
}

.rt-hero__stat {
  position: relative;
  text-align: center;
}

.rt-hero__stat + .rt-hero__stat::before {
  position: absolute;
  top: 12%;
  bottom: 12%;
  left: 0;
  width: 1px;
  content: "";
  background: var(--rt-line);
}

.rt-hero__stat strong {
  display: block;
  color: var(--rt-gold-light);
  font-family: var(--rt-serif);
  font-size: 1.65rem;
  line-height: 1;
}

.rt-hero__stat span {
  display: block;
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.37);
  font-size: 0.63rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.rt-load-pending .rt-hero__slide.is-active {
  transform: scale(1.06);
}

.rt-load-pending.rt-load-ready .rt-hero__slide.is-active {
  transform: scale(1);
  transition: opacity 1.2s ease, transform 7s ease;
}

.rt-load-item {
  opacity: 0;
  transform: translateY(22px);
  will-change: opacity, transform;
}

.rt-load-item.rt-hero__urgency {
  transform: translateX(16px);
}

.rt-load-ready .rt-load-item {
  opacity: 1;
  transform: none;
  transition:
    opacity 0.9s ease var(--rt-load-delay, 200ms),
    transform 0.9s ease var(--rt-load-delay, 200ms);
}

/* Introduction */
.rt-intro {
  background:
    radial-gradient(circle at 0 0, rgba(232, 128, 40, 0.08), transparent 32%),
    radial-gradient(circle at 100% 100%, rgba(0, 200, 176, 0.05), transparent 30%),
    var(--rt-deep);
}

.rt-intro__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 66px;
  align-items: center;
}

.rt-intro__pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 26px 0;
}

.rt-pill {
  padding: 7px 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.59);
  background: rgba(255, 255, 255, 0.025);
  font-size: 0.7rem;
}

.rt-pill--gold {
  color: var(--rt-gold-light);
  border-color: rgba(232, 128, 40, 0.28);
  background: rgba(232, 128, 40, 0.06);
}

.rt-intro__body {
  margin-top: 15px !important;
  font-size: 0.94rem;
  line-height: 1.8;
}

.rt-intro__body strong,
.rt-intro__body em {
  color: rgba(255, 255, 255, 0.88);
}

.rt-divider {
  display: flex;
  align-items: center;
  max-width: 300px;
  gap: 10px;
  margin: 26px 0;
}

.rt-divider::before,
.rt-divider::after {
  height: 1px;
  flex: 1;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(232, 128, 40, 0.38));
}

.rt-divider::after {
  background: linear-gradient(90deg, rgba(232, 128, 40, 0.38), transparent);
}

.rt-divider span {
  width: 7px;
  height: 7px;
  transform: rotate(45deg);
  border: 1px solid var(--rt-gold);
}

.rt-kicker {
  margin-bottom: 14px !important;
  color: var(--rt-gold) !important;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.rt-check-list {
  display: grid;
  gap: 11px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.rt-check-list li {
  position: relative;
  padding-left: 28px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.82rem;
  line-height: 1.5;
}

.rt-check-list li::before {
  position: absolute;
  top: 1px;
  left: 0;
  display: grid;
  width: 18px;
  height: 18px;
  place-items: center;
  content: "✓";
  border: 1px solid rgba(232, 128, 40, 0.38);
  border-radius: 50%;
  color: var(--rt-gold);
  font-size: 0.65rem;
}

.rt-intro__actions {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-top: 30px;
}

.rt-text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.rt-text-link:hover {
  color: var(--rt-gold-light);
}

.rt-intro__visuals {
  position: relative;
  display: grid;
  min-height: 600px;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 14px;
  padding: 20px 0;
}

.rt-intro__primary,
.rt-intro__secondary {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 12px;
}

.rt-intro__primary {
  margin-top: 46px;
}

.rt-intro__secondary-wrap {
  display: grid;
  min-height: 0;
  grid-template-rows: 1fr 1fr;
  gap: 14px;
}

.rt-intro__secondary {
  min-height: 0;
}

.rt-intro__secondary .rt-intro__video {
  position: absolute;
  inset: 0;
}

.rt-intro__visuals img,
.rt-intro__visuals video {
  display: block;
  width: 100%;
  height: 100%;
  background: var(--rt-deep);
  object-fit: cover;
  transition: transform 0.7s ease;
}

.rt-intro__visuals > *:hover img,
.rt-intro__visuals > *:hover video,
.rt-intro__secondary:hover img,
.rt-intro__secondary:hover video {
  transform: scale(1.04);
}

.rt-intro__frame {
  position: absolute;
  z-index: 0;
  top: 2px;
  right: -19px;
  bottom: 44px;
  left: 36px;
  border: 1px solid rgba(232, 128, 40, 0.28);
  border-radius: 15px;
}

.rt-intro__date {
  position: absolute;
  z-index: 2;
  bottom: 20px;
  left: 20px;
  display: flex;
  min-width: 124px;
  padding: 14px;
  flex-direction: column;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 9px;
  background: rgba(5, 12, 24, 0.8);
  backdrop-filter: blur(10px);
  color: #fff;
  font-size: 0.69rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.rt-intro__date strong {
  color: var(--rt-gold-light);
  font-family: var(--rt-serif);
  font-size: 1.45rem;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
}

.rt-intro__trust {
  position: absolute;
  right: 16px;
  bottom: 16px;
  padding: 10px 13px;
  border: 1px solid rgba(0, 200, 176, 0.22);
  border-radius: 6px;
  color: rgba(255, 255, 255, 0.75);
  background: rgba(5, 12, 24, 0.78);
  backdrop-filter: blur(8px);
  font-size: 0.65rem;
}

/* Who it is for */
.rt-fit {
  background: var(--rt-mid);
  border-top: 1px solid var(--rt-line);
}

.rt-fit__grid {
  display: grid;
  min-height: 570px;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 14px;
}

.rt-fit-card {
  position: relative;
  min-height: 270px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 12px;
  isolation: isolate;
}

.rt-fit-card--featured {
  grid-row: 1 / 3;
  grid-column: 2;
  border-color: rgba(232, 128, 40, 0.34);
}

.rt-fit-card__bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s ease;
}

.rt-fit-card:hover .rt-fit-card__bg {
  transform: scale(1.055);
}

.rt-fit-card::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background: linear-gradient(0deg, rgba(5, 12, 24, 0.97) 2%, rgba(5, 12, 24, 0.44) 70%, rgba(5, 12, 24, 0.16));
}

.rt-fit-card__body {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 25px;
}

.rt-fit-card__icon {
  display: grid;
  width: 38px;
  height: 38px;
  margin-bottom: 15px;
  place-items: center;
  border: 1px solid rgba(232, 128, 40, 0.32);
  border-radius: 50%;
  color: var(--rt-gold);
  background: rgba(5, 12, 24, 0.44);
}

.rt-fit-card h3 {
  color: #fff;
  font-size: clamp(1.25rem, 2vw, 1.7rem);
  font-weight: 400;
}

.rt-fit-card p {
  max-height: 0;
  margin-top: 0 !important;
  overflow: hidden;
  opacity: 0;
  font-size: 0.77rem;
  line-height: 1.65;
  transition: max-height 0.35s ease, opacity 0.3s ease, margin 0.3s ease;
}

.rt-fit-card:hover p,
.rt-fit-card--featured p {
  max-height: 120px;
  margin-top: 10px !important;
  opacity: 1;
}

.rt-fit-card__tag {
  display: inline-block;
  margin-top: 14px;
  color: var(--rt-gold-light);
  font-size: 0.61rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.rt-fit-card__badge {
  position: absolute;
  top: 18px;
  right: 18px;
  padding: 6px 11px;
  border-radius: 20px;
  color: var(--rt-deep);
  background: var(--rt-gold);
  font-size: 0.61rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.rt-reality {
  display: grid;
  margin-top: 28px;
  padding: 30px 34px;
  grid-template-columns: 0.8fr 1.35fr auto;
  gap: 34px;
  align-items: center;
  border: 1px solid rgba(232, 128, 40, 0.24);
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(232, 128, 40, 0.08), rgba(5, 12, 24, 0.55));
}

.rt-reality h3 {
  color: #fff;
  font-size: 1.7rem;
  font-weight: 400;
}

.rt-reality h3 em {
  color: var(--rt-gold-light);
}

.rt-reality p {
  font-size: 0.82rem;
  line-height: 1.7;
}

/* Highlights */
.rt-highlights {
  background: var(--rt-deep);
}

.rt-highlights__list {
  display: grid;
  gap: 18px;
}

.rt-highlight {
  display: grid;
  min-height: 390px;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.018);
}

.rt-highlight:nth-child(even) .rt-highlight__image {
  order: 2;
}

.rt-highlight__image {
  position: relative;
  min-height: 390px;
  overflow: hidden;
}

.rt-highlight__image::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, transparent 60%, var(--rt-deep));
}

.rt-highlight:nth-child(even) .rt-highlight__image::after {
  background: linear-gradient(270deg, transparent 60%, var(--rt-deep));
}

.rt-highlight__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s ease;
}

.rt-highlight:hover .rt-highlight__image img {
  transform: scale(1.045);
}

.rt-highlight__number {
  position: absolute;
  z-index: 1;
  right: 24px;
  bottom: -16px;
  color: rgba(255, 255, 255, 0.12);
  font-family: var(--rt-serif);
  font-size: 7rem;
  line-height: 1;
}

.rt-highlight:nth-child(even) .rt-highlight__number {
  right: auto;
  left: 24px;
}

.rt-highlight__content {
  position: relative;
  display: flex;
  padding: 52px 50px;
  flex-direction: column;
  justify-content: center;
}

.rt-highlight__content::before {
  position: absolute;
  top: 54px;
  bottom: 54px;
  left: 26px;
  width: 2px;
  content: "";
  background: linear-gradient(var(--rt-gold), transparent);
}

.rt-highlight__tag {
  color: var(--rt-gold);
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.rt-highlight h3 {
  margin-top: 12px !important;
  color: #fff;
  font-size: clamp(1.8rem, 3.2vw, 2.8rem);
  font-weight: 400;
}

.rt-highlight p {
  margin-top: 14px !important;
  font-size: 0.87rem;
  line-height: 1.72;
}

.rt-highlight ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px 18px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.rt-highlight li {
  position: relative;
  padding-left: 18px;
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.74rem;
}

.rt-highlight li::before {
  position: absolute;
  left: 0;
  color: var(--rt-gold);
  content: "✓";
}

.rt-highlight__hotel {
  align-self: flex-start;
  margin-top: 22px;
  padding: 7px 11px;
  border: 1px solid rgba(232, 128, 40, 0.22);
  border-radius: 5px;
  color: rgba(255, 255, 255, 0.63);
  background: rgba(232, 128, 40, 0.06);
  font-size: 0.69rem;
}

.rt-highlights__stats {
  display: grid;
  margin-top: 28px;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid var(--rt-line);
  border-radius: 12px;
  background: var(--rt-mid);
}

.rt-highlights__stats div {
  padding: 24px;
  text-align: center;
}

.rt-highlights__stats div + div {
  border-left: 1px solid var(--rt-line);
}

.rt-highlights__stats strong {
  display: block;
  color: var(--rt-gold-light);
  font-family: var(--rt-serif);
  font-size: 1.75rem;
}

.rt-highlights__stats span {
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.63rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

/* Gallery */
.rt-gallery {
  border-top: 1px solid var(--rt-line);
  background: var(--rt-mid);
}

.rt-gallery__grid {
  display: grid;
  min-height: 740px;
  grid-template-columns: 1.2fr 0.8fr 0.8fr;
  grid-template-rows: repeat(3, 1fr);
  gap: 10px;
}

.rt-gallery__item {
  position: relative;
  min-height: 220px;
  overflow: hidden;
  border: 0;
  border-radius: 9px;
  cursor: zoom-in;
  background: #000;
}

.rt-gallery__item:nth-child(1) {
  grid-row: 1 / 3;
}

.rt-gallery__item:nth-child(4) {
  grid-row: 2 / 4;
  grid-column: 3;
}

.rt-gallery__item:nth-child(7) {
  grid-column: 1 / 3;
}

.rt-gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s ease, filter 0.4s ease;
}

.rt-gallery__item:hover img {
  transform: scale(1.045);
  filter: brightness(0.7);
}

.rt-gallery__item::after {
  position: absolute;
  inset: 40% 0 0;
  content: "";
  background: linear-gradient(transparent, rgba(5, 12, 24, 0.9));
}

.rt-gallery__caption {
  position: absolute;
  z-index: 1;
  right: 17px;
  bottom: 15px;
  left: 17px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  color: #fff;
  text-align: left;
}

.rt-gallery__caption small {
  display: block;
  color: var(--rt-gold);
  font-size: 0.6rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.rt-gallery__caption strong {
  display: block;
  margin-top: 3px;
  font-family: var(--rt-serif);
  font-size: 1rem;
  font-weight: 400;
}

.rt-gallery__expand {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  background: rgba(5, 12, 24, 0.48);
}

.rt-gallery__cta {
  display: flex;
  margin-top: 26px;
  padding: 24px 28px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border: 1px solid rgba(232, 128, 40, 0.2);
  border-radius: 10px;
  background: rgba(232, 128, 40, 0.04);
}

.rt-gallery__cta p {
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.88rem;
}

/* Inclusions */
.rt-inclusions {
  background:
    radial-gradient(circle at 50% 0, rgba(232, 128, 40, 0.06), transparent 28%),
    var(--rt-deep);
}

.rt-inclusions__grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 24px;
}

.rt-inclusions__card {
  padding: 32px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.018);
}

.rt-inclusions__card--included {
  border-color: rgba(232, 128, 40, 0.23);
}

.rt-card-title {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 26px;
  color: #fff;
  font-family: var(--rt-serif);
  font-size: 1.75rem;
  font-weight: 400;
}

.rt-card-title span {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border: 1px solid rgba(232, 128, 40, 0.28);
  border-radius: 50%;
  color: var(--rt-gold);
  font-family: var(--rt-sans);
  font-size: 0.8rem;
}

.rt-included-list,
.rt-not-list {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.rt-included-list li {
  position: relative;
  display: flex;
  padding: 15px 0 15px 28px;
  flex-direction: column;
  border-bottom: 1px solid rgba(255, 255, 255, 0.055);
}

.rt-included-list li::before {
  position: absolute;
  top: 17px;
  left: 0;
  color: var(--rt-gold);
  content: "✓";
}

.rt-included-list strong {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.82rem;
}

.rt-included-list span,
.rt-not-list li {
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.43);
  font-size: 0.75rem;
  line-height: 1.5;
}

.rt-not-list li {
  position: relative;
  margin: 0;
  padding: 11px 0 11px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.rt-not-list li::before {
  position: absolute;
  left: 0;
  color: rgba(255, 255, 255, 0.28);
  content: "×";
}

.rt-facts {
  display: grid;
  margin-top: 20px;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.rt-facts div {
  padding: 13px;
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.025);
}

.rt-facts small {
  display: block;
  color: rgba(255, 255, 255, 0.3);
  font-size: 0.6rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.rt-facts strong {
  display: block;
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.76rem;
}

.rt-member-callout {
  position: relative;
  display: flex;
  margin-top: 20px;
  padding: 23px;
  align-items: flex-start;
  gap: 15px;
  overflow: hidden;
  border: 1px solid rgba(232, 128, 40, 0.22);
  border-radius: 10px;
  background: linear-gradient(135deg, rgba(232, 128, 40, 0.1), rgba(232, 128, 40, 0.025));
}

.rt-member-callout > span {
  display: grid;
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  color: var(--rt-deep);
  background: var(--rt-gold);
}

.rt-member-callout strong {
  display: block;
  color: #fff;
  font-size: 0.82rem;
}

.rt-member-callout p {
  margin-top: 5px !important;
  font-size: 0.72rem;
  line-height: 1.55;
}

.rt-member-callout a {
  display: inline-block;
  margin-top: 9px;
  color: var(--rt-gold-light);
  font-size: 0.67rem;
  font-weight: 700;
  text-transform: uppercase;
}

/* Pricing */
.rt-pricing {
  position: relative;
  background: #050b15;
  isolation: isolate;
}

.rt-pricing__bg {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.rt-pricing__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.55) brightness(0.36);
}

.rt-pricing__bg::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, rgba(5, 12, 24, 0.96), rgba(5, 12, 24, 0.76)),
    linear-gradient(0deg, rgba(5, 12, 24, 0.96), transparent 42%, rgba(5, 12, 24, 0.84));
}

.rt-pricing__urgency {
  display: inline-flex;
  margin-top: 22px;
  padding: 9px 15px;
  align-items: center;
  gap: 9px;
  border: 1px solid rgba(0, 200, 176, 0.18);
  border-radius: 30px;
  color: rgba(255, 255, 255, 0.62);
  background: rgba(5, 12, 24, 0.55);
  font-size: 0.73rem;
}

.rt-pricing__cards {
  display: grid;
  max-width: 900px;
  margin: 0 auto;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.rt-pricing__cards--single {
	max-width: 620px;
	grid-template-columns: minmax(0, 1fr);
}

.rt-pricing__cards--aruba {
  max-width: 1320px;
}

@media (min-width: 981px) {
  .rt-pricing__cards--aruba {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .rt-pricing__cards--aruba .rt-price-card__amount {
    font-size: clamp(2rem, 3vw, 3.1rem);
  }
}

.rt-price-card {
  position: relative;
  padding: 36px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 14px;
  background: rgba(7, 15, 28, 0.86);
  backdrop-filter: blur(15px);
}

.rt-price-card--featured {
  border-color: rgba(232, 128, 40, 0.5);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.35);
}

.rt-price-card__badge {
  position: absolute;
  top: 0;
  left: 50%;
  padding: 6px 16px;
  transform: translate(-50%, -50%);
  border-radius: 20px;
  color: var(--rt-deep);
  background: var(--rt-gold);
  font-size: 0.59rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.rt-price-card__type {
  color: var(--rt-gold);
  font-size: 0.67rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.rt-price-card__amount {
  display: block;
  margin: 16px 0 5px;
  color: #fff;
  font-family: var(--rt-serif);
  font-size: clamp(2.35rem, 4vw, 3.7rem);
  font-weight: 400;
  line-height: 1;
}

.rt-price-card__per {
  color: rgba(255, 255, 255, 0.36);
  font-size: 0.72rem;
}

.rt-price-card__secondary {
  display: flex;
  margin-top: 16px;
  padding-top: 14px;
  align-items: baseline;
  justify-content: space-between;
  gap: 14px;
  border-top: 1px solid var(--rt-line);
}

.rt-price-card__secondary small {
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.rt-price-card__secondary strong {
  color: rgba(255, 255, 255, 0.78);
  font-family: var(--rt-serif);
  font-size: 1.35rem;
  font-weight: 400;
}

.rt-price-card__deposit {
  margin-top: 18px !important;
  padding: 12px;
  border-radius: 6px;
  color: rgba(255, 255, 255, 0.58) !important;
  background: rgba(232, 128, 40, 0.06);
  font-size: 0.73rem;
}

.rt-price-card ul {
  display: grid;
  gap: 10px;
  margin: 24px 0;
  padding: 23px 0 0;
  border-top: 1px solid var(--rt-line);
  list-style: none;
}

.rt-price-card li {
  position: relative;
  padding-left: 19px;
  color: rgba(255, 255, 255, 0.53);
  font-size: 0.74rem;
}

.rt-price-card li::before {
  position: absolute;
  left: 0;
  color: var(--rt-gold);
  content: "✓";
}

.rt-price-card .rt-button {
  width: 100%;
}

.rt-pricing__note {
  margin: 20px auto 0 !important;
  color: rgba(255, 255, 255, 0.37) !important;
  font-size: 0.72rem;
  text-align: center;
}

.rt-next {
  max-width: 1000px;
  margin: 60px auto 0;
  padding-top: 34px;
  border-top: 1px solid var(--rt-line);
}

.rt-next h3 {
  margin-bottom: 30px !important;
  color: #fff;
  font-size: 1.7rem;
  font-weight: 400;
  text-align: center;
}

.rt-next__steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.rt-next__step {
  position: relative;
  padding: 0 28px;
  text-align: center;
}

.rt-next__step + .rt-next__step::before {
  position: absolute;
  top: 22px;
  left: -35%;
  width: 70%;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(232, 128, 40, 0.34), transparent);
}

.rt-next__num {
  position: relative;
  z-index: 1;
  display: grid;
  width: 44px;
  height: 44px;
  margin: 0 auto 15px;
  place-items: center;
  border: 1px solid rgba(232, 128, 40, 0.36);
  border-radius: 50%;
  color: var(--rt-gold-light);
  background: var(--rt-deep);
  font-family: var(--rt-serif);
}

.rt-next__step strong {
  color: rgba(255, 255, 255, 0.83);
  font-size: 0.8rem;
}

.rt-next__step p {
  margin-top: 7px !important;
  font-size: 0.7rem;
  line-height: 1.55;
}

/* Itinerary */
.rt-itinerary {
  background: var(--rt-deep);
}

.rt-itinerary__layout {
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr);
  gap: 55px;
  align-items: start;
}

.rt-day-nav {
  position: sticky;
  top: 130px;
  padding: 25px;
  border: 1px solid var(--rt-line);
  border-radius: 12px;
  background: var(--rt-mid);
}

.rt-day-nav__label {
  margin-bottom: 18px !important;
  color: var(--rt-gold) !important;
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.rt-day-nav__buttons {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 7px;
}

.rt-day-nav button {
  padding: 9px 6px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 5px;
  color: rgba(255, 255, 255, 0.47);
  background: rgba(255, 255, 255, 0.02);
  font-size: 0.68rem;
  cursor: pointer;
}

.rt-day-nav button:hover,
.rt-day-nav button.is-active {
  color: var(--rt-deep);
  border-color: var(--rt-gold);
  background: var(--rt-gold);
}

.rt-itinerary__days {
  position: relative;
  display: grid;
  gap: 12px;
}

.rt-itinerary__days::before {
  position: absolute;
  top: 26px;
  bottom: 26px;
  left: 25px;
  width: 1px;
  content: "";
  background: linear-gradient(var(--rt-gold), rgba(232, 128, 40, 0.06));
}

.rt-day {
  position: relative;
  margin-left: 50px;
  overflow: visible;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.018);
}

.rt-day__trigger {
  display: grid;
  width: 100%;
  padding: 21px 24px;
  grid-template-columns: 1fr auto;
  gap: 20px;
  align-items: center;
  border: 0;
  color: #fff;
  background: transparent;
  text-align: left;
  cursor: pointer;
}

.rt-day__bubble {
  position: absolute;
  z-index: 1;
  top: 17px;
  left: -77px;
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border: 1px solid rgba(232, 128, 40, 0.45);
  border-radius: 50%;
  color: var(--rt-gold-light);
  background: var(--rt-deep);
  font-family: var(--rt-serif);
  font-size: 1rem;
}

.rt-day__head small {
  display: block;
  margin-bottom: 5px;
  color: var(--rt-gold);
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.rt-day__head strong {
  display: block;
  font-family: var(--rt-serif);
  font-size: 1.35rem;
  font-weight: 400;
}

.rt-day__chevron {
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  border-right: 1px solid var(--rt-gold);
  border-bottom: 1px solid var(--rt-gold);
  transition: transform 0.3s ease;
}

.rt-day.is-open .rt-day__chevron {
  transform: rotate(225deg);
}

.rt-day__body {
  display: grid;
  max-height: 0;
  overflow: hidden;
  grid-template-columns: 210px 1fr;
  opacity: 0;
  transition: max-height 0.5s ease, opacity 0.35s ease;
}

.rt-day.is-open .rt-day__body {
  max-height: 520px;
  opacity: 1;
}

.rt-day__body img {
  width: 100%;
  height: 100%;
  min-height: 210px;
  object-fit: cover;
}

.rt-day__copy {
  padding: 6px 24px 26px;
}

.rt-day__copy p {
  font-size: 0.82rem;
  line-height: 1.72;
}

.rt-day__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 16px;
}

.rt-day__tags span {
  padding: 5px 9px;
  border: 1px solid rgba(232, 128, 40, 0.18);
  border-radius: 20px;
  color: rgba(255, 255, 255, 0.48);
  background: rgba(232, 128, 40, 0.04);
  font-size: 0.61rem;
}

/* Accommodations */
.rt-accom {
  border-top: 1px solid var(--rt-line);
  background: var(--rt-deep);
}

.rt-accom__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.rt-accom__grid--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.rt-stay {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.018);
  transition: transform 0.3s ease, border-color 0.3s ease;
}

.rt-stay:hover {
  transform: translateY(-4px);
  border-color: rgba(232, 128, 40, 0.25);
}

.rt-stay__image {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

.rt-stay__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s ease;
}

.rt-stay:hover img {
  transform: scale(1.04);
}

.rt-stay__image::after {
  position: absolute;
  inset: 50% 0 0;
  content: "";
  background: linear-gradient(transparent, rgba(5, 12, 24, 0.64));
}

.rt-stay__stars {
  position: absolute;
  z-index: 1;
  top: 14px;
  left: 16px;
  color: var(--rt-gold);
  font-size: 0.72rem;
  letter-spacing: 0.18em;
}

.rt-stay__nights {
  position: absolute;
  z-index: 1;
  right: 14px;
  bottom: 14px;
  padding: 5px 11px;
  border-radius: 20px;
  color: var(--rt-deep);
  background: var(--rt-gold);
  font-size: 0.59rem;
  font-weight: 700;
  text-transform: uppercase;
}

.rt-stay__body {
  padding: 27px;
}

.rt-stay__location {
  color: var(--rt-gold);
  font-size: 0.63rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.rt-stay h3 {
  margin-top: 8px !important;
  color: #fff;
  font-size: 1.75rem;
  font-weight: 400;
}

.rt-stay p {
  margin-top: 10px !important;
  font-size: 0.78rem;
  line-height: 1.68;
}

.rt-stay ul {
  display: grid;
  gap: 8px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.rt-stay li {
  position: relative;
  padding-left: 18px;
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.69rem;
}

.rt-stay li::before {
  position: absolute;
  left: 0;
  color: var(--rt-gold);
  content: "✓";
}

.rt-accom__route {
  position: relative;
  min-height: 230px;
  margin-top: 25px;
  overflow: hidden;
  border: 1px solid var(--rt-line);
  border-radius: 12px;
}

.rt-accom__route img {
  width: 100%;
  height: 230px;
  object-fit: cover;
  filter: brightness(0.42) saturate(0.55);
}

.rt-accom__route-pins {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 16px;
  padding: 30px;
}

.rt-accom__route-pins span {
  padding: 11px 17px;
  border: 1px solid rgba(232, 128, 40, 0.25);
  border-radius: 7px;
  color: rgba(255, 255, 255, 0.82);
  background: rgba(5, 12, 24, 0.76);
  backdrop-filter: blur(8px);
  font-size: 0.72rem;
  font-weight: 600;
}

/* Practical info */
.rt-practical {
  border-top: 1px solid var(--rt-line);
  background: var(--rt-mid);
}

.rt-practical__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.rt-practical__block {
  padding: 32px;
  border: 1px solid var(--rt-line);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.018);
}

.rt-practical__block h3 {
  margin-bottom: 23px !important;
  color: var(--rt-gold);
  font-family: var(--rt-sans) !important;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.rt-practical__facts {
  display: grid;
  margin: 0;
}

.rt-practical__facts div {
  display: flex;
  padding: 11px 0;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.rt-practical__facts dt {
  color: rgba(255, 255, 255, 0.35);
  font-size: 0.75rem;
}

.rt-practical__facts dd {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.76rem;
  font-weight: 600;
  text-align: right;
}

.rt-packing {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.rt-packing strong {
  display: block;
  margin-bottom: 9px;
  color: var(--rt-gold);
  font-size: 0.63rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.rt-packing ul {
  display: grid;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.rt-packing li {
  position: relative;
  padding-left: 14px;
  color: rgba(255, 255, 255, 0.46);
  font-size: 0.72rem;
}

.rt-packing li::before {
  position: absolute;
  left: 0;
  color: rgba(232, 128, 40, 0.55);
  content: "–";
}

.rt-insurance {
  display: flex;
  margin-top: 24px;
  padding: 25px 28px;
  align-items: flex-start;
  gap: 18px;
  border: 1px solid rgba(232, 128, 40, 0.19);
  border-radius: 10px;
  background: rgba(232, 128, 40, 0.055);
}

.rt-insurance > span {
  display: grid;
  width: 44px;
  height: 44px;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid rgba(232, 128, 40, 0.23);
  border-radius: 9px;
  color: var(--rt-gold);
  background: rgba(232, 128, 40, 0.08);
}

.rt-insurance strong {
  display: block;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.8rem;
}

.rt-insurance p {
  margin-top: 6px !important;
  font-size: 0.73rem;
  line-height: 1.6;
}

/* Support */
.rt-support {
  position: relative;
  isolation: isolate;
}

.rt-support__bg {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.rt-support__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.32) saturate(0.55);
}

.rt-support__bg::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(120deg, rgba(5, 12, 24, 0.97), rgba(5, 12, 24, 0.79));
}

.rt-support__grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 68px;
}

.rt-support__copy > p {
  margin-top: 18px !important;
  font-size: 0.87rem;
  line-height: 1.75;
}

.rt-support__contacts {
  display: grid;
  gap: 10px;
  margin-top: 31px;
}

.rt-support__contacts a {
  display: flex;
  padding: 14px 16px;
  align-items: center;
  gap: 13px;
  border: 1px solid var(--rt-line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.03);
}

.rt-support__contacts a > span {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid rgba(232, 128, 40, 0.22);
  border-radius: 7px;
  color: var(--rt-gold);
  background: rgba(232, 128, 40, 0.07);
}

.rt-support__contacts small {
  display: block;
  color: rgba(255, 255, 255, 0.32);
  font-size: 0.59rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.rt-support__contacts strong {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.78rem;
}

.rt-support__form-wrap {
  padding: 38px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 14px;
  background: rgba(10, 22, 40, 0.79);
  backdrop-filter: blur(18px);
}

.rt-support__form {
  display: grid;
  gap: 17px;
}

.rt-form-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.rt-field {
  display: grid;
  gap: 7px;
}

.rt-field label {
  color: rgba(255, 255, 255, 0.54);
  font-size: 0.69rem;
  font-weight: 600;
}

.rt-field label span {
  color: var(--rt-gold);
}

.rt-field input,
.rt-field select,
.rt-field textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 7px;
  outline: none;
  color: #fff;
  background: rgba(255, 255, 255, 0.045);
  font-family: var(--rt-sans);
  font-size: 0.78rem;
}

.rt-field input:focus,
.rt-field select:focus,
.rt-field textarea:focus {
  border-color: rgba(232, 128, 40, 0.48);
  background: rgba(255, 255, 255, 0.065);
}

.rt-field select option {
  color: #fff;
  background: var(--rt-mid);
}

.rt-field textarea {
  min-height: 115px;
  resize: vertical;
}

.rt-form-status {
  min-height: 20px;
  color: var(--rt-teal);
  font-size: 0.73rem;
  text-align: center;
}

/* Lightbox and motion */
.rt-lightbox {
  position: fixed;
  z-index: 200;
  inset: 0;
  display: none;
  padding: 36px;
  place-items: center;
  background: rgba(2, 7, 14, 0.95);
  backdrop-filter: blur(12px);
}

.rt-lightbox.is-open {
  display: grid;
}

.rt-lightbox img {
  max-width: min(1200px, 90vw);
  max-height: 86vh;
  border-radius: 8px;
  box-shadow: 0 25px 80px rgba(0, 0, 0, 0.55);
}

.rt-lightbox button {
  position: absolute;
  top: 24px;
  right: 24px;
  display: grid;
  width: 45px;
  height: 45px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  color: #fff;
  background: rgba(255, 255, 255, 0.04);
  font-size: 1.4rem;
  cursor: pointer;
}

.rt-reveal {
  transform: translateY(28px);
  opacity: 0;
  transition: transform 0.75s cubic-bezier(0.2, 0.72, 0.2, 1), opacity 0.75s ease;
}

.rt-reveal[data-direction="left"] {
  transform: translateX(-32px);
}

.rt-reveal[data-direction="right"] {
  transform: translateX(32px);
}

.rt-reveal.is-visible {
  transform: none;
  opacity: 1;
}

@keyframes rt-draw {
  from {
    transform: scaleX(0);
    opacity: 0;
  }
  to {
    transform: scaleX(1);
    opacity: 1;
  }
}

@keyframes rt-shine {
  0%,
  58% {
    left: -80%;
  }
  82%,
  100% {
    left: 140%;
  }
}

@keyframes rt-pulse {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.42;
  }
}

@media (max-width: 1100px) {
  .rt-shell {
    width: min(100% - 64px, 1050px);
  }

  .rt-hero__content {
    width: calc(100% - 128px);
  }

  .rt-intro__grid {
    gap: 40px;
  }

  .rt-intro__visuals {
    min-height: 520px;
  }

  .rt-fit__grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
  }

  .rt-fit-card--featured {
    min-height: 380px;
    grid-row: span 2;
    grid-column: 2;
  }

  .rt-fit-card:nth-child(4) {
    grid-column: 1;
  }

  .rt-fit-card:nth-child(5) {
    grid-column: 1 / -1;
  }

  .rt-highlight__content {
    padding: 44px 38px;
  }

  .rt-accom__grid--three {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 820px) {
  .rt-shell {
    width: min(100% - 40px, 720px);
  }

  .rt-section {
    padding: 84px 0 76px;
  }

  .rt-hero {
    min-height: 760px;
  }

  .rt-hero__urgency {
    top: 145px;
    right: 20px;
  }

  .rt-hero__content {
    width: calc(100% - 80px);
    padding: 245px 0 130px;
  }

  .rt-hero__destination {
    font-size: clamp(4.8rem, 16vw, 7.2rem);
  }

  .rt-hero__nav {
    width: 46px;
    height: 46px;
  }

  .rt-hero__nav--prev {
    left: 14px;
  }

  .rt-hero__nav--next {
    right: 14px;
  }

  .rt-intro__grid,
  .rt-inclusions__grid,
  .rt-practical__grid,
  .rt-support__grid {
    grid-template-columns: 1fr;
  }

  .rt-intro__visuals {
    min-height: 570px;
  }

  .rt-reality {
    grid-template-columns: 1fr;
  }

  .rt-highlight {
    min-height: auto;
    grid-template-columns: 1fr;
  }

  .rt-highlight:nth-child(even) .rt-highlight__image {
    order: initial;
  }

  .rt-highlight__image {
    min-height: 360px;
  }

  .rt-highlight__image::after,
  .rt-highlight:nth-child(even) .rt-highlight__image::after {
    background: linear-gradient(0deg, var(--rt-deep), transparent 55%);
  }

  .rt-highlight__content {
    padding: 34px 38px 42px;
  }

  .rt-highlight__content::before {
    top: 38px;
    bottom: 42px;
    left: 17px;
  }

  .rt-gallery__grid {
    min-height: 920px;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, 1fr);
  }

  .rt-gallery__item:nth-child(1) {
    grid-row: span 2;
  }

  .rt-gallery__item:nth-child(4) {
    grid-row: span 2;
    grid-column: 2;
  }

  .rt-gallery__item:nth-child(7) {
    grid-column: span 1;
  }

  .rt-pricing__cards {
    grid-template-columns: 1fr;
  }

  .rt-itinerary__layout {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .rt-day-nav {
    position: relative;
    top: auto;
  }

  .rt-day-nav__buttons {
    grid-template-columns: repeat(5, 1fr);
  }

  .rt-accom__grid,
  .rt-accom__grid--three {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  body.trip-reference .journey-reference-root [id] {
    scroll-margin-top: 76px;
  }

  body.trip-reference .site-header {
    right: auto;
    left: 0;
    width: 100vw;
    max-width: 100vw;
  }

  body.trip-reference .site-header .menu-button {
    position: absolute;
    top: 50%;
    right: var(--page-pad);
    z-index: 5;
    display: flex !important;
    transform: translateY(-50%);
  }

  .rt-shell {
    width: calc(100% - 32px);
  }

  .rt-section {
    padding: 70px 0 64px;
  }

  .rt-section-head {
    margin-bottom: 42px;
  }

  .rt-section-label::before,
  .rt-section-label::after {
    width: 24px;
  }

  .rt-section-title {
    font-size: clamp(2.15rem, 11.5vw, 3rem);
  }

  .rt-hero {
    min-height: 920px;
    padding-bottom: 112px;
  }

  .rt-hero__overlay {
    background:
      linear-gradient(0deg, rgba(5, 12, 24, 0.98), rgba(5, 12, 24, 0.42) 72%, rgba(5, 12, 24, 0.7)),
      linear-gradient(90deg, rgba(5, 12, 24, 0.72), rgba(5, 12, 24, 0.22));
  }

  .rt-hero__urgency {
    top: 126px;
    left: 16px;
    right: 16px;
    width: auto;
    max-width: calc(100% - 32px);
    justify-content: center;
    font-size: 0.67rem;
    text-align: center;
  }

  .rt-hero__content {
    width: calc(100% - 40px);
    min-width: 0;
    padding: 245px 0 150px;
  }

  .rt-hero__eyebrow {
    gap: 9px;
    font-size: 0.59rem;
    letter-spacing: 0.16em;
  }

  .rt-hero__eyebrow::before,
  .rt-hero__eyebrow::after {
    width: 28px;
  }

  .rt-hero__title-script {
    display: block;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    white-space: normal;
    overflow-wrap: normal;
    font-size: clamp(2.35rem, 12vw, 3.45rem);
    line-height: 1.02;
  }

  .rt-mobile-break {
    display: block;
  }

  .rt-hero__destination {
    max-width: 100%;
    min-width: 0;
    font-size: clamp(4.2rem, 22vw, 6.2rem);
    overflow-wrap: anywhere;
  }

  .rt-hero__destination::after {
    right: -3%;
    left: -1%;
  }

  .rt-hero__sub {
    max-width: 340px;
    font-size: 0.68rem;
    line-height: 1.55;
  }

  .rt-hero__badges {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 12px;
  }

  .rt-hero__badge {
    min-width: 0;
    font-size: 0.62rem;
    line-height: 1.35;
  }

  .rt-hero__badge-sep {
    display: none;
  }

  .rt-hero__ctas {
    align-items: stretch;
    flex-direction: column;
  }

  .rt-hero__nudge {
    align-items: flex-start;
    font-size: 0.66rem;
  }

  .rt-hero__nav {
    display: none;
  }

  .rt-hero__dots {
    right: 16px;
    bottom: 138px;
  }

  .rt-hero__stats {
    min-height: 112px;
    grid-template-columns: repeat(2, 1fr);
  }

  .rt-hero__stat {
    padding: 10px;
  }

  .rt-hero__stat:nth-child(3)::before {
    display: none;
  }

  .rt-hero__stat strong {
    font-size: 1.25rem;
  }

  .rt-hero__stat span {
    font-size: 0.5rem;
    letter-spacing: 0.08em;
  }

  .rt-intro__pills {
    align-items: flex-start;
    flex-direction: column;
  }

  .rt-intro__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .rt-intro__visuals {
    min-height: 480px;
    grid-template-columns: 1.12fr 0.88fr;
  }

  .rt-intro__primary {
    margin-top: 30px;
  }

  .rt-intro__frame {
    right: -9px;
    left: 17px;
  }

  .rt-fit__grid {
    display: grid;
    grid-template-columns: 1fr;
  }

  .rt-fit-card,
  .rt-fit-card--featured,
  .rt-fit-card:nth-child(4),
  .rt-fit-card:nth-child(5) {
    min-height: 360px;
    grid-column: auto;
    grid-row: auto;
  }

  .rt-fit-card p {
    max-height: 120px;
    margin-top: 10px !important;
    opacity: 1;
  }

  .rt-reality {
    padding: 25px;
    gap: 18px;
  }

  .rt-highlight__image {
    min-height: 270px;
  }

  .rt-highlight__content {
    padding: 30px 27px 34px;
  }

  .rt-highlight__content::before {
    display: none;
  }

  .rt-highlight ul {
    grid-template-columns: 1fr;
  }

  .rt-highlights__stats {
    grid-template-columns: repeat(2, 1fr);
  }

  .rt-highlights__stats div:nth-child(3) {
    border-left: 0;
    border-top: 1px solid var(--rt-line);
  }

  .rt-highlights__stats div:nth-child(4) {
    border-top: 1px solid var(--rt-line);
  }

  .rt-gallery__grid {
    display: grid;
    min-height: 0;
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }

  .rt-gallery__item,
  .rt-gallery__item:nth-child(1),
  .rt-gallery__item:nth-child(4),
  .rt-gallery__item:nth-child(7) {
    min-height: 270px;
    grid-row: auto;
    grid-column: auto;
  }

  .rt-gallery__cta {
    align-items: flex-start;
    flex-direction: column;
  }

  .rt-inclusions__card,
  .rt-price-card,
  .rt-practical__block,
  .rt-support__form-wrap {
    padding: 26px 22px;
  }

  .rt-facts {
    grid-template-columns: 1fr;
  }

  .rt-next__steps {
    gap: 24px;
    grid-template-columns: 1fr;
  }

  .rt-next__step + .rt-next__step::before {
    display: none;
  }

  .rt-day-nav__buttons {
    grid-template-columns: repeat(4, 1fr);
  }

  .rt-itinerary__days::before {
    display: none;
  }

  .rt-day {
    margin-left: 0;
  }

  .rt-day__bubble {
    position: static;
    width: 42px;
    height: 42px;
    margin: 17px 0 0 20px;
  }

  .rt-day__body {
    grid-template-columns: 1fr;
  }

  .rt-day.is-open .rt-day__body {
    max-height: 800px;
  }

  .rt-day__body img {
    min-height: 210px;
  }

  .rt-accom__route-pins {
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
  }

  .rt-packing {
    grid-template-columns: 1fr;
  }

  .rt-insurance {
    padding: 22px;
  }

  .rt-form-row {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .rt-hero__slide,
  .rt-intro__visuals img,
  .rt-highlight__image img,
  .rt-fit-card__bg,
  .rt-stay__image img,
  .rt-reveal {
    transition: none !important;
  }

  .rt-hero__destination::after,
  .rt-button::before,
  .rt-hero__urgency-dot {
    animation: none !important;
  }

  .rt-reveal {
    transform: none;
    opacity: 1;
  }
}

/* Aruba image-grid corrections: balanced crops without distorting source photos. */
body[data-trip-key="aruba"] .rt-gallery__grid {
  min-height: 0;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-template-rows: repeat(2, clamp(220px, 16vw, 300px));
  gap: 8px;
}

body[data-trip-key="aruba"] .rt-gallery__item,
body[data-trip-key="aruba"] .rt-gallery__item--1,
body[data-trip-key="aruba"] .rt-gallery__item--2,
body[data-trip-key="aruba"] .rt-gallery__item--3,
body[data-trip-key="aruba"] .rt-gallery__item--4,
body[data-trip-key="aruba"] .rt-gallery__item--5,
body[data-trip-key="aruba"] .rt-gallery__item--6,
body[data-trip-key="aruba"] .rt-gallery__item--7,
body[data-trip-key="aruba"] .rt-gallery__item--8 {
  display: block;
  min-width: 0;
  min-height: 0;
  grid-column: auto;
  grid-row: auto;
  border-radius: 8px;
}

body[data-trip-key="aruba"] .rt-gallery__item img,
body[data-trip-key="aruba"] .rt-stay__image img,
body[data-trip-key="aruba"] .rt-accom__route img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center;
}

body[data-trip-key="aruba"] .rt-accom__grid--single,
body[data-trip-key="aruba"] .rt-accom__route {
  width: min(100%, 960px);
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
}

body[data-trip-key="aruba"] .rt-accom__grid--single {
  grid-template-columns: minmax(0, 1fr);
}

body[data-trip-key="aruba"] .rt-accom__grid--single .rt-stay {
  width: 100%;
}

body[data-trip-key="aruba"] .rt-accom__grid--single .rt-stay__image {
  aspect-ratio: 16 / 9;
}

body[data-trip-key="aruba"] .rt-accom__route {
  height: auto;
  min-height: 0;
  margin-top: 32px;
  aspect-ratio: 16 / 5;
}

body[data-trip-key="aruba"] .rt-accom__route img {
  position: absolute;
  inset: 0;
}

@media (max-width: 900px) {
  body[data-trip-key="aruba"] .rt-gallery__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(4, clamp(220px, 34vw, 290px));
  }
}

@media (max-width: 560px) {
  body[data-trip-key="aruba"] .rt-gallery__grid {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(8, 250px);
    gap: 8px;
  }

  body[data-trip-key="aruba"] .rt-accom__grid--single .rt-stay__image {
    aspect-ratio: 4 / 3;
  }

  body[data-trip-key="aruba"] .rt-accom__route {
    aspect-ratio: 4 / 3;
  }
}

/* Reference-layout alignment
   These rules intentionally keep the shared LDTG header/footer untouched while
   giving the journey body the full-bleed composition of the approved template. */
.rt-intro {
  padding: 120px 0 100px;
}

.rt-intro__grid {
  gap: 56px;
}

.rt-pill {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 14px;
}

.rt-pill svg {
  width: 15px;
  height: 15px;
  color: var(--rt-gold);
}

.rt-fit {
  padding: 110px 0 0;
  overflow: hidden;
}

.rt-fit > .rt-section-head {
  max-width: 700px;
  margin: 0 auto 72px;
  padding: 0 24px;
}

.rt-fit__grid {
  min-height: 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: 380px 380px;
  gap: 3px;
}

.rt-fit-card,
.rt-fit-card--featured {
  min-height: 0;
  border: 0;
  border-radius: 0;
}

.rt-fit-card:nth-child(1) {
  grid-column: 1;
  grid-row: 1;
}

.rt-fit-card--featured {
  grid-column: 2;
  grid-row: 1 / 3;
}

.rt-fit-card:nth-child(3) {
  grid-column: 3;
  grid-row: 1;
}

.rt-fit-card:nth-child(4) {
  grid-column: 1;
  grid-row: 2;
}

.rt-fit-card:nth-child(5) {
  grid-column: 3;
  grid-row: 2;
}

.rt-fit-card--featured::before {
  position: absolute;
  z-index: 3;
  inset: 0 auto 0 0;
  width: 3px;
  content: "";
  background: linear-gradient(180deg, transparent, var(--rt-gold) 20%, var(--rt-gold) 80%, transparent);
}

.rt-fit-card::after {
  background:
    linear-gradient(0deg, rgba(5, 12, 24, 0.98) 0%, rgba(5, 12, 24, 0.62) 45%, rgba(5, 12, 24, 0.12) 100%);
}

.rt-fit-card--featured::after {
  background:
    linear-gradient(0deg, rgba(5, 12, 24, 0.98) 0%, rgba(5, 12, 24, 0.4) 55%, rgba(5, 12, 24, 0.08) 100%);
}

.rt-fit-card__body {
  padding: 32px 28px;
}

.rt-fit-card--featured .rt-fit-card__body {
  padding: 36px 32px;
}

.rt-fit-card__icon {
  width: 44px;
  height: 44px;
  margin-bottom: 17px;
  background: rgba(5, 12, 24, 0.56);
}

.rt-fit-card h3 {
  font-size: 1.3rem;
}

.rt-fit-card--featured h3 {
  font-size: 1.55rem;
}

.rt-fit-card p {
  font-size: 0.79rem;
  line-height: 1.7;
}

.rt-fit-card__tag {
  margin-top: 15px;
  padding: 6px 10px;
  border: 1px solid rgba(232, 128, 40, 0.2);
  border-radius: 999px;
  background: rgba(5, 12, 24, 0.52);
  letter-spacing: 0.11em;
}

.rt-reality {
  display: block;
  margin: 3px 0 0;
  padding: 52px;
  border: 0;
  border-top: 1px solid rgba(232, 128, 40, 0.22);
  border-bottom: 1px solid rgba(232, 128, 40, 0.22);
  border-radius: 0;
  background:
    radial-gradient(circle at 20% 0, rgba(232, 128, 40, 0.1), transparent 35%),
    rgba(5, 12, 24, 0.68);
}

.rt-reality__inner {
  display: flex;
  width: min(100%, 1280px);
  margin: 0 auto;
  align-items: center;
  gap: 80px;
}

.rt-reality__title {
  flex: 0 0 280px;
}

.rt-reality__title > span {
  display: block;
  margin-bottom: 12px;
  color: rgba(255, 255, 255, 0.38);
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.rt-reality h3 {
  font-size: 1.85rem;
  line-height: 1.13;
}

.rt-reality h3 em {
  color: #ef756d;
}

.rt-reality ul {
  display: grid;
  flex: 1;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 48px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.rt-reality li {
  position: relative;
  padding-left: 31px;
  color: rgba(255, 255, 255, 0.57);
  font-size: 0.8rem;
  line-height: 1.55;
}

.rt-reality li::before {
  position: absolute;
  top: -1px;
  left: 0;
  display: grid;
  width: 20px;
  height: 20px;
  place-items: center;
  content: "×";
  border: 1px solid rgba(239, 117, 109, 0.45);
  border-radius: 50%;
  color: #ef756d;
  font-size: 0.8rem;
}

.rt-fit__cta-block {
  padding: 72px 24px 100px;
  text-align: center;
  background: var(--rt-mid);
}

.rt-fit__cta-block p {
  max-width: 790px;
  margin: 0 auto 28px !important;
  color: rgba(255, 255, 255, 0.54);
  font-family: var(--rt-serif);
  font-size: 1.15rem;
  line-height: 1.65;
}

.rt-fit__cta-block strong {
  color: rgba(255, 255, 255, 0.94);
  font-weight: 400;
}

.rt-fit__cta-block small {
  display: block;
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.35);
  font-size: 0.67rem;
}

.rt-highlights {
  padding: 112px 0 0;
}

.rt-highlights > .rt-section-head {
  max-width: 680px;
  margin: 0 auto 80px;
  padding: 0 24px;
}

.rt-highlights__list {
  gap: 0;
}

.rt-highlight {
  min-height: 520px;
  border: 0;
  border-radius: 0;
  background: var(--rt-deep);
}

.rt-highlight:nth-child(even) {
  background: var(--rt-mid);
}

.rt-highlight__image {
  min-height: 420px;
}

.rt-highlight--flip .rt-highlight__image {
  order: 2;
}

.rt-highlight--flip .rt-highlight__content {
  order: 1;
}

.rt-highlight__image::after {
  background: linear-gradient(90deg, transparent 55%, var(--rt-deep));
}

.rt-highlight:nth-child(even) .rt-highlight__image::after {
  background: linear-gradient(270deg, transparent 55%, var(--rt-mid));
}

.rt-highlight__number {
  top: 20px;
  right: auto;
  bottom: auto;
  left: 24px;
  font-size: 4.5rem;
}

.rt-highlight--flip .rt-highlight__number {
  right: 24px;
  left: auto;
}

.rt-highlight__content,
.rt-highlight--flip .rt-highlight__content {
  padding: 64px 56px 64px 64px;
}

.rt-highlight--flip .rt-highlight__content {
  padding-right: 64px;
  padding-left: 56px;
}

.rt-highlight__content::before {
  top: 64px;
  bottom: 64px;
  left: 30px;
  opacity: 0.65;
}

.rt-highlight--flip .rt-highlight__content::before {
  right: 30px;
  left: auto;
}

.rt-highlight__tag {
  display: flex;
  align-items: center;
  gap: 12px;
}

.rt-highlight__tag::before {
  width: 28px;
  height: 1px;
  content: "";
  background: var(--rt-gold);
}

.rt-highlight h3 {
  font-size: clamp(1.9rem, 3vw, 2.65rem);
}

.rt-highlight p {
  max-width: 560px;
  font-size: 0.86rem;
  line-height: 1.78;
}

.rt-highlight ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.rt-highlight li {
  padding-left: 23px;
  font-size: 0.75rem;
}

.rt-highlight li::before {
  top: -1px;
  display: grid;
  width: 15px;
  height: 15px;
  place-items: center;
  border: 1px solid rgba(232, 128, 40, 0.32);
  border-radius: 50%;
  font-size: 0.55rem;
}

.rt-highlights__stats {
  display: flex;
  min-height: 96px;
  margin: 0;
  padding: 0 52px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-top: 1px solid var(--rt-line);
  border-radius: 0;
  background:
    linear-gradient(90deg, rgba(232, 128, 40, 0.06), transparent 34%, transparent 66%, rgba(232, 128, 40, 0.06)),
    var(--rt-mid);
}

.rt-highlights__stats div {
  min-width: 150px;
  padding: 0 34px;
}

.rt-highlights__stats div + div {
  border-left: 1px solid var(--rt-line);
}

.rt-highlights__stats strong {
  font-size: 1.55rem;
}

.rt-highlights__stats .rt-button {
  margin-left: 42px;
  white-space: nowrap;
}

.rt-gallery {
  padding: 112px 0 0;
}

.rt-gallery > .rt-section-head {
  max-width: 640px;
  margin: 0 auto 64px;
  padding: 0 24px;
}

.rt-gallery__grid {
  min-height: 0;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  grid-template-rows: 260px 260px 280px 300px;
  gap: 4px;
}

.rt-gallery__item {
  min-height: 0;
  border: 0;
  border-radius: 0;
}

.rt-gallery__item--1 {
  grid-column: 1 / 4;
  grid-row: 1 / 3;
}

.rt-gallery__item--2 {
  grid-column: 4;
  grid-row: 1 / 3;
}

.rt-gallery__item--3 {
  grid-column: 5;
  grid-row: 1 / 3;
}

.rt-gallery__item--4 {
  grid-column: 1 / 3;
  grid-row: 3;
}

.rt-gallery__item--5 {
  grid-column: 3 / 6;
  grid-row: 3;
}

.rt-gallery__item--6 {
  grid-column: 1;
  grid-row: 4;
}

.rt-gallery__item--7 {
  grid-column: 2 / 5;
  grid-row: 4;
}

.rt-gallery__item--8 {
  grid-column: 5;
  grid-row: 4;
}

/* Alaska uses a complete editorial grid with no overlapping or empty cells. */
@media (min-width: 901px) {
  body[data-trip-key="alaska"] .rt-gallery__grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    grid-template-rows: 260px 260px 280px 300px;
  }

  body[data-trip-key="alaska"] .rt-gallery__item--1 {
    grid-column: 1 / 4;
    grid-row: 1 / 3;
  }

  body[data-trip-key="alaska"] .rt-gallery__item--2 {
    grid-column: 4;
    grid-row: 1 / 3;
  }

  body[data-trip-key="alaska"] .rt-gallery__item--3 {
    grid-column: 5;
    grid-row: 1 / 3;
  }

  body[data-trip-key="alaska"] .rt-gallery__item--4 {
    grid-column: 1 / 3;
    grid-row: 3;
  }

  body[data-trip-key="alaska"] .rt-gallery__item--5 {
    grid-column: 3 / 6;
    grid-row: 3;
  }

  body[data-trip-key="alaska"] .rt-gallery__item--6 {
    grid-column: 1;
    grid-row: 4;
  }

  body[data-trip-key="alaska"] .rt-gallery__item--7 {
    grid-column: 2 / 5;
    grid-row: 4;
  }

  body[data-trip-key="alaska"] .rt-gallery__item--8 {
    grid-column: 5;
    grid-row: 4;
  }
}

.rt-gallery__item img {
  position: absolute;
  inset: 0;
  object-fit: cover;
}

body[data-trip-key="alaska"] .rt-fit-card:nth-child(3) .rt-fit-card__bg {
  object-position: center bottom;
}

.rt-gallery__item::after {
  display: none;
}

.rt-gallery__caption {
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  padding: 54px 22px 20px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  transform: translateY(100%);
  background: linear-gradient(transparent, rgba(5, 12, 24, 0.92));
  transition: transform 0.35s ease;
}

.rt-gallery__item:hover .rt-gallery__caption,
.rt-gallery__item:focus-visible .rt-gallery__caption {
  transform: translateY(0);
}

.rt-gallery__caption strong {
  font-size: 1.05rem;
}

.rt-gallery__expand {
  position: absolute;
  z-index: 2;
  top: 14px;
  right: 14px;
  opacity: 0;
  transition: opacity 0.25s ease;
}

.rt-gallery__item:hover .rt-gallery__expand,
.rt-gallery__item:focus-visible .rt-gallery__expand {
  opacity: 1;
}

.rt-gallery__cta {
  margin: 0;
  padding: 36px 52px;
  border: 0;
  border-top: 1px solid rgba(232, 128, 40, 0.22);
  border-radius: 0;
  background: var(--rt-deep);
}

@media (max-width: 1100px) {
  .rt-fit__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(3, 340px);
  }

  .rt-fit-card:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
  }

  .rt-fit-card--featured {
    min-height: 0;
    grid-column: 2;
    grid-row: 1 / 3;
  }

  .rt-fit-card:nth-child(3) {
    grid-column: 1;
    grid-row: 2;
  }

  .rt-fit-card:nth-child(4) {
    grid-column: 1;
    grid-row: 3;
  }

  .rt-fit-card:nth-child(5) {
    grid-column: 2;
    grid-row: 3;
  }

  .rt-reality__inner {
    gap: 52px;
  }

  .rt-highlight__content,
  .rt-highlight--flip .rt-highlight__content {
    padding: 52px 44px;
  }

  .rt-highlight__content::before {
    left: 20px;
  }

  .rt-highlight--flip .rt-highlight__content::before {
    right: 20px;
    left: auto;
  }

  .rt-highlights__stats {
    padding-inline: 22px;
  }

  .rt-highlights__stats div {
    min-width: 120px;
    padding-inline: 19px;
  }

  .rt-highlights__stats .rt-button {
    margin-left: 24px;
  }

  .rt-gallery__grid {
    grid-template-rows: 220px 220px 240px 260px;
  }
}

@media (max-width: 820px) {
  .rt-intro {
    padding: 84px 0 76px;
  }

  .rt-fit {
    padding-top: 84px;
  }

  .rt-fit > .rt-section-head {
    margin-bottom: 54px;
  }

  .rt-fit__grid {
    grid-template-rows: repeat(3, 300px);
  }

  .rt-reality {
    padding: 42px 30px;
  }

  .rt-reality__inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 30px;
  }

  .rt-reality__title {
    flex-basis: auto;
  }

  .rt-reality ul {
    width: 100%;
  }

  .rt-fit__cta-block {
    padding: 62px 28px 82px;
  }

  .rt-highlights,
  .rt-gallery {
    padding-top: 84px;
  }

  .rt-highlights > .rt-section-head {
    margin-bottom: 56px;
  }

  .rt-highlight {
    grid-template-columns: 1fr;
  }

  .rt-highlight--flip .rt-highlight__image,
  .rt-highlight--flip .rt-highlight__content {
    order: initial;
  }

  .rt-highlight__image {
    min-height: 340px;
  }

  .rt-highlight__image::after,
  .rt-highlight:nth-child(even) .rt-highlight__image::after {
    background: linear-gradient(0deg, var(--rt-deep), transparent 58%);
  }

  .rt-highlight:nth-child(even) .rt-highlight__image::after {
    background: linear-gradient(0deg, var(--rt-mid), transparent 58%);
  }

  .rt-highlight__content,
  .rt-highlight--flip .rt-highlight__content {
    padding: 40px 38px 48px;
  }

  .rt-highlight__content::before,
  .rt-highlight--flip .rt-highlight__content::before {
    top: 42px;
    right: auto;
    bottom: 48px;
    left: 17px;
  }

  .rt-highlights__stats {
    display: grid;
    min-height: 0;
    padding: 30px 24px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rt-highlights__stats div {
    min-width: 0;
    padding: 18px 12px;
  }

  .rt-highlights__stats div:nth-child(3) {
    border-left: 0;
    border-top: 1px solid var(--rt-line);
  }

  .rt-highlights__stats div:nth-child(4) {
    border-top: 1px solid var(--rt-line);
  }

  .rt-highlights__stats .rt-button {
    min-width: min(100%, 300px);
    margin: 28px auto 0;
    grid-column: 1 / -1;
  }

  .rt-gallery > .rt-section-head {
    margin-bottom: 52px;
  }

  .rt-gallery__grid {
    min-height: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: 320px 230px 230px 260px;
  }

  .rt-gallery__item--1 {
    grid-column: 1 / 3;
    grid-row: 1;
  }

  .rt-gallery__item--2,
  .rt-gallery__item--3,
  .rt-gallery__item--4,
  .rt-gallery__item--5,
  .rt-gallery__item--6,
  .rt-gallery__item--7,
  .rt-gallery__item--8 {
    grid-column: auto;
    grid-row: auto;
  }

  .rt-gallery__caption {
    transform: none;
  }

  .rt-gallery__expand {
    opacity: 1;
  }
}

@media (max-width: 560px) {
  .rt-intro {
    padding: 70px 0 64px;
  }

  .rt-pill {
    width: auto;
  }

  .rt-fit {
    padding-top: 70px;
  }

  .rt-fit > .rt-section-head {
    margin-bottom: 42px;
  }

  .rt-fit__grid {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(5, 280px);
  }

  .rt-fit-card,
  .rt-fit-card--featured,
  .rt-fit-card:nth-child(1),
  .rt-fit-card:nth-child(3),
  .rt-fit-card:nth-child(4),
  .rt-fit-card:nth-child(5) {
    min-height: 0;
    grid-column: 1;
    grid-row: auto;
  }

  .rt-fit-card__body,
  .rt-fit-card--featured .rt-fit-card__body {
    padding: 25px 22px;
  }

  .rt-fit-card__icon {
    width: 38px;
    height: 38px;
    margin-bottom: 13px;
  }

  .rt-fit-card p {
    max-height: 100px;
    margin-top: 8px !important;
  }

  .rt-reality {
    padding: 38px 22px;
  }

  .rt-reality ul {
    grid-template-columns: 1fr;
  }

  .rt-fit__cta-block {
    padding: 54px 20px 70px;
  }

  .rt-fit__cta-block p {
    font-size: 1rem;
  }

  .rt-highlights,
  .rt-gallery {
    padding-top: 70px;
  }

  .rt-highlights > .rt-section-head,
  .rt-gallery > .rt-section-head {
    margin-bottom: 42px;
  }

  .rt-highlight__image {
    min-height: 260px;
  }

  .rt-highlight__number,
  .rt-highlight--flip .rt-highlight__number {
    top: 14px;
    right: auto;
    left: 16px;
    font-size: 3.3rem;
  }

  .rt-highlight__content,
  .rt-highlight--flip .rt-highlight__content {
    padding: 32px 22px 38px;
  }

  .rt-highlight__content::before,
  .rt-highlight--flip .rt-highlight__content::before {
    display: none;
  }

  .rt-highlights__stats {
    padding-inline: 16px;
  }

  .rt-gallery__grid {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(6, 270px);
  }

  .rt-gallery__item,
  .rt-gallery__item--1,
  .rt-gallery__item--2,
  .rt-gallery__item--3,
  .rt-gallery__item--4,
  .rt-gallery__item--5,
  .rt-gallery__item--6 {
    min-height: 0;
    grid-column: 1;
    grid-row: auto;
  }

  .rt-gallery__item--7,
  .rt-gallery__item--8 {
    display: none;
  }

  .rt-gallery__cta {
    padding: 30px 22px;
    align-items: stretch;
  }

  .rt-gallery__cta .rt-button {
    width: 100%;
  }
}

/* Lower journey sections */
.rt-section-label:not(.rt-section-label--center)::after {
  display: none;
}

.rt-inclusions {
  padding: 112px 0 100px;
  border-top: 1px solid rgba(232, 128, 40, 0.16);
}

.rt-inclusions .rt-section-head {
  max-width: 620px;
  margin-bottom: 72px;
}

.rt-inclusions__grid {
  grid-template-columns: 1.1fr 0.9fr;
  gap: 48px;
  align-items: start;
}

.rt-inclusions__card {
  padding: 32px;
  border-radius: 16px;
}

.rt-inclusions__card--included {
  padding: 36px;
  border-color: rgba(255, 255, 255, 0.06);
}

.rt-card-title {
  gap: 14px;
  margin-bottom: 32px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  font-family: var(--rt-sans);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.rt-card-title span {
  width: 36px;
  height: 36px;
}

.rt-included-list li {
  min-height: 64px;
  margin: 0 -8px;
  padding: 15px 8px 15px 58px;
  justify-content: center;
  border-radius: 8px;
  transition: background 0.25s ease;
}

.rt-included-list li:hover {
  background: rgba(232, 128, 40, 0.04);
}

.rt-included-list li::before {
  top: 15px;
  left: 8px;
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid rgba(232, 128, 40, 0.2);
  border-radius: 8px;
  background: rgba(232, 128, 40, 0.1);
}

.rt-included-list strong {
  font-size: 0.78rem;
}

.rt-included-list span {
  font-size: 0.7rem;
}

.rt-not-list {
  gap: 14px;
}

.rt-not-list li {
  padding: 0 0 0 18px;
  border: 0;
  font-size: 0.77rem;
  line-height: 1.55;
}

.rt-not-list li::before {
  top: 7px;
  width: 6px;
  height: 6px;
  overflow: hidden;
  border-radius: 50%;
  color: transparent;
  background: rgba(239, 117, 109, 0.55);
}

/* Ghana confirmed-inclusions accordion */
.rt-inclusions__grid--accordions {
  width: min(100%, 980px);
  margin-inline: auto;
  grid-template-columns: minmax(0, 1fr);
  gap: 14px;
}

.rt-inclusion-accordion {
  overflow: hidden;
  border: 1px solid rgba(232, 128, 40, 0.22);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.025);
  transition: border-color 0.3s ease, background 0.3s ease, box-shadow 0.3s ease;
}

.rt-inclusion-accordion[open] {
  border-color: rgba(232, 128, 40, 0.58);
  background: rgba(232, 128, 40, 0.055);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.18);
}

.rt-inclusion-accordion summary {
  display: grid;
  min-height: 94px;
  padding: 24px 28px;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 22px;
  color: #fff;
  cursor: pointer;
  list-style: none;
  -webkit-tap-highlight-color: transparent;
}

.rt-inclusion-accordion summary::-webkit-details-marker {
  display: none;
}

.rt-inclusion-accordion summary:focus-visible {
  outline: 2px solid var(--rt-gold);
  outline-offset: -4px;
}

.rt-inclusion-accordion__title {
  display: grid;
  gap: 7px;
}

.rt-inclusion-accordion__title strong {
  color: rgba(255, 255, 255, 0.94);
  font-size: clamp(0.82rem, 1.4vw, 1rem);
  font-weight: 700;
  letter-spacing: 0.11em;
  line-height: 1.4;
  text-transform: uppercase;
}

.rt-inclusion-accordion__title small {
  color: rgba(255, 255, 255, 0.44);
  font-size: 0.68rem;
  letter-spacing: 0.04em;
}

.rt-inclusion-accordion__indicator {
  position: relative;
  display: block;
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  border: 1px solid rgba(232, 128, 40, 0.45);
  border-radius: 50%;
  background: rgba(232, 128, 40, 0.08);
  transition: transform 0.35s ease, background 0.3s ease;
}

.rt-inclusion-accordion__indicator::before,
.rt-inclusion-accordion__indicator::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 2px;
  border-radius: 2px;
  content: "";
  background: var(--rt-gold-light);
  transform: translate(-50%, -50%);
  transition: opacity 0.25s ease, transform 0.35s ease;
}

.rt-inclusion-accordion__indicator::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.rt-inclusion-accordion[open] .rt-inclusion-accordion__indicator {
  background: rgba(232, 128, 40, 0.17);
  transform: rotate(180deg);
}

.rt-inclusion-accordion[open] .rt-inclusion-accordion__indicator::after {
  opacity: 0;
}

.rt-inclusion-accordion__panel,
.rt-inclusion-accordion:not([open]) > .rt-inclusion-accordion__panel {
  display: grid;
  grid-template-rows: 0fr;
  opacity: 0;
  transition: grid-template-rows 0.42s ease, opacity 0.3s ease;
}

.rt-inclusion-accordion[open] > .rt-inclusion-accordion__panel {
  grid-template-rows: 1fr;
  opacity: 1;
}

.rt-inclusion-accordion__inner {
  overflow: hidden;
}

.rt-inclusion-accordion__inner ul {
  display: grid;
  margin: 0 28px;
  padding: 2px 0 26px;
  list-style: none;
}

.rt-inclusion-accordion__inner li {
  position: relative;
  margin: 0;
  padding: 12px 0 12px 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.055);
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.78rem;
  line-height: 1.55;
}

.rt-inclusion-accordion__inner li::before {
  position: absolute;
  top: 12px;
  left: 2px;
  color: var(--rt-gold);
  content: "✓";
  font-weight: 700;
}

.rt-facts {
  margin-top: 24px;
  padding: 24px;
  gap: 16px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.02);
}

.rt-facts div {
  padding: 0;
  background: transparent;
}

.rt-facts small {
  color: var(--rt-gold);
}

.rt-member-callout {
  margin-top: 24px;
  padding: 28px;
  gap: 18px;
  border-radius: 12px;
}

.rt-member-callout > span {
  width: 44px;
  height: 44px;
  border: 1px solid rgba(232, 128, 40, 0.3);
  border-radius: 10px;
  color: var(--rt-gold-light);
  background: rgba(232, 128, 40, 0.14);
}

.rt-member-callout strong {
  color: var(--rt-gold-light);
}

.rt-pricing {
  padding: 120px 0 100px;
}

.rt-pricing .rt-section-head {
  margin-bottom: 56px;
}

.rt-pricing__cards {
  width: 100%;
  max-width: 996px;
  gap: 24px;
}

.rt-price-card {
  padding: 36px;
  border-radius: 16px;
}

.rt-price-card__badge {
  top: -14px;
  padding-inline: 20px;
  transform: translateX(-50%);
}

.rt-price-card__deposit {
  border: 1px solid rgba(232, 128, 40, 0.18);
  border-radius: 8px;
}

.rt-pricing__note {
  margin-top: 24px !important;
  margin-bottom: 64px !important;
}

.rt-next {
  max-width: 996px;
  margin: 0 auto;
  padding: 44px 48px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.03);
}

.rt-next h3 {
  margin-bottom: 36px !important;
  color: var(--rt-gold);
  font-family: var(--rt-sans) !important;
  font-size: 0.67rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.rt-next__steps {
  position: relative;
}

.rt-next__steps::before {
  position: absolute;
  z-index: 0;
  top: 20px;
  right: 16.665%;
  left: 16.665%;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, var(--rt-gold), rgba(232, 128, 40, 0.1));
}

.rt-next__step {
  z-index: 1;
}

.rt-next__step + .rt-next__step::before {
  display: none;
}

.rt-next__num {
  width: 40px;
  height: 40px;
  color: var(--rt-deep);
  border: 0;
  background: linear-gradient(135deg, var(--rt-gold), var(--rt-gold-light));
  font-family: var(--rt-sans);
  font-weight: 700;
  box-shadow: 0 4px 20px rgba(232, 128, 40, 0.4);
}

.rt-itinerary {
  padding: 112px 0 100px;
  border-top: 1px solid rgba(232, 128, 40, 0.16);
  background: var(--rt-mid);
}

.rt-itinerary .rt-section-head {
  max-width: 620px;
  margin-bottom: 72px;
}

.rt-itinerary__layout {
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 56px;
}

.rt-day-nav {
  top: 100px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.rt-day-nav__label {
  margin: 0 0 12px 14px !important;
  color: rgba(255, 255, 255, 0.28) !important;
  font-size: 0.58rem;
  letter-spacing: 0.18em;
}

.rt-day-nav__buttons {
  display: flex;
  margin-bottom: 24px;
  flex-direction: column;
  gap: 2px;
}

.rt-day-nav button {
  display: flex;
  padding: 10px 14px;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  border: 0;
  border-left: 2px solid transparent;
  border-radius: 8px;
  background: transparent;
  font-size: 0.7rem;
  font-weight: 600;
  text-align: left;
}

.rt-day-nav button span {
  display: block;
  max-width: 170px;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.28);
  font-size: 0.61rem;
  font-weight: 400;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rt-day-nav button:hover,
.rt-day-nav button.is-active {
  color: var(--rt-gold-light);
  border-color: var(--rt-gold);
  background: rgba(232, 128, 40, 0.08);
}

.rt-day-nav button:hover span,
.rt-day-nav button.is-active span {
  color: var(--rt-gold);
}

.rt-day-nav__cta {
  width: 100%;
  min-height: 44px;
  padding-inline: 14px;
}

.rt-itinerary__days {
  gap: 0;
}

.rt-itinerary__days::before {
  top: 24px;
  bottom: 24px;
  left: 19px;
  width: 2px;
}

.rt-day {
  margin: 0 0 8px;
  overflow: hidden;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.02);
}

.rt-day.is-open {
  border-color: rgba(232, 128, 40, 0.25);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.2);
}

.rt-day__trigger {
  min-height: 84px;
  padding: 22px 24px 22px 64px;
}

.rt-day__bubble {
  top: 22px;
  left: 10px;
  width: 40px;
  height: 40px;
  border-width: 2px;
  color: rgba(255, 255, 255, 0.45);
  background: var(--rt-mid);
  font-family: var(--rt-sans);
  font-size: 0.64rem;
  font-weight: 700;
}

.rt-day.is-open .rt-day__bubble {
  color: var(--rt-gold-light);
  border-color: var(--rt-gold);
  background: rgba(232, 128, 40, 0.1);
}

.rt-day__head {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.rt-day__head strong {
  order: 1;
  font-family: var(--rt-sans);
  font-size: 0.84rem;
  font-weight: 600;
}

.rt-day__head small {
  order: 2;
  margin: 0;
  color: rgba(255, 255, 255, 0.35);
  font-size: 0.67rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  text-transform: none;
}

.rt-day__body {
  padding: 0 24px 0 64px;
  grid-template-columns: 200px 1fr;
  gap: 24px;
}

.rt-day.is-open .rt-day__body {
  max-height: 620px;
  padding-bottom: 28px;
}

.rt-day__body img {
  min-height: 0;
  aspect-ratio: 4 / 3;
  border-radius: 10px;
}

.rt-day__copy {
  padding: 0;
}

.rt-day__copy p {
  font-size: 0.78rem;
  line-height: 1.75;
}

.rt-day__tags {
  align-items: flex-start;
  flex-direction: column;
  gap: 9px;
  margin-top: 14px;
}

.rt-day__tags span {
  position: relative;
  padding: 0 0 0 17px;
  border: 0;
  border-radius: 0;
  background: transparent;
  font-size: 0.73rem;
}

.rt-day__tags span::before {
  position: absolute;
  top: 5px;
  left: 0;
  width: 7px;
  height: 7px;
  content: "";
  border-radius: 50%;
  background: var(--rt-gold);
  box-shadow: 0 0 6px rgba(232, 128, 40, 0.5);
}

.rt-itinerary-addon {
  position: relative;
  margin: 26px 0 0 58px;
  padding: 30px 32px;
  border: 1px solid rgba(232, 128, 40, 0.34);
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(232, 128, 40, 0.09), rgba(255, 255, 255, 0.02));
}

.rt-itinerary-addon__label {
  display: block;
  margin-bottom: 8px;
  color: var(--rt-gold);
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.rt-itinerary-addon h3 {
  margin: 0 0 6px !important;
  color: #fff;
  font-family: var(--rt-serif);
  font-size: clamp(1.45rem, 2.7vw, 2.15rem);
  font-weight: 400;
}

.rt-itinerary-addon > strong {
  color: var(--rt-gold-light);
  font-size: 0.75rem;
}

.rt-itinerary-addon p {
  margin-top: 14px !important;
  font-size: 0.8rem;
  line-height: 1.65;
}

.rt-itinerary-addon ul {
  display: grid;
  margin: 18px 0 0;
  padding: 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 24px;
  list-style: none;
}

.rt-itinerary-addon li {
  position: relative;
  padding-left: 18px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.74rem;
}

.rt-itinerary-addon li::before {
  position: absolute;
  left: 0;
  color: var(--rt-gold);
  content: "✓";
}

.rt-itinerary-addon > small {
  display: block;
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.42);
  font-size: 0.68rem;
}

.rt-accom {
  padding: 112px 0 100px;
}

.rt-accom .rt-section-head {
  max-width: 680px;
  margin-bottom: 64px;
}

.rt-accom__grid {
  gap: 28px;
}

.rt-accom__route {
  height: 260px;
  margin-top: 32px;
}

.rt-accom__route img {
  height: 260px;
}

.rt-practical {
  padding: 100px 0 88px;
}

.rt-practical .rt-section-head {
  max-width: 560px;
  margin-bottom: 60px;
}

.rt-practical__grid {
  gap: 28px;
}

.rt-practical__block {
  border-radius: 16px;
}

.rt-insurance {
  margin-top: 28px;
  padding: 28px 32px;
  border-radius: 12px;
}

.rt-insurance > span {
  width: 48px;
  height: 48px;
  border-radius: 10px;
}

.rt-support {
  padding: 112px 0 100px;
}

.rt-support__grid {
  width: min(100% - 104px, 1200px);
  grid-template-columns: 1fr 1.1fr;
  gap: 72px;
}

.rt-support__form-wrap {
  padding: 40px;
  border-radius: 16px;
}

.rt-support__form {
  gap: 20px;
}

.rt-form-row {
  gap: 16px;
}

.rt-field input,
.rt-field select,
.rt-field textarea {
  padding: 13px 16px;
  border-radius: 8px;
  font-size: 0.78rem;
}

.rt-support__form .rt-button {
  width: 100%;
  min-height: 52px;
}

@media (max-width: 1100px) {
  .rt-inclusions__grid {
    gap: 36px;
  }

  .rt-inclusions__card--included {
    padding: 28px;
  }

  .rt-itinerary__layout {
    grid-template-columns: 190px minmax(0, 1fr);
    gap: 40px;
  }

  .rt-day__body {
    grid-template-columns: 160px 1fr;
    gap: 18px;
  }
}

@media (max-width: 820px) {
  .rt-inclusions,
  .rt-pricing,
  .rt-itinerary,
  .rt-accom,
  .rt-support {
    padding: 84px 0 76px;
  }

  .rt-inclusions .rt-section-head,
  .rt-itinerary .rt-section-head {
    margin-bottom: 52px;
  }

  .rt-inclusions__grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .rt-inclusions__grid--accordions {
    gap: 12px;
  }

  .rt-inclusion-accordion summary {
    min-height: 82px;
    padding: 20px 18px;
    gap: 14px;
  }

  .rt-inclusion-accordion__indicator {
    width: 34px;
    height: 34px;
  }

  .rt-inclusion-accordion__inner ul {
    margin: 0 18px;
    padding-bottom: 20px;
  }

  .rt-inclusion-accordion__inner li {
    padding: 11px 0 11px 26px;
    font-size: 0.75rem;
  }

  .rt-next {
    padding: 36px 32px;
  }

  .rt-day-nav {
    display: none;
  }

  .rt-itinerary__layout {
    grid-template-columns: 1fr;
  }

  .rt-support__grid {
    width: min(100% - 40px, 720px);
  }
}

@media (max-width: 560px) {
  .rt-inclusions,
  .rt-pricing,
  .rt-itinerary,
  .rt-accom,
  .rt-support {
    padding: 64px 0 60px;
  }

  .rt-practical {
    padding: 64px 0 56px;
  }

  .rt-inclusions .rt-section-head,
  .rt-itinerary .rt-section-head,
  .rt-accom .rt-section-head,
  .rt-practical .rt-section-head {
    margin-bottom: 40px;
  }

  .rt-inclusions__card,
  .rt-inclusions__card--included {
    padding: 24px 20px;
  }

  .rt-facts {
    padding: 20px;
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .rt-member-callout {
    padding: 22px 18px;
    gap: 14px;
  }

  .rt-next {
    padding: 28px 22px;
  }

  .rt-next__steps {
    gap: 32px;
  }

  .rt-next__steps::before {
    display: none;
  }

  .rt-next__step {
    display: grid;
    padding: 0;
    grid-template-columns: 40px 1fr;
    text-align: left;
  }

  .rt-next__num {
    margin: 0;
    grid-row: 1 / 3;
  }

  .rt-day {
    margin-left: 0;
  }

  .rt-day__trigger {
    min-height: 72px;
    padding: 18px 18px 18px 56px;
  }

  .rt-day__bubble {
    position: absolute;
    top: 18px;
    left: 8px;
    width: 34px;
    height: 34px;
    margin: 0;
  }

  .rt-itinerary__days::before {
    display: block;
    left: 15px;
  }

  .rt-day__body {
    padding: 0 16px;
    grid-template-columns: 1fr;
  }

  .rt-day.is-open .rt-day__body {
    max-height: 900px;
    padding-bottom: 22px;
  }

  .rt-day__body img {
    min-height: 0;
    aspect-ratio: 16 / 9;
  }

  .rt-itinerary-addon {
    margin-left: 0;
    padding: 24px 20px;
  }

  .rt-itinerary-addon ul {
    grid-template-columns: 1fr;
  }

  .rt-support__grid {
    width: calc(100% - 32px);
  }

  .rt-support__form-wrap {
    padding: 26px 22px;
  }
}

/*
 * Keep the Group Journey composition proportionate on ultra-wide and
 * zoomed-out displays. Standard desktop and all smaller breakpoints retain
 * their existing measurements.
 */
@media (min-width: 2200px) {
  .rt-shell {
    width: min(64vw, 2620px);
  }

  .rt-section {
    padding: clamp(112px, 5vw, 205px) 0 clamp(100px, 4.5vw, 184px);
  }

  .rt-section-head {
    max-width: min(44vw, 1800px);
    margin-bottom: clamp(64px, 3vw, 123px);
  }

  .rt-section-copy {
    max-width: min(38vw, 1560px);
  }

  .rt-hero {
    min-height: max(980px, 100svh);
    padding-bottom: clamp(82px, 3.8vw, 156px);
  }

  .rt-hero__content {
    width: min(60vw, 2460px);
    padding: clamp(250px, 7.4vw, 304px) 0 clamp(125px, 4.8vw, 197px);
  }

  .rt-hero__title {
    max-width: min(48vw, 1960px);
  }

  .rt-hero__urgency {
    top: clamp(150px, 6.2vw, 254px);
    right: clamp(44px, 5vw, 205px);
  }

  .rt-hero__nav {
    width: clamp(54px, 2.6vw, 106px);
    height: clamp(54px, 2.6vw, 106px);
  }

  .rt-hero__nav--prev {
    left: clamp(28px, 2.2vw, 90px);
  }

  .rt-hero__nav--next {
    right: clamp(28px, 2.2vw, 90px);
  }

  .rt-hero__dots {
    right: clamp(39px, 3vw, 123px);
    bottom: clamp(122px, 6vw, 246px);
    gap: clamp(10px, 0.5vw, 20px);
  }

  .rt-hero__dot {
    width: clamp(3px, 0.14vw, 6px);
    height: clamp(20px, 0.95vw, 39px);
  }

  .rt-hero__dot.is-active {
    height: clamp(34px, 1.55vw, 64px);
  }

  .rt-hero__stats {
    min-height: clamp(82px, 3.8vw, 156px);
  }
}

/*
 * Keep the approved slim hero indicators while making every control a
 * 44-by-44-pixel pointer and keyboard target on all responsive breakpoints.
 */
.rt-hero__dots {
  gap: 0;
}

.rt-hero__dot,
.rt-hero__dot.is-active {
  position: relative;
  width: 44px;
  min-width: 44px;
  height: 44px;
  min-height: 44px;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  touch-action: manipulation;
}

.rt-hero__dot::before {
  position: absolute;
  top: 50%;
  right: 0;
  width: 3px;
  height: 20px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.26);
  content: "";
  transform: translateY(-50%);
  transition: height 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}

.rt-hero__dot.is-active::before {
  height: 34px;
  background: var(--rt-gold);
  box-shadow: 0 0 12px rgba(232, 128, 40, 0.45);
}

.rt-hero__dot:focus-visible {
  outline: 2px solid var(--rt-gold);
  outline-offset: -2px;
}
