:root{
  --bg: #fff8fb;
  --bg-2: #fff1f7;
  --text: #2d2330;
  --muted: #6e5c6b;
  --pink: #df6f9f;
  --pink-2: #ff95bf;
  --rose: #c94f86;
  --gold: #caa15a;
  --gold-soft: rgba(202,161,90,.18);
  --lilac: #b88be6;
  --blue: #65c6e8;
  --white: #ffffff;
  --shadow: 0 20px 50px rgba(123, 66, 96, .14);
  --shadow-strong: 0 25px 70px rgba(123, 66, 96, .2);
  --radius: 28px;
}

*{
  box-sizing: border-box;
}

html{
  scroll-behavior: smooth;
}

body{
  margin: 0;
  font-family: 'Poppins', sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(255,149,191,.20), transparent 28%),
    radial-gradient(circle at top right, rgba(101,198,232,.16), transparent 25%),
    linear-gradient(180deg, #fffafd 0%, #fff3f8 40%, #fff8fb 100%);
  overflow-x: hidden;
}

a{
  color: inherit;
  text-decoration: none;
}

img{
  max-width: 100%;
  display: block;
}

/* --- ANIMACIONES GLOBALES (MÁS RÁPIDAS) --- */

@keyframes float{
  0%,100%{ transform: translateY(0) translateX(0) scale(1); }
  50%{ transform: translateY(-20px) translateX(10px) scale(1.06); }
}

@keyframes floatRotatePremium {
  0% { transform: translateY(0) rotate(-2deg); }
  50% { transform: translateY(-12px) rotate(6deg); } /* Más movimiento vertical y giro */
  100% { transform: translateY(0) rotate(-2deg); }
}

/* --- BLOBS DE FONDO --- */

.bg-blobs span{
  position: fixed;
  border-radius: 50%;
  filter: blur(15px);
  opacity: .35;
  z-index: -1;
  animation: float 12s ease-in-out infinite;
}

.bg-blobs span:nth-child(1){
  width: 220px;
  height: 220px;
  left: -60px;
  top: 100px;
  background: rgba(255,149,191,.35);
}
.bg-blobs span:nth-child(2){
  width: 180px;
  height: 180px;
  right: 10%;
  top: 120px;
  background: rgba(101,198,232,.25);
  animation-delay: -2s;
}
.bg-blobs span:nth-child(3){
  width: 260px;
  height: 260px;
  right: -80px;
  bottom: 80px;
  background: rgba(202,161,90,.18);
  animation-delay: -5s;
}
.bg-blobs span:nth-child(4){
  width: 160px;
  height: 160px;
  left: 18%;
  bottom: 140px;
  background: rgba(184,139,230,.25);
  animation-delay: -7s;
}

/* --- HEADER Y LOGO --- */

.header{
  position: sticky;
  top: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 14px 28px;
  background: rgba(255,255,255,.72);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(255,255,255,.55);
}

.brand{
  display: flex;
  align-items: center;
  gap: 12px;
}

.brand-logo{
  height: 56px;
  width: auto;
  object-fit: contain;
  border-radius: 50%;
  filter: drop-shadow(0 8px 18px rgba(201,79,134,.18));
  /* VELOCIDAD CAMBIADA A 3 SEGUNDOS */
  animation: floatRotatePremium 3s ease-in-out infinite;
  transition: transform 0.4s ease, filter 0.4s ease;
}

.brand-logo:hover {
  transform: scale(1.15) rotate(0deg) !important;
  filter: drop-shadow(0 12px 28px rgba(223,111,159,.5));
}

.nav{
  display: flex;
  gap: 24px;
  align-items: center;
}

.nav a{
  position: relative;
  font-weight: 600;
  color: var(--rose);
  padding: 8px 0;
}

.nav a::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--pink), var(--blue));
  transition: width .3s ease;
}

.nav a:hover::after{
  width: 100%;
}

.menu-btn{
  display: none;
  border: none;
  background: linear-gradient(135deg, var(--pink), var(--lilac));
  color: white;
  font-size: 1.1rem;
  padding: 12px 14px;
  border-radius: 14px;
  box-shadow: var(--shadow);
}

.mobile-nav{
  display: none;
  position: fixed;
  left: 16px;
  right: 16px;
  top: 82px;
  z-index: 999;
  padding: 16px;
  border-radius: 22px;
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(20px);
  box-shadow: var(--shadow-strong);
}

.mobile-nav a{
  display: block;
  padding: 14px 12px;
  border-radius: 14px;
  color: var(--rose);
  font-weight: 700;
}

.mobile-nav a:hover{
  background: linear-gradient(90deg, rgba(255,149,191,.15), rgba(101,198,232,.12));
}

/* --- HERO SECTION --- */

.hero{
  min-height: calc(100vh - 84px);
  display: grid;
  grid-template-columns: 1.2fr .9fr;
  align-items: center;
  gap: 40px;
  padding: 40px 6vw 70px;
}

.hero-inner{
  padding: 24px 0;
}

.hero-badge{
  display: inline-block;
  padding: 12px 18px;
  border-radius: 999px;
  background: rgba(255,255,255,.75);
  box-shadow: var(--shadow);
  color: var(--rose);
  font-weight: 600;
  margin-bottom: 22px;
  border: 1px solid rgba(255,255,255,.7);
}

.hero h1{
  margin: 0;
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(3.8rem, 10vw, 7rem);
  line-height: .92;
  letter-spacing: .5px;
  background: linear-gradient(135deg, #a93f77 0%, #df6f9f 30%, #b88be6 65%, #65c6e8 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: 0 20px 40px rgba(201,79,134,.08);
  animation: glowText 4s ease-in-out infinite;
}

@keyframes glowText{
  0%,100%{ filter: drop-shadow(0 0 0 rgba(255,255,255,0)); }
  50%{ filter: drop-shadow(0 10px 24px rgba(223,111,159,.18)); }
}

.hero-subtitle{
  max-width: 620px;
  font-size: 1.2rem;
  color: var(--muted);
  margin: 18px 0 28px;
}

.hero-subtitle span{
  color: var(--rose);
  font-weight: 700;
}

.hero-actions{
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 30px;
}

.btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 14px 22px;
  font-weight: 700;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
  border: none;
  cursor: pointer;
}

.btn:hover{
  transform: translateY(-3px) scale(1.02);
}

.btn-primary{
  color: white;
  background: linear-gradient(135deg, var(--pink), var(--lilac));
  box-shadow: 0 18px 30px rgba(223,111,159,.28);
}

.btn-secondary{
  color: var(--rose);
  background: rgba(255,255,255,.8);
  border: 1px solid rgba(223,111,159,.18);
  box-shadow: var(--shadow);
}

.hero-mini{
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.hero-mini div{
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(255,255,255,.76);
  box-shadow: var(--shadow);
  color: var(--muted);
  font-weight: 600;
}

.hero-mini strong{
  font-size: 1.1rem;
}

.hero-card{
  position: relative;
  padding: 22px;
  border-radius: 34px;
  background: linear-gradient(180deg, rgba(255,255,255,.92), rgba(255,245,249,.88));
  box-shadow: var(--shadow-strong);
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.8);
  transform: rotate(1.2deg);
}

.hero-card img{
  width: 100%;
  max-height: 420px;
  object-fit: contain;
  border-radius: 24px;
  margin-bottom: 18px;
  background: linear-gradient(180deg, rgba(255,255,255,.6), rgba(255,255,255,.3));
  /* Animación también más rápida para el logo grande */
  animation: floatRotatePremium 4s ease-in-out infinite;
}

.hero-card-text{
  position: relative;
  z-index: 1;
}

.hero-card-text h2{
  margin: 0 0 8px;
  font-size: 1.55rem;
  color: var(--rose);
}

.hero-card-text p{
  margin: 0;
  color: var(--muted);
}

/* --- SECCIONES COMUNES --- */

.section{
  padding: 88px 6vw;
}

.section-light{
  background:
    linear-gradient(180deg, rgba(255,255,255,.55), rgba(255,255,255,.85));
}

.section-gradient{
  background: linear-gradient(135deg, rgba(223,111,159,.14), rgba(101,198,232,.12), rgba(202,161,90,.12));
}

.section-title{
  text-align: center;
  max-width: 860px;
  margin: 0 auto 34px;
}

.section-kicker{
  display: inline-block;
  margin-bottom: 12px;
  font-weight: 700;
  color: var(--pink);
  letter-spacing: .6px;
  text-transform: uppercase;
  font-size: .86rem;
}

.section-title h2{
  margin: 0 0 14px;
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.3rem, 5vw, 4.3rem);
  color: var(--text);
}

.section-title p{
  margin: 0;
  font-size: 1.05rem;
  color: var(--muted);
}

.grid-cards{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 40px;
}

.fashion-card,
.contact-card,
.stat,
.value{
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
  background: rgba(255,255,255,.82);
  box-shadow: var(--shadow);
  border: 1px solid rgba(255,255,255,.8);
  transition: transform .3s ease, box-shadow .3s ease;
}

.fashion-card:hover,
.contact-card:hover,
.stat:hover,
.value:hover{
  transform: translateY(-8px);
  box-shadow: var(--shadow-strong);
}

.fashion-card{
  padding: 28px;
  text-align: left;
}

.card-icon{
  font-size: 2.2rem;
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(223,111,159,.16), rgba(101,198,232,.14));
  margin-bottom: 16px;
}

.fashion-card h3,
.contact-card h3{
  margin: 0 0 12px;
  font-size: 1.35rem;
  color: var(--rose);
}

.fashion-card p,
.contact-card p{
  margin: 0;
  color: var(--muted);
  line-height: 1.75;
}

/* --- SOBRE NOSOTRAS --- */

.about-wrap{
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 26px;
  align-items: stretch;
}

.about-text{
  padding: 34px;
  border-radius: 34px;
  background: rgba(255,255,255,.76);
  box-shadow: var(--shadow);
}

.about-text h2{
  margin: 0 0 18px;
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.1rem, 4vw, 3.8rem);
  color: var(--text);
}

.about-text p{
  color: var(--muted);
  line-height: 1.85;
  margin: 0 0 16px;
  font-size: 1.03rem;
}

.about-stats{
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}

.stat{
  padding: 24px;
  text-align: center;
}

.stat span{
  display: inline-block;
  font-size: 2rem;
  margin-bottom: 10px;
}

.stat strong{
  display: block;
  color: var(--rose);
  font-size: 1.1rem;
  margin-bottom: 6px;
}

.stat p{
  margin: 0;
  color: var(--muted);
}

/* --- VALORES --- */

.values{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 28px;
}

.value{
  padding: 22px 18px;
  text-align: center;
  font-weight: 700;
  color: var(--rose);
  font-size: 1.05rem;
}

/* --- CONTACTO --- */

.contact-section{
  position: relative;
}

.contact-grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin: 38px 0 30px;
}

.contact-card{
  padding: 26px;
  text-align: center;
}

.contact-form{
  max-width: 860px;
  margin: 0 auto;
  padding: 28px;
  border-radius: 34px;
  background: rgba(255,255,255,.78);
  box-shadow: var(--shadow);
}

.form-row{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

input,
textarea{
  width: 100%;
  border: 1px solid rgba(223,111,159,.18);
  background: rgba(255,255,255,.94);
  border-radius: 18px;
  padding: 15px 16px;
  font: inherit;
  color: var(--text);
  outline: none;
  transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}

input:focus,
textarea:focus{
  border-color: rgba(223,111,159,.45);
  box-shadow: 0 0 0 4px rgba(223,111,159,.10);
}

textarea{
  margin-top: 14px;
  resize: vertical;
  min-height: 150px;
}

.contact-form button{
  margin-top: 16px;
}

/* --- FOOTER --- */

.footer{
  padding: 34px 6vw 48px;
  text-align: center;
  background: linear-gradient(180deg, rgba(255,255,255,.56), rgba(255,240,246,.95));
  border-top: 1px solid rgba(223,111,159,.12);
}

.footer-brand img{
  width: 110px;
  margin: 0 auto 12px;
  border-radius: 20px;
  animation: floatRotatePremium 4s ease-in-out infinite;
}

.footer-brand p{
  margin: 0 0 18px;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.5rem;
  color: var(--rose);
}

.footer-links{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 18px;
  margin-bottom: 14px;
}

.footer-links a{
  color: var(--muted);
  font-weight: 600;
}

.footer-links a:hover{
  color: var(--rose);
}

.footer-copy{
  margin: 0;
  color: var(--muted);
  font-size: .95rem;
}

/* --- WHATSAPP Y MODAL --- */

.whatsapp-float{
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 1000;
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(135deg, #25D366, #1fa84d);
  color: white;
  font-size: 1.8rem;
  box-shadow: 0 20px 40px rgba(37, 211, 102, .32);
  animation: pulse 2.2s ease-in-out infinite;
}

@keyframes pulse{
  0%,100%{ transform: scale(1); }
  50%{ transform: scale(1.08); }
}

.modal{
  position: fixed;
  inset: 0;
  background: rgba(33, 16, 28, .55);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
  z-index: 2000;
  backdrop-filter: blur(8px);
}

.modal.open{
  display: flex;
}

.modal-content{
  width: min(720px, 100%);
  max-height: 85vh;
  overflow: auto;
  background: white;
  border-radius: 28px;
  padding: 28px;
  box-shadow: var(--shadow-strong);
  position: relative;
}

.modal-close{
  position: sticky;
  top: 0;
  margin-left: auto;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--pink), var(--lilac));
  color: white;
  font-size: 1.5rem;
  cursor: pointer;
}

/* --- REVEAL ANIMATION --- */

.reveal{
  opacity: 0;
  transform: translateY(30px) scale(.98);
  transition: opacity .8s ease, transform .8s ease;
}

.reveal.visible{
  opacity: 1;
  transform: translateY(0) scale(1);
}

/* --- MEDIA QUERIES --- */

@media (max-width: 980px){
  .hero, .about-wrap, .grid-cards, .contact-grid, .values{
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 720px){
  .header{ padding: 12px 16px; }
  .nav{ display: none; }
  .menu-btn{ display: inline-flex; }
  .mobile-nav.show{ display: block; animation: pop .25s ease; }
  .hero, .about-wrap, .grid-cards, .contact-grid, .values, .form-row{ grid-template-columns: 1fr; }
  .hero{ padding: 26px 16px 50px; gap: 22px; }
  .section{ padding: 72px 16px; }
  .btn{ width: 100%; }
}