* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background-color: #fff9f1;
}

.hero-invitation {
  position: relative;
  max-width: 430px;
  margin: 0 auto;
  background-color: #fff9f1;
  background-image: url('../assets/hero-flowers-bg.webp');
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 122% auto;
  padding: 44px 18px 24px;
  overflow: hidden;
  text-align: center;
  font-family: 'Times New Roman', Times, serif;
}

/* Corona centrada, mas grande */
.crown {
  width: 108px;
  margin: 10px auto 26px;
  display: block;
  position: relative;
  z-index: 2;
}

/* Linea divisoria dorada */
.divider {
  width: 150px;
  margin: 0 auto 4px;
  display: block;
  position: relative;
  z-index: 2;
}

/* Texto de invitacion */
.invitation-text {
  color: #a9822f;
  position: relative;
  z-index: 2;
  margin: 26px 0 6px;
}

.glacial-text {
  font-family: 'Glacial Indifference', 'Times New Roman', Times, serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.65;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  display: inline-block;
  margin: 0;
}

.script-img {
  display: block;
  margin: 2px auto;
}

.script-img-names {
  width: 310px;
  max-width: 85%;
  margin-top: 2px;
  margin-bottom: 20px;
}

.script-img-quince {
  width: 220px;
  max-width: 72%;
  margin: 6px auto 15px;
}

/* Foto principal a sangre completa */
.photo-wrap {
  position: relative;
  margin: 0 -18px 6px;
}
.birthday-photo {
  width: 100%;
  display: block;
}

/* Firma / nombre en caligrafia (incluye el filete decorativo) */
.name-signature {
  width: 330px;
  max-width: 88%;
  margin: 22px auto 0;
  display: block;
  position: relative;
  z-index: 2;
}

/* Mobile fino */
@media (max-width: 360px) {
  .corner { width: 100px; }
  .corner-ml, .corner-mr { width: 78px; }
  .glacial-text { font-size: 14px; letter-spacing: 2px; }
  .script-img-names { width: 230px; }
  .script-img-quince { width: 225px; }
  .name-signature { width: 260px; }
}
