:root {
  --green: #1c6f47;
  --green-dark: #10482d;
  --gold: #d7b15b;
  --ink: #17211b;
  --muted: #637169;
  --shadow: 0 24px 70px rgba(23, 33, 27, 0.14);
  --radius-lg: 28px;
  --content: 1180px;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
}
body.people-redesign {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  color: var(--ink);
  background:
    radial-gradient(
      circle at top left,
      rgba(215, 177, 91, 0.18),
      transparent 30rem
    ),
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.92),
      rgba(247, 243, 232, 0.96)
    );
  line-height: 1.6;
}
img {
  max-width: 100%;
  display: block;
}
a {
  text-decoration: none;
  color: inherit;
}
.redesign-header {
  min-height: 96px;
  display: grid;
  grid-template-columns: 120px 1fr 120px;
  align-items: center;
  gap: 20px;
  padding: 0 max(20px, calc((100vw - 1180px) / 2));
  position: relative;
  overflow: hidden;
  background: linear-gradient(90deg, #16573a 0%, #1c6f47 50%, #16573a 100%);
  color: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.22);
  z-index: 20;
}
.redesign-header__watermark {
  position: absolute;
  right: 42px;
  top: 50%;
  width: 190px;
  height: 190px;
  transform: translateY(-50%);
  background: url("bilder/SG_Wappen.jpg") center/contain no-repeat;
  opacity: 0.045;
  pointer-events: none;
}
.redesign-header__crest {
  width: 86px;
  height: 86px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #fff;
  padding: 5px;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.26);
  z-index: 2;
}
.redesign-header__crest img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.redesign-nav {
  justify-self: center;
  display: flex;
  align-items: center;
  gap: 5px;
  z-index: 2;
}
.redesign-nav a {
  min-height: 42px;
  padding: 0 12px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.94);
  font-size: 0.9rem;
  font-weight: 800;
}
.redesign-nav a:hover,
.redesign-nav a[href="menschen-redesign.html"] {
  background: rgba(255, 255, 255, 0.14);
}
.redesign-social {
  justify-self: end;
  display: flex;
  gap: 10px;
  z-index: 2;
}
.redesign-social a {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--green-dark);
  border: 1px solid rgba(255, 255, 255, 0.24);
}
.redesign-social img {
  width: 23px;
  height: 23px;
  object-fit: contain;
}
.redesign-social a:first-child img {
  width: 28px;
  height: 28px;
}
.redesign-nav-toggle,
.redesign-nav-toggle-label {
  display: none;
}
.people-hero {
  position: relative;
  min-height: clamp(420px, 58vh, 650px);
  display: grid;
  place-items: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
}
.people-hero > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 20%;
}
.people-hero__shade {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      circle at center,
      rgba(28, 111, 71, 0.06),
      rgba(9, 20, 14, 0.7)
    ),
    linear-gradient(180deg, rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0.62));
}
.people-hero__content {
  position: relative;
  width: min(100% - 32px, 980px);
  padding: 60px 20px;
}
.kicker {
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.78rem;
  font-weight: 900;
}
.people-hero h1 {
  margin-top: 10px;
  font-size: clamp(2.7rem, 7vw, 5.8rem);
  line-height: 0.96;
  letter-spacing: -0.06em;
}
.people-hero p:not(.kicker) {
  max-width: 780px;
  margin: 20px auto 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1.05rem, 2vw, 1.35rem);
}
main {
  width: min(100% - 32px, var(--content));
  margin: 0 auto;
  padding-bottom: 76px;
}
.intro-card,
.join-card {
  margin-top: -40px;
  position: relative;
  z-index: 4;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(28, 111, 71, 0.1);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
  padding: clamp(28px, 5vw, 48px);
  overflow: hidden;
}
.intro-card:after,
.join-card:after {
  content: "";
  position: absolute;
  right: -150px;
  bottom: -190px;
  width: 520px;
  height: 520px;
  background: url("bilder/SG_Wappen.jpg") center/contain no-repeat;
  opacity: 0.035;
  pointer-events: none;
}
.intro-card h2,
.section-heading h2,
.join-card h2 {
  margin-top: 8px;
  font-size: clamp(2rem, 4vw, 3.45rem);
  line-height: 1.03;
  letter-spacing: -0.055em;
}
.intro-card p:not(.kicker),
.join-card p:not(.kicker) {
  margin-top: 16px;
  color: var(--muted);
  font-size: 1.08rem;
  max-width: 850px;
}
.people-section {
  margin-top: 78px;
}
.section-heading {
  margin-bottom: 26px;
  text-align: center;
}
.cards {
  display: grid;
  gap: 18px;
}
.cards-3 {
  grid-template-columns: repeat(3, 1fr);
}
.cards-4 {
  grid-template-columns: repeat(4, 1fr);
}
.person-card {
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(28, 111, 71, 0.1);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.person-card img {
  width: 100%;
  height: 245px;
  object-fit: cover;
}
.person-card div {
  padding: 24px;
  flex: 1;
}
.person-card span,
.split-copy span {
  font-size: 2rem;
}
.person-card h3,
.split-copy h3 {
  margin-top: 8px;
  font-size: clamp(1.4rem, 2.3vw, 1.9rem);
  line-height: 1.08;
  letter-spacing: -0.04em;
}
.person-card p,
.split-copy p {
  margin-top: 10px;
  color: var(--muted);
}
.split-card {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 0;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(28, 111, 71, 0.1);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
  overflow: hidden;
}
.split-images.two-images {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.split-images.single-image {
  display: block;
}
.split-images img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
}
.split-copy {
  padding: clamp(28px, 5vw, 48px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.people-quote {
  text-align: center;
  margin: 90px auto 40px;
}
.people-quote p {
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 900;
  color: var(--green);
  letter-spacing: -0.04em;
}
.join-card {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: center;
}
.button {
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  white-space: nowrap;
  transition: 0.18s ease;
}
.button:hover {
  transform: translateY(-2px);
}
.button.green {
  background: var(--green);
  color: #fff;
  box-shadow: 0 14px 34px rgba(28, 111, 71, 0.2);
}

@media (max-width: 980px) {
  .redesign-header {
    min-height: 88px;
    grid-template-columns: 88px 1fr 56px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .redesign-header__crest {
    width: 72px;
    height: 72px;
  }
  .redesign-social {
    display: none;
  }
  .redesign-nav-toggle-label {
    justify-self: end;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: grid;
    place-content: center;
    gap: 5px;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.14);
    z-index: 30;
  }
  .redesign-nav-toggle-label span {
    width: 22px;
    height: 2px;
    background: #fff;
    display: block;
    border-radius: 2px;
  }
  .redesign-nav {
    position: absolute;
    top: calc(100% + 8px);
    left: 16px;
    right: 16px;
    display: none;
    background: #fff;
    padding: 14px;
    border-radius: 22px;
    box-shadow: var(--shadow);
    flex-direction: column;
    align-items: stretch;
    z-index: 50;
  }
  .redesign-nav a {
    color: var(--green);
    justify-content: flex-start;
    padding: 0 14px;
  }
  .redesign-nav-toggle:checked ~ .redesign-nav {
    display: flex;
  }
  .cards-3,
  .cards-4,
  .split-card,
  .join-card {
    grid-template-columns: 1fr;
  }
  .split-images.two-images {
    grid-template-columns: 1fr;
  }
  .split-images img {
    min-height: 280px;
  }
}

.redesign-social .youtube-link {
  color: #fff;
  font-size: 1rem;
  font-weight: 900;
}

.youtube-icon {
  display: inline-grid;
  place-items: center;
  width: 22px;
  height: 22px;
  line-height: 1;
}
