:root {
  --pastel-pink-soft: #FFD1DC;
  --pastel-pink-accent: #FF8DA1;
  --pastel-pink-deep: #D84B6E;
  --chocolate-espresso: #2C1E16;
  --chocolate-milk: #5A3828;
  --bg-vanilla: #FFF9F2;
  --bg-glow: #FFF0F4;
  --gold-accent: #E6B800;
  --gold-light: #FFF2B2;
  --radius-sm: 8px;
  --radius-md: 16px;
  --radius-lg: 24px;
  --radius-xl: 36px;
  --radius-full: 9999px;
  --font-display: 'Outfit', sans-serif;
  --font-serif: 'Playfair Display', serif;
  --font-body: 'Plus Jakarta Sans', sans-serif;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}

body {
  font-family: var(--font-body);
  background-color: var(--bg-vanilla);
  color: var(--chocolate-espresso);
  min-height: 100vh;
  min-height: 100dvh;
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
  display: flex;
  flex-direction: column;
}

/* Ambient Radial Glows */
.ambient-glow {
  position: fixed;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(100px);
  opacity: 0.55;
  z-index: 0;
}

.glow-1 {
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, #FFD1DC 0%, rgba(255, 209, 220, 0) 70%);
  top: -150px;
  left: -150px;
  animation: pulseGlow 10s ease-in-out infinite alternate;
}

.glow-2 {
  width: 650px;
  height: 650px;
  background: radial-gradient(circle, #FFE4CA 0%, rgba(255, 228, 202, 0) 70%);
  bottom: -150px;
  right: -150px;
  animation: pulseGlow 12s ease-in-out infinite alternate-reverse;
}

.glow-3 {
  width: 450px;
  height: 450px;
  background: radial-gradient(circle, #FFB7C5 0%, rgba(255, 183, 197, 0) 70%);
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.35;
}

@keyframes pulseGlow {
  0% { transform: scale(1) translate(0, 0); opacity: 0.45; }
  100% { transform: scale(1.15) translate(30px, 30px); opacity: 0.65; }
}

/* Custom Cursor */
.custom-cursor {
  position: fixed;
  top: 0;
  left: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(216, 75, 110, 0.4) 0%, rgba(255, 141, 161, 0.1) 70%);
  border: 1.5px solid var(--pastel-pink-deep);
  pointer-events: none;
  transform: translate(-50%, -50%);
  z-index: 99999;
  transition: width 0.2s ease, height 0.2s ease, background 0.2s ease;
}

/* ========================================================================= */
/* LUNETAS DE COLORES (Interactive Mouse Trail Candy) */
/* ========================================================================= */
.lunetas-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  z-index: 99998;
  overflow: hidden;
}

.luneta {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  will-change: transform, opacity;
  box-shadow: 
    0 4px 10px rgba(44, 30, 22, 0.22),
    inset 0 -2.5px 4px rgba(0, 0, 0, 0.28),
    inset 0 2px 4px rgba(255, 255, 255, 0.75);
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Candy Glass Specular Highlight Sheen */
.luneta::after {
  content: '';
  position: absolute;
  top: 15%;
  left: 20%;
  width: 38%;
  height: 28%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.3) 60%, transparent 100%);
  transform: rotate(-30deg);
  pointer-events: none;
}

/* Parallax Dynamic Shower Stage */
.parallax-stage {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  z-index: 1;
  overflow: hidden;
}

.stage-item {
  position: absolute;
  will-change: transform, opacity;
  user-select: none;
  pointer-events: none;
}

.stage-item img {
  width: 100%;
  height: auto;
  display: block;
  filter: drop-shadow(0 14px 28px rgba(44, 30, 22, 0.18));
}

/* Depth Layers */
.layer-front {
  z-index: 5;
  filter: drop-shadow(0 18px 36px rgba(216, 75, 110, 0.25));
}

.layer-mid {
  z-index: 2;
  filter: blur(0.3px) drop-shadow(0 10px 20px rgba(44, 30, 22, 0.12));
}

.layer-back {
  z-index: 0;
  opacity: 0.55;
  filter: blur(3px) drop-shadow(0 4px 10px rgba(44, 30, 22, 0.08));
}

/* Raining Toppings (Estrellas, Fresas, Galletas en Parallax 3D) */
.topping-rain-item {
  position: absolute;
  top: 0;
  left: 0;
  user-select: none;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  will-change: transform, opacity;
}

.topping-rain-item.estrella {
  filter: drop-shadow(0 0 14px rgba(255, 215, 0, 0.8));
}

.topping-rain-item.fresa {
  filter: drop-shadow(0 8px 16px rgba(225, 48, 108, 0.35));
}

.topping-rain-item.galleta {
  filter: drop-shadow(0 8px 16px rgba(184, 115, 51, 0.35));
}

.topping-rain-item.galleta-lotus {
  filter: drop-shadow(0 8px 18px rgba(120, 50, 10, 0.45));
}

.lotus-cookie-img {
  display: block;
  width: 100%;
  height: auto;
  pointer-events: none;
  user-select: none;
}

/* Construction / Status Badge */
.status-pill-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  padding: 6px 16px;
  border-radius: var(--radius-full);
  border: 1.5px solid rgba(255, 209, 220, 0.85);
  box-shadow: 0 6px 20px rgba(216, 75, 110, 0.12);
  margin-bottom: 24px;
}

.status-dot {
  width: 8px;
  height: 8px;
  background: #E05377;
  border-radius: 50%;
  box-shadow: 0 0 8px #E05377;
  animation: statusPulse 1.8s ease-in-out infinite;
}

@keyframes statusPulse {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.3); opacity: 0.6; }
}

.status-badge-text {
  font-family: var(--font-display);
  font-size: 11.5px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--pastel-pink-deep);
}

/* Contact Links Row */
.contact-links-row {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 10px;
}

.contact-pill-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.65);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 209, 220, 0.8);
  padding: 8px 18px;
  border-radius: var(--radius-full);
  font-family: var(--font-display);
  font-size: 12.5px;
  font-weight: 700;
  color: var(--chocolate-espresso);
  text-decoration: none;
  transition: all 0.25s ease;
  box-shadow: 0 4px 14px rgba(44, 30, 22, 0.04);
}

.contact-pill-btn:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.95);
  border-color: var(--pastel-pink-deep);
  color: var(--pastel-pink-deep);
  box-shadow: 0 6px 18px rgba(216, 75, 110, 0.2);
}

.pill-icon {
  font-size: 15px;
}

/* Central Coming Soon Wrapper */
.coming-soon-wrapper {
  position: relative;
  z-index: 10;
  min-height: calc(100vh - 80px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 20px 50px 20px;
}

/* Central Luxury Glassmorphic Card (Transparente para Efecto Parallax Visible) */
.luxury-card {
  width: 100%;
  max-width: 680px;
  background: rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border-radius: var(--radius-xl);
  border: 1.5px solid rgba(255, 255, 255, 0.45);
  box-shadow: 
    0 30px 80px rgba(44, 30, 22, 0.06),
    0 10px 30px rgba(216, 75, 110, 0.08),
    inset 0 1px 2px rgba(255, 255, 255, 0.7);
  padding: 42px 48px;
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card-glass-specular {
  position: absolute;
  top: 0;
  left: -100%;
  width: 200%;
  height: 100%;
  background: linear-gradient(
    115deg,
    transparent 0%,
    rgba(255, 255, 255, 0) 40%,
    rgba(255, 255, 255, 0.45) 50%,
    rgba(255, 255, 255, 0) 60%,
    transparent 100%
  );
  pointer-events: none;
  animation: cardShimmer 9s infinite ease-in-out;
}

@keyframes cardShimmer {
  0% { transform: translateX(0); }
  35%, 100% { transform: translateX(100%); }
}

/* Status Badge */
.status-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 225, 234, 0.7);
  border: 1px solid rgba(255, 141, 161, 0.4);
  padding: 6px 16px;
  border-radius: var(--radius-full);
  margin-bottom: 24px;
}

.pulse-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--pastel-pink-deep);
  box-shadow: 0 0 0 0 rgba(216, 75, 110, 0.7);
  animation: pulseDot 1.8s infinite cubic-bezier(0.66, 0, 0, 1);
}

@keyframes pulseDot {
  0% { box-shadow: 0 0 0 0 rgba(216, 75, 110, 0.7); }
  70% { box-shadow: 0 0 0 10px rgba(216, 75, 110, 0); }
  100% { box-shadow: 0 0 0 0 rgba(216, 75, 110, 0); }
}

.badge-text {
  font-family: var(--font-display);
  font-size: 11.5px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--chocolate-espresso);
}

/* Logo Hero Section (3D Perspective for Coin Flip) */
.logo-hero-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 24px;
  position: relative;
  perspective: 1200px;
}

.logo-outer-orbit-ring {
  position: absolute;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  border: 1.5px dashed rgba(255, 141, 161, 0.45);
  top: -15px;
  pointer-events: none;
  animation: rotateRing 24s linear infinite;
}

.logo-glaze-shimmer-ring {
  position: absolute;
  width: 124px;
  height: 124px;
  border-radius: 50%;
  background: conic-gradient(from 0deg, transparent, #FF8DA1, #FFD1DC, var(--gold-accent), transparent);
  top: -7px;
  opacity: 0.7;
  filter: blur(4px);
  animation: rotateRing 8s linear infinite reverse;
}

@keyframes rotateRing {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

.logo-card-circle {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background: #FFF;
  padding: 6px;
  box-shadow: 
    0 16px 36px rgba(216, 75, 110, 0.3),
    0 0 0 4px rgba(255, 255, 255, 0.95);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  cursor: pointer;
  transform-style: preserve-3d;
  will-change: transform;
}

.logo-avatar-img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  display: block;
}

.brand-title {
  font-family: var(--font-display);
  font-size: 42px;
  font-weight: 900;
  letter-spacing: -0.04em;
  color: var(--chocolate-espresso);
  margin-top: 14px;
  line-height: 1;
  display: inline-block;
  padding: 8px 24px;
  border-radius: var(--radius-full);
  background: rgba(255, 255, 255, 0.55);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1.5px solid rgba(255, 255, 255, 0.85);
  box-shadow: 0 8px 24px rgba(216, 75, 110, 0.1), inset 0 1.5px 2px rgba(255, 255, 255, 0.95);
  text-shadow: 0 2px 10px rgba(255, 255, 255, 0.8);
}

.brand-title span {
  color: var(--pastel-pink-deep);
}

/* Headline & Description (Liquid Glassmorphism Capsule) */
.headline-container {
  background: rgba(255, 255, 255, 0.58);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1.5px solid rgba(255, 255, 255, 0.85);
  border-radius: var(--radius-lg);
  padding: 26px 32px;
  margin-bottom: 28px;
  box-shadow: 
    0 12px 35px rgba(216, 75, 110, 0.09),
    inset 0 2px 4px rgba(255, 255, 255, 0.95),
    inset 0 -2px 6px rgba(255, 209, 220, 0.35);
  position: relative;
  overflow: hidden;
}

.headline-container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 45%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
  border-top-left-radius: var(--radius-lg);
  border-top-right-radius: var(--radius-lg);
}

.main-headline {
  font-family: var(--font-display);
  font-size: 38px;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--chocolate-espresso);
  background: linear-gradient(135deg, var(--chocolate-espresso) 0%, var(--pastel-pink-deep) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 10px;
}

.main-desc {
  font-size: 15px;
  line-height: 1.6;
  color: #553D30;
  max-width: 520px;
  margin: 0 auto;
  font-weight: 500;
}

/* VIP Access Form (Liquid Glassmorphism) */
.vip-form-wrapper {
  max-width: 520px;
  margin: 0 auto 28px auto;
}

.vip-input-group {
  display: flex;
  background: rgba(255, 255, 255, 0.68);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-radius: var(--radius-full);
  padding: 6px 8px 6px 22px;
  border: 2px solid rgba(255, 255, 255, 0.9);
  box-shadow: 
    0 12px 30px rgba(216, 75, 110, 0.12),
    inset 0 1.5px 2px rgba(255, 255, 255, 0.95),
    inset 0 -2px 6px rgba(255, 209, 220, 0.3);
  align-items: center;
  gap: 10px;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.vip-input-group:focus-within {
  border-color: var(--pastel-pink-deep);
  box-shadow: 0 10px 30px rgba(216, 75, 110, 0.2);
}

.vip-input-group input {
  flex: 1;
  border: none;
  outline: none;
  font-family: var(--font-body);
  font-size: 13.5px;
  color: var(--chocolate-espresso);
  background: transparent;
}

.vip-input-group input::placeholder {
  color: #C0A79A;
}

.btn-vip {
  background: linear-gradient(135deg, var(--pastel-pink-accent) 0%, var(--pastel-pink-deep) 100%);
  color: #FFF;
  border: none;
  outline: none;
  padding: 12px 22px;
  border-radius: var(--radius-full);
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  box-shadow: 0 4px 14px rgba(216, 75, 110, 0.35);
  transition: all 0.25s ease;
  white-space: nowrap;
}

.btn-vip:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(216, 75, 110, 0.45);
}

.btn-vip:active {
  transform: translateY(1px);
}

.btn-icon {
  font-size: 14px;
  transition: transform 0.2s ease;
}

.btn-vip:hover .btn-icon {
  transform: translateX(3px);
}

.vip-hint {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  color: #6A5144;
  margin-top: 14px;
  padding: 6px 18px;
  border-radius: var(--radius-full);
  background: rgba(255, 255, 255, 0.52);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.8);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
}

.vip-success-message {
  display: none;
  margin-top: 12px;
  padding: 10px 16px;
  background: rgba(230, 255, 238, 0.95);
  border: 1px solid #78D993;
  border-radius: var(--radius-md);
  color: #1A6C35;
  font-size: 12.5px;
  font-weight: 700;
}

/* Footer elements inside card (Liquid Glassmorphism) */
.card-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  padding-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}

.baker-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 700;
  color: #5A4235;
  background: rgba(255, 255, 255, 0.58);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  padding: 8px 18px;
  border-radius: var(--radius-full);
  border: 1px solid rgba(255, 255, 255, 0.85);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.04), inset 0 1px 2px rgba(255, 255, 255, 0.9);
}

.social-links {
  display: flex;
  gap: 8px;
}

.social-icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.65);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1.5px solid rgba(255, 255, 255, 0.9);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.05), inset 0 1px 2px rgba(255, 255, 255, 0.9);
  transition: all 0.25s ease;
}

.social-icon img {
  width: 24px;
  height: 24px;
  display: block;
  transition: transform 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.social-icon:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.95);
}

.social-icon:hover img {
  transform: scale(1.15);
}

.social-icon.instagram-circle-btn:hover {
  border-color: #E1306C;
  box-shadow: 0 8px 22px rgba(225, 48, 108, 0.35);
}

.social-icon.whatsapp-circle-btn:hover {
  border-color: #25D366;
  box-shadow: 0 8px 22px rgba(37, 211, 102, 0.35);
}

.social-svg-icon {
  width: 20px;
  height: 20px;
  display: block;
  flex-shrink: 0;
}

.contact-pill-btn.instagram-pill:hover {
  border-color: #E1306C;
  color: #C13584;
  box-shadow: 0 6px 20px rgba(225, 48, 108, 0.25);
}

.contact-pill-btn.whatsapp-pill:hover {
  border-color: #25D366;
  color: #128C7E;
  box-shadow: 0 6px 20px rgba(37, 211, 102, 0.25);
}

/* ========================================================================= */
/* RESPONSIVE DESIGN */
/* ========================================================================= */
@media (max-width: 680px) {
  .status-pill-badge {
    padding: 5px 12px;
    margin-bottom: 18px;
  }

  .status-badge-text {
    font-size: 10px;
    letter-spacing: 0.05em;
  }

  .contact-links-row {
    flex-direction: column;
    width: 100%;
    gap: 8px;
  }

  .contact-pill-btn {
    width: 100%;
    justify-content: center;
    padding: 9px 14px;
    font-size: 12px;
  }

  .coming-soon-wrapper {
    min-height: auto;
    padding: 16px 12px 40px 12px;
  }

  .luxury-card {
    padding: 28px 18px;
    border-radius: var(--radius-lg);
  }

  .brand-title {
    font-size: 32px;
  }

  .main-headline {
    font-size: 26px;
  }

  .main-desc {
    font-size: 13px;
    line-height: 1.55;
  }

  .countdown-grid {
    gap: 6px;
    margin-bottom: 22px;
  }

  .countdown-box {
    min-width: 52px;
    padding: 8px 6px;
  }

  .countdown-num {
    font-size: 19px;
  }

  .countdown-label {
    font-size: 8px;
  }

  .countdown-sep {
    font-size: 18px;
    margin-top: -6px;
  }

  .vip-input-group {
    flex-direction: column;
    padding: 10px;
    border-radius: var(--radius-md);
    gap: 10px;
  }

  .vip-input-group input {
    width: 100%;
    text-align: center;
    font-size: 13px;
  }

  .btn-vip {
    width: 100%;
    justify-content: center;
    padding: 10px 16px;
    font-size: 12.5px;
  }

  .card-footer {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }
}
