/* ==========================================================================
   KOVAIBUILD — Civil Work page
   --------------------------------------------------------------------------
   Loads after css/style.css and css/service-page.css. Everything the page
   shares with the other service pages lives in service-page.css; this file
   holds only what is specific to Civil Work.
   ========================================================================== */

:root {
  /* >> CHANGE THIS PAGE'S BACKGROUND IMAGES HERE */
  --ssc-svc-img-why: url("../assets/hero/hero-01-civil-planning.webp");
  --ssc-svc-img-cta: url("../assets/civil/civil-masonry.webp");

  /* This page puts the photograph on the right, in a landscape crop */
  --ssc-svc-intro-cols: 1fr 1fr;
  --ssc-svc-intro-ratio: 5 / 4;
}
