:root { --ink:#11120f; --paper:#f5f4ef; --line:#d9dad3; --muted:#696b63; --acid:#d8ff43; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Arial, "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif; }
a { color: inherit; }
.legal-topbar { min-height: 84px; padding: 0 5vw; border-bottom: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; gap: 20px; background: rgba(245,244,239,.96); }
.legal-brand { display: flex; align-items: center; gap: 11px; text-decoration: none; font-size: 19px; font-weight: 900; letter-spacing: -.05em; }
.legal-mark { display: flex; align-items: end; gap: 3px; height: 25px; }
.legal-mark i { width: 7px; background: var(--ink); transform: skew(-8deg); }
.legal-mark i:nth-child(1) { height: 14px; }
.legal-mark i:nth-child(2) { height: 24px; }
.legal-mark i:nth-child(3) { height: 20px; }
.legal-topbar nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 18px; font-size: 10px; font-weight: 700; }
.legal-topbar nav a { text-decoration: none; }
.legal-main { width: min(920px, calc(100% - 40px)); margin: 0 auto; padding: 80px 0 110px; }
.legal-kicker { display: block; margin-bottom: 16px; color: #777970; font-size: 9px; font-weight: 800; letter-spacing: .2em; }
.legal-main h1 { margin: 0; font-size: clamp(38px,7vw,70px); letter-spacing: -.07em; line-height: .98; }
.legal-intro { max-width: 690px; margin: 25px 0 55px; color: var(--muted); font-size: 13px; line-height: 2; }
.legal-section { padding: 30px 0; border-top: 1px solid var(--line); }
.legal-section h2 { margin: 0 0 15px; font-size: 20px; letter-spacing: -.04em; }
.legal-section h3 { margin: 22px 0 8px; font-size: 14px; }
.legal-section p, .legal-section li { color: #55574f; font-size: 12px; line-height: 2; }
.legal-section ul, .legal-section ol { margin: 10px 0; padding-left: 22px; }
.legal-table { width: 100%; border-collapse: collapse; background: white; }
.legal-table th, .legal-table td { padding: 16px 18px; border: 1px solid var(--line); vertical-align: top; font-size: 12px; line-height: 1.8; text-align: left; }
.legal-table th { width: 28%; background: #ecece6; }
.legal-date { margin-top: 40px; color: #85877f; font-size: 10px; }
.legal-footer { padding: 40px 5vw; background: var(--ink); color: white; display: flex; justify-content: space-between; align-items: center; gap: 25px; }
.legal-footer div { display: flex; flex-wrap: wrap; gap: 16px; }
.legal-footer a, .legal-footer span { color: #aeb0a8; font-size: 9px; }
@media (max-width:700px) {
  .legal-topbar { padding: 20px; align-items: flex-start; flex-direction: column; }
  .legal-topbar nav { justify-content: flex-start; gap: 12px; }
  .legal-main { padding: 55px 0 80px; }
  .legal-table, .legal-table tbody, .legal-table tr, .legal-table th, .legal-table td { display: block; width: 100%; }
  .legal-table tr { border: 1px solid var(--line); border-bottom: 0; }
  .legal-table th, .legal-table td { border: 0; border-bottom: 1px solid var(--line); }
  .legal-footer { align-items: flex-start; flex-direction: column; }
}
