.content-section h2{font-family:var(--font-serif);font-weight:700;font-size:clamp(1.5rem,3vw,2rem);margin:0;color:var(--color-heading);text-align:center}.awards-timeline{margin-top:clamp(1.5rem,3vw,2rem);display:flex;flex-direction:column;max-width:700px;margin-left:auto;margin-right:auto}.timeline-item{display:flex;gap:1.25rem;position:relative}.timeline-marker{display:flex;flex-direction:column;align-items:center;flex-shrink:0;width:24px}.timeline-dot{width:14px;height:14px;border-radius:50%;background:var(--color-primary);border:3px solid var(--color-surface-alt);box-shadow:0 0 0 2px var(--color-primary);flex-shrink:0;z-index:1}.timeline-line{width:2px;flex-grow:1;background:linear-gradient(to bottom,var(--color-primary),var(--color-border));margin-top:4px}.timeline-content{flex:1 1;padding-bottom:2rem}.timeline-year{display:inline-block;padding:.2rem .65rem;background:var(--color-tag-award,rgba(212,165,116,.15));color:#744210;border-radius:999px;font-size:.8rem;font-weight:700;margin-bottom:.5rem}.timeline-title{font-size:1.05rem;font-weight:600;color:var(--color-text);margin:.25rem 0 .35rem;line-height:1.5}.timeline-institution{font-size:.88rem;color:var(--color-muted-light);margin:0}.timeline-item:hover .timeline-dot{background:var(--color-accent);box-shadow:0 0 0 2px var(--color-accent),0 0 12px rgba(212,165,116,.3)}[data-theme=dark] .timeline-dot{border-color:var(--color-surface-alt)}[data-theme=dark] .timeline-year{background:var(--color-tag-award,rgba(212,165,116,.2));color:#E2E8F0}