/* Shared style for the Starga legal pages. Cream, on-brand, readable. */
:root { --cream: #f4f1e9; --ink: #1a2316; --forest: #1c2a1f; --green: #2f4a36; --sage: #5d7a4f; --text2: #4f5749; --line: #e0dccf; }
* { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: "Figtree", system-ui, sans-serif; background: var(--cream); color: var(--ink); -webkit-font-smoothing: antialiased; line-height: 1.65; }
a { color: var(--green); }
.bar { position: sticky; top: 0; background: rgba(244,241,233,.85); backdrop-filter: blur(12px); border-bottom: 1px solid var(--line); padding: 16px clamp(20px,5vw,40px); }
.brand { display: inline-flex; align-items: flex-start; gap: 3px; text-decoration: none; }
.brand .n { font-family: "Bricolage Grotesque", system-ui, sans-serif; font-size: 24px; font-weight: 700; color: var(--ink); letter-spacing: -.02em; }
.brand .s { color: var(--sage); font-size: 11px; margin-top: 4px; }
.doc { max-width: 760px; margin: 0 auto; padding: clamp(36px,7vh,72px) clamp(20px,5vw,40px) 80px; }
.doc h1 { font-family: "Bricolage Grotesque", system-ui, sans-serif; font-weight: 600; font-size: clamp(32px,5vw,46px); letter-spacing: -.02em; margin-bottom: 8px; }
.doc .updated { color: var(--text2); font-size: 14px; margin-bottom: 40px; }
.doc h2 { font-family: "Bricolage Grotesque", system-ui, sans-serif; font-weight: 600; font-size: 22px; margin: 36px 0 12px; }
.doc p { color: var(--text2); margin-bottom: 14px; max-width: 68ch; }
.doc ul { color: var(--text2); margin: 0 0 14px 22px; }
.doc li { margin-bottom: 8px; }
.doc .back { display: inline-block; margin-top: 40px; font-weight: 600; text-decoration: none; }
