.lux-hero,
.lux-hero * {
  box-sizing: border-box;
}

.lux-hero {
  width: 100%;
  display: grid;
  grid-template-columns: 40% 60%;
  position: relative;
  overflow: hidden;
  background: #ffffff;
}

.lux-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 200;
  pointer-events: none;
  background: linear-gradient(
    90deg,
    #ffffff 0%,
    #ffffff 38%,
    rgba(255, 255, 255, 0.98) 45%,
    rgba(255, 255, 255, 0.78) 54%,
    rgba(255, 255, 255, 0.36) 64%,
    rgba(255, 255, 255, 0) 76%
  );
}

.lux-hero::after {
  content: "";
  position: absolute;
  top: 0;
  left: 36%;
  width: 34%;
  height: 100%;
  z-index: 210;
  pointer-events: none;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  mask-image: linear-gradient(
    90deg,
    black 0%,
    black 42%,
    transparent 100%
  );
  -webkit-mask-image: linear-gradient(
    90deg,
    black 0%,
    black 42%,
    transparent 100%
  );
}

.lux-hero-header {
  display: contents;
}

.lux-hero-logo-link {
  grid-column: 1;
  grid-row: 1 / 3;
  width: 100%;
  height: 100%;
  padding-left: clamp(48px, 5vw, 96px);
  position: relative;
  z-index: 500;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-decoration: none;
  padding-top: 100px;
}

.lux-hero-logo {
  width: clamp(300px, 27vw, 520px);
  height: auto;
  display: block;
}

.lux-hero-nav {
  grid-column: 2;
  grid-row: 1;
  width: 100%;
  height: 100%;
  padding-right: clamp(48px, 5vw, 96px);
  position: relative;
  z-index: 600;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(18px, 1.45vw, 34px);
  font-family: "AvantGarde", sans-serif;
}

.lux-hero-nav a {
  position: relative;
  color: #111111;
  font-size: clamp(13px, 0.85vw, 16px);
  font-weight: 700;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
}

.lux-hero-nav a.active {
  color: #fe5407;
}

.lux-hero-nav a.active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -14px;
  height: 3px;
  background: #fe5407;
}

.lux-hero-book-btn {
  min-height: 54px;
  padding: 0 28px;
  border-radius: 4px;
  background: #fe5407;
  color: #ffffff !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 12px 28px rgba(254, 84, 7, 0.28);
}

.lux-hero-inner {
  display: contents;
}

.lux-hero-content {
  grid-column: 1;
  grid-row: 3;
  width: 100%;
  height: 100%;
  padding-left: 4vw;
  padding-top: 4vw;
  padding-right: clamp(24px, 3vw, 64px);
  padding-bottom: clamp(48px, 5vw, 84px);
  position: relative;
  z-index: 400;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: none;
}

.lux-hero h1 {
  margin: 0;
  max-width: 760px;
  color: #111111;
  font-size: clamp(36px, 3.9vw, 54px);
  line-height: 0.98;
  letter-spacing: -0.055em;
  text-transform: uppercase;
  font-weight: 700;
}

.lux-hero h1 span {
  display: block;
  color: #fe5407;
}

.lux-hero-text {
  max-width: 820px;
  margin: 28px 0 0;
  color: #292929;
  font-family: "AvantGarde", sans-serif;
  font-size: clamp(17px, 1.2vw, 22px);
  line-height: 1.55;
  font-weight: 400;
}

.lux-hero-trust {
  margin-top: 36px;
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  justify-content: start;
  column-gap: 24px;
  row-gap: 10px;
}

.lux-hero-trust-icons {
  display: flex;
  align-items: center;
}

.lux-hero-trust-icon {
  width: 54px;
  height: 54px;
  margin-right: -12px;
  border: 2px solid #ffffff;
  border-radius: 18px;
  background: #f6f6f6;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  display: grid;
  place-items: center;
}

.lux-hero-trust-icon img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.lux-hero-stars {
  color: #ffc400;
  font-size: 28px;
  letter-spacing: 4px;
  line-height: 1;
  white-space: nowrap;
}

.lux-hero-trust small {
  grid-column: 1 / -1;
  color: #9a9a9a;
  font-family: "AvantGarde", sans-serif;
  font-size: clamp(14px, 1vw, 18px);
  font-weight: 400;
}

.lux-hero-actions {
  margin-top: 52px;
  display: flex;
  align-items: center;
  gap: 24px;
}

.lux-hero-btn {
  min-height: 64px;
  padding: 0 38px;
  border-radius: 4px;
  font-family: "AvantGarde", sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

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

.lux-hero-btn-primary {
  background: #fe5407;
  color: #ffffff;
  box-shadow: 0 14px 30px rgba(254, 84, 7, 0.22);
}

.lux-hero-btn-secondary {
  background: #ffffff;
  color: #111111;
  border: 2px solid rgba(254, 84, 7, 0.38);
}

.lux-hero-media {
  grid-column: 2;
  grid-row: 2 / 4;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.lux-hero-van {
  position: absolute;
  top: 50%;
  right: -4%;
  height: 100%;
  width: auto;
  max-width: none;
  transform: translateY(-50%);
  object-fit: cover;
  filter: drop-shadow(0 40px 50px rgba(0, 0, 0, 0.22));
}

.lux-hero .lux-hero-van {
  max-width: none !important;
  width: auto !important;
}

.lux-hero-stars {
  display: flex;
  align-items: center;
  gap: 6px;
}

.lux-hero-stars img {
  width: 24px;
  height: 24px;
  display: block;
}

@media (max-width: 1100px) {
  .lux-hero {
    grid-template-columns: 42% 58%;
  }

  .lux-hero-logo {
    width: clamp(260px, 30vw, 420px);
  }

  .lux-hero-nav {
    gap: 16px;
    padding-right: 36px;
  }

  .lux-hero-book-btn {
    padding: 0 20px;
  }

  .lux-hero h1 {
    font-size: clamp(40px, 4.4vw, 60px);
  }
}

@media (max-width: 900px) {
  .lux-hero {
    min-height: auto;
    display: flex;
    flex-direction: column;
    padding: 10px 20px 56px;
  }

  .lux-hero::before {
    background: linear-gradient(
      180deg,
      #ffffff 0%,
      #ffffff 46%,
      rgba(255, 255, 255, 0.92) 58%,
      rgba(255, 255, 255, 0.54) 72%,
      rgba(255, 255, 255, 0) 100%
    );

  }

  .lux-hero::after {
    top: 48%;
    left: 0;
    width: 100%;
    height: 28%;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    mask-image: linear-gradient(
      180deg,
      black 0%,
      transparent 100%
    );
    -webkit-mask-image: linear-gradient(
      180deg,
      black 0%,
      transparent 100%
    );
  }

  .lux-hero-header {
    display: flex;
    width: 100%;
    justify-content: center;
    position: relative;
    z-index: 600;
  }

  .lux-hero-logo-link {
    width: auto;
    height: auto;
    padding: 0;
  }

  .lux-hero-logo {
    width: 240px;
  }

  .lux-hero-nav {
    display: none;
  }

  .lux-hero-inner {
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .lux-hero-content {
    width: 100%;
    padding: 20px 0 0;
    position: relative;
    z-index: 400;
  }

  .lux-hero h1 {
    max-width: 100%;
    font-size: clamp(24px, 12vw, 40px);
    line-height: 1.02;
    letter-spacing: -0.06em;
  }

  .lux-hero-text {
    max-width: 100%;
    margin-top: 24px;
    font-size: 17px;
    line-height: 1.6;
  }

  .lux-hero-trust {
    margin-top: 30px;
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .lux-hero-trust-icons {
    justify-content: flex-start;
  }

  .lux-hero-stars {
    font-size: 24px;
  }

  .lux-hero-actions {
    margin-top: 36px;
    flex-direction: column;
    gap: 18px;
  }

  .lux-hero-btn {
    width: 100%;
    min-height: 62px;
  }

  .lux-hero-media {
    width: calc(100% + 40px);
    height: 360px;
    min-height: 360px;
    margin: 32px -20px 0;
    position: relative;
    z-index: 1;
  }

  .lux-hero-van {
    top: 50%;
    right: -40%;
    height: 118%;
    transform: translateY(-50%);
  }
  .lux-hero .lux-hero-van {
  max-width: none !important;
  width: auto !important;
}

.lux-hero-van {
      right: -10%; 
      height: 100%; 
}

}

/*POP UP GALLERY SECTION */
.lux-hero-van {
  cursor: pointer;
}

.lux-gallery-modal,
.lux-gallery-modal * {
  box-sizing: border-box;
}

.lux-gallery-modal {
  position: fixed;
  inset: 0;
  z-index: 2147483647 !important;
  display: none;
}

.lux-gallery-modal.is-active {
  display: block;
}

.lux-gallery-overlay {
  position: fixed;
  inset: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.96);
}

.lux-gallery-shell {
  position: relative;
  z-index: 2;
  width: 90vw;
  max-width: 1600px;
  height: 86vh;
  margin: 7vh auto;
  padding: 0;
  background: transparent;
  border-radius: 0;
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 24px;
  box-shadow: none;
}

.lux-gallery-close {
  position: fixed;
  top: 28px;
  right: 32px;
  z-index: 3;
  width: 48px;
  height: 48px;
  border: 0;
  background: transparent;
  color: #ffffff;
  font-size: 52px;
  line-height: 1;
  cursor: pointer;
}

.lux-gallery-close::before {
  content: "×";
}

.lux-gallery-display {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #000000;
  grid-column: 2;
  grid-row: 1;
}

.lux-gallery-screen {
  width: 100%;
  height: 100%;
}

.lux-gallery-screen img,
.lux-gallery-screen video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.lux-gallery-carousel {
  grid-column: 1;
  grid-row: 1;
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-rows: 48px 1fr 48px;
  align-items: center;
  gap: 18px;
}

.lux-gallery-btn {
  width: 100%;
  height: 48px;
  border: 0;
  background: transparent;
  color: #ffffff;
  font-size: 48px;
  line-height: 1;
  cursor: pointer;
  opacity: 0.9;
}

.lux-gallery-btn:hover {
  color: #fb5202;
}

.lux-gallery-btn:disabled {
  opacity: 0.25;
  pointer-events: none;
}

.lux-gallery-btn.prev {
  grid-row: 1;
}

.lux-gallery-btn.next {
  grid-row: 3;
}

.lux-gallery-slider {
  grid-row: 2;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 0;
  margin: 0;
  list-style: none;
  overflow-y: auto;
  overflow-x: hidden;
  scroll-snap-type: y mandatory;
  scrollbar-width: none;
}

.lux-gallery-slider::-webkit-scrollbar {
  display: none;
}

.lux-gallery-slide {
  position: relative;
  flex: 0 0 104px;
  width: 100%;
  height: 104px;
  overflow: hidden;
  cursor: pointer;
  scroll-snap-align: center;
  opacity: 0.55;
  border: 2px solid transparent;
}

.lux-gallery-slide.is-active {
  opacity: 1;
  border-color: #fb5202;
}

.lux-gallery-slide img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.lux-gallery-video-badge {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: #ffffff;
  font-size: 30px;
  background: rgba(0, 0, 0, 0.35);
}

body.lux-gallery-lock {
  overflow: hidden !important;
}

body.lux-gallery-active header,
body.lux-gallery-active .header,
body.lux-gallery-active #header,
body.lux-gallery-active .Header,
body.lux-gallery-active .Header-inner,
body.lux-gallery-active .sqs-announcement-bar,
body.lux-gallery-active .sqs-header-overlay {
  visibility: hidden !important;
}

@media (max-width: 768px) {
  .lux-gallery-shell {
    width: 100vw;
    height: 100dvh;
    margin: 0;
    padding: 72px 18px 34px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 22px;
  }

  .lux-gallery-close {
    top: 18px;
    right: 18px;
    width: 44px;
    height: 44px;
    font-size: 46px;
  }

  .lux-gallery-display {
    width: 100%;
    height: auto;
    max-height: 62dvh;
    aspect-ratio: auto;
    flex: 0 0 auto;
    background: transparent;
  }

  .lux-gallery-screen {
    width: 100%;
    height: auto;
    max-height: 62dvh;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .lux-gallery-screen img,
  .lux-gallery-screen video {
    width: 100%;
    height: auto;
    max-height: 62dvh;
    object-fit: contain;
  }

  .lux-gallery-carousel {
    width: 100%;
    height: auto;
    margin-top: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
  }

  .lux-gallery-btn {
    width: 36px;
    height: 36px;
    font-size: 36px;
  }

  .lux-gallery-slider {
    width: auto;
    height: auto;
    max-width: 70vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 12px;
    overflow: visible;
    padding: 0;
  }

  .lux-gallery-slide {
    flex: 0 0 10px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 0;
    background: rgba(255, 255, 255, 0.35);
    opacity: 1;
  }

  .lux-gallery-slide.is-active {
    background: #fb5202;
  }

  .lux-gallery-slide img,
  .lux-gallery-video-badge {
    display: none;
  }
}

.lux-hero-van {
  cursor: default;
}

.lux-hero-gallery-trigger {
  position: absolute;
  inset: 0;
  z-index: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.lux-hero-gallery-trigger .playBut {
  pointer-events: auto;
}

.playBut {
  display: inline-block;
  transition: all 0.5s ease;
}

.playBut svg {
  width: 90px;
  height: 90px;
}

.circle {
  stroke: #fb5202;
  stroke-width: 7;
  stroke-dasharray: 650;
  stroke-dashoffset: 650;
  transition: all 0.5s ease-in-out;
  opacity: 0.3;
}

.playBut .triangle {
  transition: all 0.7s ease-in-out;
  stroke-dasharray: 240;
  stroke-dashoffset: 480;
  stroke: #fb5202;
}

.playBut:hover .triangle {
  stroke-dashoffset: 0;
  opacity: 1;
  stroke: #fb5202;
  animation: nudge 0.7s ease-in-out;
}

.playBut:hover .circle {
  stroke-dashoffset: 0;
  opacity: 1;
}

@keyframes nudge {
  0% { transform: translateX(0); }
  30% { transform: translateX(-5px); }
  50% { transform: translateX(5px); }
  70% { transform: translateX(-2px); }
  100% { transform: translateX(0); }
}