

/* --- FOOTER TAGS --- */
.footer-tagline {
  font-size: 10px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--border);
}


.footer-copy {
  font-size: 10px;
  color: var(--border);
  letter-spacing: 1px;
}


.NSHISTORIA {
  position: relative;
  height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  cursor: pointer;
}

.NSHISTORIA-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: 1;
  transition: transform 0.5s ease;
}

.NSHISTORIA-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.92);
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.NSHISTORIA:hover .NSHISTORIA-overlay {
  opacity: 1;
}

.NSHISTORIA:hover .NSHISTORIA-bg {
  transform: scale(1.05);
}

.NSHISTORIA-content {
  transform: translateY(20px);
  transition: transform 0.4s ease-in-out;
  width: 100%;
  padding: 0 20px;
}

.NSHISTORIA:hover .NSHISTORIA-content {
  transform: translateY(0);
}

.NSHISTORIA-title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(50px, 7vw, 90px);
  letter-spacing: 4px;
  color: #ffffff;
  margin: 0;
}

.NSHISTORIA-title em {
  font-style: normal;
}

.NSHISTORIA-text {
  font-size: 13px;
  color: #aaaaaa;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 20px auto 0;
  max-width: 500px;
  line-height: 1.8;
}

.NSHISTORIA-signature {
  margin-top: 40px;
  max-width: 250px;
  height: auto;
}

.NSHISTORIA-signature-label {
  color: #aaaaaa;
  font-size: 11px;
  letter-spacing: 2px;
  margin-top: 5px;
  margin-bottom: 0;
}


.vynta-split-section {
  background-color: #181818;
  padding: 100px 5%;
  font-family: 'Inter', sans-serif;
  border-top: 1px solid #1a1a1a;
  border-bottom: 1px solid #1a1a1a;
}

.split-container {
  max-width: 1300px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

/* --- RECUADRO IZQUIERDO: VIDEO --- */
.split-video-wrapper {
  width: 100%;
  position: relative;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  overflow: hidden;
  aspect-ratio: 4 / 5;
  background-color: #0a0a0a;
  z-index: 5;
  box-shadow: 
    0 0 40px rgba(109, 111, 154, 0.414), 
    0 0 100px rgba(73, 132, 181, 0.366),
    0 0 180px rgba(34, 109, 176, 0.02),
    0 30px 60px rgba(7, 23, 91, 0.6);
  transition: box-shadow 0.5s ease-in-out;
}

.split-video-wrapper:hover {
  box-shadow: 
    0 0 50px rgba(41, 104, 181, 0.339), 
    0 0 120px rgba(34, 178, 211, 0.312),
    0 0 220px rgba(18, 16, 137, 0.442),
    0 30px 60px rgba(18, 56, 105, 0.7);
}


.estilos-carousel-slides {
  display: flex;
  width: 100%;
  height: 100%;
  transition: transform 0.5s ease-in-out;
}

.estilos-carousel-slides .slide {
  flex: 0 0 100%;
  height: 100%;
}

.estilos-carousel-slides .slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.split-video-wrapper .img-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0,0,0,0.55) 0%, rgba(0,0,0,0) 45%);
  z-index: 3;
  pointer-events: none;
}

.split-video-wrapper .carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 20px;
  z-index: 10;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.split-video-wrapper .carousel-btn:hover {
  background-color: rgba(255, 255, 255, 0.18);
  transform: translateY(-50%) scale(1.08);
}

.split-video-wrapper .carousel-btn.prev { left: 16px; }
.split-video-wrapper .carousel-btn.next { right: 16px; }

/* Indicador de estilo activo (puntos) */
.estilos-dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  z-index: 10;
}

.estilos-dots .dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.35);
  cursor: pointer;
  transition: background 0.3s ease, transform 0.3s ease;
}

.estilos-dots .dot.activo {
  background: #ffffff;
  transform: scale(1.3);
}

/* --- Tarjetas de marca por estilo (lado derecho) --- */
.estilos-temporada-label {
  color: #FFD700;
  font-size: 12px;
  letter-spacing: 2px;
  font-weight: 600;
  margin-top: 10px;
}

/* --- RECUADRO DERECHO: TEXTOS Y MARCAS --- */
.split-text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.split-label {
  color: #a0a0a0;
  font-size: 11px;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-weight: 600;
}

.split-title {
  color: #fff;
  font-size: clamp(36px, 4.5vw, 56px);
  line-height: 1.05;
  margin: 0 0 10px 0;
  font-weight: 300;
}

.split-title .font-bebas {
  font-family: 'Bebas Neue', sans-serif;
  letter-spacing: 2px;
  color: #fff;
  text-transform: uppercase;
}

.split-title .serif-italic {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  color: #fff;
}

.split-brands-subtitle {
  font-family: 'Inter', sans-serif;
  color: #8c8c8c;
  font-size: 13px;
  letter-spacing: 1px;
  margin: 0 0 40px 0;
}

#estilos-nombre,
#estilos-desc,
#estilos-marcas {
  transition: opacity 0.35s ease;
}

.estilos-fade {
  opacity: 0;
}

.vynta-cards-container {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.style-desc-block {
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 16px;
  padding: 24px;
  transition: background 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
}

.style-desc-block:hover {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.12);
  transform: translateX(5px);
}

.style-brand-logo {
  width: 60px;
  min-width: 60px;
  height: auto;
  margin-right: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.style-brand-logo img {
  width: 100%;
  height: auto;
  object-fit: contain;
  filter: brightness(0) invert(1);
  opacity: 0.8;
  transition: opacity 0.3s ease;
}

.style-desc-block:hover .style-brand-logo img {
  opacity: 1;
}

.style-content h3 {
  color: #ffffff;
  font-size: 13px;
  letter-spacing: 2px;
  font-weight: 600;
  margin: 0 0 10px 0;
}

.style-content p {
  color: #999;
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
  max-width: 480px;
}

.split-cta {
  align-self: flex-start;
  margin-top: 35px;
  background-color: #fff;
  color: #000;
  text-decoration: none;
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 600;
  padding: 14px 28px;
  border-radius: 30px;
  transition: transform 0.3s ease, background-color 0.3s ease;
}

.split-cta:hover {
  transform: translateY(-2px);
  background-color: #e5e5e5;
}

/* ==========================================
   SECCIÓN: MANIFIESTO (Extraído del HTML)
   ========================================== */
.manifiesto-inner {
  margin: 0 auto;
  text-align: center;
}

.manifiesto-desc {
  color: var(--muted, #999);
  font-size: 14px;
  line-height: 2;
  max-width: 700px;
  margin: 0 auto 40px;
  text-align: justify;
  font-family: 'Inter', sans-serif;
}

/* ==========================================
   ADAPTACIÓN RESPONSIVA (Celulares y Tablets)
   ========================================== */
@media (max-width: 900px) {
  .vynta-split-section {
    padding: 70px 6%;
  }

  .split-container {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .split-video-wrapper {
    aspect-ratio: 4 / 5;
    max-width: 420px;
    margin: 0 auto;
  }

  /* Centrar texto y marcas */
  .split-text-wrapper {
    text-align: center;
    align-items: center;
  }

  .split-title {
    font-size: 34px;
    margin-bottom: 14px;
  }

  .split-brands-subtitle {
    margin-bottom: 30px;
  }

  .vynta-cards-container {
    width: 100%;
  }

  .style-desc-block {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .style-brand-logo {
    margin-bottom: 15px;
    margin-right: 0;
  }

  .style-content p {
    max-width: 100%;
  }

  .split-cta {
    align-self: center;
  }
}

/* Móvil pequeño */
@media (max-width: 600px) {
  .vynta-split-section {
    padding: 55px 20px;
  }

  .split-container {
    gap: 32px;
  }

  .split-video-wrapper {
    aspect-ratio: 3 / 4;
    max-width: 100%;
    border-radius: 18px;
  }

  /* Botones del carrusel */
  .split-video-wrapper .carousel-btn {
    width: 36px;
    height: 36px;
    font-size: 16px;
  }
  .split-video-wrapper .carousel-btn.prev { left: 10px; }
  .split-video-wrapper .carousel-btn.next { right: 10px; }

  .split-label {
    font-size: 10px;
    letter-spacing: 3px;
  }

  .split-title {
    font-size: 30px;
  }

  .split-brands-subtitle {
    font-size: 12px;
    margin-bottom: 24px;
  }

  .style-desc-block {
    padding: 20px 18px;
  }

  .style-content p {
    font-size: 13px;
  }

  .split-cta {
    width: 100%;
    text-align: center;
    margin-top: 28px;
  }
}
.vynta-future-section{
    background:#0d0d0d;
    padding:120px 8%;
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:80px;
    align-items:center;
}

.future-image{
    position:relative;
}

.future-image img{
    width:100%;
    border-radius:24px;
    display:block;
    object-fit:cover;
}

.future-content{
    color:#fff;
}

.future-label{
    color:#888;
    font-size:12px;
    letter-spacing:4px;
}

.future-content h2{
    font-family:'Bebas Neue',sans-serif;
    font-size:clamp(50px,7vw,90px);
    line-height:0.95;
    margin:20px 0;
}

.future-content p{
    color:#9c9c9c;
    line-height:1.8;
    max-width:550px;
}

.future-cards{
    margin-top:40px;
    display:flex;
    flex-direction:column;
    gap:16px;
}

.future-card{
    background:rgba(255,255,255,.03);
    border:1px solid rgba(255,255,255,.08);
    border-radius:18px;
    padding:24px;
    transition:.3s;
}

.future-card:hover{
    transform:translateX(8px);
    border-color:rgba(255,255,255,.2);
}

.future-card span{
    color:#777;
    font-size:12px;
    letter-spacing:2px;
}

.future-card h3{
    margin:10px 0;
    font-size:18px;
}

.future-card p{
    margin:0;
    font-size:14px;
}

.future-btn{
    display:inline-block;
    margin-top:35px;
    background:#fff;
    color:#000;
    padding:14px 28px;
    border-radius:30px;
    text-decoration:none;
    font-weight:600;
}
/* ==========================================
   HERO "NUESTRA HISTORIA" — versión PC vs móvil
   ========================================== */

/* Por defecto (PC): se ve el hero de escritorio, se oculta el móvil */
.NSHISTORIA-movil {
  display: none;
}

/* El hero móvil revela su texto al hacer scroll (clase añadida por JS),
   en lugar de depender de :hover que en el celular no existe */
.NSHISTORIA-movil .NSHISTORIA-overlay {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.NSHISTORIA-movil.mostrar-texto .NSHISTORIA-overlay {
  opacity: 1;
}
.NSHISTORIA-movil .NSHISTORIA-content {
  transform: translateY(20px);
  transition: transform 0.5s ease-in-out;
}
.NSHISTORIA-movil.mostrar-texto .NSHISTORIA-content {
  transform: translateY(0);
}

@media (max-width: 768px) {
  /* En móvil: ocultar el hero de PC y mostrar el hero móvil */
  .NSHISTORIA-desktop {
    display: none;
  }
  .NSHISTORIA-movil {
    display: flex;
    height: 75vh;
    cursor: default;
  }

  /* Un poco más de aire para el contenido en móvil */
  .NSHISTORIA-movil .NSHISTORIA-text {
    font-size: 12px;
    letter-spacing: 1.5px;
    max-width: 320px;
  }
  .NSHISTORIA-movil .NSHISTORIA-signature {
    max-width: 200px;
    margin-top: 28px;
  }
}
