
    /* Page-specific: cookies uses a narrower reading column and adds the cookie table */
    .container { max-width: 800px; }
    .page-body { padding: 140px 0 100px; }
    h1 { font-family: 'Poppins', sans-serif; font-weight: 800; font-size: clamp(2rem, 4vw, 3.2rem); line-height: 1.1; margin: 24px 0 48px; }
    h2 { font-family: 'Poppins', sans-serif; font-weight: 700; font-size: 1rem; margin: 40px 0 12px; padding-top: 40px; border-top: 1px solid var(--mid); }
    p { line-height: 1.75; color: var(--stone); margin-bottom: 16px; font-size: .975rem; }
    p a { color: var(--accent); }
    .updated { font-family: 'Poppins', sans-serif; font-size: 11px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: var(--stone); margin-bottom: 48px; }
    .cookie-table { width: 100%; border-collapse: collapse; margin: 16px 0 24px; }
    .cookie-table th { font-family: 'Poppins', sans-serif; font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--stone); text-align: left; padding: 10px 12px; border-bottom: 1px solid var(--mid); background: var(--bg); }
    .cookie-table td { padding: 12px; border-bottom: 1px solid var(--mid); font-size: .875rem; color: var(--stone); vertical-align: top; }
    .cookie-table td:first-child { font-family: 'Poppins', sans-serif; font-weight: 600; color: var(--ink); }
  