/* ============================================================
   1. RESET Y BASE
   ============================================================ */
* { margin: 0; padding: 0; box-sizing: border-box; }
html, body { overflow-x: hidden; width: 100%; }
html {
  scroll-behavior: smooth;
  scroll-padding-top: 120px;
}
body {
  font-family: 'Inter', Arial, Helvetica, sans-serif;
  background-color: #FAC4A9;
}
section[id], footer[id] { scroll-margin-top: 120px; }


/* ============================================================
   2. NAVBAR
   ============================================================ */
.nav-bg {
  position: sticky; top: 0; z-index: 100;
  width: 100%; max-width: 1920px; height: 228px;
  margin: 0 auto;
  background: linear-gradient(180deg, #000 0%, rgba(5,19,26,0) 100%);
  display: flex; align-items: center; justify-content: center;
}
.navbar {
  width: 100%; max-width: 1187px; height: 42px;
  display: flex; align-items: center; justify-content: center;
  gap: 55px; text-transform: uppercase;
}
.navbar a {
  color: #fff; text-decoration: none;
  font-weight: 400; font-size: 18px; line-height: 1;
  white-space: nowrap; transition: opacity .2s ease;
}
.navbar a:hover { opacity: .7; }


/* ============================================================
   3. HERO
   ============================================================ */
.hero {
  position: relative; width: 100%; height: 100vh; min-height: 700px;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  text-align: center; padding: 100px 20px;
  overflow: hidden; margin-top: -228px;
}
.hero-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; }
.hero-logo { position: relative; z-index: 2; width: 1101px; height: 234px; max-width: 100%; margin-bottom: 63px; }
.hero-btn {
  position: relative; z-index: 2;
  display: flex; align-items: center; justify-content: center;
  width: 255px; height: 60px;
  background-color: #be1a82; color: #fff;
  font-weight: 500; font-size: 16px; letter-spacing: .5px;
  text-transform: uppercase; text-decoration: none;
  border: 2px solid #fff; border-radius: 15px;
  transition: opacity .2s ease;
}
.hero-btn:hover { opacity: .85; }


/* ============================================================
   4. LES MAROLLES
   ============================================================ */
.marolles-section {
  position: relative; width: 100%; max-width: 1920px; min-height: 746px;
  margin: 0 auto; background-color: #FFD5C1;
  display: flex; align-items: flex-start; justify-content: center;
  gap: 48px; padding: 120px 60px 60px; overflow: visible;
}
.marolles-img {
  width: 529px; height: 816px; border-radius: 12px;
  overflow: hidden; flex-shrink: 0; margin-top: -40px;
}
.marolles-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.marolles-content {
  position: relative; z-index: 2;
  display: flex; flex: 1; max-width: 1000px;
  align-items: flex-start; gap: 32px; margin-top: -20px;
}
.marolles-text { flex: 1; }
.marolles-text h2 {
  font-family: 'Italiana', serif;
  font-size: 65px; font-weight: 500; color: #000;
  margin-bottom: 12px; letter-spacing: .05em; line-height: 1.5;
}
.marolles-text .subtitle { font-style: italic; font-size: 30px; color: #000; margin-bottom: 30px; }
.marolles-text p { font-size: 20px; line-height: 1.6; color: #333; margin-bottom: 16px; }
.divider { width: 5px; height: 380px; background-color: #000; opacity: .6; align-self: flex-start; }
.icon-list { display: flex; flex-direction: column; gap: 22px; flex: 0 0 160px; padding-left: 24px; }
.icon-item { display: flex; align-items: center; gap: 14px; }
.icon-item svg { flex-shrink: 0; width: 22px; height: 22px; stroke: #000; }
.icon-item span { font-size: 18px; font-weight: 500; line-height: 1.5; color: #000; }

/* Flor decorativa (Marolles + Nuit) */
.flor-deco {
  position: absolute; bottom: -90px;
  height: 673px; width: auto;
  z-index: 1; pointer-events: none;
}
.flor-right { right: -40px; }
.flor-left  { left: -40px; transform: scaleX(-1); }


/* ============================================================
   5. NUIT / MANGER — CABECERAS
   ============================================================ */
.nuit-section {
  position: relative; overflow: hidden;
  min-height: 100vh; width: 100%; padding-bottom: 60px;
}
.section-bg {
  position: absolute; top: -80px; left: 0;
  width: 100%; height: calc(100% + 80px);
  object-fit: cover; z-index: 1;
}
.nuit-header {
  position: relative; z-index: 2;
  display: flex; align-items: flex-start; justify-content: flex-end;
  gap: 47px; padding: 60px 80px 20px;
}
.header-left-block { display: flex; align-items: center; gap: 47px; flex-shrink: 0; }
.header-title-group { display: flex; flex-direction: column; }
.header-title {
  font-family: 'Italiana', serif;
  font-weight: 350; font-size: 100px;
  line-height: 1; letter-spacing: .05em;
  color: #000; white-space: nowrap;
}
.header-sub {
  font-family: 'Italiana', serif;
  font-size: 28px; line-height: 1.2; letter-spacing: .11em;
  color: #000; white-space: nowrap; margin-top: 8px;
}
.header-divider { width: 5px; align-self: stretch; background: #000; flex-shrink: 0; }
.header-text { font-size: 18px; line-height: 50px; color: #170B11; max-width: 520px; }

.manger-section .nuit-header { justify-content: center; }
.manger-section .header-text { text-align: left; }
.manger-section .header-title,
.manger-section .header-sub,
.manger-section .header-text { color: #ffffff; }
.manger-section .header-divider { background: #ffffff; }


/* ============================================================
   6. NUIT / MANGER — SCROLL HORIZONTAL DE TARJETAS
   ============================================================ */
.slider-wrapper { position: relative; z-index: 3; }
.cards-container {
  display: flex; align-items: stretch; gap: 55px;
  overflow-x: auto; overflow-y: hidden;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  padding: 40px 80px 60px 150px;
  scrollbar-width: none; -ms-overflow-style: none;
}
.cards-container::-webkit-scrollbar { display: none; }

.card {
  position: relative; z-index: 4;
  flex: 0 0 360px; width: 360px; align-self: stretch;
  display: flex; flex-direction: column;
  background: #EADBC6;
  border: 1px solid rgba(190, 26, 130, 0.12);
  border-radius: 15px; overflow: hidden;
  box-shadow: 0 18px 40px rgba(20,10,20,.5);
  transform: translateY(0);
  transition: transform .25s ease, box-shadow .25s ease;
}
.card:hover { transform: translateY(-12px); box-shadow: 0 25px 50px rgba(0,0,0,.55); }
.card-image { width: 100%; height: 250px; object-fit: cover; display: block; flex-shrink: 0; }
.card-body { padding: 25px; flex: 1; display: flex; flex-direction: column; }
.card-title {
  font-family: 'Italiana', serif;
  font-weight: 400; font-size: 22px;
  letter-spacing: 1px; line-height: 1.2;
  text-align: center; color: #121212;
  margin-bottom: 20px;
}
.card-row { display: flex; align-items: center; gap: 15px; margin-bottom: 16px; }
.card-row:last-child { margin-bottom: 0; }
.card-row img { width: 22px; height: 22px; object-fit: contain; flex-shrink: 0; }
.card-row span { font-family: 'Inter', sans-serif; font-size: 16px; color: #2b2b2b; }


/* ============================================================
   7. FLECHAS DE NAVEGACIÓN
   ============================================================ */
.nav-arrow {
  position: absolute; top: 50%; transform: translateY(-50%);
  background: rgba(23,11,17,.15); border: none; color: #170B11;
  width: 44px; height: 44px; border-radius: 50%;
  cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  transition: all .3s ease; z-index: 10;
}
.nav-arrow:hover { background: #170B11; color: #fff; }
.arrow-left  { left: 40px; }
.arrow-right { right: 40px; }
.nav-arrow svg { width: 22px; height: 22px; }


/* ============================================================
   8. LIEUX INCONTOURNABLES
   ============================================================ */
.lieux-section {
  position: relative;
  width: 100%;
  background: #F3C7A6;
  padding: 120px 60px 160px;
  overflow: hidden;
  text-align: center;
}

/* 🌸 Flor decorativa — POSICIONADA ARRIBA */
.flor-lieux {
  position: absolute;
  top: 40px;              /* ⬅ Antes estaba centrada. Ahora arriba */
  left: 20%;
  transform: translateX(-50%);
  height: 400px;          /* ⬅ Reducida (antes 750px) */
  width: auto;
  z-index: 0;
  opacity: 1;
  pointer-events: none;
}

.lieux-heading {
  position: relative;
  z-index: 2;
  font-family: 'Italiana', serif;
  font-weight: 400;
  font-size: 65px;
  line-height: 1.1;
  letter-spacing: 0.05em;
  color: #000;
  text-align: center;
  margin-bottom: 80px;
}

.lieux-slider {
  position: relative;
  z-index: 1;
  max-width: 1400px;
  min-height: 520px;
  margin: 0 auto;
  padding-bottom: 100px;
}

.lieu-slide {
  position: absolute;
  top: 0; left: 0; right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 80px;
  opacity: 0;
  transform: translateX(30px);
  pointer-events: none;
  transition: opacity .6s ease, transform .6s ease;
}
.lieu-slide.is-active {
  position: relative;
  opacity: 1;
  transform: translateX(0);
  pointer-events: auto;
}

.lieu-frame {
  flex: 0 0 560px;
  padding: 0;
  background: none;
  box-shadow: 0 20px 45px rgba(0,0,0,.22);
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.lieu-frame-inner { background: none; padding: 0; }
.lieu-frame-inner img {
  display: block;
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.lieu-content {
  flex: 0 1 560px;
  max-width: 560px;
  position: relative;
  z-index: 2;
  text-align: left;
}

.lieu-title {
  font-family: 'Italiana', serif;
  font-weight: 400;
  font-size: 52px;
  line-height: 1.1;
  letter-spacing: 0.05em;
  color: #000;
  margin-bottom: 14px;
}
.lieu-subtitle {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-style: italic;
  font-size: 22px;
  line-height: 1.4;
  color: #000;
  margin-bottom: 24px;
}
.lieu-text {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.6;
  color: #333;
  margin-bottom: 26px;
}
.lieu-row { display: flex; align-items: center; gap: 14px; margin-bottom: 14px; }
.lieu-row img { width: 24px; height: 24px; object-fit: contain; }
.lieu-row span { font-family: 'Inter', sans-serif; font-size: 17px; color: #222; }
.lieu-divider {
  width: 100%;
  max-width: 560px;
  height: 4px;
  background: #000;
  margin: 10px 0 20px;
  opacity: .7;
}

.lieux-prev,
.lieux-next {
  top: auto;
  bottom: 0;
  transform: none;
}
.lieux-prev { left: calc(50% - 55px); }
.lieux-next { left: calc(50% + 12px); right: auto; }


/* ============================================================
   9. FOOTER
   ============================================================ */
.footer {
  position: relative;
  width: 100%;
  color: #fff;
  padding: 100px 40px 50px;
  overflow: hidden;
  isolation: isolate;
}
.footer-bg {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  z-index: 0;
  filter: brightness(0.75);
}
.footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,.15) 0%, rgba(0,0,0,.55) 100%);
  z-index: 1;
}
.footer-container {
  position: relative;
  z-index: 2;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 45px;
  text-align: center;
}
.footer-logo { width: 200px; }
.footer-logo img {
  width: 100%; height: auto; display: block;
  filter: drop-shadow(0 4px 12px rgba(0,0,0,.35));
}
.footer-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 28px;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 2px;
}
.footer-menu a {
  color: #fff;
  text-decoration: none;
  position: relative;
  padding: 6px 0;
  white-space: nowrap;
  transition: color .3s ease;
}
.footer-menu a::after {
  content: "";
  position: absolute;
  left: 0; bottom: 0;
  width: 0; height: 1px;
  background: #fff;
  transition: width .3s ease;
}
.footer-menu a:hover { color: #f0f0f0; }
.footer-menu a:hover::after { width: 100%; }
.footer-menu span {
  display: inline-block;
  width: 1px; height: 16px;
  background: rgba(255,255,255,.5);
}
.footer-container::after {
  content: "";
  width: 60px; height: 1px;
  background: rgba(255,255,255,.4);
  order: 99;
}
.footer-contact {
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.5px;
  color: rgba(255,255,255,.92);
}
.footer-contact div { transition: color .2s ease; cursor: default; }
.footer-contact div:hover { color: #fff; }
.footer-social {
  display: flex;
  gap: 26px;
  align-items: center;
  justify-content: center;
}
.footer-social img {
  width: 32px; height: 32px;
  object-fit: contain;
  display: block;
  cursor: pointer;
  opacity: .85;
  transition: transform .3s ease, opacity .3s ease, filter .3s ease;
  filter: drop-shadow(0 2px 4px rgba(0,0,0,.3));
}
.footer-social img:hover {
  transform: translateY(-4px) scale(1.1);
  opacity: 1;
  filter: drop-shadow(0 6px 10px rgba(0,0,0,.4));
}
.footer-credits {
  position: relative;
  z-index: 2;
  margin-top: 40px;
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: rgba(255,255,255,.6);
  text-align: center;
}


/* ============================================================
   10. RESPONSIVE — MÓVIL (≤ 1100px)
   ============================================================ */
@media (max-width: 1100px) {
  /* Marolles */
  .marolles-section { flex-direction: column; align-items: center; padding: 60px 20px; }
  .marolles-img { width: 100%; max-width: 529px; height: 500px; margin-top: 0; }
  .marolles-content { flex-direction: column; align-items: flex-start; width: 100%; margin-top: 0; }
  .divider { display: none; }

  /* Nuit / Manger cabeceras */
  .nuit-header,
  .manger-section .nuit-header {
    flex-direction: column;
    align-items: flex-start; justify-content: flex-start;
    padding: 40px 24px 0; gap: 20px;
  }
  .header-divider { display: none; }
  .header-title { font-size: 40px; line-height: 1.1; }
  .header-sub { font-size: 20px; line-height: 1.4; }
  .header-text { line-height: 1.6; }

  /* Nuit / Manger tarjetas */
  .cards-container { padding: 30px 24px; gap: 20px; }
  .arrow-left  { left: 8px; }
  .arrow-right { right: 8px; }

  /* Flor */
  .flor-deco { height: 400px; bottom: 0; }

  /* Lieux */
  .lieux-section { padding: 80px 25px 110px; }
  .lieux-heading { font-size: 42px; margin-bottom: 50px; }
  .lieux-slider { min-height: 900px; padding-bottom: 90px; }
  .lieu-slide { flex-direction: column; gap: 35px; }
  .lieu-frame { flex: 0 0 auto; width: 100%; max-width: 560px; }
  .lieu-frame-inner img { height: 320px; }
  .lieu-content { flex: 0 1 auto; width: 100%; max-width: 560px; }
  .lieu-title { font-size: 38px; line-height: 1.1; }
  .lieu-subtitle { font-size: 18px; }
  .lieu-text { font-size: 15px; }
  .lieu-row span { font-size: 15px; }
  .flor-lieux { height: 200px; opacity: 0; }
  .lieux-prev { left: calc(50% - 55px); }
  .lieux-next { left: calc(50% + 12px); right: auto; }

  /* ============================================================
   FOOTER
   ============================================================ */
.footer {
  position: relative;
  width: 100%;
  color: #fff;
  padding: 100px 40px 50px;
  overflow: hidden;
  isolation: isolate;
}
.footer-bg {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  z-index: 0;
  filter: brightness(0.75);
}
.footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,.15) 0%, rgba(0,0,0,.55) 100%);
  z-index: 1;
}
.footer-container {
  position: relative;
  z-index: 2;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 45px;
  text-align: center;
}
.footer-logo { width: 200px; }
.footer-logo img {
  width: 100%;
  height: auto;
  display: block;
  filter: drop-shadow(0 4px 12px rgba(0,0,0,.35));
}
.footer-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 28px;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 2px;
}
.footer-menu a {
  color: #fff;
  text-decoration: none;
  position: relative;
  padding: 6px 0;
  white-space: nowrap;
  transition: color .3s ease;
}
.footer-menu a::after {
  content: "";
  position: absolute;
  left: 0; bottom: 0;
  width: 0; height: 1px;
  background: #fff;
  transition: width .3s ease;
}
.footer-menu a:hover { color: #f0f0f0; }
.footer-menu a:hover::after { width: 100%; }
.footer-menu span {
  display: inline-block;
  width: 1px;
  height: 16px;
  background: rgba(255,255,255,.5);
}
.footer-container::after {
  content: "";
  width: 60px;
  height: 1px;
  background: rgba(255,255,255,.4);
  order: 99;
}

/* ⬇ TELÉFONO Y EMAIL UNO AL LADO DEL OTRO */
.footer-contact {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 40px;
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.5px;
  color: rgba(255,255,255,.92);
}
.footer-contact div {
  transition: color .2s ease;
  cursor: default;
}
.footer-contact div:hover { color: #fff; }

.footer-social {
  display: flex;
  gap: 26px;
  align-items: center;
  justify-content: center;
}
.footer-social img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  display: block;
  cursor: pointer;
  opacity: .85;
  transition: transform .3s ease, opacity .3s ease, filter .3s ease;
  filter: drop-shadow(0 2px 4px rgba(0,0,0,.3));
}
.footer-social img:hover {
  transform: translateY(-4px) scale(1.1);
  opacity: 1;
  filter: drop-shadow(0 6px 10px rgba(0,0,0,.4));
}
.footer-credits {
  position: relative;
  z-index: 2;
  margin-top: 40px;
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: rgba(255,255,255,.6);
  text-align: center;
}

/* Footer responsive */
@media (max-width: 1100px) {
  .footer { padding: 70px 20px 40px; }
  .footer-container { gap: 32px; }
  .footer-logo { width: 150px; }
  .footer-menu { gap: 14px; font-size: 12px; letter-spacing: 1.5px; }
  .footer-menu span { display: none; }
  .footer-contact {
    flex-direction: column;
    gap: 10px;
    font-size: 13px;
  }
  .footer-social { gap: 20px; }
  .footer-social img { width: 26px; height: 26px; }
}

}




