.elementor-178 .elementor-element.elementor-element-0c63c60{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-ca3652d */@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;1,400&family=Jost:wght@300;400;500;600&display=swap');

:root{
  --ivory:#FAF6EE;
  --gold:#A9803F;
  --gold-light:#DCC691;
  --emerald:#16302A;
}

.lux-wrap{max-width:1280px;margin:0 auto;padding:0 clamp(1.25rem,4vw,3rem);}

.lux-footer{
  background:var(--emerald);
  color:rgba(250,246,238,.82);
  font-family:'Jost',sans-serif;
  padding-top:4.5rem;
}

/* ---------- top grid ---------- */
.lux-footer__top{
  display:grid;
  grid-template-columns:1.3fr 1fr 1fr 1fr;
  gap:2.5rem;
  padding-bottom:3rem;
}

.lux-footer__mark{
  display:block;
  font-family:'Cormorant Garamond',serif;
  font-size:2rem;
  font-weight:500;
  color:#fff;
}
.lux-footer__sub{
  display:block;
  font-size:.62rem;
  letter-spacing:.24em;
  text-transform:uppercase;
  color:var(--gold-light);
  margin-top:.3rem;
}
.lux-footer__brand p{
  font-size:.9rem;
  line-height:1.7;
  font-weight:300;
  margin-top:1rem;
  max-width:280px;
  color:rgba(250,246,238,.7);
}
.lux-footer__social{display:flex;gap:.9rem;margin-top:1.4rem;}
.lux-footer__social a{
  width:34px;height:34px;
  display:flex;align-items:center;justify-content:center;
  border:1px solid rgba(220,198,145,.4);
  color:inherit;
  transition:background .25s ease,border-color .25s ease,color .25s ease;
}
.lux-footer__social svg{width:14px;height:14px;}
.lux-footer__social a:hover{background:var(--gold);border-color:var(--gold);color:var(--emerald);}

.lux-footer__col h5{
  font-family:'Jost',sans-serif;
  font-size:.76rem;
  letter-spacing:.16em;
  text-transform:uppercase;
  font-weight:500;
  color:var(--gold-light);
  margin:0 0 1.3rem;
}
.lux-footer__col ul{margin:0;padding:0;list-style:none;}
.lux-footer__col li{
  font-size:.92rem;
  font-weight:300;
  margin-bottom:.8rem;
  color:rgba(250,246,238,.78);
}
.lux-footer__col a{color:inherit;text-decoration:none;transition:color .2s ease;}
.lux-footer__col a:hover{color:#fff;}

/* ---------- signature arch divider ---------- */
.lux-footer__arch{
  display:flex;
  justify-content:center;
  padding:1.6rem 0;
  border-top:1px solid rgba(220,198,145,.18);
  opacity:.85;
}

/* ---------- bottom bar ---------- */
.lux-footer__bottom{
  display:flex;
  justify-content:space-between;
  align-items:center;
  flex-wrap:wrap;
  gap:.8rem;
  padding:1.4rem 0 2rem;
  font-size:.78rem;
  font-weight:300;
  color:rgba(250,246,238,.55);
}

/* ---------- responsive ---------- */
@media (max-width:900px){
  .lux-footer__top{grid-template-columns:1fr 1fr;}
  .lux-footer__brand{grid-column:1 / -1;margin-bottom:1rem;}
}
@media (max-width:560px){
  .lux-footer__top{grid-template-columns:1fr;text-align:left;}
  .lux-footer__bottom{flex-direction:column;align-items:flex-start;text-align:left;}
}/* End custom CSS */