/* Absolute Homestays — photographic product landing */

.mp-hs {
  --hs-photo-radius: 18px;
}

.mp-hs .mp-header-inner {
  min-width: 0;
  max-width: calc(100% - 2rem);
}

.mp-hs .mp-brand {
  flex: 0 0 auto;
}

.mp-hs .mp-nav {
  gap: 0.85rem;
  font-size: 0.86rem;
}

.mp-hs .mp-nav > a,
.mp-hs .mp-suite {
  flex-shrink: 0;
}

.mp-hs .mp-header-actions {
  flex: 0 0 auto;
}

.mp-host .mp-menu-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
  border: 1px solid var(--mp-line);
  border-radius: 8px;
  background: #fff;
  flex-shrink: 0;
}

@media (min-width: 1280px) {
  .mp-hs .mp-nav {
    display: flex;
    flex: 1 1 auto;
    min-width: 0;
    justify-content: flex-end;
    margin-left: auto;
  }

  .mp-hs .mp-mobile {
    display: none;
  }

  .mp-host .mp-menu-toggle {
    display: none;
  }

  .mp-host .mp-header-actions .mp-btn-ghost {
    display: inline-flex;
  }
}

.mp-hs .mp-hero {
  padding: 0;
  position: relative;
  color: #fff;
}

.hs-hero {
  position: relative;
  min-height: min(86vh, 46rem);
  display: grid;
  align-items: end;
  overflow: hidden;
  background: #0c1b33;
}

.hs-hero-media {
  position: absolute;
  inset: 0;
}

.hs-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 40%;
}

.hs-hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(12, 27, 51, 0.18) 0%, rgba(12, 27, 51, 0.22) 38%, rgba(12, 27, 51, 0.82) 100%),
    linear-gradient(90deg, rgba(12, 27, 51, 0.45) 0%, rgba(12, 27, 51, 0.08) 58%);
}

.hs-hero-copy {
  position: relative;
  z-index: 1;
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto;
  padding: 7.5rem 0 3.25rem;
}

.mp-hs .hs-hero .mp-eyebrow {
  color: var(--mp-accent);
}

.mp-hs .hs-hero h1 {
  color: #fff;
  max-width: 16ch;
  font-size: clamp(2.15rem, 5.2vw, 3.55rem);
  text-shadow: 0 12px 40px rgba(12, 27, 51, 0.35);
}

.mp-hs .hs-hero .mp-hero-lead {
  color: rgba(255, 255, 255, 0.88);
  max-width: 40rem;
}

.mp-hs .hs-hero .mp-micro {
  color: rgba(255, 255, 255, 0.72);
}

.mp-hs .hs-hero .mp-points li {
  color: rgba(255, 255, 255, 0.9);
}

.mp-hs .hs-hero .mp-points li::before {
  background: var(--mp-accent);
}

.mp-hs .hs-hero .mp-btn-ghost {
  border-color: rgba(255, 255, 255, 0.28);
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
}

.mp-hs .hs-hero .mp-btn-ghost:hover {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.45);
}

.hs-hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin: 1.35rem 0 0.85rem;
}

.hs-photo {
  border-radius: var(--hs-photo-radius);
  overflow: hidden;
  box-shadow: var(--mp-shadow-lg);
}

.hs-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hs-section-head {
  max-width: 44rem;
  margin-bottom: 1.75rem;
}

.hs-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.hs-step {
  background: var(--mp-surface);
  border: 1px solid var(--mp-line);
  border-radius: var(--mp-radius);
  padding: 1.25rem 1.2rem 1.3rem;
  min-width: 0;
  min-height: 100%;
  overflow: hidden;
}

.hs-step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.85rem;
  height: 1.85rem;
  border-radius: 999px;
  background: var(--mp-navy);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 800;
  margin-bottom: 0.85rem;
}

.hs-step h3 {
  margin: 0 0 0.4rem;
  font-size: 1.05rem;
}

.hs-step p {
  margin: 0;
  color: var(--mp-muted);
  line-height: 1.55;
  font-size: 0.95rem;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.hs-stay-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.hs-stay-card {
  position: relative;
  display: block;
  border-radius: var(--hs-photo-radius);
  overflow: hidden;
  min-height: 16.5rem;
  color: #fff;
  text-decoration: none;
}

.hs-stay-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
  transition: transform 0.45s ease;
}

.hs-stay-card:hover img {
  transform: scale(1.07);
}

.hs-stay-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(12, 27, 51, 0.05) 20%, rgba(12, 27, 51, 0.78) 100%);
}

.hs-stay-card > div {
  position: relative;
  z-index: 1;
  height: 100%;
  min-height: 16.5rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1.2rem 1.2rem 1.15rem;
}

.hs-stay-card h3 {
  margin: 0 0 0.25rem;
  font-size: 1.2rem;
}

.hs-stay-card p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.86);
  max-width: 34ch;
}

.hs-exp-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.hs-exp-card {
  background: var(--mp-surface);
  border: 1px solid var(--mp-line);
  border-radius: var(--mp-radius);
  overflow: hidden;
  min-height: 100%;
}

.hs-exp-card img {
  width: 100%;
  height: 13.5rem;
  object-fit: cover;
}

.hs-exp-card > div {
  padding: 1rem 1.05rem 1.15rem;
}

.hs-exp-card h3 {
  margin: 0 0 0.35rem;
  font-size: 1.02rem;
}

.hs-exp-card p {
  margin: 0;
  color: var(--mp-muted);
  font-size: 0.92rem;
  line-height: 1.5;
}

.hs-exp-more {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-top: 1.15rem;
}

.hs-pill {
  display: inline-flex;
  align-items: center;
  padding: 0.38rem 0.7rem;
  border-radius: 999px;
  border: 1px solid var(--mp-line);
  background: #fff;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--mp-ink-2);
}

.hs-regions {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 1.5rem;
  align-items: center;
}

.hs-region-list {
  display: grid;
  gap: 0.75rem;
}

.hs-region {
  padding: 0.85rem 0.95rem;
  border: 1px solid var(--mp-line);
  border-radius: var(--mp-radius-sm);
  background: var(--mp-surface);
}

.hs-region strong {
  display: block;
  margin-bottom: 0.2rem;
}

.hs-region span {
  color: var(--mp-muted);
  font-size: 0.9rem;
  line-height: 1.45;
}

.hs-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.hs-promise {
  border-radius: var(--mp-radius);
  padding: 1.4rem 1.3rem 1.45rem;
  min-height: 100%;
}

.hs-promise-host {
  background: #fff;
  border: 1px solid var(--mp-line);
}

.hs-promise-us {
  background: var(--mp-navy);
  color: #fff;
}

.hs-promise .mp-eyebrow {
  margin-bottom: 0.55rem;
}

.hs-promise-us .mp-eyebrow {
  color: var(--mp-accent);
}

.hs-promise h3 {
  margin: 0 0 0.85rem;
  font-size: 1.25rem;
}

.hs-promise ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.55rem;
}

.hs-promise li {
  position: relative;
  padding-left: 1.15rem;
  line-height: 1.5;
  font-size: 0.95rem;
}

.hs-promise li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 7px;
  height: 7px;
  border-radius: 1px;
  background: var(--mp-accent);
}

.hs-promise-us li {
  color: rgba(255, 255, 255, 0.88);
}

.hs-benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
}

.hs-benefit {
  background: var(--mp-surface);
  border: 1px solid var(--mp-line);
  border-radius: var(--mp-radius-sm);
  padding: 1rem 1.05rem 1.1rem;
  min-width: 0;
  overflow: hidden;
}

.hs-benefit h3 {
  margin: 0 0 0.35rem;
  font-size: 0.98rem;
}

.hs-benefit p {
  margin: 0;
  color: var(--mp-muted);
  font-size: 0.9rem;
  line-height: 1.5;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.hs-fee {
  margin-top: 1.25rem;
  padding: 1rem 1.1rem;
  border-left: 3px solid var(--mp-accent);
  background: var(--mp-accent-soft);
  border-radius: 0 var(--mp-radius-sm) var(--mp-radius-sm) 0;
}

.hs-fee strong {
  display: block;
  margin-bottom: 0.2rem;
  color: var(--mp-navy);
}

.hs-fee-rate {
  display: block;
  font-size: 1.55rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--mp-navy);
  line-height: 1.1;
  margin: 0 0 0.35rem;
}

.hs-fee p {
  margin: 0;
  color: var(--mp-ink-2);
  font-size: 0.92rem;
  line-height: 1.5;
}

.hs-fee p + p { margin-top: 0.55rem; }

.hs-welcome {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 1.5rem;
  align-items: center;
}

.mp-hs .mp-final {
  background:
    radial-gradient(ellipse at 80% 0%, rgba(201, 169, 98, 0.2), transparent 42%),
    linear-gradient(160deg, #0c1b33 0%, #16304f 100%);
}

.mp-hs .mp-final-grid {
  align-items: start;
}

.hs-form-card {
  background: #fff;
  color: var(--mp-ink);
  border-radius: var(--mp-radius);
  padding: 1.35rem 1.3rem 1.4rem;
  box-shadow: var(--mp-shadow-lg);
}

.hs-form-card h3 {
  margin: 0 0 0.3rem;
  font-size: 1.18rem;
}

.hs-form-card > p,
.hs-form-card [data-hs-lead] {
  margin: 0 0 1rem;
  color: var(--mp-muted);
  font-size: 0.9rem;
  line-height: 1.5;
}

.hs-form-progress {
  display: flex;
  gap: 0.35rem;
  align-items: center;
  margin: 0 0 0.85rem;
}

.hs-form-dot {
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 999px;
  background: var(--mp-line);
}

.hs-form-dot.is-done {
  background: var(--mp-accent);
}

.hs-form-dot.is-on {
  width: 1.15rem;
  background: var(--mp-navy);
}

.hs-pane {
  display: grid;
  gap: 0.85rem;
}

.hs-pane[hidden] {
  display: none !important;
}

.hs-form {
  display: grid;
  gap: 0.85rem;
}

.hs-form-nav {
  display: flex;
  gap: 0.65rem;
  align-items: stretch;
}

.hs-form-back {
  border: 0;
  background: transparent;
  font: inherit;
  font-weight: 700;
  color: var(--mp-navy);
  padding: 0.55rem 0.35rem;
  cursor: pointer;
  flex: 0 0 auto;
}

.hs-form-back:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.hs-form .hs-form-nav .mp-btn {
  flex: 1;
  width: auto;
  margin-top: 0;
}

.hs-label {
  display: block;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  margin-bottom: 0.4rem;
  color: var(--mp-ink-2);
}

.hs-hint {
  display: block;
  font-weight: 500;
  color: var(--mp-muted);
  font-size: 0.75rem;
  margin-top: 0.15rem;
}

.hs-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.7rem;
}

.hs-field input,
.hs-field select,
.hs-field textarea {
  width: 100%;
  border: 1px solid var(--mp-line);
  border-radius: var(--mp-radius-sm);
  padding: 0.72rem 0.8rem;
  font: inherit;
  background: var(--mp-bg);
  color: var(--mp-ink);
}

.hs-field textarea {
  min-height: 5rem;
  resize: vertical;
}

.hs-field input:focus,
.hs-field select:focus,
.hs-field textarea:focus {
  outline: none;
  border-color: var(--mp-accent);
  box-shadow: 0 0 0 3px rgba(201, 169, 98, 0.22);
  background: #fff;
}

.hs-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}

.hs-chip {
  border: 1px solid var(--mp-line);
  background: #fff;
  color: var(--mp-ink-2);
  border-radius: 999px;
  padding: 0.42rem 0.75rem;
  font-size: 0.82rem;
  font-weight: 600;
}

.hs-chip.is-on {
  border-color: var(--mp-navy);
  background: var(--mp-navy);
  color: #fff;
}

.hs-hp {
  position: absolute;
  left: -9999px;
  opacity: 0;
  height: 0;
  width: 0;
}

.hs-form .mp-btn {
  width: 100%;
  justify-content: center;
  margin-top: 0.15rem;
}

.hs-form.is-loading .mp-btn {
  opacity: 0.7;
  pointer-events: none;
}

.hs-form-status {
  min-height: 1.15rem;
  margin: 0;
  font-size: 0.86rem;
}

.hs-form-status.is-error {
  color: #9b2c2c;
}

.hs-form-note {
  margin: 0;
  font-size: 0.76rem;
  color: var(--mp-muted);
  line-height: 1.45;
}

.hs-thanks h3 {
  margin: 0 0 0.4rem;
}

.hs-thanks p {
  margin: 0;
  color: var(--mp-muted);
  line-height: 1.55;
}

.hs-dash {
  background: #fff;
  border: 1px solid var(--mp-line);
  border-radius: var(--mp-radius);
  overflow: hidden;
  box-shadow: var(--mp-shadow);
}

.hs-dash-bar {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.65rem 0.8rem;
  background: var(--mp-navy);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 600;
}

.hs-dash-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--mp-accent);
}

.hs-dash-body {
  display: grid;
  gap: 0.65rem;
  padding: 0.85rem;
}

.hs-dash-row {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  font-size: 0.82rem;
  padding: 0.55rem 0.65rem;
  border: 1px solid var(--mp-line);
  border-radius: 10px;
  background: var(--mp-bg);
}

.hs-dash-row strong {
  color: var(--mp-navy);
}

@media (max-width: 1279px) {
  .mp-hs .mp-header-inner {
    justify-content: space-between;
  }
  .mp-hs .mp-nav { display: none; }
  .mp-hs .mp-header-actions {
    margin-left: auto;
  }
  .mp-hs .mp-header-actions .mp-lang,
  .mp-hs .mp-header-actions .mp-btn { display: none; }
  .mp-hs .mp-mobile { display: block; }
  .mp-hs .mp-menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    padding: 0;
    border: 1px solid var(--mp-line);
    border-radius: 8px;
    background: #fff;
    flex-shrink: 0;
  }
}

@media (max-width: 1119px) {
  .hs-steps,
  .hs-exp-grid,
  .hs-benefits {
    grid-template-columns: 1fr 1fr;
  }

  .hs-split,
  .hs-regions,
  .hs-welcome,
  .hs-stay-grid,
  .mp-hs .mp-final-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 979px) {
  .hs-hero {
    min-height: min(78vh, 40rem);
  }

  .hs-hero-copy {
    padding: 6.25rem 0 2.5rem;
  }

  .hs-exp-card img {
    height: 12rem;
  }

  .mp-hs .mp-wrap,
  .mp-hs .mp-header-inner,
  .mp-hs .hs-hero-copy {
    width: min(1180px, calc(100% - 2rem));
  }

  .mp-hs .mp-final-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 719px) {
  .hs-steps,
  .hs-exp-grid,
  .hs-benefits,
  .hs-split,
  .hs-regions,
  .hs-welcome,
  .hs-stay-grid,
  .mp-hs .mp-final-grid,
  .hs-row {
    grid-template-columns: 1fr;
  }

  .hs-stay-card,
  .hs-stay-card > div {
    min-height: 14.5rem;
  }

  .hs-hero-copy {
    width: min(1180px, calc(100% - 1.5rem));
    padding: 5.5rem 0 2rem;
  }

  .hs-hero {
    min-height: min(72vh, 34rem);
  }

  .hs-hero-ctas {
    display: grid;
    grid-template-columns: 1fr;
  }

  .hs-hero-ctas .mp-btn {
    width: 100%;
    justify-content: center;
  }
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.hs-promo {
  background: #fff;
  border: 1px solid var(--mp-line);
  border-radius: 28px;
  box-shadow: 0 10px 32px rgba(18, 24, 32, 0.05);
}

.hs-promo-cover {
  text-align: center;
  padding: clamp(2.4rem, 5vw, 4.2rem) 1.5rem;
}

.hs-cover-mark {
  margin: 0;
  font-size: clamp(2.6rem, 8vw, 4.8rem);
  font-weight: 800;
  letter-spacing: -0.055em;
  line-height: 0.95;
  color: var(--mp-navy);
}

.hs-cover-mark span {
  color: var(--mp-accent);
}

.hs-cover-for {
  margin: 0.55rem 0 1.15rem;
  font-size: clamp(1.15rem, 2.4vw, 1.55rem);
  font-weight: 600;
  color: var(--mp-ink);
}

.hs-cover-lockup {
  margin: 0 auto 1.4rem;
  max-width: 22rem;
  font-size: 1.05rem;
  line-height: 1.5;
  color: var(--mp-ink-2);
}

.mp a.hs-promo-cta,
.mp button.hs-promo-cta,
.hs-promo-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: 0.7rem 1.35rem;
  border-radius: 999px;
  background: var(--mp-navy);
  color: var(--mp-accent);
  font: inherit;
  font-weight: 700;
  text-decoration: none;
  border: 0;
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(12, 27, 51, 0.18);
  transition: background 0.15s ease, color 0.15s ease, transform 0.15s ease, box-shadow 0.15s ease;
}

.mp a.hs-promo-cta:hover,
.mp button.hs-promo-cta:hover,
.hs-promo-cta:hover,
.mp a.hs-promo-cta:focus-visible,
.mp button.hs-promo-cta:focus-visible,
.hs-promo-cta:focus-visible {
  background: var(--mp-navy-2);
  color: #dfc07a;
  transform: scale(1.03);
}

.mp a.hs-promo-cta:focus-visible,
.mp button.hs-promo-cta:focus-visible,
.hs-promo-cta:focus-visible {
  outline: 2px solid var(--mp-accent);
  outline-offset: 3px;
}

.mp a.hs-promo-cta:active,
.mp button.hs-promo-cta:active,
.hs-promo-cta:active {
  background: #081221;
  color: var(--mp-accent);
  transform: scale(0.98);
  box-shadow: inset 0 0 0 2px var(--mp-accent);
}

.hs-promo-split {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 1.5rem 2.5rem;
  align-items: center;
  padding: clamp(1.4rem, 3vw, 2.2rem);
}

.hs-faces {
  position: relative;
  min-height: 17.5rem;
  isolation: isolate;
  overflow: hidden;
  border-radius: 22px;
  background:
    radial-gradient(ellipse at 28% 42%, rgba(201, 169, 98, 0.28), transparent 58%),
    radial-gradient(ellipse at 86% 88%, rgba(12, 27, 51, 0.1), transparent 48%),
    linear-gradient(165deg, #f4efe6 0%, #fff 48%, #efe8da 100%);
}

.hs-faces::before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 0;
  top: 8%;
  bottom: 8%;
  width: 1.05rem;
  background:
    repeating-linear-gradient(
      to bottom,
      rgba(12, 27, 51, 0.16) 0 0.42rem,
      transparent 0.42rem 1.05rem
    );
  border-radius: 0 10px 10px 0;
  pointer-events: none;
}

.hs-faces-play {
  position: absolute;
  left: 48%;
  top: 36%;
  z-index: 5;
  width: 3.15rem;
  height: 3.15rem;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--mp-navy);
  color: var(--mp-accent);
  box-shadow:
    0 10px 26px rgba(12, 27, 51, 0.28),
    0 0 0 7px rgba(201, 169, 98, 0.18);
}
.hs-faces-play svg {
  width: 0.95rem;
  height: 0.95rem;
  margin-left: 0.12rem;
}

.hs-faces img {
  position: absolute;
  z-index: 1;
  width: 4.35rem;
  height: 4.35rem;
  object-fit: cover;
  border-radius: 50%;
  border: 3px solid #fff;
  box-shadow: 0 10px 22px rgba(18, 24, 32, 0.16);
  animation: hs-face-float 6s ease-in-out infinite;
}

.hs-faces img:nth-of-type(1) {
  left: 9%;
  top: 14%;
  width: 5.7rem;
  height: 5.7rem;
  box-shadow: 0 0 0 3px #fff, 0 0 0 6px var(--mp-accent), 0 12px 24px rgba(18, 24, 32, 0.16);
  animation-duration: 5.6s;
}
.hs-faces img:nth-of-type(2) {
  left: 42%;
  top: 4%;
  width: 4.6rem;
  height: 4.6rem;
  --r: -8deg;
  border-radius: 1.05rem;
  animation-delay: 0.35s;
}
.hs-faces img:nth-of-type(3) {
  right: 8%;
  top: 10%;
  width: 4.8rem;
  height: 4.8rem;
  animation-duration: 6.4s;
  animation-delay: 0.7s;
}
.hs-faces img:nth-of-type(4) {
  left: 18%;
  top: 54%;
  --r: 6deg;
  animation-delay: 0.2s;
}
.hs-faces img:nth-of-type(5) {
  left: 46%;
  top: 40%;
  width: 7rem;
  height: 7rem;
  z-index: 2;
  box-shadow: 0 0 0 4px #fff, 0 16px 32px rgba(12, 27, 51, 0.2);
  animation-duration: 7s;
  animation-delay: 0.15s;
}
.hs-faces img:nth-of-type(6) {
  right: 7%;
  top: 58%;
  width: 4.7rem;
  height: 4.7rem;
  --r: 5deg;
  border-radius: 1.15rem;
  animation-delay: 0.85s;
}
.hs-faces img:nth-of-type(7) {
  left: 36%;
  bottom: 3%;
  width: 3.7rem;
  height: 3.7rem;
  animation-delay: 0.5s;
}

@keyframes hs-face-float {
  0%, 100% { transform: translateY(0) rotate(var(--r, 0deg)); }
  50% { transform: translateY(-7px) rotate(var(--r, 0deg)); }
}

@media (prefers-reduced-motion: reduce) {
  .hs-faces img { animation: none; transform: rotate(var(--r, 0deg)); }
}

.hs-promo-copy h2 {
  margin: 0 0 0.55rem;
  font-size: clamp(1.55rem, 3vw, 2.15rem);
  letter-spacing: -0.04em;
  color: var(--mp-navy);
}

.hs-promo-copy p {
  margin: 0 0 1.2rem;
  max-width: 32rem;
  color: var(--mp-muted);
  line-height: 1.55;
}

.mp-host .mp-final {
  background: #f7f4ef;
  color: inherit;
}

.mp-host .mp-final h2,
.mp-host .mp-final .hs-earn-amount {
  color: var(--mp-navy);
}

.mp-host .mp-final .mp-eyebrow {
  color: var(--mp-muted);
}

.mp-host .mp-final .mp-lead,
.mp-host .mp-final .mp-final-contact,
.mp-host .mp-final .mp-final-contact a {
  color: var(--mp-ink-2);
}

.hs-earn-widget {
  margin-bottom: 2.75rem;
  min-width: 0;
}

.hs-earn-stage {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
  gap: 2rem 2.5rem;
  align-items: center;
  min-width: 0;
}

.hs-earn-copy,
.hs-earn-onboard {
  grid-column: 1;
  grid-row: 1;
  min-width: 0;
  width: 100%;
}

.hs-earn-map-wrap {
  grid-column: 2;
  grid-row: 1;
}

.hs-earn-copy {
  position: relative;
  z-index: 2;
}

.hs-earn-copy[hidden] { display: none !important; }

.hs-earn-copy h1,
.hs-earn-copy h2,
.hs-earn-copy [data-earn-title] {
  margin: 0 0 0.45rem;
  font-size: clamp(2rem, 4.4vw, 3.35rem);
  letter-spacing: -0.05em;
  line-height: 1.05;
}

.hs-earn-amount {
  font-variant-numeric: tabular-nums;
}

.hs-earn-meta {
  display: block;
  margin: 0 0 0.35rem;
  padding: 0;
  border: 0;
  background: none;
  color: var(--mp-muted);
  font: inherit;
  font-size: 1rem;
  cursor: pointer;
  text-align: left;
}

.hs-earn-meta:hover { color: var(--mp-navy); }

.hs-earn-how {
  display: block;
  margin-bottom: 1.35rem;
  padding: 0;
  border: 0;
  background: none;
  color: var(--mp-navy);
  font: inherit;
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
}

.hs-earn-how:hover { color: var(--mp-navy-2); }

.hs-earn-slider {
  max-width: 22rem;
  margin-bottom: 1rem;
}

.hs-earn-slider input[type="range"] {
  width: 100%;
  accent-color: var(--mp-navy);
}

.hs-earn-place {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  width: 100%;
  margin-bottom: 0;
  padding: 0.85rem 1rem;
  border: 1px solid var(--mp-line);
  border-radius: 999px;
  background: #fff;
  color: var(--mp-ink);
  font: inherit;
  font-weight: 600;
  cursor: text;
  text-align: left;
}

.hs-earn-place input {
  flex: 1;
  min-width: 0;
  width: 100%;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  font-weight: 600;
  outline: none;
}

.hs-earn-place input::placeholder {
  color: var(--mp-muted);
  font-weight: 500;
}

.hs-earn-place svg {
  width: 1.15rem;
  height: 1.15rem;
  flex: 0 0 auto;
  color: var(--mp-muted);
}

.hs-earn-place-menu {
  position: relative;
  z-index: 6;
  width: 100%;
  max-width: 26rem;
}

.hs-earn-place-menu[hidden] { display: none; }

.hs-earn-place-list {
  position: absolute;
  z-index: 5;
  top: 3.55rem;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0.4rem;
  list-style: none;
  background: #fff;
  border: 1px solid var(--mp-line);
  border-radius: 16px;
  box-shadow: var(--mp-shadow-lg);
  max-height: 16rem;
  overflow: auto;
}

.hs-earn-place-list button {
  display: block;
  width: 100%;
  padding: 0.7rem 0.8rem;
  border: 0;
  border-radius: 10px;
  background: transparent;
  text-align: left;
  font: inherit;
  cursor: pointer;
}

.hs-earn-place-list button:hover,
.hs-earn-place-list button[aria-selected="true"] {
  background: #f3f0ea;
}

.hs-earn-place-list button span {
  display: block;
}

.hs-earn-opt-meta,
.hs-earn-place-empty {
  font-size: 0.78rem;
  font-weight: 500;
  color: var(--mp-muted);
}

.hs-earn-place-empty {
  padding: 0.7rem 0.8rem;
}

.hs-earn-place-status {
  margin: 0.45rem 0 0.85rem;
  font-size: 0.82rem;
  line-height: 1.4;
  color: var(--mp-muted);
}

.hs-earn-place-status.is-fallback {
  color: #6b6258;
}

.hs-earn-start {
  display: inline-flex;
  margin-bottom: 0.4rem;
}

.hs-earn-map-wrap {
  position: relative;
  z-index: 1;
  isolation: isolate;
  min-width: 0;
  min-height: 28rem;
  height: 28rem;
  border-radius: 28px;
  overflow: hidden;
  background: #e7eee4;
  box-shadow: 0 16px 40px rgba(18, 24, 32, 0.08);
  transform: translateZ(0);
}

.hs-earn-map,
.hs-earn-map.leaflet-container {
  height: 100% !important;
  width: 100% !important;
  max-width: 100%;
}

.hs-earn-map .leaflet-container {
  font-family: inherit;
  background: #e7eee4;
}

.hs-leaflet-pin {
  background: transparent !important;
  border: none !important;
}

.hs-rate-pin {
  background: #fff;
  border-radius: 999px;
  padding: 0.28rem 0.55rem;
  font-size: 0.78rem;
  font-weight: 800;
  color: var(--mp-navy);
  box-shadow: 0 6px 16px rgba(18, 24, 32, 0.16);
  white-space: nowrap;
}

.hs-home-pin {
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 50%;
  background: var(--mp-navy);
  color: #fff;
  display: grid;
  place-items: center;
  box-shadow: 0 8px 18px rgba(12, 27, 51, 0.28);
}

.hs-home-pin svg { width: 1rem; height: 1rem; fill: currentColor; }

.hs-earn-note {
  margin: 0.85rem 0 0;
  font-size: 0.82rem;
  line-height: 1.45;
  color: var(--mp-muted);
  max-width: 28rem;
}

.hs-apply {
  padding-top: 0.5rem;
  border-top: 1px solid var(--mp-line);
}
.hs-apply:not(:target):not(.is-open) {
  display: none !important;
}

.hs-earn-nights-pop {
  position: absolute;
  z-index: 8;
  top: 5.4rem;
  left: 0;
  width: min(100%, 22.5rem);
}
.hs-earn-nights-pop[hidden] { display: none; }
.hs-earn-nights-card {
  background: #fff;
  border: 1px solid var(--mp-line);
  border-radius: 22px;
  box-shadow: 0 18px 50px rgba(12, 27, 51, 0.16);
  padding: 1rem 1.15rem 1.2rem;
}
.hs-earn-nights-head {
  display: grid;
  grid-template-columns: 2.2rem 1fr 2.2rem;
  align-items: center;
  margin-bottom: 1rem;
}
.hs-earn-nights-head h3 {
  margin: 0;
  text-align: center;
  font-size: 1.02rem;
  color: var(--mp-navy);
}
.hs-earn-dlg-x {
  width: 2.2rem;
  height: 2.2rem;
  border: 0;
  border-radius: 50%;
  background: transparent;
  font-size: 1.45rem;
  line-height: 1;
  color: var(--mp-ink);
  cursor: pointer;
}
.hs-earn-dlg-x:hover { background: #f3f0ea; }
.hs-earn-stepper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.1rem;
  margin-bottom: 0.85rem;
}
.hs-earn-step {
  width: 2.6rem;
  height: 2.6rem;
  border: 1px solid var(--mp-line);
  border-radius: 50%;
  background: #fff;
  font-size: 1.35rem;
  line-height: 1;
  color: var(--mp-navy);
  cursor: pointer;
}
.hs-earn-step:disabled { opacity: 0.35; cursor: default; }
.hs-earn-step-value {
  min-width: 6.4rem;
  padding: 0.55rem 0.9rem 0.45rem;
  border: 1px solid var(--mp-line);
  border-radius: 12px;
  text-align: center;
}
.hs-earn-step-value strong {
  display: block;
  font-size: 1.7rem;
  line-height: 1.1;
  color: var(--mp-navy);
}
.hs-earn-step-value span {
  font-size: 0.82rem;
  color: var(--mp-muted);
}
.hs-earn-nights-hint {
  margin: 0 0 1rem;
  text-align: center;
  color: var(--mp-muted);
  font-size: 0.9rem;
  line-height: 1.4;
}
.hs-earn-nights-update {
  width: 100%;
}

.hs-earn-modal[hidden] { display: none; }
.hs-earn-modal {
  position: fixed;
  inset: 0;
  z-index: 10050;
  display: grid;
  place-items: center;
  padding: 1.25rem;
}
.hs-earn-modal-scrim {
  position: absolute;
  inset: 0;
  background: rgba(12, 27, 51, 0.45);
}
.hs-earn-modal-card {
  position: relative;
  z-index: 1;
  width: min(34rem, 100%);
  max-height: min(86vh, 40rem);
  overflow: auto;
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 24px 70px rgba(12, 27, 51, 0.22);
  padding: 1.35rem 1.5rem 1.6rem;
}
.hs-earn-modal-card.hs-earn-nights-card {
  width: min(26rem, 100%);
}
.hs-earn-modal-card .hs-earn-dlg-x {
  position: absolute;
  top: 0.7rem;
  left: 0.7rem;
}
.hs-earn-modal-card h3 {
  margin: 0.35rem 0 0.9rem 2.4rem;
  font-size: 1.45rem;
  line-height: 1.2;
  color: var(--mp-navy);
}
.hs-earn-modal-card p {
  margin: 0 0 0.85rem;
  color: var(--mp-ink-2);
  line-height: 1.55;
}
.hs-earn-modal-card a {
  color: var(--mp-navy);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}
body.hs-earn-lock { overflow: hidden; }
body.hs-earn-lock .aa-site-chat { display: none !important; }

.hs-earn-desktop-cta { display: inline-flex; }

.hs-earn-mobile-cta {
  display: none;
  width: 100%;
  margin-top: 1rem;
}

@media (max-width: 900px) {
  .hs-promo-split {
    grid-template-columns: 1fr;
  }

  .hs-faces {
    min-height: 14.5rem;
    order: -1;
  }

  .hs-earn-stage {
    grid-template-columns: minmax(0, 1fr);
    gap: 1.25rem;
  }

  .hs-earn-copy,
  .hs-earn-onboard,
  .hs-earn-map-wrap {
    grid-column: auto;
    grid-row: auto;
  }

  .hs-earn-copy h1,
  .hs-earn-copy h2,
  .hs-earn-copy [data-earn-title] {
    font-size: clamp(1.7rem, 8vw, 2.4rem);
  }

  .hs-earn-place-menu {
    max-width: none;
  }

  .hs-earn-map-wrap,
  .hs-earn-map,
  .hs-earn-map.leaflet-container {
    min-height: 16.5rem;
    height: 16.5rem !important;
  }

  .hs-earn-desktop-cta { display: none; }
  .hs-earn-mobile-cta { display: inline-flex; }

  .hs-earn-nights-pop {
    top: 4.4rem;
    width: min(100%, 22.5rem);
  }
}

@media (max-width: 720px) {
  .hs-faces img:nth-of-type(1) { width: 4.4rem; height: 4.4rem; }
  .hs-faces img:nth-of-type(3) { width: 3.9rem; height: 3.9rem; }
  .hs-faces img:nth-of-type(5) { width: 5.4rem; height: 5.4rem; }
  .hs-faces-play { width: 2.6rem; height: 2.6rem; }
}

.hs-earn-place {
  width: 100%;
}
.hs-earn-place span {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.hs-earn-start[hidden] { display: none !important; }
.hs-earn-start.is-in {
  animation: hsEarnIn 0.35s ease;
}
@keyframes hsEarnIn {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: none; }
}

.hs-earn-slider input[type="range"] {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 4px;
  border-radius: 999px;
  background: #e8e4dc;
  outline: none;
}
.hs-earn-slider input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 28px;
  height: 28px;
  border: 1px solid #ddd;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 2px 10px rgba(12, 27, 51, 0.16);
  cursor: pointer;
}
.hs-earn-slider input[type="range"]::-moz-range-thumb {
  width: 28px;
  height: 28px;
  border: 1px solid #ddd;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 2px 10px rgba(12, 27, 51, 0.16);
  cursor: pointer;
}

.hs-earn-modal-card h3 {
  margin-left: 0;
  padding-left: 2.2rem;
  text-align: center;
}
.hs-earn-field {
  display: block;
  margin: 0 0 1.1rem;
}
.hs-earn-field > span,
.hs-earn-field-label {
  display: block;
  margin: 0 0 0.45rem;
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--mp-navy);
}
.hs-earn-field-input {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.85rem 1rem;
  border: 1px solid var(--mp-line);
  border-radius: 12px;
  background: #fff;
}
.hs-earn-field-input svg {
  width: 1.15rem;
  height: 1.15rem;
  flex: none;
  color: var(--mp-muted);
}
.hs-earn-field-input input {
  flex: 1;
  min-width: 0;
  border: 0;
  outline: none;
  font: inherit;
  font-weight: 600;
  background: transparent;
}
.hs-earn-home-card .hs-earn-field-input {
  border-radius: 999px;
}
.hs-earn-home-card .hs-earn-place-list {
  position: relative;
  top: -0.35rem;
  margin-bottom: 0.85rem;
}
.hs-earn-seg {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.7rem;
  margin: 0 0 1.25rem;
  border: 0;
}
.hs-earn-seg button {
  border: 1px solid #ddd;
  border-radius: 999px;
  background: #fff;
  padding: 0.85rem 1rem;
  font: inherit;
  font-weight: 650;
  color: var(--mp-navy);
  cursor: pointer;
}
.hs-earn-seg button.is-on {
  background: #fff;
  color: var(--mp-navy);
  border-color: #222;
  box-shadow: inset 0 0 0 1px #222;
}
.hs-earn-sheet-handle { display: none; }
.hs-earn-nights-update.hf-cta-dark {
  width: 100%;
  min-height: 3.15rem;
}
.hs-earn-beds-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin: 0 0 1.35rem;
  font-weight: 700;
  color: var(--mp-navy);
}
.hs-earn-stepper.is-inline {
  margin: 0;
  gap: 0.75rem;
}
.hs-earn-stepper.is-inline strong {
  min-width: 1.6rem;
  text-align: center;
  font-size: 1.15rem;
}
.hs-earn-nights-update {
  width: 100%;
  justify-content: center;
}

.hs-earn-onboard[hidden] { display: none !important; }
.hs-earn-widget.is-onboarding .hs-earn-stage {
  align-items: start;
}
.hs-earn-onboard {
  position: relative;
  z-index: 2;
  animation: hsEarnIn 0.4s ease;
}
.hs-earn-onboard-back {
  display: inline-flex;
  align-items: center;
  margin: 0 0 0.85rem;
  border: 0;
  background: none;
  padding: 0;
  font: inherit;
  font-weight: 700;
  color: var(--mp-navy);
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.hs-earn-onboard-kicker {
  margin: 0 0 1rem;
  color: var(--mp-muted);
  font-size: 0.95rem;
  font-weight: 600;
}
.hs-earn-widget.is-thanks .hs-earn-onboard-kicker { display: none; }
.hs-earn-onboard-slot .hs-form-card {
  box-shadow: none;
  border: 1px solid var(--mp-line);
}

@media (max-width: 719px) {
  .hs-earn-modal {
    place-items: end stretch;
    padding: 0;
  }
  .hs-earn-modal-card {
    width: 100%;
    max-width: none;
    max-height: min(92vh, 42rem);
    border-radius: 24px 24px 0 0;
    padding: 0.85rem 1.2rem calc(1.25rem + env(safe-area-inset-bottom, 0px));
    animation: hsEarnSheet 0.28s ease;
  }
  .hs-earn-modal-card.hs-earn-nights-card {
    width: 100%;
  }
  .hs-earn-sheet-handle {
    display: block;
    width: 2.4rem;
    height: 0.28rem;
    margin: 0.1rem auto 0.7rem;
    border-radius: 999px;
    background: #d8d4cc;
  }
  .hs-earn-modal-card .hs-earn-dlg-x {
    top: 0.95rem;
  }
  .hs-earn-step {
    width: 3rem;
    height: 3rem;
  }
  .hs-earn-slider input[type="range"]::-webkit-slider-thumb {
    width: 32px;
    height: 32px;
  }
  .hs-earn-slider input[type="range"]::-moz-range-thumb {
    width: 32px;
    height: 32px;
  }
}

@keyframes hsEarnSheet {
  from { transform: translateY(18%); opacity: 0.65; }
  to { transform: none; opacity: 1; }
}
