PATTERN: Consumer Footer (consumer-only)
COMPOSES: Own classes + caller-supplied AOne logo SVG/img.

Bottom site footer for ApplicaaOne consumer pages. Two variants: the dark site-map footer (default site-wide — brand column, four audience link columns with color dots, Browse-by-LA chip row, legal bottom bar) and the compact single-row white footer for minimal surfaces.

Site-map footer (default site-wide)

Rendered via the shared partial shared/consumer_footer. Pass active_link: to bold the current page's entry (here: "Search Schools").

<footer class="consumer-footer-site"><div class="consumer-footer-site-inner"><div class="consumer-footer-site-grid">...</div> <div class="consumer-footer-site-areas">...</div> <div class="consumer-footer-site-bottom">...</div></div></footer>

Site-map footer — light variant

White-surface version for pages where the navy block is too heavy. Same structure; light-palette inks, full-color logo, standard shadow-focus rings. Render with variant: :light.

<footer class="consumer-footer-site consumer-footer-site-light">...</footer>

Site-map footer — simple preset (launch scope)

Mirrors what is live on applicaaone.com today: Explore + Account & Support columns with real production URLs, no Browse-by-LA row, no socials. Render with preset: :simple. Combines with variant: :light.

<footer class="consumer-footer-site consumer-footer-site-simple">...</footer>

Compact

<footer class="consumer-footer"><div class="consumer-footer-brand">...</div> <nav class="consumer-footer-nav">...</nav></footer>

Brand-only (no nav links)

For pages that don't surface secondary nav (e.g., sign-up flows).