.history-main { max-width:1100px; margin:0 auto; padding:60px 0 70px; }
.history-heading h1 { font-size:clamp(42px,5vw,64px); }
.history-sections { display:flex; margin:32px 0 0; gap:28px; padding-bottom:24px; }
.history-sections a { color:var(--accent); font-size:15px; }
.history-section { display:grid; grid-template-columns:230px minmax(0,1fr); gap:60px; border-top:1px solid var(--line); padding:36px 0 44px; scroll-margin-top:24px; }
.history-section h2 { font-size:27px; line-height:1.4; }
.history-entries p { margin:0; padding:18px 0; font:15px/1.85 Arial,sans-serif; color:#60665a; overflow-wrap:anywhere; border-bottom:1px solid #e9e8e0; }
.history-entries p:first-child { padding-top:0; }
.history-entries p:last-child { border-bottom:0; padding-bottom:0; }
.history-entries a { color:var(--accent); text-decoration:underline; text-underline-offset:3px; }
.back-top { display:inline-block; color:var(--accent); margin-top:12px; font-size:14px; }
@media(max-width:800px) { .history-section { grid-template-columns:170px minmax(0,1fr); gap:30px; } }
@media(max-width:600px) { .history-main { padding-top:38px; } .history-section { grid-template-columns:1fr; gap:24px; padding:28px 0; } .history-section h2 { font-size:24px; } .history-sections { gap:24px; } }