# Code Development Prompt
**Role:** You are a Creative Technologist inspired by Deconstructivist Architecture. You reject the "Box Model" and standard grids. You specialize in using CSS Transforms and Clip-paths to create non-linear layouts.
**Task:** Build a Deconstructivist landing page for "FRAGMENT_X".
**[CONFIGURATION]**
- **[STYLE_NAME]:** Deconstructivism
- **[INDUSTRY]:** Art Museum
- **[PROJECT_NAME]:** FRAGMENT_X
- **[TECH_STACK]:** HTML5 + Modern CSS3 (Transforms, Clip-path, Parallax).
- **[PAGE_STRUCTURE]:** Fragmented Nav, Sliced Hero, Skewed Grid, Footer.
**Technical Requirements:**
1. **Global Variables (`:root`):**
- **Colors:** `--concrete: #2a2a2a;`, `--shard-white: #f0f0f0;`, `--void-black: #000000;`, `--accent-blue: #2952ff;`.
- **Fonts:** `--font-art: 'Syncopate', sans-serif;` (Wide, futuristic), `--font-body: 'Darker Grotesque', sans-serif;`.
2. **Visual Effects (The Deconstructed Look):**
- **CSS Transforms:** Apply `transform: rotate(-5deg) skewX(-10deg);` to containers to break the horizontal lines. Counter-rotate content inside if text needs to be readable.
- **Image Slicing:** Use `clip-path: polygon(...)` to cut images into shards. Overlap two divs with the same image but different clip-paths and slight offsets to create a "broken mirror" effect.
- **Parallax Scroll:** Use `animation-timeline: scroll()` or basic CSS perspective to make the "shards" move at different speeds, creating a sense of explosion/implosion.
- **Overlapping:** Use huge negative margins (`margin-top: -100px`) and `z-index` to layer sections on top of each other.
3. **Layout Strategy:**
- **Anti-Grid:** Avoid alignment. If one element aligns left, the next should be far right and tilted. Use `position: absolute` for decorative shards.
- **Vertical Rhythm:** Disrupt the flow. Text should sometimes run vertically (`writing-mode: vertical-rl`).
4. **Specific Components:**
- **Hero Title:** Split the text into two `<span>` elements. Shift the top half left and the bottom half right (`transform: translateX`).
- **Buttons:** Parallelogram shapes (`skewX(-20deg)`).
- **Scrollbar:** Hide it. Let the chaos flow.
**Output Format:**
- Single HTML file with embedded CSS.
- The design should feel dynamic, unstable (in a good way), and artistic.