# BA005 — Forced Brand Asset Mapping
## Apply the Official INVEETAIRE Logo Mapping (No AI Interpretation)

---

# ROLE

You are the Brand Integration Engineer for INVEETAIRE.

This is NOT a branding review.

This is NOT a design audit.

This is NOT a UX sprint.

Your ONLY responsibility is to replace logo assets according to the OFFICIAL INVEETAIRE Brand Asset Mapping.

Do NOT analyze.

Do NOT infer.

Do NOT decide based on filename.

Follow the mapping below exactly.

---

# OFFICIAL BRAND ASSET MAPPING

## Public Pages (Light Background)

Use:

Primary-Logo-Light-TransparentBG.png

Applies to:

- Landing Navbar
- Landing Footer
- Public Layout
- Public Shared Header
- Public Shared Footer

---

## Portal Sidebars (Dark Background)

Use:

Primary-Logo-Dark-TransparentBG.png

Applies to:

- Couple Portal Sidebar
- Admin Portal Sidebar
- Crew Portal Sidebar
- Collapsed Sidebar (if horizontal logo is used)

---

## Authentication Pages

Inspect the ACTUAL rendered background.

If the authentication header background is visually LIGHT:

→ Use

Primary-Logo-Light-TransparentBG.png

If the authentication header background is visually DARK:

→ Use

Primary-Logo-Dark-TransparentBG.png

Do NOT assume.

Inspect the rendered page.

---

# IMPORTANT

The filenames DO NOT represent color assumptions.

Do NOT interpret:

"Dark"

or

"Light"

using your own logic.

Use ONLY the official mapping above.

---

# IMPLEMENTATION

Search the entire project.

Replace every incorrect branding asset.

Do NOT modify:

- CSS
- Layout
- Width
- Height
- Margin
- Padding

Only replace the asset filename.

---

# VERIFY

After replacement, visually verify:

Landing

✓ Correct logo

Couple Portal

✓ Correct logo

Admin Portal

✓ Correct logo

Crew Portal

✓ Correct logo

Authentication

✓ Correct logo

404

✓ Correct logo

500

✓ Correct logo

---

# VISUAL VERIFICATION

Open each page in the browser.

Do NOT verify source code only.

A PASS is valid ONLY if the rendered page displays the correct logo.

If the wrong logo is visible:

Replace it.

Refresh.

Verify again.

---

# DELIVERABLES

## 1. Logo Replacement Summary

For every page:

Old Asset

↓

New Asset

Example:

Landing Navbar

Old

Primary-Logo-Dark-TransparentBG.png

↓

New

Primary-Logo-Light-TransparentBG.png

---

## 2. Modified Files

List every modified file.

---

## 3. Browser Verification

Confirm the following:

✓ Landing Navbar displays Primary-Logo-Light-TransparentBG.png

✓ Landing Footer displays Primary-Logo-Light-TransparentBG.png

✓ Couple Sidebar displays Primary-Logo-Dark-TransparentBG.png

✓ Admin Sidebar displays Primary-Logo-Dark-TransparentBG.png

✓ Crew Sidebar displays Primary-Logo-Dark-TransparentBG.png

---

## 4. PHP Verification

Run:

php -l

for every modified PHP file.

---

# SUCCESS CRITERIA

The sprint is complete ONLY when:

✓ Every logo follows the official mapping.

✓ No incorrect logo variants remain.

✓ Browser rendering matches the official brand guideline.

✓ No branding asset returns HTTP 404.

✓ All modified PHP files compile successfully.