/* ContentV4 — Castle Windows (Figma 15301:27854): brand watermark bleeds off
   the section's left edge at 20% opacity, per the design's section image fill. */

.cnt.v4 {
	position: relative;
	/* clip, not hidden: hidden makes the section a scroll container, which
	   retargets the view() timeline of the panel animation onto this section
	   instead of the viewport, pinning it finished so the panel never animates.
	   clip does the same visual clipping without that side effect (see the same
	   note in content-v5.css). */
	overflow: clip;

	--wtr-mrk-tp: 10%;
	--wtr-mrk-lt: -9%;
	--wtr-mrk-w: 30%;
	--wtr-mrk-o: 0.2;

	.vid-popup {
		--vid-popup-fg-pd: 0rem;
	}

}
