What Are Cookies (And Why We Use Them)?
In the architecture of the modern web, cookies are the small text files that remember state and preference. They are the silent couriers that make your experience seamless and our analytics accurate. We categorize our use into three distinct, non-overlapping purposes:
-
1. Essential Technical Functionality
These cookies are the load-bearing walls of our site. They are strictly necessary for core operations, such as session management, security checks (preventing cross-site request forgery), and basic load balancing. They cannot be disabled via our banner as they are required for the site to function at all.
-
2. Performance & Analytics (Anonymized)
We use a single, privacy-first analytics tool to understand technical performance—not visitor identity. These cookies track page load times, error rates, and navigation patterns. No personal identifiers are stored. This data helps us debug issues and improve speed. You can opt-out, and we will still collect basic server logs (which are not linked to your browser).
-
3. Functional & Preference (Minimal)
Currently, we do not deploy persistent functional cookies for user preferences or A/B testing. Our site is designed to be stateless. If we introduce a feature like a visual mode toggle (light/dark) in the future, a strictly session-based cookie will be used, expiring when the browser closes.