@charset "utf-8";
/* CSS Document */
/* Story Band – Full Background Image */
.story-band {
  position: relative;
  background-image: url("../img/youth-athlete-forrest.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* Overlay for readability */
.story-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.65);
  z-index: 0;
}

.story-band .container {
  z-index: 1;
}

/* Optional parallax on desktop only */
@media (min-width: 1024px) {
  .story-band {
    background-attachment: fixed;
  }
}
