:root {
  --lux-black: #050505;
  --lux-black-2: #0b0b0b;
  --lux-panel: rgba(15, 15, 14, 0.94);
  --lux-panel-soft: rgba(25, 24, 22, 0.9);
  --lux-border: rgba(218, 188, 111, 0.32);
  --lux-gold: #d8b45c;
  --lux-gold-soft: #f0d98d;
  --lux-ivory: #f5ead2;
  --lux-muted: #c9bea5;
  --lux-blue: #86a6c9;
}

html {
  background: var(--lux-black);
}

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

body {
  margin: 0 !important;
  background:
    linear-gradient(rgba(5, 5, 5, 0.78), rgba(5, 5, 5, 0.92)),
    url("/images/queen-mary-2-cat-q1-grand-duplex-living-room.jpg") center top / min(1280px, 100vw) auto no-repeat fixed,
    radial-gradient(circle at 50% 0, rgba(216, 180, 92, 0.15), transparent 44%),
    var(--lux-black) !important;
  color: var(--lux-ivory) !important;
  font-family: "Aptos", "Segoe UI", Arial, sans-serif !important;
  line-height: 1.55;
  min-width: 0 !important;
  padding-bottom: 48px;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255,255,255,0.025) 1px, transparent 1px),
    linear-gradient(rgba(255,255,255,0.018) 1px, transparent 1px);
  background-size: 48px 48px;
  opacity: 0.28;
  z-index: -1;
}

.luxury-contact-bar {
  position: sticky;
  top: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 12px clamp(16px, 4vw, 48px);
  background: rgba(4, 4, 4, 0.92);
  border-bottom: 1px solid var(--lux-border);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.42);
  backdrop-filter: blur(12px);
}

.luxury-brand,
.luxury-contact-actions a {
  color: var(--lux-ivory) !important;
  text-decoration: none !important;
}

.luxury-brand {
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: clamp(1rem, 1.8vw, 1.35rem) !important;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.luxury-contact-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.luxury-contact-actions a {
  border: 1px solid var(--lux-border);
  border-radius: 999px;
  padding: 8px 13px;
  color: var(--lux-gold-soft) !important;
  font-size: 0.92rem !important;
  background: rgba(216, 180, 92, 0.08);
}

.luxury-contact-actions a:hover,
a:hover {
  color: #fff6cf !important;
  border-color: rgba(240, 217, 141, 0.62);
}

.luxury-hero {
  width: min(1180px, calc(100vw - 32px));
  margin: clamp(24px, 5vw, 56px) auto 24px;
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(280px, 0.88fr);
  gap: clamp(22px, 4vw, 54px);
  align-items: center;
}

.luxury-hero-copy {
  padding: clamp(18px, 3vw, 34px) 0;
}

.luxury-eyebrow {
  margin: 0 0 12px !important;
  color: var(--lux-gold-soft) !important;
  font-size: 0.78rem !important;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.luxury-hero h1 {
  margin: 0 !important;
  max-width: 900px;
  color: var(--lux-ivory) !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: clamp(2.35rem, 7vw, 5.45rem) !important;
  line-height: 0.98 !important;
  font-weight: 500 !important;
}

.luxury-hero p {
  max-width: 720px;
  margin: 18px 0 0 !important;
  color: var(--lux-muted) !important;
  font-size: clamp(1rem, 2vw, 1.24rem) !important;
}

.luxury-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.luxury-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid var(--lux-border);
  border-radius: 999px;
  color: var(--lux-black) !important;
  background: linear-gradient(135deg, #f3da89, #c99a38);
  font-weight: 700 !important;
  text-decoration: none !important;
}

.luxury-button.secondary {
  color: var(--lux-gold-soft) !important;
  background: rgba(216, 180, 92, 0.08);
}

.luxury-hero-card {
  overflow: hidden;
  border: 1px solid var(--lux-border);
  border-radius: 8px;
  background: var(--lux-panel);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.54);
}

.luxury-hero-card img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.luxury-hero-card figcaption {
  padding: 14px 16px 16px;
  color: var(--lux-muted) !important;
  font-size: 0.95rem !important;
}

body > h1.style51 {
  width: min(1080px, calc(100vw - 32px));
  margin: 12px auto 22px !important;
  padding: 16px 18px !important;
  border: 1px solid var(--lux-border);
  border-radius: 8px;
  background: rgba(10, 10, 10, 0.78);
  color: var(--lux-muted) !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: clamp(1rem, 2vw, 1.35rem) !important;
  line-height: 1.35 !important;
  font-weight: 400 !important;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.32);
}

body > div[align="center"],
body > center,
body > table,
body > p {
  width: min(1180px, calc(100vw - 32px));
  margin-left: auto !important;
  margin-right: auto !important;
}

body > div[align="center"] {
  overflow-x: auto;
  padding-bottom: 18px;
}

table {
  max-width: 100% !important;
  border-color: var(--lux-border) !important;
  background: var(--lux-panel) !important;
  box-shadow: 0 20px 70px rgba(0, 0, 0, 0.36);
}

td,
th,
tr,
tbody {
  border-color: rgba(218, 188, 111, 0.24) !important;
  background-color: rgba(11, 11, 10, 0.86) !important;
}

td,
th,
p,
div,
span,
font,
strong,
b,
i,
li {
  color: var(--lux-ivory) !important;
  font-family: "Aptos", "Segoe UI", Arial, sans-serif !important;
}

font[size="7"],
font[size="6"],
font[size="5"],
.style20,
.auto-style15,
.auto-style19,
.auto-style25,
.auto-style26 {
  color: var(--lux-ivory) !important;
  font-family: Georgia, "Times New Roman", serif !important;
}

a,
a span,
a font {
  color: var(--lux-gold-soft) !important;
  text-decoration-color: rgba(240, 217, 141, 0.48) !important;
  text-underline-offset: 3px;
}

img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

hr {
  border: 0;
  border-top: 1px solid var(--lux-border);
}

input,
textarea,
select,
button {
  color: var(--lux-ivory);
  background: #111;
  border: 1px solid var(--lux-border);
}

@media (max-width: 760px) {
  body {
    background-attachment: scroll !important;
  }

  .luxury-contact-bar {
    position: static;
    align-items: flex-start;
    flex-direction: column;
  }

  .luxury-contact-actions {
    justify-content: flex-start;
  }

  .luxury-contact-actions a {
    font-size: 0.86rem !important;
  }

  .luxury-hero {
    grid-template-columns: 1fr;
    margin-top: 18px;
  }

  body > h1.style51 {
    width: calc(100% - 32px);
  }

  .luxury-hero-card {
    order: -1;
  }

  table {
    width: 100% !important;
    min-width: 0 !important;
    table-layout: auto;
  }

  td,
  th,
  p,
  div,
  span,
  font,
  strong,
  b,
  i,
  li,
  a {
    white-space: normal !important;
    overflow-wrap: anywhere;
  }

  font[size="7"],
  font[size="6"],
  font[size="5"],
  .style20,
  .auto-style15,
  .auto-style19,
  .auto-style25,
  .auto-style26 {
    font-size: clamp(1.18rem, 7vw, 2rem) !important;
    line-height: 1.12 !important;
  }
}