/*
Theme Name: Skalryn
Theme URI: https://skalryn.com
Author: Skalryn
Description: Multilingual agency/services homepage theme. Alconost-style mega-nav and credibility cards, Lionbridge-style cinematic hero and numbered service cards.
Version: 0.1.0
Requires at least: 6.4
Requires PHP: 8.0
Text Domain: skalryn
*/

/*
 * Full-width ("alignfull") blocks use a calc(50% - 50vw) trick to bleed
 * edge-to-edge out of the constrained content column. If anything on the
 * page causes even a sliver of horizontal overflow, browsers can round
 * that calc differently from the real scrollbar-adjusted viewport width,
 * leaving a gap on one side of full-width backgrounds (worse at some
 * zoom/DPI levels). Clipping overflow at the root keeps alignfull
 * backgrounds flush without ever allowing a real horizontal scrollbar.
 */
html,
body {
	overflow-x: clip;
	max-width: 100%;
}
