Desktop nav, mobile menu, footer social icons, and contact page
"Follow us" section all now include an Instagram icon linking to
https://www.instagram.com/HighlandGroupRDA.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
backdrop-filter on #site-nav creates a CSS containing block, causing
fixed inset-0 children to be clipped to the nav bar instead of the
viewport. Portal the menu to document.body on init to escape it.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Matches the same rgba(0,0,0,0.48) backdrop-filter treatment applied
to the Support Us cards for consistent text readability.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Added semi-opaque dark background (rgba 0,0,0,0.48) with blur(4px)
to the text panel on each editorial card so label, heading, body and
CTA are clearly legible regardless of the underlying image.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Removed fixed sm:h-[108px] height and top-only padding in favour of
symmetric py-3 sm:py-4, so the logo has equal space above and below
inside the dark scrolled bar. Also changed items-start to items-center
for proper vertical alignment.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Both absolutely-positioned elements were overlapping on viewports
≤767px. Extended hide breakpoint from 640px to 767px for the scroll
indicator and applied same breakpoint to the donate button. The
JustGiving button remains accessible via the intro strip below.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Rewrites support-us.astro with hero, three-way editorial flex cards
(Donate/Sponsor/Volunteer), yellow donate band, Sponsor a Pony split
panel with cost grid, Volunteering panel with role grid, and a
native <details>/<summary> FAQ section.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- assets.directory: ./dist/public → ./dist (Astro static output goes to
dist/ directly, not a public subdirectory)
- not_found_handling: single-page-application → 404-page (site is
pre-rendered static HTML, SPA mode would serve index.html for all 404s
instead of the proper 404 page)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- Replace mechanical horse content with proper new trustees announcement
- Add information about four new Trustees joining the Group
- Update with forward-looking statement about restarting activities
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>