.tavernium-logo {
  font-family: "Klyne", system-ui, -apple-system, Segoe UI, Roboto, Inter,
    Helvetica, Arial, sans-serif;
  letter-spacing: 0.2em; /* double l'espace standard */
  text-transform: uppercase;
  font-weight: 400;
  display: inline-block;
}

.hero-header {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("../images/409F5E54-8482-4B25-B2C1-9285B22CD357.png")
    center/cover no-repeat;
  position: relative;
}

.logo-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.logo {
  font-family: "Klyne", system-ui, sans-serif;
  font-size: 3rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.45);
  padding: 24px 48px;
  border-radius: 16px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.slogan {
  font-family: "Rubik", system-ui, sans-serif;
  font-size: 1.5rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.35);
  padding: 12px 32px;
  border-radius: 12px;
  text-align: center;
  margin: 0;
}
