:root {
  --cq-black: #050506;
  --cq-ink: #0a0b0d;
  --cq-panel: #101217;
  --cq-panel-soft: #171a20;
  --cq-gold: #d8b765;
  --cq-gold-bright: #f2d58a;
  --cq-cream: #f7f1e3;
  --cq-muted: #c9c2b1;
  --cq-blue: #6ab4d8;
  --cq-line: rgba(216, 183, 101, 0.36);
}

html {
  background: var(--cq-black);
  color-scheme: dark;
}

body.cq-luxury-modern {
  margin: 0 !important;
  min-height: 100vh;
  background:
    linear-gradient(180deg, rgba(1, 2, 4, 0.96), rgba(7, 8, 10, 0.98) 42%, rgba(12, 11, 9, 1)),
    repeating-linear-gradient(90deg, rgba(255,255,255,0.018) 0, rgba(255,255,255,0.018) 1px, transparent 1px, transparent 90px);
  color: var(--cq-cream) !important;
  font-family: Arial, Helvetica, sans-serif !important;
  line-height: 1.55;
  overflow-x: hidden;
}

body.cq-luxury-modern * {
  box-sizing: border-box;
}

body.cq-luxury-modern .cq-skip {
  position: absolute;
  left: -999px;
  top: 10px;
  z-index: 9999;
  padding: 10px 14px;
  background: var(--cq-gold);
  color: #080808 !important;
}

body.cq-luxury-modern .cq-skip:focus {
  left: 10px;
}

body.cq-luxury-modern .cq-site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(5, 5, 6, 0.92);
  border-bottom: 1px solid var(--cq-line);
  backdrop-filter: blur(14px);
}

body.cq-luxury-modern .cq-header-inner {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

body.cq-luxury-modern .cq-brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: var(--cq-cream) !important;
  text-decoration: none !important;
  min-width: 0;
}

body.cq-luxury-modern .cq-brand img {
  width: 96px;
  height: auto;
  padding: 5px;
  background: #fff;
  border: 1px solid rgba(216, 183, 101, 0.55) !important;
}

body.cq-luxury-modern .cq-brand strong {
  display: block;
  color: var(--cq-gold-bright) !important;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 19px;
  line-height: 1.1;
  letter-spacing: 0;
}

body.cq-luxury-modern .cq-brand small {
  display: block;
  margin-top: 4px;
  color: var(--cq-muted) !important;
  font-size: 12px;
  letter-spacing: 0;
  text-transform: uppercase;
}

body.cq-luxury-modern .cq-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  flex-wrap: wrap;
}

body.cq-luxury-modern .cq-nav a,
body.cq-luxury-modern .cq-button,
body.cq-luxury-modern .cq-sticky-cta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 15px;
  border: 1px solid rgba(216, 183, 101, 0.46);
  border-radius: 8px;
  color: var(--cq-cream) !important;
  background: rgba(255, 255, 255, 0.045);
  text-decoration: none !important;
  font: 700 13px/1.2 Arial, Helvetica, sans-serif !important;
  letter-spacing: 0;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

body.cq-luxury-modern .cq-nav a:hover,
body.cq-luxury-modern .cq-button:hover,
body.cq-luxury-modern .cq-sticky-cta a:hover {
  transform: translateY(-1px);
  border-color: var(--cq-gold-bright);
  background: rgba(216, 183, 101, 0.16);
}

body.cq-luxury-modern .cq-nav-highlight,
body.cq-luxury-modern .cq-button-primary {
  background: linear-gradient(180deg, #f1d890, #b8892e) !important;
  border-color: #f3d88d !important;
  color: #070707 !important;
  box-shadow: 0 8px 18px rgba(184, 137, 46, 0.22);
}

body.cq-luxury-modern .cq-button-ghost {
  color: var(--cq-blue) !important;
  border-color: rgba(106, 180, 216, 0.52);
}

body.cq-luxury-modern .cq-nav-toggle {
  display: none;
  min-height: 42px;
  padding: 10px 14px;
  border: 1px solid var(--cq-line);
  border-radius: 8px;
  background: rgba(255,255,255,0.06);
  color: var(--cq-cream);
  font-weight: 700;
}

body.cq-luxury-modern .cq-hero {
  width: min(1180px, calc(100% - 32px));
  margin: 28px auto 0;
  display: grid;
  grid-template-columns: minmax(280px, 1.05fr) minmax(300px, 0.95fr);
  align-items: stretch;
  gap: 24px;
  min-height: 430px;
}

body.cq-luxury-modern .cq-hero-media {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid rgba(216, 183, 101, 0.4);
  background: #0d1014;
}

body.cq-luxury-modern .cq-hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(5,5,6,0.06), rgba(5,5,6,0.36));
  pointer-events: none;
}

body.cq-luxury-modern .cq-hero-media img {
  width: 100%;
  height: 100%;
  min-height: 430px;
  object-fit: cover;
  display: block;
  border: 0 !important;
  filter: saturate(1.05) contrast(1.04);
}

body.cq-luxury-modern .cq-hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 42px;
  border-top: 1px solid var(--cq-line);
  border-bottom: 1px solid var(--cq-line);
}

body.cq-luxury-modern .cq-eyebrow {
  margin: 0 0 10px !important;
  color: var(--cq-blue) !important;
  font: 700 12px/1.2 Arial, Helvetica, sans-serif !important;
  letter-spacing: 0;
  text-transform: uppercase;
}

body.cq-luxury-modern .cq-hero h1,
body.cq-luxury-modern .cq-page-summary h2,
body.cq-luxury-modern .cq-contact-band h2 {
  margin: 0 0 14px !important;
  color: var(--cq-gold-bright) !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: 38px !important;
  line-height: 1.12 !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
  text-align: left !important;
}

body.cq-luxury-modern .cq-hero p,
body.cq-luxury-modern .cq-page-summary p,
body.cq-luxury-modern .cq-contact-band p,
body.cq-luxury-modern .cq-site-footer p {
  color: var(--cq-muted) !important;
  font-size: 16px !important;
  line-height: 1.65 !important;
  margin: 0 0 18px !important;
}

body.cq-luxury-modern .cq-hero-actions,
body.cq-luxury-modern .cq-contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 6px;
}

body.cq-luxury-modern .cq-trust-strip {
  width: min(1180px, calc(100% - 32px));
  margin: 18px auto 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--cq-line);
  border-bottom: 1px solid var(--cq-line);
  background: rgba(255, 255, 255, 0.035);
}

body.cq-luxury-modern .cq-trust-strip span {
  padding: 14px 16px;
  color: var(--cq-cream) !important;
  text-align: center;
  font-weight: 700;
  border-right: 1px solid rgba(216, 183, 101, 0.2);
}

body.cq-luxury-modern .cq-trust-strip span:last-child {
  border-right: 0;
}

body.cq-luxury-modern .cq-page-summary {
  width: min(1180px, calc(100% - 32px));
  margin: 28px auto 0;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 24px;
  align-items: center;
  padding: 24px 0;
  border-top: 1px solid var(--cq-line);
  border-bottom: 1px solid var(--cq-line);
}

body.cq-luxury-modern .cq-page-summary ul {
  display: grid;
  gap: 10px;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

body.cq-luxury-modern .cq-page-summary li {
  padding: 12px 14px;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(216, 183, 101, 0.28);
  border-radius: 8px;
  color: var(--cq-cream) !important;
}

body.cq-luxury-modern .cq-content {
  width: min(1180px, calc(100% - 32px));
  margin: 28px auto 54px;
  padding: 8px 0 10px;
  color: var(--cq-cream) !important;
  text-align: center;
  overflow-x: auto;
}

body.cq-luxury-modern .cq-content h1,
body.cq-luxury-modern .cq-content h2,
body.cq-luxury-modern .cq-content h3 {
  color: var(--cq-gold-bright) !important;
  font-family: Georgia, "Times New Roman", serif !important;
  letter-spacing: 0 !important;
  text-align: center !important;
}

body.cq-luxury-modern .cq-content p,
body.cq-luxury-modern .cq-content div,
body.cq-luxury-modern .cq-content span,
body.cq-luxury-modern .cq-content b,
body.cq-luxury-modern .cq-content strong,
body.cq-luxury-modern .cq-content font {
  color: var(--cq-cream) !important;
  font-family: Arial, Helvetica, sans-serif !important;
}

body.cq-luxury-modern .cq-content a {
  color: var(--cq-gold-bright) !important;
  text-decoration: none !important;
  border-bottom: 1px solid rgba(216, 183, 101, 0.32);
}

body.cq-luxury-modern .cq-content a:hover {
  color: #fff4c7 !important;
  border-bottom-color: var(--cq-gold-bright);
}

body.cq-luxury-modern .cq-content table {
  width: auto;
  max-width: 100% !important;
  margin: 18px auto !important;
  border-collapse: collapse !important;
  border-color: var(--cq-line) !important;
  background: rgba(12, 14, 18, 0.92) !important;
  color: var(--cq-cream) !important;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.28);
}

body.cq-luxury-modern .cq-content td,
body.cq-luxury-modern .cq-content th {
  border-color: rgba(216, 183, 101, 0.34) !important;
  background-color: rgba(16, 18, 23, 0.86) !important;
  color: var(--cq-cream) !important;
  padding: 9px 10px !important;
  line-height: 1.45 !important;
  text-align: center;
}

body.cq-luxury-modern .cq-content th,
body.cq-luxury-modern .cq-content thead td,
body.cq-luxury-modern .cq-content td strong {
  color: var(--cq-gold-bright) !important;
}

body.cq-luxury-modern .cq-content img {
  max-width: 100% !important;
  height: auto !important;
  border-color: rgba(216, 183, 101, 0.48) !important;
}

body.cq-luxury-modern .cq-content [bgcolor],
body.cq-luxury-modern .cq-content [style*="background" i] {
  background-color: rgba(16, 18, 23, 0.88) !important;
}

body.cq-luxury-modern .cq-content [color],
body.cq-luxury-modern .cq-content [style*="color" i] {
  color: var(--cq-cream) !important;
}

body.cq-luxury-modern .cq-contact-band {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto 28px;
  padding: 30px 0;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: center;
  border-top: 1px solid var(--cq-line);
  border-bottom: 1px solid var(--cq-line);
}

body.cq-luxury-modern .cq-site-footer {
  border-top: 1px solid rgba(216, 183, 101, 0.26);
  background: #050506;
  padding: 34px 0 76px;
  color: var(--cq-muted) !important;
}

body.cq-luxury-modern .cq-footer-grid {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 0.7fr 1fr;
  gap: 24px;
}

body.cq-luxury-modern .cq-site-footer strong {
  display: block;
  margin-bottom: 8px;
  color: var(--cq-gold-bright) !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: 18px;
}

body.cq-luxury-modern .cq-site-footer a {
  color: var(--cq-gold-bright) !important;
}

body.cq-luxury-modern .cq-attribution {
  width: min(1180px, calc(100% - 32px));
  margin: 18px auto 0 !important;
  font-size: 12px !important;
  color: #9f988b !important;
}

body.cq-luxury-modern .cq-sticky-cta {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1001;
  display: none;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: rgba(216, 183, 101, 0.4);
}

body.cq-luxury-modern a:focus-visible,
body.cq-luxury-modern button:focus-visible {
  outline: 3px solid var(--cq-blue);
  outline-offset: 3px;
}

@media (max-width: 980px) {
  body.cq-luxury-modern .cq-nav-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  body.cq-luxury-modern .cq-nav {
    position: absolute;
    left: 16px;
    right: 16px;
    top: 78px;
    display: none;
    padding: 14px;
    background: rgba(7, 8, 10, 0.98);
    border: 1px solid var(--cq-line);
    border-radius: 8px;
  }

  body.cq-luxury-modern .cq-nav.is-open {
    display: grid;
    grid-template-columns: 1fr;
  }

  body.cq-luxury-modern .cq-hero,
  body.cq-luxury-modern .cq-page-summary,
  body.cq-luxury-modern .cq-contact-band,
  body.cq-luxury-modern .cq-footer-grid {
    grid-template-columns: 1fr;
  }

  body.cq-luxury-modern .cq-hero-copy {
    padding: 28px 8px 8px;
  }

  body.cq-luxury-modern .cq-hero h1,
  body.cq-luxury-modern .cq-page-summary h2,
  body.cq-luxury-modern .cq-contact-band h2 {
    font-size: 31px !important;
  }

  body.cq-luxury-modern .cq-trust-strip {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 680px) {
  body.cq-luxury-modern .cq-header-inner,
  body.cq-luxury-modern .cq-hero,
  body.cq-luxury-modern .cq-trust-strip,
  body.cq-luxury-modern .cq-page-summary,
  body.cq-luxury-modern .cq-content,
  body.cq-luxury-modern .cq-contact-band,
  body.cq-luxury-modern .cq-footer-grid,
  body.cq-luxury-modern .cq-attribution {
    width: calc(100% - 20px);
  }

  body.cq-luxury-modern .cq-brand img {
    width: 74px;
  }

  body.cq-luxury-modern .cq-brand strong {
    font-size: 15px;
  }

  body.cq-luxury-modern .cq-brand small {
    font-size: 10px;
  }

  body.cq-luxury-modern .cq-hero {
    min-height: 0;
    gap: 12px;
    margin-top: 16px;
  }

  body.cq-luxury-modern .cq-hero-media img {
    min-height: 250px;
  }

  body.cq-luxury-modern .cq-hero h1,
  body.cq-luxury-modern .cq-page-summary h2,
  body.cq-luxury-modern .cq-contact-band h2 {
    font-size: 26px !important;
    text-align: center !important;
  }

  body.cq-luxury-modern .cq-hero-copy,
  body.cq-luxury-modern .cq-page-summary,
  body.cq-luxury-modern .cq-contact-band {
    text-align: center;
  }

  body.cq-luxury-modern .cq-hero-actions,
  body.cq-luxury-modern .cq-contact-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  body.cq-luxury-modern .cq-button {
    width: 100%;
  }

  body.cq-luxury-modern .cq-trust-strip {
    grid-template-columns: 1fr;
  }

  body.cq-luxury-modern .cq-trust-strip span {
    border-right: 0;
    border-bottom: 1px solid rgba(216, 183, 101, 0.2);
  }

  body.cq-luxury-modern .cq-content table {
    width: 100% !important;
    display: block;
    overflow-x: auto;
  }

  body.cq-luxury-modern .cq-content td,
  body.cq-luxury-modern .cq-content th {
    min-width: 92px;
    font-size: 13px !important;
  }

  body.cq-luxury-modern .cq-sticky-cta {
    display: grid;
  }
}