Accessibility Statement
Last updated: March 27, 2026
I. Introduction
CRE8EVE Sp. z o.o. is committed to ensuring digital accessibility for people with disabilities. We are continually improving the user experience for everyone and applying the relevant accessibility standards.
This Accessibility Statement applies to the website cre8eve.eu.
II. Compliance Status
This website is partially compliant with the Web Content Accessibility Guidelines (WCAG) 2.1 Level AA and the European standard EN 301 549, in accordance with the European Accessibility Act (Directive (EU) 2019/882).
III. Accessible Features
The following accessibility features have been implemented on this website:
- Skip navigation link — allows keyboard users to skip directly to the main content (WCAG 2.4.1).
- Semantic HTML landmarks — the page uses
<main>,<nav>, and<footer>elements for proper structure (WCAG 1.3.1). - Keyboard navigation — all interactive elements are reachable and operable via keyboard, with visible focus indicators (WCAG 2.4.7).
- Focus management — modal dialogs (cookie consent) and mobile navigation include focus trapping and Escape key support (WCAG 2.4.3).
- ARIA attributes — cookie consent dialog uses
role="dialog",aria-modal,aria-labelledby, and ARIA tabs pattern. Decorative canvas elements are marked witharia-hidden="true"(WCAG 4.1.2). - Reduced motion support — all animations and transitions
are disabled when the user has enabled
prefers-reduced-motion: reducein their operating system (WCAG 2.3.3). - High contrast mode — an optional high contrast toggle is available in the navigation bar, enhancing color contrast for improved readability (WCAG 1.4.3).
- Proper heading hierarchy — headings follow a logical order (h1 → h2 → h3) without skipping levels (WCAG 1.3.1).
- Language declaration — the
langattribute is set on the<html>element for each language version (WCAG 3.1.1). - Responsive design — the website adapts to different screen sizes and supports text resizing up to 200% (WCAG 1.4.4).
IV. Non-Accessible Content
The following content is not fully accessible:
- Canvas-based animations — decorative animations (matrix
effect, hexagons, rotating boxes) are hidden from assistive technologies
via
aria-hidden="true", but equivalent text alternatives are not provided, as these are purely decorative. - Color contrast in default mode — some elements in the default color scheme may not meet the 4.5:1 contrast ratio. Users are encouraged to use the high contrast toggle available in the navigation bar.
The above limitations exist because the default color palette is an integral part of the brand identity. The high contrast mode provides a fully compliant alternative.
V. Preparation of This Statement
This statement was prepared on March 27, 2026.
The assessment was carried out through self-evaluation, including:
- Manual testing with keyboard navigation
- Automated testing with Playwright E2E tests (42 test cases across Chromium, Firefox, and WebKit)
- Review of WCAG 2.1 Level AA success criteria against EN 301 549
VI. Feedback and Contact
If you encounter any accessibility barriers on this website, please contact us:
- Email: info@cre8eve.eu
- Postal address: CRE8EVE Sp. z o.o., Tulipanowa 4, 72-003 Dobra, Poland
We will endeavor to respond to accessibility feedback within 14 business days.
VII. Enforcement Procedure
If you are not satisfied with our response to your accessibility feedback, you have the right to lodge a complaint with the competent national authority:
Rzecznik Praw Obywatelskich (Commissioner for Human
Rights)
al. Solidarności 77
00-090 Warsaw, Poland
Website: bip.brpo.gov.pl
VIII. Technical Specifications
This website relies on the following technologies for conformance with WCAG 2.1 Level AA:
- HTML5
- WAI-ARIA 1.1
- CSS (including
prefers-reduced-motionmedia query) - JavaScript (for focus management and high contrast toggle)