.research-routes{max-width:1120px;margin:0 auto 34px;padding:38px 5vw 0;border-top:1px solid var(--line)}
.research-routes>div:first-child{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:20px}
.research-routes h2{font-size:2rem;font-weight:500;margin:12px 0 0}
.route-intro{max-width:620px;margin:0 0 18px;color:var(--muted);font-size:.86rem}
.route-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.route-grid article{min-height:156px;padding:20px;background:rgba(255,253,248,.72);border:1px solid var(--line);display:flex;flex-direction:column}
.route-grid h3{font-size:1.1rem;font-weight:500;margin:0 0 8px}
.route-grid p{font-size:.82rem;color:var(--muted);margin:0}
.route-grid a{margin-top:auto;padding-top:16px;color:var(--ochre);font:bold 10px Arial,sans-serif}
.research-routes+.topic-foot{max-width:1120px;margin:0 auto 35px;padding:24px 5vw;border-top:1px solid var(--line);background:transparent;border-left:0;border-right:0;border-bottom:0}
.research-routes+.topic-foot h2{font-size:1.7rem;font-weight:500;margin:0 0 12px}
.research-routes+.topic-foot p{max-width:760px;margin:0;color:var(--muted);font-size:.82rem}
.reading-rhythm{max-width:1120px;margin:0 auto 80px;padding:24px 5vw;border-top:1px solid var(--line);background:transparent;border-left:0;border-right:0;border-bottom:0;text-align:center}
.reading-rhythm h2{display:none}
.reading-rhythm p{max-width:720px;margin:0 auto;color:var(--muted);font-size:.82rem}
@media(max-width:850px){.route-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:560px){.research-routes{padding-left:20px;padding-right:20px}.research-routes>div:first-child{display:block}.route-grid{grid-template-columns:1fr}.route-grid article{min-height:130px}.research-routes+.topic-foot,.reading-rhythm{margin-left:20px;margin-right:20px;padding-left:0;padding-right:0}}
