/* ==========================================================================
   KOVAIBUILD — Mosquito Net Door 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 Mosquito Net Door.
   ========================================================================== */

:root {
  /* >> CHANGE THIS PAGE'S BACKGROUND IMAGES HERE */
  --ssc-svc-img-why: url("../assets/mosquito/mosquito-02-mesh-detail.webp");
  --ssc-svc-img-cta: url("../assets/hero/hero-09-mosquito-net-door.webp");

  /* The intro photograph is a tall doorway crop, so it keeps a portrait ratio */
  --ssc-svc-intro-cols: 38fr 62fr;
  --ssc-svc-intro-ratio: 4 / 5;
}


/* ==========================================================================
   DETAIL HEADING (this page only)
   --------------------------------------------------------------------------
   "Designed for Comfort. Built for Everyday Use." is two sentences, so at the
   shared title size it broke to four lines with a single word on the last one.
   A slightly smaller cap keeps it to two clean lines in the same column.
   ========================================================================== */
#mosquito-detail .ssc-section-title {
  font-size: clamp(26px, 3vw, 38px);
}
