:root {
  --bs-body-font-family: Inter, system-ui, sans-serif;
  --lux-gold: #d4a84f;
}

body {
  background: #f6f3ee;
  color: #1f2937;
}

.lux-hero {
  background:
    linear-gradient(145deg, rgba(0, 0, 0, 0.74), rgba(0, 0, 0, 0.5)),
    linear-gradient(120deg, #2f2a24, #111827);
}

.lux-brand {
  font-family: "Playfair Display", serif;
  font-size: 1.25rem;
  letter-spacing: 0.04em;
  color: #fff;
}

.lux-tag {
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-size: 0.75rem;
  color: var(--lux-gold);
}

.lux-title,
.lux-heading {
  font-family: "Playfair Display", serif;
  letter-spacing: -0.01em;
}

.lux-title {
  font-size: clamp(2.2rem, 5vw, 4rem);
}

.btn-gold {
  background: var(--lux-gold);
  color: #1f2937;
  font-weight: 600;
}

.btn-gold:hover {
  background: #f4d799;
  color: #111827;
}

.hero-media img {
  width: 100%;
  min-height: 340px;
  max-height: 520px;
  object-fit: cover;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.35);
  box-shadow: 0 24px 44px rgba(0, 0, 0, 0.35);
}

.image-attribution {
  margin-top: 1rem;
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.8);
}

.image-attribution a {
  color: #fff;
}

.lux-services {
  background: #fff;
}

.lux-card {
  background: #fff;
  border-radius: 1rem;
  border: 1px solid #e5e7eb;
  box-shadow: 0 12px 24px rgba(17, 24, 39, 0.07);
}

.about-shell {
  background: linear-gradient(180deg, #fff 0%, #f3efe8 100%);
  border: 1px solid #e7dfd2;
}

.lux-contact {
  background: #fff;
  border: 1px solid #e5e7eb;
  box-shadow: 0 16px 30px rgba(17, 24, 39, 0.08);
}

