:root { color-scheme: light; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
* { box-sizing: border-box; }
body.legal-page { margin: 0; color: #173a30; background: #f1eee6; }
.legal-shell { width: min(860px, calc(100% - 40px)); margin: 0 auto; padding: 42px 0 72px; }
.legal-hero { margin-bottom: 24px; }
.legal-back { display: inline-block; margin-bottom: 30px; color: #52695f; text-decoration: none; font-size: .82rem; font-weight: 700; }
.legal-back:hover { text-decoration: underline; }
.legal-hero > p { margin: 0 0 8px; color: #87604b; font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.legal-hero h1 { margin: 0; font: 600 clamp(2rem, 4vw, 3rem)/1.08 Georgia, "Times New Roman", serif; letter-spacing: -.025em; }
.legal-summary { margin-top: 14px; max-width: 680px; color: #586b63; font-size: .98rem; line-height: 1.65; }
.legal-content { padding: clamp(28px, 5vw, 52px); background: #fffdf8; border: 1px solid #ddd7ca; border-top: 3px solid #c9a556; box-shadow: 0 10px 30px rgba(22,58,47,.06); font: .98rem/1.75 Inter, sans-serif; }
.legal-content h2 { margin: 2em 0 .55em; color: #173a30; font: 600 clamp(1.25rem, 2.5vw, 1.55rem)/1.25 Georgia, serif; }
.legal-content h2:first-child { margin-top: 0; }
.legal-content h3, .legal-content h4 { margin: 2em 0 .55em; font-family: Georgia, serif; }
.legal-content p { margin: 0 0 1.3em; color: #42574e; }
.legal-content li { margin-bottom: .5em; color: #42574e; }
.legal-content footer { margin-top: 42px; padding-top: 16px; border-top: 1px solid #d8d0c1; color: #7b887f; font-size: .72rem; }
.legal-footer { padding: 24px max(18px, calc((100% - 1180px) / 2)); display: flex; justify-content: space-between; gap: 24px; color: rgba(255,255,255,.64); background: #10382d; font-size: .72rem; }
.legal-footer nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px 24px; }
.legal-footer a { color: inherit; text-decoration: none; }
.legal-footer a:hover { color: #fff; text-decoration: underline; }
@media (max-width: 800px) { .legal-shell { padding-top: 30px; } .legal-content { padding: 30px 24px; } }
@media (max-width: 620px) { .legal-footer { flex-direction: column; } .legal-footer nav { justify-content: flex-start; } }
