/* Override: energy-storage uses a 3-column approach grid */
.approach-grid { grid-template-columns: repeat(3, 1fr); }
