/*
Theme Name: Vaider
Theme URI: https://vaider.com
Author: Vaider
Author URI: https://vaider.com
Description: Custom theme for Vaider.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: vaider
*/

@media (min-width: 64rem) {
	.vaider-section-frame {
		min-height: clamp(50rem, 55.5556vw, 66.6667rem) !important;
	}

	.vaider-section-frame > .vaider-container {
		min-height: inherit;
	}

	/* Sub page hero: scales 1024-1920px viewport at the 1440x800 Figma
	   ratio (no 1440px floor), then holds flat above 1920px. Hard height,
	   not a floor, so it fits the frame exactly; overflow-hidden on the
	   section clips content that runs longer than the frame allows. */
	.vaider-section-frame.vaider-sub-page-hero-frame {
		height: min(55.5556vw, 66.6667rem) !important;
		min-height: 0 !important;
	}
}
