/* Luxury landing, dark gold, motion, glass */

body.page-luxury {
  --lux-bg: #0a0908;
  --lux-surface: #141210;
  --lux-gold: #002147;
  --lux-gold-light: #003366;
  --lux-gold-dim: #001a38;
  --lux-ink: #f7f3ea;
  --lux-muted: rgba(247, 243, 234, 0.62);
  background: var(--lux-bg);
  color: var(--lux-ink);
}

/* Match homepage footer-premium palette (page typography must not leak in) */
body.page-luxury .togo-footer-premium {
  color: #9ca3af;
}

body.page-luxury .togo-footer-premium .footer-widget-title,
body.page-luxury .togo-footer-premium .footer-about-heading,
body.page-luxury .togo-footer-premium .footer-banner-content h2,
body.page-luxury .togo-footer-premium h4.text-white,
body.page-luxury .togo-footer-premium .footer-legal-lines,
body.page-luxury .togo-footer-premium .footer-legal-lines p {
  color: #fff !important;
}

body.page-luxury .togo-footer-premium .footer-about-text,
body.page-luxury .togo-footer-premium .footer-links-list li a,
body.page-luxury .togo-footer-premium .footer-api-content a {
  color: #9ca3af !important;
}

body.page-luxury .togo-footer-premium .footer-links-list li a:hover,
body.page-luxury .togo-footer-premium .footer-api-content a:hover {
  color: #c8a84b !important;
}

body.page-luxury .togo-footer-premium .footer-banner-content p {
  color: #d1d5db !important;
}

body.page-luxury .togo-footer-premium .footer-copyright a {
  color: #c8a84b !important;
}

html[data-fz-no-smooth="1"] body.page-luxury #has-smooth,
html[data-fz-no-smooth="1"] body.geo-banner-visible.page-luxury #has-smooth {
  padding-top: 0 !important;
  transition: none !important;
}

body.page-luxury #has-smooth {
  padding-top: 101px !important;
  transition: padding-top 0.35s ease;
}
body.geo-banner-visible.page-luxury #has-smooth {
  padding-top: 149px !important;
}
@media (max-width: 1200px) {
  body.page-luxury #has-smooth {
    padding-top: 97px !important;
  }
  body.geo-banner-visible.page-luxury #has-smooth {
    padding-top: 145px !important;
  }
}
@media (max-width: 992px) {
  body.page-luxury #has-smooth {
    padding-top: 48px !important;
  }
  body.geo-banner-visible.page-luxury #has-smooth {
    padding-top: 88px !important;
  }
}
@media (max-width: 768px) {
  body.page-luxury #has-smooth {
    padding-top: 14px !important;
  }
  body.geo-banner-visible.page-luxury #has-smooth {
    padding-top: 24px !important;
  }
}
@media (max-width: 576px) {
  body.page-luxury #has-smooth {
    padding-top: 10px !important;
  }
  body.geo-banner-visible.page-luxury #has-smooth {
    padding-top: 20px !important;
  }
}

.lux-main {
  overflow-x: hidden;
}

/* ScrollSmoother: avoid clipping media below the fold */
body.page-luxury #has-smooth,
body.page-luxury #has-smooth-wrap {
  overflow: visible !important;
}

/*,  Hero,  */
.lux-hero {
  position: relative;
  min-height: min(92vh, 980px);
  display: flex;
  align-items: flex-end;
  padding: clamp(4rem, 12vh, 7rem) 0 clamp(5rem, 11vh, 7rem);
  isolation: isolate;
}

.lux-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.lux-hero__bg-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 35%;
  animation: lux-kenburns 28s ease-in-out infinite alternate;
  transform-origin: 50% 40%;
}

@keyframes lux-kenburns {
  0% {
    transform: scale(1.02);
  }
  100% {
    transform: scale(1.12);
  }
}

.lux-hero__veil {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
      165deg,
      rgba(8, 6, 4, 0.15) 0%,
      rgba(8, 6, 4, 0.55) 42%,
      rgba(10, 8, 5, 0.92) 100%
    ),
    radial-gradient(ellipse 90% 60% at 50% 100%, rgba(37, 150, 190, 0.12), transparent 55%);
  pointer-events: none;
}

.lux-hero__grain {
  position: absolute;
  inset: 0;
  z-index: 2;
  opacity: 0.07;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

.lux-hero__content {
  position: relative;
  z-index: 3;
  max-width: 920px;
}

.lux-hero__eyebrow {
  font-size: 0.72rem;
  letter-spacing: 0.42em;
  text-transform: uppercase;
  color: var(--lux-gold-light);
  margin-bottom: 1.25rem;
  font-weight: 600;
}

.lux-hero__title {
  font-family: "Emilie Display", Georgia, serif;
  font-size: clamp(2.35rem, 6vw, 4.25rem);
  font-weight: 400;
  line-height: 1.08;
  margin: 0 0 1.25rem;
  background: linear-gradient(
    105deg,
    #fff 0%,
    var(--lux-gold-light) 35%,
    var(--lux-gold) 55%,
    #fffef8 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: 0 0 80px rgba(37, 150, 190, 0.15);
}

.lux-hero__lead {
  font-size: clamp(1rem, 1.35vw, 1.2rem);
  color: var(--lux-muted);
  font-weight: 300;
  max-width: 36rem;
  line-height: 1.65;
  margin-bottom: 2rem;
}

.lux-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
  position: relative;
  z-index: 4;
  padding-bottom: 0.25rem;
}

.lux-btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 2.25rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-decoration: none;
  color: #0a0908 !important;
  background: linear-gradient(135deg, var(--lux-gold-light), var(--lux-gold) 55%, var(--lux-gold-dim));
  border: none;
  border-radius: 999px;
  box-shadow: 0 8px 32px rgba(37, 150, 190, 0.35);
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.35s ease;
}

.lux-btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 44px rgba(37, 150, 190, 0.45);
  color: #0a0908 !important;
}

.lux-btn-ghost {
  display: inline-flex;
  align-items: center;
  padding: 1rem 1.5rem;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--lux-ink) !important;
  border: 1px solid rgba(37, 150, 190, 0.45);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(8px);
  transition: border-color 0.3s ease, background 0.3s ease;
}

.lux-btn-ghost:hover {
  border-color: var(--lux-gold);
  background: rgba(37, 150, 190, 0.08);
  color: #fff !important;
}

.lux-hero__scroll {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  width: 26px;
  height: 42px;
  border: 2px solid rgba(37, 150, 190, 0.45);
  border-radius: 20px;
  opacity: 0.85;
  pointer-events: none;
}

@media (max-width: 767px) {
  .lux-hero {
    padding-bottom: clamp(4.5rem, 14vw, 6rem);
  }
  .lux-hero__scroll {
    bottom: 0.65rem;
  }
}

.lux-hero__scroll::after {
  content: "";
  position: absolute;
  top: 8px;
  left: 50%;
  width: 4px;
  height: 8px;
  margin-left: -2px;
  background: var(--lux-gold);
  border-radius: 2px;
  animation: lux-scroll-hint 2s ease-in-out infinite;
}

@keyframes lux-scroll-hint {
  0%,
  100% {
    opacity: 0.35;
    transform: translateY(0);
  }
  50% {
    opacity: 1;
    transform: translateY(10px);
  }
}

/*,  Marquee,  */
.lux-marquee {
  position: relative;
  padding: 1.1rem 0;
  background: #050403;
  border-block: 1px solid rgba(37, 150, 190, 0.22);
  overflow: hidden;
}

.lux-marquee__track {
  display: flex;
  width: max-content;
  animation: lux-marquee 48s linear infinite;
}

.lux-marquee__track:hover {
  animation-play-state: paused;
}

@keyframes lux-marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.lux-marquee__track span {
  flex-shrink: 0;
  padding: 0 2.5rem;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: rgba(37, 150, 190, 0.85);
  white-space: nowrap;
}

.lux-marquee__track span::after {
  content: "◆";
  margin-left: 2.5rem;
  opacity: 0.35;
  font-size: 0.5rem;
  vertical-align: middle;
}

/*,  Sections,  */
.lux-section {
  padding: clamp(4rem, 10vw, 7.5rem) 0;
  position: relative;
}

.lux-section--dim {
  background: linear-gradient(180deg, var(--lux-bg) 0%, var(--lux-surface) 50%, var(--lux-bg) 100%);
}

.lux-section__head {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 3.5rem;
}

.lux-section__kicker {
  display: block;
  font-size: 0.68rem;
  letter-spacing: 0.38em;
  text-transform: uppercase;
  color: var(--lux-gold);
  margin-bottom: 1rem;
  font-weight: 600;
}

.lux-section__title {
  font-family: "Emilie Display", Georgia, serif;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 400;
  color: var(--lux-ink);
  margin: 0 0 1rem;
  line-height: 1.15;
}

.lux-section__text {
  font-size: 1.05rem;
  color: var(--lux-muted);
  line-height: 1.75;
  margin: 0;
}

/*,  Intro pillars,  */
.lux-pillars {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

@media (max-width: 991px) {
  .lux-pillars {
    grid-template-columns: 1fr;
  }
}

.lux-pillar {
  position: relative;
  padding: 2rem 1.75rem;
  border-radius: 20px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.01));
  border: 1px solid rgba(37, 150, 190, 0.12);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
  transition: border-color 0.4s ease, transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
  overflow: hidden;
  isolation: isolate;
}

.lux-pillar > * {
  position: relative;
  z-index: 1;
}

.lux-pillar:hover {
  border-color: rgba(37, 150, 190, 0.35);
  transform: translateY(-6px);
}

.lux-pillar__icon {
  font-size: 1.75rem;
  color: var(--lux-gold-light);
  margin-bottom: 1rem;
}

.lux-pillar h3 {
  font-size: 1.15rem;
  font-weight: 500;
  margin: 0 0 0.5rem;
  color: #fff;
}

.lux-pillar p {
  margin: 0;
  font-size: 0.92rem;
  color: var(--lux-muted);
  line-height: 1.65;
}

/*,  Service grid,  */
.lux-services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
}

@media (max-width: 1199px) {
  .lux-services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .lux-services-grid {
    grid-template-columns: 1fr;
  }
}

.lux-svc-card {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  min-height: 280px;
  background: var(--lux-surface);
  border: 1px solid rgba(37, 150, 190, 0.1);
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.5s ease;
  isolation: isolate;
}

.lux-svc-card__img {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.lux-svc-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 1s cubic-bezier(0.22, 1, 0.36, 1);
}

.lux-svc-card:hover .lux-svc-card__img img {
  transform: scale(1.08);
}

.lux-svc-card__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 0%, rgba(5, 4, 3, 0.2) 40%, rgba(5, 4, 3, 0.92) 100%);
  z-index: 1;
}

.lux-svc-card__body {
  position: absolute;
  inset: auto 0 0 0;
  z-index: 2;
  padding: 1.5rem 1.35rem 1.65rem;
}

.lux-svc-card__body h3 {
  font-size: 1.05rem;
  font-weight: 500;
  margin: 0 0 0.35rem;
  color: #fff;
}

.lux-svc-card__body p {
  margin: 0;
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.55;
}

.lux-svc-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.45);
}

/*,  Swiper experiences,  */
.lux-exp-wrap {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid rgba(37, 150, 190, 0.15);
  background: #080706;
  margin-bottom: 0.5rem;
  isolation: isolate;
}

/* Explicit height: slides only contain absolutely positioned nodes, so Swiper/ScrollSmoother can collapse to 0 otherwise */
.lux-exp-wrap .lux-exp-swiper {
  width: 100%;
  min-height: 420px;
  height: min(70vh, 640px);
}

@media (max-width: 767px) {
  .lux-exp-wrap .lux-exp-swiper {
    min-height: 280px;
    height: min(58vh, 520px);
  }
}

.lux-exp-swiper .swiper-slide.lux-exp-slide {
  position: relative;
  box-sizing: border-box;
  /* Slides had no in-flow height (only abs-positioned imgs) → Swiper measured 0px; lock to viewport band */
  height: min(70vh, 640px) !important;
  min-height: 420px !important;
}

@media (max-width: 767px) {
  .lux-exp-swiper .swiper-slide.lux-exp-slide {
    height: min(58vh, 520px) !important;
    min-height: 280px !important;
  }
}

.lux-exp-slide__media {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  border-radius: inherit;
}

.lux-exp-swiper .lux-exp-slide__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  pointer-events: none;
}

.lux-exp-swiper .lux-exp-slide__cap {
  position: absolute;
  inset: auto 0 0 0;
  z-index: 2;
  padding: 2.5rem clamp(1.25rem, 4vw, 3rem);
  background: linear-gradient(transparent, rgba(5, 4, 3, 0.92));
}

.lux-exp-swiper .lux-exp-slide__cap h3 {
  font-family: "Emilie Display", Georgia, serif;
  font-size: clamp(1.5rem, 3vw, 2.25rem);
  margin: 0 0 0.5rem;
  color: #fff;
}

.lux-exp-swiper .lux-exp-slide__cap p {
  margin: 0;
  max-width: 520px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.98rem;
  line-height: 1.6;
}

.lux-exp-wrap .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.35);
  opacity: 1;
  width: 8px;
  height: 8px;
  transition: transform 0.3s ease, background 0.3s ease;
}

.lux-exp-wrap .swiper-pagination-bullet-active {
  background: var(--lux-gold);
  transform: scale(1.35);
}

.lux-exp-wrap .swiper-pagination {
  bottom: 1.5rem !important;
  z-index: 5;
}

/*,  Stats,  */
.lux-stats {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  text-align: center;
  padding: 3rem 2rem;
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(37, 150, 190, 0.08), rgba(255, 255, 255, 0.02));
  border: 1px solid rgba(37, 150, 190, 0.15);
  isolation: isolate;
  overflow: hidden;
}

.lux-stats > div {
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .lux-stats {
    grid-template-columns: repeat(2, 1fr);
  }
}

.lux-stat__num {
  font-family: "Emilie Display", Georgia, serif;
  font-size: clamp(2rem, 4vw, 2.75rem);
  color: var(--lux-gold-light);
  display: block;
  line-height: 1.1;
}

.lux-stat__label {
  font-size: 0.72rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--lux-muted);
  margin-top: 0.5rem;
}

/*,  Destinations (popular_destinations include),  */
.lux-destinations-wrap {
  padding: 2rem 0 1rem;
}

.lux-destinations-wrap .togo-destination-9-item {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(37, 150, 190, 0.1);
  border-radius: 16px;
  padding: 1rem 1.25rem !important;
  transition: border-color 0.35s ease, background 0.35s ease;
}

.lux-destinations-wrap .togo-destination-9-item:hover {
  border-color: rgba(37, 150, 190, 0.35);
  background: rgba(37, 150, 190, 0.06);
}

.lux-destinations-wrap .togo-destination-9-item-title a {
  color: var(--lux-ink) !important;
}

.lux-destinations-wrap .togo-destination-9-item-content p {
  color: var(--lux-muted) !important;
}

/*,  CTA,  */
.lux-cta {
  position: relative;
  padding: clamp(4rem, 12vw, 7rem) 0;
  text-align: center;
  overflow: hidden;
}

.lux-cta__bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.lux-cta__bg-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  animation: lux-kenburns 35s ease-in-out infinite alternate-reverse;
}

.lux-cta__veil {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(8, 6, 4, 0.88) 0%,
    rgba(12, 10, 8, 0.75) 50%,
    rgba(8, 6, 4, 0.92) 100%
  );
}

.lux-cta .container {
  position: relative;
  z-index: 2;
}

.lux-cta h2 {
  font-family: "Emilie Display", Georgia, serif;
  font-size: clamp(1.85rem, 4vw, 3rem);
  font-weight: 400;
  margin: 0 0 1rem;
  background: linear-gradient(90deg, #fff, var(--lux-gold-light), #fff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent !important;
}

.lux-cta p {
  color: var(--lux-muted) !important;
  max-width: 560px;
  margin: 0 auto 2rem;
  font-size: 1.05rem;
  line-height: 1.65;
}

/* Animate.css, scroll / hero (replaces AOS) */
.lux-animate--wait {
  opacity: 0;
  will-change: opacity, transform;
}

.lux-animate.lux-animate--in,
.lux-animate:not(.lux-animate--wait) {
  will-change: auto;
}

.lux-animate.animate__animated {
  animation-timing-function: cubic-bezier(0.22, 1, 0.36, 1) !important;
}

@media (prefers-reduced-motion: reduce) {
  .lux-animate--wait {
    opacity: 1 !important;
    will-change: auto;
  }
  .lux-animate.animate__animated {
    animation: none !important;
  }
}

/*,  Rotating golden border shine (card edges),  */
@property --lux-shine-angle {
  syntax: "<angle>";
  inherits: false;
  initial-value: 0deg;
}

@keyframes lux-shine-rotate {
  to {
    --lux-shine-angle: 360deg;
  }
}

@media (prefers-reduced-motion: reduce) {
  .lux-svc-card::before,
  .lux-pillar::before,
  .lux-exp-wrap::before,
  .lux-stats::before {
    animation: none !important;
    --lux-shine-angle: 35deg;
  }
}

.lux-svc-card::before,
.lux-pillar::before,
.lux-exp-wrap::before,
.lux-stats::before {
  content: "";
  position: absolute;
  inset: -2px;
  z-index: 4;
  border-radius: inherit;
  padding: 2px;
  pointer-events: none;
  background: conic-gradient(
    from var(--lux-shine-angle),
    rgba(135, 105, 0, 0.25),
    #002147,
    #fff4d4,
    #001a38,
    #003366,
    #876900,
    rgba(37, 150, 190, 0.35),
    rgba(135, 105, 0, 0.2)
  );
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  animation: lux-shine-rotate 7.5s linear infinite;
}

.lux-exp-wrap::before {
  z-index: 3;
}
