/* ===========================================================
   me voy al club — estilos del sitio público
   Marca: azul club + naranja sol, papel crema, textura riso.
   =========================================================== */

:root {
  --azul: #4A55D9;
  --azul-osc: #3843BF;
  --naranja: #FF6B1A;
  --crema: #F4EFE4;
  --papel: #EAE2D0;
  --tinta: #1D1A2B;
  --tinta-suave: #5A5668;
  --linea: rgba(29, 26, 43, .14);

  --f-display: 'Bricolage Grotesque', 'Arial Black', system-ui, sans-serif;
  --f-mano: 'Caveat', 'Comic Sans MS', cursive;
  --f-texto: 'Inter', system-ui, -apple-system, sans-serif;

  --radio: 18px;
  --sombra: 0 18px 40px -18px rgba(29, 26, 43, .35);
  --pad-seccion: clamp(3.5rem, 8vw, 6.5rem);
  --ancho: 1180px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--f-texto);
  font-size: clamp(.95rem, 2.5vw, 1.05rem);
  line-height: 1.6;
  color: var(--tinta);
  background: var(--crema);
  overflow-x: hidden;
}
/* Grano tipo risografía sobre todo el sitio */
body::after {
  content: '';
  position: fixed; inset: 0;
  pointer-events: none; z-index: 100;
  opacity: .09; mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
button { font: inherit; }
:focus-visible { outline: 3px solid var(--naranja); outline-offset: 3px; }

.contenedor { width: min(var(--ancho), 100% - 2.5rem); margin-inline: auto; }
.seccion { padding-block: var(--pad-seccion); }

h1, h2, h3 { font-family: var(--f-display); line-height: .95; letter-spacing: -.02em; margin: 0; }
h2 { font-size: clamp(1.8rem, 5vw, 3.4rem); font-weight: 800; }
.mano { font-family: var(--f-mano); font-weight: 600; letter-spacing: 0; }
.eyebrow {
  display: inline-flex; align-items: center; gap: .5rem;
  font-size: .78rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase;
}

/* ---------- Sol (logo recoloreable) ---------- */
.sol {
  display: inline-block;
  aspect-ratio: 1;
  background: var(--naranja);
  -webkit-mask: url(../assets/sol.png) center / contain no-repeat;
          mask: url(../assets/sol.png) center / contain no-repeat;
}
.sol--gira { animation: gira 40s linear infinite; }
@keyframes gira { to { transform: rotate(360deg); } }

/* ---------- Botones ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .55rem;
  min-height: 46px; padding: .75rem 1.4rem;
  border-radius: 999px; border: 2px solid transparent;
  font-weight: 700; font-size: .95rem; text-decoration: none; cursor: pointer;
  transition: transform .2s ease, background .2s ease, color .2s ease, box-shadow .2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn--naranja { background: var(--naranja); color: var(--tinta); box-shadow: 0 6px 0 var(--tinta); }
.btn--naranja:hover { box-shadow: 0 8px 0 var(--tinta); }
.btn--naranja:active { transform: translateY(3px); box-shadow: 0 2px 0 var(--tinta); }
.btn--azul { background: var(--azul); color: #fff; }
.btn--borde { border-color: currentColor; background: transparent; }
.btn--borde:hover { background: var(--tinta); color: var(--crema); border-color: var(--tinta); }
.btn[aria-disabled="true"] { opacity: .55; pointer-events: none; box-shadow: none; }

/* ---------- Nav ---------- */
.nav {
  position: sticky; top: 0; z-index: 50;
  background: var(--azul); color: #fff;
  border-bottom: 2px solid var(--tinta);
}
.nav__in { display: flex; align-items: center; justify-content: space-between; height: 68px; gap: 1rem; }
.marca { display: flex; align-items: center; gap: .6rem; text-decoration: none; font-family: var(--f-display); font-weight: 800; font-size: 1.25rem; letter-spacing: -.02em; }
.marca .sol { width: 40px; }
.nav__links { display: flex; align-items: center; gap: 1.6rem; list-style: none; margin: 0; padding: 0; }
.nav__links a:not(.btn) { text-decoration: none; font-weight: 500; font-size: .95rem; opacity: .9; }
.nav__links a:not(.btn):hover { opacity: 1; text-decoration: underline; text-underline-offset: 4px; }
.nav__links .btn { min-height: 40px; padding: .5rem 1.1rem; box-shadow: 0 4px 0 var(--tinta); }
.hamburguesa { display: none; width: 44px; height: 44px; border: 0; background: transparent; color: #fff; cursor: pointer; padding: 10px; }
.hamburguesa span { display: block; height: 2px; background: currentColor; margin: 5px 0; transition: transform .25s, opacity .25s; }
.nav.abierto .hamburguesa span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav.abierto .hamburguesa span:nth-child(2) { opacity: 0; }
.nav.abierto .hamburguesa span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ---------- Hero ---------- */
.hero { background: var(--azul); color: #fff; position: relative; overflow: hidden; border-bottom: 2px solid var(--tinta); }
.hero__in { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(1.5rem, 4vw, 3.5rem); align-items: center; padding-block: clamp(2.2rem, 5vw, 4rem); min-height: min(78vh, 720px); }
.hero__sol { position: absolute; width: clamp(280px, 48vw, 640px); right: -12%; bottom: -30%; opacity: .95; }
.hero__txt { position: relative; z-index: 2; }
.hero h1 { font-size: clamp(2.4rem, 7.5vw, 5.8rem); font-weight: 800; margin: .7rem 0 1rem; }
.hero h1 em { font-style: normal; color: var(--naranja); }
.hero__bajada { font-size: clamp(1.6rem, 4vw, 2.4rem); line-height: 1.1; margin: 0 0 1.8rem; color: #fff; }
.hero__cta { display: flex; flex-wrap: wrap; gap: .8rem; }
.hero__cta .btn--borde { color: #fff; }
.hero__cta .btn--borde:hover { background: #fff; color: var(--azul); border-color: #fff; }

/* Tarjeta del próximo evento */
.proximo {
  position: relative; z-index: 2;
  background: var(--crema); color: var(--tinta);
  border: 2px solid var(--tinta); border-radius: var(--radio);
  box-shadow: 10px 10px 0 var(--tinta);
  padding: .9rem; transform: rotate(1.5deg);
  max-width: 420px; justify-self: end; width: 100%;
  text-decoration: none; display: block;
  transition: transform .3s ease;
}
.proximo:hover { transform: rotate(0deg) translateY(-4px); }
.proximo__flyer { border-radius: 10px; aspect-ratio: 4 / 5; object-fit: cover; width: 100%; background: var(--papel); }
.proximo__sello {
  position: absolute; top: -18px; left: -14px;
  background: var(--naranja); border: 2px solid var(--tinta); border-radius: 999px;
  padding: .3rem .9rem; font-family: var(--f-mano); font-size: 1.35rem; transform: rotate(-6deg);
}
.proximo__info { padding: .8rem .3rem .2rem; }
.proximo__titulo { font-family: var(--f-display); font-size: 1.5rem; font-weight: 800; line-height: 1; }
.proximo__meta { font-size: .88rem; color: var(--tinta-suave); margin-top: .35rem; }
.cuenta { display: grid; grid-template-columns: repeat(4, 1fr); gap: .4rem; margin-top: .8rem; text-align: center; }
.cuenta div { background: var(--azul); color: #fff; border-radius: 10px; padding: .45rem .2rem; }
.cuenta b { display: block; font-family: var(--f-display); font-size: 1.35rem; line-height: 1; font-variant-numeric: tabular-nums; }
.cuenta small { font-size: .62rem; text-transform: uppercase; letter-spacing: .1em; opacity: .85; }

/* ---------- Cinta que corre ---------- */
.cinta { background: var(--naranja); border-bottom: 2px solid var(--tinta); overflow: hidden; padding: .8rem 0; }
.cinta__track { display: flex; width: max-content; animation: cinta 38s linear infinite; }
.cinta__track span { font-family: var(--f-display); font-weight: 800; font-size: clamp(1.1rem, 2.6vw, 1.6rem); white-space: nowrap; padding-right: 1.4rem; display: inline-flex; align-items: center; gap: 1.4rem; }
.cinta__track .sol { width: 1.3em; background: var(--tinta); }
@keyframes cinta { to { transform: translateX(-50%); } }

/* ---------- Encabezado de sección ---------- */
.sec-head { display: flex; justify-content: space-between; align-items: end; gap: 1.5rem; margin-bottom: clamp(1.8rem, 4vw, 3rem); flex-wrap: wrap; }
.sec-head p { max-width: 440px; margin: .6rem 0 0; color: var(--tinta-suave); }
.sec-head .mano { color: var(--azul); font-size: clamp(1.4rem, 3vw, 1.9rem); display: block; margin-bottom: .2rem; }

/* ---------- Tarjetas de evento ---------- */
.grilla { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: clamp(1rem, 2.5vw, 1.8rem); }
.card {
  position: relative; display: flex; flex-direction: column;
  background: #fff; border: 2px solid var(--tinta); border-radius: var(--radio);
  overflow: hidden; text-decoration: none;
  transition: transform .25s ease, box-shadow .25s ease;
}
.card:hover { transform: translateY(-5px) rotate(-.6deg); box-shadow: 8px 8px 0 var(--tinta); }
.card__img { aspect-ratio: 4 / 5; overflow: hidden; background: var(--papel); border-bottom: 2px solid var(--tinta); }
.card__img img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.card:hover .card__img img { transform: scale(1.04); }
.card__fecha {
  position: absolute; top: .8rem; left: .8rem;
  background: var(--crema); border: 2px solid var(--tinta); border-radius: 12px;
  text-align: center; padding: .3rem .6rem; line-height: 1;
}
.card__fecha b { display: block; font-family: var(--f-display); font-size: 1.5rem; }
.card__fecha small { font-size: .68rem; font-weight: 700; letter-spacing: .08em; }
.card__tag {
  position: absolute; top: .8rem; right: .8rem;
  background: var(--naranja); border: 2px solid var(--tinta); border-radius: 999px;
  font-size: .72rem; font-weight: 700; padding: .2rem .65rem;
}
.card__body { padding: 1rem 1.1rem 1.2rem; display: flex; flex-direction: column; gap: .35rem; flex: 1; }
.card__kicker { font-size: .72rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--azul); }
.card__titulo { font-family: var(--f-display); font-weight: 800; font-size: 1.45rem; line-height: 1; }
.card__meta { font-size: .86rem; color: var(--tinta-suave); }
.card__pie { margin-top: auto; padding-top: .7rem; display: flex; justify-content: space-between; align-items: center; font-weight: 700; font-size: .9rem; }
.card__pie .flecha { width: 34px; height: 34px; border-radius: 50%; background: var(--azul); color: #fff; display: grid; place-items: center; transition: transform .25s; }
.card:hover .card__pie .flecha { transform: rotate(-45deg); }
.card--pasado .card__img img { filter: saturate(.85); }
.card__resumen { display: none; }

/* Un solo evento próximo: tarjeta ancha */
.grilla--uno { grid-template-columns: 1fr; }
.grilla--uno .card { flex-direction: row; max-width: 980px; }
.grilla--uno .card__img { width: 42%; aspect-ratio: 4 / 5; border-bottom: 0; border-right: 2px solid var(--tinta); flex-shrink: 0; }
.grilla--uno .card__body { padding: clamp(1.4rem, 3.5vw, 2.6rem); gap: .6rem; justify-content: center; }
.grilla--uno .card__tag { position: static; align-self: flex-start; font-size: .8rem; }
.grilla--uno .card__titulo { font-size: clamp(1.8rem, 4.5vw, 3.2rem); }
.grilla--uno .card__meta { font-size: 1rem; }
.grilla--uno .card__resumen { display: block; font-size: clamp(1rem, 2.2vw, 1.15rem); margin: .4rem 0; max-width: 460px; }
.grilla--uno .card__pie { margin-top: 1rem; justify-content: flex-start; gap: .8rem; font-size: 1rem; }
.grilla--uno .card__pie .flecha { width: 42px; height: 42px; }

.vacio { border: 2px dashed var(--linea); border-radius: var(--radio); padding: 2.5rem 1.5rem; text-align: center; color: var(--tinta-suave); }
.vacio .sol { width: 64px; margin-bottom: .6rem; }

/* ---------- El concepto ---------- */
.concepto { background: var(--tinta); color: var(--crema); }
.concepto__in { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 5vw, 4.5rem); align-items: center; }
.concepto h2 { color: #fff; }
.concepto h2 .mano { color: var(--naranja); font-size: 1.15em; display: block; font-weight: 700; }
.concepto__txt p { color: rgba(244, 239, 228, .82); margin: 1.2rem 0 0; }
.cita { margin: 1.8rem 0 0; padding-left: 1rem; border-left: 4px solid var(--naranja); font-family: var(--f-mano); font-size: clamp(1.5rem, 3.2vw, 2.1rem); line-height: 1.15; color: #fff; }
.cita small { display: block; font-family: var(--f-texto); font-size: .8rem; color: rgba(244, 239, 228, .6); margin-top: .4rem; }
.stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: .8rem; margin-top: 2rem; }
.stats div { border: 2px solid rgba(244, 239, 228, .25); border-radius: 14px; padding: .9rem; }
.stats b { display: block; font-family: var(--f-display); font-size: clamp(1.6rem, 4vw, 2.4rem); color: var(--naranja); line-height: 1; }
.stats small { font-size: .78rem; color: rgba(244, 239, 228, .75); }
.collage { position: relative; aspect-ratio: 1 / 1.05; }
.collage img { position: absolute; border: 2px solid var(--crema); border-radius: 14px; object-fit: cover; box-shadow: var(--sombra); }
.collage img:nth-child(1) { width: 62%; aspect-ratio: 4/5; top: 0; left: 0; transform: rotate(-4deg); }
.collage img:nth-child(2) { width: 58%; aspect-ratio: 3/2; bottom: 6%; right: 0; transform: rotate(3deg); }
.collage img:nth-child(3) { width: 38%; aspect-ratio: 4/5; top: 8%; right: 4%; transform: rotate(5deg); }
.collage .sol { position: absolute; width: 26%; left: 34%; bottom: 0; z-index: 3; }

/* ---------- Formatos (un club de...) ---------- */
.formatos { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(1rem, 2.5vw, 1.6rem); }
.formato {
  background: var(--azul); color: #fff; border: 2px solid var(--tinta); border-radius: var(--radio);
  padding: clamp(1.4rem, 3vw, 2rem); position: relative; overflow: hidden; min-height: 240px;
  display: flex; flex-direction: column;
}
.formato:nth-child(2) { background: var(--naranja); color: var(--tinta); }
.formato:nth-child(3) { background: var(--tinta); }
.formato__un { font-family: var(--f-display); font-weight: 800; font-size: clamp(2rem, 4.5vw, 3rem); line-height: .9; text-transform: uppercase; }
.formato__de { font-family: var(--f-mano); font-size: clamp(1.8rem, 3.5vw, 2.4rem); line-height: 1; margin-top: .3rem; }
.formato ul { list-style: none; padding: 0; margin: auto 0 0; padding-top: 1.2rem; font-size: .9rem; }
.formato li a { text-decoration: none; display: flex; justify-content: space-between; gap: .5rem; padding: .45rem 0; border-top: 1px solid currentColor; border-color: rgba(255,255,255,.3); }
.formato:nth-child(2) li a { border-color: rgba(29,26,43,.3); }
.formato li a:hover { text-decoration: underline; }
.formato .sol { position: absolute; width: 110px; right: -24px; top: -24px; opacity: .9; background: currentColor; }
.formato__ig { margin-top: auto; padding-top: 1.2rem; font-size: .9rem; font-weight: 600; }

/* ---------- Contacto ---------- */
.contacto { background: var(--naranja); border-top: 2px solid var(--tinta); position: relative; overflow: hidden; }
.contacto__in { text-align: center; position: relative; z-index: 2; }
.contacto h2 { font-size: clamp(2rem, 6vw, 4.2rem); max-width: 900px; margin: .4rem auto 1rem; }
.contacto p { max-width: 540px; margin: 0 auto 1.8rem; }
.contacto__btns { display: flex; justify-content: center; flex-wrap: wrap; gap: .8rem; }
.contacto .btn--azul { box-shadow: 0 6px 0 var(--tinta); }
.contacto .sol { position: absolute; width: clamp(160px, 26vw, 320px); background: var(--crema); opacity: .55; }
.contacto .sol:nth-of-type(1) { left: -60px; top: -60px; }
.contacto .sol:nth-of-type(2) { right: -70px; bottom: -80px; }

/* ---------- Footer ---------- */
.footer { background: var(--tinta); color: var(--crema); padding: 2.5rem 0 1.5rem; font-size: .88rem; }
.footer__in { display: flex; justify-content: space-between; align-items: center; gap: 1.5rem; flex-wrap: wrap; }
.footer .marca { color: #fff; }
.footer a { color: var(--crema); }
.footer__links { display: flex; gap: 1.2rem; flex-wrap: wrap; }
.footer__links a { text-decoration: none; opacity: .8; }
.footer__links a:hover { opacity: 1; }
.footer__legal { display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap; border-top: 1px solid rgba(244,239,228,.15); margin-top: 1.8rem; padding-top: 1.2rem; opacity: .7; font-size: .8rem; }

/* ---------- Página de evento ---------- */
.ev { padding-block: clamp(2rem, 5vw, 4rem); }
.ev__volver { display: inline-flex; align-items: center; gap: .4rem; font-weight: 600; text-decoration: none; margin-bottom: 1.5rem; font-size: .92rem; }
.ev__volver:hover { text-decoration: underline; }
.ev__in { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(1.8rem, 5vw, 4rem); align-items: start; }
.ev__flyer { position: sticky; top: 90px; border: 2px solid var(--tinta); border-radius: var(--radio); overflow: hidden; box-shadow: 10px 10px 0 var(--azul); background: var(--papel); }
.ev__flyer img { width: 100%; }
.ev__kicker { color: var(--azul); }
.ev h1 { font-size: clamp(2.2rem, 6vw, 4.4rem); font-weight: 800; margin: .5rem 0 1rem; }
.ev__resumen { font-size: clamp(1.05rem, 2.4vw, 1.25rem); margin: 0 0 1.5rem; }
.ev__datos { display: grid; grid-template-columns: repeat(2, 1fr); gap: .7rem; margin-bottom: 1.5rem; }
.dato { background: #fff; border: 2px solid var(--tinta); border-radius: 14px; padding: .8rem 1rem; }
.dato small { display: block; font-size: .7rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--tinta-suave); }
.dato b { font-weight: 700; display: block; line-height: 1.3; }
.dato a { font-size: .85rem; color: var(--azul); font-weight: 600; }
.ev__compra { display: flex; flex-wrap: wrap; gap: .8rem; align-items: center; margin-bottom: 2rem; padding: 1.1rem; border-radius: var(--radio); background: var(--azul); color: #fff; border: 2px solid var(--tinta); }
.ev__compra p { margin: 0; flex: 1 1 200px; font-size: .92rem; }
.ev__compra .btn--borde { color: #fff; }
.ev__bloque { margin-top: 2rem; }
.ev__bloque h3 { font-size: 1.4rem; margin-bottom: .8rem; }
.ev__desc { white-space: pre-line; color: var(--tinta); }
.programa { list-style: none; margin: 0; padding: 0; border-top: 2px solid var(--tinta); }
.programa li { padding: .75rem 0 .75rem 2rem; border-bottom: 1px solid var(--linea); position: relative; }
.programa li::before { content: ''; position: absolute; left: 0; top: .95rem; width: 1.1rem; aspect-ratio: 1; background: var(--naranja); -webkit-mask: url(../assets/sol.png) center / contain no-repeat; mask: url(../assets/sol.png) center / contain no-repeat; }
.programa a, .ev__desc a, .ev__creditos a { color: var(--azul); font-weight: 600; text-decoration: none; }
.programa a:hover, .ev__desc a:hover, .ev__creditos a:hover { text-decoration: underline; }
.ev__creditos { font-size: .88rem; color: var(--tinta-suave); margin-top: 1rem; }
.ev__fotos { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: .7rem; }
.ev__fotos img { border-radius: 12px; border: 2px solid var(--tinta); width: 100%; aspect-ratio: 4/5; object-fit: cover; }
.estado { display: flex; align-items: center; justify-content: center; min-height: 50vh; text-align: center; flex-direction: column; gap: 1rem; }
.estado .sol { width: 80px; }

/* ---------- Reveal (JS oculta solo lo que está fuera de pantalla) ---------- */
.rv-oculto { opacity: 0; transform: translateY(24px); }
.rv-visible { opacity: 1; transform: none; transition: opacity .7s ease, transform .7s ease; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .rv-oculto { opacity: 1; transform: none; }
}

/* ================= Tablet ================= */
@media (max-width: 900px) {
  .hero__in { grid-template-columns: 1fr; min-height: 0; }
  .proximo { justify-self: start; transform: rotate(-1deg); max-width: 380px; }
  .concepto__in { grid-template-columns: 1fr; }
  .collage { max-width: 460px; width: 100%; margin-inline: auto; }
  .formatos { grid-template-columns: 1fr; }
  .formato { min-height: 0; }
  .ev__in { grid-template-columns: 1fr; }
  .ev__flyer { position: static; max-width: 460px; }
}

/* ================= Nav móvil ================= */
@media (max-width: 760px) {
  .hamburguesa { display: block; }
  .nav__links {
    position: absolute; top: 100%; left: 0; right: 0;
    flex-direction: column; align-items: stretch; gap: 0;
    background: var(--azul); border-bottom: 2px solid var(--tinta);
    padding: .4rem 1.25rem 1rem;
    display: none;
  }
  .nav.abierto .nav__links { display: flex; }
  .nav__links a:not(.btn) { display: block; padding: .8rem 0; border-bottom: 1px solid rgba(255,255,255,.15); }
  .nav__links .btn { margin-top: .9rem; }
}

/* ================= Celu ================= */
@media (max-width: 480px) {
  :root { --pad-seccion: 2.4rem; --radio: 14px; }
  .contenedor { width: calc(100% - 2rem); }
  .nav__in { height: 58px; }
  .marca { font-size: 1.05rem; }
  .marca .sol { width: 32px; }

  .hero__in { padding-block: 1.6rem 2.2rem; gap: 1.6rem; }
  .hero h1 { font-size: 2.15rem; margin: .5rem 0 .6rem; }
  .hero__bajada { font-size: 1.45rem; margin-bottom: 1.1rem; }
  .hero__sol { width: 220px; right: -70px; bottom: auto; top: -60px; opacity: .35; }
  .hero__cta .btn { flex: 1 1 auto; }
  .btn { min-height: 44px; padding: .6rem 1.1rem; font-size: .88rem; }
  .proximo { max-width: 100%; padding: .6rem; box-shadow: 6px 6px 0 var(--tinta); transform: none; }
  .proximo__sello { font-size: 1.1rem; top: -14px; left: -6px; }
  .proximo__flyer { aspect-ratio: 16 / 12; }
  .proximo__titulo { font-size: 1.25rem; }
  .cuenta b { font-size: 1.1rem; }

  .cinta { padding: .55rem 0; }
  h2 { font-size: 1.75rem; }
  .sec-head { margin-bottom: 1.3rem; }
  .sec-head .mano { font-size: 1.3rem; }

  .grilla { grid-template-columns: 1fr; gap: 1rem; }
  .card { flex-direction: row; }
  .card__img { width: 38%; aspect-ratio: auto; border-bottom: 0; border-right: 2px solid var(--tinta); flex-shrink: 0; }
  .card__fecha { top: .5rem; left: .5rem; padding: .2rem .45rem; border-radius: 9px; }
  .card__fecha b { font-size: 1.1rem; }
  .card__fecha small { font-size: .58rem; }
  .card__tag, .grilla--uno .card__tag { position: static; align-self: flex-start; font-size: .65rem; }
  .grilla--uno .card__img { width: 38%; aspect-ratio: auto; }
  .grilla--uno .card__body { padding: .75rem .85rem; gap: .2rem; }
  .grilla--uno .card__titulo { font-size: 1.15rem; }
  .grilla--uno .card__meta { font-size: .78rem; }
  .grilla--uno .card__resumen { display: none; }
  .grilla--uno .card__pie { font-size: .8rem; margin-top: auto; justify-content: space-between; }
  .grilla--uno .card__pie .flecha { width: 28px; height: 28px; }
  .card__body { padding: .75rem .85rem; gap: .2rem; }
  .card__titulo { font-size: 1.15rem; }
  .card__meta { font-size: .78rem; line-height: 1.4; }
  .card__pie { font-size: .8rem; padding-top: .4rem; }
  .card__pie .flecha { width: 28px; height: 28px; }

  .stats { gap: .5rem; margin-top: 1.4rem; }
  .stats div { padding: .6rem .5rem; }
  .stats b { font-size: 1.4rem; }
  .stats small { font-size: .68rem; line-height: 1.3; display: block; }
  .cita { font-size: 1.4rem; margin-top: 1.2rem; }
  .collage { max-width: 320px; }

  .formato { padding: 1.2rem; }
  .formato__un { font-size: 1.7rem; }
  .formato__de { font-size: 1.6rem; }
  .formato .sol { width: 80px; }

  .contacto h2 { font-size: 1.9rem; }
  .contacto__btns .btn { flex: 1 1 100%; }

  .footer { padding: 2rem 0 1.2rem; }
  .footer__in { flex-direction: column; align-items: flex-start; }

  .ev h1 { font-size: 2.1rem; }
  .ev__flyer { box-shadow: 6px 6px 0 var(--azul); max-width: 290px; }
  .ev__datos { grid-template-columns: 1fr 1fr; gap: .5rem; }
  .dato { padding: .6rem .7rem; }
  .dato b { font-size: .88rem; }
  .ev__compra { padding: .9rem; }
  .ev__compra .btn { flex: 1 1 100%; }
  .ev__bloque { margin-top: 1.5rem; }
  .ev__bloque h3 { font-size: 1.2rem; }
  .programa li { padding: .6rem 0 .6rem 1.7rem; font-size: .92rem; }
  .ev__fotos { grid-template-columns: 1fr 1fr; }
}
