.stadtundspiel-news-overview {
  margin: 0 auto;
  max-width: var(--stadtundspiel-content);
  width: 100%;
}

.stadtundspiel-news-overview__header {
  align-items: end;
  display: grid;
  gap: 2rem;
  grid-template-columns: minmax(0, 1.35fr) minmax(18rem, 0.65fr);
  margin-bottom: clamp(2rem, 4vw, 3.5rem);
}

.stadtundspiel-news-overview .stadtundspiel-section-title {
  color: var(--stadtundspiel-forest);
}

.stadtundspiel-news-overview__intro {
  border-left: 1px solid var(--stadtundspiel-line);
  padding-left: 1.5rem;
}

.stadtundspiel-news-overview__intro p {
  color: rgb(23 35 29 / 68%);
  line-height: 1.55;
  margin: 0 0 1rem;
}

.stadtundspiel-news-overview__intro a {
  color: var(--stadtundspiel-green);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

.stadtundspiel-news-overview__grid {
  display: grid;
  gap: 0.9rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.stadtundspiel-news-card {
  min-width: 0;
}

.stadtundspiel-news-card > a {
  background: #fffdf6;
  border: 1px solid var(--stadtundspiel-line);
  border-radius: var(--stadtundspiel-radius);
  color: var(--stadtundspiel-ink);
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  text-decoration: none;
  transition: box-shadow 180ms ease, transform 180ms ease;
}

.stadtundspiel-news-card > a:hover,
.stadtundspiel-news-card > a:focus-visible {
  box-shadow: var(--stadtundspiel-shadow);
  transform: translateY(-0.3rem);
}

.stadtundspiel-news-card figure {
  aspect-ratio: 16 / 10;
  background: var(--stadtundspiel-forest-2);
  margin: 0;
  overflow: hidden;
}

.stadtundspiel-news-card img {
  display: block;
  height: 100% !important;
  object-fit: cover;
  transition: transform 360ms ease;
  width: 100%;
}

.stadtundspiel-news-card > a:hover img {
  transform: scale(1.035);
}

.stadtundspiel-news-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  min-height: 14rem;
  padding: 1.15rem;
}

.stadtundspiel-news-card time {
  color: var(--stadtundspiel-green);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.11em;
}

.stadtundspiel-news-card h3 {
  color: var(--stadtundspiel-forest);
  font-size: clamp(1.3rem, 1.7vw, 1.65rem);
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1.08;
  margin: 0.6rem 0 0.7rem;
}

.stadtundspiel-news-card p {
  color: rgb(23 35 29 / 66%);
  font-size: 0.86rem;
  line-height: 1.48;
  margin: 0;
}

.stadtundspiel-news-card__link {
  border-top: 1px solid var(--stadtundspiel-line);
  color: var(--stadtundspiel-green);
  font-size: 0.72rem;
  font-weight: 700;
  margin-top: auto;
  padding-top: 0.9rem;
  text-transform: uppercase;
}

.stadtundspiel-news-main,
.stadtundspiel-news-archive {
  background: var(--stadtundspiel-cream);
}

.stadtundspiel-news-archive {
  padding: clamp(9rem, 14vw, 13rem) 1.25rem var(--stadtundspiel-section-space);
}

.stadtundspiel-news-single__hero {
  background: var(--stadtundspiel-forest);
  display: grid;
  grid-template-columns: minmax(26rem, 0.9fr) minmax(0, 1.1fr);
  min-height: min(54rem, 100svh);
}

.stadtundspiel-news-single__hero-copy {
  color: var(--stadtundspiel-cream);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(8rem, 14vw, 12rem) clamp(1.5rem, 4vw, 4rem) clamp(3rem, 7vw, 6rem);
}

.stadtundspiel-news-single__back {
  color: var(--stadtundspiel-cream) !important;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
}

.stadtundspiel-news-single__hero .stadtundspiel-eyebrow {
  color: var(--stadtundspiel-moss);
}

.stadtundspiel-news-single__hero h1 {
  color: inherit;
  font-size: clamp(3rem, 4.6vw, 5rem);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 0.92;
  margin: 1.25rem 0 0;
  max-width: 100%;
  text-wrap: balance;
}

.stadtundspiel-news-single__hero > figure {
  margin: 0;
  min-height: 34rem;
  overflow: hidden;
}

.stadtundspiel-news-single__hero > figure img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.stadtundspiel-news-single__content {
  margin: 0 auto;
  max-width: 60rem;
  padding: var(--stadtundspiel-section-space) 1.25rem;
}

.stadtundspiel-news-single__content.has-editorial-note {
  display: grid;
  gap: clamp(3rem, 6vw, 7rem);
  grid-template-columns: minmax(14rem, 0.38fr) minmax(0, 1fr);
  max-width: 72rem;
}

.stadtundspiel-news-single__journal-mark {
  align-self: start;
  display: grid;
  gap: 1.5rem;
}

.stadtundspiel-news-single__editorial-note {
  color: var(--stadtundspiel-forest);
  font-size: clamp(1.45rem, 2.1vw, 1.9rem);
  font-weight: 500;
  letter-spacing: -0.025em;
  line-height: 1.25;
  margin: 0;
}

.stadtundspiel-news-single__journal-mark .stadtundspiel-eyebrow {
  color: var(--stadtundspiel-forest);
  font-size: 0.68rem;
}

.stadtundspiel-news-single__journal-mark .stadtundspiel-eyebrow::before {
  background: var(--stadtundspiel-project-red);
}

.stadtundspiel-news-single__copy {
  font-size: clamp(1.05rem, 1.4vw, 1.2rem);
  line-height: 1.72;
}

.stadtundspiel-news-single__copy p:first-child {
  color: var(--stadtundspiel-forest);
  font-size: clamp(1.35rem, 2.3vw, 1.9rem);
  line-height: 1.45;
  margin-top: 0;
}

.stadtundspiel-news-single__cta {
  align-items: center;
  background: var(--stadtundspiel-green);
  border-radius: 999px;
  color: #fff !important;
  display: inline-flex;
  font-weight: 700;
  gap: 0.75rem;
  margin-top: 1.5rem;
  padding: 0.9rem 1.25rem;
  text-decoration: none;
}

@media (max-width: 1024px) {
  .stadtundspiel-news-overview__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .stadtundspiel-news-single__hero {
    grid-template-columns: 1fr;
  }

  .stadtundspiel-news-single__hero-copy {
    min-height: 35rem;
  }
}

@media (max-width: 680px) {
  .stadtundspiel-news-overview__header,
  .stadtundspiel-news-overview__grid {
    grid-template-columns: 1fr;
  }

  .stadtundspiel-news-overview__intro {
    border-left: 0;
    border-top: 1px solid var(--stadtundspiel-line);
    padding: 1.25rem 0 0;
  }

  .stadtundspiel-news-card__body {
    min-height: 12rem;
  }

  .stadtundspiel-news-single__content.has-editorial-note {
    gap: 2rem;
    grid-template-columns: 1fr;
  }

  .stadtundspiel-news-single__journal-mark {
    display: grid;
    gap: 1rem;
  }

  .stadtundspiel-news-single__journal-mark .stadtundspiel-eyebrow {
    margin-bottom: 0;
  }

  .stadtundspiel-news-single__hero-copy {
    min-height: 31rem;
    padding-top: 7rem;
  }

  .stadtundspiel-news-single__hero > figure {
    min-height: 65vw;
  }
}
