/* ============ Fresa Sensual — boudoir neón v3 ============ */
:root {
  --bg: #0b0409;
  --bg-2: #150710;
  --panel: rgba(30, 9, 22, .66);
  --panel-2: rgba(38, 11, 27, .8);
  --neon: #ff2d78;
  --neon-soft: #ff6ba0;
  --neon-deep: #d40f5c;
  --red: #e8274b;
  --violet: #8b2fd4;
  --gold: #d9a95c;
  --gold-soft: #f0cf9a;
  --text: #f9edf2;
  --muted: rgba(249, 237, 242, .64);
  --faint: rgba(249, 237, 242, .38);
  --line: rgba(255, 45, 120, .16);
  --line-gold: rgba(217, 169, 92, .32);
  --glow: 0 0 22px rgba(255, 45, 120, .45);
  --glow-strong: 0 0 14px rgba(255, 45, 120, .85), 0 0 48px rgba(255, 45, 120, .4);
  --radius: 24px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  background: var(--bg);
  color: var(--text);
  font-family: 'Jost', system-ui, sans-serif;
  font-size: 16.5px;
  line-height: 1.65;
  overflow-x: hidden;
}

/* --- atmósfera: mesh + vignette + grano --- */
body::before {
  content: '';
  position: fixed; inset: 0; z-index: -2;
  background:
    radial-gradient(58rem 38rem at 88% -8%, rgba(232, 39, 75, .20), transparent 62%),
    radial-gradient(46rem 32rem at -12% 34%, rgba(255, 45, 120, .13), transparent 60%),
    radial-gradient(40rem 34rem at 74% 62%, rgba(139, 47, 212, .10), transparent 65%),
    radial-gradient(46rem 34rem at 30% 108%, rgba(150, 18, 70, .24), transparent 65%),
    var(--bg);
}
body::after {
  content: '';
  position: fixed; inset: 0; z-index: 120; pointer-events: none;
  background:
    radial-gradient(120% 90% at 50% 40%, transparent 58%, rgba(5, 1, 3, .5) 100%),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2'/%3E%3C/filter%3E%3Crect width='140' height='140' filter='url(%23n)' opacity='0.05'/%3E%3C/svg%3E");
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; }
::selection { background: var(--neon); color: #fff; }
::-webkit-scrollbar { width: 11px; }
::-webkit-scrollbar-track { background: #0d0409; }
::-webkit-scrollbar-thumb { background: linear-gradient(var(--neon-deep), var(--violet)); border-radius: 8px; border: 2px solid #0d0409; }

.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }

h1, h2, h3 { font-family: 'Playfair Display', serif; font-weight: 700; line-height: 1.12; }
.script { font-family: 'Great Vibes', cursive; font-weight: 400; }

.text-neon { color: var(--neon-soft); text-shadow: 0 0 12px rgba(255, 45, 120, .8), 0 0 38px rgba(255, 45, 120, .4); }
.text-gold { color: var(--gold-soft); }
.script-neon {
  font-family: 'Great Vibes', cursive; font-style: normal; font-weight: 400;
  color: var(--neon-soft);
  text-shadow: 0 0 10px rgba(255, 45, 120, .9), 0 0 34px rgba(255, 45, 120, .55), 0 0 80px rgba(255, 45, 120, .3);
  animation: neonFlicker 7s linear infinite;
}
@keyframes neonFlicker {
  0%, 91%, 94%, 97%, 100% { opacity: 1; }
  92%, 95% { opacity: .55; }
  93%, 96% { opacity: .85; }
}

/* --- reveals al scroll --- */
.reveal { opacity: 0; transform: translateY(30px); transition: opacity .8s ease, transform .8s cubic-bezier(.16, 1, .3, 1); }
.reveal.in { opacity: 1; transform: none; }
.reveal-stagger > * { opacity: 0; transform: translateY(26px); transition: opacity .7s ease, transform .7s cubic-bezier(.16, 1, .3, 1); }
.reveal-stagger.in > * { opacity: 1; transform: none; }
.reveal-stagger.in > *:nth-child(2) { transition-delay: .08s; }
.reveal-stagger.in > *:nth-child(3) { transition-delay: .16s; }
.reveal-stagger.in > *:nth-child(4) { transition-delay: .24s; }
.reveal-stagger.in > *:nth-child(5) { transition-delay: .32s; }
@media (prefers-reduced-motion: reduce) {
  .reveal, .reveal-stagger > * { opacity: 1 !important; transform: none !important; transition: none !important; }
}

/* ---------- kicker / section heads ---------- */
.kicker {
  display: inline-flex; align-items: center; gap: 14px;
  font-size: .72rem; letter-spacing: .34em; text-transform: uppercase;
  color: var(--gold); font-weight: 500;
}
.kicker::before, .kicker::after { content: ''; width: 40px; height: 1px; background: linear-gradient(90deg, transparent, var(--gold)); }
.kicker::after { background: linear-gradient(90deg, var(--gold), transparent); }
.section-head { position: relative; text-align: center; margin-bottom: 54px; }
.section-head h2 { position: relative; font-size: clamp(2rem, 4.6vw, 3.4rem); margin-top: 16px; z-index: 1; }
.section-head p { position: relative; color: var(--muted); max-width: 580px; margin: 14px auto 0; z-index: 1; }
.ghost {
  position: absolute; left: 50%; top: -34px; transform: translateX(-50%);
  font-family: 'Great Vibes', cursive; font-size: clamp(4.4rem, 12vw, 8.5rem);
  color: transparent; -webkit-text-stroke: 1px rgba(255, 45, 120, .18);
  white-space: nowrap; pointer-events: none; z-index: 0;
}

/* ---------- age gate ---------- */
.age-gate {
  position: fixed; inset: 0; z-index: 200;
  display: flex; align-items: center; justify-content: center;
  background: rgba(7, 2, 5, .93); backdrop-filter: blur(16px);
  padding: 22px;
}
.age-gate.hidden { display: none; }
.age-card {
  position: relative; max-width: 500px; width: 100%; text-align: center;
  background: linear-gradient(165deg, #200b17, #110509);
  border: 1px solid var(--line-gold);
  border-radius: 30px; padding: 50px 36px;
  box-shadow: 0 0 80px rgba(255, 45, 120, .22), inset 0 0 60px rgba(255, 45, 120, .05);
  overflow: hidden;
}
.age-card::before {
  content: '18+'; position: absolute; right: -12px; top: -30px;
  font-family: 'Playfair Display', serif; font-size: 7rem; font-weight: 800;
  color: transparent; -webkit-text-stroke: 1px rgba(255, 45, 120, .16);
}
.age-card .script { font-size: 3.4rem; color: var(--neon-soft); text-shadow: var(--glow-strong); }
.age-card h2 { font-size: 1.35rem; margin: 18px 0 10px; }
.age-card p { color: var(--muted); font-size: .94rem; }
.age-actions { display: flex; gap: 12px; margin-top: 28px; }
.age-actions > * { flex: 1; }

/* ---------- botones ---------- */
.btn {
  position: relative; overflow: hidden;
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  padding: 14px 30px; border-radius: 999px;
  font-size: .93rem; font-weight: 600; letter-spacing: .05em;
  border: 1px solid transparent;
  transition: transform .28s, box-shadow .28s, background .28s, color .28s, border-color .28s;
}
.btn::after {
  content: ''; position: absolute; top: 0; bottom: 0; left: -80%; width: 55%;
  background: linear-gradient(100deg, transparent, rgba(255, 255, 255, .35), transparent);
  transform: skewX(-22deg); transition: left .55s ease;
}
.btn:hover::after { left: 130%; }
.btn:hover { transform: translateY(-2px) scale(1.02); }
.btn-neon {
  background: linear-gradient(90deg, var(--red), var(--neon) 55%, var(--neon-deep));
  background-size: 180% 100%;
  color: #fff; box-shadow: var(--glow);
  animation: btnPulse 3.2s ease-in-out infinite;
}
.btn-neon:hover { box-shadow: var(--glow-strong); background-position: 90% 0; }
@keyframes btnPulse {
  0%, 100% { box-shadow: 0 0 18px rgba(255, 45, 120, .4); }
  50% { box-shadow: 0 0 30px rgba(255, 45, 120, .65); }
}
.btn-ghost {
  background: rgba(255, 255, 255, .035);
  border-color: var(--line-gold); color: var(--gold-soft);
}
.btn-ghost:hover { border-color: var(--gold); background: rgba(217, 169, 92, .1); box-shadow: 0 0 20px rgba(217, 169, 92, .18); }
.btn-wa { background: linear-gradient(135deg, #23c05f, #17944a); color: #fff; box-shadow: 0 0 18px rgba(31, 170, 83, .38); }
.btn-wa:hover { box-shadow: 0 0 28px rgba(31, 170, 83, .6); }

/* ---------- header ---------- */
.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  background: linear-gradient(180deg, rgba(9, 3, 7, .92), rgba(9, 3, 7, .78));
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--line);
}
.site-header::after {
  content: ''; position: absolute; left: 0; right: 0; bottom: -1px; height: 1px;
  background: linear-gradient(90deg, transparent 5%, rgba(255, 45, 120, .55) 50%, transparent 95%);
}
.site-header .container { display: flex; align-items: center; justify-content: space-between; height: 76px; gap: 16px; }
.brand { display: flex; align-items: center; gap: 10px; }
.brand img { height: 46px; width: auto; mix-blend-mode: screen; filter: drop-shadow(0 0 10px rgba(255, 45, 120, .5)); }
.nav { display: flex; align-items: center; gap: 4px; }
.nav a {
  position: relative; padding: 9px 15px; border-radius: 12px; font-size: .9rem; color: var(--muted);
  transition: color .2s;
}
.nav a::after {
  content: ''; position: absolute; left: 15px; right: 15px; bottom: 4px; height: 1px;
  background: var(--neon); box-shadow: 0 0 8px var(--neon);
  transform: scaleX(0); transform-origin: left; transition: transform .3s;
}
.nav a:hover, .nav a.active { color: var(--neon-soft); }
.nav a:hover::after, .nav a.active::after { transform: scaleX(1); }
.header-cta { white-space: nowrap; }
.menu-btn {
  display: none; width: 42px; height: 42px; border-radius: 12px;
  background: rgba(255, 255, 255, .05); border: 1px solid var(--line);
  color: var(--text); font-size: 1.2rem; line-height: 1;
}

/* ---------- hero ---------- */
.hero { position: relative; min-height: 92svh; display: flex; align-items: center; padding: 130px 0 110px; overflow: hidden; }
.hero-bg {
  position: absolute; inset: 0; z-index: -1;
  background: url('../img/hero.jpg?v=2') center 30% / cover no-repeat;
  filter: saturate(1.12) contrast(1.04);
  animation: heroZoom 18s ease-in-out infinite alternate;
}
@keyframes heroZoom { from { transform: scale(1); } to { transform: scale(1.07); } }
.hero-bg::before {
  content: ''; position: absolute; inset: 0;
  background:
    linear-gradient(90deg, rgba(11, 4, 9, .98) 0%, rgba(11, 4, 9, .88) 32%, rgba(11, 4, 9, .42) 66%, rgba(11, 4, 9, .6) 100%),
    linear-gradient(0deg, var(--bg) 2%, transparent 36%),
    linear-gradient(180deg, rgba(11, 4, 9, .85) 0%, transparent 30%);
}
.hero-inner { max-width: 680px; }
.hero .kicker::before { display: none; }
.hero h1 { font-size: clamp(2.6rem, 6.2vw, 4.7rem); margin: 20px 0 22px; letter-spacing: -.01em; }
.hero h1 .script-neon { font-size: 1.22em; line-height: .9; }
.hero p { color: var(--muted); font-size: 1.12rem; max-width: 490px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 15px; margin-top: 36px; }
.hero-note { display: flex; align-items: center; gap: 9px; margin-top: 28px; color: var(--faint); font-size: .86rem; }
.hero-note svg { color: var(--gold); flex: none; }
.hero-inner > * { opacity: 0; transform: translateY(26px); animation: heroIn .9s cubic-bezier(.16, 1, .3, 1) forwards; }
.hero-inner > *:nth-child(2) { animation-delay: .12s; }
.hero-inner > *:nth-child(3) { animation-delay: .24s; }
.hero-inner > *:nth-child(4) { animation-delay: .36s; }
.hero-inner > *:nth-child(5) { animation-delay: .48s; }
@keyframes heroIn { to { opacity: 1; transform: none; } }
.hero-heart {
  position: absolute; top: 116px; right: 6%; z-index: 1;
  color: var(--neon); opacity: .92;
  filter: drop-shadow(0 0 12px rgba(255, 45, 120, .95)) drop-shadow(0 0 44px rgba(255, 45, 120, .55));
  animation: heartbeat 2.6s ease-in-out infinite;
}
@keyframes heartbeat {
  0%, 100% { transform: scale(1); opacity: .85; }
  12% { transform: scale(1.14); opacity: 1; }
  24% { transform: scale(1); opacity: .9; }
}
.sparkle { position: absolute; border-radius: 50%; background: var(--neon-soft); box-shadow: 0 0 10px var(--neon); opacity: 0; animation: sparkle 6s ease-in-out infinite; z-index: 1; }
@keyframes sparkle {
  0%, 100% { opacity: 0; transform: translateY(0) scale(.5); }
  50% { opacity: .9; transform: translateY(-44px) scale(1.05); }
}
.scroll-cue {
  position: absolute; left: 50%; bottom: 26px; transform: translateX(-50%); z-index: 2;
  width: 26px; height: 42px; border: 1.5px solid rgba(255, 107, 160, .5); border-radius: 14px;
}
.scroll-cue::before {
  content: ''; position: absolute; left: 50%; top: 8px; width: 4px; height: 8px; margin-left: -2px;
  border-radius: 3px; background: var(--neon-soft); box-shadow: 0 0 8px var(--neon);
  animation: cue 1.8s ease-in-out infinite;
}
@keyframes cue { 0% { transform: translateY(0); opacity: 1; } 70% { transform: translateY(14px); opacity: 0; } 100% { opacity: 0; } }

/* ---------- trust badges ---------- */
.badges { margin-top: -60px; position: relative; z-index: 2; }
.badges-grid {
  display: grid; grid-template-columns: repeat(5, 1fr);
  background: linear-gradient(160deg, rgba(36, 11, 26, .88), rgba(18, 6, 13, .92));
  backdrop-filter: blur(14px);
  border-radius: var(--radius);
  overflow: hidden; position: relative;
  box-shadow: 0 24px 70px rgba(0, 0, 0, .5), 0 0 40px rgba(255, 45, 120, .08);
}
.badges-grid::before {
  content: ''; position: absolute; inset: 0; border-radius: inherit; padding: 1px; pointer-events: none;
  background: linear-gradient(120deg, rgba(217, 169, 92, .55), rgba(255, 45, 120, .3) 40%, rgba(217, 169, 92, .1) 80%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor; mask-composite: exclude;
}
.badge-item { padding: 32px 18px 28px; text-align: center; border-left: 1px solid rgba(217, 169, 92, .12); transition: background .3s; }
.badge-item:hover { background: rgba(255, 45, 120, .05); }
.badge-item:first-child { border-left: none; }
.badge-ring {
  width: 58px; height: 58px; margin: 0 auto 14px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  border: 1px solid rgba(255, 45, 120, .4);
  background: radial-gradient(circle at 50% 30%, rgba(255, 45, 120, .18), transparent 70%);
  box-shadow: 0 0 18px rgba(255, 45, 120, .25), inset 0 0 12px rgba(255, 45, 120, .12);
}
.badge-item svg { color: var(--neon-soft); filter: drop-shadow(0 0 8px rgba(255, 45, 120, .7)); }
.badge-item h3 { font-family: 'Jost', sans-serif; font-size: .78rem; letter-spacing: .18em; text-transform: uppercase; color: var(--gold-soft); margin-bottom: 6px; }
.badge-item p { font-size: .8rem; color: var(--faint); line-height: 1.45; }

/* ---------- marquee ---------- */
.marquee {
  overflow: hidden; white-space: nowrap;
  border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
  background: linear-gradient(90deg, rgba(255, 45, 120, .07), rgba(139, 47, 212, .06), rgba(255, 45, 120, .07));
  padding: 18px 0; margin-top: 70px; position: relative;
}
.marquee::before, .marquee::after {
  content: ''; position: absolute; top: 0; bottom: 0; width: 120px; z-index: 2; pointer-events: none;
}
.marquee::before { left: 0; background: linear-gradient(90deg, var(--bg), transparent); }
.marquee::after { right: 0; background: linear-gradient(-90deg, var(--bg), transparent); }
.marquee-track { display: inline-block; animation: marquee 30s linear infinite; }
.marquee span {
  font-family: 'Playfair Display', serif; font-style: italic;
  font-size: 1.15rem; letter-spacing: .12em; text-transform: uppercase;
  color: var(--text); padding: 0 26px;
}
.marquee span:nth-child(4n+1) { color: transparent; -webkit-text-stroke: 1px rgba(255, 107, 160, .75); }
.marquee span:nth-child(even) { font-size: .9rem; color: var(--neon-soft); text-shadow: 0 0 12px rgba(255, 45, 120, .8); }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ---------- product cards ---------- */
.products { padding: 100px 0 30px; }
.grid-feat { display: grid; grid-template-columns: repeat(5, 1fr); gap: 20px; }
.card {
  position: relative;
  display: flex; flex-direction: column;
  background: linear-gradient(165deg, var(--panel-2), rgba(19, 6, 14, .9));
  border-radius: var(--radius); overflow: hidden;
  transition: transform .35s cubic-bezier(.16, 1, .3, 1), box-shadow .35s;
}
.card::before {
  content: ''; position: absolute; inset: 0; border-radius: inherit; padding: 1px; pointer-events: none; z-index: 3;
  background: linear-gradient(165deg, rgba(255, 45, 120, .45), rgba(217, 169, 92, .18) 45%, rgba(255, 45, 120, .06));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor; mask-composite: exclude;
  transition: opacity .35s; opacity: .7;
}
.card:hover { transform: translateY(-8px); box-shadow: 0 18px 54px rgba(255, 45, 120, .28), 0 8px 24px rgba(0, 0, 0, .5); }
.card:hover::before { opacity: 1; }
.card-media {
  position: relative; aspect-ratio: 1;
  display: flex; align-items: center; justify-content: center;
  background:
    radial-gradient(58% 58% at 50% 46%, rgba(255, 45, 120, .22), transparent 72%),
    radial-gradient(120% 90% at 50% 112%, rgba(139, 47, 212, .22), transparent 60%),
    linear-gradient(165deg, #2a0f1f, #120510);
  overflow: hidden;
}
.card-media::before {
  content: ''; position: absolute; width: 52%; aspect-ratio: 1; border-radius: 50%;
  border: 1px solid rgba(255, 45, 120, .35);
  box-shadow: 0 0 24px rgba(255, 45, 120, .25), inset 0 0 24px rgba(255, 45, 120, .12);
  transition: transform .5s ease;
}
.card:hover .card-media::before { transform: scale(1.12); }
.card-media::after {
  content: ''; position: absolute; top: 0; bottom: 0; left: -90%; width: 60%;
  background: linear-gradient(100deg, transparent, rgba(255, 255, 255, .09), transparent);
  transform: skewX(-20deg); transition: left .6s ease;
}
.card:hover .card-media::after { left: 140%; }
.card-media svg { width: 30%; height: 30%; color: var(--neon-soft); filter: drop-shadow(0 0 16px rgba(255, 45, 120, .85)); transition: transform .45s ease; position: relative; z-index: 1; }
.card:hover .card-media svg { transform: scale(1.12) rotate(-4deg); }
.card-cat {
  position: absolute; top: 13px; left: 13px; z-index: 2;
  font-size: .64rem; letter-spacing: .12em; text-transform: uppercase; font-weight: 600;
  background: rgba(8, 3, 6, .78); color: var(--gold-soft);
  padding: 5px 12px; border-radius: 999px; backdrop-filter: blur(6px);
  border: 1px solid rgba(217, 169, 92, .3);
}
.card-body { display: flex; flex-direction: column; flex: 1; gap: 8px; padding: 20px; }
.card-body h3 { font-family: 'Jost', sans-serif; font-size: .96rem; font-weight: 600; line-height: 1.35; }
.card-body .desc { font-size: .83rem; color: var(--faint); flex: 1; }
.card-price {
  font-family: 'Playfair Display', serif; font-style: italic; font-size: 1.42rem;
  color: var(--neon-soft); text-shadow: 0 0 16px rgba(255, 45, 120, .55);
}
.card-note { font-size: .74rem; color: var(--faint); }
.card .btn { padding: 11px 14px; font-size: .82rem; width: 100%; margin-top: 4px; animation: none; }

/* ---------- picks tabs ---------- */
.picks { padding: 90px 0 40px; }
.pick-tabs { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; margin-bottom: 40px; }
.pick-tab {
  border-radius: 999px; padding: 13px 32px; font-size: 1rem; font-weight: 600;
  border: 1px solid var(--line); background: rgba(255, 255, 255, .03); color: var(--muted);
  transition: all .28s;
}
.pick-tab:hover { color: var(--text); border-color: rgba(255, 45, 120, .5); transform: translateY(-2px); }
.pick-tab.active {
  background: linear-gradient(90deg, var(--red), var(--neon));
  color: #fff; border-color: transparent; box-shadow: var(--glow);
}
.pick-panel { display: none; }
.pick-panel.active { display: block; animation: fadeUp .5s cubic-bezier(.16, 1, .3, 1); }
.pick-panel .grid-picks { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.pick-more { text-align: center; margin-top: 32px; }
@keyframes fadeUp { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: none; } }

/* ---------- CTA band catálogo ---------- */
.cta-band { padding: 70px 0; }
.cta-band-inner {
  position: relative; overflow: hidden;
  border-radius: 32px; padding: 64px 48px;
  display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 28px;
  background:
    radial-gradient(44rem 22rem at 6% 130%, rgba(255, 45, 120, .3), transparent 60%),
    radial-gradient(30rem 18rem at 96% -20%, rgba(139, 47, 212, .25), transparent 60%),
    linear-gradient(120deg, #240c1a, #120610);
  box-shadow: inset 0 0 80px rgba(255, 45, 120, .08), 0 0 50px rgba(255, 45, 120, .14);
}
.cta-band-inner::before {
  content: ''; position: absolute; inset: 0; border-radius: inherit; padding: 1.5px; pointer-events: none;
  background: linear-gradient(120deg, rgba(255, 45, 120, .7), rgba(217, 169, 92, .35) 50%, rgba(139, 47, 212, .45));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor; mask-composite: exclude;
}
.cta-band-inner::after {
  content: '🍓'; position: absolute; right: 8%; top: -26px; font-size: 7.5rem; opacity: .1;
  transform: rotate(14deg); pointer-events: none;
}
.cta-band h2 { font-size: clamp(1.7rem, 3.4vw, 2.5rem); }
.cta-band p { color: var(--muted); margin-top: 12px; max-width: 500px; }

/* ---------- categorías full-image ---------- */
.cats { padding: 80px 0; }
.grid-cats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.cat-card {
  position: relative; border-radius: var(--radius); overflow: hidden; display: block;
  height: 340px;
  transition: transform .4s cubic-bezier(.16, 1, .3, 1), box-shadow .4s;
}
.cat-card::after {
  content: ''; position: absolute; inset: 10px; border-radius: 16px;
  border: 1px solid rgba(217, 169, 92, .35); pointer-events: none; z-index: 3;
  transition: border-color .35s, inset .35s;
}
.cat-card:hover { transform: translateY(-8px); box-shadow: 0 20px 60px rgba(255, 45, 120, .3); }
.cat-card:hover::after { border-color: rgba(255, 107, 160, .6); }
.cat-card img {
  position: absolute; inset: 0; height: 100%; width: 100%; object-fit: cover;
  filter: saturate(1.15) contrast(1.02); transition: transform .6s ease;
}
.cat-card:hover img { transform: scale(1.09); }
.cat-card-body {
  position: absolute; inset: auto 0 0 0; z-index: 2;
  padding: 70px 22px 24px; text-align: center;
  background: linear-gradient(180deg, transparent, rgba(9, 3, 7, .78) 45%, rgba(9, 3, 7, .95));
}
.cat-card-body h3 { font-size: 1.3rem; letter-spacing: .02em; text-shadow: 0 2px 14px rgba(0, 0, 0, .8); }
.cat-card-body p { font-size: .84rem; color: rgba(249, 237, 242, .75); margin: 6px 0 16px; }
.cat-card-body span {
  display: inline-block; font-size: .78rem; letter-spacing: .1em; font-weight: 600;
  color: var(--gold-soft); border: 1px solid var(--line-gold);
  padding: 9px 22px; border-radius: 999px; backdrop-filter: blur(4px);
  transition: background .3s, color .3s, border-color .3s, box-shadow .3s;
}
.cat-card:hover .cat-card-body span {
  background: linear-gradient(90deg, var(--red), var(--neon));
  border-color: transparent; color: #fff; box-shadow: var(--glow);
}

/* ---------- pasos ---------- */
.steps { padding: 90px 0; }
.steps-grid { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.steps-grid::before {
  content: ''; position: absolute; top: 71px; left: 12%; right: 12%; height: 1px; z-index: 0;
  background: repeating-linear-gradient(90deg, rgba(255, 45, 120, .5) 0 10px, transparent 10px 20px);
}
.step-card {
  position: relative; z-index: 1; text-align: center; padding: 44px 28px 38px;
  background: linear-gradient(170deg, var(--panel-2), rgba(17, 5, 12, .92));
  border-radius: var(--radius);
  transition: transform .35s, box-shadow .35s;
}
.step-card::before {
  content: ''; position: absolute; inset: 0; border-radius: inherit; padding: 1px; pointer-events: none;
  background: linear-gradient(170deg, rgba(255, 45, 120, .4), rgba(217, 169, 92, .15) 55%, transparent);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor; mask-composite: exclude;
}
.step-card:hover { transform: translateY(-6px); box-shadow: 0 14px 48px rgba(255, 45, 120, .22); }
.step-num {
  position: relative;
  width: 68px; height: 68px; margin: 0 auto 20px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-family: 'Playfair Display', serif; font-style: italic; font-size: 1.7rem; font-weight: 800;
  color: var(--neon-soft);
  background: conic-gradient(from 210deg, var(--neon), var(--violet), var(--gold), var(--neon));
  text-shadow: 0 0 12px rgba(255, 45, 120, .9);
  box-shadow: 0 0 26px rgba(255, 45, 120, .4);
}
.step-num::before { content: ''; position: absolute; inset: 2.5px; border-radius: 50%; background: #17070f; }
.step-num span { position: relative; z-index: 1; }
.step-card h3 { font-family: 'Jost', sans-serif; font-size: 1.08rem; margin-bottom: 8px; }
.step-card p { font-size: .89rem; color: var(--muted); }

/* ---------- gift ---------- */
.gift { padding: 40px 0 80px; }
.gift-inner {
  position: relative; overflow: hidden; border-radius: 32px;
  min-height: 340px; display: flex; align-items: center;
  background: url('../img/gift.jpg?v=2') center / cover no-repeat, linear-gradient(120deg, #200b17, #120610);
}
.gift-inner::before {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(9, 3, 7, .95) 10%, rgba(9, 3, 7, .74) 48%, rgba(9, 3, 7, .18) 100%);
}
.gift-inner::after {
  content: ''; position: absolute; inset: 0; border-radius: inherit; padding: 1.5px; pointer-events: none;
  background: linear-gradient(120deg, rgba(217, 169, 92, .6), rgba(255, 45, 120, .35) 55%, transparent);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor; mask-composite: exclude;
}
.gift-content { position: relative; z-index: 1; padding: 58px 48px; max-width: 590px; }
.gift-content .script { font-size: 2.6rem; color: var(--neon-soft); text-shadow: var(--glow-strong); }
.gift-content h2 { font-size: clamp(1.6rem, 3.2vw, 2.3rem); margin: 10px 0 14px; }
.gift-content p { color: var(--muted); margin-bottom: 26px; }

/* ---------- galería ---------- */
.gallery { padding: 50px 0 80px; }
.gallery-row { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; }
.gallery-row img {
  border-radius: 18px; height: 190px; width: 100%; object-fit: cover;
  filter: saturate(1.12);
  transition: transform .45s cubic-bezier(.16, 1, .3, 1), box-shadow .45s, filter .45s;
}
.gallery-row img:nth-child(even) { transform: translateY(16px); }
.gallery-row img:hover { transform: scale(1.06) rotate(-1deg) !important; box-shadow: 0 14px 44px rgba(255, 45, 120, .35); filter: saturate(1.3); z-index: 2; position: relative; }

/* ---------- FAQ ---------- */
.faq { padding: 80px 0 50px; }
.faq-list { max-width: 780px; margin: 0 auto; display: flex; flex-direction: column; gap: 14px; }
.faq-item {
  position: relative;
  background: linear-gradient(170deg, var(--panel), rgba(16, 5, 11, .85));
  border: 1px solid var(--line); border-radius: 18px;
  overflow: hidden; transition: border-color .3s, box-shadow .3s;
}
.faq-item[open] { border-color: rgba(255, 45, 120, .5); box-shadow: 0 0 30px rgba(255, 45, 120, .16); }
.faq-item summary {
  list-style: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center;
  gap: 14px; padding: 20px 24px; font-weight: 600; font-size: 1rem;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: '+'; font-family: 'Playfair Display', serif; font-size: 1.6rem; color: var(--neon-soft); line-height: 1; flex: none;
  text-shadow: 0 0 10px rgba(255, 45, 120, .7);
  transition: transform .3s;
}
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-item .faq-body { padding: 0 24px 22px; color: var(--muted); font-size: .93rem; }

/* ---------- contacto ---------- */
.contact { padding: 60px 0 100px; }
.contact-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 24px; }
.contact-card {
  position: relative;
  background: linear-gradient(165deg, var(--panel-2), rgba(16, 5, 11, .9));
  border-radius: var(--radius); padding: 42px;
}
.contact-card::before {
  content: ''; position: absolute; inset: 0; border-radius: inherit; padding: 1px; pointer-events: none;
  background: linear-gradient(160deg, rgba(217, 169, 92, .5), rgba(255, 45, 120, .25) 55%, transparent);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor; mask-composite: exclude;
}
.contact-card h3 { font-size: 1.5rem; margin-bottom: 8px; }
.contact-card > p { color: var(--muted); font-size: .96rem; }
.contact-lines { display: flex; flex-direction: column; gap: 16px; margin-top: 28px; }
.contact-line { display: flex; align-items: center; gap: 15px; font-size: .96rem; }
.contact-line svg { flex: none; color: var(--neon-soft); filter: drop-shadow(0 0 9px rgba(255, 45, 120, .6)); }
.contact-line small { display: block; color: var(--faint); font-size: .76rem; letter-spacing: .12em; text-transform: uppercase; }
.contact-line a:hover { color: var(--neon-soft); }
.contact-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.map-frame { border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); min-height: 340px; }
.map-frame iframe { width: 100%; height: 100%; min-height: 340px; border: 0; filter: invert(88%) hue-rotate(200deg) saturate(.5) brightness(.9); }

/* ---------- footer ---------- */
.site-footer { position: relative; border-top: 1px solid var(--line); padding: 52px 0 32px; background: linear-gradient(180deg, rgba(8, 3, 6, .4), rgba(8, 3, 6, .85)); }
.site-footer::before {
  content: ''; position: absolute; top: -1px; left: 10%; right: 10%; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 45, 120, .6), transparent);
}
.footer-grid { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 22px; }
.footer-brand .script { font-size: 2.3rem; color: var(--neon-soft); text-shadow: var(--glow); }
.footer-brand p { color: var(--faint); font-size: .86rem; margin-top: 4px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 6px 24px; font-size: .9rem; color: var(--muted); }
.footer-links a { transition: color .2s, text-shadow .2s; }
.footer-links a:hover { color: var(--neon-soft); text-shadow: 0 0 10px rgba(255, 45, 120, .6); }
.footer-bottom {
  margin-top: 32px; padding-top: 22px; border-top: 1px solid rgba(255, 255, 255, .06);
  display: flex; flex-wrap: wrap; justify-content: space-between; gap: 10px;
  font-size: .78rem; color: var(--faint);
}
.footer-bottom .plus18 { color: var(--gold-soft); border: 1px solid var(--line-gold); border-radius: 6px; padding: 1px 7px; font-weight: 600; }

/* ---------- whatsapp float ---------- */
.wa-float {
  position: fixed; right: 24px; bottom: 24px; z-index: 90;
  width: 60px; height: 60px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, #23c05f, #17944a); color: #fff;
  box-shadow: 0 6px 26px rgba(31, 170, 83, .55);
  transition: transform .28s;
}
.wa-float::before {
  content: ''; position: absolute; inset: -6px; border-radius: 50%;
  border: 2px solid rgba(35, 192, 95, .5);
  animation: waPing 2.2s ease-out infinite;
}
@keyframes waPing { 0% { transform: scale(.8); opacity: 1; } 100% { transform: scale(1.4); opacity: 0; } }
.wa-float:hover { transform: scale(1.12) rotate(6deg); }

/* ---------- carrito ---------- */
.btn-cart {
  background: rgba(255, 255, 255, .05);
  border-color: rgba(255, 45, 120, .3); color: var(--text);
  padding: 11px 14px; font-size: .82rem; width: 100%; margin-top: 4px;
}
.btn-cart:hover {
  background: linear-gradient(90deg, var(--red), var(--neon));
  border-color: transparent; box-shadow: var(--glow);
}
.btn-cart.added {
  background: linear-gradient(90deg, #23c05f, #17944a);
  border-color: transparent; box-shadow: 0 0 20px rgba(35, 192, 95, .5);
}
.cart-toggle {
  position: relative; width: 42px; height: 42px; border-radius: 12px;
  display: grid; place-items: center;
  background: rgba(255, 255, 255, .05); border: 1px solid var(--line);
  color: var(--text); transition: border-color .25s, box-shadow .25s, color .25s;
}
.cart-toggle:hover { border-color: rgba(255, 45, 120, .55); color: var(--neon-soft); box-shadow: 0 0 16px rgba(255, 45, 120, .25); }
.cart-badge {
  position: absolute; top: -7px; right: -7px;
  min-width: 20px; height: 20px; padding: 0 5px; border-radius: 999px;
  display: none; align-items: center; justify-content: center;
  background: linear-gradient(135deg, var(--red), var(--neon));
  color: #fff; font-size: .68rem; font-weight: 700;
  box-shadow: 0 0 12px rgba(255, 45, 120, .6);
}
.cart-badge.show { display: inline-flex; animation: badgePop .35s cubic-bezier(.16, 1, .3, 1); }
@keyframes badgePop { from { transform: scale(.4); } 60% { transform: scale(1.25); } to { transform: scale(1); } }

/* --- página carrito --- */
.cart-page { min-height: 42vh; padding-bottom: 110px; }
.cart-empty-state { max-width: 440px; margin: 46px auto 40px; text-align: center; }
.cart-empty-state[hidden], .cart-layout[hidden] { display: none; }
.cart-empty-icon {
  width: 86px; height: 86px; border-radius: 50%; margin: 0 auto 22px;
  display: grid; place-items: center;
  border: 1px solid var(--line); background: rgba(255, 255, 255, .03);
  color: var(--faint);
}
.cart-empty-state h2 { font-family: 'Jost', sans-serif; font-size: 1.25rem; font-weight: 600; }
.cart-empty-state p { color: var(--muted); font-size: .93rem; margin: 10px 0 26px; }
.cart-layout { display: grid; grid-template-columns: 1.5fr .9fr; gap: 24px; align-items: start; margin-top: 44px; }
.cart-row {
  display: flex; align-items: center; gap: 16px;
  padding: 16px 18px; margin-bottom: 12px;
  background: linear-gradient(170deg, var(--panel), rgba(16, 5, 11, .85));
  border: 1px solid var(--line); border-radius: 18px;
  transition: border-color .25s;
}
.cart-row:hover { border-color: rgba(255, 45, 120, .4); }
.cart-thumb {
  width: 56px; height: 56px; flex: none; border-radius: 14px;
  display: grid; place-items: center;
  background: radial-gradient(70% 70% at 50% 40%, rgba(255, 45, 120, .22), transparent 75%), linear-gradient(165deg, #2a0f1f, #140611);
  border: 1px solid rgba(255, 45, 120, .25);
}
.cart-thumb svg { width: 26px; height: 26px; color: var(--neon-soft); filter: drop-shadow(0 0 8px rgba(255, 45, 120, .7)); }
.cart-row-info { flex: 1; min-width: 0; }
.cart-row-info strong { display: block; font-size: .92rem; font-weight: 600; line-height: 1.3; }
.cart-row-info span { display: block; font-size: .76rem; color: var(--faint); margin-top: 2px; }
.cart-row-side { display: flex; align-items: center; gap: 18px; flex: none; }
.cart-row-side b { font-family: 'Playfair Display', serif; font-style: italic; color: var(--neon-soft); font-size: 1.05rem; min-width: 84px; text-align: right; }
.qty-ctrl {
  display: flex; align-items: center; gap: 2px;
  background: rgba(255, 255, 255, .04); border: 1px solid var(--line); border-radius: 999px;
  padding: 2px;
}
.qty-ctrl button {
  width: 28px; height: 28px; border: 0; background: transparent; color: var(--text);
  font-size: 1rem; line-height: 1; border-radius: 50%;
  transition: color .2s, background .2s;
}
.qty-ctrl button:hover { color: var(--neon-soft); background: rgba(255, 45, 120, .12); }
.qty-ctrl span { min-width: 24px; text-align: center; font-size: .88rem; font-weight: 600; }
.cart-remove {
  width: 30px; height: 30px; flex: none; border-radius: 50%;
  background: transparent; border: 1px solid transparent; color: var(--faint);
  font-size: .8rem; transition: color .2s, border-color .2s;
}
.cart-remove:hover { color: #ff5b6e; border-color: rgba(255, 91, 110, .4); }
.cart-clear {
  margin-top: 8px; background: none; border: none;
  color: var(--faint); font-size: .85rem; letter-spacing: .03em;
  transition: color .2s;
}
.cart-clear:hover { color: var(--neon-soft); }
.cart-summary {
  position: sticky; top: 100px; overflow: hidden;
  background: linear-gradient(165deg, var(--panel-2), rgba(16, 5, 11, .92));
  border-radius: var(--radius); padding: 30px 28px;
}
.cart-summary::before {
  content: ''; position: absolute; inset: 0; border-radius: inherit; padding: 1px; pointer-events: none;
  background: linear-gradient(165deg, rgba(255, 45, 120, .5), rgba(217, 169, 92, .2) 55%, transparent);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor; mask-composite: exclude;
}
.cart-summary { position: relative; position: sticky; }
.cart-summary h3 { font-size: 1.25rem; margin-bottom: 16px; }
.sum-row {
  display: flex; justify-content: space-between; align-items: baseline; gap: 12px;
  font-size: .9rem; color: var(--muted); padding: 10px 0;
  border-bottom: 1px dashed rgba(255, 255, 255, .09);
}
.sum-total { border-bottom: none; padding-top: 16px; font-size: 1rem; color: var(--text); }
.sum-total b {
  font-family: 'Playfair Display', serif; font-style: italic; font-size: 1.7rem;
  color: var(--neon-soft); text-shadow: 0 0 18px rgba(255, 45, 120, .55);
}
.cart-summary .btn { width: 100%; margin-top: 18px; }
.cart-summary .btn.disabled { opacity: .4; pointer-events: none; }
.cart-note { margin-top: 14px; text-align: center; font-size: .77rem; color: var(--faint); }

.toast {
  position: fixed; left: 50%; bottom: 96px; z-index: 170;
  transform: translateX(-50%) translateY(20px);
  background: linear-gradient(135deg, #2a0f1f, #1a0812);
  border: 1px solid rgba(255, 45, 120, .5);
  color: var(--text); font-size: .9rem; font-weight: 600;
  padding: 13px 26px; border-radius: 999px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, .5), 0 0 24px rgba(255, 45, 120, .3);
  opacity: 0; pointer-events: none;
  transition: opacity .3s, transform .3s;
}
.toast.show { opacity: 1; pointer-events: auto; transform: translateX(-50%) translateY(0); }
.toast a { color: var(--neon-soft); margin-left: 4px; text-decoration: underline; }

/* ---------- catálogo ---------- */
.catalog-hero { position: relative; padding: 150px 0 10px; text-align: center; overflow: hidden; }
.catalog-hero::before {
  content: ''; position: absolute; inset: 0; z-index: -1;
  background:
    radial-gradient(40rem 22rem at 50% -30%, rgba(255, 45, 120, .22), transparent 65%),
    radial-gradient(30rem 16rem at 85% 10%, rgba(139, 47, 212, .14), transparent 60%);
}
.catalog-hero .pill {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(255, 45, 120, .1); border: 1px solid rgba(255, 45, 120, .4);
  color: var(--neon-soft); font-size: .78rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase;
  padding: 9px 20px; border-radius: 999px;
  box-shadow: 0 0 20px rgba(255, 45, 120, .18);
}
.catalog-hero h1 { font-size: clamp(2.3rem, 5vw, 3.8rem); margin: 24px 0 14px; }
.catalog-hero p { color: var(--muted); max-width: 560px; margin: 0 auto; }

.search-wrap { max-width: 580px; margin: 38px auto 0; }
.search-box {
  display: flex; align-items: center; gap: 12px;
  background: rgba(24, 8, 17, .85); border: 1px solid var(--line);
  border-radius: 999px; padding: 15px 24px;
  transition: border-color .3s, box-shadow .3s;
}
.search-box:focus-within { border-color: rgba(255, 45, 120, .65); box-shadow: var(--glow); }
.search-box svg { color: var(--neon-soft); flex: none; }
.search-box input { flex: 1; background: transparent; border: 0; outline: 0; color: var(--text); font-family: inherit; font-size: .98rem; }
.search-box input::placeholder { color: var(--faint); }

.chips { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin: 30px 0 10px; }
.chip {
  border-radius: 999px; padding: 10px 22px; font-size: .87rem; border: 1px solid var(--line);
  background: rgba(255, 255, 255, .03); color: var(--muted);
  transition: all .28s;
}
.chip:hover { color: var(--text); border-color: rgba(255, 45, 120, .5); transform: translateY(-2px); }
.chip.active {
  background: linear-gradient(90deg, var(--red), var(--neon));
  color: #fff; border-color: transparent; box-shadow: var(--glow);
}
.count { text-align: center; color: var(--faint); font-size: .86rem; margin: 20px 0 30px; }

.catalog-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; padding-bottom: 100px; }
.empty-msg { text-align: center; color: var(--faint); padding: 60px 0 90px; grid-column: 1 / -1; }

/* ---------- responsive ---------- */
@media (max-width: 1024px) {
  .grid-feat { grid-template-columns: repeat(3, 1fr); }
  .catalog-grid { grid-template-columns: repeat(3, 1fr); }
  .grid-cats { grid-template-columns: repeat(2, 1fr); }
  .badges-grid { grid-template-columns: repeat(3, 1fr); }
  .badge-item:nth-child(4) { border-left: none; }
  .pick-panel .grid-picks { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 760px) {
  .nav { display: none; position: absolute; top: 76px; left: 0; right: 0; flex-direction: column; align-items: stretch; padding: 14px 22px 20px; background: rgba(9, 3, 7, .97); border-bottom: 1px solid var(--line); }
  .nav.open { display: flex; }
  .menu-btn { display: grid; place-items: center; }
  .header-cta { display: none; }
  .hero { min-height: 86svh; padding: 120px 0 90px; }
  .hero-bg { background-position: 68% 30%; }
  .badges { margin-top: -40px; }
  .grid-feat { grid-template-columns: repeat(2, 1fr); gap: 13px; }
  .catalog-grid { grid-template-columns: repeat(2, 1fr); gap: 13px; }
  .badges-grid { grid-template-columns: repeat(2, 1fr); }
  .badge-item { border-left: none; padding: 22px 14px; }
  .contact-grid { grid-template-columns: 1fr; }
  .gallery-row { grid-template-columns: repeat(3, 1fr); }
  .gallery-row img { height: 130px; }
  .gallery-row img:nth-child(n+4) { display: none; }
  .cta-band-inner { padding: 44px 28px; }
  .pick-panel .grid-picks { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .steps-grid { grid-template-columns: 1fr; }
  .steps-grid::before { display: none; }
  .cart-layout { grid-template-columns: 1fr; }
  .cart-summary { position: static; }
  .cart-row { flex-wrap: wrap; }
  .cart-row-side { width: 100%; justify-content: space-between; }
  .gift-content { padding: 42px 28px; }
  .hero-heart { top: 100px; right: 4%; transform: scale(.68); }
  .ghost { font-size: 4rem; top: -22px; }
  .cat-card { height: 280px; }
}
@media (max-width: 430px) {
  .grid-feat { grid-template-columns: 1fr 1fr; }
  .grid-cats { grid-template-columns: 1fr; }
  .card-body h3 { font-size: .85rem; }
}
