:root {
  color: #13263f;
  background: #f7f3eb;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
  font-synthesis: none;
  --deep: #13263f;
  --muted: #65707b;
  --green: #43683e;
  --line: #d7dad5;
  --cream: #f7f3eb;
  --panel: #f1ede5;
}

* { box-sizing: border-box; }
html { background: var(--cream); }
body { margin: 0; min-width: 320px; background: var(--cream); color: var(--deep); }
a { color: inherit; text-underline-offset: .18em; text-decoration-color: rgb(19 38 63 / .28); }
a:hover { text-decoration-color: currentColor; }
.skip { position: absolute; left: -9999px; }
.skip:focus { left: 1rem; top: 1rem; z-index: 100; background: var(--deep); color: #eef7ee; padding: .7rem 1rem; text-decoration: none; }
.site-header { position: sticky; top: 0; z-index: 20; border-bottom: 1px solid var(--line); background: rgb(247 243 235 / .96); }
.nav { width: min(1240px, calc(100% - 2.5rem)); min-height: 4.25rem; margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: inline-flex; min-height: 2.75rem; align-items: center; gap: .55rem; color: var(--deep); text-decoration: none; }
.brand img { width: 2.1rem; height: 1.5rem; object-fit: contain; }
.brand span { font-size: 1rem; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.nav-links { display: flex; flex-wrap: wrap; align-items: center; gap: 1.5rem; }
.nav-links a { min-height: 2.75rem; display: inline-flex; align-items: center; border-bottom: 1px solid transparent; color: var(--muted); text-decoration: none; font-size: .82rem; font-weight: 600; }
.nav-links a:hover { border-bottom-color: var(--line); color: var(--deep); }
main { width: min(1240px, calc(100% - 2.5rem)); margin: 0 auto; }
.legal-card { width: min(760px, 100%); margin: 0 auto; padding: clamp(4.5rem, 9vw, 8rem) 0 clamp(5rem, 10vw, 8.5rem); }
h1, h2 { font-family: ui-serif, Georgia, Cambria, "Times New Roman", serif; font-weight: 500; letter-spacing: -.035em; }
h1 { margin: 0 0 .9rem; color: var(--deep); font-size: clamp(2.8rem, 7vw, 5rem); line-height: .98; }
h2 { margin: 3rem 0 .75rem; padding-top: 1rem; border-top: 1px solid var(--line); color: var(--deep); font-size: clamp(1.35rem, 2vw, 1.65rem); line-height: 1.15; }
p, li { color: var(--muted); line-height: 1.75; }
li + li { margin-top: .45rem; }
strong { color: var(--deep); }
.updated { margin: 0 0 2.75rem; color: var(--muted); font-size: .78rem; font-weight: 600; letter-spacing: .04em; text-transform: uppercase; }
.notice { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: transparent; padding: 1rem 0; color: var(--deep); }
footer { border-top: 1px solid var(--line); padding: 1.5rem 1.25rem 2rem; text-align: center; color: var(--muted); font-size: .8rem; }
.footer-links { display: flex; justify-content: center; flex-wrap: wrap; gap: 1.25rem; margin-bottom: .65rem; }
.footer-links a { color: var(--muted); text-decoration: none; }
.footer-links a:hover { color: var(--deep); }
:focus-visible { outline: 2px solid var(--green); outline-offset: 3px; }

@media (max-width: 700px) {
  .nav { width: min(100% - 2rem, 1240px); min-height: auto; align-items: flex-start; flex-direction: column; gap: .25rem; padding: .75rem 0 .4rem; }
  .nav-links { width: 100%; gap: .2rem 1.1rem; overflow-x: auto; flex-wrap: nowrap; }
  main { width: min(100% - 2rem, 1240px); }
  .legal-card { padding-top: 3.5rem; }
}
