/* Human-readable sitemap */
.html-sitemap-page { min-height: 60vh; background: #f8f7f2; color: var(--ink); }
.html-sitemap-hero { padding: clamp(120px, 15vw, 205px) 0 clamp(56px, 7vw, 92px); background: linear-gradient(110deg, #060606 0%, #171717 100%); color: #fff; }
.html-sitemap-hero .wrap { max-width: 1470px; }
.html-sitemap-hero .eyebrow { margin: 0 0 13px; }
.html-sitemap-hero h1 { margin: 0; font: 900 clamp(4rem, 8vw, 8.2rem)/.84 var(--display); letter-spacing: -.025em; text-transform: uppercase; }
.html-sitemap-hero p:last-child { max-width: 620px; margin: 18px 0 0; font-size: clamp(1.08rem, 1.45vw, 1.45rem); line-height: 1.35; }
.html-sitemap-content { padding-top: clamp(48px, 6vw, 92px); padding-bottom: clamp(60px, 8vw, 115px); }
.html-sitemap-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(28px, 5vw, 82px); }
.html-sitemap-list { padding: 0 0 20px; }
.html-sitemap-list h2 { margin: 0 0 20px; font: 900 clamp(2.7rem, 4.6vw, 5rem)/.86 var(--display); letter-spacing: -.025em; text-transform: uppercase; }
.html-sitemap-list ul { margin: 0; padding: 0; border-top: 1px solid #aeb3c0; list-style: none; }
.html-sitemap-list li { border-bottom: 1px solid #aeb3c0; }
.html-sitemap-list a { display: flex; align-items: center; justify-content: space-between; gap: 22px; padding: 16px 3px; color: inherit; font: 700 clamp(1.05rem, 1.45vw, 1.45rem)/1.15 var(--body); text-decoration: none; }
.html-sitemap-list a span { color: var(--red); font-size: 1.25em; transition: transform .2s ease; }
.html-sitemap-list a:hover { color: var(--red); }
.html-sitemap-list a:hover span { transform: translateX(5px); }
@media (max-width: 700px) { .html-sitemap-grid { grid-template-columns: 1fr; gap: 42px; } }
