.hero-section {
  position: relative;
  width: 100%;
  min-height: 560px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 3.5rem 1.2rem 2.5rem;
  border-bottom: 1px solid var(--border-color);
  overflow: hidden;
  background-color: var(--card-bg);
}

.hero-background-image {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center 20%;
  transform: scale(1.03);
  filter: brightness(1.03) saturate(1.08);
  opacity: 0.38;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(
    ellipse at 50% 42%,
    rgba(255, 255, 255, 0.62) 0%,
    rgba(251, 249, 245, 0.78) 45%,
    rgba(251, 249, 245, 0.95) 80%,
    #ffffff 100%
  );
  pointer-events: none;
}

.hero-content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 440px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.hero-guest-welcome-badge {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.15rem;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(140, 103, 33, 0.45);
  padding: 0.4rem 1.2rem;
  border-radius: var(--radius-md);
  box-shadow: 0 4px 18px rgba(140, 103, 33, 0.14), 0 0 16px rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(8px);
}

.hero-guest-label {
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: #6b5c3b;
  font-weight: 600;
}

.hero-guest-name {
  font-family: var(--font-script), 'Great Vibes', cursive;
  font-size: clamp(1.6rem, 5.5vw, 2.2rem);
  line-height: 1.25;
  color: #2b1a03;
  font-weight: 500;
  letter-spacing: 0.02em;
  filter: drop-shadow(0 0 3px rgba(255, 255, 255, 0.95));
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(140, 103, 33, 0.45);
  padding: 0.38rem 1.15rem;
  border-radius: var(--radius-full);
  font-family: var(--font-heading);
  font-size: 0.76rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #5c3e0e;
  font-weight: 700;
  backdrop-filter: blur(8px);
  box-shadow: 0 4px 15px rgba(140, 103, 33, 0.12), 0 0 16px rgba(255, 255, 255, 0.9);
}

.hero-monogram-circle {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 2px solid #8c6721;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-script), 'Great Vibes', cursive;
  font-weight: 500;
  font-size: 2rem;
  color: #3d2605;
  box-shadow: 0 4px 15px rgba(140, 103, 33, 0.22), 0 0 22px rgba(255, 255, 255, 0.95);
  background: radial-gradient(circle at center, #ffffff 30%, #f7f3eb 100%);
  margin-top: 0.4rem;
}

/* Couple Names with Background Glow (Resplandor de Fondo) */
.hero-couple-names {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  margin: 0.35rem 0;
  padding: 0.35rem 0.2rem;
  z-index: 1;
}

/* Luminous radial aura directly behind names */
.hero-couple-names::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 140%;
  height: 155%;
  background: radial-gradient(
    ellipse at center,
    rgba(255, 255, 255, 0.96) 0%,
    rgba(255, 255, 255, 0.85) 45%,
    rgba(251, 249, 245, 0.5) 70%,
    transparent 100%
  );
  border-radius: 50%;
  filter: blur(14px);
  z-index: -1;
  pointer-events: none;
}

.bride-name,
.groom-name {
  font-family: var(--font-script), 'Great Vibes', cursive;
  font-size: clamp(2.1rem, 7.6vw, 3.1rem);
  line-height: 1.18;
  font-weight: 500;
  white-space: nowrap;
  max-width: 100%;
  text-align: center;
  letter-spacing: 0.02em;
  color: #4d3308;
  background: linear-gradient(135deg, #7c5415 0%, #4f3306 60%, #301f03 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: 
    drop-shadow(0 0 1px #ffffff)
    drop-shadow(0 0 6px rgba(255, 255, 255, 0.95))
    drop-shadow(0 0 14px rgba(255, 255, 255, 0.9))
    drop-shadow(0 2px 4px rgba(60, 40, 10, 0.3));
  padding: 0 0.25rem;
  margin: 0;
}

.couple-ampersand {
  font-family: var(--font-script), 'Great Vibes', cursive;
  font-size: clamp(1.8rem, 6.2vw, 2.5rem);
  color: #745217;
  line-height: 1;
  margin: -0.4rem 0;
  font-style: italic;
  filter: 
    drop-shadow(0 0 1px #ffffff)
    drop-shadow(0 0 6px rgba(255, 255, 255, 0.95))
    drop-shadow(0 2px 4px rgba(60, 40, 10, 0.25));
}

/* Date Banner with soft glowing aura */
.hero-date-banner {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  width: 100%;
  max-width: 370px;
  margin: 0.6rem 0;
  position: relative;
  z-index: 1;
  padding: 0.35rem 0.8rem;
}

.hero-date-banner::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 170%;
  background: radial-gradient(
    ellipse at center,
    rgba(255, 255, 255, 0.94) 0%,
    rgba(255, 255, 255, 0.72) 60%,
    transparent 100%
  );
  border-radius: 14px;
  filter: blur(8px);
  z-index: -1;
  pointer-events: none;
}

.date-line {
  flex: 1;
  height: 1.5px;
  background: linear-gradient(90deg, transparent, #8c6721 50%, transparent);
}

.hero-date-text {
  font-size: 0.9rem;
  letter-spacing: 0.16em;
  font-weight: 700;
  color: #4a320c;
  filter: drop-shadow(0 0 4px rgba(255, 255, 255, 0.95));
}

.hero-quote-box {
  background: rgba(255, 255, 255, 0.94);
  border-left: 2.5px solid #8c6721;
  border-right: 2.5px solid #8c6721;
  padding: 0.95rem 1.4rem;
  border-radius: var(--radius-sm);
  margin-top: 0.6rem;
  box-shadow: 0 4px 20px rgba(140, 103, 33, 0.1), 0 0 25px rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(8px);
}

.hero-quote {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.18rem;
  font-style: italic;
  color: #3b2707;
  line-height: 1.6;
  font-weight: 600;
  text-shadow: 0 0 4px rgba(255, 255, 255, 0.8);
}

.hero-parents-box {
  margin-top: 1rem;
  padding: 1.1rem 1rem 0.5rem;
  border-top: 1px solid rgba(140, 103, 33, 0.25);
  width: 100%;
  position: relative;
  z-index: 1;
}

.hero-parents-box::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 105%;
  height: 120%;
  background: radial-gradient(
    ellipse at center,
    rgba(255, 255, 255, 0.92) 0%,
    rgba(255, 255, 255, 0.65) 60%,
    transparent 100%
  );
  border-radius: 12px;
  filter: blur(8px);
  z-index: -1;
  pointer-events: none;
}

.parents-intro {
  display: block;
  font-size: 0.74rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #5c3e0e;
  margin-bottom: 0.85rem;
  font-style: italic;
  font-weight: 700;
  filter: drop-shadow(0 0 4px rgba(255, 255, 255, 0.9));
}

.parents-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.parents-col {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.parents-side {
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #7a5518;
  font-weight: 800;
  filter: drop-shadow(0 0 4px rgba(255, 255, 255, 0.9));
}

.parents-names,
.parents-col p {
  font-family: var(--font-script), 'Great Vibes', cursive;
  font-size: clamp(1.4rem, 4.5vw, 1.8rem);
  color: #362204;
  line-height: 1.35;
  white-space: pre-line;
  font-weight: 500;
  letter-spacing: 0.02em;
  filter: drop-shadow(0 0 4px rgba(255, 255, 255, 0.9));
}

@media (max-width: 380px) {
  .bride-name,
  .groom-name {
    font-size: 2.1rem;
    white-space: nowrap;
  }
  .couple-ampersand {
    font-size: 1.8rem;
    margin: -0.3rem 0;
  }
}
