:root {
  color: #13271f;
  background: #f4f6ef;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
}

* { box-sizing: border-box; }
body { margin: 0; background: #f4f6ef; color: #50645a; line-height: 1.7; }
a { color: #527e2d; }
.legal-header, .legal-main, .legal-footer { width: min(840px, calc(100% - 40px)); margin: 0 auto; }
.legal-header { display: flex; justify-content: space-between; align-items: center; padding: 28px 0; border-bottom: 1px solid #c6d2c8; }
.legal-brand { color: #13271f; font-weight: 800; letter-spacing: -.04em; word-spacing: .08em; text-decoration: none; font-size: 1.3rem; }
.legal-brand strong { color: #5f941c; }
.legal-header nav { display: flex; gap: 18px; }
.legal-header nav a { color: #42594e; text-decoration: none; font-size: .9rem; }
.legal-main { padding: 72px 0 80px; }
.eyebrow { color: #527e2d; font-size: .75rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
h1, h2 { color: #13271f; letter-spacing: -.035em; line-height: 1.15; }
h1 { margin: 16px 0 12px; font-size: clamp(2.5rem, 7vw, 4.8rem); }
h2 { margin-top: 44px; font-size: 1.45rem; }
.updated { margin-bottom: 48px; color: #6a7c73; }
li + li { margin-top: 9px; }
.notice { margin: 32px 0; padding: 18px 20px; border: 1px solid #bdcbbf; background: #e7eee3; }
.legal-footer { display: flex; justify-content: space-between; gap: 20px; padding: 26px 0 40px; border-top: 1px solid #c6d2c8; font-size: .85rem; }
@media (max-width: 600px) { .legal-header, .legal-footer { align-items: flex-start; flex-direction: column; } .legal-main { padding-top: 48px; } }
