.srs-timeline-wrap{--srs-line:#222;--srs-bg:#fff;--srs-text:#151515;--srs-muted:#666;margin:3rem auto;max-width:1120px;color:var(--srs-text)}
.srs-timeline-track{position:relative;padding:2rem 0}
.srs-timeline-track:before{content:"";position:absolute;top:0;bottom:0;left:50%;width:6px;transform:translateX(-50%);border-radius:999px;background:linear-gradient(180deg,#1d1d1d,var(--srs-line))}
.srs-timeline-item{position:relative;display:grid;grid-template-columns:1fr 110px 1fr;margin:0 0 3rem;opacity:0;transform:translateY(24px);transition:opacity .55s ease,transform .55s ease}
.srs-timeline-item.is-visible{opacity:1;transform:none}
.srs-timeline-item.is-left .srs-timeline-card{grid-column:1}.srs-timeline-item.is-right .srs-timeline-card{grid-column:3}
.srs-timeline-marker{grid-column:2;grid-row:1;display:flex;justify-content:center;align-items:flex-start;position:relative;z-index:2}
.srs-timeline-marker:before{content:"";width:28px;height:28px;border:6px solid var(--srs-accent);background:#fff;border-radius:50%;box-shadow:0 0 0 8px rgba(0,0,0,.06)}
.srs-timeline-marker span{position:absolute;top:42px;font-weight:800;font-size:.9rem;line-height:1;background:var(--srs-accent);color:#fff;padding:.5rem .65rem;border-radius:999px;white-space:nowrap}
.srs-timeline-card{background:var(--srs-bg);border-radius:24px;box-shadow:0 16px 45px rgba(0,0,0,.12);overflow:hidden;border:1px solid rgba(0,0,0,.08)}
.srs-timeline-image{display:block;aspect-ratio:16/9;overflow:hidden;background:#eee}.srs-timeline-image img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}.srs-timeline-card:hover img{transform:scale(1.04)}
.srs-timeline-content{padding:1.35rem 1.5rem 1.5rem}.srs-timeline-date{font-weight:900;color:var(--srs-accent);margin:0 0 .35rem;text-transform:uppercase;letter-spacing:.04em}
.srs-timeline-content h3{font-size:clamp(1.3rem,2vw,1.9rem);line-height:1.15;margin:.1rem 0 .5rem}
.srs-timeline-label{font-size:1.05rem;font-weight:700;margin:.3rem 0}.srs-timeline-location{color:var(--srs-muted);margin:.3rem 0 .8rem}
.srs-timeline-text p{margin:.7rem 0}.srs-timeline-button{display:inline-flex;margin-top:.8rem;padding:.75rem 1rem;border-radius:999px;text-decoration:none;background:var(--srs-accent);color:#fff;font-weight:800}
.srs-timeline-empty{text-align:center}
@media (max-width:760px){.srs-timeline-track:before{left:23px}.srs-timeline-item{display:block;margin-left:58px}.srs-timeline-marker{position:absolute;left:-48px;top:8px;display:block}.srs-timeline-marker span{position:static;display:inline-block;margin-top:38px;transform:translateX(-16px)}.srs-timeline-card{margin-bottom:2.5rem}.srs-timeline-content{padding:1.1rem}}
@media (prefers-reduced-motion:reduce){.srs-timeline-item,.srs-timeline-image img{transition:none}}
.srs-timeline-toggle{display:inline-flex;align-items:center;gap:.45rem;margin-top:.75rem;padding:.72rem 1rem;border:0;border-radius:999px;background:var(--srs-accent);color:#fff;font-weight:800;cursor:pointer}
.srs-timeline-toggle:after{content:"+";font-size:1.25rem;line-height:1}
.srs-timeline-toggle[aria-expanded="true"]:after{content:"–"}
.srs-timeline-toggle[aria-expanded="true"] .srs-timeline-toggle-open,.srs-timeline-toggle[aria-expanded="false"] .srs-timeline-toggle-close{display:none}
.srs-timeline-panel{margin-top:1rem}
.srs-timeline-panel[hidden]{display:none}
.srs-timeline-audio{width:100%;margin:.85rem 0 .25rem}
