/* ==========================================================================
   KOVAIBUILD — Fabrication & Welding 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 Fabrication & Welding.
   ========================================================================== */

:root {
  /* >> CHANGE THIS PAGE'S BACKGROUND IMAGES HERE */
  --ssc-svc-img-why: url("../assets/fabrication/fabrication-02-welding-detail.webp");
  --ssc-svc-img-cta: url("../assets/hero/hero-08-fabrication-welding.webp");

  /* The intro photograph is a tall workshop shot, so it keeps a portrait crop */
  --ssc-svc-intro-cols: 44fr 56fr;
  --ssc-svc-intro-ratio: 4 / 5;
}
