:root {
  --luxe-ivory: #f8f2e8;
  --luxe-cream: #fff9ef;
  --luxe-ink: #1d1a16;
  --luxe-charcoal: #181512;
  --luxe-bronze: #b5824a;
  --luxe-bronze-soft: #e8c79d;
  --luxe-forest: #35554f;
  --luxe-stone: #726a60;
  --luxe-line: rgba(34, 27, 20, 0.14);
  --luxe-shadow: 0 22px 60px rgba(31, 22, 14, 0.15);
}

.luxe-home {
  background:
    radial-gradient(circle at 8% -8%, rgba(181, 130, 74, 0.24), transparent 28%),
    radial-gradient(circle at 94% 3%, rgba(53, 85, 79, 0.2), transparent 24%),
    var(--luxe-ivory);
  color: var(--luxe-ink);
  font-family: "Manrope", "Helvetica Neue", sans-serif;
  overflow-x: hidden;
  padding-top: 6.8rem;
}

.luxe-home h1,
.luxe-home h2,
.luxe-home h3,
.luxe-home h4,
.luxe-home h5,
.luxe-home .font-luxe-serif {
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  letter-spacing: -0.015em;
}

.luxe-home p,
.luxe-home li,
.luxe-home a,
.luxe-home span {
  font-family: "Manrope", "Helvetica Neue", sans-serif;
}

.luxe-nav-wrap {
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1030;
}

.luxe-nav {
  backdrop-filter: blur(14px);
  background: rgba(255, 251, 245, 0.85);
  border: 1px solid rgba(52, 39, 26, 0.15);
  border-radius: 999px;
  box-shadow: 0 8px 24px rgba(23, 18, 14, 0.07);
  margin-top: 1rem;
  padding: 0.45rem 1rem;
  transition: all 180ms ease;
}

.luxe-nav::before,
.luxe-nav::after {
  content: none !important;
  display: none !important;
}

.luxe-nav.is-scrolled {
  background: rgba(255, 251, 245, 0.96);
  box-shadow: 0 14px 32px rgba(21, 16, 12, 0.11);
}

.luxe-brand {
  align-items: center;
  display: inline-flex;
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.luxe-brand-dot {
  background: linear-gradient(145deg, #dcb483, #9f6d3b);
  border-radius: 999px;
  display: inline-block;
  height: 0.62rem;
  margin-right: 0.5rem;
  width: 0.62rem;
}

.luxe-link {
  color: rgba(28, 22, 16, 0.8);
  font-size: 0.92rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  padding-left: 0.85rem !important;
  padding-right: 0.85rem !important;
}

.luxe-link:hover,
.luxe-link:focus {
  color: var(--luxe-ink);
}

.btn-luxe-primary {
  background: linear-gradient(120deg, #1f1b17, #3c3226 55%, #5a4634);
  border: 0;
  border-radius: 999px;
  color: #fff;
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding: 0.82rem 1.35rem;
  text-transform: uppercase;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.btn-luxe-primary:hover,
.btn-luxe-primary:focus {
  box-shadow: 0 10px 24px rgba(31, 24, 17, 0.2);
  color: #fff;
  transform: translateY(-2px);
}

.btn-luxe-secondary {
  background: transparent;
  border: 1px solid rgba(42, 32, 23, 0.3);
  border-radius: 999px;
  color: var(--luxe-ink);
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding: 0.82rem 1.35rem;
  text-transform: uppercase;
  transition: transform 180ms ease, border-color 180ms ease;
}

.btn-luxe-secondary:hover,
.btn-luxe-secondary:focus {
  border-color: rgba(42, 32, 23, 0.55);
  color: var(--luxe-ink);
  transform: translateY(-2px);
}

.luxe-hero {
  padding: 3.2rem 0 4.5rem;
  position: relative;
}

.luxe-pill {
  background: rgba(239, 223, 204, 0.74);
  border: 1px solid rgba(166, 118, 64, 0.3);
  border-radius: 999px;
  color: #654624;
  display: inline-flex;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  margin-bottom: 1rem;
  padding: 0.5rem 0.9rem;
  text-transform: uppercase;
}

.luxe-display {
  font-size: clamp(2.5rem, 6vw, 5.2rem);
  line-height: 0.95;
  margin-bottom: 1.2rem;
}

.luxe-display em {
  color: var(--luxe-bronze);
  font-style: normal;
}

.luxe-hero-lead {
  color: #5d5449;
  font-size: clamp(1rem, 1.25vw, 1.18rem);
  line-height: 1.75;
  margin-bottom: 1.9rem;
  max-width: 38rem;
}

.luxe-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
}

.luxe-stat-strip {
  display: grid;
  gap: 0.9rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 2.4rem;
}

.luxe-stat {
  background: rgba(255, 250, 243, 0.8);
  border: 1px solid rgba(50, 37, 24, 0.11);
  border-radius: 1rem;
  box-shadow: 0 8px 22px rgba(42, 32, 24, 0.07);
  padding: 1rem 1rem 0.9rem;
}

.luxe-stat strong {
  color: var(--luxe-charcoal);
  display: block;
  font-size: 1.4rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.luxe-stat span {
  color: var(--luxe-stone);
  display: block;
  font-size: 0.82rem;
  margin-top: 0.25rem;
}

.luxe-hero-media {
  background: linear-gradient(150deg, rgba(255, 247, 236, 0.95), rgba(249, 238, 223, 0.62));
  border: 1px solid rgba(60, 41, 23, 0.14);
  border-radius: 2rem;
  box-shadow: var(--luxe-shadow);
  padding: 0.95rem;
  position: relative;
}

.luxe-hero-media img {
  border-radius: 1.45rem;
  display: block;
  width: 100%;
}

.luxe-float-chip {
  backdrop-filter: blur(9px);
  background: rgba(255, 251, 245, 0.92);
  border: 1px solid rgba(47, 34, 20, 0.17);
  border-radius: 0.95rem;
  box-shadow: 0 12px 26px rgba(38, 27, 16, 0.12);
  padding: 0.7rem 0.8rem;
  position: absolute;
  width: min(17rem, 78%);
}

.luxe-float-chip strong {
  display: block;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.luxe-float-chip span {
  color: #6b6257;
  display: block;
  font-size: 0.75rem;
  margin-top: 0.15rem;
}

.luxe-chip-top {
  right: -1.2rem;
  top: 1.4rem;
}

.luxe-chip-bottom {
  bottom: 1.1rem;
  left: -1rem;
}

.luxe-band {
  border-bottom: 1px solid rgba(43, 31, 20, 0.14);
  border-top: 1px solid rgba(43, 31, 20, 0.14);
  margin: 0.6rem 0 0;
  padding: 0.95rem 0;
}

.luxe-band-track {
  align-items: center;
  color: #61594f;
  display: flex;
  flex-wrap: wrap;
  font-size: 0.82rem;
  font-weight: 700;
  gap: 0.7rem;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.luxe-band-track .dot {
  color: #9b6c3b;
  font-size: 0.62rem;
}

.luxe-section {
  padding: 4.6rem 0;
}

.luxe-kicker {
  color: #7c5630;
  display: block;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  margin-bottom: 0.65rem;
  text-transform: uppercase;
}

.luxe-section-title {
  font-size: clamp(2rem, 3.8vw, 3.4rem);
  line-height: 1.02;
  margin-bottom: 1rem;
}

.luxe-section-title .tone {
  color: var(--luxe-forest);
}

.luxe-section-copy {
  color: #5f564c;
  font-size: 1.02rem;
  line-height: 1.75;
  max-width: 42rem;
}

.luxe-card {
  background: var(--luxe-cream);
  border: 1px solid var(--luxe-line);
  border-radius: 1.35rem;
  box-shadow: 0 10px 30px rgba(37, 27, 17, 0.08);
  height: 100%;
  overflow: hidden;
}

.luxe-card img {
  aspect-ratio: 16 / 10;
  display: block;
  object-fit: cover;
  width: 100%;
}

.luxe-card-body {
  padding: 1.25rem 1.2rem 1.35rem;
}

.luxe-card-tag {
  color: #76542f;
  display: inline-block;
  font-size: 0.71rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  margin-bottom: 0.45rem;
  text-transform: uppercase;
}

.luxe-card h3 {
  font-size: 1.56rem;
  margin-bottom: 0.5rem;
}

.luxe-card p {
  color: #62594f;
  font-size: 0.94rem;
  line-height: 1.7;
  margin-bottom: 0;
}

.luxe-flow {
  padding-top: 1.2rem;
}

.luxe-flow-wrap {
  background: linear-gradient(135deg, #fff6ea, #f5ead9);
  border: 1px solid rgba(48, 35, 21, 0.14);
  border-radius: 1.6rem;
  overflow: hidden;
}

.luxe-flow-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.luxe-step {
  border-right: 1px solid rgba(57, 42, 28, 0.12);
  padding: 1.45rem 1.3rem;
}

.luxe-step:last-child {
  border-right: 0;
}

.luxe-step-num {
  align-items: center;
  background: #2f251b;
  border-radius: 999px;
  color: #f6ebdc;
  display: inline-flex;
  font-size: 0.79rem;
  font-weight: 800;
  height: 1.8rem;
  justify-content: center;
  margin-bottom: 0.85rem;
  width: 1.8rem;
}

.luxe-step h4 {
  font-size: 1.2rem;
  margin-bottom: 0.35rem;
}

.luxe-step p {
  color: #5f574f;
  font-size: 0.9rem;
  line-height: 1.6;
  margin-bottom: 0;
}

.luxe-proof {
  padding-top: 4.8rem;
}

.luxe-proof-shell {
  background: linear-gradient(155deg, #20201d, #101d21 72%);
  border-radius: 1.9rem;
  overflow: hidden;
  padding: 2.25rem;
  position: relative;
}

.luxe-proof-shell::before {
  background: radial-gradient(circle at 88% -2%, rgba(183, 137, 86, 0.5), transparent 33%);
  content: "";
  inset: 0;
  position: absolute;
}

.luxe-proof-shell > * {
  position: relative;
  z-index: 1;
}

.luxe-quote {
  color: #f6eee3;
  font-size: clamp(1.95rem, 4.8vw, 3.25rem);
  line-height: 1.04;
  margin-bottom: 0.8rem;
}

.luxe-proof-copy {
  color: rgba(244, 235, 224, 0.78);
  font-size: 0.95rem;
  line-height: 1.75;
  max-width: 32rem;
}

.luxe-proof-stats {
  display: grid;
  gap: 0.95rem;
  grid-template-columns: 1fr;
}

.luxe-proof-tile {
  background: rgba(255, 253, 248, 0.08);
  border: 1px solid rgba(255, 246, 236, 0.2);
  border-radius: 1rem;
  padding: 1.1rem;
}

.luxe-proof-tile strong {
  color: #fff6e8;
  display: block;
  font-size: 1.45rem;
  font-weight: 800;
}

.luxe-proof-tile span {
  color: rgba(249, 241, 231, 0.7);
  display: block;
  font-size: 0.8rem;
  margin-top: 0.22rem;
}

.luxe-pricing-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.luxe-price-card {
  background: rgba(255, 251, 245, 0.87);
  border: 1px solid rgba(56, 42, 27, 0.14);
  border-radius: 1.3rem;
  box-shadow: 0 10px 24px rgba(31, 24, 16, 0.07);
  padding: 1.3rem 1.2rem;
}

.luxe-price-card h3 {
  font-size: 1.35rem;
  margin-bottom: 0.12rem;
}

.luxe-price-line {
  align-items: baseline;
  display: flex;
  gap: 0.4rem;
  margin-bottom: 0.72rem;
}

.luxe-price {
  color: #1b1712;
  font-size: 1.72rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.luxe-price-label {
  color: #6c6258;
  font-size: 0.82rem;
  font-weight: 600;
}

.luxe-price-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.luxe-price-list li {
  color: #554d45;
  font-size: 0.88rem;
  margin-bottom: 0.52rem;
  padding-left: 1.22rem;
  position: relative;
}

.luxe-price-list li::before {
  color: #8a6133;
  content: "\2713";
  font-size: 0.72rem;
  left: 0;
  position: absolute;
  top: 0.1rem;
}

.luxe-contact {
  padding-bottom: 5.3rem;
  padding-top: 4.6rem;
}

.luxe-contact-card {
  background:
    radial-gradient(circle at 88% -10%, rgba(255, 230, 197, 0.34), transparent 33%),
    linear-gradient(130deg, #24201b, #343028 68%, #4a3f31);
  border-radius: 2rem;
  color: #fff5e8;
  overflow: hidden;
  padding: 2.3rem;
  position: relative;
}

.luxe-contact-card::after {
  background: radial-gradient(circle at 18% 25%, rgba(205, 145, 79, 0.43), transparent 38%);
  content: "";
  inset: 0;
  position: absolute;
}

.luxe-contact-card > * {
  position: relative;
  z-index: 1;
}

.luxe-contact-card h2 {
  color: #fff8ef;
  font-size: clamp(2rem, 4.2vw, 3rem);
  margin-bottom: 0.8rem;
}

.luxe-contact-card p {
  color: rgba(255, 245, 232, 0.84);
  font-size: 0.98rem;
  line-height: 1.75;
  margin-bottom: 1.5rem;
  max-width: 36rem;
}

.luxe-footer {
  background: #151311;
  border-top: 1px solid rgba(255, 241, 224, 0.1);
  color: #dfd1be;
  padding: 2.4rem 0 2.8rem;
}

.luxe-footer p {
  color: #b9ab97;
  font-size: 0.9rem;
  margin-bottom: 0;
}

.luxe-footer-links {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: flex-end;
}

.luxe-footer-links a {
  color: #ddcebb;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

.luxe-footer-links a:hover,
.luxe-footer-links a:focus {
  color: #fff4e6;
}

.reveal {
  animation: reveal-up 850ms cubic-bezier(0.19, 1, 0.22, 1) both;
}

.delay-1 {
  animation-delay: 80ms;
}

.delay-2 {
  animation-delay: 170ms;
}

.delay-3 {
  animation-delay: 260ms;
}

.floaty {
  animation: drift 7s ease-in-out infinite;
}

@keyframes reveal-up {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes drift {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}

@media (max-width: 991.98px) {
  .luxe-home {
    padding-top: 6rem;
  }

  .luxe-nav {
    border-radius: 1.1rem;
  }

  .luxe-nav .navbar-collapse {
    background: rgba(255, 250, 242, 0.98);
    border: 1px solid rgba(54, 41, 26, 0.12);
    border-radius: 0.9rem;
    margin-top: 0.8rem;
    padding: 0.65rem;
  }

  .luxe-actions {
    justify-content: flex-start;
  }

  .luxe-chip-top,
  .luxe-chip-bottom {
    width: 13.2rem;
  }

  .luxe-chip-top {
    right: 0.7rem;
    top: 0.8rem;
  }

  .luxe-chip-bottom {
    bottom: 0.9rem;
    left: 0.7rem;
  }

  .luxe-proof-stats {
    margin-top: 1.2rem;
  }

  .luxe-pricing-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .luxe-footer-links {
    justify-content: flex-start;
    margin-top: 1rem;
  }
}

@media (max-width: 767.98px) {
  .luxe-hero {
    padding-top: 2.6rem;
  }

  .luxe-display {
    font-size: clamp(2.2rem, 12.2vw, 3.4rem);
  }

  .luxe-hero-lead,
  .luxe-section-copy,
  .luxe-contact-card p {
    font-size: 0.94rem;
    line-height: 1.65;
  }

  .luxe-stat-strip,
  .luxe-flow-grid,
  .luxe-proof-stats,
  .luxe-pricing-grid {
    grid-template-columns: 1fr;
  }

  .luxe-step {
    border-bottom: 1px solid rgba(57, 42, 28, 0.12);
    border-right: 0;
  }

  .luxe-step:last-child {
    border-bottom: 0;
  }

  .luxe-contact-card,
  .luxe-proof-shell {
    padding: 1.55rem;
  }

  .luxe-float-chip {
    position: static;
    width: 100%;
  }

  .luxe-hero-media {
    display: grid;
    gap: 0.6rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .reveal,
  .floaty,
  .btn-luxe-primary,
  .btn-luxe-secondary,
  .luxe-nav,
  .luxe-link {
    animation: none !important;
    transition: none !important;
  }
}
