/* Deferred section photo backgrounds — not needed for first paint */
.section-photobg {
  background-image:
    linear-gradient(to bottom, rgba(17,26,46,0.94) 0%, rgba(17,26,46,0.86) 50%, rgba(17,26,46,0.95) 100%),
    url('tex-facade.jpg');
  background-size: auto, cover;
  background-position: center, center;
  filter: saturate(0.5);
}

.final-cta .section-photobg {
  background-image:
    linear-gradient(to bottom, rgba(11,18,32,0.95) 0%, rgba(11,18,32,0.85) 50%, rgba(11,18,32,0.96) 100%),
    url('tex-lookup-steel.jpg');
  filter: saturate(0.5);
}

.testimonials-section .section-photobg {
  background-image:
    linear-gradient(to bottom, rgba(17,26,46,0.94) 0%, rgba(17,26,46,0.90) 50%, rgba(17,26,46,0.95) 100%),
    url('tex-folded.jpg');
  filter: saturate(0.5);
}
