.exegypt-hero {
	position: relative;
	background-color: var(--exegypt-navy, #0b1b33);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 6.5rem 0 3rem;
	overflow: hidden;
}

.exegypt-hero__overlay {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(0deg, #001020 0%, rgba(0, 0, 0, 0) 60%),
		linear-gradient(146deg, rgba(0, 16, 32, 0.97) 0%, rgba(0, 24, 68, 0.88) 60%, rgba(0, 45, 114, 0.75) 100%);
}

.exegypt-hero__container {
	position: relative;
	z-index: 1;
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 1.5rem;
}

/* Breadcrumbs */
.exegypt-hero .ast-breadcrumbs-wrapper {
	margin: 0 0 1.25rem;
}

.exegypt-hero .ast-breadcrumbs-wrapper .trail-items {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	list-style: none;
	margin: 0;
	padding: 0;
	font-family: "Inter", sans-serif;
	font-size: 0.75rem;
	line-height: 1.5;
}

.exegypt-hero .ast-breadcrumbs-wrapper .trail-items li {
	display: inline-flex;
	align-items: center;
}

.exegypt-hero .ast-breadcrumbs-wrapper a,
.exegypt-hero .ast-breadcrumbs-wrapper .trail-items li {
	color: rgba(255, 255, 255, 0.5) !important;
	text-decoration: none;
}

.exegypt-hero .ast-breadcrumbs-wrapper .trail-items li::after {
	content: "/" !important;
	color: rgba(255, 255, 255, 0.3) !important;
	margin: 0 0.5rem;
}

.exegypt-hero .ast-breadcrumbs-wrapper .trail-items li.trail-end::after {
	content: none !important;
}

.exegypt-hero .ast-breadcrumbs-wrapper .trail-items li.trail-end,
.exegypt-hero .ast-breadcrumbs-wrapper .trail-items li.trail-end a {
	color: #c99638 !important;
}

/* Eyebrow */
.exegypt-hero__prefix {
	display: inline-flex;
	align-items: center;
	gap: 0.4em;
	color: #c99638;
	font-family: "Inter", sans-serif;
	font-size: 0.75rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.18em;
	margin-bottom: 0.85rem;
}

.exegypt-hero__prefix::before {
	content: "\00B7";
	font-size: 1.4em;
	line-height: 0;
}

/* Title */
.exegypt-hero__title {
	font-family: "Montserrat", sans-serif;
	margin: 0 0 1rem;
	line-height: 1.08;
}

.exegypt-hero__title-main {
	display: block;
	color: #ffffff;
	font-weight: 700;
	font-size: clamp(1.85rem, 1.15rem + 3vw, 3.75rem);
}

.exegypt-hero__title-accent {
	display: block;
	color: #c99638;
	font-style: italic;
	font-weight: 300;
	font-size: clamp(1.85rem, 1.15rem + 3vw, 3.75rem);
}

/* Description */
.exegypt-hero__description {
	font-family: "Inter", sans-serif;
	color: rgba(255, 255, 255, 0.75);
	font-weight: 300;
	font-size: clamp(0.95rem, 0.87rem + 0.35vw, 1.0625rem);
	line-height: 1.65;
	max-width: 31rem;
	margin: 0;
}

/* Tablet */
@media (min-width: 601px) {
	.exegypt-hero {
		padding: 8.5rem 0 3.5rem;
	}

	.exegypt-hero__container {
		padding: 0 2rem;
	}
}

/* Desktop */
@media (min-width: 1025px) {
	.exegypt-hero {
		padding: 12.5rem 0 5rem;
	}

	.exegypt-hero .ast-breadcrumbs-wrapper {
		margin-bottom: 1.5rem;
	}

	.exegypt-hero__prefix {
		margin-bottom: 1rem;
	}

	.exegypt-hero__title {
		margin-bottom: 1.25rem;
	}
}

@media (max-width: 600px) {
	.exegypt-hero__description {
		max-width: 100%;
	}
}
