/* Lens — Hero: the comp's 711px copy measure.
 *
 * Base pattern: patterns/solutions-hero.php
 * Base styles:  assets/css/sections/solutions-hero.css
 * Comp:         node 2427:13662 (hero), 2427:13671 (title), 2427:13672 (lede)
 *
 * OPT-IN LIST, not a modifier class on the markup — the mechanism documented at
 * the top of assets/css/sections/solutions-hero-contained-square.css. Both
 * selectors compound this page's hook with the base section class, so they
 * outweigh the base's single-class rules regardless of source order and
 * solutions-hero.php stays page-agnostic.
 *
 * Consumers:
 *   .infinitus-section--lens-hero   Lens
 *
 * The base defaults are Pharma's 810 and 698. Node 2427:13671 and 2427:13672
 * are both 711 wide, and the difference is visible rather than academic: at 810
 * the headline breaks "interaction with Infinitus / Lens", where the comp
 * breaks "interaction with / Infinitus Lens". Line COUNT is three either way,
 * so this moves the break, not the height.
 *
 * Only the two custom properties are touched. The photograph needs no
 * object-position override here: hero-bg.webp is cropped to the hero box's own
 * aspect, so the base's `cover` is an exact fit. See the crop rationale in the
 * commit that re-cut all three hero assets.
 */

.infinitus-section--lens-hero.infinitus-section--solutions-hero {
	--solutions-hero-title-measure: 711px;
	--solutions-hero-lede-measure: 711px;
}
