.timeline-section{background-color:var(--background);width:100%;color:var(--foreground);padding:6rem 1.5rem;position:relative}.timeline-header{color:var(--foreground-200);padding-bottom:3rem}.timeline-list{flex-direction:column;display:flex}.timeline-row{border-bottom:1px solid var(--foreground-200);align-items:baseline;gap:3rem;padding:1.5rem 0;display:flex}.timeline-row:first-child{border-top:1px solid var(--foreground-200)}.timeline-phase{width:20%;color:var(--foreground);flex-shrink:0}.timeline-duration{width:15%;color:var(--foreground-200);flex-shrink:0}.timeline-deliverable{flex:1}.timeline-deliverable h3{font-size:clamp(1.1rem,.5rem + 1vw,2rem);line-height:1.4}@media (max-width:1000px){.timeline-section{padding:4rem 1.5rem}.timeline-row{flex-direction:column;gap:.5rem;padding:1.25rem 0}.timeline-phase,.timeline-duration{width:auto}}
