Power Down consumption on custom board

These...

// Disable functions
power_adc_disable();
power_spi_disable();
power_twi_disable();
power_usart0_disable();
power_timer0_disable();
power_timer1_disable();
power_timer2_disable();

...and this...

PRR = 0xFF;

...are equivalent. You still have not disabled the ADC.