/* Shared by the XML stylesheet and the server-rendered site map. */
.sitemap-container { max-width: 1240px; }
.sitemap-topbar { border-bottom: 1px solid var(--line); background: var(--white); }
.sitemap-topbar > .container { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 18px; padding-block: 20px; }
.sitemap-topbar .text-link { font-size: 13px; }
.sitemap-xml-heading { padding-block: 48px; margin-bottom: 40px; background: var(--brand-soft); border-bottom: 1px solid var(--brand-border); }
.sitemap-xml-heading .container { display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.sitemap-xml-heading h1 { margin: 0 0 14px; font-size: var(--title-page); }
.sitemap-xml-heading p:last-child { margin: 0; max-width: 700px; color: var(--muted); font-size: 16px; }
.sitemap-hero-icon { flex-shrink: 0; color: var(--brand); font-size: 54px; opacity: .4; }
.sitemap-stats { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin-bottom: 44px; }
.sitemap-stats > div { display: flex; align-items: center; gap: 16px; padding: 23px; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--white); }
.sitemap-stat-icon { display: grid; place-items: center; width: 46px; height: 46px; flex-shrink: 0; border-radius: 13px; color: var(--brand); background: var(--brand-soft); font-size: 19px; }
.sitemap-stats p { margin: 0; }
.sitemap-stats strong { display: block; font-size: 27px; font-weight: 650; line-height: 1.25; color: var(--ink); }
.sitemap-stats p > span { display: block; margin-top: 5px; color: var(--muted); font-size: 12px; }
.sitemap-list-heading { display: flex; align-items: flex-end; justify-content: space-between; flex-wrap: wrap; gap: 20px; margin-bottom: 24px; }
.sitemap-list-heading .eyebrow { margin-bottom: 10px; }
.sitemap-list-heading h2 { margin: 0; font-size: 26px; }
.sitemap-list-heading > .text-link { font-size: 13px; }
.sitemap-links { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
.sitemap-entry { display: flex; align-items: center; gap: 18px; padding: 19px 22px; border: 1px solid var(--line); border-radius: 12px; background: var(--white); transition: border-color .18s ease, background .18s ease; }
.sitemap-entry:hover { border-color: var(--brand-border); background: var(--brand-section); }
.sitemap-entry-icon { display: grid; place-items: center; width: 36px; height: 36px; flex-shrink: 0; color: var(--brand); background: var(--brand-soft); border-radius: 10px; font-size: 14px; }
.sitemap-entry-copy { flex: 1; min-width: 0; overflow-wrap: anywhere; }
.sitemap-entry-copy strong { display: block; color: var(--ink); font-size: 15px; font-weight: 600; line-height: 1.55; }
.sitemap-entry-copy strong::first-letter { text-transform: uppercase; }
.sitemap-entry-copy > span { display: block; margin-top: 4px; color: var(--muted); font-size: 12px; line-height: 1.6; }
.sitemap-category { padding: 4px 10px; flex-shrink: 0; background: var(--brand-soft); color: var(--text); border-radius: 30px; font-size: 11px; }
.sitemap-entry-arrow { color: var(--brand); flex-shrink: 0; font-size: 12px; }
.sitemap-note { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; margin-top: 24px; padding: 18px 20px; border-radius: 12px; background: var(--surface); color: var(--muted); font-size: 12px; }
.sitemap-note > i, .sitemap-note a i { color: var(--brand); }
.sitemap-note p { margin: 0; flex: 1; }
.sitemap-note a { display: inline-flex; align-items: center; gap: 9px; padding: 7px 0; color: var(--ink); }
.sitemap-xml-footer { border-top: 1px solid var(--line); padding: 28px 0; background: var(--surface); }
.sitemap-xml-footer .container { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 15px; }
.sitemap-xml-footer p { margin: 0; color: var(--muted); font-size: 12px; }
.sitemap-xml-footer a { font-size: 12px; }
@media (max-width: 767.98px) {
    .sitemap-stats { gap: 12px; }
    .sitemap-stats > div { flex-direction: column; align-items: flex-start; gap: 12px; padding: 18px; }
    .sitemap-stats strong { font-size: 24px; }
    .sitemap-entry { gap: 12px; padding: 17px; }
    .sitemap-category { display: none; }
}
@media (max-width: 479.98px) {
    .sitemap-topbar .brand-crop { width: 250px; }
    .sitemap-topbar .brand-crop img { max-width: none; }
    .sitemap-xml-heading { padding-block: 32px; }
    .sitemap-hero-icon { display: none; }
    .sitemap-stats { gap: 8px; margin-bottom: 32px; }
    .sitemap-stats > div { padding: 14px 10px; }
    .sitemap-stat-icon { width: 34px; height: 34px; font-size: 15px; border-radius: 10px; }
    .sitemap-stats p > span { font-size: 11px; }
    .sitemap-entry-icon { display: none; }
    .sitemap-entry-copy strong { font-size: 14px; }
    .sitemap-entry-arrow { display: none; }
    .sitemap-note p { flex-basis: calc(100% - 40px); }
}
@media (prefers-reduced-motion: reduce) { .sitemap-entry { transition: none; } }
@media print {
    .sitemap-topbar, .sitemap-xml-footer, .sitemap-note, .sitemap-list-heading > a { display: none; }
    .sitemap-entry { break-inside: avoid; }
}
