/* The Commitment — legal pages stylesheet (terms / privacy, EN+AR) */
:root {
      --earth-deep:#1a1f14; --earth-dark:#2c3320; --earth-mid:#4a5c35; --earth-sage:#7a8c5e;
      --earth-mist:#d4dcc8; --earth-cream:#f2ede4; --earth-ivory:#faf8f3;
      --gold-warm:#c9a84c; --gold-light:#e4c97e;
      --text-primary:#1a1f14; --text-muted:#5a6650;
      --font-display:'Cormorant Garamond',Georgia,serif;
      --font-heading:'Playfair Display',Georgia,serif;
      --font-body:'DM Sans',sans-serif;
    }
    * { box-sizing:border-box; margin:0; padding:0; }
    html { scroll-behavior:smooth; }
    body { font-family:var(--font-body); color:var(--text-primary); background:var(--earth-ivory); line-height:1.7; -webkit-font-smoothing:antialiased; }

    /* Header */
    .legal-header { position:sticky; top:0; z-index:50; background:rgba(250,248,243,0.92); backdrop-filter:blur(10px); border-bottom:1px solid var(--earth-mist); }
    .legal-header .wrap { max-width:960px; margin:0 auto; padding:1rem 1.5rem; display:flex; align-items:center; justify-content:space-between; gap:1rem; }
    .logo { display:inline-flex; align-items:center; gap:.6rem; text-decoration:none; color:var(--earth-deep); font-family:var(--font-display); font-size:1.35rem; font-weight:500; letter-spacing:.01em; }
    .logo-mark { width:1.7rem; height:1.7rem; }
    .logo .dot { color:var(--gold-warm); }
    .header-actions { display:flex; align-items:center; gap:1.25rem; }
    .header-actions a { text-decoration:none; color:var(--text-muted); font-size:.82rem; letter-spacing:.04em; transition:color .25s; }
    .header-actions a:hover { color:var(--gold-warm); }
    .back-link { text-transform:uppercase; }

    /* Hero band */
    .legal-hero { background:var(--earth-deep); color:var(--earth-cream); padding:4.5rem 1.5rem 3.5rem; text-align:center; }
    .legal-hero .eyebrow { font-size:.72rem; letter-spacing:.28em; text-transform:uppercase; color:var(--gold-warm); margin-bottom:1rem; }
    .legal-hero h1 { font-family:var(--font-heading); font-weight:400; font-size:clamp(2rem,5vw,3rem); line-height:1.15; }
    .legal-hero .updated { margin-top:1.25rem; font-size:.8rem; color:rgba(212,220,200,0.6); letter-spacing:.03em; }

    /* Body */
    .legal-body { max-width:760px; margin:0 auto; padding:3.5rem 1.5rem 4rem; }
    .legal-body .lead { font-family:var(--font-display); font-size:1.3rem; line-height:1.6; color:var(--earth-mid); margin-bottom:2.5rem; }
    .legal-body h2 { font-family:var(--font-heading); font-weight:400; font-size:1.5rem; color:var(--earth-deep); margin:2.75rem 0 .9rem; padding-top:.5rem; }
    .legal-body h2:first-of-type { margin-top:0; }
    .legal-body p { margin-bottom:1.1rem; color:#3a4230; }
    .legal-body ul { margin:0 0 1.3rem; padding-inline-start:1.3rem; }
    .legal-body li { margin-bottom:.55rem; color:#3a4230; }
    .legal-body a { color:var(--earth-mid); text-decoration:underline; text-underline-offset:2px; }
    .legal-body a:hover { color:var(--gold-warm); }
    .legal-body strong { color:var(--earth-deep); font-weight:600; }
    .divider { width:48px; height:2px; background:var(--gold-warm); margin:0 auto 1.75rem; }

    /* Footer */
    .legal-footer { background:var(--earth-deep); color:rgba(212,220,200,0.6); padding:3rem 1.5rem; text-align:center; font-size:.85rem; }
    .legal-footer .flinks { display:flex; flex-wrap:wrap; gap:1.5rem; justify-content:center; margin-bottom:1.25rem; }
    .legal-footer a { color:rgba(212,220,200,0.7); text-decoration:none; transition:color .25s; }
    .legal-footer a:hover { color:var(--gold-light); }
    .legal-footer .copy { color:rgba(212,220,200,0.35); font-size:.78rem; }
    @media (max-width:520px) { .header-actions { gap:.85rem; } .header-actions .switch { display:none; } }
