﻿body { margin:0; background:#F7F6F2; font-family:'Public Sans',system-ui,sans-serif; -webkit-font-smoothing:antialiased; color:#12171B; }
a { color:#14324A; }
a:hover { color:#4A7C6F; }
:focus-visible { outline:2px solid #14324A; outline-offset:3px; }
@media (prefers-reduced-motion: reduce) { * { transition:none !important; animation:none !important; } }
[hidden] { display: none !important; }
[data-lang-switch] { cursor: pointer; }
[data-lang-switch][aria-pressed="true"] {
  background: #14324A !important;
  color: #F7F6F2 !important;
}
[data-lang-switch][aria-pressed="false"] {
  background: transparent !important;
  color: #6E7A80 !important;
}
@media (max-width: 640px) {
  header > div { align-items: flex-start !important; }
  header nav {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: 100%;
    gap: 4px !important;
  }
  header nav a,
  header nav button {
    width: 100%;
    margin-left: 0 !important;
    padding: 7px 6px !important;
    text-align: center;
    justify-content: center;
  }
}
@media print {
  header { position: static !important; }
  [data-lang-switch] { display: none !important; }
}
