/* 06-components/_site-footer.css — .c-site-footer: the module links again, Frågor, Kontakt, Integritet,
   and the wordmark with the year. A rule above, the page ground behind; no company details until the
   company exists. */
.c-site-footer { margin-top: var(--space-3xl); border-top: var(--stroke) solid var(--rule); background: var(--surface); }
.c-site-footer__inner { display: flex; flex-wrap: wrap; align-items: flex-start; justify-content: space-between; gap: var(--space-lg) var(--space-xl); width: 100%; max-width: var(--measure-site); margin-inline: auto; padding: var(--space-xl) var(--gutter-page); }
.c-site-footer__nav { display: flex; flex-wrap: wrap; gap: var(--space-xs) var(--space-lg); }
.c-site-footer__link { color: var(--ink-muted); text-decoration: none; font-size: var(--text-md); }
.c-site-footer__link:hover { color: var(--ink); text-decoration: underline; }
.c-site-footer__brand { display: flex; align-items: center; gap: var(--space-sm); font-family: var(--font-mono); font-size: var(--text-xs); letter-spacing: var(--tracking-eyebrow); text-transform: uppercase; color: var(--ink-faint); }
.c-site-footer__brand .c-topbar__mark { width: 1.25rem; height: 1.25rem; }
@media (pointer: coarse) { .c-site-footer__link { display: inline-flex; align-items: center; min-height: var(--height-control); } }
