/* ============================================================
   Tu Empanada · v2 "Antojo en movimiento" — kinético, color-block
   Granate / dorado / ají · Syne + Figtree · mucho movimiento
   ============================================================ */

:root {
  --masa:    #FBF3E4;
  --cream:   #FFF8EC;
  --granate: #8B2222;
  --granate-2:#6E1A1A;
  --dorado:  #F2B84B;
  --dorado-2:#E8A33D;
  --aji:     #E8741C;
  --tomate:  #C73A1E;
  --ink:     #2B1A17;
  --ash:     rgba(43, 26, 23, 0.62);
  --ash-2:   rgba(43, 26, 23, 0.4);
  --line:    rgba(43, 26, 23, 0.14);
  --line-2:  rgba(43, 26, 23, 0.24);
  --cream-line: rgba(251, 243, 228, 0.28);
  --wa:      #25D366;
  --wa-deep: #0a3d1a;

  --maxw: 1200px;
  --pad: clamp(20px, 5vw, 66px);
  --display: "Unbounded", system-ui, sans-serif;
  --body: "Figtree", system-ui, -apple-system, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; overflow-x: clip; }
body { margin: 0; background: var(--masa); color: var(--ink); font-family: var(--body); font-size: 18px; line-height: 1.6; font-weight: 400; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; overflow-x: hidden; }
img { display: block; max-width: 100%; height: auto; }
h1, h2, h3 { margin: 0; font-family: var(--display); font-weight: 800; line-height: 0.98; letter-spacing: -0.02em; }
p { margin: 0 0 1em; text-wrap: pretty; }
p:last-child { margin-bottom: 0; }
a { color: inherit; text-decoration: none; }
strong { font-weight: 800; color: inherit; }
::selection { background: var(--dorado); color: var(--ink); }

.skip { position: absolute; left: -9999px; top: 0; z-index: 200; background: var(--granate); color: var(--cream); padding: 12px 18px; font-weight: 700; }
.skip:focus { left: 12px; top: 12px; }
:focus-visible { outline: 3px solid var(--dorado); outline-offset: 3px; }

/* ---------- Botones ---------- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 9px; font-family: var(--body); font-weight: 800; font-size: 1rem; padding: 0.85em 1.6em; border-radius: 14px; cursor: pointer; border: 2px solid transparent; white-space: nowrap; transition: transform 0.16s ease, background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease; }
.btn:active { transform: scale(0.97); }
.wa-ico { width: 1.25em; height: 1.25em; fill: currentColor; flex: 0 0 auto; }
.btn-wa { background: var(--wa); color: var(--wa-deep); box-shadow: 0 8px 22px rgba(37,211,102,0.3); }
.btn-wa:hover { background: #2ee776; transform: translateY(-3px); }
.btn-granate { background: var(--granate); color: var(--cream); }
.btn-granate:hover { background: var(--granate-2); transform: translateY(-3px); }
.btn-aji { background: var(--aji); color: #fff; box-shadow: 0 8px 22px rgba(232,116,28,0.28); }
.btn-aji:hover { background: var(--tomate); transform: translateY(-3px); }
.btn-line { background: transparent; color: var(--granate); border-color: currentColor; }
.btn-line:hover { background: var(--granate); color: var(--cream); }
.btn-cream { background: var(--cream); color: var(--granate); }
.btn-cream:hover { transform: translateY(-3px); }
.btn-line-cream { background: transparent; color: var(--cream); border-color: var(--cream-line); }
.btn-line-cream:hover { background: var(--cream); color: var(--ink); }

/* ---------- Nav ---------- */
.nav { position: fixed; inset: 0 0 auto 0; z-index: 100; display: flex; align-items: center; gap: 18px; padding: 14px var(--pad); transition: background-color 0.3s ease, box-shadow 0.3s ease, padding 0.3s ease; }
.nav.scrolled { background: rgba(139, 34, 34, 0.96); backdrop-filter: blur(8px); padding-top: 10px; padding-bottom: 10px; box-shadow: 0 6px 22px rgba(43,26,23,0.18); }
.brand { display: flex; align-items: center; gap: 11px; }
.brand-logo { width: 44px; height: 44px; border-radius: 50%; background: var(--cream); box-shadow: 0 2px 8px rgba(43,26,23,0.2); }
.brand-name { font-family: var(--display); font-weight: 800; font-size: 1.2rem; color: var(--granate); transition: color 0.3s ease; }
.nav.scrolled .brand-name, .nav.scrolled .nav-links a { color: var(--cream); }
.nav-links { display: flex; gap: 26px; margin-left: auto; }
.nav-links a { font-weight: 700; font-size: 0.92rem; color: var(--ink); transition: color 0.2s ease; }
.nav-links a:hover { color: var(--aji); }
.nav-cta { padding: 0.5em 1.1em; font-size: 0.9rem; }
@media (max-width: 820px) { .nav-links { display: none; } .nav-cta { margin-left: auto; } .brand-name { display: none; } }

/* ---------- HERO (bloque granate) ---------- */
.hero { position: relative; background: var(--granate); color: var(--cream); min-height: 100svh; display: flex; align-items: center; padding: clamp(120px, 16vh, 180px) var(--pad) clamp(70px, 10vh, 110px); overflow: hidden; max-width: none; }
.hero-blob { position: absolute; z-index: 0; width: 70vmax; height: 70vmax; right: -22vmax; top: -22vmax; background: radial-gradient(circle, rgba(242,184,75,0.22), transparent 60%); border-radius: 50%; pointer-events: none; }
.hero-wrap { position: relative; z-index: 1; max-width: var(--maxw); margin: 0 auto; width: 100%; display: grid; grid-template-columns: 1.05fr 0.95fr; gap: clamp(28px, 5vw, 60px); align-items: center; }
.hero-in { position: relative; z-index: 1; min-width: 0; }
.hero-eyebrow { font-weight: 800; text-transform: uppercase; letter-spacing: 0.16em; font-size: 0.82rem; color: var(--dorado); margin-bottom: 0.9em; }
.hero-h1 { font-family: var(--display); font-weight: 800; font-size: clamp(2.6rem, 7vw, 5.2rem); line-height: 1.02; color: var(--cream); }
.hero-h1 .w { display: block; overflow: hidden; }
.hero-h1 .w > span { display: block; }
.hero-h1 .gold > span { color: var(--dorado); }
.hero-sub { font-size: clamp(1.05rem, 2.2vw, 1.25rem); color: rgba(251,243,228,0.88); max-width: 42ch; margin: 1em 0 1.6em; }
.hero-sub strong { color: var(--dorado); }
.hero-cta { display: flex; flex-wrap: wrap; gap: 13px; }
.hero-cta .btn-line { color: var(--cream); }
.hero-cta .btn-line:hover { background: var(--cream); color: var(--granate); }
.hero-art { position: relative; z-index: 1; justify-self: center; }
.hero-emp { width: clamp(280px, 38vw, 460px); aspect-ratio: 1/1; object-fit: cover; border-radius: 50%; border: 8px solid var(--dorado); box-shadow: 0 30px 70px rgba(0,0,0,0.4); will-change: transform; }
.hero-coin { position: absolute; right: -6px; bottom: 6px; width: clamp(96px, 14vw, 130px); height: clamp(96px, 14vw, 130px); border-radius: 50%; background: var(--dorado); color: var(--granate); display: grid; place-items: center; align-content: center; font-family: var(--display); font-weight: 800; font-size: clamp(1.1rem, 2.2vw, 1.5rem); transform: rotate(-10deg); box-shadow: 0 12px 26px rgba(0,0,0,0.3); }
.hero-coin small { display: block; font-family: var(--body); font-weight: 700; font-size: 0.5em; text-transform: uppercase; letter-spacing: 0.06em; }
.hero-scroll { position: absolute; left: 50%; bottom: 22px; transform: translateX(-50%); z-index: 1; font-weight: 800; text-transform: uppercase; letter-spacing: 0.14em; font-size: 0.74rem; color: rgba(251,243,228,0.7); }

/* entrada hero (gated por .js) */
html.js .hero-h1 .w > span, html.js .hero-eyebrow, html.js .hero-sub, html.js .hero-cta { transform: translateY(115%); opacity: 0; }
html.js .hero-eyebrow, html.js .hero-sub, html.js .hero-cta { transform: translateY(20px); }
html.js .hero-h1 .w > span { transition: transform 0.9s cubic-bezier(0.22,1,0.36,1); opacity: 1; }
html.js .hero-eyebrow, html.js .hero-sub, html.js .hero-cta { transition: transform 0.8s ease, opacity 0.8s ease; }
html.js .hero.ready .hero-eyebrow { transition-delay: 0.05s; }
html.js .hero.ready .hero-h1 .w:nth-child(1) > span { transition-delay: 0.12s; }
html.js .hero.ready .hero-h1 .w:nth-child(2) > span { transition-delay: 0.20s; }
html.js .hero.ready .hero-h1 .w:nth-child(3) > span { transition-delay: 0.28s; }
html.js .hero.ready .hero-h1 .w:nth-child(4) > span { transition-delay: 0.36s; }
html.js .hero.ready .hero-sub { transition-delay: 0.5s; }
html.js .hero.ready .hero-cta { transition-delay: 0.6s; }
html.js .hero.ready .hero-eyebrow, html.js .hero.ready .hero-sub, html.js .hero.ready .hero-cta, html.js .hero.ready .hero-h1 .w > span { transform: none; opacity: 1; }

/* ---------- Marquesina ---------- */
.marquee { overflow: hidden; background: var(--dorado); color: var(--granate); border-block: 4px solid var(--ink); }
.marquee-track { display: flex; width: max-content; animation: marquee 34s linear infinite; will-change: transform; }
.js-marquee .marquee-track { animation: none !important; }
.mg { font-family: var(--display); font-weight: 800; font-size: clamp(1.3rem, 3.2vw, 2.2rem); text-transform: uppercase; white-space: nowrap; padding: 0.5em 0; letter-spacing: -0.01em; }
.mg i { font-style: normal; color: var(--aji); margin: 0 0.25em; }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ---------- Stats ---------- */
.stats { background: var(--cream); display: grid; grid-template-columns: repeat(4, 1fr); max-width: none; }
.stat { padding: clamp(36px, 6vh, 64px) 16px; text-align: center; border-right: 2px dotted var(--line); }
.stat:last-child { border-right: none; }
.stat b { display: block; font-family: var(--display); font-weight: 800; font-size: clamp(2.4rem, 6vw, 4rem); color: var(--granate); line-height: 1; }
.stat span { display: block; margin-top: 0.5em; font-size: 0.8rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; color: var(--ash); }

/* ---------- Carrusel del antojo ---------- */
.carrusel { padding: clamp(56px, 10vh, 120px) 0; max-width: none; }
.carrusel-head { max-width: var(--maxw); margin: 0 auto clamp(26px, 4vh, 44px); padding: 0 var(--pad); display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; }
.eyebrow { font-weight: 800; text-transform: uppercase; letter-spacing: 0.14em; font-size: 0.8rem; color: var(--aji); margin-bottom: 0.5em; }
.eyebrow-cream { color: var(--dorado); }
.carrusel-head h2, .sec-head h2 { font-family: var(--display); font-weight: 800; font-size: clamp(2.2rem, 6vw, 4.2rem); color: var(--granate); }
.carrusel-hint { font-weight: 800; text-transform: uppercase; letter-spacing: 0.1em; font-size: 0.85rem; color: var(--ash); }
.carrusel-hint i { color: var(--aji); font-style: normal; }
.rail { display: flex; gap: 18px; overflow-x: auto; scroll-snap-type: x mandatory; padding: 8px var(--pad) 26px; -webkit-overflow-scrolling: touch; scrollbar-width: thin; scrollbar-color: var(--dorado-2) transparent; cursor: grab; }
.rail.dragging { cursor: grabbing; scroll-snap-type: none; }
.rail::-webkit-scrollbar { height: 8px; }
.rail::-webkit-scrollbar-thumb { background: var(--dorado-2); border-radius: 99px; }
.rail::-webkit-scrollbar-track { background: var(--line); }
.emp-card { flex: 0 0 clamp(240px, 30vw, 310px); scroll-snap-align: center; background: var(--cream); border-radius: 22px; overflow: hidden; box-shadow: 0 10px 28px rgba(43,26,23,0.1); transition: transform 0.3s cubic-bezier(0.22,1,0.36,1), box-shadow 0.3s ease; }
.emp-img { aspect-ratio: 4/3; overflow: hidden; background: #1a1410; }
.emp-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s cubic-bezier(0.22,1,0.36,1); }
.emp-info { padding: 16px 18px 20px; }
.emp-info h3 { font-family: var(--display); font-weight: 800; font-size: 1.3rem; color: var(--ink); margin-bottom: 0.25em; line-height: 1.05; }
.emp-info p { font-size: 0.88rem; color: var(--ash); margin: 0; }
@media (hover: hover) and (pointer: fine) {
  .emp-card:hover { transform: translateY(-8px) rotate(-1deg); box-shadow: 0 26px 50px rgba(43,26,23,0.18); }
  .emp-card:hover .emp-img img { transform: scale(1.08); }
}
.carrusel-note { max-width: var(--maxw); margin: 0 auto; padding: 0 var(--pad); color: var(--ash); font-size: 0.92rem; }
.carrusel-note b { color: var(--ink); }

/* ---------- Arma tu dúo (bloque granate) ---------- */
.duo { background: var(--granate); color: var(--cream); padding: clamp(56px, 10vh, 120px) var(--pad); max-width: none; }
.duo-head, .duo-grid { max-width: var(--maxw); margin-left: auto; margin-right: auto; }
.duo-head { margin-bottom: clamp(26px, 4vh, 46px); }
.duo-head h2 { color: var(--cream); font-size: clamp(2.4rem, 6.5vw, 4.4rem); }
.duo-head h2 span { color: var(--dorado); }
.duo-intro { color: rgba(251,243,228,0.85); margin-top: 0.6em; max-width: 50ch; }
.duo-intro strong { color: var(--dorado); }
.duo-grid { display: grid; grid-template-columns: 1.4fr 0.6fr; gap: clamp(26px, 4vw, 50px); align-items: start; }
.duo-step { font-family: var(--display); font-weight: 800; font-size: 1.1rem; color: var(--dorado); margin: 0 0 0.8em; display: flex; align-items: center; gap: 10px; }
.duo-step + .duo-step { margin-top: 1.6em; }
.duo-count { font-family: var(--body); font-weight: 800; font-size: 0.78rem; color: var(--granate); background: var(--dorado); padding: 0.2em 0.7em; border-radius: 999px; }
.duo-count.full { background: var(--wa); color: var(--wa-deep); }
.duo-emps { display: grid; grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); gap: 10px; }
.echip { display: flex; align-items: center; gap: 9px; padding: 7px 12px 7px 7px; background: rgba(251,243,228,0.08); border: 2px solid var(--cream-line); border-radius: 999px; cursor: pointer; text-align: left; transition: border-color 0.18s ease, background-color 0.18s ease, transform 0.16s ease; }
.echip img { width: 38px; height: 38px; border-radius: 50%; object-fit: cover; flex: 0 0 auto; }
.echip span { font-weight: 700; font-size: 0.85rem; color: var(--cream); line-height: 1.1; }
.echip:active { transform: scale(0.97); }
.echip.is-on { border-color: var(--dorado); background: rgba(242,184,75,0.18); }
.echip.is-on span { color: var(--dorado); }
@media (hover: hover) and (pointer: fine) { .echip:not(.is-on):hover { border-color: var(--dorado); } }
.echip[disabled] { opacity: 0.4; cursor: not-allowed; }
.duo-salsas { display: flex; flex-wrap: wrap; gap: 8px; }
.schip { font-weight: 700; font-size: 0.86rem; color: var(--cream); background: rgba(251,243,228,0.08); border: 2px solid var(--cream-line); border-radius: 999px; padding: 0.5em 1em; cursor: pointer; transition: border-color 0.18s ease, background-color 0.18s ease, color 0.18s ease, transform 0.16s ease; }
.schip:active { transform: scale(0.96); }
.schip.is-on { background: var(--aji); border-color: var(--aji); color: #fff; }
@media (hover: hover) and (pointer: fine) { .schip:not(.is-on):hover { border-color: var(--aji); } }
.duo-ticket { background: var(--cream); color: var(--ink); border-radius: 22px; padding: clamp(22px, 3vw, 30px); position: sticky; top: 86px; box-shadow: 0 16px 40px rgba(0,0,0,0.25); }
.ticket-kicker { font-weight: 800; text-transform: uppercase; letter-spacing: 0.1em; font-size: 0.74rem; color: var(--aji); margin-bottom: 0.7em; }
.ticket-list { list-style: none; margin: 0 0 0.6em; padding: 0; display: flex; flex-direction: column; gap: 8px; min-height: 2.2em; }
.ticket-list li { display: flex; align-items: center; gap: 8px; font-weight: 700; color: var(--ink); font-size: 0.95rem; }
.ticket-list li::before { content: "🥟"; }
.ticket-empty { color: var(--ash-2); font-style: italic; font-weight: 400 !important; }
.ticket-empty::before { content: "" !important; }
.ticket-salsa { font-size: 0.9rem; color: var(--ash); padding: 0.6em 0; border-top: 1px dotted var(--line-2); }
.ticket-salsa b { color: var(--ink); }
.ticket-total { display: flex; justify-content: space-between; align-items: baseline; padding-top: 0.7em; border-top: 2px solid var(--line); margin-bottom: 1em; }
.ticket-total span { font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.06em; color: var(--ash); font-weight: 800; }
.ticket-total b { font-family: var(--display); font-weight: 800; font-size: 1.7rem; color: var(--granate); }
.ticket-cta { width: 100%; }
.ticket-cta[aria-disabled="true"] { opacity: 0.5; pointer-events: none; }
.ticket-note { font-size: 0.78rem; color: var(--ash-2); margin-top: 0.9em; }

/* ---------- Sedes ---------- */
.sedes { padding: clamp(56px, 10vh, 120px) var(--pad); }
.sec-head { max-width: 680px; margin: 0 auto clamp(28px, 4vh, 48px); text-align: center; }
.sec-head .eyebrow { color: var(--aji); }
.sedes-cards { max-width: var(--maxw); margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.sede-card { border-radius: 24px; padding: clamp(26px, 4vw, 40px); }
.sede-tunal { background: var(--granate); color: var(--cream); }
.sede-lucia { background: var(--dorado); color: var(--ink); }
.sede-card .sede-rating { font-weight: 800; font-size: 0.85rem; opacity: 0.85; margin-bottom: 0.4em; }
.sede-card h3 { font-family: var(--display); font-weight: 800; font-size: clamp(1.8rem, 4vw, 2.6rem); margin-bottom: 0.3em; }
.sede-tunal h3 { color: var(--dorado); }
.sede-lucia h3 { color: var(--granate); }
.sede-addr { font-weight: 800; margin-bottom: 0.2em; }
.sede-zone { opacity: 0.82; margin-bottom: 0.6em; }
.sede-h { font-weight: 700; margin-bottom: 1.2em; }
.sede-acts { display: flex; flex-wrap: wrap; gap: 10px; }
.sede-lucia .btn-cream { background: var(--granate); color: var(--cream); }
.sede-lucia .btn-line-cream { color: var(--granate); border-color: rgba(43,26,23,0.3); }
.sede-lucia .btn-line-cream:hover { background: var(--granate); color: var(--cream); border-color: var(--granate); }
.pagos { max-width: var(--maxw); margin: clamp(26px, 4vh, 40px) auto 0; text-align: center; font-weight: 700; color: var(--ash); }
.pchip { display: inline-block; font-weight: 800; font-size: 0.85rem; padding: 0.35em 0.85em; border-radius: 999px; color: #fff; margin: 0 2px; }
.pchip-nequi { background: #2B0A3D; }
.pchip-davi { background: #ED1C27; }
.pchip-cash { background: transparent; color: var(--ink); border: 2px solid var(--line-2); }
.pchip-rappi { background: var(--aji); }

/* ---------- Reseñas ---------- */
.resenas { background: var(--cream); padding: clamp(56px, 10vh, 120px) var(--pad); }
.resenas > .sec-head, .resenas > .resenas-grid { max-width: var(--maxw); margin-left: auto; margin-right: auto; }
.resenas-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 16px; }
.resena { background: var(--masa); border-radius: 20px; padding: 24px; display: flex; flex-direction: column; gap: 10px; box-shadow: 0 6px 18px rgba(43,26,23,0.06); }
.resena .stars { color: var(--dorado-2); letter-spacing: 2px; }
.resena p { color: var(--ink); font-style: italic; margin: 0; }
.resena span { font-size: 0.74rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.08em; color: var(--ash-2); }

/* ---------- Cierre (bloque dorado) ---------- */
.cierre { background: var(--dorado); color: var(--granate); }
.cierre-in { max-width: 720px; margin: 0 auto; padding: clamp(56px, 10vh, 110px) var(--pad); text-align: center; }
.cierre h2 { color: var(--granate); font-size: clamp(2.4rem, 7vw, 4.6rem); margin-bottom: 0.3em; }
.cierre p { color: rgba(43,26,23,0.78); max-width: 44ch; margin: 0 auto 1.4em; font-weight: 600; }
.cierre-btns { display: flex; flex-wrap: wrap; gap: 13px; justify-content: center; }

/* ---------- Footer ---------- */
.footer { background: var(--ink); color: var(--masa); }
.footer-in { max-width: var(--maxw); margin: 0 auto; padding: clamp(40px, 7vh, 70px) var(--pad); text-align: center; }
.footer-logo { width: 64px; height: 64px; border-radius: 50%; background: var(--cream); margin: 0 auto 1em; }
.footer-tag { color: rgba(251,243,228,0.78); font-size: 0.92rem; margin: 0 0 1.3em; }
.footer-social { display: flex; gap: 22px; justify-content: center; flex-wrap: wrap; margin-bottom: 1.2em; }
.footer-social a { font-weight: 800; font-size: 0.85rem; color: rgba(251,243,228,0.8); transition: color 0.2s ease; }
.footer-social a:hover { color: var(--dorado); }
.footer-legal { color: rgba(251,243,228,0.5); font-size: 0.8rem; }

/* ---------- FAB ---------- */
.fab { position: fixed; right: clamp(16px, 4vw, 28px); bottom: clamp(16px, 4vw, 28px); z-index: 150; display: inline-flex; align-items: center; gap: 8px; background: var(--wa); color: var(--wa-deep); font-weight: 800; font-size: 0.92rem; padding: 0.7em 1.2em 0.7em 0.85em; border: none; border-radius: 999px; cursor: pointer; box-shadow: 0 12px 28px rgba(37,211,102,0.42); opacity: 0; transform: translateY(22px); pointer-events: none; transition: opacity 0.4s ease, transform 0.4s cubic-bezier(0.22,1,0.36,1), background-color 0.2s ease; }
.fab svg { width: 26px; height: 26px; fill: var(--wa-deep); }
.fab.show { opacity: 1; transform: none; pointer-events: auto; }
.fab:hover { background: #2ee776; transform: translateY(-3px); }

/* ---------- Modal WhatsApp (QR / sello) ---------- */
.wamodal[hidden] { display: none !important; }
.wamodal { position: fixed; inset: 0; z-index: 9999; display: flex; align-items: center; justify-content: center; padding: 24px; background: rgba(43,26,23,0.72); backdrop-filter: blur(5px); opacity: 0; transition: opacity 0.25s ease; }
.wamodal.open { opacity: 1; }
.wamodal-card { position: relative; background: var(--cream); color: var(--ink); border-radius: 22px; max-width: 400px; width: 100%; padding: clamp(28px, 5vw, 42px); text-align: center; box-shadow: 0 30px 80px rgba(0,0,0,0.4); transform: translateY(14px) scale(0.97); transition: transform 0.3s cubic-bezier(0.22,1,0.36,1); }
.wamodal.open .wamodal-card { transform: none; }
.wamodal-close { position: absolute; top: 8px; right: 16px; background: none; border: none; font-size: 2.2rem; line-height: 1; color: var(--ash); cursor: pointer; }
.wamodal-kicker { font-weight: 800; text-transform: uppercase; letter-spacing: 0.1em; font-size: 0.74rem; color: var(--aji); margin-bottom: 0.4em; }
#wamodal-title { font-family: var(--display); font-weight: 800; font-size: clamp(1.7rem, 5vw, 2.2rem); color: var(--granate); }
.wamodal-lead { font-size: 0.95rem; color: var(--ash); margin: 0.5em 0 1.2em; }
.wamodal-qr { margin: 0 0 1.2em; }
.wamodal-qr img { width: 210px; height: 210px; margin: 0 auto; border: 8px solid #fff; border-radius: 14px; box-shadow: 0 2px 0 rgba(0,0,0,0.06); }
.wamodal-card .btn-wa { width: 100%; }
.wamodal-note { color: var(--ash-2); font-size: 0.8rem; margin-top: 0.9em; font-weight: 700; }

/* ---------- FAQ ---------- */
.faq { max-width: 820px; margin: 0 auto; padding: clamp(56px, 10vh, 120px) var(--pad); }
.faq .sec-head { text-align: center; }
.faq-list { display: flex; flex-direction: column; gap: 12px; }
.faq-item { background: var(--cream); border-radius: 16px; border: 1px solid var(--line); overflow: hidden; }
.faq-item summary { cursor: pointer; list-style: none; padding: 18px 22px; font-family: var(--display); font-weight: 600; font-size: 1.02rem; color: var(--granate); display: flex; justify-content: space-between; align-items: center; gap: 14px; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; font-family: var(--body); font-weight: 800; color: var(--aji); font-size: 1.5rem; line-height: 1; transition: transform 0.25s ease; flex: 0 0 auto; }
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-item p { padding: 0 22px 20px; margin: 0; color: var(--ash); }
.faq-item strong { color: var(--ink); font-weight: 800; }

/* ============================================================
   MOTION — reveal (gated por .js)
   ============================================================ */
html.js .reveal { opacity: 0; transform: translateY(26px); transition: opacity 0.8s ease, transform 0.8s cubic-bezier(0.22,1,0.36,1); will-change: opacity, transform; }
html.js .reveal.in { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  html.js .reveal { opacity: 1 !important; transform: none !important; transition: none; }
  html.js .hero-h1 .w > span, html.js .hero-eyebrow, html.js .hero-sub, html.js .hero-cta { transform: none !important; opacity: 1 !important; transition: none; }
  .marquee-track { animation: none !important; transform: none !important; }
  .hero-emp { transform: none !important; }
  .fab { transition: opacity 0.3s ease; }
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 900px) {
  .hero { min-height: auto; }
  .hero-wrap { grid-template-columns: 1fr; text-align: center; }
  .hero-sub { margin-left: auto; margin-right: auto; }
  .hero-cta { justify-content: center; }
  .hero-art { order: -1; }
  .stats { grid-template-columns: repeat(2, 1fr); }
  .stat:nth-child(2) { border-right: none; }
  .duo-grid { grid-template-columns: 1fr; }
  .duo-ticket { position: static; }
  .sedes-cards { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  body { font-size: 17px; }
  .hero-scroll { display: none; }
  .stat b { font-size: 2.2rem; }
}
@media (max-width: 380px) {
  .hero-cta .btn, .cierre-btns .btn { width: 100%; }
}
