:root {
  color-scheme: light;
  font-family: "Euclid Circular B", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  color: #1c1c1e;
  background: #fff;
  line-height: 1.6;
}

* { box-sizing: border-box; }
body { margin: 0; min-height: 100vh; display: flex; flex-direction: column; }
a { color: #005bb4; text-underline-offset: 0.22em; }
a:hover { color: #003f80; }
a:focus-visible { outline: 2px solid #005bb4; outline-offset: 4px; border-radius: 2px; }
.site-header, .site-footer { background: #eef7fa; border-color: #d6e9ef; }
.site-header { border-bottom: 1px solid #d6e9ef; }
.header-inner { max-width: 1340px; margin: auto; padding: 0 24px; height: 88px; display: flex; align-items: center; justify-content: center; }
.brand { display: inline-flex; align-items: center; }
.brand img { display: block; height: 72px; width: auto; }
.legal-content { width: 100%; max-width: 860px; margin: 0 auto; padding: 36px 24px 64px; flex: 1; }
.back-link { display: inline-block; margin-bottom: 24px; font-size: 0.9375rem; }
h1 { margin: 0 0 8px; font-size: clamp(2rem, 5vw, 2.75rem); line-height: 1.12; letter-spacing: -0.02em; }
.updated { margin: 0 0 24px; color: #60676e; font-size: 0.875rem; }
.draft-note { padding: 16px 20px; margin: 0 0 28px; border-left: 3px solid #c65102; background: #fff7ed; font-size: 0.9375rem; }
.legal-content section { margin-top: 30px; }
h2 { margin: 0 0 10px; font-size: 1.375rem; line-height: 1.3; }
p, li { font-size: 1rem; }
p { margin: 0 0 16px; }
ul { margin: 0 0 16px; padding-left: 24px; }
li + li { margin-top: 8px; }
.placeholder { font-weight: 600; }
.site-footer { border-top: 1px solid #d6e9ef; }
.footer-inner { max-width: 1340px; margin: auto; padding: 28px 24px; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 16px; }
.footer-inner p { margin: 0; font-size: 0.875rem; color: #333; }
.footer-inner nav { display: flex; flex-wrap: wrap; gap: 12px 24px; font-size: 0.875rem; }
.footer-inner a { color: #333; }
.footer-inner a:hover { color: #005bb4; }
[aria-current="page"] { font-weight: 600; }

@media (max-width: 639px) {
  .header-inner { height: 80px; padding: 0 20px; justify-content: flex-start; }
  .brand img { height: 64px; }
  .legal-content { padding: 28px 20px 48px; }
  .footer-inner { align-items: flex-start; flex-direction: column; padding: 28px 20px; }
}

@media print {
  .site-header, .site-footer, .back-link { display: none; }
  .legal-content { max-width: none; padding: 0; }
  h2 { break-after: avoid; }
}
