/* Per-project overrides for the Lobau year-project.
   --accent flows into article body links and CTA borders. */
.project--lobau-jahresprojekt { --accent: #8aa68a; }

.project--lobau-jahresprojekt .gallery-grid--grid {
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 900px) {
  .project--lobau-jahresprojekt .gallery-grid--grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
