/* ============================================================
   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; }

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: hidden;
}

/* 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: .74rem;
  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%);
  transition: transform .42s var(--ease);
  display: flex;
  flex-direction: column;
  padding: 22px;
  overflow-y: auto;
}
.drawer.open { transform: translateX(0); }
.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 { 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); }
.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: .68rem; 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);
}
.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: .72rem; letter-spacing: .16em; text-transform: uppercase; color: var(--gold-deep); font-weight: 600; }
.card-ref { font-size: .68rem; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); margin-top: 2px; }
.card-desc { font-size: .9rem; color: var(--muted); margin: 0; flex: 1; }
.card-wa {
  margin-top: 10px;
  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;
  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; box-shadow: 0 0 0 0 rgba(255, 45, 45, .6); animation: livepulse 1.6s infinite; }
@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); } }
.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; left: 0; right: 0; bottom: 0; z-index: 70;
  background: var(--wa); color: #06371b;
  display: none; align-items: center; justify-content: center; gap: .6em;
  font-weight: 700; padding: 14px; text-align: center;
  box-shadow: 0 -6px 24px -10px rgba(0, 0, 0, .3);
}

/* ---------- 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; }
}
@media (max-width: 620px) {
  body { font-size: 16px; padding-bottom: 56px; }
  .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; }
  .wa-bar { display: flex; }
  .card-body h3 { font-size: 1.04rem; }
  .hero-meta { gap: 1.2rem; }
  .ticker .wrap { font-size: .72rem; gap: 1rem; }
}
