/* ====== Variables ====== */
:root {
  --bg: #fffaf5;
  --paper: #ffffff;
  --ink: #2f2a26;
  --muted: #6a5b4d;
  --accent: #8c6b4f;
  --accent-2: #b79b84;
}

/* ====== Base ====== */
* {
  box-sizing: border-box
}

html,
body {
  height: 100%
}

body {
  margin: 0;
  background: #fffdf6;
  color: var(--ink);
  font-family: Montserrat, system-ui, -apple-system, Segoe UI, Roboto, "Helvetica Neue", Arial, sans-serif;
  line-height: 1.6;
}

/*  section {
  padding: 56px 16px
} */

.wrap {
  max-width: 1100px;
  margin: 0 auto
}

.footer {
  padding: 30px 16px;
  text-align: center;
  color: var(--muted);
  font-size: 14px
}

.divider {
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--accent-2), transparent);
  max-width: 820px;
  margin: 18px auto
}

/* ====== HERO ====== */

.hero-foto {
  position: relative;
  height: 240px;
  /* alto cómodo; ajustá si querés */
  background-size: cover;
  background-position: center;
  display: block;
  overflow: hidden;
}

/* leve velo para que se lea la UI sobre la foto */
.hero-foto::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, .15) 0%, rgba(0, 0, 0, .35) 65%, rgba(0, 0, 0, .45) 100%);
  pointer-events: none;
}

.monograma-hero-img {
  position: absolute;
  top: -6%;
  /* sube el monograma */
  left: 50%;
  transform: translateX(-50%);
  width: 260px;
  opacity: .95;
}

/* Reproductor en la portada */
/* ====== PLAYER ====== */

.hero-player {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 3%;
  /* súbelo o bájalo moviendo este % */
  width: min(520px, 92vw);
  color: #fff;
  text-shadow: 0 1px 6px rgba(0, 0, 0, .45);
}

/* Barra */
.hp-bar {
  display: flex;
  align-items: center;
  gap: 12px;
  /* espacio entre tiempos y la barra */
  margin-bottom: 6px;
  /* antes seguro estaba 20px o más */
}

.hp-time {
  font-size: 14px;
  min-width: 40px;
  /* ambos tiempos quedan alineados */
  text-align: center;
  opacity: .95;
}

.hp-track {
  flex: 1;
  height: 4px;
  background: rgba(255, 255, 255, .45);
  border-radius: 999px;
  position: relative;
  cursor: pointer;
}

.hp-fill {
  height: 100%;
  width: 0;
  background: #fff;
  border-radius: 999px;
}

.hp-dot {
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(-50%, -50%);
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #fff;
}

/* Controles */
.hp-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  /* espacio entre los botones */
  margin-top: 0;
  /* si tenías margen arriba, lo quitamos */
}

/* corazón a la izquierda de “prev” */
.heart-btn {
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 6px;
  display: grid;
  place-items: center;
  transition: transform .2s ease;
}

.heart-btn svg,
.heart-btn svg path {
  fill: #fff;
  /* blanco por defecto */
  transition: fill .2s ease;
}

.heart-btn.liked svg,
.heart-btn.liked svg path {
  fill: #ff5b6e;
  /* rojo cuando está activo */
}

.heart-btn.liked {
  transform: scale(1.08);
}



.icon-btn {
  background: transparent;
  border: 0;
  cursor: pointer;
  color: #fff;
  font-size: 28px;
  line-height: 1;
  padding: 2px 4px;
  text-shadow: 0 1px 6px rgba(0, 0, 0, .45);
  pointer-events: all; /* ✅ asegura que reciba clics */
}

.icon-btn:active,
.heart-btn:active {
  transform: translateY(1px);
}

/* responsive hero */
@media (max-width:768px) {
  .hero-foto {
    height: 66vh;
    min-height: 380px
  }

  .monograma-hero-img {
    max-width: 300px;
    top: 5%
  }

  .hero-player {
    width: 92vw;
    bottom: 6%
  }
}

/* ====== Intro nombres ====== */
.intro-nombres {
  padding: 50px 26px 46px
}

.nos-casamos {
  font-family: 'Great Vibes', cursive;
  font-size: 40px;
  font-weight: 400;
  color: #4f5a2f;
  letter-spacing: 0.02em;
  text-transform: none;
  margin-top: -2px;
  /* margin-bottom: 6px; */
  text-align: center;
}

.nos-casamos2 {
  font-family: 'Great Vibes', cursive;
  font-size: 50px;
  font-weight: 400;
  color: #4f5a2f;
  letter-spacing: 0.02em;
  text-transform: none;
  margin-bottom: 6px;
  text-align: center;
}


.nombres {
  margin: 0 0 40px;
  line-height: 1.05;
  font-weight: 700;
  color: #3f4a22;
  text-align: center;
}

.nombres .n1,
.nombres .n2 {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-size: clamp(36px, 9vw, 88px);
  color: #4f5a2f;
}

.nombres .amp {
  font-family: 'Great Vibes', cursive;
  font-weight: 400;
  font-size: clamp(42px, 10vw, 100px);
  color: #4f5a2f;
  margin: 0 .14em;
}

.frase {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 300;
  /* font-style: italic;*/
  font-optical-sizing: auto;
  font-variation-settings: "wght" 300;
  font-size: clamp(18px, 2.5vw, 26px);
  color: #5a5145;
  text-align: justify;
  margin: 8px 0 0;
  letter-spacing: 0.02em;
}

.frase {
  letter-spacing: 0.02em;
  color: #60554c;
}

.frase2 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 300;
  /* font-style: italic;*/
  font-optical-sizing: auto;
  font-variation-settings: "wght" 300;
  font-size: clamp(24px, 2.5vw, 26px);
  color: #5a5145;
  text-align: center;
  margin: 8px 0 0;
  letter-spacing: 0.02em;
}

.frase2 {
  letter-spacing: 0.02em;
  color: #60554c;
}

/* Firma bíblica */
.frase.versiculo {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 300;
  font-style: italic;
  font-size: clamp(14px, 2vw, 18px);
  color: #6a5b4d;
  text-align: right;
  margin-top: 6px;
  margin-right: 8%;
  letter-spacing: 0.03em;
  opacity: 0.9;
}

/*
.frase.versiculo {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 300;
  font-style: italic;
  font-size: clamp(16px, 2.4vw, 22px);
  color: #5a5145;
  text-align: end;
  margin: 8px 0 0;
}
*/

/* ====== Fecha sobre imagen ====== */
.frase-hero {
  position: relative;
  background-size: cover;
  background-position: center;
  padding: 300px 20px;
  color: #fff;
  text-align: center;
}

.frase-hero::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, .25), rgba(0, 0, 0, .25))
}

.fecha-wrap {
  position: absolute;
  /* se posiciona sobre la imagen */
  left: 50%;
  /* centrado horizontal */
  transform: translateX(-50%);
  bottom: 20px;
  /* ajustá este valor para bajarlo más o menos */
  text-align: end;
  z-index: 2;
}


.fecha-meta {
  display: flex;
  flex-direction: column;
  align-items: center
}

.fecha-mes-row {
  display: flex;
  align-items: center;
  gap: 10px;
  width: min(720px, 92vw);
  margin-inline: auto
}

.fecha-mes-row .line {
  flex: 1;
  height: 1px;
  background: rgba(255, 255, 255, .7)
}

.fecha-mes {
  font: 700 16px/1 'Montserrat', sans-serif;
  letter-spacing: .28em;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .6);
  border-radius: 999px;
  padding: .45em 1.4em;
  background: rgba(255, 255, 255, .12)
}

.fecha-detalle {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 22px;
  width: min(720px, 92vw);
  margin-inline: auto
}

.fecha-lateral,
.fecha-anio {
  font: 700 14px/1 'Montserrat', sans-serif;
  letter-spacing: .28em;
  text-transform: uppercase;
  color: #fff
}


.fecha-anio {
  transform: translateX(-8px); /* ajustá el valor a gusto */
}



.fecha-dia {
  font-family: 'Playfair Display', serif;
  color: #fff;
  font-weight: 700;
  font-size: clamp(50px, 8.5vw, 110px);
  line-height: 1;
  text-shadow: 0 10px 28px rgba(0, 0, 0, .45)
}

/* ====== Contador ====== */
.countdown-min {
  padding: 42px 16px;
  text-align: center;
  background: #4f5a2f
}

.cd-line {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: min(7vw, 56px)
}

.cd-item {
  text-align: center
}

.cd-num {
  display: block;
  font-family: 'Playfair Display', serif;
  color: #f6f3ee;
  font-weight: 800;
  font-size: clamp(48px, 9.5vw, 96px);
  line-height: 1
}

.cd-label {
  display: block;
  margin-top: 6px;
  font: 700 13px/1 'Montserrat', sans-serif;
  letter-spacing: .32em;
  color: #f6f3ee
}

/* ====== Mensaje ====== */
.mensaje {
  color: var(--ink);
  padding: 64px 16px;
  text-align: center
}

.mensaje .wrap {
  max-width: 900px
}

.mensaje .fecha-frase {
  color: #bfa36f;
  text-shadow: none;
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-size: clamp(22px, 3.6vw, 36px);
  line-height: 1.25;
  margin: 0;
}

/* ====== Ubicaciones ====== */
.eventos-simple {
  padding: 48px 16px 6px
}

.eventos-simple .wrap {
  max-width: 560px;
  text-align: center
}


/* ====== Regalos ====== */
.eventos-simple.regalos {
  padding: 48px 16px 64px;
  background: #4f5a2f
}

.eventos-simple.regalos .wrap {
  max-width: 560px;
  text-align: center
}

.evento {
  padding: 18px 8px
}

.evento-icon {
  width: 38px;
  height: 38px;
  margin: 0 auto 8px;
  color: #4f5a2f
}

.evento-icon svg {
  width: 100%;
  height: 100%;
  stroke: currentColor;
  stroke-width: 1.6;
  fill: none
}

.evento-lugar {
  font-weight: 700;
  margin: 0 0 2px;
  color: var(--ink)
}

.evento-dir {
  margin: 0 0 12px;
  color: #6a5b4d
}

.sep {
  height: 1px;
  width: 160px;
  margin: 8px auto 12px;
  background: linear-gradient(90deg, transparent, rgba(0, 0, 0, .18), transparent)
}

.btn-olive {
  display: inline-block;
  padding: 10px 16px;
  border-radius: 999px;
  background: #4f5a2f;
  color: #f6f3ee;
  text-decoration: none;
  font: 600 14px/1 "Montserrat", system-ui;
  box-shadow: 0 6px 16px rgba(0, 0, 0, .12)
}

.btn-olive:hover {
  opacity: .95
}

/* ====== Accesibilidad / utilidades ====== */
.sr-only {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0
}

html,
body {
  max-width: 100%;
  overflow-x: hidden
}





/* ---- Lista de regalos (grid limpio, legible) ---- */
.gift-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 18px;
  margin: 10px 0 6px;
  text-align: left;
  /* para que el texto quede prolijo */
}

.gift-item {
  padding: 6px 0 10px;
  border-bottom: 1px dashed rgba(0, 0, 0, .12);
}

.gift-item:last-child {
  border-bottom: 0;
}

.gift-item .title {
  font-weight: 700;
  color: var(--ink);
  display: block;
  line-height: 1.25;
}

.gift-item .note {
  display: block;
  font-size: 13px;
  color: var(--muted);
  margin-top: 2px;
}

/* Responsive: en móviles la lista va a una columna */
@media (max-width: 640px) {
  .gift-grid {
    grid-template-columns: 1fr;
  }
}


/* Texto inicial */
.invitacion-nota {
  font-style: italic;
  color: var(--muted);
  margin-bottom: 18px;
}


/* Botón WhatsApp delicado */
.btn-wa {
  background: #4f5a2f;
  font-size: 15px;
  padding: 12px 24px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all .2s ease;
}

.btn-wa:hover {
  opacity: .92;
  transform: translateY(-2px);
}

.btn-wa svg {
  width: 18px;
  height: 18px;
  fill: #fff;
}


/* Ajuste de símbolos al inicio y al final en la línea de fecha */
.fecha {
  margin-top: 20px;
  font-size: 14px;
  color: #7a6f6f;
  font-style: normal;
  text-align: center;
  letter-spacing: 0.5px;
  /* un poco más de aire entre caracteres */
}


.fecha strong {
  color: #2f2a26;
}


/* Estilo delicado para los símbolos decorativos */
.fecha::before,
.fecha::after {
  font-size: 0.95rem;
  /* un toque más pequeño que el texto */
  opacity: 0.7;
  /* más sutil */
  margin: 0 4px;
  /* espaciado delicado */
}




/* Ejemplo si usás — como símbolo */
.fecha.simbolo-guion::before {
  content: "—";
}

.fecha.simbolo-guion::after {
  content: "—";
}


/* Mensaje inicial */
.invitacion-mensaje {
  font-family: 'Playfair Display', serif;
  font-size: 1.1rem;
  color: #60554c;
  /* dorado elegante */
  text-align: center;
  /*margin: 0 0 20px;*/
  font-weight: 600;
}

/* Nota final */
.invitacion-nota {
  font-size: 0.9rem;
  font-style: italic;
  color: #7a6f6f;
  text-align: center;
  margin-top: 18px;
}




/* Doble icono para vestimenta */
.doble-icono {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0px;
  /* espacio entre íconos */
  margin-bottom: 45px;
}

.doble-icono img {
  width: 90px;
  /* tamaño ícono */
  height: auto;
  opacity: 0.9;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.doble-icono img:hover {
  transform: scale(1.08);
  opacity: 1;
}

/* Título */
.evento-titulo-lugar {
  font-family: 'Great Vibes', cursive;
  font-size: 40px;
  font-weight: 400;
  color: #4f5a2f;
  letter-spacing: 0.02em;
  text-transform: none;
  margin-top: -2px;
  margin-bottom: 6px;

}

.evento-titulo {
  font-family: 'Playfair Display', serif;
  font-size: 18px;
  letter-spacing: 0.18em;
  color: #4f5a2f;
  margin-top: -4px;
  margin-bottom: 4px;
}

/* Subtítulo (Elegante) */
.evento-lugar {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #2f2a26;
}



.lista-regalos-simple {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-top: 14px;
  flex-wrap: wrap;
  font-family: 'Montserrat', sans-serif;
}

.lista-regalos-simple a {
  color: #f6f3ee;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.2s ease;
}

.lista-regalos-simple a:hover {
  color: #f6f3ee;
}

.lista-regalos-simple span {
  color: #f6f3ee;
  opacity: 0.6;
  font-size: 1rem;
}


/* === Icono Iglesia (solo Ceremonia) === */
#ubicaciones .evento:first-of-type .evento-icon {
  width: auto;
  height: auto;
  margin-bottom: -8px;
}

#ubicaciones .evento:first-of-type .evento-icon .icono-iglesia {
  width: 90px;
  /* tamaño óptimo en proporción con texto */
  height: auto;
  display: center;
  opacity: 0.92;
  filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.08));
  transition: transform 0.3s ease, opacity 0.3s ease;
}

#ubicaciones .evento:first-of-type .evento-icon .icono-iglesia:hover {
  transform: scale(1.06);
  opacity: 1;
}

/* ===== Bloque de Regalos (alineación corregida y centrada) ===== */
#regalos .evento {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #4f5a2f;

}

#regalos .evento-icon {
  margin: 0 0 32px 0; /* espaciado inferior parejo */
  display: flex;
  justify-content: center;
  align-items: center;
}

#regalos .evento-icon .icono-regalo {
  width: 80px; /* tamaño más equilibrado */
  height: auto;
  display: block;
  margin: 0; /* elimina márgenes heredados */
  opacity: 0.95;
  filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.08));
  transition: transform 0.25s ease, opacity 0.25s ease;
}

#regalos .evento-icon .icono-regalo:hover {
  transform: scale(1.06);
  opacity: 1;
}


/* Título */
.regalos-titulo {
  font-family: 'Great Vibes', cursive;
  font-size: 40px !important;
  font-weight: 400;
  color: #f6f3ee;
  letter-spacing: 0.02em;
  text-transform: none;
  text-align: center;
  line-height: 1.1;
  margin: 0 0 16px 0;
}



/* “Tenida:” — elegante pero sobrio */
/* “Tenida:” — caligráfico */
.tenida-label {
  font-family: 'Great Vibes', cursive;
  font-size: 40px !important; /* igual peso visual que Lista de Regalos */
  font-weight: 400;
  color: #4f5a2f;
  letter-spacing: 0.02em;
  text-transform: none;
  margin-right: 4px; /* espacio leve antes de “Elegante” */
  position: relative;
  top: 2px; /* corrige la base para alinear ópticamente */
}

/* “Elegante” — serif sobrio */
.tenida-estilo {
  font-family: 'Playfair Display', serif;
  font-weight: 600;
  font-size: 24px !important; /* ajustado para equilibrar con Great Vibes 44px */
  color: #4f5a2f;
  letter-spacing: 0.04em;
  position: relative;
  top: 1px; /* sube un poco la línea base */
}



/* Responsive */
@media (max-width: 640px) {
  .tenida-label {
    font-size: 34px;
  }
}


#hp-play svg {
  transition: transform 0.25s ease;
  width: 40px;
  height: 40px;
}
#hp-play:hover svg {
  transform: scale(1.1);
}

.icon-btn svg {
  vertical-align: middle;
}


/* ====== Texto superior del contador (centrado y armonizado) ====== */
.contador-titulo {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600;
  font-size: clamp(20px, 2.8vw, 32px);
  color: #f6f3ee;
  margin: 0 0 24px 0;
  text-align: center;         /* 🔹 centra el texto */
  letter-spacing: 0.04em;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
  display: block;             /* asegura alineación consistente */
}



/* ====== Separadores del contador ====== */
/* ===== Corrección de alineación de los ":" del contador ===== */
.cd-line {
  display: flex;
  justify-content: center;
  align-items: center; /* 🔹 centra todo verticalmente */
  gap: 18px; /* 🔹 reduce el espacio entre números y separadores */
}

.cd-sep {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-size: clamp(38px, 8vw, 82px); /* 🔹 tamaño visualmente igual al número */
  color: #f6f3ee;
  line-height: 1;
  opacity: 0.85;
  transform: translateY(-4px); /* 🔹 sube ópticamente el símbolo */
}


#ubicaciones .evento:last-of-type {
  margin-top: 32px; /* espacio antes del bloque de Tenida */
}



/* ===== Ajuste de alto en la sección de Ubicaciones ===== */
#ubicaciones.eventos-simple {
  padding-top: 24px;   /* antes era 48px */
  padding-bottom: 0px; /* antes era 64px */
}


/* ===== Ajuste de separación entre Regalos y Confirmación ===== */
#regalos {
  margin-bottom: 24px; /* 🔹 antes visualmente era ~60px */
}


/* ===== Ajuste de espacio entre Regalos y Confirmación ===== */

/* Quita exceso de espacio inferior del bloque verde */
#regalos.eventos-simple {
  padding-bottom: 32px; /* antes era 48 o más */
  margin-bottom: 0;     /* elimina separación extra */
}

/* Reduce el aire superior de la sección de confirmación */
#confirmacion.eventos-simple {
  padding-top: 24px; /* antes era 48px o 64px */
}


audio::-webkit-media-controls-panel,
audio::-webkit-media-controls-play-button,
audio::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}

audio {
  visibility: hidden !important;
  height: 0 !important;
  width: 0 !important;
  position: absolute !important;
  pointer-events: none !important;
}

.audio-frame{
  position: fixed;
  bottom: 0;
  right: 0;
  width: 1px;
  height: 1px;
  opacity: 0.01;          /* casi invisible, pero “visible” para iOS */
  pointer-events: none;   /* no captura clics */
  z-index: 1;             /* por encima del fondo, no detrás */
}



/* Overlay de "Activar música" */
.activar-musica-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.6);
  color: #fff;
  font-family: 'Cormorant Garamond', serif;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 9999;
}

.activar-musica-contenido {
  text-align: center;
  background: rgba(255,255,255,0.1);
  padding: 24px 40px;
  border-radius: 12px;
  backdrop-filter: blur(8px);
}

.activar-musica-contenido p {
  font-size: 18px;
  margin-bottom: 12px;
  color: #fff;
}

#btn-activar-musica {
  font-size: 16px;
  background: #4f5a2f;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.3s ease;
}

#btn-activar-musica:hover {
  background: #5c693a;
}


#hp-video {
  width: 1px;
  height: 1px;
  opacity: 0;
  position: absolute;
  pointer-events: none;
}

.footer p {
  margin: 4px 0; /* 🔹 reduce el espacio entre párrafos */
  line-height: 1.3; /* 🔹 compacta la altura del texto */
}



/* === Icono Recepción (segundo artículo) === */
#ubicaciones .evento.recepcion .evento-icon {
  width: auto;
  height: auto;
  margin-bottom: -8px;      /* igual que la iglesia para alinear */
  display: flex;
  justify-content: center;
  align-items: center;
}

#ubicaciones .evento.recepcion .icono-recepcion {
  width: 90px;              /* mismo “peso” visual que la iglesia */
  height: auto;
  display: block;
  opacity: 0.92;
  filter: drop-shadow(0 2px 3px rgba(0,0,0,.08));
  transition: transform .3s ease, opacity .3s ease;
}

#ubicaciones .evento.recepcion .icono-recepcion:hover {
  transform: scale(1.06);
  opacity: 1;
}


.nombres-img {
  text-align: center;
  margin-top: -60px;
  margin-bottom: -50px; /* ajustá si querés más o menos espacio */
  margin-left: -10px;
}

.nombres-logo {
  width: 390px;       /* 🔹 ajustá según lo que ocupe en tu hero */
  height: auto;
  display: inline-block;
  filter: drop-shadow(0 1px 2px rgba(0,0,0,0.08));
}


/* ===== Efecto de entrada (fade + pop) para el monograma ===== */
.monograma-hero-img {
  opacity: 0;
  transform: translateX(-50%) scale(0.8);
  animation: fadePopIn 1.2s ease-out forwards;
  animation-delay: 0.4s;
}

@keyframes fadePopIn {
  0% {
    opacity: 0;
    transform: translateX(-50%) scale(0.8);
  }
  60% {
    opacity: 1;
    transform: translateX(-50%) scale(1.2); /* ⬅️ aumentá o bajá este valor */
  }
  100% {
    opacity: 1;
    transform: translateX(-50%) scale(1);
  }
}

/* ===== Sombra gris oscura elegante para todos los botones ===== */

/* Base */
.btn-olive,
.btn-wa {
  box-shadow: 0 6px 14px rgb(17 15 15 / 60%); /* gris oscuro difuso */
  transition: all 0.25s ease;
}

/* Hover: sombra más intensa y profunda */
.btn-olive:hover,
.btn-wa:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgb(17 15 15); /* más marcada */
}

/* Active (al presionar): vuelve más sutil */
.btn-olive:active,
.btn-wa:active {
  transform: translateY(0);
  box-shadow: 0 4px 10px rgb(17 15 15);
}


/* ===== Botones uniformes sin cambio de color ni brillo ===== */
.btn-olive,
.btn-wa,
.lista-regalos-simple a {
  display: inline-block;
  width: 220px;                   /* ancho fijo */
  text-align: center;
  background: #4f5a2f;            /* tono verde oliva fijo */
  color: #f6f3ee;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  text-decoration: none;
  padding: 12px 0;
  border-radius: 999px;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.35);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Hover: solo se levanta y aumenta la sombra */
.btn-olive:hover,
.btn-wa:hover,
.lista-regalos-simple a:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.45);
}

/* Active */
.btn-olive:active,
.btn-wa:active,
.lista-regalos-simple a:active {
  transform: translateY(0);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}



.lista-regalos-simple a {
  background: #f6f3ee;      /* tono verde oliva fijo */
  color:  #4f5a2f;
}

/* ===== Andrea & Ricardo — solo The Nautigal ===== */
.nombres-texto {
  text-align: center;
  margin-top: -45px;
  margin-bottom: -17px;
  padding: 0 16px;
}

.nombres-andrea-ricardo.solo-nautigal {
  font-family: 'The Nautigal', cursive;
  font-weight: 700;
  color: #4f5a2f;
  font-size: clamp(60px, 12vw, 160px); /* 🔹 adaptable a pantallas */
  line-height: 1.1;
  white-space: nowrap;
  text-shadow: 0 2px 6px rgba(0,0,0,0.12);
  letter-spacing: 0.01em;
}

/* 📱 Ajuste fino para pantallas muy pequeñas */
@media (max-width: 480px) {
  .nombres-andrea-ricardo.solo-nautigal {
    font-size: clamp(44px, 14vw, 100px);
  }
}


.evento-hora {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #4f5a2f;
  margin: 6px 0 12px;
}
