:root { --ink: #111; --line: #dcdcdc; --paper: #fff; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "DM Sans", Arial, sans-serif; font-size: 14px; }
a { color: inherit; text-decoration: none; }
.site-header { display: flex; justify-content: space-between; align-items: center; text-transform: uppercase; font-size: 16px; font-weight: 600; letter-spacing: -.03em; }
.signature { text-transform: none; }
.site-nav { display: flex; align-items: center; gap: clamp(18px, 3vw, 44px); font-size: inherit; }
.site-nav a.is-current { text-decoration: underline; text-underline-offset: 4px; }
.language { border: 0; padding: 0; background: transparent; color: inherit; font: inherit; cursor: pointer; }
@media (max-width: 620px) { .site-header { align-items: start; font-size: 12px; }.site-nav { max-width: 250px; justify-content: end; gap: 8px 14px; flex-wrap: wrap; font-size: inherit; } }
