/* Luxe Boutique — quiet luxury overrides (v1.0.0) */
:root {
  --luxe-ink: #141210;
  --luxe-muted: #6b6560;
  --luxe-line: #e6e1db;
  --luxe-paper: #f7f4ef;
  --luxe-sand: #efe9e1;
  --luxe-gold: #9a8458;
  --luxe-white: #fffdfb;
  --luxe-dark: #1a1714;
}

body.page-luxe-boutique,
body.page-home {
  font-family: "Manrope", system-ui, sans-serif;
  color: var(--luxe-ink);
  background:
    radial-gradient(1200px 500px at 10% -10%, #fff 0%, transparent 55%),
    linear-gradient(180deg, var(--luxe-paper) 0%, var(--luxe-sand) 100%);
}

/* Header */
.luxe-header .luxe-topbar,
.luxe-header .top-wrap {
  background: rgba(255, 253, 251, 0.9);
  border-bottom: 1px solid var(--luxe-line);
  font-size: 12px;
  color: var(--luxe-muted);
}
.luxe-header .luxe-topbar a,
.luxe-header .luxe-topbar-phone a {
  color: var(--luxe-muted);
  text-decoration: none;
}
.luxe-header .luxe-topbar a:hover {
  color: var(--luxe-ink);
}
.luxe-header .luxe-header-main,
.luxe-header .header-content {
  background: rgba(255, 253, 251, 0.94);
  border-bottom: 1px solid var(--luxe-line);
  backdrop-filter: blur(8px);
}
.luxe-header .header-content .container-fluid {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  padding-top: 18px;
  padding-bottom: 18px;
}
.luxe-brand-text {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 26px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--luxe-ink);
}
.luxe-brand small {
  display: block;
  margin-top: 2px;
  font-family: "Manrope", sans-serif;
  font-size: 10px;
  letter-spacing: 0.28em;
  color: var(--luxe-muted);
  text-transform: uppercase;
}
.luxe-brand img {
  max-height: 48px;
  width: auto;
}
.luxe-nav .navbar-nav,
.luxe-header .menu-wrap .navbar-nav {
  gap: 8px 22px;
}
.luxe-header .menu-wrap a {
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--luxe-ink) !important;
}
.luxe-icons .luxe-icon-label {
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--luxe-muted);
}
.luxe-icons .nav-link {
  padding: 0.35rem 0.4rem !important;
}
.luxe-header .header-content .right-btn {
  justify-self: end;
}

/* Hero */
.luxe-hero {
  min-height: calc(100vh - 140px);
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  background: var(--luxe-dark);
  color: #f7f1ea;
  overflow: hidden;
}
.luxe-hero-copy {
  padding: 88px 64px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 24px;
  background: linear-gradient(160deg, #221e1a 0%, #151210 70%);
}
.luxe-hero h1 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(40px, 5vw, 68px);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: 0.02em;
  max-width: 12ch;
  margin: 0;
  color: #f7f1ea;
}
.luxe-hero p {
  max-width: 38ch;
  font-size: 15px;
  line-height: 1.75;
  color: #d8d0c6;
  margin: 0;
}
.luxe-cta-row {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 6px;
}
.luxe-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 26px;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  border: 1px solid transparent;
  text-decoration: none !important;
  transition: 0.2s ease;
}
.luxe-btn-primary {
  background: #f4efe8;
  color: #171412 !important;
}
.luxe-btn-primary:hover {
  background: #fff;
  color: #171412 !important;
}
.luxe-btn-ghost {
  border-color: rgba(244, 239, 232, 0.45);
  color: #f4efe8 !important;
  background: transparent;
}
.luxe-btn-ghost:hover {
  border-color: #f4efe8;
  color: #fff !important;
}
.luxe-hero-visual {
  min-height: 560px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

/* Sections */
.luxe-section {
  padding: 72px 40px 64px;
  max-width: 1200px;
  margin: 0 auto;
}
.luxe-section-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 28px;
  gap: 16px;
}
.luxe-section-head h2 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 40px;
  font-weight: 500;
  margin: 0;
  color: var(--luxe-ink);
}
.luxe-section-head a {
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--luxe-muted);
  border-bottom: 1px solid var(--luxe-line);
  padding-bottom: 2px;
  text-decoration: none;
}
.luxe-cats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.luxe-cat {
  min-height: 220px;
  background: var(--luxe-white);
  border: 1px solid var(--luxe-line);
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  text-decoration: none !important;
  color: inherit;
  transition: border-color 0.2s ease, transform 0.2s ease;
}
.luxe-cat:hover {
  border-color: #cbbda8;
  transform: translateY(-2px);
  color: inherit;
}
.luxe-cat span {
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--luxe-gold);
  margin-bottom: 8px;
}
.luxe-cat strong {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 28px;
  font-weight: 500;
}
.luxe-cat em {
  margin-top: 6px;
  font-style: normal;
  font-size: 12px;
  color: var(--luxe-muted);
}

.luxe-featured {
  padding-top: 24px;
  padding-bottom: 80px;
}
.luxe-products {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.luxe-product {
  background: var(--luxe-white);
  border: 1px solid var(--luxe-line);
  text-decoration: none !important;
  color: inherit;
  transition: border-color 0.2s ease, transform 0.2s ease;
}
.luxe-product:hover {
  border-color: #cbbda8;
  transform: translateY(-2px);
  color: inherit;
}
.luxe-product-img {
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-bottom: 1px solid var(--luxe-line);
  background: linear-gradient(160deg, #f3efe9, #e7e0d7);
}
.luxe-product-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.luxe-product-body {
  padding: 18px 16px 20px;
}
.luxe-product-body h3 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.25;
  margin: 0 0 8px;
}
.luxe-product-body .price {
  font-size: 13px;
  letter-spacing: 0.04em;
  color: var(--luxe-muted);
}

/* Soften / hide dense default design modules under boutique home */
.page-luxe-boutique .modules-box .module-item,
.page-home .module-tab-product .module-title,
.page-home .module-image-banner {
  /* keep functional; visual polish only */
}
.page-luxe-boutique .module-item .module-title,
.page-home .module-title h2,
.page-home .module-title .title {
  font-family: "Cormorant Garamond", Georgia, serif !important;
  font-weight: 500;
}

/* Footer */
.luxe-footer,
footer.luxe-footer {
  margin-top: 24px;
  background: #171412 !important;
  color: #e8e2da;
}
.luxe-footer .luxe-footer-inner,
.luxe-footer .footer-content {
  padding: 56px 12px 28px;
}
.luxe-footer-brand,
.luxe-footer h6 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 22px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #e8e2da !important;
  margin-bottom: 16px;
}
.luxe-footer h6 {
  font-size: 11px;
  font-family: "Manrope", sans-serif;
  letter-spacing: 0.18em;
  color: #cfc5b8 !important;
}
.luxe-footer .text,
.luxe-footer li,
.luxe-footer a,
.luxe-footer p {
  color: #b7aea3 !important;
  font-size: 14px;
  line-height: 1.7;
}
.luxe-footer a:hover {
  color: #fff !important;
}
.luxe-footer-bottom,
.luxe-footer .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: #8f877d;
  padding: 18px 0 28px;
  background: transparent !important;
}
.luxe-footer .footer-bottom a {
  color: #8f877d !important;
}
.luxe-footer .icon-open {
  display: none;
}

/* Product cards elsewhere */
.product-item .product-name,
.product-wrap .name {
  font-family: "Cormorant Garamond", Georgia, serif;
}

@media (max-width: 900px) {
  .luxe-hero,
  .luxe-header .header-content .container-fluid {
    grid-template-columns: 1fr;
  }
  .luxe-hero-copy {
    padding: 48px 24px;
  }
  .luxe-cats,
  .luxe-products {
    grid-template-columns: 1fr 1fr;
  }
  .luxe-section {
    padding-left: 20px;
    padding-right: 20px;
  }
  .luxe-header .header-content .right-btn {
    justify-self: start;
  }
}
@media (max-width: 560px) {
  .luxe-products {
    grid-template-columns: 1fr;
  }
  .luxe-cats {
    grid-template-columns: 1fr 1fr;
  }
}
