STACKING EFFECT: - Cards use position: sticky with increasing top offset (72-120px) - z-index layering (10-40) so later cards stack on top - pb-36 between cards for scroll breathing room - will-change-transform for smooth compositing WHITE SPACE FIX: - Removed border border-gray-200 (was creating visible white gap) - Replaced with shadow-[0_2px_8px_rgba(0,0,0,0.08)] for depth - Switched from CSS Grid to flexbox (flex-row/flex-row-reverse) - Image fills full card height via flexbox stretch LAYOUT: - md:w-7/12 for image, md:w-5/12 for text - min-h-[400px] on desktop for substantial card presence - Alternating image left/right preserved for visual rhythm
468 KiB
1440x900px
468 KiB
1440x900px