.hero-inv-pretitle {
  font-size: 0.95rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--color-text-muted);
  margin: 0 0 0.6rem;
}

.hero-inv-parents {
  margin: 0 0 0.6rem;
}

.hero-inv-parent {
  font-family: var(--font-display);
  font-size: 1.3rem;
  margin: 0.1rem 0;
}

.hero-and {
  font-size: 1.05rem;
  margin: 0.1rem 0;
  font-style: italic;
  color: var(--color-text-muted);
}

.hero-inv-line {
  font-style: italic;
  font-size: 1.05rem;
  color: var(--color-text-muted);
  max-width: 340px;
  margin: 0 0 0.9rem;
}

.hero-names {
  font-family: var(--font-display);
  font-size: clamp(2.3rem, 3.8vw, 3rem);
  color: var(--color-accent);
  margin: 0;
  letter-spacing: 0.03em;
}

.hero-inv-date {
  font-family: var(--font-display);
  font-size: 1.35rem;
  margin: 0.6rem 0 0.4rem;
}

.hero-inv-blessing {
  font-style: italic;
  font-size: 1rem;
  color: var(--color-text-muted);
  max-width: 340px;
  margin: 0 0 0.9rem;
}

.hero-inv-divider {
  width: 50px;
  height: 1px;
  background: var(--color-border);
  margin: 0 0 0.9rem;
}

.hero-inv-weekend {
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: bold;
  color: var(--color-accent);
  margin: 0 0 0.4rem;
}

.hero-inv-hosting {
  font-size: 0.9rem;
  line-height: 1.35;
  color: var(--color-text-muted);
  max-width: 340px;
  margin: 0 0 1rem;
}

.hero-cta {
  display: inline-block;
  padding: 0.7rem 2rem;
  background: var(--color-gold-vivid);
  color: var(--color-text);
  text-decoration: none;
  border: none;
  border-radius: 4px;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-family: inherit;
  font-size: 0.95rem;
  cursor: pointer;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
}

.hero-cta:hover {
  background: var(--color-gold-hover);
}
