# prefooter.html — Review Checklist

> Review by Claude · Jun 9, 2026  
> Spec sources: `notes/VIHE-Website-Project-Plan-DEV.md`, `notes/CLAUDE-PROJECT-BRIEF.md`, prototype `CLAUDE.md`

---

## 🟠 Design System Inconsistencies

- [x] **`h2` uses `.u-reveal`, should be `.u-reveal-mask`** — display headings use the masked clip-path reveal per design system. Same fix already applied to the hero `h1` in `body-home.html`.
- [x] **Trust bar: "CO₂" is a weak stat value** — not parallel with `1955`, `99%+`, `8,000h`. Changed value to `100%` with label "Carbon-Neutral Fleet".
- [x] **Phone CTA arrow is a raw `→` character, not the SVG arrow** — replaced with standard plane SVG `<span class="arrow"><svg ...></svg></span>` for CSS `translateX` hover animation.

---

## ✅ Already correct

- Cinematic full-bleed scrim with background image ✓
- "Begin the Journey" eyebrow ✓
- "Request a Quote" primary CTA (large button) ✓
- Phone number as secondary CTA with correct `tel:+12506556844` link ✓
- Trust bar present with 4 trust signals ✓
- Copy tone — discreet, matches brand voice ✓
- All CSS classes match `style-guide.css` (`.prefooter`, `.trust-bar`, `.trust__v`, `.trust__l`) ✓
- IntersectionObserver reveal script with `prefers-reduced-motion` support ✓
