/* Kolesa116: photographic hero background, 25 September 2026. */
.hero {
  background: #08111c url('/kolesa116-hero-background-20260925.jpg') center center / cover no-repeat;
}
.hero::before {
  animation: none;
  transform: none;
  background: linear-gradient(90deg, rgba(4,10,19,.76) 0%, rgba(4,10,19,.58) 34%, rgba(4,10,19,.22) 61%, rgba(4,10,19,.08) 100%);
}
.hero h1 { text-shadow: 0 2px 24px rgba(0,0,0,.28); }
.heroTags span { background: rgba(6,17,31,.48); border-color: rgba(220,231,244,.3); }
@media (max-width: 980px) {
  .hero { background-position: 70% top; background-size: auto 780px; }
  .hero::before { background: linear-gradient(180deg, rgba(4,10,19,.60), rgba(4,10,19,.30) 370px, #08111c 770px); }
}
@media (max-width: 620px) {
  .hero { background-position: 63% top; background-size: auto 600px; }
  .hero::before { background: linear-gradient(180deg, rgba(4,10,19,.64), rgba(4,10,19,.38) 290px, #08111c 590px); }
}
