/*! tailwindcss v4.3.1 | MIT License | https://tailwindcss.com */.section-timeline{padding-block:50px}.section-timeline .timeline-inner{flex-direction:column;align-items:center;gap:50px;display:flex}.section-timeline .timeline-list{grid-template-columns:repeat(4,1fr);gap:30px;width:100%;margin:0;padding:0;list-style:none;display:grid}.section-timeline .timeline-item{text-align:center;flex-direction:column;align-items:center;gap:12px;display:flex}.section-timeline .timeline-item-year{background:var(--color-ink);color:#fff;font-family:var(--font-heading);border-radius:12px;justify-content:center;align-items:center;padding:8px 22px;font-size:20px;font-weight:500;line-height:1.4;display:inline-flex}.section-timeline .timeline-item.is-highlight .timeline-item-year{background:var(--color-accent)}.section-timeline .timeline-item-title{font-family:var(--font-heading);color:var(--color-ink);margin:0;font-size:18px;font-weight:700;line-height:1.3}.section-timeline .timeline-item-text{font-family:var(--font-heading);color:var(--color-muted);font-size:15px;font-weight:300;line-height:1.5}.section-timeline .timeline-item-text p{margin:0}@media(max-width:1023px){.section-timeline .timeline-list{grid-template-columns:repeat(2,1fr);gap:40px 30px}}@media(max-width:575px){.section-timeline .timeline-list{grid-template-columns:1fr}}
