:root{--ink:#2b2230;--muted:#746a72;--green:#71445d;--sage:#eadde3;--cream:#f5efed;--paper:#fcfaf8;--line:#e6ddda}*{box-sizing:border-box}body{margin:0;color:var(--ink);background:var(--cream);font-family:"DM Sans",system-ui,sans-serif}.legal-topbar{display:flex;align-items:center;justify-content:space-between;padding:20px clamp(22px,6vw,72px);background:var(--paper);border-bottom:1px solid var(--line)}.legal-brand{display:flex;align-items:center;gap:10px;color:var(--ink);font:700 22px "Playfair Display",serif;text-decoration:none}.legal-mark{display:grid;place-items:center;width:34px;height:34px;color:white;background:var(--green);border-radius:50%;font:700 17px "DM Sans"}.legal-logo{width:38px;height:38px;filter:drop-shadow(0 6px 9px rgba(75,42,61,.14))}.legal-nav{display:flex;gap:20px}.legal-nav a{color:var(--green);font-weight:700;text-decoration:none}.legal-page{width:min(900px,calc(100% - 36px));margin:48px auto 80px;padding:clamp(26px,6vw,64px);background:var(--paper);border:1px solid var(--line);border-radius:28px}.legal-page h1,.legal-page h2{font-family:"Playfair Display",serif}.legal-page h1{margin:10px 0 12px;font-size:clamp(40px,7vw,68px);line-height:1}.legal-page h2{margin-top:38px;font-size:26px}.legal-page h3{margin-top:24px}.legal-page p,.legal-page li{color:#625760;line-height:1.75}.legal-page li+li{margin-top:8px}.legal-meta,.legal-note{color:var(--muted);font-size:14px}.legal-note{margin:28px 0;padding:18px;background:var(--sage);border-radius:14px}.legal-page a{color:var(--green)}.legal-contact{padding:22px;background:var(--sage);border-radius:16px}.legal-footer{text-align:center;padding:0 20px 45px;color:var(--muted);font-size:13px}@media(max-width:600px){.legal-topbar{align-items:flex-start;gap:16px}.legal-nav{flex-direction:column;gap:8px}.legal-page{margin-top:24px}}
