/* Passwortseite — Lago d'Iseo Wedding */

.hz-gate {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 48px 24px;
  text-align: center;
  background: radial-gradient(120% 90% at 50% 0%, #FFA62B 0%, #FFD98A 26%, #FFF6E4 62%, #FFFFFF 100%);
}

.hz-gate__inner { max-width: 560px; width: 100%; }

.hz-gate__monogram {
  width: 68px;
  height: 68px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  border: 1.5px solid #2E5AA7;
  border-radius: 50%;
  font-family: 'Parisienne', cursive;
  font-size: 26px;
  line-height: 1;
  color: #2E5AA7;
}
.hz-gate__monogram span { font-size: 20px; }

.hz-gate__eyebrow {
  margin: 30px 0 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #B87200;
}

.hz-gate__title {
  margin: 14px 0 0;
  font-family: 'Playfair Display', serif;
  font-size: clamp(32px, 6vw, 62px);
  font-weight: 400;
  line-height: 1.05;
  color: #24488A;
}

.hz-gate__lead {
  margin: 16px auto 0;
  max-width: 44ch;
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: clamp(17px, 2.2vw, 21px);
  line-height: 1.6;
  color: #5C564A;
}

.hz-gate__error {
  margin: 22px auto 0;
  max-width: 40ch;
  padding: 12px 16px;
  border: 1px solid #F04E4E;
  border-radius: 2px;
  background: #FFF;
  font-family: 'Cormorant Garamond', serif;
  font-size: 18px;
  color: #C22D2D;
}

.hz-gate__form {
  margin-top: 34px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.hz-gate__form input {
  flex: 1 1 240px;
  min-width: 0;
  padding: 14px 18px;
  border: 1.5px solid #DED2B4;
  border-radius: 2px;
  background: #FFF;
  font-family: 'Cormorant Garamond', serif;
  font-size: 19px;
  color: #2B2A26;
}
.hz-gate__form input:focus {
  outline: none;
  border-color: #2E5AA7;
}

.hz-gate__form button {
  padding: 14px 28px;
  border: 1.5px solid #2E5AA7;
  border-radius: 2px;
  background: #2E5AA7;
  color: #FFF;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 200ms ease;
}
.hz-gate__form button:hover { background: #24488A; border-color: #24488A; }

.hz-gate__help {
  margin: 26px 0 0;
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 16px;
  color: #5C564A;
}
.hz-gate__help a { color: #2E5AA7; }
.hz-gate__help a:hover { color: #B87200; }

/* Divi-Kopf/Fuss auf der gesperrten Seite ausblenden */
body.post-password-required #main-header,
body.post-password-required #main-footer,
body.post-password-required #top-header { display: none; }
body.post-password-required #page-container { padding-top: 0 !important; }
