/* SGE — Homepage About teaser */
.elementor-element-sgehab00,
.elementor-element-sgehab00 .e-con,
.elementor-element-sgehab00 .elementor-widget-container {
	overflow: visible !important;
	background-color: transparent !important;
	padding: 0 !important;
	margin: 0 !important;
}

.sge-home-about {
	--sge-ha-bg: #0f0f0f;
	--sge-ha-panel: #161616;
	--sge-ha-text: #ffffff;
	--sge-ha-muted: rgba(255, 255, 255, 0.72);
	--sge-ha-soft: rgba(255, 255, 255, 0.55);
	--sge-ha-gold: #ffffff;
	--sge-ha-border: rgba(255, 255, 255, 0.12);
	--sge-ha-ease: cubic-bezier(0.22, 1, 0.36, 1);
	position: relative;
	isolation: isolate;
	background: var(--sge-ha-bg);
	color: var(--sge-ha-text);
	overflow: hidden;
}

.sge-home-about__layout {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
	min-height: clamp(34rem, 78vh, 46rem);
}

.sge-home-about__media {
	position: relative;
	min-height: 22rem;
	background: #1a1a1a;
}

.sge-home-about__media-frame {
	position: absolute;
	inset: 0;
	overflow: hidden;
}

.sge-home-about__media-img {
	position: absolute;
	inset: -8%;
	background-color: #1a1a1a;
	background-image: var(--sge-home-about-image);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	will-change: transform;
}

.sge-home-about__media-overlay {
	position: absolute;
	inset: 0;
	pointer-events: none;
	background:
		linear-gradient(90deg, rgba(15, 15, 15, 0.15) 0%, rgba(15, 15, 15, 0.35) 70%, rgba(15, 15, 15, 0.92) 100%),
		linear-gradient(180deg, rgba(15, 15, 15, 0.2) 0%, rgba(15, 15, 15, 0.45) 100%);
}

.sge-home-about--overlay-light .sge-home-about__media-overlay {
	background:
		linear-gradient(90deg, rgba(15, 15, 15, 0.05) 0%, rgba(15, 15, 15, 0.2) 72%, rgba(15, 15, 15, 0.78) 100%),
		linear-gradient(180deg, rgba(15, 15, 15, 0.1) 0%, rgba(15, 15, 15, 0.28) 100%);
}

.sge-home-about--overlay-strong .sge-home-about__media-overlay {
	background:
		linear-gradient(90deg, rgba(8, 8, 8, 0.35) 0%, rgba(8, 8, 8, 0.55) 65%, rgba(8, 8, 8, 0.96) 100%),
		linear-gradient(180deg, rgba(8, 8, 8, 0.3) 0%, rgba(8, 8, 8, 0.55) 100%);
}

.sge-home-about__year {
	position: absolute;
	left: clamp(1.25rem, 3vw, 2.5rem);
	bottom: clamp(1.25rem, 3vw, 2.5rem);
	z-index: 2;
	color: var(--sge-ha-gold);
	font-family: var(--km-font-heading, "Cinzel", serif);
	font-size: clamp(1.35rem, 2.4vw, 1.85rem);
	letter-spacing: 0.18em;
	line-height: 1;
}

.sge-home-about__content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: clamp(2rem, 4vw, 3rem);
	padding: clamp(2.75rem, 6vw, 5.5rem) clamp(1.5rem, 5vw, 4.5rem);
	background:
		radial-gradient(circle at 100% 0%, rgba(242, 233, 13, 0.08) 0%, transparent 42%),
		var(--sge-ha-panel);
	border-left: 1px solid var(--sge-ha-border);
}

.sge-home-about__copy {
	max-width: 34rem;
}

.sge-home-about__eyebrow {
	margin: 0 0 0.85rem;
	color: var(--sge-ha-gold);
	font-family: var(--km-font-body, "Quicksand", sans-serif);
	font-size: clamp(0.72rem, 1.1vw, 0.8125rem);
	font-weight: 600;
	letter-spacing: 0.16em;
	line-height: 1.4;
	text-transform: uppercase;
}

.sge-home-about h2.sge-home-about__title,
.sge-home-about__title {
	margin: 0 0 1.35rem;
	color: #ffffff !important;
	font-family: var(--km-font-heading, "Cinzel", serif);
	font-size: var(--km-size-heading);
	font-weight: 400;
	line-height: 0.96;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

.sge-home-about__lead {
	margin: 0 0 1.15rem;
	color: var(--sge-ha-muted);
	font-family: var(--km-font-body, "Quicksand", sans-serif);
	font-size: var(--km-size-description);
	font-weight: 400;
	line-height: 1.7;
}

.sge-home-about__aside {
	margin: 0 0 1.75rem;
	padding-left: 1rem;
	border-left: 2px solid var(--sge-ha-gold);
	color: var(--sge-ha-soft);
	font-family: var(--km-font-body, "Quicksand", sans-serif);
	font-size: clamp(0.9375rem, 1.25vw, 1.02rem);
	font-weight: 500;
	font-style: italic;
	line-height: 1.6;
}

.sge-home-about__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0;
	box-sizing: border-box;
	padding: 16px 27px;
}

.sge-home-about__cta-icon {
	display: none !important;
}

.sge-home-about__signals {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: 1fr;
	gap: 0;
	border-top: 1px solid var(--sge-ha-border);
	max-width: 36rem;
}

.sge-home-about__signal {
	padding: 1.1rem 0;
	border-bottom: 1px solid var(--sge-ha-border);
}

.sge-home-about__signal-title {
	margin: 0 0 0.35rem;
	color: var(--sge-ha-gold);
	font-family: var(--km-font-body, "Quicksand", sans-serif);
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	line-height: 1.35;
	text-transform: uppercase;
}

.sge-home-about__signal-text {
	margin: 0;
	color: var(--sge-ha-muted);
	font-family: var(--km-font-body, "Quicksand", sans-serif);
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: 1.55;
}

/* Entrance defaults (JS enhances) */
.sge-home-about:not(.sge-home-about--revealed):not(.sge-home-about--no-motion) .sge-home-about__copy > *,
.sge-home-about:not(.sge-home-about--revealed):not(.sge-home-about--no-motion) .sge-home-about__signal {
	opacity: 0;
	transform: translateY(18px);
}

.sge-home-about:not(.sge-home-about--revealed):not(.sge-home-about--no-motion) .sge-home-about__media-img {
	transform: scale(1.08);
}

@media (max-width: 1024px) {
	.sge-home-about__layout {
		grid-template-columns: 1fr;
		min-height: 0;
	}

	.sge-home-about__media {
		min-height: clamp(16rem, 48vw, 24rem);
	}

	.sge-home-about__media-overlay {
		background:
			linear-gradient(180deg, rgba(15, 15, 15, 0.05) 0%, rgba(15, 15, 15, 0.55) 100%);
	}

	.sge-home-about__content {
		border-left: 0;
		border-top: 1px solid var(--sge-ha-border);
		padding-top: clamp(2.25rem, 5vw, 3rem);
	}

	.sge-home-about__copy,
	.sge-home-about__signals {
		max-width: none;
	}
}

@media (max-width: 640px) {
	.sge-home-about__title {
		font-size: var(--km-size-heading, clamp(2.5rem, 5vw, 3.75rem));
	}

	.sge-home-about__content {
		padding-inline: 1.25rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	.sge-home-about__cta-icon,
	.sge-home-about__media-img {
		transition: none !important;
		transform: none !important;
	}
}
