.site-map-page { background: #fff; }
.site-map-hero { padding: 72px max(24px, calc((100vw - 1120px) / 2)); color: white; background: linear-gradient(118deg, var(--navy) 0%, #155583 72%, var(--blue-dark) 125%); }
.site-map-hero > div { max-width: 820px; }
.site-map-hero h1 { margin-bottom: 14px; font-size: clamp(2.8rem, 6vw, 5rem); }
.site-map-hero p:not(.eyebrow) { max-width: 760px; margin-bottom: 18px; color: #d9e8f3; font-size: 1.04rem; }
.site-map-hero span { padding: 7px 11px; border: 1px solid rgba(255,255,255,.28); border-radius: 30px; color: white; background: rgba(255,255,255,.08); font-size: .72rem; font-weight: 800; }
.site-map-shell { width: min(1120px, calc(100% - 40px)); margin: auto; padding: 64px 0 82px; }
.site-map-heading { display: grid; grid-template-columns: 1fr .8fr; align-items: end; gap: 36px; }
.site-map-heading h2 { margin-bottom: 0; color: var(--navy); font-size: clamp(2rem, 4vw, 3.2rem); }
.site-map-heading > p { margin: 0; color: var(--muted); }
.site-map-search { max-width: 760px; min-height: 58px; margin-top: 30px; padding: 0 17px; border: 1px solid #aabdc9; border-radius: 8px; background: white; display: flex; align-items: center; gap: 11px; box-shadow: 0 8px 24px rgba(5,44,75,.06); }
.site-map-search:focus-within { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(8,119,185,.12); }
.site-map-search svg { width: 21px; flex: 0 0 auto; color: var(--blue-dark); }
.site-map-search input { width: 100%; min-width: 0; border: 0; outline: 0; color: var(--ink); background: transparent; font-size: 1rem; }
.site-map-status { margin: 10px 0 0; color: var(--muted); font-size: .74rem; }
.site-map-directory { margin-top: 42px; display: grid; gap: 42px; }
.site-map-section { padding-top: 28px; border-top: 1px solid var(--line); }
.site-map-section h2 { margin-bottom: 18px; color: var(--navy); display: flex; align-items: center; gap: 10px; font-size: 1.35rem; }
.site-map-section h2 span { min-width: 30px; height: 25px; padding: 0 8px; border-radius: 20px; color: var(--navy); background: var(--yellow); display: inline-flex; align-items: center; justify-content: center; font-family: Inter, sans-serif; font-size: .7rem; }
.site-map-list { margin: 0; padding: 0; list-style: none; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 9px; }
.site-map-list a { min-height: 74px; padding: 13px 14px; border: 1px solid var(--line); border-radius: 7px; color: var(--navy); background: #fff; display: flex; flex-direction: column; justify-content: center; text-decoration: none; }
.site-map-list a:hover { border-color: var(--blue); background: var(--soft); }
.site-map-list strong { font-size: .78rem; line-height: 1.35; }
.site-map-list small { margin-top: 5px; color: var(--muted); font-size: .62rem; overflow-wrap: anywhere; }
.site-map-empty { margin: 0; padding: 26px; border: 1px solid var(--line); border-radius: 8px; color: var(--muted); background: var(--soft); text-align: center; }
.site-map-footer > p:last-child { color: #cbd8e5; }

@media (max-width: 900px) {
  .site-map-heading { grid-template-columns: 1fr; gap: 12px; }
  .site-map-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 620px) {
  .site-map-hero { padding: 52px 18px; }
  .site-map-shell { width: calc(100% - 36px); padding: 50px 0 62px; }
  .site-map-list { grid-template-columns: 1fr; }
}
