/*==================================================
            GALLERY TEASER (homepage)
==================================================*/

.gallery-teaser{
    padding:110px 0;
}

.gallery-teaser-inner{
    text-align:center;
}

/*==================================================
                TIMELINE
==================================================*/

.timeline{
    padding:110px 0;
}

.timeline-list{
    max-width:640px;
    margin:auto;
    position:relative;
    padding-left:40px;
    border-left:2px dashed var(--border);
}

.timeline-item{
    position:relative;
    margin-bottom:38px;
}

.timeline-item:last-child{
    margin-bottom:0;
}

.timeline-dot{
    position:absolute;
    left:-52px;
    top:0;
    width:32px;
    height:32px;
    border-radius:50%;
    background:var(--primary);
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:11px;
    font-weight:700;
    color:#fff;
    box-shadow:0 0 0 5px var(--bg);
}

.timeline-content{
    background:var(--surface);
    border:1px solid var(--border);
    border-radius:16px;
    padding:20px 25px;
    box-shadow:var(--shadow-sm);
}

.timeline-content h4{
    font-family:var(--font-display);
    font-size:17px;
    margin-bottom:6px;
    color:var(--ink);
}

.timeline-content p{
    font-size:13.5px;
    color:var(--ink-soft);
    line-height:1.6;
    font-weight:300;
}
