/* SGE — About Brand Story */
.elementor-element-sgeabt00,
.elementor-element-sgeabt00 .e-con,
.elementor-element-sgeabt00 .elementor-widget-container {
	overflow: visible !important;
	background-color: #f5f5f5 !important;
}

.sge-brand-story {
	--sge-story-bg: #f5f5f5;
	--sge-story-surface: #ffffff;
	--sge-story-text: #1a1a1a;
	--sge-story-muted: rgba(26, 26, 26, 0.72);
	--sge-story-gold: #f2e90d;
	--sge-story-border: rgba(26, 26, 26, 0.1);
	background: var(--sge-story-bg);
	padding: clamp(4rem, 8vw, 6.5rem) 0 clamp(3.5rem, 7vw, 5.5rem);
}

.sge-brand-story__inner {
	max-width: 76rem;
	margin: 0 auto;
	padding-inline: clamp(1.25rem, 4vw, 4.375rem);
}

.sge-brand-story__hero {
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) minmax(16rem, 0.65fr);
	gap: clamp(2rem, 4vw, 3.5rem);
	align-items: start;
	margin-bottom: clamp(2rem, 4vw, 3rem);
}

.sge-brand-story__eyebrow {
	margin: 0 0 0.75rem;
	color: var(--sge-story-gold);
	font-family: "DM Sans", sans-serif;
	font-size: clamp(0.72rem, 1.1vw, 0.8125rem);
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.sge-brand-story__title {
	margin: 0 0 1.25rem;
	color: var(--sge-story-text);
	font-family: "Bebas Neue", sans-serif;
	font-size: clamp(2.75rem, 6vw, 4.5rem);
	font-weight: 400;
	line-height: 0.98;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

.sge-brand-story__lead {
	margin: 0;
	max-width: 42rem;
	color: var(--sge-story-text);
	font-family: "DM Sans", sans-serif;
	font-size: clamp(1.05rem, 1.6vw, 1.25rem);
	font-weight: 500;
	line-height: 1.65;
}

.sge-brand-story__stats {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.sge-brand-story__stat {
	display: flex;
	flex-direction: column;
	gap: 0.35rem;
	padding: clamp(1.25rem, 2.5vw, 1.75rem);
	background: var(--sge-story-surface);
	border: 1px solid var(--sge-story-border);
}

.sge-brand-story__stat-value {
	color: var(--sge-story-gold);
	font-family: "Bebas Neue", sans-serif;
	font-size: clamp(3rem, 6vw, 4.25rem);
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0.02em;
}

.sge-brand-story__stat-label {
	color: var(--sge-story-muted);
	font-family: "DM Sans", sans-serif;
	font-size: clamp(0.8125rem, 1.2vw, 0.9375rem);
	font-weight: 600;
	line-height: 1.45;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.sge-brand-story__stat-label--solo {
	color: var(--sge-story-text);
	font-size: clamp(0.9375rem, 1.4vw, 1.0625rem);
	text-transform: none;
	letter-spacing: 0;
}

.sge-brand-story__stat--location {
	justify-content: center;
}

.sge-brand-story__evolution {
	margin-bottom: clamp(2rem, 4vw, 3rem);
	padding: clamp(1.5rem, 3vw, 2rem) clamp(1.5rem, 3vw, 2.25rem);
	background: var(--sge-story-surface);
	border-left: 4px solid var(--sge-story-gold);
}

.sge-brand-story__evolution-text {
	margin: 0;
	color: var(--sge-story-text);
	font-family: "DM Sans", sans-serif;
	font-size: clamp(1.0625rem, 1.7vw, 1.3125rem);
	font-weight: 400;
	font-style: italic;
	line-height: 1.75;
}

.sge-brand-story__range-title {
	margin: 0 0 1.25rem;
	color: var(--sge-story-text);
	font-family: "Bebas Neue", sans-serif;
	font-size: clamp(1.75rem, 3vw, 2.25rem);
	font-weight: 400;
	line-height: 1.05;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.sge-brand-story__range-list {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.sge-brand-story__range-item {
	padding: 0.65rem 1rem;
	background: var(--sge-story-surface);
	border: 1px solid var(--sge-story-border);
	color: var(--sge-story-text);
	font-family: "DM Sans", sans-serif;
	font-size: clamp(0.875rem, 1.2vw, 0.9375rem);
	font-weight: 500;
	line-height: 1.35;
}

.sge-brand-story__founder {
	display: grid;
	grid-template-columns: minmax(0, 12rem) minmax(0, 1fr);
	gap: clamp(1.25rem, 3vw, 2rem);
	align-items: center;
	margin-top: clamp(2.5rem, 5vw, 3.5rem);
	padding-top: clamp(2rem, 4vw, 2.75rem);
	border-top: 1px solid var(--sge-story-border);
}

.sge-brand-story__founder-photo {
	display: block;
	width: 100%;
	aspect-ratio: 1;
	object-fit: cover;
}

.sge-brand-story__founder-title {
	margin: 0 0 0.5rem;
	color: var(--sge-story-gold);
	font-family: "DM Sans", sans-serif;
	font-size: 0.8125rem;
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.sge-brand-story__founder-name {
	margin: 0 0 0.75rem;
	color: var(--sge-story-text);
	font-family: "Bebas Neue", sans-serif;
	font-size: clamp(1.75rem, 3vw, 2.25rem);
	font-weight: 400;
	line-height: 1.05;
	letter-spacing: 0.03em;
	text-transform: uppercase;
}

.sge-brand-story__founder-text {
	margin: 0;
	color: var(--sge-story-muted);
	font-family: "DM Sans", sans-serif;
	font-size: clamp(0.9375rem, 1.3vw, 1.0625rem);
	line-height: 1.65;
}

@media (max-width: 767px) {
	.sge-brand-story__hero {
		grid-template-columns: minmax(0, 1fr);
	}

	.sge-brand-story__stats {
		flex-direction: row;
		flex-wrap: wrap;
	}

	.sge-brand-story__stat {
		flex: 1 1 12rem;
	}

	.sge-brand-story__founder {
		grid-template-columns: minmax(0, 1fr);
		max-width: 20rem;
	}
}
