.history-page { overflow: clip; }
.history-intro { padding-bottom: 0; }
.history-intro h1 { margin: 0; font-size: clamp(40px, 5.4vw, 74px); line-height: 1.2; letter-spacing: -.045em; word-break: keep-all; }
.history-intro h1 em { color: #41667b; font-style: normal; }
.history-lead { margin: 28px 0 0; color: var(--muted); font-size: clamp(17px, 1.65vw, 21px); line-height: 1.85; word-break: keep-all; }
.history-years { display: flex; flex-wrap: wrap; gap: 12px; margin: 38px 0 0; }
.history-years a { display: inline-flex; align-items: center; gap: 32px; padding: 13px 20px; border: 1px solid #d8e4eb; border-radius: 100px; font-size: 15px; font-weight: 750; color: #3a596b; background: #fff; transition: background .2s, border-color .2s; }
.history-years a:hover { background: #edf5fa; border-color: #8aaabb; }
.history-years a span { font-weight: 500; }
.history-timeline { padding-top: 64px; padding-bottom: 32px; }
.history-year { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.3fr); gap: clamp(36px, 6vw, 92px); padding: 56px 0; border-top: 1px solid var(--line); scroll-margin-top: 126px; }
.history-year-summary h2 { margin: 0; font-size: clamp(48px, 5.8vw, 76px); font-weight: 850; line-height: 1; letter-spacing: -.05em; color: #41667b; }
.history-year-summary h3 { margin: 24px 0 12px; font-size: clamp(21px, 2vw, 27px); line-height: 1.45; letter-spacing: -.03em; word-break: keep-all; }
.history-year-summary p { max-width: 340px; margin: 0; color: var(--muted); font-size: 16px; line-height: 1.85; word-break: keep-all; }
.history-events { list-style: none; margin: 0; padding: 0; }
.history-event { display: grid; grid-template-columns: 48px minmax(0, 1fr); gap: 20px; align-items: baseline; padding: 19px 0; border-bottom: 1px solid var(--line); }
.history-event:first-child { padding-top: 0; }
.history-event:last-child { border-bottom: 0; }
.history-event time { color: #55758a; font-size: 14px; font-weight: 700; font-variant-numeric: tabular-nums; }
.history-event-dot { width: 7px; height: 7px; align-self: start; margin: 11px 0 0 6px; border-radius: 50%; background: #afc5d2; }
.history-event p, .history-event a { margin: 0; font-size: 18px; font-weight: 650; line-height: 1.7; letter-spacing: -.02em; word-break: keep-all; }
.history-event a { display: flex; align-items: baseline; justify-content: space-between; gap: 18px; }
.history-event a span { flex: none; color: #62859a; font-size: 17px; }
.history-event a:hover { color: #41667b; text-decoration: underline; text-underline-offset: 5px; }
.history-next { display: flex; justify-content: space-between; align-items: center; gap: 40px; padding-top: 52px; padding-bottom: 60px; margin-bottom: 64px; background: #f2f7fa; border-radius: 24px; }
.history-next h2 { margin: 0; font-size: clamp(28px, 3vw, 40px); line-height: 1.35; word-break: keep-all; }
.history-next p:not(.eyebrow) { margin: 20px 0 0; color: var(--muted); font-size: 16px; line-height: 1.85; word-break: keep-all; }
.history-next .actions { flex-direction: column; align-items: flex-start; flex-shrink: 0; margin: 0; gap: 22px; }
.history-page a:focus-visible { outline: 3px solid #47748b; outline-offset: 5px; }
@media (max-width: 760px) {
  .history-years { gap: 8px; margin-top: 28px; }
  .history-years a { padding: 11px 16px; gap: 18px; font-size: 14px; }
  .history-timeline { padding-top: 40px; padding-bottom: 16px; }
  .history-year { grid-template-columns: 1fr; gap: 30px; padding: 36px 0; scroll-margin-top: 100px; }
  .history-year-summary h3 { margin-top: 16px; }
  .history-year-summary p { max-width: 100%; font-size: 15px; }
  .history-event { gap: 12px; padding: 16px 0; }
  .history-event p, .history-event a { font-size: 16px; }
  .history-next { flex-direction: column; align-items: flex-start; gap: 28px; margin-bottom: 32px; padding-top: 36px; padding-bottom: 36px; border-radius: 18px; }
  .history-next .actions { flex-shrink: 1; max-width: 100%; }
}
