.home-page {
  overflow-x: clip;
  background: #fff;
  color: var(--br-color-text);
  text-align: left;
}

.home-page *,
.home-page *::before,
.home-page *::after {
  box-sizing: border-box;
}

.home-page .home-page-main {
  width: 100%;
  margin-inline: auto;
}

.home-page .home-page-main {
  display: grid;
  gap: 28px;
  padding-bottom: 36px;
}

.home-page .home-section {
  scroll-margin-top: 48px;
}

.home-page .home-card {
  border: 1px solid var(--br-color-border);
  border-radius: 16px;
  background: #fff;
  box-shadow: var(--br-shadow-sm);
}

.home-page .home-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(440px, 0.95fr);
  align-items: stretch;
  gap: clamp(28px, 4vw, 64px);
  padding: clamp(28px, 4vw, 58px);
  min-width: 0;
  background: linear-gradient(125deg, #fff 0%, var(--br-color-cream-100) 100%);
}

.home-page .home-hero__content {
  align-self: center;
  max-width: 680px;
}

.home-page .home-eyebrow {
  margin: 0 0 10px;
  color: var(--br-color-gold-600);
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.home-page .home-hero h1,
.home-page .home-section-heading h2 {
  color: var(--br-color-burgundy-900);
  font-family: Oswald, Arial, sans-serif;
  font-weight: 700;
}

.home-page .home-hero h1 {
  margin: 0 0 18px;
  font-size: clamp(2.3rem, 4vw, 4.4rem);
  line-height: 1.02;
}

.home-page .home-hero__lede {
  max-width: 62ch;
  color: var(--br-color-text-muted);
  font-size: 1.08rem;
  line-height: 1.7;
}

.home-page .home-hero__benefits {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin: 24px 0 18px;
  padding: 0;
  list-style: none;
}

.home-page .home-hero__benefits li {
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--br-color-burgundy-900);
  font-weight: 700;
}

.home-page .home-check {
  display: inline-grid;
  flex: 0 0 27px;
  width: 27px;
  height: 27px;
  place-items: center;
  border-radius: 50%;
  background: var(--br-color-gold-500);
  color: var(--br-color-burgundy-900);
}

.home-page .home-hero__supporting {
  margin: 0;
  color: var(--br-color-burgundy-800);
  font-weight: 650;
}

.home-page .home-video-trigger {
  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  display: grid;
  align-self: center;
  width: 100%;
  min-height: 360px;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 14px;
  background: #210704;
  color: #fff;
  text-align: left;
  box-shadow: 0 18px 40px rgba(55, 14, 8, 0.24);
}

.home-page .home-video-trigger img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-page .home-video-trigger::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(31, 6, 3, 0.04) 30%, rgba(64, 10, 4, 0.92) 100%);
  content: "";
}

.home-page .home-video-trigger__play {
  position: absolute;
  z-index: 2;
  top: 44%;
  left: 50%;
  display: grid;
  width: 76px;
  height: 76px;
  place-items: center;
  transform: translate(-50%, -50%);
  border: 3px solid #fff;
  border-radius: 50%;
  background: rgba(74, 15, 7, 0.86);
  font-size: 1.8rem;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.32);
}

.home-page .home-video-trigger__caption {
  position: relative;
  z-index: 2;
  align-self: end;
  padding: 24px 26px;
}

.home-page .home-video-trigger__caption strong,
.home-page .home-video-trigger__caption span {
  display: block;
}

.home-page .home-video-trigger__caption strong {
  font-size: 1.35rem;
}

.home-page .home-video-trigger__caption span {
  margin-top: 3px;
  color: #f2dfab;
}

.home-page .home-video-trigger:focus-visible {
  outline: var(--br-focus-ring);
  outline-offset: 4px;
}

.home-page .home-support-reassurance {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  padding: 14px 18px;
  border: 1px solid var(--br-color-gold-200);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 5px 16px rgba(65, 10, 2, 0.08);
}

.home-page .home-support-reassurance__icon {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  background: var(--br-color-burgundy-900);
  color: #fff;
  font-size: 1.35rem;
  line-height: 1;
}

.home-page .home-support-reassurance h2 {
  margin: 0 0 3px;
  color: var(--br-color-burgundy-900);
  font-family: Oswald, Arial, sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1.25;
}

.home-page .home-support-reassurance p {
  margin: 0;
  color: var(--br-color-text-muted);
  font-size: 0.94rem;
  line-height: 1.45;
}

.home-page .home-support-reassurance .home-support-reassurance__hours {
  margin-top: 3px;
  color: var(--br-color-burgundy-800);
  font-size: 0.86rem;
  font-weight: 700;
}

.home-page .home-section-heading {
  max-width: 760px;
  margin: 18px auto 24px;
  text-align: center;
}

.home-page .home-section-heading h2 {
  margin-bottom: 8px;
  font-size: clamp(1.9rem, 3vw, 3rem);
}

.home-page .home-section-heading p {
  color: var(--br-color-text-muted);
  font-size: 1.05rem;
}

.home-page .home-package-process-card {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  gap: 16px;
  padding: 18px;
}

.home-page .home-package-process-step {
  position: relative;
  display: flex;
  min-height: 230px;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  min-width: 0;
  padding: 24px 24px 22px;
  border: 1px solid var(--br-color-border);
  border-radius: 12px;
  background: #fff;
  text-align: center;
}

.home-page .home-package-process-step__number {
  position: absolute;
  top: 16px;
  left: 16px;
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  background: var(--br-color-gold-500);
  color: var(--br-color-burgundy-900);
  font-size: 0.9rem;
  font-weight: 800;
}

.home-page .home-package-process-step img {
  width: 112px;
  height: 94px;
  margin: 0 auto 12px;
  object-fit: contain;
}

.home-page .home-package-process-step h3 {
  margin: 0 0 7px;
  color: var(--br-color-burgundy-900);
  font-size: 1.2rem;
  font-weight: 800;
}

.home-page .home-package-process-step p {
  max-width: 320px;
  margin: 0;
  color: var(--br-color-text-muted);
  font-size: 0.93rem;
  line-height: 1.45;
}

.home-page .home-destinations-layout {
  display: grid;
  grid-template-columns: minmax(0, 3fr) minmax(270px, 1fr);
  gap: 20px;
  align-items: start;
}

.home-page .home-destinations {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  align-items: start;
}

.home-page .home-destination {
  position: relative;
  min-width: 0;
  aspect-ratio: 3 / 2;
  overflow: hidden;
  border-radius: 14px;
  background: var(--br-color-burgundy-900);
  color: #fff;
  box-shadow: var(--br-shadow-sm);
}

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

.home-page .home-destination::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 25%, rgba(48, 7, 3, 0.9) 100%);
  content: "";
}

.home-page .home-destination__content {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 20px;
}

.home-page .home-destination h3 {
  margin: 0 0 4px;
  font-size: 1.25rem;
  font-weight: 800;
}

.home-page .home-destination p {
  margin: 0 0 12px;
  color: #f8ecd0;
  font-size: 0.88rem;
}

.home-page .home-destination .br-btn {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  background: var(--br-color-gold-500);
  color: var(--br-color-burgundy-900);
}

.home-page .home-trust-panel {
  display: grid;
  align-self: start;
  align-content: center;
  gap: 18px;
  padding: 24px;
  background: var(--br-color-burgundy-900);
  color: #fff;
}

.home-page .home-trust-panel__stars img {
  width: 21px;
  height: 20px;
}

.home-page .home-trust-panel h3 {
  margin: 8px 0 6px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 800;
}

.home-page .home-trust-panel p {
  margin-bottom: 12px;
  color: #f4dfad;
  line-height: 1.45;
}

.home-page .home-trust-panel__item + .home-trust-panel__item {
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}

.home-page .home-brands {
  padding: 28px;
}

.home-page .home-brands__row {
  display: grid;
  grid-template-columns: repeat(8, minmax(90px, 1fr));
  align-items: center;
  gap: 26px;
}

.home-page .home-brands__row a {
  display: grid;
  min-height: 70px;
  place-items: center;
}

.home-page .home-brands__row img {
  width: 100%;
  max-width: 150px;
  height: 62px;
  object-fit: contain;
  filter: grayscale(1);
  opacity: 0.76;
}

.home-page .home-brands__more {
  color: var(--br-color-burgundy-900);
  font-size: 1.1rem;
  font-weight: 800;
  text-align: center;
}

.home-page .home-package-video-modal {
  z-index: var(--br-z-blocking-modal);
}

.home-page .home-package-video-modal .modal-body {
  padding: 0;
  background: #000;
}

.home-page .home-package-video-modal video {
  display: block;
  width: 100%;
  height: auto;
  max-height: calc(100vh - 170px);
}

.home-page.modal-open .modal-backdrop {
  z-index: var(--br-z-blocking-backdrop);
}

@media (max-width: 1199.98px) {
  .home-page .home-hero {
    grid-template-columns: 1fr 1fr;
  }

  .home-page .home-brands__row {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 991.98px) {
  .home-page .home-hero,
  .home-page .home-destinations-layout {
    grid-template-columns: 1fr;
  }

}

@media (max-width: 767.98px) {
  .home-page .home-page-main {
    width: min(calc(100% - 24px), 1500px);
  }

  .home-page .home-hero {
    padding: 24px 20px;
  }

  .home-page .home-hero__benefits {
    grid-template-columns: 1fr;
  }

  .home-page .home-video-trigger {
    min-height: 280px;
  }

  .home-page .home-support-reassurance {
    align-items: start;
    padding: 13px 14px;
  }

  .home-page .home-support-reassurance__icon {
    width: 36px;
    height: 36px;
    font-size: 1.1rem;
  }

  .home-page .home-package-process-card {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 14px;
  }

  .home-page .home-package-process-step {
    min-height: 0;
    padding: 22px 20px 20px;
  }

  .home-page .home-destinations {
    grid-template-columns: 1fr;
  }

  .home-page .home-destination,
  .home-page .home-destination:nth-child(4),
  .home-page .home-destination:nth-child(5),
  .home-page .home-destination:nth-child(6) {
    grid-column: 1;
  }

  .home-page .home-brands__row {
    grid-template-columns: repeat(2, 1fr);
  }

}
