/* Shared styling for the plain subpages (privacy, cookies). */
html { scroll-behavior: smooth; }
body { margin: 0; background: #FFFFFF; color: #2A2D34; font-family: Inter, system-ui, sans-serif; -webkit-font-smoothing: antialiased; }
a { color: #8A5522; text-decoration: none; }
a:hover { text-decoration: underline; text-underline-offset: 3px; }
:where(a,button):focus-visible { outline: 2px solid #B87333; outline-offset: 3px; }
.top { background: #101114; }
.top-inner { max-width: 760px; margin: 0 auto; padding: 24px clamp(24px,5vw,48px); display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.top img { display: block; height: 20px; width: auto; }
.top a { color: #B9BEC7; font-size: 13px; font-weight: 500; }
.top a:hover { color: #FFFFFF; }
main { max-width: 760px; margin: 0 auto; padding: 72px clamp(24px,5vw,48px) 96px; }
.label { font-size: 12px; font-weight: 500; letter-spacing: 0.22em; text-transform: uppercase; color: #5F6570; }
h1 { margin: 24px 0 0; max-width: 20ch; font-size: clamp(34px,4.4vw,56px); line-height: 1.1; letter-spacing: -0.03em; font-weight: 600; color: #101114; }
.lead { margin: 24px 0 0; max-width: 60ch; font-size: 17px; line-height: 1.6; color: #5F6570; }
h2 { margin: 56px 0 0; font-size: 22px; line-height: 1.25; letter-spacing: -0.02em; font-weight: 600; color: #101114; }
p, li { max-width: 68ch; font-size: 16px; line-height: 1.65; color: #2A2D34; }
p { margin: 16px 0 0; }
ul { margin: 16px 0 0; padding-left: 20px; }
li { margin: 8px 0 0; }
table { width: 100%; margin: 20px 0 0; border-collapse: collapse; font-size: 14px; line-height: 1.5; }
th, td { padding: 12px 12px 12px 0; text-align: left; vertical-align: top; border-bottom: 1px solid #E1E3E8; }
th { font-weight: 500; color: #101114; }
td { color: #2A2D34; }
.mono { font-family: "JetBrains Mono", ui-monospace, monospace; font-size: 13px; }
.meta { margin-top: 56px; padding-top: 24px; border-top: 1px solid #E1E3E8; font-size: 13px; color: #5F6570; }
footer { background: #101114; color: #B9BEC7; }
.foot-inner { max-width: 760px; margin: 0 auto; padding: 40px clamp(24px,5vw,48px); display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 12px 32px; font-size: 14px; }
footer a { color: #B9BEC7; }
footer nav { display: flex; flex-wrap: wrap; gap: 12px 24px; }
@media (max-width: 600px) {
  table, thead, tbody, tr, th, td { display: block; }
  thead { display: none; }
  td { padding: 4px 0; border: 0; }
  tr { padding: 12px 0; border-bottom: 1px solid #E1E3E8; }
  td::before { content: attr(data-label); display: block; font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: #5F6570; margin-bottom: 2px; }
}
