.elementor-183 .elementor-element.elementor-element-55c63e2{--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;}.elementor-183 .elementor-element.elementor-element-2d71205{--display:flex;}.elementor-183 .elementor-element.elementor-element-2d71205.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-183 .elementor-element.elementor-element-2dfe7ef{width:100%;max-width:100%;}.elementor-183 .elementor-element.elementor-element-4c482d5{--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;}.elementor-183 .elementor-element.elementor-element-ba0a09f{--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;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-183 .elementor-element.elementor-element-2d71205{--width:185.116%;}}/* Start custom CSS for html, class: .elementor-element-88eda0f *//* =========================
HEADER BASE
========================= */

.ls-header {
  position: sticky;
  top: 0;
  z-index: 999;

  width: 100%;
  padding: 20px 30px;

  background: rgba(244,241,236,0.85);
  backdrop-filter: blur(12px);

  border-bottom: 1px solid rgba(0,0,0,0.05);
}

/* CONTENEDOR */

.ls-header-inner {
  max-width: 1200px;
  margin: 0 auto;

  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* LOGO */

.ls-logo a {
  font-family: 'Playfair Display', serif;
  font-size: 22px;
  color: #2e2e2e;
  text-decoration: none;
}

/* NAV */

.ls-nav {
  display: flex;
  align-items: center;
  gap: 30px;
}

.ls-nav a {
  font-size: 14px;
  text-decoration: none;
  color: #2e2e2e;

  transition: opacity 0.3s ease;
}

.ls-nav a:hover {
  opacity: 0.6;
}

/* CTA */

.ls-contact-btn {
  padding: 10px 22px;
  border-radius: 999px;

  background: #7a8a7b;
  color: #fff !important;

  font-size: 13px;

  transition: all 0.3s ease;
}

.ls-contact-btn:hover {
  background: #657565;
}

/* MOBILE BUTTON */

.ls-menu-toggle {
  display: none;
  font-size: 22px;
  cursor: pointer;
}

/* MOBILE MENU */

.ls-mobile-menu {
  display: none;
  flex-direction: column;
  gap: 20px;

  padding: 20px;

  background: #f4f1ec;
}

.ls-mobile-menu a {
  text-decoration: none;
  color: #2e2e2e;
  font-size: 16px;
}

/* ACTIVE */

.ls-mobile-menu.active {
  display: flex;
}

/* =========================
RESPONSIVE
========================= */

@media (max-width: 768px) {

  .ls-nav {
    display: none;
  }

  .ls-menu-toggle {
    display: block;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2dfe7ef *//* =========================
RESET ELEMENTOR
========================= */

.elementor-section,
.elementor-container,
.elementor-column,
.elementor-widget-wrap {
  overflow: visible !important;
}

/* =========================
BASE
========================= */

body {
  margin: 0;
  font-family: 'Inter', sans-serif;
  background: #f4f1ec;
}

/* =========================
BLOQUES (SCROLL)
========================= */

.ls-block {
  height: 140vh;
  position: relative;
}

/* =========================
CARD (CORE)
========================= */

.ls-card {
  position: sticky;
  top: 8vh;

  width: 92%;
  max-width: 1200px;
  height: 80vh;

  margin: 0 auto;

  border-radius: 30px;
  overflow: hidden;

  background: #f4f1ec;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  padding: 40px;

  box-shadow: 0 40px 120px rgba(0,0,0,0.12);

  transform: translateY(80px);
}

/* =========================
HERO
========================= */

.hero .ls-card {
  background-image: url('https://lsliving.es/wp-content/uploads/2026/03/HERO-LS-LIVING.png');
  background-size: cover;
  background-position: center;
}

.hero .ls-card::after {
  content: "";
  position: absolute;
  inset: 0;

  background: linear-gradient(
    to bottom,
    rgba(244,241,236,0.1),
    rgba(244,241,236,0.6)
  );
}

/* =========================
TIPOGRAFÍA
========================= */

.ls-card h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(40px, 5vw, 70px);
  color: #6f7f73;
  z-index: 2;
}

.ls-card p {
  color: rgba(46,46,46,0.85);
  margin-top: 10px;
  text-align: center;
  max-width: 500px;
  z-index: 2;
}

/* =========================
BOTÓN
========================= */

.ls-btn {
  margin-top: 25px;
  padding: 14px 34px;

  background: #6f7f73;
  color: white;

  border-radius: 50px;
  text-decoration: none;

  z-index: 2;
  transition: all 0.3s ease;
}

.ls-btn:hover {
  transform: translateY(-2px);
  background: #5e6d63;
}

/* =========================
SECCIÓN JEREZ
========================= */

.ls-jerez {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}

.ls-text h2 {
  font-family: 'Playfair Display', serif;
  font-size: 40px;
  color: #6f7f73;
}

.ls-text p {
  margin-top: 15px;
  line-height: 1.7;
}

/* =========================
IMÁGENES DESKTOP (LIMPIO)
========================= */

.ls-images {
  position: relative;
  width: 100%;
  height: 320px;
}

.ls-images img {
  position: absolute;
  object-fit: cover;
  border-radius: 22px;

  box-shadow: 0 25px 70px rgba(0,0,0,0.18);

  transition: all 0.4s ease;
}

/* PRINCIPAL */

.img-1 {
  width: 65%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}

/* SECUNDARIAS */

.img-2 {
  width: 38%;
  height: 150px;
  right: 0;
  top: 0;
}

.img-3 {
  width: 38%;
  height: 150px;
  right: 0;
  bottom: 0;
}

/* HOVER */

.ls-images img:hover {
  transform: scale(1.03);
}

/* =========================
RESPONSIVE (CARRUSEL PRO)
========================= */

@media (max-width: 768px) {

  /* BLOQUES */
  .ls-block {
    height: auto;
    padding: 40px 0;
  }

  /* CARD */
  .ls-card {
    position: relative;
    top: 0;

    width: 90%;
    height: auto;

    padding: 30px 20px;

    transform: none !important;

    border-radius: 24px;
  }

  /* HERO */
  .hero .ls-card {
    min-height: 420px;
    justify-content: center;
    text-align: center;
  }

  /* TEXTO */
  .ls-card h1 {
    font-size: 32px;
  }

  .ls-card p {
    font-size: 14px;
  }

  /* BOTÓN PREMIUM */
  .ls-btn {
    width: auto;
    max-width: 260px;

    padding: 12px 22px;

    font-size: 14px;

    border-radius: 40px;

    margin: 20px auto 0;

    display: inline-block;
    text-align: center;
  }

  /* JEREZ */
  .ls-jerez {
    display: flex;
    flex-direction: column;
    gap: 25px;
    text-align: center;
  }

  .ls-text h2 {
    font-size: 28px;
  }

  .ls-text p {
    font-size: 14px;
  }

  /* =========================
  CARRUSEL IMÁGENES
  ========================= */

  .ls-images {
    display: flex;
    gap: 14px;

    overflow-x: auto;
    scroll-snap-type: x mandatory;

    padding: 10px 5px 20px;

    height: auto;
  }

  .ls-images img {
    flex: 0 0 80%;

    height: 220px;

    object-fit: cover;
    border-radius: 18px;

    scroll-snap-align: center;

    box-shadow: 0 20px 50px rgba(0,0,0,0.15);

    position: relative;
  }

  .ls-images img:active {
    transform: scale(0.98);
  }

  .ls-images::-webkit-scrollbar {
    display: none;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-26b1788 *//* =========================
FOOTER PREMIUM (UPGRADE REAL)
========================= */

.ls-footer {
  background: #f4f1ec;
  padding: 100px 20px 40px;

  border-top: 1px solid rgba(0,0,0,0.06);
}

/* CONTENEDOR */

.ls-footer-inner {
  max-width: 1200px;
  margin: 0 auto;

  display: flex;
  justify-content: space-between;
  align-items: flex-start;

  gap: 60px;
}

/* =========================
IZQUIERDA
========================= */

.ls-footer-left h3 {
  font-family: 'Playfair Display', serif;
  font-size: 32px;
  color: #6f7f73;

  margin-bottom: 16px;
}

.ls-footer-left p {
  max-width: 380px;

  font-size: 14px;
  line-height: 1.7;

  color: rgba(0,0,0,0.6);
}

/* =========================
DERECHA (MEJORADO)
========================= */

.ls-footer-right {
  display: flex;
  flex-direction: column;
  gap: 14px;

  text-align: right;
}

/* LINKS */

.ls-footer-right a {
  text-decoration: none;

  font-size: 14px;
  letter-spacing: 0.3px;

  color: rgba(0,0,0,0.75);

  position: relative;
  display: inline-block;

  transition: all 0.3s ease;
}

/* UNDERLINE PREMIUM */

.ls-footer-right a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;

  width: 0%;
  height: 1px;

  background: #6f7f73;

  transition: width 0.3s ease;
}

.ls-footer-right a:hover {
  color: #6f7f73;
}

.ls-footer-right a:hover::after {
  width: 100%;
}

/* =========================
COPYRIGHT (MEJOR)
========================= */

.ls-footer-bottom {
  margin-top: 80px;

  text-align: center;

  font-size: 12px;
  letter-spacing: 0.5px;

  color: rgba(0,0,0,0.4);
}

/* =========================
RESPONSIVE
========================= */

@media (max-width: 768px) {

  .ls-footer {
    padding: 70px 20px 30px;
  }

  .ls-footer-inner {
    flex-direction: column;
    align-items: center;
    text-align: center;

    gap: 40px;
  }

  .ls-footer-left h3 {
    font-size: 26px;
  }

  .ls-footer-left p {
    max-width: 100%;
    font-size: 13px;
  }

  .ls-footer-right {
    text-align: center;
    gap: 12px;
  }

  .ls-footer-right a {
    font-size: 13px;
  }

  .ls-footer-bottom {
    margin-top: 50px;
    font-size: 11px;
  }

}/* End custom CSS */