.faq details, .stats .stat, .card {
  background: #11151d;
  border: 1px solid #1b2331;
  border-radius: 18px;
  padding: 20px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
}

.card.gold {
  position: relative;
}
.card.gold::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(231, 189, 99, 0.7), rgba(184, 135, 43, 0.25));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

* {
  box-sizing: border-box;
}

html, body {
  margin: 0;
  padding: 0;
}

body.lux {
  font-family: "Inter", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color: #f2f4f8;
  line-height: 1.6;
  background: radial-gradient(1200px 600px at 25% 0%, #141922 0%, transparent 60%), radial-gradient(1200px 700px at 85% 10%, #191f2a 0%, transparent 55%), linear-gradient(180deg, #0a0c10, #0b0f14 70%, #0a0c10 100%);
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.flex {
  display: flex;
}

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

.between {
  justify-content: space-between;
}

.center {
  text-align: center;
}

.wrap {
  flex-wrap: wrap;
}

.gap {
  gap: 14px;
}

.grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.inner-gap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.split-50 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 44px;
  align-items: center;
}

.section {
  padding: 84px 0;
}

.section.muted {
  background: rgba(15, 20, 30, 0.45);
}

.display {
  font-family: "Playfair Display", serif;
  font-weight: 700;
}

.hl {
  color: #e7bd63;
  text-shadow: 0 0 24px rgba(231, 189, 99, 0.25);
}

.site-header.lux-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(10, 12, 16, 0.72);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-bottom: 1px solid #1b2331;
}
.site-header.lux-header .brand {
  color: #f2f4f8;
  font-weight: 800;
  text-decoration: none;
  letter-spacing: 0.4px;
}
.site-header.lux-header .nav a {
  color: #f2f4f8;
  text-decoration: none;
  margin-left: 16px;
  opacity: 0.85;
}
.site-header.lux-header .nav a:hover {
  opacity: 1;
}

.btn {
  border-radius: 9999px;
  padding: 12px 22px;
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 0;
  color: #151515;
  background: linear-gradient(180deg, #f7d88a, #d4a838);
  box-shadow: 0 8px 30px rgba(212, 168, 56, 0.3);
}
.btn:hover {
  filter: brightness(1.03);
  transform: translateY(-1px);
}

.btn.gold {
  border-radius: 9999px;
  padding: 12px 22px;
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 0;
  color: #151515;
  background: linear-gradient(180deg, #f7d88a, #d4a838);
  box-shadow: 0 8px 30px rgba(212, 168, 56, 0.3);
}
.btn.gold:hover {
  filter: brightness(1.03);
  transform: translateY(-1px);
}

.btn.small {
  border-radius: 9999px;
  padding: 8px 14px;
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 0;
  color: #151515;
  background: linear-gradient(180deg, #f7d88a, #d4a838);
  box-shadow: 0 8px 30px rgba(212, 168, 56, 0.3);
}
.btn.small:hover {
  filter: brightness(1.03);
  transform: translateY(-1px);
}

.btn.ghost {
  border-radius: 9999px;
  padding: 12px 22px;
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 0;
  color: #f2f4f8;
  background: transparent;
  border: 1px solid #d4a838;
}
.btn.ghost:hover {
  background: rgba(212, 168, 56, 0.08);
}

.pill {
  border-radius: 9999px;
}

.hero.lux-hero {
  position: relative;
}
.hero.lux-hero h1 {
  font-family: "Playfair Display", serif;
  font-size: clamp(36px, 4.2vw, 64px);
  line-height: 1.08;
  margin: 0 0 12px;
}
.hero.lux-hero .lede {
  color: #a7b0c2;
  margin: 0 0 28px;
  max-width: 60ch;
}
.hero.lux-hero .hero-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 24px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.45);
}
.hero.lux-hero .booking-bar {
  display: grid;
  grid-template-columns: 1.2fr 1.2fr 1.2fr auto;
  gap: 10px;
  padding: 8px;
  background: rgba(18, 22, 30, 0.9);
  border: 1px solid #1b2331;
  border-radius: 9999px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
  max-width: 720px;
}
.hero.lux-hero .booking-bar .item {
  background: #0e1117;
  border: 1px solid #1b2331;
  border-radius: 9999px;
  padding: 10px 14px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 8px;
}
.hero.lux-hero .booking-bar .item .k {
  font-size: 12px;
  color: #a7b0c2;
}
.hero.lux-hero .booking-bar .item .v {
  font-weight: 600;
}
.hero.lux-hero .booking-bar .btn {
  white-space: nowrap;
}
.hero.lux-hero .quick-tags {
  margin-top: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #a7b0c2;
}
.hero.lux-hero .quick-tags .tag {
  background: rgba(212, 168, 56, 0.1);
  border: 1px solid rgba(212, 168, 56, 0.35);
  padding: 6px 10px;
  border-radius: 9999px;
  color: #f7d88a;
  text-decoration: none;
  font-size: 13px;
}

.icon.circ {
  width: 58px;
  height: 58px;
  margin: 0 auto 12px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: radial-gradient(circle at 30% 20%, rgba(247, 216, 138, 0.35), rgba(212, 168, 56, 0.08) 60%, transparent 61%);
  border: 1px solid rgba(212, 168, 56, 0.35);
}
.icon.circ svg {
  width: 28px;
  height: 28px;
  fill: #e7bd63;
}

.image-col img {
  width: 100%;
  height: auto;
  border-radius: 18px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
  display: block;
}

.stats {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
.stats .stat {
  text-align: center;
  background: #0e1117;
}
.stats .stat strong {
  font-size: 22px;
  color: #f7d88a;
  display: block;
}
.stats .stat span {
  color: #a7b0c2;
  font-size: 13px;
}

.gallery.fleet {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, 1fr);
}
.gallery.fleet .fleet-card {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  background: #0e1117;
  border: 1px solid #1b2331;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
}
.gallery.fleet .fleet-card img {
  width: 100%;
  height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.gallery.fleet .fleet-card .fleet-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 14px;
}
.gallery.fleet .fleet-card .fleet-meta strong {
  font-weight: 700;
}
.gallery.fleet .fleet-card .fleet-meta span {
  color: #f7d88a;
  font-weight: 700;
}

.faq details summary {
  cursor: pointer;
  font-weight: 700;
}
.faq details p {
  margin: 10px 0 0;
  color: #a7b0c2;
}

.form label {
  display: block;
  font-weight: 700;
  margin-bottom: 6px;
}
.form input[type=text],
.form input[type=email],
.form input[type=tel],
.form input[type=date],
.form select,
.form textarea {
  width: 100%;
  padding: 12px 14px;
  background: #0e1117;
  border: 1px solid #1b2331;
  border-radius: 12px;
  color: #f2f4f8;
  outline: none;
}
.form input[type=text]::-moz-placeholder, .form input[type=email]::-moz-placeholder, .form input[type=tel]::-moz-placeholder, .form input[type=date]::-moz-placeholder, .form select::-moz-placeholder, .form textarea::-moz-placeholder {
  color: #7f8aa1;
}
.form input[type=text]::placeholder,
.form input[type=email]::placeholder,
.form input[type=tel]::placeholder,
.form input[type=date]::placeholder,
.form select::placeholder,
.form textarea::placeholder {
  color: #7f8aa1;
}
.form textarea {
  resize: vertical;
}
.form .checkbox {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
}
.form .checkbox a {
  color: #f7d88a;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.form .hidden {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.form .recaptcha {
  margin: 12px 0;
}

.luxe-form > * + * {
  margin-top: 12px;
}
.luxe-form button[type=submit] {
  margin-top: 10px;
}

.alert {
  padding: 12px 14px;
  border-radius: 12px;
  margin: 16px 0;
}

.alert.success {
  background: rgba(46, 204, 113, 0.12);
  border: 1px solid rgba(46, 204, 113, 0.35);
}

.alert.error {
  background: rgba(239, 68, 68, 0.12);
  border: 1px solid rgba(239, 68, 68, 0.35);
}

.alert ul {
  margin: 8px 0 0 18px;
}

.site-footer {
  border-top: 1px solid #1b2331;
  padding: 30px 0;
  background: #0a0d13;
}
.site-footer a {
  color: #a7b0c2;
  text-decoration: none;
}
.site-footer a:hover {
  color: #f2f4f8;
}

@media (max-width: 1366px) {
  .grid-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 1024px) {
  .split-50 {
    grid-template-columns: 1fr;
  }
  .grid-2 {
    grid-template-columns: 1fr;
  }
  .inner-gap {
    grid-template-columns: 1fr;
  }
  .gallery.fleet {
    grid-template-columns: repeat(2, 1fr);
  }
  .stats {
    grid-template-columns: repeat(2, 1fr);
  }
  .hero .booking-bar {
    grid-template-columns: 1fr 1fr;
    row-gap: 8px;
  }
}
@media (max-width: 768px) {
  .gallery.fleet {
    grid-template-columns: 1fr;
  }
  .stats {
    grid-template-columns: 1fr 1fr;
  }
}/*# sourceMappingURL=style.css.map */