#rueckblick,
#galerie,
#tracks,
#community {
  scroll-margin-top: 20px;
}

.gallery-section {
  padding-bottom: 110px;
}

.gallery-section .section-heading {
  max-width: 1200px;
}

.gallery-section .subline {
  max-width: 820px;
  line-height: 1.6;
}

.recap-gallery {
  max-width: 1200px;
  margin: 0 auto;
}

.recap-gallery figure {
  margin: 0;
  overflow: hidden;
  background: #d9d4c8;
  position: relative;
}

.recap-gallery img {
  width: 100%;
  height: auto;
  display: block;
}

.recap-feature {
  min-height: 480px;
}

.recap-feature img {
  width: 100%;
  height: clamp(480px, 55vw, 710px);
  object-fit: cover;
  object-position: center 43%;
}

.recap-feature figcaption {
  position: absolute;
  left: 26px;
  bottom: 24px;
  max-width: calc(100% - 52px);
  background: var(--yellow);
  color: var(--navy);
  padding: 14px 18px;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 900;
}

.recap-wall {
  columns: 3;
  column-gap: 10px;
  margin-top: 10px;
}

.recap-wall figure {
  break-inside: avoid;
  margin: 0 0 10px;
}

.recap-wall img {
  transition: transform .35s ease;
}

.recap-wall figure:hover img {
  transform: scale(1.025);
}

.gallery-thanks {
  max-width: 1200px;
  margin: 28px auto 0;
  border-left: 8px solid var(--navy);
  background: var(--yellow);
  color: var(--navy);
  display: grid;
  grid-template-columns: .55fr 1fr 1.2fr;
  gap: 38px;
  align-items: center;
  padding: 34px 38px;
}

.gallery-thanks p {
  margin: 0;
  letter-spacing: .16em;
  font-size: 10px;
  font-weight: 900;
}

.gallery-thanks strong {
  font-family: var(--font-display), Impact, sans-serif;
  letter-spacing: -.04em;
  font-size: clamp(34px, 4vw, 54px);
  font-weight: 400;
  line-height: .9;
}

.gallery-thanks span {
  font-size: 15px;
  line-height: 1.65;
}

.gallery-section .track-hub {
  margin-top: 100px;
}

@media (width <= 800px) {
  .gallery-section {
    padding-top: 82px;
    padding-bottom: 76px;
  }

  .recap-feature {
    min-height: 0;
  }

  .recap-feature img {
    height: 245px;
  }

  .recap-feature figcaption {
    left: 12px;
    bottom: 12px;
    max-width: calc(100% - 24px);
    padding: 10px 12px;
    font-size: 9px;
  }

  .recap-wall {
    columns: 2;
    column-gap: 6px;
    margin-top: 6px;
  }

  .recap-wall figure {
    margin-bottom: 6px;
  }

  .recap-wall figure:hover img {
    transform: none;
  }

  .gallery-thanks {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 18px;
    padding: 28px 22px;
  }

  .gallery-thanks strong {
    font-size: 40px;
  }

  .gallery-thanks span {
    font-size: 14px;
  }

  .gallery-section .track-hub {
    margin-top: 72px;
  }
}
