:root {
  color-scheme: light;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #222722;
  background: #f8f9f6;
}

* { box-sizing: border-box; }

body { margin: 0; }

a { color: #38513c; text-underline-offset: 3px; }
a:hover { color: #1b3020; }
a:focus-visible { outline: 3px solid #83a78a; outline-offset: 3px; }

.site-header, .site-footer, main {
  width: min(100% - 40px, 760px);
  margin-inline: auto;
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-block: 26px;
}

.brand { display: inline-block; text-decoration: none; }
.brand img { display: block; width: 96px; height: auto; }
.site-header nav, .site-footer { display: flex; flex-wrap: wrap; gap: 16px; }
.site-header nav a, .site-footer a { font-size: 13px; }

main { padding-block: 38px 76px; }
h1 { margin: 0; font-size: clamp(32px, 7vw, 48px); letter-spacing: -1.5px; }
.intro { margin: 12px 0 0; color: #687268; line-height: 1.6; }
.language-links { display: flex; gap: 18px; margin-top: 28px; font-size: 14px; }

.document {
  margin-top: 34px;
  padding: clamp(24px, 5vw, 44px);
  border: 1px solid #e5e9e2;
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 22px 70px #2330260d;
}

.document + .document { margin-top: 24px; }
.document h2 { margin: 0 0 24px; font-size: 26px; letter-spacing: -.5px; }
.document h3 { margin: 30px 0 8px; font-size: 17px; }
.document p, .document li { font-size: 15px; line-height: 1.7; }
.document p { margin: 0 0 14px; }
.document ul { margin: 0 0 14px; padding-left: 23px; }
.document .updated { color: #687268; font-size: 13px; }
.document .contact-link { font-weight: 650; overflow-wrap: anywhere; }

.site-footer {
  padding-block: 24px 36px;
  border-top: 1px solid #dfe5dc;
  color: #687268;
  font-size: 13px;
}

@media (max-width: 480px) {
  .site-header { align-items: flex-start; }
  .site-header nav { justify-content: flex-end; }
}
