/* Homepage-only foundation extracted from the cross-page stylesheet. */
.bayt-revamp-page *,
.bayt-revamp-page *::before,
.bayt-revamp-page *::after { box-sizing: border-box; }

.bayt-skip-link {
	position: absolute;
	left: -9999px;
	top: 0;
	z-index: 100;
	background: #0f172a;
	color: #fff;
	padding: 10px 16px;
	border-radius: 0 0 8px 0;
	font-weight: 800;
	text-decoration: none;
}
.bayt-skip-link:focus { left: 0; }

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
summary:focus-visible {
	outline: 3px solid #9d4300;
	outline-offset: 2px;
}

header.fixed a { text-decoration: none; }
header.fixed svg { flex-shrink: 0; max-width: 1.5rem; max-height: 1.5rem; }
#mobile-menu { top: 72px; }

.bayt-home-hero-title {
	font-size: 38px;
	letter-spacing: 0;
	line-height: 42px;
	max-width: 100%;
}
@media (min-width: 375px) {
	.bayt-home-hero-title { font-size: 42px; line-height: 46px; }
}
@media (min-width: 768px) {
	.bayt-home-hero-title { font-size: 72px; line-height: 80px; }
}

.bayt-revamp-page {
	background: #fcf8fa;
	color: #1b1b1d;
	font-family: "Plus Jakarta Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	margin: 0;
	overflow-x: hidden;
}
.bayt-revamp-page h1,
.bayt-revamp-page h2,
.bayt-revamp-page h3 {
	font-family: "Bricolage Grotesque", "Plus Jakarta Sans", sans-serif;
	letter-spacing: 0;
	margin: 0;
}
.bayt-main { padding-top: 112px; }

@media (max-width: 900px) {
	.bayt-main { padding-top: 76px; }
}
