* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Montserrat', sans-serif;
  background: #f9f6f1;
  color: #4a3f35;
  line-height: 1.6;
}

/* HERO */
.hero {
  position: relative;
  height: 100vh;
  background: url("assets/images/hero.jpg") center / cover no-repeat;
  overflow: hidden;
}

.overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.25);
}

.hero-content {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.couple-name {
  font-family: 'Playfair Display', serif;
  font-size: 3rem;
  letter-spacing: 2px;
}

.date {
  margin-top: 12px;
  font-size: 1rem;
  letter-spacing: 3px;
}

/* INVITATION */
.invitation {
  padding: 80px 24px;
  text-align: center;
}

.invitation .to {
  font-size: 0.9rem;
  letter-spacing: 2px;
}

#guest-name {
  font-family: 'Playfair Display', serif;
  font-size: 2rem;
  margin: 16px 0;
}

.message {
  max-width: 480px;
  margin: 0 auto;
  font-style: italic;
}

/* INFO */
.info {
  padding: 60px 24px;
  text-align: center;
}

.info h3 {
  font-family: 'Playfair Display', serif;
  margin-bottom: 12px;
}

/* MAP */
.map iframe {
  width: 100%;
  height: 300px;
  border: none;
}
