/* ===========================
   ABOUT PAGE STYLES
   =========================== */

/* Hero arrière-plan image */
.about-hero-bg {
    background-image: linear-gradient(180deg, rgba(0,0,0,0.35) 0%, rgba(26,26,26,0.85) 100%),
                      url('../img/Epicerie%20Tropicale%20-Sept-iles%20-%20Hero.jpg');
    background-size: cover;
    background-position: center;
}

/* Timeline vertical line */
.timeline-rail {
    position: absolute;
    left: 27px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: linear-gradient(180deg, #FF8C00 0%, #228B22 100%);
    opacity: 0.3;
}
@media (max-width: 767px) {
    .timeline-rail { left: 23px; }
}
