/* ==========================================================================
   VONNE BOUTIQUE - SALTILLO | ESTILOS PERSONALIZADOS
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,400&family=Plus+Jakarta+Sans:wght@300;400;500;600;700&family=Playfair+Display:ital,wght@0,500;0,600;0,700;1,400&display=swap');

:root {
  --color-primary: #1e1b18;
  --color-secondary: #8c7355;
  --color-accent: #c5a880;
  --color-accent-light: #f5efe6;
  --color-bg-warm: #faf7f2;
  --color-bg-soft: #f4efe8;
  --color-surface: #ffffff;
  --color-border: #ebdcd0;
  --color-text-muted: #78716c;
  --font-serif: 'Cormorant Garamond', 'Playfair Display', Georgia, serif;
  --font-sans: 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif;
  --font-display: 'Playfair Display', 'Cormorant Garamond', serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  font-family: var(--font-sans);
  background-color: var(--color-bg-warm);
  color: var(--color-primary);
}

/* Tipografía Editorial */
.font-serif-luxury {
  font-family: var(--font-serif);
}

.font-display-luxury {
  font-family: var(--font-display);
}

/* Efectos de fondo sutiles */
.bg-warm-pattern {
  background-color: #faf7f2;
  background-image: radial-gradient(#d6c7b2 0.75px, transparent 0.75px);
  background-size: 24px 24px;
}

.bg-gradient-champagne {
  background: linear-gradient(135deg, #fbf9f5 0%, #f3ece1 50%, #eae0cf 100%);
}

.glass-nav {
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(228, 216, 202, 0.45);
}

.glass-card {
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(220, 207, 192, 0.5);
}

/* Transiciones e imágenes de catálogo */
.product-card {
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.product-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 30px -10px rgba(78, 62, 45, 0.12);
}

.product-img-wrapper {
  overflow: hidden;
  position: relative;
  background-color: #ede8e1;
}

.product-img-wrapper img {
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.product-card:hover .product-img-wrapper img {
  transform: scale(1.06);
}

/* Badges */
.badge-gold {
  background: linear-gradient(135deg, #dfc299 0%, #b89364 100%);
  color: #ffffff;
  font-weight: 600;
  letter-spacing: 0.05em;
}

.badge-sale {
  background: linear-gradient(135deg, #c75249 0%, #9e362e 100%);
  color: #ffffff;
  font-weight: 600;
}

/* Botones con estilo Boutique */
.btn-boutique-primary {
  background: #1f1d1a;
  color: #ffffff;
  transition: all 0.25s ease;
  position: relative;
  overflow: hidden;
}

.btn-boutique-primary:hover {
  background: #38342f;
  box-shadow: 0 10px 20px -5px rgba(31, 29, 26, 0.3);
}

.btn-boutique-gold {
  background: linear-gradient(135deg, #d3b48a 0%, #b59265 100%);
  color: #ffffff;
  transition: all 0.25s ease;
}

.btn-boutique-gold:hover {
  background: linear-gradient(135deg, #dfc29a 0%, #c4a173 100%);
  box-shadow: 0 10px 20px -5px rgba(181, 146, 101, 0.4);
}

.btn-whatsapp-action {
  background: #25d366;
  color: #ffffff;
  transition: all 0.25s ease;
}

.btn-whatsapp-action:hover {
  background: #20bd5a;
  box-shadow: 0 8px 20px -4px rgba(37, 211, 102, 0.45);
}

/* Animación pulsante para el botón flotante de WhatsApp */
@keyframes pulse-glow {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.6);
  }
  70% {
    box-shadow: 0 0 0 16px rgba(37, 211, 102, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
  }
}

.pulse-whatsapp {
  animation: pulse-glow 2.5s infinite;
}

/* Indicador de tienda abierta/cerrada */
.status-indicator {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.25rem 0.85rem;
  border-radius: 9999px;
  font-size: 0.82rem;
  font-weight: 600;
}

.status-open {
  background-color: #ecfdf5;
  color: #065f46;
  border: 1px solid #a7f3d0;
}

.status-closed {
  background-color: #fef2f2;
  color: #991b1b;
  border: 1px solid #fecaca;
}

.status-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.status-open .status-dot {
  background-color: #10b981;
  box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.25);
}

.status-closed .status-dot {
  background-color: #ef4444;
  box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.25);
}

/* Custom Scrollbar */
::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #f1ede6;
}

::-webkit-scrollbar-thumb {
  background: #d4c4b0;
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: #bbaa95;
}

/* Animaciones de entrada */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.animate-fade-in {
  animation: fadeIn 0.4s ease forwards;
}

/* Tallas interactivas */
.size-selector-btn.active {
  background-color: #1f1d1a;
  color: #ffffff;
  border-color: #1f1d1a;
}
