/* ==========================================================================
   Newsletter Section
   ========================================================================== */

.lxr-newsletter {
  background: #1A1A1A;
  padding: 100px 0;
  text-align: center;
}

.lxr-newsletter__inner {
  max-width: 600px;
  margin: 0 auto;
  padding: 0 2rem;
}

.lxr-newsletter__label {
  display: block;
  font-family: 'Mulish', sans-serif;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: #C9A96E;
  margin-bottom: 0.5rem;
}

.lxr-newsletter__title {
  font-family: 'Mulish', sans-serif;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  color: #fff;
  margin: 0 0 0.5rem;
  line-height: 1.1;
}

.lxr-newsletter__text {
  font-family: 'Mulish', sans-serif;
  font-size: 0.95rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.6);
  margin: 0 0 2rem;
}

.lxr-newsletter__form {
  display: flex;
  max-width: 480px;
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: transparent;
  border-radius: 0 !important;
}

.lxr-newsletter__input {
  flex: 1;
  padding: 14px 20px;
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  color: #fff;
  font-family: 'Mulish', sans-serif;
  font-size: 0.85rem;
  outline: none;
}

.lxr-newsletter__input::placeholder {
  color: rgba(255, 255, 255, 0.35);
}

.lxr-newsletter__btn {
  padding: 14px 28px;
  background: #C9A96E;
  color: #fff;
  border: none !important;
  border-radius: 0 !important;
  font-family: 'Mulish', sans-serif;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.2s ease;
}

.lxr-newsletter__btn:hover {
  background: #B8944F;
}

@media (max-width: 768px) {
  .lxr-newsletter {
    padding: 60px 0;
  }

  .lxr-newsletter__form {
    flex-direction: column;
    border: none;
  }

  .lxr-newsletter__input {
    border: 1px solid rgba(255, 255, 255, 0.25);
    margin-bottom: 8px;
  }
}

/* ==========================================================================
   Luxéora Footer — Exact match to maquette
   ========================================================================== */

.lxr-ftr {
  background: #fff;
  color: #1A1A1A;
  padding: 80px 0 30px;
  font-family: 'Mulish', sans-serif;
  border-top: 1px solid #E8E3DE;
}

.lxr-ftr__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 2rem;
}

/* ---- Grid ---- */
.lxr-ftr__grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.2fr 1.2fr;
  gap: 48px;
  margin-bottom: 60px;
}

/* ---- Brand column ---- */
.lxr-ftr__logo {
  margin-bottom: 1rem;
}

.lxr-ftr .lxr-ftr__logo img.lxr-ftr__logo-img {
  height: 80px !important;
  max-height: 80px !important;
  width: auto !important;
  object-fit: contain !important;
}

.lxr-ftr .lxr-ftr__logo img.lxr-ftr__logo-img {
  filter: none !important;
}

.lxr-ftr__brand p {
  font-size: 0.9rem;
  font-weight: 300;
  line-height: 1.8;
  margin-bottom: 1rem;
  color: #666;
}

/* Social icons */
.lxr-ftr__social {
  display: flex;
  gap: 10px;
}

.lxr-ftr__social a {
  width: 40px;
  height: 40px;
  border: 1px solid #E8E3DE;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1A1A1A;
  font-size: 0.95rem;
  text-decoration: none;
  transition: all 0.2s ease;
}

.lxr-ftr__social a:hover {
  background: #C9A96E;
  border-color: #C9A96E;
  color: #fff;
}

/* ---- Column headings ---- */
.lxr-ftr h4 {
  color: #1A1A1A;
  font-family: 'Mulish', sans-serif;
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 1.2rem;
}

/* ---- Links ---- */
.lxr-ftr__links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.lxr-ftr__links li {
  margin-bottom: 12px;
  font-size: 0.95rem;
  font-weight: 300;
  color: #666;
}

.lxr-ftr__links a,
.lxr-ftr__links a font,
.lxr-ftr__links a * {
  color: #666 !important;
  font-size: 0.95rem;
  font-weight: 300;
  text-decoration: none;
  transition: color 0.2s ease;
}

.lxr-ftr__links a:hover,
.lxr-ftr__links a:hover font,
.lxr-ftr__links a:hover * {
  color: #C9A96E !important;
}

/* Contact icons (legacy) */
.lxr-ftr__icon {
  color: #C9A96E;
  margin-right: 8px;
  width: 14px;
  text-align: center;
}

/* ---- Contact blocks (label + value) ---- */
.lxr-ftr__contact {
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
}

.lxr-ftr__contact-item {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.lxr-ftr__contact-label {
  font-family: 'Mulish', sans-serif;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #C9A96E;
}

.lxr-ftr__contact-value {
  font-family: 'Mulish', sans-serif;
  font-size: 0.95rem;
  font-weight: 400;
  color: #1A1A1A;
  text-decoration: none;
  transition: color 0.2s ease;
}

a.lxr-ftr__contact-value:hover {
  color: #C9A96E;
}

/* ---- Language switcher ---- */
.lxr-ftr__lang {
  display: none;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  padding-bottom: 1.5rem;
}

.lxr-ftr__lang-label {
  font-family: 'Mulish', sans-serif;
  font-size: 0.85rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.5);
}

.lxr-ftr__lang > * {
  display: inline-flex !important;
  align-items: center;
}

.lxr-ftr__lang .gt_selector,
.lxr-ftr__lang .gt-current-lang,
.lxr-ftr__lang > div,
.lxr-ftr__lang > a {
  display: inline-flex !important;
  vertical-align: middle;
}

@media (max-width: 768px) {
  .lxr-ftr__lang {
    display: flex;
  }
}

/* ---- Payment methods section (5th grid column) ---- */
.lxr-ftr__payment-section {
  border-top: none;
  padding-top: 0;
  margin-bottom: 0;
}

.lxr-ftr__payment-title {
  color: #1A1A1A;
  font-family: 'Mulish', sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin: 0 0 1.25rem;
}

.lxr-ftr__payment {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.lxr-ftr__pay {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  border: 1px solid #F0EDE8;
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
}

.lxr-ftr__pay svg {
  display: block;
  height: 100%;
  width: auto;
}

.lxr-ftr__pay--gpay svg {
  width: 56px;
}

/* ---- Bottom bar ---- */
.lxr-ftr__bottom {
  border-top: 1px solid #E8E3DE;
  padding-top: 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  font-size: 0.8rem;
  color: #999;
}

.lxr-ftr__bottom p {
  margin: 0;
}

/* ---- Legal links ---- */
.lxr-ftr__legal {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.lxr-ftr__legal li {
  list-style: none;
  margin: 0;
}

.lxr-ftr__legal a {
  font-family: 'Mulish', sans-serif;
  font-size: 0.8rem;
  font-weight: 400;
  color: #999;
  text-decoration: none;
  transition: color 0.2s ease;
}

.lxr-ftr__legal a:hover {
  color: #C9A96E;
}

@media (max-width: 768px) {
  .lxr-ftr__bottom {
    flex-direction: column;
    text-align: center;
  }

  .lxr-ftr__legal {
    justify-content: center;
  }
}

/* ---- Responsive ---- */
@media (max-width: 1200px) {
  .lxr-ftr__grid {
    grid-template-columns: 1.8fr 1fr 1fr 1.2fr 1.2fr;
    gap: 32px;
  }
}

@media (max-width: 1024px) {
  .lxr-ftr__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
  }
}

@media (max-width: 768px) {
  .lxr-ftr {
    padding: 60px 0 20px;
  }

  .lxr-ftr__grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  /* Ensure the gap between Contact and Payment matches the others —
     Contact is a <div> group with no trailing margin, while Shop/Info
     use <ul> which has a natural bottom margin. */
  .lxr-ftr__contact {
    margin-bottom: 1rem;
  }

  .lxr-ftr__bottom {
    flex-direction: column;
    gap: 1rem;
    text-align: center;
  }
}