:root {
  --rhp-ink: #142c25;
  --rhp-forest: #173e32;
  --rhp-forest-deep: #0b241d;
  --rhp-moss: #55705a;
  --rhp-gold: #c79a45;
  --rhp-gold-light: #eed8a7;
  --rhp-coral: #ef5b35;
  --rhp-sand: #f5eddf;
  --rhp-paper: #fffdf8;
  --rhp-white: #ffffff;
  --rhp-muted: #66736d;
  --rhp-line: rgba(20, 44, 37, .14);
  --rhp-shadow: 0 24px 70px rgba(20, 44, 37, .12);
  --rhp-radius: 28px;
  --rhp-radius-sm: 18px;
  --rhp-max: 1240px;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--rhp-paper);
  color: var(--rhp-ink);
  font-family: "Montserrat", Arial, sans-serif;
}

body.menu-open {
  overflow: hidden;
}

/* Global public-page restyling keeps existing backend-aware markup usable. */
.section,
.section-tight,
.rh-layout-section {
  background-color: var(--rhp-paper);
}

.section {
  padding-block: clamp(76px, 9vw, 128px);
}

.section-tight,
.rh-layout-section {
  padding-block: clamp(54px, 7vw, 90px);
}

.container,
.rh-layout-section > * {
  width: min(calc(100% - 40px), var(--rhp-max));
  margin-inline: auto;
}

.section-title,
.page-title,
.sub-title {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 600;
  letter-spacing: -.035em;
}

.section-title {
  font-size: clamp(2.55rem, 5.2vw, 4.8rem);
  line-height: .98;
}

.page-title {
  font-size: clamp(3.3rem, 7.4vw, 7rem);
  line-height: .88;
}

.lead {
  line-height: 1.8;
}

.kicker {
  color: var(--rhp-coral);
  font-size: .74rem;
  font-weight: 800;
  letter-spacing: .15em;
}

.card,
.rh-layout-card,
.editorial-trust-card {
  overflow: hidden;
  border: 1px solid var(--rhp-line);
  border-radius: var(--rhp-radius);
  background: var(--rhp-white);
  box-shadow: 0 14px 45px rgba(20, 44, 37, .07);
}

.card-img,
.rht-card-media {
  border-radius: 0;
}

.btn {
  border-radius: 999px;
  font-size: .76rem;
  letter-spacing: .045em;
  text-transform: uppercase;
}

.btn-primary {
  background: var(--rhp-coral);
  border-color: var(--rhp-coral);
}

.btn-primary:hover {
  background: #d84926;
  border-color: #d84926;
}

.hero::after,
.editorial-video-hero::after {
  background: linear-gradient(90deg, rgba(7, 26, 21, .88), rgba(7, 26, 21, .35) 70%, rgba(7, 26, 21, .08));
}

.hero .page-title,
.hero .lead,
.editorial-video-hero .page-title,
.editorial-video-hero .lead {
  color: var(--rhp-white);
  opacity: 1;
  text-shadow: 0 4px 28px rgba(0, 0, 0, .48);
}

.hero .hero-content,
.editorial-video-hero .hero-content {
  z-index: 5;
}

.hero .kicker,
.editorial-video-hero .kicker {
  color: var(--rhp-gold-light);
}

.editorial-dark-band,
.cta-band {
  background: var(--rhp-forest-deep);
}

.faq-list details,
.rh-layout-card {
  border-radius: var(--rhp-radius-sm);
}

.rh-public-navbar {
  background: rgba(255, 253, 248, .96);
  border-bottom: 1px solid var(--rhp-line);
  box-shadow: 0 8px 30px rgba(20, 44, 37, .06);
  backdrop-filter: blur(18px);
}

.rh-public-navbar__inner {
  max-width: 1420px;
}

.rh-public-navbar__brand-copy strong,
.rh-public-footer h2,
.rhp-display,
.rhp-title,
.rhp-card__title,
.rhp-quote__text {
  font-family: "Cormorant Garamond", Georgia, serif;
}

.rh-public-navbar__desktop > a,
.rh-public-navbar__dropdown > button {
  color: var(--rhp-ink);
  font-size: .73rem;
  letter-spacing: .07em;
}

.rh-public-navbar__cta,
.rhp-btn--accent {
  background: var(--rhp-coral);
  color: var(--rhp-white);
  box-shadow: 0 12px 30px rgba(239, 91, 53, .2);
}

.rh-public-navbar__cta:hover,
.rhp-btn--accent:hover {
  background: #d84926;
  transform: translateY(-2px);
}

.rhp-page {
  overflow: hidden;
  background: var(--rhp-paper);
}

.rhp-container {
  width: min(calc(100% - 40px), var(--rhp-max));
  margin-inline: auto;
}

.rhp-section {
  position: relative;
  padding: clamp(76px, 9vw, 132px) 0;
}

.rhp-section--compact {
  padding: clamp(54px, 7vw, 92px) 0;
}

.rhp-section--sand {
  background: var(--rhp-sand);
}

.rhp-section--forest {
  background: var(--rhp-forest-deep);
  color: var(--rhp-white);
}

.rhp-section--paper {
  background: var(--rhp-paper);
}

.rhp-section--white {
  background: var(--rhp-white);
}

.rhp-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 16px;
  color: var(--rhp-coral);
  font-size: .75rem;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.rhp-eyebrow::before {
  width: 34px;
  height: 2px;
  content: "";
  background: currentColor;
}

.rhp-section--forest .rhp-eyebrow {
  color: var(--rhp-gold-light);
}

.rhp-title {
  max-width: 880px;
  margin: 0;
  color: inherit;
  font-size: clamp(2.45rem, 5.7vw, 5.2rem);
  font-weight: 600;
  line-height: .96;
  letter-spacing: -.035em;
}

.rhp-title--medium {
  font-size: clamp(2.25rem, 4.4vw, 4.15rem);
}

.rhp-title--small {
  font-size: clamp(2rem, 3.7vw, 3.25rem);
}

.rhp-lead {
  max-width: 760px;
  margin: 24px 0 0;
  color: var(--rhp-muted);
  font-size: clamp(1rem, 1.45vw, 1.18rem);
  line-height: 1.85;
}

.rhp-section--forest .rhp-lead {
  color: rgba(255, 255, 255, .72);
}

.rhp-section-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, .62fr);
  gap: clamp(32px, 6vw, 88px);
  align-items: end;
  margin-bottom: clamp(38px, 6vw, 74px);
}

.rhp-section-head .rhp-lead {
  margin: 0;
}

.rhp-btn-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.rhp-btn {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .045em;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease;
}

.rhp-btn:hover {
  transform: translateY(-2px);
}

.rhp-btn--primary {
  background: var(--rhp-forest);
  color: var(--rhp-white);
}

.rhp-btn--light {
  background: var(--rhp-white);
  color: var(--rhp-ink);
}

.rhp-btn--outline {
  border-color: currentColor;
  background: transparent;
  color: var(--rhp-ink);
}

.rhp-section--forest .rhp-btn--outline,
.rhp-hero .rhp-btn--outline {
  color: var(--rhp-white);
}

.rhp-hero {
  position: relative;
  min-height: min(880px, calc(100vh - 76px));
  display: grid;
  align-items: end;
  isolation: isolate;
  background: var(--rhp-forest-deep);
  color: var(--rhp-white);
}

.rhp-hero--short {
  min-height: 680px;
}

.rhp-hero__media,
.rhp-hero__slide,
.rhp-hero__shade {
  position: absolute;
  inset: 0;
}

.rhp-hero__media {
  z-index: -3;
}

.rhp-hero__slide {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transform: scale(1.04);
  transition: opacity 1.2s ease, transform 7s ease;
}

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

.rhp-hero__shade {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(7, 26, 21, .88) 0%, rgba(7, 26, 21, .52) 48%, rgba(7, 26, 21, .16) 100%),
    linear-gradient(0deg, rgba(7, 26, 21, .78) 0%, transparent 56%);
}

.rhp-hero__content {
  width: min(calc(100% - 40px), var(--rhp-max));
  margin-inline: auto;
  padding: clamp(120px, 16vw, 210px) 0 clamp(78px, 10vw, 120px);
}

.rhp-hero__content > * {
  max-width: 900px;
}

.rhp-hero__crumb {
  display: inline-flex;
  margin-bottom: 24px;
  color: var(--rhp-gold-light);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.rhp-display {
  margin: 0;
  color: var(--rhp-white);
  font-size: clamp(3.35rem, 8.7vw, 8rem);
  font-weight: 600;
  line-height: .83;
  letter-spacing: -.055em;
  text-wrap: balance;
}

.rhp-hero__lead {
  max-width: 720px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, .82);
  font-size: clamp(1rem, 1.6vw, 1.25rem);
  line-height: 1.75;
}

.index-page .rhp-hero {
  min-height: min(880px, calc(100svh - 76px));
  overflow: hidden;
}

.index-page .rhp-hero__media {
  overflow: hidden;
  background: var(--rhp-forest-deep) url("../images/serengeti-hero.jpg") 58% center / cover no-repeat;
}

.index-page .rhp-hero__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 58% center;
  pointer-events: none;
}

.index-page .rhp-hero__shade {
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(3, 39, 30, .9) 0%, rgba(3, 39, 30, .7) 38%, rgba(3, 39, 30, .28) 72%, rgba(3, 39, 30, .12) 100%),
    linear-gradient(0deg, rgba(3, 28, 23, .82) 0%, rgba(3, 28, 23, .3) 46%, rgba(3, 28, 23, .1) 100%);
}

.index-page .rhp-hero__content {
  position: relative;
  z-index: 1;
}

.index-page .rhp-hero__content > * {
  max-width: 790px;
}

.index-page .rhp-hero__lead {
  max-width: 780px;
  color: rgba(255, 255, 255, .9);
  text-shadow: 0 2px 18px rgba(0, 0, 0, .22);
}

.index-page .rhp-hero[data-rhp-video-static] .rhp-hero__video {
  display: none;
}

@media (max-width: 767px) {
  .index-page .rhp-hero,
  .index-page .rhp-hero--short {
    min-height: clamp(640px, 88svh, 780px);
  }

  .index-page .rhp-hero__media {
    background-position: center center;
  }

  .index-page .rhp-hero__video {
    object-position: center center;
  }

  .index-page .rhp-hero__shade {
    background:
      linear-gradient(180deg, rgba(3, 39, 30, .78) 0%, rgba(3, 39, 30, .5) 38%, rgba(3, 39, 30, .84) 100%),
      linear-gradient(90deg, rgba(3, 39, 30, .6), rgba(3, 39, 30, .36));
  }

  .index-page .rhp-hero__content {
    padding-top: max(118px, calc(env(safe-area-inset-top) + 104px));
    padding-bottom: max(108px, calc(env(safe-area-inset-bottom) + 92px));
  }

  .index-page .rhp-hero .rhp-btn-row {
    align-items: stretch;
    gap: 12px;
  }

  .index-page .rhp-hero .rhp-btn {
    width: 100%;
    justify-content: center;
  }
}

@media (min-width: 768px) and (max-height: 820px) {
  .index-page .rhp-hero,
  .index-page .rhp-hero--short {
    min-height: min(760px, calc(100svh - 76px));
  }

  .index-page .rhp-hero__content {
    padding-top: clamp(96px, 13vh, 132px);
    padding-bottom: clamp(56px, 8vh, 82px);
  }

  .index-page .rhp-display {
    font-size: clamp(3.15rem, 7.2vw, 6.7rem);
    line-height: .88;
  }

  .index-page .rhp-hero__lead {
    margin-top: 20px;
    font-size: clamp(.98rem, 1.25vw, 1.08rem);
    line-height: 1.62;
  }
}

.rhp-proof {
  position: relative;
  z-index: 2;
  margin-top: -1px;
  background: var(--rhp-white);
  border-bottom: 1px solid var(--rhp-line);
}

.rhp-proof__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}

.rhp-proof__item {
  min-height: 118px;
  padding: 28px 24px;
  border-right: 1px solid var(--rhp-line);
}

.rhp-proof__item:last-child {
  border-right: 0;
}

.rhp-proof__item strong {
  display: block;
  margin-bottom: 7px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.42rem;
  line-height: 1.05;
}

.rhp-proof__item span {
  color: var(--rhp-muted);
  font-size: .78rem;
  line-height: 1.5;
}

.rhp-grid {
  display: grid;
  gap: 24px;
}

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

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

.rhp-grid--4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.rhp-card {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--rhp-line);
  border-radius: var(--rhp-radius);
  background: var(--rhp-white);
  box-shadow: 0 14px 45px rgba(20, 44, 37, .07);
}

.rhp-card--flat {
  box-shadow: none;
}

.rhp-card__media {
  position: relative;
  display: block;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #d7ded7;
}

.rhp-card__media--portrait {
  aspect-ratio: 4 / 5;
}

.rhp-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .7s ease;
}

.rhp-card:hover .rhp-card__media img {
  transform: scale(1.045);
}

.rhp-card__badge {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 2;
  padding: 9px 13px;
  border-radius: 999px;
  background: rgba(255, 253, 248, .94);
  color: var(--rhp-ink);
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.rhp-card__body {
  padding: clamp(24px, 3vw, 34px);
}

.rhp-card__title {
  margin: 0;
  color: var(--rhp-ink);
  font-size: clamp(1.8rem, 2.6vw, 2.45rem);
  font-weight: 600;
  line-height: 1;
}

.rhp-card__text {
  margin: 16px 0 0;
  color: var(--rhp-muted);
  font-size: .94rem;
  line-height: 1.75;
}

.rhp-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 20px;
}

.rhp-chip {
  display: inline-flex;
  padding: 8px 11px;
  border-radius: 999px;
  background: var(--rhp-sand);
  color: var(--rhp-ink);
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .035em;
  text-transform: uppercase;
}

.rhp-card__foot {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  margin-top: 26px;
  padding-top: 22px;
  border-top: 1px solid var(--rhp-line);
}

.rhp-card__price small,
.rhp-card__price span {
  display: block;
}

.rhp-card__price small {
  color: var(--rhp-muted);
  font-size: .68rem;
  font-weight: 700;
  text-transform: uppercase;
}

.rhp-card__price span {
  margin-top: 4px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.7rem;
  font-weight: 700;
}

.rhp-text-link {
  color: var(--rhp-coral);
  font-size: .74rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-decoration: none;
  text-transform: uppercase;
}

.rhp-service-card {
  min-height: 540px;
  display: flex;
  align-items: flex-end;
  isolation: isolate;
  overflow: hidden;
  border-radius: var(--rhp-radius);
  color: var(--rhp-white);
  box-shadow: var(--rhp-shadow);
}

.rhp-service-card::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background: linear-gradient(0deg, rgba(7, 26, 21, .9), rgba(7, 26, 21, .08) 70%);
}

.rhp-service-card img {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .7s ease;
}

.rhp-service-card:hover img {
  transform: scale(1.045);
}

.rhp-service-card__body {
  padding: clamp(28px, 3.5vw, 42px);
}

.rhp-service-card__body h3 {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2.3rem, 3.6vw, 3.6rem);
  font-weight: 600;
  line-height: .95;
}

.rhp-service-card__body p {
  max-width: 36ch;
  margin: 14px 0 0;
  color: rgba(255, 255, 255, .78);
  line-height: 1.65;
}

.rhp-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(36px, 7vw, 100px);
  align-items: center;
}

.rhp-split__media {
  min-height: 610px;
  overflow: hidden;
  border-radius: var(--rhp-radius);
  box-shadow: var(--rhp-shadow);
}

.rhp-split__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rhp-feature-list {
  display: grid;
  gap: 0;
  margin: 32px 0 0;
  padding: 0;
  list-style: none;
}

.rhp-feature-list li {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 14px;
  align-items: start;
  padding: 18px 0;
  border-top: 1px solid var(--rhp-line);
}

.rhp-feature-list li::before {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  content: "✓";
  border-radius: 50%;
  background: var(--rhp-sand);
  color: var(--rhp-coral);
  font-weight: 900;
}

.rhp-feature-list strong {
  display: block;
  margin-bottom: 5px;
}

.rhp-feature-list span {
  color: var(--rhp-muted);
  font-size: .9rem;
  line-height: 1.65;
}

.rhp-steps {
  counter-reset: rhp-step;
}

.rhp-step {
  counter-increment: rhp-step;
  padding: 32px;
  border-top: 1px solid var(--rhp-line);
}

.rhp-step::before {
  display: block;
  margin-bottom: 42px;
  content: "0" counter(rhp-step);
  color: var(--rhp-coral);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 2.2rem;
  font-weight: 700;
}

.rhp-step h3 {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 2rem;
  line-height: 1;
}

.rhp-step p {
  margin: 14px 0 0;
  color: var(--rhp-muted);
  line-height: 1.7;
}

#how-it-works {
  overflow: clip;
}

.rhp-how-carousel {
  margin-top: clamp(34px, 5vw, 58px);
}

.rhp-how-carousel__controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-bottom: 22px;
}

.rhp-how-carousel__arrow {
  display: inline-grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border: 1px solid rgba(20, 44, 37, .24);
  border-radius: 50%;
  background: rgba(255, 253, 248, .88);
  color: var(--rhp-forest);
  box-shadow: 0 14px 34px rgba(20, 44, 37, .08);
  transition: transform .22s ease, border-color .22s ease, background .22s ease, color .22s ease;
}

.rhp-how-carousel__arrow:hover,
.rhp-how-carousel__arrow:focus-visible {
  border-color: var(--rhp-coral);
  background: var(--rhp-coral);
  color: var(--rhp-white);
  transform: translateY(-2px);
}

.rhp-how-carousel__dots {
  display: inline-flex;
  align-items: center;
  gap: 9px;
}

.rhp-how-carousel__dot {
  width: 11px;
  height: 11px;
  padding: 0;
  border: 1px solid rgba(20, 44, 37, .22);
  border-radius: 999px;
  background: rgba(85, 112, 90, .32);
  transition: width .28s ease, background .28s ease, border-color .28s ease;
}

.rhp-how-carousel__dot.is-active {
  width: 34px;
  border-color: var(--rhp-coral);
  background: var(--rhp-coral);
}

.rhp-how-carousel__stage {
  --rhp-how-drag-x: 0px;
  position: relative;
  display: grid;
  min-height: clamp(500px, 46vw, 610px);
  place-items: center;
  overflow: hidden;
  touch-action: pan-y;
}

.rhp-how-card {
  position: absolute;
  display: grid;
  width: min(760px, calc(100% - 190px));
  min-height: 500px;
  grid-template-columns: minmax(0, 1.08fr) minmax(240px, .92fr);
  overflow: hidden;
  border: 1px solid rgba(199, 154, 69, .42);
  border-radius: 26px;
  background: linear-gradient(145deg, #fffdf8 0%, #f7edd8 100%);
  box-shadow: 0 20px 54px rgba(20, 44, 37, .12);
  color: var(--rhp-ink);
  cursor: pointer;
  opacity: .42;
  pointer-events: auto;
  transform: translate3d(calc(40% + var(--rhp-how-drag-x)), 0, 0) scale(.9);
  transform-origin: center;
  transition: transform 650ms cubic-bezier(.22, 1, .36, 1), opacity 650ms cubic-bezier(.22, 1, .36, 1), filter 650ms cubic-bezier(.22, 1, .36, 1), box-shadow 650ms cubic-bezier(.22, 1, .36, 1);
  will-change: transform, opacity, filter;
}

.rhp-how-card.is-active {
  z-index: 3;
  cursor: default;
  opacity: 1;
  filter: blur(0);
  box-shadow: 0 34px 78px rgba(20, 44, 37, .2);
  transform: translate3d(var(--rhp-how-drag-x), 0, 0) scale(1);
}

.rhp-how-card.is-previous {
  z-index: 1;
  opacity: .46;
  filter: blur(.7px);
  transform: translate3d(calc(-39% + var(--rhp-how-drag-x)), 0, 0) scale(.9);
}

.rhp-how-card.is-next {
  z-index: 2;
  opacity: .5;
  filter: blur(.45px);
  transform: translate3d(calc(39% + var(--rhp-how-drag-x)), 0, 0) scale(.92);
}

.rhp-how-card__content {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: space-between;
  gap: 34px;
  padding: clamp(28px, 4vw, 44px);
}

.rhp-how-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.rhp-how-card__badge {
  display: inline-grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border-radius: 50%;
  background: var(--rhp-coral);
  color: var(--rhp-white);
  font: 800 .92rem/1 Montserrat, sans-serif;
  letter-spacing: .06em;
  box-shadow: 0 15px 28px rgba(239, 91, 53, .26);
}

.rhp-how-card__icon {
  display: grid;
  width: 82px;
  height: 82px;
  place-items: center;
  border: 1px solid rgba(199, 154, 69, .46);
  border-radius: 50%;
  background: rgba(255, 253, 248, .72);
  color: var(--rhp-gold);
}

.rhp-how-card__icon svg {
  width: 48px;
  height: 48px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 3.2;
}

.rhp-how-card__body h3 {
  margin: 0;
  color: var(--rhp-ink);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2rem, 3.2vw, 3.35rem);
  line-height: .98;
}

.rhp-how-card__body p {
  max-width: 470px;
  margin: 16px 0 0;
  color: var(--rhp-muted);
  line-height: 1.7;
}

.rhp-how-card__body ul {
  display: grid;
  gap: 10px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.rhp-how-card__body li {
  position: relative;
  padding-left: 24px;
  color: var(--rhp-ink);
  font-size: .92rem;
  font-weight: 700;
  line-height: 1.45;
}

.rhp-how-card__body li::before {
  position: absolute;
  top: .56em;
  left: 0;
  width: 8px;
  height: 8px;
  content: "";
  border-radius: 50%;
  background: var(--rhp-gold);
  box-shadow: 0 0 0 5px rgba(199, 154, 69, .16);
}

.rhp-how-card__media {
  min-width: 0;
  min-height: 100%;
  margin: 0;
  overflow: hidden;
  background: var(--rhp-sand);
}

.rhp-how-card__media img {
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center;
}

.rhp-how-reassurance {
  margin: 18px 0 0;
  color: var(--rhp-muted);
  font-size: .94rem;
  text-align: center;
}

.rhp-how-reassurance span {
  color: var(--rhp-ink);
  font-weight: 800;
}

.rhp-offer {
  min-height: 300px;
  padding: 34px;
  border-radius: var(--rhp-radius);
  background: var(--rhp-white);
  border: 1px solid var(--rhp-line);
}

.rhp-offer__number {
  display: block;
  margin-bottom: 54px;
  color: var(--rhp-coral);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 3.1rem;
  line-height: 1;
}

.rhp-offer h3 {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 2rem;
  line-height: 1;
}

.rhp-offer p {
  margin: 14px 0 0;
  color: var(--rhp-muted);
  line-height: 1.7;
}

.rhp-destination {
  position: relative;
  min-height: 420px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  border-radius: var(--rhp-radius);
  color: var(--rhp-white);
}

.rhp-destination::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(0deg, rgba(7, 26, 21, .88), transparent 70%);
}

.rhp-destination img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rhp-destination__body {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 28px;
}

.rhp-destination h3 {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 2.2rem;
}

.rhp-destination a {
  color: var(--rhp-white);
}

.rhp-quote {
  height: 100%;
  padding: 36px;
  border-radius: var(--rhp-radius);
  background: rgba(255, 255, 255, .07);
  border: 1px solid rgba(255, 255, 255, .13);
}

.rhp-quote__stars {
  color: var(--rhp-gold-light);
  letter-spacing: .12em;
}

.rhp-quote__text {
  margin: 22px 0 36px;
  font-size: clamp(1.65rem, 2.5vw, 2.35rem);
  line-height: 1.18;
}

.rhp-quote__author strong,
.rhp-quote__author span {
  display: block;
}

.rhp-quote__author span {
  margin-top: 5px;
  color: rgba(255, 255, 255, .62);
  font-size: .75rem;
}

.rhp-panel {
  padding: clamp(28px, 4vw, 48px);
  border-radius: var(--rhp-radius);
  background: var(--rhp-white);
  border: 1px solid var(--rhp-line);
}

.rhp-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.rhp-form label {
  display: grid;
  gap: 8px;
  color: var(--rhp-ink);
  font-size: .73rem;
  font-weight: 800;
  letter-spacing: .045em;
  text-transform: uppercase;
}

.rhp-form input,
.rhp-form select,
.rhp-form textarea {
  width: 100%;
  min-height: 52px;
  padding: 14px 16px;
  border: 1px solid var(--rhp-line);
  border-radius: 12px;
  background: var(--rhp-paper);
  color: var(--rhp-ink);
  font: inherit;
  text-transform: none;
}

.rhp-form textarea {
  min-height: 130px;
  resize: vertical;
}

.rhp-form__wide {
  grid-column: 1 / -1;
}

.rhp-form .rhp-btn {
  border: 0;
  cursor: pointer;
}

.rhp-booking-progress {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 28px;
}

.rhp-booking-progress span {
  padding: 14px 16px;
  border-radius: 999px;
  background: var(--rhp-sand);
  color: var(--rhp-muted);
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .04em;
  text-align: center;
  text-transform: uppercase;
}

[data-rhp-current-step="1"] .rhp-booking-progress span:nth-child(1),
[data-rhp-current-step="2"] .rhp-booking-progress span:nth-child(2),
[data-rhp-current-step="3"] .rhp-booking-progress span:nth-child(3) {
  background: var(--rhp-coral);
  color: var(--rhp-white);
}

.rhp-booking-step {
  margin: 0;
  padding: 0;
  border: 0;
}

.rhp-booking-step legend {
  margin-bottom: 26px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2rem, 4vw, 3.3rem);
  font-weight: 600;
  line-height: 1;
}

.rhp-booking-summary {
  display: grid;
  gap: 14px;
  margin: 22px 0;
  padding: 24px;
  border-radius: var(--rhp-radius-sm);
  background: var(--rhp-sand);
  color: var(--rhp-muted);
  line-height: 1.7;
}

.rhp-faq {
  border-top: 1px solid var(--rhp-line);
}

.rhp-faq details {
  border-bottom: 1px solid var(--rhp-line);
}

.rhp-faq summary {
  position: relative;
  padding: 24px 52px 24px 0;
  cursor: pointer;
  list-style: none;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.45rem, 2.5vw, 2rem);
  font-weight: 600;
}

.rhp-faq summary::-webkit-details-marker {
  display: none;
}

.rhp-faq summary::after {
  position: absolute;
  top: 50%;
  right: 8px;
  content: "+";
  color: var(--rhp-coral);
  font-family: Arial, sans-serif;
  font-size: 1.4rem;
  transform: translateY(-50%);
}

.rhp-faq details[open] summary::after {
  content: "−";
}

.rhp-faq details p {
  max-width: 850px;
  margin: -4px 0 26px;
  color: var(--rhp-muted);
  line-height: 1.8;
}

.rhp-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--rhp-line);
  border-radius: var(--rhp-radius-sm);
  background: var(--rhp-white);
}

.rhp-table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
}

.rhp-table th,
.rhp-table td {
  padding: 20px 22px;
  border-bottom: 1px solid var(--rhp-line);
  text-align: left;
}

.rhp-table th {
  background: var(--rhp-forest);
  color: var(--rhp-white);
  font-size: .72rem;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.rhp-table tr:last-child td {
  border-bottom: 0;
}

.rhp-story-card {
  display: grid;
  grid-template-rows: auto 1fr;
}

.rhp-story-card .rhp-card__media {
  aspect-ratio: 16 / 10;
}

.rhp-community {
  position: relative;
  overflow: hidden;
  padding: clamp(48px, 8vw, 88px);
  border-radius: var(--rhp-radius);
  background: var(--rhp-forest);
  color: var(--rhp-white);
}

.rhp-community::after {
  position: absolute;
  right: -90px;
  bottom: -130px;
  width: 420px;
  height: 420px;
  content: "";
  border-radius: 50%;
  background: rgba(199, 154, 69, .16);
}

.rhp-community > * {
  position: relative;
  z-index: 1;
}

.rhp-community .rhp-title {
  max-width: 760px;
}

.rhp-subnav {
  position: sticky;
  top: 76px;
  z-index: 20;
  overflow-x: auto;
  background: rgba(255, 253, 248, .96);
  border-bottom: 1px solid var(--rhp-line);
  backdrop-filter: blur(16px);
}

.rhp-subnav__inner {
  width: max-content;
  min-width: 100%;
  display: flex;
  justify-content: center;
  gap: 6px;
  padding: 12px 20px;
}

.rhp-subnav a {
  padding: 10px 14px;
  border-radius: 999px;
  color: var(--rhp-ink);
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .05em;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.rhp-subnav a:hover {
  background: var(--rhp-sand);
}

.rhp-itinerary {
  display: grid;
  gap: 14px;
}

.rhp-itinerary details {
  overflow: hidden;
  border: 1px solid var(--rhp-line);
  border-radius: var(--rhp-radius-sm);
  background: var(--rhp-white);
}

.rhp-itinerary summary {
  display: grid;
  grid-template-columns: 80px 1fr auto;
  gap: 18px;
  align-items: center;
  padding: 22px 26px;
  cursor: pointer;
  list-style: none;
}

.rhp-itinerary summary::-webkit-details-marker {
  display: none;
}

.rhp-itinerary__day {
  color: var(--rhp-coral);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.rhp-itinerary summary strong {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.55rem;
}

.rhp-itinerary summary::after {
  content: "+";
  color: var(--rhp-coral);
  font-size: 1.4rem;
}

.rhp-itinerary details[open] summary::after {
  content: "−";
}

.rhp-itinerary__body {
  padding: 0 26px 26px 124px;
  color: var(--rhp-muted);
  line-height: 1.8;
}

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

.rhp-check-list {
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.rhp-check-list li {
  position: relative;
  padding: 13px 0 13px 30px;
  border-bottom: 1px solid var(--rhp-line);
  color: var(--rhp-muted);
}

.rhp-check-list li::before {
  position: absolute;
  top: 13px;
  left: 0;
  content: "✓";
  color: var(--rhp-coral);
  font-weight: 900;
}

.rhp-check-list--excluded li::before {
  content: "—";
}

.rhp-stat-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border-radius: var(--rhp-radius);
  background: rgba(255, 255, 255, .14);
}

.rhp-stat {
  min-height: 190px;
  padding: 30px;
  background: rgba(255, 255, 255, .06);
}

.rhp-stat strong {
  display: block;
  color: var(--rhp-gold-light);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 3.4rem;
  line-height: 1;
}

.rhp-stat span {
  display: block;
  margin-top: 12px;
  color: rgba(255, 255, 255, .72);
  font-size: .82rem;
  line-height: 1.55;
}

.rhp-founder-promise {
  position: relative;
  overflow: clip;
  background:
    radial-gradient(circle at 22% 44%, rgba(199, 154, 69, .16), transparent 28%),
    radial-gradient(circle at 70% 18%, rgba(239, 91, 53, .1), transparent 26%),
    linear-gradient(135deg, #073226 0%, #0b241d 46%, #08291f 100%);
}

.rhp-founder-promise::before,
.rhp-founder-promise::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
}

.rhp-founder-promise::before {
  background-image: url("/images/royal-horizon-cultural-border.png");
  background-position: left top, right bottom;
  background-repeat: repeat-y;
  background-size: 300px auto;
  opacity: .045;
  mix-blend-mode: screen;
}

.rhp-founder-promise::after {
  background:
    linear-gradient(90deg, rgba(7, 50, 38, .82), transparent 24%, transparent 76%, rgba(7, 50, 38, .82)),
    radial-gradient(circle at 48% 50%, transparent 0%, rgba(3, 20, 15, .18) 74%);
}

.rhp-founder-promise__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, .44fr) minmax(0, .56fr);
  grid-template-areas:
    "media intro"
    "media cards"
    "media closing";
  gap: clamp(24px, 3.2vw, 42px) clamp(44px, 6vw, 86px);
  align-items: center;
}

.rhp-founder-promise__media {
  position: relative;
  grid-area: media;
  min-height: clamp(620px, 48vw, 780px);
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(238, 216, 167, .62);
  border-radius: 30px;
  background: rgba(255, 253, 248, .08);
  box-shadow: 0 34px 86px rgba(0, 0, 0, .28);
}

.rhp-founder-promise__media::before {
  position: absolute;
  inset: -18%;
  z-index: -1;
  content: "";
  background: radial-gradient(circle, rgba(199, 154, 69, .2), transparent 58%);
}

.rhp-founder-promise__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.rhp-founder-promise__badge {
  position: absolute;
  left: clamp(18px, 2.4vw, 34px);
  bottom: clamp(18px, 2.4vw, 34px);
  display: flex;
  max-width: min(250px, calc(100% - 36px));
  align-items: center;
  gap: 14px;
  padding: 16px 18px;
  border: 1px solid rgba(238, 216, 167, .68);
  border-radius: 18px;
  background: rgba(9, 42, 32, .78);
  color: rgba(255, 253, 248, .92);
  font: 700 .9rem/1.42 Montserrat, sans-serif;
  box-shadow: 0 16px 34px rgba(0, 0, 0, .2);
  backdrop-filter: blur(10px);
}

.rhp-founder-promise__badge-icon,
.rhp-founder-promise-card__icon,
.rhp-founder-promise__seal {
  display: inline-grid;
  flex: 0 0 auto;
  place-items: center;
}

.rhp-founder-promise__badge-icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  color: var(--rhp-gold-light);
}

.rhp-founder-promise__intro {
  grid-area: intro;
  align-self: end;
}

.rhp-founder-promise__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--rhp-gold-light);
  font: 800 .78rem/1.3 Montserrat, sans-serif;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.rhp-founder-promise__eyebrow span {
  color: var(--rhp-gold);
  font-size: 1.75rem;
  line-height: 1;
}

.rhp-founder-promise__title {
  max-width: 760px;
  margin: 18px 0 0;
  color: var(--rhp-white);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(3.1rem, 5.2vw, 6.2rem);
  font-weight: 600;
  line-height: 1.02;
  letter-spacing: -.035em;
  text-wrap: balance;
  text-shadow: 0 8px 34px rgba(0, 0, 0, .32);
}

.rhp-founder-promise__title em {
  color: var(--rhp-gold-light);
  font-style: italic;
  font-weight: 600;
}

.rhp-founder-promise__lead {
  max-width: 720px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, .82);
  font-size: clamp(1rem, 1.2vw, 1.16rem);
  line-height: 1.66;
}

.rhp-founder-promise__lead::before {
  display: block;
  width: 48px;
  height: 2px;
  margin-bottom: 22px;
  content: "";
  background: var(--rhp-gold-light);
}

.rhp-founder-promise__cards {
  grid-area: cards;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.rhp-founder-promise-card {
  display: grid;
  min-height: 145px;
  grid-template-columns: 74px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  padding: clamp(18px, 2vw, 26px);
  border: 1px solid rgba(238, 216, 167, .28);
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(255, 255, 255, .07), rgba(255, 255, 255, .025));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .09), 0 18px 36px rgba(0, 0, 0, .11);
  transition: transform .26s ease, border-color .26s ease, background .26s ease, box-shadow .26s ease;
}

.rhp-founder-promise-card:hover {
  border-color: rgba(238, 216, 167, .5);
  background: linear-gradient(135deg, rgba(255, 255, 255, .1), rgba(255, 255, 255, .04));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .13), 0 22px 44px rgba(0, 0, 0, .15);
  transform: translateY(-4px);
}

.rhp-founder-promise-card__icon {
  width: 66px;
  height: 66px;
  border: 1px dashed rgba(238, 216, 167, .58);
  border-radius: 50%;
  color: var(--rhp-gold-light);
  background: rgba(7, 50, 38, .42);
  transition: color .26s ease, box-shadow .26s ease;
}

.rhp-founder-promise-card:hover .rhp-founder-promise-card__icon {
  color: var(--rhp-gold);
  box-shadow: 0 0 24px rgba(199, 154, 69, .22);
}

.rhp-founder-promise svg {
  width: 30px;
  height: 30px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.4;
}

.rhp-founder-promise-card strong {
  display: block;
  color: var(--rhp-gold-light);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2.1rem, 2.8vw, 3rem);
  line-height: .86;
}

.rhp-founder-promise-card span:not(.rhp-founder-promise-card__icon) {
  display: block;
  margin-top: 10px;
  color: rgba(255, 255, 255, .84);
  font-size: .9rem;
  line-height: 1.5;
}

.rhp-founder-promise__closing {
  grid-area: closing;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 20px;
  align-items: center;
}

.rhp-founder-promise__closing p {
  margin: 0;
  color: var(--rhp-gold);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.7rem, 2.4vw, 2.7rem);
  font-style: italic;
  line-height: 1;
}

.rhp-founder-promise__closing small {
  display: block;
  max-width: 430px;
  padding-left: 20px;
  border-left: 1px solid rgba(238, 216, 167, .36);
  color: rgba(255, 255, 255, .78);
  font-size: .82rem;
  line-height: 1.55;
}

.rhp-founder-promise__seal {
  width: 42px;
  height: 42px;
  color: var(--rhp-gold-light);
}

.rhp-founder-promise__seal svg,
.rhp-founder-promise__badge-icon svg {
  width: 100%;
  height: 100%;
}

.rhp-founder-promise__closing .rhp-btn-row {
  grid-column: 1 / -1;
  margin-top: 2px;
}

.rhp-founder-promise.is-ready .rhp-founder-promise__media,
.rhp-founder-promise.is-ready .rhp-founder-promise__intro,
.rhp-founder-promise.is-ready .rhp-founder-promise-card,
.rhp-founder-promise.is-ready .rhp-founder-promise__closing {
  opacity: 0;
  transform: translate3d(0, 22px, 0);
}

.rhp-founder-promise.is-visible .rhp-founder-promise__media,
.rhp-founder-promise.is-visible .rhp-founder-promise__intro,
.rhp-founder-promise.is-visible .rhp-founder-promise-card,
.rhp-founder-promise.is-visible .rhp-founder-promise__closing {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: opacity 700ms cubic-bezier(.22, 1, .36, 1), transform 700ms cubic-bezier(.22, 1, .36, 1);
}

.rhp-founder-promise.is-visible .rhp-founder-promise-card:nth-child(2) { transition-delay: 90ms; }
.rhp-founder-promise.is-visible .rhp-founder-promise-card:nth-child(3) { transition-delay: 160ms; }
.rhp-founder-promise.is-visible .rhp-founder-promise-card:nth-child(4) { transition-delay: 230ms; }
.rhp-founder-promise.is-visible .rhp-founder-promise__closing { transition-delay: 290ms; }
.rhp-founder-promise.is-visible .rhp-founder-promise__badge { animation: rhpFounderBadgeIn 640ms cubic-bezier(.22, 1, .36, 1) 360ms both; }

@keyframes rhpFounderBadgeIn {
  from {
    opacity: 0;
    transform: translate3d(0, 14px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.rhp-layout-card-reset .card,
.rhp-layout-card-reset .package-card {
  border-radius: var(--rhp-radius);
}

.rh-public-footer {
  background: var(--rhp-forest-deep);
  color: var(--rhp-white);
}

.rh-public-footer h2,
.rh-public-footer h3,
.rh-public-footer strong,
.rh-public-footer label {
  color: var(--rhp-white);
}

.rh-public-footer p,
.rh-public-footer a,
.rh-public-footer span {
  color: rgba(255, 255, 255, .76);
}

.rh-public-footer a:hover {
  color: var(--rhp-gold-light);
}

.rh-public-footer input {
  color: var(--rhp-ink);
}

.rh-public-footer__portals a,
.rh-public-footer__newsletter {
  border-radius: var(--rhp-radius-sm);
}

@media (max-width: 1100px) {
  .rhp-proof__grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .rhp-proof__item:nth-child(3) {
    border-right: 0;
  }

  .rhp-proof__item:nth-child(n + 4) {
    border-top: 1px solid var(--rhp-line);
  }

  .rhp-grid--4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rhp-stat-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rhp-founder-promise__grid {
    grid-template-columns: minmax(0, .43fr) minmax(0, .57fr);
    gap: 28px 42px;
  }

  .rhp-founder-promise__media {
    min-height: 590px;
  }

  .rhp-founder-promise__title {
    font-size: clamp(3rem, 5vw, 4.7rem);
  }

  .rhp-founder-promise-card {
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 14px;
    min-height: 132px;
  }

  .rhp-founder-promise-card__icon {
    width: 56px;
    height: 56px;
  }

  .rhp-how-card {
    width: min(700px, calc(100% - 150px));
  }

  .rhp-how-card.is-previous {
    transform: translate3d(calc(-34% + var(--rhp-how-drag-x)), 0, 0) scale(.9);
  }

  .rhp-how-card.is-next {
    transform: translate3d(calc(34% + var(--rhp-how-drag-x)), 0, 0) scale(.92);
  }
}

@media (max-width: 820px) {
  .rhp-container {
    width: min(calc(100% - 30px), var(--rhp-max));
  }

  .rhp-section-head,
  .rhp-split,
  .rhp-grid--2,
  .rhp-grid--3,
  .rhp-check-columns {
    grid-template-columns: 1fr;
  }

  .rhp-section-head {
    align-items: start;
  }

  .rhp-section-head .rhp-lead {
    margin-top: -10px;
  }

  .rhp-founder-promise {
    padding-block: 74px;
  }

  .rhp-founder-promise__grid {
    grid-template-columns: 1fr;
    grid-template-areas:
      "intro"
      "media"
      "cards"
      "closing";
    gap: 28px;
  }

  .rhp-founder-promise__intro {
    max-width: 680px;
  }

  .rhp-founder-promise__title {
    max-width: 680px;
    font-size: clamp(3.2rem, 10vw, 4.5rem);
  }

  .rhp-founder-promise__lead {
    margin-top: 22px;
  }

  .rhp-founder-promise__media {
    display: flex;
    min-height: 0;
    flex-direction: column;
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .rhp-founder-promise__media img {
    height: clamp(500px, 112vw, 680px);
    border: 1px solid rgba(238, 216, 167, .58);
    border-radius: 24px;
    box-shadow: 0 28px 64px rgba(0, 0, 0, .26);
  }

  .rhp-founder-promise__media::before {
    display: none;
  }

  .rhp-founder-promise__badge {
    position: relative;
    left: auto;
    bottom: auto;
    width: 100%;
    max-width: 100%;
    margin: 12px 0 0;
  }

  .rhp-founder-promise__cards {
    grid-template-columns: 1fr;
  }

  .rhp-founder-promise-card {
    min-height: auto;
    grid-template-columns: 64px minmax(0, 1fr);
  }

  .rhp-founder-promise__closing {
    grid-template-columns: 1fr auto;
    gap: 14px 18px;
  }

  .rhp-founder-promise__closing small {
    grid-column: 1 / -1;
    max-width: none;
    padding-left: 0;
    border-left: 0;
  }

  .rhp-hero,
  .rhp-hero--short {
    min-height: 720px;
  }

  .rhp-display {
    font-size: clamp(3.45rem, 14vw, 6rem);
  }

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

  .rhp-proof__item:nth-child(2n) {
    border-right: 0;
  }

  .rhp-proof__item:nth-child(n + 3) {
    border-top: 1px solid var(--rhp-line);
  }

  .rhp-proof__item:last-child {
    grid-column: 1 / -1;
  }

  .rhp-service-card {
    min-height: 500px;
  }

  .rhp-split__media {
    min-height: 480px;
  }

  .rhp-subnav {
    top: 68px;
  }
}

@media (max-width: 560px) {
  .rhp-section {
    padding: 72px 0;
  }

  .rhp-section--compact {
    padding: 54px 0;
  }

  .rhp-title {
    font-size: clamp(2.65rem, 13vw, 4rem);
  }

  .rhp-hero,
  .rhp-hero--short {
    min-height: 680px;
  }

  .rhp-hero__content {
    width: min(calc(100% - 30px), var(--rhp-max));
    padding-bottom: 62px;
  }

  .rhp-display {
    font-size: clamp(3.15rem, 16vw, 4.75rem);
  }

  .rhp-hero__lead {
    font-size: .97rem;
  }

  .index-page .rhp-hero,
  .index-page .rhp-hero--short {
    min-height: clamp(640px, 88svh, 760px);
  }

  .index-page .rhp-hero__media {
    background-position: center center;
  }

  .index-page .rhp-hero__video {
    object-position: center center;
  }

  .index-page .rhp-hero__shade {
    background:
      linear-gradient(180deg, rgba(3, 39, 30, .78) 0%, rgba(3, 39, 30, .5) 38%, rgba(3, 39, 30, .84) 100%),
      linear-gradient(90deg, rgba(3, 39, 30, .6), rgba(3, 39, 30, .36));
  }

  .index-page .rhp-hero__content {
    padding-top: max(118px, calc(env(safe-area-inset-top) + 104px));
    padding-bottom: max(108px, calc(env(safe-area-inset-bottom) + 92px));
  }

  .index-page .rhp-hero .rhp-btn-row {
    align-items: stretch;
    gap: 12px;
  }

  .index-page .rhp-hero .rhp-btn {
    width: 100%;
    justify-content: center;
  }

  .rhp-proof__item {
    min-height: 110px;
    padding: 22px 16px;
  }

  .rhp-proof__item strong {
    font-size: 1.2rem;
  }

  .rhp-grid--4 {
    grid-template-columns: 1fr;
  }

  .rhp-service-card {
    min-height: 460px;
  }

  .rhp-panel,
  .rhp-card__body,
  .rhp-offer,
  .rhp-step,
  .rhp-quote {
    padding: 24px;
  }

  .rhp-how-carousel__controls {
    gap: 14px;
    margin-bottom: 18px;
  }

  .rhp-how-carousel__arrow {
    width: 48px;
    height: 48px;
  }

  .rhp-how-carousel__stage {
    min-height: clamp(635px, 164vw, 705px);
  }

  .rhp-how-card {
    width: calc(100% - 42px);
    min-height: 610px;
    grid-template-columns: 1fr;
    grid-template-rows: 190px 1fr;
    border-radius: 22px;
    transform: translate3d(calc(22% + var(--rhp-how-drag-x)), 0, 0) scale(.9);
  }

  .rhp-how-card.is-previous {
    opacity: .34;
    filter: blur(.45px);
    transform: translate3d(calc(-20% + var(--rhp-how-drag-x)), 0, 0) scale(.9);
  }

  .rhp-how-card.is-next {
    opacity: .38;
    filter: blur(.35px);
    transform: translate3d(calc(20% + var(--rhp-how-drag-x)), 0, 0) scale(.9);
  }

  .rhp-how-card__content {
    gap: 24px;
    padding: 24px;
  }

  .rhp-how-card__badge {
    width: 52px;
    height: 52px;
  }

  .rhp-how-card__icon {
    width: 66px;
    height: 66px;
  }

  .rhp-how-card__icon svg {
    width: 38px;
    height: 38px;
  }

  .rhp-how-card__body h3 {
    font-size: clamp(2rem, 11vw, 2.7rem);
  }

  .rhp-how-card__body p {
    font-size: .94rem;
    line-height: 1.58;
  }

  .rhp-how-card__body li {
    font-size: .86rem;
  }

  .rhp-how-card__media {
    min-height: 190px;
    order: -1;
  }

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

  .rhp-form__wide {
    grid-column: auto;
  }

  .rhp-stat-grid {
    grid-template-columns: 1fr;
  }

  .rhp-itinerary summary {
    grid-template-columns: 1fr auto;
  }

  .rhp-itinerary__day {
    grid-column: 1 / -1;
  }

  .rhp-itinerary__body {
    padding: 0 24px 24px;
  }

  .rhp-card__foot {
    align-items: start;
    flex-direction: column;
  }

  .rhp-community {
    padding: 42px 26px;
  }

  .whatsapp-float {
    right: 14px !important;
    bottom: 14px !important;
    left: auto !important;
    width: auto !important;
    max-width: 148px !important;
  }

  .whatsapp-float .btn,
  a.whatsapp-float {
    width: auto !important;
    min-width: 128px;
    padding-inline: 18px;
  }
}

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

  .rhp-hero__slide,
  .rhp-card__media img,
  .rhp-service-card img,
  .rhp-btn,
  .rhp-founder-promise__media,
  .rhp-founder-promise__intro,
  .rhp-founder-promise-card,
  .rhp-founder-promise__closing,
  .rhp-founder-promise__badge,
  .rhp-how-card,
  .rhp-how-carousel__arrow,
  .rhp-how-carousel__dot {
    transition: none;
    animation: none;
  }

  .index-page .rhp-hero__video {
    display: none;
  }
}
