/* Tushar & Poorvi — Pichwai Royal customizations */

.invite-monogram {
  display: block;
  width: min(2.4rem, 11vw);
  max-height: min(2.4rem, 11vw);
  height: auto;
  margin: 0.2em auto 0.35em;
  object-fit: contain;
}

.invite-card-text .invite-kicker {
  text-transform: none;
}

.hero-hashtag {
  font-family: var(--font-caps);
  font-size: clamp(0.72rem, 2.8vw, 0.88rem);
  letter-spacing: 0.14em;
  text-transform: lowercase;
  color: var(--gold-deep);
  margin: 0.35rem 0 0;
  opacity: 0;
}

.hero-content.is-visible .hero-hashtag {
  animation: heroFadeUp 1s var(--ease) both 1.45s;
}

.event-venue-line {
  display: block;
}

.event-venue-line + .event-venue-line {
  margin-top: 0.12em;
}

.couple-story-line {
  display: block;
}

.couple-story-line + .couple-story-line {
  margin-top: 0.65rem;
}

.couple-hashtag {
  font-family: var(--font-caps);
  font-size: clamp(0.78rem, 3vw, 0.95rem);
  letter-spacing: 0.14em;
  text-transform: lowercase;
  color: var(--gold-deep);
  margin-top: 1.1rem;
  text-align: center;
}

@media (max-width: 430px) {
  .invite-monogram {
    width: min(2.1rem, 10vw);
    max-height: min(2.1rem, 10vw);
  }
}
