/* ═══════════════════════════════════════════════════════
   MICHT DECANTS — Design System · Black & Gold Premium
   ═══════════════════════════════════════════════════════ */

/* ─── Variables ──────────────────────────────────────── */
:root {
  --black:    #000000;
  --bg:       #080808;
  --bg2:      #0f0f0f;
  --card:     #141414;
  --card-h:   #1c1c1c;
  --gold:     #c9a84c;
  --gold-l:   #e8c96a;
  --gold-d:   #9a7a2a;
  --gold-dim: rgba(201,168,76,.12);
  --white:    #f8f4ee;
  --text:     #e8e4de;
  --text2:    #888480;
  --text3:    #4a4744;
  --border:   #1e1e1e;
  --border-l: #2a2a2a;
  --green:    #4caf50;
  --red:      #ef5350;
  --orange:   #ff9800;
  --r:        8px;
  --r-lg:     16px;
  --r-xl:     24px;
  --sh:       0 8px 32px rgba(0,0,0,.6);
  --sh-gold:  0 4px 24px rgba(201,168,76,.2);
  --tr:       .25s ease;
  --font-serif: 'Playfair Display', Georgia, serif;
  --font-sans:  'Inter', system-ui, sans-serif;
}

/* ─── Reset ──────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { font-family: var(--font-sans); background: var(--bg); color: var(--text); min-height: 100vh; line-height: 1.6; -webkit-font-smoothing: antialiased; }
img  { max-width: 100%; display: block; }
a    { color: var(--gold); text-decoration: none; transition: color var(--tr); }
a:hover { color: var(--gold-l); }
button { cursor: pointer; border: none; outline: none; font-family: inherit; background: none; }
input, select, textarea { font-family: inherit; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 1rem; }
.hidden { display: none !important; }

/* ─── Header ──────────────────────────────────────────── */
.header {
  position: sticky; top: 0; z-index: 200;
  background: rgba(8,8,8,.96);
  backdrop-filter: blur(16px) saturate(180%);
  border-bottom: 1px solid var(--border);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; height: 64px; gap: .75rem; }

.logo { display: flex; align-items: center; gap: .5rem; text-decoration: none; min-width: 0; flex-shrink: 1; }
.logo-text { font-family: var(--font-serif); font-size: 1.45rem; font-weight: 700; color: var(--white); letter-spacing: .01em; }
.logo-text span { color: var(--gold); }
.logo-sub { font-size: .58rem; letter-spacing: .22em; text-transform: uppercase; color: var(--text2); line-height: 1; }

.nav { display: none; }
@media(min-width:768px) {
  .nav { display: flex; gap: 1.5rem; }
  .nav a { font-size: .78rem; letter-spacing: .1em; text-transform: uppercase; color: var(--text2); }
  .nav a:hover { color: var(--gold); }
}

.header-right { display: flex; align-items: center; gap: .5rem; flex-shrink: 0; }
@media (max-width: 420px) { .logo-sub { display: none; } }

.cart-btn { position: relative; color: var(--text2); padding: .5rem; border-radius: var(--r); transition: color var(--tr); }
.cart-btn:hover { color: var(--gold); }
.cart-btn svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.cart-count { position: absolute; top: 0; right: 0; background: var(--gold); color: #000; font-size: .6rem; font-weight: 800; width: 17px; height: 17px; border-radius: 50%; display: flex; align-items: center; justify-content: center; }
.cart-btn.bounce { animation: bounce .4s ease; }
@keyframes bounce { 0%,100%{transform:scale(1)} 30%{transform:scale(1.3)} 60%{transform:scale(.9)} }

/* ─── HERO CAROUSEL ───────────────────────────────────── */
#carouselWrapper { position: relative; overflow: hidden; background: var(--black); }

.carousel-track { position: relative; height: clamp(480px, 80vw, 620px); }

.carousel-slide {
  position: absolute; inset: 0;
  display: flex; align-items: center;
  opacity: 0; pointer-events: none;
  transition: opacity .7s ease;
  overflow: hidden;
}
.carousel-slide.active { opacity: 1; pointer-events: auto; }

/* Slide themes */
.slide-1 { background: radial-gradient(ellipse at 30% 60%, rgba(201,168,76,.08) 0%, transparent 60%), var(--black); }
.slide-2 { background: radial-gradient(ellipse at 70% 40%, rgba(139,69,19,.12) 0%, transparent 60%), var(--black); }
.slide-3 { background: radial-gradient(ellipse at 50% 80%, rgba(201,168,76,.06) 0%, transparent 60%), var(--black); }

.carousel-content { position: relative; z-index: 2; padding: 2rem 1.25rem 2rem; max-width: 580px; }
@media(min-width:768px) { .carousel-content { padding: 3rem 4rem; } }

/* Ajuste: mover el bloque de texto ligeramente a la derecha en pantallas grandes */
@media(min-width:900px) {
  .carousel-content {
    margin-right: clamp(6rem, 14vw, 20rem);
    max-width: 52%;
    padding-left: 4.5rem;
  }
}

/* ─── Mascota (hero) ───────────────────────────────────────────────────── */
.hero-mascot {
  position: absolute;
  right: clamp(1.25rem, 6vw, 6rem);
  top: 50%;
  transform: translateY(-50%);
  width: clamp(160px, 26vw, 340px);
  max-width: 38%;
  z-index: 6;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.hero-mascot::before {
  content: '';
  position: absolute;
  right: -8%;
  top: 50%;
  transform: translateY(-50%);
  width: 160%;
  height: 160%;
  background: radial-gradient(circle at 30% 34%, rgba(201,168,76,0.10), transparent 36%);
  border-radius: 50%;
  z-index: -1;
}
.hero-mascot .mascot-img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
  filter: drop-shadow(0 18px 38px rgba(0,0,0,0.6)) drop-shadow(0 0 18px rgba(201,168,76,0.12));
}

@media(max-width: 900px) {
  .hero-mascot { width: clamp(120px, 30vw, 220px); right: 1.25rem; }
}

@media(max-width: 720px) {
  .hero-mascot { display: none; }
}

/* Mantener el ajuste original del bloque de texto en pantallas grandes */
@media(min-width:900px) {
  .carousel-content {
    margin-right: clamp(6rem, 14vw, 20rem);
    max-width: 52%;
    padding-left: 4.5rem;
  }
}
.carousel-tag {
  display: inline-block;
  font-size: .62rem;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--gold);
  background: rgba(201,168,76,.1);
  border: 1px solid rgba(201,168,76,.3);
  padding: .28rem .85rem;
  border-radius: 50px;
  margin-bottom: 1rem;
}

.carousel-title {
  font-family: var(--font-serif);
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 700; color: var(--white);
  line-height: 1.15; margin-bottom: 1rem;
}
.carousel-sub { font-size: clamp(.85rem, 2vw, 1rem); color: var(--text2); max-width: 440px; margin-bottom: 1.8rem; line-height: 1.7; }

/* ─── Contador de slide ─────────────────────────────── */
.carousel-counter {
  position: absolute;
  bottom: 1.3rem;
  right: 1.5rem;
  z-index: 10;
  display: flex;
  align-items: baseline;
  gap: .25rem;
  font-size: .7rem;
  color: rgba(255,255,255,.3);
  font-variant-numeric: tabular-nums;
  letter-spacing: .04em;
}
.carousel-counter .c-current { color: var(--gold); font-weight: 700; font-size: .82rem; }
.carousel-counter .c-sep { margin: 0 .1rem; }

/* ─── Barra de progreso del carousel ───────────────── */
.carousel-progress {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 2px;
  background: rgba(255,255,255,.06);
  z-index: 10;
  overflow: hidden;
}
.carousel-progress-bar {
  height: 100%;
  background: linear-gradient(90deg, var(--gold-d), var(--gold));
  width: 0%;
  animation: carouselFill 5s linear forwards;
}
@keyframes carouselFill { from { width: 0% } to { width: 100% } }
#carouselWrapper:hover .carousel-progress-bar { animation-play-state: paused; }

.carousel-cta {
  display: inline-flex; align-items: center; gap: .5rem;
  background: var(--gold); color: #000;
  font-weight: 700; font-size: .9rem;
  padding: .8rem 1.6rem; border-radius: var(--r);
  transition: background var(--tr), transform var(--tr);
}
.carousel-cta:hover { background: var(--gold-l); color: #000; transform: translateY(-2px); }
.carousel-cta svg  { width: 18px; height: 18px; transition: transform var(--tr); }
.carousel-cta:hover svg { transform: translateX(4px); }

/* Decorativo del carousel */
.carousel-deco { position: absolute; right: -5%; top: 50%; transform: translateY(-50%); width: 45%; aspect-ratio: 1; pointer-events: none; }
@media(max-width:767px) { .carousel-deco { opacity: .25; } }

.deco-ring {
  position: absolute; border-radius: 50%; border: 1px solid rgba(201,168,76,.2);
  animation: spin 20s linear infinite;
}
.deco-ring-1 { width: 100%; height: 100%; top: 0; left: 0; }
.deco-ring-2 { width: 75%; height: 75%; top: 12.5%; left: 12.5%; border-color: rgba(201,168,76,.15); animation-duration: 30s; animation-direction: reverse; }
.deco-ring-3 { width: 50%; height: 50%; top: 25%; left: 25%; border-color: rgba(201,168,76,.25); animation-duration: 15s; }
@keyframes spin { to { transform: rotate(360deg); } }

.deco-bottle {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  width: 60px; height: 90px;
  background: linear-gradient(135deg, rgba(201,168,76,.3) 0%, rgba(201,168,76,.05) 100%);
  border: 1px solid rgba(201,168,76,.4); border-radius: 6px 6px 4px 4px;
  box-shadow: 0 0 40px rgba(201,168,76,.15);
}

/* Flechas */
.carousel-prev, .carousel-next {
  position: absolute; top: 50%; transform: translateY(-50%); z-index: 10;
  width: 40px; height: 40px; border-radius: 50%;
  background: rgba(201,168,76,.12); border: 1px solid rgba(201,168,76,.25);
  color: var(--gold); font-size: 1.1rem; display: flex; align-items: center; justify-content: center;
  transition: all var(--tr); backdrop-filter: blur(4px);
}
.carousel-prev { left: .75rem; }
.carousel-next { right: .75rem; }
.carousel-prev:hover, .carousel-next:hover { background: var(--gold); color: #000; }
@media(min-width:768px) { .carousel-prev { left: 1.5rem; } .carousel-next { right: 1.5rem; } }

/* Dots */
.carousel-dots { position: absolute; bottom: 1.2rem; left: 50%; transform: translateX(-50%); display: flex; gap: .5rem; z-index: 10; }
.dot { width: 6px; height: 6px; border-radius: 50%; background: rgba(255,255,255,.25); transition: all var(--tr); }
.dot.active { background: var(--gold); width: 20px; border-radius: 3px; }

/* ─── Filtros avanzados ────────────────────────────────── */
.filters-section { background: var(--bg2); border-bottom: 1px solid var(--border); padding: 1rem 0; position: sticky; top: 64px; z-index: 100; }

.filters-inner { display: flex; flex-direction: column; gap: .75rem; }

.filter-row-1 { display: flex; align-items: center; gap: .5rem; flex-wrap: wrap; }

.filter-btn {
  padding: .4rem 1rem; border-radius: 50px;
  border: 1px solid var(--border-l); color: var(--text2); font-size: .8rem;
  background: var(--card); transition: all var(--tr);
}
.filter-btn:hover { border-color: var(--gold-d); color: var(--gold); }
.filter-btn.active { background: var(--gold); color: #000; border-color: var(--gold); font-weight: 600; }

.filter-divider { width: 1px; height: 20px; background: var(--border-l); flex-shrink: 0; }

/* Grupos de filtros secundarios */
.filter-row-2 { display: flex; align-items: center; gap: .75rem; flex-wrap: wrap; }
.filter-group { display: flex; align-items: center; gap: .4rem; flex-wrap: wrap; }
.filter-group-label { font-size: .68rem; letter-spacing: .1em; text-transform: uppercase; color: var(--text3); flex-shrink: 0; }
.filter-group-btn {
  padding: .3rem .75rem; border-radius: 50px; font-size: .75rem;
  border: 1px solid var(--border); color: var(--text2); background: var(--card);
  transition: all var(--tr);
}
.filter-group-btn:hover { border-color: var(--gold-d); color: var(--gold); }
.filter-group-btn.active { background: var(--gold-dim); color: var(--gold); border-color: rgba(201,168,76,.4); }

/* Select de familia olfativa */
.olf-select {
  padding: .3rem .75rem; border-radius: 50px; font-size: .75rem;
  border: 1px solid var(--border); color: var(--text2); background: var(--card);
  appearance: none; padding-right: 1.5rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23888480' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right .5rem center; background-size: 12px;
  cursor: pointer; transition: all var(--tr);
}
.olf-select:focus { outline: none; border-color: var(--gold-d); color: var(--gold); }
.olf-select option { background: var(--card); color: var(--text); }

/* search-wrap eliminado — reemplazado por #srch-poda (Uiverse gold) */

/* Meta del catálogo */
.catalog-meta { display: flex; align-items: center; justify-content: space-between; padding: .75rem 0 .5rem; }
#resultsCount { font-size: .78rem; color: var(--text2); }
#clearFilters {
  display: none; align-items: center; gap: .35rem;
  font-size: .75rem; color: var(--text2); padding: .3rem .7rem;
  border: 1px solid var(--border-l); border-radius: 50px;
  transition: all var(--tr);
}
#clearFilters:hover { color: var(--red); border-color: var(--red); }
#clearFilters svg { width: 12px; height: 12px; stroke: currentColor; fill: none; stroke-width: 2; }

/* ─── Grilla de productos ──────────────────────────────── */
.products-section { padding: 1rem 0 3rem; }
.products-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 1.25rem; }

/* ─── Paginación ───────────────────────────────────────── */
#paginationControls { padding: 2rem 0 1rem; }
.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .4rem;
  flex-wrap: wrap;
}
.page-btn {
  min-width: 38px; height: 38px;
  border-radius: var(--r);
  border: 1px solid var(--border-l);
  background: var(--card);
  color: var(--text2);
  font-size: .82rem;
  font-weight: 500;
  display: flex; align-items: center; justify-content: center;
  transition: all var(--tr);
  cursor: pointer;
  padding: 0 .5rem;
}
.page-btn:hover:not([disabled]):not(.active) { border-color: var(--gold-d); color: var(--gold); background: var(--gold-dim); }
.page-btn.active { background: var(--gold); border-color: var(--gold); color: #000; font-weight: 700; cursor: default; }
.page-btn[disabled] { opacity: .3; cursor: not-allowed; }
.page-arrow { font-size: 1.1rem; }
.page-ellipsis { color: var(--text3); font-size: .82rem; padding: 0 .25rem; user-select: none; }

.no-results { grid-column: 1/-1; text-align: center; padding: 4rem 1rem; color: var(--text2); }
.no-results p { margin-bottom: 1rem; }
.btn-reset-filter { padding: .5rem 1.2rem; border: 1px solid var(--gold-d); color: var(--gold); border-radius: var(--r); font-size: .85rem; transition: all var(--tr); }
.btn-reset-filter:hover { background: var(--gold-dim); }

/* ─── Tarjeta de producto ──────────────────────────────── */
.product-card {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: var(--r-lg); overflow: hidden;
  display: flex; flex-direction: column;
  transition: transform .45s cubic-bezier(.43,.13,.23,.96),
              box-shadow .45s cubic-bezier(.43,.13,.23,.96),
              border-color .45s cubic-bezier(.43,.13,.23,.96);
  will-change: transform;
}
.product-card:hover {
  transform: translateY(-10px) scale(1.015);
  box-shadow: 0 24px 60px rgba(201,168,76,.18), 0 8px 24px rgba(0,0,0,.5);
  border-color: rgba(201,168,76,.45);
}
.product-card.out-of-stock { opacity: .55; }
.product-card.featured { border-color: rgba(201,168,76,.2); }

/* Imagen */
.product-img-wrap { position: relative; aspect-ratio: 4/3; background: #ffffff; overflow: hidden; }
.product-img { width: 100%; height: 100%; object-fit: contain; object-position: center; padding: .4rem; box-sizing: border-box; transition: transform .6s cubic-bezier(.43,.13,.23,.96); }
.product-card:hover .product-img { transform: scale(1.07); }

.product-img-placeholder {
  width: 100%; height: 100%; display: flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, var(--bg2) 0%, var(--card) 100%);
}
.product-img-placeholder svg { width: 40px; height: 60px; stroke: var(--border-l); }

.product-badges { position: absolute; top: .75rem; left: .75rem; display: flex; flex-direction: column; gap: .35rem; }
.badge-type { font-size: .62rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: .2rem .6rem; border-radius: 50px; }
.badge-arabe  { background: rgba(201,168,76,.2); color: var(--gold); border: 1px solid rgba(201,168,76,.35); }
.badge-dis    { background: rgba(255,255,255,.07); color: var(--text2); border: 1px solid rgba(255,255,255,.12); }
.badge-featured { font-size: .6rem; font-weight: 700; padding: .18rem .55rem; border-radius: 50px; background: rgba(201,168,76,.12); color: var(--gold); border: 1px solid rgba(201,168,76,.25); }

.out-badge { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; background: rgba(0,0,0,.55); color: var(--red); font-weight: 700; font-size: .85rem; letter-spacing: .1em; text-transform: uppercase; }
.olf-family-tag { position: absolute; bottom: .75rem; right: .75rem; font-size: .62rem; padding: .2rem .6rem; border-radius: 50px; background: rgba(8,8,8,.85); color: var(--text2); border: 1px solid var(--border-l); backdrop-filter: blur(4px); }

/* Info del producto */
.product-info { padding: 1rem 1rem 1.1rem; display: flex; flex-direction: column; gap: .4rem; flex: 1; }

.product-meta-row { display: flex; align-items: center; justify-content: space-between; }
.product-brand { font-size: .68rem; letter-spacing: .12em; text-transform: uppercase; color: var(--gold-d); font-weight: 700; }
.product-gender { font-size: .9rem; color: var(--text3); }

.product-name { font-family: var(--font-serif); font-size: 1.05rem; color: var(--white); font-weight: 600; line-height: 1.3; }

.product-tags { display: flex; gap: .35rem; flex-wrap: wrap; }
.tag-occasion { font-size: .62rem; padding: .15rem .55rem; border-radius: 50px; background: rgba(255,255,255,.05); color: var(--text3); border: 1px solid var(--border-l); }

.product-desc { font-size: .78rem; color: var(--text2); line-height: 1.6; }

/* Notas olfativas */
.notes-toggle {
  display: flex; align-items: center; justify-content: space-between;
  font-size: .75rem; color: var(--text2); padding: .4rem 0;
  border-top: 1px solid var(--border); margin-top: .25rem;
  transition: color var(--tr);
}
.notes-toggle:hover { color: var(--gold); }
.notes-toggle .chevron { width: 14px; height: 14px; stroke: currentColor; fill: none; stroke-width: 2; transition: transform var(--tr); }

.notes-pyramid { background: var(--bg2); border-radius: var(--r); padding: .65rem .8rem; display: flex; flex-direction: column; gap: .45rem; margin-top: .35rem; }
.note-tier { display: flex; align-items: flex-start; gap: .5rem; font-size: .72rem; }
.note-label { color: var(--gold-d); font-weight: 600; text-transform: uppercase; letter-spacing: .08em; min-width: 58px; flex-shrink: 0; font-size: .62rem; padding-top: .1rem; }
.note-val   { color: var(--text2); line-height: 1.4; }

/* Footer de producto */
.product-footer { margin-top: auto; padding-top: .75rem; border-top: 1px solid var(--border); }
.price-from { font-size: .8rem; color: var(--text2); margin-bottom: .55rem; }
.price-from strong { color: var(--gold); font-size: 1rem; font-family: var(--font-serif); }

.sizes-row { display: flex; gap: .4rem; flex-wrap: wrap; }
.size-btn {
  display: flex; flex-direction: column; align-items: center; gap: .1rem;
  background: var(--bg2); border: 1px solid var(--border-l);
  color: var(--text2); border-radius: var(--r);
  padding: .45rem .75rem; font-size: .72rem;
  transition: all var(--tr); min-width: 52px;
}
.size-btn .size-ml  { font-weight: 600; color: var(--text); font-size: .75rem; }
.size-btn .size-price { color: var(--gold); font-weight: 700; font-size: .72rem; }
.size-btn:hover:not([disabled]) { background: var(--gold); border-color: var(--gold); }
.size-btn:hover:not([disabled]) .size-ml,
.size-btn:hover:not([disabled]) .size-price { color: #000; }
.size-btn.added { background: var(--green); border-color: var(--green); }
.size-btn.added .size-ml,
.size-btn.added .size-price { color: #fff; }
.size-btn.selected { background: var(--gold); border-color: var(--gold); }
.size-btn.selected .size-ml,
.size-btn.selected .size-price { color: #000; }
.size-btn.disabled { opacity: .35; cursor: not-allowed; }

/* Chip decant */
.decant-chip { display: inline-block; background: var(--gold-dim); color: var(--gold); font-size: .68rem; font-weight: 700; padding: .1rem .45rem; border-radius: 50px; border: 1px solid rgba(201,168,76,.25); }

/* ─── Carrito lateral ──────────────────────────────────── */
.cart-sidebar {
  position: fixed; top: 0; right: 0; bottom: 0; width: min(390px, 100vw);
  background: var(--bg2); border-left: 1px solid var(--border);
  display: flex; flex-direction: column;
  transform: translateX(100%); transition: transform .3s ease;
  z-index: 300;
}
.cart-sidebar.open { transform: translateX(0); }

.cart-header { display: flex; align-items: center; justify-content: space-between; padding: 1.1rem 1.25rem; border-bottom: 1px solid var(--border); }
.cart-header h3 { font-family: var(--font-serif); font-size: 1.1rem; color: var(--white); }
.cart-header-actions { display: flex; align-items: center; gap: .4rem; }
.cart-clear-btn {
  display: flex; align-items: center; gap: .3rem;
  font-size: .7rem; color: var(--text3); letter-spacing: .04em;
  padding: .3rem .65rem; border: 1px solid var(--border-l); border-radius: 50px;
  transition: all var(--tr);
}
.cart-clear-btn svg { width: 13px; height: 13px; }
.cart-clear-btn:hover { color: var(--red); border-color: rgba(239,83,80,.5); background: rgba(239,83,80,.08); }
.close-btn { color: var(--text2); font-size: 1.4rem; width: 30px; height: 30px; display: flex; align-items: center; justify-content: center; border-radius: var(--r); transition: all var(--tr); }
.close-btn:hover { background: var(--card); color: var(--text); }

.cart-items { flex: 1; overflow-y: auto; padding: .85rem 1.25rem; }
.cart-empty-state { text-align: center; padding: 3rem 1rem; }
.cart-empty-icon  { font-size: 2.5rem; margin-bottom: .75rem; }
.cart-empty-state p    { color: var(--text2); font-size: .9rem; }
.cart-empty-state span { color: var(--text3); font-size: .8rem; }

.cart-item { background: var(--card); border: 1px solid var(--border); border-radius: var(--r); padding: .8rem; margin-bottom: .65rem; display: flex; flex-direction: column; gap: .45rem; }
.cart-item-header { display: flex; gap: .6rem; align-items: center; }
.cart-item-thumb { width: 48px; height: 48px; object-fit: contain; background: #fff; border-radius: 6px; flex-shrink: 0; padding: 3px; }
.cart-item-thumb-ph { width: 48px; height: 48px; background: var(--bg2); border-radius: 6px; flex-shrink: 0; display: flex; align-items: center; justify-content: center; border: 1px solid var(--border-l); }
.cart-item-thumb-ph svg { width: 18px; height: 28px; stroke: var(--text3); }
.cart-item-name { font-size: .85rem; color: var(--white); font-weight: 500; }
.cart-item-size { font-size: .75rem; color: var(--text2); display: flex; align-items: center; gap: .35rem; }
.cart-item-controls { display: flex; align-items: center; gap: .4rem; }
.qty-btn { background: var(--bg2); border: 1px solid var(--border-l); color: var(--text); width: 26px; height: 26px; border-radius: var(--r); font-size: 1rem; display: flex; align-items: center; justify-content: center; transition: all var(--tr); }
.qty-btn:hover { background: var(--gold); color: #000; border-color: var(--gold); }
.qty-val { font-size: .85rem; min-width: 22px; text-align: center; }
.remove-btn { margin-left: auto; color: var(--red); font-size: 1.1rem; width: 26px; height: 26px; border-radius: var(--r); display: flex; align-items: center; justify-content: center; transition: background var(--tr); }
.remove-btn:hover { background: rgba(239,83,80,.15); }
.cart-item-sub { font-size: .82rem; font-weight: 700; color: var(--gold); text-align: right; }

.cart-footer { padding: 1rem 1.25rem; border-top: 1px solid var(--border); display: flex; flex-direction: column; gap: .85rem; }
.cart-total { display: flex; justify-content: space-between; align-items: center; font-size: .9rem; }
.cart-total span:last-child { font-family: var(--font-serif); font-size: 1.2rem; font-weight: 700; color: var(--gold); }

/* ─── Overlay ─────────────────────────────────────────── */
.overlay { position: fixed; inset: 0; background: rgba(0,0,0,.7); z-index: 250; opacity: 0; pointer-events: none; transition: opacity .3s; }
.overlay.active { opacity: 1; pointer-events: all; }

/* ─── Botones ─────────────────────────────────────────── */
.btn-primary { background: var(--gold); color: #000; font-weight: 700; font-size: .88rem; padding: .8rem 1.5rem; border-radius: var(--r); width: 100%; transition: background var(--tr), transform var(--tr); }
.btn-primary:hover { background: var(--gold-l); transform: translateY(-1px); }

.btn-whatsapp { background: #25d366; color: #fff; font-weight: 700; font-size: .9rem; padding: .85rem 1.5rem; border-radius: var(--r); display: flex; align-items: center; justify-content: center; gap: .5rem; transition: background var(--tr), transform var(--tr); flex: 1; }
.btn-whatsapp:hover { background: #1ebe5d; transform: translateY(-1px); }
.btn-whatsapp svg { width: 18px; height: 18px; fill: #fff; flex-shrink: 0; }

/* ─── Checkout: indicador de pasos ──────────────────────── */
.msteps { display: flex; align-items: center; gap: 6px; }
.mstep {
  width: 26px; height: 26px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: .72rem; font-weight: 700;
  background: var(--bg); border: 1.5px solid var(--border);
  color: var(--text3); transition: all .3s;
}
.mstep.active { background: var(--gold); border-color: var(--gold); color: #000; }
.mstep-line { width: 28px; height: 2px; background: var(--border); border-radius: 2px; transition: background .3s; }
.mstep-line.active { background: var(--gold); }

/* ─── Checkout: botón continuar ──────────────────────────── */
.btn-continue-pay {
  width: 100%; display: flex; align-items: center; justify-content: center; gap: .5rem;
  background: var(--gold); color: #000; font-weight: 700; font-size: .9rem;
  padding: .88rem 1.5rem; border-radius: var(--r);
  transition: background var(--tr), transform var(--tr), box-shadow var(--tr);
  box-shadow: 0 4px 16px rgba(201,168,76,.25);
}
.btn-continue-pay:hover { background: var(--gold-l); transform: translateY(-1px); box-shadow: 0 8px 24px rgba(201,168,76,.35); }

/* ─── Yape footer: back + confirm ────────────────────────── */
.yape-footer { display: flex; gap: .75rem; align-items: center; }
.btn-back-step {
  display: flex; align-items: center; gap: .4rem;
  font-size: .8rem; font-weight: 600; color: var(--text2);
  padding: .88rem 1rem; border-radius: var(--r);
  border: 1px solid var(--border); white-space: nowrap;
  transition: border-color var(--tr), color var(--tr);
}
.btn-back-step:hover { border-color: var(--gold-d); color: var(--gold); }

/* ─── Yape step ──────────────────────────────────────────── */
.yape-total-banner {
  display: flex; flex-direction: column; align-items: center;
  background: linear-gradient(135deg, rgba(201,168,76,.12), rgba(201,168,76,.06));
  border: 1px solid rgba(201,168,76,.3);
  border-radius: 14px; padding: 1.1rem 1.5rem; text-align: center;
}
.yape-total-label { font-size: .62rem; letter-spacing: .2em; text-transform: uppercase; color: var(--gold); margin-bottom: .3rem; opacity: .8; }
.yape-total-amount { font-family: var(--font-serif); font-size: 2rem; font-weight: 700; color: var(--gold); line-height: 1; }

.yape-methods {
  display: flex; align-items: center; gap: 1.25rem;
  flex-wrap: wrap; justify-content: center;
}
.yape-qr-wrap { display: flex; flex-direction: column; align-items: center; gap: .5rem; }
.yape-qr-frame {
  background: #fff; border-radius: 14px; padding: 10px;
  box-shadow: 0 4px 20px rgba(0,0,0,.35);
  line-height: 0;
}
.yape-qr-img { width: 160px; height: 160px; object-fit: contain; display: block; border-radius: 6px; }
.yape-qr-name { font-size: .75rem; font-weight: 600; color: var(--text); text-align: center; }
.yape-qr-hint { font-size: .68rem; color: var(--text3); text-align: center; }

.yape-or-divider {
  display: flex; align-items: center; justify-content: center;
  width: 32px; height: 32px; flex-shrink: 0;
}
.yape-or-divider span {
  font-size: .7rem; letter-spacing: .1em; color: var(--text3); text-transform: uppercase;
  background: var(--bg2); border: 1px solid var(--border);
  border-radius: 50%; width: 28px; height: 28px;
  display: flex; align-items: center; justify-content: center;
}

.yape-phone-wrap { display: flex; flex-direction: column; align-items: center; gap: .5rem; }
.yape-phone-label { font-size: .65rem; letter-spacing: .15em; text-transform: uppercase; color: var(--text3); }
.yape-phone-row { display: flex; align-items: center; gap: .65rem; flex-wrap: wrap; justify-content: center; }
.yape-phone-num {
  font-family: var(--font-serif); font-size: 1.55rem; font-weight: 700; color: var(--white);
  letter-spacing: .04em; user-select: all;
}
.yape-copy-btn {
  display: inline-flex; align-items: center; gap: .35rem;
  font-size: .75rem; font-weight: 600; color: var(--gold);
  border: 1.5px solid rgba(201,168,76,.4); border-radius: 50px;
  padding: .4rem .85rem; transition: all .2s; white-space: nowrap;
}
.yape-copy-btn:hover { background: rgba(201,168,76,.08); border-color: var(--gold); }
.yape-copy-btn.copied { background: rgba(37,211,102,.12); border-color: #25d366; color: #25d366; }
.yape-phone-hint { font-size: .68rem; color: var(--text3); text-align: center; }

.yape-note {
  display: flex; align-items: flex-start; gap: .55rem;
  background: rgba(201,168,76,.06); border: 1px solid rgba(201,168,76,.18);
  border-radius: 10px; padding: .85rem 1rem;
  font-size: .78rem; color: var(--text2); line-height: 1.55;
}
.yape-note svg { flex-shrink: 0; stroke: var(--gold); margin-top: 1px; }

@media (max-width: 480px) {
  .yape-total-amount { font-size: 1.7rem; }
  .yape-or-divider { width: 100%; height: auto; flex-direction: row; }
  .yape-or-divider span { border-radius: 50px; width: auto; padding: .2rem .85rem; }
  .yape-qr-img { width: 140px; height: 140px; }
  .yape-phone-num { font-size: 1.35rem; }
  .yape-footer { flex-wrap: wrap; }
  .btn-back-step { width: 100%; justify-content: center; }
  .btn-whatsapp { width: 100%; }
}

/* ─── Modal checkout ──────────────────────────────────── */
.modal { position: fixed; inset: 0; z-index: 400; display: flex; align-items: center; justify-content: center; padding: 1rem; opacity: 0; pointer-events: none; transition: opacity .25s; }
.modal.open { opacity: 1; pointer-events: all; }
.modal-content { background: var(--bg2); border: 1px solid var(--border); border-radius: var(--r-lg); width: 100%; max-width: 520px; max-height: 90vh; overflow-y: auto; box-shadow: var(--sh); transform: translateY(20px); transition: transform .25s; }
.modal.open .modal-content { transform: translateY(0); }
.modal-header { display: flex; align-items: center; justify-content: space-between; padding: 1.1rem 1.4rem; border-bottom: 1px solid var(--border); position: sticky; top: 0; background: var(--bg2); z-index: 1; }
.modal-header h3 { font-family: var(--font-serif); font-size: 1.1rem; color: var(--white); }
.modal-body { padding: 1.4rem; display: flex; flex-direction: column; gap: 1.4rem; }
.modal-footer { padding: 1rem 1.4rem; border-top: 1px solid var(--border); }

.delivery-options h4, .shipping-form h4 { font-family: var(--font-serif); color: var(--white); margin-bottom: .85rem; font-size: .95rem; }
.delivery-options { display: flex; flex-direction: column; gap: .65rem; }
.option-card { display: flex; align-items: center; gap: .85rem; background: var(--card); border: 1px solid var(--border); border-radius: var(--r); padding: .9rem 1rem; cursor: pointer; transition: all var(--tr); }
.option-card:has(input:checked) { border-color: var(--gold); background: var(--gold-dim); }
.option-card input[type="radio"] { accent-color: var(--gold); }
.option-content { display: flex; align-items: center; gap: .55rem; font-size: .88rem; }
.option-icon { font-size: 1.2rem; }

.shipping-form { display: flex; flex-direction: column; gap: .8rem; }
.form-group { display: flex; flex-direction: column; gap: .3rem; }
.form-group label { font-size: .75rem; color: var(--text2); font-weight: 500; letter-spacing: .04em; }
.form-group input, .form-group select { background: var(--card); border: 1px solid var(--border); color: var(--text); border-radius: var(--r); padding: .6rem .85rem; font-size: .85rem; transition: border-color var(--tr); }
.form-group input:focus, .form-group select:focus { outline: none; border-color: var(--gold-d); }
.form-group select option { background: var(--card); color: var(--text); }
.form-group.fv-error input,
.form-group.fv-error select  { border-color: #e05555; box-shadow: 0 0 0 2px rgba(224,85,85,.18); }
.form-group.fv-ok   input,
.form-group.fv-ok   select   { border-color: var(--gold); }
.fv-msg { font-size: .72rem; color: #e05555; margin-top: .1rem; min-height: 1em; }

.order-list { list-style: none; display: flex; flex-direction: column; gap: .45rem; }
.order-list li { display: flex; justify-content: space-between; font-size: .82rem; color: var(--text2); padding-bottom: .35rem; border-bottom: 1px solid var(--border); }
.order-list li span:last-child { color: var(--text); font-weight: 500; }
.order-total-row { display: flex; justify-content: space-between; margin-top: .65rem; padding-top: .65rem; border-top: 1px solid var(--border-l); }
.order-total-row strong { color: var(--gold); }
#modalOrderSummary h4 { font-family: var(--font-serif); color: var(--white); margin-bottom: .75rem; font-size: .95rem; }

/* ─── Secciones informativas ──────────────────────────── */
.info-section { padding: 4rem 0; border-top: 1px solid var(--border); }
.info-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 1.25rem; }
.info-card {
  text-align: center;
  padding: 1.75rem 1.25rem;
  background: rgba(20,20,20,.75);
  backdrop-filter: blur(18px) saturate(150%);
  border: 1px solid rgba(201,168,76,.15);
  border-radius: 18px;
  box-shadow: 0 0 30px rgba(201,168,76,.04), inset 0 1px 0 rgba(201,168,76,.08);
  transition: border-color .3s, transform .3s cubic-bezier(.22,1,.36,1);
}
.info-card:hover { border-color: rgba(201,168,76,.35); transform: translateY(-5px); }
.info-icon { font-size: 2rem; margin-bottom: .85rem; }
.info-card h3 { font-family: var(--font-serif); color: var(--white); font-size: 1.05rem; margin-bottom: .45rem; }
.info-card p  { color: var(--text2); font-size: .82rem; line-height: 1.65; }

/* ─── Nosotros: Stats ─────────────────────────────────── */
.ns-stats { display: flex; align-items: center; justify-content: center; gap: 2rem; margin: 1.75rem 0 2rem; flex-wrap: wrap; }
.ns-stat { display: flex; flex-direction: column; align-items: center; gap: .2rem; }
.ns-stat-num { font-family: var(--font-serif); font-size: 1.45rem; font-weight: 700; color: var(--gold); line-height: 1; }
.ns-stat-lbl { font-size: .65rem; letter-spacing: .14em; text-transform: uppercase; color: var(--text3); }
.ns-stat-sep { width: 1px; height: 32px; background: var(--border); }

/* ─── Nosotros: CTA Final ─────────────────────────────── */
.ns-cta-section { padding: 4.5rem 1rem 5rem; border-top: 1px solid var(--border); }
.ns-cta-card {
  position: relative;
  max-width: 680px;
  margin: 0 auto;
  background: rgba(20,20,20,.8);
  backdrop-filter: blur(24px) saturate(160%);
  border: 1px solid rgba(201,168,76,.22);
  border-radius: 24px;
  padding: 3rem 2.5rem;
  text-align: center;
  box-shadow: 0 0 80px rgba(201,168,76,.07), inset 0 1px 0 rgba(201,168,76,.12);
  overflow: hidden;
}
.ns-cta-glow {
  position: absolute; top: -60px; left: 50%; transform: translateX(-50%);
  width: 420px; height: 200px;
  background: radial-gradient(ellipse, rgba(201,168,76,.13), transparent 70%);
  pointer-events: none;
}
.ns-cta-eyebrow { font-size: .6rem; letter-spacing: .3em; text-transform: uppercase; color: var(--gold); opacity: .8; margin-bottom: .9rem; }
.ns-cta-title { font-family: var(--font-serif); font-size: clamp(1.6rem, 4vw, 2.4rem); color: var(--white); font-weight: 700; line-height: 1.2; margin-bottom: .8rem; }
.ns-cta-title span { color: var(--gold); }
.ns-cta-sub { font-size: .88rem; color: var(--text2); line-height: 1.65; margin: 0 auto 2rem; max-width: 380px; }
.ns-cta-actions { display: flex; flex-direction: column; align-items: center; gap: 1rem; }
.ns-wa-btn {
  display: inline-flex; align-items: center; gap: .65rem;
  background: #25d366; color: #fff; font-weight: 700;
  padding: .85rem 2rem; border-radius: 50px; font-size: .9rem;
  text-decoration: none;
  transition: transform .3s cubic-bezier(.22,1,.36,1), box-shadow .3s, background .2s;
  box-shadow: 0 5px 22px rgba(37,211,102,.3);
}
.ns-wa-btn:hover { transform: translateY(-4px) scale(1.03); box-shadow: 0 12px 34px rgba(37,211,102,.4); background: #1ebe5d; color: #fff; }
.ns-more-link { font-size: .8rem; color: var(--gold); text-decoration: none; letter-spacing: .04em; transition: color .2s, letter-spacing .2s; }
.ns-more-link:hover { color: var(--gold-l); letter-spacing: .08em; }

@media (max-width: 600px) {
  .ns-stat-sep { display: none; }
  .ns-stats { gap: 1.25rem; }
  .ns-cta-card { padding: 2rem 1.25rem; }
  .ns-wa-btn { width: 100%; justify-content: center; }
}

/* ─── Footer ──────────────────────────────────────────── */
.footer { background: var(--black); border-top: 1px solid var(--border); padding: 2.5rem 1rem; text-align: center; color: var(--text2); font-size: .78rem; }
.footer-logo { font-family: var(--font-serif); font-size: 1.2rem; color: var(--white); margin-bottom: .5rem; }
.footer-logo span { color: var(--gold); }

.footer-social { display: flex; justify-content: center; gap: .85rem; margin: 1.1rem 0 .9rem; }
.footer-social-link {
  display: flex; align-items: center; justify-content: center;
  width: 38px; height: 38px; border-radius: 50%;
  background: rgba(255,255,255,.04);
  border: 1px solid var(--border-l);
  color: var(--text2);
  transition: all var(--tr);
}
.footer-social-link:hover { border-color: var(--gold); color: var(--gold); background: var(--gold-dim); transform: translateY(-2px); }
.footer-social-link svg { width: 16px; height: 16px; fill: currentColor; }

/* ═══════════════════════════════════════════════════════
   PÁGINA NOSOTROS
   ═══════════════════════════════════════════════════════ */

.nosotros-hero {
  background: radial-gradient(ellipse at 50% 0%, rgba(201,168,76,.09) 0%, transparent 65%), var(--black);
  padding: 5rem 1rem 4rem;
  text-align: center;
  border-bottom: 1px solid var(--border);
}
.nosotros-hero .section-tag {
  display: inline-block;
  font-size: .62rem; letter-spacing: .22em; text-transform: uppercase;
  color: var(--gold); background: rgba(201,168,76,.1);
  border: 1px solid rgba(201,168,76,.3); padding: .28rem .85rem;
  border-radius: 50px; margin-bottom: 1.25rem;
}
.nosotros-hero h1 {
  font-family: var(--font-serif);
  font-size: clamp(2rem, 5vw, 3.2rem);
  color: var(--white); font-weight: 700; line-height: 1.2;
  margin-bottom: 1.1rem;
}
.nosotros-hero .hero-lead {
  color: var(--text2); font-size: clamp(.88rem, 2vw, 1rem);
  line-height: 1.8; max-width: 580px; margin: 0 auto 2rem;
}
.nosotros-hero .btn-store {
  display: inline-flex; align-items: center; gap: .5rem;
  background: var(--gold); color: #000;
  font-weight: 700; font-size: .9rem;
  padding: .85rem 2rem; border-radius: 50px;
  transition: background var(--tr), transform var(--tr), box-shadow var(--tr);
  box-shadow: 0 5px 20px rgba(201,168,76,.3);
}
.nosotros-hero .btn-store:hover { background: var(--gold-l); color: #000; transform: translateY(-3px); box-shadow: 0 10px 30px rgba(201,168,76,.4); }
@media (max-width: 600px) {
  .nosotros-hero { padding: 3rem 1rem 2.5rem; }
  .nosotros-hero .btn-store { width: 100%; justify-content: center; max-width: 320px; }
}

/* ─── Misión & Visión ────────────────────────────────── */
.mv-section { padding: 4rem 0; border-top: 1px solid var(--border); }
.mv-section .section-header { text-align: center; margin-bottom: 2.5rem; }
.mv-section .section-header p { font-size: .7rem; letter-spacing: .2em; text-transform: uppercase; color: var(--gold); margin-bottom: .6rem; }
.mv-section .section-header h2 { font-family: var(--font-serif); font-size: clamp(1.5rem, 3.5vw, 2.2rem); color: var(--white); }

.mv-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
}
.mv-card {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  padding: 2rem 1.75rem;
  position: relative;
  overflow: hidden;
  transition: border-color var(--tr), box-shadow var(--tr);
}
.mv-card:hover { border-color: rgba(201,168,76,.3); box-shadow: var(--sh-gold); }
.mv-card::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, var(--gold-d), var(--gold));
}
.mv-card-icon { font-size: 2.2rem; margin-bottom: 1rem; }
.mv-card-label {
  font-size: .62rem; letter-spacing: .2em; text-transform: uppercase;
  color: var(--gold-d); font-weight: 700; margin-bottom: .55rem;
}
.mv-card h3 { font-family: var(--font-serif); font-size: 1.35rem; color: var(--white); margin-bottom: .85rem; }
.mv-card p { color: var(--text2); font-size: .88rem; line-height: 1.8; }

/* ─── Valores / Info (reutilizada en nosotros) ───────── */
.nosotros-values { padding: 3.5rem 0; background: var(--bg2); border-top: 1px solid var(--border); }
.nosotros-values .section-header { text-align: center; margin-bottom: 2rem; }
.nosotros-values .section-header p { font-size: .7rem; letter-spacing: .2em; text-transform: uppercase; color: var(--gold); margin-bottom: .6rem; }
.nosotros-values .section-header h2 { font-family: var(--font-serif); font-size: clamp(1.4rem, 3vw, 2rem); color: var(--white); }

/* ═══════════════════════════════════════════════════════
   ADMIN PANEL
   ═══════════════════════════════════════════════════════ */

#loginSection { min-height: 100vh; display: flex; align-items: center; justify-content: center; background: radial-gradient(ellipse at 50% 30%, rgba(201,168,76,.07) 0%, transparent 60%); }
.login-box { background: var(--card); border: 1px solid var(--border); border-radius: var(--r-xl); padding: 2.5rem 2rem; width: 100%; max-width: 360px; box-shadow: var(--sh); }
.logo-admin { font-family: var(--font-serif); font-size: 1.6rem; color: var(--white); text-align: center; margin-bottom: .2rem; }
.logo-admin span { color: var(--gold); }
.login-subtitle { color: var(--text2); font-size: .75rem; text-align: center; letter-spacing: .12em; text-transform: uppercase; margin-bottom: 2rem; }
.login-field { display: flex; flex-direction: column; gap: .35rem; margin-bottom: .9rem; }
.login-field label { font-size: .75rem; color: var(--text2); font-weight: 500; }
.login-field input { background: var(--bg2); border: 1px solid var(--border); color: var(--text); padding: .7rem .9rem; border-radius: var(--r); font-size: .88rem; }
.login-field input:focus { outline: none; border-color: var(--gold-d); }
.btn-login { width: 100%; background: var(--gold); color: #000; font-weight: 700; padding: .75rem; border-radius: var(--r); font-size: .88rem; margin-top: .5rem; transition: background var(--tr); }
.btn-login:hover { background: var(--gold-l); }
.login-error { color: var(--red); font-size: .78rem; display: none; padding: .45rem .7rem; background: rgba(239,83,80,.1); border-radius: var(--r); }

#dashboardSection { display: none; }
.admin-header { background: rgba(8,8,8,.95); border-bottom: 1px solid var(--border); position: sticky; top: 0; z-index: 100; backdrop-filter: blur(12px); }
.admin-header-inner { display: flex; align-items: center; justify-content: space-between; max-width: 1100px; margin: 0 auto; padding: 0 1rem; height: 60px; flex-wrap: wrap; gap: .5rem; }
.admin-logo { font-family: var(--font-serif); font-size: 1.1rem; color: var(--white); }
.admin-logo span { color: var(--gold); }
.admin-nav { display: flex; gap: .35rem; flex-wrap: wrap; }
.admin-nav-btn { background: none; color: var(--text2); font-size: .78rem; padding: .35rem .8rem; border-radius: var(--r); border: 1px solid transparent; transition: all var(--tr); }
.admin-nav-btn:hover, .admin-nav-btn.active { color: var(--gold); border-color: rgba(201,168,76,.3); background: var(--gold-dim); }
.btn-logout { background: rgba(239,83,80,.1); color: var(--red); font-size: .78rem; padding: .35rem .8rem; border-radius: var(--r); border: 1px solid rgba(239,83,80,.2); transition: all var(--tr); }
.btn-logout:hover { background: rgba(239,83,80,.2); }

.admin-body { max-width: 1100px; margin: 0 auto; padding: 1.5rem 1rem; }
.admin-section { display: none; }
.admin-section.active { display: block; }
.admin-section-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 1.25rem; flex-wrap: wrap; gap: .75rem; }
.admin-section-header h2 { font-family: var(--font-serif); color: var(--white); font-size: 1.3rem; }
.btn-add { background: var(--gold); color: #000; font-weight: 700; padding: .5rem 1.1rem; border-radius: var(--r); font-size: .82rem; transition: background var(--tr); }
.btn-add:hover { background: var(--gold-l); }

/* Stats bar */
.stats-bar { display: grid; grid-template-columns: repeat(auto-fit, minmax(130px, 1fr)); gap: .75rem; margin-bottom: 1.5rem; }
.stat-card { background: var(--card); border: 1px solid var(--border); border-radius: var(--r-lg); padding: 1rem; text-align: center; }
.stat-val   { font-family: var(--font-serif); font-size: 1.6rem; font-weight: 700; }
.stat-label { font-size: .7rem; color: var(--text2); margin-top: .2rem; text-transform: uppercase; letter-spacing: .08em; }

/* Admin card */
.admin-card { background: var(--card); border: 1px solid var(--border); border-radius: var(--r-lg); margin-bottom: .85rem; overflow: hidden; }
.admin-card-head { display: flex; align-items: flex-start; justify-content: space-between; padding: .9rem 1.1rem; border-bottom: 1px solid var(--border); gap: .75rem; }
.admin-product-thumb { width: 64px; height: 64px; object-fit: contain; background: #fff; border-radius: var(--r); flex-shrink: 0; padding: 4px; }
.admin-type-badge { font-size: .62rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: .15rem .55rem; border-radius: 50px; display: inline-block; margin-bottom: .3rem; }
.admin-product-name { font-family: var(--font-serif); color: var(--white); font-size: .95rem; }
.admin-card-actions { display: flex; gap: .4rem; flex-shrink: 0; }
.btn-edit { background: var(--gold-dim); color: var(--gold); border: 1px solid rgba(201,168,76,.25); font-size: .75rem; padding: .3rem .8rem; border-radius: var(--r); transition: all var(--tr); }
.btn-edit:hover { background: rgba(201,168,76,.22); }
.btn-delete { background: rgba(239,83,80,.1); color: var(--red); border: 1px solid rgba(239,83,80,.2); font-size: .75rem; padding: .3rem .8rem; border-radius: var(--r); transition: all var(--tr); }
.btn-delete:hover { background: rgba(239,83,80,.2); }

.admin-card-body { padding: 1rem 1.1rem; display: flex; flex-direction: column; gap: 1rem; }
.admin-info-row { display: flex; align-items: center; gap: .75rem; font-size: .82rem; }

/* Toggle */
.toggle-label { display: flex; align-items: center; gap: .65rem; font-size: .82rem; }
.toggle { position: relative; display: inline-block; width: 40px; height: 22px; }
.toggle input { opacity: 0; width: 0; height: 0; }
.toggle-slider { position: absolute; inset: 0; background: var(--bg2); border-radius: 22px; border: 1px solid var(--border); transition: background var(--tr); }
.toggle-slider::before { content: ''; position: absolute; width: 14px; height: 14px; left: 3px; top: 3px; background: var(--text2); border-radius: 50%; transition: all var(--tr); }
.toggle input:checked + .toggle-slider { background: rgba(76,175,80,.25); border-color: rgba(76,175,80,.4); }
.toggle input:checked + .toggle-slider::before { transform: translateX(18px); background: var(--green); }
.in-stock  { color: var(--green); font-weight: 600; font-size: .78rem; }
.out-stock { color: var(--red);   font-weight: 600; font-size: .78rem; }

/* ML tracker */
.ml-tracker { background: var(--bg2); border-radius: var(--r); padding: .85rem; }
.ml-label { display: flex; justify-content: space-between; font-size: .78rem; color: var(--text2); margin-bottom: .45rem; }
.ml-values strong { color: var(--text); }
.ml-bar-wrap { background: var(--border); border-radius: 4px; height: 7px; overflow: hidden; margin-bottom: .85rem; }
.ml-bar { height: 100%; border-radius: 4px; transition: width .5s, background .5s; }
.ml-controls { display: flex; gap: .65rem; align-items: flex-end; flex-wrap: wrap; }
.ml-controls label { font-size: .72rem; color: var(--text2); display: flex; flex-direction: column; gap: .25rem; }
.ml-controls input { background: var(--card); border: 1px solid var(--border); color: var(--text); padding: .35rem .6rem; border-radius: var(--r); font-size: .82rem; width: 100px; }
.ml-controls input:focus { outline: none; border-color: var(--gold-d); }
.btn-save-ml { background: var(--gold); color: #000; font-weight: 700; padding: .38rem .85rem; border-radius: var(--r); font-size: .75rem; transition: background var(--tr); }
.btn-save-ml:hover { background: var(--gold-l); }

.sizes-admin { font-size: .78rem; display: flex; gap: .4rem; flex-wrap: wrap; align-items: center; }
.sizes-admin strong { color: var(--text2); margin-right: .2rem; }
.size-chip { background: var(--bg2); border: 1px solid var(--border); color: var(--text); padding: .18rem .6rem; border-radius: 50px; font-size: .72rem; }

/* Tabla de pedidos */
.order-stats-bar { display: grid; grid-template-columns: repeat(auto-fit, minmax(110px, 1fr)); gap: .65rem; margin-bottom: 1.25rem; }
.order-filters { display: flex; gap: .5rem; flex-wrap: wrap; margin-bottom: 1.25rem; }
.orders-toolbar { display: flex; gap: .5rem; flex-wrap: wrap; margin-bottom: 1.25rem; }
.order-filter-btn { padding: .35rem .85rem; border-radius: 50px; font-size: .75rem; border: 1px solid var(--border-l); background: var(--card); color: var(--text2); transition: all var(--tr); }
.order-filter-btn:hover { border-color: var(--gold-d); color: var(--gold); }
.order-filter-btn.active { background: var(--gold-dim); color: var(--gold); border-color: rgba(201,168,76,.4); }

.orders-table-wrap { overflow-x: auto; }
.orders-table { width: 100%; border-collapse: collapse; font-size: .8rem; }
.orders-table th { text-align: left; padding: .65rem .85rem; font-size: .68rem; letter-spacing: .1em; text-transform: uppercase; color: var(--text2); border-bottom: 1px solid var(--border-l); font-weight: 600; white-space: nowrap; }
.orders-table td { padding: .75rem .85rem; border-bottom: 1px solid var(--border); vertical-align: middle; }
.orders-table tr:hover td { background: rgba(255,255,255,.02); }
.orders-table tr:last-child td { border-bottom: none; }

.order-id { font-weight: 700; color: var(--gold); font-size: .82rem; }
.order-customer { font-weight: 500; color: var(--white); }
.order-date { color: var(--text2); font-size: .75rem; }
.order-total-cell { font-weight: 700; color: var(--gold); }

.status-badge { display: inline-flex; align-items: center; gap: .3rem; padding: .22rem .65rem; border-radius: 50px; font-size: .7rem; font-weight: 600; }
.status-pendiente { background: rgba(255,152,0,.12); color: var(--orange); border: 1px solid rgba(255,152,0,.25); }
.status-pagado    { background: rgba(76,175,80,.12); color: var(--green); border: 1px solid rgba(76,175,80,.25); }
.status-enviado   { background: rgba(33,150,243,.12); color: #64b5f6; border: 1px solid rgba(33,150,243,.25); }
.status-entregado { background: rgba(201,168,76,.12); color: var(--gold); border: 1px solid rgba(201,168,76,.25); }
.status-cancelado { background: rgba(239,83,80,.1); color: var(--red); border: 1px solid rgba(239,83,80,.2); }

.order-action-select { background: var(--bg2); border: 1px solid var(--border-l); color: var(--text); padding: .25rem .5rem; border-radius: var(--r); font-size: .75rem; }
.order-action-select:focus { outline: none; border-color: var(--gold-d); }

.btn-order-detail { background: var(--gold-dim); color: var(--gold); border: 1px solid rgba(201,168,76,.25); font-size: .72rem; padding: .25rem .65rem; border-radius: var(--r); transition: all var(--tr); }
.btn-order-detail:hover { background: rgba(201,168,76,.2); }

/* Modal de pedido */
.order-modal { position: fixed; inset: 0; z-index: 500; display: flex; align-items: center; justify-content: center; padding: 1rem; background: rgba(0,0,0,.7); opacity: 0; pointer-events: none; transition: opacity .25s; }
.order-modal.open { opacity: 1; pointer-events: all; }
.order-modal-content { background: var(--bg2); border: 1px solid var(--border); border-radius: var(--r-xl); width: 100%; max-width: 560px; max-height: 90vh; overflow-y: auto; box-shadow: var(--sh); }
.order-modal-header { display: flex; justify-content: space-between; align-items: center; padding: 1.1rem 1.4rem; border-bottom: 1px solid var(--border); position: sticky; top: 0; background: var(--bg2); z-index: 1; }
.order-modal-header h3 { font-family: var(--font-serif); color: var(--white); font-size: 1rem; }
.order-modal-body { padding: 1.4rem; display: flex; flex-direction: column; gap: 1.1rem; }
.order-detail-row { display: flex; gap: .5rem; font-size: .82rem; }
.order-detail-row .lbl { color: var(--text2); min-width: 110px; font-weight: 500; }
.order-detail-row .val { color: var(--text); }

/* Modal de producto (admin) */
.product-modal { position: fixed; inset: 0; z-index: 500; display: flex; align-items: center; justify-content: center; padding: 1rem; background: rgba(0,0,0,.7); opacity: 0; pointer-events: none; transition: opacity .25s; }
.product-modal.open { opacity: 1; pointer-events: all; }
.product-modal-content { background: var(--bg2); border: 1px solid var(--border); border-radius: var(--r-xl); width: 100%; max-width: 580px; max-height: 92vh; display: flex; flex-direction: column; overflow: hidden; box-shadow: var(--sh); }
.product-modal-header { display: flex; justify-content: space-between; align-items: center; padding: 1.1rem 1.4rem; border-bottom: 1px solid var(--border); flex-shrink: 0; background: var(--bg2); }
.product-modal-header h3 { font-family: var(--font-serif); color: var(--white); }
.product-modal-body { padding: 1.4rem; display: flex; flex-direction: column; gap: .85rem; overflow-y: auto; flex: 1; -ms-overflow-style: none; scrollbar-width: none; }
.product-modal-body::-webkit-scrollbar { display: none; }
.product-modal-footer { padding: 1rem 1.4rem; border-top: 1px solid var(--border); display: flex; justify-content: flex-end; gap: .65rem; flex-shrink: 0; background: var(--bg2); }

/* Image upload zone */
.img-upload-zone { border: 2px dashed var(--border-l); border-radius: var(--r); min-height: 140px; display: flex; align-items: center; justify-content: center; cursor: pointer; transition: border-color var(--tr), background var(--tr); position: relative; overflow: hidden; background: var(--card); }
.img-upload-zone:hover, .img-upload-zone.drag-over { border-color: var(--gold-d); background: var(--gold-dim); }
.img-upload-zone.has-image { border-style: solid; border-color: var(--border); min-height: 180px; }
.img-upload-zone.has-image::after { content: '📷  Cambiar imagen'; position: absolute; inset: 0; background: rgba(0,0,0,.58); color: var(--gold); font-size: .82rem; font-family: Inter,sans-serif; display: flex; align-items: center; justify-content: center; opacity: 0; transition: opacity var(--tr); border-radius: calc(var(--r) - 2px); letter-spacing: .04em; }
.img-upload-zone.has-image:hover::after { opacity: 1; }
.img-upload-placeholder { display: flex; flex-direction: column; align-items: center; gap: .45rem; color: var(--text2); padding: 1.5rem; text-align: center; pointer-events: none; }
.img-upload-placeholder svg { width: 36px; height: 36px; opacity: .35; }
.img-upload-placeholder span { font-size: .82rem; }
.img-upload-placeholder small { font-size: .7rem; color: var(--text3); }
#imgPreview { width: 100%; height: 180px; object-fit: contain; padding: .5rem; display: block; pointer-events: none; }
.img-upload-actions { display: flex; gap: .5rem; margin-top: .4rem; }
.btn-img-change { font-size: .75rem; background: var(--card); border: 1px solid var(--border); color: var(--text2); padding: .3rem .75rem; border-radius: var(--r); transition: all var(--tr); }
.btn-img-change:hover { border-color: var(--gold-d); color: var(--gold); }
.btn-img-remove { font-size: .75rem; background: rgba(239,83,80,.08); border: 1px solid rgba(239,83,80,.2); color: var(--red); padding: .3rem .75rem; border-radius: var(--r); transition: all var(--tr); }
.btn-img-remove:hover { background: rgba(239,83,80,.15); }

.field { display: flex; flex-direction: column; gap: .3rem; }
.field label { font-size: .72rem; color: var(--text2); font-weight: 500; letter-spacing: .04em; }
.field input, .field select, .field textarea { background: var(--card); border: 1px solid var(--border); color: var(--text); padding: .6rem .85rem; border-radius: var(--r); font-size: .85rem; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--gold-d); }
.field textarea { resize: vertical; min-height: 72px; }
.field select option { background: var(--card); }
.field-grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: .75rem; }
.field-grid-3 { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: .75rem; }

.sizes-label { display: flex; justify-content: space-between; align-items: center; font-size: .72rem; color: var(--text2); font-weight: 500; margin-bottom: .5rem; }
.btn-add-size { background: none; color: var(--gold); font-size: .75rem; border: 1px solid var(--gold-d); padding: .18rem .65rem; border-radius: 50px; transition: all var(--tr); }
.btn-add-size:hover { background: var(--gold-dim); }
.size-row { display: flex; gap: .5rem; align-items: center; margin-bottom: .45rem; }
.size-row .size-ml { background: var(--card); border: 1px solid var(--border); color: var(--text); padding: .45rem .65rem; border-radius: var(--r); font-size: .82rem; width: 85px; }
.size-row .size-ml:focus, .size-row .size-price:focus { outline: none; border-color: var(--gold-d); }
.size-row .size-price { background: var(--card); border: 1px solid var(--border); color: var(--text); padding: .45rem .65rem; border-radius: var(--r); font-size: .82rem; width: 95px; }
.remove-size-btn { background: none; color: var(--red); font-size: 1.1rem; width: 26px; height: 26px; border-radius: var(--r); display: flex; align-items: center; justify-content: center; transition: background var(--tr); }
.remove-size-btn:hover { background: rgba(239,83,80,.12); }

/* Notes section in product modal */
.notes-section { background: var(--bg2); border: 1px solid var(--border); border-radius: var(--r); padding: .85rem; }
.notes-section-title { font-size: .72rem; color: var(--gold-d); font-weight: 600; letter-spacing: .08em; text-transform: uppercase; margin-bottom: .65rem; }

.btn-cancel { background: var(--card); color: var(--text2); font-size: .85rem; padding: .55rem 1.1rem; border-radius: var(--r); border: 1px solid var(--border); transition: all var(--tr); }
.btn-cancel:hover { color: var(--text); border-color: var(--border-l); }
.btn-save { background: var(--gold); color: #000; font-weight: 700; padding: .55rem 1.3rem; border-radius: var(--r); font-size: .85rem; transition: background var(--tr); }
.btn-save:hover { background: var(--gold-l); }

/* Ajustes */
.pass-form { background: var(--card); border: 1px solid var(--border); border-radius: var(--r-lg); padding: 1.4rem; max-width: 400px; display: flex; flex-direction: column; gap: .8rem; }
.pass-form h3 { font-family: var(--font-serif); color: var(--white); margin-bottom: .2rem; }
.pass-field { display: flex; flex-direction: column; gap: .3rem; }
.pass-field label { font-size: .75rem; color: var(--text2); }
.pass-field input { background: var(--bg2); border: 1px solid var(--border); color: var(--text); padding: .62rem .85rem; border-radius: var(--r); font-size: .85rem; }
.pass-field input:focus { outline: none; border-color: var(--gold-d); }
.btn-change-pass { background: var(--gold); color: #000; font-weight: 700; padding: .6rem 1.3rem; border-radius: var(--r); font-size: .85rem; align-self: flex-start; transition: background var(--tr); }
.btn-change-pass:hover { background: var(--gold-l); }
.msg-error   { color: var(--red);   background: rgba(239,83,80,.1); border-radius: var(--r); padding: .45rem .7rem; font-size: .78rem; display: none; }
.msg-success { color: var(--green); background: rgba(76,175,80,.1); border-radius: var(--r); padding: .45rem .7rem; font-size: .78rem; display: none; }

/* ═══════════════════════════════════════════════════════
   CHATBOT IA
   ═══════════════════════════════════════════════════════ */

/* Botón flotante */
.chat-fab {
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  z-index: 500;
  display: flex;
  align-items: center;
  gap: .6rem;
  background: var(--gold);
  color: #000;
  border: none;
  border-radius: 50px;
  padding: .7rem 1.1rem .7rem .9rem;
  font-weight: 700;
  font-size: .8rem;
  cursor: pointer;
  box-shadow: 0 4px 20px rgba(201,168,76,.45);
  transition: background var(--tr), transform var(--tr), box-shadow var(--tr);
}
.chat-fab:hover { background: var(--gold-l); transform: translateY(-3px); box-shadow: 0 6px 28px rgba(201,168,76,.55); }
.chat-fab svg { width: 20px; height: 20px; flex-shrink: 0; }
.chat-fab-label { white-space: nowrap; }
.chat-fab.hidden { display: none; }
@media(max-width:480px) { .chat-fab-label { display: none; } .chat-fab { border-radius: 50%; padding: .85rem; } }

/* Ventana del chat */
.chat-window {
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  z-index: 600;
  width: min(360px, calc(100vw - 2rem));
  height: min(520px, calc(100vh - 6rem));
  background: var(--bg2);
  border: 1px solid var(--border-l);
  border-radius: var(--r-xl);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  box-shadow: 0 12px 48px rgba(0,0,0,.7);
  opacity: 0;
  pointer-events: none;
  transform: translateY(20px) scale(.97);
  transition: opacity .25s ease, transform .25s ease;
}
.chat-window.open { opacity: 1; pointer-events: all; transform: translateY(0) scale(1); }

/* Header del chat */
.chat-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: .9rem 1rem;
  background: var(--card);
  border-bottom: 1px solid var(--border);
  flex-shrink: 0;
}
.chat-header-info { display: flex; align-items: center; gap: .65rem; }
.chat-avatar { font-size: 1.5rem; line-height: 1; }
.chat-name { font-size: .85rem; font-weight: 600; color: var(--white); }
.chat-status { font-size: .68rem; color: var(--gold); letter-spacing: .04em; }
.chat-close-btn { color: var(--text2); font-size: 1.5rem; width: 28px; height: 28px; display: flex; align-items: center; justify-content: center; border-radius: var(--r); transition: all var(--tr); }
.chat-close-btn:hover { background: var(--bg2); color: var(--text); }

/* Mensajes */
.chat-messages {
  flex: 1;
  overflow-y: auto;
  padding: 1rem .85rem;
  display: flex;
  flex-direction: column;
  gap: .65rem;
  scrollbar-width: thin;
  scrollbar-color: var(--border) transparent;
}
.chat-msg { display: flex; }
.chat-msg-bot { justify-content: flex-start; }
.chat-msg-user { justify-content: flex-end; }

.chat-bubble {
  max-width: 82%;
  padding: .6rem .85rem;
  border-radius: 16px;
  font-size: .82rem;
  line-height: 1.55;
}
.chat-msg-bot  .chat-bubble { background: var(--card); color: var(--text); border-bottom-left-radius: 4px; border: 1px solid var(--border); }
.chat-msg-user .chat-bubble { background: var(--gold); color: #000; font-weight: 500; border-bottom-right-radius: 4px; }

/* Indicador "escribiendo..." */
.chat-typing { display: flex; align-items: center; gap: 4px; padding: .65rem .9rem; }
.chat-typing span {
  width: 7px; height: 7px;
  background: var(--text2); border-radius: 50%;
  animation: typingDot 1.2s infinite ease-in-out;
}
.chat-typing span:nth-child(2) { animation-delay: .2s; }
.chat-typing span:nth-child(3) { animation-delay: .4s; }
@keyframes typingDot { 0%,60%,100%{transform:translateY(0);opacity:.4} 30%{transform:translateY(-5px);opacity:1} }

/* Área de input */
.chat-input-area {
  display: flex;
  align-items: center;
  gap: .5rem;
  padding: .65rem .85rem;
  border-top: 1px solid var(--border);
  background: var(--card);
  flex-shrink: 0;
}
#chatInput {
  flex: 1;
  background: var(--bg2);
  border: 1px solid var(--border);
  color: var(--text);
  border-radius: 50px;
  padding: .5rem .95rem;
  font-size: .82rem;
  outline: none;
  transition: border-color var(--tr);
}
#chatInput:focus { border-color: var(--gold-d); }
#chatInput::placeholder { color: var(--text3); }
#chatInput:disabled { opacity: .5; }

.chat-send-btn {
  width: 36px; height: 36px; border-radius: 50%;
  background: var(--gold); color: #000;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  transition: background var(--tr), transform var(--tr);
}
.chat-send-btn:hover:not(:disabled) { background: var(--gold-l); transform: scale(1.08); }
.chat-send-btn:disabled { opacity: .4; cursor: not-allowed; }
.chat-send-btn svg { width: 15px; height: 15px; }

/* ─── Responsive ──────────────────────────────────────── */
@media (max-width: 600px) {
  .products-grid { grid-template-columns: repeat(2, 1fr); gap: .75rem; }
  .product-name  { font-size: .9rem; }
  .filter-row-2  { gap: .5rem; }
  .admin-card-head { flex-direction: column; }
  .admin-card-actions { width: 100%; justify-content: flex-end; }
  .ml-controls   { flex-direction: column; align-items: flex-start; }
  .orders-table th:nth-child(4),
  .orders-table td:nth-child(4) { display: none; }
  .field-grid-2  { grid-template-columns: 1fr; }
  .field-grid-3  { grid-template-columns: 1fr; }
}
@media (max-width: 380px) {
  .products-grid { grid-template-columns: 1fr; }
}

/* ── Mobile: ocultar flechas del carousel ─────────────── */
@media(max-width:640px) {
  .carousel-prev, .carousel-next { display: none; }
}

/* ── Scroll progress line (barra dorada superior) ──────── */
.scroll-progress-line {
  position: fixed;
  top: 0; left: 0;
  height: 2px;
  width: 0%;
  background: linear-gradient(90deg, var(--gold-d), var(--gold), var(--gold-l));
  z-index: 9999;
  pointer-events: none;
}

/* ── Nav underline animado ─────────────────────────────── */
@media(min-width:768px) {
  .nav a { position: relative; }
  .nav a::after {
    content: '';
    position: absolute;
    bottom: -4px; left: 0;
    width: 0; height: 1px;
    background: var(--gold);
    transition: width .35s cubic-bezier(.43,.13,.23,.96);
  }
  .nav a:hover::after { width: 100%; }
}

/* ── Button shimmer (brillo al hover) ──────────────────── */
.carousel-cta { position: relative; overflow: hidden; }
.carousel-cta::before {
  content: '';
  position: absolute;
  top: 0; left: -80%;
  width: 50%; height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.28), transparent);
  transform: skewX(-20deg);
  transition: none;
}
.carousel-cta:hover::before {
  animation: btnShimmer .6s cubic-bezier(.43,.13,.23,.96) forwards;
}
@keyframes btnShimmer {
  from { left: -80%; }
  to   { left: 150%; }
}

/* ── Filter btn micro-interacción ──────────────────────── */
.filter-btn, .filter-group-btn {
  transition: all .25s cubic-bezier(.43,.13,.23,.96);
}
.filter-btn:active, .filter-group-btn:active { transform: scale(.93); }

/* ── Logo + nav entrada suave ──────────────────────────── */
@media (prefers-reduced-motion: no-preference) {
  .logo {
    animation: logoSlideIn .7s cubic-bezier(.22,1,.36,1) both;
  }
  @keyframes logoSlideIn {
    from { opacity: 0; transform: translateX(-18px); }
    to   { opacity: 1; transform: translateX(0); }
  }
  .nav a {
    animation: navFadeIn .5s cubic-bezier(.22,1,.36,1) both;
  }
  .nav a:nth-child(1) { animation-delay: .1s; }
  .nav a:nth-child(2) { animation-delay: .18s; }
  .nav a:nth-child(3) { animation-delay: .26s; }
  @keyframes navFadeIn {
    from { opacity: 0; transform: translateY(-6px); }
    to   { opacity: 1; transform: translateY(0); }
  }
}

/* ── Scroll Animations ──────────────────────────────────── */
@media (prefers-reduced-motion: no-preference) {
  .anim-fade-up {
    opacity: 0;
    transform: translateY(36px);
    transition: opacity .7s cubic-bezier(.22,1,.36,1),
                transform .7s cubic-bezier(.22,1,.36,1);
  }
  .anim-scale {
    opacity: 0;
    transform: translateY(22px) scale(.96);
    transition: opacity .55s cubic-bezier(.22,1,.36,1),
                transform .55s cubic-bezier(.22,1,.36,1);
  }
  .anim-fade-up.anim-visible {
    opacity: 1;
    transform: translateY(0);
  }
  .anim-scale.anim-visible {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

/* ── Descripción colapsable (solo móvil) ───────────────── */
.desc-toggle {
  display: none;
  align-items: center;
  justify-content: space-between;
  font-size: .75rem;
  color: var(--text2);
  padding: .35rem 0;
  width: 100%;
  transition: color var(--tr);
}
.desc-toggle:hover { color: var(--gold); }
.desc-toggle .chevron { width: 14px; height: 14px; stroke: currentColor; fill: none; stroke-width: 2; transition: transform var(--tr); }

@media(max-width:640px) {
  .desc-toggle { display: flex; }
  .product-desc { display: none; }
  .product-desc.desc-open { display: block; }
}

/* ── Formulario de recojo ───────────────────────────────── */
.pickup-form-section h4 {
  font-family: var(--font-serif);
  color: var(--white);
  margin-bottom: .85rem;
  font-size: .95rem;
}

/* ── Iconos sociales animados (Uiverse) ────────────────── */
.social-list { list-style: none; display: flex; justify-content: center; align-items: center; gap: 0; margin: 1.1rem 0 .9rem; padding: 0; }
.social-item { margin: 0 10px; position: relative; }
.social-item .social-tooltip {
  position: absolute;
  top: -30px; left: 50%;
  transform: translateX(-50%);
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  opacity: 0;
  visibility: hidden;
  font-size: .72rem;
  white-space: nowrap;
  transition: all .3s ease;
  background: rgba(0,0,0,.7);
}
.social-item:hover .social-tooltip {
  opacity: 1;
  visibility: visible;
  top: -42px;
}
.social-item a {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 46px; height: 46px;
  border-radius: 50%;
  color: #4d4d4d;
  background: #fff;
  transition: all .3s ease-in-out;
  text-decoration: none;
}
.social-item a:hover { box-shadow: 3px 2px 45px 0px rgba(0,0,0,.2); color: #fff; }
.social-item a svg { position: relative; z-index: 1; width: 22px; height: 22px; }
.social-item a .filled {
  position: absolute;
  bottom: 0; left: 0;
  width: 100%; height: 0;
  transition: all .3s ease-in-out;
}
.social-item a:hover .filled { height: 100%; }
.social-item a[data-social="whatsapp"] .filled,
.social-item a[data-social="whatsapp"] ~ .social-tooltip { background: #128c7e; }
.social-item a[data-social="facebook"] .filled,
.social-item a[data-social="facebook"] ~ .social-tooltip { background: #3b5998; }
.social-item a[data-social="instagram"] .filled,
.social-item a[data-social="instagram"] ~ .social-tooltip {
  background: linear-gradient(45deg, #405de6, #5b51db, #b33ab4, #c135b4, #e1306c, #fd1f1f);
}

/* ── Print CSS para exportar catálogo en PDF ───────────── */
@media print {
  header, .filters-section, #contacto, .footer,
  .cart-sidebar, .overlay, .modal, .chat-fab,
  .chat-window, #paginationControls, .carousel-progress,
  .carousel-counter, .carousel-prev, .carousel-next,
  .carousel-dots, .scroll-progress-line { display: none !important; }

  body { background: #fff; color: #000; }
  #carouselWrapper { display: none; }

  .products-section { padding: 0; }
  .products-grid {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 12px !important;
  }
  .product-card {
    border: 1px solid #ccc;
    border-radius: 8px;
    break-inside: avoid;
    page-break-inside: avoid;
    background: #fff;
    box-shadow: none !important;
    transform: none !important;
  }
  .product-img-wrap { background: #f9f9f9; }
  .product-name { color: #000; font-size: .85rem; }
  .product-desc { display: block !important; color: #555; font-size: .7rem; }
  .desc-toggle { display: none !important; }
  .notes-toggle, .notes-pyramid { display: none; }
  .price-from strong { color: #8b6914; }
  .size-btn { border: 1px solid #ccc; color: #000; background: #f5f5f5; }
  .btn-cart { display: none; }
  .product-card::after {
    content: 'MICHT Decants · +51 917 452 643';
    display: block;
    font-size: .6rem;
    color: #999;
    text-align: center;
    padding: .3rem;
  }

  @page { margin: 1.5cm; size: A4; }
}

/* ════════════════════════════════════════════════════════
   CAROUSEL PREMIUM ANIMATIONS
   ════════════════════════════════════════════════════════ */

/* ── Stagger text reveal al entrar un slide ─────────────── */
@media (prefers-reduced-motion: no-preference) {
  .carousel-slide .carousel-tag,
  .carousel-slide .carousel-title,
  .carousel-slide .carousel-sub,
  .carousel-slide .carousel-cta { opacity: 0; }

  .carousel-slide.active .carousel-tag {
    animation: csTextIn .55s cubic-bezier(.22,1,.36,1) .10s both;
  }
  .carousel-slide.active .carousel-title {
    animation: csTextIn .65s cubic-bezier(.22,1,.36,1) .22s both;
  }
  .carousel-slide.active .carousel-sub {
    animation: csTextIn .6s cubic-bezier(.22,1,.36,1) .38s both;
  }
  .carousel-slide.active .carousel-cta {
    animation: csTextIn .5s cubic-bezier(.22,1,.36,1) .52s both;
  }

  @keyframes csTextIn {
    from { opacity: 0; transform: translateY(22px); }
    to   { opacity: 1; transform: translateY(0); }
  }

  /* ── Slide salida con depth ────────────────────────────── */
  .carousel-slide.slide-exiting .carousel-content {
    animation: csContentOut .5s cubic-bezier(.43,.13,.23,.96) forwards;
  }
  @keyframes csContentOut {
    from { opacity: 1; transform: translateX(0) scale(1); }
    to   { opacity: 0; transform: translateX(-30px) scale(.97); }
  }

  /* ── Deco rings: glow pulsante además de spin ───────────── */
  .deco-ring-1 { animation: spin 20s linear infinite, ringGlow 4s ease-in-out infinite; }
  .deco-ring-2 { animation: spin 30s linear infinite reverse, ringGlow 4s ease-in-out .8s infinite; }
  .deco-ring-3 { animation: spin 15s linear infinite, ringGlow 4s ease-in-out 1.6s infinite; }
  @keyframes ringGlow {
    0%, 100% { border-color: rgba(201,168,76,.18); }
    50%       { border-color: rgba(201,168,76,.55); box-shadow: 0 0 22px rgba(201,168,76,.12); }
  }

  /* ── Mascota: aura pulsante ─────────────────────────────── */
  .hero-mascot::before {
    animation: mascotAura 3.5s ease-in-out infinite;
  }
  @keyframes mascotAura {
    0%, 100% { opacity: .5; transform: translateY(-50%) scale(1); }
    50%       { opacity: 1;  transform: translateY(-50%) scale(1.18); }
  }

  /* ── Mascota: flotación suave ───────────────────────────── */
  .hero-mascot {
    animation: mascotFloat 5s ease-in-out infinite;
  }
  @keyframes mascotFloat {
    0%, 100% { top: 50%; }
    50%       { top: calc(50% - 8px); }
  }

  /* ── Micro-hover en flechas ─────────────────────────────── */
  .carousel-prev, .carousel-next {
    transition: background .2s, color .2s, transform .25s cubic-bezier(.22,1,.36,1), box-shadow .2s;
  }
  .carousel-prev:hover { transform: translateY(-50%) translateX(-2px) scale(1.1); }
  .carousel-next:hover { transform: translateY(-50%) translateX(2px)  scale(1.1); }

  /* ── Micro-hover en dots ────────────────────────────────── */
  .dot { transition: all .3s cubic-bezier(.22,1,.36,1); }
  .dot:hover { transform: scale(1.4); background: rgba(201,168,76,.5); }
}

/* ── Filtros móvil colapsables ──────────────────────────── */
.filters-toggle-btn {
  display: none;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding: .65rem 1rem;
  margin-bottom: .75rem;
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: var(--r);
  color: var(--text2);
  font-size: .82rem;
  letter-spacing: .04em;
  transition: all .25s ease;
}
.filters-toggle-btn:hover { border-color: var(--gold); color: var(--gold); }
.filters-toggle-btn .ftb-badge {
  background: var(--gold);
  color: #000;
  font-size: .65rem;
  font-weight: 700;
  padding: .1rem .4rem;
  border-radius: 50px;
  margin-left: .4rem;
}
.filters-toggle-btn .ftb-chevron {
  width: 16px; height: 16px;
  stroke: currentColor; fill: none; stroke-width: 2;
  transition: transform .3s cubic-bezier(.22,1,.36,1);
}
.filters-toggle-btn.open .ftb-chevron { transform: rotate(180deg); }

@media(max-width:640px) {
  .filters-toggle-btn { display: flex; }
  .filters-collapsible {
    overflow: hidden;
    max-height: 0;
    transition: max-height .45s cubic-bezier(.22,1,.36,1);
  }
  .filters-collapsible.open { max-height: 600px; }

  /* Animaciones más suaves en móvil — sin scale */
  .anim-scale {
    transform: translateY(16px) !important;
  }
  .anim-scale.anim-visible {
    transform: translateY(0) !important;
  }

  /* Rings más grandes y visibles en móvil */
  .carousel-deco {
    width: 75% !important;
    opacity: .65 !important;
    right: 50% !important;
    transform: translate(50%, -50%) !important;
  }
}

/* ═══════════════════════════════════════════════════════
   SPLINE / 3D AESTHETIC — Mobile Menu · Blobs · Glass
   ═══════════════════════════════════════════════════════ */

/* ─── Background animated blobs ────────────────────────── */
.bg-blobs {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
}
.blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  animation: blobFloat 20s ease-in-out infinite;
}
.blob-1 {
  width: clamp(300px, 45vw, 560px);
  height: clamp(300px, 45vw, 560px);
  background: radial-gradient(circle, rgba(201,168,76,.07), transparent 70%);
  top: -12%; left: -8%;
  animation-delay: 0s;
}
.blob-2 {
  width: clamp(220px, 35vw, 440px);
  height: clamp(220px, 35vw, 440px);
  background: radial-gradient(circle, rgba(160,100,30,.05), transparent 70%);
  top: 38%; right: -6%;
  animation-delay: -7s;
}
.blob-3 {
  width: clamp(180px, 28vw, 360px);
  height: clamp(180px, 28vw, 360px);
  background: radial-gradient(circle, rgba(201,168,76,.04), transparent 70%);
  bottom: 8%; left: 18%;
  animation-delay: -14s;
}
@keyframes blobFloat {
  0%,100% { transform: translate(0,0) scale(1); }
  33%      { transform: translate(35px,-28px) scale(1.06); }
  66%      { transform: translate(-18px,22px) scale(.96); }
}
@media (prefers-reduced-motion: reduce) { .blob { animation: none !important; } }

/* ─── Hamburger menu button ─────────────────────────────── */
.menu-btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 38px;
  height: 38px;
  padding: .45rem;
  border-radius: var(--r);
  transition: background .2s;
}
.menu-btn:hover { background: rgba(201,168,76,.08); }
.menu-btn span {
  display: block;
  width: 20px;
  height: 2px;
  background: var(--text2);
  border-radius: 2px;
  transition: transform .35s cubic-bezier(.22,1,.36,1), opacity .25s, background .2s;
  transform-origin: center;
}
.menu-btn:hover span,
.menu-btn.open span { background: var(--gold); }
.menu-btn.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-btn.open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.menu-btn.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

@media(min-width:768px) { .menu-btn { display: none !important; } }

/* ─── Mobile menu full-screen overlay ──────────────────── */
.mobile-menu {
  position: fixed;
  inset: 0;
  background: rgba(6,6,6,.97);
  backdrop-filter: blur(24px) saturate(160%);
  z-index: 190;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 3rem;
  opacity: 0;
  pointer-events: none;
  transition: opacity .4s cubic-bezier(.22,1,.36,1);
}
.mobile-menu.open { opacity: 1; pointer-events: auto; }
@media(min-width:768px) { .mobile-menu { display: none !important; } }

.mobile-menu-brand {
  font-size: .6rem;
  letter-spacing: .35em;
  text-transform: uppercase;
  color: var(--text3);
  opacity: 0;
  transition: opacity .5s .32s;
}
.mobile-menu.open .mobile-menu-brand { opacity: 1; }

.mobile-nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.25rem;
}
.mobile-nav-link {
  font-family: var(--font-serif);
  font-size: clamp(1.9rem, 9vw, 2.6rem);
  font-weight: 600;
  color: var(--white);
  text-decoration: none;
  letter-spacing: .01em;
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .45s cubic-bezier(.22,1,.36,1),
              transform .45s cubic-bezier(.22,1,.36,1),
              color .2s;
}
.mobile-menu.open .mobile-nav-link { opacity: 1; transform: translateY(0); }
.mobile-menu.open .mobile-nav-link:nth-child(1) { transition-delay: .06s; }
.mobile-menu.open .mobile-nav-link:nth-child(2) { transition-delay: .14s; }
.mobile-menu.open .mobile-nav-link:nth-child(3) { transition-delay: .22s; }
.mobile-nav-link:hover { color: var(--gold); }

.mobile-menu-footer {
  font-size: .7rem;
  color: var(--text3);
  letter-spacing: .08em;
  opacity: 0;
  transition: opacity .5s .4s;
}
.mobile-menu.open .mobile-menu-footer { opacity: 1; }

/* ─── Uiverse Search Input — Gold Edition ───────────────── */
/* Adaptado de Uiverse.io/Lakshay-art con colores MICHT      */
.srch-white,
.srch-border,
.srch-darkBg,
.srch-glow {
  max-height: 66px;
  max-width: 268px;
  height: 100%;
  width: 100%;
  position: absolute;
  overflow: hidden;
  z-index: -1;
  border-radius: 12px;
  filter: blur(3px);
}
.srch-input {
  background-color: var(--bg);
  border: none;
  width: 255px;
  height: 48px;
  border-radius: 10px;
  color: var(--text);
  padding-inline: 50px;
  font-size: .83rem;
  font-family: var(--font-sans);
}
.srch-input::placeholder { color: var(--text3); }
.srch-input:focus { outline: none; }

#srch-poda {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
#srch-main { position: relative; }

#srch-input-mask {
  pointer-events: none;
  width: 90px;
  height: 20px;
  position: absolute;
  background: linear-gradient(90deg, transparent, var(--bg));
  top: 14px;
  left: 60px;
}
#srch-main:focus-within > #srch-input-mask { display: none; }

#srch-gold-mask {
  pointer-events: none;
  width: 28px;
  height: 18px;
  position: absolute;
  background: #c9a84c;
  top: 10px;
  left: 5px;
  filter: blur(18px);
  opacity: 0.75;
  transition: opacity 2s;
}
#srch-main:hover > #srch-gold-mask { opacity: 0; }

.srch-white {
  max-height: 57px;
  max-width: 261px;
  border-radius: 10px;
  filter: blur(2px);
}
.srch-white::before {
  content: '';
  z-index: -2;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%) rotate(83deg);
  position: absolute;
  width: 600px; height: 600px;
  filter: brightness(1.4);
  background-image: conic-gradient(
    rgba(0,0,0,0) 0%, #e8c96a,
    rgba(0,0,0,0) 8%, rgba(0,0,0,0) 50%,
    #c9a84c, rgba(0,0,0,0) 58%
  );
  transition: all 2s;
}
.srch-border {
  max-height: 53px;
  max-width: 257px;
  border-radius: 11px;
  filter: blur(0.5px);
}
.srch-border::before {
  content: '';
  z-index: -2;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%) rotate(70deg);
  position: absolute;
  width: 600px; height: 600px;
  filter: brightness(1.3);
  background-image: conic-gradient(
    #0a0a06, #c9a84c 5%, #0a0a06 14%,
    #0a0a06 50%, #9a7a2a 60%, #0a0a06 64%
  );
  transition: all 2s;
}
.srch-darkBg {
  max-height: 63px;
  max-width: 266px;
}
.srch-darkBg::before {
  content: '';
  z-index: -2;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%) rotate(82deg);
  position: absolute;
  width: 600px; height: 600px;
  background-image: conic-gradient(
    rgba(0,0,0,0), #3a2a00,
    rgba(0,0,0,0) 10%, rgba(0,0,0,0) 50%,
    #1a1000, rgba(0,0,0,0) 60%
  );
  transition: all 2s;
}
.srch-glow {
  overflow: hidden;
  filter: blur(28px);
  opacity: 0.4;
  max-height: 120px;
  max-width: 306px;
}
.srch-glow::before {
  content: '';
  z-index: -2;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%) rotate(60deg);
  position: absolute;
  width: 999px; height: 999px;
  background-image: conic-gradient(
    #000, #c9a84c 5%, #000 38%,
    #000 50%, #9a7a2a 60%, #000 87%
  );
  transition: all 2s;
}

/* Hover — conic rota 180° */
#srch-poda:hover > .srch-darkBg::before  { transform: translate(-50%,-50%) rotate(-98deg); }
#srch-poda:hover > .srch-glow::before    { transform: translate(-50%,-50%) rotate(-120deg); }
#srch-poda:hover > .srch-white::before   { transform: translate(-50%,-50%) rotate(-97deg); }
#srch-poda:hover > .srch-border::before  { transform: translate(-50%,-50%) rotate(-110deg); }

/* Focus-within — conic completa vuelta lenta */
#srch-poda:focus-within > .srch-darkBg::before { transform: translate(-50%,-50%) rotate(442deg); transition: all 4s; }
#srch-poda:focus-within > .srch-glow::before   { transform: translate(-50%,-50%) rotate(420deg); transition: all 4s; }
#srch-poda:focus-within > .srch-white::before  { transform: translate(-50%,-50%) rotate(443deg); transition: all 4s; }
#srch-poda:focus-within > .srch-border::before { transform: translate(-50%,-50%) rotate(430deg); transition: all 4s; }

/* Filter icon + border giratorio */
#srch-filter-icon {
  position: absolute;
  top: 5px; right: 5px;
  display: flex; align-items: center; justify-content: center;
  z-index: 2;
  width: 38px; height: 38px;
  isolation: isolate; overflow: hidden;
  border-radius: 10px;
  background: linear-gradient(180deg, #0d0900, #000, #151000);
  border: 1px solid transparent;
}
.srch-filterBorder {
  height: 40px; width: 40px;
  position: absolute;
  overflow: hidden;
  top: 4px; right: 4px;
  border-radius: 10px;
}
.srch-filterBorder::before {
  content: '';
  top: 50%; left: 50%;
  transform: translate(-50%,-50%) rotate(90deg);
  position: absolute;
  width: 600px; height: 600px;
  filter: brightness(1.35);
  background-image: conic-gradient(
    rgba(0,0,0,0), #3a3020,
    rgba(0,0,0,0) 50%, rgba(0,0,0,0) 50%,
    #3a3020, rgba(0,0,0,0) 100%
  );
  animation: srchSpin 4s linear infinite;
}
@keyframes srchSpin { 100% { transform: translate(-50%,-50%) rotate(450deg); } }

#srch-search-icon {
  position: absolute;
  left: 16px; top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

@media (max-width: 640px) {
  /* En móvil el search queda dentro del collapsible de filtros */
  .srch-input { width: min(240px, calc(100vw - 3rem)); }
  .srch-white, .srch-border, .srch-darkBg, .srch-glow {
    max-width: min(265px, calc(100vw - 2.5rem));
  }
}

/* ─── Marquee strip ─────────────────────────────────────── */
.marquee-strip {
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  background: var(--bg2);
  padding: .9rem 0;
  overflow: hidden;
  position: relative;
}
.marquee-track {
  display: flex;
  align-items: center;
  gap: 2.5rem;
  white-space: nowrap;
  width: max-content;
  animation: marqueeScroll 26s linear infinite;
  will-change: transform;
}
.marquee-strip:hover .marquee-track { animation-play-state: paused; }
.marquee-track > span {
  font-size: .6rem;
  font-weight: 600;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--text3);
  flex-shrink: 0;
}
.marquee-dot {
  color: var(--gold) !important;
  font-size: .9rem !important;
  letter-spacing: 0 !important;
  font-weight: 400 !important;
  opacity: .6;
}
@keyframes marqueeScroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}
@media (prefers-reduced-motion: reduce) {
  .marquee-track { animation: none; }
}

/* ─── Contact glassmorphism ─────────────────────────────── */
.contact-section {
  padding: 5rem 0;
  border-top: 1px solid var(--border);
  background: var(--bg);
  position: relative;
  overflow: hidden;
}
.contact-section::before {
  content: '';
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 700px; height: 350px;
  background: radial-gradient(ellipse, rgba(201,168,76,.07), transparent 65%);
  pointer-events: none;
}
.contact-card {
  background: rgba(20,20,20,.75);
  backdrop-filter: blur(20px) saturate(160%);
  border: 1px solid rgba(201,168,76,.2);
  border-radius: 28px;
  padding: clamp(2rem, 6vw, 3.5rem) clamp(1.5rem, 5vw, 3rem);
  text-align: center;
  max-width: 560px;
  margin: 0 auto;
  box-shadow: 0 0 80px rgba(201,168,76,.07),
              inset 0 1px 0 rgba(201,168,76,.12);
  position: relative;
  z-index: 1;
}
.contact-label {
  font-size: .65rem;
  letter-spacing: .28em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: .7rem;
}
.contact-title {
  font-family: var(--font-serif);
  font-size: clamp(1.45rem, 4vw, 2rem);
  color: var(--white);
  margin-bottom: .8rem;
  line-height: 1.25;
}
.contact-sub {
  color: var(--text2);
  font-size: .875rem;
  margin-bottom: 2rem;
  line-height: 1.65;
}
.btn-wa-contact {
  display: inline-flex;
  align-items: center;
  gap: .65rem;
  background: #25d366;
  color: #fff;
  font-weight: 700;
  padding: .95rem 2.4rem;
  border-radius: 50px;
  font-size: .92rem;
  text-decoration: none;
  transition: transform .3s cubic-bezier(.22,1,.36,1),
              box-shadow .3s,
              background .2s;
  box-shadow: 0 6px 24px rgba(37,211,102,.28);
}
.btn-wa-contact:hover {
  transform: translateY(-4px) scale(1.03);
  box-shadow: 0 12px 36px rgba(37,211,102,.38);
  background: #1ebe5d;
  color: #fff;
}
