/* ============================================================
   JINPINMAO MÉXICO — sistema de diseño
   Boutique editorial · cute-premium · rosa/magenta + oro
   ============================================================ */

:root {
  /* marca */
  --brand: #ff0a8f;          /* magenta logo */
  --magenta-deep: #c4186e;   /* hover / links */
  --plum: #3d0f26;           /* footer / texto fuerte */
  --plum-soft: #5a1b3a;
  --blush-50: #fff4f9;
  --blush-100: #fde7f0;
  --blush-200: #f9cfe0;
  --gold: #c5a56b;
  --gold-deep: #a8884c;
  --cream: #fbf6f1;
  --cream-deep: #f3e9e0;
  --surface: #ffffff;
  --ink: #2b2320;
  --muted: #756a62;
  --wa: #25d366;
  --wa-deep: #14a850;

  --radius: 18px;
  --radius-lg: 28px;
  --radius-pill: 999px;
  --shadow-sm: 0 2px 10px rgba(61, 15, 38, .06);
  --shadow: 0 14px 40px -18px rgba(61, 15, 38, .28);
  --shadow-lg: 0 30px 70px -30px rgba(61, 15, 38, .40);
  --maxw: 1200px;
  --ease: cubic-bezier(.22, 1, .36, 1);

  --font-display: "Fraunces", Georgia, "Times New Roman", serif;
  --font-body: "Hanken Grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; overflow-x: clip; }

:focus-visible { outline: 2px solid var(--brand); outline-offset: 3px; border-radius: 4px; }

body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--ink);
  background-color: var(--cream);
  background-image:
    radial-gradient(120% 80% at 100% -10%, var(--blush-100) 0%, transparent 42%),
    radial-gradient(90% 60% at -10% 8%, #fff6ef 0%, transparent 40%);
  line-height: 1.6;
  font-size: 17px;
  overflow-x: clip;
}

/* sutil grano para calidez */
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: .035;
  background-image: 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='.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

h1, h2, h3, h4 {
  font-family: var(--font-display);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -.01em;
  margin: 0 0 .4em;
  color: var(--plum);
}

p { margin: 0 0 1em; }

.wrap { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 22px; position: relative; z-index: 1; }

.eyebrow {
  font-family: var(--font-body);
  font-weight: 600;
  font-size: .76rem;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--magenta-deep);
  display: inline-flex;
  align-items: center;
  gap: .55em;
  margin-bottom: 1rem;
}
.eyebrow::before { content: "✦"; color: var(--gold); font-size: .9em; }

.section { padding: clamp(56px, 8vw, 110px) 0; position: relative; z-index: 1; }
.section--tight { padding: clamp(40px, 5vw, 70px) 0; }

.lead { font-size: 1.12rem; color: var(--muted); max-width: 62ch; }

/* ---------- botones ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .55em;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: .98rem;
  padding: .92em 1.6em;
  border-radius: var(--radius-pill);
  border: 1.5px solid transparent;
  cursor: pointer;
  transition: transform .35s var(--ease), box-shadow .35s var(--ease), background .25s, color .25s;
  line-height: 1;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-2px); }
.btn--primary { background: var(--brand); color: #fff; box-shadow: 0 12px 28px -12px rgba(255, 10, 143, .65); }
.btn--primary:hover { background: var(--magenta-deep); box-shadow: 0 18px 34px -12px rgba(255, 10, 143, .7); }
.btn--ghost { border-color: var(--plum); color: var(--plum); background: transparent; }
.btn--ghost:hover { background: var(--plum); color: var(--cream); }
.btn--wa { background: var(--wa); color: #06371b; box-shadow: 0 12px 28px -12px rgba(37, 211, 102, .65); }
.btn--wa:hover { background: var(--wa-deep); color: #fff; }
.btn--lg { padding: 1.08em 2em; font-size: 1.05rem; }

.wa-ico { width: 1.15em; height: 1.15em; flex: none; }

/* ---------- announcement ---------- */
.ticker {
  background: var(--plum);
  color: var(--cream);
  font-size: .8rem;
  letter-spacing: .04em;
  position: relative;
  z-index: 60;
}
.ticker .wrap { display: flex; gap: 1.6rem; justify-content: center; align-items: center; padding: 9px 22px; flex-wrap: wrap; }
.ticker span { display: inline-flex; align-items: center; gap: .45em; opacity: .92; }
.ticker b { color: var(--blush-200); font-weight: 600; }

/* ---------- header ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(251, 246, 241, .82);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(61, 15, 38, .07);
  transition: padding .3s var(--ease), background .3s;
}
.site-header .bar { display: flex; align-items: center; justify-content: space-between; padding: 18px 0; transition: padding .3s var(--ease); }
.site-header.shrunk .bar { padding: 10px 0; }
.brand-logo img { height: 30px; width: auto; transition: height .3s var(--ease); }
.site-header.shrunk .brand-logo img { height: 25px; }

.nav { display: flex; align-items: center; gap: 2rem; }
.nav a {
  font-weight: 500;
  font-size: .96rem;
  color: var(--plum);
  position: relative;
  padding: 4px 0;
  transition: color .2s;
}
.nav a::after {
  content: "";
  position: absolute;
  left: 0; bottom: -2px;
  width: 0; height: 2px;
  background: var(--brand);
  border-radius: 2px;
  transition: width .3s var(--ease);
}
.nav a:hover { color: var(--brand); }
.nav a:hover::after, .nav a[aria-current="page"]::after { width: 100%; }
.nav a[aria-current="page"] { color: var(--brand); }

.header-cta { display: flex; align-items: center; gap: .9rem; }
.icon-link { display: inline-flex; color: var(--plum); transition: color .2s, transform .3s var(--ease); }
.icon-link:hover { color: var(--brand); transform: translateY(-2px); }

.burger { display: none; background: none; border: 0; cursor: pointer; padding: 8px; color: var(--plum); }
.burger svg { width: 26px; height: 26px; }

/* ---------- drawer (móvil) ---------- */
.drawer {
  position: fixed;
  inset: 0;
  z-index: 80;
  background: var(--cream);
  background-image: radial-gradient(120% 70% at 100% 0%, var(--blush-100), transparent 50%);
  transform: translateX(100%);
  visibility: hidden;
  transition: transform .42s var(--ease), visibility 0s .42s;
  display: flex;
  flex-direction: column;
  padding: 22px;
  overflow-y: auto;
}
.drawer.open { transform: translateX(0); visibility: visible; transition: transform .42s var(--ease), visibility 0s 0s; }
.drawer-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 8px; }
.drawer-top img { height: 26px; }
.drawer-close { background: none; border: 0; color: var(--plum); cursor: pointer; padding: 8px; }
.drawer-close svg { width: 26px; height: 26px; }
.drawer-nav { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 18px 0 24px; }
.drawer-tile {
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: var(--shadow-sm);
  padding: 18px 16px;
  font-family: var(--font-display);
  font-size: 1.18rem;
  color: var(--plum);
  display: flex;
  align-items: flex-end;
  min-height: 92px;
  border: 1px solid rgba(197, 165, 107, .25);
  transition: transform .3s var(--ease), box-shadow .3s;
}
.drawer-tile:active, .drawer-tile:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.drawer .btn { width: 100%; }

/* ---------- hero ---------- */
.hero { position: relative; padding: clamp(40px, 6vw, 86px) 0 clamp(56px, 7vw, 96px); overflow: hidden; }
.hero .wrap { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(28px, 4vw, 60px); align-items: center; }
.hero-blob {
  position: absolute;
  width: 70vw; max-width: 760px; aspect-ratio: 1;
  right: -16vw; top: -14vw;
  background: radial-gradient(circle at 40% 40%, var(--blush-100), var(--blush-50) 55%, transparent 72%);
  border-radius: 50%;
  z-index: 0;
  filter: blur(2px);
}
.hero h1 { font-size: clamp(2.7rem, 6.4vw, 4.6rem); font-weight: 400; letter-spacing: -.02em; }
.hero h1 em { font-style: italic; color: var(--brand); }
.hero .lead { margin: .4rem 0 1.8rem; font-size: clamp(1.05rem, 1.6vw, 1.2rem); }
.hero-actions { display: flex; gap: .9rem; flex-wrap: wrap; }
.hero-meta { margin-top: 1.8rem; display: flex; gap: 1.8rem; flex-wrap: wrap; color: var(--muted); font-size: .9rem; }
.hero-meta b { display: block; font-family: var(--font-display); font-size: 1.7rem; color: var(--plum); line-height: 1; margin-bottom: 2px; }

/* cluster de tarjetas de producto en hero */
.hero-art { position: relative; min-height: 380px; }
.hero-card {
  position: absolute;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--surface);
  box-shadow: var(--shadow-lg);
  border: 5px solid #fff;
}
.hero-card img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 4/5; }
.hero-card.c1 { width: 56%; left: 4%; top: 6%; transform: rotate(-5deg); z-index: 3; }
.hero-card.c2 { width: 44%; right: 2%; top: 0; transform: rotate(5deg); z-index: 2; }
.hero-card.c3 { width: 40%; right: 10%; bottom: -2%; transform: rotate(-3deg); z-index: 4; }
.hero-sticker {
  position: absolute; z-index: 5; left: -2%; bottom: 12%;
  background: var(--brand); color: #fff;
  font-family: var(--font-display); font-style: italic; font-size: 1.05rem;
  width: 96px; height: 96px; border-radius: 50%;
  display: grid; place-items: center; text-align: center; line-height: 1.05;
  box-shadow: 0 16px 30px -12px rgba(255, 10, 143, .6);
  rotate: -10deg;
  padding: 10px;
}

/* ---------- divisor dorado ---------- */
.rule { display: flex; align-items: center; justify-content: center; gap: 14px; color: var(--gold); margin: 0 auto; max-width: 360px; }
.rule::before, .rule::after { content: ""; height: 1px; flex: 1; background: linear-gradient(90deg, transparent, var(--gold)); }
.rule::after { background: linear-gradient(90deg, var(--gold), transparent); }
.rule span { font-size: 1rem; }

/* ---------- section heading ---------- */
.sec-head { text-align: center; max-width: 64ch; margin: 0 auto clamp(32px, 4vw, 54px); }
.sec-head h2, .sec-head h1 { font-size: clamp(2rem, 4vw, 3rem); font-weight: 400; }
.sec-head .lead { margin-inline: auto; }

/* ---------- categorías ---------- */
.cats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.cat {
  position: relative; border-radius: var(--radius); overflow: hidden;
  aspect-ratio: 3/4; background: var(--blush-100); box-shadow: var(--shadow-sm);
  transition: transform .4s var(--ease), box-shadow .4s;
}
.cat:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.cat img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease); }
.cat:hover img { transform: scale(1.06); }
.cat span {
  position: absolute; inset: auto 0 0 0; padding: 16px 14px;
  font-family: var(--font-display); font-size: 1.12rem; color: #fff;
  background: linear-gradient(0deg, rgba(61, 15, 38, .82), transparent);
}

/* ---------- grid productos ---------- */
.grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(16px, 2vw, 26px); }
.grid--3 { grid-template-columns: repeat(3, 1fr); }
.card {
  background: var(--surface);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  border: 1px solid rgba(61, 15, 38, .05);
  display: flex; flex-direction: column;
  transition: transform .4s var(--ease), box-shadow .4s var(--ease);
}
.card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.card-media { position: relative; aspect-ratio: 4/5; overflow: hidden; background: var(--blush-50); }
.card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s var(--ease); }
.card:hover .card-media img { transform: scale(1.05); }
.tag {
  position: absolute; top: 12px; left: 12px; z-index: 2;
  background: var(--brand); color: #fff;
  font-size: .75rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase;
  padding: .42em .8em; border-radius: var(--radius-pill);
  box-shadow: 0 6px 14px -6px rgba(255, 10, 143, .7);
}
.tag--best { background: linear-gradient(100deg, #b8860b, #e0b84c); color: #3d2b00; box-shadow: 0 6px 14px -6px rgba(184, 134, 11, .6); }
.card-code {
  position: absolute; top: 12px; right: 12px; z-index: 2;
  background: rgba(61, 15, 38, .85); color: #fff;
  font-size: .8rem; font-weight: 700; letter-spacing: .06em;
  padding: .35em .7em; border-radius: var(--radius-pill);
  backdrop-filter: blur(4px);
}
.card-body { padding: 16px 16px 18px; display: flex; flex-direction: column; gap: 6px; flex: 1; }
.card-body h3 { font-size: 1.16rem; font-weight: 500; margin: 0; }
.card-cat { font-size: .74rem; letter-spacing: .16em; text-transform: uppercase; color: #8a6b32; font-weight: 600; }
.card-ref { font-size: .74rem; letter-spacing: .06em; text-transform: uppercase; color: var(--muted); margin-top: 2px; }
.card-desc { font-size: .9rem; color: var(--muted); margin: 0; flex: 1; }
.card-actions { margin-top: 10px; display: grid; gap: 8px; }
.add-order {
  display: inline-flex; align-items: center; justify-content: center; gap: .5em;
  font-family: var(--font-body); font-weight: 600; font-size: .85rem;
  color: var(--plum); background: transparent;
  border: 1.5px dashed rgba(61, 15, 38, .25);
  border-radius: var(--radius-pill);
  padding: .6em 1em; cursor: pointer; min-height: 40px;
  transition: all .25s var(--ease);
}
.add-order:hover { border-color: var(--brand); color: var(--brand); }
.add-order.added { background: var(--blush-100); border-style: solid; border-color: var(--brand); color: var(--magenta-deep); }
.card-wa {
  display: inline-flex; align-items: center; justify-content: center; gap: .5em;
  font-weight: 600; font-size: .9rem;
  color: var(--magenta-deep);
  border: 1.5px solid var(--blush-200);
  border-radius: var(--radius-pill);
  padding: .7em 1em;
  position: relative; overflow: hidden;
  transition: color .25s, border-color .25s, background .25s;
}
.card-wa::after {
  content: ""; position: absolute; top: 0; left: -120%; width: 60%; height: 100%;
  background: linear-gradient(100deg, transparent, rgba(255, 255, 255, .65), transparent);
  transform: skewX(-18deg);
  transition: left .6s var(--ease);
}
.card-wa:hover { background: var(--brand); color: #fff; border-color: var(--brand); }
.card-wa:hover::after { left: 130%; }

/* ---------- filtros catálogo ---------- */
.filters { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-bottom: clamp(28px, 3vw, 44px); }
.filter {
  font-family: var(--font-body); font-weight: 600; font-size: .9rem;
  background: var(--surface); color: var(--plum);
  border: 1.5px solid rgba(61, 15, 38, .12);
  border-radius: var(--radius-pill); padding: .6em 1.2em; cursor: pointer;
  min-height: 44px;
  transition: all .25s var(--ease);
}
.filter:hover { border-color: var(--brand); color: var(--brand); }
.filter.active { background: var(--brand); border-color: var(--brand); color: #fff; }
.card.hide { display: none; }

/* ---------- bandas / about ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px, 5vw, 70px); align-items: center; }
.split.alt { direction: rtl; }
.split.alt > * { direction: ltr; }
.split-media { border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow); aspect-ratio: 4/5; }
.split-media img { width: 100%; height: 100%; object-fit: cover; }
.band {
  background:
    radial-gradient(80% 120% at 0% 0%, var(--blush-100), transparent 60%),
    var(--surface);
  border-radius: var(--radius-lg);
  padding: clamp(34px, 5vw, 64px);
  box-shadow: var(--shadow-sm);
  border: 1px solid rgba(197, 165, 107, .2);
}

.featurelist { list-style: none; padding: 0; margin: 1.4rem 0 0; display: grid; gap: 14px; }
.featurelist li { display: flex; gap: 12px; align-items: flex-start; }
.featurelist .fi { flex: none; width: 26px; height: 26px; border-radius: 50%; background: var(--blush-100); color: var(--brand); display: grid; place-items: center; font-size: .8rem; margin-top: 2px; }
.featurelist b { color: var(--plum); }

.step-num { font-family: var(--font-display); font-style: italic; font-size: 2.6rem; line-height: 1; color: var(--brand); display: block; margin-bottom: .5rem; }

/* ---------- tienda / mapa ---------- */
.store { display: grid; grid-template-columns: 1fr 1fr; gap: 0; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow); }
.store-info { background: var(--plum); color: var(--cream); padding: clamp(32px, 4vw, 56px); }
.store-info h2 { color: #fff; }
.store-info a { color: var(--blush-200); }
.store-info .dl { display: grid; gap: 16px; margin-top: 1.4rem; }
.store-info .dl div { display: flex; gap: 12px; align-items: flex-start; }
.store-info .dl .fi { flex: none; color: var(--gold); margin-top: 3px; }
.store-info .dl small { display: block; color: rgba(255, 255, 255, .6); font-size: .76rem; letter-spacing: .12em; text-transform: uppercase; }
.store-map { min-height: 360px; background: var(--blush-100); }
.store-map iframe { width: 100%; height: 100%; border: 0; display: block; }

/* ---------- faq ---------- */
.faq { max-width: 760px; margin: 0 auto; }
.faq details {
  background: var(--surface); border-radius: var(--radius);
  border: 1px solid rgba(61, 15, 38, .08); margin-bottom: 12px;
  box-shadow: var(--shadow-sm); overflow: hidden;
}
.faq summary {
  cursor: pointer; list-style: none; padding: 20px 22px;
  font-family: var(--font-display); font-size: 1.12rem; color: var(--plum);
  display: flex; justify-content: space-between; align-items: center; gap: 16px;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; color: var(--brand); font-size: 1.5rem; font-family: var(--font-body); transition: transform .3s var(--ease); }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq .faq-a { padding: 0 22px 22px; color: var(--muted); }

/* ---------- live band ---------- */
.live-band {
  display: flex; align-items: center; gap: 18px;
  background: linear-gradient(100deg, var(--plum), var(--plum-soft));
  color: var(--cream);
  border-radius: var(--radius-lg);
  padding: 22px 26px;
  box-shadow: var(--shadow);
  border: 1px solid rgba(255, 255, 255, .08);
  transition: transform .35s var(--ease), box-shadow .35s var(--ease);
}
.live-band:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg); }
.live-dot { display: inline-block; width: 12px; height: 12px; border-radius: 50%; background: #ff2d2d; flex: none; }
.is-live .live-dot { box-shadow: 0 0 0 0 rgba(255, 45, 45, .6); animation: livepulse 1.6s infinite; }
.is-live .nav-live { background: #ff2d2d; border-color: #ff2d2d; color: #fff; animation: livepulse 1.6s infinite; }
.is-live .nav-live .live-dot { background: #fff; animation: liveblink 1.2s infinite; }
.is-live .live-band { border-color: rgba(255, 45, 45, .55); }
.live-horario { font-size: .98rem; }
.live-feature .live-horario b { color: var(--blush-200); }
@keyframes livepulse { 0% { box-shadow: 0 0 0 0 rgba(255, 45, 45, .55); } 70% { box-shadow: 0 0 0 12px rgba(255, 45, 45, 0); } 100% { box-shadow: 0 0 0 0 rgba(255, 45, 45, 0); } }
@keyframes liveblink { 0%, 100% { opacity: 1; } 50% { opacity: .25; } }
.live-txt { flex: 1; display: flex; flex-direction: column; gap: 2px; }
.live-txt b { font-family: var(--font-display); font-weight: 500; font-size: 1.3rem; color: #fff; }
.live-txt span { color: rgba(255, 255, 255, .72); font-size: .92rem; }
.live-go { display: inline-flex; align-items: center; gap: .5em; font-weight: 600; background: var(--brand); color: #fff; padding: .75em 1.3em; border-radius: var(--radius-pill); white-space: nowrap; transition: background .25s; }
.live-go svg { width: 1.1em; height: 1.1em; }
.live-band:hover .live-go { background: var(--magenta-deep); }
@media (max-width: 620px) {
  .live-band { flex-direction: column; text-align: center; gap: 14px; padding: 24px 20px; }
}

/* ---------- cta band ---------- */
.cta-band {
  text-align: center;
  background:
    radial-gradient(90% 140% at 50% 0%, var(--plum-soft), var(--plum));
  color: var(--cream);
  border-radius: var(--radius-lg);
  padding: clamp(44px, 6vw, 84px) 22px;
  position: relative; overflow: hidden;
}
.cta-band h2 { color: #fff; font-size: clamp(2rem, 4vw, 3.2rem); font-weight: 400; }
.cta-band p { color: rgba(255, 255, 255, .8); max-width: 52ch; margin-inline: auto; }
.cta-band .star { color: var(--gold); font-size: 1.4rem; }

/* ---------- IG / social strip ---------- */
.social-strip { display: grid; grid-template-columns: repeat(6, 1fr); gap: 10px; }
.social-strip a { position: relative; aspect-ratio: 1; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); }
.social-strip img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s var(--ease); }
.social-strip a:hover img { transform: scale(1.08); }
.social-strip a::after { content: ""; position: absolute; inset: 0; background: rgba(255, 10, 143, 0); transition: background .3s; }
.social-strip a:hover::after { background: rgba(255, 10, 143, .14); }

/* ---------- footer ---------- */
.site-footer { background: var(--plum); color: rgba(255, 255, 255, .72); padding: clamp(48px, 6vw, 80px) 0 30px; margin-top: clamp(40px, 6vw, 80px); position: relative; z-index: 1; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.2fr; gap: 36px; }
.footer-logo img { height: 30px; margin-bottom: 16px; }
.site-footer h4 { color: #fff; font-family: var(--font-body); font-weight: 700; font-size: .82rem; letter-spacing: .14em; text-transform: uppercase; margin: 0 0 16px; }
.site-footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
.site-footer a { color: rgba(255, 255, 255, .72); transition: color .2s; font-size: .95rem; }
.site-footer a:hover { color: var(--blush-200); }
.foot-social { display: flex; gap: 12px; margin-top: 6px; }
.foot-social a { display: inline-grid; place-items: center; width: 40px; height: 40px; border-radius: 50%; border: 1px solid rgba(255, 255, 255, .18); transition: all .25s var(--ease); }
.foot-social a:hover { background: var(--brand); border-color: var(--brand); transform: translateY(-3px); }
.foot-social svg { width: 18px; height: 18px; }
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, .12);
  margin-top: 40px; padding-top: 22px;
  display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap;
  font-size: .82rem; color: rgba(255, 255, 255, .55);
}
.footer-bottom a { color: rgba(255, 255, 255, .7); }
.footer-bottom .legal { display: flex; gap: 20px; flex-wrap: wrap; }

/* ---------- sticky WA móvil ---------- */
.wa-bar {
  position: fixed; right: 16px; left: auto; bottom: calc(16px + env(safe-area-inset-bottom, 0px)); z-index: 70;
  background: var(--wa); color: #06371b;
  display: none; align-items: center; justify-content: center; gap: .5em;
  font-weight: 700; font-size: .95rem; padding: 13px 20px; text-align: center;
  border-radius: var(--radius-pill);
  box-shadow: 0 12px 30px -8px rgba(6, 55, 27, .45);
}
.wa-bar .wa-ico { width: 1.3em; height: 1.3em; }
@media (max-width: 860px) { .wa-bar { display: inline-flex; } }
body:has(.order-bar:not([hidden])) .wa-bar { display: none !important; }

/* ---------- páginas legales ---------- */
.legal-page { max-width: 820px; margin: 0 auto; }
.legal-page h2 { font-size: 1.5rem; margin-top: 2em; }
.legal-page h1 { font-size: clamp(2.2rem, 4vw, 3rem); font-weight: 400; }
.legal-page p, .legal-page li { color: #4a3f39; }
.legal-page ul { padding-left: 1.2em; }
.legal-page .updated { color: var(--muted); font-size: .9rem; }

/* ---------- contacto ---------- */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }
.contact-card { background: var(--surface); border-radius: var(--radius-lg); padding: clamp(28px, 4vw, 44px); box-shadow: var(--shadow-sm); border: 1px solid rgba(197, 165, 107, .2); }
.contact-card .dl { display: grid; gap: 20px; }
.contact-card .dl div { display: flex; gap: 14px; align-items: flex-start; }
.contact-card .dl .fi { flex: none; width: 42px; height: 42px; border-radius: 50%; background: var(--blush-100); color: var(--brand); display: grid; place-items: center; }
.contact-card .dl small { display: block; font-size: .74rem; letter-spacing: .14em; text-transform: uppercase; color: var(--gold-deep); font-weight: 600; margin-bottom: 2px; }
.contact-card .dl b { color: var(--plum); font-size: 1.05rem; }

/* ---------- animaciones de entrada ---------- */
.js .reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.js .reveal.in { opacity: 1; transform: none; }
.js .reveal[data-d="1"] { transition-delay: .08s; }
.js .reveal[data-d="2"] { transition-delay: .16s; }
.js .reveal[data-d="3"] { transition-delay: .24s; }
.js .reveal[data-d="4"] { transition-delay: .32s; }

@media (prefers-reduced-motion: reduce) {
  .js .reveal { opacity: 1; transform: none; transition: none; }
  * { animation: none !important; }
  html { scroll-behavior: auto; }
}

/* ---------- responsive ---------- */
@media (max-width: 1040px) {
  .cats { grid-template-columns: repeat(3, 1fr); }
  .grid { grid-template-columns: repeat(3, 1fr); }
  .social-strip { grid-template-columns: repeat(4, 1fr); }
}
@media (max-width: 860px) {
  .nav, .header-cta .btn { display: none; }
  .burger { display: inline-flex; }
  .hero .wrap { grid-template-columns: 1fr; }
  .hero-art { order: -1; min-height: 340px; max-width: 460px; margin: 0 auto; width: 100%; }
  .split, .store, .contact-grid { grid-template-columns: 1fr; }
  .split.alt { direction: ltr; }
  .store-info { order: 2; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 28px; }
  .grid.grid--3 { grid-template-columns: 1fr !important; }
}
@media (max-width: 620px) {
  body { font-size: 16px; padding-bottom: calc(24px + env(safe-area-inset-bottom, 0px)); }
  .grid { grid-template-columns: repeat(2, 1fr); gap: 14px; }
  .cats { grid-template-columns: repeat(2, 1fr); }
  .social-strip { grid-template-columns: repeat(3, 1fr); }
  .footer-grid { grid-template-columns: 1fr; }
  .card-body h3 { font-size: 1.04rem; }
  .hero-meta { gap: 1.2rem; }
  .ticker .wrap { font-size: .75rem; gap: 1rem; }
  .ticker .tick-3 { display: none; }
  .header-cta .icon-link { display: none; }
  .header-cta { gap: .5rem; }
  .brand-logo { flex: none; }
  .brand-logo img { height: 22px; }
  .site-header.shrunk .brand-logo img { height: 20px; }
  .nav-live { padding: .45em .8em; font-size: .8rem; min-height: 36px; }
  .burger { padding: 6px; }
  .order-bar { left: 10px; right: 10px; bottom: calc(14px + env(safe-area-inset-bottom, 0px)); }
  .live-feature { padding: 30px 22px; }
}
@media (max-width: 430px) {
  .card-body { padding: 12px 12px 14px; }
  .grid { gap: 10px; }
  .btn { white-space: normal; text-align: center; }
  .btn--lg { padding: .95em 1.4em; }
  .tag, .tag--best { font-size: .64rem; padding: .35em .6em; max-width: calc(100% - 52px); }
  .card-code { font-size: .72rem; padding: .3em .55em; }
}

.skip-link {
  position: absolute; left: -9999px; top: 0; z-index: 200;
  background: var(--plum); color: #fff; padding: 10px 18px; border-radius: 0 0 12px 0;
  font-weight: 600;
}
.skip-link:focus { left: 0; }

.icon-link svg { width: 22px; height: 22px; flex: none; }
.btn svg { width: 1.1em; height: 1.1em; flex: none; }
.icon-link { padding: 8px; margin: -8px 0; }

.nav-live {
  display: inline-flex; align-items: center; gap: .45em;
  font-weight: 700; font-size: .85rem; letter-spacing: .06em;
  color: var(--plum); border: 1.5px solid rgba(61, 15, 38, .18);
  border-radius: var(--radius-pill); padding: .5em 1em; min-height: 38px;
  transition: all .25s var(--ease);
}
.nav-live:hover { border-color: var(--brand); color: var(--brand); }
.nav-live .live-dot { width: 9px; height: 9px; }

.section--trust { padding: 6px 0 0; position: relative; z-index: 1; }
.grid--2 { grid-template-columns: repeat(2, 1fr); }
@media (max-width: 860px) { .grid.grid--2 { grid-template-columns: 1fr !important; } }
.canal-tag {
  display: inline-block; font-weight: 700; font-size: .8rem; letter-spacing: .1em; text-transform: uppercase;
  color: var(--magenta-deep); background: var(--blush-100);
  padding: .45em 1em; border-radius: var(--radius-pill); margin-bottom: 14px;
}
.canal-actions { display: flex; gap: .8rem; flex-wrap: wrap; margin-top: 16px; }
.trust {
  list-style: none; margin: 0; padding: 14px 18px;
  display: flex; flex-wrap: wrap; gap: 10px 26px; justify-content: center;
  background: var(--surface); border: 1px solid rgba(197, 165, 107, .25);
  border-radius: var(--radius-lg); box-shadow: var(--shadow-sm);
}
.trust li { display: inline-flex; align-items: center; gap: .55em; font-weight: 600; font-size: .92rem; color: var(--plum); }

.live-feature {
  background: linear-gradient(115deg, var(--plum), var(--plum-soft) 70%);
  color: var(--cream);
  border-radius: var(--radius-lg);
  padding: clamp(34px, 5vw, 64px);
  box-shadow: var(--shadow-lg);
  border: 1px solid rgba(255, 255, 255, .08);
}
.live-feature h2 { color: #fff; font-size: clamp(1.7rem, 3.4vw, 2.6rem); font-weight: 400; max-width: 22ch; }
.live-feature p { color: rgba(255, 255, 255, .78); max-width: 58ch; }
.eyebrow--light { color: var(--blush-200); }
.live-steps { list-style: none; margin: 1.6rem 0; padding: 0; display: grid; gap: 16px; max-width: 640px; }
.live-steps li { display: flex; gap: 14px; align-items: flex-start; }
.live-steps b { color: #fff; display: block; margin-bottom: 2px; }
.live-steps p { margin: 0; font-size: .95rem; }
.live-step-num {
  flex: none; width: 34px; height: 34px; border-radius: 50%;
  background: var(--brand); color: #fff; font-weight: 700;
  display: grid; place-items: center; font-size: 1rem;
}
.live-feature-actions { display: flex; gap: .9rem; flex-wrap: wrap; margin-top: 1.4rem; }
.btn--light { border-color: rgba(255, 255, 255, .55); color: #fff; }
.btn--light:hover { background: #fff; color: var(--plum); }

.cat-search { max-width: 520px; margin: 0 auto clamp(18px, 2vw, 26px); }
.cat-search input {
  width: 100%; min-height: 50px;
  font-family: var(--font-body); font-size: 1rem; color: var(--ink);
  background: var(--surface);
  border: 1.5px solid rgba(61, 15, 38, .14);
  border-radius: var(--radius-pill);
  padding: .8em 1.4em;
  box-shadow: var(--shadow-sm);
}
.cat-search input:focus { outline: 2px solid var(--brand); outline-offset: 2px; border-color: var(--brand); }
.cat-empty { text-align: center; color: var(--muted); margin-top: 30px; }
.cat-empty a { color: var(--magenta-deep); font-weight: 600; }
.filters { scroll-margin-top: 96px; }

.order-bar {
  position: fixed; z-index: 75;
  right: 22px; bottom: 22px; left: auto;
  display: flex; align-items: center; gap: 12px;
  background: var(--plum); color: var(--cream);
  border-radius: var(--radius-pill);
  padding: 10px 12px 10px 18px;
  box-shadow: var(--shadow-lg);
  border: 1px solid rgba(255, 255, 255, .14);
}
.order-bar[hidden] { display: none; }
.order-info { font-weight: 600; font-size: .92rem; white-space: nowrap; }
.order-info b { color: #fff; }
.order-send {
  background: var(--wa); color: #06371b; font-weight: 700; font-size: .92rem;
  border-radius: var(--radius-pill); padding: .65em 1.2em; white-space: nowrap;
  transition: background .25s;
}
.order-send:hover { background: var(--wa-deep); color: #fff; }
.order-clear {
  background: none; border: 0; color: rgba(255, 255, 255, .65);
  font-size: 1rem; cursor: pointer; padding: 8px; min-width: 36px; min-height: 36px;
}
.order-clear:hover { color: #fff; }

.card-tt {
  display: inline-flex; align-items: center; justify-content: center; gap: .4em;
  font-weight: 600; font-size: .82rem;
  color: var(--plum); opacity: .85;
  padding: .4em .6em; min-height: 36px;
  transition: color .2s, opacity .2s;
}
.card-tt:hover { color: var(--brand); opacity: 1; }

.qr-backdrop { position: fixed; inset: 0; z-index: 90; background: rgba(43, 35, 32, .55); backdrop-filter: blur(3px); }
.qr-backdrop[hidden], .qr-modal[hidden] { display: none; }
.qr-modal {
  position: fixed; z-index: 95; left: 50%; top: 50%; transform: translate(-50%, -50%);
  width: min(720px, calc(100vw - 32px)); max-height: calc(100vh - 48px);
  background: var(--surface); border-radius: var(--radius-lg); box-shadow: var(--shadow-lg);
  display: grid; grid-template-columns: 1fr 1.1fr; overflow: hidden;
}
.qr-media { background: var(--blush-50); display: grid; place-items: center; padding: 18px; }
.qr-media img { width: 100%; height: 100%; object-fit: contain; }
.qr-body { padding: clamp(22px, 3vw, 36px); display: flex; flex-direction: column; gap: 10px; overflow-y: auto; align-items: flex-start; }
.qr-body h3 { font-size: 1.3rem; margin: 0; }
.qr-price { font-family: var(--font-display); font-size: 1.5rem; color: var(--magenta-deep); font-weight: 600; margin: 0; }
.qr-box { align-self: center; padding: 12px; background: #fff; border-radius: var(--radius); box-shadow: var(--shadow-sm); margin: 6px 0; }
.qr-box img, .qr-box canvas { display: block; }
.qr-hint { font-size: .9rem; color: var(--muted); margin: 0; }
@media (max-width: 620px) {
  .qr-modal { grid-template-columns: 1fr; top: auto; bottom: 0; left: 0; transform: none; width: 100vw; max-height: 90vh; border-radius: var(--radius-lg) var(--radius-lg) 0 0; }
  .qr-media { display: none; }
}

.qv {
  position: absolute; inset: 0; z-index: 1;
  background: transparent; border: 0; cursor: zoom-in;
  border-radius: 0;
}
.tt-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; max-width: 980px; margin: 0 auto; }
.tt-card {
  position: relative; aspect-ratio: 9/16; border-radius: var(--radius); overflow: hidden;
  box-shadow: var(--shadow-sm); background: var(--plum);
}
.tt-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s var(--ease); }
.tt-card:hover img { transform: scale(1.06); }
.tt-views {
  position: absolute; left: 8px; bottom: 8px; z-index: 2;
  background: rgba(0, 0, 0, .65); color: #fff;
  font-size: .75rem; font-weight: 700;
  padding: .3em .65em; border-radius: var(--radius-pill);
  backdrop-filter: blur(3px);
}
@media (max-width: 620px) { .tt-strip { grid-template-columns: repeat(2, 1fr); gap: 8px; } }

.qv-backdrop {
  position: fixed; inset: 0; z-index: 90;
  background: rgba(43, 35, 32, .55);
  backdrop-filter: blur(3px);
}
.qv-backdrop[hidden], .qv-sheet[hidden] { display: none; }
.qv-sheet {
  position: fixed; z-index: 95;
  left: 50%; top: 50%; transform: translate(-50%, -50%);
  width: min(880px, calc(100vw - 32px));
  max-height: calc(100vh - 48px);
  background: var(--surface); border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  display: grid; grid-template-columns: 1fr 1fr;
  overflow: hidden;
}
.qv-media { position: relative; background: var(--blush-50); }
.qv-media img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 1; }
.qv-media .card-code { font-size: .95rem; }
.qv-body { padding: clamp(20px, 3vw, 36px); display: flex; flex-direction: column; gap: 10px; overflow-y: auto; }
.qv-body h3 { font-size: 1.4rem; margin: 0; }
.qv-close {
  position: absolute; top: 10px; right: 10px; z-index: 3;
  width: 40px; height: 40px; border-radius: 50%;
  background: rgba(255, 255, 255, .92); color: var(--plum);
  border: 0; cursor: pointer; font-size: 1rem; font-weight: 700;
  box-shadow: var(--shadow-sm);
}
@media (max-width: 700px) {
  .qv-sheet {
    grid-template-columns: 1fr;
    top: auto; bottom: 0; left: 0; transform: none;
    width: 100vw; max-height: 88vh;
    border-radius: var(--radius-lg) var(--radius-lg) 0 0;
  }
  .qv-media img { aspect-ratio: 4/3; }
}

/* ============================================================
   PÁGINA /links — link-in-bio (columna única, mobile-first)
   ============================================================ */
.links-main {
  min-height: 100svh;
  display: flex;
  justify-content: center;
  padding: clamp(20px, 5vw, 44px) 0 calc(28px + env(safe-area-inset-bottom, 0px));
}
.links-col {
  width: 100%;
  max-width: 560px;
  margin-inline: auto;
  padding-inline: clamp(16px, 5vw, 22px);
  display: flex;
  flex-direction: column;
  gap: clamp(18px, 4.5vw, 26px);
}

/* --- banda LIVE --- */
.links-live {
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 15px 18px;
  border-radius: var(--radius-lg);
  background: linear-gradient(100deg, var(--plum), var(--plum-soft));
  color: var(--cream);
  border: 1.5px solid transparent;
  box-shadow: var(--shadow);
  transition: transform .3s var(--ease), box-shadow .3s var(--ease), border-color .3s;
}
.links-live:hover { transform: translateY(-2px); box-shadow: var(--shadow-lg); }
.links-live .live-dot { width: 11px; height: 11px; }
.links-live-txt { display: flex; flex-direction: column; gap: 2px; flex: 1; min-width: 0; }
.links-live-txt b { font-family: var(--font-body); font-weight: 700; font-size: .98rem; line-height: 1.2; }
.links-live-txt span { font-size: .8rem; opacity: .82; line-height: 1.3; }
.links-live-go {
  flex: none; display: inline-grid; place-items: center;
  width: 38px; height: 38px; border-radius: 50%;
  background: rgba(255, 255, 255, .14); transition: background .25s;
}
.links-live-go svg { width: 18px; height: 18px; }
.is-live .links-live { border-color: rgba(255, 45, 45, .55); background: linear-gradient(100deg, #b3124f, #7a0f37); }
.is-live .links-live-go { background: #ff2d2d; animation: livepulse 1.6s infinite; }

/* --- perfil / hero --- */
.links-profile { text-align: center; display: flex; flex-direction: column; align-items: center; }
.links-avatar {
  width: 96px; height: 96px; border-radius: 22px;
  object-fit: cover; background: var(--brand);
  border: 2px solid rgba(255, 255, 255, .9);
  box-shadow: var(--shadow);
}
.links-profile h1 {
  font-family: var(--font-display); font-weight: 500;
  font-size: clamp(1.55rem, 6vw, 1.8rem);
  margin: 16px 0 6px; color: var(--plum); line-height: 1.05;
}
.links-bio { font-size: .98rem; color: var(--muted); margin: 0 0 14px; max-width: 32ch; }
.links-trust { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; }
.links-trust span {
  background: var(--blush-100); color: var(--magenta-deep);
  border-radius: var(--radius-pill); padding: .42em .85em;
  font-size: .78rem; font-weight: 600; white-space: nowrap;
}

/* --- CTA primario --- */
.links-primary {
  display: flex; align-items: center; gap: 14px;
  min-height: 66px; padding: 12px 20px;
  border-radius: var(--radius);
  background: var(--brand); color: #fff;
  box-shadow: 0 14px 30px -12px rgba(255, 10, 143, .6);
  transition: transform .3s var(--ease), box-shadow .3s var(--ease), background .25s;
}
.links-primary:hover { transform: translateY(-2px); background: var(--magenta-deep); box-shadow: 0 18px 38px -12px rgba(255, 10, 143, .7); }
.links-primary:active { transform: scale(.99); }
.links-primary:focus-visible { outline: 2px solid #fff; outline-offset: 3px; }
.links-primary.card-tt { opacity: 1; min-height: 66px; font-size: 1rem; }
.links-primary.card-tt:hover { color: #fff; opacity: 1; }
.links-primary-ic { flex: none; display: inline-grid; place-items: center; width: 40px; height: 40px; border-radius: 50%; background: rgba(255, 255, 255, .18); }
.links-primary-ic svg { width: 20px; height: 20px; }
.links-primary-txt { display: flex; flex-direction: column; gap: 3px; min-width: 0; }
.links-primary-txt b { font-family: var(--font-body); font-weight: 700; font-size: 1.06rem; line-height: 1.15; }
.links-primary-txt span { font-size: .8rem; opacity: .9; line-height: 1.25; }

/* --- secciones --- */
.links-section .eyebrow, .links-mayoreo .eyebrow { justify-content: center; width: 100%; text-align: center; margin-bottom: .8rem; }

/* --- grilla best-sellers --- */
.links-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.links-tile {
  display: flex; flex-direction: column;
  background: var(--surface); border-radius: var(--radius);
  overflow: hidden; box-shadow: var(--shadow-sm);
  transition: transform .3s var(--ease), box-shadow .3s var(--ease);
}
.links-tile:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.links-tile:active { transform: scale(.99); }
.links-tile-media { position: relative; background: var(--blush-50); }
.links-tile-media img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 1; }
.links-tile-badge {
  position: absolute; top: 8px; left: 8px;
  background: var(--gold); color: #fff;
  font-size: .68rem; font-weight: 700; letter-spacing: .03em;
  padding: .3em .6em; border-radius: var(--radius-pill);
  box-shadow: var(--shadow-sm);
}
.links-tile-cap { padding: 9px 11px 11px; display: flex; flex-direction: column; gap: 3px; }
.links-tile-cap b {
  font-family: var(--font-body); font-weight: 600; font-size: .8rem;
  line-height: 1.25; color: var(--ink);
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.links-tile-price { font-family: var(--font-display); font-weight: 500; font-size: .98rem; color: var(--magenta-deep); }

/* --- mayoreo --- */
.links-mayoreo-card {
  background: var(--surface); border: 1.5px solid var(--blush-200);
  border-radius: var(--radius-lg); padding: 18px;
  display: flex; flex-direction: column; gap: 14px; box-shadow: var(--shadow-sm);
}
.links-mayoreo-copy { display: flex; flex-direction: column; gap: 4px; }
.links-mayoreo-copy b { font-family: var(--font-display); font-weight: 500; font-size: 1.18rem; color: var(--plum); }
.links-mayoreo-copy span { font-size: .9rem; color: var(--muted); }
.links-mayoreo-btn { width: 100%; }

/* --- links secundarios --- */
.links-list { display: flex; flex-direction: column; gap: 11px; }
.links-item {
  display: flex; align-items: center; gap: 12px;
  min-height: 56px; padding: 12px 18px;
  background: var(--surface); border-radius: var(--radius);
  box-shadow: var(--shadow-sm); color: var(--plum);
  font-weight: 600; font-size: .96rem;
  transition: transform .3s var(--ease), box-shadow .3s var(--ease);
}
.links-item:hover { transform: translateY(-2px); box-shadow: var(--shadow); }
.links-item-ic { flex: none; font-size: 1.1rem; }
.links-item-go { margin-left: auto; color: var(--gold-deep); font-size: 1.3rem; line-height: 1; }

/* --- social --- */
.links-social { display: flex; justify-content: center; gap: 16px; }
.links-social a {
  display: inline-grid; place-items: center;
  width: 46px; height: 46px; border-radius: 50%;
  background: var(--surface); color: var(--plum);
  border: 1px solid var(--blush-200); box-shadow: var(--shadow-sm);
  transition: all .25s var(--ease);
}
.links-social a:hover { background: var(--brand); color: #fff; border-color: var(--brand); transform: translateY(-3px); }
.links-social svg { width: 20px; height: 20px; }

/* --- footer mini --- */
.links-footer {
  text-align: center; display: flex; flex-direction: column; gap: 5px;
  font-size: .76rem; color: var(--muted); margin-top: 6px;
}
.links-footer a { color: var(--magenta-deep); font-weight: 600; }
.links-footer a:hover { text-decoration: underline; }

@media (min-width: 600px) {
  .links-grid { grid-template-columns: repeat(3, 1fr); }
  .links-tile-cap b { font-size: .82rem; }
}
@media (prefers-reduced-motion: reduce) {
  .links-live, .links-primary, .links-tile, .links-item, .links-social a { transition: none; }
  .is-live .links-live-go { animation: none; }
}
