/* C&I Portfolio — Responsive / zoom-consistent layout
   Currently scoped to VB only (postid-88230) for testing. */

/* ============================================================
   Fluid typography via clamp()
   ============================================================ */
body.postid-88230.single-portfolio .wpex-vc-full-width-row:not(.vc_row-o-full-height) .vcex-heading > h1,
body.postid-88230.single-portfolio .wpex-vc-full-width-row:not(.vc_row-o-full-height) .vcex-heading > h2 {
  font-size: clamp(28px, 3.6vw, 60px) !important;
  line-height: 1.15 !important;
}
body.postid-88230.single-portfolio .wpex-vc-full-width-row:not(.vc_row-o-full-height) .vcex-heading > h3 {
  font-size: clamp(22px, 2.2vw, 36px) !important;
  line-height: 1.2 !important;
}
body.postid-88230.single-portfolio .wpex-vc-full-width-row:not(.vc_row-o-full-height) .wpb_text_column,
body.postid-88230.single-portfolio .wpex-vc-full-width-row:not(.vc_row-o-full-height) .wpb_text_column p {
  font-size: clamp(17px, 1.35vw, 22px) !important;
  line-height: 1.6 !important;
}

/* Keep sidebar labels (INDUSTRY / SERVICES) smaller */
body.postid-88230.single-portfolio .vc_col-sm-4 .vcex-heading > h2 {
  font-size: clamp(14px, 1vw, 18px) !important;
  letter-spacing: 0.05em;
}

/* ============================================================
   Video + text row: top-align so heading top = video top
   ============================================================ */
body.postid-88230.single-portfolio .vc_custom_1759219660917 {
  align-items: flex-start !important;
}
body.postid-88230.single-portfolio .vc_custom_1759219660917 > .wpb_column > .vc_column-inner {
  padding-top: 0 !important;
}
