﻿/* =========================================================
   R. S. ASSOCIATES â€” Luxury homepage (logo-matched black + gold)
   ========================================================= */

.theme-luxury {
  --lux-black: #0a0a0a;
  --lux-black-2: #121212;
  --lux-black-3: #1b1b1b;
  --lux-gold: #d4af37;
  --lux-gold-2: #e8c547;
  --lux-gold-3: #b8962e;
  --lux-cream: #f7f3ea;
  --lux-cream-2: #efe8da;
  --lux-text: #1c1917;
  --lux-muted: #6b6258;
  --lux-line: rgba(212, 175, 55, 0.35);
  background: var(--lux-cream);
  color: var(--lux-text);
  overflow-x: clip;
}

.theme-luxury .site-header {
  background: rgba(10, 10, 10, 0.92);
  border-bottom: 1px solid rgba(212, 175, 55, 0.22);
  backdrop-filter: blur(14px);
  box-shadow: none;
}
.theme-luxury .site-header.is-scrolled {
  background: rgba(10, 10, 10, 0.96);
}
.theme-luxury .brand__name { color: var(--lux-gold-2); }
.theme-luxury .brand__sub { color: rgba(232, 197, 71, 0.75); }
.theme-luxury .nav-link { color: rgba(247, 243, 234, 0.88); }
.theme-luxury .nav-link:hover,
.theme-luxury .nav-link.is-active { color: var(--lux-gold-2); }
.theme-luxury .header-call {
  border-color: rgba(212, 175, 55, 0.55);
  color: var(--lux-gold-2);
  background: transparent;
}
.theme-luxury .header-call:hover {
  background: var(--lux-gold);
  color: #0a0a0a;
  border-color: var(--lux-gold);
}
.theme-luxury .header-menu {
  background: transparent;
  border-color: rgba(212, 175, 55, 0.4);
  color: var(--lux-gold-2);
}
.theme-luxury .menu-toggle__bars span { background: var(--lux-gold-2); }
.theme-luxury .brand__logo-wrap {
  width: clamp(64px, 8vw, 88px);
  height: clamp(64px, 8vw, 88px);
  background: transparent;
}
.theme-luxury .site-footer {
  background: var(--lux-black);
  border-top: 1px solid rgba(212, 175, 55, 0.25);
}
.theme-luxury .footer-goldline {
  background: linear-gradient(90deg, transparent, var(--lux-gold), transparent);
  height: 2px;
}

/* Shared lux UI */
.lux-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  margin: 0 0 1rem;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--lux-gold-2);
}
.lux-eyebrow::before {
  content: "";
  width: 28px;
  height: 1px;
  background: currentColor;
}
.lux-eyebrow--dark { color: var(--lux-gold-3); }

.lux-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  min-height: 48px;
  padding: 0.85rem 1.35rem;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 600;
  font-size: 0.92rem;
  text-decoration: none;
  transition: 0.3s ease;
  white-space: nowrap;
}
.lux-btn--sm { min-height: 40px; padding: 0.55rem 1rem; font-size: 0.82rem; }
.lux-btn--gold {
  background: linear-gradient(135deg, #f0d56a, #d4af37 45%, #b8962e);
  color: #0a0a0a;
  box-shadow: 0 10px 28px rgba(212, 175, 55, 0.28);
}
.lux-btn--gold:hover { filter: brightness(1.05); transform: translateY(-2px); color: #0a0a0a; }
.lux-btn--wa {
  background: #25d366;
  color: #fff;
}
.lux-btn--wa:hover { background: #1ebe57; color: #fff; transform: translateY(-2px); }
.lux-btn--outline {
  border-color: rgba(232, 197, 71, 0.65);
  color: var(--lux-gold-2);
  background: transparent;
}
.lux-btn--outline:hover { background: rgba(212, 175, 55, 0.12); color: #fff; }
.lux-btn--dark {
  background: var(--lux-black);
  color: var(--lux-gold-2);
}
.lux-btn--dark:hover { background: #1a1a1a; color: #fff; transform: translateY(-2px); }
.lux-btn--outline-dark {
  border-color: rgba(10, 10, 10, 0.25);
  color: var(--lux-black);
  background: transparent;
}
.lux-btn--outline-dark:hover { border-color: var(--lux-black); background: var(--lux-black); color: #fff; }

/* Hero */
.lux-hero {
  position: relative;
  min-height: min(100svh, 920px);
  display: grid;
  align-items: end;
  color: #f7f3ea;
  overflow: hidden;
  background: #0a0a0a;
}
.lux-hero__media,
.lux-hero__shade {
  position: absolute;
  inset: 0;
}
.lux-hero__media {
  overflow: hidden;
  background: #0a0a0a;
}
.lux-hero__media img,
.lux-hero__media .lux-hero__poster,
.lux-hero__media .lux-hero__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}
.lux-hero__poster {
  z-index: 0;
}
.lux-hero__video {
  z-index: 1;
  pointer-events: none;
  transform: scale(1.02);
}
.lux-hero.is-video-paused .lux-hero__video {
  display: none;
}
.lux-hero__shade {
  z-index: 2;
  background:
    linear-gradient(105deg, rgba(0,0,0,0.88) 0%, rgba(0,0,0,0.55) 48%, rgba(0,0,0,0.35) 100%),
    linear-gradient(180deg, rgba(0,0,0,0.35) 0%, rgba(0,0,0,0.15) 40%, rgba(0,0,0,0.9) 100%);
}
.lux-hero__glow {
  position: absolute;
  width: 420px;
  height: 420px;
  right: -80px;
  top: 18%;
  border-radius: 50%;
  border: 1px solid rgba(212, 175, 55, 0.22);
  pointer-events: none;
  z-index: 2;
}
.lux-hero__inner {
  position: relative;
  z-index: 3;
  display: grid;
  gap: 1.75rem;
  padding: calc(var(--header-h, 74px) + 2.5rem) 0 3rem;
  width: min(1240px, calc(100% - 1.5rem));
}
.lux-hero h1 {
  margin: 0 0 0.65rem;
  color: #fff;
  font-family: "Cinzel", "Cormorant Garamond", serif;
  font-weight: 600;
  font-size: clamp(2rem, 6.5vw, 3.8rem);
  line-height: 1.12;
  letter-spacing: 0.02em;
  max-width: 14ch;
}
.lux-hero__tagline {
  margin: 0 0 0.85rem;
  font-family: "Great Vibes", cursive;
  font-size: clamp(1.55rem, 4vw, 2.35rem);
  color: var(--lux-gold-2);
  line-height: 1.2;
}
.lux-hero__lead {
  margin: 0 0 0.75rem;
  font-family: "Cinzel", serif;
  font-size: clamp(1.05rem, 2.6vw, 1.35rem);
  letter-spacing: 0.04em;
  color: rgba(247, 243, 234, 0.92);
}
.lux-hero__sub {
  margin: 0 0 1.5rem;
  max-width: 40ch;
  color: rgba(247, 243, 234, 0.78);
  font-size: 1.02rem;
  line-height: 1.7;
}
.lux-hero__actions {
  display: grid;
  gap: 0.7rem;
}
.lux-hero__card {
  background: rgba(10, 10, 10, 0.72);
  border: 1px solid rgba(212, 175, 55, 0.4);
  border-radius: 18px;
  padding: 1.35rem 1.25rem 1.4rem;
  backdrop-filter: blur(16px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
  text-align: center;
}
.lux-hero__logo {
  width: 120px;
  height: 120px;
  object-fit: contain;
  margin: 0 auto 0.85rem;
  display: block;
}
.lux-hero__card-kicker {
  margin: 0;
  font-size: 0.7rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(232, 197, 71, 0.8);
}
.lux-hero__card strong {
  display: block;
  margin: 0.35rem 0 0.55rem;
  font-family: "Cinzel", serif;
  font-size: 1.2rem;
  color: #fff;
}
.lux-hero__card-phone {
  display: inline-block;
  color: var(--lux-gold-2);
  font-weight: 700;
  font-size: 1.1rem;
  margin-bottom: 0.55rem;
}
.lux-hero__card-addr {
  margin: 0 0 1rem;
  color: rgba(247, 243, 234, 0.7);
  font-size: 0.88rem;
  line-height: 1.5;
}
.lux-hero__card-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.55rem;
}

/* Strip */
.lux-strip {
  background: var(--lux-black);
  border-top: 1px solid rgba(212, 175, 55, 0.25);
  border-bottom: 1px solid rgba(212, 175, 55, 0.25);
  color: #f7f3ea;
}
.lux-strip__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  padding: 1.35rem 0;
}
.lux-strip__grid span {
  display: block;
  font-size: 0.68rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(232, 197, 71, 0.75);
  margin-bottom: 0.25rem;
}
.lux-strip__grid strong {
  font-family: "Cinzel", serif;
  font-weight: 500;
  font-size: 0.95rem;
  color: #fff;
}

/* Sections */
.lux-section {
  padding: clamp(3.5rem, 7vw, 6rem) 0;
}
.lux-section--soft { background: var(--lux-cream-2); }
.lux-section--dark {
  background:
    radial-gradient(ellipse at top right, rgba(212, 175, 55, 0.12), transparent 50%),
    var(--lux-black);
  color: #f7f3ea;
}
.lux-head {
  max-width: 680px;
  margin-bottom: 2.25rem;
}
.lux-head h2 {
  margin: 0 0 0.65rem;
  font-family: "Cinzel", "Cormorant Garamond", serif;
  font-size: clamp(1.7rem, 4vw, 2.7rem);
  color: var(--lux-black);
  letter-spacing: 0.01em;
}
.lux-head p { margin: 0; color: var(--lux-muted); }
.lux-head--light h2 { color: #fff; }
.lux-head--light p { color: rgba(247, 243, 234, 0.72); }
.lux-head--center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.lux-head--center .lux-eyebrow { justify-content: center; }

/* Services */
.lux-services {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.15rem;
}
.lux-service {
  background: #fff;
  border: 1px solid rgba(28, 25, 23, 0.08);
  border-radius: 18px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: 0.3s ease;
  box-shadow: 0 10px 30px rgba(10, 10, 10, 0.04);
}
.lux-service:hover {
  transform: translateY(-4px);
  border-color: rgba(212, 175, 55, 0.45);
  box-shadow: 0 18px 40px rgba(10, 10, 10, 0.08);
}
.lux-service__img {
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #111;
}
.lux-service__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: 0.6s ease;
}
.lux-service:hover .lux-service__img img { transform: scale(1.05); }
.lux-service__body {
  padding: 1.15rem 1.15rem 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  flex: 1;
}
.lux-service__body h3 {
  margin: 0;
  font-family: "Cinzel", serif;
  font-size: 1.15rem;
  color: var(--lux-black);
}
.lux-service__body > p {
  margin: 0;
  color: var(--lux-muted);
  font-size: 0.92rem;
  flex: 1;
}
.lux-service__actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem;
}
.lux-service__actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  min-height: 40px;
  border-radius: 999px;
  border: 1px solid rgba(10, 10, 10, 0.18);
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--lux-black);
}
.lux-service__actions a.is-wa {
  background: #25d366;
  border-color: #25d366;
  color: #fff;
}
.lux-more {
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--lux-gold-3);
}

/* Feature splits */
.lux-feature {
  display: grid;
  gap: 1.5rem;
  align-items: center;
}
.lux-feature__copy h2 {
  margin: 0 0 0.75rem;
  font-family: "Cinzel", serif;
  font-size: clamp(1.55rem, 3.5vw, 2.4rem);
  color: var(--lux-black);
}
.lux-feature__copy > p {
  color: var(--lux-muted);
  margin: 0 0 1rem;
  line-height: 1.7;
}
.lux-ticks {
  list-style: none;
  margin: 0 0 1.35rem;
  padding: 0;
  display: grid;
  gap: 0.55rem;
}
.lux-ticks li {
  position: relative;
  padding-left: 1.35rem;
  color: var(--lux-text);
  font-size: 0.95rem;
}
.lux-ticks li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55rem;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, #f0d56a, #b8962e);
}
.lux-feature__actions {
  display: grid;
  gap: 0.7rem;
}
.lux-feature__media {
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 5 / 4;
  border: 1px solid rgba(212, 175, 55, 0.25);
  box-shadow: 0 18px 40px rgba(10, 10, 10, 0.08);
}
.lux-feature__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Buy sell rent */
.lux-bsr__grid {
  display: grid;
  gap: 1rem;
}
.lux-bsr-card {
  display: block;
  padding: 1.45rem 1.3rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(212, 175, 55, 0.28);
  color: inherit;
  transition: 0.3s ease;
}
.lux-bsr-card:hover {
  border-color: var(--lux-gold);
  transform: translateY(-3px);
  background: rgba(212, 175, 55, 0.06);
}
.lux-bsr-card i {
  color: var(--lux-gold-2);
  font-size: 1.35rem;
  margin-bottom: 0.8rem;
  display: inline-block;
}
.lux-bsr-card h3 {
  margin: 0 0 0.45rem;
  font-family: "Cinzel", serif;
  color: #fff;
  font-size: 1.25rem;
}
.lux-bsr-card p {
  margin: 0 0 0.9rem;
  color: rgba(247, 243, 234, 0.72);
  font-size: 0.94rem;
}
.lux-bsr-card span {
  color: var(--lux-gold-2);
  font-weight: 600;
  font-size: 0.9rem;
}

/* Why */
.lux-why {
  display: grid;
  gap: 1rem;
}
.lux-why-card {
  background: #fff;
  border: 1px solid rgba(28, 25, 23, 0.08);
  border-top: 3px solid var(--lux-gold);
  border-radius: 16px;
  padding: 1.3rem 1.2rem;
}
.lux-why-card i {
  color: var(--lux-gold-3);
  font-size: 1.25rem;
  margin-bottom: 0.7rem;
  display: inline-block;
}
.lux-why-card h3 {
  margin: 0 0 0.4rem;
  font-family: "Cinzel", serif;
  font-size: 1.05rem;
  color: var(--lux-black);
}
.lux-why-card p {
  margin: 0;
  color: var(--lux-muted);
  font-size: 0.92rem;
}

/* Areas */
.lux-areas {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}
.lux-areas a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0.65rem 1.05rem;
  border-radius: 999px;
  border: 1px solid rgba(212, 175, 55, 0.45);
  background: #fff;
  font-weight: 600;
  font-size: 0.9rem;
  color: var(--lux-black);
  transition: 0.25s ease;
  box-shadow: none;
}
.lux-areas a:hover,
.lux-areas a.is-all {
  border-color: #d4af37;
  background: var(--lux-black);
  color: var(--lux-gold-2);
}

/* CTA */
.lux-cta {
  position: relative;
  padding: clamp(3.8rem, 8vw, 6rem) 0;
  background:
    linear-gradient(135deg, rgba(0,0,0,0.92), rgba(20,16,8,0.88)),
    url("../img/cta_arch.jpg") center/cover;
  color: #f7f3ea;
  text-align: center;
}
.lux-cta__inner { max-width: 760px; }
.lux-cta .lux-eyebrow { justify-content: center; }
.lux-cta h2 {
  margin: 0 0 0.85rem;
  font-family: "Cinzel", serif;
  font-size: clamp(1.7rem, 5vw, 3rem);
  color: #fff;
}
.lux-cta p {
  margin: 0 auto 1.5rem;
  max-width: 48ch;
  color: rgba(247, 243, 234, 0.78);
}
.lux-cta__actions {
  display: grid;
  gap: 0.7rem;
  justify-content: center;
}

/* Contact */
.lux-contact {
  display: grid;
  gap: 1.25rem;
}
.lux-contact__card {
  background: var(--lux-black);
  color: #f7f3ea;
  border-radius: 20px;
  padding: clamp(1.4rem, 3vw, 2.2rem);
  border: 1px solid rgba(212, 175, 55, 0.35);
}
.lux-contact__card h2 {
  margin: 0 0 0.75rem;
  font-family: "Cinzel", serif;
  color: #fff;
  font-size: clamp(1.5rem, 3vw, 2.1rem);
}
.lux-contact__person {
  margin: 0 0 0.35rem;
  color: var(--lux-gold-2);
  font-weight: 600;
}
.lux-contact__phone {
  display: inline-block;
  margin-bottom: 0.75rem;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
}
.lux-contact__addr {
  margin: 0 0 1.25rem;
  color: rgba(247, 243, 234, 0.75);
  line-height: 1.6;
}
.lux-contact__actions {
  display: grid;
  gap: 0.65rem;
}
.lux-contact__map {
  border-radius: 20px;
  overflow: hidden;
  min-height: 280px;
  border: 1px solid rgba(28, 25, 23, 0.1);
}
.lux-contact__map iframe {
  width: 100%;
  height: 100%;
  min-height: 280px;
  border: 0;
  display: block;
}

/* FAQ */
.lux-faq { max-width: 820px; margin-inline: auto; }
.lux-faq__list { display: grid; gap: 0.75rem; }
.lux-faq__list details {
  background: #fff;
  border: 1px solid rgba(28, 25, 23, 0.08);
  border-radius: 14px;
  padding: 1rem 1.15rem;
}
.lux-faq__list summary {
  cursor: pointer;
  font-weight: 600;
  color: var(--lux-black);
  list-style: none;
}
.lux-faq__list summary::-webkit-details-marker { display: none; }
.lux-faq__list details p {
  margin: 0.75rem 0 0;
  color: var(--lux-muted);
  line-height: 1.65;
}

/* Responsive */
@media (max-width: 899px) {
  .theme-luxury .brand__text { display: none; }
  .theme-luxury .site-footer .footer-bottom { padding-bottom: 5.5rem; }
  .theme-luxury .float-wa { display: none; }
  .lux-hero {
    min-height: min(100svh, 780px);
  }
  .lux-hero__inner { padding-bottom: 2.4rem; }
  .lux-hero__video {
    object-position: center 30%;
  }
  .lux-hero__actions .lux-btn,
  .lux-feature__actions .lux-btn,
  .lux-cta__actions .lux-btn,
  .lux-contact__actions .lux-btn { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  .lux-hero__video {
    display: none;
  }
}

@media (min-width: 640px) {
  .lux-strip__grid { grid-template-columns: repeat(4, 1fr); gap: 1.25rem; }
  .lux-services { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .lux-why { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .lux-hero__actions,
  .lux-feature__actions,
  .lux-cta__actions {
    display: flex;
    flex-wrap: wrap;
  }
  .lux-contact__actions {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 900px) {
  .lux-hero__inner {
    grid-template-columns: 1.35fr 0.75fr;
    align-items: end;
    gap: 2rem;
    padding: calc(var(--header-h, 92px) + 3.5rem) 0 4.5rem;
    width: min(1240px, calc(100% - 2.5rem));
  }
  .lux-hero__card { justify-self: end; width: min(320px, 100%); }
  .lux-feature {
    grid-template-columns: 1.05fr 0.95fr;
    gap: 2.75rem;
  }
  .lux-feature--flip .lux-feature__copy { order: 2; }
  .lux-feature--flip .lux-feature__media { order: 1; }
  .lux-bsr__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.15rem; }
  .lux-contact {
    grid-template-columns: 0.95fr 1.05fr;
    align-items: stretch;
  }
  .lux-contact__map,
  .lux-contact__map iframe {
    min-height: 100%;
    height: 100%;
  }
}

@media (min-width: 1100px) {
  .lux-services { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1.25rem; }
  .lux-why { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .theme-luxury .brand__logo-wrap {
    width: 92px;
    height: 92px;
  }
}

@media (max-width: 479px) {
  .lux-strip__grid { grid-template-columns: 1fr; }
  .lux-service__actions { grid-template-columns: 1fr; }
  .lux-hero__logo { width: 100px; height: 100px; }
}


/* =========================================================
   INNER PAGES — same luxury look (mobile + desktop)
   ========================================================= */

.theme-luxury {
  --lux-black: #0a0a0a;
  --lux-gold: #d4af37;
  --lux-gold-2: #e8c547;
  --lux-gold-3: #b8962e;
  --lux-cream: #f7f3ea;
  --lux-cream-2: #efe8da;
}

.theme-luxury .nav-dropdown {
  background: #111;
  border: 1px solid rgba(212,175,55,0.35);
  box-shadow: 0 18px 40px rgba(0,0,0,0.45);
}
.theme-luxury .nav-dropdown a { color: rgba(247,243,234,0.9); }
.theme-luxury .nav-dropdown a:hover {
  background: rgba(212,175,55,0.12);
  color: #e8c547;
}
.theme-luxury .mobile-menu__panel {
  background: #0a0a0a;
  color: #f7f3ea;
}
.theme-luxury .mobile-menu__panel a {
  color: rgba(247,243,234,0.9);
  border-bottom-color: rgba(212,175,55,0.15);
}
.theme-luxury .mobile-menu__panel a:hover { color: #e8c547; }
.theme-luxury .mobile-menu__kicker { color: #e8c547; }
.theme-luxury .mobile-menu__close { color: #e8c547; }

/* Image page hero */
.theme-luxury .page-hero.lux-page-hero,
.theme-luxury .page-hero:not(.page-hero--compact) {
  min-height: clamp(420px, 62svh, 620px);
  color: #f7f3ea;
}
.theme-luxury .page-hero__overlay {
  background:
    linear-gradient(105deg, rgba(0,0,0,0.88) 0%, rgba(0,0,0,0.5) 55%, rgba(0,0,0,0.35) 100%),
    linear-gradient(180deg, rgba(0,0,0,0.25) 0%, rgba(0,0,0,0.85) 100%);
}
.theme-luxury .page-hero h1 {
  color: #fff;
  font-family: "Cinzel", "Cormorant Garamond", serif;
  font-weight: 600;
  letter-spacing: 0.02em;
  max-width: 18ch;
  font-size: clamp(1.85rem, 5.5vw, 3.2rem);
}
.theme-luxury .page-hero__text,
.theme-luxury .page-hero__lead {
  color: rgba(247,243,234,0.82);
  max-width: 52ch;
  font-size: clamp(0.98rem, 2.2vw, 1.08rem);
}
.theme-luxury .page-hero .breadcrumb {
  color: rgba(247,243,234,0.7);
  margin-bottom: 1rem;
  font-size: 0.88rem;
}
.theme-luxury .page-hero .breadcrumb a { color: #e8c547; }
.theme-luxury .lux-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 0.35rem;
}

/* Compact heroes (services, locations, etc.) */
.theme-luxury .page-hero--compact {
  background:
    radial-gradient(ellipse at top right, rgba(212,175,55,0.12), transparent 45%),
    #0a0a0a;
  color: #f7f3ea;
  padding: calc(var(--header-h, 74px) + 2.4rem) 0 2.5rem;
  border-bottom: 1px solid rgba(212,175,55,0.22);
}
.theme-luxury .page-hero--compact h1 {
  color: #fff;
  font-family: "Cinzel", serif;
  max-width: 20ch;
}
.theme-luxury .page-hero--compact .page-hero__lead,
.theme-luxury .page-hero--compact .page-hero__text {
  color: rgba(247,243,234,0.75);
}
.theme-luxury .page-hero--compact .breadcrumb { color: rgba(247,243,234,0.65); }
.theme-luxury .page-hero--compact .breadcrumb a { color: #e8c547; }
.theme-luxury .page-hero--compact .kicker,
.theme-luxury .page-hero--compact .kicker--light { color: #e8c547; }
.theme-luxury .page-hero--compact .kicker::before,
.theme-luxury .page-hero--compact .kicker--light::before { background: #e8c547; }
.theme-luxury .page-hero--compact .btn-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 1.25rem;
}

/* Sections */
.theme-luxury .section { background: transparent; }
.theme-luxury .section--ivory,
.theme-luxury .section--loc-index {
  background: var(--lux-cream-2);
}
.theme-luxury .section-head h1,
.theme-luxury .section-head h2,
.theme-luxury .lux-section h2,
.theme-luxury .lux-head h2,
.theme-luxury .lux-feature__copy h2,
.theme-luxury .prose h2 {
  font-family: "Cinzel", "Cormorant Garamond", serif;
  color: #0a0a0a;
}
.theme-luxury .lux-cta h2,
.theme-luxury .lux-cta .lux-cta__inner h2,
.theme-luxury .lux-head--light h2,
.theme-luxury .lux-bsr .lux-head h2,
.theme-luxury .lux-contact__card h2,
.theme-luxury .loc-final-cta h2 {
  color: #fff !important;
}
.theme-luxury .lux-cta p,
.theme-luxury .loc-final-cta p {
  color: rgba(247, 243, 234, 0.82) !important;
}
.theme-luxury .kicker { color: #b8962e; }
.theme-luxury .kicker::before { background: #d4af37; }

/* Cards & grids */
.theme-luxury .feature-card,
.theme-luxury .service-page-card,
.theme-luxury .blog-card,
.theme-luxury .loc-type-card,
.theme-luxury .loc-nearby-card,
.theme-luxury .cat-card,
.theme-luxury .value,
.theme-luxury .stat-card {
  background: #fff;
  border: 1px solid rgba(28,25,23,0.08);
  border-top: 3px solid #d4af37;
  border-radius: 16px;
  box-shadow: 0 10px 28px rgba(10,10,10,0.04);
  transition: 0.3s ease;
}
.theme-luxury .feature-card:hover,
.theme-luxury .service-page-card:hover,
.theme-luxury .blog-card:hover {
  transform: translateY(-3px);
  border-color: rgba(212,175,55,0.45);
  box-shadow: 0 16px 36px rgba(10,10,10,0.08);
}
.theme-luxury .feature-card h3,
.theme-luxury .service-page-card h2,
.theme-luxury .service-page-card h3,
.theme-luxury .blog-card h3 {
  font-family: "Cinzel", serif;
  color: #0a0a0a;
}
.theme-luxury .feature-card i { color: #b8962e; }

.theme-luxury .service-page-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.15rem;
}
.theme-luxury .service-page-card {
  overflow: hidden;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.theme-luxury .service-page-card .media-frame,
.theme-luxury .service-page-card > div:first-child {
  border-radius: 0;
  min-height: 0;
}
.theme-luxury .service-page-card img {
  min-height: 0 !important;
  aspect-ratio: 16/10;
  object-fit: cover;
  width: 100%;
}
.theme-luxury .service-page-card > *:not(div:first-child) {
  padding-left: 1.15rem;
  padding-right: 1.15rem;
}
.theme-luxury .service-page-card h3,
.theme-luxury .service-page-card h2 { padding: 1rem 1.15rem 0.35rem; margin: 0; }
.theme-luxury .service-page-card p { padding: 0 1.15rem; margin: 0 0 0.75rem; color: #6b6258; }
.theme-luxury .service-page-card .btn-row { padding: 0 1.15rem 0.5rem; }
.theme-luxury .service-page-card > p:last-child { padding-bottom: 1.15rem; }

/* Split layouts */
.theme-luxury .split-2 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  align-items: center;
}
.theme-luxury .media-frame {
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(212,175,55,0.25);
  min-height: 0;
  aspect-ratio: 5/4;
}
.theme-luxury .media-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 0 !important;
}

/* Forms */
.theme-luxury .enquiry-form {
  background: #fff;
  border: 1px solid rgba(212,175,55,0.28);
  border-radius: 18px;
  padding: clamp(1.25rem, 3vw, 2rem);
  box-shadow: 0 14px 36px rgba(10,10,10,0.06);
}
.theme-luxury .enquiry-form h2 {
  font-family: "Cinzel", serif;
  color: #0a0a0a;
}
.theme-luxury .enquiry-form input,
.theme-luxury .enquiry-form select,
.theme-luxury .enquiry-form textarea {
  border: 1px solid rgba(10,10,10,0.14);
  border-radius: 12px;
  background: #faf7f1;
}
.theme-luxury .enquiry-form input:focus,
.theme-luxury .enquiry-form select:focus,
.theme-luxury .enquiry-form textarea:focus {
  border-color: #d4af37;
  outline: none;
  box-shadow: 0 0 0 3px rgba(212,175,55,0.18);
}
.theme-luxury .enquiry-form .btn {
  min-height: 48px;
}

/* Contact */
.theme-luxury .contact-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}
.theme-luxury .contact-card {
  background: #0a0a0a;
  border: 1px solid rgba(212,175,55,0.35);
  border-radius: 18px;
  color: #f7f3ea;
}
.theme-luxury .contact-card h2 {
  font-family: "Cinzel", serif;
  color: #fff;
}
.theme-luxury .contact-actions {
  display: grid;
  gap: 0.65rem;
}
.theme-luxury .contact-actions .btn { justify-content: center; width: 100%; }

/* Timeline / process */
.theme-luxury .timeline,
.theme-luxury .process-steps {
  display: grid;
  gap: 1rem;
}
.theme-luxury .timeline-step,
.theme-luxury .process-step {
  background: #fff;
  border: 1px solid rgba(28,25,23,0.08);
  border-radius: 16px;
  padding: 1.15rem 1.2rem;
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 1rem;
  align-items: start;
}
.theme-luxury .timeline-step__num,
.theme-luxury .process-step__num {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #0a0a0a;
  color: #e8c547;
  font-weight: 700;
  font-family: "Cinzel", serif;
}
.theme-luxury .timeline-step h3,
.theme-luxury .process-step h3 {
  font-family: "Cinzel", serif;
  margin: 0 0 0.35rem;
}

/* Locations index */
.theme-luxury .loc-index-link {
  background: #fff;
  border: 1px solid rgba(212,175,55,0.35);
  border-radius: 14px;
}
.theme-luxury .loc-index-link:hover {
  border-color: #d4af37;
  background: #0a0a0a;
}
.theme-luxury .loc-index-link:hover .loc-index-link__name,
.theme-luxury .loc-index-link:hover .loc-index-link__arrow {
  color: #e8c547;
}
.theme-luxury .loc-index-link__name {
  font-family: "Cinzel", serif;
  color: #0a0a0a;
}

/* Blog */
.theme-luxury .blog-card {
  overflow: hidden;
  padding: 0;
}
.theme-luxury .prose h2,
.theme-luxury .prose h3 {
  font-family: "Cinzel", serif;
  color: #0a0a0a;
}

/* FAQ */
.theme-luxury .faq-item,
.theme-luxury details.faq-item {
  background: #fff;
  border: 1px solid rgba(28,25,23,0.08);
  border-radius: 14px;
  padding: 1rem 1.15rem;
}
.theme-luxury .faq-item summary {
  font-weight: 600;
  color: #0a0a0a;
}

/* Buttons on cream pages */
.theme-luxury .btn--light {
  background: #0a0a0a;
  color: #e8c547;
}
.theme-luxury .btn--light:hover {
  background: #1a1a1a;
  color: #fff;
}

/* Property details soft polish */
.theme-luxury .prop-hero h1,
.theme-luxury .blog-post__hero h1 {
  font-family: "Cinzel", serif;
  color: #0a0a0a;
}

@media (max-width: 899px) {
  .theme-luxury .lux-hero-actions,
  .theme-luxury .page-hero--compact .btn-row,
  .theme-luxury .page-hero .btn-row,
  .theme-luxury .contact-actions,
  .theme-luxury .lux-cta__actions {
    display: grid !important;
    grid-template-columns: 1fr;
  }
  .theme-luxury .lux-hero-actions .lux-btn,
  .theme-luxury .page-hero--compact .btn,
  .theme-luxury .page-hero .btn,
  .theme-luxury .contact-actions .btn,
  .theme-luxury .lux-cta__actions .lux-btn {
    width: 100%;
    justify-content: center;
  }
  .theme-luxury .section { padding: 3.2rem 0; }
  .theme-luxury .split-2 .btn-row {
    display: grid;
    grid-template-columns: 1fr;
  }
  .theme-luxury .split-2 .btn-row .btn { width: 100%; justify-content: center; }
  .theme-luxury .brand__text { display: none; }
  .theme-luxury .float-wa { display: none; }
  .theme-luxury .rsa-footer__bottom,
  .theme-luxury .footer-bottom {
    padding-bottom: calc(1.25rem + 3.6rem);
  }
}

@media (min-width: 700px) {
  .theme-luxury .service-page-grid,
  .theme-luxury .feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .theme-luxury .timeline {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 900px) {
  .theme-luxury .split-2 {
    grid-template-columns: 1.05fr 0.95fr;
    gap: 2.5rem;
  }
  .theme-luxury .contact-grid {
    grid-template-columns: 0.95fr 1.05fr;
    align-items: stretch;
  }
  .theme-luxury .contact-actions {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .theme-luxury .contact-actions .btn { width: auto; }
  .theme-luxury .timeline {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .theme-luxury .page-hero.lux-page-hero .page-hero__content {
    padding-bottom: 3.5rem;
  }
}

@media (min-width: 1024px) {
  .theme-luxury .service-page-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .theme-luxury .feature-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.theme-luxury .loc-index-block {
  margin-bottom: 2.5rem;
}
.theme-luxury .loc-index-block__head {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.75rem 1.5rem;
  align-items: flex-start;
  margin-bottom: 1.1rem;
}
.theme-luxury .loc-index-block__head h2 {
  margin: 0 0 0.45rem;
  font-family: "Cinzel", serif;
  color: #0a0a0a;
  font-size: clamp(1.35rem, 3vw, 1.85rem);
}
.theme-luxury .loc-index-block__intro {
  margin: 0;
  max-width: 62ch;
  color: #6b6258;
  font-size: 0.95rem;
  line-height: 1.6;
}
.theme-luxury .loc-index-block__count {
  margin: 0;
  color: #b8962e;
  font-weight: 600;
  font-size: 0.88rem;
  white-space: nowrap;
}

/* Location / 404 light polish under luxury theme */
.theme-luxury .loc-hero__overlay {
  background:
    linear-gradient(180deg, rgba(10,10,10,0.35), rgba(10,10,10,0.88)),
    radial-gradient(ellipse at top right, rgba(212,175,55,0.18), transparent 50%);
}
.theme-luxury .loc-hero__tag {
  color: #e8c547;
  border-color: rgba(212,175,55,0.35);
}
.theme-luxury .loc-hero h1 {
  font-family: "Cinzel", serif;
  color: #fff;
}
.theme-luxury .error-page__code {
  font-family: "Cinzel", serif;
  color: #d4af37;
}
.theme-luxury .loc-final-cta__nap {
  color: rgba(247,243,234,0.7);
  margin-top: 1rem;
}
