:root {
  --hc-black: #000;
  --hc-paper: #f1fbff;
  --hc-gold: #cb9e40;
  --hc-brown: #220000;
  --hc-gold-text: linear-gradient(45deg, #bf953f, #fcf6ba, #b38728);
  --hc-gold-surface: linear-gradient(135deg, rgba(191, 149, 63, 0.96) 0%, rgba(252, 246, 186, 0.92) 38%, rgba(179, 135, 40, 0.95) 100%);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body.hauptchor-page {
  margin: 0;
  background: var(--hc-black);
  color: var(--hc-paper);
  font-family: "Montserrat", Arial, sans-serif;
  line-height: 1.7;
}

.hauptchor-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 68px;
  padding: 0 2.6rem;
  background: rgba(0, 0, 0, 0.95);
  backdrop-filter: blur(10px);
}

.hauptchor-logo {
  width: 190px;
  max-width: 46vw;
  flex: 0 0 auto;
}

.hauptchor-logo img {
  display: block;
  width: 100%;
  height: auto;
}

.hauptchor-menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(0.35rem, 1.1vw, 1.3rem);
}

.hauptchor-menu a {
  min-width: 88px;
  padding: 1rem 1.2rem;
  border-radius: 6px;
  color: #f5f5f5;
  font-size: 0.95rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.hauptchor-menu a:hover,
.hauptchor-menu a:focus {
  color: #111;
  background: linear-gradient(180deg, #f4df91 0%, #dfbd63 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.55), 0 1px 0 rgba(0, 0, 0, 0.35);
}

.hauptchor-intro {
  min-height: 100vh;
  display: grid;
  grid-template-columns: minmax(0, 52%) minmax(0, 48%);
  padding: 9.1rem 0 5.2rem;
  background: #000;
}

.hauptchor-showcase,
.hauptchor-details {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.hauptchor-showcase {
  gap: 4.6rem;
  text-align: center;
}

.hauptchor-showcase h1,
.hauptchor-showcase h2 {
  position: relative;
  display: inline-block;
  margin: 0;
  color: #fcf6ba;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 300;
}

.hauptchor-showcase h1[data-text]::after,
.hauptchor-showcase h2[data-text]::after {
  content: attr(data-text);
  position: absolute;
  inset: 0;
  pointer-events: none;
  color: transparent;
  background: var(--hc-gold-text);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hauptchor-showcase h1 {
  width: 100%;
  font-size: clamp(3.05rem, 4vw, 5.05rem);
  line-height: 1.18;
  letter-spacing: 0.025em;
}

.hauptchor-showcase h2 {
  width: 84%;
  margin-top: 0.1rem;
  font-size: clamp(1.45rem, 1.55vw, 1.85rem);
  font-weight: 400;
  line-height: 1.34;
}

.hauptchor-showcase img {
  width: 64%;
  max-width: 760px;
  height: auto;
  display: block;
  border-right: 4px solid var(--hc-gold);
  border-bottom: 4px solid var(--hc-gold);
  border-radius: 20px;
}

.hauptchor-details {
  justify-content: flex-start;
  gap: 4.55rem;
  padding: 0 4.2rem 0 1.3rem;
  text-align: center;
}

.hauptchor-invite {
  width: min(760px, 100%);
  margin: 0;
  color: #fff;
  font-size: clamp(1.06rem, 1.05vw, 1.32rem);
  font-weight: 400;
  line-height: 1.5;
}

.hauptchor-info-list {
  width: 276px;
  min-width: 276px;
  display: flex;
  flex-direction: column;
  gap: 26px;
}

.hauptchor-info-card {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 76px;
  padding: 7px 18px;
  border-radius: 10px;
  background: #fff;
  color: #000;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.2);
  font-size: clamp(0.98rem, 0.94vw, 1.15rem);
  font-weight: 400;
  line-height: 1.42;
  text-align: center;
  flex-direction: column;
}

.hauptchor-info-card:first-child,
.hauptchor-info-card:last-child {
  min-height: 110px;
}

.hauptchor-info-card:last-child {
  min-height: 148px;
}

.hauptchor-info-card span,
.hauptchor-info-card strong {
  display: block;
  font: inherit;
}

.hauptchor-contact {
  position: relative;
  isolation: isolate;
  min-height: 506px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 5rem;
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.48), transparent 28%),
    radial-gradient(circle at 82% 28%, rgba(255, 255, 255, 0.28), transparent 32%),
    var(--hc-gold-surface);
  color: #000;
  text-align: center;
  overflow: hidden;
}

.hauptchor-contact::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: url("../assets/Slide-11.png") center / cover no-repeat;
  mix-blend-mode: multiply;
  opacity: 0.38;
}

.hauptchor-contact h2 {
  margin: 0 0 1rem;
  color: #000;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: clamp(2.55rem, 5.95vw, 5.6rem);
  font-weight: 300;
  line-height: 1.16;
  white-space: pre-line;
}

.hauptchor-contact p {
  margin: 0 0 1rem;
  color: var(--hc-brown);
  font-size: 13px;
  font-weight: 400;
}

.hauptchor-email {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 228px;
  padding: 6px;
  border: 1px solid #000;
  border-radius: 10px;
  background: transparent;
  color: #000;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
}

.hauptchor-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 0;
  padding: 8px;
  background: #000;
  color: #fff;
  text-align: center;
}

.hauptchor-footer p {
  margin: 0;
  font-family: "Inter", Arial, sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 17px;
}

.hauptchor-footer a {
  color: inherit;
  text-decoration: none;
}

@media (max-width: 767px) {
  .hauptchor-header {
    position: sticky;
    flex-direction: column;
    justify-content: center;
    gap: 0.75rem;
    padding: 10px 1rem;
  }

  .hauptchor-logo {
    width: 198px;
    min-width: 198px;
  }

  .hauptchor-menu {
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.35rem;
  }

  .hauptchor-menu a {
    min-width: auto;
    padding: 0.65rem 0.8rem;
    font-size: 0.82rem;
  }

  .hauptchor-intro {
    grid-template-columns: 1fr;
    padding: 4rem 0 5rem;
  }

  .hauptchor-showcase {
    min-height: 194px;
    gap: 2.2rem;
    padding: 0 1.25rem;
  }

  .hauptchor-showcase h1 {
    font-size: 2.25rem;
    line-height: 1.18;
    letter-spacing: 0.02em;
  }

  .hauptchor-showcase h2 {
    width: 100%;
    font-size: 2.85rem;
    line-height: 1.16;
  }

  .hauptchor-showcase img {
    width: 92%;
  }

  .hauptchor-details {
    gap: 2.6rem;
    padding: 4rem 1rem 0;
  }

  .hauptchor-invite {
    width: 98%;
    font-size: 0.98rem;
  }

  .hauptchor-info-list {
    width: min(98%, 320px);
  }

  .hauptchor-contact {
    padding: 5rem 1.25rem;
  }

  .hauptchor-contact h2 {
    font-size: 2.55rem;
  }
}
