.home-timeline-feature{max-width:1380px;margin:44px auto;padding:34px clamp(22px,4vw,50px);display:grid;grid-template-columns:minmax(0,1.25fr) minmax(320px,.75fr);gap:clamp(28px,5vw,72px);align-items:center;border:1px solid #d9d0c0;border-left:6px solid var(--gold);border-radius:12px;background:linear-gradient(120deg,#fff,#f6f0e5);box-shadow:0 12px 30px rgba(7,21,34,.08)}.home-timeline-copy{max-width:760px}.home-timeline-copy h2{margin:.2em 0 .35em;color:var(--navy);font-size:clamp(2rem,4vw,3.8rem);line-height:1.02}.home-timeline-copy p:not(.eyebrow){max-width:720px;font-size:1.06rem;line-height:1.7}.home-timeline-copy .button{margin-top:10px}.home-timeline-decades{position:relative;display:grid;gap:12px;padding-left:30px}.home-timeline-decades:before{content:"";position:absolute;top:8px;bottom:8px;left:8px;width:3px;border-radius:999px;background:linear-gradient(var(--gold),#9d7220)}.home-timeline-decades span{position:relative;display:inline-flex;align-items:center;min-height:42px;width:max-content;padding:8px 14px;border:1px solid #d7c9ad;border-radius:999px;background:#fff;color:var(--navy);font-family:Georgia,serif;font-size:1.1rem;font-weight:700;box-shadow:0 5px 12px rgba(7,21,34,.05)}.home-timeline-decades span:before{content:"";position:absolute;left:-29px;width:12px;height:12px;border-radius:50%;background:var(--gold);box-shadow:0 0 0 4px #f7f1e6}@media(max-width:900px){.home-timeline-feature{grid-template-columns:1fr;margin:30px 18px}.home-timeline-decades{grid-template-columns:repeat(3,max-content);gap:10px 22px;padding:0}.home-timeline-decades:before,.home-timeline-decades span:before{display:none}}@media(max-width:600px){.home-timeline-feature{margin:24px 14px;padding:26px 20px}.home-timeline-decades{grid-template-columns:repeat(2,max-content)}}