/* ============================================================================
 * 1st Call Solar — COMMERCIAL bespoke-section classes (M1 editability pass).
 * Each class holds, verbatim, the inline style that a bespoke seed block used to
 * carry, so those blocks can drop their invalid inline styles and become valid,
 * editable core blocks. Scoped under .entry-content to preserve the exact cascade
 * (inline styles used to win at specificity 1,0,0; .entry-content .fc-* = 0,2,0
 * and loads after extras.css). Grid/flex wrappers ALSO get the .fc-grid/.fc-flexrow
 * markers (defined in extras.css) for block-gap reset + mobile collapse.
 * Populated by the commercial M1 conversion. Do not change any value.
 * ========================================================================== */

/* ---- fcc_eyebrow_cm() — dark gridded-hero mono eyebrow ---- */
.entry-content .fc-cm-hero-eyebrow { color: var(--wp--preset--color--green-light); }

/* ---- fcc_index() — "01 / Label" badge under fc-numsec__i ---- */
.entry-content .fc-cm-numlabel { margin-top: 8px; font-size: 11px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--wp--preset--color--muted); }
.entry-content .fc-cm-numlabel-dark { margin-top: 8px; font-size: 11px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(255,255,255,0.55); }

/* ---- fcc_founder_note() — bordered quote block ---- */
.entry-content .fc-cm-notebox { border-left: 1px solid var(--wp--preset--color--border); padding-left: 32px; }
.entry-content .fc-cm-notebox-dark { border-left: 1px solid rgba(255,255,255,0.15); padding-left: 32px; }
.entry-content .fc-cm-quote { margin-top: 16px; font-size: 22px; line-height: 1.4; font-weight: 700; color: var(--wp--preset--color--navy); }
.entry-content .fc-cm-quote-dark { margin-top: 16px; font-size: 22px; line-height: 1.4; font-weight: 700; color: #fff; }

/* ---- fcc_numgrid() — number + title + desc grid ---- */
.entry-content .fc-cm-numgrid { gap: 32px 40px; }
.entry-content .fc-cm-gridnum { font-family: var(--wp--preset--font-family--mono); font-size: 13px; color: var(--wp--preset--color--green); }
.entry-content .fc-cm-gridnum-dark { font-family: var(--wp--preset--font-family--mono); font-size: 13px; color: var(--wp--preset--color--green-light); }
.entry-content .fc-cm-gridtitle { margin-top: 12px; font-size: 18px; color: var(--wp--preset--color--navy); }
.entry-content .fc-cm-gridtitle-dark { margin-top: 12px; font-size: 18px; color: #fff; }
.entry-content .fc-cm-griddesc { margin-top: 10px; font-size: 14px; line-height: 1.6; color: var(--wp--preset--color--muted); }
.entry-content .fc-cm-griddesc-dark { margin-top: 10px; font-size: 14px; line-height: 1.6; color: #9fb2c9; }

/* ---- fcc_textgrid() — plain title + desc grid ---- */
.entry-content .fc-cm-textgrid { gap: 32px; }
.entry-content .fc-cm-tgtitle { font-size: 17px; color: var(--wp--preset--color--navy); }
.entry-content .fc-cm-tgtitle-dark { font-size: 17px; color: #fff; }
.entry-content .fc-cm-tgdesc { margin-top: 8px; font-size: 14px; line-height: 1.6; color: var(--wp--preset--color--muted); }
.entry-content .fc-cm-tgdesc-dark { margin-top: 8px; font-size: 14px; line-height: 1.6; color: #9fb2c9; }

/* ---- fcc_numtext_rows() / fcc_check_rows() — number/check + divider rows ---- */
.entry-content .fc-cm-numtextgrid { gap: 20px 28px; }
.entry-content .fc-cm-numtextrow { margin: 0; padding-bottom: 16px; border-bottom: 1px solid var(--wp--preset--color--border); font-size: 15px; font-weight: 600; color: var(--wp--preset--color--navy); }
.entry-content .fc-cm-numtextrow-dark { margin: 0; padding-bottom: 16px; border-bottom: 1px solid rgba(255,255,255,0.12); font-size: 15px; font-weight: 600; color: #fff; }
.entry-content .fc-cm-rownum { font-family: var(--wp--preset--font-family--mono); font-size: 12px; color: var(--wp--preset--color--green); margin-right: 10px; }
.entry-content .fc-cm-rownum-dark { font-family: var(--wp--preset--font-family--mono); font-size: 12px; color: var(--wp--preset--color--green-light); margin-right: 10px; }
.entry-content .fc-cm-checkrows { flex-direction: column; gap: 16px; }
.entry-content .fc-cm-checkmark { color: var(--wp--preset--color--green); font-weight: 800; margin-right: 10px; }

/* ---- fcc_media_cards() — image-topped audience cards ---- */
.entry-content .fc-cm-cardmedia { padding: 0; overflow: hidden; }
.entry-content .fc-cm-cardbody { padding: 28px; }

/* ---- fcc_service_links() — vertical related-service list ---- */
.entry-content .fc-cm-servicelinks { flex-direction: column; gap: 14px; }
.entry-content .fc-cm-servicenum { font-family: var(--wp--preset--font-family--mono); font-size: 12px; color: var(--wp--preset--color--green); }

/* ---- fcc_stats() — stat tile background/border ---- */
.entry-content .fc-cm-stattile { background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.1); border-radius: 16px; padding: 24px; }

/* ---- fcc_steps() — numbered-circle process row ---- */
.entry-content .fc-cm-stepgrid { grid-template-columns: 56px 1fr; gap: 20px; align-items: start; padding-top: 24px; border-top: 1px solid var(--wp--preset--color--border); }

/* ---- fcc_hero_simple() / fcc_capability_hero() — dark hero lead + icon heading ---- */
.entry-content .fc-cm-herolead { margin-top: 22px; font-size: 18px; line-height: 1.6; max-width: 560px; }
.entry-content .fc-cm-h1icon { align-items: center; gap: 18px; }

/* ---- fcc_capability_body() — capability page narrow column ---- */
.entry-content .fc-cm-capinner { max-width: 680px; }
.entry-content .fc-cm-capbody { font-size: 16.5px; line-height: 1.72; color: var(--wp--preset--color--muted-2); }

/* ---- Value section: Solution Packages (pkg_a dark / pkg_b light cards) ---- */
.entry-content .fc-cm-pkgtitle-dark { margin-top: 12px; font-size: 26px; color: #fff; }
.entry-content .fc-cm-pkgbody-dark { margin-top: 14px; line-height: 1.65; color: #9fb2c9; }
.entry-content .fc-cm-pkgsuited-dark { margin-top: 6px; font-size: 14px; line-height: 1.6; color: #c6d4e3; }
.entry-content .fc-cm-pkgcard-dark { background: var(--wp--preset--color--commercial-footer); border-radius: 20px; padding: 34px; color: #c6d4e3; }
.entry-content .fc-cm-pkgbody { margin-top: 14px; line-height: 1.65; color: var(--wp--preset--color--muted); }
.entry-content .fc-cm-pkgsuited { margin-top: 6px; font-size: 14px; line-height: 1.6; color: var(--wp--preset--color--muted-2); }
.entry-content .fc-cm-label11-mt18-slate { margin-top: 18px; font-size: 11px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: #7f93aa; }
.entry-content .fc-cm-label11-mt18-muted { margin-top: 18px; font-size: 11px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--wp--preset--color--muted); }

/* ---- fcc_eyebrow() — mono uppercase eyebrow (green / green-light) ---- */
.entry-content .fc-cm-eyebrow-green { font-family: var(--wp--preset--font-family--mono); color: var(--wp--preset--color--green); }
.entry-content .fc-cm-eyebrow-greenlight { font-family: var(--wp--preset--font-family--mono); color: var(--wp--preset--color--green-light); }

/* ---- recurring manual "uppercase label" paragraphs (font-size:12px group) ---- */
.entry-content .fc-cm-label12 { font-size: 12px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--wp--preset--color--muted); }
.entry-content .fc-cm-label12-green { font-size: 12px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--wp--preset--color--green); }
.entry-content .fc-cm-label12-slate { font-size: 12px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: #7f93aa; }
.entry-content .fc-cm-label12-greenlight { font-size: 12px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--wp--preset--color--green-light); }
.entry-content .fc-cm-label12-mt22 { margin-top: 22px; font-size: 12px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--wp--preset--color--muted); }
.entry-content .fc-cm-label12-mt44-green { margin-top: 44px; font-size: 12px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--wp--preset--color--green); }
.entry-content .fc-cm-label12-mt56-green { margin-top: 56px; font-size: 12px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--wp--preset--color--green); }
.entry-content .fc-cm-label12-mt56-greenlight { margin-top: 56px; font-size: 12px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--wp--preset--color--green-light); }

/* ---- recurring body-copy paragraphs (line-height + muted-2 group) ---- */
.entry-content .fc-cm-body16 { margin-top: 16px; line-height: 1.75; color: var(--wp--preset--color--muted-2); }
.entry-content .fc-cm-body20 { margin-top: 20px; line-height: 1.75; color: var(--wp--preset--color--muted-2); }
.entry-content .fc-cm-body22 { margin-top: 22px; line-height: 1.75; color: var(--wp--preset--color--muted-2); }
.entry-content .fc-cm-body-nomt { line-height: 1.75; color: var(--wp--preset--color--muted-2); }
.entry-content .fc-cm-mutedtext { color: var(--wp--preset--color--muted-2); }
.entry-content .fc-cm-body30-172 { margin-top: 30px; line-height: 1.72; color: var(--wp--preset--color--muted-2); }
.entry-content .fc-cm-body20-172 { margin-top: 20px; line-height: 1.72; color: var(--wp--preset--color--muted-2); }
.entry-content .fc-cm-body18-mw720 { margin-top: 18px; line-height: 1.75; color: var(--wp--preset--color--muted-2); max-width: 720px; }
.entry-content .fc-cm-body18-mw700-17 { margin-top: 18px; line-height: 1.7; color: var(--wp--preset--color--muted-2); max-width: 700px; }
.entry-content .fc-cm-body18-17 { margin-top: 18px; line-height: 1.7; color: var(--wp--preset--color--muted-2); }
.entry-content .fc-cm-body18-mw720-17 { margin-top: 18px; line-height: 1.7; color: var(--wp--preset--color--muted-2); max-width: 720px; }
.entry-content .fc-cm-body20-nc { margin-top: 20px; line-height: 1.75; }
.entry-content .fc-cm-body16-nc { margin-top: 16px; line-height: 1.75; }

/* ---- Commercial-home hero one-offs ---- */
.entry-content .fc-cm-guidelabel { font-family: var(--wp--preset--font-family--mono); font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--wp--preset--color--green-light); }
.entry-content .fc-cm-guidelead { margin-top: 22px; font-size: 18px; line-height: 1.65; max-width: 520px; }
.entry-content .fc-cm-imgcaption { margin-top: 14px; font-family: var(--wp--preset--font-family--mono); font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: #7f93aa; }

/* ---- Headings: leftover (non-restorable) declarations moved to class ---- */
.entry-content .fc-cm-white { color: #fff; }
.entry-content .fc-cm-mw760 { max-width: 760px; }
.entry-content .fc-cm-mw720 { max-width: 720px; }
.entry-content .fc-cm-mw760-white { max-width: 760px; color: #fff; }
.entry-content .fc-cm-mgz-mw640 { margin: 0; max-width: 640px; }
.entry-content .fc-cm-mgz-mw760 { margin: 0; max-width: 760px; }

/* ---- Nested RichText <span> highlights inside headings/paragraphs ---- */
.entry-content .fc-cm-hl-green { color: var(--wp--preset--color--green); }
.entry-content .fc-cm-hl-green-italic { font-style: italic; color: var(--wp--preset--color--green); }
.entry-content .fc-cm-hl-greenlight-italic { font-style: italic; color: var(--wp--preset--color--green-light); }

/* ---- s03 Audience: flex head row (heading + eyebrow, space-between) ---- */
.entry-content .fc-cm-s03head { align-items: baseline; justify-content: space-between; gap: 24px; flex-wrap: wrap; margin-bottom: 44px; }

/* ---- s07 Benefits: centered italic pull-quote leftover ---- */
.entry-content .fc-cm-quoteline { font-weight: 700; color: var(--wp--preset--color--navy); }

/* ---- Numbered-section "border-top divider" wrappers (value/benefits/next-steps) ---- */
.entry-content .fc-cm-topdiv44 { margin-top: 44px; padding-top: 44px; border-top: 1px solid var(--wp--preset--color--border); }
.entry-content .fc-cm-topdiv24-dark { margin-top: 24px; padding-top: 32px; border-top: 1px solid rgba(255,255,255,0.12); }
.entry-content .fc-cm-topdiv20 { margin-top: 20px; padding-top: 32px; border-top: 1px solid var(--wp--preset--color--border); }

/* ---- Contact page: direct-channels column ---- */
.entry-content .fc-cm-channels { flex-direction: column; gap: 30px; }

/* ---- Accreditation badges (Trust §12 + About) — separate white cards with a green
       shield, per Commercial.dc.html. NOT the residential fc_trust bar. flex:1 + a
       min-width lets them sit 5-across on desktop and wrap to 2-per-row on a phone,
       exactly as the mockup does (deliberately NOT fc-grid, which the global mobile
       rule would collapse to a single column). ---- */
.entry-content .fc-cm-trust { flex-wrap: wrap; gap: 16px; }
/* min-width 150px (design says 170) is the wrap threshold: it keeps the 2-per-row phone
   fold down to a 375px iPhone SE — at 170 it tipped to 1-per-row by a single pixel.
   Desktop is unaffected, flex:1 grows the cards to fill the row regardless. */
.entry-content .fc-cm-trustcard { flex: 1; min-width: 150px; display: flex; align-items: center; gap: 10px; background: #fff; border: 1px solid #e7e0d3; border-radius: 14px; padding: 18px 20px; color: var(--wp--preset--color--green); }
.entry-content .fc-cm-trustcard svg { flex: 0 0 auto; }
.entry-content .fc-cm-trustlabel { font-size: 12px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; line-height: 1.4; color: var(--wp--preset--color--commercial-ink); }
