/* Studio Dawn — Sitemap. Loads after system.css + site.css + content.css. */

.sun-mark.s1 { clip-path: inset(0 0 0 0); }
.sec-head { margin: 0 0 14px; }

.list { border-top: 1px solid var(--hair-strong); max-width: 640px; margin-bottom: clamp(48px,6vw,80px); }
.list a { display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid var(--hair); padding: 20px 0; text-decoration: none; font-size: clamp(18px,1.9vw,22px); font-weight: 600; letter-spacing: -0.01em; color: var(--umber); }
.list a:hover { color: var(--crimson); }
.list a span { font-family: var(--mono); font-size: 14px; color: var(--crimson); font-weight: 400; letter-spacing: 0; }
