.legal-page { max-width: 760px; margin: 0 auto; padding: 60px 22px 100px; background: #1a1612; color: #c8c0b1; font-size: 15.5px; line-height: 1.7; }
.legal-page .legal-brand { font-family: 'Fraunces', Georgia, serif; font-weight: 600; font-size: 21px; color: #f8f4e9; margin-bottom: 6px; }
.legal-page .legal-brand .dot { color: #6FAA63; }
.legal-page .legal-back { display: inline-block; color: #6FAA63; font-size: 13px; margin-bottom: 32px; text-decoration: none; }
.legal-page .legal-back:hover { color: #82bd76; }
.legal-page h1 { font-family: 'Fraunces', Georgia, serif; font-weight: 500; font-size: clamp(32px, 5vw, 44px); letter-spacing: -0.025em; color: #f8f4e9; margin: 8px 0 8px; }
.legal-page .legal-meta { font-size: 12px; color: #968d7c; letter-spacing: 0.06em; text-transform: uppercase; margin-bottom: 36px; }
.legal-page h2 { font-family: 'Fraunces', Georgia, serif; font-weight: 500; font-size: 22px; color: #f0ebe1; margin: 32px 0 12px; letter-spacing: -0.01em; }
.legal-page h3 { font-size: 15px; font-weight: 700; color: #d6cdb9; margin: 22px 0 8px; letter-spacing: 0.01em; }
.legal-page p, .legal-page li { margin: 0 0 12px; }
.legal-page strong { color: #f0ebe1; }
.legal-page a { color: #82bd76; text-decoration: underline; text-underline-offset: 3px; }
.legal-page a:hover { color: #f0ebe1; }
.legal-page ul { padding-left: 22px; }
.legal-page ul li { list-style: none; position: relative; padding-left: 14px; }
.legal-page ul li::before { content: "—"; position: absolute; left: 0; color: #6FAA63; }
.legal-page code { font-family: 'JetBrains Mono', monospace; font-size: 13px; background: rgba(255,255,255,0.05); padding: 2px 6px; border-radius: 4px; color: #d6cdb9; }
