Privacy

Four keys in your own browser

That is the entire data story. This page states it precisely rather than gesturing at it, and names every key so you can check.

What is stored

Only in your browser’s localStorage, only on this device, and only because the four on-page widgets have to remember what you chose. Nothing is sent to a server, because there is no server.

KeyHoldsSet when
cl.themelight, dark or systemYou use the theme switch in the header
cl.paletteOne of four palette namesYou pick a colour scheme in the paint spec
cl.text, cl.contrast, cl.motion, cl.linksAccessibility settingsYou change something in the tolerances panel
cl.noticeWhether you have dismissed the storage noticeYou answer the notice at the bottom of the page
cl.studio, cl.id.*, cl.comp, cl.tens, cl.sig, cl.fontInternal rebranding settingsOnly if you have opened the site with ?studio=1

If you choose “Don’t store anything” in the storage notice, every key above is deleted immediately and the notice records its own dismissal in sessionStorage, which the browser discards when you close the tab.

What is not stored

  • No analytics of any kind. No page views, no events, no session recording, no heatmaps.
  • No advertising, retargeting, conversion pixels or identity graphs.
  • No third-party scripts. The site loads no code from any domain other than its own.
  • No cookies. Everything above uses localStorage, which is not sent with requests.
  • No fingerprinting, and no attempt to identify you across sites or sessions.

Forms

Every form on this site — the deal intake, the contact form, the calculator lead forms, the “email me this result” field — validates what you type and then shows a confirmation. Nothing is transmitted, nothing is written down, and nobody receives it. There is no inbox behinddesk@chordlinecapital.example; the address is on a reserved .example domain that cannot be registered.

On a real deployment of this template the change is one function. That is stated plainly on the intake page rather than hidden, because a form that pretends to send is worse than a form that says it does not.

Calculator inputs and the URL

The calculators write your inputs into the address bar so a result can be shared as a link. That happens entirely in your browser using history.replaceState. The URL is not transmitted anywhere, and if you share it you are choosing to share those numbers with whoever you send it to.

Images and fonts

All fonts are self-hosted from this domain. All images are served from this domain. No font CDN, no image CDN, no embedded map and no social widget — every one of those would be a request to somebody else’s server, and there are none.

Contacting a data controller

There isn’t one, because there is no company and no data. If you are evaluating this template and want to talk about it, the practical route is whoever sent you the link.

Changes

This page describes the site as built. If the template gains a backend on a real deployment, this page is one of the files that has to change with it.