/* =========================================================
   PLANTILLA "LUZ CELESTIAL" — bautizo / primera comunión.
   Hoja de estilo AUTOCONTENIDA (NO depende de base.css/temas.css).
   Comparte el contrato de datos del motor (motor.js): mismas clases/IDs/
   data-rol/data-modulo que el resto; cambia el copy y el envoltorio visual.
   Dirección: luz sagrada, elegante y reverente (NO infantil).
   Mobile-first · accesible · sin dependencias.

   FIRMA: rayo de luz divina que barre en bucle + partículas de luz que
   suben muy tenues + una paloma de line-art que deriva suave. El divisor
   es una cruz fina dibujada con CSS.
   ========================================================= */

:root {
  --blanco:    #fdfcf9;
  --blanco-2:  #f6f3ec;
  --perla:     #eae6df;
  --perla-2:   #ded8cd;
  --oro:       #cba86a;
  --oro-claro: #e2c88f;
  --oro-prof:  #ab8a52;
  --cielo:     #cfe0ec;
  --cielo-2:   #aecadd;
  --cielo-prof:#7ea6c2;
  --tinta:     #3a3a3c;   /* gris pizarra para texto sobre claro */
  --tinta-2:   #6a6a6e;   /* gris medio (secundario) */
  --gris-claro:#cfcdc7;

  --f-titulo:  "Cormorant Garamond", Georgia, "Times New Roman", serif;
  --f-display: "Cinzel", "Cormorant Garamond", Georgia, serif;
  --f-texto:   "Jost", system-ui, -apple-system, sans-serif;

  --esp-1:4px; --esp-2:8px; --esp-3:16px; --esp-4:24px; --esp-5:40px; --esp-6:64px; --esp-7:96px;
  --filete:        rgba(203,168,106,.32);
  --filete-fuerte: rgba(203,168,106,.55);
  --panel:         #ffffff;
  --radio: 6px;
  --ls: .32em;
  --sombra-suave: 0 18px 44px -28px rgba(126,166,194,.55);
  --transicion: .4s ease;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }

body {
  font-family: var(--f-texto);
  font-size: 16px; line-height: 1.8;
  color: var(--tinta);
  background-color: var(--blanco);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

/* Fondo: cielo de luz — degradado perla/blanco con halo dorado superior,
   fijo para un leve parallax al hacer scroll. */
body::before {
  content: ""; position: fixed; inset: 0; z-index: -3; pointer-events: none;
  background:
    radial-gradient(120% 80% at 50% -8%, var(--cielo) 0%, var(--blanco-2) 34%, var(--blanco) 70%),
    linear-gradient(180deg, var(--blanco) 0%, var(--perla) 100%);
  background-blend-mode: multiply, normal;
}

/* === FIRMA 1: RAYO / SHEEN de luz divina que barre suave en bucle ===
   Banda diagonal de luz que recorre la pantalla; "luz que entra por un
   vitral". Muy tenue, en blend-mode soft-light. */
body::after {
  content: ""; position: fixed; inset: -20% -40%; z-index: -2; pointer-events: none;
  background: linear-gradient(
    115deg,
    transparent 38%,
    rgba(255,255,255,.0) 44%,
    rgba(226,200,143,.16) 49%,
    rgba(255,255,255,.55) 50%,
    rgba(207,224,236,.20) 51%,
    rgba(255,255,255,.0) 57%,
    transparent 64%
  );
  background-size: 280% 280%;
  mix-blend-mode: soft-light;
  animation: rayo-divino 11s ease-in-out infinite;
}
@keyframes rayo-divino {
  0%   { background-position:   0% 0%; opacity: .35; }
  50%  { background-position: 100% 100%; opacity: .9; }
  100% { background-position:   0% 0%; opacity: .35; }
}

/* === FIRMA 2: PARTÍCULAS de luz que flotan hacia arriba, muy tenues ===
   Capa fija con varios puntos de luz que ascienden en bucle. */
.luz-particulas {
  position: fixed; inset: 0; z-index: -1; pointer-events: none; overflow: hidden;
}
.luz-particulas::before,
.luz-particulas::after {
  content: ""; position: absolute; left: 0; right: 0; top: 0; height: 200%;
  background-repeat: no-repeat;
}
.luz-particulas::before {
  background-image:
    radial-gradient(2px 2px at 12% 96%, rgba(226,200,143,.9), transparent),
    radial-gradient(1.6px 1.6px at 28% 88%, rgba(255,255,255,.95), transparent),
    radial-gradient(2.2px 2.2px at 46% 92%, rgba(207,224,236,.9), transparent),
    radial-gradient(1.4px 1.4px at 64% 86%, rgba(226,200,143,.8), transparent),
    radial-gradient(2px 2px at 80% 94%, rgba(255,255,255,.9), transparent),
    radial-gradient(1.6px 1.6px at 92% 90%, rgba(207,224,236,.85), transparent);
  animation: subir-luz 16s linear infinite;
}
.luz-particulas::after {
  background-image:
    radial-gradient(1.5px 1.5px at 20% 98%, rgba(255,255,255,.85), transparent),
    radial-gradient(2.4px 2.4px at 38% 90%, rgba(226,200,143,.75), transparent),
    radial-gradient(1.4px 1.4px at 56% 96%, rgba(255,255,255,.9), transparent),
    radial-gradient(2px 2px at 74% 88%, rgba(207,224,236,.8), transparent),
    radial-gradient(1.6px 1.6px at 88% 95%, rgba(226,200,143,.8), transparent);
  animation: subir-luz 23s linear infinite;
  opacity: .7;
}
@keyframes subir-luz {
  0%   { transform: translateY(0);      opacity: 0; }
  12%  { opacity: .85; }
  88%  { opacity: .85; }
  100% { transform: translateY(-50%);   opacity: 0; }
}

/* === FIRMA 3: PALOMA de line-art que deriva suave (flota sobre el cielo) === */
.paloma {
  position: fixed; top: 14%; left: -80px; z-index: -1; width: 96px; height: 96px;
  pointer-events: none; opacity: .5;
  color: var(--cielo-prof);
  animation: derivar-paloma 34s linear infinite, aletear 6s ease-in-out infinite;
}
.paloma svg { width: 100%; height: 100%; display: block; }
@keyframes derivar-paloma {
  0%   { transform: translate(0, 0); }
  50%  { transform: translate(60vw, -22px); }
  100% { transform: translate(118vw, 6px); }
}
@keyframes aletear {
  0%,100% { filter: drop-shadow(0 4px 10px rgba(126,166,194,.25)); transform: translateY(0); }
  50%     { transform: translateY(-10px); }
}

img { max-width: 100%; display: block; }
iframe { border: 0; }

.fade-up { opacity: 0; transform: translateY(22px); transition: opacity .9s ease, transform .9s ease; }
.fade-up.is-visible { opacity: 1; transform: none; }

/* =========================================================
   HERO — el cielo de luz es la portada
   ========================================================= */
.hero {
  position: relative; isolation: isolate;
  min-height: 100svh;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  text-align: center; padding: var(--esp-7) var(--esp-4);
  /* El cielo de luz (body) ES la portada: ignora cualquier foto de hero. */
  background-image: none !important;
}
.hero__overlay { display: none; }

/* Halo / rayo de luz que desciende tras el nombre */
.hero::before {
  content: ""; position: absolute; z-index: -1;
  top: -6%; left: 50%; transform: translateX(-50%);
  width: min(70%, 420px); height: 78%; pointer-events: none;
  background:
    radial-gradient(60% 38% at 50% 14%, rgba(255,255,255,.9), transparent 70%),
    conic-gradient(from 180deg at 50% 8%,
      transparent 0deg,
      rgba(226,200,143,.0) 70deg,
      rgba(226,200,143,.18) 85deg,
      rgba(255,255,255,.32) 90deg,
      rgba(207,224,236,.18) 95deg,
      rgba(226,200,143,.0) 110deg,
      transparent 360deg);
  opacity: .9;
  filter: blur(2px);
  -webkit-mask-image: linear-gradient(180deg, #000 0%, transparent 86%);
          mask-image: linear-gradient(180deg, #000 0%, transparent 86%);
}
.hero__contenido { position: relative; display: flex; flex-direction: column; align-items: center; }

/* Sello: monograma de inicial dentro de un nimbo dorado */
.hero__sello {
  width: 74px; height: 74px; margin-bottom: var(--esp-4);
  display: grid; place-items: center;
  border: 1px solid var(--filete-fuerte); border-radius: 50%;
  font-family: var(--f-display); font-size: 1.4rem; letter-spacing: .04em; color: var(--oro-prof);
  background: radial-gradient(circle at 50% 38%, #fff 0%, var(--blanco-2) 100%);
  box-shadow: 0 0 0 6px rgba(255,255,255,.5), 0 0 30px rgba(226,200,143,.45);
}
.hero__sello:empty { display: none; }

.hero__intro {
  font-family: var(--f-texto); text-transform: uppercase; letter-spacing: var(--ls);
  font-size: .78rem; font-weight: 500; color: var(--oro-prof);
  margin-bottom: var(--esp-3);
}
.hero__nombres {
  font-family: var(--f-titulo); font-weight: 500;
  font-size: clamp(3.4rem, 19vw, 7rem); line-height: .98;
  color: var(--tinta);
  text-shadow: 0 1px 0 #fff, 0 14px 30px rgba(126,166,194,.28);
}
.hero__amp { display: block; font-size: .42em; color: var(--oro); }
.hero__fecha {
  display: inline-flex; align-items: center; gap: var(--esp-3);
  margin-top: var(--esp-4);
  font-family: var(--f-texto); text-transform: uppercase; letter-spacing: var(--ls);
  font-size: clamp(.78rem, 3.2vw, .94rem); font-weight: 500; color: var(--tinta-2);
}
.hero__fecha::before, .hero__fecha::after {
  content: ""; width: 32px; height: 1px; background: var(--filete-fuerte);
}
.hero__scroll {
  margin-top: var(--esp-6); color: var(--oro-prof); text-decoration: none; opacity: .85;
  font-size: 1.5rem; border-radius: 50%;
}
.hero__flecha { display: inline-block; animation: flotar 2s ease-in-out infinite; }
@keyframes flotar { 0%,100%{transform:translateY(0)} 50%{transform:translateY(8px)} }

/* =========================================================
   ESTRUCTURA — secciones sobre el cielo de luz
   ========================================================= */
main { padding: var(--esp-5) var(--esp-4) var(--esp-7); }
.contador, .evento, .rsvp, .padrinos,
.mesa-regalos, .dress-code, .itinerario, .bienvenida {
  max-width: 600px; margin: 0 auto var(--esp-7);
  text-align: center;
}

/* Divisor: CRUZ fina dibujada con CSS, flanqueada por filetes dorados.
   - trazo vertical = ::before · travesaño = ::after
   - filetes laterales = dos linear-gradient de fondo del propio .divisor */
.divisor {
  position: relative; display: block; width: 180px; height: 30px;
  margin: 0 auto var(--esp-4); font-size: 0;
  background-image:
    linear-gradient(90deg, transparent, var(--filete-fuerte)),
    linear-gradient(90deg, var(--filete-fuerte), transparent);
  background-size: 56px 1px, 56px 1px;
  background-position: left center, right center;
  background-repeat: no-repeat;
}
.divisor::before {
  /* trazo vertical de la cruz */
  content: ""; position: absolute; left: 50%; top: 50%; z-index: 1;
  width: 2px; height: 26px; transform: translate(-50%, -50%);
  background: linear-gradient(180deg, var(--oro-claro), var(--oro-prof));
  box-shadow: 0 0 8px rgba(226,200,143,.5);
  border-radius: 2px;
}
.divisor::after {
  /* travesaño de la cruz (ligeramente arriba del centro) */
  content: ""; position: absolute; left: 50%; top: 42%; z-index: 1;
  width: 18px; height: 2px; transform: translate(-50%, -50%);
  background: linear-gradient(90deg, var(--oro-prof), var(--oro-claro), var(--oro-prof));
  box-shadow: 0 0 8px rgba(226,200,143,.5);
  border-radius: 2px;
}

/* Títulos de sección */
.seccion__titulo, .bienvenida__titulo {
  font-family: var(--f-titulo); font-weight: 600;
  font-size: clamp(1.8rem, 6.4vw, 2.6rem); line-height: 1.12;
  color: var(--tinta); letter-spacing: .01em;
  margin-bottom: var(--esp-4);
}
.bienvenida__titulo {
  font-family: var(--f-display); font-weight: 500;
  font-size: clamp(1.5rem, 5.6vw, 2.1rem); letter-spacing: .06em;
  text-transform: uppercase; color: var(--oro-prof);
}
.bienvenida__texto {
  max-width: 480px; margin: 0 auto; color: var(--tinta-2);
  font-size: 1.18rem; font-style: italic; font-family: var(--f-titulo);
  line-height: 1.6;
}

/* =========================================================
   CUENTA REGRESIVA
   ========================================================= */
.contador__lista { list-style: none; display: flex; gap: var(--esp-3); justify-content: center; flex-wrap: wrap; }
.contador__item {
  min-width: 76px; padding: var(--esp-3) var(--esp-2);
  background: var(--panel); border: 1px solid var(--filete); border-radius: var(--radio);
  box-shadow: var(--sombra-suave);
}
.contador__num {
  display: block; font-family: var(--f-titulo); font-weight: 600;
  font-size: clamp(2rem, 8.4vw, 2.8rem); line-height: 1; color: var(--oro-prof);
}
.contador__label {
  display: block; margin-top: var(--esp-2);
  font-size: .62rem; text-transform: uppercase; letter-spacing: .2em; color: var(--tinta-2);
}

/* =========================================================
   PADRINOS — los padrinos de bautizo / comunión
   ========================================================= */
.padrinos__lista { list-style: none; display: grid; gap: var(--esp-3); grid-template-columns: 1fr; }
.padrinos__item {
  background: var(--panel); border: 1px solid var(--filete); border-radius: var(--radio);
  padding: var(--esp-4) var(--esp-3); box-shadow: var(--sombra-suave);
}
.padrinos__rol {
  font-size: .66rem; text-transform: uppercase; letter-spacing: .22em;
  color: var(--oro-prof); margin-bottom: var(--esp-2);
}
.padrinos__nombres { font-family: var(--f-titulo); font-size: 1.5rem; color: var(--tinta); line-height: 1.3; }

/* =========================================================
   EVENTOS (ceremonia / celebración) + MAPA
   ========================================================= */
.evento__hora {
  display: inline-block; font-family: var(--f-texto); font-weight: 500;
  text-transform: uppercase; letter-spacing: .18em; font-size: .85rem; color: var(--oro-prof);
  margin-bottom: var(--esp-2);
}
.evento__lugar { font-family: var(--f-titulo); font-weight: 600; font-size: clamp(1.6rem,5.4vw,2.2rem); color: var(--tinta); line-height: 1.15; }
.evento__direccion { color: var(--tinta-2); margin: var(--esp-2) 0 var(--esp-4); }
.evento__mapa { border: 1px solid var(--filete); border-radius: var(--radio); overflow: hidden; box-shadow: var(--sombra-suave); }
.evento__mapa iframe { width: 100%; height: 300px; display: block; filter: saturate(.85) brightness(1.02); }
.evento__boton, .mesa-regalos__link {
  display: inline-block; margin-top: var(--esp-4);
  padding: var(--esp-2) var(--esp-5); border: 1px solid var(--oro);
  border-radius: 999px; color: var(--oro-prof); text-decoration: none;
  font-family: var(--f-texto); font-weight: 500; font-size: .76rem;
  text-transform: uppercase; letter-spacing: .2em; background: var(--panel);
  transition: background var(--transicion), color var(--transicion), box-shadow var(--transicion);
}
.evento__boton:hover, .mesa-regalos__link:hover {
  background: var(--oro); color: #fff; box-shadow: 0 8px 24px -8px rgba(203,168,106,.6);
}

/* =========================================================
   ITINERARIO — el programa del día
   ========================================================= */
.itinerario__lista { list-style: none; max-width: 440px; margin: 0 auto; text-align: left; }
.itinerario__item {
  display: grid; grid-template-columns: 96px 1fr; align-items: baseline; gap: var(--esp-3);
  padding: var(--esp-3) 0; border-bottom: 1px solid var(--filete);
}
.itinerario__item:last-child { border-bottom: none; }
.itinerario__hora { font-family: var(--f-titulo); font-weight: 600; font-size: 1.2rem; color: var(--oro-prof); }
.itinerario__actividad { color: var(--tinta); }

/* =========================================================
   DRESS CODE
   ========================================================= */
.dress-code__descripcion { max-width: 460px; margin: 0 auto var(--esp-4); color: var(--tinta-2); }
.dress-code__colores { display: flex; flex-wrap: wrap; gap: var(--esp-3); justify-content: center; }
.dress-code__color { width: 44px; height: 44px; border-radius: 50%; border: 1px solid var(--filete-fuerte); box-shadow: 0 6px 16px -8px rgba(126,166,194,.6); }

/* =========================================================
   MESA DE REGALOS
   ========================================================= */
.mesa-regalos__mensaje { max-width: 460px; margin: 0 auto var(--esp-4); color: var(--tinta-2); }
.mesa-regalos__lista { display: flex; flex-wrap: wrap; gap: var(--esp-3); justify-content: center; }
.mesa-regalos__link { margin-top: 0; }

/* =========================================================
   GALERÍA — carrusel a sangre
   ========================================================= */
.galeria { padding: var(--esp-5) 0 var(--esp-7); max-width: none; margin: 0 0 var(--esp-7); }
.carrusel { position: relative; max-width: 920px; margin: 0 auto; }
.carrusel__track { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; scroll-behavior: smooth; -webkit-overflow-scrolling: touch; scrollbar-width: none; }
.carrusel__track::-webkit-scrollbar { display: none; }
.carrusel__slide { flex: 0 0 84%; scroll-snap-align: center; padding: 0 var(--esp-2); }
.carrusel__slide img { width: 100%; aspect-ratio: 4/5; object-fit: cover; border: 1px solid var(--filete); border-radius: var(--radio); box-shadow: var(--sombra-suave); }
.carrusel__nav {
  position: absolute; top: 50%; transform: translateY(-50%); z-index: 2;
  width: 42px; height: 42px; border-radius: 50%; border: 1px solid var(--filete-fuerte);
  background: rgba(255,255,255,.8); color: var(--oro-prof); font-size: 1.4rem; cursor: pointer;
  display: grid; place-items: center; -webkit-backdrop-filter: blur(3px); backdrop-filter: blur(3px);
  box-shadow: var(--sombra-suave);
}
.carrusel__nav--prev { left: 10px; } .carrusel__nav--next { right: 10px; }
.carrusel__dots { display: flex; justify-content: center; gap: 9px; margin-top: var(--esp-4); }
.carrusel__dot { width: 9px; height: 9px; border-radius: 50%; border: 1px solid var(--filete-fuerte); background: transparent; padding: 0; cursor: pointer; }
.carrusel__dot.is-active { background: var(--oro); }

/* Lightbox */
.lightbox { position: fixed; inset: 0; z-index: 50; display: flex; align-items: center; justify-content: center; background: rgba(20,28,38,.88); padding: var(--esp-3); opacity: 0; visibility: hidden; transition: opacity var(--transicion); }
.lightbox.is-open { opacity: 1; visibility: visible; }
.lightbox__img { max-width: 100%; max-height: 85vh; border: 1px solid var(--filete-fuerte); border-radius: var(--radio); }
.lightbox__cerrar { position: absolute; top: var(--esp-3); right: var(--esp-3); background: none; border: none; color: #fff; font-size: 2.4rem; cursor: pointer; line-height: 1; }
.lightbox__nav { position: absolute; top: 50%; transform: translateY(-50%); background: none; border: none; color: #fff; font-size: 2.6rem; cursor: pointer; padding: var(--esp-2); }
.lightbox__nav--prev { left: var(--esp-1); } .lightbox__nav--next { right: var(--esp-1); }

/* =========================================================
   RSVP
   ========================================================= */
.rsvp__nota { color: var(--tinta-2); margin-bottom: var(--esp-4); font-style: italic; font-family: var(--f-titulo); font-size: 1.1rem; }
.rsvp__form { max-width: 420px; margin: 0 auto; text-align: left; background: var(--panel); border: 1px solid var(--filete); border-radius: var(--radio); padding: var(--esp-5) var(--esp-4); box-shadow: var(--sombra-suave); }
.rsvp__auto { margin: calc(-1 * var(--esp-2)) 0 var(--esp-3); font-size: .8rem; font-style: italic; color: var(--oro-prof); }
.campo { margin-bottom: var(--esp-4); border: none; }
.campo__label { display: block; margin-bottom: var(--esp-2); font-size: .68rem; font-weight: 600; color: var(--oro-prof); text-transform: uppercase; letter-spacing: .18em; }
.campo__input {
  width: 100%; padding: var(--esp-2) 0; font-family: var(--f-texto); font-size: 1.05rem; color: var(--tinta);
  background: transparent; border: none; border-bottom: 1px solid var(--filete-fuerte); border-radius: 0;
  transition: border-color var(--transicion);
}
textarea.campo__input { border: 1px solid var(--filete-fuerte); border-radius: var(--radio); padding: var(--esp-2) var(--esp-3); }
.campo__input::placeholder { color: var(--tinta-2); opacity: .6; }
.campo__input:focus-visible { outline: none; border-color: var(--oro); box-shadow: 0 2px 0 var(--oro); }
.rsvp__opciones { display: flex; flex-direction: column; gap: var(--esp-2); }
.rsvp__radio { display: flex; align-items: center; gap: var(--esp-2); cursor: pointer; color: var(--tinta); }
.rsvp__radio input { accent-color: var(--oro); }
.boton {
  display: block; width: 100%; margin-top: var(--esp-3);
  padding: var(--esp-3); border: 1px solid var(--oro); border-radius: 999px;
  background: var(--oro); color: #fff;
  font-family: var(--f-texto); font-size: .82rem; font-weight: 600;
  text-transform: uppercase; letter-spacing: .22em; cursor: pointer;
  transition: background var(--transicion), color var(--transicion), box-shadow var(--transicion);
}
.boton:hover { background: var(--oro-prof); box-shadow: 0 10px 26px -10px rgba(203,168,106,.7); }
.boton:active { transform: translateY(1px); }
.boton:disabled { opacity: .55; cursor: default; }
.rsvp__estado { margin-top: var(--esp-3); text-align: center; font-weight: 600; min-height: 1.4em; }
.rsvp__estado--ok { color: var(--oro-prof); }
.rsvp__estado--error { color: #c0573f; }

/* Saludo personalizado (motor inyecta .saludo para invitados con link) */
.saludo { text-align: center; padding: var(--esp-5) var(--esp-3); background: var(--cielo); color: var(--tinta); }
.saludo__hola { font-family: var(--f-titulo); font-size: clamp(1.6rem,6vw,2.3rem); line-height: 1.1; color: var(--oro-prof); }
.saludo__pases { margin-top: 6px; letter-spacing: .05em; }

/* =========================================================
   MÚSICA
   ========================================================= */
.musica { position: fixed; bottom: var(--esp-3); right: var(--esp-3); z-index: 40; width: 50px; height: 50px; border-radius: 50%; border: 1px solid var(--oro); background: rgba(255,255,255,.92); color: var(--oro-prof); cursor: pointer; display: grid; place-items: center; font-size: 1.3rem; box-shadow: var(--sombra-suave); }
.musica[aria-pressed="true"] .musica__icono { animation: girar 4s linear infinite; }
@keyframes girar { to { transform: rotate(360deg); } }

/* =========================================================
   PIE — colofón de luz (cruz tenue)
   ========================================================= */
.pie { position: relative; text-align: center; padding: var(--esp-7) var(--esp-4) calc(var(--esp-7) + 60px); }
.pie::before {
  content: ""; position: absolute; top: var(--esp-5); left: 50%; transform: translateX(-50%);
  width: 2px; height: 22px; background: linear-gradient(180deg, var(--oro-claro), var(--oro-prof));
  box-shadow: 0 0 10px rgba(226,200,143,.5);
}
.pie::after {
  content: ""; position: absolute; top: calc(var(--esp-5) + 5px); left: 50%; transform: translateX(-50%);
  width: 16px; height: 2px; background: linear-gradient(90deg, var(--oro-prof), var(--oro-claro), var(--oro-prof));
  box-shadow: 0 0 10px rgba(226,200,143,.5);
}
.pie__nombres { font-family: var(--f-titulo); font-size: 3rem; color: var(--tinta); }
.pie__fecha { text-transform: uppercase; letter-spacing: var(--ls); font-size: .76rem; margin: var(--esp-2) 0 var(--esp-3); color: var(--tinta-2); }
.pie__credito { font-size: .66rem; text-transform: uppercase; letter-spacing: .24em; color: var(--oro-prof); opacity: .8; }

/* =========================================================
   BARRA DE PREVIEW (dev)
   ========================================================= */
.preview { position: fixed; bottom: 0; left: 0; right: 0; z-index: 60; background: rgba(20,28,38,.95); color: #fff; padding: var(--esp-2) var(--esp-3); display: flex; gap: var(--esp-4); flex-wrap: wrap; justify-content: center; font-family: system-ui, sans-serif; }
.preview__chip { background: rgba(255,255,255,.12); color: #fff; border: 1px solid transparent; padding: 4px 10px; border-radius: 999px; font-size: .8rem; cursor: pointer; }
.preview__chip.is-active { background: var(--oro); color: #111; }

/* =========================================================
   FOCUS VISIBLE (accesibilidad)
   ========================================================= */
a:focus-visible, button:focus-visible, input:focus-visible,
textarea:focus-visible, [tabindex]:focus-visible, .carrusel__slide img:focus-visible {
  outline: 2px solid var(--oro-prof); outline-offset: 3px; border-radius: 3px;
}

/* =========================================================
   RESPONSIVE
   ========================================================= */
@media (min-width: 768px) {
  .carrusel__slide { flex: 0 0 58%; }
  .carrusel__slide img { aspect-ratio: 16/10; }
  .padrinos__lista { grid-template-columns: 1fr 1fr; }
  .evento__mapa iframe { height: 360px; }
  .paloma { width: 120px; height: 120px; }
}

/* =========================================================
   ACCESIBILIDAD — reduce motion: luz y partículas QUIETAS
   ========================================================= */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .fade-up { opacity: 1; transform: none; }
  /* Rayo y partículas en reposo: visibles pero quietos. */
  body::after { opacity: .5; background-position: 50% 50%; }
  .luz-particulas::before, .luz-particulas::after { transform: none; opacity: .6; }
  .paloma { left: auto; right: 6%; transform: none; opacity: .4; }
}
