.contextual-links { display: grid; grid-template-columns: minmax(240px, .72fr) minmax(0, 1.28fr); gap: 42px; align-items: start; margin-top: 54px; padding: 34px; border: 1px solid #dce7ee; border-radius: 22px; background: linear-gradient(135deg, #f5fbff, #f1faf7); }
.contextual-links h2 { margin: 6px 0 10px; font-size: 27px; line-height: 1.3; }
.contextual-links p:not(.eyebrow) { margin: 0; color: #66758a; line-height: 1.7; }
.contextual-link-list { display: grid; gap: 10px; }
.contextual-link-list a { display: flex; justify-content: space-between; gap: 18px; align-items: center; padding: 17px 18px; color: #21334d; border: 1px solid #e0e7ef; border-radius: 13px; background: rgba(255,255,255,.9); transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease; }
.contextual-link-list a:hover { transform: translateY(-2px); border-color: #abc8ee; box-shadow: 0 10px 24px rgba(20,87,217,.08); }
.contextual-link-list strong { font-size: 15px; }
.contextual-link-list span { color: var(--blue); font-size: 12px; font-weight: 800; white-space: nowrap; }
.board-contextual { margin-top: 24px; }
.contextual-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; }
.contextual-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.post-link-grid article { overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: var(--shadow-sm); }
.post-link-grid img { display: block; width: 100%; aspect-ratio: 3 / 2; object-fit: cover; }
.post-link-grid article > div { padding: 19px; }
.post-link-grid time { color: #8793a3; font-size: 12px; }
.post-link-grid h3 { margin: 7px 0; font-size: 18px; line-height: 1.45; }
.post-link-grid h3 a { color: var(--ink); }
.post-link-grid p { margin: 0; color: var(--muted); font-size: 13px; }
.recent-stories { display: grid; grid-template-columns: minmax(260px, .72fr) minmax(0, 1.28fr); gap: 34px; margin-top: 20px; margin-bottom: 34px; padding: 34px; border: 1px solid #dce8f2; border-radius: 28px; background: linear-gradient(135deg, #f5fbff 0%, #f8fbff 46%, #f3faf7 100%); box-shadow: 0 24px 70px rgba(24, 61, 105, .08); }
.recent-stories-intro { display: flex; flex-direction: column; min-height: 100%; padding: 8px 12px 8px 6px; }
.recent-stories-kicker { display: inline-flex; align-items: center; gap: 9px; color: #087b61; font-size: 12px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.recent-stories-kicker i { width: 8px; height: 8px; border-radius: 50%; background: #11a37f; box-shadow: 0 0 0 5px rgba(17, 163, 127, .12); }
.recent-stories-intro h2 { margin: 18px 0 14px; color: #10213d; font-size: clamp(28px, 3vw, 42px); line-height: 1.2; letter-spacing: -.04em; }
.recent-stories-intro > p { max-width: 360px; margin: 0; color: #64748b; font-size: 15px; line-height: 1.75; }
.recent-stories-more { display: inline-flex; align-items: center; justify-content: space-between; gap: 20px; width: min(100%, 220px); margin-top: auto; padding-top: 28px; color: #1457d9; font-size: 14px; font-weight: 800; }
.recent-stories-arrow { display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid #cbdcf1; border-radius: 50%; background: rgba(255,255,255,.75); transition: transform .18s ease, background .18s ease; }
.recent-stories-more:hover .recent-stories-arrow { transform: translateX(3px); background: #fff; }
.recent-story-list { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
.recent-story-list li { min-width: 0; }
.recent-story-list a { display: grid; grid-template-columns: 42px minmax(0, 1fr) 38px; align-items: center; gap: 15px; min-height: 92px; padding: 17px 18px; border: 1px solid rgba(211, 224, 237, .9); border-radius: 17px; background: rgba(255,255,255,.9); color: var(--ink); box-shadow: 0 8px 24px rgba(31, 63, 104, .045); transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease; }
.recent-story-list a:hover { transform: translateY(-2px); border-color: #aac8ec; box-shadow: 0 14px 32px rgba(29, 80, 145, .1); }
.recent-story-number { color: #9aa9ba; font-size: 13px; font-weight: 800; letter-spacing: .06em; }
.recent-story-copy { min-width: 0; }
.recent-story-meta { display: flex; align-items: center; gap: 10px; margin-bottom: 7px; color: #8593a5; font-size: 11px; font-weight: 700; letter-spacing: .03em; }
.recent-story-meta span { color: #0a8769; text-transform: uppercase; }
.recent-story-meta time::before { content: ''; display: inline-block; width: 3px; height: 3px; margin: 0 9px 2px 0; border-radius: 50%; background: #b6c2cf; }
.recent-story-copy strong { display: block; overflow: hidden; color: #1b2c47; font-size: 17px; line-height: 1.45; text-overflow: ellipsis; white-space: nowrap; }
.recent-story-go { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 12px; background: #eef5ff; color: #1457d9; font-size: 17px; transition: background .18s ease, color .18s ease; }
.recent-story-list a:hover .recent-story-go { background: #1457d9; color: #fff; }
.sitemap-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.sitemap-grid article { padding: 28px; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: var(--shadow-sm); }
.sitemap-grid h2 { margin: 0 0 17px; font-size: 23px; }
.sitemap-grid ul { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; }
.sitemap-grid li { display: flex; justify-content: space-between; gap: 16px; padding: 11px 0; border-top: 1px solid #edf1f6; }
.sitemap-grid a { color: #29466e; font-weight: 700; }
.sitemap-grid a:hover { color: var(--blue); }
.sitemap-grid time { color: #8d98a7; font-size: 12px; white-space: nowrap; }
.sitemap-board { grid-column: 1 / -1; }
@media (max-width: 760px) {
  .contextual-links { grid-template-columns: 1fr; gap: 24px; padding: 24px 20px; }
  .contextual-link-list a { align-items: flex-start; flex-direction: column; gap: 5px; }
  .contextual-head { align-items: flex-start; flex-direction: column; }
  .contextual-grid, .sitemap-grid { grid-template-columns: 1fr; }
  .recent-stories { grid-template-columns: 1fr; gap: 24px; padding: 25px 20px; border-radius: 22px; }
  .recent-stories-intro { padding: 0; }
  .recent-stories-intro h2 br { display: none; }
  .recent-stories-more { margin-top: 20px; }
  .recent-story-list { grid-template-columns: 1fr; }
  .recent-story-list a { grid-template-columns: 32px minmax(0, 1fr) 34px; gap: 10px; min-height: 84px; padding: 14px 13px; }
  .recent-story-copy strong { font-size: 15px; }
  .recent-story-meta span { display: none; }
  .sitemap-board { grid-column: auto; }
}
