/* -----------------------------------
  HERO / PORTADA
----------------------------------- */
.hero{
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  overflow:hidden;
  min-height:100vh;
}

.hero__bg{
  position:absolute;inset:0;background-position:center bottom;background-size:contain;background-repeat:no-repeat;
  opacity:.12;pointer-events:none;
}

.hero__card{
  position:relative;z-index:2;padding:60px 30px;border-left:1px solid #00000020;border-right:1px solid #00000010;
  max-width:720px;border-radius:6px;
}

.inv-title{
  font-family:'Playfair Display',serif;
  letter-spacing:6px;
  font-weight:400;
  color:var(--accent);
  margin-bottom:14px;
  font-size:1.2rem
}

.names{
  font-family:'Playfair Display',serif;
  font-size:3.2rem;
  letter-spacing:4px;
  margin-bottom:8px;
}

.navbar-brand .names{
  font-size:2rem;
}

.date{
  font-weight:600;
  color:#2b2b2b;
  margin-bottom:6px;
  letter-spacing:3px;
}

.location{
  font-size:0.98rem;
  color:#4b4b4b;
}