/* Above-the-fold: hero + minimal grid (full Bootstrap loads async) */
:root {
  --primary-color: #c8b49b;
  --primary-color-rgb: 200, 180, 155;
  --bg-dark-1-rgb: 24, 29, 36;
  --body-font: "Jost", system-ui, -apple-system, "Segoe UI", sans-serif;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--body-font);
  color: #606060;
  background: #fff;
}

.id-color {
  color: var(--primary-color);
}

.container {
  width: 100%;
  max-width: 1320px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 12px;
  padding-left: 12px;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -12px;
  margin-left: -12px;
}

.row > * {
  padding-right: 12px;
  padding-left: 12px;
}

.col-lg-12 {
  flex: 0 0 auto;
  width: 100%;
}

.col-lg-6 {
  flex: 0 0 auto;
  width: 100%;
}

@media (min-width: 992px) {
  .col-lg-6 {
    width: 50%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }
}

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

.text-center {
  text-align: center;
}

.d-flex {
  display: flex;
}

.flex-wrap {
  flex-wrap: wrap;
}

.align-items-center {
  align-items: center;
}

.p-0 {
  padding: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.h4 {
  font-size: 1.25rem;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

.fw-bold {
  font-weight: 700;
}

.mh-800 {
  min-height: min(800px, 100svh);
}

.hero-section {
  position: relative;
  overflow: hidden;
}

.hero-section .jarallax-img {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-color: #181d24;
}

.hero-section [id^="jarallax-container-"] {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  overflow: hidden;
}

.hero-section [id^="jarallax-container-"] video,
.hero-section [id^="jarallax-container-"] video.hero-video-fill {
  display: block !important;
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  right: auto !important;
  bottom: auto !important;
  width: auto !important;
  height: auto !important;
  min-width: 100% !important;
  min-height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  margin: 0 !important;
  transform: translate(-50%, -50%) !important;
  object-fit: cover;
  object-position: center center;
}

.hero-section .hero-overlay {
  opacity: 0.32;
}

.w-400px {
  max-width: 400px;
  width: 100%;
  height: auto;
}

.hero-store-badge img {
  max-height: 44px;
  width: auto;
  height: 44px;
}
