.geschichte-layout .site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 30;
  pointer-events: none;
}

.geschichte-layout .site-header .nav-shell {
  pointer-events: auto;
}

body.geschichte-layout {
  background:
    radial-gradient(circle at 14% 20%, rgba(228, 126, 74, 0.42), transparent 34%),
    radial-gradient(circle at 84% 76%, rgba(120, 82, 146, 0.3), transparent 38%),
    radial-gradient(circle at 50% 14%, rgba(236, 182, 96, 0.28), transparent 32%),
    linear-gradient(135deg, rgba(26, 16, 14, 0.92), rgba(42, 27, 20, 0.9) 42%, rgba(18, 16, 28, 0.9));
}

.geschichte-page {
  position: relative;
  overflow: hidden;
  padding-top: clamp(6.7rem, 11vw, 8.3rem);
  padding-bottom: clamp(4rem, 8vw, 6rem);
}

.geschichte-page::before {
  content: "";
  position: absolute;
  inset: -10% auto auto 50%;
  width: min(109rem, 146vw);
  height: min(109rem, 146vw);
  transform: translateX(-50%);
  background: url("../../assets/images/M%C3%A4lscher_NK_transparent_ohne%20schrift.png") center/contain no-repeat;
  opacity: 0.2;
  filter: blur(8px);
  pointer-events: none;
}

.geschichte-page::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: clamp(5rem, 10vw, 7rem);
  pointer-events: none;
  background: linear-gradient(180deg, rgba(18, 16, 28, 0), rgba(8, 6, 6, 0.78));
}

.history-content {
  position: relative;
  z-index: 1;
  max-width: 56rem;
  margin: 0 auto;
  background: rgba(25, 18, 14, 0.84);
  border: 1px solid rgba(242, 178, 121, 0.14);
  border-radius: 0.85rem;
  padding: clamp(1.2rem, 2vw, 1.9rem);
}

.history-content h1 {
  margin: 0.2rem 0 1rem;
  font-size: clamp(2rem, 5vw, 3.1rem);
  line-height: 1;
}

.history-content h2 {
  margin: 0.2rem 0 0.9rem;
  font-size: clamp(1.7rem, 4vw, 2.4rem);
  line-height: 1.05;
}

.history-content h3 {
  margin: 1.15rem 0 0.35rem;
  font-size: clamp(1.35rem, 2.8vw, 1.75rem);
}

.history-content p {
  margin: 0 0 0.8rem;
  color: #dfcab5;
}

.history-content p:last-child {
  margin-bottom: 0;
}

.history-content .lead {
  max-width: 48rem;
}

.geschichte-layout .site-footer {
  background: #080606;
}

.geschichte-layout .site-footer::before {
  background: linear-gradient(180deg, rgba(8, 6, 6, 0), rgba(8, 6, 6, 1));
}

@media (max-width: 900px) {
  .geschichte-page {
    padding-top: 6.3rem;
  }

  .geschichte-page::before {
    width: min(67.5rem, 172vw);
    height: min(67.5rem, 172vw);
    inset: -4% auto auto 50%;
    opacity: 0.18;
  }
}
