import SiteLayout from "@/pages/components/SiteLayout"; import Link from "next/link"; const s = { main: { maxWidth: "780px", margin: "0 auto", padding: "56px 32px 80px", } as React.CSSProperties, eyebrow: { display: "block", fontSize: "0.78rem", fontWeight: 700, letterSpacing: "0.14em", textTransform: "uppercase" as const, color: "#c0392b", marginBottom: "12px", } as React.CSSProperties, h1: { fontFamily: "'Georgia', 'Times New Roman', serif", fontSize: "clamp(2rem, 5vw, 2.8rem)", fontWeight: 700, color: "#e8dcc8", marginBottom: "8px", lineHeight: 1.2, } as React.CSSProperties, updated: { fontSize: "0.85rem", color: "#9e9080", marginBottom: "48px", paddingBottom: "32px", borderBottom: "1px solid rgba(232,220,200,0.1)", } as React.CSSProperties, h2: { fontFamily: "'Georgia', 'Times New Roman', serif", fontSize: "1.35rem", fontWeight: 700, color: "#e8dcc8", marginTop: "40px", marginBottom: "12px", } as React.CSSProperties, p: { fontSize: "0.95rem", color: "#c8bfae", marginBottom: "14px", } as React.CSSProperties, ul: { paddingLeft: "20px", marginBottom: "14px", } as React.CSSProperties, li: { fontSize: "0.95rem", color: "#c8bfae", marginBottom: "6px", } as React.CSSProperties, a: { color: "#c0392b", textDecoration: "underline", } as React.CSSProperties, }; export default function Privacy() { return (
Legal

Privacy Policy

Last updated: April 2026

Bone Lord Bob ("we", "us", "our") is operated by Mathison Projects Inc. We respect your privacy and are committed to protecting any personal data we collect. This policy explains what we collect, how we use it, and your rights.

1. Information We Collect

We collect limited information when you visit{" "} www.bonelordbob.com:

2. Cookies & Analytics

We use Google Analytics to understand how visitors interact with our site. Google Analytics places cookies on your device to collect anonymized data about your visit (e.g., pages viewed, session duration, geographic region).

You can opt out of Google Analytics tracking by installing the{" "} Google Analytics Opt-out Browser Add-on .

We also use a localStorage key (blb_cookie_consent) to remember your cookie consent choice. This is not transmitted to any server.

3. Third-Party Services

Our site links to and embeds content from third-party platforms. Each has its own privacy policy:

We are not responsible for the privacy practices of these third-party platforms. Visiting their links is subject to their respective policies.

4. How We Use Your Information

We use the data we collect to:

We do not sell, rent, or trade your personal information to third parties.

5. Your Rights

GDPR (European Union): If you are located in the EU/EEA, you have the right to access, rectify, erase, restrict, or object to processing of your personal data. You also have the right to data portability. To exercise these rights, contact us at{" "} hello@bonelordbob.com .

CCPA (California, USA): California residents have the right to know what personal information we collect, to request deletion of that information, and to opt out of the sale of personal information. We do not sell personal information. To submit a request, contact{" "} hello@bonelordbob.com .

CASL (Canada): We do not send commercial electronic messages unless you have given express or implied consent. If you wish to withdraw consent, contact us at{" "} hello@bonelordbob.com .

6. Data Retention

Analytics data is retained by Google Analytics per their default retention settings (26 months). We do not store personal data on our own servers beyond what is needed to respond to direct inquiries.

7. Children's Privacy

Bone Lord Bob is intended for mature audiences. We do not knowingly collect personal information from children under 13. If you believe a child has provided us with personal data, please contact us immediately.

8. Changes to This Policy

We may update this Privacy Policy from time to time. We will post the updated version on this page with a revised "Last updated" date. Continued use of the site after changes constitutes acceptance.

9. Contact

For any privacy-related questions, requests, or concerns, contact us at:

Mathison Projects Inc.
Email:{" "} hello@bonelordbob.com
Website:{" "} www.bonelordbob.com

Terms & Conditions {" "}·{" "} Back to Home

); }