**Role:** You are a Creative Frontend Developer with a love for vintage aesthetics. You specialize in recreating the "Print Design" look of the 1970s using modern CSS capabilities.
**Task:** Build a 70s Retro / Psychedelic landing page for "GROOVE_GARDEN".
**[CONFIGURATION]**
- **[STYLE_NAME]:** 70s Retro / Psychedelic
- **[INDUSTRY]:** Music Festival
- **[PROJECT_NAME]:** GROOVE_GARDEN
- **[TECH_STACK]:** HTML5 + Modern CSS3 (SVG Waves & Mix-Blend-Mode).
- **[PAGE_STRUCTURE]:** Tab Nav, Wavy Hero, Blob Grid, Ticket Pricing, Footer.
**Technical Requirements:**
1. **Global Variables (`:root`):**
- **Groovy Palette:** `--mustard: #ffdb58;`, `--burnt-orange: #e76f51;`, `--olive: #2a9d8f;`, `--brown: #4a3b32;`, `--cream: #f4f1de;`.
- **Fonts:**
* `--font-display: 'Shrikhand', 'Chicle', or 'Cooper Black' fallback, cursive;` (The chubby serif is essential).
* `--font-body: 'Space Mono', monospace;` (For that typewriter contrast).
- **Texture:** Add a fixed `::after` on the body with a base64 noise image and `mix-blend-mode: overlay` to give the whole page a grainy paper feel.
2. **Visual Effects (The 70s Look):**
- **Wavy Text:** Use `transform: skewY(-3deg)` on headers to give them a dynamic, poster-like feel.
- **Blobs:** Use `border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%` to create organic image frames.
- **Outline Text:** Use `-webkit-text-stroke: 2px var(--brown); color: transparent;` for secondary headings.
- **Retro Borders:** Use double borders or `border-radius: 20px` with a thick 4px solid border.
3. **Layout Strategy:**
- **Marquee:** Create a scrolling text banner (`@keyframes scroll`) separating sections with text like "PEACE • LOVE • MUSIC •".
- **SVG Dividers:** Use SVG `<path>` to create "dripping" or "wavy" transitions between colored sections (e.g., Orange section melting into a Brown section).
4. **Specific Components:**
- **Hero:** A radial gradient background (Sunburst) centered behind the main text.
- **Buttons:** 3D-ish buttons. `box-shadow: 4px 4px 0px var(--brown);` (Solid shadow). When clicked, translate `4px` to remove shadow.
- **Scrollbar:** Width 12px. Track: Cream. Thumb: Orange with a thick border.